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:
-rw-r--r--.gitignore5
-rw-r--r--BUILD-INSTRUCTIONS.txt11
-rwxr-xr-xCLEANUP-AFTER-AUTOTOOLS.sh337
-rw-r--r--Jamroot132
-rw-r--r--OnDiskPt/Main.cpp13
-rw-r--r--OnDiskPt/Phrase.cpp9
-rw-r--r--OnDiskPt/Phrase.h3
-rw-r--r--OnDiskPt/PhraseNode.cpp10
-rw-r--r--OnDiskPt/TargetPhrase.cpp23
-rw-r--r--OnDiskPt/TargetPhrase.h4
-rw-r--r--OnDiskPt/TargetPhraseCollection.cpp6
-rw-r--r--OnDiskPt/TargetPhraseCollection.h3
-rw-r--r--OnDiskPt/Vocab.cpp3
-rw-r--r--OnDiskPt/Vocab.h7
-rw-r--r--OnDiskPt/Word.cpp19
-rw-r--r--OnDiskPt/Word.h3
-rwxr-xr-xbjam13
-rw-r--r--contrib/other-builds/CreateOnDisk.vcxproj20
-rw-r--r--contrib/other-builds/CreateOnDisk.xcodeproj/project.pbxproj153
-rw-r--r--contrib/other-builds/OnDiskPt.vcxproj46
-rw-r--r--contrib/other-builds/OnDiskPt.xcodeproj/project.pbxproj134
-rwxr-xr-xcontrib/other-builds/kenlm.vcxproj159
-rw-r--r--contrib/other-builds/lm.xcodeproj/project.pbxproj584
-rw-r--r--contrib/other-builds/moses-chart-cmd.xcodeproj/project.pbxproj233
-rw-r--r--contrib/other-builds/moses-cmd.vcxproj36
-rw-r--r--contrib/other-builds/moses-cmd.xcodeproj/project.pbxproj244
-rw-r--r--contrib/other-builds/moses.sln83
-rw-r--r--contrib/other-builds/moses.vcxproj500
-rw-r--r--contrib/other-builds/moses.xcodeproj/project.pbxproj2333
-rw-r--r--contrib/queryOnDiskPt/Jamfile41
-rwxr-xr-xcontrib/queryOnDiskPt/compile.sh6
-rw-r--r--contrib/queryOnDiskPt/queryOnDiskPt.cpp174
-rw-r--r--contrib/reranking/src/Main.cpp6
-rw-r--r--contrib/reranking/src/Makefile4
-rw-r--r--contrib/server/SampleClient.java46
-rw-r--r--contrib/server/mosesserver.cpp96
-rw-r--r--contrib/tmcombine/README.md88
-rw-r--r--contrib/tmcombine/argparse.py2382
-rw-r--r--contrib/tmcombine/test/extract22
-rw-r--r--contrib/tmcombine/test/model1/model/lex.counts.e2f8
-rw-r--r--contrib/tmcombine/test/model1/model/lex.counts.f2e8
-rw-r--r--contrib/tmcombine/test/model1/model/lex.e2f8
-rw-r--r--contrib/tmcombine/test/model1/model/lex.f2e8
-rw-r--r--contrib/tmcombine/test/model1/model/phrase-table8
-rw-r--r--contrib/tmcombine/test/model2/model/lex.counts.e2f8
-rw-r--r--contrib/tmcombine/test/model2/model/lex.counts.f2e8
-rw-r--r--contrib/tmcombine/test/model2/model/lex.e2f8
-rw-r--r--contrib/tmcombine/test/model2/model/lex.f2e8
-rw-r--r--contrib/tmcombine/test/model2/model/phrase-table5
-rw-r--r--contrib/tmcombine/test/phrase-table_test18
-rw-r--r--contrib/tmcombine/test/phrase-table_test29
-rw-r--r--contrib/tmcombine/test/phrase-table_test39
-rw-r--r--contrib/tmcombine/test/phrase-table_test48
-rw-r--r--contrib/tmcombine/test/phrase-table_test59
-rw-r--r--contrib/tmcombine/test/phrase-table_test64
-rw-r--r--contrib/tmcombine/test/phrase-table_test71
-rw-r--r--contrib/tmcombine/test/phrase-table_test89
-rwxr-xr-xcontrib/tmcombine/tmcombine.py1860
-rw-r--r--contrib/tmcombine/train_model.patch24
-rw-r--r--cruise-control/config.ems46
-rwxr-xr-xcruise-control/test_all_new_commits.sh2
-rw-r--r--jam-files/sanity.jam174
-rwxr-xr-xjam-files/test.sh3
-rw-r--r--lm/Jamfile10
-rw-r--r--lm/README55
-rw-r--r--lm/bhiksha.hh2
-rw-r--r--lm/binary_format.cc46
-rw-r--r--lm/binary_format.hh2
-rw-r--r--lm/build_binary.cc78
-rw-r--r--lm/config.cc1
-rw-r--r--lm/config.hh8
-rw-r--r--lm/left.hh4
-rw-r--r--lm/lm.xcodeproj/project.pbxproj354
-rw-r--r--lm/model.cc12
-rw-r--r--lm/model.hh2
-rw-r--r--lm/ngram_query.cc119
-rw-r--r--lm/ngram_query.hh103
-rw-r--r--lm/quantize.cc12
-rw-r--r--lm/quantize.hh2
-rw-r--r--lm/read_arpa.cc7
-rw-r--r--lm/read_arpa.hh28
-rw-r--r--lm/search_hashed.cc6
-rw-r--r--lm/search_hashed.hh6
-rw-r--r--lm/search_trie.cc19
-rw-r--r--lm/search_trie.hh2
-rw-r--r--lm/trie.hh2
-rw-r--r--lm/trie_sort.cc21
-rw-r--r--lm/trie_sort.hh2
-rw-r--r--lm/vocab.cc16
-rw-r--r--lm/vocab.hh10
-rw-r--r--mert/BleuScorer.cpp292
-rw-r--r--mert/BleuScorer.h84
-rw-r--r--mert/BleuScorerTest.cpp272
-rw-r--r--mert/CderScorer.cpp71
-rw-r--r--mert/CderScorer.h57
-rw-r--r--mert/Data.cpp284
-rw-r--r--mert/Data.h104
-rw-r--r--mert/DataTest.cpp48
-rw-r--r--mert/Fdstream.h167
-rw-r--r--mert/FeatureArray.cpp117
-rw-r--r--mert/FeatureArray.h93
-rw-r--r--mert/FeatureData.cpp123
-rw-r--r--mert/FeatureData.h135
-rw-r--r--mert/FeatureDataIterator.h6
-rw-r--r--mert/FeatureDataTest.cpp40
-rw-r--r--mert/FeatureStats.cpp153
-rw-r--r--mert/FeatureStats.h100
-rw-r--r--mert/FileStream.cpp12
-rw-r--r--mert/FileStream.h21
-rw-r--r--mert/GzFileBuf.cpp80
-rw-r--r--mert/GzFileBuf.h34
-rw-r--r--mert/InterpolatedScorer.cpp197
-rw-r--r--mert/InterpolatedScorer.h55
-rw-r--r--mert/Jamfile51
-rw-r--r--mert/MergeScorer.cpp89
-rw-r--r--mert/MergeScorer.h37
-rw-r--r--mert/Ngram.h98
-rw-r--r--mert/NgramTest.cpp83
-rw-r--r--mert/Optimizer.cpp140
-rw-r--r--mert/Optimizer.h72
-rw-r--r--mert/OptimizerFactory.cpp67
-rw-r--r--mert/OptimizerFactory.h42
-rw-r--r--mert/OptimizerFactoryTest.cpp49
-rw-r--r--mert/PerScorer.cpp24
-rw-r--r--mert/PerScorer.h33
-rw-r--r--mert/Point.cpp121
-rw-r--r--mert/Point.h82
-rw-r--r--mert/PointTest.cpp60
-rw-r--r--mert/PreProcessFilter.cpp137
-rw-r--r--mert/PreProcessFilter.h25
-rw-r--r--mert/Reference.h82
-rw-r--r--mert/ReferenceTest.cpp116
-rw-r--r--mert/ScopedVector.h42
-rw-r--r--mert/ScoreArray.cpp127
-rw-r--r--mert/ScoreArray.h95
-rw-r--r--mert/ScoreData.cpp102
-rw-r--r--mert/ScoreData.h96
-rw-r--r--mert/ScoreDataIterator.h6
-rw-r--r--mert/ScoreStats.cpp129
-rw-r--r--mert/ScoreStats.h86
-rw-r--r--mert/Scorer.cpp204
-rw-r--r--mert/Scorer.h168
-rw-r--r--mert/ScorerFactory.cpp26
-rw-r--r--mert/ScorerFactory.h6
-rw-r--r--mert/SemposOverlapping.cpp109
-rw-r--r--mert/SemposOverlapping.h90
-rw-r--r--mert/SemposScorer.cpp180
-rw-r--r--mert/SemposScorer.h64
-rw-r--r--mert/Singleton.h33
-rw-r--r--mert/SingletonTest.cpp27
-rw-r--r--mert/TER/alignmentStruct.cpp (renamed from mert/TERsrc/alignmentStruct.cpp)0
-rw-r--r--mert/TER/alignmentStruct.h (renamed from mert/TERsrc/alignmentStruct.h)8
-rw-r--r--mert/TER/bestShiftStruct.h (renamed from mert/TERsrc/bestShiftStruct.h)6
-rw-r--r--mert/TER/hashMap.cpp (renamed from mert/TERsrc/hashMap.cpp)0
-rw-r--r--mert/TER/hashMap.h (renamed from mert/TERsrc/hashMap.h)6
-rw-r--r--mert/TER/hashMapInfos.cpp (renamed from mert/TERsrc/hashMapInfos.cpp)0
-rw-r--r--mert/TER/hashMapInfos.h (renamed from mert/TERsrc/hashMapInfos.h)6
-rw-r--r--mert/TER/hashMapStringInfos.cpp (renamed from mert/TERsrc/hashMapStringInfos.cpp)0
-rw-r--r--mert/TER/hashMapStringInfos.h (renamed from mert/TERsrc/hashMapStringInfos.h)6
-rw-r--r--mert/TER/infosHasher.cpp (renamed from mert/TERsrc/infosHasher.cpp)0
-rw-r--r--mert/TER/infosHasher.h (renamed from mert/TERsrc/infosHasher.h)6
-rw-r--r--mert/TER/stringHasher.cpp (renamed from mert/TERsrc/stringHasher.cpp)0
-rw-r--r--mert/TER/stringHasher.h (renamed from mert/TERsrc/stringHasher.h)6
-rw-r--r--mert/TER/stringInfosHasher.cpp (renamed from mert/TERsrc/stringInfosHasher.cpp)0
-rw-r--r--mert/TER/stringInfosHasher.h (renamed from mert/TERsrc/stringInfosHasher.h)6
-rw-r--r--mert/TER/terAlignment.cpp (renamed from mert/TERsrc/terAlignment.cpp)0
-rw-r--r--mert/TER/terAlignment.h (renamed from mert/TERsrc/terAlignment.h)6
-rw-r--r--mert/TER/terShift.cpp (renamed from mert/TERsrc/terShift.cpp)0
-rw-r--r--mert/TER/terShift.h (renamed from mert/TERsrc/terShift.h)6
-rw-r--r--mert/TER/tercalc.cpp (renamed from mert/TERsrc/tercalc.cpp)0
-rw-r--r--mert/TER/tercalc.h (renamed from mert/TERsrc/tercalc.h)6
-rw-r--r--mert/TER/tools.cpp (renamed from mert/TERsrc/tools.cpp)0
-rw-r--r--mert/TER/tools.h (renamed from mert/TERsrc/tools.h)6
-rw-r--r--mert/TODO18
-rw-r--r--mert/TerScorer.cpp17
-rw-r--r--mert/TerScorer.h39
-rw-r--r--mert/Timer.cpp127
-rw-r--r--mert/Timer.h114
-rw-r--r--mert/TimerTest.cpp27
-rw-r--r--mert/Types.h37
-rw-r--r--mert/Util.cpp38
-rw-r--r--mert/Util.h42
-rw-r--r--mert/UtilTest.cpp76
-rw-r--r--mert/Vocabulary.cpp21
-rw-r--r--mert/Vocabulary.h79
-rw-r--r--mert/VocabularyTest.cpp52
-rw-r--r--mert/evaluator.cpp350
-rw-r--r--mert/example/README26
-rwxr-xr-xmert/example/gzipped_test.sh41
-rwxr-xr-xmert/example/normal_test.sh30
-rwxr-xr-xmert/example/smoke_test.sh39
-rw-r--r--mert/extractor.cpp212
-rw-r--r--[-rwxr-xr-x]mert/mert.cpp465
-rw-r--r--mert/pro.cpp101
-rw-r--r--misc/processLexicalTable.vcxproj4
-rw-r--r--misc/queryLexicalTable.cpp2
-rw-r--r--moses-chart-cmd/src/IOWrapper.cpp74
-rw-r--r--moses-chart-cmd/src/IOWrapper.h2
-rw-r--r--moses-chart-cmd/src/Main.cpp119
-rw-r--r--moses-chart-cmd/src/mbr.cpp4
-rw-r--r--moses-cmd/src/IOWrapper.cpp56
-rw-r--r--moses-cmd/src/IOWrapper.h4
-rw-r--r--moses-cmd/src/LatticeMBR.cpp4
-rw-r--r--moses-cmd/src/Main.cpp292
-rw-r--r--moses/src/AlignmentInfo.h2
-rw-r--r--moses/src/BilingualDynSuffixArray.cpp2
-rw-r--r--moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.cpp67
-rw-r--r--moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.h53
-rw-r--r--moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.cpp (renamed from moses/src/ChartRuleLookupManagerMemory.cpp)17
-rw-r--r--moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.h (renamed from moses/src/ChartRuleLookupManagerMemory.h)17
-rw-r--r--moses/src/CYKPlusParser/ChartRuleLookupManagerOnDisk.cpp (renamed from moses/src/ChartRuleLookupManagerOnDisk.cpp)16
-rw-r--r--moses/src/CYKPlusParser/ChartRuleLookupManagerOnDisk.h (renamed from moses/src/ChartRuleLookupManagerOnDisk.h)13
-rw-r--r--moses/src/CYKPlusParser/DotChart.h (renamed from moses/src/DotChart.h)6
-rw-r--r--moses/src/CYKPlusParser/DotChartInMemory.cpp (renamed from moses/src/DotChartInMemory.cpp)0
-rw-r--r--moses/src/CYKPlusParser/DotChartInMemory.h (renamed from moses/src/DotChartInMemory.h)6
-rw-r--r--moses/src/CYKPlusParser/DotChartOnDisk.cpp (renamed from moses/src/DotChartOnDisk.cpp)12
-rw-r--r--moses/src/CYKPlusParser/DotChartOnDisk.h (renamed from moses/src/DotChartOnDisk.h)2
-rw-r--r--moses/src/CYKPlusParser/Jamfile1
-rw-r--r--moses/src/ChartCell.cpp31
-rw-r--r--moses/src/ChartCell.h23
-rw-r--r--moses/src/ChartCellLabel.h12
-rw-r--r--moses/src/ChartCellLabelSet.h42
-rw-r--r--moses/src/ChartHypothesis.cpp2
-rw-r--r--moses/src/ChartHypothesis.h9
-rw-r--r--moses/src/ChartManager.cpp37
-rw-r--r--moses/src/ChartManager.h1
-rw-r--r--moses/src/ChartRuleLookupManager.cpp18
-rw-r--r--moses/src/ChartRuleLookupManager.h1
-rw-r--r--moses/src/ChartTranslationOption.cpp37
-rw-r--r--moses/src/ChartTranslationOption.h39
-rw-r--r--moses/src/ChartTranslationOptionCollection.cpp167
-rw-r--r--moses/src/ChartTranslationOptionCollection.h37
-rw-r--r--moses/src/ChartTranslationOptionList.cpp137
-rw-r--r--moses/src/ChartTranslationOptionList.h113
-rw-r--r--moses/src/ChartTrellisNode.cpp6
-rw-r--r--moses/src/DynSAInclude/Jamfile1
-rw-r--r--moses/src/DynSAInclude/hash.h14
-rw-r--r--moses/src/DynSAInclude/onlineRLM.h6
-rw-r--r--moses/src/DynSAInclude/perfectHash.h10
-rw-r--r--moses/src/DynSAInclude/types.h6
-rw-r--r--moses/src/DynSuffixArray.cpp4
-rw-r--r--moses/src/Factor.h4
-rw-r--r--moses/src/FactorCollection.h4
-rw-r--r--moses/src/GlobalLexicalModel.cpp43
-rw-r--r--moses/src/GlobalLexicalModel.h21
-rw-r--r--moses/src/HypoList.h (renamed from moses/src/DotChart.cpp)22
-rw-r--r--moses/src/HypothesisStack.h2
-rw-r--r--moses/src/HypothesisStackNormal.h2
-rw-r--r--moses/src/Jamfile12
-rw-r--r--moses/src/LM/DMap.cpp135
-rw-r--r--moses/src/LM/DMap.h57
-rw-r--r--moses/src/LM/Factory.cpp51
-rw-r--r--moses/src/LM/IRST.cpp11
-rw-r--r--moses/src/LM/Implementation.h2
-rw-r--r--moses/src/LM/Jamfile54
-rw-r--r--moses/src/LM/Ken.cpp4
-rw-r--r--moses/src/LM/LDHT.cpp282
-rw-r--r--moses/src/LM/LDHT.h21
-rw-r--r--moses/src/LexicalReorderingTable.cpp10
-rw-r--r--moses/src/Manager.cpp3
-rw-r--r--moses/src/Manager.h3
-rw-r--r--moses/src/PDTAimp.h8
-rw-r--r--moses/src/Parameter.cpp19
-rw-r--r--moses/src/PhraseDictionary.cpp46
-rw-r--r--moses/src/PhraseDictionaryHiero.cpp44
-rw-r--r--moses/src/PhraseDictionaryHiero.h34
-rw-r--r--moses/src/ReorderingConstraint.cpp2
-rw-r--r--moses/src/RuleCube.h4
-rw-r--r--moses/src/RuleCubeItem.cpp31
-rw-r--r--moses/src/RuleCubeItem.h8
-rw-r--r--moses/src/RuleCubeQueue.h4
-rw-r--r--moses/src/RuleTable/Jamfile1
-rw-r--r--moses/src/RuleTable/Loader.h (renamed from moses/src/RuleTableLoader.h)14
-rw-r--r--moses/src/RuleTable/LoaderCompact.cpp (renamed from moses/src/RuleTableLoaderCompact.cpp)8
-rw-r--r--moses/src/RuleTable/LoaderCompact.h (renamed from moses/src/RuleTableLoaderCompact.h)8
-rw-r--r--moses/src/RuleTable/LoaderFactory.cpp (renamed from moses/src/RuleTableLoaderFactory.cpp)8
-rw-r--r--moses/src/RuleTable/LoaderFactory.h (renamed from moses/src/RuleTableLoaderFactory.h)0
-rw-r--r--moses/src/RuleTable/LoaderHiero.cpp (renamed from moses/src/RuleTableLoaderHiero.cpp)4
-rw-r--r--moses/src/RuleTable/LoaderHiero.h (renamed from moses/src/RuleTableLoaderHiero.h)4
-rw-r--r--moses/src/RuleTable/LoaderStandard.cpp (renamed from moses/src/RuleTableLoaderStandard.cpp)9
-rw-r--r--moses/src/RuleTable/LoaderStandard.h (renamed from moses/src/RuleTableLoaderStandard.h)6
-rw-r--r--moses/src/RuleTable/PhraseDictionaryALSuffixArray.cpp (renamed from moses/src/PhraseDictionaryALSuffixArray.cpp)8
-rw-r--r--moses/src/RuleTable/PhraseDictionaryALSuffixArray.h (renamed from moses/src/PhraseDictionaryALSuffixArray.h)0
-rw-r--r--moses/src/RuleTable/PhraseDictionaryNodeSCFG.cpp (renamed from moses/src/PhraseDictionaryNodeSCFG.cpp)0
-rw-r--r--moses/src/RuleTable/PhraseDictionaryNodeSCFG.h (renamed from moses/src/PhraseDictionaryNodeSCFG.h)38
-rw-r--r--moses/src/RuleTable/PhraseDictionaryOnDisk.cpp (renamed from moses/src/PhraseDictionaryOnDisk.cpp)5
-rw-r--r--moses/src/RuleTable/PhraseDictionaryOnDisk.h (renamed from moses/src/PhraseDictionaryOnDisk.h)0
-rw-r--r--moses/src/RuleTable/PhraseDictionarySCFG.cpp (renamed from moses/src/PhraseDictionarySCFG.cpp)44
-rw-r--r--moses/src/RuleTable/PhraseDictionarySCFG.h (renamed from moses/src/PhraseDictionarySCFG.h)28
-rw-r--r--moses/src/RuleTable/Trie.cpp70
-rw-r--r--moses/src/RuleTable/Trie.h83
-rw-r--r--moses/src/RuleTable/UTrie.cpp95
-rw-r--r--moses/src/RuleTable/UTrie.h67
-rw-r--r--moses/src/RuleTable/UTrieNode.cpp115
-rw-r--r--moses/src/RuleTable/UTrieNode.h103
-rw-r--r--moses/src/Scope3Parser/ApplicableRuleTrie.cpp60
-rw-r--r--moses/src/Scope3Parser/ApplicableRuleTrie.h57
-rw-r--r--moses/src/Scope3Parser/IntermediateVarSpanNode.h50
-rw-r--r--moses/src/Scope3Parser/Jamfile1
-rw-r--r--moses/src/Scope3Parser/Parser.cpp196
-rw-r--r--moses/src/Scope3Parser/Parser.h100
-rw-r--r--moses/src/Scope3Parser/SentenceMap.h35
-rw-r--r--moses/src/Scope3Parser/StackLattice.h37
-rw-r--r--moses/src/Scope3Parser/StackLatticeBuilder.cpp93
-rw-r--r--moses/src/Scope3Parser/StackLatticeBuilder.h42
-rw-r--r--moses/src/Scope3Parser/StackLatticeSearcher.h86
-rw-r--r--moses/src/Scope3Parser/VarSpanNode.h132
-rw-r--r--moses/src/Scope3Parser/VarSpanTrieBuilder.cpp109
-rw-r--r--moses/src/Scope3Parser/VarSpanTrieBuilder.h50
-rw-r--r--moses/src/Sentence.cpp2
-rw-r--r--moses/src/StackVec.h31
-rw-r--r--moses/src/StaticData.cpp3
-rw-r--r--moses/src/StaticData.h9
-rw-r--r--moses/src/SyntacticLanguageModel.cpp18
-rw-r--r--moses/src/SyntacticLanguageModel.h9
-rw-r--r--moses/src/SyntacticLanguageModelFiles.h6
-rw-r--r--moses/src/SyntacticLanguageModelState.h4
-rw-r--r--moses/src/TargetPhrase.h3
-rw-r--r--moses/src/Terminal.h66
-rw-r--r--moses/src/ThreadPool.cpp7
-rw-r--r--moses/src/ThreadPool.h44
-rw-r--r--moses/src/TranslationOptionCollection.cpp27
-rw-r--r--moses/src/TranslationOptionCollection.h3
-rw-r--r--moses/src/TreeInput.cpp108
-rw-r--r--moses/src/TreeInput.h7
-rw-r--r--moses/src/TypeDef.h16
-rw-r--r--moses/src/Util.h4
-rw-r--r--regression-testing/Jamfile2
-rw-r--r--regression-testing/MosesRegressionTesting.pm2
-rwxr-xr-xregression-testing/run-test-extract.perl89
-rwxr-xr-xregression-testing/run-test-suite.perl25
-rwxr-xr-xregression-testing/tests/chart.hierarchical-withkenlm/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/chart.hierarchical-withkenlm/filter-stdout.pl7
-rw-r--r--regression-testing/tests/chart.hierarchical-withkenlm/moses.ini69
-rw-r--r--regression-testing/tests/chart.hierarchical-withkenlm/to-translate.txt5
-rw-r--r--regression-testing/tests/chart.hierarchical-withkenlm/truth/results.txt15
-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
-rwxr-xr-xregression-testing/tests/chart.hierarchical.ondisk/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/chart.hierarchical.ondisk/filter-stdout.pl7
-rw-r--r--regression-testing/tests/chart.hierarchical.ondisk/moses.ini69
-rw-r--r--regression-testing/tests/chart.hierarchical.ondisk/to-translate.txt5
-rw-r--r--regression-testing/tests/chart.hierarchical.ondisk/truth/results.txt13
-rwxr-xr-xregression-testing/tests/chart.hierarchical/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/chart.hierarchical/filter-stdout.pl7
-rw-r--r--regression-testing/tests/chart.hierarchical/moses.ini69
-rw-r--r--regression-testing/tests/chart.hierarchical/to-translate.txt5
-rw-r--r--regression-testing/tests/chart.hierarchical/truth/results.txt15
-rwxr-xr-xregression-testing/tests/chart.show-weights.target-syntax/filter-stderr.pl9
-rwxr-xr-xregression-testing/tests/chart.show-weights.target-syntax/filter-stdout.pl7
-rw-r--r--regression-testing/tests/chart.show-weights.target-syntax/moses.ini72
-rw-r--r--regression-testing/tests/chart.show-weights.target-syntax/to-translate.txt0
-rw-r--r--regression-testing/tests/chart.show-weights.target-syntax/truth/results.txt9
-rwxr-xr-xregression-testing/tests/chart.target-syntax.ondisk/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/chart.target-syntax.ondisk/filter-stdout.pl7
-rw-r--r--regression-testing/tests/chart.target-syntax.ondisk/moses.ini69
-rw-r--r--regression-testing/tests/chart.target-syntax.ondisk/to-translate.txt5
-rw-r--r--regression-testing/tests/chart.target-syntax.ondisk/truth/results.txt15
-rwxr-xr-xregression-testing/tests/chart.target-syntax/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/chart.target-syntax/filter-stdout.pl7
-rw-r--r--regression-testing/tests/chart.target-syntax/moses.ini69
-rw-r--r--regression-testing/tests/chart.target-syntax/to-translate.txt5
-rw-r--r--regression-testing/tests/chart.target-syntax/truth/results.txt15
-rwxr-xr-xregression-testing/tests/mert.basic/command13
-rw-r--r--regression-testing/tests/mert.basic/data/FEATSTAT.binbin57120 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.basic/data/FEATSTAT.txt1020
-rw-r--r--regression-testing/tests/mert.basic/data/INIT3
-rw-r--r--regression-testing/tests/mert.basic/data/SCORESTAT.binbin36490 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.basic/data/SCORESTAT.txt1020
-rwxr-xr-xregression-testing/tests/mert.basic/filter-stderr10
-rwxr-xr-xregression-testing/tests/mert.basic/filter-stdout8
-rw-r--r--regression-testing/tests/mert.basic/truth/results.txt3
-rwxr-xr-xregression-testing/tests/mert.extractor-bin/command48
-rw-r--r--regression-testing/tests/mert.extractor-bin/data/nbest.1.gzbin31582 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.extractor-bin/data/nbest.2.gzbin30133 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.extractor-bin/data/nbest.3.gzbin39576 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.extractor-bin/data/nbest.4.gzbin32980 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.extractor-bin/data/nbest.5.gzbin29641 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.extractor-bin/data/reference10
-rwxr-xr-xregression-testing/tests/mert.extractor-bin/filter-stderr2
-rwxr-xr-xregression-testing/tests/mert.extractor-bin/filter-stdout8
-rw-r--r--regression-testing/tests/mert.extractor-bin/truth/results.txt21
-rwxr-xr-xregression-testing/tests/mert.extractor-txt/command40
-rw-r--r--regression-testing/tests/mert.extractor-txt/data/nbest.1.gzbin31582 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.extractor-txt/data/nbest.2.gzbin30133 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.extractor-txt/data/nbest.3.gzbin39576 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.extractor-txt/data/nbest.4.gzbin32980 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.extractor-txt/data/nbest.5.gzbin29641 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.extractor-txt/data/reference10
-rwxr-xr-xregression-testing/tests/mert.extractor-txt/filter-stderr2
-rwxr-xr-xregression-testing/tests/mert.extractor-txt/filter-stdout8
-rw-r--r--regression-testing/tests/mert.extractor-txt/truth/results.txt30201
-rwxr-xr-xregression-testing/tests/mert.pro/command13
-rw-r--r--regression-testing/tests/mert.pro/data/FEATSTAT.binbin57120 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.pro/data/FEATSTAT.txt1020
-rw-r--r--regression-testing/tests/mert.pro/data/INIT3
-rw-r--r--regression-testing/tests/mert.pro/data/SCORESTAT.binbin36490 -> 0 bytes
-rw-r--r--regression-testing/tests/mert.pro/data/SCORESTAT.txt1020
-rwxr-xr-xregression-testing/tests/mert.pro/filter-stderr10
-rwxr-xr-xregression-testing/tests/mert.pro/filter-stdout8
-rw-r--r--regression-testing/tests/mert.pro/stdout700
-rw-r--r--regression-testing/tests/mert.pro/truth/results.txt701
-rw-r--r--regression-testing/tests/mert.pro/weights.txt1
-rw-r--r--regression-testing/tests/perllib/RegTestUtils.pm31
-rwxr-xr-xregression-testing/tests/phrase.basic-lm-oov-withkenlm/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.basic-lm-oov-withkenlm/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.basic-lm-oov-withkenlm/moses.ini53
-rw-r--r--regression-testing/tests/phrase.basic-lm-oov-withkenlm/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.basic-lm-oov-withkenlm/truth/results.txt13
-rwxr-xr-xregression-testing/tests/phrase.basic-lm-oov/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.basic-lm-oov/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.basic-lm-oov/moses.ini53
-rw-r--r--regression-testing/tests/phrase.basic-lm-oov/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.basic-lm-oov/truth/results.txt13
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-binptable/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-binptable/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.basic-surface-binptable/moses.ini56
-rw-r--r--regression-testing/tests/phrase.basic-surface-binptable/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.basic-surface-binptable/truth/results.txt13
-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
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-only-withkenlm.bin/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-only-withkenlm.bin/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/moses.ini49
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/truth/results.txt13
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-only-withkenlm/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-only-withkenlm/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withkenlm/moses.ini49
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withkenlm/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.basic-surface-only-withkenlm/truth/results.txt13
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-only/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.basic-surface-only/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.basic-surface-only/moses.ini49
-rw-r--r--regression-testing/tests/phrase.basic-surface-only/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.basic-surface-only/truth/results.txt13
-rwxr-xr-xregression-testing/tests/phrase.confusionNet-multi-factor/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.confusionNet-multi-factor/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.confusionNet-multi-factor/moses.ini68
-rw-r--r--regression-testing/tests/phrase.confusionNet-multi-factor/to-translate.txt15
-rw-r--r--regression-testing/tests/phrase.confusionNet-multi-factor/truth/results.txt9
-rwxr-xr-xregression-testing/tests/phrase.confusionNet-surface-only/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.confusionNet-surface-only/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.confusionNet-surface-only/moses.ini60
-rw-r--r--regression-testing/tests/phrase.confusionNet-surface-only/to-translate.txt15
-rw-r--r--regression-testing/tests/phrase.confusionNet-surface-only/truth/results.txt9
-rwxr-xr-xregression-testing/tests/phrase.consensus-decoding-surface/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.consensus-decoding-surface/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.consensus-decoding-surface/moses.ini60
-rw-r--r--regression-testing/tests/phrase.consensus-decoding-surface/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.consensus-decoding-surface/truth/results.txt8
-rwxr-xr-xregression-testing/tests/phrase.continue-partial-translation/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.continue-partial-translation/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.continue-partial-translation/moses.ini51
-rw-r--r--regression-testing/tests/phrase.continue-partial-translation/to-translate.txt6
-rw-r--r--regression-testing/tests/phrase.continue-partial-translation/truth/results.txt15
-rwxr-xr-xregression-testing/tests/phrase.lattice-distortion/CMD1
-rwxr-xr-xregression-testing/tests/phrase.lattice-distortion/filter-nbest.pl12
-rwxr-xr-xregression-testing/tests/phrase.lattice-distortion/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.lattice-distortion/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.lattice-distortion/moses.ini64
-rw-r--r--regression-testing/tests/phrase.lattice-distortion/phrase-table8
-rw-r--r--regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.idxbin68 -> 0 bytes
-rw-r--r--regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.srctreebin224 -> 0 bytes
-rw-r--r--regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.srcvoc8
-rw-r--r--regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.tgtdatabin192 -> 0 bytes
-rw-r--r--regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.tgtvoc8
-rw-r--r--regression-testing/tests/phrase.lattice-distortion/small.lm86
-rw-r--r--regression-testing/tests/phrase.lattice-distortion/to-translate.txt7
-rw-r--r--regression-testing/tests/phrase.lattice-distortion/truth/results.txt53
-rwxr-xr-xregression-testing/tests/phrase.lattice-surface/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.lattice-surface/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.lattice-surface/moses.ini60
-rw-r--r--regression-testing/tests/phrase.lattice-surface/to-translate.txt4
-rw-r--r--regression-testing/tests/phrase.lattice-surface/truth/results.txt11
-rwxr-xr-xregression-testing/tests/phrase.lexicalized-reordering-bin/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.lexicalized-reordering-bin/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.lexicalized-reordering-bin/moses.ini63
-rw-r--r--regression-testing/tests/phrase.lexicalized-reordering-bin/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.lexicalized-reordering-bin/truth/results.txt13
-rwxr-xr-xregression-testing/tests/phrase.lexicalized-reordering-cn/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.lexicalized-reordering-cn/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.lexicalized-reordering-cn/moses.ini69
-rw-r--r--regression-testing/tests/phrase.lexicalized-reordering-cn/to-translate.txt89
-rw-r--r--regression-testing/tests/phrase.lexicalized-reordering-cn/truth/results.txt9
-rwxr-xr-xregression-testing/tests/phrase.lexicalized-reordering/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.lexicalized-reordering/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.lexicalized-reordering/moses.ini63
-rw-r--r--regression-testing/tests/phrase.lexicalized-reordering/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.lexicalized-reordering/truth/results.txt13
-rwxr-xr-xregression-testing/tests/phrase.multi-factor-binptable/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.multi-factor-binptable/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.multi-factor-binptable/moses.ini68
-rw-r--r--regression-testing/tests/phrase.multi-factor-binptable/to-translate.txt1
-rw-r--r--regression-testing/tests/phrase.multi-factor-binptable/truth/results.txt5
-rwxr-xr-xregression-testing/tests/phrase.multi-factor-drop/dropize_phrase_table.pl29
-rwxr-xr-xregression-testing/tests/phrase.multi-factor-drop/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.multi-factor-drop/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.multi-factor-drop/moses.ini75
-rw-r--r--regression-testing/tests/phrase.multi-factor-drop/to-translate.txt1
-rw-r--r--regression-testing/tests/phrase.multi-factor-drop/truth/results.txt5
-rwxr-xr-xregression-testing/tests/phrase.multi-factor/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.multi-factor/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.multi-factor/moses.ini71
-rw-r--r--regression-testing/tests/phrase.multi-factor/to-translate.txt1
-rw-r--r--regression-testing/tests/phrase.multi-factor/truth/results.txt5
-rwxr-xr-xregression-testing/tests/phrase.multiple-translation-system-lr/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.multiple-translation-system-lr/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.multiple-translation-system-lr/moses.ini76
-rw-r--r--regression-testing/tests/phrase.multiple-translation-system-lr/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.multiple-translation-system-lr/truth/results.txt13
-rwxr-xr-xregression-testing/tests/phrase.multiple-translation-system/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.multiple-translation-system/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.multiple-translation-system/moses.ini65
-rw-r--r--regression-testing/tests/phrase.multiple-translation-system/to-translate.txt5
-rw-r--r--regression-testing/tests/phrase.multiple-translation-system/truth/results.txt13
-rwxr-xr-xregression-testing/tests/phrase.nbest-multi-factor/filter-nbest.pl12
-rwxr-xr-xregression-testing/tests/phrase.nbest-multi-factor/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.nbest-multi-factor/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.nbest-multi-factor/moses.ini75
-rw-r--r--regression-testing/tests/phrase.nbest-multi-factor/to-translate.txt1
-rw-r--r--regression-testing/tests/phrase.nbest-multi-factor/truth/results.txt7
-rwxr-xr-xregression-testing/tests/phrase.ptable-filtering/filter-stderr.pl29
-rwxr-xr-xregression-testing/tests/phrase.ptable-filtering/filter-stdout.pl2
-rw-r--r--regression-testing/tests/phrase.ptable-filtering/moses.ini52
-rw-r--r--regression-testing/tests/phrase.ptable-filtering/to-translate.txt1
-rw-r--r--regression-testing/tests/phrase.ptable-filtering/truth/results.txt22
-rwxr-xr-xregression-testing/tests/phrase.show-weights.lex-reorder/filter-stderr.pl9
-rwxr-xr-xregression-testing/tests/phrase.show-weights.lex-reorder/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.show-weights.lex-reorder/moses.ini66
-rw-r--r--regression-testing/tests/phrase.show-weights.lex-reorder/to-translate.txt0
-rw-r--r--regression-testing/tests/phrase.show-weights.lex-reorder/truth/results.txt15
-rwxr-xr-xregression-testing/tests/phrase.show-weights/filter-stderr.pl9
-rwxr-xr-xregression-testing/tests/phrase.show-weights/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.show-weights/moses.ini58
-rw-r--r--regression-testing/tests/phrase.show-weights/to-translate.txt0
-rw-r--r--regression-testing/tests/phrase.show-weights/truth/results.txt9
-rwxr-xr-xregression-testing/tests/phrase.xml-markup/filter-nbest.pl12
-rwxr-xr-xregression-testing/tests/phrase.xml-markup/filter-stderr.pl22
-rwxr-xr-xregression-testing/tests/phrase.xml-markup/filter-stdout.pl7
-rw-r--r--regression-testing/tests/phrase.xml-markup/moses.ini57
-rw-r--r--regression-testing/tests/phrase.xml-markup/phrase-table22
-rw-r--r--regression-testing/tests/phrase.xml-markup/phrase-table.binphr.idxbin100 -> 0 bytes
-rw-r--r--regression-testing/tests/phrase.xml-markup/phrase-table.binphr.srctreebin476 -> 0 bytes
-rw-r--r--regression-testing/tests/phrase.xml-markup/phrase-table.binphr.srcvoc12
-rw-r--r--regression-testing/tests/phrase.xml-markup/phrase-table.binphr.tgtdatabin428 -> 0 bytes
-rw-r--r--regression-testing/tests/phrase.xml-markup/phrase-table.binphr.tgtvoc13
-rw-r--r--regression-testing/tests/phrase.xml-markup/to-translate.txt6
-rw-r--r--regression-testing/tests/phrase.xml-markup/truth/results.txt75
-rw-r--r--regression-testing/tests/score.hierarchical-inv/args.txt1
-rw-r--r--regression-testing/tests/score.hierarchical-inv/truth/results.txt9603
-rw-r--r--regression-testing/tests/score.hierarchical/args.txt1
-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/args.txt1
-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
-rw-r--r--scripts/Jamfile3
-rw-r--r--scripts/ems/biconcor/Alignment.cpp93
-rw-r--r--scripts/ems/biconcor/Alignment.h53
-rw-r--r--scripts/ems/biconcor/Mismatch.cpp63
-rw-r--r--scripts/ems/biconcor/Mismatch.h76
-rw-r--r--scripts/ems/biconcor/PhrasePair.cpp63
-rw-r--r--scripts/ems/biconcor/PhrasePair.h27
-rw-r--r--scripts/ems/biconcor/PhrasePairCollection.cpp44
-rw-r--r--scripts/ems/biconcor/PhrasePairCollection.h32
-rw-r--r--scripts/ems/biconcor/SuffixArray.cpp107
-rw-r--r--scripts/ems/biconcor/SuffixArray.h44
-rw-r--r--scripts/ems/biconcor/TargetCorpus.cpp85
-rw-r--r--scripts/ems/biconcor/TargetCorpus.h21
-rw-r--r--scripts/ems/biconcor/Vocabulary.cpp31
-rw-r--r--scripts/ems/biconcor/Vocabulary.h31
-rw-r--r--scripts/ems/biconcor/base64.h2
-rw-r--r--scripts/ems/biconcor/biconcor.cpp2
-rw-r--r--scripts/ems/example/config.basic120
-rw-r--r--scripts/ems/example/config.factored104
-rw-r--r--scripts/ems/example/config.hierarchical106
-rw-r--r--scripts/ems/example/config.syntax106
-rw-r--r--scripts/ems/example/config.toy78
-rw-r--r--scripts/ems/experiment.machines1
-rw-r--r--scripts/ems/experiment.meta65
-rwxr-xr-xscripts/ems/experiment.perl329
-rwxr-xr-xscripts/ems/fix-info.perl33
-rwxr-xr-xscripts/ems/support/analysis.perl52
-rwxr-xr-xscripts/ems/support/generic-multicore-parallelizer.perl4
-rwxr-xr-xscripts/ems/support/generic-parallelizer.perl4
-rwxr-xr-xscripts/ems/support/interpolate-lm.perl137
-rwxr-xr-xscripts/ems/support/reference-from-sgm.perl11
-rwxr-xr-xscripts/ems/support/report-experiment-scores.perl19
-rwxr-xr-xscripts/ems/support/reuse-weights.perl2
-rwxr-xr-xscripts/ems/support/split-sentences.perl2
-rwxr-xr-xscripts/ems/support/substitute-filtered-tables.perl49
-rwxr-xr-xscripts/ems/support/wrap-xml.perl7
-rw-r--r--scripts/ems/web/overview.php37
-rwxr-xr-xscripts/generic/extract-parallel.perl193
-rwxr-xr-xscripts/generic/moses-parallel.pl3
-rwxr-xr-xscripts/generic/mteval-v12.pl1
-rwxr-xr-xscripts/generic/mteval-v13a.pl1168
-rwxr-xr-xscripts/generic/multi-bleu.perl10
-rwxr-xr-xscripts/generic/reverse-alignment.perl20
-rwxr-xr-xscripts/generic/trainlm-irst.perl82
-rwxr-xr-xscripts/tokenizer/deescape-special-chars.perl13
-rwxr-xr-xscripts/tokenizer/detokenizer.perl20
-rwxr-xr-xscripts/tokenizer/escape-special-chars.perl23
-rwxr-xr-xscripts/tokenizer/tokenizer.perl23
-rwxr-xr-xscripts/training/combine_factors.pl4
-rw-r--r--scripts/training/compact-rule-table/Compactify.h2
-rwxr-xr-xscripts/training/filter-model-given-input.pl41
-rwxr-xr-xscripts/training/filter-rule-table.py15
-rwxr-xr-xscripts/training/lexical-reordering/InputFileStream.cpp67
-rwxr-xr-xscripts/training/lexical-reordering/InputFileStream.h49
-rw-r--r--scripts/training/lexical-reordering/Jamfile2
-rwxr-xr-x[-rw-r--r--]scripts/training/lexical-reordering/gzfilebuf.h (renamed from mert/gzfilebuf.h)10
-rw-r--r--scripts/training/lexical-reordering/reordering_classes.cpp22
-rw-r--r--scripts/training/lexical-reordering/reordering_classes.h3
-rw-r--r--scripts/training/lexical-reordering/score.cpp21
-rwxr-xr-xscripts/training/mert-moses-multi.pl299
-rwxr-xr-xscripts/training/mert-moses.pl864
-rw-r--r--scripts/training/phrase-extract/ExtractedRule.cpp10
-rw-r--r--scripts/training/phrase-extract/ExtractedRule.h2
-rw-r--r--scripts/training/phrase-extract/Jamfile29
-rw-r--r--scripts/training/phrase-extract/OutputFileStream.cpp79
-rw-r--r--scripts/training/phrase-extract/OutputFileStream.h50
-rw-r--r--scripts/training/phrase-extract/PhraseAlignment.cpp8
-rw-r--r--scripts/training/phrase-extract/RuleExtractionOptions.h6
-rw-r--r--scripts/training/phrase-extract/SentenceAlignment.cpp10
-rw-r--r--scripts/training/phrase-extract/SentenceAlignment.h2
-rw-r--r--scripts/training/phrase-extract/SentenceAlignmentWithSyntax.h2
-rw-r--r--scripts/training/phrase-extract/SyntaxTree.cpp58
-rw-r--r--scripts/training/phrase-extract/SyntaxTree.h21
-rw-r--r--scripts/training/phrase-extract/consolidate-direct.cpp8
-rw-r--r--scripts/training/phrase-extract/consolidate.cpp9
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/AlignmentGraph.cpp4
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/ComposedRule.cpp2
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/ComposedRule.h4
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.cpp100
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.h8
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/Jamfile2
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/Options.h2
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/ScfgRule.cpp2
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/ScfgRuleWriter.h4
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/XmlTreeParser.cpp96
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/XmlTreeParser.h24
-rw-r--r--scripts/training/phrase-extract/extract-lex.cpp16
-rw-r--r--scripts/training/phrase-extract/extract-lex.h2
-rw-r--r--scripts/training/phrase-extract/extract-lex.vcxproj4
-rw-r--r--scripts/training/phrase-extract/extract-rules.cpp375
-rw-r--r--scripts/training/phrase-extract/extract.cpp47
-rw-r--r--scripts/training/phrase-extract/extract.xcodeproj/project.pbxproj128
-rw-r--r--scripts/training/phrase-extract/relax-parse.cpp8
-rw-r--r--scripts/training/phrase-extract/score.cpp113
-rw-r--r--scripts/training/phrase-extract/score.h2
-rw-r--r--scripts/training/phrase-extract/statistics.cpp30
-rw-r--r--scripts/training/phrase-extract/tables-core.cpp16
-rw-r--r--scripts/training/symal/cmd.h2
-rw-r--r--scripts/training/symal/symal.cpp13
-rwxr-xr-xscripts/training/train-global-lexicon-model.perl107
-rwxr-xr-xscripts/training/train-model.perl.missing_bin_dir245
-rwxr-xr-xscripts/training/wrappers/suffix-array-create.sh22
-rwxr-xr-xscripts/training/wrappers/suffix-array-extract.sh18
-rw-r--r--util/bit_packing.hh14
-rw-r--r--util/file.cc17
-rw-r--r--util/file.hh5
-rw-r--r--util/file_piece.cc8
-rw-r--r--util/file_piece.hh10
-rw-r--r--util/getopt.c3
-rw-r--r--util/key_value_packing.hh126
-rw-r--r--util/key_value_packing_test.cc75
-rw-r--r--util/mmap.cc35
-rw-r--r--util/mmap.hh2
-rw-r--r--util/murmur_hash.cc39
-rw-r--r--util/probing_hash_table_test.cc10
-rw-r--r--util/sorted_uniform_test.cc1
690 files changed, 21531 insertions, 73972 deletions
diff --git a/.gitignore b/.gitignore
index facb831bb..31442947f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,11 @@
+*.pyc
+*.lo
+*.o
*.so
*.a
*.swp
*~
+*.gch
dist*
jam-files/bjam
jam-files/engine/bootstrap
@@ -48,3 +52,4 @@ scripts/training/symal/symal
scripts/training/train-model.perl
dist
bin
+previous.sh
diff --git a/BUILD-INSTRUCTIONS.txt b/BUILD-INSTRUCTIONS.txt
index e5c0ad8ea..0fd1ed4e1 100644
--- a/BUILD-INSTRUCTIONS.txt
+++ b/BUILD-INSTRUCTIONS.txt
@@ -73,7 +73,7 @@ you're ready to install packages in non-standard paths:
#For Boost:
./bootstrap.sh
-./b2 --prefix=$PREFIX --libdir=$PREFIX/lib64 link=static,shared threading=multi install
+./b2 --prefix=$PREFIX --libdir=$PREFIX/lib64 --layout=tagged link=static,shared threading=multi install
--------------------------------------------------------------------------
@@ -88,8 +88,17 @@ Common options are:
--with-giza=/path/to/giza to enable training scripts
-jN where N is the number of CPUs
+--with-macports=/path/to/macports use MacPorts on Mac OS X.
+
+If you leave out /path/to/macports bjam will use the /opt/local as default.
+You don't have to use --with-boost with-macports as it is implicitly set.
+Also note that using --with-macports automatically triggers "using darwin".
+
Binaries will appear in dist/bin.
+You can clean up data from previous builds using
+ ./bjam --clean
+
For further documentation, run
./bjam --help
diff --git a/CLEANUP-AFTER-AUTOTOOLS.sh b/CLEANUP-AFTER-AUTOTOOLS.sh
deleted file mode 100755
index ff76e155b..000000000
--- a/CLEANUP-AFTER-AUTOTOOLS.sh
+++ /dev/null
@@ -1,337 +0,0 @@
-#!/bin/bash
-#Moses used to run autotools. This helps people migrate to bjam by deleting files that it generated. Run it in the top-level directory.
-while read a; do
- rm -rf $a
-done <<EOF
-Makefile
-Makefile.in
-OnDiskPt/src/
-aclocal.m4
-autom4te.cache/
-config.guess
-config.h
-config.log
-config.status
-config.sub
-configure
-depcomp
-install-sh
-libtool
-lm/.deps/
-lm/.libs/
-lm/Makefile
-lm/Makefile.in
-lm/bhiksha.lo
-lm/bhiksha.o
-lm/binary_format.lo
-lm/binary_format.o
-lm/build_binary.o
-lm/config.lo
-lm/config.o
-lm/libkenlm.la
-lm/lm_exception.lo
-lm/lm_exception.o
-lm/model.lo
-lm/model.o
-lm/ngram_query.o
-lm/quantize.lo
-lm/quantize.o
-lm/read_arpa.lo
-lm/read_arpa.o
-lm/search_hashed.lo
-lm/search_hashed.o
-lm/search_trie.lo
-lm/search_trie.o
-lm/trie.lo
-lm/trie.o
-lm/trie_sort.lo
-lm/trie_sort.o
-lm/virtual_interface.lo
-lm/virtual_interface.o
-lm/vocab.lo
-lm/vocab.o
-ltmain.sh
-m4/
-mert/.deps/
-mert/Makefile
-mert/Makefile.in
-misc/.deps/
-misc/Makefile
-misc/Makefile.in
-missing
-moses-chart-cmd/src/.deps/
-moses-chart-cmd/src/Makefile
-moses-chart-cmd/src/Makefile.in
-moses-cmd/src/.deps/
-moses-cmd/src/Makefile
-moses-cmd/src/Makefile.in
-moses/src/.deps/
-moses/src/AlignmentInfo.lo
-moses/src/AlignmentInfo.o
-moses/src/AlignmentInfoCollection.lo
-moses/src/AlignmentInfoCollection.o
-moses/src/Base.lo
-moses/src/Base.o
-moses/src/BilingualDynSuffixArray.lo
-moses/src/BilingualDynSuffixArray.o
-moses/src/BitmapContainer.lo
-moses/src/BitmapContainer.o
-moses/src/ChartCell.lo
-moses/src/ChartCell.o
-moses/src/ChartCellCollection.lo
-moses/src/ChartCellCollection.o
-moses/src/ChartHypothesis.lo
-moses/src/ChartHypothesis.o
-moses/src/ChartHypothesisCollection.lo
-moses/src/ChartHypothesisCollection.o
-moses/src/ChartManager.lo
-moses/src/ChartManager.o
-moses/src/ChartRuleLookupManager.lo
-moses/src/ChartRuleLookupManager.o
-moses/src/ChartRuleLookupManagerMemory.lo
-moses/src/ChartRuleLookupManagerMemory.o
-moses/src/ChartRuleLookupManagerOnDisk.lo
-moses/src/ChartRuleLookupManagerOnDisk.o
-moses/src/ChartTranslationOption.lo
-moses/src/ChartTranslationOption.o
-moses/src/ChartTranslationOptionCollection.lo
-moses/src/ChartTranslationOptionCollection.o
-moses/src/ChartTranslationOptionList.lo
-moses/src/ChartTranslationOptionList.o
-moses/src/ChartTrellisDetour.lo
-moses/src/ChartTrellisDetour.o
-moses/src/ChartTrellisDetourQueue.lo
-moses/src/ChartTrellisDetourQueue.o
-moses/src/ChartTrellisNode.lo
-moses/src/ChartTrellisNode.o
-moses/src/ChartTrellisPath.lo
-moses/src/ChartTrellisPath.o
-moses/src/ConfusionNet.lo
-moses/src/ConfusionNet.o
-moses/src/DecodeFeature.lo
-moses/src/DecodeFeature.o
-moses/src/DecodeGraph.lo
-moses/src/DecodeGraph.o
-moses/src/DecodeStep.lo
-moses/src/DecodeStep.o
-moses/src/DecodeStepGeneration.lo
-moses/src/DecodeStepGeneration.o
-moses/src/DecodeStepTranslation.lo
-moses/src/DecodeStepTranslation.o
-moses/src/Dictionary.lo
-moses/src/Dictionary.o
-moses/src/DotChart.lo
-moses/src/DotChart.o
-moses/src/DotChartInMemory.lo
-moses/src/DotChartInMemory.o
-moses/src/DotChartOnDisk.lo
-moses/src/DotChartOnDisk.o
-moses/src/DummyScoreProducers.lo
-moses/src/DummyScoreProducers.o
-moses/src/DynSuffixArray.lo
-moses/src/DynSuffixArray.o
-moses/src/FFState.lo
-moses/src/FFState.o
-moses/src/Factor.lo
-moses/src/Factor.o
-moses/src/FactorCollection.lo
-moses/src/FactorCollection.o
-moses/src/FactorTypeSet.lo
-moses/src/FactorTypeSet.o
-moses/src/Factory.lo
-moses/src/Factory.o
-moses/src/FeatureFunction.lo
-moses/src/FeatureFunction.o
-moses/src/FloydWarshall.lo
-moses/src/FloydWarshall.o
-moses/src/GenerationDictionary.lo
-moses/src/GenerationDictionary.o
-moses/src/GlobalLexicalModel.lo
-moses/src/GlobalLexicalModel.o
-moses/src/Hypothesis.lo
-moses/src/Hypothesis.o
-moses/src/HypothesisStack.lo
-moses/src/HypothesisStack.o
-moses/src/HypothesisStackCubePruning.lo
-moses/src/HypothesisStackCubePruning.o
-moses/src/HypothesisStackNormal.lo
-moses/src/HypothesisStackNormal.o
-moses/src/Implementation.lo
-moses/src/Implementation.o
-moses/src/InputFileStream.lo
-moses/src/InputFileStream.o
-moses/src/InputType.lo
-moses/src/InputType.o
-moses/src/Joint.lo
-moses/src/Joint.o
-moses/src/Ken.lo
-moses/src/Ken.o
-moses/src/LMList.lo
-moses/src/LMList.o
-moses/src/LVoc.lo
-moses/src/LVoc.o
-moses/src/LexicalReordering.lo
-moses/src/LexicalReordering.o
-moses/src/LexicalReorderingState.lo
-moses/src/LexicalReorderingState.o
-moses/src/LexicalReorderingTable.lo
-moses/src/LexicalReorderingTable.o
-moses/src/Makefile
-moses/src/Makefile.in
-moses/src/Manager.lo
-moses/src/Manager.o
-moses/src/MultiFactor.lo
-moses/src/MultiFactor.o
-moses/src/PCNTools.lo
-moses/src/PCNTools.o
-moses/src/Parameter.lo
-moses/src/Parameter.o
-moses/src/PartialTranslOptColl.lo
-moses/src/PartialTranslOptColl.o
-moses/src/Phrase.lo
-moses/src/Phrase.o
-moses/src/PhraseDictionary.lo
-moses/src/PhraseDictionary.o
-moses/src/PhraseDictionaryALSuffixArray.lo
-moses/src/PhraseDictionaryALSuffixArray.o
-moses/src/PhraseDictionaryDynSuffixArray.lo
-moses/src/PhraseDictionaryDynSuffixArray.o
-moses/src/PhraseDictionaryHiero.lo
-moses/src/PhraseDictionaryHiero.o
-moses/src/PhraseDictionaryMemory.lo
-moses/src/PhraseDictionaryMemory.o
-moses/src/PhraseDictionaryNode.lo
-moses/src/PhraseDictionaryNode.o
-moses/src/PhraseDictionaryNodeSCFG.lo
-moses/src/PhraseDictionaryNodeSCFG.o
-moses/src/PhraseDictionaryOnDisk.lo
-moses/src/PhraseDictionaryOnDisk.o
-moses/src/PhraseDictionarySCFG.lo
-moses/src/PhraseDictionarySCFG.o
-moses/src/PhraseDictionaryTree.lo
-moses/src/PhraseDictionaryTree.o
-moses/src/PhraseDictionaryTreeAdaptor.lo
-moses/src/PhraseDictionaryTreeAdaptor.o
-moses/src/PrefixTreeMap.lo
-moses/src/PrefixTreeMap.o
-moses/src/Remote.lo
-moses/src/Remote.o
-moses/src/ReorderingConstraint.lo
-moses/src/ReorderingConstraint.o
-moses/src/ReorderingStack.lo
-moses/src/ReorderingStack.o
-moses/src/RuleCube.lo
-moses/src/RuleCube.o
-moses/src/RuleCubeItem.lo
-moses/src/RuleCubeItem.o
-moses/src/RuleCubeQueue.lo
-moses/src/RuleCubeQueue.o
-moses/src/RuleTableLoaderCompact.lo
-moses/src/RuleTableLoaderCompact.o
-moses/src/RuleTableLoaderFactory.lo
-moses/src/RuleTableLoaderFactory.o
-moses/src/RuleTableLoaderHiero.lo
-moses/src/RuleTableLoaderHiero.o
-moses/src/RuleTableLoaderStandard.lo
-moses/src/RuleTableLoaderStandard.o
-moses/src/ScoreComponentCollection.lo
-moses/src/ScoreComponentCollection.o
-moses/src/ScoreIndexManager.lo
-moses/src/ScoreIndexManager.o
-moses/src/ScoreProducer.lo
-moses/src/ScoreProducer.o
-moses/src/Search.lo
-moses/src/Search.o
-moses/src/SearchCubePruning.lo
-moses/src/SearchCubePruning.o
-moses/src/SearchNormal.lo
-moses/src/SearchNormal.o
-moses/src/Sentence.lo
-moses/src/Sentence.o
-moses/src/SentenceStats.lo
-moses/src/SentenceStats.o
-moses/src/SingleFactor.lo
-moses/src/SingleFactor.o
-moses/src/SquareMatrix.lo
-moses/src/SquareMatrix.o
-moses/src/TargetPhrase.lo
-moses/src/TargetPhrase.o
-moses/src/TargetPhraseCollection.lo
-moses/src/TargetPhraseCollection.o
-moses/src/ThreadPool.lo
-moses/src/ThreadPool.o
-moses/src/Timer.lo
-moses/src/Timer.o
-moses/src/TranslationOption.lo
-moses/src/TranslationOption.o
-moses/src/TranslationOptionCollection.lo
-moses/src/TranslationOptionCollection.o
-moses/src/TranslationOptionCollectionConfusionNet.lo
-moses/src/TranslationOptionCollectionConfusionNet.o
-moses/src/TranslationOptionCollectionText.lo
-moses/src/TranslationOptionCollectionText.o
-moses/src/TranslationOptionList.lo
-moses/src/TranslationOptionList.o
-moses/src/TranslationSystem.lo
-moses/src/TranslationSystem.o
-moses/src/file.lo
-moses/src/file.o
-moses/src/hash.lo
-moses/src/hash.o
-moses/src/vocab.lo
-moses/src/vocab.o
-scripts/ems/biconcor/Alignment.o
-scripts/ems/biconcor/Mismatch.o
-scripts/ems/biconcor/PhrasePair.o
-scripts/ems/biconcor/PhrasePairCollection.o
-scripts/ems/biconcor/SuffixArray.o
-scripts/ems/biconcor/TargetCorpus.o
-scripts/ems/biconcor/Vocabulary.o
-scripts/ems/biconcor/base64.o
-scripts/ems/biconcor/biconcor.o
-scripts/training/compact-rule-table/config.log
-scripts/training/compact-rule-table/config.status
-scripts/training/eppex/
-scripts/training/lexical-reordering/reordering_classes.o
-scripts/training/memscore/
-scripts/training/phrase-extract/AlignmentPhrase.o
-scripts/training/phrase-extract/ExtractedRule.o
-scripts/training/phrase-extract/HoleCollection.o
-scripts/training/phrase-extract/InputFileStream.o
-scripts/training/phrase-extract/PhraseAlignment.o
-scripts/training/phrase-extract/SentenceAlignment.o
-scripts/training/phrase-extract/SentenceAlignmentWithSyntax.o
-scripts/training/phrase-extract/SyntaxTree.o
-scripts/training/phrase-extract/XmlTree.o
-scripts/training/phrase-extract/consolidate-direct.o
-scripts/training/phrase-extract/consolidate-reverse.o
-scripts/training/phrase-extract/consolidate.o
-scripts/training/phrase-extract/extract-lex.o
-scripts/training/phrase-extract/extract-rules.o
-scripts/training/phrase-extract/extract.o
-scripts/training/phrase-extract/relax-parse.o
-scripts/training/phrase-extract/score.o
-scripts/training/phrase-extract/statistics.o
-scripts/training/phrase-extract/tables-core.o
-scripts/training/symal/cmd.o
-stamp-h1
-util/.deps/
-util/.libs/
-util/Makefile
-util/Makefile.in
-util/bit_packing.lo
-util/bit_packing.o
-util/ersatz_progress.lo
-util/ersatz_progress.o
-util/exception.lo
-util/exception.o
-util/file.lo
-util/file.o
-util/file_piece.lo
-util/file_piece.o
-util/libkenutil.la
-util/mmap.lo
-util/mmap.o
-util/murmur_hash.lo
-util/murmur_hash.o
-EOF
diff --git a/Jamroot b/Jamroot
index 54fd98827..6975175aa 100644
--- a/Jamroot
+++ b/Jamroot
@@ -19,6 +19,8 @@
#Indicates where binaries GIZA++, snt2cooc.out, and mkcls live.
#Builds scripts/training/train-model.perl using these paths.
#
+#Thread-caching malloc (optional):
+#--with-tcmalloc
#
#REGRESSION TESTING
#--with-regtest=/path/to/moses-reg-test-data
@@ -28,6 +30,8 @@
#--prefix=/path/to/prefix sets the install prefix [dist].
#--bindir=/path/to/prefix/bin sets the bin directory [PREFIX/bin]
#--libdir=/path/to/prefix/lib sets the lib directory [PREFIX/lib]
+#--includedir=/path/to/prefix/include installs headers.
+# Does not install if missing. No argument defaults to PREFIX/include .
#--install-scripts=/path/to/scripts copies scripts into a directory.
#--git appends the git revision to the prefix directory.
#
@@ -58,101 +62,16 @@
import option ;
import modules ;
-
+import path ;
path-constant TOP : . ;
+include $(TOP)/jam-files/sanity.jam ;
-# Shell with trailing line removed http://lists.boost.org/boost-build/2007/08/17051.php
-rule trim-nl ( str extras * ) {
- return [ MATCH "([^
-]*)" : $(str) ] $(extras) ;
-}
-rule _shell ( cmd : extras * ) {
- return [ trim-nl [ SHELL $(cmd) : $(extras) ] ] ;
-}
-
-local cleaning = [ option.get "clean" : : yes ] ;
-cleaning ?= [ option.get "clean-all" : no : yes ] ;
-if "clean" in [ modules.peek : ARGV ] {
- cleaning = yes ;
-}
-constant CLEANING : $(cleaning) ;
-
-#Run g++ with empty main and these arguments to see if it passes.
-rule test_flags ( flags ) {
- if [ SHELL $(TOP)"/jam-files/test.sh "$(flags) ] = 0 {
- return true ;
- } else {
- return ;
- }
-}
-
-#Determine if a library can be compiled statically.
-rule auto_shared ( name : additional ? ) {
- additional ?= "" ;
- if [ test_flags $(additional)" -static -l"$(name) ] {
- return ;
- } else {
- return "<link>shared" ;
- }
-}
-
-with-boost = [ option.get "with-boost" ] ;
-if $(with-boost) {
- L-boost-search = -L$(with-boost)/lib" "-L$(with-boost)/lib64 ;
- boost-search = <search>$(with-boost)/lib <search>$(with-boost)/lib64 ;
- I-boost-include = -I$(with-boost)/include ;
- boost-include = <include>$(with-boost)/include ;
-} else {
- L-boost-search = "" ;
- boost-search = ;
- I-boost-include = "" ;
- boost-include = ;
-}
-
-boost-shell = [ SHELL "g++ "$(I-boost-include)" -dM -x c++ -E /dev/null -include boost/version.hpp 2>/dev/null |grep '#define BOOST_VERSION '" : exit-status ] ;
-if $(boost-shell[2]) != 0 && $(CLEANING) = no {
- exit Boost does not seem to be installed or g++ is confused. : 1 ;
-}
-boost-version = [ MATCH "#define BOOST_VERSION ([0-9]*)" : $(boost-shell[1]) ] ;
-if $(boost-version) < 103600 && $(cleaning) = no {
- exit You have Boost $(boost-version). Moses requires at least 103600 (and preferably newer). : 1 ;
-}
-#Are we linking static binaries against shared boost?
-boost-auto-shared = [ auto_shared "boost_program_options" : $(L-boost-search) ] ;
-#Convenience rule for boost libraries. Defines library boost_$(name).
-rule boost_lib ( name macro ) {
- #Link multi-threaded programs against the -mt version if available. Old
- #versions of boost do not have -mt tagged versions of all libraries. Sadly,
- #boost.jam does not handle this correctly.
- if [ test_flags $(L-boost-search)" -lboost_"$(name)"-mt" ] {
- lib inner_boost_$(name) : : <threading>single $(boost-search) <name>boost_$(name) ;
- lib inner_boost_$(name) : : <threading>multi $(boost-search) <name>boost_$(name)-mt ;
- } else {
- lib inner_boost_$(name) : : $(boost-search) <name>boost_$(name) ;
- }
-
- alias boost_$(name) : inner_boost_$(name) : $(boost-auto-shared) : : <link>shared:<define>BOOST_$(macro) $(boost-include) ;
-}
-#See tools/build/v2/contrib/boost.jam in a boost distribution for a table of macros to define.
-boost_lib thread THREAD_DYN_DLL ;
-boost_lib program_options PROGRAM_OPTIONS_DYN_LINK ;
-boost_lib unit_test_framework TEST_DYN_LINK ;
-boost_lib mpi MPI_DYN_LINK ;
-boost_lib serialization SERIALIZATION_DYN_LINK ;
-
-#Link normally to a library, but sometimes static isn't installed so fall back to dynamic.
-rule external_lib ( name ) {
- lib $(name) : : [ auto_shared $(name) ] ;
-}
-
-external_lib z ;
-
-requirements = ;
+boost 103600 ;
+external-lib z ;
-#libSegFault prints a stack trace on segfault. Link against it if available.
-if [ test_flags "-lSegfault" ] {
- external_lib SegFault ;
- requirements += <library>SegFault ;
+if [ option.get "with-tcmalloc" : : "yes" ] {
+ external-lib tcmalloc ;
+ requirements += <library>tcmalloc ;
}
if [ option.get "enable-mpi" : : "yes" ] {
@@ -166,12 +85,6 @@ if [ option.get "enable-mpi" : : "yes" ] {
requirements += [ option.get "notrace" : <define>TRACE_ENABLE=1 ] ;
requirements += [ option.get "enable-boost-pool" : : <define>USE_BOOST_POOL ] ;
-import os ;
-
-
-cxxflags = [ os.environ "CXXFLAGS" ] ;
-cflags = [ os.environ "CFLAGS" ] ;
-ldflags = [ os.environ "LDFLAGS" ] ;
project : default-build
<threading>multi
@@ -186,9 +99,6 @@ project : requirements
<threading>multi:<library>boost_thread
<define>_FILE_OFFSET_BITS=64 <define>_LARGE_FILES
$(requirements)
- <cxxflags>$(cxxflags)
- <cflags>$(cflags)
- <linkflags>$(ldflags)
;
#Add directories here if you want their incidental targets too (i.e. tests).
@@ -205,17 +115,15 @@ build-project scripts ;
#Regression tests (only does anything if --with-regtest is passed)
build-project regression-testing ;
-if [ option.get "git" : : "yes" ] {
- local revision = [ _shell "git rev-parse --verify HEAD |head -c 7" ] ;
- constant GITTAG : "/"$(revision) ;
-} else {
- constant GITTAG : "" ;
-}
alias programs : lm//query lm//build_binary moses-chart-cmd/src//moses_chart moses-cmd/src//programs OnDiskPt//CreateOnDisk mert//programs contrib/server//mosesserver misc//programs mira//programs ;
-prefix = [ option.get "prefix" : $(TOP)/dist$(GITTAG) ] ;
-bindir = [ option.get "bindir" : $(prefix)/bin ] ;
-libdir = [ option.get "libdir" : $(prefix)/lib ] ;
-install prefix-bin : programs : <location>$(bindir) <install-dependencies>on <install-type>EXE <link>shared:<dll-path>$(libdir) ;
-install prefix-lib : programs : <location>$(libdir) <install-dependencies>on <install-type>LIB <link>shared:<dll-path>$(libdir) ;
+install-bin-libs programs ;
+install-headers headers-base : [ glob-tree *.h *.hh : jam-files dist kenlm moses ] : . ;
+install-headers headers-moses : moses/src//headers-to-install : moses/src ;
+
+alias install : prefix-bin prefix-lib headers-base headers-moses ;
+
+if ! [ option.get "includedir" : : $(prefix)/include ] {
+ explicit install headers-base headers-moses ;
+}
diff --git a/OnDiskPt/Main.cpp b/OnDiskPt/Main.cpp
index d8899def5..e9e51c58d 100644
--- a/OnDiskPt/Main.cpp
+++ b/OnDiskPt/Main.cpp
@@ -23,6 +23,7 @@
#include <string>
#include <vector>
#include <iterator>
+#include <cassert>
#include "../moses/src/InputFileStream.h"
#include "../moses/src/Util.h"
#include "../moses/src/UserMessage.h"
@@ -45,15 +46,15 @@ int main (int argc, char * const argv[])
assert(argc == 8);
- int numSourceFactors = Moses::Scan<int>(argv[1])
- , numTargetFactors = Moses::Scan<int>(argv[2])
- , numScores = Moses::Scan<int>(argv[3])
- , tableLimit = Moses::Scan<int>(argv[4]);
+ int numSourceFactors = Moses::Scan<int>(argv[1])
+ , numTargetFactors = Moses::Scan<int>(argv[2])
+ , numScores = Moses::Scan<int>(argv[3])
+ , tableLimit = Moses::Scan<int>(argv[4]);
TargetPhraseCollection::s_sortScoreInd = Moses::Scan<int>(argv[5]);
assert(TargetPhraseCollection::s_sortScoreInd < numScores);
- const string filePath = argv[6]
- ,destPath = argv[7];
+ const string filePath = argv[6]
+ ,destPath = argv[7];
Moses::InputFileStream inStream(filePath);
diff --git a/OnDiskPt/Phrase.cpp b/OnDiskPt/Phrase.cpp
index b6ccd0721..dc289a81a 100644
--- a/OnDiskPt/Phrase.cpp
+++ b/OnDiskPt/Phrase.cpp
@@ -98,6 +98,15 @@ bool Phrase::operator==(const Phrase &compare) const
return ret == 0;
}
+void Phrase::DebugPrint(ostream &out, const Vocab &vocab) const
+{
+ for (size_t pos = 0; pos < GetSize(); ++pos) {
+ const Word &word = GetWord(pos);
+ word.DebugPrint(out, vocab);
+ out << " ";
+ }
+}
+
std::ostream& operator<<(std::ostream &out, const Phrase &phrase)
{
for (size_t pos = 0; pos < phrase.GetSize(); ++pos) {
diff --git a/OnDiskPt/Phrase.h b/OnDiskPt/Phrase.h
index 093510e64..f7de9a10d 100644
--- a/OnDiskPt/Phrase.h
+++ b/OnDiskPt/Phrase.h
@@ -24,6 +24,7 @@
namespace OnDiskPt
{
+class Vocab;
class Phrase
{
@@ -48,6 +49,8 @@ public:
return m_words.size();
}
+ virtual void DebugPrint(std::ostream &out, const Vocab &vocab) const;
+
int Compare(const Phrase &compare) const;
bool operator<(const Phrase &compare) const;
bool operator>(const Phrase &compare) const;
diff --git a/OnDiskPt/PhraseNode.cpp b/OnDiskPt/PhraseNode.cpp
index 98a55dbc1..ba521c03e 100644
--- a/OnDiskPt/PhraseNode.cpp
+++ b/OnDiskPt/PhraseNode.cpp
@@ -38,10 +38,10 @@ size_t PhraseNode::GetNodeSize(size_t numChildren, size_t wordSize, size_t count
}
PhraseNode::PhraseNode()
- :m_currChild(NULL)
+ : m_value(0)
+ ,m_currChild(NULL)
,m_saved(false)
,m_memLoad(NULL)
- ,m_value(0)
{
}
@@ -55,7 +55,7 @@ PhraseNode::PhraseNode(UINT64 filePos, OnDiskWrapper &onDiskWrapper)
std::fstream &file = onDiskWrapper.GetFileSource();
file.seekg(filePos);
- CHECK(filePos == file.tellg());
+ CHECK(filePos == (UINT64)file.tellg());
file.read((char*) &m_numChildrenLoad, sizeof(UINT64));
@@ -64,11 +64,11 @@ PhraseNode::PhraseNode(UINT64 filePos, OnDiskWrapper &onDiskWrapper)
// go to start of node again
file.seekg(filePos);
- CHECK(filePos == file.tellg());
+ CHECK(filePos == (UINT64)file.tellg());
// read everything into memory
file.read(m_memLoad, memAlloc);
- CHECK(filePos + memAlloc == file.tellg());
+ CHECK(filePos + memAlloc == (UINT64)file.tellg());
// get value
m_value = ((UINT64*)m_memLoad)[1];
diff --git a/OnDiskPt/TargetPhrase.cpp b/OnDiskPt/TargetPhrase.cpp
index b740811d8..b4ac16a2b 100644
--- a/OnDiskPt/TargetPhrase.cpp
+++ b/OnDiskPt/TargetPhrase.cpp
@@ -232,7 +232,7 @@ Moses::TargetPhrase *TargetPhrase::ConvertToMoses(const std::vector<Moses::Facto
UINT64 TargetPhrase::ReadOtherInfoFromFile(UINT64 filePos, std::fstream &fileTPColl)
{
- CHECK(filePos == fileTPColl.tellg());
+ CHECK(filePos == (UINT64)fileTPColl.tellg());
UINT64 memUsed = 0;
fileTPColl.read((char*) &m_filePos, sizeof(UINT64));
@@ -240,10 +240,10 @@ UINT64 TargetPhrase::ReadOtherInfoFromFile(UINT64 filePos, std::fstream &fileTPC
CHECK(m_filePos != 0);
memUsed += ReadAlignFromFile(fileTPColl);
- CHECK((memUsed + filePos) == fileTPColl.tellg());
+ CHECK((memUsed + filePos) == (UINT64)fileTPColl.tellg());
memUsed += ReadScoresFromFile(fileTPColl);
- CHECK((memUsed + filePos) == fileTPColl.tellg());
+ CHECK((memUsed + filePos) == (UINT64)fileTPColl.tellg());
return memUsed;
}
@@ -305,6 +305,23 @@ UINT64 TargetPhrase::ReadScoresFromFile(std::fstream &fileTPColl)
return bytesRead;
}
+void TargetPhrase::DebugPrint(ostream &out, const Vocab &vocab) const
+{
+ Phrase::DebugPrint(out, vocab);
+
+ for (size_t ind = 0; ind < m_align.size(); ++ind) {
+ const AlignPair &alignPair = m_align[ind];
+ out << alignPair.first << "-" << alignPair.second << " ";
+ }
+ out << ", ";
+
+ for (size_t ind = 0; ind < m_scores.size(); ++ind) {
+ out << m_scores[ind] << " ";
+ }
+
+ return;
+}
+
std::ostream& operator<<(std::ostream &out, const TargetPhrase &phrase)
{
out << (const Phrase&) phrase << ", " ;
diff --git a/OnDiskPt/TargetPhrase.h b/OnDiskPt/TargetPhrase.h
index 56c7b6d3f..589fbb743 100644
--- a/OnDiskPt/TargetPhrase.h
+++ b/OnDiskPt/TargetPhrase.h
@@ -40,6 +40,8 @@ namespace OnDiskPt
typedef std::pair<UINT64, UINT64> AlignPair;
typedef std::vector<AlignPair> AlignType;
+class Vocab;
+
class TargetPhrase: public Phrase
{
friend std::ostream& operator<<(std::ostream&, const TargetPhrase&);
@@ -91,6 +93,8 @@ public:
UINT64 ReadOtherInfoFromFile(UINT64 filePos, std::fstream &fileTPColl);
UINT64 ReadFromFile(std::fstream &fileTP, size_t numFactors);
+ virtual void DebugPrint(std::ostream &out, const Vocab &vocab) const;
+
};
}
diff --git a/OnDiskPt/TargetPhraseCollection.cpp b/OnDiskPt/TargetPhraseCollection.cpp
index b57ce4ee3..dd1fac346 100644
--- a/OnDiskPt/TargetPhraseCollection.cpp
+++ b/OnDiskPt/TargetPhraseCollection.cpp
@@ -196,6 +196,12 @@ void TargetPhraseCollection::SetDebugStr(const std::string &str)
m_debugStr = str;
}
+const TargetPhrase &TargetPhraseCollection::GetTargetPhrase(size_t ind) const
+{
+ assert(ind < GetSize());
+ return *m_coll[ind];
+}
+
}
diff --git a/OnDiskPt/TargetPhraseCollection.h b/OnDiskPt/TargetPhraseCollection.h
index 6d95fb356..50fcd6679 100644
--- a/OnDiskPt/TargetPhraseCollection.h
+++ b/OnDiskPt/TargetPhraseCollection.h
@@ -64,6 +64,9 @@ public:
size_t GetSize() const {
return m_coll.size();
}
+
+ const TargetPhrase &GetTargetPhrase(size_t ind) const;
+
UINT64 GetFilePos() const;
Moses::TargetPhraseCollection *ConvertToMoses(const std::vector<Moses::FactorType> &inputFactors
diff --git a/OnDiskPt/Vocab.cpp b/OnDiskPt/Vocab.cpp
index 86072edc6..0ed9ffa2a 100644
--- a/OnDiskPt/Vocab.cpp
+++ b/OnDiskPt/Vocab.cpp
@@ -44,7 +44,8 @@ bool Vocab::Load(OnDiskWrapper &onDiskWrapper)
// create lookup
// assume contiguous vocab id
m_lookup.resize(m_vocabColl.size() + 1);
-
+ m_nextId = m_lookup.size();
+
CollType::const_iterator iter;
for (iter = m_vocabColl.begin(); iter != m_vocabColl.end(); ++iter) {
UINT32 vocabId = iter->second;
diff --git a/OnDiskPt/Vocab.h b/OnDiskPt/Vocab.h
index 360aedf4a..f8c1dd649 100644
--- a/OnDiskPt/Vocab.h
+++ b/OnDiskPt/Vocab.h
@@ -41,10 +41,6 @@ protected:
std::vector<std::string> m_lookup; // opposite of m_vocabColl
UINT64 m_nextId; // starts @ 1
- const std::string &GetString(UINT32 vocabId) const {
- return m_lookup[vocabId];
- }
-
public:
Vocab()
:m_nextId(1)
@@ -52,6 +48,9 @@ public:
UINT64 AddVocabId(const std::string &factorString);
UINT64 GetVocabId(const std::string &factorString, bool &found) const;
const Moses::Factor *GetFactor(UINT32 vocabId, Moses::FactorType factorType, Moses::FactorDirection direction, bool isNonTerminal) const;
+ const std::string &GetString(UINT32 vocabId) const {
+ return m_lookup[vocabId];
+ }
bool Load(OnDiskWrapper &onDiskWrapper);
void Save(OnDiskWrapper &onDiskWrapper);
diff --git a/OnDiskPt/Word.cpp b/OnDiskPt/Word.cpp
index a8d4c683a..69a104970 100644
--- a/OnDiskPt/Word.cpp
+++ b/OnDiskPt/Word.cpp
@@ -145,9 +145,24 @@ bool Word::operator==(const Word &compare) const
return ret == 0;
}
+void Word::DebugPrint(ostream &out, const Vocab &vocab) const
+{
+ std::vector<UINT64>::const_iterator iter;
+ for (size_t ind = 0; ind < m_factors.size() - 1; ++ind) {
+ UINT64 vocabId = *iter;
+ const string &str = vocab.GetString(vocabId);
+ out << str << "|";
+ }
+
+ // last
+ UINT64 vocabId = m_factors.back();
+ const string &str = vocab.GetString(vocabId);
+ out << str;
+}
+
std::ostream& operator<<(std::ostream &out, const Word &word)
{
- out << "[";
+ out << "(";
std::vector<UINT64>::const_iterator iter;
for (iter = word.m_factors.begin(); iter != word.m_factors.end(); ++iter) {
@@ -155,7 +170,7 @@ std::ostream& operator<<(std::ostream &out, const Word &word)
}
out << (word.m_isNonTerminal ? "n" : "t");
- out << "]";
+ out << ")";
return out;
}
diff --git a/OnDiskPt/Word.h b/OnDiskPt/Word.h
index 0c0b55a09..dc7a2424d 100644
--- a/OnDiskPt/Word.h
+++ b/OnDiskPt/Word.h
@@ -31,6 +31,7 @@ class Word;
namespace OnDiskPt
{
+class Vocab;
class Word
{
@@ -70,6 +71,8 @@ public:
, const std::vector<Moses::FactorType> &outputFactorsVec
, const Vocab &vocab) const;
+ virtual void DebugPrint(std::ostream &out, const Vocab &vocab) const;
+
int Compare(const Word &compare) const;
bool operator<(const Word &compare) const;
bool operator==(const Word &compare) const;
diff --git a/bjam b/bjam
index 962d5a87a..d1ac8a555 100755
--- a/bjam
+++ b/bjam
@@ -1,13 +1,14 @@
#!/bin/bash
set -e
-if
- which bjam >/dev/null 2>/dev/null && #Have a bjam in path
- ! grep UFIHGUFIHBDJKNCFZXAEVA "$(which bjam)" >/dev/null && #bjam in path isn't this script
- bjam --help >/dev/null 2>/dev/null && #bjam in path isn't broken (i.e. has boost-build)
- bjam --version |grep "Boost.Build 201" >/dev/null 2>/dev/null #It's recent enough.
+if
+ bjam="$(which bjam 2>/dev/null)" && #exists
+ [ ${#bjam} != 0 ] && #paranoia about which printing nothing then returning true
+ ! grep UFIHGUFIHBDJKNCFZXAEVA "${bjam}" </dev/null >/dev/null && #bjam in path isn't this script
+ "${bjam}" --help >/dev/null 2>/dev/null && #bjam in path isn't broken (i.e. has boost-build)
+ "${bjam}" --version |grep "Boost.Build 201" >/dev/null 2>/dev/null #It's recent enough.
then
#Delegate to system bjam
- exec bjam "$@"
+ exec "${bjam}" "$@"
fi
top="$(dirname "$0")"
diff --git a/contrib/other-builds/CreateOnDisk.vcxproj b/contrib/other-builds/CreateOnDisk.vcxproj
index 7d2e1ea0e..f7fa3729b 100644
--- a/contrib/other-builds/CreateOnDisk.vcxproj
+++ b/contrib/other-builds/CreateOnDisk.vcxproj
@@ -55,10 +55,10 @@
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/moses/src;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/../../moses/src;$(SolutionDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
- <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>zdll.lib;$(SolutionDir)/$(Configuration)/moses.lib;$(SolutionDir)/$(Configuration)/kenlm.lib;$(SolutionDir)/$(Configuration)/OnDiskPt.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<TargetMachine>MachineX86</TargetMachine>
@@ -75,10 +75,10 @@
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/moses/src;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/../../moses/src;$(SolutionDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
<Link>
- <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>zdll.lib;$(SolutionDir)/$(Configuration)/moses.lib;$(SolutionDir)/$(Configuration)/kenlm.lib;$(SolutionDir)/$(Configuration)/OnDiskPt.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
@@ -87,20 +87,12 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\Main.cpp" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="src\Main.h" />
+ <ClInclude Include="..\..\OnDiskPt\Main.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\moses\moses.vcxproj">
- <Project>{8122157a-0de5-44ff-8e5b-024ed6ace7af}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- <ProjectReference Include="..\OnDiskPt\OnDiskPt.vcxproj">
- <Project>{8b07671b-cbaf-4514-affd-ce238cd427e9}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
+ <ClCompile Include="..\..\OnDiskPt\Main.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/contrib/other-builds/CreateOnDisk.xcodeproj/project.pbxproj b/contrib/other-builds/CreateOnDisk.xcodeproj/project.pbxproj
index d86b94fdf..90bf911d3 100644
--- a/contrib/other-builds/CreateOnDisk.xcodeproj/project.pbxproj
+++ b/contrib/other-builds/CreateOnDisk.xcodeproj/project.pbxproj
@@ -7,39 +7,54 @@
objects = {
/* Begin PBXBuildFile section */
- 1ED4FB4B11BDBAA7004E826A /* Main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED4FB4911BDBAA7004E826A /* Main.cpp */; };
- 1ED4FB6011BDBAFB004E826A /* libOnDiskPt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1ED4FB5F11BDBAE6004E826A /* libOnDiskPt.a */; };
- 1ED4FB6111BDBB00004E826A /* libmoses.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1ED4FB5611BDBAD7004E826A /* libmoses.a */; };
+ 1EBA432514B97B35003CC0EA /* Main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA432314B97B35003CC0EA /* Main.cpp */; };
+ 1EF0707114B9EE800052152A /* liblm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EBA45C014B97EF1003CC0EA /* liblm.a */; };
+ 1EF0707214B9EE800052152A /* libmoses.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EBA432E14B97CA1003CC0EA /* libmoses.a */; };
+ 1EF0707314B9EE800052152A /* libOnDiskPt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EBA433714B97CA6003CC0EA /* libOnDiskPt.a */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
- 1ED4FB5511BDBAD7004E826A /* PBXContainerItemProxy */ = {
+ 1EBA432D14B97CA1003CC0EA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1ED4FB4E11BDBAD7004E826A /* moses.xcodeproj */;
+ containerPortal = 1EBA432614B97CA1003CC0EA /* moses.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = D2AAC046055464E500DB518D;
remoteInfo = moses;
};
- 1ED4FB5E11BDBAE6004E826A /* PBXContainerItemProxy */ = {
+ 1EBA433614B97CA6003CC0EA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1ED4FB5711BDBAE6004E826A /* OnDiskPt.xcodeproj */;
+ containerPortal = 1EBA432F14B97CA6003CC0EA /* OnDiskPt.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = D2AAC046055464E500DB518D;
remoteInfo = OnDiskPt;
};
- 1ED4FB7211BDBC05004E826A /* PBXContainerItemProxy */ = {
+ 1EBA45BF14B97EF1003CC0EA /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1ED4FB4E11BDBAD7004E826A /* moses.xcodeproj */;
+ containerPortal = 1EBA45B414B97EF1003CC0EA /* lm.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 1EE8C2E91476A48E002496F2;
+ remoteInfo = lm;
+ };
+ 1EF0707614B9EE930052152A /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 1EBA432F14B97CA6003CC0EA /* OnDiskPt.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = D2AAC045055464E500DB518D;
- remoteInfo = moses;
+ remoteInfo = OnDiskPt;
};
- 1ED4FB7411BDBC09004E826A /* PBXContainerItemProxy */ = {
+ 1EF0707814B9EE980052152A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1ED4FB5711BDBAE6004E826A /* OnDiskPt.xcodeproj */;
+ containerPortal = 1EBA432614B97CA1003CC0EA /* moses.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = D2AAC045055464E500DB518D;
- remoteInfo = OnDiskPt;
+ remoteInfo = moses;
+ };
+ 1EF0707A14B9EE9C0052152A /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 1EBA45B414B97EF1003CC0EA /* lm.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 1EE8C2E81476A48E002496F2;
+ remoteInfo = lm;
};
/* End PBXContainerItemProxy section */
@@ -57,10 +72,11 @@
/* Begin PBXFileReference section */
1E4FC4861251FFBF00FB0D9D /* CreateOnDisk */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = CreateOnDisk; sourceTree = BUILT_PRODUCTS_DIR; };
- 1ED4FB4911BDBAA7004E826A /* Main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = src/Main.cpp; sourceTree = "<group>"; };
- 1ED4FB4A11BDBAA7004E826A /* Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Main.h; path = src/Main.h; sourceTree = "<group>"; };
- 1ED4FB4E11BDBAD7004E826A /* moses.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = moses.xcodeproj; path = ../moses/moses.xcodeproj; sourceTree = SOURCE_ROOT; };
- 1ED4FB5711BDBAE6004E826A /* OnDiskPt.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OnDiskPt.xcodeproj; path = ../OnDiskPt/OnDiskPt.xcodeproj; sourceTree = SOURCE_ROOT; };
+ 1EBA432314B97B35003CC0EA /* Main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = ../../OnDiskPt/Main.cpp; sourceTree = "<group>"; };
+ 1EBA432414B97B35003CC0EA /* Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Main.h; path = ../../OnDiskPt/Main.h; sourceTree = "<group>"; };
+ 1EBA432614B97CA1003CC0EA /* moses.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = moses.xcodeproj; sourceTree = "<group>"; };
+ 1EBA432F14B97CA6003CC0EA /* OnDiskPt.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = OnDiskPt.xcodeproj; sourceTree = "<group>"; };
+ 1EBA45B414B97EF1003CC0EA /* lm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = lm.xcodeproj; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -68,8 +84,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 1ED4FB6111BDBB00004E826A /* libmoses.a in Frameworks */,
- 1ED4FB6011BDBAFB004E826A /* libOnDiskPt.a in Frameworks */,
+ 1EF0707114B9EE800052152A /* liblm.a in Frameworks */,
+ 1EF0707214B9EE800052152A /* libmoses.a in Frameworks */,
+ 1EF0707314B9EE800052152A /* libOnDiskPt.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -79,11 +96,12 @@
08FB7794FE84155DC02AAC07 /* CreateOnDisk */ = {
isa = PBXGroup;
children = (
- 1ED4FB5711BDBAE6004E826A /* OnDiskPt.xcodeproj */,
- 1ED4FB4E11BDBAD7004E826A /* moses.xcodeproj */,
08FB7795FE84155DC02AAC07 /* Source */,
C6859E8C029090F304C91782 /* Documentation */,
1AB674ADFE9D54B511CA2CBB /* Products */,
+ 1EBA432614B97CA1003CC0EA /* moses.xcodeproj */,
+ 1EBA432F14B97CA6003CC0EA /* OnDiskPt.xcodeproj */,
+ 1EBA45B414B97EF1003CC0EA /* lm.xcodeproj */,
);
name = CreateOnDisk;
sourceTree = "<group>";
@@ -91,8 +109,8 @@
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
- 1ED4FB4911BDBAA7004E826A /* Main.cpp */,
- 1ED4FB4A11BDBAA7004E826A /* Main.h */,
+ 1EBA432314B97B35003CC0EA /* Main.cpp */,
+ 1EBA432414B97B35003CC0EA /* Main.h */,
);
name = Source;
sourceTree = "<group>";
@@ -105,18 +123,26 @@
name = Products;
sourceTree = "<group>";
};
- 1ED4FB4F11BDBAD7004E826A /* Products */ = {
+ 1EBA432714B97CA1003CC0EA /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 1EBA432E14B97CA1003CC0EA /* libmoses.a */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 1EBA433014B97CA6003CC0EA /* Products */ = {
isa = PBXGroup;
children = (
- 1ED4FB5611BDBAD7004E826A /* libmoses.a */,
+ 1EBA433714B97CA6003CC0EA /* libOnDiskPt.a */,
);
name = Products;
sourceTree = "<group>";
};
- 1ED4FB5811BDBAE6004E826A /* Products */ = {
+ 1EBA45B514B97EF1003CC0EA /* Products */ = {
isa = PBXGroup;
children = (
- 1ED4FB5F11BDBAE6004E826A /* libOnDiskPt.a */,
+ 1EBA45C014B97EF1003CC0EA /* liblm.a */,
);
name = Products;
sourceTree = "<group>";
@@ -142,8 +168,9 @@
buildRules = (
);
dependencies = (
- 1ED4FB7311BDBC05004E826A /* PBXTargetDependency */,
- 1ED4FB7511BDBC09004E826A /* PBXTargetDependency */,
+ 1EF0707B14B9EE9C0052152A /* PBXTargetDependency */,
+ 1EF0707914B9EE980052152A /* PBXTargetDependency */,
+ 1EF0707714B9EE930052152A /* PBXTargetDependency */,
);
name = CreateOnDisk;
productInstallPath = "$(HOME)/bin";
@@ -170,12 +197,16 @@
projectDirPath = "";
projectReferences = (
{
- ProductGroup = 1ED4FB4F11BDBAD7004E826A /* Products */;
- ProjectRef = 1ED4FB4E11BDBAD7004E826A /* moses.xcodeproj */;
+ ProductGroup = 1EBA45B514B97EF1003CC0EA /* Products */;
+ ProjectRef = 1EBA45B414B97EF1003CC0EA /* lm.xcodeproj */;
+ },
+ {
+ ProductGroup = 1EBA432714B97CA1003CC0EA /* Products */;
+ ProjectRef = 1EBA432614B97CA1003CC0EA /* moses.xcodeproj */;
},
{
- ProductGroup = 1ED4FB5811BDBAE6004E826A /* Products */;
- ProjectRef = 1ED4FB5711BDBAE6004E826A /* OnDiskPt.xcodeproj */;
+ ProductGroup = 1EBA433014B97CA6003CC0EA /* Products */;
+ ProjectRef = 1EBA432F14B97CA6003CC0EA /* OnDiskPt.xcodeproj */;
},
);
projectRoot = "";
@@ -186,18 +217,25 @@
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
- 1ED4FB5611BDBAD7004E826A /* libmoses.a */ = {
+ 1EBA432E14B97CA1003CC0EA /* libmoses.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libmoses.a;
- remoteRef = 1ED4FB5511BDBAD7004E826A /* PBXContainerItemProxy */;
+ remoteRef = 1EBA432D14B97CA1003CC0EA /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 1ED4FB5F11BDBAE6004E826A /* libOnDiskPt.a */ = {
+ 1EBA433714B97CA6003CC0EA /* libOnDiskPt.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libOnDiskPt.a;
- remoteRef = 1ED4FB5E11BDBAE6004E826A /* PBXContainerItemProxy */;
+ remoteRef = 1EBA433614B97CA6003CC0EA /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+ 1EBA45C014B97EF1003CC0EA /* liblm.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = liblm.a;
+ remoteRef = 1EBA45BF14B97EF1003CC0EA /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
@@ -207,22 +245,27 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 1ED4FB4B11BDBAA7004E826A /* Main.cpp in Sources */,
+ 1EBA432514B97B35003CC0EA /* Main.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
- 1ED4FB7311BDBC05004E826A /* PBXTargetDependency */ = {
+ 1EF0707714B9EE930052152A /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = OnDiskPt;
+ targetProxy = 1EF0707614B9EE930052152A /* PBXContainerItemProxy */;
+ };
+ 1EF0707914B9EE980052152A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = moses;
- targetProxy = 1ED4FB7211BDBC05004E826A /* PBXContainerItemProxy */;
+ targetProxy = 1EF0707814B9EE980052152A /* PBXContainerItemProxy */;
};
- 1ED4FB7511BDBC09004E826A /* PBXTargetDependency */ = {
+ 1EF0707B14B9EE9C0052152A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = OnDiskPt;
- targetProxy = 1ED4FB7411BDBC09004E826A /* PBXContainerItemProxy */;
+ name = lm;
+ targetProxy = 1EF0707A14B9EE9C0052152A /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
@@ -236,12 +279,15 @@
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
+ HEADER_SEARCH_PATHS = (
+ ../../,
+ ../../irstlm/include,
+ );
INSTALL_PATH = /usr/local/bin;
LIBRARY_SEARCH_PATHS = (
- ../irstlm/lib,
- ../srilm/lib/macosx,
- ../randlm/lib,
- ../kenlm,
+ ../../irstlm/lib,
+ ../../srilm/lib/macosx,
+ ../../randlm/lib,
);
OTHER_LDFLAGS = (
"-lz",
@@ -251,7 +297,6 @@
"-loolm",
"-lflm",
"-llattice",
- "-lkenlm",
"-lrandlm",
);
PRODUCT_NAME = CreateOnDisk;
@@ -264,12 +309,15 @@
ALWAYS_SEARCH_USER_PATHS = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_MODEL_TUNING = G5;
+ HEADER_SEARCH_PATHS = (
+ ../../,
+ ../../irstlm/include,
+ );
INSTALL_PATH = /usr/local/bin;
LIBRARY_SEARCH_PATHS = (
- ../irstlm/lib,
- ../srilm/lib/macosx,
- ../randlm/lib,
- ../kenlm,
+ ../../irstlm/lib,
+ ../../srilm/lib/macosx,
+ ../../randlm/lib,
);
OTHER_LDFLAGS = (
"-lz",
@@ -279,7 +327,6 @@
"-loolm",
"-lflm",
"-llattice",
- "-lkenlm",
"-lrandlm",
);
PRODUCT_NAME = CreateOnDisk;
diff --git a/contrib/other-builds/OnDiskPt.vcxproj b/contrib/other-builds/OnDiskPt.vcxproj
index 2b1ea574b..f9ee6e1a0 100644
--- a/contrib/other-builds/OnDiskPt.vcxproj
+++ b/contrib/other-builds/OnDiskPt.vcxproj
@@ -10,6 +10,28 @@
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\..\OnDiskPt\Main.h" />
+ <ClInclude Include="..\..\OnDiskPt\OnDiskWrapper.h" />
+ <ClInclude Include="..\..\OnDiskPt\Phrase.h" />
+ <ClInclude Include="..\..\OnDiskPt\PhraseNode.h" />
+ <ClInclude Include="..\..\OnDiskPt\SourcePhrase.h" />
+ <ClInclude Include="..\..\OnDiskPt\TargetPhrase.h" />
+ <ClInclude Include="..\..\OnDiskPt\TargetPhraseCollection.h" />
+ <ClInclude Include="..\..\OnDiskPt\Vocab.h" />
+ <ClInclude Include="..\..\OnDiskPt\Word.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\OnDiskPt\Main.cpp" />
+ <ClCompile Include="..\..\OnDiskPt\OnDiskWrapper.cpp" />
+ <ClCompile Include="..\..\OnDiskPt\Phrase.cpp" />
+ <ClCompile Include="..\..\OnDiskPt\PhraseNode.cpp" />
+ <ClCompile Include="..\..\OnDiskPt\SourcePhrase.cpp" />
+ <ClCompile Include="..\..\OnDiskPt\TargetPhrase.cpp" />
+ <ClCompile Include="..\..\OnDiskPt\TargetPhraseCollection.cpp" />
+ <ClCompile Include="..\..\OnDiskPt\Vocab.cpp" />
+ <ClCompile Include="..\..\OnDiskPt\Word.cpp" />
+ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8B07671B-CBAF-4514-AFFD-CE238CD427E9}</ProjectGuid>
<RootNamespace>OnDiskPt</RootNamespace>
@@ -55,7 +77,7 @@
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
- <AdditionalIncludeDirectories>$(SolutionDir)/moses/src;$(SolutionDir)/kenlm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>$(SolutionDir)/../../moses/src;$(SolutionDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -69,29 +91,9 @@
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <AdditionalIncludeDirectories>$(SolutionDir)/moses/src;$(SolutionDir)/kenlm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>$(SolutionDir)/../../moses/src;$(SolutionDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="src\OnDiskWrapper.cpp" />
- <ClCompile Include="src\Phrase.cpp" />
- <ClCompile Include="src\PhraseNode.cpp" />
- <ClCompile Include="src\SourcePhrase.cpp" />
- <ClCompile Include="src\TargetPhrase.cpp" />
- <ClCompile Include="src\TargetPhraseCollection.cpp" />
- <ClCompile Include="src\Vocab.cpp" />
- <ClCompile Include="src\Word.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="src\OnDiskWrapper.h" />
- <ClInclude Include="src\Phrase.h" />
- <ClInclude Include="src\PhraseNode.h" />
- <ClInclude Include="src\SourcePhrase.h" />
- <ClInclude Include="src\TargetPhrase.h" />
- <ClInclude Include="src\TargetPhraseCollection.h" />
- <ClInclude Include="src\Vocab.h" />
- <ClInclude Include="src\Word.h" />
- </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/contrib/other-builds/OnDiskPt.xcodeproj/project.pbxproj b/contrib/other-builds/OnDiskPt.xcodeproj/project.pbxproj
index de24f4c5e..80b2db5b6 100644
--- a/contrib/other-builds/OnDiskPt.xcodeproj/project.pbxproj
+++ b/contrib/other-builds/OnDiskPt.xcodeproj/project.pbxproj
@@ -7,41 +7,41 @@
objects = {
/* Begin PBXBuildFile section */
- 1ED4FB1911BDBA2B004E826A /* OnDiskWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED4FB0811BDBA2B004E826A /* OnDiskWrapper.cpp */; };
- 1ED4FB1A11BDBA2B004E826A /* OnDiskWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED4FB0911BDBA2B004E826A /* OnDiskWrapper.h */; };
- 1ED4FB1B11BDBA2B004E826A /* Phrase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED4FB0A11BDBA2B004E826A /* Phrase.cpp */; };
- 1ED4FB1C11BDBA2B004E826A /* Phrase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED4FB0B11BDBA2B004E826A /* Phrase.h */; };
- 1ED4FB1D11BDBA2B004E826A /* PhraseNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED4FB0C11BDBA2B004E826A /* PhraseNode.cpp */; };
- 1ED4FB1E11BDBA2B004E826A /* PhraseNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED4FB0D11BDBA2B004E826A /* PhraseNode.h */; };
- 1ED4FB1F11BDBA2B004E826A /* SourcePhrase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED4FB0E11BDBA2B004E826A /* SourcePhrase.cpp */; };
- 1ED4FB2011BDBA2B004E826A /* SourcePhrase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED4FB0F11BDBA2B004E826A /* SourcePhrase.h */; };
- 1ED4FB2111BDBA2B004E826A /* TargetPhrase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED4FB1011BDBA2B004E826A /* TargetPhrase.cpp */; };
- 1ED4FB2211BDBA2B004E826A /* TargetPhrase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED4FB1111BDBA2B004E826A /* TargetPhrase.h */; };
- 1ED4FB2311BDBA2B004E826A /* TargetPhraseCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED4FB1211BDBA2B004E826A /* TargetPhraseCollection.cpp */; };
- 1ED4FB2411BDBA2B004E826A /* TargetPhraseCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED4FB1311BDBA2B004E826A /* TargetPhraseCollection.h */; };
- 1ED4FB2511BDBA2B004E826A /* Vocab.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED4FB1411BDBA2B004E826A /* Vocab.cpp */; };
- 1ED4FB2611BDBA2B004E826A /* Vocab.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED4FB1511BDBA2B004E826A /* Vocab.h */; };
- 1ED4FB2711BDBA2B004E826A /* Word.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED4FB1611BDBA2B004E826A /* Word.cpp */; };
- 1ED4FB2811BDBA2B004E826A /* Word.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED4FB1711BDBA2B004E826A /* Word.h */; };
+ 1EBA430C14B97ABF003CC0EA /* OnDiskWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA42FA14B97ABF003CC0EA /* OnDiskWrapper.cpp */; };
+ 1EBA430D14B97ABF003CC0EA /* OnDiskWrapper.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA42FB14B97ABF003CC0EA /* OnDiskWrapper.h */; };
+ 1EBA430E14B97ABF003CC0EA /* Phrase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA42FC14B97ABF003CC0EA /* Phrase.cpp */; };
+ 1EBA430F14B97ABF003CC0EA /* Phrase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA42FD14B97ABF003CC0EA /* Phrase.h */; };
+ 1EBA431014B97ABF003CC0EA /* PhraseNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA42FE14B97ABF003CC0EA /* PhraseNode.cpp */; };
+ 1EBA431114B97ABF003CC0EA /* PhraseNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA42FF14B97ABF003CC0EA /* PhraseNode.h */; };
+ 1EBA431214B97ABF003CC0EA /* SourcePhrase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA430014B97ABF003CC0EA /* SourcePhrase.cpp */; };
+ 1EBA431314B97ABF003CC0EA /* SourcePhrase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA430114B97ABF003CC0EA /* SourcePhrase.h */; };
+ 1EBA431414B97ABF003CC0EA /* TargetPhrase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA430214B97ABF003CC0EA /* TargetPhrase.cpp */; };
+ 1EBA431514B97ABF003CC0EA /* TargetPhrase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA430314B97ABF003CC0EA /* TargetPhrase.h */; };
+ 1EBA431614B97ABF003CC0EA /* TargetPhraseCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA430414B97ABF003CC0EA /* TargetPhraseCollection.cpp */; };
+ 1EBA431714B97ABF003CC0EA /* TargetPhraseCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA430514B97ABF003CC0EA /* TargetPhraseCollection.h */; };
+ 1EBA431814B97ABF003CC0EA /* Vocab.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA430614B97ABF003CC0EA /* Vocab.cpp */; };
+ 1EBA431914B97ABF003CC0EA /* Vocab.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA430714B97ABF003CC0EA /* Vocab.h */; };
+ 1EBA431A14B97ABF003CC0EA /* Word.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA430814B97ABF003CC0EA /* Word.cpp */; };
+ 1EBA431B14B97ABF003CC0EA /* Word.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA430914B97ABF003CC0EA /* Word.h */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
- 1ED4FB0811BDBA2B004E826A /* OnDiskWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OnDiskWrapper.cpp; path = src/OnDiskWrapper.cpp; sourceTree = "<group>"; };
- 1ED4FB0911BDBA2B004E826A /* OnDiskWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OnDiskWrapper.h; path = src/OnDiskWrapper.h; sourceTree = "<group>"; };
- 1ED4FB0A11BDBA2B004E826A /* Phrase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Phrase.cpp; path = src/Phrase.cpp; sourceTree = "<group>"; };
- 1ED4FB0B11BDBA2B004E826A /* Phrase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Phrase.h; path = src/Phrase.h; sourceTree = "<group>"; };
- 1ED4FB0C11BDBA2B004E826A /* PhraseNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseNode.cpp; path = src/PhraseNode.cpp; sourceTree = "<group>"; };
- 1ED4FB0D11BDBA2B004E826A /* PhraseNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseNode.h; path = src/PhraseNode.h; sourceTree = "<group>"; };
- 1ED4FB0E11BDBA2B004E826A /* SourcePhrase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SourcePhrase.cpp; path = src/SourcePhrase.cpp; sourceTree = "<group>"; };
- 1ED4FB0F11BDBA2B004E826A /* SourcePhrase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SourcePhrase.h; path = src/SourcePhrase.h; sourceTree = "<group>"; };
- 1ED4FB1011BDBA2B004E826A /* TargetPhrase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TargetPhrase.cpp; path = src/TargetPhrase.cpp; sourceTree = "<group>"; };
- 1ED4FB1111BDBA2B004E826A /* TargetPhrase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TargetPhrase.h; path = src/TargetPhrase.h; sourceTree = "<group>"; };
- 1ED4FB1211BDBA2B004E826A /* TargetPhraseCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TargetPhraseCollection.cpp; path = src/TargetPhraseCollection.cpp; sourceTree = "<group>"; };
- 1ED4FB1311BDBA2B004E826A /* TargetPhraseCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TargetPhraseCollection.h; path = src/TargetPhraseCollection.h; sourceTree = "<group>"; };
- 1ED4FB1411BDBA2B004E826A /* Vocab.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Vocab.cpp; path = src/Vocab.cpp; sourceTree = "<group>"; };
- 1ED4FB1511BDBA2B004E826A /* Vocab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Vocab.h; path = src/Vocab.h; sourceTree = "<group>"; };
- 1ED4FB1611BDBA2B004E826A /* Word.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Word.cpp; path = src/Word.cpp; sourceTree = "<group>"; };
- 1ED4FB1711BDBA2B004E826A /* Word.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Word.h; path = src/Word.h; sourceTree = "<group>"; };
+ 1EBA42FA14B97ABF003CC0EA /* OnDiskWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OnDiskWrapper.cpp; path = ../../OnDiskPt/OnDiskWrapper.cpp; sourceTree = "<group>"; };
+ 1EBA42FB14B97ABF003CC0EA /* OnDiskWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OnDiskWrapper.h; path = ../../OnDiskPt/OnDiskWrapper.h; sourceTree = "<group>"; };
+ 1EBA42FC14B97ABF003CC0EA /* Phrase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Phrase.cpp; path = ../../OnDiskPt/Phrase.cpp; sourceTree = "<group>"; };
+ 1EBA42FD14B97ABF003CC0EA /* Phrase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Phrase.h; path = ../../OnDiskPt/Phrase.h; sourceTree = "<group>"; };
+ 1EBA42FE14B97ABF003CC0EA /* PhraseNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseNode.cpp; path = ../../OnDiskPt/PhraseNode.cpp; sourceTree = "<group>"; };
+ 1EBA42FF14B97ABF003CC0EA /* PhraseNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseNode.h; path = ../../OnDiskPt/PhraseNode.h; sourceTree = "<group>"; };
+ 1EBA430014B97ABF003CC0EA /* SourcePhrase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SourcePhrase.cpp; path = ../../OnDiskPt/SourcePhrase.cpp; sourceTree = "<group>"; };
+ 1EBA430114B97ABF003CC0EA /* SourcePhrase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SourcePhrase.h; path = ../../OnDiskPt/SourcePhrase.h; sourceTree = "<group>"; };
+ 1EBA430214B97ABF003CC0EA /* TargetPhrase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TargetPhrase.cpp; path = ../../OnDiskPt/TargetPhrase.cpp; sourceTree = "<group>"; };
+ 1EBA430314B97ABF003CC0EA /* TargetPhrase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TargetPhrase.h; path = ../../OnDiskPt/TargetPhrase.h; sourceTree = "<group>"; };
+ 1EBA430414B97ABF003CC0EA /* TargetPhraseCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TargetPhraseCollection.cpp; path = ../../OnDiskPt/TargetPhraseCollection.cpp; sourceTree = "<group>"; };
+ 1EBA430514B97ABF003CC0EA /* TargetPhraseCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TargetPhraseCollection.h; path = ../../OnDiskPt/TargetPhraseCollection.h; sourceTree = "<group>"; };
+ 1EBA430614B97ABF003CC0EA /* Vocab.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Vocab.cpp; path = ../../OnDiskPt/Vocab.cpp; sourceTree = "<group>"; };
+ 1EBA430714B97ABF003CC0EA /* Vocab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Vocab.h; path = ../../OnDiskPt/Vocab.h; sourceTree = "<group>"; };
+ 1EBA430814B97ABF003CC0EA /* Word.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Word.cpp; path = ../../OnDiskPt/Word.cpp; sourceTree = "<group>"; };
+ 1EBA430914B97ABF003CC0EA /* Word.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Word.h; path = ../../OnDiskPt/Word.h; sourceTree = "<group>"; };
D2AAC046055464E500DB518D /* libOnDiskPt.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libOnDiskPt.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -69,22 +69,22 @@
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
- 1ED4FB0811BDBA2B004E826A /* OnDiskWrapper.cpp */,
- 1ED4FB0911BDBA2B004E826A /* OnDiskWrapper.h */,
- 1ED4FB0A11BDBA2B004E826A /* Phrase.cpp */,
- 1ED4FB0B11BDBA2B004E826A /* Phrase.h */,
- 1ED4FB0C11BDBA2B004E826A /* PhraseNode.cpp */,
- 1ED4FB0D11BDBA2B004E826A /* PhraseNode.h */,
- 1ED4FB0E11BDBA2B004E826A /* SourcePhrase.cpp */,
- 1ED4FB0F11BDBA2B004E826A /* SourcePhrase.h */,
- 1ED4FB1011BDBA2B004E826A /* TargetPhrase.cpp */,
- 1ED4FB1111BDBA2B004E826A /* TargetPhrase.h */,
- 1ED4FB1211BDBA2B004E826A /* TargetPhraseCollection.cpp */,
- 1ED4FB1311BDBA2B004E826A /* TargetPhraseCollection.h */,
- 1ED4FB1411BDBA2B004E826A /* Vocab.cpp */,
- 1ED4FB1511BDBA2B004E826A /* Vocab.h */,
- 1ED4FB1611BDBA2B004E826A /* Word.cpp */,
- 1ED4FB1711BDBA2B004E826A /* Word.h */,
+ 1EBA42FA14B97ABF003CC0EA /* OnDiskWrapper.cpp */,
+ 1EBA42FB14B97ABF003CC0EA /* OnDiskWrapper.h */,
+ 1EBA42FC14B97ABF003CC0EA /* Phrase.cpp */,
+ 1EBA42FD14B97ABF003CC0EA /* Phrase.h */,
+ 1EBA42FE14B97ABF003CC0EA /* PhraseNode.cpp */,
+ 1EBA42FF14B97ABF003CC0EA /* PhraseNode.h */,
+ 1EBA430014B97ABF003CC0EA /* SourcePhrase.cpp */,
+ 1EBA430114B97ABF003CC0EA /* SourcePhrase.h */,
+ 1EBA430214B97ABF003CC0EA /* TargetPhrase.cpp */,
+ 1EBA430314B97ABF003CC0EA /* TargetPhrase.h */,
+ 1EBA430414B97ABF003CC0EA /* TargetPhraseCollection.cpp */,
+ 1EBA430514B97ABF003CC0EA /* TargetPhraseCollection.h */,
+ 1EBA430614B97ABF003CC0EA /* Vocab.cpp */,
+ 1EBA430714B97ABF003CC0EA /* Vocab.h */,
+ 1EBA430814B97ABF003CC0EA /* Word.cpp */,
+ 1EBA430914B97ABF003CC0EA /* Word.h */,
);
name = Source;
sourceTree = "<group>";
@@ -111,14 +111,14 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- 1ED4FB1A11BDBA2B004E826A /* OnDiskWrapper.h in Headers */,
- 1ED4FB1C11BDBA2B004E826A /* Phrase.h in Headers */,
- 1ED4FB1E11BDBA2B004E826A /* PhraseNode.h in Headers */,
- 1ED4FB2011BDBA2B004E826A /* SourcePhrase.h in Headers */,
- 1ED4FB2211BDBA2B004E826A /* TargetPhrase.h in Headers */,
- 1ED4FB2411BDBA2B004E826A /* TargetPhraseCollection.h in Headers */,
- 1ED4FB2611BDBA2B004E826A /* Vocab.h in Headers */,
- 1ED4FB2811BDBA2B004E826A /* Word.h in Headers */,
+ 1EBA430D14B97ABF003CC0EA /* OnDiskWrapper.h in Headers */,
+ 1EBA430F14B97ABF003CC0EA /* Phrase.h in Headers */,
+ 1EBA431114B97ABF003CC0EA /* PhraseNode.h in Headers */,
+ 1EBA431314B97ABF003CC0EA /* SourcePhrase.h in Headers */,
+ 1EBA431514B97ABF003CC0EA /* TargetPhrase.h in Headers */,
+ 1EBA431714B97ABF003CC0EA /* TargetPhraseCollection.h in Headers */,
+ 1EBA431914B97ABF003CC0EA /* Vocab.h in Headers */,
+ 1EBA431B14B97ABF003CC0EA /* Word.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -171,14 +171,14 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 1ED4FB1911BDBA2B004E826A /* OnDiskWrapper.cpp in Sources */,
- 1ED4FB1B11BDBA2B004E826A /* Phrase.cpp in Sources */,
- 1ED4FB1D11BDBA2B004E826A /* PhraseNode.cpp in Sources */,
- 1ED4FB1F11BDBA2B004E826A /* SourcePhrase.cpp in Sources */,
- 1ED4FB2111BDBA2B004E826A /* TargetPhrase.cpp in Sources */,
- 1ED4FB2311BDBA2B004E826A /* TargetPhraseCollection.cpp in Sources */,
- 1ED4FB2511BDBA2B004E826A /* Vocab.cpp in Sources */,
- 1ED4FB2711BDBA2B004E826A /* Word.cpp in Sources */,
+ 1EBA430C14B97ABF003CC0EA /* OnDiskWrapper.cpp in Sources */,
+ 1EBA430E14B97ABF003CC0EA /* Phrase.cpp in Sources */,
+ 1EBA431014B97ABF003CC0EA /* PhraseNode.cpp in Sources */,
+ 1EBA431214B97ABF003CC0EA /* SourcePhrase.cpp in Sources */,
+ 1EBA431414B97ABF003CC0EA /* TargetPhrase.cpp in Sources */,
+ 1EBA431614B97ABF003CC0EA /* TargetPhraseCollection.cpp in Sources */,
+ 1EBA431814B97ABF003CC0EA /* Vocab.cpp in Sources */,
+ 1EBA431A14B97ABF003CC0EA /* Word.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -196,8 +196,7 @@
GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = (
/opt/local/include,
- ../kenlm,
- ../,
+ ../..,
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = OnDiskPt;
@@ -212,8 +211,7 @@
GCC_MODEL_TUNING = G5;
HEADER_SEARCH_PATHS = (
/opt/local/include,
- ../kenlm,
- ../,
+ ../..,
);
INSTALL_PATH = /usr/local/lib;
PRODUCT_NAME = OnDiskPt;
diff --git a/contrib/other-builds/kenlm.vcxproj b/contrib/other-builds/kenlm.vcxproj
new file mode 100755
index 000000000..96f537acc
--- /dev/null
+++ b/contrib/other-builds/kenlm.vcxproj
@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Debug|Win32">
+ <Configuration>Debug</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="..\..\lm\bhiksha.hh" />
+ <None Include="..\..\lm\binary_format.hh" />
+ <None Include="..\..\lm\blank.hh" />
+ <None Include="..\..\lm\clean.sh" />
+ <None Include="..\..\lm\compile.sh" />
+ <None Include="..\..\lm\config.hh" />
+ <None Include="..\..\lm\COPYING" />
+ <None Include="..\..\lm\COPYING.LESSER" />
+ <None Include="..\..\lm\enumerate_vocab.hh" />
+ <None Include="..\..\lm\facade.hh" />
+ <None Include="..\..\lm\Jamfile" />
+ <None Include="..\..\lm\left.hh" />
+ <None Include="..\..\lm\LICENSE" />
+ <None Include="..\..\lm\lm_exception.hh" />
+ <None Include="..\..\lm\max_order.hh" />
+ <None Include="..\..\lm\model.hh" />
+ <None Include="..\..\lm\model_type.hh" />
+ <None Include="..\..\lm\quantize.hh" />
+ <None Include="..\..\lm\README" />
+ <None Include="..\..\lm\read_arpa.hh" />
+ <None Include="..\..\lm\return.hh" />
+ <None Include="..\..\lm\search_hashed.hh" />
+ <None Include="..\..\lm\search_trie.hh" />
+ <None Include="..\..\lm\test.arpa" />
+ <None Include="..\..\lm\test.sh" />
+ <None Include="..\..\lm\test_nounk.arpa" />
+ <None Include="..\..\lm\trie.hh" />
+ <None Include="..\..\lm\trie_sort.hh" />
+ <None Include="..\..\lm\virtual_interface.hh" />
+ <None Include="..\..\lm\vocab.hh" />
+ <None Include="..\..\lm\weights.hh" />
+ <None Include="..\..\lm\word_index.hh" />
+ <None Include="..\..\util\bit_packing.hh" />
+ <None Include="..\..\util\check.hh" />
+ <None Include="..\..\util\COPYING" />
+ <None Include="..\..\util\COPYING.LESSER" />
+ <None Include="..\..\util\ersatz_progress.hh" />
+ <None Include="..\..\util\exception.hh" />
+ <None Include="..\..\util\file.hh" />
+ <None Include="..\..\util\file_piece.hh" />
+ <None Include="..\..\util\getopt.hh" />
+ <None Include="..\..\util\have.hh" />
+ <None Include="..\..\util\Jamfile" />
+ <None Include="..\..\util\joint_sort.hh" />
+ <None Include="..\..\util\key_value_packing.hh" />
+ <None Include="..\..\util\LICENSE" />
+ <None Include="..\..\util\mmap.hh" />
+ <None Include="..\..\util\murmur_hash.hh" />
+ <None Include="..\..\util\probing_hash_table.hh" />
+ <None Include="..\..\util\proxy_iterator.hh" />
+ <None Include="..\..\util\scoped.hh" />
+ <None Include="..\..\util\sized_iterator.hh" />
+ <None Include="..\..\util\sorted_uniform.hh" />
+ <None Include="..\..\util\string_piece.hh" />
+ <None Include="..\..\util\tokenize_piece.hh" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\lm\bhiksha.cc" />
+ <ClCompile Include="..\..\lm\binary_format.cc" />
+ <ClCompile Include="..\..\lm\build_binary.cc" />
+ <ClCompile Include="..\..\lm\config.cc" />
+ <ClCompile Include="..\..\lm\left_test.cc" />
+ <ClCompile Include="..\..\lm\lm_exception.cc" />
+ <ClCompile Include="..\..\lm\model.cc" />
+ <ClCompile Include="..\..\lm\ngram_query.cc" />
+ <ClCompile Include="..\..\lm\quantize.cc" />
+ <ClCompile Include="..\..\lm\read_arpa.cc" />
+ <ClCompile Include="..\..\lm\search_hashed.cc" />
+ <ClCompile Include="..\..\lm\search_trie.cc" />
+ <ClCompile Include="..\..\lm\trie.cc" />
+ <ClCompile Include="..\..\lm\trie_sort.cc" />
+ <ClCompile Include="..\..\lm\virtual_interface.cc" />
+ <ClCompile Include="..\..\lm\vocab.cc" />
+ <ClCompile Include="..\..\util\bit_packing.cc" />
+ <ClCompile Include="..\..\util\ersatz_progress.cc" />
+ <ClCompile Include="..\..\util\exception.cc" />
+ <ClCompile Include="..\..\util\file.cc" />
+ <ClCompile Include="..\..\util\file_piece.cc" />
+ <ClCompile Include="..\..\util\getopt.c" />
+ <ClCompile Include="..\..\util\mmap.cc" />
+ <ClCompile Include="..\..\util\murmur_hash.cc" />
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{A5402E0B-6ED7-465C-9669-E4124A0CDDCB}</ProjectGuid>
+ <Keyword>Win32Proj</Keyword>
+ <RootNamespace>kenlm</RootNamespace>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup />
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>Disabled</Optimization>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/../..</AdditionalIncludeDirectories>
+ </ClCompile>
+ <Link>
+ <SubSystem>Windows</SubSystem>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <Optimization>MaxSpeed</Optimization>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/../..</AdditionalIncludeDirectories>
+ </ClCompile>
+ <Link>
+ <SubSystem>Windows</SubSystem>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ </Link>
+ </ItemDefinitionGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file
diff --git a/contrib/other-builds/lm.xcodeproj/project.pbxproj b/contrib/other-builds/lm.xcodeproj/project.pbxproj
new file mode 100644
index 000000000..c891ea126
--- /dev/null
+++ b/contrib/other-builds/lm.xcodeproj/project.pbxproj
@@ -0,0 +1,584 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 1EBA44AD14B97E22003CC0EA /* bhiksha.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA442B14B97E22003CC0EA /* bhiksha.cc */; };
+ 1EBA44AE14B97E22003CC0EA /* bhiksha.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA442C14B97E22003CC0EA /* bhiksha.hh */; };
+ 1EBA44D414B97E22003CC0EA /* binary_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA447D14B97E22003CC0EA /* binary_format.cc */; };
+ 1EBA44D514B97E22003CC0EA /* binary_format.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA447E14B97E22003CC0EA /* binary_format.hh */; };
+ 1EBA44D614B97E22003CC0EA /* blank.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA447F14B97E22003CC0EA /* blank.hh */; };
+ 1EBA44D814B97E22003CC0EA /* config.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA448314B97E22003CC0EA /* config.cc */; };
+ 1EBA44D914B97E22003CC0EA /* config.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA448414B97E22003CC0EA /* config.hh */; };
+ 1EBA44DA14B97E22003CC0EA /* enumerate_vocab.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA448714B97E22003CC0EA /* enumerate_vocab.hh */; };
+ 1EBA44DB14B97E22003CC0EA /* facade.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA448814B97E22003CC0EA /* facade.hh */; };
+ 1EBA44DC14B97E22003CC0EA /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA448914B97E22003CC0EA /* Jamfile */; };
+ 1EBA44DD14B97E22003CC0EA /* left_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA448A14B97E22003CC0EA /* left_test.cc */; };
+ 1EBA44DE14B97E22003CC0EA /* left.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA448B14B97E22003CC0EA /* left.hh */; };
+ 1EBA44DF14B97E22003CC0EA /* lm_exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA448D14B97E22003CC0EA /* lm_exception.cc */; };
+ 1EBA44E014B97E22003CC0EA /* lm_exception.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA448E14B97E22003CC0EA /* lm_exception.hh */; };
+ 1EBA44E114B97E22003CC0EA /* max_order.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA448F14B97E22003CC0EA /* max_order.hh */; };
+ 1EBA44E214B97E22003CC0EA /* model_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA449014B97E22003CC0EA /* model_test.cc */; };
+ 1EBA44E314B97E22003CC0EA /* model_type.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA449114B97E22003CC0EA /* model_type.hh */; };
+ 1EBA44E414B97E22003CC0EA /* model.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA449214B97E22003CC0EA /* model.cc */; };
+ 1EBA44E514B97E22003CC0EA /* model.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA449314B97E22003CC0EA /* model.hh */; };
+ 1EBA44E614B97E22003CC0EA /* ngram_query.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA449414B97E22003CC0EA /* ngram_query.cc */; };
+ 1EBA44E714B97E22003CC0EA /* ngram_query.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA449514B97E22003CC0EA /* ngram_query.hh */; };
+ 1EBA44E814B97E22003CC0EA /* quantize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA449614B97E22003CC0EA /* quantize.cc */; };
+ 1EBA44E914B97E22003CC0EA /* quantize.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA449714B97E22003CC0EA /* quantize.hh */; };
+ 1EBA44EA14B97E22003CC0EA /* read_arpa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA449814B97E22003CC0EA /* read_arpa.cc */; };
+ 1EBA44EB14B97E22003CC0EA /* read_arpa.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA449914B97E22003CC0EA /* read_arpa.hh */; };
+ 1EBA44EC14B97E22003CC0EA /* return.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA449B14B97E22003CC0EA /* return.hh */; };
+ 1EBA44ED14B97E22003CC0EA /* search_hashed.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA449C14B97E22003CC0EA /* search_hashed.cc */; };
+ 1EBA44EE14B97E22003CC0EA /* search_hashed.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA449D14B97E22003CC0EA /* search_hashed.hh */; };
+ 1EBA44EF14B97E22003CC0EA /* search_trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA449E14B97E22003CC0EA /* search_trie.cc */; };
+ 1EBA44F014B97E22003CC0EA /* search_trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA449F14B97E22003CC0EA /* search_trie.hh */; };
+ 1EBA44F114B97E22003CC0EA /* trie_sort.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA44A314B97E22003CC0EA /* trie_sort.cc */; };
+ 1EBA44F214B97E22003CC0EA /* trie_sort.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA44A414B97E22003CC0EA /* trie_sort.hh */; };
+ 1EBA44F314B97E22003CC0EA /* trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA44A514B97E22003CC0EA /* trie.cc */; };
+ 1EBA44F414B97E22003CC0EA /* trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA44A614B97E22003CC0EA /* trie.hh */; };
+ 1EBA44F514B97E22003CC0EA /* virtual_interface.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA44A714B97E22003CC0EA /* virtual_interface.cc */; };
+ 1EBA44F614B97E22003CC0EA /* virtual_interface.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA44A814B97E22003CC0EA /* virtual_interface.hh */; };
+ 1EBA44F714B97E22003CC0EA /* vocab.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA44A914B97E22003CC0EA /* vocab.cc */; };
+ 1EBA44F814B97E22003CC0EA /* vocab.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA44AA14B97E22003CC0EA /* vocab.hh */; };
+ 1EBA44F914B97E22003CC0EA /* weights.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA44AB14B97E22003CC0EA /* weights.hh */; };
+ 1EBA44FA14B97E22003CC0EA /* word_index.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA44AC14B97E22003CC0EA /* word_index.hh */; };
+ 1EBA457F14B97E92003CC0EA /* bit_packing_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA453614B97E92003CC0EA /* bit_packing_test.cc */; };
+ 1EBA458014B97E92003CC0EA /* bit_packing.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA453714B97E92003CC0EA /* bit_packing.cc */; };
+ 1EBA458114B97E92003CC0EA /* bit_packing.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA453814B97E92003CC0EA /* bit_packing.hh */; };
+ 1EBA458214B97E92003CC0EA /* check.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA453914B97E92003CC0EA /* check.hh */; };
+ 1EBA458314B97E92003CC0EA /* ersatz_progress.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA453C14B97E92003CC0EA /* ersatz_progress.cc */; };
+ 1EBA458414B97E92003CC0EA /* ersatz_progress.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA453D14B97E92003CC0EA /* ersatz_progress.hh */; };
+ 1EBA458514B97E92003CC0EA /* exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA453E14B97E92003CC0EA /* exception.cc */; };
+ 1EBA458614B97E92003CC0EA /* exception.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA453F14B97E92003CC0EA /* exception.hh */; };
+ 1EBA458714B97E92003CC0EA /* file_piece_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA454014B97E92003CC0EA /* file_piece_test.cc */; };
+ 1EBA458814B97E92003CC0EA /* file_piece.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA454114B97E92003CC0EA /* file_piece.cc */; };
+ 1EBA458914B97E92003CC0EA /* file_piece.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA454214B97E92003CC0EA /* file_piece.hh */; };
+ 1EBA458A14B97E92003CC0EA /* file.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA454314B97E92003CC0EA /* file.cc */; };
+ 1EBA458B14B97E92003CC0EA /* file.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA454414B97E92003CC0EA /* file.hh */; };
+ 1EBA458C14B97E92003CC0EA /* getopt.c in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA454514B97E92003CC0EA /* getopt.c */; };
+ 1EBA458D14B97E92003CC0EA /* getopt.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA454614B97E92003CC0EA /* getopt.hh */; };
+ 1EBA458E14B97E92003CC0EA /* have.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA454714B97E92003CC0EA /* have.hh */; };
+ 1EBA458F14B97E92003CC0EA /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA454814B97E92003CC0EA /* Jamfile */; };
+ 1EBA459014B97E92003CC0EA /* joint_sort_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA454914B97E92003CC0EA /* joint_sort_test.cc */; };
+ 1EBA459114B97E92003CC0EA /* joint_sort.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA454A14B97E92003CC0EA /* joint_sort.hh */; };
+ 1EBA459414B97E92003CC0EA /* mmap.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA454E14B97E92003CC0EA /* mmap.cc */; };
+ 1EBA459514B97E92003CC0EA /* mmap.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA454F14B97E92003CC0EA /* mmap.hh */; };
+ 1EBA459614B97E92003CC0EA /* murmur_hash.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA455014B97E92003CC0EA /* murmur_hash.cc */; };
+ 1EBA459714B97E92003CC0EA /* murmur_hash.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA455114B97E92003CC0EA /* murmur_hash.hh */; };
+ 1EBA459814B97E92003CC0EA /* probing_hash_table_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA455214B97E92003CC0EA /* probing_hash_table_test.cc */; };
+ 1EBA459914B97E92003CC0EA /* probing_hash_table.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA455314B97E92003CC0EA /* probing_hash_table.hh */; };
+ 1EBA459A14B97E92003CC0EA /* proxy_iterator.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA455414B97E92003CC0EA /* proxy_iterator.hh */; };
+ 1EBA459B14B97E92003CC0EA /* scoped.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA455514B97E92003CC0EA /* scoped.hh */; };
+ 1EBA459C14B97E92003CC0EA /* sized_iterator.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA455614B97E92003CC0EA /* sized_iterator.hh */; };
+ 1EBA459D14B97E92003CC0EA /* sorted_uniform_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA455714B97E92003CC0EA /* sorted_uniform_test.cc */; };
+ 1EBA459E14B97E92003CC0EA /* sorted_uniform.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA455814B97E92003CC0EA /* sorted_uniform.hh */; };
+ 1EBA459F14B97E92003CC0EA /* string_piece.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA455914B97E92003CC0EA /* string_piece.hh */; };
+ 1EBA45A014B97E92003CC0EA /* tokenize_piece_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EBA455A14B97E92003CC0EA /* tokenize_piece_test.cc */; };
+ 1EBA45A114B97E92003CC0EA /* tokenize_piece.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EBA455B14B97E92003CC0EA /* tokenize_piece.hh */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXContainerItemProxy section */
+ 1EBA45A314B97E93003CC0EA /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 1EBA455C14B97E92003CC0EA /* util.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 1EE8C2711476A262002496F2;
+ remoteInfo = util;
+ };
+/* End PBXContainerItemProxy section */
+
+/* Begin PBXFileReference section */
+ 1EBA442B14B97E22003CC0EA /* bhiksha.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bhiksha.cc; path = ../../lm/bhiksha.cc; sourceTree = "<group>"; };
+ 1EBA442C14B97E22003CC0EA /* bhiksha.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = bhiksha.hh; path = ../../lm/bhiksha.hh; sourceTree = "<group>"; };
+ 1EBA447D14B97E22003CC0EA /* binary_format.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = binary_format.cc; path = ../../lm/binary_format.cc; sourceTree = "<group>"; };
+ 1EBA447E14B97E22003CC0EA /* binary_format.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = binary_format.hh; path = ../../lm/binary_format.hh; sourceTree = "<group>"; };
+ 1EBA447F14B97E22003CC0EA /* blank.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = blank.hh; path = ../../lm/blank.hh; sourceTree = "<group>"; };
+ 1EBA448114B97E22003CC0EA /* clean.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = clean.sh; path = ../../lm/clean.sh; sourceTree = "<group>"; };
+ 1EBA448214B97E22003CC0EA /* compile.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = compile.sh; path = ../../lm/compile.sh; sourceTree = "<group>"; };
+ 1EBA448314B97E22003CC0EA /* config.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = config.cc; path = ../../lm/config.cc; sourceTree = "<group>"; };
+ 1EBA448414B97E22003CC0EA /* config.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = config.hh; path = ../../lm/config.hh; sourceTree = "<group>"; };
+ 1EBA448514B97E22003CC0EA /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = COPYING; path = ../../lm/COPYING; sourceTree = "<group>"; };
+ 1EBA448614B97E22003CC0EA /* COPYING.LESSER */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = COPYING.LESSER; path = ../../lm/COPYING.LESSER; sourceTree = "<group>"; };
+ 1EBA448714B97E22003CC0EA /* enumerate_vocab.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = enumerate_vocab.hh; path = ../../lm/enumerate_vocab.hh; sourceTree = "<group>"; };
+ 1EBA448814B97E22003CC0EA /* facade.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = facade.hh; path = ../../lm/facade.hh; sourceTree = "<group>"; };
+ 1EBA448914B97E22003CC0EA /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; name = Jamfile; path = ../../lm/Jamfile; sourceTree = "<group>"; };
+ 1EBA448A14B97E22003CC0EA /* left_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = left_test.cc; path = ../../lm/left_test.cc; sourceTree = "<group>"; };
+ 1EBA448B14B97E22003CC0EA /* left.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = left.hh; path = ../../lm/left.hh; sourceTree = "<group>"; };
+ 1EBA448C14B97E22003CC0EA /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../../lm/LICENSE; sourceTree = "<group>"; };
+ 1EBA448D14B97E22003CC0EA /* lm_exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = lm_exception.cc; path = ../../lm/lm_exception.cc; sourceTree = "<group>"; };
+ 1EBA448E14B97E22003CC0EA /* lm_exception.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = lm_exception.hh; path = ../../lm/lm_exception.hh; sourceTree = "<group>"; };
+ 1EBA448F14B97E22003CC0EA /* max_order.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = max_order.hh; path = ../../lm/max_order.hh; sourceTree = "<group>"; };
+ 1EBA449014B97E22003CC0EA /* model_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = model_test.cc; path = ../../lm/model_test.cc; sourceTree = "<group>"; };
+ 1EBA449114B97E22003CC0EA /* model_type.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = model_type.hh; path = ../../lm/model_type.hh; sourceTree = "<group>"; };
+ 1EBA449214B97E22003CC0EA /* model.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = model.cc; path = ../../lm/model.cc; sourceTree = "<group>"; };
+ 1EBA449314B97E22003CC0EA /* model.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = model.hh; path = ../../lm/model.hh; sourceTree = "<group>"; };
+ 1EBA449414B97E22003CC0EA /* ngram_query.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ngram_query.cc; path = ../../lm/ngram_query.cc; sourceTree = "<group>"; };
+ 1EBA449514B97E22003CC0EA /* ngram_query.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = ngram_query.hh; path = ../../lm/ngram_query.hh; sourceTree = "<group>"; };
+ 1EBA449614B97E22003CC0EA /* quantize.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = quantize.cc; path = ../../lm/quantize.cc; sourceTree = "<group>"; };
+ 1EBA449714B97E22003CC0EA /* quantize.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = quantize.hh; path = ../../lm/quantize.hh; sourceTree = "<group>"; };
+ 1EBA449814B97E22003CC0EA /* read_arpa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = read_arpa.cc; path = ../../lm/read_arpa.cc; sourceTree = "<group>"; };
+ 1EBA449914B97E22003CC0EA /* read_arpa.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = read_arpa.hh; path = ../../lm/read_arpa.hh; sourceTree = "<group>"; };
+ 1EBA449A14B97E22003CC0EA /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README; path = ../../lm/README; sourceTree = "<group>"; };
+ 1EBA449B14B97E22003CC0EA /* return.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = return.hh; path = ../../lm/return.hh; sourceTree = "<group>"; };
+ 1EBA449C14B97E22003CC0EA /* search_hashed.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = search_hashed.cc; path = ../../lm/search_hashed.cc; sourceTree = "<group>"; };
+ 1EBA449D14B97E22003CC0EA /* search_hashed.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = search_hashed.hh; path = ../../lm/search_hashed.hh; sourceTree = "<group>"; };
+ 1EBA449E14B97E22003CC0EA /* search_trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = search_trie.cc; path = ../../lm/search_trie.cc; sourceTree = "<group>"; };
+ 1EBA449F14B97E22003CC0EA /* search_trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = search_trie.hh; path = ../../lm/search_trie.hh; sourceTree = "<group>"; };
+ 1EBA44A014B97E22003CC0EA /* test_nounk.arpa */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = test_nounk.arpa; path = ../../lm/test_nounk.arpa; sourceTree = "<group>"; };
+ 1EBA44A114B97E22003CC0EA /* test.arpa */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = test.arpa; path = ../../lm/test.arpa; sourceTree = "<group>"; };
+ 1EBA44A214B97E22003CC0EA /* test.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = test.sh; path = ../../lm/test.sh; sourceTree = "<group>"; };
+ 1EBA44A314B97E22003CC0EA /* trie_sort.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = trie_sort.cc; path = ../../lm/trie_sort.cc; sourceTree = "<group>"; };
+ 1EBA44A414B97E22003CC0EA /* trie_sort.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = trie_sort.hh; path = ../../lm/trie_sort.hh; sourceTree = "<group>"; };
+ 1EBA44A514B97E22003CC0EA /* trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = trie.cc; path = ../../lm/trie.cc; sourceTree = "<group>"; };
+ 1EBA44A614B97E22003CC0EA /* trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = trie.hh; path = ../../lm/trie.hh; sourceTree = "<group>"; };
+ 1EBA44A714B97E22003CC0EA /* virtual_interface.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = virtual_interface.cc; path = ../../lm/virtual_interface.cc; sourceTree = "<group>"; };
+ 1EBA44A814B97E22003CC0EA /* virtual_interface.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = virtual_interface.hh; path = ../../lm/virtual_interface.hh; sourceTree = "<group>"; };
+ 1EBA44A914B97E22003CC0EA /* vocab.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vocab.cc; path = ../../lm/vocab.cc; sourceTree = "<group>"; };
+ 1EBA44AA14B97E22003CC0EA /* vocab.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = vocab.hh; path = ../../lm/vocab.hh; sourceTree = "<group>"; };
+ 1EBA44AB14B97E22003CC0EA /* weights.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = weights.hh; path = ../../lm/weights.hh; sourceTree = "<group>"; };
+ 1EBA44AC14B97E22003CC0EA /* word_index.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = word_index.hh; path = ../../lm/word_index.hh; sourceTree = "<group>"; };
+ 1EBA453614B97E92003CC0EA /* bit_packing_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bit_packing_test.cc; path = ../../util/bit_packing_test.cc; sourceTree = "<group>"; };
+ 1EBA453714B97E92003CC0EA /* bit_packing.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bit_packing.cc; path = ../../util/bit_packing.cc; sourceTree = "<group>"; };
+ 1EBA453814B97E92003CC0EA /* bit_packing.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = bit_packing.hh; path = ../../util/bit_packing.hh; sourceTree = "<group>"; };
+ 1EBA453914B97E92003CC0EA /* check.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = check.hh; path = ../../util/check.hh; sourceTree = "<group>"; };
+ 1EBA453A14B97E92003CC0EA /* COPYING */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = COPYING; path = ../../util/COPYING; sourceTree = "<group>"; };
+ 1EBA453B14B97E92003CC0EA /* COPYING.LESSER */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = COPYING.LESSER; path = ../../util/COPYING.LESSER; sourceTree = "<group>"; };
+ 1EBA453C14B97E92003CC0EA /* ersatz_progress.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ersatz_progress.cc; path = ../../util/ersatz_progress.cc; sourceTree = "<group>"; };
+ 1EBA453D14B97E92003CC0EA /* ersatz_progress.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = ersatz_progress.hh; path = ../../util/ersatz_progress.hh; sourceTree = "<group>"; };
+ 1EBA453E14B97E92003CC0EA /* exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = exception.cc; path = ../../util/exception.cc; sourceTree = "<group>"; };
+ 1EBA453F14B97E92003CC0EA /* exception.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = exception.hh; path = ../../util/exception.hh; sourceTree = "<group>"; };
+ 1EBA454014B97E92003CC0EA /* file_piece_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file_piece_test.cc; path = ../../util/file_piece_test.cc; sourceTree = "<group>"; };
+ 1EBA454114B97E92003CC0EA /* file_piece.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file_piece.cc; path = ../../util/file_piece.cc; sourceTree = "<group>"; };
+ 1EBA454214B97E92003CC0EA /* file_piece.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = file_piece.hh; path = ../../util/file_piece.hh; sourceTree = "<group>"; };
+ 1EBA454314B97E92003CC0EA /* file.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = file.cc; path = ../../util/file.cc; sourceTree = "<group>"; };
+ 1EBA454414B97E92003CC0EA /* file.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = file.hh; path = ../../util/file.hh; sourceTree = "<group>"; };
+ 1EBA454514B97E92003CC0EA /* getopt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = getopt.c; path = ../../util/getopt.c; sourceTree = "<group>"; };
+ 1EBA454614B97E92003CC0EA /* getopt.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = getopt.hh; path = ../../util/getopt.hh; sourceTree = "<group>"; };
+ 1EBA454714B97E92003CC0EA /* have.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = have.hh; path = ../../util/have.hh; sourceTree = "<group>"; };
+ 1EBA454814B97E92003CC0EA /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; name = Jamfile; path = ../../util/Jamfile; sourceTree = "<group>"; };
+ 1EBA454914B97E92003CC0EA /* joint_sort_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = joint_sort_test.cc; path = ../../util/joint_sort_test.cc; sourceTree = "<group>"; };
+ 1EBA454A14B97E92003CC0EA /* joint_sort.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = joint_sort.hh; path = ../../util/joint_sort.hh; sourceTree = "<group>"; };
+ 1EBA454D14B97E92003CC0EA /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../../util/LICENSE; sourceTree = "<group>"; };
+ 1EBA454E14B97E92003CC0EA /* mmap.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mmap.cc; path = ../../util/mmap.cc; sourceTree = "<group>"; };
+ 1EBA454F14B97E92003CC0EA /* mmap.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = mmap.hh; path = ../../util/mmap.hh; sourceTree = "<group>"; };
+ 1EBA455014B97E92003CC0EA /* murmur_hash.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = murmur_hash.cc; path = ../../util/murmur_hash.cc; sourceTree = "<group>"; };
+ 1EBA455114B97E92003CC0EA /* murmur_hash.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = murmur_hash.hh; path = ../../util/murmur_hash.hh; sourceTree = "<group>"; };
+ 1EBA455214B97E92003CC0EA /* probing_hash_table_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = probing_hash_table_test.cc; path = ../../util/probing_hash_table_test.cc; sourceTree = "<group>"; };
+ 1EBA455314B97E92003CC0EA /* probing_hash_table.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = probing_hash_table.hh; path = ../../util/probing_hash_table.hh; sourceTree = "<group>"; };
+ 1EBA455414B97E92003CC0EA /* proxy_iterator.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = proxy_iterator.hh; path = ../../util/proxy_iterator.hh; sourceTree = "<group>"; };
+ 1EBA455514B97E92003CC0EA /* scoped.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = scoped.hh; path = ../../util/scoped.hh; sourceTree = "<group>"; };
+ 1EBA455614B97E92003CC0EA /* sized_iterator.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = sized_iterator.hh; path = ../../util/sized_iterator.hh; sourceTree = "<group>"; };
+ 1EBA455714B97E92003CC0EA /* sorted_uniform_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sorted_uniform_test.cc; path = ../../util/sorted_uniform_test.cc; sourceTree = "<group>"; };
+ 1EBA455814B97E92003CC0EA /* sorted_uniform.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = sorted_uniform.hh; path = ../../util/sorted_uniform.hh; sourceTree = "<group>"; };
+ 1EBA455914B97E92003CC0EA /* string_piece.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = string_piece.hh; path = ../../util/string_piece.hh; sourceTree = "<group>"; };
+ 1EBA455A14B97E92003CC0EA /* tokenize_piece_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tokenize_piece_test.cc; path = ../../util/tokenize_piece_test.cc; sourceTree = "<group>"; };
+ 1EBA455B14B97E92003CC0EA /* tokenize_piece.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = tokenize_piece.hh; path = ../../util/tokenize_piece.hh; sourceTree = "<group>"; };
+ 1EBA455C14B97E92003CC0EA /* util.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = util.xcodeproj; path = ../../util/util.xcodeproj; sourceTree = "<group>"; };
+ 1EE8C2E91476A48E002496F2 /* liblm.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblm.a; sourceTree = BUILT_PRODUCTS_DIR; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 1EE8C2E61476A48E002496F2 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 1EBA44FB14B97E6A003CC0EA /* lm */ = {
+ isa = PBXGroup;
+ children = (
+ 1EBA442B14B97E22003CC0EA /* bhiksha.cc */,
+ 1EBA442C14B97E22003CC0EA /* bhiksha.hh */,
+ 1EBA447D14B97E22003CC0EA /* binary_format.cc */,
+ 1EBA447E14B97E22003CC0EA /* binary_format.hh */,
+ 1EBA447F14B97E22003CC0EA /* blank.hh */,
+ 1EBA448114B97E22003CC0EA /* clean.sh */,
+ 1EBA448214B97E22003CC0EA /* compile.sh */,
+ 1EBA448314B97E22003CC0EA /* config.cc */,
+ 1EBA448414B97E22003CC0EA /* config.hh */,
+ 1EBA448514B97E22003CC0EA /* COPYING */,
+ 1EBA448614B97E22003CC0EA /* COPYING.LESSER */,
+ 1EBA448714B97E22003CC0EA /* enumerate_vocab.hh */,
+ 1EBA448814B97E22003CC0EA /* facade.hh */,
+ 1EBA448914B97E22003CC0EA /* Jamfile */,
+ 1EBA448A14B97E22003CC0EA /* left_test.cc */,
+ 1EBA448B14B97E22003CC0EA /* left.hh */,
+ 1EBA448C14B97E22003CC0EA /* LICENSE */,
+ 1EBA448D14B97E22003CC0EA /* lm_exception.cc */,
+ 1EBA448E14B97E22003CC0EA /* lm_exception.hh */,
+ 1EBA448F14B97E22003CC0EA /* max_order.hh */,
+ 1EBA449014B97E22003CC0EA /* model_test.cc */,
+ 1EBA449114B97E22003CC0EA /* model_type.hh */,
+ 1EBA449214B97E22003CC0EA /* model.cc */,
+ 1EBA449314B97E22003CC0EA /* model.hh */,
+ 1EBA449414B97E22003CC0EA /* ngram_query.cc */,
+ 1EBA449514B97E22003CC0EA /* ngram_query.hh */,
+ 1EBA449614B97E22003CC0EA /* quantize.cc */,
+ 1EBA449714B97E22003CC0EA /* quantize.hh */,
+ 1EBA449814B97E22003CC0EA /* read_arpa.cc */,
+ 1EBA449914B97E22003CC0EA /* read_arpa.hh */,
+ 1EBA449A14B97E22003CC0EA /* README */,
+ 1EBA449B14B97E22003CC0EA /* return.hh */,
+ 1EBA449C14B97E22003CC0EA /* search_hashed.cc */,
+ 1EBA449D14B97E22003CC0EA /* search_hashed.hh */,
+ 1EBA449E14B97E22003CC0EA /* search_trie.cc */,
+ 1EBA449F14B97E22003CC0EA /* search_trie.hh */,
+ 1EBA44A014B97E22003CC0EA /* test_nounk.arpa */,
+ 1EBA44A114B97E22003CC0EA /* test.arpa */,
+ 1EBA44A214B97E22003CC0EA /* test.sh */,
+ 1EBA44A314B97E22003CC0EA /* trie_sort.cc */,
+ 1EBA44A414B97E22003CC0EA /* trie_sort.hh */,
+ 1EBA44A514B97E22003CC0EA /* trie.cc */,
+ 1EBA44A614B97E22003CC0EA /* trie.hh */,
+ 1EBA44A714B97E22003CC0EA /* virtual_interface.cc */,
+ 1EBA44A814B97E22003CC0EA /* virtual_interface.hh */,
+ 1EBA44A914B97E22003CC0EA /* vocab.cc */,
+ 1EBA44AA14B97E22003CC0EA /* vocab.hh */,
+ 1EBA44AB14B97E22003CC0EA /* weights.hh */,
+ 1EBA44AC14B97E22003CC0EA /* word_index.hh */,
+ );
+ name = lm;
+ sourceTree = "<group>";
+ };
+ 1EBA44FC14B97E81003CC0EA /* util */ = {
+ isa = PBXGroup;
+ children = (
+ 1EBA453614B97E92003CC0EA /* bit_packing_test.cc */,
+ 1EBA453714B97E92003CC0EA /* bit_packing.cc */,
+ 1EBA453814B97E92003CC0EA /* bit_packing.hh */,
+ 1EBA453914B97E92003CC0EA /* check.hh */,
+ 1EBA453A14B97E92003CC0EA /* COPYING */,
+ 1EBA453B14B97E92003CC0EA /* COPYING.LESSER */,
+ 1EBA453C14B97E92003CC0EA /* ersatz_progress.cc */,
+ 1EBA453D14B97E92003CC0EA /* ersatz_progress.hh */,
+ 1EBA453E14B97E92003CC0EA /* exception.cc */,
+ 1EBA453F14B97E92003CC0EA /* exception.hh */,
+ 1EBA454014B97E92003CC0EA /* file_piece_test.cc */,
+ 1EBA454114B97E92003CC0EA /* file_piece.cc */,
+ 1EBA454214B97E92003CC0EA /* file_piece.hh */,
+ 1EBA454314B97E92003CC0EA /* file.cc */,
+ 1EBA454414B97E92003CC0EA /* file.hh */,
+ 1EBA454514B97E92003CC0EA /* getopt.c */,
+ 1EBA454614B97E92003CC0EA /* getopt.hh */,
+ 1EBA454714B97E92003CC0EA /* have.hh */,
+ 1EBA454814B97E92003CC0EA /* Jamfile */,
+ 1EBA454914B97E92003CC0EA /* joint_sort_test.cc */,
+ 1EBA454A14B97E92003CC0EA /* joint_sort.hh */,
+ 1EBA454D14B97E92003CC0EA /* LICENSE */,
+ 1EBA454E14B97E92003CC0EA /* mmap.cc */,
+ 1EBA454F14B97E92003CC0EA /* mmap.hh */,
+ 1EBA455014B97E92003CC0EA /* murmur_hash.cc */,
+ 1EBA455114B97E92003CC0EA /* murmur_hash.hh */,
+ 1EBA455214B97E92003CC0EA /* probing_hash_table_test.cc */,
+ 1EBA455314B97E92003CC0EA /* probing_hash_table.hh */,
+ 1EBA455414B97E92003CC0EA /* proxy_iterator.hh */,
+ 1EBA455514B97E92003CC0EA /* scoped.hh */,
+ 1EBA455614B97E92003CC0EA /* sized_iterator.hh */,
+ 1EBA455714B97E92003CC0EA /* sorted_uniform_test.cc */,
+ 1EBA455814B97E92003CC0EA /* sorted_uniform.hh */,
+ 1EBA455914B97E92003CC0EA /* string_piece.hh */,
+ 1EBA455A14B97E92003CC0EA /* tokenize_piece_test.cc */,
+ 1EBA455B14B97E92003CC0EA /* tokenize_piece.hh */,
+ 1EBA455C14B97E92003CC0EA /* util.xcodeproj */,
+ );
+ name = util;
+ sourceTree = "<group>";
+ };
+ 1EBA455D14B97E92003CC0EA /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 1EBA45A414B97E93003CC0EA /* libutil.a */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 1EE8C2DE1476A48E002496F2 = {
+ isa = PBXGroup;
+ children = (
+ 1EBA44FC14B97E81003CC0EA /* util */,
+ 1EBA44FB14B97E6A003CC0EA /* lm */,
+ 1EE8C2EA1476A48E002496F2 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ 1EE8C2EA1476A48E002496F2 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 1EE8C2E91476A48E002496F2 /* liblm.a */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+ 1EE8C2E71476A48E002496F2 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 1EBA44AE14B97E22003CC0EA /* bhiksha.hh in Headers */,
+ 1EBA44D514B97E22003CC0EA /* binary_format.hh in Headers */,
+ 1EBA44D614B97E22003CC0EA /* blank.hh in Headers */,
+ 1EBA44D914B97E22003CC0EA /* config.hh in Headers */,
+ 1EBA44DA14B97E22003CC0EA /* enumerate_vocab.hh in Headers */,
+ 1EBA44DB14B97E22003CC0EA /* facade.hh in Headers */,
+ 1EBA44DE14B97E22003CC0EA /* left.hh in Headers */,
+ 1EBA44E014B97E22003CC0EA /* lm_exception.hh in Headers */,
+ 1EBA44E114B97E22003CC0EA /* max_order.hh in Headers */,
+ 1EBA44E314B97E22003CC0EA /* model_type.hh in Headers */,
+ 1EBA44E514B97E22003CC0EA /* model.hh in Headers */,
+ 1EBA44E714B97E22003CC0EA /* ngram_query.hh in Headers */,
+ 1EBA44E914B97E22003CC0EA /* quantize.hh in Headers */,
+ 1EBA44EB14B97E22003CC0EA /* read_arpa.hh in Headers */,
+ 1EBA44EC14B97E22003CC0EA /* return.hh in Headers */,
+ 1EBA44EE14B97E22003CC0EA /* search_hashed.hh in Headers */,
+ 1EBA44F014B97E22003CC0EA /* search_trie.hh in Headers */,
+ 1EBA44F214B97E22003CC0EA /* trie_sort.hh in Headers */,
+ 1EBA44F414B97E22003CC0EA /* trie.hh in Headers */,
+ 1EBA44F614B97E22003CC0EA /* virtual_interface.hh in Headers */,
+ 1EBA44F814B97E22003CC0EA /* vocab.hh in Headers */,
+ 1EBA44F914B97E22003CC0EA /* weights.hh in Headers */,
+ 1EBA44FA14B97E22003CC0EA /* word_index.hh in Headers */,
+ 1EBA458114B97E92003CC0EA /* bit_packing.hh in Headers */,
+ 1EBA458214B97E92003CC0EA /* check.hh in Headers */,
+ 1EBA458414B97E92003CC0EA /* ersatz_progress.hh in Headers */,
+ 1EBA458614B97E92003CC0EA /* exception.hh in Headers */,
+ 1EBA458914B97E92003CC0EA /* file_piece.hh in Headers */,
+ 1EBA458B14B97E92003CC0EA /* file.hh in Headers */,
+ 1EBA458D14B97E92003CC0EA /* getopt.hh in Headers */,
+ 1EBA458E14B97E92003CC0EA /* have.hh in Headers */,
+ 1EBA459114B97E92003CC0EA /* joint_sort.hh in Headers */,
+ 1EBA459514B97E92003CC0EA /* mmap.hh in Headers */,
+ 1EBA459714B97E92003CC0EA /* murmur_hash.hh in Headers */,
+ 1EBA459914B97E92003CC0EA /* probing_hash_table.hh in Headers */,
+ 1EBA459A14B97E92003CC0EA /* proxy_iterator.hh in Headers */,
+ 1EBA459B14B97E92003CC0EA /* scoped.hh in Headers */,
+ 1EBA459C14B97E92003CC0EA /* sized_iterator.hh in Headers */,
+ 1EBA459E14B97E92003CC0EA /* sorted_uniform.hh in Headers */,
+ 1EBA459F14B97E92003CC0EA /* string_piece.hh in Headers */,
+ 1EBA45A114B97E92003CC0EA /* tokenize_piece.hh in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+ 1EE8C2E81476A48E002496F2 /* lm */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 1EE8C2ED1476A48E002496F2 /* Build configuration list for PBXNativeTarget "lm" */;
+ buildPhases = (
+ 1EE8C2E51476A48E002496F2 /* Sources */,
+ 1EE8C2E61476A48E002496F2 /* Frameworks */,
+ 1EE8C2E71476A48E002496F2 /* Headers */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = lm;
+ productName = lm;
+ productReference = 1EE8C2E91476A48E002496F2 /* liblm.a */;
+ productType = "com.apple.product-type.library.static";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 1EE8C2E01476A48E002496F2 /* Project object */ = {
+ isa = PBXProject;
+ buildConfigurationList = 1EE8C2E31476A48E002496F2 /* Build configuration list for PBXProject "lm" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = 1EE8C2DE1476A48E002496F2;
+ productRefGroup = 1EE8C2EA1476A48E002496F2 /* Products */;
+ projectDirPath = "";
+ projectReferences = (
+ {
+ ProductGroup = 1EBA455D14B97E92003CC0EA /* Products */;
+ ProjectRef = 1EBA455C14B97E92003CC0EA /* util.xcodeproj */;
+ },
+ );
+ projectRoot = "";
+ targets = (
+ 1EE8C2E81476A48E002496F2 /* lm */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXReferenceProxy section */
+ 1EBA45A414B97E93003CC0EA /* libutil.a */ = {
+ isa = PBXReferenceProxy;
+ fileType = archive.ar;
+ path = libutil.a;
+ remoteRef = 1EBA45A314B97E93003CC0EA /* PBXContainerItemProxy */;
+ sourceTree = BUILT_PRODUCTS_DIR;
+ };
+/* End PBXReferenceProxy section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 1EE8C2E51476A48E002496F2 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 1EBA44AD14B97E22003CC0EA /* bhiksha.cc in Sources */,
+ 1EBA44D414B97E22003CC0EA /* binary_format.cc in Sources */,
+ 1EBA44D814B97E22003CC0EA /* config.cc in Sources */,
+ 1EBA44DC14B97E22003CC0EA /* Jamfile in Sources */,
+ 1EBA44DD14B97E22003CC0EA /* left_test.cc in Sources */,
+ 1EBA44DF14B97E22003CC0EA /* lm_exception.cc in Sources */,
+ 1EBA44E214B97E22003CC0EA /* model_test.cc in Sources */,
+ 1EBA44E414B97E22003CC0EA /* model.cc in Sources */,
+ 1EBA44E614B97E22003CC0EA /* ngram_query.cc in Sources */,
+ 1EBA44E814B97E22003CC0EA /* quantize.cc in Sources */,
+ 1EBA44EA14B97E22003CC0EA /* read_arpa.cc in Sources */,
+ 1EBA44ED14B97E22003CC0EA /* search_hashed.cc in Sources */,
+ 1EBA44EF14B97E22003CC0EA /* search_trie.cc in Sources */,
+ 1EBA44F114B97E22003CC0EA /* trie_sort.cc in Sources */,
+ 1EBA44F314B97E22003CC0EA /* trie.cc in Sources */,
+ 1EBA44F514B97E22003CC0EA /* virtual_interface.cc in Sources */,
+ 1EBA44F714B97E22003CC0EA /* vocab.cc in Sources */,
+ 1EBA457F14B97E92003CC0EA /* bit_packing_test.cc in Sources */,
+ 1EBA458014B97E92003CC0EA /* bit_packing.cc in Sources */,
+ 1EBA458314B97E92003CC0EA /* ersatz_progress.cc in Sources */,
+ 1EBA458514B97E92003CC0EA /* exception.cc in Sources */,
+ 1EBA458714B97E92003CC0EA /* file_piece_test.cc in Sources */,
+ 1EBA458814B97E92003CC0EA /* file_piece.cc in Sources */,
+ 1EBA458A14B97E92003CC0EA /* file.cc in Sources */,
+ 1EBA458C14B97E92003CC0EA /* getopt.c in Sources */,
+ 1EBA458F14B97E92003CC0EA /* Jamfile in Sources */,
+ 1EBA459014B97E92003CC0EA /* joint_sort_test.cc in Sources */,
+ 1EBA459414B97E92003CC0EA /* mmap.cc in Sources */,
+ 1EBA459614B97E92003CC0EA /* murmur_hash.cc in Sources */,
+ 1EBA459814B97E92003CC0EA /* probing_hash_table_test.cc in Sources */,
+ 1EBA459D14B97E92003CC0EA /* sorted_uniform_test.cc in Sources */,
+ 1EBA45A014B97E92003CC0EA /* tokenize_piece_test.cc in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ 1EE8C2EB1476A48E002496F2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+ COPY_PHASE_STRIP = NO;
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_DYNAMIC_NO_PIC = NO;
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
+ GCC_PREPROCESSOR_DEFINITIONS = (
+ "DEBUG=1",
+ "$(inherited)",
+ );
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+ GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ HEADER_SEARCH_PATHS = (
+ ../..,
+ /opt/local/include,
+ );
+ MACOSX_DEPLOYMENT_TARGET = 10.7;
+ ONLY_ACTIVE_ARCH = YES;
+ SDKROOT = macosx;
+ };
+ name = Debug;
+ };
+ 1EE8C2EC1476A48E002496F2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
+ COPY_PHASE_STRIP = YES;
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+ GCC_C_LANGUAGE_STANDARD = gnu99;
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+ GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+ GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
+ GCC_WARN_UNUSED_VARIABLE = YES;
+ HEADER_SEARCH_PATHS = (
+ ../..,
+ /opt/local/include,
+ );
+ MACOSX_DEPLOYMENT_TARGET = 10.7;
+ SDKROOT = macosx;
+ };
+ name = Release;
+ };
+ 1EE8C2EE1476A48E002496F2 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "\"$(SRCROOT)/../../lm/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../lm/bin/darwin-4.2.1/release/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../lm/bin/gcc-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../util/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../util/bin/darwin-4.2.1/release/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../util/bin/gcc-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ );
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 1EE8C2EF1476A48E002496F2 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "\"$(SRCROOT)/../../lm/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../lm/bin/darwin-4.2.1/release/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../lm/bin/gcc-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../util/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../util/bin/darwin-4.2.1/release/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../util/bin/gcc-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ );
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 1EE8C2E31476A48E002496F2 /* Build configuration list for PBXProject "lm" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 1EE8C2EB1476A48E002496F2 /* Debug */,
+ 1EE8C2EC1476A48E002496F2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 1EE8C2ED1476A48E002496F2 /* Build configuration list for PBXNativeTarget "lm" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 1EE8C2EE1476A48E002496F2 /* Debug */,
+ 1EE8C2EF1476A48E002496F2 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 1EE8C2E01476A48E002496F2 /* Project object */;
+}
diff --git a/contrib/other-builds/moses-chart-cmd.xcodeproj/project.pbxproj b/contrib/other-builds/moses-chart-cmd.xcodeproj/project.pbxproj
index 68b98f760..897a4881b 100644
--- a/contrib/other-builds/moses-chart-cmd.xcodeproj/project.pbxproj
+++ b/contrib/other-builds/moses-chart-cmd.xcodeproj/project.pbxproj
@@ -7,58 +7,57 @@
objects = {
/* Begin PBXBuildFile section */
- 1E87F09311BDCD2E0033951C /* libmoses.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E87F08D11BDCD1B0033951C /* libmoses.a */; };
- 1E9DA31511BDC84A00F4DBD1 /* IOWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E9DA30A11BDC84A00F4DBD1 /* IOWrapper.cpp */; };
- 1E9DA31611BDC84A00F4DBD1 /* Main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E9DA30C11BDC84A00F4DBD1 /* Main.cpp */; };
- 1E9DA31811BDC84A00F4DBD1 /* mbr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E9DA31111BDC84A00F4DBD1 /* mbr.cpp */; };
- 1E9DA31911BDC84A00F4DBD1 /* TranslationAnalysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E9DA31311BDC84A00F4DBD1 /* TranslationAnalysis.cpp */; };
- 1E9DA35011BDC97100F4DBD1 /* libOnDiskPt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1E9DA34F11BDC96A00F4DBD1 /* libOnDiskPt.a */; };
- 1EE8C40B1476ABEC002496F2 /* liblm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EE8C3EC1476AB9B002496F2 /* liblm.a */; };
- 1EE8C40C1476ABEC002496F2 /* libutil.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EE8C3F31476ABAF002496F2 /* libutil.a */; };
+ 1EAF9DC614B9F8CD005E8EBD /* liblm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EAF9DC314B9F8BA005E8EBD /* liblm.a */; };
+ 1EAF9DC714B9F8CD005E8EBD /* libmoses.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EAF9DAD14B9F8AD005E8EBD /* libmoses.a */; };
+ 1EAF9DC814B9F8CD005E8EBD /* libOnDiskPt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EAF9DB614B9F8B1005E8EBD /* libOnDiskPt.a */; };
+ 1EF0719F14B9F1D40052152A /* IOWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EF0718A14B9F1D40052152A /* IOWrapper.cpp */; };
+ 1EF071A214B9F1D40052152A /* Main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EF0718E14B9F1D40052152A /* Main.cpp */; };
+ 1EF071A414B9F1D40052152A /* mbr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EF0719114B9F1D40052152A /* mbr.cpp */; };
+ 1EF071A614B9F1D40052152A /* TranslationAnalysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EF0719414B9F1D40052152A /* TranslationAnalysis.cpp */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
- 1E87F08C11BDCD1B0033951C /* PBXContainerItemProxy */ = {
+ 1EAF9DAC14B9F8AD005E8EBD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1E9DA33311BDC8BB00F4DBD1 /* moses.xcodeproj */;
+ containerPortal = 1EAF9DA514B9F8AD005E8EBD /* moses.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = D2AAC046055464E500DB518D;
remoteInfo = moses;
};
- 1E87F09411BDCD390033951C /* PBXContainerItemProxy */ = {
+ 1EAF9DB514B9F8B1005E8EBD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1E9DA33311BDC8BB00F4DBD1 /* moses.xcodeproj */;
- proxyType = 1;
- remoteGlobalIDString = D2AAC045055464E500DB518D;
- remoteInfo = moses;
- };
- 1E9DA34E11BDC96A00F4DBD1 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 1E9DA34A11BDC96A00F4DBD1 /* OnDiskPt.xcodeproj */;
+ containerPortal = 1EAF9DAE14B9F8B1005E8EBD /* OnDiskPt.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = D2AAC046055464E500DB518D;
remoteInfo = OnDiskPt;
};
- 1E9DA36311BDC9B200F4DBD1 /* PBXContainerItemProxy */ = {
+ 1EAF9DC214B9F8BA005E8EBD /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 1EAF9DB714B9F8B9005E8EBD /* lm.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 1EE8C2E91476A48E002496F2;
+ remoteInfo = lm;
+ };
+ 1EAF9DCB14B9F8D6005E8EBD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1E9DA34A11BDC96A00F4DBD1 /* OnDiskPt.xcodeproj */;
+ containerPortal = 1EAF9DAE14B9F8B1005E8EBD /* OnDiskPt.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = D2AAC045055464E500DB518D;
remoteInfo = OnDiskPt;
};
- 1EE8C3EB1476AB9B002496F2 /* PBXContainerItemProxy */ = {
+ 1EAF9DCD14B9F8D6005E8EBD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1EE8C3E71476AB9B002496F2 /* lm.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 1EE8C2E91476A48E002496F2;
- remoteInfo = lm;
+ containerPortal = 1EAF9DA514B9F8AD005E8EBD /* moses.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = D2AAC045055464E500DB518D;
+ remoteInfo = moses;
};
- 1EE8C3F21476ABAF002496F2 /* PBXContainerItemProxy */ = {
+ 1EAF9DCF14B9F8D6005E8EBD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1EE8C3EE1476ABAE002496F2 /* util.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 1EE8C2711476A262002496F2;
- remoteInfo = util;
+ containerPortal = 1EAF9DB714B9F8B9005E8EBD /* lm.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 1EE8C2E81476A48E002496F2;
+ remoteInfo = lm;
};
/* End PBXContainerItemProxy section */
@@ -75,18 +74,17 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
- 1E9DA30A11BDC84A00F4DBD1 /* IOWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IOWrapper.cpp; path = src/IOWrapper.cpp; sourceTree = "<group>"; };
- 1E9DA30B11BDC84A00F4DBD1 /* IOWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IOWrapper.h; path = src/IOWrapper.h; sourceTree = "<group>"; };
- 1E9DA30C11BDC84A00F4DBD1 /* Main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = src/Main.cpp; sourceTree = "<group>"; };
- 1E9DA30D11BDC84A00F4DBD1 /* Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Main.h; path = src/Main.h; sourceTree = "<group>"; };
- 1E9DA31111BDC84A00F4DBD1 /* mbr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mbr.cpp; path = src/mbr.cpp; sourceTree = "<group>"; };
- 1E9DA31211BDC84A00F4DBD1 /* mbr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mbr.h; path = src/mbr.h; sourceTree = "<group>"; };
- 1E9DA31311BDC84A00F4DBD1 /* TranslationAnalysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationAnalysis.cpp; path = src/TranslationAnalysis.cpp; sourceTree = "<group>"; };
- 1E9DA31411BDC84A00F4DBD1 /* TranslationAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationAnalysis.h; path = src/TranslationAnalysis.h; sourceTree = "<group>"; };
- 1E9DA33311BDC8BB00F4DBD1 /* moses.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = moses.xcodeproj; path = ../moses/moses.xcodeproj; sourceTree = SOURCE_ROOT; };
- 1E9DA34A11BDC96A00F4DBD1 /* OnDiskPt.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OnDiskPt.xcodeproj; path = ../OnDiskPt/OnDiskPt.xcodeproj; sourceTree = SOURCE_ROOT; };
- 1EE8C3E71476AB9B002496F2 /* lm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = lm.xcodeproj; path = ../lm/lm.xcodeproj; sourceTree = "<group>"; };
- 1EE8C3EE1476ABAE002496F2 /* util.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = util.xcodeproj; path = ../util/util.xcodeproj; sourceTree = "<group>"; };
+ 1EAF9DA514B9F8AD005E8EBD /* moses.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = moses.xcodeproj; sourceTree = "<group>"; };
+ 1EAF9DAE14B9F8B1005E8EBD /* OnDiskPt.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = OnDiskPt.xcodeproj; sourceTree = "<group>"; };
+ 1EAF9DB714B9F8B9005E8EBD /* lm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = lm.xcodeproj; sourceTree = "<group>"; };
+ 1EF0718A14B9F1D40052152A /* IOWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IOWrapper.cpp; path = "../../moses-chart-cmd/src/IOWrapper.cpp"; sourceTree = "<group>"; };
+ 1EF0718B14B9F1D40052152A /* IOWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IOWrapper.h; path = "../../moses-chart-cmd/src/IOWrapper.h"; sourceTree = "<group>"; };
+ 1EF0718E14B9F1D40052152A /* Main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = "../../moses-chart-cmd/src/Main.cpp"; sourceTree = "<group>"; };
+ 1EF0718F14B9F1D40052152A /* Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Main.h; path = "../../moses-chart-cmd/src/Main.h"; sourceTree = "<group>"; };
+ 1EF0719114B9F1D40052152A /* mbr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mbr.cpp; path = "../../moses-chart-cmd/src/mbr.cpp"; sourceTree = "<group>"; };
+ 1EF0719214B9F1D40052152A /* mbr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mbr.h; path = "../../moses-chart-cmd/src/mbr.h"; sourceTree = "<group>"; };
+ 1EF0719414B9F1D40052152A /* TranslationAnalysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationAnalysis.cpp; path = "../../moses-chart-cmd/src/TranslationAnalysis.cpp"; sourceTree = "<group>"; };
+ 1EF0719514B9F1D40052152A /* TranslationAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationAnalysis.h; path = "../../moses-chart-cmd/src/TranslationAnalysis.h"; sourceTree = "<group>"; };
8DD76F6C0486A84900D96B5E /* moses-chart-cmd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "moses-chart-cmd"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -95,10 +93,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 1EE8C40B1476ABEC002496F2 /* liblm.a in Frameworks */,
- 1EE8C40C1476ABEC002496F2 /* libutil.a in Frameworks */,
- 1E87F09311BDCD2E0033951C /* libmoses.a in Frameworks */,
- 1E9DA35011BDC97100F4DBD1 /* libOnDiskPt.a in Frameworks */,
+ 1EAF9DC614B9F8CD005E8EBD /* liblm.a in Frameworks */,
+ 1EAF9DC714B9F8CD005E8EBD /* libmoses.a in Frameworks */,
+ 1EAF9DC814B9F8CD005E8EBD /* libOnDiskPt.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -108,13 +105,12 @@
08FB7794FE84155DC02AAC07 /* moses-chart-cmd */ = {
isa = PBXGroup;
children = (
- 1EE8C3EE1476ABAE002496F2 /* util.xcodeproj */,
- 1EE8C3E71476AB9B002496F2 /* lm.xcodeproj */,
- 1E9DA34A11BDC96A00F4DBD1 /* OnDiskPt.xcodeproj */,
- 1E9DA33311BDC8BB00F4DBD1 /* moses.xcodeproj */,
08FB7795FE84155DC02AAC07 /* Source */,
C6859E8C029090F304C91782 /* Documentation */,
1AB674ADFE9D54B511CA2CBB /* Products */,
+ 1EAF9DB714B9F8B9005E8EBD /* lm.xcodeproj */,
+ 1EAF9DA514B9F8AD005E8EBD /* moses.xcodeproj */,
+ 1EAF9DAE14B9F8B1005E8EBD /* OnDiskPt.xcodeproj */,
);
name = "moses-chart-cmd";
sourceTree = "<group>";
@@ -122,14 +118,14 @@
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
- 1E9DA30A11BDC84A00F4DBD1 /* IOWrapper.cpp */,
- 1E9DA30B11BDC84A00F4DBD1 /* IOWrapper.h */,
- 1E9DA30C11BDC84A00F4DBD1 /* Main.cpp */,
- 1E9DA30D11BDC84A00F4DBD1 /* Main.h */,
- 1E9DA31111BDC84A00F4DBD1 /* mbr.cpp */,
- 1E9DA31211BDC84A00F4DBD1 /* mbr.h */,
- 1E9DA31311BDC84A00F4DBD1 /* TranslationAnalysis.cpp */,
- 1E9DA31411BDC84A00F4DBD1 /* TranslationAnalysis.h */,
+ 1EF0718A14B9F1D40052152A /* IOWrapper.cpp */,
+ 1EF0718B14B9F1D40052152A /* IOWrapper.h */,
+ 1EF0718E14B9F1D40052152A /* Main.cpp */,
+ 1EF0718F14B9F1D40052152A /* Main.h */,
+ 1EF0719114B9F1D40052152A /* mbr.cpp */,
+ 1EF0719214B9F1D40052152A /* mbr.h */,
+ 1EF0719414B9F1D40052152A /* TranslationAnalysis.cpp */,
+ 1EF0719514B9F1D40052152A /* TranslationAnalysis.h */,
);
name = Source;
sourceTree = "<group>";
@@ -142,34 +138,26 @@
name = Products;
sourceTree = "<group>";
};
- 1E9DA33411BDC8BB00F4DBD1 /* Products */ = {
+ 1EAF9DA614B9F8AD005E8EBD /* Products */ = {
isa = PBXGroup;
children = (
- 1E87F08D11BDCD1B0033951C /* libmoses.a */,
+ 1EAF9DAD14B9F8AD005E8EBD /* libmoses.a */,
);
name = Products;
sourceTree = "<group>";
};
- 1E9DA34B11BDC96A00F4DBD1 /* Products */ = {
+ 1EAF9DAF14B9F8B1005E8EBD /* Products */ = {
isa = PBXGroup;
children = (
- 1E9DA34F11BDC96A00F4DBD1 /* libOnDiskPt.a */,
+ 1EAF9DB614B9F8B1005E8EBD /* libOnDiskPt.a */,
);
name = Products;
sourceTree = "<group>";
};
- 1EE8C3E81476AB9B002496F2 /* Products */ = {
+ 1EAF9DB814B9F8B9005E8EBD /* Products */ = {
isa = PBXGroup;
children = (
- 1EE8C3EC1476AB9B002496F2 /* liblm.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 1EE8C3EF1476ABAE002496F2 /* Products */ = {
- isa = PBXGroup;
- children = (
- 1EE8C3F31476ABAF002496F2 /* libutil.a */,
+ 1EAF9DC314B9F8BA005E8EBD /* liblm.a */,
);
name = Products;
sourceTree = "<group>";
@@ -195,8 +183,9 @@
buildRules = (
);
dependencies = (
- 1E9DA36411BDC9B200F4DBD1 /* PBXTargetDependency */,
- 1E87F09511BDCD390033951C /* PBXTargetDependency */,
+ 1EAF9DCC14B9F8D6005E8EBD /* PBXTargetDependency */,
+ 1EAF9DCE14B9F8D6005E8EBD /* PBXTargetDependency */,
+ 1EAF9DD014B9F8D6005E8EBD /* PBXTargetDependency */,
);
name = "moses-chart-cmd";
productInstallPath = "$(HOME)/bin";
@@ -223,20 +212,16 @@
projectDirPath = "";
projectReferences = (
{
- ProductGroup = 1EE8C3E81476AB9B002496F2 /* Products */;
- ProjectRef = 1EE8C3E71476AB9B002496F2 /* lm.xcodeproj */;
+ ProductGroup = 1EAF9DB814B9F8B9005E8EBD /* Products */;
+ ProjectRef = 1EAF9DB714B9F8B9005E8EBD /* lm.xcodeproj */;
},
{
- ProductGroup = 1E9DA33411BDC8BB00F4DBD1 /* Products */;
- ProjectRef = 1E9DA33311BDC8BB00F4DBD1 /* moses.xcodeproj */;
+ ProductGroup = 1EAF9DA614B9F8AD005E8EBD /* Products */;
+ ProjectRef = 1EAF9DA514B9F8AD005E8EBD /* moses.xcodeproj */;
},
{
- ProductGroup = 1E9DA34B11BDC96A00F4DBD1 /* Products */;
- ProjectRef = 1E9DA34A11BDC96A00F4DBD1 /* OnDiskPt.xcodeproj */;
- },
- {
- ProductGroup = 1EE8C3EF1476ABAE002496F2 /* Products */;
- ProjectRef = 1EE8C3EE1476ABAE002496F2 /* util.xcodeproj */;
+ ProductGroup = 1EAF9DAF14B9F8B1005E8EBD /* Products */;
+ ProjectRef = 1EAF9DAE14B9F8B1005E8EBD /* OnDiskPt.xcodeproj */;
},
);
projectRoot = "";
@@ -247,32 +232,25 @@
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
- 1E87F08D11BDCD1B0033951C /* libmoses.a */ = {
+ 1EAF9DAD14B9F8AD005E8EBD /* libmoses.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libmoses.a;
- remoteRef = 1E87F08C11BDCD1B0033951C /* PBXContainerItemProxy */;
+ remoteRef = 1EAF9DAC14B9F8AD005E8EBD /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 1E9DA34F11BDC96A00F4DBD1 /* libOnDiskPt.a */ = {
+ 1EAF9DB614B9F8B1005E8EBD /* libOnDiskPt.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libOnDiskPt.a;
- remoteRef = 1E9DA34E11BDC96A00F4DBD1 /* PBXContainerItemProxy */;
+ remoteRef = 1EAF9DB514B9F8B1005E8EBD /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 1EE8C3EC1476AB9B002496F2 /* liblm.a */ = {
+ 1EAF9DC314B9F8BA005E8EBD /* liblm.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = liblm.a;
- remoteRef = 1EE8C3EB1476AB9B002496F2 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 1EE8C3F31476ABAF002496F2 /* libutil.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libutil.a;
- remoteRef = 1EE8C3F21476ABAF002496F2 /* PBXContainerItemProxy */;
+ remoteRef = 1EAF9DC214B9F8BA005E8EBD /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
@@ -282,25 +260,30 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 1E9DA31511BDC84A00F4DBD1 /* IOWrapper.cpp in Sources */,
- 1E9DA31611BDC84A00F4DBD1 /* Main.cpp in Sources */,
- 1E9DA31811BDC84A00F4DBD1 /* mbr.cpp in Sources */,
- 1E9DA31911BDC84A00F4DBD1 /* TranslationAnalysis.cpp in Sources */,
+ 1EF0719F14B9F1D40052152A /* IOWrapper.cpp in Sources */,
+ 1EF071A214B9F1D40052152A /* Main.cpp in Sources */,
+ 1EF071A414B9F1D40052152A /* mbr.cpp in Sources */,
+ 1EF071A614B9F1D40052152A /* TranslationAnalysis.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
- 1E87F09511BDCD390033951C /* PBXTargetDependency */ = {
+ 1EAF9DCC14B9F8D6005E8EBD /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = OnDiskPt;
+ targetProxy = 1EAF9DCB14B9F8D6005E8EBD /* PBXContainerItemProxy */;
+ };
+ 1EAF9DCE14B9F8D6005E8EBD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = moses;
- targetProxy = 1E87F09411BDCD390033951C /* PBXContainerItemProxy */;
+ targetProxy = 1EAF9DCD14B9F8D6005E8EBD /* PBXContainerItemProxy */;
};
- 1E9DA36411BDC9B200F4DBD1 /* PBXTargetDependency */ = {
+ 1EAF9DD014B9F8D6005E8EBD /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = OnDiskPt;
- targetProxy = 1E9DA36311BDC9B200F4DBD1 /* PBXContainerItemProxy */;
+ name = lm;
+ targetProxy = 1EAF9DCF14B9F8D6005E8EBD /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
@@ -319,17 +302,11 @@
_LARGE_FILES,
"_FILE_OFFSET_BITS=64",
);
- HEADER_SEARCH_PATHS = (
- ..,
- ../moses/src,
- ../kenlm,
- /opt/local/include,
- );
+ HEADER_SEARCH_PATHS = /opt/local/include;
INSTALL_PATH = /usr/local/bin;
LIBRARY_SEARCH_PATHS = (
- ../irstlm/lib,
- ../srilm/lib/macosx,
- ../kenlm,
+ ../../irstlm/lib,
+ ../../srilm/lib/macosx,
);
OTHER_LDFLAGS = (
"-lz",
@@ -341,6 +318,7 @@
"-llattice",
);
PRODUCT_NAME = "moses-chart-cmd";
+ USER_HEADER_SEARCH_PATHS = "../../ ../../moses/src";
};
name = Debug;
};
@@ -355,17 +333,11 @@
_LARGE_FILES,
"_FILE_OFFSET_BITS=64",
);
- HEADER_SEARCH_PATHS = (
- ..,
- ../moses/src,
- ../kenlm,
- /opt/local/include,
- );
+ HEADER_SEARCH_PATHS = /opt/local/include;
INSTALL_PATH = /usr/local/bin;
LIBRARY_SEARCH_PATHS = (
- ../irstlm/lib,
- ../srilm/lib/macosx,
- ../kenlm,
+ ../../irstlm/lib,
+ ../../srilm/lib/macosx,
);
OTHER_LDFLAGS = (
"-lz",
@@ -377,6 +349,7 @@
"-llattice",
);
PRODUCT_NAME = "moses-chart-cmd";
+ USER_HEADER_SEARCH_PATHS = "../../ ../../moses/src";
};
name = Release;
};
@@ -390,8 +363,9 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
- ../moses/src,
- ../,
+ ../../moses/src,
+ ../..,
+ "/Users/hieuhoang/workspace/github/moses-smt/moses/src/**",
);
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
@@ -408,8 +382,9 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
- ../moses/src,
- ../,
+ ../../moses/src,
+ ../..,
+ "/Users/hieuhoang/workspace/github/moses-smt/moses/src/**",
);
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
diff --git a/contrib/other-builds/moses-cmd.vcxproj b/contrib/other-builds/moses-cmd.vcxproj
index 0d3126b98..524502ecf 100644
--- a/contrib/other-builds/moses-cmd.vcxproj
+++ b/contrib/other-builds/moses-cmd.vcxproj
@@ -47,7 +47,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/moses/src;$(SolutionDir)/kenlm;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/../../moses/src;$(SolutionDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
@@ -58,7 +58,7 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<Link>
- <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;$(SolutionDir)$(Configuration)\OnDiskPt.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
@@ -69,7 +69,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
- <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/moses/src;$(SolutionDir)/kenlm;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/../../moses/src;$(SolutionDir)/../..;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader>
@@ -78,7 +78,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
- <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;$(SolutionDir)$(Configuration)\OnDiskPt.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
@@ -90,28 +90,20 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClInclude Include="src\IOWrapper.h" />
- <ClInclude Include="src\LatticeMBR.h" />
- <ClInclude Include="src\Main.h" />
- <ClInclude Include="src\mbr.h" />
- <ClInclude Include="src\TranslationAnalysis.h" />
</ItemGroup>
<ItemGroup>
- <ClCompile Include="src\IOWrapper.cpp" />
- <ClCompile Include="src\LatticeMBR.cpp" />
- <ClCompile Include="src\Main.cpp" />
- <ClCompile Include="src\mbr.cpp" />
- <ClCompile Include="src\TranslationAnalysis.cpp" />
+ <ClInclude Include="..\..\moses-cmd\src\IOWrapper.h" />
+ <ClInclude Include="..\..\moses-cmd\src\LatticeMBR.h" />
+ <ClInclude Include="..\..\moses-cmd\src\Main.h" />
+ <ClInclude Include="..\..\moses-cmd\src\mbr.h" />
+ <ClInclude Include="..\..\moses-cmd\src\TranslationAnalysis.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\moses\moses.vcxproj">
- <Project>{8122157a-0de5-44ff-8e5b-024ed6ace7af}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
- <ProjectReference Include="..\OnDiskPt\OnDiskPt.vcxproj">
- <Project>{8b07671b-cbaf-4514-affd-ce238cd427e9}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- </ProjectReference>
+ <ClCompile Include="..\..\moses-cmd\src\IOWrapper.cpp" />
+ <ClCompile Include="..\..\moses-cmd\src\LatticeMBR.cpp" />
+ <ClCompile Include="..\..\moses-cmd\src\Main.cpp" />
+ <ClCompile Include="..\..\moses-cmd\src\mbr.cpp" />
+ <ClCompile Include="..\..\moses-cmd\src\TranslationAnalysis.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/contrib/other-builds/moses-cmd.xcodeproj/project.pbxproj b/contrib/other-builds/moses-cmd.xcodeproj/project.pbxproj
index e3e80b479..927961b2f 100644
--- a/contrib/other-builds/moses-cmd.xcodeproj/project.pbxproj
+++ b/contrib/other-builds/moses-cmd.xcodeproj/project.pbxproj
@@ -7,61 +7,58 @@
objects = {
/* Begin PBXBuildFile section */
- 03306D820C0B249A00CA1311 /* mbr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03306D800C0B249A00CA1311 /* mbr.cpp */; };
- 03306D830C0B249A00CA1311 /* mbr.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 03306D810C0B249A00CA1311 /* mbr.h */; };
- 1C8CFF4D0AD68D3600FA22E2 /* Main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C8CFF450AD68D3600FA22E2 /* Main.cpp */; };
- 1C8CFF4E0AD68D3600FA22E2 /* Main.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1C8CFF460AD68D3600FA22E2 /* Main.h */; };
- 1C8CFF4F0AD68D3600FA22E2 /* TranslationAnalysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1C8CFF470AD68D3600FA22E2 /* TranslationAnalysis.cpp */; };
- 1C8CFF500AD68D3600FA22E2 /* TranslationAnalysis.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1C8CFF480AD68D3600FA22E2 /* TranslationAnalysis.h */; };
- 1CE646E411679F6900EC77CC /* libOnDiskPt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CE646E311679F5F00EC77CC /* libOnDiskPt.a */; };
- 1EE8C2DD1476A3F2002496F2 /* libutil.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EE8C2DC1476A34A002496F2 /* libutil.a */; };
- 1EE8C3C91476AB64002496F2 /* liblm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EE8C3C81476AB3C002496F2 /* liblm.a */; };
- B219B8540E93812700EAB407 /* libmoses.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 03306D670C0B240B00CA1311 /* libmoses.a */; };
- B219B8580E9381AC00EAB407 /* IOWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B219B8560E9381AC00EAB407 /* IOWrapper.cpp */; };
- B28B1ED3110F52BB00AAD188 /* LatticeMBR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B28B1ED2110F52BB00AAD188 /* LatticeMBR.cpp */; };
+ 1EAF9D7A14B9F566005E8EBD /* IOWrapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EAF9D5B14B9F566005E8EBD /* IOWrapper.cpp */; };
+ 1EAF9D7C14B9F566005E8EBD /* Jamfile in Sources */ = {isa = PBXBuildFile; fileRef = 1EAF9D5E14B9F566005E8EBD /* Jamfile */; };
+ 1EAF9D7D14B9F566005E8EBD /* LatticeMBR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EAF9D5F14B9F566005E8EBD /* LatticeMBR.cpp */; };
+ 1EAF9D8114B9F566005E8EBD /* Main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EAF9D6414B9F566005E8EBD /* Main.cpp */; };
+ 1EAF9D8314B9F566005E8EBD /* mbr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EAF9D6714B9F566005E8EBD /* mbr.cpp */; };
+ 1EAF9D8514B9F566005E8EBD /* TranslationAnalysis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EAF9D6A14B9F566005E8EBD /* TranslationAnalysis.cpp */; };
+ 1EAF9D9D14B9F7B6005E8EBD /* libOnDiskPt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EAF9D9C14B9F7A6005E8EBD /* libOnDiskPt.a */; };
+ 1EF070A914B9F0380052152A /* liblm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EF0708A14B9EF070052152A /* liblm.a */; };
+ 1EF070AA14B9F0380052152A /* libmoses.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1EF0709014B9EF0E0052152A /* libmoses.a */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
- 03306D660C0B240B00CA1311 /* PBXContainerItemProxy */ = {
+ 1EAF9D9B14B9F7A6005E8EBD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 03306D5F0C0B240B00CA1311 /* moses.xcodeproj */;
+ containerPortal = 1EAF9D9414B9F7A6005E8EBD /* OnDiskPt.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = D2AAC046055464E500DB518D;
- remoteInfo = moses;
+ remoteInfo = OnDiskPt;
};
- 03306D770C0B244800CA1311 /* PBXContainerItemProxy */ = {
+ 1EAF9D9E14B9F7BD005E8EBD /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 03306D5F0C0B240B00CA1311 /* moses.xcodeproj */;
+ containerPortal = 1EAF9D9414B9F7A6005E8EBD /* OnDiskPt.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = D2AAC045055464E500DB518D;
- remoteInfo = moses;
+ remoteInfo = OnDiskPt;
};
- 1CE646E211679F5F00EC77CC /* PBXContainerItemProxy */ = {
+ 1EF0708914B9EF070052152A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1CE646DB11679F5F00EC77CC /* OnDiskPt.xcodeproj */;
+ containerPortal = 1EF0708514B9EF070052152A /* lm.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 1EE8C2E91476A48E002496F2;
+ remoteInfo = lm;
+ };
+ 1EF0708F14B9EF0E0052152A /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 1EF0708B14B9EF0D0052152A /* moses.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = D2AAC046055464E500DB518D;
- remoteInfo = OnDiskPt;
+ remoteInfo = moses;
};
- 1CE6472D1167A11600EC77CC /* PBXContainerItemProxy */ = {
+ 1EF070AD14B9F03F0052152A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1CE646DB11679F5F00EC77CC /* OnDiskPt.xcodeproj */;
+ containerPortal = 1EF0708B14B9EF0D0052152A /* moses.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = D2AAC045055464E500DB518D;
- remoteInfo = OnDiskPt;
- };
- 1EE8C2DB1476A34A002496F2 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 1EE8C2D41476A34A002496F2 /* util.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 1EE8C2711476A262002496F2;
- remoteInfo = util;
+ remoteInfo = moses;
};
- 1EE8C3C71476AB3C002496F2 /* PBXContainerItemProxy */ = {
+ 1EF070AF14B9F0430052152A /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 1EE8C3C01476AB3C002496F2 /* lm.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 1EE8C2E91476A48E002496F2;
+ containerPortal = 1EF0708514B9EF070052152A /* lm.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 1EE8C2E81476A48E002496F2;
remoteInfo = lm;
};
/* End PBXContainerItemProxy section */
@@ -73,30 +70,27 @@
dstPath = /usr/share/man/man1/;
dstSubfolderSpec = 0;
files = (
- 1C8CFF4E0AD68D3600FA22E2 /* Main.h in CopyFiles */,
- 1C8CFF500AD68D3600FA22E2 /* TranslationAnalysis.h in CopyFiles */,
- 03306D830C0B249A00CA1311 /* mbr.h in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 1;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
- 03306D5F0C0B240B00CA1311 /* moses.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = moses.xcodeproj; path = ../moses/moses.xcodeproj; sourceTree = SOURCE_ROOT; };
- 03306D800C0B249A00CA1311 /* mbr.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = mbr.cpp; path = src/mbr.cpp; sourceTree = "<group>"; };
- 03306D810C0B249A00CA1311 /* mbr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = mbr.h; path = src/mbr.h; sourceTree = "<group>"; };
- 1C8CFF450AD68D3600FA22E2 /* Main.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = src/Main.cpp; sourceTree = "<group>"; };
- 1C8CFF460AD68D3600FA22E2 /* Main.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = Main.h; path = src/Main.h; sourceTree = "<group>"; };
- 1C8CFF470AD68D3600FA22E2 /* TranslationAnalysis.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationAnalysis.cpp; path = src/TranslationAnalysis.cpp; sourceTree = "<group>"; };
- 1C8CFF480AD68D3600FA22E2 /* TranslationAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = TranslationAnalysis.h; path = src/TranslationAnalysis.h; sourceTree = "<group>"; };
- 1CE646DB11679F5F00EC77CC /* OnDiskPt.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OnDiskPt.xcodeproj; path = ../OnDiskPt/OnDiskPt.xcodeproj; sourceTree = SOURCE_ROOT; };
- 1EE8C2D41476A34A002496F2 /* util.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = util.xcodeproj; path = ../util/util.xcodeproj; sourceTree = "<group>"; };
- 1EE8C3C01476AB3C002496F2 /* lm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = lm.xcodeproj; path = ../lm/lm.xcodeproj; sourceTree = "<group>"; };
+ 1EAF9D5B14B9F566005E8EBD /* IOWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IOWrapper.cpp; path = "../../moses-cmd/src/IOWrapper.cpp"; sourceTree = "<group>"; };
+ 1EAF9D5C14B9F566005E8EBD /* IOWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IOWrapper.h; path = "../../moses-cmd/src/IOWrapper.h"; sourceTree = "<group>"; };
+ 1EAF9D5E14B9F566005E8EBD /* Jamfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.jam; name = Jamfile; path = "../../moses-cmd/src/Jamfile"; sourceTree = "<group>"; };
+ 1EAF9D5F14B9F566005E8EBD /* LatticeMBR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LatticeMBR.cpp; path = "../../moses-cmd/src/LatticeMBR.cpp"; sourceTree = "<group>"; };
+ 1EAF9D6014B9F566005E8EBD /* LatticeMBR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LatticeMBR.h; path = "../../moses-cmd/src/LatticeMBR.h"; sourceTree = "<group>"; };
+ 1EAF9D6414B9F566005E8EBD /* Main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Main.cpp; path = "../../moses-cmd/src/Main.cpp"; sourceTree = "<group>"; };
+ 1EAF9D6514B9F566005E8EBD /* Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Main.h; path = "../../moses-cmd/src/Main.h"; sourceTree = "<group>"; };
+ 1EAF9D6714B9F566005E8EBD /* mbr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mbr.cpp; path = "../../moses-cmd/src/mbr.cpp"; sourceTree = "<group>"; };
+ 1EAF9D6814B9F566005E8EBD /* mbr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mbr.h; path = "../../moses-cmd/src/mbr.h"; sourceTree = "<group>"; };
+ 1EAF9D6A14B9F566005E8EBD /* TranslationAnalysis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationAnalysis.cpp; path = "../../moses-cmd/src/TranslationAnalysis.cpp"; sourceTree = "<group>"; };
+ 1EAF9D6B14B9F566005E8EBD /* TranslationAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationAnalysis.h; path = "../../moses-cmd/src/TranslationAnalysis.h"; sourceTree = "<group>"; };
+ 1EAF9D9414B9F7A6005E8EBD /* OnDiskPt.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = OnDiskPt.xcodeproj; sourceTree = "<group>"; };
+ 1EF0708514B9EF070052152A /* lm.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = lm.xcodeproj; sourceTree = "<group>"; };
+ 1EF0708B14B9EF0D0052152A /* moses.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = moses.xcodeproj; sourceTree = "<group>"; };
8DD76F6C0486A84900D96B5E /* moses-cmd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "moses-cmd"; sourceTree = BUILT_PRODUCTS_DIR; };
- B219B8560E9381AC00EAB407 /* IOWrapper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IOWrapper.cpp; path = src/IOWrapper.cpp; sourceTree = "<group>"; };
- B219B8570E9381AC00EAB407 /* IOWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IOWrapper.h; path = src/IOWrapper.h; sourceTree = "<group>"; };
- B28B1ED2110F52BB00AAD188 /* LatticeMBR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LatticeMBR.cpp; path = src/LatticeMBR.cpp; sourceTree = "<group>"; };
- B28B1ED4110F52C600AAD188 /* LatticeMBR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LatticeMBR.h; path = src/LatticeMBR.h; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -104,34 +98,24 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 1EE8C3C91476AB64002496F2 /* liblm.a in Frameworks */,
- 1EE8C2DD1476A3F2002496F2 /* libutil.a in Frameworks */,
- 1CE646E411679F6900EC77CC /* libOnDiskPt.a in Frameworks */,
- B219B8540E93812700EAB407 /* libmoses.a in Frameworks */,
+ 1EAF9D9D14B9F7B6005E8EBD /* libOnDiskPt.a in Frameworks */,
+ 1EF070A914B9F0380052152A /* liblm.a in Frameworks */,
+ 1EF070AA14B9F0380052152A /* libmoses.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
- 03306D600C0B240B00CA1311 /* Products */ = {
- isa = PBXGroup;
- children = (
- 03306D670C0B240B00CA1311 /* libmoses.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
08FB7794FE84155DC02AAC07 /* moses-cmd */ = {
isa = PBXGroup;
children = (
- 1EE8C3C01476AB3C002496F2 /* lm.xcodeproj */,
- 1EE8C2D41476A34A002496F2 /* util.xcodeproj */,
- 1CE646DB11679F5F00EC77CC /* OnDiskPt.xcodeproj */,
- 03306D5F0C0B240B00CA1311 /* moses.xcodeproj */,
08FB7795FE84155DC02AAC07 /* Source */,
C6859E8C029090F304C91782 /* Documentation */,
1AB674ADFE9D54B511CA2CBB /* Products */,
+ 1EAF9D9414B9F7A6005E8EBD /* OnDiskPt.xcodeproj */,
+ 1EF0708514B9EF070052152A /* lm.xcodeproj */,
+ 1EF0708B14B9EF0D0052152A /* moses.xcodeproj */,
);
name = "moses-cmd";
sourceTree = "<group>";
@@ -139,16 +123,17 @@
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
- B28B1ED4110F52C600AAD188 /* LatticeMBR.h */,
- B28B1ED2110F52BB00AAD188 /* LatticeMBR.cpp */,
- B219B8560E9381AC00EAB407 /* IOWrapper.cpp */,
- B219B8570E9381AC00EAB407 /* IOWrapper.h */,
- 03306D800C0B249A00CA1311 /* mbr.cpp */,
- 03306D810C0B249A00CA1311 /* mbr.h */,
- 1C8CFF450AD68D3600FA22E2 /* Main.cpp */,
- 1C8CFF460AD68D3600FA22E2 /* Main.h */,
- 1C8CFF470AD68D3600FA22E2 /* TranslationAnalysis.cpp */,
- 1C8CFF480AD68D3600FA22E2 /* TranslationAnalysis.h */,
+ 1EAF9D5B14B9F566005E8EBD /* IOWrapper.cpp */,
+ 1EAF9D5C14B9F566005E8EBD /* IOWrapper.h */,
+ 1EAF9D5E14B9F566005E8EBD /* Jamfile */,
+ 1EAF9D5F14B9F566005E8EBD /* LatticeMBR.cpp */,
+ 1EAF9D6014B9F566005E8EBD /* LatticeMBR.h */,
+ 1EAF9D6414B9F566005E8EBD /* Main.cpp */,
+ 1EAF9D6514B9F566005E8EBD /* Main.h */,
+ 1EAF9D6714B9F566005E8EBD /* mbr.cpp */,
+ 1EAF9D6814B9F566005E8EBD /* mbr.h */,
+ 1EAF9D6A14B9F566005E8EBD /* TranslationAnalysis.cpp */,
+ 1EAF9D6B14B9F566005E8EBD /* TranslationAnalysis.h */,
);
name = Source;
sourceTree = "<group>";
@@ -161,26 +146,26 @@
name = Products;
sourceTree = "<group>";
};
- 1CE646DC11679F5F00EC77CC /* Products */ = {
+ 1EAF9D9514B9F7A6005E8EBD /* Products */ = {
isa = PBXGroup;
children = (
- 1CE646E311679F5F00EC77CC /* libOnDiskPt.a */,
+ 1EAF9D9C14B9F7A6005E8EBD /* libOnDiskPt.a */,
);
name = Products;
sourceTree = "<group>";
};
- 1EE8C2D51476A34A002496F2 /* Products */ = {
+ 1EF0708614B9EF070052152A /* Products */ = {
isa = PBXGroup;
children = (
- 1EE8C2DC1476A34A002496F2 /* libutil.a */,
+ 1EF0708A14B9EF070052152A /* liblm.a */,
);
name = Products;
sourceTree = "<group>";
};
- 1EE8C3C11476AB3C002496F2 /* Products */ = {
+ 1EF0708C14B9EF0D0052152A /* Products */ = {
isa = PBXGroup;
children = (
- 1EE8C3C81476AB3C002496F2 /* liblm.a */,
+ 1EF0709014B9EF0E0052152A /* libmoses.a */,
);
name = Products;
sourceTree = "<group>";
@@ -206,8 +191,9 @@
buildRules = (
);
dependencies = (
- 03306D780C0B244800CA1311 /* PBXTargetDependency */,
- 1CE6472E1167A11600EC77CC /* PBXTargetDependency */,
+ 1EAF9D9F14B9F7BD005E8EBD /* PBXTargetDependency */,
+ 1EF070B014B9F0430052152A /* PBXTargetDependency */,
+ 1EF070AE14B9F03F0052152A /* PBXTargetDependency */,
);
name = "moses-cmd";
productInstallPath = "$(HOME)/bin";
@@ -234,20 +220,16 @@
projectDirPath = "";
projectReferences = (
{
- ProductGroup = 1EE8C3C11476AB3C002496F2 /* Products */;
- ProjectRef = 1EE8C3C01476AB3C002496F2 /* lm.xcodeproj */;
- },
- {
- ProductGroup = 03306D600C0B240B00CA1311 /* Products */;
- ProjectRef = 03306D5F0C0B240B00CA1311 /* moses.xcodeproj */;
+ ProductGroup = 1EF0708614B9EF070052152A /* Products */;
+ ProjectRef = 1EF0708514B9EF070052152A /* lm.xcodeproj */;
},
{
- ProductGroup = 1CE646DC11679F5F00EC77CC /* Products */;
- ProjectRef = 1CE646DB11679F5F00EC77CC /* OnDiskPt.xcodeproj */;
+ ProductGroup = 1EF0708C14B9EF0D0052152A /* Products */;
+ ProjectRef = 1EF0708B14B9EF0D0052152A /* moses.xcodeproj */;
},
{
- ProductGroup = 1EE8C2D51476A34A002496F2 /* Products */;
- ProjectRef = 1EE8C2D41476A34A002496F2 /* util.xcodeproj */;
+ ProductGroup = 1EAF9D9514B9F7A6005E8EBD /* Products */;
+ ProjectRef = 1EAF9D9414B9F7A6005E8EBD /* OnDiskPt.xcodeproj */;
},
);
projectRoot = "";
@@ -258,32 +240,25 @@
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
- 03306D670C0B240B00CA1311 /* libmoses.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libmoses.a;
- remoteRef = 03306D660C0B240B00CA1311 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 1CE646E311679F5F00EC77CC /* libOnDiskPt.a */ = {
+ 1EAF9D9C14B9F7A6005E8EBD /* libOnDiskPt.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libOnDiskPt.a;
- remoteRef = 1CE646E211679F5F00EC77CC /* PBXContainerItemProxy */;
+ remoteRef = 1EAF9D9B14B9F7A6005E8EBD /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 1EE8C2DC1476A34A002496F2 /* libutil.a */ = {
+ 1EF0708A14B9EF070052152A /* liblm.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
- path = libutil.a;
- remoteRef = 1EE8C2DB1476A34A002496F2 /* PBXContainerItemProxy */;
+ path = liblm.a;
+ remoteRef = 1EF0708914B9EF070052152A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 1EE8C3C81476AB3C002496F2 /* liblm.a */ = {
+ 1EF0709014B9EF0E0052152A /* libmoses.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
- path = liblm.a;
- remoteRef = 1EE8C3C71476AB3C002496F2 /* PBXContainerItemProxy */;
+ path = libmoses.a;
+ remoteRef = 1EF0708F14B9EF0E0052152A /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
@@ -293,26 +268,32 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 1C8CFF4D0AD68D3600FA22E2 /* Main.cpp in Sources */,
- 1C8CFF4F0AD68D3600FA22E2 /* TranslationAnalysis.cpp in Sources */,
- 03306D820C0B249A00CA1311 /* mbr.cpp in Sources */,
- B219B8580E9381AC00EAB407 /* IOWrapper.cpp in Sources */,
- B28B1ED3110F52BB00AAD188 /* LatticeMBR.cpp in Sources */,
+ 1EAF9D7A14B9F566005E8EBD /* IOWrapper.cpp in Sources */,
+ 1EAF9D7C14B9F566005E8EBD /* Jamfile in Sources */,
+ 1EAF9D7D14B9F566005E8EBD /* LatticeMBR.cpp in Sources */,
+ 1EAF9D8114B9F566005E8EBD /* Main.cpp in Sources */,
+ 1EAF9D8314B9F566005E8EBD /* mbr.cpp in Sources */,
+ 1EAF9D8514B9F566005E8EBD /* TranslationAnalysis.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
- 03306D780C0B244800CA1311 /* PBXTargetDependency */ = {
+ 1EAF9D9F14B9F7BD005E8EBD /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = OnDiskPt;
+ targetProxy = 1EAF9D9E14B9F7BD005E8EBD /* PBXContainerItemProxy */;
+ };
+ 1EF070AE14B9F03F0052152A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = moses;
- targetProxy = 03306D770C0B244800CA1311 /* PBXContainerItemProxy */;
+ targetProxy = 1EF070AD14B9F03F0052152A /* PBXContainerItemProxy */;
};
- 1CE6472E1167A11600EC77CC /* PBXTargetDependency */ = {
+ 1EF070B014B9F0430052152A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = OnDiskPt;
- targetProxy = 1CE6472D1167A11600EC77CC /* PBXContainerItemProxy */;
+ name = lm;
+ targetProxy = 1EF070AF14B9F0430052152A /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
@@ -341,9 +322,8 @@
);
INSTALL_PATH = "$(HOME)/bin";
LIBRARY_SEARCH_PATHS = (
- ../irstlm/lib,
- ../srilm/lib/macosx,
- ../kenlm,
+ ../../irstlm/lib,
+ ../../srilm/lib/macosx,
);
OTHER_LDFLAGS = (
"-lflm",
@@ -382,9 +362,8 @@
);
INSTALL_PATH = "$(HOME)/bin";
LIBRARY_SEARCH_PATHS = (
- ../irstlm/lib,
- ../srilm/lib/macosx,
- ../kenlm,
+ ../../irstlm/lib,
+ ../../srilm/lib/macosx,
);
OTHER_LDFLAGS = (
"-lflm",
@@ -415,9 +394,8 @@
);
INSTALL_PATH = "$(HOME)/bin";
LIBRARY_SEARCH_PATHS = (
- ../irstlm/lib,
- ../srilm/lib/macosx,
- ../kenlm,
+ ../../irstlm/lib,
+ ../../srilm/lib/macosx,
);
OTHER_LDFLAGS = (
"-lflm",
@@ -436,9 +414,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)";
- HEADER_SEARCH_PATHS = ../kenlm;
ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)";
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
+ USER_HEADER_SEARCH_PATHS = "../../moses/src ../../";
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64";
};
name = Debug;
@@ -447,9 +425,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)";
- HEADER_SEARCH_PATHS = ../kenlm;
ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)";
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
+ USER_HEADER_SEARCH_PATHS = "../../moses/src ../../";
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64";
};
name = Release;
@@ -458,9 +436,9 @@
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)";
- HEADER_SEARCH_PATHS = ../kenlm;
ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH_ACTUAL)";
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
+ USER_HEADER_SEARCH_PATHS = "../../moses/src ../../";
VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64";
};
name = Default;
diff --git a/contrib/other-builds/moses.sln b/contrib/other-builds/moses.sln
index 1e2d4eb45..c7d4c4417 100644
--- a/contrib/other-builds/moses.sln
+++ b/contrib/other-builds/moses.sln
@@ -1,31 +1,24 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "processLexicalTable", "misc\processLexicalTable.vcxproj", "{9834EABB-2033-4607-9DAC-36D16E0725B5}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses", "moses.vcxproj", "{8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "processPhraseTable", "misc\processPhraseTable.vcxproj", "{AA230564-6DF1-4662-9BF9-7AD73DE53B76}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OnDiskPt", "OnDiskPt.vcxproj", "{8B07671B-CBAF-4514-AFFD-CE238CD427E9}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses", "moses\moses.vcxproj", "{8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses-cmd", "moses-cmd.vcxproj", "{E2233DB1-5592-46FE-9420-E529420612FA}"
+ ProjectSection(ProjectDependencies) = postProject
+ {A5402E0B-6ED7-465C-9669-E4124A0CDDCB} = {A5402E0B-6ED7-465C-9669-E4124A0CDDCB}
+ {8B07671B-CBAF-4514-AFFD-CE238CD427E9} = {8B07671B-CBAF-4514-AFFD-CE238CD427E9}
+ {8122157A-0DE5-44FF-8E5B-024ED6ACE7AF} = {8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}
+ EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses-chart-cmd", "moses-chart-cmd\moses-chart-cmd.vcxproj", "{C3AF5C05-D4EC-41D2-8319-D1E69B9B5820}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CreateOnDisk", "CreateOnDisk.vcxproj", "{88AE90C9-72D2-42ED-8389-770ACDCD4308}"
+ ProjectSection(ProjectDependencies) = postProject
+ {8B07671B-CBAF-4514-AFFD-CE238CD427E9} = {8B07671B-CBAF-4514-AFFD-CE238CD427E9}
+ {8122157A-0DE5-44FF-8E5B-024ED6ACE7AF} = {8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}
+ EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moses-cmd", "moses-cmd\moses-cmd.vcxproj", "{E2233DB1-5592-46FE-9420-E529420612FA}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OnDiskPt", "OnDiskPt\OnDiskPt.vcxproj", "{8B07671B-CBAF-4514-AFFD-CE238CD427E9}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CreateOnDisk", "CreateOnDisk\CreateOnDisk.vcxproj", "{88AE90C9-72D2-42ED-8389-770ACDCD4308}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "consolidate", "scripts\training\phrase-extract\consolidate.vcxproj", "{45410EFE-65C0-4078-82E4-D636258F9225}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "consolidate-direct", "scripts\training\phrase-extract\consolidate-direct.vcxproj", "{33775109-60CF-4C1C-A869-5450B3DD88B3}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extract", "scripts\training\phrase-extract\extract.vcxproj", "{2475F8E8-A5C9-4785-8B09-5F4E120FC518}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "extract-rules", "scripts\training\phrase-extract\extract-rules.vcxproj", "{3C5CFAEC-6830-4491-9008-1C9E8C381C50}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "score", "scripts\training\phrase-extract\score.vcxproj", "{34AC84C7-62A1-4BBE-BCA9-4E95B2341039}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kenlm", "kenlm\kenlm.vcxproj", "{E834D71C-5D5F-4FB4-A361-88694C438FF9}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kenlm", "kenlm.vcxproj", "{A5402E0B-6ED7-465C-9669-E4124A0CDDCB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -33,58 +26,26 @@ Global
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {9834EABB-2033-4607-9DAC-36D16E0725B5}.Debug|Win32.ActiveCfg = Debug|Win32
- {9834EABB-2033-4607-9DAC-36D16E0725B5}.Debug|Win32.Build.0 = Debug|Win32
- {9834EABB-2033-4607-9DAC-36D16E0725B5}.Release|Win32.ActiveCfg = Release|Win32
- {9834EABB-2033-4607-9DAC-36D16E0725B5}.Release|Win32.Build.0 = Release|Win32
- {AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Debug|Win32.ActiveCfg = Debug|Win32
- {AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Debug|Win32.Build.0 = Debug|Win32
- {AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Release|Win32.ActiveCfg = Release|Win32
- {AA230564-6DF1-4662-9BF9-7AD73DE53B76}.Release|Win32.Build.0 = Release|Win32
{8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}.Debug|Win32.ActiveCfg = Debug|Win32
{8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}.Debug|Win32.Build.0 = Debug|Win32
{8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}.Release|Win32.ActiveCfg = Release|Win32
{8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}.Release|Win32.Build.0 = Release|Win32
- {C3AF5C05-D4EC-41D2-8319-D1E69B9B5820}.Debug|Win32.ActiveCfg = Debug|Win32
- {C3AF5C05-D4EC-41D2-8319-D1E69B9B5820}.Debug|Win32.Build.0 = Debug|Win32
- {C3AF5C05-D4EC-41D2-8319-D1E69B9B5820}.Release|Win32.ActiveCfg = Release|Win32
- {C3AF5C05-D4EC-41D2-8319-D1E69B9B5820}.Release|Win32.Build.0 = Release|Win32
- {E2233DB1-5592-46FE-9420-E529420612FA}.Debug|Win32.ActiveCfg = Debug|Win32
- {E2233DB1-5592-46FE-9420-E529420612FA}.Debug|Win32.Build.0 = Debug|Win32
- {E2233DB1-5592-46FE-9420-E529420612FA}.Release|Win32.ActiveCfg = Release|Win32
- {E2233DB1-5592-46FE-9420-E529420612FA}.Release|Win32.Build.0 = Release|Win32
{8B07671B-CBAF-4514-AFFD-CE238CD427E9}.Debug|Win32.ActiveCfg = Debug|Win32
{8B07671B-CBAF-4514-AFFD-CE238CD427E9}.Debug|Win32.Build.0 = Debug|Win32
{8B07671B-CBAF-4514-AFFD-CE238CD427E9}.Release|Win32.ActiveCfg = Release|Win32
{8B07671B-CBAF-4514-AFFD-CE238CD427E9}.Release|Win32.Build.0 = Release|Win32
+ {E2233DB1-5592-46FE-9420-E529420612FA}.Debug|Win32.ActiveCfg = Debug|Win32
+ {E2233DB1-5592-46FE-9420-E529420612FA}.Debug|Win32.Build.0 = Debug|Win32
+ {E2233DB1-5592-46FE-9420-E529420612FA}.Release|Win32.ActiveCfg = Release|Win32
+ {E2233DB1-5592-46FE-9420-E529420612FA}.Release|Win32.Build.0 = Release|Win32
{88AE90C9-72D2-42ED-8389-770ACDCD4308}.Debug|Win32.ActiveCfg = Debug|Win32
{88AE90C9-72D2-42ED-8389-770ACDCD4308}.Debug|Win32.Build.0 = Debug|Win32
{88AE90C9-72D2-42ED-8389-770ACDCD4308}.Release|Win32.ActiveCfg = Release|Win32
{88AE90C9-72D2-42ED-8389-770ACDCD4308}.Release|Win32.Build.0 = Release|Win32
- {45410EFE-65C0-4078-82E4-D636258F9225}.Debug|Win32.ActiveCfg = Debug|Win32
- {45410EFE-65C0-4078-82E4-D636258F9225}.Debug|Win32.Build.0 = Debug|Win32
- {45410EFE-65C0-4078-82E4-D636258F9225}.Release|Win32.ActiveCfg = Release|Win32
- {45410EFE-65C0-4078-82E4-D636258F9225}.Release|Win32.Build.0 = Release|Win32
- {33775109-60CF-4C1C-A869-5450B3DD88B3}.Debug|Win32.ActiveCfg = Debug|Win32
- {33775109-60CF-4C1C-A869-5450B3DD88B3}.Debug|Win32.Build.0 = Debug|Win32
- {33775109-60CF-4C1C-A869-5450B3DD88B3}.Release|Win32.ActiveCfg = Release|Win32
- {33775109-60CF-4C1C-A869-5450B3DD88B3}.Release|Win32.Build.0 = Release|Win32
- {2475F8E8-A5C9-4785-8B09-5F4E120FC518}.Debug|Win32.ActiveCfg = Debug|Win32
- {2475F8E8-A5C9-4785-8B09-5F4E120FC518}.Debug|Win32.Build.0 = Debug|Win32
- {2475F8E8-A5C9-4785-8B09-5F4E120FC518}.Release|Win32.ActiveCfg = Release|Win32
- {2475F8E8-A5C9-4785-8B09-5F4E120FC518}.Release|Win32.Build.0 = Release|Win32
- {3C5CFAEC-6830-4491-9008-1C9E8C381C50}.Debug|Win32.ActiveCfg = Debug|Win32
- {3C5CFAEC-6830-4491-9008-1C9E8C381C50}.Debug|Win32.Build.0 = Debug|Win32
- {3C5CFAEC-6830-4491-9008-1C9E8C381C50}.Release|Win32.ActiveCfg = Release|Win32
- {3C5CFAEC-6830-4491-9008-1C9E8C381C50}.Release|Win32.Build.0 = Release|Win32
- {34AC84C7-62A1-4BBE-BCA9-4E95B2341039}.Debug|Win32.ActiveCfg = Debug|Win32
- {34AC84C7-62A1-4BBE-BCA9-4E95B2341039}.Debug|Win32.Build.0 = Debug|Win32
- {34AC84C7-62A1-4BBE-BCA9-4E95B2341039}.Release|Win32.ActiveCfg = Release|Win32
- {34AC84C7-62A1-4BBE-BCA9-4E95B2341039}.Release|Win32.Build.0 = Release|Win32
- {E834D71C-5D5F-4FB4-A361-88694C438FF9}.Debug|Win32.ActiveCfg = Debug|Win32
- {E834D71C-5D5F-4FB4-A361-88694C438FF9}.Debug|Win32.Build.0 = Debug|Win32
- {E834D71C-5D5F-4FB4-A361-88694C438FF9}.Release|Win32.ActiveCfg = Release|Win32
- {E834D71C-5D5F-4FB4-A361-88694C438FF9}.Release|Win32.Build.0 = Release|Win32
+ {A5402E0B-6ED7-465C-9669-E4124A0CDDCB}.Debug|Win32.ActiveCfg = Debug|Win32
+ {A5402E0B-6ED7-465C-9669-E4124A0CDDCB}.Debug|Win32.Build.0 = Debug|Win32
+ {A5402E0B-6ED7-465C-9669-E4124A0CDDCB}.Release|Win32.ActiveCfg = Release|Win32
+ {A5402E0B-6ED7-465C-9669-E4124A0CDDCB}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/contrib/other-builds/moses.vcxproj b/contrib/other-builds/moses.vcxproj
index 1366995f3..4743fb950 100644
--- a/contrib/other-builds/moses.vcxproj
+++ b/contrib/other-builds/moses.vcxproj
@@ -10,6 +10,254 @@
<Platform>Win32</Platform>
</ProjectConfiguration>
</ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="..\..\moses\src\AlignmentInfo.h" />
+ <ClInclude Include="..\..\moses\src\AlignmentInfoCollection.h" />
+ <ClInclude Include="..\..\moses\src\BitmapContainer.h" />
+ <ClInclude Include="..\..\moses\src\CellCollection.h" />
+ <ClInclude Include="..\..\moses\src\ChartCell.h" />
+ <ClInclude Include="..\..\moses\src\ChartCellCollection.h" />
+ <ClInclude Include="..\..\moses\src\ChartCellLabel.h" />
+ <ClInclude Include="..\..\moses\src\ChartCellLabelSet.h" />
+ <ClInclude Include="..\..\moses\src\ChartHypothesis.h" />
+ <ClInclude Include="..\..\moses\src\ChartHypothesisCollection.h" />
+ <ClInclude Include="..\..\moses\src\ChartManager.h" />
+ <ClInclude Include="..\..\moses\src\ChartRuleLookupManager.h" />
+ <ClInclude Include="..\..\moses\src\ChartRuleLookupManagerMemory.h" />
+ <ClInclude Include="..\..\moses\src\ChartRuleLookupManagerOnDisk.h" />
+ <ClInclude Include="..\..\moses\src\ChartTranslationOption.h" />
+ <ClInclude Include="..\..\moses\src\ChartTranslationOptionCollection.h" />
+ <ClInclude Include="..\..\moses\src\ChartTranslationOptionList.h" />
+ <ClInclude Include="..\..\moses\src\ChartTrellisDetour.h" />
+ <ClInclude Include="..\..\moses\src\ChartTrellisDetourQueue.h" />
+ <ClInclude Include="..\..\moses\src\ChartTrellisNode.h" />
+ <ClInclude Include="..\..\moses\src\ChartTrellisPath.h" />
+ <ClInclude Include="..\..\moses\src\ChartTrellisPathList.h" />
+ <ClInclude Include="..\..\moses\src\ConfusionNet.h" />
+ <ClInclude Include="..\..\moses\src\DecodeFeature.h" />
+ <ClInclude Include="..\..\moses\src\DecodeGraph.h" />
+ <ClInclude Include="..\..\moses\src\DecodeStep.h" />
+ <ClInclude Include="..\..\moses\src\DecodeStepGeneration.h" />
+ <ClInclude Include="..\..\moses\src\DecodeStepTranslation.h" />
+ <ClInclude Include="..\..\moses\src\Dictionary.h" />
+ <ClInclude Include="..\..\moses\src\DotChart.h" />
+ <ClInclude Include="..\..\moses\src\DotChartInMemory.h" />
+ <ClInclude Include="..\..\moses\src\DotChartOnDisk.h" />
+ <ClInclude Include="..\..\moses\src\DummyScoreProducers.h" />
+ <ClInclude Include="..\..\moses\src\DynSuffixArray.h" />
+ <ClInclude Include="..\..\moses\src\Factor.h" />
+ <ClInclude Include="..\..\moses\src\FactorCollection.h" />
+ <ClInclude Include="..\..\moses\src\FactorTypeSet.h" />
+ <ClInclude Include="..\..\moses\src\FeatureFunction.h" />
+ <ClInclude Include="..\..\moses\src\FFState.h" />
+ <ClInclude Include="..\..\moses\src\File.h" />
+ <ClInclude Include="..\..\moses\src\FilePtr.h" />
+ <ClInclude Include="..\..\moses\src\FloydWarshall.h" />
+ <ClInclude Include="..\..\moses\src\GenerationDictionary.h" />
+ <ClInclude Include="..\..\moses\src\GlobalLexicalModel.h" />
+ <ClInclude Include="..\..\moses\src\gzfilebuf.h" />
+ <ClInclude Include="..\..\moses\src\hash.h" />
+ <ClInclude Include="..\..\moses\src\Hypothesis.h" />
+ <ClInclude Include="..\..\moses\src\HypothesisStack.h" />
+ <ClInclude Include="..\..\moses\src\HypothesisStackCubePruning.h" />
+ <ClInclude Include="..\..\moses\src\HypothesisStackNormal.h" />
+ <ClInclude Include="..\..\moses\src\InputFileStream.h" />
+ <ClInclude Include="..\..\moses\src\InputType.h" />
+ <ClInclude Include="..\..\moses\src\LexicalReordering.h" />
+ <ClInclude Include="..\..\moses\src\LexicalReorderingState.h" />
+ <ClInclude Include="..\..\moses\src\LexicalReorderingTable.h" />
+ <ClInclude Include="..\..\moses\src\LMList.h" />
+ <ClInclude Include="..\..\moses\src\LM\Base.h" />
+ <ClInclude Include="..\..\moses\src\LM\Factory.h" />
+ <ClInclude Include="..\..\moses\src\LM\Implementation.h" />
+ <ClInclude Include="..\..\moses\src\LM\Joint.h" />
+ <ClInclude Include="..\..\moses\src\LM\Ken.h" />
+ <ClInclude Include="..\..\moses\src\LM\MultiFactor.h" />
+ <ClInclude Include="..\..\moses\src\LM\SingleFactor.h" />
+ <ClInclude Include="..\..\moses\src\LVoc.h" />
+ <ClInclude Include="..\..\moses\src\Manager.h" />
+ <ClInclude Include="..\..\moses\src\NonTerminal.h" />
+ <ClInclude Include="..\..\moses\src\ObjectPool.h" />
+ <ClInclude Include="..\..\moses\src\OutputCollector.h" />
+ <ClInclude Include="..\..\moses\src\Parameter.h" />
+ <ClInclude Include="..\..\moses\src\PartialTranslOptColl.h" />
+ <ClInclude Include="..\..\moses\src\PCNTools.h" />
+ <ClInclude Include="..\..\moses\src\PDTAimp.h" />
+ <ClInclude Include="..\..\moses\src\Phrase.h" />
+ <ClInclude Include="..\..\moses\src\PhraseDictionary.h" />
+ <ClInclude Include="..\..\moses\src\PhraseDictionaryALSuffixArray.h" />
+ <ClInclude Include="..\..\moses\src\PhraseDictionaryDynSuffixArray.h" />
+ <ClInclude Include="..\..\moses\src\PhraseDictionaryMemory.h" />
+ <ClInclude Include="..\..\moses\src\PhraseDictionaryNode.h" />
+ <ClInclude Include="..\..\moses\src\PhraseDictionaryNodeSCFG.h" />
+ <ClInclude Include="..\..\moses\src\PhraseDictionaryOnDisk.h" />
+ <ClInclude Include="..\..\moses\src\PhraseDictionarySCFG.h" />
+ <ClInclude Include="..\..\moses\src\PhraseDictionaryTree.h" />
+ <ClInclude Include="..\..\moses\src\PhraseDictionaryTreeAdaptor.h" />
+ <ClInclude Include="..\..\moses\src\PrefixTree.h" />
+ <ClInclude Include="..\..\moses\src\PrefixTreeMap.h" />
+ <ClInclude Include="..\..\moses\src\ReorderingConstraint.h" />
+ <ClInclude Include="..\..\moses\src\ReorderingStack.h" />
+ <ClInclude Include="..\..\moses\src\RuleCube.h" />
+ <ClInclude Include="..\..\moses\src\RuleCubeItem.h" />
+ <ClInclude Include="..\..\moses\src\RuleCubeQueue.h" />
+ <ClInclude Include="..\..\moses\src\RuleTable\Loader.h" />
+ <ClInclude Include="..\..\moses\src\RuleTable\LoaderCompact.h" />
+ <ClInclude Include="..\..\moses\src\RuleTable\LoaderFactory.h" />
+ <ClInclude Include="..\..\moses\src\RuleTable\LoaderHiero.h" />
+ <ClInclude Include="..\..\moses\src\RuleTable\LoaderStandard.h" />
+ <ClInclude Include="..\..\moses\src\RuleTable\Trie.h" />
+ <ClInclude Include="..\..\moses\src\ScoreComponentCollection.h" />
+ <ClInclude Include="..\..\moses\src\ScoreIndexManager.h" />
+ <ClInclude Include="..\..\moses\src\ScoreProducer.h" />
+ <ClInclude Include="..\..\moses\src\Search.h" />
+ <ClInclude Include="..\..\moses\src\SearchCubePruning.h" />
+ <ClInclude Include="..\..\moses\src\SearchNormal.h" />
+ <ClInclude Include="..\..\moses\src\Sentence.h" />
+ <ClInclude Include="..\..\moses\src\SentenceStats.h" />
+ <ClInclude Include="..\..\moses\src\SquareMatrix.h" />
+ <ClInclude Include="..\..\moses\src\StaticData.h" />
+ <ClInclude Include="..\..\moses\src\TargetPhrase.h" />
+ <ClInclude Include="..\..\moses\src\TargetPhraseCollection.h" />
+ <ClInclude Include="..\..\moses\src\ThreadPool.h" />
+ <ClInclude Include="..\..\moses\src\Timer.h" />
+ <ClInclude Include="..\..\moses\src\TranslationOption.h" />
+ <ClInclude Include="..\..\moses\src\TranslationOptionCollection.h" />
+ <ClInclude Include="..\..\moses\src\TranslationOptionCollectionConfusionNet.h" />
+ <ClInclude Include="..\..\moses\src\TranslationOptionCollectionText.h" />
+ <ClInclude Include="..\..\moses\src\TranslationOptionList.h" />
+ <ClInclude Include="..\..\moses\src\TranslationSystem.h" />
+ <ClInclude Include="..\..\moses\src\TreeInput.h" />
+ <ClInclude Include="..\..\moses\src\TrellisPath.h" />
+ <ClInclude Include="..\..\moses\src\TrellisPathCollection.h" />
+ <ClInclude Include="..\..\moses\src\TrellisPathList.h" />
+ <ClInclude Include="..\..\moses\src\TypeDef.h" />
+ <ClInclude Include="..\..\moses\src\UniqueObject.h" />
+ <ClInclude Include="..\..\moses\src\UserMessage.h" />
+ <ClInclude Include="..\..\moses\src\Util.h" />
+ <ClInclude Include="..\..\moses\src\Word.h" />
+ <ClInclude Include="..\..\moses\src\WordLattice.h" />
+ <ClInclude Include="..\..\moses\src\WordsBitmap.h" />
+ <ClInclude Include="..\..\moses\src\WordsRange.h" />
+ <ClInclude Include="..\..\moses\src\XmlOption.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="..\..\moses\src\AlignmentInfo.cpp" />
+ <ClCompile Include="..\..\moses\src\AlignmentInfoCollection.cpp" />
+ <ClCompile Include="..\..\moses\src\BitmapContainer.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartCell.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartCellCollection.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartHypothesis.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartHypothesisCollection.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartManager.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartRuleLookupManager.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartRuleLookupManagerMemory.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartRuleLookupManagerOnDisk.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartTranslationOption.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartTranslationOptionCollection.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartTranslationOptionList.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartTrellisDetour.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartTrellisDetourQueue.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartTrellisNode.cpp" />
+ <ClCompile Include="..\..\moses\src\ChartTrellisPath.cpp" />
+ <ClCompile Include="..\..\moses\src\ConfusionNet.cpp" />
+ <ClCompile Include="..\..\moses\src\DecodeFeature.cpp" />
+ <ClCompile Include="..\..\moses\src\DecodeGraph.cpp" />
+ <ClCompile Include="..\..\moses\src\DecodeStep.cpp" />
+ <ClCompile Include="..\..\moses\src\DecodeStepGeneration.cpp" />
+ <ClCompile Include="..\..\moses\src\DecodeStepTranslation.cpp" />
+ <ClCompile Include="..\..\moses\src\Dictionary.cpp" />
+ <ClCompile Include="..\..\moses\src\DotChart.cpp" />
+ <ClCompile Include="..\..\moses\src\DotChartInMemory.cpp" />
+ <ClCompile Include="..\..\moses\src\DotChartOnDisk.cpp" />
+ <ClCompile Include="..\..\moses\src\DummyScoreProducers.cpp" />
+ <ClCompile Include="..\..\moses\src\DynSuffixArray.cpp" />
+ <ClCompile Include="..\..\moses\src\Factor.cpp" />
+ <ClCompile Include="..\..\moses\src\FactorCollection.cpp" />
+ <ClCompile Include="..\..\moses\src\FactorTypeSet.cpp" />
+ <ClCompile Include="..\..\moses\src\FeatureFunction.cpp" />
+ <ClCompile Include="..\..\moses\src\FFState.cpp" />
+ <ClCompile Include="..\..\moses\src\File.cpp" />
+ <ClCompile Include="..\..\moses\src\FloydWarshall.cpp" />
+ <ClCompile Include="..\..\moses\src\GenerationDictionary.cpp" />
+ <ClCompile Include="..\..\moses\src\GlobalLexicalModel.cpp" />
+ <ClCompile Include="..\..\moses\src\hash.cpp" />
+ <ClCompile Include="..\..\moses\src\Hypothesis.cpp" />
+ <ClCompile Include="..\..\moses\src\HypothesisStack.cpp" />
+ <ClCompile Include="..\..\moses\src\HypothesisStackCubePruning.cpp" />
+ <ClCompile Include="..\..\moses\src\HypothesisStackNormal.cpp" />
+ <ClCompile Include="..\..\moses\src\InputFileStream.cpp" />
+ <ClCompile Include="..\..\moses\src\InputType.cpp" />
+ <ClCompile Include="..\..\moses\src\LexicalReordering.cpp" />
+ <ClCompile Include="..\..\moses\src\LexicalReorderingState.cpp" />
+ <ClCompile Include="..\..\moses\src\LexicalReorderingTable.cpp" />
+ <ClCompile Include="..\..\moses\src\LMList.cpp" />
+ <ClCompile Include="..\..\moses\src\LM\Base.cpp" />
+ <ClCompile Include="..\..\moses\src\LM\Factory.cpp" />
+ <ClCompile Include="..\..\moses\src\LM\Implementation.cpp" />
+ <ClCompile Include="..\..\moses\src\LM\Joint.cpp" />
+ <ClCompile Include="..\..\moses\src\LM\Ken.cpp" />
+ <ClCompile Include="..\..\moses\src\LM\MultiFactor.cpp" />
+ <ClCompile Include="..\..\moses\src\LM\SingleFactor.cpp" />
+ <ClCompile Include="..\..\moses\src\LVoc.cpp" />
+ <ClCompile Include="..\..\moses\src\Manager.cpp" />
+ <ClCompile Include="..\..\moses\src\NonTerminal.cpp" />
+ <ClCompile Include="..\..\moses\src\Parameter.cpp" />
+ <ClCompile Include="..\..\moses\src\PartialTranslOptColl.cpp" />
+ <ClCompile Include="..\..\moses\src\PCNTools.cpp" />
+ <ClCompile Include="..\..\moses\src\Phrase.cpp" />
+ <ClCompile Include="..\..\moses\src\PhraseDictionary.cpp" />
+ <ClCompile Include="..\..\moses\src\PhraseDictionaryALSuffixArray.cpp" />
+ <ClCompile Include="..\..\moses\src\PhraseDictionaryDynSuffixArray.cpp" />
+ <ClCompile Include="..\..\moses\src\PhraseDictionaryMemory.cpp" />
+ <ClCompile Include="..\..\moses\src\PhraseDictionaryNode.cpp" />
+ <ClCompile Include="..\..\moses\src\PhraseDictionaryNodeSCFG.cpp" />
+ <ClCompile Include="..\..\moses\src\PhraseDictionaryOnDisk.cpp" />
+ <ClCompile Include="..\..\moses\src\PhraseDictionarySCFG.cpp" />
+ <ClCompile Include="..\..\moses\src\PhraseDictionaryTree.cpp" />
+ <ClCompile Include="..\..\moses\src\PhraseDictionaryTreeAdaptor.cpp" />
+ <ClCompile Include="..\..\moses\src\PrefixTreeMap.cpp" />
+ <ClCompile Include="..\..\moses\src\ReorderingConstraint.cpp" />
+ <ClCompile Include="..\..\moses\src\ReorderingStack.cpp" />
+ <ClCompile Include="..\..\moses\src\RuleCube.cpp" />
+ <ClCompile Include="..\..\moses\src\RuleCubeItem.cpp" />
+ <ClCompile Include="..\..\moses\src\RuleCubeQueue.cpp" />
+ <ClCompile Include="..\..\moses\src\RuleTable\LoaderCompact.cpp" />
+ <ClCompile Include="..\..\moses\src\RuleTable\LoaderFactory.cpp" />
+ <ClCompile Include="..\..\moses\src\RuleTable\LoaderHiero.cpp" />
+ <ClCompile Include="..\..\moses\src\RuleTable\LoaderStandard.cpp" />
+ <ClCompile Include="..\..\moses\src\RuleTable\Trie.cpp" />
+ <ClCompile Include="..\..\moses\src\ScoreComponentCollection.cpp" />
+ <ClCompile Include="..\..\moses\src\ScoreIndexManager.cpp" />
+ <ClCompile Include="..\..\moses\src\ScoreProducer.cpp" />
+ <ClCompile Include="..\..\moses\src\Search.cpp" />
+ <ClCompile Include="..\..\moses\src\SearchCubePruning.cpp" />
+ <ClCompile Include="..\..\moses\src\SearchNormal.cpp" />
+ <ClCompile Include="..\..\moses\src\Sentence.cpp" />
+ <ClCompile Include="..\..\moses\src\SentenceStats.cpp" />
+ <ClCompile Include="..\..\moses\src\SquareMatrix.cpp" />
+ <ClCompile Include="..\..\moses\src\StaticData.cpp" />
+ <ClCompile Include="..\..\moses\src\TargetPhrase.cpp" />
+ <ClCompile Include="..\..\moses\src\TargetPhraseCollection.cpp" />
+ <ClCompile Include="..\..\moses\src\ThreadPool.cpp" />
+ <ClCompile Include="..\..\moses\src\Timer.cpp" />
+ <ClCompile Include="..\..\moses\src\TranslationOption.cpp" />
+ <ClCompile Include="..\..\moses\src\TranslationOptionCollection.cpp" />
+ <ClCompile Include="..\..\moses\src\TranslationOptionCollectionConfusionNet.cpp" />
+ <ClCompile Include="..\..\moses\src\TranslationOptionCollectionText.cpp" />
+ <ClCompile Include="..\..\moses\src\TranslationOptionList.cpp" />
+ <ClCompile Include="..\..\moses\src\TranslationSystem.cpp" />
+ <ClCompile Include="..\..\moses\src\TreeInput.cpp" />
+ <ClCompile Include="..\..\moses\src\TrellisPath.cpp" />
+ <ClCompile Include="..\..\moses\src\TrellisPathCollection.cpp" />
+ <ClCompile Include="..\..\moses\src\UserMessage.cpp" />
+ <ClCompile Include="..\..\moses\src\Util.cpp" />
+ <ClCompile Include="..\..\moses\src\Word.cpp" />
+ <ClCompile Include="..\..\moses\src\WordLattice.cpp" />
+ <ClCompile Include="..\..\moses\src\WordsBitmap.cpp" />
+ <ClCompile Include="..\..\moses\src\WordsRange.cpp" />
+ <ClCompile Include="..\..\moses\src\XmlOption.cpp" />
+ </ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{8122157A-0DE5-44FF-8E5B-024ED6ACE7AF}</ProjectGuid>
<RootNamespace>moses</RootNamespace>
@@ -47,11 +295,11 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/moses/src;$(SolutionDir)/kenlm;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/../../moses/src;$(SolutionDir)/../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;LM_INTERNAL;TRACE_ENABLE;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
@@ -66,9 +314,9 @@
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
- <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/moses/src;$(SolutionDir)/kenlm;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>C:\Program Files\boost\boost_1_47;$(SolutionDir)/../../moses/src;$(SolutionDir)/../../;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;LM_INTERNAL;TRACE_ENABLE;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
@@ -78,250 +326,6 @@
<OutputFile>$(OutDir)$(ProjectName).lib</OutputFile>
</Lib>
</ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="src\AlignmentInfo.cpp" />
- <ClCompile Include="src\AlignmentInfoCollection.cpp" />
- <ClCompile Include="src\BitmapContainer.cpp" />
- <ClCompile Include="src\ChartCell.cpp" />
- <ClCompile Include="src\ChartCellCollection.cpp" />
- <ClCompile Include="src\ChartHypothesis.cpp" />
- <ClCompile Include="src\ChartHypothesisCollection.cpp" />
- <ClCompile Include="src\ChartManager.cpp" />
- <ClCompile Include="src\ChartRuleLookupManagerMemory.cpp" />
- <ClCompile Include="src\ChartRuleLookupManagerOnDisk.cpp" />
- <ClCompile Include="src\ChartTranslationOption.cpp" />
- <ClCompile Include="src\ChartTranslationOptionCollection.cpp" />
- <ClCompile Include="src\ChartTranslationOptionList.cpp" />
- <ClCompile Include="src\ChartTrellisDetour.cpp" />
- <ClCompile Include="src\ChartTrellisDetourQueue.cpp" />
- <ClCompile Include="src\ChartTrellisNode.cpp" />
- <ClCompile Include="src\ChartTrellisPath.cpp" />
- <ClCompile Include="src\ConfusionNet.cpp" />
- <ClCompile Include="src\DecodeFeature.cpp" />
- <ClCompile Include="src\DecodeGraph.cpp" />
- <ClCompile Include="src\DecodeStep.cpp" />
- <ClCompile Include="src\DecodeStepGeneration.cpp" />
- <ClCompile Include="src\DecodeStepTranslation.cpp" />
- <ClCompile Include="src\Dictionary.cpp" />
- <ClCompile Include="src\DotChart.cpp" />
- <ClCompile Include="src\DotChartInMemory.cpp" />
- <ClCompile Include="src\DotChartOnDisk.cpp" />
- <ClCompile Include="src\DummyScoreProducers.cpp" />
- <ClCompile Include="src\Factor.cpp" />
- <ClCompile Include="src\FactorCollection.cpp" />
- <ClCompile Include="src\FactorTypeSet.cpp" />
- <ClCompile Include="src\FeatureFunction.cpp" />
- <ClCompile Include="src\FFState.cpp" />
- <ClCompile Include="src\File.cpp" />
- <ClCompile Include="src\FloydWarshall.cpp" />
- <ClCompile Include="src\GenerationDictionary.cpp" />
- <ClCompile Include="src\GlobalLexicalModel.cpp" />
- <ClCompile Include="src\hash.cpp" />
- <ClCompile Include="src\Hypothesis.cpp" />
- <ClCompile Include="src\HypothesisStack.cpp" />
- <ClCompile Include="src\HypothesisStackCubePruning.cpp" />
- <ClCompile Include="src\HypothesisStackNormal.cpp" />
- <ClCompile Include="src\InputFileStream.cpp" />
- <ClCompile Include="src\InputType.cpp" />
- <ClCompile Include="src\LexicalReordering.cpp" />
- <ClCompile Include="src\LexicalReorderingState.cpp" />
- <ClCompile Include="src\LexicalReorderingTable.cpp" />
- <ClCompile Include="src\LMList.cpp" />
- <ClCompile Include="src\LM\Base.cpp" />
- <ClCompile Include="src\LM\Factory.cpp" />
- <ClCompile Include="src\LM\Implementation.cpp" />
- <ClCompile Include="src\LM\Joint.cpp" />
- <ClCompile Include="src\LM\MultiFactor.cpp" />
- <ClCompile Include="src\LM\SingleFactor.cpp" />
- <ClCompile Include="src\LVoc.cpp" />
- <ClCompile Include="src\Manager.cpp" />
- <ClCompile Include="src\Parameter.cpp" />
- <ClCompile Include="src\PartialTranslOptColl.cpp" />
- <ClCompile Include="src\PCNTools.cpp" />
- <ClCompile Include="src\Phrase.cpp" />
- <ClCompile Include="src\PhraseDictionary.cpp" />
- <ClCompile Include="src\PhraseDictionaryMemory.cpp" />
- <ClCompile Include="src\PhraseDictionaryNode.cpp">
- <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
- <XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
- <ObjectFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.obj</ObjectFileName>
- <XMLDocumentationFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(IntDir)%(Filename)1.xdc</XMLDocumentationFileName>
- </ClCompile>
- <ClCompile Include="src\PhraseDictionaryNodeSCFG.cpp" />
- <ClCompile Include="src\PhraseDictionaryOnDisk.cpp" />
- <ClCompile Include="src\PhraseDictionarySCFG.cpp" />
- <ClCompile Include="src\PhraseDictionaryTree.cpp" />
- <ClCompile Include="src\PhraseDictionaryTreeAdaptor.cpp" />
- <ClCompile Include="src\PrefixTreeMap.cpp" />
- <ClCompile Include="src\ReorderingConstraint.cpp" />
- <ClCompile Include="src\ReorderingStack.cpp" />
- <ClCompile Include="src\RuleCube.cpp" />
- <ClCompile Include="src\RuleCubeItem.cpp" />
- <ClCompile Include="src\RuleCubeQueue.cpp" />
- <ClCompile Include="src\RuleTableLoaderCompact.cpp" />
- <ClCompile Include="src\RuleTableLoaderFactory.cpp" />
- <ClCompile Include="src\RuleTableLoaderStandard.cpp" />
- <ClCompile Include="src\ScoreComponentCollection.cpp" />
- <ClCompile Include="src\ScoreIndexManager.cpp" />
- <ClCompile Include="src\ScoreProducer.cpp" />
- <ClCompile Include="src\Search.cpp" />
- <ClCompile Include="src\SearchCubePruning.cpp" />
- <ClCompile Include="src\SearchNormal.cpp" />
- <ClCompile Include="src\Sentence.cpp" />
- <ClCompile Include="src\SentenceStats.cpp" />
- <ClCompile Include="src\SquareMatrix.cpp" />
- <ClCompile Include="src\StaticData.cpp" />
- <ClCompile Include="src\TargetPhrase.cpp" />
- <ClCompile Include="src\TargetPhraseCollection.cpp" />
- <ClCompile Include="src\ThreadPool.cpp" />
- <ClCompile Include="src\Timer.cpp" />
- <ClCompile Include="src\TranslationOption.cpp" />
- <ClCompile Include="src\TranslationOptionCollection.cpp" />
- <ClCompile Include="src\TranslationOptionCollectionConfusionNet.cpp" />
- <ClCompile Include="src\TranslationOptionCollectionText.cpp" />
- <ClCompile Include="src\TranslationOptionList.cpp" />
- <ClCompile Include="src\TranslationSystem.cpp" />
- <ClCompile Include="src\TreeInput.cpp" />
- <ClCompile Include="src\TrellisPath.cpp" />
- <ClCompile Include="src\TrellisPathCollection.cpp" />
- <ClCompile Include="src\UserMessage.cpp" />
- <ClCompile Include="src\Util.cpp" />
- <ClCompile Include="src\Word.cpp" />
- <ClCompile Include="src\WordLattice.cpp" />
- <ClCompile Include="src\WordsBitmap.cpp" />
- <ClCompile Include="src\WordsRange.cpp" />
- <ClCompile Include="src\XmlOption.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="src\AlignmentInfo.h" />
- <ClInclude Include="src\AlignmentInfoCollection.h" />
- <ClInclude Include="src\BilingualDynSuffixArray.h" />
- <ClInclude Include="src\BitmapContainer.h" />
- <ClInclude Include="src\CellCollection.h" />
- <ClInclude Include="src\ChartCell.h" />
- <ClInclude Include="src\ChartCellCollection.h" />
- <ClInclude Include="src\ChartHypothesis.h" />
- <ClInclude Include="src\ChartHypothesisCollection.h" />
- <ClInclude Include="src\ChartManager.h" />
- <ClInclude Include="src\ChartRuleLookupManager.h" />
- <ClInclude Include="src\ChartRuleLookupManagerMemory.h" />
- <ClInclude Include="src\ChartRuleLookupManagerOnDisk.h" />
- <ClInclude Include="src\ChartTranslationOption.h" />
- <ClInclude Include="src\ChartTranslationOptionCollection.h" />
- <ClInclude Include="src\ChartTranslationOptionList.h" />
- <ClInclude Include="src\ChartTrellisDetour.h" />
- <ClInclude Include="src\ChartTrellisDetourQueue.h" />
- <ClInclude Include="src\ChartTrellisNode.h" />
- <ClInclude Include="src\ChartTrellisPath.h" />
- <ClInclude Include="src\ChartTrellisPathCollection.h" />
- <ClInclude Include="src\ChartTrellisPathList.h" />
- <ClInclude Include="src\ConfusionNet.h" />
- <ClInclude Include="src\DecodeFeature.h" />
- <ClInclude Include="src\DecodeGraph.h" />
- <ClInclude Include="src\DecodeStep.h" />
- <ClInclude Include="src\DecodeStepGeneration.h" />
- <ClInclude Include="src\DecodeStepTranslation.h" />
- <ClInclude Include="src\Dictionary.h" />
- <ClInclude Include="src\DotChart.h" />
- <ClInclude Include="src\DotChartInMemory.h" />
- <ClInclude Include="src\DotChartOnDisk.h" />
- <ClInclude Include="src\DummyScoreProducers.h" />
- <ClInclude Include="src\DynSuffixArray.h" />
- <ClInclude Include="src\Factor.h" />
- <ClInclude Include="src\FactorCollection.h" />
- <ClInclude Include="src\FactorTypeSet.h" />
- <ClInclude Include="src\FeatureFunction.h" />
- <ClInclude Include="src\FFState.h" />
- <ClInclude Include="src\File.h" />
- <ClInclude Include="src\FilePtr.h" />
- <ClInclude Include="src\FloydWarshall.h" />
- <ClInclude Include="src\GenerationDictionary.h" />
- <ClInclude Include="src\GlobalLexicalModel.h" />
- <ClInclude Include="src\gzfilebuf.h" />
- <ClInclude Include="src\hash.h" />
- <ClInclude Include="src\Hypothesis.h" />
- <ClInclude Include="src\HypothesisStack.h" />
- <ClInclude Include="src\HypothesisStackCubePruning.h" />
- <ClInclude Include="src\HypothesisStackNormal.h" />
- <ClInclude Include="src\InputFileStream.h" />
- <ClInclude Include="src\InputType.h" />
- <ClInclude Include="src\LexicalReordering.h" />
- <ClInclude Include="src\LexicalReorderingState.h" />
- <ClInclude Include="src\LexicalReorderingTable.h" />
- <ClInclude Include="src\LMList.h" />
- <ClInclude Include="src\LM\Base.h" />
- <ClInclude Include="src\LM\Factory.h" />
- <ClInclude Include="src\LM\Implementation.h" />
- <ClInclude Include="src\LM\Joint.h" />
- <ClInclude Include="src\LM\MultiFactor.h" />
- <ClInclude Include="src\LM\SingleFactor.h" />
- <ClInclude Include="src\LVoc.h" />
- <ClInclude Include="src\Manager.h" />
- <ClInclude Include="src\NGramCollection.h" />
- <ClInclude Include="src\NGramNode.h" />
- <ClInclude Include="src\NonTerminal.h" />
- <ClInclude Include="src\ObjectPool.h" />
- <ClInclude Include="src\OutputCollector.h" />
- <ClInclude Include="src\Parameter.h" />
- <ClInclude Include="src\PartialTranslOptColl.h" />
- <ClInclude Include="src\PCNTools.h" />
- <ClInclude Include="src\PDTAimp.h" />
- <ClInclude Include="src\Phrase.h" />
- <ClInclude Include="src\PhraseDictionary.h" />
- <ClInclude Include="src\PhraseDictionaryDynSuffixArray.h" />
- <ClInclude Include="src\PhraseDictionaryMemory.h" />
- <ClInclude Include="src\PhraseDictionaryNode.h" />
- <ClInclude Include="src\PhraseDictionaryNodeSCFG.h" />
- <ClInclude Include="src\PhraseDictionaryOnDisk.h" />
- <ClInclude Include="src\PhraseDictionarySCFG.h" />
- <ClInclude Include="src\PhraseDictionaryTree.h" />
- <ClInclude Include="src\PhraseDictionaryTreeAdaptor.h" />
- <ClInclude Include="src\PrefixTree.h" />
- <ClInclude Include="src\PrefixTreeMap.h" />
- <ClInclude Include="src\ReorderingConstraint.h" />
- <ClInclude Include="src\ReorderingStack.h" />
- <ClInclude Include="src\RuleCube.h" />
- <ClInclude Include="src\RuleCubeItem.h" />
- <ClInclude Include="src\RuleCubeQueue.h" />
- <ClInclude Include="src\RuleTableLoader.h" />
- <ClInclude Include="src\RuleTableLoaderCompact.h" />
- <ClInclude Include="src\RuleTableLoaderFactory.h" />
- <ClInclude Include="src\RuleTableLoaderStandard.h" />
- <ClInclude Include="src\ScoreComponentCollection.h" />
- <ClInclude Include="src\ScoreIndexManager.h" />
- <ClInclude Include="src\ScoreProducer.h" />
- <ClInclude Include="src\Search.h" />
- <ClInclude Include="src\SearchCubePruning.h" />
- <ClInclude Include="src\SearchNormal.h" />
- <ClInclude Include="src\Sentence.h" />
- <ClInclude Include="src\SentenceStats.h" />
- <ClInclude Include="src\SquareMatrix.h" />
- <ClInclude Include="src\StaticData.h" />
- <ClInclude Include="src\TargetPhrase.h" />
- <ClInclude Include="src\TargetPhraseCollection.h" />
- <ClInclude Include="src\ThreadPool.h" />
- <ClInclude Include="src\Timer.h" />
- <ClInclude Include="src\TranslationOption.h" />
- <ClInclude Include="src\TranslationOptionCollection.h" />
- <ClInclude Include="src\TranslationOptionCollectionConfusionNet.h" />
- <ClInclude Include="src\TranslationOptionCollectionText.h" />
- <ClInclude Include="src\TranslationOptionList.h" />
- <ClInclude Include="src\TranslationSystem.h" />
- <ClInclude Include="src\TreeInput.h" />
- <ClInclude Include="src\TrellisPath.h" />
- <ClInclude Include="src\TrellisPathCollection.h" />
- <ClInclude Include="src\TrellisPathList.h" />
- <ClInclude Include="src\TypeDef.h" />
- <ClInclude Include="src\UniqueObject.h" />
- <ClInclude Include="src\UserMessage.h" />
- <ClInclude Include="src\Util.h" />
- <ClInclude Include="src\Word.h" />
- <ClInclude Include="src\WordConsumed.h" />
- <ClInclude Include="src\WordLattice.h" />
- <ClInclude Include="src\WordsBitmap.h" />
- <ClInclude Include="src\WordsRange.h" />
- <ClInclude Include="src\XmlOption.h" />
- </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
diff --git a/contrib/other-builds/moses.xcodeproj/project.pbxproj b/contrib/other-builds/moses.xcodeproj/project.pbxproj
index 018d67f7e..b12427138 100644
--- a/contrib/other-builds/moses.xcodeproj/project.pbxproj
+++ b/contrib/other-builds/moses.xcodeproj/project.pbxproj
@@ -7,543 +7,596 @@
objects = {
/* Begin PBXBuildFile section */
- 1E07291F13B3854D004454FD /* AlignmentInfoCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E07291D13B3854D004454FD /* AlignmentInfoCollection.cpp */; };
- 1E07292013B3854D004454FD /* AlignmentInfoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E07291E13B3854D004454FD /* AlignmentInfoCollection.h */; };
- 1E078C1C14643AED00A707F4 /* PhraseDictionaryHiero.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E078C1B14643AED00A707F4 /* PhraseDictionaryHiero.h */; };
- 1E078C1F14643C2000A707F4 /* PhraseDictionaryHiero.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E078C1E14643C2000A707F4 /* PhraseDictionaryHiero.cpp */; };
- 1E078C21146440A900A707F4 /* RuleTableLoaderHiero.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E078C20146440A900A707F4 /* RuleTableLoaderHiero.h */; };
- 1E078C23146440F700A707F4 /* RuleTableLoaderHiero.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E078C22146440F700A707F4 /* RuleTableLoaderHiero.cpp */; };
- 1E16D0A3144DAA6C00B60B4F /* Base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E16D087144DAA6C00B60B4F /* Base.cpp */; };
- 1E16D0A4144DAA6C00B60B4F /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E16D088144DAA6C00B60B4F /* Base.h */; };
- 1E16D0A7144DAA6C00B60B4F /* Factory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E16D08B144DAA6C00B60B4F /* Factory.cpp */; };
- 1E16D0A8144DAA6C00B60B4F /* Factory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E16D08C144DAA6C00B60B4F /* Factory.h */; };
- 1E16D0A9144DAA6C00B60B4F /* Implementation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E16D08D144DAA6C00B60B4F /* Implementation.cpp */; };
- 1E16D0AA144DAA6C00B60B4F /* Implementation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E16D08E144DAA6C00B60B4F /* Implementation.h */; };
- 1E16D0AB144DAA6C00B60B4F /* IRST.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E16D08F144DAA6C00B60B4F /* IRST.cpp */; };
- 1E16D0AC144DAA6C00B60B4F /* IRST.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E16D090144DAA6C00B60B4F /* IRST.h */; };
- 1E16D0AD144DAA6C00B60B4F /* Joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E16D091144DAA6C00B60B4F /* Joint.cpp */; };
- 1E16D0AE144DAA6C00B60B4F /* Joint.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E16D092144DAA6C00B60B4F /* Joint.h */; };
- 1E16D0AF144DAA6C00B60B4F /* Ken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E16D093144DAA6C00B60B4F /* Ken.cpp */; };
- 1E16D0B0144DAA6C00B60B4F /* Ken.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E16D094144DAA6C00B60B4F /* Ken.h */; };
- 1E16D0B1144DAA6C00B60B4F /* MultiFactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E16D095144DAA6C00B60B4F /* MultiFactor.cpp */; };
- 1E16D0B2144DAA6C00B60B4F /* MultiFactor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E16D096144DAA6C00B60B4F /* MultiFactor.h */; };
- 1E16D0B5144DAA6C00B60B4F /* ParallelBackoff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E16D099144DAA6C00B60B4F /* ParallelBackoff.cpp */; };
- 1E16D0B6144DAA6C00B60B4F /* ParallelBackoff.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E16D09A144DAA6C00B60B4F /* ParallelBackoff.h */; };
- 1E16D0BB144DAA6C00B60B4F /* SingleFactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E16D09F144DAA6C00B60B4F /* SingleFactor.cpp */; };
- 1E16D0BC144DAA6C00B60B4F /* SingleFactor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E16D0A0144DAA6C00B60B4F /* SingleFactor.h */; };
- 1E16D0BD144DAA6C00B60B4F /* SRI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E16D0A1144DAA6C00B60B4F /* SRI.cpp */; };
- 1E16D0BE144DAA6C00B60B4F /* SRI.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E16D0A2144DAA6C00B60B4F /* SRI.h */; };
- 1E1C589512F310A70067DEB7 /* ChartRuleLookupManagerMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E1C589012F310A70067DEB7 /* ChartRuleLookupManagerMemory.cpp */; };
- 1E1C589612F310A70067DEB7 /* ChartRuleLookupManagerMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E1C589112F310A70067DEB7 /* ChartRuleLookupManagerMemory.h */; };
- 1E1C589712F310A70067DEB7 /* ChartRuleLookupManagerOnDisk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E1C589212F310A70067DEB7 /* ChartRuleLookupManagerOnDisk.cpp */; };
- 1E1C589812F310A70067DEB7 /* ChartRuleLookupManagerOnDisk.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E1C589312F310A70067DEB7 /* ChartRuleLookupManagerOnDisk.h */; };
- 1E2755B314667CA4009D1DF9 /* PhraseDictionaryALSuffixArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2755B214667CA3009D1DF9 /* PhraseDictionaryALSuffixArray.cpp */; };
- 1E2755B614667CC3009D1DF9 /* PhraseDictionaryALSuffixArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2755B514667CC2009D1DF9 /* PhraseDictionaryALSuffixArray.h */; };
- 1E2E161A132A890D00ED4085 /* ChartCell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1604132A890D00ED4085 /* ChartCell.cpp */; };
- 1E2E161B132A890D00ED4085 /* ChartCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1605132A890D00ED4085 /* ChartCell.h */; };
- 1E2E161C132A890D00ED4085 /* ChartCellCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1606132A890D00ED4085 /* ChartCellCollection.cpp */; };
- 1E2E161D132A890D00ED4085 /* ChartCellCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1607132A890D00ED4085 /* ChartCellCollection.h */; };
- 1E2E161E132A890D00ED4085 /* ChartHypothesis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1608132A890D00ED4085 /* ChartHypothesis.cpp */; };
- 1E2E161F132A890D00ED4085 /* ChartHypothesis.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1609132A890D00ED4085 /* ChartHypothesis.h */; };
- 1E2E1620132A890D00ED4085 /* ChartHypothesisCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E160A132A890D00ED4085 /* ChartHypothesisCollection.cpp */; };
- 1E2E1621132A890D00ED4085 /* ChartHypothesisCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E160B132A890D00ED4085 /* ChartHypothesisCollection.h */; };
- 1E2E1622132A890D00ED4085 /* ChartManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E160C132A890D00ED4085 /* ChartManager.cpp */; };
- 1E2E1623132A890D00ED4085 /* ChartManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E160D132A890D00ED4085 /* ChartManager.h */; };
- 1E2E1624132A890D00ED4085 /* ChartTranslationOptionCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E160E132A890D00ED4085 /* ChartTranslationOptionCollection.cpp */; };
- 1E2E1625132A890D00ED4085 /* ChartTranslationOptionCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E160F132A890D00ED4085 /* ChartTranslationOptionCollection.h */; };
- 1E2E1626132A890D00ED4085 /* ChartTrellisNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1610132A890D00ED4085 /* ChartTrellisNode.cpp */; };
- 1E2E1627132A890D00ED4085 /* ChartTrellisNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1611132A890D00ED4085 /* ChartTrellisNode.h */; };
- 1E2E1628132A890D00ED4085 /* ChartTrellisPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1612132A890D00ED4085 /* ChartTrellisPath.cpp */; };
- 1E2E1629132A890D00ED4085 /* ChartTrellisPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1613132A890D00ED4085 /* ChartTrellisPath.h */; };
- 1E2E162D132A890D00ED4085 /* ChartTrellisPathList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1617132A890D00ED4085 /* ChartTrellisPathList.h */; };
- 1E2E1639132A892800ED4085 /* OutputCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1632132A892800ED4085 /* OutputCollector.h */; };
- 1E2E163A132A892800ED4085 /* RuleCube.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1633132A892800ED4085 /* RuleCube.cpp */; };
- 1E2E163B132A892800ED4085 /* RuleCube.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1634132A892800ED4085 /* RuleCube.h */; };
- 1E2E163C132A892800ED4085 /* RuleCubeQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1635132A892800ED4085 /* RuleCubeQueue.cpp */; };
- 1E2E163D132A892800ED4085 /* RuleCubeQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1636132A892800ED4085 /* RuleCubeQueue.h */; };
- 1E2E163E132A892800ED4085 /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E2E1637132A892800ED4085 /* ThreadPool.cpp */; };
- 1E2E163F132A892800ED4085 /* ThreadPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E2E1638132A892800ED4085 /* ThreadPool.h */; };
- 1E46B5A613BA5C7F0084F898 /* RuleCubeItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E46B5A413BA5C7F0084F898 /* RuleCubeItem.cpp */; };
- 1E46B5A713BA5C7F0084F898 /* RuleCubeItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E46B5A513BA5C7F0084F898 /* RuleCubeItem.h */; };
- 1E474E12145575CA00178AD5 /* RuleTableLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E474E11145575CA00178AD5 /* RuleTableLoader.h */; };
- 1E528B9D13A12B2D00E9A67E /* params.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E528B9B13A12B2D00E9A67E /* params.cpp */; };
- 1EA6AB4A13BCC838004465AF /* ChartRuleLookupManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EA6AB4813BCC838004465AF /* ChartRuleLookupManager.cpp */; };
- 1EA6AB4B13BCC838004465AF /* ChartRuleLookupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EA6AB4913BCC838004465AF /* ChartRuleLookupManager.h */; };
- 1EBB262913A12DB500B51840 /* hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262213A12DB500B51840 /* hash.h */; };
- 1EBB262A13A12DB500B51840 /* onlineRLM.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262313A12DB500B51840 /* onlineRLM.h */; };
- 1EBB262B13A12DB500B51840 /* params.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262413A12DB500B51840 /* params.h */; };
- 1EBB262C13A12DB500B51840 /* perfectHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262513A12DB500B51840 /* perfectHash.h */; };
- 1EBB262D13A12DB500B51840 /* quantizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262613A12DB500B51840 /* quantizer.h */; };
- 1EBB262E13A12DB500B51840 /* RandLMCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262713A12DB500B51840 /* RandLMCache.h */; };
- 1EBB262F13A12DB500B51840 /* RandLMFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EBB262813A12DB500B51840 /* RandLMFilter.h */; };
- 1ECA43AF146D585900209CEF /* ChartCellLabelSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ECA43AD146D585900209CEF /* ChartCellLabelSet.h */; };
- 1ECA43B0146D585900209CEF /* ChartTrellisDetour.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ECA43AE146D585900209CEF /* ChartTrellisDetour.cpp */; };
- 1ECA43B4146D586D00209CEF /* ChartTrellisDetour.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ECA43B1146D586D00209CEF /* ChartTrellisDetour.h */; };
- 1ECA43B5146D586D00209CEF /* ChartTrellisDetourQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ECA43B2146D586D00209CEF /* ChartTrellisDetourQueue.cpp */; };
- 1ECA43B6146D586D00209CEF /* ChartTrellisDetourQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ECA43B3146D586D00209CEF /* ChartTrellisDetourQueue.h */; };
- 1ED00036124BC2690029177F /* ChartTranslationOption.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED00034124BC2690029177F /* ChartTranslationOption.cpp */; };
- 1ED00037124BC2690029177F /* ChartTranslationOption.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED00035124BC2690029177F /* ChartTranslationOption.h */; };
- 1ED0DE291432A0D200C20FBE /* RuleTableLoaderCompact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0DE1D1432A0D100C20FBE /* RuleTableLoaderCompact.cpp */; };
- 1ED0DE2A1432A0D200C20FBE /* RuleTableLoaderCompact.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0DE1E1432A0D100C20FBE /* RuleTableLoaderCompact.h */; };
- 1ED0DE2C1432A0D200C20FBE /* RuleTableLoaderFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0DE211432A0D100C20FBE /* RuleTableLoaderFactory.cpp */; };
- 1ED0DE2D1432A0D200C20FBE /* RuleTableLoaderFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0DE221432A0D100C20FBE /* RuleTableLoaderFactory.h */; };
- 1ED0DE2F1432A0D200C20FBE /* RuleTableLoaderStandard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0DE251432A0D100C20FBE /* RuleTableLoaderStandard.cpp */; };
- 1ED0DE301432A0D200C20FBE /* RuleTableLoaderStandard.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0DE261432A0D100C20FBE /* RuleTableLoaderStandard.h */; };
- 1ED0FE2A124BB9380029177F /* AlignmentInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD4C124BB9380029177F /* AlignmentInfo.cpp */; };
- 1ED0FE2B124BB9380029177F /* AlignmentInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD4D124BB9380029177F /* AlignmentInfo.h */; };
- 1ED0FE2C124BB9380029177F /* BilingualDynSuffixArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD4E124BB9380029177F /* BilingualDynSuffixArray.cpp */; };
- 1ED0FE2D124BB9380029177F /* BilingualDynSuffixArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD4F124BB9380029177F /* BilingualDynSuffixArray.h */; };
- 1ED0FE2E124BB9380029177F /* BitmapContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD50124BB9380029177F /* BitmapContainer.cpp */; };
- 1ED0FE2F124BB9380029177F /* BitmapContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD51124BB9380029177F /* BitmapContainer.h */; };
- 1ED0FE30124BB9380029177F /* CellCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD52124BB9380029177F /* CellCollection.h */; };
- 1ED0FE35124BB9380029177F /* ConfusionNet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD57124BB9380029177F /* ConfusionNet.cpp */; };
- 1ED0FE36124BB9380029177F /* ConfusionNet.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD58124BB9380029177F /* ConfusionNet.h */; };
- 1ED0FE37124BB9380029177F /* DecodeFeature.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD59124BB9380029177F /* DecodeFeature.cpp */; };
- 1ED0FE38124BB9380029177F /* DecodeFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD5A124BB9380029177F /* DecodeFeature.h */; };
- 1ED0FE39124BB9380029177F /* DecodeGraph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD5B124BB9380029177F /* DecodeGraph.cpp */; };
- 1ED0FE3A124BB9380029177F /* DecodeGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD5C124BB9380029177F /* DecodeGraph.h */; };
- 1ED0FE3B124BB9380029177F /* DecodeStep.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD5D124BB9380029177F /* DecodeStep.cpp */; };
- 1ED0FE3C124BB9380029177F /* DecodeStep.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD5E124BB9380029177F /* DecodeStep.h */; };
- 1ED0FE3D124BB9380029177F /* DecodeStepGeneration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD5F124BB9380029177F /* DecodeStepGeneration.cpp */; };
- 1ED0FE3E124BB9380029177F /* DecodeStepGeneration.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD60124BB9380029177F /* DecodeStepGeneration.h */; };
- 1ED0FE3F124BB9380029177F /* DecodeStepTranslation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD61124BB9380029177F /* DecodeStepTranslation.cpp */; };
- 1ED0FE40124BB9380029177F /* DecodeStepTranslation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD62124BB9380029177F /* DecodeStepTranslation.h */; };
- 1ED0FE41124BB9380029177F /* Dictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD63124BB9380029177F /* Dictionary.cpp */; };
- 1ED0FE42124BB9380029177F /* Dictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD64124BB9380029177F /* Dictionary.h */; };
- 1ED0FE43124BB9380029177F /* DotChart.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD65124BB9380029177F /* DotChart.cpp */; };
- 1ED0FE44124BB9380029177F /* DotChart.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD66124BB9380029177F /* DotChart.h */; };
- 1ED0FE45124BB9380029177F /* DotChartOnDisk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD67124BB9380029177F /* DotChartOnDisk.cpp */; };
- 1ED0FE46124BB9380029177F /* DotChartOnDisk.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD68124BB9380029177F /* DotChartOnDisk.h */; };
- 1ED0FE47124BB9380029177F /* DummyScoreProducers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD69124BB9380029177F /* DummyScoreProducers.cpp */; };
- 1ED0FE48124BB9380029177F /* DummyScoreProducers.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD6A124BB9380029177F /* DummyScoreProducers.h */; };
- 1ED0FE49124BB9380029177F /* fdstream.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD6C124BB9380029177F /* fdstream.h */; };
- 1ED0FE4A124BB9380029177F /* file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD6D124BB9380029177F /* file.cpp */; };
- 1ED0FE4B124BB9380029177F /* file.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD6E124BB9380029177F /* file.h */; };
- 1ED0FE4C124BB9380029177F /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD6F124BB9380029177F /* types.h */; };
- 1ED0FE4D124BB9380029177F /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD70124BB9380029177F /* utils.h */; };
- 1ED0FE4E124BB9380029177F /* vocab.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD71124BB9380029177F /* vocab.cpp */; };
- 1ED0FE4F124BB9380029177F /* vocab.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD72124BB9380029177F /* vocab.h */; };
- 1ED0FE50124BB9380029177F /* DynSuffixArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD73124BB9380029177F /* DynSuffixArray.cpp */; };
- 1ED0FE51124BB9380029177F /* DynSuffixArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD74124BB9380029177F /* DynSuffixArray.h */; };
- 1ED0FE52124BB9380029177F /* Factor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD75124BB9380029177F /* Factor.cpp */; };
- 1ED0FE53124BB9380029177F /* Factor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD76124BB9380029177F /* Factor.h */; };
- 1ED0FE54124BB9380029177F /* FactorCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD77124BB9380029177F /* FactorCollection.cpp */; };
- 1ED0FE55124BB9380029177F /* FactorCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD78124BB9380029177F /* FactorCollection.h */; };
- 1ED0FE56124BB9380029177F /* FactorTypeSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD79124BB9380029177F /* FactorTypeSet.cpp */; };
- 1ED0FE57124BB9380029177F /* FactorTypeSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD7A124BB9380029177F /* FactorTypeSet.h */; };
- 1ED0FE58124BB9380029177F /* FeatureFunction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD7B124BB9380029177F /* FeatureFunction.cpp */; };
- 1ED0FE59124BB9380029177F /* FeatureFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD7C124BB9380029177F /* FeatureFunction.h */; };
- 1ED0FE5A124BB9380029177F /* FFState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD7D124BB9380029177F /* FFState.cpp */; };
- 1ED0FE5B124BB9380029177F /* FFState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD7E124BB9380029177F /* FFState.h */; };
- 1ED0FE5C124BB9380029177F /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD7F124BB9380029177F /* File.cpp */; };
- 1ED0FE5D124BB9380029177F /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD80124BB9380029177F /* File.h */; };
- 1ED0FE5E124BB9380029177F /* FilePtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD81124BB9380029177F /* FilePtr.h */; };
- 1ED0FE5F124BB9380029177F /* FloydWarshall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD82124BB9380029177F /* FloydWarshall.cpp */; };
- 1ED0FE60124BB9380029177F /* FloydWarshall.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD83124BB9380029177F /* FloydWarshall.h */; };
- 1ED0FE61124BB9380029177F /* GenerationDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD84124BB9380029177F /* GenerationDictionary.cpp */; };
- 1ED0FE62124BB9380029177F /* GenerationDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD85124BB9380029177F /* GenerationDictionary.h */; };
- 1ED0FE63124BB9380029177F /* GlobalLexicalModel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD86124BB9380029177F /* GlobalLexicalModel.cpp */; };
- 1ED0FE64124BB9380029177F /* GlobalLexicalModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD87124BB9380029177F /* GlobalLexicalModel.h */; };
- 1ED0FE65124BB9380029177F /* gzfilebuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD88124BB9380029177F /* gzfilebuf.h */; };
- 1ED0FE66124BB9380029177F /* hash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD89124BB9380029177F /* hash.cpp */; };
- 1ED0FE67124BB9380029177F /* hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD8A124BB9380029177F /* hash.h */; };
- 1ED0FE68124BB9380029177F /* Hypothesis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD8C124BB9380029177F /* Hypothesis.cpp */; };
- 1ED0FE69124BB9380029177F /* Hypothesis.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD8D124BB9380029177F /* Hypothesis.h */; };
- 1ED0FE6A124BB9380029177F /* HypothesisStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD8E124BB9380029177F /* HypothesisStack.cpp */; };
- 1ED0FE6B124BB9380029177F /* HypothesisStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD8F124BB9380029177F /* HypothesisStack.h */; };
- 1ED0FE6C124BB9380029177F /* HypothesisStackCubePruning.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD90124BB9380029177F /* HypothesisStackCubePruning.cpp */; };
- 1ED0FE6D124BB9380029177F /* HypothesisStackCubePruning.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD91124BB9380029177F /* HypothesisStackCubePruning.h */; };
- 1ED0FE6E124BB9380029177F /* HypothesisStackNormal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD92124BB9380029177F /* HypothesisStackNormal.cpp */; };
- 1ED0FE6F124BB9380029177F /* HypothesisStackNormal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD93124BB9380029177F /* HypothesisStackNormal.h */; };
- 1ED0FE70124BB9380029177F /* InputFileStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD94124BB9380029177F /* InputFileStream.cpp */; };
- 1ED0FE71124BB9380029177F /* InputFileStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD95124BB9380029177F /* InputFileStream.h */; };
- 1ED0FE72124BB9380029177F /* InputType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FD96124BB9380029177F /* InputType.cpp */; };
- 1ED0FE73124BB9380029177F /* InputType.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FD97124BB9380029177F /* InputType.h */; };
- 1ED0FE8F124BB9380029177F /* LexicalReordering.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDB3124BB9380029177F /* LexicalReordering.cpp */; };
- 1ED0FE90124BB9380029177F /* LexicalReordering.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDB4124BB9380029177F /* LexicalReordering.h */; };
- 1ED0FE91124BB9380029177F /* LexicalReorderingState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDB5124BB9380029177F /* LexicalReorderingState.cpp */; };
- 1ED0FE92124BB9380029177F /* LexicalReorderingState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDB6124BB9380029177F /* LexicalReorderingState.h */; };
- 1ED0FE93124BB9380029177F /* LexicalReorderingTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDB7124BB9380029177F /* LexicalReorderingTable.cpp */; };
- 1ED0FE94124BB9380029177F /* LexicalReorderingTable.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDB8124BB9380029177F /* LexicalReorderingTable.h */; };
- 1ED0FE95124BB9380029177F /* LMList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDB9124BB9380029177F /* LMList.cpp */; };
- 1ED0FE96124BB9380029177F /* LMList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDBA124BB9380029177F /* LMList.h */; };
- 1ED0FE97124BB9380029177F /* LVoc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDBB124BB9380029177F /* LVoc.cpp */; };
- 1ED0FE98124BB9380029177F /* LVoc.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDBC124BB9380029177F /* LVoc.h */; };
- 1ED0FE9A124BB9380029177F /* Manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDC0124BB9380029177F /* Manager.cpp */; };
- 1ED0FE9B124BB9380029177F /* Manager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDC1124BB9380029177F /* Manager.h */; };
- 1ED0FEA0124BB9380029177F /* ObjectPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDC6124BB9380029177F /* ObjectPool.h */; };
- 1ED0FEA1124BB9380029177F /* Parameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDC7124BB9380029177F /* Parameter.cpp */; };
- 1ED0FEA2124BB9380029177F /* Parameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDC8124BB9380029177F /* Parameter.h */; };
- 1ED0FEA3124BB9380029177F /* PartialTranslOptColl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDC9124BB9380029177F /* PartialTranslOptColl.cpp */; };
- 1ED0FEA4124BB9380029177F /* PartialTranslOptColl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDCA124BB9380029177F /* PartialTranslOptColl.h */; };
- 1ED0FEA5124BB9380029177F /* PCNTools.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDCB124BB9380029177F /* PCNTools.cpp */; };
- 1ED0FEA6124BB9380029177F /* PCNTools.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDCC124BB9380029177F /* PCNTools.h */; };
- 1ED0FEA7124BB9380029177F /* PDTAimp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDCD124BB9380029177F /* PDTAimp.h */; };
- 1ED0FEA8124BB9380029177F /* Phrase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDCE124BB9380029177F /* Phrase.cpp */; };
- 1ED0FEA9124BB9380029177F /* Phrase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDCF124BB9380029177F /* Phrase.h */; };
- 1ED0FEAA124BB9380029177F /* PhraseDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDD0124BB9380029177F /* PhraseDictionary.cpp */; };
- 1ED0FEAB124BB9380029177F /* PhraseDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDD1124BB9380029177F /* PhraseDictionary.h */; };
- 1ED0FEAC124BB9380029177F /* PhraseDictionaryDynSuffixArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDD2124BB9380029177F /* PhraseDictionaryDynSuffixArray.cpp */; };
- 1ED0FEAD124BB9380029177F /* PhraseDictionaryDynSuffixArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDD3124BB9380029177F /* PhraseDictionaryDynSuffixArray.h */; };
- 1ED0FEAE124BB9380029177F /* PhraseDictionaryMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDD4124BB9380029177F /* PhraseDictionaryMemory.cpp */; };
- 1ED0FEAF124BB9380029177F /* PhraseDictionaryMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDD5124BB9380029177F /* PhraseDictionaryMemory.h */; };
- 1ED0FEB0124BB9380029177F /* PhraseDictionaryNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDD6124BB9380029177F /* PhraseDictionaryNode.cpp */; };
- 1ED0FEB1124BB9380029177F /* PhraseDictionaryNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDD7124BB9380029177F /* PhraseDictionaryNode.h */; };
- 1ED0FEB2124BB9380029177F /* PhraseDictionaryNodeSCFG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDD8124BB9380029177F /* PhraseDictionaryNodeSCFG.cpp */; };
- 1ED0FEB3124BB9380029177F /* PhraseDictionaryNodeSCFG.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDD9124BB9380029177F /* PhraseDictionaryNodeSCFG.h */; };
- 1ED0FEB4124BB9380029177F /* PhraseDictionaryOnDisk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDDA124BB9380029177F /* PhraseDictionaryOnDisk.cpp */; };
- 1ED0FEB5124BB9380029177F /* PhraseDictionaryOnDisk.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDDB124BB9380029177F /* PhraseDictionaryOnDisk.h */; };
- 1ED0FEB7124BB9380029177F /* PhraseDictionarySCFG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDDD124BB9380029177F /* PhraseDictionarySCFG.cpp */; };
- 1ED0FEB9124BB9380029177F /* PhraseDictionaryTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDDF124BB9380029177F /* PhraseDictionaryTree.cpp */; };
- 1ED0FEBA124BB9380029177F /* PhraseDictionaryTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDE0124BB9380029177F /* PhraseDictionaryTree.h */; };
- 1ED0FEBB124BB9380029177F /* PhraseDictionaryTreeAdaptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDE1124BB9380029177F /* PhraseDictionaryTreeAdaptor.cpp */; };
- 1ED0FEBC124BB9380029177F /* PhraseDictionaryTreeAdaptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDE2124BB9380029177F /* PhraseDictionaryTreeAdaptor.h */; };
- 1ED0FEBD124BB9380029177F /* PrefixTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDE3124BB9380029177F /* PrefixTree.h */; };
- 1ED0FEBE124BB9380029177F /* PrefixTreeMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDE4124BB9380029177F /* PrefixTreeMap.cpp */; };
- 1ED0FEBF124BB9380029177F /* PrefixTreeMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDE5124BB9380029177F /* PrefixTreeMap.h */; };
- 1ED0FEC0124BB9380029177F /* ReorderingConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDE6124BB9380029177F /* ReorderingConstraint.cpp */; };
- 1ED0FEC1124BB9380029177F /* ReorderingConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDE7124BB9380029177F /* ReorderingConstraint.h */; };
- 1ED0FEC2124BB9380029177F /* ReorderingStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDE8124BB9380029177F /* ReorderingStack.cpp */; };
- 1ED0FEC3124BB9380029177F /* ReorderingStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDE9124BB9380029177F /* ReorderingStack.h */; };
- 1ED0FEC4124BB9380029177F /* ScoreComponentCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDEB124BB9380029177F /* ScoreComponentCollection.cpp */; };
- 1ED0FEC5124BB9380029177F /* ScoreComponentCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDEC124BB9380029177F /* ScoreComponentCollection.h */; };
- 1ED0FEC6124BB9380029177F /* ScoreIndexManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDED124BB9380029177F /* ScoreIndexManager.cpp */; };
- 1ED0FEC7124BB9380029177F /* ScoreIndexManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDEE124BB9380029177F /* ScoreIndexManager.h */; };
- 1ED0FEC8124BB9380029177F /* ScoreProducer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDEF124BB9380029177F /* ScoreProducer.cpp */; };
- 1ED0FEC9124BB9380029177F /* ScoreProducer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDF0124BB9380029177F /* ScoreProducer.h */; };
- 1ED0FECA124BB9380029177F /* Search.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDF1124BB9380029177F /* Search.cpp */; };
- 1ED0FECB124BB9380029177F /* Search.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDF2124BB9380029177F /* Search.h */; };
- 1ED0FECC124BB9380029177F /* SearchCubePruning.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDF3124BB9380029177F /* SearchCubePruning.cpp */; };
- 1ED0FECD124BB9380029177F /* SearchCubePruning.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDF4124BB9380029177F /* SearchCubePruning.h */; };
- 1ED0FECE124BB9380029177F /* SearchNormal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDF5124BB9380029177F /* SearchNormal.cpp */; };
- 1ED0FECF124BB9380029177F /* SearchNormal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDF6124BB9380029177F /* SearchNormal.h */; };
- 1ED0FED0124BB9380029177F /* Sentence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDF7124BB9380029177F /* Sentence.cpp */; };
- 1ED0FED1124BB9380029177F /* Sentence.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDF8124BB9380029177F /* Sentence.h */; };
- 1ED0FED2124BB9380029177F /* SentenceStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDF9124BB9380029177F /* SentenceStats.cpp */; };
- 1ED0FED3124BB9380029177F /* SentenceStats.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDFA124BB9380029177F /* SentenceStats.h */; };
- 1ED0FED4124BB9380029177F /* SquareMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDFB124BB9380029177F /* SquareMatrix.cpp */; };
- 1ED0FED5124BB9380029177F /* SquareMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDFC124BB9380029177F /* SquareMatrix.h */; };
- 1ED0FED6124BB9380029177F /* StaticData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDFD124BB9380029177F /* StaticData.cpp */; };
- 1ED0FED7124BB9380029177F /* StaticData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FDFE124BB9380029177F /* StaticData.h */; };
- 1ED0FED8124BB9380029177F /* TargetPhrase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FDFF124BB9380029177F /* TargetPhrase.cpp */; };
- 1ED0FED9124BB9380029177F /* TargetPhrase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE00124BB9380029177F /* TargetPhrase.h */; };
- 1ED0FEDA124BB9380029177F /* TargetPhraseCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE01124BB9380029177F /* TargetPhraseCollection.cpp */; };
- 1ED0FEDB124BB9380029177F /* TargetPhraseCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE02124BB9380029177F /* TargetPhraseCollection.h */; };
- 1ED0FEDC124BB9380029177F /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE03124BB9380029177F /* Timer.cpp */; };
- 1ED0FEDD124BB9380029177F /* Timer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE04124BB9380029177F /* Timer.h */; };
- 1ED0FEDE124BB9380029177F /* TranslationOption.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE05124BB9380029177F /* TranslationOption.cpp */; };
- 1ED0FEDF124BB9380029177F /* TranslationOption.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE06124BB9380029177F /* TranslationOption.h */; };
- 1ED0FEE0124BB9380029177F /* TranslationOptionCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE07124BB9380029177F /* TranslationOptionCollection.cpp */; };
- 1ED0FEE1124BB9380029177F /* TranslationOptionCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE08124BB9380029177F /* TranslationOptionCollection.h */; };
- 1ED0FEE2124BB9380029177F /* TranslationOptionCollectionConfusionNet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE09124BB9380029177F /* TranslationOptionCollectionConfusionNet.cpp */; };
- 1ED0FEE3124BB9380029177F /* TranslationOptionCollectionConfusionNet.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE0A124BB9380029177F /* TranslationOptionCollectionConfusionNet.h */; };
- 1ED0FEE4124BB9380029177F /* TranslationOptionCollectionText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE0B124BB9380029177F /* TranslationOptionCollectionText.cpp */; };
- 1ED0FEE5124BB9380029177F /* TranslationOptionCollectionText.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE0C124BB9380029177F /* TranslationOptionCollectionText.h */; };
- 1ED0FEE6124BB9380029177F /* TranslationOptionList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE0D124BB9380029177F /* TranslationOptionList.cpp */; };
- 1ED0FEE7124BB9380029177F /* TranslationOptionList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE0E124BB9380029177F /* TranslationOptionList.h */; };
- 1ED0FEE8124BB9380029177F /* TranslationSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE0F124BB9380029177F /* TranslationSystem.cpp */; };
- 1ED0FEE9124BB9380029177F /* TranslationSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE10124BB9380029177F /* TranslationSystem.h */; };
- 1ED0FEEA124BB9380029177F /* TreeInput.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE11124BB9380029177F /* TreeInput.cpp */; };
- 1ED0FEEB124BB9380029177F /* TreeInput.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE12124BB9380029177F /* TreeInput.h */; };
- 1ED0FEEC124BB9380029177F /* TrellisPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE13124BB9380029177F /* TrellisPath.cpp */; };
- 1ED0FEED124BB9380029177F /* TrellisPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE14124BB9380029177F /* TrellisPath.h */; };
- 1ED0FEEE124BB9380029177F /* TrellisPathCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE15124BB9380029177F /* TrellisPathCollection.cpp */; };
- 1ED0FEEF124BB9380029177F /* TrellisPathCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE16124BB9380029177F /* TrellisPathCollection.h */; };
- 1ED0FEF0124BB9380029177F /* TrellisPathList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE17124BB9380029177F /* TrellisPathList.h */; };
- 1ED0FEF1124BB9380029177F /* TypeDef.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE18124BB9380029177F /* TypeDef.h */; };
- 1ED0FEF2124BB9380029177F /* UniqueObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE19124BB9380029177F /* UniqueObject.h */; };
- 1ED0FEF3124BB9380029177F /* UserMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE1A124BB9380029177F /* UserMessage.cpp */; };
- 1ED0FEF4124BB9380029177F /* UserMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE1B124BB9380029177F /* UserMessage.h */; };
- 1ED0FEF5124BB9380029177F /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE1C124BB9380029177F /* Util.cpp */; };
- 1ED0FEF6124BB9380029177F /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE1D124BB9380029177F /* Util.h */; };
- 1ED0FEF7124BB9380029177F /* Word.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE1E124BB9380029177F /* Word.cpp */; };
- 1ED0FEF8124BB9380029177F /* Word.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE1F124BB9380029177F /* Word.h */; };
- 1ED0FEFB124BB9380029177F /* WordLattice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE22124BB9380029177F /* WordLattice.cpp */; };
- 1ED0FEFC124BB9380029177F /* WordLattice.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE23124BB9380029177F /* WordLattice.h */; };
- 1ED0FEFD124BB9380029177F /* WordsBitmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE24124BB9380029177F /* WordsBitmap.cpp */; };
- 1ED0FEFE124BB9380029177F /* WordsBitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE25124BB9380029177F /* WordsBitmap.h */; };
- 1ED0FEFF124BB9380029177F /* WordsRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE26124BB9380029177F /* WordsRange.cpp */; };
- 1ED0FF00124BB9380029177F /* WordsRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE27124BB9380029177F /* WordsRange.h */; };
- 1ED0FF01124BB9380029177F /* XmlOption.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FE28124BB9380029177F /* XmlOption.cpp */; };
- 1ED0FF02124BB9380029177F /* XmlOption.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FE29124BB9380029177F /* XmlOption.h */; };
- 1ED0FFD3124BC0BF0029177F /* ChartTranslationOptionList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED0FFD1124BC0BF0029177F /* ChartTranslationOptionList.cpp */; };
- 1ED0FFD4124BC0BF0029177F /* ChartTranslationOptionList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED0FFD2124BC0BF0029177F /* ChartTranslationOptionList.h */; };
- 1ED22EE513DD96B0000DE8C9 /* DotChartInMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ED22EE313DD96B0000DE8C9 /* DotChartInMemory.cpp */; };
- 1ED22EE613DD96B0000DE8C9 /* DotChartInMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ED22EE413DD96B0000DE8C9 /* DotChartInMemory.h */; };
- 1EE58D9F133726C700D93158 /* NonTerminal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EE58D9D133726C700D93158 /* NonTerminal.cpp */; };
- 1EE58DA0133726C700D93158 /* NonTerminal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EE58D9E133726C700D93158 /* NonTerminal.h */; };
- 1EEB43EE1264A6F200739BA5 /* PhraseDictionarySCFG.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EEB43ED1264A6F200739BA5 /* PhraseDictionarySCFG.h */; };
+ 1EAC363514CDC79300DF97C3 /* Loader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAC362C14CDC79300DF97C3 /* Loader.h */; };
+ 1EAC363614CDC79300DF97C3 /* LoaderCompact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EAC362D14CDC79300DF97C3 /* LoaderCompact.cpp */; };
+ 1EAC363714CDC79300DF97C3 /* LoaderCompact.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAC362E14CDC79300DF97C3 /* LoaderCompact.h */; };
+ 1EAC363814CDC79300DF97C3 /* LoaderFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EAC362F14CDC79300DF97C3 /* LoaderFactory.cpp */; };
+ 1EAC363914CDC79300DF97C3 /* LoaderFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAC363014CDC79300DF97C3 /* LoaderFactory.h */; };
+ 1EAC363A14CDC79300DF97C3 /* LoaderHiero.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EAC363114CDC79300DF97C3 /* LoaderHiero.cpp */; };
+ 1EAC363B14CDC79300DF97C3 /* LoaderHiero.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAC363214CDC79300DF97C3 /* LoaderHiero.h */; };
+ 1EAC363C14CDC79300DF97C3 /* LoaderStandard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EAC363314CDC79300DF97C3 /* LoaderStandard.cpp */; };
+ 1EAC363D14CDC79300DF97C3 /* LoaderStandard.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EAC363414CDC79300DF97C3 /* LoaderStandard.h */; };
+ 1EC7374614B977AB00238410 /* AlignmentInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735D314B977AA00238410 /* AlignmentInfo.cpp */; };
+ 1EC7374714B977AB00238410 /* AlignmentInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735D414B977AA00238410 /* AlignmentInfo.h */; };
+ 1EC7374814B977AB00238410 /* AlignmentInfoCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735D514B977AA00238410 /* AlignmentInfoCollection.cpp */; };
+ 1EC7374914B977AB00238410 /* AlignmentInfoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735D614B977AA00238410 /* AlignmentInfoCollection.h */; };
+ 1EC7374A14B977AB00238410 /* BilingualDynSuffixArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735D714B977AA00238410 /* BilingualDynSuffixArray.cpp */; };
+ 1EC7374B14B977AB00238410 /* BilingualDynSuffixArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735D814B977AA00238410 /* BilingualDynSuffixArray.h */; };
+ 1EC7374C14B977AB00238410 /* BitmapContainer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735D914B977AA00238410 /* BitmapContainer.cpp */; };
+ 1EC7374D14B977AB00238410 /* BitmapContainer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735DA14B977AA00238410 /* BitmapContainer.h */; };
+ 1EC7374E14B977AB00238410 /* CellCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735DB14B977AA00238410 /* CellCollection.h */; };
+ 1EC7374F14B977AB00238410 /* ChartCell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735DC14B977AA00238410 /* ChartCell.cpp */; };
+ 1EC7375014B977AB00238410 /* ChartCell.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735DD14B977AA00238410 /* ChartCell.h */; };
+ 1EC7375114B977AB00238410 /* ChartCellCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735DE14B977AA00238410 /* ChartCellCollection.cpp */; };
+ 1EC7375214B977AB00238410 /* ChartCellCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735DF14B977AA00238410 /* ChartCellCollection.h */; };
+ 1EC7375314B977AB00238410 /* ChartCellLabel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735E014B977AA00238410 /* ChartCellLabel.h */; };
+ 1EC7375414B977AB00238410 /* ChartCellLabelSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735E114B977AA00238410 /* ChartCellLabelSet.h */; };
+ 1EC7375514B977AB00238410 /* ChartHypothesis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735E214B977AA00238410 /* ChartHypothesis.cpp */; };
+ 1EC7375614B977AB00238410 /* ChartHypothesis.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735E314B977AA00238410 /* ChartHypothesis.h */; };
+ 1EC7375714B977AB00238410 /* ChartHypothesisCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735E414B977AA00238410 /* ChartHypothesisCollection.cpp */; };
+ 1EC7375814B977AB00238410 /* ChartHypothesisCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735E514B977AA00238410 /* ChartHypothesisCollection.h */; };
+ 1EC7375914B977AB00238410 /* ChartManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735E614B977AA00238410 /* ChartManager.cpp */; };
+ 1EC7375A14B977AB00238410 /* ChartManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735E714B977AA00238410 /* ChartManager.h */; };
+ 1EC7375C14B977AB00238410 /* ChartRuleLookupManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735E914B977AA00238410 /* ChartRuleLookupManager.h */; };
+ 1EC7376114B977AB00238410 /* ChartTranslationOption.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735EE14B977AA00238410 /* ChartTranslationOption.cpp */; };
+ 1EC7376214B977AB00238410 /* ChartTranslationOption.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735EF14B977AA00238410 /* ChartTranslationOption.h */; };
+ 1EC7376314B977AB00238410 /* ChartTranslationOptionCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735F014B977AA00238410 /* ChartTranslationOptionCollection.cpp */; };
+ 1EC7376414B977AB00238410 /* ChartTranslationOptionCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735F114B977AA00238410 /* ChartTranslationOptionCollection.h */; };
+ 1EC7376514B977AB00238410 /* ChartTranslationOptionList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735F214B977AA00238410 /* ChartTranslationOptionList.cpp */; };
+ 1EC7376614B977AB00238410 /* ChartTranslationOptionList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735F314B977AA00238410 /* ChartTranslationOptionList.h */; };
+ 1EC7376714B977AB00238410 /* ChartTrellisDetour.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735F414B977AA00238410 /* ChartTrellisDetour.cpp */; };
+ 1EC7376814B977AB00238410 /* ChartTrellisDetour.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735F514B977AA00238410 /* ChartTrellisDetour.h */; };
+ 1EC7376914B977AB00238410 /* ChartTrellisDetourQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735F614B977AA00238410 /* ChartTrellisDetourQueue.cpp */; };
+ 1EC7376A14B977AB00238410 /* ChartTrellisDetourQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735F714B977AA00238410 /* ChartTrellisDetourQueue.h */; };
+ 1EC7376B14B977AB00238410 /* ChartTrellisNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735F814B977AA00238410 /* ChartTrellisNode.cpp */; };
+ 1EC7376C14B977AB00238410 /* ChartTrellisNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735F914B977AA00238410 /* ChartTrellisNode.h */; };
+ 1EC7376D14B977AB00238410 /* ChartTrellisPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735FA14B977AA00238410 /* ChartTrellisPath.cpp */; };
+ 1EC7376E14B977AB00238410 /* ChartTrellisPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735FB14B977AA00238410 /* ChartTrellisPath.h */; };
+ 1EC7376F14B977AB00238410 /* ChartTrellisPathList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735FC14B977AA00238410 /* ChartTrellisPathList.h */; };
+ 1EC7377014B977AB00238410 /* ConfusionNet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735FD14B977AA00238410 /* ConfusionNet.cpp */; };
+ 1EC7377114B977AB00238410 /* ConfusionNet.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC735FE14B977AA00238410 /* ConfusionNet.h */; };
+ 1EC7377214B977AB00238410 /* DecodeFeature.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC735FF14B977AA00238410 /* DecodeFeature.cpp */; };
+ 1EC7377314B977AB00238410 /* DecodeFeature.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7360014B977AA00238410 /* DecodeFeature.h */; };
+ 1EC7377414B977AB00238410 /* DecodeGraph.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7360114B977AA00238410 /* DecodeGraph.cpp */; };
+ 1EC7377514B977AB00238410 /* DecodeGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7360214B977AA00238410 /* DecodeGraph.h */; };
+ 1EC7377614B977AB00238410 /* DecodeStep.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7360314B977AA00238410 /* DecodeStep.cpp */; };
+ 1EC7377714B977AB00238410 /* DecodeStep.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7360414B977AA00238410 /* DecodeStep.h */; };
+ 1EC7377814B977AB00238410 /* DecodeStepGeneration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7360514B977AA00238410 /* DecodeStepGeneration.cpp */; };
+ 1EC7377914B977AB00238410 /* DecodeStepGeneration.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7360614B977AA00238410 /* DecodeStepGeneration.h */; };
+ 1EC7377A14B977AB00238410 /* DecodeStepTranslation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7360714B977AA00238410 /* DecodeStepTranslation.cpp */; };
+ 1EC7377B14B977AB00238410 /* DecodeStepTranslation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7360814B977AA00238410 /* DecodeStepTranslation.h */; };
+ 1EC7377C14B977AB00238410 /* Dictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7360914B977AA00238410 /* Dictionary.cpp */; };
+ 1EC7377D14B977AB00238410 /* Dictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7360A14B977AA00238410 /* Dictionary.h */; };
+ 1EC7378414B977AB00238410 /* DummyScoreProducers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7361114B977AA00238410 /* DummyScoreProducers.cpp */; };
+ 1EC7378514B977AB00238410 /* DummyScoreProducers.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7361214B977AA00238410 /* DummyScoreProducers.h */; };
+ 1EC7378614B977AB00238410 /* fdstream.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7361414B977AA00238410 /* fdstream.h */; };
+ 1EC7378714B977AB00238410 /* file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7361514B977AA00238410 /* file.cpp */; };
+ 1EC7378814B977AB00238410 /* file.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7361614B977AA00238410 /* file.h */; };
+ 1EC7378914B977AB00238410 /* hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7361714B977AA00238410 /* hash.h */; };
+ 1EC7378A14B977AB00238410 /* onlineRLM.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7361914B977AA00238410 /* onlineRLM.h */; };
+ 1EC7378B14B977AB00238410 /* params.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7361B14B977AA00238410 /* params.cpp */; };
+ 1EC7378C14B977AB00238410 /* params.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7361D14B977AA00238410 /* params.h */; };
+ 1EC7378D14B977AB00238410 /* perfectHash.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7361F14B977AA00238410 /* perfectHash.h */; };
+ 1EC7378E14B977AB00238410 /* quantizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7362114B977AA00238410 /* quantizer.h */; };
+ 1EC7378F14B977AB00238410 /* RandLMCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7362314B977AA00238410 /* RandLMCache.h */; };
+ 1EC7379014B977AB00238410 /* RandLMFilter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7362514B977AA00238410 /* RandLMFilter.h */; };
+ 1EC7379114B977AB00238410 /* types.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7362714B977AA00238410 /* types.h */; };
+ 1EC7379214B977AB00238410 /* utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7362814B977AA00238410 /* utils.h */; };
+ 1EC7379314B977AB00238410 /* vocab.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7362914B977AA00238410 /* vocab.cpp */; };
+ 1EC7379414B977AB00238410 /* vocab.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7362B14B977AA00238410 /* vocab.h */; };
+ 1EC7379514B977AB00238410 /* DynSuffixArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7362C14B977AA00238410 /* DynSuffixArray.cpp */; };
+ 1EC7379614B977AB00238410 /* DynSuffixArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7362D14B977AA00238410 /* DynSuffixArray.h */; };
+ 1EC7379714B977AB00238410 /* Factor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7362E14B977AA00238410 /* Factor.cpp */; };
+ 1EC7379814B977AB00238410 /* Factor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7362F14B977AA00238410 /* Factor.h */; };
+ 1EC7379914B977AB00238410 /* FactorCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7363014B977AA00238410 /* FactorCollection.cpp */; };
+ 1EC7379A14B977AB00238410 /* FactorCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7363114B977AA00238410 /* FactorCollection.h */; };
+ 1EC7379B14B977AB00238410 /* FactorTypeSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7363214B977AA00238410 /* FactorTypeSet.cpp */; };
+ 1EC7379C14B977AB00238410 /* FactorTypeSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7363314B977AA00238410 /* FactorTypeSet.h */; };
+ 1EC7379D14B977AB00238410 /* FeatureFunction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7363414B977AA00238410 /* FeatureFunction.cpp */; };
+ 1EC7379E14B977AB00238410 /* FeatureFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7363514B977AA00238410 /* FeatureFunction.h */; };
+ 1EC7379F14B977AB00238410 /* FFState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7363614B977AA00238410 /* FFState.cpp */; };
+ 1EC737A014B977AB00238410 /* FFState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7363714B977AA00238410 /* FFState.h */; };
+ 1EC737A114B977AB00238410 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7363814B977AA00238410 /* File.cpp */; };
+ 1EC737A214B977AB00238410 /* File.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7363914B977AA00238410 /* File.h */; };
+ 1EC737A314B977AB00238410 /* FilePtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7363A14B977AA00238410 /* FilePtr.h */; };
+ 1EC737A414B977AB00238410 /* FloydWarshall.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7363B14B977AA00238410 /* FloydWarshall.cpp */; };
+ 1EC737A514B977AB00238410 /* FloydWarshall.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7363C14B977AA00238410 /* FloydWarshall.h */; };
+ 1EC737A614B977AB00238410 /* GenerationDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7363D14B977AA00238410 /* GenerationDictionary.cpp */; };
+ 1EC737A714B977AB00238410 /* GenerationDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7363E14B977AA00238410 /* GenerationDictionary.h */; };
+ 1EC737A814B977AB00238410 /* GlobalLexicalModel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7363F14B977AA00238410 /* GlobalLexicalModel.cpp */; };
+ 1EC737A914B977AB00238410 /* GlobalLexicalModel.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364014B977AA00238410 /* GlobalLexicalModel.h */; };
+ 1EC737AA14B977AB00238410 /* gzfilebuf.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364114B977AA00238410 /* gzfilebuf.h */; };
+ 1EC737AB14B977AB00238410 /* hash.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7364214B977AA00238410 /* hash.cpp */; };
+ 1EC737AC14B977AB00238410 /* hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364314B977AA00238410 /* hash.h */; };
+ 1EC737AD14B977AB00238410 /* Hypothesis.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7364514B977AA00238410 /* Hypothesis.cpp */; };
+ 1EC737AE14B977AB00238410 /* Hypothesis.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364614B977AA00238410 /* Hypothesis.h */; };
+ 1EC737AF14B977AB00238410 /* HypothesisStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7364714B977AA00238410 /* HypothesisStack.cpp */; };
+ 1EC737B014B977AB00238410 /* HypothesisStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364814B977AA00238410 /* HypothesisStack.h */; };
+ 1EC737B114B977AB00238410 /* HypothesisStackCubePruning.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7364914B977AA00238410 /* HypothesisStackCubePruning.cpp */; };
+ 1EC737B214B977AB00238410 /* HypothesisStackCubePruning.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364A14B977AA00238410 /* HypothesisStackCubePruning.h */; };
+ 1EC737B314B977AB00238410 /* HypothesisStackNormal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7364B14B977AA00238410 /* HypothesisStackNormal.cpp */; };
+ 1EC737B414B977AB00238410 /* HypothesisStackNormal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364C14B977AA00238410 /* HypothesisStackNormal.h */; };
+ 1EC737B514B977AB00238410 /* InputFileStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7364D14B977AA00238410 /* InputFileStream.cpp */; };
+ 1EC737B614B977AB00238410 /* InputFileStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7364E14B977AA00238410 /* InputFileStream.h */; };
+ 1EC737B714B977AB00238410 /* InputType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7364F14B977AA00238410 /* InputType.cpp */; };
+ 1EC737B814B977AB00238410 /* InputType.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7365014B977AA00238410 /* InputType.h */; };
+ 1EC737BB14B977AB00238410 /* LexicalReordering.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7365414B977AA00238410 /* LexicalReordering.cpp */; };
+ 1EC737BC14B977AB00238410 /* LexicalReordering.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7365514B977AA00238410 /* LexicalReordering.h */; };
+ 1EC737BD14B977AB00238410 /* LexicalReorderingState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7365614B977AA00238410 /* LexicalReorderingState.cpp */; };
+ 1EC737BE14B977AB00238410 /* LexicalReorderingState.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7365714B977AA00238410 /* LexicalReorderingState.h */; };
+ 1EC737BF14B977AB00238410 /* LexicalReorderingTable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7365814B977AA00238410 /* LexicalReorderingTable.cpp */; };
+ 1EC737C014B977AB00238410 /* LexicalReorderingTable.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7365914B977AA00238410 /* LexicalReorderingTable.h */; };
+ 1EC737C114B977AB00238410 /* Base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7365C14B977AA00238410 /* Base.cpp */; };
+ 1EC737C214B977AB00238410 /* Base.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7365E14B977AA00238410 /* Base.h */; };
+ 1EC737DA14B977AB00238410 /* Factory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7368714B977AA00238410 /* Factory.cpp */; };
+ 1EC737DB14B977AB00238410 /* Factory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7368814B977AA00238410 /* Factory.h */; };
+ 1EC737DC14B977AB00238410 /* Implementation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7368914B977AA00238410 /* Implementation.cpp */; };
+ 1EC737DD14B977AB00238410 /* Implementation.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7368B14B977AA00238410 /* Implementation.h */; };
+ 1EC737DE14B977AB00238410 /* IRST.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7368D14B977AA00238410 /* IRST.cpp */; };
+ 1EC737DF14B977AB00238410 /* IRST.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7368F14B977AA00238410 /* IRST.h */; };
+ 1EC737E114B977AB00238410 /* Joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7369114B977AA00238410 /* Joint.cpp */; };
+ 1EC737E214B977AB00238410 /* Joint.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7369214B977AA00238410 /* Joint.h */; };
+ 1EC737E314B977AB00238410 /* Ken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7369314B977AA00238410 /* Ken.cpp */; };
+ 1EC737E414B977AB00238410 /* Ken.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7369514B977AA00238410 /* Ken.h */; };
+ 1EC737E514B977AB00238410 /* MultiFactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7369714B977AA00238410 /* MultiFactor.cpp */; };
+ 1EC737E614B977AB00238410 /* MultiFactor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7369814B977AA00238410 /* MultiFactor.h */; };
+ 1EC737E714B977AB00238410 /* ORLM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7369914B977AA00238410 /* ORLM.cpp */; };
+ 1EC737E814B977AB00238410 /* ORLM.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7369B14B977AA00238410 /* ORLM.h */; };
+ 1EC737ED14B977AB00238410 /* Remote.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736A314B977AA00238410 /* Remote.cpp */; };
+ 1EC737EE14B977AB00238410 /* Remote.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736A414B977AA00238410 /* Remote.h */; };
+ 1EC737EF14B977AB00238410 /* SingleFactor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736A514B977AA00238410 /* SingleFactor.cpp */; };
+ 1EC737F014B977AB00238410 /* SingleFactor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736A614B977AA00238410 /* SingleFactor.h */; };
+ 1EC737F114B977AB00238410 /* SRI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736A714B977AA00238410 /* SRI.cpp */; };
+ 1EC737F214B977AB00238410 /* SRI.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736A814B977AA00238410 /* SRI.h */; };
+ 1EC737F314B977AB00238410 /* LMList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736A914B977AA00238410 /* LMList.cpp */; };
+ 1EC737F414B977AB00238410 /* LMList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736AA14B977AA00238410 /* LMList.h */; };
+ 1EC737F514B977AB00238410 /* LVoc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736AB14B977AA00238410 /* LVoc.cpp */; };
+ 1EC737F614B977AB00238410 /* LVoc.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736AC14B977AA00238410 /* LVoc.h */; };
+ 1EC737F714B977AB00238410 /* Manager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736AD14B977AA00238410 /* Manager.cpp */; };
+ 1EC737F814B977AB00238410 /* Manager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736AE14B977AA00238410 /* Manager.h */; };
+ 1EC737F914B977AB00238410 /* NonTerminal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736AF14B977AA00238410 /* NonTerminal.cpp */; };
+ 1EC737FA14B977AB00238410 /* NonTerminal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736B014B977AA00238410 /* NonTerminal.h */; };
+ 1EC737FB14B977AB00238410 /* ObjectPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736B114B977AA00238410 /* ObjectPool.h */; };
+ 1EC737FC14B977AB00238410 /* OutputCollector.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736B214B977AA00238410 /* OutputCollector.h */; };
+ 1EC737FE14B977AB00238410 /* Parameter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736B514B977AA00238410 /* Parameter.cpp */; };
+ 1EC737FF14B977AB00238410 /* Parameter.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736B614B977AA00238410 /* Parameter.h */; };
+ 1EC7380014B977AB00238410 /* PartialTranslOptColl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736B714B977AA00238410 /* PartialTranslOptColl.cpp */; };
+ 1EC7380114B977AB00238410 /* PartialTranslOptColl.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736B814B977AA00238410 /* PartialTranslOptColl.h */; };
+ 1EC7380214B977AB00238410 /* PCNTools.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736B914B977AA00238410 /* PCNTools.cpp */; };
+ 1EC7380314B977AB00238410 /* PCNTools.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736BA14B977AA00238410 /* PCNTools.h */; };
+ 1EC7380414B977AB00238410 /* PDTAimp.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736BB14B977AA00238410 /* PDTAimp.h */; };
+ 1EC7380514B977AB00238410 /* Phrase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736BC14B977AA00238410 /* Phrase.cpp */; };
+ 1EC7380614B977AB00238410 /* Phrase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736BD14B977AA00238410 /* Phrase.h */; };
+ 1EC7380714B977AB00238410 /* PhraseDictionary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736BE14B977AA00238410 /* PhraseDictionary.cpp */; };
+ 1EC7380814B977AB00238410 /* PhraseDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736BF14B977AA00238410 /* PhraseDictionary.h */; };
+ 1EC7380B14B977AB00238410 /* PhraseDictionaryDynSuffixArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736C214B977AA00238410 /* PhraseDictionaryDynSuffixArray.cpp */; };
+ 1EC7380C14B977AB00238410 /* PhraseDictionaryDynSuffixArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736C314B977AA00238410 /* PhraseDictionaryDynSuffixArray.h */; };
+ 1EC7380F14B977AB00238410 /* PhraseDictionaryMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736C614B977AA00238410 /* PhraseDictionaryMemory.cpp */; };
+ 1EC7381014B977AB00238410 /* PhraseDictionaryMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736C714B977AA00238410 /* PhraseDictionaryMemory.h */; };
+ 1EC7381114B977AB00238410 /* PhraseDictionaryNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736C814B977AA00238410 /* PhraseDictionaryNode.cpp */; };
+ 1EC7381214B977AB00238410 /* PhraseDictionaryNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736C914B977AA00238410 /* PhraseDictionaryNode.h */; };
+ 1EC7381914B977AB00238410 /* PhraseDictionaryTree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736D014B977AA00238410 /* PhraseDictionaryTree.cpp */; };
+ 1EC7381A14B977AB00238410 /* PhraseDictionaryTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736D114B977AA00238410 /* PhraseDictionaryTree.h */; };
+ 1EC7381B14B977AB00238410 /* PhraseDictionaryTreeAdaptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736D214B977AA00238410 /* PhraseDictionaryTreeAdaptor.cpp */; };
+ 1EC7381C14B977AB00238410 /* PhraseDictionaryTreeAdaptor.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736D314B977AA00238410 /* PhraseDictionaryTreeAdaptor.h */; };
+ 1EC7381D14B977AB00238410 /* PrefixTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736D414B977AA00238410 /* PrefixTree.h */; };
+ 1EC7381E14B977AB00238410 /* PrefixTreeMap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736D514B977AA00238410 /* PrefixTreeMap.cpp */; };
+ 1EC7381F14B977AB00238410 /* PrefixTreeMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736D614B977AA00238410 /* PrefixTreeMap.h */; };
+ 1EC7382014B977AB00238410 /* ReorderingConstraint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736D714B977AA00238410 /* ReorderingConstraint.cpp */; };
+ 1EC7382114B977AB00238410 /* ReorderingConstraint.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736D814B977AA00238410 /* ReorderingConstraint.h */; };
+ 1EC7382214B977AB00238410 /* ReorderingStack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736D914B977AA00238410 /* ReorderingStack.cpp */; };
+ 1EC7382314B977AB00238410 /* ReorderingStack.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736DA14B977AA00238410 /* ReorderingStack.h */; };
+ 1EC7382414B977AB00238410 /* RuleCube.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736DC14B977AA00238410 /* RuleCube.cpp */; };
+ 1EC7382514B977AB00238410 /* RuleCube.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736DD14B977AB00238410 /* RuleCube.h */; };
+ 1EC7382614B977AB00238410 /* RuleCubeItem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736DE14B977AB00238410 /* RuleCubeItem.cpp */; };
+ 1EC7382714B977AB00238410 /* RuleCubeItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736DF14B977AB00238410 /* RuleCubeItem.h */; };
+ 1EC7382814B977AB00238410 /* RuleCubeQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736E014B977AB00238410 /* RuleCubeQueue.cpp */; };
+ 1EC7382914B977AB00238410 /* RuleCubeQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736E114B977AB00238410 /* RuleCubeQueue.h */; };
+ 1EC7383314B977AB00238410 /* ScoreComponentCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736EB14B977AB00238410 /* ScoreComponentCollection.cpp */; };
+ 1EC7383414B977AB00238410 /* ScoreComponentCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736EC14B977AB00238410 /* ScoreComponentCollection.h */; };
+ 1EC7383514B977AB00238410 /* ScoreIndexManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736ED14B977AB00238410 /* ScoreIndexManager.cpp */; };
+ 1EC7383614B977AB00238410 /* ScoreIndexManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736EE14B977AB00238410 /* ScoreIndexManager.h */; };
+ 1EC7383714B977AB00238410 /* ScoreProducer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736EF14B977AB00238410 /* ScoreProducer.cpp */; };
+ 1EC7383814B977AB00238410 /* ScoreProducer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736F014B977AB00238410 /* ScoreProducer.h */; };
+ 1EC7383914B977AB00238410 /* Search.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736F114B977AB00238410 /* Search.cpp */; };
+ 1EC7383A14B977AB00238410 /* Search.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736F214B977AB00238410 /* Search.h */; };
+ 1EC7383B14B977AB00238410 /* SearchCubePruning.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736F314B977AB00238410 /* SearchCubePruning.cpp */; };
+ 1EC7383C14B977AB00238410 /* SearchCubePruning.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736F414B977AB00238410 /* SearchCubePruning.h */; };
+ 1EC7383D14B977AB00238410 /* SearchNormal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736F514B977AB00238410 /* SearchNormal.cpp */; };
+ 1EC7383E14B977AB00238410 /* SearchNormal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736F614B977AB00238410 /* SearchNormal.h */; };
+ 1EC7383F14B977AB00238410 /* Sentence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736F714B977AB00238410 /* Sentence.cpp */; };
+ 1EC7384014B977AB00238410 /* Sentence.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736F814B977AB00238410 /* Sentence.h */; };
+ 1EC7384114B977AB00238410 /* SentenceStats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736F914B977AB00238410 /* SentenceStats.cpp */; };
+ 1EC7384214B977AB00238410 /* SentenceStats.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736FA14B977AB00238410 /* SentenceStats.h */; };
+ 1EC7384314B977AB00238410 /* SquareMatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736FB14B977AB00238410 /* SquareMatrix.cpp */; };
+ 1EC7384414B977AB00238410 /* SquareMatrix.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC736FC14B977AB00238410 /* SquareMatrix.h */; };
+ 1EC7384614B977AB00238410 /* StaticData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC736FF14B977AB00238410 /* StaticData.cpp */; };
+ 1EC7384714B977AB00238410 /* StaticData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7370014B977AB00238410 /* StaticData.h */; };
+ 1EC7384D14B977AB00238410 /* TargetPhrase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7370714B977AB00238410 /* TargetPhrase.cpp */; };
+ 1EC7384E14B977AB00238410 /* TargetPhrase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7370814B977AB00238410 /* TargetPhrase.h */; };
+ 1EC7384F14B977AB00238410 /* TargetPhraseCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7370914B977AB00238410 /* TargetPhraseCollection.cpp */; };
+ 1EC7385014B977AB00238410 /* TargetPhraseCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7370A14B977AB00238410 /* TargetPhraseCollection.h */; };
+ 1EC7385114B977AB00238410 /* ThreadPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7370B14B977AB00238410 /* ThreadPool.cpp */; };
+ 1EC7385214B977AB00238410 /* ThreadPool.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7370C14B977AB00238410 /* ThreadPool.h */; };
+ 1EC7385314B977AB00238410 /* Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7370D14B977AB00238410 /* Timer.cpp */; };
+ 1EC7385414B977AB00238410 /* Timer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7370E14B977AB00238410 /* Timer.h */; };
+ 1EC7385514B977AB00238410 /* TranslationOption.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7370F14B977AB00238410 /* TranslationOption.cpp */; };
+ 1EC7385614B977AB00238410 /* TranslationOption.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7371014B977AB00238410 /* TranslationOption.h */; };
+ 1EC7385714B977AB00238410 /* TranslationOptionCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7371114B977AB00238410 /* TranslationOptionCollection.cpp */; };
+ 1EC7385814B977AB00238410 /* TranslationOptionCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7371214B977AB00238410 /* TranslationOptionCollection.h */; };
+ 1EC7385914B977AB00238410 /* TranslationOptionCollectionConfusionNet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7371314B977AB00238410 /* TranslationOptionCollectionConfusionNet.cpp */; };
+ 1EC7385A14B977AB00238410 /* TranslationOptionCollectionConfusionNet.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7371414B977AB00238410 /* TranslationOptionCollectionConfusionNet.h */; };
+ 1EC7385B14B977AB00238410 /* TranslationOptionCollectionText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7371514B977AB00238410 /* TranslationOptionCollectionText.cpp */; };
+ 1EC7385C14B977AB00238410 /* TranslationOptionCollectionText.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7371614B977AB00238410 /* TranslationOptionCollectionText.h */; };
+ 1EC7385D14B977AB00238410 /* TranslationOptionList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7371714B977AB00238410 /* TranslationOptionList.cpp */; };
+ 1EC7385E14B977AB00238410 /* TranslationOptionList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7371814B977AB00238410 /* TranslationOptionList.h */; };
+ 1EC7385F14B977AB00238410 /* TranslationSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7371914B977AB00238410 /* TranslationSystem.cpp */; };
+ 1EC7386014B977AB00238410 /* TranslationSystem.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7371A14B977AB00238410 /* TranslationSystem.h */; };
+ 1EC7386114B977AB00238410 /* TreeInput.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7371B14B977AB00238410 /* TreeInput.cpp */; };
+ 1EC7386214B977AB00238410 /* TreeInput.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7371C14B977AB00238410 /* TreeInput.h */; };
+ 1EC7386414B977AB00238410 /* TrellisPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7371F14B977AB00238410 /* TrellisPath.cpp */; };
+ 1EC7386514B977AB00238410 /* TrellisPath.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7372014B977AB00238410 /* TrellisPath.h */; };
+ 1EC7386714B977AB00238410 /* TrellisPathCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7372314B977AB00238410 /* TrellisPathCollection.cpp */; };
+ 1EC7386814B977AB00238410 /* TrellisPathCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7372414B977AB00238410 /* TrellisPathCollection.h */; };
+ 1EC7386A14B977AB00238410 /* TrellisPathList.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7372714B977AB00238410 /* TrellisPathList.h */; };
+ 1EC7386B14B977AB00238410 /* TypeDef.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7372814B977AB00238410 /* TypeDef.h */; };
+ 1EC7386C14B977AB00238410 /* UniqueObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7372914B977AB00238410 /* UniqueObject.h */; };
+ 1EC7386D14B977AB00238410 /* UserMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7372A14B977AB00238410 /* UserMessage.cpp */; };
+ 1EC7386E14B977AB00238410 /* UserMessage.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7372B14B977AB00238410 /* UserMessage.h */; };
+ 1EC7387014B977AB00238410 /* Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7372E14B977AB00238410 /* Util.cpp */; };
+ 1EC7387114B977AB00238410 /* Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7372F14B977AB00238410 /* Util.h */; };
+ 1EC7387314B977AB00238410 /* Word.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7373214B977AB00238410 /* Word.cpp */; };
+ 1EC7387414B977AB00238410 /* Word.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7373314B977AB00238410 /* Word.h */; };
+ 1EC7387614B977AB00238410 /* WordLattice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7373614B977AB00238410 /* WordLattice.cpp */; };
+ 1EC7387714B977AB00238410 /* WordLattice.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7373714B977AB00238410 /* WordLattice.h */; };
+ 1EC7387914B977AB00238410 /* WordsBitmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7373A14B977AB00238410 /* WordsBitmap.cpp */; };
+ 1EC7387A14B977AB00238410 /* WordsBitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7373B14B977AB00238410 /* WordsBitmap.h */; };
+ 1EC7387C14B977AB00238410 /* WordsRange.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7373E14B977AB00238410 /* WordsRange.cpp */; };
+ 1EC7387D14B977AB00238410 /* WordsRange.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7373F14B977AB00238410 /* WordsRange.h */; };
+ 1EC7387F14B977AB00238410 /* XmlOption.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EC7374214B977AB00238410 /* XmlOption.cpp */; };
+ 1EC7388014B977AB00238410 /* XmlOption.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC7374314B977AB00238410 /* XmlOption.h */; };
+ 1EDA804F14D19EEF003D2191 /* ApplicableRuleTrie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA803614D19EEF003D2191 /* ApplicableRuleTrie.cpp */; };
+ 1EDA805014D19EEF003D2191 /* ApplicableRuleTrie.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA803714D19EEF003D2191 /* ApplicableRuleTrie.h */; };
+ 1EDA805614D19EEF003D2191 /* IntermediateVarSpanNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA804314D19EEF003D2191 /* IntermediateVarSpanNode.h */; };
+ 1EDA805814D19EEF003D2191 /* Parser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA804514D19EEF003D2191 /* Parser.cpp */; };
+ 1EDA805914D19EEF003D2191 /* Parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA804614D19EEF003D2191 /* Parser.h */; };
+ 1EDA805A14D19EEF003D2191 /* SentenceMap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA804714D19EEF003D2191 /* SentenceMap.h */; };
+ 1EDA805B14D19EEF003D2191 /* StackLattice.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA804814D19EEF003D2191 /* StackLattice.h */; };
+ 1EDA805C14D19EEF003D2191 /* StackLatticeBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA804914D19EEF003D2191 /* StackLatticeBuilder.cpp */; };
+ 1EDA805D14D19EEF003D2191 /* StackLatticeBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA804A14D19EEF003D2191 /* StackLatticeBuilder.h */; };
+ 1EDA805E14D19EEF003D2191 /* StackLatticeSearcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA804B14D19EEF003D2191 /* StackLatticeSearcher.h */; };
+ 1EDA805F14D19EEF003D2191 /* VarSpanNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA804C14D19EEF003D2191 /* VarSpanNode.h */; };
+ 1EDA806014D19EEF003D2191 /* VarSpanTrieBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA804D14D19EEF003D2191 /* VarSpanTrieBuilder.cpp */; };
+ 1EDA806114D19EEF003D2191 /* VarSpanTrieBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA804E14D19EEF003D2191 /* VarSpanTrieBuilder.h */; };
+ 1EDA806D14D19F12003D2191 /* ChartRuleLookupManagerCYKPlus.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA806214D19F12003D2191 /* ChartRuleLookupManagerCYKPlus.cpp */; };
+ 1EDA806E14D19F12003D2191 /* ChartRuleLookupManagerCYKPlus.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA806314D19F12003D2191 /* ChartRuleLookupManagerCYKPlus.h */; };
+ 1EDA806F14D19F12003D2191 /* ChartRuleLookupManagerMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA806414D19F12003D2191 /* ChartRuleLookupManagerMemory.cpp */; };
+ 1EDA807014D19F12003D2191 /* ChartRuleLookupManagerMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA806514D19F12003D2191 /* ChartRuleLookupManagerMemory.h */; };
+ 1EDA807114D19F12003D2191 /* ChartRuleLookupManagerOnDisk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA806614D19F12003D2191 /* ChartRuleLookupManagerOnDisk.cpp */; };
+ 1EDA807214D19F12003D2191 /* ChartRuleLookupManagerOnDisk.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA806714D19F12003D2191 /* ChartRuleLookupManagerOnDisk.h */; };
+ 1EDA807314D19F12003D2191 /* DotChart.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA806814D19F12003D2191 /* DotChart.h */; };
+ 1EDA807414D19F12003D2191 /* DotChartInMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA806914D19F12003D2191 /* DotChartInMemory.cpp */; };
+ 1EDA807514D19F12003D2191 /* DotChartInMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA806A14D19F12003D2191 /* DotChartInMemory.h */; };
+ 1EDA807614D19F12003D2191 /* DotChartOnDisk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA806B14D19F12003D2191 /* DotChartOnDisk.cpp */; };
+ 1EDA807714D19F12003D2191 /* DotChartOnDisk.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA806C14D19F12003D2191 /* DotChartOnDisk.h */; };
+ 1EDA808614D19FBF003D2191 /* PhraseDictionaryALSuffixArray.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA807814D19FBF003D2191 /* PhraseDictionaryALSuffixArray.cpp */; };
+ 1EDA808714D19FBF003D2191 /* PhraseDictionaryALSuffixArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA807914D19FBF003D2191 /* PhraseDictionaryALSuffixArray.h */; };
+ 1EDA808814D19FBF003D2191 /* PhraseDictionaryNodeSCFG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA807A14D19FBF003D2191 /* PhraseDictionaryNodeSCFG.cpp */; };
+ 1EDA808914D19FBF003D2191 /* PhraseDictionaryNodeSCFG.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA807B14D19FBF003D2191 /* PhraseDictionaryNodeSCFG.h */; };
+ 1EDA808A14D19FBF003D2191 /* PhraseDictionaryOnDisk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA807C14D19FBF003D2191 /* PhraseDictionaryOnDisk.cpp */; };
+ 1EDA808B14D19FBF003D2191 /* PhraseDictionaryOnDisk.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA807D14D19FBF003D2191 /* PhraseDictionaryOnDisk.h */; };
+ 1EDA808C14D19FBF003D2191 /* PhraseDictionarySCFG.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA807E14D19FBF003D2191 /* PhraseDictionarySCFG.cpp */; };
+ 1EDA808D14D19FBF003D2191 /* PhraseDictionarySCFG.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA807F14D19FBF003D2191 /* PhraseDictionarySCFG.h */; };
+ 1EDA808E14D19FBF003D2191 /* Trie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA808014D19FBF003D2191 /* Trie.cpp */; };
+ 1EDA808F14D19FBF003D2191 /* Trie.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA808114D19FBF003D2191 /* Trie.h */; };
+ 1EDA809014D19FBF003D2191 /* UTrie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA808214D19FBF003D2191 /* UTrie.cpp */; };
+ 1EDA809114D19FBF003D2191 /* UTrie.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA808314D19FBF003D2191 /* UTrie.h */; };
+ 1EDA809214D19FBF003D2191 /* UTrieNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EDA808414D19FBF003D2191 /* UTrieNode.cpp */; };
+ 1EDA809314D19FBF003D2191 /* UTrieNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EDA808514D19FBF003D2191 /* UTrieNode.h */; };
+ 1EF0709314B9EFCC0052152A /* ParallelBackoff.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EF0709114B9EFCC0052152A /* ParallelBackoff.cpp */; };
+ 1EF0709414B9EFCC0052152A /* ParallelBackoff.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EF0709214B9EFCC0052152A /* ParallelBackoff.h */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
- 1E07291D13B3854D004454FD /* AlignmentInfoCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AlignmentInfoCollection.cpp; path = src/AlignmentInfoCollection.cpp; sourceTree = "<group>"; };
- 1E07291E13B3854D004454FD /* AlignmentInfoCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AlignmentInfoCollection.h; path = src/AlignmentInfoCollection.h; sourceTree = "<group>"; };
- 1E078C1B14643AED00A707F4 /* PhraseDictionaryHiero.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryHiero.h; path = src/PhraseDictionaryHiero.h; sourceTree = "<group>"; };
- 1E078C1E14643C2000A707F4 /* PhraseDictionaryHiero.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryHiero.cpp; path = src/PhraseDictionaryHiero.cpp; sourceTree = "<group>"; };
- 1E078C20146440A900A707F4 /* RuleTableLoaderHiero.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RuleTableLoaderHiero.h; path = src/RuleTableLoaderHiero.h; sourceTree = "<group>"; };
- 1E078C22146440F700A707F4 /* RuleTableLoaderHiero.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleTableLoaderHiero.cpp; path = src/RuleTableLoaderHiero.cpp; sourceTree = "<group>"; };
- 1E16D087144DAA6C00B60B4F /* Base.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Base.cpp; path = src/LM/Base.cpp; sourceTree = "<group>"; };
- 1E16D088144DAA6C00B60B4F /* Base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Base.h; path = src/LM/Base.h; sourceTree = "<group>"; };
- 1E16D08B144DAA6C00B60B4F /* Factory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Factory.cpp; path = src/LM/Factory.cpp; sourceTree = "<group>"; };
- 1E16D08C144DAA6C00B60B4F /* Factory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Factory.h; path = src/LM/Factory.h; sourceTree = "<group>"; };
- 1E16D08D144DAA6C00B60B4F /* Implementation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Implementation.cpp; path = src/LM/Implementation.cpp; sourceTree = "<group>"; };
- 1E16D08E144DAA6C00B60B4F /* Implementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Implementation.h; path = src/LM/Implementation.h; sourceTree = "<group>"; };
- 1E16D08F144DAA6C00B60B4F /* IRST.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = IRST.cpp; path = src/LM/IRST.cpp; sourceTree = "<group>"; };
- 1E16D090144DAA6C00B60B4F /* IRST.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IRST.h; path = src/LM/IRST.h; sourceTree = "<group>"; };
- 1E16D091144DAA6C00B60B4F /* Joint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Joint.cpp; path = src/LM/Joint.cpp; sourceTree = "<group>"; };
- 1E16D092144DAA6C00B60B4F /* Joint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Joint.h; path = src/LM/Joint.h; sourceTree = "<group>"; };
- 1E16D093144DAA6C00B60B4F /* Ken.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Ken.cpp; path = src/LM/Ken.cpp; sourceTree = "<group>"; };
- 1E16D094144DAA6C00B60B4F /* Ken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Ken.h; path = src/LM/Ken.h; sourceTree = "<group>"; };
- 1E16D095144DAA6C00B60B4F /* MultiFactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MultiFactor.cpp; path = src/LM/MultiFactor.cpp; sourceTree = "<group>"; };
- 1E16D096144DAA6C00B60B4F /* MultiFactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MultiFactor.h; path = src/LM/MultiFactor.h; sourceTree = "<group>"; };
- 1E16D099144DAA6C00B60B4F /* ParallelBackoff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ParallelBackoff.cpp; path = src/LM/ParallelBackoff.cpp; sourceTree = "<group>"; };
- 1E16D09A144DAA6C00B60B4F /* ParallelBackoff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ParallelBackoff.h; path = src/LM/ParallelBackoff.h; sourceTree = "<group>"; };
- 1E16D09F144DAA6C00B60B4F /* SingleFactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SingleFactor.cpp; path = src/LM/SingleFactor.cpp; sourceTree = "<group>"; };
- 1E16D0A0144DAA6C00B60B4F /* SingleFactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SingleFactor.h; path = src/LM/SingleFactor.h; sourceTree = "<group>"; };
- 1E16D0A1144DAA6C00B60B4F /* SRI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SRI.cpp; path = src/LM/SRI.cpp; sourceTree = "<group>"; };
- 1E16D0A2144DAA6C00B60B4F /* SRI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SRI.h; path = src/LM/SRI.h; sourceTree = "<group>"; };
- 1E1C589012F310A70067DEB7 /* ChartRuleLookupManagerMemory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartRuleLookupManagerMemory.cpp; path = src/ChartRuleLookupManagerMemory.cpp; sourceTree = "<group>"; };
- 1E1C589112F310A70067DEB7 /* ChartRuleLookupManagerMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartRuleLookupManagerMemory.h; path = src/ChartRuleLookupManagerMemory.h; sourceTree = "<group>"; };
- 1E1C589212F310A70067DEB7 /* ChartRuleLookupManagerOnDisk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartRuleLookupManagerOnDisk.cpp; path = src/ChartRuleLookupManagerOnDisk.cpp; sourceTree = "<group>"; };
- 1E1C589312F310A70067DEB7 /* ChartRuleLookupManagerOnDisk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartRuleLookupManagerOnDisk.h; path = src/ChartRuleLookupManagerOnDisk.h; sourceTree = "<group>"; };
- 1E2755B214667CA3009D1DF9 /* PhraseDictionaryALSuffixArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryALSuffixArray.cpp; path = src/PhraseDictionaryALSuffixArray.cpp; sourceTree = "<group>"; };
- 1E2755B514667CC2009D1DF9 /* PhraseDictionaryALSuffixArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryALSuffixArray.h; path = src/PhraseDictionaryALSuffixArray.h; sourceTree = "<group>"; };
- 1E2E1604132A890D00ED4085 /* ChartCell.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartCell.cpp; path = src/ChartCell.cpp; sourceTree = "<group>"; };
- 1E2E1605132A890D00ED4085 /* ChartCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartCell.h; path = src/ChartCell.h; sourceTree = "<group>"; };
- 1E2E1606132A890D00ED4085 /* ChartCellCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartCellCollection.cpp; path = src/ChartCellCollection.cpp; sourceTree = "<group>"; };
- 1E2E1607132A890D00ED4085 /* ChartCellCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartCellCollection.h; path = src/ChartCellCollection.h; sourceTree = "<group>"; };
- 1E2E1608132A890D00ED4085 /* ChartHypothesis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartHypothesis.cpp; path = src/ChartHypothesis.cpp; sourceTree = "<group>"; };
- 1E2E1609132A890D00ED4085 /* ChartHypothesis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartHypothesis.h; path = src/ChartHypothesis.h; sourceTree = "<group>"; };
- 1E2E160A132A890D00ED4085 /* ChartHypothesisCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartHypothesisCollection.cpp; path = src/ChartHypothesisCollection.cpp; sourceTree = "<group>"; };
- 1E2E160B132A890D00ED4085 /* ChartHypothesisCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartHypothesisCollection.h; path = src/ChartHypothesisCollection.h; sourceTree = "<group>"; };
- 1E2E160C132A890D00ED4085 /* ChartManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartManager.cpp; path = src/ChartManager.cpp; sourceTree = "<group>"; };
- 1E2E160D132A890D00ED4085 /* ChartManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartManager.h; path = src/ChartManager.h; sourceTree = "<group>"; };
- 1E2E160E132A890D00ED4085 /* ChartTranslationOptionCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTranslationOptionCollection.cpp; path = src/ChartTranslationOptionCollection.cpp; sourceTree = "<group>"; };
- 1E2E160F132A890D00ED4085 /* ChartTranslationOptionCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTranslationOptionCollection.h; path = src/ChartTranslationOptionCollection.h; sourceTree = "<group>"; };
- 1E2E1610132A890D00ED4085 /* ChartTrellisNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisNode.cpp; path = src/ChartTrellisNode.cpp; sourceTree = "<group>"; };
- 1E2E1611132A890D00ED4085 /* ChartTrellisNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisNode.h; path = src/ChartTrellisNode.h; sourceTree = "<group>"; };
- 1E2E1612132A890D00ED4085 /* ChartTrellisPath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisPath.cpp; path = src/ChartTrellisPath.cpp; sourceTree = "<group>"; };
- 1E2E1613132A890D00ED4085 /* ChartTrellisPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisPath.h; path = src/ChartTrellisPath.h; sourceTree = "<group>"; };
- 1E2E1617132A890D00ED4085 /* ChartTrellisPathList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisPathList.h; path = src/ChartTrellisPathList.h; sourceTree = "<group>"; };
- 1E2E1632132A892800ED4085 /* OutputCollector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OutputCollector.h; path = src/OutputCollector.h; sourceTree = "<group>"; };
- 1E2E1633132A892800ED4085 /* RuleCube.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleCube.cpp; path = src/RuleCube.cpp; sourceTree = "<group>"; };
- 1E2E1634132A892800ED4085 /* RuleCube.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RuleCube.h; path = src/RuleCube.h; sourceTree = "<group>"; };
- 1E2E1635132A892800ED4085 /* RuleCubeQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleCubeQueue.cpp; path = src/RuleCubeQueue.cpp; sourceTree = "<group>"; };
- 1E2E1636132A892800ED4085 /* RuleCubeQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RuleCubeQueue.h; path = src/RuleCubeQueue.h; sourceTree = "<group>"; };
- 1E2E1637132A892800ED4085 /* ThreadPool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadPool.cpp; path = src/ThreadPool.cpp; sourceTree = "<group>"; };
- 1E2E1638132A892800ED4085 /* ThreadPool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ThreadPool.h; path = src/ThreadPool.h; sourceTree = "<group>"; };
- 1E46B5A413BA5C7F0084F898 /* RuleCubeItem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleCubeItem.cpp; path = src/RuleCubeItem.cpp; sourceTree = "<group>"; };
- 1E46B5A513BA5C7F0084F898 /* RuleCubeItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RuleCubeItem.h; path = src/RuleCubeItem.h; sourceTree = "<group>"; };
- 1E474E11145575CA00178AD5 /* RuleTableLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RuleTableLoader.h; path = src/RuleTableLoader.h; sourceTree = "<group>"; };
- 1E528B9B13A12B2D00E9A67E /* params.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = params.cpp; path = src/DynSAInclude/params.cpp; sourceTree = "<group>"; };
- 1EA6AB4813BCC838004465AF /* ChartRuleLookupManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartRuleLookupManager.cpp; path = src/ChartRuleLookupManager.cpp; sourceTree = "<group>"; };
- 1EA6AB4913BCC838004465AF /* ChartRuleLookupManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartRuleLookupManager.h; path = src/ChartRuleLookupManager.h; sourceTree = "<group>"; };
- 1EBB262213A12DB500B51840 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hash.h; path = src/DynSAInclude/hash.h; sourceTree = "<group>"; };
- 1EBB262313A12DB500B51840 /* onlineRLM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = onlineRLM.h; path = src/DynSAInclude/onlineRLM.h; sourceTree = "<group>"; };
- 1EBB262413A12DB500B51840 /* params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = params.h; path = src/DynSAInclude/params.h; sourceTree = "<group>"; };
- 1EBB262513A12DB500B51840 /* perfectHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = perfectHash.h; path = src/DynSAInclude/perfectHash.h; sourceTree = "<group>"; };
- 1EBB262613A12DB500B51840 /* quantizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = quantizer.h; path = src/DynSAInclude/quantizer.h; sourceTree = "<group>"; };
- 1EBB262713A12DB500B51840 /* RandLMCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RandLMCache.h; path = src/DynSAInclude/RandLMCache.h; sourceTree = "<group>"; };
- 1EBB262813A12DB500B51840 /* RandLMFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RandLMFilter.h; path = src/DynSAInclude/RandLMFilter.h; sourceTree = "<group>"; };
- 1ECA43AD146D585900209CEF /* ChartCellLabelSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartCellLabelSet.h; path = src/ChartCellLabelSet.h; sourceTree = "<group>"; };
- 1ECA43AE146D585900209CEF /* ChartTrellisDetour.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisDetour.cpp; path = src/ChartTrellisDetour.cpp; sourceTree = "<group>"; };
- 1ECA43B1146D586D00209CEF /* ChartTrellisDetour.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisDetour.h; path = src/ChartTrellisDetour.h; sourceTree = "<group>"; };
- 1ECA43B2146D586D00209CEF /* ChartTrellisDetourQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisDetourQueue.cpp; path = src/ChartTrellisDetourQueue.cpp; sourceTree = "<group>"; };
- 1ECA43B3146D586D00209CEF /* ChartTrellisDetourQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisDetourQueue.h; path = src/ChartTrellisDetourQueue.h; sourceTree = "<group>"; };
- 1ED00034124BC2690029177F /* ChartTranslationOption.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTranslationOption.cpp; path = src/ChartTranslationOption.cpp; sourceTree = "<group>"; };
- 1ED00035124BC2690029177F /* ChartTranslationOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTranslationOption.h; path = src/ChartTranslationOption.h; sourceTree = "<group>"; };
- 1ED0DE1D1432A0D100C20FBE /* RuleTableLoaderCompact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleTableLoaderCompact.cpp; path = src/RuleTableLoaderCompact.cpp; sourceTree = "<group>"; };
- 1ED0DE1E1432A0D100C20FBE /* RuleTableLoaderCompact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RuleTableLoaderCompact.h; path = src/RuleTableLoaderCompact.h; sourceTree = "<group>"; };
- 1ED0DE211432A0D100C20FBE /* RuleTableLoaderFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleTableLoaderFactory.cpp; path = src/RuleTableLoaderFactory.cpp; sourceTree = "<group>"; };
- 1ED0DE221432A0D100C20FBE /* RuleTableLoaderFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RuleTableLoaderFactory.h; path = src/RuleTableLoaderFactory.h; sourceTree = "<group>"; };
- 1ED0DE251432A0D100C20FBE /* RuleTableLoaderStandard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleTableLoaderStandard.cpp; path = src/RuleTableLoaderStandard.cpp; sourceTree = "<group>"; };
- 1ED0DE261432A0D100C20FBE /* RuleTableLoaderStandard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RuleTableLoaderStandard.h; path = src/RuleTableLoaderStandard.h; sourceTree = "<group>"; };
- 1ED0FD4C124BB9380029177F /* AlignmentInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AlignmentInfo.cpp; path = src/AlignmentInfo.cpp; sourceTree = "<group>"; };
- 1ED0FD4D124BB9380029177F /* AlignmentInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AlignmentInfo.h; path = src/AlignmentInfo.h; sourceTree = "<group>"; };
- 1ED0FD4E124BB9380029177F /* BilingualDynSuffixArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BilingualDynSuffixArray.cpp; path = src/BilingualDynSuffixArray.cpp; sourceTree = "<group>"; };
- 1ED0FD4F124BB9380029177F /* BilingualDynSuffixArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BilingualDynSuffixArray.h; path = src/BilingualDynSuffixArray.h; sourceTree = "<group>"; };
- 1ED0FD50124BB9380029177F /* BitmapContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BitmapContainer.cpp; path = src/BitmapContainer.cpp; sourceTree = "<group>"; };
- 1ED0FD51124BB9380029177F /* BitmapContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BitmapContainer.h; path = src/BitmapContainer.h; sourceTree = "<group>"; };
- 1ED0FD52124BB9380029177F /* CellCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CellCollection.h; path = src/CellCollection.h; sourceTree = "<group>"; };
- 1ED0FD57124BB9380029177F /* ConfusionNet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ConfusionNet.cpp; path = src/ConfusionNet.cpp; sourceTree = "<group>"; };
- 1ED0FD58124BB9380029177F /* ConfusionNet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ConfusionNet.h; path = src/ConfusionNet.h; sourceTree = "<group>"; };
- 1ED0FD59124BB9380029177F /* DecodeFeature.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DecodeFeature.cpp; path = src/DecodeFeature.cpp; sourceTree = "<group>"; };
- 1ED0FD5A124BB9380029177F /* DecodeFeature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DecodeFeature.h; path = src/DecodeFeature.h; sourceTree = "<group>"; };
- 1ED0FD5B124BB9380029177F /* DecodeGraph.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DecodeGraph.cpp; path = src/DecodeGraph.cpp; sourceTree = "<group>"; };
- 1ED0FD5C124BB9380029177F /* DecodeGraph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DecodeGraph.h; path = src/DecodeGraph.h; sourceTree = "<group>"; };
- 1ED0FD5D124BB9380029177F /* DecodeStep.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DecodeStep.cpp; path = src/DecodeStep.cpp; sourceTree = "<group>"; };
- 1ED0FD5E124BB9380029177F /* DecodeStep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DecodeStep.h; path = src/DecodeStep.h; sourceTree = "<group>"; };
- 1ED0FD5F124BB9380029177F /* DecodeStepGeneration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DecodeStepGeneration.cpp; path = src/DecodeStepGeneration.cpp; sourceTree = "<group>"; };
- 1ED0FD60124BB9380029177F /* DecodeStepGeneration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DecodeStepGeneration.h; path = src/DecodeStepGeneration.h; sourceTree = "<group>"; };
- 1ED0FD61124BB9380029177F /* DecodeStepTranslation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DecodeStepTranslation.cpp; path = src/DecodeStepTranslation.cpp; sourceTree = "<group>"; };
- 1ED0FD62124BB9380029177F /* DecodeStepTranslation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DecodeStepTranslation.h; path = src/DecodeStepTranslation.h; sourceTree = "<group>"; };
- 1ED0FD63124BB9380029177F /* Dictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Dictionary.cpp; path = src/Dictionary.cpp; sourceTree = "<group>"; };
- 1ED0FD64124BB9380029177F /* Dictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Dictionary.h; path = src/Dictionary.h; sourceTree = "<group>"; };
- 1ED0FD65124BB9380029177F /* DotChart.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DotChart.cpp; path = src/DotChart.cpp; sourceTree = "<group>"; };
- 1ED0FD66124BB9380029177F /* DotChart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DotChart.h; path = src/DotChart.h; sourceTree = "<group>"; };
- 1ED0FD67124BB9380029177F /* DotChartOnDisk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DotChartOnDisk.cpp; path = src/DotChartOnDisk.cpp; sourceTree = "<group>"; };
- 1ED0FD68124BB9380029177F /* DotChartOnDisk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DotChartOnDisk.h; path = src/DotChartOnDisk.h; sourceTree = "<group>"; };
- 1ED0FD69124BB9380029177F /* DummyScoreProducers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DummyScoreProducers.cpp; path = src/DummyScoreProducers.cpp; sourceTree = "<group>"; };
- 1ED0FD6A124BB9380029177F /* DummyScoreProducers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DummyScoreProducers.h; path = src/DummyScoreProducers.h; sourceTree = "<group>"; };
- 1ED0FD6C124BB9380029177F /* fdstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fdstream.h; sourceTree = "<group>"; };
- 1ED0FD6D124BB9380029177F /* file.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file.cpp; sourceTree = "<group>"; };
- 1ED0FD6E124BB9380029177F /* file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = file.h; sourceTree = "<group>"; };
- 1ED0FD6F124BB9380029177F /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = "<group>"; };
- 1ED0FD70124BB9380029177F /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils.h; sourceTree = "<group>"; };
- 1ED0FD71124BB9380029177F /* vocab.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vocab.cpp; sourceTree = "<group>"; };
- 1ED0FD72124BB9380029177F /* vocab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vocab.h; sourceTree = "<group>"; };
- 1ED0FD73124BB9380029177F /* DynSuffixArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DynSuffixArray.cpp; path = src/DynSuffixArray.cpp; sourceTree = "<group>"; };
- 1ED0FD74124BB9380029177F /* DynSuffixArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DynSuffixArray.h; path = src/DynSuffixArray.h; sourceTree = "<group>"; };
- 1ED0FD75124BB9380029177F /* Factor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Factor.cpp; path = src/Factor.cpp; sourceTree = "<group>"; };
- 1ED0FD76124BB9380029177F /* Factor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Factor.h; path = src/Factor.h; sourceTree = "<group>"; };
- 1ED0FD77124BB9380029177F /* FactorCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FactorCollection.cpp; path = src/FactorCollection.cpp; sourceTree = "<group>"; };
- 1ED0FD78124BB9380029177F /* FactorCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FactorCollection.h; path = src/FactorCollection.h; sourceTree = "<group>"; };
- 1ED0FD79124BB9380029177F /* FactorTypeSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FactorTypeSet.cpp; path = src/FactorTypeSet.cpp; sourceTree = "<group>"; };
- 1ED0FD7A124BB9380029177F /* FactorTypeSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FactorTypeSet.h; path = src/FactorTypeSet.h; sourceTree = "<group>"; };
- 1ED0FD7B124BB9380029177F /* FeatureFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FeatureFunction.cpp; path = src/FeatureFunction.cpp; sourceTree = "<group>"; };
- 1ED0FD7C124BB9380029177F /* FeatureFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FeatureFunction.h; path = src/FeatureFunction.h; sourceTree = "<group>"; };
- 1ED0FD7D124BB9380029177F /* FFState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FFState.cpp; path = src/FFState.cpp; sourceTree = "<group>"; };
- 1ED0FD7E124BB9380029177F /* FFState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FFState.h; path = src/FFState.h; sourceTree = "<group>"; };
- 1ED0FD7F124BB9380029177F /* File.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = File.cpp; path = src/File.cpp; sourceTree = "<group>"; };
- 1ED0FD80124BB9380029177F /* File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = File.h; path = src/File.h; sourceTree = "<group>"; };
- 1ED0FD81124BB9380029177F /* FilePtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FilePtr.h; path = src/FilePtr.h; sourceTree = "<group>"; };
- 1ED0FD82124BB9380029177F /* FloydWarshall.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FloydWarshall.cpp; path = src/FloydWarshall.cpp; sourceTree = "<group>"; };
- 1ED0FD83124BB9380029177F /* FloydWarshall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FloydWarshall.h; path = src/FloydWarshall.h; sourceTree = "<group>"; };
- 1ED0FD84124BB9380029177F /* GenerationDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GenerationDictionary.cpp; path = src/GenerationDictionary.cpp; sourceTree = "<group>"; };
- 1ED0FD85124BB9380029177F /* GenerationDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GenerationDictionary.h; path = src/GenerationDictionary.h; sourceTree = "<group>"; };
- 1ED0FD86124BB9380029177F /* GlobalLexicalModel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalLexicalModel.cpp; path = src/GlobalLexicalModel.cpp; sourceTree = "<group>"; };
- 1ED0FD87124BB9380029177F /* GlobalLexicalModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GlobalLexicalModel.h; path = src/GlobalLexicalModel.h; sourceTree = "<group>"; };
- 1ED0FD88124BB9380029177F /* gzfilebuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gzfilebuf.h; path = src/gzfilebuf.h; sourceTree = "<group>"; };
- 1ED0FD89124BB9380029177F /* hash.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hash.cpp; path = src/hash.cpp; sourceTree = "<group>"; };
- 1ED0FD8A124BB9380029177F /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hash.h; path = src/hash.h; sourceTree = "<group>"; };
- 1ED0FD8B124BB9380029177F /* hypergraph.proto */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = hypergraph.proto; path = src/hypergraph.proto; sourceTree = "<group>"; };
- 1ED0FD8C124BB9380029177F /* Hypothesis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Hypothesis.cpp; path = src/Hypothesis.cpp; sourceTree = "<group>"; };
- 1ED0FD8D124BB9380029177F /* Hypothesis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Hypothesis.h; path = src/Hypothesis.h; sourceTree = "<group>"; };
- 1ED0FD8E124BB9380029177F /* HypothesisStack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = HypothesisStack.cpp; path = src/HypothesisStack.cpp; sourceTree = "<group>"; };
- 1ED0FD8F124BB9380029177F /* HypothesisStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HypothesisStack.h; path = src/HypothesisStack.h; sourceTree = "<group>"; };
- 1ED0FD90124BB9380029177F /* HypothesisStackCubePruning.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = HypothesisStackCubePruning.cpp; path = src/HypothesisStackCubePruning.cpp; sourceTree = "<group>"; };
- 1ED0FD91124BB9380029177F /* HypothesisStackCubePruning.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HypothesisStackCubePruning.h; path = src/HypothesisStackCubePruning.h; sourceTree = "<group>"; };
- 1ED0FD92124BB9380029177F /* HypothesisStackNormal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = HypothesisStackNormal.cpp; path = src/HypothesisStackNormal.cpp; sourceTree = "<group>"; };
- 1ED0FD93124BB9380029177F /* HypothesisStackNormal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HypothesisStackNormal.h; path = src/HypothesisStackNormal.h; sourceTree = "<group>"; };
- 1ED0FD94124BB9380029177F /* InputFileStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InputFileStream.cpp; path = src/InputFileStream.cpp; sourceTree = "<group>"; };
- 1ED0FD95124BB9380029177F /* InputFileStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InputFileStream.h; path = src/InputFileStream.h; sourceTree = "<group>"; };
- 1ED0FD96124BB9380029177F /* InputType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InputType.cpp; path = src/InputType.cpp; sourceTree = "<group>"; };
- 1ED0FD97124BB9380029177F /* InputType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InputType.h; path = src/InputType.h; sourceTree = "<group>"; };
- 1ED0FDB3124BB9380029177F /* LexicalReordering.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexicalReordering.cpp; path = src/LexicalReordering.cpp; sourceTree = "<group>"; };
- 1ED0FDB4124BB9380029177F /* LexicalReordering.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LexicalReordering.h; path = src/LexicalReordering.h; sourceTree = "<group>"; };
- 1ED0FDB5124BB9380029177F /* LexicalReorderingState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexicalReorderingState.cpp; path = src/LexicalReorderingState.cpp; sourceTree = "<group>"; };
- 1ED0FDB6124BB9380029177F /* LexicalReorderingState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LexicalReorderingState.h; path = src/LexicalReorderingState.h; sourceTree = "<group>"; };
- 1ED0FDB7124BB9380029177F /* LexicalReorderingTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexicalReorderingTable.cpp; path = src/LexicalReorderingTable.cpp; sourceTree = "<group>"; };
- 1ED0FDB8124BB9380029177F /* LexicalReorderingTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LexicalReorderingTable.h; path = src/LexicalReorderingTable.h; sourceTree = "<group>"; };
- 1ED0FDB9124BB9380029177F /* LMList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LMList.cpp; path = src/LMList.cpp; sourceTree = "<group>"; };
- 1ED0FDBA124BB9380029177F /* LMList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LMList.h; path = src/LMList.h; sourceTree = "<group>"; };
- 1ED0FDBB124BB9380029177F /* LVoc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LVoc.cpp; path = src/LVoc.cpp; sourceTree = "<group>"; };
- 1ED0FDBC124BB9380029177F /* LVoc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LVoc.h; path = src/LVoc.h; sourceTree = "<group>"; };
- 1ED0FDC0124BB9380029177F /* Manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Manager.cpp; path = src/Manager.cpp; sourceTree = "<group>"; };
- 1ED0FDC1124BB9380029177F /* Manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Manager.h; path = src/Manager.h; sourceTree = "<group>"; };
- 1ED0FDC6124BB9380029177F /* ObjectPool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ObjectPool.h; path = src/ObjectPool.h; sourceTree = "<group>"; };
- 1ED0FDC7124BB9380029177F /* Parameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Parameter.cpp; path = src/Parameter.cpp; sourceTree = "<group>"; };
- 1ED0FDC8124BB9380029177F /* Parameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Parameter.h; path = src/Parameter.h; sourceTree = "<group>"; };
- 1ED0FDC9124BB9380029177F /* PartialTranslOptColl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PartialTranslOptColl.cpp; path = src/PartialTranslOptColl.cpp; sourceTree = "<group>"; };
- 1ED0FDCA124BB9380029177F /* PartialTranslOptColl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PartialTranslOptColl.h; path = src/PartialTranslOptColl.h; sourceTree = "<group>"; };
- 1ED0FDCB124BB9380029177F /* PCNTools.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PCNTools.cpp; path = src/PCNTools.cpp; sourceTree = "<group>"; };
- 1ED0FDCC124BB9380029177F /* PCNTools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PCNTools.h; path = src/PCNTools.h; sourceTree = "<group>"; };
- 1ED0FDCD124BB9380029177F /* PDTAimp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PDTAimp.h; path = src/PDTAimp.h; sourceTree = "<group>"; };
- 1ED0FDCE124BB9380029177F /* Phrase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Phrase.cpp; path = src/Phrase.cpp; sourceTree = "<group>"; };
- 1ED0FDCF124BB9380029177F /* Phrase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Phrase.h; path = src/Phrase.h; sourceTree = "<group>"; };
- 1ED0FDD0124BB9380029177F /* PhraseDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionary.cpp; path = src/PhraseDictionary.cpp; sourceTree = "<group>"; };
- 1ED0FDD1124BB9380029177F /* PhraseDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionary.h; path = src/PhraseDictionary.h; sourceTree = "<group>"; };
- 1ED0FDD2124BB9380029177F /* PhraseDictionaryDynSuffixArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryDynSuffixArray.cpp; path = src/PhraseDictionaryDynSuffixArray.cpp; sourceTree = "<group>"; };
- 1ED0FDD3124BB9380029177F /* PhraseDictionaryDynSuffixArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryDynSuffixArray.h; path = src/PhraseDictionaryDynSuffixArray.h; sourceTree = "<group>"; };
- 1ED0FDD4124BB9380029177F /* PhraseDictionaryMemory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryMemory.cpp; path = src/PhraseDictionaryMemory.cpp; sourceTree = "<group>"; };
- 1ED0FDD5124BB9380029177F /* PhraseDictionaryMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryMemory.h; path = src/PhraseDictionaryMemory.h; sourceTree = "<group>"; };
- 1ED0FDD6124BB9380029177F /* PhraseDictionaryNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryNode.cpp; path = src/PhraseDictionaryNode.cpp; sourceTree = "<group>"; };
- 1ED0FDD7124BB9380029177F /* PhraseDictionaryNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryNode.h; path = src/PhraseDictionaryNode.h; sourceTree = "<group>"; };
- 1ED0FDD8124BB9380029177F /* PhraseDictionaryNodeSCFG.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryNodeSCFG.cpp; path = src/PhraseDictionaryNodeSCFG.cpp; sourceTree = "<group>"; };
- 1ED0FDD9124BB9380029177F /* PhraseDictionaryNodeSCFG.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryNodeSCFG.h; path = src/PhraseDictionaryNodeSCFG.h; sourceTree = "<group>"; };
- 1ED0FDDA124BB9380029177F /* PhraseDictionaryOnDisk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryOnDisk.cpp; path = src/PhraseDictionaryOnDisk.cpp; sourceTree = "<group>"; };
- 1ED0FDDB124BB9380029177F /* PhraseDictionaryOnDisk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryOnDisk.h; path = src/PhraseDictionaryOnDisk.h; sourceTree = "<group>"; };
- 1ED0FDDD124BB9380029177F /* PhraseDictionarySCFG.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionarySCFG.cpp; path = src/PhraseDictionarySCFG.cpp; sourceTree = "<group>"; };
- 1ED0FDDF124BB9380029177F /* PhraseDictionaryTree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryTree.cpp; path = src/PhraseDictionaryTree.cpp; sourceTree = "<group>"; };
- 1ED0FDE0124BB9380029177F /* PhraseDictionaryTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryTree.h; path = src/PhraseDictionaryTree.h; sourceTree = "<group>"; };
- 1ED0FDE1124BB9380029177F /* PhraseDictionaryTreeAdaptor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryTreeAdaptor.cpp; path = src/PhraseDictionaryTreeAdaptor.cpp; sourceTree = "<group>"; };
- 1ED0FDE2124BB9380029177F /* PhraseDictionaryTreeAdaptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryTreeAdaptor.h; path = src/PhraseDictionaryTreeAdaptor.h; sourceTree = "<group>"; };
- 1ED0FDE3124BB9380029177F /* PrefixTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PrefixTree.h; path = src/PrefixTree.h; sourceTree = "<group>"; };
- 1ED0FDE4124BB9380029177F /* PrefixTreeMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PrefixTreeMap.cpp; path = src/PrefixTreeMap.cpp; sourceTree = "<group>"; };
- 1ED0FDE5124BB9380029177F /* PrefixTreeMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PrefixTreeMap.h; path = src/PrefixTreeMap.h; sourceTree = "<group>"; };
- 1ED0FDE6124BB9380029177F /* ReorderingConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ReorderingConstraint.cpp; path = src/ReorderingConstraint.cpp; sourceTree = "<group>"; };
- 1ED0FDE7124BB9380029177F /* ReorderingConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ReorderingConstraint.h; path = src/ReorderingConstraint.h; sourceTree = "<group>"; };
- 1ED0FDE8124BB9380029177F /* ReorderingStack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ReorderingStack.cpp; path = src/ReorderingStack.cpp; sourceTree = "<group>"; };
- 1ED0FDE9124BB9380029177F /* ReorderingStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ReorderingStack.h; path = src/ReorderingStack.h; sourceTree = "<group>"; };
- 1ED0FDEA124BB9380029177F /* rule.proto */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rule.proto; path = src/rule.proto; sourceTree = "<group>"; };
- 1ED0FDEB124BB9380029177F /* ScoreComponentCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScoreComponentCollection.cpp; path = src/ScoreComponentCollection.cpp; sourceTree = "<group>"; };
- 1ED0FDEC124BB9380029177F /* ScoreComponentCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScoreComponentCollection.h; path = src/ScoreComponentCollection.h; sourceTree = "<group>"; };
- 1ED0FDED124BB9380029177F /* ScoreIndexManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScoreIndexManager.cpp; path = src/ScoreIndexManager.cpp; sourceTree = "<group>"; };
- 1ED0FDEE124BB9380029177F /* ScoreIndexManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScoreIndexManager.h; path = src/ScoreIndexManager.h; sourceTree = "<group>"; };
- 1ED0FDEF124BB9380029177F /* ScoreProducer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScoreProducer.cpp; path = src/ScoreProducer.cpp; sourceTree = "<group>"; };
- 1ED0FDF0124BB9380029177F /* ScoreProducer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScoreProducer.h; path = src/ScoreProducer.h; sourceTree = "<group>"; };
- 1ED0FDF1124BB9380029177F /* Search.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Search.cpp; path = src/Search.cpp; sourceTree = "<group>"; };
- 1ED0FDF2124BB9380029177F /* Search.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Search.h; path = src/Search.h; sourceTree = "<group>"; };
- 1ED0FDF3124BB9380029177F /* SearchCubePruning.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SearchCubePruning.cpp; path = src/SearchCubePruning.cpp; sourceTree = "<group>"; };
- 1ED0FDF4124BB9380029177F /* SearchCubePruning.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SearchCubePruning.h; path = src/SearchCubePruning.h; sourceTree = "<group>"; };
- 1ED0FDF5124BB9380029177F /* SearchNormal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SearchNormal.cpp; path = src/SearchNormal.cpp; sourceTree = "<group>"; };
- 1ED0FDF6124BB9380029177F /* SearchNormal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SearchNormal.h; path = src/SearchNormal.h; sourceTree = "<group>"; };
- 1ED0FDF7124BB9380029177F /* Sentence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Sentence.cpp; path = src/Sentence.cpp; sourceTree = "<group>"; };
- 1ED0FDF8124BB9380029177F /* Sentence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Sentence.h; path = src/Sentence.h; sourceTree = "<group>"; };
- 1ED0FDF9124BB9380029177F /* SentenceStats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SentenceStats.cpp; path = src/SentenceStats.cpp; sourceTree = "<group>"; };
- 1ED0FDFA124BB9380029177F /* SentenceStats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentenceStats.h; path = src/SentenceStats.h; sourceTree = "<group>"; };
- 1ED0FDFB124BB9380029177F /* SquareMatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SquareMatrix.cpp; path = src/SquareMatrix.cpp; sourceTree = "<group>"; };
- 1ED0FDFC124BB9380029177F /* SquareMatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SquareMatrix.h; path = src/SquareMatrix.h; sourceTree = "<group>"; };
- 1ED0FDFD124BB9380029177F /* StaticData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StaticData.cpp; path = src/StaticData.cpp; sourceTree = "<group>"; };
- 1ED0FDFE124BB9380029177F /* StaticData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StaticData.h; path = src/StaticData.h; sourceTree = "<group>"; };
- 1ED0FDFF124BB9380029177F /* TargetPhrase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TargetPhrase.cpp; path = src/TargetPhrase.cpp; sourceTree = "<group>"; };
- 1ED0FE00124BB9380029177F /* TargetPhrase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TargetPhrase.h; path = src/TargetPhrase.h; sourceTree = "<group>"; };
- 1ED0FE01124BB9380029177F /* TargetPhraseCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TargetPhraseCollection.cpp; path = src/TargetPhraseCollection.cpp; sourceTree = "<group>"; };
- 1ED0FE02124BB9380029177F /* TargetPhraseCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TargetPhraseCollection.h; path = src/TargetPhraseCollection.h; sourceTree = "<group>"; };
- 1ED0FE03124BB9380029177F /* Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Timer.cpp; path = src/Timer.cpp; sourceTree = "<group>"; };
- 1ED0FE04124BB9380029177F /* Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Timer.h; path = src/Timer.h; sourceTree = "<group>"; };
- 1ED0FE05124BB9380029177F /* TranslationOption.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationOption.cpp; path = src/TranslationOption.cpp; sourceTree = "<group>"; };
- 1ED0FE06124BB9380029177F /* TranslationOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationOption.h; path = src/TranslationOption.h; sourceTree = "<group>"; };
- 1ED0FE07124BB9380029177F /* TranslationOptionCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationOptionCollection.cpp; path = src/TranslationOptionCollection.cpp; sourceTree = "<group>"; };
- 1ED0FE08124BB9380029177F /* TranslationOptionCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationOptionCollection.h; path = src/TranslationOptionCollection.h; sourceTree = "<group>"; };
- 1ED0FE09124BB9380029177F /* TranslationOptionCollectionConfusionNet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationOptionCollectionConfusionNet.cpp; path = src/TranslationOptionCollectionConfusionNet.cpp; sourceTree = "<group>"; };
- 1ED0FE0A124BB9380029177F /* TranslationOptionCollectionConfusionNet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationOptionCollectionConfusionNet.h; path = src/TranslationOptionCollectionConfusionNet.h; sourceTree = "<group>"; };
- 1ED0FE0B124BB9380029177F /* TranslationOptionCollectionText.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationOptionCollectionText.cpp; path = src/TranslationOptionCollectionText.cpp; sourceTree = "<group>"; };
- 1ED0FE0C124BB9380029177F /* TranslationOptionCollectionText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationOptionCollectionText.h; path = src/TranslationOptionCollectionText.h; sourceTree = "<group>"; };
- 1ED0FE0D124BB9380029177F /* TranslationOptionList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationOptionList.cpp; path = src/TranslationOptionList.cpp; sourceTree = "<group>"; };
- 1ED0FE0E124BB9380029177F /* TranslationOptionList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationOptionList.h; path = src/TranslationOptionList.h; sourceTree = "<group>"; };
- 1ED0FE0F124BB9380029177F /* TranslationSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationSystem.cpp; path = src/TranslationSystem.cpp; sourceTree = "<group>"; };
- 1ED0FE10124BB9380029177F /* TranslationSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationSystem.h; path = src/TranslationSystem.h; sourceTree = "<group>"; };
- 1ED0FE11124BB9380029177F /* TreeInput.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TreeInput.cpp; path = src/TreeInput.cpp; sourceTree = "<group>"; };
- 1ED0FE12124BB9380029177F /* TreeInput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TreeInput.h; path = src/TreeInput.h; sourceTree = "<group>"; };
- 1ED0FE13124BB9380029177F /* TrellisPath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TrellisPath.cpp; path = src/TrellisPath.cpp; sourceTree = "<group>"; };
- 1ED0FE14124BB9380029177F /* TrellisPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TrellisPath.h; path = src/TrellisPath.h; sourceTree = "<group>"; };
- 1ED0FE15124BB9380029177F /* TrellisPathCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TrellisPathCollection.cpp; path = src/TrellisPathCollection.cpp; sourceTree = "<group>"; };
- 1ED0FE16124BB9380029177F /* TrellisPathCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TrellisPathCollection.h; path = src/TrellisPathCollection.h; sourceTree = "<group>"; };
- 1ED0FE17124BB9380029177F /* TrellisPathList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TrellisPathList.h; path = src/TrellisPathList.h; sourceTree = "<group>"; };
- 1ED0FE18124BB9380029177F /* TypeDef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TypeDef.h; path = src/TypeDef.h; sourceTree = "<group>"; };
- 1ED0FE19124BB9380029177F /* UniqueObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UniqueObject.h; path = src/UniqueObject.h; sourceTree = "<group>"; };
- 1ED0FE1A124BB9380029177F /* UserMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = UserMessage.cpp; path = src/UserMessage.cpp; sourceTree = "<group>"; };
- 1ED0FE1B124BB9380029177F /* UserMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UserMessage.h; path = src/UserMessage.h; sourceTree = "<group>"; };
- 1ED0FE1C124BB9380029177F /* Util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Util.cpp; path = src/Util.cpp; sourceTree = "<group>"; };
- 1ED0FE1D124BB9380029177F /* Util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Util.h; path = src/Util.h; sourceTree = "<group>"; };
- 1ED0FE1E124BB9380029177F /* Word.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Word.cpp; path = src/Word.cpp; sourceTree = "<group>"; };
- 1ED0FE1F124BB9380029177F /* Word.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Word.h; path = src/Word.h; sourceTree = "<group>"; };
- 1ED0FE22124BB9380029177F /* WordLattice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WordLattice.cpp; path = src/WordLattice.cpp; sourceTree = "<group>"; };
- 1ED0FE23124BB9380029177F /* WordLattice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WordLattice.h; path = src/WordLattice.h; sourceTree = "<group>"; };
- 1ED0FE24124BB9380029177F /* WordsBitmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WordsBitmap.cpp; path = src/WordsBitmap.cpp; sourceTree = "<group>"; };
- 1ED0FE25124BB9380029177F /* WordsBitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WordsBitmap.h; path = src/WordsBitmap.h; sourceTree = "<group>"; };
- 1ED0FE26124BB9380029177F /* WordsRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WordsRange.cpp; path = src/WordsRange.cpp; sourceTree = "<group>"; };
- 1ED0FE27124BB9380029177F /* WordsRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WordsRange.h; path = src/WordsRange.h; sourceTree = "<group>"; };
- 1ED0FE28124BB9380029177F /* XmlOption.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XmlOption.cpp; path = src/XmlOption.cpp; sourceTree = "<group>"; };
- 1ED0FE29124BB9380029177F /* XmlOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XmlOption.h; path = src/XmlOption.h; sourceTree = "<group>"; };
- 1ED0FFD1124BC0BF0029177F /* ChartTranslationOptionList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTranslationOptionList.cpp; path = src/ChartTranslationOptionList.cpp; sourceTree = "<group>"; };
- 1ED0FFD2124BC0BF0029177F /* ChartTranslationOptionList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTranslationOptionList.h; path = src/ChartTranslationOptionList.h; sourceTree = "<group>"; };
- 1ED22EE313DD96B0000DE8C9 /* DotChartInMemory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DotChartInMemory.cpp; path = src/DotChartInMemory.cpp; sourceTree = "<group>"; };
- 1ED22EE413DD96B0000DE8C9 /* DotChartInMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DotChartInMemory.h; path = src/DotChartInMemory.h; sourceTree = "<group>"; };
- 1EE58D9D133726C700D93158 /* NonTerminal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NonTerminal.cpp; path = src/NonTerminal.cpp; sourceTree = "<group>"; };
- 1EE58D9E133726C700D93158 /* NonTerminal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NonTerminal.h; path = src/NonTerminal.h; sourceTree = "<group>"; };
- 1EEB43ED1264A6F200739BA5 /* PhraseDictionarySCFG.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionarySCFG.h; path = src/PhraseDictionarySCFG.h; sourceTree = "<group>"; };
+ 1EAC362C14CDC79300DF97C3 /* Loader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Loader.h; path = ../../moses/src/RuleTable/Loader.h; sourceTree = "<group>"; };
+ 1EAC362D14CDC79300DF97C3 /* LoaderCompact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LoaderCompact.cpp; path = ../../moses/src/RuleTable/LoaderCompact.cpp; sourceTree = "<group>"; };
+ 1EAC362E14CDC79300DF97C3 /* LoaderCompact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LoaderCompact.h; path = ../../moses/src/RuleTable/LoaderCompact.h; sourceTree = "<group>"; };
+ 1EAC362F14CDC79300DF97C3 /* LoaderFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LoaderFactory.cpp; path = ../../moses/src/RuleTable/LoaderFactory.cpp; sourceTree = "<group>"; };
+ 1EAC363014CDC79300DF97C3 /* LoaderFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LoaderFactory.h; path = ../../moses/src/RuleTable/LoaderFactory.h; sourceTree = "<group>"; };
+ 1EAC363114CDC79300DF97C3 /* LoaderHiero.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LoaderHiero.cpp; path = ../../moses/src/RuleTable/LoaderHiero.cpp; sourceTree = "<group>"; };
+ 1EAC363214CDC79300DF97C3 /* LoaderHiero.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LoaderHiero.h; path = ../../moses/src/RuleTable/LoaderHiero.h; sourceTree = "<group>"; };
+ 1EAC363314CDC79300DF97C3 /* LoaderStandard.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LoaderStandard.cpp; path = ../../moses/src/RuleTable/LoaderStandard.cpp; sourceTree = "<group>"; };
+ 1EAC363414CDC79300DF97C3 /* LoaderStandard.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LoaderStandard.h; path = ../../moses/src/RuleTable/LoaderStandard.h; sourceTree = "<group>"; };
+ 1EC735D314B977AA00238410 /* AlignmentInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AlignmentInfo.cpp; path = ../../moses/src/AlignmentInfo.cpp; sourceTree = "<group>"; };
+ 1EC735D414B977AA00238410 /* AlignmentInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AlignmentInfo.h; path = ../../moses/src/AlignmentInfo.h; sourceTree = "<group>"; };
+ 1EC735D514B977AA00238410 /* AlignmentInfoCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AlignmentInfoCollection.cpp; path = ../../moses/src/AlignmentInfoCollection.cpp; sourceTree = "<group>"; };
+ 1EC735D614B977AA00238410 /* AlignmentInfoCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AlignmentInfoCollection.h; path = ../../moses/src/AlignmentInfoCollection.h; sourceTree = "<group>"; };
+ 1EC735D714B977AA00238410 /* BilingualDynSuffixArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BilingualDynSuffixArray.cpp; path = ../../moses/src/BilingualDynSuffixArray.cpp; sourceTree = "<group>"; };
+ 1EC735D814B977AA00238410 /* BilingualDynSuffixArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BilingualDynSuffixArray.h; path = ../../moses/src/BilingualDynSuffixArray.h; sourceTree = "<group>"; };
+ 1EC735D914B977AA00238410 /* BitmapContainer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BitmapContainer.cpp; path = ../../moses/src/BitmapContainer.cpp; sourceTree = "<group>"; };
+ 1EC735DA14B977AA00238410 /* BitmapContainer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BitmapContainer.h; path = ../../moses/src/BitmapContainer.h; sourceTree = "<group>"; };
+ 1EC735DB14B977AA00238410 /* CellCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CellCollection.h; path = ../../moses/src/CellCollection.h; sourceTree = "<group>"; };
+ 1EC735DC14B977AA00238410 /* ChartCell.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartCell.cpp; path = ../../moses/src/ChartCell.cpp; sourceTree = "<group>"; };
+ 1EC735DD14B977AA00238410 /* ChartCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartCell.h; path = ../../moses/src/ChartCell.h; sourceTree = "<group>"; };
+ 1EC735DE14B977AA00238410 /* ChartCellCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartCellCollection.cpp; path = ../../moses/src/ChartCellCollection.cpp; sourceTree = "<group>"; };
+ 1EC735DF14B977AA00238410 /* ChartCellCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartCellCollection.h; path = ../../moses/src/ChartCellCollection.h; sourceTree = "<group>"; };
+ 1EC735E014B977AA00238410 /* ChartCellLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartCellLabel.h; path = ../../moses/src/ChartCellLabel.h; sourceTree = "<group>"; };
+ 1EC735E114B977AA00238410 /* ChartCellLabelSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartCellLabelSet.h; path = ../../moses/src/ChartCellLabelSet.h; sourceTree = "<group>"; };
+ 1EC735E214B977AA00238410 /* ChartHypothesis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartHypothesis.cpp; path = ../../moses/src/ChartHypothesis.cpp; sourceTree = "<group>"; };
+ 1EC735E314B977AA00238410 /* ChartHypothesis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartHypothesis.h; path = ../../moses/src/ChartHypothesis.h; sourceTree = "<group>"; };
+ 1EC735E414B977AA00238410 /* ChartHypothesisCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartHypothesisCollection.cpp; path = ../../moses/src/ChartHypothesisCollection.cpp; sourceTree = "<group>"; };
+ 1EC735E514B977AA00238410 /* ChartHypothesisCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartHypothesisCollection.h; path = ../../moses/src/ChartHypothesisCollection.h; sourceTree = "<group>"; };
+ 1EC735E614B977AA00238410 /* ChartManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartManager.cpp; path = ../../moses/src/ChartManager.cpp; sourceTree = "<group>"; };
+ 1EC735E714B977AA00238410 /* ChartManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartManager.h; path = ../../moses/src/ChartManager.h; sourceTree = "<group>"; };
+ 1EC735E914B977AA00238410 /* ChartRuleLookupManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartRuleLookupManager.h; path = ../../moses/src/ChartRuleLookupManager.h; sourceTree = "<group>"; };
+ 1EC735EE14B977AA00238410 /* ChartTranslationOption.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTranslationOption.cpp; path = ../../moses/src/ChartTranslationOption.cpp; sourceTree = "<group>"; };
+ 1EC735EF14B977AA00238410 /* ChartTranslationOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTranslationOption.h; path = ../../moses/src/ChartTranslationOption.h; sourceTree = "<group>"; };
+ 1EC735F014B977AA00238410 /* ChartTranslationOptionCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTranslationOptionCollection.cpp; path = ../../moses/src/ChartTranslationOptionCollection.cpp; sourceTree = "<group>"; };
+ 1EC735F114B977AA00238410 /* ChartTranslationOptionCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTranslationOptionCollection.h; path = ../../moses/src/ChartTranslationOptionCollection.h; sourceTree = "<group>"; };
+ 1EC735F214B977AA00238410 /* ChartTranslationOptionList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTranslationOptionList.cpp; path = ../../moses/src/ChartTranslationOptionList.cpp; sourceTree = "<group>"; };
+ 1EC735F314B977AA00238410 /* ChartTranslationOptionList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTranslationOptionList.h; path = ../../moses/src/ChartTranslationOptionList.h; sourceTree = "<group>"; };
+ 1EC735F414B977AA00238410 /* ChartTrellisDetour.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisDetour.cpp; path = ../../moses/src/ChartTrellisDetour.cpp; sourceTree = "<group>"; };
+ 1EC735F514B977AA00238410 /* ChartTrellisDetour.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisDetour.h; path = ../../moses/src/ChartTrellisDetour.h; sourceTree = "<group>"; };
+ 1EC735F614B977AA00238410 /* ChartTrellisDetourQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisDetourQueue.cpp; path = ../../moses/src/ChartTrellisDetourQueue.cpp; sourceTree = "<group>"; };
+ 1EC735F714B977AA00238410 /* ChartTrellisDetourQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisDetourQueue.h; path = ../../moses/src/ChartTrellisDetourQueue.h; sourceTree = "<group>"; };
+ 1EC735F814B977AA00238410 /* ChartTrellisNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisNode.cpp; path = ../../moses/src/ChartTrellisNode.cpp; sourceTree = "<group>"; };
+ 1EC735F914B977AA00238410 /* ChartTrellisNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisNode.h; path = ../../moses/src/ChartTrellisNode.h; sourceTree = "<group>"; };
+ 1EC735FA14B977AA00238410 /* ChartTrellisPath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartTrellisPath.cpp; path = ../../moses/src/ChartTrellisPath.cpp; sourceTree = "<group>"; };
+ 1EC735FB14B977AA00238410 /* ChartTrellisPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisPath.h; path = ../../moses/src/ChartTrellisPath.h; sourceTree = "<group>"; };
+ 1EC735FC14B977AA00238410 /* ChartTrellisPathList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartTrellisPathList.h; path = ../../moses/src/ChartTrellisPathList.h; sourceTree = "<group>"; };
+ 1EC735FD14B977AA00238410 /* ConfusionNet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ConfusionNet.cpp; path = ../../moses/src/ConfusionNet.cpp; sourceTree = "<group>"; };
+ 1EC735FE14B977AA00238410 /* ConfusionNet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ConfusionNet.h; path = ../../moses/src/ConfusionNet.h; sourceTree = "<group>"; };
+ 1EC735FF14B977AA00238410 /* DecodeFeature.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DecodeFeature.cpp; path = ../../moses/src/DecodeFeature.cpp; sourceTree = "<group>"; };
+ 1EC7360014B977AA00238410 /* DecodeFeature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DecodeFeature.h; path = ../../moses/src/DecodeFeature.h; sourceTree = "<group>"; };
+ 1EC7360114B977AA00238410 /* DecodeGraph.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DecodeGraph.cpp; path = ../../moses/src/DecodeGraph.cpp; sourceTree = "<group>"; };
+ 1EC7360214B977AA00238410 /* DecodeGraph.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DecodeGraph.h; path = ../../moses/src/DecodeGraph.h; sourceTree = "<group>"; };
+ 1EC7360314B977AA00238410 /* DecodeStep.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DecodeStep.cpp; path = ../../moses/src/DecodeStep.cpp; sourceTree = "<group>"; };
+ 1EC7360414B977AA00238410 /* DecodeStep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DecodeStep.h; path = ../../moses/src/DecodeStep.h; sourceTree = "<group>"; };
+ 1EC7360514B977AA00238410 /* DecodeStepGeneration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DecodeStepGeneration.cpp; path = ../../moses/src/DecodeStepGeneration.cpp; sourceTree = "<group>"; };
+ 1EC7360614B977AA00238410 /* DecodeStepGeneration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DecodeStepGeneration.h; path = ../../moses/src/DecodeStepGeneration.h; sourceTree = "<group>"; };
+ 1EC7360714B977AA00238410 /* DecodeStepTranslation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DecodeStepTranslation.cpp; path = ../../moses/src/DecodeStepTranslation.cpp; sourceTree = "<group>"; };
+ 1EC7360814B977AA00238410 /* DecodeStepTranslation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DecodeStepTranslation.h; path = ../../moses/src/DecodeStepTranslation.h; sourceTree = "<group>"; };
+ 1EC7360914B977AA00238410 /* Dictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Dictionary.cpp; path = ../../moses/src/Dictionary.cpp; sourceTree = "<group>"; };
+ 1EC7360A14B977AA00238410 /* Dictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Dictionary.h; path = ../../moses/src/Dictionary.h; sourceTree = "<group>"; };
+ 1EC7361114B977AA00238410 /* DummyScoreProducers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DummyScoreProducers.cpp; path = ../../moses/src/DummyScoreProducers.cpp; sourceTree = "<group>"; };
+ 1EC7361214B977AA00238410 /* DummyScoreProducers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DummyScoreProducers.h; path = ../../moses/src/DummyScoreProducers.h; sourceTree = "<group>"; };
+ 1EC7361414B977AA00238410 /* fdstream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fdstream.h; sourceTree = "<group>"; };
+ 1EC7361514B977AA00238410 /* file.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file.cpp; sourceTree = "<group>"; };
+ 1EC7361614B977AA00238410 /* file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = file.h; sourceTree = "<group>"; };
+ 1EC7361714B977AA00238410 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = "<group>"; };
+ 1EC7361814B977AA00238410 /* hash.h.orig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = hash.h.orig; sourceTree = "<group>"; };
+ 1EC7361914B977AA00238410 /* onlineRLM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = onlineRLM.h; sourceTree = "<group>"; };
+ 1EC7361A14B977AA00238410 /* onlineRLM.h.orig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = onlineRLM.h.orig; sourceTree = "<group>"; };
+ 1EC7361B14B977AA00238410 /* params.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = params.cpp; sourceTree = "<group>"; };
+ 1EC7361C14B977AA00238410 /* params.cpp.orig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = params.cpp.orig; sourceTree = "<group>"; };
+ 1EC7361D14B977AA00238410 /* params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = params.h; sourceTree = "<group>"; };
+ 1EC7361E14B977AA00238410 /* params.h.orig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = params.h.orig; sourceTree = "<group>"; };
+ 1EC7361F14B977AA00238410 /* perfectHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = perfectHash.h; sourceTree = "<group>"; };
+ 1EC7362014B977AA00238410 /* perfectHash.h.orig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = perfectHash.h.orig; sourceTree = "<group>"; };
+ 1EC7362114B977AA00238410 /* quantizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = quantizer.h; sourceTree = "<group>"; };
+ 1EC7362214B977AA00238410 /* quantizer.h.orig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = quantizer.h.orig; sourceTree = "<group>"; };
+ 1EC7362314B977AA00238410 /* RandLMCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RandLMCache.h; sourceTree = "<group>"; };
+ 1EC7362414B977AA00238410 /* RandLMCache.h.orig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = RandLMCache.h.orig; sourceTree = "<group>"; };
+ 1EC7362514B977AA00238410 /* RandLMFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RandLMFilter.h; sourceTree = "<group>"; };
+ 1EC7362614B977AA00238410 /* RandLMFilter.h.orig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = RandLMFilter.h.orig; sourceTree = "<group>"; };
+ 1EC7362714B977AA00238410 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = types.h; sourceTree = "<group>"; };
+ 1EC7362814B977AA00238410 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils.h; sourceTree = "<group>"; };
+ 1EC7362914B977AA00238410 /* vocab.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vocab.cpp; sourceTree = "<group>"; };
+ 1EC7362A14B977AA00238410 /* vocab.cpp.orig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vocab.cpp.orig; sourceTree = "<group>"; };
+ 1EC7362B14B977AA00238410 /* vocab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vocab.h; sourceTree = "<group>"; };
+ 1EC7362C14B977AA00238410 /* DynSuffixArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DynSuffixArray.cpp; path = ../../moses/src/DynSuffixArray.cpp; sourceTree = "<group>"; };
+ 1EC7362D14B977AA00238410 /* DynSuffixArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DynSuffixArray.h; path = ../../moses/src/DynSuffixArray.h; sourceTree = "<group>"; };
+ 1EC7362E14B977AA00238410 /* Factor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Factor.cpp; path = ../../moses/src/Factor.cpp; sourceTree = "<group>"; };
+ 1EC7362F14B977AA00238410 /* Factor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Factor.h; path = ../../moses/src/Factor.h; sourceTree = "<group>"; };
+ 1EC7363014B977AA00238410 /* FactorCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FactorCollection.cpp; path = ../../moses/src/FactorCollection.cpp; sourceTree = "<group>"; };
+ 1EC7363114B977AA00238410 /* FactorCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FactorCollection.h; path = ../../moses/src/FactorCollection.h; sourceTree = "<group>"; };
+ 1EC7363214B977AA00238410 /* FactorTypeSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FactorTypeSet.cpp; path = ../../moses/src/FactorTypeSet.cpp; sourceTree = "<group>"; };
+ 1EC7363314B977AA00238410 /* FactorTypeSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FactorTypeSet.h; path = ../../moses/src/FactorTypeSet.h; sourceTree = "<group>"; };
+ 1EC7363414B977AA00238410 /* FeatureFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FeatureFunction.cpp; path = ../../moses/src/FeatureFunction.cpp; sourceTree = "<group>"; };
+ 1EC7363514B977AA00238410 /* FeatureFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FeatureFunction.h; path = ../../moses/src/FeatureFunction.h; sourceTree = "<group>"; };
+ 1EC7363614B977AA00238410 /* FFState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FFState.cpp; path = ../../moses/src/FFState.cpp; sourceTree = "<group>"; };
+ 1EC7363714B977AA00238410 /* FFState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FFState.h; path = ../../moses/src/FFState.h; sourceTree = "<group>"; };
+ 1EC7363814B977AA00238410 /* File.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = File.cpp; path = ../../moses/src/File.cpp; sourceTree = "<group>"; };
+ 1EC7363914B977AA00238410 /* File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = File.h; path = ../../moses/src/File.h; sourceTree = "<group>"; };
+ 1EC7363A14B977AA00238410 /* FilePtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FilePtr.h; path = ../../moses/src/FilePtr.h; sourceTree = "<group>"; };
+ 1EC7363B14B977AA00238410 /* FloydWarshall.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FloydWarshall.cpp; path = ../../moses/src/FloydWarshall.cpp; sourceTree = "<group>"; };
+ 1EC7363C14B977AA00238410 /* FloydWarshall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FloydWarshall.h; path = ../../moses/src/FloydWarshall.h; sourceTree = "<group>"; };
+ 1EC7363D14B977AA00238410 /* GenerationDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GenerationDictionary.cpp; path = ../../moses/src/GenerationDictionary.cpp; sourceTree = "<group>"; };
+ 1EC7363E14B977AA00238410 /* GenerationDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GenerationDictionary.h; path = ../../moses/src/GenerationDictionary.h; sourceTree = "<group>"; };
+ 1EC7363F14B977AA00238410 /* GlobalLexicalModel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GlobalLexicalModel.cpp; path = ../../moses/src/GlobalLexicalModel.cpp; sourceTree = "<group>"; };
+ 1EC7364014B977AA00238410 /* GlobalLexicalModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GlobalLexicalModel.h; path = ../../moses/src/GlobalLexicalModel.h; sourceTree = "<group>"; };
+ 1EC7364114B977AA00238410 /* gzfilebuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gzfilebuf.h; path = ../../moses/src/gzfilebuf.h; sourceTree = "<group>"; };
+ 1EC7364214B977AA00238410 /* hash.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hash.cpp; path = ../../moses/src/hash.cpp; sourceTree = "<group>"; };
+ 1EC7364314B977AA00238410 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hash.h; path = ../../moses/src/hash.h; sourceTree = "<group>"; };
+ 1EC7364414B977AA00238410 /* hypergraph.proto */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = hypergraph.proto; path = ../../moses/src/hypergraph.proto; sourceTree = "<group>"; };
+ 1EC7364514B977AA00238410 /* Hypothesis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Hypothesis.cpp; path = ../../moses/src/Hypothesis.cpp; sourceTree = "<group>"; };
+ 1EC7364614B977AA00238410 /* Hypothesis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Hypothesis.h; path = ../../moses/src/Hypothesis.h; sourceTree = "<group>"; };
+ 1EC7364714B977AA00238410 /* HypothesisStack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = HypothesisStack.cpp; path = ../../moses/src/HypothesisStack.cpp; sourceTree = "<group>"; };
+ 1EC7364814B977AA00238410 /* HypothesisStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HypothesisStack.h; path = ../../moses/src/HypothesisStack.h; sourceTree = "<group>"; };
+ 1EC7364914B977AA00238410 /* HypothesisStackCubePruning.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = HypothesisStackCubePruning.cpp; path = ../../moses/src/HypothesisStackCubePruning.cpp; sourceTree = "<group>"; };
+ 1EC7364A14B977AA00238410 /* HypothesisStackCubePruning.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HypothesisStackCubePruning.h; path = ../../moses/src/HypothesisStackCubePruning.h; sourceTree = "<group>"; };
+ 1EC7364B14B977AA00238410 /* HypothesisStackNormal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = HypothesisStackNormal.cpp; path = ../../moses/src/HypothesisStackNormal.cpp; sourceTree = "<group>"; };
+ 1EC7364C14B977AA00238410 /* HypothesisStackNormal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HypothesisStackNormal.h; path = ../../moses/src/HypothesisStackNormal.h; sourceTree = "<group>"; };
+ 1EC7364D14B977AA00238410 /* InputFileStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InputFileStream.cpp; path = ../../moses/src/InputFileStream.cpp; sourceTree = "<group>"; };
+ 1EC7364E14B977AA00238410 /* InputFileStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InputFileStream.h; path = ../../moses/src/InputFileStream.h; sourceTree = "<group>"; };
+ 1EC7364F14B977AA00238410 /* InputType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InputType.cpp; path = ../../moses/src/InputType.cpp; sourceTree = "<group>"; };
+ 1EC7365014B977AA00238410 /* InputType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InputType.h; path = ../../moses/src/InputType.h; sourceTree = "<group>"; };
+ 1EC7365414B977AA00238410 /* LexicalReordering.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexicalReordering.cpp; path = ../../moses/src/LexicalReordering.cpp; sourceTree = "<group>"; };
+ 1EC7365514B977AA00238410 /* LexicalReordering.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LexicalReordering.h; path = ../../moses/src/LexicalReordering.h; sourceTree = "<group>"; };
+ 1EC7365614B977AA00238410 /* LexicalReorderingState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexicalReorderingState.cpp; path = ../../moses/src/LexicalReorderingState.cpp; sourceTree = "<group>"; };
+ 1EC7365714B977AA00238410 /* LexicalReorderingState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LexicalReorderingState.h; path = ../../moses/src/LexicalReorderingState.h; sourceTree = "<group>"; };
+ 1EC7365814B977AA00238410 /* LexicalReorderingTable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexicalReorderingTable.cpp; path = ../../moses/src/LexicalReorderingTable.cpp; sourceTree = "<group>"; };
+ 1EC7365914B977AA00238410 /* LexicalReorderingTable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LexicalReorderingTable.h; path = ../../moses/src/LexicalReorderingTable.h; sourceTree = "<group>"; };
+ 1EC7365C14B977AA00238410 /* Base.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Base.cpp; sourceTree = "<group>"; };
+ 1EC7365E14B977AA00238410 /* Base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Base.h; sourceTree = "<group>"; };
+ 1EC7368714B977AA00238410 /* Factory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Factory.cpp; sourceTree = "<group>"; };
+ 1EC7368814B977AA00238410 /* Factory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Factory.h; sourceTree = "<group>"; };
+ 1EC7368914B977AA00238410 /* Implementation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Implementation.cpp; sourceTree = "<group>"; };
+ 1EC7368B14B977AA00238410 /* Implementation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Implementation.h; sourceTree = "<group>"; };
+ 1EC7368D14B977AA00238410 /* IRST.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IRST.cpp; sourceTree = "<group>"; };
+ 1EC7368F14B977AA00238410 /* IRST.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IRST.h; sourceTree = "<group>"; };
+ 1EC7369114B977AA00238410 /* Joint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Joint.cpp; sourceTree = "<group>"; };
+ 1EC7369214B977AA00238410 /* Joint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Joint.h; sourceTree = "<group>"; };
+ 1EC7369314B977AA00238410 /* Ken.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Ken.cpp; sourceTree = "<group>"; };
+ 1EC7369514B977AA00238410 /* Ken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Ken.h; sourceTree = "<group>"; };
+ 1EC7369714B977AA00238410 /* MultiFactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MultiFactor.cpp; sourceTree = "<group>"; };
+ 1EC7369814B977AA00238410 /* MultiFactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MultiFactor.h; sourceTree = "<group>"; };
+ 1EC7369914B977AA00238410 /* ORLM.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ORLM.cpp; sourceTree = "<group>"; };
+ 1EC7369B14B977AA00238410 /* ORLM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ORLM.h; sourceTree = "<group>"; };
+ 1EC736A314B977AA00238410 /* Remote.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Remote.cpp; sourceTree = "<group>"; };
+ 1EC736A414B977AA00238410 /* Remote.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Remote.h; sourceTree = "<group>"; };
+ 1EC736A514B977AA00238410 /* SingleFactor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SingleFactor.cpp; sourceTree = "<group>"; };
+ 1EC736A614B977AA00238410 /* SingleFactor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SingleFactor.h; sourceTree = "<group>"; };
+ 1EC736A714B977AA00238410 /* SRI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SRI.cpp; sourceTree = "<group>"; };
+ 1EC736A814B977AA00238410 /* SRI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SRI.h; sourceTree = "<group>"; };
+ 1EC736A914B977AA00238410 /* LMList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LMList.cpp; path = ../../moses/src/LMList.cpp; sourceTree = "<group>"; };
+ 1EC736AA14B977AA00238410 /* LMList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LMList.h; path = ../../moses/src/LMList.h; sourceTree = "<group>"; };
+ 1EC736AB14B977AA00238410 /* LVoc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LVoc.cpp; path = ../../moses/src/LVoc.cpp; sourceTree = "<group>"; };
+ 1EC736AC14B977AA00238410 /* LVoc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LVoc.h; path = ../../moses/src/LVoc.h; sourceTree = "<group>"; };
+ 1EC736AD14B977AA00238410 /* Manager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Manager.cpp; path = ../../moses/src/Manager.cpp; sourceTree = "<group>"; };
+ 1EC736AE14B977AA00238410 /* Manager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Manager.h; path = ../../moses/src/Manager.h; sourceTree = "<group>"; };
+ 1EC736AF14B977AA00238410 /* NonTerminal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NonTerminal.cpp; path = ../../moses/src/NonTerminal.cpp; sourceTree = "<group>"; };
+ 1EC736B014B977AA00238410 /* NonTerminal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NonTerminal.h; path = ../../moses/src/NonTerminal.h; sourceTree = "<group>"; };
+ 1EC736B114B977AA00238410 /* ObjectPool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ObjectPool.h; path = ../../moses/src/ObjectPool.h; sourceTree = "<group>"; };
+ 1EC736B214B977AA00238410 /* OutputCollector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OutputCollector.h; path = ../../moses/src/OutputCollector.h; sourceTree = "<group>"; };
+ 1EC736B514B977AA00238410 /* Parameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Parameter.cpp; path = ../../moses/src/Parameter.cpp; sourceTree = "<group>"; };
+ 1EC736B614B977AA00238410 /* Parameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Parameter.h; path = ../../moses/src/Parameter.h; sourceTree = "<group>"; };
+ 1EC736B714B977AA00238410 /* PartialTranslOptColl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PartialTranslOptColl.cpp; path = ../../moses/src/PartialTranslOptColl.cpp; sourceTree = "<group>"; };
+ 1EC736B814B977AA00238410 /* PartialTranslOptColl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PartialTranslOptColl.h; path = ../../moses/src/PartialTranslOptColl.h; sourceTree = "<group>"; };
+ 1EC736B914B977AA00238410 /* PCNTools.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PCNTools.cpp; path = ../../moses/src/PCNTools.cpp; sourceTree = "<group>"; };
+ 1EC736BA14B977AA00238410 /* PCNTools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PCNTools.h; path = ../../moses/src/PCNTools.h; sourceTree = "<group>"; };
+ 1EC736BB14B977AA00238410 /* PDTAimp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PDTAimp.h; path = ../../moses/src/PDTAimp.h; sourceTree = "<group>"; };
+ 1EC736BC14B977AA00238410 /* Phrase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Phrase.cpp; path = ../../moses/src/Phrase.cpp; sourceTree = "<group>"; };
+ 1EC736BD14B977AA00238410 /* Phrase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Phrase.h; path = ../../moses/src/Phrase.h; sourceTree = "<group>"; };
+ 1EC736BE14B977AA00238410 /* PhraseDictionary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionary.cpp; path = ../../moses/src/PhraseDictionary.cpp; sourceTree = "<group>"; };
+ 1EC736BF14B977AA00238410 /* PhraseDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionary.h; path = ../../moses/src/PhraseDictionary.h; sourceTree = "<group>"; };
+ 1EC736C214B977AA00238410 /* PhraseDictionaryDynSuffixArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryDynSuffixArray.cpp; path = ../../moses/src/PhraseDictionaryDynSuffixArray.cpp; sourceTree = "<group>"; };
+ 1EC736C314B977AA00238410 /* PhraseDictionaryDynSuffixArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryDynSuffixArray.h; path = ../../moses/src/PhraseDictionaryDynSuffixArray.h; sourceTree = "<group>"; };
+ 1EC736C614B977AA00238410 /* PhraseDictionaryMemory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryMemory.cpp; path = ../../moses/src/PhraseDictionaryMemory.cpp; sourceTree = "<group>"; };
+ 1EC736C714B977AA00238410 /* PhraseDictionaryMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryMemory.h; path = ../../moses/src/PhraseDictionaryMemory.h; sourceTree = "<group>"; };
+ 1EC736C814B977AA00238410 /* PhraseDictionaryNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryNode.cpp; path = ../../moses/src/PhraseDictionaryNode.cpp; sourceTree = "<group>"; };
+ 1EC736C914B977AA00238410 /* PhraseDictionaryNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryNode.h; path = ../../moses/src/PhraseDictionaryNode.h; sourceTree = "<group>"; };
+ 1EC736D014B977AA00238410 /* PhraseDictionaryTree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryTree.cpp; path = ../../moses/src/PhraseDictionaryTree.cpp; sourceTree = "<group>"; };
+ 1EC736D114B977AA00238410 /* PhraseDictionaryTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryTree.h; path = ../../moses/src/PhraseDictionaryTree.h; sourceTree = "<group>"; };
+ 1EC736D214B977AA00238410 /* PhraseDictionaryTreeAdaptor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryTreeAdaptor.cpp; path = ../../moses/src/PhraseDictionaryTreeAdaptor.cpp; sourceTree = "<group>"; };
+ 1EC736D314B977AA00238410 /* PhraseDictionaryTreeAdaptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryTreeAdaptor.h; path = ../../moses/src/PhraseDictionaryTreeAdaptor.h; sourceTree = "<group>"; };
+ 1EC736D414B977AA00238410 /* PrefixTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PrefixTree.h; path = ../../moses/src/PrefixTree.h; sourceTree = "<group>"; };
+ 1EC736D514B977AA00238410 /* PrefixTreeMap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PrefixTreeMap.cpp; path = ../../moses/src/PrefixTreeMap.cpp; sourceTree = "<group>"; };
+ 1EC736D614B977AA00238410 /* PrefixTreeMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PrefixTreeMap.h; path = ../../moses/src/PrefixTreeMap.h; sourceTree = "<group>"; };
+ 1EC736D714B977AA00238410 /* ReorderingConstraint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ReorderingConstraint.cpp; path = ../../moses/src/ReorderingConstraint.cpp; sourceTree = "<group>"; };
+ 1EC736D814B977AA00238410 /* ReorderingConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ReorderingConstraint.h; path = ../../moses/src/ReorderingConstraint.h; sourceTree = "<group>"; };
+ 1EC736D914B977AA00238410 /* ReorderingStack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ReorderingStack.cpp; path = ../../moses/src/ReorderingStack.cpp; sourceTree = "<group>"; };
+ 1EC736DA14B977AA00238410 /* ReorderingStack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ReorderingStack.h; path = ../../moses/src/ReorderingStack.h; sourceTree = "<group>"; };
+ 1EC736DB14B977AA00238410 /* rule.proto */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = rule.proto; path = ../../moses/src/rule.proto; sourceTree = "<group>"; };
+ 1EC736DC14B977AA00238410 /* RuleCube.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleCube.cpp; path = ../../moses/src/RuleCube.cpp; sourceTree = "<group>"; };
+ 1EC736DD14B977AB00238410 /* RuleCube.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RuleCube.h; path = ../../moses/src/RuleCube.h; sourceTree = "<group>"; };
+ 1EC736DE14B977AB00238410 /* RuleCubeItem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleCubeItem.cpp; path = ../../moses/src/RuleCubeItem.cpp; sourceTree = "<group>"; };
+ 1EC736DF14B977AB00238410 /* RuleCubeItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RuleCubeItem.h; path = ../../moses/src/RuleCubeItem.h; sourceTree = "<group>"; };
+ 1EC736E014B977AB00238410 /* RuleCubeQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RuleCubeQueue.cpp; path = ../../moses/src/RuleCubeQueue.cpp; sourceTree = "<group>"; };
+ 1EC736E114B977AB00238410 /* RuleCubeQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RuleCubeQueue.h; path = ../../moses/src/RuleCubeQueue.h; sourceTree = "<group>"; };
+ 1EC736EB14B977AB00238410 /* ScoreComponentCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScoreComponentCollection.cpp; path = ../../moses/src/ScoreComponentCollection.cpp; sourceTree = "<group>"; };
+ 1EC736EC14B977AB00238410 /* ScoreComponentCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScoreComponentCollection.h; path = ../../moses/src/ScoreComponentCollection.h; sourceTree = "<group>"; };
+ 1EC736ED14B977AB00238410 /* ScoreIndexManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScoreIndexManager.cpp; path = ../../moses/src/ScoreIndexManager.cpp; sourceTree = "<group>"; };
+ 1EC736EE14B977AB00238410 /* ScoreIndexManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScoreIndexManager.h; path = ../../moses/src/ScoreIndexManager.h; sourceTree = "<group>"; };
+ 1EC736EF14B977AB00238410 /* ScoreProducer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScoreProducer.cpp; path = ../../moses/src/ScoreProducer.cpp; sourceTree = "<group>"; };
+ 1EC736F014B977AB00238410 /* ScoreProducer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScoreProducer.h; path = ../../moses/src/ScoreProducer.h; sourceTree = "<group>"; };
+ 1EC736F114B977AB00238410 /* Search.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Search.cpp; path = ../../moses/src/Search.cpp; sourceTree = "<group>"; };
+ 1EC736F214B977AB00238410 /* Search.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Search.h; path = ../../moses/src/Search.h; sourceTree = "<group>"; };
+ 1EC736F314B977AB00238410 /* SearchCubePruning.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SearchCubePruning.cpp; path = ../../moses/src/SearchCubePruning.cpp; sourceTree = "<group>"; };
+ 1EC736F414B977AB00238410 /* SearchCubePruning.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SearchCubePruning.h; path = ../../moses/src/SearchCubePruning.h; sourceTree = "<group>"; };
+ 1EC736F514B977AB00238410 /* SearchNormal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SearchNormal.cpp; path = ../../moses/src/SearchNormal.cpp; sourceTree = "<group>"; };
+ 1EC736F614B977AB00238410 /* SearchNormal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SearchNormal.h; path = ../../moses/src/SearchNormal.h; sourceTree = "<group>"; };
+ 1EC736F714B977AB00238410 /* Sentence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Sentence.cpp; path = ../../moses/src/Sentence.cpp; sourceTree = "<group>"; };
+ 1EC736F814B977AB00238410 /* Sentence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Sentence.h; path = ../../moses/src/Sentence.h; sourceTree = "<group>"; };
+ 1EC736F914B977AB00238410 /* SentenceStats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SentenceStats.cpp; path = ../../moses/src/SentenceStats.cpp; sourceTree = "<group>"; };
+ 1EC736FA14B977AB00238410 /* SentenceStats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentenceStats.h; path = ../../moses/src/SentenceStats.h; sourceTree = "<group>"; };
+ 1EC736FB14B977AB00238410 /* SquareMatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SquareMatrix.cpp; path = ../../moses/src/SquareMatrix.cpp; sourceTree = "<group>"; };
+ 1EC736FC14B977AB00238410 /* SquareMatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SquareMatrix.h; path = ../../moses/src/SquareMatrix.h; sourceTree = "<group>"; };
+ 1EC736FF14B977AB00238410 /* StaticData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StaticData.cpp; path = ../../moses/src/StaticData.cpp; sourceTree = "<group>"; };
+ 1EC7370014B977AB00238410 /* StaticData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StaticData.h; path = ../../moses/src/StaticData.h; sourceTree = "<group>"; };
+ 1EC7370714B977AB00238410 /* TargetPhrase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TargetPhrase.cpp; path = ../../moses/src/TargetPhrase.cpp; sourceTree = "<group>"; };
+ 1EC7370814B977AB00238410 /* TargetPhrase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TargetPhrase.h; path = ../../moses/src/TargetPhrase.h; sourceTree = "<group>"; };
+ 1EC7370914B977AB00238410 /* TargetPhraseCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TargetPhraseCollection.cpp; path = ../../moses/src/TargetPhraseCollection.cpp; sourceTree = "<group>"; };
+ 1EC7370A14B977AB00238410 /* TargetPhraseCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TargetPhraseCollection.h; path = ../../moses/src/TargetPhraseCollection.h; sourceTree = "<group>"; };
+ 1EC7370B14B977AB00238410 /* ThreadPool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ThreadPool.cpp; path = ../../moses/src/ThreadPool.cpp; sourceTree = "<group>"; };
+ 1EC7370C14B977AB00238410 /* ThreadPool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ThreadPool.h; path = ../../moses/src/ThreadPool.h; sourceTree = "<group>"; };
+ 1EC7370D14B977AB00238410 /* Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Timer.cpp; path = ../../moses/src/Timer.cpp; sourceTree = "<group>"; };
+ 1EC7370E14B977AB00238410 /* Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Timer.h; path = ../../moses/src/Timer.h; sourceTree = "<group>"; };
+ 1EC7370F14B977AB00238410 /* TranslationOption.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationOption.cpp; path = ../../moses/src/TranslationOption.cpp; sourceTree = "<group>"; };
+ 1EC7371014B977AB00238410 /* TranslationOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationOption.h; path = ../../moses/src/TranslationOption.h; sourceTree = "<group>"; };
+ 1EC7371114B977AB00238410 /* TranslationOptionCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationOptionCollection.cpp; path = ../../moses/src/TranslationOptionCollection.cpp; sourceTree = "<group>"; };
+ 1EC7371214B977AB00238410 /* TranslationOptionCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationOptionCollection.h; path = ../../moses/src/TranslationOptionCollection.h; sourceTree = "<group>"; };
+ 1EC7371314B977AB00238410 /* TranslationOptionCollectionConfusionNet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationOptionCollectionConfusionNet.cpp; path = ../../moses/src/TranslationOptionCollectionConfusionNet.cpp; sourceTree = "<group>"; };
+ 1EC7371414B977AB00238410 /* TranslationOptionCollectionConfusionNet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationOptionCollectionConfusionNet.h; path = ../../moses/src/TranslationOptionCollectionConfusionNet.h; sourceTree = "<group>"; };
+ 1EC7371514B977AB00238410 /* TranslationOptionCollectionText.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationOptionCollectionText.cpp; path = ../../moses/src/TranslationOptionCollectionText.cpp; sourceTree = "<group>"; };
+ 1EC7371614B977AB00238410 /* TranslationOptionCollectionText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationOptionCollectionText.h; path = ../../moses/src/TranslationOptionCollectionText.h; sourceTree = "<group>"; };
+ 1EC7371714B977AB00238410 /* TranslationOptionList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationOptionList.cpp; path = ../../moses/src/TranslationOptionList.cpp; sourceTree = "<group>"; };
+ 1EC7371814B977AB00238410 /* TranslationOptionList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationOptionList.h; path = ../../moses/src/TranslationOptionList.h; sourceTree = "<group>"; };
+ 1EC7371914B977AB00238410 /* TranslationSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TranslationSystem.cpp; path = ../../moses/src/TranslationSystem.cpp; sourceTree = "<group>"; };
+ 1EC7371A14B977AB00238410 /* TranslationSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TranslationSystem.h; path = ../../moses/src/TranslationSystem.h; sourceTree = "<group>"; };
+ 1EC7371B14B977AB00238410 /* TreeInput.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TreeInput.cpp; path = ../../moses/src/TreeInput.cpp; sourceTree = "<group>"; };
+ 1EC7371C14B977AB00238410 /* TreeInput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TreeInput.h; path = ../../moses/src/TreeInput.h; sourceTree = "<group>"; };
+ 1EC7371F14B977AB00238410 /* TrellisPath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TrellisPath.cpp; path = ../../moses/src/TrellisPath.cpp; sourceTree = "<group>"; };
+ 1EC7372014B977AB00238410 /* TrellisPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TrellisPath.h; path = ../../moses/src/TrellisPath.h; sourceTree = "<group>"; };
+ 1EC7372314B977AB00238410 /* TrellisPathCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TrellisPathCollection.cpp; path = ../../moses/src/TrellisPathCollection.cpp; sourceTree = "<group>"; };
+ 1EC7372414B977AB00238410 /* TrellisPathCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TrellisPathCollection.h; path = ../../moses/src/TrellisPathCollection.h; sourceTree = "<group>"; };
+ 1EC7372714B977AB00238410 /* TrellisPathList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TrellisPathList.h; path = ../../moses/src/TrellisPathList.h; sourceTree = "<group>"; };
+ 1EC7372814B977AB00238410 /* TypeDef.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TypeDef.h; path = ../../moses/src/TypeDef.h; sourceTree = "<group>"; };
+ 1EC7372914B977AB00238410 /* UniqueObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UniqueObject.h; path = ../../moses/src/UniqueObject.h; sourceTree = "<group>"; };
+ 1EC7372A14B977AB00238410 /* UserMessage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = UserMessage.cpp; path = ../../moses/src/UserMessage.cpp; sourceTree = "<group>"; };
+ 1EC7372B14B977AB00238410 /* UserMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UserMessage.h; path = ../../moses/src/UserMessage.h; sourceTree = "<group>"; };
+ 1EC7372E14B977AB00238410 /* Util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Util.cpp; path = ../../moses/src/Util.cpp; sourceTree = "<group>"; };
+ 1EC7372F14B977AB00238410 /* Util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Util.h; path = ../../moses/src/Util.h; sourceTree = "<group>"; };
+ 1EC7373214B977AB00238410 /* Word.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Word.cpp; path = ../../moses/src/Word.cpp; sourceTree = "<group>"; };
+ 1EC7373314B977AB00238410 /* Word.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Word.h; path = ../../moses/src/Word.h; sourceTree = "<group>"; };
+ 1EC7373614B977AB00238410 /* WordLattice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WordLattice.cpp; path = ../../moses/src/WordLattice.cpp; sourceTree = "<group>"; };
+ 1EC7373714B977AB00238410 /* WordLattice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WordLattice.h; path = ../../moses/src/WordLattice.h; sourceTree = "<group>"; };
+ 1EC7373A14B977AB00238410 /* WordsBitmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WordsBitmap.cpp; path = ../../moses/src/WordsBitmap.cpp; sourceTree = "<group>"; };
+ 1EC7373B14B977AB00238410 /* WordsBitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WordsBitmap.h; path = ../../moses/src/WordsBitmap.h; sourceTree = "<group>"; };
+ 1EC7373E14B977AB00238410 /* WordsRange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WordsRange.cpp; path = ../../moses/src/WordsRange.cpp; sourceTree = "<group>"; };
+ 1EC7373F14B977AB00238410 /* WordsRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WordsRange.h; path = ../../moses/src/WordsRange.h; sourceTree = "<group>"; };
+ 1EC7374214B977AB00238410 /* XmlOption.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = XmlOption.cpp; path = ../../moses/src/XmlOption.cpp; sourceTree = "<group>"; };
+ 1EC7374314B977AB00238410 /* XmlOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = XmlOption.h; path = ../../moses/src/XmlOption.h; sourceTree = "<group>"; };
+ 1EDA803614D19EEF003D2191 /* ApplicableRuleTrie.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ApplicableRuleTrie.cpp; path = ../../moses/src/Scope3Parser/ApplicableRuleTrie.cpp; sourceTree = "<group>"; };
+ 1EDA803714D19EEF003D2191 /* ApplicableRuleTrie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ApplicableRuleTrie.h; path = ../../moses/src/Scope3Parser/ApplicableRuleTrie.h; sourceTree = "<group>"; };
+ 1EDA804314D19EEF003D2191 /* IntermediateVarSpanNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = IntermediateVarSpanNode.h; path = ../../moses/src/Scope3Parser/IntermediateVarSpanNode.h; sourceTree = "<group>"; };
+ 1EDA804514D19EEF003D2191 /* Parser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Parser.cpp; path = ../../moses/src/Scope3Parser/Parser.cpp; sourceTree = "<group>"; };
+ 1EDA804614D19EEF003D2191 /* Parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Parser.h; path = ../../moses/src/Scope3Parser/Parser.h; sourceTree = "<group>"; };
+ 1EDA804714D19EEF003D2191 /* SentenceMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentenceMap.h; path = ../../moses/src/Scope3Parser/SentenceMap.h; sourceTree = "<group>"; };
+ 1EDA804814D19EEF003D2191 /* StackLattice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StackLattice.h; path = ../../moses/src/Scope3Parser/StackLattice.h; sourceTree = "<group>"; };
+ 1EDA804914D19EEF003D2191 /* StackLatticeBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StackLatticeBuilder.cpp; path = ../../moses/src/Scope3Parser/StackLatticeBuilder.cpp; sourceTree = "<group>"; };
+ 1EDA804A14D19EEF003D2191 /* StackLatticeBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StackLatticeBuilder.h; path = ../../moses/src/Scope3Parser/StackLatticeBuilder.h; sourceTree = "<group>"; };
+ 1EDA804B14D19EEF003D2191 /* StackLatticeSearcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StackLatticeSearcher.h; path = ../../moses/src/Scope3Parser/StackLatticeSearcher.h; sourceTree = "<group>"; };
+ 1EDA804C14D19EEF003D2191 /* VarSpanNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VarSpanNode.h; path = ../../moses/src/Scope3Parser/VarSpanNode.h; sourceTree = "<group>"; };
+ 1EDA804D14D19EEF003D2191 /* VarSpanTrieBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VarSpanTrieBuilder.cpp; path = ../../moses/src/Scope3Parser/VarSpanTrieBuilder.cpp; sourceTree = "<group>"; };
+ 1EDA804E14D19EEF003D2191 /* VarSpanTrieBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VarSpanTrieBuilder.h; path = ../../moses/src/Scope3Parser/VarSpanTrieBuilder.h; sourceTree = "<group>"; };
+ 1EDA806214D19F12003D2191 /* ChartRuleLookupManagerCYKPlus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartRuleLookupManagerCYKPlus.cpp; path = ../../moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.cpp; sourceTree = "<group>"; };
+ 1EDA806314D19F12003D2191 /* ChartRuleLookupManagerCYKPlus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartRuleLookupManagerCYKPlus.h; path = ../../moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.h; sourceTree = "<group>"; };
+ 1EDA806414D19F12003D2191 /* ChartRuleLookupManagerMemory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartRuleLookupManagerMemory.cpp; path = ../../moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.cpp; sourceTree = "<group>"; };
+ 1EDA806514D19F12003D2191 /* ChartRuleLookupManagerMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartRuleLookupManagerMemory.h; path = ../../moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.h; sourceTree = "<group>"; };
+ 1EDA806614D19F12003D2191 /* ChartRuleLookupManagerOnDisk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ChartRuleLookupManagerOnDisk.cpp; path = ../../moses/src/CYKPlusParser/ChartRuleLookupManagerOnDisk.cpp; sourceTree = "<group>"; };
+ 1EDA806714D19F12003D2191 /* ChartRuleLookupManagerOnDisk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ChartRuleLookupManagerOnDisk.h; path = ../../moses/src/CYKPlusParser/ChartRuleLookupManagerOnDisk.h; sourceTree = "<group>"; };
+ 1EDA806814D19F12003D2191 /* DotChart.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DotChart.h; path = ../../moses/src/CYKPlusParser/DotChart.h; sourceTree = "<group>"; };
+ 1EDA806914D19F12003D2191 /* DotChartInMemory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DotChartInMemory.cpp; path = ../../moses/src/CYKPlusParser/DotChartInMemory.cpp; sourceTree = "<group>"; };
+ 1EDA806A14D19F12003D2191 /* DotChartInMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DotChartInMemory.h; path = ../../moses/src/CYKPlusParser/DotChartInMemory.h; sourceTree = "<group>"; };
+ 1EDA806B14D19F12003D2191 /* DotChartOnDisk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DotChartOnDisk.cpp; path = ../../moses/src/CYKPlusParser/DotChartOnDisk.cpp; sourceTree = "<group>"; };
+ 1EDA806C14D19F12003D2191 /* DotChartOnDisk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DotChartOnDisk.h; path = ../../moses/src/CYKPlusParser/DotChartOnDisk.h; sourceTree = "<group>"; };
+ 1EDA807814D19FBF003D2191 /* PhraseDictionaryALSuffixArray.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryALSuffixArray.cpp; path = ../../moses/src/RuleTable/PhraseDictionaryALSuffixArray.cpp; sourceTree = "<group>"; };
+ 1EDA807914D19FBF003D2191 /* PhraseDictionaryALSuffixArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryALSuffixArray.h; path = ../../moses/src/RuleTable/PhraseDictionaryALSuffixArray.h; sourceTree = "<group>"; };
+ 1EDA807A14D19FBF003D2191 /* PhraseDictionaryNodeSCFG.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryNodeSCFG.cpp; path = ../../moses/src/RuleTable/PhraseDictionaryNodeSCFG.cpp; sourceTree = "<group>"; };
+ 1EDA807B14D19FBF003D2191 /* PhraseDictionaryNodeSCFG.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryNodeSCFG.h; path = ../../moses/src/RuleTable/PhraseDictionaryNodeSCFG.h; sourceTree = "<group>"; };
+ 1EDA807C14D19FBF003D2191 /* PhraseDictionaryOnDisk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionaryOnDisk.cpp; path = ../../moses/src/RuleTable/PhraseDictionaryOnDisk.cpp; sourceTree = "<group>"; };
+ 1EDA807D14D19FBF003D2191 /* PhraseDictionaryOnDisk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionaryOnDisk.h; path = ../../moses/src/RuleTable/PhraseDictionaryOnDisk.h; sourceTree = "<group>"; };
+ 1EDA807E14D19FBF003D2191 /* PhraseDictionarySCFG.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PhraseDictionarySCFG.cpp; path = ../../moses/src/RuleTable/PhraseDictionarySCFG.cpp; sourceTree = "<group>"; };
+ 1EDA807F14D19FBF003D2191 /* PhraseDictionarySCFG.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PhraseDictionarySCFG.h; path = ../../moses/src/RuleTable/PhraseDictionarySCFG.h; sourceTree = "<group>"; };
+ 1EDA808014D19FBF003D2191 /* Trie.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Trie.cpp; path = ../../moses/src/RuleTable/Trie.cpp; sourceTree = "<group>"; };
+ 1EDA808114D19FBF003D2191 /* Trie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Trie.h; path = ../../moses/src/RuleTable/Trie.h; sourceTree = "<group>"; };
+ 1EDA808214D19FBF003D2191 /* UTrie.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = UTrie.cpp; path = ../../moses/src/RuleTable/UTrie.cpp; sourceTree = "<group>"; };
+ 1EDA808314D19FBF003D2191 /* UTrie.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UTrie.h; path = ../../moses/src/RuleTable/UTrie.h; sourceTree = "<group>"; };
+ 1EDA808414D19FBF003D2191 /* UTrieNode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = UTrieNode.cpp; path = ../../moses/src/RuleTable/UTrieNode.cpp; sourceTree = "<group>"; };
+ 1EDA808514D19FBF003D2191 /* UTrieNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UTrieNode.h; path = ../../moses/src/RuleTable/UTrieNode.h; sourceTree = "<group>"; };
+ 1EF0709114B9EFCC0052152A /* ParallelBackoff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ParallelBackoff.cpp; sourceTree = "<group>"; };
+ 1EF0709214B9EFCC0052152A /* ParallelBackoff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ParallelBackoff.h; sourceTree = "<group>"; };
D2AAC046055464E500DB518D /* libmoses.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libmoses.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -571,249 +624,215 @@
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
- 1ECA43B1146D586D00209CEF /* ChartTrellisDetour.h */,
- 1ECA43B2146D586D00209CEF /* ChartTrellisDetourQueue.cpp */,
- 1ECA43B3146D586D00209CEF /* ChartTrellisDetourQueue.h */,
- 1ECA43AD146D585900209CEF /* ChartCellLabelSet.h */,
- 1ECA43AE146D585900209CEF /* ChartTrellisDetour.cpp */,
- 1E16D086144DAA3F00B60B4F /* LM */,
- 1ED0FD4C124BB9380029177F /* AlignmentInfo.cpp */,
- 1ED0FD4D124BB9380029177F /* AlignmentInfo.h */,
- 1E07291D13B3854D004454FD /* AlignmentInfoCollection.cpp */,
- 1E07291E13B3854D004454FD /* AlignmentInfoCollection.h */,
- 1ED0FD4E124BB9380029177F /* BilingualDynSuffixArray.cpp */,
- 1ED0FD4F124BB9380029177F /* BilingualDynSuffixArray.h */,
- 1ED0FD50124BB9380029177F /* BitmapContainer.cpp */,
- 1ED0FD51124BB9380029177F /* BitmapContainer.h */,
- 1ED0FD52124BB9380029177F /* CellCollection.h */,
- 1E2E1604132A890D00ED4085 /* ChartCell.cpp */,
- 1E2E1605132A890D00ED4085 /* ChartCell.h */,
- 1E2E1606132A890D00ED4085 /* ChartCellCollection.cpp */,
- 1E2E1607132A890D00ED4085 /* ChartCellCollection.h */,
- 1E2E1608132A890D00ED4085 /* ChartHypothesis.cpp */,
- 1E2E1609132A890D00ED4085 /* ChartHypothesis.h */,
- 1E2E160A132A890D00ED4085 /* ChartHypothesisCollection.cpp */,
- 1E2E160B132A890D00ED4085 /* ChartHypothesisCollection.h */,
- 1E2E160C132A890D00ED4085 /* ChartManager.cpp */,
- 1E2E160D132A890D00ED4085 /* ChartManager.h */,
- 1EA6AB4813BCC838004465AF /* ChartRuleLookupManager.cpp */,
- 1EA6AB4913BCC838004465AF /* ChartRuleLookupManager.h */,
- 1E1C589012F310A70067DEB7 /* ChartRuleLookupManagerMemory.cpp */,
- 1E1C589112F310A70067DEB7 /* ChartRuleLookupManagerMemory.h */,
- 1E1C589212F310A70067DEB7 /* ChartRuleLookupManagerOnDisk.cpp */,
- 1E1C589312F310A70067DEB7 /* ChartRuleLookupManagerOnDisk.h */,
- 1ED00034124BC2690029177F /* ChartTranslationOption.cpp */,
- 1ED00035124BC2690029177F /* ChartTranslationOption.h */,
- 1E2E160E132A890D00ED4085 /* ChartTranslationOptionCollection.cpp */,
- 1E2E160F132A890D00ED4085 /* ChartTranslationOptionCollection.h */,
- 1ED0FFD1124BC0BF0029177F /* ChartTranslationOptionList.cpp */,
- 1ED0FFD2124BC0BF0029177F /* ChartTranslationOptionList.h */,
- 1E2E1610132A890D00ED4085 /* ChartTrellisNode.cpp */,
- 1E2E1611132A890D00ED4085 /* ChartTrellisNode.h */,
- 1E2E1612132A890D00ED4085 /* ChartTrellisPath.cpp */,
- 1E2E1613132A890D00ED4085 /* ChartTrellisPath.h */,
- 1E2E1617132A890D00ED4085 /* ChartTrellisPathList.h */,
- 1ED0FD57124BB9380029177F /* ConfusionNet.cpp */,
- 1ED0FD58124BB9380029177F /* ConfusionNet.h */,
- 1ED0FD59124BB9380029177F /* DecodeFeature.cpp */,
- 1ED0FD5A124BB9380029177F /* DecodeFeature.h */,
- 1ED0FD5B124BB9380029177F /* DecodeGraph.cpp */,
- 1ED0FD5C124BB9380029177F /* DecodeGraph.h */,
- 1ED0FD5D124BB9380029177F /* DecodeStep.cpp */,
- 1ED0FD5E124BB9380029177F /* DecodeStep.h */,
- 1ED0FD5F124BB9380029177F /* DecodeStepGeneration.cpp */,
- 1ED0FD60124BB9380029177F /* DecodeStepGeneration.h */,
- 1ED0FD61124BB9380029177F /* DecodeStepTranslation.cpp */,
- 1ED0FD62124BB9380029177F /* DecodeStepTranslation.h */,
- 1ED0FD63124BB9380029177F /* Dictionary.cpp */,
- 1ED0FD64124BB9380029177F /* Dictionary.h */,
- 1ED0FD65124BB9380029177F /* DotChart.cpp */,
- 1ED0FD66124BB9380029177F /* DotChart.h */,
- 1ED22EE313DD96B0000DE8C9 /* DotChartInMemory.cpp */,
- 1ED22EE413DD96B0000DE8C9 /* DotChartInMemory.h */,
- 1ED0FD67124BB9380029177F /* DotChartOnDisk.cpp */,
- 1ED0FD68124BB9380029177F /* DotChartOnDisk.h */,
- 1ED0FD69124BB9380029177F /* DummyScoreProducers.cpp */,
- 1ED0FD6A124BB9380029177F /* DummyScoreProducers.h */,
- 1ED0FD6B124BB9380029177F /* DynSAInclude */,
- 1ED0FD73124BB9380029177F /* DynSuffixArray.cpp */,
- 1ED0FD74124BB9380029177F /* DynSuffixArray.h */,
- 1ED0FD7D124BB9380029177F /* FFState.cpp */,
- 1ED0FD7E124BB9380029177F /* FFState.h */,
- 1ED0FD75124BB9380029177F /* Factor.cpp */,
- 1ED0FD76124BB9380029177F /* Factor.h */,
- 1ED0FD77124BB9380029177F /* FactorCollection.cpp */,
- 1ED0FD78124BB9380029177F /* FactorCollection.h */,
- 1ED0FD79124BB9380029177F /* FactorTypeSet.cpp */,
- 1ED0FD7A124BB9380029177F /* FactorTypeSet.h */,
- 1ED0FD7B124BB9380029177F /* FeatureFunction.cpp */,
- 1ED0FD7C124BB9380029177F /* FeatureFunction.h */,
- 1ED0FD7F124BB9380029177F /* File.cpp */,
- 1ED0FD80124BB9380029177F /* File.h */,
- 1ED0FD81124BB9380029177F /* FilePtr.h */,
- 1ED0FD82124BB9380029177F /* FloydWarshall.cpp */,
- 1ED0FD83124BB9380029177F /* FloydWarshall.h */,
- 1ED0FD84124BB9380029177F /* GenerationDictionary.cpp */,
- 1ED0FD85124BB9380029177F /* GenerationDictionary.h */,
- 1ED0FD86124BB9380029177F /* GlobalLexicalModel.cpp */,
- 1ED0FD87124BB9380029177F /* GlobalLexicalModel.h */,
- 1ED0FD8C124BB9380029177F /* Hypothesis.cpp */,
- 1ED0FD8D124BB9380029177F /* Hypothesis.h */,
- 1ED0FD8E124BB9380029177F /* HypothesisStack.cpp */,
- 1ED0FD8F124BB9380029177F /* HypothesisStack.h */,
- 1ED0FD90124BB9380029177F /* HypothesisStackCubePruning.cpp */,
- 1ED0FD91124BB9380029177F /* HypothesisStackCubePruning.h */,
- 1ED0FD92124BB9380029177F /* HypothesisStackNormal.cpp */,
- 1ED0FD93124BB9380029177F /* HypothesisStackNormal.h */,
- 1ED0FD94124BB9380029177F /* InputFileStream.cpp */,
- 1ED0FD95124BB9380029177F /* InputFileStream.h */,
- 1ED0FD96124BB9380029177F /* InputType.cpp */,
- 1ED0FD97124BB9380029177F /* InputType.h */,
- 1ED0FDB9124BB9380029177F /* LMList.cpp */,
- 1ED0FDBA124BB9380029177F /* LMList.h */,
- 1ED0FDBB124BB9380029177F /* LVoc.cpp */,
- 1ED0FDBC124BB9380029177F /* LVoc.h */,
- 1ED0FDB3124BB9380029177F /* LexicalReordering.cpp */,
- 1ED0FDB4124BB9380029177F /* LexicalReordering.h */,
- 1ED0FDB5124BB9380029177F /* LexicalReorderingState.cpp */,
- 1ED0FDB6124BB9380029177F /* LexicalReorderingState.h */,
- 1ED0FDB7124BB9380029177F /* LexicalReorderingTable.cpp */,
- 1ED0FDB8124BB9380029177F /* LexicalReorderingTable.h */,
- 1ED0FDC0124BB9380029177F /* Manager.cpp */,
- 1ED0FDC1124BB9380029177F /* Manager.h */,
- 1EE58D9D133726C700D93158 /* NonTerminal.cpp */,
- 1EE58D9E133726C700D93158 /* NonTerminal.h */,
- 1ED0FDC6124BB9380029177F /* ObjectPool.h */,
- 1E2E1632132A892800ED4085 /* OutputCollector.h */,
- 1ED0FDCB124BB9380029177F /* PCNTools.cpp */,
- 1ED0FDCC124BB9380029177F /* PCNTools.h */,
- 1ED0FDCD124BB9380029177F /* PDTAimp.h */,
- 1ED0FDC7124BB9380029177F /* Parameter.cpp */,
- 1ED0FDC8124BB9380029177F /* Parameter.h */,
- 1ED0FDC9124BB9380029177F /* PartialTranslOptColl.cpp */,
- 1ED0FDCA124BB9380029177F /* PartialTranslOptColl.h */,
- 1ED0FDCE124BB9380029177F /* Phrase.cpp */,
- 1ED0FDCF124BB9380029177F /* Phrase.h */,
- 1ED0FDD0124BB9380029177F /* PhraseDictionary.cpp */,
- 1ED0FDD1124BB9380029177F /* PhraseDictionary.h */,
- 1ED0FDD2124BB9380029177F /* PhraseDictionaryDynSuffixArray.cpp */,
- 1ED0FDD3124BB9380029177F /* PhraseDictionaryDynSuffixArray.h */,
- 1ED0FDD4124BB9380029177F /* PhraseDictionaryMemory.cpp */,
- 1ED0FDD5124BB9380029177F /* PhraseDictionaryMemory.h */,
- 1ED0FDD6124BB9380029177F /* PhraseDictionaryNode.cpp */,
- 1ED0FDD7124BB9380029177F /* PhraseDictionaryNode.h */,
- 1ED0FDD8124BB9380029177F /* PhraseDictionaryNodeSCFG.cpp */,
- 1ED0FDD9124BB9380029177F /* PhraseDictionaryNodeSCFG.h */,
- 1ED0FDDA124BB9380029177F /* PhraseDictionaryOnDisk.cpp */,
- 1ED0FDDB124BB9380029177F /* PhraseDictionaryOnDisk.h */,
- 1ED0FDDD124BB9380029177F /* PhraseDictionarySCFG.cpp */,
- 1EEB43ED1264A6F200739BA5 /* PhraseDictionarySCFG.h */,
- 1ED0FDDF124BB9380029177F /* PhraseDictionaryTree.cpp */,
- 1ED0FDE0124BB9380029177F /* PhraseDictionaryTree.h */,
- 1ED0FDE1124BB9380029177F /* PhraseDictionaryTreeAdaptor.cpp */,
- 1ED0FDE2124BB9380029177F /* PhraseDictionaryTreeAdaptor.h */,
- 1E078C1E14643C2000A707F4 /* PhraseDictionaryHiero.cpp */,
- 1E078C1B14643AED00A707F4 /* PhraseDictionaryHiero.h */,
- 1E2755B214667CA3009D1DF9 /* PhraseDictionaryALSuffixArray.cpp */,
- 1E2755B514667CC2009D1DF9 /* PhraseDictionaryALSuffixArray.h */,
- 1ED0FDE3124BB9380029177F /* PrefixTree.h */,
- 1ED0FDE4124BB9380029177F /* PrefixTreeMap.cpp */,
- 1ED0FDE5124BB9380029177F /* PrefixTreeMap.h */,
- 1EBB262713A12DB500B51840 /* RandLMCache.h */,
- 1EBB262813A12DB500B51840 /* RandLMFilter.h */,
- 1ED0FDE6124BB9380029177F /* ReorderingConstraint.cpp */,
- 1ED0FDE7124BB9380029177F /* ReorderingConstraint.h */,
- 1ED0FDE8124BB9380029177F /* ReorderingStack.cpp */,
- 1ED0FDE9124BB9380029177F /* ReorderingStack.h */,
- 1E2E1633132A892800ED4085 /* RuleCube.cpp */,
- 1E2E1634132A892800ED4085 /* RuleCube.h */,
- 1E46B5A413BA5C7F0084F898 /* RuleCubeItem.cpp */,
- 1E46B5A513BA5C7F0084F898 /* RuleCubeItem.h */,
- 1E2E1635132A892800ED4085 /* RuleCubeQueue.cpp */,
- 1E2E1636132A892800ED4085 /* RuleCubeQueue.h */,
- 1ED0DE1D1432A0D100C20FBE /* RuleTableLoaderCompact.cpp */,
- 1ED0DE1E1432A0D100C20FBE /* RuleTableLoaderCompact.h */,
- 1ED0DE211432A0D100C20FBE /* RuleTableLoaderFactory.cpp */,
- 1ED0DE221432A0D100C20FBE /* RuleTableLoaderFactory.h */,
- 1ED0DE251432A0D100C20FBE /* RuleTableLoaderStandard.cpp */,
- 1ED0DE261432A0D100C20FBE /* RuleTableLoaderStandard.h */,
- 1E078C20146440A900A707F4 /* RuleTableLoaderHiero.h */,
- 1E078C22146440F700A707F4 /* RuleTableLoaderHiero.cpp */,
- 1E474E11145575CA00178AD5 /* RuleTableLoader.h */,
- 1ED0FDEB124BB9380029177F /* ScoreComponentCollection.cpp */,
- 1ED0FDEC124BB9380029177F /* ScoreComponentCollection.h */,
- 1ED0FDED124BB9380029177F /* ScoreIndexManager.cpp */,
- 1ED0FDEE124BB9380029177F /* ScoreIndexManager.h */,
- 1ED0FDEF124BB9380029177F /* ScoreProducer.cpp */,
- 1ED0FDF0124BB9380029177F /* ScoreProducer.h */,
- 1ED0FDF1124BB9380029177F /* Search.cpp */,
- 1ED0FDF2124BB9380029177F /* Search.h */,
- 1ED0FDF3124BB9380029177F /* SearchCubePruning.cpp */,
- 1ED0FDF4124BB9380029177F /* SearchCubePruning.h */,
- 1ED0FDF5124BB9380029177F /* SearchNormal.cpp */,
- 1ED0FDF6124BB9380029177F /* SearchNormal.h */,
- 1ED0FDF7124BB9380029177F /* Sentence.cpp */,
- 1ED0FDF8124BB9380029177F /* Sentence.h */,
- 1ED0FDF9124BB9380029177F /* SentenceStats.cpp */,
- 1ED0FDFA124BB9380029177F /* SentenceStats.h */,
- 1ED0FDFB124BB9380029177F /* SquareMatrix.cpp */,
- 1ED0FDFC124BB9380029177F /* SquareMatrix.h */,
- 1ED0FDFD124BB9380029177F /* StaticData.cpp */,
- 1ED0FDFE124BB9380029177F /* StaticData.h */,
- 1ED0FDFF124BB9380029177F /* TargetPhrase.cpp */,
- 1ED0FE00124BB9380029177F /* TargetPhrase.h */,
- 1ED0FE01124BB9380029177F /* TargetPhraseCollection.cpp */,
- 1ED0FE02124BB9380029177F /* TargetPhraseCollection.h */,
- 1E2E1637132A892800ED4085 /* ThreadPool.cpp */,
- 1E2E1638132A892800ED4085 /* ThreadPool.h */,
- 1ED0FE03124BB9380029177F /* Timer.cpp */,
- 1ED0FE04124BB9380029177F /* Timer.h */,
- 1ED0FE05124BB9380029177F /* TranslationOption.cpp */,
- 1ED0FE06124BB9380029177F /* TranslationOption.h */,
- 1ED0FE07124BB9380029177F /* TranslationOptionCollection.cpp */,
- 1ED0FE08124BB9380029177F /* TranslationOptionCollection.h */,
- 1ED0FE09124BB9380029177F /* TranslationOptionCollectionConfusionNet.cpp */,
- 1ED0FE0A124BB9380029177F /* TranslationOptionCollectionConfusionNet.h */,
- 1ED0FE0B124BB9380029177F /* TranslationOptionCollectionText.cpp */,
- 1ED0FE0C124BB9380029177F /* TranslationOptionCollectionText.h */,
- 1ED0FE0D124BB9380029177F /* TranslationOptionList.cpp */,
- 1ED0FE0E124BB9380029177F /* TranslationOptionList.h */,
- 1ED0FE0F124BB9380029177F /* TranslationSystem.cpp */,
- 1ED0FE10124BB9380029177F /* TranslationSystem.h */,
- 1ED0FE11124BB9380029177F /* TreeInput.cpp */,
- 1ED0FE12124BB9380029177F /* TreeInput.h */,
- 1ED0FE13124BB9380029177F /* TrellisPath.cpp */,
- 1ED0FE14124BB9380029177F /* TrellisPath.h */,
- 1ED0FE15124BB9380029177F /* TrellisPathCollection.cpp */,
- 1ED0FE16124BB9380029177F /* TrellisPathCollection.h */,
- 1ED0FE17124BB9380029177F /* TrellisPathList.h */,
- 1ED0FE18124BB9380029177F /* TypeDef.h */,
- 1ED0FE19124BB9380029177F /* UniqueObject.h */,
- 1ED0FE1A124BB9380029177F /* UserMessage.cpp */,
- 1ED0FE1B124BB9380029177F /* UserMessage.h */,
- 1ED0FE1C124BB9380029177F /* Util.cpp */,
- 1ED0FE1D124BB9380029177F /* Util.h */,
- 1ED0FE1E124BB9380029177F /* Word.cpp */,
- 1ED0FE1F124BB9380029177F /* Word.h */,
- 1ED0FE22124BB9380029177F /* WordLattice.cpp */,
- 1ED0FE23124BB9380029177F /* WordLattice.h */,
- 1ED0FE24124BB9380029177F /* WordsBitmap.cpp */,
- 1ED0FE25124BB9380029177F /* WordsBitmap.h */,
- 1ED0FE26124BB9380029177F /* WordsRange.cpp */,
- 1ED0FE27124BB9380029177F /* WordsRange.h */,
- 1ED0FE28124BB9380029177F /* XmlOption.cpp */,
- 1ED0FE29124BB9380029177F /* XmlOption.h */,
- 1ED0FD88124BB9380029177F /* gzfilebuf.h */,
- 1ED0FD89124BB9380029177F /* hash.cpp */,
- 1EBB262213A12DB500B51840 /* hash.h */,
- 1ED0FD8A124BB9380029177F /* hash.h */,
- 1ED0FD8B124BB9380029177F /* hypergraph.proto */,
- 1EBB262313A12DB500B51840 /* onlineRLM.h */,
- 1E528B9B13A12B2D00E9A67E /* params.cpp */,
- 1EBB262413A12DB500B51840 /* params.h */,
- 1EBB262513A12DB500B51840 /* perfectHash.h */,
- 1EBB262613A12DB500B51840 /* quantizer.h */,
- 1ED0FDEA124BB9380029177F /* rule.proto */,
+ 1EDA803514D19ECD003D2191 /* Scope3Parser */,
+ 1EDA803414D19EB8003D2191 /* CYKPlusParser */,
+ 1EC7365B14B977AA00238410 /* LM */,
+ 1EC7361314B977AA00238410 /* DynSAInclude */,
+ 1EAC362B14CDC76200DF97C3 /* RuleTable */,
+ 1EC735D314B977AA00238410 /* AlignmentInfo.cpp */,
+ 1EC735D414B977AA00238410 /* AlignmentInfo.h */,
+ 1EC735D514B977AA00238410 /* AlignmentInfoCollection.cpp */,
+ 1EC735D614B977AA00238410 /* AlignmentInfoCollection.h */,
+ 1EC735D714B977AA00238410 /* BilingualDynSuffixArray.cpp */,
+ 1EC735D814B977AA00238410 /* BilingualDynSuffixArray.h */,
+ 1EC735D914B977AA00238410 /* BitmapContainer.cpp */,
+ 1EC735DA14B977AA00238410 /* BitmapContainer.h */,
+ 1EC735DB14B977AA00238410 /* CellCollection.h */,
+ 1EC735DC14B977AA00238410 /* ChartCell.cpp */,
+ 1EC735DD14B977AA00238410 /* ChartCell.h */,
+ 1EC735DE14B977AA00238410 /* ChartCellCollection.cpp */,
+ 1EC735DF14B977AA00238410 /* ChartCellCollection.h */,
+ 1EC735E014B977AA00238410 /* ChartCellLabel.h */,
+ 1EC735E114B977AA00238410 /* ChartCellLabelSet.h */,
+ 1EC735E214B977AA00238410 /* ChartHypothesis.cpp */,
+ 1EC735E314B977AA00238410 /* ChartHypothesis.h */,
+ 1EC735E414B977AA00238410 /* ChartHypothesisCollection.cpp */,
+ 1EC735E514B977AA00238410 /* ChartHypothesisCollection.h */,
+ 1EC735E614B977AA00238410 /* ChartManager.cpp */,
+ 1EC735E714B977AA00238410 /* ChartManager.h */,
+ 1EC735E914B977AA00238410 /* ChartRuleLookupManager.h */,
+ 1EC735EE14B977AA00238410 /* ChartTranslationOption.cpp */,
+ 1EC735EF14B977AA00238410 /* ChartTranslationOption.h */,
+ 1EC735F014B977AA00238410 /* ChartTranslationOptionCollection.cpp */,
+ 1EC735F114B977AA00238410 /* ChartTranslationOptionCollection.h */,
+ 1EC735F214B977AA00238410 /* ChartTranslationOptionList.cpp */,
+ 1EC735F314B977AA00238410 /* ChartTranslationOptionList.h */,
+ 1EC735F414B977AA00238410 /* ChartTrellisDetour.cpp */,
+ 1EC735F514B977AA00238410 /* ChartTrellisDetour.h */,
+ 1EC735F614B977AA00238410 /* ChartTrellisDetourQueue.cpp */,
+ 1EC735F714B977AA00238410 /* ChartTrellisDetourQueue.h */,
+ 1EC735F814B977AA00238410 /* ChartTrellisNode.cpp */,
+ 1EC735F914B977AA00238410 /* ChartTrellisNode.h */,
+ 1EC735FA14B977AA00238410 /* ChartTrellisPath.cpp */,
+ 1EC735FB14B977AA00238410 /* ChartTrellisPath.h */,
+ 1EC735FC14B977AA00238410 /* ChartTrellisPathList.h */,
+ 1EC735FD14B977AA00238410 /* ConfusionNet.cpp */,
+ 1EC735FE14B977AA00238410 /* ConfusionNet.h */,
+ 1EC735FF14B977AA00238410 /* DecodeFeature.cpp */,
+ 1EC7360014B977AA00238410 /* DecodeFeature.h */,
+ 1EC7360114B977AA00238410 /* DecodeGraph.cpp */,
+ 1EC7360214B977AA00238410 /* DecodeGraph.h */,
+ 1EC7360314B977AA00238410 /* DecodeStep.cpp */,
+ 1EC7360414B977AA00238410 /* DecodeStep.h */,
+ 1EC7360514B977AA00238410 /* DecodeStepGeneration.cpp */,
+ 1EC7360614B977AA00238410 /* DecodeStepGeneration.h */,
+ 1EC7360714B977AA00238410 /* DecodeStepTranslation.cpp */,
+ 1EC7360814B977AA00238410 /* DecodeStepTranslation.h */,
+ 1EC7360914B977AA00238410 /* Dictionary.cpp */,
+ 1EC7360A14B977AA00238410 /* Dictionary.h */,
+ 1EC7361114B977AA00238410 /* DummyScoreProducers.cpp */,
+ 1EC7361214B977AA00238410 /* DummyScoreProducers.h */,
+ 1EC7362C14B977AA00238410 /* DynSuffixArray.cpp */,
+ 1EC7362D14B977AA00238410 /* DynSuffixArray.h */,
+ 1EC7362E14B977AA00238410 /* Factor.cpp */,
+ 1EC7362F14B977AA00238410 /* Factor.h */,
+ 1EC7363014B977AA00238410 /* FactorCollection.cpp */,
+ 1EC7363114B977AA00238410 /* FactorCollection.h */,
+ 1EC7363214B977AA00238410 /* FactorTypeSet.cpp */,
+ 1EC7363314B977AA00238410 /* FactorTypeSet.h */,
+ 1EC7363414B977AA00238410 /* FeatureFunction.cpp */,
+ 1EC7363514B977AA00238410 /* FeatureFunction.h */,
+ 1EC7363614B977AA00238410 /* FFState.cpp */,
+ 1EC7363714B977AA00238410 /* FFState.h */,
+ 1EC7363814B977AA00238410 /* File.cpp */,
+ 1EC7363914B977AA00238410 /* File.h */,
+ 1EC7363A14B977AA00238410 /* FilePtr.h */,
+ 1EC7363B14B977AA00238410 /* FloydWarshall.cpp */,
+ 1EC7363C14B977AA00238410 /* FloydWarshall.h */,
+ 1EC7363D14B977AA00238410 /* GenerationDictionary.cpp */,
+ 1EC7363E14B977AA00238410 /* GenerationDictionary.h */,
+ 1EC7363F14B977AA00238410 /* GlobalLexicalModel.cpp */,
+ 1EC7364014B977AA00238410 /* GlobalLexicalModel.h */,
+ 1EC7364114B977AA00238410 /* gzfilebuf.h */,
+ 1EC7364214B977AA00238410 /* hash.cpp */,
+ 1EC7364314B977AA00238410 /* hash.h */,
+ 1EC7364414B977AA00238410 /* hypergraph.proto */,
+ 1EC7364514B977AA00238410 /* Hypothesis.cpp */,
+ 1EC7364614B977AA00238410 /* Hypothesis.h */,
+ 1EC7364714B977AA00238410 /* HypothesisStack.cpp */,
+ 1EC7364814B977AA00238410 /* HypothesisStack.h */,
+ 1EC7364914B977AA00238410 /* HypothesisStackCubePruning.cpp */,
+ 1EC7364A14B977AA00238410 /* HypothesisStackCubePruning.h */,
+ 1EC7364B14B977AA00238410 /* HypothesisStackNormal.cpp */,
+ 1EC7364C14B977AA00238410 /* HypothesisStackNormal.h */,
+ 1EC7364D14B977AA00238410 /* InputFileStream.cpp */,
+ 1EC7364E14B977AA00238410 /* InputFileStream.h */,
+ 1EC7364F14B977AA00238410 /* InputType.cpp */,
+ 1EC7365014B977AA00238410 /* InputType.h */,
+ 1EC7365414B977AA00238410 /* LexicalReordering.cpp */,
+ 1EC7365514B977AA00238410 /* LexicalReordering.h */,
+ 1EC7365614B977AA00238410 /* LexicalReorderingState.cpp */,
+ 1EC7365714B977AA00238410 /* LexicalReorderingState.h */,
+ 1EC7365814B977AA00238410 /* LexicalReorderingTable.cpp */,
+ 1EC7365914B977AA00238410 /* LexicalReorderingTable.h */,
+ 1EC736A914B977AA00238410 /* LMList.cpp */,
+ 1EC736AA14B977AA00238410 /* LMList.h */,
+ 1EC736AB14B977AA00238410 /* LVoc.cpp */,
+ 1EC736AC14B977AA00238410 /* LVoc.h */,
+ 1EC736AD14B977AA00238410 /* Manager.cpp */,
+ 1EC736AE14B977AA00238410 /* Manager.h */,
+ 1EC736AF14B977AA00238410 /* NonTerminal.cpp */,
+ 1EC736B014B977AA00238410 /* NonTerminal.h */,
+ 1EC736B114B977AA00238410 /* ObjectPool.h */,
+ 1EC736B214B977AA00238410 /* OutputCollector.h */,
+ 1EC736B514B977AA00238410 /* Parameter.cpp */,
+ 1EC736B614B977AA00238410 /* Parameter.h */,
+ 1EC736B714B977AA00238410 /* PartialTranslOptColl.cpp */,
+ 1EC736B814B977AA00238410 /* PartialTranslOptColl.h */,
+ 1EC736B914B977AA00238410 /* PCNTools.cpp */,
+ 1EC736BA14B977AA00238410 /* PCNTools.h */,
+ 1EC736BB14B977AA00238410 /* PDTAimp.h */,
+ 1EC736BC14B977AA00238410 /* Phrase.cpp */,
+ 1EC736BD14B977AA00238410 /* Phrase.h */,
+ 1EC736BE14B977AA00238410 /* PhraseDictionary.cpp */,
+ 1EC736BF14B977AA00238410 /* PhraseDictionary.h */,
+ 1EC736C214B977AA00238410 /* PhraseDictionaryDynSuffixArray.cpp */,
+ 1EC736C314B977AA00238410 /* PhraseDictionaryDynSuffixArray.h */,
+ 1EC736C614B977AA00238410 /* PhraseDictionaryMemory.cpp */,
+ 1EC736C714B977AA00238410 /* PhraseDictionaryMemory.h */,
+ 1EC736C814B977AA00238410 /* PhraseDictionaryNode.cpp */,
+ 1EC736C914B977AA00238410 /* PhraseDictionaryNode.h */,
+ 1EC736D014B977AA00238410 /* PhraseDictionaryTree.cpp */,
+ 1EC736D114B977AA00238410 /* PhraseDictionaryTree.h */,
+ 1EC736D214B977AA00238410 /* PhraseDictionaryTreeAdaptor.cpp */,
+ 1EC736D314B977AA00238410 /* PhraseDictionaryTreeAdaptor.h */,
+ 1EC736D414B977AA00238410 /* PrefixTree.h */,
+ 1EC736D514B977AA00238410 /* PrefixTreeMap.cpp */,
+ 1EC736D614B977AA00238410 /* PrefixTreeMap.h */,
+ 1EC736D714B977AA00238410 /* ReorderingConstraint.cpp */,
+ 1EC736D814B977AA00238410 /* ReorderingConstraint.h */,
+ 1EC736D914B977AA00238410 /* ReorderingStack.cpp */,
+ 1EC736DA14B977AA00238410 /* ReorderingStack.h */,
+ 1EC736DB14B977AA00238410 /* rule.proto */,
+ 1EC736DC14B977AA00238410 /* RuleCube.cpp */,
+ 1EC736DD14B977AB00238410 /* RuleCube.h */,
+ 1EC736DE14B977AB00238410 /* RuleCubeItem.cpp */,
+ 1EC736DF14B977AB00238410 /* RuleCubeItem.h */,
+ 1EC736E014B977AB00238410 /* RuleCubeQueue.cpp */,
+ 1EC736E114B977AB00238410 /* RuleCubeQueue.h */,
+ 1EC736EB14B977AB00238410 /* ScoreComponentCollection.cpp */,
+ 1EC736EC14B977AB00238410 /* ScoreComponentCollection.h */,
+ 1EC736ED14B977AB00238410 /* ScoreIndexManager.cpp */,
+ 1EC736EE14B977AB00238410 /* ScoreIndexManager.h */,
+ 1EC736EF14B977AB00238410 /* ScoreProducer.cpp */,
+ 1EC736F014B977AB00238410 /* ScoreProducer.h */,
+ 1EC736F114B977AB00238410 /* Search.cpp */,
+ 1EC736F214B977AB00238410 /* Search.h */,
+ 1EC736F314B977AB00238410 /* SearchCubePruning.cpp */,
+ 1EC736F414B977AB00238410 /* SearchCubePruning.h */,
+ 1EC736F514B977AB00238410 /* SearchNormal.cpp */,
+ 1EC736F614B977AB00238410 /* SearchNormal.h */,
+ 1EC736F714B977AB00238410 /* Sentence.cpp */,
+ 1EC736F814B977AB00238410 /* Sentence.h */,
+ 1EC736F914B977AB00238410 /* SentenceStats.cpp */,
+ 1EC736FA14B977AB00238410 /* SentenceStats.h */,
+ 1EC736FB14B977AB00238410 /* SquareMatrix.cpp */,
+ 1EC736FC14B977AB00238410 /* SquareMatrix.h */,
+ 1EC736FF14B977AB00238410 /* StaticData.cpp */,
+ 1EC7370014B977AB00238410 /* StaticData.h */,
+ 1EC7370714B977AB00238410 /* TargetPhrase.cpp */,
+ 1EC7370814B977AB00238410 /* TargetPhrase.h */,
+ 1EC7370914B977AB00238410 /* TargetPhraseCollection.cpp */,
+ 1EC7370A14B977AB00238410 /* TargetPhraseCollection.h */,
+ 1EC7370B14B977AB00238410 /* ThreadPool.cpp */,
+ 1EC7370C14B977AB00238410 /* ThreadPool.h */,
+ 1EC7370D14B977AB00238410 /* Timer.cpp */,
+ 1EC7370E14B977AB00238410 /* Timer.h */,
+ 1EC7370F14B977AB00238410 /* TranslationOption.cpp */,
+ 1EC7371014B977AB00238410 /* TranslationOption.h */,
+ 1EC7371114B977AB00238410 /* TranslationOptionCollection.cpp */,
+ 1EC7371214B977AB00238410 /* TranslationOptionCollection.h */,
+ 1EC7371314B977AB00238410 /* TranslationOptionCollectionConfusionNet.cpp */,
+ 1EC7371414B977AB00238410 /* TranslationOptionCollectionConfusionNet.h */,
+ 1EC7371514B977AB00238410 /* TranslationOptionCollectionText.cpp */,
+ 1EC7371614B977AB00238410 /* TranslationOptionCollectionText.h */,
+ 1EC7371714B977AB00238410 /* TranslationOptionList.cpp */,
+ 1EC7371814B977AB00238410 /* TranslationOptionList.h */,
+ 1EC7371914B977AB00238410 /* TranslationSystem.cpp */,
+ 1EC7371A14B977AB00238410 /* TranslationSystem.h */,
+ 1EC7371B14B977AB00238410 /* TreeInput.cpp */,
+ 1EC7371C14B977AB00238410 /* TreeInput.h */,
+ 1EC7371F14B977AB00238410 /* TrellisPath.cpp */,
+ 1EC7372014B977AB00238410 /* TrellisPath.h */,
+ 1EC7372314B977AB00238410 /* TrellisPathCollection.cpp */,
+ 1EC7372414B977AB00238410 /* TrellisPathCollection.h */,
+ 1EC7372714B977AB00238410 /* TrellisPathList.h */,
+ 1EC7372814B977AB00238410 /* TypeDef.h */,
+ 1EC7372914B977AB00238410 /* UniqueObject.h */,
+ 1EC7372A14B977AB00238410 /* UserMessage.cpp */,
+ 1EC7372B14B977AB00238410 /* UserMessage.h */,
+ 1EC7372E14B977AB00238410 /* Util.cpp */,
+ 1EC7372F14B977AB00238410 /* Util.h */,
+ 1EC7373214B977AB00238410 /* Word.cpp */,
+ 1EC7373314B977AB00238410 /* Word.h */,
+ 1EC7373614B977AB00238410 /* WordLattice.cpp */,
+ 1EC7373714B977AB00238410 /* WordLattice.h */,
+ 1EC7373A14B977AB00238410 /* WordsBitmap.cpp */,
+ 1EC7373B14B977AB00238410 /* WordsBitmap.h */,
+ 1EC7373E14B977AB00238410 /* WordsRange.cpp */,
+ 1EC7373F14B977AB00238410 /* WordsRange.h */,
+ 1EC7374214B977AB00238410 /* XmlOption.cpp */,
+ 1EC7374314B977AB00238410 /* XmlOption.h */,
);
name = Source;
sourceTree = "<group>";
@@ -826,46 +845,136 @@
name = Products;
sourceTree = "<group>";
};
- 1E16D086144DAA3F00B60B4F /* LM */ = {
+ 1EAC362B14CDC76200DF97C3 /* RuleTable */ = {
isa = PBXGroup;
children = (
- 1E16D087144DAA6C00B60B4F /* Base.cpp */,
- 1E16D088144DAA6C00B60B4F /* Base.h */,
- 1E16D08B144DAA6C00B60B4F /* Factory.cpp */,
- 1E16D08C144DAA6C00B60B4F /* Factory.h */,
- 1E16D08D144DAA6C00B60B4F /* Implementation.cpp */,
- 1E16D08E144DAA6C00B60B4F /* Implementation.h */,
- 1E16D08F144DAA6C00B60B4F /* IRST.cpp */,
- 1E16D090144DAA6C00B60B4F /* IRST.h */,
- 1E16D091144DAA6C00B60B4F /* Joint.cpp */,
- 1E16D092144DAA6C00B60B4F /* Joint.h */,
- 1E16D093144DAA6C00B60B4F /* Ken.cpp */,
- 1E16D094144DAA6C00B60B4F /* Ken.h */,
- 1E16D095144DAA6C00B60B4F /* MultiFactor.cpp */,
- 1E16D096144DAA6C00B60B4F /* MultiFactor.h */,
- 1E16D099144DAA6C00B60B4F /* ParallelBackoff.cpp */,
- 1E16D09A144DAA6C00B60B4F /* ParallelBackoff.h */,
- 1E16D09F144DAA6C00B60B4F /* SingleFactor.cpp */,
- 1E16D0A0144DAA6C00B60B4F /* SingleFactor.h */,
- 1E16D0A1144DAA6C00B60B4F /* SRI.cpp */,
- 1E16D0A2144DAA6C00B60B4F /* SRI.h */,
+ 1EDA807814D19FBF003D2191 /* PhraseDictionaryALSuffixArray.cpp */,
+ 1EDA807914D19FBF003D2191 /* PhraseDictionaryALSuffixArray.h */,
+ 1EDA807A14D19FBF003D2191 /* PhraseDictionaryNodeSCFG.cpp */,
+ 1EDA807B14D19FBF003D2191 /* PhraseDictionaryNodeSCFG.h */,
+ 1EDA807C14D19FBF003D2191 /* PhraseDictionaryOnDisk.cpp */,
+ 1EDA807D14D19FBF003D2191 /* PhraseDictionaryOnDisk.h */,
+ 1EDA807E14D19FBF003D2191 /* PhraseDictionarySCFG.cpp */,
+ 1EDA807F14D19FBF003D2191 /* PhraseDictionarySCFG.h */,
+ 1EDA808014D19FBF003D2191 /* Trie.cpp */,
+ 1EDA808114D19FBF003D2191 /* Trie.h */,
+ 1EDA808214D19FBF003D2191 /* UTrie.cpp */,
+ 1EDA808314D19FBF003D2191 /* UTrie.h */,
+ 1EDA808414D19FBF003D2191 /* UTrieNode.cpp */,
+ 1EDA808514D19FBF003D2191 /* UTrieNode.h */,
+ 1EAC362C14CDC79300DF97C3 /* Loader.h */,
+ 1EAC362D14CDC79300DF97C3 /* LoaderCompact.cpp */,
+ 1EAC362E14CDC79300DF97C3 /* LoaderCompact.h */,
+ 1EAC362F14CDC79300DF97C3 /* LoaderFactory.cpp */,
+ 1EAC363014CDC79300DF97C3 /* LoaderFactory.h */,
+ 1EAC363114CDC79300DF97C3 /* LoaderHiero.cpp */,
+ 1EAC363214CDC79300DF97C3 /* LoaderHiero.h */,
+ 1EAC363314CDC79300DF97C3 /* LoaderStandard.cpp */,
+ 1EAC363414CDC79300DF97C3 /* LoaderStandard.h */,
);
- name = LM;
+ name = RuleTable;
sourceTree = "<group>";
};
- 1ED0FD6B124BB9380029177F /* DynSAInclude */ = {
+ 1EC7361314B977AA00238410 /* DynSAInclude */ = {
isa = PBXGroup;
children = (
- 1ED0FD6C124BB9380029177F /* fdstream.h */,
- 1ED0FD6D124BB9380029177F /* file.cpp */,
- 1ED0FD6E124BB9380029177F /* file.h */,
- 1ED0FD6F124BB9380029177F /* types.h */,
- 1ED0FD70124BB9380029177F /* utils.h */,
- 1ED0FD71124BB9380029177F /* vocab.cpp */,
- 1ED0FD72124BB9380029177F /* vocab.h */,
+ 1EC7361414B977AA00238410 /* fdstream.h */,
+ 1EC7361514B977AA00238410 /* file.cpp */,
+ 1EC7361614B977AA00238410 /* file.h */,
+ 1EC7361714B977AA00238410 /* hash.h */,
+ 1EC7361814B977AA00238410 /* hash.h.orig */,
+ 1EC7361914B977AA00238410 /* onlineRLM.h */,
+ 1EC7361A14B977AA00238410 /* onlineRLM.h.orig */,
+ 1EC7361B14B977AA00238410 /* params.cpp */,
+ 1EC7361C14B977AA00238410 /* params.cpp.orig */,
+ 1EC7361D14B977AA00238410 /* params.h */,
+ 1EC7361E14B977AA00238410 /* params.h.orig */,
+ 1EC7361F14B977AA00238410 /* perfectHash.h */,
+ 1EC7362014B977AA00238410 /* perfectHash.h.orig */,
+ 1EC7362114B977AA00238410 /* quantizer.h */,
+ 1EC7362214B977AA00238410 /* quantizer.h.orig */,
+ 1EC7362314B977AA00238410 /* RandLMCache.h */,
+ 1EC7362414B977AA00238410 /* RandLMCache.h.orig */,
+ 1EC7362514B977AA00238410 /* RandLMFilter.h */,
+ 1EC7362614B977AA00238410 /* RandLMFilter.h.orig */,
+ 1EC7362714B977AA00238410 /* types.h */,
+ 1EC7362814B977AA00238410 /* utils.h */,
+ 1EC7362914B977AA00238410 /* vocab.cpp */,
+ 1EC7362A14B977AA00238410 /* vocab.cpp.orig */,
+ 1EC7362B14B977AA00238410 /* vocab.h */,
);
name = DynSAInclude;
- path = src/DynSAInclude;
+ path = ../../moses/src/DynSAInclude;
+ sourceTree = "<group>";
+ };
+ 1EC7365B14B977AA00238410 /* LM */ = {
+ isa = PBXGroup;
+ children = (
+ 1EF0709114B9EFCC0052152A /* ParallelBackoff.cpp */,
+ 1EF0709214B9EFCC0052152A /* ParallelBackoff.h */,
+ 1EC7365C14B977AA00238410 /* Base.cpp */,
+ 1EC7365E14B977AA00238410 /* Base.h */,
+ 1EC7368714B977AA00238410 /* Factory.cpp */,
+ 1EC7368814B977AA00238410 /* Factory.h */,
+ 1EC7368914B977AA00238410 /* Implementation.cpp */,
+ 1EC7368B14B977AA00238410 /* Implementation.h */,
+ 1EC7368D14B977AA00238410 /* IRST.cpp */,
+ 1EC7368F14B977AA00238410 /* IRST.h */,
+ 1EC7369114B977AA00238410 /* Joint.cpp */,
+ 1EC7369214B977AA00238410 /* Joint.h */,
+ 1EC7369314B977AA00238410 /* Ken.cpp */,
+ 1EC7369514B977AA00238410 /* Ken.h */,
+ 1EC7369714B977AA00238410 /* MultiFactor.cpp */,
+ 1EC7369814B977AA00238410 /* MultiFactor.h */,
+ 1EC7369914B977AA00238410 /* ORLM.cpp */,
+ 1EC7369B14B977AA00238410 /* ORLM.h */,
+ 1EC736A314B977AA00238410 /* Remote.cpp */,
+ 1EC736A414B977AA00238410 /* Remote.h */,
+ 1EC736A514B977AA00238410 /* SingleFactor.cpp */,
+ 1EC736A614B977AA00238410 /* SingleFactor.h */,
+ 1EC736A714B977AA00238410 /* SRI.cpp */,
+ 1EC736A814B977AA00238410 /* SRI.h */,
+ );
+ name = LM;
+ path = ../../moses/src/LM;
+ sourceTree = "<group>";
+ };
+ 1EDA803414D19EB8003D2191 /* CYKPlusParser */ = {
+ isa = PBXGroup;
+ children = (
+ 1EDA806214D19F12003D2191 /* ChartRuleLookupManagerCYKPlus.cpp */,
+ 1EDA806314D19F12003D2191 /* ChartRuleLookupManagerCYKPlus.h */,
+ 1EDA806414D19F12003D2191 /* ChartRuleLookupManagerMemory.cpp */,
+ 1EDA806514D19F12003D2191 /* ChartRuleLookupManagerMemory.h */,
+ 1EDA806614D19F12003D2191 /* ChartRuleLookupManagerOnDisk.cpp */,
+ 1EDA806714D19F12003D2191 /* ChartRuleLookupManagerOnDisk.h */,
+ 1EDA806814D19F12003D2191 /* DotChart.h */,
+ 1EDA806914D19F12003D2191 /* DotChartInMemory.cpp */,
+ 1EDA806A14D19F12003D2191 /* DotChartInMemory.h */,
+ 1EDA806B14D19F12003D2191 /* DotChartOnDisk.cpp */,
+ 1EDA806C14D19F12003D2191 /* DotChartOnDisk.h */,
+ );
+ name = CYKPlusParser;
+ sourceTree = "<group>";
+ };
+ 1EDA803514D19ECD003D2191 /* Scope3Parser */ = {
+ isa = PBXGroup;
+ children = (
+ 1EDA803614D19EEF003D2191 /* ApplicableRuleTrie.cpp */,
+ 1EDA803714D19EEF003D2191 /* ApplicableRuleTrie.h */,
+ 1EDA804314D19EEF003D2191 /* IntermediateVarSpanNode.h */,
+ 1EDA804514D19EEF003D2191 /* Parser.cpp */,
+ 1EDA804614D19EEF003D2191 /* Parser.h */,
+ 1EDA804714D19EEF003D2191 /* SentenceMap.h */,
+ 1EDA804814D19EEF003D2191 /* StackLattice.h */,
+ 1EDA804914D19EEF003D2191 /* StackLatticeBuilder.cpp */,
+ 1EDA804A14D19EEF003D2191 /* StackLatticeBuilder.h */,
+ 1EDA804B14D19EEF003D2191 /* StackLatticeSearcher.h */,
+ 1EDA804C14D19EEF003D2191 /* VarSpanNode.h */,
+ 1EDA804D14D19EEF003D2191 /* VarSpanTrieBuilder.cpp */,
+ 1EDA804E14D19EEF003D2191 /* VarSpanTrieBuilder.h */,
+ );
+ name = Scope3Parser;
sourceTree = "<group>";
};
C6A0FF2B0290797F04C91782 /* Documentation */ = {
@@ -882,150 +991,165 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
- 1ED0FE2B124BB9380029177F /* AlignmentInfo.h in Headers */,
- 1ED0FE2D124BB9380029177F /* BilingualDynSuffixArray.h in Headers */,
- 1ED0FE2F124BB9380029177F /* BitmapContainer.h in Headers */,
- 1ED0FE30124BB9380029177F /* CellCollection.h in Headers */,
- 1ED0FE36124BB9380029177F /* ConfusionNet.h in Headers */,
- 1ED0FE38124BB9380029177F /* DecodeFeature.h in Headers */,
- 1ED0FE3A124BB9380029177F /* DecodeGraph.h in Headers */,
- 1ED0FE3C124BB9380029177F /* DecodeStep.h in Headers */,
- 1ED0FE3E124BB9380029177F /* DecodeStepGeneration.h in Headers */,
- 1ED0FE40124BB9380029177F /* DecodeStepTranslation.h in Headers */,
- 1ED0FE42124BB9380029177F /* Dictionary.h in Headers */,
- 1ED0FE44124BB9380029177F /* DotChart.h in Headers */,
- 1ED0FE46124BB9380029177F /* DotChartOnDisk.h in Headers */,
- 1ED0FE48124BB9380029177F /* DummyScoreProducers.h in Headers */,
- 1ED0FE49124BB9380029177F /* fdstream.h in Headers */,
- 1ED0FE4B124BB9380029177F /* file.h in Headers */,
- 1ED0FE4C124BB9380029177F /* types.h in Headers */,
- 1ED0FE4D124BB9380029177F /* utils.h in Headers */,
- 1ED0FE4F124BB9380029177F /* vocab.h in Headers */,
- 1ED0FE51124BB9380029177F /* DynSuffixArray.h in Headers */,
- 1ED0FE53124BB9380029177F /* Factor.h in Headers */,
- 1ED0FE55124BB9380029177F /* FactorCollection.h in Headers */,
- 1ED0FE57124BB9380029177F /* FactorTypeSet.h in Headers */,
- 1ED0FE59124BB9380029177F /* FeatureFunction.h in Headers */,
- 1ED0FE5B124BB9380029177F /* FFState.h in Headers */,
- 1ED0FE5D124BB9380029177F /* File.h in Headers */,
- 1ED0FE5E124BB9380029177F /* FilePtr.h in Headers */,
- 1ED0FE60124BB9380029177F /* FloydWarshall.h in Headers */,
- 1ED0FE62124BB9380029177F /* GenerationDictionary.h in Headers */,
- 1ED0FE64124BB9380029177F /* GlobalLexicalModel.h in Headers */,
- 1ED0FE65124BB9380029177F /* gzfilebuf.h in Headers */,
- 1ED0FE67124BB9380029177F /* hash.h in Headers */,
- 1ED0FE69124BB9380029177F /* Hypothesis.h in Headers */,
- 1ED0FE6B124BB9380029177F /* HypothesisStack.h in Headers */,
- 1ED0FE6D124BB9380029177F /* HypothesisStackCubePruning.h in Headers */,
- 1ED0FE6F124BB9380029177F /* HypothesisStackNormal.h in Headers */,
- 1ED0FE71124BB9380029177F /* InputFileStream.h in Headers */,
- 1ED0FE73124BB9380029177F /* InputType.h in Headers */,
- 1ED0FE90124BB9380029177F /* LexicalReordering.h in Headers */,
- 1ED0FE92124BB9380029177F /* LexicalReorderingState.h in Headers */,
- 1ED0FE94124BB9380029177F /* LexicalReorderingTable.h in Headers */,
- 1ED0FE96124BB9380029177F /* LMList.h in Headers */,
- 1ED0FE98124BB9380029177F /* LVoc.h in Headers */,
- 1ED0FE9B124BB9380029177F /* Manager.h in Headers */,
- 1ED0FEA0124BB9380029177F /* ObjectPool.h in Headers */,
- 1ED0FEA2124BB9380029177F /* Parameter.h in Headers */,
- 1ED0FEA4124BB9380029177F /* PartialTranslOptColl.h in Headers */,
- 1ED0FEA6124BB9380029177F /* PCNTools.h in Headers */,
- 1ED0FEA7124BB9380029177F /* PDTAimp.h in Headers */,
- 1ED0FEA9124BB9380029177F /* Phrase.h in Headers */,
- 1ED0FEAB124BB9380029177F /* PhraseDictionary.h in Headers */,
- 1ED0FEAD124BB9380029177F /* PhraseDictionaryDynSuffixArray.h in Headers */,
- 1ED0FEAF124BB9380029177F /* PhraseDictionaryMemory.h in Headers */,
- 1ED0FEB1124BB9380029177F /* PhraseDictionaryNode.h in Headers */,
- 1ED0FEB3124BB9380029177F /* PhraseDictionaryNodeSCFG.h in Headers */,
- 1ED0FEB5124BB9380029177F /* PhraseDictionaryOnDisk.h in Headers */,
- 1ED0FEBA124BB9380029177F /* PhraseDictionaryTree.h in Headers */,
- 1ED0FEBC124BB9380029177F /* PhraseDictionaryTreeAdaptor.h in Headers */,
- 1ED0FEBD124BB9380029177F /* PrefixTree.h in Headers */,
- 1ED0FEBF124BB9380029177F /* PrefixTreeMap.h in Headers */,
- 1ED0FEC1124BB9380029177F /* ReorderingConstraint.h in Headers */,
- 1ED0FEC3124BB9380029177F /* ReorderingStack.h in Headers */,
- 1ED0FEC5124BB9380029177F /* ScoreComponentCollection.h in Headers */,
- 1ED0FEC7124BB9380029177F /* ScoreIndexManager.h in Headers */,
- 1ED0FEC9124BB9380029177F /* ScoreProducer.h in Headers */,
- 1ED0FECB124BB9380029177F /* Search.h in Headers */,
- 1ED0FECD124BB9380029177F /* SearchCubePruning.h in Headers */,
- 1ED0FECF124BB9380029177F /* SearchNormal.h in Headers */,
- 1ED0FED1124BB9380029177F /* Sentence.h in Headers */,
- 1ED0FED3124BB9380029177F /* SentenceStats.h in Headers */,
- 1ED0FED5124BB9380029177F /* SquareMatrix.h in Headers */,
- 1ED0FED7124BB9380029177F /* StaticData.h in Headers */,
- 1ED0FED9124BB9380029177F /* TargetPhrase.h in Headers */,
- 1ED0FEDB124BB9380029177F /* TargetPhraseCollection.h in Headers */,
- 1ED0FEDD124BB9380029177F /* Timer.h in Headers */,
- 1ED0FEDF124BB9380029177F /* TranslationOption.h in Headers */,
- 1ED0FEE1124BB9380029177F /* TranslationOptionCollection.h in Headers */,
- 1ED0FEE3124BB9380029177F /* TranslationOptionCollectionConfusionNet.h in Headers */,
- 1ED0FEE5124BB9380029177F /* TranslationOptionCollectionText.h in Headers */,
- 1ED0FEE7124BB9380029177F /* TranslationOptionList.h in Headers */,
- 1ED0FEE9124BB9380029177F /* TranslationSystem.h in Headers */,
- 1ED0FEEB124BB9380029177F /* TreeInput.h in Headers */,
- 1ED0FEED124BB9380029177F /* TrellisPath.h in Headers */,
- 1ED0FEEF124BB9380029177F /* TrellisPathCollection.h in Headers */,
- 1ED0FEF0124BB9380029177F /* TrellisPathList.h in Headers */,
- 1ED0FEF1124BB9380029177F /* TypeDef.h in Headers */,
- 1ED0FEF2124BB9380029177F /* UniqueObject.h in Headers */,
- 1ED0FEF4124BB9380029177F /* UserMessage.h in Headers */,
- 1ED0FEF6124BB9380029177F /* Util.h in Headers */,
- 1ED0FEF8124BB9380029177F /* Word.h in Headers */,
- 1ED0FEFC124BB9380029177F /* WordLattice.h in Headers */,
- 1ED0FEFE124BB9380029177F /* WordsBitmap.h in Headers */,
- 1ED0FF00124BB9380029177F /* WordsRange.h in Headers */,
- 1ED0FF02124BB9380029177F /* XmlOption.h in Headers */,
- 1ED0FFD4124BC0BF0029177F /* ChartTranslationOptionList.h in Headers */,
- 1ED00037124BC2690029177F /* ChartTranslationOption.h in Headers */,
- 1EEB43EE1264A6F200739BA5 /* PhraseDictionarySCFG.h in Headers */,
- 1E1C589612F310A70067DEB7 /* ChartRuleLookupManagerMemory.h in Headers */,
- 1E1C589812F310A70067DEB7 /* ChartRuleLookupManagerOnDisk.h in Headers */,
- 1E2E161B132A890D00ED4085 /* ChartCell.h in Headers */,
- 1E2E161D132A890D00ED4085 /* ChartCellCollection.h in Headers */,
- 1E2E161F132A890D00ED4085 /* ChartHypothesis.h in Headers */,
- 1E2E1621132A890D00ED4085 /* ChartHypothesisCollection.h in Headers */,
- 1E2E1623132A890D00ED4085 /* ChartManager.h in Headers */,
- 1E2E1625132A890D00ED4085 /* ChartTranslationOptionCollection.h in Headers */,
- 1E2E1627132A890D00ED4085 /* ChartTrellisNode.h in Headers */,
- 1E2E1629132A890D00ED4085 /* ChartTrellisPath.h in Headers */,
- 1E2E162D132A890D00ED4085 /* ChartTrellisPathList.h in Headers */,
- 1E2E1639132A892800ED4085 /* OutputCollector.h in Headers */,
- 1E2E163B132A892800ED4085 /* RuleCube.h in Headers */,
- 1E2E163D132A892800ED4085 /* RuleCubeQueue.h in Headers */,
- 1E2E163F132A892800ED4085 /* ThreadPool.h in Headers */,
- 1EE58DA0133726C700D93158 /* NonTerminal.h in Headers */,
- 1EBB262913A12DB500B51840 /* hash.h in Headers */,
- 1EBB262A13A12DB500B51840 /* onlineRLM.h in Headers */,
- 1EBB262B13A12DB500B51840 /* params.h in Headers */,
- 1EBB262C13A12DB500B51840 /* perfectHash.h in Headers */,
- 1EBB262D13A12DB500B51840 /* quantizer.h in Headers */,
- 1EBB262E13A12DB500B51840 /* RandLMCache.h in Headers */,
- 1EBB262F13A12DB500B51840 /* RandLMFilter.h in Headers */,
- 1E07292013B3854D004454FD /* AlignmentInfoCollection.h in Headers */,
- 1E46B5A713BA5C7F0084F898 /* RuleCubeItem.h in Headers */,
- 1EA6AB4B13BCC838004465AF /* ChartRuleLookupManager.h in Headers */,
- 1ED22EE613DD96B0000DE8C9 /* DotChartInMemory.h in Headers */,
- 1ED0DE2A1432A0D200C20FBE /* RuleTableLoaderCompact.h in Headers */,
- 1ED0DE2D1432A0D200C20FBE /* RuleTableLoaderFactory.h in Headers */,
- 1ED0DE301432A0D200C20FBE /* RuleTableLoaderStandard.h in Headers */,
- 1E16D0A4144DAA6C00B60B4F /* Base.h in Headers */,
- 1E16D0A8144DAA6C00B60B4F /* Factory.h in Headers */,
- 1E16D0AA144DAA6C00B60B4F /* Implementation.h in Headers */,
- 1E16D0AC144DAA6C00B60B4F /* IRST.h in Headers */,
- 1E16D0AE144DAA6C00B60B4F /* Joint.h in Headers */,
- 1E16D0B0144DAA6C00B60B4F /* Ken.h in Headers */,
- 1E16D0B2144DAA6C00B60B4F /* MultiFactor.h in Headers */,
- 1E16D0B6144DAA6C00B60B4F /* ParallelBackoff.h in Headers */,
- 1E16D0BC144DAA6C00B60B4F /* SingleFactor.h in Headers */,
- 1E16D0BE144DAA6C00B60B4F /* SRI.h in Headers */,
- 1E474E12145575CA00178AD5 /* RuleTableLoader.h in Headers */,
- 1E078C1C14643AED00A707F4 /* PhraseDictionaryHiero.h in Headers */,
- 1E078C21146440A900A707F4 /* RuleTableLoaderHiero.h in Headers */,
- 1E2755B614667CC3009D1DF9 /* PhraseDictionaryALSuffixArray.h in Headers */,
- 1ECA43AF146D585900209CEF /* ChartCellLabelSet.h in Headers */,
- 1ECA43B4146D586D00209CEF /* ChartTrellisDetour.h in Headers */,
- 1ECA43B6146D586D00209CEF /* ChartTrellisDetourQueue.h in Headers */,
+ 1EC7374714B977AB00238410 /* AlignmentInfo.h in Headers */,
+ 1EC7374914B977AB00238410 /* AlignmentInfoCollection.h in Headers */,
+ 1EC7374B14B977AB00238410 /* BilingualDynSuffixArray.h in Headers */,
+ 1EC7374D14B977AB00238410 /* BitmapContainer.h in Headers */,
+ 1EC7374E14B977AB00238410 /* CellCollection.h in Headers */,
+ 1EC7375014B977AB00238410 /* ChartCell.h in Headers */,
+ 1EC7375214B977AB00238410 /* ChartCellCollection.h in Headers */,
+ 1EC7375314B977AB00238410 /* ChartCellLabel.h in Headers */,
+ 1EC7375414B977AB00238410 /* ChartCellLabelSet.h in Headers */,
+ 1EC7375614B977AB00238410 /* ChartHypothesis.h in Headers */,
+ 1EC7375814B977AB00238410 /* ChartHypothesisCollection.h in Headers */,
+ 1EC7375A14B977AB00238410 /* ChartManager.h in Headers */,
+ 1EC7375C14B977AB00238410 /* ChartRuleLookupManager.h in Headers */,
+ 1EC7376214B977AB00238410 /* ChartTranslationOption.h in Headers */,
+ 1EC7376414B977AB00238410 /* ChartTranslationOptionCollection.h in Headers */,
+ 1EC7376614B977AB00238410 /* ChartTranslationOptionList.h in Headers */,
+ 1EC7376814B977AB00238410 /* ChartTrellisDetour.h in Headers */,
+ 1EC7376A14B977AB00238410 /* ChartTrellisDetourQueue.h in Headers */,
+ 1EC7376C14B977AB00238410 /* ChartTrellisNode.h in Headers */,
+ 1EC7376E14B977AB00238410 /* ChartTrellisPath.h in Headers */,
+ 1EC7376F14B977AB00238410 /* ChartTrellisPathList.h in Headers */,
+ 1EC7377114B977AB00238410 /* ConfusionNet.h in Headers */,
+ 1EC7377314B977AB00238410 /* DecodeFeature.h in Headers */,
+ 1EC7377514B977AB00238410 /* DecodeGraph.h in Headers */,
+ 1EC7377714B977AB00238410 /* DecodeStep.h in Headers */,
+ 1EC7377914B977AB00238410 /* DecodeStepGeneration.h in Headers */,
+ 1EC7377B14B977AB00238410 /* DecodeStepTranslation.h in Headers */,
+ 1EC7377D14B977AB00238410 /* Dictionary.h in Headers */,
+ 1EC7378514B977AB00238410 /* DummyScoreProducers.h in Headers */,
+ 1EC7378614B977AB00238410 /* fdstream.h in Headers */,
+ 1EC7378814B977AB00238410 /* file.h in Headers */,
+ 1EC7378914B977AB00238410 /* hash.h in Headers */,
+ 1EC7378A14B977AB00238410 /* onlineRLM.h in Headers */,
+ 1EC7378C14B977AB00238410 /* params.h in Headers */,
+ 1EC7378D14B977AB00238410 /* perfectHash.h in Headers */,
+ 1EC7378E14B977AB00238410 /* quantizer.h in Headers */,
+ 1EC7378F14B977AB00238410 /* RandLMCache.h in Headers */,
+ 1EC7379014B977AB00238410 /* RandLMFilter.h in Headers */,
+ 1EC7379114B977AB00238410 /* types.h in Headers */,
+ 1EC7379214B977AB00238410 /* utils.h in Headers */,
+ 1EC7379414B977AB00238410 /* vocab.h in Headers */,
+ 1EC7379614B977AB00238410 /* DynSuffixArray.h in Headers */,
+ 1EC7379814B977AB00238410 /* Factor.h in Headers */,
+ 1EC7379A14B977AB00238410 /* FactorCollection.h in Headers */,
+ 1EC7379C14B977AB00238410 /* FactorTypeSet.h in Headers */,
+ 1EC7379E14B977AB00238410 /* FeatureFunction.h in Headers */,
+ 1EC737A014B977AB00238410 /* FFState.h in Headers */,
+ 1EC737A214B977AB00238410 /* File.h in Headers */,
+ 1EC737A314B977AB00238410 /* FilePtr.h in Headers */,
+ 1EC737A514B977AB00238410 /* FloydWarshall.h in Headers */,
+ 1EC737A714B977AB00238410 /* GenerationDictionary.h in Headers */,
+ 1EC737A914B977AB00238410 /* GlobalLexicalModel.h in Headers */,
+ 1EC737AA14B977AB00238410 /* gzfilebuf.h in Headers */,
+ 1EC737AC14B977AB00238410 /* hash.h in Headers */,
+ 1EC737AE14B977AB00238410 /* Hypothesis.h in Headers */,
+ 1EC737B014B977AB00238410 /* HypothesisStack.h in Headers */,
+ 1EC737B214B977AB00238410 /* HypothesisStackCubePruning.h in Headers */,
+ 1EC737B414B977AB00238410 /* HypothesisStackNormal.h in Headers */,
+ 1EC737B614B977AB00238410 /* InputFileStream.h in Headers */,
+ 1EC737B814B977AB00238410 /* InputType.h in Headers */,
+ 1EC737BC14B977AB00238410 /* LexicalReordering.h in Headers */,
+ 1EC737BE14B977AB00238410 /* LexicalReorderingState.h in Headers */,
+ 1EC737C014B977AB00238410 /* LexicalReorderingTable.h in Headers */,
+ 1EC737C214B977AB00238410 /* Base.h in Headers */,
+ 1EC737DB14B977AB00238410 /* Factory.h in Headers */,
+ 1EC737DD14B977AB00238410 /* Implementation.h in Headers */,
+ 1EC737DF14B977AB00238410 /* IRST.h in Headers */,
+ 1EC737E214B977AB00238410 /* Joint.h in Headers */,
+ 1EC737E414B977AB00238410 /* Ken.h in Headers */,
+ 1EC737E614B977AB00238410 /* MultiFactor.h in Headers */,
+ 1EC737E814B977AB00238410 /* ORLM.h in Headers */,
+ 1EC737EE14B977AB00238410 /* Remote.h in Headers */,
+ 1EC737F014B977AB00238410 /* SingleFactor.h in Headers */,
+ 1EC737F214B977AB00238410 /* SRI.h in Headers */,
+ 1EC737F414B977AB00238410 /* LMList.h in Headers */,
+ 1EC737F614B977AB00238410 /* LVoc.h in Headers */,
+ 1EC737F814B977AB00238410 /* Manager.h in Headers */,
+ 1EC737FA14B977AB00238410 /* NonTerminal.h in Headers */,
+ 1EC737FB14B977AB00238410 /* ObjectPool.h in Headers */,
+ 1EC737FC14B977AB00238410 /* OutputCollector.h in Headers */,
+ 1EC737FF14B977AB00238410 /* Parameter.h in Headers */,
+ 1EC7380114B977AB00238410 /* PartialTranslOptColl.h in Headers */,
+ 1EC7380314B977AB00238410 /* PCNTools.h in Headers */,
+ 1EC7380414B977AB00238410 /* PDTAimp.h in Headers */,
+ 1EC7380614B977AB00238410 /* Phrase.h in Headers */,
+ 1EC7380814B977AB00238410 /* PhraseDictionary.h in Headers */,
+ 1EC7380C14B977AB00238410 /* PhraseDictionaryDynSuffixArray.h in Headers */,
+ 1EC7381014B977AB00238410 /* PhraseDictionaryMemory.h in Headers */,
+ 1EC7381214B977AB00238410 /* PhraseDictionaryNode.h in Headers */,
+ 1EC7381A14B977AB00238410 /* PhraseDictionaryTree.h in Headers */,
+ 1EC7381C14B977AB00238410 /* PhraseDictionaryTreeAdaptor.h in Headers */,
+ 1EC7381D14B977AB00238410 /* PrefixTree.h in Headers */,
+ 1EC7381F14B977AB00238410 /* PrefixTreeMap.h in Headers */,
+ 1EC7382114B977AB00238410 /* ReorderingConstraint.h in Headers */,
+ 1EC7382314B977AB00238410 /* ReorderingStack.h in Headers */,
+ 1EC7382514B977AB00238410 /* RuleCube.h in Headers */,
+ 1EC7382714B977AB00238410 /* RuleCubeItem.h in Headers */,
+ 1EC7382914B977AB00238410 /* RuleCubeQueue.h in Headers */,
+ 1EC7383414B977AB00238410 /* ScoreComponentCollection.h in Headers */,
+ 1EC7383614B977AB00238410 /* ScoreIndexManager.h in Headers */,
+ 1EC7383814B977AB00238410 /* ScoreProducer.h in Headers */,
+ 1EC7383A14B977AB00238410 /* Search.h in Headers */,
+ 1EC7383C14B977AB00238410 /* SearchCubePruning.h in Headers */,
+ 1EC7383E14B977AB00238410 /* SearchNormal.h in Headers */,
+ 1EC7384014B977AB00238410 /* Sentence.h in Headers */,
+ 1EC7384214B977AB00238410 /* SentenceStats.h in Headers */,
+ 1EC7384414B977AB00238410 /* SquareMatrix.h in Headers */,
+ 1EC7384714B977AB00238410 /* StaticData.h in Headers */,
+ 1EC7384E14B977AB00238410 /* TargetPhrase.h in Headers */,
+ 1EC7385014B977AB00238410 /* TargetPhraseCollection.h in Headers */,
+ 1EC7385214B977AB00238410 /* ThreadPool.h in Headers */,
+ 1EC7385414B977AB00238410 /* Timer.h in Headers */,
+ 1EC7385614B977AB00238410 /* TranslationOption.h in Headers */,
+ 1EC7385814B977AB00238410 /* TranslationOptionCollection.h in Headers */,
+ 1EC7385A14B977AB00238410 /* TranslationOptionCollectionConfusionNet.h in Headers */,
+ 1EC7385C14B977AB00238410 /* TranslationOptionCollectionText.h in Headers */,
+ 1EC7385E14B977AB00238410 /* TranslationOptionList.h in Headers */,
+ 1EC7386014B977AB00238410 /* TranslationSystem.h in Headers */,
+ 1EC7386214B977AB00238410 /* TreeInput.h in Headers */,
+ 1EC7386514B977AB00238410 /* TrellisPath.h in Headers */,
+ 1EC7386814B977AB00238410 /* TrellisPathCollection.h in Headers */,
+ 1EC7386A14B977AB00238410 /* TrellisPathList.h in Headers */,
+ 1EC7386B14B977AB00238410 /* TypeDef.h in Headers */,
+ 1EC7386C14B977AB00238410 /* UniqueObject.h in Headers */,
+ 1EC7386E14B977AB00238410 /* UserMessage.h in Headers */,
+ 1EC7387114B977AB00238410 /* Util.h in Headers */,
+ 1EC7387414B977AB00238410 /* Word.h in Headers */,
+ 1EC7387714B977AB00238410 /* WordLattice.h in Headers */,
+ 1EC7387A14B977AB00238410 /* WordsBitmap.h in Headers */,
+ 1EC7387D14B977AB00238410 /* WordsRange.h in Headers */,
+ 1EC7388014B977AB00238410 /* XmlOption.h in Headers */,
+ 1EF0709414B9EFCC0052152A /* ParallelBackoff.h in Headers */,
+ 1EAC363514CDC79300DF97C3 /* Loader.h in Headers */,
+ 1EAC363714CDC79300DF97C3 /* LoaderCompact.h in Headers */,
+ 1EAC363914CDC79300DF97C3 /* LoaderFactory.h in Headers */,
+ 1EAC363B14CDC79300DF97C3 /* LoaderHiero.h in Headers */,
+ 1EAC363D14CDC79300DF97C3 /* LoaderStandard.h in Headers */,
+ 1EDA805014D19EEF003D2191 /* ApplicableRuleTrie.h in Headers */,
+ 1EDA805614D19EEF003D2191 /* IntermediateVarSpanNode.h in Headers */,
+ 1EDA805914D19EEF003D2191 /* Parser.h in Headers */,
+ 1EDA805A14D19EEF003D2191 /* SentenceMap.h in Headers */,
+ 1EDA805B14D19EEF003D2191 /* StackLattice.h in Headers */,
+ 1EDA805D14D19EEF003D2191 /* StackLatticeBuilder.h in Headers */,
+ 1EDA805E14D19EEF003D2191 /* StackLatticeSearcher.h in Headers */,
+ 1EDA805F14D19EEF003D2191 /* VarSpanNode.h in Headers */,
+ 1EDA806114D19EEF003D2191 /* VarSpanTrieBuilder.h in Headers */,
+ 1EDA806E14D19F12003D2191 /* ChartRuleLookupManagerCYKPlus.h in Headers */,
+ 1EDA807014D19F12003D2191 /* ChartRuleLookupManagerMemory.h in Headers */,
+ 1EDA807214D19F12003D2191 /* ChartRuleLookupManagerOnDisk.h in Headers */,
+ 1EDA807314D19F12003D2191 /* DotChart.h in Headers */,
+ 1EDA807514D19F12003D2191 /* DotChartInMemory.h in Headers */,
+ 1EDA807714D19F12003D2191 /* DotChartOnDisk.h in Headers */,
+ 1EDA808714D19FBF003D2191 /* PhraseDictionaryALSuffixArray.h in Headers */,
+ 1EDA808914D19FBF003D2191 /* PhraseDictionaryNodeSCFG.h in Headers */,
+ 1EDA808B14D19FBF003D2191 /* PhraseDictionaryOnDisk.h in Headers */,
+ 1EDA808D14D19FBF003D2191 /* PhraseDictionarySCFG.h in Headers */,
+ 1EDA808F14D19FBF003D2191 /* Trie.h in Headers */,
+ 1EDA809114D19FBF003D2191 /* UTrie.h in Headers */,
+ 1EDA809314D19FBF003D2191 /* UTrieNode.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1081,128 +1205,135 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
- 1ED0FE2A124BB9380029177F /* AlignmentInfo.cpp in Sources */,
- 1ED0FE2C124BB9380029177F /* BilingualDynSuffixArray.cpp in Sources */,
- 1ED0FE2E124BB9380029177F /* BitmapContainer.cpp in Sources */,
- 1ED0FE35124BB9380029177F /* ConfusionNet.cpp in Sources */,
- 1ED0FE37124BB9380029177F /* DecodeFeature.cpp in Sources */,
- 1ED0FE39124BB9380029177F /* DecodeGraph.cpp in Sources */,
- 1ED0FE3B124BB9380029177F /* DecodeStep.cpp in Sources */,
- 1ED0FE3D124BB9380029177F /* DecodeStepGeneration.cpp in Sources */,
- 1ED0FE3F124BB9380029177F /* DecodeStepTranslation.cpp in Sources */,
- 1ED0FE41124BB9380029177F /* Dictionary.cpp in Sources */,
- 1ED0FE43124BB9380029177F /* DotChart.cpp in Sources */,
- 1ED0FE45124BB9380029177F /* DotChartOnDisk.cpp in Sources */,
- 1ED0FE47124BB9380029177F /* DummyScoreProducers.cpp in Sources */,
- 1ED0FE4A124BB9380029177F /* file.cpp in Sources */,
- 1ED0FE4E124BB9380029177F /* vocab.cpp in Sources */,
- 1ED0FE50124BB9380029177F /* DynSuffixArray.cpp in Sources */,
- 1ED0FE52124BB9380029177F /* Factor.cpp in Sources */,
- 1ED0FE54124BB9380029177F /* FactorCollection.cpp in Sources */,
- 1ED0FE56124BB9380029177F /* FactorTypeSet.cpp in Sources */,
- 1ED0FE58124BB9380029177F /* FeatureFunction.cpp in Sources */,
- 1ED0FE5A124BB9380029177F /* FFState.cpp in Sources */,
- 1ED0FE5C124BB9380029177F /* File.cpp in Sources */,
- 1ED0FE5F124BB9380029177F /* FloydWarshall.cpp in Sources */,
- 1ED0FE61124BB9380029177F /* GenerationDictionary.cpp in Sources */,
- 1ED0FE63124BB9380029177F /* GlobalLexicalModel.cpp in Sources */,
- 1ED0FE66124BB9380029177F /* hash.cpp in Sources */,
- 1ED0FE68124BB9380029177F /* Hypothesis.cpp in Sources */,
- 1ED0FE6A124BB9380029177F /* HypothesisStack.cpp in Sources */,
- 1ED0FE6C124BB9380029177F /* HypothesisStackCubePruning.cpp in Sources */,
- 1ED0FE6E124BB9380029177F /* HypothesisStackNormal.cpp in Sources */,
- 1ED0FE70124BB9380029177F /* InputFileStream.cpp in Sources */,
- 1ED0FE72124BB9380029177F /* InputType.cpp in Sources */,
- 1ED0FE8F124BB9380029177F /* LexicalReordering.cpp in Sources */,
- 1ED0FE91124BB9380029177F /* LexicalReorderingState.cpp in Sources */,
- 1ED0FE93124BB9380029177F /* LexicalReorderingTable.cpp in Sources */,
- 1ED0FE95124BB9380029177F /* LMList.cpp in Sources */,
- 1ED0FE97124BB9380029177F /* LVoc.cpp in Sources */,
- 1ED0FE9A124BB9380029177F /* Manager.cpp in Sources */,
- 1ED0FEA1124BB9380029177F /* Parameter.cpp in Sources */,
- 1ED0FEA3124BB9380029177F /* PartialTranslOptColl.cpp in Sources */,
- 1ED0FEA5124BB9380029177F /* PCNTools.cpp in Sources */,
- 1ED0FEA8124BB9380029177F /* Phrase.cpp in Sources */,
- 1ED0FEAA124BB9380029177F /* PhraseDictionary.cpp in Sources */,
- 1ED0FEAC124BB9380029177F /* PhraseDictionaryDynSuffixArray.cpp in Sources */,
- 1ED0FEAE124BB9380029177F /* PhraseDictionaryMemory.cpp in Sources */,
- 1ED0FEB0124BB9380029177F /* PhraseDictionaryNode.cpp in Sources */,
- 1ED0FEB2124BB9380029177F /* PhraseDictionaryNodeSCFG.cpp in Sources */,
- 1ED0FEB4124BB9380029177F /* PhraseDictionaryOnDisk.cpp in Sources */,
- 1ED0FEB7124BB9380029177F /* PhraseDictionarySCFG.cpp in Sources */,
- 1ED0FEB9124BB9380029177F /* PhraseDictionaryTree.cpp in Sources */,
- 1ED0FEBB124BB9380029177F /* PhraseDictionaryTreeAdaptor.cpp in Sources */,
- 1ED0FEBE124BB9380029177F /* PrefixTreeMap.cpp in Sources */,
- 1ED0FEC0124BB9380029177F /* ReorderingConstraint.cpp in Sources */,
- 1ED0FEC2124BB9380029177F /* ReorderingStack.cpp in Sources */,
- 1ED0FEC4124BB9380029177F /* ScoreComponentCollection.cpp in Sources */,
- 1ED0FEC6124BB9380029177F /* ScoreIndexManager.cpp in Sources */,
- 1ED0FEC8124BB9380029177F /* ScoreProducer.cpp in Sources */,
- 1ED0FECA124BB9380029177F /* Search.cpp in Sources */,
- 1ED0FECC124BB9380029177F /* SearchCubePruning.cpp in Sources */,
- 1ED0FECE124BB9380029177F /* SearchNormal.cpp in Sources */,
- 1ED0FED0124BB9380029177F /* Sentence.cpp in Sources */,
- 1ED0FED2124BB9380029177F /* SentenceStats.cpp in Sources */,
- 1ED0FED4124BB9380029177F /* SquareMatrix.cpp in Sources */,
- 1ED0FED6124BB9380029177F /* StaticData.cpp in Sources */,
- 1ED0FED8124BB9380029177F /* TargetPhrase.cpp in Sources */,
- 1ED0FEDA124BB9380029177F /* TargetPhraseCollection.cpp in Sources */,
- 1ED0FEDC124BB9380029177F /* Timer.cpp in Sources */,
- 1ED0FEDE124BB9380029177F /* TranslationOption.cpp in Sources */,
- 1ED0FEE0124BB9380029177F /* TranslationOptionCollection.cpp in Sources */,
- 1ED0FEE2124BB9380029177F /* TranslationOptionCollectionConfusionNet.cpp in Sources */,
- 1ED0FEE4124BB9380029177F /* TranslationOptionCollectionText.cpp in Sources */,
- 1ED0FEE6124BB9380029177F /* TranslationOptionList.cpp in Sources */,
- 1ED0FEE8124BB9380029177F /* TranslationSystem.cpp in Sources */,
- 1ED0FEEA124BB9380029177F /* TreeInput.cpp in Sources */,
- 1ED0FEEC124BB9380029177F /* TrellisPath.cpp in Sources */,
- 1ED0FEEE124BB9380029177F /* TrellisPathCollection.cpp in Sources */,
- 1ED0FEF3124BB9380029177F /* UserMessage.cpp in Sources */,
- 1ED0FEF5124BB9380029177F /* Util.cpp in Sources */,
- 1ED0FEF7124BB9380029177F /* Word.cpp in Sources */,
- 1ED0FEFB124BB9380029177F /* WordLattice.cpp in Sources */,
- 1ED0FEFD124BB9380029177F /* WordsBitmap.cpp in Sources */,
- 1ED0FEFF124BB9380029177F /* WordsRange.cpp in Sources */,
- 1ED0FF01124BB9380029177F /* XmlOption.cpp in Sources */,
- 1ED0FFD3124BC0BF0029177F /* ChartTranslationOptionList.cpp in Sources */,
- 1ED00036124BC2690029177F /* ChartTranslationOption.cpp in Sources */,
- 1E1C589512F310A70067DEB7 /* ChartRuleLookupManagerMemory.cpp in Sources */,
- 1E1C589712F310A70067DEB7 /* ChartRuleLookupManagerOnDisk.cpp in Sources */,
- 1E2E161A132A890D00ED4085 /* ChartCell.cpp in Sources */,
- 1E2E161C132A890D00ED4085 /* ChartCellCollection.cpp in Sources */,
- 1E2E161E132A890D00ED4085 /* ChartHypothesis.cpp in Sources */,
- 1E2E1620132A890D00ED4085 /* ChartHypothesisCollection.cpp in Sources */,
- 1E2E1622132A890D00ED4085 /* ChartManager.cpp in Sources */,
- 1E2E1624132A890D00ED4085 /* ChartTranslationOptionCollection.cpp in Sources */,
- 1E2E1626132A890D00ED4085 /* ChartTrellisNode.cpp in Sources */,
- 1E2E1628132A890D00ED4085 /* ChartTrellisPath.cpp in Sources */,
- 1E2E163A132A892800ED4085 /* RuleCube.cpp in Sources */,
- 1E2E163C132A892800ED4085 /* RuleCubeQueue.cpp in Sources */,
- 1E2E163E132A892800ED4085 /* ThreadPool.cpp in Sources */,
- 1EE58D9F133726C700D93158 /* NonTerminal.cpp in Sources */,
- 1E528B9D13A12B2D00E9A67E /* params.cpp in Sources */,
- 1E07291F13B3854D004454FD /* AlignmentInfoCollection.cpp in Sources */,
- 1E46B5A613BA5C7F0084F898 /* RuleCubeItem.cpp in Sources */,
- 1EA6AB4A13BCC838004465AF /* ChartRuleLookupManager.cpp in Sources */,
- 1ED22EE513DD96B0000DE8C9 /* DotChartInMemory.cpp in Sources */,
- 1ED0DE291432A0D200C20FBE /* RuleTableLoaderCompact.cpp in Sources */,
- 1ED0DE2C1432A0D200C20FBE /* RuleTableLoaderFactory.cpp in Sources */,
- 1ED0DE2F1432A0D200C20FBE /* RuleTableLoaderStandard.cpp in Sources */,
- 1E16D0A3144DAA6C00B60B4F /* Base.cpp in Sources */,
- 1E16D0A7144DAA6C00B60B4F /* Factory.cpp in Sources */,
- 1E16D0A9144DAA6C00B60B4F /* Implementation.cpp in Sources */,
- 1E16D0AB144DAA6C00B60B4F /* IRST.cpp in Sources */,
- 1E16D0AD144DAA6C00B60B4F /* Joint.cpp in Sources */,
- 1E16D0AF144DAA6C00B60B4F /* Ken.cpp in Sources */,
- 1E16D0B1144DAA6C00B60B4F /* MultiFactor.cpp in Sources */,
- 1E16D0B5144DAA6C00B60B4F /* ParallelBackoff.cpp in Sources */,
- 1E16D0BB144DAA6C00B60B4F /* SingleFactor.cpp in Sources */,
- 1E16D0BD144DAA6C00B60B4F /* SRI.cpp in Sources */,
- 1E078C1F14643C2000A707F4 /* PhraseDictionaryHiero.cpp in Sources */,
- 1E078C23146440F700A707F4 /* RuleTableLoaderHiero.cpp in Sources */,
- 1E2755B314667CA4009D1DF9 /* PhraseDictionaryALSuffixArray.cpp in Sources */,
- 1ECA43B0146D585900209CEF /* ChartTrellisDetour.cpp in Sources */,
- 1ECA43B5146D586D00209CEF /* ChartTrellisDetourQueue.cpp in Sources */,
+ 1EC7374614B977AB00238410 /* AlignmentInfo.cpp in Sources */,
+ 1EC7374814B977AB00238410 /* AlignmentInfoCollection.cpp in Sources */,
+ 1EC7374A14B977AB00238410 /* BilingualDynSuffixArray.cpp in Sources */,
+ 1EC7374C14B977AB00238410 /* BitmapContainer.cpp in Sources */,
+ 1EC7374F14B977AB00238410 /* ChartCell.cpp in Sources */,
+ 1EC7375114B977AB00238410 /* ChartCellCollection.cpp in Sources */,
+ 1EC7375514B977AB00238410 /* ChartHypothesis.cpp in Sources */,
+ 1EC7375714B977AB00238410 /* ChartHypothesisCollection.cpp in Sources */,
+ 1EC7375914B977AB00238410 /* ChartManager.cpp in Sources */,
+ 1EC7376114B977AB00238410 /* ChartTranslationOption.cpp in Sources */,
+ 1EC7376314B977AB00238410 /* ChartTranslationOptionCollection.cpp in Sources */,
+ 1EC7376514B977AB00238410 /* ChartTranslationOptionList.cpp in Sources */,
+ 1EC7376714B977AB00238410 /* ChartTrellisDetour.cpp in Sources */,
+ 1EC7376914B977AB00238410 /* ChartTrellisDetourQueue.cpp in Sources */,
+ 1EC7376B14B977AB00238410 /* ChartTrellisNode.cpp in Sources */,
+ 1EC7376D14B977AB00238410 /* ChartTrellisPath.cpp in Sources */,
+ 1EC7377014B977AB00238410 /* ConfusionNet.cpp in Sources */,
+ 1EC7377214B977AB00238410 /* DecodeFeature.cpp in Sources */,
+ 1EC7377414B977AB00238410 /* DecodeGraph.cpp in Sources */,
+ 1EC7377614B977AB00238410 /* DecodeStep.cpp in Sources */,
+ 1EC7377814B977AB00238410 /* DecodeStepGeneration.cpp in Sources */,
+ 1EC7377A14B977AB00238410 /* DecodeStepTranslation.cpp in Sources */,
+ 1EC7377C14B977AB00238410 /* Dictionary.cpp in Sources */,
+ 1EC7378414B977AB00238410 /* DummyScoreProducers.cpp in Sources */,
+ 1EC7378714B977AB00238410 /* file.cpp in Sources */,
+ 1EC7378B14B977AB00238410 /* params.cpp in Sources */,
+ 1EC7379314B977AB00238410 /* vocab.cpp in Sources */,
+ 1EC7379514B977AB00238410 /* DynSuffixArray.cpp in Sources */,
+ 1EC7379714B977AB00238410 /* Factor.cpp in Sources */,
+ 1EC7379914B977AB00238410 /* FactorCollection.cpp in Sources */,
+ 1EC7379B14B977AB00238410 /* FactorTypeSet.cpp in Sources */,
+ 1EC7379D14B977AB00238410 /* FeatureFunction.cpp in Sources */,
+ 1EC7379F14B977AB00238410 /* FFState.cpp in Sources */,
+ 1EC737A114B977AB00238410 /* File.cpp in Sources */,
+ 1EC737A414B977AB00238410 /* FloydWarshall.cpp in Sources */,
+ 1EC737A614B977AB00238410 /* GenerationDictionary.cpp in Sources */,
+ 1EC737A814B977AB00238410 /* GlobalLexicalModel.cpp in Sources */,
+ 1EC737AB14B977AB00238410 /* hash.cpp in Sources */,
+ 1EC737AD14B977AB00238410 /* Hypothesis.cpp in Sources */,
+ 1EC737AF14B977AB00238410 /* HypothesisStack.cpp in Sources */,
+ 1EC737B114B977AB00238410 /* HypothesisStackCubePruning.cpp in Sources */,
+ 1EC737B314B977AB00238410 /* HypothesisStackNormal.cpp in Sources */,
+ 1EC737B514B977AB00238410 /* InputFileStream.cpp in Sources */,
+ 1EC737B714B977AB00238410 /* InputType.cpp in Sources */,
+ 1EC737BB14B977AB00238410 /* LexicalReordering.cpp in Sources */,
+ 1EC737BD14B977AB00238410 /* LexicalReorderingState.cpp in Sources */,
+ 1EC737BF14B977AB00238410 /* LexicalReorderingTable.cpp in Sources */,
+ 1EC737C114B977AB00238410 /* Base.cpp in Sources */,
+ 1EC737DA14B977AB00238410 /* Factory.cpp in Sources */,
+ 1EC737DC14B977AB00238410 /* Implementation.cpp in Sources */,
+ 1EC737DE14B977AB00238410 /* IRST.cpp in Sources */,
+ 1EC737E114B977AB00238410 /* Joint.cpp in Sources */,
+ 1EC737E314B977AB00238410 /* Ken.cpp in Sources */,
+ 1EC737E514B977AB00238410 /* MultiFactor.cpp in Sources */,
+ 1EC737E714B977AB00238410 /* ORLM.cpp in Sources */,
+ 1EC737ED14B977AB00238410 /* Remote.cpp in Sources */,
+ 1EC737EF14B977AB00238410 /* SingleFactor.cpp in Sources */,
+ 1EC737F114B977AB00238410 /* SRI.cpp in Sources */,
+ 1EC737F314B977AB00238410 /* LMList.cpp in Sources */,
+ 1EC737F514B977AB00238410 /* LVoc.cpp in Sources */,
+ 1EC737F714B977AB00238410 /* Manager.cpp in Sources */,
+ 1EC737F914B977AB00238410 /* NonTerminal.cpp in Sources */,
+ 1EC737FE14B977AB00238410 /* Parameter.cpp in Sources */,
+ 1EC7380014B977AB00238410 /* PartialTranslOptColl.cpp in Sources */,
+ 1EC7380214B977AB00238410 /* PCNTools.cpp in Sources */,
+ 1EC7380514B977AB00238410 /* Phrase.cpp in Sources */,
+ 1EC7380714B977AB00238410 /* PhraseDictionary.cpp in Sources */,
+ 1EC7380B14B977AB00238410 /* PhraseDictionaryDynSuffixArray.cpp in Sources */,
+ 1EC7380F14B977AB00238410 /* PhraseDictionaryMemory.cpp in Sources */,
+ 1EC7381114B977AB00238410 /* PhraseDictionaryNode.cpp in Sources */,
+ 1EC7381914B977AB00238410 /* PhraseDictionaryTree.cpp in Sources */,
+ 1EC7381B14B977AB00238410 /* PhraseDictionaryTreeAdaptor.cpp in Sources */,
+ 1EC7381E14B977AB00238410 /* PrefixTreeMap.cpp in Sources */,
+ 1EC7382014B977AB00238410 /* ReorderingConstraint.cpp in Sources */,
+ 1EC7382214B977AB00238410 /* ReorderingStack.cpp in Sources */,
+ 1EC7382414B977AB00238410 /* RuleCube.cpp in Sources */,
+ 1EC7382614B977AB00238410 /* RuleCubeItem.cpp in Sources */,
+ 1EC7382814B977AB00238410 /* RuleCubeQueue.cpp in Sources */,
+ 1EC7383314B977AB00238410 /* ScoreComponentCollection.cpp in Sources */,
+ 1EC7383514B977AB00238410 /* ScoreIndexManager.cpp in Sources */,
+ 1EC7383714B977AB00238410 /* ScoreProducer.cpp in Sources */,
+ 1EC7383914B977AB00238410 /* Search.cpp in Sources */,
+ 1EC7383B14B977AB00238410 /* SearchCubePruning.cpp in Sources */,
+ 1EC7383D14B977AB00238410 /* SearchNormal.cpp in Sources */,
+ 1EC7383F14B977AB00238410 /* Sentence.cpp in Sources */,
+ 1EC7384114B977AB00238410 /* SentenceStats.cpp in Sources */,
+ 1EC7384314B977AB00238410 /* SquareMatrix.cpp in Sources */,
+ 1EC7384614B977AB00238410 /* StaticData.cpp in Sources */,
+ 1EC7384D14B977AB00238410 /* TargetPhrase.cpp in Sources */,
+ 1EC7384F14B977AB00238410 /* TargetPhraseCollection.cpp in Sources */,
+ 1EC7385114B977AB00238410 /* ThreadPool.cpp in Sources */,
+ 1EC7385314B977AB00238410 /* Timer.cpp in Sources */,
+ 1EC7385514B977AB00238410 /* TranslationOption.cpp in Sources */,
+ 1EC7385714B977AB00238410 /* TranslationOptionCollection.cpp in Sources */,
+ 1EC7385914B977AB00238410 /* TranslationOptionCollectionConfusionNet.cpp in Sources */,
+ 1EC7385B14B977AB00238410 /* TranslationOptionCollectionText.cpp in Sources */,
+ 1EC7385D14B977AB00238410 /* TranslationOptionList.cpp in Sources */,
+ 1EC7385F14B977AB00238410 /* TranslationSystem.cpp in Sources */,
+ 1EC7386114B977AB00238410 /* TreeInput.cpp in Sources */,
+ 1EC7386414B977AB00238410 /* TrellisPath.cpp in Sources */,
+ 1EC7386714B977AB00238410 /* TrellisPathCollection.cpp in Sources */,
+ 1EC7386D14B977AB00238410 /* UserMessage.cpp in Sources */,
+ 1EC7387014B977AB00238410 /* Util.cpp in Sources */,
+ 1EC7387314B977AB00238410 /* Word.cpp in Sources */,
+ 1EC7387614B977AB00238410 /* WordLattice.cpp in Sources */,
+ 1EC7387914B977AB00238410 /* WordsBitmap.cpp in Sources */,
+ 1EC7387C14B977AB00238410 /* WordsRange.cpp in Sources */,
+ 1EC7387F14B977AB00238410 /* XmlOption.cpp in Sources */,
+ 1EF0709314B9EFCC0052152A /* ParallelBackoff.cpp in Sources */,
+ 1EAC363614CDC79300DF97C3 /* LoaderCompact.cpp in Sources */,
+ 1EAC363814CDC79300DF97C3 /* LoaderFactory.cpp in Sources */,
+ 1EAC363A14CDC79300DF97C3 /* LoaderHiero.cpp in Sources */,
+ 1EAC363C14CDC79300DF97C3 /* LoaderStandard.cpp in Sources */,
+ 1EDA804F14D19EEF003D2191 /* ApplicableRuleTrie.cpp in Sources */,
+ 1EDA805814D19EEF003D2191 /* Parser.cpp in Sources */,
+ 1EDA805C14D19EEF003D2191 /* StackLatticeBuilder.cpp in Sources */,
+ 1EDA806014D19EEF003D2191 /* VarSpanTrieBuilder.cpp in Sources */,
+ 1EDA806D14D19F12003D2191 /* ChartRuleLookupManagerCYKPlus.cpp in Sources */,
+ 1EDA806F14D19F12003D2191 /* ChartRuleLookupManagerMemory.cpp in Sources */,
+ 1EDA807114D19F12003D2191 /* ChartRuleLookupManagerOnDisk.cpp in Sources */,
+ 1EDA807414D19F12003D2191 /* DotChartInMemory.cpp in Sources */,
+ 1EDA807614D19F12003D2191 /* DotChartOnDisk.cpp in Sources */,
+ 1EDA808614D19FBF003D2191 /* PhraseDictionaryALSuffixArray.cpp in Sources */,
+ 1EDA808814D19FBF003D2191 /* PhraseDictionaryNodeSCFG.cpp in Sources */,
+ 1EDA808A14D19FBF003D2191 /* PhraseDictionaryOnDisk.cpp in Sources */,
+ 1EDA808C14D19FBF003D2191 /* PhraseDictionarySCFG.cpp in Sources */,
+ 1EDA808E14D19FBF003D2191 /* Trie.cpp in Sources */,
+ 1EDA809014D19FBF003D2191 /* UTrie.cpp in Sources */,
+ 1EDA809214D19FBF003D2191 /* UTrieNode.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -1228,18 +1359,27 @@
_LARGE_FILES,
);
HEADER_SEARCH_PATHS = (
- ../,
- src,
- ../irstlm/include,
- ../srilm/include,
- ../kenlm,
- ../randlm/include,
- ../,
+ ../..,
+ ../../moses/src,
+ ../../irstlm/include,
+ ../../srilm/include,
+ ../../kenlm,
+ ../../randlm/include,
/opt/local/include,
- ../synlm/hhmm/wsjparse/include,
- ../synlm/hhmm/rvtl/include/,
+ ../../synlm/hhmm/wsjparse/include,
+ ../../synlm/hhmm/rvtl/include/,
);
INSTALL_PATH = /usr/local/lib;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "\"$(SRCROOT)/../../moses/src/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/bin/darwin-4.2.1/release/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/bin/gcc-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/LM/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/LM/bin/darwin-4.2.1/release/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/LM/bin/gcc-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ );
PRODUCT_NAME = moses;
};
name = Debug;
@@ -1261,18 +1401,27 @@
_LARGE_FILES,
);
HEADER_SEARCH_PATHS = (
- ../,
- src,
- ../irstlm/include,
- ../srilm/include,
- ../kenlm,
- ../randlm/include,
- ../,
+ ../..,
+ ../../moses/src,
+ ../../irstlm/include,
+ ../../srilm/include,
+ ../../kenlm,
+ ../../randlm/include,
/opt/local/include,
- ../synlm/hhmm/wsjparse/include,
- ../synlm/hhmm/rvtl/include/,
+ ../../synlm/hhmm/wsjparse/include,
+ ../../synlm/hhmm/rvtl/include/,
);
INSTALL_PATH = /usr/local/lib;
+ LIBRARY_SEARCH_PATHS = (
+ "$(inherited)",
+ "\"$(SRCROOT)/../../moses/src/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/bin/darwin-4.2.1/release/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/bin/gcc-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/LM/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/LM/bin/darwin-4.2.1/release/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/LM/bin/gcc-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ "\"$(SRCROOT)/../../moses/src/Scope3Parser/bin/darwin-4.2.1/release/debug-symbols-on/link-static/threading-multi\"",
+ );
PRODUCT_NAME = moses;
};
name = Release;
diff --git a/contrib/queryOnDiskPt/Jamfile b/contrib/queryOnDiskPt/Jamfile
new file mode 100644
index 000000000..6b4895022
--- /dev/null
+++ b/contrib/queryOnDiskPt/Jamfile
@@ -0,0 +1,41 @@
+#If you get compilation errors here, make sure you have xmlrpc-c installed properly, including the abyss server option.
+
+import option ;
+import path ;
+
+with-xmlrpc-c = [ option.get "with-xmlrpc-c" ] ;
+if $(with-xmlrpc-c) {
+ build-moses-server = true ;
+ xmlrpc-command = $(with-xmlrpc-c)/bin/xmlrpc-c-config ;
+ if ! [ path.exists $(xmlrpc-command) ] {
+ exit Could not find $(xmlrpc-command) : 1 ;
+ }
+} else {
+ xmlrpc-check = [ _shell "xmlrpc-c-config --features 2>/dev/null" : exit-status ] ;
+ if $(xmlrpc-check[2]) = 0 {
+ if [ MATCH "(abyss-server)" : $(xmlrpc-check[1]) ] {
+ build-moses-server = true ;
+ } else {
+ echo "Found xmlrpc-c but it does not have abyss-server. Skipping mosesserver." ;
+ }
+ }
+ xmlrpc-command = "xmlrpc-c-config" ;
+}
+
+rule shell_or_die ( cmd ) {
+ local ret = [ _shell $(cmd) : exit-status ] ;
+ if $(ret[2]) != 0 {
+ exit "Failed to run $(cmd)" : 1 ;
+ }
+ return $(ret[1]) ;
+}
+
+if $(build-moses-server) = true
+{
+ xmlrpc-linkflags = [ shell_or_die "$(xmlrpc-command) c++2 abyss-server --libs" ] ;
+ xmlrpc-cxxflags = [ shell_or_die "$(xmlrpc-command) c++2 abyss-server --cflags" ] ;
+
+ exe queryOnDiskPt : queryOnDiskPt.cpp ../../moses/src//moses ../../OnDiskPt//OnDiskPt : <linkflags>$(xmlrpc-linkflags) <cxxflags>$(xmlrpc-cxxflags) ;
+} else {
+ alias queryOnDiskPt ;
+}
diff --git a/contrib/queryOnDiskPt/compile.sh b/contrib/queryOnDiskPt/compile.sh
new file mode 100755
index 000000000..1643e27d1
--- /dev/null
+++ b/contrib/queryOnDiskPt/compile.sh
@@ -0,0 +1,6 @@
+SRI=/Users/hieuhoang/workspace/srilm
+IRST=/Users/hieuhoang/workspace/irstlm/trunk
+
+g++ -o queryOnDiskPt queryOnDiskPt.cpp ../../moses/src/PhraseDictionary.cpp -I../../moses/src/ -I../../ -L../../dist/lib/ -I../../OnDiskPt -lmert_lib -ldynsa -lz -lmoses_internal -lOnDiskPt -lLM -lkenlm -lkenutil -lRuleTable -lCYKPlusParser -lScope3Parser -L$SRI/lib/macosx/ -ldstruct -lflm -llattice -lmisc -loolm -L/opt/local/lib -lboost_thread-mt -L$IRST/lib -lirstlm
+
+
diff --git a/contrib/queryOnDiskPt/queryOnDiskPt.cpp b/contrib/queryOnDiskPt/queryOnDiskPt.cpp
new file mode 100644
index 000000000..f7435649a
--- /dev/null
+++ b/contrib/queryOnDiskPt/queryOnDiskPt.cpp
@@ -0,0 +1,174 @@
+// Query binary phrase tables.
+// Christian Hardmeier, 16 May 2010
+
+#include <cstdlib>
+#include <cstring>
+#include <string>
+#include <vector>
+
+#include "util.h"
+#include "OnDiskWrapper.h"
+#include "SourcePhrase.h"
+
+using namespace std;
+using namespace OnDiskPt;
+
+void usage();
+
+typedef unsigned int uint;
+
+void Tokenize(OnDiskPt::Phrase &phrase
+ , const std::string &token, bool addSourceNonTerm, bool addTargetNonTerm
+ , OnDiskPt::OnDiskWrapper &onDiskWrapper)
+{
+
+ bool nonTerm = false;
+ size_t tokSize = token.size();
+ int comStr =token.compare(0, 1, "[");
+
+ if (comStr == 0) {
+ comStr = token.compare(tokSize - 1, 1, "]");
+ nonTerm = comStr == 0;
+ }
+
+ if (nonTerm) {
+ // non-term
+ size_t splitPos = token.find_first_of("[", 2);
+ string wordStr = token.substr(0, splitPos);
+
+ if (splitPos == string::npos) {
+ // lhs - only 1 word
+ Word *word = new Word();
+ word->CreateFromString(wordStr, onDiskWrapper.GetVocab());
+ phrase.AddWord(word);
+ } else {
+ // source & target non-terms
+ if (addSourceNonTerm) {
+ Word *word = new Word();
+ word->CreateFromString(wordStr, onDiskWrapper.GetVocab());
+ phrase.AddWord(word);
+ }
+
+ wordStr = token.substr(splitPos, tokSize - splitPos);
+ if (addTargetNonTerm) {
+ Word *word = new Word();
+ word->CreateFromString(wordStr, onDiskWrapper.GetVocab());
+ phrase.AddWord(word);
+ }
+
+ }
+ } else {
+ // term
+ Word *word = new Word();
+ word->CreateFromString(token, onDiskWrapper.GetVocab());
+ phrase.AddWord(word);
+ }
+}
+
+
+int main(int argc, char **argv)
+{
+ int tableLimit = 20;
+ std::string ttable = "";
+ bool useAlignments = false;
+
+ for(int i = 1; i < argc; i++) {
+ if(!strcmp(argv[i], "-tlimit")) {
+ if(i + 1 == argc)
+ usage();
+ tableLimit = atoi(argv[++i]);
+ } else if(!strcmp(argv[i], "-t")) {
+ if(i + 1 == argc)
+ usage();
+ ttable = argv[++i];
+ }
+ else
+ usage();
+ }
+
+ if(ttable == "")
+ usage();
+
+ OnDiskWrapper onDiskWrapper;
+ bool retDb = onDiskWrapper.BeginLoad(ttable);
+ CHECK(retDb);
+
+ cerr << "Ready..." << endl;
+
+ std::string line;
+ while(getline(std::cin, line)) {
+ std::vector<std::string> tokens;
+ tokens = Moses::Tokenize(line, " ");
+
+ cerr << "line: " << line << endl;
+
+ // create source phrase
+ SourcePhrase sourcePhrase;
+
+ for (size_t pos = 0; pos < tokens.size(); ++pos)
+ {
+ const string &tok = tokens[pos];
+
+ if (pos == tokens.size() - 1)
+ { // last position. LHS non-term
+ Tokenize(sourcePhrase, tok, false, true, onDiskWrapper);
+ }
+ else
+ {
+ Tokenize(sourcePhrase, tok, true, true, onDiskWrapper);
+ }
+ }
+
+ const PhraseNode *node = &onDiskWrapper.GetRootSourceNode();
+ cerr << "node=" << node << endl;
+ assert(node);
+
+ for (size_t pos = 0; pos < sourcePhrase.GetSize(); ++pos)
+ {
+ const Word &word = sourcePhrase.GetWord(pos);
+ cerr << word << " ";
+ node = node->GetChild(word, onDiskWrapper);
+ cerr << "node=" << node << endl;
+
+ if (node == NULL)
+ {
+ break;
+ }
+ }
+
+ if (node)
+ { // source phrase points to a bunch of rules
+ const TargetPhraseCollection *coll = node->GetTargetPhraseCollection(tableLimit, onDiskWrapper);
+ string str = coll->GetDebugStr();
+ cout << "Found " << coll->GetSize() << endl;
+
+ for (size_t ind = 0; ind < coll->GetSize(); ++ind)
+ {
+ const TargetPhrase &targetPhrase = coll->GetTargetPhrase(ind);
+ cerr << " ";
+ targetPhrase.DebugPrint(cerr, onDiskWrapper.GetVocab());
+ cerr << endl;
+
+
+ }
+ }
+ else
+ {
+ cout << "Not found" << endl;
+ }
+
+ std::cout << '\n';
+ std::cout.flush();
+ }
+
+ cerr << "Finished." << endl;
+
+}
+
+void usage()
+{
+ std::cerr << "Usage: queryOnDiskPt [-n <nscores>] [-a] -t <ttable>\n"
+ "-tlimit <table limit> max number of rules per source phrase (default: 20)\n"
+ "-t <ttable> phrase table\n";
+ exit(1);
+}
diff --git a/contrib/reranking/src/Main.cpp b/contrib/reranking/src/Main.cpp
index a91be8e73..4a20b013c 100644
--- a/contrib/reranking/src/Main.cpp
+++ b/contrib/reranking/src/Main.cpp
@@ -14,7 +14,7 @@
#include "NBest.h"
#include "Tools.h"
-#include "Util.h" // from Moses
+#include "../../../moses/src/Util.h"
using namespace std;
@@ -33,7 +33,7 @@ int main (int argc, char *argv[])
ifstream inpf;
PARAM_VEC p=parameter->GetParam("input-file");
if (p.size()<1 || p.size()>2) Error("The option -input-file requires one or two arguments");
- int in_n=p.size()>1 ? Scan<int>(p[1]) : 0;
+ int in_n=p.size()>1 ? Moses::Scan<int>(p[1]) : 0;
cout << "NBest version 0.1, written by Holger.Schwenk@lium.univ-lemans.fr" << endl
<< " - reading input from file '" << p[0] << "'";
if (in_n>0) cout << " (limited to the first " << in_n << " hypothesis)";
@@ -48,7 +48,7 @@ int main (int argc, char *argv[])
ofstream outf;
p=parameter->GetParam("output-file");
if (p.size()<1 || p.size()>2) Error("The option -output-file requires one or two arguments");
- int out_n=p.size()>1 ? Scan<int>(p[1]) : 0;
+ int out_n=p.size()>1 ? Moses::Scan<int>(p[1]) : 0;
cout << " - writing output to file '" << p[0] << "'";
if (out_n>0) cout << " (limited to the first " << out_n << " hypothesis)";
cout << endl;
diff --git a/contrib/reranking/src/Makefile b/contrib/reranking/src/Makefile
index 7b0ec6945..c2711741e 100644
--- a/contrib/reranking/src/Makefile
+++ b/contrib/reranking/src/Makefile
@@ -1,7 +1,7 @@
# where to find include files and libraries from Moses
-MOSES_INC=../../moses/src
-LIB_DIR=../../moses/src/
+MOSES_INC=../../../moses/src ../../..
+LIB_DIR=../../../moses/src/
LIBS=-lmoses -lz
OBJS=Main.o NBest.o Hypo.o Tools.o ParameterNBest.o
diff --git a/contrib/server/SampleClient.java b/contrib/server/SampleClient.java
new file mode 100644
index 000000000..1710c553e
--- /dev/null
+++ b/contrib/server/SampleClient.java
@@ -0,0 +1,46 @@
+//
+// Java Sample client for mosesserver (Created by Marwen AZOUZI)
+// The XML-RPC libraries are available at Apache (http://ws.apache.org/xmlrpc/)
+//
+
+import java.util.HashMap;
+import java.net.URL;
+import org.apache.xmlrpc.client.XmlRpcClient;
+import org.apache.xmlrpc.client.XmlRpcClientConfigImpl;
+
+public class SampleClient {
+ public static void main(String[] args) {
+ try {
+ // Create an instance of XmlRpcClient
+ XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();
+ config.setServerURL(new URL("http://localhost:8080/RPC2"));
+ XmlRpcClient client = new XmlRpcClient();
+ client.setConfig(config);
+ // The XML-RPC data type used by mosesserver is <struct>. In Java, this data type can be represented using HashMap.
+ HashMap<String,String> mosesParams = new HashMap<String,String>();
+ String textToTranslate = new String("some text to translate .");
+ mosesParams.put("text", textToTranslate);
+ mosesParams.put("align", "true");
+ mosesParams.put("report-all-factors", "true");
+ // The XmlRpcClient.execute method doesn't accept Hashmap (pParams). It's either Object[] or List.
+ Object[] params = new Object[] { null };
+ params[0] = mosesParams;
+ // Invoke the remote method "translate". The result is an Object, convert it to a HashMap.
+ HashMap result = (HashMap)client.execute("translate", params);
+ // Print the returned results
+ String textTranslation = (String)result.get("text");
+ System.out.println("Input : "+textToTranslate);
+ System.out.println("Translation : "+textTranslation);
+ if (result.get("align") != null){
+ Object[] aligns = (Object[])result.get("align");
+ System.out.println("Phrase alignments : [Source Start:Source End][Target Start]");
+ for ( Object element : aligns) {
+ HashMap align = (HashMap)element;
+ System.out.println("["+align.get("src-start")+":"+align.get("src-end")+"]["+align.get("tgt-start")+"]");
+ }
+ }
+ } catch (Exception e) {
+ e.printStackTrace();
+ }
+ }
+}
diff --git a/contrib/server/mosesserver.cpp b/contrib/server/mosesserver.cpp
index c3459a59e..0091ee2de 100644
--- a/contrib/server/mosesserver.cpp
+++ b/contrib/server/mosesserver.cpp
@@ -6,15 +6,15 @@
#include <xmlrpc-c/registry.hpp>
#include <xmlrpc-c/server_abyss.hpp>
+#include "ChartManager.h"
#include "Hypothesis.h"
#include "Manager.h"
#include "StaticData.h"
#include "PhraseDictionaryDynSuffixArray.h"
#include "TranslationSystem.h"
+#include "TreeInput.h"
#include "LMList.h"
-#ifdef LM_ORLM
-# include "LanguageModelORLM.h"
-#endif
+#include "LM/ORLM.h"
using namespace Moses;
using namespace std;
@@ -67,20 +67,12 @@ public:
string source_, target_, alignment_;
bool bounded_, add2ORLM_;
void updateORLM() {
-#ifdef LM_ORLM
+ // TODO(level101): this belongs in the language model, not in moseserver.cpp
vector<string> vl;
map<vector<string>, int> ngSet;
LMList lms = StaticData::Instance().GetLMList(); // get LM
LMList::const_iterator lmIter = lms.begin();
- const LanguageModel* lm = *lmIter;
- /* currently assumes a single LM that is a ORLM */
-#ifdef WITH_THREADS
- boost::shared_ptr<LanguageModelORLM> orlm;
- orlm = boost::dynamic_pointer_cast<LanguageModelORLM>(lm->GetLMImplementation());
-#else
- LanguageModelORLM* orlm;
- orlm = (LanguageModelORLM*)lm->GetLMImplementation();
-#endif
+ LanguageModelORLM* orlm = static_cast<LanguageModelORLM*>(static_cast<LMRefCount*>(*lmIter)->MosesServerCppShouldNotHaveLMCode());
if(orlm == 0) {
cerr << "WARNING: Unable to add target sentence to ORLM\n";
return;
@@ -113,7 +105,6 @@ public:
orlm->UpdateORLM(it->first, it->second);
}
}
-#endif
}
void breakOutParams(const params_t& params) {
params_t::const_iterator si = params.find("source");
@@ -181,36 +172,48 @@ public:
}
const TranslationSystem& system = getTranslationSystem(params);
-
- Sentence sentence;
- const vector<FactorType> &inputFactorOrder =
- staticData.GetInputFactorOrder();
- stringstream in(source + "\n");
- sentence.Read(in,inputFactorOrder);
- Manager manager(sentence,staticData.GetSearchAlgorithm(), &system);
- manager.ProcessSentence();
- const Hypothesis* hypo = manager.GetBestHypothesis();
-
- vector<xmlrpc_c::value> alignInfo;
stringstream out, graphInfo, transCollOpts;
- outputHypo(out,hypo,addAlignInfo,alignInfo,reportAllFactors);
-
map<string, xmlrpc_c::value> retData;
+
+ SearchAlgorithm searchAlgorithm = staticData.GetSearchAlgorithm();
+ if (searchAlgorithm == ChartDecoding) {
+ TreeInput tinput;
+ const vector<FactorType> &inputFactorOrder =
+ staticData.GetInputFactorOrder();
+ stringstream in(source + "\n");
+ tinput.Read(in,inputFactorOrder);
+ ChartManager manager(tinput, &system);
+ manager.ProcessSentence();
+ const ChartHypothesis *hypo = manager.GetBestHypothesis();
+ outputChartHypo(out,hypo);
+ } else {
+ Sentence sentence;
+ const vector<FactorType> &inputFactorOrder =
+ staticData.GetInputFactorOrder();
+ stringstream in(source + "\n");
+ sentence.Read(in,inputFactorOrder);
+ Manager manager(sentence,staticData.GetSearchAlgorithm(), &system);
+ manager.ProcessSentence();
+ const Hypothesis* hypo = manager.GetBestHypothesis();
+
+ vector<xmlrpc_c::value> alignInfo;
+ outputHypo(out,hypo,addAlignInfo,alignInfo,reportAllFactors);
+ if (addAlignInfo) {
+ retData.insert(pair<string, xmlrpc_c::value>("align", xmlrpc_c::value_array(alignInfo)));
+ }
+
+ if(addGraphInfo) {
+ insertGraphInfo(manager,retData);
+ (const_cast<StaticData&>(staticData)).SetOutputSearchGraph(false);
+ }
+ if (addTopts) {
+ insertTranslationOptions(manager,retData);
+ }
+ }
pair<string, xmlrpc_c::value>
text("text", xmlrpc_c::value_string(out.str()));
- cerr << "Output: " << out.str() << endl;
- if (addAlignInfo) {
- retData.insert(pair<string, xmlrpc_c::value>("align", xmlrpc_c::value_array(alignInfo)));
- }
retData.insert(text);
-
- if(addGraphInfo) {
- insertGraphInfo(manager,retData);
- (const_cast<StaticData&>(staticData)).SetOutputSearchGraph(false);
- }
- if (addTopts) {
- insertTranslationOptions(manager,retData);
- }
+ cerr << "Output: " << out.str() << endl;
*retvalP = xmlrpc_c::value_struct(retData);
}
@@ -241,6 +244,21 @@ public:
}
}
+ void outputChartHypo(ostream& out, const ChartHypothesis* hypo) {
+ Phrase outPhrase(20);
+ hypo->CreateOutputPhrase(outPhrase);
+
+ // delete 1st & last
+ assert(outPhrase.GetSize() >= 2);
+ outPhrase.RemoveWord(0);
+ outPhrase.RemoveWord(outPhrase.GetSize() - 1);
+ for (size_t pos = 0 ; pos < outPhrase.GetSize() ; pos++) {
+ const Factor *factor = outPhrase.GetFactor(pos, 0);
+ out << *factor << " ";
+ }
+
+ }
+
void insertGraphInfo(Manager& manager, map<string, xmlrpc_c::value>& retData) {
vector<xmlrpc_c::value> searchGraphXml;
vector<SearchGraphNode> searchGraph;
diff --git a/contrib/tmcombine/README.md b/contrib/tmcombine/README.md
new file mode 100644
index 000000000..2d21b95c8
--- /dev/null
+++ b/contrib/tmcombine/README.md
@@ -0,0 +1,88 @@
+tmcombine - a tool for Moses translation model combination
+
+Author: Rico Sennrich <sennrich [AT] cl.uzh.ch>
+
+ABOUT
+-----
+
+This program handles the combination of Moses phrase tables, either through
+linear interpolation of the phrase translation probabilities/lexical weights,
+or through a recomputation based on the (weighted) combined counts.
+
+It also supports an automatic search for weights that minimize the cross-entropy
+between the model and a tuning set of word/phrase alignments.
+
+
+REQUIREMENTS
+------------
+
+The script requires Python >= 2.6.
+SciPy is recommended. If it is missing, an ad-hoc hill-climbing optimizer will be used (which may be slower, but is actually recommended for PyPy and/or a high number of models).
+On Debian-based systems, you can install SciPy from the repository:
+ sudo apt-get install python-scipy
+
+
+USAGE
+-----
+
+for usage information, run
+ ./tmcombine.py -h
+
+Two basic command line examples:
+
+linearly interpolate two translation models with fixed weights:
+ ./tmcombine.py combine_given_weights test/model1 test/model2 -w "0.1,0.9;0.1,1;0.2,0.8;0.5,0.5" -o test/phrase-table_test2
+
+do a count-based combination of two translation models with weights that minimize perplexity on a set of reference phrase pairs.
+ ./tmcombine.py combine_given_tuning_set test/model1 test/model2 -o test/phrase-table_test5 -m counts -r test/extract
+
+Typically, you have to specify one action out of the following:
+
+ - `combine_given_weights`: write a new phrase table with defined weights
+
+ - `combine_given_tuning_set`: write a new phrase table, using the weights that minimize cross-entropy on a tuning set
+
+ - `compare_cross_entropies`: print cross-entropies for each model/feature, using the intersection of phrase pairs.
+
+ - `compute_cross_entropy`: return cross-entropy for a tuning set, a set of models and a set of weights.
+
+ - `return_best_cross_entropy`: return the set of weights and cross-entropy that is optimal for a tuning set and a set of models.
+
+You can check the docstrings of `Combine_TMs()` for more information and find some example commands in the function `test()`.
+Some configuration options (i.e. normalization of linear interpolation) are not accessible from the command line.
+You can gain a bit more flexibility by writing/modifying python code that initializes `Combine_TMs()` with your desired arguments, or by just fiddling with the default values in the script.
+
+Regression tests (check if the output files (`test/phrase-table_testN`) differ from the files in the repositorys):
+ ./tmcombine.py test
+
+FURTHER NOTES
+-------------
+
+ - Different combination algorithms require different statistics. To be on the safe side, apply `train_model.patch` to `train_model.perl` and use the option `-phrase-word-alignment` when training models.
+
+ - The script assumes that phrase tables are sorted (to allow incremental, more memory-friendly processing). Sort the tables with `LC_ALL=C`. Phrase tables produced by Moses are sorted correctly.
+
+ - Some configurations require additional statistics that are loaded in memory (lexical tables; complete list of target phrases).
+ If memory consumption is a problem, use the option --lowmem (slightly slower and writes temporary files to disk), or consider pruning your phrase table before combining (e.g. using Johnson et al. 2007).
+
+ - The script can read/write gzipped files, but the Python implementation is slow. You're better off unzipping the files on the command line and working with the unzipped files. The script will automatically search for the unzipped file first, and for the gzipped file if the former doesn't exist.
+
+ - The cross-entropy estimation assumes that phrase tables contain true probability distributions (i.e. a probability mass of 1 for each conditional probability distribution). If this is not true, the results may be skewed.
+
+ - Unknown phrase pairs are not considered for the cross-entropy estimation. A comparison of models with different vocabularies may be misleading.
+
+ - Don't directly compare cross-entropies obtained from a combination with different modes. Depending on how some corner cases are treated, linear interpolation does not distribute the full probability mass and thus shows higher (i.e. worse) cross-entropies.
+
+
+REFERENCES
+----------
+
+The algorithms are described in
+
+Sennrich, Rico (2012). Perplexity Minimization for Translation Model Domain Adaptation in Statistical Machine Translation. In: Proceedings of EACL 2012.
+
+The evaluated algorithms are:
+
+ - linear interpolation (naive): default
+ - linear interpolation (modified): use options `--normalized` and `--recompute_lexweights`
+ - weighted counts: use option `-m counts`
diff --git a/contrib/tmcombine/argparse.py b/contrib/tmcombine/argparse.py
new file mode 100644
index 000000000..87d0cef35
--- /dev/null
+++ b/contrib/tmcombine/argparse.py
@@ -0,0 +1,2382 @@
+# Author: Steven J. Bethard <steven.bethard@gmail.com>.
+
+"""Command-line parsing library
+
+This module is an optparse-inspired command-line parsing library that:
+
+ - handles both optional and positional arguments
+ - produces highly informative usage messages
+ - supports parsers that dispatch to sub-parsers
+
+The following is a simple usage example that sums integers from the
+command-line and writes the result to a file::
+
+ parser = argparse.ArgumentParser(
+ description='sum the integers at the command line')
+ parser.add_argument(
+ 'integers', metavar='int', nargs='+', type=int,
+ help='an integer to be summed')
+ parser.add_argument(
+ '--log', default=sys.stdout, type=argparse.FileType('w'),
+ help='the file where the sum should be written')
+ args = parser.parse_args()
+ args.log.write('%s' % sum(args.integers))
+ args.log.close()
+
+The module contains the following public classes:
+
+ - ArgumentParser -- The main entry point for command-line parsing. As the
+ example above shows, the add_argument() method is used to populate
+ the parser with actions for optional and positional arguments. Then
+ the parse_args() method is invoked to convert the args at the
+ command-line into an object with attributes.
+
+ - ArgumentError -- The exception raised by ArgumentParser objects when
+ there are errors with the parser's actions. Errors raised while
+ parsing the command-line are caught by ArgumentParser and emitted
+ as command-line messages.
+
+ - FileType -- A factory for defining types of files to be created. As the
+ example above shows, instances of FileType are typically passed as
+ the type= argument of add_argument() calls.
+
+ - Action -- The base class for parser actions. Typically actions are
+ selected by passing strings like 'store_true' or 'append_const' to
+ the action= argument of add_argument(). However, for greater
+ customization of ArgumentParser actions, subclasses of Action may
+ be defined and passed as the action= argument.
+
+ - HelpFormatter, RawDescriptionHelpFormatter, RawTextHelpFormatter,
+ ArgumentDefaultsHelpFormatter -- Formatter classes which
+ may be passed as the formatter_class= argument to the
+ ArgumentParser constructor. HelpFormatter is the default,
+ RawDescriptionHelpFormatter and RawTextHelpFormatter tell the parser
+ not to change the formatting for help text, and
+ ArgumentDefaultsHelpFormatter adds information about argument defaults
+ to the help.
+
+All other classes in this module are considered implementation details.
+(Also note that HelpFormatter and RawDescriptionHelpFormatter are only
+considered public as object names -- the API of the formatter objects is
+still considered an implementation detail.)
+"""
+
+__version__ = '1.1'
+__all__ = [
+ 'ArgumentParser',
+ 'ArgumentError',
+ 'ArgumentTypeError',
+ 'FileType',
+ 'HelpFormatter',
+ 'ArgumentDefaultsHelpFormatter',
+ 'RawDescriptionHelpFormatter',
+ 'RawTextHelpFormatter',
+ 'MetavarTypeHelpFormatter',
+ 'Namespace',
+ 'Action',
+ 'ONE_OR_MORE',
+ 'OPTIONAL',
+ 'PARSER',
+ 'REMAINDER',
+ 'SUPPRESS',
+ 'ZERO_OR_MORE',
+]
+
+
+import collections as _collections
+import copy as _copy
+import os as _os
+import re as _re
+import sys as _sys
+import textwrap as _textwrap
+
+from gettext import gettext as _, ngettext
+
+
+SUPPRESS = '==SUPPRESS=='
+
+OPTIONAL = '?'
+ZERO_OR_MORE = '*'
+ONE_OR_MORE = '+'
+PARSER = 'A...'
+REMAINDER = '...'
+_UNRECOGNIZED_ARGS_ATTR = '_unrecognized_args'
+
+# =============================
+# Utility functions and classes
+# =============================
+
+class _AttributeHolder(object):
+ """Abstract base class that provides __repr__.
+
+ The __repr__ method returns a string in the format::
+ ClassName(attr=name, attr=name, ...)
+ The attributes are determined either by a class-level attribute,
+ '_kwarg_names', or by inspecting the instance __dict__.
+ """
+
+ def __repr__(self):
+ type_name = type(self).__name__
+ arg_strings = []
+ for arg in self._get_args():
+ arg_strings.append(repr(arg))
+ for name, value in self._get_kwargs():
+ arg_strings.append('%s=%r' % (name, value))
+ return '%s(%s)' % (type_name, ', '.join(arg_strings))
+
+ def _get_kwargs(self):
+ return sorted(self.__dict__.items())
+
+ def _get_args(self):
+ return []
+
+
+def _ensure_value(namespace, name, value):
+ if getattr(namespace, name, None) is None:
+ setattr(namespace, name, value)
+ return getattr(namespace, name)
+
+
+# ===============
+# Formatting Help
+# ===============
+
+class HelpFormatter(object):
+ """Formatter for generating usage messages and argument help strings.
+
+ Only the name of this class is considered a public API. All the methods
+ provided by the class are considered an implementation detail.
+ """
+
+ def __init__(self,
+ prog,
+ indent_increment=2,
+ max_help_position=24,
+ width=None):
+
+ # default setting for width
+ if width is None:
+ try:
+ width = int(_os.environ['COLUMNS'])
+ except (KeyError, ValueError):
+ width = 80
+ width -= 2
+
+ self._prog = prog
+ self._indent_increment = indent_increment
+ self._max_help_position = max_help_position
+ self._width = width
+
+ self._current_indent = 0
+ self._level = 0
+ self._action_max_length = 0
+
+ self._root_section = self._Section(self, None)
+ self._current_section = self._root_section
+
+ self._whitespace_matcher = _re.compile(r'\s+')
+ self._long_break_matcher = _re.compile(r'\n\n\n+')
+
+ # ===============================
+ # Section and indentation methods
+ # ===============================
+ def _indent(self):
+ self._current_indent += self._indent_increment
+ self._level += 1
+
+ def _dedent(self):
+ self._current_indent -= self._indent_increment
+ assert self._current_indent >= 0, 'Indent decreased below 0.'
+ self._level -= 1
+
+ class _Section(object):
+
+ def __init__(self, formatter, parent, heading=None):
+ self.formatter = formatter
+ self.parent = parent
+ self.heading = heading
+ self.items = []
+
+ def format_help(self):
+ # format the indented section
+ if self.parent is not None:
+ self.formatter._indent()
+ join = self.formatter._join_parts
+ for func, args in self.items:
+ func(*args)
+ item_help = join([func(*args) for func, args in self.items])
+ if self.parent is not None:
+ self.formatter._dedent()
+
+ # return nothing if the section was empty
+ if not item_help:
+ return ''
+
+ # add the heading if the section was non-empty
+ if self.heading is not SUPPRESS and self.heading is not None:
+ current_indent = self.formatter._current_indent
+ heading = '%*s%s:\n' % (current_indent, '', self.heading)
+ else:
+ heading = ''
+
+ # join the section-initial newline, the heading and the help
+ return join(['\n', heading, item_help, '\n'])
+
+ def _add_item(self, func, args):
+ self._current_section.items.append((func, args))
+
+ # ========================
+ # Message building methods
+ # ========================
+ def start_section(self, heading):
+ self._indent()
+ section = self._Section(self, self._current_section, heading)
+ self._add_item(section.format_help, [])
+ self._current_section = section
+
+ def end_section(self):
+ self._current_section = self._current_section.parent
+ self._dedent()
+
+ def add_text(self, text):
+ if text is not SUPPRESS and text is not None:
+ self._add_item(self._format_text, [text])
+
+ def add_usage(self, usage, actions, groups, prefix=None):
+ if usage is not SUPPRESS:
+ args = usage, actions, groups, prefix
+ self._add_item(self._format_usage, args)
+
+ def add_argument(self, action):
+ if action.help is not SUPPRESS:
+
+ # find all invocations
+ get_invocation = self._format_action_invocation
+ invocations = [get_invocation(action)]
+ for subaction in self._iter_indented_subactions(action):
+ invocations.append(get_invocation(subaction))
+
+ # update the maximum item length
+ invocation_length = max([len(s) for s in invocations])
+ action_length = invocation_length + self._current_indent
+ self._action_max_length = max(self._action_max_length,
+ action_length)
+
+ # add the item to the list
+ self._add_item(self._format_action, [action])
+
+ def add_arguments(self, actions):
+ for action in actions:
+ self.add_argument(action)
+
+ # =======================
+ # Help-formatting methods
+ # =======================
+ def format_help(self):
+ help = self._root_section.format_help()
+ if help:
+ help = self._long_break_matcher.sub('\n\n', help)
+ help = help.strip('\n') + '\n'
+ return help
+
+ def _join_parts(self, part_strings):
+ return ''.join([part
+ for part in part_strings
+ if part and part is not SUPPRESS])
+
+ def _format_usage(self, usage, actions, groups, prefix):
+ if prefix is None:
+ prefix = _('usage: ')
+
+ # if usage is specified, use that
+ if usage is not None:
+ usage = usage % dict(prog=self._prog)
+
+ # if no optionals or positionals are available, usage is just prog
+ elif usage is None and not actions:
+ usage = '%(prog)s' % dict(prog=self._prog)
+
+ # if optionals and positionals are available, calculate usage
+ elif usage is None:
+ prog = '%(prog)s' % dict(prog=self._prog)
+
+ # split optionals from positionals
+ optionals = []
+ positionals = []
+ for action in actions:
+ if action.option_strings:
+ optionals.append(action)
+ else:
+ positionals.append(action)
+
+ # build full usage string
+ format = self._format_actions_usage
+ action_usage = format(optionals + positionals, groups)
+ usage = ' '.join([s for s in [prog, action_usage] if s])
+
+ # wrap the usage parts if it's too long
+ text_width = self._width - self._current_indent
+ if len(prefix) + len(usage) > text_width:
+
+ # break usage into wrappable parts
+ part_regexp = r'\(.*?\)+|\[.*?\]+|\S+'
+ opt_usage = format(optionals, groups)
+ pos_usage = format(positionals, groups)
+ opt_parts = _re.findall(part_regexp, opt_usage)
+ pos_parts = _re.findall(part_regexp, pos_usage)
+ assert ' '.join(opt_parts) == opt_usage
+ assert ' '.join(pos_parts) == pos_usage
+
+ # helper for wrapping lines
+ def get_lines(parts, indent, prefix=None):
+ lines = []
+ line = []
+ if prefix is not None:
+ line_len = len(prefix) - 1
+ else:
+ line_len = len(indent) - 1
+ for part in parts:
+ if line_len + 1 + len(part) > text_width:
+ lines.append(indent + ' '.join(line))
+ line = []
+ line_len = len(indent) - 1
+ line.append(part)
+ line_len += len(part) + 1
+ if line:
+ lines.append(indent + ' '.join(line))
+ if prefix is not None:
+ lines[0] = lines[0][len(indent):]
+ return lines
+
+ # if prog is short, follow it with optionals or positionals
+ if len(prefix) + len(prog) <= 0.75 * text_width:
+ indent = ' ' * (len(prefix) + len(prog) + 1)
+ if opt_parts:
+ lines = get_lines([prog] + opt_parts, indent, prefix)
+ lines.extend(get_lines(pos_parts, indent))
+ elif pos_parts:
+ lines = get_lines([prog] + pos_parts, indent, prefix)
+ else:
+ lines = [prog]
+
+ # if prog is long, put it on its own line
+ else:
+ indent = ' ' * len(prefix)
+ parts = opt_parts + pos_parts
+ lines = get_lines(parts, indent)
+ if len(lines) > 1:
+ lines = []
+ lines.extend(get_lines(opt_parts, indent))
+ lines.extend(get_lines(pos_parts, indent))
+ lines = [prog] + lines
+
+ # join lines into usage
+ usage = '\n'.join(lines)
+
+ # prefix with 'usage:'
+ return '%s%s\n\n' % (prefix, usage)
+
+ def _format_actions_usage(self, actions, groups):
+ # find group indices and identify actions in groups
+ group_actions = set()
+ inserts = {}
+ for group in groups:
+ try:
+ start = actions.index(group._group_actions[0])
+ except ValueError:
+ continue
+ else:
+ end = start + len(group._group_actions)
+ if actions[start:end] == group._group_actions:
+ for action in group._group_actions:
+ group_actions.add(action)
+ if not group.required:
+ if start in inserts:
+ inserts[start] += ' ['
+ else:
+ inserts[start] = '['
+ inserts[end] = ']'
+ else:
+ if start in inserts:
+ inserts[start] += ' ('
+ else:
+ inserts[start] = '('
+ inserts[end] = ')'
+ for i in range(start + 1, end):
+ inserts[i] = '|'
+
+ # collect all actions format strings
+ parts = []
+ for i, action in enumerate(actions):
+
+ # suppressed arguments are marked with None
+ # remove | separators for suppressed arguments
+ if action.help is SUPPRESS:
+ parts.append(None)
+ if inserts.get(i) == '|':
+ inserts.pop(i)
+ elif inserts.get(i + 1) == '|':
+ inserts.pop(i + 1)
+
+ # produce all arg strings
+ elif not action.option_strings:
+ default = self._get_default_metavar_for_positional(action)
+ part = self._format_args(action, default)
+
+ # if it's in a group, strip the outer []
+ if action in group_actions:
+ if part[0] == '[' and part[-1] == ']':
+ part = part[1:-1]
+
+ # add the action string to the list
+ parts.append(part)
+
+ # produce the first way to invoke the option in brackets
+ else:
+ option_string = action.option_strings[0]
+
+ # if the Optional doesn't take a value, format is:
+ # -s or --long
+ if action.nargs == 0:
+ part = '%s' % option_string
+
+ # if the Optional takes a value, format is:
+ # -s ARGS or --long ARGS
+ else:
+ default = self._get_default_metavar_for_optional(action)
+ args_string = self._format_args(action, default)
+ part = '%s %s' % (option_string, args_string)
+
+ # make it look optional if it's not required or in a group
+ if not action.required and action not in group_actions:
+ part = '[%s]' % part
+
+ # add the action string to the list
+ parts.append(part)
+
+ # insert things at the necessary indices
+ for i in sorted(inserts, reverse=True):
+ parts[i:i] = [inserts[i]]
+
+ # join all the action items with spaces
+ text = ' '.join([item for item in parts if item is not None])
+
+ # clean up separators for mutually exclusive groups
+ open = r'[\[(]'
+ close = r'[\])]'
+ text = _re.sub(r'(%s) ' % open, r'\1', text)
+ text = _re.sub(r' (%s)' % close, r'\1', text)
+ text = _re.sub(r'%s *%s' % (open, close), r'', text)
+ text = _re.sub(r'\(([^|]*)\)', r'\1', text)
+ text = text.strip()
+
+ # return the text
+ return text
+
+ def _format_text(self, text):
+ if '%(prog)' in text:
+ text = text % dict(prog=self._prog)
+ text_width = self._width - self._current_indent
+ indent = ' ' * self._current_indent
+ return self._fill_text(text, text_width, indent) + '\n\n'
+
+ def _format_action(self, action):
+ # determine the required width and the entry label
+ help_position = min(self._action_max_length + 2,
+ self._max_help_position)
+ help_width = self._width - help_position
+ action_width = help_position - self._current_indent - 2
+ action_header = self._format_action_invocation(action)
+
+ # ho nelp; start on same line and add a final newline
+ if not action.help:
+ tup = self._current_indent, '', action_header
+ action_header = '%*s%s\n' % tup
+
+ # short action name; start on the same line and pad two spaces
+ elif len(action_header) <= action_width:
+ tup = self._current_indent, '', action_width, action_header
+ action_header = '%*s%-*s ' % tup
+ indent_first = 0
+
+ # long action name; start on the next line
+ else:
+ tup = self._current_indent, '', action_header
+ action_header = '%*s%s\n' % tup
+ indent_first = help_position
+
+ # collect the pieces of the action help
+ parts = [action_header]
+
+ # if there was help for the action, add lines of help text
+ if action.help:
+ help_text = self._expand_help(action)
+ help_lines = self._split_lines(help_text, help_width)
+ parts.append('%*s%s\n' % (indent_first, '', help_lines[0]))
+ for line in help_lines[1:]:
+ parts.append('%*s%s\n' % (help_position, '', line))
+
+ # or add a newline if the description doesn't end with one
+ elif not action_header.endswith('\n'):
+ parts.append('\n')
+
+ # if there are any sub-actions, add their help as well
+ for subaction in self._iter_indented_subactions(action):
+ parts.append(self._format_action(subaction))
+
+ # return a single string
+ return self._join_parts(parts)
+
+ def _format_action_invocation(self, action):
+ if not action.option_strings:
+ default = self._get_default_metavar_for_positional(action)
+ metavar, = self._metavar_formatter(action, default)(1)
+ return metavar
+
+ else:
+ parts = []
+
+ # if the Optional doesn't take a value, format is:
+ # -s, --long
+ if action.nargs == 0:
+ parts.extend(action.option_strings)
+
+ # if the Optional takes a value, format is:
+ # -s ARGS, --long ARGS
+ else:
+ default = self._get_default_metavar_for_optional(action)
+ args_string = self._format_args(action, default)
+ for option_string in action.option_strings:
+ parts.append('%s %s' % (option_string, args_string))
+
+ return ', '.join(parts)
+
+ def _metavar_formatter(self, action, default_metavar):
+ if action.metavar is not None:
+ result = action.metavar
+ elif action.choices is not None:
+ choice_strs = [str(choice) for choice in action.choices]
+ result = '{%s}' % ','.join(choice_strs)
+ else:
+ result = default_metavar
+
+ def format(tuple_size):
+ if isinstance(result, tuple):
+ return result
+ else:
+ return (result, ) * tuple_size
+ return format
+
+ def _format_args(self, action, default_metavar):
+ get_metavar = self._metavar_formatter(action, default_metavar)
+ if action.nargs is None:
+ result = '%s' % get_metavar(1)
+ elif action.nargs == OPTIONAL:
+ result = '[%s]' % get_metavar(1)
+ elif action.nargs == ZERO_OR_MORE:
+ result = '[%s [%s ...]]' % get_metavar(2)
+ elif action.nargs == ONE_OR_MORE:
+ result = '%s [%s ...]' % get_metavar(2)
+ elif action.nargs == REMAINDER:
+ result = '...'
+ elif action.nargs == PARSER:
+ result = '%s ...' % get_metavar(1)
+ else:
+ formats = ['%s' for _ in range(action.nargs)]
+ result = ' '.join(formats) % get_metavar(action.nargs)
+ return result
+
+ def _expand_help(self, action):
+ params = dict(vars(action), prog=self._prog)
+ for name in list(params):
+ if params[name] is SUPPRESS:
+ del params[name]
+ for name in list(params):
+ if hasattr(params[name], '__name__'):
+ params[name] = params[name].__name__
+ if params.get('choices') is not None:
+ choices_str = ', '.join([str(c) for c in params['choices']])
+ params['choices'] = choices_str
+ return self._get_help_string(action) % params
+
+ def _iter_indented_subactions(self, action):
+ try:
+ get_subactions = action._get_subactions
+ except AttributeError:
+ pass
+ else:
+ self._indent()
+ for subaction in get_subactions():
+ yield subaction
+ self._dedent()
+
+ def _split_lines(self, text, width):
+ text = self._whitespace_matcher.sub(' ', text).strip()
+ return _textwrap.wrap(text, width)
+
+ def _fill_text(self, text, width, indent):
+ text = self._whitespace_matcher.sub(' ', text).strip()
+ return _textwrap.fill(text, width, initial_indent=indent,
+ subsequent_indent=indent)
+
+ def _get_help_string(self, action):
+ return action.help
+
+ def _get_default_metavar_for_optional(self, action):
+ return action.dest.upper()
+
+ def _get_default_metavar_for_positional(self, action):
+ return action.dest
+
+
+class RawDescriptionHelpFormatter(HelpFormatter):
+ """Help message formatter which retains any formatting in descriptions.
+
+ Only the name of this class is considered a public API. All the methods
+ provided by the class are considered an implementation detail.
+ """
+
+ def _fill_text(self, text, width, indent):
+ return ''.join(indent + line for line in text.splitlines(keepends=True))
+
+
+class RawTextHelpFormatter(RawDescriptionHelpFormatter):
+ """Help message formatter which retains formatting of all help text.
+
+ Only the name of this class is considered a public API. All the methods
+ provided by the class are considered an implementation detail.
+ """
+
+ def _split_lines(self, text, width):
+ return text.splitlines()
+
+
+class ArgumentDefaultsHelpFormatter(HelpFormatter):
+ """Help message formatter which adds default values to argument help.
+
+ Only the name of this class is considered a public API. All the methods
+ provided by the class are considered an implementation detail.
+ """
+
+ def _get_help_string(self, action):
+ help = action.help
+ if '%(default)' not in action.help:
+ if action.default is not SUPPRESS:
+ defaulting_nargs = [OPTIONAL, ZERO_OR_MORE]
+ if action.option_strings or action.nargs in defaulting_nargs:
+ help += ' (default: %(default)s)'
+ return help
+
+
+class MetavarTypeHelpFormatter(HelpFormatter):
+ """Help message formatter which uses the argument 'type' as the default
+ metavar value (instead of the argument 'dest')
+
+ Only the name of this class is considered a public API. All the methods
+ provided by the class are considered an implementation detail.
+ """
+
+ def _get_default_metavar_for_optional(self, action):
+ return action.type.__name__
+
+ def _get_default_metavar_for_positional(self, action):
+ return action.type.__name__
+
+
+
+# =====================
+# Options and Arguments
+# =====================
+
+def _get_action_name(argument):
+ if argument is None:
+ return None
+ elif argument.option_strings:
+ return '/'.join(argument.option_strings)
+ elif argument.metavar not in (None, SUPPRESS):
+ return argument.metavar
+ elif argument.dest not in (None, SUPPRESS):
+ return argument.dest
+ else:
+ return None
+
+
+class ArgumentError(Exception):
+ """An error from creating or using an argument (optional or positional).
+
+ The string value of this exception is the message, augmented with
+ information about the argument that caused it.
+ """
+
+ def __init__(self, argument, message):
+ self.argument_name = _get_action_name(argument)
+ self.message = message
+
+ def __str__(self):
+ if self.argument_name is None:
+ format = '%(message)s'
+ else:
+ format = 'argument %(argument_name)s: %(message)s'
+ return format % dict(message=self.message,
+ argument_name=self.argument_name)
+
+
+class ArgumentTypeError(Exception):
+ """An error from trying to convert a command line string to a type."""
+ pass
+
+
+# ==============
+# Action classes
+# ==============
+
+class Action(_AttributeHolder):
+ """Information about how to convert command line strings to Python objects.
+
+ Action objects are used by an ArgumentParser to represent the information
+ needed to parse a single argument from one or more strings from the
+ command line. The keyword arguments to the Action constructor are also
+ all attributes of Action instances.
+
+ Keyword Arguments:
+
+ - option_strings -- A list of command-line option strings which
+ should be associated with this action.
+
+ - dest -- The name of the attribute to hold the created object(s)
+
+ - nargs -- The number of command-line arguments that should be
+ consumed. By default, one argument will be consumed and a single
+ value will be produced. Other values include:
+ - N (an integer) consumes N arguments (and produces a list)
+ - '?' consumes zero or one arguments
+ - '*' consumes zero or more arguments (and produces a list)
+ - '+' consumes one or more arguments (and produces a list)
+ Note that the difference between the default and nargs=1 is that
+ with the default, a single value will be produced, while with
+ nargs=1, a list containing a single value will be produced.
+
+ - const -- The value to be produced if the option is specified and the
+ option uses an action that takes no values.
+
+ - default -- The value to be produced if the option is not specified.
+
+ - type -- The type which the command-line arguments should be converted
+ to, should be one of 'string', 'int', 'float', 'complex' or a
+ callable object that accepts a single string argument. If None,
+ 'string' is assumed.
+
+ - choices -- A container of values that should be allowed. If not None,
+ after a command-line argument has been converted to the appropriate
+ type, an exception will be raised if it is not a member of this
+ collection.
+
+ - required -- True if the action must always be specified at the
+ command line. This is only meaningful for optional command-line
+ arguments.
+
+ - help -- The help string describing the argument.
+
+ - metavar -- The name to be used for the option's argument with the
+ help string. If None, the 'dest' value will be used as the name.
+ """
+
+ def __init__(self,
+ option_strings,
+ dest,
+ nargs=None,
+ const=None,
+ default=None,
+ type=None,
+ choices=None,
+ required=False,
+ help=None,
+ metavar=None):
+ self.option_strings = option_strings
+ self.dest = dest
+ self.nargs = nargs
+ self.const = const
+ self.default = default
+ self.type = type
+ self.choices = choices
+ self.required = required
+ self.help = help
+ self.metavar = metavar
+
+ def _get_kwargs(self):
+ names = [
+ 'option_strings',
+ 'dest',
+ 'nargs',
+ 'const',
+ 'default',
+ 'type',
+ 'choices',
+ 'help',
+ 'metavar',
+ ]
+ return [(name, getattr(self, name)) for name in names]
+
+ def __call__(self, parser, namespace, values, option_string=None):
+ raise NotImplementedError(_('.__call__() not defined'))
+
+
+class _StoreAction(Action):
+
+ def __init__(self,
+ option_strings,
+ dest,
+ nargs=None,
+ const=None,
+ default=None,
+ type=None,
+ choices=None,
+ required=False,
+ help=None,
+ metavar=None):
+ if nargs == 0:
+ raise ValueError('nargs for store actions must be > 0; if you '
+ 'have nothing to store, actions such as store '
+ 'true or store const may be more appropriate')
+ if const is not None and nargs != OPTIONAL:
+ raise ValueError('nargs must be %r to supply const' % OPTIONAL)
+ super(_StoreAction, self).__init__(
+ option_strings=option_strings,
+ dest=dest,
+ nargs=nargs,
+ const=const,
+ default=default,
+ type=type,
+ choices=choices,
+ required=required,
+ help=help,
+ metavar=metavar)
+
+ def __call__(self, parser, namespace, values, option_string=None):
+ setattr(namespace, self.dest, values)
+
+
+class _StoreConstAction(Action):
+
+ def __init__(self,
+ option_strings,
+ dest,
+ const,
+ default=None,
+ required=False,
+ help=None,
+ metavar=None):
+ super(_StoreConstAction, self).__init__(
+ option_strings=option_strings,
+ dest=dest,
+ nargs=0,
+ const=const,
+ default=default,
+ required=required,
+ help=help)
+
+ def __call__(self, parser, namespace, values, option_string=None):
+ setattr(namespace, self.dest, self.const)
+
+
+class _StoreTrueAction(_StoreConstAction):
+
+ def __init__(self,
+ option_strings,
+ dest,
+ default=False,
+ required=False,
+ help=None):
+ super(_StoreTrueAction, self).__init__(
+ option_strings=option_strings,
+ dest=dest,
+ const=True,
+ default=default,
+ required=required,
+ help=help)
+
+
+class _StoreFalseAction(_StoreConstAction):
+
+ def __init__(self,
+ option_strings,
+ dest,
+ default=True,
+ required=False,
+ help=None):
+ super(_StoreFalseAction, self).__init__(
+ option_strings=option_strings,
+ dest=dest,
+ const=False,
+ default=default,
+ required=required,
+ help=help)
+
+
+class _AppendAction(Action):
+
+ def __init__(self,
+ option_strings,
+ dest,
+ nargs=None,
+ const=None,
+ default=None,
+ type=None,
+ choices=None,
+ required=False,
+ help=None,
+ metavar=None):
+ if nargs == 0:
+ raise ValueError('nargs for append actions must be > 0; if arg '
+ 'strings are not supplying the value to append, '
+ 'the append const action may be more appropriate')
+ if const is not None and nargs != OPTIONAL:
+ raise ValueError('nargs must be %r to supply const' % OPTIONAL)
+ super(_AppendAction, self).__init__(
+ option_strings=option_strings,
+ dest=dest,
+ nargs=nargs,
+ const=const,
+ default=default,
+ type=type,
+ choices=choices,
+ required=required,
+ help=help,
+ metavar=metavar)
+
+ def __call__(self, parser, namespace, values, option_string=None):
+ items = _copy.copy(_ensure_value(namespace, self.dest, []))
+ items.append(values)
+ setattr(namespace, self.dest, items)
+
+
+class _AppendConstAction(Action):
+
+ def __init__(self,
+ option_strings,
+ dest,
+ const,
+ default=None,
+ required=False,
+ help=None,
+ metavar=None):
+ super(_AppendConstAction, self).__init__(
+ option_strings=option_strings,
+ dest=dest,
+ nargs=0,
+ const=const,
+ default=default,
+ required=required,
+ help=help,
+ metavar=metavar)
+
+ def __call__(self, parser, namespace, values, option_string=None):
+ items = _copy.copy(_ensure_value(namespace, self.dest, []))
+ items.append(self.const)
+ setattr(namespace, self.dest, items)
+
+
+class _CountAction(Action):
+
+ def __init__(self,
+ option_strings,
+ dest,
+ default=None,
+ required=False,
+ help=None):
+ super(_CountAction, self).__init__(
+ option_strings=option_strings,
+ dest=dest,
+ nargs=0,
+ default=default,
+ required=required,
+ help=help)
+
+ def __call__(self, parser, namespace, values, option_string=None):
+ new_count = _ensure_value(namespace, self.dest, 0) + 1
+ setattr(namespace, self.dest, new_count)
+
+
+class _HelpAction(Action):
+
+ def __init__(self,
+ option_strings,
+ dest=SUPPRESS,
+ default=SUPPRESS,
+ help=None):
+ super(_HelpAction, self).__init__(
+ option_strings=option_strings,
+ dest=dest,
+ default=default,
+ nargs=0,
+ help=help)
+
+ def __call__(self, parser, namespace, values, option_string=None):
+ parser.print_help()
+ parser.exit()
+
+
+class _VersionAction(Action):
+
+ def __init__(self,
+ option_strings,
+ version=None,
+ dest=SUPPRESS,
+ default=SUPPRESS,
+ help="show program's version number and exit"):
+ super(_VersionAction, self).__init__(
+ option_strings=option_strings,
+ dest=dest,
+ default=default,
+ nargs=0,
+ help=help)
+ self.version = version
+
+ def __call__(self, parser, namespace, values, option_string=None):
+ version = self.version
+ if version is None:
+ version = parser.version
+ formatter = parser._get_formatter()
+ formatter.add_text(version)
+ parser.exit(message=formatter.format_help())
+
+
+class _SubParsersAction(Action):
+
+ class _ChoicesPseudoAction(Action):
+
+ def __init__(self, name, aliases, help):
+ metavar = dest = name
+ if aliases:
+ metavar += ' (%s)' % ', '.join(aliases)
+ sup = super(_SubParsersAction._ChoicesPseudoAction, self)
+ sup.__init__(option_strings=[], dest=dest, help=help,
+ metavar=metavar)
+
+ def __init__(self,
+ option_strings,
+ prog,
+ parser_class,
+ dest=SUPPRESS,
+ help=None,
+ metavar=None):
+
+ self._prog_prefix = prog
+ self._parser_class = parser_class
+ self._name_parser_map = _collections.OrderedDict()
+ self._choices_actions = []
+
+ super(_SubParsersAction, self).__init__(
+ option_strings=option_strings,
+ dest=dest,
+ nargs=PARSER,
+ choices=self._name_parser_map,
+ help=help,
+ metavar=metavar)
+
+ def add_parser(self, name, **kwargs):
+ # set prog from the existing prefix
+ if kwargs.get('prog') is None:
+ kwargs['prog'] = '%s %s' % (self._prog_prefix, name)
+
+ aliases = kwargs.pop('aliases', ())
+
+ # create a pseudo-action to hold the choice help
+ if 'help' in kwargs:
+ help = kwargs.pop('help')
+ choice_action = self._ChoicesPseudoAction(name, aliases, help)
+ self._choices_actions.append(choice_action)
+
+ # create the parser and add it to the map
+ parser = self._parser_class(**kwargs)
+ self._name_parser_map[name] = parser
+
+ # make parser available under aliases also
+ for alias in aliases:
+ self._name_parser_map[alias] = parser
+
+ return parser
+
+ def _get_subactions(self):
+ return self._choices_actions
+
+ def __call__(self, parser, namespace, values, option_string=None):
+ parser_name = values[0]
+ arg_strings = values[1:]
+
+ # set the parser name if requested
+ if self.dest is not SUPPRESS:
+ setattr(namespace, self.dest, parser_name)
+
+ # select the parser
+ try:
+ parser = self._name_parser_map[parser_name]
+ except KeyError:
+ args = {'parser_name': parser_name,
+ 'choices': ', '.join(self._name_parser_map)}
+ msg = _('unknown parser %(parser_name)r (choices: %(choices)s)') % args
+ raise ArgumentError(self, msg)
+
+ # parse all the remaining options into the namespace
+ # store any unrecognized options on the object, so that the top
+ # level parser can decide what to do with them
+ namespace, arg_strings = parser.parse_known_args(arg_strings, namespace)
+ if arg_strings:
+ vars(namespace).setdefault(_UNRECOGNIZED_ARGS_ATTR, [])
+ getattr(namespace, _UNRECOGNIZED_ARGS_ATTR).extend(arg_strings)
+
+
+# ==============
+# Type classes
+# ==============
+
+class FileType(object):
+ """Factory for creating file object types
+
+ Instances of FileType are typically passed as type= arguments to the
+ ArgumentParser add_argument() method.
+
+ Keyword Arguments:
+ - mode -- A string indicating how the file is to be opened. Accepts the
+ same values as the builtin open() function.
+ - bufsize -- The file's desired buffer size. Accepts the same values as
+ the builtin open() function.
+ """
+
+ def __init__(self, mode='r', bufsize=-1):
+ self._mode = mode
+ self._bufsize = bufsize
+
+ def __call__(self, string):
+ # the special argument "-" means sys.std{in,out}
+ if string == '-':
+ if 'r' in self._mode:
+ return _sys.stdin
+ elif 'w' in self._mode:
+ return _sys.stdout
+ else:
+ msg = _('argument "-" with mode %r') % self._mode
+ raise ValueError(msg)
+
+ # all other arguments are used as file names
+ try:
+ return open(string, self._mode, self._bufsize)
+ except IOError as e:
+ message = _("can't open '%s': %s")
+ raise ArgumentTypeError(message % (string, e))
+
+ def __repr__(self):
+ args = self._mode, self._bufsize
+ args_str = ', '.join(repr(arg) for arg in args if arg != -1)
+ return '%s(%s)' % (type(self).__name__, args_str)
+
+# ===========================
+# Optional and Positional Parsing
+# ===========================
+
+class Namespace(_AttributeHolder):
+ """Simple object for storing attributes.
+
+ Implements equality by attribute names and values, and provides a simple
+ string representation.
+ """
+
+ def __init__(self, **kwargs):
+ for name in kwargs:
+ setattr(self, name, kwargs[name])
+
+ def __eq__(self, other):
+ return vars(self) == vars(other)
+
+ def __ne__(self, other):
+ return not (self == other)
+
+ def __contains__(self, key):
+ return key in self.__dict__
+
+
+class _ActionsContainer(object):
+
+ def __init__(self,
+ description,
+ prefix_chars,
+ argument_default,
+ conflict_handler):
+ super(_ActionsContainer, self).__init__()
+
+ self.description = description
+ self.argument_default = argument_default
+ self.prefix_chars = prefix_chars
+ self.conflict_handler = conflict_handler
+
+ # set up registries
+ self._registries = {}
+
+ # register actions
+ self.register('action', None, _StoreAction)
+ self.register('action', 'store', _StoreAction)
+ self.register('action', 'store_const', _StoreConstAction)
+ self.register('action', 'store_true', _StoreTrueAction)
+ self.register('action', 'store_false', _StoreFalseAction)
+ self.register('action', 'append', _AppendAction)
+ self.register('action', 'append_const', _AppendConstAction)
+ self.register('action', 'count', _CountAction)
+ self.register('action', 'help', _HelpAction)
+ self.register('action', 'version', _VersionAction)
+ self.register('action', 'parsers', _SubParsersAction)
+
+ # raise an exception if the conflict handler is invalid
+ self._get_handler()
+
+ # action storage
+ self._actions = []
+ self._option_string_actions = {}
+
+ # groups
+ self._action_groups = []
+ self._mutually_exclusive_groups = []
+
+ # defaults storage
+ self._defaults = {}
+
+ # determines whether an "option" looks like a negative number
+ self._negative_number_matcher = _re.compile(r'^-\d+$|^-\d*\.\d+$')
+
+ # whether or not there are any optionals that look like negative
+ # numbers -- uses a list so it can be shared and edited
+ self._has_negative_number_optionals = []
+
+ # ====================
+ # Registration methods
+ # ====================
+ def register(self, registry_name, value, object):
+ registry = self._registries.setdefault(registry_name, {})
+ registry[value] = object
+
+ def _registry_get(self, registry_name, value, default=None):
+ return self._registries[registry_name].get(value, default)
+
+ # ==================================
+ # Namespace default accessor methods
+ # ==================================
+ def set_defaults(self, **kwargs):
+ self._defaults.update(kwargs)
+
+ # if these defaults match any existing arguments, replace
+ # the previous default on the object with the new one
+ for action in self._actions:
+ if action.dest in kwargs:
+ action.default = kwargs[action.dest]
+
+ def get_default(self, dest):
+ for action in self._actions:
+ if action.dest == dest and action.default is not None:
+ return action.default
+ return self._defaults.get(dest, None)
+
+
+ # =======================
+ # Adding argument actions
+ # =======================
+ def add_argument(self, *args, **kwargs):
+ """
+ add_argument(dest, ..., name=value, ...)
+ add_argument(option_string, option_string, ..., name=value, ...)
+ """
+
+ # if no positional args are supplied or only one is supplied and
+ # it doesn't look like an option string, parse a positional
+ # argument
+ chars = self.prefix_chars
+ if not args or len(args) == 1 and args[0][0] not in chars:
+ if args and 'dest' in kwargs:
+ raise ValueError('dest supplied twice for positional argument')
+ kwargs = self._get_positional_kwargs(*args, **kwargs)
+
+ # otherwise, we're adding an optional argument
+ else:
+ kwargs = self._get_optional_kwargs(*args, **kwargs)
+
+ # if no default was supplied, use the parser-level default
+ if 'default' not in kwargs:
+ dest = kwargs['dest']
+ if dest in self._defaults:
+ kwargs['default'] = self._defaults[dest]
+ elif self.argument_default is not None:
+ kwargs['default'] = self.argument_default
+
+ # create the action object, and add it to the parser
+ action_class = self._pop_action_class(kwargs)
+ if not callable(action_class):
+ raise ValueError('unknown action "%s"' % (action_class,))
+ action = action_class(**kwargs)
+
+ # raise an error if the action type is not callable
+ type_func = self._registry_get('type', action.type, action.type)
+ if not callable(type_func):
+ raise ValueError('%r is not callable' % (type_func,))
+
+ # raise an error if the metavar does not match the type
+ if hasattr(self, "_get_formatter"):
+ try:
+ self._get_formatter()._format_args(action, None)
+ except TypeError:
+ raise ValueError("length of metavar tuple does not match nargs")
+
+ return self._add_action(action)
+
+ def add_argument_group(self, *args, **kwargs):
+ group = _ArgumentGroup(self, *args, **kwargs)
+ self._action_groups.append(group)
+ return group
+
+ def add_mutually_exclusive_group(self, **kwargs):
+ group = _MutuallyExclusiveGroup(self, **kwargs)
+ self._mutually_exclusive_groups.append(group)
+ return group
+
+ def _add_action(self, action):
+ # resolve any conflicts
+ self._check_conflict(action)
+
+ # add to actions list
+ self._actions.append(action)
+ action.container = self
+
+ # index the action by any option strings it has
+ for option_string in action.option_strings:
+ self._option_string_actions[option_string] = action
+
+ # set the flag if any option strings look like negative numbers
+ for option_string in action.option_strings:
+ if self._negative_number_matcher.match(option_string):
+ if not self._has_negative_number_optionals:
+ self._has_negative_number_optionals.append(True)
+
+ # return the created action
+ return action
+
+ def _remove_action(self, action):
+ self._actions.remove(action)
+
+ def _add_container_actions(self, container):
+ # collect groups by titles
+ title_group_map = {}
+ for group in self._action_groups:
+ if group.title in title_group_map:
+ msg = _('cannot merge actions - two groups are named %r')
+ raise ValueError(msg % (group.title))
+ title_group_map[group.title] = group
+
+ # map each action to its group
+ group_map = {}
+ for group in container._action_groups:
+
+ # if a group with the title exists, use that, otherwise
+ # create a new group matching the container's group
+ if group.title not in title_group_map:
+ title_group_map[group.title] = self.add_argument_group(
+ title=group.title,
+ description=group.description,
+ conflict_handler=group.conflict_handler)
+
+ # map the actions to their new group
+ for action in group._group_actions:
+ group_map[action] = title_group_map[group.title]
+
+ # add container's mutually exclusive groups
+ # NOTE: if add_mutually_exclusive_group ever gains title= and
+ # description= then this code will need to be expanded as above
+ for group in container._mutually_exclusive_groups:
+ mutex_group = self.add_mutually_exclusive_group(
+ required=group.required)
+
+ # map the actions to their new mutex group
+ for action in group._group_actions:
+ group_map[action] = mutex_group
+
+ # add all actions to this container or their group
+ for action in container._actions:
+ group_map.get(action, self)._add_action(action)
+
+ def _get_positional_kwargs(self, dest, **kwargs):
+ # make sure required is not specified
+ if 'required' in kwargs:
+ msg = _("'required' is an invalid argument for positionals")
+ raise TypeError(msg)
+
+ # mark positional arguments as required if at least one is
+ # always required
+ if kwargs.get('nargs') not in [OPTIONAL, ZERO_OR_MORE]:
+ kwargs['required'] = True
+ if kwargs.get('nargs') == ZERO_OR_MORE and 'default' not in kwargs:
+ kwargs['required'] = True
+
+ # return the keyword arguments with no option strings
+ return dict(kwargs, dest=dest, option_strings=[])
+
+ def _get_optional_kwargs(self, *args, **kwargs):
+ # determine short and long option strings
+ option_strings = []
+ long_option_strings = []
+ for option_string in args:
+ # error on strings that don't start with an appropriate prefix
+ if not option_string[0] in self.prefix_chars:
+ args = {'option': option_string,
+ 'prefix_chars': self.prefix_chars}
+ msg = _('invalid option string %(option)r: '
+ 'must start with a character %(prefix_chars)r')
+ raise ValueError(msg % args)
+
+ # strings starting with two prefix characters are long options
+ option_strings.append(option_string)
+ if option_string[0] in self.prefix_chars:
+ if len(option_string) > 1:
+ if option_string[1] in self.prefix_chars:
+ long_option_strings.append(option_string)
+
+ # infer destination, '--foo-bar' -> 'foo_bar' and '-x' -> 'x'
+ dest = kwargs.pop('dest', None)
+ if dest is None:
+ if long_option_strings:
+ dest_option_string = long_option_strings[0]
+ else:
+ dest_option_string = option_strings[0]
+ dest = dest_option_string.lstrip(self.prefix_chars)
+ if not dest:
+ msg = _('dest= is required for options like %r')
+ raise ValueError(msg % option_string)
+ dest = dest.replace('-', '_')
+
+ # return the updated keyword arguments
+ return dict(kwargs, dest=dest, option_strings=option_strings)
+
+ def _pop_action_class(self, kwargs, default=None):
+ action = kwargs.pop('action', default)
+ return self._registry_get('action', action, action)
+
+ def _get_handler(self):
+ # determine function from conflict handler string
+ handler_func_name = '_handle_conflict_%s' % self.conflict_handler
+ try:
+ return getattr(self, handler_func_name)
+ except AttributeError:
+ msg = _('invalid conflict_resolution value: %r')
+ raise ValueError(msg % self.conflict_handler)
+
+ def _check_conflict(self, action):
+
+ # find all options that conflict with this option
+ confl_optionals = []
+ for option_string in action.option_strings:
+ if option_string in self._option_string_actions:
+ confl_optional = self._option_string_actions[option_string]
+ confl_optionals.append((option_string, confl_optional))
+
+ # resolve any conflicts
+ if confl_optionals:
+ conflict_handler = self._get_handler()
+ conflict_handler(action, confl_optionals)
+
+ def _handle_conflict_error(self, action, conflicting_actions):
+ message = ngettext('conflicting option string: %s',
+ 'conflicting option strings: %s',
+ len(conflicting_actions))
+ conflict_string = ', '.join([option_string
+ for option_string, action
+ in conflicting_actions])
+ raise ArgumentError(action, message % conflict_string)
+
+ def _handle_conflict_resolve(self, action, conflicting_actions):
+
+ # remove all conflicting options
+ for option_string, action in conflicting_actions:
+
+ # remove the conflicting option
+ action.option_strings.remove(option_string)
+ self._option_string_actions.pop(option_string, None)
+
+ # if the option now has no option string, remove it from the
+ # container holding it
+ if not action.option_strings:
+ action.container._remove_action(action)
+
+
+class _ArgumentGroup(_ActionsContainer):
+
+ def __init__(self, container, title=None, description=None, **kwargs):
+ # add any missing keyword arguments by checking the container
+ update = kwargs.setdefault
+ update('conflict_handler', container.conflict_handler)
+ update('prefix_chars', container.prefix_chars)
+ update('argument_default', container.argument_default)
+ super_init = super(_ArgumentGroup, self).__init__
+ super_init(description=description, **kwargs)
+
+ # group attributes
+ self.title = title
+ self._group_actions = []
+
+ # share most attributes with the container
+ self._registries = container._registries
+ self._actions = container._actions
+ self._option_string_actions = container._option_string_actions
+ self._defaults = container._defaults
+ self._has_negative_number_optionals = \
+ container._has_negative_number_optionals
+ self._mutually_exclusive_groups = container._mutually_exclusive_groups
+
+ def _add_action(self, action):
+ action = super(_ArgumentGroup, self)._add_action(action)
+ self._group_actions.append(action)
+ return action
+
+ def _remove_action(self, action):
+ super(_ArgumentGroup, self)._remove_action(action)
+ self._group_actions.remove(action)
+
+
+class _MutuallyExclusiveGroup(_ArgumentGroup):
+
+ def __init__(self, container, required=False):
+ super(_MutuallyExclusiveGroup, self).__init__(container)
+ self.required = required
+ self._container = container
+
+ def _add_action(self, action):
+ if action.required:
+ msg = _('mutually exclusive arguments must be optional')
+ raise ValueError(msg)
+ action = self._container._add_action(action)
+ self._group_actions.append(action)
+ return action
+
+ def _remove_action(self, action):
+ self._container._remove_action(action)
+ self._group_actions.remove(action)
+
+
+class ArgumentParser(_AttributeHolder, _ActionsContainer):
+ """Object for parsing command line strings into Python objects.
+
+ Keyword Arguments:
+ - prog -- The name of the program (default: sys.argv[0])
+ - usage -- A usage message (default: auto-generated from arguments)
+ - description -- A description of what the program does
+ - epilog -- Text following the argument descriptions
+ - parents -- Parsers whose arguments should be copied into this one
+ - formatter_class -- HelpFormatter class for printing help messages
+ - prefix_chars -- Characters that prefix optional arguments
+ - fromfile_prefix_chars -- Characters that prefix files containing
+ additional arguments
+ - argument_default -- The default value for all arguments
+ - conflict_handler -- String indicating how to handle conflicts
+ - add_help -- Add a -h/-help option
+ """
+
+ def __init__(self,
+ prog=None,
+ usage=None,
+ description=None,
+ epilog=None,
+ version=None,
+ parents=[],
+ formatter_class=HelpFormatter,
+ prefix_chars='-',
+ fromfile_prefix_chars=None,
+ argument_default=None,
+ conflict_handler='error',
+ add_help=True):
+
+ if version is not None:
+ import warnings
+ warnings.warn(
+ """The "version" argument to ArgumentParser is deprecated. """
+ """Please use """
+ """"add_argument(..., action='version', version="N", ...)" """
+ """instead""", DeprecationWarning)
+
+ superinit = super(ArgumentParser, self).__init__
+ superinit(description=description,
+ prefix_chars=prefix_chars,
+ argument_default=argument_default,
+ conflict_handler=conflict_handler)
+
+ # default setting for prog
+ if prog is None:
+ prog = _os.path.basename(_sys.argv[0])
+
+ self.prog = prog
+ self.usage = usage
+ self.epilog = epilog
+ self.version = version
+ self.formatter_class = formatter_class
+ self.fromfile_prefix_chars = fromfile_prefix_chars
+ self.add_help = add_help
+
+ add_group = self.add_argument_group
+ self._positionals = add_group(_('positional arguments'))
+ self._optionals = add_group(_('optional arguments'))
+ self._subparsers = None
+
+ # register types
+ def identity(string):
+ return string
+ self.register('type', None, identity)
+
+ # add help and version arguments if necessary
+ # (using explicit default to override global argument_default)
+ default_prefix = '-' if '-' in prefix_chars else prefix_chars[0]
+ if self.add_help:
+ self.add_argument(
+ default_prefix+'h', default_prefix*2+'help',
+ action='help', default=SUPPRESS,
+ help=_('show this help message and exit'))
+ if self.version:
+ self.add_argument(
+ default_prefix+'v', default_prefix*2+'version',
+ action='version', default=SUPPRESS,
+ version=self.version,
+ help=_("show program's version number and exit"))
+
+ # add parent arguments and defaults
+ for parent in parents:
+ self._add_container_actions(parent)
+ try:
+ defaults = parent._defaults
+ except AttributeError:
+ pass
+ else:
+ self._defaults.update(defaults)
+
+ # =======================
+ # Pretty __repr__ methods
+ # =======================
+ def _get_kwargs(self):
+ names = [
+ 'prog',
+ 'usage',
+ 'description',
+ 'version',
+ 'formatter_class',
+ 'conflict_handler',
+ 'add_help',
+ ]
+ return [(name, getattr(self, name)) for name in names]
+
+ # ==================================
+ # Optional/Positional adding methods
+ # ==================================
+ def add_subparsers(self, **kwargs):
+ if self._subparsers is not None:
+ self.error(_('cannot have multiple subparser arguments'))
+
+ # add the parser class to the arguments if it's not present
+ kwargs.setdefault('parser_class', type(self))
+
+ if 'title' in kwargs or 'description' in kwargs:
+ title = _(kwargs.pop('title', 'subcommands'))
+ description = _(kwargs.pop('description', None))
+ self._subparsers = self.add_argument_group(title, description)
+ else:
+ self._subparsers = self._positionals
+
+ # prog defaults to the usage message of this parser, skipping
+ # optional arguments and with no "usage:" prefix
+ if kwargs.get('prog') is None:
+ formatter = self._get_formatter()
+ positionals = self._get_positional_actions()
+ groups = self._mutually_exclusive_groups
+ formatter.add_usage(self.usage, positionals, groups, '')
+ kwargs['prog'] = formatter.format_help().strip()
+
+ # create the parsers action and add it to the positionals list
+ parsers_class = self._pop_action_class(kwargs, 'parsers')
+ action = parsers_class(option_strings=[], **kwargs)
+ self._subparsers._add_action(action)
+
+ # return the created parsers action
+ return action
+
+ def _add_action(self, action):
+ if action.option_strings:
+ self._optionals._add_action(action)
+ else:
+ self._positionals._add_action(action)
+ return action
+
+ def _get_optional_actions(self):
+ return [action
+ for action in self._actions
+ if action.option_strings]
+
+ def _get_positional_actions(self):
+ return [action
+ for action in self._actions
+ if not action.option_strings]
+
+ # =====================================
+ # Command line argument parsing methods
+ # =====================================
+ def parse_args(self, args=None, namespace=None):
+ args, argv = self.parse_known_args(args, namespace)
+ if argv:
+ msg = _('unrecognized arguments: %s')
+ self.error(msg % ' '.join(argv))
+ return args
+
+ def parse_known_args(self, args=None, namespace=None):
+ # args default to the system args
+ if args is None:
+ args = _sys.argv[1:]
+
+ # default Namespace built from parser defaults
+ if namespace is None:
+ namespace = Namespace()
+
+ # add any action defaults that aren't present
+ for action in self._actions:
+ if action.dest is not SUPPRESS:
+ if not hasattr(namespace, action.dest):
+ if action.default is not SUPPRESS:
+ default = action.default
+ if isinstance(action.default, str):
+ default = self._get_value(action, default)
+ setattr(namespace, action.dest, default)
+
+ # add any parser defaults that aren't present
+ for dest in self._defaults:
+ if not hasattr(namespace, dest):
+ setattr(namespace, dest, self._defaults[dest])
+
+ # parse the arguments and exit if there are any errors
+ try:
+ namespace, args = self._parse_known_args(args, namespace)
+ if hasattr(namespace, _UNRECOGNIZED_ARGS_ATTR):
+ args.extend(getattr(namespace, _UNRECOGNIZED_ARGS_ATTR))
+ delattr(namespace, _UNRECOGNIZED_ARGS_ATTR)
+ return namespace, args
+ except ArgumentError:
+ err = _sys.exc_info()[1]
+ self.error(str(err))
+
+ def _parse_known_args(self, arg_strings, namespace):
+ # replace arg strings that are file references
+ if self.fromfile_prefix_chars is not None:
+ arg_strings = self._read_args_from_files(arg_strings)
+
+ # map all mutually exclusive arguments to the other arguments
+ # they can't occur with
+ action_conflicts = {}
+ for mutex_group in self._mutually_exclusive_groups:
+ group_actions = mutex_group._group_actions
+ for i, mutex_action in enumerate(mutex_group._group_actions):
+ conflicts = action_conflicts.setdefault(mutex_action, [])
+ conflicts.extend(group_actions[:i])
+ conflicts.extend(group_actions[i + 1:])
+
+ # find all option indices, and determine the arg_string_pattern
+ # which has an 'O' if there is an option at an index,
+ # an 'A' if there is an argument, or a '-' if there is a '--'
+ option_string_indices = {}
+ arg_string_pattern_parts = []
+ arg_strings_iter = iter(arg_strings)
+ for i, arg_string in enumerate(arg_strings_iter):
+
+ # all args after -- are non-options
+ if arg_string == '--':
+ arg_string_pattern_parts.append('-')
+ for arg_string in arg_strings_iter:
+ arg_string_pattern_parts.append('A')
+
+ # otherwise, add the arg to the arg strings
+ # and note the index if it was an option
+ else:
+ option_tuple = self._parse_optional(arg_string)
+ if option_tuple is None:
+ pattern = 'A'
+ else:
+ option_string_indices[i] = option_tuple
+ pattern = 'O'
+ arg_string_pattern_parts.append(pattern)
+
+ # join the pieces together to form the pattern
+ arg_strings_pattern = ''.join(arg_string_pattern_parts)
+
+ # converts arg strings to the appropriate and then takes the action
+ seen_actions = set()
+ seen_non_default_actions = set()
+
+ def take_action(action, argument_strings, option_string=None):
+ seen_actions.add(action)
+ argument_values = self._get_values(action, argument_strings)
+
+ # error if this argument is not allowed with other previously
+ # seen arguments, assuming that actions that use the default
+ # value don't really count as "present"
+ if argument_values is not action.default:
+ seen_non_default_actions.add(action)
+ for conflict_action in action_conflicts.get(action, []):
+ if conflict_action in seen_non_default_actions:
+ msg = _('not allowed with argument %s')
+ action_name = _get_action_name(conflict_action)
+ raise ArgumentError(action, msg % action_name)
+
+ # take the action if we didn't receive a SUPPRESS value
+ # (e.g. from a default)
+ if argument_values is not SUPPRESS:
+ action(self, namespace, argument_values, option_string)
+
+ # function to convert arg_strings into an optional action
+ def consume_optional(start_index):
+
+ # get the optional identified at this index
+ option_tuple = option_string_indices[start_index]
+ action, option_string, explicit_arg = option_tuple
+
+ # identify additional optionals in the same arg string
+ # (e.g. -xyz is the same as -x -y -z if no args are required)
+ match_argument = self._match_argument
+ action_tuples = []
+ while True:
+
+ # if we found no optional action, skip it
+ if action is None:
+ extras.append(arg_strings[start_index])
+ return start_index + 1
+
+ # if there is an explicit argument, try to match the
+ # optional's string arguments to only this
+ if explicit_arg is not None:
+ arg_count = match_argument(action, 'A')
+
+ # if the action is a single-dash option and takes no
+ # arguments, try to parse more single-dash options out
+ # of the tail of the option string
+ chars = self.prefix_chars
+ if arg_count == 0 and option_string[1] not in chars:
+ action_tuples.append((action, [], option_string))
+ char = option_string[0]
+ option_string = char + explicit_arg[0]
+ new_explicit_arg = explicit_arg[1:] or None
+ optionals_map = self._option_string_actions
+ if option_string in optionals_map:
+ action = optionals_map[option_string]
+ explicit_arg = new_explicit_arg
+ else:
+ msg = _('ignored explicit argument %r')
+ raise ArgumentError(action, msg % explicit_arg)
+
+ # if the action expect exactly one argument, we've
+ # successfully matched the option; exit the loop
+ elif arg_count == 1:
+ stop = start_index + 1
+ args = [explicit_arg]
+ action_tuples.append((action, args, option_string))
+ break
+
+ # error if a double-dash option did not use the
+ # explicit argument
+ else:
+ msg = _('ignored explicit argument %r')
+ raise ArgumentError(action, msg % explicit_arg)
+
+ # if there is no explicit argument, try to match the
+ # optional's string arguments with the following strings
+ # if successful, exit the loop
+ else:
+ start = start_index + 1
+ selected_patterns = arg_strings_pattern[start:]
+ arg_count = match_argument(action, selected_patterns)
+ stop = start + arg_count
+ args = arg_strings[start:stop]
+ action_tuples.append((action, args, option_string))
+ break
+
+ # add the Optional to the list and return the index at which
+ # the Optional's string args stopped
+ assert action_tuples
+ for action, args, option_string in action_tuples:
+ take_action(action, args, option_string)
+ return stop
+
+ # the list of Positionals left to be parsed; this is modified
+ # by consume_positionals()
+ positionals = self._get_positional_actions()
+
+ # function to convert arg_strings into positional actions
+ def consume_positionals(start_index):
+ # match as many Positionals as possible
+ match_partial = self._match_arguments_partial
+ selected_pattern = arg_strings_pattern[start_index:]
+ arg_counts = match_partial(positionals, selected_pattern)
+
+ # slice off the appropriate arg strings for each Positional
+ # and add the Positional and its args to the list
+ for action, arg_count in zip(positionals, arg_counts):
+ args = arg_strings[start_index: start_index + arg_count]
+ start_index += arg_count
+ take_action(action, args)
+
+ # slice off the Positionals that we just parsed and return the
+ # index at which the Positionals' string args stopped
+ positionals[:] = positionals[len(arg_counts):]
+ return start_index
+
+ # consume Positionals and Optionals alternately, until we have
+ # passed the last option string
+ extras = []
+ start_index = 0
+ if option_string_indices:
+ max_option_string_index = max(option_string_indices)
+ else:
+ max_option_string_index = -1
+ while start_index <= max_option_string_index:
+
+ # consume any Positionals preceding the next option
+ next_option_string_index = min([
+ index
+ for index in option_string_indices
+ if index >= start_index])
+ if start_index != next_option_string_index:
+ positionals_end_index = consume_positionals(start_index)
+
+ # only try to parse the next optional if we didn't consume
+ # the option string during the positionals parsing
+ if positionals_end_index > start_index:
+ start_index = positionals_end_index
+ continue
+ else:
+ start_index = positionals_end_index
+
+ # if we consumed all the positionals we could and we're not
+ # at the index of an option string, there were extra arguments
+ if start_index not in option_string_indices:
+ strings = arg_strings[start_index:next_option_string_index]
+ extras.extend(strings)
+ start_index = next_option_string_index
+
+ # consume the next optional and any arguments for it
+ start_index = consume_optional(start_index)
+
+ # consume any positionals following the last Optional
+ stop_index = consume_positionals(start_index)
+
+ # if we didn't consume all the argument strings, there were extras
+ extras.extend(arg_strings[stop_index:])
+
+ # make sure all required actions were present
+ required_actions = [_get_action_name(action) for action in self._actions
+ if action.required and action not in seen_actions]
+ if required_actions:
+ self.error(_('the following arguments are required: %s') %
+ ', '.join(required_actions))
+
+ # make sure all required groups had one option present
+ for group in self._mutually_exclusive_groups:
+ if group.required:
+ for action in group._group_actions:
+ if action in seen_non_default_actions:
+ break
+
+ # if no actions were used, report the error
+ else:
+ names = [_get_action_name(action)
+ for action in group._group_actions
+ if action.help is not SUPPRESS]
+ msg = _('one of the arguments %s is required')
+ self.error(msg % ' '.join(names))
+
+ # return the updated namespace and the extra arguments
+ return namespace, extras
+
+ def _read_args_from_files(self, arg_strings):
+ # expand arguments referencing files
+ new_arg_strings = []
+ for arg_string in arg_strings:
+
+ # for regular arguments, just add them back into the list
+ if arg_string[0] not in self.fromfile_prefix_chars:
+ new_arg_strings.append(arg_string)
+
+ # replace arguments referencing files with the file content
+ else:
+ try:
+ args_file = open(arg_string[1:])
+ try:
+ arg_strings = []
+ for arg_line in args_file.read().splitlines():
+ for arg in self.convert_arg_line_to_args(arg_line):
+ arg_strings.append(arg)
+ arg_strings = self._read_args_from_files(arg_strings)
+ new_arg_strings.extend(arg_strings)
+ finally:
+ args_file.close()
+ except IOError:
+ err = _sys.exc_info()[1]
+ self.error(str(err))
+
+ # return the modified argument list
+ return new_arg_strings
+
+ def convert_arg_line_to_args(self, arg_line):
+ return [arg_line]
+
+ def _match_argument(self, action, arg_strings_pattern):
+ # match the pattern for this action to the arg strings
+ nargs_pattern = self._get_nargs_pattern(action)
+ match = _re.match(nargs_pattern, arg_strings_pattern)
+
+ # raise an exception if we weren't able to find a match
+ if match is None:
+ nargs_errors = {
+ None: _('expected one argument'),
+ OPTIONAL: _('expected at most one argument'),
+ ONE_OR_MORE: _('expected at least one argument'),
+ }
+ default = ngettext('expected %s argument',
+ 'expected %s arguments',
+ action.nargs) % action.nargs
+ msg = nargs_errors.get(action.nargs, default)
+ raise ArgumentError(action, msg)
+
+ # return the number of arguments matched
+ return len(match.group(1))
+
+ def _match_arguments_partial(self, actions, arg_strings_pattern):
+ # progressively shorten the actions list by slicing off the
+ # final actions until we find a match
+ result = []
+ for i in range(len(actions), 0, -1):
+ actions_slice = actions[:i]
+ pattern = ''.join([self._get_nargs_pattern(action)
+ for action in actions_slice])
+ match = _re.match(pattern, arg_strings_pattern)
+ if match is not None:
+ result.extend([len(string) for string in match.groups()])
+ break
+
+ # return the list of arg string counts
+ return result
+
+ def _parse_optional(self, arg_string):
+ # if it's an empty string, it was meant to be a positional
+ if not arg_string:
+ return None
+
+ # if it doesn't start with a prefix, it was meant to be positional
+ if not arg_string[0] in self.prefix_chars:
+ return None
+
+ # if the option string is present in the parser, return the action
+ if arg_string in self._option_string_actions:
+ action = self._option_string_actions[arg_string]
+ return action, arg_string, None
+
+ # if it's just a single character, it was meant to be positional
+ if len(arg_string) == 1:
+ return None
+
+ # if the option string before the "=" is present, return the action
+ if '=' in arg_string:
+ option_string, explicit_arg = arg_string.split('=', 1)
+ if option_string in self._option_string_actions:
+ action = self._option_string_actions[option_string]
+ return action, option_string, explicit_arg
+
+ # search through all possible prefixes of the option string
+ # and all actions in the parser for possible interpretations
+ option_tuples = self._get_option_tuples(arg_string)
+
+ # if multiple actions match, the option string was ambiguous
+ if len(option_tuples) > 1:
+ options = ', '.join([option_string
+ for action, option_string, explicit_arg in option_tuples])
+ args = {'option': arg_string, 'matches': options}
+ msg = _('ambiguous option: %(option)s could match %(matches)s')
+ self.error(msg % args)
+
+ # if exactly one action matched, this segmentation is good,
+ # so return the parsed action
+ elif len(option_tuples) == 1:
+ option_tuple, = option_tuples
+ return option_tuple
+
+ # if it was not found as an option, but it looks like a negative
+ # number, it was meant to be positional
+ # unless there are negative-number-like options
+ if self._negative_number_matcher.match(arg_string):
+ if not self._has_negative_number_optionals:
+ return None
+
+ # if it contains a space, it was meant to be a positional
+ if ' ' in arg_string:
+ return None
+
+ # it was meant to be an optional but there is no such option
+ # in this parser (though it might be a valid option in a subparser)
+ return None, arg_string, None
+
+ def _get_option_tuples(self, option_string):
+ result = []
+
+ # option strings starting with two prefix characters are only
+ # split at the '='
+ chars = self.prefix_chars
+ if option_string[0] in chars and option_string[1] in chars:
+ if '=' in option_string:
+ option_prefix, explicit_arg = option_string.split('=', 1)
+ else:
+ option_prefix = option_string
+ explicit_arg = None
+ for option_string in self._option_string_actions:
+ if option_string.startswith(option_prefix):
+ action = self._option_string_actions[option_string]
+ tup = action, option_string, explicit_arg
+ result.append(tup)
+
+ # single character options can be concatenated with their arguments
+ # but multiple character options always have to have their argument
+ # separate
+ elif option_string[0] in chars and option_string[1] not in chars:
+ option_prefix = option_string
+ explicit_arg = None
+ short_option_prefix = option_string[:2]
+ short_explicit_arg = option_string[2:]
+
+ for option_string in self._option_string_actions:
+ if option_string == short_option_prefix:
+ action = self._option_string_actions[option_string]
+ tup = action, option_string, short_explicit_arg
+ result.append(tup)
+ elif option_string.startswith(option_prefix):
+ action = self._option_string_actions[option_string]
+ tup = action, option_string, explicit_arg
+ result.append(tup)
+
+ # shouldn't ever get here
+ else:
+ self.error(_('unexpected option string: %s') % option_string)
+
+ # return the collected option tuples
+ return result
+
+ def _get_nargs_pattern(self, action):
+ # in all examples below, we have to allow for '--' args
+ # which are represented as '-' in the pattern
+ nargs = action.nargs
+
+ # the default (None) is assumed to be a single argument
+ if nargs is None:
+ nargs_pattern = '(-*A-*)'
+
+ # allow zero or one arguments
+ elif nargs == OPTIONAL:
+ nargs_pattern = '(-*A?-*)'
+
+ # allow zero or more arguments
+ elif nargs == ZERO_OR_MORE:
+ nargs_pattern = '(-*[A-]*)'
+
+ # allow one or more arguments
+ elif nargs == ONE_OR_MORE:
+ nargs_pattern = '(-*A[A-]*)'
+
+ # allow any number of options or arguments
+ elif nargs == REMAINDER:
+ nargs_pattern = '([-AO]*)'
+
+ # allow one argument followed by any number of options or arguments
+ elif nargs == PARSER:
+ nargs_pattern = '(-*A[-AO]*)'
+
+ # all others should be integers
+ else:
+ nargs_pattern = '(-*%s-*)' % '-*'.join('A' * nargs)
+
+ # if this is an optional action, -- is not allowed
+ if action.option_strings:
+ nargs_pattern = nargs_pattern.replace('-*', '')
+ nargs_pattern = nargs_pattern.replace('-', '')
+
+ # return the pattern
+ return nargs_pattern
+
+ # ========================
+ # Value conversion methods
+ # ========================
+ def _get_values(self, action, arg_strings):
+ # for everything but PARSER args, strip out '--'
+ if action.nargs not in [PARSER, REMAINDER]:
+ arg_strings = [s for s in arg_strings if s != '--']
+
+ # optional argument produces a default when not present
+ if not arg_strings and action.nargs == OPTIONAL:
+ if action.option_strings:
+ value = action.const
+ else:
+ value = action.default
+ if isinstance(value, str):
+ value = self._get_value(action, value)
+ self._check_value(action, value)
+
+ # when nargs='*' on a positional, if there were no command-line
+ # args, use the default if it is anything other than None
+ elif (not arg_strings and action.nargs == ZERO_OR_MORE and
+ not action.option_strings):
+ if action.default is not None:
+ value = action.default
+ else:
+ value = arg_strings
+ self._check_value(action, value)
+
+ # single argument or optional argument produces a single value
+ elif len(arg_strings) == 1 and action.nargs in [None, OPTIONAL]:
+ arg_string, = arg_strings
+ value = self._get_value(action, arg_string)
+ self._check_value(action, value)
+
+ # REMAINDER arguments convert all values, checking none
+ elif action.nargs == REMAINDER:
+ value = [self._get_value(action, v) for v in arg_strings]
+
+ # PARSER arguments convert all values, but check only the first
+ elif action.nargs == PARSER:
+ value = [self._get_value(action, v) for v in arg_strings]
+ self._check_value(action, value[0])
+
+ # all other types of nargs produce a list
+ else:
+ value = [self._get_value(action, v) for v in arg_strings]
+ for v in value:
+ self._check_value(action, v)
+
+ # return the converted value
+ return value
+
+ def _get_value(self, action, arg_string):
+ type_func = self._registry_get('type', action.type, action.type)
+ if not callable(type_func):
+ msg = _('%r is not callable')
+ raise ArgumentError(action, msg % type_func)
+
+ # convert the value to the appropriate type
+ try:
+ result = type_func(arg_string)
+
+ # ArgumentTypeErrors indicate errors
+ except ArgumentTypeError:
+ name = getattr(action.type, '__name__', repr(action.type))
+ msg = str(_sys.exc_info()[1])
+ raise ArgumentError(action, msg)
+
+ # TypeErrors or ValueErrors also indicate errors
+ except (TypeError, ValueError):
+ name = getattr(action.type, '__name__', repr(action.type))
+ args = {'type': name, 'value': arg_string}
+ msg = _('invalid %(type)s value: %(value)r')
+ raise ArgumentError(action, msg % args)
+
+ # return the converted value
+ return result
+
+ def _check_value(self, action, value):
+ # converted value must be one of the choices (if specified)
+ if action.choices is not None and value not in action.choices:
+ args = {'value': value,
+ 'choices': ', '.join(map(repr, action.choices))}
+ msg = _('invalid choice: %(value)r (choose from %(choices)s)')
+ raise ArgumentError(action, msg % args)
+
+ # =======================
+ # Help-formatting methods
+ # =======================
+ def format_usage(self):
+ formatter = self._get_formatter()
+ formatter.add_usage(self.usage, self._actions,
+ self._mutually_exclusive_groups)
+ return formatter.format_help()
+
+ def format_help(self):
+ formatter = self._get_formatter()
+
+ # usage
+ formatter.add_usage(self.usage, self._actions,
+ self._mutually_exclusive_groups)
+
+ # description
+ formatter.add_text(self.description)
+
+ # positionals, optionals and user-defined groups
+ for action_group in self._action_groups:
+ formatter.start_section(action_group.title)
+ formatter.add_text(action_group.description)
+ formatter.add_arguments(action_group._group_actions)
+ formatter.end_section()
+
+ # epilog
+ formatter.add_text(self.epilog)
+
+ # determine help from format above
+ return formatter.format_help()
+
+ def format_version(self):
+ import warnings
+ warnings.warn(
+ 'The format_version method is deprecated -- the "version" '
+ 'argument to ArgumentParser is no longer supported.',
+ DeprecationWarning)
+ formatter = self._get_formatter()
+ formatter.add_text(self.version)
+ return formatter.format_help()
+
+ def _get_formatter(self):
+ return self.formatter_class(prog=self.prog)
+
+ # =====================
+ # Help-printing methods
+ # =====================
+ def print_usage(self, file=None):
+ if file is None:
+ file = _sys.stdout
+ self._print_message(self.format_usage(), file)
+
+ def print_help(self, file=None):
+ if file is None:
+ file = _sys.stdout
+ self._print_message(self.format_help(), file)
+
+ def print_version(self, file=None):
+ import warnings
+ warnings.warn(
+ 'The print_version method is deprecated -- the "version" '
+ 'argument to ArgumentParser is no longer supported.',
+ DeprecationWarning)
+ self._print_message(self.format_version(), file)
+
+ def _print_message(self, message, file=None):
+ if message:
+ if file is None:
+ file = _sys.stderr
+ file.write(message)
+
+ # ===============
+ # Exiting methods
+ # ===============
+ def exit(self, status=0, message=None):
+ if message:
+ self._print_message(message, _sys.stderr)
+ _sys.exit(status)
+
+ def error(self, message):
+ """error(message: string)
+
+ Prints a usage message incorporating the message to stderr and
+ exits.
+
+ If you override this in a subclass, it should not return -- it
+ should either exit or raise an exception.
+ """
+ self.print_usage(_sys.stderr)
+ args = {'prog': self.prog, 'message': message}
+ self.exit(2, _('%(prog)s: error: %(message)s\n') % args)
diff --git a/contrib/tmcombine/test/extract b/contrib/tmcombine/test/extract
new file mode 100644
index 000000000..e137eba72
--- /dev/null
+++ b/contrib/tmcombine/test/extract
@@ -0,0 +1,22 @@
+jngspitz-nordostwand direkt ||| ngspitz : face nordest directe ||| 0-0 1-0 0-1 1-2 1-3 1-4
+michel ||| michel ||| 0-0
+michel piola ||| michel piola ||| 0-0 1-1
+michel piola , ||| michel piola , ||| 0-0 1-1 2-2
+michel piola , vernier ||| michel piola , vernier ||| 0-0 1-1 2-2 3-3
+piola ||| piola ||| 0-0
+piola , ||| piola , ||| 0-0 1-1
+piola , vernier ||| piola , vernier ||| 0-0 1-1 2-2
+, ||| , ||| 0-0
+, vernier ||| , vernier ||| 0-0 1-1
+vernier ||| vernier ||| 0-0
+die ||| la ||| 0-0
+nordostwand ||| face nordest ||| 0-0 0-1
+hohe nordostwand ||| face nordest ||| 1-0 1-1
+nordostwand des ||| face nordest de ||| 0-0 0-1 1-2
+hohe nordostwand des ||| face nordest de ||| 1-0 1-1 2-2
+nordostwand des kingspitz ||| face nordest de la kingspitz ||| 0-0 0-1 1-2 2-3 2-4
+hohe nordostwand des kingspitz ||| face nordest de la kingspitz ||| 1-0 1-1 2-2 3-3 3-4
+nordostwand des kingspitz ||| face nordest de la kingspitz , ||| 0-0 0-1 1-2 2-3 2-4
+hohe nordostwand des kingspitz ||| face nordest de la kingspitz , ||| 1-0 1-1 2-2 3-3 3-4
+pass ||| col ||| 0-0
+sitzung ||| séance ||| 0-0 \ No newline at end of file
diff --git a/contrib/tmcombine/test/model1/model/lex.counts.e2f b/contrib/tmcombine/test/model1/model/lex.counts.e2f
new file mode 100644
index 000000000..ed05c0b7d
--- /dev/null
+++ b/contrib/tmcombine/test/model1/model/lex.counts.e2f
@@ -0,0 +1,8 @@
+ad af 500 1000
+bd bf 5 10
+der le 20285 102586
+der NULL 12926 704917
+gipfel sommet 3485 7322
+pass col 419 2911
+pass passeport 7 28
+sitzung séance 14 59 \ No newline at end of file
diff --git a/contrib/tmcombine/test/model1/model/lex.counts.f2e b/contrib/tmcombine/test/model1/model/lex.counts.f2e
new file mode 100644
index 000000000..ea31f690d
--- /dev/null
+++ b/contrib/tmcombine/test/model1/model/lex.counts.f2e
@@ -0,0 +1,8 @@
+af ad 500 1000
+bf bd 5 10
+col pass 419 615
+le der 20285 113635
+passeport pass 7 615
+retrouvé NULL 34 1016136
+séance sitzung 14 33
+sommet gipfel 3485 5700 \ No newline at end of file
diff --git a/contrib/tmcombine/test/model1/model/lex.e2f b/contrib/tmcombine/test/model1/model/lex.e2f
new file mode 100644
index 000000000..f9263ffe5
--- /dev/null
+++ b/contrib/tmcombine/test/model1/model/lex.e2f
@@ -0,0 +1,8 @@
+ad af 0.5
+bd bf 0.5
+der le 0.1977365
+der NULL 0.0183369
+gipfel sommet 0.4759629
+pass col 0.1439368
+pass passeport 0.2500000
+sitzung séance 0.2372881 \ No newline at end of file
diff --git a/contrib/tmcombine/test/model1/model/lex.f2e b/contrib/tmcombine/test/model1/model/lex.f2e
new file mode 100644
index 000000000..2bba51f01
--- /dev/null
+++ b/contrib/tmcombine/test/model1/model/lex.f2e
@@ -0,0 +1,8 @@
+af ad 0.5
+bf bd 0.5
+col pass 0.6813008
+le der 0.1785101
+passeport pass 0.0113821
+retrouvé NULL 0.0000335
+séance sitzung 0.4242424
+sommet gipfel 0.6114035 \ No newline at end of file
diff --git a/contrib/tmcombine/test/model1/model/phrase-table b/contrib/tmcombine/test/model1/model/phrase-table
new file mode 100644
index 000000000..b46a04490
--- /dev/null
+++ b/contrib/tmcombine/test/model1/model/phrase-table
@@ -0,0 +1,8 @@
+ad ||| af ||| 0.5 0.5 0.5 0.5 2.718 ||| 0-0 ||| 1000 1000
+bd ||| bf ||| 0.5 0.5 0.5 0.5 2.718 ||| 0-0 ||| 10 10
+der gipfel ||| sommet ||| 0.00327135 0.00872768 0.0366795 0.611403 2.718 ||| 1-0 ||| 5808 518
+der pass ||| le col ||| 0.0173565 0.0284616 0.288889 0.121619 2.718 ||| 0-0 1-1 ||| 749 45
+pass ||| col ||| 0.1952 0.143937 0.628866 0.681301 2.718 ||| 0-0 ||| 1875 582
+pass ||| passeport retrouvé ||| 0.5 0.25 0.00171821 3.813e-07 2.718 ||| 0-0 ||| 2 582
+pass ||| passeport ||| 0.266667 0.25 0.00687285 0.0113821 2.718 ||| 0-0 ||| 15 582
+sitzung ||| séance ||| 0.272727 0.237288 0.352941 0.424242 2.718 ||| 0-0 ||| 22 17 \ No newline at end of file
diff --git a/contrib/tmcombine/test/model2/model/lex.counts.e2f b/contrib/tmcombine/test/model2/model/lex.counts.e2f
new file mode 100644
index 000000000..8475fcdf9
--- /dev/null
+++ b/contrib/tmcombine/test/model2/model/lex.counts.e2f
@@ -0,0 +1,8 @@
+ad af 100 1000
+bd bf 1 10
+der le 150181 944391
+der NULL 54483 3595140
+gipfel sommet 3421 9342
+pass col 2 70
+pass passeport 73 379
+sitzung séance 3441 5753 \ No newline at end of file
diff --git a/contrib/tmcombine/test/model2/model/lex.counts.f2e b/contrib/tmcombine/test/model2/model/lex.counts.f2e
new file mode 100644
index 000000000..b0913088a
--- /dev/null
+++ b/contrib/tmcombine/test/model2/model/lex.counts.f2e
@@ -0,0 +1,8 @@
+af ad 100 1000
+bf bd 1 10
+col pass 2 108
+le der 150181 1356104
+passeport pass 73 108
+retrouvé NULL 43 6276240
+séance sitzung 3441 6142
+sommet gipfel 3421 4908 \ No newline at end of file
diff --git a/contrib/tmcombine/test/model2/model/lex.e2f b/contrib/tmcombine/test/model2/model/lex.e2f
new file mode 100644
index 000000000..b1ce3a613
--- /dev/null
+++ b/contrib/tmcombine/test/model2/model/lex.e2f
@@ -0,0 +1,8 @@
+ad af 0.1
+bd bf 0.1
+der le 0.1590242
+der NULL 0.0151546
+gipfel sommet 0.366195
+pass col 0.0285714
+pass passeport 0.1926121
+sitzung séance 0.5981227 \ No newline at end of file
diff --git a/contrib/tmcombine/test/model2/model/lex.f2e b/contrib/tmcombine/test/model2/model/lex.f2e
new file mode 100644
index 000000000..d931dcb72
--- /dev/null
+++ b/contrib/tmcombine/test/model2/model/lex.f2e
@@ -0,0 +1,8 @@
+af ad 0.1
+bf bd 0.1
+col pass 0.0185185
+le der 0.1107445
+passeport pass 0.6759259
+retrouvé NULL 0.0000069
+séance sitzung 0.5602410
+sommet gipfel 0.6970253 \ No newline at end of file
diff --git a/contrib/tmcombine/test/model2/model/phrase-table b/contrib/tmcombine/test/model2/model/phrase-table
new file mode 100644
index 000000000..97b51a0d5
--- /dev/null
+++ b/contrib/tmcombine/test/model2/model/phrase-table
@@ -0,0 +1,5 @@
+ad ||| af ||| 0.1 0.1 0.1 0.1 2.718 ||| 0-0 ||| 1000 1000
+bd ||| bf ||| 0.1 0.1 0.1 0.1 2.718 ||| 0-0 ||| 10 10
+der pass ||| le passeport ||| 0.16 0.03063 0.4 0.0748551 2.718 ||| 0-0 1-1 ||| 25 10
+pass ||| passeport ||| 0.28022 0.192612 0.607143 0.675926 2.718 ||| 0-0 ||| 182 84
+sitzung ||| séance ||| 0.784521 0.598123 0.516654 0.560241 2.718 ||| 0-0 ||| 4251 6455 \ No newline at end of file
diff --git a/contrib/tmcombine/test/phrase-table_test1 b/contrib/tmcombine/test/phrase-table_test1
new file mode 100644
index 000000000..1d1d5a238
--- /dev/null
+++ b/contrib/tmcombine/test/phrase-table_test1
@@ -0,0 +1,8 @@
+ad ||| af ||| 0.3 0.3 0.3 0.3 2.718 ||| 0-0 ||| 1000 1000
+bd ||| bf ||| 0.3 0.3 0.3 0.3 2.718 ||| 0-0 ||| 10 10
+der gipfel ||| sommet ||| 0.00163568 0.00436384 0.0183397 0.305702 2.718 ||| 1-0 ||| 5808 518
+der pass ||| le col ||| 0.00867825 0.0142308 0.144445 0.0608095 2.718 ||| 0-0 1-1 ||| 749 45
+pass ||| col ||| 0.0976 0.0719685 0.314433 0.340651 2.718 ||| 0-0 ||| 1875 582
+pass ||| passeport retrouvé ||| 0.25 0.125 0.000859105 1.9065e-07 2.718 ||| 0-0 ||| 2 582
+pass ||| passeport ||| 0.273444 0.221306 0.307008 0.343654 2.718 ||| 0-0 ||| 182 84
+sitzung ||| séance ||| 0.528624 0.417705 0.434797 0.492241 2.718 ||| 0-0 ||| 4251 6455
diff --git a/contrib/tmcombine/test/phrase-table_test2 b/contrib/tmcombine/test/phrase-table_test2
new file mode 100644
index 000000000..9d3f28816
--- /dev/null
+++ b/contrib/tmcombine/test/phrase-table_test2
@@ -0,0 +1,9 @@
+ad ||| af ||| 0.14 0.136364 0.18 0.3 2.718 ||| 0-0 ||| 1000 1000
+bd ||| bf ||| 0.14 0.136364 0.18 0.3 2.718 ||| 0-0 ||| 10 10
+der gipfel ||| sommet ||| 0.000327135 0.000793425 0.0073359 0.305702 2.718 ||| 1-0 ||| 5808 518
+der pass ||| le col ||| 0.00173565 0.00258742 0.0577778 0.0608095 2.718 ||| 0-0 1-1 ||| 749 45
+der pass ||| le passeport ||| 0.144 0.0278455 0.32 0.0374275 2.718 ||| 0-0 1-1 ||| 25 10
+pass ||| col ||| 0.01952 0.0130852 0.125773 0.340651 2.718 ||| 0-0 ||| 1875 582
+pass ||| passeport retrouvé ||| 0.05 0.0227273 0.000343642 1.9065e-07 2.718 ||| 0-0 ||| 2 582
+pass ||| passeport ||| 0.278865 0.197829 0.487089 0.343654 2.718 ||| 0-0 ||| 182 84
+sitzung ||| séance ||| 0.733342 0.56532 0.483911 0.492241 2.718 ||| 0-0 ||| 4251 6455
diff --git a/contrib/tmcombine/test/phrase-table_test3 b/contrib/tmcombine/test/phrase-table_test3
new file mode 100644
index 000000000..8dfed73b8
--- /dev/null
+++ b/contrib/tmcombine/test/phrase-table_test3
@@ -0,0 +1,9 @@
+ad ||| af ||| 0.14 0.136364 0.18 0.3 2.718 ||| 0-0 ||| 10000.0 5000.0
+bd ||| bf ||| 0.14 0.136364 0.18 0.3 2.718 ||| 0-0 ||| 100.0 50.0
+der gipfel ||| sommet ||| 0.00327135 0.00569336 0.0366795 0.651018 2.718 ||| 1-0 ||| 5808.0 518.0
+der pass ||| le col ||| 0.0173565 0.0193836 0.152941 0.0675369 2.718 ||| 0-0 1-1 ||| 749.0 85.0
+der pass ||| le passeport ||| 0.16 0.0307772 0.188235 0.0128336 2.718 ||| 0-0 1-1 ||| 225.0 85.0
+pass ||| col ||| 0.1952 0.121573 0.398693 0.582296 2.718 ||| 0-0 ||| 1875.0 918.0
+pass ||| passeport retrouvé ||| 0.5 0.193033 0.00108932 1.16835e-06 2.718 ||| 0-0 ||| 2.0 918.0
+pass ||| passeport ||| 0.280097 0.193033 0.22658 0.11065 2.718 ||| 0-0 ||| 1653.0 918.0
+sitzung ||| séance ||| 0.784227 0.597753 0.516546 0.559514 2.718 ||| 0-0 ||| 38281.0 25837.0
diff --git a/contrib/tmcombine/test/phrase-table_test4 b/contrib/tmcombine/test/phrase-table_test4
new file mode 100644
index 000000000..7485c728f
--- /dev/null
+++ b/contrib/tmcombine/test/phrase-table_test4
@@ -0,0 +1,8 @@
+ad ||| af ||| 0.5 0.5 0.5 0.5 2.718 ||| 0-0 ||| 1000.0 1000.0
+bd ||| bf ||| 0.5 0.5 0.5 0.5 2.718 ||| 0-0 ||| 10.0 10.0
+der gipfel ||| sommet ||| 0.00327135 0.00872769 0.0366795 0.611404 2.718 ||| 1-0 ||| 5808.0 518.0
+der pass ||| le col ||| 0.0173565 0.0284616 0.288889 0.121619 2.718 ||| 0-0 1-1 ||| 749.0 45.0
+pass ||| col ||| 0.1952 0.143937 0.628866 0.681301 2.718 ||| 0-0 ||| 1875.0 582.0
+pass ||| passeport retrouvé ||| 0.5 0.25 0.00171821 3.80847e-07 2.718 ||| 0-0 ||| 2.0 582.0
+pass ||| passeport ||| 0.266667 0.25 0.00687285 0.0113821 2.718 ||| 0-0 ||| 15.0 582.0
+sitzung ||| séance ||| 0.272727 0.237288 0.352941 0.424242 2.718 ||| 0-0 ||| 22.0 17.0
diff --git a/contrib/tmcombine/test/phrase-table_test5 b/contrib/tmcombine/test/phrase-table_test5
new file mode 100644
index 000000000..45f15163d
--- /dev/null
+++ b/contrib/tmcombine/test/phrase-table_test5
@@ -0,0 +1,9 @@
+ad ||| af ||| 0.11579 0.35574 0.472359 0.469238 2.718 ||| 0-0 ||| 25332.4712297 1074.23173673
+bd ||| bf ||| 0.11579 0.35574 0.472359 0.469238 2.718 ||| 0-0 ||| 253.324712297 10.7423173673
+der gipfel ||| sommet ||| 0.00327135 0.00686984 0.0366795 0.617135 2.718 ||| 1-0 ||| 5808.0 518.0
+der pass ||| le col ||| 0.0173565 0.023534 0.284201 0.0972183 2.718 ||| 0-0 1-1 ||| 749.0 45.7423173673
+der pass ||| le passeport ||| 0.16 0.0329324 0.0064913 0.00303408 2.718 ||| 0-0 1-1 ||| 608.311780741 45.7423173673
+pass ||| col ||| 0.1952 0.142393 0.6222 0.671744 2.718 ||| 0-0 ||| 1875.0 588.235465885
+pass ||| passeport retrouvé ||| 0.5 0.199258 0.0017 5.11945e-07 2.718 ||| 0-0 ||| 2.0 588.235465885
+pass ||| passeport ||| 0.280174 0.199258 0.0132359 0.0209644 2.718 ||| 0-0 ||| 4443.5097638 588.235465885
+sitzung ||| séance ||| 0.784412 0.59168 0.511045 0.552002 2.718 ||| 0-0 ||| 103459.335197 496.165860589
diff --git a/contrib/tmcombine/test/phrase-table_test6 b/contrib/tmcombine/test/phrase-table_test6
new file mode 100644
index 000000000..38daf4512
--- /dev/null
+++ b/contrib/tmcombine/test/phrase-table_test6
@@ -0,0 +1,4 @@
+ad ||| af ||| 0.117462 0.117462 0.117462 0.117462 2.718 ||| 0-0 ||| 1000 1000
+bd ||| bf ||| 0.117462 0.117462 0.117462 0.117462 2.718 ||| 0-0 ||| 10 10
+pass ||| passeport ||| 0.278834 0.197701 0.387861 0.449295 2.718 ||| 0-0 ||| 182 84
+sitzung ||| séance ||| 0.705857 0.545304 0.497336 0.544877 2.718 ||| 0-0 ||| 4251 6455
diff --git a/contrib/tmcombine/test/phrase-table_test7 b/contrib/tmcombine/test/phrase-table_test7
new file mode 100644
index 000000000..01ea2a076
--- /dev/null
+++ b/contrib/tmcombine/test/phrase-table_test7
@@ -0,0 +1 @@
+([(1.8744705606119034, 2.0752881273042374, 1.5025010618768841, 1.2370391973008494, 0, 0, 1, 1, 22), (0.35011602922315899, 0.74148657814725749, 0.95272965495298623, 0.83588062023889353, 1, 0, 0, 1, 22)], (1, 22, 20)) \ No newline at end of file
diff --git a/contrib/tmcombine/test/phrase-table_test8 b/contrib/tmcombine/test/phrase-table_test8
new file mode 100644
index 000000000..74eb27c0c
--- /dev/null
+++ b/contrib/tmcombine/test/phrase-table_test8
@@ -0,0 +1,9 @@
+ad ||| af ||| 0.5 0.398085 0.5 0.482814 2.718 ||| 0-0 ||| 1000.000001 1000.000001
+bd ||| bf ||| 0.5 0.111367 0.5 0.172867 2.718 ||| 0-0 ||| 10.00000001 10.00000001
+der gipfel ||| sommet ||| 0.00327135 0.00863717 0.0366795 0.612073 2.718 ||| 1-0 ||| 5808.0 518.0
+der pass ||| le col ||| 0.0173565 0.0260469 0.288889 0.113553 2.718 ||| 0-0 1-1 ||| 749.0 45.00000001
+der pass ||| le passeport ||| 0.0064 0.0389201 8.88889e-12 0.0101009 2.718 ||| 0-0 1-1 ||| 2.5e-08 45.00000001
+pass ||| col ||| 0.1952 0.131811 0.628866 0.63621 2.718 ||| 0-0 ||| 1875.0 582.000000084
+pass ||| passeport retrouvé ||| 0.5 0.196956 0.00171821 1.89355e-06 2.718 ||| 0-0 ||| 2.0 582.000000084
+pass ||| passeport ||| 0.266667 0.196956 0.00687285 0.0565932 2.718 ||| 0-0 ||| 15.000000182 582.000000084
+sitzung ||| séance ||| 0.272727 0.545019 0.352941 0.502625 2.718 ||| 0-0 ||| 22.000004251 17.000006455
diff --git a/contrib/tmcombine/tmcombine.py b/contrib/tmcombine/tmcombine.py
new file mode 100755
index 000000000..e166c33c8
--- /dev/null
+++ b/contrib/tmcombine/tmcombine.py
@@ -0,0 +1,1860 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+# Author: Rico Sennrich <sennrich [AT] cl.uzh.ch>
+
+# This program handles the combination of Moses phrase tables, either through
+# linear interpolation of the phrase translation probabilities/lexical weights,
+# or through a recomputation based on the (weighted) combined counts.
+#
+# It also supports an automatic search for weights that minimize the cross-entropy
+# between the model and a tuning set of word/phrase alignments.
+
+# for usage information, run
+# python tmcombine.py -h
+# you can also check the docstrings of Combine_TMs() for more information and find some example commands in the function test()
+
+
+# Some general things to note:
+# - Different combination algorithms require different statistics. To be on the safe side, apply train_model.patch to train_model.perl and use the option -phrase-word-alignment for training all models.
+# - The script assumes that phrase tables are sorted (to allow incremental, more memory-friendly processing). sort with LC_ALL=C.
+# - Some configurations require additional statistics that are loaded in memory (lexical tables; complete list of target phrases). If memory consumption is a problem, use the option --lowmem (slightly slower and writes temporary files to disk), or consider pruning your phrase table before combining (e.g. using Johnson et al. 2007).
+# - The script can read/write gzipped files, but the Python implementation is slow. You're better off unzipping the files on the command line and working with the unzipped files.
+# - The cross-entropy estimation assumes that phrase tables contain true probability distributions (i.e. a probability mass of 1 for each conditional probability distribution). If this is not true, the results are skewed.
+# - Unknown phrase pairs are not considered for the cross-entropy estimation. A comparison of models with different vocabularies may be misleading.
+# - Don't directly compare cross-entropies obtained from a combination with different modes. Depending on how some corner cases are treated, linear interpolation does not distribute full probability mass and thus shows higher (i.e. worse) cross-entropies.
+
+
+from __future__ import division, unicode_literals
+import sys
+import os
+import gzip
+import argparse
+import copy
+import re
+from math import log, exp
+from collections import defaultdict
+from operator import mul
+from tempfile import NamedTemporaryFile
+from subprocess import Popen
+from itertools import izip
+
+try:
+ from lxml import etree as ET
+except:
+ import xml.etree.cElementTree as ET
+
+try:
+ from scipy.optimize.lbfgsb import fmin_l_bfgs_b
+ optimizer = 'l-bfgs'
+except:
+ optimizer = 'hillclimb'
+
+class Moses():
+ """Moses interface for loading/writing models
+ to support other phrase table formats, subclass this and overwrite the relevant functions
+ """
+
+ def __init__(self,models,number_of_features):
+
+ self.number_of_features = number_of_features
+ self.models = models
+
+ #example item (assuming mode=='counts' and one feature): phrase_pairs['the house']['das haus'] = [[[10,100]],['0-0 1-1']]
+ self.phrase_pairs = defaultdict(lambda: defaultdict(lambda: [[[0]*len(self.models) for i in range(self.number_of_features)],[]]))
+ self.phrase_source = defaultdict(lambda: [0]*len(self.models))
+ self.phrase_target = defaultdict(lambda: [0]*len(self.models))
+
+ self.reordering_pairs = defaultdict(lambda: defaultdict(lambda: [[0]*len(self.models) for i in range(self.number_of_features)]))
+
+ self.word_pairs_e2f = defaultdict(lambda: defaultdict(lambda: [0]*len(self.models)))
+ self.word_pairs_f2e = defaultdict(lambda: defaultdict(lambda: [0]*len(self.models)))
+ self.word_source = defaultdict(lambda: [0]*len(self.models))
+ self.word_target = defaultdict(lambda: [0]*len(self.models))
+
+ self.require_alignment = False
+
+
+ def open_table(self,model,table,mode='r'):
+ """define which paths to open for lexical tables and phrase tables.
+ we assume canonical Moses structure, but feel free to overwrite this
+ """
+
+ if table == 'reordering-table':
+ table = 'reordering-table.wbe-msd-bidirectional-fe'
+
+ filename = os.path.join(model,'model',table)
+ fileobj = handle_file(filename,'open',mode)
+ return fileobj
+
+
+ def load_phrase_counts(self,line,priority,i,store='all',filter_by=None,filter_by_src=None,filter_by_target=None,inverted=False):
+ """take single phrase table line and store counts in internal data structure"""
+
+ src = line[0]
+ target = line[1]
+
+ if inverted:
+ src,target = target,src
+
+ target_count = 0
+ src_count = 0
+
+ if (store == 'all' or store == 'pairs') and not (filter_by and not (src in filter_by and target in filter_by[src])):
+
+ if priority < 10 or (src in self.phrase_pairs and target in self.phrase_pairs[src]):
+
+ try:
+ target_count,src_count = map(float,line[-1].split())
+ except:
+ sys.stderr.write(str(line)+'\n')
+ sys.stderr.write('Counts are missing. Maybe you have an older Moses version without counts?\n')
+ return
+
+ scores = line[2].split()
+ pst = float(scores[0])
+ pts = float(scores[2])
+
+ if priority == 2: #MAP
+ self.phrase_pairs[src][target][0][0][i] = pst
+ self.phrase_pairs[src][target][0][1][i] = pts
+ else:
+ self.phrase_pairs[src][target][0][0][i] = pst*target_count
+ self.phrase_pairs[src][target][0][1][i] = pts*src_count
+
+ self.store_info(src,target,line)
+
+ if (store == 'all' or store == 'source') and not (filter_by_src and not filter_by_src.get(src)):
+
+ if not src_count:
+ try:
+ if priority == 2: #MAP
+ src_count = 1
+ else:
+ src_count = float(line[-1].split()[1])
+ except:
+ sys.stderr.write(str(line)+'\n')
+ sys.stderr.write('Counts are missing. Maybe you have an older Moses version without counts?\n')
+ return
+
+ self.phrase_source[src][i] = src_count
+
+ if (store == 'all' or store == 'target') and not (filter_by_target and not filter_by_target.get(target)):
+
+ if not target_count:
+ try:
+ if priority == 2: #MAP
+ target_count = 1
+ else:
+ target_count = float(line[-1].split()[0])
+ except:
+ sys.stderr.write(str(line)+'\n')
+ sys.stderr.write('Counts are missing. Maybe you have an older Moses version without counts?\n')
+ return
+
+ self.phrase_target[target][i] = target_count
+
+
+ def load_phrase_probabilities(self,line,priority,i,store='pairs',filter_by=None,filter_by_src=None,filter_by_target=None,inverted=False):
+ """take single phrase table line and store probablities in internal data structure"""
+
+ src = line[0]
+ target = line[1]
+
+ if inverted:
+ src,target = target,src
+
+ if (store == 'all' or store == 'pairs') and (priority < 10 or (src in self.phrase_pairs and target in self.phrase_pairs[src])) and not (filter_by and not (src in filter_by and target in filter_by[src])):
+
+ self.store_info(src,target,line)
+
+ model_probabilities = map(float,line[2].split()[:-1])
+ phrase_probabilities = self.phrase_pairs[src][target][0]
+
+ for j,p in enumerate(model_probabilities):
+ phrase_probabilities[j][i] = p
+
+ # mark that the src/target phrase has been seen.
+ # needed for re-normalization during linear interpolation
+ if (store == 'all' or store == 'source') and not (filter_by_src and not src in filter_by_src):
+ self.phrase_source[src][i] = 1
+ if (store == 'all' or store == 'target') and not (filter_by_target and not target in filter_by_target):
+ self.phrase_target[target][i] = 1
+
+
+ def load_reordering_probabilities(self,line,priority,i,store='pairs'):
+ """take single reordering table line and store probablities in internal data structure"""
+
+ src = line[0]
+ target = line[1]
+
+ model_probabilities = map(float,line[2].split())
+ reordering_probabilities = self.reordering_pairs[src][target]
+
+ for j,p in enumerate(model_probabilities):
+ reordering_probabilities[j][i] = p
+
+
+
+ def traverse_incrementally(self,table,models,load_lines,store_flag,inverted=False,lowmem=False):
+ """hack-ish way to find common phrase pairs in multiple models in one traversal without storing it all in memory
+ relies on alphabetical sorting of phrase table.
+ """
+
+ increment = -1
+ stack = ['']*len(self.models)
+
+ while increment:
+
+ self.phrase_pairs = defaultdict(lambda: defaultdict(lambda: [[[0]*len(self.models) for i in range(self.number_of_features)],[]]))
+ self.reordering_pairs = defaultdict(lambda: defaultdict(lambda: [[0]*len(self.models) for i in range(self.number_of_features)]))
+ self.phrase_source = defaultdict(lambda: [0]*len(self.models))
+
+ if lowmem:
+ self.phrase_target = defaultdict(lambda: [0]*len(self.models))
+
+ for model,priority,i in models:
+
+ if stack[i]:
+ if increment != stack[i][0]:
+ continue
+ else:
+ load_lines(stack[i],priority,i,store=store_flag,inverted=inverted)
+ stack[i] = ''
+
+ for line in model:
+
+ line = line.rstrip().split(b' ||| ')
+
+ if increment != line[0]:
+ stack[i] = line
+ break
+
+ load_lines(line,priority,i,store=store_flag,inverted=inverted)
+
+ yield 1
+
+ #calculate which source phrase to process next
+ lines = [line[0] + b' |' for line in stack if line]
+ if lines:
+ increment = min(lines)[:-2]
+ else:
+ increment = None
+
+
+ def load_word_probabilities(self,line,side,i,priority,e2f_filter=None,f2e_filter=None):
+ """process single line of lexical table"""
+
+ a, b, prob = line.split(b' ')
+
+ if side == 'e2f' and not e2f_filter or a in e2f_filter and b in e2f_filter[a]:
+
+ self.word_pairs_e2f[a][b][i] = float(prob)
+
+ elif side == 'f2e' and not f2e_filter or a in f2e_filter and b in f2e_filter[a]:
+
+ self.word_pairs_f2e[a][b][i] = float(prob)
+
+
+ def load_word_counts(self,line,side,i,priority,e2f_filter=None,f2e_filter=None):
+ """process single line of lexical table"""
+
+ a, b, ab_count, b_count = line.split(b' ')
+
+ if side == 'e2f':
+
+ if priority == 2: #MAP
+ if not e2f_filter or a in e2f_filter:
+ if not e2f_filter or b in e2f_filter[a]:
+ self.word_pairs_e2f[a][b][i] = float(ab_count)/float(b_count)
+ self.word_target[b][i] = 1
+ else:
+ if not e2f_filter or a in e2f_filter:
+ if not e2f_filter or b in e2f_filter[a]:
+ self.word_pairs_e2f[a][b][i] = float(ab_count)
+ self.word_target[b][i] = float(b_count)
+
+ elif side == 'f2e':
+
+ if priority == 2: #MAP
+ if not f2e_filter or a in f2e_filter and b in f2e_filter[a]:
+ if not f2e_filter or b in f2e_filter[a]:
+ self.word_pairs_f2e[a][b][i] = float(ab_count)/float(b_count)
+ self.word_source[b][i] = 1
+ else:
+ if not f2e_filter or a in f2e_filter and b in f2e_filter[a]:
+ if not f2e_filter or b in f2e_filter[a]:
+ self.word_pairs_f2e[a][b][i] = float(ab_count)
+ self.word_source[b][i] = float(b_count)
+
+
+ def load_lexical_tables(self,models,mode,e2f_filter=None,f2e_filter=None):
+ """open and load lexical tables into data structure"""
+
+ if mode == 'counts':
+ files = ['lex.counts.e2f','lex.counts.f2e']
+ load_lines = self.load_word_counts
+
+ else:
+ files = ['lex.e2f','lex.f2e']
+ load_lines = self.load_word_probabilities
+
+ j = 0
+
+ for f in files:
+ models_prioritized = [(self.open_table(model,f),priority,i) for (model,priority,i) in priority_sort_models(models)]
+
+ for model,priority,i in models_prioritized:
+ for line in model:
+ if not j % 100000:
+ sys.stderr.write('.')
+ j += 1
+ load_lines(line,f[-3:],i,priority,e2f_filter=e2f_filter,f2e_filter=f2e_filter)
+
+
+ def store_info(self,src,target,line):
+ """store alignment info and comment section for re-use in output"""
+
+ if len(line) == 5:
+ self.phrase_pairs[src][target][1] = line[3:5]
+
+ # assuming that alignment is empty
+ elif len(line) == 4:
+ if self.require_alignment:
+ sys.stderr.write('Error: unexpected phrase table format. Your current configuration requires alignment information. Make sure you trained your model with -phrase-word-alignment\n')
+ exit()
+
+ self.phrase_pairs[src][target][1] = ['',line[3].lstrip(b'| ')]
+
+ else:
+ sys.stderr.write('Error: unexpected phrase table format. Are you using a very old/new version of Moses with different formatting?\n')
+ exit()
+
+
+ def get_word_alignments(self,src,target,cache=False,mycache={}):
+ """from the Moses phrase table alignment info in the form "0-0 1-0",
+ get the aligned word pairs / NULL alignments
+ """
+
+ if cache:
+ if (src,target) in mycache:
+ return mycache[(src,target)]
+
+ try:
+ alignment = self.phrase_pairs[src][target][1][0]
+ except:
+ return None,None
+
+ src_list = src.split(b' ')
+ target_list = target.split(b' ')
+
+ textual_e2f = [[s,[]] for s in src_list]
+ textual_f2e = [[t,[]] for t in target_list]
+
+ for pair in alignment.split(b' '):
+ s,t = pair.split('-')
+ s,t = int(s),int(t)
+
+ textual_e2f[s][1].append(target_list[t])
+ textual_f2e[t][1].append(src_list[s])
+
+ for s,t in textual_e2f:
+ if not t:
+ t.append('NULL')
+
+ for s,t in textual_f2e:
+ if not t:
+ t.append('NULL')
+
+ #tupelize so we can use the value as dictionary keys
+ for i in range(len(textual_e2f)):
+ textual_e2f[i][1] = tuple(textual_e2f[i][1])
+
+ for i in range(len(textual_f2e)):
+ textual_f2e[i][1] = tuple(textual_f2e[i][1])
+
+ if cache:
+ mycache[(src,target)] = textual_e2f,textual_f2e
+
+ return textual_e2f,textual_f2e
+
+
+ def write_phrase_table(self,src,target,weights,features,mode,flags):
+ """convert data to string in Moses phrase table format"""
+
+ # if one feature value is 0 (either because of loglinear interpolation or rounding to 0), don't write it to phrasetable
+ # (phrase pair will end up with probability zero in log-linear model anyway)
+ if 0 in features:
+ return ''
+
+ # information specific to Moses model: alignment info and comment section with target and source counts
+ alignment,comments = self.phrase_pairs[src][target][1]
+ if mode == 'counts':
+ srccount = dot_product(self.phrase_source[src],weights[2])
+ targetcount = dot_product(self.phrase_target[target],weights[0])
+ comments = b"%s %s" %(targetcount,srccount)
+
+ features = b' '.join([b'%.6g' %(f) for f in features])
+
+ if flags['add_origin_features']:
+ origin_features = map(lambda x: 2.718**bool(x),self.phrase_pairs[src][target][0][0]) # 1 if phrase pair doesn't occur in model, 2.718 if it does
+ origin_features = b' '.join([b'%.4f' %(f) for f in origin_features]) + ' '
+ else:
+ origin_features = b''
+
+ line = b"%s ||| %s ||| %s 2.718 %s||| %s ||| %s\n" %(src,target,features,origin_features,alignment,comments)
+ return line
+
+
+
+ def write_lexical_file(self,direction, path, weights,mode):
+
+ if mode == 'counts':
+ bridge = '.counts'
+ else:
+ bridge = ''
+
+ fobj = handle_file("{0}{1}.{2}".format(path,bridge,direction),'open',mode='w')
+ sys.stderr.write('Writing {0}{1}.{2}\n'.format(path,bridge,direction))
+
+ if direction == 'e2f':
+ word_pairs = self.word_pairs_e2f
+ marginal = self.word_target
+
+ elif direction == 'f2e':
+ word_pairs = self.word_pairs_f2e
+ marginal = self.word_source
+
+ for x in sorted(word_pairs):
+ for y in sorted(word_pairs[x]):
+ xy = dot_product(word_pairs[x][y],weights)
+ fobj.write(b"%s %s %s" %(x,y,xy))
+
+ if mode == 'counts':
+ fobj.write(b" %s\n" %(dot_product(marginal[y],weights)))
+ else:
+ fobj.write(b'\n')
+
+ handle_file("{0}{1}.{2}".format(path,bridge,direction),'close',fobj,mode='w')
+
+
+
+ def write_reordering_table(self,src,target,features):
+ """convert data to string in Moses reordering table format"""
+
+ # if one feature value is 0 (either because of loglinear interpolation or rounding to 0), don't write it to reordering table
+ # (phrase pair will end up with probability zero in log-linear model anyway)
+ if 0 in features:
+ return ''
+
+ features = b' '.join([b'%6g' %(f) for f in features])
+
+ line = b"%s ||| %s ||| %s\n" %(src,target,features)
+ return line
+
+
+ def create_inverse(self,fobj,tempdir=None):
+ """swap source and target phrase in the phrase table, and then sort (by target phrase)"""
+
+ inverse = NamedTemporaryFile(prefix='inv_unsorted',delete=False,dir=tempdir)
+ swap = re.compile(b'(.+?) \|\|\| (.+?) \|\|\|')
+
+ # just swap source and target phrase, and leave order of scores etc. intact.
+ # For better compatibility with existing codebase, we swap the order of the phrases back for processing
+ for line in fobj:
+ inverse.write(swap.sub(b'\\2 ||| \\1 |||',line,1))
+ inverse.close()
+
+ inverse_sorted = sort_file(inverse.name,tempdir=tempdir)
+ os.remove(inverse.name)
+
+ return inverse_sorted
+
+
+ def merge(self,pt_normal, pt_inverse, pt_out, mode='interpolate'):
+ """merge two phrasetables (the latter having been inverted to calculate p(s|t) and lex(s|t) in sorted order)"""
+
+ for line,line2 in izip(pt_normal,pt_inverse):
+
+ line = line.split(b' ||| ')
+ line2 = line2.split(b' ||| ')
+
+ #scores
+ scores1 = line[2].split()
+ scores2 = line2[2].split()
+ line[2] = b' '.join(scores2[:2]+scores1[2:])
+
+ # marginal counts
+ if mode == 'counts':
+ src_count = line[-1].split()[1]
+ target_count = line2[-1].split()[0]
+ line[-1] = b' '.join([target_count,src_count]) + b'\n'
+
+ pt_out.write(b' ||| '.join(line))
+
+ pt_normal.close()
+ pt_inverse.close()
+ pt_out.close()
+
+
+
+class TigerXML():
+ """interface to load reference word alignments from TigerXML corpus.
+ Tested on SMULTRON (http://kitt.cl.uzh.ch/kitt/smultron/)
+ """
+
+ def __init__(self,alignment_xml):
+ """only argument is TigerXML file
+ """
+
+ self.treebanks = self._open_treebanks(alignment_xml)
+ self.word_pairs = defaultdict(lambda: defaultdict(int))
+ self.word_source = defaultdict(int)
+ self.word_target = defaultdict(int)
+
+
+ def load_word_pairs(self,src,target):
+ """load word pairs. src and target are the itentifiers of the source and target language in the XML"""
+
+ if not src or not target:
+ sys.stderr.write('Error: Source and/or target language not specified. Required for TigerXML extraction.\n')
+ exit()
+
+ alignments = self._get_aligned_ids(src,target)
+ self._textualize_alignments(src,target,alignments)
+
+
+ def _open_treebanks(self,alignment_xml):
+ """Parallel XML format references monolingual files. Open all."""
+
+ alignment_path = os.path.dirname(alignment_xml)
+ align_xml = ET.parse(alignment_xml)
+
+ treebanks = {}
+ treebanks['aligned'] = align_xml
+
+ for treebank in align_xml.findall('//treebank'):
+ treebank_id = treebank.get('id')
+ filename = treebank.get('filename')
+
+ if not os.path.isabs(filename):
+ filename = os.path.join(alignment_path,filename)
+
+ treebanks[treebank_id] = ET.parse(filename)
+
+ return treebanks
+
+
+ def _get_aligned_ids(self,src,target):
+ """first step: find which nodes are aligned."""
+
+
+ alignments = []
+ ids = defaultdict(dict)
+
+ for alignment in self.treebanks['aligned'].findall('//align'):
+
+ newpair = {}
+
+ if len(alignment) != 2:
+ sys.stderr.write('Error: alignment with ' + str(len(alignment)) + ' children. Expected 2. Skipping.\n')
+ continue
+
+ for node in alignment:
+ lang = node.get('treebank_id')
+ node_id = node.get('node_id')
+ newpair[lang] = node_id
+
+ if not (src in newpair and target in newpair):
+ sys.stderr.write('Error: source and target languages don\'t match. Skipping.\n')
+ continue
+
+ # every token may only appear in one alignment pair;
+ # if it occurs in multiple, we interpret them as one 1-to-many or many-to-1 alignment
+ if newpair[src] in ids[src]:
+ idx = ids[src][newpair[src]]
+ alignments[idx][1].append(newpair[target])
+
+ elif newpair[target] in ids[target]:
+ idx = ids[target][newpair[target]]
+ alignments[idx][0].append(newpair[src])
+
+ else:
+ idx = len(alignments)
+ alignments.append(([newpair[src]],[newpair[target]]))
+ ids[src][newpair[src]] = idx
+ ids[target][newpair[target]] = idx
+
+ alignments = self._discard_discontinuous(alignments)
+
+ return alignments
+
+
+ def _discard_discontinuous(self,alignments):
+ """discard discontinuous word sequences (which we can't use for phrase-based SMT systems)
+ and make sure that sequence is in correct order.
+ """
+
+ new_alignments = []
+
+ for alignment in alignments:
+ new_pair = []
+
+ for sequence in alignment:
+
+ sequence_split = [t_id.split('_') for t_id in sequence]
+
+ #check if all words come from the same sentence
+ sentences = [item[0] for item in sequence_split]
+ if not len(set(sentences)) == 1:
+ #sys.stderr.write('Warning. Word sequence crossing sentence boundary. Discarding.\n')
+ #sys.stderr.write(str(sequence)+'\n')
+ continue
+
+
+ #sort words and check for discontinuities.
+ try:
+ tokens = sorted([int(item[1]) for item in sequence_split])
+ except ValueError:
+ #sys.stderr.write('Warning. Not valid word IDs. Discarding.\n')
+ #sys.stderr.write(str(sequence)+'\n')
+ continue
+
+ if not tokens[-1]-tokens[0] == len(tokens)-1:
+ #sys.stderr.write('Warning. Discontinuous word sequence(?). Discarding.\n')
+ #sys.stderr.write(str(sequence)+'\n')
+ continue
+
+ out_sequence = [sentences[0]+'_'+str(token) for token in tokens]
+ new_pair.append(out_sequence)
+
+ if len(new_pair) == 2:
+ new_alignments.append(new_pair)
+
+ return new_alignments
+
+
+ def _textualize_alignments(self,src,target,alignments):
+ """Knowing which nodes are aligned, get actual words that are aligned."""
+
+ words = defaultdict(dict)
+
+ for text in [text for text in self.treebanks if not text == 'aligned']:
+
+ #TODO: Make lowercasing optional
+ for terminal in self.treebanks[text].findall('//t'):
+ words[text][terminal.get('id')] = terminal.get('word').lower()
+
+
+ for (src_ids, target_ids) in alignments:
+
+ try:
+ src_text = ' '.join((words[src][src_id] for src_id in src_ids))
+ except KeyError:
+ #sys.stderr.write('Warning. ID not found: '+ str(src_ids) +'\n')
+ continue
+
+ try:
+ target_text = ' '.join((words[target][target_id] for target_id in target_ids))
+ except KeyError:
+ #sys.stderr.write('Warning. ID not found: '+ str(target_ids) +'\n')
+ continue
+
+ self.word_pairs[src_text][target_text] += 1
+ self.word_source[src_text] += 1
+ self.word_target[target_text] += 1
+
+
+
+class Moses_Alignment():
+ """interface to load reference phrase alignment from corpus aligend with Giza++
+ and with extraction heuristics as applied by the Moses toolkit.
+
+ """
+
+ def __init__(self,alignment_file):
+
+ self.alignment_file = alignment_file
+ self.word_pairs = defaultdict(lambda: defaultdict(int))
+ self.word_source = defaultdict(int)
+ self.word_target = defaultdict(int)
+
+
+ def load_word_pairs(self,src_lang,target_lang):
+ """main function. overwrite this to import data in different format."""
+
+ fileobj = handle_file(self.alignment_file,'open','r')
+
+ for line in fileobj:
+
+ line = line.split(b' ||| ')
+
+ src = line[0]
+ target = line[1]
+
+ self.word_pairs[src][target] += 1
+ self.word_source[src] += 1
+ self.word_target[target] += 1
+
+
+def dot_product(a,b):
+ """calculate dot product from two lists"""
+
+ # optimized for PyPy (much faster than enumerate/map)
+ s = 0
+ i = 0
+ for x in a:
+ s += x * b[i]
+ i += 1
+
+ return s
+
+
+def priority_sort_models(models):
+ """primary models should have priority before supplementary models.
+ zipped with index to know which weight model belongs to
+ """
+
+ return [(model,priority,i) for (i,(model,priority)) in sorted(zip(range(len(models)),models),key=lambda x: x[1][1])]
+
+
+def cross_entropy(model_interface,reference_interface,weights,score,mode,flags):
+ """calculate cross entropy given all necessary information.
+ don't call this directly, but use one of the Combine_TMs methods.
+ """
+
+ weights = normalize_weights(weights,mode)
+
+ if 'compare_cross-entropies' in flags and flags['compare_cross-entropies']:
+ num_results = len(model_interface.models)
+ else:
+ num_results = 1
+
+ cross_entropy_ts = [0]*num_results
+ cross_entropy_st = [0]*num_results
+ cross_entropy_lex_ts = [0]*num_results
+ cross_entropy_lex_st = [0]*num_results
+ oov = [0]*num_results
+ oov2 = 0
+ other_translations = [0]*num_results
+ ignored = [0]*num_results
+ n = [0]*num_results
+ total_pairs = 0
+
+ for src in reference_interface.word_pairs:
+ for target in reference_interface.word_pairs[src]:
+
+ c = reference_interface.word_pairs[src][target]
+
+ for i in range(num_results):
+ if src in model_interface.phrase_pairs and target in model_interface.phrase_pairs[src]:
+
+ if ('compare_cross-entropies' in flags and flags['compare_cross-entropies']) or ('intersected_cross-entropies' in flags and flags['intersected_cross-entropies']):
+
+ if 0 in model_interface.phrase_pairs[src][target][0][0]: #only use intersection of models for comparability
+
+ # update unknown words statistics
+ if model_interface.phrase_pairs[src][target][0][0][i]:
+ ignored[i] += c
+ elif src in model_interface.phrase_source and model_interface.phrase_source[src][i]:
+ other_translations[i] += c
+ else:
+ oov[i] += c
+
+ continue
+
+ if ('compare_cross-entropies' in flags and flags['compare_cross-entropies']):
+ tmp_weights = [[0]*i+[1]+[0]*(num_results-i-1)]*model_interface.number_of_features
+ elif ('intersected_cross-entropies' in flags and flags['intersected_cross-entropies']):
+ tmp_weights = weights
+
+ features = score(tmp_weights,src,target,model_interface,flags)
+
+ else:
+ features = score(weights,src,target,model_interface,flags)
+
+ #if weight is so low that feature gets probability zero
+ if 0 in features:
+ #sys.stderr.write('Warning: 0 probability in model {0}: source phrase: {1!r}; target phrase: {2!r}\n'.format(i,src,target))
+ #sys.stderr.write('Possible reasons: 0 probability in phrase table; very low (or 0) weight; recompute lexweight and different alignments\n')
+ #sys.stderr.write('Phrase pair is ignored for cross_entropy calculation\n\n')
+ continue
+
+ n[i] += c
+ cross_entropy_ts[i] += -log(features[2],2)*c
+ cross_entropy_st[i] += -log(features[0],2)*c
+
+ cross_entropy_lex_ts[i] += -log(features[3],2)*c
+ cross_entropy_lex_st[i] += -log(features[1],2)*c
+
+ elif src in model_interface.phrase_source and not ('compare_cross-entropies' in flags and flags['compare_cross-entropies']):
+ other_translations[i] += c
+
+ else:
+ oov2 += c
+
+ total_pairs += c
+
+
+ oov2 = int(oov2/num_results)
+
+ for i in range(num_results):
+ try:
+ cross_entropy_ts[i] /= n[i]
+ cross_entropy_st[i] /= n[i]
+ cross_entropy_lex_ts[i] /= n[i]
+ cross_entropy_lex_st[i] /= n[i]
+ except ZeroDivisionError:
+ sys.stderr.write('Warning: no matching phrase pairs between reference set and model\n')
+ cross_entropy_ts[i] = 0
+ cross_entropy_st[i] = 0
+ cross_entropy_lex_ts[i] = 0
+ cross_entropy_lex_st[i] = 0
+
+
+ if 'compare_cross-entropies' in flags and flags['compare_cross-entropies']:
+ return [(cross_entropy_st[i],cross_entropy_lex_st[i],cross_entropy_ts[i],cross_entropy_lex_ts[i],other_translations[i],oov[i],ignored[i],n[i],total_pairs) for i in range(num_results)], (n[0],total_pairs,oov2)
+ else:
+ return cross_entropy_st[0],cross_entropy_lex_st[0],cross_entropy_ts[0],cross_entropy_lex_ts[0],other_translations[0],oov2,total_pairs
+
+
+def cross_entropy_light(model_interface,reference_interface,weights,score,mode,flags,cache):
+ """calculate cross entropy given all necessary information.
+ don't call this directly, but use one of the Combine_TMs methods.
+ Same as cross_entropy, but optimized for speed: it doesn't generate all of the statistics,
+ doesn't normalize, and uses caching.
+ """
+ weights = normalize_weights(weights,mode)
+ cross_entropy_ts = 0
+ cross_entropy_st = 0
+ cross_entropy_lex_ts = 0
+ cross_entropy_lex_st = 0
+
+ for (src,target,c) in cache:
+ features = score(weights,src,target,model_interface,flags,cache=True)
+
+ cross_entropy_ts -= log(features[2],2)*c
+ cross_entropy_st -= log(features[0],2)*c
+
+ cross_entropy_lex_ts -= log(features[3],2)*c
+ cross_entropy_lex_st -= log(features[1],2)*c
+
+ return cross_entropy_st,cross_entropy_lex_st,cross_entropy_ts,cross_entropy_lex_ts
+
+
+def _get_reference_cache(reference_interface,model_interface):
+ """creates a data structure that allows for a quick access
+ to all relevant reference set phrase/word pairs and their frequencies.
+ """
+ cache = []
+ n = 0
+
+ for src in reference_interface.word_pairs:
+ for target in reference_interface.word_pairs[src]:
+ if src in model_interface.phrase_pairs and target in model_interface.phrase_pairs[src]:
+ c = reference_interface.word_pairs[src][target]
+ cache.append((src,target,c))
+ n += c
+
+ return cache,n
+
+
+def _get_lexical_filter(reference_interface,model_interface):
+ """returns dictionaries that store the words and word pairs needed
+ for perplexity optimization. We can use these dicts to load fewer data into memory for optimization."""
+
+ e2f_filter = defaultdict(set)
+ f2e_filter = defaultdict(set)
+
+ for src in reference_interface.word_pairs:
+ for target in reference_interface.word_pairs[src]:
+ if src in model_interface.phrase_pairs and target in model_interface.phrase_pairs[src]:
+ e2f_alignment,f2e_alignment = model_interface.get_word_alignments(src,target)
+
+ for s,t_list in e2f_alignment:
+ for t in t_list:
+ e2f_filter[s].add(t)
+
+ for t,s_list in f2e_alignment:
+ for s in s_list:
+ f2e_filter[t].add(s)
+
+ return e2f_filter,f2e_filter
+
+
+def _hillclimb_move(weights,stepsize,mode):
+ """Move function for hillclimb algorithm. Updates each weight by stepsize."""
+
+ for i,w in enumerate(weights):
+ yield normalize_weights(weights[:i]+[w+stepsize]+weights[i+1:],mode)
+
+ for i,w in enumerate(weights):
+ new = w-stepsize
+ if new >= 1e-10:
+ yield normalize_weights(weights[:i]+[new]+weights[i+1:],mode)
+
+def _hillclimb(scores,best_weights,objective,model_interface,reference_interface,score_function,mode,flags,precision,cache,n):
+ """first (deprecated) implementation of iterative weight optimization."""
+
+ best = objective(best_weights)
+
+ i = 0 #counts number of iterations with same stepsize: if greater than 10, it is doubled
+ stepsize = 512 # initial stepsize
+ move = 1 #whether we found a better set of weights in the current iteration. if not, it is halfed
+ sys.stderr.write('Hillclimb: step size: ' + str(stepsize))
+ while stepsize > 0.0078:
+
+ if not move:
+ stepsize /= 2
+ sys.stderr.write(' ' + str(stepsize))
+ i = 0
+ move = 1
+ continue
+
+ move = 0
+
+ for w in _hillclimb_move(list(best_weights),stepsize,mode):
+ weights_tuple = tuple(w)
+
+ if weights_tuple in scores:
+ continue
+
+ scores[weights_tuple] = cross_entropy_light(model_interface,reference_interface,[w for m in range(model_interface.number_of_features)],score_function,mode,flags,cache)
+
+ if objective(weights_tuple)+precision < best:
+ best = objective(weights_tuple)
+ best_weights = weights_tuple
+ move = 1
+
+ if i and not i % 10:
+ sys.stderr.write('\nIteration '+ str(i) + ' with stepsize ' + str(stepsize) + '. current cross-entropy: ' + str(best) + '- weights: ' + str(best_weights) + ' ')
+ stepsize *= 2
+ sys.stderr.write('\nIncreasing stepsize: '+ str(stepsize))
+ i = 0
+
+ i += 1
+
+ return best_weights
+
+
+def optimize_cross_entropy_hillclimb(model_interface,reference_interface,initial_weights,score_function,mode,flags,precision=0.000001):
+ """find weights that minimize cross-entropy on a tuning set
+ deprecated (default is now L-BFGS (optimize_cross_entropy)), but left in for people without SciPy
+ """
+
+ scores = {}
+
+ best_weights = tuple(initial_weights[0])
+
+ cache,n = _get_reference_cache(reference_interface,model_interface)
+
+ # each objective is a triple: which score to minimize from cross_entropy(), which weights to update accordingly, and a comment that is printed
+ objectives = [(lambda x: scores[x][0]/n,[0],'minimize cross-entropy for p(s|t)'), #optimize cross-entropy for p(s|t)
+ (lambda x: scores[x][1]/n,[1],'minimize cross-entropy for lex(s|t)'),
+ (lambda x: scores[x][2]/n,[2],'minimize cross-entropy for p(t|s)'), #optimize for p(t|s)
+ (lambda x: scores[x][3]/n,[3],'minimize cross-entropy for lex(t|s)')]
+
+
+ scores[best_weights] = cross_entropy_light(model_interface,reference_interface,initial_weights,score_function,mode,flags,cache)
+ final_weights = initial_weights[:]
+ final_cross_entropy = [0]*model_interface.number_of_features
+
+ for objective, features, comment in objectives:
+ best_weights = min(scores,key=objective)
+ sys.stderr.write('Optimizing objective "' + comment +'"\n')
+ best_weights = _hillclimb(scores,best_weights,objective,model_interface,reference_interface,score_function,mode,flags,precision,cache,n)
+
+ sys.stderr.write('\nCross-entropy:' + str(objective(best_weights)) + '- weights: ' + str(best_weights)+'\n\n')
+
+ for j in features:
+ final_weights[j] = list(best_weights)
+ final_cross_entropy[j] = objective(best_weights)
+
+ return final_weights,final_cross_entropy
+
+
+def optimize_cross_entropy(model_interface,reference_interface,initial_weights,score_function,mode,flags):
+ """find weights that minimize cross-entropy on a tuning set
+ Uses L-BFGS optimization and requires SciPy
+ """
+
+ if not optimizer == 'l-bfgs':
+ sys.stderr.write('SciPy is not installed. Falling back to naive hillclimb optimization (instead of L-BFGS)\n')
+ return optimize_cross_entropy_hillclimb(model_interface,reference_interface,initial_weights,score_function,mode,flags)
+
+ cache,n = _get_reference_cache(reference_interface,model_interface)
+
+ # each objective is a triple: which score to minimize from cross_entropy(), which weights to update accordingly, and a comment that is printed
+ objectives = [(lambda w: cross_entropy_light(model_interface,reference_interface,[[1]+list(w) for m in range(model_interface.number_of_features)],score_function,mode,flags,cache)[0],[0],'minimize cross-entropy for p(s|t)'), #optimize cross-entropy for p(s|t)
+ (lambda w: cross_entropy_light(model_interface,reference_interface,[[1]+list(w) for m in range(model_interface.number_of_features)],score_function,mode,flags,cache)[1],[1],'minimize cross-entropy for lex(s|t)'),
+ (lambda w: cross_entropy_light(model_interface,reference_interface,[[1]+list(w) for m in range(model_interface.number_of_features)],score_function,mode,flags,cache)[2],[2],'minimize cross-entropy for p(t|s)'), #optimize for p(t|s)
+ (lambda w: cross_entropy_light(model_interface,reference_interface,[[1]+list(w) for m in range(model_interface.number_of_features)],score_function,mode,flags,cache)[3],[3],'minimize cross-entropy for lex(t|s)')]
+
+ final_weights = initial_weights[:]
+ final_cross_entropy = [0]*model_interface.number_of_features
+
+ for i,(objective, features, comment) in enumerate(objectives):
+ sys.stderr.write('Optimizing objective "' + comment +'"\n')
+ initial_values = [1]*(len(model_interface.models)-1) # we leave value of first model at 1 and optimize all others (normalized of course)
+ best_weights, best_point, data = fmin_l_bfgs_b(objective,initial_values,approx_grad=True,bounds=[(0.000000001,None)]*len(initial_values))
+ best_weights = normalize_weights([1]+list(best_weights),mode)
+ sys.stderr.write('Cross-entropy after L-BFGS optimization: ' + str(best_point/n) + ' - weights: ' + str(best_weights)+'\n')
+
+ for j in features:
+ final_weights[j] = list(best_weights)
+ final_cross_entropy[j] = best_point/n
+
+ return final_weights,final_cross_entropy
+
+
+def redistribute_probability_mass(weights,src,target,interface,flags,mode='interpolate'):
+ """the conditional probability p(x|y) is undefined for cases where p(y) = 0
+ this function redistributes the probability mass to only consider models for which p(y) > 0
+ """
+
+ new_weights = weights[:]
+
+ if flags['normalize_s_given_t'] == 's':
+
+ # set weight to 0 for all models where target phrase is unseen (p(s|t)
+ new_weights[0] = map(mul,interface.phrase_source[src],weights[0])
+ if flags['normalize-lexical_weights']:
+ new_weights[1] = map(mul,interface.phrase_source[src],weights[1])
+
+ elif flags['normalize_s_given_t'] == 't':
+
+ # set weight to 0 for all models where target phrase is unseen (p(s|t)
+ new_weights[0] = map(mul,interface.phrase_target[target],weights[0])
+ if flags['normalize-lexical_weights']:
+ new_weights[1] = map(mul,interface.phrase_target[target],weights[1])
+
+ # set weight to 0 for all models where source phrase is unseen (p(t|s)
+ new_weights[2] = map(mul,interface.phrase_source[src],weights[2])
+ if flags['normalize-lexical_weights']:
+ new_weights[3] = map(mul,interface.phrase_source[src],weights[3])
+
+
+ return normalize_weights(new_weights,mode)
+
+
+def score_interpolate(weights,src,target,interface,flags,cache=False):
+ """linear interpolation of probabilites (and other feature values)
+ if normalized is True, the probability mass for p(x|y) is redistributed to models with p(y) > 0
+ """
+
+ model_values = interface.phrase_pairs[src][target][0]
+
+ scores = [0]*len(model_values)
+
+ if 'normalized' in flags and flags['normalized']:
+ normalized_weights = redistribute_probability_mass(weights,src,target,interface,flags)
+ else:
+ normalized_weights = weights
+
+ if 'recompute_lexweights' in flags and flags['recompute_lexweights']:
+ e2f_alignment,f2e_alignment = interface.get_word_alignments(src,target,cache=cache)
+
+ if not e2f_alignment or not f2e_alignment:
+ sys.stderr.write('Error: no word alignments found, but necessary for lexical weight computation.\n')
+ lst = 0
+ lts = 0
+
+ else:
+ scores[1] = compute_lexicalweight(normalized_weights[1],e2f_alignment,interface.word_pairs_e2f,None,mode='interpolate')
+ scores[3] = compute_lexicalweight(normalized_weights[3],f2e_alignment,interface.word_pairs_f2e,None,mode='interpolate')
+
+
+ for idx,prob in enumerate(model_values):
+ if not ('recompute_lexweights' in flags and flags['recompute_lexweights'] and (idx == 1 or idx == 3)):
+ scores[idx] = dot_product(prob,normalized_weights[idx])
+
+ return scores
+
+
+def score_loglinear(weights,src,target,interface,flags,cache=False):
+ """loglinear interpolation of probabilites
+ warning: if phrase pair does not occur in all models, resulting probability is 0
+ this is usually not what you want - loglinear scoring is only included for completeness' sake
+ """
+
+ scores = []
+ model_values = interface.phrase_pairs[src][target][0]
+
+ for idx,prob in enumerate(model_values):
+ try:
+ scores.append(exp(dot_product(map(log,prob),weights[idx])))
+ except ValueError:
+ scores.append(0)
+
+ return scores
+
+
+def score_counts(weights,src,target,interface,flags,cache=False):
+ """count-based re-estimation of probabilites and lexical weights
+ each count is multiplied by its weight; trivial case is weight 1 for each model, which corresponds to a concatentation
+ """
+
+ try:
+ joined_count = dot_product(interface.phrase_pairs[src][target][0][0],weights[0])
+ target_count = dot_product(interface.phrase_target[target],weights[0])
+ pst = joined_count / target_count
+ except ZeroDivisionError:
+ pst = 0
+
+ try:
+ joined_count = dot_product(interface.phrase_pairs[src][target][0][1],weights[2])
+ source_count = dot_product(interface.phrase_source[src],weights[2])
+ pts = joined_count / source_count
+ except ZeroDivisionError:
+ pts = 0
+
+ e2f_alignment,f2e_alignment = interface.get_word_alignments(src,target,cache=cache)
+
+ if not e2f_alignment or not f2e_alignment:
+ sys.stderr.write('Error: no word alignments found, but necessary for lexical weight computation.\n')
+ lst = 0
+ lts = 0
+
+ else:
+ lst = compute_lexicalweight(weights[1],e2f_alignment,interface.word_pairs_e2f,interface.word_target,mode='counts',cache=cache)
+ lts = compute_lexicalweight(weights[3],f2e_alignment,interface.word_pairs_f2e,interface.word_source,mode='counts',cache=cache)
+
+ return [pst,lst,pts,lts]
+
+
+def score_interpolate_reordering(weights,src,target,interface):
+ """linear interpolation of reordering model probabilities
+ also normalizes model so that
+ """
+
+ model_values = interface.reordering_pairs[src][target]
+
+ scores = [0]*len(model_values)
+
+ for idx,prob in enumerate(model_values):
+ scores[idx] = dot_product(prob,weights[idx])
+
+ #normalizes first half and last half probabilities (so that each half sums to one).
+ #only makes sense for bidirectional configuration in Moses. Remove/change this if you want a different (or no) normalization
+ scores = normalize_weights(scores[:int(interface.number_of_features/2)],'interpolate') + normalize_weights(scores[int(interface.number_of_features/2):],'interpolate')
+
+ return scores
+
+
+def compute_lexicalweight(weights,alignment,word_pairs,marginal,mode='counts',cache=False,mycache=[0,defaultdict(dict)]):
+ """compute the lexical weights as implemented in Moses toolkit"""
+
+ lex = 1
+
+ # new weights: empty cache
+ if cache and mycache[0] != weights:
+ mycache[0] = weights
+ mycache[1] = defaultdict(dict)
+
+ for x,translations in alignment:
+
+ if cache and translations in mycache[1][x]:
+ lex_step = mycache[1][x][translations]
+
+ else:
+ lex_step = 0
+ for y in translations:
+
+ if mode == 'counts':
+ lex_step += dot_product(word_pairs[x][y],weights) / dot_product(marginal[y],weights)
+ elif mode == 'interpolate':
+ lex_step += dot_product(word_pairs[x][y],weights)
+
+ lex_step /= len(translations)
+
+ if cache:
+ mycache[1][x][translations] = lex_step
+
+ lex *= lex_step
+
+ return lex
+
+
+def normalize_weights(weights,mode):
+ """make sure that probability mass in linear interpolation is 1
+ for weighted counts, weight of first model is set to 1
+ """
+
+ if mode == 'interpolate' or mode == 'loglinear':
+
+ if type(weights[0]) == list:
+
+ new_weights = []
+
+ for weight_list in weights:
+ total = sum(weight_list)
+
+ try:
+ weight_list = [weight/total for weight in weight_list]
+ except ZeroDivisionError:
+ sys.stderr.write('Error: Zero division in weight normalization. Are some of your weights zero? This might lead to undefined behaviour if a phrase pair is only seen in model with weight 0\n')
+
+ new_weights.append(weight_list)
+
+ else:
+ total = sum(weights)
+
+ try:
+ new_weights = [weight/total for weight in weights]
+ except ZeroDivisionError:
+ sys.stderr.write('Error: Zero division in weight normalization. Are some of your weights zero? This might lead to undefined behaviour if a phrase pair is only seen in model with weight 0\n')
+
+ elif mode == 'counts':
+
+ if type(weights[0]) == list:
+
+ new_weights = []
+
+ for weight_list in weights:
+ ratio = 1/weight_list[0]
+ new_weights.append([weight * ratio for weight in weight_list])
+
+ else:
+ ratio = 1/weights[0]
+ new_weights = [weight * ratio for weight in weights]
+
+ return new_weights
+
+
+def handle_file(filename,action,fileobj=None,mode='r'):
+ """support reading/writing either from/to file, stdout or gzipped file"""
+
+ if action == 'open':
+
+ if mode == 'r':
+ mode = 'rb'
+
+ if mode == 'rb' and not filename == '-' and not os.path.exists(filename):
+ if os.path.exists(filename+'.gz'):
+ filename = filename+'.gz'
+ else:
+ sys.stderr.write('Error: unable to open file. ' + filename + ' - aborting.\n')
+
+ if 'counts' in filename and os.path.exists(os.path.isdir(filename)):
+ sys.stderr.write('For a weighted counts combination, we need statistics that Moses doesn\'t write to disk by default.\n')
+ sys.stderr.write('Apply train_model.patch to train_model.perl and repeat step 4 of Moses training for all models.\n')
+
+ exit()
+
+ if filename.endswith('.gz'):
+ fileobj = gzip.open(filename,mode)
+
+ elif filename == '-' and mode == 'w':
+ fileobj = sys.stdout
+
+ else:
+ fileobj = open(filename,mode)
+
+ return fileobj
+
+ elif action == 'close' and filename != '-':
+ fileobj.close()
+
+
+def sort_file(filename,tempdir=None):
+ """Sort a file and return temporary file"""
+
+ cmd = ['sort', filename]
+ env = {}
+ env['LC_ALL'] = 'C'
+ if tempdir:
+ cmd.extend(['-T',tempdir])
+
+ outfile = NamedTemporaryFile(delete=False,dir=tempdir)
+ sys.stderr.write('LC_ALL=C ' + ' '.join(cmd) + ' > ' + outfile.name + '\n')
+ p = Popen(cmd,env=env,stdout=outfile.file)
+ p.wait()
+
+ outfile.seek(0)
+
+ return outfile
+
+
+class Combine_TMs():
+
+ """This class handles the various options, checks them for sanity and has methods that define what models to load and what functions to call for the different tasks.
+ Typically, you only need to interact with this class and its attributes.
+
+ """
+
+ #some flags that change the behaviour during scoring. See init docstring for more info
+ flags = {'normalized':False,
+ 'recompute_lexweights':False,
+ 'intersected_cross-entropies':False,
+ 'normalize_s_given_t':None,
+ 'normalize-lexical_weights':True,
+ 'add_origin_features':False,
+ 'lowmem': False
+ }
+
+ # each model needs a priority. See init docstring for more info
+ _priorities = {'primary':1,
+ 'map':2,
+ 'supplementary':10}
+
+ def __init__(self,models,weights=None,output_file=None,mode='interpolate',number_of_features=4,model_interface=Moses,reference_interface=Moses_Alignment,reference_file=None,lang_src=None,lang_target=None,output_lexical=None,**flags):
+ """The whole configuration of the task is done during intialization. Afterwards, you only need to call your intended method(s).
+ You can change some of the class attributes afterwards (such as the weights, or the output file), but you should never change the models or mode after initialization.
+ See unit_test function for example configurations
+
+ models: list of tuples (path,priority) that defines which models to process. Path is usually the top directory of a Moses model. There are three priorities:
+ 'primary': phrase pairs with this priority will always be included in output model. For most purposes, you'll want to define all models as primary.
+ 'map': for maximum a-posteriori combination (Bacchiani et al. 2004; Foster et al. 2010). for use with mode 'counts'. stores c(t) = 1 and c(s,t) = p(s|t)
+ 'supplementary': phrase pairs are considered for probability computation, but not included in output model (unless they also occur in at least one primary model)
+ useful for rescoring a model without changing its vocabulary.
+
+ weights: accept two types of weight declarations: one weight per model, and one weight per model and feature
+ type one is internally converted to type two. For 2 models with four features, this looks like: [0.1,0.9] -> [[0.1,0.9],[0.1,0.9],[0.1,0.9],[0.1,0.9]]
+ default: uniform weights (None)
+
+ output_file: filepath of output phrase table. If it ends with .gz, file is automatically zipped.
+
+ output_lexical: If defined, also writes combined lexical tables. Writes to output_lexical.e2f and output_lexical.f2e, or output_lexical.counts.e2f in mode 'counts'.
+
+ mode: declares the basic mixture-model algorithm. there are currently three options:
+ 'counts': weighted counts (requires some statistics that Moses doesn't produce. Apply train_model.patch to train_model.perl and repeat step 4 of Moses training to obtain them.)
+ 'interpolate': linear interpolation
+ 'loglinear': loglinear interpolation (careful: this creates the intersection of phrase tables and is often of little use)
+
+ number_of_features: could be used to interpolate models with non-default Moses features. 4 features is currently still hardcoded in various places
+ (e.g. cross_entropy calculations, mode 'counts')
+
+ model_interface: class that handles reading phrase tables and lexical tables, and writing phrase tables. Currently only Moses is implemented.
+ default: Moses
+
+ reference_interace: class that deals with reading in reference phrase pairs for cross-entropy computation
+ Moses_Alignment: Word/phrase pairs as computed by Giza++ and extracted through Moses heuristics. This corresponds to the file model/extract.gz if you train a Moses model on your tuning set.
+ TigerXML: TigerXML data format
+
+ default: Moses_Alignment
+
+ reference_file: path to reference file. Required for every operation except combination of models with given weights.
+
+ lang_src: source language. Only required if reference_interface is TigerXML. Identifies which language in XML file we should treat as source language.
+
+ lang_target: target language. Only required if reference_interface is TigerXML. Identifies which language in XML file we should treat as target language.
+
+ intersected_cross-entropies: compute cross-entropies of intersection of phrase pairs, ignoring phrase pairs that do not occur in all models.
+ If False, algorithm operates on union of phrase pairs
+ default: False
+
+ add_origin_features: For each model that is being combined, add a binary feature to the final phrase table, with values of 1 (phrase pair doesn't occur in model) and 2.718 (it does).
+ This indicates which model(s) a phrase pair comes from and can be used during MERT to additionally reward/penalize translation models
+
+ lowmem: low memory mode: instead of loading target phrase counts / probability (when required), process the original table and its inversion (source and target swapped) incrementally, then merge the two halves.
+
+ tempdir: temporary directory (for low memory mode).
+
+ there are a number of further configuration options that you can define, which modify the algorithm for linear interpolation. They have no effect in mode 'counts'
+
+ recompute_lexweights: don't directly interpolate lexical weights, but interpolate word translation probabilities instead and recompute the lexical weights.
+ default: False
+
+ normalized: for interpolation of p(x|y): if True, models with p(y)=0 will be ignored, and probability mass will be distributed among models with p(y)>0.
+ If False, missing entries (x,y) are always interpreted as p(x|y)=0.
+ default: False
+
+ normalize_s_given_t: How to we normalize p(s|t) if 'normalized' is True? Three options:
+ None: don't normalize p(s|t) and lex(s|t) (only p(t|s) and lex(t|s))
+ t: check if p(t)==0 : advantage: theoretically sound; disadvantage: slower (we need to know if t occcurs in model); favours rare target phrases (relative to default choice)
+ s: check if p(s)==0 : advantage: relevant for task; disadvantage: no true probability distributions
+
+ default: None
+
+ normalize-lexical_weights: also normalize lex(s|t) and lex(t|s) if 'normalized' ist True:
+ reason why you might want to disable this: lexical weights suffer less from data sparseness than probabilities.
+ default: True
+
+ """
+
+
+ self.mode = mode
+ self.output_file = output_file
+ self.lang_src = lang_src
+ self.lang_target = lang_target
+ self.loaded = defaultdict(int)
+ self.output_lexical = output_lexical
+
+ if reference_interface:
+ self.reference_interface = reference_interface(reference_file)
+
+ if mode not in ['interpolate','loglinear','counts']:
+ sys.stderr.write('Error: mode must be either "interpolate", "loglinear" or "counts"\n')
+ sys.exit()
+
+ models,number_of_features,weights = self._sanity_checks(models,number_of_features,weights)
+
+ self.weights = weights
+ self.models = models
+
+ self.model_interface = model_interface(models,number_of_features)
+
+ if mode == 'interpolate':
+ self.score = score_interpolate
+ self.load_lines = self.model_interface.load_phrase_probabilities
+ elif mode == 'loglinear':
+ self.score = score_loglinear
+ self.load_lines = self.model_interface.load_phrase_probabilities
+ elif mode == 'counts':
+ self.score = score_counts
+ self.load_lines = self.model_interface.load_phrase_counts
+
+ self.flags = copy.copy(self.flags)
+ self.flags.update(flags)
+
+
+ def _sanity_checks(self,models,number_of_features,weights):
+ """check if input arguments make sense (correct number of weights, valid model priorities etc.)
+ is only called on initialization. If you change weights afterwards, better know what you're doing.
+ """
+
+ for (model,priority) in models:
+ assert(priority in self._priorities)
+ models = [(model,self._priorities[p]) for (model,p) in models]
+
+
+ # accept two types of weight declarations: one weight per model, and one weight per model and feature
+ # type one is internally converted to type two: [0.1,0.9] -> [[0.1,0.9],[0.1,0.9],[0.1,0.9],[0.1,0.9]]
+ if weights:
+ if type(weights[0]) == list:
+ assert(len(weights)==number_of_features)
+ for sublist in weights:
+ assert(len(sublist)==len(models))
+
+ else:
+ assert(len(models) == len(weights))
+ weights = [weights for i in range(number_of_features)]
+
+ else:
+ if self.mode == 'loglinear' or self.mode == 'interpolate':
+ weights = [[1/len(models)]*len(models) for i in range(number_of_features)]
+ elif self.mode == 'counts':
+ weights = [[1]*len(models) for i in range(number_of_features)]
+ sys.stderr.write('Warning: No weights defined: initializing with uniform weights\n')
+
+
+ new_weights = normalize_weights(weights,self.mode)
+ if weights != new_weights:
+ if self.mode == 'interpolate' or self.mode == 'loglinear':
+ sys.stderr.write('Warning: weights should sum to 1 - ')
+ elif self.mode == 'counts':
+ sys.stderr.write('Warning: normalizing weights so that first model has weight 1 - ')
+ sys.stderr.write('normalizing to: '+ str(new_weights) +'\n')
+ weights = new_weights
+
+ return models,number_of_features,weights
+
+
+ def _ensure_loaded(self,data):
+ """load data (lexical tables; reference alignment; phrase table), if it isn't already in memory"""
+
+ if 'lexical' in data:
+ self.model_interface.require_alignment = True
+
+ if 'reference' in data and not self.loaded['reference']:
+
+ sys.stderr.write('Loading word pairs from reference set...')
+ self.reference_interface.load_word_pairs(self.lang_src,self.lang_target)
+ sys.stderr.write('done\n')
+ self.loaded['reference'] = 1
+
+ if 'lexical' in data and not self.loaded['lexical']:
+
+ sys.stderr.write('Loading lexical tables...')
+ self.model_interface.load_lexical_tables(self.models,self.mode)
+ sys.stderr.write('done\n')
+ self.loaded['lexical'] = 1
+
+ if 'pt-filtered' in data and not self.loaded['pt-filtered']:
+
+ models_prioritized = [(self.model_interface.open_table(model,'phrase-table'),priority,i) for (model,priority,i) in priority_sort_models(self.models)]
+
+ for model,priority,i in models_prioritized:
+ sys.stderr.write('Loading phrase table ' + str(i) + ' (only data relevant for reference set)')
+ j = 0
+ for line in model:
+ if not j % 1000000:
+ sys.stderr.write('...'+str(j))
+ j += 1
+ line = line.rstrip().split(b' ||| ')
+ self.load_lines(line,priority,i,store='all',filter_by=self.reference_interface.word_pairs,filter_by_src=self.reference_interface.word_source,filter_by_target=self.reference_interface.word_target)
+ sys.stderr.write(' done\n')
+
+ self.loaded['pt-filtered'] = 1
+
+ if 'lexical-filtered' in data and not self.loaded['lexical-filtered']:
+ e2f_filter, f2e_filter = _get_lexical_filter(self.reference_interface,self.model_interface)
+
+ sys.stderr.write('Loading lexical tables (only data relevant for reference set)...')
+ self.model_interface.load_lexical_tables(self.models,self.mode,e2f_filter=e2f_filter,f2e_filter=f2e_filter)
+ sys.stderr.write('done\n')
+ self.loaded['lexical-filtered'] = 1
+
+ if 'pt-target' in data and not self.loaded['pt-target']:
+
+ models_prioritized = [(self.model_interface.open_table(model,'phrase-table'),priority,i) for (model,priority,i) in priority_sort_models(self.models)]
+
+ for model,priority,i in models_prioritized:
+ sys.stderr.write('Loading target information from phrase table ' + str(i))
+ j = 0
+ for line in model:
+ if not j % 1000000:
+ sys.stderr.write('...'+str(j))
+ j += 1
+ line = line.rstrip().split(b' ||| ')
+ self.load_lines(line,priority,i,store='target')
+ sys.stderr.write(' done\n')
+
+ self.loaded['pt-target'] = 1
+
+
+ def _inverse_wrapper(self,weights,tempdir=None):
+ """if we want to invert the phrase table to better calcualte p(s|t) and lex(s|t), manage creation, sorting and merging of inverted phrase tables"""
+
+ sys.stderr.write('Processing first table half\n')
+ models = [(self.model_interface.open_table(model,'phrase-table'),priority,i) for (model,priority,i) in priority_sort_models(self.model_interface.models)]
+ pt_half1 = NamedTemporaryFile(prefix='half1',delete=False,dir=tempdir)
+ self._write_phrasetable(models,pt_half1,weights)
+ pt_half1.seek(0)
+
+ sys.stderr.write('Inverting tables\n')
+ models = [(self.model_interface.create_inverse(self.model_interface.open_table(model,'phrase-table'),tempdir=tempdir),priority,i) for (model,priority,i) in priority_sort_models(self.model_interface.models)]
+ sys.stderr.write('Processing second table half\n')
+ pt_half2_inverted = NamedTemporaryFile(prefix='half2',delete=False,dir=tempdir)
+ self._write_phrasetable(models,pt_half2_inverted,weights,inverted=True)
+ pt_half2_inverted.close()
+ for model,priority,i in models:
+ model.close()
+ os.remove(model.name)
+ pt_half2 = sort_file(pt_half2_inverted.name,tempdir=tempdir)
+ os.remove(pt_half2_inverted.name)
+
+ sys.stderr.write('Merging tables: first half: {0} ; second half: {1} ; final table: {2}\n'.format(pt_half1.name,pt_half2.name,self.output_file))
+ output_object = handle_file(self.output_file,'open',mode='w')
+ self.model_interface.merge(pt_half1,pt_half2,output_object,self.mode)
+ os.remove(pt_half1.name)
+ os.remove(pt_half2.name)
+
+ handle_file(self.output_file,'close',output_object,mode='w')
+
+
+ def _write_phrasetable(self,models,output_object,weights,inverted=False):
+ """Incrementally load phrase tables, calculate score for increment and write it to output_object"""
+
+ # define which information we need to store from the phrase table
+ # possible flags: 'all', 'target', 'source' and 'pairs'
+ # interpolated models without re-normalization only need 'pairs', otherwise 'all' is the correct choice
+ store_flag = 'all'
+ if self.mode == 'interpolate' and not self.flags['normalized']:
+ store_flag = 'pairs'
+
+ i = 0
+ sys.stderr.write('Incrementally loading and processing phrase tables...')
+ for block in self.model_interface.traverse_incrementally('phrase-table',models,self.load_lines,store_flag,inverted=inverted,lowmem=self.flags['lowmem']):
+
+ for src in sorted(self.model_interface.phrase_pairs, key = lambda x: x + b' |'):
+ for target in sorted(self.model_interface.phrase_pairs[src], key = lambda x: x + b' |'):
+
+ if not i % 1000000:
+ sys.stderr.write(str(i) + '...')
+ i += 1
+
+ features = self.score(weights,src,target,self.model_interface,self.flags)
+ outline = self.model_interface.write_phrase_table(src,target,weights,features,self.mode, self.flags)
+ output_object.write(outline)
+ sys.stderr.write('done\n')
+
+
+ def combine_given_weights(self,weights=None):
+ """write a new phrase table, based on existing weights"""
+
+ if not weights:
+ weights = self.weights
+
+ data = []
+
+ if self.mode == 'counts':
+ data.append('lexical')
+ if not self.flags['lowmem']:
+ data.append('pt-target')
+
+ elif self.mode == 'interpolate':
+ if self.flags['recompute_lexweights']:
+ data.append('lexical')
+ if self.flags['normalized'] and self.flags['normalize_s_given_t'] == 't' and not self.flags['lowmem']:
+ data.append('pt-target')
+
+ self._ensure_loaded(data)
+
+ if self.flags['lowmem'] and (self.mode == 'counts' or self.flags['normalized'] and self.flags['normalize_s_given_t'] == 't'):
+ self._inverse_wrapper(weights,tempdir=self.flags['tempdir'])
+ else:
+ models = [(self.model_interface.open_table(model,'phrase-table'),priority,i) for (model,priority,i) in priority_sort_models(self.model_interface.models)]
+ output_object = handle_file(self.output_file,'open',mode='w')
+ self._write_phrasetable(models,output_object,weights)
+ handle_file(self.output_file,'close',output_object,mode='w')
+
+ if self.output_lexical:
+ sys.stderr.write('Writing lexical tables\n')
+ self._ensure_loaded(['lexical'])
+ self.model_interface.write_lexical_file('e2f',self.output_lexical,weights[1],self.mode)
+ self.model_interface.write_lexical_file('f2e',self.output_lexical,weights[3],self.mode)
+
+
+ def combine_given_tuning_set(self):
+ """write a new phrase table, using the weights that minimize cross-entropy on a tuning set"""
+
+ data = ['reference','pt-filtered']
+
+ if self.mode == 'counts' or (self.mode == 'interpolate' and self.flags['recompute_lexweights']):
+ data.append('lexical-filtered')
+
+ self._ensure_loaded(data)
+
+ best_weights,best_cross_entropy = optimize_cross_entropy(self.model_interface,self.reference_interface,self.weights,self.score,self.mode,self.flags)
+ sys.stderr.write('Best weights: ' + str(best_weights) + '\n')
+ sys.stderr.write('Cross entropies: ' + str(best_cross_entropy) + '\n')
+ sys.stderr.write('Executing action combine_given_weights with -w "{0}"\n'.format('; '.join([', '.join(str(w) for w in item) for item in best_weights])))
+
+ self.loaded['pt-filtered'] = False # phrase table will be overwritten
+ self.combine_given_weights(weights=best_weights)
+
+
+
+ def combine_reordering_tables(self,weights=None):
+ """write a new reordering table, based on existing weights."""
+
+ if not weights:
+ weights = self.weights
+
+ data = []
+
+ if self.mode != 'interpolate':
+ sys.stderr.write('Error: only linear interpolation is supported for reordering model combination')
+
+ output_object = handle_file(self.output_file,'open',mode='w')
+ models = [(self.model_interface.open_table(model,'reordering-table'),priority,i) for (model,priority,i) in priority_sort_models(self.models)]
+
+ i = 0
+
+ sys.stderr.write('Incrementally loading and processing phrase tables...')
+ for block in self.model_interface.traverse_incrementally('reordering-table',models,self.model_interface.load_reordering_probabilities,'pairs',lowmem=self.flags['lowmem']):
+
+ for src in sorted(self.model_interface.reordering_pairs):
+ for target in sorted(self.model_interface.reordering_pairs[src]):
+ if not i % 1000000:
+ sys.stderr.write(str(i) + '...')
+ i += 1
+
+ features = score_interpolate_reordering(weights,src,target,self.model_interface)
+ outline = self.model_interface.write_reordering_table(src,target,features)
+ output_object.write(outline)
+ sys.stderr.write('done\n')
+
+
+ handle_file(self.output_file,'close',output_object,mode='w')
+
+
+ def compare_cross_entropies(self):
+ """print cross-entropies for each model/feature, using the intersection of phrase pairs.
+ analysis tool.
+ """
+
+ self.flags['compare_cross-entropies'] = True
+
+ data = ['reference','pt-filtered']
+
+ if self.mode == 'counts' or (self.mode == 'interpolate' and self.flags['recompute_lexweights']):
+ data.append('lexical-filtered')
+
+ self._ensure_loaded(data)
+
+ results, (intersection,total_pairs,oov2) = cross_entropy(self.model_interface,self.reference_interface,self.weights,self.score,self.mode,self.flags)
+
+ padding = 90
+
+ print('\nResults of model comparison\n')
+ print('{0:<{padding}}: {1}'.format('phrase pairs in reference (tokens)',total_pairs, padding=padding))
+ print('{0:<{padding}}: {1}'.format('phrase pairs in model intersection (tokens)',intersection, padding=padding))
+ print('{0:<{padding}}: {1}\n'.format('phrase pairs in model union (tokens)',total_pairs-oov2, padding=padding))
+
+ for i,(cross_entropy_st,cross_entropy_lex_st,cross_entropy_ts,cross_entropy_lex_ts,other_translations,oov,ignored,n,total_pairs) in enumerate(results):
+ print('model ' +str(i))
+ print('{0:<{padding}}: {1}'.format('cross-entropy p(s|t)', cross_entropy_st, padding=padding))
+ print('{0:<{padding}}: {1}'.format('cross-entropy lex(s|t)', cross_entropy_lex_st, padding=padding))
+ print('{0:<{padding}}: {1}'.format('cross-entropy p(t|s)', cross_entropy_ts, padding=padding))
+ print('{0:<{padding}}: {1}'.format('cross-entropy lex(t|s)', cross_entropy_lex_ts, padding=padding))
+ print('{0:<{padding}}: {1}'.format('phrase pairs in model (tokens)', n+ignored, padding=padding))
+ print('{0:<{padding}}: {1}'.format('phrase pairs in model, but not in intersection (tokens)', ignored, padding=padding))
+ print('{0:<{padding}}: {1}'.format('phrase pairs in union, but not in model (but source phrase is) (tokens)', other_translations, padding=padding))
+ print('{0:<{padding}}: {1}\n'.format('phrase pairs in union, but source phrase not in model (tokens)', oov, padding=padding))
+
+ self.flags['compare_cross-entropies'] = False
+
+ return results, (intersection,total_pairs,oov2)
+
+
+ def compute_cross_entropy(self):
+ """return cross-entropy for a tuning set, a set of models and a set of weights.
+ analysis tool.
+ """
+
+ data = ['reference','pt-filtered']
+
+ if self.mode == 'counts' or (self.mode == 'interpolate' and self.flags['recompute_lexweights']):
+ data.append('lexical-filtered')
+
+ self._ensure_loaded(data)
+
+ current_cross_entropy = cross_entropy(self.model_interface,self.reference_interface,self.weights,self.score,self.mode,self.flags)
+ sys.stderr.write('Cross entropy: ' + str(current_cross_entropy) + '\n')
+ return current_cross_entropy
+
+
+ def return_best_cross_entropy(self):
+ """return the set of weights and cross-entropy that is optimal for a tuning set and a set of models."""
+
+ data = ['reference','pt-filtered']
+
+ if self.mode == 'counts' or (self.mode == 'interpolate' and self.flags['recompute_lexweights']):
+ data.append('lexical-filtered')
+
+ self._ensure_loaded(data)
+
+ best_weights,best_cross_entropy = optimize_cross_entropy(self.model_interface,self.reference_interface,self.weights,self.score,self.mode,self.flags)
+
+ sys.stderr.write('Best weights: ' + str(best_weights) + '\n')
+ sys.stderr.write('Cross entropies: ' + str(best_cross_entropy) + '\n')
+ sys.stderr.write('You can apply these weights with the action combine_given_weights and the option -w "{0}"\n'.format('; '.join([', '.join(str(w) for w in item) for item in best_weights])))
+ return best_weights,best_cross_entropy
+
+
+def test():
+ """test (and illustrate) the functionality of the program based on two test phrase tables and a small reference set,"""
+
+ # linear interpolation of two models, with fixed weights. Output uses vocabulary of model1 (since model2 is supplementary)
+ # command line: (currently not possible to define supplementary models through command line)
+ sys.stderr.write('Regression test 1\n')
+ Combiner = Combine_TMs([[os.path.join('test','model1'),'primary'],[os.path.join('test','model2'),'supplementary']],[0.5,0.5],os.path.join('test','phrase-table_test1'))
+ Combiner.combine_given_weights()
+
+ # linear interpolation of two models, with fixed weights (but different for each feature).
+ # command line: python tmcombine.py combine_given_weights test/model1 test/model2 -w "0.1,0.9;0.1,1;0.2,0.8;0.5,0.5" -o test/phrase-table_test2
+ sys.stderr.write('Regression test 2\n')
+ Combiner = Combine_TMs([[os.path.join('test','model1'),'primary'],[os.path.join('test','model2'),'primary']],[[0.1,0.9],[0.1,1],[0.2,0.8],[0.5,0.5]],os.path.join('test','phrase-table_test2'))
+ Combiner.combine_given_weights()
+
+ # count-based combination of two models, with fixed weights
+ # command line: python tmcombine.py combine_given_weights test/model1 test/model2 -w "0.1,0.9;0.1,1;0.2,0.8;0.5,0.5" -o test/phrase-table_test3 -m counts
+ sys.stderr.write('Regression test 3\n')
+ Combiner = Combine_TMs([[os.path.join('test','model1'),'primary'],[os.path.join('test','model2'),'primary']],[[0.1,0.9],[0.1,1],[0.2,0.8],[0.5,0.5]],os.path.join('test','phrase-table_test3'),mode='counts')
+ Combiner.combine_given_weights()
+
+ # output phrase table should be identical to model1
+ # command line: python tmcombine.py combine_given_weights test/model1 -w 1 -o test/phrase-table_test4 -m counts
+ sys.stderr.write('Regression test 4\n')
+ Combiner = Combine_TMs([[os.path.join('test','model1'),'primary']],[1],os.path.join('test','phrase-table_test4'),mode='counts')
+ Combiner.combine_given_weights()
+
+ # count-based combination of two models with weights set through perplexity minimization
+ # command line: python tmcombine.py combine_given_tuning_set test/model1 test/model2 -o test/phrase-table_test5 -m counts -r test/extract
+ sys.stderr.write('Regression test 5\n')
+ Combiner = Combine_TMs([[os.path.join('test','model1'),'primary'],[os.path.join('test','model2'),'primary']],output_file=os.path.join('test','phrase-table_test5'),mode='counts',reference_file='test/extract')
+ Combiner.combine_given_tuning_set()
+
+ # loglinear combination of two models with fixed weights
+ # command line: python tmcombine.py combine_given_weights test/model1 test/model2 -w 0.1,0.9 -o test/phrase-table_test6 -m loglinear
+ sys.stderr.write('Regression test 6\n')
+ Combiner = Combine_TMs([[os.path.join('test','model1'),'primary'],[os.path.join('test','model2'),'primary']],weights=[0.1,0.9],output_file=os.path.join('test','phrase-table_test6'),mode='loglinear')
+ Combiner.combine_given_weights()
+
+ # cross-entropy analysis of two models through a reference set
+ # command line: python tmcombine.py compare_cross_entropies test/model1 test/model2 -m counts -r test/extract
+ sys.stderr.write('Regression test 7\n')
+ Combiner = Combine_TMs([[os.path.join('test','model1'),'primary'],[os.path.join('test','model2'),'primary']],mode='counts',reference_file='test/extract')
+ f = open(os.path.join('test','phrase-table_test7'),'w')
+ f.write(str(Combiner.compare_cross_entropies()))
+ f.close()
+
+ # maximum a posteriori combination of two models (Bacchiani et al. 2004; Foster et al. 2010) with weights set through cross-entropy minimization
+ # command line: (currently not possible through command line)
+ sys.stderr.write('Regression test 8\n')
+ Combiner = Combine_TMs([[os.path.join('test','model1'),'primary'],[os.path.join('test','model2'),'map']],output_file=os.path.join('test','phrase-table_test8'),mode='counts',reference_file='test/extract')
+ Combiner.combine_given_tuning_set()
+
+
+#convert weight vector passed as a command line argument
+class to_list(argparse.Action):
+ def __call__(self, parser, namespace, weights, option_string=None):
+ if ';' in weights:
+ values = [[float(x) for x in vector.split(',')] for vector in weights.split(';')]
+ else:
+ values = [float(x) for x in weights.split(',')]
+ setattr(namespace, self.dest, values)
+
+
+def parse_command_line():
+ parser = argparse.ArgumentParser(description='Combine translation models. Check DOCSTRING of the class Combine_TMs() and its methods for a more in-depth documentation and additional configuration options not available through the command line. The function test() shows examples.')
+
+ parser.add_argument('action', metavar='ACTION', choices=["combine_given_weights","combine_given_tuning_set","combine_reordering_tables","compute_cross_entropy","return_best_cross_entropy","compare_cross_entropies"],
+ help='What you want to do with the models. One of %(choices)s.')
+
+ parser.add_argument('model', metavar='DIRECTORY', nargs='+',
+ help='Model directory. Assumes default Moses structure (i.e. path to phrase table and lexical tables).')
+
+ parser.add_argument('-w', '--weights', dest='weights', action=to_list,
+ default=None,
+ help='weight vector. Format 1: single vector, one weight per model. Example: \"0.1,0.9\" ; format 2: one vector per feature, one weight per model: \"0.1,0.9;0.5,0.5;0.4,0.6;0.2,0.8\"')
+
+ parser.add_argument('-m', '--mode', type=str,
+ default="interpolate",
+ choices=["counts","interpolate","loglinear"],
+ help='basic mixture-model algorithm. Default: %(default)s. Note: depending on mode and additional configuration, additional statistics are needed. Check docstring documentation of Combine_TMs() for more info.')
+
+ parser.add_argument('-r', '--reference', type=str,
+ default=None,
+ help='File containing reference phrase pairs for cross-entropy calculation. Default interface expects \'path/model/extract.gz\' that is produced by training a model on the reference (i.e. development) corpus.')
+
+ parser.add_argument('-o', '--output', type=str,
+ default="-",
+ help='Output file (phrase table). If not specified, model is written to standard output.')
+
+ parser.add_argument('--output-lexical', type=str,
+ default=None,
+ help=('Not only create a combined phrase table, but also combined lexical tables. Writes to OUTPUT_LEXICAL.e2f and OUTPUT_LEXICAL.f2e, or OUTPUT_LEXICAL.counts.e2f in mode \'counts\'.'))
+
+ parser.add_argument('--lowmem', action="store_true",
+ help=('Low memory mode: requires two passes (and sorting in between) to combine a phrase table, but loads less data into memory. Only relevant for mode "counts" and some configurations of mode "interpolate".'))
+
+ parser.add_argument('--normalized', action="store_true",
+ help=('for each phrase pair x,y: ignore models with p(y)=0, and distribute probability mass among models with p(y)>0. (default: missing entries (x,y) are always interpreted as p(x|y)=0). Only relevant in mode "interpolate".'))
+
+ parser.add_argument('--recompute_lexweights', action="store_true",
+ help=('don\'t directly interpolate lexical weights, but interpolate word translation probabilities instead and recompute the lexical weights. Only relevant in mode "interpolate".'))
+
+ parser.add_argument('--tempdir', type=str,
+ default=None,
+ help=('Temporary directory in --lowmem mode.'))
+
+
+ return parser.parse_args()
+
+if __name__ == "__main__":
+
+ if len(sys.argv) < 2:
+ sys.stderr.write("no command specified. use option -h for usage instructions\n")
+
+ elif sys.argv[1] == "test":
+ test()
+
+ else:
+ args = parse_command_line()
+ #initialize
+ combiner = Combine_TMs([(m,'primary') for m in args.model],weights=args.weights,mode=args.mode,output_file=args.output,reference_file=args.reference,output_lexical=args.output_lexical,lowmem=args.lowmem,normalized=args.normalized,recompute_lexweights=args.recompute_lexweights,tempdir=args.tempdir)
+ # execute right method
+ f_string = "combiner."+args.action+'()'
+ exec(f_string)
diff --git a/contrib/tmcombine/train_model.patch b/contrib/tmcombine/train_model.patch
new file mode 100644
index 000000000..d422a1628
--- /dev/null
+++ b/contrib/tmcombine/train_model.patch
@@ -0,0 +1,24 @@
+--- train-model.perl 2011-11-01 15:17:04.763230934 +0100
++++ train-model.perl 2011-11-01 15:17:00.033229220 +0100
+@@ -1185,15 +1185,21 @@
+
+ open(F2E,">$lexical_file.f2e") or die "ERROR: Can't write $lexical_file.f2e";
+ open(E2F,">$lexical_file.e2f") or die "ERROR: Can't write $lexical_file.e2f";
++ open(F2E2,">$lexical_file.counts.f2e") or die "ERROR: Can't write $lexical_file.counts.f2e";
++ open(E2F2,">$lexical_file.counts.e2f") or die "ERROR: Can't write $lexical_file.counts.e2f";
+
+ foreach my $f (keys %WORD_TRANSLATION) {
+ foreach my $e (keys %{$WORD_TRANSLATION{$f}}) {
+ printf F2E "%s %s %.7f\n",$e,$f,$WORD_TRANSLATION{$f}{$e}/$TOTAL_FOREIGN{$f};
+ printf E2F "%s %s %.7f\n",$f,$e,$WORD_TRANSLATION{$f}{$e}/$TOTAL_ENGLISH{$e};
++ printf F2E2 "%s %s %i %i\n",$e,$f,$WORD_TRANSLATION{$f}{$e},$TOTAL_FOREIGN{$f};
++ printf E2F2 "%s %s %i %i\n",$f,$e,$WORD_TRANSLATION{$f}{$e},$TOTAL_ENGLISH{$e};
+ }
+ }
+ close(E2F);
+ close(F2E);
++ close(E2F2);
++ close(F2E2);
+ print STDERR "Saved: $lexical_file.f2e and $lexical_file.e2f\n";
+ }
+
diff --git a/cruise-control/config.ems b/cruise-control/config.ems
index eee15ec72..e64f68f43 100644
--- a/cruise-control/config.ems
+++ b/cruise-control/config.ems
@@ -169,52 +169,6 @@ raw-corpus = $toy-data/nc-5k.$output-extension
#
#lm =
-#################################################################
-# INTERPOLATING LANGUAGE MODELS
-
-[INTERPOLATED-LM]
-
-# if multiple language models are used, these may be combined
-# by optimizing perplexity on a tuning set
-# see, for instance [Koehn and Schwenk, IJCNLP 2008]
-
-### script to interpolate language models
-# if commented out, no interpolation is performed
-#
-# script = $moses-script-dir/ems/support/interpolate-lm.perl
-
-### tuning set
-# you may use the same set that is used for mert tuning (reference set)
-#
-#tuning-sgm =
-#raw-tuning =
-#tokenized-tuning =
-#factored-tuning =
-#lowercased-tuning =
-#split-tuning =
-
-### script to use for binary table format for irstlm or kenlm
-# (default: no binarization)
-
-# irstlm
-#lm-binarizer = $moses-src-dir/irstlm/bin/compile-lm
-
-# kenlm, also set type to 8
-#lm-binarizer = $moses-src-dir/kenlm/build_binary
-#type = 8
-
-### script to create quantized language model format (irstlm)
-# (default: no quantization)
-#
-#lm-quantizer = $moses-src-dir/irstlm/bin/quantize-lm
-
-### script to use for converting into randomized table format
-# (default: no randomization)
-#
-#lm-randomizer = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
-
-#################################################################
-# TRANSLATION MODEL TRAINING
[TRAINING]
diff --git a/cruise-control/test_all_new_commits.sh b/cruise-control/test_all_new_commits.sh
index c0039c7eb..873691e22 100755
--- a/cruise-control/test_all_new_commits.sh
+++ b/cruise-control/test_all_new_commits.sh
@@ -44,7 +44,7 @@ GITREPO="$MCC_GITREPO"
# location of moses regression test data archive (assumes url at the moment)
REGTEST_ARCHIVE="$MCC_REGTEST_ARCHIVE"
[ -n "$REGTEST_ARCHIVE" ] \
- || REGTEST_ARCHIVE="http://www.statmt.org/moses/reg-testing/moses-reg-test-data-9.tgz"
+ || REGTEST_ARCHIVE="http://www.statmt.org/moses/reg-testing/moses-reg-test-data-10.tgz"
if [ ! -d "$WORKDIR" ]; then
mkdir "$WORKDIR" || die "Failed to create workdir $WORKDIR"
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
new file mode 100644
index 000000000..7b93cf36f
--- /dev/null
+++ b/jam-files/sanity.jam
@@ -0,0 +1,174 @@
+import modules ;
+import option ;
+import os ;
+import path ;
+import project ;
+
+#Shell with trailing line removed http://lists.boost.org/boost-build/2007/08/17051.php
+rule trim-nl ( str extras * ) {
+return [ MATCH "([^
+]*)" : $(str) ] $(extras) ;
+}
+rule _shell ( cmd : extras * ) {
+ return [ trim-nl [ SHELL $(cmd) : $(extras) ] ] ;
+}
+
+#Run g++ with empty main and these arguments to see if it passes.
+rule test_flags ( flags * ) {
+ local cmd = "bash -c \"g++ "$(flags:J=" ")" -x c++ - <<<'int main() {}' -o /dev/null >/dev/null 2>/dev/null\"" ;
+ local ret = [ SHELL $(cmd) : exit-status ] ;
+ if --debug-configuration in [ modules.peek : ARGV ] {
+ echo $(cmd) ;
+ echo $(ret) ;
+ }
+ if $(ret[2]) = 0 {
+ return true ;
+ } else {
+ return ;
+ }
+}
+
+{
+ local cleaning = [ option.get "clean" : : yes ] ;
+ cleaning ?= [ option.get "clean-all" : no : yes ] ;
+ if "clean" in [ modules.peek : ARGV ] {
+ cleaning = yes ;
+ }
+ constant CLEANING : $(cleaning) ;
+}
+
+#Determine if a library can be compiled statically.
+rule auto-shared ( name : additional * ) {
+ additional ?= "" ;
+ if [ test_flags $(additional)" -static -l"$(name) ] {
+ return ;
+ } else {
+ return "<link>shared" ;
+ }
+}
+
+# MacPorts' default location is /opt/local -- use this if no path is given.
+with-macports = [ option.get "with-macports" : : "/opt/local" ] ;
+if $(with-macports) {
+ using darwin ;
+ ECHO "Using --with-macports=$(with-macports), implying use of darwin GCC" ;
+
+ L-boost-search = -L$(with-macports)/lib ;
+ boost-search = <search>$(with-macports)/lib ;
+ I-boost-include = -I$(with-macports)/include ;
+ boost-include = <include>$(with-macports)/include ;
+}
+else {
+ with-boost = [ option.get "with-boost" ] ;
+ if $(with-boost) {
+ L-boost-search = -L$(with-boost)/lib" "-L$(with-boost)/lib64 ;
+ boost-search = <search>$(with-boost)/lib <search>$(with-boost)/lib64 ;
+ I-boost-include = -I$(with-boost)/include ;
+ boost-include = <include>$(with-boost)/include ;
+ } else {
+ L-boost-search = "" ;
+ boost-search = ;
+ I-boost-include = "" ;
+ boost-include = ;
+ }
+}
+
+#Are we linking static binaries against shared boost?
+boost-auto-shared = [ auto-shared "boost_program_options" : $(L-boost-search) ] ;
+#Convenience rule for boost libraries. Defines library boost_$(name).
+rule boost-lib ( name macro ) {
+ #Link multi-threaded programs against the -mt version if available. Old
+ #versions of boost do not have -mt tagged versions of all libraries. Sadly,
+ #boost.jam does not handle this correctly.
+ if [ test_flags $(L-boost-search)" -lboost_"$(name)"-mt" ] {
+ lib inner_boost_$(name) : : <threading>single $(boost-search) <name>boost_$(name) ;
+ lib inner_boost_$(name) : : <threading>multi $(boost-search) <name>boost_$(name)-mt ;
+ } else {
+ lib inner_boost_$(name) : : $(boost-search) <name>boost_$(name) ;
+ }
+
+ alias boost_$(name) : inner_boost_$(name) : $(boost-auto-shared) : : <link>shared:<define>BOOST_$(macro) $(boost-include) ;
+}
+
+#Argument is e.g. 103600
+rule boost ( min-version ) {
+ local cmd = "bash -c \"g++ "$(I-boost-include)" -dM -x c++ -E /dev/null -include boost/version.hpp 2>/dev/null |grep '#define BOOST_VERSION '\"" ;
+ local boost-shell = [ SHELL "$(cmd)" : exit-status ] ;
+ if $(boost-shell[2]) != 0 && $(CLEANING) = no {
+ echo Failed to run "$(cmd)" ;
+ exit Boost does not seem to be installed or g++ is confused. : 1 ;
+ }
+ boost-version = [ MATCH "#define BOOST_VERSION ([0-9]*)" : $(boost-shell[1]) ] ;
+ if $(boost-version) < $(min-version) && $(CLEANING) = no {
+ exit You have Boost $(boost-version). This package requires Boost at least $(min-version) (and preferably newer). : 1 ;
+ }
+ #See tools/build/v2/contrib/boost.jam in a boost distribution for a table of macros to define.
+ boost-lib thread THREAD_DYN_DLL ;
+ boost-lib program_options PROGRAM_OPTIONS_DYN_LINK ;
+ boost-lib unit_test_framework TEST_DYN_LINK ;
+ boost-lib iostreams IOSTREAMS_DYN_LINK ;
+}
+
+#Link normally to a library, but sometimes static isn't installed so fall back to dynamic.
+rule external-lib ( name : search-path * ) {
+ lib $(name) : : [ auto-shared $(name) : "-L"$(search-path) ] <search>$(search-path) ;
+}
+
+#Write the current command line to previous.sh. This does not do shell escaping.
+{
+ local build-log = $(TOP)/previous.sh ;
+ if ! [ path.exists $(build-log) ] {
+ SHELL "touch $(build-log) && chmod +x $(build-log)" ;
+ }
+ local script = [ modules.peek : ARGV ] ;
+ if $(script[1]) = "./jam-files/bjam" {
+ #The ./bjam shell script calls ./jam-files/bjam so that appears in argv but
+ #we want ./bjam to appear so the environment variables are set correctly.
+ script = "./bjam "$(script[2-]:J=" ") ;
+ } else {
+ script = $(script:J=" ") ;
+ }
+ script = "#!/bin/sh\n$(script)\n" ;
+ local ignored = @($(build-log):E=$(script)) ;
+}
+
+requirements = ;
+{
+ local cxxflags = [ os.environ "CXXFLAGS" ] ;
+ local cflags = [ os.environ "CFLAGS" ] ;
+ local ldflags = [ os.environ "LDFLAGS" ] ;
+
+ #Boost jam's static clang for Linux is buggy.
+ requirements += <cxxflags>$(cxxflags) <cflags>$(cflags) <linkflags>$(ldflags) <os>LINUX,<toolset>clang:<link>shared ;
+
+ #libSegFault prints a stack trace on segfault. Link against it if available.
+ if [ test_flags "-lSegFault" ] {
+ external-lib SegFault ;
+ requirements += <library>SegFault ;
+ }
+}
+
+if [ option.get "git" : : "yes" ] {
+ local revision = [ _shell "git rev-parse --verify HEAD |head -c 7" ] ;
+ constant GITTAG : "/"$(revision) ;
+} else {
+ constant GITTAG : "" ;
+}
+
+prefix = [ option.get "prefix" ] ;
+if $(prefix) {
+ prefix = [ path.root $(prefix) [ path.pwd ] ] ;
+} else {
+ prefix = $(TOP)/dist$(GITTAG) ;
+}
+rule install-bin-libs ( deps * ) {
+ local bindir = [ option.get "bindir" : $(prefix)/bin ] ;
+ local libdir = [ option.get "libdir" : $(prefix)/lib ] ;
+ install prefix-bin : $(deps) : <location>$(bindir) <install-dependencies>on <install-type>EXE <link>shared:<dll-path>$(libdir) ;
+ install prefix-lib : $(deps) : <location>$(libdir) <install-dependencies>on <install-type>LIB <link>shared:<dll-path>$(libdir) ;
+}
+rule install-headers ( name : list * : source-root ? ) {
+ local includedir = [ option.get "includedir" : $(prefix)/include ] ;
+ source-root ?= "." ;
+ install $(name) : $(list) : <location>$(includedir) <install-source-root>$(source-root) ;
+}
diff --git a/jam-files/test.sh b/jam-files/test.sh
deleted file mode 100755
index 4e06d9e2b..000000000
--- a/jam-files/test.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-g++ "$@" -x c++ - <<<'int main() {}' -o /dev/null >/dev/null 2>/dev/null
-echo -n $?
diff --git a/lm/Jamfile b/lm/Jamfile
index 19cbaec4b..68039a1b6 100644
--- a/lm/Jamfile
+++ b/lm/Jamfile
@@ -1,12 +1,12 @@
-lib kenlm : bhiksha.cc binary_format.cc config.cc lm_exception.cc model.cc quantize.cc read_arpa.cc search_hashed.cc search_trie.cc trie.cc trie_sort.cc virtual_interface.cc vocab.cc ../util//kenutil : <include>.. : : <include>.. ;
+lib kenlm : bhiksha.cc binary_format.cc config.cc lm_exception.cc model.cc quantize.cc read_arpa.cc search_hashed.cc search_trie.cc trie.cc trie_sort.cc virtual_interface.cc vocab.cc ../util//kenutil : <include>.. : : <include>.. <library>../util//kenutil ;
import testing ;
-run left_test.cc kenlm ..//boost_unit_test_framework : : test.arpa ;
-run model_test.cc kenlm ..//boost_unit_test_framework : : test.arpa test_nounk.arpa ;
+run left_test.cc ../util//kenutil kenlm ..//boost_unit_test_framework : : test.arpa ;
+run model_test.cc ../util//kenutil kenlm ..//boost_unit_test_framework : : test.arpa test_nounk.arpa ;
-exe query : ngram_query.cc kenlm ;
-exe build_binary : build_binary.cc kenlm ;
+exe query : ngram_query.cc kenlm ../util//kenutil ;
+exe build_binary : build_binary.cc kenlm ../util//kenutil ;
install legacy : build_binary query
: <location>$(TOP)/lm <install-type>EXE <install-dependencies>on <link>shared:<dll-path>$(TOP)/lm <link>shared:<install-type>LIB ;
diff --git a/lm/README b/lm/README
index d9307ed05..03c2da8f5 100644
--- a/lm/README
+++ b/lm/README
@@ -1,29 +1,44 @@
-Language model inference code by Kenneth Heafield <infer at kheafield.com>
-The official website is http://kheafield.com/code/kenlm/ . If you're a decoder developer, please download the latest version from there instead of copying from Moses.
+Language model inference code by Kenneth Heafield <kenlm at kheafield.com>
-While the primary means of building kenlm for use in Moses is the Moses build system, you can also compile independently using:
-./compile.sh to compile the code
-./test.sh to compile and run tests; requires Boost
-./clean.sh to clean
+THE GIT REPOSITORY https://github.com/kpu/kenlm IS WHERE ACTIVE DEVELOPMENT HAPPENS. IT MAY RETURN SILENTLY WRONG ANSWERS OR BE SILENTLY BINARY-INCOMPATIBLE WITH STABLE RELEASES.
-The rest of the documentation is directed at decoder developers.
+The website http://kheafield.com/code/kenlm/ has more documentation. If you're a decoder developer, please download the latest version from there instead of copying from another decoder.
-Binary format via mmap is supported. Run ./build_binary to make one then pass the binary file name instead.
+Two data structures are supported: probing and trie. Probing is a probing hash table with keys that ere 64-bit hashes of n-grams and floats as values. Trie is a fairly standard trie but with bit-level packing so it uses the minimum number of bits to store word indices and pointers. The trie node entries are sorted by word index. Probing is the fastest and uses the most memory. Trie uses the least memory and a bit slower.
-Currently, it assumes POSIX APIs for errno, sterror_r, open, close, mmap, munmap, ftruncate, fstat, and read. This is tested on Linux and the non-UNIX Mac OS X. I welcome submissions porting (via #ifdef) to other systems (e.g. Windows) but proudly have no machine on which to test it.
+With trie, resident memory is 58% of IRST's smallest version and 21% of SRI's compact version. Simultaneously, trie CPU's use is 81% of IRST's fastest version and 84% of SRI's fast version. KenLM's probing hash table implementation goes even faster at the expense of using more memory. See http://kheafield.com/code/kenlm/benchmark/.
-A brief note to Mac OS X users: your gcc is too old to recognize the pack pragma. The warning effectively means that, on 64-bit machines, the model will use 16 bytes instead of 12 bytes per n-gram of maximum order (those of lower order are already 16 bytes) in the probing and sorted models. The trie is not impacted by this.
+Binary format via mmap is supported. Run ./build_binary to make one then pass the binary file name to the appropriate Model constructor.
-It does not depend on Boost or ICU. However, if you use Boost and/or ICU in the rest of your code, you should define HAVE_BOOST and/or HAVE_ICU in util/have.hh. Defining HAVE_BOOST will let you hash StringPiece. Defining HAVE_ICU will use ICU's StringPiece to prevent a conflict with the one provided here.
-The recommend way to use this:
-Copy the code and distribute with your decoder.
-Set HAVE_ICU and HAVE_BOOST at the top of util/have.hh as instructed above.
-Look at compile.sh and reimplement using your build system.
-Use either the interface in lm/model.hh or lm/virtual_interface.hh
-Interface documentation is in comments of lm/virtual_interface.hh (including for lm/model.hh).
+PLATFORMS
+murmur_hash.cc and bit_packing.hh perform unaligned reads and writes that make the code architecture-dependent.
+It has been sucessfully tested on x86_64, x86, and PPC64.
+ARM support is reportedly working, at least on the iphone, but I cannot test this.
-I recommend copying the code and distributing it with your decoder. However, please send improvements to me so that they can be integrated into the package.
+Runs on Linux, OS X, Cygwin, and MinGW.
-Also included:
-A wrapper to SRI with the same interface.
+Hideo Okuma and Tomoyuki Yoshimura from NICT contributed ports to ARM and MinGW. Hieu Hoang is working on a native Windows port.
+
+
+DECODER DEVELOPERS
+- I recommend copying the code and distributing it with your decoder. However, please send improvements upstream as indicated in CONTRIBUTORS.
+
+- It does not depend on Boost or ICU. If you use ICU, define HAVE_ICU in util/have.hh (uncomment the line) to avoid a name conflict. Defining HAVE_BOOST will let you hash StringPiece.
+
+- Most people have zlib. If you don't want to depend on that, comment out #define HAVE_ZLIB in util/have.hh. This will disable loading gzipped ARPA files.
+
+- There are two build systems: compile.sh and Jamroot+Jamfile. They're pretty simple and are intended to be reimplemented in your build system.
+
+- Use either the interface in lm/model.hh or lm/virtual_interface.hh. Interface documentation is in comments of lm/virtual_interface.hh and lm/model.hh.
+
+- There are several possible data structures in model.hh. Use RecognizeBinary in binary_format.hh to determine which one a user has provided. You probably already implement feature functions as an abstract virtual base class with several children. I suggest you co-opt this existing virtual dispatch by templatizing the language model feature implementation on the KenLM model identified by RecognizeBinary. This is the strategy used in Moses and cdec.
+
+- See lm/config.hh for tuning options.
+
+
+CONTRIBUTORS
+Contributions to KenLM are welcome. Please base your contributions on https://github.com/kpu/kenlm and send pull requests (or I might give you commit access). Downstream copies in Moses and cdec are maintained by overwriting them so do not make changes there.
+
+
+The name was Hieu Hoang's idea, not mine.
diff --git a/lm/bhiksha.hh b/lm/bhiksha.hh
index 5182ee2e7..9734f3abd 100644
--- a/lm/bhiksha.hh
+++ b/lm/bhiksha.hh
@@ -23,7 +23,7 @@
namespace lm {
namespace ngram {
-class Config;
+struct Config;
namespace trie {
diff --git a/lm/binary_format.cc b/lm/binary_format.cc
index ab0166a65..4796f6d1b 100644
--- a/lm/binary_format.cc
+++ b/lm/binary_format.cc
@@ -87,7 +87,7 @@ uint8_t *SetupJustVocab(const Config &config, uint8_t order, std::size_t memory_
strncpy(reinterpret_cast<char*>(backing.vocab.get()), kMagicIncomplete, TotalHeaderSize(order));
return reinterpret_cast<uint8_t*>(backing.vocab.get()) + TotalHeaderSize(order);
} else {
- backing.vocab.reset(util::MapAnonymous(memory_size), memory_size, util::scoped_memory::MMAP_ALLOCATED);
+ util::MapAnonymous(memory_size, backing.vocab);
return reinterpret_cast<uint8_t*>(backing.vocab.get());
}
}
@@ -103,32 +103,44 @@ uint8_t *GrowForSearch(const Config &config, std::size_t vocab_pad, std::size_t
throw e;
}
+ if (config.write_method == Config::WRITE_AFTER) {
+ util::MapAnonymous(memory_size, backing.search);
+ return reinterpret_cast<uint8_t*>(backing.search.get());
+ }
+ // mmap it now.
// We're skipping over the header and vocab for the search space mmap. mmap likes page aligned offsets, so some arithmetic to round the offset down.
std::size_t page_size = util::SizePage();
std::size_t alignment_cruft = adjusted_vocab % page_size;
backing.search.reset(util::MapOrThrow(alignment_cruft + memory_size, true, util::kFileFlags, false, backing.file.get(), adjusted_vocab - alignment_cruft), alignment_cruft + memory_size, util::scoped_memory::MMAP_ALLOCATED);
-
return reinterpret_cast<uint8_t*>(backing.search.get()) + alignment_cruft;
} else {
- backing.search.reset(util::MapAnonymous(memory_size), memory_size, util::scoped_memory::MMAP_ALLOCATED);
+ util::MapAnonymous(memory_size, backing.search);
return reinterpret_cast<uint8_t*>(backing.search.get());
}
}
-void FinishFile(const Config &config, ModelType model_type, unsigned int search_version, const std::vector<uint64_t> &counts, Backing &backing) {
- if (config.write_mmap) {
- util::SyncOrThrow(backing.search.get(), backing.search.size());
- util::SyncOrThrow(backing.vocab.get(), backing.vocab.size());
- // header and vocab share the same mmap. The header is written here because we know the counts.
- Parameters params = Parameters();
- params.counts = counts;
- params.fixed.order = counts.size();
- params.fixed.probing_multiplier = config.probing_multiplier;
- params.fixed.model_type = model_type;
- params.fixed.has_vocabulary = config.include_vocab;
- params.fixed.search_version = search_version;
- WriteHeader(backing.vocab.get(), params);
+void FinishFile(const Config &config, ModelType model_type, unsigned int search_version, const std::vector<uint64_t> &counts, std::size_t vocab_pad, Backing &backing) {
+ if (!config.write_mmap) return;
+ util::SyncOrThrow(backing.vocab.get(), backing.vocab.size());
+ switch (config.write_method) {
+ case Config::WRITE_MMAP:
+ util::SyncOrThrow(backing.search.get(), backing.search.size());
+ break;
+ case Config::WRITE_AFTER:
+ util::SeekOrThrow(backing.file.get(), backing.vocab.size() + vocab_pad);
+ util::WriteOrThrow(backing.file.get(), backing.search.get(), backing.search.size());
+ util::FSyncOrThrow(backing.file.get());
+ break;
}
+ // header and vocab share the same mmap. The header is written here because we know the counts.
+ Parameters params = Parameters();
+ params.counts = counts;
+ params.fixed.order = counts.size();
+ params.fixed.probing_multiplier = config.probing_multiplier;
+ params.fixed.model_type = model_type;
+ params.fixed.has_vocabulary = config.include_vocab;
+ params.fixed.search_version = search_version;
+ WriteHeader(backing.vocab.get(), params);
}
namespace detail {
@@ -172,7 +184,7 @@ void ReadHeader(int fd, Parameters &out) {
UTIL_THROW(FormatLoadException, "Binary format claims to have a probing multiplier of " << out.fixed.probing_multiplier << " which is < 1.0.");
out.counts.resize(static_cast<std::size_t>(out.fixed.order));
- util::ReadOrThrow(fd, &*out.counts.begin(), sizeof(uint64_t) * out.fixed.order);
+ if (out.fixed.order) util::ReadOrThrow(fd, &*out.counts.begin(), sizeof(uint64_t) * out.fixed.order);
}
void MatchCheck(ModelType model_type, unsigned int search_version, const Parameters &params) {
diff --git a/lm/binary_format.hh b/lm/binary_format.hh
index 71209b2a6..dd795f620 100644
--- a/lm/binary_format.hh
+++ b/lm/binary_format.hh
@@ -58,7 +58,7 @@ uint8_t *GrowForSearch(const Config &config, std::size_t vocab_pad, std::size_t
// Write header to binary file. This is done last to prevent incomplete files
// from loading.
-void FinishFile(const Config &config, ModelType model_type, unsigned int search_version, const std::vector<uint64_t> &counts, Backing &backing);
+void FinishFile(const Config &config, ModelType model_type, unsigned int search_version, const std::vector<uint64_t> &counts, std::size_t vocab_pad, Backing &backing);
namespace detail {
diff --git a/lm/build_binary.cc b/lm/build_binary.cc
index e235cc5a3..8cbb69d0a 100644
--- a/lm/build_binary.cc
+++ b/lm/build_binary.cc
@@ -18,11 +18,14 @@ namespace ngram {
namespace {
void Usage(const char *name) {
- std::cerr << "Usage: " << name << " [-u log10_unknown_probability] [-s] [-i] [-p probing_multiplier] [-t trie_temporary] [-m trie_building_megabytes] [-q bits] [-b bits] [-a bits] [type] input.arpa [output.mmap]\n\n"
+ std::cerr << "Usage: " << name << " [-u log10_unknown_probability] [-s] [-i] [-w mmap|after] [-p probing_multiplier] [-t trie_temporary] [-m trie_building_megabytes] [-q bits] [-b bits] [-a bits] [type] input.arpa [output.mmap]\n\n"
"-u sets the log10 probability for <unk> if the ARPA file does not have one.\n"
" Default is -100. The ARPA file will always take precedence.\n"
"-s allows models to be built even if they do not have <s> and </s>.\n"
-"-i allows buggy models from IRSTLM by mapping positive log probability to 0.\n\n"
+"-i allows buggy models from IRSTLM by mapping positive log probability to 0.\n"
+"-w mmap|after determines how writing is done.\n"
+" mmap maps the binary file and writes to it. Default for trie.\n"
+" after allocates anonymous memory, builds, and writes. Default for probing.\n\n"
"type is either probing or trie. Default is probing.\n\n"
"probing uses a probing hash table. It is the fastest but uses the most memory.\n"
"-p sets the space multiplier and must be >1.0. The default is 1.5.\n\n"
@@ -58,7 +61,7 @@ uint8_t ParseBitCount(const char *from) {
unsigned long val = ParseUInt(from);
if (val > 25) {
util::ParseNumberException e(from);
- e << " bit counts are limited to 256.";
+ e << " bit counts are limited to 25.";
}
return val;
}
@@ -115,10 +118,10 @@ int main(int argc, char *argv[]) {
using namespace lm::ngram;
try {
- bool quantize = false, set_backoff_bits = false, bhiksha = false;
+ bool quantize = false, set_backoff_bits = false, bhiksha = false, set_write_method = false;
lm::ngram::Config config;
int opt;
- while ((opt = getopt(argc, argv, "siu:p:t:m:q:b:a:")) != -1) {
+ while ((opt = getopt(argc, argv, "q:b:a:u:p:t:m:w:si")) != -1) {
switch(opt) {
case 'q':
config.prob_bits = ParseBitCount(optarg);
@@ -132,6 +135,7 @@ int main(int argc, char *argv[]) {
case 'a':
config.pointer_bhiksha_bits = ParseBitCount(optarg);
bhiksha = true;
+ break;
case 'u':
config.unknown_missing_logprob = ParseFloat(optarg);
break;
@@ -144,6 +148,16 @@ int main(int argc, char *argv[]) {
case 'm':
config.building_memory = ParseUInt(optarg) * 1048576;
break;
+ case 'w':
+ set_write_method = true;
+ if (!strcmp(optarg, "mmap")) {
+ config.write_method = Config::WRITE_MMAP;
+ } else if (!strcmp(optarg, "after")) {
+ config.write_method = Config::WRITE_AFTER;
+ } else {
+ Usage(argv[0]);
+ }
+ break;
case 's':
config.sentence_marker_missing = lm::SILENT;
break;
@@ -160,45 +174,45 @@ int main(int argc, char *argv[]) {
}
if (optind + 1 == argc) {
ShowSizes(argv[optind], config);
- return 0;
- }
- const char *model_type, *from_file;
- if (optind + 2 == argc) {
- model_type = "probing";
- from_file = argv[optind];
+ } else if (optind + 2 == argc) {
config.write_mmap = argv[optind + 1];
+ if (quantize || set_backoff_bits) ProbingQuantizationUnsupported();
+ ProbingModel(argv[optind], config);
} else if (optind + 3 == argc) {
- model_type = argv[optind];
- from_file = argv[optind + 1];
+ const char *model_type = argv[optind];
+ const char *from_file = argv[optind + 1];
config.write_mmap = argv[optind + 2];
- } else {
- Usage(argv[0]);
- }
- if (!strcmp(model_type, "probing")) {
- if (quantize || set_backoff_bits) ProbingQuantizationUnsupported();
- ProbingModel(from_file, config);
- } else if (!strcmp(model_type, "trie")) {
- if (quantize) {
- if (bhiksha) {
- QuantArrayTrieModel(from_file, config);
+ if (!strcmp(model_type, "probing")) {
+ if (!set_write_method) config.write_method = Config::WRITE_AFTER;
+ if (quantize || set_backoff_bits) ProbingQuantizationUnsupported();
+ ProbingModel(from_file, config);
+ } else if (!strcmp(model_type, "trie")) {
+ if (!set_write_method) config.write_method = Config::WRITE_MMAP;
+ if (quantize) {
+ if (bhiksha) {
+ QuantArrayTrieModel(from_file, config);
+ } else {
+ QuantTrieModel(from_file, config);
+ }
} else {
- QuantTrieModel(from_file, config);
+ if (bhiksha) {
+ ArrayTrieModel(from_file, config);
+ } else {
+ TrieModel(from_file, config);
+ }
}
} else {
- if (bhiksha) {
- ArrayTrieModel(from_file, config);
- } else {
- TrieModel(from_file, config);
- }
+ Usage(argv[0]);
}
} else {
Usage(argv[0]);
}
- std::cerr << "Built " << config.write_mmap << " successfully." << std::endl;
- } catch (const std::exception &e) {
+ }
+ catch (const std::exception &e) {
std::cerr << e.what() << std::endl;
+ std::cerr << "ERROR" << std::endl;
return 1;
}
-
+ std::cerr << "SUCCESS" << std::endl;
return 0;
}
diff --git a/lm/config.cc b/lm/config.cc
index 297589a47..dbe762b32 100644
--- a/lm/config.cc
+++ b/lm/config.cc
@@ -17,6 +17,7 @@ Config::Config() :
temporary_directory_prefix(NULL),
arpa_complain(ALL),
write_mmap(NULL),
+ write_method(WRITE_AFTER),
include_vocab(true),
prob_bits(8),
backoff_bits(8),
diff --git a/lm/config.hh b/lm/config.hh
index 8564661bf..01b756322 100644
--- a/lm/config.hh
+++ b/lm/config.hh
@@ -70,9 +70,17 @@ struct Config {
// to NULL to disable.
const char *write_mmap;
+ typedef enum {
+ WRITE_MMAP, // Map the file directly.
+ WRITE_AFTER // Write after we're done.
+ } WriteMethod;
+ WriteMethod write_method;
+
// Include the vocab in the binary file? Only effective if write_mmap != NULL.
bool include_vocab;
+
+
// Quantization options. Only effective for QuantTrieModel. One value is
// reserved for each of prob and backoff, so 2^bits - 1 buckets will be used
// to quantize (and one of the remaining backoffs will be 0).
diff --git a/lm/left.hh b/lm/left.hh
index 41f71f849..308644228 100644
--- a/lm/left.hh
+++ b/lm/left.hh
@@ -78,7 +78,7 @@ struct Left {
};
inline size_t hash_value(const Left &left) {
- return util::MurmurHashNative(&left.length, 1, left.pointers[left.length - 1]);
+ return util::MurmurHashNative(&left.length, 1, left.length ? left.pointers[left.length - 1] : 0);
}
struct ChartState {
@@ -112,7 +112,7 @@ inline size_t hash_value(const ChartState &state) {
size_t hashes[2];
hashes[0] = hash_value(state.left);
hashes[1] = hash_value(state.right);
- return util::MurmurHashNative(hashes, sizeof(size_t), state.full);
+ return util::MurmurHashNative(hashes, sizeof(size_t) * 2, state.full);
}
template <class M> class RuleScore {
diff --git a/lm/lm.xcodeproj/project.pbxproj b/lm/lm.xcodeproj/project.pbxproj
deleted file mode 100644
index 14ea5097f..000000000
--- a/lm/lm.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,354 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
-
-/* Begin PBXBuildFile section */
- 1EE8C3981476A73C002496F2 /* bhiksha.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3651476A73C002496F2 /* bhiksha.cc */; };
- 1EE8C3991476A73C002496F2 /* bhiksha.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3661476A73C002496F2 /* bhiksha.hh */; };
- 1EE8C39A1476A73C002496F2 /* binary_format.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3671476A73C002496F2 /* binary_format.cc */; };
- 1EE8C39B1476A73C002496F2 /* binary_format.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3681476A73C002496F2 /* binary_format.hh */; };
- 1EE8C39C1476A73C002496F2 /* blank.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3691476A73C002496F2 /* blank.hh */; };
- 1EE8C39D1476A73C002496F2 /* build_binary.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C36A1476A73C002496F2 /* build_binary.cc */; };
- 1EE8C39E1476A73C002496F2 /* config.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C36D1476A73C002496F2 /* config.cc */; };
- 1EE8C39F1476A73C002496F2 /* config.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C36E1476A73C002496F2 /* config.hh */; };
- 1EE8C3A01476A73C002496F2 /* enumerate_vocab.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3711476A73C002496F2 /* enumerate_vocab.hh */; };
- 1EE8C3A11476A73C002496F2 /* facade.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3721476A73C002496F2 /* facade.hh */; };
- 1EE8C3A21476A73C002496F2 /* left_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3731476A73C002496F2 /* left_test.cc */; };
- 1EE8C3A31476A73C002496F2 /* left.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3741476A73C002496F2 /* left.hh */; };
- 1EE8C3A41476A73C002496F2 /* lm_exception.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3761476A73C002496F2 /* lm_exception.cc */; };
- 1EE8C3A51476A73C002496F2 /* lm_exception.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3771476A73C002496F2 /* lm_exception.hh */; };
- 1EE8C3A71476A73C002496F2 /* max_order.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C37B1476A73C002496F2 /* max_order.hh */; };
- 1EE8C3A81476A73C002496F2 /* model_test.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C37C1476A73C002496F2 /* model_test.cc */; };
- 1EE8C3A91476A73C002496F2 /* model_type.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C37D1476A73C002496F2 /* model_type.hh */; };
- 1EE8C3AA1476A73C002496F2 /* model.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C37E1476A73C002496F2 /* model.cc */; };
- 1EE8C3AB1476A73C002496F2 /* model.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C37F1476A73C002496F2 /* model.hh */; };
- 1EE8C3AC1476A73C002496F2 /* ngram_query.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3801476A73C002496F2 /* ngram_query.cc */; };
- 1EE8C3AD1476A73C002496F2 /* quantize.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3811476A73C002496F2 /* quantize.cc */; };
- 1EE8C3AE1476A73C002496F2 /* quantize.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3821476A73C002496F2 /* quantize.hh */; };
- 1EE8C3AF1476A73C002496F2 /* read_arpa.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3831476A73C002496F2 /* read_arpa.cc */; };
- 1EE8C3B01476A73C002496F2 /* read_arpa.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3841476A73C002496F2 /* read_arpa.hh */; };
- 1EE8C3B11476A73C002496F2 /* return.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3861476A73C002496F2 /* return.hh */; };
- 1EE8C3B21476A73C002496F2 /* search_hashed.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3871476A73C002496F2 /* search_hashed.cc */; };
- 1EE8C3B31476A73C002496F2 /* search_hashed.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3881476A73C002496F2 /* search_hashed.hh */; };
- 1EE8C3B41476A73C002496F2 /* search_trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3891476A73C002496F2 /* search_trie.cc */; };
- 1EE8C3B51476A73C002496F2 /* search_trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C38A1476A73C002496F2 /* search_trie.hh */; };
- 1EE8C3B61476A73C002496F2 /* trie_sort.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C38E1476A73C002496F2 /* trie_sort.cc */; };
- 1EE8C3B71476A73C002496F2 /* trie_sort.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C38F1476A73C002496F2 /* trie_sort.hh */; };
- 1EE8C3B81476A73C002496F2 /* trie.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3901476A73C002496F2 /* trie.cc */; };
- 1EE8C3B91476A73C002496F2 /* trie.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3911476A73C002496F2 /* trie.hh */; };
- 1EE8C3BA1476A73C002496F2 /* virtual_interface.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3921476A73C002496F2 /* virtual_interface.cc */; };
- 1EE8C3BB1476A73C002496F2 /* virtual_interface.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3931476A73C002496F2 /* virtual_interface.hh */; };
- 1EE8C3BC1476A73C002496F2 /* vocab.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1EE8C3941476A73C002496F2 /* vocab.cc */; };
- 1EE8C3BD1476A73C002496F2 /* vocab.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3951476A73C002496F2 /* vocab.hh */; };
- 1EE8C3BE1476A73C002496F2 /* weights.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3961476A73C002496F2 /* weights.hh */; };
- 1EE8C3BF1476A73C002496F2 /* word_index.hh in Headers */ = {isa = PBXBuildFile; fileRef = 1EE8C3971476A73C002496F2 /* word_index.hh */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXFileReference section */
- 1EE8C2E91476A48E002496F2 /* liblm.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblm.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 1EE8C3651476A73C002496F2 /* bhiksha.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bhiksha.cc; sourceTree = "<group>"; };
- 1EE8C3661476A73C002496F2 /* bhiksha.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = bhiksha.hh; sourceTree = "<group>"; };
- 1EE8C3671476A73C002496F2 /* binary_format.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = binary_format.cc; sourceTree = "<group>"; };
- 1EE8C3681476A73C002496F2 /* binary_format.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = binary_format.hh; sourceTree = "<group>"; };
- 1EE8C3691476A73C002496F2 /* blank.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = blank.hh; sourceTree = "<group>"; };
- 1EE8C36A1476A73C002496F2 /* build_binary.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = build_binary.cc; sourceTree = "<group>"; };
- 1EE8C36D1476A73C002496F2 /* config.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = config.cc; sourceTree = "<group>"; };
- 1EE8C36E1476A73C002496F2 /* config.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = config.hh; sourceTree = "<group>"; };
- 1EE8C3711476A73C002496F2 /* enumerate_vocab.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = enumerate_vocab.hh; sourceTree = "<group>"; };
- 1EE8C3721476A73C002496F2 /* facade.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = facade.hh; sourceTree = "<group>"; };
- 1EE8C3731476A73C002496F2 /* left_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = left_test.cc; sourceTree = "<group>"; };
- 1EE8C3741476A73C002496F2 /* left.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = left.hh; sourceTree = "<group>"; };
- 1EE8C3761476A73C002496F2 /* lm_exception.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = lm_exception.cc; sourceTree = "<group>"; };
- 1EE8C3771476A73C002496F2 /* lm_exception.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = lm_exception.hh; sourceTree = "<group>"; };
- 1EE8C37B1476A73C002496F2 /* max_order.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = max_order.hh; sourceTree = "<group>"; };
- 1EE8C37C1476A73C002496F2 /* model_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = model_test.cc; sourceTree = "<group>"; };
- 1EE8C37D1476A73C002496F2 /* model_type.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = model_type.hh; sourceTree = "<group>"; };
- 1EE8C37E1476A73C002496F2 /* model.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = model.cc; sourceTree = "<group>"; };
- 1EE8C37F1476A73C002496F2 /* model.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = model.hh; sourceTree = "<group>"; };
- 1EE8C3801476A73C002496F2 /* ngram_query.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ngram_query.cc; sourceTree = "<group>"; };
- 1EE8C3811476A73C002496F2 /* quantize.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = quantize.cc; sourceTree = "<group>"; };
- 1EE8C3821476A73C002496F2 /* quantize.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = quantize.hh; sourceTree = "<group>"; };
- 1EE8C3831476A73C002496F2 /* read_arpa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = read_arpa.cc; sourceTree = "<group>"; };
- 1EE8C3841476A73C002496F2 /* read_arpa.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = read_arpa.hh; sourceTree = "<group>"; };
- 1EE8C3861476A73C002496F2 /* return.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = return.hh; sourceTree = "<group>"; };
- 1EE8C3871476A73C002496F2 /* search_hashed.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = search_hashed.cc; sourceTree = "<group>"; };
- 1EE8C3881476A73C002496F2 /* search_hashed.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_hashed.hh; sourceTree = "<group>"; };
- 1EE8C3891476A73C002496F2 /* search_trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = search_trie.cc; sourceTree = "<group>"; };
- 1EE8C38A1476A73C002496F2 /* search_trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = search_trie.hh; sourceTree = "<group>"; };
- 1EE8C38E1476A73C002496F2 /* trie_sort.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trie_sort.cc; sourceTree = "<group>"; };
- 1EE8C38F1476A73C002496F2 /* trie_sort.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trie_sort.hh; sourceTree = "<group>"; };
- 1EE8C3901476A73C002496F2 /* trie.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trie.cc; sourceTree = "<group>"; };
- 1EE8C3911476A73C002496F2 /* trie.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trie.hh; sourceTree = "<group>"; };
- 1EE8C3921476A73C002496F2 /* virtual_interface.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = virtual_interface.cc; sourceTree = "<group>"; };
- 1EE8C3931476A73C002496F2 /* virtual_interface.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = virtual_interface.hh; sourceTree = "<group>"; };
- 1EE8C3941476A73C002496F2 /* vocab.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vocab.cc; sourceTree = "<group>"; };
- 1EE8C3951476A73C002496F2 /* vocab.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = vocab.hh; sourceTree = "<group>"; };
- 1EE8C3961476A73C002496F2 /* weights.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = weights.hh; sourceTree = "<group>"; };
- 1EE8C3971476A73C002496F2 /* word_index.hh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = word_index.hh; sourceTree = "<group>"; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- 1EE8C2E61476A48E002496F2 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 1EE8C2DE1476A48E002496F2 = {
- isa = PBXGroup;
- children = (
- 1EE8C3651476A73C002496F2 /* bhiksha.cc */,
- 1EE8C3661476A73C002496F2 /* bhiksha.hh */,
- 1EE8C3671476A73C002496F2 /* binary_format.cc */,
- 1EE8C3681476A73C002496F2 /* binary_format.hh */,
- 1EE8C3691476A73C002496F2 /* blank.hh */,
- 1EE8C36A1476A73C002496F2 /* build_binary.cc */,
- 1EE8C36D1476A73C002496F2 /* config.cc */,
- 1EE8C36E1476A73C002496F2 /* config.hh */,
- 1EE8C3711476A73C002496F2 /* enumerate_vocab.hh */,
- 1EE8C3721476A73C002496F2 /* facade.hh */,
- 1EE8C3731476A73C002496F2 /* left_test.cc */,
- 1EE8C3741476A73C002496F2 /* left.hh */,
- 1EE8C3761476A73C002496F2 /* lm_exception.cc */,
- 1EE8C3771476A73C002496F2 /* lm_exception.hh */,
- 1EE8C37B1476A73C002496F2 /* max_order.hh */,
- 1EE8C37C1476A73C002496F2 /* model_test.cc */,
- 1EE8C37D1476A73C002496F2 /* model_type.hh */,
- 1EE8C37E1476A73C002496F2 /* model.cc */,
- 1EE8C37F1476A73C002496F2 /* model.hh */,
- 1EE8C3801476A73C002496F2 /* ngram_query.cc */,
- 1EE8C3811476A73C002496F2 /* quantize.cc */,
- 1EE8C3821476A73C002496F2 /* quantize.hh */,
- 1EE8C3831476A73C002496F2 /* read_arpa.cc */,
- 1EE8C3841476A73C002496F2 /* read_arpa.hh */,
- 1EE8C3861476A73C002496F2 /* return.hh */,
- 1EE8C3871476A73C002496F2 /* search_hashed.cc */,
- 1EE8C3881476A73C002496F2 /* search_hashed.hh */,
- 1EE8C3891476A73C002496F2 /* search_trie.cc */,
- 1EE8C38A1476A73C002496F2 /* search_trie.hh */,
- 1EE8C38E1476A73C002496F2 /* trie_sort.cc */,
- 1EE8C38F1476A73C002496F2 /* trie_sort.hh */,
- 1EE8C3901476A73C002496F2 /* trie.cc */,
- 1EE8C3911476A73C002496F2 /* trie.hh */,
- 1EE8C3921476A73C002496F2 /* virtual_interface.cc */,
- 1EE8C3931476A73C002496F2 /* virtual_interface.hh */,
- 1EE8C3941476A73C002496F2 /* vocab.cc */,
- 1EE8C3951476A73C002496F2 /* vocab.hh */,
- 1EE8C3961476A73C002496F2 /* weights.hh */,
- 1EE8C3971476A73C002496F2 /* word_index.hh */,
- 1EE8C2EA1476A48E002496F2 /* Products */,
- );
- sourceTree = "<group>";
- };
- 1EE8C2EA1476A48E002496F2 /* Products */ = {
- isa = PBXGroup;
- children = (
- 1EE8C2E91476A48E002496F2 /* liblm.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
-/* End PBXGroup section */
-
-/* Begin PBXHeadersBuildPhase section */
- 1EE8C2E71476A48E002496F2 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 1EE8C3991476A73C002496F2 /* bhiksha.hh in Headers */,
- 1EE8C39B1476A73C002496F2 /* binary_format.hh in Headers */,
- 1EE8C39C1476A73C002496F2 /* blank.hh in Headers */,
- 1EE8C39F1476A73C002496F2 /* config.hh in Headers */,
- 1EE8C3A01476A73C002496F2 /* enumerate_vocab.hh in Headers */,
- 1EE8C3A11476A73C002496F2 /* facade.hh in Headers */,
- 1EE8C3A31476A73C002496F2 /* left.hh in Headers */,
- 1EE8C3A51476A73C002496F2 /* lm_exception.hh in Headers */,
- 1EE8C3A71476A73C002496F2 /* max_order.hh in Headers */,
- 1EE8C3A91476A73C002496F2 /* model_type.hh in Headers */,
- 1EE8C3AB1476A73C002496F2 /* model.hh in Headers */,
- 1EE8C3AE1476A73C002496F2 /* quantize.hh in Headers */,
- 1EE8C3B01476A73C002496F2 /* read_arpa.hh in Headers */,
- 1EE8C3B11476A73C002496F2 /* return.hh in Headers */,
- 1EE8C3B31476A73C002496F2 /* search_hashed.hh in Headers */,
- 1EE8C3B51476A73C002496F2 /* search_trie.hh in Headers */,
- 1EE8C3B71476A73C002496F2 /* trie_sort.hh in Headers */,
- 1EE8C3B91476A73C002496F2 /* trie.hh in Headers */,
- 1EE8C3BB1476A73C002496F2 /* virtual_interface.hh in Headers */,
- 1EE8C3BD1476A73C002496F2 /* vocab.hh in Headers */,
- 1EE8C3BE1476A73C002496F2 /* weights.hh in Headers */,
- 1EE8C3BF1476A73C002496F2 /* word_index.hh in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXHeadersBuildPhase section */
-
-/* Begin PBXNativeTarget section */
- 1EE8C2E81476A48E002496F2 /* lm */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 1EE8C2ED1476A48E002496F2 /* Build configuration list for PBXNativeTarget "lm" */;
- buildPhases = (
- 1EE8C2E51476A48E002496F2 /* Sources */,
- 1EE8C2E61476A48E002496F2 /* Frameworks */,
- 1EE8C2E71476A48E002496F2 /* Headers */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = lm;
- productName = lm;
- productReference = 1EE8C2E91476A48E002496F2 /* liblm.a */;
- productType = "com.apple.product-type.library.static";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- 1EE8C2E01476A48E002496F2 /* Project object */ = {
- isa = PBXProject;
- buildConfigurationList = 1EE8C2E31476A48E002496F2 /* Build configuration list for PBXProject "lm" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = 1EE8C2DE1476A48E002496F2;
- productRefGroup = 1EE8C2EA1476A48E002496F2 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 1EE8C2E81476A48E002496F2 /* lm */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXSourcesBuildPhase section */
- 1EE8C2E51476A48E002496F2 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 1EE8C3981476A73C002496F2 /* bhiksha.cc in Sources */,
- 1EE8C39A1476A73C002496F2 /* binary_format.cc in Sources */,
- 1EE8C39D1476A73C002496F2 /* build_binary.cc in Sources */,
- 1EE8C39E1476A73C002496F2 /* config.cc in Sources */,
- 1EE8C3A21476A73C002496F2 /* left_test.cc in Sources */,
- 1EE8C3A41476A73C002496F2 /* lm_exception.cc in Sources */,
- 1EE8C3A81476A73C002496F2 /* model_test.cc in Sources */,
- 1EE8C3AA1476A73C002496F2 /* model.cc in Sources */,
- 1EE8C3AC1476A73C002496F2 /* ngram_query.cc in Sources */,
- 1EE8C3AD1476A73C002496F2 /* quantize.cc in Sources */,
- 1EE8C3AF1476A73C002496F2 /* read_arpa.cc in Sources */,
- 1EE8C3B21476A73C002496F2 /* search_hashed.cc in Sources */,
- 1EE8C3B41476A73C002496F2 /* search_trie.cc in Sources */,
- 1EE8C3B61476A73C002496F2 /* trie_sort.cc in Sources */,
- 1EE8C3B81476A73C002496F2 /* trie.cc in Sources */,
- 1EE8C3BA1476A73C002496F2 /* virtual_interface.cc in Sources */,
- 1EE8C3BC1476A73C002496F2 /* vocab.cc in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin XCBuildConfiguration section */
- 1EE8C2EB1476A48E002496F2 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
- COPY_PHASE_STRIP = NO;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- HEADER_SEARCH_PATHS = (
- ../,
- /opt/local/include,
- );
- MACOSX_DEPLOYMENT_TARGET = 10.7;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- };
- name = Debug;
- };
- 1EE8C2EC1476A48E002496F2 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- ARCHS = "$(ARCHS_STANDARD_64_BIT)";
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_ENABLE_OBJC_EXCEPTIONS = YES;
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- HEADER_SEARCH_PATHS = (
- ../,
- /opt/local/include,
- );
- MACOSX_DEPLOYMENT_TARGET = 10.7;
- SDKROOT = macosx;
- };
- name = Release;
- };
- 1EE8C2EE1476A48E002496F2 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- EXECUTABLE_PREFIX = lib;
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- 1EE8C2EF1476A48E002496F2 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- EXECUTABLE_PREFIX = lib;
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- 1EE8C2E31476A48E002496F2 /* Build configuration list for PBXProject "lm" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1EE8C2EB1476A48E002496F2 /* Debug */,
- 1EE8C2EC1476A48E002496F2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 1EE8C2ED1476A48E002496F2 /* Build configuration list for PBXNativeTarget "lm" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1EE8C2EE1476A48E002496F2 /* Debug */,
- 1EE8C2EF1476A48E002496F2 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = 1EE8C2E01476A48E002496F2 /* Project object */;
-}
diff --git a/lm/model.cc b/lm/model.cc
index 042955efd..478ebed1b 100644
--- a/lm/model.cc
+++ b/lm/model.cc
@@ -46,7 +46,7 @@ template <class Search, class VocabularyT> GenericModel<Search, VocabularyT>::Ge
template <class Search, class VocabularyT> void GenericModel<Search, VocabularyT>::InitializeFromBinary(void *start, const Parameters &params, const Config &config, int fd) {
SetupMemory(start, params.counts, config);
- vocab_.LoadedBinary(fd, config.enumerate_vocab);
+ vocab_.LoadedBinary(params.fixed.has_vocabulary, fd, config.enumerate_vocab);
search_.LoadedBinary();
}
@@ -82,7 +82,7 @@ template <class Search, class VocabularyT> void GenericModel<Search, VocabularyT
search_.unigram.Unknown().backoff = 0.0;
search_.unigram.Unknown().prob = config.unknown_missing_logprob;
}
- FinishFile(config, kModelType, kVersion, counts, backing_);
+ FinishFile(config, kModelType, kVersion, counts, vocab_.UnkCountChangePadding(), backing_);
} catch (util::Exception &e) {
e << " Byte: " << f.Offset();
throw;
@@ -119,7 +119,7 @@ template <class Search, class VocabularyT> FullScoreReturn GenericModel<Search,
}
float backoff;
// i is the order of the backoff we're looking for.
- const Middle *mid_iter = search_.MiddleBegin() + start - 2;
+ typename Search::MiddleIter mid_iter = search_.MiddleBegin() + start - 2;
for (const WordIndex *i = context_rbegin + start - 1; i < context_rend; ++i, ++mid_iter) {
if (!search_.LookupMiddleNoProb(*mid_iter, *i, backoff, node)) break;
ret.prob += backoff;
@@ -139,7 +139,7 @@ template <class Search, class VocabularyT> void GenericModel<Search, VocabularyT
search_.LookupUnigram(*context_rbegin, out_state.backoff[0], node, ignored);
out_state.length = HasExtension(out_state.backoff[0]) ? 1 : 0;
float *backoff_out = out_state.backoff + 1;
- const typename Search::Middle *mid = search_.MiddleBegin();
+ typename Search::MiddleIter mid(search_.MiddleBegin());
for (const WordIndex *i = context_rbegin + 1; i < context_rend; ++i, ++backoff_out, ++mid) {
if (!search_.LookupMiddleNoProb(*mid, *i, *backoff_out, node)) {
std::copy(context_rbegin, context_rbegin + out_state.length, out_state.words);
@@ -166,7 +166,7 @@ template <class Search, class VocabularyT> FullScoreReturn GenericModel<Search,
// If this function is called, then it does depend on left words.
ret.independent_left = false;
ret.extend_left = extend_pointer;
- const typename Search::Middle *mid_iter = search_.MiddleBegin() + extend_length - 1;
+ typename Search::MiddleIter mid_iter(search_.MiddleBegin() + extend_length - 1);
const WordIndex *i = add_rbegin;
for (; ; ++i, ++backoff_out, ++mid_iter) {
if (i == add_rend) {
@@ -235,7 +235,7 @@ template <class Search, class VocabularyT> FullScoreReturn GenericModel<Search,
// Ok start by looking up the bigram.
const WordIndex *hist_iter = context_rbegin;
- const typename Search::Middle *mid_iter = search_.MiddleBegin();
+ typename Search::MiddleIter mid_iter(search_.MiddleBegin());
for (; ; ++mid_iter, ++hist_iter, ++backoff_out) {
if (hist_iter == context_rend) {
// Ran out of history. Typically no backoff, but this could be a blank.
diff --git a/lm/model.hh b/lm/model.hh
index 731d60b7e..6ea62a789 100644
--- a/lm/model.hh
+++ b/lm/model.hh
@@ -90,7 +90,7 @@ template <class Search, class VocabularyT> class GenericModel : public base::Mod
* TrieModel. To classify binary files, call RecognizeBinary in
* lm/binary_format.hh.
*/
- GenericModel(const char *file, const Config &config = Config());
+ explicit GenericModel(const char *file, const Config &config = Config());
/* Score p(new_word | in_state) and incorporate new_word into out_state.
* Note that in_state and out_state must be different references:
diff --git a/lm/ngram_query.cc b/lm/ngram_query.cc
index 1b2cd5db3..8f7a0e1cc 100644
--- a/lm/ngram_query.cc
+++ b/lm/ngram_query.cc
@@ -1,92 +1,4 @@
-#include "lm/enumerate_vocab.hh"
-#include "lm/model.hh"
-
-#include <cstdlib>
-#include <fstream>
-#include <iostream>
-#include <string>
-
-#include <ctype.h>
-#if !defined(_WIN32) && !defined(_WIN64)
-#include <sys/resource.h>
-#include <sys/time.h>
-#endif
-
-#if !defined(_WIN32) && !defined(_WIN64)
-float FloatSec(const struct timeval &tv) {
- return static_cast<float>(tv.tv_sec) + (static_cast<float>(tv.tv_usec) / 1000000000.0);
-}
-#endif
-
-void PrintUsage(const char *message) {
-#if !defined(_WIN32) && !defined(_WIN64)
- struct rusage usage;
- if (getrusage(RUSAGE_SELF, &usage)) {
- perror("getrusage");
- return;
- }
- std::cerr << message;
- std::cerr << "user\t" << FloatSec(usage.ru_utime) << "\nsys\t" << FloatSec(usage.ru_stime) << '\n';
-
- // Linux doesn't set memory usage :-(.
- std::ifstream status("/proc/self/status", std::ios::in);
- std::string line;
- while (getline(status, line)) {
- if (!strncmp(line.c_str(), "VmRSS:\t", 7)) {
- std::cerr << "rss " << (line.c_str() + 7) << '\n';
- break;
- }
- }
-#endif
-}
-
-template <class Model> void Query(const Model &model, bool sentence_context) {
- PrintUsage("Loading statistics:\n");
- typename Model::State state, out;
- lm::FullScoreReturn ret;
- std::string word;
-
- while (std::cin) {
- state = sentence_context ? model.BeginSentenceState() : model.NullContextState();
- float total = 0.0;
- bool got = false;
- unsigned int oov = 0;
- while (std::cin >> word) {
- got = true;
- lm::WordIndex vocab = model.GetVocabulary().Index(word);
- if (vocab == 0) ++oov;
- ret = model.FullScore(state, vocab, out);
- total += ret.prob;
- std::cout << word << '=' << vocab << ' ' << static_cast<unsigned int>(ret.ngram_length) << ' ' << ret.prob << '\t';
- state = out;
- char c;
- while (true) {
- c = std::cin.get();
- if (!std::cin) break;
- if (c == '\n') break;
- if (!isspace(c)) {
- std::cin.unget();
- break;
- }
- }
- if (c == '\n') break;
- }
- if (!got && !std::cin) break;
- if (sentence_context) {
- ret = model.FullScore(state, model.GetVocabulary().EndSentence(), out);
- total += ret.prob;
- std::cout << "</s>=" << model.GetVocabulary().EndSentence() << ' ' << static_cast<unsigned int>(ret.ngram_length) << ' ' << ret.prob << '\t';
- }
- std::cout << "Total: " << total << " OOV: " << oov << '\n';
- }
- PrintUsage("After queries:\n");
-}
-
-template <class Model> void Query(const char *name) {
- lm::ngram::Config config;
- Model model(name, config);
- Query(model);
-}
+#include "lm/ngram_query.hh"
int main(int argc, char *argv[]) {
if (!(argc == 2 || (argc == 3 && !strcmp(argv[2], "null")))) {
@@ -96,31 +8,32 @@ int main(int argc, char *argv[]) {
}
try {
bool sentence_context = (argc == 2);
- lm::ngram::ModelType model_type;
- if (lm::ngram::RecognizeBinary(argv[1], model_type)) {
+ using namespace lm::ngram;
+ ModelType model_type;
+ if (RecognizeBinary(argv[1], model_type)) {
switch(model_type) {
- case lm::ngram::HASH_PROBING:
- Query<lm::ngram::ProbingModel>(argv[1], sentence_context);
+ case HASH_PROBING:
+ Query<lm::ngram::ProbingModel>(argv[1], sentence_context, std::cin, std::cout);
break;
- case lm::ngram::TRIE_SORTED:
- Query<lm::ngram::TrieModel>(argv[1], sentence_context);
+ case TRIE_SORTED:
+ Query<TrieModel>(argv[1], sentence_context, std::cin, std::cout);
break;
- case lm::ngram::QUANT_TRIE_SORTED:
- Query<lm::ngram::QuantTrieModel>(argv[1], sentence_context);
+ case QUANT_TRIE_SORTED:
+ Query<QuantTrieModel>(argv[1], sentence_context, std::cin, std::cout);
break;
- case lm::ngram::ARRAY_TRIE_SORTED:
- Query<lm::ngram::ArrayTrieModel>(argv[1], sentence_context);
+ case ARRAY_TRIE_SORTED:
+ Query<ArrayTrieModel>(argv[1], sentence_context, std::cin, std::cout);
break;
- case lm::ngram::QUANT_ARRAY_TRIE_SORTED:
- Query<lm::ngram::QuantArrayTrieModel>(argv[1], sentence_context);
+ case QUANT_ARRAY_TRIE_SORTED:
+ Query<QuantArrayTrieModel>(argv[1], sentence_context, std::cin, std::cout);
break;
- case lm::ngram::HASH_SORTED:
+ case HASH_SORTED:
default:
std::cerr << "Unrecognized kenlm model type " << model_type << std::endl;
abort();
}
} else {
- Query<lm::ngram::ProbingModel>(argv[1], sentence_context);
+ Query<ProbingModel>(argv[1], sentence_context, std::cin, std::cout);
}
PrintUsage("Total time including destruction:\n");
diff --git a/lm/ngram_query.hh b/lm/ngram_query.hh
new file mode 100644
index 000000000..4990df226
--- /dev/null
+++ b/lm/ngram_query.hh
@@ -0,0 +1,103 @@
+#ifndef LM_NGRAM_QUERY__
+#define LM_NGRAM_QUERY__
+
+#include "lm/enumerate_vocab.hh"
+#include "lm/model.hh"
+
+#include <cstdlib>
+#include <fstream>
+#include <iostream>
+#include <string>
+
+#include <ctype.h>
+#if !defined(_WIN32) && !defined(_WIN64)
+#include <sys/resource.h>
+#include <sys/time.h>
+#endif
+
+namespace lm {
+namespace ngram {
+
+#if !defined(_WIN32) && !defined(_WIN64)
+float FloatSec(const struct timeval &tv) {
+ return static_cast<float>(tv.tv_sec) + (static_cast<float>(tv.tv_usec) / 1000000000.0);
+}
+#endif
+
+void PrintUsage(const char *message) {
+#if !defined(_WIN32) && !defined(_WIN64)
+ struct rusage usage;
+ if (getrusage(RUSAGE_SELF, &usage)) {
+ perror("getrusage");
+ return;
+ }
+ std::cerr << message;
+ std::cerr << "user\t" << FloatSec(usage.ru_utime) << "\nsys\t" << FloatSec(usage.ru_stime) << '\n';
+
+ // Linux doesn't set memory usage :-(.
+ std::ifstream status("/proc/self/status", std::ios::in);
+ std::string line;
+ while (getline(status, line)) {
+ if (!strncmp(line.c_str(), "VmRSS:\t", 7)) {
+ std::cerr << "rss " << (line.c_str() + 7) << '\n';
+ break;
+ }
+ }
+#endif
+}
+
+template <class Model> void Query(const Model &model, bool sentence_context, std::istream &in_stream, std::ostream &out_stream) {
+ PrintUsage("Loading statistics:\n");
+ typename Model::State state, out;
+ lm::FullScoreReturn ret;
+ std::string word;
+
+ while (in_stream) {
+ state = sentence_context ? model.BeginSentenceState() : model.NullContextState();
+ float total = 0.0;
+ bool got = false;
+ unsigned int oov = 0;
+ while (in_stream >> word) {
+ got = true;
+ lm::WordIndex vocab = model.GetVocabulary().Index(word);
+ if (vocab == 0) ++oov;
+ ret = model.FullScore(state, vocab, out);
+ total += ret.prob;
+ out_stream << word << '=' << vocab << ' ' << static_cast<unsigned int>(ret.ngram_length) << ' ' << ret.prob << '\t';
+ state = out;
+ char c;
+ while (true) {
+ c = in_stream.get();
+ if (!in_stream) break;
+ if (c == '\n') break;
+ if (!isspace(c)) {
+ in_stream.unget();
+ break;
+ }
+ }
+ if (c == '\n') break;
+ }
+ if (!got && !in_stream) break;
+ if (sentence_context) {
+ ret = model.FullScore(state, model.GetVocabulary().EndSentence(), out);
+ total += ret.prob;
+ out_stream << "</s>=" << model.GetVocabulary().EndSentence() << ' ' << static_cast<unsigned int>(ret.ngram_length) << ' ' << ret.prob << '\t';
+ }
+ out_stream << "Total: " << total << " OOV: " << oov << '\n';
+ }
+ PrintUsage("After queries:\n");
+}
+
+template <class M> void Query(const char *file, bool sentence_context, std::istream &in_stream, std::ostream &out_stream) {
+ Config config;
+// config.load_method = util::LAZY;
+ M model(file, config);
+ Query(model, sentence_context, in_stream, out_stream);
+}
+
+} // namespace ngram
+} // namespace lm
+
+#endif // LM_NGRAM_QUERY__
+
+
diff --git a/lm/quantize.cc b/lm/quantize.cc
index 8de37e827..a8e0cb21c 100644
--- a/lm/quantize.cc
+++ b/lm/quantize.cc
@@ -20,11 +20,11 @@ namespace ngram {
namespace {
-void MakeBins(float *values, float *values_end, float *centers, uint32_t bins) {
- std::sort(values, values_end);
- const float *start = values, *finish;
+void MakeBins(std::vector<float> &values, float *centers, uint32_t bins) {
+ std::sort(values.begin(), values.end());
+ std::vector<float>::const_iterator start = values.begin(), finish;
for (uint32_t i = 0; i < bins; ++i, ++centers, start = finish) {
- finish = values + (((values_end - values) * static_cast<uint64_t>(i + 1)) / bins);
+ finish = values.begin() + ((values.size() * static_cast<uint64_t>(i + 1)) / bins);
if (finish == start) {
// zero length bucket.
*centers = i ? *(centers - 1) : -std::numeric_limits<float>::infinity();
@@ -66,12 +66,12 @@ void SeparatelyQuantize::Train(uint8_t order, std::vector<float> &prob, std::vec
float *centers = start_ + TableStart(order) + ProbTableLength();
*(centers++) = kNoExtensionBackoff;
*(centers++) = kExtensionBackoff;
- MakeBins(&*backoff.begin(), &*backoff.end(), centers, (1ULL << backoff_bits_) - 2);
+ MakeBins(backoff, centers, (1ULL << backoff_bits_) - 2);
}
void SeparatelyQuantize::TrainProb(uint8_t order, std::vector<float> &prob) {
float *centers = start_ + TableStart(order);
- MakeBins(&*prob.begin(), &*prob.end(), centers, (1ULL << prob_bits_));
+ MakeBins(prob, centers, (1ULL << prob_bits_));
}
void SeparatelyQuantize::FinishedLoading(const Config &config) {
diff --git a/lm/quantize.hh b/lm/quantize.hh
index 6d130a577..a81fe3aa2 100644
--- a/lm/quantize.hh
+++ b/lm/quantize.hh
@@ -16,7 +16,7 @@
namespace lm {
namespace ngram {
-class Config;
+struct Config;
/* Store values directly and don't quantize. */
class DontQuantize {
diff --git a/lm/read_arpa.cc b/lm/read_arpa.cc
index 05f761be6..be6565992 100644
--- a/lm/read_arpa.cc
+++ b/lm/read_arpa.cc
@@ -7,6 +7,7 @@
#include <vector>
#include <ctype.h>
+#include <math.h>
#include <string.h>
#include <stdint.h>
@@ -93,7 +94,11 @@ void ReadBackoff(util::FilePiece &in, ProbBackoff &weights) {
case '\t':
weights.backoff = in.ReadFloat();
if (weights.backoff == ngram::kExtensionBackoff) weights.backoff = ngram::kNoExtensionBackoff;
- if ((in.get() != '\n')) UTIL_THROW(FormatLoadException, "Expected newline after backoff");
+ {
+ int float_class = fpclassify(weights.backoff);
+ UTIL_THROW_IF(float_class == FP_NAN || float_class == FP_INFINITE, FormatLoadException, "Bad backoff " << weights.backoff);
+ }
+ UTIL_THROW_IF((in.get() != '\n'), FormatLoadException, "Expected newline after backoff");
break;
case '\n':
weights.backoff = ngram::kNoExtensionBackoff;
diff --git a/lm/read_arpa.hh b/lm/read_arpa.hh
index ab996bde7..25648d3fb 100644
--- a/lm/read_arpa.hh
+++ b/lm/read_arpa.hh
@@ -10,6 +10,8 @@
#include <iosfwd>
#include <vector>
+#include <math.h>
+
namespace lm {
void ReadARPACounts(util::FilePiece &in, std::vector<uint64_t> &number);
@@ -29,20 +31,26 @@ class PositiveProbWarn {
explicit PositiveProbWarn(WarningAction action) : action_(action) {}
- void Warn(float prob);
+ float ReadProb(util::FilePiece &f) {
+ float prob = f.ReadFloat();
+ UTIL_THROW_IF(f.get() != '\t', FormatLoadException, "Expected tab after probability");
+ UTIL_THROW_IF(isnan(prob), FormatLoadException, "NaN probability");
+ if (prob > 0.0) {
+ Warn(prob);
+ prob = 0.0;
+ }
+ return prob;
+ }
private:
+ void Warn(float prob);
+
WarningAction action_;
};
template <class Voc> void Read1Gram(util::FilePiece &f, Voc &vocab, ProbBackoff *unigrams, PositiveProbWarn &warn) {
try {
- float prob = f.ReadFloat();
- if (prob > 0.0) {
- warn.Warn(prob);
- prob = 0.0;
- }
- if (f.get() != '\t') UTIL_THROW(FormatLoadException, "Expected tab after probability");
+ float prob = warn.ReadProb(f);
ProbBackoff &value = unigrams[vocab.Insert(f.ReadDelimited(kARPASpaces))];
value.prob = prob;
ReadBackoff(f, value);
@@ -64,11 +72,7 @@ template <class Voc> void Read1Grams(util::FilePiece &f, std::size_t count, Voc
// Return true if a positive log probability came out.
template <class Voc, class Weights> void ReadNGram(util::FilePiece &f, const unsigned char n, const Voc &vocab, WordIndex *const reverse_indices, Weights &weights, PositiveProbWarn &warn) {
try {
- weights.prob = f.ReadFloat();
- if (weights.prob > 0.0) {
- warn.Warn(weights.prob);
- weights.prob = 0.0;
- }
+ weights.prob = warn.ReadProb(f);
for (WordIndex *vocab_out = reverse_indices + n - 1; vocab_out >= reverse_indices; --vocab_out) {
*vocab_out = vocab.Index(f.ReadDelimited(kARPASpaces));
}
diff --git a/lm/search_hashed.cc b/lm/search_hashed.cc
index f803b632e..1d6fb5be7 100644
--- a/lm/search_hashed.cc
+++ b/lm/search_hashed.cc
@@ -84,9 +84,11 @@ template <class Middle> void FixSRI(int lower, float negative_lower_prob, unsign
}
template <class Voc, class Store, class Middle, class Activate> void ReadNGrams(util::FilePiece &f, const unsigned int n, const size_t count, const Voc &vocab, ProbBackoff *unigrams, std::vector<Middle> &middle, Activate activate, Store &store, PositiveProbWarn &warn) {
+ assert(n >= 2);
ReadNGramHeader(f, n);
- // vocab ids of words in reverse order
+ // Both vocab_ids and keys are non-empty because n >= 2.
+ // vocab ids of words in reverse order.
std::vector<WordIndex> vocab_ids(n);
std::vector<uint64_t> keys(n-1);
typename Store::Entry::Value value;
@@ -147,7 +149,7 @@ template <class MiddleT, class LongestT> uint8_t *TemplateHashedSearch<MiddleT,
template <class MiddleT, class LongestT> template <class Voc> void TemplateHashedSearch<MiddleT, LongestT>::InitializeFromARPA(const char * /*file*/, util::FilePiece &f, const std::vector<uint64_t> &counts, const Config &config, Voc &vocab, Backing &backing) {
// TODO: fix sorted.
- SetupMemory(GrowForSearch(config, 0, Size(counts, config), backing), counts, config);
+ SetupMemory(GrowForSearch(config, vocab.UnkCountChangePadding(), Size(counts, config), backing), counts, config);
PositiveProbWarn warn(config.positive_log_probability);
diff --git a/lm/search_hashed.hh b/lm/search_hashed.hh
index 96b03013e..4352c72dd 100644
--- a/lm/search_hashed.hh
+++ b/lm/search_hashed.hh
@@ -91,8 +91,10 @@ template <class MiddleT, class LongestT> class TemplateHashedSearch : public Has
template <class Voc> void InitializeFromARPA(const char *file, util::FilePiece &f, const std::vector<uint64_t> &counts, const Config &config, Voc &vocab, Backing &backing);
- const Middle *MiddleBegin() const { return &*middle_.begin(); }
- const Middle *MiddleEnd() const { return &*middle_.end(); }
+ typedef typename std::vector<Middle>::const_iterator MiddleIter;
+
+ MiddleIter MiddleBegin() const { return middle_.begin(); }
+ MiddleIter MiddleEnd() const { return middle_.end(); }
Node Unpack(uint64_t extend_pointer, unsigned char extend_length, float &prob) const {
util::FloatEnc val;
diff --git a/lm/search_trie.cc b/lm/search_trie.cc
index f36d9c53c..ffadfa944 100644
--- a/lm/search_trie.cc
+++ b/lm/search_trie.cc
@@ -197,7 +197,7 @@ class SRISucks {
void ObtainBackoffs(unsigned char total_order, FILE *unigram_file, RecordReader *reader) {
for (unsigned char i = 0; i < kMaxOrder - 1; ++i) {
- it_[i] = &*values_[i].begin();
+ it_[i] = values_[i].empty() ? NULL : &*values_[i].begin();
}
messages_[0].Apply(it_, unigram_file);
BackoffMessages *messages = messages_ + 1;
@@ -229,8 +229,8 @@ class SRISucks {
class FindBlanks {
public:
- FindBlanks(uint64_t *counts, unsigned char order, const ProbBackoff *unigrams, SRISucks &messages)
- : counts_(counts), longest_counts_(counts + order - 1), unigrams_(unigrams), sri_(messages) {}
+ FindBlanks(unsigned char order, const ProbBackoff *unigrams, SRISucks &messages)
+ : counts_(order), unigrams_(unigrams), sri_(messages) {}
float UnigramProb(WordIndex index) const {
return unigrams_[index].prob;
@@ -250,7 +250,7 @@ class FindBlanks {
}
void Longest(const void * /*data*/) {
- ++*longest_counts_;
+ ++counts_.back();
}
// Unigrams wrote one past.
@@ -258,8 +258,12 @@ class FindBlanks {
--counts_[0];
}
+ const std::vector<uint64_t> &Counts() const {
+ return counts_;
+ }
+
private:
- uint64_t *const counts_, *const longest_counts_;
+ std::vector<uint64_t> counts_;
const ProbBackoff *unigrams_;
@@ -473,14 +477,15 @@ template <class Quant, class Bhiksha> void BuildTrie(SortedFiles &files, std::ve
}
SRISucks sri;
- std::vector<uint64_t> fixed_counts(counts.size());
+ std::vector<uint64_t> fixed_counts;
util::scoped_FILE unigram_file;
util::scoped_fd unigram_fd(files.StealUnigram());
{
util::scoped_memory unigrams;
MapRead(util::POPULATE_OR_READ, unigram_fd.get(), 0, counts[0] * sizeof(ProbBackoff), unigrams);
- FindBlanks finder(&*fixed_counts.begin(), counts.size(), reinterpret_cast<const ProbBackoff*>(unigrams.get()), sri);
+ FindBlanks finder(counts.size(), reinterpret_cast<const ProbBackoff*>(unigrams.get()), sri);
RecursiveInsert(counts.size(), counts[0], inputs, config.messages, "Identifying n-grams omitted by SRI", finder);
+ fixed_counts = finder.Counts();
}
unigram_file.reset(util::FDOpenOrThrow(unigram_fd));
for (const RecordReader *i = inputs; i != inputs + counts.size() - 2; ++i) {
diff --git a/lm/search_trie.hh b/lm/search_trie.hh
index caa7a05e2..5155ca020 100644
--- a/lm/search_trie.hh
+++ b/lm/search_trie.hh
@@ -62,6 +62,8 @@ template <class Quant, class Bhiksha> class TrieSearch {
void LoadedBinary();
+ typedef const Middle *MiddleIter;
+
const Middle *MiddleBegin() const { return middle_begin_; }
const Middle *MiddleEnd() const { return middle_end_; }
diff --git a/lm/trie.hh b/lm/trie.hh
index ebe9910f0..8fcd995ec 100644
--- a/lm/trie.hh
+++ b/lm/trie.hh
@@ -10,7 +10,7 @@
namespace lm {
namespace ngram {
-class Config;
+struct Config;
namespace trie {
struct NodeRange {
diff --git a/lm/trie_sort.cc b/lm/trie_sort.cc
index 9d1d5f27f..b80fed02e 100644
--- a/lm/trie_sort.cc
+++ b/lm/trie_sort.cc
@@ -83,7 +83,12 @@ FILE *WriteContextFile(uint8_t *begin, uint8_t *end, const util::TempMaker &make
PartialIter context_begin(PartialViewProxy(begin + sizeof(WordIndex), entry_size, context_size));
PartialIter context_end(PartialViewProxy(end + sizeof(WordIndex), entry_size, context_size));
- std::sort(context_begin, context_end, util::SizedCompare<EntryCompare, PartialViewProxy>(EntryCompare(order - 1)));
+#if defined(_WIN32) || defined(_WIN64)
+ std::stable_sort
+#else
+ std::sort
+#endif
+ (context_begin, context_end, util::SizedCompare<EntryCompare, PartialViewProxy>(EntryCompare(order - 1)));
util::scoped_FILE out(maker.MakeFile());
@@ -157,7 +162,10 @@ void RecordReader::Overwrite(const void *start, std::size_t amount) {
UTIL_THROW_IF(fseek(file_, internal - entry_size_, SEEK_CUR), util::ErrnoException, "Couldn't seek backwards for revision");
WriteOrThrow(file_, start, amount);
long forward = entry_size_ - internal - amount;
- if (forward) UTIL_THROW_IF(fseek(file_, forward, SEEK_CUR), util::ErrnoException, "Couldn't seek forwards past revision");
+#if !defined(_WIN32) && !defined(_WIN64)
+ if (forward)
+#endif
+ UTIL_THROW_IF(fseek(file_, forward, SEEK_CUR), util::ErrnoException, "Couldn't seek forwards past revision");
}
void RecordReader::Rewind() {
@@ -244,8 +252,13 @@ void SortedFiles::ConvertToSorted(util::FilePiece &f, const SortedVocabulary &vo
}
// Sort full records by full n-gram.
util::SizedProxy proxy_begin(begin, entry_size), proxy_end(out_end, entry_size);
- // parallel_sort uses too much RAM
- std::sort(NGramIter(proxy_begin), NGramIter(proxy_end), util::SizedCompare<EntryCompare>(EntryCompare(order)));
+ // parallel_sort uses too much RAM. TODO: figure out why windows sort doesn't like my proxies.
+#if defined(_WIN32) || defined(_WIN64)
+ std::stable_sort
+#else
+ std::sort
+#endif
+ (NGramIter(proxy_begin), NGramIter(proxy_end), util::SizedCompare<EntryCompare>(EntryCompare(order)));
files.push_back(DiskFlush(begin, out_end, maker));
contexts.push_back(WriteContextFile(begin, out_end, maker, entry_size, order));
diff --git a/lm/trie_sort.hh b/lm/trie_sort.hh
index 3036319df..6ef17eb9f 100644
--- a/lm/trie_sort.hh
+++ b/lm/trie_sort.hh
@@ -25,7 +25,7 @@ namespace lm {
class PositiveProbWarn;
namespace ngram {
class SortedVocabulary;
-class Config;
+struct Config;
namespace trie {
diff --git a/lm/vocab.cc b/lm/vocab.cc
index c10743ceb..9fd698bbf 100644
--- a/lm/vocab.cc
+++ b/lm/vocab.cc
@@ -125,8 +125,10 @@ WordIndex SortedVocabulary::Insert(const StringPiece &str) {
void SortedVocabulary::FinishedLoading(ProbBackoff *reorder_vocab) {
if (enumerate_) {
- util::PairedIterator<ProbBackoff*, std::string*> values(reorder_vocab + 1, &*strings_to_enumerate_.begin());
- util::JointSort(begin_, end_, values);
+ if (!strings_to_enumerate_.empty()) {
+ util::PairedIterator<ProbBackoff*, std::string*> values(reorder_vocab + 1, &*strings_to_enumerate_.begin());
+ util::JointSort(begin_, end_, values);
+ }
for (WordIndex i = 0; i < static_cast<WordIndex>(end_ - begin_); ++i) {
// <unk> strikes again: +1 here.
enumerate_->Add(i + 1, strings_to_enumerate_[i]);
@@ -142,11 +144,11 @@ void SortedVocabulary::FinishedLoading(ProbBackoff *reorder_vocab) {
bound_ = end_ - begin_ + 1;
}
-void SortedVocabulary::LoadedBinary(int fd, EnumerateVocab *to) {
+void SortedVocabulary::LoadedBinary(bool have_words, int fd, EnumerateVocab *to) {
end_ = begin_ + *(reinterpret_cast<const uint64_t*>(begin_) - 1);
SetSpecial(Index("<s>"), Index("</s>"), 0);
bound_ = end_ - begin_ + 1;
- ReadWords(fd, to, bound_);
+ if (have_words) ReadWords(fd, to, bound_);
}
namespace {
@@ -201,12 +203,12 @@ void ProbingVocabulary::FinishedLoading(ProbBackoff * /*reorder_vocab*/) {
SetSpecial(Index("<s>"), Index("</s>"), 0);
}
-void ProbingVocabulary::LoadedBinary(int fd, EnumerateVocab *to) {
+void ProbingVocabulary::LoadedBinary(bool have_words, int fd, EnumerateVocab *to) {
UTIL_THROW_IF(header_->version != kProbingVocabularyVersion, FormatLoadException, "The binary file has probing version " << header_->version << " but the code expects version " << kProbingVocabularyVersion << ". Please rerun build_binary using the same version of the code.");
lookup_.LoadedBinary();
bound_ = header_->bound;
SetSpecial(Index("<s>"), Index("</s>"), 0);
- ReadWords(fd, to, bound_);
+ if (have_words) ReadWords(fd, to, bound_);
}
void MissingUnknown(const Config &config) throw(SpecialWordMissingException) {
@@ -229,7 +231,7 @@ void MissingSentenceMarker(const Config &config, const char *str) throw(SpecialW
if (config.messages) *config.messages << "Missing special word " << str << "; will treat it as <unk>.";
break;
case THROW_UP:
- UTIL_THROW(SpecialWordMissingException, "The ARPA file is missing " << str << " and the model is configured to reject these models. If you built your APRA with IRSTLM and forgot to run add-start-end.sh, complain to <bertoldi at fbk.eu> stating that you think build-lm.sh should do this by default, then go back and retrain your model from the start. To bypass this check and treat " << str << " as an OOV, pass -s. The resulting model will not work with e.g. Moses.");
+ UTIL_THROW(SpecialWordMissingException, "The ARPA file is missing " << str << " and the model is configured to reject these models. Run build_binary -s to disable this check.");
}
}
diff --git a/lm/vocab.hh b/lm/vocab.hh
index 48db3d627..343fc98a5 100644
--- a/lm/vocab.hh
+++ b/lm/vocab.hh
@@ -13,11 +13,11 @@
#include <vector>
namespace lm {
-class ProbBackoff;
+struct ProbBackoff;
class EnumerateVocab;
namespace ngram {
-class Config;
+struct Config;
namespace detail {
uint64_t HashForVocab(const char *str, std::size_t len);
@@ -82,7 +82,7 @@ class SortedVocabulary : public base::Vocabulary {
bool SawUnk() const { return saw_unk_; }
- void LoadedBinary(int fd, EnumerateVocab *to);
+ void LoadedBinary(bool have_words, int fd, EnumerateVocab *to);
private:
uint64_t *begin_, *end_;
@@ -143,9 +143,11 @@ class ProbingVocabulary : public base::Vocabulary {
void FinishedLoading(ProbBackoff *reorder_vocab);
+ std::size_t UnkCountChangePadding() const { return 0; }
+
bool SawUnk() const { return saw_unk_; }
- void LoadedBinary(int fd, EnumerateVocab *to);
+ void LoadedBinary(bool have_words, int fd, EnumerateVocab *to);
private:
typedef util::ProbingHashTable<ProbingVocabuaryEntry, util::IdentityHash> Lookup;
diff --git a/mert/BleuScorer.cpp b/mert/BleuScorer.cpp
index 67692eef7..22ce81798 100644
--- a/mert/BleuScorer.cpp
+++ b/mert/BleuScorer.cpp
@@ -1,45 +1,54 @@
#include "BleuScorer.h"
#include <algorithm>
+#include <cassert>
#include <cmath>
#include <climits>
#include <fstream>
-#include <iterator>
+#include <iostream>
#include <stdexcept>
+
+#include "util/check.hh"
+#include "Ngram.h"
+#include "Reference.h"
#include "Util.h"
+#include "Vocabulary.h"
+
+using namespace std;
+
+namespace {
+
+// configure regularisation
+const char KEY_REFLEN[] = "reflen";
+const char REFLEN_AVERAGE[] = "average";
+const char REFLEN_SHORTEST[] = "shortest";
+const char REFLEN_CLOSEST[] = "closest";
+
+} // namespace
BleuScorer::BleuScorer(const string& config)
- : StatisticsBasedScorer("BLEU",config),
- kLENGTH(4),
- _refLengthStrategy(BLEU_CLOSEST) {
- //configure regularisation
- static string KEY_REFLEN = "reflen";
- static string REFLEN_AVERAGE = "average";
- static string REFLEN_SHORTEST = "shortest";
- static string REFLEN_CLOSEST = "closest";
-
- string reflen = getConfig(KEY_REFLEN,REFLEN_CLOSEST);
+ : StatisticsBasedScorer("BLEU", config),
+ m_ref_length_type(CLOSEST) {
+ const string reflen = getConfig(KEY_REFLEN, REFLEN_CLOSEST);
if (reflen == REFLEN_AVERAGE) {
- _refLengthStrategy = BLEU_AVERAGE;
+ m_ref_length_type = AVERAGE;
} else if (reflen == REFLEN_SHORTEST) {
- _refLengthStrategy = BLEU_SHORTEST;
+ m_ref_length_type = SHORTEST;
} else if (reflen == REFLEN_CLOSEST) {
- _refLengthStrategy = BLEU_CLOSEST;
+ m_ref_length_type = CLOSEST;
} else {
throw runtime_error("Unknown reference length strategy: " + reflen);
}
- // cerr << "Using reference length strategy: " << reflen << endl;
}
BleuScorer::~BleuScorer() {}
-size_t BleuScorer::countNgrams(const string& line, counts_t& counts, unsigned int n)
+size_t BleuScorer::CountNgrams(const string& line, NgramCounts& counts,
+ unsigned int n)
{
+ assert(n > 0);
vector<int> encoded_tokens;
- //cerr << line << endl;
- encode(line,encoded_tokens);
- //copy(encoded_tokens.begin(), encoded_tokens.end(), ostream_iterator<int>(cerr," "));
- //cerr << endl;
+ TokenizeAndEncode(line, encoded_tokens);
for (size_t k = 1; k <= n; ++k) {
//ngram order longer than sentence - no point
if (k > encoded_tokens.size()) {
@@ -50,165 +59,176 @@ size_t BleuScorer::countNgrams(const string& line, counts_t& counts, unsigned in
for (size_t j = i; j < i+k && j < encoded_tokens.size(); ++j) {
ngram.push_back(encoded_tokens[j]);
}
- int count = 1;
- counts_iterator oldcount = counts.find(ngram);
- if (oldcount != counts.end()) {
- count = (oldcount->second) + 1;
- }
- //cerr << count << endl;
- counts[ngram] = count;
- //cerr << endl;
+ counts.Add(ngram);
}
}
- //cerr << "counted ngrams" << endl;
- //dump_counts(counts);
return encoded_tokens.size();
}
void BleuScorer::setReferenceFiles(const vector<string>& referenceFiles)
{
- //make sure reference data is clear
- _refcounts.reset();
- _reflengths.clear();
- _encodings.clear();
+ // Make sure reference data is clear
+ m_references.reset();
+ mert::VocabularyFactory::GetVocabulary()->clear();
//load reference data
for (size_t i = 0; i < referenceFiles.size(); ++i) {
TRACE_ERR("Loading reference from " << referenceFiles[i] << endl);
- ifstream refin(referenceFiles[i].c_str());
- if (!refin) {
- throw runtime_error("Unable to open: " + referenceFiles[i]);
+
+ if (!OpenReference(referenceFiles[i].c_str(), i)) {
+ throw runtime_error("Unable to open " + referenceFiles[i]);
}
- string line;
- size_t sid = 0; //sentence counter
- while (getline(refin,line)) {
- //cerr << line << endl;
- if (i == 0) {
- counts_t *counts = new counts_t; //these get leaked
- _refcounts.push_back(counts);
- vector<size_t> lengths;
- _reflengths.push_back(lengths);
- }
- if (_refcounts.size() <= sid) {
- throw runtime_error("File " + referenceFiles[i] + " has too many sentences");
- }
- counts_t counts;
- size_t length = countNgrams(line,counts,kLENGTH);
- //for any counts larger than those already there, merge them in
- for (counts_iterator ci = counts.begin(); ci != counts.end(); ++ci) {
- counts_iterator oldcount_it = _refcounts[sid]->find(ci->first);
- int oldcount = 0;
- if (oldcount_it != _refcounts[sid]->end()) {
- oldcount = oldcount_it->second;
- }
- int newcount = ci->second;
- if (newcount > oldcount) {
- _refcounts[sid]->operator[](ci->first) = newcount;
- }
- }
- //add in the length
- _reflengths[sid].push_back(length);
- if (sid > 0 && sid % 100 == 0) {
- TRACE_ERR(".");
+ }
+}
+
+bool BleuScorer::OpenReference(const char* filename, size_t file_id) {
+ ifstream ifs(filename);
+ if (!ifs) {
+ cerr << "Cannot open " << filename << endl;
+ return false;
+ }
+ return OpenReferenceStream(&ifs, file_id);
+}
+
+bool BleuScorer::OpenReferenceStream(istream* is, size_t file_id) {
+ if (is == NULL) return false;
+
+ string line;
+ size_t sid = 0;
+ while (getline(*is, line)) {
+ line = preprocessSentence(line);
+ if (file_id == 0) {
+ Reference* ref = new Reference;
+ m_references.push_back(ref); // Take ownership of the Reference object.
+ }
+ if (m_references.size() <= sid) {
+ cerr << "Reference " << file_id << "has too many sentences." << endl;
+ return false;
+ }
+ NgramCounts counts;
+ size_t length = CountNgrams(line, counts, kBleuNgramOrder);
+
+ //for any counts larger than those already there, merge them in
+ for (NgramCounts::const_iterator ci = counts.begin(); ci != counts.end(); ++ci) {
+ const NgramCounts::Key& ngram = ci->first;
+ const NgramCounts::Value newcount = ci->second;
+
+ NgramCounts::Value oldcount = 0;
+ m_references[sid]->get_counts()->Lookup(ngram, &oldcount);
+ if (newcount > oldcount) {
+ m_references[sid]->get_counts()->operator[](ngram) = newcount;
}
- ++sid;
}
- TRACE_ERR(endl);
+ //add in the length
+ m_references[sid]->push_back(length);
+ if (sid > 0 && sid % 100 == 0) {
+ TRACE_ERR(".");
+ }
+ ++sid;
}
+ return true;
}
-
void BleuScorer::prepareStats(size_t sid, const string& text, ScoreStats& entry)
{
-// cerr << text << endl;
-// cerr << sid << endl;
- //dump_counts(*_refcounts[sid]);
- if (sid >= _refcounts.size()) {
+ if (sid >= m_references.size()) {
stringstream msg;
msg << "Sentence id (" << sid << ") not found in reference set";
throw runtime_error(msg.str());
}
- counts_t testcounts;
- //stats for this line
- vector<float> stats(kLENGTH*2);;
- size_t length = countNgrams(text,testcounts,kLENGTH);
- //dump_counts(testcounts);
- if (_refLengthStrategy == BLEU_SHORTEST) {
- //cerr << reflengths.size() << " " << sid << endl;
- int shortest = *min_element(_reflengths[sid].begin(),_reflengths[sid].end());
- stats.push_back(shortest);
- } else if (_refLengthStrategy == BLEU_AVERAGE) {
- int total = 0;
- for (size_t i = 0; i < _reflengths[sid].size(); ++i) {
- total += _reflengths[sid][i];
- }
- float mean = (float)total/_reflengths[sid].size();
- stats.push_back(mean);
- } else if (_refLengthStrategy == BLEU_CLOSEST) {
- int min_diff = INT_MAX;
- int min_idx = 0;
- for (size_t i = 0; i < _reflengths[sid].size(); ++i) {
- int reflength = _reflengths[sid][i];
- if (abs(reflength-(int)length) < abs(min_diff)) { //look for the closest reference
- min_diff = reflength-length;
- min_idx = i;
- } else if (abs(reflength-(int)length) == abs(min_diff)) { // if two references has the same closest length, take the shortest
- if (reflength < (int)_reflengths[sid][min_idx]) {
- min_idx = i;
- }
- }
- }
- stats.push_back(_reflengths[sid][min_idx]);
- } else {
- throw runtime_error("Unsupported reflength strategy");
- }
- //cerr << "computed length" << endl;
+ NgramCounts testcounts;
+ // stats for this line
+ vector<ScoreStatsType> stats(kBleuNgramOrder * 2);
+ string sentence = preprocessSentence(text);
+ const size_t length = CountNgrams(sentence, testcounts, kBleuNgramOrder);
+
+ const int reference_len = CalcReferenceLength(sid, length);
+ stats.push_back(reference_len);
+
//precision on each ngram type
- for (counts_iterator testcounts_it = testcounts.begin();
+ for (NgramCounts::const_iterator testcounts_it = testcounts.begin();
testcounts_it != testcounts.end(); ++testcounts_it) {
- counts_iterator refcounts_it = _refcounts[sid]->find(testcounts_it->first);
- int correct = 0;
- int guess = testcounts_it->second;
- if (refcounts_it != _refcounts[sid]->end()) {
- correct = min(refcounts_it->second,guess);
+ const NgramCounts::Value guess = testcounts_it->second;
+ const size_t len = testcounts_it->first.size();
+ NgramCounts::Value correct = 0;
+
+ NgramCounts::Value v = 0;
+ if (m_references[sid]->get_counts()->Lookup(testcounts_it->first, &v)) {
+ correct = min(v, guess);
}
- size_t len = testcounts_it->first.size();
- stats[len*2-2] += correct;
- stats[len*2-1] += guess;
+ stats[len * 2 - 2] += correct;
+ stats[len * 2 - 1] += guess;
}
- stringstream sout;
- copy(stats.begin(),stats.end(),ostream_iterator<float>(sout," "));
- //TRACE_ERR(sout.str() << endl);
- string stats_str = sout.str();
- entry.set(stats_str);
+ entry.set(stats);
}
float BleuScorer::calculateScore(const vector<int>& comps) const
{
- //cerr << "BLEU: ";
- //copy(comps.begin(),comps.end(), ostream_iterator<int>(cerr," "));
+ CHECK(comps.size() == kBleuNgramOrder * 2 + 1);
+
float logbleu = 0.0;
- for (int i = 0; i < kLENGTH; ++i) {
+ for (int i = 0; i < kBleuNgramOrder; ++i) {
if (comps[2*i] == 0) {
return 0.0;
}
logbleu += log(comps[2*i]) - log(comps[2*i+1]);
}
- logbleu /= kLENGTH;
- float brevity = 1.0 - (float)comps[kLENGTH*2]/comps[1];//reflength divided by test length
+ logbleu /= kBleuNgramOrder;
+ // reflength divided by test length
+ const float brevity = 1.0 - static_cast<float>(comps[kBleuNgramOrder * 2]) / comps[1];
if (brevity < 0.0) {
logbleu += brevity;
}
- //cerr << " " << exp(logbleu) << endl;
return exp(logbleu);
}
-void BleuScorer::dump_counts(counts_t& counts) const {
- for (counts_const_iterator i = counts.begin(); i != counts.end(); ++i) {
- cerr << "(";
- copy(i->first.begin(), i->first.end(), ostream_iterator<int>(cerr," "));
- cerr << ") " << i->second << ", ";
+int BleuScorer::CalcReferenceLength(size_t sentence_id, size_t length) {
+ switch (m_ref_length_type) {
+ case AVERAGE:
+ return m_references[sentence_id]->CalcAverage();
+ break;
+ case CLOSEST:
+ return m_references[sentence_id]->CalcClosest(length);
+ break;
+ case SHORTEST:
+ return m_references[sentence_id]->CalcShortest();
+ break;
+ default:
+ cerr << "unknown reference types." << endl;
+ exit(1);
}
- cerr << endl;
+}
+
+void BleuScorer::DumpCounts(ostream* os,
+ const NgramCounts& counts) const {
+ for (NgramCounts::const_iterator it = counts.begin();
+ it != counts.end(); ++it) {
+ *os << "(";
+ const NgramCounts::Key& keys = it->first;
+ for (size_t i = 0; i < keys.size(); ++i) {
+ if (i != 0) {
+ *os << " ";
+ }
+ *os << keys[i];
+ }
+ *os << ") : " << it->second << ", ";
+ }
+ *os << endl;
+}
+
+float sentenceLevelBleuPlusOne(const vector<float>& stats) {
+ CHECK(stats.size() == kBleuNgramOrder * 2 + 1);
+
+ float logbleu = 0.0;
+ for (int j = 0; j < kBleuNgramOrder; j++) {
+ logbleu += log(stats[2 * j] + 1.0) - log(stats[2 * j + 1] + 1.0);
+ }
+ logbleu /= kBleuNgramOrder;
+ const float brevity = 1.0 - stats[(kBleuNgramOrder * 2)] / stats[1];
+
+ if (brevity < 0.0) {
+ logbleu += brevity;
+ }
+ return exp(logbleu);
}
diff --git a/mert/BleuScorer.h b/mert/BleuScorer.h
index a10b09a7a..1f568f744 100644
--- a/mert/BleuScorer.h
+++ b/mert/BleuScorer.h
@@ -1,7 +1,7 @@
-#ifndef __BLEUSCORER_H__
-#define __BLEUSCORER_H__
+#ifndef MERT_BLEU_SCORER_H_
+#define MERT_BLEU_SCORER_H_
-#include <iostream>
+#include <ostream>
#include <string>
#include <vector>
@@ -10,10 +10,10 @@
#include "Scorer.h"
#include "ScopedVector.h"
-using namespace std;
-
-enum BleuReferenceLengthStrategy { BLEU_AVERAGE, BLEU_SHORTEST, BLEU_CLOSEST };
+const int kBleuNgramOrder = 4;
+class NgramCounts;
+class Reference;
/**
* Bleu scoring
@@ -21,61 +21,53 @@ enum BleuReferenceLengthStrategy { BLEU_AVERAGE, BLEU_SHORTEST, BLEU_CLOSEST };
class BleuScorer: public StatisticsBasedScorer
{
public:
- explicit BleuScorer(const string& config = "");
+ enum ReferenceLengthType {
+ AVERAGE,
+ CLOSEST,
+ SHORTEST
+ };
+
+ explicit BleuScorer(const std::string& config = "");
~BleuScorer();
- virtual void setReferenceFiles(const vector<string>& referenceFiles);
- virtual void prepareStats(size_t sid, const string& text, ScoreStats& entry);
- virtual float calculateScore(const vector<int>& comps) const;
+ virtual void setReferenceFiles(const std::vector<std::string>& referenceFiles);
+ virtual void prepareStats(std::size_t sid, const std::string& text, ScoreStats& entry);
+ virtual float calculateScore(const std::vector<int>& comps) const;
+ virtual std::size_t NumberOfScores() const { return 2 * kBleuNgramOrder + 1; }
- virtual size_t NumberOfScores() const {
- return 2 * kLENGTH + 1;
- }
+ int CalcReferenceLength(std::size_t sentence_id, std::size_t length);
-private:
- //Used to construct the ngram map
- struct CompareNgrams {
- bool operator()(const vector<int>& a, const vector<int>& b) const {
- size_t i;
- const size_t as = a.size();
- const size_t bs = b.size();
- for (i = 0; i < as && i < bs; ++i) {
- if (a[i] < b[i]) {
- //cerr << "true" << endl;
- return true;
- }
- if (a[i] > b[i]) {
- //cerr << "false" << endl;
- return false;
- }
- }
- //entries are equal, shortest wins
- return as < bs;;
- }
- };
+ ReferenceLengthType GetReferenceLengthType() const { return m_ref_length_type; }
+ void SetReferenceLengthType(ReferenceLengthType type) { m_ref_length_type = type; }
- typedef map<vector<int>,int,CompareNgrams> counts_t;
- typedef map<vector<int>,int,CompareNgrams>::iterator counts_iterator;
- typedef map<vector<int>,int,CompareNgrams>::const_iterator counts_const_iterator;
- typedef ScopedVector<counts_t> refcounts_t;
+ const std::vector<Reference*>& GetReferences() const { return m_references.get(); }
/**
* Count the ngrams of each type, up to the given length in the input line.
*/
- size_t countNgrams(const string& line, counts_t& counts, unsigned int n);
+ std::size_t CountNgrams(const std::string& line, NgramCounts& counts, unsigned int n);
- void dump_counts(counts_t& counts) const;
+ void DumpCounts(std::ostream* os, const NgramCounts& counts) const;
- const int kLENGTH;
- BleuReferenceLengthStrategy _refLengthStrategy;
+ bool OpenReference(const char* filename, std::size_t file_id);
- // data extracted from reference files
- refcounts_t _refcounts;
- vector<vector<size_t> > _reflengths;
+ // NOTE: this function is used for unit testing.
+ bool OpenReferenceStream(std::istream* is, std::size_t file_id);
+
+private:
+ ReferenceLengthType m_ref_length_type;
+
+ // reference translations.
+ ScopedVector<Reference> m_references;
// no copying allowed
BleuScorer(const BleuScorer&);
BleuScorer& operator=(const BleuScorer&);
};
-#endif // __BLEUSCORER_H__
+/** Computes sentence-level BLEU+1 score.
+ * This function is used in PRO.
+ */
+float sentenceLevelBleuPlusOne(const std::vector<float>& stats);
+
+#endif // MERT_BLEU_SCORER_H_
diff --git a/mert/BleuScorerTest.cpp b/mert/BleuScorerTest.cpp
new file mode 100644
index 000000000..5a7de9654
--- /dev/null
+++ b/mert/BleuScorerTest.cpp
@@ -0,0 +1,272 @@
+#include "BleuScorer.h"
+
+#define BOOST_TEST_MODULE MertBleuScorer
+#include <boost/test/unit_test.hpp>
+
+#include <cmath>
+#include "Ngram.h"
+#include "Vocabulary.h"
+#include "Util.h"
+
+namespace {
+
+NgramCounts* g_counts = NULL;
+
+NgramCounts* GetNgramCounts() {
+ assert(g_counts);
+ return g_counts;
+}
+
+void SetNgramCounts(NgramCounts* counts) {
+ g_counts = counts;
+}
+
+struct Unigram {
+ Unigram(const std::string& a) {
+ instance.push_back(mert::VocabularyFactory::GetVocabulary()->Encode(a));
+ }
+ NgramCounts::Key instance;
+};
+
+struct Bigram {
+ Bigram(const std::string& a, const std::string& b) {
+ instance.push_back(mert::VocabularyFactory::GetVocabulary()->Encode(a));
+ instance.push_back(mert::VocabularyFactory::GetVocabulary()->Encode(b));
+ }
+ NgramCounts::Key instance;
+};
+
+struct Trigram {
+ Trigram(const std::string& a, const std::string& b, const std::string& c) {
+ instance.push_back(mert::VocabularyFactory::GetVocabulary()->Encode(a));
+ instance.push_back(mert::VocabularyFactory::GetVocabulary()->Encode(b));
+ instance.push_back(mert::VocabularyFactory::GetVocabulary()->Encode(c));
+ }
+ NgramCounts::Key instance;
+};
+
+struct Fourgram {
+ Fourgram(const std::string& a, const std::string& b,
+ const std::string& c, const std::string& d) {
+ instance.push_back(mert::VocabularyFactory::GetVocabulary()->Encode(a));
+ instance.push_back(mert::VocabularyFactory::GetVocabulary()->Encode(b));
+ instance.push_back(mert::VocabularyFactory::GetVocabulary()->Encode(c));
+ instance.push_back(mert::VocabularyFactory::GetVocabulary()->Encode(d));
+ }
+ NgramCounts::Key instance;
+};
+
+bool CheckUnigram(const std::string& str) {
+ Unigram unigram(str);
+ NgramCounts::Value v;
+ return GetNgramCounts()->Lookup(unigram.instance, &v);
+}
+
+bool CheckBigram(const std::string& a, const std::string& b) {
+ Bigram bigram(a, b);
+ NgramCounts::Value v;
+ return GetNgramCounts()->Lookup(bigram.instance, &v);
+}
+
+bool CheckTrigram(const std::string& a, const std::string& b,
+ const std::string& c) {
+ Trigram trigram(a, b, c);
+ NgramCounts::Value v;
+ return GetNgramCounts()->Lookup(trigram.instance, &v);
+}
+
+bool CheckFourgram(const std::string& a, const std::string& b,
+ const std::string& c, const std::string& d) {
+ Fourgram fourgram(a, b, c, d);
+ NgramCounts::Value v;
+ return GetNgramCounts()->Lookup(fourgram.instance, &v);
+}
+
+void SetUpReferences(BleuScorer& scorer) {
+ // The following examples are taken from Koehn, "Statistical Machine Translation",
+ // Cambridge University Press, 2010.
+ {
+ std::stringstream ref1;
+ ref1 << "israeli officials are responsible for airport security" << std::endl;
+ BOOST_CHECK(scorer.OpenReferenceStream(&ref1, 0));
+ }
+
+ {
+ std::stringstream ref2;
+ ref2 << "israel is in charge of the security at this airport" << std::endl;
+ BOOST_CHECK(scorer.OpenReferenceStream(&ref2, 1));
+ }
+
+ {
+ std::stringstream ref3;
+ ref3 << "the security work for this airport is the responsibility of the israel government"
+ << std::endl;
+ BOOST_CHECK(scorer.OpenReferenceStream(&ref3, 2));
+ }
+
+ {
+ std::stringstream ref4;
+ ref4 << "israli side was in charge of the security of this airport" << std::endl;
+ BOOST_CHECK(scorer.OpenReferenceStream(&ref4, 3));
+ }
+}
+
+} // namespace
+
+BOOST_AUTO_TEST_CASE(bleu_reference_type) {
+ BleuScorer scorer;
+ // BleuScorer will use "closest" by default.
+ BOOST_CHECK_EQUAL(scorer.GetReferenceLengthType(), BleuScorer::CLOSEST);
+
+ scorer.SetReferenceLengthType(BleuScorer::AVERAGE);
+ BOOST_CHECK_EQUAL(scorer.GetReferenceLengthType(), BleuScorer::AVERAGE);
+
+ scorer.SetReferenceLengthType(BleuScorer::SHORTEST);
+ BOOST_CHECK_EQUAL(scorer.GetReferenceLengthType(), BleuScorer::SHORTEST);
+}
+
+BOOST_AUTO_TEST_CASE(bleu_reference_type_with_config) {
+ {
+ BleuScorer scorer("reflen:average");
+ BOOST_CHECK_EQUAL(scorer.GetReferenceLengthType(), BleuScorer::AVERAGE);
+ }
+
+ {
+ BleuScorer scorer("reflen:shortest");
+ BOOST_CHECK_EQUAL(scorer.GetReferenceLengthType(), BleuScorer::SHORTEST);
+ }
+}
+
+BOOST_AUTO_TEST_CASE(bleu_count_ngrams) {
+ BleuScorer scorer;
+
+ std::string line = "I saw a girl with a telescope .";
+ // In the above string, we will get the 25 ngrams.
+ //
+ // unigram: "I", "saw", "a", "girl", "with", "telescope", "."
+ // bigram: "I saw", "saw a", "a girl", "girl with", "with a", "a telescope"
+ // "telescope ."
+ // trigram: "I saw a", "saw a girl", "a girl with", "girl with a",
+ // "with a telescope", "a telescope ."
+ // 4-gram: "I saw a girl", "saw a girl with", "a girl with a",
+ // "girl with a telescope", "with a telescope ."
+ NgramCounts counts;
+ BOOST_REQUIRE(scorer.CountNgrams(line, counts, kBleuNgramOrder) == 8);
+ BOOST_CHECK_EQUAL(25, counts.size());
+
+ mert::Vocabulary* vocab = scorer.GetVocab();
+ BOOST_CHECK_EQUAL(7, vocab->size());
+
+ std::vector<std::string> res;
+ Tokenize(line.c_str(), ' ', &res);
+ std::vector<int> ids(res.size());
+ for (std::size_t i = 0; i < res.size(); ++i) {
+ BOOST_CHECK(vocab->Lookup(res[i], &ids[i]));
+ }
+
+ SetNgramCounts(&counts);
+
+ // unigram
+ for (std::size_t i = 0; i < res.size(); ++i) {
+ BOOST_CHECK(CheckUnigram(res[i]));
+ }
+
+ // bigram
+ BOOST_CHECK(CheckBigram("I", "saw"));
+ BOOST_CHECK(CheckBigram("saw", "a"));
+ BOOST_CHECK(CheckBigram("a", "girl"));
+ BOOST_CHECK(CheckBigram("girl", "with"));
+ BOOST_CHECK(CheckBigram("with", "a"));
+ BOOST_CHECK(CheckBigram("a", "telescope"));
+ BOOST_CHECK(CheckBigram("telescope", "."));
+
+ // trigram
+ BOOST_CHECK(CheckTrigram("I", "saw", "a"));
+ BOOST_CHECK(CheckTrigram("saw", "a", "girl"));
+ BOOST_CHECK(CheckTrigram("a", "girl", "with"));
+ BOOST_CHECK(CheckTrigram("girl", "with", "a"));
+ BOOST_CHECK(CheckTrigram("with", "a", "telescope"));
+ BOOST_CHECK(CheckTrigram("a", "telescope", "."));
+
+ // 4-gram
+ BOOST_CHECK(CheckFourgram("I", "saw", "a", "girl"));
+ BOOST_CHECK(CheckFourgram("saw", "a", "girl", "with"));
+ BOOST_CHECK(CheckFourgram("a", "girl", "with", "a"));
+ BOOST_CHECK(CheckFourgram("girl", "with", "a", "telescope"));
+ BOOST_CHECK(CheckFourgram("with", "a", "telescope", "."));
+}
+
+BOOST_AUTO_TEST_CASE(bleu_clipped_counts) {
+ BleuScorer scorer;
+ SetUpReferences(scorer);
+ std::string line("israeli officials responsibility of airport safety");
+ ScoreStats entry;
+ scorer.prepareStats(0, line, entry);
+
+ BOOST_CHECK_EQUAL(entry.size(), 2 * kBleuNgramOrder + 1);
+
+ // Test hypothesis ngram counts
+ BOOST_CHECK_EQUAL(entry.get(0), 5); // unigram
+ BOOST_CHECK_EQUAL(entry.get(2), 2); // bigram
+ BOOST_CHECK_EQUAL(entry.get(4), 0); // trigram
+ BOOST_CHECK_EQUAL(entry.get(6), 0); // fourgram
+
+ // Test reference ngram counts.
+ BOOST_CHECK_EQUAL(entry.get(1), 6); // unigram
+ BOOST_CHECK_EQUAL(entry.get(3), 5); // bigram
+ BOOST_CHECK_EQUAL(entry.get(5), 4); // trigram
+ BOOST_CHECK_EQUAL(entry.get(7), 3); // fourgram
+}
+
+BOOST_AUTO_TEST_CASE(calculate_actual_score) {
+ BOOST_REQUIRE(4 == kBleuNgramOrder);
+ std::vector<int> stats(2 * kBleuNgramOrder + 1);
+ BleuScorer scorer;
+
+ // unigram
+ stats[0] = 6;
+ stats[1] = 6;
+
+ // bigram
+ stats[2] = 4;
+ stats[3] = 5;
+
+ // trigram
+ stats[4] = 2;
+ stats[5] = 4;
+
+ // fourgram
+ stats[6] = 1;
+ stats[7] = 3;
+
+ // reference-length
+ stats[8] = 7;
+
+ BOOST_CHECK(IsAlmostEqual(0.5115f, scorer.calculateScore(stats)));
+}
+
+BOOST_AUTO_TEST_CASE(sentence_level_bleu) {
+ BOOST_REQUIRE(4 == kBleuNgramOrder);
+ std::vector<float> stats(2 * kBleuNgramOrder + 1);
+
+ // unigram
+ stats[0] = 6.0;
+ stats[1] = 6.0;
+
+ // bigram
+ stats[2] = 4.0;
+ stats[3] = 5.0;
+
+ // trigram
+ stats[4] = 2.0;
+ stats[5] = 4.0;
+
+ // fourgram
+ stats[6] = 1.0;
+ stats[7] = 3.0;
+
+ // reference-length
+ stats[8] = 7.0;
+
+ BOOST_CHECK(IsAlmostEqual(0.5985f, sentenceLevelBleuPlusOne(stats)));
+}
diff --git a/mert/CderScorer.cpp b/mert/CderScorer.cpp
index fc8d69f5f..8a835f17d 100644
--- a/mert/CderScorer.cpp
+++ b/mert/CderScorer.cpp
@@ -1,16 +1,29 @@
#include "CderScorer.h"
+
+#include <algorithm>
#include <fstream>
#include <stdexcept>
-CderScorer::CderScorer(const string& config)
- : StatisticsBasedScorer("CDER",config) {}
+using namespace std;
+
+namespace {
+
+inline int CalcDistance(int word1, int word2) {
+ return word1 == word2 ? 0 : 1;
+}
+
+} // namespace
+
+CderScorer::CderScorer(const string& config, bool allowed_long_jumps)
+ : StatisticsBasedScorer(allowed_long_jumps ? "CDER" : "WER", config),
+ m_allowed_long_jumps(allowed_long_jumps) {}
CderScorer::~CderScorer() {}
void CderScorer::setReferenceFiles(const vector<string>& referenceFiles)
{
//make sure reference data is clear
- ref_sentences.clear();
+ m_ref_sentences.clear();
//load reference data
for (size_t rid = 0; rid < referenceFiles.size(); ++rid) {
@@ -18,25 +31,37 @@ void CderScorer::setReferenceFiles(const vector<string>& referenceFiles)
if (!refin) {
throw runtime_error("Unable to open: " + referenceFiles[rid]);
}
- ref_sentences.push_back(vector<sent_t>());
+ m_ref_sentences.push_back(vector<sent_t>());
string line;
while (getline(refin,line)) {
+ line = this->preprocessSentence(line);
sent_t encoded;
- encode(line, encoded);
- ref_sentences[rid].push_back(encoded);
+ TokenizeAndEncode(line, encoded);
+ m_ref_sentences[rid].push_back(encoded);
}
}
}
+void CderScorer::prepareStats(size_t sid, const string& text, ScoreStats& entry)
+{
+ string sentence = this->preprocessSentence(text);
+
+ vector<int> stats;
+ prepareStatsVector(sid, sentence, stats);
+ entry.set(stats);
+}
+
void CderScorer::prepareStatsVector(size_t sid, const string& text, vector<int>& stats)
{
sent_t cand;
- encode(text, cand);
+ TokenizeAndEncode(text, cand);
float max = -2;
- for (size_t rid = 0; rid < ref_sentences.size(); ++rid) {
- sent_t& ref = ref_sentences[rid][sid];
- vector<int> tmp = computeCD(cand, ref);
+ vector<int> tmp;
+ for (size_t rid = 0; rid < m_ref_sentences.size(); ++rid) {
+ const sent_t& ref = m_ref_sentences[rid][sid];
+ tmp.clear();
+ computeCD(cand, ref, tmp);
if (calculateScore(tmp) > max) {
stats = tmp;
}
@@ -45,16 +70,15 @@ void CderScorer::prepareStatsVector(size_t sid, const string& text, vector<int>&
float CderScorer::calculateScore(const vector<int>& comps) const
{
- if (comps.size() != 2)
- {
+ if (comps.size() != 2) {
throw runtime_error("Size of stat vector for CDER is not 2");
}
-
- return 1 - (comps[0] / (float) comps[1]);
+ if (comps[1] == 0) return 1.0f;
+ return 1.0f - (comps[0] / static_cast<float>(comps[1]));
}
-vector<int> CderScorer::computeCD(const sent_t& cand, const sent_t& ref) const
-{
+void CderScorer::computeCD(const sent_t& cand, const sent_t& ref,
+ vector<int>& stats) const {
int I = cand.size() + 1; // Number of inter-words positions in candidate sentence
int L = ref.size() + 1; // Number of inter-words positions in reference sentence
@@ -75,27 +99,28 @@ vector<int> CderScorer::computeCD(const sent_t& cand, const sent_t& ref) const
vector<int> possibleCosts;
if (i > 0) {
possibleCosts.push_back((*nextRow)[i-1] + 1); // Deletion
- possibleCosts.push_back((*row)[i-1] + distance(ref[l-1], cand[i-1])); // Substitution/Identity
+ possibleCosts.push_back((*row)[i-1] + CalcDistance(ref[l-1], cand[i-1])); // Substitution/Identity
}
possibleCosts.push_back((*row)[i] + 1); // Insertion
(*nextRow)[i] = *min_element(possibleCosts.begin(), possibleCosts.end());
}
- // Cost of LongJumps is the same for all in the row
- int LJ = 1 + *min_element(nextRow->begin(), nextRow->end());
+ if (m_allowed_long_jumps) {
+ // Cost of LongJumps is the same for all in the row
+ int LJ = 1 + *min_element(nextRow->begin(), nextRow->end());
- for (int i = 0; i < I; ++i) {
- (*nextRow)[i] = min((*nextRow)[i], LJ); // LongJumps
+ for (int i = 0; i < I; ++i) {
+ (*nextRow)[i] = min((*nextRow)[i], LJ); // LongJumps
+ }
}
delete row;
row = nextRow;
}
- vector<int> stats(2);
+ stats.resize(2);
stats[0] = *(row->rbegin()); // CD distance is the cost of path from (0,0) to (I,L)
stats[1] = ref.size();
delete row;
- return stats;
}
diff --git a/mert/CderScorer.h b/mert/CderScorer.h
index 359ac31e9..060243162 100644
--- a/mert/CderScorer.h
+++ b/mert/CderScorer.h
@@ -1,54 +1,41 @@
-#ifndef __CDERSCORER_H__
-#define __CDERSCORER_H__
+#ifndef MERT_CDER_SCORER_H_
+#define MERT_CDER_SCORER_H_
-#include <algorithm>
-#include <iostream>
-#include <iterator>
#include <string>
#include <vector>
#include "Types.h"
#include "Scorer.h"
-using namespace std;
-
-class CderScorer: public StatisticsBasedScorer
-{
-public:
- explicit CderScorer(const string& config);
+/**
+ * CderScorer class can compute both CDER and WER metric.
+ */
+class CderScorer: public StatisticsBasedScorer {
+ public:
+ explicit CderScorer(const std::string& config, bool allowed_long_jumps = true);
~CderScorer();
- virtual void setReferenceFiles(const vector<string>& referenceFiles);
- virtual void prepareStats(size_t sid, const string& text, ScoreStats& entry)
- {
- vector<int> stats;
- prepareStatsVector(sid, text, stats);
+ virtual void setReferenceFiles(const std::vector<std::string>& referenceFiles);
+
+ virtual void prepareStats(std::size_t sid, const std::string& text, ScoreStats& entry);
+
+ virtual void prepareStatsVector(std::size_t sid, const std::string& text, std::vector<int>& stats);
- stringstream sout;
- copy(stats.begin(),stats.end(),ostream_iterator<float>(sout," "));
- string stats_str = sout.str();
- entry.set(stats_str);
- }
- virtual void prepareStatsVector(size_t sid, const string& text, vector<int>& stats);
+ virtual std::size_t NumberOfScores() const { return 2; }
- virtual size_t NumberOfScores() const {
- return 2;
- }
+ virtual float calculateScore(const std::vector<int>& comps) const;
- virtual float calculateScore(const vector<int>& comps) const;
+ private:
+ bool m_allowed_long_jumps;
-private:
- typedef vector<int> sent_t;
- vector<vector<sent_t> > ref_sentences;
+ typedef std::vector<int> sent_t;
+ std::vector<std::vector<sent_t> > m_ref_sentences;
- vector<int> computeCD(const sent_t& cand, const sent_t& ref) const;
- int distance(int word1, int word2) const
- {
- return word1 == word2 ? 0 : 1;
- }
+ void computeCD(const sent_t& cand, const sent_t& ref,
+ std::vector<int>& stats) const;
// no copying allowed
CderScorer(const CderScorer&);
CderScorer& operator=(const CderScorer&);
};
-#endif // __CDERSCORER_H__
+#endif // MERT_CDER_SCORER_H_
diff --git a/mert/Data.cpp b/mert/Data.cpp
index 4f822558e..2a6bd5e92 100644
--- a/mert/Data.cpp
+++ b/mert/Data.cpp
@@ -1,13 +1,12 @@
/*
* Data.cpp
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
*/
#include <algorithm>
-#include "util/check.hh"
#include <cmath>
#include <fstream>
@@ -16,148 +15,229 @@
#include "Scorer.h"
#include "ScorerFactory.h"
#include "Util.h"
+#include "util/check.hh"
+
+using namespace std;
+
-Data::Data(Scorer& ptr, const std::string& sparseweightsfile)
- : theScorer(&ptr),
- score_type(theScorer->getName()),
- number_of_scores(0),
- scoredata(new ScoreData(*theScorer)),
- featdata(new FeatureData)
+Data::Data(Scorer* scorer, const string& sparse_weights_file)
+ : m_scorer(scorer),
+ m_score_type(m_scorer->getName()),
+ m_num_scores(0),
+ m_score_data(new ScoreData(m_scorer)),
+ m_feature_data(new FeatureData)
{
- TRACE_ERR("Data::score_type " << score_type << std::endl);
- TRACE_ERR("Data::Scorer type from Scorer: " << theScorer->getName() << endl);
- if (sparseweightsfile.size()) {
- sparse_weights.load(sparseweightsfile);
+ TRACE_ERR("Data::m_score_type " << m_score_type << endl);
+ TRACE_ERR("Data::Scorer type from Scorer: " << m_scorer->getName() << endl);
+ if (sparse_weights_file.size()) {
+ m_sparse_weights.load(sparse_weights_file);
ostringstream msg;
msg << "Data::sparse_weights {";
- sparse_weights.write(msg,"=");
+ m_sparse_weights.write(msg,"=");
msg << "}";
TRACE_ERR(msg.str() << std::endl);
}
}
-Data::~Data() {
- if (featdata) {
- delete featdata;
- featdata = NULL;
- }
- if (scoredata) {
- delete scoredata;
- scoredata = NULL;
- }
-}
+//ADDED BY TS
+// TODO: This is too long; consider creating additional functions to
+// reduce the lines of this function.
+void Data::removeDuplicates() {
+ size_t nSentences = m_feature_data->size();
+ assert(m_score_data->size() == nSentences);
-void Data::loadnbest(const std::string &file)
-{
- TRACE_ERR("loading nbest from " << file << std::endl);
+ for (size_t s = 0; s < nSentences; s++) {
+ FeatureArray& feat_array = m_feature_data->get(s);
+ ScoreArray& score_array = m_score_data->get(s);
- FeatureStats featentry;
- ScoreStats scoreentry;
- std::string sentence_index;
+ assert(feat_array.size() == score_array.size());
- inputfilestream inp(file); // matches a stream with a file. Opens the file
+ //serves as a hash-map:
+ map<double, vector<size_t> > lookup;
- if (!inp.good())
- throw runtime_error("Unable to open: " + file);
+ size_t end_pos = feat_array.size() - 1;
+
+ size_t nRemoved = 0;
+
+ for (size_t k = 0; k <= end_pos; k++) {
+ const FeatureStats& cur_feats = feat_array.get(k);
+ double sum = 0.0;
+ for (size_t l = 0; l < cur_feats.size(); l++)
+ sum += cur_feats.get(l);
- std::string substring, subsubstring, stringBuf;
- std::string theSentence;
- std::string::size_type loc;
+ if (lookup.find(sum) != lookup.end()) {
- while (getline(inp,stringBuf,'\n')) {
- if (stringBuf.empty()) continue;
+ //cerr << "hit" << endl;
+ vector<size_t>& cur_list = lookup[sum];
-// TRACE_ERR("stringBuf: " << stringBuf << std::endl);
+ // TODO: Make sure this is correct because we have already used 'l'.
+ // If this does not impact on the removing duplicates, it is better
+ // to change
+ size_t l = 0;
+ for (l = 0; l < cur_list.size(); l++) {
+ size_t j = cur_list[l];
+
+ if (cur_feats == feat_array.get(j)
+ && score_array.get(k) == score_array.get(j)) {
+ if (k < end_pos) {
+ feat_array.swap(k,end_pos);
+ score_array.swap(k,end_pos);
+ k--;
+ }
+ end_pos--;
+ nRemoved++;
+ break;
+ }
+ }
+ if (l == lookup[sum].size())
+ cur_list.push_back(k);
+ } else {
+ lookup[sum].push_back(k);
+ }
+ // for (size_t j=0; j < k; j++) {
+
+ // if (feat_array.get(k) == feat_array.get(j)
+ // && score_array.get(k) == score_array.get(j)) {
+
+ // if (k < end_pos) {
+
+ // feat_array.swap(k,end_pos);
+ // score_array.swap(k,end_pos);
+
+ // k--;
+ // }
+
+ // end_pos--;
+ // nRemoved++;
+ // break;
+ // }
+ // }
+ } // end for k
+
+ if (nRemoved > 0) {
+ feat_array.resize(end_pos+1);
+ score_array.resize(end_pos+1);
+ }
+ }
+}
+//END_ADDED
+
+void Data::load(const std::string &featfile, const std::string &scorefile) {
+ m_feature_data->load(featfile, m_sparse_weights);
+ m_score_data->load(scorefile);
+}
- getNextPound(stringBuf, substring, "|||"); //first field
- sentence_index = substring;
+void Data::loadNBest(const string &file)
+{
+ TRACE_ERR("loading nbest from " << file << endl);
+ inputfilestream inp(file); // matches a stream with a file. Opens the file
+ if (!inp.good())
+ throw runtime_error("Unable to open: " + file);
- getNextPound(stringBuf, substring, "|||"); //second field
- theSentence = substring;
+ ScoreStats scoreentry;
+ string line, sentence_index, sentence, feature_str;
+ while (getline(inp, line, '\n')) {
+ if (line.empty()) continue;
// adding statistics for error measures
- featentry.reset();
scoreentry.clear();
- theScorer->prepareStats(sentence_index, theSentence, scoreentry);
-
- scoredata->add(scoreentry, sentence_index);
+ getNextPound(line, sentence_index, "|||"); // first field
+ getNextPound(line, sentence, "|||"); // second field
+ getNextPound(line, feature_str, "|||"); // third field
- getNextPound(stringBuf, substring, "|||"); //third field
+ m_scorer->prepareStats(sentence_index, sentence, scoreentry);
+ m_score_data->add(scoreentry, sentence_index);
// examine first line for name of features
if (!existsFeatureNames()) {
- std::string stringsupport=substring;
- std::string features="";
- std::string tmpname="";
-
- size_t tmpidx=0;
- while (!stringsupport.empty()) {
- // TRACE_ERR("Decompounding: " << substring << std::endl);
- getNextPound(stringsupport, subsubstring);
-
- // string ending with ":" are skipped, because they are the names of the features
- if ((loc = subsubstring.find_last_of(":")) != subsubstring.length()-1) {
- features+=tmpname+"_"+stringify(tmpidx)+" ";
- tmpidx++;
- }
- // ignore sparse feature name
- else if (subsubstring.find("_") != string::npos) {
- // also ignore its value
- getNextPound(stringsupport, subsubstring);
- }
- // update current feature name
- else {
- tmpidx=0;
- tmpname=subsubstring.substr(0,subsubstring.size() - 1);
- }
- }
+ InitFeatureMap(feature_str);
+ }
+ AddFeatures(feature_str, sentence_index);
+ }
+ inp.close();
+}
- featdata->setFeatureMap(features);
+void Data::save(const std::string &featfile, const std::string &scorefile, bool bin) {
+ if (bin)
+ cerr << "Binary write mode is selected" << endl;
+ else
+ cerr << "Binary write mode is NOT selected" << endl;
+
+ m_feature_data->save(featfile, bin);
+ m_score_data->save(scorefile, bin);
+}
+
+void Data::InitFeatureMap(const string& str) {
+ string buf = str;
+ string substr;
+ string features = "";
+ string tmp_name = "";
+ size_t tmp_index = 0;
+
+ while (!buf.empty()) {
+ getNextPound(buf, substr);
+
+ // string ending with ":" are skipped, because they are the names of the features
+ if (!EndsWith(substr, ":")) {
+ stringstream ss;
+ ss << tmp_name << "_" << tmp_index << " ";
+ features.append(ss.str());
+
+ tmp_index++;
+ } else if (substr.find("_") != string::npos) {
+ // ignore sparse feature name and its value
+ getNextPound(buf, substr);
+ } else { // update current feature name
+ tmp_index = 0;
+ tmp_name = substr.substr(0, substr.size() - 1);
}
+ }
+ m_feature_data->setFeatureMap(features);
+}
- // adding features
- while (!substring.empty()) {
-// TRACE_ERR("Decompounding: " << substring << std::endl);
- getNextPound(substring, subsubstring);
+void Data::AddFeatures(const string& str,
+ const string& sentence_index) {
+ string buf = str;
+ string substr;
+ FeatureStats feature_entry;
+ feature_entry.reset();
- // no ':' -> feature value that needs to be stored
- if ((loc = subsubstring.find_last_of(":")) != subsubstring.length()-1) {
- featentry.add(ConvertStringToFeatureStatsType(subsubstring));
- }
+ while (!buf.empty()) {
+ getNextPound(buf, substr);
+
+ // no ':' -> feature value that needs to be stored
+ if (!EndsWith(substr, ":")) {
+ feature_entry.add(ConvertStringToFeatureStatsType(substr));
+ } else if (substr.find("_") != string::npos) {
// sparse feature name? store as well
- else if (subsubstring.find("_") != string::npos) {
- std::string name = subsubstring;
- getNextPound(substring, subsubstring);
- featentry.addSparse( name, atof(subsubstring.c_str()) );
- }
+ string name = substr;
+ getNextPound(buf, substr);
+ feature_entry.addSparse(name, atof(substr.c_str()));
}
- //cerr << "number of sparse features: " << featentry.getSparse().size() << endl;
- featdata->add(featentry,sentence_index);
}
-
- inp.close();
+ m_feature_data->add(feature_entry, sentence_index);
}
-
void Data::createShards(size_t shard_count, float shard_size, const string& scorerconfig,
- std::vector<Data>& shards)
+ vector<Data>& shards)
{
CHECK(shard_count);
CHECK(shard_size >= 0);
CHECK(shard_size <= 1);
- size_t data_size = scoredata->size();
- CHECK(data_size == featdata->size());
+ size_t data_size = m_score_data->size();
+ CHECK(data_size == m_feature_data->size());
shard_size *= data_size;
+ const float coeff = static_cast<float>(data_size) / shard_count;
for (size_t shard_id = 0; shard_id < shard_count; ++shard_id) {
vector<size_t> shard_contents;
if (shard_size == 0) {
//split into roughly equal size shards
- size_t shard_start = floor(0.5 + shard_id * (float)data_size / shard_count);
- size_t shard_end = floor(0.5 + (shard_id+1) * (float)data_size / shard_count);
+ const size_t shard_start = floor(0.5 + shard_id * coeff);
+ const size_t shard_end = floor(0.5 + (shard_id + 1) * coeff);
for (size_t i = shard_start; i < shard_end; ++i) {
shard_contents.push_back(i);
}
@@ -168,14 +248,14 @@ void Data::createShards(size_t shard_count, float shard_size, const string& scor
}
}
- Scorer* scorer = ScorerFactory::getScorer(score_type, scorerconfig);
+ Scorer* scorer = ScorerFactory::getScorer(m_score_type, scorerconfig);
- shards.push_back(Data(*scorer));
- shards.back().score_type = score_type;
- shards.back().number_of_scores = number_of_scores;
+ shards.push_back(Data(scorer));
+ shards.back().m_score_type = m_score_type;
+ shards.back().m_num_scores = m_num_scores;
for (size_t i = 0; i < shard_contents.size(); ++i) {
- shards.back().featdata->add(featdata->get(shard_contents[i]));
- shards.back().scoredata->add(scoredata->get(shard_contents[i]));
+ shards.back().m_feature_data->add(m_feature_data->get(shard_contents[i]));
+ shards.back().m_score_data->add(m_score_data->get(shard_contents[i]));
}
//cerr << endl;
}
diff --git a/mert/Data.h b/mert/Data.h
index 448f91789..0b971ab1f 100644
--- a/mert/Data.h
+++ b/mert/Data.h
@@ -1,19 +1,16 @@
/*
* Data.h
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
*/
-#ifndef DATA_H
-#define DATA_H
+#ifndef MERT_DATA_H_
+#define MERT_DATA_H_
-using namespace std;
-
-#include <limits>
#include <vector>
-#include <iostream>
+#include <boost/shared_ptr.hpp>
#include "Util.h"
#include "FeatureData.h"
@@ -21,80 +18,62 @@ using namespace std;
class Scorer;
+typedef boost::shared_ptr<ScoreData> ScoreDataHandle;
+typedef boost::shared_ptr<FeatureData> FeatureDataHandle;
+
+// NOTE: there is no copy constructor implemented, so only the
+// compiler synthesised shallow copy is available.
class Data
{
private:
- Scorer* theScorer;
- std::string score_type;
- size_t number_of_scores;
- SparseVector sparse_weights;
-
-protected:
- // TODO: Use smart pointers for exceptional-safety.
- ScoreData* scoredata;
- FeatureData* featdata;
+ Scorer* m_scorer;
+ std::string m_score_type;
+ std::size_t m_num_scores;
+ ScoreDataHandle m_score_data;
+ FeatureDataHandle m_feature_data;
+ SparseVector m_sparse_weights;
public:
- explicit Data(Scorer& sc, const std::string& sparseweightsfile="");
- ~Data();
+ explicit Data(Scorer* scorer, const std::string& sparseweightsfile="");
- inline void clear() {
- scoredata->clear();
- featdata->clear();
+ void clear() {
+ m_score_data->clear();
+ m_feature_data->clear();
}
- ScoreData* getScoreData() {
- return scoredata;
- }
+ ScoreDataHandle getScoreData() { return m_score_data; }
- FeatureData* getFeatureData() {
- return featdata;
- }
+ FeatureDataHandle getFeatureData() { return m_feature_data; }
- Scorer* getScorer() {
- return theScorer;
- }
+ Scorer* getScorer() { return m_scorer; }
- inline size_t NumberOfFeatures() const {
- return featdata->NumberOfFeatures();
- }
- inline void NumberOfFeatures(size_t v) {
- featdata->NumberOfFeatures(v);
+ std::size_t NumberOfFeatures() const {
+ return m_feature_data->NumberOfFeatures();
}
- inline std::string Features() const {
- return featdata->Features();
- }
- inline void Features(const std::string &f) {
- featdata->Features(f);
- }
-
- void loadnbest(const std::string &file);
+ std::string Features() const { return m_feature_data->Features(); }
+ void Features(const std::string &f) { m_feature_data->Features(f); }
- void load(const std::string &featfile,const std::string &scorefile) {
- featdata->load(featfile, sparse_weights);
- scoredata->load(scorefile);
- }
+ void loadNBest(const std::string &file);
- void save(const std::string &featfile,const std::string &scorefile, bool bin=false) {
+ void load(const std::string &featfile, const std::string &scorefile);
- if (bin) cerr << "Binary write mode is selected" << endl;
- else cerr << "Binary write mode is NOT selected" << endl;
+ void save(const std::string &featfile, const std::string &scorefile, bool bin=false);
- featdata->save(featfile, bin);
- scoredata->save(scorefile, bin);
- }
+ //ADDED BY TS
+ void removeDuplicates();
+ //END_ADDED
inline bool existsFeatureNames() const {
- return featdata->existsFeatureNames();
+ return m_feature_data->existsFeatureNames();
}
- inline std::string getFeatureName(size_t idx) const {
- return featdata->getFeatureName(idx);
+ inline std::string getFeatureName(std::size_t idx) const {
+ return m_feature_data->getFeatureName(idx);
}
- inline size_t getFeatureIndex(const std::string& name) const {
- return featdata->getFeatureIndex(name);
+ inline std::size_t getFeatureIndex(const std::string& name) const {
+ return m_feature_data->getFeatureIndex(name);
}
/**
@@ -103,8 +82,13 @@ public:
* the data (with replacement) and shard_size is interpreted as the proportion
* of the total size.
*/
- void createShards(size_t shard_count, float shard_size, const std::string& scorerconfig,
+ void createShards(std::size_t shard_count, float shard_size, const std::string& scorerconfig,
std::vector<Data>& shards);
+
+ // Helper functions for loadnbest();
+ void InitFeatureMap(const std::string& str);
+ void AddFeatures(const std::string& str,
+ const std::string& sentence_index);
};
-#endif // DATA_H
+#endif // MERT_DATA_H_
diff --git a/mert/DataTest.cpp b/mert/DataTest.cpp
new file mode 100644
index 000000000..b538c99cb
--- /dev/null
+++ b/mert/DataTest.cpp
@@ -0,0 +1,48 @@
+#include "Data.h"
+#include "Scorer.h"
+#include "ScorerFactory.h"
+
+#define BOOST_TEST_MODULE MertData
+#include <boost/test/unit_test.hpp>
+
+#include <boost/scoped_ptr.hpp>
+
+//very basic test of sharding
+BOOST_AUTO_TEST_CASE(shard_basic) {
+ boost::scoped_ptr<Scorer> scorer(ScorerFactory::getScorer("BLEU", ""));
+ Data data(scorer.get());
+ FeatureArray fa1, fa2, fa3, fa4;
+ ScoreArray sa1, sa2, sa3, sa4;
+ fa1.setIndex("1");
+ fa2.setIndex("2");
+ fa3.setIndex("3");
+ fa4.setIndex("4");
+ sa1.setIndex("1");
+ sa2.setIndex("2");
+ sa3.setIndex("3");
+ sa4.setIndex("4");
+ data.getFeatureData()->add(fa1);
+ data.getFeatureData()->add(fa2);
+ data.getFeatureData()->add(fa3);
+ data.getFeatureData()->add(fa4);
+ data.getScoreData()->add(sa1);
+ data.getScoreData()->add(sa2);
+ data.getScoreData()->add(sa3);
+ data.getScoreData()->add(sa4);
+
+ std::vector<Data> shards;
+ data.createShards(2,0,"",shards);
+
+ BOOST_CHECK_EQUAL(shards.size(),2);
+ BOOST_CHECK_EQUAL(shards[1].getFeatureData()->size(),2);
+}
+
+BOOST_AUTO_TEST_CASE(init_feature_map_test) {
+ boost::scoped_ptr<Scorer> scorer(ScorerFactory::getScorer("BLEU", ""));
+ Data data(scorer.get());
+
+ std::string s = " d: 0 -7.66174 0 0 -3.51621 0 0 lm: -41.3435 -40.3647 tm: -67.6349 -100.438 -27.6817 -23.4685 8.99907 w: -9 ";
+ std::string expected = "d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 lm_1 tm_0 tm_1 tm_2 tm_3 tm_4 w_0 ";
+ data.InitFeatureMap(s);
+ BOOST_CHECK_EQUAL(expected, data.Features());
+}
diff --git a/mert/Fdstream.h b/mert/Fdstream.h
new file mode 100644
index 000000000..93f705dfe
--- /dev/null
+++ b/mert/Fdstream.h
@@ -0,0 +1,167 @@
+/*
+ * This class creates c++ like stream from file descriptor
+ */
+
+#ifndef _FDSTREAM_
+#define _FDSTREAM_
+
+#include <iostream>
+#include <string>
+
+#if defined(__GLIBCXX__) || defined(__GLIBCPP__)
+#include <ext/stdio_filebuf.h>
+
+#define BUFFER_SIZE (32768)
+
+class _fdstream
+{
+protected:
+ _fdstream() :
+ _file_descriptor(-1), _filebuf(NULL)
+ { }
+
+ _fdstream(int file_descriptor, std::ios_base::openmode openmode) :
+ _file_descriptor(file_descriptor), _openmode(openmode)
+ {
+ _filebuf = NULL;
+ open(file_descriptor, openmode);
+ }
+
+ std::ios_base::openmode openmode() const { return _openmode; }
+
+ void open(int file_descriptor, std::ios_base::openmode openmode)
+ {
+ if (!_filebuf)
+ // We create a C++ stream from a file descriptor
+ // stdio_filebuf is not synced with stdio.
+ // From GCC 3.4.0 on exists in addition stdio_sync_filebuf
+ // You can also create the filebuf from a FILE* with
+ // FILE* f = fdopen(file_descriptor, mode);
+ _filebuf = new __gnu_cxx::stdio_filebuf<char> (file_descriptor,
+ openmode);
+ }
+
+ virtual ~_fdstream()
+ {
+ close(_file_descriptor);
+ delete _filebuf;
+ _filebuf = NULL;
+ }
+
+ int _file_descriptor;
+ __gnu_cxx::stdio_filebuf<char>* _filebuf;
+ std::ios_base::openmode _openmode;
+};
+
+class ifdstream : public _fdstream
+{
+public:
+ ifdstream() :
+ _fdstream(), _stream(NULL)
+ { }
+
+ ifdstream(int file_descriptor) :
+ _fdstream(file_descriptor, std::ios_base::in)
+ {
+ _stream = new std::istream(_filebuf);
+ }
+
+ void open(int file_descriptor)
+ {
+ if (!_stream)
+ {
+ _fdstream::open(file_descriptor, std::ios_base::in);
+ _stream = new std::istream(_filebuf);
+ }
+ }
+
+ ifdstream& operator>> (std::string& str)
+ {
+ (*_stream) >> str;
+
+ return *this;
+ }
+
+ std::size_t getline(std::string& str)
+ {
+ char tmp[BUFFER_SIZE];
+ std::size_t ret = getline(tmp, BUFFER_SIZE);
+ str = tmp;
+ return ret;
+ }
+
+ std::size_t getline(char* s, std::streamsize n)
+ {
+ return (getline(s, n, '\n'));
+ }
+
+ std::size_t getline(char* s, std::streamsize n, char delim)
+ {
+ int i = 0;
+ do{
+ s[i] = _stream->get();
+ i++;
+ }while(i < n-1 && s[i-1] != delim && s[i-1] != '\0');
+
+ s[i-1] = '\0'; // overwrite the delimiter given with string end
+
+ return i-1;
+ }
+
+ ~ifdstream()
+ {
+ //this->~_fdstream();
+ delete _stream;
+ }
+
+private:
+ std::istream* _stream;
+};
+
+class ofdstream : public _fdstream
+{
+public:
+ ofdstream() :
+ _fdstream(), _stream(NULL)
+ { }
+
+ ofdstream(int file_descriptor) :
+ _fdstream(file_descriptor, std::ios_base::out)
+ {
+ _stream = new std::ostream(_filebuf);
+ }
+
+ void open(int file_descriptor)
+ {
+ if (!_stream)
+ {
+ _fdstream::open(file_descriptor, std::ios_base::out);
+ _stream = new std::ostream(_filebuf);
+ }
+ }
+
+
+ ofdstream& operator<< (const std::string& str)
+ {
+ if (_stream->good())
+ (*_stream) << str;
+
+ _stream->flush();
+ return *this;
+ }
+
+ ~ofdstream()
+ {
+ //this->~_fdstream();
+ delete _stream;
+ }
+
+private:
+ std::ostream* _stream;
+};
+
+#else
+#error "Not supported"
+#endif
+
+#endif // _FDSTREAM_
diff --git a/mert/FeatureArray.cpp b/mert/FeatureArray.cpp
index dbf601bdf..6fc12c5c0 100644
--- a/mert/FeatureArray.cpp
+++ b/mert/FeatureArray.cpp
@@ -1,116 +1,134 @@
/*
* FeatureArray.cpp
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
*/
+#include <iostream>
+#include <fstream>
#include "FeatureArray.h"
#include "FileStream.h"
#include "Util.h"
+using namespace std;
FeatureArray::FeatureArray()
- : idx(""), number_of_features(0) {}
+ : m_index(""), m_num_features(0){}
FeatureArray::~FeatureArray() {}
-void FeatureArray::savetxt(std::ofstream& outFile)
+void FeatureArray::savetxt(ostream* os)
{
- outFile << FEATURES_TXT_BEGIN << " " << idx << " " << array_.size()
- << " " << number_of_features << " " << features << std::endl;
- for (featarray_t::iterator i = array_.begin(); i !=array_.end(); i++) {
- i->savetxt(outFile);
- outFile << std::endl;
+ *os << FEATURES_TXT_BEGIN << " " << m_index << " " << m_array.size()
+ << " " << m_num_features << " " << m_features << endl;
+ for (featarray_t::iterator i = m_array.begin(); i != m_array.end(); ++i) {
+ i->savetxt(os);
+ *os << endl;
}
- outFile << FEATURES_TXT_END << std::endl;
+ *os << FEATURES_TXT_END << endl;
}
-void FeatureArray::savebin(std::ofstream& outFile)
+void FeatureArray::savebin(ostream* os)
{
- outFile << FEATURES_BIN_BEGIN << " " << idx << " " << array_.size()
- << " " << number_of_features << " " << features << std::endl;
- for (featarray_t::iterator i = array_.begin(); i !=array_.end(); i++)
- i->savebin(outFile);
+ *os << FEATURES_BIN_BEGIN << " " << m_index << " " << m_array.size()
+ << " " << m_num_features << " " << m_features << endl;
+ for (featarray_t::iterator i = m_array.begin(); i != m_array.end(); ++i)
+ i->savebin(os);
- outFile << FEATURES_BIN_END << std::endl;
+ *os << FEATURES_BIN_END << endl;
}
-void FeatureArray::save(std::ofstream& inFile, bool bin)
+void FeatureArray::save(ostream* os, bool bin)
{
- if (size()>0)
- (bin)?savebin(inFile):savetxt(inFile);
+ if (size() <= 0) return;
+ if (bin) {
+ savebin(os);
+ } else {
+ savetxt(os);
+ }
}
-void FeatureArray::save(const std::string &file, bool bin)
+void FeatureArray::save(const string &file, bool bin)
{
-
- std::ofstream outFile(file.c_str(), std::ios::out); // matches a stream with a file. Opens the file
-
- save(outFile);
-
- outFile.close();
+ ofstream ofs(file.c_str(), ios::out);
+ if (!ofs) {
+ cerr << "Failed to open " << file << endl;
+ exit(1);
+ }
+ ostream *os = &ofs;
+ save(os, bin);
+ ofs.close();
}
-void FeatureArray::loadbin(ifstream& inFile, size_t n)
+void FeatureArray::save(bool bin)
{
- FeatureStats entry(number_of_features);
+ save(&cout, bin);
+}
- for (size_t i=0 ; i < n; i++) {
- entry.loadbin(inFile);
+void FeatureArray::loadbin(istream* is, size_t n)
+{
+ FeatureStats entry(m_num_features);
+ for (size_t i = 0 ; i < n; i++) {
+ entry.loadbin(is);
add(entry);
}
}
-void FeatureArray::loadtxt(ifstream& inFile, const SparseVector& sparseWeights, size_t n)
+void FeatureArray::loadtxt(istream* is, const SparseVector& sparseWeights, size_t n)
{
- FeatureStats entry(number_of_features);
+ FeatureStats entry(m_num_features);
for (size_t i=0 ; i < n; i++) {
- entry.loadtxt(inFile, sparseWeights);
+ entry.loadtxt(is, sparseWeights);
add(entry);
}
}
-void FeatureArray::load(ifstream& inFile, const SparseVector& sparseWeights)
+void FeatureArray::load(istream* is, const SparseVector& sparseWeights)
{
- size_t number_of_entries=0;
- bool binmode=false;
+ size_t number_of_entries = 0;
+ bool binmode = false;
- std::string substring, stringBuf;
- std::string::size_type loc;
+ string substring, stringBuf;
+ string::size_type loc;
- std::getline(inFile, stringBuf);
- if (!inFile.good()) {
+ getline(*is, stringBuf);
+ if (!is->good()) {
return;
}
if (!stringBuf.empty()) {
if ((loc = stringBuf.find(FEATURES_TXT_BEGIN)) == 0) {
- binmode=false;
+ binmode = false;
} else if ((loc = stringBuf.find(FEATURES_BIN_BEGIN)) == 0) {
- binmode=true;
+ binmode = true;
} else {
TRACE_ERR("ERROR: FeatureArray::load(): Wrong header");
return;
}
getNextPound(stringBuf, substring);
getNextPound(stringBuf, substring);
- idx = substring;
+ m_index = substring;
getNextPound(stringBuf, substring);
number_of_entries = atoi(substring.c_str());
getNextPound(stringBuf, substring);
- number_of_features = atoi(substring.c_str());
- features = stringBuf;
+ m_num_features = atoi(substring.c_str());
+ m_features = stringBuf;
}
- (binmode)?loadbin(inFile, number_of_entries):loadtxt(inFile, sparseWeights, number_of_entries);
+ if (binmode) {
+ loadbin(is, number_of_entries);
+ } else {
+ loadtxt(is, sparseWeights, number_of_entries);
+ }
- std::getline(inFile, stringBuf);
+ getline(*is, stringBuf);
if (!stringBuf.empty()) {
- if ((loc = stringBuf.find(FEATURES_TXT_END)) != 0 && (loc = stringBuf.find(FEATURES_BIN_END)) != 0) {
+ if ((loc = stringBuf.find(FEATURES_TXT_END)) != 0 &&
+ (loc = stringBuf.find(FEATURES_BIN_END)) != 0) {
TRACE_ERR("ERROR: FeatureArray::load(): Wrong footer");
return;
}
@@ -120,7 +138,7 @@ void FeatureArray::load(ifstream& inFile, const SparseVector& sparseWeights)
void FeatureArray::merge(FeatureArray& e)
{
//dummy implementation
- for (size_t i=0; i<e.size(); i++)
+ for (size_t i = 0; i < e.size(); i++)
add(e.get(i));
}
@@ -130,10 +148,9 @@ bool FeatureArray::check_consistency() const
if (sz == 0)
return true;
- for (featarray_t::const_iterator i = array_.begin(); i != array_.end(); i++) {
+ for (featarray_t::const_iterator i = m_array.begin(); i != m_array.end(); i++) {
if (i->size() != sz)
return false;
}
return true;
}
-
diff --git a/mert/FeatureArray.h b/mert/FeatureArray.h
index f96c6d7d4..5ce5e1b1a 100644
--- a/mert/FeatureArray.h
+++ b/mert/FeatureArray.h
@@ -1,21 +1,18 @@
/*
* FeatureArray.h
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
*/
-#ifndef FEATURE_ARRAY_H
-#define FEATURE_ARRAY_H
+#ifndef MERT_FEATURE_ARRAY_H_
+#define MERT_FEATURE_ARRAY_H_
#include <vector>
-#include <iostream>
-#include <fstream>
+#include <iosfwd>
#include "FeatureStats.h"
-using namespace std;
-
const char FEATURES_TXT_BEGIN[] = "FEATURES_TXT_BEGIN_0";
const char FEATURES_TXT_END[] = "FEATURES_TXT_END_0";
const char FEATURES_BIN_BEGIN[] = "FEATURES_BIN_BEGIN_0";
@@ -26,70 +23,58 @@ class FeatureArray
private:
// idx to identify the utterance. It can differ from
// the index inside the vector.
- std::string idx;
-protected:
- featarray_t array_;
- size_t number_of_features;
- std::string features;
+ std::string m_index;
+ featarray_t m_array;
+ std::size_t m_num_features;
+ std::string m_features;
public:
FeatureArray();
~FeatureArray();
- inline void clear() {
- array_.clear();
- }
+ void clear() { m_array.clear(); }
- inline std::string getIndex() const {
- return idx;
- }
- inline void setIndex(const std::string& value) {
- idx = value;
- }
- inline FeatureStats& get(size_t i) {
- return array_.at(i);
- }
- inline const FeatureStats& get(size_t i)const {
- return array_.at(i);
+ std::string getIndex() const { return m_index; }
+ void setIndex(const std::string& value) { m_index = value; }
+
+ FeatureStats& get(std::size_t i) { return m_array.at(i); }
+ const FeatureStats& get(std::size_t i) const { return m_array.at(i); }
+
+ void add(FeatureStats& e) { m_array.push_back(e); }
+
+ //ADDED BY TS
+ void swap(std::size_t i, std::size_t j) {
+ std::swap(m_array[i], m_array[j]);
}
- void add(FeatureStats& e) {
- array_.push_back(e);
+
+ void resize(std::size_t new_size) {
+ m_array.resize(std::min(new_size, m_array.size()));
}
+ //END_ADDED
void merge(FeatureArray& e);
- inline size_t size() const {
- return array_.size();
- }
- inline size_t NumberOfFeatures() const {
- return number_of_features;
- }
- inline void NumberOfFeatures(size_t v) {
- number_of_features = v;
- }
- inline std::string Features() const {
- return features;
- }
- inline void Features(const std::string& f) {
- features = f;
- }
+ std::size_t size() const { return m_array.size(); }
+
+ std::size_t NumberOfFeatures() const { return m_num_features; }
+ void NumberOfFeatures(std::size_t v) { m_num_features = v; }
- void savetxt(ofstream& outFile);
- void savebin(ofstream& outFile);
- void save(ofstream& outFile, bool bin=false);
+ std::string Features() const { return m_features; }
+ void Features(const std::string& f) { m_features = f; }
+
+ void savetxt(std::ostream* os);
+ void savebin(std::ostream* os);
+ void save(std::ostream* os, bool bin=false);
void save(const std::string &file, bool bin=false);
- inline void save(bool bin=false) {
- save("/dev/stdout",bin);
- }
+ void save(bool bin=false);
- void loadtxt(ifstream& inFile, const SparseVector& sparseWeights, size_t n);
- void loadbin(ifstream& inFile, size_t n);
- void load(ifstream& inFile, const SparseVector& sparseWeights);
- //void load(const std::string &file);
+ void loadtxt(std::istream* is, const SparseVector& sparseWeights, std::size_t n);
+ void loadbin(std::istream* is, std::size_t n);
+ void load(std::istream* is, const SparseVector& sparseWeights);
bool check_consistency() const;
};
-#endif // FEATURE_ARRAY_H
+#endif // MERT_FEATURE_ARRAY_H_
diff --git a/mert/FeatureData.cpp b/mert/FeatureData.cpp
index cf91ac2e2..91e004734 100644
--- a/mert/FeatureData.cpp
+++ b/mert/FeatureData.cpp
@@ -1,6 +1,6 @@
/*
* FeatureData.cpp
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
@@ -12,44 +12,44 @@
#include "FileStream.h"
#include "Util.h"
-static const float MIN_FLOAT=-1.0*numeric_limits<float>::max();
-static const float MAX_FLOAT=numeric_limits<float>::max();
+using namespace std;
+
FeatureData::FeatureData()
- : number_of_features(0)
- {}
+ : m_num_features(0) {}
-void FeatureData::save(std::ofstream& outFile, bool bin)
+void FeatureData::save(ostream* os, bool bin)
{
- for (featdata_t::iterator i = array_.begin(); i !=array_.end(); i++)
- i->save(outFile, bin);
+ for (featdata_t::iterator i = m_array.begin(); i != m_array.end(); i++)
+ i->save(os, bin);
}
-void FeatureData::save(const std::string &file, bool bin)
+void FeatureData::save(const string &file, bool bin)
{
if (file.empty()) return;
+ TRACE_ERR("saving the array into " << file << endl);
+ ofstream ofs(file.c_str(), ios::out); // matches a stream with a file. Opens the file
+ ostream* os = &ofs;
+ save(os, bin);
+ ofs.close();
+}
- TRACE_ERR("saving the array into " << file << std::endl);
-
- std::ofstream outFile(file.c_str(), std::ios::out); // matches a stream with a file. Opens the file
-
- save(outFile, bin);
-
- outFile.close();
+void FeatureData::save(bool bin) {
+ save(&cout, bin);
}
-void FeatureData::load(ifstream& inFile, const SparseVector& sparseWeights)
+void FeatureData::load(istream* is, const SparseVector& sparseWeights)
{
FeatureArray entry;
- while (!inFile.eof()) {
+ while (!is->eof()) {
- if (!inFile.good()) {
- std::cerr << "ERROR FeatureData::load inFile.good()" << std::endl;
+ if (!is->good()) {
+ cerr << "ERROR FeatureData::load inFile.good()" << endl;
}
entry.clear();
- entry.load(inFile, sparseWeights);
+ entry.load(is, sparseWeights);
if (entry.size() == 0)
break;
@@ -62,19 +62,16 @@ void FeatureData::load(ifstream& inFile, const SparseVector& sparseWeights)
}
-void FeatureData::load(const std::string &file, const SparseVector& sparseWeights)
+void FeatureData::load(const string &file, const SparseVector& sparseWeights)
{
- TRACE_ERR("loading feature data from " << file << std::endl);
-
- inputfilestream inFile(file); // matches a stream with a file. Opens the file
-
- if (!inFile) {
+ TRACE_ERR("loading feature data from " << file << endl);
+ inputfilestream input_stream(file); // matches a stream with a file. Opens the file
+ if (!input_stream) {
throw runtime_error("Unable to open feature file: " + file);
}
-
- load((ifstream&) inFile, sparseWeights);
-
- inFile.close();
+ istream* is = &input_stream;
+ load(is, sparseWeights);
+ input_stream.close();
}
void FeatureData::add(FeatureArray& e)
@@ -82,25 +79,25 @@ void FeatureData::add(FeatureArray& e)
if (exists(e.getIndex())) { // array at position e.getIndex() already exists
//enlarge array at position e.getIndex()
size_t pos = getIndex(e.getIndex());
- array_.at(pos).merge(e);
+ m_array.at(pos).merge(e);
} else {
- array_.push_back(e);
+ m_array.push_back(e);
setIndex();
}
}
-void FeatureData::add(FeatureStats& e, const std::string& sent_idx)
+void FeatureData::add(FeatureStats& e, const string& sent_idx)
{
if (exists(sent_idx)) { // array at position e.getIndex() already exists
//enlarge array at position e.getIndex()
size_t pos = getIndex(sent_idx);
// TRACE_ERR("Inserting " << e << " in array " << sent_idx << std::endl);
- array_.at(pos).add(e);
+ m_array.at(pos).add(e);
} else {
// TRACE_ERR("Creating a new entry in the array and inserting " << e << std::endl);
FeatureArray a;
- a.NumberOfFeatures(number_of_features);
- a.Features(features);
+ a.NumberOfFeatures(m_num_features);
+ a.Features(m_features);
a.setIndex(sent_idx);
a.add(e);
add(a);
@@ -109,10 +106,10 @@ void FeatureData::add(FeatureStats& e, const std::string& sent_idx)
bool FeatureData::check_consistency() const
{
- if (array_.size() == 0)
+ if (m_array.size() == 0)
return true;
- for (featdata_t::const_iterator i = array_.begin(); i != array_.end(); i++)
+ for (featdata_t::const_iterator i = m_array.begin(); i != m_array.end(); i++)
if (!i->check_consistency()) return false;
return true;
@@ -121,25 +118,47 @@ bool FeatureData::check_consistency() const
void FeatureData::setIndex()
{
size_t j=0;
- for (featdata_t::iterator i = array_.begin(); i !=array_.end(); i++) {
- idx2arrayname_[j]=(*i).getIndex();
- arrayname2idx_[(*i).getIndex()] = j;
+ for (featdata_t::iterator i = m_array.begin(); i !=m_array.end(); i++) {
+ m_index_to_array_name[j]=(*i).getIndex();
+ m_array_name_to_index[(*i).getIndex()] = j;
j++;
}
}
-void FeatureData::setFeatureMap(const std::string& feat)
+void FeatureData::setFeatureMap(const string& feat)
{
- number_of_features = 0;
- features = feat;
+ m_num_features = 0;
+ m_features = feat;
+
+ vector<string> buf;
+ Tokenize(feat.c_str(), ' ', &buf);
+ for (vector<string>::const_iterator it = buf.begin();
+ it != buf.end(); ++it) {
+ const size_t size = m_index_to_feature_name.size();
+ m_feature_name_to_index[*it] = size;
+ m_index_to_feature_name[size] = *it;
+ ++m_num_features;
+ }
+}
- std::string substring, stringBuf;
- stringBuf = features;
- while (!stringBuf.empty()) {
- getNextPound(stringBuf, substring);
+string FeatureData::ToString() const {
+ string res;
- featname2idx_[substring] = idx2featname_.size();
- idx2featname_[idx2featname_.size()] = substring;
- number_of_features++;
+ {
+ stringstream ss;
+ ss << "number of features: " << m_num_features
+ << ", features: " << m_features;
+ res.append(ss.str());
}
+
+ res.append("feature_id_map = { ");
+ for (map<string, size_t>::const_iterator it = m_feature_name_to_index.begin();
+ it != m_feature_name_to_index.end(); ++it) {
+ stringstream ss;
+ ss << it->first << " => " << it->second << ", ";
+ res.append(ss.str());
+ }
+ res.append("}");
+
+ return res;
}
diff --git a/mert/FeatureData.h b/mert/FeatureData.h
index 75c532896..4a20c8379 100644
--- a/mert/FeatureData.h
+++ b/mert/FeatureData.h
@@ -1,15 +1,13 @@
/*
* FeatureData.h
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
*/
-#ifndef FEATURE_DATA_H
-#define FEATURE_DATA_H
-
-using namespace std;
+#ifndef MERT_FEATURE_DATA_H_
+#define MERT_FEATURE_DATA_H_
#include <vector>
#include <iostream>
@@ -19,118 +17,117 @@ using namespace std;
class FeatureData
{
private:
- size_t number_of_features;
- std::string features;
-
- map<std::string, size_t> featname2idx_; // map from name to index of features
- map<size_t, std::string> idx2featname_; // map from index to name of features
-
-protected:
- featdata_t array_;
- idx2name idx2arrayname_; // map from index to name of array
- name2idx arrayname2idx_; // map from name to index of array
+ std::size_t m_num_features;
+ std::string m_features;
+ std::map<std::string, std::size_t> m_feature_name_to_index; // map from name to index of features
+ std::map<std::size_t, std::string> m_index_to_feature_name; // map from index to name of features
+ featdata_t m_array;
+ idx2name m_index_to_array_name; // map from index to name of array
+ name2idx m_array_name_to_index; // map from name to index of array
public:
FeatureData();
~FeatureData() {}
- inline void clear() {
- array_.clear();
- }
+ void clear() { m_array.clear(); }
- inline FeatureArray get(const std::string& idx) {
- return array_.at(getIndex(idx));
+ FeatureArray get(const std::string& idx) {
+ return m_array.at(getIndex(idx));
}
- inline FeatureArray& get(size_t idx) {
- return array_.at(idx);
+ FeatureArray& get(size_t idx) {
+ return m_array.at(idx);
}
- inline const FeatureArray& get(size_t idx) const {
- return array_.at(idx);
+ const FeatureArray& get(size_t idx) const {
+ return m_array.at(idx);
}
- inline bool exists(const std::string& sent_idx) {
+ inline bool exists(const std::string& sent_idx) const {
return exists(getIndex(sent_idx));
}
- inline bool exists(int sent_idx) {
- return (sent_idx>-1 && sent_idx<(int) array_.size())?true:false;
+
+ inline bool exists(int sent_idx) const {
+ return (sent_idx > -1 && sent_idx < static_cast<int>(m_array.size())) ? true : false;
}
- inline FeatureStats& get(size_t i, size_t j) {
- return array_.at(i).get(j);
+ inline FeatureStats& get(std::size_t i, std::size_t j) {
+ return m_array.at(i).get(j);
}
- inline const FeatureStats& get(size_t i, size_t j) const {
- return array_.at(i).get(j);
+
+ inline const FeatureStats& get(std::size_t i, std::size_t j) const {
+ return m_array.at(i).get(j);
}
void add(FeatureArray& e);
void add(FeatureStats& e, const std::string& sent_idx);
- inline size_t size() const {
- return array_.size();
- }
- inline size_t NumberOfFeatures() const {
- return number_of_features;
- }
- inline void NumberOfFeatures(size_t v) {
- number_of_features = v;
- }
- inline std::string Features() const {
- return features;
- }
- inline void Features(const std::string& f) {
- features = f;
- }
+ std::size_t size() const { return m_array.size(); }
+
+ std::size_t NumberOfFeatures() const { return m_num_features; }
+ void NumberOfFeatures(std::size_t v) { m_num_features = v; }
+
+ std::string Features() const { return m_features; }
+ void Features(const std::string& f) { m_features = f; }
void save(const std::string &file, bool bin=false);
- void save(ofstream& outFile, bool bin=false);
- inline void save(bool bin=false) {
- save("/dev/stdout", bin);
- }
+ void save(std::ostream* os, bool bin=false);
+ void save(bool bin=false);
- void load(ifstream& inFile, const SparseVector& sparseWeights);
+ void load(std::istream* is, const SparseVector& sparseWeights);
void load(const std::string &file, const SparseVector& sparseWeights);
bool check_consistency() const;
+
void setIndex();
inline int getIndex(const std::string& idx) const {
- name2idx::const_iterator i = arrayname2idx_.find(idx);
- if (i != arrayname2idx_.end())
+ name2idx::const_iterator i = m_array_name_to_index.find(idx);
+ if (i != m_array_name_to_index.end())
return i->second;
else
return -1;
}
- inline std::string getIndex(size_t idx) const {
- idx2name::const_iterator i = idx2arrayname_.find(idx);
- if (i != idx2arrayname_.end())
- throw runtime_error("there is no entry at index " + idx);
+ inline std::string getIndex(std::size_t idx) const {
+ idx2name::const_iterator i = m_index_to_array_name.find(idx);
+ if (i != m_index_to_array_name.end())
+ throw std::runtime_error("there is no entry at index " + idx);
return i->second;
}
bool existsFeatureNames() const {
- return (idx2featname_.size() > 0) ? true : false;
+ return (m_index_to_feature_name.size() > 0) ? true : false;
}
- std::string getFeatureName(size_t idx) const {
- if (idx >= idx2featname_.size())
- throw runtime_error("Error: you required an too big index");
- map<size_t, std::string>::const_iterator it = idx2featname_.find(idx);
- if (it == idx2featname_.end()) {
- throw runtime_error("Error: specified id is unknown: " + idx);
+ std::string getFeatureName(std::size_t idx) const {
+ if (idx >= m_index_to_feature_name.size())
+ throw std::runtime_error("Error: you required an too big index");
+ std::map<std::size_t, std::string>::const_iterator it = m_index_to_feature_name.find(idx);
+ if (it == m_index_to_feature_name.end()) {
+ throw std::runtime_error("Error: specified id is unknown: " + idx);
} else {
return it->second;
}
}
- size_t getFeatureIndex(const std::string& name) const {
- map<std::string, size_t>::const_iterator it = featname2idx_.find(name);
- if (it == featname2idx_.end())
- throw runtime_error("Error: feature " + name + " is unknown");
+ std::size_t getFeatureIndex(const std::string& name) const {
+ std::map<std::string, std::size_t>::const_iterator it = m_feature_name_to_index.find(name);
+ if (it == m_feature_name_to_index.end()) {
+ std::string msg = "Error: feature " + name + " is unknown. Known features: ";
+ for (std::map<std::string, std::size_t>::const_iterator cit = m_feature_name_to_index.begin();
+ cit != m_feature_name_to_index.end(); cit++) {
+ msg += cit->first;
+ msg += ", ";
+ }
+
+ throw std::runtime_error(msg);
+ }
return it->second;
}
void setFeatureMap(const std::string& feat);
+
+ /* For debugging */
+ std::string ToString() const;
};
-#endif // FEATURE_DATA_H
+#endif // MERT_FEATURE_DATA_H_
diff --git a/mert/FeatureDataIterator.h b/mert/FeatureDataIterator.h
index 81f072970..58345829c 100644
--- a/mert/FeatureDataIterator.h
+++ b/mert/FeatureDataIterator.h
@@ -17,8 +17,8 @@ License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
-#ifndef _FEATURE_DATA_ITERATOR_
-#define _FEATURE_DATA_ITERATOR_
+#ifndef MERT_FEATURE_DATA_ITERATOR_H_
+#define MERT_FEATURE_DATA_ITERATOR_H_
/**
* For loading from the feature data file.
@@ -88,4 +88,4 @@ class FeatureDataIterator :
std::vector<FeatureDataItem> m_next;
};
-#endif
+#endif // MERT_FEATURE_DATA_ITERATOR_H_
diff --git a/mert/FeatureDataTest.cpp b/mert/FeatureDataTest.cpp
new file mode 100644
index 000000000..49c9d0fd5
--- /dev/null
+++ b/mert/FeatureDataTest.cpp
@@ -0,0 +1,40 @@
+#include "FeatureData.h"
+
+#define BOOST_TEST_MODULE FeatureData
+#include <boost/test/unit_test.hpp>
+
+#include <sstream>
+
+namespace {
+
+void CheckFeatureMap(const FeatureData* feature_data,
+ const char* str, int num_feature, int* cnt) {
+ for (int i = 0; i < num_feature; ++i) {
+ std::stringstream ss;
+ ss << str << "_" << i;
+ const std::string& s = ss.str();
+ BOOST_CHECK_EQUAL(feature_data->getFeatureIndex(s), *cnt);
+ BOOST_CHECK_EQUAL(feature_data->getFeatureName(*cnt).c_str(), s);
+ ++(*cnt);
+ }
+}
+
+} // namespace
+
+BOOST_AUTO_TEST_CASE(set_feature_map) {
+ std::string str("d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 lm_1 tm_0 tm_1 tm_2 tm_3 tm_4 w_0 ");
+ FeatureData feature_data;
+
+ feature_data.setFeatureMap(str);
+
+ BOOST_REQUIRE(feature_data.Features() == str);
+ BOOST_REQUIRE(feature_data.NumberOfFeatures() == 15);
+
+ int cnt = 0;
+ CheckFeatureMap(&feature_data, "d", 7, &cnt);
+ CheckFeatureMap(&feature_data, "lm", 2, &cnt);
+ CheckFeatureMap(&feature_data, "tm", 5, &cnt);
+
+ BOOST_CHECK_EQUAL(feature_data.getFeatureIndex("w_0"), cnt);
+ BOOST_CHECK_EQUAL(feature_data.getFeatureName(cnt).c_str(), "w_0");
+}
diff --git a/mert/FeatureStats.cpp b/mert/FeatureStats.cpp
index a02c4c3d3..6b86ac304 100644
--- a/mert/FeatureStats.cpp
+++ b/mert/FeatureStats.cpp
@@ -1,6 +1,6 @@
/*
* FeatureStats.cpp
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
@@ -8,53 +8,56 @@
#include "FeatureStats.h"
+#include <fstream>
#include <cmath>
#include <stdexcept>
#include "Util.h"
+using namespace std;
+
namespace {
const int kAvailableSize = 8;
} // namespace
-SparseVector::name2id_t SparseVector::name2id_;
-SparseVector::id2name_t SparseVector::id2name_;
+SparseVector::name2id_t SparseVector::m_name_to_id;
+SparseVector::id2name_t SparseVector::m_id_to_name;
FeatureStatsType SparseVector::get(const string& name) const {
- name2id_t::const_iterator name2id_iter = name2id_.find(name);
- if (name2id_iter == name2id_.end()) return 0;
+ name2id_t::const_iterator name2id_iter = m_name_to_id.find(name);
+ if (name2id_iter == m_name_to_id.end()) return 0;
size_t id = name2id_iter->second;
return get(id);
}
FeatureStatsType SparseVector::get(size_t id) const {
- fvector_t::const_iterator fvector_iter = fvector_.find(id);
- if (fvector_iter == fvector_.end()) return 0;
+ fvector_t::const_iterator fvector_iter = m_fvector.find(id);
+ if (fvector_iter == m_fvector.end()) return 0;
return fvector_iter->second;
}
void SparseVector::set(const string& name, FeatureStatsType value) {
- name2id_t::const_iterator name2id_iter = name2id_.find(name);
+ name2id_t::const_iterator name2id_iter = m_name_to_id.find(name);
size_t id = 0;
- if (name2id_iter == name2id_.end()) {
- id = id2name_.size();
- id2name_.push_back(name);
- name2id_[name] = id;
+ if (name2id_iter == m_name_to_id.end()) {
+ id = m_id_to_name.size();
+ m_id_to_name.push_back(name);
+ m_name_to_id[name] = id;
} else {
id = name2id_iter->second;
}
- fvector_[id] = value;
+ m_fvector[id] = value;
}
void SparseVector::write(ostream& out, const string& sep) const {
- for (fvector_t::const_iterator i = fvector_.begin(); i != fvector_.end(); ++i) {
- if (abs((float)(i->second)) < 0.00001) continue;
- string name = id2name_[i->first];
+ for (fvector_t::const_iterator i = m_fvector.begin(); i != m_fvector.end(); ++i) {
+ if (abs(i->second) < 0.00001) continue;
+ string name = m_id_to_name[i->first];
out << name << sep << i->second << " ";
}
}
void SparseVector::clear() {
- fvector_.clear();
+ m_fvector.clear();
}
void SparseVector::load(const string& file) {
@@ -76,17 +79,17 @@ void SparseVector::load(const string& file) {
SparseVector& SparseVector::operator-=(const SparseVector& rhs) {
- for (fvector_t::const_iterator i = rhs.fvector_.begin();
- i != rhs.fvector_.end(); ++i) {
- fvector_[i->first] = get(i->first) - (i->second);
+ for (fvector_t::const_iterator i = rhs.m_fvector.begin();
+ i != rhs.m_fvector.end(); ++i) {
+ m_fvector[i->first] = get(i->first) - (i->second);
}
return *this;
}
FeatureStatsType SparseVector::inner_product(const SparseVector& rhs) const {
FeatureStatsType product = 0.0;
- for (fvector_t::const_iterator i = fvector_.begin();
- i != fvector_.end(); ++i) {
+ for (fvector_t::const_iterator i = m_fvector.begin();
+ i != m_fvector.end(); ++i) {
product += ((i->second) * (rhs.get(i->first)));
}
return product;
@@ -107,31 +110,31 @@ FeatureStatsType inner_product(const SparseVector& lhs, const SparseVector& rhs)
}
FeatureStats::FeatureStats()
- : available_(kAvailableSize), entries_(0),
- array_(new FeatureStatsType[available_]) {}
+ : m_available_size(kAvailableSize), m_entries(0),
+ m_array(new FeatureStatsType[m_available_size]) {}
FeatureStats::FeatureStats(const size_t size)
- : available_(size), entries_(size),
- array_(new FeatureStatsType[available_])
+ : m_available_size(size), m_entries(size),
+ m_array(new FeatureStatsType[m_available_size])
{
- memset(array_, 0, GetArraySizeWithBytes());
+ memset(m_array, 0, GetArraySizeWithBytes());
}
FeatureStats::~FeatureStats()
{
- if (array_) {
- delete [] array_;
- array_ = NULL;
+ if (m_array) {
+ delete [] m_array;
+ m_array = NULL;
}
}
void FeatureStats::Copy(const FeatureStats &stats)
{
- available_ = stats.available();
- entries_ = stats.size();
- array_ = new FeatureStatsType[available_];
- memcpy(array_, stats.getArray(), GetArraySizeWithBytes());
- map_ = stats.getSparse();
+ m_available_size = stats.available();
+ m_entries = stats.size();
+ m_array = new FeatureStatsType[m_available_size];
+ memcpy(m_array, stats.getArray(), GetArraySizeWithBytes());
+ m_map = stats.getSparse();
}
FeatureStats::FeatureStats(const FeatureStats &stats)
@@ -141,34 +144,34 @@ FeatureStats::FeatureStats(const FeatureStats &stats)
FeatureStats& FeatureStats::operator=(const FeatureStats &stats)
{
- delete [] array_;
+ delete [] m_array;
Copy(stats);
return *this;
}
void FeatureStats::expand()
{
- available_ *= 2;
- featstats_t t_ = new FeatureStatsType[available_];
- memcpy(t_, array_, GetArraySizeWithBytes());
- delete [] array_;
- array_ = t_;
+ m_available_size *= 2;
+ featstats_t t_ = new FeatureStatsType[m_available_size];
+ memcpy(t_, m_array, GetArraySizeWithBytes());
+ delete [] m_array;
+ m_array = t_;
}
void FeatureStats::add(FeatureStatsType v)
{
if (isfull()) expand();
- array_[entries_++]=v;
+ m_array[m_entries++]=v;
}
void FeatureStats::addSparse(const string& name, FeatureStatsType v)
{
- map_.set(name,v);
+ m_map.set(name,v);
}
-void FeatureStats::set(std::string &theString, const SparseVector& sparseWeights)
+void FeatureStats::set(string &theString, const SparseVector& sparseWeights )
{
- std::string substring, stringBuf;
+ string substring, stringBuf;
reset();
while (!theString.empty()) {
@@ -186,7 +189,7 @@ void FeatureStats::set(std::string &theString, const SparseVector& sparseWeights
if (sparseWeights.size()) {
//Merge the sparse features
- FeatureStatsType merged = inner_product(sparseWeights, map_);
+ FeatureStatsType merged = inner_product(sparseWeights, m_map);
add(merged);
/*
cerr << "Merged ";
@@ -195,7 +198,7 @@ void FeatureStats::set(std::string &theString, const SparseVector& sparseWeights
map_.write(cerr,"=");
cerr << " to give " << merged << endl;
*/
- map_.clear();
+ m_map.clear();
}
/*
cerr << "FS: ";
@@ -205,39 +208,39 @@ void FeatureStats::set(std::string &theString, const SparseVector& sparseWeights
cerr << endl;*/
}
-
-void FeatureStats::loadbin(std::ifstream& inFile)
+void FeatureStats::loadbin(istream* is)
{
- inFile.read((char*) array_, GetArraySizeWithBytes());
+ is->read(reinterpret_cast<char*>(m_array),
+ static_cast<streamsize>(GetArraySizeWithBytes()));
}
-void FeatureStats::loadtxt(std::ifstream& inFile, const SparseVector& sparseWeights)
+void FeatureStats::loadtxt(istream* is, const SparseVector& sparseWeights)
{
- std::string theString;
- std::getline(inFile, theString);
- set(theString, sparseWeights);
+ string line;
+ getline(*is, line);
+ set(line, sparseWeights);
}
-
-void FeatureStats::savetxt(const std::string &file)
+void FeatureStats::savetxt(const string &file)
{
-// TRACE_ERR("saving the stats into " << file << std::endl);
-
- std::ofstream outFile(file.c_str(), std::ios::out); // matches a stream with a file. Opens the file
-
- savetxt(outFile);
+ ofstream ofs(file.c_str(), ios::out);
+ ostream* os = &ofs;
+ savetxt(os);
}
-
-void FeatureStats::savetxt(std::ofstream& outFile)
+void FeatureStats::savetxt(ostream* os)
{
-// TRACE_ERR("saving the stats" << std::endl);
- outFile << *this;
+ *os << *this;
}
-void FeatureStats::savebin(std::ofstream& outFile)
+void FeatureStats::savetxt() {
+ savetxt(&cout);
+}
+
+void FeatureStats::savebin(ostream* os)
{
- outFile.write((char*) array_, GetArraySizeWithBytes());
+ os->write(reinterpret_cast<char*>(m_array),
+ static_cast<streamsize>(GetArraySizeWithBytes()));
}
ostream& operator<<(ostream& o, const FeatureStats& e)
@@ -251,3 +254,19 @@ ostream& operator<<(ostream& o, const FeatureStats& e)
return o;
}
+
+//ADEED_BY_TS
+bool operator==(const FeatureStats& f1, const FeatureStats& f2) {
+ size_t size = f1.size();
+
+ if (size != f2.size())
+ return false;
+
+ for (size_t k=0; k < size; k++) {
+ if (f1.get(k) != f2.get(k))
+ return false;
+ }
+
+ return true;
+}
+//END_ADDED
diff --git a/mert/FeatureStats.h b/mert/FeatureStats.h
index 39bffa93e..396adf19e 100644
--- a/mert/FeatureStats.h
+++ b/mert/FeatureStats.h
@@ -1,39 +1,34 @@
/*
* FeatureStats.h
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
*/
-#ifndef FEATURE_STATS_H
-#define FEATURE_STATS_H
+#ifndef MERT_FEATURE_STATS_H_
+#define MERT_FEATURE_STATS_H_
#include <cstring>
-#include <fstream>
#include <iostream>
#include <map>
#include <string>
#include <vector>
#include "Types.h"
-using namespace std;
-
// Minimal sparse vector
class SparseVector {
public:
- typedef std::map<size_t,FeatureStatsType> fvector_t;
- typedef std::map<std::string, size_t> name2id_t;
+ typedef std::map<std::size_t,FeatureStatsType> fvector_t;
+ typedef std::map<std::string, std::size_t> name2id_t;
typedef std::vector<std::string> id2name_t;
FeatureStatsType get(const std::string& name) const;
- FeatureStatsType get(size_t id) const;
+ FeatureStatsType get(std::size_t id) const;
void set(const std::string& name, FeatureStatsType value);
void clear();
void load(const std::string& file);
- size_t size() const {
- return fvector_.size();
- }
+ std::size_t size() const { return m_fvector.size(); }
void write(std::ostream& out, const std::string& sep = " ") const;
@@ -41,9 +36,9 @@ public:
FeatureStatsType inner_product(const SparseVector& rhs) const;
private:
- static name2id_t name2id_;
- static id2name_t id2name_;
- fvector_t fvector_;
+ static name2id_t m_name_to_id;
+ static id2name_t m_id_to_name;
+ fvector_t m_fvector;
};
SparseVector operator-(const SparseVector& lhs, const SparseVector& rhs);
@@ -52,16 +47,16 @@ FeatureStatsType inner_product(const SparseVector& lhs, const SparseVector& rhs)
class FeatureStats
{
private:
- size_t available_;
- size_t entries_;
+ std::size_t m_available_size;
+ std::size_t m_entries;
// TODO: Use smart pointer for exceptional-safety.
- featstats_t array_;
- SparseVector map_;
+ featstats_t m_array;
+ SparseVector m_map;
public:
FeatureStats();
- explicit FeatureStats(const size_t size);
+ explicit FeatureStats(const std::size_t size);
~FeatureStats();
@@ -71,68 +66,55 @@ public:
void Copy(const FeatureStats &stats);
- bool isfull() const {
- return (entries_ < available_) ? 0 : 1;
- }
+ bool isfull() const { return (m_entries < m_available_size) ? 0 : 1; }
void expand();
void add(FeatureStatsType v);
- void addSparse(const string& name, FeatureStatsType v);
+ void addSparse(const std::string& name, FeatureStatsType v);
void clear() {
- memset((void*)array_, 0, GetArraySizeWithBytes());
- map_.clear();
+ memset((void*)m_array, 0, GetArraySizeWithBytes());
+ m_map.clear();
}
void reset() {
- entries_ = 0;
+ m_entries = 0;
clear();
}
- inline FeatureStatsType get(size_t i) {
- return array_[i];
- }
- inline FeatureStatsType get(size_t i)const {
- return array_[i];
- }
- inline featstats_t getArray() const {
- return array_;
- }
- inline const SparseVector& getSparse() const {
- return map_;
- }
+ FeatureStatsType get(std::size_t i) { return m_array[i]; }
+ FeatureStatsType get(std::size_t i)const { return m_array[i]; }
+ featstats_t getArray() const { return m_array; }
+
+ const SparseVector& getSparse() const { return m_map; }
void set(std::string &theString, const SparseVector& sparseWeights);
- inline size_t bytes() const {
- return GetArraySizeWithBytes();
- }
+ inline std::size_t bytes() const { return GetArraySizeWithBytes(); }
- size_t GetArraySizeWithBytes() const {
- return entries_ * sizeof(FeatureStatsType);
+ std::size_t GetArraySizeWithBytes() const {
+ return m_entries * sizeof(FeatureStatsType);
}
- inline size_t size() const {
- return entries_;
- }
+ std::size_t size() const { return m_entries; }
- inline size_t available() const {
- return available_;
- }
+ std::size_t available() const { return m_available_size; }
void savetxt(const std::string &file);
- void savetxt(ofstream& outFile);
- void savebin(ofstream& outFile);
- inline void savetxt() {
- savetxt("/dev/stdout");
- }
+ void savetxt(std::ostream* os);
+ void savebin(std::ostream* os);
+ void savetxt();
- void loadtxt(ifstream& inFile, const SparseVector& sparseWeights);
- void loadbin(ifstream& inFile);
+ void loadtxt(std::istream* is, const SparseVector& sparseWeights);
+ void loadbin(std::istream* is);
/**
* Write the whole object to a stream.
*/
- friend ostream& operator<<(ostream& o, const FeatureStats& e);
+ friend std::ostream& operator<<(std::ostream& o, const FeatureStats& e);
};
-#endif // FEATURE_STATS_H
+//ADEED_BY_TS
+bool operator==(const FeatureStats& f1, const FeatureStats& f2);
+//END_ADDED
+
+#endif // MERT_FEATURE_STATS_H_
diff --git a/mert/FileStream.cpp b/mert/FileStream.cpp
index 11fd58e26..1a52e53fa 100644
--- a/mert/FileStream.cpp
+++ b/mert/FileStream.cpp
@@ -1,7 +1,7 @@
#include "FileStream.h"
#include <stdexcept>
-#include "gzfilebuf.h"
+#include "GzFileBuf.h"
using namespace std;
@@ -13,16 +13,16 @@ bool IsGzipFile(const std::string &filename) {
} // namespace
inputfilestream::inputfilestream(const std::string &filePath)
- : std::istream(0), m_streambuf(0), is_good(false)
+ : std::istream(0), m_streambuf(0), m_is_good(false)
{
// check if file is readable
std::filebuf* fb = new std::filebuf();
- is_good = (fb->open(filePath.c_str(), std::ios::in) != NULL);
+ m_is_good = (fb->open(filePath.c_str(), std::ios::in) != NULL);
if (IsGzipFile(filePath)) {
fb->close();
delete fb;
- m_streambuf = new gzfilebuf(filePath.c_str());
+ m_streambuf = new GzFileBuf(filePath.c_str());
} else {
m_streambuf = fb;
}
@@ -40,11 +40,11 @@ void inputfilestream::close()
}
outputfilestream::outputfilestream(const std::string &filePath)
- : std::ostream(0), m_streambuf(0), is_good(false)
+ : std::ostream(0), m_streambuf(0), m_is_good(false)
{
// check if file is readable
std::filebuf* fb = new std::filebuf();
- is_good = (fb->open(filePath.c_str(), std::ios::out) != NULL);
+ m_is_good = (fb->open(filePath.c_str(), std::ios::out) != NULL);
if (IsGzipFile(filePath)) {
throw runtime_error("Output to a zipped file not supported!");
diff --git a/mert/FileStream.h b/mert/FileStream.h
index afa8d9a29..3fd489cd7 100644
--- a/mert/FileStream.h
+++ b/mert/FileStream.h
@@ -1,7 +1,8 @@
-#ifndef FILESTREAM_H_
-#define FILESTREAM_H_
+#ifndef MERT_FILE_STREAM_H_
+#define MERT_FILE_STREAM_H_
#include <fstream>
+#include <iostream>
#include <streambuf>
#include <string>
@@ -9,12 +10,13 @@ class inputfilestream : public std::istream
{
protected:
std::streambuf *m_streambuf;
- bool is_good;
+ bool m_is_good;
public:
explicit inputfilestream(const std::string &filePath);
- ~inputfilestream();
- bool good() const { return is_good; }
+ virtual ~inputfilestream();
+
+ bool good() const { return m_is_good; }
void close();
};
@@ -22,13 +24,14 @@ class outputfilestream : public std::ostream
{
protected:
std::streambuf *m_streambuf;
- bool is_good;
+ bool m_is_good;
public:
explicit outputfilestream(const std::string &filePath);
- ~outputfilestream();
- bool good() const { return is_good; }
+ virtual ~outputfilestream();
+
+ bool good() const { return m_is_good; }
void close();
};
-#endif // FILESTREAM_H_
+#endif // MERT_FILE_STREAM_H_
diff --git a/mert/GzFileBuf.cpp b/mert/GzFileBuf.cpp
new file mode 100644
index 000000000..9d3ccb588
--- /dev/null
+++ b/mert/GzFileBuf.cpp
@@ -0,0 +1,80 @@
+#include "GzFileBuf.h"
+
+#include <cstring>
+#include <cstdlib>
+#include <cstdio>
+#include <iostream>
+
+GzFileBuf::GzFileBuf(const char* filename) {
+ m_gz_file = gzopen(filename, "rb");
+ if (m_gz_file == NULL) {
+ std::cerr << "ERROR: Failed to open " << filename << std::endl;
+ std::exit(1);
+ }
+ setg(m_buf + sizeof(int), // beginning of putback area
+ m_buf + sizeof(int), // read position
+ m_buf + sizeof(int)); // end position
+}
+
+GzFileBuf::~GzFileBuf() {
+ gzclose(m_gz_file);
+}
+
+int GzFileBuf::overflow(int_type c) {
+ throw;
+}
+
+// read one character
+int GzFileBuf::underflow() {
+ // is read position before end of m_buf?
+ if (gptr() < egptr()) {
+ return traits_type::to_int_type(*gptr());
+ }
+
+ /* process size of putback area
+ * - use number of characters read
+ * - but at most four
+ */
+ unsigned int num_put_back = static_cast<unsigned int>(gptr() - eback());
+ if (num_put_back > sizeof(int)) {
+ num_put_back = sizeof(int);
+ }
+
+ /* copy up to four characters previously read into
+ * the putback m_buf (area of first four characters)
+ */
+ std::memmove(m_buf + (sizeof(int) - num_put_back),
+ gptr() - num_put_back, num_put_back);
+
+ // read new characters
+ const int num = gzread(m_gz_file, m_buf + sizeof(int),
+ kBufSize - sizeof(int));
+ if (num <= 0) {
+ // ERROR or EOF
+ return EOF; // NOTE: the macro EOF defined in stdio.h
+ }
+
+ // reset m_buf pointers
+ setg(m_buf + (sizeof(int) - num_put_back), // beginning of putback area
+ m_buf + sizeof(int), // read position
+ m_buf + sizeof(int) + num); // end of buffer
+
+ // return next character
+ return traits_type::to_int_type(*gptr());
+}
+
+std::streampos GzFileBuf::seekpos(
+ std::streampos sp,
+ std::ios_base::openmode which) {
+ throw;
+}
+
+std::streamsize GzFileBuf::xsgetn(char* s,
+ std::streamsize num) {
+ return static_cast<std::streamsize>(gzread(m_gz_file,s,num));
+}
+
+std::streamsize GzFileBuf::xsputn(const char* s,
+ std::streamsize num) {
+ throw;
+}
diff --git a/mert/GzFileBuf.h b/mert/GzFileBuf.h
new file mode 100644
index 000000000..729523e0e
--- /dev/null
+++ b/mert/GzFileBuf.h
@@ -0,0 +1,34 @@
+#ifndef MERT_GZFILEBUF_H_
+#define MERT_GZFILEBUF_H_
+
+#include <streambuf>
+#include <zlib.h>
+
+class GzFileBuf : public std::streambuf
+{
+public:
+ explicit GzFileBuf(const char* filename);
+ virtual ~GzFileBuf();
+
+protected:
+ virtual int_type overflow(int_type c);
+
+ // Read one character
+ virtual int_type underflow();
+
+ virtual std::streampos seekpos(
+ std::streampos sp,
+ std::ios_base::openmode which = std::ios_base::in | std::ios_base::out);
+
+ virtual std::streamsize xsgetn(char* s, std::streamsize num);
+
+ // write multiple characters
+ virtual std::streamsize xsputn(const char* s, std::streamsize num);
+
+private:
+ gzFile m_gz_file;
+ static const unsigned int kBufSize = 1024;
+ char m_buf[kBufSize];
+};
+
+#endif // MERT_GZFILEBUF_H_ \ No newline at end of file
diff --git a/mert/InterpolatedScorer.cpp b/mert/InterpolatedScorer.cpp
new file mode 100644
index 000000000..9db147d91
--- /dev/null
+++ b/mert/InterpolatedScorer.cpp
@@ -0,0 +1,197 @@
+#include "InterpolatedScorer.h"
+#include "ScorerFactory.h"
+#include "Util.h"
+
+using namespace std;
+
+// TODO: This is too long. Consider creating a function for
+// initialization such as Init().
+InterpolatedScorer::InterpolatedScorer(const string& name, const string& config)
+ : Scorer(name,config)
+{
+ // name would be: HAMMING,BLEU or similar
+ string scorers = name;
+ while (scorers.length() > 0) {
+ string scorertype = "";
+ getNextPound(scorers, scorertype,",");
+ Scorer *scorer = ScorerFactory::getScorer(scorertype,config);
+ m_scorers.push_back(scorer);
+ }
+ if (m_scorers.size() == 0) {
+ throw runtime_error("There are no scorers");
+ }
+ cerr << "Number of scorers: " << m_scorers.size() << endl;
+
+ //TODO debug this
+ string wtype = getConfig("weights","");
+ //Default weights set to uniform ie. if two weights 0.5 each
+ //weights should add to 1
+ if (wtype.length() == 0) {
+ float weight = 1.0 / m_scorers.size() ;
+ //cout << " Default weights:" << weight << endl;
+ for (size_t i = 0; i < m_scorers.size(); i ++) {
+ m_scorer_weights.push_back(weight);
+ }
+ } else {
+ float tot=0;
+ //cout << "Defined weights:" << endl;
+ while (wtype.length() > 0) {
+ string scoreweight = "";
+ getNextPound(wtype,scoreweight,"+");
+ float weight = atof(scoreweight.c_str());
+ m_scorer_weights.push_back(weight);
+ tot += weight;
+ //cout << " :" << weight ;
+ }
+ //cout << endl;
+ if (tot != float(1)) { // TODO: fix this checking in terms of readability.
+ for (vector<float>::iterator it = m_scorer_weights.begin();
+ it != m_scorer_weights.end(); ++it) {
+ *it /= tot;
+ }
+ }
+
+ if (m_scorers.size() != m_scorer_weights.size()) {
+ throw runtime_error("The number of weights does not equal the number of scorers!");
+ }
+ }
+ cerr << "The weights for the interpolated scorers are: " << endl;
+ for (vector<float>::iterator it = m_scorer_weights.begin(); it < m_scorer_weights.end(); it++) {
+ cerr << *it << " " ;
+ }
+ cerr <<endl;
+}
+
+void InterpolatedScorer::setScoreData(ScoreData* data)
+{
+ size_t last = 0;
+ m_score_data = data;
+ for (ScopedVector<Scorer>::iterator itsc = m_scorers.begin();
+ itsc != m_scorers.end(); ++itsc) {
+ int numScoresScorer = (*itsc)->NumberOfScores();
+ ScoreData* newData =new ScoreData(*itsc);
+ for (size_t i = 0; i < data->size(); i++) {
+ ScoreArray scoreArray = data->get(i);
+ ScoreArray newScoreArray;
+ std::string istr;
+ std::stringstream out;
+ out << i;
+ istr = out.str();
+ size_t numNBest = scoreArray.size();
+ //cout << " Datasize " << data->size() << " NumNBest " << numNBest << endl ;
+ for (size_t j = 0; j < numNBest ; j++) {
+ ScoreStats scoreStats = data->get(i, j);
+ //cout << "Scorestats " << scoreStats << " i " << i << " j " << j << endl;
+ ScoreStats newScoreStats;
+ for (size_t k = last; k < size_t(numScoresScorer + last); k++) {
+ ScoreStatsType score = scoreStats.get(k);
+ newScoreStats.add(score);
+ }
+ //cout << " last " << last << " NumScores " << numScoresScorer << "newScorestats " << newScoreStats << endl;
+ newScoreArray.add(newScoreStats);
+ }
+ newScoreArray.setIndex(istr);
+ newData->add(newScoreArray);
+ }
+ //newData->dump();
+
+ // NOTE: This class takes the ownership of the heap allocated
+ // ScoreData objects to avoid the memory leak issues.
+ m_scorers_score_data.push_back(newData);
+
+ (*itsc)->setScoreData(newData);
+ last += numScoresScorer;
+ }
+}
+
+
+/** The interpolated scorer calls a vector of scorers and combines them with
+ weights **/
+void InterpolatedScorer::score(const candidates_t& candidates, const diffs_t& diffs,
+ statscores_t& scores) const
+{
+ //cout << "*******InterpolatedScorer::score" << endl;
+ size_t scorerNum = 0;
+ for (ScopedVector<Scorer>::const_iterator itsc = m_scorers.begin();
+ itsc != m_scorers.end(); ++itsc) {
+ //int numScores = (*itsc)->NumberOfScores();
+ statscores_t tscores;
+ (*itsc)->score(candidates,diffs,tscores);
+ size_t inc = 0;
+ for (statscores_t::iterator itstatsc = tscores.begin();
+ itstatsc != tscores.end(); ++itstatsc) {
+ //cout << "Scores " << (*itstatsc) << endl;
+ float weight = m_scorer_weights[scorerNum];
+ if (weight == 0) {
+ stringstream msg;
+ msg << "No weights for scorer" << scorerNum ;
+ throw runtime_error(msg.str());
+ }
+ if (scorerNum == 0) {
+ scores.push_back(weight * (*itstatsc));
+ } else {
+ scores[inc] += weight * (*itstatsc);
+ }
+ //cout << "Scorer:" << scorerNum << " scoreNum:" << inc << " score: " << (*itstatsc) << " weight:" << weight << endl;
+ inc++;
+
+ }
+ scorerNum++;
+ }
+
+}
+
+void InterpolatedScorer::setReferenceFiles(const vector<string>& referenceFiles)
+{
+ for (ScopedVector<Scorer>::iterator itsc = m_scorers.begin();
+ itsc != m_scorers.end(); ++itsc) {
+ (*itsc)->setReferenceFiles(referenceFiles);
+ }
+}
+
+void InterpolatedScorer::prepareStats(size_t sid, const string& text, ScoreStats& entry)
+{
+ stringstream buff;
+ int i = 0;
+ for (ScopedVector<Scorer>::iterator itsc = m_scorers.begin();
+ itsc != m_scorers.end(); ++itsc) {
+ ScoreStats tempEntry;
+ (*itsc)->prepareStats(sid, text, tempEntry);
+ if (i > 0) buff << " ";
+ buff << tempEntry;
+ i++;
+ }
+ //cout << " Scores for interpolated: " << buff << endl;
+ string str = buff.str();
+ entry.set(str);
+}
+
+void InterpolatedScorer::setFactors(const string& factors)
+{
+ if (factors.empty()) return;
+
+ vector<string> fsplit;
+ split(factors, ',', fsplit);
+
+ if (fsplit.size() != m_scorers.size())
+ throw runtime_error("Number of factor specifications does not equal number of interpolated scorers.");
+
+ for (size_t i = 0; i < m_scorers.size(); ++i) {
+ m_scorers[i]->setFactors(fsplit[i]);
+ }
+}
+
+void InterpolatedScorer::setFilter(const string& filterCommand)
+{
+ if (filterCommand.empty()) return;
+
+ vector<string> csplit;
+ split(filterCommand, ',', csplit);
+
+ if (csplit.size() != m_scorers.size())
+ throw runtime_error("Number of command specifications does not equal number of interpolated scorers.");
+
+ for (size_t i = 0; i < m_scorers.size(); ++i) {
+ m_scorers[i]->setFilter(csplit[i]);
+ }
+}
diff --git a/mert/InterpolatedScorer.h b/mert/InterpolatedScorer.h
new file mode 100644
index 000000000..321b50d20
--- /dev/null
+++ b/mert/InterpolatedScorer.h
@@ -0,0 +1,55 @@
+#ifndef MERT_INTERPOLATED_SCORER_H_
+#define MERT_INTERPOLATED_SCORER_H_
+
+#include <string>
+#include <vector>
+#include "Types.h"
+#include "ScoreData.h"
+#include "Scorer.h"
+#include "ScopedVector.h"
+
+/**
+ * Class that includes other scorers eg.
+ * Interpolated HAMMING and BLEU scorer **/
+class InterpolatedScorer : public Scorer
+{
+public:
+ // name would be: "HAMMING,BLEU" or similar
+ InterpolatedScorer(const std::string& name, const std::string& config);
+ virtual ~InterpolatedScorer() {}
+
+ virtual void score(const candidates_t& candidates, const diffs_t& diffs,
+ statscores_t& scores) const;
+
+ virtual void setReferenceFiles(const std::vector<std::string>& referenceFiles);
+ virtual void prepareStats(std::size_t sid, const std::string& text, ScoreStats& entry);
+
+ virtual std::size_t NumberOfScores() const {
+ std::size_t sz = 0;
+ for (ScopedVector<Scorer>::const_iterator itsc = m_scorers.begin();
+ itsc != m_scorers.end(); ++itsc) {
+ sz += (*itsc)->NumberOfScores();
+ }
+ return sz;
+ }
+
+ virtual void setScoreData(ScoreData* data);
+
+ /**
+ * Set the factors, which should be used for this metric
+ */
+ virtual void setFactors(const std::string& factors);
+
+ virtual void setFilter(const std::string& filterCommand);
+
+protected:
+ ScopedVector<Scorer> m_scorers;
+
+ // Take the ownership of the heap-allocated the objects
+ // by Scorer objects.
+ ScopedVector<ScoreData> m_scorers_score_data;
+
+ std::vector<float> m_scorer_weights;
+};
+
+#endif // MERT_INTERPOLATED_SCORER_H_
diff --git a/mert/Jamfile b/mert/Jamfile
index e095f9577..2eaa7143c 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -1,34 +1,47 @@
+import testing ;
+
lib m ;
lib mert_lib :
Util.cpp
+GzFileBuf.cpp
FileStream.cpp
Timer.cpp
-ScoreStats.cpp ScoreArray.cpp ScoreData.cpp
+ScoreStats.cpp
+ScoreArray.cpp
+ScoreData.cpp
ScoreDataIterator.cpp
-FeatureStats.cpp FeatureArray.cpp FeatureData.cpp
+FeatureStats.cpp
+FeatureArray.cpp
+FeatureData.cpp
FeatureDataIterator.cpp
Data.cpp
BleuScorer.cpp
+SemposScorer.cpp
+SemposOverlapping.cpp
+InterpolatedScorer.cpp
Point.cpp
PerScorer.cpp
Scorer.cpp
ScorerFactory.cpp
Optimizer.cpp
-TERsrc/alignmentStruct.cpp
-TERsrc/hashMap.cpp
-TERsrc/hashMapStringInfos.cpp
-TERsrc/stringHasher.cpp
-TERsrc/terAlignment.cpp
-TERsrc/terShift.cpp
-TERsrc/hashMapInfos.cpp
-TERsrc/infosHasher.cpp
-TERsrc/stringInfosHasher.cpp
-TERsrc/tercalc.cpp
-TERsrc/tools.cpp
+OptimizerFactory.cpp
+TER/alignmentStruct.cpp
+TER/hashMap.cpp
+TER/hashMapStringInfos.cpp
+TER/stringHasher.cpp
+TER/terAlignment.cpp
+TER/terShift.cpp
+TER/hashMapInfos.cpp
+TER/infosHasher.cpp
+TER/stringInfosHasher.cpp
+TER/tercalc.cpp
+TER/tools.cpp
TerScorer.cpp
CderScorer.cpp
MergeScorer.cpp
+Vocabulary.cpp
+PreProcessFilter.cpp
../util//kenutil m ..//z ;
exe mert : mert.cpp mert_lib ../moses/src//ThreadPool ;
@@ -41,4 +54,16 @@ exe pro : pro.cpp mert_lib ..//boost_program_options ;
alias programs : mert extractor evaluator pro ;
+unit-test bleu_scorer_test : BleuScorerTest.cpp mert_lib ..//boost_unit_test_framework ;
+unit-test feature_data_test : FeatureDataTest.cpp mert_lib ..//boost_unit_test_framework ;
+unit-test data_test : DataTest.cpp mert_lib ..//boost_unit_test_framework ;
+unit-test ngram_test : NgramTest.cpp mert_lib ..//boost_unit_test_framework ;
+unit-test optimizer_factory_test : OptimizerFactoryTest.cpp mert_lib ..//boost_unit_test_framework ;
+unit-test point_test : PointTest.cpp mert_lib ..//boost_unit_test_framework ;
+unit-test reference_test : ReferenceTest.cpp mert_lib ..//boost_unit_test_framework ;
+unit-test singleton_test : SingletonTest.cpp mert_lib ..//boost_unit_test_framework ;
+unit-test timer_test : TimerTest.cpp mert_lib ..//boost_unit_test_framework ;
+unit-test util_test : UtilTest.cpp mert_lib ..//boost_unit_test_framework ;
+unit-test vocabulary_test : VocabularyTest.cpp mert_lib ..//boost_unit_test_framework ;
+
install legacy : programs : <location>. ;
diff --git a/mert/MergeScorer.cpp b/mert/MergeScorer.cpp
index 0b9de73f1..dbdd31cf7 100644
--- a/mert/MergeScorer.cpp
+++ b/mert/MergeScorer.cpp
@@ -8,13 +8,15 @@
#include "PerScorer.h"
#include "CderScorer.h"
-#include "TERsrc/tercalc.h"
-#include "TERsrc/terAlignment.h"
+#include "TER/tercalc.h"
+#include "TER/terAlignment.h"
+using namespace std;
using namespace TERCpp;
MergeScorer::MergeScorer(const string& config)
- : StatisticsBasedScorer("MERGE",config), kLENGTH(4) {}
+ : StatisticsBasedScorer("MERGE", config) {}
+
MergeScorer::~MergeScorer() {}
void MergeScorer::setReferenceFiles(const vector<string>& referenceFiles)
@@ -39,74 +41,77 @@ float MergeScorer::calculateScore(const vector<int>& comps)
float MergeScorer::calculateScore(const std::vector< int >& comps) const
{
- float result=0.0;
- float weight=1.0;
- float resultTmp=0.0;
+ float result = 0.0;
vector<int> vecLine;
vector<string> vecScorerType;
vector<float> weightsModifier;
- int pos=0;
- int weightIncrement=0;
- string initfile="merge.init";
+ int pos = 0;
+ int weightIncrement = 0;
+ string initfile = "merge.init";
string line;
ifstream opt(initfile.c_str());
- float denom=0.0;
+ float denom = 0.0;
+
if (opt.fail()) {
cerr<<"MergeScorer::calculateScore : could not open initfile: " << initfile << endl;
exit(3);
}
while (getline (opt, line)) {
vector<string> vecLine=stringToVector(line, " ");
- if ((int)vecLine.size() != 4) {
+ if (vecLine.size() != 4) {
cerr<<"MergeScorer::calculateScore : Error in initfile: " << initfile << endl;
exit(4);
}
vecScorerType.push_back(vecLine.at(0));
weightsModifier.push_back(atof(vecLine.at(1).c_str()));
- denom+=abs(atof(vecLine.at(1).c_str()));
+ denom += abs(atof(vecLine.at(1).c_str()));
}
- for (weightIncrement = 0; weightIncrement < (int) weightsModifier.size(); weightIncrement++)
+ const int weights_modifier_size = static_cast<int>(weightsModifier.size());
+ for (weightIncrement = 0; weightIncrement < weights_modifier_size; weightIncrement++)
{
- if (vecScorerType.at(weightIncrement).compare("BLEU")==0)
+ if (vecScorerType.at(weightIncrement).compare("BLEU") == 0)
{
- BleuScorer* scorer01= new BleuScorer("");
- weight=weightsModifier.at(weightIncrement) / denom;
+ BleuScorer* scorer01 = new BleuScorer("");
+ const float weight = weightsModifier.at(weightIncrement) / denom;
vecLine.clear();
- vecLine=subVector(comps, pos,pos+(int)(scorer01->NumberOfScores()));
- pos=pos+(int)(scorer01->NumberOfScores());
- resultTmp=(scorer01->calculateScore(vecLine));
- result+=(weight * resultTmp);
-
+ const int num_scores = static_cast<int>(scorer01->NumberOfScores());
+ vecLine = subVector(comps, pos, pos + num_scores);
+ pos += num_scores;
+ result += weight * scorer01->calculateScore(vecLine);;
+ delete scorer01;
}
- else if (vecScorerType.at(weightIncrement).compare("TER")==0)
+ else if (vecScorerType.at(weightIncrement).compare("TER") == 0)
{
- TerScorer* scorer02= new TerScorer("");
- weight=weightsModifier.at(weightIncrement) / denom;
+ TerScorer* scorer02 = new TerScorer("");
+ const float weight = weightsModifier.at(weightIncrement) / denom;
vecLine.clear();
- vecLine=subVector(comps, pos,pos+(int)(scorer02->NumberOfScores()));
- pos=pos+(int)(scorer02->NumberOfScores());
- resultTmp=(scorer02->calculateScore(vecLine));
- result+=(weight * resultTmp);
+ const int num_scores = static_cast<int>(scorer02->NumberOfScores());
+ vecLine = subVector(comps, pos, pos + num_scores);
+ pos += num_scores;
+ result += weight * scorer02->calculateScore(vecLine);
+ delete scorer02;
}
- else if (vecScorerType.at(weightIncrement).compare("PER")==0)
+ else if (vecScorerType.at(weightIncrement).compare("PER") == 0)
{
- PerScorer* scorer03= new PerScorer("");
- weight=weightsModifier.at(weightIncrement) / denom;
+ PerScorer* scorer03 = new PerScorer("");
+ const float weight = weightsModifier.at(weightIncrement) / denom;
vecLine.clear();
- vecLine=subVector(comps, pos,pos+(int)(scorer03->NumberOfScores()));
- pos=pos+(int)(scorer03->NumberOfScores());
- resultTmp=(scorer03->calculateScore(vecLine));
- result+=(weight * result);
+ const int num_scores = static_cast<int>(scorer03->NumberOfScores());
+ vecLine = subVector(comps, pos, pos + num_scores);
+ pos += num_scores;
+ result += weight * scorer03->calculateScore(vecLine);
+ delete scorer03;
}
- else if (vecScorerType.at(weightIncrement).compare("CER")==0)
+ else if (vecScorerType.at(weightIncrement).compare("CER") == 0)
{
- CderScorer* scorer04= new CderScorer("");
- weight=weightsModifier.at(weightIncrement) / denom;
+ CderScorer* scorer04 = new CderScorer("");
+ const float weight = weightsModifier.at(weightIncrement) / denom;
vecLine.clear();
- vecLine=subVector(comps, pos,pos+(int)(scorer04->NumberOfScores()));
- pos=pos+(int)(scorer04->NumberOfScores());
- resultTmp=(scorer04->calculateScore(vecLine));
- result+=(weight * resultTmp);
+ const int num_scores = static_cast<int>(scorer04->NumberOfScores());
+ vecLine = subVector(comps, pos, pos + num_scores);
+ pos += num_scores;
+ result += weight * scorer04->calculateScore(vecLine);
+ delete scorer04;
}
else
{
diff --git a/mert/MergeScorer.h b/mert/MergeScorer.h
index 10e034ac6..4031ad788 100644
--- a/mert/MergeScorer.h
+++ b/mert/MergeScorer.h
@@ -1,53 +1,36 @@
-#ifndef __MERGESCORER_H__
-#define __MERGESCORER_H__
+#ifndef MERT_MERGE_SCORER_H_
+#define MERT_MERGE_SCORER_H_
-#include <iostream>
-#include <set>
#include <string>
#include <vector>
#include "Scorer.h"
-using namespace std;
-
-// enum MergeReferenceLengthStrategy { MERGE_AVERAGE, MERGE_SHORTEST, MERGE_CLOSEST };
-
class PerScorer;
class ScoreStats;
+const int kMergeScorerLength = 4;
+
/**
* Merge scoring.
*/
class MergeScorer: public StatisticsBasedScorer {
public:
- explicit MergeScorer(const string& config = "");
+ explicit MergeScorer(const std::string& config = "");
~MergeScorer();
- virtual void setReferenceFiles(const vector<string>& referenceFiles);
- virtual void prepareStats(size_t sid, const string& text, ScoreStats& entry);
- virtual void whoami() const {
- cerr << "I AM MergeScorer" << std::endl;
- }
+ virtual void setReferenceFiles(const std::vector<std::string>& referenceFiles);
+ virtual void prepareStats(std::size_t sid, const std::string& text, ScoreStats& entry);
+ virtual std::size_t NumberOfScores() const { return 0; }
protected:
friend class PerScorer;
- virtual float calculateScore(const vector<int>& comps) const;
+ virtual float calculateScore(const std::vector<int>& comps) const;
private:
- const int kLENGTH;
-
- string javaEnv;
- string tercomEnv;
-
- // data extracted from reference files
- vector<size_t> _reflengths;
- vector<multiset<int> > _reftokens;
- vector<vector<int> > m_references;
- string m_pid;
-
// no copying allowed
MergeScorer(const MergeScorer&);
MergeScorer& operator=(const MergeScorer&);
};
-#endif //__TERSCORER_H
+#endif // MERT_MERGE_SCORER_H_
diff --git a/mert/Ngram.h b/mert/Ngram.h
new file mode 100644
index 000000000..846604f3f
--- /dev/null
+++ b/mert/Ngram.h
@@ -0,0 +1,98 @@
+#ifndef MERT_NGRAM_H_
+#define MERT_NGRAM_H_
+
+#include <vector>
+#include <map>
+#include <string>
+
+/** A simple STL-std::map based n-gram counts. Basically, we provide
+ * typical accessors and mutaors, but we intentionally does not allow
+ * erasing elements.
+ */
+class NgramCounts {
+ public:
+ // Used to construct the ngram map
+ struct NgramComparator {
+ bool operator()(const std::vector<int>& a, const std::vector<int>& b) const {
+ std::size_t i;
+ const std::size_t as = a.size();
+ const std::size_t bs = b.size();
+ for (i = 0; i < as && i < bs; ++i) {
+ if (a[i] < b[i]) {
+ return true;
+ }
+ if (a[i] > b[i]) {
+ return false;
+ }
+ }
+ // entries are equal, shortest wins
+ return as < bs;
+ }
+ };
+
+ typedef std::vector<int> Key;
+ typedef int Value;
+ typedef std::map<Key, Value, NgramComparator>::iterator iterator;
+ typedef std::map<Key, Value, NgramComparator>::const_iterator const_iterator;
+
+ NgramCounts() : kDefaultCount(1) { }
+ virtual ~NgramCounts() { }
+
+ /**
+ * If the specified "ngram" is found, we add counts.
+ * If not, we insert the default count in the container. */
+ void Add(const Key& ngram) {
+ const_iterator it = find(ngram);
+ if (it != end()) {
+ m_counts[ngram] = it->second + 1;
+ } else {
+ m_counts[ngram] = kDefaultCount;
+ }
+ }
+
+ /**
+ * Return true iff the specified "ngram" is found in the container.
+ */
+ bool Lookup(const Key& ngram, Value* v) const {
+ const_iterator it = m_counts.find(ngram);
+ if (it == m_counts.end()) return false;
+ *v = it->second;
+ return true;
+ }
+
+ /**
+ * Clear all elments in the container.
+ */
+ void clear() { m_counts.clear(); }
+
+ /**
+ * Return true iff the container is empty.
+ */
+ bool empty() const { return m_counts.empty(); }
+
+ /**
+ * Return the the number of elements in the container.
+ */
+ std::size_t size() const { return m_counts.size(); }
+
+ std::size_t max_size() const { return m_counts.max_size(); }
+
+ // Note: This is mainly used by unit tests.
+ int get_default_count() const { return kDefaultCount; }
+
+ iterator find(const Key& ngram) { return m_counts.find(ngram); }
+ const_iterator find(const Key& ngram) const { return m_counts.find(ngram); }
+
+ Value& operator[](const Key& ngram) { return m_counts[ngram]; }
+
+ iterator begin() { return m_counts.begin(); }
+ const_iterator begin() const { return m_counts.begin(); }
+ iterator end() { return m_counts.end(); }
+ const_iterator end() const { return m_counts.end(); }
+
+ private:
+ const int kDefaultCount;
+ std::map<Key, Value, NgramComparator> m_counts;
+};
+
+#endif // MERT_NGRAM_H_
diff --git a/mert/NgramTest.cpp b/mert/NgramTest.cpp
new file mode 100644
index 000000000..a07fca42c
--- /dev/null
+++ b/mert/NgramTest.cpp
@@ -0,0 +1,83 @@
+#include "Ngram.h"
+
+#define BOOST_TEST_MODULE MertNgram
+#include <boost/test/unit_test.hpp>
+
+BOOST_AUTO_TEST_CASE(ngram_basic) {
+ NgramCounts counts;
+ NgramCounts::Key key;
+ key.push_back(1);
+ key.push_back(2);
+ key.push_back(4);
+ counts.Add(key);
+
+ BOOST_REQUIRE(!counts.empty());
+ BOOST_CHECK_EQUAL(counts.size(), 1);
+
+ NgramCounts::const_iterator it = counts.find(key);
+ BOOST_CHECK(it != counts.end());
+ BOOST_CHECK_EQUAL(it->first.size(), key.size());
+ for (std::size_t i = 0; i < key.size(); ++i) {
+ BOOST_CHECK_EQUAL(it->first[i], key[i]);
+ }
+ BOOST_CHECK_EQUAL(it->second, 1);
+}
+
+BOOST_AUTO_TEST_CASE(ngram_Add) {
+ NgramCounts counts;
+ NgramCounts::Key key;
+ key.push_back(1);
+ key.push_back(2);
+ counts.Add(key);
+ BOOST_REQUIRE(!counts.empty());
+ BOOST_CHECK_EQUAL(counts[key], counts.get_default_count());
+
+ NgramCounts::Key key2;
+ key2.push_back(1);
+ key2.push_back(2);
+ counts.Add(key2);
+ BOOST_CHECK_EQUAL(counts.size(), 1);
+ BOOST_CHECK_EQUAL(counts[key], counts.get_default_count() + 1);
+ BOOST_CHECK_EQUAL(counts[key2], counts.get_default_count() + 1);
+
+ NgramCounts::Key key3;
+ key3.push_back(10);
+ counts.Add(key3);
+ BOOST_CHECK_EQUAL(counts.size(), 2);
+ BOOST_CHECK_EQUAL(counts[key3], counts.get_default_count());
+}
+
+BOOST_AUTO_TEST_CASE(ngram_lookup) {
+ NgramCounts counts;
+ NgramCounts::Key key;
+ key.push_back(1);
+ key.push_back(2);
+ key.push_back(4);
+ counts.Add(key);
+
+ {
+ NgramCounts::Value v;
+ BOOST_REQUIRE(counts.Lookup(key, &v));
+ BOOST_CHECK_EQUAL(v, 1);
+ }
+
+ // the case the key is not found.
+ {
+ NgramCounts::Key key2;
+ key2.push_back(0);
+ key2.push_back(4);
+ NgramCounts::Value v;
+ // We only check the return value;
+ // we don't check the value of "v" because it makes sense
+ // to check the value when the specified ngram is found.
+ BOOST_REQUIRE(!counts.Lookup(key2, &v));
+ }
+
+ // test after clear
+ counts.clear();
+ BOOST_CHECK(counts.empty());
+ {
+ NgramCounts::Value v;
+ BOOST_CHECK(!counts.Lookup(key, &v));
+ }
+}
diff --git a/mert/Optimizer.cpp b/mert/Optimizer.cpp
index 73fabb9ad..39e9aac1b 100644
--- a/mert/Optimizer.cpp
+++ b/mert/Optimizer.cpp
@@ -7,6 +7,7 @@
#include <map>
#include <cfloat>
#include <iostream>
+#include <stdint.h>
#include "Point.h"
#include "Util.h"
@@ -32,36 +33,25 @@ inline float intersect(float m1, float b1, float m2, float b2)
} // namespace
-
-void Optimizer::SetScorer(Scorer *_scorer)
-{
- scorer = _scorer;
-}
-
-void Optimizer::SetFData(FeatureData *_FData)
-{
- FData = _FData;
-}
-
-Optimizer::Optimizer(unsigned Pd, vector<unsigned> i2O, vector<parameter_t> start, unsigned int nrandom)
- : scorer(NULL), FData(NULL), number_of_random_directions(nrandom)
+Optimizer::Optimizer(unsigned Pd, const vector<unsigned>& i2O, const vector<bool>& pos, const vector<parameter_t>& start, unsigned int nrandom)
+ : m_scorer(NULL), m_feature_data(), m_num_random_directions(nrandom), m_positive(pos)
{
- // Warning: the init vector is a full set of parameters, of dimension pdim!
- Point::pdim = Pd;
+ // Warning: the init vector is a full set of parameters, of dimension m_pdim!
+ Point::m_pdim = Pd;
CHECK(start.size() == Pd);
- Point::dim = i2O.size();
- Point::optindices = i2O;
- if (Point::pdim > Point::dim) {
- for (unsigned int i = 0; i < Point::pdim; i++) {
+ Point::m_dim = i2O.size();
+ Point::m_opt_indices = i2O;
+ if (Point::m_pdim > Point::m_dim) {
+ for (unsigned int i = 0; i < Point::m_pdim; i++) {
unsigned int j = 0;
- while (j < Point::dim && i != i2O[j])
+ while (j < Point::m_dim && i != i2O[j])
j++;
- // The index i wasnt found on optindices, it is a fixed index,
+ // The index i wasnt found on m_opt_indices, it is a fixed index,
// we use the value of the start vector.
- if (j == Point::dim)
- Point::fixedweights[i] = start[i];
+ if (j == Point::m_dim)
+ Point::m_fixed_weights[i] = start[i];
}
}
}
@@ -72,12 +62,11 @@ statscore_t Optimizer::GetStatScore(const Point& param) const
{
vector<unsigned> bests;
Get1bests(param, bests);
- //copy(bests.begin(),bests.end(),ostream_iterator<unsigned>(cerr," "));
statscore_t score = GetStatScore(bests);
return score;
}
-map<float,diff_t >::iterator AddThreshold(map<float,diff_t >& thresholdmap, float newt, pair<unsigned,unsigned> newdiff)
+map<float,diff_t >::iterator AddThreshold(map<float,diff_t >& thresholdmap, float newt, const pair<unsigned,unsigned>& newdiff)
{
map<float,diff_t>::iterator it = thresholdmap.find(newt);
if (it != thresholdmap.end()) {
@@ -113,12 +102,12 @@ statscore_t Optimizer::LineOptimize(const Point& origin, const Point& direction,
//cerr << "Sentence " << S << endl;
multimap<float, unsigned> gradient;
vector<float> f0;
- f0.resize(FData->get(S).size());
- for (unsigned j = 0; j < FData->get(S).size(); j++) {
+ f0.resize(m_feature_data->get(S).size());
+ for (unsigned j = 0; j < m_feature_data->get(S).size(); j++) {
// gradient of the feature function for this particular target sentence
- gradient.insert(pair<float, unsigned>(direction * (FData->get(S,j)), j));
+ gradient.insert(pair<float, unsigned>(direction * (m_feature_data->get(S,j)), j));
// compute the feature function at the origin point
- f0[j] = origin * FData->get(S, j);
+ f0[j] = origin * m_feature_data->get(S, j);
}
// Now let's compute the 1best for each value of x.
@@ -255,7 +244,16 @@ statscore_t Optimizer::LineOptimize(const Point& origin, const Point& direction,
CHECK(scores.size() == thresholdmap.size());
for (unsigned int sc = 0; sc != scores.size(); sc++) {
//cerr << "x=" << thrit->first << " => " << scores[sc] << endl;
- if (scores[sc] > bestscore) {
+
+ //enforce positivity
+ Point respoint = origin + direction * thrit->first;
+ bool is_valid = true;
+ for (unsigned int k=0; k < respoint.getdim(); k++) {
+ if (m_positive[k] && respoint[k] <= 0.0)
+ is_valid = false;
+ }
+
+ if (is_valid && scores[sc] > bestscore) {
// This is the score for the interval [lit2->first, (lit2+1)->first]
// unless we're at the last score, when it's the score
// for the interval [lit2->first,+inf].
@@ -309,7 +307,7 @@ statscore_t Optimizer::LineOptimize(const Point& origin, const Point& direction,
void Optimizer::Get1bests(const Point& P, vector<unsigned>& bests) const
{
- CHECK(FData);
+ CHECK(m_feature_data);
bests.clear();
bests.resize(size());
@@ -317,8 +315,8 @@ void Optimizer::Get1bests(const Point& P, vector<unsigned>& bests) const
float bestfs = MIN_FLOAT;
unsigned idx = 0;
unsigned j;
- for (j = 0; j < FData->get(i).size(); j++) {
- float curfs = P * FData->get(i, j);
+ for (j = 0; j < m_feature_data->get(i).size(); j++) {
+ float curfs = P * m_feature_data->get(i, j);
if (curfs > bestfs) {
bestfs = curfs;
idx = j;
@@ -331,15 +329,15 @@ void Optimizer::Get1bests(const Point& P, vector<unsigned>& bests) const
statscore_t Optimizer::Run(Point& P) const
{
- if (!FData) {
+ if (!m_feature_data) {
cerr << "error trying to optimize without Features loaded" << endl;
exit(2);
}
- if (!scorer) {
+ if (!m_scorer) {
cerr << "error trying to optimize without a Scorer loaded" << endl;
exit(2);
}
- if (scorer->getReferenceSize() != FData->size()) {
+ if (m_scorer->getReferenceSize() != m_feature_data->size()) {
cerr << "error length mismatch between feature file and score file" << endl;
exit(2);
}
@@ -360,13 +358,13 @@ statscore_t Optimizer::Run(Point& P) const
}
-vector<statscore_t> Optimizer::GetIncStatScore(vector<unsigned> thefirst, vector<vector <pair<unsigned,unsigned> > > thediffs) const
+vector<statscore_t> Optimizer::GetIncStatScore(const vector<unsigned>& thefirst, const vector<vector <pair<unsigned,unsigned> > >& thediffs) const
{
- CHECK(scorer);
+ CHECK(m_scorer);
vector<statscore_t> theres;
- scorer->score(thefirst, thediffs, theres);
+ m_scorer->score(thefirst, thediffs, theres);
return theres;
}
@@ -393,7 +391,7 @@ statscore_t SimpleOptimizer::TrueRun(Point& P) const
Point linebest;
- for (unsigned int d = 0; d < Point::getdim()+number_of_random_directions; d++) {
+ for (unsigned int d = 0; d < Point::getdim() + m_num_random_directions; d++) {
if (verboselevel() > 4) {
// cerr<<"minimizing along direction "<<d<<endl;
cerr << "starting point: " << P << " => " << prevscore << endl;
@@ -441,7 +439,7 @@ statscore_t RandomDirectionOptimizer::TrueRun(Point& P) const
// do specified number of random direction optimizations
unsigned int nrun = 0;
unsigned int nrun_no_change = 0;
- for (; nrun_no_change < number_of_random_directions; nrun++, nrun_no_change++)
+ for (; nrun_no_change < m_num_random_directions; nrun++, nrun_no_change++)
{
// choose a random direction in which to optimize
Point direction;
@@ -474,63 +472,3 @@ statscore_t RandomOptimizer::TrueRun(Point& P) const
P.SetScore(score);
return score;
}
-
-//--------------------------------------
-
-vector<string> OptimizerFactory::typenames;
-
-void OptimizerFactory::SetTypeNames()
-{
- if (typenames.empty()) {
- typenames.resize(NOPTIMIZER);
- typenames[POWELL]="powell";
- typenames[RANDOM_DIRECTION]="random-direction";
- typenames[RANDOM]="random";
- // Add new type there
- }
-}
-vector<string> OptimizerFactory::GetTypeNames()
-{
- if (typenames.empty())
- SetTypeNames();
- return typenames;
-}
-
-OptimizerFactory::OptType OptimizerFactory::GetOType(string type)
-{
- unsigned int thetype;
- if (typenames.empty())
- SetTypeNames();
- for (thetype = 0; thetype < typenames.size(); thetype++)
- if (typenames[thetype] == type)
- break;
- return((OptType)thetype);
-}
-
-Optimizer* OptimizerFactory::BuildOptimizer(unsigned dim, vector<unsigned> i2o, vector<parameter_t> start, string type, unsigned int nrandom)
-{
- OptType T = GetOType(type);
- if (T == NOPTIMIZER) {
- cerr << "Error: unknown Optimizer type " << type << endl;
- cerr << "Known Algorithm are:" << endl;
- unsigned int thetype;
- for (thetype = 0; thetype < typenames.size(); thetype++)
- cerr << typenames[thetype] << endl;
- throw ("unknown Optimizer Type");
- }
-
- switch ((OptType)T) {
- case POWELL:
- return new SimpleOptimizer(dim, i2o, start, nrandom);
- break;
- case RANDOM_DIRECTION:
- return new RandomDirectionOptimizer(dim, i2o, start, nrandom);
- break;
- case RANDOM:
- return new RandomOptimizer(dim, i2o, start, nrandom);
- break;
- default:
- cerr << "Error: unknown optimizer" << type << endl;
- return NULL;
- }
-}
diff --git a/mert/Optimizer.h b/mert/Optimizer.h
index aa588994d..f196878f2 100644
--- a/mert/Optimizer.h
+++ b/mert/Optimizer.h
@@ -1,15 +1,14 @@
-#ifndef OPTIMIZER_H
-#define OPTIMIZER_H
+#ifndef MERT_OPTIMIZER_H_
+#define MERT_OPTIMIZER_H_
#include <vector>
#include <string>
+#include "Data.h"
#include "FeatureData.h"
#include "Scorer.h"
#include "Types.h"
-using namespace std;
-
-typedef float featurescore;
+static const float kMaxFloat = std::numeric_limits<float>::max();
class Point;
@@ -19,18 +18,21 @@ class Point;
class Optimizer
{
protected:
- Scorer *scorer; // no accessor for them only child can use them
- FeatureData *FData; // no accessor for them only child can use them
- unsigned int number_of_random_directions;
+ Scorer *m_scorer; // no accessor for them only child can use them
+ FeatureDataHandle m_feature_data; // no accessor for them only child can use them
+ unsigned int m_num_random_directions;
+
+ const std::vector<bool>& m_positive;
public:
- Optimizer(unsigned Pd, vector<unsigned> i2O, vector<parameter_t> start, unsigned int nrandom);
- void SetScorer(Scorer *_scorer);
- void SetFData(FeatureData *_FData);
+ Optimizer(unsigned Pd, const std::vector<unsigned>& i2O, const std::vector<bool>& positive, const std::vector<parameter_t>& start, unsigned int nrandom);
+
+ void SetScorer(Scorer *scorer) { m_scorer = scorer; }
+ void SetFeatureData(FeatureDataHandle feature_data) { m_feature_data = feature_data; }
virtual ~Optimizer();
unsigned size() const {
- return FData ? FData->size() : 0;
+ return m_feature_data ? m_feature_data->size() : 0;
}
/**
@@ -46,18 +48,18 @@ public:
/**
* Given a set of lambdas, get the nbest for each sentence.
*/
- void Get1bests(const Point& param,vector<unsigned>& bests) const;
+ void Get1bests(const Point& param,std::vector<unsigned>& bests) const;
/**
* Given a set of nbests, get the Statistical score.
*/
- statscore_t GetStatScore(const vector<unsigned>& nbests) const {
- return scorer->score(nbests);
+ statscore_t GetStatScore(const std::vector<unsigned>& nbests) const {
+ return m_scorer->score(nbests);
}
statscore_t GetStatScore(const Point& param) const;
- vector<statscore_t> GetIncStatScore(vector<unsigned> ref, vector<vector<pair<unsigned,unsigned> > >) const;
+ std::vector<statscore_t> GetIncStatScore(const std::vector<unsigned>& ref, const std::vector<std::vector<std::pair<unsigned,unsigned> > >& diffs) const;
/**
* Get the optimal Lambda and the best score in a particular direction from a given Point.
@@ -75,8 +77,9 @@ class SimpleOptimizer : public Optimizer
private:
const float kEPS;
public:
- SimpleOptimizer(unsigned dim, vector<unsigned> i2O, vector<parameter_t> start, unsigned int nrandom)
- : Optimizer(dim, i2O, start,nrandom), kEPS(0.0001) {}
+ SimpleOptimizer(unsigned dim, const std::vector<unsigned>& i2O, const std::vector<bool>& positive,
+ const std::vector<parameter_t>& start, unsigned int nrandom)
+ : Optimizer(dim, i2O, positive, start,nrandom), kEPS(0.0001f) {}
virtual statscore_t TrueRun(Point&) const;
};
@@ -88,8 +91,9 @@ class RandomDirectionOptimizer : public Optimizer
private:
const float kEPS;
public:
- RandomDirectionOptimizer(unsigned dim, vector<unsigned> i2O, vector<parameter_t> start, unsigned int nrandom)
- : Optimizer(dim, i2O, start, nrandom), kEPS(0.0001) {}
+ RandomDirectionOptimizer(unsigned dim, const std::vector<unsigned>& i2O, const std::vector<bool>& positive,
+ const std::vector<parameter_t>& start, unsigned int nrandom)
+ : Optimizer(dim, i2O, positive, start, nrandom), kEPS(0.0001f) {}
virtual statscore_t TrueRun(Point&) const;
};
@@ -99,32 +103,10 @@ public:
class RandomOptimizer : public Optimizer
{
public:
- RandomOptimizer(unsigned dim, vector<unsigned> i2O, vector<parameter_t> start, unsigned int nrandom)
- : Optimizer(dim, i2O, start, nrandom) {}
+ RandomOptimizer(unsigned dim, const std::vector<unsigned>& i2O, const std::vector<bool>& positive,
+ const std::vector<parameter_t>& start, unsigned int nrandom)
+ : Optimizer(dim, i2O, positive, start, nrandom) {}
virtual statscore_t TrueRun(Point&) const;
};
-class OptimizerFactory
-{
-public:
- static vector<string> GetTypeNames();
- static Optimizer* BuildOptimizer(unsigned dim, vector<unsigned> tooptimize, vector<parameter_t> start, string type, unsigned int nrandom);
-
-private:
- OptimizerFactory() {}
- ~OptimizerFactory() {}
-
- // Add new optimizer here BEFORE NOPTIMZER
- enum OptType {
- POWELL = 0,
- RANDOM_DIRECTION = 1,
- RANDOM,
- NOPTIMIZER
- };
-
- static OptType GetOType(string);
- static vector<string> typenames;
- static void SetTypeNames();
-};
-
#endif // OPTIMIZER_H
diff --git a/mert/OptimizerFactory.cpp b/mert/OptimizerFactory.cpp
new file mode 100644
index 000000000..6cafd15b0
--- /dev/null
+++ b/mert/OptimizerFactory.cpp
@@ -0,0 +1,67 @@
+#include "OptimizerFactory.h"
+#include "Optimizer.h"
+
+using namespace std;
+
+vector<string> OptimizerFactory::m_type_names;
+
+void OptimizerFactory::SetTypeNames()
+{
+ if (m_type_names.empty()) {
+ m_type_names.resize(NOPTIMIZER);
+ m_type_names[POWELL] = "powell";
+ m_type_names[RANDOM_DIRECTION] = "random-direction";
+ m_type_names[RANDOM] = "random";
+ // Add new type there
+ }
+}
+vector<string> OptimizerFactory::GetTypeNames()
+{
+ if (m_type_names.empty())
+ SetTypeNames();
+ return m_type_names;
+}
+
+OptimizerFactory::OptimizerType OptimizerFactory::GetOptimizerType(const string& type)
+{
+ unsigned int t;
+ if (m_type_names.empty())
+ SetTypeNames();
+ for (t = 0; t < m_type_names.size(); t++)
+ if (m_type_names[t] == type)
+ break;
+ return((OptimizerType)t);
+}
+
+Optimizer* OptimizerFactory::BuildOptimizer(unsigned dim,
+ const vector<unsigned>& i2o,
+ const std::vector<bool>& positive,
+ const vector<parameter_t>& start,
+ const string& type,
+ unsigned int nrandom)
+{
+ OptimizerType opt_type = GetOptimizerType(type);
+ if (opt_type == NOPTIMIZER) {
+ cerr << "Error: unknown Optimizer type " << type << endl;
+ cerr << "Known Algorithm are:" << endl;
+ unsigned int t;
+ for (t = 0; t < m_type_names.size(); t++)
+ cerr << m_type_names[t] << endl;
+ throw ("unknown Optimizer Type");
+ }
+
+ switch (opt_type) {
+ case POWELL:
+ return new SimpleOptimizer(dim, i2o, positive, start, nrandom);
+ break;
+ case RANDOM_DIRECTION:
+ return new RandomDirectionOptimizer(dim, i2o, positive, start, nrandom);
+ break;
+ case RANDOM:
+ return new RandomOptimizer(dim, i2o, positive, start, nrandom);
+ break;
+ default:
+ cerr << "Error: unknown optimizer" << type << endl;
+ return NULL;
+ }
+}
diff --git a/mert/OptimizerFactory.h b/mert/OptimizerFactory.h
new file mode 100644
index 000000000..7d5e02323
--- /dev/null
+++ b/mert/OptimizerFactory.h
@@ -0,0 +1,42 @@
+#ifndef MERT_OPTIMIZER_FACTORY_H_
+#define MERT_OPTIMIZER_FACTORY_H_
+
+#include <vector>
+#include "Types.h"
+
+class Optimizer;
+
+class OptimizerFactory
+{
+ public:
+ // NOTE: Add new optimizer here BEFORE NOPTIMZER
+ enum OptimizerType {
+ POWELL = 0,
+ RANDOM_DIRECTION = 1,
+ RANDOM,
+ NOPTIMIZER
+ };
+
+ static std::vector<std::string> GetTypeNames();
+
+ // Setup optimization types.
+ static void SetTypeNames();
+
+ // Get optimizer type.
+ static OptimizerType GetOptimizerType(const std::string& type);
+
+ static Optimizer* BuildOptimizer(unsigned dim,
+ const std::vector<unsigned>& to_optimize,
+ const std::vector<bool>& positive,
+ const std::vector<parameter_t>& start,
+ const std::string& type,
+ unsigned int nrandom);
+
+ private:
+ OptimizerFactory() {}
+ ~OptimizerFactory() {}
+
+ static std::vector<std::string> m_type_names;
+};
+
+#endif // MERT_OPTIMIZER_FACTORY_H_
diff --git a/mert/OptimizerFactoryTest.cpp b/mert/OptimizerFactoryTest.cpp
new file mode 100644
index 000000000..684af711a
--- /dev/null
+++ b/mert/OptimizerFactoryTest.cpp
@@ -0,0 +1,49 @@
+#include "OptimizerFactory.h"
+#include "Optimizer.h"
+
+#define BOOST_TEST_MODULE MertOptimizerFactory
+#include <boost/test/unit_test.hpp>
+#include <boost/scoped_ptr.hpp>
+
+namespace {
+
+inline bool CheckBuildOptimizer(unsigned dim,
+ const std::vector<unsigned>& to_optimize,
+ const std::vector<bool>& positive,
+ const std::vector<parameter_t>& start,
+ const std::string& type,
+ unsigned int num_random) {
+ boost::scoped_ptr<Optimizer> optimizer(OptimizerFactory::BuildOptimizer(dim, to_optimize, positive, start, type, num_random));
+ return optimizer.get() != NULL;
+}
+
+} // namespace
+
+BOOST_AUTO_TEST_CASE(optimizer_type) {
+ BOOST_CHECK_EQUAL(OptimizerFactory::GetOptimizerType("powell"),
+ OptimizerFactory::POWELL);
+ BOOST_CHECK_EQUAL(OptimizerFactory::GetOptimizerType("random"),
+ OptimizerFactory::RANDOM);
+ BOOST_CHECK_EQUAL(OptimizerFactory::GetOptimizerType("random-direction"),
+ OptimizerFactory::RANDOM_DIRECTION);
+}
+
+BOOST_AUTO_TEST_CASE(optimizer_build) {
+ const unsigned dim = 3;
+ std::vector<unsigned> to_optimize;
+ to_optimize.push_back(1);
+ to_optimize.push_back(2);
+ to_optimize.push_back(3);
+ std::vector<parameter_t> start;
+ start.push_back(0.3);
+ start.push_back(0.1);
+ start.push_back(0.2);
+ const unsigned int num_random = 1;
+ std::vector<bool> positive(dim);
+ for (unsigned int k = 0; k < dim; k++)
+ positive[k] = false;
+
+ BOOST_CHECK(CheckBuildOptimizer(dim, to_optimize, positive, start, "powell", num_random));
+ BOOST_CHECK(CheckBuildOptimizer(dim, to_optimize, positive, start, "random", num_random));
+ BOOST_CHECK(CheckBuildOptimizer(dim, to_optimize, positive, start, "random-direction", num_random));
+}
diff --git a/mert/PerScorer.cpp b/mert/PerScorer.cpp
index 765cb0876..67b633872 100644
--- a/mert/PerScorer.cpp
+++ b/mert/PerScorer.cpp
@@ -20,8 +20,8 @@ void PerScorer::setReferenceFiles(const vector<string>& referenceFiles)
if (referenceFiles.size() != 1) {
throw runtime_error("PER only supports a single reference");
}
- _reftokens.clear();
- _reflengths.clear();
+ m_ref_tokens.clear();
+ m_ref_lengths.clear();
ifstream in(referenceFiles[0].c_str());
if (!in) {
throw runtime_error("Unable to open " + referenceFiles[0]);
@@ -29,13 +29,14 @@ void PerScorer::setReferenceFiles(const vector<string>& referenceFiles)
string line;
int sid = 0;
while (getline(in,line)) {
+ line = this->preprocessSentence(line);
vector<int> tokens;
- encode(line,tokens);
- _reftokens.push_back(multiset<int>());
+ TokenizeAndEncode(line, tokens);
+ m_ref_tokens.push_back(multiset<int>());
for (size_t i = 0; i < tokens.size(); ++i) {
- _reftokens.back().insert(tokens[i]);
+ m_ref_tokens.back().insert(tokens[i]);
}
- _reflengths.push_back(tokens.size());
+ m_ref_lengths.push_back(tokens.size());
if (sid > 0 && sid % 100 == 0) {
TRACE_ERR(".");
}
@@ -47,26 +48,29 @@ void PerScorer::setReferenceFiles(const vector<string>& referenceFiles)
void PerScorer::prepareStats(size_t sid, const string& text, ScoreStats& entry)
{
- if (sid >= _reflengths.size()) {
+ if (sid >= m_ref_lengths.size()) {
stringstream msg;
msg << "Sentence id (" << sid << ") not found in reference set";
throw runtime_error(msg.str());
}
+
+ string sentence = this->preprocessSentence(text);
+
// Calculate correct, output_length and ref_length for
// the line and store it in entry
vector<int> testtokens;
- encode(text,testtokens);
+ TokenizeAndEncode(sentence, testtokens);
multiset<int> testtokens_all(testtokens.begin(),testtokens.end());
set<int> testtokens_unique(testtokens.begin(),testtokens.end());
int correct = 0;
for (set<int>::iterator i = testtokens_unique.begin();
i != testtokens_unique.end(); ++i) {
int token = *i;
- correct += min(_reftokens[sid].count(token), testtokens_all.count(token));
+ correct += min(m_ref_tokens[sid].count(token), testtokens_all.count(token));
}
ostringstream stats;
- stats << correct << " " << testtokens.size() << " " << _reflengths[sid] << " " ;
+ stats << correct << " " << testtokens.size() << " " << m_ref_lengths[sid] << " " ;
string stats_str = stats.str();
entry.set(stats_str);
}
diff --git a/mert/PerScorer.h b/mert/PerScorer.h
index 800a3caf1..7f9351f1a 100644
--- a/mert/PerScorer.h
+++ b/mert/PerScorer.h
@@ -1,16 +1,12 @@
-#ifndef __PERSCORER_H__
-#define __PERSCORER_H__
+#ifndef MERT_PER_SCORER_H_
+#define MERT_PER_SCORER_H_
-#include <iostream>
#include <set>
-#include <sstream>
#include <string>
#include <vector>
#include "Types.h"
#include "Scorer.h"
-using namespace std;
-
class ScoreStats;
/**
@@ -22,22 +18,13 @@ class ScoreStats;
class PerScorer: public StatisticsBasedScorer
{
public:
- explicit PerScorer(const string& config = "");
+ explicit PerScorer(const std::string& config = "");
~PerScorer();
- virtual void setReferenceFiles(const vector<string>& referenceFiles);
- virtual void prepareStats(size_t sid, const string& text, ScoreStats& entry);
-
- virtual void whoami() const {
- cerr << "I AM PerScorer" << std::endl;
- }
-
- virtual size_t NumberOfScores() const {
- // cerr << "PerScorer: 3" << endl;
- return 3;
- }
-
- virtual float calculateScore(const vector<int>& comps) const;
+ virtual void setReferenceFiles(const std::vector<std::string>& referenceFiles);
+ virtual void prepareStats(std::size_t sid, const std::string& text, ScoreStats& entry);
+ virtual std::size_t NumberOfScores() const { return 3; }
+ virtual float calculateScore(const std::vector<int>& comps) const;
private:
// no copying allowed
@@ -45,8 +32,8 @@ private:
PerScorer& operator=(const PerScorer&);
// data extracted from reference files
- vector<size_t> _reflengths;
- vector<multiset<int> > _reftokens;
+ std::vector<std::size_t> m_ref_lengths;
+ std::vector<std::multiset<int> > m_ref_tokens;
};
-#endif // __PERSCORER_H__
+#endif // MERT_PER_SCORER_H_
diff --git a/mert/Point.cpp b/mert/Point.cpp
index 322f10f77..299e2b4d0 100644
--- a/mert/Point.cpp
+++ b/mert/Point.cpp
@@ -3,45 +3,46 @@
#include <cmath>
#include <cstdlib>
#include "util/check.hh"
-#include <limits>
#include "FeatureStats.h"
+#include "Optimizer.h"
using namespace std;
-vector<unsigned> Point::optindices;
+vector<unsigned> Point::m_opt_indices;
-unsigned Point::dim = 0;
+unsigned Point::m_dim = 0;
-map<unsigned,statscore_t> Point::fixedweights;
+map<unsigned,statscore_t> Point::m_fixed_weights;
-unsigned Point::pdim = 0;
-unsigned Point::ncall = 0;
+unsigned Point::m_pdim = 0;
+unsigned Point::m_ncall = 0;
vector<parameter_t> Point::m_min;
vector<parameter_t> Point::m_max;
-Point::Point() : vector<parameter_t>(dim), score_(0.0) {}
+Point::Point() : vector<parameter_t>(m_dim), m_score(0.0) {}
-//Can initialize from a vector of dim or pdim
+//Can initialize from a vector of dim or m_pdim
Point::Point(const vector<parameter_t>& init,
const vector<parameter_t>& min,
const vector<parameter_t>& max)
- : vector<parameter_t>(Point::dim), score_(0.0)
+ : vector<parameter_t>(Point::m_dim), m_score(0.0)
{
- m_min.resize(Point::dim);
- m_max.resize(Point::dim);
- if(init.size()==dim) {
- for (unsigned int i=0; i<Point::dim; i++) {
- operator[](i)=init[i];
+ m_min.resize(Point::m_dim);
+ m_max.resize(Point::m_dim);
+ if (init.size() == m_dim) {
+ for (unsigned int i = 0; i < Point::m_dim; i++) {
+ operator[](i) = init[i];
m_min[i] = min[i];
m_max[i] = max[i];
}
} else {
- CHECK(init.size()==pdim);
- for (unsigned int i=0; i<Point::dim; i++) {
- operator[](i)=init[optindices[i]];
- m_min[i] = min[optindices[i]];
- m_max[i] = max[optindices[i]];
+ CHECK(init.size() == m_pdim);
+ CHECK(m_opt_indices.size() == Point::m_dim);
+ for (unsigned int i = 0; i < Point::m_dim; i++) {
+ operator[](i) = init[m_opt_indices[i]];
+ m_min[i] = min[m_opt_indices[i]];
+ m_max[i] = max[m_opt_indices[i]];
}
}
}
@@ -50,31 +51,32 @@ Point::~Point() {}
void Point::Randomize()
{
- CHECK(m_min.size()==Point::dim);
- CHECK(m_max.size()==Point::dim);
- for (unsigned int i=0; i<size(); i++) {
+ CHECK(m_min.size() == Point::m_dim);
+ CHECK(m_max.size() == Point::m_dim);
+ for (unsigned int i = 0; i < size(); i++) {
operator[](i) = m_min[i] +
- (float)random()/(float)RAND_MAX * (float)(m_max[i]-m_min[i]);
+ static_cast<float>(random()) / static_cast<float>(RAND_MAX) * (m_max[i] - m_min[i]);
}
}
double Point::operator*(const FeatureStats& F) const
{
- ncall++; // to track performance
- double prod=0.0;
- if(OptimizeAll())
+ m_ncall++; // to track performance
+ double prod = 0.0;
+ if (OptimizeAll())
for (unsigned i=0; i<size(); i++)
- prod+= operator[](i)*F.get(i);
+ prod += operator[](i) * F.get(i);
else {
- for (unsigned i=0; i<size(); i++)
- prod+= operator[](i)*F.get(optindices[i]);
- for(map<unsigned,float >::iterator it=fixedweights.begin(); it!=fixedweights.end(); it++)
- prod+=it->second*F.get(it->first);
+ for (unsigned i = 0; i < size(); i++)
+ prod += operator[](i) * F.get(m_opt_indices[i]);
+ for(map<unsigned, float>::iterator it = m_fixed_weights.begin();
+ it != m_fixed_weights.end(); ++it)
+ prod += it->second * F.get(it->first);
}
return prod;
}
-Point Point::operator+(const Point& p2) const
+const Point Point::operator+(const Point& p2) const
{
CHECK(p2.size() == size());
Point Res(*this);
@@ -82,7 +84,7 @@ Point Point::operator+(const Point& p2) const
Res[i] += p2[i];
}
- Res.score_ = numeric_limits<statscore_t>::max();
+ Res.m_score = kMaxFloat;
return Res;
}
@@ -92,23 +94,24 @@ void Point::operator+=(const Point& p2)
for (unsigned i = 0; i < size(); i++) {
operator[](i) += p2[i];
}
- score_ = numeric_limits<statscore_t>::max();
+ m_score = kMaxFloat;
}
-Point Point::operator*(float l) const
+const Point Point::operator*(float l) const
{
Point Res(*this);
for (unsigned i = 0; i < size(); i++) {
Res[i] *= l;
}
- Res.score_ = numeric_limits<statscore_t>::max();
+ Res.m_score = kMaxFloat;
return Res;
}
ostream& operator<<(ostream& o, const Point& P)
{
- vector<parameter_t> w = P.GetAllWeights();
- for (unsigned int i = 0; i < Point::pdim; i++) {
+ vector<parameter_t> w;
+ P.GetAllWeights(w);
+ for (unsigned int i = 0; i < Point::m_pdim; i++) {
o << w[i] << " ";
}
return o;
@@ -117,39 +120,39 @@ ostream& operator<<(ostream& o, const Point& P)
void Point::NormalizeL2()
{
parameter_t norm=0.0;
- for (unsigned int i=0; i<size(); i++)
- norm+= operator[](i)*operator[](i);
- if(norm!=0.0) {
- norm=sqrt(norm);
- for (unsigned int i=0; i<size(); i++)
- operator[](i)/=norm;
+ for (unsigned int i = 0; i < size(); i++)
+ norm += operator[](i) * operator[](i);
+ if (norm != 0.0) {
+ norm = sqrt(norm);
+ for (unsigned int i = 0; i < size(); i++)
+ operator[](i) /= norm;
}
}
void Point::NormalizeL1()
{
- parameter_t norm=0.0;
- for (unsigned int i=0; i<size(); i++)
- norm+= abs(operator[](i));
- if(norm!=0.0) {
- for (unsigned int i=0; i<size(); i++)
- operator[](i)/=norm;
+ parameter_t norm = 0.0;
+ for (unsigned int i = 0; i < size(); i++)
+ norm += abs(operator[](i));
+ if (norm != 0.0) {
+ for (unsigned int i = 0; i < size(); i++)
+ operator[](i) /= norm;
}
}
-vector<parameter_t> Point::GetAllWeights()const
+void Point::GetAllWeights(vector<parameter_t>& w) const
{
- vector<parameter_t> w;
- if(OptimizeAll()) {
- w=*this;
+ if (OptimizeAll()) {
+ w = *this;
} else {
- w.resize(pdim);
- for (unsigned int i=0; i<size(); i++)
- w[optindices[i]]=operator[](i);
- for(map<unsigned,float >::iterator it=fixedweights.begin(); it!=fixedweights.end(); it++)
+ w.resize(m_pdim);
+ for (unsigned int i = 0; i < size(); i++)
+ w[m_opt_indices[i]] = operator[](i);
+ for (map<unsigned,float>::const_iterator it = m_fixed_weights.begin();
+ it != m_fixed_weights.end(); ++it) {
w[it->first]=it->second;
+ }
}
- return w;
}
diff --git a/mert/Point.h b/mert/Point.h
index 55d173215..4be1219fe 100644
--- a/mert/Point.h
+++ b/mert/Point.h
@@ -1,7 +1,7 @@
-#ifndef POINT_H
-#define POINT_H
+#ifndef MERT_POINT_H_
+#define MERT_POINT_H_
-#include <fstream>
+#include <ostream>
#include <map>
#include <vector>
#include "Types.h"
@@ -13,91 +13,91 @@ class Optimizer;
* A class that handles the subset of the Feature weight on which
* we run the optimization.
*/
-class Point : public vector<parameter_t>
+class Point : public std::vector<parameter_t>
{
friend class Optimizer;
+
private:
/**
* The indices over which we optimize.
*/
- static vector<unsigned int> optindices;
+ static std::vector<unsigned int> m_opt_indices;
/**
- * Dimension of optindices and of the parent vector.
+ * Dimension of m_opt_indices and of the parent vector.
*/
- static unsigned int dim;
+ static unsigned int m_dim;
/**
* Fixed weights in case of partial optimzation.
*/
- static map<unsigned int,parameter_t> fixedweights;
+ static std::map<unsigned int,parameter_t> m_fixed_weights;
/**
* Total size of the parameter space; we have
- * pdim = FixedWeight.size() + optinidices.size().
+ * m_pdim = FixedWeight.size() + optinidices.size().
*/
- static unsigned int pdim;
- static unsigned int ncall;
+ static unsigned int m_pdim;
+ static unsigned int m_ncall;
/**
- * The limits for randomization, both vectors are of full length, pdim.
+ * The limits for randomization, both vectors are of full length, m_pdim.
*/
- static vector<parameter_t> m_min;
- static vector<parameter_t> m_max;
+ static std::vector<parameter_t> m_min;
+ static std::vector<parameter_t> m_max;
- statscore_t score_;
+ statscore_t m_score;
public:
- static unsigned int getdim() {
- return dim;
- }
- static unsigned int getpdim() {
- return pdim;
- }
- static void setpdim(size_t pd) {
- pdim = pd;
+ static unsigned int getdim() { return m_dim; }
+ static void setdim(std::size_t d) { m_dim = d; }
+
+ static unsigned int getpdim() { return m_pdim; }
+ static void setpdim(std::size_t pd) { m_pdim = pd; }
+
+ static void set_optindices(const std::vector<unsigned int>& indices) {
+ m_opt_indices = indices;
}
- static void setdim(size_t d) {
- dim = d;
+
+ static const std::vector<unsigned int>& get_optindices() {
+ return m_opt_indices;
}
+
static bool OptimizeAll() {
- return fixedweights.empty();
+ return m_fixed_weights.empty();
}
Point();
- Point(const vector<parameter_t>& init,
- const vector<parameter_t>& min,
- const vector<parameter_t>& max);
+ Point(const std::vector<parameter_t>& init,
+ const std::vector<parameter_t>& min,
+ const std::vector<parameter_t>& max);
~Point();
void Randomize();
// Compute the feature function
double operator*(const FeatureStats&) const;
- Point operator+(const Point&) const;
+ const Point operator+(const Point&) const;
void operator+=(const Point&);
- Point operator*(float) const;
+ const Point operator*(float) const;
/**
- * Write the Whole featureweight to a stream (ie pdim float).
+ * Write the Whole featureweight to a stream (ie m_pdim float).
*/
- friend ostream& operator<<(ostream& o,const Point& P);
+ friend std::ostream& operator<<(std::ostream& o,const Point& P);
void Normalize() { NormalizeL2(); }
void NormalizeL2();
void NormalizeL1();
/**
- * Return a vector of size pdim where all weights have been
+ * Return a vector of size m_pdim where all weights have been
* put (including fixed ones).
*/
- vector<parameter_t> GetAllWeights() const;
-
- statscore_t GetScore() const {
- return score_;
- }
+ void GetAllWeights(std::vector<parameter_t>& w) const;
- void SetScore(statscore_t score) { score_ = score; }
+ statscore_t GetScore() const { return m_score; }
+ void SetScore(statscore_t score) { m_score = score; }
};
-#endif // POINT_H
+#endif // MERT_POINT_H
diff --git a/mert/PointTest.cpp b/mert/PointTest.cpp
new file mode 100644
index 000000000..d7d6b031c
--- /dev/null
+++ b/mert/PointTest.cpp
@@ -0,0 +1,60 @@
+#include "Point.h"
+
+#define BOOST_TEST_MODULE MertPoint
+#include <boost/test/unit_test.hpp>
+
+#include "Optimizer.h"
+#include "Util.h"
+
+using namespace std;
+
+BOOST_AUTO_TEST_CASE(point_operators) {
+ const unsigned int dim = 5;
+ vector<float> init(dim);
+ init[0] = 1.0f;
+ init[1] = 1.0f;
+ init[2] = 0.3f;
+ init[3] = 0.2f;
+ init[4] = 0.3f;
+
+ vector<float> min(dim, 0.0f);
+ vector<float> max(dim, 0.0f);
+
+ Point::setdim(dim);
+ BOOST_REQUIRE(dim == Point::getdim());
+
+ // Test operator '+'
+ {
+ Point p1(init, min, max);
+ Point p2(init, min, max);
+ Point p3 = p1 + p2;
+ for (size_t i = 0; i < p3.size(); ++i) {
+ BOOST_CHECK(IsAlmostEqual(init[i] * 2.0f, p3[i]));
+ }
+ BOOST_CHECK_EQUAL(p3.GetScore(), kMaxFloat);
+ }
+
+ // Test operator '+='
+ {
+ Point p1(init, min, max);
+ Point p2(init, min, max);
+ p1 += p2;
+
+ for (size_t i = 0; i < p1.size(); ++i) {
+ BOOST_CHECK(IsAlmostEqual(init[i] * 2.0f, p1[i]));
+ }
+ BOOST_CHECK_EQUAL(p1.GetScore(), kMaxFloat);
+ }
+
+ // Test operator '*'
+ {
+ Point p1(init, min, max);
+ const Point p2 = p1 * 2.0;
+
+ BOOST_REQUIRE(p1.size() == p2.size());
+ for (size_t i = 0; i < p2.size(); ++i) {
+ BOOST_CHECK(IsAlmostEqual(init[i] * 2.0f, p2[i]));
+ }
+ BOOST_CHECK_EQUAL(p2.GetScore(), kMaxFloat);
+ }
+}
diff --git a/mert/PreProcessFilter.cpp b/mert/PreProcessFilter.cpp
new file mode 100644
index 000000000..d1b822729
--- /dev/null
+++ b/mert/PreProcessFilter.cpp
@@ -0,0 +1,137 @@
+#include "PreProcessFilter.h"
+
+#include <iostream>
+#include <cstdlib>
+#include <unistd.h>
+#include <csignal>
+
+#include "Fdstream.h"
+
+using namespace std;
+
+#define CHILD_STDIN_READ pipefds_input[0]
+#define CHILD_STDIN_WRITE pipefds_input[1]
+#define CHILD_STDOUT_READ pipefds_output[0]
+#define CHILD_STDOUT_WRITE pipefds_output[1]
+#define CHILD_STDERR_READ pipefds_error[0]
+#define CHILD_STDERR_WRITE pipefds_error[1]
+
+// Child exec error signal
+void exec_failed (int sig)
+{
+ cerr << "Exec failed. Child process couldn't be launched." << endl;
+ exit (EXIT_FAILURE);
+}
+
+PreProcessFilter::PreProcessFilter(const string& filterCommand)
+ : m_toFilter(NULL),
+ m_fromFilter(NULL)
+{
+ // Child error signal install
+ // sigaction is the replacement for the traditional signal() method
+ struct sigaction action;
+ action.sa_handler = exec_failed;
+ sigemptyset(&action.sa_mask);
+ action.sa_flags = 0;
+ if (sigaction(SIGUSR1, &action, NULL) < 0)
+ {
+ perror("SIGUSR1 install error");
+ exit(EXIT_FAILURE);
+ }
+
+ int pipe_status;
+ int pipefds_input[2];
+ int pipefds_output[2];
+ // int pipefds_error[2];
+
+ // Create the pipes
+ // We do this before the fork so both processes will know about
+ // the same pipe and they can communicate.
+
+ pipe_status = pipe(pipefds_input);
+ if (pipe_status == -1)
+ {
+ perror("Error creating the pipe");
+ exit(EXIT_FAILURE);
+ }
+
+ pipe_status = pipe(pipefds_output);
+ if (pipe_status == -1)
+ {
+ perror("Error creating the pipe");
+ exit(EXIT_FAILURE);
+ }
+
+ /*
+ pipe_status = pipe(pipefds_error);
+ if (pipe_status == -1)
+ {
+ perror("Error creating the pipe");
+ exit(EXIT_FAILURE);
+ }
+ */
+
+ pid_t pid;
+ // Create child process; both processes continue from here
+ pid = fork();
+
+ if (pid == pid_t(0))
+ {
+ // Child process
+
+ // When the child process finishes sends a SIGCHLD signal
+ // to the parent
+
+ // Tie the standard input, output and error streams to the
+ // appropiate pipe ends
+ // The file descriptor 0 is the standard input
+ // We tie it to the read end of the pipe as we will use
+ // this end of the pipe to read from it
+ dup2 (CHILD_STDIN_READ,0);
+ dup2 (CHILD_STDOUT_WRITE,1);
+ // dup2 (CHILD_STDERR_WRITE,2);
+ // Close in the child the unused ends of the pipes
+ close(CHILD_STDIN_WRITE);
+ close(CHILD_STDOUT_READ);
+ //close(CHILD_STDERR_READ);
+
+ // Execute the program
+ execl("/bin/bash", "bash", "-c", filterCommand.c_str() , (char*)NULL);
+
+ // We should never reach this point
+ // Tell the parent the exec failed
+ kill(getppid(), SIGUSR1);
+ exit(EXIT_FAILURE);
+ }
+ else if (pid > pid_t(0))
+ {
+ // Parent
+
+ // Close in the parent the unused ends of the pipes
+ close(CHILD_STDIN_READ);
+ close(CHILD_STDOUT_WRITE);
+ // close(CHILD_STDERR_WRITE);
+
+ m_toFilter = new ofdstream(CHILD_STDIN_WRITE);
+ m_fromFilter = new ifdstream(CHILD_STDOUT_READ);
+ }
+ else
+ {
+ perror("Error: fork failed");
+ exit(EXIT_FAILURE);
+ }
+}
+
+string PreProcessFilter::ProcessSentence(const string& sentence)
+{
+ *m_toFilter << sentence << "\n";
+ string processedSentence;
+ m_fromFilter->getline(processedSentence);
+ return processedSentence;
+}
+
+PreProcessFilter::~PreProcessFilter()
+{
+ delete m_toFilter;
+ delete m_fromFilter;
+}
diff --git a/mert/PreProcessFilter.h b/mert/PreProcessFilter.h
new file mode 100644
index 000000000..27c8d35ff
--- /dev/null
+++ b/mert/PreProcessFilter.h
@@ -0,0 +1,25 @@
+#ifndef MERT_PREPROCESSFILTER_H_
+#define MERT_PREPROCESSFILTER_H_
+
+#include <string>
+
+class ofdstream;
+class ifdstream;
+
+/*
+ * This class runs the filter command in a child process and
+ * then use this filter to process given sentences.
+ */
+class PreProcessFilter
+{
+public:
+ explicit PreProcessFilter(const std::string& filterCommand);
+ std::string ProcessSentence(const std::string& sentence);
+ ~PreProcessFilter();
+
+private:
+ ofdstream* m_toFilter;
+ ifdstream* m_fromFilter;
+};
+
+#endif // MERT_PREPROCESSFILTER_H_
diff --git a/mert/Reference.h b/mert/Reference.h
new file mode 100644
index 000000000..53b715dff
--- /dev/null
+++ b/mert/Reference.h
@@ -0,0 +1,82 @@
+#ifndef MERT_REFERENCE_H_
+#define MERT_REFERENCE_H_
+
+#include <algorithm>
+#include <climits>
+#include <vector>
+
+#include "Ngram.h"
+
+/**
+ * Reference class represents reference translations for an output
+ * translation used in calculating BLEU score.
+ */
+class Reference {
+ public:
+ // for m_length
+ typedef std::vector<std::size_t>::iterator iterator;
+ typedef std::vector<std::size_t>::const_iterator const_iterator;
+
+ Reference() : m_counts(new NgramCounts) { }
+ ~Reference() { delete m_counts; }
+
+ NgramCounts* get_counts() { return m_counts; }
+ const NgramCounts* get_counts() const { return m_counts; }
+
+ iterator begin() { return m_length.begin(); }
+ const_iterator begin() const { return m_length.begin(); }
+ iterator end() { return m_length.end(); }
+ const_iterator end() const { return m_length.end(); }
+
+ void push_back(std::size_t len) { m_length.push_back(len); }
+
+ std::size_t num_references() const { return m_length.size(); }
+
+ int CalcAverage() const;
+ int CalcClosest(std::size_t length) const;
+ int CalcShortest() const;
+
+ private:
+ NgramCounts* m_counts;
+
+ // multiple reference lengths
+ std::vector<std::size_t> m_length;
+};
+
+// TODO(tetsuok): fix this function and related stuff.
+// "average" reference length should not be calculated at sentence-level unlike "closest".
+inline int Reference::CalcAverage() const {
+ int total = 0;
+ for (std::size_t i = 0; i < m_length.size(); ++i) {
+ total += m_length[i];
+ }
+ return static_cast<int>(
+ static_cast<float>(total) / m_length.size());
+}
+
+inline int Reference::CalcClosest(std::size_t length) const {
+ int min_diff = INT_MAX;
+ int closest_ref_id = 0; // an index of the closest reference translation
+ for (std::size_t i = 0; i < m_length.size(); ++i) {
+ const int ref_length = m_length[i];
+ const int length_diff = abs(ref_length - static_cast<int>(length));
+ const int abs_min_diff = abs(min_diff);
+ // Look for the closest reference
+ if (length_diff < abs_min_diff) {
+ min_diff = ref_length - length;
+ closest_ref_id = i;
+ // if two references has the same closest length, take the shortest
+ } else if (length_diff == abs_min_diff) {
+ if (ref_length < static_cast<int>(m_length[closest_ref_id])) {
+ closest_ref_id = i;
+ }
+ }
+ }
+ return static_cast<int>(m_length[closest_ref_id]);
+}
+
+inline int Reference::CalcShortest() const {
+ return *std::min_element(m_length.begin(), m_length.end());
+}
+
+#endif // MERT_REFERENCE_H_
diff --git a/mert/ReferenceTest.cpp b/mert/ReferenceTest.cpp
new file mode 100644
index 000000000..454768195
--- /dev/null
+++ b/mert/ReferenceTest.cpp
@@ -0,0 +1,116 @@
+#include "Reference.h"
+
+#define BOOST_TEST_MODULE MertReference
+#include <boost/test/unit_test.hpp>
+
+BOOST_AUTO_TEST_CASE(refernece_count) {
+ Reference ref;
+ BOOST_CHECK(ref.get_counts() != NULL);
+}
+
+BOOST_AUTO_TEST_CASE(refernece_length_iterator) {
+ Reference ref;
+ ref.push_back(4);
+ ref.push_back(2);
+ BOOST_REQUIRE(ref.num_references() == 2);
+
+ Reference::iterator it = ref.begin();
+ BOOST_CHECK_EQUAL(*it, 4);
+ ++it;
+ BOOST_CHECK_EQUAL(*it, 2);
+ ++it;
+ BOOST_CHECK(it == ref.end());
+}
+
+BOOST_AUTO_TEST_CASE(refernece_length_average) {
+ {
+ Reference ref;
+ ref.push_back(4);
+ ref.push_back(1);
+ BOOST_CHECK_EQUAL(2, ref.CalcAverage());
+ }
+
+ {
+ Reference ref;
+ ref.push_back(4);
+ ref.push_back(3);
+ BOOST_CHECK_EQUAL(3, ref.CalcAverage());
+ }
+
+ {
+ Reference ref;
+ ref.push_back(4);
+ ref.push_back(3);
+ ref.push_back(4);
+ ref.push_back(5);
+ BOOST_CHECK_EQUAL(4, ref.CalcAverage());
+ }
+}
+
+BOOST_AUTO_TEST_CASE(refernece_length_closest) {
+ {
+ Reference ref;
+ ref.push_back(4);
+ ref.push_back(1);
+ BOOST_REQUIRE(ref.num_references() == 2);
+
+ BOOST_CHECK_EQUAL(1, ref.CalcClosest(2));
+ BOOST_CHECK_EQUAL(1, ref.CalcClosest(1));
+ BOOST_CHECK_EQUAL(4, ref.CalcClosest(3));
+ BOOST_CHECK_EQUAL(4, ref.CalcClosest(4));
+ BOOST_CHECK_EQUAL(4, ref.CalcClosest(5));
+ }
+
+ {
+ Reference ref;
+ ref.push_back(4);
+ ref.push_back(3);
+ BOOST_REQUIRE(ref.num_references() == 2);
+
+ BOOST_CHECK_EQUAL(3, ref.CalcClosest(1));
+ BOOST_CHECK_EQUAL(3, ref.CalcClosest(2));
+ BOOST_CHECK_EQUAL(3, ref.CalcClosest(3));
+ BOOST_CHECK_EQUAL(4, ref.CalcClosest(4));
+ BOOST_CHECK_EQUAL(4, ref.CalcClosest(5));
+ }
+
+ {
+ Reference ref;
+ ref.push_back(4);
+ ref.push_back(3);
+ ref.push_back(4);
+ ref.push_back(5);
+ BOOST_REQUIRE(ref.num_references() == 4);
+
+ BOOST_CHECK_EQUAL(3, ref.CalcClosest(1));
+ BOOST_CHECK_EQUAL(3, ref.CalcClosest(2));
+ BOOST_CHECK_EQUAL(3, ref.CalcClosest(3));
+ BOOST_CHECK_EQUAL(4, ref.CalcClosest(4));
+ BOOST_CHECK_EQUAL(5, ref.CalcClosest(5));
+ }
+}
+
+BOOST_AUTO_TEST_CASE(refernece_length_shortest) {
+ {
+ Reference ref;
+ ref.push_back(4);
+ ref.push_back(1);
+ BOOST_CHECK_EQUAL(1, ref.CalcShortest());
+ }
+
+ {
+ Reference ref;
+ ref.push_back(4);
+ ref.push_back(3);
+ BOOST_CHECK_EQUAL(3, ref.CalcShortest());
+ }
+
+ {
+ Reference ref;
+ ref.push_back(4);
+ ref.push_back(3);
+ ref.push_back(4);
+ ref.push_back(5);
+ BOOST_CHECK_EQUAL(3, ref.CalcShortest());
+ }
+}
diff --git a/mert/ScopedVector.h b/mert/ScopedVector.h
index 1fbce88b7..0b7eda13a 100644
--- a/mert/ScopedVector.h
+++ b/mert/ScopedVector.h
@@ -1,5 +1,5 @@
-#ifndef SCOPEDVECTOR_H_
-#define SCOPEDVECTOR_H_
+#ifndef MERT_SCOPED_VECTOR_H_
+#define MERT_SCOPED_VECTOR_H_
#include <vector>
@@ -12,43 +12,43 @@ class ScopedVector {
ScopedVector() {}
virtual ~ScopedVector() { reset(); }
- bool empty() const { return vec_.empty(); }
+ bool empty() const { return m_vec.empty(); }
- void push_back(T *e) { vec_.push_back(e); }
+ void push_back(T *e) { m_vec.push_back(e); }
void reset() {
- for (iterator it = vec_.begin(); it != vec_.end(); ++it) {
+ for (iterator it = m_vec.begin(); it != m_vec.end(); ++it) {
delete *it;
}
- vec_.clear();
+ m_vec.clear();
}
- void reserve(size_t capacity) { vec_.reserve(capacity); }
- void resize(size_t size) { vec_.resize(size); }
+ void reserve(std::size_t capacity) { m_vec.reserve(capacity); }
+ void resize(std::size_t size) { m_vec.resize(size); }
- size_t size() const {return vec_.size(); }
+ std::size_t size() const {return m_vec.size(); }
- iterator begin() { return vec_.begin(); }
- const_iterator begin() const { return vec_.begin(); }
+ iterator begin() { return m_vec.begin(); }
+ const_iterator begin() const { return m_vec.begin(); }
- iterator end() { return vec_.end(); }
- const_iterator end() const { return vec_.end(); }
+ iterator end() { return m_vec.end(); }
+ const_iterator end() const { return m_vec.end(); }
- std::vector<T*>& get() { return vec_; }
- const std::vector<T*>& get() const { return vec_; }
+ std::vector<T*>& get() { return m_vec; }
+ const std::vector<T*>& get() const { return m_vec; }
- std::vector<T*>* operator->() { return &vec_; }
- const std::vector<T*>* operator->() const { return &vec_; }
+ std::vector<T*>* operator->() { return &m_vec; }
+ const std::vector<T*>* operator->() const { return &m_vec; }
- T*& operator[](size_t i) { return vec_[i]; }
- const T* operator[](size_t i) const { return vec_[i]; }
+ T*& operator[](std::size_t i) { return m_vec[i]; }
+ const T* operator[](std::size_t i) const { return m_vec[i]; }
private:
- std::vector<T*> vec_;
+ std::vector<T*> m_vec;
// no copying allowed.
ScopedVector<T>(const ScopedVector<T>&);
void operator=(const ScopedVector<T>&);
};
-#endif // SCOPEDVECTOR_H_
+#endif // MERT_SCOPED_VECTOR_H_
diff --git a/mert/ScoreArray.cpp b/mert/ScoreArray.cpp
index b26b93114..83fa96ef0 100644
--- a/mert/ScoreArray.cpp
+++ b/mert/ScoreArray.cpp
@@ -1,6 +1,6 @@
/*
* ScoreArray.cpp
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
@@ -10,76 +10,87 @@
#include "Util.h"
#include "FileStream.h"
+using namespace std;
ScoreArray::ScoreArray()
- : number_of_scores(0), idx("") {}
+ : m_num_scores(0), m_index("") {}
-void ScoreArray::savetxt(std::ofstream& outFile, const std::string& sctype)
+void ScoreArray::savetxt(ostream* os, const string& sctype)
{
- outFile << SCORES_TXT_BEGIN << " " << idx << " " << array_.size()
- << " " << number_of_scores << " " << sctype << std::endl;
- for (scorearray_t::iterator i = array_.begin(); i !=array_.end(); i++) {
- i->savetxt(outFile);
- outFile << std::endl;
+ *os << SCORES_TXT_BEGIN << " " << m_index << " " << m_array.size()
+ << " " << m_num_scores << " " << sctype << endl;
+ for (scorearray_t::iterator i = m_array.begin(); i !=m_array.end(); i++) {
+ i->savetxt(os);
+ *os << endl;
}
- outFile << SCORES_TXT_END << std::endl;
+ *os << SCORES_TXT_END << endl;
}
-void ScoreArray::savebin(std::ofstream& outFile, const std::string& sctype)
+void ScoreArray::savebin(ostream* os, const string& score_type)
{
- outFile << SCORES_BIN_BEGIN << " " << idx << " " << array_.size()
- << " " << number_of_scores << " " << sctype << std::endl;
- for (scorearray_t::iterator i = array_.begin(); i !=array_.end(); i++)
- i->savebin(outFile);
-
- outFile << SCORES_BIN_END << std::endl;
+ *os << SCORES_BIN_BEGIN << " " << m_index << " " << m_array.size()
+ << " " << m_num_scores << " " << score_type << endl;
+ for (scorearray_t::iterator i = m_array.begin();
+ i != m_array.end(); i++) {
+ i->savebin(os);
+ }
+ *os << SCORES_BIN_END << endl;
}
-void ScoreArray::save(std::ofstream& inFile, const std::string& sctype, bool bin)
+void ScoreArray::save(ostream* os, const string& score_type, bool bin)
{
- if (size()>0)
- (bin)?savebin(inFile, sctype):savetxt(inFile, sctype);
+ if (size() <= 0) return;
+ if (bin) {
+ savebin(os, score_type);
+ } else {
+ savetxt(os, score_type);
+ }
}
-void ScoreArray::save(const std::string &file, const std::string& sctype, bool bin)
+void ScoreArray::save(const string &file, const string& score_type, bool bin)
{
- std::ofstream outFile(file.c_str(), std::ios::out); // matches a stream with a file. Opens the file
-
- save(outFile, sctype, bin);
+ ofstream ofs(file.c_str(), ios::out);
+ if (!ofs) {
+ cerr << "Failed to open " << file << endl;
+ exit(1);
+ }
+ ostream* os = &ofs;
+ save(os, score_type, bin);
+ ofs.close();
+}
- outFile.close();
+void ScoreArray::save(const string& score_type, bool bin) {
+ save(&cout, score_type, bin);
}
-void ScoreArray::loadbin(ifstream& inFile, size_t n)
+void ScoreArray::loadbin(istream* is, size_t n)
{
- ScoreStats entry(number_of_scores);
-
- for (size_t i=0 ; i < n; i++) {
- entry.loadbin(inFile);
+ ScoreStats entry(m_num_scores);
+ for (size_t i = 0; i < n; i++) {
+ entry.loadbin(is);
add(entry);
}
}
-void ScoreArray::loadtxt(ifstream& inFile, size_t n)
+void ScoreArray::loadtxt(istream* is, size_t n)
{
- ScoreStats entry(number_of_scores);
-
- for (size_t i=0 ; i < n; i++) {
- entry.loadtxt(inFile);
+ ScoreStats entry(m_num_scores);
+ for (size_t i = 0; i < n; i++) {
+ entry.loadtxt(is);
add(entry);
}
}
-void ScoreArray::load(ifstream& inFile)
+void ScoreArray::load(istream* is)
{
- size_t number_of_entries=0;
- bool binmode=false;
+ size_t number_of_entries = 0;
+ bool binmode = false;
- std::string substring, stringBuf;
- std::string::size_type loc;
+ string substring, stringBuf;
+ string::size_type loc;
- std::getline(inFile, stringBuf);
- if (!inFile.good()) {
+ getline(*is, stringBuf);
+ if (!is->good()) {
return;
}
@@ -94,35 +105,38 @@ void ScoreArray::load(ifstream& inFile)
}
getNextPound(stringBuf, substring);
getNextPound(stringBuf, substring);
- idx = substring;
+ m_index = substring;
getNextPound(stringBuf, substring);
number_of_entries = atoi(substring.c_str());
getNextPound(stringBuf, substring);
- number_of_scores = atoi(substring.c_str());
+ m_num_scores = atoi(substring.c_str());
getNextPound(stringBuf, substring);
- score_type = substring;
+ m_score_type = substring;
}
- (binmode)?loadbin(inFile, number_of_entries):loadtxt(inFile, number_of_entries);
+ if (binmode) {
+ loadbin(is, number_of_entries);
+ } else {
+ loadtxt(is, number_of_entries);
+ }
- std::getline(inFile, stringBuf);
+ getline(*is, stringBuf);
if (!stringBuf.empty()) {
- if ((loc = stringBuf.find(SCORES_TXT_END)) != 0 && (loc = stringBuf.find(SCORES_BIN_END)) != 0) {
+ if ((loc = stringBuf.find(SCORES_TXT_END)) != 0 &&
+ (loc = stringBuf.find(SCORES_BIN_END)) != 0) {
TRACE_ERR("ERROR: ScoreArray::load(): Wrong footer");
return;
}
}
}
-void ScoreArray::load(const std::string &file)
+void ScoreArray::load(const string &file)
{
- TRACE_ERR("loading data from " << file << std::endl);
-
- inputfilestream inFile(file); // matches a stream with a file. Opens the file
-
- load((ifstream&) inFile);
-
- inFile.close();
+ TRACE_ERR("loading data from " << file << endl);
+ inputfilestream input_stream(file); // matches a stream with a file. Opens the file
+ istream* is = &input_stream;
+ load(is);
+ input_stream.close();
}
@@ -139,7 +153,8 @@ bool ScoreArray::check_consistency() const
if (sz == 0)
return true;
- for (scorearray_t::const_iterator i = array_.begin(); i != array_.end(); ++i) {
+ for (scorearray_t::const_iterator i = m_array.begin();
+ i != m_array.end(); ++i) {
if (i->size() != sz)
return false;
}
diff --git a/mert/ScoreArray.h b/mert/ScoreArray.h
index 1240a704a..64d019daf 100644
--- a/mert/ScoreArray.h
+++ b/mert/ScoreArray.h
@@ -1,15 +1,13 @@
/*
* ScoreArray.h
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
*/
-#ifndef SCORE_ARRAY_H
-#define SCORE_ARRAY_H
-
-using namespace std;
+#ifndef MERT_SCORE_ARRAY_H_
+#define MERT_SCORE_ARRAY_H_
#include <vector>
#include <iostream>
@@ -24,78 +22,65 @@ const char SCORES_BIN_END[] = "SCORES_BIN_END_0";
class ScoreArray
{
-protected:
- scorearray_t array_;
- std::string score_type;
- size_t number_of_scores;
+ private:
+ scorearray_t m_array;
+ std::string m_score_type;
+ std::size_t m_num_scores;
-private:
- // idx to identify the utterance.
+ // indexx to identify the utterance.
// It can differ from the index inside the vector.
- std::string idx;
+ std::string m_index;
public:
ScoreArray();
~ScoreArray() {}
- inline void clear() {
- array_.clear();
- }
+ void clear() { m_array.clear(); }
- inline std::string getIndex() const {
- return idx;
- }
- inline void setIndex(const std::string& value) {
- idx=value;
- }
+ std::string getIndex() const { return m_index; }
-// inline ScoreStats get(size_t i){ return array_.at(i); }
+ void setIndex(const std::string& value) { m_index = value; }
- inline ScoreStats& get(size_t i) {
- return array_.at(i);
- }
- inline const ScoreStats& get(size_t i)const {
- return array_.at(i);
+ ScoreStats& get(std::size_t i) { return m_array.at(i); }
+
+ const ScoreStats& get(std::size_t i) const { return m_array.at(i); }
+
+ void add(const ScoreStats& e) { m_array.push_back(e); }
+
+ //ADDED BY TS
+ void swap(std::size_t i, std::size_t j) {
+ std::swap(m_array[i], m_array[j]);
}
- void add(const ScoreStats& e) {
- array_.push_back(e);
+ void resize(std::size_t new_size) {
+ m_array.resize(std::min(new_size, m_array.size()));
}
+ //END_ADDED
void merge(ScoreArray& e);
- inline std::string name() const {
- return score_type;
- }
+ std::string name() const { return m_score_type; }
- inline void name(std::string &sctype) {
- score_type = sctype;
- }
+ void name(std::string &score_type) { m_score_type = score_type; }
- inline size_t size() const {
- return array_.size();
- }
- inline size_t NumberOfScores() const {
- return number_of_scores;
- }
- inline void NumberOfScores(size_t v) {
- number_of_scores = v;
- }
+ std::size_t size() const { return m_array.size(); }
- void savetxt(ofstream& outFile, const std::string& sctype);
- void savebin(ofstream& outFile, const std::string& sctype);
- void save(ofstream& outFile, const std::string& sctype, bool bin=false);
- void save(const std::string &file, const std::string& sctype, bool bin=false);
- inline void save(const std::string& sctype, bool bin=false) {
- save("/dev/stdout", sctype, bin);
- }
+ std::size_t NumberOfScores() const { return m_num_scores; }
+
+ void NumberOfScores(std::size_t v) { m_num_scores = v; }
+
+ void savetxt(std::ostream* os, const std::string& score_type);
+ void savebin(std::ostream* os, const std::string& score_type);
+ void save(std::ostream* os, const std::string& score_type, bool bin=false);
+ void save(const std::string &file, const std::string& score_type, bool bin=false);
+ void save(const std::string& score_type, bool bin=false);
- void loadtxt(ifstream& inFile, size_t n);
- void loadbin(ifstream& inFile, size_t n);
- void load(ifstream& inFile);
+ void loadtxt(std::istream* is, std::size_t n);
+ void loadbin(std::istream* is, std::size_t n);
+ void load(std::istream* is);
void load(const std::string &file);
bool check_consistency() const;
};
-#endif // SCORE_ARRAY_H
+#endif // MERT_SCORE_ARRAY_H_
diff --git a/mert/ScoreData.cpp b/mert/ScoreData.cpp
index e79595d06..4fc4cf2c7 100644
--- a/mert/ScoreData.cpp
+++ b/mert/ScoreData.cpp
@@ -1,61 +1,65 @@
/*
* ScoreData.cpp
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
*/
#include "ScoreData.h"
+
+#include <iostream>
+#include <fstream>
#include "Scorer.h"
#include "Util.h"
#include "FileStream.h"
-ScoreData::ScoreData(Scorer& ptr):
- theScorer(&ptr)
+using namespace std;
+
+ScoreData::ScoreData(Scorer* scorer) :
+ m_scorer(scorer)
{
- score_type = theScorer->getName();
+ m_score_type = m_scorer->getName();
// This is not dangerous: we don't use the this pointer in SetScoreData.
- theScorer->setScoreData(this);
- number_of_scores = theScorer->NumberOfScores();
- // TRACE_ERR("ScoreData: number_of_scores: " << number_of_scores << std::endl);
+ m_scorer->setScoreData(this);
+ m_num_scores = m_scorer->NumberOfScores();
+ // TRACE_ERR("ScoreData: m_num_scores: " << m_num_scores << std::endl);
}
-void ScoreData::save(std::ofstream& outFile, bool bin)
+void ScoreData::save(ostream* os, bool bin)
{
- for (scoredata_t::iterator i = array_.begin(); i !=array_.end(); i++) {
- i->save(outFile, score_type, bin);
+ for (scoredata_t::iterator i = m_array.begin();
+ i != m_array.end(); ++i) {
+ i->save(os, m_score_type, bin);
}
}
-void ScoreData::save(const std::string &file, bool bin)
+void ScoreData::save(const string &file, bool bin)
{
if (file.empty()) return;
- TRACE_ERR("saving the array into " << file << std::endl);
+ TRACE_ERR("saving the array into " << file << endl);
// matches a stream with a file. Opens the file.
- std::ofstream outFile(file.c_str(), std::ios::out);
-
- ScoreStats entry;
-
- save(outFile, bin);
+ ofstream ofs(file.c_str(), ios::out);
+ ostream* os = &ofs;
+ save(os, bin);
+ ofs.close();
+}
- outFile.close();
+void ScoreData::save(bool bin) {
+ save(&cout, bin);
}
-void ScoreData::load(ifstream& inFile)
+void ScoreData::load(istream* is)
{
ScoreArray entry;
- while (!inFile.eof()) {
-
- if (!inFile.good()) {
- std::cerr << "ERROR ScoreData::load inFile.good()" << std::endl;
+ while (!is->eof()) {
+ if (!is->good()) {
+ cerr << "ERROR ScoreData::load inFile.good()" << endl;
}
-
entry.clear();
- entry.load(inFile);
-
+ entry.load(is);
if (entry.size() == 0) {
break;
}
@@ -63,60 +67,58 @@ void ScoreData::load(ifstream& inFile)
}
}
-
-void ScoreData::load(const std::string &file)
+void ScoreData::load(const string &file)
{
- TRACE_ERR("loading score data from " << file << std::endl);
-
- inputfilestream inFile(file); // matches a stream with a file. Opens the file
-
- if (!inFile) {
+ TRACE_ERR("loading score data from " << file << endl);
+ inputfilestream input_stream(file); // matches a stream with a file. Opens the file
+ if (!input_stream) {
throw runtime_error("Unable to open score file: " + file);
}
-
- load((ifstream&) inFile);
-
- inFile.close();
+ istream* is = &input_stream;
+ load(is);
+ input_stream.close();
}
-
void ScoreData::add(ScoreArray& e)
{
if (exists(e.getIndex())) { // array at position e.getIndex() already exists
//enlarge array at position e.getIndex()
size_t pos = getIndex(e.getIndex());
- array_.at(pos).merge(e);
+ m_array.at(pos).merge(e);
} else {
- array_.push_back(e);
+ m_array.push_back(e);
setIndex();
}
}
-void ScoreData::add(const ScoreStats& e, const std::string& sent_idx)
+void ScoreData::add(const ScoreStats& e, const string& sent_idx)
{
if (exists(sent_idx)) { // array at position e.getIndex() already exists
// Enlarge array at position e.getIndex()
size_t pos = getIndex(sent_idx);
// TRACE_ERR("Inserting in array " << sent_idx << std::endl);
- array_.at(pos).add(e);
+ m_array.at(pos).add(e);
// TRACE_ERR("size: " << size() << " -> " << a.size() << std::endl);
} else {
// TRACE_ERR("Creating a new entry in the array" << std::endl);
ScoreArray a;
- a.NumberOfScores(number_of_scores);
+ a.NumberOfScores(m_num_scores);
a.add(e);
a.setIndex(sent_idx);
- add(a);
+ size_t idx = m_array.size();
+ m_array.push_back(a);
+ m_index_to_array_name[idx] = sent_idx;
+ m_array_name_to_index[sent_idx]=idx;
// TRACE_ERR("size: " << size() << " -> " << a.size() << std::endl);
}
}
bool ScoreData::check_consistency() const
{
- if (array_.size() == 0)
+ if (m_array.size() == 0)
return true;
- for (scoredata_t::const_iterator i = array_.begin(); i != array_.end(); ++i)
+ for (scoredata_t::const_iterator i = m_array.begin(); i != m_array.end(); ++i)
if (!i->check_consistency()) return false;
return true;
@@ -124,10 +126,10 @@ bool ScoreData::check_consistency() const
void ScoreData::setIndex()
{
- size_t j=0;
- for (scoredata_t::iterator i = array_.begin(); i !=array_.end(); i++) {
- idx2arrayname_[j]=i->getIndex();
- arrayname2idx_[i->getIndex()]=j;
+ size_t j = 0;
+ for (scoredata_t::iterator i = m_array.begin(); i != m_array.end(); ++i) {
+ m_index_to_array_name[j] = i->getIndex();
+ m_array_name_to_index[i->getIndex()]=j;
j++;
}
}
diff --git a/mert/ScoreData.h b/mert/ScoreData.h
index cb4fb30f9..5113bcee9 100644
--- a/mert/ScoreData.h
+++ b/mert/ScoreData.h
@@ -1,116 +1,108 @@
/*
* ScoreData.h
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
*/
-#ifndef SCORE_DATA_H
-#define SCORE_DATA_H
+#ifndef MERT_SCORE_DATA_H_
+#define MERT_SCORE_DATA_H_
-#include <fstream>
+#include <iosfwd>
#include <vector>
-#include <iostream>
#include <stdexcept>
#include <string>
#include "ScoreArray.h"
#include "ScoreStats.h"
-using namespace std;
-
class Scorer;
class ScoreData
{
-protected:
- scoredata_t array_;
- idx2name idx2arrayname_; // map from index to name of array
- name2idx arrayname2idx_; // map from name to index of array
-
private:
// Do not allow the user to instanciate without arguments.
ScoreData() {}
- Scorer* theScorer;
- std::string score_type;
- size_t number_of_scores;
+ scoredata_t m_array;
+ idx2name m_index_to_array_name; // map from index to name of array
+ name2idx m_array_name_to_index; // map from name to index of array
+
+ Scorer* m_scorer;
+ std::string m_score_type;
+ std::size_t m_num_scores;
public:
- ScoreData(Scorer& sc);
+ ScoreData(Scorer* scorer);
~ScoreData() {}
- inline void clear() {
- array_.clear();
- }
+ void clear() { m_array.clear(); }
inline ScoreArray get(const std::string& idx) {
- return array_.at(getIndex(idx));
+ return m_array.at(getIndex(idx));
}
- inline ScoreArray& get(size_t idx) {
- return array_.at(idx);
+
+ inline ScoreArray& get(std::size_t idx) {
+ return m_array.at(idx);
}
- inline const ScoreArray& get(size_t idx) const {
- return array_.at(idx);
+
+ inline const ScoreArray& get(std::size_t idx) const {
+ return m_array.at(idx);
}
inline bool exists(const std::string& sent_idx) const {
return exists(getIndex(sent_idx));
}
+
inline bool exists(int sent_idx) const {
- return (sent_idx > -1 && sent_idx < (int)array_.size()) ? true : false;
+ return (sent_idx > -1 && sent_idx < static_cast<int>(m_array.size())) ? true : false;
}
- inline ScoreStats& get(size_t i, size_t j) {
- return array_.at(i).get(j);
- }
- inline const ScoreStats& get(size_t i, size_t j) const {
- return array_.at(i).get(j);
+ inline ScoreStats& get(std::size_t i, std::size_t j) {
+ return m_array.at(i).get(j);
}
- inline std::string name() const {
- return score_type;
+ inline const ScoreStats& get(std::size_t i, std::size_t j) const {
+ return m_array.at(i).get(j);
}
- inline std::string name(const std::string &sctype) {
- return score_type = sctype;
+ std::string name() const { return m_score_type; }
+
+ std::string name(const std::string &score_type) {
+ return m_score_type = score_type;
}
void add(ScoreArray& e);
void add(const ScoreStats& e, const std::string& sent_idx);
- inline size_t NumberOfScores() const {
- return number_of_scores;
- }
- inline size_t size() const {
- return array_.size();
- }
+ std::size_t NumberOfScores() const { return m_num_scores; }
+ std::size_t size() const { return m_array.size(); }
void save(const std::string &file, bool bin=false);
- void save(ofstream& outFile, bool bin=false);
- inline void save(bool bin=false) {
- save("/dev/stdout", bin);
- }
+ void save(std::ostream* os, bool bin=false);
+ void save(bool bin=false);
- void load(ifstream& inFile);
+ void load(std::istream* is);
void load(const std::string &file);
bool check_consistency() const;
+
void setIndex();
inline int getIndex(const std::string& idx) const {
- name2idx::const_iterator i = arrayname2idx_.find(idx);
- if (i != arrayname2idx_.end())
+ name2idx::const_iterator i = m_array_name_to_index.find(idx);
+ if (i != m_array_name_to_index.end())
return i->second;
else
return -1;
}
- inline std::string getIndex(size_t idx) const {
- idx2name::const_iterator i = idx2arrayname_.find(idx);
- if (i != idx2arrayname_.end())
- throw runtime_error("there is no entry at index " + idx);
+
+ inline std::string getIndex(std::size_t idx) const {
+ idx2name::const_iterator i = m_index_to_array_name.find(idx);
+ if (i != m_index_to_array_name.end())
+ throw std::runtime_error("there is no entry at index " + idx);
return i->second;
}
};
-#endif // SCORE_DATA_H
+#endif // MERT_SCORE_DATA_H_
diff --git a/mert/ScoreDataIterator.h b/mert/ScoreDataIterator.h
index 4633b8651..910e92165 100644
--- a/mert/ScoreDataIterator.h
+++ b/mert/ScoreDataIterator.h
@@ -17,8 +17,8 @@ License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
-#ifndef _SCORE_DATA_ITERATOR_
-#define _SCORE_DATA_ITERATOR_
+#ifndef MERT_SCORE_DATA_ITERATOR_H_
+#define MERT_SCORE_DATA_ITERATOR_H_
/*
* For loading from the score data file.
@@ -62,4 +62,4 @@ class ScoreDataIterator :
std::vector<ScoreDataItem> m_next;
};
-#endif
+#endif // MERT_SCORE_DATA_ITERATOR_H_
diff --git a/mert/ScoreStats.cpp b/mert/ScoreStats.cpp
index eb1750983..bcc61391b 100644
--- a/mert/ScoreStats.cpp
+++ b/mert/ScoreStats.cpp
@@ -1,6 +1,6 @@
/*
* FeatureStats.cpp
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
@@ -8,42 +8,40 @@
#include "Util.h"
#include "ScoreStats.h"
+#include <fstream>
+#include <iostream>
+
+using namespace std;
namespace {
const int kAvailableSize = 8;
} // namespace
ScoreStats::ScoreStats()
- : available_(kAvailableSize), entries_(0),
- array_(new ScoreStatsType[available_]) {}
+ : m_available_size(kAvailableSize), m_entries(0),
+ m_array(new ScoreStatsType[m_available_size]) {}
ScoreStats::ScoreStats(const size_t size)
- : available_(size), entries_(size),
- array_(new ScoreStatsType[available_])
+ : m_available_size(size), m_entries(size),
+ m_array(new ScoreStatsType[m_available_size])
{
- memset(array_, 0, GetArraySizeWithBytes());
-}
-
-ScoreStats::ScoreStats(std::string &theString)
- : available_(0), entries_(0), array_(NULL)
-{
- set(theString);
+ memset(m_array, 0, GetArraySizeWithBytes());
}
ScoreStats::~ScoreStats()
{
- if (array_) {
- delete [] array_;
- array_ = NULL;
+ if (m_array) {
+ delete [] m_array;
+ m_array = NULL;
}
}
void ScoreStats::Copy(const ScoreStats &stats)
{
- available_ = stats.available();
- entries_ = stats.size();
- array_ = new ScoreStatsType[available_];
- memcpy(array_, stats.getArray(), GetArraySizeWithBytes());
+ m_available_size = stats.available();
+ m_entries = stats.size();
+ m_array = new ScoreStatsType[m_available_size];
+ memcpy(m_array, stats.getArray(), GetArraySizeWithBytes());
}
ScoreStats::ScoreStats(const ScoreStats &stats)
@@ -53,77 +51,82 @@ ScoreStats::ScoreStats(const ScoreStats &stats)
ScoreStats& ScoreStats::operator=(const ScoreStats &stats)
{
- delete [] array_;
+ delete [] m_array;
Copy(stats);
return *this;
}
void ScoreStats::expand()
{
- available_ *= 2;
- scorestats_t buf = new ScoreStatsType[available_];
- memcpy(buf, array_, GetArraySizeWithBytes());
- delete [] array_;
- array_ = buf;
+ m_available_size *= 2;
+ scorestats_t buf = new ScoreStatsType[m_available_size];
+ memcpy(buf, m_array, GetArraySizeWithBytes());
+ delete [] m_array;
+ m_array = buf;
}
void ScoreStats::add(ScoreStatsType v)
{
if (isfull()) expand();
- array_[entries_++]=v;
+ m_array[m_entries++]=v;
}
-void ScoreStats::set(std::string &theString)
+void ScoreStats::set(const string& str)
{
- std::string substring, stringBuf;
reset();
-
- while (!theString.empty()) {
- getNextPound(theString, substring);
- add(ConvertStringToScoreStatsType(substring));
+ vector<string> out;
+ Tokenize(str.c_str(), ' ', &out);
+ for (vector<string>::const_iterator it = out.begin();
+ it != out.end(); ++it) {
+ add(ConvertStringToScoreStatsType(*it));
}
}
-void ScoreStats::loadbin(std::ifstream& inFile)
+void ScoreStats::loadbin(istream* is)
{
- inFile.read((char*)array_, GetArraySizeWithBytes());
+ is->read(reinterpret_cast<char*>(m_array),
+ static_cast<streamsize>(GetArraySizeWithBytes()));
}
-void ScoreStats::loadtxt(std::ifstream& inFile)
+void ScoreStats::loadtxt(istream* is)
{
- std::string theString;
- std::getline(inFile, theString);
- set(theString);
+ string line;
+ getline(*is, line);
+ set(line);
}
-void ScoreStats::loadtxt(const std::string &file)
+void ScoreStats::loadtxt(const string &file)
{
-// TRACE_ERR("loading the stats from " << file << std::endl);
-
- std::ifstream inFile(file.c_str(), std::ios::in); // matches a stream with a file. Opens the file
-
- loadtxt(inFile);
+ ifstream ifs(file.c_str(), ios::in); // matches a stream with a file. Opens the file
+ if (!ifs) {
+ cerr << "Failed to open " << file << endl;
+ exit(1);
+ }
+ istream* is = &ifs;
+ loadtxt(is);
}
-void ScoreStats::savetxt(const std::string &file)
+void ScoreStats::savetxt(const string &file)
{
-// TRACE_ERR("saving the stats into " << file << std::endl);
-
- std::ofstream outFile(file.c_str(), std::ios::out); // matches a stream with a file. Opens the file
-
- savetxt(outFile);
+ ofstream ofs(file.c_str(), ios::out); // matches a stream with a file. Opens the file
+ ostream* os = &ofs;
+ savetxt(os);
}
-
-void ScoreStats::savetxt(std::ofstream& outFile)
+void ScoreStats::savetxt(ostream* os)
{
- outFile << *this;
+ *os << *this;
+}
+
+void ScoreStats::savetxt() {
+ savetxt(&cout);
}
-void ScoreStats::savebin(std::ofstream& outFile)
+void ScoreStats::savebin(ostream* os)
{
- outFile.write((char*)array_, GetArraySizeWithBytes());
+ os->write(reinterpret_cast<char*>(m_array),
+ static_cast<streamsize>(GetArraySizeWithBytes()));
}
ostream& operator<<(ostream& o, const ScoreStats& e)
@@ -132,3 +135,19 @@ ostream& operator<<(ostream& o, const ScoreStats& e)
o << e.get(i) << " ";
return o;
}
+
+//ADDED_BY_TS
+bool operator==(const ScoreStats& s1, const ScoreStats& s2) {
+ size_t size = s1.size();
+
+ if (size != s2.size())
+ return false;
+
+ for (size_t k=0; k < size; k++) {
+ if (s1.get(k) != s2.get(k))
+ return false;
+ }
+
+ return true;
+}
+//END_ADDED
diff --git a/mert/ScoreStats.h b/mert/ScoreStats.h
index 43a6f1f23..2b7756a3b 100644
--- a/mert/ScoreStats.h
+++ b/mert/ScoreStats.h
@@ -1,37 +1,34 @@
/*
* ScoreStats.h
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
*/
-#ifndef SCORE_STATS_H
-#define SCORE_STATS_H
+#ifndef MERT_SCORE_STATS_H_
+#define MERT_SCORE_STATS_H_
#include <vector>
-#include <iostream>
-#include <fstream>
+#include <iosfwd>
#include <cstdlib>
#include <cstring>
#include "Types.h"
-using namespace std;
-
class ScoreStats
{
private:
- size_t available_;
- size_t entries_;
+ std::size_t m_available_size;
+ std::size_t m_entries;
// TODO: Use smart pointer for exceptional-safety.
- scorestats_t array_;
+ scorestats_t m_array;
public:
ScoreStats();
- explicit ScoreStats(const size_t size);
- explicit ScoreStats(std::string &theString);
+ explicit ScoreStats(const std::size_t size);
+
~ScoreStats();
// We intentionally allow copying.
@@ -40,64 +37,61 @@ public:
void Copy(const ScoreStats &stats);
- bool isfull() const {
- return (entries_ < available_) ? 0 : 1;
- }
+ bool isfull() const { return (m_entries < m_available_size) ? 0 : 1; }
void expand();
void add(ScoreStatsType v);
void clear() {
- memset((void*)array_, 0, GetArraySizeWithBytes());
+ std::memset((void*)m_array, 0, GetArraySizeWithBytes());
}
void reset() {
- entries_ = 0;
+ m_entries = 0;
clear();
}
- inline ScoreStatsType get(size_t i) {
- return array_[i];
- }
- inline ScoreStatsType get(size_t i)const {
- return array_[i];
- }
- inline scorestats_t getArray() const {
- return array_;
- }
+ ScoreStatsType get(std::size_t i) { return m_array[i]; }
+ ScoreStatsType get(std::size_t i) const { return m_array[i]; }
+ scorestats_t getArray() const { return m_array; }
- void set(std::string &theString);
+ void set(const std::string& str);
- inline size_t bytes() const {
- return GetArraySizeWithBytes();
+ // Much more efficient than the above.
+ void set(const std::vector<ScoreStatsType>& stats) {
+ reset();
+ for (std::size_t i = 0; i < stats.size(); ++i) {
+ add(stats[i]);
+ }
}
- size_t GetArraySizeWithBytes() const {
- return entries_ * sizeof(ScoreStatsType);
- }
+ std::size_t bytes() const { return GetArraySizeWithBytes(); }
- inline size_t size() const {
- return entries_;
- }
- inline size_t available() const {
- return available_;
+ std::size_t GetArraySizeWithBytes() const {
+ return m_entries * sizeof(ScoreStatsType);
}
+ std::size_t size() const { return m_entries; }
+
+ std::size_t available() const { return m_available_size; }
+
void savetxt(const std::string &file);
- void savetxt(ofstream& outFile);
- void savebin(ofstream& outFile);
- inline void savetxt() {
- savetxt("/dev/stdout");
- }
+ void savetxt(std::ostream* os);
+ void savebin(std::ostream* os);
+ void savetxt();
void loadtxt(const std::string &file);
- void loadtxt(ifstream& inFile);
- void loadbin(ifstream& inFile);
+ void loadtxt(std::istream* is);
+ void loadbin(std::istream* is);
/**
* Write the whole object to a stream.
*/
- friend ostream& operator<<(ostream& o, const ScoreStats& e);
+ friend std::ostream& operator<<(std::ostream& o, const ScoreStats& e);
};
-#endif // SCORE_STATS_H
+//ADDED_BY_TS
+bool operator==(const ScoreStats& s1, const ScoreStats& s2);
+//END_ADDED
+
+#endif // MERT_SCORE_STATS_H_
diff --git a/mert/Scorer.cpp b/mert/Scorer.cpp
index 55e1cd748..cbb99cfdb 100644
--- a/mert/Scorer.cpp
+++ b/mert/Scorer.cpp
@@ -1,30 +1,17 @@
#include "Scorer.h"
+
#include <limits>
+#include "Vocabulary.h"
+#include "Util.h"
+#include "Singleton.h"
+#include "PreProcessFilter.h"
-Scorer::Scorer(const string& name, const string& config)
- : _name(name), _scoreData(0), _preserveCase(true) {
-// cerr << "Scorer config string: " << config << endl;
- size_t start = 0;
- while (start < config.size()) {
- size_t end = config.find(",",start);
- if (end == string::npos) {
- end = config.size();
- }
- string nv = config.substr(start,end-start);
- size_t split = nv.find(":");
- if (split == string::npos) {
- throw runtime_error("Missing colon when processing scorer config: " + config);
- }
- string name = nv.substr(0,split);
- string value = nv.substr(split+1,nv.size()-split-1);
- cerr << "name: " << name << " value: " << value << endl;
- _config[name] = value;
- start = end+1;
- }
-}
+using namespace std;
+
+namespace {
//regularisation strategies
-static float score_min(const statscores_t& scores, size_t start, size_t end)
+inline float score_min(const statscores_t& scores, size_t start, size_t end)
{
float min = numeric_limits<float>::max();
for (size_t i = start; i < end; ++i) {
@@ -35,7 +22,7 @@ static float score_min(const statscores_t& scores, size_t start, size_t end)
return min;
}
-static float score_average(const statscores_t& scores, size_t start, size_t end)
+inline float score_average(const statscores_t& scores, size_t start, size_t end)
{
if ((end - start) < 1) {
// this shouldn't happen
@@ -49,6 +36,131 @@ static float score_average(const statscores_t& scores, size_t start, size_t end)
return total / (end - start);
}
+} // namespace
+
+Scorer::Scorer(const string& name, const string& config)
+ : m_name(name),
+ m_vocab(mert::VocabularyFactory::GetVocabulary()),
+ m_filter(NULL),
+ m_score_data(NULL),
+ m_enable_preserve_case(true) {
+ InitConfig(config);
+}
+
+Scorer::~Scorer() {
+ Singleton<mert::Vocabulary>::Delete();
+ delete m_filter;
+}
+
+void Scorer::InitConfig(const string& config) {
+// cerr << "Scorer config string: " << config << endl;
+ size_t start = 0;
+ while (start < config.size()) {
+ size_t end = config.find(",", start);
+ if (end == string::npos) {
+ end = config.size();
+ }
+ string nv = config.substr(start, end - start);
+ size_t split = nv.find(":");
+ if (split == string::npos) {
+ throw runtime_error("Missing colon when processing scorer config: " + config);
+ }
+ const string name = nv.substr(0, split);
+ const string value = nv.substr(split + 1, nv.size() - split - 1);
+ cerr << "name: " << name << " value: " << value << endl;
+ m_config[name] = value;
+ start = end + 1;
+ }
+}
+
+void Scorer::TokenizeAndEncode(const string& line, vector<int>& encoded) {
+ std::istringstream in(line);
+ std::string token;
+ while (in >> token) {
+ if (!m_enable_preserve_case) {
+ for (std::string::iterator it = token.begin();
+ it != token.end(); ++it) {
+ *it = tolower(*it);
+ }
+ }
+ encoded.push_back(m_vocab->Encode(token));
+ }
+}
+
+/**
+ * Set the factors, which should be used for this metric
+ */
+void Scorer::setFactors(const string& factors)
+{
+ if (factors.empty()) return;
+ vector<string> factors_vec;
+ split(factors, '|', factors_vec);
+ for(vector<string>::iterator it = factors_vec.begin(); it != factors_vec.end(); ++it)
+ {
+ int factor = atoi(it->c_str());
+ m_factors.push_back(factor);
+ }
+}
+
+/**
+ * Set unix filter, which will be used to preprocess the sentences
+ */
+void Scorer::setFilter(const string& filterCommand)
+{
+ if (filterCommand.empty()) return;
+ m_filter = new PreProcessFilter(filterCommand);
+}
+
+/**
+ * Take the factored sentence and return the desired factors
+ */
+string Scorer::applyFactors(const string& sentence) const
+{
+ if (m_factors.size() == 0) return sentence;
+
+ vector<string> tokens;
+ split(sentence, ' ', tokens);
+
+ stringstream sstream;
+ for (size_t i = 0; i < tokens.size(); ++i)
+ {
+ if (tokens[i] == "") continue;
+
+ vector<string> factors;
+ split(tokens[i], '|', factors);
+
+ int fsize = factors.size();
+
+ if (i > 0) sstream << " ";
+
+ for (size_t j = 0; j < m_factors.size(); ++j)
+ {
+ int findex = m_factors[j];
+ if (findex < 0 || findex >= fsize) throw runtime_error("Factor index is out of range.");
+
+ if (j > 0) sstream << "|";
+ sstream << factors[findex];
+ }
+ }
+ return sstream.str();
+}
+
+/**
+ * Preprocess the sentence with the filter (if given)
+ */
+string Scorer::applyFilter(const string& sentence) const
+{
+ if (m_filter)
+ {
+ return m_filter->ProcessSentence(sentence);
+ }
+ else
+ {
+ return sentence;
+ }
+}
+
+
StatisticsBasedScorer::StatisticsBasedScorer(const string& name, const string& config)
: Scorer(name,config) {
//configure regularisation
@@ -63,46 +175,46 @@ StatisticsBasedScorer::StatisticsBasedScorer(const string& name, const string& c
string type = getConfig(KEY_TYPE,TYPE_NONE);
if (type == TYPE_NONE) {
- _regularisationStrategy = REG_NONE;
+ m_regularization_type = NONE;
} else if (type == TYPE_AVERAGE) {
- _regularisationStrategy = REG_AVERAGE;
+ m_regularization_type = AVERAGE;
} else if (type == TYPE_MINIMUM) {
- _regularisationStrategy = REG_MINIMUM;
+ m_regularization_type = MINIMUM;
} else {
throw runtime_error("Unknown scorer regularisation strategy: " + type);
}
// cerr << "Using scorer regularisation strategy: " << type << endl;
- string window = getConfig(KEY_WINDOW,"0");
- _regularisationWindow = atoi(window.c_str());
- // cerr << "Using scorer regularisation window: " << _regularisationWindow << endl;
+ const string& window = getConfig(KEY_WINDOW, "0");
+ m_regularization_window = atoi(window.c_str());
+ // cerr << "Using scorer regularisation window: " << m_regularization_window << endl;
- string preservecase = getConfig(KEY_CASE,TRUE);
- if (preservecase == TRUE) {
- _preserveCase = true;
- } else if (preservecase == FALSE) {
- _preserveCase = false;
+ const string& preserve_case = getConfig(KEY_CASE,TRUE);
+ if (preserve_case == TRUE) {
+ m_enable_preserve_case = true;
+ } else if (preserve_case == FALSE) {
+ m_enable_preserve_case = false;
}
- // cerr << "Using case preservation: " << _preserveCase << endl;
+ // cerr << "Using case preservation: " << m_enable_preserve_case << endl;
}
void StatisticsBasedScorer::score(const candidates_t& candidates, const diffs_t& diffs,
statscores_t& scores) const
{
- if (!_scoreData) {
+ if (!m_score_data) {
throw runtime_error("Score data not loaded");
}
// calculate the score for the candidates
- if (_scoreData->size() == 0) {
+ if (m_score_data->size() == 0) {
throw runtime_error("Score data is empty");
}
if (candidates.size() == 0) {
throw runtime_error("No candidates supplied");
}
- int numCounts = _scoreData->get(0,candidates[0]).size();
+ int numCounts = m_score_data->get(0,candidates[0]).size();
vector<int> totals(numCounts);
for (size_t i = 0; i < candidates.size(); ++i) {
- ScoreStats stats = _scoreData->get(i,candidates[i]);
+ ScoreStats stats = m_score_data->get(i,candidates[i]);
if (stats.size() != totals.size()) {
stringstream msg;
msg << "Statistics for (" << "," << candidates[i] << ") have incorrect "
@@ -124,8 +236,8 @@ void StatisticsBasedScorer::score(const candidates_t& candidates, const diffs_t
size_t nid = diffs[i][j].second;
size_t last_nid = last_candidates[sid];
for (size_t k = 0; k < totals.size(); ++k) {
- int diff = _scoreData->get(sid,nid).get(k)
- - _scoreData->get(sid,last_nid).get(k);
+ int diff = m_score_data->get(sid,nid).get(k)
+ - m_score_data->get(sid,last_nid).get(k);
totals[k] += diff;
}
last_candidates[sid] = nid;
@@ -135,7 +247,7 @@ void StatisticsBasedScorer::score(const candidates_t& candidates, const diffs_t
// Regularisation. This can either be none, or the min or average as described in
// Cer, Jurafsky and Manning at WMT08.
- if (_regularisationStrategy == REG_NONE || _regularisationWindow <= 0) {
+ if (m_regularization_type == NONE || m_regularization_window <= 0) {
// no regularisation
return;
}
@@ -144,11 +256,11 @@ void StatisticsBasedScorer::score(const candidates_t& candidates, const diffs_t
statscores_t raw_scores(scores); // copy scores
for (size_t i = 0; i < scores.size(); ++i) {
size_t start = 0;
- if (i >= _regularisationWindow) {
- start = i - _regularisationWindow;
+ if (i >= m_regularization_window) {
+ start = i - m_regularization_window;
}
- size_t end = min(scores.size(), i + _regularisationWindow+1);
- if (_regularisationStrategy == REG_AVERAGE) {
+ const size_t end = min(scores.size(), i + m_regularization_window + 1);
+ if (m_regularization_type == AVERAGE) {
scores[i] = score_average(raw_scores,start,end);
} else {
scores[i] = score_min(raw_scores,start,end);
diff --git a/mert/Scorer.h b/mert/Scorer.h
index c36f2e03a..0ed9ced7d 100644
--- a/mert/Scorer.h
+++ b/mert/Scorer.h
@@ -1,5 +1,5 @@
-#ifndef __SCORER_H__
-#define __SCORER_H__
+#ifndef MERT_SCORER_H_
+#define MERT_SCORER_H_
#include <iostream>
#include <sstream>
@@ -9,11 +9,14 @@
#include "Types.h"
#include "ScoreData.h"
-using namespace std;
+class PreProcessFilter;
+class ScoreStats;
-enum ScorerRegularisationStrategy {REG_NONE, REG_AVERAGE, REG_MINIMUM};
+namespace mert {
-class ScoreStats;
+class Vocabulary;
+
+} // namespace mert
/**
* Superclass of all scorers and dummy implementation.
@@ -23,40 +26,32 @@ class ScoreStats;
*/
class Scorer
{
-private:
- string _name;
-
-public:
- Scorer(const string& name, const string& config);
- virtual ~Scorer() {}
+ public:
+ Scorer(const std::string& name, const std::string& config);
+ virtual ~Scorer();
/**
* Return the number of statistics needed for the computation of the score.
*/
- virtual size_t NumberOfScores() const {
- cerr << "Scorer: 0" << endl;
- return 0;
- }
+ virtual std::size_t NumberOfScores() const = 0;
/**
* Set the reference files. This must be called before prepareStats().
*/
- virtual void setReferenceFiles(const vector<string>& referenceFiles) {
- //do nothing
+ virtual void setReferenceFiles(const std::vector<std::string>& referenceFiles) {
+ // do nothing
}
/**
* Process the given guessed text, corresponding to the given reference sindex
* and add the appropriate statistics to the entry.
*/
- virtual void prepareStats(size_t sindex, const string& text, ScoreStats& entry)
- {}
-
- virtual void prepareStats(const string& sindex, const string& text, ScoreStats& entry) {
+ virtual void prepareStats(std::size_t sindex, const std::string& text, ScoreStats& entry) {
+ // do nothing.
+ }
-// cerr << sindex << endl;
- this->prepareStats((size_t) atoi(sindex.c_str()), text, entry);
- //cerr << text << std::endl;
+ virtual void prepareStats(const std::string& sindex, const std::string& text, ScoreStats& entry) {
+ this->prepareStats(static_cast<std::size_t>(atoi(sindex.c_str())), text, entry);
}
/**
@@ -64,16 +59,19 @@ public:
* applying each in turn, and calculating a new score each time.
*/
virtual void score(const candidates_t& candidates, const diffs_t& diffs,
- statscores_t& scores) const {
+ statscores_t& scores) const = 0;
+ /*
+ {
//dummy impl
- if (!_scoreData) {
+ if (!m_score_data) {
throw runtime_error("score data not loaded");
}
scores.push_back(0);
- for (size_t i = 0; i < diffs.size(); ++i) {
+ for (std::size_t i = 0; i < diffs.size(); ++i) {
scores.push_back(0);
}
}
+ */
/**
* Calculate the score of the sentences corresponding to the list of candidate
@@ -86,13 +84,13 @@ public:
return scores[0];
}
- const string& getName() const {
- return _name;
+ const std::string& getName() const {
+ return m_name;
}
- size_t getReferenceSize() const {
- if (_scoreData) {
- return _scoreData->size();
+ std::size_t getReferenceSize() const {
+ if (m_score_data) {
+ return m_score_data->size();
}
return 0;
}
@@ -100,87 +98,101 @@ public:
/**
* Set the score data, prior to scoring.
*/
- void setScoreData(ScoreData* data) {
- _scoreData = data;
+ virtual void setScoreData(ScoreData* data) {
+ m_score_data = data;
}
-protected:
- typedef map<string,int> encodings_t;
- typedef map<string,int>::iterator encodings_it;
+ /**
+ * Set the factors, which should be used for this metric
+ */
+ virtual void setFactors(const std::string& factors);
- ScoreData* _scoreData;
- encodings_t _encodings;
+ mert::Vocabulary* GetVocab() const { return m_vocab; }
- bool _preserveCase;
+ /**
+ * Set unix filter, which will be used to preprocess the sentences
+ */
+ virtual void setFilter(const std::string& filterCommand);
+
+ private:
+ void InitConfig(const std::string& config);
+
+ /**
+ * Take the factored sentence and return the desired factors
+ */
+ std::string applyFactors(const std::string& sentece) const;
+
+ /**
+ * Preprocess the sentence with the filter (if given)
+ */
+ std::string applyFilter(const std::string& sentence) const;
+
+ std::string m_name;
+ mert::Vocabulary* m_vocab;
+ std::map<std::string, std::string> m_config;
+ std::vector<int> m_factors;
+ PreProcessFilter* m_filter;
+
+ protected:
+ ScoreData* m_score_data;
+ bool m_enable_preserve_case;
/**
* Get value of config variable. If not provided, return default.
*/
- string getConfig(const string& key, const string& def="") const {
- map<string,string>::const_iterator i = _config.find(key);
- if (i == _config.end()) {
+ std::string getConfig(const std::string& key, const std::string& def="") const {
+ std::map<std::string,std::string>::const_iterator i = m_config.find(key);
+ if (i == m_config.end()) {
return def;
} else {
return i->second;
}
}
-
/**
* Tokenise line and encode.
- * Note: We assume that all tokens are separated by single spaces.
+ * Note: We assume that all tokens are separated by whitespaces.
*/
- void encode(const string& line, vector<int>& encoded) {
- //cerr << line << endl;
- istringstream in (line);
- string token;
- while (in >> token) {
- if (!_preserveCase) {
- for (string::iterator i = token.begin(); i != token.end(); ++i) {
- *i = tolower(*i);
- }
- }
- encodings_it encoding = _encodings.find(token);
- int encoded_token;
- if (encoding == _encodings.end()) {
- encoded_token = (int)_encodings.size();
- _encodings[token] = encoded_token;
- //cerr << encoded_token << "(n) ";
- } else {
- encoded_token = encoding->second;
- //cerr << encoded_token << " ";
- }
- encoded.push_back(encoded_token);
- }
- //cerr << endl;
+ void TokenizeAndEncode(const std::string& line, std::vector<int>& encoded);
+
+ /**
+ * Every inherited scorer should call this function for each sentence
+ */
+ std::string preprocessSentence(const std::string& sentence) const
+ {
+ return applyFactors(applyFilter(sentence));
}
-private:
- map<string,string> _config;
};
-
/**
* Abstract base class for Scorers that work by adding statistics across all
* outout sentences, then apply some formula, e.g., BLEU, PER.
*/
class StatisticsBasedScorer : public Scorer
{
-public:
- StatisticsBasedScorer(const string& name, const string& config);
+ public:
+ StatisticsBasedScorer(const std::string& name, const std::string& config);
virtual ~StatisticsBasedScorer() {}
virtual void score(const candidates_t& candidates, const diffs_t& diffs,
statscores_t& scores) const;
-protected:
+ protected:
+
+ enum RegularisationType {
+ NONE,
+ AVERAGE,
+ MINIMUM
+ };
+
/**
* Calculate the actual score.
*/
- virtual statscore_t calculateScore(const vector<int>& totals) const = 0;
+ virtual statscore_t calculateScore(const std::vector<int>& totals) const = 0;
// regularisation
- ScorerRegularisationStrategy _regularisationStrategy;
- size_t _regularisationWindow;
+ RegularisationType m_regularization_type;
+ std::size_t m_regularization_window;
};
-#endif // __SCORER_H__
+#endif // MERT_SCORER_H_
diff --git a/mert/ScorerFactory.cpp b/mert/ScorerFactory.cpp
index 2f47092ef..5da75273d 100644
--- a/mert/ScorerFactory.cpp
+++ b/mert/ScorerFactory.cpp
@@ -7,6 +7,8 @@
#include "TerScorer.h"
#include "CderScorer.h"
#include "MergeScorer.h"
+#include "InterpolatedScorer.h"
+#include "SemposScorer.h"
using namespace std;
@@ -16,22 +18,34 @@ vector<string> ScorerFactory::getTypes() {
types.push_back(string("PER"));
types.push_back(string("TER"));
types.push_back(string("CDER"));
+ types.push_back(string("WER"));
types.push_back(string("MERGE"));
+ types.push_back(string("SEMPOS"));
return types;
}
Scorer* ScorerFactory::getScorer(const string& type, const string& config) {
if (type == "BLEU") {
- return (BleuScorer*) new BleuScorer(config);
+ return new BleuScorer(config);
} else if (type == "PER") {
- return (PerScorer*) new PerScorer(config);
+ return new PerScorer(config);
} else if (type == "TER") {
- return (TerScorer*) new TerScorer(config);
+ return new TerScorer(config);
} else if (type == "CDER") {
- return (CderScorer*) new CderScorer(config);
+ return new CderScorer(config, true);
+ } else if (type == "WER") {
+ // CderScorer can compute both CDER and WER metric
+ return new CderScorer(config, false);
+ } else if (type == "SEMPOS") {
+ return new SemposScorer(config);
} else if (type == "MERGE") {
- return (MergeScorer*) new MergeScorer(config);
+ return new MergeScorer(config);
} else {
- throw runtime_error("Unknown scorer type: " + type);
+ if (type.find(',') != string::npos) {
+ return new InterpolatedScorer(type, config);
+ }
+ else {
+ throw runtime_error("Unknown scorer type: " + type);
+ }
}
}
diff --git a/mert/ScorerFactory.h b/mert/ScorerFactory.h
index f6054c770..6752817ef 100644
--- a/mert/ScorerFactory.h
+++ b/mert/ScorerFactory.h
@@ -1,5 +1,5 @@
-#ifndef __SCORER_FACTORY_H
-#define __SCORER_FACTORY_H
+#ifndef MERT_SCORER_FACTORY_H_
+#define MERT_SCORER_FACTORY_H_
#include <vector>
#include <string>
@@ -18,4 +18,4 @@ private:
~ScorerFactory() {}
};
-#endif // __SCORER_FACTORY_H
+#endif // MERT_SCORER_FACTORY_H_
diff --git a/mert/SemposOverlapping.cpp b/mert/SemposOverlapping.cpp
new file mode 100644
index 000000000..f27f188f7
--- /dev/null
+++ b/mert/SemposOverlapping.cpp
@@ -0,0 +1,109 @@
+#include "SemposOverlapping.h"
+#include "SemposScorer.h"
+
+#include <algorithm>
+#include <stdexcept>
+
+using namespace std;
+
+namespace {
+
+SemposOverlapping* g_overlapping = NULL;
+
+} // namespace
+
+SemposOverlapping* SemposOverlappingFactory::GetOverlapping(const string& str, const SemposScorer* sempos) {
+ if (str == "cap-micro") {
+ return new CapMicroOverlapping(sempos);
+ } else if (str == "cap-macro") {
+ return new CapMacroOverlapping(sempos);
+ } else {
+ throw runtime_error("Unknown overlapping: " + str);
+ }
+}
+
+void SemposOverlappingFactory::SetOverlapping(SemposOverlapping* ovr) {
+ g_overlapping = ovr;
+}
+
+vector<int> CapMicroOverlapping::prepareStats(const sentence_t& cand, const sentence_t& ref)
+{
+ vector<int> stats(2);
+ sentence_t intersection;
+
+ set_intersection(cand.begin(), cand.end(), ref.begin(), ref.end(),
+ inserter(intersection, intersection.begin()));
+
+ int multCoeff = 1000;
+
+ float interSum = 0;
+ for (sentence_t::iterator it = intersection.begin(); it != intersection.end(); it++)
+ {
+ interSum += semposScorer->weight(it->first);
+ }
+
+ float refSum = 0;
+ for (sentence_t::iterator it = ref.begin(); it != ref.end(); it++)
+ {
+ refSum += semposScorer->weight(it->first);
+ }
+
+ stats[0] = (int)(multCoeff * interSum);
+ stats[1] = (int)(multCoeff * refSum);
+ return stats;
+}
+
+float CapMicroOverlapping::calculateScore(const vector<int>& stats) const
+{
+ if (stats.size() != 2) {
+ throw std::runtime_error("Size of stats vector has to be 2");
+ }
+ if (stats[1] == 0) return 1.0f;
+ return stats[0] / static_cast<float>(stats[1]);
+}
+
+vector<int> CapMacroOverlapping::prepareStats(const sentence_t& cand, const sentence_t& ref)
+{
+ vector<int> stats(2 * kMaxNOC);
+ sentence_t intersection;
+
+ set_intersection(cand.begin(), cand.end(), ref.begin(), ref.end(),
+ inserter(intersection, intersection.begin()));
+
+ int multCoeff = 1000;
+
+ for (int i = 0; i < 2 * kMaxNOC; ++i) stats[i] = 0;
+ for (sentence_t::const_iterator it = intersection.begin(); it != intersection.end(); ++it) {
+ const int sempos = it->second;
+ float weight = semposScorer->weight(it->first);
+ stats[2 * sempos] += weight * multCoeff ;
+ }
+ for (sentence_t::const_iterator it = ref.begin(); it != ref.end(); ++it) {
+ const int sempos = it->second;
+ float weight = semposScorer->weight(it->first);
+ stats[2 * sempos + 1] += weight * multCoeff;
+ }
+
+ return stats;
+}
+
+float CapMacroOverlapping::calculateScore(const vector<int>& stats) const
+{
+ if (stats.size() != 2 * kMaxNOC) {
+ // TODO: Add some comments. The number "38" looks like a magic number.
+ throw std::runtime_error("Size of stats vector has to be 38");
+ }
+
+ int n = 0;
+ float sum = 0;
+ for (int i = 0; i < kMaxNOC; ++i) {
+ int clipped = stats[2 * i];
+ int refsize = stats[2 * i + 1];
+ if (refsize > 0) {
+ sum += clipped / static_cast<float>(refsize);
+ ++n;
+ }
+ }
+ if (n == 0) return 1;
+ return sum / n;
+}
diff --git a/mert/SemposOverlapping.h b/mert/SemposOverlapping.h
new file mode 100644
index 000000000..e16ffe7bb
--- /dev/null
+++ b/mert/SemposOverlapping.h
@@ -0,0 +1,90 @@
+#ifndef MERT_SEMPOSOVERLAPPING_H_
+#define MERT_SEMPOSOVERLAPPING_H_
+
+#include <map>
+#include <set>
+#include <string>
+#include <utility>
+#include <vector>
+
+class SemposScorer;
+
+// TODO: need comments about this number.
+const int kMaxNOC = 50;
+
+typedef std::pair<std::string, std::string> str_item_t;
+typedef std::vector<str_item_t> str_sentence_t;
+typedef str_sentence_t::const_iterator str_sentence_it;
+
+typedef std::pair<int,int> item_t;
+typedef std::multiset<item_t> sentence_t;
+typedef sentence_t::const_iterator sentence_it;
+
+/**
+ * An interface for classes representing overlapping formulas
+ */
+class SemposOverlapping
+{
+public:
+ virtual ~SemposOverlapping() {}
+ virtual std::vector<int> prepareStats(const sentence_t& cand, const sentence_t& ref) = 0;
+ virtual float calculateScore(const std::vector<int>& stats) const = 0;
+ virtual std::size_t NumberOfScores() const = 0;
+};
+
+class SemposOverlappingFactory {
+ public:
+ static SemposOverlapping* GetOverlapping(const std::string& str, const SemposScorer* sempos);
+
+ // dependency injection for unit testing.
+ static void SetOverlapping(SemposOverlapping* ovr);
+
+ private:
+ SemposOverlappingFactory() {}
+ ~SemposOverlappingFactory() {}
+};
+
+/**
+ * Overlapping proposed by (Bojar and Machacek, WMT 2011)
+ *
+ * Please refer to the paper for details:
+ * http://aclweb.org/anthology-new/W/W11/W11-2108.pdf
+ */
+class CapMicroOverlapping : public SemposOverlapping
+{
+public:
+ CapMicroOverlapping(const SemposScorer* sempos) : semposScorer(sempos) {}
+ ~CapMicroOverlapping() {}
+
+ virtual std::vector<int> prepareStats(const sentence_t& cand, const sentence_t& ref);
+ virtual float calculateScore(const std::vector<int>& stats) const;
+ virtual std::size_t NumberOfScores() const { return 2; }
+
+ private:
+ // no copying allowed.
+ CapMicroOverlapping(const CapMicroOverlapping&);
+ CapMicroOverlapping& operator=(const CapMicroOverlapping&);
+ const SemposScorer* semposScorer;
+};
+
+/**
+ * Overlapping proposed by (Kos and Bojar, 2009)
+ */
+class CapMacroOverlapping : public SemposOverlapping
+{
+public:
+ CapMacroOverlapping(const SemposScorer* sempos) : semposScorer(sempos) {}
+ ~CapMacroOverlapping() {}
+
+ virtual std::vector<int> prepareStats(const sentence_t& cand, const sentence_t& ref);
+ virtual float calculateScore(const std::vector<int>& stats) const;
+ virtual std::size_t NumberOfScores() const { return kMaxNOC * 2; }
+
+ private:
+ // no copying allowed.
+ CapMacroOverlapping(const CapMacroOverlapping&);
+ CapMacroOverlapping& operator=(const CapMacroOverlapping&);
+ const SemposScorer* semposScorer;
+};
+
+#endif // MERT_SEMPOSOVERLAPPING_H_
diff --git a/mert/SemposScorer.cpp b/mert/SemposScorer.cpp
new file mode 100644
index 000000000..7f4b3cc14
--- /dev/null
+++ b/mert/SemposScorer.cpp
@@ -0,0 +1,180 @@
+#include "SemposScorer.h"
+
+#include <algorithm>
+#include <vector>
+#include <stdexcept>
+#include <fstream>
+
+#include "Util.h"
+#include "SemposOverlapping.h"
+
+using namespace std;
+
+SemposScorer::SemposScorer(const string& config)
+ : StatisticsBasedScorer("SEMPOS", config),
+ m_ovr(SemposOverlappingFactory::GetOverlapping(getConfig("overlapping", "cap-micro"),this)),
+ m_enable_debug(false)
+{
+ const string& debugSwitch = getConfig("debug", "0");
+ if (debugSwitch == "1") m_enable_debug = true;
+
+ m_semposMap.clear();
+
+ string weightsfile = getConfig("weightsfile", "");
+ if (weightsfile != "")
+ {
+ loadWeights(weightsfile);
+ }
+}
+
+SemposScorer::~SemposScorer() {}
+
+void SemposScorer::setReferenceFiles(const vector<string>& referenceFiles)
+{
+ //make sure reference data is clear
+ m_ref_sentences.clear();
+
+ //load reference data
+ for (size_t rid = 0; rid < referenceFiles.size(); ++rid) {
+ ifstream refin(referenceFiles[rid].c_str());
+ if (!refin) {
+ throw runtime_error("Unable to open: " + referenceFiles[rid]);
+ }
+ m_ref_sentences.push_back(vector<sentence_t>());
+ string line;
+ while (getline(refin,line)) {
+ line = preprocessSentence(line);
+
+ str_sentence_t sentence;
+ splitSentence(line, sentence);
+
+ sentence_t encodedSentence;
+ encodeSentence(sentence, encodedSentence);
+
+ m_ref_sentences[rid].push_back(encodedSentence);
+ }
+ }
+}
+
+void SemposScorer::prepareStats(size_t sid, const string& text, ScoreStats& entry)
+{
+ vector<ScoreStatsType> stats;
+
+ const string& sentence = preprocessSentence(text);
+ str_sentence_t splitCandSentence;
+ splitSentence(sentence, splitCandSentence);
+
+ sentence_t encodedCandSentence;
+ encodeSentence(splitCandSentence, encodedCandSentence);
+
+ if (m_ref_sentences.size() == 1) {
+ stats = m_ovr->prepareStats(encodedCandSentence, m_ref_sentences[0][sid]);
+ } else {
+ float max = -1.0f;
+ for (size_t rid = 0; rid < m_ref_sentences.size(); ++rid) {
+ const vector<ScoreStatsType>& tmp = m_ovr->prepareStats(encodedCandSentence, m_ref_sentences[rid][sid]);
+ if (m_ovr->calculateScore(tmp) > max) {
+ stats = tmp;
+ }
+ }
+ }
+ entry.set(stats);
+}
+
+void SemposScorer::splitSentence(const string& sentence, str_sentence_t& splitSentence)
+{
+ splitSentence.clear();
+
+ vector<string> tokens;
+ split(sentence, ' ', tokens);
+ for (vector<string>::iterator it = tokens.begin(); it != tokens.end(); ++it) {
+ vector<string> factors;
+ if (it->empty()) continue;
+ split(*it, '|', factors);
+ if (factors.size() != 2) throw runtime_error("Sempos scorer accepts two factors (item|class)");
+ const string& item = factors[0];
+ const string& klass = factors[1];
+ splitSentence.push_back(make_pair(item, klass));
+ }
+}
+
+void SemposScorer::encodeSentence(const str_sentence_t& sentence, sentence_t& encodedSentence)
+{
+ for (str_sentence_it it = sentence.begin(); it != sentence.end(); ++it) {
+ const int tlemma = encodeString(it->first);
+ const int sempos = encodeSempos(it->second);
+ if (sempos >= 0) {
+ encodedSentence.insert(make_pair(tlemma,sempos));
+ }
+ }
+}
+
+int SemposScorer::encodeString(const string& str)
+{
+ encoding_it encoding = m_stringMap.find(str);
+ int encoded_str;
+ if (encoding == m_stringMap.end()) {
+ encoded_str = static_cast<int>(m_stringMap.size());
+ m_stringMap[str] = encoded_str;
+ } else {
+ encoded_str = encoding->second;
+ }
+ return encoded_str;
+}
+
+int SemposScorer::encodeSempos(const string& sempos)
+{
+ if (sempos == "-") return -1;
+ encoding_it it = m_semposMap.find(sempos);
+ if (it == m_semposMap.end()) {
+ const int classNumber = static_cast<int>(m_semposMap.size());
+ if (classNumber == kMaxNOC) {
+ throw std::runtime_error("Number of classes is greater than kMaxNOC");
+ }
+ m_semposMap[sempos] = classNumber;
+ return classNumber;
+ } else {
+ return it->second;
+ }
+}
+
+float SemposScorer::weight(int item) const
+{
+ std::map<int,float>::const_iterator it = weightsMap.find(item);
+ if (it == weightsMap.end())
+ {
+ return 1.0f;
+ }
+ else
+ {
+ return it->second;
+ }
+}
+
+void SemposScorer::loadWeights(const string& weightsfile)
+{
+ string line;
+ ifstream myfile;
+ myfile.open(weightsfile.c_str(), ifstream::in);
+ if (myfile.is_open())
+ {
+ while ( myfile.good() )
+ {
+ getline (myfile,line);
+ vector<string> fields;
+ if (line == "") continue;
+ split(line, '\t', fields);
+ if (fields.size() != 2) throw std::runtime_error("Bad format of a row in weights file.");
+ int encoded = encodeString(fields[0]);
+ float weight = atof(fields[1].c_str());
+ weightsMap[encoded] = weight;
+ }
+ myfile.close();
+ }
+ else
+ {
+ cerr << "Unable to open file "<< weightsfile << endl;
+ exit(1);
+ }
+
+}
diff --git a/mert/SemposScorer.h b/mert/SemposScorer.h
new file mode 100644
index 000000000..98c55fc41
--- /dev/null
+++ b/mert/SemposScorer.h
@@ -0,0 +1,64 @@
+#ifndef MERT_SEMPOSSCORER_H_
+#define MERT_SEMPOSSCORER_H_
+
+#include <map>
+#include <string>
+#include <utility>
+#include <vector>
+#include <boost/scoped_ptr.hpp>
+
+#include "Scorer.h"
+
+// NOTE: This header should be included in .cpp file
+// because SemposScorer wants to know what actual SemposOverlapping type is
+// when we implement the scorer in .cpp file.
+// However, currently SemposScorer uses a bunch of typedefs, which are
+// used in SemposScorer as well as inherited SemposOverlapping classes.
+#include "SemposOverlapping.h"
+
+/**
+ * This class represents sempos based metrics.
+ */
+class SemposScorer: public StatisticsBasedScorer
+{
+public:
+ explicit SemposScorer(const std::string& config);
+ ~SemposScorer();
+
+ virtual void setReferenceFiles(const std::vector<std::string>& referenceFiles);
+ virtual void prepareStats(std::size_t sindex, const std::string& text, ScoreStats& entry);
+ virtual std::size_t NumberOfScores() const { return m_ovr->NumberOfScores(); }
+ virtual float calculateScore(const std::vector<int>& comps) const {
+ return m_ovr->calculateScore(comps);
+ }
+
+ bool EnableDebug() const { return m_enable_debug; }
+
+ float weight(int item) const;
+
+private:
+ boost::scoped_ptr<SemposOverlapping> m_ovr;
+ std::vector<std::vector<sentence_t> > m_ref_sentences;
+
+ typedef std::map<std::string, int> encoding_t;
+ typedef encoding_t::iterator encoding_it;
+
+ encoding_t m_semposMap;
+ encoding_t m_stringMap;
+ bool m_enable_debug;
+
+ void splitSentence(const std::string& sentence, str_sentence_t& splitSentence);
+ void encodeSentence(const str_sentence_t& sentence, sentence_t& encodedSentence);
+ int encodeString(const std::string& str);
+ int encodeSempos(const std::string& sempos);
+
+ std::map<int, float> weightsMap;
+
+ void loadWeights(const std::string& weightsfile);
+
+ // no copying allowed.
+ SemposScorer(const SemposScorer&);
+ SemposScorer& operator=(const SemposScorer&);
+};
+
+#endif // MERT_SEMPOSSCORER_H_
diff --git a/mert/Singleton.h b/mert/Singleton.h
new file mode 100644
index 000000000..9fef3e639
--- /dev/null
+++ b/mert/Singleton.h
@@ -0,0 +1,33 @@
+#ifndef MERT_SINGLETON_H_
+#define MERT_SINGLETON_H_
+
+#include <cstdlib>
+
+// thread *un*safe singleton.
+// TODO: replace this with thread-safe singleton.
+template <typename T>
+class Singleton {
+ public:
+ static T* GetInstance() {
+ if (m_instance == NULL) {
+ m_instance = new T;
+ }
+ return m_instance;
+ }
+
+ static void Delete() {
+ if (m_instance) {
+ delete m_instance;
+ m_instance = NULL;
+ }
+ }
+
+ private:
+ Singleton();
+ static T* m_instance;
+};
+
+template <typename T>
+T* Singleton<T>::m_instance = NULL;
+
+#endif // MERT_SINGLETON_H_
diff --git a/mert/SingletonTest.cpp b/mert/SingletonTest.cpp
new file mode 100644
index 000000000..2c44bdc1f
--- /dev/null
+++ b/mert/SingletonTest.cpp
@@ -0,0 +1,27 @@
+#include "Singleton.h"
+
+#define BOOST_TEST_MODULE MertSingleton
+#include <boost/test/unit_test.hpp>
+
+namespace {
+
+static int g_count = 0;
+
+class Instance {
+ public:
+ Instance() { ++g_count; }
+ ~Instance() {}
+};
+
+} // namespace
+
+BOOST_AUTO_TEST_CASE(singleton_basic) {
+ Instance* instance1 = Singleton<Instance>::GetInstance();
+ Instance* instance2 = Singleton<Instance>::GetInstance();
+ Instance* instance3 = Singleton<Instance>::GetInstance();
+ BOOST_REQUIRE(instance1 == instance2);
+ BOOST_REQUIRE(instance2 == instance3);
+ BOOST_CHECK_EQUAL(1, g_count);
+
+ Singleton<Instance>::Delete();
+}
diff --git a/mert/TERsrc/alignmentStruct.cpp b/mert/TER/alignmentStruct.cpp
index 15b4a8032..15b4a8032 100644
--- a/mert/TERsrc/alignmentStruct.cpp
+++ b/mert/TER/alignmentStruct.cpp
diff --git a/mert/TERsrc/alignmentStruct.h b/mert/TER/alignmentStruct.h
index 27e8c35d3..9e9a75468 100644
--- a/mert/TERsrc/alignmentStruct.h
+++ b/mert/TER/alignmentStruct.h
@@ -1,6 +1,5 @@
-#ifndef __TERCPPALIGNMENTSTRUCT_H__
-#define __TERCPPALIGNMENTSTRUCT_H__
-
+#ifndef MERT_TER_ALIGNMENT_STRUCT_H_
+#define MERT_TER_ALIGNMENT_STRUCT_H_
#include <vector>
#include <stdio.h>
@@ -8,7 +7,6 @@
#include <sstream>
#include "tools.h"
-
using namespace std;
using namespace Tools;
@@ -44,4 +42,4 @@ public:
}
-#endif // __TERCPPALIGNMENTSTRUCT_H__
+#endif // MERT_TER_ALIGNMENT_STRUCT_H_
diff --git a/mert/TERsrc/bestShiftStruct.h b/mert/TER/bestShiftStruct.h
index 141ebdeb8..bfebe3b1e 100644
--- a/mert/TERsrc/bestShiftStruct.h
+++ b/mert/TER/bestShiftStruct.h
@@ -1,5 +1,5 @@
-#ifndef __BESTSHIFTSTRUCT_H__
-#define __BESTSHIFTSTRUCT_H__
+#ifndef MERT_TER_BEST_SHIFT_STRUCT_H_
+#define MERT_TER_BEST_SHIFT_STRUCT_H_
#include <vector>
#include <stdio.h>
@@ -47,4 +47,4 @@ public:
}
-#endif // __BESTSHIFTSTRUCT_H__
+#endif // MERT_TER_BEST_SHIFT_STRUCT_H_
diff --git a/mert/TERsrc/hashMap.cpp b/mert/TER/hashMap.cpp
index 469167aaa..469167aaa 100644
--- a/mert/TERsrc/hashMap.cpp
+++ b/mert/TER/hashMap.cpp
diff --git a/mert/TERsrc/hashMap.h b/mert/TER/hashMap.h
index c3e4578e5..85020d041 100644
--- a/mert/TERsrc/hashMap.h
+++ b/mert/TER/hashMap.h
@@ -2,8 +2,8 @@
* Generic hashmap manipulation functions
*/
-#ifndef __HASHMAP_H__
-#define __HASHMAP_H__
+#ifndef MERT_TER_HASHMAP_H_
+#define MERT_TER_HASHMAP_H_
#include "stringHasher.h"
#include <vector>
@@ -40,4 +40,4 @@ public:
}
-#endif // __HASHMAP_H__
+#endif // MERT_TER_HASHMAP_H_
diff --git a/mert/TERsrc/hashMapInfos.cpp b/mert/TER/hashMapInfos.cpp
index 9cd431196..9cd431196 100644
--- a/mert/TERsrc/hashMapInfos.cpp
+++ b/mert/TER/hashMapInfos.cpp
diff --git a/mert/TERsrc/hashMapInfos.h b/mert/TER/hashMapInfos.h
index f4a46acf8..8b56e9d02 100644
--- a/mert/TERsrc/hashMapInfos.h
+++ b/mert/TER/hashMapInfos.h
@@ -1,8 +1,8 @@
/*
* Generic hashmap manipulation functions
*/
-#ifndef __HASHMAPINFOS_H__
-#define __HASHMAPINFOS_H__
+#ifndef MERT_TER_HASHMAP_INFOS_H_
+#define MERT_TER_HASHMAP_INFOS_H_
#include "infosHasher.h"
#include <vector>
@@ -39,4 +39,4 @@ public:
}
-#endif // __HASHMAPINFOS_H__
+#endif // MERT_TER_HASHMAP_INFOS_H_
diff --git a/mert/TERsrc/hashMapStringInfos.cpp b/mert/TER/hashMapStringInfos.cpp
index 0fbb0a98a..0fbb0a98a 100644
--- a/mert/TERsrc/hashMapStringInfos.cpp
+++ b/mert/TER/hashMapStringInfos.cpp
diff --git a/mert/TERsrc/hashMapStringInfos.h b/mert/TER/hashMapStringInfos.h
index 7912be0a2..870274f3d 100644
--- a/mert/TERsrc/hashMapStringInfos.h
+++ b/mert/TER/hashMapStringInfos.h
@@ -1,8 +1,8 @@
/*
* Generic hashmap manipulation functions
*/
-#ifndef __HASHMAPSTRINGINFOS_H__
-#define __HASHMAPSTRINGINFOS_H__
+#ifndef MERT_TER_HASHMAP_STRING_INFOS_H_
+#define MERT_TER_HASHMAP_STRING_INFOS_H_
#include "stringInfosHasher.h"
#include <vector>
@@ -39,4 +39,4 @@ public:
}
-#endif // __HASHMAPSTRINGINFOS_H__
+#endif // MERT_TER_HASHMAP_STRING_INFOS_H_
diff --git a/mert/TERsrc/infosHasher.cpp b/mert/TER/infosHasher.cpp
index 654b0b26f..654b0b26f 100644
--- a/mert/TERsrc/infosHasher.cpp
+++ b/mert/TER/infosHasher.cpp
diff --git a/mert/TERsrc/infosHasher.h b/mert/TER/infosHasher.h
index 8bc2ccd00..02a32280b 100644
--- a/mert/TERsrc/infosHasher.h
+++ b/mert/TER/infosHasher.h
@@ -1,5 +1,5 @@
-#ifndef __INFOSHASHER_H__
-#define __INFOSHASHER_H__
+#ifndef MERT_TER_INFO_SHASHER_H_
+#define MERT_TER_INFO_SHASHER_H_
#include <string>
#include <stdio.h>
@@ -28,4 +28,4 @@ public:
}
-#endif // __INFOSHASHER_H__
+#endif // MERT_TER_INFO_SHASHER_H_
diff --git a/mert/TERsrc/stringHasher.cpp b/mert/TER/stringHasher.cpp
index 24fde0e32..24fde0e32 100644
--- a/mert/TERsrc/stringHasher.cpp
+++ b/mert/TER/stringHasher.cpp
diff --git a/mert/TERsrc/stringHasher.h b/mert/TER/stringHasher.h
index 0894812f0..897bd9ff5 100644
--- a/mert/TERsrc/stringHasher.h
+++ b/mert/TER/stringHasher.h
@@ -1,5 +1,5 @@
-#ifndef __STRINGHASHER_H__
-#define __STRINGHASHER_H__
+#ifndef MERT_TER_STRING_HASHER_H_
+#define MERT_TER_STRING_HASHER_H_
#include <string>
#include <iostream>
@@ -25,4 +25,4 @@ public:
}
-#endif // __STRINGHASHER_H__
+#endif // MERT_TER_STRING_HASHER_H_
diff --git a/mert/TERsrc/stringInfosHasher.cpp b/mert/TER/stringInfosHasher.cpp
index 3e02e7a20..3e02e7a20 100644
--- a/mert/TERsrc/stringInfosHasher.cpp
+++ b/mert/TER/stringInfosHasher.cpp
diff --git a/mert/TERsrc/stringInfosHasher.h b/mert/TER/stringInfosHasher.h
index e9324cc47..c1b891662 100644
--- a/mert/TERsrc/stringInfosHasher.h
+++ b/mert/TER/stringInfosHasher.h
@@ -1,5 +1,5 @@
-#ifndef __STRINGINFOSHASHER_H__
-#define __STRINGINFOSHASHER_H__
+#ifndef MERT_TER_STRING_INFOS_HASHER_H_
+#define MERT_TER_STRING_INFOS_HASHER_H_
#include <string>
#include <iostream>
@@ -25,4 +25,4 @@ public:
}
-#endif // __STRINGINFOSHASHER_H__
+#endif // MERT_TER_STRING_INFOS_HASHER_H_
diff --git a/mert/TERsrc/terAlignment.cpp b/mert/TER/terAlignment.cpp
index 87be53b11..87be53b11 100644
--- a/mert/TERsrc/terAlignment.cpp
+++ b/mert/TER/terAlignment.cpp
diff --git a/mert/TERsrc/terAlignment.h b/mert/TER/terAlignment.h
index bca00ead3..c8c82eac8 100644
--- a/mert/TERsrc/terAlignment.h
+++ b/mert/TER/terAlignment.h
@@ -1,5 +1,5 @@
-#ifndef __TERCPPTERALIGNMENT_H__
-#define __TERCPPTERALIGNMENT_H__
+#ifndef MERT_TER_TER_ALIGNMENT_H_
+#define MERT_TER_TER_ALIGNMENT_H_
#include <vector>
#include <stdio.h>
@@ -48,4 +48,4 @@ public:
}
-#endif // __TERCPPTERALIGNMENT_H__
+#endif // MERT_TER_TER_ALIGNMENT_H__
diff --git a/mert/TERsrc/terShift.cpp b/mert/TER/terShift.cpp
index 428803849..428803849 100644
--- a/mert/TERsrc/terShift.cpp
+++ b/mert/TER/terShift.cpp
diff --git a/mert/TERsrc/terShift.h b/mert/TER/terShift.h
index a54ba633d..679a7c8bb 100644
--- a/mert/TERsrc/terShift.h
+++ b/mert/TER/terShift.h
@@ -1,5 +1,5 @@
-#ifndef __TERCPPTERSHIFT_H__
-#define __TERCPPTERSHIFT_H__
+#ifndef MERT_TER_TER_SHIFT_H_
+#define MERT_TER_TER_SHIFT_H_
#include <vector>
#include <stdio.h>
@@ -41,4 +41,4 @@ public:
}
-#endif // __TERCPPTERSHIFT_H__
+#endif // MERT_TER_TER_SHIFT_H_
diff --git a/mert/TERsrc/tercalc.cpp b/mert/TER/tercalc.cpp
index e16f692e8..e16f692e8 100644
--- a/mert/TERsrc/tercalc.cpp
+++ b/mert/TER/tercalc.cpp
diff --git a/mert/TERsrc/tercalc.h b/mert/TER/tercalc.h
index cf205ccbb..9e1a01f65 100644
--- a/mert/TERsrc/tercalc.h
+++ b/mert/TER/tercalc.h
@@ -1,5 +1,5 @@
-#ifndef _TERCPPTERCALC_H___
-#define _TERCPPTERCALC_H___
+#ifndef MERT_TER_TER_CALC_H_
+#define MERT_TER_TER_CALC_H_
#include <vector>
#include <stdio.h>
@@ -79,4 +79,4 @@ public:
}
-#endif // _TERCPPTERCALC_H___
+#endif // MERT_TER_TER_CALC_H_
diff --git a/mert/TERsrc/tools.cpp b/mert/TER/tools.cpp
index 2d910ec05..2d910ec05 100644
--- a/mert/TERsrc/tools.cpp
+++ b/mert/TER/tools.cpp
diff --git a/mert/TERsrc/tools.h b/mert/TER/tools.h
index df681a2b2..6f78b9a6a 100644
--- a/mert/TERsrc/tools.h
+++ b/mert/TER/tools.h
@@ -1,5 +1,5 @@
-#ifndef __TERCPPTOOLS_H__
-#define __TERCPPTOOLS_H__
+#ifndef MERT_TER_TOOLS_H_
+#define MERT_TER_TOOLS_H_
#include <vector>
#include <iostream>
@@ -62,4 +62,4 @@ param copyParam(param p);
}
-#endif // __TERCPPTOOLS_H__
+#endif // MERT_TER_TOOLS_H_
diff --git a/mert/TODO b/mert/TODO
index 2559e78b5..21b4ce04e 100644
--- a/mert/TODO
+++ b/mert/TODO
@@ -4,3 +4,21 @@
- this may make use of 'evaluator', soon to be added by Matous Machacek
- check that --pairwise-ranked is compatible with all optimization metrics
+
+- Replace the standard rand() currently used in MERT and PRO with better
+ random generators such as Boost's random generators (e.g., boost::mt19937).
+ - create a Random class to hide the details, i.e., how to generate
+ random numbers, which allows us to use custom random generators more
+ easily.
+
+ Pros:
+ - In MERT, you might want to use the random restarting technique to avoid
+ local optima.
+ - PRO uses a sampling technique to choose candidate translation pairs
+ from N-best lists, which means the choice of random generators seems to
+ be important.
+
+ Cons:
+ - This change will require us to re-create the truth results for regression
+ testing related to MERT and PRO because the new random generator will
+ generate different numbers from the current generator does.
diff --git a/mert/TerScorer.cpp b/mert/TerScorer.cpp
index 3f4ca65e8..ef0f737ae 100644
--- a/mert/TerScorer.cpp
+++ b/mert/TerScorer.cpp
@@ -5,10 +5,11 @@
#include <stdexcept>
#include "ScoreStats.h"
-#include "TERsrc/tercalc.h"
-#include "TERsrc/terAlignment.h"
+#include "TER/tercalc.h"
+#include "TER/terAlignment.h"
#include "Util.h"
+using namespace std;
using namespace TERCpp;
TerScorer::TerScorer(const string& config)
@@ -24,8 +25,8 @@ void TerScorer::setReferenceFiles ( const vector<string>& referenceFiles )
stringstream convert;
m_references.clear();
- _reftokens.clear();
- _reflengths.clear();
+ m_ref_tokens.clear();
+ m_ref_lengths.clear();
ifstream in ( referenceFiles.at ( incRefs ).c_str() );
if ( !in ) {
throw runtime_error ( "Unable to open " + referenceFiles.at ( incRefs ) );
@@ -33,8 +34,9 @@ void TerScorer::setReferenceFiles ( const vector<string>& referenceFiles )
string line;
int sid = 0;
while ( getline ( in, line ) ) {
+ line = this->preprocessSentence(line);
vector<int> tokens;
- encode ( line, tokens );
+ TokenizeAndEncode(line, tokens);
m_references.push_back ( tokens );
TRACE_ERR ( "." );
++sid;
@@ -48,6 +50,7 @@ void TerScorer::setReferenceFiles ( const vector<string>& referenceFiles )
void TerScorer::prepareStats ( size_t sid, const string& text, ScoreStats& entry )
{
+ string sentence = this->preprocessSentence(text);
terAlignment result;
result.numEdits = 0.0 ;
@@ -74,7 +77,7 @@ void TerScorer::prepareStats ( size_t sid, const string& text, ScoreStats& entry
averageLength+=(double)m_multi_references.at ( incRefsBis ).at ( sid ).size();
}
averageLength=averageLength/( double ) m_multi_references.size();
- encode ( text, testtokens );
+ TokenizeAndEncode(sentence, testtokens);
terCalc * evaluation=new terCalc();
evaluation->setDebugMode ( false );
terAlignment tmp_result = evaluation->TER ( reftokens, testtokens );
@@ -84,7 +87,7 @@ void TerScorer::prepareStats ( size_t sid, const string& text, ScoreStats& entry
} else if ( result.scoreAv() > tmp_result.scoreAv() ) {
result = tmp_result;
}
-
+ delete evaluation;
}
ostringstream stats;
// multiplication by 100 in order to keep the average precision
diff --git a/mert/TerScorer.h b/mert/TerScorer.h
index 0e9996a99..5f2cf6ae1 100644
--- a/mert/TerScorer.h
+++ b/mert/TerScorer.h
@@ -1,7 +1,6 @@
-#ifndef __TERSCORER_H__
-#define __TERSCORER_H__
+#ifndef MERT_TER_SCORER_H_
+#define MERT_TER_SCORER_H_
-#include <iostream>
#include <set>
#include <string>
#include <vector>
@@ -9,10 +8,6 @@
#include "Types.h"
#include "Scorer.h"
-using namespace std;
-
-// enum TerReferenceLengthStrategy { TER_AVERAGE, TER_SHORTEST, TER_CLOSEST };
-
class ScoreStats;
/**
@@ -21,39 +16,35 @@ class ScoreStats;
class TerScorer: public StatisticsBasedScorer
{
public:
- explicit TerScorer(const string& config = "");
+ explicit TerScorer(const std::string& config = "");
~TerScorer();
- virtual void setReferenceFiles(const vector<string>& referenceFiles);
- virtual void prepareStats(size_t sid, const string& text, ScoreStats& entry);
-
- virtual void whoami() const {
- cerr << "I AM TerScorer" << std::endl;
- }
+ virtual void setReferenceFiles(const std::vector<std::string>& referenceFiles);
+ virtual void prepareStats(std::size_t sid, const std::string& text, ScoreStats& entry);
- virtual size_t NumberOfScores() const {
+ virtual std::size_t NumberOfScores() const {
// cerr << "TerScorer: " << (LENGTH + 1) << endl;
return kLENGTH + 1;
}
- virtual float calculateScore(const vector<int>& comps) const;
+ virtual float calculateScore(const std::vector<int>& comps) const;
private:
const int kLENGTH;
- string javaEnv;
- string tercomEnv;
+ std::string m_java_env;
+ std::string m_ter_com_env;
// data extracted from reference files
- vector<size_t> _reflengths;
- vector<multiset<int> > _reftokens;
- vector<vector<int> > m_references;
- vector<vector<vector<int> > > m_multi_references;
- string m_pid;
+ std::vector<std::size_t> m_ref_lengths;
+ std::vector<std::multiset<int> > m_ref_tokens;
+ std::vector<std::vector<int> > m_references;
+ std::vector<std::vector<std::vector<int> > > m_multi_references;
+ std::string m_pid;
// no copying allowed
TerScorer(const TerScorer&);
TerScorer& operator=(const TerScorer&);
};
-#endif // __TERSCORER_H__
+#endif // MERT_TER_SCORER_H_
diff --git a/mert/Timer.cpp b/mert/Timer.cpp
index 373eb4a2e..5235edb04 100644
--- a/mert/Timer.cpp
+++ b/mert/Timer.cpp
@@ -1,73 +1,104 @@
#include "Timer.h"
#include "Util.h"
-double Timer::elapsed_time()
-{
- time_t now;
- time(&now);
- return difftime(now, start_time);
-}
+#if !defined(_WIN32) && !defined(_WIN64)
+#include <sys/resource.h>
+#include <sys/time.h>
+#endif
-double Timer::get_elapsed_time()
-{
- return elapsed_time();
+namespace {
+
+#if !defined(_WIN32) && !defined(_WIN64)
+uint64_t GetMicroSeconds(const struct timeval& tv) {
+ return static_cast<uint64_t>(tv.tv_sec) * 1000000 + tv.tv_usec;
}
-void Timer::start(const char* msg)
-{
- // Print an optional message, something like "Starting timer t";
- if (msg) TRACE_ERR( msg << std::endl);
+uint64_t GetTimeOfDayMicroSeconds() {
+ struct timeval tv;
+ gettimeofday(&tv, NULL);
+ return static_cast<uint64_t>(tv.tv_sec) * 1000000 + tv.tv_usec;
+}
+#endif
- // Return immediately if the timer is already running
- if (running) return;
+} // namespace
- // Change timer status to running
- running = true;
+void Timer::GetCPUTimeMicroSeconds(Timer::CPUTime* cpu_time) const {
+#if !defined(_WIN32) && !defined(_WIN64)
+ struct rusage usage;
+ if (getrusage(RUSAGE_SELF, &usage)) {
+ TRACE_ERR("Error occurred: getrusage().\n");
+ exit(1);
+ }
+ cpu_time->user_time = GetMicroSeconds(usage.ru_utime);
+ cpu_time->sys_time = GetMicroSeconds(usage.ru_stime);
+#else // Windows
+ // Not implemented yet.
+ // TODO: implement the Windows version using native APIs.
+#endif
+}
- // Set the start time;
- time(&start_time);
+double Timer::get_elapsed_cpu_time() const {
+ return static_cast<double>(get_elapsed_cpu_time_microseconds()) * 1e-6;
}
-/***
- * Turn the timer off and start it again from 0. Print an optional message.
- */
-/*
-inline void Timer::restart(const char* msg)
-{
- // Print an optional message, something like "Restarting timer t";
- if (msg) TRACE_ERR( msg << std::endl;
+uint64_t Timer::get_elapsed_cpu_time_microseconds() const {
+ CPUTime e;
+ GetCPUTimeMicroSeconds(&e);
+ return (e.user_time - m_start_time.user_time) +
+ (e.sys_time - m_start_time.sys_time);
+}
- // Set the timer status to running
- running = true;
+double Timer::get_elapsed_wall_time() const {
+ return static_cast<double>(get_elapsed_wall_time_microseconds()) * 1e-6;
+}
- // Set the accumulated time to 0 and the start time to now
- acc_time = 0;
- start_clock = clock();
- start_time = time(0);
+uint64_t Timer::get_elapsed_wall_time_microseconds() const {
+ return GetTimeOfDayMicroSeconds() - m_wall;
}
-*/
-/***
- * Stop the timer and print an optional message.
- */
-/*
-inline void Timer::stop(const char* msg)
+void Timer::start(const char* msg)
{
- // Print an optional message, something like "Stopping timer t";
- check(msg);
-
- // Recalculate and store the total accumulated time up until now
- if (running) acc_time += elapsed_time();
+ // Print an optional message, something like "Starting timer t";
+ if (msg) TRACE_ERR( msg << std::endl);
+ if (m_is_running) return;
+ m_is_running = true;
+ m_wall = GetTimeOfDayMicroSeconds();
+ GetCPUTimeMicroSeconds(&m_start_time);
+}
- running = false;
+void Timer::restart(const char* msg)
+{
+ if (msg) {
+ TRACE_ERR(msg << std::endl);
+ }
+ m_wall = GetTimeOfDayMicroSeconds();
+ GetCPUTimeMicroSeconds(&m_start_time);
}
-*/
void Timer::check(const char* msg)
{
// Print an optional message, something like "Checking timer t";
if (msg) TRACE_ERR( msg << " : ");
-// TRACE_ERR( "[" << std::setiosflags(std::ios::fixed) << std::setprecision(2) << (running ? elapsed_time() : 0) << "] seconds\n");
- TRACE_ERR( "[" << (running ? elapsed_time() : 0) << "] seconds\n");
+ if (m_is_running) {
+ TRACE_ERR("[Wall " << get_elapsed_wall_time()
+ << " CPU " << get_elapsed_cpu_time() << "] seconds.\n");
+ } else {
+ TRACE_ERR("WARNING: the timer is not running.\n");
+ }
+}
+
+std::string Timer::ToString() const {
+ std::string res;
+ const double wall = get_elapsed_wall_time();
+ CPUTime e;
+ GetCPUTimeMicroSeconds(&e);
+ const double utime = (e.user_time - m_start_time.user_time) * 1e-6;
+ const double stime = (e.sys_time - m_start_time.sys_time) * 1e-6;
+ std::stringstream ss;
+ ss << "wall " << wall << " sec. user " << utime << " sec. sys " << stime
+ << " sec. total " << utime + stime << " sec.";
+ res.append(ss.str());
+
+ return res;
}
diff --git a/mert/Timer.h b/mert/Timer.h
index 403547620..7b1101b50 100644
--- a/mert/Timer.h
+++ b/mert/Timer.h
@@ -1,46 +1,54 @@
-#ifndef TIMER_H
-#define TIMER_H
+#ifndef MERT_TIMER_H_
+#define MERT_TIMER_H_
-#include <ctime>
-#include <iostream>
-#include <iomanip>
+#include <ostream>
+#include <string>
+#include <stdint.h>
class Timer
{
- /**
- * Allow timers to be printed to ostreams using the syntax 'os << t'
- * for an ostream 'os' and a timer 't'. For example, "cout << t" will
- * print out the total amount of time 't' has been "running".
- */
- friend std::ostream& operator<<(std::ostream& os, Timer& t);
+ private:
+ // Time values are stored in microseconds.
+ struct CPUTime {
+ uint64_t user_time; // user CPU time
+ uint64_t sys_time; // system CPU time
-private:
- bool running;
- time_t start_time;
+ CPUTime() : user_time(0), sys_time(0) { }
+ };
- /**
- * Return the total time that the timer has been in the "running"
- * state since it was first "started" or last "restarted". For
- * "short" time periods (less than an hour), the actual cpu time
- * used is reported instead of the elapsed time.
- * TODO in seconds?
- */
- double elapsed_time();
+ void GetCPUTimeMicroSeconds(CPUTime* cpu_time) const;
+
+ bool m_is_running;
+ uint64_t m_wall; // wall-clock time in microseconds
+ CPUTime m_start_time;
+
+ // No copying allowed
+ Timer(const Timer&);
+ void operator=(const Timer&);
-public:
+ public:
/**
- * 'running' is initially false. A timer needs to be explicitly started
- * using 'start' or 'restart'.
+ * 'm_is_running' is initially false. A timer needs to be explicitly started
+ * using 'start'.
*/
- Timer() : running(false), start_time(0) { }
+ Timer()
+ : m_is_running(false),
+ m_wall(0),
+ m_start_time() {}
+
+ ~Timer() {}
/**
* Start a timer. If it is already running, let it continue running.
* Print an optional message.
*/
void start(const char* msg = 0);
-// void restart(const char* msg = 0);
-// void stop(const char* msg = 0);
+
+ /**
+ * Restart the timer iff the timer is already running.
+ * if the timer is not running, just start the timer.
+ */
+ void restart(const char* msg = 0);
/**
* Print out an optional message followed by the current timer timing.
@@ -48,20 +56,50 @@ public:
void check(const char* msg = 0);
/**
- * Return the total time that the timer has been in the "running"
- * state since it was first "started" or last "restarted". For
- * "short" time periods (less than an hour), the actual cpu time
+ */
+ bool is_running() const { return m_is_running; }
+
+ /**
+ * Return the total time in seconds that the timer has been in the
+ * "running" state since it was first "started" or last "restarted".
+ * For "short" time periods (less than an hour), the actual cpu time
* used is reported instead of the elapsed time.
- * This function is the public version of elapsed_time()
*/
- double get_elapsed_time();
+ double get_elapsed_cpu_time() const;
+
+ /**
+ * Return the total time in microseconds.
+ */
+ uint64_t get_elapsed_cpu_time_microseconds() const;
+
+ /**
+ * Get elapsed wall-clock time in seconds.
+ */
+ double get_elapsed_wall_time() const;
+
+ /**
+ * Get elapsed wall-clock time in microseconds.
+ */
+ uint64_t get_elapsed_wall_time_microseconds() const;
+
+ /**
+ * Return a string that has the user CPU time, system time, and total time.
+ */
+ std::string ToString() const;
};
-inline std::ostream& operator<<(std::ostream& os, Timer& t)
-{
- //os << std::setprecision(2) << std::setiosflags(std::ios::fixed) << (t.running ? t.elapsed_time() : 0);
- os << (t.running ? t.elapsed_time() : 0);
+/**
+ * Allow timers to be printed to ostreams using the syntax 'os << t'
+ * for an ostream 'os' and a timer 't'. For example, "cout << t" will
+ * print out the total amount of time 't' has been "running".
+ */
+inline std::ostream& operator<<(std::ostream& os, const Timer& t) {
+ if (t.is_running()) {
+ os << t.ToString();
+ } else {
+ os << "timer is not running.";
+ }
return os;
}
-#endif // TIMER_H
+#endif // MERT_TIMER_H_
diff --git a/mert/TimerTest.cpp b/mert/TimerTest.cpp
new file mode 100644
index 000000000..d9562a3df
--- /dev/null
+++ b/mert/TimerTest.cpp
@@ -0,0 +1,27 @@
+#include "Timer.h"
+
+#define BOOST_TEST_MODULE TimerTest
+#include <boost/test/unit_test.hpp>
+
+#include <string>
+#include <unistd.h>
+
+BOOST_AUTO_TEST_CASE(timer_basic_test) {
+ Timer timer;
+ const int sleep_time_microsec = 40; // ad-hoc microseconds to pass unit tests.
+
+ timer.start();
+ BOOST_REQUIRE(timer.is_running());
+ BOOST_REQUIRE(usleep(sleep_time_microsec) == 0);
+ BOOST_CHECK(timer.get_elapsed_wall_time() > 0.0);
+ BOOST_CHECK(timer.get_elapsed_wall_time_microseconds() > 0);
+
+ timer.restart();
+ BOOST_REQUIRE(timer.is_running());
+ BOOST_REQUIRE(usleep(sleep_time_microsec) == 0);
+ BOOST_CHECK(timer.get_elapsed_wall_time() > 0.0);
+ BOOST_CHECK(timer.get_elapsed_wall_time_microseconds() > 0);
+
+ const std::string s = timer.ToString();
+ BOOST_CHECK(!s.empty());
+}
diff --git a/mert/Types.h b/mert/Types.h
index 1d0fd0dd0..71904e4ad 100644
--- a/mert/Types.h
+++ b/mert/Types.h
@@ -1,11 +1,10 @@
-#ifndef TYPE_H
-#define TYPE_H
+#ifndef MERT_TYPE_H_
+#define MERT_TYPE_H_
#include <vector>
#include <map>
#include <string>
-
-using namespace std;
+#include <utility>
class FeatureStats;
class FeatureArray;
@@ -15,29 +14,29 @@ class ScoreArray;
class ScoreData;
typedef float parameter_t;
-//typedef vector<parameter_t> parameters_t;confusing; use vector<parameter_t>
-typedef vector<pair<unsigned int, unsigned int> > diff_t;
-typedef pair<float,diff_t > threshold;
-typedef vector<diff_t> diffs_t;
-typedef vector<unsigned int> candidates_t;
+//typedef std::vector<parameter_t> parameters_t;confusing; use std::vector<parameter_t>
+typedef std::vector<std::pair<unsigned int, unsigned int> > diff_t;
+typedef std::pair<float,diff_t > threshold;
+typedef std::vector<diff_t> diffs_t;
+typedef std::vector<unsigned int> candidates_t;
typedef float statscore_t;
-typedef vector<statscore_t> statscores_t;
+typedef std::vector<statscore_t> statscores_t;
typedef float FeatureStatsType;
typedef FeatureStatsType* featstats_t;
-//typedef vector<FeatureStatsType> featstats_t;
-typedef vector<FeatureStats> featarray_t;
-typedef vector<FeatureArray> featdata_t;
+//typedef std::vector<FeatureStatsType> featstats_t;
+typedef std::vector<FeatureStats> featarray_t;
+typedef std::vector<FeatureArray> featdata_t;
typedef int ScoreStatsType;
typedef ScoreStatsType* scorestats_t;
-//typedef vector<ScoreStatsType> scorestats_t;
-typedef vector<ScoreStats> scorearray_t;
-typedef vector<ScoreArray> scoredata_t;
+//typedef std::vector<ScoreStatsType> scorestats_t;
+typedef std::vector<ScoreStats> scorearray_t;
+typedef std::vector<ScoreArray> scoredata_t;
-typedef map<size_t, std::string> idx2name;
-typedef map<std::string, size_t> name2idx;
+typedef std::map<std::size_t, std::string> idx2name;
+typedef std::map<std::string, std::size_t> name2idx;
-#endif // TYPE_H
+#endif // MERT_TYPE_H_
diff --git a/mert/Util.cpp b/mert/Util.cpp
index 3769c71e7..952aaf9aa 100644
--- a/mert/Util.cpp
+++ b/mert/Util.cpp
@@ -1,6 +1,6 @@
/*
* Util.cpp
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
@@ -11,29 +11,28 @@
using namespace std;
-// global variables
-Timer g_timer;
-
-int verbose = 0;
-
namespace {
+Timer g_timer;
+int g_verbose = 0;
+
bool FindDelimiter(const std::string &str, const std::string &delim, size_t *pos)
{
*pos = str.find(delim);
return *pos != std::string::npos ? true : false;
}
+
} // namespace
int verboselevel()
{
- return verbose;
+ return g_verbose;
}
int setverboselevel(int v)
{
- verbose = v;
- return verbose;
+ g_verbose = v;
+ return g_verbose;
}
size_t getNextPound(std::string &str, std::string &substr,
@@ -67,27 +66,12 @@ void Tokenize(const char *str, const char delim,
while (1) {
const char *begin = str;
while (*str != delim && *str) str++;
- res->push_back(std::string(begin, str));
+ if (begin != str) // Don't create empty string objects.
+ res->push_back(std::string(begin, str));
if (*str++ == 0) break;
}
}
-int swapbytes(char *p, int sz, int n)
-{
- char c, *l, *h;
-
- if((n < 1) || (sz < 2)) return 0;
- for (; n--; p += sz) {
- for (h = (l = p) + sz; --h > l; l++) {
- c = *h;
- *h = *l;
- *l = c;
- }
- }
- return 0;
-
-}
-
void ResetUserTime()
{
g_timer.start();
@@ -100,5 +84,5 @@ void PrintUserTime(const std::string &message)
double GetUserTime()
{
- return g_timer.get_elapsed_time();
+ return g_timer.get_elapsed_cpu_time();
}
diff --git a/mert/Util.h b/mert/Util.h
index da68685c3..22239a27c 100644
--- a/mert/Util.h
+++ b/mert/Util.h
@@ -1,14 +1,15 @@
/*
* Util.h
- * met - Minimum Error Training
+ * mert - Minimum Error Rate Training
*
* Created by Nicola Bertoldi on 13/05/08.
*
*/
-#ifndef UTIL_H
-#define UTIL_H
+#ifndef MERT_UTIL_H_
+#define MERT_UTIL_H_
+#include <cmath>
#include <cstdlib>
#include <stdexcept>
#include <limits>
@@ -21,11 +22,6 @@
#include "Types.h"
-using namespace std;
-
-#define US_NOSET (numeric_limits<unsigned short>::max())
-#define MAX_LINE 1024
-
#ifdef TRACE_ENABLE
#define TRACE_ERR(str) { std::cerr << str; }
#else
@@ -37,6 +33,20 @@ const char kDefaultDelimiterSymbol[] = " ";
int verboselevel();
int setverboselevel(int v);
+
+const float kEPS = 0.0001f;
+
+template <typename T>
+bool IsAlmostEqual(T expected, T actual, float round=kEPS) {
+ if (std::abs(expected - actual) < round) {
+ return true;
+ } else {
+ std::cerr << "Fail: expected = " << expected
+ << " (actual = " << actual << ")" << std::endl;
+ return false;
+ }
+}
+
/**
* Find the specified delimiter for the string 'str', and 'str' is assigned
* to a substring object that starts at the position of first occurrence of
@@ -52,6 +62,12 @@ size_t getNextPound(std::string &str, std::string &substr,
void split(const std::string &s, char delim, std::vector<std::string> &elems);
+/**
+ * Split the string 'str' with specified delimitter 'delim' into tokens.
+ * The resulting tokens are set to 'res'.
+ *
+ * ex. "a,b,c" => {"a", "b", "c"}.
+ */
void Tokenize(const char *str, const char delim, std::vector<std::string> *res);
template<typename T>
@@ -63,6 +79,14 @@ inline T Scan(const std::string &input)
return ret;
}
+/**
+ * Returns true iff "str" ends with "suffix".
+ * e.g., Given str = "abc:" and suffix = ":", this function returns true.
+ */
+inline bool EndsWith(const std::string& str, const char* suffix) {
+ return str.find_last_of(suffix) == str.size() - 1;
+}
+
template<typename T>
inline std::string stringify(T x)
{
@@ -97,4 +121,4 @@ void ResetUserTime();
void PrintUserTime(const std::string &message);
double GetUserTime();
-#endif // UTIL_H
+#endif // MERT_UTIL_H_
diff --git a/mert/UtilTest.cpp b/mert/UtilTest.cpp
new file mode 100644
index 000000000..2101f7c8d
--- /dev/null
+++ b/mert/UtilTest.cpp
@@ -0,0 +1,76 @@
+#include "Util.h"
+
+#define BOOST_TEST_MODULE UtilTest
+#include <boost/test/unit_test.hpp>
+
+BOOST_AUTO_TEST_CASE(util_get_next_pound_test) {
+ {
+ std::string str("9 9 7 ");
+ std::string substr;
+ std::vector<std::string> res;
+
+ while (!str.empty()) {
+ getNextPound(str, substr);
+ res.push_back(substr);
+ }
+ BOOST_REQUIRE(res.size() == 3);
+ BOOST_CHECK_EQUAL("9", res[0]);
+ BOOST_CHECK_EQUAL("9", res[1]);
+ BOOST_CHECK_EQUAL("7", res[2]);
+ }
+
+ {
+ std::string str("ref.0,ref.1,ref.2");
+ std::string substr;
+ std::vector<std::string> res;
+ const std::string delim(",");
+
+ while (!str.empty()) {
+ getNextPound(str, substr, delim);
+ res.push_back(substr);
+ }
+ BOOST_REQUIRE(res.size() == 3);
+ BOOST_CHECK_EQUAL("ref.0", res[0]);
+ BOOST_CHECK_EQUAL("ref.1", res[1]);
+ BOOST_CHECK_EQUAL("ref.2", res[2]);
+ }
+}
+
+BOOST_AUTO_TEST_CASE(util_tokenize_test) {
+ {
+ std::vector<std::string> res;
+ Tokenize("9 9 7", ' ', &res);
+ BOOST_REQUIRE(res.size() == 3);
+ BOOST_CHECK_EQUAL("9", res[0]);
+ BOOST_CHECK_EQUAL("9", res[1]);
+ BOOST_CHECK_EQUAL("7", res[2]);
+ }
+
+ {
+ std::vector<std::string> res;
+ Tokenize("9 8 7 ", ' ', &res);
+ BOOST_REQUIRE(res.size() == 3);
+ BOOST_CHECK_EQUAL("9", res[0]);
+ BOOST_CHECK_EQUAL("8", res[1]);
+ BOOST_CHECK_EQUAL("7", res[2]);
+ }
+
+ {
+ std::vector<std::string> res;
+ Tokenize("ref.0,ref.1,", ',', &res);
+ BOOST_REQUIRE(res.size() == 2);
+ BOOST_CHECK_EQUAL("ref.0", res[0]);
+ BOOST_CHECK_EQUAL("ref.1", res[1]);
+ }
+}
+
+BOOST_AUTO_TEST_CASE(util_ends_with_test) {
+ BOOST_CHECK(EndsWith("abc:", ":"));
+ BOOST_CHECK(EndsWith("a b c:", ":"));
+ BOOST_CHECK(!EndsWith("a", ":"));
+ BOOST_CHECK(!EndsWith("a:b", ":"));
+
+ BOOST_CHECK(EndsWith("ab ", " "));
+ BOOST_CHECK(!EndsWith("ab", " "));
+ BOOST_CHECK(!EndsWith("a b", " "));
+}
diff --git a/mert/Vocabulary.cpp b/mert/Vocabulary.cpp
new file mode 100644
index 000000000..40b04bf99
--- /dev/null
+++ b/mert/Vocabulary.cpp
@@ -0,0 +1,21 @@
+#include "Vocabulary.h"
+#include "Singleton.h"
+
+namespace mert {
+namespace {
+Vocabulary* g_vocab = NULL;
+} // namespace
+
+Vocabulary* VocabularyFactory::GetVocabulary() {
+ if (g_vocab == NULL) {
+ return Singleton<Vocabulary>::GetInstance();
+ } else {
+ return g_vocab;
+ }
+}
+
+void VocabularyFactory::SetVocabulary(Vocabulary* vocab) {
+ g_vocab = vocab;
+}
+
+} // namespace mert
diff --git a/mert/Vocabulary.h b/mert/Vocabulary.h
new file mode 100644
index 000000000..a8630e951
--- /dev/null
+++ b/mert/Vocabulary.h
@@ -0,0 +1,79 @@
+#ifndef MERT_VOCABULARY_H_
+#define MERT_VOCABULARY_H_
+
+#include <map>
+#include <string>
+
+namespace mert {
+
+/**
+ * A embarrassingly simple map to handle vocabularies to calculate
+ * various scores such as BLEU.
+ *
+ * TODO: replace this with more efficient data structure.
+ */
+class Vocabulary {
+ public:
+ typedef std::map<std::string, int>::iterator iterator;
+ typedef std::map<std::string, int>::const_iterator const_iterator;
+
+ Vocabulary() {}
+ virtual ~Vocabulary() {}
+
+ /** Returns the assiged id for given "token". */
+ int Encode(const std::string& token) {
+ iterator it = m_vocab.find(token);
+ int encoded_token;
+ if (it == m_vocab.end()) {
+ // Add an new entry to the vocaburary.
+ encoded_token = static_cast<int>(m_vocab.size());
+ m_vocab[token] = encoded_token;
+ } else {
+ encoded_token = it->second;
+ }
+ return encoded_token;
+ }
+
+ /**
+ * Return true iff the specified "str" is found in the container.
+ */
+ bool Lookup(const std::string&str , int* v) const {
+ const_iterator it = m_vocab.find(str);
+ if (it == m_vocab.end()) return false;
+ *v = it->second;
+ return true;
+ }
+
+ void clear() { m_vocab.clear(); }
+
+ bool empty() const { return m_vocab.empty(); }
+
+ std::size_t size() const { return m_vocab.size(); }
+
+ iterator find(const std::string& str) { return m_vocab.find(str); }
+ const_iterator find(const std::string& str) const { return m_vocab.find(str); }
+
+ int& operator[](const std::string& str) { return m_vocab[str]; }
+
+ iterator begin() { return m_vocab.begin(); }
+ const_iterator begin() const { return m_vocab.begin(); }
+ iterator end() { return m_vocab.end(); }
+ const_iterator end() const { return m_vocab.end(); }
+
+ private:
+ std::map<std::string, int> m_vocab;
+};
+
+class VocabularyFactory {
+ public:
+ static Vocabulary* GetVocabulary();
+ static void SetVocabulary(Vocabulary* vocab);
+
+ private:
+ VocabularyFactory() {}
+ virtual ~VocabularyFactory() {}
+};
+
+} // namespace mert
+
+#endif // MERT_VOCABULARY_H_
diff --git a/mert/VocabularyTest.cpp b/mert/VocabularyTest.cpp
new file mode 100644
index 000000000..0e67ba62a
--- /dev/null
+++ b/mert/VocabularyTest.cpp
@@ -0,0 +1,52 @@
+#include "Vocabulary.h"
+
+#define BOOST_TEST_MODULE MertVocabulary
+#include <boost/test/unit_test.hpp>
+
+#include "Singleton.h"
+
+namespace mert {
+namespace {
+
+void TearDown() {
+ Singleton<Vocabulary>::Delete();
+}
+
+} // namespace
+
+BOOST_AUTO_TEST_CASE(vocab_basic) {
+ Vocabulary vocab;
+ BOOST_REQUIRE(vocab.empty());
+ vocab.clear();
+
+ BOOST_CHECK_EQUAL(0, vocab.Encode("hello"));
+ BOOST_CHECK_EQUAL(0, vocab.Encode("hello"));
+ BOOST_CHECK_EQUAL(1, vocab.Encode("world"));
+
+ BOOST_CHECK_EQUAL(2, vocab.size());
+
+ int v;
+ BOOST_CHECK(vocab.Lookup("hello", &v));
+ BOOST_CHECK_EQUAL(0, v);
+ BOOST_CHECK(vocab.Lookup("world", &v));
+ BOOST_CHECK_EQUAL(1, v);
+
+ BOOST_CHECK(!vocab.Lookup("java", &v));
+
+ vocab.clear();
+ BOOST_CHECK(!vocab.Lookup("hello", &v));
+ BOOST_CHECK(!vocab.Lookup("world", &v));
+}
+
+BOOST_AUTO_TEST_CASE(vocab_factory_test) {
+ Vocabulary* vocab1 = VocabularyFactory::GetVocabulary();
+ Vocabulary* vocab2 = VocabularyFactory::GetVocabulary();
+ Vocabulary* vocab3 = VocabularyFactory::GetVocabulary();
+
+ BOOST_REQUIRE(vocab1 != NULL);
+ BOOST_CHECK(vocab1 == vocab2);
+ BOOST_CHECK(vocab2 == vocab3);
+
+ TearDown();
+}
+} // namespace mert
diff --git a/mert/evaluator.cpp b/mert/evaluator.cpp
index c1d6039da..a95cdfa1b 100644
--- a/mert/evaluator.cpp
+++ b/mert/evaluator.cpp
@@ -7,133 +7,32 @@
#include <math.h>
#include "Scorer.h"
+#include "ScorerFactory.h"
#include "Timer.h"
#include "Util.h"
-#include "ScorerFactory.h"
-
using namespace std;
-Scorer* scorer;
-int bootstrap = 0;
-void evaluate(const string& candFile);
-void addStats(vector<int>& stats1, const vector<int>& stats2);
-float average(const vector<float>& list);
-float stdDeviation(const vector<float>& list, float avg);
-string int2string(int n);
-
-void usage()
-{
- cerr<<"usage: evaluator [options] --reference ref1[,ref2[,ref3...]] --candidate cand1[,cand2[,cand3...]] "<<endl;
- cerr<<"[--sctype|-s] the scorer type (default BLEU)"<<endl;
- cerr<<"[--scconfig|-c] configuration string passed to scorer"<<endl;
- cerr<<"\tThis is of the form NAME1:VAL1,NAME2:VAL2 etc "<<endl;
- cerr<<"[--reference|-R] comma separated list of reference files"<<endl;
- cerr<<"[--candidate|-C] comma separated list of candidate files"<<endl;
- cerr<<"[--bootstrap|-b] number of booststraped samples (default 0 - no bootstraping)"<<endl;
- cerr<<"[--rseed|-r] the random seed for bootstraping (defaults to system clock)"<<endl;
- cerr<<"[--help|-h] print this message and exit"<<endl;
- exit(1);
-}
-
-static struct option long_options[] = {
- {"sctype",required_argument,0,'s'},
- {"scconfig",required_argument,0,'c'},
- {"reference",required_argument,0,'R'},
- {"candidate",required_argument,0,'C'},
- {"bootstrap",required_argument,0,'b'},
- {"rseed",required_argument,0,'r'},
- {"help",no_argument,0,'h'},
- {0, 0, 0, 0}
-};
-int option_index;
-
-int main(int argc, char** argv)
-{
- ResetUserTime();
-
- //defaults
- string scorerType("BLEU");
- string scorerConfig("");
- string reference("");
- string candidate("");
-
- int seed = 0;
- bool hasSeed = false;
-
- int c;
- while ((c=getopt_long (argc,argv, "s:c:R:C:b:r:h", long_options, &option_index)) != -1) {
- switch(c) {
- case 's':
- scorerType = string(optarg);
- break;
- case 'c':
- scorerConfig = string(optarg);
- break;
- case 'R':
- reference = string(optarg);
- break;
- case 'C':
- candidate = string(optarg);
- break;
- case 'b':
- bootstrap = atoi(optarg);
- break;
- case 'r':
- seed = strtol(optarg, NULL, 10);
- hasSeed = true;
- break;
- default:
- usage();
- }
- }
-
- if (bootstrap)
- {
- if (hasSeed) {
- cerr << "Seeding random numbers with " << seed << endl;
- srandom(seed);
- } else {
- cerr << "Seeding random numbers with system clock " << endl;
- srandom(time(NULL));
- }
- }
-
- try {
- vector<string> refFiles;
- vector<string> candFiles;
-
- if (reference.length() == 0) throw runtime_error("You have to specify at least one reference file.");
- split(reference,',',refFiles);
-
- if (candidate.length() == 0) throw runtime_error("You have to specify at least one candidate file.");
- split(candidate,',',candFiles);
+namespace {
- scorer = ScorerFactory::getScorer(scorerType,scorerConfig);
- cerr << "Using scorer: " << scorer->getName() << endl;
+Scorer* g_scorer = NULL;
+bool g_has_more_files = false;
+bool g_has_more_scorers = false;
+const float g_alpha = 0.05;
- scorer->setReferenceFiles(refFiles);
- PrintUserTime("Reference files loaded");
+class EvaluatorUtil {
+ public:
+ static void evaluate(const string& candFile, int bootstrap);
+ static float average(const vector<float>& list);
+ static string int2string(int n);
- for (vector<string>::const_iterator it = candFiles.begin(); it != candFiles.end(); ++it)
- {
- evaluate(*it);
- }
-
- PrintUserTime("Evaluation done");
-
- delete scorer;
-
- return EXIT_SUCCESS;
- } catch (const exception& e) {
- cerr << "Exception: " << e.what() << endl;
- return EXIT_FAILURE;
- }
-
-}
+ private:
+ EvaluatorUtil() {}
+ ~EvaluatorUtil() {}
+};
-void evaluate(const string& candFile)
+void EvaluatorUtil::evaluate(const string& candFile, int bootstrap)
{
ifstream cand(candFile.c_str());
if (!cand.good()) throw runtime_error("Error opening candidate file");
@@ -145,12 +44,10 @@ void evaluate(const string& candFile)
string line;
while (getline(cand, line))
{
- scorer->prepareStats(entries.size(), line, scoreentry);
+ g_scorer->prepareStats(entries.size(), line, scoreentry);
entries.push_back(scoreentry);
}
- PrintUserTime("Candidate file " + candFile + " loaded and stats prepared");
-
int n = entries.size();
if (bootstrap)
{
@@ -158,55 +55,68 @@ void evaluate(const string& candFile)
for (int i = 0; i < bootstrap; ++i)
{
// TODO: Use smart pointer for exceptional-safety.
- ScoreData* scoredata = new ScoreData(*scorer);
+ ScoreData* scoredata = new ScoreData(g_scorer);
for (int j = 0; j < n; ++j)
{
int randomIndex = random() % n;
string str_j = int2string(j);
scoredata->add(entries[randomIndex], str_j);
}
- scorer->setScoreData(scoredata);
+ g_scorer->setScoreData(scoredata);
candidates_t candidates(n, 0);
- float score = scorer->score(candidates);
+ float score = g_scorer->score(candidates);
scores.push_back(score);
delete scoredata;
}
float avg = average(scores);
- float dev = stdDeviation(scores, avg);
- cout.setf(ios::fixed,ios::floatfield);
+ sort(scores.begin(), scores.end());
+
+ int lbIdx = scores.size() * (g_alpha / 2);
+ int rbIdx = scores.size() * (1 - g_alpha / 2);
+
+ float lb = scores[lbIdx];
+ float rb = scores[rbIdx];
+
+ if (g_has_more_files) cout << candFile << "\t";
+ if (g_has_more_scorers) cout << g_scorer->getName() << "\t";
+
+ cout.setf(ios::fixed, ios::floatfield);
cout.precision(4);
- cout << "File: " << candFile << "\t" << scorer->getName() << " Average score: " << avg << "\tStandard deviation: " << dev << endl;
+ cout << avg << "\t[" << lb << "," << rb << "]" << endl;
}
else
{
// TODO: Use smart pointer for exceptional-safety.
- ScoreData* scoredata = new ScoreData(*scorer);
+ ScoreData* scoredata = new ScoreData(g_scorer);
for (int sid = 0; sid < n; ++sid)
{
string str_sid = int2string(sid);
scoredata->add(entries[sid], str_sid);
}
- scorer->setScoreData(scoredata);
+ g_scorer->setScoreData(scoredata);
candidates_t candidates(n, 0);
- float score = scorer->score(candidates);
+ float score = g_scorer->score(candidates);
delete scoredata;
- cout.setf(ios::fixed,ios::floatfield);
+ if (g_has_more_files) cout << candFile << "\t";
+ if (g_has_more_scorers) cout << g_scorer->getName() << "\t";
+
+ cout.setf(ios::fixed, ios::floatfield);
cout.precision(4);
- cout << "File: " << candFile << "\t" << scorer->getName() << " Score: " << score << endl;
+ cout << score << endl;
}
}
-string int2string(int n)
+string EvaluatorUtil::int2string(int n)
{
stringstream ss;
ss << n;
return ss.str();
}
-float average(const vector<float>& list)
+float EvaluatorUtil::average(const vector<float>& list)
{
float sum = 0;
for (vector<float>::const_iterator it = list.begin(); it != list.end(); ++it)
@@ -215,11 +125,175 @@ float average(const vector<float>& list)
return sum / list.size();
}
-float stdDeviation(const vector<float>& list, float avg)
+void usage()
{
- vector<float> tmp;
- for (vector<float>::const_iterator it = list.begin(); it != list.end(); ++it)
- tmp.push_back(pow(*it - avg, 2));
+ cerr << "usage: evaluator [options] --reference ref1[,ref2[,ref3...]] --candidate cand1[,cand2[,cand3...]] " << endl;
+ cerr << "[--sctype|-s] the scorer type (default BLEU)" << endl;
+ cerr << "[--scconfig|-c] configuration string passed to scorer" << endl;
+ cerr << "\tThis is of the form NAME1:VAL1,NAME2:VAL2 etc " << endl;
+ cerr << "[--reference|-R] comma separated list of reference files" << endl;
+ cerr << "[--candidate|-C] comma separated list of candidate files" << endl;
+ cerr << "[--factors|-f] list of factors passed to the scorer (e.g. 0|2)" << endl;
+ cerr << "[--filter|-l] filter command which will be used to preprocess the sentences" << endl;
+ cerr << "[--bootstrap|-b] number of booststraped samples (default 0 - no bootstraping)" << endl;
+ cerr << "[--rseed|-r] the random seed for bootstraping (defaults to system clock)" << endl;
+ cerr << "[--help|-h] print this message and exit" << endl;
+ cerr << endl;
+ cerr << "Evaluator is able to compute more metrics at once. To do this," << endl;
+ cerr << "specify more --sctype arguments. You can also specify more --scconfig strings." << endl;
+ cerr << endl;
+ cerr << "The example below prints BLEU score, PER score and interpolated" << endl;
+ cerr << "score of CDER and PER with the given weights." << endl;
+ cerr << endl;
+ cerr << "./evaluator \\" << endl;
+ cerr << "\t--sctype BLEU --scconfig reflen:closest \\" << endl;
+ cerr << "\t--sctype PER \\" << endl;
+ cerr << "\t--sctype CDER,PER --scconfig weights:0.25+0.75 \\" << endl;
+ cerr << "\t--candidate CANDIDATE \\" << endl;
+ cerr << "\t--reference REFERENCE" << endl;
+ cerr << endl;
+ cerr << "If you specify only one scorer and one candidate file, only the final score" << endl;
+ cerr << "will be printed to stdout. Otherwise each line will contain metric name" << endl;
+ cerr << "and/or filename and the final score. Since most of the metrics prints some" << endl;
+ cerr << "debuging info, consider redirecting stderr to /dev/null." << endl;
+ exit(1);
+}
+
+static struct option long_options[] = {
+ {"sctype", required_argument, 0, 's'},
+ {"scconfig", required_argument, 0, 'c'},
+ {"reference", required_argument, 0, 'R'},
+ {"candidate", required_argument, 0, 'C'},
+ {"bootstrap", required_argument, 0, 'b'},
+ {"rseed", required_argument, 0, 'r'},
+ {"factors", required_argument, 0, 'f'},
+ {"filter", required_argument, 0, 'l'},
+ {"help", no_argument, 0, 'h'},
+ {0, 0, 0, 0}
+};
+
+// Options used in evaluator.
+struct ProgramOption {
+ vector<string> scorer_types;
+ vector<string> scorer_configs;
+ string reference;
+ string candidate;
+ vector<string> scorer_factors;
+ vector<string> scorer_filter;
+ int bootstrap;
+ int seed;
+ bool has_seed;
+
+ ProgramOption()
+ : reference(""),
+ candidate(""),
+ bootstrap(0),
+ seed(0),
+ has_seed(false) { }
+};
+
+void ParseCommandOptions(int argc, char** argv, ProgramOption* opt) {
+ int c;
+ int option_index;
+ int last_scorer_index = -1;
+ while ((c = getopt_long(argc, argv, "s:c:R:C:b:r:f:l:h", long_options, &option_index)) != -1) {
+ switch(c) {
+ case 's':
+ opt->scorer_types.push_back(string(optarg));
+ opt->scorer_configs.push_back(string(""));
+ opt->scorer_factors.push_back(string(""));
+ opt->scorer_filter.push_back(string(""));
+ last_scorer_index++;
+ break;
+ case 'c':
+ opt->scorer_configs[last_scorer_index] = string(optarg);
+ break;
+ case 'R':
+ opt->reference = string(optarg);
+ break;
+ case 'C':
+ opt->candidate = string(optarg);
+ break;
+ case 'b':
+ opt->bootstrap = atoi(optarg);
+ break;
+ case 'r':
+ opt->seed = strtol(optarg, NULL, 10);
+ opt->has_seed = true;
+ break;
+ case 'f':
+ opt->scorer_factors[last_scorer_index] = string(optarg);
+ break;
+ case 'l':
+ opt->scorer_filter[last_scorer_index] = string(optarg);
+ break;
+ default:
+ usage();
+ }
+ }
+
+ // Add default scorer if no scorer provided
+ if (opt->scorer_types.size() == 0)
+ {
+ opt->scorer_types.push_back(string("BLEU"));
+ opt->scorer_configs.push_back(string(""));
+ opt->scorer_factors.push_back(string(""));
+ opt->scorer_filter.push_back(string(""));
+ }
+}
+
+void InitSeed(const ProgramOption *opt) {
+ if (opt->has_seed) {
+ cerr << "Seeding random numbers with " << opt->seed << endl;
+ srandom(opt->seed);
+ } else {
+ cerr << "Seeding random numbers with system clock " << endl;
+ srandom(time(NULL));
+ }
+}
+
+} // anonymous namespace
+
+int main(int argc, char** argv)
+{
+ ResetUserTime();
+
+ ProgramOption option;
+ ParseCommandOptions(argc, argv, &option);
+
+ if (option.bootstrap)
+ {
+ InitSeed(&option);
+ }
+
+ try {
+ vector<string> refFiles;
+ vector<string> candFiles;
+
+ if (option.reference.length() == 0) throw runtime_error("You have to specify at least one reference file.");
+ split(option.reference, ',', refFiles);
+
+ if (option.candidate.length() == 0) throw runtime_error("You have to specify at least one candidate file.");
+ split(option.candidate, ',', candFiles);
- return sqrt(average(tmp));
+ if (candFiles.size() > 1) g_has_more_files = true;
+ if (option.scorer_types.size() > 1) g_has_more_scorers = true;
+
+ for (vector<string>::const_iterator fileIt = candFiles.begin(); fileIt != candFiles.end(); ++fileIt)
+ {
+ for (size_t i = 0; i < option.scorer_types.size(); i++)
+ {
+ g_scorer = ScorerFactory::getScorer(option.scorer_types[i], option.scorer_configs[i]);
+ g_scorer->setFactors(option.scorer_factors[i]);
+ g_scorer->setFilter(option.scorer_filter[i]);
+ g_scorer->setReferenceFiles(refFiles);
+ EvaluatorUtil::evaluate(*fileIt, option.bootstrap);
+ delete g_scorer;
+ }
+ }
+ return EXIT_SUCCESS;
+ } catch (const exception& e) {
+ cerr << "Exception: " << e.what() << endl;
+ return EXIT_FAILURE;
+ }
}
diff --git a/mert/example/README b/mert/example/README
deleted file mode 100644
index 7ece55a53..000000000
--- a/mert/example/README
+++ /dev/null
@@ -1,26 +0,0 @@
-extractor=../extractor
-#extractor="../extractor --binary"
-mert=../mert
-size=15
-
-#to read an nbest file; output is in text format
-$extractor --nbest NBEST --reference REF.0,REF.1,REF.2 --ffile FEATSTAT --scfile SCORESTAT --sctype BLEU
-$extractor --ffile FEATSTAT.2 --scfile SCORESTAT.2 --sctype BLEU --prev-ffile FEATSTAT --prev-scfile SCORESTAT
-$extractor --binary --ffile FEATSTAT.3 --scfile SCORESTAT.3 --sctype BLEU --prev-ffile FEATSTAT,FEATSTAT.2 --prev-scfile SCORESTAT,SCORESTAT.2
-$extractor --nbest NBEST --reference REF.0,REF.1,REF.2 --ffile FEATSTAT.4 --scfile SCORESTAT.4 --sctype BLEU --prev-ffile FEATSTAT,FEATSTAT.3 --prev-scfile SCORESTAT,SCORESTAT.3
-
-
-$mert -r 1234 --ifile init.opt --scfile SCORESTAT --ffile FEATSTAT -d $size --verbose 4 -n 5
-
-exit
-
-
-#to read a gzipped nbest file; output is in text format
-$extractor --nbest NBEST.gz --reference REF.0,REF.1,REF.2 --ffile FEATSTATgz --scfile SCORESTATgz --sctype BLEU
-gzip FEATSTATgz SCORESTATgz
-
-$extractor --nbest NBEST --reference REF.0,REF.1,REF.2 --prev-ffile FEATSTAT --prev-scfile SCORESTAT --ffile FEATSTAT2 --scfile SCORESTAT2 --sctype BLEU
-
-$extractor --nbest NBEST.gz --reference REF.0,REF.1,REF.2 --prev-ffile FEATSTATgz.gz --prev-scfile SCORESTATgz.gz --ffile FEATSTAT2gz --scfile SCORESTAT2gz --sctype BLEU
-
-exit
diff --git a/mert/example/gzipped_test.sh b/mert/example/gzipped_test.sh
new file mode 100755
index 000000000..f52613da1
--- /dev/null
+++ b/mert/example/gzipped_test.sh
@@ -0,0 +1,41 @@
+#!/bin/sh
+extractor=$1
+mert=$2
+size=$3
+
+if [ $# -ne 3 ]; then
+ echo "Usage: ./normal_test.sh extracto mert size"
+ exit 1
+fi
+
+if ! [ -f NBEST.gz ]; then
+ gzip NBEST
+fi
+
+$extractor --nbest NBEST.gz --reference REF.0,REF.1,REF.2 \
+ --ffile FEATSTAT_gz --scfile SCORESTAT_gz \
+ --sctype BLEU 2> extractor_gz1.log
+
+gzip -d NBEST.gz
+
+$extractor --nbest NBEST --reference REF.0,REF.1,REF.2 \
+ --prev-ffile FEATSTAT --prev-scfile SCORESTAT \
+ --ffile FEATSTAT2 --scfile SCORESTAT2 \
+ --sctype BLEU 2> extractor_gz2.log
+
+# Now we want to test reading gzipped files.
+# We will first compress the output previously.
+
+for f in FEATSTAT_gz SCORESTAT_gz; do
+ printf "Compressing %s " $f
+ gzip $f
+ echo "done."
+done
+
+$extractor --nbest NBEST --reference REF.0,REF.1,REF.2 \
+ --prev-ffile FEATSTAT_gz.gz --prev-scfile SCORESTAT_gz.gz \
+ --ffile FEATSTAT2_gz --scfile SCORESTAT2_gz \
+ --sctype BLEU 2> extractor_gz3.log
+
+gzip -d FEATSTAT_gz.gz SCORESTAT_gz.gz
+echo "Done."
diff --git a/mert/example/normal_test.sh b/mert/example/normal_test.sh
new file mode 100755
index 000000000..8b5bf3eb9
--- /dev/null
+++ b/mert/example/normal_test.sh
@@ -0,0 +1,30 @@
+#!/bin/sh
+extractor=$1
+mert=$2
+size=$3
+
+if [ $# -ne 3 ]; then
+ echo "Usage: ./normal_test.sh extracto mert size"
+ exit 1
+fi
+
+echo "Runnning extractor ..."
+$extractor --nbest NBEST --reference REF.0,REF.1,REF.2 --ffile FEATSTAT \
+ --scfile SCORESTAT --sctype BLEU 2> extractor1.log
+
+$extractor --ffile FEATSTAT.2 --scfile SCORESTAT.2 --sctype BLEU \
+ --prev-ffile FEATSTAT --prev-scfile SCORESTAT 2> extractor2.log
+
+$extractor --binary --ffile FEATSTAT.3 --scfile SCORESTAT.3 --sctype BLEU \
+ --prev-ffile FEATSTAT,FEATSTAT.2 \
+ --prev-scfile SCORESTAT,SCORESTAT.2 2> extractor3.log
+
+$extractor --nbest NBEST --reference REF.0,REF.1,REF.2 --ffile FEATSTAT.4 \
+ --scfile SCORESTAT.4 --sctype BLEU --prev-ffile FEATSTAT,FEATSTAT.3 \
+ --prev-scfile SCORESTAT,SCORESTAT.3 2> extractor4.log
+
+echo "Running mert ..."
+$mert -r 1234 --ifile init.opt --scfile SCORESTAT --ffile FEATSTAT \
+ -d $size --verbose 4 -n 5 2>mert.log
+
+echo "Done."
diff --git a/mert/example/smoke_test.sh b/mert/example/smoke_test.sh
new file mode 100755
index 000000000..193d481ae
--- /dev/null
+++ b/mert/example/smoke_test.sh
@@ -0,0 +1,39 @@
+#!/bin/sh
+# A sample script for smoke testing.
+# This is not tuning script.
+# Please see: mosesdecoder/scripts/training/mert-moses.pl
+
+extractor=../extractor
+mert=../mert
+
+# Default the dimension used in mert.
+size=15
+
+# Make sure you have already compiled mert related stuff.
+for f in $extractor $mert; do
+ if ! [ -f $f ]; then
+ echo "Error: no such file or directory: $f"
+ echo "You should run `bjam` first!"
+ exit 1
+ fi
+done
+
+# Make sure you have sample data and inifile used in this tests.
+for f in NBEST REF.0 REF.1 REF.2 init.opt; do
+ if ! [ -f $f ]; then
+ echo "Error: no such file or directory: $f"
+ exit 1
+ fi
+done
+
+# Read an nbest file, Print output in text format.
+# We will save stderr to disk. Please see each log file.
+echo "Running tests for reading text files ..."
+./normal_test.sh $extractor $mert $size
+
+# Run reading gzipped file tests.
+# We will save stderr to disk. Please see each log file.
+echo "Running tests for reading gzipped files ..."
+./gzipped_test.sh $extractor $mert $size
+
+echo "Smoke tests done."
diff --git a/mert/extractor.cpp b/mert/extractor.cpp
index 37c46d2dd..1119dfa57 100644
--- a/mert/extractor.cpp
+++ b/mert/extractor.cpp
@@ -9,6 +9,7 @@
#include <vector>
#include <getopt.h>
+#include <boost/scoped_ptr.hpp>
#include "Data.h"
#include "Scorer.h"
@@ -18,147 +19,186 @@
using namespace std;
+namespace {
+
void usage()
{
- cerr<<"usage: extractor [options])"<<endl;
- cerr<<"[--sctype|-s] the scorer type (default BLEU)"<<endl;
- cerr<<"[--scconfig|-c] configuration string passed to scorer"<<endl;
- cerr<<"\tThis is of the form NAME1:VAL1,NAME2:VAL2 etc "<<endl;
- cerr<<"[--reference|-r] comma separated list of reference files"<<endl;
- cerr<<"[--binary|-b] use binary output format (default to text )"<<endl;
- cerr<<"[--nbest|-n] the nbest file"<<endl;
- cerr<<"[--scfile|-S] the scorer data output file"<<endl;
- cerr<<"[--ffile|-F] the feature data output file"<<endl;
- cerr<<"[--prev-ffile|-E] comma separated list of previous feature data" <<endl;
- cerr<<"[--prev-scfile|-R] comma separated list of previous scorer data"<<endl;
- cerr<<"[-v] verbose level"<<endl;
- cerr<<"[--help|-h] print this message and exit"<<endl;
+ cerr << "usage: extractor [options])" << endl;
+ cerr << "[--sctype|-s] the scorer type (default BLEU)" << endl;
+ cerr << "[--scconfig|-c] configuration string passed to scorer" << endl;
+ cerr << "\tThis is of the form NAME1:VAL1,NAME2:VAL2 etc " << endl;
+ cerr << "[--reference|-r] comma separated list of reference files" << endl;
+ cerr << "[--binary|-b] use binary output format (default to text )" << endl;
+ cerr << "[--nbest|-n] the nbest file" << endl;
+ cerr << "[--scfile|-S] the scorer data output file" << endl;
+ cerr << "[--ffile|-F] the feature data output file" << endl;
+ cerr << "[--prev-ffile|-E] comma separated list of previous feature data" << endl;
+ cerr << "[--prev-scfile|-R] comma separated list of previous scorer data" << endl;
+ cerr << "[--factors|-f] list of factors passed to the scorer (e.g. 0|2)" << endl;
+ cerr << "[--filter|-l] filter command used to preprocess the sentences" << endl;
+ cerr << "[-v] verbose level" << endl;
+ cerr << "[--help|-h] print this message and exit" << endl;
exit(1);
}
-
static struct option long_options[] = {
- {"sctype",required_argument,0,'s'},
- {"scconfig",required_argument,0,'c'},
- {"reference",required_argument,0,'r'},
- {"binary",no_argument,0,'b'},
- {"nbest",required_argument,0,'n'},
- {"scfile",required_argument,0,'S'},
- {"ffile",required_argument,0,'F'},
- {"prev-scfile",required_argument,0,'R'},
- {"prev-ffile",required_argument,0,'E'},
- {"verbose",required_argument,0,'v'},
- {"help",no_argument,0,'h'},
+ {"sctype", required_argument, 0, 's'},
+ {"scconfig", required_argument,0, 'c'},
+ {"factors", required_argument,0, 'f'},
+ {"filter", required_argument,0, 'l'},
+ {"reference", required_argument, 0, 'r'},
+ {"binary", no_argument, 0, 'b'},
+ {"nbest", required_argument, 0, 'n'},
+ {"scfile", required_argument, 0, 'S'},
+ {"ffile", required_argument, 0, 'F'},
+ {"prev-scfile", required_argument, 0, 'R'},
+ {"prev-ffile", required_argument, 0, 'E'},
+ {"verbose", required_argument, 0, 'v'},
+ {"help", no_argument, 0, 'h'},
{0, 0, 0, 0}
};
-int option_index;
-int main(int argc, char** argv)
-{
-
-
- ResetUserTime();
+// Command line options used in extractor.
+struct ProgramOption {
+ string scorerType;
+ string scorerConfig;
+ string scorerFactors;
+ string scorerFilter;
+ string referenceFile;
+ string nbestFile;
+ string scoreDataFile;
+ string featureDataFile;
+ string prevScoreDataFile;
+ string prevFeatureDataFile;
+ bool binmode;
+ int verbosity;
+
+ ProgramOption()
+ : scorerType("BLEU"),
+ scorerConfig(""),
+ scorerFactors(""),
+ scorerFilter(""),
+ referenceFile(""),
+ nbestFile(""),
+ scoreDataFile("statscore.data"),
+ featureDataFile("features.data"),
+ prevScoreDataFile(""),
+ prevFeatureDataFile(""),
+ binmode(false),
+ verbosity(0) { }
+};
- /*
- Timer timer;
- timer.start("Starting...");
- */
-
- //defaults
- string scorerType("BLEU");
- string scorerConfig("");
- string referenceFile("");
- string nbestFile("");
- string scoreDataFile("statscore.data");
- string featureDataFile("features.data");
- string prevScoreDataFile("");
- string prevFeatureDataFile("");
- bool binmode = false;
- int verbosity = 0;
+void ParseCommandOptions(int argc, char** argv, ProgramOption* opt) {
int c;
- while ((c=getopt_long (argc,argv, "s:r:n:S:F:R:E:v:hb", long_options, &option_index)) != -1) {
- switch(c) {
+ int option_index;
+
+ while ((c = getopt_long(argc, argv, "s:r:f:l:n:S:F:R:E:v:hb", long_options, &option_index)) != -1) {
+ switch (c) {
case 's':
- scorerType = string(optarg);
+ opt->scorerType = string(optarg);
break;
case 'c':
- scorerConfig = string(optarg);
+ opt->scorerConfig = string(optarg);
+ break;
+ case 'f':
+ opt->scorerFactors = string(optarg);
+ break;
+ case 'l':
+ opt->scorerFilter = string(optarg);
break;
case 'r':
- referenceFile = string(optarg);
+ opt->referenceFile = string(optarg);
break;
case 'b':
- binmode = true;
+ opt->binmode = true;
break;
case 'n':
- nbestFile = string(optarg);
+ opt->nbestFile = string(optarg);
break;
case 'S':
- scoreDataFile = string(optarg);
+ opt->scoreDataFile = string(optarg);
break;
case 'F':
- featureDataFile = string(optarg);
+ opt->featureDataFile = string(optarg);
break;
case 'E':
- prevFeatureDataFile = string(optarg);
+ opt->prevFeatureDataFile = string(optarg);
break;
case 'R':
- prevScoreDataFile = string(optarg);
+ opt->prevScoreDataFile = string(optarg);
break;
case 'v':
- verbosity = atoi(optarg);
+ opt->verbosity = atoi(optarg);
break;
default:
usage();
}
}
+}
+
+} // anonymous namespace
+
+int main(int argc, char** argv)
+{
+ ResetUserTime();
+
+ ProgramOption option;
+ ParseCommandOptions(argc, argv, &option);
+
try {
// check whether score statistics file is specified
- if (scoreDataFile.length() == 0) {
+ if (option.scoreDataFile.length() == 0) {
throw runtime_error("Error: output score statistics file is not specified");
}
// check wheter feature file is specified
- if (featureDataFile.length() == 0) {
+ if (option.featureDataFile.length() == 0) {
throw runtime_error("Error: output feature file is not specified");
}
// check whether reference file is specified when nbest is specified
- if ((nbestFile.length() > 0 && referenceFile.length() == 0)) {
+ if ((option.nbestFile.length() > 0 && option.referenceFile.length() == 0)) {
throw runtime_error("Error: reference file is not specified; you can not score the nbest");
}
vector<string> nbestFiles;
- if (nbestFile.length() > 0) {
- Tokenize(nbestFile.c_str(), ',', &nbestFiles);
+ if (option.nbestFile.length() > 0) {
+ Tokenize(option.nbestFile.c_str(), ',', &nbestFiles);
}
vector<string> referenceFiles;
- if (referenceFile.length() > 0) {
- Tokenize(referenceFile.c_str(), ',', &referenceFiles);
+ if (option.referenceFile.length() > 0) {
+ Tokenize(option.referenceFile.c_str(), ',', &referenceFiles);
}
vector<string> prevScoreDataFiles;
- if (prevScoreDataFile.length() > 0) {
- Tokenize(prevScoreDataFile.c_str(), ',', &prevScoreDataFiles);
+ if (option.prevScoreDataFile.length() > 0) {
+ Tokenize(option.prevScoreDataFile.c_str(), ',', &prevScoreDataFiles);
}
vector<string> prevFeatureDataFiles;
- if (prevFeatureDataFile.length() > 0) {
- Tokenize(prevFeatureDataFile.c_str(), ',', &prevFeatureDataFiles);
+ if (option.prevFeatureDataFile.length() > 0) {
+ Tokenize(option.prevFeatureDataFile.c_str(), ',', &prevFeatureDataFiles);
}
if (prevScoreDataFiles.size() != prevFeatureDataFiles.size()) {
throw runtime_error("Error: there is a different number of previous score and feature files");
}
+ if (option.binmode) {
+ cerr << "Binary write mode is selected" << endl;
+ } else {
+ cerr << "Binary write mode is NOT selected" << endl;
+ }
+
+ TRACE_ERR("Scorer type: " << option.scorerType << endl);
- if (binmode) cerr << "Binary write mode is selected" << endl;
- else cerr << "Binary write mode is NOT selected" << endl;
+ boost::scoped_ptr<Scorer> scorer(
+ ScorerFactory::getScorer(option.scorerType, option.scorerConfig));
- TRACE_ERR("Scorer type: " << scorerType << endl);
- // ScorerFactory sfactory;
- Scorer* scorer = ScorerFactory::getScorer(scorerType,scorerConfig);
+ // set Factors and Filter used to preprocess the sentences
+ scorer->setFactors(option.scorerFactors);
+ scorer->setFilter(option.scorerFilter);
// load references
if (referenceFiles.size() > 0)
@@ -166,38 +206,32 @@ int main(int argc, char** argv)
PrintUserTime("References loaded");
- Data data(*scorer);
+ Data data(scorer.get());
// load old data
- for (size_t i=0; i < prevScoreDataFiles.size(); i++) {
+ for (size_t i = 0; i < prevScoreDataFiles.size(); i++) {
data.load(prevFeatureDataFiles.at(i), prevScoreDataFiles.at(i));
}
PrintUserTime("Previous data loaded");
// computing score statistics of each nbest file
- for (size_t i=0; i < nbestFiles.size(); i++) {
- data.loadnbest(nbestFiles.at(i));
+ for (size_t i = 0; i < nbestFiles.size(); i++) {
+ data.loadNBest(nbestFiles.at(i));
}
PrintUserTime("Nbest entries loaded and scored");
- if (binmode)
- cerr << "Binary write mode is selected" << endl;
- else
- cerr << "Binary write mode is NOT selected" << endl;
+ //ADDED_BY_TS
+ data.removeDuplicates();
+ //END_ADDED
- data.save(featureDataFile, scoreDataFile, binmode);
+ data.save(option.featureDataFile, option.scoreDataFile, option.binmode);
PrintUserTime("Stopping...");
- // timer.stop("Stopping...");
-
- delete scorer;
-
return EXIT_SUCCESS;
} catch (const exception& e) {
cerr << "Exception: " << e.what() << endl;
return EXIT_FAILURE;
}
-
}
diff --git a/mert/mert.cpp b/mert/mert.cpp
index 30ee2f721..58baffe93 100755..100644
--- a/mert/mert.cpp
+++ b/mert/mert.cpp
@@ -1,5 +1,5 @@
/**
- * \description The is the main for the new version of the mert algorithm developed during the 2nd MT marathon
+ * \description This is the main for the new version of the mert algorithm developed during the 2nd MT marathon
*/
#include <limits>
@@ -11,6 +11,7 @@
#include <ctime>
#include <getopt.h>
+#include <boost/scoped_ptr.hpp>
#include "Data.h"
#include "Point.h"
@@ -19,16 +20,82 @@
#include "ScoreData.h"
#include "FeatureData.h"
#include "Optimizer.h"
+#include "OptimizerFactory.h"
#include "Types.h"
#include "Timer.h"
#include "Util.h"
#include "../moses/src/ThreadPool.h"
+using namespace std;
-float min_interval = 1e-3;
+namespace {
+
+const char kDefaultOptimizer[] = "powell";
+const char kDefaultScorer[] = "BLEU";
+const char kDefaultScorerFile[] = "statscore.data";
+const char kDefaultFeatureFile[] = "features.data";
+const char kDefaultInitFile[] = "init.opt";
+const char kDefaultPositiveString[] = "";
+const char kDefaultSparseWeightsFile[] = "";
+
+// Used when saving optimized weights.
+const char kOutputFile[] = "weights.txt";
+
+/**
+ * Runs an optimisation, or a random restart.
+ */
+class OptimizationTask : public Moses::Task {
+ public:
+ OptimizationTask(Optimizer* optimizer, const Point& point)
+ : m_optimizer(optimizer), m_point(point) {}
+
+ ~OptimizationTask() {}
+
+ virtual void Run() {
+ m_score = m_optimizer->Run(m_point);
+ }
+
+ virtual bool DeleteAfterExecution() {
+ return false;
+ }
+
+ void resetOptimizer() {
+ if (m_optimizer) {
+ delete m_optimizer;
+ m_optimizer = NULL;
+ }
+ }
+
+ statscore_t getScore() const {
+ return m_score;
+ }
+
+ const Point& getPoint() const {
+ return m_point;
+ }
+
+ private:
+ // Do not allow the user to instanciate without arguments.
+ OptimizationTask() {}
+
+ Optimizer* m_optimizer;
+ Point m_point;
+ statscore_t m_score;
+};
+
+bool WriteFinalWeights(const char* filename, const Point& point) {
+ ofstream ofs(filename);
+ if (!ofs) {
+ cerr << "Cannot open " << filename << endl;
+ return false;
+ }
+
+ ofs << point << endl;
+
+ return true;
+}
-using namespace std;
void usage(int ret)
{
@@ -76,204 +143,193 @@ static struct option long_options[] = {
{"help",no_argument,0,'h'},
{0, 0, 0, 0}
};
-int option_index;
-/**
- * Runs an optimisation, or a random restart.
- */
-class OptimizationTask : public Moses::Task
-{
- public:
- OptimizationTask(Optimizer* optimizer, const Point& point) :
- m_optimizer(optimizer), m_point(point) {}
-
- ~OptimizationTask() {}
-
- void resetOptimizer() {
- if (m_optimizer) {
- delete m_optimizer;
- m_optimizer = NULL;
- }
- }
-
- bool DeleteAfterExecution() {
- return false;
- }
-
- void Run() {
- m_score = m_optimizer->Run(m_point);
- }
-
- statscore_t getScore() const {
- return m_score;
- }
-
- const Point& getPoint() const {
- return m_point;
- }
-
- private:
- // Do not allow the user to instanciate without arguments.
- OptimizationTask() {}
-
- Optimizer* m_optimizer;
- Point m_point;
- statscore_t m_score;
+struct ProgramOption {
+ string to_optimize_str;
+ int pdim;
+ int ntry;
+ int nrandom;
+ int seed;
+ bool has_seed;
+ string optimize_type;
+ string scorer_type;
+ string scorer_config;
+ string scorer_file;
+ string feature_file;
+ string init_file;
+ string positive_string;
+ string sparse_weights_file;
+ size_t num_threads;
+ float shard_size;
+ size_t shard_count;
+
+ ProgramOption()
+ : to_optimize_str(""),
+ pdim(-1),
+ ntry(1),
+ nrandom(0),
+ seed(0),
+ has_seed(false),
+ optimize_type(kDefaultOptimizer),
+ scorer_type(kDefaultScorer),
+ scorer_config(""),
+ scorer_file(kDefaultScorerFile),
+ feature_file(kDefaultFeatureFile),
+ init_file(kDefaultInitFile),
+ positive_string(kDefaultPositiveString),
+ sparse_weights_file(kDefaultSparseWeightsFile),
+ num_threads(1),
+ shard_size(0),
+ shard_count(0) { }
};
-int main (int argc, char **argv)
-{
- ResetUserTime();
-
- /*
- Timer timer;
- timer.start("Starting...");
- */
-
- int c,pdim;
- pdim=-1;
- int ntry=1;
- int nrandom=0;
- int seed=0;
- bool hasSeed = false;
-#ifdef WITH_THREADS
- size_t threads=1;
-#endif
- float shard_size = 0;
- size_t shard_count = 0;
- string type("powell");
- string scorertype("BLEU");
- string scorerconfig("");
- string scorerfile("statscore.data");
- string featurefile("features.data");
- string initfile("init.opt");
- string sparseweightsfile;
-
- string tooptimizestr("");
- vector<unsigned> tooptimize;
- vector<vector<parameter_t> > start_list;
- vector<parameter_t> min;
- vector<parameter_t> max;
- // NOTE: those mins and max are the bound for the starting points of the algorithm, not strict bound on the result!
+void ParseCommandOptions(int argc, char** argv, ProgramOption* opt) {
+ int c;
+ int option_index;
- while ((c=getopt_long (argc, argv, "o:r:d:n:m:t:s:S:F:v:p:", long_options, &option_index)) != -1) {
+ while ((c = getopt_long(argc, argv, "o:r:d:n:m:t:s:S:F:v:p:P:", long_options, &option_index)) != -1) {
switch (c) {
case 'o':
- tooptimizestr = string(optarg);
+ opt->to_optimize_str = string(optarg);
break;
case 'd':
- pdim = strtol(optarg, NULL, 10);
+ opt->pdim = strtol(optarg, NULL, 10);
break;
case 'n':
- ntry=strtol(optarg, NULL, 10);
+ opt->ntry = strtol(optarg, NULL, 10);
break;
case 'm':
- nrandom=strtol(optarg, NULL, 10);
+ opt->nrandom = strtol(optarg, NULL, 10);
break;
case 'r':
- seed=strtol(optarg, NULL, 10);
- hasSeed = true;
+ opt->seed = strtol(optarg, NULL, 10);
+ opt->has_seed = true;
break;
case 't':
- type=string(optarg);
+ opt->optimize_type = string(optarg);
break;
case's':
- scorertype=string(optarg);
+ opt->scorer_type = string(optarg);
break;
case 'c':
- scorerconfig = string(optarg);
+ opt->scorer_config = string(optarg);
break;
case 'S':
- scorerfile=string(optarg);
+ opt->scorer_file = string(optarg);
break;
case 'F':
- featurefile=string(optarg);
+ opt->feature_file = string(optarg);
break;
case 'i':
- initfile=string(optarg);
+ opt->init_file = string(optarg);
break;
case 'p':
- sparseweightsfile=string(optarg);
+ opt->sparse_weights_file=string(optarg);
break;
case 'v':
- setverboselevel(strtol(optarg,NULL,10));
+ setverboselevel(strtol(optarg, NULL, 10));
break;
#ifdef WITH_THREADS
case 'T':
- threads = strtol(optarg, NULL, 10);
- if (threads < 1) threads = 1;
+ opt->num_threads = strtol(optarg, NULL, 10);
+ if (opt->num_threads < 1) opt->num_threads = 1;
break;
#endif
case 'a':
- shard_count = strtof(optarg,NULL);
+ opt->shard_count = strtof(optarg, NULL);
break;
case 'b':
- shard_size = strtof(optarg,NULL);
+ opt->shard_size = strtof(optarg, NULL);
break;
case 'h':
usage(0);
break;
+ case 'P':
+ opt->positive_string = string(optarg);
+ break;
default:
usage(1);
}
}
- if (pdim < 0)
+}
+
+} // anonymous namespace
+
+int main(int argc, char **argv)
+{
+ ResetUserTime();
+
+ ProgramOption option;
+ ParseCommandOptions(argc, argv, &option);
+
+ vector<unsigned> to_optimize;
+ vector<vector<parameter_t> > start_list;
+ vector<parameter_t> min;
+ vector<parameter_t> max;
+ vector<bool> positive;
+ // NOTE: those mins and max are the bound for the starting points of the algorithm, not strict bound on the result!
+
+ if (option.pdim < 0)
usage(1);
- cerr << "shard_size = " << shard_size << " shard_count = " << shard_count << endl;
- if (shard_size && !shard_count) {
+ cerr << "shard_size = " << option.shard_size << " shard_count = " << option.shard_count << endl;
+ if (option.shard_size && !option.shard_count) {
cerr << "Error: shard-size provided without shard-count" << endl;
exit(1);
}
- if (shard_size > 1 || shard_size < 0) {
+ if (option.shard_size > 1 || option.shard_size < 0) {
cerr << "Error: shard-size should be between 0 and 1" << endl;
exit(1);
}
- if (hasSeed) {
- cerr << "Seeding random numbers with " << seed << endl;
- srandom(seed);
+ if (option.has_seed) {
+ cerr << "Seeding random numbers with " << option.seed << endl;
+ srandom(option.seed);
} else {
cerr << "Seeding random numbers with system clock " << endl;
srandom(time(NULL));
}
- if (sparseweightsfile.size()) ++pdim;
+ if (option.sparse_weights_file.size()) ++option.pdim;
// read in starting points
- std::string onefile;
- while (!initfile.empty()) {
- getNextPound(initfile, onefile, ",");
+ string onefile;
+ while (!option.init_file.empty()) {
+ getNextPound(option.init_file, onefile, ",");
vector<parameter_t> start;
ifstream opt(onefile.c_str());
- if(opt.fail()) {
- cerr<<"could not open initfile: " << initfile << endl;
+ if (opt.fail()) {
+ cerr << "could not open initfile: " << option.init_file << endl;
exit(3);
}
- start.resize(pdim);//to do:read from file
+ start.resize(option.pdim);//to do:read from file
int j;
- for( j=0; j<pdim&&!opt.fail(); j++)
- opt>>start[j];
- if(j<pdim) {
- cerr<<initfile<<":Too few starting weights." << endl;
+ for (j = 0; j < option.pdim && !opt.fail(); j++) {
+ opt >> start[j];
+ }
+ if (j < option.pdim) {
+ cerr << option.init_file << ":Too few starting weights." << endl;
exit(3);
}
start_list.push_back(start);
// for the first time, also read in the min/max values for scores
if (start_list.size() == 1) {
- min.resize(pdim);
- for( j=0; j<pdim&&!opt.fail(); j++)
- opt>>min[j];
- if(j<pdim) {
- cerr<<initfile<<":Too few minimum weights." << endl;
- cerr<<"error could not initialize start point with " << initfile << endl;
+ min.resize(option.pdim);
+ for (j = 0; j < option.pdim && !opt.fail(); j++) {
+ opt >> min[j];
+ }
+ if (j < option.pdim) {
+ cerr << option.init_file << ":Too few minimum weights." << endl;
+ cerr << "error could not initialize start point with " << option.init_file << endl;
+ cerr << "j: " << j << ", pdim: " << option.pdim << endl;
exit(3);
}
- max.resize(pdim);
- for( j=0; j<pdim&&!opt.fail(); j++)
- opt>>max[j];
- if(j<pdim) {
- cerr<<initfile<<":Too few maximum weights." << endl;
+ max.resize(option.pdim);
+ for (j = 0; j < option.pdim && !opt.fail(); j++) {
+ opt >> max[j];
+ }
+ if (j < option.pdim) {
+ cerr << option.init_file << ":Too few maximum weights." << endl;
exit(3);
}
}
@@ -281,13 +337,13 @@ int main (int argc, char **argv)
}
vector<string> ScoreDataFiles;
- if (scorerfile.length() > 0) {
- Tokenize(scorerfile.c_str(), ',', &ScoreDataFiles);
+ if (option.scorer_file.length() > 0) {
+ Tokenize(option.scorer_file.c_str(), ',', &ScoreDataFiles);
}
vector<string> FeatureDataFiles;
- if (featurefile.length() > 0) {
- Tokenize(featurefile.c_str(), ',', &FeatureDataFiles);
+ if (option.feature_file.length() > 0) {
+ Tokenize(option.feature_file.c_str(), ',', &FeatureDataFiles);
}
if (ScoreDataFiles.size() != FeatureDataFiles.size()) {
@@ -295,15 +351,21 @@ int main (int argc, char **argv)
}
// it make sense to know what parameter set were used to generate the nbest
- Scorer *TheScorer = ScorerFactory::getScorer(scorertype,scorerconfig);
+ boost::scoped_ptr<Scorer> scorer(
+ ScorerFactory::getScorer(option.scorer_type, option.scorer_config));
//load data
- Data D(*TheScorer,sparseweightsfile);
- for (size_t i=0; i < ScoreDataFiles.size(); i++) {
- cerr<<"Loading Data from: "<< ScoreDataFiles.at(i) << " and " << FeatureDataFiles.at(i) << endl;
- D.load(FeatureDataFiles.at(i), ScoreDataFiles.at(i));
+ Data data(scorer.get(), option.sparse_weights_file);
+
+ for (size_t i = 0; i < ScoreDataFiles.size(); i++) {
+ cerr<<"Loading Data from: "<< ScoreDataFiles.at(i) << " and " << FeatureDataFiles.at(i) << endl;
+ data.load(FeatureDataFiles.at(i), ScoreDataFiles.at(i));
}
+ scorer->setScoreData(data.getScoreData().get());
+
+ data.removeDuplicates();
+
PrintUserTime("Data loaded");
// starting point score over latest n-best, accumulative n-best
@@ -312,71 +374,100 @@ int main (int argc, char **argv)
//currently sparse weights are not even loaded
//statscore_t score = TheScorer->score(bests);
- if (tooptimizestr.length() > 0) {
- cerr << "Weights to optimize: " << tooptimizestr << endl;
+ if (option.to_optimize_str.length() > 0) {
+ cerr << "Weights to optimize: " << option.to_optimize_str << endl;
+
+ // Parse the string to get weights to optimize, and set them as active.
+ vector<string> features;
+ Tokenize(option.to_optimize_str.c_str(), ',', &features);
+
+ for (vector<string>::const_iterator it = features.begin();
+ it != features.end(); ++it) {
+ const int feature_index = data.getFeatureIndex(*it);
- // Parse string to get weights to optimize, and set them as active
+ // Note: previous implementaion checked whether
+ // feature_index is less than option.pdim.
+ // However, it does not make sense when we optimize 'discrete' features,
+ // given by '-o' option like -o "d_0,lm_0,tm_2,tm_3,tm_4,w_0".
+ if (feature_index < 0) {
+ cerr << "Error: invalid feature index = " << feature_index << endl;
+ exit(1);
+ }
+ cerr << "FeatNameIndex: " << feature_index << " to insert" << endl;
+ to_optimize.push_back(feature_index);
+ }
+ } else {
+ //set all weights as active
+ to_optimize.resize(option.pdim);//We'll optimize on everything
+ for (int i = 0; i < option.pdim; i++) {
+ to_optimize[i] = 1;
+ }
+ }
+
+ positive.resize(option.pdim);
+ for (int i = 0; i < option.pdim; i++)
+ positive[i] = false;
+ if (option.positive_string.length() > 0) {
+ // Parse string to get weights that need to be positive
std::string substring;
int index;
- while (!tooptimizestr.empty()) {
- getNextPound(tooptimizestr, substring, ",");
- index = D.getFeatureIndex(substring);
- cerr << "FeatNameIndex:" << index << " to insert" << endl;
+ while (!option.positive_string.empty()) {
+ getNextPound(option.positive_string, substring, ",");
+ index = data.getFeatureIndex(substring);
//index = strtol(substring.c_str(), NULL, 10);
- if (index >= 0 && index < pdim) {
- tooptimize.push_back(index);
+ if (index >= 0 && index < option.pdim) {
+ positive[index] = true;
} else {
- cerr << "Index " << index << " is out of bounds. Allowed indexes are [0," << (pdim-1) << "]." << endl;
+ cerr << "Index " << index
+ << " is out of bounds in positivity list. Allowed indexes are [0,"
+ << (option.pdim-1) << "]." << endl;
}
}
- } else {
- //set all weights as active
- tooptimize.resize(pdim);//We'll optimize on everything
- for(int i=0; i<pdim; i++) {
- tooptimize[i]=1;
- }
}
#ifdef WITH_THREADS
- cerr << "Creating a pool of " << threads << " threads" << endl;
- Moses::ThreadPool pool(threads);
+ cerr << "Creating a pool of " << option.num_threads << " threads" << endl;
+ Moses::ThreadPool pool(option.num_threads);
#endif
- Point::setpdim(pdim);
- Point::setdim(tooptimize.size());
+ Point::setpdim(option.pdim);
+ Point::setdim(to_optimize.size());
+ Point::set_optindices(to_optimize);
//starting points consist of specified points and random restarts
vector<Point> startingPoints;
for (size_t i = 0; i < start_list.size(); ++i) {
- startingPoints.push_back(Point(start_list[i],min,max));
+ startingPoints.push_back(Point(start_list[i], min, max));
}
- for (int i = 0; i < ntry; ++i) {
- startingPoints.push_back(Point(start_list[0],min,max));
+
+ for (int i = 0; i < option.ntry; ++i) {
+ startingPoints.push_back(Point(start_list[0], min, max));
startingPoints.back().Randomize();
}
-
vector<vector<OptimizationTask*> > allTasks(1);
//optional sharding
vector<Data> shards;
- if (shard_count) {
- D.createShards(shard_count, shard_size, scorerconfig, shards);
- allTasks.resize(shard_count);
+ if (option.shard_count) {
+ data.createShards(option.shard_count, option.shard_size, option.scorer_config, shards);
+ allTasks.resize(option.shard_count);
}
// launch tasks
- for (size_t i = 0 ; i < allTasks.size(); ++i) {
- Data& data = D;
- if (shard_count) data = shards[i]; //use the sharded data if it exists
+ for (size_t i = 0; i < allTasks.size(); ++i) {
+ Data& data_ref = data;
+ if (option.shard_count)
+ data_ref = shards[i]; //use the sharded data if it exists
+
vector<OptimizationTask*>& tasks = allTasks[i];
- Optimizer *O = OptimizerFactory::BuildOptimizer(pdim,tooptimize,start_list[0],type,nrandom);
- O->SetScorer(data.getScorer());
- O->SetFData(data.getFeatureData());
- //A task for each start point
+ Optimizer *optimizer = OptimizerFactory::BuildOptimizer(option.pdim, to_optimize, positive, start_list[0], option.optimize_type, option.nrandom);
+ optimizer->SetScorer(data_ref.getScorer());
+ optimizer->SetFeatureData(data_ref.getFeatureData());
+ // A task for each start point
for (size_t j = 0; j < startingPoints.size(); ++j) {
- OptimizationTask* task = new OptimizationTask(O, startingPoints[j]);
+ OptimizationTask* task = new OptimizationTask(optimizer, startingPoints[j]);
tasks.push_back(task);
#ifdef WITH_THREADS
pool.Submit(task);
@@ -396,27 +487,29 @@ int main (int argc, char **argv)
// collect results
for (size_t i = 0; i < allTasks.size(); ++i) {
- statscore_t best=0, mean=0, var=0;
+ statscore_t best = 0, mean = 0, var = 0;
Point bestP;
for (size_t j = 0; j < allTasks[i].size(); ++j) {
statscore_t score = allTasks[i][j]->getScore();
mean += score;
- var += score*score;
+ var += score * score;
if (score > best) {
bestP = allTasks[i][j]->getPoint();
best = score;
}
}
- mean/=(float)ntry;
- var/=(float)ntry;
- var=sqrt(abs(var-mean*mean));
- if (verboselevel()>1)
- cerr<<"shard " << i << " best score: "<< best << " variance of the score (for "<<ntry<<" try): "<<var<<endl;
+ mean /= static_cast<float>(option.ntry);
+ var /= static_cast<float>(option.ntry);
+ var = sqrt(abs(var - mean * mean));
+
+ if (verboselevel() > 1) {
+ cerr << "shard " << i << " best score: " << best << " variance of the score (for " << option.ntry << " try): " << var << endl;
+ }
totalP += bestP;
total += best;
- if (verboselevel()>1)
+ if (verboselevel() > 1)
cerr << "bestP " << bestP << endl;
}
@@ -424,16 +517,19 @@ int main (int argc, char **argv)
Point finalP = totalP * (1.0 / allTasks.size());
statscore_t final = total / allTasks.size();
- if (verboselevel()>1)
+ if (verboselevel() > 1)
cerr << "bestP: " << finalP << endl;
// L1-Normalization of the best Point
- if ((int)tooptimize.size() == pdim)
+ if (static_cast<int>(to_optimize.size()) == option.pdim) {
finalP.NormalizeL1();
+ }
cerr << "Best point: " << finalP << " => " << final << endl;
- ofstream res("weights.txt");
- res<<finalP<<endl;
+
+ if (!WriteFinalWeights(kOutputFile, finalP)) {
+ cerr << "Warning: Failed to write the final point" << endl;
+ }
for (size_t i = 0; i < allTasks.size(); ++i) {
allTasks[i][0]->resetOptimizer();
@@ -442,6 +538,7 @@ int main (int argc, char **argv)
}
}
- delete TheScorer;
PrintUserTime("Stopping...");
+
+ return 0;
}
diff --git a/mert/pro.cpp b/mert/pro.cpp
index aa92d4373..e1d2ebcfd 100644
--- a/mert/pro.cpp
+++ b/mert/pro.cpp
@@ -21,8 +21,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
-/**
- * This is part of the PRO implementation. It converts the features and scores
+/**
+ * This is part of the PRO implementation. It converts the features and scores
* files into a form suitable for input into the megam maxent trainer.
*
* For details of PRO, refer to Hopkins & May (EMNLP 2011)
@@ -34,9 +34,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <iostream>
#include <string>
#include <vector>
+#include <utility>
#include <boost/program_options.hpp>
+#include "BleuScorer.h"
#include "FeatureDataIterator.h"
#include "ScoreDataIterator.h"
@@ -46,49 +48,33 @@ namespace po = boost::program_options;
class SampledPair {
private:
- pair<size_t,size_t> translation1;
- pair<size_t,size_t> translation2;
- float scoreDiff;
-public:
- SampledPair(const pair<size_t,size_t>& t1, const pair<size_t,size_t>& t2, float diff ) {
- if (diff > 0) {
- translation1 = t1;
- translation2 = t2;
- scoreDiff = diff;
- }
- else {
- translation1 = t2;
- translation2 = t1;
- scoreDiff = -diff;
- }
- }
- float getDiff() const { return scoreDiff; }
- const pair<size_t,size_t>& getTranslation1() const { return translation1; }
- const pair<size_t,size_t>& getTranslation2() const { return translation2; }
-};
+ pair<size_t,size_t> m_translation1;
+ pair<size_t,size_t> m_translation2;
+ float m_score_diff;
+public:
+ SampledPair(const pair<size_t,size_t>& t1, const pair<size_t,size_t>& t2, float diff ) {
+ if (diff > 0) {
+ m_translation1 = t1;
+ m_translation2 = t2;
+ m_score_diff = diff;
+ } else {
+ m_translation1 = t2;
+ m_translation2 = t1;
+ m_score_diff = -diff;
+ }
+ }
-static float sentenceLevelBleuPlusOne(const vector<float>& stats) {
- float logbleu = 0.0;
- const unsigned int bleu_order = 4;
- for (unsigned int j=0; j<bleu_order; j++) {
- //cerr << (stats.get(2*j)+1) << "/" << (stats.get(2*j+1)+1) << " ";
- logbleu += log(stats[2*j]+1) - log(stats[2*j+1]+1);
- }
- logbleu /= bleu_order;
- float brevity = 1.0 - (float)stats[(bleu_order*2)]/stats[1];
- if (brevity < 0.0) {
- logbleu += brevity;
- }
- //cerr << brevity << " -> " << exp(logbleu) << endl;
- return exp(logbleu);
-}
+ float getDiff() const { return m_score_diff; }
+ const pair<size_t,size_t>& getTranslation1() const { return m_translation1; }
+ const pair<size_t,size_t>& getTranslation2() const { return m_translation2; }
+};
static void outputSample(ostream& out, const FeatureDataItem& f1, const FeatureDataItem& f2) {
// difference in score in regular features
- for(unsigned int j=0; j<f1.dense.size(); j++)
- if (abs(f1.dense[j]-f2.dense[j]) > 0.00001)
- out << " F" << j << " " << (f1.dense[j]-f2.dense[j]);
+ for(unsigned int j=0; j<f1.dense.size(); j++)
+ if (abs(f1.dense[j]-f2.dense[j]) > 0.00001)
+ out << " F" << j << " " << (f1.dense[j]-f2.dense[j]);
if (f1.sparse.size() || f2.sparse.size()) {
out << " ";
@@ -101,27 +87,27 @@ static void outputSample(ostream& out, const FeatureDataItem& f1, const FeatureD
}
}
-
-int main(int argc, char** argv)
+
+int main(int argc, char** argv)
{
bool help;
vector<string> scoreFiles;
vector<string> featureFiles;
int seed;
string outputFile;
- //TODO: options
- const unsigned int n_candidates = 5000; // Gamma, in Hopkins & May
- const unsigned int n_samples = 50; // Xi, in Hopkins & May
- const float min_diff = 0.05;
+ // TODO: Add these constants to options
+ const unsigned int n_candidates = 5000; // Gamma, in Hopkins & May
+ const unsigned int n_samples = 50; // Xi, in Hopkins & May
+ const float min_diff = 0.05;
po::options_description desc("Allowed options");
desc.add_options()
- ("help,h", po::value(&help)->zero_tokens()->default_value(false), "Print this help message and exit")
- ("scfile,S", po::value<vector<string> >(&scoreFiles), "Scorer data files")
- ("ffile,F", po::value<vector<string> > (&featureFiles), "Feature data files")
- ("random-seed,r", po::value<int>(&seed), "Seed for random number generation")
- ("output-file,o", po::value<string>(&outputFile), "Output file")
- ;
+ ("help,h", po::value(&help)->zero_tokens()->default_value(false), "Print this help message and exit")
+ ("scfile,S", po::value<vector<string> >(&scoreFiles), "Scorer data files")
+ ("ffile,F", po::value<vector<string> > (&featureFiles), "Feature data files")
+ ("random-seed,r", po::value<int>(&seed), "Seed for random number generation")
+ ("output-file,o", po::value<string>(&outputFile), "Output file")
+ ;
po::options_description cmdline_options;
cmdline_options.add(desc);
@@ -134,7 +120,7 @@ int main(int argc, char** argv)
cout << desc << endl;
exit(0);
}
-
+
if (vm.count("random-seed")) {
cerr << "Initialising random seed to " << seed << endl;
srand(seed);
@@ -167,7 +153,7 @@ int main(int argc, char** argv)
out = &cout;
}
-
+
vector<FeatureDataIterator> featureDataIters;
vector<ScoreDataIterator> scoreDataIters;
for (size_t i = 0; i < featureFiles.size(); ++i) {
@@ -179,7 +165,7 @@ int main(int argc, char** argv)
size_t sentenceId = 0;
while(1) {
vector<pair<size_t,size_t> > hypotheses;
- //TODO: de-deuping. Collect hashes of score,feature pairs and
+ //TODO: de-deuping. Collect hashes of score,feature pairs and
//only add index if it's unique.
if (featureDataIters[0] == FeatureDataIterator::end()) {
break;
@@ -214,7 +200,7 @@ int main(int argc, char** argv)
size_t rand2 = rand() % n_translations;
pair<size_t,size_t> translation2 = hypotheses[rand2];
float bleu2 = sentenceLevelBleuPlusOne(scoreDataIters[translation2.first]->operator[](translation2.second));
-
+
/*
cerr << "t(" << translation1.first << "," << translation1.second << ") = " << bleu1 <<
" t(" << translation2.first << "," << translation2.second << ") = " <<
@@ -222,7 +208,7 @@ int main(int argc, char** argv)
*/
if (abs(bleu1-bleu2) < min_diff)
continue;
-
+
samples.push_back(SampledPair(translation1, translation2, bleu1-bleu2));
scores.push_back(1.0-abs(bleu1-bleu2));
}
@@ -261,4 +247,3 @@ int main(int argc, char** argv)
outFile.close();
}
-
diff --git a/misc/processLexicalTable.vcxproj b/misc/processLexicalTable.vcxproj
index cb32fb1c4..bdb2719fd 100644
--- a/misc/processLexicalTable.vcxproj
+++ b/misc/processLexicalTable.vcxproj
@@ -58,7 +58,7 @@
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<Link>
- <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
@@ -78,7 +78,7 @@
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link>
- <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;$(SolutionDir)$(Configuration)\kenlm.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>zdll.lib;$(SolutionDir)$(Configuration)\moses.lib;%(AdditionalDependencies)</AdditionalDependencies>
<GenerateDebugInformation>true</GenerateDebugInformation>
<SubSystem>Console</SubSystem>
<OptimizeReferences>true</OptimizeReferences>
diff --git a/misc/queryLexicalTable.cpp b/misc/queryLexicalTable.cpp
index 166549267..45eb68867 100644
--- a/misc/queryLexicalTable.cpp
+++ b/misc/queryLexicalTable.cpp
@@ -24,7 +24,7 @@ void printHelp()
std::ostream& operator<<(std::ostream& o, Scores s)
{
- for(int i = 0; i < s.size(); ++i) {
+ for(size_t i = 0; i < s.size(); ++i) {
o << s[i] << " ";
}
//o << std::endln;
diff --git a/moses-chart-cmd/src/IOWrapper.cpp b/moses-chart-cmd/src/IOWrapper.cpp
index d758f97d8..9ce2118cb 100644
--- a/moses-chart-cmd/src/IOWrapper.cpp
+++ b/moses-chart-cmd/src/IOWrapper.cpp
@@ -45,7 +45,6 @@ POSSIBILITY OF SUCH DAMAGE.
#include "ChartTrellisPath.h"
#include "ChartTranslationOption.h"
#include "ChartHypothesis.h"
-#include "DotChart.h"
#include <boost/algorithm/string.hpp>
#include "FeatureVector.h"
@@ -164,9 +163,12 @@ void OutputSurface(std::ostream &out, const Phrase &phrase, const std::vector<Fa
for (size_t pos = 0 ; pos < size ; pos++) {
const Factor *factor = phrase.GetFactor(pos, outputFactorOrder[0]);
out << *factor;
+ CHECK(factor);
for (size_t i = 1 ; i < outputFactorOrder.size() ; i++) {
const Factor *factor = phrase.GetFactor(pos, outputFactorOrder[i]);
+ CHECK(factor);
+
out << "|" << *factor;
}
out << " ";
@@ -208,6 +210,8 @@ void IOWrapper::OutputBestHypo(const std::vector<const Factor*>& mbrBestHypo, l
{
for (size_t i = 0 ; i < mbrBestHypo.size() ; i++) {
const Factor *factor = mbrBestHypo[i];
+ CHECK(factor);
+
cout << *factor << " ";
}
}
@@ -231,14 +235,71 @@ void OutputInput(std::ostream& os, const ChartHypothesis* hypo)
}
*/
-void OutputTranslationOptions(std::ostream &out, const ChartHypothesis *hypo, long translationId)
+namespace {
+
+typedef std::vector<std::pair<Word, WordsRange> > ApplicationContext;
+
+// Given a hypothesis and sentence, reconstructs the 'application context' --
+// the source RHS symbols of the SCFG rule that was applied, plus their spans.
+void ReconstructApplicationContext(const ChartHypothesis &hypo,
+ const Sentence &sentence,
+ ApplicationContext &context)
{
+ context.clear();
+ const std::vector<const ChartHypothesis*> &prevHypos = hypo.GetPrevHypos();
+ std::vector<const ChartHypothesis*>::const_iterator p = prevHypos.begin();
+ std::vector<const ChartHypothesis*>::const_iterator end = prevHypos.end();
+ const WordsRange &span = hypo.GetCurrSourceRange();
+ size_t i = span.GetStartPos();
+ while (i <= span.GetEndPos()) {
+ if (p == end || i < (*p)->GetCurrSourceRange().GetStartPos()) {
+ // Symbol is a terminal.
+ const Word &symbol = sentence.GetWord(i);
+ context.push_back(std::make_pair(symbol, WordsRange(i, i)));
+ ++i;
+ } else {
+ // Symbol is a non-terminal.
+ const Word &symbol = (*p)->GetTargetLHS();
+ const WordsRange &range = (*p)->GetCurrSourceRange();
+ context.push_back(std::make_pair(symbol, range));
+ i = range.GetEndPos()+1;
+ ++p;
+ }
+ }
+}
+
+// Emulates the old operator<<(ostream &, const DottedRule &) function. The
+// output format is a bit odd (reverse order and double spacing between symbols)
+// but there are scripts and tools that expect the output of -T to look like
+// that.
+void WriteApplicationContext(std::ostream &out,
+ const ApplicationContext &context)
+{
+ assert(!context.empty());
+ ApplicationContext::const_reverse_iterator p = context.rbegin();
+ while (true) {
+ out << p->second << "=" << p->first << " ";
+ if (++p == context.rend()) {
+ break;
+ }
+ out << " ";
+ }
+}
+
+} // anonymous namespace
+
+void OutputTranslationOptions(std::ostream &out, const ChartHypothesis *hypo, const Sentence &sentence, long translationId)
+{
+ static ApplicationContext applicationContext;
+
// recursive
if (hypo != NULL) {
+ ReconstructApplicationContext(*hypo, sentence, applicationContext);
out << "Trans Opt " << translationId
<< " " << hypo->GetCurrSourceRange()
- << ": " << hypo->GetTranslationOption().GetDottedRule()
- << ": " << hypo->GetCurrTargetPhrase().GetTargetLHS()
+ << ": ";
+ WriteApplicationContext(out, applicationContext);
+ out << ": " << hypo->GetCurrTargetPhrase().GetTargetLHS()
<< "->" << hypo->GetCurrTargetPhrase()
<< " " << hypo->GetTotalScore() << hypo->GetScoreBreakdown()
<< endl;
@@ -248,19 +309,20 @@ void OutputTranslationOptions(std::ostream &out, const ChartHypothesis *hypo, lo
std::vector<const ChartHypothesis*>::const_iterator iter;
for (iter = prevHypos.begin(); iter != prevHypos.end(); ++iter) {
const ChartHypothesis *prevHypo = *iter;
- OutputTranslationOptions(out, prevHypo, translationId);
+ OutputTranslationOptions(out, prevHypo, sentence, translationId);
}
}
void IOWrapper::OutputDetailedTranslationReport(
const ChartHypothesis *hypo,
+ const Sentence &sentence,
long translationId)
{
if (hypo == NULL) {
return;
}
std::ostringstream out;
- OutputTranslationOptions(out, hypo, translationId);
+ OutputTranslationOptions(out, hypo, sentence, translationId);
CHECK(m_detailOutputCollector);
m_detailOutputCollector->Write(translationId, out.str());
}
diff --git a/moses-chart-cmd/src/IOWrapper.h b/moses-chart-cmd/src/IOWrapper.h
index 058ee0712..3c4c32545 100644
--- a/moses-chart-cmd/src/IOWrapper.h
+++ b/moses-chart-cmd/src/IOWrapper.h
@@ -85,7 +85,7 @@ public:
void OutputBestHypo(const std::vector<const Moses::Factor*>& mbrBestHypo, long translationId, bool reportSegmentation, bool reportAllFactors);
void OutputNBestList(const Moses::ChartTrellisPathList &nBestList, const Moses::ChartHypothesis *bestHypo, const Moses::TranslationSystem* system, long translationId);
void OutputSparseFeatureScores(std::ostream& out, const Moses::ChartTrellisPath &path, const Moses::FeatureFunction *ff, std::string &lastName);
- void OutputDetailedTranslationReport(const Moses::ChartHypothesis *hypo, long translationId);
+ void OutputDetailedTranslationReport(const Moses::ChartHypothesis *hypo, const Moses::Sentence &sentence, long translationId);
void Backtrack(const Moses::ChartHypothesis *hypo);
void ResetTranslationId();
diff --git a/moses-chart-cmd/src/Main.cpp b/moses-chart-cmd/src/Main.cpp
index f41bdb701..88316bb9c 100644
--- a/moses-chart-cmd/src/Main.cpp
+++ b/moses-chart-cmd/src/Main.cpp
@@ -37,6 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
//#include <vld.h>
#endif
+#include <exception>
#include <fstream>
#include "Main.h"
#include "FactorCollection.h"
@@ -57,13 +58,6 @@ POSSIBILITY OF SUCH DAMAGE.
#include "ChartTrellisPath.h"
#include "ChartTrellisPathList.h"
-#if HAVE_CONFIG_H
-#include "config.h"
-#else
-// those not using autoconf have to build MySQL support for now
-# define USE_MYSQL 1
-#endif
-
using namespace std;
using namespace Moses;
@@ -104,7 +98,8 @@ public:
}
if (staticData.IsDetailedTranslationReportingEnabled()) {
- m_ioWrapper.OutputDetailedTranslationReport(bestHypo, lineNumber);
+ const Sentence &sentence = dynamic_cast<const Sentence &>(*m_source);
+ m_ioWrapper.OutputDetailedTranslationReport(bestHypo, sentence, lineNumber);
}
// n-best
@@ -209,73 +204,79 @@ static void ShowWeights()
int main(int argc, char* argv[])
{
- IFVERBOSE(1) {
- TRACE_ERR("command: ");
- for(int i=0; i<argc; ++i) TRACE_ERR(argv[i]<<" ");
- TRACE_ERR(endl);
- }
+ try {
+ IFVERBOSE(1) {
+ TRACE_ERR("command: ");
+ for(int i=0; i<argc; ++i) TRACE_ERR(argv[i]<<" ");
+ TRACE_ERR(endl);
+ }
- IOWrapper::FixPrecision(cout);
- IOWrapper::FixPrecision(cerr);
+ IOWrapper::FixPrecision(cout);
+ IOWrapper::FixPrecision(cerr);
- // load data structures
- Parameter parameter;
- if (!parameter.LoadParam(argc, argv)) {
- return EXIT_FAILURE;
- }
+ // load data structures
+ Parameter parameter;
+ if (!parameter.LoadParam(argc, argv)) {
+ return EXIT_FAILURE;
+ }
- const StaticData &staticData = StaticData::Instance();
- if (!StaticData::LoadDataStatic(&parameter))
- return EXIT_FAILURE;
+ const StaticData &staticData = StaticData::Instance();
+ if (!StaticData::LoadDataStatic(&parameter))
+ return EXIT_FAILURE;
- if (parameter.isParamSpecified("show-weights")) {
- ShowWeights();
- exit(0);
- }
+ if (parameter.isParamSpecified("show-weights")) {
+ ShowWeights();
+ exit(0);
+ }
- CHECK(staticData.GetSearchAlgorithm() == ChartDecoding);
+ CHECK(staticData.GetSearchAlgorithm() == ChartDecoding);
- // set up read/writing class
- IOWrapper *ioWrapper = GetIODevice(staticData);
+ // set up read/writing class
+ IOWrapper *ioWrapper = GetIODevice(staticData);
- // check on weights
- const ScoreComponentCollection& weights = staticData.GetAllWeights();
- IFVERBOSE(2) {
- TRACE_ERR("The global weight vector looks like this: ");
- TRACE_ERR(weights);
- TRACE_ERR("\n");
- }
+ // check on weights
+ const ScoreComponentCollection& weights = staticData.GetAllWeights();
+ IFVERBOSE(2) {
+ TRACE_ERR("The global weight vector looks like this: ");
+ TRACE_ERR(weights);
+ TRACE_ERR("\n");
+ }
- if (ioWrapper == NULL)
- return EXIT_FAILURE;
+ if (ioWrapper == NULL)
+ return EXIT_FAILURE;
#ifdef WITH_THREADS
- ThreadPool pool(staticData.ThreadCount());
+ ThreadPool pool(staticData.ThreadCount());
#endif
-
- // read each sentence & decode
- InputType *source=0;
- while(ReadInput(*ioWrapper,staticData.GetInputType(),source)) {
- IFVERBOSE(1)
- ResetUserTime();
- TranslationTask *task = new TranslationTask(source, *ioWrapper);
- source = NULL; // task will delete source
+
+ // read each sentence & decode
+ InputType *source=0;
+ while(ReadInput(*ioWrapper,staticData.GetInputType(),source)) {
+ IFVERBOSE(1)
+ ResetUserTime();
+ TranslationTask *task = new TranslationTask(source, *ioWrapper);
+ source = NULL; // task will delete source
#ifdef WITH_THREADS
- pool.Submit(task); // pool will delete task
+ pool.Submit(task); // pool will delete task
#else
- task->Run();
- delete task;
+ task->Run();
+ delete task;
#endif
- }
-
+ }
+
#ifdef WITH_THREADS
- pool.Stop(true); // flush remaining jobs
+ pool.Stop(true); // flush remaining jobs
#endif
-
- delete ioWrapper;
-
- IFVERBOSE(1)
- PrintUserTime("End.");
+
+ delete ioWrapper;
+
+ IFVERBOSE(1)
+ PrintUserTime("End.");
+
+ } catch (const std::exception &e) {
+ std::cerr << "Exception: " << e.what() << std::endl;
+ return EXIT_FAILURE;
+ }
#ifdef HACK_EXIT
//This avoids that detructors are called (it can take a long time)
diff --git a/moses-chart-cmd/src/mbr.cpp b/moses-chart-cmd/src/mbr.cpp
index 633a518b8..1b1b49d39 100644
--- a/moses-chart-cmd/src/mbr.cpp
+++ b/moses-chart-cmd/src/mbr.cpp
@@ -130,9 +130,9 @@ vector<const Factor*> doMBR(const TrellisPathList& nBestList)
int minMBRLossIdx = -1;
/* Main MBR computation done here */
- for (int i = 0; i < nBestList.GetSize(); i++) {
+ for (size_t i = 0; i < nBestList.GetSize(); i++) {
weightedLossCumul = 0;
- for (int j = 0; j < nBestList.GetSize(); j++) {
+ for (size_t j = 0; j < nBestList.GetSize(); j++) {
if ( i != j) {
bleu = calculate_score(translations, j, i,ngram_stats );
weightedLoss = ( 1 - bleu) * ( joint_prob_vec[j]/marginal);
diff --git a/moses-cmd/src/IOWrapper.cpp b/moses-cmd/src/IOWrapper.cpp
index 270f17c82..f164d8fe8 100644
--- a/moses-cmd/src/IOWrapper.cpp
+++ b/moses-cmd/src/IOWrapper.cpp
@@ -188,9 +188,11 @@ InputType*IOWrapper::GetInput(InputType* inputType)
/***
* print surface factor only for the given phrase
*/
-void OutputSurface(std::ostream &out, const Phrase &phrase, const std::vector<FactorType> &outputFactorOrder, bool reportAllFactors)
+void OutputSurface(std::ostream &out, const Hypothesis &edge, const std::vector<FactorType> &outputFactorOrder,
+ bool reportSegmentation, bool reportAllFactors)
{
CHECK(outputFactorOrder.size() > 0);
+ const Phrase& phrase = edge.GetCurrTargetPhrase();
if (reportAllFactors == true) {
out << phrase;
} else {
@@ -198,14 +200,33 @@ void OutputSurface(std::ostream &out, const Phrase &phrase, const std::vector<Fa
for (size_t pos = 0 ; pos < size ; pos++) {
const Factor *factor = phrase.GetFactor(pos, outputFactorOrder[0]);
out << *factor;
+ CHECK(factor);
for (size_t i = 1 ; i < outputFactorOrder.size() ; i++) {
const Factor *factor = phrase.GetFactor(pos, outputFactorOrder[i]);
+ CHECK(factor);
+
out << "|" << *factor;
}
out << " ";
}
}
+
+ // trace option "-t"
+ if (reportSegmentation == true && phrase.GetSize() > 0) {
+ out << "|" << edge.GetCurrSourceWordsRange().GetStartPos()
+ << "-" << edge.GetCurrSourceWordsRange().GetEndPos() << "| ";
+ }
+}
+
+void OutputBestSurface(std::ostream &out, const Hypothesis *hypo, const std::vector<FactorType> &outputFactorOrder,
+ bool reportSegmentation, bool reportAllFactors)
+{
+ if (hypo != NULL) {
+ // recursively retrace this best path through the lattice, starting from the end of the hypothesis sentence
+ OutputBestSurface(out, hypo->GetPrevHypo(), outputFactorOrder, reportSegmentation, reportAllFactors);
+ OutputSurface(out, *hypo, outputFactorOrder, reportSegmentation, reportAllFactors);
+ }
}
void OutputAlignment(ostream &out, const AlignmentInfo &ai, size_t sourceOffset, size_t targetOffset)
@@ -266,35 +287,13 @@ void OutputAlignment(OutputCollector* collector, size_t lineNo , const TrellisPa
}
}
-void OutputSurface(std::ostream &out, const Hypothesis *hypo, const std::vector<FactorType> &outputFactorOrder
- ,bool reportSegmentation, bool reportAllFactors)
-{
- if ( hypo != NULL) {
- OutputSurface(out, hypo->GetPrevHypo(), outputFactorOrder, reportSegmentation, reportAllFactors);
- OutputSurface(out, hypo->GetCurrTargetPhrase(), outputFactorOrder, reportAllFactors);
-
- // trace option "-t"
- if (reportSegmentation == true
- && hypo->GetCurrTargetPhrase().GetSize() > 0) {
- out << "|" << hypo->GetCurrSourceWordsRange().GetStartPos()
- << "-" << hypo->GetCurrSourceWordsRange().GetEndPos() << "| ";
- }
- }
-}
-
-void OutputBestHypo(const Moses::TrellisPath &path, long /*translationId*/,bool reportSegmentation, bool reportAllFactors, std::ostream &out)
+void OutputBestHypo(const Moses::TrellisPath &path, long /*translationId*/, bool reportSegmentation, bool reportAllFactors, std::ostream &out)
{
const std::vector<const Hypothesis *> &edges = path.GetEdges();
for (int currEdge = (int)edges.size() - 1 ; currEdge >= 0 ; currEdge--) {
const Hypothesis &edge = *edges[currEdge];
-
- OutputSurface(out, edge.GetCurrTargetPhrase(), StaticData::Instance().GetOutputFactorOrder(), reportAllFactors);
- if (reportSegmentation == true
- && edge.GetCurrTargetPhrase().GetSize() > 0) {
- out << "|" << edge.GetCurrSourceWordsRange().GetStartPos()
- << "-" << edge.GetCurrSourceWordsRange().GetEndPos() << "| ";
- }
+ OutputSurface(out, edge, StaticData::Instance().GetOutputFactorOrder(), reportSegmentation, reportAllFactors);
}
out << endl;
}
@@ -313,6 +312,7 @@ void OutputBestHypo(const std::vector<Word>& mbrBestHypo, long /*translationId*
for (size_t i = 0 ; i < mbrBestHypo.size() ; i++) {
const Factor *factor = mbrBestHypo[i].GetFactor(StaticData::Instance().GetOutputFactorOrder()[0]);
+ CHECK(factor);
if (i>0) out << " " << *factor;
else out << *factor;
}
@@ -349,7 +349,7 @@ void IOWrapper::OutputBestHypo(const Hypothesis *hypo, long /*translationId*/, b
OutputInput(cout, hypo);
cout << "||| ";
}
- OutputSurface(cout, hypo, m_outputFactorOrder, reportSegmentation, reportAllFactors);
+ OutputBestSurface(cout, hypo, m_outputFactorOrder, reportSegmentation, reportAllFactors);
cout << endl;
}
} else {
@@ -360,7 +360,7 @@ void IOWrapper::OutputBestHypo(const Hypothesis *hypo, long /*translationId*/, b
}
}
-void OutputNBest(std::ostream& out, const Moses::TrellisPathList &nBestList, const std::vector<Moses::FactorType>& outputFactorOrder, const TranslationSystem* system, long translationId)
+void OutputNBest(std::ostream& out, const Moses::TrellisPathList &nBestList, const std::vector<Moses::FactorType>& outputFactorOrder, const TranslationSystem* system, long translationId, bool reportSegmentation)
{
const StaticData &staticData = StaticData::Instance();
bool labeledOutput = staticData.IsLabeledNBestList();
@@ -377,7 +377,7 @@ void OutputNBest(std::ostream& out, const Moses::TrellisPathList &nBestList, con
out << translationId << " ||| ";
for (int currEdge = (int)edges.size() - 1 ; currEdge >= 0 ; currEdge--) {
const Hypothesis &edge = *edges[currEdge];
- OutputSurface(out, edge.GetCurrTargetPhrase(), outputFactorOrder, reportAllFactors);
+ OutputSurface(out, edge, outputFactorOrder, reportSegmentation, reportAllFactors);
}
out << " |||";
diff --git a/moses-cmd/src/IOWrapper.h b/moses-cmd/src/IOWrapper.h
index be792e276..7ae4472ab 100644
--- a/moses-cmd/src/IOWrapper.h
+++ b/moses-cmd/src/IOWrapper.h
@@ -119,9 +119,9 @@ public:
IOWrapper *GetIODevice(const Moses::StaticData &staticData);
bool ReadInput(IOWrapper &ioWrapper, Moses::InputTypeEnum inputType, Moses::InputType*& source);
-void OutputSurface(std::ostream &out, const Moses::Hypothesis *hypo, const std::vector<Moses::FactorType> &outputFactorOrder ,bool reportSegmentation, bool reportAllFactors);
+void OutputBestSurface(std::ostream &out, const Moses::Hypothesis *hypo, const std::vector<Moses::FactorType> &outputFactorOrder, bool reportSegmentation, bool reportAllFactors);
void OutputNBest(std::ostream& out, const Moses::TrellisPathList &nBestList, const std::vector<Moses::FactorType>&,
- const TranslationSystem* system, long translationId);
+ const TranslationSystem* system, long translationId, bool reportSegmentation);
void OutputAllFeatureScores(std::ostream& out, const TranslationSystem* system, const TrellisPath &path);
void OutputFeatureScores(std::ostream& out, const TrellisPath &path, const FeatureFunction *ff, std::string &lastName);
void OutputLatticeMBRNBest(std::ostream& out, const std::vector<LatticeMBRSolution>& solutions,long translationId);
diff --git a/moses-cmd/src/LatticeMBR.cpp b/moses-cmd/src/LatticeMBR.cpp
index cf172d737..b579fb592 100644
--- a/moses-cmd/src/LatticeMBR.cpp
+++ b/moses-cmd/src/LatticeMBR.cpp
@@ -148,13 +148,13 @@ void pruneLatticeFB(Lattice & connectedHyp, map < const Hypothesis*, set <const
//sort hyps based on estimated scores - do so by copying to multimap
multimap<float, const Hypothesis*> sortHypsByVal;
for (size_t i =0; i < estimatedScores.size(); ++i) {
- sortHypsByVal.insert(make_pair<float, const Hypothesis*>(estimatedScores[i], connectedHyp[i]));
+ sortHypsByVal.insert(make_pair(estimatedScores[i], connectedHyp[i]));
}
multimap<float, const Hypothesis*>::const_iterator it = --sortHypsByVal.end();
float bestScore = it->first;
//store best score as score of hyp 0
- sortHypsByVal.insert(make_pair<float, const Hypothesis*>(bestScore, emptyHyp));
+ sortHypsByVal.insert(make_pair(bestScore, emptyHyp));
IFVERBOSE(3) {
diff --git a/moses-cmd/src/Main.cpp b/moses-cmd/src/Main.cpp
index 0eeaa74e5..3b2f308d1 100644
--- a/moses-cmd/src/Main.cpp
+++ b/moses-cmd/src/Main.cpp
@@ -23,6 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Moses main, for single-threaded and multi-threaded.
**/
+#include <exception>
#include <fstream>
#include <sstream>
#include <vector>
@@ -153,7 +154,7 @@ public:
OutputInput(out, bestHypo);
out << "||| ";
}
- OutputSurface(
+ OutputBestSurface(
out,
bestHypo,
staticData.GetOutputFactorOrder(),
@@ -238,7 +239,8 @@ public:
TrellisPathList nBestList;
ostringstream out;
manager.CalcNBest(staticData.GetNBestSize(), nBestList,staticData.GetDistinctNBest());
- OutputNBest(out,nBestList, staticData.GetOutputFactorOrder(), manager.GetTranslationSystem(), m_lineNumber);
+ OutputNBest(out, nBestList, staticData.GetOutputFactorOrder(), manager.GetTranslationSystem(), m_lineNumber,
+ staticData.GetReportSegmentation());
m_nbestCollector->Write(m_lineNumber, out.str());
}
@@ -247,7 +249,8 @@ public:
TrellisPathList latticeSamples;
ostringstream out;
manager.CalcLatticeSamples(staticData.GetLatticeSamplesSize(), latticeSamples);
- OutputNBest(out,latticeSamples, staticData.GetOutputFactorOrder(), manager.GetTranslationSystem(), m_lineNumber);
+ OutputNBest(out,latticeSamples, staticData.GetOutputFactorOrder(), manager.GetTranslationSystem(), m_lineNumber,
+ staticData.GetReportSegmentation());
m_latticeSamplesCollector->Write(m_lineNumber, out.str());
}
@@ -331,171 +334,178 @@ static void ShowWeights()
/** main function of the command line version of the decoder **/
int main(int argc, char** argv)
{
-
+ try {
+
#ifdef HAVE_PROTOBUF
- GOOGLE_PROTOBUF_VERIFY_VERSION;
+ GOOGLE_PROTOBUF_VERIFY_VERSION;
#endif
- // echo command line, if verbose
- IFVERBOSE(1) {
- TRACE_ERR("command: ");
- for(int i=0; i<argc; ++i) TRACE_ERR(argv[i]<<" ");
- TRACE_ERR(endl);
- }
+ // echo command line, if verbose
+ IFVERBOSE(1) {
+ TRACE_ERR("command: ");
+ for(int i=0; i<argc; ++i) TRACE_ERR(argv[i]<<" ");
+ TRACE_ERR(endl);
+ }
- // set number of significant decimals in output
- fix(cout,PRECISION);
- fix(cerr,PRECISION);
+ // set number of significant decimals in output
+ fix(cout,PRECISION);
+ fix(cerr,PRECISION);
- // load all the settings into the Parameter class
- // (stores them as strings, or array of strings)
- Parameter* params = new Parameter();
- if (!params->LoadParam(argc,argv)) {
- params->Explain();
- exit(1);
- }
+ // load all the settings into the Parameter class
+ // (stores them as strings, or array of strings)
+ Parameter* params = new Parameter();
+ if (!params->LoadParam(argc,argv)) {
+ params->Explain();
+ exit(1);
+ }
- // initialize all "global" variables, which are stored in StaticData
- // note: this also loads models such as the language model, etc.
- if (!StaticData::LoadDataStatic(params)) {
- exit(1);
- }
+ // initialize all "global" variables, which are stored in StaticData
+ // note: this also loads models such as the language model, etc.
+ if (!StaticData::LoadDataStatic(params)) {
+ exit(1);
+ }
- // setting "-show-weights" -> just dump out weights and exit
- if (params->isParamSpecified("show-weights")) {
- ShowWeights();
- exit(0);
- }
+ // setting "-show-weights" -> just dump out weights and exit
+ if (params->isParamSpecified("show-weights")) {
+ ShowWeights();
+ exit(0);
+ }
- // shorthand for accessing information in StaticData
- const StaticData& staticData = StaticData::Instance();
+ // shorthand for accessing information in StaticData
+ const StaticData& staticData = StaticData::Instance();
- //initialise random numbers
- srand(time(NULL));
+ //initialise random numbers
+ srand(time(NULL));
- // set up read/writing class
- IOWrapper* ioWrapper = GetIODevice(staticData);
- if (!ioWrapper) {
- cerr << "Error; Failed to create IO object" << endl;
- exit(1);
- }
+ // set up read/writing class
+ IOWrapper* ioWrapper = GetIODevice(staticData);
+ if (!ioWrapper) {
+ cerr << "Error; Failed to create IO object" << endl;
+ exit(1);
+ }
- // check on weights
- const ScoreComponentCollection& weights = staticData.GetAllWeights();
- IFVERBOSE(2) {
- TRACE_ERR("The global weight vector looks like this: ");
- TRACE_ERR(weights);
- TRACE_ERR("\n");
- }
+ // check on weights
+ const ScoreComponentCollection& weights = staticData.GetAllWeights();
+ IFVERBOSE(2) {
+ TRACE_ERR("The global weight vector looks like this: ");
+ TRACE_ERR(weights);
+ TRACE_ERR("\n");
+ }
- // initialize output streams
- // note: we can't just write to STDOUT or files
- // because multithreading may return sentences in shuffled order
- auto_ptr<OutputCollector> outputCollector; // for translations
- auto_ptr<OutputCollector> nbestCollector; // for n-best lists
- auto_ptr<OutputCollector> latticeSamplesCollector; //for lattice samples
- auto_ptr<ofstream> nbestOut;
- auto_ptr<ofstream> latticeSamplesOut;
- size_t nbestSize = staticData.GetNBestSize();
- string nbestFile = staticData.GetNBestFilePath();
- bool output1best = true;
- if (nbestSize) {
- if (nbestFile == "-" || nbestFile == "/dev/stdout") {
- // nbest to stdout, no 1-best
- nbestCollector.reset(new OutputCollector());
- output1best = false;
- } else {
- // nbest to file, 1-best to stdout
- nbestOut.reset(new ofstream(nbestFile.c_str()));
- if (!nbestOut->good()) {
- TRACE_ERR("ERROR: Failed to open " << nbestFile << " for nbest lists" << endl);
- exit(1);
+ // initialize output streams
+ // note: we can't just write to STDOUT or files
+ // because multithreading may return sentences in shuffled order
+ auto_ptr<OutputCollector> outputCollector; // for translations
+ auto_ptr<OutputCollector> nbestCollector; // for n-best lists
+ auto_ptr<OutputCollector> latticeSamplesCollector; //for lattice samples
+ auto_ptr<ofstream> nbestOut;
+ auto_ptr<ofstream> latticeSamplesOut;
+ size_t nbestSize = staticData.GetNBestSize();
+ string nbestFile = staticData.GetNBestFilePath();
+ bool output1best = true;
+ if (nbestSize) {
+ if (nbestFile == "-" || nbestFile == "/dev/stdout") {
+ // nbest to stdout, no 1-best
+ nbestCollector.reset(new OutputCollector());
+ output1best = false;
+ } else {
+ // nbest to file, 1-best to stdout
+ nbestOut.reset(new ofstream(nbestFile.c_str()));
+ if (!nbestOut->good()) {
+ TRACE_ERR("ERROR: Failed to open " << nbestFile << " for nbest lists" << endl);
+ exit(1);
+ }
+ nbestCollector.reset(new OutputCollector(nbestOut.get()));
}
- nbestCollector.reset(new OutputCollector(nbestOut.get()));
}
- }
- size_t latticeSamplesSize = staticData.GetLatticeSamplesSize();
- string latticeSamplesFile = staticData.GetLatticeSamplesFilePath();
- if (latticeSamplesSize) {
- if (latticeSamplesFile == "-" || latticeSamplesFile == "/dev/stdout") {
- latticeSamplesCollector.reset(new OutputCollector());
- output1best = false;
- } else {
- latticeSamplesOut.reset(new ofstream(latticeSamplesFile.c_str()));
- if (!latticeSamplesOut->good()) {
- TRACE_ERR("ERROR: Failed to open " << latticeSamplesFile << " for lattice samples" << endl);
- exit(1);
+ size_t latticeSamplesSize = staticData.GetLatticeSamplesSize();
+ string latticeSamplesFile = staticData.GetLatticeSamplesFilePath();
+ if (latticeSamplesSize) {
+ if (latticeSamplesFile == "-" || latticeSamplesFile == "/dev/stdout") {
+ latticeSamplesCollector.reset(new OutputCollector());
+ output1best = false;
+ } else {
+ latticeSamplesOut.reset(new ofstream(latticeSamplesFile.c_str()));
+ if (!latticeSamplesOut->good()) {
+ TRACE_ERR("ERROR: Failed to open " << latticeSamplesFile << " for lattice samples" << endl);
+ exit(1);
+ }
+ latticeSamplesCollector.reset(new OutputCollector(latticeSamplesOut.get()));
}
- latticeSamplesCollector.reset(new OutputCollector(latticeSamplesOut.get()));
}
- }
- if (output1best) {
- outputCollector.reset(new OutputCollector());
- }
-
- // initialize stream for word graph (aka: output lattice)
- auto_ptr<OutputCollector> wordGraphCollector;
- if (staticData.GetOutputWordGraph()) {
- wordGraphCollector.reset(new OutputCollector(&(ioWrapper->GetOutputWordGraphStream())));
- }
-
- // initialize stream for search graph
- // note: this is essentially the same as above, but in a different format
- auto_ptr<OutputCollector> searchGraphCollector;
- if (staticData.GetOutputSearchGraph()) {
- searchGraphCollector.reset(new OutputCollector(&(ioWrapper->GetOutputSearchGraphStream())));
- }
-
- // initialize stram for details about the decoder run
- auto_ptr<OutputCollector> detailedTranslationCollector;
- if (staticData.IsDetailedTranslationReportingEnabled()) {
- detailedTranslationCollector.reset(new OutputCollector(&(ioWrapper->GetDetailedTranslationReportingStream())));
- }
-
- // initialize stram for word alignment between input and output
- auto_ptr<OutputCollector> alignmentInfoCollector;
- if (!staticData.GetAlignmentOutputFile().empty()) {
- alignmentInfoCollector.reset(new OutputCollector(ioWrapper->GetAlignmentOutputStream()));
- }
-
+ if (output1best) {
+ outputCollector.reset(new OutputCollector());
+ }
+
+ // initialize stream for word graph (aka: output lattice)
+ auto_ptr<OutputCollector> wordGraphCollector;
+ if (staticData.GetOutputWordGraph()) {
+ wordGraphCollector.reset(new OutputCollector(&(ioWrapper->GetOutputWordGraphStream())));
+ }
+
+ // initialize stream for search graph
+ // note: this is essentially the same as above, but in a different format
+ auto_ptr<OutputCollector> searchGraphCollector;
+ if (staticData.GetOutputSearchGraph()) {
+ searchGraphCollector.reset(new OutputCollector(&(ioWrapper->GetOutputSearchGraphStream())));
+ }
+
+ // initialize stram for details about the decoder run
+ auto_ptr<OutputCollector> detailedTranslationCollector;
+ if (staticData.IsDetailedTranslationReportingEnabled()) {
+ detailedTranslationCollector.reset(new OutputCollector(&(ioWrapper->GetDetailedTranslationReportingStream())));
+ }
+
+ // initialize stram for word alignment between input and output
+ auto_ptr<OutputCollector> alignmentInfoCollector;
+ if (!staticData.GetAlignmentOutputFile().empty()) {
+ alignmentInfoCollector.reset(new OutputCollector(ioWrapper->GetAlignmentOutputStream()));
+ }
+
#ifdef WITH_THREADS
- ThreadPool pool(staticData.ThreadCount());
+ ThreadPool pool(staticData.ThreadCount());
#endif
-
- // main loop over set of input sentences
- InputType* source = NULL;
- size_t lineCount = 0;
- while(ReadInput(*ioWrapper,staticData.GetInputType(),source)) {
- IFVERBOSE(1) {
- ResetUserTime();
- }
- // set up task of translating one sentence
- TranslationTask* task =
- new TranslationTask(lineCount,source, outputCollector.get(),
- nbestCollector.get(),
- latticeSamplesCollector.get(),
- wordGraphCollector.get(),
- searchGraphCollector.get(),
- detailedTranslationCollector.get(),
- alignmentInfoCollector.get() );
- // execute task
+
+ // main loop over set of input sentences
+ InputType* source = NULL;
+ size_t lineCount = 0;
+ while(ReadInput(*ioWrapper,staticData.GetInputType(),source)) {
+ IFVERBOSE(1) {
+ ResetUserTime();
+ }
+ // set up task of translating one sentence
+ TranslationTask* task =
+ new TranslationTask(lineCount,source, outputCollector.get(),
+ nbestCollector.get(),
+ latticeSamplesCollector.get(),
+ wordGraphCollector.get(),
+ searchGraphCollector.get(),
+ detailedTranslationCollector.get(),
+ alignmentInfoCollector.get() );
+ // execute task
#ifdef WITH_THREADS
- pool.Submit(task);
+ pool.Submit(task);
#else
- task->Run();
+ task->Run();
+ delete task;
#endif
-
- source = NULL; //make sure it doesn't get deleted
- ++lineCount;
- }
-
+
+ source = NULL; //make sure it doesn't get deleted
+ ++lineCount;
+ }
+
// we are done, finishing up
#ifdef WITH_THREADS
- pool.Stop(true); //flush remaining jobs
+ pool.Stop(true); //flush remaining jobs
#endif
+ } catch (const std::exception &e) {
+ std::cerr << "Exception: " << e.what() << std::endl;
+ return EXIT_FAILURE;
+ }
+
#ifndef EXIT_RETURN
//This avoids that destructors are called (it can take a long time)
exit(EXIT_SUCCESS);
diff --git a/moses/src/AlignmentInfo.h b/moses/src/AlignmentInfo.h
index 9cb06f896..f3a676558 100644
--- a/moses/src/AlignmentInfo.h
+++ b/moses/src/AlignmentInfo.h
@@ -51,6 +51,8 @@ class AlignmentInfo
return m_nonTermIndexMap;
}
+ size_t GetSize() const { return m_collection.size(); }
+
std::vector< const std::pair<size_t,size_t>* > GetSortedAlignments() const;
private:
diff --git a/moses/src/BilingualDynSuffixArray.cpp b/moses/src/BilingualDynSuffixArray.cpp
index 4ae3ab932..0d710c8c1 100644
--- a/moses/src/BilingualDynSuffixArray.cpp
+++ b/moses/src/BilingualDynSuffixArray.cpp
@@ -447,7 +447,7 @@ int BilingualDynSuffixArray::SampleSelection(std::vector<unsigned>& sample,
int sampleSize) const
{
// only use top 'sampleSize' number of samples
- if(sample.size() > sampleSize)
+ if(sample.size() > (size_t)sampleSize)
sample.erase(sample.begin()+sampleSize, sample.end());
return sample.size();
}
diff --git a/moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.cpp b/moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.cpp
new file mode 100644
index 000000000..574572be8
--- /dev/null
+++ b/moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.cpp
@@ -0,0 +1,67 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#include "ChartRuleLookupManagerCYKPlus.h"
+
+#include "RuleTable/PhraseDictionarySCFG.h"
+#include "InputType.h"
+#include "ChartTranslationOptionList.h"
+#include "CellCollection.h"
+#include "DotChartInMemory.h"
+#include "StaticData.h"
+#include "NonTerminal.h"
+#include "ChartCellCollection.h"
+
+namespace Moses
+{
+
+void ChartRuleLookupManagerCYKPlus::AddCompletedRule(
+ const DottedRule &dottedRule,
+ const TargetPhraseCollection &tpc,
+ const WordsRange &range,
+ ChartTranslationOptionList &outColl)
+{
+ // Determine the rule's rank.
+ size_t rank = 0;
+ const DottedRule *node = &dottedRule;
+ while (!node->IsRoot()) {
+ if (node->IsNonTerminal()) {
+ ++rank;
+ }
+ node = node->GetPrev();
+ }
+
+ // Fill m_stackVec with a stack pointer for each non-terminal.
+ m_stackVec.resize(rank);
+ node = &dottedRule;
+ while (rank > 0) {
+ if (node->IsNonTerminal()) {
+ const ChartCellLabel &cellLabel = node->GetChartCellLabel();
+ const HypoList *stack = cellLabel.GetStack();
+ assert(stack);
+ m_stackVec[--rank] = stack;
+ }
+ node = node->GetPrev();
+ }
+
+ // Add the (TargetPhraseCollection, StackVec) pair to the collection.
+ outColl.Add(tpc, m_stackVec, range);
+}
+
+} // namespace Moses
diff --git a/moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.h b/moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.h
new file mode 100644
index 000000000..dbee00b6f
--- /dev/null
+++ b/moses/src/CYKPlusParser/ChartRuleLookupManagerCYKPlus.h
@@ -0,0 +1,53 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#pragma once
+#ifndef moses_ChartRuleLookupManagerCYKPlus_h
+#define moses_ChartRuleLookupManagerCYKPlus_h
+
+#include "ChartRuleLookupManager.h"
+#include "StackVec.h"
+
+namespace Moses
+{
+
+class DottedRule;
+class TargetPhraseCollection;
+class WordsRange;
+
+class ChartRuleLookupManagerCYKPlus : public ChartRuleLookupManager
+{
+ public:
+ ChartRuleLookupManagerCYKPlus(const InputType &sentence,
+ const ChartCellCollection &cellColl)
+ : ChartRuleLookupManager(sentence, cellColl) {}
+
+ protected:
+ void AddCompletedRule(
+ const DottedRule &dottedRule,
+ const TargetPhraseCollection &tpc,
+ const WordsRange &range,
+ ChartTranslationOptionList &outColl);
+
+ StackVec m_stackVec;
+};
+
+} // namespace Moses
+
+#endif
diff --git a/moses/src/ChartRuleLookupManagerMemory.cpp b/moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.cpp
index aab3dfcce..d180905aa 100644
--- a/moses/src/ChartRuleLookupManagerMemory.cpp
+++ b/moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.cpp
@@ -19,7 +19,7 @@
#include "ChartRuleLookupManagerMemory.h"
-#include "PhraseDictionarySCFG.h"
+#include "RuleTable/PhraseDictionarySCFG.h"
#include "InputType.h"
#include "ChartTranslationOptionList.h"
#include "CellCollection.h"
@@ -35,7 +35,7 @@ ChartRuleLookupManagerMemory::ChartRuleLookupManagerMemory(
const InputType &src,
const ChartCellCollection &cellColl,
const PhraseDictionarySCFG &ruleTable)
- : ChartRuleLookupManager(src, cellColl)
+ : ChartRuleLookupManagerCYKPlus(src, cellColl)
, m_ruleTable(ruleTable)
{
CHECK(m_dottedRuleColls.size() == 0);
@@ -66,7 +66,6 @@ ChartRuleLookupManagerMemory::~ChartRuleLookupManagerMemory()
void ChartRuleLookupManagerMemory::GetChartRuleCollection(
const WordsRange &range,
- bool adhereTableLimit,
ChartTranslationOptionList &outColl)
{
size_t relEndPos = range.GetEndPos() - range.GetStartPos();
@@ -152,25 +151,23 @@ void ChartRuleLookupManagerMemory::GetChartRuleCollection(
DottedRuleList &rules = dottedRuleCol.Get(relEndPos + 1);
// look up target sides for the rules
- size_t rulesLimit = StaticData::Instance().GetRuleLimit();
DottedRuleList::const_iterator iterRule;
for (iterRule = rules.begin(); iterRule != rules.end(); ++iterRule) {
const DottedRuleInMemory &dottedRule = **iterRule;
const PhraseDictionaryNodeSCFG &node = dottedRule.GetLastNode();
// look up target sides
- const TargetPhraseCollection *targetPhraseCollection = node.GetTargetPhraseCollection();
+ const TargetPhraseCollection *tpc = node.GetTargetPhraseCollection();
// add the fully expanded rule (with lexical target side)
- if (targetPhraseCollection != NULL) {
- outColl.Add(*targetPhraseCollection, dottedRule,
- GetCellCollection(), adhereTableLimit, rulesLimit);
+ if (tpc != NULL) {
+ AddCompletedRule(dottedRule, *tpc, range, outColl);
}
}
dottedRuleCol.Clear(relEndPos+1);
- outColl.CreateChartRules(rulesLimit);
+ outColl.ShrinkToLimit();
}
// Given a partial rule application ending at startPos-1 and given the sets of
@@ -225,7 +222,7 @@ void ChartRuleLookupManagerMemory::ExtendPartialRuleApplication(
ChartCellLabelSet::const_iterator q = targetNonTerms.begin();
ChartCellLabelSet::const_iterator tEnd = targetNonTerms.end();
for (; q != tEnd; ++q) {
- const ChartCellLabel &cellLabel = *q;
+ const ChartCellLabel &cellLabel = q->second;
// try to match both source and target non-terminal
const PhraseDictionaryNodeSCFG * child =
diff --git a/moses/src/ChartRuleLookupManagerMemory.h b/moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.h
index a9273499c..ee23062c4 100644
--- a/moses/src/ChartRuleLookupManagerMemory.h
+++ b/moses/src/CYKPlusParser/ChartRuleLookupManagerMemory.h
@@ -23,18 +23,16 @@
#include <vector>
-#if HAVE_CONFIG_H
-#include "config.h"
#ifdef USE_BOOST_POOL
#include <boost/pool/object_pool.hpp>
#endif
-#endif
-#include "ChartRuleLookupManager.h"
+#include "ChartRuleLookupManagerCYKPlus.h"
#include "DotChartInMemory.h"
#include "NonTerminal.h"
-#include "PhraseDictionaryNodeSCFG.h"
-#include "PhraseDictionarySCFG.h"
+#include "RuleTable/PhraseDictionaryNodeSCFG.h"
+#include "RuleTable/PhraseDictionarySCFG.h"
+#include "StackVec.h"
namespace Moses
{
@@ -44,9 +42,9 @@ class DottedRuleColl;
class WordsRange;
// Implementation of ChartRuleLookupManager for in-memory rule tables.
-class ChartRuleLookupManagerMemory : public ChartRuleLookupManager
+class ChartRuleLookupManagerMemory : public ChartRuleLookupManagerCYKPlus
{
-public:
+ public:
ChartRuleLookupManagerMemory(const InputType &sentence,
const ChartCellCollection &cellColl,
const PhraseDictionarySCFG &ruleTable);
@@ -55,10 +53,9 @@ public:
virtual void GetChartRuleCollection(
const WordsRange &range,
- bool adhereTableLimit,
ChartTranslationOptionList &outColl);
-private:
+ private:
void ExtendPartialRuleApplication(
const DottedRuleInMemory &prevDottedRule,
size_t startPos,
diff --git a/moses/src/ChartRuleLookupManagerOnDisk.cpp b/moses/src/CYKPlusParser/ChartRuleLookupManagerOnDisk.cpp
index b8c0674f5..08db10472 100644
--- a/moses/src/ChartRuleLookupManagerOnDisk.cpp
+++ b/moses/src/CYKPlusParser/ChartRuleLookupManagerOnDisk.cpp
@@ -21,7 +21,7 @@
#include <algorithm>
-#include "PhraseDictionaryOnDisk.h"
+#include "RuleTable/PhraseDictionaryOnDisk.h"
#include "StaticData.h"
#include "DotChartOnDisk.h"
#include "ChartTranslationOptionList.h"
@@ -43,7 +43,7 @@ ChartRuleLookupManagerOnDisk::ChartRuleLookupManagerOnDisk(
const std::vector<FactorType> &outputFactorsVec,
const std::vector<float> &weight,
const std::string &filePath)
- : ChartRuleLookupManager(sentence, cellColl)
+ : ChartRuleLookupManagerCYKPlus(sentence, cellColl)
, m_dictionary(dictionary)
, m_dbWrapper(dbWrapper)
, m_languageModels(languageModels)
@@ -81,12 +81,8 @@ ChartRuleLookupManagerOnDisk::~ChartRuleLookupManagerOnDisk()
void ChartRuleLookupManagerOnDisk::GetChartRuleCollection(
const WordsRange &range,
- bool adhereTableLimit,
ChartTranslationOptionList &outColl)
{
- const StaticData &staticData = StaticData::Instance();
- size_t rulesLimit = staticData.GetRuleLimit();
-
size_t relEndPos = range.GetEndPos() - range.GetStartPos();
size_t absEndPos = range.GetEndPos();
@@ -174,7 +170,7 @@ void ChartRuleLookupManagerOnDisk::GetChartRuleCollection(
// go through each TARGET lhs
ChartCellLabelSet::const_iterator iterChartNonTerm;
for (iterChartNonTerm = chartNonTermSet.begin(); iterChartNonTerm != chartNonTermSet.end(); ++iterChartNonTerm) {
- const ChartCellLabel &cellLabel = *iterChartNonTerm;
+ const ChartCellLabel &cellLabel = iterChartNonTerm->second;
//cerr << sourceLHS << " " << defaultSourceNonTerm << " " << chartNonTerm << " " << defaultTargetNonTerm << endl;
@@ -260,8 +256,8 @@ void ChartRuleLookupManagerOnDisk::GetChartRuleCollection(
CHECK(targetPhraseCollection);
if (!targetPhraseCollection->IsEmpty()) {
- outColl.Add(*targetPhraseCollection, prevDottedRule,
- GetCellCollection(), adhereTableLimit, rulesLimit);
+ AddCompletedRule(prevDottedRule, *targetPhraseCollection,
+ range, outColl);
}
} // if (node)
@@ -272,7 +268,7 @@ void ChartRuleLookupManagerOnDisk::GetChartRuleCollection(
}
} // for (size_t ind = 0; ind < savedNodeColl.size(); ++ind)
- outColl.CreateChartRules(rulesLimit);
+ outColl.ShrinkToLimit();
//cerr << numDerivations << " ";
}
diff --git a/moses/src/ChartRuleLookupManagerOnDisk.h b/moses/src/CYKPlusParser/ChartRuleLookupManagerOnDisk.h
index ba87dbbf8..4c15f4f9a 100644
--- a/moses/src/ChartRuleLookupManagerOnDisk.h
+++ b/moses/src/CYKPlusParser/ChartRuleLookupManagerOnDisk.h
@@ -21,21 +21,21 @@
#ifndef moses_ChartRuleLookupManagerOnDisk_h
#define moses_ChartRuleLookupManagerOnDisk_h
-#include "../../OnDiskPt/OnDiskWrapper.h"
+#include "../../../OnDiskPt/OnDiskWrapper.h"
-#include "ChartRuleLookupManager.h"
+#include "ChartRuleLookupManagerCYKPlus.h"
#include "ChartTranslationOptionList.h"
#include "DotChartOnDisk.h"
#include "InputType.h"
-#include "PhraseDictionaryOnDisk.h"
+#include "RuleTable/PhraseDictionaryOnDisk.h"
namespace Moses
{
// Implementation of ChartRuleLookupManager for on-disk rule tables.
-class ChartRuleLookupManagerOnDisk : public ChartRuleLookupManager
+class ChartRuleLookupManagerOnDisk : public ChartRuleLookupManagerCYKPlus
{
-public:
+ public:
ChartRuleLookupManagerOnDisk(const InputType &sentence,
const ChartCellCollection &cellColl,
const PhraseDictionaryOnDisk &dictionary,
@@ -50,10 +50,9 @@ public:
~ChartRuleLookupManagerOnDisk();
virtual void GetChartRuleCollection(const WordsRange &range,
- bool adhereTableLimit,
ChartTranslationOptionList &outColl);
-private:
+ private:
const PhraseDictionaryOnDisk &m_dictionary;
OnDiskPt::OnDiskWrapper &m_dbWrapper;
const LMList *m_languageModels;
diff --git a/moses/src/DotChart.h b/moses/src/CYKPlusParser/DotChart.h
index b9da12afd..c37bb3294 100644
--- a/moses/src/DotChart.h
+++ b/moses/src/CYKPlusParser/DotChart.h
@@ -19,10 +19,6 @@
***********************************************************************/
#pragma once
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include "ChartCellLabel.h"
namespace Moses
@@ -30,8 +26,6 @@ namespace Moses
class DottedRule
{
- friend std::ostream& operator<<(std::ostream &, const DottedRule &);
-
public:
// used only to init dot stack.
DottedRule()
diff --git a/moses/src/DotChartInMemory.cpp b/moses/src/CYKPlusParser/DotChartInMemory.cpp
index 095e3418f..095e3418f 100644
--- a/moses/src/DotChartInMemory.cpp
+++ b/moses/src/CYKPlusParser/DotChartInMemory.cpp
diff --git a/moses/src/DotChartInMemory.h b/moses/src/CYKPlusParser/DotChartInMemory.h
index fe7ab64c5..ac7047ffd 100644
--- a/moses/src/DotChartInMemory.h
+++ b/moses/src/CYKPlusParser/DotChartInMemory.h
@@ -19,12 +19,8 @@
#pragma once
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include "DotChart.h"
-#include "PhraseDictionaryNodeSCFG.h"
+#include "RuleTable/PhraseDictionaryNodeSCFG.h"
#include "util/check.hh"
#include <vector>
diff --git a/moses/src/DotChartOnDisk.cpp b/moses/src/CYKPlusParser/DotChartOnDisk.cpp
index 1674f0e21..18b17704b 100644
--- a/moses/src/DotChartOnDisk.cpp
+++ b/moses/src/CYKPlusParser/DotChartOnDisk.cpp
@@ -54,16 +54,4 @@ void DottedRuleStackOnDisk::SortSavedNodes()
sort(m_savedNode.begin(), m_savedNode.end(), SavedNodesOderer());
}
-std::ostream& operator<<(std::ostream &out, const DottedRuleCollOnDisk &coll)
-{
- DottedRuleCollOnDisk::CollType::const_iterator iter;
- for (iter = coll.begin(); iter != coll.end(); ++iter) {
- const DottedRuleOnDisk &rule = **iter;
- out << rule << endl;
-
- }
-
- return out;
-}
-
};
diff --git a/moses/src/DotChartOnDisk.h b/moses/src/CYKPlusParser/DotChartOnDisk.h
index 4473b7685..9452e9be3 100644
--- a/moses/src/DotChartOnDisk.h
+++ b/moses/src/CYKPlusParser/DotChartOnDisk.h
@@ -60,8 +60,6 @@ class DottedRuleOnDisk : public DottedRule
class DottedRuleCollOnDisk
{
- friend std::ostream& operator<<(std::ostream&, const DottedRuleCollOnDisk&);
-
protected:
typedef std::vector<const DottedRuleOnDisk*> CollType;
CollType m_coll;
diff --git a/moses/src/CYKPlusParser/Jamfile b/moses/src/CYKPlusParser/Jamfile
new file mode 100644
index 000000000..7d2115073
--- /dev/null
+++ b/moses/src/CYKPlusParser/Jamfile
@@ -0,0 +1 @@
+lib CYKPlusParser : [ glob *.cpp ] ..//moses_internal ;
diff --git a/moses/src/ChartCell.cpp b/moses/src/ChartCell.cpp
index 21c5dd68a..89341d8e7 100644
--- a/moses/src/ChartCell.cpp
+++ b/moses/src/ChartCell.cpp
@@ -57,15 +57,6 @@ ChartCell::~ChartCell()
delete m_sourceWordLabel;
}
-/** Get all hypotheses in the cell that have the specified constituent label */
-const HypoList &ChartCell::GetSortedHypotheses(const Word &constituentLabel) const
-{
- std::map<Word, ChartHypothesisCollection>::const_iterator
- iter = m_hypoColl.find(constituentLabel);
- CHECK(iter != m_hypoColl.end());
- return iter->second.GetSortedHypotheses();
-}
-
/** Add the given hypothesis to the cell */
bool ChartCell::AddHypothesis(ChartHypothesis *hypo)
{
@@ -76,7 +67,7 @@ bool ChartCell::AddHypothesis(ChartHypothesis *hypo)
/** Pruning */
void ChartCell::PruneToSize()
{
- std::map<Word, ChartHypothesisCollection>::iterator iter;
+ MapType::iterator iter;
for (iter = m_hypoColl.begin(); iter != m_hypoColl.end(); ++iter) {
ChartHypothesisCollection &coll = iter->second;
coll.PruneToSize(m_manager);
@@ -97,10 +88,8 @@ void ChartCell::ProcessSentence(const ChartTranslationOptionList &transOptList
RuleCubeQueue queue(m_manager);
// add all trans opt into queue. using only 1st child node.
- ChartTranslationOptionList::const_iterator iterList;
- for (iterList = transOptList.begin(); iterList != transOptList.end(); ++iterList)
- {
- const ChartTranslationOption &transOpt = **iterList;
+ for (size_t i = 0; i < transOptList.GetSize(); ++i) {
+ const ChartTranslationOption &transOpt = transOptList.Get(i);
RuleCube *ruleCube = new RuleCube(transOpt, allChartCells, m_manager);
queue.Add(ruleCube);
}
@@ -118,7 +107,7 @@ void ChartCell::SortHypotheses()
{
// sort each mini cells & fill up target lhs list
CHECK(m_targetLabelSet.Empty());
- std::map<Word, ChartHypothesisCollection>::iterator iter;
+ MapType::iterator iter;
for (iter = m_hypoColl.begin(); iter != m_hypoColl.end(); ++iter) {
ChartHypothesisCollection &coll = iter->second;
m_targetLabelSet.AddConstituent(iter->first, coll);
@@ -132,7 +121,7 @@ const ChartHypothesis *ChartCell::GetBestHypothesis() const
const ChartHypothesis *ret = NULL;
float bestScore = -std::numeric_limits<float>::infinity();
- std::map<Word, ChartHypothesisCollection>::const_iterator iter;
+ MapType::const_iterator iter;
for (iter = m_hypoColl.begin(); iter != m_hypoColl.end(); ++iter) {
const HypoList &sortedList = iter->second.GetSortedHypotheses();
CHECK(sortedList.size() > 0);
@@ -152,7 +141,7 @@ void ChartCell::CleanupArcList()
// only necessary if n-best calculations are enabled
if (!m_nBestIsEnabled) return;
- std::map<Word, ChartHypothesisCollection>::iterator iter;
+ MapType::iterator iter;
for (iter = m_hypoColl.begin(); iter != m_hypoColl.end(); ++iter) {
ChartHypothesisCollection &coll = iter->second;
coll.CleanupArcList();
@@ -161,7 +150,7 @@ void ChartCell::CleanupArcList()
void ChartCell::OutputSizes(std::ostream &out) const
{
- std::map<Word, ChartHypothesisCollection>::const_iterator iter;
+ MapType::const_iterator iter;
for (iter = m_hypoColl.begin(); iter != m_hypoColl.end(); ++iter) {
const Word &targetLHS = iter->first;
const ChartHypothesisCollection &coll = iter->second;
@@ -173,7 +162,7 @@ void ChartCell::OutputSizes(std::ostream &out) const
size_t ChartCell::GetSize() const
{
size_t ret = 0;
- std::map<Word, ChartHypothesisCollection>::const_iterator iter;
+ MapType::const_iterator iter;
for (iter = m_hypoColl.begin(); iter != m_hypoColl.end(); ++iter) {
const ChartHypothesisCollection &coll = iter->second;
@@ -185,7 +174,7 @@ size_t ChartCell::GetSize() const
void ChartCell::GetSearchGraph(long translationId, std::ostream &outputSearchGraphStream, const std::map<unsigned, bool> &reachable) const
{
- std::map<Word, ChartHypothesisCollection>::const_iterator iterOutside;
+ MapType::const_iterator iterOutside;
for (iterOutside = m_hypoColl.begin(); iterOutside != m_hypoColl.end(); ++iterOutside) {
const ChartHypothesisCollection &coll = iterOutside->second;
coll.GetSearchGraph(translationId, outputSearchGraphStream, reachable);
@@ -194,7 +183,7 @@ void ChartCell::GetSearchGraph(long translationId, std::ostream &outputSearchGra
std::ostream& operator<<(std::ostream &out, const ChartCell &cell)
{
- std::map<Word, ChartHypothesisCollection>::const_iterator iterOutside;
+ ChartCell::MapType::const_iterator iterOutside;
for (iterOutside = cell.m_hypoColl.begin(); iterOutside != cell.m_hypoColl.end(); ++iterOutside) {
const Word &targetLHS = iterOutside->first;
cerr << targetLHS << ":" << endl;
diff --git a/moses/src/ChartCell.h b/moses/src/ChartCell.h
index ab9e5b1ea..df332a0f1 100644
--- a/moses/src/ChartCell.h
+++ b/moses/src/ChartCell.h
@@ -33,6 +33,10 @@
#include "RuleCube.h"
#include "ChartCellLabelSet.h"
+#include <boost/functional/hash.hpp>
+#include <boost/unordered_map.hpp>
+#include <boost/version.hpp>
+
namespace Moses
{
class ChartTranslationOptionList;
@@ -44,9 +48,18 @@ class ChartCell
{
friend std::ostream& operator<<(std::ostream&, const ChartCell&);
public:
+#if defined(BOOST_VERSION) && (BOOST_VERSION >= 104200)
+ typedef boost::unordered_map<Word,
+ ChartHypothesisCollection,
+ NonTerminalHasher,
+ NonTerminalEqualityPred
+ > MapType;
+#else
+ typedef std::map<Word, ChartHypothesisCollection> MapType;
+#endif
protected:
- std::map<Word, ChartHypothesisCollection> m_hypoColl;
+ MapType m_hypoColl;
WordsRange m_coverage;
@@ -63,7 +76,13 @@ public:
void ProcessSentence(const ChartTranslationOptionList &transOptList
,const ChartCellCollection &allChartCells);
- const HypoList &GetSortedHypotheses(const Word &constituentLabel) const;
+ /** Get all hypotheses in the cell that have the specified constituent label */
+ const HypoList *GetSortedHypotheses(const Word &constituentLabel) const
+ {
+ MapType::const_iterator p = m_hypoColl.find(constituentLabel);
+ return (p == m_hypoColl.end()) ? NULL : &(p->second.GetSortedHypotheses());
+ }
+
bool AddHypothesis(ChartHypothesis *hypo);
void SortHypotheses();
diff --git a/moses/src/ChartCellLabel.h b/moses/src/ChartCellLabel.h
index 4feeac322..5228b2af5 100644
--- a/moses/src/ChartCellLabel.h
+++ b/moses/src/ChartCellLabel.h
@@ -19,24 +19,20 @@
#pragma once
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
+#include "HypoList.h"
#include "Word.h"
#include "WordsRange.h"
namespace Moses
{
-class ChartHypothesisCollection;
class Word;
class ChartCellLabel
{
public:
ChartCellLabel(const WordsRange &coverage, const Word &label,
- const ChartHypothesisCollection *stack=NULL)
+ const HypoList *stack=NULL)
: m_coverage(coverage)
, m_label(label)
, m_stack(stack)
@@ -44,7 +40,7 @@ class ChartCellLabel
const WordsRange &GetCoverage() const { return m_coverage; }
const Word &GetLabel() const { return m_label; }
- const ChartHypothesisCollection *GetStack() const { return m_stack; }
+ const HypoList *GetStack() const { return m_stack; }
bool operator<(const ChartCellLabel &other) const
{
@@ -59,7 +55,7 @@ class ChartCellLabel
private:
const WordsRange &m_coverage;
const Word &m_label;
- const ChartHypothesisCollection *m_stack;
+ const HypoList *m_stack;
};
}
diff --git a/moses/src/ChartCellLabelSet.h b/moses/src/ChartCellLabelSet.h
index 2a359758d..f467f55a5 100644
--- a/moses/src/ChartCellLabelSet.h
+++ b/moses/src/ChartCellLabelSet.h
@@ -19,13 +19,12 @@
#pragma once
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include "ChartCellLabel.h"
+#include "NonTerminal.h"
-#include <set>
+#include <boost/functional/hash.hpp>
+#include <boost/unordered_map.hpp>
+#include <boost/version.hpp>
namespace Moses
{
@@ -35,41 +34,46 @@ class ChartHypothesisCollection;
class ChartCellLabelSet
{
private:
- typedef std::set<ChartCellLabel> SetType;
+#if defined(BOOST_VERSION) && (BOOST_VERSION >= 104200)
+ typedef boost::unordered_map<Word, ChartCellLabel,
+ NonTerminalHasher, NonTerminalEqualityPred
+ > MapType;
+#else
+ typedef std::map<Word, ChartCellLabel> MapType;
+#endif
public:
- typedef SetType::const_iterator const_iterator;
+ typedef MapType::const_iterator const_iterator;
ChartCellLabelSet(const WordsRange &coverage) : m_coverage(coverage) {}
- const_iterator begin() const { return m_set.begin(); }
- const_iterator end() const { return m_set.end(); }
+ const_iterator begin() const { return m_map.begin(); }
+ const_iterator end() const { return m_map.end(); }
void AddWord(const Word &w)
{
- ChartCellLabel cellLabel(m_coverage, w);
- m_set.insert(cellLabel);
+ m_map.insert(std::make_pair(w, ChartCellLabel(m_coverage, w)));
}
- void AddConstituent(const Word &w, const ChartHypothesisCollection &stack)
+ void AddConstituent(const Word &w, const ChartHypothesisCollection &coll)
{
- ChartCellLabel cellLabel(m_coverage, w, &stack);
- m_set.insert(cellLabel);
+ const HypoList *stack = &(coll.GetSortedHypotheses());
+ m_map.insert(std::make_pair(w, ChartCellLabel(m_coverage, w, stack)));
}
- bool Empty() const { return m_set.empty(); }
+ bool Empty() const { return m_map.empty(); }
- size_t GetSize() const { return m_set.size(); }
+ size_t GetSize() const { return m_map.size(); }
const ChartCellLabel *Find(const Word &w) const
{
- SetType::const_iterator p = m_set.find(ChartCellLabel(m_coverage, w));
- return p == m_set.end() ? 0 : &(*p);
+ MapType::const_iterator p = m_map.find(w);
+ return p == m_map.end() ? 0 : &(p->second);
}
private:
const WordsRange &m_coverage;
- SetType m_set;
+ MapType m_map;
};
}
diff --git a/moses/src/ChartHypothesis.cpp b/moses/src/ChartHypothesis.cpp
index 9c618d73d..df77da618 100644
--- a/moses/src/ChartHypothesis.cpp
+++ b/moses/src/ChartHypothesis.cpp
@@ -1,4 +1,3 @@
-// $Id$
// vim:tabstop=2
/***********************************************************************
Moses - factored phrase-based language decoder
@@ -45,7 +44,6 @@ ChartHypothesis::ChartHypothesis(const ChartTranslationOption &transOpt,
const RuleCubeItem &item,
ChartManager &manager)
:m_targetPhrase(*(item.GetTranslationDimension().GetTargetPhrase()))
- ,m_transOpt(transOpt)
,m_currSourceWordsRange(transOpt.GetSourceWordsRange())
,m_ffStates(manager.GetTranslationSystem()->GetStatefulFeatureFunctions().size())
,m_arcList(NULL)
diff --git a/moses/src/ChartHypothesis.h b/moses/src/ChartHypothesis.h
index aa663a140..edd03df8c 100644
--- a/moses/src/ChartHypothesis.h
+++ b/moses/src/ChartHypothesis.h
@@ -1,4 +1,3 @@
-// $Id$
// vim:tabstop=2
/***********************************************************************
Moses - factored phrase-based language decoder
@@ -21,10 +20,6 @@
#pragma once
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include <vector>
#include "Util.h"
#include "WordsRange.h"
@@ -52,7 +47,6 @@ protected:
#endif
const TargetPhrase &m_targetPhrase;
- const ChartTranslationOption &m_transOpt;
WordsRange m_currSourceWordsRange;
std::vector<const FFState*> m_ffStates; /*! stateful feature function states */
@@ -96,9 +90,6 @@ public:
unsigned GetId() const { return m_id; }
- const ChartTranslationOption &GetTranslationOption()const {
- return m_transOpt;
- }
const TargetPhrase &GetCurrTargetPhrase()const {
return m_targetPhrase;
}
diff --git a/moses/src/ChartManager.cpp b/moses/src/ChartManager.cpp
index b2ed3a435..79a181952 100644
--- a/moses/src/ChartManager.cpp
+++ b/moses/src/ChartManager.cpp
@@ -29,6 +29,7 @@
#include "ChartTrellisPathList.h"
#include "StaticData.h"
#include "DecodeStep.h"
+#include "TreeInput.h"
using namespace std;
using namespace Moses;
@@ -79,31 +80,27 @@ void ChartManager::ProcessSentence()
VERBOSE(2,"Decoding: " << endl);
//ChartHypothesis::ResetHypoCount();
+ AddXmlChartOptions();
+
// MAIN LOOP
size_t size = m_source.GetSize();
for (size_t width = 1; width <= size; ++width) {
for (size_t startPos = 0; startPos <= size-width; ++startPos) {
size_t endPos = startPos + width - 1;
WordsRange range(startPos, endPos);
- //TRACE_ERR(" " << range << "=");
// create trans opt
- m_transOptColl.CreateTranslationOptionsForRange(startPos, endPos);
- //if (g_debug)
- // cerr << m_transOptColl.GetTranslationOptionList(WordsRange(startPos, endPos));
+ m_transOptColl.CreateTranslationOptionsForRange(range);
// decode
ChartCell &cell = m_hypoStackColl.Get(range);
- cell.ProcessSentence(m_transOptColl.GetTranslationOptionList(range)
+ cell.ProcessSentence(m_transOptColl.GetTranslationOptionList()
,m_hypoStackColl);
+ m_transOptColl.Clear();
cell.PruneToSize();
cell.CleanupArcList();
cell.SortHypotheses();
-
- //cerr << cell.GetSize();
- //cerr << cell << endl;
- //cell.OutputSizes(cerr);
}
}
@@ -128,6 +125,28 @@ void ChartManager::ProcessSentence()
}
}
+void ChartManager::AddXmlChartOptions() {
+ TreeInput const &source = dynamic_cast<TreeInput const&>(m_source);
+ const std::vector <ChartTranslationOption*> xmlChartOptionsList = source.GetXmlChartTranslationOptions();
+ IFVERBOSE(2) { cerr << "AddXmlChartOptions " << xmlChartOptionsList.size() << endl; }
+ if (xmlChartOptionsList.size() == 0) return;
+
+ for(std::vector<ChartTranslationOption*>::const_iterator i = xmlChartOptionsList.begin();
+ i != xmlChartOptionsList.end(); ++i) {
+ ChartTranslationOption* opt = *i;
+
+ Moses::Scores wordPenaltyScore(1, -0.434294482); // TODO what is this number?
+ opt->GetTargetPhraseCollection().GetCollection()[0]->SetScore((ScoreProducer*)m_system->GetWordPenaltyProducer(), wordPenaltyScore);
+
+ const WordsRange &range = opt->GetSourceWordsRange();
+ RuleCubeItem* item = new RuleCubeItem( *opt, m_hypoStackColl );
+ ChartHypothesis* hypo = new ChartHypothesis(*opt, *item, *this);
+ hypo->CalcScore();
+ ChartCell &cell = m_hypoStackColl.Get(range);
+ cell.AddHypothesis(hypo);
+ }
+}
+
const ChartHypothesis *ChartManager::GetBestHypothesis() const
{
size_t size = m_source.GetSize();
diff --git a/moses/src/ChartManager.h b/moses/src/ChartManager.h
index dbcd42b6c..d59975c61 100644
--- a/moses/src/ChartManager.h
+++ b/moses/src/ChartManager.h
@@ -65,6 +65,7 @@ public:
ChartManager(InputType const& source, const TranslationSystem* system);
~ChartManager();
void ProcessSentence();
+ void AddXmlChartOptions();
const ChartHypothesis *GetBestHypothesis() const;
void CalcNBest(size_t count, ChartTrellisPathList &ret,bool onlyDistinct=0) const;
diff --git a/moses/src/ChartRuleLookupManager.cpp b/moses/src/ChartRuleLookupManager.cpp
deleted file mode 100644
index 63e941429..000000000
--- a/moses/src/ChartRuleLookupManager.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-// ChartRuleLookupManager.cpp
-// moses
-//
-// Created by Hieu Hoang on 30/06/2011.
-// Copyright 2011 __MyCompanyName__. All rights reserved.
-//
-
-#include "ChartRuleLookupManager.h"
-#include "StaticData.h"
-#include "DotChart.h"
-
-namespace Moses
-{
-
-
-}
-
diff --git a/moses/src/ChartRuleLookupManager.h b/moses/src/ChartRuleLookupManager.h
index 2166f28f5..4053a59b1 100644
--- a/moses/src/ChartRuleLookupManager.h
+++ b/moses/src/ChartRuleLookupManager.h
@@ -54,7 +54,6 @@ public:
virtual void GetChartRuleCollection(
const WordsRange &range,
- bool adhereTableLimit,
ChartTranslationOptionList &outColl) = 0;
private:
diff --git a/moses/src/ChartTranslationOption.cpp b/moses/src/ChartTranslationOption.cpp
index 6aa04d189..792bfde82 100644
--- a/moses/src/ChartTranslationOption.cpp
+++ b/moses/src/ChartTranslationOption.cpp
@@ -1,4 +1,3 @@
-// $Id$
/***********************************************************************
Moses - factored phrase-based language decoder
Copyright (C) 2010 Hieu Hoang
@@ -20,34 +19,26 @@
#include "ChartTranslationOption.h"
-#include "AlignmentInfo.h"
-#include "ChartCellCollection.h"
-#include "DotChart.h"
-
-#include <vector>
+#include "ChartHypothesis.h"
namespace Moses
{
-void ChartTranslationOption::CalcEstimateOfBestScore(
- const ChartCellCollection &allChartCells)
+float ChartTranslationOption::CalcEstimateOfBestScore(
+ const TargetPhraseCollection &tpc,
+ const StackVec &stackVec)
{
- const TargetPhrase &targetPhrase = **(m_targetPhraseCollection.begin());
- m_estimateOfBestScore = targetPhrase.GetFutureScore();
-
- const DottedRule *rule = &m_dottedRule;
-
- // only deal with non-terminals
- while (!rule->IsRoot()) {
- if (rule->IsNonTerminal()) {
- // add the score of the best underlying hypothesis
- const ChartCellLabel &cellLabel = rule->GetChartCellLabel();
- const ChartHypothesisCollection *hypoColl = cellLabel.GetStack();
- CHECK(hypoColl);
- m_estimateOfBestScore += hypoColl->GetBestScore();
- }
- rule = rule->GetPrev();
+ const TargetPhrase &targetPhrase = **(tpc.begin());
+ float estimateOfBestScore = targetPhrase.GetFutureScore();
+ for (StackVec::const_iterator p = stackVec.begin(); p != stackVec.end();
+ ++p) {
+ const HypoList *stack = *p;
+ assert(stack);
+ assert(!stack->empty());
+ const ChartHypothesis &bestHypo = **(stack->begin());
+ estimateOfBestScore += bestHypo.GetTotalScore();
}
+ return estimateOfBestScore;
}
}
diff --git a/moses/src/ChartTranslationOption.h b/moses/src/ChartTranslationOption.h
index 116eff037..d17f00427 100644
--- a/moses/src/ChartTranslationOption.h
+++ b/moses/src/ChartTranslationOption.h
@@ -1,4 +1,3 @@
-// $Id$
/***********************************************************************
Moses - factored phrase-based language decoder
Copyright (C) 2010 Hieu Hoang
@@ -20,6 +19,7 @@
#pragma once
+#include "StackVec.h"
#include "TargetPhrase.h"
#include "TargetPhraseCollection.h"
#include "WordsRange.h"
@@ -30,36 +30,33 @@
namespace Moses
{
-class DottedRule;
-class ChartCellCollection;
-
// Similar to a DottedRule, but contains a direct reference to a list
// of translations and provdes an estimate of the best score.
class ChartTranslationOption
{
public:
ChartTranslationOption(const TargetPhraseCollection &targetPhraseColl,
- const DottedRule &dottedRule,
+ const StackVec &stackVec,
const WordsRange &wordsRange,
- const ChartCellCollection &allChartCells)
- : m_dottedRule(dottedRule)
- , m_targetPhraseCollection(targetPhraseColl)
- , m_wordsRange(wordsRange)
- , m_estimateOfBestScore(0)
- {
- CalcEstimateOfBestScore(allChartCells);
- }
+ float score)
+ : m_stackVec(stackVec)
+ , m_targetPhraseCollection(&targetPhraseColl)
+ , m_wordsRange(&wordsRange)
+ , m_estimateOfBestScore(score) {}
~ChartTranslationOption() {}
- const DottedRule &GetDottedRule() const { return m_dottedRule; }
+ static float CalcEstimateOfBestScore(const TargetPhraseCollection &,
+ const StackVec &);
+
+ const StackVec &GetStackVec() const { return m_stackVec; }
const TargetPhraseCollection &GetTargetPhraseCollection() const {
- return m_targetPhraseCollection;
+ return *m_targetPhraseCollection;
}
const WordsRange &GetSourceWordsRange() const {
- return m_wordsRange;
+ return *m_wordsRange;
}
// return an estimate of the best score possible with this translation option.
@@ -68,14 +65,10 @@ class ChartTranslationOption
inline float GetEstimateOfBestScore() const { return m_estimateOfBestScore; }
private:
- // not implemented
- ChartTranslationOption &operator=(const ChartTranslationOption &);
-
- void CalcEstimateOfBestScore(const ChartCellCollection &);
- const DottedRule &m_dottedRule;
- const TargetPhraseCollection &m_targetPhraseCollection;
- const WordsRange &m_wordsRange;
+ StackVec m_stackVec;
+ const TargetPhraseCollection *m_targetPhraseCollection;
+ const WordsRange *m_wordsRange;
float m_estimateOfBestScore;
};
diff --git a/moses/src/ChartTranslationOptionCollection.cpp b/moses/src/ChartTranslationOptionCollection.cpp
index 8f06656b2..26f218534 100644
--- a/moses/src/ChartTranslationOptionCollection.cpp
+++ b/moses/src/ChartTranslationOptionCollection.cpp
@@ -1,4 +1,3 @@
-// $Id$
// vim:tabstop=2
/***********************************************************************
Moses - factored phrase-based language decoder
@@ -26,7 +25,6 @@
#include "StaticData.h"
#include "DecodeStep.h"
#include "DummyScoreProducers.h"
-#include "DotChart.h"
#include "Util.h"
using namespace std;
@@ -43,145 +41,55 @@ ChartTranslationOptionCollection::ChartTranslationOptionCollection(InputType con
,m_decodeGraphList(system->GetDecodeGraphs())
,m_hypoStackColl(hypoStackColl)
,m_ruleLookupManagers(ruleLookupManagers)
- ,m_collection(source.GetSize())
+ ,m_translationOptionList(StaticData::Instance().GetRuleLimit())
{
- // create 2-d vector
- size_t size = source.GetSize();
- for (size_t startPos = 0 ; startPos < size ; ++startPos) {
- m_collection[startPos].reserve(size-startPos);
- for (size_t endPos = startPos ; endPos < size ; ++endPos) {
- m_collection[startPos].push_back( ChartTranslationOptionList(WordsRange(startPos, endPos)) );
- }
- }
}
ChartTranslationOptionCollection::~ChartTranslationOptionCollection()
{
RemoveAllInColl(m_unksrcs);
RemoveAllInColl(m_cacheTargetPhraseCollection);
-
- std::list<std::vector<DottedRule*>* >::iterator iterOuter;
- for (iterOuter = m_dottedRuleCache.begin(); iterOuter != m_dottedRuleCache.end(); ++iterOuter) {
- std::vector<DottedRule*> &inner = **iterOuter;
- RemoveAllInColl(inner);
- }
-
- RemoveAllInColl(m_dottedRuleCache);
-
}
void ChartTranslationOptionCollection::CreateTranslationOptionsForRange(
- size_t startPos
- , size_t endPos)
+ const WordsRange &wordsRange)
{
- ChartTranslationOptionList &chartRuleColl = GetTranslationOptionList(startPos, endPos);
- const WordsRange &wordsRange = chartRuleColl.GetSourceRange();
+ assert(m_decodeGraphList.size() == m_ruleLookupManagers.size());
+
+ m_translationOptionList.Clear();
- CHECK(m_decodeGraphList.size() == m_ruleLookupManagers.size());
std::vector <DecodeGraph*>::const_iterator iterDecodeGraph;
std::vector <ChartRuleLookupManager*>::const_iterator iterRuleLookupManagers = m_ruleLookupManagers.begin();
for (iterDecodeGraph = m_decodeGraphList.begin(); iterDecodeGraph != m_decodeGraphList.end(); ++iterDecodeGraph, ++iterRuleLookupManagers) {
const DecodeGraph &decodeGraph = **iterDecodeGraph;
- CHECK(decodeGraph.GetSize() == 1);
+ assert(decodeGraph.GetSize() == 1);
ChartRuleLookupManager &ruleLookupManager = **iterRuleLookupManagers;
size_t maxSpan = decodeGraph.GetMaxChartSpan();
- if (maxSpan == 0 || (endPos-startPos+1) <= maxSpan) {
- ruleLookupManager.GetChartRuleCollection(wordsRange, true, chartRuleColl);
- }
- }
-
- ProcessUnknownWord(startPos, endPos);
-
- Prune(startPos, endPos);
-
- Sort(startPos, endPos);
-
-}
-
-//! Force a creation of a translation option where there are none for a particular source position.
-void ChartTranslationOptionCollection::ProcessUnknownWord(size_t startPos, size_t endPos)
-{
- if (startPos != endPos) {
- // only for 1 word phrases
- return;
- }
-
- if (startPos == 0 || startPos == m_source.GetSize() - 1)
- { // don't create unknown words for <S> or </S> tags. Otherwise they can be moved. Should only be translated by glue rules
- return;
- }
-
- ChartTranslationOptionList &fullList = GetTranslationOptionList(startPos, startPos);
- const WordsRange &wordsRange = fullList.GetSourceRange();
-
- // try to translation for coverage with no trans by expanding table limit
- std::vector <DecodeGraph*>::const_iterator iterDecodeGraph;
- std::vector <ChartRuleLookupManager*>::const_iterator iterRuleLookupManagers = m_ruleLookupManagers.begin();
- for (iterDecodeGraph = m_decodeGraphList.begin(); iterDecodeGraph != m_decodeGraphList.end(); ++iterDecodeGraph, ++iterRuleLookupManagers) {
- //const DecodeGraph &decodeGraph = **iterDecodeGraph;
- ChartRuleLookupManager &ruleLookupManager = **iterRuleLookupManagers;
- size_t numTransOpt = fullList.GetSize();
- if (numTransOpt == 0) {
- ruleLookupManager.GetChartRuleCollection(wordsRange, false, fullList);
+ if (maxSpan == 0 || wordsRange.GetNumWordsCovered() <= maxSpan) {
+ ruleLookupManager.GetChartRuleCollection(wordsRange, m_translationOptionList);
}
}
- CHECK(iterRuleLookupManagers == m_ruleLookupManagers.end());
-
- bool alwaysCreateDirectTranslationOption = StaticData::Instance().IsAlwaysCreateDirectTranslationOption();
- // create unknown words for 1 word coverage where we don't have any trans options
- if (fullList.GetSize() == 0 || alwaysCreateDirectTranslationOption)
- ProcessUnknownWord(startPos);
-}
-
-
-ChartTranslationOptionList &ChartTranslationOptionCollection::GetTranslationOptionList(size_t startPos, size_t endPos)
-{
- size_t sizeVec = m_collection[startPos].size();
- CHECK(endPos-startPos < sizeVec);
- return m_collection[startPos][endPos - startPos];
-}
-const ChartTranslationOptionList &ChartTranslationOptionCollection::GetTranslationOptionList(size_t startPos, size_t endPos) const
-{
- size_t sizeVec = m_collection[startPos].size();
- CHECK(endPos-startPos < sizeVec);
- return m_collection[startPos][endPos - startPos];
-}
-std::ostream& operator<<(std::ostream &out, const ChartTranslationOptionCollection &coll)
-{
- std::vector< std::vector< ChartTranslationOptionList > >::const_iterator iterOuter;
- for (iterOuter = coll.m_collection.begin(); iterOuter != coll.m_collection.end(); ++iterOuter) {
- const std::vector< ChartTranslationOptionList > &vecInner = *iterOuter;
- std::vector< ChartTranslationOptionList >::const_iterator iterInner;
-
- for (iterInner = vecInner.begin(); iterInner != vecInner.end(); ++iterInner) {
- const ChartTranslationOptionList &list = *iterInner;
- out << list.GetSourceRange() << " = " << list.GetSize() << std::endl;
+ if (wordsRange.GetNumWordsCovered() == 1 && wordsRange.GetStartPos() != 0 && wordsRange.GetStartPos() != m_source.GetSize()-1) {
+ bool alwaysCreateDirectTranslationOption = StaticData::Instance().IsAlwaysCreateDirectTranslationOption();
+ if (m_translationOptionList.GetSize() == 0 || alwaysCreateDirectTranslationOption) {
+ // create unknown words for 1 word coverage where we don't have any trans options
+ const Word &sourceWord = m_source.GetWord(wordsRange.GetStartPos());
+ ProcessOneUnknownWord(sourceWord, wordsRange);
}
}
-
- return out;
-}
-
-// taken from ChartTranslationOptionCollectionText.
-void ChartTranslationOptionCollection::ProcessUnknownWord(size_t sourcePos)
-{
- const Word &sourceWord = m_source.GetWord(sourcePos);
- ProcessOneUnknownWord(sourceWord,sourcePos);
+ m_translationOptionList.ApplyThreshold();
}
//! special handling of ONE unknown words.
-void ChartTranslationOptionCollection::ProcessOneUnknownWord(const Word &sourceWord, size_t sourcePos, size_t /* length */)
+void ChartTranslationOptionCollection::ProcessOneUnknownWord(const Word &sourceWord, const WordsRange &range)
{
// unknown word, add as trans opt
const StaticData &staticData = StaticData::Instance();
const UnknownWordPenaltyProducer *unknownWordPenaltyProducer = m_system->GetUnknownWordPenaltyProducer();
vector<float> wordPenaltyScore(1, -0.434294482); // TODO what is this number?
- ChartTranslationOptionList &transOptColl = GetTranslationOptionList(sourcePos, sourcePos);
- const WordsRange &range = transOptColl.GetSourceRange();
-
const ChartCell &chartCell = m_hypoStackColl.Get(range);
const ChartCellLabel &sourceWordLabel = chartCell.GetSourceWordLabel();
@@ -203,12 +111,6 @@ void ChartTranslationOptionCollection::ProcessOneUnknownWord(const Word &sourceW
//TranslationOption *transOpt;
if (! staticData.GetDropUnknown() || isDigit) {
- // create dotted rules
- std::vector<DottedRule*> *dottedRuleList = new std::vector<DottedRule*>();
- m_dottedRuleCache.push_back(dottedRuleList);
- dottedRuleList->push_back(new DottedRule());
- dottedRuleList->push_back(new DottedRule(sourceWordLabel, *(dottedRuleList->back())));
-
// loop
const UnknownLHSList &lhsList = staticData.GetUnknownLHS();
UnknownLHSList::const_iterator iterLHS;
@@ -242,11 +144,7 @@ void ChartTranslationOptionCollection::ProcessOneUnknownWord(const Word &sourceW
targetPhrase->SetTargetLHS(targetLHS);
// chart rule
- ChartTranslationOption *chartRule = new ChartTranslationOption(*tpc
- , *dottedRuleList->back()
- , range
- , m_hypoStackColl);
- transOptColl.Add(chartRule);
+ m_translationOptionList.Add(*tpc, m_emptyStackVec, range);
} // for (iterLHS
} else {
// drop source word. create blank trans opt
@@ -270,39 +168,10 @@ void ChartTranslationOptionCollection::ProcessOneUnknownWord(const Word &sourceW
targetPhrase->SetScore(unknownWordPenaltyProducer, unknownScore);
targetPhrase->SetTargetLHS(targetLHS);
- // words consumed
- std::vector<DottedRule*> *dottedRuleList = new std::vector<DottedRule*>();
- m_dottedRuleCache.push_back(dottedRuleList);
- dottedRuleList->push_back(new DottedRule());
- dottedRuleList->push_back(new DottedRule(sourceWordLabel, *(dottedRuleList->back())));
-
// chart rule
- ChartTranslationOption *chartRule = new ChartTranslationOption(*tpc
- , *dottedRuleList->back()
- , range
- , m_hypoStackColl);
- transOptColl.Add(chartRule);
+ m_translationOptionList.Add(*tpc, m_emptyStackVec, range);
}
}
}
-void ChartTranslationOptionCollection::Add(ChartTranslationOption *transOpt, size_t pos)
-{
- ChartTranslationOptionList &transOptList = GetTranslationOptionList(pos, pos);
- transOptList.Add(transOpt);
-}
-
-//! pruning: only keep the top n (m_maxNoTransOptPerCoverage) elements */
-void ChartTranslationOptionCollection::Prune(size_t /* startPos */, size_t /* endPos */)
-{
-
-}
-
-//! sort all trans opt in each list for cube pruning */
-void ChartTranslationOptionCollection::Sort(size_t startPos, size_t endPos)
-{
- ChartTranslationOptionList &list = GetTranslationOptionList(startPos, endPos);
- list.Sort();
-}
-
} // namespace
diff --git a/moses/src/ChartTranslationOptionCollection.h b/moses/src/ChartTranslationOptionCollection.h
index e1f3490a9..4f5b84062 100644
--- a/moses/src/ChartTranslationOptionCollection.h
+++ b/moses/src/ChartTranslationOptionCollection.h
@@ -1,4 +1,3 @@
-// $Id$
// vim:tabstop=2
/***********************************************************************
Moses - factored phrase-based language decoder
@@ -26,6 +25,7 @@
#include "DecodeGraph.h"
#include "ChartTranslationOptionList.h"
#include "ChartRuleLookupManager.h"
+#include "StackVec.h"
namespace Moses
{
@@ -38,7 +38,6 @@ class ChartCellCollection;
class ChartTranslationOptionCollection
{
- friend std::ostream& operator<<(std::ostream&, const ChartTranslationOptionCollection&);
protected:
const InputType &m_source;
const TranslationSystem* m_system;
@@ -46,31 +45,13 @@ protected:
const ChartCellCollection &m_hypoStackColl;
const std::vector<ChartRuleLookupManager*> &m_ruleLookupManagers;
- std::vector< std::vector< ChartTranslationOptionList > > m_collection; /*< contains translation options */
+ ChartTranslationOptionList m_translationOptionList;
std::vector<Phrase*> m_unksrcs;
std::list<TargetPhraseCollection*> m_cacheTargetPhraseCollection;
- std::list<std::vector<DottedRule*>* > m_dottedRuleCache;
-
- // for adding 1 trans opt in unknown word proc
- void Add(ChartTranslationOption *transOpt, size_t pos);
-
- ChartTranslationOptionList &GetTranslationOptionList(size_t startPos, size_t endPos);
- const ChartTranslationOptionList &GetTranslationOptionList(size_t startPos, size_t endPos) const;
-
- void ProcessUnknownWord(size_t startPos, size_t endPos);
-
- // taken from ChartTranslationOptionCollectionText.
- void ProcessUnknownWord(size_t sourcePos);
+ StackVec m_emptyStackVec;
//! special handling of ONE unknown words.
- virtual void ProcessOneUnknownWord(const Word &sourceWord
- , size_t sourcePos, size_t length = 1);
-
- //! pruning: only keep the top n (m_maxNoTransOptPerCoverage) elements */
- void Prune(size_t startPos, size_t endPos);
-
- //! sort all trans opt in each list for cube pruning */
- void Sort(size_t startPos, size_t endPos);
+ virtual void ProcessOneUnknownWord(const Word &, const WordsRange &);
public:
ChartTranslationOptionCollection(InputType const& source
@@ -78,14 +59,14 @@ public:
, const ChartCellCollection &hypoStackColl
, const std::vector<ChartRuleLookupManager*> &ruleLookupManagers);
virtual ~ChartTranslationOptionCollection();
- void CreateTranslationOptionsForRange(size_t startPos
- , size_t endPos);
+ void CreateTranslationOptionsForRange(const WordsRange &);
- const ChartTranslationOptionList &GetTranslationOptionList(const WordsRange &range) const {
- return GetTranslationOptionList(range.GetStartPos(), range.GetEndPos());
+ const ChartTranslationOptionList &GetTranslationOptionList() const {
+ return m_translationOptionList;
}
+ void Clear() { m_translationOptionList.Clear(); }
+
};
}
-
diff --git a/moses/src/ChartTranslationOptionList.cpp b/moses/src/ChartTranslationOptionList.cpp
index cb1b8e256..eadd4b688 100644
--- a/moses/src/ChartTranslationOptionList.cpp
+++ b/moses/src/ChartTranslationOptionList.cpp
@@ -1,4 +1,3 @@
-// $Id$
/***********************************************************************
Moses - factored phrase-based language decoder
Copyright (C) 2010 Hieu Hoang
@@ -29,14 +28,10 @@
namespace Moses
{
-#ifdef USE_HYPO_POOL
-ObjectPool<ChartTranslationOptionList> ChartTranslationOptionList::s_objectPool("ChartTranslationOptionList", 3000);
-#endif
-
-ChartTranslationOptionList::ChartTranslationOptionList(const WordsRange &range)
- :m_range(range)
+ChartTranslationOptionList::ChartTranslationOptionList(size_t ruleLimit)
+ : m_size(0)
+ , m_ruleLimit(ruleLimit)
{
- m_collection.reserve(200);
m_scoreThreshold = std::numeric_limits<float>::infinity();
}
@@ -45,6 +40,12 @@ ChartTranslationOptionList::~ChartTranslationOptionList()
RemoveAllInColl(m_collection);
}
+void ChartTranslationOptionList::Clear()
+{
+ m_size = 0;
+ m_scoreThreshold = std::numeric_limits<float>::infinity();
+}
+
class ChartTranslationOptionOrderer
{
public:
@@ -53,83 +54,74 @@ public:
}
};
-void ChartTranslationOptionList::Add(const TargetPhraseCollection &targetPhraseCollection
- , const DottedRule &dottedRule
- , const ChartCellCollection &chartCellColl
- , bool /* adhereTableLimit */
- , size_t ruleLimit)
+void ChartTranslationOptionList::Add(const TargetPhraseCollection &tpc,
+ const StackVec &stackVec,
+ const WordsRange &range)
{
- if (targetPhraseCollection.IsEmpty()) {
+ if (tpc.IsEmpty()) {
return;
}
- if (m_collection.size() < ruleLimit) {
- // not yet filled out quota. add everything
- ChartTranslationOption *option = new ChartTranslationOption(
- targetPhraseCollection, dottedRule, m_range, chartCellColl);
- m_collection.push_back(option);
- float score = option->GetEstimateOfBestScore();
- m_scoreThreshold = (score < m_scoreThreshold) ? score : m_scoreThreshold;
+ float score = ChartTranslationOption::CalcEstimateOfBestScore(tpc, stackVec);
+
+ // If the rule limit has already been reached then don't add the option
+ // unless it is better than at least one existing option.
+ if (m_size > m_ruleLimit && score < m_scoreThreshold) {
+ return;
}
- else {
- // full but not bursting. add if better than worst score
- ChartTranslationOption option(targetPhraseCollection, dottedRule,
- m_range, chartCellColl);
- float score = option.GetEstimateOfBestScore();
- if (score > m_scoreThreshold) {
- // dynamic allocation deferred until here on the assumption that most
- // options will score below the threshold.
- m_collection.push_back(new ChartTranslationOption(option));
- }
+
+ // Add the option to the list.
+ if (m_size == m_collection.size()) {
+ // m_collection has reached capacity: create a new object.
+ m_collection.push_back(new ChartTranslationOption(tpc, stackVec,
+ range, score));
+ } else {
+ // Overwrite an unused object.
+ *(m_collection[m_size]) = ChartTranslationOption(tpc, stackVec,
+ range, score);
}
+ ++m_size;
- // prune if bursting
- if (m_collection.size() > ruleLimit * 2) {
- std::nth_element(m_collection.begin()
- , m_collection.begin() + ruleLimit
- , m_collection.end()
- , ChartTranslationOptionOrderer());
- // delete the bottom half
- for (size_t ind = ruleLimit; ind < m_collection.size(); ++ind) {
- // make the best score of bottom half the score threshold
- float score = m_collection[ind]->GetEstimateOfBestScore();
- m_scoreThreshold = (score > m_scoreThreshold) ? score : m_scoreThreshold;
- delete m_collection[ind];
- }
- m_collection.resize(ruleLimit);
+ // If the rule limit hasn't been exceeded then update the threshold.
+ if (m_size <= m_ruleLimit) {
+ m_scoreThreshold = (score < m_scoreThreshold) ? score : m_scoreThreshold;
}
-}
-void ChartTranslationOptionList::Add(ChartTranslationOption *transOpt)
-{
- CHECK(transOpt);
- m_collection.push_back(transOpt);
+ // Prune if bursting
+ if (m_size == m_ruleLimit * 2) {
+ std::nth_element(m_collection.begin(),
+ m_collection.begin() + m_ruleLimit - 1,
+ m_collection.begin() + m_size,
+ ChartTranslationOptionOrderer());
+ m_scoreThreshold = m_collection[m_ruleLimit-1]->GetEstimateOfBestScore();
+ m_size = m_ruleLimit;
+ }
}
-void ChartTranslationOptionList::CreateChartRules(size_t ruleLimit)
+void ChartTranslationOptionList::ShrinkToLimit()
{
- if (m_collection.size() > ruleLimit) {
- std::nth_element(m_collection.begin()
- , m_collection.begin() + ruleLimit
- , m_collection.end()
- , ChartTranslationOptionOrderer());
-
- // delete the bottom half
- for (size_t ind = ruleLimit; ind < m_collection.size(); ++ind) {
- delete m_collection[ind];
- }
- m_collection.resize(ruleLimit);
+ if (m_size > m_ruleLimit) {
+ // Something's gone wrong if the list has grown to m_ruleLimit * 2
+ // without being pruned.
+ assert(m_size < m_ruleLimit * 2);
+ // Reduce the list to the best m_ruleLimit options. The remaining
+ // options can be overwritten on subsequent calls to Add().
+ std::nth_element(m_collection.begin(),
+ m_collection.begin()+m_ruleLimit,
+ m_collection.begin()+m_size,
+ ChartTranslationOptionOrderer());
+ m_size = m_ruleLimit;
}
}
-
-void ChartTranslationOptionList::Sort()
+void ChartTranslationOptionList::ApplyThreshold()
{
// keep only those over best + threshold
float scoreThreshold = -std::numeric_limits<float>::infinity();
+
CollType::const_iterator iter;
- for (iter = m_collection.begin(); iter != m_collection.end(); ++iter) {
+ for (iter = m_collection.begin(); iter != m_collection.begin()+m_size; ++iter) {
const ChartTranslationOption *transOpt = *iter;
float score = transOpt->GetEstimateOfBestScore();
scoreThreshold = (score > scoreThreshold) ? score : scoreThreshold;
@@ -137,18 +129,11 @@ void ChartTranslationOptionList::Sort()
scoreThreshold += StaticData::Instance().GetTranslationOptionThreshold();
- size_t ind = 0;
- while (ind < m_collection.size()) {
- const ChartTranslationOption *transOpt = m_collection[ind];
- if (transOpt->GetEstimateOfBestScore() < scoreThreshold) {
- delete transOpt;
- m_collection.erase(m_collection.begin() + ind);
- } else {
- ind++;
- }
- }
+ CollType::iterator bound = std::partition(m_collection.begin(),
+ m_collection.begin()+m_size,
+ ScoreThresholdPred(scoreThreshold));
- std::sort(m_collection.begin(), m_collection.end(), ChartTranslationOptionOrderer());
+ m_size = std::distance(m_collection.begin(), bound);
}
}
diff --git a/moses/src/ChartTranslationOptionList.h b/moses/src/ChartTranslationOptionList.h
index 7272a01cf..75ef73665 100644
--- a/moses/src/ChartTranslationOptionList.h
+++ b/moses/src/ChartTranslationOptionList.h
@@ -1,5 +1,3 @@
-// $Id$
-
/***********************************************************************
Moses - factored phrase-based language decoder
Copyright (C) 2006 University of Edinburgh
@@ -21,100 +19,53 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#pragma once
-#include <queue>
-#include <vector>
-#include <list>
-#include <set>
#include "ChartTranslationOption.h"
-#include "TargetPhrase.h"
-#include "Util.h"
-#include "TargetPhraseCollection.h"
-#include "ObjectPool.h"
+#include "StackVec.h"
+
+#include <vector>
namespace Moses
{
+
+class TargetPhraseCollection;
+class WordsRange;
+
//! a list of target phrases that is trsnalated from the same source phrase
class ChartTranslationOptionList
{
- friend std::ostream& operator<<(std::ostream&, const ChartTranslationOptionList&);
-
-protected:
-#ifdef USE_HYPO_POOL
- static ObjectPool<ChartTranslationOptionList> s_objectPool;
-#endif
- typedef std::vector<ChartTranslationOption*> CollType;
- CollType m_collection;
- float m_scoreThreshold;
- WordsRange m_range;
-
-public:
- // iters
- typedef CollType::iterator iterator;
- typedef CollType::const_iterator const_iterator;
-
- iterator begin() {
- return m_collection.begin();
- }
- iterator end() {
- return m_collection.end();
- }
- const_iterator begin() const {
- return m_collection.begin();
- }
- const_iterator end() const {
- return m_collection.end();
- }
-
-#ifdef USE_HYPO_POOL
- void *operator new(size_t /* num_bytes */) {
- void *ptr = s_objectPool.getPtr();
- return ptr;
- }
-
- static void Delete(ChartTranslationOptionList *obj) {
- s_objectPool.freeObject(obj);
- }
-#else
- static void Delete(ChartTranslationOptionList *obj) {
- delete obj;
- }
-#endif
-
- ChartTranslationOptionList(const WordsRange &range);
+ public:
+ ChartTranslationOptionList(size_t);
~ChartTranslationOptionList();
- const ChartTranslationOption &Get(size_t ind) const {
- return *m_collection[ind];
- }
-
- //! divide collection into 2 buckets using std::nth_element, the top & bottom according to table limit
-// void Sort(size_t tableLimit);
-
- //! number of target phrases in this collection
- size_t GetSize() const {
- return m_collection.size();
- }
- //! wether collection has any phrases
- bool IsEmpty() const {
- return m_collection.empty();
- }
+ const ChartTranslationOption &Get(size_t i) const { return *m_collection[i]; }
- void Add(const TargetPhraseCollection &targetPhraseCollection
- , const DottedRule &dottedRule
- , const ChartCellCollection &
- , bool ruleLimit
- , size_t tableLimit);
- void Add(ChartTranslationOption *transOpt);
+ //! number of translation options
+ size_t GetSize() const { return m_size; }
- void CreateChartRules(size_t ruleLimit);
+ void Add(const TargetPhraseCollection &, const StackVec &,
+ const WordsRange &);
- const WordsRange &GetSourceRange() const {
- return m_range;
- }
+ void Clear();
+ void ShrinkToLimit();
+ void ApplyThreshold();
- void Sort();
+ private:
+ typedef std::vector<ChartTranslationOption*> CollType;
+ struct ScoreThresholdPred
+ {
+ ScoreThresholdPred(float threshold) : m_thresholdScore(threshold) {}
+ bool operator()(const ChartTranslationOption *option)
+ {
+ return option->GetEstimateOfBestScore() >= m_thresholdScore;
+ }
+ float m_thresholdScore;
+ };
+ CollType m_collection;
+ size_t m_size;
+ float m_scoreThreshold;
+ const size_t m_ruleLimit;
};
}
diff --git a/moses/src/ChartTrellisNode.cpp b/moses/src/ChartTrellisNode.cpp
index ce3c9eaf7..95e6d613a 100644
--- a/moses/src/ChartTrellisNode.cpp
+++ b/moses/src/ChartTrellisNode.cpp
@@ -1,4 +1,3 @@
-// $Id$
// vim:tabstop=2
/***********************************************************************
Moses - factored phrase-based language decoder
@@ -25,7 +24,6 @@
#include "ChartTrellisDetour.h"
#include "ChartTrellisPath.h"
#include "StaticData.h"
-#include "DotChart.h"
namespace Moses
{
@@ -78,10 +76,6 @@ Phrase ChartTrellisNode::GetOutputPhrase() const
// exactly like same fn in hypothesis, but use trellis nodes instead of prevHypos pointer
Phrase ret(ARRAY_SIZE_INCR);
- const ChartTranslationOption &transOpt = m_hypo.GetTranslationOption();
-
- VERBOSE(3, "Trans Opt:" << transOpt.GetDottedRule() << ": " << m_hypo.GetCurrTargetPhrase().GetTargetLHS() << "->" << m_hypo.GetCurrTargetPhrase() << std::endl);
-
const Phrase &currTargetPhrase = m_hypo.GetCurrTargetPhrase();
const AlignmentInfo::NonTermIndexMap &nonTermIndexMap =
m_hypo.GetCurrTargetPhrase().GetAlignmentInfo().GetNonTermIndexMap();
diff --git a/moses/src/DynSAInclude/Jamfile b/moses/src/DynSAInclude/Jamfile
new file mode 100644
index 000000000..ff4bd6f76
--- /dev/null
+++ b/moses/src/DynSAInclude/Jamfile
@@ -0,0 +1 @@
+lib dynsa : [ glob *.cpp ] ../../../util//kenutil : : : <include>. ;
diff --git a/moses/src/DynSAInclude/hash.h b/moses/src/DynSAInclude/hash.h
index 233d0be5d..a73b3de96 100644
--- a/moses/src/DynSAInclude/hash.h
+++ b/moses/src/DynSAInclude/hash.h
@@ -138,7 +138,7 @@ void Hash_shiftAddXOR<T>::initSeeds() {
v_[i] = Utils::rand<T>() + 1;
}
template <typename T>
-T Hash_shiftAddXOR<T>::hash(const char* s, count_t h=0) {
+T Hash_shiftAddXOR<T>::hash(const char* s, count_t h) {
T value = v_[h];
int pos(0);
unsigned char c;
@@ -171,7 +171,7 @@ void UnivHash_tableXOR<T>::freeSeeds() {
table_ = NULL;
}
template <typename T>
-T UnivHash_tableXOR<T>::hash(const char* s, count_t h = 0) {
+T UnivHash_tableXOR<T>::hash(const char* s, count_t h) {
T value = 0;
count_t pos = 0, idx = 0;
unsigned char c;
@@ -191,14 +191,14 @@ void UnivHash_noPrimes<T>::initSeeds() {
}
}
template <typename T>
-T UnivHash_noPrimes<T>::hash(const P x, count_t h=0) {
+T UnivHash_noPrimes<T>::hash(const P x, count_t h) {
// h_a(x) = (ax mod 2^l) div 2^(l-k)
T value = ((a_[h] * x) % p_) >> d_;
return value % this->m_;
}
template <typename T>
T UnivHash_noPrimes<T>::hash(const wordID_t* id, const int len,
- count_t h=0) {
+ count_t h) {
T value = 0;
int pos(0);
while(pos < len) {
@@ -208,7 +208,7 @@ T UnivHash_noPrimes<T>::hash(const wordID_t* id, const int len,
return value % this->m_;
}
template <typename T>
-T UnivHash_noPrimes<T>::hash(const char* s, count_t h=0) {
+T UnivHash_noPrimes<T>::hash(const char* s, count_t h) {
T value = 0;
int pos(0);
unsigned char c;
@@ -264,7 +264,7 @@ void UnivHash_linear<T>::freeSeeds() {
}
template <typename T>
inline T UnivHash_linear<T>::hash(const wordID_t* id, const int len,
- count_t h=0) {
+ count_t h) {
CHECK(h < this->H_);
T value = 0;
int pos(0);
@@ -276,7 +276,7 @@ inline T UnivHash_linear<T>::hash(const wordID_t* id, const int len,
}
template <typename T>
inline T UnivHash_linear<T>::hash(const wordID_t id, const count_t pos,
- const T prevValue, count_t h=0) {
+ const T prevValue, count_t h) {
CHECK(h < this->H_);
T value = prevValue + ((a_[h][pos] * id) + b_[h][pos]); // % pr_;
return value % this->m_;
diff --git a/moses/src/DynSAInclude/onlineRLM.h b/moses/src/DynSAInclude/onlineRLM.h
index adc7934fc..4bfd7b118 100644
--- a/moses/src/DynSAInclude/onlineRLM.h
+++ b/moses/src/DynSAInclude/onlineRLM.h
@@ -19,7 +19,7 @@ template<typename T>
class OnlineRLM: public PerfectHash<T> {
public:
OnlineRLM(uint16_t MBs, int width, int bucketRange, count_t order,
- Vocab* v, float qBase = 8): PerfectHash<T>(MBs, width, bucketRange, qBase),
+ Moses::Vocab* v, float qBase = 8): PerfectHash<T>(MBs, width, bucketRange, qBase),
vocab_(v), bAdapting_(false), order_(order), corpusSize_(0), alpha_(0) {
CHECK(vocab_ != 0);
//instantiate quantizer class here
@@ -71,7 +71,7 @@ public:
int cleanUpHPD();
void clearMarkings();
void removeNonMarked();
- Vocab* vocab_;
+ Moses::Vocab* vocab_;
protected:
void markQueried(const uint64_t& index);
void markQueried(hpdEntry_t& value);
@@ -390,7 +390,7 @@ template<typename T>
void OnlineRLM<T>::load(FileHandler* fin) {
cerr << "Loading ORLM...\n";
// load vocab first
- vocab_ = new Vocab(fin);
+ vocab_ = new Moses::Vocab(fin);
CHECK(vocab_ != 0);
fin->read((char*)&corpusSize_, sizeof(corpusSize_));
cerr << "\tCorpus size = " << corpusSize_ << endl;
diff --git a/moses/src/DynSAInclude/perfectHash.h b/moses/src/DynSAInclude/perfectHash.h
index 2e3bfbc8f..83112197b 100644
--- a/moses/src/DynSAInclude/perfectHash.h
+++ b/moses/src/DynSAInclude/perfectHash.h
@@ -97,7 +97,7 @@ PerfectHash<T>::~PerfectHash() {
template<typename T>
uint64_t PerfectHash<T>::insert(const wordID_t* IDs, const int len,
const count_t value) {
- count_t bucket = (bucketHash_->size() > 1 ? bucketHash_->hash(IDs, len, len) : bucketHash_->hash(IDs, len));
+ count_t bucket = (bucketHash_->size() > 1 ? bucketHash_->hash(IDs, len, len) : bucketHash_->hash(IDs, len, 0));
if(idxTracker_[bucket] < (int)bucketRange_) { // if empty rows
// restriction on fprint value is non-zero
T fp = nonZeroSignature(IDs, len, (bucket % MAX_HASH_FUNCS));
@@ -140,7 +140,7 @@ bool PerfectHash<T>::update(const wordID_t* IDs, const int len,
}
// else hash ngram
//count_t bucket = bucketHash_->hash(IDs, len);
- count_t bucket = (bucketHash_->size() > 1 ? bucketHash_->hash(IDs, len, len) : bucketHash_->hash(IDs, len));
+ count_t bucket = (bucketHash_->size() > 1 ? bucketHash_->hash(IDs, len, len) : bucketHash_->hash(IDs, len, 0));
// restriction on fprint value is non-zero
T fp = nonZeroSignature(IDs, len, (bucket % MAX_HASH_FUNCS));
uint64_t index = bucket * bucketRange_, // starting bucket row
@@ -169,7 +169,7 @@ int PerfectHash<T>::query(const wordID_t* IDs, const int len,
else { // check if key is in filter
// get bucket
//count_t bucket = bucketHash_->hash(IDs, len);
- count_t bucket = (bucketHash_->size() > 1 ? bucketHash_->hash(IDs, len, len) : bucketHash_->hash(IDs, len));
+ count_t bucket = (bucketHash_->size() > 1 ? bucketHash_->hash(IDs, len, len) : bucketHash_->hash(IDs, len, 0));
// restriction on fprint value is non-zero
T fp = nonZeroSignature(IDs, len, (bucket % MAX_HASH_FUNCS));
// return value if ngram is in filter
@@ -196,7 +196,7 @@ void PerfectHash<T>::remove(const wordID_t* IDs, const int len) {
else { // check if key is in filter
// get small representation for ngrams
//count_t bucket = bucketHash_->hash(IDs, len);
- count_t bucket = (bucketHash_->size() > 1? bucketHash_->hash(IDs, len, len) : bucketHash_->hash(IDs, len));
+ count_t bucket = (bucketHash_->size() > 1? bucketHash_->hash(IDs, len, len) : bucketHash_->hash(IDs, len, 0));
// retrieve non zero fingerprint for ngram
T fp = nonZeroSignature(IDs, len, (bucket % MAX_HASH_FUNCS));
// return value if ngram is in filter
@@ -385,7 +385,7 @@ bool PerfectHash<T>::update2(const wordID_t* IDs, const int len,
}
// else hash ngram
//count_t bucket = bucketHash_->hash(IDs, len);
- count_t bucket = (bucketHash_->size() > 1 ? bucketHash_->hash(IDs, len, len) : bucketHash_->hash(IDs, len));
+ count_t bucket = (bucketHash_->size() > 1 ? bucketHash_->hash(IDs, len, len) : bucketHash_->hash(IDs, len, 0));
// restriction on fprint value is non-zero
T fp = nonZeroSignature(IDs, len, (bucket % MAX_HASH_FUNCS));
uint64_t index = bucket * bucketRange_, // starting bucket row
diff --git a/moses/src/DynSAInclude/types.h b/moses/src/DynSAInclude/types.h
index 444010889..47d142666 100644
--- a/moses/src/DynSAInclude/types.h
+++ b/moses/src/DynSAInclude/types.h
@@ -7,9 +7,9 @@
#include <vector>
#include <typeinfo>
#include <stdint.h>
-#define iterate(c, i) for(typeof(c.begin()) i = c.begin(); i != c.end(); ++i)
-#define piterate(c, i) for(typeof(c->begin()) i = c->begin(); i != c->end(); ++i)
-#define riterate(c, i) for(typeof(c.rbegin()) i = c.rbegin(); i != c.rend(); ++i)
+#define iterate(c, i) for(__typeof__(c.begin()) i = c.begin(); i != c.end(); ++i)
+#define piterate(c, i) for(__typeof__(c->begin()) i = c->begin(); i != c->end(); ++i)
+#define riterate(c, i) for(__typeof__(c.rbegin()) i = c.rbegin(); i != c.rend(); ++i)
#define THREADED false
diff --git a/moses/src/DynSuffixArray.cpp b/moses/src/DynSuffixArray.cpp
index f043f5c9b..7d5847cc6 100644
--- a/moses/src/DynSuffixArray.cpp
+++ b/moses/src/DynSuffixArray.cpp
@@ -82,7 +82,7 @@ int DynSuffixArray::F_firstIdx(unsigned word)
// if ordering of vocab is not consecutive (ie..after deletions)
int low = std::lower_bound(m_F->begin(), m_F->end(), word) - m_F->begin();
//cerr << "in F_firstIdx with word = " << word << " and low = " << low << " and F->size() =" << m_F->size() << endl;
- if(low >= m_F->size())
+ if((size_t)low >= m_F->size())
return -1;
else
return low;
@@ -150,7 +150,7 @@ void DynSuffixArray::Reorder(unsigned j, unsigned jprime)
// checking.
bool seenit = seen.insert(std::make_pair(j, jprime)).second;
if(seenit) {
- for(int i=1; i < m_SA->size(); ++i) {
+ for(size_t i=1; i < m_SA->size(); ++i) {
if(m_corpus->at(m_SA->at(i)) < m_corpus->at(m_SA->at(i-1))) {
cerr << "PROBLEM WITH SUFFIX ARRAY REORDERING. EXITING...\n";
exit(1);
diff --git a/moses/src/Factor.h b/moses/src/Factor.h
index 4ea44f4e1..9cf3fd799 100644
--- a/moses/src/Factor.h
+++ b/moses/src/Factor.h
@@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
namespace Moses
{
-class FactorFriend;
+struct FactorFriend;
class FactorCollection;
/** Represents a factor (word, POS, etc).
@@ -43,7 +43,7 @@ class Factor
// only these classes are allowed to instantiate this class
friend class FactorCollection;
- friend class FactorFriend;
+ friend struct FactorFriend;
// FactorCollection writes here.
std::string m_string;
diff --git a/moses/src/FactorCollection.h b/moses/src/FactorCollection.h
index d55be1b17..d68d183da 100644
--- a/moses/src/FactorCollection.h
+++ b/moses/src/FactorCollection.h
@@ -22,10 +22,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#ifndef moses_FactorCollection_h
#define moses_FactorCollection_h
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#ifdef WITH_THREADS
#include <boost/thread/shared_mutex.hpp>
#endif
diff --git a/moses/src/GlobalLexicalModel.cpp b/moses/src/GlobalLexicalModel.cpp
index ba7c31e7c..3d2ca1c6e 100644
--- a/moses/src/GlobalLexicalModel.cpp
+++ b/moses/src/GlobalLexicalModel.cpp
@@ -13,19 +13,16 @@ GlobalLexicalModel::GlobalLexicalModel(const string &filePath,
const vector< FactorType >& outFactors)
: StatelessFeatureFunction("GlobalLexicalModel",1)
{
- std::cerr << "Creating global lexical model...\n";
-
-
- // load model
- LoadData( filePath, inFactors, outFactors );
-
- // define bias word
- FactorCollection &factorCollection = FactorCollection::Instance();
- m_bias = new Word();
- const Factor* factor = factorCollection.AddFactor( Input, inFactors[0], "**BIAS**" );
- m_bias->SetFactor( inFactors[0], factor );
-
- m_cache = NULL;
+ std::cerr << "Creating global lexical model...\n";
+
+ // load model
+ LoadData( filePath, inFactors, outFactors );
+
+ // define bias word
+ FactorCollection &factorCollection = FactorCollection::Instance();
+ m_bias = new Word();
+ const Factor* factor = factorCollection.AddFactor( Input, inFactors[0], "**BIAS**" );
+ m_bias->SetFactor( inFactors[0], factor );
}
GlobalLexicalModel::~GlobalLexicalModel()
@@ -39,7 +36,6 @@ GlobalLexicalModel::~GlobalLexicalModel()
}
delete iter->first; // delete output word
}
- if (m_cache != NULL) delete m_cache;
}
void GlobalLexicalModel::LoadData(const string &filePath,
@@ -107,13 +103,13 @@ void GlobalLexicalModel::LoadData(const string &filePath,
void GlobalLexicalModel::InitializeForInput( Sentence const& in )
{
- m_input = &in;
- if (m_cache != NULL) delete m_cache;
- m_cache = new map< const TargetPhrase*, float >;
+ m_local.reset(new ThreadLocalStorage);
+ m_local->input = &in;
}
float GlobalLexicalModel::ScorePhrase( const TargetPhrase& targetPhrase ) const
{
+ const Sentence& input = *(m_local->input);
float score = 0;
for(size_t targetIndex = 0; targetIndex < targetPhrase.GetSize(); targetIndex++ ) {
float sum = 0;
@@ -128,8 +124,8 @@ float GlobalLexicalModel::ScorePhrase( const TargetPhrase& targetPhrase ) const
}
set< const Word*, WordComparer > alreadyScored; // do not score a word twice
- for(size_t inputIndex = 0; inputIndex < m_input->GetSize(); inputIndex++ ) {
- const Word& inputWord = m_input->GetWord( inputIndex );
+ for(size_t inputIndex = 0; inputIndex < input.GetSize(); inputIndex++ ) {
+ const Word& inputWord = input.GetWord( inputIndex );
if ( alreadyScored.find( &inputWord ) == alreadyScored.end() ) {
SingleHash::const_iterator inputWordHash = targetWordHash->second.find( &inputWord );
if( inputWordHash != targetWordHash->second.end() ) {
@@ -149,14 +145,15 @@ float GlobalLexicalModel::ScorePhrase( const TargetPhrase& targetPhrase ) const
float GlobalLexicalModel::GetFromCacheOrScorePhrase( const TargetPhrase& targetPhrase ) const
{
- map< const TargetPhrase*, float >::const_iterator query = m_cache->find( &targetPhrase );
- if ( query != m_cache->end() ) {
+ LexiconCache& m_cache = m_local->cache;
+ const LexiconCache::const_iterator query = m_cache.find( &targetPhrase );
+ if ( query != m_cache.end() ) {
return query->second;
}
float score = ScorePhrase( targetPhrase );
- m_cache->insert( pair<const TargetPhrase*, float>(&targetPhrase, score) );
- std::cerr << "add to cache " << targetPhrase << ": " << score << endl;
+ m_cache.insert( pair<const TargetPhrase*, float>(&targetPhrase, score) );
+ //VERBOSE(2, "add to cache " << targetPhrase << ": " << score << endl);
return score;
}
diff --git a/moses/src/GlobalLexicalModel.h b/moses/src/GlobalLexicalModel.h
index 4bc7d1954..7f50a6041 100644
--- a/moses/src/GlobalLexicalModel.h
+++ b/moses/src/GlobalLexicalModel.h
@@ -3,6 +3,7 @@
#include <string>
#include <vector>
+#include <memory>
#include "Factor.h"
#include "Phrase.h"
#include "TypeDef.h"
@@ -13,6 +14,10 @@
#include "FactorTypeSet.h"
#include "Sentence.h"
+#ifdef WITH_THREADS
+#include <boost/thread/tss.hpp>
+#endif
+
namespace Moses
{
@@ -31,10 +36,22 @@ class GlobalLexicalModel : public StatelessFeatureFunction
{
typedef std::map< const Word*, std::map< const Word*, float, WordComparer >, WordComparer > DoubleHash;
typedef std::map< const Word*, float, WordComparer > SingleHash;
+ typedef std::map< const TargetPhrase*, float > LexiconCache;
+
+ struct ThreadLocalStorage
+ {
+ LexiconCache cache;
+ const Sentence *input;
+ };
+
private:
DoubleHash m_hash;
- std::map< const TargetPhrase*, float > *m_cache;
- const Sentence *m_input;
+#ifdef WITH_THREADS
+ boost::thread_specific_ptr<ThreadLocalStorage> m_local;
+#else
+ std::auto_ptr<ThreadLocalStorage> m_local;
+#endif
+
Word *m_bias;
FactorMask m_inputFactors;
diff --git a/moses/src/DotChart.cpp b/moses/src/HypoList.h
index c7ba3f43e..9364399ff 100644
--- a/moses/src/DotChart.cpp
+++ b/moses/src/HypoList.h
@@ -1,7 +1,6 @@
-// $Id$
/***********************************************************************
- Moses - factored phrase-based language decoder
- Copyright (C) 2010 Hieu Hoang
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -18,20 +17,15 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
-#include "DotChart.h"
+#pragma once
+
+#include <vector>
namespace Moses
{
-std::ostream &operator<<(std::ostream &out, const DottedRule &rule)
-{
- if (!rule.IsRoot()) {
- out << rule.GetWordsRange() << "=" << rule.GetSourceWord() << " ";
- if (!rule.m_prev->IsRoot()) {
- out << " " << *rule.m_prev;
- }
- }
- return out;
-}
+class ChartHypothesis;
+
+typedef std::vector<const ChartHypothesis*> HypoList;
}
diff --git a/moses/src/HypothesisStack.h b/moses/src/HypothesisStack.h
index 784cd7a39..045773725 100644
--- a/moses/src/HypothesisStack.h
+++ b/moses/src/HypothesisStack.h
@@ -39,7 +39,7 @@ public:
virtual float GetWorstScoreForBitmap( WordsBitmapID ) {
return -std::numeric_limits<float>::infinity();
};
- virtual float GetWorstScoreForBitmap( WordsBitmap ) {
+ virtual float GetWorstScoreForBitmap( const WordsBitmap& ) {
return -std::numeric_limits<float>::infinity();
};
diff --git a/moses/src/HypothesisStackNormal.h b/moses/src/HypothesisStackNormal.h
index 6996f4003..d991ec373 100644
--- a/moses/src/HypothesisStackNormal.h
+++ b/moses/src/HypothesisStackNormal.h
@@ -66,7 +66,7 @@ public:
return -std::numeric_limits<float>::infinity();
return m_diversityWorstScore[ id ];
}
- float GetWorstScoreForBitmap( const WordsBitmap &coverage ) {
+ virtual float GetWorstScoreForBitmap( const WordsBitmap &coverage ) {
return GetWorstScoreForBitmap( coverage.GetID() );
}
diff --git a/moses/src/Jamfile b/moses/src/Jamfile
index b6e379070..178a657bb 100644
--- a/moses/src/Jamfile
+++ b/moses/src/Jamfile
@@ -11,10 +11,14 @@ if [ option.get "with-synlm" : no : yes ] = yes
alias synlm ;
}
-lib moses :
-#All cpp files except those listed, and test files
-[ glob *.cpp DynSAInclude/*.cpp : ThreadPool.cpp SyntacticLanguageModel.cpp *Test.cpp Mock*.cpp ]
-synlm ThreadPool LM//LM headers ../..//z ../../OnDiskPt//OnDiskPt ;
+lib moses_internal :
+#All cpp files except those listed
+[ glob *.cpp DynSAInclude/*.cpp : PhraseDictionary.cpp ThreadPool.cpp SyntacticLanguageModel.cpp *Test.cpp Mock*.cpp ]
+synlm ThreadPool headers ;
+
+alias moses : PhraseDictionary.cpp moses_internal CYKPlusParser//CYKPlusParser LM//LM RuleTable//RuleTable Scope3Parser//Scope3Parser headers ../..//z ../../OnDiskPt//OnDiskPt ;
+
+alias headers-to-install : [ glob-tree *.h ] ;
import testing ;
diff --git a/moses/src/LM/DMap.cpp b/moses/src/LM/DMap.cpp
deleted file mode 100644
index 3bef47083..000000000
--- a/moses/src/LM/DMap.cpp
+++ /dev/null
@@ -1,135 +0,0 @@
-//
-// Oliver Wilson <oliver.wilson@ed.ac.uk>
-//
-
-#include <Config.h>
-
-#include "FactorCollection.h"
-#include "LM/DMapLM.h"
-
-namespace Moses
-{
-
-LanguageModelDMapLM::LanguageModelDMapLM() : m_lm(0) {
-}
-
-LanguageModelDMapLM::~LanguageModelDMapLM() {
- delete m_lm;
-}
-
-bool LanguageModelDMapLM::Load(const std::string& filePath,
- FactorType factorType,
- size_t nGramOrder)
-{
- //std::cerr << "LanguageModelDMapLM: loading..." << std::endl;
- m_filePath = filePath;
- m_factorType = factorType;
- m_nGramOrder = nGramOrder;
- m_sentenceStart = FactorCollection::Instance().AddFactor(Output, factorType, "<s>");
- m_sentenceStartArray[m_factorType] = m_sentenceStart;
- m_sentenceEnd = FactorCollection::Instance().AddFactor(Output, factorType, "</s>");
- m_sentenceEndArray[m_factorType] = m_sentenceEnd;
- std::ifstream configFile(filePath.c_str());
- char struct_name_buffer[1024];
- char run_local_buffer[1024];
- configFile.getline(struct_name_buffer, 1024);
- configFile.getline(run_local_buffer, 1024);
- bool run_local;
- //std::cerr << "table name: " << struct_name_buffer << std::endl;
- //std::cerr << "run local: " << run_local_buffer << std::endl;
- if (strncmp(run_local_buffer, "true", 1024) == 0)
- run_local = true;
- else
- run_local = false;
- m_lm = new StructLanguageModelBackoff(Config::getConfig(), struct_name_buffer);
- return m_lm->init(run_local);
-}
-
-void LanguageModelDMapLM::CreateFactor(FactorCollection& factorCollection)
-{
- // Don't know what this is for.
-}
-
-LMResult LanguageModelDMapLM::GetValueGivenState(
- const std::vector<const Word*>& contextFactor,
- FFState& state) const
-{
- DMapLMState& cast_state = static_cast<DMapLMState&>(state);
- LMResult result;
- size_t succeeding_order;
- size_t target_order = std::min((size_t)cast_state.m_last_succeeding_order + 1,
- GetNGramOrder());
- result.score = GetValue(contextFactor, target_order, &succeeding_order);
- cast_state.m_last_succeeding_order = succeeding_order;
- return result;
-}
-
-LMResult LanguageModelDMapLM::GetValueForgotState(
- const std::vector<const Word*>& contextFactor,
- FFState& outState) const
-{
- DMapLMState& cast_state = static_cast<DMapLMState&>(outState);
- LMResult result;
- size_t succeeding_order;
- size_t target_order = GetNGramOrder();
- result.score = GetValue(contextFactor, target_order, &succeeding_order);
- cast_state.m_last_succeeding_order = succeeding_order;
- return result;
-}
-
-float LanguageModelDMapLM::GetValue(
- const std::vector<const Word*>& contextFactor,
- size_t target_order,
- size_t* succeeding_order) const
-{
- FactorType factorType = GetFactorType();
- float score;
-
- std::string ngram_string("");
- ngram_string.append(((*contextFactor[0])[factorType])->GetString());
- for (size_t i = 1; i < contextFactor.size(); ++i) {
- ngram_string.append(" ");
- ngram_string.append(((*contextFactor[i])[factorType])->GetString());
- }
- //std::cout << "ngram: X" << ngram_string << "X" << std::endl;
- score = m_lm->calcScore(ngram_string.c_str(), target_order, succeeding_order);
- score = FloorScore(TransformLMScore(score));
- return score;
-}
-
-const FFState* LanguageModelDMapLM::GetNullContextState() const {
- DMapLMState* state = new DMapLMState();
- state->m_last_succeeding_order = GetNGramOrder();
- return state;
-}
-
-FFState* LanguageModelDMapLM::GetNewSentenceState() const {
- DMapLMState* state = new DMapLMState();
- state->m_last_succeeding_order = GetNGramOrder();
- return state;
-}
-
-const FFState* LanguageModelDMapLM::GetBeginSentenceState() const {
- DMapLMState* state = new DMapLMState();
- state->m_last_succeeding_order = GetNGramOrder();
- return state;
-}
-
-FFState* LanguageModelDMapLM::NewState(const FFState* state) const {
- DMapLMState* new_state = new DMapLMState();
- const DMapLMState* cast_state = static_cast<const DMapLMState*>(state);
- new_state->m_last_succeeding_order = cast_state->m_last_succeeding_order;
- return new_state;
-}
-
-void LanguageModelDMapLM::CleanUpAfterSentenceProcessing() {
- m_lm->printStats();
- m_lm->resetStats();
- m_lm->clearCaches();
-}
-
-void LanguageModelDMapLM::InitializeBeforeSentenceProcessing() {
-}
-
-} // namespace Moses
-
diff --git a/moses/src/LM/DMap.h b/moses/src/LM/DMap.h
deleted file mode 100644
index f9fbf56c2..000000000
--- a/moses/src/LM/DMap.h
+++ /dev/null
@@ -1,57 +0,0 @@
-//
-// Oliver Wilson <oliver.wilson@ed.ac.uk>
-//
-
-#ifndef moses_LanguageModelDMapLM_h
-#define moses_LanguageModelDMapLM_h
-
-#include <StructLanguageModelBackoff.h>
-
-#include "Factor.h"
-#include "FFState.h"
-#include "LM/SingleFactor.h"
-#include "Util.h"
-
-namespace Moses {
-
-class DMapLMState : public FFState {
-public:
- int Compare(const FFState &o) const {
- const DMapLMState& cast_other = static_cast<const DMapLMState&>(o);
- if (cast_other.m_last_succeeding_order < m_last_succeeding_order)
- return -1;
- else if (cast_other.m_last_succeeding_order > m_last_succeeding_order)
- return 1;
- else
- return 0;
- }
- uint8_t m_last_succeeding_order;
-};
-
-class LanguageModelDMapLM : public LanguageModelSingleFactor
-{
-public:
- LanguageModelDMapLM();
- ~LanguageModelDMapLM();
- bool Load(const std::string&, FactorType, size_t);
- LMResult GetValueGivenState(const std::vector<const Word*>&, FFState&) const;
- LMResult GetValueForgotState(const std::vector<const Word*>&, FFState&) const;
- float GetValue(const std::vector<const Word*>&, size_t, size_t*) const;
- const FFState* GetNullContextState() const;
- FFState* GetNewSentenceState() const;
- const FFState* GetBeginSentenceState() const;
- FFState* NewState(const FFState*) const;
- void CleanUpAfterSentenceProcessing();
- void InitializeBeforeSentenceProcessing();
-
-protected:
- StructLanguageModelBackoff* m_lm;
-
- void CreateFactor(FactorCollection&);
-
-};
-
-} // namespace Moses
-
-#endif // moses_LanguageModelDMapLM_h
-
diff --git a/moses/src/LM/Factory.cpp b/moses/src/LM/Factory.cpp
index 5d877e9d6..0a3dd60b1 100644
--- a/moses/src/LM/Factory.cpp
+++ b/moses/src/LM/Factory.cpp
@@ -26,35 +26,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "TypeDef.h"
#include "FactorCollection.h"
-/////////////////////////////////////////////////
-// for those using autoconf/automake
-#if HAVE_CONFIG_H
-#include "config.h"
-
-#define LM_REMOTE 1
-# ifdef HAVE_SRILM
-# define LM_SRI 1
-# else
-# undef LM_SRI
-# endif
-
-# ifdef HAVE_IRSTLM
-# define LM_IRST 1
-# endif
-
-# ifdef HAVE_RANDLM
-# define LM_RAND 1
-# endif
-
-# ifdef HAVE_ORLM
-# define LM_ORLM 1
-# endif
-
-# ifdef HAVE_DMAPLM
-# define LM_DMAP
-# endif
-#endif
-
// include appropriate header
#ifdef LM_SRI
# include "LM/SRI.h"
@@ -66,15 +37,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#ifdef LM_RAND
# include "LM/Rand.h"
#endif
-#ifdef LM_ORLM
-# include "LM/ORLM.h"
-#endif
+
+#include "LM/ORLM.h"
+
#ifdef LM_REMOTE
# include "LM/Remote.h"
#endif
+
#include "LM/Ken.h"
-#ifdef LM_DMAP
-# include "LM/DMapLM.h"
+
+#ifdef LM_LDHT
+# include "LM/LDHT.h"
#endif
#include "LM/Base.h"
@@ -105,9 +78,7 @@ LanguageModel* CreateLanguageModel(LMImplementation lmImplementation
#endif
break;
case ORLM:
-#ifdef LM_ORLM
lm = new LanguageModelORLM();
-#endif
break;
case Remote:
#ifdef LM_REMOTE
@@ -135,9 +106,11 @@ LanguageModel* CreateLanguageModel(LMImplementation lmImplementation
lm = NewParallelBackoff();
#endif
break;
- case DMapLM:
-#ifdef LM_DMAP
- lm = new LanguageModelDMapLM();
+ case LDHTLM:
+#ifdef LM_LDHT
+ return ConstructLDHTLM(languageModelFile,
+ scoreIndexManager,
+ factorTypes[0]);
#endif
break;
default:
diff --git a/moses/src/LM/IRST.cpp b/moses/src/LM/IRST.cpp
index 692385b4d..fd5a024ea 100644
--- a/moses/src/LM/IRST.cpp
+++ b/moses/src/LM/IRST.cpp
@@ -33,6 +33,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "Phrase.h"
#include "InputFileStream.h"
#include "StaticData.h"
+#include "UserMessage.h"
using namespace std;
@@ -49,7 +50,7 @@ LanguageModelIRST::~LanguageModelIRST()
#ifndef WIN32
TRACE_ERR( "reset mmap\n");
- m_lmtb->reset_mmap();
+ if (m_lmtb) m_lmtb->reset_mmap();
#endif
delete m_lmtb;
@@ -62,6 +63,14 @@ bool LanguageModelIRST::Load(const std::string &filePath,
{
cerr << "In LanguageModelIRST::Load: nGramOrder = " << nGramOrder << "\n";
+ const StaticData &staticData = StaticData::Instance();
+ int threadCount = staticData.ThreadCount();
+ if (threadCount != 1)
+ {
+ UserMessage::Add(threadCount + " number of threads specified but IRST LM is not threadsafe.");
+ return false;
+ }
+
FactorCollection &factorCollection = FactorCollection::Instance();
m_factorType = factorType;
diff --git a/moses/src/LM/Implementation.h b/moses/src/LM/Implementation.h
index a7c637ef8..b92054362 100644
--- a/moses/src/LM/Implementation.h
+++ b/moses/src/LM/Implementation.h
@@ -160,6 +160,8 @@ class LMRefCount : public LanguageModel {
}
+ LanguageModelImplementation *MosesServerCppShouldNotHaveLMCode() { return m_impl.get(); }
+
private:
LMRefCount(const LMRefCount &copy_from) : m_impl(copy_from.m_impl) {}
diff --git a/moses/src/LM/Jamfile b/moses/src/LM/Jamfile
index 2f3cde8ef..81c94e9bd 100644
--- a/moses/src/LM/Jamfile
+++ b/moses/src/LM/Jamfile
@@ -1,11 +1,19 @@
+#This is somewhat hairy due to the number of optional language models.
+#Currently, the optional models are IRSTLM, SRILM, and RandLM. These are
+#activated by --with-irstlm, --with-srilm, and --with-randlm respectively.
+#The value is the path where it's installed e.g. --with-irstlm=/path/to/irst.
+#Each optional model has a section below. The top level rule is lib LM, which
+#appears after the optional models.
+
import option path build-system ;
local dependencies = ;
+#IRSTLM
local with-irstlm = [ option.get "with-irstlm" ] ;
if $(with-irstlm) {
- lib irstlm : : <search>$(with-irstlm)/lib ;
- obj IRST.o : IRST.cpp ..//headers : <include>$(with-irstlm)/include ;
+ lib irstlm : : <search>$(with-irstlm)/lib <search>$(with-irstlm)/lib64 ;
+ obj IRST.o : IRST.cpp ..//headers : <include>$(with-irstlm)/include <include>$(with-irstlm)/include/irstlm ;
alias irst : IRST.o irstlm : : : <define>LM_IRST ;
dependencies += irst ;
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ;
@@ -13,14 +21,16 @@ if $(with-irstlm) {
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ;
}
+#SRILM
local with-srilm = [ option.get "with-srilm" ] ;
if $(with-srilm) {
if [ option.get "with-srilm-dynamic" : no : yes ] = yes {
+ lib srilm ;
alias sri-libs : srilm ;
} else {
sri-arch = [ option.get "with-srilm-arch" ] ;
sri-arch ?= [ _shell $(with-srilm)/sbin/machine-type ] ;
- sri-lib = <search>$(with-srilm)/lib/$(sri-arch) <search>$(with-srilm)/flm/obj/$(sri-arch) ;
+ sri-lib = <search>$(with-srilm)/lib/$(sri-arch) <search>$(with-srilm)/lib <search>$(with-srilm)/lib64 <search>$(with-srilm)/flm/obj/$(sri-arch) ;
lib flm : : $(sri-lib) ;
lib misc : flm : $(sri-lib) ;
@@ -30,27 +40,47 @@ if $(with-srilm) {
alias sri-libs : oolm dstruct misc flm ;
}
- obj SRI.o : SRI.cpp ..//headers : <include>$(with-srilm)/include <warnings>off ;
- obj ParallelBackoff.o : ParallelBackoff.cpp ..//headers : <include>$(with-srilm)/include <warnings>off ;
+ obj SRI.o : SRI.cpp ..//headers : <include>$(with-srilm)/include <include>$(with-srilm)/include/srilm <warnings>off ;
+ obj ParallelBackoff.o : ParallelBackoff.cpp ..//headers : <include>$(with-srilm)/include <include>$(with-srilm)/include/srilm <warnings>off ;
alias sri : SRI.o ParallelBackoff.o sri-libs : : : <define>LM_SRI ;
dependencies += sri ;
}
+#RandLM
local with-randlm = [ option.get "with-randlm" ] ;
if $(with-randlm) {
- lib randlm : : <search>$(with-randlm)/lib ;
- obj Rand.o : Rand.cpp randlm ..//headers : <include>$(with-randlm)/include ;
- alias rand : Rand.o : : : <define>LM_RAND ;
+ lib RandLM : : <search>$(with-randlm)/lib <search>$(with-randlm)/lib64 ;
+ obj Rand.o : Rand.cpp RandLM ..//headers : <include>$(with-randlm)/include <include>$(with-randlm)/include/RandLM ;
+ alias rand : Rand.o RandLM : : : <define>LM_RAND ;
dependencies += rand ;
}
-obj Factory.o : Factory.cpp ..//headers $(dependencies) ;
+# LDHTLM
+local with-ldhtlm = [ option.get "with-ldhtlm" ] ;
+if $(with-ldhtlm) {
+ lib LDHT : : <search>$(with-ldhtlm)/lib ;
+ lib ticpp : LDHT : <search>$(with-ldhtlm)/lib ;
+ obj LDHT.o : LDHT.cpp LDHT ..//headers : <include>$(with-ldhtlm)/include <include>$(with-ldhtlm)/include/LDHT ;
+ alias ldht : LDHT.o LDHT ticpp : : : <define>LM_LDHT ;
+ dependencies += ldht ;
+}
+
+#ORLM is always compiled but needs special headers
+obj ORLM.o : ORLM.cpp ..//headers ../DynSAInclude//dynsa : : : <include>../DynSAInclude ;
+
+#The factory needs the macros LM_IRST etc to know which ones to use.
+obj Factory.o : Factory.cpp ..//headers $(dependencies) : <include>../DynSAInclude ;
-lib LM : Base.cpp Factory.o Implementation.cpp Joint.cpp Ken.cpp MultiFactor.cpp Remote.cpp SingleFactor.cpp
+#Top-level LM library. If you've added a file that doesn't depend on external
+#libraries, put it here.
+lib LM : Base.cpp Factory.o Implementation.cpp Joint.cpp Ken.cpp MultiFactor.cpp Remote.cpp SingleFactor.cpp ORLM.o
../../../lm//kenlm ..//headers $(dependencies) ;
-#Huge kludge to force building if different --with options are passed.
-#Could have used features like <srilm>on but getting these to apply only to linking was ugly and it still didn't trigger an install (since the install path doesn't encode features).
+#Everything below is a kludge to force rebuilding if different --with options
+#are passed. Could have used features like <srilm>on but getting these to
+#apply only to linking was ugly and it still didn't trigger an install (since
+#the install path doesn't encode features). It stores a file lm.log with the
+#previous options and forces a rebuild if the current options differ.
path-constant LM-LOG : bin/lm.log ;
#Is there no other way to read a file with bjam?
local previous = none ;
diff --git a/moses/src/LM/Ken.cpp b/moses/src/LM/Ken.cpp
index c5307ffc0..9020c42d3 100644
--- a/moses/src/LM/Ken.cpp
+++ b/moses/src/LM/Ken.cpp
@@ -71,7 +71,7 @@ template <class Model> class LanguageModelKen : public LanguageModel {
std::string GetScoreProducerDescription(unsigned) const {
std::ostringstream oss;
- oss << "LM_" << m_ngram->Order() << "gram";
+ oss << "LM_" << (unsigned)m_ngram->Order() << "gram";
return oss.str();
}
@@ -101,11 +101,11 @@ template <class Model> class LanguageModelKen : public LanguageModel {
lm::WordIndex *end = indices + m_ngram->Order() - 1;
int position = hypo.GetCurrTargetWordsRange().GetEndPos();
for (; ; ++index, --position) {
+ if (index == end) return index;
if (position == -1) {
*index = m_ngram->GetVocabulary().BeginSentence();
return index + 1;
}
- if (index == end) return index;
*index = TranslateID(hypo.GetWord(position));
}
}
diff --git a/moses/src/LM/LDHT.cpp b/moses/src/LM/LDHT.cpp
new file mode 100644
index 000000000..0c61235b8
--- /dev/null
+++ b/moses/src/LM/LDHT.cpp
@@ -0,0 +1,282 @@
+//
+// Oliver Wilson <oliver.wilson@ed.ac.uk>
+//
+
+#include "LM/Base.h"
+#include "LM/LDHT.h"
+#include "../FFState.h"
+#include "../TypeDef.h"
+#include "../Hypothesis.h"
+
+#include <LDHT/Client.h>
+#include <LDHT/ClientLocal.h>
+#include <LDHT/NewNgram.h>
+#include <LDHT/FactoryCollection.h>
+
+#include <boost/thread/tss.hpp>
+
+namespace Moses {
+
+struct LDHTLMState : public FFState {
+ LDHT::NewNgram gram_fingerprints;
+
+ int Compare(const FFState& uncast_other) const {
+ const LDHTLMState &other = static_cast<const LDHTLMState&>(uncast_other);
+ return gram_fingerprints.compareMoses(other.gram_fingerprints);
+ }
+
+ void copyFrom(const LDHTLMState& other) {
+ gram_fingerprints.copyFrom(other.gram_fingerprints);
+ }
+};
+
+class LanguageModelLDHT : public LanguageModel {
+public:
+ LanguageModelLDHT();
+ LanguageModelLDHT(const std::string& path,
+ ScoreIndexManager& manager,
+ FactorType factorType);
+ LanguageModelLDHT(ScoreIndexManager& manager,
+ LanguageModelLDHT& copyFrom);
+ std::string GetScoreProducerDescription(unsigned) const {
+ std::ostringstream oss;
+ oss << "LM_" << LDHT::NewNgram::k_max_order << "gram";
+ return oss.str();
+ }
+ LDHT::Client* getClientUnsafe() const;
+ LDHT::Client* getClientSafe();
+ LDHT::Client* initTSSClient();
+ virtual ~LanguageModelLDHT();
+ virtual LanguageModel* Duplicate(
+ ScoreIndexManager& scoreIndexManager) const;
+ virtual void InitializeBeforeSentenceProcessing();
+ virtual void CleanUpAfterSentenceProcessing();
+ virtual const FFState* EmptyHypothesisState(const InputType& input) const;
+ virtual bool Useable(const Phrase& phrase) const;
+ virtual void CalcScore(const Phrase& phrase,
+ float& fullScore,
+ float& ngramScore,
+ std::size_t& oovCount) const;
+ FFState* Evaluate(const Hypothesis& hypo,
+ const FFState* input_state,
+ ScoreComponentCollection* score_output) const;
+ FFState* EvaluateChart(const ChartHypothesis& hypo,
+ int featureID,
+ ScoreComponentCollection* accumulator) const;
+
+protected:
+ boost::thread_specific_ptr<LDHT::Client> m_client;
+ std::string m_configPath;
+ FactorType m_factorType;
+
+};
+
+LanguageModel* ConstructLDHTLM(const std::string& path,
+ ScoreIndexManager& manager,
+ FactorType factorType) {
+ return new LanguageModelLDHT(path, manager, factorType);
+}
+
+LanguageModelLDHT::LanguageModelLDHT() : LanguageModel(), m_client(NULL) {
+ m_enableOOVFeature = false;
+}
+
+LanguageModelLDHT::LanguageModelLDHT(ScoreIndexManager& manager,
+ LanguageModelLDHT& copyFrom) {
+ //m_client = copyFrom.m_client;
+ m_factorType = copyFrom.m_factorType;
+ m_configPath = copyFrom.m_configPath;
+ Init(manager);
+}
+
+LanguageModelLDHT::LanguageModelLDHT(const std::string& path,
+ ScoreIndexManager& manager,
+ FactorType factorType)
+ : m_factorType(factorType) {
+ m_configPath = path;
+ Init(manager);
+}
+
+LanguageModelLDHT::~LanguageModelLDHT() {
+ // TODO(wilson): should cleanup for each individual thread.
+ delete getClientSafe();
+}
+
+LanguageModel* LanguageModelLDHT::Duplicate(
+ ScoreIndexManager& scoreIndexManager) const {
+ return NULL;
+}
+
+// Check that there is a TSS Client instance, and instantiate one if
+// there isn't.
+LDHT::Client* LanguageModelLDHT::getClientSafe() {
+ if (m_client.get() == NULL)
+ m_client.reset(initTSSClient());
+ return m_client.get();
+}
+
+// Do not check that there is a TSS Client instance.
+LDHT::Client* LanguageModelLDHT::getClientUnsafe() const {
+ return m_client.get();
+}
+
+LDHT::Client* LanguageModelLDHT::initTSSClient() {
+ std::ifstream config_file(m_configPath.c_str());
+ std::string ldht_config_path;
+ getline(config_file, ldht_config_path);
+ std::string ldhtlm_config_path;
+ getline(config_file, ldhtlm_config_path);
+
+ LDHT::FactoryCollection* factory_collection =
+ LDHT::FactoryCollection::createDefaultFactoryCollection();
+
+ LDHT::Client* client;
+ client = new LDHT::ClientLocal();
+ //client = new LDHT::Client();
+ client->fromXmlFiles(*factory_collection,
+ ldht_config_path,
+ ldhtlm_config_path);
+ return client;
+}
+
+void LanguageModelLDHT::InitializeBeforeSentenceProcessing() {
+ getClientSafe()->clearCache();
+}
+
+void LanguageModelLDHT::CleanUpAfterSentenceProcessing() {
+}
+
+const FFState* LanguageModelLDHT::EmptyHypothesisState(
+ const InputType& input) const {
+ return NULL;
+}
+
+bool LanguageModelLDHT::Useable(const Phrase& phrase) const {
+ return (phrase.GetSize() > 0 && phrase.GetFactor(0, m_factorType) != NULL);
+}
+
+void LanguageModelLDHT::CalcScore(const Phrase& phrase,
+ float& fullScore,
+ float& ngramScore,
+ std::size_t& oovCount) const {
+ // TODO(wilson): handle nonterminal words.
+ LDHT::Client* client = getClientUnsafe();
+ // Score the first order - 1 words of the phrase.
+ int order = LDHT::NewNgram::k_max_order;
+ int prefix_start = 0;
+ int prefix_end = std::min(phrase.GetSize(), static_cast<size_t>(order - 1));
+ LDHT::NewNgram ngram;
+ std::deque<int> full_score_tags;
+ for (int word_idx = prefix_start; word_idx < prefix_end; ++word_idx) {
+ ngram.appendGram(phrase.GetWord(word_idx)
+ .GetFactor(m_factorType)->GetString().c_str());
+ full_score_tags.push_back(client->requestNgram(ngram));
+ }
+ // Now score all subsequent ngrams to end of phrase.
+ int internal_start = prefix_end;
+ int internal_end = phrase.GetSize();
+ std::deque<int> internal_score_tags;
+ for (int word_idx = internal_start; word_idx < internal_end; ++word_idx) {
+ ngram.appendGram(phrase.GetWord(word_idx)
+ .GetFactor(m_factorType)->GetString().c_str());
+ internal_score_tags.push_back(client->requestNgram(ngram));
+ }
+
+ // Wait for resposes from the servers.
+ client->awaitResponses();
+
+ // Calculate the full phrase score, and the internal score.
+ fullScore = 0.0;
+ while (!full_score_tags.empty()) {
+ fullScore += client->getNgramScore(full_score_tags.front());
+ full_score_tags.pop_front();
+ }
+ ngramScore = 0.0;
+ while (!internal_score_tags.empty()) {
+ float score = client->getNgramScore(internal_score_tags.front());
+ internal_score_tags.pop_front();
+ fullScore += score;
+ ngramScore += score;
+ }
+ fullScore = TransformLMScore(fullScore);
+ ngramScore = TransformLMScore(ngramScore);
+ oovCount = 0;
+}
+
+FFState* LanguageModelLDHT::Evaluate(
+ const Hypothesis& hypo,
+ const FFState* input_state,
+ ScoreComponentCollection* score_output) const {
+ // TODO(wilson): handle nonterminal words.
+ LDHT::Client* client = getClientUnsafe();
+
+ // Create a new state and copy the contents of the input_state if
+ // supplied.
+ LDHTLMState* new_state = new LDHTLMState();
+ if (input_state == NULL) {
+ if (hypo.GetCurrTargetWordsRange().GetStartPos() != 0) {
+ V("got a null state but not at start of sentence");
+ abort();
+ }
+ new_state->gram_fingerprints.appendGram(BOS_);
+ }
+ else {
+ if (hypo.GetCurrTargetWordsRange().GetStartPos() == 0) {
+ V("got a non null state but at start of sentence");
+ abort();
+ }
+ new_state->copyFrom(static_cast<const LDHTLMState&>(*input_state));
+ }
+
+ // Score ngrams that overlap with the previous phrase.
+ int order = LDHT::NewNgram::k_max_order;
+ int phrase_start = hypo.GetCurrTargetWordsRange().GetStartPos();
+ int phrase_end = hypo.GetCurrTargetWordsRange().GetEndPos() + 1;
+ int overlap_start = phrase_start;
+ int overlap_end = std::min(phrase_end, phrase_start + order - 1);
+ int word_idx = overlap_start;
+ LDHT::NewNgram& ngram = new_state->gram_fingerprints;
+ std::deque<int> request_tags;
+ for (; word_idx < overlap_end; ++word_idx) {
+ ngram.appendGram(
+ hypo.GetFactor(word_idx, m_factorType)->GetString().c_str());
+ request_tags.push_back(client->requestNgram(ngram));
+ }
+ // No need to score phrase internal ngrams, but keep track of them
+ // in the state (which in this case is the NewNgram containing the
+ // hashes of the individual grams).
+ for (; word_idx < phrase_end; ++word_idx) {
+ ngram.appendGram(
+ hypo.GetFactor(word_idx, m_factorType)->GetString().c_str());
+ }
+ // If this is the last phrase in the sentence, score the last ngram
+ // with the end of sentence marker on it.
+ if (hypo.IsSourceCompleted()) {
+ ngram.appendGram(EOS_);
+ request_tags.push_back(client->requestNgram(ngram));
+ }
+ // Await responses from the server.
+ client->awaitResponses();
+
+ // Calculate scores given the request tags.
+ float score = 0;
+ while (!request_tags.empty()) {
+ score += client->getNgramScore(request_tags.front());
+ request_tags.pop_front();
+ }
+
+ score = FloorScore(TransformLMScore(score));
+ score_output->PlusEquals(this, score);
+
+ return new_state;
+}
+
+FFState* LanguageModelLDHT::EvaluateChart(
+ const ChartHypothesis& hypo,
+ int featureID,
+ ScoreComponentCollection* accumulator) const {
+ return NULL;
+}
+
+} // namespace Moses.
+
diff --git a/moses/src/LM/LDHT.h b/moses/src/LM/LDHT.h
new file mode 100644
index 000000000..dc60d0725
--- /dev/null
+++ b/moses/src/LM/LDHT.h
@@ -0,0 +1,21 @@
+//
+// Oliver Wilson <oliver.wilson@ed.ac.uk>
+//
+
+#ifndef moses_LanguageModelLDHT_h
+#define moses_LanguageModelLDHT_h
+
+#include "../TypeDef.h"
+
+namespace Moses {
+
+class ScoreIndexManager;
+class LanguageModel;
+
+LanguageModel* ConstructLDHTLM(const std::string& file,
+ ScoreIndexManager& manager,
+ FactorType factorType);
+} // namespace Moses.
+
+#endif // moses_LanguageModelLDHT_h
+
diff --git a/moses/src/LexicalReorderingTable.cpp b/moses/src/LexicalReorderingTable.cpp
index 00be0a495..62667ee61 100644
--- a/moses/src/LexicalReorderingTable.cpp
+++ b/moses/src/LexicalReorderingTable.cpp
@@ -382,7 +382,7 @@ bool LexicalReorderingTableTree::Create(std::istream& inFile,
//sanity check ALL lines must have same number of tokens
CHECK(numTokens == tokens.size());
}
- int phrase = 0;
+ size_t phrase = 0;
for(; phrase < numKeyTokens; ++phrase) {
//conditioned on more than just f... need |||
if(phrase >=1) {
@@ -396,7 +396,7 @@ bool LexicalReorderingTableTree::Create(std::istream& inFile,
//collect all non key phrases, i.e. c
std::vector<IPhrase> tgt_phrases;
tgt_phrases.resize(numTokens - numKeyTokens - 1);
- for(int j = 0; j < tgt_phrases.size(); ++j, ++phrase) {
+ for(size_t j = 0; j < tgt_phrases.size(); ++j, ++phrase) {
std::istringstream is(tokens[numKeyTokens + j]);
while(is >> w) {
tgt_phrases[j].push_back(voc[phrase]->add(w));
@@ -531,7 +531,7 @@ IPhrase LexicalReorderingTableTree::MakeTableKey(const Phrase& f,
IPhrase key;
std::vector<std::string> keyPart;
if(!m_FactorsF.empty()) {
- for(int i = 0; i < f.GetSize(); ++i) {
+ for(size_t i = 0; i < f.GetSize(); ++i) {
/* old code
std::string s = f.GetWord(i).ToString(m_FactorsF);
keyPart.push_back(s.substr(0,s.size()-1));
@@ -545,7 +545,7 @@ IPhrase LexicalReorderingTableTree::MakeTableKey(const Phrase& f,
if(!key.empty()) {
key.push_back(PrefixTreeMap::MagicWord);
}
- for(int i = 0; i < e.GetSize(); ++i) {
+ for(size_t i = 0; i < e.GetSize(); ++i) {
/* old code
std::string s = e.GetWord(i).ToString(m_FactorsE);
keyPart.push_back(s.substr(0,s.size()-1));
@@ -577,7 +577,7 @@ void LexicalReorderingTableTree::auxCacheForSrcPhrase(const Phrase& f)
ObjectPool<PPimp> pool;
PPimp* pPos = m_Table->GetRoot();
//1) goto subtree for f
- for(int i = 0; i < f.GetSize() && 0 != pPos && pPos->isValid(); ++i) {
+ for(size_t i = 0; i < f.GetSize() && 0 != pPos && pPos->isValid(); ++i) {
/* old code
pPos = m_Table.Extend(pPos, auxClearString(f.GetWord(i).ToString(m_FactorsF)), SourceVocId);
*/
diff --git a/moses/src/Manager.cpp b/moses/src/Manager.cpp
index 8d4f306e6..16738b72f 100644
--- a/moses/src/Manager.cpp
+++ b/moses/src/Manager.cpp
@@ -39,9 +39,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "LMList.h"
#include "TranslationOptionCollection.h"
#include "DummyScoreProducers.h"
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
#ifdef HAVE_PROTOBUF
#include "hypergraph.pb.h"
#include "rule.pb.h"
diff --git a/moses/src/Manager.h b/moses/src/Manager.h
index 4b45414ee..3946e54d7 100644
--- a/moses/src/Manager.h
+++ b/moses/src/Manager.h
@@ -35,9 +35,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "WordsBitmap.h"
#include "Search.h"
#include "SearchCubePruning.h"
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
namespace Moses
{
diff --git a/moses/src/PDTAimp.h b/moses/src/PDTAimp.h
index 5ded31408..6910b17cd 100644
--- a/moses/src/PDTAimp.h
+++ b/moses/src/PDTAimp.h
@@ -206,9 +206,11 @@ public:
std::string binFname=filePath+".binphr.idx";
if(!FileExists(binFname.c_str())) {
- TRACE_ERR( "bin ttable does not exist -> create it\n");
- InputFileStream in(filePath);
- m_dict->Create(in,filePath);
+ UserMessage::Add( "bin ttable does not exist\n");
+ abort();
+ //TRACE_ERR( "bin ttable does not exist -> create it\n");
+ //InputFileStream in(filePath);
+ //m_dict->Create(in,filePath);
}
TRACE_ERR( "reading bin ttable\n");
// m_dict->Read(filePath);
diff --git a/moses/src/Parameter.cpp b/moses/src/Parameter.cpp
index de23c326a..d56d1e16a 100644
--- a/moses/src/Parameter.cpp
+++ b/moses/src/Parameter.cpp
@@ -29,10 +29,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "Util.h"
#include "InputFileStream.h"
#include "UserMessage.h"
-#include "StaticData.h"
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
using namespace std;
@@ -157,6 +153,21 @@ Parameter::Parameter()
AddParam("word-translation-feature", "Count feature for word translation according to word alignment");
AddParam("report-sparse-features", "Indicate which sparse feature functions should report detailed scores in n-best, instead of aggregate");
AddParam("cube-pruning-lazy-scoring", "cbls", "Don't fully score a hypothesis until it is popped");
+ AddParam("parsing-algorithm", "Which parsing algorithm to use. 0=CYK+, 1=scope-3. (default = 0)");
+ AddParam("search-algorithm", "Which search algorithm to use. 0=normal stack, 1=cube pruning, 2=cube growing. (default = 0)");
+ AddParam("constraint", "Location of the file with target sentences to produce constraining the search");
+ AddParam("use-alignment-info", "Use word-to-word alignment: actually it is only used to output the word-to-word alignment. Word-to-word alignments are taken from the phrase table if any. Default is false.");
+ AddParam("print-alignment-info", "Output word-to-word alignment into the log file. Word-to-word alignments are takne from the phrase table if any. Default is false");
+ AddParam("print-alignment-info-in-n-best", "Include word-to-word alignment in the n-best list. Word-to-word alignments are takne from the phrase table if any. Default is false");
+ AddParam("link-param-count", "Number of parameters on word links when using confusion networks or lattices (default = 1)");
+ AddParam("description", "Source language, target language, description");
+
+ AddParam("max-chart-span", "maximum num. of source word chart rules can consume (default 10)");
+ AddParam("non-terminals", "list of non-term symbols, space separated");
+ AddParam("rule-limit", "a little like table limit. But for chart decoding rules. Default is DEFAULT_MAX_TRANS_OPT_SIZE");
+ AddParam("source-label-overlap", "What happens if a span already has a label. 0=add more. 1=replace. 2=discard. Default is 0");
+ AddParam("output-hypo-score", "Output the hypo score to stdout with the output string. For search error analysis. Default is false");
+ AddParam("unknown-lhs", "file containing target lhs of unknown words. 1 per line: LHS prob");
AddParam("translation-systems", "specify multiple translation systems, each consisting of an id, followed by a set of models ids, eg '0 T1 R1 L0'");
AddParam("show-weights", "print feature weights and exit");
AddParam("alignment-output-file", "print output word alignments into given file");
diff --git a/moses/src/PhraseDictionary.cpp b/moses/src/PhraseDictionary.cpp
index d337da83e..a02e2c260 100644
--- a/moses/src/PhraseDictionary.cpp
+++ b/moses/src/PhraseDictionary.cpp
@@ -1,4 +1,3 @@
-// $Id$
// vim:tabstop=2
/***********************************************************************
@@ -22,13 +21,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "PhraseDictionary.h"
#include "PhraseDictionaryTreeAdaptor.h"
-#include "PhraseDictionarySCFG.h"
-#include "PhraseDictionaryOnDisk.h"
-#include "PhraseDictionaryHiero.h"
-#include "PhraseDictionaryALSuffixArray.h"
+#include "RuleTable/PhraseDictionarySCFG.h"
+#include "RuleTable/PhraseDictionaryOnDisk.h"
+#include "RuleTable/PhraseDictionaryALSuffixArray.h"
#ifndef WIN32
#include "PhraseDictionaryDynSuffixArray.h"
#endif
+#include "RuleTable/UTrie.h"
#include "StaticData.h"
#include "InputType.h"
@@ -110,42 +109,33 @@ PhraseDictionary* PhraseDictionaryFeature::LoadPhraseTable(const TranslationSyst
, system->GetWeightWordPenalty());
CHECK(ret);
return pdta;
- } else if (m_implementation == SCFG) {
+ } else if (m_implementation == SCFG || m_implementation == Hiero) {
// memory phrase table
- VERBOSE(2,"using New Format phrase tables" << std::endl);
+ if (m_implementation == Hiero) {
+ VERBOSE(2,"using Hiero format phrase tables" << std::endl);
+ } else {
+ VERBOSE(2,"using New Format phrase tables" << std::endl);
+ }
if (!FileExists(m_filePath) && FileExists(m_filePath + ".gz")) {
m_filePath += ".gz";
VERBOSE(2,"Using gzipped file" << std::endl);
}
- PhraseDictionarySCFG* pdm = new PhraseDictionarySCFG(GetNumScoreComponents(),this);
- bool ret = pdm->Load(GetInput()
- , GetOutput()
- , m_filePath
- , m_weight
- , m_tableLimit
- , system->GetLanguageModels()
- , system->GetWordPenaltyProducer());
- CHECK(ret);
- return pdm;
- } else if (m_implementation == Hiero) {
- // memory phrase table
- VERBOSE(2,"using Hiero format phrase tables" << std::endl);
- if (!FileExists(m_filePath) && FileExists(m_filePath + ".gz")) {
- m_filePath += ".gz";
- VERBOSE(2,"Using gzipped file" << std::endl);
+ RuleTableTrie *dict;
+ if (staticData.GetParsingAlgorithm() == ParseScope3) {
+ dict = new RuleTableUTrie(m_numScoreComponent, this);
+ } else {
+ dict = new PhraseDictionarySCFG(m_numScoreComponent, this);
}
-
- PhraseDictionaryHiero* pdm = new PhraseDictionaryHiero(GetNumScoreComponents(),this);
- bool ret = pdm->Load(GetInput()
+ bool ret = dict->Load(GetInput()
, GetOutput()
, m_filePath
, m_weight
, m_tableLimit
, system->GetLanguageModels()
, system->GetWordPenaltyProducer());
- CHECK(ret);
- return pdm;
+ assert(ret);
+ return dict;
} else if (m_implementation == ALSuffixArray) {
// memory phrase table
VERBOSE(2,"using Hiero format phrase tables" << std::endl);
diff --git a/moses/src/PhraseDictionaryHiero.cpp b/moses/src/PhraseDictionaryHiero.cpp
deleted file mode 100644
index 5899ec8b1..000000000
--- a/moses/src/PhraseDictionaryHiero.cpp
+++ /dev/null
@@ -1,44 +0,0 @@
-//
-// PhraseDictionaryHiero.cpp
-// moses
-//
-// Created by Hieu Hoang on 04/11/2011.
-// Copyright 2011 __MyCompanyName__. All rights reserved.
-//
-
-#include <iostream>
-#include "PhraseDictionaryHiero.h"
-#include "PhraseDictionarySCFG.h"
-#include "InputFileStream.h"
-#include "RuleTableLoader.h"
-#include "RuleTableLoaderFactory.h"
-
-using namespace std;
-
-namespace Moses {
-
-bool PhraseDictionaryHiero::Load(const std::vector<FactorType> &input
- , const std::vector<FactorType> &output
- , const std::string &filePath
- , const std::vector<float> &weight
- , size_t tableLimit
- , const LMList &languageModels
- , const WordPenaltyProducer* wpProducer)
-{
- m_filePath = filePath;
- m_tableLimit = tableLimit;
-
-
- // data from file
- InputFileStream inFile(filePath);
-
- std::auto_ptr<RuleTableLoader> loader =
- RuleTableLoaderFactory::Create(filePath);
- bool ret = loader->Load(input, output, inFile, weight, tableLimit,
- languageModels, wpProducer, *this);
- return ret;
-}
-
-} // namespace
-
-
diff --git a/moses/src/PhraseDictionaryHiero.h b/moses/src/PhraseDictionaryHiero.h
deleted file mode 100644
index f845c4e15..000000000
--- a/moses/src/PhraseDictionaryHiero.h
+++ /dev/null
@@ -1,34 +0,0 @@
-//
-// PhraseDictionaryHiero.h
-// moses
-//
-// Created by Hieu Hoang on 04/11/2011.
-// Copyright 2011 __MyCompanyName__. All rights reserved.
-//
-
-#ifndef moses_PhraseDictionaryHiero_h
-#define moses_PhraseDictionaryHiero_h
-
-#include "PhraseDictionarySCFG.h"
-
-namespace Moses {
-
-class PhraseDictionaryHiero : public PhraseDictionarySCFG
-{
-public:
- PhraseDictionaryHiero(size_t numScoreComponent, PhraseDictionaryFeature* feature)
- : PhraseDictionarySCFG(numScoreComponent,feature) {}
-
- bool Load(const std::vector<FactorType> &input
- , const std::vector<FactorType> &output
- , const std::string &filePath
- , const std::vector<float> &weight
- , size_t tableLimit
- , const LMList &languageModels
- , const WordPenaltyProducer* wpProducer);
-
-};
-
-}
-
-#endif
diff --git a/moses/src/ReorderingConstraint.cpp b/moses/src/ReorderingConstraint.cpp
index ea0c1b807..aede7002d 100644
--- a/moses/src/ReorderingConstraint.cpp
+++ b/moses/src/ReorderingConstraint.cpp
@@ -186,7 +186,7 @@ bool ReorderingConstraint::Check( const WordsBitmap &bitmap, size_t startPos, si
// check, if we are setting us up for a dead end due to distortion limits
- int distortionLimit = StaticData::Instance().GetMaxDistortion();
+ size_t distortionLimit = (size_t)StaticData::Instance().GetMaxDistortion();
if (startPos != firstGapPos && endZone-firstGapPos >= distortionLimit) {
VERBOSE(3," dead end due to distortion limit" << std::endl);
return false;
diff --git a/moses/src/RuleCube.h b/moses/src/RuleCube.h
index 5d6aabe46..4ea17e80a 100644
--- a/moses/src/RuleCube.h
+++ b/moses/src/RuleCube.h
@@ -21,10 +21,6 @@
#pragma once
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include "RuleCubeItem.h"
#include <boost/functional/hash.hpp>
diff --git a/moses/src/RuleCubeItem.cpp b/moses/src/RuleCubeItem.cpp
index fa4b4c51e..86970055e 100644
--- a/moses/src/RuleCubeItem.cpp
+++ b/moses/src/RuleCubeItem.cpp
@@ -21,7 +21,6 @@
#include "ChartCellCollection.h"
#include "ChartTranslationOption.h"
#include "ChartTranslationOptionCollection.h"
-#include "DotChart.h"
#include "RuleCubeItem.h"
#include "RuleCubeQueue.h"
#include "WordsRange.h"
@@ -39,12 +38,12 @@ std::size_t hash_value(const HypothesisDimension &dimension)
}
RuleCubeItem::RuleCubeItem(const ChartTranslationOption &transOpt,
- const ChartCellCollection &allChartCells)
+ const ChartCellCollection &/*allChartCells*/)
: m_translationDimension(0,
transOpt.GetTargetPhraseCollection().GetCollection())
, m_hypothesis(0)
{
- CreateHypothesisDimensions(transOpt.GetDottedRule(), allChartCells);
+ CreateHypothesisDimensions(transOpt.GetStackVec());
}
// create the RuleCube from an existing one, differing only in one dimension
@@ -94,31 +93,19 @@ ChartHypothesis *RuleCubeItem::ReleaseHypothesis()
// for each non-terminal, create a ordered list of matching hypothesis from the
// chart
-void RuleCubeItem::CreateHypothesisDimensions(
- const DottedRule &dottedRule,
- const ChartCellCollection &allChartCells)
+void RuleCubeItem::CreateHypothesisDimensions(const StackVec &stackVec)
{
- CHECK(!dottedRule.IsRoot());
-
- const DottedRule *prev = dottedRule.GetPrev();
- if (!prev->IsRoot()) {
- CreateHypothesisDimensions(*prev, allChartCells);
- }
-
- // only deal with non-terminals
- if (dottedRule.IsNonTerminal()) {
- // get a sorted list of the underlying hypotheses
- const ChartCellLabel &cellLabel = dottedRule.GetChartCellLabel();
- const ChartHypothesisCollection *hypoColl = cellLabel.GetStack();
- CHECK(hypoColl);
- const HypoList &hypoList = hypoColl->GetSortedHypotheses();
+ for (StackVec::const_iterator p = stackVec.begin(); p != stackVec.end();
+ ++p) {
+ const HypoList *stack = *p;
+ assert(stack);
// there have to be hypothesis with the desired non-terminal
// (otherwise the rule would not be considered)
- CHECK(!hypoList.empty());
+ assert(!stack->empty());
// create a list of hypotheses that match the non-terminal
- HypothesisDimension dimension(0, hypoList);
+ HypothesisDimension dimension(0, *stack);
// add them to the vector for such lists
m_hypothesisDimensions.push_back(dimension);
}
diff --git a/moses/src/RuleCubeItem.h b/moses/src/RuleCubeItem.h
index 1b953b1b4..db6a45b44 100644
--- a/moses/src/RuleCubeItem.h
+++ b/moses/src/RuleCubeItem.h
@@ -19,9 +19,7 @@
#pragma once
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
+#include "StackVec.h"
#include <vector>
@@ -32,7 +30,6 @@ class ChartCellCollection;
class ChartHypothesis;
class ChartManager;
class ChartTranslationOption;
-class DottedRule;
class TargetPhrase;
typedef std::vector<const ChartHypothesis*> HypoList;
@@ -134,8 +131,7 @@ class RuleCubeItem
RuleCubeItem(const RuleCubeItem &); // Not implemented
RuleCubeItem &operator=(const RuleCubeItem &); // Not implemented
- void CreateHypothesisDimensions(const DottedRule &,
- const ChartCellCollection &);
+ void CreateHypothesisDimensions(const StackVec &);
TranslationDimension m_translationDimension;
std::vector<HypothesisDimension> m_hypothesisDimensions;
diff --git a/moses/src/RuleCubeQueue.h b/moses/src/RuleCubeQueue.h
index 5ef3b3af2..b09035016 100644
--- a/moses/src/RuleCubeQueue.h
+++ b/moses/src/RuleCubeQueue.h
@@ -21,10 +21,6 @@
#pragma once
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include "RuleCube.h"
#include <queue>
diff --git a/moses/src/RuleTable/Jamfile b/moses/src/RuleTable/Jamfile
new file mode 100644
index 000000000..fabc802ff
--- /dev/null
+++ b/moses/src/RuleTable/Jamfile
@@ -0,0 +1 @@
+lib RuleTable : [ glob *.cpp ] ..//moses_internal ..//Scope3Parser ..//CYKPlusParser ;
diff --git a/moses/src/RuleTableLoader.h b/moses/src/RuleTable/Loader.h
index b5d4d8e24..0bf116920 100644
--- a/moses/src/RuleTableLoader.h
+++ b/moses/src/RuleTable/Loader.h
@@ -19,7 +19,7 @@
#pragma once
-#include "PhraseDictionarySCFG.h"
+#include "RuleTable/Trie.h"
#include "TypeDef.h"
#include <istream>
@@ -32,7 +32,7 @@ class LMList;
class WordPenaltyProducer;
// Abstract base class defining RuleTableLoader interface. Friend of
-// PhraseDictionarySCFG.
+// RuleTableTrie.
class RuleTableLoader
{
public:
@@ -45,18 +45,18 @@ class RuleTableLoader
size_t tableLimit,
const LMList &languageModels,
const WordPenaltyProducer* wpProducer,
- PhraseDictionarySCFG &) = 0;
+ RuleTableTrie &) = 0;
protected:
- // Provide access to PhraseDictionarySCFG's private SortAndPrune function.
- void SortAndPrune(PhraseDictionarySCFG &ruleTable) {
+ // Provide access to RuleTableTrie's private SortAndPrune function.
+ void SortAndPrune(RuleTableTrie &ruleTable) {
ruleTable.SortAndPrune();
}
- // Provide access to PhraseDictionarySCFG's private
+ // Provide access to RuleTableTrie's private
// GetOrCreateTargetPhraseCollection function.
TargetPhraseCollection &GetOrCreateTargetPhraseCollection(
- PhraseDictionarySCFG &ruleTable
+ RuleTableTrie &ruleTable
, const Phrase &source
, const TargetPhrase &target
, const Word &sourceLHS) {
diff --git a/moses/src/RuleTableLoaderCompact.cpp b/moses/src/RuleTable/LoaderCompact.cpp
index 21d146bec..f88c425e1 100644
--- a/moses/src/RuleTableLoaderCompact.cpp
+++ b/moses/src/RuleTable/LoaderCompact.cpp
@@ -17,13 +17,13 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
-#include "RuleTableLoaderCompact.h"
+#include "RuleTable/LoaderCompact.h"
#include "AlignmentInfoCollection.h"
#include "DummyScoreProducers.h"
#include "InputFileStream.h"
#include "LMList.h"
-#include "PhraseDictionarySCFG.h"
+#include "RuleTable/Trie.h"
#include "UserMessage.h"
#include "Util.h"
#include "Word.h"
@@ -41,7 +41,7 @@ bool RuleTableLoaderCompact::Load(const std::vector<FactorType> &input,
size_t /* tableLimit */,
const LMList &languageModels,
const WordPenaltyProducer* wpProducer,
- PhraseDictionarySCFG &ruleTable)
+ RuleTableTrie &ruleTable)
{
PrintUserTime("Start loading compact rule table");
@@ -173,7 +173,7 @@ bool RuleTableLoaderCompact::LoadRuleSection(
const LMList &languageModels,
const WordPenaltyProducer *wpProducer,
const std::vector<float> &weights,
- PhraseDictionarySCFG &ruleTable)
+ RuleTableTrie &ruleTable)
{
// Read rule count.
reader.ReadLine();
diff --git a/moses/src/RuleTableLoaderCompact.h b/moses/src/RuleTable/LoaderCompact.h
index add082291..48048f931 100644
--- a/moses/src/RuleTableLoaderCompact.h
+++ b/moses/src/RuleTable/LoaderCompact.h
@@ -20,7 +20,7 @@
#pragma once
#include "Phrase.h"
-#include "RuleTableLoader.h"
+#include "RuleTable/Loader.h"
#include "TypeDef.h"
#include "Word.h"
@@ -32,7 +32,7 @@ namespace Moses
{
class LMList;
-class PhraseDictionarySCFG;
+class RuleTableTrie;
class WordPenaltyProducer;
class RuleTableLoaderCompact : public RuleTableLoader
@@ -45,7 +45,7 @@ class RuleTableLoaderCompact : public RuleTableLoader
size_t tableLimit,
const LMList &languageModels,
const WordPenaltyProducer* wpProducer,
- PhraseDictionarySCFG &);
+ RuleTableTrie &);
private:
struct LineReader {
@@ -81,7 +81,7 @@ class RuleTableLoaderCompact : public RuleTableLoader
const LMList &languageModels,
const WordPenaltyProducer *wpProducer,
const std::vector<float> &weights,
- PhraseDictionarySCFG &ruleTable);
+ RuleTableTrie &ruleTable);
// Like Tokenize() but records starting positions of tokens (instead of
// copying substrings) and assumes delimiter is ASCII space character.
diff --git a/moses/src/RuleTableLoaderFactory.cpp b/moses/src/RuleTable/LoaderFactory.cpp
index 7ac97bde2..676af1a2a 100644
--- a/moses/src/RuleTableLoaderFactory.cpp
+++ b/moses/src/RuleTable/LoaderFactory.cpp
@@ -17,12 +17,12 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
-#include "RuleTableLoaderFactory.h"
+#include "RuleTable/LoaderFactory.h"
#include "InputFileStream.h"
-#include "RuleTableLoaderCompact.h"
-#include "RuleTableLoaderHiero.h"
-#include "RuleTableLoaderStandard.h"
+#include "RuleTable/LoaderCompact.h"
+#include "RuleTable/LoaderHiero.h"
+#include "RuleTable/LoaderStandard.h"
#include "UserMessage.h"
#include "Util.h"
diff --git a/moses/src/RuleTableLoaderFactory.h b/moses/src/RuleTable/LoaderFactory.h
index c9c4daf1d..c9c4daf1d 100644
--- a/moses/src/RuleTableLoaderFactory.h
+++ b/moses/src/RuleTable/LoaderFactory.h
diff --git a/moses/src/RuleTableLoaderHiero.cpp b/moses/src/RuleTable/LoaderHiero.cpp
index 6899cfa61..db43b2958 100644
--- a/moses/src/RuleTableLoaderHiero.cpp
+++ b/moses/src/RuleTable/LoaderHiero.cpp
@@ -7,7 +7,7 @@
//
#include <iostream>
-#include "RuleTableLoaderHiero.h"
+#include "RuleTable/LoaderHiero.h"
using namespace std;
@@ -20,7 +20,7 @@ bool RuleTableLoaderHiero::Load(const std::vector<FactorType> &input,
size_t tableLimit,
const LMList &languageModels,
const WordPenaltyProducer* wpProducer,
- PhraseDictionarySCFG &ruleTable)
+ RuleTableTrie &ruleTable)
{
bool ret = RuleTableLoaderStandard::Load(HieroFormat
,input, output
diff --git a/moses/src/RuleTableLoaderHiero.h b/moses/src/RuleTable/LoaderHiero.h
index a1f8a9205..c2d1cdecc 100644
--- a/moses/src/RuleTableLoaderHiero.h
+++ b/moses/src/RuleTable/LoaderHiero.h
@@ -9,7 +9,7 @@
#ifndef moses_RuleTableLoaderHiero_h
#define moses_RuleTableLoaderHiero_h
-#include "RuleTableLoaderStandard.h"
+#include "RuleTable/LoaderStandard.h"
namespace Moses {
@@ -23,7 +23,7 @@ public:
size_t tableLimit,
const LMList &languageModels,
const WordPenaltyProducer* wpProducer,
- PhraseDictionarySCFG &);
+ RuleTableTrie &);
};
diff --git a/moses/src/RuleTableLoaderStandard.cpp b/moses/src/RuleTable/LoaderStandard.cpp
index 190241a13..3453dc324 100644
--- a/moses/src/RuleTableLoaderStandard.cpp
+++ b/moses/src/RuleTable/LoaderStandard.cpp
@@ -17,14 +17,14 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
-#include "RuleTableLoaderStandard.h"
+#include "RuleTable/LoaderStandard.h"
#include <fstream>
#include <string>
#include <iterator>
#include <algorithm>
#include <sys/stat.h>
-#include "PhraseDictionarySCFG.h"
+#include "RuleTable/Trie.h"
#include "FactorCollection.h"
#include "Word.h"
#include "Util.h"
@@ -33,7 +33,6 @@
#include "WordsRange.h"
#include "UserMessage.h"
#include "ChartTranslationOptionList.h"
-#include "DotChart.h"
#include "FactorCollection.h"
using namespace std;
@@ -47,7 +46,7 @@ bool RuleTableLoaderStandard::Load(const std::vector<FactorType> &input
, size_t tableLimit
, const LMList &languageModels
, const WordPenaltyProducer* wpProducer
- , PhraseDictionarySCFG &ruleTable)
+ , RuleTableTrie &ruleTable)
{
bool ret = Load(MosesFormat
,input, output
@@ -149,7 +148,7 @@ bool RuleTableLoaderStandard::Load(FormatType format
, size_t /* tableLimit */
, const LMList &languageModels
, const WordPenaltyProducer* wpProducer
- , PhraseDictionarySCFG &ruleTable)
+ , RuleTableTrie &ruleTable)
{
PrintUserTime("Start loading new format pt model");
diff --git a/moses/src/RuleTableLoaderStandard.h b/moses/src/RuleTable/LoaderStandard.h
index 9477db962..aea1b447e 100644
--- a/moses/src/RuleTableLoaderStandard.h
+++ b/moses/src/RuleTable/LoaderStandard.h
@@ -19,7 +19,7 @@
#pragma once
-#include "RuleTableLoader.h"
+#include "RuleTable/Loader.h"
namespace Moses
{
@@ -42,7 +42,7 @@ protected:
size_t tableLimit,
const LMList &languageModels,
const WordPenaltyProducer* wpProducer,
- PhraseDictionarySCFG &);
+ RuleTableTrie &);
public:
bool Load(const std::vector<FactorType> &input,
const std::vector<FactorType> &output,
@@ -51,7 +51,7 @@ protected:
size_t tableLimit,
const LMList &languageModels,
const WordPenaltyProducer* wpProducer,
- PhraseDictionarySCFG &);
+ RuleTableTrie &);
};
} // namespace Moses
diff --git a/moses/src/PhraseDictionaryALSuffixArray.cpp b/moses/src/RuleTable/PhraseDictionaryALSuffixArray.cpp
index 26a9d2a31..93fc083e5 100644
--- a/moses/src/PhraseDictionaryALSuffixArray.cpp
+++ b/moses/src/RuleTable/PhraseDictionaryALSuffixArray.cpp
@@ -10,8 +10,8 @@
#include "PhraseDictionaryALSuffixArray.h"
#include "InputType.h"
#include "InputFileStream.h"
-#include "RuleTableLoader.h"
-#include "RuleTableLoaderFactory.h"
+#include "RuleTable/Loader.h"
+#include "RuleTable/LoaderFactory.h"
#include "TypeDef.h"
using namespace std;
@@ -28,7 +28,7 @@ bool PhraseDictionaryALSuffixArray::Load(const std::vector<FactorType> &input
, const WordPenaltyProducer* wpProducer)
{
// file path is the directory of the rules for eacg, NOT the file of all the rules
- m_filePath = filePath;
+ SetFilePath(filePath);
m_tableLimit = tableLimit;
m_input = &input;
@@ -48,7 +48,7 @@ void PhraseDictionaryALSuffixArray::InitializeForInput(InputType const& source)
// populate with rules for this sentence
long translationId = source.GetTranslationId();
- string grammarFile = m_filePath + "/grammar.out." + SPrint(translationId);
+ string grammarFile = GetFilePath() + "/grammar.out." + SPrint(translationId);
// data from file
InputFileStream inFile(grammarFile);
diff --git a/moses/src/PhraseDictionaryALSuffixArray.h b/moses/src/RuleTable/PhraseDictionaryALSuffixArray.h
index 79c928c69..79c928c69 100644
--- a/moses/src/PhraseDictionaryALSuffixArray.h
+++ b/moses/src/RuleTable/PhraseDictionaryALSuffixArray.h
diff --git a/moses/src/PhraseDictionaryNodeSCFG.cpp b/moses/src/RuleTable/PhraseDictionaryNodeSCFG.cpp
index 91f5f7acd..91f5f7acd 100644
--- a/moses/src/PhraseDictionaryNodeSCFG.cpp
+++ b/moses/src/RuleTable/PhraseDictionaryNodeSCFG.cpp
diff --git a/moses/src/PhraseDictionaryNodeSCFG.h b/moses/src/RuleTable/PhraseDictionaryNodeSCFG.h
index 80e3722b5..3bd2338dc 100644
--- a/moses/src/PhraseDictionaryNodeSCFG.h
+++ b/moses/src/RuleTable/PhraseDictionaryNodeSCFG.h
@@ -1,4 +1,3 @@
-// $Id$
// vim:tabstop=2
/***********************************************************************
@@ -29,6 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <ostream>
#include "Word.h"
#include "TargetPhraseCollection.h"
+#include "Terminal.h"
#include <boost/functional/hash.hpp>
#include <boost/unordered_map.hpp>
@@ -39,42 +39,6 @@ namespace Moses
class PhraseDictionarySCFG;
-class TerminalHasher
-{
-public:
- // Generate a hash value for a word representing a terminal. It's
- // assumed that the same subset of factors will be active for all words
- // that are hashed.
- size_t operator()(const Word & t) const {
- size_t seed = 0;
- for (size_t i = 0; i < MAX_NUM_FACTORS; ++i) {
- const Factor * f = t[i];
- if (f) {
- boost::hash_combine(seed, *f);
- }
- }
- return seed;
- }
-};
-
-class TerminalEqualityPred
-{
-public:
- // Equality predicate for comparing words representing terminals. As
- // with the hasher, it's assumed that all words will have the same
- // subset of active factors.
- bool operator()(const Word & t1, const Word & t2) const {
- for (size_t i = 0; i < MAX_NUM_FACTORS; ++i) {
- const Factor * f1 = t1[i];
- const Factor * f2 = t2[i];
- if (f1 && f1->Compare(*f2)) {
- return false;
- }
- }
- return true;
- }
-};
-
class NonTerminalMapKeyHasher
{
public:
diff --git a/moses/src/PhraseDictionaryOnDisk.cpp b/moses/src/RuleTable/PhraseDictionaryOnDisk.cpp
index 04c29c449..4ef5ad061 100644
--- a/moses/src/PhraseDictionaryOnDisk.cpp
+++ b/moses/src/RuleTable/PhraseDictionaryOnDisk.cpp
@@ -1,4 +1,3 @@
-// $Id$
// vim:tabstop=2
/***********************************************************************
Moses - factored phrase-based language decoder
@@ -23,8 +22,8 @@
#include "InputFileStream.h"
#include "StaticData.h"
#include "TargetPhraseCollection.h"
-#include "DotChartOnDisk.h"
-#include "ChartRuleLookupManagerOnDisk.h"
+#include "CYKPlusParser/DotChartOnDisk.h"
+#include "CYKPlusParser/ChartRuleLookupManagerOnDisk.h"
using namespace std;
diff --git a/moses/src/PhraseDictionaryOnDisk.h b/moses/src/RuleTable/PhraseDictionaryOnDisk.h
index 0a8dfc808..0a8dfc808 100644
--- a/moses/src/PhraseDictionaryOnDisk.h
+++ b/moses/src/RuleTable/PhraseDictionaryOnDisk.h
diff --git a/moses/src/PhraseDictionarySCFG.cpp b/moses/src/RuleTable/PhraseDictionarySCFG.cpp
index c3a243990..e000deee4 100644
--- a/moses/src/PhraseDictionarySCFG.cpp
+++ b/moses/src/RuleTable/PhraseDictionarySCFG.cpp
@@ -1,4 +1,3 @@
-// $Id$
// vim:tabstop=2
/***********************************************************************
@@ -24,8 +23,8 @@
#include <string>
#include <iterator>
#include <algorithm>
-#include "RuleTableLoader.h"
-#include "RuleTableLoaderFactory.h"
+#include "RuleTable/Loader.h"
+#include "RuleTable/LoaderFactory.h"
#include "PhraseDictionarySCFG.h"
#include "FactorCollection.h"
#include "Word.h"
@@ -34,35 +33,13 @@
#include "StaticData.h"
#include "WordsRange.h"
#include "UserMessage.h"
-#include "ChartRuleLookupManagerMemory.h"
+#include "CYKPlusParser/ChartRuleLookupManagerMemory.h"
using namespace std;
namespace Moses
{
-bool PhraseDictionarySCFG::Load(const std::vector<FactorType> &input
- , const std::vector<FactorType> &output
- , const string &filePath
- , const vector<float> &weight
- , size_t tableLimit
- , const LMList &languageModels
- , const WordPenaltyProducer* wpProducer)
-{
- m_filePath = filePath;
- m_tableLimit = tableLimit;
-
-
- // data from file
- InputFileStream inFile(filePath);
-
- std::auto_ptr<RuleTableLoader> loader =
- RuleTableLoaderFactory::Create(filePath);
- bool ret = loader->Load(input, output, inFile, weight, tableLimit,
- languageModels, wpProducer, *this);
- return ret;
-}
-
TargetPhraseCollection &PhraseDictionarySCFG::GetOrCreateTargetPhraseCollection(
const Phrase &source
, const TargetPhrase &target
@@ -111,21 +88,6 @@ PhraseDictionaryNodeSCFG &PhraseDictionarySCFG::GetOrCreateNode(const Phrase &so
return *currNode;
}
-void PhraseDictionarySCFG::InitializeForInput(const InputType& /* input */)
-{
- // Nothing to do: sentence-specific state is stored in ChartRuleLookupManager
-}
-
-PhraseDictionarySCFG::~PhraseDictionarySCFG()
-{
- CleanUp();
-}
-
-void PhraseDictionarySCFG::CleanUp()
-{
- // Nothing to do: sentence-specific state is stored in ChartRuleLookupManager
-}
-
ChartRuleLookupManager *PhraseDictionarySCFG::CreateRuleLookupManager(
const InputType &sentence,
const ChartCellCollection &cellCollection)
diff --git a/moses/src/PhraseDictionarySCFG.h b/moses/src/RuleTable/PhraseDictionarySCFG.h
index e338dac50..3a2d6f13c 100644
--- a/moses/src/PhraseDictionarySCFG.h
+++ b/moses/src/RuleTable/PhraseDictionarySCFG.h
@@ -23,6 +23,7 @@
#include "PhraseDictionaryNodeSCFG.h"
#include "InputType.h"
#include "NonTerminal.h"
+#include "RuleTable/Trie.h"
namespace Moses
{
@@ -30,7 +31,7 @@ namespace Moses
/*** Implementation of a SCFG rule table in a trie. Looking up a rule of
* length n symbols requires n look-ups to find the TargetPhraseCollection.
*/
-class PhraseDictionarySCFG : public PhraseDictionary
+class PhraseDictionarySCFG : public RuleTableTrie
{
friend std::ostream& operator<<(std::ostream&, const PhraseDictionarySCFG&);
friend class RuleTableLoader;
@@ -38,32 +39,10 @@ class PhraseDictionarySCFG : public PhraseDictionary
public:
PhraseDictionarySCFG(size_t numScoreComponents,
PhraseDictionaryFeature* feature)
- : PhraseDictionary(numScoreComponents, feature) {}
+ : RuleTableTrie(numScoreComponents, feature) {}
- virtual ~PhraseDictionarySCFG();
-
- bool Load(const std::vector<FactorType> &input
- , const std::vector<FactorType> &output
- , const std::string &filePath
- , const std::vector<float> &weight
- , size_t tableLimit
- , const LMList &languageModels
- , const WordPenaltyProducer* wpProducer);
-
- const std::string &GetFilePath() const { return m_filePath; }
const PhraseDictionaryNodeSCFG &GetRootNode() const { return m_collection; }
- // Required by PhraseDictionary.
- const TargetPhraseCollection *GetTargetPhraseCollection(const Phrase &) const
- {
- CHECK(false);
- return NULL;
- }
-
- void InitializeForInput(const InputType& i);
-
- void CleanUp();
-
ChartRuleLookupManager *CreateRuleLookupManager(
const InputType &,
const ChartCellCollection &);
@@ -81,7 +60,6 @@ class PhraseDictionarySCFG : public PhraseDictionary
void SortAndPrune();
PhraseDictionaryNodeSCFG m_collection;
- std::string m_filePath;
};
} // namespace Moses
diff --git a/moses/src/RuleTable/Trie.cpp b/moses/src/RuleTable/Trie.cpp
new file mode 100644
index 000000000..017d39826
--- /dev/null
+++ b/moses/src/RuleTable/Trie.cpp
@@ -0,0 +1,70 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#include "RuleTable/Trie.h"
+
+#include "InputFileStream.h"
+#include "RuleTable/Loader.h"
+#include "RuleTable/LoaderFactory.h"
+#include "Util.h"
+
+namespace Moses
+{
+
+RuleTableTrie::~RuleTableTrie()
+{
+ CleanUp();
+}
+
+bool RuleTableTrie::Load(const std::vector<FactorType> &input,
+ const std::vector<FactorType> &output,
+ const std::string &filePath,
+ const std::vector<float> &weight,
+ size_t tableLimit,
+ const LMList &languageModels,
+ const WordPenaltyProducer* wpProducer)
+{
+ m_filePath = filePath;
+ m_tableLimit = tableLimit;
+
+ // data from file
+ InputFileStream inFile(filePath);
+
+ std::auto_ptr<Moses::RuleTableLoader> loader =
+ Moses::RuleTableLoaderFactory::Create(filePath);
+ if (!loader.get())
+ {
+ return false;
+ }
+ bool ret = loader->Load(input, output, inFile, weight, tableLimit,
+ languageModels, wpProducer, *this);
+ return ret;
+}
+
+void RuleTableTrie::InitializeForInput(const InputType& /* input */)
+{
+ // Nothing to do: sentence-specific state is stored in ChartRuleLookupManager
+}
+
+void RuleTableTrie::CleanUp()
+{
+ // Nothing to do: sentence-specific state is stored in ChartRuleLookupManager
+}
+
+} // namespace Moses
diff --git a/moses/src/RuleTable/Trie.h b/moses/src/RuleTable/Trie.h
new file mode 100644
index 000000000..edb1685c1
--- /dev/null
+++ b/moses/src/RuleTable/Trie.h
@@ -0,0 +1,83 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#pragma once
+
+#include "PhraseDictionary.h"
+#include "TypeDef.h"
+
+#include <string>
+#include <vector>
+
+namespace Moses
+{
+
+class LMList;
+class Phrase;
+class TargetPhrase;
+class TargetPhraseCollection;
+class Word;
+class WordPenaltyProducer;
+
+/*** Implementation of a SCFG rule table in a trie. Looking up a rule of
+ * length n symbols requires n look-ups to find the TargetPhraseCollection.
+ */
+class RuleTableTrie : public PhraseDictionary
+{
+ public:
+ RuleTableTrie(size_t numScoreComponents, PhraseDictionaryFeature *feature)
+ : PhraseDictionary(numScoreComponents, feature) {}
+
+ virtual ~RuleTableTrie();
+
+ virtual bool Load(const std::vector<FactorType> &input,
+ const std::vector<FactorType> &output,
+ const std::string &filePath,
+ const std::vector<float> &weight,
+ size_t tableLimit,
+ const LMList &languageModels,
+ const WordPenaltyProducer *wpProducer);
+
+ const std::string &GetFilePath() const { return m_filePath; }
+ void SetFilePath(const std::string &path) { m_filePath = path; }
+
+ // Required by PhraseDictionary.
+ const TargetPhraseCollection *GetTargetPhraseCollection(const Phrase &) const
+ {
+ assert(false);
+ return NULL;
+ }
+
+ virtual void InitializeForInput(const InputType& i);
+
+ void CleanUp();
+
+ private:
+ friend class RuleTableLoader;
+
+ virtual TargetPhraseCollection &GetOrCreateTargetPhraseCollection(
+ const Phrase &source, const TargetPhrase &target,
+ const Word &sourceLHS) = 0;
+
+ virtual void SortAndPrune() = 0;
+
+ std::string m_filePath;
+};
+
+} // namespace Moses
diff --git a/moses/src/RuleTable/UTrie.cpp b/moses/src/RuleTable/UTrie.cpp
new file mode 100644
index 000000000..d436f4231
--- /dev/null
+++ b/moses/src/RuleTable/UTrie.cpp
@@ -0,0 +1,95 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#include "UTrie.h"
+
+#include "NonTerminal.h"
+#include "RuleTable/Trie.h"
+#include "RuleTable/UTrieNode.h"
+#include "Scope3Parser/Parser.h"
+#include "StaticData.h"
+#include "TargetPhrase.h"
+#include "TargetPhraseCollection.h"
+#include "Util.h"
+#include "Word.h"
+
+#include <boost/functional/hash.hpp>
+#include <boost/unordered_map.hpp>
+#include <boost/version.hpp>
+
+#include <map>
+#include <vector>
+
+namespace Moses
+{
+
+TargetPhraseCollection &RuleTableUTrie::GetOrCreateTargetPhraseCollection(
+ const Phrase &source, const TargetPhrase &target, const Word &sourceLHS)
+{
+ UTrieNode &currNode = GetOrCreateNode(source, target, sourceLHS);
+ return currNode.GetOrCreateTargetPhraseCollection(target);
+}
+
+UTrieNode &RuleTableUTrie::GetOrCreateNode(const Phrase &source,
+ const TargetPhrase &target,
+ const Word &/*sourceLHS*/)
+{
+ const size_t size = source.GetSize();
+
+ const AlignmentInfo &alignmentInfo = target.GetAlignmentInfo();
+ AlignmentInfo::const_iterator iterAlign = alignmentInfo.begin();
+
+ UTrieNode *currNode = &m_root;
+ for (size_t pos = 0 ; pos < size ; ++pos) {
+ const Word &word = source.GetWord(pos);
+
+ if (word.IsNonTerminal()) {
+ assert(iterAlign != target.GetAlignmentInfo().end());
+ assert(iterAlign->first == pos);
+ size_t targetNonTermInd = iterAlign->second;
+ ++iterAlign;
+ const Word &targetNonTerm = target.GetWord(targetNonTermInd);
+ currNode = currNode->GetOrCreateNonTerminalChild(targetNonTerm);
+ } else {
+ currNode = currNode->GetOrCreateTerminalChild(word);
+ }
+
+ assert(currNode != NULL);
+ }
+
+ return *currNode;
+}
+
+ChartRuleLookupManager *RuleTableUTrie::CreateRuleLookupManager(
+ const InputType &sentence,
+ const ChartCellCollection &cellCollection)
+{
+ // FIXME This should be a parameter to CreateRuleLookupManager
+ size_t maxChartSpan = 0;
+ return new Scope3Parser(sentence, cellCollection, *this, maxChartSpan);
+}
+
+void RuleTableUTrie::SortAndPrune()
+{
+ if (GetTableLimit()) {
+ m_root.Sort(GetTableLimit());
+ }
+}
+
+} // namespace Moses
diff --git a/moses/src/RuleTable/UTrie.h b/moses/src/RuleTable/UTrie.h
new file mode 100644
index 000000000..d016ea269
--- /dev/null
+++ b/moses/src/RuleTable/UTrie.h
@@ -0,0 +1,67 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#pragma once
+
+#include "RuleTable/Trie.h"
+#include "RuleTable/UTrieNode.h"
+
+namespace Moses
+{
+
+class Phrase;
+class TargetPhrase;
+class TargetPhraseCollection;
+class Word;
+
+/*** Implementation of RuleTableTrie. A RuleTableUTrie is designed to store
+ * string-to-tree SCFG grammars only (i.e. rules can have distinct labels on
+ * the target side, but only a generic non-terminal on the source side).
+ * A key is the source RHS (one symbol per edge) of a rule and a mapped value
+ * is the collection of grammar rules that share the same source RHS.
+ *
+ * (The 'U' in UTrie stands for 'unlabelled' -- the keys are unlabelled and
+ * the target labels are stored on the node values, as opposed to the grammar
+ * being a monolingual projection with target labels projected onto the source
+ * side.)
+ */
+class RuleTableUTrie : public RuleTableTrie
+{
+ public:
+ RuleTableUTrie(size_t numScoreComponents, PhraseDictionaryFeature *feature)
+ : RuleTableTrie(numScoreComponents, feature) {}
+
+ const UTrieNode &GetRootNode() const { return m_root; }
+
+ ChartRuleLookupManager *CreateRuleLookupManager(const InputType &,
+ const ChartCellCollection &);
+
+ private:
+ TargetPhraseCollection &GetOrCreateTargetPhraseCollection(
+ const Phrase &source, const TargetPhrase &target, const Word &sourceLHS);
+
+ UTrieNode &GetOrCreateNode(const Phrase &source, const TargetPhrase &target,
+ const Word &sourceLHS);
+
+ void SortAndPrune();
+
+ UTrieNode m_root;
+};
+
+} // namespace Moses
diff --git a/moses/src/RuleTable/UTrieNode.cpp b/moses/src/RuleTable/UTrieNode.cpp
new file mode 100644
index 000000000..bf7f36b17
--- /dev/null
+++ b/moses/src/RuleTable/UTrieNode.cpp
@@ -0,0 +1,115 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#include "UTrieNode.h"
+
+#include "NonTerminal.h"
+#include "PhraseDictionaryNodeSCFG.h" // For TerminalHasher and TerminalEqualityPred
+#include "RuleTable/Trie.h"
+#include "TargetPhrase.h"
+#include "TargetPhraseCollection.h"
+#include "Util.h"
+#include "Word.h"
+
+#include <boost/functional/hash.hpp>
+#include <boost/unordered_map.hpp>
+#include <boost/version.hpp>
+
+#include <map>
+#include <vector>
+
+namespace Moses
+{
+
+void UTrieNode::Prune(size_t tableLimit)
+{
+ // Recusively prune child node values.
+ for (TerminalMap::iterator p = m_terminalMap.begin();
+ p != m_terminalMap.end(); ++p) {
+ p->second.Prune(tableLimit);
+ }
+ if (m_gapNode) {
+ m_gapNode->Prune(tableLimit);
+ }
+
+ // Prune TargetPhraseCollections at this node.
+ for (LabelMap::iterator p = m_labelMap.begin(); p != m_labelMap.end(); ++p) {
+ p->second.Prune(true, tableLimit);
+ }
+}
+
+void UTrieNode::Sort(size_t tableLimit)
+{
+ // Recusively sort child node values.
+ for (TerminalMap::iterator p = m_terminalMap.begin();
+ p != m_terminalMap.end(); ++p) {
+ p->second.Sort(tableLimit);
+ }
+ if (m_gapNode) {
+ m_gapNode->Sort(tableLimit);
+ }
+
+ // Sort TargetPhraseCollections at this node.
+ for (LabelMap::iterator p = m_labelMap.begin(); p != m_labelMap.end(); ++p) {
+ p->second.Sort(true, tableLimit);
+ }
+}
+
+UTrieNode *UTrieNode::GetOrCreateTerminalChild(const Word &sourceTerm)
+{
+ assert(!sourceTerm.IsNonTerminal());
+ std::pair<TerminalMap::iterator, bool> result;
+ result = m_terminalMap.insert(std::make_pair(sourceTerm, UTrieNode()));
+ const TerminalMap::iterator &iter = result.first;
+ UTrieNode &child = iter->second;
+ return &child;
+}
+
+UTrieNode *UTrieNode::GetOrCreateNonTerminalChild(const Word &targetNonTerm)
+{
+ assert(targetNonTerm.IsNonTerminal());
+ if (m_gapNode == NULL) {
+ m_gapNode = new UTrieNode();
+ }
+ return m_gapNode;
+}
+
+TargetPhraseCollection &UTrieNode::GetOrCreateTargetPhraseCollection(
+ const TargetPhrase &target)
+{
+ const AlignmentInfo &alignmentInfo = target.GetAlignmentInfo();
+ const size_t rank = alignmentInfo.GetSize();
+
+ std::vector<int> vec;
+ vec.reserve(rank);
+
+ m_labelTable.resize(rank);
+
+ int i = 0;
+ for (AlignmentInfo::const_iterator p = alignmentInfo.begin();
+ p != alignmentInfo.end(); ++p) {
+ size_t targetNonTermIndex = p->second;
+ const Word &targetNonTerm = target.GetWord(targetNonTermIndex);
+ vec.push_back(InsertLabel(i++, targetNonTerm));
+ }
+
+ return m_labelMap[vec];
+}
+
+} // namespace Moses
diff --git a/moses/src/RuleTable/UTrieNode.h b/moses/src/RuleTable/UTrieNode.h
new file mode 100644
index 000000000..8241e5a92
--- /dev/null
+++ b/moses/src/RuleTable/UTrieNode.h
@@ -0,0 +1,103 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#pragma once
+
+#include "NonTerminal.h"
+#include "RuleTable/Trie.h"
+#include "TargetPhrase.h"
+#include "TargetPhraseCollection.h"
+#include "Terminal.h"
+#include "Util.h"
+#include "Word.h"
+
+#include <boost/functional/hash.hpp>
+#include <boost/unordered_map.hpp>
+#include <boost/version.hpp>
+
+#include <map>
+#include <vector>
+
+namespace Moses
+{
+
+class RuleTableUTrie;
+
+class UTrieNode
+{
+ public:
+ typedef std::vector<std::vector<Word> > LabelTable;
+#if defined(BOOST_VERSION) && (BOOST_VERSION >= 104200)
+ typedef boost::unordered_map<Word,
+ UTrieNode,
+ TerminalHasher,
+ TerminalEqualityPred> TerminalMap;
+
+ typedef boost::unordered_map<std::vector<int>,
+ TargetPhraseCollection> LabelMap;
+#else
+ typedef std::map<Word, UTrieNode> TerminalMap;
+ typedef std::map<std::vector<int>, TargetPhraseCollection> LabelMap;
+#endif
+
+ ~UTrieNode() { delete m_gapNode; }
+
+ const LabelTable &GetLabelTable() const { return m_labelTable; }
+ const LabelMap &GetLabelMap() const { return m_labelMap; }
+ const TerminalMap &GetTerminalMap() const { return m_terminalMap; }
+
+ const UTrieNode *GetNonTerminalChild() const { return m_gapNode; }
+
+ UTrieNode *GetOrCreateTerminalChild(const Word &sourceTerm);
+ UTrieNode *GetOrCreateNonTerminalChild(const Word &targetNonTerm);
+
+ TargetPhraseCollection &GetOrCreateTargetPhraseCollection(
+ const TargetPhrase &);
+
+ bool IsLeaf() const { return m_terminalMap.empty() && m_gapNode == NULL; }
+
+ bool HasRules() const { return !m_labelMap.empty(); }
+
+ void Prune(size_t tableLimit);
+ void Sort(size_t tableLimit);
+
+ private:
+ friend class RuleTableUTrie;
+
+ UTrieNode() : m_gapNode(NULL) {}
+
+ int InsertLabel(int i, const Word &w)
+ {
+ std::vector<Word> &inner = m_labelTable[i];
+ for (size_t j = 0; j < inner.size(); ++j) {
+ if (inner[j] == w) {
+ return j;
+ }
+ }
+ inner.push_back(w);
+ return inner.size()-1;
+ }
+
+ LabelTable m_labelTable;
+ LabelMap m_labelMap;
+ TerminalMap m_terminalMap;
+ UTrieNode *m_gapNode;
+};
+
+} // namespace Moses
diff --git a/moses/src/Scope3Parser/ApplicableRuleTrie.cpp b/moses/src/Scope3Parser/ApplicableRuleTrie.cpp
new file mode 100644
index 000000000..7feec9a50
--- /dev/null
+++ b/moses/src/Scope3Parser/ApplicableRuleTrie.cpp
@@ -0,0 +1,60 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#include "Scope3Parser/ApplicableRuleTrie.h"
+
+namespace Moses
+{
+
+void ApplicableRuleTrie::Extend(const UTrieNode &root, int minPos,
+ const SentenceMap &sentMap, bool followsGap)
+{
+ const UTrieNode::TerminalMap &termMap = root.GetTerminalMap();
+ for (UTrieNode::TerminalMap::const_iterator p = termMap.begin();
+ p != termMap.end(); ++p) {
+ const Word &word = p->first;
+ const UTrieNode &child = p->second;
+ SentenceMap::const_iterator q = sentMap.find(word);
+ if (q == sentMap.end()) {
+ continue;
+ }
+ for (std::vector<size_t>::const_iterator r = q->second.begin();
+ r != q->second.end(); ++r) {
+ size_t index = *r;
+ if (index == (size_t)minPos || (followsGap && index > (size_t)minPos) || minPos == -1) {
+ ApplicableRuleTrie *subTrie = new ApplicableRuleTrie(index, index,
+ child);
+ subTrie->Extend(child, index+1, sentMap, false);
+ m_children.push_back(subTrie);
+ }
+ }
+ }
+
+ const UTrieNode *child = root.GetNonTerminalChild();
+ if (!child) {
+ return;
+ }
+ int start = followsGap ? -1 : minPos;
+ ApplicableRuleTrie *subTrie = new ApplicableRuleTrie(start, -1, *child);
+ int newMinPos = (minPos == -1 ? 1 : minPos+1);
+ subTrie->Extend(*child, newMinPos, sentMap, true);
+ m_children.push_back(subTrie);
+}
+
+} // namespace Moses
diff --git a/moses/src/Scope3Parser/ApplicableRuleTrie.h b/moses/src/Scope3Parser/ApplicableRuleTrie.h
new file mode 100644
index 000000000..549e4988e
--- /dev/null
+++ b/moses/src/Scope3Parser/ApplicableRuleTrie.h
@@ -0,0 +1,57 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#pragma once
+
+#include "Scope3Parser/SentenceMap.h"
+#include "Scope3Parser/VarSpanNode.h"
+#include "RuleTable/UTrieNode.h"
+#include "Util.h"
+
+#include <vector>
+
+namespace Moses
+{
+
+struct VarSpanNode;
+
+struct ApplicableRuleTrie
+{
+ public:
+ ApplicableRuleTrie(int start, int end, const UTrieNode &node)
+ : m_start(start)
+ , m_end(end)
+ , m_node(&node)
+ , m_vstNode(NULL) {}
+
+ ~ApplicableRuleTrie() {
+ RemoveAllInColl(m_children);
+ }
+
+ void Extend(const UTrieNode &root, int minPos, const SentenceMap &sentMap,
+ bool followsGap);
+
+ int m_start;
+ int m_end;
+ const UTrieNode *m_node;
+ const VarSpanNode *m_vstNode;
+ std::vector<ApplicableRuleTrie*> m_children;
+};
+
+}
diff --git a/moses/src/Scope3Parser/IntermediateVarSpanNode.h b/moses/src/Scope3Parser/IntermediateVarSpanNode.h
new file mode 100644
index 000000000..9189dabdd
--- /dev/null
+++ b/moses/src/Scope3Parser/IntermediateVarSpanNode.h
@@ -0,0 +1,50 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#pragma once
+
+#include <utility>
+
+namespace Moses
+{
+
+struct IntermediateVarSpanNode
+{
+ public:
+ typedef std::pair<int, int> Range;
+
+ IntermediateVarSpanNode()
+ : m_start(Range(-1, -1))
+ , m_end(Range(-1, -1))
+ , m_numSplitPoints(0) {}
+
+ IntermediateVarSpanNode(const Range &start, const Range &end)
+ : m_start(start)
+ , m_end(end)
+ , m_numSplitPoints(0) {}
+
+ bool isOpen() { return m_end.second == -1; }
+ bool isClosed() { return !isOpen(); }
+
+ Range m_start;
+ Range m_end;
+ int m_numSplitPoints;
+};
+
+}
diff --git a/moses/src/Scope3Parser/Jamfile b/moses/src/Scope3Parser/Jamfile
new file mode 100644
index 000000000..321a2c98f
--- /dev/null
+++ b/moses/src/Scope3Parser/Jamfile
@@ -0,0 +1 @@
+lib Scope3Parser : [ glob *.cpp ] ..//moses_internal ;
diff --git a/moses/src/Scope3Parser/Parser.cpp b/moses/src/Scope3Parser/Parser.cpp
new file mode 100644
index 000000000..54ab77236
--- /dev/null
+++ b/moses/src/Scope3Parser/Parser.cpp
@@ -0,0 +1,196 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#include "Scope3Parser/Parser.h"
+
+#include "ChartTranslationOptionList.h"
+#include "InputType.h"
+#include "NonTerminal.h"
+#include "RuleTable/UTrieNode.h"
+#include "RuleTable/UTrie.h"
+#include "Scope3Parser/ApplicableRuleTrie.h"
+#include "Scope3Parser/StackLattice.h"
+#include "Scope3Parser/StackLatticeBuilder.h"
+#include "Scope3Parser/StackLatticeSearcher.h"
+#include "Scope3Parser/VarSpanTrieBuilder.h"
+#include "StaticData.h"
+
+#include <memory>
+#include <vector>
+
+namespace Moses
+{
+
+void Scope3Parser::GetChartRuleCollection(
+ const WordsRange &range,
+ ChartTranslationOptionList &outColl)
+{
+ const size_t start = range.GetStartPos();
+ const size_t end = range.GetEndPos();
+
+ std::vector<std::pair<const UTrieNode *, const VarSpanNode *> > &pairVec = m_ruleApplications[start][end-start+1];
+
+ MatchCallback matchCB(range, outColl);
+ for (std::vector<std::pair<const UTrieNode *, const VarSpanNode *> >::const_iterator p = pairVec.begin(); p != pairVec.end(); ++p) {
+ const UTrieNode &ruleNode = *(p->first);
+ const VarSpanNode &varSpanNode = *(p->second);
+
+ const UTrieNode::LabelMap &labelMap = ruleNode.GetLabelMap();
+
+ if (varSpanNode.m_rank == 0) { // Purely lexical rule.
+ assert(labelMap.size() == 1);
+ const TargetPhraseCollection &tpc = labelMap.begin()->second;
+ matchCB.m_tpc = &tpc;
+ matchCB(m_emptyStackVec);
+ } else { // Rule has at least one non-terminal.
+ varSpanNode.CalculateRanges(start, end, m_ranges);
+ m_latticeBuilder.Build(start, end, ruleNode, varSpanNode, m_ranges,
+ this->GetCellCollection(), m_lattice,
+ m_quickCheckTable);
+ StackLatticeSearcher<MatchCallback> searcher(m_lattice, m_ranges);
+ UTrieNode::LabelMap::const_iterator p = labelMap.begin();
+ for (; p != labelMap.end(); ++p) {
+ const std::vector<int> &labels = p->first;
+ const TargetPhraseCollection &tpc = p->second;
+ assert(labels.size() == varSpanNode.m_rank);
+ bool failCheck = false;
+ for (size_t i = 0; i < varSpanNode.m_rank; ++i) {
+ if (!m_quickCheckTable[i][labels[i]]) {
+ failCheck = true;
+ break;
+ }
+ }
+ if (failCheck) {
+ continue;
+ }
+ matchCB.m_tpc = &tpc;
+ searcher.Search(labels, matchCB);
+ }
+ }
+ }
+}
+
+void Scope3Parser::Init()
+{
+ InitRuleApplicationVector();
+
+ const Sentence &sentence = dynamic_cast<const Sentence &>(GetSentence());
+
+ // Build a map from Words to index-sets.
+ SentenceMap sentMap;
+ FillSentenceMap(sentence, sentMap);
+
+ // Build a trie containing 'elastic' application contexts
+ const UTrieNode &rootNode = m_ruleTable.GetRootNode();
+ std::auto_ptr<ApplicableRuleTrie> art(new ApplicableRuleTrie(-1, -1, rootNode));
+ art->Extend(rootNode, -1, sentMap, false);
+
+ // Build a trie containing just the non-terminal contexts and insert pointers
+ // to its nodes back into the ART trie. Contiguous non-terminal contexts are
+ // merged and the number of split points is recorded.
+ VarSpanTrieBuilder vstBuilder;
+ m_varSpanTrie = vstBuilder.Build(*art);
+
+ // Fill each cell with a list of pointers to relevant ART nodes.
+ AddRulesToCells(*art, std::make_pair<int, int>(-1, -1), sentence.GetSize()-1, 0);
+}
+
+void Scope3Parser::InitRuleApplicationVector()
+{
+ const size_t sourceSize = GetSentence().GetSize();
+ m_ruleApplications.resize(sourceSize);
+ for (size_t start = 0; start < sourceSize; ++start) {
+ size_t maxSpan = sourceSize-start+1;
+ m_ruleApplications[start].resize(maxSpan+1);
+ }
+}
+
+void Scope3Parser::FillSentenceMap(
+ const Sentence &sent, SentenceMap &sentMap)
+{
+ for (size_t i = 0; i < sent.GetSize(); ++i) {
+ sentMap[sent.GetWord(i)].push_back(i);
+ }
+}
+
+void Scope3Parser::AddRulesToCells(
+ const ApplicableRuleTrie &node,
+ std::pair<int, int> start,
+ int maxPos,
+ int depth)
+{
+ if (depth > 0) {
+ // Determine the start range for this path if not already known.
+ if (start.first == -1 && start.second == -1) {
+ assert(depth == 1);
+ start.first = std::max(0, node.m_start);
+ start.second = node.m_start;
+ } else if (start.second < 0) {
+ assert(depth > 1);
+ if (node.m_start == -1) {
+ --start.second; // Record split point
+ } else {
+ int numSplitPoints = -1 - start.second;
+ start.second = node.m_start - (numSplitPoints+1);
+ }
+ }
+ }
+
+ if (node.m_node->HasRules()) {
+ assert(depth > 0);
+ assert(node.m_vstNode);
+ // Determine the end range for this path.
+ std::pair<int, int> end;
+ if (node.m_end == -1) {
+ end.first = (*(node.m_vstNode->m_label))[2];
+ end.second = (*(node.m_vstNode->m_label))[3];
+ assert(end.first != -1);
+ if (end.second == -1) {
+ end.second = maxPos;
+ }
+ } else {
+ assert(node.m_start == node.m_end); // Should be a terminal
+ end.first = end.second = node.m_start;
+ }
+ // Add a (rule trie node, VST node) pair for each cell in the range.
+ int s2 = start.second;
+ if (s2 < 0) {
+ int numSplitPoints = -1 - s2;
+ s2 = maxPos - numSplitPoints;
+ }
+ for (int i = start.first; i <= s2; ++i) {
+ int e1 = std::max(i+depth-1, end.first);
+ for (int j = e1; j <= end.second; ++j) {
+ size_t span = j-i+1;
+ assert(span >= 1);
+ if (m_maxChartSpan && span > m_maxChartSpan) {
+ break;
+ }
+ m_ruleApplications[i][span].push_back(std::make_pair(node.m_node,
+ node.m_vstNode));
+ }
+ }
+ }
+
+ for (std::vector<ApplicableRuleTrie*>::const_iterator p = node.m_children.begin(); p != node.m_children.end(); ++p) {
+ AddRulesToCells(**p, start, maxPos, depth+1);
+ }
+}
+
+} // namespace Moses
diff --git a/moses/src/Scope3Parser/Parser.h b/moses/src/Scope3Parser/Parser.h
new file mode 100644
index 000000000..0b2386469
--- /dev/null
+++ b/moses/src/Scope3Parser/Parser.h
@@ -0,0 +1,100 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#pragma once
+
+#include "ChartRuleLookupManager.h"
+#include "ChartTranslationOptionList.h"
+#include "NonTerminal.h"
+#include "RuleTable/UTrieNode.h"
+#include "RuleTable/UTrie.h"
+#include "Scope3Parser/ApplicableRuleTrie.h"
+#include "Scope3Parser/StackLattice.h"
+#include "Scope3Parser/StackLatticeBuilder.h"
+#include "Scope3Parser/StackLatticeSearcher.h"
+#include "Scope3Parser/VarSpanTrieBuilder.h"
+#include "StaticData.h"
+
+#include <memory>
+#include <vector>
+
+namespace Moses
+{
+
+class InputType;
+class ChartCellCollection;
+class ChartHypothesisCollection;
+class WordsRange;
+
+class Scope3Parser : public ChartRuleLookupManager
+{
+ public:
+ Scope3Parser(const InputType &sentence,
+ const ChartCellCollection &cellColl,
+ const RuleTableUTrie &ruleTable,
+ size_t maxChartSpan)
+ : ChartRuleLookupManager(sentence, cellColl)
+ , m_ruleTable(ruleTable)
+ , m_maxChartSpan(maxChartSpan)
+ {
+ Init();
+ }
+
+ void GetChartRuleCollection(
+ const WordsRange &range,
+ ChartTranslationOptionList &outColl);
+
+ private:
+ // Define a callback type for use by StackLatticeSearcher.
+ struct MatchCallback
+ {
+ public:
+ MatchCallback(const WordsRange &range,
+ ChartTranslationOptionList &out)
+ : m_range(range)
+ , m_out(out)
+ , m_tpc(NULL) {}
+ void operator()(const StackVec &stackVec)
+ {
+ m_out.Add(*m_tpc, stackVec, m_range);
+ }
+ const WordsRange &m_range;
+ ChartTranslationOptionList &m_out;
+ const TargetPhraseCollection *m_tpc;
+ };
+
+ void Init();
+ void InitRuleApplicationVector();
+ void FillSentenceMap(const Sentence &, SentenceMap &);
+ void AddRulesToCells(const ApplicableRuleTrie &, std::pair<int, int>, int,
+ int);
+
+ const RuleTableUTrie &m_ruleTable;
+ std::vector<std::vector<std::vector<
+ std::pair<const UTrieNode *, const VarSpanNode *> > > > m_ruleApplications;
+ std::auto_ptr<VarSpanNode> m_varSpanTrie;
+ StackVec m_emptyStackVec;
+ const size_t m_maxChartSpan;
+ StackLattice m_lattice;
+ StackLatticeBuilder m_latticeBuilder;
+ std::vector<VarSpanNode::NonTermRange> m_ranges;
+ std::vector<std::vector<bool> > m_quickCheckTable;
+};
+
+} // namespace Moses
diff --git a/moses/src/Scope3Parser/SentenceMap.h b/moses/src/Scope3Parser/SentenceMap.h
new file mode 100644
index 000000000..6d8b4ee20
--- /dev/null
+++ b/moses/src/Scope3Parser/SentenceMap.h
@@ -0,0 +1,35 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#pragma once
+
+#include "Terminal.h"
+#include "Word.h"
+
+#include <boost/unordered_map.hpp>
+
+#include <vector>
+
+namespace Moses
+{
+typedef boost::unordered_map<Word,
+ std::vector<size_t>,
+ TerminalHasher,
+ TerminalEqualityPred> SentenceMap;
+}
diff --git a/moses/src/Scope3Parser/StackLattice.h b/moses/src/Scope3Parser/StackLattice.h
new file mode 100644
index 000000000..e7f8f8c67
--- /dev/null
+++ b/moses/src/Scope3Parser/StackLattice.h
@@ -0,0 +1,37 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#pragma once
+
+#include "StackVec.h"
+
+#include <utility>
+#include <vector>
+
+namespace Moses
+{
+
+// For an entry, lattice[i][j][k][l]:
+// i = offset from span start
+// j = NT index (zero-based, from left of rule)
+// k = span
+// l = label index (as in UTrieNode)
+typedef std::vector<std::vector<std::vector<StackVec> > > StackLattice;
+
+}
diff --git a/moses/src/Scope3Parser/StackLatticeBuilder.cpp b/moses/src/Scope3Parser/StackLatticeBuilder.cpp
new file mode 100644
index 000000000..4afa1b999
--- /dev/null
+++ b/moses/src/Scope3Parser/StackLatticeBuilder.cpp
@@ -0,0 +1,93 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#include "StackLatticeBuilder.h"
+
+#include "ChartCell.h"
+#include "ChartCellCollection.h"
+#include "RuleTable/UTrieNode.h"
+#include "Scope3Parser/StackLattice.h"
+#include "Scope3Parser/VarSpanNode.h"
+
+namespace Moses
+{
+
+void StackLatticeBuilder::Build(
+ int start,
+ int end,
+ const UTrieNode &ruleNode,
+ const VarSpanNode &varSpanNode,
+ const std::vector<VarSpanNode::NonTermRange> &ranges,
+ const ChartCellCollection &chartCellColl,
+ StackLattice &lattice,
+ std::vector<std::vector<bool> > &checkTable)
+{
+ // Extend the lattice if necessary. Do not shrink it.
+ const size_t span = end - start + 1;
+ if (lattice.size() < span) {
+ lattice.resize(span);
+ }
+
+ // Extend the quick-check table if necessary. Do not shrink it.
+ if (checkTable.size() < varSpanNode.m_rank) {
+ checkTable.resize(varSpanNode.m_rank);
+ }
+
+ const UTrieNode::LabelTable &labelTable = ruleNode.GetLabelTable();
+
+ for (size_t index = 0; index < ranges.size(); ++index) {
+ const VarSpanNode::NonTermRange &range = ranges[index];
+ const std::vector<Word> &labelVec = labelTable[index];
+ checkTable[index].clear();
+ checkTable[index].resize(labelVec.size(), false);
+ // Note: values in range are offsets not absolute positions.
+ for (size_t offset = range.s1; offset <= range.s2; ++offset) {
+ // Allocate additional space if required.
+ if (lattice[offset].size() < index+1) {
+ lattice[offset].resize(index+1);
+ }
+ size_t e1 = std::max(offset, range.e1);
+ const size_t maxSpan = range.e2-offset+1;
+ if (lattice[offset][index].size() < maxSpan+1) {
+ lattice[offset][index].resize(maxSpan+1);
+ }
+ for (size_t end = e1; end <= range.e2; ++end) {
+ const size_t span = end-offset+1;
+ // Fill the StackVec at lattice[offset][index][span] by iterating over
+ // labelTable[index] and looking up each label over the span
+ // [start, end]
+ StackVec &stackVec = lattice[offset][index][span];
+ stackVec.clear();
+ stackVec.reserve(labelVec.size());
+ const WordsRange range(start+offset, start+offset+span-1);
+ const ChartCell &chartCell = chartCellColl.Get(range);
+ std::vector<bool>::iterator q = checkTable[index].begin();
+ for (std::vector<Word>::const_iterator p = labelVec.begin();
+ p != labelVec.end(); ++p) {
+ const Word &label = *p;
+ const HypoList *stack = chartCell.GetSortedHypotheses(label);
+ stackVec.push_back(stack);
+ *q++ = *q || static_cast<bool>(stack);
+ }
+ }
+ }
+ }
+}
+
+}
diff --git a/moses/src/Scope3Parser/StackLatticeBuilder.h b/moses/src/Scope3Parser/StackLatticeBuilder.h
new file mode 100644
index 000000000..ef018ccc0
--- /dev/null
+++ b/moses/src/Scope3Parser/StackLatticeBuilder.h
@@ -0,0 +1,42 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#pragma once
+
+#include "Scope3Parser/StackLattice.h"
+#include "Scope3Parser/VarSpanNode.h"
+#include "RuleTable/UTrieNode.h"
+
+namespace Moses
+{
+
+class ChartCellCollection;
+
+class StackLatticeBuilder
+{
+ public:
+ StackLatticeBuilder() {}
+
+ void Build(int, int, const UTrieNode &, const VarSpanNode &,
+ const std::vector<VarSpanNode::NonTermRange> &,
+ const ChartCellCollection &, StackLattice &,
+ std::vector<std::vector<bool> > &);
+};
+
+}
diff --git a/moses/src/Scope3Parser/StackLatticeSearcher.h b/moses/src/Scope3Parser/StackLatticeSearcher.h
new file mode 100644
index 000000000..ab7ecdc10
--- /dev/null
+++ b/moses/src/Scope3Parser/StackLatticeSearcher.h
@@ -0,0 +1,86 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#pragma once
+
+#include "Scope3Parser/StackLattice.h"
+#include "Scope3Parser/VarSpanNode.h"
+#include "StackVec.h"
+
+#include <vector>
+
+namespace Moses
+{
+
+class ChartHypothesisCollection;
+
+template<typename MatchCallBackType>
+class StackLatticeSearcher
+{
+ public:
+ StackLatticeSearcher(const StackLattice &lattice,
+ const std::vector<VarSpanNode::NonTermRange> &ranges)
+ : m_lattice(lattice)
+ , m_ranges(ranges) {}
+
+ void Search(const std::vector<int> &labels, MatchCallBackType &callback)
+ {
+ m_labels = &labels;
+ m_matchCB = &callback;
+ SearchInner(0, 0);
+ }
+
+ private:
+ void SearchInner(int start, size_t index)
+ {
+ assert(m_stackVec.size() == index);
+
+ const VarSpanNode::NonTermRange &range = m_ranges[index];
+
+ const size_t offset = (range.s1 == range.s2) ? range.s1 : start;
+
+ const size_t minSpan = std::max(offset, range.e1) - offset + 1;
+ const size_t maxSpan = range.e2 - offset + 1;
+
+ // Loop over all possible spans for this offset and index.
+ const std::vector<StackVec> &spanVec = m_lattice[offset][index];
+
+ for (size_t j = minSpan; j <= maxSpan; ++j) {
+ const HypoList *stack = spanVec[j][(*m_labels)[index]];
+ if (!stack) {
+ continue;
+ }
+ m_stackVec.push_back(stack);
+ if (index+1 == m_labels->size()) {
+ (*m_matchCB)(m_stackVec);
+ } else {
+ SearchInner(offset+j, index+1);
+ }
+ m_stackVec.pop_back();
+ }
+ }
+
+ const StackLattice &m_lattice;
+ const std::vector<VarSpanNode::NonTermRange> &m_ranges;
+ const std::vector<int> *m_labels;
+ MatchCallBackType *m_matchCB;
+ StackVec m_stackVec;
+};
+
+} // namespace Moses
diff --git a/moses/src/Scope3Parser/VarSpanNode.h b/moses/src/Scope3Parser/VarSpanNode.h
new file mode 100644
index 000000000..1c53113dc
--- /dev/null
+++ b/moses/src/Scope3Parser/VarSpanNode.h
@@ -0,0 +1,132 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#pragma once
+
+#include "Scope3Parser/IntermediateVarSpanNode.h"
+#include "WordsRange.h"
+
+#include <boost/array.hpp>
+
+#include <map>
+
+#include <vector>
+
+namespace Moses
+{
+
+struct VarSpanNode
+{
+ public:
+ struct NonTermRange {
+ size_t s1;
+ size_t s2;
+ size_t e1;
+ size_t e2;
+ };
+ typedef std::vector<IntermediateVarSpanNode> NodeVec;
+ typedef boost::array<int, 5> KeyType;
+ typedef std::map<KeyType, VarSpanNode> MapType;
+
+ VarSpanNode() : m_parent(0), m_label(0), m_rank(0) {}
+
+ VarSpanNode &Insert(const NodeVec &vec)
+ {
+ if (vec.empty()) {
+ return *this;
+ }
+ return Insert(vec.begin(), vec.end());
+ }
+
+ // Given a span, determine the ranges of possible start and end offsets
+ // for each non-terminal.
+ void CalculateRanges(int start, int end,
+ std::vector<NonTermRange> &ranges) const
+ {
+ ranges.resize(m_rank);
+ const VarSpanNode *n = this;
+ size_t firstIndex = m_rank;
+ while (n->m_parent) {
+ const KeyType &key = *(n->m_label);
+ assert(key[0] == 0 || key[0] == key[1]);
+ assert(key[3] == -1 || key[2] == key[3]);
+ const int numSplitPoints = key[4];
+ firstIndex -= numSplitPoints+1;
+ const int vsn_start = key[0] == 0 ? start : key[0];
+ const int vsn_end = key[3] == -1 ? end : key[3];
+ // The start position of the first non-terminal is known.
+ ranges[firstIndex].s1 = ranges[firstIndex].s2 = vsn_start - start;
+ // The end range depends on the number of split points. If there are
+ // no split points then the end position is fixed.
+ if (numSplitPoints) {
+ ranges[firstIndex].e1 = vsn_start - start;
+ ranges[firstIndex].e2 = vsn_end - start - numSplitPoints;
+ } else {
+ ranges[firstIndex].e1 = ranges[firstIndex].e2 = vsn_end - start;
+ }
+ // For the remaining non-terminals, the start and end boundaries shift
+ // by one position with each split point.
+ for (int i = 1; i <= numSplitPoints; ++i) {
+ ranges[firstIndex+i].s1 = ranges[firstIndex].s1+i;
+ ranges[firstIndex+i].s2 = ranges[firstIndex].e2+i;
+ ranges[firstIndex+i].e1 = ranges[firstIndex].s1+i;
+ ranges[firstIndex+i].e2 = ranges[firstIndex].e2+i;
+ }
+ // Except that the end point of the final non-terminal is fixed.
+ ranges[firstIndex+numSplitPoints].e1 = vsn_end - start;
+ ranges[firstIndex+numSplitPoints].e2 = vsn_end - start;
+ n = n->m_parent;
+ }
+ assert(firstIndex == 0);
+ }
+
+ const VarSpanNode *m_parent;
+ const KeyType *m_label;
+ size_t m_rank;
+ MapType m_children;
+
+ private:
+ VarSpanNode &Insert(NodeVec::const_iterator first,
+ NodeVec::const_iterator last)
+ {
+ assert(first != last);
+
+ KeyType key;
+ key[0] = first->m_start.first;
+ key[1] = first->m_start.second;
+ key[2] = first->m_end.first;
+ key[3] = first->m_end.second;
+ key[4] = first->m_numSplitPoints;
+
+ std::pair<MapType::iterator, bool> result = m_children.insert(
+ std::make_pair(key, VarSpanNode()));
+ VarSpanNode &child = result.first->second;
+ if (result.second) {
+ child.m_parent = this;
+ child.m_label = &(result.first->first);
+ child.m_rank = m_rank + first->m_numSplitPoints + 1;
+ }
+ if (++first == last) {
+ return child;
+ }
+ return child.Insert(first, last);
+ }
+};
+
+}
diff --git a/moses/src/Scope3Parser/VarSpanTrieBuilder.cpp b/moses/src/Scope3Parser/VarSpanTrieBuilder.cpp
new file mode 100644
index 000000000..0989e14d3
--- /dev/null
+++ b/moses/src/Scope3Parser/VarSpanTrieBuilder.cpp
@@ -0,0 +1,109 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#include "Scope3Parser/VarSpanTrieBuilder.h"
+
+#include "Scope3Parser/ApplicableRuleTrie.h"
+#include "Scope3Parser/IntermediateVarSpanNode.h"
+#include "Scope3Parser/VarSpanNode.h"
+
+#include <algorithm>
+#include <vector>
+
+namespace Moses
+{
+
+std::auto_ptr<VarSpanNode> VarSpanTrieBuilder::Build(
+ ApplicableRuleTrie &root)
+{
+ std::auto_ptr<VarSpanNode> vstRoot(new VarSpanNode());
+ NodeVec vec;
+ const std::vector<ApplicableRuleTrie*> &children = root.m_children;
+ for (std::vector<ApplicableRuleTrie*>::const_iterator p = children.begin();
+ p != children.end(); ++p) {
+ Build(**p, vec, *(vstRoot.get()));
+ }
+ return vstRoot;
+}
+
+void VarSpanTrieBuilder::Build(ApplicableRuleTrie &artNode,
+ NodeVec &vec,
+ VarSpanNode &vstRoot)
+{
+ typedef IntermediateVarSpanNode::Range Range;
+
+ // Record enough information about vec that any changes made during this
+ // function call can be undone at the end.
+ NodeVecState state;
+ RecordState(vec, state);
+
+ if (artNode.m_end == -1) {
+ if (!vec.empty() && vec.back().isOpen()) {
+ ++(vec.back().m_numSplitPoints);
+ ++(vec.back().m_end.first);
+ } else if (artNode.m_start == -1) {
+ Range start(0, -1);
+ Range end(0, -1);
+ vec.push_back(IntermediateVarSpanNode(start, end));
+ } else {
+ Range start(artNode.m_start, artNode.m_start);
+ Range end(artNode.m_start, -1);
+ vec.push_back(IntermediateVarSpanNode(start, end));
+ }
+ } else if (!vec.empty() && vec.back().isOpen()) {
+ vec.back().m_end = Range(artNode.m_start-1, artNode.m_start-1);
+ if (vec.back().m_start.second == -1) {
+ size_t s = artNode.m_start - (vec.back().m_numSplitPoints + 1);
+ vec.back().m_start.second = s;
+ }
+ }
+
+ if (artNode.m_node->HasRules()) {
+ artNode.m_vstNode = &(vstRoot.Insert(vec));
+ }
+
+ const std::vector<ApplicableRuleTrie*> &children = artNode.m_children;
+ for (std::vector<ApplicableRuleTrie*>::const_iterator p = children.begin();
+ p != children.end(); ++p) {
+ Build(**p, vec, vstRoot);
+ }
+
+ // Return vec to its original value.
+ RestoreState(state, vec);
+}
+
+void VarSpanTrieBuilder::RecordState(const NodeVec &vec, NodeVecState &state)
+{
+ state.m_size = vec.size();
+ if (!vec.empty()) {
+ state.m_lastNode = vec.back();
+ }
+}
+
+void VarSpanTrieBuilder::RestoreState(const NodeVecState &state, NodeVec &vec)
+{
+ assert(state.m_size == vec.size() || state.m_size+1 == vec.size());
+ if (state.m_size < vec.size()) {
+ vec.resize(state.m_size);
+ } else if (!vec.empty()) {
+ vec.back() = state.m_lastNode;
+ }
+}
+
+}
diff --git a/moses/src/Scope3Parser/VarSpanTrieBuilder.h b/moses/src/Scope3Parser/VarSpanTrieBuilder.h
new file mode 100644
index 000000000..cad0e1b2c
--- /dev/null
+++ b/moses/src/Scope3Parser/VarSpanTrieBuilder.h
@@ -0,0 +1,50 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#pragma once
+
+#include "Scope3Parser/IntermediateVarSpanNode.h"
+
+#include <memory>
+#include <vector>
+
+namespace Moses
+{
+
+struct ApplicableRuleTrie;
+struct VarSpanNode;
+
+class VarSpanTrieBuilder
+{
+ public:
+ std::auto_ptr<VarSpanNode> Build(ApplicableRuleTrie &);
+
+ private:
+ typedef std::vector<IntermediateVarSpanNode> NodeVec;
+ struct NodeVecState
+ {
+ std::size_t m_size;
+ IntermediateVarSpanNode m_lastNode;
+ };
+ void Build(ApplicableRuleTrie &, NodeVec &, VarSpanNode &);
+ void RecordState(const NodeVec &, NodeVecState &);
+ void RestoreState(const NodeVecState &, NodeVec &);
+};
+
+}
diff --git a/moses/src/Sentence.cpp b/moses/src/Sentence.cpp
index 87ede7c7a..2a765fe59 100644
--- a/moses/src/Sentence.cpp
+++ b/moses/src/Sentence.cpp
@@ -141,7 +141,7 @@ int Sentence::Read(std::istream& in,const std::vector<FactorType>& factorOrder)
m_reorderingConstraint.InitializeWalls( GetSize() );
// set reordering walls, if "-monotone-at-punction" is set
- if (staticData.UseReorderingConstraint()) {
+ if (staticData.UseReorderingConstraint() && GetSize()>0) {
m_reorderingConstraint.SetMonotoneAtPunctuation( GetSubString( WordsRange(0,GetSize()-1 ) ) );
}
diff --git a/moses/src/StackVec.h b/moses/src/StackVec.h
new file mode 100644
index 000000000..4641e69ad
--- /dev/null
+++ b/moses/src/StackVec.h
@@ -0,0 +1,31 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#pragma once
+
+#include "HypoList.h"
+
+#include <vector>
+
+namespace Moses
+{
+
+typedef std::vector<const HypoList *> StackVec;
+
+}
diff --git a/moses/src/StaticData.cpp b/moses/src/StaticData.cpp
index 406ba6c43..31c27af0e 100644
--- a/moses/src/StaticData.cpp
+++ b/moses/src/StaticData.cpp
@@ -126,6 +126,9 @@ bool StaticData::LoadData(Parameter *parameter)
m_verboseLevel = Scan<size_t>( m_parameter->GetParam("verbose")[0]);
}
+ m_parsingAlgorithm = (m_parameter->GetParam("parsing-algorithm").size() > 0) ?
+ (ParsingAlgorithm) Scan<size_t>(m_parameter->GetParam("parsing-algorithm")[0]) : ParseCYKPlus;
+
// to cube or not to cube
m_searchAlgorithm = (m_parameter->GetParam("search-algorithm").size() > 0) ?
(SearchAlgorithm) Scan<size_t>(m_parameter->GetParam("search-algorithm")[0]) : Normal;
diff --git a/moses/src/StaticData.h b/moses/src/StaticData.h
index bd5d33d57..32c8b5875 100644
--- a/moses/src/StaticData.h
+++ b/moses/src/StaticData.h
@@ -47,11 +47,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "TranslationSystem.h"
#include "ScoreComponentCollection.h"
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-//#include "UnknownWordHandler.h"
-
namespace Moses
{
@@ -153,6 +148,7 @@ protected:
bool m_outputHypoScore;
bool m_enableOnlineCommand; //! flag indicating whether online commands to change some decoder parameters are enable; if yes, the persistent translation option cache is disabled
+ ParsingAlgorithm m_parsingAlgorithm;
SearchAlgorithm m_searchAlgorithm;
InputTypeEnum m_inputType;
size_t m_numInputScores;
@@ -468,6 +464,9 @@ public:
InputTypeEnum GetInputType() const {
return m_inputType;
}
+ ParsingAlgorithm GetParsingAlgorithm() const {
+ return m_parsingAlgorithm;
+ }
SearchAlgorithm GetSearchAlgorithm() const {
return m_searchAlgorithm;
}
diff --git a/moses/src/SyntacticLanguageModel.cpp b/moses/src/SyntacticLanguageModel.cpp
index c9b3f1e22..12ade1ff7 100644
--- a/moses/src/SyntacticLanguageModel.cpp
+++ b/moses/src/SyntacticLanguageModel.cpp
@@ -17,9 +17,9 @@ namespace Moses
size_t beamWidth)
// Initialize member variables
: m_NumScoreComponents(weights.size())
- , m_beamWidth(beamWidth)
+ , m_files(new SyntacticLanguageModelFiles<YModel,XModel>(filePath))
, m_factorType(factorType)
- , m_files(new SyntacticLanguageModelFiles<YModel,XModel>(filePath)) {
+ , m_beamWidth(beamWidth) {
// Inform Moses score manager of this feature and its weight(s)
const_cast<ScoreIndexManager&>(StaticData::Instance().GetScoreIndexManager()).AddScoreProducer(this);
@@ -29,7 +29,7 @@ namespace Moses
SyntacticLanguageModel::~SyntacticLanguageModel() {
VERBOSE(3,"Destructing SyntacticLanguageModel" << std::endl);
- // delete m_files;
+ delete m_files;
}
size_t SyntacticLanguageModel::GetNumScoreComponents() const {
@@ -86,10 +86,7 @@ namespace Moses
VERBOSE(3,"Evaluating SyntacticLanguageModel for a hypothesis" << endl);
- const SyntacticLanguageModelState<YModel,XModel,S,R>& prev =
- static_cast<const SyntacticLanguageModelState<YModel,XModel,S,R>&>(*prev_state);
-
- const SyntacticLanguageModelState<YModel,XModel,S,R>* currentState = &prev;
+ SyntacticLanguageModelState<YModel,XModel,S,R>* tmpState = NULL;
SyntacticLanguageModelState<YModel,XModel,S,R>* nextState = NULL;
@@ -103,10 +100,11 @@ namespace Moses
const std::string& string = factor->GetString();
if (i==0) {
- nextState = new SyntacticLanguageModelState<YModel,XModel,S,R>(&prev, string);
+ nextState = new SyntacticLanguageModelState<YModel,XModel,S,R>((const SyntacticLanguageModelState<YModel,XModel,S,R>*)prev_state, string);
} else {
- currentState = nextState;
- nextState = new SyntacticLanguageModelState<YModel,XModel,S,R>(currentState, string);
+ tmpState = nextState;
+ nextState = new SyntacticLanguageModelState<YModel,XModel,S,R>(tmpState, string);
+ delete tmpState;
}
double score = nextState->getScore();
diff --git a/moses/src/SyntacticLanguageModel.h b/moses/src/SyntacticLanguageModel.h
index 3497d3dc4..61378d678 100644
--- a/moses/src/SyntacticLanguageModel.h
+++ b/moses/src/SyntacticLanguageModel.h
@@ -4,7 +4,7 @@
#define moses_SyntacticLanguageModel_h
#include "FeatureFunction.h"
-
+#include <stdexcept>
class YModel; // hidden model
class XModel; // observed model
@@ -35,6 +35,13 @@ namespace Moses
const FFState* prev_state,
ScoreComponentCollection* accumulator) const;
+ FFState* EvaluateChart(const ChartHypothesis& cur_hypo,
+ int featureID,
+ ScoreComponentCollection* accumulator) const {
+ throw std::runtime_error("Syntactic LM can only be used with phrase-based decoder.");
+ }
+
+
// double perplexity();
private:
diff --git a/moses/src/SyntacticLanguageModelFiles.h b/moses/src/SyntacticLanguageModelFiles.h
index c6533c424..2e12e88c6 100644
--- a/moses/src/SyntacticLanguageModelFiles.h
+++ b/moses/src/SyntacticLanguageModelFiles.h
@@ -68,9 +68,9 @@ template <class MH, class MO>
template <class MH, class MO>
SyntacticLanguageModelFiles<MH,MO>::~SyntacticLanguageModelFiles() {
- std::cerr<<"Destructing syntactic language model files" << std::endl;
- //delete hiddenModel;
- //delete observedModel;
+ VERBOSE(3,"Destructing syntactic language model files" << std::endl);
+ delete hiddenModel;
+ delete observedModel;
}
diff --git a/moses/src/SyntacticLanguageModelState.h b/moses/src/SyntacticLanguageModelState.h
index 0877a59b3..1c7d0dcd8 100644
--- a/moses/src/SyntacticLanguageModelState.h
+++ b/moses/src/SyntacticLanguageModelState.h
@@ -26,8 +26,8 @@ template <class MY, class MX, class YS=typename MY::RandVarType, class B=NullBac
~SyntacticLanguageModelState() {
- //cerr << "Deleting SyntacticLanguageModelState" << std::endl;
- //delete randomVariableStore;
+ VERBOSE(3,"Destructing SyntacticLanguageModelState" << std::endl);
+ delete randomVariableStore;
}
virtual int Compare(const FFState& other) const;
diff --git a/moses/src/TargetPhrase.h b/moses/src/TargetPhrase.h
index cb14fbfb1..78f390789 100644
--- a/moses/src/TargetPhrase.h
+++ b/moses/src/TargetPhrase.h
@@ -30,9 +30,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "util/string_piece.hh"
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
#ifdef HAVE_PROTOBUF
#include "rule.pb.h"
#endif
diff --git a/moses/src/Terminal.h b/moses/src/Terminal.h
new file mode 100644
index 000000000..6247d0b6c
--- /dev/null
+++ b/moses/src/Terminal.h
@@ -0,0 +1,66 @@
+/***********************************************************************
+ Moses - statistical machine translation system
+ Copyright (C) 2006-2012 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+***********************************************************************/
+
+#pragma once
+
+#include "TypeDef.h"
+#include "Word.h"
+
+#include <boost/functional/hash.hpp>
+
+namespace Moses
+{
+
+class TerminalHasher
+{
+ public:
+ // Generate a hash value for a word representing a terminal. It's
+ // assumed that the same subset of factors will be active for all words
+ // that are hashed.
+ size_t operator()(const Word &t) const {
+ size_t seed = 0;
+ for (size_t i = 0; i < MAX_NUM_FACTORS; ++i) {
+ const Factor *f = t[i];
+ if (f) {
+ boost::hash_combine(seed, *f);
+ }
+ }
+ return seed;
+ }
+};
+
+class TerminalEqualityPred
+{
+ public:
+ // Equality predicate for comparing words representing terminals. As
+ // with the hasher, it's assumed that all words will have the same
+ // subset of active factors.
+ bool operator()(const Word &t1, const Word &t2) const {
+ for (size_t i = 0; i < MAX_NUM_FACTORS; ++i) {
+ const Factor *f1 = t1[i];
+ const Factor *f2 = t2[i];
+ if (f1 && f1->Compare(*f2)) {
+ return false;
+ }
+ }
+ return true;
+ }
+};
+
+} // namespace Moses
diff --git a/moses/src/ThreadPool.cpp b/moses/src/ThreadPool.cpp
index ca9bd2f60..9d0cdd06b 100644
--- a/moses/src/ThreadPool.cpp
+++ b/moses/src/ThreadPool.cpp
@@ -31,7 +31,7 @@ namespace Moses
{
ThreadPool::ThreadPool( size_t numThreads )
- : m_stopped(false), m_stopping(false)
+ : m_stopped(false), m_stopping(false), m_queueLimit(0)
{
for (size_t i = 0; i < numThreads; ++i) {
m_threads.create_thread(boost::bind(&ThreadPool::Execute,this));
@@ -70,9 +70,11 @@ void ThreadPool::Submit( Task* task )
if (m_stopping) {
throw runtime_error("ThreadPool stopping - unable to accept new jobs");
}
+ while (m_queueLimit > 0 && m_tasks.size() >= m_queueLimit) {
+ m_threadAvailable.wait(lock);
+ }
m_tasks.push(task);
m_threadNeeded.notify_all();
-
}
void ThreadPool::Stop(bool processRemainingJobs)
@@ -97,7 +99,6 @@ void ThreadPool::Stop(bool processRemainingJobs)
}
m_threadNeeded.notify_all();
-
m_threads.join_all();
}
diff --git a/moses/src/ThreadPool.h b/moses/src/ThreadPool.h
index a76872027..4f0f64488 100644
--- a/moses/src/ThreadPool.h
+++ b/moses/src/ThreadPool.h
@@ -43,9 +43,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Classes to implement a ThreadPool.
**/
-namespace Moses
-{
-
+namespace Moses {
/**
* A task to be executed by the ThreadPool
@@ -54,7 +52,7 @@ class Task
{
public:
virtual void Run() = 0;
- virtual bool DeleteAfterExecution() {return true;}
+ virtual bool DeleteAfterExecution() { return true; }
virtual ~Task() {}
};
@@ -62,12 +60,15 @@ public:
class ThreadPool
{
-public:
+ public:
/**
- * Construct a thread pool of a fixed size.
- **/
- ThreadPool(size_t numThreads);
+ * Construct a thread pool of a fixed size.
+ **/
+ explicit ThreadPool(size_t numThreads);
+ ~ThreadPool() {
+ Stop();
+ }
/**
* Add a job to the threadpool.
@@ -75,21 +76,20 @@ public:
void Submit(Task* task);
/**
- * Wait until all queued jobs have completed, and shut down
- * the ThreadPool.
- **/
+ * Wait until all queued jobs have completed, and shut down
+ * the ThreadPool.
+ **/
void Stop(bool processRemainingJobs = false);
- ~ThreadPool() {
- Stop();
- }
-
-
+ /**
+ * Set maximum number of queued threads (otherwise Submit blocks)
+ **/
+ void SetQueueLimit( size_t limit ) { m_queueLimit = limit; }
private:
/**
- * The main loop executed by each thread.
- **/
+ * The main loop executed by each thread.
+ **/
void Execute();
std::queue<Task*> m_tasks;
@@ -99,14 +99,14 @@ private:
boost::condition_variable m_threadAvailable;
bool m_stopped;
bool m_stopping;
-
+ size_t m_queueLimit;
};
-
class TestTask : public Task
{
public:
TestTask(int id) : m_id(id) {}
+
virtual void Run() {
#ifdef BOOST_HAS_PTHREADS
pthread_t tid = pthread_self();
@@ -124,5 +124,5 @@ private:
#endif //WITH_THREADS
-}
-#endif
+} // namespace Moses
+#endif // moses_ThreadPool_h
diff --git a/moses/src/TranslationOptionCollection.cpp b/moses/src/TranslationOptionCollection.cpp
index d9eefc9d6..c556d6c47 100644
--- a/moses/src/TranslationOptionCollection.cpp
+++ b/moses/src/TranslationOptionCollection.cpp
@@ -165,13 +165,13 @@ void TranslationOptionCollection::ProcessUnknownWord()
const vector<DecodeGraph*>& decodeGraphList = m_system->GetDecodeGraphs();
size_t size = m_source.GetSize();
// try to translation for coverage with no trans by expanding table limit
- for (size_t graph = 0 ; graph < decodeGraphList.size() ; graph++) {
- const DecodeGraph &decodeGraph = *decodeGraphList[graph];
+ for (size_t graphInd = 0 ; graphInd < decodeGraphList.size() ; graphInd++) {
+ const DecodeGraph &decodeGraph = *decodeGraphList[graphInd];
for (size_t pos = 0 ; pos < size ; ++pos) {
TranslationOptionList &fullList = GetTranslationOptionList(pos, pos);
size_t numTransOpt = fullList.size();
if (numTransOpt == 0) {
- CreateTranslationOptionsForRange(decodeGraph, pos, pos, false);
+ CreateTranslationOptionsForRange(decodeGraph, pos, pos, false, graphInd);
}
}
}
@@ -374,12 +374,12 @@ void TranslationOptionCollection::CreateTranslationOptions()
size_t size = m_source.GetSize();
// loop over all decoding graphs, each generates translation options
- for (size_t graph = 0 ; graph < decodeGraphList.size() ; graph++) {
+ for (size_t graphInd = 0 ; graphInd < decodeGraphList.size() ; graphInd++) {
if (decodeGraphList.size() > 1) {
- VERBOSE(3,"Creating translation options from decoding graph " << graph << endl);
+ VERBOSE(3,"Creating translation options from decoding graph " << graphInd << endl);
}
- const DecodeGraph &decodeGraph = *decodeGraphList[graph];
+ const DecodeGraph &decodeGraph = *decodeGraphList[graphInd];
// generate phrases that start at startPos ...
for (size_t startPos = 0 ; startPos < size; startPos++) {
size_t maxSize = size - startPos; // don't go over end of sentence
@@ -388,17 +388,17 @@ void TranslationOptionCollection::CreateTranslationOptions()
// ... and that end at endPos
for (size_t endPos = startPos ; endPos < startPos + maxSize ; endPos++) {
- if (graph > 0 && // only skip subsequent graphs
- decodeGraphBackoff[graph] != 0 && // use of backoff specified
- (endPos-startPos+1 >= decodeGraphBackoff[graph] || // size exceeds backoff limit or ...
+ if (graphInd > 0 && // only skip subsequent graphs
+ decodeGraphBackoff[graphInd] != 0 && // use of backoff specified
+ (endPos-startPos+1 >= decodeGraphBackoff[graphInd] || // size exceeds backoff limit or ...
m_collection[startPos][endPos-startPos].size() > 0)) { // no phrases found so far
- VERBOSE(3,"No backoff to graph " << graph << " for span [" << startPos << ";" << endPos << "]" << endl);
+ VERBOSE(3,"No backoff to graph " << graphInd << " for span [" << startPos << ";" << endPos << "]" << endl);
// do not create more options
continue;
}
// create translation options for that range
- CreateTranslationOptionsForRange( decodeGraph, startPos, endPos, true);
+ CreateTranslationOptionsForRange( decodeGraph, startPos, endPos, true, graphInd);
}
}
}
@@ -447,7 +447,8 @@ void TranslationOptionCollection::CreateTranslationOptionsForRange(
const DecodeGraph &decodeGraph
, size_t startPos
, size_t endPos
- , bool adhereTableLimit)
+ , bool adhereTableLimit
+ , size_t graphInd)
{
if ((StaticData::Instance().GetXmlInputType() != XmlExclusive) || !HasXmlOptionsOverlappingRange(startPos,endPos)) {
Phrase *sourcePhrase = NULL; // can't initialise with substring, in case it's confusion network
@@ -536,7 +537,7 @@ void TranslationOptionCollection::CreateTranslationOptionsForRange(
delete sourcePhrase;
} // if ((StaticData::Instance().GetXmlInputType() != XmlExclusive) || !HasXmlOptionsOverlappingRange(startPos,endPos))
- if ((StaticData::Instance().GetXmlInputType() != XmlPassThrough) && HasXmlOptionsOverlappingRange(startPos,endPos)) {
+ if (graphInd == 0 && StaticData::Instance().GetXmlInputType() != XmlPassThrough && HasXmlOptionsOverlappingRange(startPos,endPos)) {
CreateXmlOptionsForRange(startPos, endPos);
}
}
diff --git a/moses/src/TranslationOptionCollection.h b/moses/src/TranslationOptionCollection.h
index e1fa26a15..c6452559c 100644
--- a/moses/src/TranslationOptionCollection.h
+++ b/moses/src/TranslationOptionCollection.h
@@ -116,7 +116,8 @@ public:
virtual void CreateTranslationOptionsForRange(const DecodeGraph &decodeStepList
, size_t startPosition
, size_t endPosition
- , bool adhereTableLimit);
+ , bool adhereTableLimit
+ , size_t graphInd);
//!Check if this range has XML options
virtual bool HasXmlOptionsOverlappingRange(size_t startPosition, size_t endPosition) const;
diff --git a/moses/src/TreeInput.cpp b/moses/src/TreeInput.cpp
index d6e0f1e78..a0b04b800 100644
--- a/moses/src/TreeInput.cpp
+++ b/moses/src/TreeInput.cpp
@@ -20,7 +20,7 @@ namespace Moses
* \param reorderingConstraint reordering constraint zones specified by xml
* \param walls reordering constraint walls specified by xml
*/
-bool TreeInput::ProcessAndStripXMLTags(string &line, std::vector<XMLParseOutput> &sourceLabels)
+bool TreeInput::ProcessAndStripXMLTags(string &line, std::vector<XMLParseOutput> &sourceLabels, std::vector<XmlOption*> &xmlOptions)
{
//parse XML markup in translation line
@@ -41,6 +41,10 @@ bool TreeInput::ProcessAndStripXMLTags(string &line, std::vector<XMLParseOutput>
string cleanLine; // return string (text without xml)
size_t wordPos = 0; // position in sentence (in terms of number of words)
+ // keep this handy for later
+ const vector<FactorType> &outputFactorOrder = StaticData::Instance().GetOutputFactorOrder();
+ const string &factorDelimiter = StaticData::Instance().GetFactorDelimiter();
+
// loop through the tokens
for (size_t xmlTokenPos = 0 ; xmlTokenPos < xmlTokens.size() ; xmlTokenPos++) {
// not a xml tag, but regular text (may contain many words)
@@ -145,14 +149,63 @@ bool TreeInput::ProcessAndStripXMLTags(string &line, std::vector<XMLParseOutput>
return false;
}
- WordsRange range(startPos,endPos-1);
- // specified translations -> vector of phrases
- // multiple translations may be specified, separated by "||"
- vector<string> altTexts = TokenizeMultiCharSeparator(ParseXmlTagAttribute(tagContent,"label"), "||");
- CHECK(altTexts.size() == 1);
+ // may be either a input span label ("label"), or a specified output translation "translation"
+ string label = ParseXmlTagAttribute(tagContent,"label");
+ string translation = ParseXmlTagAttribute(tagContent,"translation");
+
+ // specified label
+ if (translation.length() == 0 && label.length() > 0) {
+ WordsRange range(startPos,endPos-1); // really?
+ XMLParseOutput item(label, range);
+ sourceLabels.push_back(item);
+ }
- XMLParseOutput item(altTexts[0], range);
- sourceLabels.push_back(item);
+ // specified translations -> vector of phrases, separated by "||"
+ if (translation.length() > 0 && StaticData::Instance().GetXmlInputType() != XmlIgnore) {
+ vector<string> altTexts = TokenizeMultiCharSeparator(translation, "||");
+ vector<string> altLabel = TokenizeMultiCharSeparator(label, "||");
+ vector<string> altProbs = TokenizeMultiCharSeparator(ParseXmlTagAttribute(tagContent,"prob"), "||");
+ //TRACE_ERR("number of translations: " << altTexts.size() << endl);
+ for (size_t i=0; i<altTexts.size(); ++i) {
+ // set target phrase
+ TargetPhrase targetPhrase(Output);
+ targetPhrase.CreateFromString(outputFactorOrder,altTexts[i],factorDelimiter);
+
+ // set constituent label
+ string targetLHSstr;
+ if (altLabel.size() > i && altLabel[i].size() > 0) {
+ targetLHSstr = altLabel[i];
+ }
+ else {
+ const UnknownLHSList &lhsList = StaticData::Instance().GetUnknownLHS();
+ UnknownLHSList::const_iterator iterLHS = lhsList.begin();
+ targetLHSstr = iterLHS->first;
+ }
+ Word targetLHS(true);
+ targetLHS.CreateFromString(Output, outputFactorOrder, targetLHSstr, true);
+ CHECK(targetLHS.GetFactor(0) != NULL);
+ targetPhrase.SetTargetLHS(targetLHS);
+
+ // get probability
+ float probValue = 1;
+ if (altProbs.size() > i && altProbs[i].size() > 0) {
+ probValue = Scan<float>(altProbs[i]);
+ }
+ // convert from prob to log-prob
+ float scoreValue = FloorScore(TransformScore(probValue));
+ targetPhrase.SetScore(scoreValue);
+
+ // set span and create XmlOption
+ WordsRange range(startPos+1,endPos);
+ XmlOption *option = new XmlOption(range,targetPhrase);
+ CHECK(option);
+ xmlOptions.push_back(option);
+
+ VERBOSE(2,"xml translation = [" << range << "] " << targetLHSstr << " -> " << altTexts[i] << " prob: " << probValue << endl);
+ }
+ altTexts.clear();
+ altProbs.clear();
+ }
}
}
}
@@ -179,7 +232,8 @@ int TreeInput::Read(std::istream& in,const std::vector<FactorType>& factorOrder)
//line = Trim(line);
std::vector<XMLParseOutput> sourceLabels;
- ProcessAndStripXMLTags(line, sourceLabels);
+ std::vector<XmlOption*> xmlOptionsList;
+ ProcessAndStripXMLTags(line, sourceLabels, xmlOptionsList);
// do words 1st - hack
stringstream strme;
@@ -211,6 +265,42 @@ int TreeInput::Read(std::istream& in,const std::vector<FactorType>& factorOrder)
}
}
+ // XML Options
+
+ //only fill the vector if we are parsing XML
+ if (staticData.GetXmlInputType() != XmlPassThrough ) {
+ //TODO: needed to handle exclusive
+ //for (size_t i=0; i<GetSize(); i++) {
+ // m_xmlCoverageMap.push_back(false);
+ //}
+
+ //iterXMLOpts will be empty for XmlIgnore
+ //look at each column
+ for(std::vector<XmlOption*>::const_iterator iterXmlOpts = xmlOptionsList.begin();
+ iterXmlOpts != xmlOptionsList.end(); iterXmlOpts++) {
+
+ const XmlOption *xmlOption = *iterXmlOpts;
+ TargetPhrase *targetPhrase = new TargetPhrase(xmlOption->targetPhrase);
+ *targetPhrase = xmlOption->targetPhrase; // copy everything
+ WordsRange *range = new WordsRange(xmlOption->range);
+ const StackVec emptyStackVec; // hmmm... maybe dangerous, but it is never consulted
+
+ TargetPhraseCollection *tpc = new TargetPhraseCollection;
+ tpc->Add(targetPhrase);
+
+ ChartTranslationOption *transOpt = new ChartTranslationOption(*tpc, emptyStackVec, *range, 0.0f);
+ m_xmlChartOptionsList.push_back(transOpt);
+
+ //TODO: needed to handle exclusive
+ //for(size_t j=transOpt->GetSourceWordsRange().GetStartPos(); j<=transOpt->GetSourceWordsRange().GetEndPos(); j++) {
+ // m_xmlCoverageMap[j]=true;
+ //}
+
+ delete xmlOption;
+ }
+
+ }
+
return 1;
}
diff --git a/moses/src/TreeInput.h b/moses/src/TreeInput.h
index a6242d97e..e460ad6b3 100644
--- a/moses/src/TreeInput.h
+++ b/moses/src/TreeInput.h
@@ -4,6 +4,7 @@
#include <vector>
#include "Sentence.h"
+#include "ChartTranslationOption.h"
namespace Moses
{
@@ -25,6 +26,7 @@ class TreeInput : public Sentence
protected:
std::vector<std::vector<NonTerminalSet> > m_sourceChart;
+ std::vector <ChartTranslationOption*> m_xmlChartOptionsList;
void AddChartLabel(size_t startPos, size_t endPos, const std::string &label
,const std::vector<FactorType>& factorOrder);
@@ -34,7 +36,7 @@ protected:
return m_sourceChart[startPos][endPos - startPos];
}
- bool ProcessAndStripXMLTags(std::string &line, std::vector<XMLParseOutput> &sourceLabels);
+ bool ProcessAndStripXMLTags(std::string &line, std::vector<XMLParseOutput> &sourceLabels, std::vector<XmlOption*> &res);
public:
TreeInput()
@@ -57,6 +59,9 @@ public:
return m_sourceChart[startPos][endPos - startPos];
}
+ std::vector <ChartTranslationOption*> GetXmlChartTranslationOptions() const {
+ return m_xmlChartOptionsList;
+ };
};
}
diff --git a/moses/src/TypeDef.h b/moses/src/TypeDef.h
index bb439f5c9..0b525ad43 100644
--- a/moses/src/TypeDef.h
+++ b/moses/src/TypeDef.h
@@ -1,5 +1,3 @@
-// $Id$
-
/***********************************************************************
Moses - factored phrase-based language decoder
Copyright (C) 2006 University of Edinburgh
@@ -68,13 +66,6 @@ const float DEFAULT_EARLY_DISCARDING_THRESHOLD = 0.0f;
const float DEFAULT_TRANSLATION_OPTION_THRESHOLD = 0.0f;
const size_t DEFAULT_VERBOSE_LEVEL = 1;
-/////////////////////////////////////////////////
-// for those using autoconf/automake
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-/////////////////////////////////////////////////
-
// enums.
// must be 0, 1, 2, ..., unless otherwise stated
@@ -129,7 +120,7 @@ enum LMImplementation {
,Ken = 8
,LazyKen = 9
,ORLM = 10
- ,DMapLM = 11
+ ,LDHTLM = 11
};
enum PhraseTableImplementation {
@@ -167,6 +158,11 @@ enum DictionaryFind {
,All = 1
};
+enum ParsingAlgorithm {
+ ParseCYKPlus = 0,
+ ParseScope3 = 1
+};
+
enum SearchAlgorithm {
Normal = 0
,CubePruning = 1
diff --git a/moses/src/Util.h b/moses/src/Util.h
index 1b0638ec2..5d4aa12bb 100644
--- a/moses/src/Util.h
+++ b/moses/src/Util.h
@@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#define moses_Util_h
#include <iostream>
-#include "util/check.hh"
#include <fstream>
#include <sstream>
#include <string>
@@ -31,9 +30,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include <cmath>
#include <limits>
#include <map>
-#include "TypeDef.h"
#include <cstdlib>
#include <cstring>
+#include "util/check.hh"
+#include "TypeDef.h"
namespace Moses
{
diff --git a/regression-testing/Jamfile b/regression-testing/Jamfile
index 0c00b516e..7fc98bd14 100644
--- a/regression-testing/Jamfile
+++ b/regression-testing/Jamfile
@@ -2,7 +2,7 @@ import option ;
with-regtest = [ option.get "with-regtest" ] ;
if $(with-regtest) {
- path-constant TESTS : tests ;
+ path-constant TESTS : $(with-regtest)/tests ;
rule reg_test ( name : tests * : program : action ) {
alias $(name) : $(tests:D=).passed ;
diff --git a/regression-testing/MosesRegressionTesting.pm b/regression-testing/MosesRegressionTesting.pm
index 9eb94a838..f4b3ce099 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 => '9';
+use constant TESTING_DATA_VERSION => '10';
# find the data directory in a few likely locations and make sure
# that it is the correct version
diff --git a/regression-testing/run-test-extract.perl b/regression-testing/run-test-extract.perl
new file mode 100755
index 000000000..c53e6247d
--- /dev/null
+++ b/regression-testing/run-test-extract.perl
@@ -0,0 +1,89 @@
+#!/usr/bin/perl -w
+
+use strict;
+
+BEGIN {
+use Cwd qw/ abs_path /;
+use File::Basename;
+my $script_dir = dirname(abs_path($0));
+print STDERR "script_dir=$script_dir\n";
+push @INC, $script_dir;
+}
+
+use FindBin qw($Bin);
+use MosesRegressionTesting;
+use Getopt::Long;
+use File::Temp qw ( tempfile );
+use POSIX qw ( strftime );
+
+my $extractorExe;
+my $test_name;
+my $data_dir;
+my $test_dir;
+my $results_dir;
+
+GetOptions("extractor=s" => \$extractorExe,
+ "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($extractorExe);
+ $results_dir = "$data_dir/results/$test_name/$ts";
+}
+
+`mkdir -p $results_dir`;
+
+my $outPath = "$results_dir";
+
+my $extractorArgs = `cat $test_dir/$test_name/args.txt`;
+$_ = $extractorArgs;
+s/(\$\w+)/$1/eeg;
+$extractorArgs = $_;
+
+my $cmdMain = "$extractorExe $extractorArgs \n";
+`$cmdMain`;
+
+my $truthPath = "$test_dir/$test_name/truth/";
+
+
+if (-e $outPath)
+{
+ my $cmd = "diff --exclude=.DS_Store $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.perl b/regression-testing/run-test-suite.perl
index d824991b5..08ff458bf 100755
--- a/regression-testing/run-test-suite.perl
+++ b/regression-testing/run-test-suite.perl
@@ -10,6 +10,8 @@ use Getopt::Long;
############################################################
my @tests = qw (
+ extract.phrase-based
+ extract-rules.hierarchical
score.phrase-based
score.phrase-based-inv
score.phrase-based-with-alignment
@@ -61,6 +63,8 @@ use POSIX qw ( strftime );
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 $extractorExe = "$Bin/../scripts/training/phrase-extract/extract";
+my $extractorRulesExe = "$Bin/../scripts/training/phrase-extract/extract-rules";
my $kenlmBinarizer = "$Bin/../kenlm/build_binary";
my $test_dir;
my $BIN_TEST = $script_dir;
@@ -75,7 +79,7 @@ GetOptions( "decoder-phrase=s" => \$decoderPhrase,
$data_dir = MosesRegressionTesting::find_data_directory($BIN_TEST, $data_dir);
my $test_run = "$BIN_TEST/run-single-test.pl --data-dir=$data_dir";
-$test_dir = $script_dir . "/tests";
+$test_dir = "$data_dir/tests";
$test_run .= " --test-dir=$test_dir" if $test_dir;
print "Data directory: $data_dir\n";
@@ -95,25 +99,34 @@ my @failed;
foreach my $test (@tests)
{
my $cmd;
- my $model_type = substr($test, $[, 6);
+ my @tokens = split('\.', $test);
+ my $model_type = $tokens[0];
if ($model_type eq 'phrase')
{
$cmd .= "$BIN_TEST/run-single-test.perl $test_run --decoder=$decoderPhrase";
}
- elsif ($model_type eq 'chart.')
+ elsif ($model_type eq 'chart')
{
$cmd .= "$BIN_TEST/run-single-test.perl $test_run --decoder=$decoderChart";
}
- elsif ($model_type eq 'score.')
+ elsif ($model_type eq 'score')
{
$cmd .= "$BIN_TEST/run-test-scorer.perl $test_run --scorer=$scoreExe";
}
- elsif ($test =~ /^mert/)
+ elsif ($model_type eq 'extract')
+ {
+ $cmd .= "$BIN_TEST/run-test-extract.perl $test_run --extractor=$extractorExe";
+ }
+ elsif ($model_type eq 'extract-rules')
+ {
+ $cmd .= "$BIN_TEST/run-test-extract.perl $test_run --extractor=$extractorRulesExe";
+ }
+ elsif ($model_type eq "mert")
{
$cmd .= "$BIN_TEST/run-test-mert.perl $test_run";
}
- elsif ($test =~ /^kenlmbin/)
+ elsif ($model_type eq "kenlmbin")
{
$cmd .= "$BIN_TEST/run-kenlm-binarizer.perl --binarizer=$kenlmBinarizer";
}
diff --git a/regression-testing/tests/chart.hierarchical-withkenlm/filter-stderr.pl b/regression-testing/tests/chart.hierarchical-withkenlm/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/chart.hierarchical-withkenlm/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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-withkenlm/filter-stdout.pl b/regression-testing/tests/chart.hierarchical-withkenlm/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/chart.hierarchical-withkenlm/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/chart.hierarchical-withkenlm/moses.ini b/regression-testing/tests/chart.hierarchical-withkenlm/moses.ini
deleted file mode 100644
index d8c7694fb..000000000
--- a/regression-testing/tests/chart.hierarchical-withkenlm/moses.ini
+++ /dev/null
@@ -1,69 +0,0 @@
-#########################
-### 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]
-8 0 3 ${LM_PATH}/news.de.kenlm
-
-
-# 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-withkenlm/to-translate.txt b/regression-testing/tests/chart.hierarchical-withkenlm/to-translate.txt
deleted file mode 100644
index 142ac43e0..000000000
--- a/regression-testing/tests/chart.hierarchical-withkenlm/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-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-withkenlm/truth/results.txt b/regression-testing/tests/chart.hierarchical-withkenlm/truth/results.txt
deleted file mode 100644
index c77f070ce..000000000
--- a/regression-testing/tests/chart.hierarchical-withkenlm/truth/results.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-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 ~ 1.000
-PTLOAD_TIME ~ 1.000
-PTLOAD_TIME ~ 83.000
-PTLOAD_TIME ~ 83.000
-SCORE_1 = -12.100
-SCORE_2 = -12.344
-SCORE_3 = -116.629
-SCORE_4 = -121.386
-SCORE_5 = -8.128
-TOTAL_WALLTIME ~ 105
diff --git a/regression-testing/tests/chart.hierarchical-withsrilm/filter-stderr.pl b/regression-testing/tests/chart.hierarchical-withsrilm/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/chart.hierarchical-withsrilm/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/chart.hierarchical-withsrilm/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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
deleted file mode 100644
index 0bad920af..000000000
--- a/regression-testing/tests/chart.hierarchical-withsrilm/moses.ini
+++ /dev/null
@@ -1,69 +0,0 @@
-#########################
-### 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
deleted file mode 100644
index 142ac43e0..000000000
--- a/regression-testing/tests/chart.hierarchical-withsrilm/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 5945e4daa..000000000
--- a/regression-testing/tests/chart.hierarchical-withsrilm/truth/results.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-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/filter-stderr.pl b/regression-testing/tests/chart.hierarchical.ondisk/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/chart.hierarchical.ondisk/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.ondisk/filter-stdout.pl b/regression-testing/tests/chart.hierarchical.ondisk/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/chart.hierarchical.ondisk/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/chart.hierarchical.ondisk/moses.ini b/regression-testing/tests/chart.hierarchical.ondisk/moses.ini
deleted file mode 100644
index 1fdbf786d..000000000
--- a/regression-testing/tests/chart.hierarchical.ondisk/moses.ini
+++ /dev/null
@@ -1,69 +0,0 @@
-#########################
-### 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]
-2 0 0 5 ${MODEL_PATH}/hierarchical/phrase-table.0-0.1.ondisk
-2 0 0 1 ${MODEL_PATH}/hierarchical/phrase-table.0-0.2.ondisk
-
-# no generation models, no generation-file section
-
-# language models: type(srilm/irstlm), factors, order, file
-[lmodel-file]
-1 0 5 ${LM_PATH}/news.de.binlm
-
-
-# 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.ondisk/to-translate.txt b/regression-testing/tests/chart.hierarchical.ondisk/to-translate.txt
deleted file mode 100644
index 142ac43e0..000000000
--- a/regression-testing/tests/chart.hierarchical.ondisk/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-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.ondisk/truth/results.txt b/regression-testing/tests/chart.hierarchical.ondisk/truth/results.txt
deleted file mode 100644
index c48776609..000000000
--- a/regression-testing/tests/chart.hierarchical.ondisk/truth/results.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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.584
-SCORE_4 = -122.970
-SCORE_5 = -9.131
-TOTAL_WALLTIME ~ 23
diff --git a/regression-testing/tests/chart.hierarchical/filter-stderr.pl b/regression-testing/tests/chart.hierarchical/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/chart.hierarchical/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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/filter-stdout.pl b/regression-testing/tests/chart.hierarchical/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/chart.hierarchical/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/chart.hierarchical/moses.ini b/regression-testing/tests/chart.hierarchical/moses.ini
deleted file mode 100644
index 9d6edec94..000000000
--- a/regression-testing/tests/chart.hierarchical/moses.ini
+++ /dev/null
@@ -1,69 +0,0 @@
-#########################
-### 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]
-1 0 5 ${LM_PATH}/news.de.binlm
-
-
-# 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/to-translate.txt b/regression-testing/tests/chart.hierarchical/to-translate.txt
deleted file mode 100644
index 142ac43e0..000000000
--- a/regression-testing/tests/chart.hierarchical/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-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/truth/results.txt b/regression-testing/tests/chart.hierarchical/truth/results.txt
deleted file mode 100644
index a3491649b..000000000
--- a/regression-testing/tests/chart.hierarchical/truth/results.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-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.584
-SCORE_4 = -122.749
-SCORE_5 = -9.149
-TOTAL_WALLTIME ~ 105
diff --git a/regression-testing/tests/chart.show-weights.target-syntax/filter-stderr.pl b/regression-testing/tests/chart.show-weights.target-syntax/filter-stderr.pl
deleted file mode 100755
index 9580c1999..000000000
--- a/regression-testing/tests/chart.show-weights.target-syntax/filter-stderr.pl
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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;
-}
diff --git a/regression-testing/tests/chart.show-weights.target-syntax/filter-stdout.pl b/regression-testing/tests/chart.show-weights.target-syntax/filter-stdout.pl
deleted file mode 100755
index bf007545e..000000000
--- a/regression-testing/tests/chart.show-weights.target-syntax/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "WEIGHT_$x=$_\n";
-}
diff --git a/regression-testing/tests/chart.show-weights.target-syntax/moses.ini b/regression-testing/tests/chart.show-weights.target-syntax/moses.ini
deleted file mode 100644
index 3ae39c73c..000000000
--- a/regression-testing/tests/chart.show-weights.target-syntax/moses.ini
+++ /dev/null
@@ -1,72 +0,0 @@
-#########################
-### 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]
-2 0 0 5 ${MODEL_PATH}/target-syntax/phrase-table.0-0.1.ondisk
-2 0 0 1 ${MODEL_PATH}/target-syntax/phrase-table.0-0.2.ondisk
-
-# no generation models, no generation-file section
-
-# language models: type(srilm/irstlm), factors, order, file
-[lmodel-file]
-1 0 5 ${LM_PATH}/news.de.binlm
-
-
-# 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.210707
-
-
-# translation model weights
-[weight-t]
-0.067170
-0.024389
-0.013606
-0.024433
--0.103362
-0.017807
-
-# no generation models, no weight-generation section
-
-# word penalty
-[weight-w]
--0.538526
-
-[cube-pruning-pop-limit]
-1000
-
-[non-terminals]
-X
-
-[search-algorithm]
-3
-
-[inputtype]
-3
-
-[max-chart-span]
-20
-1000
-
-[weight-d]
-1
-
-[show-weights]
-1
diff --git a/regression-testing/tests/chart.show-weights.target-syntax/to-translate.txt b/regression-testing/tests/chart.show-weights.target-syntax/to-translate.txt
deleted file mode 100644
index e69de29bb..000000000
--- a/regression-testing/tests/chart.show-weights.target-syntax/to-translate.txt
+++ /dev/null
diff --git a/regression-testing/tests/chart.show-weights.target-syntax/truth/results.txt b/regression-testing/tests/chart.show-weights.target-syntax/truth/results.txt
deleted file mode 100644
index b036514e1..000000000
--- a/regression-testing/tests/chart.show-weights.target-syntax/truth/results.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-WEIGHT_1 = LM_5gram lm 0.210707
-WEIGHT_2 = PhraseModel tm 0.067170
-WEIGHT_3 = PhraseModel tm 0.024389
-WEIGHT_4 = PhraseModel tm 0.013606
-WEIGHT_5 = PhraseModel tm 0.024433
-WEIGHT_6 = PhraseModel tm -0.103362
-WEIGHT_7 = PhraseModel tm 0.017807
-WEIGHT_8 = WordPenalty w -0.538526
-TOTAL_WALLTIME ~ 1
diff --git a/regression-testing/tests/chart.target-syntax.ondisk/filter-stderr.pl b/regression-testing/tests/chart.target-syntax.ondisk/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/chart.target-syntax.ondisk/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.target-syntax.ondisk/filter-stdout.pl b/regression-testing/tests/chart.target-syntax.ondisk/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/chart.target-syntax.ondisk/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/chart.target-syntax.ondisk/moses.ini b/regression-testing/tests/chart.target-syntax.ondisk/moses.ini
deleted file mode 100644
index 0e40974f0..000000000
--- a/regression-testing/tests/chart.target-syntax.ondisk/moses.ini
+++ /dev/null
@@ -1,69 +0,0 @@
-#########################
-### 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]
-2 0 0 5 ${MODEL_PATH}/target-syntax/phrase-table.0-0.1.ondisk
-2 0 0 1 ${MODEL_PATH}/target-syntax/phrase-table.0-0.2.ondisk
-
-# no generation models, no generation-file section
-
-# language models: type(srilm/irstlm), factors, order, file
-[lmodel-file]
-8 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.210707
-
-
-# translation model weights
-[weight-t]
-0.067170
-0.024389
-0.013606
-0.024433
--0.103362
-0.017807
-
-# no generation models, no weight-generation section
-
-# word penalty
-[weight-w]
--0.538526
-
-[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.target-syntax.ondisk/to-translate.txt b/regression-testing/tests/chart.target-syntax.ondisk/to-translate.txt
deleted file mode 100644
index 142ac43e0..000000000
--- a/regression-testing/tests/chart.target-syntax.ondisk/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-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.target-syntax.ondisk/truth/results.txt b/regression-testing/tests/chart.target-syntax.ondisk/truth/results.txt
deleted file mode 100644
index ac9629ca9..000000000
--- a/regression-testing/tests/chart.target-syntax.ondisk/truth/results.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-TRANSLATION_1=Prag Stock Markt fällt , ohne Ende der Handel mit jedem Tag
-TRANSLATION_2=nach einem steilen Rückgang der Morgen , dem Prager Stock Markt ihre Verluste korrigiert .
-TRANSLATION_3=Geschäfte 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 Anfang Tuesday der Handel , wenn es um fast 6 % gefallen .
-TRANSLATION_5=dieses Mal den Rückgang der Aktien an der Wall Street sind verantwortlich für die fallen .
-LMLOAD_TIME ~ 0.000
-PTLOAD_TIME ~ 0.000
-PTLOAD_TIME ~ 7.000
-PTLOAD_TIME ~ 7.000
-SCORE_1 = -9.294
-SCORE_2 = -9.256
-SCORE_3 = -112.621
-SCORE_4 = -116.639
-SCORE_5 = -6.029
-TOTAL_WALLTIME ~ 23
diff --git a/regression-testing/tests/chart.target-syntax/filter-stderr.pl b/regression-testing/tests/chart.target-syntax/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/chart.target-syntax/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.target-syntax/filter-stdout.pl b/regression-testing/tests/chart.target-syntax/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/chart.target-syntax/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/chart.target-syntax/moses.ini b/regression-testing/tests/chart.target-syntax/moses.ini
deleted file mode 100644
index 81f4e3961..000000000
--- a/regression-testing/tests/chart.target-syntax/moses.ini
+++ /dev/null
@@ -1,69 +0,0 @@
-#########################
-### 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}/target-syntax/phrase-table.0-0.1
-6 0 0 1 ${MODEL_PATH}/target-syntax/phrase-table.0-0.2
-
-# no generation models, no generation-file section
-
-# language models: type(srilm/irstlm), factors, order, file
-[lmodel-file]
-8 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.210707
-
-
-# translation model weights
-[weight-t]
-0.067170
-0.024389
-0.013606
-0.024433
--0.103362
-0.017807
-
-# no generation models, no weight-generation section
-
-# word penalty
-[weight-w]
--0.538526
-
-[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.target-syntax/to-translate.txt b/regression-testing/tests/chart.target-syntax/to-translate.txt
deleted file mode 100644
index 142ac43e0..000000000
--- a/regression-testing/tests/chart.target-syntax/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-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.target-syntax/truth/results.txt b/regression-testing/tests/chart.target-syntax/truth/results.txt
deleted file mode 100644
index ac9629ca9..000000000
--- a/regression-testing/tests/chart.target-syntax/truth/results.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-TRANSLATION_1=Prag Stock Markt fällt , ohne Ende der Handel mit jedem Tag
-TRANSLATION_2=nach einem steilen Rückgang der Morgen , dem Prager Stock Markt ihre Verluste korrigiert .
-TRANSLATION_3=Geschäfte 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 Anfang Tuesday der Handel , wenn es um fast 6 % gefallen .
-TRANSLATION_5=dieses Mal den Rückgang der Aktien an der Wall Street sind verantwortlich für die fallen .
-LMLOAD_TIME ~ 0.000
-PTLOAD_TIME ~ 0.000
-PTLOAD_TIME ~ 7.000
-PTLOAD_TIME ~ 7.000
-SCORE_1 = -9.294
-SCORE_2 = -9.256
-SCORE_3 = -112.621
-SCORE_4 = -116.639
-SCORE_5 = -6.029
-TOTAL_WALLTIME ~ 23
diff --git a/regression-testing/tests/mert.basic/command b/regression-testing/tests/mert.basic/command
deleted file mode 100755
index f54cbb085..000000000
--- a/regression-testing/tests/mert.basic/command
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh -w
-
-bin=$1; shift
-testdir=$1; shift
-cd $testdir
-
-cmd="$bin/mert --scfile data/SCORESTAT.txt --ffile data/FEATSTAT.txt --ifile data/INIT -d 14 -n 20 -r 1000"
-#echo $cmd
-$cmd 2>&1 | grep -i "^Best"
-#echo $cmd
-cmd="$bin/mert --scfile data/SCORESTAT.bin --ffile data/FEATSTAT.bin --ifile data/INIT -d 14 -n 20 -r 1000"
-$cmd 2>&1 | grep -i "^Best"
-
diff --git a/regression-testing/tests/mert.basic/data/FEATSTAT.bin b/regression-testing/tests/mert.basic/data/FEATSTAT.bin
deleted file mode 100644
index 1770bd0f6..000000000
--- a/regression-testing/tests/mert.basic/data/FEATSTAT.bin
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.basic/data/FEATSTAT.txt b/regression-testing/tests/mert.basic/data/FEATSTAT.txt
deleted file mode 100644
index 9ec6f58ce..000000000
--- a/regression-testing/tests/mert.basic/data/FEATSTAT.txt
+++ /dev/null
@@ -1,1020 +0,0 @@
-FEATURES_TXT_BEGIN_0 0 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -3.30693 0 0 -2.83036 0 0 -47.2982 -36.7163 -58.3679 -12.6473 -17.133 7.99917 -14
-0 -4.41356 0 0 -2.28612 0 0 -42.5518 -44.2233 -68.0063 -12.3881 -18.2718 7.99917 -13
-0 -2.85902 0 0 -2.70964 0 0 -47.2982 -37.6246 -59.1133 -13.0501 -18.2054 7.99917 -14
-0 -2.75747 0 0 -2.83036 0 0 -47.2982 -38.786 -58.3679 -13.1694 -17.133 7.99917 -14
-0 -2.78419 0 0 -2.83036 0 0 -47.2982 -38.4271 -58.3679 -13.4644 -17.133 7.99917 -14
-0 -3.32777 0 0 -2.8474 0 0 -47.2982 -37.3849 -58.3679 -12.6675 -17.133 8.99907 -14
-0 -3.96565 0 0 -2.1654 0 0 -42.5518 -45.1316 -68.7517 -12.7909 -19.3442 7.99917 -13
-0 -3.8641 0 0 -2.28612 0 0 -42.5518 -46.2931 -68.0063 -12.9102 -18.2718 7.99917 -13
-0 -3.89082 0 0 -2.28612 0 0 -42.5518 -45.9341 -68.0063 -13.2052 -18.2718 7.99917 -13
-0 -4.4344 0 0 -2.30316 0 0 -42.5518 -44.892 -68.0063 -12.4082 -18.2718 8.99907 -13
-0 -2.30956 0 0 -2.70964 0 0 -47.2982 -39.6944 -59.1133 -13.5721 -18.2054 7.99917 -14
-0 -2.33627 0 0 -2.70964 0 0 -47.2982 -39.3354 -59.1133 -13.8672 -18.2054 7.99917 -14
-0 -2.77831 0 0 -2.8474 0 0 -47.2982 -39.4547 -58.3679 -13.1895 -17.133 8.99907 -14
-0 -2.80503 0 0 -2.8474 0 0 -47.2982 -39.0958 -58.3679 -13.4846 -17.133 8.99907 -14
-0 -2.89154 0 0 -2.72667 0 0 -47.2982 -38.3976 -59.1133 -13.1245 -18.2054 8.99907 -14
-0 -3.72215 0 0 -2.84486 0 0 -47.2982 -36.9181 -58.3679 -12.8766 -17.133 8.99907 -14
-0 -3.41619 0 0 -2.1654 0 0 -42.5518 -47.2014 -68.7517 -13.3129 -19.3442 7.99917 -13
-0 -3.4429 0 0 -2.1654 0 0 -42.5518 -46.8424 -68.7517 -13.608 -19.3442 7.99917 -13
-0 -3.88494 0 0 -2.30316 0 0 -42.5518 -46.9618 -68.0063 -12.9303 -18.2718 8.99907 -13
-0 -3.91166 0 0 -2.30316 0 0 -42.5518 -46.6028 -68.0063 -13.2254 -18.2718 8.99907 -13
-0 -3.99817 0 0 -2.18243 0 0 -42.5518 -45.9046 -68.7517 -12.8653 -19.3442 8.99907 -13
-0 -4.82878 0 0 -2.30062 0 0 -42.5518 -44.4252 -68.0063 -12.6173 -18.2718 8.99907 -13
-0 -2.34208 0 0 -2.72667 0 0 -47.2982 -40.4674 -59.1133 -13.6466 -18.2054 8.99907 -14
-0 -2.3688 0 0 -2.72667 0 0 -47.2982 -40.1084 -59.1133 -13.9416 -18.2054 8.99907 -14
-0 -3.17269 0 0 -2.84486 0 0 -47.2982 -38.9879 -58.3679 -13.3986 -17.133 8.99907 -14
-0 -3.1994 0 0 -2.84486 0 0 -47.2982 -38.629 -58.3679 -13.6937 -17.133 8.99907 -14
-0 -4.18376 0 0 -2.38711 0 0 -46.3334 -39.2286 -62.8949 -11.1151 -18.0911 7.99917 -14
-0 -3.75467 0 0 -2.8619 0 0 -47.2982 -37.6911 -58.3679 -12.951 -17.133 9.99896 -14
-0 -3.44872 0 0 -2.18243 0 0 -42.5518 -47.9744 -68.7517 -13.3874 -19.3442 8.99907 -13
-0 -3.47543 0 0 -2.18243 0 0 -42.5518 -47.6155 -68.7517 -13.6824 -19.3442 8.99907 -13
-0 -4.27932 0 0 -2.30062 0 0 -42.5518 -46.4949 -68.0063 -13.1394 -18.2718 8.99907 -13
-0 -4.30603 0 0 -2.30062 0 0 -42.5518 -46.136 -68.0063 -13.4345 -18.2718 8.99907 -13
-0 -4.8613 0 0 -2.31766 0 0 -42.5518 -45.1982 -68.0063 -12.6918 -18.2718 9.99896 -13
-0 -3.73585 0 0 -2.26638 0 0 -46.3334 -40.1369 -63.6404 -11.5179 -19.1635 7.99917 -14
-0 -3.63431 0 0 -2.38711 0 0 -46.3334 -41.2984 -62.8949 -11.6372 -18.0911 7.99917 -14
-0 -2.9937 0 0 -2.83782 0 0 -47.2982 -39.341 -58.3679 -14.6744 -17.133 7.99917 -14
-0 -3.20521 0 0 -2.8619 0 0 -47.2982 -39.7609 -58.3679 -13.473 -17.133 9.99896 -14
-0 -3.66102 0 0 -2.38711 0 0 -46.3334 -40.9394 -62.8949 -11.9323 -18.0911 7.99917 -14
-0 -3.23193 0 0 -2.8619 0 0 -47.2982 -39.402 -58.3679 -13.7681 -17.133 9.99896 -14
-0 -4.2046 0 0 -2.40414 0 0 -46.3334 -39.8973 -62.8949 -11.1353 -18.0911 8.99907 -14
-0 -4.10033 0 0 -2.29358 0 0 -42.5518 -46.848 -68.0063 -14.4152 -18.2718 7.99917 -13
-0 -4.31184 0 0 -2.31766 0 0 -42.5518 -47.268 -68.0063 -13.2138 -18.2718 9.99896 -13
-0 -4.33856 0 0 -2.31766 0 0 -42.5518 -46.909 -68.0063 -13.5089 -18.2718 9.99896 -13
-0 -3.18639 0 0 -2.26638 0 0 -46.3334 -42.2067 -63.6404 -12.04 -19.1635 7.99917 -14
-0 -2.54578 0 0 -2.7171 0 0 -47.2982 -40.2493 -59.1133 -15.0771 -18.2054 7.99917 -14
-0 -3.21311 0 0 -2.26638 0 0 -46.3334 -41.8477 -63.6404 -12.335 -19.1635 7.99917 -14
-0 -3.33257 0 0 -3.16683 0 0 -47.2982 -39.0474 -58.3679 -13.4871 -17.133 8.99907 -14
-0 -3.65514 0 0 -2.40414 0 0 -46.3334 -41.9671 -62.8949 -11.6573 -18.0911 8.99907 -14
-0 -3.01454 0 0 -2.85486 0 0 -47.2982 -40.0097 -58.3679 -14.6945 -17.133 8.99907 -14
-0 -3.68186 0 0 -2.40414 0 0 -46.3334 -41.6081 -62.8949 -11.9524 -18.0911 8.99907 -14
-0 -4.36041 0 0 -2.71984 0 0 -44.9832 -43.0698 -65.3956 -11.695 -15.5664 7.99917 -13
-0 -3.76838 0 0 -2.28342 0 0 -46.3334 -40.9099 -63.6404 -11.5923 -19.1635 8.99907 -14
-0 -4.59898 0 0 -2.40161 0 0 -46.3334 -39.4304 -62.8949 -11.3444 -18.0911 8.99907 -14
-0 -3.65241 0 0 -2.17286 0 0 -42.5518 -47.7563 -68.7517 -14.8179 -19.3442 7.99917 -13
-0 -4.4392 0 0 -2.62259 0 0 -42.5518 -46.5544 -68.0063 -13.2279 -18.2718 8.99907 -13
-0 -2.88574 0 0 -3.16683 0 0 -47.2982 -40.1725 -58.3679 -14.3898 -17.133 8.99907 -14
-0 -4.12117 0 0 -2.31062 0 0 -42.5518 -47.5167 -68.0063 -14.4353 -18.2718 8.99907 -13
-0 -2.88466 0 0 -3.04611 0 0 -47.2982 -39.9557 -59.1133 -13.8898 -18.2054 8.99907 -14
-0 -3.91249 0 0 -2.59912 0 0 -44.9832 -43.9781 -66.141 -12.0977 -16.6388 7.99917 -13
-0 -3.35341 0 0 -3.18387 0 0 -47.2982 -39.7161 -58.3679 -13.5072 -17.133 9.99896 -14
-0 -3.48129 0 0 -3.00472 0 0 -46.3889 -38.7444 -66.49 -13.3405 -15.572 7.99917 -12
-0 -3.81095 0 0 -2.71984 0 0 -44.9832 -45.1396 -65.3956 -12.217 -15.5664 7.99917 -13
-0 -3.83767 0 0 -2.71984 0 0 -44.9832 -44.7807 -65.3956 -12.5121 -15.5664 7.99917 -13
-0 -3.21892 0 0 -2.28342 0 0 -46.3334 -42.9797 -63.6404 -12.1144 -19.1635 8.99907 -14
-0 -2.57831 0 0 -2.73413 0 0 -47.2982 -41.0223 -59.1133 -15.1516 -18.2054 8.99907 -14
-0 -4.38125 0 0 -2.73688 0 0 -44.9832 -43.7385 -65.3956 -11.7151 -15.5664 8.99907 -13
-0 -3.24563 0 0 -2.28342 0 0 -46.3334 -42.6208 -63.6404 -12.4094 -19.1635 8.99907 -14
-0 -3.99237 0 0 -2.62259 0 0 -42.5518 -47.6796 -68.0063 -14.1306 -18.2718 8.99907 -13
-0 -4.04952 0 0 -2.40161 0 0 -46.3334 -41.5002 -62.8949 -11.8664 -18.0911 8.99907 -14
-0 -3.99129 0 0 -2.50187 0 0 -42.5518 -47.4627 -68.7517 -13.6306 -19.3442 8.99907 -13
-0 -3.40891 0 0 -2.85232 0 0 -47.2982 -39.5429 -58.3679 -14.9036 -17.133 8.99907 -14
-0 -4.07624 0 0 -2.40161 0 0 -46.3334 -41.1413 -62.8949 -12.1615 -18.0911 8.99907 -14
-0 -2.43783 0 0 -3.04611 0 0 -47.2982 -41.0808 -59.1133 -14.7926 -18.2054 8.99907 -14
-0 -4.46004 0 0 -2.63963 0 0 -42.5518 -47.2231 -68.0063 -13.248 -18.2718 9.99896 -13
-0 -2.90658 0 0 -3.18387 0 0 -47.2982 -40.8412 -58.3679 -14.41 -17.133 9.99896 -14
-0 -4.63151 0 0 -2.41864 0 0 -46.3334 -40.2035 -62.8949 -11.4188 -18.0911 9.99896 -14
-0 -3.68494 0 0 -2.18989 0 0 -42.5518 -48.5294 -68.7517 -14.8923 -19.3442 8.99907 -13
-0 -3.03337 0 0 -2.88399 0 0 -46.3889 -39.6527 -67.2354 -13.7432 -16.6444 7.99917 -12
-0 -3.36303 0 0 -2.59912 0 0 -44.9832 -46.0479 -66.141 -12.6198 -16.6388 7.99917 -13
-0 -4.54865 0 0 -2.97346 0 0 -41.3818 -47.1987 -71.2115 -14.2568 -17.5983 7.99917 -13
-0 -3.38975 0 0 -2.59912 0 0 -44.9832 -45.689 -66.141 -12.9148 -16.6388 7.99917 -13
-0 -3.38753 0 0 -3.16683 0 0 -47.2982 -40.5614 -58.3679 -13.3246 -17.133 8.99907 -14
-0 -4.51554 0 0 -2.30808 0 0 -42.5518 -47.0499 -68.0063 -14.6444 -18.2718 8.99907 -13
-0 -3.07713 0 0 -2.93135 0 0 -52.1701 -31.7215 -53.2565 -11.3744 -16.9523 7.99917 -15
-0 -2.91718 0 0 -3.06314 0 0 -47.2982 -40.7287 -59.1133 -13.9643 -18.2054 9.99896 -14
-0 -3.54446 0 0 -2.50187 0 0 -42.5518 -48.5879 -68.7517 -14.5334 -19.3442 8.99907 -13
-0 -3.50212 0 0 -3.02175 0 0 -46.3889 -39.4131 -66.49 -13.3606 -15.572 8.99907 -12
-0 -3.83179 0 0 -2.73688 0 0 -44.9832 -45.8083 -65.3956 -12.2372 -15.5664 8.99907 -13
-0 -3.8585 0 0 -2.73688 0 0 -44.9832 -45.4493 -65.3956 -12.5322 -15.5664 8.99907 -13
-0 -3.94502 0 0 -2.61615 0 0 -44.9832 -44.7511 -66.141 -12.1722 -16.6388 8.99907 -13
-0 -4.01321 0 0 -2.63963 0 0 -42.5518 -48.3483 -68.0063 -14.1508 -18.2718 9.99896 -13
-0 -3.74779 0 0 -3.18133 0 0 -47.2982 -39.2492 -58.3679 -13.7163 -17.133 9.99896 -14
-0 -4.77562 0 0 -2.73434 0 0 -44.9832 -43.2717 -65.3956 -11.9242 -15.5664 8.99907 -13
-0 -4.49416 0 0 -2.62259 0 0 -42.5518 -48.0684 -68.0063 -13.0654 -18.2718 8.99907 -13
-0 -4.10073 0 0 -2.85274 0 0 -41.3818 -48.107 -71.957 -14.6595 -18.6707 7.99917 -13
-0 -3.87053 0 0 -2.39457 0 0 -46.3334 -41.8533 -62.8949 -13.1422 -18.0911 7.99917 -14
-0 -4.08205 0 0 -2.41864 0 0 -46.3334 -42.2733 -62.8949 -11.9409 -18.0911 9.99896 -14
-0 -4.02382 0 0 -2.5189 0 0 -42.5518 -48.2357 -68.7517 -13.7051 -19.3442 9.99896 -13
-0 -3.44144 0 0 -2.86936 0 0 -47.2982 -40.3159 -58.3679 -14.978 -17.133 9.99896 -14
-0 -4.10876 0 0 -2.41864 0 0 -46.3334 -41.9143 -62.8949 -12.2359 -18.0911 9.99896 -14
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 1 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -7.64309 0 0 -8.70101 0 0 -103.617 -78.6262 -122.496 -24.8771 -38.8755 13.9985 -26
-0 -7.89441 0 0 -7.6024 0 0 -105.129 -76.6237 -122.374 -24.8771 -39.0371 13.9985 -27
-0 -7.97631 0 0 -8.68017 0 0 -103.617 -77.9315 -122.496 -24.9303 -38.8755 12.9986 -26
-0 -8.22762 0 0 -7.58156 0 0 -105.129 -75.929 -122.374 -24.9303 -39.0371 12.9986 -27
-0 -7.73027 0 0 -8.82743 0 0 -103.617 -78.9682 -122.496 -24.6214 -38.8755 13.9985 -26
-0 -7.98158 0 0 -7.72881 0 0 -105.129 -76.9657 -122.374 -24.6214 -39.0371 13.9985 -27
-0 -7.62107 0 0 -9.11231 0 0 -103.617 -78.3095 -122.496 -25.486 -38.8755 13.9985 -26
-0 -7.13226 0 0 -7.09157 0 0 -105.425 -79.1128 -124.484 -24.8771 -40.369 13.9985 -26
-0 -7.87238 0 0 -8.01369 0 0 -105.129 -76.307 -122.374 -25.486 -39.0371 13.9985 -27
-0 -7.38358 0 0 -5.99296 0 0 -106.937 -77.1104 -124.361 -24.8771 -40.5306 13.9985 -27
-0 -6.55036 0 0 -8.45708 0 0 -103.617 -83.9824 -122.436 -25.6146 -39.549 13.9985 -26
-0 -7.46548 0 0 -7.07073 0 0 -105.425 -78.4182 -124.484 -24.9303 -40.369 12.9986 -26
-0 -7.95951 0 0 -8.97323 0 0 -103.617 -78.6525 -122.496 -25.063 -38.8755 14.9984 -26
-0 -6.80167 0 0 -7.35846 0 0 -105.129 -81.9799 -122.313 -25.6146 -39.7106 13.9985 -27
-0 -7.71679 0 0 -5.97212 0 0 -106.937 -76.4157 -124.361 -24.9303 -40.5306 12.9986 -27
-0 -8.21082 0 0 -7.87462 0 0 -105.129 -76.65 -122.374 -25.063 -39.0371 14.9984 -27
-0 -8.24138 0 0 -9.06964 0 0 -103.617 -78.0344 -122.496 -24.6811 -38.8755 13.9985 -26
-0 -7.21944 0 0 -7.21799 0 0 -105.425 -79.4548 -124.484 -24.6214 -40.369 13.9985 -26
-0 -6.69695 0 0 -7.61906 0 0 -104.933 -74.11 -125.025 -25.4367 -49.6961 13.9985 -28
-0 -8.29272 0 0 -8.9524 0 0 -103.617 -77.9578 -122.496 -25.1162 -38.8755 13.9985 -26
-0 -7.88271 0 0 -8.86796 0 0 -103.617 -79.7339 -122.496 -25.0333 -38.8755 13.9985 -26
-0 -8.4927 0 0 -7.97103 0 0 -105.129 -76.0319 -122.374 -24.6811 -39.0371 13.9985 -27
-0 -6.74392 0 0 -6.87337 0 0 -109.996 -69.1965 -120.695 -22.463 -44.3217 13.9985 -28
-0 -7.47075 0 0 -6.11937 0 0 -106.937 -77.4524 -124.361 -24.6214 -40.5306 13.9985 -27
-0 -6.94826 0 0 -6.52045 0 0 -106.444 -72.1075 -124.903 -25.4367 -49.8577 13.9985 -29
-0 -8.54404 0 0 -7.85378 0 0 -105.129 -75.9553 -122.374 -25.1162 -39.0371 13.9985 -27
-0 -8.13403 0 0 -7.76934 0 0 -105.129 -77.7314 -122.374 -25.0333 -39.0371 13.9985 -27
-0 -7.03016 0 0 -7.59823 0 0 -104.933 -73.4153 -125.025 -25.4899 -49.6961 12.9986 -28
-0 -8.04668 0 0 -9.09965 0 0 -103.617 -78.9945 -122.496 -24.8073 -38.8755 14.9984 -26
-0 -6.99523 0 0 -5.77476 0 0 -111.508 -67.194 -120.573 -22.463 -44.4833 13.9985 -29
-0 -7.07713 0 0 -6.85254 0 0 -109.996 -68.5018 -120.695 -22.5162 -44.3217 12.9986 -28
-0 -8.68273 0 0 -8.27724 0 0 -103.617 -79.6552 -122.496 -24.9744 -38.8755 13.9985 -26
-0 -7.28148 0 0 -6.49961 0 0 -106.444 -71.4128 -124.903 -25.4899 -49.8577 12.9986 -29
-0 -8.29799 0 0 -8.00104 0 0 -105.129 -76.992 -122.374 -24.8073 -39.0371 14.9984 -27
-0 -7.11024 0 0 -7.50287 0 0 -105.425 -78.7962 -124.484 -25.486 -40.369 13.9985 -26
-0 -6.78412 0 0 -7.74548 0 0 -104.933 -74.452 -125.025 -25.181 -49.6961 13.9985 -28
-0 -7.63983 0 0 -8.68017 0 0 -103.683 -78.6246 -125.426 -25.6234 -39.6915 12.9986 -25
-0 -7.32845 0 0 -5.75393 0 0 -111.508 -66.4993 -120.573 -22.5162 -44.4833 12.9986 -29
-0 -8.93404 0 0 -7.17863 0 0 -105.129 -77.6527 -122.374 -24.9744 -39.0371 13.9985 -27
-0 -6.83109 0 0 -6.99979 0 0 -109.996 -69.5385 -120.695 -22.2072 -44.3217 13.9985 -28
-0 -9.01595 0 0 -8.25641 0 0 -103.617 -78.9605 -122.496 -25.0276 -38.8755 12.9986 -26
-0 -7.36156 0 0 -6.40425 0 0 -106.937 -76.7937 -124.361 -25.486 -40.5306 13.9985 -27
-0 -7.87339 0 0 -8.84826 0 0 -103.617 -80.2997 -122.496 -25.54 -38.8755 14.9984 -26
-0 -7.03544 0 0 -6.64687 0 0 -106.444 -72.4495 -124.903 -25.181 -49.8577 13.9985 -29
-0 -7.89115 0 0 -7.58156 0 0 -105.195 -76.6222 -125.304 -25.6234 -39.8531 12.9986 -26
-0 -7.93748 0 0 -9.38453 0 0 -103.617 -78.3358 -122.496 -25.6719 -38.8755 14.9984 -26
-0 -7.08241 0 0 -5.90118 0 0 -111.508 -67.536 -120.573 -22.2072 -44.4833 13.9985 -29
-0 -6.03953 0 0 -6.84764 0 0 -105.425 -84.4691 -124.423 -25.6146 -41.0425 13.9985 -26
-0 -9.26726 0 0 -7.1578 0 0 -105.129 -76.958 -122.374 -25.0276 -39.0371 12.9986 -27
-0 -8.1247 0 0 -7.74965 0 0 -105.129 -78.2973 -122.374 -25.54 -39.0371 14.9984 -27
-0 -8.28094 0 0 -9.09047 0 0 -103.617 -78.8776 -122.496 -25.0721 -38.8755 14.9984 -26
-0 -7.44868 0 0 -7.36379 0 0 -105.425 -79.1391 -124.484 -25.063 -40.369 14.9984 -26
-0 -7.00849 0 0 -7.074 0 0 -109.996 -69.1538 -120.695 -22.151 -44.3217 13.9985 -28
-0 -8.7699 0 0 -8.40366 0 0 -103.617 -79.9972 -122.496 -24.7186 -38.8755 13.9985 -26
-0 -8.1888 0 0 -8.28592 0 0 -105.129 -76.3333 -122.374 -25.6719 -39.0371 14.9984 -27
-0 -6.29085 0 0 -5.74902 0 0 -106.937 -82.4666 -124.3 -25.6146 -41.2041 13.9985 -27
-0 -8.53226 0 0 -7.99186 0 0 -105.129 -76.8751 -122.374 -25.0721 -39.0371 14.9984 -27
-0 -7.82287 0 0 -9.13314 0 0 -103.617 -79.93 -122.496 -25.6492 -38.8755 14.9984 -26
-0 -7.80813 0 0 -9.25956 0 0 -103.617 -79.494 -122.496 -25.7183 -38.8755 14.9984 -26
-0 -6.67492 0 0 -8.03036 0 0 -104.933 -73.7933 -125.025 -26.0456 -49.6961 13.9985 -28
-0 -7.69999 0 0 -6.26518 0 0 -106.937 -77.1366 -124.361 -25.063 -40.5306 14.9984 -27
-0 -7.2598 0 0 -5.97539 0 0 -111.508 -67.1513 -120.573 -22.151 -44.4833 13.9985 -29
-0 -7.73056 0 0 -7.4602 0 0 -105.425 -78.521 -124.484 -24.6811 -40.369 13.9985 -26
-0 -9.02122 0 0 -7.30505 0 0 -105.129 -77.9947 -122.374 -24.7186 -39.0371 13.9985 -27
-0 -6.86677 0 0 -8.7293 0 0 -103.617 -84.0087 -122.436 -25.8005 -39.549 14.9984 -26
-0 -8.45225 0 0 -9.29921 0 0 -96.3256 -92.9333 -131.447 -30.2962 -36.1802 13.9985 -24
-0 -7.7819 0 0 -7.34296 0 0 -105.425 -78.4444 -124.484 -25.1162 -40.369 13.9985 -26
-0 -6.72189 0 0 -7.28467 0 0 -109.996 -68.8798 -120.695 -23.0719 -44.3217 13.9985 -28
-0 -8.07419 0 0 -8.03453 0 0 -105.129 -77.9276 -122.374 -25.6492 -39.0371 14.9984 -27
-0 -7.34171 0 0 -7.05317 0 0 -109.996 -68.4591 -120.695 -22.2042 -44.3217 12.9986 -28
-0 -8.05944 0 0 -8.16095 0 0 -105.129 -77.4915 -122.374 -25.7183 -39.0371 14.9984 -27
-0 -7.37189 0 0 -7.25852 0 0 -105.425 -80.2206 -124.484 -25.0333 -40.369 13.9985 -26
-0 -6.92624 0 0 -6.93175 0 0 -106.444 -71.7908 -124.903 -26.0456 -49.8577 13.9985 -29
-0 -8.29353 0 0 -9.21689 0 0 -103.617 -79.1473 -122.496 -24.8765 -38.8755 14.9984 -26
-0 -7.98187 0 0 -6.36159 0 0 -106.937 -76.5186 -124.361 -24.6811 -40.5306 13.9985 -27
-0 -7.11809 0 0 -7.63068 0 0 -105.129 -82.0062 -122.313 -25.8005 -39.7106 14.9984 -27
-0 -8.70356 0 0 -8.2006 0 0 -97.8374 -90.9308 -131.325 -30.2962 -36.3418 13.9985 -25
-0 -8.03321 0 0 -6.24434 0 0 -106.937 -76.4419 -124.361 -25.1162 -40.5306 13.9985 -27
-0 -6.97321 0 0 -6.18606 0 0 -111.508 -66.8773 -120.573 -23.0719 -44.4833 13.9985 -29
-0 -7.59302 0 0 -5.95455 0 0 -111.508 -66.4566 -120.573 -22.2042 -44.4833 12.9986 -29
-0 -8.5578 0 0 -9.34186 0 0 -103.617 -78.0607 -122.496 -24.867 -38.8755 14.9984 -26
-0 -5.60421 0 0 -7.37513 0 0 -104.933 -79.4662 -124.965 -26.1742 -50.3696 13.9985 -28
-0 -7.6232 0 0 -6.1599 0 0 -106.937 -78.2181 -124.361 -25.0333 -40.5306 13.9985 -27
-0 -8.54484 0 0 -8.11828 0 0 -105.129 -77.1448 -122.374 -24.8765 -39.0371 14.9984 -27
-0 -8.09112 0 0 -8.88879 0 0 -103.617 -80.3688 -122.496 -25.6782 -38.8755 14.9984 -26
-0 -6.72471 0 0 -8.45708 0 0 -103.617 -85.7579 -122.496 -26.3078 -38.8755 13.9985 -26
-0 -7.53585 0 0 -7.49021 0 0 -105.425 -79.4811 -124.484 -24.8073 -40.369 14.9984 -26
-0 -7.01336 0 0 -7.89129 0 0 -104.933 -74.1362 -125.025 -25.6226 -49.6961 14.9984 -28
-0 -7.09566 0 0 -7.20042 0 0 -109.996 -69.4958 -120.695 -21.8952 -44.3217 13.9985 -28
-0 -7.50585 0 0 -8.64072 0 0 -107.425 -77.1874 -118.634 -23.9711 -35.3524 13.9985 -26
-0 -8.66071 0 0 -8.68854 0 0 -103.617 -79.3385 -122.496 -25.5833 -38.8755 13.9985 -26
-0 -6.864 0 0 -7.50355 0 0 -104.933 -74.9766 -125.025 -26.6238 -49.6961 13.9985 -28
-0 -8.19913 0 0 -9.14018 0 0 -103.617 -79.7602 -122.496 -25.2192 -38.8755 14.9984 -26
-0 -5.65118 0 0 -6.62944 0 0 -109.996 -74.5527 -120.634 -23.2005 -44.9952 13.9985 -28
-0 -6.69348 0 0 -8.47791 0 0 -103.617 -85.3139 -122.436 -26.5333 -39.549 14.9984 -26
-0 -8.80911 0 0 -8.24325 0 0 -105.129 -76.0582 -122.374 -24.867 -39.0371 14.9984 -27
-0 -5.85553 0 0 -6.27652 0 0 -106.444 -77.4637 -124.842 -26.1742 -50.5312 13.9985 -29
-0 -8.00315 0 0 -9.26796 0 0 -102.51 -80.268 -126.733 -26.2215 -38.355 13.9985 -25
-0 -7.38961 0 0 -9.13216 0 0 -102.51 -81.6222 -126.733 -27.3955 -38.355 13.9985 -25
-0 -8.34244 0 0 -7.79018 0 0 -105.129 -78.3663 -122.374 -25.6782 -39.0371 14.9984 -27
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 2 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -6.59122 0 0 -5.69566 0 0 -45.1239 -49.1468 -71.3998 -25.6017 -35.211 9.99896 -18
-0 -7.26258 0 0 -5.42344 0 0 -45.1239 -49.6088 -69.1035 -26.502 -35.4029 8.99907 -18
-0 -6.54753 0 0 -5.27866 0 0 -50.3909 -38.4216 -64.7011 -23.8055 -41.6972 9.99896 -21
-0 -7.21889 0 0 -5.00643 0 0 -50.3909 -38.8836 -62.4048 -24.7058 -41.8892 8.99907 -21
-0 -6.82969 0 0 -5.79443 0 0 -45.1239 -50.9986 -71.3998 -27.6668 -35.211 10.9989 -18
-0 -7.50104 0 0 -5.5222 0 0 -45.1239 -51.4606 -69.1035 -28.5671 -35.4029 9.99896 -18
-0 -5.93059 0 0 -5.78346 0 0 -48.144 -50.2645 -71.3079 -24.5984 -32.526 8.99907 -17
-0 -7.21912 0 0 -6.49138 0 0 -45.1239 -50.0238 -71.3998 -27.4577 -35.211 10.9989 -18
-0 -5.21772 0 0 -4.3578 0 0 -51.0826 -51.4625 -74.8365 -24.0643 -25.8812 9.99896 -15
-0 -6.45481 0 0 -5.70541 0 0 -50.3909 -40.5961 -64.7011 -25.0605 -41.6972 10.9989 -21
-0 -7.52003 0 0 -6.30397 0 0 -45.1239 -50.6325 -71.3998 -26.9548 -35.211 10.9989 -18
-0 -6.82972 0 0 -6.01094 0 0 -48.144 -49.7413 -71.3079 -23.1549 -32.526 8.99907 -17
-0 -6.10437 0 0 -4.64968 0 0 -46.3305 -58.6908 -73.5792 -28.9547 -27.9088 9.99896 -14
-0 -6.786 0 0 -5.37742 0 0 -50.3909 -40.2734 -64.7011 -25.8707 -41.6972 10.9989 -21
-0 -6.81011 0 0 -5.75763 0 0 -45.1239 -53.7257 -71.3998 -28.6445 -35.211 10.9989 -18
-0 -7.89047 0 0 -6.21916 0 0 -45.1239 -50.4858 -69.1035 -28.358 -35.4029 9.99896 -18
-0 -5.88907 0 0 -4.08558 0 0 -51.0826 -51.9245 -72.5402 -24.9646 -26.0732 8.99907 -15
-0 -6.9532 0 0 -6.02604 0 0 -49.7553 -38.191 -66.6913 -23.9941 -45.6869 9.99896 -21
-0 -7.12616 0 0 -5.43319 0 0 -50.3909 -41.058 -62.4048 -25.9607 -41.8892 9.99896 -21
-0 -8.19138 0 0 -6.03175 0 0 -45.1239 -51.0945 -69.1035 -27.8551 -35.4029 9.99896 -18
-0 -6.82386 0 0 -6.76461 0 0 -45.1239 -52.6016 -71.2254 -27.0453 -35.6407 9.99896 -18
-0 -6.77572 0 0 -4.37746 0 0 -46.3305 -59.1528 -71.2829 -29.855 -28.1008 8.99907 -14
-0 -7.45736 0 0 -5.1052 0 0 -50.3909 -40.7354 -62.4047 -26.7709 -41.8892 9.99896 -21
-0 -5.88691 0 0 -5.36645 0 0 -53.411 -39.5393 -64.6092 -22.8023 -39.0123 8.99907 -20
-0 -7.48147 0 0 -5.48541 0 0 -45.1239 -54.1877 -69.1035 -29.5448 -35.4029 9.99896 -18
-0 -7.62456 0 0 -5.75381 0 0 -49.7553 -38.653 -64.395 -24.8944 -45.8788 8.99907 -21
-0 -4.91066 0 0 -3.01582 0 0 -52.361 -55.5277 -68.5882 -27.2657 -27.637 9.99896 -15
-0 -7.17543 0 0 -6.07437 0 0 -50.3909 -39.2986 -64.7011 -25.6616 -41.6972 10.9989 -21
-0 -7.69261 0 0 -6.59014 0 0 -45.1239 -50.9148 -71.3998 -28.1033 -35.211 11.9988 -18
-0 -5.17403 0 0 -3.94079 0 0 -56.3496 -40.7373 -68.1378 -22.2681 -32.3675 9.99896 -18
-0 -6.93606 0 0 -5.57927 0 0 -49.9812 -41.5278 -63.954 -26.847 -43.5939 10.9989 -22
-0 -6.31633 0 0 -5.45641 0 0 -48.5557 -55.0877 -75.8925 -24.0643 -26.3408 9.99896 -15
-0 -6.16906 0 0 -5.88223 0 0 -48.144 -52.1163 -71.3079 -26.6636 -32.5261 9.99896 -17
-0 -5.79589 0 0 -5.262 0 0 -51.9327 -46.8843 -69.1943 -23.7601 -32.8899 8.99907 -18
-0 -6.78603 0 0 -5.59394 0 0 -53.411 -39.0161 -64.6092 -21.3587 -39.0123 8.99907 -20
-0 -6.06068 0 0 -4.23268 0 0 -51.5975 -47.9657 -66.8805 -27.1585 -34.395 9.99896 -17
-0 -7.56438 0 0 -6.48759 0 0 -45.1239 -52.8721 -71.2254 -27.7006 -35.6407 9.99896 -18
-0 -6.63576 0 0 -5.7402 0 0 -46.6731 -48.4953 -74.234 -26.1613 -42.1585 9.99896 -20
-0 -5.11128 0 0 -2.97122 0 0 -48.6045 -60.9573 -78.6335 -27.6278 -28.7172 9.99896 -15
-0 -5.58202 0 0 -2.74359 0 0 -52.361 -55.9897 -66.2919 -28.1659 -27.829 8.99907 -15
-0 -7.84679 0 0 -5.80215 0 0 -50.3909 -39.7606 -62.4048 -26.5618 -41.8892 9.99896 -21
-0 -8.36396 0 0 -6.31792 0 0 -45.1239 -51.3768 -69.1035 -29.0036 -35.4029 10.9989 -18
-0 -7.02489 0 0 -7.18454 0 0 -45.1239 -51.937 -71.2254 -28.4806 -35.6407 9.99896 -18
-0 -6.68398 0 0 -5.83748 0 0 -47.8647 -51.4985 -71.8411 -27.0344 -32.6772 9.99896 -16
-0 -5.84539 0 0 -3.66857 0 0 -56.3496 -41.1993 -65.8415 -23.1684 -32.5594 8.99907 -18
-0 -7.60742 0 0 -5.30704 0 0 -49.9812 -41.9898 -61.6577 -27.7472 -43.7858 9.99896 -22
-0 -6.98769 0 0 -5.18419 0 0 -48.5557 -55.5497 -73.5961 -24.9646 -26.5327 8.99907 -15
-0 -4.68619 0 0 -3.32597 0 0 -52.361 -56.0778 -68.5882 -28.2475 -27.637 10.9989 -15
-0 -7.69007 0 0 -4.0355 0 0 -43.3856 -63.287 -82.8555 -28.4771 -28.5224 9.99896 -14
-0 -6.95211 0 0 -6.03153 0 0 -47.9782 -51.7847 -68.5613 -28.0806 -31.4951 9.99896 -16
-0 -8.69167 0 0 -6.55257 0 0 -48.144 -48.6334 -71.3079 -20.7083 -32.526 8.99907 -17
-0 -5.45618 0 0 -4.45656 0 0 -51.0826 -53.3143 -74.8365 -26.1294 -25.8813 10.9989 -15
-0 -6.78017 0 0 -6.34761 0 0 -50.3909 -41.8764 -64.5267 -25.2491 -42.127 9.99896 -21
-0 -6.69241 0 0 -5.9723 0 0 -50.3909 -43.5932 -64.7011 -25.2573 -41.6972 10.9989 -21
-0 -5.38678 0 0 -3.88176 0 0 -47.6901 -56.9844 -77.0053 -31.0763 -31.2597 9.99896 -15
-0 -7.78361 0 0 -5.80362 0 0 -51.9327 -44.9445 -69.1943 -18.7171 -32.8899 8.99907 -18
-0 -6.69327 0 0 -5.80418 0 0 -50.3909 -42.4479 -64.7011 -27.1256 -41.6972 11.9988 -21
-0 -7.75849 0 0 -6.40274 0 0 -45.1239 -52.4843 -71.3998 -29.0199 -35.211 11.9988 -18
-0 -6.73204 0 0 -3.96045 0 0 -51.5975 -48.4276 -64.5842 -28.0588 -34.587 8.99907 -17
-0 -6.66919 0 0 -5.9261 0 0 -47.1602 -54.0539 -76.5349 -24.3797 -32.4427 9.99896 -18
-0 -7.30711 0 0 -5.46797 0 0 -46.6731 -48.9573 -71.9377 -27.0616 -42.3505 8.99907 -20
-0 -5.78264 0 0 -2.69899 0 0 -48.6045 -61.4193 -76.3371 -28.5281 -28.9091 8.99907 -15
-0 -7.06818 0 0 -6.10971 0 0 -48.144 -51.5931 -71.3079 -25.22 -32.5261 9.99896 -17
-0 -6.34283 0 0 -4.74845 0 0 -46.3305 -60.5427 -73.5792 -31.0198 -27.9088 10.9989 -14
-0 -6.2526 0 0 -5.76875 0 0 -51.7467 -46.794 -71.373 -22.4631 -31.938 8.99907 -19
-0 -6.71572 0 0 -5.38988 0 0 -50.3909 -43.9599 -64.7011 -27.5442 -41.6972 10.9989 -21
-0 -7.35534 0 0 -5.56526 0 0 -47.8647 -51.9605 -69.5448 -27.9347 -32.8692 8.99907 -16
-0 -7.04857 0 0 -5.85639 0 0 -45.1239 -55.5775 -71.3998 -30.7096 -35.211 11.9988 -18
-0 -6.59122 0 0 -6.20649 0 0 -52.0125 -40.2688 -67.2811 -23.2038 -39.754 9.99896 -19
-0 -7.58083 0 0 -6.36594 0 0 -45.1239 -53.954 -71.3998 -28.9868 -35.211 11.9988 -18
-0 -4.88681 0 0 -3.28137 0 0 -48.6045 -61.5074 -78.6335 -28.6096 -28.7172 10.9989 -15
-0 -5.35754 0 0 -3.05375 0 0 -52.361 -56.5398 -66.2919 -29.1478 -27.829 9.99896 -15
-0 -8.36142 0 0 -3.76327 0 0 -43.3856 -63.749 -80.5592 -29.3773 -28.7143 8.99907 -14
-0 -7.62347 0 0 -5.75931 0 0 -47.9782 -52.2467 -66.2649 -28.9809 -31.6871 8.99907 -16
-0 -6.55849 0 0 -6.57918 0 0 -48.144 -51.1415 -71.3079 -26.4545 -32.526 9.99896 -17
-0 -6.12754 0 0 -4.18434 0 0 -51.0826 -53.7763 -72.5402 -27.0297 -26.0732 9.99896 -15
-0 -7.34307 0 0 -5.63936 0 0 -50.3909 -43.2682 -64.7011 -25.7586 -41.6972 10.9989 -21
-0 -7.36377 0 0 -5.70007 0 0 -50.3909 -44.0552 -62.4047 -26.1575 -41.8892 9.99896 -21
-0 -4.86697 0 0 -2.59881 0 0 -57.628 -44.8025 -61.8895 -25.4695 -34.1233 9.99896 -18
-0 -7.19166 0 0 -6.1248 0 0 -49.7553 -40.0428 -66.6913 -26.0593 -45.6869 10.9989 -21
-0 -5.21772 0 0 -4.3578 0 0 -54.7368 -49.1599 -69.5684 -24.0643 -25.9353 9.99896 -15
-0 -4.55709 0 0 -4.4456 0 0 -54.1027 -52.5802 -74.7446 -23.061 -23.1963 8.99907 -14
-0 -6.05813 0 0 -3.60954 0 0 -47.6901 -57.4464 -74.709 -31.9766 -31.4517 8.99907 -15
-0 -7.36463 0 0 -5.53195 0 0 -50.3909 -42.9099 -62.4047 -28.0259 -41.8892 10.9989 -21
-0 -7.64892 0 0 -6.17314 0 0 -50.3909 -40.1896 -64.7011 -26.3071 -41.6972 11.9988 -21
-0 -8.42985 0 0 -6.13052 0 0 -45.1239 -52.9463 -69.1035 -29.9202 -35.4029 10.9989 -18
-0 -5.79418 0 0 -5.79321 0 0 -53.411 -41.7138 -64.6092 -24.0572 -39.0123 9.99896 -20
-0 -7.34055 0 0 -5.65388 0 0 -47.1602 -54.5158 -74.2386 -25.28 -32.6347 8.99907 -18
-0 -6.8594 0 0 -6.39177 0 0 -48.144 -51.7502 -71.3079 -25.9516 -32.526 9.99896 -17
-0 -7.18925 0 0 -7.06714 0 0 -45.1239 -52.4961 -70.743 -30.0521 -35.9037 9.99896 -18
-0 -7.06232 0 0 -6.86338 0 0 -45.1239 -54.4534 -71.2254 -29.1105 -35.6407 10.9989 -18
-0 -4.91066 0 0 -3.01582 0 0 -54.1127 -53.7618 -67.6168 -27.2657 -28.2071 9.99896 -15
-0 -6.27264 0 0 -5.03941 0 0 -53.8227 -44.3626 -69.1937 -22.2681 -32.827 9.99896 -18
-0 -5.08961 0 0 -4.05899 0 0 -51.8204 -54.4474 -74.3392 -26.7275 -26.7462 9.99896 -15
-0 -7.01419 0 0 -4.47623 0 0 -46.3305 -61.0047 -71.2829 -31.9201 -28.1008 9.99896 -14
-0 -6.50044 0 0 -5.89495 0 0 -48.2176 -51.902 -73.5134 -25.8088 -34.8471 8.99907 -17
-0 -5.44374 0 0 -4.73748 0 0 -49.3506 -59.8086 -73.4873 -27.9514 -25.2239 8.99907 -13
-0 -6.12537 0 0 -5.46522 0 0 -53.411 -41.3912 -64.6092 -24.8674 -39.0123 9.99896 -20
-0 -5.7522 0 0 -4.84499 0 0 -57.1997 -36.1591 -62.4956 -21.9639 -39.3762 8.99907 -21
-0 -7.38707 0 0 -5.11766 0 0 -50.3909 -44.4219 -62.4048 -28.4445 -41.8892 9.99896 -21
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 3 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -3.50141 0 0 -2.459 0 0 -56.6503 -10.1767 -35.2516 -3.05816 -19.298 6.99927 -17
-0 -3.32032 0 0 -2.19949 0 0 -56.6503 -10.7451 -35.2516 -4.53413 -19.298 6.99927 -17
-0 -3.34287 0 0 -2.4658 0 0 -56.6503 -11.2196 -35.2516 -3.64503 -19.298 7.99917 -17
-0 -3.43736 0 0 -2.49757 0 0 -56.6503 -9.73633 -35.2516 -4.85759 -19.298 6.99927 -17
-0 -3.13836 0 0 -2.23806 0 0 -56.6503 -10.0477 -35.2516 -6.54306 -19.298 6.99927 -17
-0 -3.16178 0 0 -2.20629 0 0 -56.6503 -11.7881 -35.2516 -5.12101 -19.298 7.99917 -17
-0 -2.8984 0 0 -2.36615 0 0 -56.6503 -12.1332 -35.2516 -5.41436 -19.298 6.99927 -17
-0 -3.27882 0 0 -2.50438 0 0 -56.6503 -10.7793 -35.2516 -5.44446 -19.298 7.99917 -17
-0 -3.62702 0 0 -2.60625 0 0 -56.6503 -11.1206 -35.2516 -3.64529 -19.298 7.99917 -17
-0 -2.97982 0 0 -2.24487 0 0 -56.6503 -11.0907 -35.2516 -7.12994 -19.298 7.99917 -17
-0 -2.71732 0 0 -2.10664 0 0 -56.6503 -12.7017 -35.2516 -6.89034 -19.298 6.99927 -17
-0 -3.88352 0 0 -2.72551 0 0 -56.6503 -10.1693 -35.2516 -3.69788 -19.298 7.99917 -17
-0 -3.58453 0 0 -2.466 0 0 -56.6503 -10.4807 -35.2516 -5.38336 -19.298 7.99917 -17
-0 -3.44593 0 0 -2.34674 0 0 -56.6503 -11.6891 -35.2516 -5.12127 -19.298 7.99917 -17
-0 -3.04931 0 0 -2.312 0 0 -51.4149 -23.3523 -51.2544 -5.32526 -13.9168 6.99927 -14
-0 -3.6405 0 0 -3.0055 0 0 -51.3183 -18.2766 -48.7348 -3.03033 -21.6142 5.99938 -16
-0 -2.73986 0 0 -2.37295 0 0 -56.6503 -13.1762 -35.2516 -6.00124 -19.298 7.99917 -17
-0 -2.83436 0 0 -2.40472 0 0 -56.6503 -11.6929 -35.2516 -7.2138 -19.298 6.99927 -17
-0 -3.73192 0 0 -2.61305 0 0 -56.6503 -11.2828 -35.2516 -3.95239 -19.298 8.99907 -17
-0 -2.53536 0 0 -2.14521 0 0 -56.6503 -12.0043 -35.2516 -8.89927 -19.298 6.99927 -17
-0 -2.86823 0 0 -2.05249 0 0 -51.4149 -23.9208 -51.2544 -6.80124 -13.9168 6.99927 -14
-0 -3.45941 0 0 -2.74599 0 0 -51.3183 -18.8451 -48.7348 -4.50631 -21.6142 5.99938 -16
-0 -2.55878 0 0 -2.11344 0 0 -56.6503 -13.7447 -35.2516 -7.47721 -19.298 7.99917 -17
-0 -3.56297 0 0 -2.64483 0 0 -56.6503 -10.6803 -35.2516 -5.44473 -19.298 7.99917 -17
-0 -3.26398 0 0 -2.38532 0 0 -56.6503 -10.9917 -35.2516 -7.1302 -19.298 7.99917 -17
-0 -3.55084 0 0 -2.35354 0 0 -56.6503 -11.8513 -35.2516 -5.42837 -19.298 8.99907 -17
-0 -3.72498 0 0 -2.73231 0 0 -56.6503 -11.2123 -35.2516 -4.28476 -19.298 8.99907 -17
-0 -3.42598 0 0 -2.4728 0 0 -56.6503 -11.5236 -35.2516 -5.97023 -19.298 8.99907 -17
-0 -3.04931 0 0 -2.459 0 0 -56.6503 -13.573 -35.2516 -5.32526 -19.298 6.99927 -17
-0 -2.89077 0 0 -2.3188 0 0 -51.4149 -24.3953 -51.2544 -5.91214 -13.9168 7.99917 -14
-0 -3.48196 0 0 -3.0123 0 0 -51.3183 -19.3195 -48.7348 -3.6172 -21.6142 6.99927 -16
-0 -4.07702 0 0 -2.60932 0 0 -56.6503 -11.363 -35.2516 -3.78334 -19.298 8.99907 -17
-0 -2.98526 0 0 -2.35058 0 0 -51.4149 -22.912 -51.2544 -7.1247 -13.9169 6.99927 -14
-0 -2.67582 0 0 -2.41153 0 0 -56.6503 -12.7359 -35.2516 -7.80067 -19.298 7.99917 -17
-0 -3.02401 0 0 -2.5134 0 0 -56.6503 -13.0772 -35.2516 -6.0015 -19.298 7.99917 -17
-0 -2.68627 0 0 -2.09106 0 0 -51.4149 -23.2234 -51.2544 -8.81017 -13.9168 6.99927 -14
-0 -2.37682 0 0 -2.15202 0 0 -56.6503 -13.0472 -35.2516 -9.48614 -19.298 7.99917 -17
-0 -3.66787 0 0 -2.65163 0 0 -56.6503 -10.8425 -35.2516 -5.75183 -19.298 8.99907 -17
-0 -2.62103 0 0 -1.96053 0 0 -55.8316 -13.7255 -41.033 -4.35755 -24.1438 6.99927 -17
-0 -3.36888 0 0 -2.39212 0 0 -56.6503 -11.1539 -35.2516 -7.4373 -19.298 8.99907 -17
-0 -2.86823 0 0 -2.19949 0 0 -56.6503 -14.1415 -35.2516 -6.80124 -19.298 6.99927 -17
-0 -2.70969 0 0 -2.05929 0 0 -51.4149 -24.9638 -51.2544 -7.38812 -13.9168 7.99917 -14
-0 -3.28052 0 0 -2.63266 0 0 -56.6503 -12.1259 -35.2516 -6.05409 -19.298 7.99917 -17
-0 -3.30087 0 0 -2.75279 0 0 -51.3183 -19.888 -48.7348 -5.09318 -21.6142 6.99927 -16
-0 -3.89594 0 0 -2.34981 0 0 -56.6503 -11.9315 -35.2516 -5.25932 -19.298 8.99907 -17
-0 -2.98152 0 0 -2.37315 0 0 -56.6503 -12.4373 -35.2516 -7.73956 -19.298 7.99917 -17
-0 -2.84293 0 0 -2.25389 0 0 -56.6503 -13.6457 -35.2516 -7.47748 -19.298 7.99917 -17
-0 -3.03749 0 0 -2.91265 0 0 -51.3183 -20.2332 -48.7348 -5.38654 -21.6142 5.99938 -16
-0 -2.43995 0 0 -1.70102 0 0 -55.8316 -14.294 -41.033 -5.83353 -24.1438 6.99927 -17
-0 -4.00913 0 0 -2.87276 0 0 -56.6503 -11.1133 -35.2516 -4.28502 -19.298 8.99907 -17
-0 -3.49727 0 0 -2.70262 0 0 -56.6503 -12.1769 -35.2516 -5.50219 -19.298 7.99917 -17
-0 -3.12892 0 0 -2.5202 0 0 -56.6503 -13.2394 -35.2516 -6.3086 -19.298 8.99907 -17
-0 -2.89077 0 0 -2.4658 0 0 -56.6503 -14.6159 -35.2516 -5.91214 -19.298 7.99917 -17
-0 -3.71014 0 0 -2.61325 0 0 -56.6503 -11.4247 -35.2516 -5.97049 -19.298 8.99907 -17
-0 -2.98526 0 0 -2.49757 0 0 -56.6503 -13.1327 -35.2516 -7.1247 -19.298 6.99927 -17
-0 -2.72593 0 0 -1.96734 0 0 -55.8316 -13.8876 -41.033 -4.66465 -24.1438 7.99917 -17
-0 -2.82672 0 0 -2.35738 0 0 -51.4149 -23.955 -51.2544 -7.71157 -13.9169 7.99917 -14
-0 -3.17492 0 0 -2.45925 0 0 -51.4149 -24.2963 -51.2544 -5.9124 -13.9168 7.99917 -14
-0 -3.76611 0 0 -3.15275 0 0 -51.3183 -19.2206 -48.7348 -3.61747 -21.6142 6.99927 -16
-0 -3.04195 0 0 -2.70262 0 0 -56.6503 -13.8387 -35.2516 -5.6748 -19.298 7.99917 -17
-0 -2.68627 0 0 -2.23806 0 0 -56.6503 -13.444 -35.2516 -8.81017 -19.298 6.99927 -17
-0 -3.51831 0 0 -2.71031 0 0 -56.6503 -12.8906 -35.2516 -5.03663 -19.298 7.99917 -17
-0 -4.01297 0 0 -2.6479 0 0 -56.6503 -10.9226 -35.2516 -5.58278 -19.298 8.99907 -17
-0 -2.52773 0 0 -2.09787 0 0 -51.4149 -24.2663 -51.2544 -9.39704 -13.9168 7.99917 -14
-0 -3.5784 0 0 -2.724 0 0 -54.9305 -12.1457 -35.972 -8.10076 -23.3682 7.99917 -17
-0 -3.66364 0 0 -2.73496 0 0 -56.6503 -12.1865 -35.2516 -5.26026 -19.298 6.99927 -17
-0 -2.85641 0 0 -2.65314 0 0 -51.3183 -20.8017 -48.7348 -6.86251 -21.6142 5.99938 -16
-0 -2.95997 0 0 -2.55198 0 0 -56.6503 -12.6369 -35.2516 -7.80093 -19.298 7.99917 -17
-0 -3.71398 0 0 -2.38839 0 0 -56.6503 -11.234 -35.2516 -7.26825 -19.298 8.99907 -17
-0 -4.4607 0 0 -2.60252 0 0 -56.6503 -12.1254 -35.2516 -3.17932 -19.298 7.99917 -17
-0 -3.31618 0 0 -2.44311 0 0 -56.6503 -12.7453 -35.2516 -6.97817 -19.298 7.99917 -17
-0 -2.66097 0 0 -2.29247 0 0 -56.6503 -12.9483 -35.2516 -9.4864 -19.298 7.99917 -17
-0 -4.27588 0 0 -2.74977 0 0 -56.6503 -11.6257 -35.2516 -3.90203 -19.298 8.99907 -17
-0 -2.94783 0 0 -2.26069 0 0 -56.6503 -13.8079 -35.2516 -7.78458 -19.298 8.99907 -17
-0 -2.70969 0 0 -2.20629 0 0 -56.6503 -15.1844 -35.2516 -7.38812 -19.298 7.99917 -17
-0 -3.43143 0 0 -2.57851 0 0 -51.4149 -23.345 -51.2544 -5.96499 -13.9168 7.99917 -14
-0 -2.55699 0 0 -1.99911 0 0 -55.8316 -13.2852 -41.033 -6.15699 -24.1438 6.99927 -17
-0 -4.02261 0 0 -3.27201 0 0 -51.3183 -18.2693 -48.7348 -3.67006 -21.6142 6.99927 -16
-0 -3.12198 0 0 -2.63946 0 0 -56.6503 -13.1689 -35.2516 -6.64096 -19.298 8.99907 -17
-0 -3.13243 0 0 -2.319 0 0 -51.4149 -23.6564 -51.2544 -7.65046 -13.9168 7.99917 -14
-0 -2.25799 0 0 -1.7396 0 0 -55.8316 -13.5965 -41.033 -7.84246 -24.1438 6.99927 -17
-0 -2.54485 0 0 -1.70783 0 0 -55.8316 -14.4561 -41.033 -6.14063 -24.1438 7.99917 -17
-0 -3.72362 0 0 -3.0125 0 0 -51.3183 -18.5806 -48.7348 -5.35553 -21.6142 6.99927 -16
-0 -2.82298 0 0 -2.37995 0 0 -56.6503 -13.4802 -35.2516 -8.32644 -19.298 8.99907 -17
-0 -4.11403 0 0 -2.87956 0 0 -56.6503 -11.2755 -35.2516 -4.59212 -19.298 9.99896 -17
-0 -2.99384 0 0 -2.19974 0 0 -51.4149 -24.8648 -51.2544 -7.38838 -13.9168 7.99917 -14
-0 -3.58503 0 0 -2.89324 0 0 -51.3183 -19.7891 -48.7348 -5.09344 -21.6142 6.99927 -16
-0 -2.86086 0 0 -2.44311 0 0 -56.6503 -14.4072 -35.2516 -7.15077 -19.298 7.99917 -17
-0 -3.39731 0 0 -2.46449 0 0 -54.9305 -12.7142 -35.972 -9.57673 -23.3682 7.99917 -17
-0 -3.1884 0 0 -2.8585 0 0 -46.0829 -31.4523 -64.7376 -5.29744 -16.2331 5.99938 -13
-0 -3.81504 0 0 -2.62005 0 0 -56.6503 -11.5868 -35.2516 -6.27759 -19.298 9.99896 -17
-0 -2.87895 0 0 -2.91945 0 0 -51.3183 -21.2761 -48.7348 -5.97341 -21.6142 6.99927 -16
-0 -3.48256 0 0 -2.47545 0 0 -56.6503 -12.755 -35.2516 -6.73624 -19.298 6.99927 -17
-0 -4.27962 0 0 -2.34301 0 0 -56.6503 -12.6939 -35.2516 -4.6553 -19.298 7.99917 -17
-0 -3.47402 0 0 -2.51647 0 0 -56.6503 -13.3195 -35.2516 -6.13955 -19.298 8.99907 -17
-0 -3.27982 0 0 -2.46605 0 0 -51.4149 -24.4585 -51.2544 -6.2195 -13.9168 8.99907 -14
-0 -3.33873 0 0 -2.70942 0 0 -56.6503 -13.2198 -35.2516 -6.08907 -19.298 8.99907 -17
-0 -4.00628 0 0 -2.57022 0 0 -54.9305 -13.5521 -35.972 -6.5492 -23.3682 7.99917 -17
-0 -3.87101 0 0 -3.15956 0 0 -51.3183 -19.3828 -48.7348 -3.92457 -21.6142 7.99917 -16
-0 -4.09479 0 0 -2.49026 0 0 -56.6503 -12.1942 -35.2516 -5.37801 -19.298 8.99907 -17
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 4 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -8.41335 0 0 -8.29598 0 0 -144.135 -82.9015 -104.26 -30.2335 -35.8826 18.998 -34
-0 -8.57798 0 0 -8.13327 0 0 -144.135 -81.7381 -104.26 -31.5642 -35.8826 18.998 -34
-0 -8.71681 0 0 -7.66563 0 0 -148.744 -71.0118 -101.243 -26.5948 -41.3946 17.9981 -36
-0 -8.88144 0 0 -7.50292 0 0 -148.744 -69.8484 -101.243 -27.9255 -41.3946 17.9981 -36
-0 -8.45964 0 0 -8.3306 0 0 -144.424 -83.761 -104.332 -30.2127 -33.6292 18.998 -34
-0 -8.62427 0 0 -8.1679 0 0 -144.424 -82.5976 -104.332 -31.5434 -33.6292 18.998 -34
-0 -9.43894 0 0 -7.68188 0 0 -145.46 -75.9281 -105.44 -28.5407 -40.3463 17.9981 -35
-0 -8.75139 0 0 -7.94139 0 0 -145.46 -77.2068 -105.44 -28.7159 -40.3463 18.998 -35
-0 -8.94092 0 0 -7.14061 0 0 -145.822 -76.1927 -106.593 -27.5744 -43.7048 17.9981 -36
-0 -8.41795 0 0 -8.26676 0 0 -144.135 -82.0026 -104.26 -32.2087 -35.8826 18.998 -34
-0 -8.76309 0 0 -7.70025 0 0 -149.033 -71.8713 -101.316 -26.574 -39.1412 17.9981 -36
-0 -9.60357 0 0 -7.51917 0 0 -145.46 -74.7647 -105.44 -29.8714 -40.3463 17.9981 -35
-0 -8.91602 0 0 -7.77868 0 0 -145.46 -76.0434 -105.44 -30.0466 -40.3463 18.998 -35
-0 -9.10555 0 0 -6.9779 0 0 -145.822 -75.0293 -106.593 -28.9051 -43.7048 17.9981 -36
-0 -8.92773 0 0 -7.53754 0 0 -149.033 -70.7079 -101.316 -27.9047 -39.1412 17.9981 -36
-0 -8.52611 0 0 -7.99188 0 0 -148.744 -71.912 -101.243 -26.0417 -41.3946 18.998 -36
-0 -8.69074 0 0 -7.82917 0 0 -148.744 -70.7486 -101.243 -27.3724 -41.3946 18.998 -36
-0 -8.72141 0 0 -7.63641 0 0 -148.744 -70.1129 -101.243 -28.57 -41.3946 17.9981 -36
-0 -9.96742 0 0 -8.43585 0 0 -137.841 -91.1349 -116.055 -30.5898 -36.3389 17.9981 -33
-0 -10.1684 0 0 -8.80937 0 0 -137.841 -90.1238 -116.055 -29.7074 -36.3389 18.998 -33
-0 -9.48523 0 0 -7.7165 0 0 -145.749 -76.7876 -105.512 -28.5199 -38.0929 17.9981 -35
-0 -8.79768 0 0 -7.97601 0 0 -145.749 -78.0663 -105.512 -28.6951 -38.0929 18.998 -35
-0 -8.98721 0 0 -7.17523 0 0 -146.111 -77.0522 -106.666 -27.5536 -41.4514 17.9981 -36
-0 -10.1321 0 0 -8.27315 0 0 -137.841 -89.9715 -116.055 -31.9205 -36.3389 17.9981 -33
-0 -8.46424 0 0 -8.30139 0 0 -144.424 -82.8621 -104.332 -32.1879 -33.6292 18.998 -34
-0 -10.333 0 0 -8.64666 0 0 -137.841 -88.9604 -116.055 -31.0381 -36.3389 18.998 -33
-0 -9.64986 0 0 -7.55379 0 0 -145.749 -75.6242 -105.512 -29.8506 -38.0929 17.9981 -35
-0 -8.96231 0 0 -7.8133 0 0 -145.749 -76.9029 -105.512 -30.0258 -38.0929 18.998 -35
-0 -9.15184 0 0 -7.01252 0 0 -146.111 -75.8888 -106.666 -28.8843 -41.4514 17.9981 -36
-0 -8.50846 0 0 -8.57691 0 0 -141.925 -86.1816 -107.566 -31.7004 -37.2646 18.998 -34
-0 -8.75746 0 0 -8.51852 0 0 -144.135 -83.3082 -104.26 -29.7243 -35.8826 19.9979 -34
-0 -8.57239 0 0 -8.0265 0 0 -149.033 -72.7714 -101.316 -26.0209 -39.1412 18.998 -36
-0 -8.97561 0 0 -7.76529 0 0 -144.56 -82.0654 -105.413 -28.4088 -39.2411 18.998 -35
-0 -9.44354 0 0 -7.65266 0 0 -145.46 -75.0292 -105.44 -30.5159 -40.3463 17.9981 -35
-0 -10.2625 0 0 -9.50256 0 0 -136.223 -90.7579 -116.087 -32.057 -36.654 18.998 -33
-0 -8.75599 0 0 -7.91217 0 0 -145.46 -76.3079 -105.44 -30.6911 -40.3463 18.998 -35
-0 -10.4635 0 0 -9.87607 0 0 -136.223 -89.7468 -116.087 -31.1746 -36.654 19.9979 -33
-0 -8.94552 0 0 -7.11139 0 0 -145.822 -75.2938 -106.593 -29.5496 -43.7048 17.9981 -36
-0 -8.67309 0 0 -8.4142 0 0 -141.925 -85.0182 -107.566 -33.0311 -37.2646 18.998 -34
-0 -8.92209 0 0 -8.35581 0 0 -144.135 -82.1448 -104.26 -31.0551 -35.8826 19.9979 -34
-0 -8.73703 0 0 -7.86379 0 0 -149.033 -71.608 -101.316 -27.3517 -39.1412 18.998 -36
-0 -8.7677 0 0 -7.67104 0 0 -149.033 -70.9724 -101.316 -28.5493 -39.1412 17.9981 -36
-0 -8.60035 0 0 -7.7246 0 0 -147.67 -77.2084 -100.063 -29.5605 -36.9309 18.998 -35
-0 -10.0137 0 0 -8.47048 0 0 -138.13 -91.9944 -116.128 -30.569 -34.0856 17.9981 -33
-0 -9.14024 0 0 -7.60258 0 0 -144.56 -80.902 -105.414 -29.7396 -39.2411 18.998 -35
-0 -10.2147 0 0 -8.84399 0 0 -138.13 -90.9833 -116.128 -29.6866 -34.0856 18.998 -33
-0 -10.4272 0 0 -9.33985 0 0 -136.223 -89.5945 -116.087 -33.3877 -36.654 18.998 -33
-0 -10.6282 0 0 -9.71337 0 0 -136.223 -88.5834 -116.087 -32.5054 -36.654 19.9979 -33
-0 -8.81191 0 0 -7.94655 0 0 -146.534 -74.2919 -104.549 -28.0617 -42.7766 17.9981 -36
-0 -8.53071 0 0 -7.96266 0 0 -148.744 -71.013 -101.243 -28.0169 -41.3946 18.998 -36
-0 -8.76498 0 0 -7.56189 0 0 -147.67 -76.045 -100.063 -30.8912 -36.9309 18.998 -35
-0 -10.1783 0 0 -8.30777 0 0 -138.13 -90.831 -116.128 -31.8997 -34.0856 17.9981 -33
-0 -10.3793 0 0 -8.68128 0 0 -138.13 -89.8199 -116.128 -31.0173 -34.0856 18.998 -33
-0 -8.97655 0 0 -7.78385 0 0 -146.534 -73.1285 -104.549 -29.3924 -42.7766 17.9981 -36
-0 -8.55474 0 0 -8.61153 0 0 -142.214 -87.0411 -107.638 -31.6796 -35.0112 18.998 -34
-0 -9.15123 0 0 -8.12215 0 0 -144.135 -82.7394 -104.26 -30.9015 -35.8826 19.9979 -34
-0 -8.80374 0 0 -8.55314 0 0 -144.424 -84.1677 -104.332 -29.7036 -33.6292 19.9979 -34
-0 -9.97202 0 0 -8.40664 0 0 -137.841 -90.236 -116.055 -32.565 -36.3389 17.9981 -33
-0 -8.60772 0 0 -8.35524 0 0 -141.139 -88.529 -107.85 -33.7524 -35.9226 18.998 -33
-0 -10.173 0 0 -8.78015 0 0 -137.841 -89.2249 -116.055 -31.6826 -36.3389 18.998 -33
-0 -9.83878 0 0 -7.89961 0 0 -144.135 -81.4607 -104.26 -30.7263 -35.8826 18.998 -34
-0 -9.0219 0 0 -7.79991 0 0 -144.849 -82.9248 -105.486 -28.3881 -36.9877 18.998 -35
-0 -9.48983 0 0 -7.68728 0 0 -145.749 -75.8887 -105.512 -30.4952 -38.0929 17.9981 -35
-0 -10.3088 0 0 -9.53718 0 0 -136.512 -91.6174 -116.16 -32.0362 -34.4006 18.998 -33
-0 -8.80228 0 0 -7.94679 0 0 -145.749 -77.1674 -105.512 -30.6703 -38.0929 18.998 -35
-0 -10.5098 0 0 -9.9107 0 0 -136.512 -90.6063 -116.16 -31.1539 -34.4006 19.9979 -33
-0 -8.99181 0 0 -7.14602 0 0 -146.111 -76.1533 -106.666 -29.5288 -41.4514 17.9981 -36
-0 -8.71937 0 0 -8.44882 0 0 -142.214 -85.8777 -107.638 -33.0103 -35.0112 18.998 -34
-0 -9.31586 0 0 -7.95944 0 0 -144.135 -81.576 -104.26 -32.2322 -35.8826 19.9979 -34
-0 -8.96837 0 0 -8.39044 0 0 -144.424 -83.0043 -104.332 -31.0343 -33.6292 19.9979 -34
-0 -8.77235 0 0 -8.19253 0 0 -141.139 -87.3656 -107.85 -35.0832 -35.9226 18.998 -33
-0 -9.53405 0 0 -7.9628 0 0 -143.25 -79.2083 -108.745 -30.0076 -41.7283 17.9981 -35
-0 -8.64663 0 0 -7.75922 0 0 -147.959 -78.0678 -100.136 -29.5397 -34.6775 18.998 -35
-0 -8.60285 0 0 -7.86318 0 0 -148.744 -72.2114 -101.243 -27.3647 -41.3946 18.998 -36
-0 -10.0034 0 0 -7.73691 0 0 -144.135 -80.2973 -104.26 -32.0571 -35.8826 18.998 -34
-0 -9.18653 0 0 -7.6372 0 0 -144.849 -81.7614 -105.486 -29.7188 -36.9877 18.998 -35
-0 -8.8465 0 0 -8.22231 0 0 -143.25 -80.487 -108.745 -30.1827 -41.7283 18.998 -35
-0 -10.4735 0 0 -9.37448 0 0 -136.512 -90.454 -116.16 -33.367 -34.4006 18.998 -33
-0 -9.03603 0 0 -7.42153 0 0 -143.612 -79.4729 -109.899 -29.0413 -45.0868 17.9981 -36
-0 -10.6744 0 0 -9.74799 0 0 -136.512 -89.4429 -116.16 -32.4846 -34.4006 19.9979 -33
-0 -8.56928 0 0 -8.05802 0 0 -146.268 -80.3699 -102.146 -29.8302 -36.2465 18.998 -35
-0 -8.51306 0 0 -8.54769 0 0 -141.925 -85.2827 -107.566 -33.6756 -37.2646 18.998 -34
-0 -8.77027 0 0 -8.43153 0 0 -146.268 -79.3588 -102.146 -28.9478 -36.2465 19.9979 -35
-0 -9.34076 0 0 -7.36892 0 0 -144.56 -81.7253 -105.414 -29.76 -39.2411 18.998 -35
-0 -8.76206 0 0 -8.4893 0 0 -144.135 -82.4093 -104.26 -31.6996 -35.8826 19.9979 -34
-0 -8.8582 0 0 -7.98118 0 0 -146.823 -75.1514 -104.622 -28.0409 -40.5233 17.9981 -36
-0 -8.43876 0 0 -8.501 0 0 -144.135 -82.9406 -104.26 -32.2185 -35.8826 19.9979 -34
-0 -9.69868 0 0 -7.80009 0 0 -143.25 -78.0449 -108.745 -31.3383 -41.7283 17.9981 -35
-0 -8.577 0 0 -7.99728 0 0 -149.033 -71.8725 -101.316 -27.9962 -39.1412 18.998 -36
-0 -8.81126 0 0 -7.59651 0 0 -147.959 -76.9044 -100.136 -30.8705 -34.6775 18.998 -35
-0 -8.76748 0 0 -7.70047 0 0 -148.744 -71.048 -101.243 -28.6954 -41.3946 18.998 -36
-0 -9.11665 0 0 -7.88337 0 0 -147.67 -76.5444 -100.063 -28.7804 -36.9309 18.998 -35
-0 -9.01113 0 0 -8.0596 0 0 -143.25 -79.3236 -108.745 -31.5135 -41.7283 18.998 -35
-0 -9.06627 0 0 -8.46717 0 0 -144.135 -81.646 -104.26 -31.5892 -35.8826 19.9979 -34
-0 -8.98021 0 0 -7.73607 0 0 -144.56 -81.1664 -105.414 -30.3841 -39.2411 18.998 -35
-0 -9.20066 0 0 -7.25883 0 0 -143.612 -78.3095 -109.899 -30.372 -45.0868 17.9981 -36
-0 -8.21115 0 0 -7.72587 0 0 -149.552 -74.754 -97.9498 -29.0335 -37.2948 18.998 -36
-0 -10.2671 0 0 -9.47334 0 0 -136.223 -89.859 -116.087 -34.0323 -36.654 18.998 -33
-0 -10.4681 0 0 -9.84686 0 0 -136.223 -88.8479 -116.087 -33.1499 -36.654 19.9979 -33
-0 -8.73391 0 0 -7.89531 0 0 -146.268 -79.2065 -102.146 -31.1609 -36.2465 18.998 -35
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 5 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -3.06843 0 0 -2.70471 0 0 -67.9958 -30.0541 -51.546 -8.60848 -25.8026 7.99917 -23
-0 -3.16299 0 0 -2.15264 0 0 -70.7793 -27.2867 -47.7598 -7.91533 -23.8134 7.99917 -23
-0 -2.98864 0 0 -1.97829 0 0 -71.4126 -28.2465 -49.0045 -7.22218 -20.9918 7.99917 -22
-0 -3.13989 0 0 -2.87906 0 0 -67.9958 -31.5243 -51.546 -9.38143 -25.8026 7.99917 -23
-0 -3.27763 0 0 -2.90538 0 0 -67.9958 -31.0659 -51.546 -9.43561 -25.8026 8.99907 -23
-0 -3.45031 0 0 -2.9138 0 0 -67.9958 -30.5045 -51.546 -9.40977 -25.8026 8.99907 -23
-0 -3.2525 0 0 -2.89458 0 0 -67.9958 -31.9548 -51.546 -8.75229 -25.8026 8.99907 -23
-0 -3.39034 0 0 -2.42815 0 0 -70.7793 -27.6932 -47.7598 -8.70146 -23.8134 8.99907 -23
-0 -3.21599 0 0 -2.25379 0 0 -71.4126 -28.653 -49.0045 -8.00831 -20.9918 8.99907 -22
-0 -3.23445 0 0 -2.32699 0 0 -70.7793 -28.757 -47.7598 -8.68828 -23.8134 7.99917 -23
-0 -3.49257 0 0 -2.98208 0 0 -67.9958 -30.9429 -51.546 -8.918 -25.8026 8.99907 -23
-0 -3.37219 0 0 -2.35331 0 0 -70.7793 -28.2986 -47.7598 -8.74246 -23.8134 8.99907 -23
-0 -3.54487 0 0 -2.36173 0 0 -70.7793 -27.7372 -47.7598 -8.71662 -23.8134 8.99907 -23
-0 -3.0601 0 0 -2.15264 0 0 -71.4126 -29.7167 -49.0045 -7.99513 -20.9918 7.99917 -22
-0 -3.34706 0 0 -2.34251 0 0 -70.7793 -29.1874 -47.7598 -8.05915 -23.8134 8.99907 -23
-0 -3.37052 0 0 -2.18738 0 0 -71.4126 -28.6969 -49.0045 -8.02347 -20.9918 8.99907 -22
-0 -3.17271 0 0 -2.16815 0 0 -71.4126 -30.1472 -49.0045 -7.366 -20.9918 8.99907 -22
-0 -3.58713 0 0 -2.43001 0 0 -70.7793 -28.1755 -47.7598 -8.22486 -23.8134 8.99907 -23
-0 -3.41278 0 0 -2.25566 0 0 -71.4126 -29.1353 -49.0045 -7.53171 -20.9918 8.99907 -22
-0 -2.89408 0 0 -2.53036 0 0 -69.8557 -31.0138 -52.7907 -7.91533 -22.9809 7.99917 -22
-0 -3.30313 0 0 -3.10592 0 0 -67.9958 -31.9306 -51.546 -9.14082 -25.8026 8.99907 -23
-0 -3.31302 0 0 -3.21554 0 0 -67.9958 -31.8768 -51.546 -9.00899 -25.8026 8.99907 -23
-0 -3.39769 0 0 -2.55385 0 0 -70.7793 -29.1632 -47.7598 -8.44767 -23.8134 8.99907 -23
-0 -3.69126 0 0 -3.21554 0 0 -67.9958 -31.2556 -51.546 -8.72964 -25.8026 8.99907 -23
-0 -3.40758 0 0 -2.66347 0 0 -70.7793 -29.1094 -47.7598 -8.31584 -23.8134 8.99907 -23
-0 -3.23322 0 0 -2.48911 0 0 -71.4126 -30.0692 -49.0045 -7.62269 -20.9918 8.99907 -22
-0 -3.13818 0 0 -2.37949 0 0 -71.4126 -31.1419 -49.0045 -7.34906 -20.9918 8.99907 -22
-0 -3.78582 0 0 -2.66347 0 0 -70.7793 -28.4882 -47.7598 -8.03649 -23.8134 8.99907 -23
-0 -2.95292 0 0 -2.25272 0 0 -70.997 -29.4003 -49.2703 -9.30162 -24.179 7.99917 -23
-0 -3.61146 0 0 -2.48911 0 0 -71.4126 -29.448 -49.0045 -7.34334 -20.9918 8.99907 -22
-0 -2.77857 0 0 -2.07837 0 0 -71.6303 -30.3601 -50.515 -8.60847 -21.3573 7.99917 -22
-0 -3.32396 0 0 -3.06893 0 0 -67.9958 -32.8304 -51.546 -9.52525 -25.8026 8.99907 -23
-0 -2.95292 0 0 -2.25272 0 0 -71.3246 -27.9517 -49.1686 -9.30162 -25.2776 7.99917 -23
-0 -2.77857 0 0 -2.07837 0 0 -71.9579 -28.9114 -50.4133 -8.60847 -22.4559 7.99917 -22
-0 -3.60775 0 0 -2.98022 0 0 -67.9958 -31.3013 -51.546 -10.7576 -25.8026 8.99907 -23
-0 -3.41852 0 0 -2.51686 0 0 -70.7793 -30.063 -47.7598 -8.8321 -23.8134 8.99907 -23
-0 -2.85378 0 0 -2.70471 0 0 -67.9958 -34.0549 -51.546 -11.5285 -25.8026 7.99917 -23
-0 -3.45658 0 0 -3.29991 0 0 -67.9958 -32.1533 -51.546 -9.47689 -25.8026 8.99907 -23
-0 -3.34909 0 0 -3.07973 0 0 -67.9958 -32.5362 -51.546 -10.2086 -25.8026 8.99907 -23
-0 -3.52177 0 0 -3.08816 0 0 -67.9958 -31.9748 -51.546 -10.1827 -25.8026 8.99907 -23
-0 -3.24417 0 0 -2.34251 0 0 -71.4126 -31.0228 -49.0045 -8.13895 -20.9918 8.99907 -22
-0 -3.4618 0 0 -2.6025 0 0 -70.7793 -29.1635 -47.7598 -9.47441 -23.8134 8.99907 -23
-0 -3.65951 0 0 -3.11447 0 0 -67.9958 -31.5164 -51.546 -10.2369 -25.8026 9.99896 -23
-0 -3.4617 0 0 -3.09525 0 0 -67.9958 -32.9666 -51.546 -9.57943 -25.8026 9.99896 -23
-0 -3.01223 0 0 -2.61381 0 0 -71.2902 -29.5478 -49.6652 -7.73086 -23.7693 8.99907 -23
-0 -3.63438 0 0 -3.10367 0 0 -67.9958 -32.4052 -51.546 -9.55358 -25.8026 9.99896 -23
-0 -3.59954 0 0 -2.62882 0 0 -70.7793 -28.7051 -47.7598 -9.52859 -23.8134 9.99896 -23
-0 -3.77222 0 0 -2.63724 0 0 -70.7793 -28.1437 -47.7598 -9.50275 -23.8134 9.99896 -23
-0 -3.28745 0 0 -2.42815 0 0 -71.4126 -30.1233 -49.0045 -8.78126 -20.9918 8.99907 -22
-0 -3.57441 0 0 -2.61801 0 0 -70.7793 -29.5939 -47.7598 -8.84527 -23.8134 9.99896 -23
-0 -2.94834 0 0 -2.15264 0 0 -70.7793 -31.2876 -47.7598 -10.8354 -23.8134 7.99917 -23
-0 -3.55114 0 0 -2.74784 0 0 -70.7793 -29.3859 -47.7598 -8.78374 -23.8134 8.99907 -23
-0 -3.59787 0 0 -2.46288 0 0 -71.4126 -29.1035 -49.0045 -8.8096 -20.9918 9.99896 -22
-0 -3.44365 0 0 -2.52766 0 0 -70.7793 -29.7688 -47.7598 -9.51542 -23.8134 8.99907 -23
-0 -3.61633 0 0 -2.53609 0 0 -70.7793 -29.2074 -47.7598 -9.48957 -23.8134 8.99907 -23
-0 -3.33345 0 0 -4.75352 0 0 -67.9958 -30.3121 -51.546 -7.36676 -25.8026 7.99917 -23
-0 -3.70177 0 0 -3.18275 0 0 -67.9958 -31.9547 -51.546 -9.74514 -25.8026 9.99896 -23
-0 -3.87445 0 0 -3.19117 0 0 -67.9958 -31.3933 -51.546 -9.71929 -25.8026 9.99896 -23
-0 -3.40006 0 0 -2.44366 0 0 -71.4126 -30.5537 -49.0045 -8.15213 -20.9918 9.99896 -22
-0 -2.77398 0 0 -1.97829 0 0 -71.4126 -32.2473 -49.0045 -10.1422 -20.9918 7.99917 -22
-0 -3.67664 0 0 -3.17195 0 0 -67.9958 -32.8436 -51.546 -9.06182 -25.8026 9.99896 -23
-0 -3.81448 0 0 -2.70552 0 0 -70.7793 -28.582 -47.7598 -9.01098 -23.8134 9.99896 -23
-0 -3.75407 0 0 -2.5624 0 0 -70.7793 -28.749 -47.7598 -9.54375 -23.8134 9.99896 -23
-0 -3.44198 0 0 -2.36173 0 0 -71.4126 -30.1672 -49.0045 -8.79642 -20.9918 8.99907 -22
-0 -3.55626 0 0 -2.54318 0 0 -70.7793 -30.1993 -47.7598 -8.88628 -23.8134 9.99896 -23
-0 -3.10679 0 0 -2.06174 0 0 -74.0737 -26.7804 -45.879 -7.03771 -21.7801 8.99907 -23
-0 -3.72894 0 0 -2.5516 0 0 -70.7793 -29.6379 -47.7598 -8.86043 -23.8134 9.99896 -23
-0 -3.64013 0 0 -2.53116 0 0 -71.4126 -29.5418 -49.0045 -8.31784 -20.9918 9.99896 -22
-0 -3.55459 0 0 -2.37724 0 0 -71.4126 -30.5976 -49.0045 -8.16729 -20.9918 9.99896 -22
-0 -3.42801 0 0 -4.20145 0 0 -70.7793 -27.5447 -47.7598 -6.67362 -23.8134 7.99917 -23
-0 -3.29163 0 0 -2.57348 0 0 -71.4126 -31.3646 -49.0045 -7.68513 -20.9918 8.99907 -22
-0 -3.79633 0 0 -2.63068 0 0 -70.7793 -29.1874 -47.7598 -9.05199 -23.8134 9.99896 -23
-0 -3.96901 0 0 -2.6391 0 0 -70.7793 -28.626 -47.7598 -9.02614 -23.8134 9.99896 -23
-0 -6.30101 0 0 -3.40359 0 0 -63.2692 -38.2466 -59.8288 -9.00209 -19.4815 7.99917 -20
-0 -3.7712 0 0 -2.61988 0 0 -70.7793 -30.0762 -47.7598 -8.36867 -23.8134 9.99896 -23
-0 -3.25609 0 0 -3.30659 0 0 -67.9958 -33.5387 -51.546 -9.78921 -25.8026 9.99896 -23
-0 -2.96554 0 0 -2.70471 0 0 -69.8557 -32.4841 -52.7907 -8.68828 -22.9809 7.99917 -22
-0 -3.25365 0 0 -4.02709 0 0 -71.4126 -28.5045 -49.0045 -5.98047 -20.9918 7.99917 -22
-0 -3.79466 0 0 -2.46475 0 0 -71.4126 -29.5857 -49.0045 -8.333 -20.9918 9.99896 -22
-0 -3.59685 0 0 -2.44552 0 0 -71.4126 -31.036 -49.0045 -7.67552 -20.9918 9.99896 -22
-0 -3.27596 0 0 -2.73945 0 0 -69.8557 -31.4643 -52.7907 -8.71662 -22.9809 8.99907 -22
-0 -3.07815 0 0 -2.72022 0 0 -69.8557 -32.9145 -52.7907 -8.05915 -22.9809 8.99907 -22
-0 -3.39026 0 0 -2.52823 0 0 -70.997 -29.2666 -49.2703 -9.06731 -24.179 8.99907 -23
-0 -3.37459 0 0 -3.28027 0 0 -67.9958 -33.4008 -51.546 -9.91377 -25.8026 8.99907 -23
-0 -6.39557 0 0 -2.85152 0 0 -66.0527 -35.4792 -56.0426 -8.30895 -17.4923 7.99917 -20
-0 -3.21591 0 0 -2.35388 0 0 -71.6303 -30.2264 -50.515 -8.37416 -21.3573 8.99907 -22
-0 -3.35065 0 0 -2.75452 0 0 -70.7793 -30.7714 -47.7598 -9.09607 -23.8134 9.99896 -23
-0 -3.68501 0 0 -3.31501 0 0 -67.9958 -32.381 -51.546 -9.94211 -25.8026 9.99896 -23
-0 -3.31822 0 0 -2.80773 0 0 -69.8557 -31.9026 -52.7907 -8.22486 -22.9809 8.99907 -22
-0 -3.4872 0 0 -3.29578 0 0 -67.9958 -33.8313 -51.546 -9.28464 -25.8026 9.99896 -23
-0 -3.62504 0 0 -2.82935 0 0 -70.7793 -29.5697 -47.7598 -9.2338 -23.8134 9.99896 -23
-0 -3.12727 0 0 -2.42708 0 0 -71.2068 -29.0598 -48.7988 -9.99477 -24.7716 7.99917 -23
-0 -6.22121 0 0 -2.67717 0 0 -66.686 -36.439 -57.2873 -7.6158 -14.6707 7.99917 -19
-0 -3.17536 0 0 -3.21554 0 0 -67.9958 -33.204 -51.546 -11.299 -25.8026 8.99907 -23
-0 -3.52221 0 0 -3.41621 0 0 -67.9958 -32.8886 -51.546 -9.83612 -25.8026 9.99896 -23
-0 -3.6949 0 0 -3.42463 0 0 -67.9958 -32.3272 -51.546 -9.81028 -25.8026 9.99896 -23
-0 -3.49709 0 0 -3.4054 0 0 -67.9958 -33.7775 -51.546 -9.15281 -25.8026 9.99896 -23
-0 -3.46915 0 0 -2.7282 0 0 -70.7793 -30.6335 -47.7598 -9.22063 -23.8134 8.99907 -23
-0 -3.63493 0 0 -2.93897 0 0 -70.7793 -29.516 -47.7598 -9.10197 -23.8134 9.99896 -23
-0 -3.72727 0 0 -3.38329 0 0 -67.9958 -32.8194 -51.546 -9.45035 -25.8026 9.99896 -23
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 6 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -6.81711 0 0 -5.30961 0 0 -90.291 -34.5776 -71.6203 -16.0055 -28.6275 10.9989 -29
-0 -7.38251 0 0 -5.47791 0 0 -86.0464 -42.6815 -76.8184 -18.2905 -26.2447 10.9989 -27
-0 -6.61747 0 0 -5.17444 0 0 -89.8284 -35.8625 -73.3985 -16.6394 -28.8212 10.9989 -28
-0 -6.58584 0 0 -5.06067 0 0 -90.291 -35.7751 -71.6203 -16.9921 -28.6275 10.9989 -29
-0 -5.59039 0 0 -4.43147 0 0 -94.992 -25.8486 -66.9293 -13.0796 -38.9841 9.99896 -32
-0 -6.95824 0 0 -5.46531 0 0 -90.291 -34.477 -71.6203 -15.9205 -28.6275 10.9989 -29
-0 -6.52696 0 0 -5.38701 0 0 -90.291 -36.1424 -71.6203 -15.9909 -28.6275 11.9988 -29
-0 -7.4221 0 0 -5.16832 0 0 -88.0688 -39.5718 -73.6928 -17.5131 -27.0331 10.9989 -28
-0 -6.60342 0 0 -4.89457 0 0 -90.291 -36.4159 -71.6203 -17.346 -28.6275 10.9989 -29
-0 -6.63455 0 0 -5.23131 0 0 -90.291 -36.4012 -71.6203 -16.1594 -28.6275 11.9988 -29
-0 -7.18286 0 0 -5.34274 0 0 -85.5838 -43.9664 -78.5966 -18.9244 -26.4384 10.9989 -26
-0 -6.3862 0 0 -4.9255 0 0 -89.8284 -37.06 -73.3985 -17.626 -28.8212 10.9989 -28
-0 -6.74088 0 0 -5.48092 0 0 -90.291 -35.5704 -71.6203 -15.9504 -28.6275 11.9988 -29
-0 -6.60181 0 0 -5.07741 0 0 -93.25 -30.4809 -67.4609 -15.8547 -28.5604 10.9989 -29
-0 -6.15579 0 0 -4.59977 0 0 -90.7474 -33.9525 -72.1274 -15.3646 -36.6013 9.99896 -30
-0 -5.39075 0 0 -4.29629 0 0 -94.5294 -27.1335 -68.7075 -13.7135 -39.1778 9.99896 -31
-0 -5.35912 0 0 -4.18253 0 0 -94.992 -27.0461 -66.9293 -14.0663 -38.9841 9.99896 -32
-0 -7.52364 0 0 -5.63361 0 0 -86.0464 -42.5809 -76.8184 -18.2055 -26.2447 10.9989 -27
-0 -6.72697 0 0 -5.21637 0 0 -90.291 -35.6745 -71.6203 -16.9072 -28.6275 10.9989 -29
-0 -7.09235 0 0 -5.55531 0 0 -86.0464 -44.2463 -76.8184 -18.2759 -26.2447 11.9988 -27
-0 -6.75827 0 0 -5.74207 0 0 -90.291 -35.336 -71.6203 -15.4154 -28.6275 10.9989 -29
-0 -6.29569 0 0 -5.13807 0 0 -90.291 -37.3399 -71.6203 -16.9775 -28.6275 11.9988 -29
-0 -7.22246 0 0 -5.03315 0 0 -87.6062 -40.8567 -75.471 -18.1471 -27.2268 10.9989 -27
-0 -5.73152 0 0 -4.58717 0 0 -94.992 -25.748 -66.9293 -12.9947 -38.9841 9.99896 -32
-0 -5.30024 0 0 -4.50887 0 0 -94.992 -27.4135 -66.9293 -13.065 -38.9841 10.9989 -32
-0 -6.40377 0 0 -4.75939 0 0 -89.8284 -37.7008 -73.3985 -17.9799 -28.8212 10.9989 -28
-0 -7.19994 0 0 -5.39961 0 0 -86.0464 -44.5051 -76.8184 -18.4444 -26.2447 11.9988 -27
-0 -6.40328 0 0 -4.98237 0 0 -90.291 -37.5988 -71.6203 -17.1461 -28.6275 11.9988 -29
-0 -6.19538 0 0 -4.29018 0 0 -92.7698 -30.8428 -69.0018 -14.5873 -37.3897 9.99896 -31
-0 -7.56323 0 0 -5.32402 0 0 -88.0688 -39.4712 -73.6928 -17.4282 -27.0331 10.9989 -28
-0 -6.65859 0 0 -5.14026 0 0 -93.4324 -30.7561 -67.7581 -15.2632 -27.9422 10.9989 -29
-0 -7.13195 0 0 -5.24572 0 0 -88.0688 -41.1366 -73.6928 -17.4986 -27.0331 11.9988 -28
-0 -7.30628 0 0 -5.64922 0 0 -86.0464 -43.6742 -76.8184 -18.2354 -26.2447 11.9988 -27
-0 -6.50961 0 0 -5.23198 0 0 -90.291 -36.7679 -71.6203 -16.937 -28.6275 11.9988 -29
-0 -5.3767 0 0 -4.01643 0 0 -94.992 -27.6869 -66.9293 -14.4201 -38.9841 9.99896 -32
-0 -6.40217 0 0 -4.94224 0 0 -92.7874 -31.7658 -69.2391 -16.4886 -28.7541 10.9989 -28
-0 -5.40783 0 0 -4.35317 0 0 -94.992 -27.6723 -66.9293 -13.2336 -38.9841 10.9989 -32
-0 -6.74455 0 0 -5.05027 0 0 -90.291 -36.3153 -71.6203 -17.2611 -28.6275 10.9989 -29
-0 -6.81711 0 0 -5.30961 0 0 -89.8284 -36.7177 -73.3985 -16.0055 -28.8211 10.9989 -28
-0 -5.95614 0 0 -4.4646 0 0 -90.2848 -35.2374 -73.9055 -15.9985 -36.795 9.99896 -29
-0 -6.31327 0 0 -4.97197 0 0 -90.291 -37.9808 -71.6203 -17.3314 -28.6275 11.9988 -29
-0 -5.15948 0 0 -4.04735 0 0 -94.5294 -28.331 -68.7075 -14.7002 -39.1778 9.99896 -31
-0 -7.32366 0 0 -5.91037 0 0 -86.0464 -43.4398 -76.8184 -17.7004 -26.2447 10.9989 -27
-0 -6.81711 0 0 -5.30961 0 0 -91.4868 -32.7858 -71.1917 -16.0055 -28.7466 10.9989 -29
-0 -6.527 0 0 -5.49312 0 0 -90.291 -36.5335 -71.6203 -16.4021 -28.6275 10.9989 -29
-0 -5.51416 0 0 -4.60278 0 0 -94.992 -26.8414 -66.9293 -13.0245 -38.9841 10.9989 -32
-0 -7.23954 0 0 -5.09002 0 0 -88.0688 -41.3954 -73.6928 -17.6671 -27.0331 11.9988 -28
-0 -5.37509 0 0 -4.19927 0 0 -97.9509 -21.7519 -62.7699 -12.9288 -38.917 9.99896 -32
-0 -6.74294 0 0 -5.23311 0 0 -93.2499 -30.3803 -67.4609 -15.7697 -28.5604 10.9989 -29
-0 -6.29692 0 0 -4.75547 0 0 -90.7474 -33.8519 -72.1274 -15.2797 -36.6013 9.99896 -30
-0 -6.31166 0 0 -5.15481 0 0 -93.2499 -32.0458 -67.4609 -15.8401 -28.5604 11.9988 -29
-0 -5.50025 0 0 -4.33823 0 0 -94.992 -26.9455 -66.9293 -13.9813 -38.9841 9.99896 -32
-0 -6.44975 0 0 -5.31271 0 0 -89.5102 -38.3859 -71.7584 -17.5695 -29.4045 12.9987 -29
-0 -5.86564 0 0 -4.67717 0 0 -90.7474 -35.5173 -72.1274 -15.35 -36.6013 10.9989 -30
-0 -5.53155 0 0 -4.86392 0 0 -94.992 -26.607 -66.9293 -12.4896 -38.9841 9.99896 -32
-0 -6.42085 0 0 -4.81627 0 0 -90.291 -38.2396 -71.6203 -17.5 -28.6275 11.9988 -29
-0 -5.06897 0 0 -4.25992 0 0 -94.992 -28.611 -66.9293 -14.0517 -38.9841 10.9989 -32
-0 -7.34587 0 0 -5.33963 0 0 -88.0688 -40.5645 -73.6928 -17.458 -27.0331 11.9988 -28
-0 -6.56416 0 0 -5.40662 0 0 -89.5102 -37.7094 -71.7584 -17.6315 -29.4045 12.9987 -29
-0 -6.69536 0 0 -5.56245 0 0 -90.291 -36.4343 -71.6203 -16.0215 -28.6275 11.9988 -29
-0 -5.99574 0 0 -4.155 0 0 -92.3072 -32.1277 -70.78 -15.2212 -37.5834 9.99896 -30
-0 -6.89406 0 0 -5.23131 0 0 -89.5102 -37.654 -71.7584 -17.258 -29.4045 11.9988 -29
-0 -6.52719 0 0 -5.06588 0 0 -90.291 -37.4087 -71.6203 -17.2909 -28.6275 11.9988 -29
-0 -6.45895 0 0 -5.00508 0 0 -92.9698 -32.041 -69.5363 -15.8972 -28.1359 10.9989 -28
-0 -6.79351 0 0 -5.12154 0 0 -89.8284 -37.936 -73.3985 -15.9464 -28.8211 10.9989 -28
-0 -7.36326 0 0 -5.60077 0 0 -88.0688 -40.3301 -73.6928 -16.9231 -27.0331 10.9989 -28
-0 -6.41925 0 0 -4.99911 0 0 -93.25 -32.3046 -67.4609 -16.0087 -28.5604 11.9988 -29
-0 -5.17705 0 0 -3.88125 0 0 -94.5294 -28.9718 -68.7075 -15.0541 -39.1778 9.99896 -31
-0 -6.59457 0 0 -5.34254 0 0 -90.291 -36.9027 -71.6203 -16.7491 -28.6275 12.9987 -29
-0 -5.97322 0 0 -4.52147 0 0 -90.7474 -35.7762 -72.1274 -15.5186 -36.6013 10.9989 -30
-0 -5.87228 0 0 -4.28837 0 0 -94.1487 -27.3777 -71.9216 -13.7952 -36.6761 9.99896 -30
-0 -5.17656 0 0 -4.10422 0 0 -94.992 -28.8698 -66.9293 -14.2202 -38.9841 10.9989 -32
-0 -7.38251 0 0 -5.47791 0 0 -85.5838 -44.8216 -78.5966 -18.2905 -26.4384 10.9989 -26
-0 -6.58584 0 0 -5.06067 0 0 -89.8284 -37.9152 -73.3985 -16.9921 -28.8211 10.9989 -28
-0 -6.54457 0 0 -5.32702 0 0 -90.291 -37.1743 -71.6203 -16.756 -28.6275 10.9989 -29
-0 -6.79754 0 0 -5.13526 0 0 -89.8284 -38.3796 -73.3985 -15.6041 -28.8212 10.9989 -28
-0 -6.56231 0 0 -5.37257 0 0 -89.5102 -38.4943 -71.7584 -17.2513 -29.4045 12.9987 -29
-0 -6.33651 0 0 -4.44588 0 0 -92.7698 -30.7422 -69.0018 -14.5024 -37.3897 9.99896 -31
-0 -7.38251 0 0 -5.47791 0 0 -87.2422 -40.8897 -76.3898 -18.2905 -26.3639 10.9989 -27
-0 -5.43187 0 0 -4.26211 0 0 -98.1333 -22.0271 -63.0671 -12.3374 -38.2988 9.99896 -32
-0 -6.52558 0 0 -5.24872 0 0 -93.2499 -31.4737 -67.4609 -15.7996 -28.5604 11.9988 -29
-0 -6.58584 0 0 -5.06067 0 0 -91.4868 -33.9833 -71.1917 -16.9921 -28.7466 10.9989 -29
-0 -5.90523 0 0 -4.36758 0 0 -92.7698 -32.4076 -69.0018 -14.5727 -37.3897 10.9989 -31
-0 -6.79972 0 0 -5.29596 0 0 -93.4324 -30.6555 -67.7581 -15.1783 -27.9422 10.9989 -29
-0 -6.07956 0 0 -4.77108 0 0 -90.7474 -34.9453 -72.1274 -15.3095 -36.6013 10.9989 -30
-0 -5.28289 0 0 -4.35384 0 0 -94.992 -28.0389 -66.9293 -14.0112 -38.9841 10.9989 -32
-0 -6.36844 0 0 -5.21765 0 0 -93.4324 -32.321 -67.7581 -15.2487 -27.9422 11.9988 -29
-0 -7.15688 0 0 -5.42084 0 0 -90.291 -35.0701 -71.6203 -16.652 -28.6275 11.9988 -29
-0 -5.17545 0 0 -4.0641 0 0 -97.4883 -23.0368 -64.5481 -13.5628 -39.1107 9.99896 -31
-0 -5.51783 0 0 -4.17213 0 0 -94.992 -27.5863 -66.9293 -14.3352 -38.9841 9.99896 -32
-0 -5.59039 0 0 -4.43147 0 0 -94.5294 -27.9887 -68.7075 -13.0796 -39.1778 9.99896 -31
-0 -5.08655 0 0 -4.09382 0 0 -94.992 -29.2518 -66.9293 -14.4056 -38.9841 10.9989 -32
-0 -7.49373 0 0 -4.95315 0 0 -88.0688 -40.4361 -74.0878 -18.1569 -27.7121 10.9989 -28
-0 -6.95824 0 0 -5.46531 0 0 -89.8284 -36.6171 -73.3985 -15.9205 -28.8212 10.9989 -28
-0 -6.54297 0 0 -5.50987 0 0 -93.25 -31.2393 -67.4609 -15.2646 -28.5604 10.9989 -29
-0 -7.01515 0 0 -5.48101 0 0 -85.2656 -46.4898 -76.9565 -19.8545 -27.0218 12.9987 -27
-0 -6.86373 0 0 -5.34149 0 0 -89.8284 -36.9838 -73.3985 -16.3073 -28.8211 11.9988 -28
-0 -6.7774 0 0 -4.96584 0 0 -89.8284 -38.2277 -73.3985 -16.6054 -28.8211 10.9989 -28
-0 -6.21848 0 0 -5.06377 0 0 -89.5102 -39.5834 -71.7584 -18.5561 -29.4045 12.9987 -29
-0 -6.09694 0 0 -5.03222 0 0 -90.7474 -34.7109 -72.1274 -14.7746 -36.6013 9.99896 -30
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 7 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -3.66906 0 0 -2.70469 0 0 -58.8702 -47.5967 -90.3027 -13.7219 -19.3364 9.99896 -23
-0 -3.90294 0 0 -2.87411 0 0 -58.8702 -47.7092 -88.1808 -14.3878 -19.3364 9.99896 -23
-0 -3.66706 0 0 -3.43558 0 0 -58.8702 -46.6489 -90.3027 -13.1451 -19.3364 8.99907 -23
-0 -3.8633 0 0 -2.70469 0 0 -58.8702 -47.66 -90.3027 -13.9598 -19.3364 9.99896 -23
-0 -3.87738 0 0 -2.62918 0 0 -58.8702 -47.6338 -90.3027 -14.2174 -19.3364 9.99896 -23
-0 -3.90691 0 0 -2.89456 0 0 -58.8702 -48.3167 -90.3027 -13.7705 -19.3364 10.9989 -23
-0 -3.84341 0 0 -2.87904 0 0 -58.8702 -48.5433 -90.3027 -14.0865 -19.3364 9.99896 -23
-0 -3.87152 0 0 -2.99927 0 0 -58.8702 -48.5971 -88.1808 -14.9797 -19.3364 10.9989 -23
-0 -4.06457 0 0 -2.77311 0 0 -58.8702 -48.0805 -90.3027 -14.3897 -19.3364 9.99896 -23
-0 -3.83188 0 0 -2.82985 0 0 -58.8702 -48.5478 -90.3027 -14.5517 -19.3364 10.9989 -23
-0 -4.31309 0 0 -2.87574 0 0 -60.8643 -43.1731 -82.6108 -14.8991 -22.0226 9.99896 -25
-0 -4.09418 0 0 -2.56036 0 0 -58.8702 -48.9202 -90.3027 -14.3518 -19.3364 9.99896 -23
-0 -4.14079 0 0 -3.06397 0 0 -58.8702 -48.4292 -88.1808 -14.4364 -19.3364 10.9989 -23
-0 -3.91778 0 0 -2.73994 0 0 -60.8643 -44.7473 -82.6108 -15.3816 -22.0226 9.99896 -25
-0 -3.65143 0 0 -3.63625 0 0 -58.8702 -47.561 -90.3027 -13.7827 -19.3364 9.99896 -23
-0 -3.90491 0 0 -3.62544 0 0 -58.8702 -47.3688 -90.3027 -13.1937 -19.3364 9.99896 -23
-0 -3.89474 0 0 -3.77205 0 0 -58.8702 -47.5819 -88.1808 -13.9454 -19.3364 9.99896 -23
-0 -4.10115 0 0 -2.89456 0 0 -58.8702 -48.3799 -90.3027 -14.0084 -19.3364 10.9989 -23
-0 -4.11523 0 0 -2.81905 0 0 -58.8702 -48.3538 -90.3027 -14.266 -19.3364 10.9989 -23
-0 -4.07729 0 0 -3.04846 0 0 -58.8702 -48.6558 -88.1808 -14.7524 -19.3364 9.99896 -23
-0 -3.93919 0 0 -3.60263 0 0 -58.8702 -47.3158 -90.3027 -13.3924 -19.3364 9.99896 -23
-0 -3.84141 0 0 -3.60993 0 0 -58.8702 -47.5955 -90.3027 -13.5097 -19.3364 8.99907 -23
-0 -4.03765 0 0 -2.87904 0 0 -58.8702 -48.6065 -90.3027 -14.3244 -19.3364 9.99896 -23
-0 -4.05173 0 0 -2.80354 0 0 -58.8702 -48.5804 -90.3027 -14.582 -19.3364 9.99896 -23
-0 -4.54697 0 0 -3.04516 0 0 -60.8643 -43.2856 -80.4889 -15.565 -22.0226 9.99896 -25
-0 -4.16665 0 0 -3.07478 0 0 -58.8702 -48.3262 -88.1808 -15.0052 -19.3364 10.9989 -23
-0 -4.14352 0 0 -2.36328 0 0 -58.8702 -49.9584 -88.1808 -15.8938 -19.3364 8.99907 -23
-0 -3.62429 0 0 -3.56074 0 0 -58.8702 -47.6558 -90.3027 -14.5946 -19.3364 9.99896 -23
-0 -3.86322 0 0 -2.82985 0 0 -58.8702 -49.425 -90.3027 -14.4789 -19.3364 10.9989 -23
-0 -4.31109 0 0 -3.60663 0 0 -60.8643 -42.2253 -82.6108 -14.3224 -22.0226 8.99907 -25
-0 -4.34719 0 0 -2.98245 0 0 -58.8702 -47.8329 -90.3027 -13.9934 -19.3364 10.9989 -23
-0 -4.50734 0 0 -2.87574 0 0 -60.8643 -43.2363 -82.6108 -15.137 -22.0226 9.99896 -25
-0 -4.12702 0 0 -2.90536 0 0 -58.8702 -48.2769 -90.3027 -14.5772 -19.3364 10.9989 -23
-0 -4.52141 0 0 -2.80023 0 0 -60.8643 -43.2102 -82.6108 -15.3947 -22.0226 9.99896 -25
-0 -4.15166 0 0 -2.90936 0 0 -60.8643 -44.8598 -80.4889 -16.0474 -22.0226 9.99896 -25
-0 -4.40304 0 0 -2.53433 0 0 -60.8643 -45.2443 -80.4889 -16.1815 -22.0226 8.99907 -25
-0 -3.91578 0 0 -3.47083 0 0 -60.8643 -43.7995 -82.6108 -14.8048 -22.0226 8.99907 -25
-0 -4.11202 0 0 -2.73994 0 0 -60.8643 -44.8105 -82.6108 -15.6195 -22.0226 9.99896 -25
-0 -4.1261 0 0 -2.66443 0 0 -60.8643 -44.7844 -82.6108 -15.8771 -22.0226 9.99896 -25
-0 -4.25425 0 0 -2.73994 0 0 -60.3592 -44.6399 -83.6498 -15.7101 -22.9808 9.99896 -25
-0 -3.75221 0 0 -2.67344 0 0 -59.4443 -46.8873 -92.7463 -13.5506 -21.2322 8.99907 -23
-0 -3.88445 0 0 -3.63625 0 0 -58.8702 -47.7726 -90.3027 -13.8534 -19.3364 9.99896 -23
-0 -4.00772 0 0 -2.39853 0 0 -60.8643 -46.8185 -80.4889 -16.664 -22.0226 8.99907 -25
-0 -4.27085 0 0 -2.93876 0 0 -60.8617 -46.2291 -88.8012 -12.1124 -17.6959 9.99896 -23
-0 -4.58107 0 0 -3.15186 0 0 -58.8702 -47.9454 -88.1808 -14.6592 -19.3364 10.9989 -23
-0 -3.92286 0 0 -2.92695 0 0 -65.6255 -36.9167 -73.0298 -13.6343 -23.4366 9.99896 -27
-0 -4.34519 0 0 -3.71333 0 0 -58.8702 -46.885 -90.3027 -13.4166 -19.3364 9.99896 -23
-0 -3.8944 0 0 -2.66 0 0 -65.6255 -37.3981 -73.0298 -14.2065 -23.4366 8.99907 -27
-0 -4.54143 0 0 -2.98245 0 0 -58.8702 -47.8961 -90.3027 -14.2313 -19.3364 10.9989 -23
-0 -4.08126 0 0 -3.06891 0 0 -58.8702 -49.2632 -90.3027 -14.1351 -19.3364 10.9989 -23
-0 -4.55551 0 0 -2.90694 0 0 -58.8702 -47.87 -90.3027 -14.4889 -19.3364 10.9989 -23
-0 -4.10937 0 0 -3.18914 0 0 -58.8702 -49.317 -88.1808 -15.0283 -19.3364 11.9988 -23
-0 -4.12114 0 0 -3.30694 0 0 -60.8643 -43.9287 -82.6108 -15.2928 -22.0226 10.9989 -25
-0 -3.90952 0 0 -2.83373 0 0 -60.7567 -46.772 -89.3549 -13.0007 -18.4562 9.99896 -23
-0 -4.48813 0 0 -2.90936 0 0 -60.3592 -44.7524 -81.5279 -16.3759 -22.9808 9.99896 -25
-0 -4.30243 0 0 -2.96298 0 0 -58.8702 -48.8005 -90.3027 -14.4383 -19.3364 10.9989 -23
-0 -4.06974 0 0 -3.01972 0 0 -58.8702 -49.2677 -90.3027 -14.6003 -19.3364 11.9988 -23
-0 -4.25225 0 0 -3.47083 0 0 -60.3592 -43.6921 -83.6498 -15.1333 -22.9808 8.99907 -25
-0 -4.04587 0 0 -3.17362 0 0 -58.8702 -49.5437 -88.1808 -15.3443 -19.3364 10.9989 -23
-0 -4.55094 0 0 -3.0656 0 0 -60.8643 -43.893 -82.6108 -14.9478 -22.0226 10.9989 -25
-0 -4.44849 0 0 -2.73994 0 0 -60.3592 -44.7031 -83.6498 -15.948 -22.9808 9.99896 -25
-0 -4.46257 0 0 -2.66443 0 0 -60.3592 -44.677 -83.6498 -16.2056 -22.9808 9.99896 -25
-0 -3.86909 0 0 -2.26888 0 0 -62.984 -46.7378 -80.5557 -14.0273 -18.0969 8.99907 -24
-0 -4.50473 0 0 -3.10818 0 0 -60.8617 -46.3416 -86.6793 -12.7783 -17.6959 9.99896 -23
-0 -4.33203 0 0 -2.75023 0 0 -58.8702 -49.6401 -90.3027 -14.4004 -19.3364 10.9989 -23
-0 -4.15272 0 0 -2.54929 0 0 -65.6255 -37.8863 -73.0298 -13.7134 -23.4366 8.99907 -27
-0 -4.12813 0 0 -2.76204 0 0 -65.6255 -37.1269 -73.0298 -13.8558 -23.4366 8.99907 -27
-0 -4.3442 0 0 -2.39853 0 0 -60.3592 -46.7111 -81.5279 -16.9925 -22.9808 8.99907 -25
-0 -4.23893 0 0 -2.94746 0 0 -58.8702 -49.0271 -90.3027 -14.7544 -19.3364 9.99896 -23
-0 -3.89897 0 0 -2.49412 0 0 -64.7276 -42.4134 -79.0975 -12.4958 -18.5302 8.99907 -25
-0 -4.00624 0 0 -3.00421 0 0 -58.8702 -49.4944 -90.3027 -14.9163 -19.3364 10.9989 -23
-0 -4.26885 0 0 -3.66965 0 0 -60.8617 -45.2812 -88.8012 -11.5357 -17.6959 8.99907 -23
-0 -4.15563 0 0 -2.9298 0 0 -60.8643 -45.4672 -82.6108 -15.4302 -22.0226 10.9989 -25
-0 -4.15674 0 0 -3.09637 0 0 -65.6255 -37.0292 -70.9079 -14.3002 -23.4366 9.99896 -27
-0 -3.88928 0 0 -3.82611 0 0 -58.8702 -48.2809 -90.3027 -13.8313 -19.3364 10.9989 -23
-0 -3.87911 0 0 -3.97272 0 0 -58.8702 -48.494 -88.1808 -14.5831 -19.3364 10.9989 -23
-0 -4.51555 0 0 -3.17032 0 0 -60.8643 -44.1734 -80.4889 -16.1569 -22.0226 10.9989 -25
-0 -4.13259 0 0 -3.96192 0 0 -58.8702 -48.3018 -88.1808 -13.994 -19.3364 10.9989 -23
-0 -4.4651 0 0 -2.93876 0 0 -60.8617 -46.2923 -88.8012 -12.3503 -17.6959 9.99896 -23
-0 -4.17534 0 0 -2.49232 0 0 -60.7567 -47.8623 -87.2329 -14.1303 -18.4562 8.99907 -23
-0 -3.94727 0 0 -3.96841 0 0 -61.4349 -46.6513 -84.7828 -10.6154 -18.3679 9.99896 -24
-0 -4.47918 0 0 -2.86326 0 0 -60.8617 -46.2662 -88.8012 -12.608 -17.6959 9.99896 -23
-0 -4.11211 0 0 -2.48844 0 0 -58.8702 -50.8462 -88.1808 -16.4858 -19.3364 9.99896 -23
-0 -4.26853 0 0 -2.73472 0 0 -58.8702 -49.8668 -90.3027 -14.7164 -19.3364 9.99896 -23
-0 -3.68401 0 0 -2.60523 0 0 -59.4443 -47.5362 -92.7463 -14.6229 -21.2322 9.99896 -23
-0 -4.31514 0 0 -3.23833 0 0 -58.8702 -49.3757 -88.1808 -14.801 -19.3364 10.9989 -23
-0 -3.88083 0 0 -2.97378 0 0 -58.8702 -49.8726 -90.3027 -15.234 -19.3364 10.9989 -23
-0 -4.35502 0 0 -3.47635 0 0 -60.8643 -44.0412 -80.4889 -15.9587 -22.0226 10.9989 -25
-0 -3.92356 0 0 -3.8033 0 0 -58.8702 -48.2279 -90.3027 -14.03 -19.3364 10.9989 -23
-0 -3.92086 0 0 -3.65784 0 0 -65.6255 -35.9689 -73.0298 -13.0575 -23.4366 8.99907 -27
-0 -4.1434 0 0 -3.00315 0 0 -60.7567 -46.8845 -87.2329 -13.6666 -18.4562 9.99896 -23
-0 -4.17704 0 0 -3.7925 0 0 -58.8702 -48.0357 -90.3027 -13.441 -19.3364 10.9989 -23
-0 -4.70861 0 0 -2.94416 0 0 -60.8643 -43.6569 -82.6108 -15.567 -22.0226 9.99896 -25
-0 -4.11711 0 0 -2.92695 0 0 -65.6256 -36.9799 -73.0298 -13.8722 -23.4366 9.99896 -27
-0 -4.47592 0 0 -3.0009 0 0 -60.8643 -44.1242 -82.6108 -15.729 -22.0226 10.9989 -25
-0 -4.13119 0 0 -2.85144 0 0 -65.6255 -36.9538 -73.0298 -14.1298 -23.4366 9.99896 -27
-0 -3.82578 0 0 -3.8106 0 0 -58.8702 -48.5076 -90.3027 -14.1474 -19.3364 9.99896 -23
-0 -4.08869 0 0 -2.84049 0 0 -56.8379 -52.0131 -97.2268 -15.4702 -18.8975 9.99896 -22
-0 -4.12024 0 0 -3.03452 0 0 -60.8643 -45.7476 -80.4889 -16.6394 -22.0226 10.9989 -25
-0 -4.07926 0 0 -3.7998 0 0 -58.8702 -48.3154 -90.3027 -13.5583 -19.3364 9.99896 -23
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 8 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -3.71444 0 0 -2.53013 0 0 -44.5419 -28.3609 -62.1264 -9.27102 -18.5811 6.99927 -23
-0 -3.74458 0 0 -2.5508 0 0 -44.5419 -29.0601 -62.1264 -8.55348 -18.5811 7.99917 -23
-0 -3.74096 0 0 -2.65764 0 0 -44.5419 -28.7994 -62.1264 -8.94648 -18.5811 6.99927 -23
-0 -3.87526 0 0 -2.58389 0 0 -44.5419 -28.5409 -62.1264 -9.08773 -18.5811 7.99917 -23
-0 -3.84035 0 0 -2.67021 0 0 -44.5419 -28.5172 -62.1264 -9.04067 -18.5811 7.99917 -23
-0 -3.84967 0 0 -2.54826 0 0 -44.5419 -29.4273 -62.1264 -8.68264 -18.5811 7.99917 -23
-0 -2.90226 0 0 -1.77692 0 0 -46.1722 -27.4648 -59.0912 -8.18356 -25.9814 7.99917 -24
-0 -3.74559 0 0 -2.54716 0 0 -44.5419 -29.3087 -62.1264 -9.31064 -18.5811 7.99917 -23
-0 -3.77918 0 0 -2.79093 0 0 -44.5419 -28.6423 -62.1264 -9.0849 -18.5811 7.99917 -23
-0 -3.75578 0 0 -2.66685 0 0 -44.5419 -28.5855 -62.1264 -9.65124 -18.5811 7.99917 -23
-0 -3.78244 0 0 -2.66899 0 0 -44.5419 -29.4879 -62.1264 -8.69302 -18.5811 7.99917 -23
-0 -2.9324 0 0 -1.79759 0 0 -46.1722 -28.164 -59.0912 -7.46602 -25.9814 8.99907 -24
-0 -2.59219 0 0 -1.89185 0 0 -46.1722 -27.7692 -59.0912 -8.72176 -25.9814 7.99917 -24
-0 -3.7829 0 0 -2.68752 0 0 -44.5419 -29.4478 -62.1264 -8.84852 -18.5811 8.99907 -23
-0 -2.62233 0 0 -1.91252 0 0 -46.1722 -28.4684 -59.0912 -8.00423 -25.9814 8.99907 -24
-0 -4.007 0 0 -2.60121 0 0 -44.5419 -29.3282 -62.1264 -8.62538 -18.5811 8.99907 -23
-0 -3.7739 0 0 -2.67467 0 0 -44.5419 -29.5345 -62.1264 -8.97535 -18.5811 7.99917 -23
-0 -3.60953 0 0 -2.61174 0 0 -44.5419 -29.4777 -62.1264 -9.79376 -18.5811 7.99917 -23
-0 -3.79601 0 0 -2.79286 0 0 -44.5419 -29.2199 -62.1264 -8.97363 -18.5811 7.99917 -23
-0 -3.63967 0 0 -2.63241 0 0 -44.5419 -30.1769 -62.1265 -9.07622 -18.5811 8.99907 -23
-0 -3.90778 0 0 -2.60093 0 0 -44.5419 -29.3139 -62.1264 -9.16215 -18.5811 8.99907 -23
-0 -2.92878 0 0 -1.90443 0 0 -46.1722 -27.9033 -59.0912 -7.85902 -25.9814 7.99917 -24
-0 -3.87288 0 0 -2.68724 0 0 -44.5419 -29.2902 -62.1264 -9.11509 -18.5811 8.99907 -23
-0 -2.97411 0 0 -1.78904 0 0 -46.1722 -28.3953 -59.0912 -7.67401 -25.9814 7.99917 -24
-0 -3.06308 0 0 -1.83068 0 0 -46.1722 -27.6447 -59.0912 -8.00027 -25.9814 8.99907 -24
-0 -3.80489 0 0 -2.70462 0 0 -44.5419 -29.5189 -62.1264 -9.09421 -18.5811 7.99917 -23
-0 -3.85195 0 0 -2.58054 0 0 -44.5419 -28.5615 -62.1264 -10.3639 -18.5811 7.99917 -23
-0 -3.02817 0 0 -1.917 0 0 -46.1722 -27.6211 -59.0912 -7.95321 -25.9814 8.99907 -24
-0 -2.61871 0 0 -2.01935 0 0 -46.1722 -28.2077 -59.0912 -8.39723 -25.9814 7.99917 -24
-0 -3.80002 0 0 -2.80797 0 0 -44.5419 -29.311 -62.1264 -9.10504 -18.5811 8.99907 -23
-0 -3.88219 0 0 -2.5653 0 0 -44.5419 -30.2003 -62.1264 -8.75706 -18.5811 8.99907 -23
-0 -2.75301 0 0 -1.94561 0 0 -46.1722 -27.9491 -59.0912 -8.53848 -25.9814 8.99907 -24
-0 -3.80328 0 0 -2.68602 0 0 -44.5419 -30.1566 -62.1265 -8.71316 -18.5811 8.99907 -23
-0 -3.03749 0 0 -1.79505 0 0 -46.1722 -28.5312 -59.0912 -7.59518 -25.9815 8.99907 -24
-0 -4.02553 0 0 -2.67213 0 0 -44.5419 -29.1612 -62.1264 -9.10422 -18.5811 7.99917 -23
-0 -2.71811 0 0 -2.03192 0 0 -46.1722 -27.9255 -59.0912 -8.49142 -25.9814 8.99907 -24
-0 -3.58973 0 0 -2.51884 0 0 -44.5419 -29.7526 -62.1264 -10.5037 -18.5811 7.99917 -23
-0 -3.63605 0 0 -2.73925 0 0 -44.5419 -29.9162 -62.1265 -9.46922 -18.581 7.99917 -23
-0 -3.88799 0 0 -2.68499 0 0 -44.5419 -29.815 -62.1264 -8.97767 -18.5811 8.99907 -23
-0 -3.68138 0 0 -2.62386 0 0 -44.5419 -30.4082 -62.1264 -9.28421 -18.5811 7.99917 -23
-0 -3.77035 0 0 -2.66551 0 0 -44.5419 -29.6577 -62.1264 -9.61047 -18.5811 8.99907 -23
-0 -2.93341 0 0 -1.79395 0 0 -46.1722 -28.4126 -59.0912 -8.22318 -25.9814 8.99907 -24
-0 -3.61986 0 0 -2.53951 0 0 -44.5419 -30.4518 -62.1264 -9.78617 -18.5811 8.99907 -23
-0 -2.96701 0 0 -2.03772 0 0 -46.1722 -27.7462 -59.0912 -7.99745 -25.9814 8.99907 -24
-0 -2.72742 0 0 -1.90998 0 0 -46.1722 -28.8355 -59.0912 -8.13338 -25.9815 8.99907 -24
-0 -2.94361 0 0 -1.91364 0 0 -46.1722 -27.6893 -59.0912 -8.56378 -25.9814 8.99907 -24
-0 -3.78694 0 0 -2.68388 0 0 -44.5419 -29.5333 -62.1264 -9.69086 -18.5811 8.99907 -23
-0 -4.10295 0 0 -2.53839 0 0 -44.5419 -29.0984 -62.1264 -9.57706 -18.5811 7.99917 -23
-0 -4.1121 0 0 -2.59867 0 0 -44.5419 -29.6953 -62.1264 -8.75453 -18.5811 8.99907 -23
-0 -3.07838 0 0 -1.82214 0 0 -46.1722 -28.131 -59.0912 -8.00863 -25.9814 7.99917 -24
-0 -3.73544 0 0 -2.75182 0 0 -44.5419 -29.634 -62.1264 -9.56341 -18.5811 8.99907 -23
-0 -2.97027 0 0 -1.91578 0 0 -46.1722 -28.5918 -59.0912 -7.60556 -25.9814 8.99907 -24
-0 -3.0375 0 0 -1.90845 0 0 -46.1722 -28.0772 -59.0912 -7.98093 -25.9814 7.99917 -24
-0 -2.62335 0 0 -1.90888 0 0 -46.1722 -28.717 -59.0912 -8.76138 -25.9814 8.99907 -24
-0 -4.13301 0 0 -2.55906 0 0 -44.5419 -29.8056 -62.1264 -8.8204 -18.5811 8.99907 -23
-0 -3.82077 0 0 -2.80571 0 0 -44.5419 -29.8756 -62.1264 -8.98805 -18.5811 8.99907 -23
-0 -2.65694 0 0 -2.15265 0 0 -46.1722 -28.0506 -59.0912 -8.53565 -25.9814 8.99907 -24
-0 -3.81685 0 0 -2.80989 0 0 -44.5419 -29.8886 -62.1264 -8.99376 -18.5811 8.99907 -23
-0 -2.63354 0 0 -2.02857 0 0 -46.1722 -27.9937 -59.0912 -9.10199 -25.9814 8.99907 -24
-0 -3.74476 0 0 -2.62988 0 0 -44.5419 -30.5441 -62.1265 -9.20537 -18.5811 8.99907 -23
-0 -2.75517 0 0 -1.93706 0 0 -46.1722 -28.4591 -59.0912 -8.55822 -25.9815 7.99917 -24
-0 -2.97073 0 0 -1.93431 0 0 -46.1722 -28.5516 -59.0912 -7.76106 -25.9814 9.99896 -24
-0 -3.7218 0 0 -2.79436 0 0 -44.5419 -30.197 -62.1264 -9.09906 -18.5811 7.99917 -23
-0 -2.6602 0 0 -2.03071 0 0 -46.1722 -28.8962 -59.0912 -8.14376 -25.9814 8.99907 -24
-0 -4.04487 0 0 -2.7194 0 0 -44.5419 -29.756 -62.1264 -8.76491 -18.5811 8.99907 -23
-0 -2.72446 0 0 -2.02338 0 0 -46.1722 -28.4086 -59.0912 -8.51019 -25.9814 7.99917 -24
-0 -3.19483 0 0 -1.848 0 0 -46.1722 -28.432 -59.0912 -7.53792 -25.9814 9.99896 -24
-0 -3.82573 0 0 -2.72165 0 0 -44.5419 -30.1876 -62.1264 -9.11435 -18.5811 8.99907 -23
-0 -3.0792 0 0 -1.78651 0 0 -46.1722 -28.7624 -59.0912 -7.80316 -25.9814 7.99917 -24
-0 -2.96172 0 0 -1.92146 0 0 -46.1722 -28.6383 -59.0912 -7.88789 -25.9814 8.99907 -24
-0 -3.64068 0 0 -2.62877 0 0 -44.5419 -30.4255 -62.1265 -9.83338 -18.5811 8.99907 -23
-0 -3.71479 0 0 -2.67241 0 0 -44.5419 -30.4532 -62.1264 -9.42473 -18.5811 7.99917 -23
-0 -3.67428 0 0 -2.87254 0 0 -44.5419 -29.7591 -62.1264 -9.60764 -18.5811 8.99907 -23
-0 -2.66066 0 0 -2.04924 0 0 -46.1722 -28.856 -59.0912 -8.29926 -25.9814 9.99896 -24
-0 -3.65088 0 0 -2.74846 0 0 -44.5419 -29.7023 -62.1264 -10.174 -18.5811 8.99907 -23
-0 -3.78565 0 0 -2.65696 0 0 -44.5419 -30.1439 -62.1264 -9.61883 -18.5811 7.99917 -23
-0 -3.61625 0 0 -2.64634 0 0 -44.5419 -30.1911 -62.1264 -10.1792 -18.5811 7.99917 -23
-0 -3.67754 0 0 -2.7506 0 0 -44.5419 -30.6047 -62.1265 -9.21576 -18.5811 8.99907 -23
-0 -2.97633 0 0 -2.02918 0 0 -46.1722 -28.2023 -59.0912 -8.02517 -25.9814 7.99917 -24
-0 -2.95293 0 0 -1.90509 0 0 -46.1722 -28.1455 -59.0912 -8.5915 -25.9814 7.99917 -24
-0 -3.66699 0 0 -2.72667 0 0 -44.5419 -30.3201 -62.1264 -9.6445 -18.5811 7.99917 -23
-0 -2.98383 0 0 -2.03965 0 0 -46.1722 -28.3238 -59.0912 -7.88617 -25.9814 8.99907 -24
-0 -3.74477 0 0 -2.74327 0 0 -44.5419 -30.0901 -62.1264 -9.59113 -18.5811 7.99917 -23
-0 -3.09561 0 0 -1.84772 0 0 -46.1722 -28.4178 -59.0912 -8.07469 -25.9814 9.99896 -24
-0 -2.88476 0 0 -1.96292 0 0 -46.1722 -28.7364 -59.0912 -8.07612 -25.9814 9.99896 -24
-0 -3.66158 0 0 -2.53096 0 0 -44.5419 -30.6831 -62.1264 -9.99415 -18.5811 7.99917 -23
-0 -3.75054 0 0 -2.5726 0 0 -44.5419 -29.9326 -62.1264 -10.3204 -18.5811 8.99907 -23
-0 -2.65165 0 0 -2.03639 0 0 -46.1722 -28.9427 -59.0912 -8.4261 -25.9814 8.99907 -24
-0 -4.1377 0 0 -2.66248 0 0 -44.5419 -29.4732 -62.1264 -9.20627 -18.5811 7.99917 -23
-0 -3.01198 0 0 -1.90723 0 0 -46.1722 -28.8231 -59.0912 -7.81354 -25.9814 7.99917 -24
-0 -3.7368 0 0 -2.70804 0 0 -44.5419 -30.5134 -62.1264 -9.40231 -18.5811 7.99917 -23
-0 -3.0607 0 0 -1.93403 0 0 -46.1722 -28.3941 -59.0912 -8.02763 -25.9814 9.99896 -24
-0 -3.678 0 0 -2.76913 0 0 -44.5419 -30.5646 -62.1265 -9.37126 -18.5811 9.99896 -23
-0 -4.27455 0 0 -2.72062 0 0 -44.5419 -28.7903 -62.1264 -9.31927 -18.5811 8.99907 -23
-0 -3.69712 0 0 -2.74734 0 0 -44.5419 -31.0192 -62.1265 -8.92696 -18.5811 8.99907 -23
-0 -3.71564 0 0 -2.65891 0 0 -44.5419 -29.9089 -62.1264 -10.2734 -18.5811 8.99907 -23
-0 -2.99272 0 0 -1.95141 0 0 -46.1722 -28.6228 -59.0912 -8.00675 -25.9814 8.99907 -24
-0 -2.66329 0 0 -2.1441 0 0 -46.1722 -28.5338 -59.0912 -8.55442 -25.9814 7.99917 -24
-0 -2.63989 0 0 -2.02002 0 0 -46.1722 -28.4769 -59.0912 -9.12076 -25.9814 7.99917 -24
-0 -4.1944 0 0 -2.80543 0 0 -44.5419 -28.8442 -62.1264 -9.31414 -18.5811 8.99907 -23
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 9 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -9.11029 0 0 -8.19133 0 0 -161.658 -77.0233 -130.955 -28.1401 -68.1689 20.9978 -41
-0 -8.3898 0 0 -10.4006 0 0 -164.856 -71.0776 -125.734 -24.4895 -64.5253 18.998 -41
-0 -8.84906 0 0 -10.6393 0 0 -165.453 -70.8234 -124.652 -22.4591 -62.7051 18.998 -40
-0 -9.14095 0 0 -7.34667 0 0 -161.658 -79.8051 -130.955 -28.3452 -68.1689 20.9978 -41
-0 -8.42046 0 0 -9.55594 0 0 -164.856 -73.8594 -125.734 -24.6945 -64.5253 18.998 -41
-0 -9.44676 0 0 -8.5278 0 0 -152.992 -92.5855 -139.45 -34.5658 -67.3579 21.9977 -41
-0 -8.87972 0 0 -9.7946 0 0 -165.453 -73.6051 -124.652 -22.6642 -62.7051 18.998 -40
-0 -8.72628 0 0 -10.7371 0 0 -156.19 -86.6399 -134.228 -30.9152 -63.7144 19.9979 -41
-0 -9.18553 0 0 -10.9757 0 0 -156.787 -86.3856 -133.146 -28.8848 -61.8941 19.9979 -40
-0 -9.47742 0 0 -7.68314 0 0 -152.992 -95.3673 -139.45 -34.7708 -67.3579 21.9977 -41
-0 -8.75693 0 0 -9.89241 0 0 -156.19 -89.4216 -134.228 -31.1202 -63.7144 19.9979 -41
-0 -9.21619 0 0 -10.1311 0 0 -156.787 -89.1674 -133.146 -29.0898 -61.8941 19.9979 -40
-0 -8.36877 0 0 -10.1715 0 0 -168.882 -65.8002 -120.396 -22.6881 -62.8568 18.998 -41
-0 -8.77104 0 0 -7.93828 0 0 -166.165 -69.9987 -126.045 -24.6434 -70.8521 19.9979 -43
-0 -8.93017 0 0 -7.99214 0 0 -161.819 -79.4099 -133.904 -28.5985 -63.6594 19.9979 -40
-0 -9.2303 0 0 -8.17695 0 0 -166.762 -69.7445 -124.963 -22.6131 -69.0318 19.9979 -42
-0 -8.39943 0 0 -9.3268 0 0 -168.882 -68.5819 -120.396 -22.8932 -62.8568 18.998 -41
-0 -8.8017 0 0 -7.09362 0 0 -166.165 -72.7805 -126.045 -24.8485 -70.8521 19.9979 -43
-0 -8.96083 0 0 -7.14748 0 0 -161.819 -82.1917 -133.904 -28.8036 -63.6594 19.9979 -40
-0 -9.21275 0 0 -7.88616 0 0 -161.658 -78.3933 -130.955 -28.8299 -68.1689 20.9978 -41
-0 -9.26096 0 0 -7.33228 0 0 -166.762 -72.5262 -124.963 -22.8181 -69.0318 19.9979 -42
-0 -8.70524 0 0 -10.5079 0 0 -160.216 -81.3624 -128.89 -29.1138 -62.0459 19.9979 -41
-0 -8.49226 0 0 -10.0954 0 0 -164.856 -72.4477 -125.734 -25.1793 -64.5253 18.998 -41
-0 -9.10752 0 0 -8.27476 0 0 -157.498 -85.5609 -134.54 -31.0691 -70.0411 20.9978 -43
-0 -9.26664 0 0 -8.32861 0 0 -153.152 -94.9721 -142.398 -35.0242 -62.8484 20.9978 -40
-0 -9.36396 0 0 -8.43213 0 0 -161.658 -77.2494 -130.955 -27.8549 -68.1689 21.9977 -41
-0 -8.95152 0 0 -10.3341 0 0 -165.453 -72.1934 -124.652 -23.1489 -62.7051 18.998 -40
-0 -9.56677 0 0 -8.51342 0 0 -158.096 -85.3067 -133.458 -29.0387 -68.2208 20.9978 -42
-0 -8.7359 0 0 -9.66327 0 0 -160.216 -84.1442 -128.89 -29.3188 -62.0459 19.9979 -41
-0 -8.64347 0 0 -10.6414 0 0 -164.856 -71.3038 -125.734 -24.2043 -64.5253 19.9979 -41
-0 -9.13818 0 0 -7.43009 0 0 -157.498 -88.3427 -134.54 -31.2742 -70.0411 20.9978 -43
-0 -9.10273 0 0 -10.8801 0 0 -165.453 -71.0495 -124.652 -22.1739 -62.7051 19.9979 -40
-0 -9.2973 0 0 -7.48395 0 0 -153.152 -97.7539 -142.398 -35.2293 -62.8484 20.9978 -40
-0 -9.54922 0 0 -8.22263 0 0 -152.992 -93.9555 -139.45 -35.2556 -67.3579 21.9977 -41
-0 -9.39462 0 0 -7.58747 0 0 -161.658 -80.0312 -130.955 -28.06 -68.1689 21.9977 -41
-0 -9.59743 0 0 -7.66876 0 0 -158.096 -88.0884 -133.458 -29.2438 -68.2208 20.9978 -42
-0 -9.51362 0 0 -8.32267 0 0 -161.658 -78.043 -130.955 -27.218 -68.1689 20.9978 -41
-0 -8.75001 0 0 -7.70914 0 0 -170.191 -64.7213 -120.707 -22.8421 -69.1836 19.9979 -43
-0 -8.82873 0 0 -10.4319 0 0 -156.19 -88.0099 -134.228 -31.6049 -63.7144 19.9979 -41
-0 -8.67413 0 0 -9.79674 0 0 -164.856 -74.0855 -125.734 -24.4094 -64.5253 19.9979 -41
-0 -8.79313 0 0 -10.5319 0 0 -164.856 -72.0974 -125.734 -23.5673 -64.5253 18.998 -41
-0 -9.70043 0 0 -8.7686 0 0 -152.992 -92.8117 -139.45 -34.2806 -67.3579 22.9976 -41
-0 -9.28799 0 0 -10.6706 0 0 -156.787 -87.7556 -133.146 -29.5746 -61.8941 19.9979 -40
-0 -9.13339 0 0 -10.0354 0 0 -165.453 -73.8313 -124.652 -22.379 -62.7051 19.9979 -40
-0 -8.59093 0 0 -7.73909 0 0 -166.326 -72.3853 -128.993 -25.1018 -66.3426 18.998 -42
-0 -9.54428 0 0 -7.47801 0 0 -161.658 -80.8248 -130.955 -27.423 -68.1689 20.9978 -41
-0 -8.78067 0 0 -6.86448 0 0 -170.191 -67.503 -120.707 -23.0471 -69.1836 19.9979 -43
-0 -8.97994 0 0 -10.9779 0 0 -156.19 -86.866 -134.228 -30.63 -63.7144 20.9978 -41
-0 -9.77904 0 0 -9.62642 0 0 -152.992 -92.0438 -139.45 -32.0464 -67.3579 21.9977 -41
-0 -9.05018 0 0 -7.97775 0 0 -166.923 -72.1311 -127.911 -23.0715 -64.5223 18.998 -41
-0 -9.4392 0 0 -11.2165 0 0 -156.787 -86.6118 -133.146 -28.5996 -61.8941 20.9978 -40
-0 -8.82379 0 0 -9.68728 0 0 -164.856 -74.8791 -125.734 -23.7724 -64.5253 18.998 -41
-0 -9.05855 0 0 -11.8357 0 0 -156.19 -86.0982 -134.228 -28.3958 -63.7144 19.9979 -41
-0 -9.73109 0 0 -7.92394 0 0 -152.992 -95.5934 -139.45 -34.4857 -67.3579 22.9976 -41
-0 -8.47123 0 0 -9.86629 0 0 -168.882 -67.1702 -120.396 -23.3779 -62.8568 18.998 -41
-0 -9.85009 0 0 -8.65914 0 0 -152.992 -93.6053 -139.45 -33.6436 -67.3579 21.9977 -41
-0 -9.08648 0 0 -8.04561 0 0 -161.525 -80.2835 -129.202 -29.2677 -68.3726 20.9978 -43
-0 -9.56954 0 0 -8.42999 0 0 -162.943 -76.769 -129.873 -26.1097 -66.3486 20.9978 -40
-0 -8.62159 0 0 -6.89443 0 0 -166.326 -75.1671 -128.993 -25.3069 -66.3426 18.998 -42
-0 -8.8735 0 0 -7.63311 0 0 -166.165 -71.3687 -126.045 -25.3332 -70.8521 19.9979 -43
-0 -9.0106 0 0 -10.1332 0 0 -156.19 -89.6478 -134.228 -30.835 -63.7144 20.9978 -41
-0 -9.8097 0 0 -8.78175 0 0 -152.992 -94.8256 -139.45 -32.2515 -67.3579 21.9977 -41
-0 -9.03263 0 0 -7.68697 0 0 -161.819 -80.7799 -133.904 -29.2883 -63.6594 19.9979 -40
-0 -9.12961 0 0 -10.8684 0 0 -156.19 -87.6596 -134.228 -29.993 -63.7144 19.9979 -41
-0 -9.08084 0 0 -7.13309 0 0 -166.923 -74.9128 -127.911 -23.2765 -64.5223 18.998 -41
-0 -9.33276 0 0 -7.87178 0 0 -166.762 -71.1145 -124.963 -23.3029 -69.0318 19.9979 -42
-0 -9.46986 0 0 -10.3719 0 0 -156.787 -89.3935 -133.146 -28.8047 -61.8941 20.9978 -40
-0 -8.62244 0 0 -10.4123 0 0 -168.882 -66.0263 -120.396 -22.4029 -62.8568 19.9979 -41
-0 -9.11527 0 0 -7.54721 0 0 -161.658 -81.2787 -130.955 -28.5662 -68.1689 21.9977 -41
-0 -9.08921 0 0 -10.991 0 0 -156.19 -88.8799 -134.228 -28.6008 -63.7144 19.9979 -41
-0 -8.9274 0 0 -8.07556 0 0 -157.659 -87.9476 -137.488 -31.5275 -65.5316 19.9979 -42
-0 -9.88075 0 0 -7.81448 0 0 -152.992 -96.387 -139.45 -33.8487 -67.3579 21.9977 -41
-0 -9.11714 0 0 -7.20095 0 0 -161.525 -83.0652 -129.202 -29.4728 -68.3726 20.9978 -43
-0 -9.02471 0 0 -8.17908 0 0 -166.165 -70.2248 -126.045 -24.3583 -70.8521 20.9978 -43
-0 -9.6002 0 0 -7.58533 0 0 -162.943 -79.5508 -129.873 -26.3148 -66.3486 20.9978 -40
-0 -9.18384 0 0 -8.23294 0 0 -161.819 -79.636 -133.904 -28.3134 -63.6594 20.9978 -40
-0 -8.39479 0 0 -9.75649 0 0 -164.856 -75.3331 -125.734 -24.9156 -64.5253 19.9979 -41
-0 -9.38666 0 0 -8.31423 0 0 -158.256 -87.6933 -136.406 -29.4972 -63.7113 19.9979 -41
-0 -9.48397 0 0 -8.41775 0 0 -166.762 -69.9706 -124.963 -22.3279 -69.0318 20.9978 -42
-0 -9.16026 0 0 -10.0237 0 0 -156.19 -90.4414 -134.228 -30.1981 -63.7144 19.9979 -41
-0 -9.01118 0 0 -12.0743 0 0 -156.787 -86.182 -133.146 -28.0914 -61.8941 19.9979 -40
-0 -8.85404 0 0 -9.99515 0 0 -165.453 -75.0788 -124.652 -22.8852 -62.7051 19.9979 -40
-0 -9.33847 0 0 -8.39188 0 0 -161.658 -77.9151 -130.955 -28.6243 -68.1689 21.9977 -41
-0 -8.8077 0 0 -10.2028 0 0 -160.216 -82.7324 -128.89 -29.8036 -62.0459 19.9979 -41
-0 -8.6531 0 0 -9.5676 0 0 -168.882 -68.8081 -120.396 -22.608 -62.8568 19.9979 -41
-0 -8.7721 0 0 -10.3028 0 0 -168.882 -66.8199 -120.396 -21.766 -62.8568 18.998 -41
-0 -9.60468 0 0 -8.86428 0 0 -155.067 -91.4248 -138.68 -31.3533 -65.412 21.9977 -41
-0 -9.90602 0 0 -8.76647 0 0 -154.277 -92.3313 -138.368 -32.5354 -65.5377 21.9977 -40
-0 -8.95806 0 0 -7.2309 0 0 -157.659 -90.7293 -137.488 -31.7326 -65.5316 19.9979 -42
-0 -8.26925 0 0 -10.1519 0 0 -168.882 -67.5221 -120.396 -23.2831 -62.8568 18.998 -41
-0 -9.20997 0 0 -7.96959 0 0 -157.498 -86.9309 -134.54 -31.7589 -70.0411 20.9978 -43
-0 -9.05537 0 0 -7.33442 0 0 -166.165 -73.0066 -126.045 -24.5633 -70.8521 20.9978 -43
-0 -8.61798 0 0 -10.6011 0 0 -164.856 -71.9694 -125.734 -24.9737 -64.5253 19.9979 -41
-0 -9.17437 0 0 -8.06962 0 0 -166.165 -71.0184 -126.045 -23.7213 -70.8521 19.9979 -43
-0 -9.3691 0 0 -8.02344 0 0 -153.152 -96.3421 -142.398 -35.714 -62.8484 20.9978 -40
-0 -9.2145 0 0 -7.38828 0 0 -161.819 -82.4178 -133.904 -28.5184 -63.6594 20.9978 -40
-0 -9.41731 0 0 -7.46956 0 0 -158.256 -90.4751 -136.406 -29.7022 -63.7113 19.9979 -41
-0 -9.3335 0 0 -8.12347 0 0 -161.819 -80.4296 -133.904 -27.6764 -63.6594 19.9979 -40
-0 -8.56989 0 0 -7.50994 0 0 -170.352 -67.1079 -123.655 -23.3005 -64.6741 18.998 -42
-0 -8.8842 0 0 -11.0735 0 0 -158.265 -85.4791 -133.458 -27.7026 -61.7685 19.9979 -41
-FEATURES_TXT_END_0
diff --git a/regression-testing/tests/mert.basic/data/INIT b/regression-testing/tests/mert.basic/data/INIT
deleted file mode 100644
index e1122383a..000000000
--- a/regression-testing/tests/mert.basic/data/INIT
+++ /dev/null
@@ -1,3 +0,0 @@
-0.4 0.15 0.15 0.15 0.15 0.15 0.15 0.5 -1 0.2 0.2 0.2 0.2 0.2
-0 0 0 0 0 0 0 0 0 0 0 0 0 0
-1 1 1 1 1 1 1 1 1 1 1 1 1 1
diff --git a/regression-testing/tests/mert.basic/data/SCORESTAT.bin b/regression-testing/tests/mert.basic/data/SCORESTAT.bin
deleted file mode 100644
index 18c81b2b2..000000000
--- a/regression-testing/tests/mert.basic/data/SCORESTAT.bin
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.basic/data/SCORESTAT.txt b/regression-testing/tests/mert.basic/data/SCORESTAT.txt
deleted file mode 100644
index a7cf9f28e..000000000
--- a/regression-testing/tests/mert.basic/data/SCORESTAT.txt
+++ /dev/null
@@ -1,1020 +0,0 @@
-SCORES_TXT_BEGIN_0 0 100 9 BLEU
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-5 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-5 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-6 12 1 11 0 10 0 9 18
-5 13 0 12 0 11 0 10 18
-5 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 12 1 11 0 10 0 9 18
-5 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-5 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-7 15 1 14 0 13 0 12 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 12 1 11 0 10 0 9 18
-5 13 0 12 0 11 0 10 18
-5 13 0 12 0 11 0 10 18
-5 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-5 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 1 100 9 BLEU
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-18 28 10 27 6 26 5 25 41
-17 27 9 26 6 25 5 24 41
-16 29 9 28 6 27 5 26 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-16 28 9 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-18 29 10 28 6 27 5 26 41
-18 28 10 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-16 29 9 28 6 27 5 26 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-15 25 5 24 1 23 0 22 41
-18 29 10 28 6 27 5 26 41
-17 27 9 26 6 25 5 24 41
-18 28 10 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-16 29 9 28 6 27 5 26 41
-15 26 5 25 1 24 0 23 41
-17 26 9 25 6 24 5 23 41
-18 29 10 28 6 27 5 26 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-18 28 10 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-17 27 9 26 6 25 5 24 41
-18 29 10 28 6 27 5 26 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-15 24 6 23 2 22 0 21 41
-17 26 9 25 6 24 5 23 41
-18 28 10 27 6 26 5 25 41
-17 27 9 26 6 25 5 24 41
-18 28 10 27 6 26 5 25 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-16 29 9 28 6 27 5 26 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-15 25 6 24 2 23 0 22 41
-17 27 9 26 6 25 5 24 41
-18 29 10 28 6 27 5 26 41
-18 29 10 28 6 27 5 26 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-18 28 10 27 6 26 5 25 41
-18 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-18 28 10 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-16 29 9 28 6 27 5 26 41
-15 25 6 24 2 23 0 22 41
-15 25 6 24 2 23 0 22 41
-17 27 9 26 6 25 5 24 41
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 2 100 9 BLEU
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-13 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-12 17 6 16 4 15 3 14 21
-13 18 7 17 4 16 3 15 21
-9 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-12 17 6 16 4 15 3 14 21
-8 14 2 13 0 12 0 11 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-9 15 2 14 0 13 0 12 21
-15 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-8 14 2 13 0 12 0 11 21
-13 21 7 20 4 19 3 18 21
-12 20 6 19 4 18 3 17 21
-13 18 7 17 4 16 3 15 21
-15 21 7 20 4 19 3 18 21
-8 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-9 18 2 17 0 16 0 15 21
-13 22 7 21 4 20 3 19 21
-9 15 2 14 0 13 0 12 21
-12 17 6 16 4 15 3 14 21
-13 18 7 17 4 16 3 15 21
-12 20 6 19 4 18 3 17 21
-8 17 2 16 0 15 0 14 21
-13 18 7 17 4 16 3 15 21
-12 20 7 19 4 18 3 17 21
-7 15 2 14 0 13 0 12 21
-8 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-11 16 5 15 1 14 0 13 21
-9 18 2 17 0 16 0 15 21
-13 22 7 21 4 20 3 19 21
-9 15 2 14 0 13 0 12 21
-8 15 2 14 0 13 0 12 21
-7 14 2 13 0 12 0 11 21
-9 16 2 15 0 14 0 13 21
-12 17 6 16 4 15 3 14 21
-9 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-8 15 2 14 0 13 0 12 21
-13 18 7 17 4 16 3 15 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-8 17 2 16 0 15 0 14 21
-12 18 7 17 4 16 3 15 21
-12 20 7 19 4 18 3 17 21
-7 15 2 14 0 13 0 12 21
-12 17 6 16 4 15 3 14 21
-8 14 2 13 0 12 0 11 21
-12 19 7 18 4 17 3 16 21
-13 21 7 20 4 19 3 18 21
-11 16 5 15 1 14 0 13 21
-13 18 7 17 4 16 3 15 21
-13 19 7 18 4 17 3 16 21
-13 18 7 17 4 16 3 15 21
-7 15 2 14 0 13 0 12 21
-8 15 2 14 0 13 0 12 21
-7 14 2 13 0 12 0 11 21
-9 16 2 15 0 14 0 13 21
-12 17 6 16 4 15 3 14 21
-9 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-8 18 2 17 0 16 0 15 21
-15 21 7 20 4 19 3 18 21
-10 15 4 14 1 13 0 12 21
-8 14 1 13 0 12 0 11 21
-8 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-12 20 6 19 4 18 3 17 21
-12 18 7 17 4 16 3 15 21
-12 17 6 16 4 15 3 14 21
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-8 15 2 14 0 13 0 12 21
-9 18 2 17 0 16 0 15 21
-9 15 2 14 0 13 0 12 21
-8 14 2 13 0 12 0 11 21
-12 17 6 16 4 15 3 14 21
-7 13 1 12 0 11 0 10 21
-12 20 6 19 4 18 3 17 21
-13 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 3 100 9 BLEU
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-11 17 8 16 6 15 4 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-12 17 10 16 8 15 6 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-10 16 8 15 6 14 4 13 15
-11 17 8 16 6 15 4 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-11 17 8 16 6 15 4 14 15
-9 14 7 13 5 12 3 11 15
-9 14 7 13 5 12 3 11 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-11 17 8 16 5 15 3 14 15
-12 17 10 16 8 15 6 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-11 17 8 16 6 15 4 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-11 17 8 16 6 15 4 14 15
-11 17 8 16 6 15 4 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-11 17 8 16 5 15 3 14 15
-7 13 5 12 3 11 1 10 15
-12 17 10 16 8 15 6 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-12 17 10 16 8 15 6 14 15
-11 17 8 16 5 15 3 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 4 100 9 BLEU
-27 34 13 33 4 32 0 31 46
-27 34 13 33 4 32 0 31 46
-26 36 13 35 5 34 0 33 46
-26 36 13 35 5 34 0 33 46
-25 34 11 33 3 32 0 31 46
-25 34 11 33 3 32 0 31 46
-26 35 13 34 5 33 0 32 46
-26 35 13 34 5 33 0 32 46
-25 36 12 35 5 34 0 33 46
-27 34 13 33 4 32 0 31 46
-25 36 12 35 5 34 0 33 46
-26 35 13 34 5 33 0 32 46
-26 35 13 34 5 33 0 32 46
-25 36 12 35 5 34 0 33 46
-25 36 12 35 5 34 0 33 46
-26 36 13 35 5 34 0 33 46
-26 36 13 35 5 34 0 33 46
-26 36 13 35 5 34 0 33 46
-25 33 13 32 6 31 1 30 46
-25 33 13 32 6 31 1 30 46
-24 35 11 34 4 33 0 32 46
-24 35 11 34 4 33 0 32 46
-23 36 10 35 4 34 0 33 46
-25 33 13 32 6 31 1 30 46
-25 34 11 33 3 32 0 31 46
-25 33 13 32 6 31 1 30 46
-24 35 11 34 4 33 0 32 46
-24 35 11 34 4 33 0 32 46
-23 36 10 35 4 34 0 33 46
-27 34 13 33 4 32 0 31 46
-27 34 13 33 4 32 0 31 46
-25 36 12 35 5 34 0 33 46
-26 35 12 34 4 33 0 32 46
-26 35 13 34 5 33 0 32 46
-25 33 13 32 6 31 1 30 46
-26 35 13 34 5 33 0 32 46
-25 33 13 32 6 31 1 30 46
-25 36 12 35 5 34 0 33 46
-27 34 13 33 4 32 0 31 46
-27 34 13 33 4 32 0 31 46
-25 36 12 35 5 34 0 33 46
-25 36 12 35 5 34 0 33 46
-27 35 13 34 4 33 0 32 46
-23 33 11 32 5 31 1 30 46
-26 35 12 34 4 33 0 32 46
-23 33 11 32 5 31 1 30 46
-25 33 13 32 6 31 1 30 46
-25 33 13 32 6 31 1 30 46
-26 36 13 35 5 34 0 33 46
-26 36 13 35 5 34 0 33 46
-27 35 13 34 4 33 0 32 46
-23 33 11 32 5 31 1 30 46
-23 33 11 32 5 31 1 30 46
-26 36 13 35 5 34 0 33 46
-25 34 11 33 3 32 0 31 46
-27 34 13 33 4 32 0 31 46
-25 34 11 33 3 32 0 31 46
-25 33 13 32 6 31 1 30 46
-26 33 12 32 4 31 0 30 46
-25 33 13 32 6 31 1 30 46
-27 34 13 33 4 32 0 31 46
-24 35 10 34 3 33 0 32 46
-24 35 11 34 4 33 0 32 46
-23 33 11 32 5 31 1 30 46
-24 35 11 34 4 33 0 32 46
-23 33 11 32 5 31 1 30 46
-23 36 10 35 4 34 0 33 46
-25 34 11 33 3 32 0 31 46
-27 34 13 33 4 32 0 31 46
-25 34 11 33 3 32 0 31 46
-26 33 12 32 4 31 0 30 46
-26 35 13 34 5 33 0 32 46
-26 35 12 34 4 33 0 32 46
-26 36 13 35 5 34 0 33 46
-27 34 13 33 4 32 0 31 46
-24 35 10 34 3 33 0 32 46
-26 35 13 34 5 33 0 32 46
-23 33 11 32 5 31 1 30 46
-25 36 12 35 5 34 0 33 46
-23 33 11 32 5 31 1 30 46
-27 35 14 34 6 33 1 32 46
-27 34 13 33 4 32 0 31 46
-27 35 14 34 6 33 1 32 46
-26 35 12 34 4 33 0 32 46
-27 34 13 33 4 32 0 31 46
-25 36 12 35 5 34 0 33 46
-27 34 13 33 4 32 0 31 46
-26 35 13 34 5 33 0 32 46
-25 36 12 35 5 34 0 33 46
-26 35 12 34 4 33 0 32 46
-26 36 13 35 5 34 0 33 46
-27 35 13 34 4 33 0 32 46
-26 35 13 34 5 33 0 32 46
-27 34 13 33 4 32 0 31 46
-26 35 12 34 4 33 0 32 46
-25 36 12 35 5 34 0 33 46
-27 36 14 35 6 34 1 33 46
-25 33 13 32 6 31 1 30 46
-25 33 13 32 6 31 1 30 46
-27 35 14 34 6 33 1 32 46
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 5 100 9 BLEU
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-14 20 5 19 2 18 1 17 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-14 20 5 19 2 18 1 17 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 23 8 22 4 21 2 20 24
-13 19 5 18 2 17 1 16 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 6 100 9 BLEU
-16 29 9 28 7 27 6 26 34
-16 27 9 26 7 25 6 24 34
-14 28 4 27 2 26 1 25 34
-16 29 9 28 7 27 6 26 34
-18 32 11 31 8 30 6 29 34
-16 29 9 28 7 27 6 26 34
-16 29 9 28 7 27 6 26 34
-16 28 9 27 7 26 6 25 34
-16 29 9 28 7 27 6 26 34
-16 29 9 28 7 27 6 26 34
-14 26 4 25 2 24 1 23 34
-14 28 4 27 2 26 1 25 34
-16 29 9 28 7 27 6 26 34
-16 29 9 28 7 27 6 26 34
-18 30 11 29 8 28 6 27 34
-16 31 6 30 3 29 1 28 34
-18 32 11 31 8 30 6 29 34
-16 27 9 26 7 25 6 24 34
-16 29 9 28 7 27 6 26 34
-16 27 9 26 7 25 6 24 34
-16 29 9 28 7 27 6 26 34
-16 29 9 28 7 27 6 26 34
-14 27 4 26 2 25 1 24 34
-18 32 11 31 8 30 6 29 34
-18 32 11 31 8 30 6 29 34
-14 28 4 27 2 26 1 25 34
-16 27 9 26 7 25 6 24 34
-16 29 9 28 7 27 6 26 34
-18 31 11 30 8 29 6 28 34
-16 28 9 27 7 26 6 25 34
-17 29 9 28 7 27 6 26 34
-16 28 9 27 7 26 6 25 34
-16 27 9 26 7 25 6 24 34
-16 29 9 28 7 27 6 26 34
-18 32 11 31 8 30 6 29 34
-14 28 4 27 2 26 1 25 34
-18 32 11 31 8 30 6 29 34
-16 29 9 28 7 27 6 26 34
-14 28 4 27 2 26 1 25 34
-16 29 6 28 3 27 1 26 34
-16 29 9 28 7 27 6 26 34
-16 31 6 30 3 29 1 28 34
-16 27 9 26 7 25 6 24 34
-17 29 8 28 6 27 5 26 34
-16 29 9 28 7 27 6 26 34
-18 32 11 31 8 30 6 29 34
-16 28 9 27 7 26 6 25 34
-18 32 11 31 8 30 6 29 34
-16 29 9 28 7 27 6 26 34
-18 30 11 29 8 28 6 27 34
-16 29 9 28 7 27 6 26 34
-18 32 11 31 8 30 6 29 34
-15 29 7 28 4 27 2 26 34
-18 30 11 29 8 28 6 27 34
-18 32 11 31 8 30 6 29 34
-16 29 9 28 7 27 6 26 34
-18 32 11 31 8 30 6 29 34
-16 28 9 27 7 26 6 25 34
-15 29 7 28 4 27 2 26 34
-16 29 9 28 7 27 6 26 34
-16 30 6 29 3 28 1 27 34
-15 29 7 28 4 27 2 26 34
-16 29 9 28 7 27 6 26 34
-15 28 4 27 2 26 1 25 34
-14 28 4 27 2 26 1 25 34
-16 28 9 27 7 26 6 25 34
-16 29 9 28 7 27 6 26 34
-16 31 6 30 3 29 1 28 34
-16 29 9 28 7 27 6 26 34
-18 30 11 29 8 28 6 27 34
-16 30 9 29 7 28 6 27 34
-18 32 11 31 8 30 6 29 34
-14 26 4 25 2 24 1 23 34
-14 28 4 27 2 26 1 25 34
-16 29 9 28 7 27 6 26 34
-14 28 4 27 2 26 1 25 34
-15 29 7 28 4 27 2 26 34
-18 31 11 30 8 29 6 28 34
-17 27 8 26 6 25 5 24 34
-19 32 11 31 8 30 6 29 34
-16 29 9 28 7 27 6 26 34
-17 29 8 28 6 27 5 26 34
-18 31 11 30 8 29 6 28 34
-17 29 9 28 7 27 6 26 34
-18 30 11 29 8 28 6 27 34
-18 32 11 31 8 30 6 29 34
-17 29 9 28 7 27 6 26 34
-16 29 9 28 7 27 6 26 34
-16 31 6 30 3 29 1 28 34
-18 32 11 31 8 30 6 29 34
-16 31 6 30 3 29 1 28 34
-18 32 11 31 8 30 6 29 34
-16 28 9 27 7 26 6 25 34
-14 28 4 27 2 26 1 25 34
-16 29 9 28 7 27 6 26 34
-15 27 7 26 4 25 2 24 34
-14 28 4 27 2 26 1 25 34
-14 28 4 27 2 26 1 25 34
-15 29 7 28 4 27 2 26 34
-18 30 11 29 8 28 6 27 34
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 7 100 9 BLEU
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-22 25 16 24 13 23 11 22 34
-22 25 16 24 13 23 11 22 34
-22 25 16 24 13 23 11 22 34
-22 25 16 24 13 23 11 22 34
-22 25 16 24 13 23 11 22 34
-23 25 16 24 13 23 11 22 34
-21 23 13 22 10 21 7 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-20 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-24 27 17 26 14 25 11 24 34
-21 23 15 22 13 21 11 20 34
-24 27 17 26 14 25 11 24 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-22 23 15 22 13 21 11 20 34
-23 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-23 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-23 25 16 24 13 23 11 22 34
-23 25 16 24 13 23 11 22 34
-22 24 15 23 13 22 11 21 34
-20 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-24 27 17 26 14 25 11 24 34
-24 27 17 26 14 25 11 24 34
-23 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-23 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-20 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-24 27 17 26 14 25 11 24 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-20 23 15 22 13 21 11 20 34
-22 23 15 22 13 21 11 20 34
-21 24 15 23 13 22 11 21 34
-20 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 13 22 10 21 7 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-24 27 17 26 14 25 11 24 34
-22 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-24 27 17 26 14 25 11 24 34
-22 25 16 24 13 23 11 22 34
-24 27 17 26 14 25 11 24 34
-21 23 15 22 13 21 11 20 34
-20 22 13 21 10 20 7 19 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 8 100 9 BLEU
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 9 100 9 BLEU
-30 41 18 40 11 39 7 38 58
-30 41 17 40 10 39 6 38 58
-31 40 18 39 11 38 6 37 58
-30 41 18 40 11 39 7 38 58
-30 41 17 40 10 39 6 38 58
-31 41 18 40 11 39 7 38 58
-31 40 18 39 11 38 6 37 58
-31 41 17 40 10 39 6 38 58
-32 40 18 39 11 38 6 37 58
-31 41 18 40 11 39 7 38 58
-31 41 17 40 10 39 6 38 58
-32 40 18 39 11 38 6 37 58
-31 41 18 40 11 39 6 38 58
-31 43 17 42 9 41 6 40 58
-29 40 17 39 11 38 7 37 58
-32 42 18 41 10 40 6 39 58
-31 41 18 40 11 39 6 38 58
-31 43 17 42 9 41 6 40 58
-29 40 17 39 11 38 7 37 58
-30 41 18 40 11 39 7 38 58
-32 42 18 41 10 40 6 39 58
-32 41 18 40 11 39 6 38 58
-30 41 17 40 10 39 6 38 58
-32 43 17 42 9 41 6 40 58
-30 40 17 39 11 38 7 37 58
-30 41 18 40 11 39 7 38 58
-31 40 18 39 11 38 6 37 58
-33 42 18 41 10 40 6 39 58
-32 41 18 40 11 39 6 38 58
-30 41 17 40 10 39 6 38 58
-32 43 17 42 9 41 6 40 58
-31 40 18 39 11 38 6 37 58
-30 40 17 39 11 38 7 37 58
-31 41 18 40 11 39 7 38 58
-30 41 18 40 11 39 7 38 58
-33 42 18 41 10 40 6 39 58
-30 41 18 40 11 39 7 38 58
-32 43 18 42 10 41 6 40 58
-31 41 17 40 10 39 6 38 58
-30 41 17 40 10 39 6 38 58
-30 41 17 40 10 39 6 38 58
-31 41 18 40 11 39 7 38 58
-32 40 18 39 11 38 6 37 58
-31 40 18 39 11 38 6 37 58
-30 42 16 41 9 40 6 39 58
-30 41 18 40 11 39 7 38 58
-32 43 18 42 10 41 6 40 58
-31 41 17 40 10 39 6 38 58
-31 41 18 40 11 39 7 38 58
-31 41 17 40 10 39 6 38 58
-32 40 18 39 11 38 6 37 58
-30 41 17 40 10 39 6 38 58
-31 41 17 40 10 39 6 38 58
-31 41 18 40 11 39 7 38 58
-31 41 18 40 11 39 6 38 58
-31 41 18 40 11 39 7 38 58
-33 43 18 42 10 41 6 40 58
-31 40 19 39 12 38 8 37 58
-30 42 16 41 9 40 6 39 58
-31 43 17 42 9 41 6 40 58
-31 41 17 40 10 39 6 38 58
-31 41 18 40 11 39 7 38 58
-29 40 17 39 11 38 7 37 58
-31 41 17 40 10 39 6 38 58
-31 41 17 40 10 39 6 38 58
-32 42 18 41 10 40 6 39 58
-32 40 18 39 11 38 6 37 58
-31 41 18 40 11 39 6 38 58
-30 41 18 40 11 39 7 38 58
-31 41 17 40 10 39 6 38 58
-31 42 16 41 9 40 6 39 58
-31 41 18 40 11 39 7 38 58
-33 43 18 42 10 41 6 40 58
-31 43 17 42 9 41 6 40 58
-31 40 19 39 12 38 8 37 58
-29 40 17 39 11 38 7 37 58
-30 41 17 40 10 39 6 38 58
-32 41 17 40 10 39 6 38 58
-32 42 18 41 10 40 6 39 58
-31 41 17 40 10 39 6 38 58
-32 40 18 39 11 38 6 37 58
-31 40 18 39 11 38 6 37 58
-30 41 18 40 11 39 7 38 58
-32 41 18 40 11 39 6 38 58
-31 41 18 40 11 39 6 38 58
-31 41 18 40 11 39 6 38 58
-31 41 18 40 11 39 7 38 58
-32 40 19 39 12 38 8 37 58
-31 42 16 41 9 40 6 39 58
-31 41 18 40 11 39 6 38 58
-32 43 17 42 9 41 6 40 58
-31 43 17 42 9 41 6 40 58
-30 41 17 40 10 39 6 38 58
-31 43 17 42 9 41 6 40 58
-30 40 17 39 11 38 7 37 58
-29 40 17 39 11 38 7 37 58
-32 41 17 40 10 39 6 38 58
-29 40 17 39 11 38 7 37 58
-31 42 17 41 10 40 6 39 58
-31 41 17 40 10 39 6 38 58
-SCORES_TXT_END_0
diff --git a/regression-testing/tests/mert.basic/filter-stderr b/regression-testing/tests/mert.basic/filter-stderr
deleted file mode 100755
index dcd74ad6c..000000000
--- a/regression-testing/tests/mert.basic/filter-stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/perl
-
-$x=0;
-while (<>) {
- chomp;
- next if !/savetxt/;
- s/.+?(ngram)/$1/i;
- $x++;
- print "STDERR_$x=$_\n";
-}
diff --git a/regression-testing/tests/mert.basic/filter-stdout b/regression-testing/tests/mert.basic/filter-stdout
deleted file mode 100755
index 1212cc873..000000000
--- a/regression-testing/tests/mert.basic/filter-stdout
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "STDOUT_$x=$_\n";
-}
diff --git a/regression-testing/tests/mert.basic/truth/results.txt b/regression-testing/tests/mert.basic/truth/results.txt
deleted file mode 100644
index e3f76c8d0..000000000
--- a/regression-testing/tests/mert.basic/truth/results.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-STDOUT_1=Best point: 0.000488591 0.000241107 0.000561318 0.000818748 0.000750885 0.000210658 0.000893409 0.000287307 1.8763e-05 0.00088237 0.000277208 0.0671041 0.000544691 -0.926921 => 0.304339
-STDOUT_2=Best point: 0.000488591 0.000241107 0.000561318 0.000818748 0.000750885 0.000210658 0.000893409 0.000287307 1.8763e-05 0.00088237 0.000277208 0.0671041 0.000544691 -0.926921 => 0.304339
-TOTAL_WALLTIME ~ 3
diff --git a/regression-testing/tests/mert.extractor-bin/command b/regression-testing/tests/mert.extractor-bin/command
deleted file mode 100755
index 82e6e62fe..000000000
--- a/regression-testing/tests/mert.extractor-bin/command
+++ /dev/null
@@ -1,48 +0,0 @@
-#! /bin/sh -w
-bin=$1; shift
-testdir=$1; shift
-cd $testdir
-
-extractor=$bin/extractor
-
-size=15
-
-ref=data/reference
-
-prevscfile=""
-prevffile=""
-
-for run in 1 2 3 4 5 ; do
-nbest=data/nbest.$run.gz
-scfile=SCORESTAT.run$run
-ffile=FEATSTAT.run$run
-
-if [ $run -le 1 ] ;then
-$extractor --nbest $nbest --reference $ref --ffile $ffile --scfile $scfile
-$extractor --binary --nbest $nbest --reference $ref --ffile $ffile.b --scfile $scfile.b
-$extractor --ffile $ffile.2 --scfile $scfile.2 --prev-scfile $scfile.b --prev-ffile $ffile.b
-else
-$extractor --nbest $nbest --reference $ref --ffile $ffile --scfile $scfile --prev-scfile $prevscfile --prev-ffile $prevffile
-$extractor --binary --nbest $nbest --reference $ref --ffile $ffile.b --scfile $scfile.b --prev-scfile $prevscfile.b --prev-ffile $prevffile.b
-$extractor --ffile $ffile.2 --scfile $scfile.2 --prev-scfile $scfile.b --prev-ffile $ffile.b
-fi
-
-
-cmp $scfile $scfile.2
-cmp $ffile $ffile.2
-wc $ffile $scfile $ffile.2 $scfile.2 | grep run | perl -pe 's/ +/ /g;s/^ //;'
-
-prevscfile=$scfile
-prevffile=$ffile
-
-run=$(($run +1))
-done
-
-
-for run in 1 2 3 4 5 ; do
-scfile=SCORESTAT.run$run
-ffile=FEATSTAT.run$run
-
-rm $ffile $scfile
-rm $ffile.2 $scfile.2
-done
diff --git a/regression-testing/tests/mert.extractor-bin/data/nbest.1.gz b/regression-testing/tests/mert.extractor-bin/data/nbest.1.gz
deleted file mode 100644
index 4e105c27d..000000000
--- a/regression-testing/tests/mert.extractor-bin/data/nbest.1.gz
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.extractor-bin/data/nbest.2.gz b/regression-testing/tests/mert.extractor-bin/data/nbest.2.gz
deleted file mode 100644
index f1939f66f..000000000
--- a/regression-testing/tests/mert.extractor-bin/data/nbest.2.gz
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.extractor-bin/data/nbest.3.gz b/regression-testing/tests/mert.extractor-bin/data/nbest.3.gz
deleted file mode 100644
index a0c155ca1..000000000
--- a/regression-testing/tests/mert.extractor-bin/data/nbest.3.gz
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.extractor-bin/data/nbest.4.gz b/regression-testing/tests/mert.extractor-bin/data/nbest.4.gz
deleted file mode 100644
index 6998ad89f..000000000
--- a/regression-testing/tests/mert.extractor-bin/data/nbest.4.gz
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.extractor-bin/data/nbest.5.gz b/regression-testing/tests/mert.extractor-bin/data/nbest.5.gz
deleted file mode 100644
index 1c21e3d68..000000000
--- a/regression-testing/tests/mert.extractor-bin/data/nbest.5.gz
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.extractor-bin/data/reference b/regression-testing/tests/mert.extractor-bin/data/reference
deleted file mode 100644
index f54eb4f6d..000000000
--- a/regression-testing/tests/mert.extractor-bin/data/reference
+++ /dev/null
@@ -1,10 +0,0 @@
-what i would also call for , however , is to look beyond immediate concerns in biarritz .
-we , as elected representatives , are at least as responsible for encouraging it to make progress in the face of adversity as we are for relaying the messages that we receive from public opinion in each of our countries .
-with an eye to recent events , the issue of petrol prices also seems to me to be particularly noteworthy .
-at present , the council is talking about incorporating such mechanisms in article 7 .
-secondly , it lies in its transparency for the public , who now know what rights they have in respect of those who create and apply european law , and in its transparency for those who do precisely that , draft or apply european law .
-i agree with him that the commission must continue to play a pivotal role as guardian of the common interests of the community .
-that is why i believe it is very important for the chairman of the eurogroup - which we chose to set up - to continue to play a full role in this area .
-i for my part believe that it is precisely for this reason that the convention method is a good one and that ample use should again be made of it in the future .
-mr president , mr president-in-office of the council , ladies and gentlemen , thank you for your kind accolade and thank you also to those who have gently reproached me for not making this speech earlier .
-we must work on closer cooperation and make it simpler and more effective in order to bring this about : closer cooperation is the immediate , simplest way forward if we are to take that additional step towards integration , the need for which has been confirmed by the many powerful speeches which i have heard today .
diff --git a/regression-testing/tests/mert.extractor-bin/filter-stderr b/regression-testing/tests/mert.extractor-bin/filter-stderr
deleted file mode 100755
index d838a0b68..000000000
--- a/regression-testing/tests/mert.extractor-bin/filter-stderr
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/perl
-
diff --git a/regression-testing/tests/mert.extractor-bin/filter-stdout b/regression-testing/tests/mert.extractor-bin/filter-stdout
deleted file mode 100755
index 1212cc873..000000000
--- a/regression-testing/tests/mert.extractor-bin/filter-stdout
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "STDOUT_$x=$_\n";
-}
diff --git a/regression-testing/tests/mert.extractor-bin/truth/results.txt b/regression-testing/tests/mert.extractor-bin/truth/results.txt
deleted file mode 100644
index 20b521ad4..000000000
--- a/regression-testing/tests/mert.extractor-bin/truth/results.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-STDOUT_1=1020 14190 86273 FEATSTAT.run1
-STDOUT_2=1020 9060 26328 SCORESTAT.run1
-STDOUT_3=1020 14190 86273 FEATSTAT.run1.2
-STDOUT_4=1020 9060 26328 SCORESTAT.run1.2
-STDOUT_5=2020 28190 172503 FEATSTAT.run2
-STDOUT_6=2020 18060 52341 SCORESTAT.run2
-STDOUT_7=2020 28190 172503 FEATSTAT.run2.2
-STDOUT_8=2020 18060 52341 SCORESTAT.run2.2
-STDOUT_9=3020 42190 264672 FEATSTAT.run3
-STDOUT_10=3020 27060 77299 SCORESTAT.run3
-STDOUT_11=3020 42190 264672 FEATSTAT.run3.2
-STDOUT_12=3020 27060 77299 SCORESTAT.run3.2
-STDOUT_13=4020 56190 360150 FEATSTAT.run4
-STDOUT_14=4020 36060 103698 SCORESTAT.run4
-STDOUT_15=4020 56190 360150 FEATSTAT.run4.2
-STDOUT_16=4020 36060 103698 SCORESTAT.run4.2
-STDOUT_17=5020 70190 462892 FEATSTAT.run5
-STDOUT_18=5020 45060 129840 SCORESTAT.run5
-STDOUT_19=5020 70190 462892 FEATSTAT.run5.2
-STDOUT_20=5020 45060 129840 SCORESTAT.run5.2
-TOTAL_WALLTIME ~ 5
diff --git a/regression-testing/tests/mert.extractor-txt/command b/regression-testing/tests/mert.extractor-txt/command
deleted file mode 100755
index a0cac62e0..000000000
--- a/regression-testing/tests/mert.extractor-txt/command
+++ /dev/null
@@ -1,40 +0,0 @@
-#! /bin/sh -w
-
-bin=$1; shift
-testdir=$1; shift
-cd $testdir
-
-extractor=$bin/extractor
-
-size=15
-
-ref=data/reference
-
-prevscfile=""
-prevffile=""
-
-for run in 1 2 3 4 5 ; do
-nbest=data/nbest.$run.gz
-scfile=SCORESTAT.run$run
-ffile=FEATSTAT.run$run
-
-if [ $run -le 1 ] ;then
-$extractor --nbest $nbest --reference $ref --ffile $ffile --scfile $scfile
-else
-$extractor --nbest $nbest --reference $ref --ffile $ffile --scfile $scfile --prev-scfile $prevscfile --prev-ffile $prevffile
-fi
-
-prevscfile=$scfile
-prevffile=$ffile
-
-cat $ffile $scfile
-
-run=$(($run +1))
-done
-
-for run in 1 2 3 4 5 ; do
-scfile=SCORESTAT.run$run
-ffile=FEATSTAT.run$run
-
-rm $ffile $scfile
-done
diff --git a/regression-testing/tests/mert.extractor-txt/data/nbest.1.gz b/regression-testing/tests/mert.extractor-txt/data/nbest.1.gz
deleted file mode 100644
index 4e105c27d..000000000
--- a/regression-testing/tests/mert.extractor-txt/data/nbest.1.gz
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.extractor-txt/data/nbest.2.gz b/regression-testing/tests/mert.extractor-txt/data/nbest.2.gz
deleted file mode 100644
index f1939f66f..000000000
--- a/regression-testing/tests/mert.extractor-txt/data/nbest.2.gz
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.extractor-txt/data/nbest.3.gz b/regression-testing/tests/mert.extractor-txt/data/nbest.3.gz
deleted file mode 100644
index a0c155ca1..000000000
--- a/regression-testing/tests/mert.extractor-txt/data/nbest.3.gz
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.extractor-txt/data/nbest.4.gz b/regression-testing/tests/mert.extractor-txt/data/nbest.4.gz
deleted file mode 100644
index 6998ad89f..000000000
--- a/regression-testing/tests/mert.extractor-txt/data/nbest.4.gz
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.extractor-txt/data/nbest.5.gz b/regression-testing/tests/mert.extractor-txt/data/nbest.5.gz
deleted file mode 100644
index 1c21e3d68..000000000
--- a/regression-testing/tests/mert.extractor-txt/data/nbest.5.gz
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.extractor-txt/data/reference b/regression-testing/tests/mert.extractor-txt/data/reference
deleted file mode 100644
index f54eb4f6d..000000000
--- a/regression-testing/tests/mert.extractor-txt/data/reference
+++ /dev/null
@@ -1,10 +0,0 @@
-what i would also call for , however , is to look beyond immediate concerns in biarritz .
-we , as elected representatives , are at least as responsible for encouraging it to make progress in the face of adversity as we are for relaying the messages that we receive from public opinion in each of our countries .
-with an eye to recent events , the issue of petrol prices also seems to me to be particularly noteworthy .
-at present , the council is talking about incorporating such mechanisms in article 7 .
-secondly , it lies in its transparency for the public , who now know what rights they have in respect of those who create and apply european law , and in its transparency for those who do precisely that , draft or apply european law .
-i agree with him that the commission must continue to play a pivotal role as guardian of the common interests of the community .
-that is why i believe it is very important for the chairman of the eurogroup - which we chose to set up - to continue to play a full role in this area .
-i for my part believe that it is precisely for this reason that the convention method is a good one and that ample use should again be made of it in the future .
-mr president , mr president-in-office of the council , ladies and gentlemen , thank you for your kind accolade and thank you also to those who have gently reproached me for not making this speech earlier .
-we must work on closer cooperation and make it simpler and more effective in order to bring this about : closer cooperation is the immediate , simplest way forward if we are to take that additional step towards integration , the need for which has been confirmed by the many powerful speeches which i have heard today .
diff --git a/regression-testing/tests/mert.extractor-txt/filter-stderr b/regression-testing/tests/mert.extractor-txt/filter-stderr
deleted file mode 100755
index d838a0b68..000000000
--- a/regression-testing/tests/mert.extractor-txt/filter-stderr
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/perl
-
diff --git a/regression-testing/tests/mert.extractor-txt/filter-stdout b/regression-testing/tests/mert.extractor-txt/filter-stdout
deleted file mode 100755
index 1212cc873..000000000
--- a/regression-testing/tests/mert.extractor-txt/filter-stdout
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "STDOUT_$x=$_\n";
-}
diff --git a/regression-testing/tests/mert.extractor-txt/truth/results.txt b/regression-testing/tests/mert.extractor-txt/truth/results.txt
deleted file mode 100644
index 0528e9df9..000000000
--- a/regression-testing/tests/mert.extractor-txt/truth/results.txt
+++ /dev/null
@@ -1,30201 +0,0 @@
-STDOUT_1=FEATURES_TXT_BEGIN_0 0 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_2=0 -3.30693 0 0 -2.83036 0 0 -47.2982 -36.7163 -58.3679 -12.6473 -17.133 7.99917 -14
-STDOUT_3=0 -4.41356 0 0 -2.28612 0 0 -42.5518 -44.2233 -68.0063 -12.3881 -18.2718 7.99917 -13
-STDOUT_4=0 -2.85902 0 0 -2.70964 0 0 -47.2982 -37.6246 -59.1133 -13.0501 -18.2054 7.99917 -14
-STDOUT_5=0 -2.75747 0 0 -2.83036 0 0 -47.2982 -38.786 -58.3679 -13.1694 -17.133 7.99917 -14
-STDOUT_6=0 -2.78419 0 0 -2.83036 0 0 -47.2982 -38.4271 -58.3679 -13.4644 -17.133 7.99917 -14
-STDOUT_7=0 -3.32777 0 0 -2.8474 0 0 -47.2982 -37.3849 -58.3679 -12.6675 -17.133 8.99907 -14
-STDOUT_8=0 -3.96565 0 0 -2.1654 0 0 -42.5518 -45.1316 -68.7517 -12.7909 -19.3442 7.99917 -13
-STDOUT_9=0 -3.8641 0 0 -2.28612 0 0 -42.5518 -46.2931 -68.0063 -12.9102 -18.2718 7.99917 -13
-STDOUT_10=0 -3.89082 0 0 -2.28612 0 0 -42.5518 -45.9341 -68.0063 -13.2052 -18.2718 7.99917 -13
-STDOUT_11=0 -4.4344 0 0 -2.30316 0 0 -42.5518 -44.892 -68.0063 -12.4082 -18.2718 8.99907 -13
-STDOUT_12=0 -2.30956 0 0 -2.70964 0 0 -47.2982 -39.6944 -59.1133 -13.5721 -18.2054 7.99917 -14
-STDOUT_13=0 -2.33627 0 0 -2.70964 0 0 -47.2982 -39.3354 -59.1133 -13.8672 -18.2054 7.99917 -14
-STDOUT_14=0 -2.77831 0 0 -2.8474 0 0 -47.2982 -39.4547 -58.3679 -13.1895 -17.133 8.99907 -14
-STDOUT_15=0 -2.80503 0 0 -2.8474 0 0 -47.2982 -39.0958 -58.3679 -13.4846 -17.133 8.99907 -14
-STDOUT_16=0 -2.89154 0 0 -2.72667 0 0 -47.2982 -38.3976 -59.1133 -13.1245 -18.2054 8.99907 -14
-STDOUT_17=0 -3.72215 0 0 -2.84486 0 0 -47.2982 -36.9181 -58.3679 -12.8766 -17.133 8.99907 -14
-STDOUT_18=0 -3.41619 0 0 -2.1654 0 0 -42.5518 -47.2014 -68.7517 -13.3129 -19.3442 7.99917 -13
-STDOUT_19=0 -3.4429 0 0 -2.1654 0 0 -42.5518 -46.8424 -68.7517 -13.608 -19.3442 7.99917 -13
-STDOUT_20=0 -3.88494 0 0 -2.30316 0 0 -42.5518 -46.9618 -68.0063 -12.9303 -18.2718 8.99907 -13
-STDOUT_21=0 -3.91166 0 0 -2.30316 0 0 -42.5518 -46.6028 -68.0063 -13.2254 -18.2718 8.99907 -13
-STDOUT_22=0 -3.99817 0 0 -2.18243 0 0 -42.5518 -45.9046 -68.7517 -12.8653 -19.3442 8.99907 -13
-STDOUT_23=0 -4.82878 0 0 -2.30062 0 0 -42.5518 -44.4252 -68.0063 -12.6173 -18.2718 8.99907 -13
-STDOUT_24=0 -2.34208 0 0 -2.72667 0 0 -47.2982 -40.4674 -59.1133 -13.6466 -18.2054 8.99907 -14
-STDOUT_25=0 -2.3688 0 0 -2.72667 0 0 -47.2982 -40.1084 -59.1133 -13.9416 -18.2054 8.99907 -14
-STDOUT_26=0 -3.17269 0 0 -2.84486 0 0 -47.2982 -38.9879 -58.3679 -13.3986 -17.133 8.99907 -14
-STDOUT_27=0 -3.1994 0 0 -2.84486 0 0 -47.2982 -38.629 -58.3679 -13.6937 -17.133 8.99907 -14
-STDOUT_28=0 -4.18376 0 0 -2.38711 0 0 -46.3334 -39.2286 -62.8949 -11.1151 -18.0911 7.99917 -14
-STDOUT_29=0 -3.75467 0 0 -2.8619 0 0 -47.2982 -37.6911 -58.3679 -12.951 -17.133 9.99896 -14
-STDOUT_30=0 -3.44872 0 0 -2.18243 0 0 -42.5518 -47.9744 -68.7517 -13.3874 -19.3442 8.99907 -13
-STDOUT_31=0 -3.47543 0 0 -2.18243 0 0 -42.5518 -47.6155 -68.7517 -13.6824 -19.3442 8.99907 -13
-STDOUT_32=0 -4.27932 0 0 -2.30062 0 0 -42.5518 -46.4949 -68.0063 -13.1394 -18.2718 8.99907 -13
-STDOUT_33=0 -4.30603 0 0 -2.30062 0 0 -42.5518 -46.136 -68.0063 -13.4345 -18.2718 8.99907 -13
-STDOUT_34=0 -4.8613 0 0 -2.31766 0 0 -42.5518 -45.1982 -68.0063 -12.6918 -18.2718 9.99896 -13
-STDOUT_35=0 -3.73585 0 0 -2.26638 0 0 -46.3334 -40.1369 -63.6404 -11.5179 -19.1635 7.99917 -14
-STDOUT_36=0 -3.63431 0 0 -2.38711 0 0 -46.3334 -41.2984 -62.8949 -11.6372 -18.0911 7.99917 -14
-STDOUT_37=0 -2.9937 0 0 -2.83782 0 0 -47.2982 -39.341 -58.3679 -14.6744 -17.133 7.99917 -14
-STDOUT_38=0 -3.20521 0 0 -2.8619 0 0 -47.2982 -39.7609 -58.3679 -13.473 -17.133 9.99896 -14
-STDOUT_39=0 -3.66102 0 0 -2.38711 0 0 -46.3334 -40.9394 -62.8949 -11.9323 -18.0911 7.99917 -14
-STDOUT_40=0 -3.23193 0 0 -2.8619 0 0 -47.2982 -39.402 -58.3679 -13.7681 -17.133 9.99896 -14
-STDOUT_41=0 -4.2046 0 0 -2.40414 0 0 -46.3334 -39.8973 -62.8949 -11.1353 -18.0911 8.99907 -14
-STDOUT_42=0 -4.10033 0 0 -2.29358 0 0 -42.5518 -46.848 -68.0063 -14.4152 -18.2718 7.99917 -13
-STDOUT_43=0 -4.31184 0 0 -2.31766 0 0 -42.5518 -47.268 -68.0063 -13.2138 -18.2718 9.99896 -13
-STDOUT_44=0 -4.33856 0 0 -2.31766 0 0 -42.5518 -46.909 -68.0063 -13.5089 -18.2718 9.99896 -13
-STDOUT_45=0 -3.18639 0 0 -2.26638 0 0 -46.3334 -42.2067 -63.6404 -12.04 -19.1635 7.99917 -14
-STDOUT_46=0 -2.54578 0 0 -2.7171 0 0 -47.2982 -40.2493 -59.1133 -15.0771 -18.2054 7.99917 -14
-STDOUT_47=0 -3.21311 0 0 -2.26638 0 0 -46.3334 -41.8477 -63.6404 -12.335 -19.1635 7.99917 -14
-STDOUT_48=0 -3.33257 0 0 -3.16683 0 0 -47.2982 -39.0474 -58.3679 -13.4871 -17.133 8.99907 -14
-STDOUT_49=0 -3.65514 0 0 -2.40414 0 0 -46.3334 -41.9671 -62.8949 -11.6573 -18.0911 8.99907 -14
-STDOUT_50=0 -3.01454 0 0 -2.85486 0 0 -47.2982 -40.0097 -58.3679 -14.6945 -17.133 8.99907 -14
-STDOUT_51=0 -3.68186 0 0 -2.40414 0 0 -46.3334 -41.6081 -62.8949 -11.9524 -18.0911 8.99907 -14
-STDOUT_52=0 -4.36041 0 0 -2.71984 0 0 -44.9832 -43.0698 -65.3956 -11.695 -15.5664 7.99917 -13
-STDOUT_53=0 -3.76838 0 0 -2.28342 0 0 -46.3334 -40.9099 -63.6404 -11.5923 -19.1635 8.99907 -14
-STDOUT_54=0 -4.59898 0 0 -2.40161 0 0 -46.3334 -39.4304 -62.8949 -11.3444 -18.0911 8.99907 -14
-STDOUT_55=0 -3.65241 0 0 -2.17286 0 0 -42.5518 -47.7563 -68.7517 -14.8179 -19.3442 7.99917 -13
-STDOUT_56=0 -4.4392 0 0 -2.62259 0 0 -42.5518 -46.5544 -68.0063 -13.2279 -18.2718 8.99907 -13
-STDOUT_57=0 -2.88574 0 0 -3.16683 0 0 -47.2982 -40.1725 -58.3679 -14.3898 -17.133 8.99907 -14
-STDOUT_58=0 -4.12117 0 0 -2.31062 0 0 -42.5518 -47.5167 -68.0063 -14.4353 -18.2718 8.99907 -13
-STDOUT_59=0 -2.88466 0 0 -3.04611 0 0 -47.2982 -39.9557 -59.1133 -13.8898 -18.2054 8.99907 -14
-STDOUT_60=0 -3.91249 0 0 -2.59912 0 0 -44.9832 -43.9781 -66.141 -12.0977 -16.6388 7.99917 -13
-STDOUT_61=0 -3.35341 0 0 -3.18387 0 0 -47.2982 -39.7161 -58.3679 -13.5072 -17.133 9.99896 -14
-STDOUT_62=0 -3.48129 0 0 -3.00472 0 0 -46.3889 -38.7444 -66.49 -13.3405 -15.572 7.99917 -12
-STDOUT_63=0 -3.81095 0 0 -2.71984 0 0 -44.9832 -45.1396 -65.3956 -12.217 -15.5664 7.99917 -13
-STDOUT_64=0 -3.83767 0 0 -2.71984 0 0 -44.9832 -44.7807 -65.3956 -12.5121 -15.5664 7.99917 -13
-STDOUT_65=0 -3.21892 0 0 -2.28342 0 0 -46.3334 -42.9797 -63.6404 -12.1144 -19.1635 8.99907 -14
-STDOUT_66=0 -2.57831 0 0 -2.73413 0 0 -47.2982 -41.0223 -59.1133 -15.1516 -18.2054 8.99907 -14
-STDOUT_67=0 -4.38125 0 0 -2.73688 0 0 -44.9832 -43.7385 -65.3956 -11.7151 -15.5664 8.99907 -13
-STDOUT_68=0 -3.24563 0 0 -2.28342 0 0 -46.3334 -42.6208 -63.6404 -12.4094 -19.1635 8.99907 -14
-STDOUT_69=0 -3.99237 0 0 -2.62259 0 0 -42.5518 -47.6796 -68.0063 -14.1306 -18.2718 8.99907 -13
-STDOUT_70=0 -4.04952 0 0 -2.40161 0 0 -46.3334 -41.5002 -62.8949 -11.8664 -18.0911 8.99907 -14
-STDOUT_71=0 -3.99129 0 0 -2.50187 0 0 -42.5518 -47.4627 -68.7517 -13.6306 -19.3442 8.99907 -13
-STDOUT_72=0 -3.40891 0 0 -2.85232 0 0 -47.2982 -39.5429 -58.3679 -14.9036 -17.133 8.99907 -14
-STDOUT_73=0 -4.07624 0 0 -2.40161 0 0 -46.3334 -41.1413 -62.8949 -12.1615 -18.0911 8.99907 -14
-STDOUT_74=0 -2.43783 0 0 -3.04611 0 0 -47.2982 -41.0808 -59.1133 -14.7926 -18.2054 8.99907 -14
-STDOUT_75=0 -4.46004 0 0 -2.63963 0 0 -42.5518 -47.2231 -68.0063 -13.248 -18.2718 9.99896 -13
-STDOUT_76=0 -2.90658 0 0 -3.18387 0 0 -47.2982 -40.8412 -58.3679 -14.41 -17.133 9.99896 -14
-STDOUT_77=0 -4.63151 0 0 -2.41864 0 0 -46.3334 -40.2035 -62.8949 -11.4188 -18.0911 9.99896 -14
-STDOUT_78=0 -3.68494 0 0 -2.18989 0 0 -42.5518 -48.5294 -68.7517 -14.8923 -19.3442 8.99907 -13
-STDOUT_79=0 -3.03337 0 0 -2.88399 0 0 -46.3889 -39.6527 -67.2354 -13.7432 -16.6444 7.99917 -12
-STDOUT_80=0 -3.36303 0 0 -2.59912 0 0 -44.9832 -46.0479 -66.141 -12.6198 -16.6388 7.99917 -13
-STDOUT_81=0 -4.54865 0 0 -2.97346 0 0 -41.3818 -47.1987 -71.2115 -14.2568 -17.5983 7.99917 -13
-STDOUT_82=0 -3.38975 0 0 -2.59912 0 0 -44.9832 -45.689 -66.141 -12.9148 -16.6388 7.99917 -13
-STDOUT_83=0 -3.38753 0 0 -3.16683 0 0 -47.2982 -40.5614 -58.3679 -13.3246 -17.133 8.99907 -14
-STDOUT_84=0 -4.51554 0 0 -2.30808 0 0 -42.5518 -47.0499 -68.0063 -14.6444 -18.2718 8.99907 -13
-STDOUT_85=0 -3.07713 0 0 -2.93135 0 0 -52.1701 -31.7215 -53.2565 -11.3744 -16.9523 7.99917 -15
-STDOUT_86=0 -2.91718 0 0 -3.06314 0 0 -47.2982 -40.7287 -59.1133 -13.9643 -18.2054 9.99896 -14
-STDOUT_87=0 -3.54446 0 0 -2.50187 0 0 -42.5518 -48.5879 -68.7517 -14.5334 -19.3442 8.99907 -13
-STDOUT_88=0 -3.50212 0 0 -3.02175 0 0 -46.3889 -39.4131 -66.49 -13.3606 -15.572 8.99907 -12
-STDOUT_89=0 -3.83179 0 0 -2.73688 0 0 -44.9832 -45.8083 -65.3956 -12.2372 -15.5664 8.99907 -13
-STDOUT_90=0 -3.8585 0 0 -2.73688 0 0 -44.9832 -45.4493 -65.3956 -12.5322 -15.5664 8.99907 -13
-STDOUT_91=0 -3.94502 0 0 -2.61615 0 0 -44.9832 -44.7511 -66.141 -12.1722 -16.6388 8.99907 -13
-STDOUT_92=0 -4.01321 0 0 -2.63963 0 0 -42.5518 -48.3483 -68.0063 -14.1508 -18.2718 9.99896 -13
-STDOUT_93=0 -3.74779 0 0 -3.18133 0 0 -47.2982 -39.2492 -58.3679 -13.7163 -17.133 9.99896 -14
-STDOUT_94=0 -4.77562 0 0 -2.73434 0 0 -44.9832 -43.2717 -65.3956 -11.9242 -15.5664 8.99907 -13
-STDOUT_95=0 -4.49416 0 0 -2.62259 0 0 -42.5518 -48.0684 -68.0063 -13.0654 -18.2718 8.99907 -13
-STDOUT_96=0 -4.10073 0 0 -2.85274 0 0 -41.3818 -48.107 -71.957 -14.6595 -18.6707 7.99917 -13
-STDOUT_97=0 -3.87053 0 0 -2.39457 0 0 -46.3334 -41.8533 -62.8949 -13.1422 -18.0911 7.99917 -14
-STDOUT_98=0 -4.08205 0 0 -2.41864 0 0 -46.3334 -42.2733 -62.8949 -11.9409 -18.0911 9.99896 -14
-STDOUT_99=0 -4.02382 0 0 -2.5189 0 0 -42.5518 -48.2357 -68.7517 -13.7051 -19.3442 9.99896 -13
-STDOUT_100=0 -3.44144 0 0 -2.86936 0 0 -47.2982 -40.3159 -58.3679 -14.978 -17.133 9.99896 -14
-STDOUT_101=0 -4.10876 0 0 -2.41864 0 0 -46.3334 -41.9143 -62.8949 -12.2359 -18.0911 9.99896 -14
-STDOUT_102=FEATURES_TXT_END_0
-STDOUT_103=FEATURES_TXT_BEGIN_0 1 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_104=0 -7.64309 0 0 -8.70101 0 0 -103.617 -78.6262 -122.496 -24.8771 -38.8755 13.9985 -26
-STDOUT_105=0 -7.89441 0 0 -7.6024 0 0 -105.129 -76.6237 -122.374 -24.8771 -39.0371 13.9985 -27
-STDOUT_106=0 -7.97631 0 0 -8.68017 0 0 -103.617 -77.9315 -122.496 -24.9303 -38.8755 12.9986 -26
-STDOUT_107=0 -8.22762 0 0 -7.58156 0 0 -105.129 -75.929 -122.374 -24.9303 -39.0371 12.9986 -27
-STDOUT_108=0 -7.73027 0 0 -8.82743 0 0 -103.617 -78.9682 -122.496 -24.6214 -38.8755 13.9985 -26
-STDOUT_109=0 -7.98158 0 0 -7.72881 0 0 -105.129 -76.9657 -122.374 -24.6214 -39.0371 13.9985 -27
-STDOUT_110=0 -7.62107 0 0 -9.11231 0 0 -103.617 -78.3095 -122.496 -25.486 -38.8755 13.9985 -26
-STDOUT_111=0 -7.13226 0 0 -7.09157 0 0 -105.425 -79.1128 -124.484 -24.8771 -40.369 13.9985 -26
-STDOUT_112=0 -7.87238 0 0 -8.01369 0 0 -105.129 -76.307 -122.374 -25.486 -39.0371 13.9985 -27
-STDOUT_113=0 -7.38358 0 0 -5.99296 0 0 -106.937 -77.1104 -124.361 -24.8771 -40.5306 13.9985 -27
-STDOUT_114=0 -6.55036 0 0 -8.45708 0 0 -103.617 -83.9824 -122.436 -25.6146 -39.549 13.9985 -26
-STDOUT_115=0 -7.46548 0 0 -7.07073 0 0 -105.425 -78.4182 -124.484 -24.9303 -40.369 12.9986 -26
-STDOUT_116=0 -7.95951 0 0 -8.97323 0 0 -103.617 -78.6525 -122.496 -25.063 -38.8755 14.9984 -26
-STDOUT_117=0 -6.80167 0 0 -7.35846 0 0 -105.129 -81.9799 -122.313 -25.6146 -39.7106 13.9985 -27
-STDOUT_118=0 -7.71679 0 0 -5.97212 0 0 -106.937 -76.4157 -124.361 -24.9303 -40.5306 12.9986 -27
-STDOUT_119=0 -8.21082 0 0 -7.87462 0 0 -105.129 -76.65 -122.374 -25.063 -39.0371 14.9984 -27
-STDOUT_120=0 -8.24138 0 0 -9.06964 0 0 -103.617 -78.0344 -122.496 -24.6811 -38.8755 13.9985 -26
-STDOUT_121=0 -7.21944 0 0 -7.21799 0 0 -105.425 -79.4548 -124.484 -24.6214 -40.369 13.9985 -26
-STDOUT_122=0 -6.69695 0 0 -7.61906 0 0 -104.933 -74.11 -125.025 -25.4367 -49.6961 13.9985 -28
-STDOUT_123=0 -8.29272 0 0 -8.9524 0 0 -103.617 -77.9578 -122.496 -25.1162 -38.8755 13.9985 -26
-STDOUT_124=0 -7.88271 0 0 -8.86796 0 0 -103.617 -79.7339 -122.496 -25.0333 -38.8755 13.9985 -26
-STDOUT_125=0 -8.4927 0 0 -7.97103 0 0 -105.129 -76.0319 -122.374 -24.6811 -39.0371 13.9985 -27
-STDOUT_126=0 -6.74392 0 0 -6.87337 0 0 -109.996 -69.1965 -120.695 -22.463 -44.3217 13.9985 -28
-STDOUT_127=0 -7.47075 0 0 -6.11937 0 0 -106.937 -77.4524 -124.361 -24.6214 -40.5306 13.9985 -27
-STDOUT_128=0 -6.94826 0 0 -6.52045 0 0 -106.444 -72.1075 -124.903 -25.4367 -49.8577 13.9985 -29
-STDOUT_129=0 -8.54404 0 0 -7.85378 0 0 -105.129 -75.9553 -122.374 -25.1162 -39.0371 13.9985 -27
-STDOUT_130=0 -8.13403 0 0 -7.76934 0 0 -105.129 -77.7314 -122.374 -25.0333 -39.0371 13.9985 -27
-STDOUT_131=0 -7.03016 0 0 -7.59823 0 0 -104.933 -73.4153 -125.025 -25.4899 -49.6961 12.9986 -28
-STDOUT_132=0 -8.04668 0 0 -9.09965 0 0 -103.617 -78.9945 -122.496 -24.8073 -38.8755 14.9984 -26
-STDOUT_133=0 -6.99523 0 0 -5.77476 0 0 -111.508 -67.194 -120.573 -22.463 -44.4833 13.9985 -29
-STDOUT_134=0 -7.07713 0 0 -6.85254 0 0 -109.996 -68.5018 -120.695 -22.5162 -44.3217 12.9986 -28
-STDOUT_135=0 -8.68273 0 0 -8.27724 0 0 -103.617 -79.6552 -122.496 -24.9744 -38.8755 13.9985 -26
-STDOUT_136=0 -7.28148 0 0 -6.49961 0 0 -106.444 -71.4128 -124.903 -25.4899 -49.8577 12.9986 -29
-STDOUT_137=0 -8.29799 0 0 -8.00104 0 0 -105.129 -76.992 -122.374 -24.8073 -39.0371 14.9984 -27
-STDOUT_138=0 -7.11024 0 0 -7.50287 0 0 -105.425 -78.7962 -124.484 -25.486 -40.369 13.9985 -26
-STDOUT_139=0 -6.78412 0 0 -7.74548 0 0 -104.933 -74.452 -125.025 -25.181 -49.6961 13.9985 -28
-STDOUT_140=0 -7.63983 0 0 -8.68017 0 0 -103.683 -78.6246 -125.426 -25.6234 -39.6915 12.9986 -25
-STDOUT_141=0 -7.32845 0 0 -5.75393 0 0 -111.508 -66.4993 -120.573 -22.5162 -44.4833 12.9986 -29
-STDOUT_142=0 -8.93404 0 0 -7.17863 0 0 -105.129 -77.6527 -122.374 -24.9744 -39.0371 13.9985 -27
-STDOUT_143=0 -6.83109 0 0 -6.99979 0 0 -109.996 -69.5385 -120.695 -22.2072 -44.3217 13.9985 -28
-STDOUT_144=0 -9.01595 0 0 -8.25641 0 0 -103.617 -78.9605 -122.496 -25.0276 -38.8755 12.9986 -26
-STDOUT_145=0 -7.36156 0 0 -6.40425 0 0 -106.937 -76.7937 -124.361 -25.486 -40.5306 13.9985 -27
-STDOUT_146=0 -7.87339 0 0 -8.84826 0 0 -103.617 -80.2997 -122.496 -25.54 -38.8755 14.9984 -26
-STDOUT_147=0 -7.03544 0 0 -6.64687 0 0 -106.444 -72.4495 -124.903 -25.181 -49.8577 13.9985 -29
-STDOUT_148=0 -7.89115 0 0 -7.58156 0 0 -105.195 -76.6222 -125.304 -25.6234 -39.8531 12.9986 -26
-STDOUT_149=0 -7.93748 0 0 -9.38453 0 0 -103.617 -78.3358 -122.496 -25.6719 -38.8755 14.9984 -26
-STDOUT_150=0 -7.08241 0 0 -5.90118 0 0 -111.508 -67.536 -120.573 -22.2072 -44.4833 13.9985 -29
-STDOUT_151=0 -6.03953 0 0 -6.84764 0 0 -105.425 -84.4691 -124.423 -25.6146 -41.0425 13.9985 -26
-STDOUT_152=0 -9.26726 0 0 -7.1578 0 0 -105.129 -76.958 -122.374 -25.0276 -39.0371 12.9986 -27
-STDOUT_153=0 -8.1247 0 0 -7.74965 0 0 -105.129 -78.2973 -122.374 -25.54 -39.0371 14.9984 -27
-STDOUT_154=0 -8.28094 0 0 -9.09047 0 0 -103.617 -78.8776 -122.496 -25.0721 -38.8755 14.9984 -26
-STDOUT_155=0 -7.44868 0 0 -7.36379 0 0 -105.425 -79.1391 -124.484 -25.063 -40.369 14.9984 -26
-STDOUT_156=0 -7.00849 0 0 -7.074 0 0 -109.996 -69.1538 -120.695 -22.151 -44.3217 13.9985 -28
-STDOUT_157=0 -8.7699 0 0 -8.40366 0 0 -103.617 -79.9972 -122.496 -24.7186 -38.8755 13.9985 -26
-STDOUT_158=0 -8.1888 0 0 -8.28592 0 0 -105.129 -76.3333 -122.374 -25.6719 -39.0371 14.9984 -27
-STDOUT_159=0 -6.29085 0 0 -5.74902 0 0 -106.937 -82.4666 -124.3 -25.6146 -41.2041 13.9985 -27
-STDOUT_160=0 -8.53226 0 0 -7.99186 0 0 -105.129 -76.8751 -122.374 -25.0721 -39.0371 14.9984 -27
-STDOUT_161=0 -7.82287 0 0 -9.13314 0 0 -103.617 -79.93 -122.496 -25.6492 -38.8755 14.9984 -26
-STDOUT_162=0 -7.80813 0 0 -9.25956 0 0 -103.617 -79.494 -122.496 -25.7183 -38.8755 14.9984 -26
-STDOUT_163=0 -6.67492 0 0 -8.03036 0 0 -104.933 -73.7933 -125.025 -26.0456 -49.6961 13.9985 -28
-STDOUT_164=0 -7.69999 0 0 -6.26518 0 0 -106.937 -77.1366 -124.361 -25.063 -40.5306 14.9984 -27
-STDOUT_165=0 -7.2598 0 0 -5.97539 0 0 -111.508 -67.1513 -120.573 -22.151 -44.4833 13.9985 -29
-STDOUT_166=0 -7.73056 0 0 -7.4602 0 0 -105.425 -78.521 -124.484 -24.6811 -40.369 13.9985 -26
-STDOUT_167=0 -9.02122 0 0 -7.30505 0 0 -105.129 -77.9947 -122.374 -24.7186 -39.0371 13.9985 -27
-STDOUT_168=0 -6.86677 0 0 -8.7293 0 0 -103.617 -84.0087 -122.436 -25.8005 -39.549 14.9984 -26
-STDOUT_169=0 -8.45225 0 0 -9.29921 0 0 -96.3256 -92.9333 -131.447 -30.2962 -36.1802 13.9985 -24
-STDOUT_170=0 -7.7819 0 0 -7.34296 0 0 -105.425 -78.4444 -124.484 -25.1162 -40.369 13.9985 -26
-STDOUT_171=0 -6.72189 0 0 -7.28467 0 0 -109.996 -68.8798 -120.695 -23.0719 -44.3217 13.9985 -28
-STDOUT_172=0 -8.07419 0 0 -8.03453 0 0 -105.129 -77.9276 -122.374 -25.6492 -39.0371 14.9984 -27
-STDOUT_173=0 -7.34171 0 0 -7.05317 0 0 -109.996 -68.4591 -120.695 -22.2042 -44.3217 12.9986 -28
-STDOUT_174=0 -8.05944 0 0 -8.16095 0 0 -105.129 -77.4915 -122.374 -25.7183 -39.0371 14.9984 -27
-STDOUT_175=0 -7.37189 0 0 -7.25852 0 0 -105.425 -80.2206 -124.484 -25.0333 -40.369 13.9985 -26
-STDOUT_176=0 -6.92624 0 0 -6.93175 0 0 -106.444 -71.7908 -124.903 -26.0456 -49.8577 13.9985 -29
-STDOUT_177=0 -8.29353 0 0 -9.21689 0 0 -103.617 -79.1473 -122.496 -24.8765 -38.8755 14.9984 -26
-STDOUT_178=0 -7.98187 0 0 -6.36159 0 0 -106.937 -76.5186 -124.361 -24.6811 -40.5306 13.9985 -27
-STDOUT_179=0 -7.11809 0 0 -7.63068 0 0 -105.129 -82.0062 -122.313 -25.8005 -39.7106 14.9984 -27
-STDOUT_180=0 -8.70356 0 0 -8.2006 0 0 -97.8374 -90.9308 -131.325 -30.2962 -36.3418 13.9985 -25
-STDOUT_181=0 -8.03321 0 0 -6.24434 0 0 -106.937 -76.4419 -124.361 -25.1162 -40.5306 13.9985 -27
-STDOUT_182=0 -6.97321 0 0 -6.18606 0 0 -111.508 -66.8773 -120.573 -23.0719 -44.4833 13.9985 -29
-STDOUT_183=0 -7.59302 0 0 -5.95455 0 0 -111.508 -66.4566 -120.573 -22.2042 -44.4833 12.9986 -29
-STDOUT_184=0 -8.5578 0 0 -9.34186 0 0 -103.617 -78.0607 -122.496 -24.867 -38.8755 14.9984 -26
-STDOUT_185=0 -5.60421 0 0 -7.37513 0 0 -104.933 -79.4662 -124.965 -26.1742 -50.3696 13.9985 -28
-STDOUT_186=0 -7.6232 0 0 -6.1599 0 0 -106.937 -78.2181 -124.361 -25.0333 -40.5306 13.9985 -27
-STDOUT_187=0 -8.54484 0 0 -8.11828 0 0 -105.129 -77.1448 -122.374 -24.8765 -39.0371 14.9984 -27
-STDOUT_188=0 -8.09112 0 0 -8.88879 0 0 -103.617 -80.3688 -122.496 -25.6782 -38.8755 14.9984 -26
-STDOUT_189=0 -6.72471 0 0 -8.45708 0 0 -103.617 -85.7579 -122.496 -26.3078 -38.8755 13.9985 -26
-STDOUT_190=0 -7.53585 0 0 -7.49021 0 0 -105.425 -79.4811 -124.484 -24.8073 -40.369 14.9984 -26
-STDOUT_191=0 -7.01336 0 0 -7.89129 0 0 -104.933 -74.1362 -125.025 -25.6226 -49.6961 14.9984 -28
-STDOUT_192=0 -7.09566 0 0 -7.20042 0 0 -109.996 -69.4958 -120.695 -21.8952 -44.3217 13.9985 -28
-STDOUT_193=0 -7.50585 0 0 -8.64072 0 0 -107.425 -77.1874 -118.634 -23.9711 -35.3524 13.9985 -26
-STDOUT_194=0 -8.66071 0 0 -8.68854 0 0 -103.617 -79.3385 -122.496 -25.5833 -38.8755 13.9985 -26
-STDOUT_195=0 -6.864 0 0 -7.50355 0 0 -104.933 -74.9766 -125.025 -26.6238 -49.6961 13.9985 -28
-STDOUT_196=0 -8.19913 0 0 -9.14018 0 0 -103.617 -79.7602 -122.496 -25.2192 -38.8755 14.9984 -26
-STDOUT_197=0 -5.65118 0 0 -6.62944 0 0 -109.996 -74.5527 -120.634 -23.2005 -44.9952 13.9985 -28
-STDOUT_198=0 -6.69348 0 0 -8.47791 0 0 -103.617 -85.3139 -122.436 -26.5333 -39.549 14.9984 -26
-STDOUT_199=0 -8.80911 0 0 -8.24325 0 0 -105.129 -76.0582 -122.374 -24.867 -39.0371 14.9984 -27
-STDOUT_200=0 -5.85553 0 0 -6.27652 0 0 -106.444 -77.4637 -124.842 -26.1742 -50.5312 13.9985 -29
-STDOUT_201=0 -8.00315 0 0 -9.26796 0 0 -102.51 -80.268 -126.733 -26.2215 -38.355 13.9985 -25
-STDOUT_202=0 -7.38961 0 0 -9.13216 0 0 -102.51 -81.6222 -126.733 -27.3955 -38.355 13.9985 -25
-STDOUT_203=0 -8.34244 0 0 -7.79018 0 0 -105.129 -78.3663 -122.374 -25.6782 -39.0371 14.9984 -27
-STDOUT_204=FEATURES_TXT_END_0
-STDOUT_205=FEATURES_TXT_BEGIN_0 2 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_206=0 -6.59122 0 0 -5.69566 0 0 -45.1239 -49.1468 -71.3998 -25.6017 -35.211 9.99896 -18
-STDOUT_207=0 -7.26258 0 0 -5.42344 0 0 -45.1239 -49.6088 -69.1035 -26.502 -35.4029 8.99907 -18
-STDOUT_208=0 -6.54753 0 0 -5.27866 0 0 -50.3909 -38.4216 -64.7011 -23.8055 -41.6972 9.99896 -21
-STDOUT_209=0 -7.21889 0 0 -5.00643 0 0 -50.3909 -38.8836 -62.4048 -24.7058 -41.8892 8.99907 -21
-STDOUT_210=0 -6.82969 0 0 -5.79443 0 0 -45.1239 -50.9986 -71.3998 -27.6668 -35.211 10.9989 -18
-STDOUT_211=0 -7.50104 0 0 -5.5222 0 0 -45.1239 -51.4606 -69.1035 -28.5671 -35.4029 9.99896 -18
-STDOUT_212=0 -5.93059 0 0 -5.78346 0 0 -48.144 -50.2645 -71.3079 -24.5984 -32.526 8.99907 -17
-STDOUT_213=0 -7.21912 0 0 -6.49138 0 0 -45.1239 -50.0238 -71.3998 -27.4577 -35.211 10.9989 -18
-STDOUT_214=0 -5.21772 0 0 -4.3578 0 0 -51.0826 -51.4625 -74.8365 -24.0643 -25.8812 9.99896 -15
-STDOUT_215=0 -6.45481 0 0 -5.70541 0 0 -50.3909 -40.5961 -64.7011 -25.0605 -41.6972 10.9989 -21
-STDOUT_216=0 -7.52003 0 0 -6.30397 0 0 -45.1239 -50.6325 -71.3998 -26.9548 -35.211 10.9989 -18
-STDOUT_217=0 -6.82972 0 0 -6.01094 0 0 -48.144 -49.7413 -71.3079 -23.1549 -32.526 8.99907 -17
-STDOUT_218=0 -6.10437 0 0 -4.64968 0 0 -46.3305 -58.6908 -73.5792 -28.9547 -27.9088 9.99896 -14
-STDOUT_219=0 -6.786 0 0 -5.37742 0 0 -50.3909 -40.2734 -64.7011 -25.8707 -41.6972 10.9989 -21
-STDOUT_220=0 -6.81011 0 0 -5.75763 0 0 -45.1239 -53.7257 -71.3998 -28.6445 -35.211 10.9989 -18
-STDOUT_221=0 -7.89047 0 0 -6.21916 0 0 -45.1239 -50.4858 -69.1035 -28.358 -35.4029 9.99896 -18
-STDOUT_222=0 -5.88907 0 0 -4.08558 0 0 -51.0826 -51.9245 -72.5402 -24.9646 -26.0732 8.99907 -15
-STDOUT_223=0 -6.9532 0 0 -6.02604 0 0 -49.7553 -38.191 -66.6913 -23.9941 -45.6869 9.99896 -21
-STDOUT_224=0 -7.12616 0 0 -5.43319 0 0 -50.3909 -41.058 -62.4048 -25.9607 -41.8892 9.99896 -21
-STDOUT_225=0 -8.19138 0 0 -6.03175 0 0 -45.1239 -51.0945 -69.1035 -27.8551 -35.4029 9.99896 -18
-STDOUT_226=0 -6.82386 0 0 -6.76461 0 0 -45.1239 -52.6016 -71.2254 -27.0453 -35.6407 9.99896 -18
-STDOUT_227=0 -6.77572 0 0 -4.37746 0 0 -46.3305 -59.1528 -71.2829 -29.855 -28.1008 8.99907 -14
-STDOUT_228=0 -7.45736 0 0 -5.1052 0 0 -50.3909 -40.7354 -62.4047 -26.7709 -41.8892 9.99896 -21
-STDOUT_229=0 -5.88691 0 0 -5.36645 0 0 -53.411 -39.5393 -64.6092 -22.8023 -39.0123 8.99907 -20
-STDOUT_230=0 -7.48147 0 0 -5.48541 0 0 -45.1239 -54.1877 -69.1035 -29.5448 -35.4029 9.99896 -18
-STDOUT_231=0 -7.62456 0 0 -5.75381 0 0 -49.7553 -38.653 -64.395 -24.8944 -45.8788 8.99907 -21
-STDOUT_232=0 -4.91066 0 0 -3.01582 0 0 -52.361 -55.5277 -68.5882 -27.2657 -27.637 9.99896 -15
-STDOUT_233=0 -7.17543 0 0 -6.07437 0 0 -50.3909 -39.2986 -64.7011 -25.6616 -41.6972 10.9989 -21
-STDOUT_234=0 -7.69261 0 0 -6.59014 0 0 -45.1239 -50.9148 -71.3998 -28.1033 -35.211 11.9988 -18
-STDOUT_235=0 -5.17403 0 0 -3.94079 0 0 -56.3496 -40.7373 -68.1378 -22.2681 -32.3675 9.99896 -18
-STDOUT_236=0 -6.93606 0 0 -5.57927 0 0 -49.9812 -41.5278 -63.954 -26.847 -43.5939 10.9989 -22
-STDOUT_237=0 -6.31633 0 0 -5.45641 0 0 -48.5557 -55.0877 -75.8925 -24.0643 -26.3408 9.99896 -15
-STDOUT_238=0 -6.16906 0 0 -5.88223 0 0 -48.144 -52.1163 -71.3079 -26.6636 -32.5261 9.99896 -17
-STDOUT_239=0 -5.79589 0 0 -5.262 0 0 -51.9327 -46.8843 -69.1943 -23.7601 -32.8899 8.99907 -18
-STDOUT_240=0 -6.78603 0 0 -5.59394 0 0 -53.411 -39.0161 -64.6092 -21.3587 -39.0123 8.99907 -20
-STDOUT_241=0 -6.06068 0 0 -4.23268 0 0 -51.5975 -47.9657 -66.8805 -27.1585 -34.395 9.99896 -17
-STDOUT_242=0 -7.56438 0 0 -6.48759 0 0 -45.1239 -52.8721 -71.2254 -27.7006 -35.6407 9.99896 -18
-STDOUT_243=0 -6.63576 0 0 -5.7402 0 0 -46.6731 -48.4953 -74.234 -26.1613 -42.1585 9.99896 -20
-STDOUT_244=0 -5.11128 0 0 -2.97122 0 0 -48.6045 -60.9573 -78.6335 -27.6278 -28.7172 9.99896 -15
-STDOUT_245=0 -5.58202 0 0 -2.74359 0 0 -52.361 -55.9897 -66.2919 -28.1659 -27.829 8.99907 -15
-STDOUT_246=0 -7.84679 0 0 -5.80215 0 0 -50.3909 -39.7606 -62.4048 -26.5618 -41.8892 9.99896 -21
-STDOUT_247=0 -8.36396 0 0 -6.31792 0 0 -45.1239 -51.3768 -69.1035 -29.0036 -35.4029 10.9989 -18
-STDOUT_248=0 -7.02489 0 0 -7.18454 0 0 -45.1239 -51.937 -71.2254 -28.4806 -35.6407 9.99896 -18
-STDOUT_249=0 -6.68398 0 0 -5.83748 0 0 -47.8647 -51.4985 -71.8411 -27.0344 -32.6772 9.99896 -16
-STDOUT_250=0 -5.84539 0 0 -3.66857 0 0 -56.3496 -41.1993 -65.8415 -23.1684 -32.5594 8.99907 -18
-STDOUT_251=0 -7.60742 0 0 -5.30704 0 0 -49.9812 -41.9898 -61.6577 -27.7472 -43.7858 9.99896 -22
-STDOUT_252=0 -6.98769 0 0 -5.18419 0 0 -48.5557 -55.5497 -73.5961 -24.9646 -26.5327 8.99907 -15
-STDOUT_253=0 -4.68619 0 0 -3.32597 0 0 -52.361 -56.0778 -68.5882 -28.2475 -27.637 10.9989 -15
-STDOUT_254=0 -7.69007 0 0 -4.0355 0 0 -43.3856 -63.287 -82.8555 -28.4771 -28.5224 9.99896 -14
-STDOUT_255=0 -6.95211 0 0 -6.03153 0 0 -47.9782 -51.7847 -68.5613 -28.0806 -31.4951 9.99896 -16
-STDOUT_256=0 -8.69167 0 0 -6.55257 0 0 -48.144 -48.6334 -71.3079 -20.7083 -32.526 8.99907 -17
-STDOUT_257=0 -5.45618 0 0 -4.45656 0 0 -51.0826 -53.3143 -74.8365 -26.1294 -25.8813 10.9989 -15
-STDOUT_258=0 -6.78017 0 0 -6.34761 0 0 -50.3909 -41.8764 -64.5267 -25.2491 -42.127 9.99896 -21
-STDOUT_259=0 -6.69241 0 0 -5.9723 0 0 -50.3909 -43.5932 -64.7011 -25.2573 -41.6972 10.9989 -21
-STDOUT_260=0 -5.38678 0 0 -3.88176 0 0 -47.6901 -56.9844 -77.0053 -31.0763 -31.2597 9.99896 -15
-STDOUT_261=0 -7.78361 0 0 -5.80362 0 0 -51.9327 -44.9445 -69.1943 -18.7171 -32.8899 8.99907 -18
-STDOUT_262=0 -6.69327 0 0 -5.80418 0 0 -50.3909 -42.4479 -64.7011 -27.1256 -41.6972 11.9988 -21
-STDOUT_263=0 -7.75849 0 0 -6.40274 0 0 -45.1239 -52.4843 -71.3998 -29.0199 -35.211 11.9988 -18
-STDOUT_264=0 -6.73204 0 0 -3.96045 0 0 -51.5975 -48.4276 -64.5842 -28.0588 -34.587 8.99907 -17
-STDOUT_265=0 -6.66919 0 0 -5.9261 0 0 -47.1602 -54.0539 -76.5349 -24.3797 -32.4427 9.99896 -18
-STDOUT_266=0 -7.30711 0 0 -5.46797 0 0 -46.6731 -48.9573 -71.9377 -27.0616 -42.3505 8.99907 -20
-STDOUT_267=0 -5.78264 0 0 -2.69899 0 0 -48.6045 -61.4193 -76.3371 -28.5281 -28.9091 8.99907 -15
-STDOUT_268=0 -7.06818 0 0 -6.10971 0 0 -48.144 -51.5931 -71.3079 -25.22 -32.5261 9.99896 -17
-STDOUT_269=0 -6.34283 0 0 -4.74845 0 0 -46.3305 -60.5427 -73.5792 -31.0198 -27.9088 10.9989 -14
-STDOUT_270=0 -6.2526 0 0 -5.76875 0 0 -51.7467 -46.794 -71.373 -22.4631 -31.938 8.99907 -19
-STDOUT_271=0 -6.71572 0 0 -5.38988 0 0 -50.3909 -43.9599 -64.7011 -27.5442 -41.6972 10.9989 -21
-STDOUT_272=0 -7.35534 0 0 -5.56526 0 0 -47.8647 -51.9605 -69.5448 -27.9347 -32.8692 8.99907 -16
-STDOUT_273=0 -7.04857 0 0 -5.85639 0 0 -45.1239 -55.5775 -71.3998 -30.7096 -35.211 11.9988 -18
-STDOUT_274=0 -6.59122 0 0 -6.20649 0 0 -52.0125 -40.2688 -67.2811 -23.2038 -39.754 9.99896 -19
-STDOUT_275=0 -7.58083 0 0 -6.36594 0 0 -45.1239 -53.954 -71.3998 -28.9868 -35.211 11.9988 -18
-STDOUT_276=0 -4.88681 0 0 -3.28137 0 0 -48.6045 -61.5074 -78.6335 -28.6096 -28.7172 10.9989 -15
-STDOUT_277=0 -5.35754 0 0 -3.05375 0 0 -52.361 -56.5398 -66.2919 -29.1478 -27.829 9.99896 -15
-STDOUT_278=0 -8.36142 0 0 -3.76327 0 0 -43.3856 -63.749 -80.5592 -29.3773 -28.7143 8.99907 -14
-STDOUT_279=0 -7.62347 0 0 -5.75931 0 0 -47.9782 -52.2467 -66.2649 -28.9809 -31.6871 8.99907 -16
-STDOUT_280=0 -6.55849 0 0 -6.57918 0 0 -48.144 -51.1415 -71.3079 -26.4545 -32.526 9.99896 -17
-STDOUT_281=0 -6.12754 0 0 -4.18434 0 0 -51.0826 -53.7763 -72.5402 -27.0297 -26.0732 9.99896 -15
-STDOUT_282=0 -7.34307 0 0 -5.63936 0 0 -50.3909 -43.2682 -64.7011 -25.7586 -41.6972 10.9989 -21
-STDOUT_283=0 -7.36377 0 0 -5.70007 0 0 -50.3909 -44.0552 -62.4047 -26.1575 -41.8892 9.99896 -21
-STDOUT_284=0 -4.86697 0 0 -2.59881 0 0 -57.628 -44.8025 -61.8895 -25.4695 -34.1233 9.99896 -18
-STDOUT_285=0 -7.19166 0 0 -6.1248 0 0 -49.7553 -40.0428 -66.6913 -26.0593 -45.6869 10.9989 -21
-STDOUT_286=0 -5.21772 0 0 -4.3578 0 0 -54.7368 -49.1599 -69.5684 -24.0643 -25.9353 9.99896 -15
-STDOUT_287=0 -4.55709 0 0 -4.4456 0 0 -54.1027 -52.5802 -74.7446 -23.061 -23.1963 8.99907 -14
-STDOUT_288=0 -6.05813 0 0 -3.60954 0 0 -47.6901 -57.4464 -74.709 -31.9766 -31.4517 8.99907 -15
-STDOUT_289=0 -7.36463 0 0 -5.53195 0 0 -50.3909 -42.9099 -62.4047 -28.0259 -41.8892 10.9989 -21
-STDOUT_290=0 -7.64892 0 0 -6.17314 0 0 -50.3909 -40.1896 -64.7011 -26.3071 -41.6972 11.9988 -21
-STDOUT_291=0 -8.42985 0 0 -6.13052 0 0 -45.1239 -52.9463 -69.1035 -29.9202 -35.4029 10.9989 -18
-STDOUT_292=0 -5.79418 0 0 -5.79321 0 0 -53.411 -41.7138 -64.6092 -24.0572 -39.0123 9.99896 -20
-STDOUT_293=0 -7.34055 0 0 -5.65388 0 0 -47.1602 -54.5158 -74.2386 -25.28 -32.6347 8.99907 -18
-STDOUT_294=0 -6.8594 0 0 -6.39177 0 0 -48.144 -51.7502 -71.3079 -25.9516 -32.526 9.99896 -17
-STDOUT_295=0 -7.18925 0 0 -7.06714 0 0 -45.1239 -52.4961 -70.743 -30.0521 -35.9037 9.99896 -18
-STDOUT_296=0 -7.06232 0 0 -6.86338 0 0 -45.1239 -54.4534 -71.2254 -29.1105 -35.6407 10.9989 -18
-STDOUT_297=0 -4.91066 0 0 -3.01582 0 0 -54.1127 -53.7618 -67.6168 -27.2657 -28.2071 9.99896 -15
-STDOUT_298=0 -6.27264 0 0 -5.03941 0 0 -53.8227 -44.3626 -69.1937 -22.2681 -32.827 9.99896 -18
-STDOUT_299=0 -5.08961 0 0 -4.05899 0 0 -51.8204 -54.4474 -74.3392 -26.7275 -26.7462 9.99896 -15
-STDOUT_300=0 -7.01419 0 0 -4.47623 0 0 -46.3305 -61.0047 -71.2829 -31.9201 -28.1008 9.99896 -14
-STDOUT_301=0 -6.50044 0 0 -5.89495 0 0 -48.2176 -51.902 -73.5134 -25.8088 -34.8471 8.99907 -17
-STDOUT_302=0 -5.44374 0 0 -4.73748 0 0 -49.3506 -59.8086 -73.4873 -27.9514 -25.2239 8.99907 -13
-STDOUT_303=0 -6.12537 0 0 -5.46522 0 0 -53.411 -41.3912 -64.6092 -24.8674 -39.0123 9.99896 -20
-STDOUT_304=0 -5.7522 0 0 -4.84499 0 0 -57.1997 -36.1591 -62.4956 -21.9639 -39.3762 8.99907 -21
-STDOUT_305=0 -7.38707 0 0 -5.11766 0 0 -50.3909 -44.4219 -62.4048 -28.4445 -41.8892 9.99896 -21
-STDOUT_306=FEATURES_TXT_END_0
-STDOUT_307=FEATURES_TXT_BEGIN_0 3 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_308=0 -3.50141 0 0 -2.459 0 0 -56.6503 -10.1767 -35.2516 -3.05816 -19.298 6.99927 -17
-STDOUT_309=0 -3.32032 0 0 -2.19949 0 0 -56.6503 -10.7451 -35.2516 -4.53413 -19.298 6.99927 -17
-STDOUT_310=0 -3.34287 0 0 -2.4658 0 0 -56.6503 -11.2196 -35.2516 -3.64503 -19.298 7.99917 -17
-STDOUT_311=0 -3.43736 0 0 -2.49757 0 0 -56.6503 -9.73633 -35.2516 -4.85759 -19.298 6.99927 -17
-STDOUT_312=0 -3.13836 0 0 -2.23806 0 0 -56.6503 -10.0477 -35.2516 -6.54306 -19.298 6.99927 -17
-STDOUT_313=0 -3.16178 0 0 -2.20629 0 0 -56.6503 -11.7881 -35.2516 -5.12101 -19.298 7.99917 -17
-STDOUT_314=0 -2.8984 0 0 -2.36615 0 0 -56.6503 -12.1332 -35.2516 -5.41436 -19.298 6.99927 -17
-STDOUT_315=0 -3.27882 0 0 -2.50438 0 0 -56.6503 -10.7793 -35.2516 -5.44446 -19.298 7.99917 -17
-STDOUT_316=0 -3.62702 0 0 -2.60625 0 0 -56.6503 -11.1206 -35.2516 -3.64529 -19.298 7.99917 -17
-STDOUT_317=0 -2.97982 0 0 -2.24487 0 0 -56.6503 -11.0907 -35.2516 -7.12994 -19.298 7.99917 -17
-STDOUT_318=0 -2.71732 0 0 -2.10664 0 0 -56.6503 -12.7017 -35.2516 -6.89034 -19.298 6.99927 -17
-STDOUT_319=0 -3.88352 0 0 -2.72551 0 0 -56.6503 -10.1693 -35.2516 -3.69788 -19.298 7.99917 -17
-STDOUT_320=0 -3.58453 0 0 -2.466 0 0 -56.6503 -10.4807 -35.2516 -5.38336 -19.298 7.99917 -17
-STDOUT_321=0 -3.44593 0 0 -2.34674 0 0 -56.6503 -11.6891 -35.2516 -5.12127 -19.298 7.99917 -17
-STDOUT_322=0 -3.04931 0 0 -2.312 0 0 -51.4149 -23.3523 -51.2544 -5.32526 -13.9168 6.99927 -14
-STDOUT_323=0 -3.6405 0 0 -3.0055 0 0 -51.3183 -18.2766 -48.7348 -3.03033 -21.6142 5.99938 -16
-STDOUT_324=0 -2.73986 0 0 -2.37295 0 0 -56.6503 -13.1762 -35.2516 -6.00124 -19.298 7.99917 -17
-STDOUT_325=0 -2.83436 0 0 -2.40472 0 0 -56.6503 -11.6929 -35.2516 -7.2138 -19.298 6.99927 -17
-STDOUT_326=0 -3.73192 0 0 -2.61305 0 0 -56.6503 -11.2828 -35.2516 -3.95239 -19.298 8.99907 -17
-STDOUT_327=0 -2.53536 0 0 -2.14521 0 0 -56.6503 -12.0043 -35.2516 -8.89927 -19.298 6.99927 -17
-STDOUT_328=0 -2.86823 0 0 -2.05249 0 0 -51.4149 -23.9208 -51.2544 -6.80124 -13.9168 6.99927 -14
-STDOUT_329=0 -3.45941 0 0 -2.74599 0 0 -51.3183 -18.8451 -48.7348 -4.50631 -21.6142 5.99938 -16
-STDOUT_330=0 -2.55878 0 0 -2.11344 0 0 -56.6503 -13.7447 -35.2516 -7.47721 -19.298 7.99917 -17
-STDOUT_331=0 -3.56297 0 0 -2.64483 0 0 -56.6503 -10.6803 -35.2516 -5.44473 -19.298 7.99917 -17
-STDOUT_332=0 -3.26398 0 0 -2.38532 0 0 -56.6503 -10.9917 -35.2516 -7.1302 -19.298 7.99917 -17
-STDOUT_333=0 -3.55084 0 0 -2.35354 0 0 -56.6503 -11.8513 -35.2516 -5.42837 -19.298 8.99907 -17
-STDOUT_334=0 -3.72498 0 0 -2.73231 0 0 -56.6503 -11.2123 -35.2516 -4.28476 -19.298 8.99907 -17
-STDOUT_335=0 -3.42598 0 0 -2.4728 0 0 -56.6503 -11.5236 -35.2516 -5.97023 -19.298 8.99907 -17
-STDOUT_336=0 -3.04931 0 0 -2.459 0 0 -56.6503 -13.573 -35.2516 -5.32526 -19.298 6.99927 -17
-STDOUT_337=0 -2.89077 0 0 -2.3188 0 0 -51.4149 -24.3953 -51.2544 -5.91214 -13.9168 7.99917 -14
-STDOUT_338=0 -3.48196 0 0 -3.0123 0 0 -51.3183 -19.3195 -48.7348 -3.6172 -21.6142 6.99927 -16
-STDOUT_339=0 -4.07702 0 0 -2.60932 0 0 -56.6503 -11.363 -35.2516 -3.78334 -19.298 8.99907 -17
-STDOUT_340=0 -2.98526 0 0 -2.35058 0 0 -51.4149 -22.912 -51.2544 -7.1247 -13.9169 6.99927 -14
-STDOUT_341=0 -2.67582 0 0 -2.41153 0 0 -56.6503 -12.7359 -35.2516 -7.80067 -19.298 7.99917 -17
-STDOUT_342=0 -3.02401 0 0 -2.5134 0 0 -56.6503 -13.0772 -35.2516 -6.0015 -19.298 7.99917 -17
-STDOUT_343=0 -2.68627 0 0 -2.09106 0 0 -51.4149 -23.2234 -51.2544 -8.81017 -13.9168 6.99927 -14
-STDOUT_344=0 -2.37682 0 0 -2.15202 0 0 -56.6503 -13.0472 -35.2516 -9.48614 -19.298 7.99917 -17
-STDOUT_345=0 -3.66787 0 0 -2.65163 0 0 -56.6503 -10.8425 -35.2516 -5.75183 -19.298 8.99907 -17
-STDOUT_346=0 -2.62103 0 0 -1.96053 0 0 -55.8316 -13.7255 -41.033 -4.35755 -24.1438 6.99927 -17
-STDOUT_347=0 -3.36888 0 0 -2.39212 0 0 -56.6503 -11.1539 -35.2516 -7.4373 -19.298 8.99907 -17
-STDOUT_348=0 -2.86823 0 0 -2.19949 0 0 -56.6503 -14.1415 -35.2516 -6.80124 -19.298 6.99927 -17
-STDOUT_349=0 -2.70969 0 0 -2.05929 0 0 -51.4149 -24.9638 -51.2544 -7.38812 -13.9168 7.99917 -14
-STDOUT_350=0 -3.28052 0 0 -2.63266 0 0 -56.6503 -12.1259 -35.2516 -6.05409 -19.298 7.99917 -17
-STDOUT_351=0 -3.30087 0 0 -2.75279 0 0 -51.3183 -19.888 -48.7348 -5.09318 -21.6142 6.99927 -16
-STDOUT_352=0 -3.89594 0 0 -2.34981 0 0 -56.6503 -11.9315 -35.2516 -5.25932 -19.298 8.99907 -17
-STDOUT_353=0 -2.98152 0 0 -2.37315 0 0 -56.6503 -12.4373 -35.2516 -7.73956 -19.298 7.99917 -17
-STDOUT_354=0 -2.84293 0 0 -2.25389 0 0 -56.6503 -13.6457 -35.2516 -7.47748 -19.298 7.99917 -17
-STDOUT_355=0 -3.03749 0 0 -2.91265 0 0 -51.3183 -20.2332 -48.7348 -5.38654 -21.6142 5.99938 -16
-STDOUT_356=0 -2.43995 0 0 -1.70102 0 0 -55.8316 -14.294 -41.033 -5.83353 -24.1438 6.99927 -17
-STDOUT_357=0 -4.00913 0 0 -2.87276 0 0 -56.6503 -11.1133 -35.2516 -4.28502 -19.298 8.99907 -17
-STDOUT_358=0 -3.49727 0 0 -2.70262 0 0 -56.6503 -12.1769 -35.2516 -5.50219 -19.298 7.99917 -17
-STDOUT_359=0 -3.12892 0 0 -2.5202 0 0 -56.6503 -13.2394 -35.2516 -6.3086 -19.298 8.99907 -17
-STDOUT_360=0 -2.89077 0 0 -2.4658 0 0 -56.6503 -14.6159 -35.2516 -5.91214 -19.298 7.99917 -17
-STDOUT_361=0 -3.71014 0 0 -2.61325 0 0 -56.6503 -11.4247 -35.2516 -5.97049 -19.298 8.99907 -17
-STDOUT_362=0 -2.98526 0 0 -2.49757 0 0 -56.6503 -13.1327 -35.2516 -7.1247 -19.298 6.99927 -17
-STDOUT_363=0 -2.72593 0 0 -1.96734 0 0 -55.8316 -13.8876 -41.033 -4.66465 -24.1438 7.99917 -17
-STDOUT_364=0 -2.82672 0 0 -2.35738 0 0 -51.4149 -23.955 -51.2544 -7.71157 -13.9169 7.99917 -14
-STDOUT_365=0 -3.17492 0 0 -2.45925 0 0 -51.4149 -24.2963 -51.2544 -5.9124 -13.9168 7.99917 -14
-STDOUT_366=0 -3.76611 0 0 -3.15275 0 0 -51.3183 -19.2206 -48.7348 -3.61747 -21.6142 6.99927 -16
-STDOUT_367=0 -3.04195 0 0 -2.70262 0 0 -56.6503 -13.8387 -35.2516 -5.6748 -19.298 7.99917 -17
-STDOUT_368=0 -2.68627 0 0 -2.23806 0 0 -56.6503 -13.444 -35.2516 -8.81017 -19.298 6.99927 -17
-STDOUT_369=0 -3.51831 0 0 -2.71031 0 0 -56.6503 -12.8906 -35.2516 -5.03663 -19.298 7.99917 -17
-STDOUT_370=0 -4.01297 0 0 -2.6479 0 0 -56.6503 -10.9226 -35.2516 -5.58278 -19.298 8.99907 -17
-STDOUT_371=0 -2.52773 0 0 -2.09787 0 0 -51.4149 -24.2663 -51.2544 -9.39704 -13.9168 7.99917 -14
-STDOUT_372=0 -3.5784 0 0 -2.724 0 0 -54.9305 -12.1457 -35.972 -8.10076 -23.3682 7.99917 -17
-STDOUT_373=0 -3.66364 0 0 -2.73496 0 0 -56.6503 -12.1865 -35.2516 -5.26026 -19.298 6.99927 -17
-STDOUT_374=0 -2.85641 0 0 -2.65314 0 0 -51.3183 -20.8017 -48.7348 -6.86251 -21.6142 5.99938 -16
-STDOUT_375=0 -2.95997 0 0 -2.55198 0 0 -56.6503 -12.6369 -35.2516 -7.80093 -19.298 7.99917 -17
-STDOUT_376=0 -3.71398 0 0 -2.38839 0 0 -56.6503 -11.234 -35.2516 -7.26825 -19.298 8.99907 -17
-STDOUT_377=0 -4.4607 0 0 -2.60252 0 0 -56.6503 -12.1254 -35.2516 -3.17932 -19.298 7.99917 -17
-STDOUT_378=0 -3.31618 0 0 -2.44311 0 0 -56.6503 -12.7453 -35.2516 -6.97817 -19.298 7.99917 -17
-STDOUT_379=0 -2.66097 0 0 -2.29247 0 0 -56.6503 -12.9483 -35.2516 -9.4864 -19.298 7.99917 -17
-STDOUT_380=0 -4.27588 0 0 -2.74977 0 0 -56.6503 -11.6257 -35.2516 -3.90203 -19.298 8.99907 -17
-STDOUT_381=0 -2.94783 0 0 -2.26069 0 0 -56.6503 -13.8079 -35.2516 -7.78458 -19.298 8.99907 -17
-STDOUT_382=0 -2.70969 0 0 -2.20629 0 0 -56.6503 -15.1844 -35.2516 -7.38812 -19.298 7.99917 -17
-STDOUT_383=0 -3.43143 0 0 -2.57851 0 0 -51.4149 -23.345 -51.2544 -5.96499 -13.9168 7.99917 -14
-STDOUT_384=0 -2.55699 0 0 -1.99911 0 0 -55.8316 -13.2852 -41.033 -6.15699 -24.1438 6.99927 -17
-STDOUT_385=0 -4.02261 0 0 -3.27201 0 0 -51.3183 -18.2693 -48.7348 -3.67006 -21.6142 6.99927 -16
-STDOUT_386=0 -3.12198 0 0 -2.63946 0 0 -56.6503 -13.1689 -35.2516 -6.64096 -19.298 8.99907 -17
-STDOUT_387=0 -3.13243 0 0 -2.319 0 0 -51.4149 -23.6564 -51.2544 -7.65046 -13.9168 7.99917 -14
-STDOUT_388=0 -2.25799 0 0 -1.7396 0 0 -55.8316 -13.5965 -41.033 -7.84246 -24.1438 6.99927 -17
-STDOUT_389=0 -2.54485 0 0 -1.70783 0 0 -55.8316 -14.4561 -41.033 -6.14063 -24.1438 7.99917 -17
-STDOUT_390=0 -3.72362 0 0 -3.0125 0 0 -51.3183 -18.5806 -48.7348 -5.35553 -21.6142 6.99927 -16
-STDOUT_391=0 -2.82298 0 0 -2.37995 0 0 -56.6503 -13.4802 -35.2516 -8.32644 -19.298 8.99907 -17
-STDOUT_392=0 -4.11403 0 0 -2.87956 0 0 -56.6503 -11.2755 -35.2516 -4.59212 -19.298 9.99896 -17
-STDOUT_393=0 -2.99384 0 0 -2.19974 0 0 -51.4149 -24.8648 -51.2544 -7.38838 -13.9168 7.99917 -14
-STDOUT_394=0 -3.58503 0 0 -2.89324 0 0 -51.3183 -19.7891 -48.7348 -5.09344 -21.6142 6.99927 -16
-STDOUT_395=0 -2.86086 0 0 -2.44311 0 0 -56.6503 -14.4072 -35.2516 -7.15077 -19.298 7.99917 -17
-STDOUT_396=0 -3.39731 0 0 -2.46449 0 0 -54.9305 -12.7142 -35.972 -9.57673 -23.3682 7.99917 -17
-STDOUT_397=0 -3.1884 0 0 -2.8585 0 0 -46.0829 -31.4523 -64.7376 -5.29744 -16.2331 5.99938 -13
-STDOUT_398=0 -3.81504 0 0 -2.62005 0 0 -56.6503 -11.5868 -35.2516 -6.27759 -19.298 9.99896 -17
-STDOUT_399=0 -2.87895 0 0 -2.91945 0 0 -51.3183 -21.2761 -48.7348 -5.97341 -21.6142 6.99927 -16
-STDOUT_400=0 -3.48256 0 0 -2.47545 0 0 -56.6503 -12.755 -35.2516 -6.73624 -19.298 6.99927 -17
-STDOUT_401=0 -4.27962 0 0 -2.34301 0 0 -56.6503 -12.6939 -35.2516 -4.6553 -19.298 7.99917 -17
-STDOUT_402=0 -3.47402 0 0 -2.51647 0 0 -56.6503 -13.3195 -35.2516 -6.13955 -19.298 8.99907 -17
-STDOUT_403=0 -3.27982 0 0 -2.46605 0 0 -51.4149 -24.4585 -51.2544 -6.2195 -13.9168 8.99907 -14
-STDOUT_404=0 -3.33873 0 0 -2.70942 0 0 -56.6503 -13.2198 -35.2516 -6.08907 -19.298 8.99907 -17
-STDOUT_405=0 -4.00628 0 0 -2.57022 0 0 -54.9305 -13.5521 -35.972 -6.5492 -23.3682 7.99917 -17
-STDOUT_406=0 -3.87101 0 0 -3.15956 0 0 -51.3183 -19.3828 -48.7348 -3.92457 -21.6142 7.99917 -16
-STDOUT_407=0 -4.09479 0 0 -2.49026 0 0 -56.6503 -12.1942 -35.2516 -5.37801 -19.298 8.99907 -17
-STDOUT_408=FEATURES_TXT_END_0
-STDOUT_409=FEATURES_TXT_BEGIN_0 4 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_410=0 -8.41335 0 0 -8.29598 0 0 -144.135 -82.9015 -104.26 -30.2335 -35.8826 18.998 -34
-STDOUT_411=0 -8.57798 0 0 -8.13327 0 0 -144.135 -81.7381 -104.26 -31.5642 -35.8826 18.998 -34
-STDOUT_412=0 -8.71681 0 0 -7.66563 0 0 -148.744 -71.0118 -101.243 -26.5948 -41.3946 17.9981 -36
-STDOUT_413=0 -8.88144 0 0 -7.50292 0 0 -148.744 -69.8484 -101.243 -27.9255 -41.3946 17.9981 -36
-STDOUT_414=0 -8.45964 0 0 -8.3306 0 0 -144.424 -83.761 -104.332 -30.2127 -33.6292 18.998 -34
-STDOUT_415=0 -8.62427 0 0 -8.1679 0 0 -144.424 -82.5976 -104.332 -31.5434 -33.6292 18.998 -34
-STDOUT_416=0 -9.43894 0 0 -7.68188 0 0 -145.46 -75.9281 -105.44 -28.5407 -40.3463 17.9981 -35
-STDOUT_417=0 -8.75139 0 0 -7.94139 0 0 -145.46 -77.2068 -105.44 -28.7159 -40.3463 18.998 -35
-STDOUT_418=0 -8.94092 0 0 -7.14061 0 0 -145.822 -76.1927 -106.593 -27.5744 -43.7048 17.9981 -36
-STDOUT_419=0 -8.41795 0 0 -8.26676 0 0 -144.135 -82.0026 -104.26 -32.2087 -35.8826 18.998 -34
-STDOUT_420=0 -8.76309 0 0 -7.70025 0 0 -149.033 -71.8713 -101.316 -26.574 -39.1412 17.9981 -36
-STDOUT_421=0 -9.60357 0 0 -7.51917 0 0 -145.46 -74.7647 -105.44 -29.8714 -40.3463 17.9981 -35
-STDOUT_422=0 -8.91602 0 0 -7.77868 0 0 -145.46 -76.0434 -105.44 -30.0466 -40.3463 18.998 -35
-STDOUT_423=0 -9.10555 0 0 -6.9779 0 0 -145.822 -75.0293 -106.593 -28.9051 -43.7048 17.9981 -36
-STDOUT_424=0 -8.92773 0 0 -7.53754 0 0 -149.033 -70.7079 -101.316 -27.9047 -39.1412 17.9981 -36
-STDOUT_425=0 -8.52611 0 0 -7.99188 0 0 -148.744 -71.912 -101.243 -26.0417 -41.3946 18.998 -36
-STDOUT_426=0 -8.69074 0 0 -7.82917 0 0 -148.744 -70.7486 -101.243 -27.3724 -41.3946 18.998 -36
-STDOUT_427=0 -8.72141 0 0 -7.63641 0 0 -148.744 -70.1129 -101.243 -28.57 -41.3946 17.9981 -36
-STDOUT_428=0 -9.96742 0 0 -8.43585 0 0 -137.841 -91.1349 -116.055 -30.5898 -36.3389 17.9981 -33
-STDOUT_429=0 -10.1684 0 0 -8.80937 0 0 -137.841 -90.1238 -116.055 -29.7074 -36.3389 18.998 -33
-STDOUT_430=0 -9.48523 0 0 -7.7165 0 0 -145.749 -76.7876 -105.512 -28.5199 -38.0929 17.9981 -35
-STDOUT_431=0 -8.79768 0 0 -7.97601 0 0 -145.749 -78.0663 -105.512 -28.6951 -38.0929 18.998 -35
-STDOUT_432=0 -8.98721 0 0 -7.17523 0 0 -146.111 -77.0522 -106.666 -27.5536 -41.4514 17.9981 -36
-STDOUT_433=0 -10.1321 0 0 -8.27315 0 0 -137.841 -89.9715 -116.055 -31.9205 -36.3389 17.9981 -33
-STDOUT_434=0 -8.46424 0 0 -8.30139 0 0 -144.424 -82.8621 -104.332 -32.1879 -33.6292 18.998 -34
-STDOUT_435=0 -10.333 0 0 -8.64666 0 0 -137.841 -88.9604 -116.055 -31.0381 -36.3389 18.998 -33
-STDOUT_436=0 -9.64986 0 0 -7.55379 0 0 -145.749 -75.6242 -105.512 -29.8506 -38.0929 17.9981 -35
-STDOUT_437=0 -8.96231 0 0 -7.8133 0 0 -145.749 -76.9029 -105.512 -30.0258 -38.0929 18.998 -35
-STDOUT_438=0 -9.15184 0 0 -7.01252 0 0 -146.111 -75.8888 -106.666 -28.8843 -41.4514 17.9981 -36
-STDOUT_439=0 -8.50846 0 0 -8.57691 0 0 -141.925 -86.1816 -107.566 -31.7004 -37.2646 18.998 -34
-STDOUT_440=0 -8.75746 0 0 -8.51852 0 0 -144.135 -83.3082 -104.26 -29.7243 -35.8826 19.9979 -34
-STDOUT_441=0 -8.57239 0 0 -8.0265 0 0 -149.033 -72.7714 -101.316 -26.0209 -39.1412 18.998 -36
-STDOUT_442=0 -8.97561 0 0 -7.76529 0 0 -144.56 -82.0654 -105.413 -28.4088 -39.2411 18.998 -35
-STDOUT_443=0 -9.44354 0 0 -7.65266 0 0 -145.46 -75.0292 -105.44 -30.5159 -40.3463 17.9981 -35
-STDOUT_444=0 -10.2625 0 0 -9.50256 0 0 -136.223 -90.7579 -116.087 -32.057 -36.654 18.998 -33
-STDOUT_445=0 -8.75599 0 0 -7.91217 0 0 -145.46 -76.3079 -105.44 -30.6911 -40.3463 18.998 -35
-STDOUT_446=0 -10.4635 0 0 -9.87607 0 0 -136.223 -89.7468 -116.087 -31.1746 -36.654 19.9979 -33
-STDOUT_447=0 -8.94552 0 0 -7.11139 0 0 -145.822 -75.2938 -106.593 -29.5496 -43.7048 17.9981 -36
-STDOUT_448=0 -8.67309 0 0 -8.4142 0 0 -141.925 -85.0182 -107.566 -33.0311 -37.2646 18.998 -34
-STDOUT_449=0 -8.92209 0 0 -8.35581 0 0 -144.135 -82.1448 -104.26 -31.0551 -35.8826 19.9979 -34
-STDOUT_450=0 -8.73703 0 0 -7.86379 0 0 -149.033 -71.608 -101.316 -27.3517 -39.1412 18.998 -36
-STDOUT_451=0 -8.7677 0 0 -7.67104 0 0 -149.033 -70.9724 -101.316 -28.5493 -39.1412 17.9981 -36
-STDOUT_452=0 -8.60035 0 0 -7.7246 0 0 -147.67 -77.2084 -100.063 -29.5605 -36.9309 18.998 -35
-STDOUT_453=0 -10.0137 0 0 -8.47048 0 0 -138.13 -91.9944 -116.128 -30.569 -34.0856 17.9981 -33
-STDOUT_454=0 -9.14024 0 0 -7.60258 0 0 -144.56 -80.902 -105.414 -29.7396 -39.2411 18.998 -35
-STDOUT_455=0 -10.2147 0 0 -8.84399 0 0 -138.13 -90.9833 -116.128 -29.6866 -34.0856 18.998 -33
-STDOUT_456=0 -10.4272 0 0 -9.33985 0 0 -136.223 -89.5945 -116.087 -33.3877 -36.654 18.998 -33
-STDOUT_457=0 -10.6282 0 0 -9.71337 0 0 -136.223 -88.5834 -116.087 -32.5054 -36.654 19.9979 -33
-STDOUT_458=0 -8.81191 0 0 -7.94655 0 0 -146.534 -74.2919 -104.549 -28.0617 -42.7766 17.9981 -36
-STDOUT_459=0 -8.53071 0 0 -7.96266 0 0 -148.744 -71.013 -101.243 -28.0169 -41.3946 18.998 -36
-STDOUT_460=0 -8.76498 0 0 -7.56189 0 0 -147.67 -76.045 -100.063 -30.8912 -36.9309 18.998 -35
-STDOUT_461=0 -10.1783 0 0 -8.30777 0 0 -138.13 -90.831 -116.128 -31.8997 -34.0856 17.9981 -33
-STDOUT_462=0 -10.3793 0 0 -8.68128 0 0 -138.13 -89.8199 -116.128 -31.0173 -34.0856 18.998 -33
-STDOUT_463=0 -8.97655 0 0 -7.78385 0 0 -146.534 -73.1285 -104.549 -29.3924 -42.7766 17.9981 -36
-STDOUT_464=0 -8.55474 0 0 -8.61153 0 0 -142.214 -87.0411 -107.638 -31.6796 -35.0112 18.998 -34
-STDOUT_465=0 -9.15123 0 0 -8.12215 0 0 -144.135 -82.7394 -104.26 -30.9015 -35.8826 19.9979 -34
-STDOUT_466=0 -8.80374 0 0 -8.55314 0 0 -144.424 -84.1677 -104.332 -29.7036 -33.6292 19.9979 -34
-STDOUT_467=0 -9.97202 0 0 -8.40664 0 0 -137.841 -90.236 -116.055 -32.565 -36.3389 17.9981 -33
-STDOUT_468=0 -8.60772 0 0 -8.35524 0 0 -141.139 -88.529 -107.85 -33.7524 -35.9226 18.998 -33
-STDOUT_469=0 -10.173 0 0 -8.78015 0 0 -137.841 -89.2249 -116.055 -31.6826 -36.3389 18.998 -33
-STDOUT_470=0 -9.83878 0 0 -7.89961 0 0 -144.135 -81.4607 -104.26 -30.7263 -35.8826 18.998 -34
-STDOUT_471=0 -9.0219 0 0 -7.79991 0 0 -144.849 -82.9248 -105.486 -28.3881 -36.9877 18.998 -35
-STDOUT_472=0 -9.48983 0 0 -7.68728 0 0 -145.749 -75.8887 -105.512 -30.4952 -38.0929 17.9981 -35
-STDOUT_473=0 -10.3088 0 0 -9.53718 0 0 -136.512 -91.6174 -116.16 -32.0362 -34.4006 18.998 -33
-STDOUT_474=0 -8.80228 0 0 -7.94679 0 0 -145.749 -77.1674 -105.512 -30.6703 -38.0929 18.998 -35
-STDOUT_475=0 -10.5098 0 0 -9.9107 0 0 -136.512 -90.6063 -116.16 -31.1539 -34.4006 19.9979 -33
-STDOUT_476=0 -8.99181 0 0 -7.14602 0 0 -146.111 -76.1533 -106.666 -29.5288 -41.4514 17.9981 -36
-STDOUT_477=0 -8.71937 0 0 -8.44882 0 0 -142.214 -85.8777 -107.638 -33.0103 -35.0112 18.998 -34
-STDOUT_478=0 -9.31586 0 0 -7.95944 0 0 -144.135 -81.576 -104.26 -32.2322 -35.8826 19.9979 -34
-STDOUT_479=0 -8.96837 0 0 -8.39044 0 0 -144.424 -83.0043 -104.332 -31.0343 -33.6292 19.9979 -34
-STDOUT_480=0 -8.77235 0 0 -8.19253 0 0 -141.139 -87.3656 -107.85 -35.0832 -35.9226 18.998 -33
-STDOUT_481=0 -9.53405 0 0 -7.9628 0 0 -143.25 -79.2083 -108.745 -30.0076 -41.7283 17.9981 -35
-STDOUT_482=0 -8.64663 0 0 -7.75922 0 0 -147.959 -78.0678 -100.136 -29.5397 -34.6775 18.998 -35
-STDOUT_483=0 -8.60285 0 0 -7.86318 0 0 -148.744 -72.2114 -101.243 -27.3647 -41.3946 18.998 -36
-STDOUT_484=0 -10.0034 0 0 -7.73691 0 0 -144.135 -80.2973 -104.26 -32.0571 -35.8826 18.998 -34
-STDOUT_485=0 -9.18653 0 0 -7.6372 0 0 -144.849 -81.7614 -105.486 -29.7188 -36.9877 18.998 -35
-STDOUT_486=0 -8.8465 0 0 -8.22231 0 0 -143.25 -80.487 -108.745 -30.1827 -41.7283 18.998 -35
-STDOUT_487=0 -10.4735 0 0 -9.37448 0 0 -136.512 -90.454 -116.16 -33.367 -34.4006 18.998 -33
-STDOUT_488=0 -9.03603 0 0 -7.42153 0 0 -143.612 -79.4729 -109.899 -29.0413 -45.0868 17.9981 -36
-STDOUT_489=0 -10.6744 0 0 -9.74799 0 0 -136.512 -89.4429 -116.16 -32.4846 -34.4006 19.9979 -33
-STDOUT_490=0 -8.56928 0 0 -8.05802 0 0 -146.268 -80.3699 -102.146 -29.8302 -36.2465 18.998 -35
-STDOUT_491=0 -8.51306 0 0 -8.54769 0 0 -141.925 -85.2827 -107.566 -33.6756 -37.2646 18.998 -34
-STDOUT_492=0 -8.77027 0 0 -8.43153 0 0 -146.268 -79.3588 -102.146 -28.9478 -36.2465 19.9979 -35
-STDOUT_493=0 -9.34076 0 0 -7.36892 0 0 -144.56 -81.7253 -105.414 -29.76 -39.2411 18.998 -35
-STDOUT_494=0 -8.76206 0 0 -8.4893 0 0 -144.135 -82.4093 -104.26 -31.6996 -35.8826 19.9979 -34
-STDOUT_495=0 -8.8582 0 0 -7.98118 0 0 -146.823 -75.1514 -104.622 -28.0409 -40.5233 17.9981 -36
-STDOUT_496=0 -8.43876 0 0 -8.501 0 0 -144.135 -82.9406 -104.26 -32.2185 -35.8826 19.9979 -34
-STDOUT_497=0 -9.69868 0 0 -7.80009 0 0 -143.25 -78.0449 -108.745 -31.3383 -41.7283 17.9981 -35
-STDOUT_498=0 -8.577 0 0 -7.99728 0 0 -149.033 -71.8725 -101.316 -27.9962 -39.1412 18.998 -36
-STDOUT_499=0 -8.81126 0 0 -7.59651 0 0 -147.959 -76.9044 -100.136 -30.8705 -34.6775 18.998 -35
-STDOUT_500=0 -8.76748 0 0 -7.70047 0 0 -148.744 -71.048 -101.243 -28.6954 -41.3946 18.998 -36
-STDOUT_501=0 -9.11665 0 0 -7.88337 0 0 -147.67 -76.5444 -100.063 -28.7804 -36.9309 18.998 -35
-STDOUT_502=0 -9.01113 0 0 -8.0596 0 0 -143.25 -79.3236 -108.745 -31.5135 -41.7283 18.998 -35
-STDOUT_503=0 -9.06627 0 0 -8.46717 0 0 -144.135 -81.646 -104.26 -31.5892 -35.8826 19.9979 -34
-STDOUT_504=0 -8.98021 0 0 -7.73607 0 0 -144.56 -81.1664 -105.414 -30.3841 -39.2411 18.998 -35
-STDOUT_505=0 -9.20066 0 0 -7.25883 0 0 -143.612 -78.3095 -109.899 -30.372 -45.0868 17.9981 -36
-STDOUT_506=0 -8.21115 0 0 -7.72587 0 0 -149.552 -74.754 -97.9498 -29.0335 -37.2948 18.998 -36
-STDOUT_507=0 -10.2671 0 0 -9.47334 0 0 -136.223 -89.859 -116.087 -34.0323 -36.654 18.998 -33
-STDOUT_508=0 -10.4681 0 0 -9.84686 0 0 -136.223 -88.8479 -116.087 -33.1499 -36.654 19.9979 -33
-STDOUT_509=0 -8.73391 0 0 -7.89531 0 0 -146.268 -79.2065 -102.146 -31.1609 -36.2465 18.998 -35
-STDOUT_510=FEATURES_TXT_END_0
-STDOUT_511=FEATURES_TXT_BEGIN_0 5 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_512=0 -3.06843 0 0 -2.70471 0 0 -67.9958 -30.0541 -51.546 -8.60848 -25.8026 7.99917 -23
-STDOUT_513=0 -3.16299 0 0 -2.15264 0 0 -70.7793 -27.2867 -47.7598 -7.91533 -23.8134 7.99917 -23
-STDOUT_514=0 -2.98864 0 0 -1.97829 0 0 -71.4126 -28.2465 -49.0045 -7.22218 -20.9918 7.99917 -22
-STDOUT_515=0 -3.13989 0 0 -2.87906 0 0 -67.9958 -31.5243 -51.546 -9.38143 -25.8026 7.99917 -23
-STDOUT_516=0 -3.27763 0 0 -2.90538 0 0 -67.9958 -31.0659 -51.546 -9.43561 -25.8026 8.99907 -23
-STDOUT_517=0 -3.45031 0 0 -2.9138 0 0 -67.9958 -30.5045 -51.546 -9.40977 -25.8026 8.99907 -23
-STDOUT_518=0 -3.2525 0 0 -2.89458 0 0 -67.9958 -31.9548 -51.546 -8.75229 -25.8026 8.99907 -23
-STDOUT_519=0 -3.39034 0 0 -2.42815 0 0 -70.7793 -27.6932 -47.7598 -8.70146 -23.8134 8.99907 -23
-STDOUT_520=0 -3.21599 0 0 -2.25379 0 0 -71.4126 -28.653 -49.0045 -8.00831 -20.9918 8.99907 -22
-STDOUT_521=0 -3.23445 0 0 -2.32699 0 0 -70.7793 -28.757 -47.7598 -8.68828 -23.8134 7.99917 -23
-STDOUT_522=0 -3.49257 0 0 -2.98208 0 0 -67.9958 -30.9429 -51.546 -8.918 -25.8026 8.99907 -23
-STDOUT_523=0 -3.37219 0 0 -2.35331 0 0 -70.7793 -28.2986 -47.7598 -8.74246 -23.8134 8.99907 -23
-STDOUT_524=0 -3.54487 0 0 -2.36173 0 0 -70.7793 -27.7372 -47.7598 -8.71662 -23.8134 8.99907 -23
-STDOUT_525=0 -3.0601 0 0 -2.15264 0 0 -71.4126 -29.7167 -49.0045 -7.99513 -20.9918 7.99917 -22
-STDOUT_526=0 -3.34706 0 0 -2.34251 0 0 -70.7793 -29.1874 -47.7598 -8.05915 -23.8134 8.99907 -23
-STDOUT_527=0 -3.37052 0 0 -2.18738 0 0 -71.4126 -28.6969 -49.0045 -8.02347 -20.9918 8.99907 -22
-STDOUT_528=0 -3.17271 0 0 -2.16815 0 0 -71.4126 -30.1472 -49.0045 -7.366 -20.9918 8.99907 -22
-STDOUT_529=0 -3.58713 0 0 -2.43001 0 0 -70.7793 -28.1755 -47.7598 -8.22486 -23.8134 8.99907 -23
-STDOUT_530=0 -3.41278 0 0 -2.25566 0 0 -71.4126 -29.1353 -49.0045 -7.53171 -20.9918 8.99907 -22
-STDOUT_531=0 -2.89408 0 0 -2.53036 0 0 -69.8557 -31.0138 -52.7907 -7.91533 -22.9809 7.99917 -22
-STDOUT_532=0 -3.30313 0 0 -3.10592 0 0 -67.9958 -31.9306 -51.546 -9.14082 -25.8026 8.99907 -23
-STDOUT_533=0 -3.31302 0 0 -3.21554 0 0 -67.9958 -31.8768 -51.546 -9.00899 -25.8026 8.99907 -23
-STDOUT_534=0 -3.39769 0 0 -2.55385 0 0 -70.7793 -29.1632 -47.7598 -8.44767 -23.8134 8.99907 -23
-STDOUT_535=0 -3.69126 0 0 -3.21554 0 0 -67.9958 -31.2556 -51.546 -8.72964 -25.8026 8.99907 -23
-STDOUT_536=0 -3.40758 0 0 -2.66347 0 0 -70.7793 -29.1094 -47.7598 -8.31584 -23.8134 8.99907 -23
-STDOUT_537=0 -3.23322 0 0 -2.48911 0 0 -71.4126 -30.0692 -49.0045 -7.62269 -20.9918 8.99907 -22
-STDOUT_538=0 -3.13818 0 0 -2.37949 0 0 -71.4126 -31.1419 -49.0045 -7.34906 -20.9918 8.99907 -22
-STDOUT_539=0 -3.78582 0 0 -2.66347 0 0 -70.7793 -28.4882 -47.7598 -8.03649 -23.8134 8.99907 -23
-STDOUT_540=0 -2.95292 0 0 -2.25272 0 0 -70.997 -29.4003 -49.2703 -9.30162 -24.179 7.99917 -23
-STDOUT_541=0 -3.61146 0 0 -2.48911 0 0 -71.4126 -29.448 -49.0045 -7.34334 -20.9918 8.99907 -22
-STDOUT_542=0 -2.77857 0 0 -2.07837 0 0 -71.6303 -30.3601 -50.515 -8.60847 -21.3573 7.99917 -22
-STDOUT_543=0 -3.32396 0 0 -3.06893 0 0 -67.9958 -32.8304 -51.546 -9.52525 -25.8026 8.99907 -23
-STDOUT_544=0 -2.95292 0 0 -2.25272 0 0 -71.3246 -27.9517 -49.1686 -9.30162 -25.2776 7.99917 -23
-STDOUT_545=0 -2.77857 0 0 -2.07837 0 0 -71.9579 -28.9114 -50.4133 -8.60847 -22.4559 7.99917 -22
-STDOUT_546=0 -3.60775 0 0 -2.98022 0 0 -67.9958 -31.3013 -51.546 -10.7576 -25.8026 8.99907 -23
-STDOUT_547=0 -3.41852 0 0 -2.51686 0 0 -70.7793 -30.063 -47.7598 -8.8321 -23.8134 8.99907 -23
-STDOUT_548=0 -2.85378 0 0 -2.70471 0 0 -67.9958 -34.0549 -51.546 -11.5285 -25.8026 7.99917 -23
-STDOUT_549=0 -3.45658 0 0 -3.29991 0 0 -67.9958 -32.1533 -51.546 -9.47689 -25.8026 8.99907 -23
-STDOUT_550=0 -3.34909 0 0 -3.07973 0 0 -67.9958 -32.5362 -51.546 -10.2086 -25.8026 8.99907 -23
-STDOUT_551=0 -3.52177 0 0 -3.08816 0 0 -67.9958 -31.9748 -51.546 -10.1827 -25.8026 8.99907 -23
-STDOUT_552=0 -3.24417 0 0 -2.34251 0 0 -71.4126 -31.0228 -49.0045 -8.13895 -20.9918 8.99907 -22
-STDOUT_553=0 -3.4618 0 0 -2.6025 0 0 -70.7793 -29.1635 -47.7598 -9.47441 -23.8134 8.99907 -23
-STDOUT_554=0 -3.65951 0 0 -3.11447 0 0 -67.9958 -31.5164 -51.546 -10.2369 -25.8026 9.99896 -23
-STDOUT_555=0 -3.4617 0 0 -3.09525 0 0 -67.9958 -32.9666 -51.546 -9.57943 -25.8026 9.99896 -23
-STDOUT_556=0 -3.01223 0 0 -2.61381 0 0 -71.2902 -29.5478 -49.6652 -7.73086 -23.7693 8.99907 -23
-STDOUT_557=0 -3.63438 0 0 -3.10367 0 0 -67.9958 -32.4052 -51.546 -9.55358 -25.8026 9.99896 -23
-STDOUT_558=0 -3.59954 0 0 -2.62882 0 0 -70.7793 -28.7051 -47.7598 -9.52859 -23.8134 9.99896 -23
-STDOUT_559=0 -3.77222 0 0 -2.63724 0 0 -70.7793 -28.1437 -47.7598 -9.50275 -23.8134 9.99896 -23
-STDOUT_560=0 -3.28745 0 0 -2.42815 0 0 -71.4126 -30.1233 -49.0045 -8.78126 -20.9918 8.99907 -22
-STDOUT_561=0 -3.57441 0 0 -2.61801 0 0 -70.7793 -29.5939 -47.7598 -8.84527 -23.8134 9.99896 -23
-STDOUT_562=0 -2.94834 0 0 -2.15264 0 0 -70.7793 -31.2876 -47.7598 -10.8354 -23.8134 7.99917 -23
-STDOUT_563=0 -3.55114 0 0 -2.74784 0 0 -70.7793 -29.3859 -47.7598 -8.78374 -23.8134 8.99907 -23
-STDOUT_564=0 -3.59787 0 0 -2.46288 0 0 -71.4126 -29.1035 -49.0045 -8.8096 -20.9918 9.99896 -22
-STDOUT_565=0 -3.44365 0 0 -2.52766 0 0 -70.7793 -29.7688 -47.7598 -9.51542 -23.8134 8.99907 -23
-STDOUT_566=0 -3.61633 0 0 -2.53609 0 0 -70.7793 -29.2074 -47.7598 -9.48957 -23.8134 8.99907 -23
-STDOUT_567=0 -3.33345 0 0 -4.75352 0 0 -67.9958 -30.3121 -51.546 -7.36676 -25.8026 7.99917 -23
-STDOUT_568=0 -3.70177 0 0 -3.18275 0 0 -67.9958 -31.9547 -51.546 -9.74514 -25.8026 9.99896 -23
-STDOUT_569=0 -3.87445 0 0 -3.19117 0 0 -67.9958 -31.3933 -51.546 -9.71929 -25.8026 9.99896 -23
-STDOUT_570=0 -3.40006 0 0 -2.44366 0 0 -71.4126 -30.5537 -49.0045 -8.15213 -20.9918 9.99896 -22
-STDOUT_571=0 -2.77398 0 0 -1.97829 0 0 -71.4126 -32.2473 -49.0045 -10.1422 -20.9918 7.99917 -22
-STDOUT_572=0 -3.67664 0 0 -3.17195 0 0 -67.9958 -32.8436 -51.546 -9.06182 -25.8026 9.99896 -23
-STDOUT_573=0 -3.81448 0 0 -2.70552 0 0 -70.7793 -28.582 -47.7598 -9.01098 -23.8134 9.99896 -23
-STDOUT_574=0 -3.75407 0 0 -2.5624 0 0 -70.7793 -28.749 -47.7598 -9.54375 -23.8134 9.99896 -23
-STDOUT_575=0 -3.44198 0 0 -2.36173 0 0 -71.4126 -30.1672 -49.0045 -8.79642 -20.9918 8.99907 -22
-STDOUT_576=0 -3.55626 0 0 -2.54318 0 0 -70.7793 -30.1993 -47.7598 -8.88628 -23.8134 9.99896 -23
-STDOUT_577=0 -3.10679 0 0 -2.06174 0 0 -74.0737 -26.7804 -45.879 -7.03771 -21.7801 8.99907 -23
-STDOUT_578=0 -3.72894 0 0 -2.5516 0 0 -70.7793 -29.6379 -47.7598 -8.86043 -23.8134 9.99896 -23
-STDOUT_579=0 -3.64013 0 0 -2.53116 0 0 -71.4126 -29.5418 -49.0045 -8.31784 -20.9918 9.99896 -22
-STDOUT_580=0 -3.55459 0 0 -2.37724 0 0 -71.4126 -30.5976 -49.0045 -8.16729 -20.9918 9.99896 -22
-STDOUT_581=0 -3.42801 0 0 -4.20145 0 0 -70.7793 -27.5447 -47.7598 -6.67362 -23.8134 7.99917 -23
-STDOUT_582=0 -3.29163 0 0 -2.57348 0 0 -71.4126 -31.3646 -49.0045 -7.68513 -20.9918 8.99907 -22
-STDOUT_583=0 -3.79633 0 0 -2.63068 0 0 -70.7793 -29.1874 -47.7598 -9.05199 -23.8134 9.99896 -23
-STDOUT_584=0 -3.96901 0 0 -2.6391 0 0 -70.7793 -28.626 -47.7598 -9.02614 -23.8134 9.99896 -23
-STDOUT_585=0 -6.30101 0 0 -3.40359 0 0 -63.2692 -38.2466 -59.8288 -9.00209 -19.4815 7.99917 -20
-STDOUT_586=0 -3.7712 0 0 -2.61988 0 0 -70.7793 -30.0762 -47.7598 -8.36867 -23.8134 9.99896 -23
-STDOUT_587=0 -3.25609 0 0 -3.30659 0 0 -67.9958 -33.5387 -51.546 -9.78921 -25.8026 9.99896 -23
-STDOUT_588=0 -2.96554 0 0 -2.70471 0 0 -69.8557 -32.4841 -52.7907 -8.68828 -22.9809 7.99917 -22
-STDOUT_589=0 -3.25365 0 0 -4.02709 0 0 -71.4126 -28.5045 -49.0045 -5.98047 -20.9918 7.99917 -22
-STDOUT_590=0 -3.79466 0 0 -2.46475 0 0 -71.4126 -29.5857 -49.0045 -8.333 -20.9918 9.99896 -22
-STDOUT_591=0 -3.59685 0 0 -2.44552 0 0 -71.4126 -31.036 -49.0045 -7.67552 -20.9918 9.99896 -22
-STDOUT_592=0 -3.27596 0 0 -2.73945 0 0 -69.8557 -31.4643 -52.7907 -8.71662 -22.9809 8.99907 -22
-STDOUT_593=0 -3.07815 0 0 -2.72022 0 0 -69.8557 -32.9145 -52.7907 -8.05915 -22.9809 8.99907 -22
-STDOUT_594=0 -3.39026 0 0 -2.52823 0 0 -70.997 -29.2666 -49.2703 -9.06731 -24.179 8.99907 -23
-STDOUT_595=0 -3.37459 0 0 -3.28027 0 0 -67.9958 -33.4008 -51.546 -9.91377 -25.8026 8.99907 -23
-STDOUT_596=0 -6.39557 0 0 -2.85152 0 0 -66.0527 -35.4792 -56.0426 -8.30895 -17.4923 7.99917 -20
-STDOUT_597=0 -3.21591 0 0 -2.35388 0 0 -71.6303 -30.2264 -50.515 -8.37416 -21.3573 8.99907 -22
-STDOUT_598=0 -3.35065 0 0 -2.75452 0 0 -70.7793 -30.7714 -47.7598 -9.09607 -23.8134 9.99896 -23
-STDOUT_599=0 -3.68501 0 0 -3.31501 0 0 -67.9958 -32.381 -51.546 -9.94211 -25.8026 9.99896 -23
-STDOUT_600=0 -3.31822 0 0 -2.80773 0 0 -69.8557 -31.9026 -52.7907 -8.22486 -22.9809 8.99907 -22
-STDOUT_601=0 -3.4872 0 0 -3.29578 0 0 -67.9958 -33.8313 -51.546 -9.28464 -25.8026 9.99896 -23
-STDOUT_602=0 -3.62504 0 0 -2.82935 0 0 -70.7793 -29.5697 -47.7598 -9.2338 -23.8134 9.99896 -23
-STDOUT_603=0 -3.12727 0 0 -2.42708 0 0 -71.2068 -29.0598 -48.7988 -9.99477 -24.7716 7.99917 -23
-STDOUT_604=0 -6.22121 0 0 -2.67717 0 0 -66.686 -36.439 -57.2873 -7.6158 -14.6707 7.99917 -19
-STDOUT_605=0 -3.17536 0 0 -3.21554 0 0 -67.9958 -33.204 -51.546 -11.299 -25.8026 8.99907 -23
-STDOUT_606=0 -3.52221 0 0 -3.41621 0 0 -67.9958 -32.8886 -51.546 -9.83612 -25.8026 9.99896 -23
-STDOUT_607=0 -3.6949 0 0 -3.42463 0 0 -67.9958 -32.3272 -51.546 -9.81028 -25.8026 9.99896 -23
-STDOUT_608=0 -3.49709 0 0 -3.4054 0 0 -67.9958 -33.7775 -51.546 -9.15281 -25.8026 9.99896 -23
-STDOUT_609=0 -3.46915 0 0 -2.7282 0 0 -70.7793 -30.6335 -47.7598 -9.22063 -23.8134 8.99907 -23
-STDOUT_610=0 -3.63493 0 0 -2.93897 0 0 -70.7793 -29.516 -47.7598 -9.10197 -23.8134 9.99896 -23
-STDOUT_611=0 -3.72727 0 0 -3.38329 0 0 -67.9958 -32.8194 -51.546 -9.45035 -25.8026 9.99896 -23
-STDOUT_612=FEATURES_TXT_END_0
-STDOUT_613=FEATURES_TXT_BEGIN_0 6 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_614=0 -6.81711 0 0 -5.30961 0 0 -90.291 -34.5776 -71.6203 -16.0055 -28.6275 10.9989 -29
-STDOUT_615=0 -7.38251 0 0 -5.47791 0 0 -86.0464 -42.6815 -76.8184 -18.2905 -26.2447 10.9989 -27
-STDOUT_616=0 -6.61747 0 0 -5.17444 0 0 -89.8284 -35.8625 -73.3985 -16.6394 -28.8212 10.9989 -28
-STDOUT_617=0 -6.58584 0 0 -5.06067 0 0 -90.291 -35.7751 -71.6203 -16.9921 -28.6275 10.9989 -29
-STDOUT_618=0 -5.59039 0 0 -4.43147 0 0 -94.992 -25.8486 -66.9293 -13.0796 -38.9841 9.99896 -32
-STDOUT_619=0 -6.95824 0 0 -5.46531 0 0 -90.291 -34.477 -71.6203 -15.9205 -28.6275 10.9989 -29
-STDOUT_620=0 -6.52696 0 0 -5.38701 0 0 -90.291 -36.1424 -71.6203 -15.9909 -28.6275 11.9988 -29
-STDOUT_621=0 -7.4221 0 0 -5.16832 0 0 -88.0688 -39.5718 -73.6928 -17.5131 -27.0331 10.9989 -28
-STDOUT_622=0 -6.60342 0 0 -4.89457 0 0 -90.291 -36.4159 -71.6203 -17.346 -28.6275 10.9989 -29
-STDOUT_623=0 -6.63455 0 0 -5.23131 0 0 -90.291 -36.4012 -71.6203 -16.1594 -28.6275 11.9988 -29
-STDOUT_624=0 -7.18286 0 0 -5.34274 0 0 -85.5838 -43.9664 -78.5966 -18.9244 -26.4384 10.9989 -26
-STDOUT_625=0 -6.3862 0 0 -4.9255 0 0 -89.8284 -37.06 -73.3985 -17.626 -28.8212 10.9989 -28
-STDOUT_626=0 -6.74088 0 0 -5.48092 0 0 -90.291 -35.5704 -71.6203 -15.9504 -28.6275 11.9988 -29
-STDOUT_627=0 -6.60181 0 0 -5.07741 0 0 -93.25 -30.4809 -67.4609 -15.8547 -28.5604 10.9989 -29
-STDOUT_628=0 -6.15579 0 0 -4.59977 0 0 -90.7474 -33.9525 -72.1274 -15.3646 -36.6013 9.99896 -30
-STDOUT_629=0 -5.39075 0 0 -4.29629 0 0 -94.5294 -27.1335 -68.7075 -13.7135 -39.1778 9.99896 -31
-STDOUT_630=0 -5.35912 0 0 -4.18253 0 0 -94.992 -27.0461 -66.9293 -14.0663 -38.9841 9.99896 -32
-STDOUT_631=0 -7.52364 0 0 -5.63361 0 0 -86.0464 -42.5809 -76.8184 -18.2055 -26.2447 10.9989 -27
-STDOUT_632=0 -6.72697 0 0 -5.21637 0 0 -90.291 -35.6745 -71.6203 -16.9072 -28.6275 10.9989 -29
-STDOUT_633=0 -7.09235 0 0 -5.55531 0 0 -86.0464 -44.2463 -76.8184 -18.2759 -26.2447 11.9988 -27
-STDOUT_634=0 -6.75827 0 0 -5.74207 0 0 -90.291 -35.336 -71.6203 -15.4154 -28.6275 10.9989 -29
-STDOUT_635=0 -6.29569 0 0 -5.13807 0 0 -90.291 -37.3399 -71.6203 -16.9775 -28.6275 11.9988 -29
-STDOUT_636=0 -7.22246 0 0 -5.03315 0 0 -87.6062 -40.8567 -75.471 -18.1471 -27.2268 10.9989 -27
-STDOUT_637=0 -5.73152 0 0 -4.58717 0 0 -94.992 -25.748 -66.9293 -12.9947 -38.9841 9.99896 -32
-STDOUT_638=0 -5.30024 0 0 -4.50887 0 0 -94.992 -27.4135 -66.9293 -13.065 -38.9841 10.9989 -32
-STDOUT_639=0 -6.40377 0 0 -4.75939 0 0 -89.8284 -37.7008 -73.3985 -17.9799 -28.8212 10.9989 -28
-STDOUT_640=0 -7.19994 0 0 -5.39961 0 0 -86.0464 -44.5051 -76.8184 -18.4444 -26.2447 11.9988 -27
-STDOUT_641=0 -6.40328 0 0 -4.98237 0 0 -90.291 -37.5988 -71.6203 -17.1461 -28.6275 11.9988 -29
-STDOUT_642=0 -6.19538 0 0 -4.29018 0 0 -92.7698 -30.8428 -69.0018 -14.5873 -37.3897 9.99896 -31
-STDOUT_643=0 -7.56323 0 0 -5.32402 0 0 -88.0688 -39.4712 -73.6928 -17.4282 -27.0331 10.9989 -28
-STDOUT_644=0 -6.65859 0 0 -5.14026 0 0 -93.4324 -30.7561 -67.7581 -15.2632 -27.9422 10.9989 -29
-STDOUT_645=0 -7.13195 0 0 -5.24572 0 0 -88.0688 -41.1366 -73.6928 -17.4986 -27.0331 11.9988 -28
-STDOUT_646=0 -7.30628 0 0 -5.64922 0 0 -86.0464 -43.6742 -76.8184 -18.2354 -26.2447 11.9988 -27
-STDOUT_647=0 -6.50961 0 0 -5.23198 0 0 -90.291 -36.7679 -71.6203 -16.937 -28.6275 11.9988 -29
-STDOUT_648=0 -5.3767 0 0 -4.01643 0 0 -94.992 -27.6869 -66.9293 -14.4201 -38.9841 9.99896 -32
-STDOUT_649=0 -6.40217 0 0 -4.94224 0 0 -92.7874 -31.7658 -69.2391 -16.4886 -28.7541 10.9989 -28
-STDOUT_650=0 -5.40783 0 0 -4.35317 0 0 -94.992 -27.6723 -66.9293 -13.2336 -38.9841 10.9989 -32
-STDOUT_651=0 -6.74455 0 0 -5.05027 0 0 -90.291 -36.3153 -71.6203 -17.2611 -28.6275 10.9989 -29
-STDOUT_652=0 -6.81711 0 0 -5.30961 0 0 -89.8284 -36.7177 -73.3985 -16.0055 -28.8211 10.9989 -28
-STDOUT_653=0 -5.95614 0 0 -4.4646 0 0 -90.2848 -35.2374 -73.9055 -15.9985 -36.795 9.99896 -29
-STDOUT_654=0 -6.31327 0 0 -4.97197 0 0 -90.291 -37.9808 -71.6203 -17.3314 -28.6275 11.9988 -29
-STDOUT_655=0 -5.15948 0 0 -4.04735 0 0 -94.5294 -28.331 -68.7075 -14.7002 -39.1778 9.99896 -31
-STDOUT_656=0 -7.32366 0 0 -5.91037 0 0 -86.0464 -43.4398 -76.8184 -17.7004 -26.2447 10.9989 -27
-STDOUT_657=0 -6.81711 0 0 -5.30961 0 0 -91.4868 -32.7858 -71.1917 -16.0055 -28.7466 10.9989 -29
-STDOUT_658=0 -6.527 0 0 -5.49312 0 0 -90.291 -36.5335 -71.6203 -16.4021 -28.6275 10.9989 -29
-STDOUT_659=0 -5.51416 0 0 -4.60278 0 0 -94.992 -26.8414 -66.9293 -13.0245 -38.9841 10.9989 -32
-STDOUT_660=0 -7.23954 0 0 -5.09002 0 0 -88.0688 -41.3954 -73.6928 -17.6671 -27.0331 11.9988 -28
-STDOUT_661=0 -5.37509 0 0 -4.19927 0 0 -97.9509 -21.7519 -62.7699 -12.9288 -38.917 9.99896 -32
-STDOUT_662=0 -6.74294 0 0 -5.23311 0 0 -93.2499 -30.3803 -67.4609 -15.7697 -28.5604 10.9989 -29
-STDOUT_663=0 -6.29692 0 0 -4.75547 0 0 -90.7474 -33.8519 -72.1274 -15.2797 -36.6013 9.99896 -30
-STDOUT_664=0 -6.31166 0 0 -5.15481 0 0 -93.2499 -32.0458 -67.4609 -15.8401 -28.5604 11.9988 -29
-STDOUT_665=0 -5.50025 0 0 -4.33823 0 0 -94.992 -26.9455 -66.9293 -13.9813 -38.9841 9.99896 -32
-STDOUT_666=0 -6.44975 0 0 -5.31271 0 0 -89.5102 -38.3859 -71.7584 -17.5695 -29.4045 12.9987 -29
-STDOUT_667=0 -5.86564 0 0 -4.67717 0 0 -90.7474 -35.5173 -72.1274 -15.35 -36.6013 10.9989 -30
-STDOUT_668=0 -5.53155 0 0 -4.86392 0 0 -94.992 -26.607 -66.9293 -12.4896 -38.9841 9.99896 -32
-STDOUT_669=0 -6.42085 0 0 -4.81627 0 0 -90.291 -38.2396 -71.6203 -17.5 -28.6275 11.9988 -29
-STDOUT_670=0 -5.06897 0 0 -4.25992 0 0 -94.992 -28.611 -66.9293 -14.0517 -38.9841 10.9989 -32
-STDOUT_671=0 -7.34587 0 0 -5.33963 0 0 -88.0688 -40.5645 -73.6928 -17.458 -27.0331 11.9988 -28
-STDOUT_672=0 -6.56416 0 0 -5.40662 0 0 -89.5102 -37.7094 -71.7584 -17.6315 -29.4045 12.9987 -29
-STDOUT_673=0 -6.69536 0 0 -5.56245 0 0 -90.291 -36.4343 -71.6203 -16.0215 -28.6275 11.9988 -29
-STDOUT_674=0 -5.99574 0 0 -4.155 0 0 -92.3072 -32.1277 -70.78 -15.2212 -37.5834 9.99896 -30
-STDOUT_675=0 -6.89406 0 0 -5.23131 0 0 -89.5102 -37.654 -71.7584 -17.258 -29.4045 11.9988 -29
-STDOUT_676=0 -6.52719 0 0 -5.06588 0 0 -90.291 -37.4087 -71.6203 -17.2909 -28.6275 11.9988 -29
-STDOUT_677=0 -6.45895 0 0 -5.00508 0 0 -92.9698 -32.041 -69.5363 -15.8972 -28.1359 10.9989 -28
-STDOUT_678=0 -6.79351 0 0 -5.12154 0 0 -89.8284 -37.936 -73.3985 -15.9464 -28.8211 10.9989 -28
-STDOUT_679=0 -7.36326 0 0 -5.60077 0 0 -88.0688 -40.3301 -73.6928 -16.9231 -27.0331 10.9989 -28
-STDOUT_680=0 -6.41925 0 0 -4.99911 0 0 -93.25 -32.3046 -67.4609 -16.0087 -28.5604 11.9988 -29
-STDOUT_681=0 -5.17705 0 0 -3.88125 0 0 -94.5294 -28.9718 -68.7075 -15.0541 -39.1778 9.99896 -31
-STDOUT_682=0 -6.59457 0 0 -5.34254 0 0 -90.291 -36.9027 -71.6203 -16.7491 -28.6275 12.9987 -29
-STDOUT_683=0 -5.97322 0 0 -4.52147 0 0 -90.7474 -35.7762 -72.1274 -15.5186 -36.6013 10.9989 -30
-STDOUT_684=0 -5.87228 0 0 -4.28837 0 0 -94.1487 -27.3777 -71.9216 -13.7952 -36.6761 9.99896 -30
-STDOUT_685=0 -5.17656 0 0 -4.10422 0 0 -94.992 -28.8698 -66.9293 -14.2202 -38.9841 10.9989 -32
-STDOUT_686=0 -7.38251 0 0 -5.47791 0 0 -85.5838 -44.8216 -78.5966 -18.2905 -26.4384 10.9989 -26
-STDOUT_687=0 -6.58584 0 0 -5.06067 0 0 -89.8284 -37.9152 -73.3985 -16.9921 -28.8211 10.9989 -28
-STDOUT_688=0 -6.54457 0 0 -5.32702 0 0 -90.291 -37.1743 -71.6203 -16.756 -28.6275 10.9989 -29
-STDOUT_689=0 -6.79754 0 0 -5.13526 0 0 -89.8284 -38.3796 -73.3985 -15.6041 -28.8212 10.9989 -28
-STDOUT_690=0 -6.56231 0 0 -5.37257 0 0 -89.5102 -38.4943 -71.7584 -17.2513 -29.4045 12.9987 -29
-STDOUT_691=0 -6.33651 0 0 -4.44588 0 0 -92.7698 -30.7422 -69.0018 -14.5024 -37.3897 9.99896 -31
-STDOUT_692=0 -7.38251 0 0 -5.47791 0 0 -87.2422 -40.8897 -76.3898 -18.2905 -26.3639 10.9989 -27
-STDOUT_693=0 -5.43187 0 0 -4.26211 0 0 -98.1333 -22.0271 -63.0671 -12.3374 -38.2988 9.99896 -32
-STDOUT_694=0 -6.52558 0 0 -5.24872 0 0 -93.2499 -31.4737 -67.4609 -15.7996 -28.5604 11.9988 -29
-STDOUT_695=0 -6.58584 0 0 -5.06067 0 0 -91.4868 -33.9833 -71.1917 -16.9921 -28.7466 10.9989 -29
-STDOUT_696=0 -5.90523 0 0 -4.36758 0 0 -92.7698 -32.4076 -69.0018 -14.5727 -37.3897 10.9989 -31
-STDOUT_697=0 -6.79972 0 0 -5.29596 0 0 -93.4324 -30.6555 -67.7581 -15.1783 -27.9422 10.9989 -29
-STDOUT_698=0 -6.07956 0 0 -4.77108 0 0 -90.7474 -34.9453 -72.1274 -15.3095 -36.6013 10.9989 -30
-STDOUT_699=0 -5.28289 0 0 -4.35384 0 0 -94.992 -28.0389 -66.9293 -14.0112 -38.9841 10.9989 -32
-STDOUT_700=0 -6.36844 0 0 -5.21765 0 0 -93.4324 -32.321 -67.7581 -15.2487 -27.9422 11.9988 -29
-STDOUT_701=0 -7.15688 0 0 -5.42084 0 0 -90.291 -35.0701 -71.6203 -16.652 -28.6275 11.9988 -29
-STDOUT_702=0 -5.17545 0 0 -4.0641 0 0 -97.4883 -23.0368 -64.5481 -13.5628 -39.1107 9.99896 -31
-STDOUT_703=0 -5.51783 0 0 -4.17213 0 0 -94.992 -27.5863 -66.9293 -14.3352 -38.9841 9.99896 -32
-STDOUT_704=0 -5.59039 0 0 -4.43147 0 0 -94.5294 -27.9887 -68.7075 -13.0796 -39.1778 9.99896 -31
-STDOUT_705=0 -5.08655 0 0 -4.09382 0 0 -94.992 -29.2518 -66.9293 -14.4056 -38.9841 10.9989 -32
-STDOUT_706=0 -7.49373 0 0 -4.95315 0 0 -88.0688 -40.4361 -74.0878 -18.1569 -27.7121 10.9989 -28
-STDOUT_707=0 -6.95824 0 0 -5.46531 0 0 -89.8284 -36.6171 -73.3985 -15.9205 -28.8212 10.9989 -28
-STDOUT_708=0 -6.54297 0 0 -5.50987 0 0 -93.25 -31.2393 -67.4609 -15.2646 -28.5604 10.9989 -29
-STDOUT_709=0 -7.01515 0 0 -5.48101 0 0 -85.2656 -46.4898 -76.9565 -19.8545 -27.0218 12.9987 -27
-STDOUT_710=0 -6.86373 0 0 -5.34149 0 0 -89.8284 -36.9838 -73.3985 -16.3073 -28.8211 11.9988 -28
-STDOUT_711=0 -6.7774 0 0 -4.96584 0 0 -89.8284 -38.2277 -73.3985 -16.6054 -28.8211 10.9989 -28
-STDOUT_712=0 -6.21848 0 0 -5.06377 0 0 -89.5102 -39.5834 -71.7584 -18.5561 -29.4045 12.9987 -29
-STDOUT_713=0 -6.09694 0 0 -5.03222 0 0 -90.7474 -34.7109 -72.1274 -14.7746 -36.6013 9.99896 -30
-STDOUT_714=FEATURES_TXT_END_0
-STDOUT_715=FEATURES_TXT_BEGIN_0 7 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_716=0 -3.66906 0 0 -2.70469 0 0 -58.8702 -47.5967 -90.3027 -13.7219 -19.3364 9.99896 -23
-STDOUT_717=0 -3.90294 0 0 -2.87411 0 0 -58.8702 -47.7092 -88.1808 -14.3878 -19.3364 9.99896 -23
-STDOUT_718=0 -3.66706 0 0 -3.43558 0 0 -58.8702 -46.6489 -90.3027 -13.1451 -19.3364 8.99907 -23
-STDOUT_719=0 -3.8633 0 0 -2.70469 0 0 -58.8702 -47.66 -90.3027 -13.9598 -19.3364 9.99896 -23
-STDOUT_720=0 -3.87738 0 0 -2.62918 0 0 -58.8702 -47.6338 -90.3027 -14.2174 -19.3364 9.99896 -23
-STDOUT_721=0 -3.90691 0 0 -2.89456 0 0 -58.8702 -48.3167 -90.3027 -13.7705 -19.3364 10.9989 -23
-STDOUT_722=0 -3.84341 0 0 -2.87904 0 0 -58.8702 -48.5433 -90.3027 -14.0865 -19.3364 9.99896 -23
-STDOUT_723=0 -3.87152 0 0 -2.99927 0 0 -58.8702 -48.5971 -88.1808 -14.9797 -19.3364 10.9989 -23
-STDOUT_724=0 -4.06457 0 0 -2.77311 0 0 -58.8702 -48.0805 -90.3027 -14.3897 -19.3364 9.99896 -23
-STDOUT_725=0 -3.83188 0 0 -2.82985 0 0 -58.8702 -48.5478 -90.3027 -14.5517 -19.3364 10.9989 -23
-STDOUT_726=0 -4.31309 0 0 -2.87574 0 0 -60.8643 -43.1731 -82.6108 -14.8991 -22.0226 9.99896 -25
-STDOUT_727=0 -4.09418 0 0 -2.56036 0 0 -58.8702 -48.9202 -90.3027 -14.3518 -19.3364 9.99896 -23
-STDOUT_728=0 -4.14079 0 0 -3.06397 0 0 -58.8702 -48.4292 -88.1808 -14.4364 -19.3364 10.9989 -23
-STDOUT_729=0 -3.91778 0 0 -2.73994 0 0 -60.8643 -44.7473 -82.6108 -15.3816 -22.0226 9.99896 -25
-STDOUT_730=0 -3.65143 0 0 -3.63625 0 0 -58.8702 -47.561 -90.3027 -13.7827 -19.3364 9.99896 -23
-STDOUT_731=0 -3.90491 0 0 -3.62544 0 0 -58.8702 -47.3688 -90.3027 -13.1937 -19.3364 9.99896 -23
-STDOUT_732=0 -3.89474 0 0 -3.77205 0 0 -58.8702 -47.5819 -88.1808 -13.9454 -19.3364 9.99896 -23
-STDOUT_733=0 -4.10115 0 0 -2.89456 0 0 -58.8702 -48.3799 -90.3027 -14.0084 -19.3364 10.9989 -23
-STDOUT_734=0 -4.11523 0 0 -2.81905 0 0 -58.8702 -48.3538 -90.3027 -14.266 -19.3364 10.9989 -23
-STDOUT_735=0 -4.07729 0 0 -3.04846 0 0 -58.8702 -48.6558 -88.1808 -14.7524 -19.3364 9.99896 -23
-STDOUT_736=0 -3.93919 0 0 -3.60263 0 0 -58.8702 -47.3158 -90.3027 -13.3924 -19.3364 9.99896 -23
-STDOUT_737=0 -3.84141 0 0 -3.60993 0 0 -58.8702 -47.5955 -90.3027 -13.5097 -19.3364 8.99907 -23
-STDOUT_738=0 -4.03765 0 0 -2.87904 0 0 -58.8702 -48.6065 -90.3027 -14.3244 -19.3364 9.99896 -23
-STDOUT_739=0 -4.05173 0 0 -2.80354 0 0 -58.8702 -48.5804 -90.3027 -14.582 -19.3364 9.99896 -23
-STDOUT_740=0 -4.54697 0 0 -3.04516 0 0 -60.8643 -43.2856 -80.4889 -15.565 -22.0226 9.99896 -25
-STDOUT_741=0 -4.16665 0 0 -3.07478 0 0 -58.8702 -48.3262 -88.1808 -15.0052 -19.3364 10.9989 -23
-STDOUT_742=0 -4.14352 0 0 -2.36328 0 0 -58.8702 -49.9584 -88.1808 -15.8938 -19.3364 8.99907 -23
-STDOUT_743=0 -3.62429 0 0 -3.56074 0 0 -58.8702 -47.6558 -90.3027 -14.5946 -19.3364 9.99896 -23
-STDOUT_744=0 -3.86322 0 0 -2.82985 0 0 -58.8702 -49.425 -90.3027 -14.4789 -19.3364 10.9989 -23
-STDOUT_745=0 -4.31109 0 0 -3.60663 0 0 -60.8643 -42.2253 -82.6108 -14.3224 -22.0226 8.99907 -25
-STDOUT_746=0 -4.34719 0 0 -2.98245 0 0 -58.8702 -47.8329 -90.3027 -13.9934 -19.3364 10.9989 -23
-STDOUT_747=0 -4.50734 0 0 -2.87574 0 0 -60.8643 -43.2363 -82.6108 -15.137 -22.0226 9.99896 -25
-STDOUT_748=0 -4.12702 0 0 -2.90536 0 0 -58.8702 -48.2769 -90.3027 -14.5772 -19.3364 10.9989 -23
-STDOUT_749=0 -4.52141 0 0 -2.80023 0 0 -60.8643 -43.2102 -82.6108 -15.3947 -22.0226 9.99896 -25
-STDOUT_750=0 -4.15166 0 0 -2.90936 0 0 -60.8643 -44.8598 -80.4889 -16.0474 -22.0226 9.99896 -25
-STDOUT_751=0 -4.40304 0 0 -2.53433 0 0 -60.8643 -45.2443 -80.4889 -16.1815 -22.0226 8.99907 -25
-STDOUT_752=0 -3.91578 0 0 -3.47083 0 0 -60.8643 -43.7995 -82.6108 -14.8048 -22.0226 8.99907 -25
-STDOUT_753=0 -4.11202 0 0 -2.73994 0 0 -60.8643 -44.8105 -82.6108 -15.6195 -22.0226 9.99896 -25
-STDOUT_754=0 -4.1261 0 0 -2.66443 0 0 -60.8643 -44.7844 -82.6108 -15.8771 -22.0226 9.99896 -25
-STDOUT_755=0 -4.25425 0 0 -2.73994 0 0 -60.3592 -44.6399 -83.6498 -15.7101 -22.9808 9.99896 -25
-STDOUT_756=0 -3.75221 0 0 -2.67344 0 0 -59.4443 -46.8873 -92.7463 -13.5506 -21.2322 8.99907 -23
-STDOUT_757=0 -3.88445 0 0 -3.63625 0 0 -58.8702 -47.7726 -90.3027 -13.8534 -19.3364 9.99896 -23
-STDOUT_758=0 -4.00772 0 0 -2.39853 0 0 -60.8643 -46.8185 -80.4889 -16.664 -22.0226 8.99907 -25
-STDOUT_759=0 -4.27085 0 0 -2.93876 0 0 -60.8617 -46.2291 -88.8012 -12.1124 -17.6959 9.99896 -23
-STDOUT_760=0 -4.58107 0 0 -3.15186 0 0 -58.8702 -47.9454 -88.1808 -14.6592 -19.3364 10.9989 -23
-STDOUT_761=0 -3.92286 0 0 -2.92695 0 0 -65.6255 -36.9167 -73.0298 -13.6343 -23.4366 9.99896 -27
-STDOUT_762=0 -4.34519 0 0 -3.71333 0 0 -58.8702 -46.885 -90.3027 -13.4166 -19.3364 9.99896 -23
-STDOUT_763=0 -3.8944 0 0 -2.66 0 0 -65.6255 -37.3981 -73.0298 -14.2065 -23.4366 8.99907 -27
-STDOUT_764=0 -4.54143 0 0 -2.98245 0 0 -58.8702 -47.8961 -90.3027 -14.2313 -19.3364 10.9989 -23
-STDOUT_765=0 -4.08126 0 0 -3.06891 0 0 -58.8702 -49.2632 -90.3027 -14.1351 -19.3364 10.9989 -23
-STDOUT_766=0 -4.55551 0 0 -2.90694 0 0 -58.8702 -47.87 -90.3027 -14.4889 -19.3364 10.9989 -23
-STDOUT_767=0 -4.10937 0 0 -3.18914 0 0 -58.8702 -49.317 -88.1808 -15.0283 -19.3364 11.9988 -23
-STDOUT_768=0 -4.12114 0 0 -3.30694 0 0 -60.8643 -43.9287 -82.6108 -15.2928 -22.0226 10.9989 -25
-STDOUT_769=0 -3.90952 0 0 -2.83373 0 0 -60.7567 -46.772 -89.3549 -13.0007 -18.4562 9.99896 -23
-STDOUT_770=0 -4.48813 0 0 -2.90936 0 0 -60.3592 -44.7524 -81.5279 -16.3759 -22.9808 9.99896 -25
-STDOUT_771=0 -4.30243 0 0 -2.96298 0 0 -58.8702 -48.8005 -90.3027 -14.4383 -19.3364 10.9989 -23
-STDOUT_772=0 -4.06974 0 0 -3.01972 0 0 -58.8702 -49.2677 -90.3027 -14.6003 -19.3364 11.9988 -23
-STDOUT_773=0 -4.25225 0 0 -3.47083 0 0 -60.3592 -43.6921 -83.6498 -15.1333 -22.9808 8.99907 -25
-STDOUT_774=0 -4.04587 0 0 -3.17362 0 0 -58.8702 -49.5437 -88.1808 -15.3443 -19.3364 10.9989 -23
-STDOUT_775=0 -4.55094 0 0 -3.0656 0 0 -60.8643 -43.893 -82.6108 -14.9478 -22.0226 10.9989 -25
-STDOUT_776=0 -4.44849 0 0 -2.73994 0 0 -60.3592 -44.7031 -83.6498 -15.948 -22.9808 9.99896 -25
-STDOUT_777=0 -4.46257 0 0 -2.66443 0 0 -60.3592 -44.677 -83.6498 -16.2056 -22.9808 9.99896 -25
-STDOUT_778=0 -3.86909 0 0 -2.26888 0 0 -62.984 -46.7378 -80.5557 -14.0273 -18.0969 8.99907 -24
-STDOUT_779=0 -4.50473 0 0 -3.10818 0 0 -60.8617 -46.3416 -86.6793 -12.7783 -17.6959 9.99896 -23
-STDOUT_780=0 -4.33203 0 0 -2.75023 0 0 -58.8702 -49.6401 -90.3027 -14.4004 -19.3364 10.9989 -23
-STDOUT_781=0 -4.15272 0 0 -2.54929 0 0 -65.6255 -37.8863 -73.0298 -13.7134 -23.4366 8.99907 -27
-STDOUT_782=0 -4.12813 0 0 -2.76204 0 0 -65.6255 -37.1269 -73.0298 -13.8558 -23.4366 8.99907 -27
-STDOUT_783=0 -4.3442 0 0 -2.39853 0 0 -60.3592 -46.7111 -81.5279 -16.9925 -22.9808 8.99907 -25
-STDOUT_784=0 -4.23893 0 0 -2.94746 0 0 -58.8702 -49.0271 -90.3027 -14.7544 -19.3364 9.99896 -23
-STDOUT_785=0 -3.89897 0 0 -2.49412 0 0 -64.7276 -42.4134 -79.0975 -12.4958 -18.5302 8.99907 -25
-STDOUT_786=0 -4.00624 0 0 -3.00421 0 0 -58.8702 -49.4944 -90.3027 -14.9163 -19.3364 10.9989 -23
-STDOUT_787=0 -4.26885 0 0 -3.66965 0 0 -60.8617 -45.2812 -88.8012 -11.5357 -17.6959 8.99907 -23
-STDOUT_788=0 -4.15563 0 0 -2.9298 0 0 -60.8643 -45.4672 -82.6108 -15.4302 -22.0226 10.9989 -25
-STDOUT_789=0 -4.15674 0 0 -3.09637 0 0 -65.6255 -37.0292 -70.9079 -14.3002 -23.4366 9.99896 -27
-STDOUT_790=0 -3.88928 0 0 -3.82611 0 0 -58.8702 -48.2809 -90.3027 -13.8313 -19.3364 10.9989 -23
-STDOUT_791=0 -3.87911 0 0 -3.97272 0 0 -58.8702 -48.494 -88.1808 -14.5831 -19.3364 10.9989 -23
-STDOUT_792=0 -4.51555 0 0 -3.17032 0 0 -60.8643 -44.1734 -80.4889 -16.1569 -22.0226 10.9989 -25
-STDOUT_793=0 -4.13259 0 0 -3.96192 0 0 -58.8702 -48.3018 -88.1808 -13.994 -19.3364 10.9989 -23
-STDOUT_794=0 -4.4651 0 0 -2.93876 0 0 -60.8617 -46.2923 -88.8012 -12.3503 -17.6959 9.99896 -23
-STDOUT_795=0 -4.17534 0 0 -2.49232 0 0 -60.7567 -47.8623 -87.2329 -14.1303 -18.4562 8.99907 -23
-STDOUT_796=0 -3.94727 0 0 -3.96841 0 0 -61.4349 -46.6513 -84.7828 -10.6154 -18.3679 9.99896 -24
-STDOUT_797=0 -4.47918 0 0 -2.86326 0 0 -60.8617 -46.2662 -88.8012 -12.608 -17.6959 9.99896 -23
-STDOUT_798=0 -4.11211 0 0 -2.48844 0 0 -58.8702 -50.8462 -88.1808 -16.4858 -19.3364 9.99896 -23
-STDOUT_799=0 -4.26853 0 0 -2.73472 0 0 -58.8702 -49.8668 -90.3027 -14.7164 -19.3364 9.99896 -23
-STDOUT_800=0 -3.68401 0 0 -2.60523 0 0 -59.4443 -47.5362 -92.7463 -14.6229 -21.2322 9.99896 -23
-STDOUT_801=0 -4.31514 0 0 -3.23833 0 0 -58.8702 -49.3757 -88.1808 -14.801 -19.3364 10.9989 -23
-STDOUT_802=0 -3.88083 0 0 -2.97378 0 0 -58.8702 -49.8726 -90.3027 -15.234 -19.3364 10.9989 -23
-STDOUT_803=0 -4.35502 0 0 -3.47635 0 0 -60.8643 -44.0412 -80.4889 -15.9587 -22.0226 10.9989 -25
-STDOUT_804=0 -3.92356 0 0 -3.8033 0 0 -58.8702 -48.2279 -90.3027 -14.03 -19.3364 10.9989 -23
-STDOUT_805=0 -3.92086 0 0 -3.65784 0 0 -65.6255 -35.9689 -73.0298 -13.0575 -23.4366 8.99907 -27
-STDOUT_806=0 -4.1434 0 0 -3.00315 0 0 -60.7567 -46.8845 -87.2329 -13.6666 -18.4562 9.99896 -23
-STDOUT_807=0 -4.17704 0 0 -3.7925 0 0 -58.8702 -48.0357 -90.3027 -13.441 -19.3364 10.9989 -23
-STDOUT_808=0 -4.70861 0 0 -2.94416 0 0 -60.8643 -43.6569 -82.6108 -15.567 -22.0226 9.99896 -25
-STDOUT_809=0 -4.11711 0 0 -2.92695 0 0 -65.6256 -36.9799 -73.0298 -13.8722 -23.4366 9.99896 -27
-STDOUT_810=0 -4.47592 0 0 -3.0009 0 0 -60.8643 -44.1242 -82.6108 -15.729 -22.0226 10.9989 -25
-STDOUT_811=0 -4.13119 0 0 -2.85144 0 0 -65.6255 -36.9538 -73.0298 -14.1298 -23.4366 9.99896 -27
-STDOUT_812=0 -3.82578 0 0 -3.8106 0 0 -58.8702 -48.5076 -90.3027 -14.1474 -19.3364 9.99896 -23
-STDOUT_813=0 -4.08869 0 0 -2.84049 0 0 -56.8379 -52.0131 -97.2268 -15.4702 -18.8975 9.99896 -22
-STDOUT_814=0 -4.12024 0 0 -3.03452 0 0 -60.8643 -45.7476 -80.4889 -16.6394 -22.0226 10.9989 -25
-STDOUT_815=0 -4.07926 0 0 -3.7998 0 0 -58.8702 -48.3154 -90.3027 -13.5583 -19.3364 9.99896 -23
-STDOUT_816=FEATURES_TXT_END_0
-STDOUT_817=FEATURES_TXT_BEGIN_0 8 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_818=0 -3.71444 0 0 -2.53013 0 0 -44.5419 -28.3609 -62.1264 -9.27102 -18.5811 6.99927 -23
-STDOUT_819=0 -3.74458 0 0 -2.5508 0 0 -44.5419 -29.0601 -62.1264 -8.55348 -18.5811 7.99917 -23
-STDOUT_820=0 -3.74096 0 0 -2.65764 0 0 -44.5419 -28.7994 -62.1264 -8.94648 -18.5811 6.99927 -23
-STDOUT_821=0 -3.87526 0 0 -2.58389 0 0 -44.5419 -28.5409 -62.1264 -9.08773 -18.5811 7.99917 -23
-STDOUT_822=0 -3.84035 0 0 -2.67021 0 0 -44.5419 -28.5172 -62.1264 -9.04067 -18.5811 7.99917 -23
-STDOUT_823=0 -3.84967 0 0 -2.54826 0 0 -44.5419 -29.4273 -62.1264 -8.68264 -18.5811 7.99917 -23
-STDOUT_824=0 -2.90226 0 0 -1.77692 0 0 -46.1722 -27.4648 -59.0912 -8.18356 -25.9814 7.99917 -24
-STDOUT_825=0 -3.74559 0 0 -2.54716 0 0 -44.5419 -29.3087 -62.1264 -9.31064 -18.5811 7.99917 -23
-STDOUT_826=0 -3.77918 0 0 -2.79093 0 0 -44.5419 -28.6423 -62.1264 -9.0849 -18.5811 7.99917 -23
-STDOUT_827=0 -3.75578 0 0 -2.66685 0 0 -44.5419 -28.5855 -62.1264 -9.65124 -18.5811 7.99917 -23
-STDOUT_828=0 -3.78244 0 0 -2.66899 0 0 -44.5419 -29.4879 -62.1264 -8.69302 -18.5811 7.99917 -23
-STDOUT_829=0 -2.9324 0 0 -1.79759 0 0 -46.1722 -28.164 -59.0912 -7.46602 -25.9814 8.99907 -24
-STDOUT_830=0 -2.59219 0 0 -1.89185 0 0 -46.1722 -27.7692 -59.0912 -8.72176 -25.9814 7.99917 -24
-STDOUT_831=0 -3.7829 0 0 -2.68752 0 0 -44.5419 -29.4478 -62.1264 -8.84852 -18.5811 8.99907 -23
-STDOUT_832=0 -2.62233 0 0 -1.91252 0 0 -46.1722 -28.4684 -59.0912 -8.00423 -25.9814 8.99907 -24
-STDOUT_833=0 -4.007 0 0 -2.60121 0 0 -44.5419 -29.3282 -62.1264 -8.62538 -18.5811 8.99907 -23
-STDOUT_834=0 -3.7739 0 0 -2.67467 0 0 -44.5419 -29.5345 -62.1264 -8.97535 -18.5811 7.99917 -23
-STDOUT_835=0 -3.60953 0 0 -2.61174 0 0 -44.5419 -29.4777 -62.1264 -9.79376 -18.5811 7.99917 -23
-STDOUT_836=0 -3.79601 0 0 -2.79286 0 0 -44.5419 -29.2199 -62.1264 -8.97363 -18.5811 7.99917 -23
-STDOUT_837=0 -3.63967 0 0 -2.63241 0 0 -44.5419 -30.1769 -62.1265 -9.07622 -18.5811 8.99907 -23
-STDOUT_838=0 -3.90778 0 0 -2.60093 0 0 -44.5419 -29.3139 -62.1264 -9.16215 -18.5811 8.99907 -23
-STDOUT_839=0 -2.92878 0 0 -1.90443 0 0 -46.1722 -27.9033 -59.0912 -7.85902 -25.9814 7.99917 -24
-STDOUT_840=0 -3.87288 0 0 -2.68724 0 0 -44.5419 -29.2902 -62.1264 -9.11509 -18.5811 8.99907 -23
-STDOUT_841=0 -2.97411 0 0 -1.78904 0 0 -46.1722 -28.3953 -59.0912 -7.67401 -25.9814 7.99917 -24
-STDOUT_842=0 -3.06308 0 0 -1.83068 0 0 -46.1722 -27.6447 -59.0912 -8.00027 -25.9814 8.99907 -24
-STDOUT_843=0 -3.80489 0 0 -2.70462 0 0 -44.5419 -29.5189 -62.1264 -9.09421 -18.5811 7.99917 -23
-STDOUT_844=0 -3.85195 0 0 -2.58054 0 0 -44.5419 -28.5615 -62.1264 -10.3639 -18.5811 7.99917 -23
-STDOUT_845=0 -3.02817 0 0 -1.917 0 0 -46.1722 -27.6211 -59.0912 -7.95321 -25.9814 8.99907 -24
-STDOUT_846=0 -2.61871 0 0 -2.01935 0 0 -46.1722 -28.2077 -59.0912 -8.39723 -25.9814 7.99917 -24
-STDOUT_847=0 -3.80002 0 0 -2.80797 0 0 -44.5419 -29.311 -62.1264 -9.10504 -18.5811 8.99907 -23
-STDOUT_848=0 -3.88219 0 0 -2.5653 0 0 -44.5419 -30.2003 -62.1264 -8.75706 -18.5811 8.99907 -23
-STDOUT_849=0 -2.75301 0 0 -1.94561 0 0 -46.1722 -27.9491 -59.0912 -8.53848 -25.9814 8.99907 -24
-STDOUT_850=0 -3.80328 0 0 -2.68602 0 0 -44.5419 -30.1566 -62.1265 -8.71316 -18.5811 8.99907 -23
-STDOUT_851=0 -3.03749 0 0 -1.79505 0 0 -46.1722 -28.5312 -59.0912 -7.59518 -25.9815 8.99907 -24
-STDOUT_852=0 -4.02553 0 0 -2.67213 0 0 -44.5419 -29.1612 -62.1264 -9.10422 -18.5811 7.99917 -23
-STDOUT_853=0 -2.71811 0 0 -2.03192 0 0 -46.1722 -27.9255 -59.0912 -8.49142 -25.9814 8.99907 -24
-STDOUT_854=0 -3.58973 0 0 -2.51884 0 0 -44.5419 -29.7526 -62.1264 -10.5037 -18.5811 7.99917 -23
-STDOUT_855=0 -3.63605 0 0 -2.73925 0 0 -44.5419 -29.9162 -62.1265 -9.46922 -18.581 7.99917 -23
-STDOUT_856=0 -3.88799 0 0 -2.68499 0 0 -44.5419 -29.815 -62.1264 -8.97767 -18.5811 8.99907 -23
-STDOUT_857=0 -3.68138 0 0 -2.62386 0 0 -44.5419 -30.4082 -62.1264 -9.28421 -18.5811 7.99917 -23
-STDOUT_858=0 -3.77035 0 0 -2.66551 0 0 -44.5419 -29.6577 -62.1264 -9.61047 -18.5811 8.99907 -23
-STDOUT_859=0 -2.93341 0 0 -1.79395 0 0 -46.1722 -28.4126 -59.0912 -8.22318 -25.9814 8.99907 -24
-STDOUT_860=0 -3.61986 0 0 -2.53951 0 0 -44.5419 -30.4518 -62.1264 -9.78617 -18.5811 8.99907 -23
-STDOUT_861=0 -2.96701 0 0 -2.03772 0 0 -46.1722 -27.7462 -59.0912 -7.99745 -25.9814 8.99907 -24
-STDOUT_862=0 -2.72742 0 0 -1.90998 0 0 -46.1722 -28.8355 -59.0912 -8.13338 -25.9815 8.99907 -24
-STDOUT_863=0 -2.94361 0 0 -1.91364 0 0 -46.1722 -27.6893 -59.0912 -8.56378 -25.9814 8.99907 -24
-STDOUT_864=0 -3.78694 0 0 -2.68388 0 0 -44.5419 -29.5333 -62.1264 -9.69086 -18.5811 8.99907 -23
-STDOUT_865=0 -4.10295 0 0 -2.53839 0 0 -44.5419 -29.0984 -62.1264 -9.57706 -18.5811 7.99917 -23
-STDOUT_866=0 -4.1121 0 0 -2.59867 0 0 -44.5419 -29.6953 -62.1264 -8.75453 -18.5811 8.99907 -23
-STDOUT_867=0 -3.07838 0 0 -1.82214 0 0 -46.1722 -28.131 -59.0912 -8.00863 -25.9814 7.99917 -24
-STDOUT_868=0 -3.73544 0 0 -2.75182 0 0 -44.5419 -29.634 -62.1264 -9.56341 -18.5811 8.99907 -23
-STDOUT_869=0 -2.97027 0 0 -1.91578 0 0 -46.1722 -28.5918 -59.0912 -7.60556 -25.9814 8.99907 -24
-STDOUT_870=0 -3.0375 0 0 -1.90845 0 0 -46.1722 -28.0772 -59.0912 -7.98093 -25.9814 7.99917 -24
-STDOUT_871=0 -2.62335 0 0 -1.90888 0 0 -46.1722 -28.717 -59.0912 -8.76138 -25.9814 8.99907 -24
-STDOUT_872=0 -4.13301 0 0 -2.55906 0 0 -44.5419 -29.8056 -62.1264 -8.8204 -18.5811 8.99907 -23
-STDOUT_873=0 -3.82077 0 0 -2.80571 0 0 -44.5419 -29.8756 -62.1264 -8.98805 -18.5811 8.99907 -23
-STDOUT_874=0 -2.65694 0 0 -2.15265 0 0 -46.1722 -28.0506 -59.0912 -8.53565 -25.9814 8.99907 -24
-STDOUT_875=0 -3.81685 0 0 -2.80989 0 0 -44.5419 -29.8886 -62.1264 -8.99376 -18.5811 8.99907 -23
-STDOUT_876=0 -2.63354 0 0 -2.02857 0 0 -46.1722 -27.9937 -59.0912 -9.10199 -25.9814 8.99907 -24
-STDOUT_877=0 -3.74476 0 0 -2.62988 0 0 -44.5419 -30.5441 -62.1265 -9.20537 -18.5811 8.99907 -23
-STDOUT_878=0 -2.75517 0 0 -1.93706 0 0 -46.1722 -28.4591 -59.0912 -8.55822 -25.9815 7.99917 -24
-STDOUT_879=0 -2.97073 0 0 -1.93431 0 0 -46.1722 -28.5516 -59.0912 -7.76106 -25.9814 9.99896 -24
-STDOUT_880=0 -3.7218 0 0 -2.79436 0 0 -44.5419 -30.197 -62.1264 -9.09906 -18.5811 7.99917 -23
-STDOUT_881=0 -2.6602 0 0 -2.03071 0 0 -46.1722 -28.8962 -59.0912 -8.14376 -25.9814 8.99907 -24
-STDOUT_882=0 -4.04487 0 0 -2.7194 0 0 -44.5419 -29.756 -62.1264 -8.76491 -18.5811 8.99907 -23
-STDOUT_883=0 -2.72446 0 0 -2.02338 0 0 -46.1722 -28.4086 -59.0912 -8.51019 -25.9814 7.99917 -24
-STDOUT_884=0 -3.19483 0 0 -1.848 0 0 -46.1722 -28.432 -59.0912 -7.53792 -25.9814 9.99896 -24
-STDOUT_885=0 -3.82573 0 0 -2.72165 0 0 -44.5419 -30.1876 -62.1264 -9.11435 -18.5811 8.99907 -23
-STDOUT_886=0 -3.0792 0 0 -1.78651 0 0 -46.1722 -28.7624 -59.0912 -7.80316 -25.9814 7.99917 -24
-STDOUT_887=0 -2.96172 0 0 -1.92146 0 0 -46.1722 -28.6383 -59.0912 -7.88789 -25.9814 8.99907 -24
-STDOUT_888=0 -3.64068 0 0 -2.62877 0 0 -44.5419 -30.4255 -62.1265 -9.83338 -18.5811 8.99907 -23
-STDOUT_889=0 -3.71479 0 0 -2.67241 0 0 -44.5419 -30.4532 -62.1264 -9.42473 -18.5811 7.99917 -23
-STDOUT_890=0 -3.67428 0 0 -2.87254 0 0 -44.5419 -29.7591 -62.1264 -9.60764 -18.5811 8.99907 -23
-STDOUT_891=0 -2.66066 0 0 -2.04924 0 0 -46.1722 -28.856 -59.0912 -8.29926 -25.9814 9.99896 -24
-STDOUT_892=0 -3.65088 0 0 -2.74846 0 0 -44.5419 -29.7023 -62.1264 -10.174 -18.5811 8.99907 -23
-STDOUT_893=0 -3.78565 0 0 -2.65696 0 0 -44.5419 -30.1439 -62.1264 -9.61883 -18.5811 7.99917 -23
-STDOUT_894=0 -3.61625 0 0 -2.64634 0 0 -44.5419 -30.1911 -62.1264 -10.1792 -18.5811 7.99917 -23
-STDOUT_895=0 -3.67754 0 0 -2.7506 0 0 -44.5419 -30.6047 -62.1265 -9.21576 -18.5811 8.99907 -23
-STDOUT_896=0 -2.97633 0 0 -2.02918 0 0 -46.1722 -28.2023 -59.0912 -8.02517 -25.9814 7.99917 -24
-STDOUT_897=0 -2.95293 0 0 -1.90509 0 0 -46.1722 -28.1455 -59.0912 -8.5915 -25.9814 7.99917 -24
-STDOUT_898=0 -3.66699 0 0 -2.72667 0 0 -44.5419 -30.3201 -62.1264 -9.6445 -18.5811 7.99917 -23
-STDOUT_899=0 -2.98383 0 0 -2.03965 0 0 -46.1722 -28.3238 -59.0912 -7.88617 -25.9814 8.99907 -24
-STDOUT_900=0 -3.74477 0 0 -2.74327 0 0 -44.5419 -30.0901 -62.1264 -9.59113 -18.5811 7.99917 -23
-STDOUT_901=0 -3.09561 0 0 -1.84772 0 0 -46.1722 -28.4178 -59.0912 -8.07469 -25.9814 9.99896 -24
-STDOUT_902=0 -2.88476 0 0 -1.96292 0 0 -46.1722 -28.7364 -59.0912 -8.07612 -25.9814 9.99896 -24
-STDOUT_903=0 -3.66158 0 0 -2.53096 0 0 -44.5419 -30.6831 -62.1264 -9.99415 -18.5811 7.99917 -23
-STDOUT_904=0 -3.75054 0 0 -2.5726 0 0 -44.5419 -29.9326 -62.1264 -10.3204 -18.5811 8.99907 -23
-STDOUT_905=0 -2.65165 0 0 -2.03639 0 0 -46.1722 -28.9427 -59.0912 -8.4261 -25.9814 8.99907 -24
-STDOUT_906=0 -4.1377 0 0 -2.66248 0 0 -44.5419 -29.4732 -62.1264 -9.20627 -18.5811 7.99917 -23
-STDOUT_907=0 -3.01198 0 0 -1.90723 0 0 -46.1722 -28.8231 -59.0912 -7.81354 -25.9814 7.99917 -24
-STDOUT_908=0 -3.7368 0 0 -2.70804 0 0 -44.5419 -30.5134 -62.1264 -9.40231 -18.5811 7.99917 -23
-STDOUT_909=0 -3.0607 0 0 -1.93403 0 0 -46.1722 -28.3941 -59.0912 -8.02763 -25.9814 9.99896 -24
-STDOUT_910=0 -3.678 0 0 -2.76913 0 0 -44.5419 -30.5646 -62.1265 -9.37126 -18.5811 9.99896 -23
-STDOUT_911=0 -4.27455 0 0 -2.72062 0 0 -44.5419 -28.7903 -62.1264 -9.31927 -18.5811 8.99907 -23
-STDOUT_912=0 -3.69712 0 0 -2.74734 0 0 -44.5419 -31.0192 -62.1265 -8.92696 -18.5811 8.99907 -23
-STDOUT_913=0 -3.71564 0 0 -2.65891 0 0 -44.5419 -29.9089 -62.1264 -10.2734 -18.5811 8.99907 -23
-STDOUT_914=0 -2.99272 0 0 -1.95141 0 0 -46.1722 -28.6228 -59.0912 -8.00675 -25.9814 8.99907 -24
-STDOUT_915=0 -2.66329 0 0 -2.1441 0 0 -46.1722 -28.5338 -59.0912 -8.55442 -25.9814 7.99917 -24
-STDOUT_916=0 -2.63989 0 0 -2.02002 0 0 -46.1722 -28.4769 -59.0912 -9.12076 -25.9814 7.99917 -24
-STDOUT_917=0 -4.1944 0 0 -2.80543 0 0 -44.5419 -28.8442 -62.1264 -9.31414 -18.5811 8.99907 -23
-STDOUT_918=FEATURES_TXT_END_0
-STDOUT_919=FEATURES_TXT_BEGIN_0 9 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_920=0 -9.11029 0 0 -8.19133 0 0 -161.658 -77.0233 -130.955 -28.1401 -68.1689 20.9978 -41
-STDOUT_921=0 -8.3898 0 0 -10.4006 0 0 -164.856 -71.0776 -125.734 -24.4895 -64.5253 18.998 -41
-STDOUT_922=0 -8.84906 0 0 -10.6393 0 0 -165.453 -70.8234 -124.652 -22.4591 -62.7051 18.998 -40
-STDOUT_923=0 -9.14095 0 0 -7.34667 0 0 -161.658 -79.8051 -130.955 -28.3452 -68.1689 20.9978 -41
-STDOUT_924=0 -8.42046 0 0 -9.55594 0 0 -164.856 -73.8594 -125.734 -24.6945 -64.5253 18.998 -41
-STDOUT_925=0 -9.44676 0 0 -8.5278 0 0 -152.992 -92.5855 -139.45 -34.5658 -67.3579 21.9977 -41
-STDOUT_926=0 -8.87972 0 0 -9.7946 0 0 -165.453 -73.6051 -124.652 -22.6642 -62.7051 18.998 -40
-STDOUT_927=0 -8.72628 0 0 -10.7371 0 0 -156.19 -86.6399 -134.228 -30.9152 -63.7144 19.9979 -41
-STDOUT_928=0 -9.18553 0 0 -10.9757 0 0 -156.787 -86.3856 -133.146 -28.8848 -61.8941 19.9979 -40
-STDOUT_929=0 -9.47742 0 0 -7.68314 0 0 -152.992 -95.3673 -139.45 -34.7708 -67.3579 21.9977 -41
-STDOUT_930=0 -8.75693 0 0 -9.89241 0 0 -156.19 -89.4216 -134.228 -31.1202 -63.7144 19.9979 -41
-STDOUT_931=0 -9.21619 0 0 -10.1311 0 0 -156.787 -89.1674 -133.146 -29.0898 -61.8941 19.9979 -40
-STDOUT_932=0 -8.36877 0 0 -10.1715 0 0 -168.882 -65.8002 -120.396 -22.6881 -62.8568 18.998 -41
-STDOUT_933=0 -8.77104 0 0 -7.93828 0 0 -166.165 -69.9987 -126.045 -24.6434 -70.8521 19.9979 -43
-STDOUT_934=0 -8.93017 0 0 -7.99214 0 0 -161.819 -79.4099 -133.904 -28.5985 -63.6594 19.9979 -40
-STDOUT_935=0 -9.2303 0 0 -8.17695 0 0 -166.762 -69.7445 -124.963 -22.6131 -69.0318 19.9979 -42
-STDOUT_936=0 -8.39943 0 0 -9.3268 0 0 -168.882 -68.5819 -120.396 -22.8932 -62.8568 18.998 -41
-STDOUT_937=0 -8.8017 0 0 -7.09362 0 0 -166.165 -72.7805 -126.045 -24.8485 -70.8521 19.9979 -43
-STDOUT_938=0 -8.96083 0 0 -7.14748 0 0 -161.819 -82.1917 -133.904 -28.8036 -63.6594 19.9979 -40
-STDOUT_939=0 -9.21275 0 0 -7.88616 0 0 -161.658 -78.3933 -130.955 -28.8299 -68.1689 20.9978 -41
-STDOUT_940=0 -9.26096 0 0 -7.33228 0 0 -166.762 -72.5262 -124.963 -22.8181 -69.0318 19.9979 -42
-STDOUT_941=0 -8.70524 0 0 -10.5079 0 0 -160.216 -81.3624 -128.89 -29.1138 -62.0459 19.9979 -41
-STDOUT_942=0 -8.49226 0 0 -10.0954 0 0 -164.856 -72.4477 -125.734 -25.1793 -64.5253 18.998 -41
-STDOUT_943=0 -9.10752 0 0 -8.27476 0 0 -157.498 -85.5609 -134.54 -31.0691 -70.0411 20.9978 -43
-STDOUT_944=0 -9.26664 0 0 -8.32861 0 0 -153.152 -94.9721 -142.398 -35.0242 -62.8484 20.9978 -40
-STDOUT_945=0 -9.36396 0 0 -8.43213 0 0 -161.658 -77.2494 -130.955 -27.8549 -68.1689 21.9977 -41
-STDOUT_946=0 -8.95152 0 0 -10.3341 0 0 -165.453 -72.1934 -124.652 -23.1489 -62.7051 18.998 -40
-STDOUT_947=0 -9.56677 0 0 -8.51342 0 0 -158.096 -85.3067 -133.458 -29.0387 -68.2208 20.9978 -42
-STDOUT_948=0 -8.7359 0 0 -9.66327 0 0 -160.216 -84.1442 -128.89 -29.3188 -62.0459 19.9979 -41
-STDOUT_949=0 -8.64347 0 0 -10.6414 0 0 -164.856 -71.3038 -125.734 -24.2043 -64.5253 19.9979 -41
-STDOUT_950=0 -9.13818 0 0 -7.43009 0 0 -157.498 -88.3427 -134.54 -31.2742 -70.0411 20.9978 -43
-STDOUT_951=0 -9.10273 0 0 -10.8801 0 0 -165.453 -71.0495 -124.652 -22.1739 -62.7051 19.9979 -40
-STDOUT_952=0 -9.2973 0 0 -7.48395 0 0 -153.152 -97.7539 -142.398 -35.2293 -62.8484 20.9978 -40
-STDOUT_953=0 -9.54922 0 0 -8.22263 0 0 -152.992 -93.9555 -139.45 -35.2556 -67.3579 21.9977 -41
-STDOUT_954=0 -9.39462 0 0 -7.58747 0 0 -161.658 -80.0312 -130.955 -28.06 -68.1689 21.9977 -41
-STDOUT_955=0 -9.59743 0 0 -7.66876 0 0 -158.096 -88.0884 -133.458 -29.2438 -68.2208 20.9978 -42
-STDOUT_956=0 -9.51362 0 0 -8.32267 0 0 -161.658 -78.043 -130.955 -27.218 -68.1689 20.9978 -41
-STDOUT_957=0 -8.75001 0 0 -7.70914 0 0 -170.191 -64.7213 -120.707 -22.8421 -69.1836 19.9979 -43
-STDOUT_958=0 -8.82873 0 0 -10.4319 0 0 -156.19 -88.0099 -134.228 -31.6049 -63.7144 19.9979 -41
-STDOUT_959=0 -8.67413 0 0 -9.79674 0 0 -164.856 -74.0855 -125.734 -24.4094 -64.5253 19.9979 -41
-STDOUT_960=0 -8.79313 0 0 -10.5319 0 0 -164.856 -72.0974 -125.734 -23.5673 -64.5253 18.998 -41
-STDOUT_961=0 -9.70043 0 0 -8.7686 0 0 -152.992 -92.8117 -139.45 -34.2806 -67.3579 22.9976 -41
-STDOUT_962=0 -9.28799 0 0 -10.6706 0 0 -156.787 -87.7556 -133.146 -29.5746 -61.8941 19.9979 -40
-STDOUT_963=0 -9.13339 0 0 -10.0354 0 0 -165.453 -73.8313 -124.652 -22.379 -62.7051 19.9979 -40
-STDOUT_964=0 -8.59093 0 0 -7.73909 0 0 -166.326 -72.3853 -128.993 -25.1018 -66.3426 18.998 -42
-STDOUT_965=0 -9.54428 0 0 -7.47801 0 0 -161.658 -80.8248 -130.955 -27.423 -68.1689 20.9978 -41
-STDOUT_966=0 -8.78067 0 0 -6.86448 0 0 -170.191 -67.503 -120.707 -23.0471 -69.1836 19.9979 -43
-STDOUT_967=0 -8.97994 0 0 -10.9779 0 0 -156.19 -86.866 -134.228 -30.63 -63.7144 20.9978 -41
-STDOUT_968=0 -9.77904 0 0 -9.62642 0 0 -152.992 -92.0438 -139.45 -32.0464 -67.3579 21.9977 -41
-STDOUT_969=0 -9.05018 0 0 -7.97775 0 0 -166.923 -72.1311 -127.911 -23.0715 -64.5223 18.998 -41
-STDOUT_970=0 -9.4392 0 0 -11.2165 0 0 -156.787 -86.6118 -133.146 -28.5996 -61.8941 20.9978 -40
-STDOUT_971=0 -8.82379 0 0 -9.68728 0 0 -164.856 -74.8791 -125.734 -23.7724 -64.5253 18.998 -41
-STDOUT_972=0 -9.05855 0 0 -11.8357 0 0 -156.19 -86.0982 -134.228 -28.3958 -63.7144 19.9979 -41
-STDOUT_973=0 -9.73109 0 0 -7.92394 0 0 -152.992 -95.5934 -139.45 -34.4857 -67.3579 22.9976 -41
-STDOUT_974=0 -8.47123 0 0 -9.86629 0 0 -168.882 -67.1702 -120.396 -23.3779 -62.8568 18.998 -41
-STDOUT_975=0 -9.85009 0 0 -8.65914 0 0 -152.992 -93.6053 -139.45 -33.6436 -67.3579 21.9977 -41
-STDOUT_976=0 -9.08648 0 0 -8.04561 0 0 -161.525 -80.2835 -129.202 -29.2677 -68.3726 20.9978 -43
-STDOUT_977=0 -9.56954 0 0 -8.42999 0 0 -162.943 -76.769 -129.873 -26.1097 -66.3486 20.9978 -40
-STDOUT_978=0 -8.62159 0 0 -6.89443 0 0 -166.326 -75.1671 -128.993 -25.3069 -66.3426 18.998 -42
-STDOUT_979=0 -8.8735 0 0 -7.63311 0 0 -166.165 -71.3687 -126.045 -25.3332 -70.8521 19.9979 -43
-STDOUT_980=0 -9.0106 0 0 -10.1332 0 0 -156.19 -89.6478 -134.228 -30.835 -63.7144 20.9978 -41
-STDOUT_981=0 -9.8097 0 0 -8.78175 0 0 -152.992 -94.8256 -139.45 -32.2515 -67.3579 21.9977 -41
-STDOUT_982=0 -9.03263 0 0 -7.68697 0 0 -161.819 -80.7799 -133.904 -29.2883 -63.6594 19.9979 -40
-STDOUT_983=0 -9.12961 0 0 -10.8684 0 0 -156.19 -87.6596 -134.228 -29.993 -63.7144 19.9979 -41
-STDOUT_984=0 -9.08084 0 0 -7.13309 0 0 -166.923 -74.9128 -127.911 -23.2765 -64.5223 18.998 -41
-STDOUT_985=0 -9.33276 0 0 -7.87178 0 0 -166.762 -71.1145 -124.963 -23.3029 -69.0318 19.9979 -42
-STDOUT_986=0 -9.46986 0 0 -10.3719 0 0 -156.787 -89.3935 -133.146 -28.8047 -61.8941 20.9978 -40
-STDOUT_987=0 -8.62244 0 0 -10.4123 0 0 -168.882 -66.0263 -120.396 -22.4029 -62.8568 19.9979 -41
-STDOUT_988=0 -9.11527 0 0 -7.54721 0 0 -161.658 -81.2787 -130.955 -28.5662 -68.1689 21.9977 -41
-STDOUT_989=0 -9.08921 0 0 -10.991 0 0 -156.19 -88.8799 -134.228 -28.6008 -63.7144 19.9979 -41
-STDOUT_990=0 -8.9274 0 0 -8.07556 0 0 -157.659 -87.9476 -137.488 -31.5275 -65.5316 19.9979 -42
-STDOUT_991=0 -9.88075 0 0 -7.81448 0 0 -152.992 -96.387 -139.45 -33.8487 -67.3579 21.9977 -41
-STDOUT_992=0 -9.11714 0 0 -7.20095 0 0 -161.525 -83.0652 -129.202 -29.4728 -68.3726 20.9978 -43
-STDOUT_993=0 -9.02471 0 0 -8.17908 0 0 -166.165 -70.2248 -126.045 -24.3583 -70.8521 20.9978 -43
-STDOUT_994=0 -9.6002 0 0 -7.58533 0 0 -162.943 -79.5508 -129.873 -26.3148 -66.3486 20.9978 -40
-STDOUT_995=0 -9.18384 0 0 -8.23294 0 0 -161.819 -79.636 -133.904 -28.3134 -63.6594 20.9978 -40
-STDOUT_996=0 -8.39479 0 0 -9.75649 0 0 -164.856 -75.3331 -125.734 -24.9156 -64.5253 19.9979 -41
-STDOUT_997=0 -9.38666 0 0 -8.31423 0 0 -158.256 -87.6933 -136.406 -29.4972 -63.7113 19.9979 -41
-STDOUT_998=0 -9.48397 0 0 -8.41775 0 0 -166.762 -69.9706 -124.963 -22.3279 -69.0318 20.9978 -42
-STDOUT_999=0 -9.16026 0 0 -10.0237 0 0 -156.19 -90.4414 -134.228 -30.1981 -63.7144 19.9979 -41
-STDOUT_1000=0 -9.01118 0 0 -12.0743 0 0 -156.787 -86.182 -133.146 -28.0914 -61.8941 19.9979 -40
-STDOUT_1001=0 -8.85404 0 0 -9.99515 0 0 -165.453 -75.0788 -124.652 -22.8852 -62.7051 19.9979 -40
-STDOUT_1002=0 -9.33847 0 0 -8.39188 0 0 -161.658 -77.9151 -130.955 -28.6243 -68.1689 21.9977 -41
-STDOUT_1003=0 -8.8077 0 0 -10.2028 0 0 -160.216 -82.7324 -128.89 -29.8036 -62.0459 19.9979 -41
-STDOUT_1004=0 -8.6531 0 0 -9.5676 0 0 -168.882 -68.8081 -120.396 -22.608 -62.8568 19.9979 -41
-STDOUT_1005=0 -8.7721 0 0 -10.3028 0 0 -168.882 -66.8199 -120.396 -21.766 -62.8568 18.998 -41
-STDOUT_1006=0 -9.60468 0 0 -8.86428 0 0 -155.067 -91.4248 -138.68 -31.3533 -65.412 21.9977 -41
-STDOUT_1007=0 -9.90602 0 0 -8.76647 0 0 -154.277 -92.3313 -138.368 -32.5354 -65.5377 21.9977 -40
-STDOUT_1008=0 -8.95806 0 0 -7.2309 0 0 -157.659 -90.7293 -137.488 -31.7326 -65.5316 19.9979 -42
-STDOUT_1009=0 -8.26925 0 0 -10.1519 0 0 -168.882 -67.5221 -120.396 -23.2831 -62.8568 18.998 -41
-STDOUT_1010=0 -9.20997 0 0 -7.96959 0 0 -157.498 -86.9309 -134.54 -31.7589 -70.0411 20.9978 -43
-STDOUT_1011=0 -9.05537 0 0 -7.33442 0 0 -166.165 -73.0066 -126.045 -24.5633 -70.8521 20.9978 -43
-STDOUT_1012=0 -8.61798 0 0 -10.6011 0 0 -164.856 -71.9694 -125.734 -24.9737 -64.5253 19.9979 -41
-STDOUT_1013=0 -9.17437 0 0 -8.06962 0 0 -166.165 -71.0184 -126.045 -23.7213 -70.8521 19.9979 -43
-STDOUT_1014=0 -9.3691 0 0 -8.02344 0 0 -153.152 -96.3421 -142.398 -35.714 -62.8484 20.9978 -40
-STDOUT_1015=0 -9.2145 0 0 -7.38828 0 0 -161.819 -82.4178 -133.904 -28.5184 -63.6594 20.9978 -40
-STDOUT_1016=0 -9.41731 0 0 -7.46956 0 0 -158.256 -90.4751 -136.406 -29.7022 -63.7113 19.9979 -41
-STDOUT_1017=0 -9.3335 0 0 -8.12347 0 0 -161.819 -80.4296 -133.904 -27.6764 -63.6594 19.9979 -40
-STDOUT_1018=0 -8.56989 0 0 -7.50994 0 0 -170.352 -67.1079 -123.655 -23.3005 -64.6741 18.998 -42
-STDOUT_1019=0 -8.8842 0 0 -11.0735 0 0 -158.265 -85.4791 -133.458 -27.7026 -61.7685 19.9979 -41
-STDOUT_1020=FEATURES_TXT_END_0
-STDOUT_1021=SCORES_TXT_BEGIN_0 0 100 9 BLEU
-STDOUT_1022=6 14 1 13 0 12 0 11 18
-STDOUT_1023=4 13 0 12 0 11 0 10 18
-STDOUT_1024=6 14 1 13 0 12 0 11 18
-STDOUT_1025=6 14 1 13 0 12 0 11 18
-STDOUT_1026=6 14 1 13 0 12 0 11 18
-STDOUT_1027=6 14 1 13 0 12 0 11 18
-STDOUT_1028=4 13 0 12 0 11 0 10 18
-STDOUT_1029=4 13 0 12 0 11 0 10 18
-STDOUT_1030=4 13 0 12 0 11 0 10 18
-STDOUT_1031=4 13 0 12 0 11 0 10 18
-STDOUT_1032=6 14 1 13 0 12 0 11 18
-STDOUT_1033=6 14 1 13 0 12 0 11 18
-STDOUT_1034=6 14 1 13 0 12 0 11 18
-STDOUT_1035=6 14 1 13 0 12 0 11 18
-STDOUT_1036=6 14 1 13 0 12 0 11 18
-STDOUT_1037=6 14 1 13 0 12 0 11 18
-STDOUT_1038=4 13 0 12 0 11 0 10 18
-STDOUT_1039=4 13 0 12 0 11 0 10 18
-STDOUT_1040=4 13 0 12 0 11 0 10 18
-STDOUT_1041=4 13 0 12 0 11 0 10 18
-STDOUT_1042=4 13 0 12 0 11 0 10 18
-STDOUT_1043=4 13 0 12 0 11 0 10 18
-STDOUT_1044=6 14 1 13 0 12 0 11 18
-STDOUT_1045=6 14 1 13 0 12 0 11 18
-STDOUT_1046=6 14 1 13 0 12 0 11 18
-STDOUT_1047=6 14 1 13 0 12 0 11 18
-STDOUT_1048=5 14 0 13 0 12 0 11 18
-STDOUT_1049=6 14 1 13 0 12 0 11 18
-STDOUT_1050=4 13 0 12 0 11 0 10 18
-STDOUT_1051=4 13 0 12 0 11 0 10 18
-STDOUT_1052=4 13 0 12 0 11 0 10 18
-STDOUT_1053=4 13 0 12 0 11 0 10 18
-STDOUT_1054=4 13 0 12 0 11 0 10 18
-STDOUT_1055=5 14 0 13 0 12 0 11 18
-STDOUT_1056=5 14 0 13 0 12 0 11 18
-STDOUT_1057=6 14 1 13 0 12 0 11 18
-STDOUT_1058=6 14 1 13 0 12 0 11 18
-STDOUT_1059=5 14 0 13 0 12 0 11 18
-STDOUT_1060=6 14 1 13 0 12 0 11 18
-STDOUT_1061=5 14 0 13 0 12 0 11 18
-STDOUT_1062=4 13 0 12 0 11 0 10 18
-STDOUT_1063=4 13 0 12 0 11 0 10 18
-STDOUT_1064=4 13 0 12 0 11 0 10 18
-STDOUT_1065=5 14 0 13 0 12 0 11 18
-STDOUT_1066=6 14 1 13 0 12 0 11 18
-STDOUT_1067=5 14 0 13 0 12 0 11 18
-STDOUT_1068=6 14 1 13 0 12 0 11 18
-STDOUT_1069=5 14 0 13 0 12 0 11 18
-STDOUT_1070=6 14 1 13 0 12 0 11 18
-STDOUT_1071=5 14 0 13 0 12 0 11 18
-STDOUT_1072=5 13 0 12 0 11 0 10 18
-STDOUT_1073=5 14 0 13 0 12 0 11 18
-STDOUT_1074=5 14 0 13 0 12 0 11 18
-STDOUT_1075=4 13 0 12 0 11 0 10 18
-STDOUT_1076=4 13 0 12 0 11 0 10 18
-STDOUT_1077=6 14 1 13 0 12 0 11 18
-STDOUT_1078=4 13 0 12 0 11 0 10 18
-STDOUT_1079=6 14 1 13 0 12 0 11 18
-STDOUT_1080=5 13 0 12 0 11 0 10 18
-STDOUT_1081=6 14 1 13 0 12 0 11 18
-STDOUT_1082=6 12 1 11 0 10 0 9 18
-STDOUT_1083=5 13 0 12 0 11 0 10 18
-STDOUT_1084=5 13 0 12 0 11 0 10 18
-STDOUT_1085=5 14 0 13 0 12 0 11 18
-STDOUT_1086=6 14 1 13 0 12 0 11 18
-STDOUT_1087=5 13 0 12 0 11 0 10 18
-STDOUT_1088=5 14 0 13 0 12 0 11 18
-STDOUT_1089=4 13 0 12 0 11 0 10 18
-STDOUT_1090=5 14 0 13 0 12 0 11 18
-STDOUT_1091=4 13 0 12 0 11 0 10 18
-STDOUT_1092=6 14 1 13 0 12 0 11 18
-STDOUT_1093=5 14 0 13 0 12 0 11 18
-STDOUT_1094=6 14 1 13 0 12 0 11 18
-STDOUT_1095=4 13 0 12 0 11 0 10 18
-STDOUT_1096=6 14 1 13 0 12 0 11 18
-STDOUT_1097=5 14 0 13 0 12 0 11 18
-STDOUT_1098=4 13 0 12 0 11 0 10 18
-STDOUT_1099=6 12 1 11 0 10 0 9 18
-STDOUT_1100=5 13 0 12 0 11 0 10 18
-STDOUT_1101=4 13 0 12 0 11 0 10 18
-STDOUT_1102=5 13 0 12 0 11 0 10 18
-STDOUT_1103=6 14 1 13 0 12 0 11 18
-STDOUT_1104=4 13 0 12 0 11 0 10 18
-STDOUT_1105=7 15 1 14 0 13 0 12 18
-STDOUT_1106=6 14 1 13 0 12 0 11 18
-STDOUT_1107=4 13 0 12 0 11 0 10 18
-STDOUT_1108=6 12 1 11 0 10 0 9 18
-STDOUT_1109=5 13 0 12 0 11 0 10 18
-STDOUT_1110=5 13 0 12 0 11 0 10 18
-STDOUT_1111=5 13 0 12 0 11 0 10 18
-STDOUT_1112=4 13 0 12 0 11 0 10 18
-STDOUT_1113=6 14 1 13 0 12 0 11 18
-STDOUT_1114=5 13 0 12 0 11 0 10 18
-STDOUT_1115=4 13 0 12 0 11 0 10 18
-STDOUT_1116=4 13 0 12 0 11 0 10 18
-STDOUT_1117=5 14 0 13 0 12 0 11 18
-STDOUT_1118=5 14 0 13 0 12 0 11 18
-STDOUT_1119=4 13 0 12 0 11 0 10 18
-STDOUT_1120=6 14 1 13 0 12 0 11 18
-STDOUT_1121=5 14 0 13 0 12 0 11 18
-STDOUT_1122=SCORES_TXT_END_0
-STDOUT_1123=SCORES_TXT_BEGIN_0 1 100 9 BLEU
-STDOUT_1124=17 26 9 25 6 24 5 23 41
-STDOUT_1125=17 27 9 26 6 25 5 24 41
-STDOUT_1126=17 26 9 25 6 24 5 23 41
-STDOUT_1127=17 27 9 26 6 25 5 24 41
-STDOUT_1128=17 26 9 25 6 24 5 23 41
-STDOUT_1129=17 27 9 26 6 25 5 24 41
-STDOUT_1130=17 26 9 25 6 24 5 23 41
-STDOUT_1131=17 26 9 25 6 24 5 23 41
-STDOUT_1132=17 27 9 26 6 25 5 24 41
-STDOUT_1133=17 27 9 26 6 25 5 24 41
-STDOUT_1134=17 26 9 25 6 24 5 23 41
-STDOUT_1135=17 26 9 25 6 24 5 23 41
-STDOUT_1136=17 26 9 25 6 24 5 23 41
-STDOUT_1137=17 27 9 26 6 25 5 24 41
-STDOUT_1138=17 27 9 26 6 25 5 24 41
-STDOUT_1139=17 27 9 26 6 25 5 24 41
-STDOUT_1140=17 26 9 25 6 24 5 23 41
-STDOUT_1141=17 26 9 25 6 24 5 23 41
-STDOUT_1142=16 28 9 27 6 26 5 25 41
-STDOUT_1143=17 26 9 25 6 24 5 23 41
-STDOUT_1144=17 26 9 25 6 24 5 23 41
-STDOUT_1145=17 27 9 26 6 25 5 24 41
-STDOUT_1146=18 28 10 27 6 26 5 25 41
-STDOUT_1147=17 27 9 26 6 25 5 24 41
-STDOUT_1148=16 29 9 28 6 27 5 26 41
-STDOUT_1149=17 27 9 26 6 25 5 24 41
-STDOUT_1150=17 27 9 26 6 25 5 24 41
-STDOUT_1151=16 28 9 27 6 26 5 25 41
-STDOUT_1152=17 26 9 25 6 24 5 23 41
-STDOUT_1153=18 29 10 28 6 27 5 26 41
-STDOUT_1154=18 28 10 27 6 26 5 25 41
-STDOUT_1155=17 26 9 25 6 24 5 23 41
-STDOUT_1156=16 29 9 28 6 27 5 26 41
-STDOUT_1157=17 27 9 26 6 25 5 24 41
-STDOUT_1158=17 26 9 25 6 24 5 23 41
-STDOUT_1159=16 28 9 27 6 26 5 25 41
-STDOUT_1160=15 25 5 24 1 23 0 22 41
-STDOUT_1161=18 29 10 28 6 27 5 26 41
-STDOUT_1162=17 27 9 26 6 25 5 24 41
-STDOUT_1163=18 28 10 27 6 26 5 25 41
-STDOUT_1164=17 26 9 25 6 24 5 23 41
-STDOUT_1165=17 27 9 26 6 25 5 24 41
-STDOUT_1166=17 26 9 25 6 24 5 23 41
-STDOUT_1167=16 29 9 28 6 27 5 26 41
-STDOUT_1168=15 26 5 25 1 24 0 23 41
-STDOUT_1169=17 26 9 25 6 24 5 23 41
-STDOUT_1170=18 29 10 28 6 27 5 26 41
-STDOUT_1171=17 26 9 25 6 24 5 23 41
-STDOUT_1172=17 27 9 26 6 25 5 24 41
-STDOUT_1173=17 27 9 26 6 25 5 24 41
-STDOUT_1174=17 26 9 25 6 24 5 23 41
-STDOUT_1175=17 26 9 25 6 24 5 23 41
-STDOUT_1176=18 28 10 27 6 26 5 25 41
-STDOUT_1177=17 26 9 25 6 24 5 23 41
-STDOUT_1178=17 27 9 26 6 25 5 24 41
-STDOUT_1179=17 27 9 26 6 25 5 24 41
-STDOUT_1180=17 27 9 26 6 25 5 24 41
-STDOUT_1181=17 26 9 25 6 24 5 23 41
-STDOUT_1182=17 26 9 25 6 24 5 23 41
-STDOUT_1183=16 28 9 27 6 26 5 25 41
-STDOUT_1184=17 27 9 26 6 25 5 24 41
-STDOUT_1185=18 29 10 28 6 27 5 26 41
-STDOUT_1186=17 26 9 25 6 24 5 23 41
-STDOUT_1187=17 27 9 26 6 25 5 24 41
-STDOUT_1188=17 26 9 25 6 24 5 23 41
-STDOUT_1189=15 24 6 23 2 22 0 21 41
-STDOUT_1190=17 26 9 25 6 24 5 23 41
-STDOUT_1191=18 28 10 27 6 26 5 25 41
-STDOUT_1192=17 27 9 26 6 25 5 24 41
-STDOUT_1193=18 28 10 27 6 26 5 25 41
-STDOUT_1194=17 27 9 26 6 25 5 24 41
-STDOUT_1195=17 26 9 25 6 24 5 23 41
-STDOUT_1196=16 29 9 28 6 27 5 26 41
-STDOUT_1197=17 26 9 25 6 24 5 23 41
-STDOUT_1198=17 27 9 26 6 25 5 24 41
-STDOUT_1199=17 27 9 26 6 25 5 24 41
-STDOUT_1200=15 25 6 24 2 23 0 22 41
-STDOUT_1201=17 27 9 26 6 25 5 24 41
-STDOUT_1202=18 29 10 28 6 27 5 26 41
-STDOUT_1203=18 29 10 28 6 27 5 26 41
-STDOUT_1204=17 26 9 25 6 24 5 23 41
-STDOUT_1205=16 28 9 27 6 26 5 25 41
-STDOUT_1206=17 27 9 26 6 25 5 24 41
-STDOUT_1207=17 27 9 26 6 25 5 24 41
-STDOUT_1208=17 26 9 25 6 24 5 23 41
-STDOUT_1209=17 26 9 25 6 24 5 23 41
-STDOUT_1210=17 26 9 25 6 24 5 23 41
-STDOUT_1211=16 28 9 27 6 26 5 25 41
-STDOUT_1212=18 28 10 27 6 26 5 25 41
-STDOUT_1213=18 26 9 25 6 24 5 23 41
-STDOUT_1214=17 26 9 25 6 24 5 23 41
-STDOUT_1215=16 28 9 27 6 26 5 25 41
-STDOUT_1216=17 26 9 25 6 24 5 23 41
-STDOUT_1217=18 28 10 27 6 26 5 25 41
-STDOUT_1218=17 26 9 25 6 24 5 23 41
-STDOUT_1219=17 27 9 26 6 25 5 24 41
-STDOUT_1220=16 29 9 28 6 27 5 26 41
-STDOUT_1221=15 25 6 24 2 23 0 22 41
-STDOUT_1222=15 25 6 24 2 23 0 22 41
-STDOUT_1223=17 27 9 26 6 25 5 24 41
-STDOUT_1224=SCORES_TXT_END_0
-STDOUT_1225=SCORES_TXT_BEGIN_0 2 100 9 BLEU
-STDOUT_1226=13 18 7 17 4 16 3 15 21
-STDOUT_1227=13 18 7 17 4 16 3 15 21
-STDOUT_1228=13 21 7 20 4 19 3 18 21
-STDOUT_1229=13 21 7 20 4 19 3 18 21
-STDOUT_1230=13 18 7 17 4 16 3 15 21
-STDOUT_1231=13 18 7 17 4 16 3 15 21
-STDOUT_1232=12 17 6 16 4 15 3 14 21
-STDOUT_1233=13 18 7 17 4 16 3 15 21
-STDOUT_1234=9 15 2 14 0 13 0 12 21
-STDOUT_1235=13 21 7 20 4 19 3 18 21
-STDOUT_1236=13 18 7 17 4 16 3 15 21
-STDOUT_1237=12 17 6 16 4 15 3 14 21
-STDOUT_1238=8 14 2 13 0 12 0 11 21
-STDOUT_1239=13 21 7 20 4 19 3 18 21
-STDOUT_1240=13 18 7 17 4 16 3 15 21
-STDOUT_1241=13 18 7 17 4 16 3 15 21
-STDOUT_1242=9 15 2 14 0 13 0 12 21
-STDOUT_1243=15 21 7 20 4 19 3 18 21
-STDOUT_1244=13 21 7 20 4 19 3 18 21
-STDOUT_1245=13 18 7 17 4 16 3 15 21
-STDOUT_1246=13 18 7 17 4 16 3 15 21
-STDOUT_1247=8 14 2 13 0 12 0 11 21
-STDOUT_1248=13 21 7 20 4 19 3 18 21
-STDOUT_1249=12 20 6 19 4 18 3 17 21
-STDOUT_1250=13 18 7 17 4 16 3 15 21
-STDOUT_1251=15 21 7 20 4 19 3 18 21
-STDOUT_1252=8 15 2 14 0 13 0 12 21
-STDOUT_1253=13 21 7 20 4 19 3 18 21
-STDOUT_1254=13 18 7 17 4 16 3 15 21
-STDOUT_1255=9 18 2 17 0 16 0 15 21
-STDOUT_1256=13 22 7 21 4 20 3 19 21
-STDOUT_1257=9 15 2 14 0 13 0 12 21
-STDOUT_1258=12 17 6 16 4 15 3 14 21
-STDOUT_1259=13 18 7 17 4 16 3 15 21
-STDOUT_1260=12 20 6 19 4 18 3 17 21
-STDOUT_1261=8 17 2 16 0 15 0 14 21
-STDOUT_1262=13 18 7 17 4 16 3 15 21
-STDOUT_1263=12 20 7 19 4 18 3 17 21
-STDOUT_1264=7 15 2 14 0 13 0 12 21
-STDOUT_1265=8 15 2 14 0 13 0 12 21
-STDOUT_1266=13 21 7 20 4 19 3 18 21
-STDOUT_1267=13 18 7 17 4 16 3 15 21
-STDOUT_1268=13 18 7 17 4 16 3 15 21
-STDOUT_1269=11 16 5 15 1 14 0 13 21
-STDOUT_1270=9 18 2 17 0 16 0 15 21
-STDOUT_1271=13 22 7 21 4 20 3 19 21
-STDOUT_1272=9 15 2 14 0 13 0 12 21
-STDOUT_1273=8 15 2 14 0 13 0 12 21
-STDOUT_1274=7 14 2 13 0 12 0 11 21
-STDOUT_1275=9 16 2 15 0 14 0 13 21
-STDOUT_1276=12 17 6 16 4 15 3 14 21
-STDOUT_1277=9 15 2 14 0 13 0 12 21
-STDOUT_1278=13 21 7 20 4 19 3 18 21
-STDOUT_1279=13 21 7 20 4 19 3 18 21
-STDOUT_1280=8 15 2 14 0 13 0 12 21
-STDOUT_1281=13 18 7 17 4 16 3 15 21
-STDOUT_1282=13 21 7 20 4 19 3 18 21
-STDOUT_1283=13 18 7 17 4 16 3 15 21
-STDOUT_1284=8 17 2 16 0 15 0 14 21
-STDOUT_1285=12 18 7 17 4 16 3 15 21
-STDOUT_1286=12 20 7 19 4 18 3 17 21
-STDOUT_1287=7 15 2 14 0 13 0 12 21
-STDOUT_1288=12 17 6 16 4 15 3 14 21
-STDOUT_1289=8 14 2 13 0 12 0 11 21
-STDOUT_1290=12 19 7 18 4 17 3 16 21
-STDOUT_1291=13 21 7 20 4 19 3 18 21
-STDOUT_1292=11 16 5 15 1 14 0 13 21
-STDOUT_1293=13 18 7 17 4 16 3 15 21
-STDOUT_1294=13 19 7 18 4 17 3 16 21
-STDOUT_1295=13 18 7 17 4 16 3 15 21
-STDOUT_1296=7 15 2 14 0 13 0 12 21
-STDOUT_1297=8 15 2 14 0 13 0 12 21
-STDOUT_1298=7 14 2 13 0 12 0 11 21
-STDOUT_1299=9 16 2 15 0 14 0 13 21
-STDOUT_1300=12 17 6 16 4 15 3 14 21
-STDOUT_1301=9 15 2 14 0 13 0 12 21
-STDOUT_1302=13 21 7 20 4 19 3 18 21
-STDOUT_1303=13 21 7 20 4 19 3 18 21
-STDOUT_1304=8 18 2 17 0 16 0 15 21
-STDOUT_1305=15 21 7 20 4 19 3 18 21
-STDOUT_1306=10 15 4 14 1 13 0 12 21
-STDOUT_1307=8 14 1 13 0 12 0 11 21
-STDOUT_1308=8 15 2 14 0 13 0 12 21
-STDOUT_1309=13 21 7 20 4 19 3 18 21
-STDOUT_1310=13 21 7 20 4 19 3 18 21
-STDOUT_1311=13 18 7 17 4 16 3 15 21
-STDOUT_1312=12 20 6 19 4 18 3 17 21
-STDOUT_1313=12 18 7 17 4 16 3 15 21
-STDOUT_1314=12 17 6 16 4 15 3 14 21
-STDOUT_1315=13 18 7 17 4 16 3 15 21
-STDOUT_1316=13 18 7 17 4 16 3 15 21
-STDOUT_1317=8 15 2 14 0 13 0 12 21
-STDOUT_1318=9 18 2 17 0 16 0 15 21
-STDOUT_1319=9 15 2 14 0 13 0 12 21
-STDOUT_1320=8 14 2 13 0 12 0 11 21
-STDOUT_1321=12 17 6 16 4 15 3 14 21
-STDOUT_1322=7 13 1 12 0 11 0 10 21
-STDOUT_1323=12 20 6 19 4 18 3 17 21
-STDOUT_1324=13 21 7 20 4 19 3 18 21
-STDOUT_1325=13 21 7 20 4 19 3 18 21
-STDOUT_1326=SCORES_TXT_END_0
-STDOUT_1327=SCORES_TXT_BEGIN_0 3 100 9 BLEU
-STDOUT_1328=12 17 10 16 8 15 6 14 15
-STDOUT_1329=12 17 10 16 8 15 6 14 15
-STDOUT_1330=12 17 10 16 8 15 6 14 15
-STDOUT_1331=12 17 10 16 8 15 6 14 15
-STDOUT_1332=12 17 10 16 8 15 6 14 15
-STDOUT_1333=12 17 10 16 8 15 6 14 15
-STDOUT_1334=12 17 10 16 8 15 6 14 15
-STDOUT_1335=12 17 10 16 8 15 6 14 15
-STDOUT_1336=12 17 10 16 8 15 6 14 15
-STDOUT_1337=12 17 10 16 8 15 6 14 15
-STDOUT_1338=12 17 10 16 8 15 6 14 15
-STDOUT_1339=12 17 10 16 8 15 6 14 15
-STDOUT_1340=12 17 10 16 8 15 6 14 15
-STDOUT_1341=12 17 10 16 8 15 6 14 15
-STDOUT_1342=9 14 7 13 5 12 3 11 15
-STDOUT_1343=10 16 8 15 6 14 4 13 15
-STDOUT_1344=12 17 10 16 8 15 6 14 15
-STDOUT_1345=12 17 10 16 8 15 6 14 15
-STDOUT_1346=12 17 10 16 8 15 6 14 15
-STDOUT_1347=12 17 10 16 8 15 6 14 15
-STDOUT_1348=9 14 7 13 5 12 3 11 15
-STDOUT_1349=10 16 8 15 6 14 4 13 15
-STDOUT_1350=12 17 10 16 8 15 6 14 15
-STDOUT_1351=12 17 10 16 8 15 6 14 15
-STDOUT_1352=12 17 10 16 8 15 6 14 15
-STDOUT_1353=12 17 10 16 8 15 6 14 15
-STDOUT_1354=12 17 10 16 8 15 6 14 15
-STDOUT_1355=12 17 10 16 8 15 6 14 15
-STDOUT_1356=12 17 10 16 8 15 6 14 15
-STDOUT_1357=9 14 7 13 5 12 3 11 15
-STDOUT_1358=10 16 8 15 6 14 4 13 15
-STDOUT_1359=12 17 10 16 8 15 6 14 15
-STDOUT_1360=9 14 7 13 5 12 3 11 15
-STDOUT_1361=12 17 10 16 8 15 6 14 15
-STDOUT_1362=12 17 10 16 8 15 6 14 15
-STDOUT_1363=9 14 7 13 5 12 3 11 15
-STDOUT_1364=12 17 10 16 8 15 6 14 15
-STDOUT_1365=12 17 10 16 8 15 6 14 15
-STDOUT_1366=11 17 8 16 6 15 4 14 15
-STDOUT_1367=12 17 10 16 8 15 6 14 15
-STDOUT_1368=12 17 10 16 8 15 6 14 15
-STDOUT_1369=9 14 7 13 5 12 3 11 15
-STDOUT_1370=12 17 10 16 8 15 6 14 15
-STDOUT_1371=10 16 8 15 6 14 4 13 15
-STDOUT_1372=12 17 10 16 8 15 6 14 15
-STDOUT_1373=12 17 10 16 8 15 6 14 15
-STDOUT_1374=12 17 10 16 8 15 6 14 15
-STDOUT_1375=10 16 8 15 6 14 4 13 15
-STDOUT_1376=11 17 8 16 6 15 4 14 15
-STDOUT_1377=12 17 10 16 8 15 6 14 15
-STDOUT_1378=12 17 10 16 8 15 6 14 15
-STDOUT_1379=12 17 10 16 8 15 6 14 15
-STDOUT_1380=12 17 10 16 8 15 6 14 15
-STDOUT_1381=12 17 10 16 8 15 6 14 15
-STDOUT_1382=12 17 10 16 8 15 6 14 15
-STDOUT_1383=11 17 8 16 6 15 4 14 15
-STDOUT_1384=9 14 7 13 5 12 3 11 15
-STDOUT_1385=9 14 7 13 5 12 3 11 15
-STDOUT_1386=10 16 8 15 6 14 4 13 15
-STDOUT_1387=12 17 10 16 8 15 6 14 15
-STDOUT_1388=12 17 10 16 8 15 6 14 15
-STDOUT_1389=12 17 10 16 8 15 6 14 15
-STDOUT_1390=12 17 10 16 8 15 6 14 15
-STDOUT_1391=9 14 7 13 5 12 3 11 15
-STDOUT_1392=11 17 8 16 5 15 3 14 15
-STDOUT_1393=12 17 10 16 8 15 6 14 15
-STDOUT_1394=10 16 8 15 6 14 4 13 15
-STDOUT_1395=12 17 10 16 8 15 6 14 15
-STDOUT_1396=12 17 10 16 8 15 6 14 15
-STDOUT_1397=12 17 10 16 8 15 6 14 15
-STDOUT_1398=12 17 10 16 8 15 6 14 15
-STDOUT_1399=12 17 10 16 8 15 6 14 15
-STDOUT_1400=12 17 10 16 8 15 6 14 15
-STDOUT_1401=12 17 10 16 8 15 6 14 15
-STDOUT_1402=12 17 10 16 8 15 6 14 15
-STDOUT_1403=9 14 7 13 5 12 3 11 15
-STDOUT_1404=11 17 8 16 6 15 4 14 15
-STDOUT_1405=10 16 8 15 6 14 4 13 15
-STDOUT_1406=12 17 10 16 8 15 6 14 15
-STDOUT_1407=9 14 7 13 5 12 3 11 15
-STDOUT_1408=11 17 8 16 6 15 4 14 15
-STDOUT_1409=11 17 8 16 6 15 4 14 15
-STDOUT_1410=10 16 8 15 6 14 4 13 15
-STDOUT_1411=12 17 10 16 8 15 6 14 15
-STDOUT_1412=12 17 10 16 8 15 6 14 15
-STDOUT_1413=9 14 7 13 5 12 3 11 15
-STDOUT_1414=10 16 8 15 6 14 4 13 15
-STDOUT_1415=12 17 10 16 8 15 6 14 15
-STDOUT_1416=11 17 8 16 5 15 3 14 15
-STDOUT_1417=7 13 5 12 3 11 1 10 15
-STDOUT_1418=12 17 10 16 8 15 6 14 15
-STDOUT_1419=10 16 8 15 6 14 4 13 15
-STDOUT_1420=12 17 10 16 8 15 6 14 15
-STDOUT_1421=12 17 10 16 8 15 6 14 15
-STDOUT_1422=12 17 10 16 8 15 6 14 15
-STDOUT_1423=9 14 7 13 5 12 3 11 15
-STDOUT_1424=12 17 10 16 8 15 6 14 15
-STDOUT_1425=11 17 8 16 5 15 3 14 15
-STDOUT_1426=10 16 8 15 6 14 4 13 15
-STDOUT_1427=12 17 10 16 8 15 6 14 15
-STDOUT_1428=SCORES_TXT_END_0
-STDOUT_1429=SCORES_TXT_BEGIN_0 4 100 9 BLEU
-STDOUT_1430=27 34 13 33 4 32 0 31 46
-STDOUT_1431=27 34 13 33 4 32 0 31 46
-STDOUT_1432=26 36 13 35 5 34 0 33 46
-STDOUT_1433=26 36 13 35 5 34 0 33 46
-STDOUT_1434=25 34 11 33 3 32 0 31 46
-STDOUT_1435=25 34 11 33 3 32 0 31 46
-STDOUT_1436=26 35 13 34 5 33 0 32 46
-STDOUT_1437=26 35 13 34 5 33 0 32 46
-STDOUT_1438=25 36 12 35 5 34 0 33 46
-STDOUT_1439=27 34 13 33 4 32 0 31 46
-STDOUT_1440=25 36 12 35 5 34 0 33 46
-STDOUT_1441=26 35 13 34 5 33 0 32 46
-STDOUT_1442=26 35 13 34 5 33 0 32 46
-STDOUT_1443=25 36 12 35 5 34 0 33 46
-STDOUT_1444=25 36 12 35 5 34 0 33 46
-STDOUT_1445=26 36 13 35 5 34 0 33 46
-STDOUT_1446=26 36 13 35 5 34 0 33 46
-STDOUT_1447=26 36 13 35 5 34 0 33 46
-STDOUT_1448=25 33 13 32 6 31 1 30 46
-STDOUT_1449=25 33 13 32 6 31 1 30 46
-STDOUT_1450=24 35 11 34 4 33 0 32 46
-STDOUT_1451=24 35 11 34 4 33 0 32 46
-STDOUT_1452=23 36 10 35 4 34 0 33 46
-STDOUT_1453=25 33 13 32 6 31 1 30 46
-STDOUT_1454=25 34 11 33 3 32 0 31 46
-STDOUT_1455=25 33 13 32 6 31 1 30 46
-STDOUT_1456=24 35 11 34 4 33 0 32 46
-STDOUT_1457=24 35 11 34 4 33 0 32 46
-STDOUT_1458=23 36 10 35 4 34 0 33 46
-STDOUT_1459=27 34 13 33 4 32 0 31 46
-STDOUT_1460=27 34 13 33 4 32 0 31 46
-STDOUT_1461=25 36 12 35 5 34 0 33 46
-STDOUT_1462=26 35 12 34 4 33 0 32 46
-STDOUT_1463=26 35 13 34 5 33 0 32 46
-STDOUT_1464=25 33 13 32 6 31 1 30 46
-STDOUT_1465=26 35 13 34 5 33 0 32 46
-STDOUT_1466=25 33 13 32 6 31 1 30 46
-STDOUT_1467=25 36 12 35 5 34 0 33 46
-STDOUT_1468=27 34 13 33 4 32 0 31 46
-STDOUT_1469=27 34 13 33 4 32 0 31 46
-STDOUT_1470=25 36 12 35 5 34 0 33 46
-STDOUT_1471=25 36 12 35 5 34 0 33 46
-STDOUT_1472=27 35 13 34 4 33 0 32 46
-STDOUT_1473=23 33 11 32 5 31 1 30 46
-STDOUT_1474=26 35 12 34 4 33 0 32 46
-STDOUT_1475=23 33 11 32 5 31 1 30 46
-STDOUT_1476=25 33 13 32 6 31 1 30 46
-STDOUT_1477=25 33 13 32 6 31 1 30 46
-STDOUT_1478=26 36 13 35 5 34 0 33 46
-STDOUT_1479=26 36 13 35 5 34 0 33 46
-STDOUT_1480=27 35 13 34 4 33 0 32 46
-STDOUT_1481=23 33 11 32 5 31 1 30 46
-STDOUT_1482=23 33 11 32 5 31 1 30 46
-STDOUT_1483=26 36 13 35 5 34 0 33 46
-STDOUT_1484=25 34 11 33 3 32 0 31 46
-STDOUT_1485=27 34 13 33 4 32 0 31 46
-STDOUT_1486=25 34 11 33 3 32 0 31 46
-STDOUT_1487=25 33 13 32 6 31 1 30 46
-STDOUT_1488=26 33 12 32 4 31 0 30 46
-STDOUT_1489=25 33 13 32 6 31 1 30 46
-STDOUT_1490=27 34 13 33 4 32 0 31 46
-STDOUT_1491=24 35 10 34 3 33 0 32 46
-STDOUT_1492=24 35 11 34 4 33 0 32 46
-STDOUT_1493=23 33 11 32 5 31 1 30 46
-STDOUT_1494=24 35 11 34 4 33 0 32 46
-STDOUT_1495=23 33 11 32 5 31 1 30 46
-STDOUT_1496=23 36 10 35 4 34 0 33 46
-STDOUT_1497=25 34 11 33 3 32 0 31 46
-STDOUT_1498=27 34 13 33 4 32 0 31 46
-STDOUT_1499=25 34 11 33 3 32 0 31 46
-STDOUT_1500=26 33 12 32 4 31 0 30 46
-STDOUT_1501=26 35 13 34 5 33 0 32 46
-STDOUT_1502=26 35 12 34 4 33 0 32 46
-STDOUT_1503=26 36 13 35 5 34 0 33 46
-STDOUT_1504=27 34 13 33 4 32 0 31 46
-STDOUT_1505=24 35 10 34 3 33 0 32 46
-STDOUT_1506=26 35 13 34 5 33 0 32 46
-STDOUT_1507=23 33 11 32 5 31 1 30 46
-STDOUT_1508=25 36 12 35 5 34 0 33 46
-STDOUT_1509=23 33 11 32 5 31 1 30 46
-STDOUT_1510=27 35 14 34 6 33 1 32 46
-STDOUT_1511=27 34 13 33 4 32 0 31 46
-STDOUT_1512=27 35 14 34 6 33 1 32 46
-STDOUT_1513=26 35 12 34 4 33 0 32 46
-STDOUT_1514=27 34 13 33 4 32 0 31 46
-STDOUT_1515=25 36 12 35 5 34 0 33 46
-STDOUT_1516=27 34 13 33 4 32 0 31 46
-STDOUT_1517=26 35 13 34 5 33 0 32 46
-STDOUT_1518=25 36 12 35 5 34 0 33 46
-STDOUT_1519=26 35 12 34 4 33 0 32 46
-STDOUT_1520=26 36 13 35 5 34 0 33 46
-STDOUT_1521=27 35 13 34 4 33 0 32 46
-STDOUT_1522=26 35 13 34 5 33 0 32 46
-STDOUT_1523=27 34 13 33 4 32 0 31 46
-STDOUT_1524=26 35 12 34 4 33 0 32 46
-STDOUT_1525=25 36 12 35 5 34 0 33 46
-STDOUT_1526=27 36 14 35 6 34 1 33 46
-STDOUT_1527=25 33 13 32 6 31 1 30 46
-STDOUT_1528=25 33 13 32 6 31 1 30 46
-STDOUT_1529=27 35 14 34 6 33 1 32 46
-STDOUT_1530=SCORES_TXT_END_0
-STDOUT_1531=SCORES_TXT_BEGIN_0 5 100 9 BLEU
-STDOUT_1532=16 23 8 22 4 21 2 20 24
-STDOUT_1533=16 23 8 22 4 21 2 20 24
-STDOUT_1534=15 22 8 21 4 20 2 19 24
-STDOUT_1535=16 23 8 22 4 21 2 20 24
-STDOUT_1536=16 23 8 22 4 21 2 20 24
-STDOUT_1537=16 23 8 22 4 21 2 20 24
-STDOUT_1538=16 23 8 22 4 21 2 20 24
-STDOUT_1539=16 23 8 22 4 21 2 20 24
-STDOUT_1540=15 22 8 21 4 20 2 19 24
-STDOUT_1541=16 23 8 22 4 21 2 20 24
-STDOUT_1542=16 23 8 22 4 21 2 20 24
-STDOUT_1543=16 23 8 22 4 21 2 20 24
-STDOUT_1544=16 23 8 22 4 21 2 20 24
-STDOUT_1545=15 22 8 21 4 20 2 19 24
-STDOUT_1546=16 23 8 22 4 21 2 20 24
-STDOUT_1547=15 22 8 21 4 20 2 19 24
-STDOUT_1548=15 22 8 21 4 20 2 19 24
-STDOUT_1549=16 23 8 22 4 21 2 20 24
-STDOUT_1550=15 22 8 21 4 20 2 19 24
-STDOUT_1551=15 22 8 21 4 20 2 19 24
-STDOUT_1552=16 23 8 22 4 21 2 20 24
-STDOUT_1553=16 23 8 22 4 21 2 20 24
-STDOUT_1554=16 23 8 22 4 21 2 20 24
-STDOUT_1555=16 23 8 22 4 21 2 20 24
-STDOUT_1556=16 23 8 22 4 21 2 20 24
-STDOUT_1557=15 22 8 21 4 20 2 19 24
-STDOUT_1558=15 22 8 21 4 20 2 19 24
-STDOUT_1559=16 23 8 22 4 21 2 20 24
-STDOUT_1560=16 23 8 22 4 21 2 20 24
-STDOUT_1561=15 22 8 21 4 20 2 19 24
-STDOUT_1562=15 22 8 21 4 20 2 19 24
-STDOUT_1563=16 23 8 22 4 21 2 20 24
-STDOUT_1564=16 23 8 22 4 21 2 20 24
-STDOUT_1565=15 22 8 21 4 20 2 19 24
-STDOUT_1566=16 23 8 22 4 21 2 20 24
-STDOUT_1567=16 23 8 22 4 21 2 20 24
-STDOUT_1568=16 23 8 22 4 21 2 20 24
-STDOUT_1569=16 23 8 22 4 21 2 20 24
-STDOUT_1570=16 23 8 22 4 21 2 20 24
-STDOUT_1571=16 23 8 22 4 21 2 20 24
-STDOUT_1572=15 22 8 21 4 20 2 19 24
-STDOUT_1573=16 23 8 22 4 21 2 20 24
-STDOUT_1574=16 23 8 22 4 21 2 20 24
-STDOUT_1575=16 23 8 22 4 21 2 20 24
-STDOUT_1576=16 23 8 22 4 21 2 20 24
-STDOUT_1577=16 23 8 22 4 21 2 20 24
-STDOUT_1578=16 23 8 22 4 21 2 20 24
-STDOUT_1579=16 23 8 22 4 21 2 20 24
-STDOUT_1580=15 22 8 21 4 20 2 19 24
-STDOUT_1581=16 23 8 22 4 21 2 20 24
-STDOUT_1582=16 23 8 22 4 21 2 20 24
-STDOUT_1583=16 23 8 22 4 21 2 20 24
-STDOUT_1584=15 22 8 21 4 20 2 19 24
-STDOUT_1585=16 23 8 22 4 21 2 20 24
-STDOUT_1586=16 23 8 22 4 21 2 20 24
-STDOUT_1587=16 23 8 22 4 21 2 20 24
-STDOUT_1588=16 23 8 22 4 21 2 20 24
-STDOUT_1589=16 23 8 22 4 21 2 20 24
-STDOUT_1590=15 22 8 21 4 20 2 19 24
-STDOUT_1591=15 22 8 21 4 20 2 19 24
-STDOUT_1592=16 23 8 22 4 21 2 20 24
-STDOUT_1593=16 23 8 22 4 21 2 20 24
-STDOUT_1594=16 23 8 22 4 21 2 20 24
-STDOUT_1595=15 22 8 21 4 20 2 19 24
-STDOUT_1596=16 23 8 22 4 21 2 20 24
-STDOUT_1597=16 23 8 22 4 21 2 20 24
-STDOUT_1598=16 23 8 22 4 21 2 20 24
-STDOUT_1599=15 22 8 21 4 20 2 19 24
-STDOUT_1600=15 22 8 21 4 20 2 19 24
-STDOUT_1601=16 23 8 22 4 21 2 20 24
-STDOUT_1602=15 22 8 21 4 20 2 19 24
-STDOUT_1603=16 23 8 22 4 21 2 20 24
-STDOUT_1604=16 23 8 22 4 21 2 20 24
-STDOUT_1605=14 20 5 19 2 18 1 17 24
-STDOUT_1606=16 23 8 22 4 21 2 20 24
-STDOUT_1607=16 23 8 22 4 21 2 20 24
-STDOUT_1608=15 22 8 21 4 20 2 19 24
-STDOUT_1609=15 22 8 21 4 20 2 19 24
-STDOUT_1610=15 22 8 21 4 20 2 19 24
-STDOUT_1611=15 22 8 21 4 20 2 19 24
-STDOUT_1612=15 22 8 21 4 20 2 19 24
-STDOUT_1613=15 22 8 21 4 20 2 19 24
-STDOUT_1614=16 23 8 22 4 21 2 20 24
-STDOUT_1615=16 23 8 22 4 21 2 20 24
-STDOUT_1616=14 20 5 19 2 18 1 17 24
-STDOUT_1617=15 22 8 21 4 20 2 19 24
-STDOUT_1618=16 23 8 22 4 21 2 20 24
-STDOUT_1619=16 23 8 22 4 21 2 20 24
-STDOUT_1620=15 22 8 21 4 20 2 19 24
-STDOUT_1621=16 23 8 22 4 21 2 20 24
-STDOUT_1622=16 23 8 22 4 21 2 20 24
-STDOUT_1623=15 23 8 22 4 21 2 20 24
-STDOUT_1624=13 19 5 18 2 17 1 16 24
-STDOUT_1625=16 23 8 22 4 21 2 20 24
-STDOUT_1626=16 23 8 22 4 21 2 20 24
-STDOUT_1627=16 23 8 22 4 21 2 20 24
-STDOUT_1628=16 23 8 22 4 21 2 20 24
-STDOUT_1629=16 23 8 22 4 21 2 20 24
-STDOUT_1630=16 23 8 22 4 21 2 20 24
-STDOUT_1631=16 23 8 22 4 21 2 20 24
-STDOUT_1632=SCORES_TXT_END_0
-STDOUT_1633=SCORES_TXT_BEGIN_0 6 100 9 BLEU
-STDOUT_1634=16 29 9 28 7 27 6 26 34
-STDOUT_1635=16 27 9 26 7 25 6 24 34
-STDOUT_1636=14 28 4 27 2 26 1 25 34
-STDOUT_1637=16 29 9 28 7 27 6 26 34
-STDOUT_1638=18 32 11 31 8 30 6 29 34
-STDOUT_1639=16 29 9 28 7 27 6 26 34
-STDOUT_1640=16 29 9 28 7 27 6 26 34
-STDOUT_1641=16 28 9 27 7 26 6 25 34
-STDOUT_1642=16 29 9 28 7 27 6 26 34
-STDOUT_1643=16 29 9 28 7 27 6 26 34
-STDOUT_1644=14 26 4 25 2 24 1 23 34
-STDOUT_1645=14 28 4 27 2 26 1 25 34
-STDOUT_1646=16 29 9 28 7 27 6 26 34
-STDOUT_1647=16 29 9 28 7 27 6 26 34
-STDOUT_1648=18 30 11 29 8 28 6 27 34
-STDOUT_1649=16 31 6 30 3 29 1 28 34
-STDOUT_1650=18 32 11 31 8 30 6 29 34
-STDOUT_1651=16 27 9 26 7 25 6 24 34
-STDOUT_1652=16 29 9 28 7 27 6 26 34
-STDOUT_1653=16 27 9 26 7 25 6 24 34
-STDOUT_1654=16 29 9 28 7 27 6 26 34
-STDOUT_1655=16 29 9 28 7 27 6 26 34
-STDOUT_1656=14 27 4 26 2 25 1 24 34
-STDOUT_1657=18 32 11 31 8 30 6 29 34
-STDOUT_1658=18 32 11 31 8 30 6 29 34
-STDOUT_1659=14 28 4 27 2 26 1 25 34
-STDOUT_1660=16 27 9 26 7 25 6 24 34
-STDOUT_1661=16 29 9 28 7 27 6 26 34
-STDOUT_1662=18 31 11 30 8 29 6 28 34
-STDOUT_1663=16 28 9 27 7 26 6 25 34
-STDOUT_1664=17 29 9 28 7 27 6 26 34
-STDOUT_1665=16 28 9 27 7 26 6 25 34
-STDOUT_1666=16 27 9 26 7 25 6 24 34
-STDOUT_1667=16 29 9 28 7 27 6 26 34
-STDOUT_1668=18 32 11 31 8 30 6 29 34
-STDOUT_1669=14 28 4 27 2 26 1 25 34
-STDOUT_1670=18 32 11 31 8 30 6 29 34
-STDOUT_1671=16 29 9 28 7 27 6 26 34
-STDOUT_1672=14 28 4 27 2 26 1 25 34
-STDOUT_1673=16 29 6 28 3 27 1 26 34
-STDOUT_1674=16 29 9 28 7 27 6 26 34
-STDOUT_1675=16 31 6 30 3 29 1 28 34
-STDOUT_1676=16 27 9 26 7 25 6 24 34
-STDOUT_1677=17 29 8 28 6 27 5 26 34
-STDOUT_1678=16 29 9 28 7 27 6 26 34
-STDOUT_1679=18 32 11 31 8 30 6 29 34
-STDOUT_1680=16 28 9 27 7 26 6 25 34
-STDOUT_1681=18 32 11 31 8 30 6 29 34
-STDOUT_1682=16 29 9 28 7 27 6 26 34
-STDOUT_1683=18 30 11 29 8 28 6 27 34
-STDOUT_1684=16 29 9 28 7 27 6 26 34
-STDOUT_1685=18 32 11 31 8 30 6 29 34
-STDOUT_1686=15 29 7 28 4 27 2 26 34
-STDOUT_1687=18 30 11 29 8 28 6 27 34
-STDOUT_1688=18 32 11 31 8 30 6 29 34
-STDOUT_1689=16 29 9 28 7 27 6 26 34
-STDOUT_1690=18 32 11 31 8 30 6 29 34
-STDOUT_1691=16 28 9 27 7 26 6 25 34
-STDOUT_1692=15 29 7 28 4 27 2 26 34
-STDOUT_1693=16 29 9 28 7 27 6 26 34
-STDOUT_1694=16 30 6 29 3 28 1 27 34
-STDOUT_1695=15 29 7 28 4 27 2 26 34
-STDOUT_1696=16 29 9 28 7 27 6 26 34
-STDOUT_1697=15 28 4 27 2 26 1 25 34
-STDOUT_1698=14 28 4 27 2 26 1 25 34
-STDOUT_1699=16 28 9 27 7 26 6 25 34
-STDOUT_1700=16 29 9 28 7 27 6 26 34
-STDOUT_1701=16 31 6 30 3 29 1 28 34
-STDOUT_1702=16 29 9 28 7 27 6 26 34
-STDOUT_1703=18 30 11 29 8 28 6 27 34
-STDOUT_1704=16 30 9 29 7 28 6 27 34
-STDOUT_1705=18 32 11 31 8 30 6 29 34
-STDOUT_1706=14 26 4 25 2 24 1 23 34
-STDOUT_1707=14 28 4 27 2 26 1 25 34
-STDOUT_1708=16 29 9 28 7 27 6 26 34
-STDOUT_1709=14 28 4 27 2 26 1 25 34
-STDOUT_1710=15 29 7 28 4 27 2 26 34
-STDOUT_1711=18 31 11 30 8 29 6 28 34
-STDOUT_1712=17 27 8 26 6 25 5 24 34
-STDOUT_1713=19 32 11 31 8 30 6 29 34
-STDOUT_1714=16 29 9 28 7 27 6 26 34
-STDOUT_1715=17 29 8 28 6 27 5 26 34
-STDOUT_1716=18 31 11 30 8 29 6 28 34
-STDOUT_1717=17 29 9 28 7 27 6 26 34
-STDOUT_1718=18 30 11 29 8 28 6 27 34
-STDOUT_1719=18 32 11 31 8 30 6 29 34
-STDOUT_1720=17 29 9 28 7 27 6 26 34
-STDOUT_1721=16 29 9 28 7 27 6 26 34
-STDOUT_1722=16 31 6 30 3 29 1 28 34
-STDOUT_1723=18 32 11 31 8 30 6 29 34
-STDOUT_1724=16 31 6 30 3 29 1 28 34
-STDOUT_1725=18 32 11 31 8 30 6 29 34
-STDOUT_1726=16 28 9 27 7 26 6 25 34
-STDOUT_1727=14 28 4 27 2 26 1 25 34
-STDOUT_1728=16 29 9 28 7 27 6 26 34
-STDOUT_1729=15 27 7 26 4 25 2 24 34
-STDOUT_1730=14 28 4 27 2 26 1 25 34
-STDOUT_1731=14 28 4 27 2 26 1 25 34
-STDOUT_1732=15 29 7 28 4 27 2 26 34
-STDOUT_1733=18 30 11 29 8 28 6 27 34
-STDOUT_1734=SCORES_TXT_END_0
-STDOUT_1735=SCORES_TXT_BEGIN_0 7 100 9 BLEU
-STDOUT_1736=21 23 15 22 13 21 11 20 34
-STDOUT_1737=21 23 15 22 13 21 11 20 34
-STDOUT_1738=21 23 15 22 13 21 11 20 34
-STDOUT_1739=21 23 15 22 13 21 11 20 34
-STDOUT_1740=21 23 15 22 13 21 11 20 34
-STDOUT_1741=21 23 15 22 13 21 11 20 34
-STDOUT_1742=21 23 15 22 13 21 11 20 34
-STDOUT_1743=21 23 15 22 13 21 11 20 34
-STDOUT_1744=21 23 15 22 13 21 11 20 34
-STDOUT_1745=21 23 15 22 13 21 11 20 34
-STDOUT_1746=22 25 16 24 13 23 11 22 34
-STDOUT_1747=21 23 15 22 13 21 11 20 34
-STDOUT_1748=21 23 15 22 13 21 11 20 34
-STDOUT_1749=22 25 16 24 13 23 11 22 34
-STDOUT_1750=21 23 15 22 13 21 11 20 34
-STDOUT_1751=21 23 15 22 13 21 11 20 34
-STDOUT_1752=21 23 15 22 13 21 11 20 34
-STDOUT_1753=21 23 15 22 13 21 11 20 34
-STDOUT_1754=21 23 15 22 13 21 11 20 34
-STDOUT_1755=21 23 15 22 13 21 11 20 34
-STDOUT_1756=21 23 15 22 13 21 11 20 34
-STDOUT_1757=21 23 15 22 13 21 11 20 34
-STDOUT_1758=21 23 15 22 13 21 11 20 34
-STDOUT_1759=21 23 15 22 13 21 11 20 34
-STDOUT_1760=22 25 16 24 13 23 11 22 34
-STDOUT_1761=21 23 15 22 13 21 11 20 34
-STDOUT_1762=21 23 15 22 13 21 11 20 34
-STDOUT_1763=21 23 15 22 13 21 11 20 34
-STDOUT_1764=21 23 15 22 13 21 11 20 34
-STDOUT_1765=22 25 16 24 13 23 11 22 34
-STDOUT_1766=21 23 15 22 13 21 11 20 34
-STDOUT_1767=22 25 16 24 13 23 11 22 34
-STDOUT_1768=21 23 15 22 13 21 11 20 34
-STDOUT_1769=22 25 16 24 13 23 11 22 34
-STDOUT_1770=22 25 16 24 13 23 11 22 34
-STDOUT_1771=22 25 16 24 13 23 11 22 34
-STDOUT_1772=22 25 16 24 13 23 11 22 34
-STDOUT_1773=22 25 16 24 13 23 11 22 34
-STDOUT_1774=22 25 16 24 13 23 11 22 34
-STDOUT_1775=23 25 16 24 13 23 11 22 34
-STDOUT_1776=21 23 13 22 10 21 7 20 34
-STDOUT_1777=21 23 15 22 13 21 11 20 34
-STDOUT_1778=22 25 16 24 13 23 11 22 34
-STDOUT_1779=20 23 15 22 13 21 11 20 34
-STDOUT_1780=21 23 15 22 13 21 11 20 34
-STDOUT_1781=24 27 17 26 14 25 11 24 34
-STDOUT_1782=21 23 15 22 13 21 11 20 34
-STDOUT_1783=24 27 17 26 14 25 11 24 34
-STDOUT_1784=21 23 15 22 13 21 11 20 34
-STDOUT_1785=21 23 15 22 13 21 11 20 34
-STDOUT_1786=21 23 15 22 13 21 11 20 34
-STDOUT_1787=21 23 15 22 13 21 11 20 34
-STDOUT_1788=22 25 16 24 13 23 11 22 34
-STDOUT_1789=22 23 15 22 13 21 11 20 34
-STDOUT_1790=23 25 16 24 13 23 11 22 34
-STDOUT_1791=21 23 15 22 13 21 11 20 34
-STDOUT_1792=21 23 15 22 13 21 11 20 34
-STDOUT_1793=23 25 16 24 13 23 11 22 34
-STDOUT_1794=21 23 15 22 13 21 11 20 34
-STDOUT_1795=22 25 16 24 13 23 11 22 34
-STDOUT_1796=23 25 16 24 13 23 11 22 34
-STDOUT_1797=23 25 16 24 13 23 11 22 34
-STDOUT_1798=22 24 15 23 13 22 11 21 34
-STDOUT_1799=20 23 15 22 13 21 11 20 34
-STDOUT_1800=21 23 15 22 13 21 11 20 34
-STDOUT_1801=24 27 17 26 14 25 11 24 34
-STDOUT_1802=24 27 17 26 14 25 11 24 34
-STDOUT_1803=23 25 16 24 13 23 11 22 34
-STDOUT_1804=21 23 15 22 13 21 11 20 34
-STDOUT_1805=23 25 16 24 13 23 11 22 34
-STDOUT_1806=21 23 15 22 13 21 11 20 34
-STDOUT_1807=20 23 15 22 13 21 11 20 34
-STDOUT_1808=22 25 16 24 13 23 11 22 34
-STDOUT_1809=24 27 17 26 14 25 11 24 34
-STDOUT_1810=21 23 15 22 13 21 11 20 34
-STDOUT_1811=21 23 15 22 13 21 11 20 34
-STDOUT_1812=22 25 16 24 13 23 11 22 34
-STDOUT_1813=21 23 15 22 13 21 11 20 34
-STDOUT_1814=20 23 15 22 13 21 11 20 34
-STDOUT_1815=22 23 15 22 13 21 11 20 34
-STDOUT_1816=21 24 15 23 13 22 11 21 34
-STDOUT_1817=20 23 15 22 13 21 11 20 34
-STDOUT_1818=21 23 15 22 13 21 11 20 34
-STDOUT_1819=21 23 15 22 13 21 11 20 34
-STDOUT_1820=21 23 13 22 10 21 7 20 34
-STDOUT_1821=21 23 15 22 13 21 11 20 34
-STDOUT_1822=21 23 15 22 13 21 11 20 34
-STDOUT_1823=22 25 16 24 13 23 11 22 34
-STDOUT_1824=21 23 15 22 13 21 11 20 34
-STDOUT_1825=24 27 17 26 14 25 11 24 34
-STDOUT_1826=22 23 15 22 13 21 11 20 34
-STDOUT_1827=21 23 15 22 13 21 11 20 34
-STDOUT_1828=22 25 16 24 13 23 11 22 34
-STDOUT_1829=24 27 17 26 14 25 11 24 34
-STDOUT_1830=22 25 16 24 13 23 11 22 34
-STDOUT_1831=24 27 17 26 14 25 11 24 34
-STDOUT_1832=21 23 15 22 13 21 11 20 34
-STDOUT_1833=20 22 13 21 10 20 7 19 34
-STDOUT_1834=22 25 16 24 13 23 11 22 34
-STDOUT_1835=21 23 15 22 13 21 11 20 34
-STDOUT_1836=SCORES_TXT_END_0
-STDOUT_1837=SCORES_TXT_BEGIN_0 8 100 9 BLEU
-STDOUT_1838=19 23 15 22 14 21 13 20 37
-STDOUT_1839=19 23 15 22 14 21 13 20 37
-STDOUT_1840=19 23 15 22 14 21 13 20 37
-STDOUT_1841=19 23 15 22 14 21 13 20 37
-STDOUT_1842=19 23 15 22 14 21 13 20 37
-STDOUT_1843=19 23 15 22 14 21 13 20 37
-STDOUT_1844=20 24 16 23 15 22 14 21 37
-STDOUT_1845=19 23 15 22 14 21 13 20 37
-STDOUT_1846=19 23 15 22 14 21 13 20 37
-STDOUT_1847=19 23 15 22 14 21 13 20 37
-STDOUT_1848=19 23 15 22 14 21 13 20 37
-STDOUT_1849=20 24 16 23 15 22 14 21 37
-STDOUT_1850=20 24 16 23 15 22 14 21 37
-STDOUT_1851=19 23 15 22 14 21 13 20 37
-STDOUT_1852=20 24 16 23 15 22 14 21 37
-STDOUT_1853=19 23 15 22 14 21 13 20 37
-STDOUT_1854=19 23 15 22 14 21 13 20 37
-STDOUT_1855=19 23 15 22 14 21 13 20 37
-STDOUT_1856=19 23 15 22 14 21 13 20 37
-STDOUT_1857=19 23 15 22 14 21 13 20 37
-STDOUT_1858=19 23 15 22 14 21 13 20 37
-STDOUT_1859=20 24 16 23 15 22 14 21 37
-STDOUT_1860=19 23 15 22 14 21 13 20 37
-STDOUT_1861=20 24 16 23 15 22 14 21 37
-STDOUT_1862=20 24 16 23 15 22 14 21 37
-STDOUT_1863=19 23 15 22 14 21 13 20 37
-STDOUT_1864=19 23 15 22 14 21 13 20 37
-STDOUT_1865=20 24 16 23 15 22 14 21 37
-STDOUT_1866=20 24 16 23 15 22 14 21 37
-STDOUT_1867=19 23 15 22 14 21 13 20 37
-STDOUT_1868=19 23 15 22 14 21 13 20 37
-STDOUT_1869=20 24 16 23 15 22 14 21 37
-STDOUT_1870=19 23 15 22 14 21 13 20 37
-STDOUT_1871=20 24 16 23 15 22 14 21 37
-STDOUT_1872=19 23 15 22 14 21 13 20 37
-STDOUT_1873=20 24 16 23 15 22 14 21 37
-STDOUT_1874=19 23 15 22 14 21 13 20 37
-STDOUT_1875=19 23 15 22 14 21 13 20 37
-STDOUT_1876=19 23 15 22 14 21 13 20 37
-STDOUT_1877=19 23 15 22 14 21 13 20 37
-STDOUT_1878=19 23 15 22 14 21 13 20 37
-STDOUT_1879=20 24 16 23 15 22 14 21 37
-STDOUT_1880=19 23 15 22 14 21 13 20 37
-STDOUT_1881=20 24 16 23 15 22 14 21 37
-STDOUT_1882=20 24 16 23 15 22 14 21 37
-STDOUT_1883=20 24 16 23 15 22 14 21 37
-STDOUT_1884=19 23 15 22 14 21 13 20 37
-STDOUT_1885=19 23 15 22 14 21 13 20 37
-STDOUT_1886=19 23 15 22 14 21 13 20 37
-STDOUT_1887=20 24 16 23 15 22 14 21 37
-STDOUT_1888=19 23 15 22 14 21 13 20 37
-STDOUT_1889=20 24 16 23 15 22 14 21 37
-STDOUT_1890=20 24 16 23 15 22 14 21 37
-STDOUT_1891=20 24 16 23 15 22 14 21 37
-STDOUT_1892=19 23 15 22 14 21 13 20 37
-STDOUT_1893=19 23 15 22 14 21 13 20 37
-STDOUT_1894=20 24 16 23 15 22 14 21 37
-STDOUT_1895=19 23 15 22 14 21 13 20 37
-STDOUT_1896=20 24 16 23 15 22 14 21 37
-STDOUT_1897=19 23 15 22 14 21 13 20 37
-STDOUT_1898=20 24 16 23 15 22 14 21 37
-STDOUT_1899=20 24 16 23 15 22 14 21 37
-STDOUT_1900=19 23 15 22 14 21 13 20 37
-STDOUT_1901=20 24 16 23 15 22 14 21 37
-STDOUT_1902=19 23 15 22 14 21 13 20 37
-STDOUT_1903=20 24 16 23 15 22 14 21 37
-STDOUT_1904=20 24 16 23 15 22 14 21 37
-STDOUT_1905=19 23 15 22 14 21 13 20 37
-STDOUT_1906=20 24 16 23 15 22 14 21 37
-STDOUT_1907=20 24 16 23 15 22 14 21 37
-STDOUT_1908=19 23 15 22 14 21 13 20 37
-STDOUT_1909=19 23 15 22 14 21 13 20 37
-STDOUT_1910=19 23 15 22 14 21 13 20 37
-STDOUT_1911=20 24 16 23 15 22 14 21 37
-STDOUT_1912=19 23 15 22 14 21 13 20 37
-STDOUT_1913=19 23 15 22 14 21 13 20 37
-STDOUT_1914=19 23 15 22 14 21 13 20 37
-STDOUT_1915=19 23 15 22 14 21 13 20 37
-STDOUT_1916=20 24 16 23 15 22 14 21 37
-STDOUT_1917=20 24 16 23 15 22 14 21 37
-STDOUT_1918=19 23 15 22 14 21 13 20 37
-STDOUT_1919=20 24 16 23 15 22 14 21 37
-STDOUT_1920=19 23 15 22 14 21 13 20 37
-STDOUT_1921=20 24 16 23 15 22 14 21 37
-STDOUT_1922=20 24 16 23 15 22 14 21 37
-STDOUT_1923=19 23 15 22 14 21 13 20 37
-STDOUT_1924=19 23 15 22 14 21 13 20 37
-STDOUT_1925=20 24 16 23 15 22 14 21 37
-STDOUT_1926=19 23 15 22 14 21 13 20 37
-STDOUT_1927=20 24 16 23 15 22 14 21 37
-STDOUT_1928=19 23 15 22 14 21 13 20 37
-STDOUT_1929=20 24 16 23 15 22 14 21 37
-STDOUT_1930=19 23 15 22 14 21 13 20 37
-STDOUT_1931=19 23 15 22 14 21 13 20 37
-STDOUT_1932=19 23 15 22 14 21 13 20 37
-STDOUT_1933=19 23 15 22 14 21 13 20 37
-STDOUT_1934=20 24 16 23 15 22 14 21 37
-STDOUT_1935=20 24 16 23 15 22 14 21 37
-STDOUT_1936=20 24 16 23 15 22 14 21 37
-STDOUT_1937=19 23 15 22 14 21 13 20 37
-STDOUT_1938=SCORES_TXT_END_0
-STDOUT_1939=SCORES_TXT_BEGIN_0 9 100 9 BLEU
-STDOUT_1940=30 41 18 40 11 39 7 38 58
-STDOUT_1941=30 41 17 40 10 39 6 38 58
-STDOUT_1942=31 40 18 39 11 38 6 37 58
-STDOUT_1943=30 41 18 40 11 39 7 38 58
-STDOUT_1944=30 41 17 40 10 39 6 38 58
-STDOUT_1945=31 41 18 40 11 39 7 38 58
-STDOUT_1946=31 40 18 39 11 38 6 37 58
-STDOUT_1947=31 41 17 40 10 39 6 38 58
-STDOUT_1948=32 40 18 39 11 38 6 37 58
-STDOUT_1949=31 41 18 40 11 39 7 38 58
-STDOUT_1950=31 41 17 40 10 39 6 38 58
-STDOUT_1951=32 40 18 39 11 38 6 37 58
-STDOUT_1952=31 41 18 40 11 39 6 38 58
-STDOUT_1953=31 43 17 42 9 41 6 40 58
-STDOUT_1954=29 40 17 39 11 38 7 37 58
-STDOUT_1955=32 42 18 41 10 40 6 39 58
-STDOUT_1956=31 41 18 40 11 39 6 38 58
-STDOUT_1957=31 43 17 42 9 41 6 40 58
-STDOUT_1958=29 40 17 39 11 38 7 37 58
-STDOUT_1959=30 41 18 40 11 39 7 38 58
-STDOUT_1960=32 42 18 41 10 40 6 39 58
-STDOUT_1961=32 41 18 40 11 39 6 38 58
-STDOUT_1962=30 41 17 40 10 39 6 38 58
-STDOUT_1963=32 43 17 42 9 41 6 40 58
-STDOUT_1964=30 40 17 39 11 38 7 37 58
-STDOUT_1965=30 41 18 40 11 39 7 38 58
-STDOUT_1966=31 40 18 39 11 38 6 37 58
-STDOUT_1967=33 42 18 41 10 40 6 39 58
-STDOUT_1968=32 41 18 40 11 39 6 38 58
-STDOUT_1969=30 41 17 40 10 39 6 38 58
-STDOUT_1970=32 43 17 42 9 41 6 40 58
-STDOUT_1971=31 40 18 39 11 38 6 37 58
-STDOUT_1972=30 40 17 39 11 38 7 37 58
-STDOUT_1973=31 41 18 40 11 39 7 38 58
-STDOUT_1974=30 41 18 40 11 39 7 38 58
-STDOUT_1975=33 42 18 41 10 40 6 39 58
-STDOUT_1976=30 41 18 40 11 39 7 38 58
-STDOUT_1977=32 43 18 42 10 41 6 40 58
-STDOUT_1978=31 41 17 40 10 39 6 38 58
-STDOUT_1979=30 41 17 40 10 39 6 38 58
-STDOUT_1980=30 41 17 40 10 39 6 38 58
-STDOUT_1981=31 41 18 40 11 39 7 38 58
-STDOUT_1982=32 40 18 39 11 38 6 37 58
-STDOUT_1983=31 40 18 39 11 38 6 37 58
-STDOUT_1984=30 42 16 41 9 40 6 39 58
-STDOUT_1985=30 41 18 40 11 39 7 38 58
-STDOUT_1986=32 43 18 42 10 41 6 40 58
-STDOUT_1987=31 41 17 40 10 39 6 38 58
-STDOUT_1988=31 41 18 40 11 39 7 38 58
-STDOUT_1989=31 41 17 40 10 39 6 38 58
-STDOUT_1990=32 40 18 39 11 38 6 37 58
-STDOUT_1991=30 41 17 40 10 39 6 38 58
-STDOUT_1992=31 41 17 40 10 39 6 38 58
-STDOUT_1993=31 41 18 40 11 39 7 38 58
-STDOUT_1994=31 41 18 40 11 39 6 38 58
-STDOUT_1995=31 41 18 40 11 39 7 38 58
-STDOUT_1996=33 43 18 42 10 41 6 40 58
-STDOUT_1997=31 40 19 39 12 38 8 37 58
-STDOUT_1998=30 42 16 41 9 40 6 39 58
-STDOUT_1999=31 43 17 42 9 41 6 40 58
-STDOUT_2000=31 41 17 40 10 39 6 38 58
-STDOUT_2001=31 41 18 40 11 39 7 38 58
-STDOUT_2002=29 40 17 39 11 38 7 37 58
-STDOUT_2003=31 41 17 40 10 39 6 38 58
-STDOUT_2004=31 41 17 40 10 39 6 38 58
-STDOUT_2005=32 42 18 41 10 40 6 39 58
-STDOUT_2006=32 40 18 39 11 38 6 37 58
-STDOUT_2007=31 41 18 40 11 39 6 38 58
-STDOUT_2008=30 41 18 40 11 39 7 38 58
-STDOUT_2009=31 41 17 40 10 39 6 38 58
-STDOUT_2010=31 42 16 41 9 40 6 39 58
-STDOUT_2011=31 41 18 40 11 39 7 38 58
-STDOUT_2012=33 43 18 42 10 41 6 40 58
-STDOUT_2013=31 43 17 42 9 41 6 40 58
-STDOUT_2014=31 40 19 39 12 38 8 37 58
-STDOUT_2015=29 40 17 39 11 38 7 37 58
-STDOUT_2016=30 41 17 40 10 39 6 38 58
-STDOUT_2017=32 41 17 40 10 39 6 38 58
-STDOUT_2018=32 42 18 41 10 40 6 39 58
-STDOUT_2019=31 41 17 40 10 39 6 38 58
-STDOUT_2020=32 40 18 39 11 38 6 37 58
-STDOUT_2021=31 40 18 39 11 38 6 37 58
-STDOUT_2022=30 41 18 40 11 39 7 38 58
-STDOUT_2023=32 41 18 40 11 39 6 38 58
-STDOUT_2024=31 41 18 40 11 39 6 38 58
-STDOUT_2025=31 41 18 40 11 39 6 38 58
-STDOUT_2026=31 41 18 40 11 39 7 38 58
-STDOUT_2027=32 40 19 39 12 38 8 37 58
-STDOUT_2028=31 42 16 41 9 40 6 39 58
-STDOUT_2029=31 41 18 40 11 39 6 38 58
-STDOUT_2030=32 43 17 42 9 41 6 40 58
-STDOUT_2031=31 43 17 42 9 41 6 40 58
-STDOUT_2032=30 41 17 40 10 39 6 38 58
-STDOUT_2033=31 43 17 42 9 41 6 40 58
-STDOUT_2034=30 40 17 39 11 38 7 37 58
-STDOUT_2035=29 40 17 39 11 38 7 37 58
-STDOUT_2036=32 41 17 40 10 39 6 38 58
-STDOUT_2037=29 40 17 39 11 38 7 37 58
-STDOUT_2038=31 42 17 41 10 40 6 39 58
-STDOUT_2039=31 41 17 40 10 39 6 38 58
-STDOUT_2040=SCORES_TXT_END_0
-STDOUT_2041=FEATURES_TXT_BEGIN_0 0 200 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_2042=0 -3.30693 0 0 -2.83036 0 0 -47.2982 -36.7163 -58.3679 -12.6473 -17.133 7.99917 -14
-STDOUT_2043=0 -4.41356 0 0 -2.28612 0 0 -42.5518 -44.2233 -68.0063 -12.3881 -18.2718 7.99917 -13
-STDOUT_2044=0 -2.85902 0 0 -2.70964 0 0 -47.2982 -37.6246 -59.1133 -13.0501 -18.2054 7.99917 -14
-STDOUT_2045=0 -2.75747 0 0 -2.83036 0 0 -47.2982 -38.786 -58.3679 -13.1694 -17.133 7.99917 -14
-STDOUT_2046=0 -2.78419 0 0 -2.83036 0 0 -47.2982 -38.4271 -58.3679 -13.4644 -17.133 7.99917 -14
-STDOUT_2047=0 -3.32777 0 0 -2.8474 0 0 -47.2982 -37.3849 -58.3679 -12.6675 -17.133 8.99907 -14
-STDOUT_2048=0 -3.96565 0 0 -2.1654 0 0 -42.5518 -45.1316 -68.7517 -12.7909 -19.3442 7.99917 -13
-STDOUT_2049=0 -3.8641 0 0 -2.28612 0 0 -42.5518 -46.2931 -68.0063 -12.9102 -18.2718 7.99917 -13
-STDOUT_2050=0 -3.89082 0 0 -2.28612 0 0 -42.5518 -45.9341 -68.0063 -13.2052 -18.2718 7.99917 -13
-STDOUT_2051=0 -4.4344 0 0 -2.30316 0 0 -42.5518 -44.892 -68.0063 -12.4082 -18.2718 8.99907 -13
-STDOUT_2052=0 -2.30956 0 0 -2.70964 0 0 -47.2982 -39.6944 -59.1133 -13.5721 -18.2054 7.99917 -14
-STDOUT_2053=0 -2.33627 0 0 -2.70964 0 0 -47.2982 -39.3354 -59.1133 -13.8672 -18.2054 7.99917 -14
-STDOUT_2054=0 -2.77831 0 0 -2.8474 0 0 -47.2982 -39.4547 -58.3679 -13.1895 -17.133 8.99907 -14
-STDOUT_2055=0 -2.80503 0 0 -2.8474 0 0 -47.2982 -39.0958 -58.3679 -13.4846 -17.133 8.99907 -14
-STDOUT_2056=0 -2.89154 0 0 -2.72667 0 0 -47.2982 -38.3976 -59.1133 -13.1245 -18.2054 8.99907 -14
-STDOUT_2057=0 -3.72215 0 0 -2.84486 0 0 -47.2982 -36.9181 -58.3679 -12.8766 -17.133 8.99907 -14
-STDOUT_2058=0 -3.41619 0 0 -2.1654 0 0 -42.5518 -47.2014 -68.7517 -13.3129 -19.3442 7.99917 -13
-STDOUT_2059=0 -3.4429 0 0 -2.1654 0 0 -42.5518 -46.8424 -68.7517 -13.608 -19.3442 7.99917 -13
-STDOUT_2060=0 -3.88494 0 0 -2.30316 0 0 -42.5518 -46.9618 -68.0063 -12.9303 -18.2718 8.99907 -13
-STDOUT_2061=0 -3.91166 0 0 -2.30316 0 0 -42.5518 -46.6028 -68.0063 -13.2254 -18.2718 8.99907 -13
-STDOUT_2062=0 -3.99817 0 0 -2.18243 0 0 -42.5518 -45.9046 -68.7517 -12.8653 -19.3442 8.99907 -13
-STDOUT_2063=0 -4.82878 0 0 -2.30062 0 0 -42.5518 -44.4252 -68.0063 -12.6173 -18.2718 8.99907 -13
-STDOUT_2064=0 -2.34208 0 0 -2.72667 0 0 -47.2982 -40.4674 -59.1133 -13.6466 -18.2054 8.99907 -14
-STDOUT_2065=0 -2.3688 0 0 -2.72667 0 0 -47.2982 -40.1084 -59.1133 -13.9416 -18.2054 8.99907 -14
-STDOUT_2066=0 -3.17269 0 0 -2.84486 0 0 -47.2982 -38.9879 -58.3679 -13.3986 -17.133 8.99907 -14
-STDOUT_2067=0 -3.1994 0 0 -2.84486 0 0 -47.2982 -38.629 -58.3679 -13.6937 -17.133 8.99907 -14
-STDOUT_2068=0 -4.18376 0 0 -2.38711 0 0 -46.3334 -39.2286 -62.8949 -11.1151 -18.0911 7.99917 -14
-STDOUT_2069=0 -3.75467 0 0 -2.8619 0 0 -47.2982 -37.6911 -58.3679 -12.951 -17.133 9.99896 -14
-STDOUT_2070=0 -3.44872 0 0 -2.18243 0 0 -42.5518 -47.9744 -68.7517 -13.3874 -19.3442 8.99907 -13
-STDOUT_2071=0 -3.47543 0 0 -2.18243 0 0 -42.5518 -47.6155 -68.7517 -13.6824 -19.3442 8.99907 -13
-STDOUT_2072=0 -4.27932 0 0 -2.30062 0 0 -42.5518 -46.4949 -68.0063 -13.1394 -18.2718 8.99907 -13
-STDOUT_2073=0 -4.30603 0 0 -2.30062 0 0 -42.5518 -46.136 -68.0063 -13.4345 -18.2718 8.99907 -13
-STDOUT_2074=0 -4.8613 0 0 -2.31766 0 0 -42.5518 -45.1982 -68.0063 -12.6918 -18.2718 9.99896 -13
-STDOUT_2075=0 -3.73585 0 0 -2.26638 0 0 -46.3334 -40.1369 -63.6404 -11.5179 -19.1635 7.99917 -14
-STDOUT_2076=0 -3.63431 0 0 -2.38711 0 0 -46.3334 -41.2984 -62.8949 -11.6372 -18.0911 7.99917 -14
-STDOUT_2077=0 -2.9937 0 0 -2.83782 0 0 -47.2982 -39.341 -58.3679 -14.6744 -17.133 7.99917 -14
-STDOUT_2078=0 -3.20521 0 0 -2.8619 0 0 -47.2982 -39.7609 -58.3679 -13.473 -17.133 9.99896 -14
-STDOUT_2079=0 -3.66102 0 0 -2.38711 0 0 -46.3334 -40.9394 -62.8949 -11.9323 -18.0911 7.99917 -14
-STDOUT_2080=0 -3.23193 0 0 -2.8619 0 0 -47.2982 -39.402 -58.3679 -13.7681 -17.133 9.99896 -14
-STDOUT_2081=0 -4.2046 0 0 -2.40414 0 0 -46.3334 -39.8973 -62.8949 -11.1353 -18.0911 8.99907 -14
-STDOUT_2082=0 -4.10033 0 0 -2.29358 0 0 -42.5518 -46.848 -68.0063 -14.4152 -18.2718 7.99917 -13
-STDOUT_2083=0 -4.31184 0 0 -2.31766 0 0 -42.5518 -47.268 -68.0063 -13.2138 -18.2718 9.99896 -13
-STDOUT_2084=0 -4.33856 0 0 -2.31766 0 0 -42.5518 -46.909 -68.0063 -13.5089 -18.2718 9.99896 -13
-STDOUT_2085=0 -3.18639 0 0 -2.26638 0 0 -46.3334 -42.2067 -63.6404 -12.04 -19.1635 7.99917 -14
-STDOUT_2086=0 -2.54578 0 0 -2.7171 0 0 -47.2982 -40.2493 -59.1133 -15.0771 -18.2054 7.99917 -14
-STDOUT_2087=0 -3.21311 0 0 -2.26638 0 0 -46.3334 -41.8477 -63.6404 -12.335 -19.1635 7.99917 -14
-STDOUT_2088=0 -3.33257 0 0 -3.16683 0 0 -47.2982 -39.0474 -58.3679 -13.4871 -17.133 8.99907 -14
-STDOUT_2089=0 -3.65514 0 0 -2.40414 0 0 -46.3334 -41.9671 -62.8949 -11.6573 -18.0911 8.99907 -14
-STDOUT_2090=0 -3.01454 0 0 -2.85486 0 0 -47.2982 -40.0097 -58.3679 -14.6945 -17.133 8.99907 -14
-STDOUT_2091=0 -3.68186 0 0 -2.40414 0 0 -46.3334 -41.6081 -62.8949 -11.9524 -18.0911 8.99907 -14
-STDOUT_2092=0 -4.36041 0 0 -2.71984 0 0 -44.9832 -43.0698 -65.3956 -11.695 -15.5664 7.99917 -13
-STDOUT_2093=0 -3.76838 0 0 -2.28342 0 0 -46.3334 -40.9099 -63.6404 -11.5923 -19.1635 8.99907 -14
-STDOUT_2094=0 -4.59898 0 0 -2.40161 0 0 -46.3334 -39.4304 -62.8949 -11.3444 -18.0911 8.99907 -14
-STDOUT_2095=0 -3.65241 0 0 -2.17286 0 0 -42.5518 -47.7563 -68.7517 -14.8179 -19.3442 7.99917 -13
-STDOUT_2096=0 -4.4392 0 0 -2.62259 0 0 -42.5518 -46.5544 -68.0063 -13.2279 -18.2718 8.99907 -13
-STDOUT_2097=0 -2.88574 0 0 -3.16683 0 0 -47.2982 -40.1725 -58.3679 -14.3898 -17.133 8.99907 -14
-STDOUT_2098=0 -4.12117 0 0 -2.31062 0 0 -42.5518 -47.5167 -68.0063 -14.4353 -18.2718 8.99907 -13
-STDOUT_2099=0 -2.88466 0 0 -3.04611 0 0 -47.2982 -39.9557 -59.1133 -13.8898 -18.2054 8.99907 -14
-STDOUT_2100=0 -3.91249 0 0 -2.59912 0 0 -44.9832 -43.9781 -66.141 -12.0977 -16.6388 7.99917 -13
-STDOUT_2101=0 -3.35341 0 0 -3.18387 0 0 -47.2982 -39.7161 -58.3679 -13.5072 -17.133 9.99896 -14
-STDOUT_2102=0 -3.48129 0 0 -3.00472 0 0 -46.3889 -38.7444 -66.49 -13.3405 -15.572 7.99917 -12
-STDOUT_2103=0 -3.81095 0 0 -2.71984 0 0 -44.9832 -45.1396 -65.3956 -12.217 -15.5664 7.99917 -13
-STDOUT_2104=0 -3.83767 0 0 -2.71984 0 0 -44.9832 -44.7807 -65.3956 -12.5121 -15.5664 7.99917 -13
-STDOUT_2105=0 -3.21892 0 0 -2.28342 0 0 -46.3334 -42.9797 -63.6404 -12.1144 -19.1635 8.99907 -14
-STDOUT_2106=0 -2.57831 0 0 -2.73413 0 0 -47.2982 -41.0223 -59.1133 -15.1516 -18.2054 8.99907 -14
-STDOUT_2107=0 -4.38125 0 0 -2.73688 0 0 -44.9832 -43.7385 -65.3956 -11.7151 -15.5664 8.99907 -13
-STDOUT_2108=0 -3.24563 0 0 -2.28342 0 0 -46.3334 -42.6208 -63.6404 -12.4094 -19.1635 8.99907 -14
-STDOUT_2109=0 -3.99237 0 0 -2.62259 0 0 -42.5518 -47.6796 -68.0063 -14.1306 -18.2718 8.99907 -13
-STDOUT_2110=0 -4.04952 0 0 -2.40161 0 0 -46.3334 -41.5002 -62.8949 -11.8664 -18.0911 8.99907 -14
-STDOUT_2111=0 -3.99129 0 0 -2.50187 0 0 -42.5518 -47.4627 -68.7517 -13.6306 -19.3442 8.99907 -13
-STDOUT_2112=0 -3.40891 0 0 -2.85232 0 0 -47.2982 -39.5429 -58.3679 -14.9036 -17.133 8.99907 -14
-STDOUT_2113=0 -4.07624 0 0 -2.40161 0 0 -46.3334 -41.1413 -62.8949 -12.1615 -18.0911 8.99907 -14
-STDOUT_2114=0 -2.43783 0 0 -3.04611 0 0 -47.2982 -41.0808 -59.1133 -14.7926 -18.2054 8.99907 -14
-STDOUT_2115=0 -4.46004 0 0 -2.63963 0 0 -42.5518 -47.2231 -68.0063 -13.248 -18.2718 9.99896 -13
-STDOUT_2116=0 -2.90658 0 0 -3.18387 0 0 -47.2982 -40.8412 -58.3679 -14.41 -17.133 9.99896 -14
-STDOUT_2117=0 -4.63151 0 0 -2.41864 0 0 -46.3334 -40.2035 -62.8949 -11.4188 -18.0911 9.99896 -14
-STDOUT_2118=0 -3.68494 0 0 -2.18989 0 0 -42.5518 -48.5294 -68.7517 -14.8923 -19.3442 8.99907 -13
-STDOUT_2119=0 -3.03337 0 0 -2.88399 0 0 -46.3889 -39.6527 -67.2354 -13.7432 -16.6444 7.99917 -12
-STDOUT_2120=0 -3.36303 0 0 -2.59912 0 0 -44.9832 -46.0479 -66.141 -12.6198 -16.6388 7.99917 -13
-STDOUT_2121=0 -4.54865 0 0 -2.97346 0 0 -41.3818 -47.1987 -71.2115 -14.2568 -17.5983 7.99917 -13
-STDOUT_2122=0 -3.38975 0 0 -2.59912 0 0 -44.9832 -45.689 -66.141 -12.9148 -16.6388 7.99917 -13
-STDOUT_2123=0 -3.38753 0 0 -3.16683 0 0 -47.2982 -40.5614 -58.3679 -13.3246 -17.133 8.99907 -14
-STDOUT_2124=0 -4.51554 0 0 -2.30808 0 0 -42.5518 -47.0499 -68.0063 -14.6444 -18.2718 8.99907 -13
-STDOUT_2125=0 -3.07713 0 0 -2.93135 0 0 -52.1701 -31.7215 -53.2565 -11.3744 -16.9523 7.99917 -15
-STDOUT_2126=0 -2.91718 0 0 -3.06314 0 0 -47.2982 -40.7287 -59.1133 -13.9643 -18.2054 9.99896 -14
-STDOUT_2127=0 -3.54446 0 0 -2.50187 0 0 -42.5518 -48.5879 -68.7517 -14.5334 -19.3442 8.99907 -13
-STDOUT_2128=0 -3.50212 0 0 -3.02175 0 0 -46.3889 -39.4131 -66.49 -13.3606 -15.572 8.99907 -12
-STDOUT_2129=0 -3.83179 0 0 -2.73688 0 0 -44.9832 -45.8083 -65.3956 -12.2372 -15.5664 8.99907 -13
-STDOUT_2130=0 -3.8585 0 0 -2.73688 0 0 -44.9832 -45.4493 -65.3956 -12.5322 -15.5664 8.99907 -13
-STDOUT_2131=0 -3.94502 0 0 -2.61615 0 0 -44.9832 -44.7511 -66.141 -12.1722 -16.6388 8.99907 -13
-STDOUT_2132=0 -4.01321 0 0 -2.63963 0 0 -42.5518 -48.3483 -68.0063 -14.1508 -18.2718 9.99896 -13
-STDOUT_2133=0 -3.74779 0 0 -3.18133 0 0 -47.2982 -39.2492 -58.3679 -13.7163 -17.133 9.99896 -14
-STDOUT_2134=0 -4.77562 0 0 -2.73434 0 0 -44.9832 -43.2717 -65.3956 -11.9242 -15.5664 8.99907 -13
-STDOUT_2135=0 -4.49416 0 0 -2.62259 0 0 -42.5518 -48.0684 -68.0063 -13.0654 -18.2718 8.99907 -13
-STDOUT_2136=0 -4.10073 0 0 -2.85274 0 0 -41.3818 -48.107 -71.957 -14.6595 -18.6707 7.99917 -13
-STDOUT_2137=0 -3.87053 0 0 -2.39457 0 0 -46.3334 -41.8533 -62.8949 -13.1422 -18.0911 7.99917 -14
-STDOUT_2138=0 -4.08205 0 0 -2.41864 0 0 -46.3334 -42.2733 -62.8949 -11.9409 -18.0911 9.99896 -14
-STDOUT_2139=0 -4.02382 0 0 -2.5189 0 0 -42.5518 -48.2357 -68.7517 -13.7051 -19.3442 9.99896 -13
-STDOUT_2140=0 -3.44144 0 0 -2.86936 0 0 -47.2982 -40.3159 -58.3679 -14.978 -17.133 9.99896 -14
-STDOUT_2141=0 -4.10876 0 0 -2.41864 0 0 -46.3334 -41.9143 -62.8949 -12.2359 -18.0911 9.99896 -14
-STDOUT_2142=0 -4.36081 0 0 -5.28661 0 0 -96.4993 -14.0471 -33.9648 -25.0728 -59.5525 9.99896 -34
-STDOUT_2143=0 -4.35283 0 0 -5.3532 0 0 -96.4993 -13.6186 -33.9648 -25.1049 -59.5525 9.99896 -34
-STDOUT_2144=0 -4.58101 0 0 -5.51995 0 0 -96.4993 -14.8081 -33.9648 -25.1548 -59.5525 10.9989 -34
-STDOUT_2145=0 -4.91026 0 0 -5.28661 0 0 -96.4993 -11.9773 -33.9648 -24.5507 -59.5525 9.99896 -34
-STDOUT_2146=0 -4.90229 0 0 -5.3532 0 0 -96.4993 -11.5488 -33.9648 -24.5828 -59.5525 9.99896 -34
-STDOUT_2147=0 -5.13046 0 0 -5.51995 0 0 -96.4993 -12.7383 -33.9648 -24.6328 -59.5525 10.9989 -34
-STDOUT_2148=0 -4.38752 0 0 -5.28661 0 0 -96.4993 -13.6881 -33.9648 -25.3678 -59.5525 9.99896 -34
-STDOUT_2149=0 -4.37954 0 0 -5.3532 0 0 -96.4993 -13.2597 -33.9648 -25.4 -59.5525 9.99896 -34
-STDOUT_2150=0 -4.78771 0 0 -5.30624 0 0 -96.4993 -14.3533 -33.9648 -25.3563 -59.5525 10.9989 -34
-STDOUT_2151=0 -4.60772 0 0 -5.51995 0 0 -96.4993 -14.4492 -33.9648 -25.4499 -59.5525 10.9989 -34
-STDOUT_2152=0 -4.77973 0 0 -5.37283 0 0 -96.4993 -13.9248 -33.9648 -25.3884 -59.5525 10.9989 -34
-STDOUT_2153=0 -4.33997 0 0 -5.26958 0 0 -96.4993 -13.3784 -33.9648 -25.0527 -59.5525 8.99907 -34
-STDOUT_2154=0 -5.00791 0 0 -5.53957 0 0 -96.4993 -15.1143 -33.9648 -25.4384 -59.5525 11.9988 -34
-STDOUT_2155=0 -5.33717 0 0 -5.30624 0 0 -96.4993 -12.2835 -33.9648 -24.8342 -59.5525 10.9989 -34
-STDOUT_2156=0 -4.33199 0 0 -5.33617 0 0 -96.4993 -12.9499 -33.9648 -25.0848 -59.5525 8.99907 -34
-STDOUT_2157=0 -5.32919 0 0 -5.37283 0 0 -96.4993 -11.855 -33.9648 -24.8664 -59.5525 10.9989 -34
-STDOUT_2158=0 -4.56017 0 0 -5.50291 0 0 -96.4993 -14.1395 -33.9648 -25.1347 -59.5525 9.99896 -34
-STDOUT_2159=0 -4.88943 0 0 -5.26958 0 0 -96.4993 -11.3086 -33.9648 -24.5306 -59.5525 8.99907 -34
-STDOUT_2160=0 -5.55737 0 0 -5.53957 0 0 -96.4993 -13.0445 -33.9648 -24.9163 -59.5525 11.9988 -34
-STDOUT_2161=0 -4.88145 0 0 -5.33617 0 0 -96.4993 -10.8801 -33.9648 -24.5627 -59.5525 8.99907 -34
-STDOUT_2162=0 -5.10963 0 0 -5.50291 0 0 -96.4993 -12.0697 -33.9648 -24.6126 -59.5525 9.99896 -34
-STDOUT_2163=0 -4.81443 0 0 -5.30624 0 0 -96.4993 -13.9943 -33.9648 -25.6514 -59.5525 10.9989 -34
-STDOUT_2164=0 -4.80645 0 0 -5.37283 0 0 -96.4993 -13.5659 -33.9648 -25.6835 -59.5525 10.9989 -34
-STDOUT_2165=0 -3.89757 0 0 -5.6856 0 0 -96.4993 -15.14 -33.9648 -26.0508 -59.5525 9.99896 -34
-STDOUT_2166=0 -4.75518 0 0 -5.2892 0 0 -96.4993 -13.5803 -33.9648 -25.2819 -59.5525 9.99896 -34
-STDOUT_2167=0 -4.36669 0 0 -5.26958 0 0 -96.4993 -13.0195 -33.9648 -25.3477 -59.5525 8.99907 -34
-STDOUT_2168=0 -3.8896 0 0 -5.7522 0 0 -96.4993 -14.7115 -33.9648 -26.0829 -59.5525 9.99896 -34
-STDOUT_2169=0 -5.03463 0 0 -5.53957 0 0 -96.4993 -14.7554 -33.9648 -25.7334 -59.5525 11.9988 -34
-STDOUT_2170=0 -4.74721 0 0 -5.3558 0 0 -96.4993 -13.1518 -33.9648 -25.314 -59.5525 9.99896 -34
-STDOUT_2171=0 -4.02533 0 0 -5.76972 0 0 -95.7135 -17.7368 -34.5285 -26.5782 -59.5091 10.9989 -34
-STDOUT_2172=0 -4.35871 0 0 -5.33617 0 0 -96.4993 -12.591 -33.9648 -25.3798 -59.5525 8.99907 -34
-STDOUT_2173=0 -4.11777 0 0 -5.91894 0 0 -96.4993 -15.9011 -33.9648 -26.1329 -59.5525 10.9989 -34
-STDOUT_2174=0 -4.44703 0 0 -5.6856 0 0 -96.4993 -13.0702 -33.9648 -25.5287 -59.5525 9.99896 -34
-STDOUT_2175=0 -4.01735 0 0 -5.83631 0 0 -95.7135 -17.3083 -34.5285 -26.6103 -59.5091 10.9989 -34
-STDOUT_2176=0 -4.97538 0 0 -5.52254 0 0 -96.4993 -14.3413 -33.9648 -25.3639 -59.5525 10.9989 -34
-STDOUT_2177=0 -4.58689 0 0 -5.50291 0 0 -96.4993 -13.7805 -33.9648 -25.4298 -59.5525 9.99896 -34
-STDOUT_2178=0 -5.30464 0 0 -5.2892 0 0 -96.4993 -11.5105 -33.9648 -24.7598 -59.5525 9.99896 -34
-STDOUT_2179=0 -4.43905 0 0 -5.7522 0 0 -96.4993 -12.6417 -33.9648 -25.5609 -59.5525 9.99896 -34
-STDOUT_2180=0 -4.24553 0 0 -6.00305 0 0 -95.7135 -18.4979 -34.5285 -26.6602 -59.5091 11.9988 -34
-STDOUT_2181=0 -4.93591 0 0 -5.62308 0 0 -96.4993 -14.3084 -33.9648 -25.3905 -59.5525 10.9989 -34
-STDOUT_2182=0 -5.29666 0 0 -5.3558 0 0 -96.4993 -11.082 -33.9648 -24.7919 -59.5525 9.99896 -34
-STDOUT_2183=0 -4.57479 0 0 -5.76972 0 0 -95.7135 -15.667 -34.5285 -26.0561 -59.5091 10.9989 -34
-STDOUT_2184=0 -4.66723 0 0 -5.91894 0 0 -96.4993 -13.8313 -33.9648 -25.6108 -59.5525 10.9989 -34
-STDOUT_2185=0 -4.92793 0 0 -5.68968 0 0 -96.4993 -13.8799 -33.9648 -25.4226 -59.5525 10.9989 -34
-STDOUT_2186=0 -4.99086 0 0 -5.62308 0 0 -96.4993 -15.8224 -33.9648 -25.228 -59.5525 10.9989 -34
-STDOUT_2187=0 -4.56681 0 0 -5.83631 0 0 -95.7135 -15.2385 -34.5285 -26.0882 -59.5091 10.9989 -34
-STDOUT_2188=0 -5.52484 0 0 -5.52254 0 0 -96.4993 -12.2715 -33.9648 -24.8419 -59.5525 10.9989 -34
-STDOUT_2189=0 -4.98288 0 0 -5.68968 0 0 -96.4993 -15.394 -33.9648 -25.2601 -59.5525 10.9989 -34
-STDOUT_2190=0 -5.15611 0 0 -5.85642 0 0 -96.4993 -15.0695 -33.9648 -25.4725 -59.5525 11.9988 -34
-STDOUT_2191=0 -4.79499 0 0 -6.00305 0 0 -95.7135 -16.4281 -34.5285 -26.1381 -59.5091 11.9988 -34
-STDOUT_2192=0 -2.40113 0 0 -3.71147 0 0 -85.5268 -17.5106 -35.5427 -21.4397 -51.9113 9.99896 -30
-STDOUT_2193=0 -5.21106 0 0 -5.85642 0 0 -96.4993 -16.5835 -33.9648 -25.3101 -59.5525 11.9988 -34
-STDOUT_2194=0 -3.92429 0 0 -5.6856 0 0 -96.4993 -14.7811 -33.9648 -26.3458 -59.5525 9.99896 -34
-STDOUT_2195=0 -4.7819 0 0 -5.2892 0 0 -96.4993 -13.2213 -33.9648 -25.5769 -59.5525 9.99896 -34
-STDOUT_2196=0 -2.95059 0 0 -3.71147 0 0 -85.5268 -15.4408 -35.5427 -20.9176 -51.9113 9.99896 -30
-STDOUT_2197=0 -3.91631 0 0 -5.7522 0 0 -96.4993 -14.3526 -33.9648 -26.378 -59.5525 9.99896 -34
-STDOUT_2198=0 -4.77392 0 0 -5.3558 0 0 -96.4993 -12.7928 -33.9648 -25.6091 -59.5525 9.99896 -34
-STDOUT_2199=0 -4.05205 0 0 -5.76972 0 0 -95.7135 -17.3779 -34.5285 -26.8732 -59.5091 10.9989 -34
-STDOUT_2200=0 -4.32448 0 0 -5.70523 0 0 -96.4993 -15.4462 -33.9648 -26.3343 -59.5525 10.9989 -34
-STDOUT_2201=0 -4.14449 0 0 -5.91894 0 0 -96.4993 -15.5421 -33.9648 -26.4279 -59.5525 10.9989 -34
-STDOUT_2202=0 -4.04407 0 0 -5.83631 0 0 -95.7135 -16.9494 -34.5285 -26.9053 -59.5091 10.9989 -34
-STDOUT_2203=0 -5.0021 0 0 -5.52254 0 0 -96.4993 -13.9824 -33.9648 -25.659 -59.5525 10.9989 -34
-STDOUT_2204=0 -4.3165 0 0 -5.77182 0 0 -96.4993 -15.0177 -33.9648 -26.3664 -59.5525 10.9989 -34
-STDOUT_2205=0 -4.08735 0 0 -5.74195 0 0 -96.4993 -17.0151 -33.9648 -26.5547 -59.5525 10.9989 -34
-STDOUT_2206=0 -4.45224 0 0 -5.78934 0 0 -95.7135 -18.043 -34.5285 -26.8617 -59.5091 11.9988 -34
-STDOUT_2207=0 -4.27225 0 0 -6.00305 0 0 -95.7135 -18.1389 -34.5285 -26.9553 -59.5091 11.9988 -34
-STDOUT_2208=0 -3.87674 0 0 -5.66857 0 0 -96.4993 -14.4713 -33.9648 -26.0307 -59.5525 8.99907 -34
-STDOUT_2209=0 -4.07937 0 0 -5.80854 0 0 -96.4993 -16.5867 -33.9648 -26.5868 -59.5525 10.9989 -34
-STDOUT_2210=0 -4.54468 0 0 -5.93857 0 0 -96.4993 -16.2072 -33.9648 -26.4164 -59.5525 11.9988 -34
-STDOUT_2211=0 -3.27966 0 0 -3.84567 0 0 -97.4141 -10.6333 -34.5852 -18.3934 -56.0639 8.99907 -32
-STDOUT_2212=0 -4.87394 0 0 -5.70523 0 0 -96.4993 -13.3764 -33.9648 -25.8123 -59.5525 10.9989 -34
-STDOUT_2213=0 -4.44426 0 0 -5.85594 0 0 -95.7135 -17.6145 -34.5285 -26.8938 -59.5091 11.9988 -34
-STDOUT_2214=0 -3.86876 0 0 -5.73516 0 0 -96.4993 -14.0428 -33.9648 -26.0628 -59.5525 8.99907 -34
-STDOUT_2215=0 -4.30755 0 0 -5.97528 0 0 -96.4993 -17.7762 -33.9648 -26.6367 -59.5525 11.9988 -34
-STDOUT_2216=0 -4.00449 0 0 -5.75268 0 0 -95.7135 -17.0681 -34.5285 -26.558 -59.5091 9.99896 -34
-STDOUT_2217=0 -4.86596 0 0 -5.77182 0 0 -96.4993 -12.9479 -33.9648 -25.8444 -59.5525 10.9989 -34
-STDOUT_2218=0 -4.48907 0 0 -5.62308 0 0 -96.4993 -15.4336 -33.9648 -26.2932 -59.5525 10.9989 -34
-STDOUT_2219=0 -4.6368 0 0 -5.74195 0 0 -96.4993 -14.9454 -33.9648 -26.0326 -59.5525 10.9989 -34
-STDOUT_2220=0 -4.67244 0 0 -6.02268 0 0 -95.7135 -18.804 -34.5285 -26.9437 -59.5091 12.9986 -34
-STDOUT_2221=0 -5.36281 0 0 -5.64271 0 0 -96.4993 -14.6146 -33.9648 -25.674 -59.5525 11.9988 -34
-STDOUT_2222=0 -4.09694 0 0 -5.90191 0 0 -96.4993 -15.2324 -33.9648 -26.1127 -59.5525 9.99896 -34
-STDOUT_2223=0 -5.00169 0 0 -5.78934 0 0 -95.7135 -15.9732 -34.5285 -26.3396 -59.5091 11.9988 -34
-STDOUT_2224=0 -3.50784 0 0 -4.04622 0 0 -97.4141 -11.8228 -34.5852 -18.4434 -56.0639 9.99896 -32
-STDOUT_2225=0 -4.4262 0 0 -5.66857 0 0 -96.4993 -12.4015 -33.9648 -25.5086 -59.5525 8.99907 -34
-STDOUT_2226=0 -2.75763 0 0 -3.86631 0 0 -96.3945 -10.8327 -33.9648 -13.2323 -42.2967 8.99907 -29
-STDOUT_2227=0 -3.99652 0 0 -5.81928 0 0 -95.7135 -16.6396 -34.5285 -26.5901 -59.5091 9.99896 -34
-STDOUT_2228=0 -4.07193 0 0 -5.6856 0 0 -95.7135 -14.7056 -34.5285 -26.7439 -59.5091 9.99896 -34
-STDOUT_2229=0 -4.4811 0 0 -5.68968 0 0 -96.4993 -15.0051 -33.9648 -26.3254 -59.5525 10.9989 -34
-STDOUT_2230=0 -4.62883 0 0 -5.80854 0 0 -96.4993 -14.5169 -33.9648 -26.0647 -59.5525 10.9989 -34
-STDOUT_2231=0 -5.09414 0 0 -5.93857 0 0 -96.4993 -14.1375 -33.9648 -25.8943 -59.5525 11.9988 -34
-STDOUT_2232=0 -2.28125 0 0 -3.79524 0 0 -85.5268 -15.3774 -35.5427 -22.0081 -51.9113 9.99896 -30
-STDOUT_2233=0 -3.82912 0 0 -3.84567 0 0 -97.4141 -8.56347 -34.5852 -17.8714 -56.0639 8.99907 -32
-STDOUT_2234=0 -5.35483 0 0 -5.7093 0 0 -96.4993 -14.1861 -33.9648 -25.7061 -59.5525 11.9988 -34
-STDOUT_2235=0 -5.41777 0 0 -5.64271 0 0 -96.4993 -16.1286 -33.9648 -25.5115 -59.5525 11.9988 -34
-STDOUT_2236=0 -2.42785 0 0 -3.71147 0 0 -85.5268 -17.1517 -35.5427 -21.7347 -51.9113 9.99896 -30
-STDOUT_2237=0 -4.99371 0 0 -5.85594 0 0 -95.7135 -15.5447 -34.5285 -26.3717 -59.5091 11.9988 -34
-STDOUT_2238=0 -4.41822 0 0 -5.73516 0 0 -96.4993 -11.973 -33.9648 -25.5407 -59.5525 8.99907 -34
-STDOUT_2239=0 -2.74965 0 0 -3.93291 0 0 -96.3945 -10.4042 -33.9648 -13.2644 -42.2967 8.99907 -29
-STDOUT_2240=0 -4.06395 0 0 -5.7522 0 0 -95.7135 -14.2771 -34.5285 -26.7761 -59.5091 9.99896 -34
-STDOUT_2241=0 -4.22469 0 0 -5.98602 0 0 -95.7135 -17.8292 -34.5285 -26.6401 -59.5091 10.9989 -34
-STDOUT_2242=FEATURES_TXT_END_0
-STDOUT_2243=FEATURES_TXT_BEGIN_0 1 200 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_2244=0 -7.64309 0 0 -8.70101 0 0 -103.617 -78.6262 -122.496 -24.8771 -38.8755 13.9985 -26
-STDOUT_2245=0 -7.89441 0 0 -7.6024 0 0 -105.129 -76.6237 -122.374 -24.8771 -39.0371 13.9985 -27
-STDOUT_2246=0 -7.97631 0 0 -8.68017 0 0 -103.617 -77.9315 -122.496 -24.9303 -38.8755 12.9986 -26
-STDOUT_2247=0 -8.22762 0 0 -7.58156 0 0 -105.129 -75.929 -122.374 -24.9303 -39.0371 12.9986 -27
-STDOUT_2248=0 -7.73027 0 0 -8.82743 0 0 -103.617 -78.9682 -122.496 -24.6214 -38.8755 13.9985 -26
-STDOUT_2249=0 -7.98158 0 0 -7.72881 0 0 -105.129 -76.9657 -122.374 -24.6214 -39.0371 13.9985 -27
-STDOUT_2250=0 -7.62107 0 0 -9.11231 0 0 -103.617 -78.3095 -122.496 -25.486 -38.8755 13.9985 -26
-STDOUT_2251=0 -7.13226 0 0 -7.09157 0 0 -105.425 -79.1128 -124.484 -24.8771 -40.369 13.9985 -26
-STDOUT_2252=0 -7.87238 0 0 -8.01369 0 0 -105.129 -76.307 -122.374 -25.486 -39.0371 13.9985 -27
-STDOUT_2253=0 -7.38358 0 0 -5.99296 0 0 -106.937 -77.1104 -124.361 -24.8771 -40.5306 13.9985 -27
-STDOUT_2254=0 -6.55036 0 0 -8.45708 0 0 -103.617 -83.9824 -122.436 -25.6146 -39.549 13.9985 -26
-STDOUT_2255=0 -7.46548 0 0 -7.07073 0 0 -105.425 -78.4182 -124.484 -24.9303 -40.369 12.9986 -26
-STDOUT_2256=0 -7.95951 0 0 -8.97323 0 0 -103.617 -78.6525 -122.496 -25.063 -38.8755 14.9984 -26
-STDOUT_2257=0 -6.80167 0 0 -7.35846 0 0 -105.129 -81.9799 -122.313 -25.6146 -39.7106 13.9985 -27
-STDOUT_2258=0 -7.71679 0 0 -5.97212 0 0 -106.937 -76.4157 -124.361 -24.9303 -40.5306 12.9986 -27
-STDOUT_2259=0 -8.21082 0 0 -7.87462 0 0 -105.129 -76.65 -122.374 -25.063 -39.0371 14.9984 -27
-STDOUT_2260=0 -8.24138 0 0 -9.06964 0 0 -103.617 -78.0344 -122.496 -24.6811 -38.8755 13.9985 -26
-STDOUT_2261=0 -7.21944 0 0 -7.21799 0 0 -105.425 -79.4548 -124.484 -24.6214 -40.369 13.9985 -26
-STDOUT_2262=0 -6.69695 0 0 -7.61906 0 0 -104.933 -74.11 -125.025 -25.4367 -49.6961 13.9985 -28
-STDOUT_2263=0 -8.29272 0 0 -8.9524 0 0 -103.617 -77.9578 -122.496 -25.1162 -38.8755 13.9985 -26
-STDOUT_2264=0 -7.88271 0 0 -8.86796 0 0 -103.617 -79.7339 -122.496 -25.0333 -38.8755 13.9985 -26
-STDOUT_2265=0 -8.4927 0 0 -7.97103 0 0 -105.129 -76.0319 -122.374 -24.6811 -39.0371 13.9985 -27
-STDOUT_2266=0 -6.74392 0 0 -6.87337 0 0 -109.996 -69.1965 -120.695 -22.463 -44.3217 13.9985 -28
-STDOUT_2267=0 -7.47075 0 0 -6.11937 0 0 -106.937 -77.4524 -124.361 -24.6214 -40.5306 13.9985 -27
-STDOUT_2268=0 -6.94826 0 0 -6.52045 0 0 -106.444 -72.1075 -124.903 -25.4367 -49.8577 13.9985 -29
-STDOUT_2269=0 -8.54404 0 0 -7.85378 0 0 -105.129 -75.9553 -122.374 -25.1162 -39.0371 13.9985 -27
-STDOUT_2270=0 -8.13403 0 0 -7.76934 0 0 -105.129 -77.7314 -122.374 -25.0333 -39.0371 13.9985 -27
-STDOUT_2271=0 -7.03016 0 0 -7.59823 0 0 -104.933 -73.4153 -125.025 -25.4899 -49.6961 12.9986 -28
-STDOUT_2272=0 -8.04668 0 0 -9.09965 0 0 -103.617 -78.9945 -122.496 -24.8073 -38.8755 14.9984 -26
-STDOUT_2273=0 -6.99523 0 0 -5.77476 0 0 -111.508 -67.194 -120.573 -22.463 -44.4833 13.9985 -29
-STDOUT_2274=0 -7.07713 0 0 -6.85254 0 0 -109.996 -68.5018 -120.695 -22.5162 -44.3217 12.9986 -28
-STDOUT_2275=0 -8.68273 0 0 -8.27724 0 0 -103.617 -79.6552 -122.496 -24.9744 -38.8755 13.9985 -26
-STDOUT_2276=0 -7.28148 0 0 -6.49961 0 0 -106.444 -71.4128 -124.903 -25.4899 -49.8577 12.9986 -29
-STDOUT_2277=0 -8.29799 0 0 -8.00104 0 0 -105.129 -76.992 -122.374 -24.8073 -39.0371 14.9984 -27
-STDOUT_2278=0 -7.11024 0 0 -7.50287 0 0 -105.425 -78.7962 -124.484 -25.486 -40.369 13.9985 -26
-STDOUT_2279=0 -6.78412 0 0 -7.74548 0 0 -104.933 -74.452 -125.025 -25.181 -49.6961 13.9985 -28
-STDOUT_2280=0 -7.63983 0 0 -8.68017 0 0 -103.683 -78.6246 -125.426 -25.6234 -39.6915 12.9986 -25
-STDOUT_2281=0 -7.32845 0 0 -5.75393 0 0 -111.508 -66.4993 -120.573 -22.5162 -44.4833 12.9986 -29
-STDOUT_2282=0 -8.93404 0 0 -7.17863 0 0 -105.129 -77.6527 -122.374 -24.9744 -39.0371 13.9985 -27
-STDOUT_2283=0 -6.83109 0 0 -6.99979 0 0 -109.996 -69.5385 -120.695 -22.2072 -44.3217 13.9985 -28
-STDOUT_2284=0 -9.01595 0 0 -8.25641 0 0 -103.617 -78.9605 -122.496 -25.0276 -38.8755 12.9986 -26
-STDOUT_2285=0 -7.36156 0 0 -6.40425 0 0 -106.937 -76.7937 -124.361 -25.486 -40.5306 13.9985 -27
-STDOUT_2286=0 -7.87339 0 0 -8.84826 0 0 -103.617 -80.2997 -122.496 -25.54 -38.8755 14.9984 -26
-STDOUT_2287=0 -7.03544 0 0 -6.64687 0 0 -106.444 -72.4495 -124.903 -25.181 -49.8577 13.9985 -29
-STDOUT_2288=0 -7.89115 0 0 -7.58156 0 0 -105.195 -76.6222 -125.304 -25.6234 -39.8531 12.9986 -26
-STDOUT_2289=0 -7.93748 0 0 -9.38453 0 0 -103.617 -78.3358 -122.496 -25.6719 -38.8755 14.9984 -26
-STDOUT_2290=0 -7.08241 0 0 -5.90118 0 0 -111.508 -67.536 -120.573 -22.2072 -44.4833 13.9985 -29
-STDOUT_2291=0 -6.03953 0 0 -6.84764 0 0 -105.425 -84.4691 -124.423 -25.6146 -41.0425 13.9985 -26
-STDOUT_2292=0 -9.26726 0 0 -7.1578 0 0 -105.129 -76.958 -122.374 -25.0276 -39.0371 12.9986 -27
-STDOUT_2293=0 -8.1247 0 0 -7.74965 0 0 -105.129 -78.2973 -122.374 -25.54 -39.0371 14.9984 -27
-STDOUT_2294=0 -8.28094 0 0 -9.09047 0 0 -103.617 -78.8776 -122.496 -25.0721 -38.8755 14.9984 -26
-STDOUT_2295=0 -7.44868 0 0 -7.36379 0 0 -105.425 -79.1391 -124.484 -25.063 -40.369 14.9984 -26
-STDOUT_2296=0 -7.00849 0 0 -7.074 0 0 -109.996 -69.1538 -120.695 -22.151 -44.3217 13.9985 -28
-STDOUT_2297=0 -8.7699 0 0 -8.40366 0 0 -103.617 -79.9972 -122.496 -24.7186 -38.8755 13.9985 -26
-STDOUT_2298=0 -8.1888 0 0 -8.28592 0 0 -105.129 -76.3333 -122.374 -25.6719 -39.0371 14.9984 -27
-STDOUT_2299=0 -6.29085 0 0 -5.74902 0 0 -106.937 -82.4666 -124.3 -25.6146 -41.2041 13.9985 -27
-STDOUT_2300=0 -8.53226 0 0 -7.99186 0 0 -105.129 -76.8751 -122.374 -25.0721 -39.0371 14.9984 -27
-STDOUT_2301=0 -7.82287 0 0 -9.13314 0 0 -103.617 -79.93 -122.496 -25.6492 -38.8755 14.9984 -26
-STDOUT_2302=0 -7.80813 0 0 -9.25956 0 0 -103.617 -79.494 -122.496 -25.7183 -38.8755 14.9984 -26
-STDOUT_2303=0 -6.67492 0 0 -8.03036 0 0 -104.933 -73.7933 -125.025 -26.0456 -49.6961 13.9985 -28
-STDOUT_2304=0 -7.69999 0 0 -6.26518 0 0 -106.937 -77.1366 -124.361 -25.063 -40.5306 14.9984 -27
-STDOUT_2305=0 -7.2598 0 0 -5.97539 0 0 -111.508 -67.1513 -120.573 -22.151 -44.4833 13.9985 -29
-STDOUT_2306=0 -7.73056 0 0 -7.4602 0 0 -105.425 -78.521 -124.484 -24.6811 -40.369 13.9985 -26
-STDOUT_2307=0 -9.02122 0 0 -7.30505 0 0 -105.129 -77.9947 -122.374 -24.7186 -39.0371 13.9985 -27
-STDOUT_2308=0 -6.86677 0 0 -8.7293 0 0 -103.617 -84.0087 -122.436 -25.8005 -39.549 14.9984 -26
-STDOUT_2309=0 -8.45225 0 0 -9.29921 0 0 -96.3256 -92.9333 -131.447 -30.2962 -36.1802 13.9985 -24
-STDOUT_2310=0 -7.7819 0 0 -7.34296 0 0 -105.425 -78.4444 -124.484 -25.1162 -40.369 13.9985 -26
-STDOUT_2311=0 -6.72189 0 0 -7.28467 0 0 -109.996 -68.8798 -120.695 -23.0719 -44.3217 13.9985 -28
-STDOUT_2312=0 -8.07419 0 0 -8.03453 0 0 -105.129 -77.9276 -122.374 -25.6492 -39.0371 14.9984 -27
-STDOUT_2313=0 -7.34171 0 0 -7.05317 0 0 -109.996 -68.4591 -120.695 -22.2042 -44.3217 12.9986 -28
-STDOUT_2314=0 -8.05944 0 0 -8.16095 0 0 -105.129 -77.4915 -122.374 -25.7183 -39.0371 14.9984 -27
-STDOUT_2315=0 -7.37189 0 0 -7.25852 0 0 -105.425 -80.2206 -124.484 -25.0333 -40.369 13.9985 -26
-STDOUT_2316=0 -6.92624 0 0 -6.93175 0 0 -106.444 -71.7908 -124.903 -26.0456 -49.8577 13.9985 -29
-STDOUT_2317=0 -8.29353 0 0 -9.21689 0 0 -103.617 -79.1473 -122.496 -24.8765 -38.8755 14.9984 -26
-STDOUT_2318=0 -7.98187 0 0 -6.36159 0 0 -106.937 -76.5186 -124.361 -24.6811 -40.5306 13.9985 -27
-STDOUT_2319=0 -7.11809 0 0 -7.63068 0 0 -105.129 -82.0062 -122.313 -25.8005 -39.7106 14.9984 -27
-STDOUT_2320=0 -8.70356 0 0 -8.2006 0 0 -97.8374 -90.9308 -131.325 -30.2962 -36.3418 13.9985 -25
-STDOUT_2321=0 -8.03321 0 0 -6.24434 0 0 -106.937 -76.4419 -124.361 -25.1162 -40.5306 13.9985 -27
-STDOUT_2322=0 -6.97321 0 0 -6.18606 0 0 -111.508 -66.8773 -120.573 -23.0719 -44.4833 13.9985 -29
-STDOUT_2323=0 -7.59302 0 0 -5.95455 0 0 -111.508 -66.4566 -120.573 -22.2042 -44.4833 12.9986 -29
-STDOUT_2324=0 -8.5578 0 0 -9.34186 0 0 -103.617 -78.0607 -122.496 -24.867 -38.8755 14.9984 -26
-STDOUT_2325=0 -5.60421 0 0 -7.37513 0 0 -104.933 -79.4662 -124.965 -26.1742 -50.3696 13.9985 -28
-STDOUT_2326=0 -7.6232 0 0 -6.1599 0 0 -106.937 -78.2181 -124.361 -25.0333 -40.5306 13.9985 -27
-STDOUT_2327=0 -8.54484 0 0 -8.11828 0 0 -105.129 -77.1448 -122.374 -24.8765 -39.0371 14.9984 -27
-STDOUT_2328=0 -8.09112 0 0 -8.88879 0 0 -103.617 -80.3688 -122.496 -25.6782 -38.8755 14.9984 -26
-STDOUT_2329=0 -6.72471 0 0 -8.45708 0 0 -103.617 -85.7579 -122.496 -26.3078 -38.8755 13.9985 -26
-STDOUT_2330=0 -7.53585 0 0 -7.49021 0 0 -105.425 -79.4811 -124.484 -24.8073 -40.369 14.9984 -26
-STDOUT_2331=0 -7.01336 0 0 -7.89129 0 0 -104.933 -74.1362 -125.025 -25.6226 -49.6961 14.9984 -28
-STDOUT_2332=0 -7.09566 0 0 -7.20042 0 0 -109.996 -69.4958 -120.695 -21.8952 -44.3217 13.9985 -28
-STDOUT_2333=0 -7.50585 0 0 -8.64072 0 0 -107.425 -77.1874 -118.634 -23.9711 -35.3524 13.9985 -26
-STDOUT_2334=0 -8.66071 0 0 -8.68854 0 0 -103.617 -79.3385 -122.496 -25.5833 -38.8755 13.9985 -26
-STDOUT_2335=0 -6.864 0 0 -7.50355 0 0 -104.933 -74.9766 -125.025 -26.6238 -49.6961 13.9985 -28
-STDOUT_2336=0 -8.19913 0 0 -9.14018 0 0 -103.617 -79.7602 -122.496 -25.2192 -38.8755 14.9984 -26
-STDOUT_2337=0 -5.65118 0 0 -6.62944 0 0 -109.996 -74.5527 -120.634 -23.2005 -44.9952 13.9985 -28
-STDOUT_2338=0 -6.69348 0 0 -8.47791 0 0 -103.617 -85.3139 -122.436 -26.5333 -39.549 14.9984 -26
-STDOUT_2339=0 -8.80911 0 0 -8.24325 0 0 -105.129 -76.0582 -122.374 -24.867 -39.0371 14.9984 -27
-STDOUT_2340=0 -5.85553 0 0 -6.27652 0 0 -106.444 -77.4637 -124.842 -26.1742 -50.5312 13.9985 -29
-STDOUT_2341=0 -8.00315 0 0 -9.26796 0 0 -102.51 -80.268 -126.733 -26.2215 -38.355 13.9985 -25
-STDOUT_2342=0 -7.38961 0 0 -9.13216 0 0 -102.51 -81.6222 -126.733 -27.3955 -38.355 13.9985 -25
-STDOUT_2343=0 -8.34244 0 0 -7.79018 0 0 -105.129 -78.3663 -122.374 -25.6782 -39.0371 14.9984 -27
-STDOUT_2344=0 -5.77815 0 0 -7.27662 0 0 -173.395 -30.9683 -74.5136 -32.8839 -90.4891 18.998 -52
-STDOUT_2345=0 -5.61034 0 0 -7.02536 0 0 -173.395 -30.8143 -74.5136 -33.3761 -90.4891 18.998 -52
-STDOUT_2346=0 -6.13543 0 0 -7.41102 0 0 -173.395 -30.8947 -74.5136 -33.0287 -90.4891 19.9979 -52
-STDOUT_2347=0 -5.57959 0 0 -7.06124 0 0 -173.395 -30.0915 -74.5136 -33.0722 -90.4891 17.9981 -52
-STDOUT_2348=0 -6.6329 0 0 -7.22057 0 0 -184.774 -32.0589 -71.6363 -31.7901 -94.8253 18.998 -54
-STDOUT_2349=0 -5.93688 0 0 -7.19565 0 0 -173.395 -30.0179 -74.5136 -33.217 -90.4891 18.998 -52
-STDOUT_2350=0 -6.46509 0 0 -6.96931 0 0 -184.774 -31.905 -71.6363 -32.2822 -94.8253 18.998 -54
-STDOUT_2351=0 -5.72402 0 0 -6.11917 0 0 -173.395 -31.3869 -74.5136 -34.2596 -90.4891 18.998 -52
-STDOUT_2352=0 -5.78613 0 0 -7.21003 0 0 -173.395 -32.0206 -74.5136 -33.287 -90.4891 18.998 -52
-STDOUT_2353=0 -5.55621 0 0 -5.8679 0 0 -173.395 -31.2329 -74.5136 -34.7517 -90.4891 18.998 -52
-STDOUT_2354=0 -5.61832 0 0 -6.95877 0 0 -173.395 -31.8667 -74.5136 -33.7792 -90.4891 18.998 -52
-STDOUT_2355=0 -5.63684 0 0 -7.08388 0 0 -173.395 -30.8316 -74.5136 -33.1905 -90.4891 17.9981 -52
-STDOUT_2356=0 -5.78762 0 0 -7.68278 0 0 -181.332 -32.9728 -71.449 -33.8471 -90.6039 19.9979 -53
-STDOUT_2357=0 -5.71794 0 0 -6.80998 0 0 -173.395 -30.282 -74.5136 -33.3385 -90.4891 17.9981 -52
-STDOUT_2358=0 -6.00633 0 0 -7.44336 0 0 -173.395 -32.7816 -74.5136 -33.3691 -90.4891 19.9979 -52
-STDOUT_2359=0 -5.46903 0 0 -6.83262 0 0 -173.395 -30.6777 -74.5136 -33.6826 -90.4891 17.9981 -52
-STDOUT_2360=0 -5.61981 0 0 -7.43151 0 0 -181.332 -32.8189 -71.449 -34.3392 -90.6039 19.9979 -53
-STDOUT_2361=0 -5.83852 0 0 -7.1921 0 0 -173.395 -32.6277 -74.5136 -33.8612 -90.4891 19.9979 -52
-STDOUT_2362=0 -5.81126 0 0 -7.08798 0 0 -173.395 -30.5614 -74.5136 -33.5994 -90.4891 18.998 -52
-STDOUT_2363=0 -6.99018 0 0 -7.35497 0 0 -184.774 -31.9853 -71.6363 -31.9348 -94.8253 19.9979 -54
-STDOUT_2364=0 -6.46144 0 0 -7.56092 0 0 -173.395 -31.2319 -74.5136 -32.8446 -90.4891 19.9979 -52
-STDOUT_2365=0 -6.43435 0 0 -7.00519 0 0 -184.774 -31.1821 -71.6363 -31.9784 -94.8253 17.9981 -54
-STDOUT_2366=0 -5.64346 0 0 -6.83672 0 0 -173.395 -30.4075 -74.5136 -34.0915 -90.4891 18.998 -52
-STDOUT_2367=0 -6.0813 0 0 -6.25357 0 0 -173.395 -31.3133 -74.5136 -34.4043 -90.4891 19.9979 -52
-STDOUT_2368=0 -6.14341 0 0 -7.34443 0 0 -173.395 -31.947 -74.5136 -33.4318 -90.4891 19.9979 -52
-STDOUT_2369=0 -5.81311 0 0 -7.80836 0 0 -181.332 -32.843 -71.449 -33.8688 -90.6039 19.9979 -53
-STDOUT_2370=0 -6.29363 0 0 -7.30966 0 0 -173.395 -31.078 -74.5136 -33.3367 -90.4891 19.9979 -52
-STDOUT_2371=0 -5.52546 0 0 -5.90379 0 0 -173.395 -30.5101 -74.5136 -34.4479 -90.4891 17.9981 -52
-STDOUT_2372=0 -5.58757 0 0 -6.99465 0 0 -173.395 -31.1438 -74.5136 -33.4753 -90.4891 17.9981 -52
-STDOUT_2373=0 -5.92127 0 0 -7.28561 0 0 -173.395 -32.2998 -74.5136 -33.8026 -90.4891 19.9979 -52
-STDOUT_2374=0 -5.99412 0 0 -7.21829 0 0 -173.395 -30.758 -74.5136 -33.3352 -90.4891 18.998 -52
-STDOUT_2375=0 -6.1449 0 0 -7.81718 0 0 -181.332 -32.8993 -71.449 -33.9918 -90.6039 20.9978 -53
-STDOUT_2376=0 -5.6453 0 0 -7.55709 0 0 -181.332 -32.6891 -71.449 -34.361 -90.6039 19.9979 -53
-STDOUT_2377=0 -6.34141 0 0 -7.52793 0 0 -173.395 -31.1473 -74.5136 -33.1391 -90.4891 19.9979 -52
-STDOUT_2378=0 -5.43016 0 0 -6.61725 0 0 -173.395 -30.2852 -74.5136 -33.5305 -90.4891 16.9982 -52
-STDOUT_2379=0 -5.86683 0 0 -7.3767 0 0 -179.765 -33.3691 -75.4226 -37.0081 -100.791 19.9979 -55
-STDOUT_2380=0 -6.36361 0 0 -7.57776 0 0 -173.395 -32.7081 -74.5136 -33.5138 -90.4891 20.9978 -52
-STDOUT_2381=0 -5.75346 0 0 -7.03435 0 0 -173.395 -32.1459 -74.5136 -34.2947 -90.4891 19.9979 -52
-STDOUT_2382=0 -5.9214 0 0 -7.27121 0 0 -173.395 -31.4711 -74.5136 -33.3771 -90.4891 18.998 -52
-STDOUT_2383=0 -5.58907 0 0 -7.4674 0 0 -181.332 -32.096 -71.449 -34.0353 -90.6039 18.998 -53
-STDOUT_2384=0 -6.1736 0 0 -7.27667 0 0 -173.395 -30.9934 -74.5136 -33.6312 -90.4891 19.9979 -52
-STDOUT_2385=0 -5.80777 0 0 -7.22799 0 0 -173.395 -31.9049 -74.5136 -33.5574 -90.4891 18.998 -52
-STDOUT_2386=0 -5.69902 0 0 -7.12544 0 0 -179.765 -33.2152 -75.4226 -37.5002 -100.791 19.9979 -55
-STDOUT_2387=0 -6.45071 0 0 -7.73882 0 0 -173.395 -32.8103 -74.5136 -32.7446 -90.4891 19.9979 -52
-STDOUT_2388=0 -6.16855 0 0 -7.22238 0 0 -173.395 -30.4878 -74.5136 -33.7441 -90.4891 19.9979 -52
-STDOUT_2389=0 -5.75359 0 0 -7.01995 0 0 -173.395 -31.3172 -74.5136 -33.8692 -90.4891 18.998 -52
-STDOUT_2390=0 -6.06396 0 0 -7.28072 0 0 -173.395 -31.1712 -74.5136 -33.8028 -90.4891 19.9979 -52
-STDOUT_2391=0 -6.81872 0 0 -7.69532 0 0 -173.395 -31.1584 -74.5136 -32.9893 -90.4891 20.9978 -52
-STDOUT_2392=0 -6.13617 0 0 -7.93713 0 0 -177.417 -31.7532 -73.4998 -32.3268 -87.4166 19.9979 -52
-STDOUT_2393=0 -6.2829 0 0 -7.48756 0 0 -173.395 -32.6564 -74.5136 -33.2367 -90.4891 19.9979 -52
-STDOUT_2394=0 -6.79163 0 0 -7.1396 0 0 -184.774 -31.1086 -71.6363 -32.1231 -94.8253 18.998 -54
-STDOUT_2395=0 -5.89615 0 0 -7.02946 0 0 -173.395 -31.0173 -74.5136 -34.2949 -90.4891 19.9979 -52
-STDOUT_2396=0 -6.26288 0 0 -7.34554 0 0 -173.395 -30.3552 -74.5136 -33.0329 -90.4891 18.998 -52
-STDOUT_2397=0 -6.17039 0 0 -7.94276 0 0 -181.332 -32.7694 -71.449 -34.0136 -90.6039 20.9978 -53
-STDOUT_2398=0 -6.57877 0 0 -6.06312 0 0 -184.774 -32.4775 -71.6363 -33.1657 -94.8253 18.998 -54
-STDOUT_2399=0 -6.64088 0 0 -7.15398 0 0 -184.774 -33.1112 -71.6363 -32.1932 -94.8253 18.998 -54
-STDOUT_2400=0 -5.96836 0 0 -7.68587 0 0 -177.417 -31.5993 -73.4998 -32.8189 -87.4166 19.9979 -52
-STDOUT_2401=0 -5.88275 0 0 -6.03819 0 0 -173.395 -30.4365 -74.5136 -34.5926 -90.4891 18.998 -52
-STDOUT_2402=0 -5.94485 0 0 -7.12905 0 0 -173.395 -31.0702 -74.5136 -33.6201 -90.4891 18.998 -52
-STDOUT_2403=0 -6.27855 0 0 -7.42001 0 0 -173.395 -32.2262 -74.5136 -33.9474 -90.4891 20.9978 -52
-STDOUT_2404=0 -5.61455 0 0 -7.59298 0 0 -181.332 -31.9662 -71.449 -34.0571 -90.6039 18.998 -53
-STDOUT_2405=0 -5.61724 0 0 -6.87261 0 0 -173.395 -29.8083 -74.5136 -33.8502 -90.4891 17.9981 -52
-STDOUT_2406=0 -6.41096 0 0 -5.81186 0 0 -184.774 -32.3236 -71.6363 -33.6578 -94.8253 18.998 -54
-STDOUT_2407=0 -5.54155 0 0 -7.13913 0 0 -173.395 -31.6409 -74.5136 -34.1647 -90.4891 18.998 -52
-STDOUT_2408=0 -6.69869 0 0 -7.66233 0 0 -173.395 -31.0738 -74.5136 -33.2838 -90.4891 20.9978 -52
-STDOUT_2409=0 -6.47307 0 0 -6.90272 0 0 -184.774 -32.9573 -71.6363 -32.6853 -94.8253 18.998 -54
-STDOUT_2410=0 -5.73199 0 0 -6.05257 0 0 -173.395 -32.4392 -74.5136 -34.6627 -90.4891 18.998 -52
-STDOUT_2411=0 -6.22411 0 0 -7.5111 0 0 -179.765 -33.2955 -75.4226 -37.1528 -100.791 20.9978 -55
-STDOUT_2412=0 -6.49159 0 0 -7.02783 0 0 -184.774 -31.9222 -71.6363 -32.0967 -94.8253 17.9981 -54
-STDOUT_2413=0 -5.72271 0 0 -7.07023 0 0 -173.395 -31.423 -74.5136 -33.9909 -90.4891 18.998 -52
-STDOUT_2414=0 -6.57269 0 0 -6.75393 0 0 -184.774 -31.3727 -71.6363 -32.2447 -94.8253 17.9981 -54
-STDOUT_2415=0 -6.86108 0 0 -7.38731 0 0 -184.774 -33.8723 -71.6363 -32.2753 -94.8253 19.9979 -54
-STDOUT_2416=0 -6.27868 0 0 -7.40561 0 0 -173.395 -31.3976 -74.5136 -33.5218 -90.4891 19.9979 -52
-STDOUT_2417=0 -5.94635 0 0 -7.6018 0 0 -181.332 -32.0225 -71.449 -34.1801 -90.6039 19.9979 -53
-STDOUT_2418=0 -6.14285 0 0 -7.31256 0 0 -173.395 -30.2706 -74.5136 -33.3273 -90.4891 18.998 -52
-STDOUT_2419=0 -5.66827 0 0 -7.16133 0 0 -179.765 -32.4923 -75.4226 -37.1963 -100.791 18.998 -55
-STDOUT_2420=0 -5.37374 0 0 -6.88787 0 0 -173.395 -31.4869 -74.5136 -34.6569 -90.4891 18.998 -52
-STDOUT_2421=0 -5.56419 0 0 -5.80131 0 0 -173.395 -32.2853 -74.5136 -35.1548 -90.4891 18.998 -52
-STDOUT_2422=0 -6.16505 0 0 -7.36239 0 0 -173.395 -31.8313 -74.5136 -33.7021 -90.4891 19.9979 -52
-STDOUT_2423=0 -5.85601 0 0 -7.60718 0 0 -173.395 -31.4941 -74.5136 -33.9809 -90.4891 19.9979 -52
-STDOUT_2424=0 -6.32378 0 0 -6.77657 0 0 -184.774 -31.7683 -71.6363 -32.5888 -94.8253 17.9981 -54
-STDOUT_2425=0 -6.80799 0 0 -7.87323 0 0 -173.395 -32.7367 -74.5136 -32.8894 -90.4891 20.9978 -52
-STDOUT_2426=0 -5.5827 0 0 -5.92643 0 0 -173.395 -31.2502 -74.5136 -34.5661 -90.4891 17.9981 -52
-STDOUT_2427=0 -5.64481 0 0 -7.01729 0 0 -173.395 -31.8839 -74.5136 -33.5936 -90.4891 17.9981 -52
-STDOUT_2428=0 -5.73349 0 0 -6.52532 0 0 -181.332 -33.3914 -71.449 -35.2227 -90.6039 19.9979 -53
-STDOUT_2429=0 -5.7956 0 0 -7.61618 0 0 -181.332 -34.0251 -71.449 -34.2502 -90.6039 19.9979 -53
-STDOUT_2430=0 -5.66381 0 0 -5.65253 0 0 -173.395 -30.7006 -74.5136 -34.7141 -90.4891 17.9981 -52
-STDOUT_2431=0 -5.72285 0 0 -7.05584 0 0 -173.395 -30.5943 -74.5136 -33.5653 -90.4891 17.9981 -52
-STDOUT_2432=0 -5.72592 0 0 -6.74339 0 0 -173.395 -31.3344 -74.5136 -33.7416 -90.4891 17.9981 -52
-STDOUT_2433=0 -6.69327 0 0 -7.13605 0 0 -184.774 -33.7184 -71.6363 -32.7674 -94.8253 19.9979 -54
-STDOUT_2434=0 -5.95219 0 0 -6.28591 0 0 -173.395 -33.2002 -74.5136 -34.7447 -90.4891 19.9979 -52
-STDOUT_2435=0 -6.42124 0 0 -7.41512 0 0 -173.395 -31.0976 -74.5136 -33.9476 -90.4891 20.9978 -52
-STDOUT_2436=0 -6.66602 0 0 -7.03193 0 0 -184.774 -31.6521 -71.6363 -32.5055 -94.8253 18.998 -54
-STDOUT_2437=0 -6.25216 0 0 -7.52345 0 0 -173.395 -31.9335 -74.5136 -32.9329 -90.4891 18.998 -52
-STDOUT_2438=0 -6.49345 0 0 -8.07153 0 0 -177.417 -31.6797 -73.4998 -32.4715 -87.4166 20.9978 -52
-STDOUT_2439=0 -5.6882 0 0 -7.35592 0 0 -173.395 -31.3401 -74.5136 -34.473 -90.4891 19.9979 -52
-STDOUT_2440=0 -5.4149 0 0 -5.67517 0 0 -173.395 -31.0963 -74.5136 -35.0582 -90.4891 17.9981 -52
-STDOUT_2441=0 -5.477 0 0 -6.76603 0 0 -173.395 -31.73 -74.5136 -34.0857 -90.4891 17.9981 -52
-STDOUT_2442=0 -5.56568 0 0 -6.27406 0 0 -181.332 -33.2375 -71.449 -35.7148 -90.6039 19.9979 -53
-STDOUT_2443=0 -5.62779 0 0 -7.36492 0 0 -181.332 -33.8712 -71.449 -34.7423 -90.6039 19.9979 -53
-STDOUT_2444=FEATURES_TXT_END_0
-STDOUT_2445=FEATURES_TXT_BEGIN_0 2 200 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_2446=0 -6.59122 0 0 -5.69566 0 0 -45.1239 -49.1468 -71.3998 -25.6017 -35.211 9.99896 -18
-STDOUT_2447=0 -7.26258 0 0 -5.42344 0 0 -45.1239 -49.6088 -69.1035 -26.502 -35.4029 8.99907 -18
-STDOUT_2448=0 -6.54753 0 0 -5.27866 0 0 -50.3909 -38.4216 -64.7011 -23.8055 -41.6972 9.99896 -21
-STDOUT_2449=0 -7.21889 0 0 -5.00643 0 0 -50.3909 -38.8836 -62.4048 -24.7058 -41.8892 8.99907 -21
-STDOUT_2450=0 -6.82969 0 0 -5.79443 0 0 -45.1239 -50.9986 -71.3998 -27.6668 -35.211 10.9989 -18
-STDOUT_2451=0 -7.50104 0 0 -5.5222 0 0 -45.1239 -51.4606 -69.1035 -28.5671 -35.4029 9.99896 -18
-STDOUT_2452=0 -5.93059 0 0 -5.78346 0 0 -48.144 -50.2645 -71.3079 -24.5984 -32.526 8.99907 -17
-STDOUT_2453=0 -7.21912 0 0 -6.49138 0 0 -45.1239 -50.0238 -71.3998 -27.4577 -35.211 10.9989 -18
-STDOUT_2454=0 -5.21772 0 0 -4.3578 0 0 -51.0826 -51.4625 -74.8365 -24.0643 -25.8812 9.99896 -15
-STDOUT_2455=0 -6.45481 0 0 -5.70541 0 0 -50.3909 -40.5961 -64.7011 -25.0605 -41.6972 10.9989 -21
-STDOUT_2456=0 -7.52003 0 0 -6.30397 0 0 -45.1239 -50.6325 -71.3998 -26.9548 -35.211 10.9989 -18
-STDOUT_2457=0 -6.82972 0 0 -6.01094 0 0 -48.144 -49.7413 -71.3079 -23.1549 -32.526 8.99907 -17
-STDOUT_2458=0 -6.10437 0 0 -4.64968 0 0 -46.3305 -58.6908 -73.5792 -28.9547 -27.9088 9.99896 -14
-STDOUT_2459=0 -6.786 0 0 -5.37742 0 0 -50.3909 -40.2734 -64.7011 -25.8707 -41.6972 10.9989 -21
-STDOUT_2460=0 -6.81011 0 0 -5.75763 0 0 -45.1239 -53.7257 -71.3998 -28.6445 -35.211 10.9989 -18
-STDOUT_2461=0 -7.89047 0 0 -6.21916 0 0 -45.1239 -50.4858 -69.1035 -28.358 -35.4029 9.99896 -18
-STDOUT_2462=0 -5.88907 0 0 -4.08558 0 0 -51.0826 -51.9245 -72.5402 -24.9646 -26.0732 8.99907 -15
-STDOUT_2463=0 -6.9532 0 0 -6.02604 0 0 -49.7553 -38.191 -66.6913 -23.9941 -45.6869 9.99896 -21
-STDOUT_2464=0 -7.12616 0 0 -5.43319 0 0 -50.3909 -41.058 -62.4048 -25.9607 -41.8892 9.99896 -21
-STDOUT_2465=0 -8.19138 0 0 -6.03175 0 0 -45.1239 -51.0945 -69.1035 -27.8551 -35.4029 9.99896 -18
-STDOUT_2466=0 -6.82386 0 0 -6.76461 0 0 -45.1239 -52.6016 -71.2254 -27.0453 -35.6407 9.99896 -18
-STDOUT_2467=0 -6.77572 0 0 -4.37746 0 0 -46.3305 -59.1528 -71.2829 -29.855 -28.1008 8.99907 -14
-STDOUT_2468=0 -7.45736 0 0 -5.1052 0 0 -50.3909 -40.7354 -62.4047 -26.7709 -41.8892 9.99896 -21
-STDOUT_2469=0 -5.88691 0 0 -5.36645 0 0 -53.411 -39.5393 -64.6092 -22.8023 -39.0123 8.99907 -20
-STDOUT_2470=0 -7.48147 0 0 -5.48541 0 0 -45.1239 -54.1877 -69.1035 -29.5448 -35.4029 9.99896 -18
-STDOUT_2471=0 -7.62456 0 0 -5.75381 0 0 -49.7553 -38.653 -64.395 -24.8944 -45.8788 8.99907 -21
-STDOUT_2472=0 -4.91066 0 0 -3.01582 0 0 -52.361 -55.5277 -68.5882 -27.2657 -27.637 9.99896 -15
-STDOUT_2473=0 -7.17543 0 0 -6.07437 0 0 -50.3909 -39.2986 -64.7011 -25.6616 -41.6972 10.9989 -21
-STDOUT_2474=0 -7.69261 0 0 -6.59014 0 0 -45.1239 -50.9148 -71.3998 -28.1033 -35.211 11.9988 -18
-STDOUT_2475=0 -5.17403 0 0 -3.94079 0 0 -56.3496 -40.7373 -68.1378 -22.2681 -32.3675 9.99896 -18
-STDOUT_2476=0 -6.93606 0 0 -5.57927 0 0 -49.9812 -41.5278 -63.954 -26.847 -43.5939 10.9989 -22
-STDOUT_2477=0 -6.31633 0 0 -5.45641 0 0 -48.5557 -55.0877 -75.8925 -24.0643 -26.3408 9.99896 -15
-STDOUT_2478=0 -6.16906 0 0 -5.88223 0 0 -48.144 -52.1163 -71.3079 -26.6636 -32.5261 9.99896 -17
-STDOUT_2479=0 -5.79589 0 0 -5.262 0 0 -51.9327 -46.8843 -69.1943 -23.7601 -32.8899 8.99907 -18
-STDOUT_2480=0 -6.78603 0 0 -5.59394 0 0 -53.411 -39.0161 -64.6092 -21.3587 -39.0123 8.99907 -20
-STDOUT_2481=0 -6.06068 0 0 -4.23268 0 0 -51.5975 -47.9657 -66.8805 -27.1585 -34.395 9.99896 -17
-STDOUT_2482=0 -7.56438 0 0 -6.48759 0 0 -45.1239 -52.8721 -71.2254 -27.7006 -35.6407 9.99896 -18
-STDOUT_2483=0 -6.63576 0 0 -5.7402 0 0 -46.6731 -48.4953 -74.234 -26.1613 -42.1585 9.99896 -20
-STDOUT_2484=0 -5.11128 0 0 -2.97122 0 0 -48.6045 -60.9573 -78.6335 -27.6278 -28.7172 9.99896 -15
-STDOUT_2485=0 -5.58202 0 0 -2.74359 0 0 -52.361 -55.9897 -66.2919 -28.1659 -27.829 8.99907 -15
-STDOUT_2486=0 -7.84679 0 0 -5.80215 0 0 -50.3909 -39.7606 -62.4048 -26.5618 -41.8892 9.99896 -21
-STDOUT_2487=0 -8.36396 0 0 -6.31792 0 0 -45.1239 -51.3768 -69.1035 -29.0036 -35.4029 10.9989 -18
-STDOUT_2488=0 -7.02489 0 0 -7.18454 0 0 -45.1239 -51.937 -71.2254 -28.4806 -35.6407 9.99896 -18
-STDOUT_2489=0 -6.68398 0 0 -5.83748 0 0 -47.8647 -51.4985 -71.8411 -27.0344 -32.6772 9.99896 -16
-STDOUT_2490=0 -5.84539 0 0 -3.66857 0 0 -56.3496 -41.1993 -65.8415 -23.1684 -32.5594 8.99907 -18
-STDOUT_2491=0 -7.60742 0 0 -5.30704 0 0 -49.9812 -41.9898 -61.6577 -27.7472 -43.7858 9.99896 -22
-STDOUT_2492=0 -6.98769 0 0 -5.18419 0 0 -48.5557 -55.5497 -73.5961 -24.9646 -26.5327 8.99907 -15
-STDOUT_2493=0 -4.68619 0 0 -3.32597 0 0 -52.361 -56.0778 -68.5882 -28.2475 -27.637 10.9989 -15
-STDOUT_2494=0 -7.69007 0 0 -4.0355 0 0 -43.3856 -63.287 -82.8555 -28.4771 -28.5224 9.99896 -14
-STDOUT_2495=0 -6.95211 0 0 -6.03153 0 0 -47.9782 -51.7847 -68.5613 -28.0806 -31.4951 9.99896 -16
-STDOUT_2496=0 -8.69167 0 0 -6.55257 0 0 -48.144 -48.6334 -71.3079 -20.7083 -32.526 8.99907 -17
-STDOUT_2497=0 -5.45618 0 0 -4.45656 0 0 -51.0826 -53.3143 -74.8365 -26.1294 -25.8813 10.9989 -15
-STDOUT_2498=0 -6.78017 0 0 -6.34761 0 0 -50.3909 -41.8764 -64.5267 -25.2491 -42.127 9.99896 -21
-STDOUT_2499=0 -6.69241 0 0 -5.9723 0 0 -50.3909 -43.5932 -64.7011 -25.2573 -41.6972 10.9989 -21
-STDOUT_2500=0 -5.38678 0 0 -3.88176 0 0 -47.6901 -56.9844 -77.0053 -31.0763 -31.2597 9.99896 -15
-STDOUT_2501=0 -7.78361 0 0 -5.80362 0 0 -51.9327 -44.9445 -69.1943 -18.7171 -32.8899 8.99907 -18
-STDOUT_2502=0 -6.69327 0 0 -5.80418 0 0 -50.3909 -42.4479 -64.7011 -27.1256 -41.6972 11.9988 -21
-STDOUT_2503=0 -7.75849 0 0 -6.40274 0 0 -45.1239 -52.4843 -71.3998 -29.0199 -35.211 11.9988 -18
-STDOUT_2504=0 -6.73204 0 0 -3.96045 0 0 -51.5975 -48.4276 -64.5842 -28.0588 -34.587 8.99907 -17
-STDOUT_2505=0 -6.66919 0 0 -5.9261 0 0 -47.1602 -54.0539 -76.5349 -24.3797 -32.4427 9.99896 -18
-STDOUT_2506=0 -7.30711 0 0 -5.46797 0 0 -46.6731 -48.9573 -71.9377 -27.0616 -42.3505 8.99907 -20
-STDOUT_2507=0 -5.78264 0 0 -2.69899 0 0 -48.6045 -61.4193 -76.3371 -28.5281 -28.9091 8.99907 -15
-STDOUT_2508=0 -7.06818 0 0 -6.10971 0 0 -48.144 -51.5931 -71.3079 -25.22 -32.5261 9.99896 -17
-STDOUT_2509=0 -6.34283 0 0 -4.74845 0 0 -46.3305 -60.5427 -73.5792 -31.0198 -27.9088 10.9989 -14
-STDOUT_2510=0 -6.2526 0 0 -5.76875 0 0 -51.7467 -46.794 -71.373 -22.4631 -31.938 8.99907 -19
-STDOUT_2511=0 -6.71572 0 0 -5.38988 0 0 -50.3909 -43.9599 -64.7011 -27.5442 -41.6972 10.9989 -21
-STDOUT_2512=0 -7.35534 0 0 -5.56526 0 0 -47.8647 -51.9605 -69.5448 -27.9347 -32.8692 8.99907 -16
-STDOUT_2513=0 -7.04857 0 0 -5.85639 0 0 -45.1239 -55.5775 -71.3998 -30.7096 -35.211 11.9988 -18
-STDOUT_2514=0 -6.59122 0 0 -6.20649 0 0 -52.0125 -40.2688 -67.2811 -23.2038 -39.754 9.99896 -19
-STDOUT_2515=0 -7.58083 0 0 -6.36594 0 0 -45.1239 -53.954 -71.3998 -28.9868 -35.211 11.9988 -18
-STDOUT_2516=0 -4.88681 0 0 -3.28137 0 0 -48.6045 -61.5074 -78.6335 -28.6096 -28.7172 10.9989 -15
-STDOUT_2517=0 -5.35754 0 0 -3.05375 0 0 -52.361 -56.5398 -66.2919 -29.1478 -27.829 9.99896 -15
-STDOUT_2518=0 -8.36142 0 0 -3.76327 0 0 -43.3856 -63.749 -80.5592 -29.3773 -28.7143 8.99907 -14
-STDOUT_2519=0 -7.62347 0 0 -5.75931 0 0 -47.9782 -52.2467 -66.2649 -28.9809 -31.6871 8.99907 -16
-STDOUT_2520=0 -6.55849 0 0 -6.57918 0 0 -48.144 -51.1415 -71.3079 -26.4545 -32.526 9.99896 -17
-STDOUT_2521=0 -6.12754 0 0 -4.18434 0 0 -51.0826 -53.7763 -72.5402 -27.0297 -26.0732 9.99896 -15
-STDOUT_2522=0 -7.34307 0 0 -5.63936 0 0 -50.3909 -43.2682 -64.7011 -25.7586 -41.6972 10.9989 -21
-STDOUT_2523=0 -7.36377 0 0 -5.70007 0 0 -50.3909 -44.0552 -62.4047 -26.1575 -41.8892 9.99896 -21
-STDOUT_2524=0 -4.86697 0 0 -2.59881 0 0 -57.628 -44.8025 -61.8895 -25.4695 -34.1233 9.99896 -18
-STDOUT_2525=0 -7.19166 0 0 -6.1248 0 0 -49.7553 -40.0428 -66.6913 -26.0593 -45.6869 10.9989 -21
-STDOUT_2526=0 -5.21772 0 0 -4.3578 0 0 -54.7368 -49.1599 -69.5684 -24.0643 -25.9353 9.99896 -15
-STDOUT_2527=0 -4.55709 0 0 -4.4456 0 0 -54.1027 -52.5802 -74.7446 -23.061 -23.1963 8.99907 -14
-STDOUT_2528=0 -6.05813 0 0 -3.60954 0 0 -47.6901 -57.4464 -74.709 -31.9766 -31.4517 8.99907 -15
-STDOUT_2529=0 -7.36463 0 0 -5.53195 0 0 -50.3909 -42.9099 -62.4047 -28.0259 -41.8892 10.9989 -21
-STDOUT_2530=0 -7.64892 0 0 -6.17314 0 0 -50.3909 -40.1896 -64.7011 -26.3071 -41.6972 11.9988 -21
-STDOUT_2531=0 -8.42985 0 0 -6.13052 0 0 -45.1239 -52.9463 -69.1035 -29.9202 -35.4029 10.9989 -18
-STDOUT_2532=0 -5.79418 0 0 -5.79321 0 0 -53.411 -41.7138 -64.6092 -24.0572 -39.0123 9.99896 -20
-STDOUT_2533=0 -7.34055 0 0 -5.65388 0 0 -47.1602 -54.5158 -74.2386 -25.28 -32.6347 8.99907 -18
-STDOUT_2534=0 -6.8594 0 0 -6.39177 0 0 -48.144 -51.7502 -71.3079 -25.9516 -32.526 9.99896 -17
-STDOUT_2535=0 -7.18925 0 0 -7.06714 0 0 -45.1239 -52.4961 -70.743 -30.0521 -35.9037 9.99896 -18
-STDOUT_2536=0 -7.06232 0 0 -6.86338 0 0 -45.1239 -54.4534 -71.2254 -29.1105 -35.6407 10.9989 -18
-STDOUT_2537=0 -4.91066 0 0 -3.01582 0 0 -54.1127 -53.7618 -67.6168 -27.2657 -28.2071 9.99896 -15
-STDOUT_2538=0 -6.27264 0 0 -5.03941 0 0 -53.8227 -44.3626 -69.1937 -22.2681 -32.827 9.99896 -18
-STDOUT_2539=0 -5.08961 0 0 -4.05899 0 0 -51.8204 -54.4474 -74.3392 -26.7275 -26.7462 9.99896 -15
-STDOUT_2540=0 -7.01419 0 0 -4.47623 0 0 -46.3305 -61.0047 -71.2829 -31.9201 -28.1008 9.99896 -14
-STDOUT_2541=0 -6.50044 0 0 -5.89495 0 0 -48.2176 -51.902 -73.5134 -25.8088 -34.8471 8.99907 -17
-STDOUT_2542=0 -5.44374 0 0 -4.73748 0 0 -49.3506 -59.8086 -73.4873 -27.9514 -25.2239 8.99907 -13
-STDOUT_2543=0 -6.12537 0 0 -5.46522 0 0 -53.411 -41.3912 -64.6092 -24.8674 -39.0123 9.99896 -20
-STDOUT_2544=0 -5.7522 0 0 -4.84499 0 0 -57.1997 -36.1591 -62.4956 -21.9639 -39.3762 8.99907 -21
-STDOUT_2545=0 -7.38707 0 0 -5.11766 0 0 -50.3909 -44.4219 -62.4048 -28.4445 -41.8892 9.99896 -21
-STDOUT_2546=-8 -2.42935 0 -2.18215 -4.79373 0 -4.74067 -69.8659 -29.4266 -47.3337 -20.2517 -43.1198 10.9989 -29
-STDOUT_2547=-8 -3.06382 0 -2.18215 -5.13108 0 -4.74067 -70.727 -27.0326 -46.9635 -19.3689 -42.5779 10.9989 -29
-STDOUT_2548=-8 -2.46688 0 -2.18215 -4.88202 0 -4.74067 -70.727 -29.372 -46.9635 -20.2577 -42.5779 10.9989 -29
-STDOUT_2549=-8 -2.67811 0 -2.18215 -4.79526 0 -4.74067 -69.8659 -28.5647 -47.3337 -20.3312 -43.1198 10.9989 -29
-STDOUT_2550=-8 -2.75522 0 -2.18215 -5.05702 0 -4.74067 -69.8659 -29.9349 -47.3337 -20.5575 -43.1198 11.9988 -29
-STDOUT_2551=-8 -2.94763 0 -2.18215 -3.54445 0 -4.74067 -69.8659 -28.814 -47.3337 -21.0493 -43.1198 10.9989 -29
-STDOUT_2552=-8 -2.9001 0 -2.18215 -5.39284 0 -4.74067 -70.727 -29.5804 -46.9635 -20.1617 -42.5779 11.9988 -29
-STDOUT_2553=-8 -2.73886 0 -2.18215 -4.88355 0 -4.74067 -70.727 -28.4759 -46.9635 -20.3649 -42.5779 10.9989 -29
-STDOUT_2554=-8 -2.79275 0 -2.18215 -5.1453 0 -4.74067 -70.727 -29.8803 -46.9635 -20.5635 -42.5779 11.9988 -29
-STDOUT_2555=-8 -2.42935 0 -2.98951 -4.79373 0 -4.58348 -69.8659 -25.9069 -47.0517 -20.6811 -44.0528 10.9989 -29
-STDOUT_2556=-8 -3.5821 0 -2.18215 -3.88181 0 -4.74067 -70.727 -26.42 -46.9635 -20.1665 -42.5779 10.9989 -29
-STDOUT_2557=-8 -2.98516 0 -2.18215 -3.63274 0 -4.74067 -70.727 -28.7593 -46.9635 -21.0553 -42.5779 10.9989 -29
-STDOUT_2558=-8 -3.19639 0 -2.18215 -3.54598 0 -4.74067 -69.8659 -27.9521 -47.3337 -21.1288 -43.1198 10.9989 -29
-STDOUT_2559=0 -2.52384 0 0 -4.53445 0 0 -96.1143 -21.273 -39.887 -15.9606 -37.6136 9.99896 -28
-STDOUT_2560=-8 -2.8727 0 -2.18215 -5.39437 0 -4.74067 -70.727 -28.7344 -46.9635 -20.5517 -42.5779 11.9988 -29
-STDOUT_2561=-8 -2.42935 0 -3.28077 -3.69512 0 -4.74067 -77.0425 -23.4988 -41.0096 -20.2517 -42.7143 10.9989 -29
-STDOUT_2562=-8 -2.91431 0 -2.18215 -5.29878 0 -4.74067 -69.8659 -29.8911 -47.3337 -20.6421 -43.1198 11.9988 -29
-STDOUT_2563=-8 -2.22991 0 -2.18215 -4.64531 0 -4.74067 -69.8659 -26.5677 -46.1488 -21.6411 -43.779 9.99896 -29
-STDOUT_2564=-8 -3.2735 0 -2.18215 -3.80774 0 -4.74067 -69.8659 -29.3223 -47.3337 -21.3551 -43.1198 11.9988 -29
-STDOUT_2565=-8 -3.06382 0 -2.98951 -5.13108 0 -4.58348 -70.727 -23.513 -46.6815 -19.7982 -43.5109 10.9989 -29
-STDOUT_2566=-8 -2.87516 0 -2.18215 -5.30031 0 -4.74067 -69.8659 -29.0328 -47.3337 -20.8477 -43.1198 11.9988 -29
-STDOUT_2567=-8 -2.46688 0 -2.98951 -4.88202 0 -4.58348 -70.727 -25.8523 -46.6815 -20.6871 -43.5109 10.9989 -29
-STDOUT_2568=-8 -3.22596 0 -2.18215 -5.65613 0 -4.74067 -70.727 -30.0887 -46.9635 -20.4675 -42.5779 12.9986 -29
-STDOUT_2569=-8 -2.67811 0 -2.98951 -4.79526 0 -4.58348 -69.8659 -25.045 -47.0517 -20.7606 -44.0528 10.9989 -29
-STDOUT_2570=-8 -2.15988 0 -2.70651 -3.51701 0 -3.30558 -81.1373 -21.9545 -47.3337 -15.8793 -47.5178 10.9989 -30
-STDOUT_2571=0 -3.15831 0 0 -4.8718 0 0 -96.9754 -18.879 -39.5169 -15.0778 -37.0718 9.99896 -28
-STDOUT_2572=-8 -3.14824 0 -2.18215 -5.10547 0 -4.74067 -69.8659 -28.5105 -47.3337 -20.2419 -43.1198 10.9989 -29
-STDOUT_2573=-8 -3.41838 0 -2.18215 -4.14357 0 -4.74067 -70.727 -28.9678 -46.9635 -20.9593 -42.5779 11.9988 -29
-STDOUT_2574=-8 -3.06382 0 -3.28077 -4.03247 0 -4.74067 -77.9037 -21.1048 -40.6395 -19.3689 -42.1724 10.9989 -29
-STDOUT_2575=0 -2.56137 0 0 -4.62273 0 0 -96.9754 -21.2183 -39.5169 -15.9666 -37.0718 9.99896 -28
-STDOUT_2576=0 -2.68131 0 0 -4.8163 0 0 -99.0403 -21.3931 -39.887 -20.624 -43.0475 9.99896 -30
-STDOUT_2577=-8 -2.86438 0 -2.18215 -4.98266 0 -4.74067 -70.727 -24.1737 -45.7786 -20.7583 -43.2371 9.99896 -29
-STDOUT_2578=-8 -2.75522 0 -2.98951 -5.05702 0 -4.58348 -69.8659 -26.4152 -47.0517 -20.9868 -44.0528 11.9988 -29
-STDOUT_2579=-8 -2.46688 0 -3.28077 -3.7834 0 -4.74067 -77.9037 -23.4442 -40.6395 -20.2577 -42.1724 10.9989 -29
-STDOUT_2580=-8 -3.25714 0 -2.18215 -3.63427 0 -4.74067 -70.727 -27.8633 -46.9635 -21.1625 -42.5779 10.9989 -29
-STDOUT_2581=-8 -2.26744 0 -2.18215 -4.7336 0 -4.74067 -70.727 -26.513 -45.7786 -21.6471 -43.2371 9.99896 -29
-STDOUT_2582=-8 -3.31103 0 -2.18215 -3.89603 0 -4.74067 -70.727 -29.2676 -46.9635 -21.3611 -42.5779 11.9988 -29
-STDOUT_2583=-8 -2.94763 0 -2.98951 -3.54445 0 -4.58348 -69.8659 -25.2943 -47.0517 -21.4787 -44.0528 10.9989 -29
-STDOUT_2584=-8 -2.68531 0 -2.18215 -4.84374 0 -4.74067 -69.8659 -30.3904 -47.3337 -21.6181 -43.1198 11.9988 -29
-STDOUT_2585=0 -2.7726 0 0 -4.53597 0 0 -96.1143 -20.411 -39.887 -16.0401 -37.6136 9.99896 -28
-STDOUT_2586=-8 -2.67811 0 -3.28077 -3.69665 0 -4.74067 -77.0426 -22.6369 -41.0096 -20.3312 -42.7143 10.9989 -29
-STDOUT_2587=-8 -2.47867 0 -2.18215 -4.64684 0 -4.74067 -69.8659 -25.7057 -46.1488 -21.7206 -43.779 9.99896 -29
-STDOUT_2588=-8 -3.24642 0 -2.70651 -3.51701 0 -2.63109 -86.3808 -23.6449 -47.3337 -26.0463 -64.7736 10.9989 -35
-STDOUT_2589=-8 -3.16531 0 -2.18215 -5.36723 0 -4.74067 -69.8659 -30.0389 -47.3337 -20.6463 -43.1198 11.9988 -29
-STDOUT_2590=0 -2.84971 0 0 -4.79773 0 0 -96.1143 -21.7813 -39.887 -16.2664 -37.6136 10.9989 -28
-STDOUT_2591=-8 -3.47607 0 -2.18215 -5.36876 0 -4.74067 -69.8659 -28.7898 -47.3337 -20.3158 -43.1198 11.9988 -29
-STDOUT_2592=-8 -2.79435 0 -2.70651 -3.85437 0 -3.30558 -81.9984 -19.5606 -46.9635 -14.9964 -46.976 10.9989 -30
-STDOUT_2593=-8 -2.75522 0 -3.28077 -3.9584 0 -4.74067 -77.0425 -24.0071 -41.0096 -20.5575 -42.7143 11.9988 -29
-STDOUT_2594=-8 -3.24017 0 -2.18215 -5.56207 0 -4.74067 -69.8659 -30.3994 -47.3337 -20.9478 -43.1198 12.9986 -29
-STDOUT_2595=-8 -2.9001 0 -2.98951 -5.39284 0 -4.58348 -70.727 -26.0607 -46.6815 -20.5911 -43.5109 11.9988 -29
-STDOUT_2596=-8 -2.55578 0 -2.18215 -4.9086 0 -4.74067 -69.8659 -27.076 -46.1488 -21.9469 -43.779 10.9989 -29
-STDOUT_2597=-8 -2.19741 0 -2.70651 -3.6053 0 -3.30558 -81.9984 -21.8999 -46.9635 -15.8853 -46.976 10.9989 -30
-STDOUT_2598=0 -3.31578 0 0 -5.15365 0 0 -99.9014 -18.9992 -39.5169 -19.7412 -42.5057 9.99896 -30
-STDOUT_2599=0 -3.04212 0 0 -3.28517 0 0 -96.1143 -20.6603 -39.887 -16.7582 -37.6136 9.99896 -28
-STDOUT_2600=-8 -2.73886 0 -2.98951 -4.88355 0 -4.58348 -70.727 -24.9562 -46.6815 -20.7942 -43.5109 10.9989 -29
-STDOUT_2601=-8 -3.39098 0 -2.18215 -4.1451 0 -4.74067 -70.727 -28.1218 -46.9635 -21.3493 -42.5779 11.9988 -29
-STDOUT_2602=-8 -3.55318 0 -2.18215 -5.63052 0 -4.74067 -69.8659 -30.1601 -47.3337 -20.5421 -43.1198 12.9986 -29
-STDOUT_2603=-8 -2.94763 0 -3.28077 -2.44584 0 -4.74067 -77.0425 -22.8862 -41.0096 -21.0493 -42.7143 10.9989 -29
-STDOUT_2604=-8 -3.43259 0 -2.18215 -4.04951 0 -4.74067 -69.8659 -29.2785 -47.3337 -21.4397 -43.1198 11.9988 -29
-STDOUT_2605=0 -3.08947 0 0 -5.43106 0 0 -96.1143 -21.6637 -39.887 -15.5468 -37.6136 10.9989 -28
-STDOUT_2606=0 -2.71884 0 0 -4.90459 0 0 -99.9014 -21.3385 -39.5169 -20.63 -42.5057 9.99896 -30
-STDOUT_2607=-8 -2.79275 0 -2.98951 -5.1453 0 -4.58348 -70.727 -26.3606 -46.6815 -20.9928 -43.5109 11.9988 -29
-STDOUT_2608=-8 -2.53933 0 -3.41569 -5.32869 0 -3.23007 -75.8371 -33.5818 -48.9363 -21.1729 -43.2356 12.9986 -30
-STDOUT_2609=-8 -2.40864 0 -2.70651 -3.51854 0 -3.30558 -81.1373 -21.0926 -47.3337 -15.9588 -47.5178 10.9989 -30
-STDOUT_2610=-8 -3.5821 0 -2.98951 -3.88181 0 -4.58348 -70.727 -22.9003 -46.6815 -20.5958 -43.5109 10.9989 -29
-STDOUT_2611=-8 -3.31979 0 -2.18215 -5.18109 0 -4.74067 -70.727 -27.9965 -46.9635 -20.7353 -42.5779 11.9988 -29
-STDOUT_2612=-8 -3.39344 0 -2.18215 -4.05104 0 -4.74067 -69.8659 -28.4202 -47.3337 -21.6453 -43.1198 11.9988 -29
-STDOUT_2613=-8 -2.98516 0 -2.98951 -3.63274 0 -4.58348 -70.727 -25.2397 -46.6815 -21.4847 -43.5109 10.9989 -29
-STDOUT_2614=-8 -2.72285 0 -2.18215 -4.93203 0 -4.74067 -70.727 -30.3358 -46.9635 -21.6241 -42.5779 11.9988 -29
-STDOUT_2615=0 -2.93007 0 0 -4.81783 0 0 -99.0403 -20.5312 -39.887 -20.7035 -43.0475 9.99896 -30
-STDOUT_2616=0 -2.99459 0 0 -5.13356 0 0 -96.9754 -21.4268 -39.5169 -15.8706 -37.0718 10.9989 -28
-STDOUT_2617=-8 -2.9001 0 -3.28077 -4.29423 0 -4.74067 -77.9037 -23.6526 -40.6395 -20.1617 -42.1724 11.9988 -29
-STDOUT_2618=-8 -2.48575 0 -2.70651 -3.7803 0 -3.30558 -81.1373 -22.4628 -47.3337 -16.1851 -47.5178 11.9988 -30
-STDOUT_2619=-8 -3.88089 0 -2.70651 -3.85437 0 -2.63109 -87.242 -21.251 -46.9635 -25.1635 -64.2318 10.9989 -35
-STDOUT_2620=-8 -2.70066 0 -2.18215 -5.24442 0 -4.74067 -70.727 -26.7215 -45.7786 -21.5511 -43.2371 10.9989 -29
-STDOUT_2621=0 -2.83335 0 0 -4.62426 0 0 -96.9754 -20.3222 -39.5168 -16.0738 -37.0718 9.99896 -28
-STDOUT_2622=-8 -3.74424 0 -2.18215 -4.40686 0 -4.74067 -70.727 -29.4761 -46.9635 -21.2651 -42.5779 12.9986 -29
-STDOUT_2623=-8 -1.9568 0 -2.63668 -3.39631 0 -4.74067 -82.3724 -23.9011 -39.887 -19.9192 -39.7525 10.9989 -29
-STDOUT_2624=-8 -3.28395 0 -2.70651 -3.6053 0 -2.63109 -87.242 -23.5903 -46.9635 -26.0523 -64.2318 10.9989 -35
-STDOUT_2625=-8 -2.73886 0 -3.28077 -3.78493 0 -4.74067 -77.9037 -22.5481 -40.6395 -20.3649 -42.1724 10.9989 -29
-STDOUT_2626=-8 -3.20284 0 -2.18215 -5.45552 0 -4.74067 -70.727 -29.9843 -46.9635 -20.6523 -42.5779 11.9988 -29
-STDOUT_2627=-8 -3.19639 0 -2.98951 -3.54598 0 -4.58348 -69.8659 -24.4324 -47.0517 -21.5582 -44.0528 10.9989 -29
-STDOUT_2628=-8 -2.93407 0 -2.18215 -4.84527 0 -4.74067 -69.8659 -29.5285 -47.3337 -21.6976 -43.1198 11.9988 -29
-STDOUT_2629=0 -2.88724 0 0 -4.88602 0 0 -96.9754 -21.7266 -39.5169 -16.2724 -37.0718 10.9989 -28
-STDOUT_2630=0 -3.00718 0 0 -5.07959 0 0 -99.0403 -21.9014 -39.887 -20.9298 -43.0475 10.9989 -30
-STDOUT_2631=-8 -2.53942 0 -2.18215 -4.73513 0 -4.74067 -70.727 -25.617 -45.7786 -21.7543 -43.2371 9.99896 -29
-STDOUT_2632=-8 -2.67816 0 -2.70651 -2.26774 0 -3.30558 -81.1373 -21.3419 -47.3337 -16.6769 -47.5178 10.9989 -30
-STDOUT_2633=-8 -2.79275 0 -3.28077 -4.04669 0 -4.74067 -77.9037 -23.9525 -40.6395 -20.5635 -42.1724 11.9988 -29
-STDOUT_2634=-8 -2.8727 0 -2.98951 -5.39437 0 -4.58348 -70.727 -25.2148 -46.6815 -20.981 -43.5109 11.9988 -29
-STDOUT_2635=0 -3.67659 0 0 -3.62253 0 0 -96.9754 -18.2664 -39.5169 -15.8754 -37.0718 9.99896 -28
-STDOUT_2636=-8 -3.23511 0 -2.18215 -5.61052 0 -4.74067 -69.8659 -28.9926 -47.3337 -20.7683 -43.1198 11.9988 -29
-STDOUT_2637=-8 -2.59331 0 -2.18215 -4.99688 0 -4.74067 -70.727 -27.0213 -45.7786 -21.9529 -43.2371 10.9989 -29
-STDOUT_2638=-8 -3.23306 0 -2.18215 -5.70458 0 -4.74067 -70.727 -28.8627 -46.9635 -20.5623 -42.5779 11.9988 -29
-STDOUT_2639=-8 -3.66652 0 -2.18215 -3.8562 0 -4.74067 -69.8659 -27.8978 -47.3337 -21.0395 -43.1198 10.9989 -29
-STDOUT_2640=-8 -2.91431 0 -2.98951 -5.29878 0 -4.58348 -69.8659 -26.3714 -47.0517 -21.0714 -44.0528 11.9988 -29
-STDOUT_2641=-8 -3.5821 0 -3.28077 -2.7832 0 -4.74067 -77.9037 -20.4922 -40.6395 -20.1665 -42.1724 10.9989 -29
-STDOUT_2642=0 -3.72394 0 0 -5.76842 0 0 -96.9754 -19.2698 -39.5169 -14.6639 -37.0718 10.9989 -28
-STDOUT_2643=-8 -3.53682 0 -2.18215 -5.45705 0 -4.74067 -70.727 -28.701 -46.9635 -20.3494 -42.5779 11.9988 -29
-STDOUT_2644=0 -2.75827 0 0 -4.53445 0 0 -97.2149 -21.9992 -39.887 -19.5254 -39.7525 9.99896 -29
-STDOUT_2645=-8 -2.22991 0 -2.98951 -4.64531 0 -4.58348 -69.8659 -23.048 -45.8668 -22.0705 -44.712 9.99896 -29
-STDOUT_2646=FEATURES_TXT_END_0
-STDOUT_2647=FEATURES_TXT_BEGIN_0 3 200 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_2648=0 -3.50141 0 0 -2.459 0 0 -56.6503 -10.1767 -35.2516 -3.05816 -19.298 6.99927 -17
-STDOUT_2649=0 -3.32032 0 0 -2.19949 0 0 -56.6503 -10.7451 -35.2516 -4.53413 -19.298 6.99927 -17
-STDOUT_2650=0 -3.34287 0 0 -2.4658 0 0 -56.6503 -11.2196 -35.2516 -3.64503 -19.298 7.99917 -17
-STDOUT_2651=0 -3.43736 0 0 -2.49757 0 0 -56.6503 -9.73633 -35.2516 -4.85759 -19.298 6.99927 -17
-STDOUT_2652=0 -3.13836 0 0 -2.23806 0 0 -56.6503 -10.0477 -35.2516 -6.54306 -19.298 6.99927 -17
-STDOUT_2653=0 -3.16178 0 0 -2.20629 0 0 -56.6503 -11.7881 -35.2516 -5.12101 -19.298 7.99917 -17
-STDOUT_2654=0 -2.8984 0 0 -2.36615 0 0 -56.6503 -12.1332 -35.2516 -5.41436 -19.298 6.99927 -17
-STDOUT_2655=0 -3.27882 0 0 -2.50438 0 0 -56.6503 -10.7793 -35.2516 -5.44446 -19.298 7.99917 -17
-STDOUT_2656=0 -3.62702 0 0 -2.60625 0 0 -56.6503 -11.1206 -35.2516 -3.64529 -19.298 7.99917 -17
-STDOUT_2657=0 -2.97982 0 0 -2.24487 0 0 -56.6503 -11.0907 -35.2516 -7.12994 -19.298 7.99917 -17
-STDOUT_2658=0 -2.71732 0 0 -2.10664 0 0 -56.6503 -12.7017 -35.2516 -6.89034 -19.298 6.99927 -17
-STDOUT_2659=0 -3.88352 0 0 -2.72551 0 0 -56.6503 -10.1693 -35.2516 -3.69788 -19.298 7.99917 -17
-STDOUT_2660=0 -3.58453 0 0 -2.466 0 0 -56.6503 -10.4807 -35.2516 -5.38336 -19.298 7.99917 -17
-STDOUT_2661=0 -3.44593 0 0 -2.34674 0 0 -56.6503 -11.6891 -35.2516 -5.12127 -19.298 7.99917 -17
-STDOUT_2662=0 -3.04931 0 0 -2.312 0 0 -51.4149 -23.3523 -51.2544 -5.32526 -13.9168 6.99927 -14
-STDOUT_2663=0 -3.6405 0 0 -3.0055 0 0 -51.3183 -18.2766 -48.7348 -3.03033 -21.6142 5.99938 -16
-STDOUT_2664=0 -2.73986 0 0 -2.37295 0 0 -56.6503 -13.1762 -35.2516 -6.00124 -19.298 7.99917 -17
-STDOUT_2665=0 -2.83436 0 0 -2.40472 0 0 -56.6503 -11.6929 -35.2516 -7.2138 -19.298 6.99927 -17
-STDOUT_2666=0 -3.73192 0 0 -2.61305 0 0 -56.6503 -11.2828 -35.2516 -3.95239 -19.298 8.99907 -17
-STDOUT_2667=0 -2.53536 0 0 -2.14521 0 0 -56.6503 -12.0043 -35.2516 -8.89927 -19.298 6.99927 -17
-STDOUT_2668=0 -2.86823 0 0 -2.05249 0 0 -51.4149 -23.9208 -51.2544 -6.80124 -13.9168 6.99927 -14
-STDOUT_2669=0 -3.45941 0 0 -2.74599 0 0 -51.3183 -18.8451 -48.7348 -4.50631 -21.6142 5.99938 -16
-STDOUT_2670=0 -2.55878 0 0 -2.11344 0 0 -56.6503 -13.7447 -35.2516 -7.47721 -19.298 7.99917 -17
-STDOUT_2671=0 -3.56297 0 0 -2.64483 0 0 -56.6503 -10.6803 -35.2516 -5.44473 -19.298 7.99917 -17
-STDOUT_2672=0 -3.26398 0 0 -2.38532 0 0 -56.6503 -10.9917 -35.2516 -7.1302 -19.298 7.99917 -17
-STDOUT_2673=0 -3.55084 0 0 -2.35354 0 0 -56.6503 -11.8513 -35.2516 -5.42837 -19.298 8.99907 -17
-STDOUT_2674=0 -3.72498 0 0 -2.73231 0 0 -56.6503 -11.2123 -35.2516 -4.28476 -19.298 8.99907 -17
-STDOUT_2675=0 -3.42598 0 0 -2.4728 0 0 -56.6503 -11.5236 -35.2516 -5.97023 -19.298 8.99907 -17
-STDOUT_2676=0 -3.04931 0 0 -2.459 0 0 -56.6503 -13.573 -35.2516 -5.32526 -19.298 6.99927 -17
-STDOUT_2677=0 -2.89077 0 0 -2.3188 0 0 -51.4149 -24.3953 -51.2544 -5.91214 -13.9168 7.99917 -14
-STDOUT_2678=0 -3.48196 0 0 -3.0123 0 0 -51.3183 -19.3195 -48.7348 -3.6172 -21.6142 6.99927 -16
-STDOUT_2679=0 -4.07702 0 0 -2.60932 0 0 -56.6503 -11.363 -35.2516 -3.78334 -19.298 8.99907 -17
-STDOUT_2680=0 -2.98526 0 0 -2.35058 0 0 -51.4149 -22.912 -51.2544 -7.1247 -13.9169 6.99927 -14
-STDOUT_2681=0 -2.67582 0 0 -2.41153 0 0 -56.6503 -12.7359 -35.2516 -7.80067 -19.298 7.99917 -17
-STDOUT_2682=0 -3.02401 0 0 -2.5134 0 0 -56.6503 -13.0772 -35.2516 -6.0015 -19.298 7.99917 -17
-STDOUT_2683=0 -2.68627 0 0 -2.09106 0 0 -51.4149 -23.2234 -51.2544 -8.81017 -13.9168 6.99927 -14
-STDOUT_2684=0 -2.37682 0 0 -2.15202 0 0 -56.6503 -13.0472 -35.2516 -9.48614 -19.298 7.99917 -17
-STDOUT_2685=0 -3.66787 0 0 -2.65163 0 0 -56.6503 -10.8425 -35.2516 -5.75183 -19.298 8.99907 -17
-STDOUT_2686=0 -2.62103 0 0 -1.96053 0 0 -55.8316 -13.7255 -41.033 -4.35755 -24.1438 6.99927 -17
-STDOUT_2687=0 -3.36888 0 0 -2.39212 0 0 -56.6503 -11.1539 -35.2516 -7.4373 -19.298 8.99907 -17
-STDOUT_2688=0 -2.86823 0 0 -2.19949 0 0 -56.6503 -14.1415 -35.2516 -6.80124 -19.298 6.99927 -17
-STDOUT_2689=0 -2.70969 0 0 -2.05929 0 0 -51.4149 -24.9638 -51.2544 -7.38812 -13.9168 7.99917 -14
-STDOUT_2690=0 -3.28052 0 0 -2.63266 0 0 -56.6503 -12.1259 -35.2516 -6.05409 -19.298 7.99917 -17
-STDOUT_2691=0 -3.30087 0 0 -2.75279 0 0 -51.3183 -19.888 -48.7348 -5.09318 -21.6142 6.99927 -16
-STDOUT_2692=0 -3.89594 0 0 -2.34981 0 0 -56.6503 -11.9315 -35.2516 -5.25932 -19.298 8.99907 -17
-STDOUT_2693=0 -2.98152 0 0 -2.37315 0 0 -56.6503 -12.4373 -35.2516 -7.73956 -19.298 7.99917 -17
-STDOUT_2694=0 -2.84293 0 0 -2.25389 0 0 -56.6503 -13.6457 -35.2516 -7.47748 -19.298 7.99917 -17
-STDOUT_2695=0 -3.03749 0 0 -2.91265 0 0 -51.3183 -20.2332 -48.7348 -5.38654 -21.6142 5.99938 -16
-STDOUT_2696=0 -2.43995 0 0 -1.70102 0 0 -55.8316 -14.294 -41.033 -5.83353 -24.1438 6.99927 -17
-STDOUT_2697=0 -4.00913 0 0 -2.87276 0 0 -56.6503 -11.1133 -35.2516 -4.28502 -19.298 8.99907 -17
-STDOUT_2698=0 -3.49727 0 0 -2.70262 0 0 -56.6503 -12.1769 -35.2516 -5.50219 -19.298 7.99917 -17
-STDOUT_2699=0 -3.12892 0 0 -2.5202 0 0 -56.6503 -13.2394 -35.2516 -6.3086 -19.298 8.99907 -17
-STDOUT_2700=0 -2.89077 0 0 -2.4658 0 0 -56.6503 -14.6159 -35.2516 -5.91214 -19.298 7.99917 -17
-STDOUT_2701=0 -3.71014 0 0 -2.61325 0 0 -56.6503 -11.4247 -35.2516 -5.97049 -19.298 8.99907 -17
-STDOUT_2702=0 -2.98526 0 0 -2.49757 0 0 -56.6503 -13.1327 -35.2516 -7.1247 -19.298 6.99927 -17
-STDOUT_2703=0 -2.72593 0 0 -1.96734 0 0 -55.8316 -13.8876 -41.033 -4.66465 -24.1438 7.99917 -17
-STDOUT_2704=0 -2.82672 0 0 -2.35738 0 0 -51.4149 -23.955 -51.2544 -7.71157 -13.9169 7.99917 -14
-STDOUT_2705=0 -3.17492 0 0 -2.45925 0 0 -51.4149 -24.2963 -51.2544 -5.9124 -13.9168 7.99917 -14
-STDOUT_2706=0 -3.76611 0 0 -3.15275 0 0 -51.3183 -19.2206 -48.7348 -3.61747 -21.6142 6.99927 -16
-STDOUT_2707=0 -3.04195 0 0 -2.70262 0 0 -56.6503 -13.8387 -35.2516 -5.6748 -19.298 7.99917 -17
-STDOUT_2708=0 -2.68627 0 0 -2.23806 0 0 -56.6503 -13.444 -35.2516 -8.81017 -19.298 6.99927 -17
-STDOUT_2709=0 -3.51831 0 0 -2.71031 0 0 -56.6503 -12.8906 -35.2516 -5.03663 -19.298 7.99917 -17
-STDOUT_2710=0 -4.01297 0 0 -2.6479 0 0 -56.6503 -10.9226 -35.2516 -5.58278 -19.298 8.99907 -17
-STDOUT_2711=0 -2.52773 0 0 -2.09787 0 0 -51.4149 -24.2663 -51.2544 -9.39704 -13.9168 7.99917 -14
-STDOUT_2712=0 -3.5784 0 0 -2.724 0 0 -54.9305 -12.1457 -35.972 -8.10076 -23.3682 7.99917 -17
-STDOUT_2713=0 -3.66364 0 0 -2.73496 0 0 -56.6503 -12.1865 -35.2516 -5.26026 -19.298 6.99927 -17
-STDOUT_2714=0 -2.85641 0 0 -2.65314 0 0 -51.3183 -20.8017 -48.7348 -6.86251 -21.6142 5.99938 -16
-STDOUT_2715=0 -2.95997 0 0 -2.55198 0 0 -56.6503 -12.6369 -35.2516 -7.80093 -19.298 7.99917 -17
-STDOUT_2716=0 -3.71398 0 0 -2.38839 0 0 -56.6503 -11.234 -35.2516 -7.26825 -19.298 8.99907 -17
-STDOUT_2717=0 -4.4607 0 0 -2.60252 0 0 -56.6503 -12.1254 -35.2516 -3.17932 -19.298 7.99917 -17
-STDOUT_2718=0 -3.31618 0 0 -2.44311 0 0 -56.6503 -12.7453 -35.2516 -6.97817 -19.298 7.99917 -17
-STDOUT_2719=0 -2.66097 0 0 -2.29247 0 0 -56.6503 -12.9483 -35.2516 -9.4864 -19.298 7.99917 -17
-STDOUT_2720=0 -4.27588 0 0 -2.74977 0 0 -56.6503 -11.6257 -35.2516 -3.90203 -19.298 8.99907 -17
-STDOUT_2721=0 -2.94783 0 0 -2.26069 0 0 -56.6503 -13.8079 -35.2516 -7.78458 -19.298 8.99907 -17
-STDOUT_2722=0 -2.70969 0 0 -2.20629 0 0 -56.6503 -15.1844 -35.2516 -7.38812 -19.298 7.99917 -17
-STDOUT_2723=0 -3.43143 0 0 -2.57851 0 0 -51.4149 -23.345 -51.2544 -5.96499 -13.9168 7.99917 -14
-STDOUT_2724=0 -2.55699 0 0 -1.99911 0 0 -55.8316 -13.2852 -41.033 -6.15699 -24.1438 6.99927 -17
-STDOUT_2725=0 -4.02261 0 0 -3.27201 0 0 -51.3183 -18.2693 -48.7348 -3.67006 -21.6142 6.99927 -16
-STDOUT_2726=0 -3.12198 0 0 -2.63946 0 0 -56.6503 -13.1689 -35.2516 -6.64096 -19.298 8.99907 -17
-STDOUT_2727=0 -3.13243 0 0 -2.319 0 0 -51.4149 -23.6564 -51.2544 -7.65046 -13.9168 7.99917 -14
-STDOUT_2728=0 -2.25799 0 0 -1.7396 0 0 -55.8316 -13.5965 -41.033 -7.84246 -24.1438 6.99927 -17
-STDOUT_2729=0 -2.54485 0 0 -1.70783 0 0 -55.8316 -14.4561 -41.033 -6.14063 -24.1438 7.99917 -17
-STDOUT_2730=0 -3.72362 0 0 -3.0125 0 0 -51.3183 -18.5806 -48.7348 -5.35553 -21.6142 6.99927 -16
-STDOUT_2731=0 -2.82298 0 0 -2.37995 0 0 -56.6503 -13.4802 -35.2516 -8.32644 -19.298 8.99907 -17
-STDOUT_2732=0 -4.11403 0 0 -2.87956 0 0 -56.6503 -11.2755 -35.2516 -4.59212 -19.298 9.99896 -17
-STDOUT_2733=0 -2.99384 0 0 -2.19974 0 0 -51.4149 -24.8648 -51.2544 -7.38838 -13.9168 7.99917 -14
-STDOUT_2734=0 -3.58503 0 0 -2.89324 0 0 -51.3183 -19.7891 -48.7348 -5.09344 -21.6142 6.99927 -16
-STDOUT_2735=0 -2.86086 0 0 -2.44311 0 0 -56.6503 -14.4072 -35.2516 -7.15077 -19.298 7.99917 -17
-STDOUT_2736=0 -3.39731 0 0 -2.46449 0 0 -54.9305 -12.7142 -35.972 -9.57673 -23.3682 7.99917 -17
-STDOUT_2737=0 -3.1884 0 0 -2.8585 0 0 -46.0829 -31.4523 -64.7376 -5.29744 -16.2331 5.99938 -13
-STDOUT_2738=0 -3.81504 0 0 -2.62005 0 0 -56.6503 -11.5868 -35.2516 -6.27759 -19.298 9.99896 -17
-STDOUT_2739=0 -2.87895 0 0 -2.91945 0 0 -51.3183 -21.2761 -48.7348 -5.97341 -21.6142 6.99927 -16
-STDOUT_2740=0 -3.48256 0 0 -2.47545 0 0 -56.6503 -12.755 -35.2516 -6.73624 -19.298 6.99927 -17
-STDOUT_2741=0 -4.27962 0 0 -2.34301 0 0 -56.6503 -12.6939 -35.2516 -4.6553 -19.298 7.99917 -17
-STDOUT_2742=0 -3.47402 0 0 -2.51647 0 0 -56.6503 -13.3195 -35.2516 -6.13955 -19.298 8.99907 -17
-STDOUT_2743=0 -3.27982 0 0 -2.46605 0 0 -51.4149 -24.4585 -51.2544 -6.2195 -13.9168 8.99907 -14
-STDOUT_2744=0 -3.33873 0 0 -2.70942 0 0 -56.6503 -13.2198 -35.2516 -6.08907 -19.298 8.99907 -17
-STDOUT_2745=0 -4.00628 0 0 -2.57022 0 0 -54.9305 -13.5521 -35.972 -6.5492 -23.3682 7.99917 -17
-STDOUT_2746=0 -3.87101 0 0 -3.15956 0 0 -51.3183 -19.3828 -48.7348 -3.92457 -21.6142 7.99917 -16
-STDOUT_2747=0 -4.09479 0 0 -2.49026 0 0 -56.6503 -12.1942 -35.2516 -5.37801 -19.298 8.99907 -17
-STDOUT_2748=0 -3.59079 0 0 -3.19587 0 0 -78.8523 -10.8224 -35.6591 -18.1293 -43.2296 8.99907 -28
-STDOUT_2749=0 -3.621 0 0 -4.59019 0 0 -78.8523 -11.703 -35.6591 -17.3834 -43.2296 8.99907 -28
-STDOUT_2750=0 -4.2964 0 0 -3.59675 0 0 -78.8523 -10.9341 -35.6591 -17.9002 -43.2296 9.99896 -28
-STDOUT_2751=0 -4.18966 0 0 -3.4886 0 0 -78.8523 -10.8661 -35.6591 -18.2171 -43.2296 9.99896 -28
-STDOUT_2752=0 -2.93899 0 0 -2.54459 0 0 -70.3675 -11.5186 -35.2248 -9.2326 -29.1187 7.99917 -23
-STDOUT_2753=0 -3.855 0 0 -3.28007 0 0 -78.8523 -10.558 -35.6591 -18.9785 -43.2296 9.99896 -28
-STDOUT_2754=0 -3.09753 0 0 -2.53779 0 0 -70.3675 -10.4757 -35.2248 -8.64573 -29.1187 6.99927 -23
-STDOUT_2755=0 -4.26274 0 0 -3.38164 0 0 -78.8523 -10.4195 -35.6591 -17.7966 -43.2296 8.99907 -28
-STDOUT_2756=0 -3.78878 0 0 -3.63581 0 0 -78.8523 -12.9679 -35.6591 -18.6318 -43.2296 9.99896 -28
-STDOUT_2757=0 -4.28577 0 0 -3.07477 0 0 -78.9005 -12.7988 -35.6308 -19.2779 -41.9222 9.99896 -28
-STDOUT_2758=0 -4.32495 0 0 -3.33939 0 0 -78.8523 -10.9658 -35.6591 -18.2676 -43.2296 9.99896 -28
-STDOUT_2759=0 -4.11141 0 0 -3.41124 0 0 -78.8523 -12.5111 -35.6591 -18.5848 -43.2296 9.99896 -28
-STDOUT_2760=0 -4.56458 0 0 -3.67438 0 0 -78.8523 -10.6418 -35.6591 -17.9612 -43.2296 9.99896 -28
-STDOUT_2761=0 -3.32805 0 0 -2.69184 0 0 -70.3675 -11.5818 -35.2247 -9.53996 -29.1187 8.99907 -23
-STDOUT_2762=0 -2.9692 0 0 -3.93892 0 0 -70.3675 -12.3992 -35.2247 -8.48673 -29.1187 7.99917 -23
-STDOUT_2763=0 -4.31357 0 0 -4.88293 0 0 -78.8523 -11.6137 -35.6591 -17.4228 -43.2296 9.99896 -28
-STDOUT_2764=0 -3.22314 0 0 -2.68504 0 0 -70.3675 -11.4197 -35.2248 -9.23286 -29.1187 7.99917 -23
-STDOUT_2765=0 -4.89527 0 0 -3.88949 0 0 -78.8523 -10.9777 -35.6591 -17.988 -43.2296 10.9989 -28
-STDOUT_2766=0 -3.8852 0 0 -4.6744 0 0 -78.8523 -11.4386 -35.6591 -18.2326 -43.2296 9.99896 -28
-STDOUT_2767=0 -3.6446 0 0 -2.94548 0 0 -70.3675 -11.6303 -35.2248 -9.00352 -29.1187 8.99907 -23
-STDOUT_2768=0 -3.12774 0 0 -3.93211 0 0 -70.3675 -11.3563 -35.2247 -7.89985 -29.1187 6.99927 -23
-STDOUT_2769=0 -3.81898 0 0 -5.03014 0 0 -78.8523 -13.8485 -35.6591 -17.8859 -43.2296 9.99896 -28
-STDOUT_2770=0 -4.31597 0 0 -4.46909 0 0 -78.9005 -13.6794 -35.6308 -18.532 -41.9222 9.99896 -28
-STDOUT_2771=0 -4.35515 0 0 -4.73372 0 0 -78.8523 -11.8464 -35.6591 -17.5217 -43.2296 9.99896 -28
-STDOUT_2772=0 -4.00168 0 0 -2.93059 0 0 -78.9005 -11.7937 -35.6308 -19.7753 -41.9222 8.99907 -28
-STDOUT_2773=0 -3.53786 0 0 -2.83733 0 0 -70.3675 -11.5622 -35.2248 -9.32043 -29.1187 8.99907 -23
-STDOUT_2774=0 -4.47286 0 0 -3.26851 0 0 -80.0018 -13.1348 -36.4444 -13.6074 -31.7039 9.99896 -26
-STDOUT_2775=0 -4.56061 0 0 -3.68096 0 0 -78.8523 -10.6697 -35.6591 -18.7494 -43.2296 10.9989 -28
-STDOUT_2776=0 -3.80314 0 0 -2.93867 0 0 -70.3675 -10.5873 -35.2248 -8.41665 -29.1187 7.99917 -23
-STDOUT_2777=0 -4.49439 0 0 -4.0367 0 0 -78.8523 -13.0796 -35.6591 -18.4027 -43.2296 10.9989 -28
-STDOUT_2778=0 -4.99138 0 0 -3.47566 0 0 -78.9005 -12.9105 -35.6308 -19.0488 -41.9222 10.9989 -28
-STDOUT_2779=0 -5.03056 0 0 -3.74028 0 0 -78.8523 -11.0775 -35.6591 -18.0385 -43.2296 10.9989 -28
-STDOUT_2780=0 -3.73434 0 0 -4.8053 0 0 -78.8523 -12.528 -35.6591 -18.3897 -43.2296 9.99896 -28
-STDOUT_2781=0 -4.26231 0 0 -3.12126 0 0 -80.0018 -12.8437 -36.4444 -13.5493 -31.7039 8.99907 -26
-STDOUT_2782=0 -4.45386 0 0 -3.57281 0 0 -78.8523 -10.6016 -35.6591 -19.0663 -43.2296 10.9989 -28
-STDOUT_2783=0 -3.20319 0 0 -2.6288 0 0 -70.3675 -11.2542 -35.2248 -10.0818 -29.1187 8.99907 -23
-STDOUT_2784=0 -3.6964 0 0 -2.83052 0 0 -70.3675 -10.5193 -35.2248 -8.73356 -29.1187 7.99917 -23
-STDOUT_2785=0 -4.25863 0 0 -3.22333 0 0 -78.9005 -12.3221 -35.6308 -19.8387 -41.9222 9.99896 -28
-STDOUT_2786=0 -4.38764 0 0 -3.92855 0 0 -78.8523 -13.0115 -35.6591 -18.7196 -43.2296 10.9989 -28
-STDOUT_2787=0 -3.61094 0 0 -2.73037 0 0 -70.3675 -11.1157 -35.2248 -8.89995 -29.1187 7.99917 -23
-STDOUT_2788=0 -4.88463 0 0 -3.3675 0 0 -78.9005 -12.8424 -35.6308 -19.3657 -41.9222 10.9989 -28
-STDOUT_2789=0 -3.13698 0 0 -2.98453 0 0 -70.3675 -13.6641 -35.2248 -9.7351 -29.1187 8.99907 -23
-STDOUT_2790=0 -4.92381 0 0 -3.63213 0 0 -78.8523 -11.0094 -35.6591 -18.3554 -43.2296 10.9989 -28
-STDOUT_2791=0 -3.63397 0 0 -2.42349 0 0 -70.4157 -13.495 -35.1964 -10.3812 -27.8113 8.99907 -23
-STDOUT_2792=0 -3.67315 0 0 -2.68811 0 0 -70.3675 -11.662 -35.2248 -9.37091 -29.1187 8.99907 -23
-STDOUT_2793=0 -4.86376 0 0 -2.85939 0 0 -78.9005 -11.1101 -35.6308 -18.8224 -41.9222 8.99907 -28
-STDOUT_2794=0 -4.14162 0 0 -4.80557 0 0 -78.8523 -13.3917 -35.6591 -17.8389 -43.2296 9.99896 -28
-STDOUT_2795=0 -3.82733 0 0 -3.26706 0 0 -78.8523 -11.506 -35.6591 -19.0821 -43.2296 8.99907 -28
-STDOUT_2796=0 -4.17089 0 0 -3.72002 0 0 -78.8523 -12.9606 -35.6591 -19.2715 -43.2296 10.9989 -28
-STDOUT_2797=0 -3.36174 0 0 -2.62199 0 0 -70.3675 -10.2112 -35.2248 -9.49495 -29.1187 7.99917 -23
-STDOUT_2798=0 -4.52694 0 0 -3.46585 0 0 -78.8523 -10.155 -35.6591 -18.6459 -43.2296 9.99896 -28
-STDOUT_2799=0 -4.54997 0 0 -3.15898 0 0 -78.9005 -12.5343 -35.6308 -20.1271 -41.9222 10.9989 -28
-STDOUT_2800=0 -3.76948 0 0 -2.72356 0 0 -70.3675 -10.0727 -35.2248 -8.31307 -29.1187 6.99927 -23
-STDOUT_2801=0 -4.58915 0 0 -3.4236 0 0 -78.8523 -10.7013 -35.6591 -19.1168 -43.2296 10.9989 -28
-STDOUT_2802=0 -3.29552 0 0 -2.97773 0 0 -70.3675 -12.6211 -35.2248 -9.14823 -29.1187 7.99917 -23
-STDOUT_2803=0 -3.79251 0 0 -2.41669 0 0 -70.4157 -12.452 -35.1964 -9.79436 -27.8113 7.99917 -23
-STDOUT_2804=0 -4.46072 0 0 -3.82159 0 0 -78.8523 -12.565 -35.6591 -18.2991 -43.2296 9.99896 -28
-STDOUT_2805=0 -4.81702 0 0 -3.81213 0 0 -78.8523 -12.6228 -35.6591 -18.3557 -43.2296 10.9989 -28
-STDOUT_2806=0 -3.35825 0 0 -4.08617 0 0 -70.3675 -12.4624 -35.2247 -8.79409 -29.1187 8.99907 -23
-STDOUT_2807=0 -4.95771 0 0 -3.26054 0 0 -78.9005 -12.3958 -35.6308 -18.9453 -41.9222 9.99896 -28
-STDOUT_2808=0 -4.99689 0 0 -3.52517 0 0 -78.8523 -10.5629 -35.6591 -17.9349 -43.2296 9.99896 -28
-STDOUT_2809=0 -4.48375 0 0 -3.51471 0 0 -78.9005 -14.9442 -35.6308 -19.7804 -41.9222 10.9989 -28
-STDOUT_2810=0 -4.52293 0 0 -3.77933 0 0 -78.8523 -13.1113 -35.6591 -18.7701 -43.2296 10.9989 -28
-STDOUT_2811=0 -5.01992 0 0 -3.21829 0 0 -78.9005 -12.9421 -35.6308 -19.4162 -41.9222 10.9989 -28
-STDOUT_2812=0 -4.08427 0 0 -3.5598 0 0 -78.8523 -12.0344 -35.6591 -19.1456 -43.2296 9.99896 -28
-STDOUT_2813=0 -4.71028 0 0 -3.70398 0 0 -78.8523 -12.5547 -35.6591 -18.6726 -43.2296 10.9989 -28
-STDOUT_2814=0 -3.45961 0 0 -2.75997 0 0 -70.3675 -13.2073 -35.2248 -9.68808 -29.1187 8.99907 -23
-STDOUT_2815=0 -3.25335 0 0 -4.07937 0 0 -70.3675 -12.3003 -35.2247 -8.48699 -29.1187 7.99917 -23
-STDOUT_2816=0 -3.40884 0 0 -3.01181 0 0 -78.8523 -10.125 -35.6591 -20.1382 -43.2296 8.99907 -28
-STDOUT_2817=0 -4.03366 0 0 -3.09273 0 0 -70.3675 -11.6935 -35.2247 -9.31088 -29.1187 9.99896 -23
-STDOUT_2818=0 -3.91278 0 0 -3.0231 0 0 -70.3675 -11.3379 -35.2248 -9.06452 -29.1187 8.99907 -23
-STDOUT_2819=0 -3.92691 0 0 -2.98458 0 0 -70.3675 -11.6255 -35.2248 -9.62779 -29.1187 9.99896 -23
-STDOUT_2820=0 -4.37562 0 0 -3.49545 0 0 -78.8523 -12.2466 -35.6591 -19.434 -43.2296 10.9989 -28
-STDOUT_2821=0 -3.92875 0 0 -3.08593 0 0 -70.3675 -11.5313 -35.2248 -9.00378 -29.1187 8.99907 -23
-STDOUT_2822=0 -3.61815 0 0 -2.75316 0 0 -70.3675 -12.1643 -35.2248 -9.10121 -29.1187 7.99917 -23
-STDOUT_2823=0 -4.78336 0 0 -3.59702 0 0 -78.8523 -12.1082 -35.6591 -18.2521 -43.2296 9.99896 -28
-STDOUT_2824=0 -4.50307 0 0 -4.66284 0 0 -80.0018 -14.0154 -36.4444 -12.8615 -31.7039 9.99896 -26
-STDOUT_2825=0 -4.3094 0 0 -3.85119 0 0 -78.8523 -14.6566 -35.6591 -19.0873 -43.2296 10.9989 -28
-STDOUT_2826=0 -4.84557 0 0 -3.55476 0 0 -78.8523 -12.6545 -35.6591 -18.7231 -43.2296 10.9989 -28
-STDOUT_2827=0 -4.06054 0 0 -4.99108 0 0 -78.8523 -12.2449 -35.6591 -18.2346 -43.2296 9.99896 -28
-STDOUT_2828=0 -4.06449 0 0 -3.30424 0 0 -74.4556 -14.924 -36.4444 -9.93227 -29.3003 9.99896 -24
-STDOUT_2829=0 -4.82878 0 0 -3.75859 0 0 -78.8523 -10.3773 -35.6591 -18.8104 -43.2296 10.9989 -28
-STDOUT_2830=0 -3.82201 0 0 -2.97778 0 0 -70.3675 -11.4633 -35.2248 -9.32069 -29.1187 8.99907 -23
-STDOUT_2831=0 -4.07132 0 0 -3.0163 0 0 -70.3675 -10.295 -35.2248 -8.47764 -29.1187 7.99917 -23
-STDOUT_2832=0 -4.70729 0 0 -3.33148 0 0 -78.9005 -11.9054 -35.6308 -19.5462 -41.9222 9.99896 -28
-STDOUT_2833=0 -3.66177 0 0 -4.23165 0 0 -70.3675 -12.3099 -35.2247 -8.52607 -29.1187 8.99907 -23
-STDOUT_2834=0 -4.29251 0 0 -4.51558 0 0 -80.0018 -13.7243 -36.4444 -12.8034 -31.7039 8.99907 -26
-STDOUT_2835=0 -4.63355 0 0 -3.4091 0 0 -78.9005 -12.0978 -35.6308 -19.5828 -41.9222 9.99896 -28
-STDOUT_2836=0 -3.59225 0 0 -2.77605 0 0 -70.3675 -11.3174 -35.2248 -10.3892 -29.1187 9.99896 -23
-STDOUT_2837=0 -4.76256 0 0 -4.11432 0 0 -78.8523 -12.7872 -35.6591 -18.4637 -43.2296 10.9989 -28
-STDOUT_2838=0 -5.25955 0 0 -3.55328 0 0 -78.9005 -12.6181 -35.6308 -19.1098 -41.9222 10.9989 -28
-STDOUT_2839=0 -5.29873 0 0 -3.8179 0 0 -78.8523 -10.7851 -35.6591 -18.0995 -43.2296 10.9989 -28
-STDOUT_2840=0 -4.24347 0 0 -3.23821 0 0 -70.3675 -11.6739 -35.2248 -9.09135 -29.1187 9.99896 -23
-STDOUT_2841=0 -3.2334 0 0 -4.02312 0 0 -70.3675 -12.1348 -35.2248 -9.33595 -29.1187 8.99907 -23
-STDOUT_2842=0 -3.99999 0 0 -2.87762 0 0 -70.3675 -11.1789 -35.2247 -9.20731 -29.1187 8.99907 -23
-STDOUT_2843=0 -5.17847 0 0 -3.6694 0 0 -80.0018 -13.2465 -36.4444 -13.3783 -31.7039 10.9989 -26
-STDOUT_2844=0 -3.52603 0 0 -3.13179 0 0 -70.3675 -13.7273 -35.2247 -10.0425 -29.1187 9.99896 -23
-STDOUT_2845=0 -4.02302 0 0 -2.57074 0 0 -70.4157 -13.5582 -35.1964 -10.6886 -27.8113 9.99896 -23
-STDOUT_2846=0 -3.76515 0 0 -2.85939 0 0 -78.4803 -10.417 -33.3429 -18.8224 -39.5265 8.99907 -27
-STDOUT_2847=0 -3.85393 0 0 -3.15699 0 0 -74.4556 -14.633 -36.4444 -9.87417 -29.3003 8.99907 -24
-STDOUT_2848=FEATURES_TXT_END_0
-STDOUT_2849=FEATURES_TXT_BEGIN_0 4 200 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_2850=0 -8.41335 0 0 -8.29598 0 0 -144.135 -82.9015 -104.26 -30.2335 -35.8826 18.998 -34
-STDOUT_2851=0 -8.57798 0 0 -8.13327 0 0 -144.135 -81.7381 -104.26 -31.5642 -35.8826 18.998 -34
-STDOUT_2852=0 -8.71681 0 0 -7.66563 0 0 -148.744 -71.0118 -101.243 -26.5948 -41.3946 17.9981 -36
-STDOUT_2853=0 -8.88144 0 0 -7.50292 0 0 -148.744 -69.8484 -101.243 -27.9255 -41.3946 17.9981 -36
-STDOUT_2854=0 -8.45964 0 0 -8.3306 0 0 -144.424 -83.761 -104.332 -30.2127 -33.6292 18.998 -34
-STDOUT_2855=0 -8.62427 0 0 -8.1679 0 0 -144.424 -82.5976 -104.332 -31.5434 -33.6292 18.998 -34
-STDOUT_2856=0 -9.43894 0 0 -7.68188 0 0 -145.46 -75.9281 -105.44 -28.5407 -40.3463 17.9981 -35
-STDOUT_2857=0 -8.75139 0 0 -7.94139 0 0 -145.46 -77.2068 -105.44 -28.7159 -40.3463 18.998 -35
-STDOUT_2858=0 -8.94092 0 0 -7.14061 0 0 -145.822 -76.1927 -106.593 -27.5744 -43.7048 17.9981 -36
-STDOUT_2859=0 -8.41795 0 0 -8.26676 0 0 -144.135 -82.0026 -104.26 -32.2087 -35.8826 18.998 -34
-STDOUT_2860=0 -8.76309 0 0 -7.70025 0 0 -149.033 -71.8713 -101.316 -26.574 -39.1412 17.9981 -36
-STDOUT_2861=0 -9.60357 0 0 -7.51917 0 0 -145.46 -74.7647 -105.44 -29.8714 -40.3463 17.9981 -35
-STDOUT_2862=0 -8.91602 0 0 -7.77868 0 0 -145.46 -76.0434 -105.44 -30.0466 -40.3463 18.998 -35
-STDOUT_2863=0 -9.10555 0 0 -6.9779 0 0 -145.822 -75.0293 -106.593 -28.9051 -43.7048 17.9981 -36
-STDOUT_2864=0 -8.92773 0 0 -7.53754 0 0 -149.033 -70.7079 -101.316 -27.9047 -39.1412 17.9981 -36
-STDOUT_2865=0 -8.52611 0 0 -7.99188 0 0 -148.744 -71.912 -101.243 -26.0417 -41.3946 18.998 -36
-STDOUT_2866=0 -8.69074 0 0 -7.82917 0 0 -148.744 -70.7486 -101.243 -27.3724 -41.3946 18.998 -36
-STDOUT_2867=0 -8.72141 0 0 -7.63641 0 0 -148.744 -70.1129 -101.243 -28.57 -41.3946 17.9981 -36
-STDOUT_2868=0 -9.96742 0 0 -8.43585 0 0 -137.841 -91.1349 -116.055 -30.5898 -36.3389 17.9981 -33
-STDOUT_2869=0 -10.1684 0 0 -8.80937 0 0 -137.841 -90.1238 -116.055 -29.7074 -36.3389 18.998 -33
-STDOUT_2870=0 -9.48523 0 0 -7.7165 0 0 -145.749 -76.7876 -105.512 -28.5199 -38.0929 17.9981 -35
-STDOUT_2871=0 -8.79768 0 0 -7.97601 0 0 -145.749 -78.0663 -105.512 -28.6951 -38.0929 18.998 -35
-STDOUT_2872=0 -8.98721 0 0 -7.17523 0 0 -146.111 -77.0522 -106.666 -27.5536 -41.4514 17.9981 -36
-STDOUT_2873=0 -10.1321 0 0 -8.27315 0 0 -137.841 -89.9715 -116.055 -31.9205 -36.3389 17.9981 -33
-STDOUT_2874=0 -8.46424 0 0 -8.30139 0 0 -144.424 -82.8621 -104.332 -32.1879 -33.6292 18.998 -34
-STDOUT_2875=0 -10.333 0 0 -8.64666 0 0 -137.841 -88.9604 -116.055 -31.0381 -36.3389 18.998 -33
-STDOUT_2876=0 -9.64986 0 0 -7.55379 0 0 -145.749 -75.6242 -105.512 -29.8506 -38.0929 17.9981 -35
-STDOUT_2877=0 -8.96231 0 0 -7.8133 0 0 -145.749 -76.9029 -105.512 -30.0258 -38.0929 18.998 -35
-STDOUT_2878=0 -9.15184 0 0 -7.01252 0 0 -146.111 -75.8888 -106.666 -28.8843 -41.4514 17.9981 -36
-STDOUT_2879=0 -8.50846 0 0 -8.57691 0 0 -141.925 -86.1816 -107.566 -31.7004 -37.2646 18.998 -34
-STDOUT_2880=0 -8.75746 0 0 -8.51852 0 0 -144.135 -83.3082 -104.26 -29.7243 -35.8826 19.9979 -34
-STDOUT_2881=0 -8.57239 0 0 -8.0265 0 0 -149.033 -72.7714 -101.316 -26.0209 -39.1412 18.998 -36
-STDOUT_2882=0 -8.97561 0 0 -7.76529 0 0 -144.56 -82.0654 -105.413 -28.4088 -39.2411 18.998 -35
-STDOUT_2883=0 -9.44354 0 0 -7.65266 0 0 -145.46 -75.0292 -105.44 -30.5159 -40.3463 17.9981 -35
-STDOUT_2884=0 -10.2625 0 0 -9.50256 0 0 -136.223 -90.7579 -116.087 -32.057 -36.654 18.998 -33
-STDOUT_2885=0 -8.75599 0 0 -7.91217 0 0 -145.46 -76.3079 -105.44 -30.6911 -40.3463 18.998 -35
-STDOUT_2886=0 -10.4635 0 0 -9.87607 0 0 -136.223 -89.7468 -116.087 -31.1746 -36.654 19.9979 -33
-STDOUT_2887=0 -8.94552 0 0 -7.11139 0 0 -145.822 -75.2938 -106.593 -29.5496 -43.7048 17.9981 -36
-STDOUT_2888=0 -8.67309 0 0 -8.4142 0 0 -141.925 -85.0182 -107.566 -33.0311 -37.2646 18.998 -34
-STDOUT_2889=0 -8.92209 0 0 -8.35581 0 0 -144.135 -82.1448 -104.26 -31.0551 -35.8826 19.9979 -34
-STDOUT_2890=0 -8.73703 0 0 -7.86379 0 0 -149.033 -71.608 -101.316 -27.3517 -39.1412 18.998 -36
-STDOUT_2891=0 -8.7677 0 0 -7.67104 0 0 -149.033 -70.9724 -101.316 -28.5493 -39.1412 17.9981 -36
-STDOUT_2892=0 -8.60035 0 0 -7.7246 0 0 -147.67 -77.2084 -100.063 -29.5605 -36.9309 18.998 -35
-STDOUT_2893=0 -10.0137 0 0 -8.47048 0 0 -138.13 -91.9944 -116.128 -30.569 -34.0856 17.9981 -33
-STDOUT_2894=0 -9.14024 0 0 -7.60258 0 0 -144.56 -80.902 -105.414 -29.7396 -39.2411 18.998 -35
-STDOUT_2895=0 -10.2147 0 0 -8.84399 0 0 -138.13 -90.9833 -116.128 -29.6866 -34.0856 18.998 -33
-STDOUT_2896=0 -10.4272 0 0 -9.33985 0 0 -136.223 -89.5945 -116.087 -33.3877 -36.654 18.998 -33
-STDOUT_2897=0 -10.6282 0 0 -9.71337 0 0 -136.223 -88.5834 -116.087 -32.5054 -36.654 19.9979 -33
-STDOUT_2898=0 -8.81191 0 0 -7.94655 0 0 -146.534 -74.2919 -104.549 -28.0617 -42.7766 17.9981 -36
-STDOUT_2899=0 -8.53071 0 0 -7.96266 0 0 -148.744 -71.013 -101.243 -28.0169 -41.3946 18.998 -36
-STDOUT_2900=0 -8.76498 0 0 -7.56189 0 0 -147.67 -76.045 -100.063 -30.8912 -36.9309 18.998 -35
-STDOUT_2901=0 -10.1783 0 0 -8.30777 0 0 -138.13 -90.831 -116.128 -31.8997 -34.0856 17.9981 -33
-STDOUT_2902=0 -10.3793 0 0 -8.68128 0 0 -138.13 -89.8199 -116.128 -31.0173 -34.0856 18.998 -33
-STDOUT_2903=0 -8.97655 0 0 -7.78385 0 0 -146.534 -73.1285 -104.549 -29.3924 -42.7766 17.9981 -36
-STDOUT_2904=0 -8.55474 0 0 -8.61153 0 0 -142.214 -87.0411 -107.638 -31.6796 -35.0112 18.998 -34
-STDOUT_2905=0 -9.15123 0 0 -8.12215 0 0 -144.135 -82.7394 -104.26 -30.9015 -35.8826 19.9979 -34
-STDOUT_2906=0 -8.80374 0 0 -8.55314 0 0 -144.424 -84.1677 -104.332 -29.7036 -33.6292 19.9979 -34
-STDOUT_2907=0 -9.97202 0 0 -8.40664 0 0 -137.841 -90.236 -116.055 -32.565 -36.3389 17.9981 -33
-STDOUT_2908=0 -8.60772 0 0 -8.35524 0 0 -141.139 -88.529 -107.85 -33.7524 -35.9226 18.998 -33
-STDOUT_2909=0 -10.173 0 0 -8.78015 0 0 -137.841 -89.2249 -116.055 -31.6826 -36.3389 18.998 -33
-STDOUT_2910=0 -9.83878 0 0 -7.89961 0 0 -144.135 -81.4607 -104.26 -30.7263 -35.8826 18.998 -34
-STDOUT_2911=0 -9.0219 0 0 -7.79991 0 0 -144.849 -82.9248 -105.486 -28.3881 -36.9877 18.998 -35
-STDOUT_2912=0 -9.48983 0 0 -7.68728 0 0 -145.749 -75.8887 -105.512 -30.4952 -38.0929 17.9981 -35
-STDOUT_2913=0 -10.3088 0 0 -9.53718 0 0 -136.512 -91.6174 -116.16 -32.0362 -34.4006 18.998 -33
-STDOUT_2914=0 -8.80228 0 0 -7.94679 0 0 -145.749 -77.1674 -105.512 -30.6703 -38.0929 18.998 -35
-STDOUT_2915=0 -10.5098 0 0 -9.9107 0 0 -136.512 -90.6063 -116.16 -31.1539 -34.4006 19.9979 -33
-STDOUT_2916=0 -8.99181 0 0 -7.14602 0 0 -146.111 -76.1533 -106.666 -29.5288 -41.4514 17.9981 -36
-STDOUT_2917=0 -8.71937 0 0 -8.44882 0 0 -142.214 -85.8777 -107.638 -33.0103 -35.0112 18.998 -34
-STDOUT_2918=0 -9.31586 0 0 -7.95944 0 0 -144.135 -81.576 -104.26 -32.2322 -35.8826 19.9979 -34
-STDOUT_2919=0 -8.96837 0 0 -8.39044 0 0 -144.424 -83.0043 -104.332 -31.0343 -33.6292 19.9979 -34
-STDOUT_2920=0 -8.77235 0 0 -8.19253 0 0 -141.139 -87.3656 -107.85 -35.0832 -35.9226 18.998 -33
-STDOUT_2921=0 -9.53405 0 0 -7.9628 0 0 -143.25 -79.2083 -108.745 -30.0076 -41.7283 17.9981 -35
-STDOUT_2922=0 -8.64663 0 0 -7.75922 0 0 -147.959 -78.0678 -100.136 -29.5397 -34.6775 18.998 -35
-STDOUT_2923=0 -8.60285 0 0 -7.86318 0 0 -148.744 -72.2114 -101.243 -27.3647 -41.3946 18.998 -36
-STDOUT_2924=0 -10.0034 0 0 -7.73691 0 0 -144.135 -80.2973 -104.26 -32.0571 -35.8826 18.998 -34
-STDOUT_2925=0 -9.18653 0 0 -7.6372 0 0 -144.849 -81.7614 -105.486 -29.7188 -36.9877 18.998 -35
-STDOUT_2926=0 -8.8465 0 0 -8.22231 0 0 -143.25 -80.487 -108.745 -30.1827 -41.7283 18.998 -35
-STDOUT_2927=0 -10.4735 0 0 -9.37448 0 0 -136.512 -90.454 -116.16 -33.367 -34.4006 18.998 -33
-STDOUT_2928=0 -9.03603 0 0 -7.42153 0 0 -143.612 -79.4729 -109.899 -29.0413 -45.0868 17.9981 -36
-STDOUT_2929=0 -10.6744 0 0 -9.74799 0 0 -136.512 -89.4429 -116.16 -32.4846 -34.4006 19.9979 -33
-STDOUT_2930=0 -8.56928 0 0 -8.05802 0 0 -146.268 -80.3699 -102.146 -29.8302 -36.2465 18.998 -35
-STDOUT_2931=0 -8.51306 0 0 -8.54769 0 0 -141.925 -85.2827 -107.566 -33.6756 -37.2646 18.998 -34
-STDOUT_2932=0 -8.77027 0 0 -8.43153 0 0 -146.268 -79.3588 -102.146 -28.9478 -36.2465 19.9979 -35
-STDOUT_2933=0 -9.34076 0 0 -7.36892 0 0 -144.56 -81.7253 -105.414 -29.76 -39.2411 18.998 -35
-STDOUT_2934=0 -8.76206 0 0 -8.4893 0 0 -144.135 -82.4093 -104.26 -31.6996 -35.8826 19.9979 -34
-STDOUT_2935=0 -8.8582 0 0 -7.98118 0 0 -146.823 -75.1514 -104.622 -28.0409 -40.5233 17.9981 -36
-STDOUT_2936=0 -8.43876 0 0 -8.501 0 0 -144.135 -82.9406 -104.26 -32.2185 -35.8826 19.9979 -34
-STDOUT_2937=0 -9.69868 0 0 -7.80009 0 0 -143.25 -78.0449 -108.745 -31.3383 -41.7283 17.9981 -35
-STDOUT_2938=0 -8.577 0 0 -7.99728 0 0 -149.033 -71.8725 -101.316 -27.9962 -39.1412 18.998 -36
-STDOUT_2939=0 -8.81126 0 0 -7.59651 0 0 -147.959 -76.9044 -100.136 -30.8705 -34.6775 18.998 -35
-STDOUT_2940=0 -8.76748 0 0 -7.70047 0 0 -148.744 -71.048 -101.243 -28.6954 -41.3946 18.998 -36
-STDOUT_2941=0 -9.11665 0 0 -7.88337 0 0 -147.67 -76.5444 -100.063 -28.7804 -36.9309 18.998 -35
-STDOUT_2942=0 -9.01113 0 0 -8.0596 0 0 -143.25 -79.3236 -108.745 -31.5135 -41.7283 18.998 -35
-STDOUT_2943=0 -9.06627 0 0 -8.46717 0 0 -144.135 -81.646 -104.26 -31.5892 -35.8826 19.9979 -34
-STDOUT_2944=0 -8.98021 0 0 -7.73607 0 0 -144.56 -81.1664 -105.414 -30.3841 -39.2411 18.998 -35
-STDOUT_2945=0 -9.20066 0 0 -7.25883 0 0 -143.612 -78.3095 -109.899 -30.372 -45.0868 17.9981 -36
-STDOUT_2946=0 -8.21115 0 0 -7.72587 0 0 -149.552 -74.754 -97.9498 -29.0335 -37.2948 18.998 -36
-STDOUT_2947=0 -10.2671 0 0 -9.47334 0 0 -136.223 -89.859 -116.087 -34.0323 -36.654 18.998 -33
-STDOUT_2948=0 -10.4681 0 0 -9.84686 0 0 -136.223 -88.8479 -116.087 -33.1499 -36.654 19.9979 -33
-STDOUT_2949=0 -8.73391 0 0 -7.89531 0 0 -146.268 -79.2065 -102.146 -31.1609 -36.2465 18.998 -35
-STDOUT_2950=0 -9.38347 0 0 -9.69633 0 0 -178.513 -58.8476 -76.09 -35.8755 -72.481 23.9975 -51
-STDOUT_2951=0 -8.81809 0 0 -9.30806 0 0 -178.513 -59.5123 -76.09 -36.5026 -72.481 22.9976 -51
-STDOUT_2952=0 -9.43534 0 0 -9.23412 0 0 -178.513 -56.4628 -76.09 -35.9474 -72.481 22.9976 -51
-STDOUT_2953=0 -9.00329 0 0 -9.52086 0 0 -178.513 -59.0845 -76.09 -36.1428 -72.481 22.9976 -51
-STDOUT_2954=0 -9.80587 0 0 -9.73412 0 0 -178.513 -59.0596 -76.09 -36.0775 -72.481 24.9974 -51
-STDOUT_2955=0 -8.86996 0 0 -8.84586 0 0 -178.513 -57.1275 -76.09 -36.5745 -72.481 21.9977 -51
-STDOUT_2956=0 -8.43791 0 0 -9.1326 0 0 -178.513 -59.7492 -76.09 -36.7699 -72.481 21.9977 -51
-STDOUT_2957=0 -9.05516 0 0 -9.05866 0 0 -178.513 -56.6998 -76.09 -36.2148 -72.481 21.9977 -51
-STDOUT_2958=0 -10.0823 0 0 -9.90231 0 0 -178.513 -60.0923 -76.09 -35.5438 -72.481 24.9974 -51
-STDOUT_2959=0 -9.24048 0 0 -9.34586 0 0 -178.513 -59.7243 -76.09 -36.7047 -72.481 23.9975 -51
-STDOUT_2960=0 -9.85773 0 0 -9.27192 0 0 -178.513 -56.6748 -76.09 -36.1495 -72.481 23.9975 -51
-STDOUT_2961=0 -8.48978 0 0 -8.67039 0 0 -178.513 -57.3644 -76.09 -36.8419 -72.481 20.9978 -51
-STDOUT_2962=0 -9.27146 0 0 -9.55866 0 0 -178.513 -59.2857 -76.09 -36.5766 -72.481 23.9975 -51
-STDOUT_2963=0 -9.5169 0 0 -9.51404 0 0 -178.513 -60.757 -76.09 -36.1709 -72.481 23.9975 -51
-STDOUT_2964=0 -10.1342 0 0 -9.4401 0 0 -178.513 -57.7075 -76.09 -35.6157 -72.481 23.9975 -51
-STDOUT_2965=0 -9.70211 0 0 -9.72684 0 0 -178.513 -60.3292 -76.09 -35.8112 -72.481 23.9975 -51
-STDOUT_2966=0 -9.32658 0 0 -9.91009 0 0 -178.513 -60.1505 -76.09 -36.262 -72.481 23.9975 -51
-STDOUT_2967=0 -9.29235 0 0 -8.88365 0 0 -178.513 -57.3395 -76.09 -36.7766 -72.481 22.9976 -51
-STDOUT_2968=0 -9.65561 0 0 -10.0573 0 0 -178.513 -60.2076 -76.09 -36.2563 -72.481 24.9974 -51
-STDOUT_2969=0 -8.70608 0 0 -9.17039 0 0 -178.513 -59.9504 -76.09 -37.2037 -72.481 22.9976 -51
-STDOUT_2970=0 -9.32333 0 0 -9.09645 0 0 -178.513 -56.901 -76.09 -36.6485 -72.481 22.9976 -51
-STDOUT_2971=0 -10.5047 0 0 -9.9401 0 0 -178.513 -60.3043 -76.09 -35.7459 -72.481 25.9973 -51
-STDOUT_2972=0 -9.56877 0 0 -9.05184 0 0 -178.513 -58.3722 -76.09 -36.2429 -72.481 22.9976 -51
-STDOUT_2973=0 -9.13672 0 0 -9.33858 0 0 -178.513 -60.9939 -76.09 -36.4383 -72.481 22.9976 -51
-STDOUT_2974=0 -9.92058 0 0 -9.91237 0 0 -178.39 -58.798 -76.09 -32.0391 -69.6801 23.9975 -50
-STDOUT_2975=0 -9.75398 0 0 -9.26464 0 0 -178.513 -57.9444 -76.09 -35.8831 -72.481 22.9976 -51
-STDOUT_2976=0 -10.5278 0 0 -9.61382 0 0 -178.513 -59.3437 -76.09 -34.9672 -72.481 23.9975 -51
-STDOUT_2977=0 -8.76119 0 0 -9.52182 0 0 -178.513 -60.8151 -76.09 -36.8891 -72.481 22.9976 -51
-STDOUT_2978=0 -9.37845 0 0 -9.44788 0 0 -178.513 -57.7657 -76.09 -36.3339 -72.481 22.9976 -51
-STDOUT_2979=0 -9.09022 0 0 -9.66907 0 0 -178.513 -60.8723 -76.09 -36.8834 -72.481 23.9975 -51
-STDOUT_2980=0 -9.96815 0 0 -10.0846 0 0 -178.513 -59.2864 -76.09 -36.0059 -72.481 24.9974 -51
-STDOUT_2981=0 -9.53594 0 0 -9.7399 0 0 -179.653 -54.9801 -75.594 -34.7339 -73.4252 22.9976 -51
-STDOUT_2982=0 -9.70748 0 0 -9.59513 0 0 -178.513 -57.8229 -76.09 -36.3282 -72.481 23.9975 -51
-STDOUT_2983=0 -9.27543 0 0 -9.88188 0 0 -178.513 -60.4446 -76.09 -36.5237 -72.481 23.9975 -51
-STDOUT_2984=0 -8.75795 0 0 -8.70819 0 0 -178.513 -57.5656 -76.09 -37.2756 -72.481 21.9977 -51
-STDOUT_2985=0 -9.38347 0 0 -9.49566 0 0 -177.191 -56.8942 -78.6991 -34.5655 -75.0266 23.9975 -51
-STDOUT_2986=0 -9.9393 0 0 -9.55184 0 0 -178.513 -60.9689 -76.09 -36.373 -72.481 24.9974 -51
-STDOUT_2987=0 -10.5566 0 0 -9.4779 0 0 -178.513 -57.9195 -76.09 -35.8178 -72.481 24.9974 -51
-STDOUT_2988=0 -9.35519 0 0 -9.52411 0 0 -178.39 -59.4627 -76.09 -32.6663 -69.6801 22.9976 -50
-STDOUT_2989=0 -9.18859 0 0 -8.87638 0 0 -178.513 -58.6091 -76.09 -36.5102 -72.481 21.9977 -51
-STDOUT_2990=0 -9.96242 0 0 -9.22556 0 0 -178.513 -60.0084 -76.09 -35.5943 -72.481 22.9976 -51
-STDOUT_2991=0 -9.97028 0 0 -9.76464 0 0 -178.513 -60.5304 -76.09 -36.2449 -72.481 24.9974 -51
-STDOUT_2992=0 -9.56323 0 0 -9.57484 0 0 -180.494 -59.6187 -76.09 -38.8308 -74.6199 23.9975 -52
-STDOUT_2993=0 -9.97245 0 0 -9.45016 0 0 -178.39 -56.4132 -76.09 -32.1111 -69.6801 22.9976 -50
-STDOUT_2994=0 -10.5797 0 0 -9.15162 0 0 -178.513 -56.959 -76.09 -35.0392 -72.481 22.9976 -51
-STDOUT_2995=0 -9.5404 0 0 -9.73691 0 0 -178.39 -59.0349 -76.09 -32.3065 -69.6801 22.9976 -50
-STDOUT_2996=0 -10.1476 0 0 -9.43836 0 0 -178.513 -59.5806 -76.09 -35.2346 -72.481 22.9976 -51
-STDOUT_2997=0 -9.74897 0 0 -9.94788 0 0 -178.513 -60.3624 -76.09 -36.4641 -72.481 24.9974 -51
-STDOUT_2998=0 -8.81306 0 0 -9.05962 0 0 -178.513 -58.4304 -76.09 -36.961 -72.481 21.9977 -51
-STDOUT_2999=0 -9.40276 0 0 -9.69633 0 0 -178.513 -59.9511 -76.09 -36.633 -72.481 23.9975 -51
-STDOUT_3000=0 -8.97055 0 0 -9.35164 0 0 -179.653 -55.6448 -75.594 -35.361 -73.4252 21.9977 -51
-STDOUT_3001=0 -10.078 0 0 -10.0951 0 0 -178.513 -60.4196 -76.09 -36.4584 -72.481 25.9973 -51
-STDOUT_3002=0 -9.14209 0 0 -9.20687 0 0 -178.513 -58.4875 -76.09 -36.9553 -72.481 22.9976 -51
-STDOUT_3003=0 -10.02 0 0 -9.62239 0 0 -178.513 -56.9016 -76.09 -36.0779 -72.481 23.9975 -51
-STDOUT_3004=0 -9.5878 0 0 -9.2777 0 0 -179.653 -52.5953 -75.594 -34.8059 -73.4252 21.9977 -51
-STDOUT_3005=0 -8.71004 0 0 -9.49361 0 0 -178.513 -61.1092 -76.09 -37.1508 -72.481 22.9976 -51
-STDOUT_3006=0 -9.58797 0 0 -9.90913 0 0 -178.513 -59.5233 -76.09 -36.2733 -72.481 23.9975 -51
-STDOUT_3007=0 -8.81809 0 0 -9.10739 0 0 -177.191 -57.5588 -78.6991 -35.1926 -75.0266 22.9976 -51
-STDOUT_3008=0 -9.15576 0 0 -9.56444 0 0 -179.653 -55.217 -75.594 -35.0013 -73.4252 21.9977 -51
-STDOUT_3009=0 -10.4365 0 0 -9.61155 0 0 -178.39 -58.5293 -76.09 -31.7822 -69.6801 23.9975 -50
-STDOUT_3010=0 -9.3273 0 0 -9.41967 0 0 -178.513 -58.0598 -76.09 -36.5956 -72.481 22.9976 -51
-STDOUT_3011=0 -9.43534 0 0 -9.03345 0 0 -177.191 -54.5094 -78.6991 -34.6375 -75.0266 22.9976 -51
-STDOUT_3012=0 -10.0254 0 0 -10.1161 0 0 -178.513 -61.3951 -76.09 -35.9303 -72.481 24.9974 -51
-STDOUT_3013=0 -9.00329 0 0 -9.32019 0 0 -177.191 -57.1311 -78.6991 -34.8329 -75.0266 22.9976 -51
-STDOUT_3014=0 -9.99117 0 0 -9.08963 0 0 -178.513 -58.5842 -76.09 -36.4449 -72.481 23.9975 -51
-STDOUT_3015=0 -10.0239 0 0 -11.2261 0 0 -178.813 -60.7437 -76.09 -38.5857 -75.2819 24.9974 -52
-STDOUT_3016=0 -10.3544 0 0 -10.2633 0 0 -178.513 -61.4523 -76.09 -35.9246 -72.481 25.9973 -51
-STDOUT_3017=0 -9.4049 0 0 -9.37638 0 0 -178.513 -61.1951 -76.09 -36.872 -72.481 23.9975 -51
-STDOUT_3018=0 -8.99784 0 0 -9.18658 0 0 -180.494 -60.2834 -76.09 -39.4579 -74.6199 22.9976 -52
-STDOUT_3019=0 -10.343 0 0 -9.95016 0 0 -178.39 -59.01 -76.09 -32.2412 -69.6801 24.9974 -50
-STDOUT_3020=0 -9.40706 0 0 -9.0619 0 0 -178.39 -57.0779 -76.09 -32.7382 -69.6801 21.9977 -50
-STDOUT_3021=0 -10.9502 0 0 -9.65162 0 0 -178.513 -59.5557 -76.09 -35.1693 -72.481 24.9974 -51
-STDOUT_3022=0 -10.0143 0 0 -8.76335 0 0 -178.513 -57.6236 -76.09 -35.6663 -72.481 21.9977 -51
-STDOUT_3023=0 -10.0222 0 0 -9.30243 0 0 -178.513 -58.1456 -76.09 -36.3169 -72.481 23.9975 -51
-STDOUT_3024=0 -9.6151 0 0 -9.11264 0 0 -180.494 -57.234 -76.09 -38.9028 -74.6199 22.9976 -52
-STDOUT_3025=0 -8.97501 0 0 -9.34864 0 0 -178.39 -59.6996 -76.09 -32.9336 -69.6801 21.9977 -50
-STDOUT_3026=0 -9.58224 0 0 -9.05009 0 0 -178.513 -60.2453 -76.09 -35.8617 -72.481 21.9977 -51
-STDOUT_3027=0 -9.18305 0 0 -9.39938 0 0 -180.494 -59.8556 -76.09 -39.0982 -74.6199 22.9976 -52
-STDOUT_3028=0 -9.18359 0 0 -9.55962 0 0 -178.513 -61.0271 -76.09 -37.0912 -72.481 23.9975 -51
-STDOUT_3029=0 -9.59227 0 0 -9.2747 0 0 -178.39 -56.6501 -76.09 -32.3784 -69.6801 21.9977 -50
-STDOUT_3030=0 -10.1995 0 0 -8.97615 0 0 -178.513 -57.1959 -76.09 -35.3065 -72.481 21.9977 -51
-STDOUT_3031=0 -9.80084 0 0 -9.48568 0 0 -178.513 -57.9777 -76.09 -36.536 -72.481 23.9975 -51
-STDOUT_3032=0 -9.51262 0 0 -9.70687 0 0 -178.513 -61.0843 -76.09 -37.0855 -72.481 24.9974 -51
-STDOUT_3033=0 -10.3905 0 0 -10.1224 0 0 -178.513 -59.4984 -76.09 -36.208 -72.481 25.9973 -51
-STDOUT_3034=0 -9.95833 0 0 -9.7777 0 0 -179.653 -55.1921 -75.594 -34.936 -73.4252 23.9975 -51
-STDOUT_3035=0 -9.45463 0 0 -9.23412 0 0 -178.513 -57.5663 -76.09 -36.705 -72.481 22.9976 -51
-STDOUT_3036=0 -9.83153 0 0 -10.3188 0 0 -178.39 -60.2987 -76.09 -32.0785 -69.6801 23.9975 -50
-STDOUT_3037=0 -9.02242 0 0 -8.88943 0 0 -179.653 -53.26 -75.594 -35.433 -73.4252 20.9978 -51
-STDOUT_3038=0 -10.1299 0 0 -9.63293 0 0 -178.513 -58.0348 -76.09 -36.5303 -72.481 24.9974 -51
-STDOUT_3039=0 -9.02258 0 0 -9.52086 0 0 -178.513 -60.188 -76.09 -36.9004 -72.481 22.9976 -51
-STDOUT_3040=0 -10.6194 0 0 -10.1161 0 0 -178.39 -60.0427 -76.09 -31.7075 -69.6801 24.9974 -50
-STDOUT_3041=0 -8.59037 0 0 -9.17618 0 0 -179.653 -55.8817 -75.594 -35.6284 -73.4252 20.9978 -51
-STDOUT_3042=0 -9.87115 0 0 -9.22328 0 0 -178.39 -59.194 -76.09 -32.4094 -69.6801 22.9976 -50
-STDOUT_3043=0 -9.80587 0 0 -9.53345 0 0 -177.191 -57.1061 -78.6991 -34.7676 -75.0266 24.9974 -51
-STDOUT_3044=0 -8.76191 0 0 -9.03141 0 0 -178.513 -58.7245 -76.09 -37.2227 -72.481 21.9977 -51
-STDOUT_3045=0 -9.63984 0 0 -9.44692 0 0 -178.513 -57.1386 -76.09 -36.3452 -72.481 22.9976 -51
-STDOUT_3046=0 -8.86996 0 0 -8.64519 0 0 -177.191 -55.1741 -78.6991 -35.2646 -75.0266 21.9977 -51
-STDOUT_3047=0 -9.20762 0 0 -9.10223 0 0 -179.653 -52.8323 -75.594 -35.0732 -73.4252 20.9978 -51
-STDOUT_3048=0 -10.4884 0 0 -9.14934 0 0 -178.39 -56.1445 -76.09 -31.8542 -69.6801 22.9976 -50
-STDOUT_3049=0 -9.5436 0 0 -9.91967 0 0 -178.513 -60.6458 -76.09 -36.9574 -72.481 24.9974 -51
-STDOUT_3050=FEATURES_TXT_END_0
-STDOUT_3051=FEATURES_TXT_BEGIN_0 5 200 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_3052=0 -3.06843 0 0 -2.70471 0 0 -67.9958 -30.0541 -51.546 -8.60848 -25.8026 7.99917 -23
-STDOUT_3053=0 -3.16299 0 0 -2.15264 0 0 -70.7793 -27.2867 -47.7598 -7.91533 -23.8134 7.99917 -23
-STDOUT_3054=0 -2.98864 0 0 -1.97829 0 0 -71.4126 -28.2465 -49.0045 -7.22218 -20.9918 7.99917 -22
-STDOUT_3055=0 -3.13989 0 0 -2.87906 0 0 -67.9958 -31.5243 -51.546 -9.38143 -25.8026 7.99917 -23
-STDOUT_3056=0 -3.27763 0 0 -2.90538 0 0 -67.9958 -31.0659 -51.546 -9.43561 -25.8026 8.99907 -23
-STDOUT_3057=0 -3.45031 0 0 -2.9138 0 0 -67.9958 -30.5045 -51.546 -9.40977 -25.8026 8.99907 -23
-STDOUT_3058=0 -3.2525 0 0 -2.89458 0 0 -67.9958 -31.9548 -51.546 -8.75229 -25.8026 8.99907 -23
-STDOUT_3059=0 -3.39034 0 0 -2.42815 0 0 -70.7793 -27.6932 -47.7598 -8.70146 -23.8134 8.99907 -23
-STDOUT_3060=0 -3.21599 0 0 -2.25379 0 0 -71.4126 -28.653 -49.0045 -8.00831 -20.9918 8.99907 -22
-STDOUT_3061=0 -3.23445 0 0 -2.32699 0 0 -70.7793 -28.757 -47.7598 -8.68828 -23.8134 7.99917 -23
-STDOUT_3062=0 -3.49257 0 0 -2.98208 0 0 -67.9958 -30.9429 -51.546 -8.918 -25.8026 8.99907 -23
-STDOUT_3063=0 -3.37219 0 0 -2.35331 0 0 -70.7793 -28.2986 -47.7598 -8.74246 -23.8134 8.99907 -23
-STDOUT_3064=0 -3.54487 0 0 -2.36173 0 0 -70.7793 -27.7372 -47.7598 -8.71662 -23.8134 8.99907 -23
-STDOUT_3065=0 -3.0601 0 0 -2.15264 0 0 -71.4126 -29.7167 -49.0045 -7.99513 -20.9918 7.99917 -22
-STDOUT_3066=0 -3.34706 0 0 -2.34251 0 0 -70.7793 -29.1874 -47.7598 -8.05915 -23.8134 8.99907 -23
-STDOUT_3067=0 -3.37052 0 0 -2.18738 0 0 -71.4126 -28.6969 -49.0045 -8.02347 -20.9918 8.99907 -22
-STDOUT_3068=0 -3.17271 0 0 -2.16815 0 0 -71.4126 -30.1472 -49.0045 -7.366 -20.9918 8.99907 -22
-STDOUT_3069=0 -3.58713 0 0 -2.43001 0 0 -70.7793 -28.1755 -47.7598 -8.22486 -23.8134 8.99907 -23
-STDOUT_3070=0 -3.41278 0 0 -2.25566 0 0 -71.4126 -29.1353 -49.0045 -7.53171 -20.9918 8.99907 -22
-STDOUT_3071=0 -2.89408 0 0 -2.53036 0 0 -69.8557 -31.0138 -52.7907 -7.91533 -22.9809 7.99917 -22
-STDOUT_3072=0 -3.30313 0 0 -3.10592 0 0 -67.9958 -31.9306 -51.546 -9.14082 -25.8026 8.99907 -23
-STDOUT_3073=0 -3.31302 0 0 -3.21554 0 0 -67.9958 -31.8768 -51.546 -9.00899 -25.8026 8.99907 -23
-STDOUT_3074=0 -3.39769 0 0 -2.55385 0 0 -70.7793 -29.1632 -47.7598 -8.44767 -23.8134 8.99907 -23
-STDOUT_3075=0 -3.69126 0 0 -3.21554 0 0 -67.9958 -31.2556 -51.546 -8.72964 -25.8026 8.99907 -23
-STDOUT_3076=0 -3.40758 0 0 -2.66347 0 0 -70.7793 -29.1094 -47.7598 -8.31584 -23.8134 8.99907 -23
-STDOUT_3077=0 -3.23322 0 0 -2.48911 0 0 -71.4126 -30.0692 -49.0045 -7.62269 -20.9918 8.99907 -22
-STDOUT_3078=0 -3.13818 0 0 -2.37949 0 0 -71.4126 -31.1419 -49.0045 -7.34906 -20.9918 8.99907 -22
-STDOUT_3079=0 -3.78582 0 0 -2.66347 0 0 -70.7793 -28.4882 -47.7598 -8.03649 -23.8134 8.99907 -23
-STDOUT_3080=0 -2.95292 0 0 -2.25272 0 0 -70.997 -29.4003 -49.2703 -9.30162 -24.179 7.99917 -23
-STDOUT_3081=0 -3.61146 0 0 -2.48911 0 0 -71.4126 -29.448 -49.0045 -7.34334 -20.9918 8.99907 -22
-STDOUT_3082=0 -2.77857 0 0 -2.07837 0 0 -71.6303 -30.3601 -50.515 -8.60847 -21.3573 7.99917 -22
-STDOUT_3083=0 -3.32396 0 0 -3.06893 0 0 -67.9958 -32.8304 -51.546 -9.52525 -25.8026 8.99907 -23
-STDOUT_3084=0 -2.95292 0 0 -2.25272 0 0 -71.3246 -27.9517 -49.1686 -9.30162 -25.2776 7.99917 -23
-STDOUT_3085=0 -2.77857 0 0 -2.07837 0 0 -71.9579 -28.9114 -50.4133 -8.60847 -22.4559 7.99917 -22
-STDOUT_3086=0 -3.60775 0 0 -2.98022 0 0 -67.9958 -31.3013 -51.546 -10.7576 -25.8026 8.99907 -23
-STDOUT_3087=0 -3.41852 0 0 -2.51686 0 0 -70.7793 -30.063 -47.7598 -8.8321 -23.8134 8.99907 -23
-STDOUT_3088=0 -2.85378 0 0 -2.70471 0 0 -67.9958 -34.0549 -51.546 -11.5285 -25.8026 7.99917 -23
-STDOUT_3089=0 -3.45658 0 0 -3.29991 0 0 -67.9958 -32.1533 -51.546 -9.47689 -25.8026 8.99907 -23
-STDOUT_3090=0 -3.34909 0 0 -3.07973 0 0 -67.9958 -32.5362 -51.546 -10.2086 -25.8026 8.99907 -23
-STDOUT_3091=0 -3.52177 0 0 -3.08816 0 0 -67.9958 -31.9748 -51.546 -10.1827 -25.8026 8.99907 -23
-STDOUT_3092=0 -3.24417 0 0 -2.34251 0 0 -71.4126 -31.0228 -49.0045 -8.13895 -20.9918 8.99907 -22
-STDOUT_3093=0 -3.4618 0 0 -2.6025 0 0 -70.7793 -29.1635 -47.7598 -9.47441 -23.8134 8.99907 -23
-STDOUT_3094=0 -3.65951 0 0 -3.11447 0 0 -67.9958 -31.5164 -51.546 -10.2369 -25.8026 9.99896 -23
-STDOUT_3095=0 -3.4617 0 0 -3.09525 0 0 -67.9958 -32.9666 -51.546 -9.57943 -25.8026 9.99896 -23
-STDOUT_3096=0 -3.01223 0 0 -2.61381 0 0 -71.2902 -29.5478 -49.6652 -7.73086 -23.7693 8.99907 -23
-STDOUT_3097=0 -3.63438 0 0 -3.10367 0 0 -67.9958 -32.4052 -51.546 -9.55358 -25.8026 9.99896 -23
-STDOUT_3098=0 -3.59954 0 0 -2.62882 0 0 -70.7793 -28.7051 -47.7598 -9.52859 -23.8134 9.99896 -23
-STDOUT_3099=0 -3.77222 0 0 -2.63724 0 0 -70.7793 -28.1437 -47.7598 -9.50275 -23.8134 9.99896 -23
-STDOUT_3100=0 -3.28745 0 0 -2.42815 0 0 -71.4126 -30.1233 -49.0045 -8.78126 -20.9918 8.99907 -22
-STDOUT_3101=0 -3.57441 0 0 -2.61801 0 0 -70.7793 -29.5939 -47.7598 -8.84527 -23.8134 9.99896 -23
-STDOUT_3102=0 -2.94834 0 0 -2.15264 0 0 -70.7793 -31.2876 -47.7598 -10.8354 -23.8134 7.99917 -23
-STDOUT_3103=0 -3.55114 0 0 -2.74784 0 0 -70.7793 -29.3859 -47.7598 -8.78374 -23.8134 8.99907 -23
-STDOUT_3104=0 -3.59787 0 0 -2.46288 0 0 -71.4126 -29.1035 -49.0045 -8.8096 -20.9918 9.99896 -22
-STDOUT_3105=0 -3.44365 0 0 -2.52766 0 0 -70.7793 -29.7688 -47.7598 -9.51542 -23.8134 8.99907 -23
-STDOUT_3106=0 -3.61633 0 0 -2.53609 0 0 -70.7793 -29.2074 -47.7598 -9.48957 -23.8134 8.99907 -23
-STDOUT_3107=0 -3.33345 0 0 -4.75352 0 0 -67.9958 -30.3121 -51.546 -7.36676 -25.8026 7.99917 -23
-STDOUT_3108=0 -3.70177 0 0 -3.18275 0 0 -67.9958 -31.9547 -51.546 -9.74514 -25.8026 9.99896 -23
-STDOUT_3109=0 -3.87445 0 0 -3.19117 0 0 -67.9958 -31.3933 -51.546 -9.71929 -25.8026 9.99896 -23
-STDOUT_3110=0 -3.40006 0 0 -2.44366 0 0 -71.4126 -30.5537 -49.0045 -8.15213 -20.9918 9.99896 -22
-STDOUT_3111=0 -2.77398 0 0 -1.97829 0 0 -71.4126 -32.2473 -49.0045 -10.1422 -20.9918 7.99917 -22
-STDOUT_3112=0 -3.67664 0 0 -3.17195 0 0 -67.9958 -32.8436 -51.546 -9.06182 -25.8026 9.99896 -23
-STDOUT_3113=0 -3.81448 0 0 -2.70552 0 0 -70.7793 -28.582 -47.7598 -9.01098 -23.8134 9.99896 -23
-STDOUT_3114=0 -3.75407 0 0 -2.5624 0 0 -70.7793 -28.749 -47.7598 -9.54375 -23.8134 9.99896 -23
-STDOUT_3115=0 -3.44198 0 0 -2.36173 0 0 -71.4126 -30.1672 -49.0045 -8.79642 -20.9918 8.99907 -22
-STDOUT_3116=0 -3.55626 0 0 -2.54318 0 0 -70.7793 -30.1993 -47.7598 -8.88628 -23.8134 9.99896 -23
-STDOUT_3117=0 -3.10679 0 0 -2.06174 0 0 -74.0737 -26.7804 -45.879 -7.03771 -21.7801 8.99907 -23
-STDOUT_3118=0 -3.72894 0 0 -2.5516 0 0 -70.7793 -29.6379 -47.7598 -8.86043 -23.8134 9.99896 -23
-STDOUT_3119=0 -3.64013 0 0 -2.53116 0 0 -71.4126 -29.5418 -49.0045 -8.31784 -20.9918 9.99896 -22
-STDOUT_3120=0 -3.55459 0 0 -2.37724 0 0 -71.4126 -30.5976 -49.0045 -8.16729 -20.9918 9.99896 -22
-STDOUT_3121=0 -3.42801 0 0 -4.20145 0 0 -70.7793 -27.5447 -47.7598 -6.67362 -23.8134 7.99917 -23
-STDOUT_3122=0 -3.29163 0 0 -2.57348 0 0 -71.4126 -31.3646 -49.0045 -7.68513 -20.9918 8.99907 -22
-STDOUT_3123=0 -3.79633 0 0 -2.63068 0 0 -70.7793 -29.1874 -47.7598 -9.05199 -23.8134 9.99896 -23
-STDOUT_3124=0 -3.96901 0 0 -2.6391 0 0 -70.7793 -28.626 -47.7598 -9.02614 -23.8134 9.99896 -23
-STDOUT_3125=0 -6.30101 0 0 -3.40359 0 0 -63.2692 -38.2466 -59.8288 -9.00209 -19.4815 7.99917 -20
-STDOUT_3126=0 -3.7712 0 0 -2.61988 0 0 -70.7793 -30.0762 -47.7598 -8.36867 -23.8134 9.99896 -23
-STDOUT_3127=0 -3.25609 0 0 -3.30659 0 0 -67.9958 -33.5387 -51.546 -9.78921 -25.8026 9.99896 -23
-STDOUT_3128=0 -2.96554 0 0 -2.70471 0 0 -69.8557 -32.4841 -52.7907 -8.68828 -22.9809 7.99917 -22
-STDOUT_3129=0 -3.25365 0 0 -4.02709 0 0 -71.4126 -28.5045 -49.0045 -5.98047 -20.9918 7.99917 -22
-STDOUT_3130=0 -3.79466 0 0 -2.46475 0 0 -71.4126 -29.5857 -49.0045 -8.333 -20.9918 9.99896 -22
-STDOUT_3131=0 -3.59685 0 0 -2.44552 0 0 -71.4126 -31.036 -49.0045 -7.67552 -20.9918 9.99896 -22
-STDOUT_3132=0 -3.27596 0 0 -2.73945 0 0 -69.8557 -31.4643 -52.7907 -8.71662 -22.9809 8.99907 -22
-STDOUT_3133=0 -3.07815 0 0 -2.72022 0 0 -69.8557 -32.9145 -52.7907 -8.05915 -22.9809 8.99907 -22
-STDOUT_3134=0 -3.39026 0 0 -2.52823 0 0 -70.997 -29.2666 -49.2703 -9.06731 -24.179 8.99907 -23
-STDOUT_3135=0 -3.37459 0 0 -3.28027 0 0 -67.9958 -33.4008 -51.546 -9.91377 -25.8026 8.99907 -23
-STDOUT_3136=0 -6.39557 0 0 -2.85152 0 0 -66.0527 -35.4792 -56.0426 -8.30895 -17.4923 7.99917 -20
-STDOUT_3137=0 -3.21591 0 0 -2.35388 0 0 -71.6303 -30.2264 -50.515 -8.37416 -21.3573 8.99907 -22
-STDOUT_3138=0 -3.35065 0 0 -2.75452 0 0 -70.7793 -30.7714 -47.7598 -9.09607 -23.8134 9.99896 -23
-STDOUT_3139=0 -3.68501 0 0 -3.31501 0 0 -67.9958 -32.381 -51.546 -9.94211 -25.8026 9.99896 -23
-STDOUT_3140=0 -3.31822 0 0 -2.80773 0 0 -69.8557 -31.9026 -52.7907 -8.22486 -22.9809 8.99907 -22
-STDOUT_3141=0 -3.4872 0 0 -3.29578 0 0 -67.9958 -33.8313 -51.546 -9.28464 -25.8026 9.99896 -23
-STDOUT_3142=0 -3.62504 0 0 -2.82935 0 0 -70.7793 -29.5697 -47.7598 -9.2338 -23.8134 9.99896 -23
-STDOUT_3143=0 -3.12727 0 0 -2.42708 0 0 -71.2068 -29.0598 -48.7988 -9.99477 -24.7716 7.99917 -23
-STDOUT_3144=0 -6.22121 0 0 -2.67717 0 0 -66.686 -36.439 -57.2873 -7.6158 -14.6707 7.99917 -19
-STDOUT_3145=0 -3.17536 0 0 -3.21554 0 0 -67.9958 -33.204 -51.546 -11.299 -25.8026 8.99907 -23
-STDOUT_3146=0 -3.52221 0 0 -3.41621 0 0 -67.9958 -32.8886 -51.546 -9.83612 -25.8026 9.99896 -23
-STDOUT_3147=0 -3.6949 0 0 -3.42463 0 0 -67.9958 -32.3272 -51.546 -9.81028 -25.8026 9.99896 -23
-STDOUT_3148=0 -3.49709 0 0 -3.4054 0 0 -67.9958 -33.7775 -51.546 -9.15281 -25.8026 9.99896 -23
-STDOUT_3149=0 -3.46915 0 0 -2.7282 0 0 -70.7793 -30.6335 -47.7598 -9.22063 -23.8134 8.99907 -23
-STDOUT_3150=0 -3.63493 0 0 -2.93897 0 0 -70.7793 -29.516 -47.7598 -9.10197 -23.8134 9.99896 -23
-STDOUT_3151=0 -3.72727 0 0 -3.38329 0 0 -67.9958 -32.8194 -51.546 -9.45035 -25.8026 9.99896 -23
-STDOUT_3152=0 -3.0754 0 0 -3.81521 0 0 -87.5262 -15.7527 -33.811 -8.69755 -27.3083 10.9989 -28
-STDOUT_3153=0 -2.91367 0 0 -3.62535 0 0 -87.5262 -15.2572 -33.811 -8.84197 -27.3083 9.99896 -28
-STDOUT_3154=0 -3.2427 0 0 -4.21642 0 0 -87.5262 -17.2618 -33.811 -8.91762 -27.3083 11.9988 -28
-STDOUT_3155=0 -3.96375 0 0 -3.03507 0 0 -94.9474 -17.9769 -34.0913 -21.633 -39.4336 11.9988 -33
-STDOUT_3156=0 -4.00728 0 0 -3.35658 0 0 -94.9474 -19.2588 -34.0913 -21.8386 -39.4336 12.9986 -33
-STDOUT_3157=0 -3.14842 0 0 -3.82602 0 0 -87.5262 -15.9527 -33.811 -9.08453 -27.3083 10.9989 -28
-STDOUT_3158=0 -2.94206 0 0 -3.63615 0 0 -87.5262 -15.5483 -33.811 -9.02819 -27.3083 9.99896 -28
-STDOUT_3159=0 -3.36222 0 0 -2.7562 0 0 -87.5262 -16.3803 -33.811 -9.61934 -27.3083 10.9989 -28
-STDOUT_3160=0 -3.3263 0 0 -3.07772 0 0 -87.5262 -17.7491 -33.811 -9.87829 -27.3083 11.9988 -28
-STDOUT_3161=0 -3.08097 0 0 -4.02656 0 0 -87.5262 -16.7663 -33.811 -9.06204 -27.3083 10.9989 -28
-STDOUT_3162=0 -3.80202 0 0 -2.8452 0 0 -94.9474 -17.4814 -34.0913 -21.7774 -39.4336 10.9989 -33
-STDOUT_3163=0 -3.34041 0 0 -5.86402 0 0 -87.5262 -16.0107 -33.811 -7.45584 -27.3083 10.9989 -28
-STDOUT_3164=0 -4.13105 0 0 -3.43627 0 0 -94.9474 -19.4861 -34.0913 -21.8531 -39.4336 12.9986 -33
-STDOUT_3165=0 -3.84555 0 0 -3.16672 0 0 -94.9474 -18.7633 -34.0913 -21.983 -39.4336 11.9988 -33
-STDOUT_3166=0 -3.71107 0 0 -4.03557 0 0 -87.5262 -16.6501 -33.811 -8.89663 -27.3083 11.9988 -28
-STDOUT_3167=0 -4.17458 0 0 -3.75779 0 0 -94.9474 -20.7679 -34.0913 -22.0587 -39.4336 13.9985 -33
-STDOUT_3168=0 -3.5047 0 0 -3.84571 0 0 -87.5262 -16.2456 -33.811 -8.84029 -27.3083 10.9989 -28
-STDOUT_3169=0 -3.74957 0 0 -2.70905 0 0 -91.8213 -18.249 -31.2492 -13.6809 -27.5067 12.9986 -29
-STDOUT_3170=0 -3.31572 0 0 -4.22723 0 0 -87.5262 -17.4619 -33.811 -9.3046 -27.3083 11.9988 -28
-STDOUT_3171=0 -3.20049 0 0 -2.56634 0 0 -87.5262 -15.8848 -33.811 -9.76376 -27.3083 9.99896 -28
-STDOUT_3172=0 -2.68639 0 0 -2.52729 0 0 -87.5262 -17.8668 -33.811 -10.9245 -27.3083 10.9989 -28
-STDOUT_3173=0 -3.16457 0 0 -2.88785 0 0 -87.5262 -17.2536 -33.811 -10.0227 -27.3083 10.9989 -28
-STDOUT_3174=0 -3.10936 0 0 -4.03736 0 0 -87.5262 -17.0574 -33.811 -9.24826 -27.3083 10.9989 -28
-STDOUT_3175=0 -3.52952 0 0 -3.15741 0 0 -87.5262 -17.8894 -33.811 -9.83941 -27.3083 11.9988 -28
-STDOUT_3176=0 -3.71414 0 0 -4.57449 0 0 -87.5262 -14.8917 -33.811 -8.17879 -27.3083 10.9989 -28
-STDOUT_3177=0 -3.4936 0 0 -3.47893 0 0 -87.5262 -19.2582 -33.811 -10.0984 -27.3083 12.9986 -28
-STDOUT_3178=0 -4.03677 0 0 -3.04587 0 0 -94.9474 -18.177 -34.0913 -22.02 -39.4336 11.9988 -33
-STDOUT_3179=0 -3.69822 0 0 -4.32604 0 0 -87.5262 -16.9542 -33.811 -8.81871 -27.3083 11.9988 -28
-STDOUT_3180=0 -3.83041 0 0 -2.856 0 0 -94.9474 -17.7725 -34.0913 -21.9637 -39.4336 10.9989 -33
-STDOUT_3181=0 -4.0803 0 0 -3.36739 0 0 -94.9474 -19.4588 -34.0913 -22.2256 -39.4336 12.9986 -33
-STDOUT_3182=0 -3.45728 0 0 -4.02431 0 0 -87.5262 -16.2032 -33.811 -9.49884 -27.3083 11.9988 -28
-STDOUT_3183=0 -4.05831 0 0 -2.483 0 0 -101.241 -15.2096 -30.3051 -20.9399 -37.4445 11.9988 -33
-STDOUT_3184=0 -3.87394 0 0 -3.17752 0 0 -94.9474 -19.0544 -34.0913 -22.1692 -39.4336 11.9988 -33
-STDOUT_3185=0 -3.17868 0 0 -5.67415 0 0 -87.5262 -15.5152 -33.811 -7.60026 -27.3083 9.99896 -28
-STDOUT_3186=0 -3.96932 0 0 -3.24641 0 0 -94.9474 -18.9906 -34.0913 -21.9975 -39.4336 11.9988 -33
-STDOUT_3187=0 -4.10184 0 0 -2.80451 0 0 -101.241 -16.4914 -30.3051 -21.1454 -37.4445 12.9986 -33
-STDOUT_3188=0 -3.50771 0 0 -6.26523 0 0 -87.5262 -17.5198 -33.811 -7.67591 -27.3083 11.9988 -28
-STDOUT_3189=0 -4.01285 0 0 -3.56792 0 0 -94.9474 -20.2724 -34.0913 -22.2031 -39.4336 12.9986 -33
-STDOUT_3190=0 -3.43524 0 0 -2.76701 0 0 -87.5262 -16.5803 -33.811 -10.0063 -27.3083 10.9989 -28
-STDOUT_3191=0 -3.84823 0 0 -2.58308 0 0 -98.4938 -17.3231 -31.8156 -22.3262 -37.81 11.9988 -33
-STDOUT_3192=0 -3.39932 0 0 -3.08852 0 0 -87.5262 -17.9491 -33.811 -10.2653 -27.3083 11.9988 -28
-STDOUT_3193=0 -3.25182 0 0 -4.5853 0 0 -87.5262 -15.8328 -33.811 -8.94932 -27.3083 10.9989 -28
-STDOUT_3194=0 -3.87837 0 0 -4.43678 0 0 -87.5262 -18.1592 -33.811 -9.1167 -27.3083 12.9986 -28
-STDOUT_3195=0 -3.58784 0 0 -2.51919 0 0 -91.8213 -17.7535 -31.2492 -13.8253 -27.5067 11.9988 -29
-STDOUT_3196=0 -4.28557 0 0 -2.85859 0 0 -98.4938 -17.1895 -31.8156 -22.0919 -37.81 12.9986 -33
-STDOUT_3197=0 -3.22888 0 0 -2.57714 0 0 -87.5262 -16.1759 -33.811 -9.94998 -27.3083 9.99896 -28
-STDOUT_3198=0 -3.47071 0 0 -4.97267 0 0 -85.3616 -16.9095 -34.8198 -9.3907 -27.5803 10.9989 -28
-STDOUT_3199=0 -4.22876 0 0 -5.08387 0 0 -94.9474 -18.235 -34.0913 -20.3913 -39.4336 11.9988 -33
-STDOUT_3200=0 -3.19296 0 0 -2.89866 0 0 -87.5262 -17.5447 -33.811 -10.2089 -27.3083 10.9989 -28
-STDOUT_3201=0 -3.04546 0 0 -4.39543 0 0 -87.5262 -15.4283 -33.811 -8.89298 -27.3083 9.99896 -28
-STDOUT_3202=0 -3.67201 0 0 -4.24691 0 0 -87.5262 -17.7547 -33.811 -9.06037 -27.3083 11.9988 -28
-STDOUT_3203=0 -3.89176 0 0 -2.9046 0 0 -98.4938 -18.605 -31.8156 -22.5317 -37.81 12.9986 -33
-STDOUT_3204=0 -2.52466 0 0 -2.33743 0 0 -87.5262 -17.3713 -33.811 -11.0689 -27.3083 9.99896 -28
-STDOUT_3205=0 -3.99872 0 0 -3.39603 0 0 -91.6179 -16.7018 -33.811 -13.9145 -31.5861 11.9988 -30
-STDOUT_3206=0 -3.91687 0 0 -3.11026 0 0 -91.8213 -19.7581 -31.2492 -13.9009 -27.5067 13.9985 -29
-STDOUT_3207=0 -4.3291 0 0 -3.1801 0 0 -98.4938 -18.4713 -31.8156 -22.2974 -37.81 13.9985 -33
-STDOUT_3208=0 -4.27229 0 0 -5.40539 0 0 -94.9474 -19.5168 -34.0913 -20.5969 -39.4336 12.9986 -33
-STDOUT_3209=0 -4.59942 0 0 -3.25542 0 0 -94.9474 -18.8743 -34.0913 -21.8321 -39.4336 12.9986 -33
-STDOUT_3210=0 -3.36779 0 0 -2.96755 0 0 -87.5262 -17.3939 -33.811 -9.98383 -27.3083 10.9989 -28
-STDOUT_3211=0 -3.55241 0 0 -4.38463 0 0 -87.5262 -14.3962 -33.811 -8.32322 -27.3083 9.99896 -28
-STDOUT_3212=0 -2.85369 0 0 -2.9285 0 0 -87.5262 -19.3759 -33.811 -11.1445 -27.3083 11.9988 -28
-STDOUT_3213=0 -3.33187 0 0 -3.28906 0 0 -87.5262 -18.7627 -33.811 -10.2428 -27.3083 11.9988 -28
-STDOUT_3214=0 -4.04225 0 0 -3.71755 0 0 -91.6179 -17.9837 -33.811 -14.12 -31.5861 12.9986 -30
-STDOUT_3215=0 -4.39306 0 0 -3.06556 0 0 -94.9474 -18.4698 -34.0913 -21.7758 -39.4336 11.9988 -33
-STDOUT_3216=0 -3.53649 0 0 -4.13617 0 0 -87.5262 -16.4587 -33.811 -8.96313 -27.3083 10.9989 -28
-STDOUT_3217=0 -3.88145 0 0 -4.9757 0 0 -87.5262 -16.4008 -33.811 -8.39887 -27.3083 11.9988 -28
-STDOUT_3218=0 -3.41343 0 0 -5.87482 0 0 -87.5262 -16.2108 -33.811 -7.84282 -27.3083 10.9989 -28
-STDOUT_3219=0 -4.20408 0 0 -3.44708 0 0 -94.9474 -19.6861 -34.0913 -22.2401 -39.4336 12.9986 -33
-STDOUT_3220=0 -4.64295 0 0 -3.57694 0 0 -94.9474 -20.1561 -34.0913 -22.0377 -39.4336 13.9985 -33
-STDOUT_3221=0 -3.86552 0 0 -4.72725 0 0 -87.5262 -18.4633 -33.811 -9.03878 -27.3083 12.9986 -28
-STDOUT_3222=0 -3.20707 0 0 -5.68496 0 0 -87.5262 -15.8063 -33.811 -7.78648 -27.3083 9.99896 -28
-STDOUT_3223=0 -3.29555 0 0 -3.83444 0 0 -87.5262 -15.7077 -33.811 -9.64326 -27.3083 10.9989 -28
-STDOUT_3224=0 -3.99771 0 0 -3.25721 0 0 -94.9474 -19.2816 -34.0913 -22.1837 -39.4336 11.9988 -33
-STDOUT_3225=0 -4.43659 0 0 -3.38707 0 0 -94.9474 -19.7517 -34.0913 -21.9813 -39.4336 12.9987 -33
-STDOUT_3226=0 -3.95873 0 0 -4.62626 0 0 -87.5262 -16.7144 -33.811 -8.57931 -27.3083 11.9988 -28
-STDOUT_3227=0 -3.89658 0 0 -2.29313 0 0 -101.241 -14.7141 -30.3051 -21.0843 -37.4445 10.9989 -33
-STDOUT_3228=0 -3.62723 0 0 -4.80501 0 0 -87.5262 -16.6383 -33.811 -8.37763 -27.3083 10.9989 -28
-STDOUT_3229=0 -4.6025 0 0 -3.79434 0 0 -94.9474 -17.116 -34.0913 -21.1143 -39.4336 11.9988 -33
-STDOUT_3230=0 -3.75658 0 0 -2.99424 0 0 -91.6179 -17.4658 -33.811 -14.0906 -31.5861 10.9989 -30
-STDOUT_3231=0 -3.59131 0 0 -5.12653 0 0 -87.5262 -18.0071 -33.811 -8.63658 -27.3083 11.9988 -28
-STDOUT_3232=0 -4.24761 0 0 -3.76859 0 0 -94.9474 -20.968 -34.0913 -22.4456 -39.4336 13.9985 -33
-STDOUT_3233=0 -3.72066 0 0 -3.31575 0 0 -91.6179 -18.8346 -33.811 -14.3496 -31.5861 11.9988 -30
-STDOUT_3234=0 -3.18658 0 0 -4.17507 0 0 -87.5262 -16.1548 -33.811 -8.42401 -27.3083 8.99906 -28
-STDOUT_3235=0 -3.62458 0 0 -4.42551 0 0 -87.5262 -17.7123 -33.811 -9.71891 -27.3083 12.9986 -28
-STDOUT_3236=0 -3.1316 0 0 -3.90612 0 0 -84.2318 -16.259 -35.6918 -9.57516 -29.3416 9.99896 -28
-STDOUT_3237=0 -4.22561 0 0 -2.8842 0 0 -101.241 -16.7187 -30.3051 -21.1599 -37.4445 12.9986 -33
-STDOUT_3238=0 -4.04124 0 0 -3.57873 0 0 -94.9474 -20.5635 -34.0913 -22.3893 -39.4336 12.9986 -33
-STDOUT_3239=0 -4.58657 0 0 -3.54589 0 0 -94.9474 -19.1784 -34.0913 -21.7542 -39.4336 12.9986 -33
-STDOUT_3240=0 -3.37065 0 0 -4.36494 0 0 -87.5262 -16.5707 -33.811 -8.56783 -27.3083 9.99896 -28
-STDOUT_3241=0 -3.94011 0 0 -2.61465 0 0 -101.241 -15.9959 -30.3051 -21.2899 -37.4445 11.9988 -33
-STDOUT_3242=0 -3.34598 0 0 -6.07536 0 0 -87.5262 -17.0244 -33.811 -7.82033 -27.3083 10.9989 -28
-STDOUT_3243=0 -3.8226 0 0 -2.71986 0 0 -91.8213 -18.449 -31.2492 -14.0679 -27.5067 12.9986 -29
-STDOUT_3244=0 -3.60435 0 0 -4.36564 0 0 -87.5262 -15.6163 -33.811 -9.44319 -27.3083 11.9988 -28
-STDOUT_3245=0 -3.99789 0 0 -2.97656 0 0 -87.5262 -17.2776 -33.811 -9.81842 -27.3083 11.9988 -28
-STDOUT_3246=0 -4.64602 0 0 -4.11586 0 0 -94.9474 -18.3978 -34.0913 -21.3198 -39.4336 12.9986 -33
-STDOUT_3247=0 -3.96197 0 0 -3.29808 0 0 -87.5262 -18.6464 -33.811 -10.0774 -27.3083 12.9986 -28
-STDOUT_3248=0 -3.61624 0 0 -2.52999 0 0 -91.8213 -18.0446 -31.2492 -14.0115 -27.5067 11.9988 -29
-STDOUT_3249=0 -3.6865 0 0 -2.39321 0 0 -98.4938 -16.8277 -31.8156 -22.4706 -37.81 10.9989 -33
-STDOUT_3250=0 -2.75941 0 0 -2.5381 0 0 -87.5262 -18.0669 -33.811 -11.3114 -27.3083 10.9989 -28
-STDOUT_3251=0 -4.91274 0 0 -4.46803 0 0 -94.5375 -20.4119 -35.1002 -26.7266 -46.3135 12.9986 -35
-STDOUT_3252=FEATURES_TXT_END_0
-STDOUT_3253=FEATURES_TXT_BEGIN_0 6 200 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_3254=0 -6.81711 0 0 -5.30961 0 0 -90.291 -34.5776 -71.6203 -16.0055 -28.6275 10.9989 -29
-STDOUT_3255=0 -7.38251 0 0 -5.47791 0 0 -86.0464 -42.6815 -76.8184 -18.2905 -26.2447 10.9989 -27
-STDOUT_3256=0 -6.61747 0 0 -5.17444 0 0 -89.8284 -35.8625 -73.3985 -16.6394 -28.8212 10.9989 -28
-STDOUT_3257=0 -6.58584 0 0 -5.06067 0 0 -90.291 -35.7751 -71.6203 -16.9921 -28.6275 10.9989 -29
-STDOUT_3258=0 -5.59039 0 0 -4.43147 0 0 -94.992 -25.8486 -66.9293 -13.0796 -38.9841 9.99896 -32
-STDOUT_3259=0 -6.95824 0 0 -5.46531 0 0 -90.291 -34.477 -71.6203 -15.9205 -28.6275 10.9989 -29
-STDOUT_3260=0 -6.52696 0 0 -5.38701 0 0 -90.291 -36.1424 -71.6203 -15.9909 -28.6275 11.9988 -29
-STDOUT_3261=0 -7.4221 0 0 -5.16832 0 0 -88.0688 -39.5718 -73.6928 -17.5131 -27.0331 10.9989 -28
-STDOUT_3262=0 -6.60342 0 0 -4.89457 0 0 -90.291 -36.4159 -71.6203 -17.346 -28.6275 10.9989 -29
-STDOUT_3263=0 -6.63455 0 0 -5.23131 0 0 -90.291 -36.4012 -71.6203 -16.1594 -28.6275 11.9988 -29
-STDOUT_3264=0 -7.18286 0 0 -5.34274 0 0 -85.5838 -43.9664 -78.5966 -18.9244 -26.4384 10.9989 -26
-STDOUT_3265=0 -6.3862 0 0 -4.9255 0 0 -89.8284 -37.06 -73.3985 -17.626 -28.8212 10.9989 -28
-STDOUT_3266=0 -6.74088 0 0 -5.48092 0 0 -90.291 -35.5704 -71.6203 -15.9504 -28.6275 11.9988 -29
-STDOUT_3267=0 -6.60181 0 0 -5.07741 0 0 -93.25 -30.4809 -67.4609 -15.8547 -28.5604 10.9989 -29
-STDOUT_3268=0 -6.15579 0 0 -4.59977 0 0 -90.7474 -33.9525 -72.1274 -15.3646 -36.6013 9.99896 -30
-STDOUT_3269=0 -5.39075 0 0 -4.29629 0 0 -94.5294 -27.1335 -68.7075 -13.7135 -39.1778 9.99896 -31
-STDOUT_3270=0 -5.35912 0 0 -4.18253 0 0 -94.992 -27.0461 -66.9293 -14.0663 -38.9841 9.99896 -32
-STDOUT_3271=0 -7.52364 0 0 -5.63361 0 0 -86.0464 -42.5809 -76.8184 -18.2055 -26.2447 10.9989 -27
-STDOUT_3272=0 -6.72697 0 0 -5.21637 0 0 -90.291 -35.6745 -71.6203 -16.9072 -28.6275 10.9989 -29
-STDOUT_3273=0 -7.09235 0 0 -5.55531 0 0 -86.0464 -44.2463 -76.8184 -18.2759 -26.2447 11.9988 -27
-STDOUT_3274=0 -6.75827 0 0 -5.74207 0 0 -90.291 -35.336 -71.6203 -15.4154 -28.6275 10.9989 -29
-STDOUT_3275=0 -6.29569 0 0 -5.13807 0 0 -90.291 -37.3399 -71.6203 -16.9775 -28.6275 11.9988 -29
-STDOUT_3276=0 -7.22246 0 0 -5.03315 0 0 -87.6062 -40.8567 -75.471 -18.1471 -27.2268 10.9989 -27
-STDOUT_3277=0 -5.73152 0 0 -4.58717 0 0 -94.992 -25.748 -66.9293 -12.9947 -38.9841 9.99896 -32
-STDOUT_3278=0 -5.30024 0 0 -4.50887 0 0 -94.992 -27.4135 -66.9293 -13.065 -38.9841 10.9989 -32
-STDOUT_3279=0 -6.40377 0 0 -4.75939 0 0 -89.8284 -37.7008 -73.3985 -17.9799 -28.8212 10.9989 -28
-STDOUT_3280=0 -7.19994 0 0 -5.39961 0 0 -86.0464 -44.5051 -76.8184 -18.4444 -26.2447 11.9988 -27
-STDOUT_3281=0 -6.40328 0 0 -4.98237 0 0 -90.291 -37.5988 -71.6203 -17.1461 -28.6275 11.9988 -29
-STDOUT_3282=0 -6.19538 0 0 -4.29018 0 0 -92.7698 -30.8428 -69.0018 -14.5873 -37.3897 9.99896 -31
-STDOUT_3283=0 -7.56323 0 0 -5.32402 0 0 -88.0688 -39.4712 -73.6928 -17.4282 -27.0331 10.9989 -28
-STDOUT_3284=0 -6.65859 0 0 -5.14026 0 0 -93.4324 -30.7561 -67.7581 -15.2632 -27.9422 10.9989 -29
-STDOUT_3285=0 -7.13195 0 0 -5.24572 0 0 -88.0688 -41.1366 -73.6928 -17.4986 -27.0331 11.9988 -28
-STDOUT_3286=0 -7.30628 0 0 -5.64922 0 0 -86.0464 -43.6742 -76.8184 -18.2354 -26.2447 11.9988 -27
-STDOUT_3287=0 -6.50961 0 0 -5.23198 0 0 -90.291 -36.7679 -71.6203 -16.937 -28.6275 11.9988 -29
-STDOUT_3288=0 -5.3767 0 0 -4.01643 0 0 -94.992 -27.6869 -66.9293 -14.4201 -38.9841 9.99896 -32
-STDOUT_3289=0 -6.40217 0 0 -4.94224 0 0 -92.7874 -31.7658 -69.2391 -16.4886 -28.7541 10.9989 -28
-STDOUT_3290=0 -5.40783 0 0 -4.35317 0 0 -94.992 -27.6723 -66.9293 -13.2336 -38.9841 10.9989 -32
-STDOUT_3291=0 -6.74455 0 0 -5.05027 0 0 -90.291 -36.3153 -71.6203 -17.2611 -28.6275 10.9989 -29
-STDOUT_3292=0 -6.81711 0 0 -5.30961 0 0 -89.8284 -36.7177 -73.3985 -16.0055 -28.8211 10.9989 -28
-STDOUT_3293=0 -5.95614 0 0 -4.4646 0 0 -90.2848 -35.2374 -73.9055 -15.9985 -36.795 9.99896 -29
-STDOUT_3294=0 -6.31327 0 0 -4.97197 0 0 -90.291 -37.9808 -71.6203 -17.3314 -28.6275 11.9988 -29
-STDOUT_3295=0 -5.15948 0 0 -4.04735 0 0 -94.5294 -28.331 -68.7075 -14.7002 -39.1778 9.99896 -31
-STDOUT_3296=0 -7.32366 0 0 -5.91037 0 0 -86.0464 -43.4398 -76.8184 -17.7004 -26.2447 10.9989 -27
-STDOUT_3297=0 -6.81711 0 0 -5.30961 0 0 -91.4868 -32.7858 -71.1917 -16.0055 -28.7466 10.9989 -29
-STDOUT_3298=0 -6.527 0 0 -5.49312 0 0 -90.291 -36.5335 -71.6203 -16.4021 -28.6275 10.9989 -29
-STDOUT_3299=0 -5.51416 0 0 -4.60278 0 0 -94.992 -26.8414 -66.9293 -13.0245 -38.9841 10.9989 -32
-STDOUT_3300=0 -7.23954 0 0 -5.09002 0 0 -88.0688 -41.3954 -73.6928 -17.6671 -27.0331 11.9988 -28
-STDOUT_3301=0 -5.37509 0 0 -4.19927 0 0 -97.9509 -21.7519 -62.7699 -12.9288 -38.917 9.99896 -32
-STDOUT_3302=0 -6.74294 0 0 -5.23311 0 0 -93.2499 -30.3803 -67.4609 -15.7697 -28.5604 10.9989 -29
-STDOUT_3303=0 -6.29692 0 0 -4.75547 0 0 -90.7474 -33.8519 -72.1274 -15.2797 -36.6013 9.99896 -30
-STDOUT_3304=0 -6.31166 0 0 -5.15481 0 0 -93.2499 -32.0458 -67.4609 -15.8401 -28.5604 11.9988 -29
-STDOUT_3305=0 -5.50025 0 0 -4.33823 0 0 -94.992 -26.9455 -66.9293 -13.9813 -38.9841 9.99896 -32
-STDOUT_3306=0 -6.44975 0 0 -5.31271 0 0 -89.5102 -38.3859 -71.7584 -17.5695 -29.4045 12.9987 -29
-STDOUT_3307=0 -5.86564 0 0 -4.67717 0 0 -90.7474 -35.5173 -72.1274 -15.35 -36.6013 10.9989 -30
-STDOUT_3308=0 -5.53155 0 0 -4.86392 0 0 -94.992 -26.607 -66.9293 -12.4896 -38.9841 9.99896 -32
-STDOUT_3309=0 -6.42085 0 0 -4.81627 0 0 -90.291 -38.2396 -71.6203 -17.5 -28.6275 11.9988 -29
-STDOUT_3310=0 -5.06897 0 0 -4.25992 0 0 -94.992 -28.611 -66.9293 -14.0517 -38.9841 10.9989 -32
-STDOUT_3311=0 -7.34587 0 0 -5.33963 0 0 -88.0688 -40.5645 -73.6928 -17.458 -27.0331 11.9988 -28
-STDOUT_3312=0 -6.56416 0 0 -5.40662 0 0 -89.5102 -37.7094 -71.7584 -17.6315 -29.4045 12.9987 -29
-STDOUT_3313=0 -6.69536 0 0 -5.56245 0 0 -90.291 -36.4343 -71.6203 -16.0215 -28.6275 11.9988 -29
-STDOUT_3314=0 -5.99574 0 0 -4.155 0 0 -92.3072 -32.1277 -70.78 -15.2212 -37.5834 9.99896 -30
-STDOUT_3315=0 -6.89406 0 0 -5.23131 0 0 -89.5102 -37.654 -71.7584 -17.258 -29.4045 11.9988 -29
-STDOUT_3316=0 -6.52719 0 0 -5.06588 0 0 -90.291 -37.4087 -71.6203 -17.2909 -28.6275 11.9988 -29
-STDOUT_3317=0 -6.45895 0 0 -5.00508 0 0 -92.9698 -32.041 -69.5363 -15.8972 -28.1359 10.9989 -28
-STDOUT_3318=0 -6.79351 0 0 -5.12154 0 0 -89.8284 -37.936 -73.3985 -15.9464 -28.8211 10.9989 -28
-STDOUT_3319=0 -7.36326 0 0 -5.60077 0 0 -88.0688 -40.3301 -73.6928 -16.9231 -27.0331 10.9989 -28
-STDOUT_3320=0 -6.41925 0 0 -4.99911 0 0 -93.25 -32.3046 -67.4609 -16.0087 -28.5604 11.9988 -29
-STDOUT_3321=0 -5.17705 0 0 -3.88125 0 0 -94.5294 -28.9718 -68.7075 -15.0541 -39.1778 9.99896 -31
-STDOUT_3322=0 -6.59457 0 0 -5.34254 0 0 -90.291 -36.9027 -71.6203 -16.7491 -28.6275 12.9987 -29
-STDOUT_3323=0 -5.97322 0 0 -4.52147 0 0 -90.7474 -35.7762 -72.1274 -15.5186 -36.6013 10.9989 -30
-STDOUT_3324=0 -5.87228 0 0 -4.28837 0 0 -94.1487 -27.3777 -71.9216 -13.7952 -36.6761 9.99896 -30
-STDOUT_3325=0 -5.17656 0 0 -4.10422 0 0 -94.992 -28.8698 -66.9293 -14.2202 -38.9841 10.9989 -32
-STDOUT_3326=0 -7.38251 0 0 -5.47791 0 0 -85.5838 -44.8216 -78.5966 -18.2905 -26.4384 10.9989 -26
-STDOUT_3327=0 -6.58584 0 0 -5.06067 0 0 -89.8284 -37.9152 -73.3985 -16.9921 -28.8211 10.9989 -28
-STDOUT_3328=0 -6.54457 0 0 -5.32702 0 0 -90.291 -37.1743 -71.6203 -16.756 -28.6275 10.9989 -29
-STDOUT_3329=0 -6.79754 0 0 -5.13526 0 0 -89.8284 -38.3796 -73.3985 -15.6041 -28.8212 10.9989 -28
-STDOUT_3330=0 -6.56231 0 0 -5.37257 0 0 -89.5102 -38.4943 -71.7584 -17.2513 -29.4045 12.9987 -29
-STDOUT_3331=0 -6.33651 0 0 -4.44588 0 0 -92.7698 -30.7422 -69.0018 -14.5024 -37.3897 9.99896 -31
-STDOUT_3332=0 -7.38251 0 0 -5.47791 0 0 -87.2422 -40.8897 -76.3898 -18.2905 -26.3639 10.9989 -27
-STDOUT_3333=0 -5.43187 0 0 -4.26211 0 0 -98.1333 -22.0271 -63.0671 -12.3374 -38.2988 9.99896 -32
-STDOUT_3334=0 -6.52558 0 0 -5.24872 0 0 -93.2499 -31.4737 -67.4609 -15.7996 -28.5604 11.9988 -29
-STDOUT_3335=0 -6.58584 0 0 -5.06067 0 0 -91.4868 -33.9833 -71.1917 -16.9921 -28.7466 10.9989 -29
-STDOUT_3336=0 -5.90523 0 0 -4.36758 0 0 -92.7698 -32.4076 -69.0018 -14.5727 -37.3897 10.9989 -31
-STDOUT_3337=0 -6.79972 0 0 -5.29596 0 0 -93.4324 -30.6555 -67.7581 -15.1783 -27.9422 10.9989 -29
-STDOUT_3338=0 -6.07956 0 0 -4.77108 0 0 -90.7474 -34.9453 -72.1274 -15.3095 -36.6013 10.9989 -30
-STDOUT_3339=0 -5.28289 0 0 -4.35384 0 0 -94.992 -28.0389 -66.9293 -14.0112 -38.9841 10.9989 -32
-STDOUT_3340=0 -6.36844 0 0 -5.21765 0 0 -93.4324 -32.321 -67.7581 -15.2487 -27.9422 11.9988 -29
-STDOUT_3341=0 -7.15688 0 0 -5.42084 0 0 -90.291 -35.0701 -71.6203 -16.652 -28.6275 11.9988 -29
-STDOUT_3342=0 -5.17545 0 0 -4.0641 0 0 -97.4883 -23.0368 -64.5481 -13.5628 -39.1107 9.99896 -31
-STDOUT_3343=0 -5.51783 0 0 -4.17213 0 0 -94.992 -27.5863 -66.9293 -14.3352 -38.9841 9.99896 -32
-STDOUT_3344=0 -5.59039 0 0 -4.43147 0 0 -94.5294 -27.9887 -68.7075 -13.0796 -39.1778 9.99896 -31
-STDOUT_3345=0 -5.08655 0 0 -4.09382 0 0 -94.992 -29.2518 -66.9293 -14.4056 -38.9841 10.9989 -32
-STDOUT_3346=0 -7.49373 0 0 -4.95315 0 0 -88.0688 -40.4361 -74.0878 -18.1569 -27.7121 10.9989 -28
-STDOUT_3347=0 -6.95824 0 0 -5.46531 0 0 -89.8284 -36.6171 -73.3985 -15.9205 -28.8212 10.9989 -28
-STDOUT_3348=0 -6.54297 0 0 -5.50987 0 0 -93.25 -31.2393 -67.4609 -15.2646 -28.5604 10.9989 -29
-STDOUT_3349=0 -7.01515 0 0 -5.48101 0 0 -85.2656 -46.4898 -76.9565 -19.8545 -27.0218 12.9987 -27
-STDOUT_3350=0 -6.86373 0 0 -5.34149 0 0 -89.8284 -36.9838 -73.3985 -16.3073 -28.8211 11.9988 -28
-STDOUT_3351=0 -6.7774 0 0 -4.96584 0 0 -89.8284 -38.2277 -73.3985 -16.6054 -28.8211 10.9989 -28
-STDOUT_3352=0 -6.21848 0 0 -5.06377 0 0 -89.5102 -39.5834 -71.7584 -18.5561 -29.4045 12.9987 -29
-STDOUT_3353=0 -6.09694 0 0 -5.03222 0 0 -90.7474 -34.7109 -72.1274 -14.7746 -36.6013 9.99896 -30
-STDOUT_3354=0 -4.19223 0 0 -6.16945 0 0 -110.37 -32.7528 -52.5959 -14.5607 -35.7085 13.9985 -35
-STDOUT_3355=0 -4.17276 0 0 -6.1311 0 0 -110.37 -32.2542 -52.5959 -14.7207 -35.7085 13.9985 -35
-STDOUT_3356=0 -4.62883 0 0 -5.75307 0 0 -110.37 -31.3397 -52.5959 -14.9963 -35.7085 14.9984 -35
-STDOUT_3357=0 -4.306 0 0 -5.75043 0 0 -110.37 -32.3389 -52.5959 -14.8276 -35.7085 13.9985 -35
-STDOUT_3358=0 -3.84767 0 0 -6.02446 0 0 -110.37 -30.9008 -52.5959 -14.8335 -35.7085 12.9986 -35
-STDOUT_3359=0 -4.37886 0 0 -6.32832 0 0 -110.37 -33.1524 -52.5959 -14.7879 -35.7085 14.9984 -35
-STDOUT_3360=0 -4.5776 0 0 -5.71472 0 0 -110.37 -31.0194 -52.5959 -15.1749 -35.7085 14.9984 -35
-STDOUT_3361=0 -4.46979 0 0 -6.05634 0 0 -110.37 -35.3599 -52.5959 -14.1752 -35.7085 13.9985 -35
-STDOUT_3362=0 -4.28653 0 0 -5.71208 0 0 -110.37 -31.8404 -52.5959 -14.9876 -35.7085 13.9985 -35
-STDOUT_3363=0 -3.8282 0 0 -5.98611 0 0 -110.37 -30.4023 -52.5959 -14.9935 -35.7085 12.9986 -35
-STDOUT_3364=0 -4.28427 0 0 -5.60808 0 0 -110.37 -29.4878 -52.5959 -15.2691 -35.7085 13.9985 -35
-STDOUT_3365=0 -4.81546 0 0 -5.91194 0 0 -110.37 -31.7394 -52.5959 -15.2235 -35.7085 15.9983 -35
-STDOUT_3366=0 -4.4168 0 0 -6.22506 0 0 -110.37 -33.2611 -52.5959 -14.3111 -35.7085 13.9985 -35
-STDOUT_3367=0 -3.96144 0 0 -5.60544 0 0 -110.37 -30.487 -52.5959 -15.1004 -35.7085 12.9986 -35
-STDOUT_3368=0 -4.49263 0 0 -5.9093 0 0 -110.37 -32.7386 -52.5959 -15.0548 -35.7085 14.9984 -35
-STDOUT_3369=0 -4.0343 0 0 -6.18333 0 0 -110.37 -31.3005 -52.5959 -15.0607 -35.7085 13.9985 -35
-STDOUT_3370=0 -4.03371 0 0 -6.00009 0 0 -115.489 -28.9313 -48.7338 -13.8185 -35.0233 13.9985 -35
-STDOUT_3371=0 -4.23304 0 0 -5.56973 0 0 -110.37 -29.1675 -52.5959 -15.4477 -35.7085 13.9985 -35
-STDOUT_3372=0 -4.62696 0 0 -6.47765 0 0 -110.37 -33.5323 -52.5959 -14.4022 -35.7085 14.9984 -35
-STDOUT_3373=0 -4.58356 0 0 -5.63733 0 0 -110.37 -34.9461 -52.5959 -14.442 -35.7085 13.9985 -35
-STDOUT_3374=0 -4.44721 0 0 -5.77084 0 0 -110.37 -32.7521 -52.5959 -15.2712 -35.7085 14.9984 -35
-STDOUT_3375=0 -4.12523 0 0 -5.91135 0 0 -110.37 -33.508 -52.5959 -14.448 -35.7085 12.9986 -35
-STDOUT_3376=0 -3.94197 0 0 -5.56709 0 0 -110.37 -29.9884 -52.5959 -15.2604 -35.7085 12.9986 -35
-STDOUT_3377=0 -4.551 0 0 -6.40134 0 0 -110.37 -31.3775 -52.5959 -14.2121 -35.7085 13.9985 -35
-STDOUT_3378=0 -4.53056 0 0 -5.80604 0 0 -110.37 -32.8473 -52.5959 -14.5779 -35.7085 13.9985 -35
-STDOUT_3379=0 -4.40883 0 0 -6.20782 0 0 -110.37 -31.9862 -52.5959 -15.0745 -35.7085 14.9984 -35
-STDOUT_3380=0 -4.47089 0 0 -5.76695 0 0 -110.37 -29.8874 -52.5959 -15.4963 -35.7085 14.9984 -35
-STDOUT_3381=0 -4.07223 0 0 -6.08007 0 0 -110.37 -31.4092 -52.5959 -14.5839 -35.7085 12.9986 -35
-STDOUT_3382=0 -4.01424 0 0 -5.96174 0 0 -115.489 -28.4327 -48.7337 -13.9785 -35.0233 13.9985 -35
-STDOUT_3383=0 -4.14807 0 0 -5.76431 0 0 -110.37 -30.8867 -52.5959 -15.3276 -35.7085 13.9985 -35
-STDOUT_3384=0 -4.47031 0 0 -5.58371 0 0 -115.489 -27.5182 -48.7338 -14.2541 -35.0233 14.9984 -35
-STDOUT_3385=0 -4.57574 0 0 -6.4393 0 0 -110.37 -33.2121 -52.5959 -14.5807 -35.7085 14.9984 -35
-STDOUT_3386=0 -4.14748 0 0 -5.58107 0 0 -115.489 -28.5175 -48.7338 -14.0854 -35.0233 13.9985 -35
-STDOUT_3387=0 -3.68915 0 0 -5.8551 0 0 -115.489 -27.0794 -48.7338 -14.0913 -35.0233 12.9986 -35
-STDOUT_3388=0 -4.22034 0 0 -6.15896 0 0 -115.489 -29.331 -48.7338 -14.0457 -35.0233 14.9984 -35
-STDOUT_3389=0 -4.42774 0 0 -5.73249 0 0 -110.37 -32.2535 -52.5959 -15.4312 -35.7085 14.9984 -35
-STDOUT_3390=0 -4.74073 0 0 -6.05863 0 0 -110.37 -33.1185 -52.5959 -14.669 -35.7085 14.9984 -35
-STDOUT_3391=0 -4.23702 0 0 -6.27909 0 0 -110.37 -31.8594 -52.5959 -14.7617 -35.7085 13.9985 -35
-STDOUT_3392=0 -4.2824 0 0 -6.33266 0 0 -110.37 -31.6804 -52.5959 -14.675 -35.7085 13.9985 -35
-STDOUT_3393=0 -4.239 0 0 -5.49234 0 0 -110.37 -33.0941 -52.5959 -14.7148 -35.7085 12.9986 -35
-STDOUT_3394=0 -4.81359 0 0 -6.63652 0 0 -110.37 -33.932 -52.5959 -14.6293 -35.7085 15.9983 -35
-STDOUT_3395=0 -4.53153 0 0 -6.36299 0 0 -110.37 -30.879 -52.5959 -14.3721 -35.7085 13.9985 -35
-STDOUT_3396=0 -4.10265 0 0 -5.62585 0 0 -110.37 -30.9002 -52.5959 -15.544 -35.7085 13.9985 -35
-STDOUT_3397=0 -4.9876 0 0 -5.98496 0 0 -110.37 -29.9644 -52.5959 -14.6476 -35.7085 14.9984 -35
-STDOUT_3398=0 -4.38935 0 0 -6.16947 0 0 -110.37 -31.4876 -52.5959 -15.2345 -35.7085 14.9984 -35
-STDOUT_3399=0 -4.41908 0 0 -5.54537 0 0 -115.489 -27.198 -48.7338 -14.4327 -35.0233 14.9984 -35
-STDOUT_3400=0 -4.63384 0 0 -5.92971 0 0 -110.37 -33.1518 -52.5959 -15.4984 -35.7085 15.9983 -35
-STDOUT_3401=0 -4.51981 0 0 -5.80868 0 0 -110.37 -32.2367 -52.5959 -15.2708 -35.7085 14.9984 -35
-STDOUT_3402=0 -4.66477 0 0 -5.98232 0 0 -110.37 -30.9637 -52.5959 -14.4789 -35.7085 13.9985 -35
-STDOUT_3403=0 -4.20644 0 0 -6.25635 0 0 -110.37 -29.5256 -52.5959 -14.4849 -35.7085 12.9986 -35
-STDOUT_3404=0 -4.186 0 0 -5.66105 0 0 -110.37 -30.9953 -52.5959 -14.8507 -35.7085 12.9986 -35
-STDOUT_3405=0 -4.48947 0 0 -6.46778 0 0 -110.37 -32.9871 -52.5959 -14.7569 -35.7085 14.9984 -35
-STDOUT_3406=0 -4.06427 0 0 -6.06283 0 0 -110.37 -30.1343 -52.5959 -15.3473 -35.7085 13.9985 -35
-STDOUT_3407=0 -4.47016 0 0 -6.42408 0 0 -110.37 -33.4486 -52.5959 -14.7855 -35.7085 14.9984 -35
-STDOUT_3408=0 -4.31127 0 0 -5.88699 0 0 -115.489 -31.5384 -48.7338 -13.433 -35.0233 13.9985 -35
-STDOUT_3409=0 -4.73763 0 0 -6.56021 0 0 -110.37 -31.7772 -52.5959 -14.4392 -35.7085 14.9984 -35
-STDOUT_3410=0 -4.12801 0 0 -5.54273 0 0 -115.489 -28.0189 -48.7338 -14.2454 -35.0233 13.9985 -35
-STDOUT_3411=0 -4.59545 0 0 -6.36669 0 0 -110.37 -32.3859 -52.5959 -15.3017 -35.7085 15.9983 -35
-STDOUT_3412=0 -3.66968 0 0 -5.81675 0 0 -115.489 -26.5808 -48.7337 -14.2513 -35.0233 12.9986 -35
-STDOUT_3413=0 -4.68951 0 0 -6.02028 0 0 -110.37 -32.7983 -52.5959 -14.8476 -35.7085 14.9984 -35
-STDOUT_3414=0 -4.12575 0 0 -5.43872 0 0 -115.489 -25.6663 -48.7338 -14.5269 -35.0233 13.9985 -35
-STDOUT_3415=0 -4.23118 0 0 -6.29431 0 0 -110.37 -31.3602 -52.5959 -14.8535 -35.7085 13.9985 -35
-STDOUT_3416=0 -4.65693 0 0 -5.74258 0 0 -115.489 -27.9179 -48.7338 -14.4813 -35.0233 15.9983 -35
-STDOUT_3417=0 -4.25828 0 0 -6.05571 0 0 -115.489 -29.4396 -48.7338 -13.5689 -35.0233 13.9985 -35
-STDOUT_3418=0 -3.80292 0 0 -5.43608 0 0 -115.489 -26.6656 -48.7338 -14.3582 -35.0233 12.9986 -35
-STDOUT_3419=0 -4.21755 0 0 -6.24075 0 0 -110.37 -31.3609 -52.5959 -14.9217 -35.7085 13.9985 -35
-STDOUT_3420=0 -4.67361 0 0 -5.86271 0 0 -110.37 -30.4464 -52.5959 -15.1973 -35.7085 14.9984 -35
-STDOUT_3421=0 -4.93637 0 0 -5.94661 0 0 -110.37 -29.6442 -52.5959 -14.8262 -35.7085 14.9984 -35
-STDOUT_3422=0 -4.33411 0 0 -5.73994 0 0 -115.489 -28.9172 -48.7338 -14.3126 -35.0233 14.9984 -35
-STDOUT_3423=0 -4.72478 0 0 -5.65773 0 0 -110.37 -35.3592 -52.5959 -14.8856 -35.7085 14.9984 -35
-STDOUT_3424=0 -3.87578 0 0 -6.01397 0 0 -115.489 -27.4791 -48.7338 -14.3185 -35.0233 13.9985 -35
-STDOUT_3425=0 -4.35079 0 0 -5.86007 0 0 -110.37 -31.4456 -52.5959 -15.0285 -35.7085 13.9985 -35
-STDOUT_3426=0 -4.08318 0 0 -5.5875 0 0 -110.37 -30.4016 -52.5959 -15.704 -35.7085 13.9985 -35
-STDOUT_3427=0 -4.39617 0 0 -5.91364 0 0 -110.37 -31.2666 -52.5959 -14.9418 -35.7085 13.9985 -35
-STDOUT_3428=0 -4.82856 0 0 -6.28823 0 0 -110.37 -33.9846 -52.5959 -13.8265 -35.7085 13.9985 -35
-STDOUT_3429=0 -4.46633 0 0 -6.17209 0 0 -110.37 -32.0958 -52.5959 -15.1419 -35.7085 14.9984 -35
-STDOUT_3430=0 -4.92736 0 0 -6.2175 0 0 -110.37 -33.5182 -52.5959 -14.8962 -35.7085 15.9983 -35
-STDOUT_3431=0 -4.67178 0 0 -5.82645 0 0 -110.37 -33.2604 -52.5959 -15.0215 -35.7085 14.9984 -35
-STDOUT_3432=0 -4.6453 0 0 -5.94397 0 0 -110.37 -30.4651 -52.5959 -14.6389 -35.7085 13.9985 -35
-STDOUT_3433=0 -4.68639 0 0 -6.09471 0 0 -110.37 -34.5933 -52.5959 -14.689 -35.7085 14.9984 -35
-STDOUT_3434=0 -4.47653 0 0 -6.57743 0 0 -110.37 -32.159 -52.5959 -14.8151 -35.7085 14.9984 -35
-STDOUT_3435=0 -4.42364 0 0 -6.43796 0 0 -110.37 -32.2591 -52.5959 -14.9889 -35.7085 14.9984 -35
-STDOUT_3436=0 -4.40952 0 0 -6.26904 0 0 -110.37 -32.8761 -52.5959 -15.0898 -35.7085 14.9984 -35
-STDOUT_3437=0 -4.36018 0 0 -5.7558 0 0 -110.37 -32.1528 -52.5959 -15.0536 -35.7085 13.9985 -35
-STDOUT_3438=0 -4.46903 0 0 -6.49153 0 0 -110.37 -32.0801 -52.5959 -14.9021 -35.7085 14.9984 -35
-STDOUT_3439=0 -4.18697 0 0 -6.218 0 0 -110.37 -29.027 -52.5959 -14.6449 -35.7085 12.9986 -35
-STDOUT_3440=0 -4.47 0 0 -6.42943 0 0 -110.37 -32.4885 -52.5959 -14.9169 -35.7085 14.9984 -35
-STDOUT_3441=0 -4.64304 0 0 -5.83997 0 0 -110.37 -28.1125 -52.5959 -14.9204 -35.7085 13.9985 -35
-STDOUT_3442=0 -4.92607 0 0 -6.0514 0 0 -110.37 -31.574 -52.5959 -15.1924 -35.7085 15.9983 -35
-STDOUT_3443=0 -4.04479 0 0 -6.02448 0 0 -110.37 -29.6357 -52.5959 -15.5073 -35.7085 13.9985 -35
-STDOUT_3444=0 -4.55796 0 0 -5.73804 0 0 -110.37 -30.7867 -52.5959 -14.9052 -35.7085 13.9985 -35
-STDOUT_3445=0 -4.45069 0 0 -6.38574 0 0 -110.37 -32.95 -52.5959 -14.9456 -35.7085 14.9984 -35
-STDOUT_3446=0 -4.07452 0 0 -5.40038 0 0 -115.489 -25.346 -48.7338 -14.7055 -35.0233 13.9985 -35
-STDOUT_3447=0 -4.90676 0 0 -6.0077 0 0 -110.37 -32.0355 -52.5959 -15.2211 -35.7085 15.9983 -35
-STDOUT_3448=0 -4.58426 0 0 -5.55585 0 0 -110.37 -31.1585 -52.5959 -14.9803 -35.7085 13.9985 -35
-STDOUT_3449=0 -4.28928 0 0 -5.78472 0 0 -110.37 -31.2998 -52.5959 -15.7712 -35.7085 14.9984 -35
-STDOUT_3450=0 -5.17423 0 0 -6.14383 0 0 -110.37 -30.3641 -52.5959 -14.8748 -35.7085 15.9983 -35
-STDOUT_3451=0 -4.77557 0 0 -6.45695 0 0 -110.37 -31.8859 -52.5959 -13.9624 -35.7085 13.9985 -35
-STDOUT_3452=0 -4.46844 0 0 -6.30829 0 0 -115.489 -29.7109 -48.7337 -13.6599 -35.0233 14.9984 -35
-STDOUT_3453=0 -4.17525 0 0 -5.66369 0 0 -110.37 -30.3847 -52.5959 -15.5436 -35.7085 13.9985 -35
-STDOUT_3454=FEATURES_TXT_END_0
-STDOUT_3455=FEATURES_TXT_BEGIN_0 7 200 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_3456=0 -3.66906 0 0 -2.70469 0 0 -58.8702 -47.5967 -90.3027 -13.7219 -19.3364 9.99896 -23
-STDOUT_3457=0 -3.90294 0 0 -2.87411 0 0 -58.8702 -47.7092 -88.1808 -14.3878 -19.3364 9.99896 -23
-STDOUT_3458=0 -3.66706 0 0 -3.43558 0 0 -58.8702 -46.6489 -90.3027 -13.1451 -19.3364 8.99907 -23
-STDOUT_3459=0 -3.8633 0 0 -2.70469 0 0 -58.8702 -47.66 -90.3027 -13.9598 -19.3364 9.99896 -23
-STDOUT_3460=0 -3.87738 0 0 -2.62918 0 0 -58.8702 -47.6338 -90.3027 -14.2174 -19.3364 9.99896 -23
-STDOUT_3461=0 -3.90691 0 0 -2.89456 0 0 -58.8702 -48.3167 -90.3027 -13.7705 -19.3364 10.9989 -23
-STDOUT_3462=0 -3.84341 0 0 -2.87904 0 0 -58.8702 -48.5433 -90.3027 -14.0865 -19.3364 9.99896 -23
-STDOUT_3463=0 -3.87152 0 0 -2.99927 0 0 -58.8702 -48.5971 -88.1808 -14.9797 -19.3364 10.9989 -23
-STDOUT_3464=0 -4.06457 0 0 -2.77311 0 0 -58.8702 -48.0805 -90.3027 -14.3897 -19.3364 9.99896 -23
-STDOUT_3465=0 -3.83188 0 0 -2.82985 0 0 -58.8702 -48.5478 -90.3027 -14.5517 -19.3364 10.9989 -23
-STDOUT_3466=0 -4.31309 0 0 -2.87574 0 0 -60.8643 -43.1731 -82.6108 -14.8991 -22.0226 9.99896 -25
-STDOUT_3467=0 -4.09418 0 0 -2.56036 0 0 -58.8702 -48.9202 -90.3027 -14.3518 -19.3364 9.99896 -23
-STDOUT_3468=0 -4.14079 0 0 -3.06397 0 0 -58.8702 -48.4292 -88.1808 -14.4364 -19.3364 10.9989 -23
-STDOUT_3469=0 -3.91778 0 0 -2.73994 0 0 -60.8643 -44.7473 -82.6108 -15.3816 -22.0226 9.99896 -25
-STDOUT_3470=0 -3.65143 0 0 -3.63625 0 0 -58.8702 -47.561 -90.3027 -13.7827 -19.3364 9.99896 -23
-STDOUT_3471=0 -3.90491 0 0 -3.62544 0 0 -58.8702 -47.3688 -90.3027 -13.1937 -19.3364 9.99896 -23
-STDOUT_3472=0 -3.89474 0 0 -3.77205 0 0 -58.8702 -47.5819 -88.1808 -13.9454 -19.3364 9.99896 -23
-STDOUT_3473=0 -4.10115 0 0 -2.89456 0 0 -58.8702 -48.3799 -90.3027 -14.0084 -19.3364 10.9989 -23
-STDOUT_3474=0 -4.11523 0 0 -2.81905 0 0 -58.8702 -48.3538 -90.3027 -14.266 -19.3364 10.9989 -23
-STDOUT_3475=0 -4.07729 0 0 -3.04846 0 0 -58.8702 -48.6558 -88.1808 -14.7524 -19.3364 9.99896 -23
-STDOUT_3476=0 -3.93919 0 0 -3.60263 0 0 -58.8702 -47.3158 -90.3027 -13.3924 -19.3364 9.99896 -23
-STDOUT_3477=0 -3.84141 0 0 -3.60993 0 0 -58.8702 -47.5955 -90.3027 -13.5097 -19.3364 8.99907 -23
-STDOUT_3478=0 -4.03765 0 0 -2.87904 0 0 -58.8702 -48.6065 -90.3027 -14.3244 -19.3364 9.99896 -23
-STDOUT_3479=0 -4.05173 0 0 -2.80354 0 0 -58.8702 -48.5804 -90.3027 -14.582 -19.3364 9.99896 -23
-STDOUT_3480=0 -4.54697 0 0 -3.04516 0 0 -60.8643 -43.2856 -80.4889 -15.565 -22.0226 9.99896 -25
-STDOUT_3481=0 -4.16665 0 0 -3.07478 0 0 -58.8702 -48.3262 -88.1808 -15.0052 -19.3364 10.9989 -23
-STDOUT_3482=0 -4.14352 0 0 -2.36328 0 0 -58.8702 -49.9584 -88.1808 -15.8938 -19.3364 8.99907 -23
-STDOUT_3483=0 -3.62429 0 0 -3.56074 0 0 -58.8702 -47.6558 -90.3027 -14.5946 -19.3364 9.99896 -23
-STDOUT_3484=0 -3.86322 0 0 -2.82985 0 0 -58.8702 -49.425 -90.3027 -14.4789 -19.3364 10.9989 -23
-STDOUT_3485=0 -4.31109 0 0 -3.60663 0 0 -60.8643 -42.2253 -82.6108 -14.3224 -22.0226 8.99907 -25
-STDOUT_3486=0 -4.34719 0 0 -2.98245 0 0 -58.8702 -47.8329 -90.3027 -13.9934 -19.3364 10.9989 -23
-STDOUT_3487=0 -4.50734 0 0 -2.87574 0 0 -60.8643 -43.2363 -82.6108 -15.137 -22.0226 9.99896 -25
-STDOUT_3488=0 -4.12702 0 0 -2.90536 0 0 -58.8702 -48.2769 -90.3027 -14.5772 -19.3364 10.9989 -23
-STDOUT_3489=0 -4.52141 0 0 -2.80023 0 0 -60.8643 -43.2102 -82.6108 -15.3947 -22.0226 9.99896 -25
-STDOUT_3490=0 -4.15166 0 0 -2.90936 0 0 -60.8643 -44.8598 -80.4889 -16.0474 -22.0226 9.99896 -25
-STDOUT_3491=0 -4.40304 0 0 -2.53433 0 0 -60.8643 -45.2443 -80.4889 -16.1815 -22.0226 8.99907 -25
-STDOUT_3492=0 -3.91578 0 0 -3.47083 0 0 -60.8643 -43.7995 -82.6108 -14.8048 -22.0226 8.99907 -25
-STDOUT_3493=0 -4.11202 0 0 -2.73994 0 0 -60.8643 -44.8105 -82.6108 -15.6195 -22.0226 9.99896 -25
-STDOUT_3494=0 -4.1261 0 0 -2.66443 0 0 -60.8643 -44.7844 -82.6108 -15.8771 -22.0226 9.99896 -25
-STDOUT_3495=0 -4.25425 0 0 -2.73994 0 0 -60.3592 -44.6399 -83.6498 -15.7101 -22.9808 9.99896 -25
-STDOUT_3496=0 -3.75221 0 0 -2.67344 0 0 -59.4443 -46.8873 -92.7463 -13.5506 -21.2322 8.99907 -23
-STDOUT_3497=0 -3.88445 0 0 -3.63625 0 0 -58.8702 -47.7726 -90.3027 -13.8534 -19.3364 9.99896 -23
-STDOUT_3498=0 -4.00772 0 0 -2.39853 0 0 -60.8643 -46.8185 -80.4889 -16.664 -22.0226 8.99907 -25
-STDOUT_3499=0 -4.27085 0 0 -2.93876 0 0 -60.8617 -46.2291 -88.8012 -12.1124 -17.6959 9.99896 -23
-STDOUT_3500=0 -4.58107 0 0 -3.15186 0 0 -58.8702 -47.9454 -88.1808 -14.6592 -19.3364 10.9989 -23
-STDOUT_3501=0 -3.92286 0 0 -2.92695 0 0 -65.6255 -36.9167 -73.0298 -13.6343 -23.4366 9.99896 -27
-STDOUT_3502=0 -4.34519 0 0 -3.71333 0 0 -58.8702 -46.885 -90.3027 -13.4166 -19.3364 9.99896 -23
-STDOUT_3503=0 -3.8944 0 0 -2.66 0 0 -65.6255 -37.3981 -73.0298 -14.2065 -23.4366 8.99907 -27
-STDOUT_3504=0 -4.54143 0 0 -2.98245 0 0 -58.8702 -47.8961 -90.3027 -14.2313 -19.3364 10.9989 -23
-STDOUT_3505=0 -4.08126 0 0 -3.06891 0 0 -58.8702 -49.2632 -90.3027 -14.1351 -19.3364 10.9989 -23
-STDOUT_3506=0 -4.55551 0 0 -2.90694 0 0 -58.8702 -47.87 -90.3027 -14.4889 -19.3364 10.9989 -23
-STDOUT_3507=0 -4.10937 0 0 -3.18914 0 0 -58.8702 -49.317 -88.1808 -15.0283 -19.3364 11.9988 -23
-STDOUT_3508=0 -4.12114 0 0 -3.30694 0 0 -60.8643 -43.9287 -82.6108 -15.2928 -22.0226 10.9989 -25
-STDOUT_3509=0 -3.90952 0 0 -2.83373 0 0 -60.7567 -46.772 -89.3549 -13.0007 -18.4562 9.99896 -23
-STDOUT_3510=0 -4.48813 0 0 -2.90936 0 0 -60.3592 -44.7524 -81.5279 -16.3759 -22.9808 9.99896 -25
-STDOUT_3511=0 -4.30243 0 0 -2.96298 0 0 -58.8702 -48.8005 -90.3027 -14.4383 -19.3364 10.9989 -23
-STDOUT_3512=0 -4.06974 0 0 -3.01972 0 0 -58.8702 -49.2677 -90.3027 -14.6003 -19.3364 11.9988 -23
-STDOUT_3513=0 -4.25225 0 0 -3.47083 0 0 -60.3592 -43.6921 -83.6498 -15.1333 -22.9808 8.99907 -25
-STDOUT_3514=0 -4.04587 0 0 -3.17362 0 0 -58.8702 -49.5437 -88.1808 -15.3443 -19.3364 10.9989 -23
-STDOUT_3515=0 -4.55094 0 0 -3.0656 0 0 -60.8643 -43.893 -82.6108 -14.9478 -22.0226 10.9989 -25
-STDOUT_3516=0 -4.44849 0 0 -2.73994 0 0 -60.3592 -44.7031 -83.6498 -15.948 -22.9808 9.99896 -25
-STDOUT_3517=0 -4.46257 0 0 -2.66443 0 0 -60.3592 -44.677 -83.6498 -16.2056 -22.9808 9.99896 -25
-STDOUT_3518=0 -3.86909 0 0 -2.26888 0 0 -62.984 -46.7378 -80.5557 -14.0273 -18.0969 8.99907 -24
-STDOUT_3519=0 -4.50473 0 0 -3.10818 0 0 -60.8617 -46.3416 -86.6793 -12.7783 -17.6959 9.99896 -23
-STDOUT_3520=0 -4.33203 0 0 -2.75023 0 0 -58.8702 -49.6401 -90.3027 -14.4004 -19.3364 10.9989 -23
-STDOUT_3521=0 -4.15272 0 0 -2.54929 0 0 -65.6255 -37.8863 -73.0298 -13.7134 -23.4366 8.99907 -27
-STDOUT_3522=0 -4.12813 0 0 -2.76204 0 0 -65.6255 -37.1269 -73.0298 -13.8558 -23.4366 8.99907 -27
-STDOUT_3523=0 -4.3442 0 0 -2.39853 0 0 -60.3592 -46.7111 -81.5279 -16.9925 -22.9808 8.99907 -25
-STDOUT_3524=0 -4.23893 0 0 -2.94746 0 0 -58.8702 -49.0271 -90.3027 -14.7544 -19.3364 9.99896 -23
-STDOUT_3525=0 -3.89897 0 0 -2.49412 0 0 -64.7276 -42.4134 -79.0975 -12.4958 -18.5302 8.99907 -25
-STDOUT_3526=0 -4.00624 0 0 -3.00421 0 0 -58.8702 -49.4944 -90.3027 -14.9163 -19.3364 10.9989 -23
-STDOUT_3527=0 -4.26885 0 0 -3.66965 0 0 -60.8617 -45.2812 -88.8012 -11.5357 -17.6959 8.99907 -23
-STDOUT_3528=0 -4.15563 0 0 -2.9298 0 0 -60.8643 -45.4672 -82.6108 -15.4302 -22.0226 10.9989 -25
-STDOUT_3529=0 -4.15674 0 0 -3.09637 0 0 -65.6255 -37.0292 -70.9079 -14.3002 -23.4366 9.99896 -27
-STDOUT_3530=0 -3.88928 0 0 -3.82611 0 0 -58.8702 -48.2809 -90.3027 -13.8313 -19.3364 10.9989 -23
-STDOUT_3531=0 -3.87911 0 0 -3.97272 0 0 -58.8702 -48.494 -88.1808 -14.5831 -19.3364 10.9989 -23
-STDOUT_3532=0 -4.51555 0 0 -3.17032 0 0 -60.8643 -44.1734 -80.4889 -16.1569 -22.0226 10.9989 -25
-STDOUT_3533=0 -4.13259 0 0 -3.96192 0 0 -58.8702 -48.3018 -88.1808 -13.994 -19.3364 10.9989 -23
-STDOUT_3534=0 -4.4651 0 0 -2.93876 0 0 -60.8617 -46.2923 -88.8012 -12.3503 -17.6959 9.99896 -23
-STDOUT_3535=0 -4.17534 0 0 -2.49232 0 0 -60.7567 -47.8623 -87.2329 -14.1303 -18.4562 8.99907 -23
-STDOUT_3536=0 -3.94727 0 0 -3.96841 0 0 -61.4349 -46.6513 -84.7828 -10.6154 -18.3679 9.99896 -24
-STDOUT_3537=0 -4.47918 0 0 -2.86326 0 0 -60.8617 -46.2662 -88.8012 -12.608 -17.6959 9.99896 -23
-STDOUT_3538=0 -4.11211 0 0 -2.48844 0 0 -58.8702 -50.8462 -88.1808 -16.4858 -19.3364 9.99896 -23
-STDOUT_3539=0 -4.26853 0 0 -2.73472 0 0 -58.8702 -49.8668 -90.3027 -14.7164 -19.3364 9.99896 -23
-STDOUT_3540=0 -3.68401 0 0 -2.60523 0 0 -59.4443 -47.5362 -92.7463 -14.6229 -21.2322 9.99896 -23
-STDOUT_3541=0 -4.31514 0 0 -3.23833 0 0 -58.8702 -49.3757 -88.1808 -14.801 -19.3364 10.9989 -23
-STDOUT_3542=0 -3.88083 0 0 -2.97378 0 0 -58.8702 -49.8726 -90.3027 -15.234 -19.3364 10.9989 -23
-STDOUT_3543=0 -4.35502 0 0 -3.47635 0 0 -60.8643 -44.0412 -80.4889 -15.9587 -22.0226 10.9989 -25
-STDOUT_3544=0 -3.92356 0 0 -3.8033 0 0 -58.8702 -48.2279 -90.3027 -14.03 -19.3364 10.9989 -23
-STDOUT_3545=0 -3.92086 0 0 -3.65784 0 0 -65.6255 -35.9689 -73.0298 -13.0575 -23.4366 8.99907 -27
-STDOUT_3546=0 -4.1434 0 0 -3.00315 0 0 -60.7567 -46.8845 -87.2329 -13.6666 -18.4562 9.99896 -23
-STDOUT_3547=0 -4.17704 0 0 -3.7925 0 0 -58.8702 -48.0357 -90.3027 -13.441 -19.3364 10.9989 -23
-STDOUT_3548=0 -4.70861 0 0 -2.94416 0 0 -60.8643 -43.6569 -82.6108 -15.567 -22.0226 9.99896 -25
-STDOUT_3549=0 -4.11711 0 0 -2.92695 0 0 -65.6256 -36.9799 -73.0298 -13.8722 -23.4366 9.99896 -27
-STDOUT_3550=0 -4.47592 0 0 -3.0009 0 0 -60.8643 -44.1242 -82.6108 -15.729 -22.0226 10.9989 -25
-STDOUT_3551=0 -4.13119 0 0 -2.85144 0 0 -65.6255 -36.9538 -73.0298 -14.1298 -23.4366 9.99896 -27
-STDOUT_3552=0 -3.82578 0 0 -3.8106 0 0 -58.8702 -48.5076 -90.3027 -14.1474 -19.3364 9.99896 -23
-STDOUT_3553=0 -4.08869 0 0 -2.84049 0 0 -56.8379 -52.0131 -97.2268 -15.4702 -18.8975 9.99896 -22
-STDOUT_3554=0 -4.12024 0 0 -3.03452 0 0 -60.8643 -45.7476 -80.4889 -16.6394 -22.0226 10.9989 -25
-STDOUT_3555=0 -4.07926 0 0 -3.7998 0 0 -58.8702 -48.3154 -90.3027 -13.5583 -19.3364 9.99896 -23
-STDOUT_3556=0 -2.75128 0 0 -4.23249 0 0 -93.8918 -23.2318 -53.3141 -11.8406 -45.7125 10.9989 -38
-STDOUT_3557=0 -2.55057 0 0 -3.90965 0 0 -93.8918 -20.9088 -53.3141 -12.1329 -45.7125 9.99896 -38
-STDOUT_3558=0 -3.11935 0 0 -4.51759 0 0 -93.8918 -24.6339 -53.3141 -11.7285 -45.7125 11.9988 -38
-STDOUT_3559=0 -3.26058 0 0 -4.35054 0 0 -93.8918 -23.3907 -53.3141 -11.2788 -45.7125 10.9989 -38
-STDOUT_3560=0 -2.91863 0 0 -4.19475 0 0 -93.8918 -22.3108 -53.3141 -12.0208 -45.7125 10.9989 -38
-STDOUT_3561=0 -3.05987 0 0 -4.0277 0 0 -93.8918 -21.0676 -53.3141 -11.5711 -45.7125 9.99896 -38
-STDOUT_3562=0 -3.22917 0 0 -4.4757 0 0 -93.8918 -24.2785 -53.3141 -11.8707 -45.7125 11.9988 -38
-STDOUT_3563=0 -2.94553 0 0 -4.23249 0 0 -93.8918 -23.295 -53.3141 -12.0785 -45.7125 10.9989 -38
-STDOUT_3564=0 -3.02845 0 0 -4.15286 0 0 -93.8918 -21.9555 -53.3141 -12.163 -45.7125 10.9989 -38
-STDOUT_3565=0 -4.16005 0 0 -4.54264 0 0 -74.9805 -32.588 -58.5714 -13.2269 -35.8861 10.9989 -35
-STDOUT_3566=0 -2.74481 0 0 -3.90965 0 0 -93.8918 -20.972 -53.3141 -12.3708 -45.7125 9.99896 -38
-STDOUT_3567=0 -3.15089 0 0 -5.24848 0 0 -93.8918 -23.0099 -53.3141 -11.1836 -45.7125 10.9989 -38
-STDOUT_3568=0 -2.91411 0 0 -4.35765 0 0 -93.8918 -24.1829 -53.3141 -12.6704 -45.7125 11.9988 -38
-STDOUT_3569=0 -3.21968 0 0 -4.74331 0 0 -93.8918 -24.0297 -53.3141 -11.9609 -45.7125 11.9988 -38
-STDOUT_3570=0 -3.31359 0 0 -4.51759 0 0 -93.8918 -24.6971 -53.3141 -11.9664 -45.7125 11.9988 -38
-STDOUT_3571=0 -3.02142 0 0 -5.13043 0 0 -93.8918 -22.9508 -53.3141 -11.5111 -45.7125 10.9989 -38
-STDOUT_3572=0 -2.94545 0 0 -4.35765 0 0 -93.8918 -25.0601 -53.3141 -12.5977 -45.7125 11.9988 -38
-STDOUT_3573=0 -2.9596 0 0 -4.15698 0 0 -93.8918 -23.2689 -53.3141 -12.3361 -45.7125 10.9989 -38
-STDOUT_3574=0 -3.95933 0 0 -4.21981 0 0 -74.9805 -30.265 -58.5714 -13.5191 -35.8861 9.99896 -35
-STDOUT_3575=0 -4.52811 0 0 -4.82775 0 0 -74.9805 -33.9901 -58.5714 -13.1148 -35.8861 11.9988 -35
-STDOUT_3576=0 -2.95017 0 0 -4.92564 0 0 -93.8918 -20.6869 -53.3141 -11.4759 -45.7125 9.99896 -38
-STDOUT_3577=0 -2.71339 0 0 -4.03481 0 0 -93.8918 -21.8599 -53.3141 -12.9627 -45.7125 10.9989 -38
-STDOUT_3578=0 -2.70065 0 0 -4.14369 0 0 -93.8918 -25.7529 -53.3141 -12.5878 -45.7125 10.9989 -38
-STDOUT_3579=0 -3.01897 0 0 -4.42048 0 0 -93.8918 -21.7066 -53.3141 -12.2532 -45.7125 10.9989 -38
-STDOUT_3580=0 -3.11287 0 0 -4.19475 0 0 -93.8918 -22.3741 -53.3141 -12.2587 -45.7125 10.9989 -38
-STDOUT_3581=0 -2.8207 0 0 -4.80759 0 0 -93.8918 -20.6278 -53.3141 -11.8034 -45.7125 9.99896 -38
-STDOUT_3582=0 -2.74473 0 0 -4.03481 0 0 -93.8918 -22.7371 -53.3141 -12.8899 -45.7125 10.9989 -38
-STDOUT_3583=0 -3.28217 0 0 -4.64275 0 0 -93.8918 -25.585 -53.3141 -12.5583 -45.7125 12.9986 -38
-STDOUT_3584=0 -2.75889 0 0 -3.83414 0 0 -93.8918 -20.9459 -53.3141 -12.6284 -45.7125 9.99896 -38
-STDOUT_3585=0 -4.66935 0 0 -4.66069 0 0 -74.9805 -32.7469 -58.5714 -12.6651 -35.8861 10.9989 -35
-STDOUT_3586=0 -3.5243 0 0 -4.55121 0 0 -93.8918 -24.0076 -53.3141 -11.8962 -45.7125 11.9988 -38
-STDOUT_3587=0 -3.38948 0 0 -5.41553 0 0 -93.8918 -24.3529 -53.3141 -11.399 -45.7125 11.9988 -38
-STDOUT_3588=0 -3.31351 0 0 -4.64275 0 0 -93.8918 -26.4622 -53.3141 -12.4856 -45.7125 12.9986 -38
-STDOUT_3589=0 -3.42941 0 0 -4.51025 0 0 -93.8918 -23.4679 -53.3141 -12.1121 -45.7125 11.9988 -38
-STDOUT_3590=0 -3.32767 0 0 -4.44208 0 0 -93.8918 -24.671 -53.3141 -12.224 -45.7125 11.9988 -38
-STDOUT_3591=0 -4.3274 0 0 -4.50491 0 0 -74.9805 -31.6671 -58.5714 -13.4071 -35.8861 10.9989 -35
-STDOUT_3592=0 -3.13526 0 0 -5.44915 0 0 -93.8918 -23.922 -53.3141 -11.8212 -45.7125 11.9988 -38
-STDOUT_3593=0 -2.7383 0 0 -4.17556 0 0 -93.8918 -23.676 -53.3141 -12.8259 -45.7125 10.9989 -38
-STDOUT_3594=0 -3.01932 0 0 -4.56896 0 0 -93.8918 -24.1636 -53.3141 -12.6599 -45.7125 11.9988 -38
-STDOUT_3595=0 -3.08146 0 0 -4.31992 0 0 -93.8918 -23.2619 -53.3141 -12.8506 -45.7125 11.9988 -38
-STDOUT_3596=0 -3.06871 0 0 -4.42879 0 0 -93.8918 -27.1549 -53.3141 -12.4757 -45.7125 11.9988 -38
-STDOUT_3597=0 -3.00579 0 0 -5.3311 0 0 -93.8918 -23.8629 -53.3141 -12.1487 -45.7125 11.9988 -38
-STDOUT_3598=0 -4.46864 0 0 -4.33785 0 0 -74.9805 -30.4239 -58.5714 -12.9574 -35.8861 9.99896 -35
-STDOUT_3599=0 -3.06167 0 0 -4.11495 0 0 -93.8918 -22.9891 -53.3141 -12.5226 -45.7125 10.9989 -38
-STDOUT_3600=0 -3.32358 0 0 -4.22837 0 0 -93.8918 -21.6846 -53.3141 -12.1885 -45.7125 10.9989 -38
-STDOUT_3601=0 -3.18876 0 0 -5.0927 0 0 -93.8918 -22.0299 -53.3141 -11.6913 -45.7125 10.9989 -38
-STDOUT_3602=0 -3.1128 0 0 -4.31992 0 0 -93.8918 -24.1392 -53.3141 -12.7779 -45.7125 11.9988 -38
-STDOUT_3603=0 -4.63793 0 0 -4.78585 0 0 -74.9805 -33.6347 -58.5714 -13.257 -35.8861 11.9988 -35
-STDOUT_3604=0 -2.79512 0 0 -3.82085 0 0 -93.8918 -22.7143 -53.3141 -12.6147 -45.7125 9.99896 -38
-STDOUT_3605=0 -3.2287 0 0 -4.18741 0 0 -93.8918 -21.1449 -53.3141 -12.4043 -45.7125 10.9989 -38
-STDOUT_3606=0 -3.12695 0 0 -4.11925 0 0 -93.8918 -22.348 -53.3141 -12.5163 -45.7125 10.9989 -38
-STDOUT_3607=0 -2.99607 0 0 -4.32752 0 0 -93.8918 -25.549 -53.3141 -12.8463 -45.7125 11.9988 -38
-STDOUT_3608=0 -3.20995 0 0 -4.26174 0 0 -93.8918 -25.9117 -53.3141 -12.026 -45.7125 10.9989 -38
-STDOUT_3609=0 -2.93454 0 0 -5.12631 0 0 -93.8918 -21.599 -53.3141 -12.1135 -45.7125 10.9989 -38
-STDOUT_3610=0 -2.53759 0 0 -3.85273 0 0 -93.8918 -21.353 -53.3141 -13.1181 -45.7125 9.99896 -38
-STDOUT_3611=0 -3.79748 0 0 -4.79535 0 0 -93.8918 -24.87 -53.3141 -12 -45.7125 12.9986 -38
-STDOUT_3612=0 -2.8186 0 0 -4.24612 0 0 -93.8918 -21.8406 -53.3141 -12.9522 -45.7125 10.9989 -38
-STDOUT_3613=0 -3.42502 0 0 -4.43779 0 0 -93.8918 -25.598 -53.3141 -12.2014 -45.7125 11.9988 -38
-STDOUT_3614=0 -4.35429 0 0 -4.54264 0 0 -74.9805 -32.6513 -58.5714 -13.4648 -35.8861 10.9989 -35
-STDOUT_3615=0 -2.80507 0 0 -5.00827 0 0 -93.8918 -21.5399 -53.3141 -12.441 -45.7125 10.9989 -38
-STDOUT_3616=0 -3.10637 0 0 -4.46066 0 0 -93.8918 -25.0781 -53.3141 -12.7138 -45.7125 11.9988 -38
-STDOUT_3617=0 -3.20924 0 0 -4.43316 0 0 -93.8918 -23.912 -53.3141 -12.6959 -45.7125 11.9988 -38
-STDOUT_3618=0 -3.38738 0 0 -4.85406 0 0 -93.8918 -25.5657 -53.3141 -12.5479 -45.7125 12.9986 -38
-STDOUT_3619=0 -4.43722 0 0 -4.46302 0 0 -74.9805 -31.3117 -58.5714 -13.5493 -35.8861 10.9989 -35
-STDOUT_3620=0 -3.93871 0 0 -4.62829 0 0 -93.8918 -23.6268 -53.3141 -11.5503 -45.7125 11.9988 -38
-STDOUT_3621=0 -3.74262 0 0 -5.02842 0 0 -93.8918 -25.9723 -53.3141 -11.8948 -45.7125 12.9986 -38
-STDOUT_3622=0 -2.79536 0 0 -4.00468 0 0 -93.8918 -23.226 -53.3141 -13.1386 -45.7125 10.9989 -38
-STDOUT_3623=0 -3.37385 0 0 -5.6162 0 0 -93.8918 -25.265 -53.3141 -12.0367 -45.7125 12.9986 -38
-STDOUT_3624=0 -3.61019 0 0 -4.49428 0 0 -93.8918 -25.0126 -53.3141 -12.0226 -45.7125 11.9988 -38
-STDOUT_3625=0 -3.42974 0 0 -4.40005 0 0 -93.8918 -24.3912 -53.3141 -12.4105 -45.7125 11.9988 -38
-STDOUT_3626=0 -3.41393 0 0 -4.74331 0 0 -93.8918 -24.0929 -53.3141 -12.1988 -45.7125 11.9988 -38
-STDOUT_3627=0 -3.16319 0 0 -4.10595 0 0 -93.8918 -24.1163 -53.3141 -12.5026 -45.7125 10.9989 -38
-STDOUT_3628=0 -3.59676 0 0 -4.47251 0 0 -93.8918 -22.547 -53.3141 -12.2923 -45.7125 11.9988 -38
-STDOUT_3629=0 -3.1764 0 0 -4.08816 0 0 -93.8918 -24.5553 -53.3141 -12.4705 -45.7125 10.9989 -38
-STDOUT_3630=0 -3.17853 0 0 -4.3869 0 0 -93.8918 -26.7996 -53.3141 -12.6179 -45.7125 11.9988 -38
-STDOUT_3631=0 -3.52862 0 0 -4.68701 0 0 -93.8918 -24.3225 -53.3141 -12.0982 -45.7125 11.9988 -38
-STDOUT_3632=0 -3.36414 0 0 -4.61262 0 0 -93.8918 -26.9511 -53.3141 -12.7342 -45.7125 12.9986 -38
-STDOUT_3633=0 -3.59119 0 0 -5.20087 0 0 -93.8918 -23.9048 -53.3141 -11.6538 -45.7125 11.9988 -38
-STDOUT_3634=0 -3.13606 0 0 -4.37623 0 0 -93.8918 -25.85 -53.3141 -12.7851 -45.7125 11.9988 -38
-STDOUT_3635=0 -3.88386 0 0 -4.86136 0 0 -93.8918 -24.7291 -53.3141 -11.4452 -45.7125 11.9988 -38
-STDOUT_3636=0 -3.24917 0 0 -3.57734 0 0 -93.8918 -25.1332 -53.3141 -12.739 -45.7125 10.9989 -38
-STDOUT_3637=0 -4.15358 0 0 -4.21981 0 0 -74.9805 -30.3282 -58.5714 -13.757 -35.8861 9.99896 -35
-STDOUT_3638=0 -3.53428 0 0 -4.67243 0 0 -93.8918 -25.4433 -53.3141 -12.0412 -45.7125 11.9988 -38
-STDOUT_3639=0 -2.90565 0 0 -4.13783 0 0 -93.8918 -22.7551 -53.3141 -13.0061 -45.7125 10.9989 -38
-STDOUT_3640=0 -3.57098 0 0 -4.233 0 0 -93.8918 -23.148 -53.3141 -11.9608 -45.7125 10.9989 -38
-STDOUT_3641=0 -4.55965 0 0 -5.55863 0 0 -74.9805 -32.3662 -58.5714 -12.5699 -35.8861 10.9989 -35
-STDOUT_3642=0 -3.00853 0 0 -4.11032 0 0 -93.8918 -21.589 -53.3141 -12.9882 -45.7125 10.9989 -38
-STDOUT_3643=0 -4.32288 0 0 -4.66781 0 0 -74.9805 -33.5391 -58.5714 -14.0567 -35.8861 11.9988 -35
-STDOUT_3644=0 -3.18666 0 0 -4.53122 0 0 -93.8918 -23.2427 -53.3141 -12.8401 -45.7125 11.9988 -38
-STDOUT_3645=0 -3.79308 0 0 -4.72289 0 0 -93.8918 -27 -53.3141 -12.0893 -45.7125 12.9986 -38
-STDOUT_3646=0 -4.62845 0 0 -5.05347 0 0 -74.9805 -33.3859 -58.5714 -13.3472 -35.8861 11.9988 -35
-STDOUT_3647=0 -3.30443 0 0 -3.9389 0 0 -93.8918 -22.8731 -53.3141 -12.0529 -45.7125 9.99896 -38
-STDOUT_3648=0 -3.738 0 0 -4.30546 0 0 -93.8918 -21.3038 -53.3141 -11.8426 -45.7125 10.9989 -38
-STDOUT_3649=0 -3.5419 0 0 -4.70558 0 0 -93.8918 -23.6492 -53.3141 -12.1871 -45.7125 11.9988 -38
-STDOUT_3650=0 -4.72236 0 0 -4.82775 0 0 -74.9805 -34.0533 -58.5714 -13.3527 -35.8861 11.9988 -35
-STDOUT_3651=0 -3.17314 0 0 -5.29337 0 0 -93.8918 -22.942 -53.3141 -12.3289 -45.7125 11.9988 -38
-STDOUT_3652=0 -3.40947 0 0 -4.17144 0 0 -93.8918 -22.6896 -53.3141 -12.3148 -45.7125 10.9989 -38
-STDOUT_3653=0 -3.24372 0 0 -5.03381 0 0 -93.8918 -22.5664 -53.3141 -11.9022 -45.7125 10.9989 -38
-STDOUT_3654=0 -3.50538 0 0 -4.44556 0 0 -93.8918 -25.7079 -53.3141 -12.2845 -45.7125 11.9988 -38
-STDOUT_3655=0 -3.1468 0 0 -4.30091 0 0 -93.8918 -23.7156 -53.3141 -12.5084 -45.7125 10.9989 -38
-STDOUT_3656=FEATURES_TXT_END_0
-STDOUT_3657=FEATURES_TXT_BEGIN_0 8 200 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_3658=0 -3.71444 0 0 -2.53013 0 0 -44.5419 -28.3609 -62.1264 -9.27102 -18.5811 6.99927 -23
-STDOUT_3659=0 -3.74458 0 0 -2.5508 0 0 -44.5419 -29.0601 -62.1264 -8.55348 -18.5811 7.99917 -23
-STDOUT_3660=0 -3.74096 0 0 -2.65764 0 0 -44.5419 -28.7994 -62.1264 -8.94648 -18.5811 6.99927 -23
-STDOUT_3661=0 -3.87526 0 0 -2.58389 0 0 -44.5419 -28.5409 -62.1264 -9.08773 -18.5811 7.99917 -23
-STDOUT_3662=0 -3.84035 0 0 -2.67021 0 0 -44.5419 -28.5172 -62.1264 -9.04067 -18.5811 7.99917 -23
-STDOUT_3663=0 -3.84967 0 0 -2.54826 0 0 -44.5419 -29.4273 -62.1264 -8.68264 -18.5811 7.99917 -23
-STDOUT_3664=0 -2.90226 0 0 -1.77692 0 0 -46.1722 -27.4648 -59.0912 -8.18356 -25.9814 7.99917 -24
-STDOUT_3665=0 -3.74559 0 0 -2.54716 0 0 -44.5419 -29.3087 -62.1264 -9.31064 -18.5811 7.99917 -23
-STDOUT_3666=0 -3.77918 0 0 -2.79093 0 0 -44.5419 -28.6423 -62.1264 -9.0849 -18.5811 7.99917 -23
-STDOUT_3667=0 -3.75578 0 0 -2.66685 0 0 -44.5419 -28.5855 -62.1264 -9.65124 -18.5811 7.99917 -23
-STDOUT_3668=0 -3.78244 0 0 -2.66899 0 0 -44.5419 -29.4879 -62.1264 -8.69302 -18.5811 7.99917 -23
-STDOUT_3669=0 -2.9324 0 0 -1.79759 0 0 -46.1722 -28.164 -59.0912 -7.46602 -25.9814 8.99907 -24
-STDOUT_3670=0 -2.59219 0 0 -1.89185 0 0 -46.1722 -27.7692 -59.0912 -8.72176 -25.9814 7.99917 -24
-STDOUT_3671=0 -3.7829 0 0 -2.68752 0 0 -44.5419 -29.4478 -62.1264 -8.84852 -18.5811 8.99907 -23
-STDOUT_3672=0 -2.62233 0 0 -1.91252 0 0 -46.1722 -28.4684 -59.0912 -8.00423 -25.9814 8.99907 -24
-STDOUT_3673=0 -4.007 0 0 -2.60121 0 0 -44.5419 -29.3282 -62.1264 -8.62538 -18.5811 8.99907 -23
-STDOUT_3674=0 -3.7739 0 0 -2.67467 0 0 -44.5419 -29.5345 -62.1264 -8.97535 -18.5811 7.99917 -23
-STDOUT_3675=0 -3.60953 0 0 -2.61174 0 0 -44.5419 -29.4777 -62.1264 -9.79376 -18.5811 7.99917 -23
-STDOUT_3676=0 -3.79601 0 0 -2.79286 0 0 -44.5419 -29.2199 -62.1264 -8.97363 -18.5811 7.99917 -23
-STDOUT_3677=0 -3.63967 0 0 -2.63241 0 0 -44.5419 -30.1769 -62.1265 -9.07622 -18.5811 8.99907 -23
-STDOUT_3678=0 -3.90778 0 0 -2.60093 0 0 -44.5419 -29.3139 -62.1264 -9.16215 -18.5811 8.99907 -23
-STDOUT_3679=0 -2.92878 0 0 -1.90443 0 0 -46.1722 -27.9033 -59.0912 -7.85902 -25.9814 7.99917 -24
-STDOUT_3680=0 -3.87288 0 0 -2.68724 0 0 -44.5419 -29.2902 -62.1264 -9.11509 -18.5811 8.99907 -23
-STDOUT_3681=0 -2.97411 0 0 -1.78904 0 0 -46.1722 -28.3953 -59.0912 -7.67401 -25.9814 7.99917 -24
-STDOUT_3682=0 -3.06308 0 0 -1.83068 0 0 -46.1722 -27.6447 -59.0912 -8.00027 -25.9814 8.99907 -24
-STDOUT_3683=0 -3.80489 0 0 -2.70462 0 0 -44.5419 -29.5189 -62.1264 -9.09421 -18.5811 7.99917 -23
-STDOUT_3684=0 -3.85195 0 0 -2.58054 0 0 -44.5419 -28.5615 -62.1264 -10.3639 -18.5811 7.99917 -23
-STDOUT_3685=0 -3.02817 0 0 -1.917 0 0 -46.1722 -27.6211 -59.0912 -7.95321 -25.9814 8.99907 -24
-STDOUT_3686=0 -2.61871 0 0 -2.01935 0 0 -46.1722 -28.2077 -59.0912 -8.39723 -25.9814 7.99917 -24
-STDOUT_3687=0 -3.80002 0 0 -2.80797 0 0 -44.5419 -29.311 -62.1264 -9.10504 -18.5811 8.99907 -23
-STDOUT_3688=0 -3.88219 0 0 -2.5653 0 0 -44.5419 -30.2003 -62.1264 -8.75706 -18.5811 8.99907 -23
-STDOUT_3689=0 -2.75301 0 0 -1.94561 0 0 -46.1722 -27.9491 -59.0912 -8.53848 -25.9814 8.99907 -24
-STDOUT_3690=0 -3.80328 0 0 -2.68602 0 0 -44.5419 -30.1566 -62.1265 -8.71316 -18.5811 8.99907 -23
-STDOUT_3691=0 -3.03749 0 0 -1.79505 0 0 -46.1722 -28.5312 -59.0912 -7.59518 -25.9815 8.99907 -24
-STDOUT_3692=0 -4.02553 0 0 -2.67213 0 0 -44.5419 -29.1612 -62.1264 -9.10422 -18.5811 7.99917 -23
-STDOUT_3693=0 -2.71811 0 0 -2.03192 0 0 -46.1722 -27.9255 -59.0912 -8.49142 -25.9814 8.99907 -24
-STDOUT_3694=0 -3.58973 0 0 -2.51884 0 0 -44.5419 -29.7526 -62.1264 -10.5037 -18.5811 7.99917 -23
-STDOUT_3695=0 -3.63605 0 0 -2.73925 0 0 -44.5419 -29.9162 -62.1265 -9.46922 -18.581 7.99917 -23
-STDOUT_3696=0 -3.88799 0 0 -2.68499 0 0 -44.5419 -29.815 -62.1264 -8.97767 -18.5811 8.99907 -23
-STDOUT_3697=0 -3.68138 0 0 -2.62386 0 0 -44.5419 -30.4082 -62.1264 -9.28421 -18.5811 7.99917 -23
-STDOUT_3698=0 -3.77035 0 0 -2.66551 0 0 -44.5419 -29.6577 -62.1264 -9.61047 -18.5811 8.99907 -23
-STDOUT_3699=0 -2.93341 0 0 -1.79395 0 0 -46.1722 -28.4126 -59.0912 -8.22318 -25.9814 8.99907 -24
-STDOUT_3700=0 -3.61986 0 0 -2.53951 0 0 -44.5419 -30.4518 -62.1264 -9.78617 -18.5811 8.99907 -23
-STDOUT_3701=0 -2.96701 0 0 -2.03772 0 0 -46.1722 -27.7462 -59.0912 -7.99745 -25.9814 8.99907 -24
-STDOUT_3702=0 -2.72742 0 0 -1.90998 0 0 -46.1722 -28.8355 -59.0912 -8.13338 -25.9815 8.99907 -24
-STDOUT_3703=0 -2.94361 0 0 -1.91364 0 0 -46.1722 -27.6893 -59.0912 -8.56378 -25.9814 8.99907 -24
-STDOUT_3704=0 -3.78694 0 0 -2.68388 0 0 -44.5419 -29.5333 -62.1264 -9.69086 -18.5811 8.99907 -23
-STDOUT_3705=0 -4.10295 0 0 -2.53839 0 0 -44.5419 -29.0984 -62.1264 -9.57706 -18.5811 7.99917 -23
-STDOUT_3706=0 -4.1121 0 0 -2.59867 0 0 -44.5419 -29.6953 -62.1264 -8.75453 -18.5811 8.99907 -23
-STDOUT_3707=0 -3.07838 0 0 -1.82214 0 0 -46.1722 -28.131 -59.0912 -8.00863 -25.9814 7.99917 -24
-STDOUT_3708=0 -3.73544 0 0 -2.75182 0 0 -44.5419 -29.634 -62.1264 -9.56341 -18.5811 8.99907 -23
-STDOUT_3709=0 -2.97027 0 0 -1.91578 0 0 -46.1722 -28.5918 -59.0912 -7.60556 -25.9814 8.99907 -24
-STDOUT_3710=0 -3.0375 0 0 -1.90845 0 0 -46.1722 -28.0772 -59.0912 -7.98093 -25.9814 7.99917 -24
-STDOUT_3711=0 -2.62335 0 0 -1.90888 0 0 -46.1722 -28.717 -59.0912 -8.76138 -25.9814 8.99907 -24
-STDOUT_3712=0 -4.13301 0 0 -2.55906 0 0 -44.5419 -29.8056 -62.1264 -8.8204 -18.5811 8.99907 -23
-STDOUT_3713=0 -3.82077 0 0 -2.80571 0 0 -44.5419 -29.8756 -62.1264 -8.98805 -18.5811 8.99907 -23
-STDOUT_3714=0 -2.65694 0 0 -2.15265 0 0 -46.1722 -28.0506 -59.0912 -8.53565 -25.9814 8.99907 -24
-STDOUT_3715=0 -3.81685 0 0 -2.80989 0 0 -44.5419 -29.8886 -62.1264 -8.99376 -18.5811 8.99907 -23
-STDOUT_3716=0 -2.63354 0 0 -2.02857 0 0 -46.1722 -27.9937 -59.0912 -9.10199 -25.9814 8.99907 -24
-STDOUT_3717=0 -3.74476 0 0 -2.62988 0 0 -44.5419 -30.5441 -62.1265 -9.20537 -18.5811 8.99907 -23
-STDOUT_3718=0 -2.75517 0 0 -1.93706 0 0 -46.1722 -28.4591 -59.0912 -8.55822 -25.9815 7.99917 -24
-STDOUT_3719=0 -2.97073 0 0 -1.93431 0 0 -46.1722 -28.5516 -59.0912 -7.76106 -25.9814 9.99896 -24
-STDOUT_3720=0 -3.7218 0 0 -2.79436 0 0 -44.5419 -30.197 -62.1264 -9.09906 -18.5811 7.99917 -23
-STDOUT_3721=0 -2.6602 0 0 -2.03071 0 0 -46.1722 -28.8962 -59.0912 -8.14376 -25.9814 8.99907 -24
-STDOUT_3722=0 -4.04487 0 0 -2.7194 0 0 -44.5419 -29.756 -62.1264 -8.76491 -18.5811 8.99907 -23
-STDOUT_3723=0 -2.72446 0 0 -2.02338 0 0 -46.1722 -28.4086 -59.0912 -8.51019 -25.9814 7.99917 -24
-STDOUT_3724=0 -3.19483 0 0 -1.848 0 0 -46.1722 -28.432 -59.0912 -7.53792 -25.9814 9.99896 -24
-STDOUT_3725=0 -3.82573 0 0 -2.72165 0 0 -44.5419 -30.1876 -62.1264 -9.11435 -18.5811 8.99907 -23
-STDOUT_3726=0 -3.0792 0 0 -1.78651 0 0 -46.1722 -28.7624 -59.0912 -7.80316 -25.9814 7.99917 -24
-STDOUT_3727=0 -2.96172 0 0 -1.92146 0 0 -46.1722 -28.6383 -59.0912 -7.88789 -25.9814 8.99907 -24
-STDOUT_3728=0 -3.64068 0 0 -2.62877 0 0 -44.5419 -30.4255 -62.1265 -9.83338 -18.5811 8.99907 -23
-STDOUT_3729=0 -3.71479 0 0 -2.67241 0 0 -44.5419 -30.4532 -62.1264 -9.42473 -18.5811 7.99917 -23
-STDOUT_3730=0 -3.67428 0 0 -2.87254 0 0 -44.5419 -29.7591 -62.1264 -9.60764 -18.5811 8.99907 -23
-STDOUT_3731=0 -2.66066 0 0 -2.04924 0 0 -46.1722 -28.856 -59.0912 -8.29926 -25.9814 9.99896 -24
-STDOUT_3732=0 -3.65088 0 0 -2.74846 0 0 -44.5419 -29.7023 -62.1264 -10.174 -18.5811 8.99907 -23
-STDOUT_3733=0 -3.78565 0 0 -2.65696 0 0 -44.5419 -30.1439 -62.1264 -9.61883 -18.5811 7.99917 -23
-STDOUT_3734=0 -3.61625 0 0 -2.64634 0 0 -44.5419 -30.1911 -62.1264 -10.1792 -18.5811 7.99917 -23
-STDOUT_3735=0 -3.67754 0 0 -2.7506 0 0 -44.5419 -30.6047 -62.1265 -9.21576 -18.5811 8.99907 -23
-STDOUT_3736=0 -2.97633 0 0 -2.02918 0 0 -46.1722 -28.2023 -59.0912 -8.02517 -25.9814 7.99917 -24
-STDOUT_3737=0 -2.95293 0 0 -1.90509 0 0 -46.1722 -28.1455 -59.0912 -8.5915 -25.9814 7.99917 -24
-STDOUT_3738=0 -3.66699 0 0 -2.72667 0 0 -44.5419 -30.3201 -62.1264 -9.6445 -18.5811 7.99917 -23
-STDOUT_3739=0 -2.98383 0 0 -2.03965 0 0 -46.1722 -28.3238 -59.0912 -7.88617 -25.9814 8.99907 -24
-STDOUT_3740=0 -3.74477 0 0 -2.74327 0 0 -44.5419 -30.0901 -62.1264 -9.59113 -18.5811 7.99917 -23
-STDOUT_3741=0 -3.09561 0 0 -1.84772 0 0 -46.1722 -28.4178 -59.0912 -8.07469 -25.9814 9.99896 -24
-STDOUT_3742=0 -2.88476 0 0 -1.96292 0 0 -46.1722 -28.7364 -59.0912 -8.07612 -25.9814 9.99896 -24
-STDOUT_3743=0 -3.66158 0 0 -2.53096 0 0 -44.5419 -30.6831 -62.1264 -9.99415 -18.5811 7.99917 -23
-STDOUT_3744=0 -3.75054 0 0 -2.5726 0 0 -44.5419 -29.9326 -62.1264 -10.3204 -18.5811 8.99907 -23
-STDOUT_3745=0 -2.65165 0 0 -2.03639 0 0 -46.1722 -28.9427 -59.0912 -8.4261 -25.9814 8.99907 -24
-STDOUT_3746=0 -4.1377 0 0 -2.66248 0 0 -44.5419 -29.4732 -62.1264 -9.20627 -18.5811 7.99917 -23
-STDOUT_3747=0 -3.01198 0 0 -1.90723 0 0 -46.1722 -28.8231 -59.0912 -7.81354 -25.9814 7.99917 -24
-STDOUT_3748=0 -3.7368 0 0 -2.70804 0 0 -44.5419 -30.5134 -62.1264 -9.40231 -18.5811 7.99917 -23
-STDOUT_3749=0 -3.0607 0 0 -1.93403 0 0 -46.1722 -28.3941 -59.0912 -8.02763 -25.9814 9.99896 -24
-STDOUT_3750=0 -3.678 0 0 -2.76913 0 0 -44.5419 -30.5646 -62.1265 -9.37126 -18.5811 9.99896 -23
-STDOUT_3751=0 -4.27455 0 0 -2.72062 0 0 -44.5419 -28.7903 -62.1264 -9.31927 -18.5811 8.99907 -23
-STDOUT_3752=0 -3.69712 0 0 -2.74734 0 0 -44.5419 -31.0192 -62.1265 -8.92696 -18.5811 8.99907 -23
-STDOUT_3753=0 -3.71564 0 0 -2.65891 0 0 -44.5419 -29.9089 -62.1264 -10.2734 -18.5811 8.99907 -23
-STDOUT_3754=0 -2.99272 0 0 -1.95141 0 0 -46.1722 -28.6228 -59.0912 -8.00675 -25.9814 8.99907 -24
-STDOUT_3755=0 -2.66329 0 0 -2.1441 0 0 -46.1722 -28.5338 -59.0912 -8.55442 -25.9814 7.99917 -24
-STDOUT_3756=0 -2.63989 0 0 -2.02002 0 0 -46.1722 -28.4769 -59.0912 -9.12076 -25.9814 7.99917 -24
-STDOUT_3757=0 -4.1944 0 0 -2.80543 0 0 -44.5419 -28.8442 -62.1264 -9.31414 -18.5811 8.99907 -23
-STDOUT_3758=0 -2.46272 0 0 -2.4846 0 0 -87.0303 -8.30986 -37.0805 -9.42761 -43.4436 11.9988 -36
-STDOUT_3759=0 -2.50407 0 0 -2.66272 0 0 -87.0303 -8.5344 -37.0805 -9.80784 -43.4436 12.9986 -36
-STDOUT_3760=0 -2.50249 0 0 -2.65529 0 0 -87.0303 -9.52385 -37.0805 -9.80053 -43.4436 12.9986 -36
-STDOUT_3761=0 -2.45827 0 0 -2.47717 0 0 -87.0303 -9.13717 -37.0805 -9.48971 -43.4436 11.9988 -36
-STDOUT_3762=0 -2.89544 0 0 -2.66383 0 0 -87.0303 -9.43401 -37.0805 -10.0445 -43.4436 13.9985 -36
-STDOUT_3763=0 -2.41977 0 0 -2.34823 0 0 -87.0303 -7.95567 -37.0805 -9.4092 -43.4436 10.9989 -36
-STDOUT_3764=0 -2.85123 0 0 -2.48571 0 0 -87.0303 -9.04734 -37.0805 -9.73366 -43.4436 12.9986 -36
-STDOUT_3765=0 -2.43019 0 0 -2.46757 0 0 -87.0303 -7.53684 -37.0805 -9.35319 -43.4436 10.9989 -36
-STDOUT_3766=0 -1.83007 0 0 -2.36013 0 0 -87.0303 -9.8646 -37.0805 -11.2177 -43.4436 12.9986 -36
-STDOUT_3767=0 -2.88962 0 0 -2.50423 0 0 -87.0303 -8.61605 -37.0805 -9.71113 -43.4436 12.9986 -36
-STDOUT_3768=0 -2.46112 0 0 -2.52635 0 0 -87.0303 -8.18021 -37.0805 -9.78942 -43.4436 11.9988 -36
-STDOUT_3769=0 -2.50382 0 0 -2.63564 0 0 -83.2052 -8.97002 -38.838 -9.98345 -46.1735 11.9988 -36
-STDOUT_3770=0 -2.47154 0 0 -2.64569 0 0 -87.0303 -7.76138 -37.0805 -9.73342 -43.4436 11.9988 -36
-STDOUT_3771=0 -1.87142 0 0 -2.53825 0 0 -87.0303 -10.0891 -37.0805 -11.598 -43.4436 13.9985 -36
-STDOUT_3772=0 -2.93097 0 0 -2.68235 0 0 -87.0303 -8.84059 -37.0805 -10.0914 -43.4436 13.9985 -36
-STDOUT_3773=0 -2.29549 0 0 -2.7164 0 0 -87.0303 -8.77892 -37.0805 -10.4196 -43.4436 12.9986 -36
-STDOUT_3774=0 -2.46549 0 0 -2.45752 0 0 -83.2052 -8.58235 -38.838 -9.68842 -46.1735 10.9989 -36
-STDOUT_3775=0 -2.44188 0 0 -2.46757 0 0 -87.0303 -7.64117 -37.0805 -9.40747 -43.4436 10.9989 -36
-STDOUT_3776=0 -2.70393 0 0 -2.36786 0 0 -87.0303 -8.3555 -37.0805 -9.61248 -43.4436 11.9988 -36
-STDOUT_3777=0 -2.45954 0 0 -2.51892 0 0 -87.0303 -9.16966 -37.0805 -9.78212 -43.4436 11.9988 -36
-STDOUT_3778=0 -2.33683 0 0 -2.89452 0 0 -87.0303 -9.00346 -37.0805 -10.7998 -43.4436 13.9985 -36
-STDOUT_3779=0 -2.61764 0 0 -2.56385 0 0 -87.0303 -8.85066 -37.0805 -10.1124 -43.4436 12.9986 -36
-STDOUT_3780=0 -2.50224 0 0 -2.62821 0 0 -83.2052 -9.95947 -38.838 -9.97615 -46.1735 11.9988 -36
-STDOUT_3781=0 -2.46996 0 0 -2.63825 0 0 -87.0303 -8.75082 -37.0805 -9.72611 -43.4436 11.9988 -36
-STDOUT_3782=0 -2.41532 0 0 -2.3408 0 0 -87.0303 -8.78299 -37.0805 -9.4713 -43.4436 10.9989 -36
-STDOUT_3783=0 -2.58274 0 0 -2.51889 0 0 -83.2052 -9.01373 -38.838 -10.0274 -46.1735 11.9988 -36
-STDOUT_3784=0 -1.86984 0 0 -2.53081 0 0 -87.0303 -11.0786 -37.0805 -11.5907 -43.4436 13.9985 -36
-STDOUT_3785=0 -2.92939 0 0 -2.67491 0 0 -87.0303 -9.83003 -37.0805 -10.084 -43.4436 13.9985 -36
-STDOUT_3786=0 -2.48323 0 0 -2.64569 0 0 -87.0303 -7.86571 -37.0805 -9.7877 -43.4436 11.9988 -36
-STDOUT_3787=0 -2.74528 0 0 -2.54598 0 0 -87.0303 -8.58003 -37.0805 -9.99271 -43.4436 12.9986 -36
-STDOUT_3788=0 -2.42574 0 0 -2.46013 0 0 -87.0303 -8.36415 -37.0805 -9.41529 -43.4436 10.9989 -36
-STDOUT_3789=0 -1.82562 0 0 -2.35269 0 0 -87.0303 -10.6919 -37.0805 -11.2798 -43.4436 12.9986 -36
-STDOUT_3790=0 -2.65898 0 0 -2.74197 0 0 -87.0303 -9.0752 -37.0805 -10.4926 -43.4436 13.9985 -36
-STDOUT_3791=0 -2.88518 0 0 -2.49679 0 0 -87.0303 -9.44336 -37.0805 -9.77323 -43.4436 12.9986 -36
-STDOUT_3792=0 -2.54441 0 0 -2.34078 0 0 -83.2052 -8.62605 -38.838 -9.73232 -46.1735 10.9989 -36
-STDOUT_3793=0 -2.33526 0 0 -2.88709 0 0 -87.0303 -9.9929 -37.0805 -10.7925 -43.4436 13.9985 -36
-STDOUT_3794=0 -2.46097 0 0 -2.45009 0 0 -83.2052 -9.41766 -38.838 -9.71139 -46.1735 10.9989 -36
-STDOUT_3795=0 -2.44512 0 0 -2.49927 0 0 -83.2052 -7.87353 -38.838 -9.82378 -46.1735 10.9989 -36
-STDOUT_3796=0 -2.29104 0 0 -2.70897 0 0 -87.0303 -9.60623 -37.0805 -10.4817 -43.4436 12.9986 -36
-STDOUT_3797=0 -2.58116 0 0 -2.51146 0 0 -83.2052 -10.0032 -38.838 -10.02 -46.1735 11.9988 -36
-STDOUT_3798=0 -2.45991 0 0 -2.6431 0 0 -83.2052 -9.71195 -38.838 -10.1216 -46.1735 11.9988 -36
-STDOUT_3799=0 -2.48165 0 0 -2.63825 0 0 -87.0303 -8.85515 -37.0805 -9.78039 -43.4436 11.9988 -36
-STDOUT_3800=0 -2.7437 0 0 -2.53854 0 0 -87.0303 -9.56948 -37.0805 -9.9854 -43.4436 12.9986 -36
-STDOUT_3801=0 -1.48866 0 0 -2.06367 0 0 -82.0014 -14.6131 -39.1543 -14.1005 -44.645 12.9986 -36
-STDOUT_3802=0 -2.6574 0 0 -2.73453 0 0 -87.0303 -10.0646 -37.0805 -10.4853 -43.4436 13.9985 -36
-STDOUT_3803=0 -2.40679 0 0 -2.32115 0 0 -83.2052 -7.48585 -38.838 -9.52875 -46.1735 9.99896 -36
-STDOUT_3804=0 -2.43744 0 0 -2.46013 0 0 -87.0303 -8.46848 -37.0805 -9.46958 -43.4436 10.9989 -36
-STDOUT_3805=0 -2.69948 0 0 -2.36042 0 0 -87.0303 -9.18281 -37.0805 -9.67459 -43.4436 11.9988 -36
-STDOUT_3806=0 -2.4602 0 0 -2.47605 0 0 -87.0303 -8.45329 -37.0805 -9.42823 -43.4436 10.9989 -36
-STDOUT_3807=0 -2.61319 0 0 -2.55641 0 0 -87.0303 -9.67797 -37.0805 -10.1745 -43.4436 12.9986 -36
-STDOUT_3808=0 -2.18834 0 0 -2.69897 0 0 -82.0014 -14.4761 -39.1543 -12.6542 -44.645 12.9986 -36
-STDOUT_3809=0 -2.44354 0 0 -2.49183 0 0 -83.2052 -8.86297 -38.838 -9.81647 -46.1735 10.9989 -36
-STDOUT_3810=0 -2.53989 0 0 -2.33334 0 0 -83.2052 -9.46137 -38.838 -9.75529 -46.1735 10.9989 -36
-STDOUT_3811=0 -1.53001 0 0 -2.24179 0 0 -82.0014 -14.8376 -39.1543 -14.4807 -44.645 13.9985 -36
-STDOUT_3812=0 -2.4981 0 0 -2.65417 0 0 -87.0303 -8.98698 -37.0805 -9.77998 -43.4436 11.9988 -36
-STDOUT_3813=0 -2.45833 0 0 -2.63566 0 0 -83.2052 -10.7014 -38.838 -10.1143 -46.1735 11.9988 -36
-STDOUT_3814=0 -2.22968 0 0 -2.87709 0 0 -82.0014 -14.7007 -39.1543 -13.0344 -44.645 13.9985 -36
-STDOUT_3815=0 -2.40227 0 0 -2.31372 0 0 -83.2052 -8.32117 -38.838 -9.55172 -46.1735 9.99896 -36
-STDOUT_3816=0 -1.52843 0 0 -2.23435 0 0 -82.0014 -15.8271 -39.1543 -14.4734 -44.645 13.9985 -36
-STDOUT_3817=0 -1.48422 0 0 -2.05624 0 0 -82.0014 -15.4404 -39.1543 -14.1626 -44.645 12.9986 -36
-STDOUT_3818=0 -2.22811 0 0 -2.86966 0 0 -82.0014 -15.6901 -39.1543 -13.0271 -44.645 13.9985 -36
-STDOUT_3819=0 -2.18389 0 0 -2.69154 0 0 -82.0014 -15.3035 -39.1543 -12.7163 -44.645 12.9986 -36
-STDOUT_3820=0 -2.85249 0 0 -2.52746 0 0 -87.0303 -9.07982 -37.0805 -10.0261 -43.4436 12.9986 -36
-STDOUT_3821=0 -2.8952 0 0 -2.63675 0 0 -83.2052 -9.86963 -38.838 -10.2201 -46.1735 12.9986 -36
-STDOUT_3822=0 -2.49122 0 0 -2.65267 0 0 -83.2052 -10.3558 -38.838 -10.7423 -46.1735 12.9986 -36
-STDOUT_3823=0 -2.86291 0 0 -2.6468 0 0 -87.0303 -8.66099 -37.0805 -9.97005 -43.4436 12.9986 -36
-STDOUT_3824=0 -2.80828 0 0 -2.34934 0 0 -87.0303 -8.69315 -37.0805 -9.71524 -43.4436 11.9988 -36
-STDOUT_3825=0 -2.26279 0 0 -2.53936 0 0 -87.0303 -10.9887 -37.0805 -11.8346 -43.4436 14.9984 -36
-STDOUT_3826=0 -1.78712 0 0 -2.22376 0 0 -87.0303 -9.51041 -37.0805 -11.1993 -43.4436 11.9988 -36
-STDOUT_3827=0 -3.32235 0 0 -2.68346 0 0 -87.0303 -9.7402 -37.0805 -10.328 -43.4436 14.9984 -36
-STDOUT_3828=0 -2.47906 0 0 -2.46498 0 0 -83.2052 -8.31438 -38.838 -9.96903 -46.1735 10.9989 -36
-STDOUT_3829=0 -2.8187 0 0 -2.46868 0 0 -87.0303 -8.27432 -37.0805 -9.65924 -43.4436 11.9988 -36
-STDOUT_3830=0 -2.21858 0 0 -2.36124 0 0 -87.0303 -10.6021 -37.0805 -11.5238 -43.4436 13.9985 -36
-STDOUT_3831=0 -1.79754 0 0 -2.34309 0 0 -87.0303 -9.09158 -37.0805 -11.1433 -43.4436 11.9988 -36
-STDOUT_3832=0 -3.27813 0 0 -2.50534 0 0 -87.0303 -9.35353 -37.0805 -10.0172 -43.4436 13.9985 -36
-STDOUT_3833=0 -2.8571 0 0 -2.48719 0 0 -87.0303 -7.84303 -37.0805 -9.63671 -43.4436 11.9988 -36
-STDOUT_3834=0 -2.8571 0 0 -2.48719 0 0 -87.0303 -7.84303 -37.0805 -9.63671 -43.4436 11.9988 -36
-STDOUT_3835=0 -2.25698 0 0 -2.37975 0 0 -87.0303 -10.1708 -37.0805 -11.5013 -43.4436 13.9985 -36
-STDOUT_3836=0 -2.45289 0 0 -2.47456 0 0 -83.2052 -9.96816 -38.838 -10.4473 -46.1735 11.9988 -36
-STDOUT_3837=0 -1.82847 0 0 -2.40188 0 0 -87.0303 -9.73495 -37.0805 -11.5796 -43.4436 12.9986 -36
-STDOUT_3838=0 -2.72792 0 0 -2.99086 0 0 -83.2052 -8.8504 -38.838 -9.76031 -46.1735 11.9988 -36
-STDOUT_3839=0 -2.38683 0 0 -2.3312 0 0 -87.0303 -7.22067 -37.0805 -9.38033 -43.4436 9.99896 -36
-STDOUT_3840=0 -2.72821 0 0 -2.89564 0 0 -87.0303 -9.90307 -37.0805 -11.0365 -43.4436 14.9984 -36
-STDOUT_3841=0 -2.85393 0 0 -2.45863 0 0 -83.2052 -9.32783 -38.838 -9.95533 -46.1735 11.9988 -36
-STDOUT_3842=0 -2.25254 0 0 -2.58003 0 0 -87.0303 -8.42473 -37.0805 -10.4012 -43.4436 11.9988 -36
-STDOUT_3843=0 -1.87117 0 0 -2.51117 0 0 -83.2052 -10.5248 -38.838 -11.7736 -46.1735 12.9986 -36
-STDOUT_3844=0 -1.83889 0 0 -2.52121 0 0 -87.0303 -9.31611 -37.0805 -11.5235 -43.4436 12.9986 -36
-STDOUT_3845=0 -2.93073 0 0 -2.65527 0 0 -83.2052 -9.27621 -38.838 -10.267 -46.1735 12.9986 -36
-STDOUT_3846=0 -2.48964 0 0 -2.64524 0 0 -83.2052 -11.3453 -38.838 -10.735 -46.1735 12.9986 -36
-STDOUT_3847=0 -2.89844 0 0 -2.66531 0 0 -87.0303 -8.06756 -37.0805 -10.0169 -43.4436 12.9986 -36
-STDOUT_3848=0 -2.89844 0 0 -2.66531 0 0 -87.0303 -8.06756 -37.0805 -10.0169 -43.4436 12.9987 -36
-STDOUT_3849=0 -2.29832 0 0 -2.55787 0 0 -87.0303 -10.3953 -37.0805 -11.8815 -43.4436 14.9984 -36
-STDOUT_3850=0 -2.684 0 0 -2.71752 0 0 -87.0303 -9.5164 -37.0805 -10.7256 -43.4436 13.9985 -36
-STDOUT_3851=0 -2.97411 0 0 -2.52001 0 0 -83.2052 -9.91334 -38.838 -10.264 -46.1735 12.9986 -36
-STDOUT_3852=0 -2.26296 0 0 -2.69937 0 0 -87.0303 -8.00589 -37.0805 -10.3452 -43.4436 11.9988 -36
-STDOUT_3853=0 -2.72239 0 0 -2.73603 0 0 -87.0303 -9.08511 -37.0805 -10.7031 -43.4436 13.9985 -36
-STDOUT_3854=0 -2.87461 0 0 -2.6468 0 0 -87.0303 -8.76532 -37.0805 -10.0243 -43.4436 12.9986 -36
-STDOUT_3855=0 -3.13665 0 0 -2.54709 0 0 -87.0303 -9.47964 -37.0805 -10.2293 -43.4436 13.9985 -36
-STDOUT_3856=0 -3.09728 0 0 -2.86155 0 0 -87.0303 -8.71055 -37.0805 -9.55008 -43.4436 12.9986 -36
-STDOUT_3857=0 -2.42818 0 0 -2.50932 0 0 -87.0303 -7.44521 -37.0805 -9.76055 -43.4436 10.9989 -36
-STDOUT_3858=FEATURES_TXT_END_0
-STDOUT_3859=FEATURES_TXT_BEGIN_0 9 200 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_3860=0 -9.11029 0 0 -8.19133 0 0 -161.658 -77.0233 -130.955 -28.1401 -68.1689 20.9978 -41
-STDOUT_3861=0 -8.3898 0 0 -10.4006 0 0 -164.856 -71.0776 -125.734 -24.4895 -64.5253 18.998 -41
-STDOUT_3862=0 -8.84906 0 0 -10.6393 0 0 -165.453 -70.8234 -124.652 -22.4591 -62.7051 18.998 -40
-STDOUT_3863=0 -9.14095 0 0 -7.34667 0 0 -161.658 -79.8051 -130.955 -28.3452 -68.1689 20.9978 -41
-STDOUT_3864=0 -8.42046 0 0 -9.55594 0 0 -164.856 -73.8594 -125.734 -24.6945 -64.5253 18.998 -41
-STDOUT_3865=0 -9.44676 0 0 -8.5278 0 0 -152.992 -92.5855 -139.45 -34.5658 -67.3579 21.9977 -41
-STDOUT_3866=0 -8.87972 0 0 -9.7946 0 0 -165.453 -73.6051 -124.652 -22.6642 -62.7051 18.998 -40
-STDOUT_3867=0 -8.72628 0 0 -10.7371 0 0 -156.19 -86.6399 -134.228 -30.9152 -63.7144 19.9979 -41
-STDOUT_3868=0 -9.18553 0 0 -10.9757 0 0 -156.787 -86.3856 -133.146 -28.8848 -61.8941 19.9979 -40
-STDOUT_3869=0 -9.47742 0 0 -7.68314 0 0 -152.992 -95.3673 -139.45 -34.7708 -67.3579 21.9977 -41
-STDOUT_3870=0 -8.75693 0 0 -9.89241 0 0 -156.19 -89.4216 -134.228 -31.1202 -63.7144 19.9979 -41
-STDOUT_3871=0 -9.21619 0 0 -10.1311 0 0 -156.787 -89.1674 -133.146 -29.0898 -61.8941 19.9979 -40
-STDOUT_3872=0 -8.36877 0 0 -10.1715 0 0 -168.882 -65.8002 -120.396 -22.6881 -62.8568 18.998 -41
-STDOUT_3873=0 -8.77104 0 0 -7.93828 0 0 -166.165 -69.9987 -126.045 -24.6434 -70.8521 19.9979 -43
-STDOUT_3874=0 -8.93017 0 0 -7.99214 0 0 -161.819 -79.4099 -133.904 -28.5985 -63.6594 19.9979 -40
-STDOUT_3875=0 -9.2303 0 0 -8.17695 0 0 -166.762 -69.7445 -124.963 -22.6131 -69.0318 19.9979 -42
-STDOUT_3876=0 -8.39943 0 0 -9.3268 0 0 -168.882 -68.5819 -120.396 -22.8932 -62.8568 18.998 -41
-STDOUT_3877=0 -8.8017 0 0 -7.09362 0 0 -166.165 -72.7805 -126.045 -24.8485 -70.8521 19.9979 -43
-STDOUT_3878=0 -8.96083 0 0 -7.14748 0 0 -161.819 -82.1917 -133.904 -28.8036 -63.6594 19.9979 -40
-STDOUT_3879=0 -9.21275 0 0 -7.88616 0 0 -161.658 -78.3933 -130.955 -28.8299 -68.1689 20.9978 -41
-STDOUT_3880=0 -9.26096 0 0 -7.33228 0 0 -166.762 -72.5262 -124.963 -22.8181 -69.0318 19.9979 -42
-STDOUT_3881=0 -8.70524 0 0 -10.5079 0 0 -160.216 -81.3624 -128.89 -29.1138 -62.0459 19.9979 -41
-STDOUT_3882=0 -8.49226 0 0 -10.0954 0 0 -164.856 -72.4477 -125.734 -25.1793 -64.5253 18.998 -41
-STDOUT_3883=0 -9.10752 0 0 -8.27476 0 0 -157.498 -85.5609 -134.54 -31.0691 -70.0411 20.9978 -43
-STDOUT_3884=0 -9.26664 0 0 -8.32861 0 0 -153.152 -94.9721 -142.398 -35.0242 -62.8484 20.9978 -40
-STDOUT_3885=0 -9.36396 0 0 -8.43213 0 0 -161.658 -77.2494 -130.955 -27.8549 -68.1689 21.9977 -41
-STDOUT_3886=0 -8.95152 0 0 -10.3341 0 0 -165.453 -72.1934 -124.652 -23.1489 -62.7051 18.998 -40
-STDOUT_3887=0 -9.56677 0 0 -8.51342 0 0 -158.096 -85.3067 -133.458 -29.0387 -68.2208 20.9978 -42
-STDOUT_3888=0 -8.7359 0 0 -9.66327 0 0 -160.216 -84.1442 -128.89 -29.3188 -62.0459 19.9979 -41
-STDOUT_3889=0 -8.64347 0 0 -10.6414 0 0 -164.856 -71.3038 -125.734 -24.2043 -64.5253 19.9979 -41
-STDOUT_3890=0 -9.13818 0 0 -7.43009 0 0 -157.498 -88.3427 -134.54 -31.2742 -70.0411 20.9978 -43
-STDOUT_3891=0 -9.10273 0 0 -10.8801 0 0 -165.453 -71.0495 -124.652 -22.1739 -62.7051 19.9979 -40
-STDOUT_3892=0 -9.2973 0 0 -7.48395 0 0 -153.152 -97.7539 -142.398 -35.2293 -62.8484 20.9978 -40
-STDOUT_3893=0 -9.54922 0 0 -8.22263 0 0 -152.992 -93.9555 -139.45 -35.2556 -67.3579 21.9977 -41
-STDOUT_3894=0 -9.39462 0 0 -7.58747 0 0 -161.658 -80.0312 -130.955 -28.06 -68.1689 21.9977 -41
-STDOUT_3895=0 -9.59743 0 0 -7.66876 0 0 -158.096 -88.0884 -133.458 -29.2438 -68.2208 20.9978 -42
-STDOUT_3896=0 -9.51362 0 0 -8.32267 0 0 -161.658 -78.043 -130.955 -27.218 -68.1689 20.9978 -41
-STDOUT_3897=0 -8.75001 0 0 -7.70914 0 0 -170.191 -64.7213 -120.707 -22.8421 -69.1836 19.9979 -43
-STDOUT_3898=0 -8.82873 0 0 -10.4319 0 0 -156.19 -88.0099 -134.228 -31.6049 -63.7144 19.9979 -41
-STDOUT_3899=0 -8.67413 0 0 -9.79674 0 0 -164.856 -74.0855 -125.734 -24.4094 -64.5253 19.9979 -41
-STDOUT_3900=0 -8.79313 0 0 -10.5319 0 0 -164.856 -72.0974 -125.734 -23.5673 -64.5253 18.998 -41
-STDOUT_3901=0 -9.70043 0 0 -8.7686 0 0 -152.992 -92.8117 -139.45 -34.2806 -67.3579 22.9976 -41
-STDOUT_3902=0 -9.28799 0 0 -10.6706 0 0 -156.787 -87.7556 -133.146 -29.5746 -61.8941 19.9979 -40
-STDOUT_3903=0 -9.13339 0 0 -10.0354 0 0 -165.453 -73.8313 -124.652 -22.379 -62.7051 19.9979 -40
-STDOUT_3904=0 -8.59093 0 0 -7.73909 0 0 -166.326 -72.3853 -128.993 -25.1018 -66.3426 18.998 -42
-STDOUT_3905=0 -9.54428 0 0 -7.47801 0 0 -161.658 -80.8248 -130.955 -27.423 -68.1689 20.9978 -41
-STDOUT_3906=0 -8.78067 0 0 -6.86448 0 0 -170.191 -67.503 -120.707 -23.0471 -69.1836 19.9979 -43
-STDOUT_3907=0 -8.97994 0 0 -10.9779 0 0 -156.19 -86.866 -134.228 -30.63 -63.7144 20.9978 -41
-STDOUT_3908=0 -9.77904 0 0 -9.62642 0 0 -152.992 -92.0438 -139.45 -32.0464 -67.3579 21.9977 -41
-STDOUT_3909=0 -9.05018 0 0 -7.97775 0 0 -166.923 -72.1311 -127.911 -23.0715 -64.5223 18.998 -41
-STDOUT_3910=0 -9.4392 0 0 -11.2165 0 0 -156.787 -86.6118 -133.146 -28.5996 -61.8941 20.9978 -40
-STDOUT_3911=0 -8.82379 0 0 -9.68728 0 0 -164.856 -74.8791 -125.734 -23.7724 -64.5253 18.998 -41
-STDOUT_3912=0 -9.05855 0 0 -11.8357 0 0 -156.19 -86.0982 -134.228 -28.3958 -63.7144 19.9979 -41
-STDOUT_3913=0 -9.73109 0 0 -7.92394 0 0 -152.992 -95.5934 -139.45 -34.4857 -67.3579 22.9976 -41
-STDOUT_3914=0 -8.47123 0 0 -9.86629 0 0 -168.882 -67.1702 -120.396 -23.3779 -62.8568 18.998 -41
-STDOUT_3915=0 -9.85009 0 0 -8.65914 0 0 -152.992 -93.6053 -139.45 -33.6436 -67.3579 21.9977 -41
-STDOUT_3916=0 -9.08648 0 0 -8.04561 0 0 -161.525 -80.2835 -129.202 -29.2677 -68.3726 20.9978 -43
-STDOUT_3917=0 -9.56954 0 0 -8.42999 0 0 -162.943 -76.769 -129.873 -26.1097 -66.3486 20.9978 -40
-STDOUT_3918=0 -8.62159 0 0 -6.89443 0 0 -166.326 -75.1671 -128.993 -25.3069 -66.3426 18.998 -42
-STDOUT_3919=0 -8.8735 0 0 -7.63311 0 0 -166.165 -71.3687 -126.045 -25.3332 -70.8521 19.9979 -43
-STDOUT_3920=0 -9.0106 0 0 -10.1332 0 0 -156.19 -89.6478 -134.228 -30.835 -63.7144 20.9978 -41
-STDOUT_3921=0 -9.8097 0 0 -8.78175 0 0 -152.992 -94.8256 -139.45 -32.2515 -67.3579 21.9977 -41
-STDOUT_3922=0 -9.03263 0 0 -7.68697 0 0 -161.819 -80.7799 -133.904 -29.2883 -63.6594 19.9979 -40
-STDOUT_3923=0 -9.12961 0 0 -10.8684 0 0 -156.19 -87.6596 -134.228 -29.993 -63.7144 19.9979 -41
-STDOUT_3924=0 -9.08084 0 0 -7.13309 0 0 -166.923 -74.9128 -127.911 -23.2765 -64.5223 18.998 -41
-STDOUT_3925=0 -9.33276 0 0 -7.87178 0 0 -166.762 -71.1145 -124.963 -23.3029 -69.0318 19.9979 -42
-STDOUT_3926=0 -9.46986 0 0 -10.3719 0 0 -156.787 -89.3935 -133.146 -28.8047 -61.8941 20.9978 -40
-STDOUT_3927=0 -8.62244 0 0 -10.4123 0 0 -168.882 -66.0263 -120.396 -22.4029 -62.8568 19.9979 -41
-STDOUT_3928=0 -9.11527 0 0 -7.54721 0 0 -161.658 -81.2787 -130.955 -28.5662 -68.1689 21.9977 -41
-STDOUT_3929=0 -9.08921 0 0 -10.991 0 0 -156.19 -88.8799 -134.228 -28.6008 -63.7144 19.9979 -41
-STDOUT_3930=0 -8.9274 0 0 -8.07556 0 0 -157.659 -87.9476 -137.488 -31.5275 -65.5316 19.9979 -42
-STDOUT_3931=0 -9.88075 0 0 -7.81448 0 0 -152.992 -96.387 -139.45 -33.8487 -67.3579 21.9977 -41
-STDOUT_3932=0 -9.11714 0 0 -7.20095 0 0 -161.525 -83.0652 -129.202 -29.4728 -68.3726 20.9978 -43
-STDOUT_3933=0 -9.02471 0 0 -8.17908 0 0 -166.165 -70.2248 -126.045 -24.3583 -70.8521 20.9978 -43
-STDOUT_3934=0 -9.6002 0 0 -7.58533 0 0 -162.943 -79.5508 -129.873 -26.3148 -66.3486 20.9978 -40
-STDOUT_3935=0 -9.18384 0 0 -8.23294 0 0 -161.819 -79.636 -133.904 -28.3134 -63.6594 20.9978 -40
-STDOUT_3936=0 -8.39479 0 0 -9.75649 0 0 -164.856 -75.3331 -125.734 -24.9156 -64.5253 19.9979 -41
-STDOUT_3937=0 -9.38666 0 0 -8.31423 0 0 -158.256 -87.6933 -136.406 -29.4972 -63.7113 19.9979 -41
-STDOUT_3938=0 -9.48397 0 0 -8.41775 0 0 -166.762 -69.9706 -124.963 -22.3279 -69.0318 20.9978 -42
-STDOUT_3939=0 -9.16026 0 0 -10.0237 0 0 -156.19 -90.4414 -134.228 -30.1981 -63.7144 19.9979 -41
-STDOUT_3940=0 -9.01118 0 0 -12.0743 0 0 -156.787 -86.182 -133.146 -28.0914 -61.8941 19.9979 -40
-STDOUT_3941=0 -8.85404 0 0 -9.99515 0 0 -165.453 -75.0788 -124.652 -22.8852 -62.7051 19.9979 -40
-STDOUT_3942=0 -9.33847 0 0 -8.39188 0 0 -161.658 -77.9151 -130.955 -28.6243 -68.1689 21.9977 -41
-STDOUT_3943=0 -8.8077 0 0 -10.2028 0 0 -160.216 -82.7324 -128.89 -29.8036 -62.0459 19.9979 -41
-STDOUT_3944=0 -8.6531 0 0 -9.5676 0 0 -168.882 -68.8081 -120.396 -22.608 -62.8568 19.9979 -41
-STDOUT_3945=0 -8.7721 0 0 -10.3028 0 0 -168.882 -66.8199 -120.396 -21.766 -62.8568 18.998 -41
-STDOUT_3946=0 -9.60468 0 0 -8.86428 0 0 -155.067 -91.4248 -138.68 -31.3533 -65.412 21.9977 -41
-STDOUT_3947=0 -9.90602 0 0 -8.76647 0 0 -154.277 -92.3313 -138.368 -32.5354 -65.5377 21.9977 -40
-STDOUT_3948=0 -8.95806 0 0 -7.2309 0 0 -157.659 -90.7293 -137.488 -31.7326 -65.5316 19.9979 -42
-STDOUT_3949=0 -8.26925 0 0 -10.1519 0 0 -168.882 -67.5221 -120.396 -23.2831 -62.8568 18.998 -41
-STDOUT_3950=0 -9.20997 0 0 -7.96959 0 0 -157.498 -86.9309 -134.54 -31.7589 -70.0411 20.9978 -43
-STDOUT_3951=0 -9.05537 0 0 -7.33442 0 0 -166.165 -73.0066 -126.045 -24.5633 -70.8521 20.9978 -43
-STDOUT_3952=0 -8.61798 0 0 -10.6011 0 0 -164.856 -71.9694 -125.734 -24.9737 -64.5253 19.9979 -41
-STDOUT_3953=0 -9.17437 0 0 -8.06962 0 0 -166.165 -71.0184 -126.045 -23.7213 -70.8521 19.9979 -43
-STDOUT_3954=0 -9.3691 0 0 -8.02344 0 0 -153.152 -96.3421 -142.398 -35.714 -62.8484 20.9978 -40
-STDOUT_3955=0 -9.2145 0 0 -7.38828 0 0 -161.819 -82.4178 -133.904 -28.5184 -63.6594 20.9978 -40
-STDOUT_3956=0 -9.41731 0 0 -7.46956 0 0 -158.256 -90.4751 -136.406 -29.7022 -63.7113 19.9979 -41
-STDOUT_3957=0 -9.3335 0 0 -8.12347 0 0 -161.819 -80.4296 -133.904 -27.6764 -63.6594 19.9979 -40
-STDOUT_3958=0 -8.56989 0 0 -7.50994 0 0 -170.352 -67.1079 -123.655 -23.3005 -64.6741 18.998 -42
-STDOUT_3959=0 -8.8842 0 0 -11.0735 0 0 -158.265 -85.4791 -133.458 -27.7026 -61.7685 19.9979 -41
-STDOUT_3960=0 -8.54897 0 0 -9.44157 0 0 -216.141 -40.9524 -98.0198 -35.8504 -131.671 22.9976 -67
-STDOUT_3961=0 -8.54118 0 0 -9.64212 0 0 -216.141 -41.8339 -98.0199 -36.1993 -131.671 23.9975 -67
-STDOUT_3962=0 -8.53406 0 0 -10.2356 0 0 -217.462 -38.3056 -98.4409 -34.3707 -138.436 21.9977 -68
-STDOUT_3963=0 -8.52626 0 0 -10.4361 0 0 -217.462 -39.1871 -98.4409 -34.7195 -138.436 22.9976 -68
-STDOUT_3964=0 -9.02058 0 0 -10.2529 0 0 -224.332 -44.2625 -95.4187 -35.0881 -123.369 23.9975 -67
-STDOUT_3965=0 -9.01278 0 0 -10.4535 0 0 -224.332 -45.144 -95.4187 -35.4369 -123.369 24.9974 -67
-STDOUT_3966=0 -8.53387 0 0 -9.27387 0 0 -214.472 -40.3048 -97.4685 -32.891 -123.01 22.9976 -65
-STDOUT_3967=0 -9.00566 0 0 -11.047 0 0 -225.654 -41.6157 -95.8397 -33.6083 -130.134 22.9976 -68
-STDOUT_3968=0 -8.99787 0 0 -11.2475 0 0 -225.654 -42.4972 -95.8397 -33.9572 -130.134 23.9975 -68
-STDOUT_3969=0 -8.52669 0 0 -9.47442 0 0 -214.472 -42.035 -97.4685 -33.2136 -123.01 23.9975 -65
-STDOUT_3970=0 -8.2418 0 0 -9.29476 0 0 -216.141 -40.6939 -98.0198 -36.0845 -131.671 21.9977 -67
-STDOUT_3971=0 -8.23401 0 0 -9.4953 0 0 -216.141 -41.5754 -98.0199 -36.4334 -131.671 22.9976 -67
-STDOUT_3972=0 -8.51896 0 0 -10.0679 0 0 -215.794 -37.658 -97.8896 -31.4113 -129.775 21.9977 -66
-STDOUT_3973=0 -8.2953 0 0 -9.20077 0 0 -216.141 -40.7263 -98.0198 -36.1356 -131.671 21.9977 -67
-STDOUT_3974=0 -8.51178 0 0 -10.2684 0 0 -215.794 -39.3882 -97.8896 -31.7338 -129.775 22.9976 -66
-STDOUT_3975=0 -8.28751 0 0 -9.40132 0 0 -216.141 -41.6078 -98.0199 -36.4844 -131.671 22.9976 -67
-STDOUT_3976=0 -9.00548 0 0 -10.0852 0 0 -222.664 -43.6149 -94.8674 -32.1287 -114.707 23.9975 -65
-STDOUT_3977=0 -8.22689 0 0 -10.0888 0 0 -217.462 -38.0471 -98.4409 -34.6048 -138.436 20.9978 -68
-STDOUT_3978=0 -8.2191 0 0 -10.2893 0 0 -217.462 -38.9286 -98.4409 -34.9537 -138.436 21.9977 -68
-STDOUT_3979=0 -9.29432 0 0 -9.45286 0 0 -216.322 -46.1016 -95.3233 -33.8543 -104.69 24.9974 -63
-STDOUT_3980=0 -9.28653 0 0 -9.6534 0 0 -216.322 -46.9831 -95.3233 -34.2032 -104.69 25.9973 -63
-STDOUT_3981=0 -8.9983 0 0 -10.2858 0 0 -222.664 -45.3451 -94.8674 -32.4513 -114.707 24.9974 -65
-STDOUT_3982=0 -8.71341 0 0 -10.1061 0 0 -224.332 -44.004 -95.4187 -35.3222 -123.369 22.9976 -67
-STDOUT_3983=0 -8.28039 0 0 -9.99479 0 0 -217.462 -38.0795 -98.4409 -34.6558 -138.436 20.9978 -68
-STDOUT_3984=0 -8.70562 0 0 -10.3067 0 0 -224.332 -44.8855 -95.4187 -35.6711 -123.369 23.9975 -67
-STDOUT_3985=0 -8.27259 0 0 -10.1953 0 0 -217.462 -38.9609 -98.4409 -35.0047 -138.436 21.9977 -68
-STDOUT_3986=0 -8.99056 0 0 -10.8793 0 0 -223.985 -40.9681 -95.2884 -30.649 -121.473 22.9976 -66
-STDOUT_3987=0 -9.27941 0 0 -10.2469 0 0 -217.643 -43.4548 -95.7444 -32.3746 -111.455 23.9975 -64
-STDOUT_3988=0 -9.27162 0 0 -10.4474 0 0 -217.643 -44.3363 -95.7444 -32.7234 -111.455 24.9974 -64
-STDOUT_3989=0 -8.2267 0 0 -9.12706 0 0 -214.472 -40.0463 -97.4685 -33.1252 -123.01 21.9977 -65
-STDOUT_3990=0 -8.76691 0 0 -10.0121 0 0 -224.332 -44.0364 -95.4187 -35.3732 -123.369 22.9976 -67
-STDOUT_3991=0 -8.98338 0 0 -11.0798 0 0 -223.985 -42.6983 -95.2884 -30.9715 -121.473 23.9975 -66
-STDOUT_3992=0 -8.75911 0 0 -10.2127 0 0 -224.332 -44.9179 -95.4187 -35.7221 -123.369 23.9975 -67
-STDOUT_3993=0 -8.6985 0 0 -10.9001 0 0 -225.654 -41.3572 -95.8397 -33.8425 -130.134 21.9977 -68
-STDOUT_3994=0 -8.6907 0 0 -11.1007 0 0 -225.654 -42.2387 -95.8397 -34.1914 -130.134 22.9976 -68
-STDOUT_3995=0 -8.21953 0 0 -9.3276 0 0 -214.472 -41.7766 -97.4685 -33.4477 -123.01 22.9976 -65
-STDOUT_3996=0 -8.2802 0 0 -9.03307 0 0 -214.472 -40.0787 -97.4685 -33.1762 -123.01 21.9977 -65
-STDOUT_3997=0 -8.21179 0 0 -9.92108 0 0 -215.794 -37.3995 -97.8896 -31.6454 -129.775 20.9978 -66
-STDOUT_3998=0 -9.27922 0 0 -9.28516 0 0 -214.653 -45.454 -94.772 -30.8949 -96.0285 24.9974 -61
-STDOUT_3999=0 -8.75199 0 0 -10.8062 0 0 -225.654 -41.3896 -95.8397 -33.8935 -130.134 21.9977 -68
-STDOUT_4000=0 -8.7442 0 0 -11.0067 0 0 -225.654 -42.271 -95.8397 -34.2424 -130.134 22.9976 -68
-STDOUT_4001=0 -8.27302 0 0 -9.23361 0 0 -214.472 -41.8089 -97.4685 -33.4987 -123.01 22.9976 -65
-STDOUT_4002=0 -8.85205 0 0 -9.90257 0 0 -213.776 -49.0802 -95.6333 -36.9902 -126.908 23.9975 -66
-STDOUT_4003=0 -7.98814 0 0 -9.05396 0 0 -216.141 -40.4678 -98.0198 -36.3697 -131.671 20.9978 -67
-STDOUT_4004=0 -8.20461 0 0 -10.1216 0 0 -215.794 -39.1297 -97.8896 -31.968 -129.775 21.9977 -66
-STDOUT_4005=0 -8.84426 0 0 -10.1031 0 0 -213.776 -49.9617 -95.6333 -37.3391 -126.908 24.9974 -66
-STDOUT_4006=0 -7.98034 0 0 -9.2545 0 0 -216.141 -41.3493 -98.0199 -36.7186 -131.671 21.9977 -67
-STDOUT_4007=0 -8.69831 0 0 -9.93841 0 0 -222.664 -43.3564 -94.8674 -32.3629 -114.707 22.9976 -65
-STDOUT_4008=0 -9.27205 0 0 -9.4857 0 0 -214.653 -47.1842 -94.772 -31.2175 -96.0285 25.9973 -61
-STDOUT_4009=0 -8.26529 0 0 -9.82709 0 0 -215.794 -37.4318 -97.8896 -31.6965 -129.775 20.9978 -66
-STDOUT_4010=0 -8.71423 0 0 -9.54349 0 0 -216.141 -41.3056 -98.0198 -36.0321 -131.671 22.9976 -67
-STDOUT_4011=0 -8.98716 0 0 -9.30604 0 0 -216.322 -45.8431 -95.3233 -34.0884 -104.69 23.9975 -63
-STDOUT_4012=0 -8.70643 0 0 -9.74403 0 0 -216.141 -42.1871 -98.0199 -36.3809 -131.671 23.9975 -67
-STDOUT_4013=0 -8.97936 0 0 -9.50659 0 0 -216.322 -46.7246 -95.3233 -34.4373 -104.69 24.9974 -63
-STDOUT_4014=0 -9.26431 0 0 -10.0792 0 0 -215.975 -42.8072 -95.1931 -29.4152 -102.794 23.9975 -62
-STDOUT_4015=0 -8.69113 0 0 -10.139 0 0 -222.664 -45.0867 -94.8674 -32.6854 -114.707 23.9975 -65
-STDOUT_4016=0 -8.25811 0 0 -10.0276 0 0 -215.794 -39.1621 -97.8896 -32.019 -129.775 21.9977 -66
-STDOUT_4017=0 -8.75181 0 0 -9.84443 0 0 -222.664 -43.3888 -94.8674 -32.4139 -114.707 22.9976 -65
-STDOUT_4018=0 -8.83714 0 0 -10.6966 0 0 -215.097 -46.4334 -96.0543 -35.5105 -133.674 22.9976 -67
-STDOUT_4019=0 -7.97322 0 0 -9.84798 0 0 -217.462 -37.821 -98.4409 -34.89 -138.436 19.9979 -68
-STDOUT_4020=0 -8.82934 0 0 -10.8971 0 0 -215.098 -47.3148 -96.0543 -35.8594 -133.674 23.9975 -67
-STDOUT_4021=0 -7.96543 0 0 -10.0485 0 0 -217.462 -38.7024 -98.4409 -35.2388 -138.436 20.9978 -68
-STDOUT_4022=0 -8.6834 0 0 -10.7324 0 0 -223.985 -40.7096 -95.2884 -30.8831 -121.473 21.9977 -66
-STDOUT_4023=0 -9.04065 0 0 -9.21206 0 0 -216.322 -45.8755 -95.3233 -34.1395 -104.69 23.9975 -63
-STDOUT_4024=0 -9.25713 0 0 -10.2797 0 0 -215.975 -44.5374 -95.1931 -29.7377 -102.794 24.9974 -62
-STDOUT_4025=0 -9.03286 0 0 -9.4126 0 0 -216.322 -46.757 -95.3233 -34.4883 -104.69 24.9974 -63
-STDOUT_4026=0 -8.69931 0 0 -10.3375 0 0 -217.462 -38.6588 -98.4409 -34.5523 -138.436 21.9977 -68
-STDOUT_4027=0 -8.97224 0 0 -10.1001 0 0 -217.643 -43.1963 -95.7444 -32.6087 -111.455 22.9976 -64
-STDOUT_4028=0 -8.69152 0 0 -10.5381 0 0 -217.462 -39.5403 -98.4409 -34.9012 -138.436 22.9976 -68
-STDOUT_4029=0 -8.96445 0 0 -10.3006 0 0 -217.643 -44.0778 -95.7444 -32.9576 -111.455 23.9975 -64
-STDOUT_4030=0 -8.74463 0 0 -10.045 0 0 -222.664 -45.119 -94.8674 -32.7364 -114.707 23.9975 -65
-STDOUT_4031=0 -9.64758 0 0 -9.44157 0 0 -210.931 -40.9524 -98.0199 -35.8504 -121.097 22.9976 -65
-STDOUT_4032=0 -9.63979 0 0 -9.64212 0 0 -210.931 -41.8339 -98.0199 -36.1993 -121.097 23.9975 -65
-STDOUT_4033=0 -8.45974 0 0 -9.86531 0 0 -224.332 -43.7779 -95.4187 -35.6074 -123.369 21.9977 -67
-STDOUT_4034=0 -8.67622 0 0 -10.933 0 0 -223.985 -42.4398 -95.2884 -31.2057 -121.473 22.9976 -66
-STDOUT_4035=0 -8.45195 0 0 -10.0659 0 0 -224.332 -44.6594 -95.4187 -35.9563 -123.369 22.9976 -67
-STDOUT_4036=0 -9.68141 0 0 -9.91646 0 0 -238.817 -41.8314 -94.2163 -38.9082 -132.411 23.9975 -71
-STDOUT_4037=0 -8.73689 0 0 -10.6385 0 0 -223.985 -40.7419 -95.2884 -30.9341 -121.473 21.9977 -66
-STDOUT_4038=0 -9.67361 0 0 -10.117 0 0 -238.817 -42.7129 -94.2163 -39.2571 -132.411 24.9974 -71
-STDOUT_4039=0 -9.18583 0 0 -10.3548 0 0 -224.332 -44.6157 -95.4187 -35.2697 -123.369 23.9975 -67
-STDOUT_4040=0 -9.17804 0 0 -10.5554 0 0 -224.332 -45.4972 -95.4187 -35.6186 -123.369 24.9974 -67
-STDOUT_4041=0 -9.02574 0 0 -10.0061 0 0 -217.643 -43.2287 -95.7444 -32.6597 -111.455 22.9976 -64
-STDOUT_4042=0 -8.83695 0 0 -9.73487 0 0 -212.107 -48.4326 -95.082 -34.0309 -118.247 23.9975 -64
-STDOUT_4043=0 -9.01795 0 0 -10.2066 0 0 -217.643 -44.1101 -95.7444 -33.0086 -111.455 23.9975 -64
-STDOUT_4044=0 -7.97304 0 0 -8.88625 0 0 -214.472 -39.8202 -97.4685 -33.4103 -123.01 20.9978 -65
-STDOUT_4045=0 -8.76074 0 0 -9.01964 0 0 -215.335 -38.8383 -98.4409 -31.5199 -130.811 21.9977 -66
-STDOUT_4046=0 -8.75295 0 0 -9.22018 0 0 -215.335 -39.7198 -98.4409 -31.8688 -130.811 22.9976 -66
-STDOUT_4047=0 -8.97206 0 0 -9.13834 0 0 -214.653 -45.1955 -94.772 -31.1291 -96.0285 23.9975 -61
-STDOUT_4048=0 -8.72972 0 0 -10.839 0 0 -223.985 -42.4722 -95.2884 -31.2567 -121.473 22.9976 -66
-STDOUT_4049=0 -8.99699 0 0 -9.6903 0 0 -216.141 -41.8935 -98.0198 -36.1962 -131.671 23.9975 -67
-STDOUT_4050=0 -9.63267 0 0 -10.2356 0 0 -212.252 -38.3056 -98.4409 -34.3707 -127.862 21.9977 -66
-STDOUT_4051=0 -8.98919 0 0 -9.89085 0 0 -216.141 -42.7749 -98.0198 -36.5451 -131.671 24.9974 -67
-STDOUT_4052=0 -9.62488 0 0 -10.4361 0 0 -212.252 -39.1871 -98.4409 -34.7195 -127.862 22.9976 -66
-STDOUT_4053=0 -8.6041 0 0 -9.35658 0 0 -217.848 -36.8738 -98.1169 -33.7731 -132.921 21.9977 -67
-STDOUT_4054=0 -8.44483 0 0 -10.6593 0 0 -225.654 -41.1311 -95.8397 -34.1277 -130.134 20.9978 -68
-STDOUT_4055=0 -8.82977 0 0 -9.93542 0 0 -212.107 -50.1628 -95.082 -34.3534 -118.247 24.9974 -64
-STDOUT_4056=0 -8.43703 0 0 -10.8599 0 0 -225.654 -42.0125 -95.8397 -34.4765 -130.134 21.9977 -68
-STDOUT_4057=0 -7.96586 0 0 -9.0868 0 0 -214.472 -41.5504 -97.4685 -33.7329 -123.01 21.9977 -65
-STDOUT_4058=0 -9.66649 0 0 -10.7105 0 0 -240.138 -39.1846 -94.6374 -37.4285 -139.176 22.9976 -72
-STDOUT_4059=0 -9.6587 0 0 -10.911 0 0 -240.138 -40.0661 -94.6374 -37.7774 -139.176 23.9975 -72
-STDOUT_4060=FEATURES_TXT_END_0
-STDOUT_4061=SCORES_TXT_BEGIN_0 0 200 9 BLEU
-STDOUT_4062=6 14 1 13 0 12 0 11 18
-STDOUT_4063=4 13 0 12 0 11 0 10 18
-STDOUT_4064=6 14 1 13 0 12 0 11 18
-STDOUT_4065=6 14 1 13 0 12 0 11 18
-STDOUT_4066=6 14 1 13 0 12 0 11 18
-STDOUT_4067=6 14 1 13 0 12 0 11 18
-STDOUT_4068=4 13 0 12 0 11 0 10 18
-STDOUT_4069=4 13 0 12 0 11 0 10 18
-STDOUT_4070=4 13 0 12 0 11 0 10 18
-STDOUT_4071=4 13 0 12 0 11 0 10 18
-STDOUT_4072=6 14 1 13 0 12 0 11 18
-STDOUT_4073=6 14 1 13 0 12 0 11 18
-STDOUT_4074=6 14 1 13 0 12 0 11 18
-STDOUT_4075=6 14 1 13 0 12 0 11 18
-STDOUT_4076=6 14 1 13 0 12 0 11 18
-STDOUT_4077=6 14 1 13 0 12 0 11 18
-STDOUT_4078=4 13 0 12 0 11 0 10 18
-STDOUT_4079=4 13 0 12 0 11 0 10 18
-STDOUT_4080=4 13 0 12 0 11 0 10 18
-STDOUT_4081=4 13 0 12 0 11 0 10 18
-STDOUT_4082=4 13 0 12 0 11 0 10 18
-STDOUT_4083=4 13 0 12 0 11 0 10 18
-STDOUT_4084=6 14 1 13 0 12 0 11 18
-STDOUT_4085=6 14 1 13 0 12 0 11 18
-STDOUT_4086=6 14 1 13 0 12 0 11 18
-STDOUT_4087=6 14 1 13 0 12 0 11 18
-STDOUT_4088=5 14 0 13 0 12 0 11 18
-STDOUT_4089=6 14 1 13 0 12 0 11 18
-STDOUT_4090=4 13 0 12 0 11 0 10 18
-STDOUT_4091=4 13 0 12 0 11 0 10 18
-STDOUT_4092=4 13 0 12 0 11 0 10 18
-STDOUT_4093=4 13 0 12 0 11 0 10 18
-STDOUT_4094=4 13 0 12 0 11 0 10 18
-STDOUT_4095=5 14 0 13 0 12 0 11 18
-STDOUT_4096=5 14 0 13 0 12 0 11 18
-STDOUT_4097=6 14 1 13 0 12 0 11 18
-STDOUT_4098=6 14 1 13 0 12 0 11 18
-STDOUT_4099=5 14 0 13 0 12 0 11 18
-STDOUT_4100=6 14 1 13 0 12 0 11 18
-STDOUT_4101=5 14 0 13 0 12 0 11 18
-STDOUT_4102=4 13 0 12 0 11 0 10 18
-STDOUT_4103=4 13 0 12 0 11 0 10 18
-STDOUT_4104=4 13 0 12 0 11 0 10 18
-STDOUT_4105=5 14 0 13 0 12 0 11 18
-STDOUT_4106=6 14 1 13 0 12 0 11 18
-STDOUT_4107=5 14 0 13 0 12 0 11 18
-STDOUT_4108=6 14 1 13 0 12 0 11 18
-STDOUT_4109=5 14 0 13 0 12 0 11 18
-STDOUT_4110=6 14 1 13 0 12 0 11 18
-STDOUT_4111=5 14 0 13 0 12 0 11 18
-STDOUT_4112=5 13 0 12 0 11 0 10 18
-STDOUT_4113=5 14 0 13 0 12 0 11 18
-STDOUT_4114=5 14 0 13 0 12 0 11 18
-STDOUT_4115=4 13 0 12 0 11 0 10 18
-STDOUT_4116=4 13 0 12 0 11 0 10 18
-STDOUT_4117=6 14 1 13 0 12 0 11 18
-STDOUT_4118=4 13 0 12 0 11 0 10 18
-STDOUT_4119=6 14 1 13 0 12 0 11 18
-STDOUT_4120=5 13 0 12 0 11 0 10 18
-STDOUT_4121=6 14 1 13 0 12 0 11 18
-STDOUT_4122=6 12 1 11 0 10 0 9 18
-STDOUT_4123=5 13 0 12 0 11 0 10 18
-STDOUT_4124=5 13 0 12 0 11 0 10 18
-STDOUT_4125=5 14 0 13 0 12 0 11 18
-STDOUT_4126=6 14 1 13 0 12 0 11 18
-STDOUT_4127=5 13 0 12 0 11 0 10 18
-STDOUT_4128=5 14 0 13 0 12 0 11 18
-STDOUT_4129=4 13 0 12 0 11 0 10 18
-STDOUT_4130=5 14 0 13 0 12 0 11 18
-STDOUT_4131=4 13 0 12 0 11 0 10 18
-STDOUT_4132=6 14 1 13 0 12 0 11 18
-STDOUT_4133=5 14 0 13 0 12 0 11 18
-STDOUT_4134=6 14 1 13 0 12 0 11 18
-STDOUT_4135=4 13 0 12 0 11 0 10 18
-STDOUT_4136=6 14 1 13 0 12 0 11 18
-STDOUT_4137=5 14 0 13 0 12 0 11 18
-STDOUT_4138=4 13 0 12 0 11 0 10 18
-STDOUT_4139=6 12 1 11 0 10 0 9 18
-STDOUT_4140=5 13 0 12 0 11 0 10 18
-STDOUT_4141=4 13 0 12 0 11 0 10 18
-STDOUT_4142=5 13 0 12 0 11 0 10 18
-STDOUT_4143=6 14 1 13 0 12 0 11 18
-STDOUT_4144=4 13 0 12 0 11 0 10 18
-STDOUT_4145=7 15 1 14 0 13 0 12 18
-STDOUT_4146=6 14 1 13 0 12 0 11 18
-STDOUT_4147=4 13 0 12 0 11 0 10 18
-STDOUT_4148=6 12 1 11 0 10 0 9 18
-STDOUT_4149=5 13 0 12 0 11 0 10 18
-STDOUT_4150=5 13 0 12 0 11 0 10 18
-STDOUT_4151=5 13 0 12 0 11 0 10 18
-STDOUT_4152=4 13 0 12 0 11 0 10 18
-STDOUT_4153=6 14 1 13 0 12 0 11 18
-STDOUT_4154=5 13 0 12 0 11 0 10 18
-STDOUT_4155=4 13 0 12 0 11 0 10 18
-STDOUT_4156=4 13 0 12 0 11 0 10 18
-STDOUT_4157=5 14 0 13 0 12 0 11 18
-STDOUT_4158=5 14 0 13 0 12 0 11 18
-STDOUT_4159=4 13 0 12 0 11 0 10 18
-STDOUT_4160=6 14 1 13 0 12 0 11 18
-STDOUT_4161=5 14 0 13 0 12 0 11 18
-STDOUT_4162=10 34 3 33 1 32 0 31 18
-STDOUT_4163=10 34 3 33 1 32 0 31 18
-STDOUT_4164=10 34 3 33 1 32 0 31 18
-STDOUT_4165=10 34 3 33 1 32 0 31 18
-STDOUT_4166=10 34 3 33 1 32 0 31 18
-STDOUT_4167=10 34 3 33 1 32 0 31 18
-STDOUT_4168=10 34 3 33 1 32 0 31 18
-STDOUT_4169=10 34 3 33 1 32 0 31 18
-STDOUT_4170=10 34 3 33 1 32 0 31 18
-STDOUT_4171=10 34 3 33 1 32 0 31 18
-STDOUT_4172=10 34 3 33 1 32 0 31 18
-STDOUT_4173=10 34 3 33 1 32 0 31 18
-STDOUT_4174=10 34 3 33 1 32 0 31 18
-STDOUT_4175=10 34 3 33 1 32 0 31 18
-STDOUT_4176=10 34 3 33 1 32 0 31 18
-STDOUT_4177=10 34 3 33 1 32 0 31 18
-STDOUT_4178=10 34 3 33 1 32 0 31 18
-STDOUT_4179=10 34 3 33 1 32 0 31 18
-STDOUT_4180=10 34 3 33 1 32 0 31 18
-STDOUT_4181=10 34 3 33 1 32 0 31 18
-STDOUT_4182=10 34 3 33 1 32 0 31 18
-STDOUT_4183=10 34 3 33 1 32 0 31 18
-STDOUT_4184=10 34 3 33 1 32 0 31 18
-STDOUT_4185=10 34 3 33 1 32 0 31 18
-STDOUT_4186=10 34 3 33 1 32 0 31 18
-STDOUT_4187=10 34 3 33 1 32 0 31 18
-STDOUT_4188=10 34 3 33 1 32 0 31 18
-STDOUT_4189=10 34 3 33 1 32 0 31 18
-STDOUT_4190=10 34 3 33 1 32 0 31 18
-STDOUT_4191=10 34 3 33 1 32 0 31 18
-STDOUT_4192=10 34 3 33 1 32 0 31 18
-STDOUT_4193=10 34 3 33 1 32 0 31 18
-STDOUT_4194=10 34 3 33 1 32 0 31 18
-STDOUT_4195=10 34 3 33 1 32 0 31 18
-STDOUT_4196=10 34 3 33 1 32 0 31 18
-STDOUT_4197=10 34 3 33 1 32 0 31 18
-STDOUT_4198=10 34 3 33 1 32 0 31 18
-STDOUT_4199=10 34 3 33 1 32 0 31 18
-STDOUT_4200=10 34 3 33 1 32 0 31 18
-STDOUT_4201=10 34 3 33 1 32 0 31 18
-STDOUT_4202=10 34 3 33 1 32 0 31 18
-STDOUT_4203=10 34 3 33 1 32 0 31 18
-STDOUT_4204=10 34 3 33 1 32 0 31 18
-STDOUT_4205=10 34 3 33 1 32 0 31 18
-STDOUT_4206=10 34 3 33 1 32 0 31 18
-STDOUT_4207=10 34 3 33 1 32 0 31 18
-STDOUT_4208=10 34 3 33 1 32 0 31 18
-STDOUT_4209=10 34 3 33 1 32 0 31 18
-STDOUT_4210=10 34 3 33 1 32 0 31 18
-STDOUT_4211=10 34 3 33 1 32 0 31 18
-STDOUT_4212=11 30 3 29 1 28 0 27 18
-STDOUT_4213=10 34 3 33 1 32 0 31 18
-STDOUT_4214=10 34 3 33 1 32 0 31 18
-STDOUT_4215=10 34 3 33 1 32 0 31 18
-STDOUT_4216=11 30 3 29 1 28 0 27 18
-STDOUT_4217=10 34 3 33 1 32 0 31 18
-STDOUT_4218=10 34 3 33 1 32 0 31 18
-STDOUT_4219=10 34 3 33 1 32 0 31 18
-STDOUT_4220=10 34 3 33 1 32 0 31 18
-STDOUT_4221=10 34 3 33 1 32 0 31 18
-STDOUT_4222=10 34 3 33 1 32 0 31 18
-STDOUT_4223=10 34 3 33 1 32 0 31 18
-STDOUT_4224=10 34 3 33 1 32 0 31 18
-STDOUT_4225=10 34 3 33 1 32 0 31 18
-STDOUT_4226=10 34 3 33 1 32 0 31 18
-STDOUT_4227=10 34 3 33 1 32 0 31 18
-STDOUT_4228=10 34 3 33 1 32 0 31 18
-STDOUT_4229=10 34 3 33 1 32 0 31 18
-STDOUT_4230=10 34 3 33 1 32 0 31 18
-STDOUT_4231=10 32 3 31 1 30 0 29 18
-STDOUT_4232=10 34 3 33 1 32 0 31 18
-STDOUT_4233=10 34 3 33 1 32 0 31 18
-STDOUT_4234=10 34 3 33 1 32 0 31 18
-STDOUT_4235=10 34 3 33 1 32 0 31 18
-STDOUT_4236=10 34 3 33 1 32 0 31 18
-STDOUT_4237=10 34 3 33 1 32 0 31 18
-STDOUT_4238=10 34 3 33 1 32 0 31 18
-STDOUT_4239=10 34 3 33 1 32 0 31 18
-STDOUT_4240=10 34 3 33 1 32 0 31 18
-STDOUT_4241=10 34 3 33 1 32 0 31 18
-STDOUT_4242=10 34 3 33 1 32 0 31 18
-STDOUT_4243=10 34 3 33 1 32 0 31 18
-STDOUT_4244=10 32 3 31 1 30 0 29 18
-STDOUT_4245=10 34 3 33 1 32 0 31 18
-STDOUT_4246=10 29 3 28 1 27 0 26 18
-STDOUT_4247=10 34 3 33 1 32 0 31 18
-STDOUT_4248=10 34 3 33 1 32 0 31 18
-STDOUT_4249=10 34 3 33 1 32 0 31 18
-STDOUT_4250=10 34 3 33 1 32 0 31 18
-STDOUT_4251=10 34 3 33 1 32 0 31 18
-STDOUT_4252=11 30 3 29 1 28 0 27 18
-STDOUT_4253=10 32 3 31 1 30 0 29 18
-STDOUT_4254=10 34 3 33 1 32 0 31 18
-STDOUT_4255=10 34 3 33 1 32 0 31 18
-STDOUT_4256=11 30 3 29 1 28 0 27 18
-STDOUT_4257=10 34 3 33 1 32 0 31 18
-STDOUT_4258=10 34 3 33 1 32 0 31 18
-STDOUT_4259=10 29 3 28 1 27 0 26 18
-STDOUT_4260=10 34 3 33 1 32 0 31 18
-STDOUT_4261=10 34 3 33 1 32 0 31 18
-STDOUT_4262=SCORES_TXT_END_0
-STDOUT_4263=SCORES_TXT_BEGIN_0 1 200 9 BLEU
-STDOUT_4264=17 26 9 25 6 24 5 23 41
-STDOUT_4265=17 27 9 26 6 25 5 24 41
-STDOUT_4266=17 26 9 25 6 24 5 23 41
-STDOUT_4267=17 27 9 26 6 25 5 24 41
-STDOUT_4268=17 26 9 25 6 24 5 23 41
-STDOUT_4269=17 27 9 26 6 25 5 24 41
-STDOUT_4270=17 26 9 25 6 24 5 23 41
-STDOUT_4271=17 26 9 25 6 24 5 23 41
-STDOUT_4272=17 27 9 26 6 25 5 24 41
-STDOUT_4273=17 27 9 26 6 25 5 24 41
-STDOUT_4274=17 26 9 25 6 24 5 23 41
-STDOUT_4275=17 26 9 25 6 24 5 23 41
-STDOUT_4276=17 26 9 25 6 24 5 23 41
-STDOUT_4277=17 27 9 26 6 25 5 24 41
-STDOUT_4278=17 27 9 26 6 25 5 24 41
-STDOUT_4279=17 27 9 26 6 25 5 24 41
-STDOUT_4280=17 26 9 25 6 24 5 23 41
-STDOUT_4281=17 26 9 25 6 24 5 23 41
-STDOUT_4282=16 28 9 27 6 26 5 25 41
-STDOUT_4283=17 26 9 25 6 24 5 23 41
-STDOUT_4284=17 26 9 25 6 24 5 23 41
-STDOUT_4285=17 27 9 26 6 25 5 24 41
-STDOUT_4286=18 28 10 27 6 26 5 25 41
-STDOUT_4287=17 27 9 26 6 25 5 24 41
-STDOUT_4288=16 29 9 28 6 27 5 26 41
-STDOUT_4289=17 27 9 26 6 25 5 24 41
-STDOUT_4290=17 27 9 26 6 25 5 24 41
-STDOUT_4291=16 28 9 27 6 26 5 25 41
-STDOUT_4292=17 26 9 25 6 24 5 23 41
-STDOUT_4293=18 29 10 28 6 27 5 26 41
-STDOUT_4294=18 28 10 27 6 26 5 25 41
-STDOUT_4295=17 26 9 25 6 24 5 23 41
-STDOUT_4296=16 29 9 28 6 27 5 26 41
-STDOUT_4297=17 27 9 26 6 25 5 24 41
-STDOUT_4298=17 26 9 25 6 24 5 23 41
-STDOUT_4299=16 28 9 27 6 26 5 25 41
-STDOUT_4300=15 25 5 24 1 23 0 22 41
-STDOUT_4301=18 29 10 28 6 27 5 26 41
-STDOUT_4302=17 27 9 26 6 25 5 24 41
-STDOUT_4303=18 28 10 27 6 26 5 25 41
-STDOUT_4304=17 26 9 25 6 24 5 23 41
-STDOUT_4305=17 27 9 26 6 25 5 24 41
-STDOUT_4306=17 26 9 25 6 24 5 23 41
-STDOUT_4307=16 29 9 28 6 27 5 26 41
-STDOUT_4308=15 26 5 25 1 24 0 23 41
-STDOUT_4309=17 26 9 25 6 24 5 23 41
-STDOUT_4310=18 29 10 28 6 27 5 26 41
-STDOUT_4311=17 26 9 25 6 24 5 23 41
-STDOUT_4312=17 27 9 26 6 25 5 24 41
-STDOUT_4313=17 27 9 26 6 25 5 24 41
-STDOUT_4314=17 26 9 25 6 24 5 23 41
-STDOUT_4315=17 26 9 25 6 24 5 23 41
-STDOUT_4316=18 28 10 27 6 26 5 25 41
-STDOUT_4317=17 26 9 25 6 24 5 23 41
-STDOUT_4318=17 27 9 26 6 25 5 24 41
-STDOUT_4319=17 27 9 26 6 25 5 24 41
-STDOUT_4320=17 27 9 26 6 25 5 24 41
-STDOUT_4321=17 26 9 25 6 24 5 23 41
-STDOUT_4322=17 26 9 25 6 24 5 23 41
-STDOUT_4323=16 28 9 27 6 26 5 25 41
-STDOUT_4324=17 27 9 26 6 25 5 24 41
-STDOUT_4325=18 29 10 28 6 27 5 26 41
-STDOUT_4326=17 26 9 25 6 24 5 23 41
-STDOUT_4327=17 27 9 26 6 25 5 24 41
-STDOUT_4328=17 26 9 25 6 24 5 23 41
-STDOUT_4329=15 24 6 23 2 22 0 21 41
-STDOUT_4330=17 26 9 25 6 24 5 23 41
-STDOUT_4331=18 28 10 27 6 26 5 25 41
-STDOUT_4332=17 27 9 26 6 25 5 24 41
-STDOUT_4333=18 28 10 27 6 26 5 25 41
-STDOUT_4334=17 27 9 26 6 25 5 24 41
-STDOUT_4335=17 26 9 25 6 24 5 23 41
-STDOUT_4336=16 29 9 28 6 27 5 26 41
-STDOUT_4337=17 26 9 25 6 24 5 23 41
-STDOUT_4338=17 27 9 26 6 25 5 24 41
-STDOUT_4339=17 27 9 26 6 25 5 24 41
-STDOUT_4340=15 25 6 24 2 23 0 22 41
-STDOUT_4341=17 27 9 26 6 25 5 24 41
-STDOUT_4342=18 29 10 28 6 27 5 26 41
-STDOUT_4343=18 29 10 28 6 27 5 26 41
-STDOUT_4344=17 26 9 25 6 24 5 23 41
-STDOUT_4345=16 28 9 27 6 26 5 25 41
-STDOUT_4346=17 27 9 26 6 25 5 24 41
-STDOUT_4347=17 27 9 26 6 25 5 24 41
-STDOUT_4348=17 26 9 25 6 24 5 23 41
-STDOUT_4349=17 26 9 25 6 24 5 23 41
-STDOUT_4350=17 26 9 25 6 24 5 23 41
-STDOUT_4351=16 28 9 27 6 26 5 25 41
-STDOUT_4352=18 28 10 27 6 26 5 25 41
-STDOUT_4353=18 26 9 25 6 24 5 23 41
-STDOUT_4354=17 26 9 25 6 24 5 23 41
-STDOUT_4355=16 28 9 27 6 26 5 25 41
-STDOUT_4356=17 26 9 25 6 24 5 23 41
-STDOUT_4357=18 28 10 27 6 26 5 25 41
-STDOUT_4358=17 26 9 25 6 24 5 23 41
-STDOUT_4359=17 27 9 26 6 25 5 24 41
-STDOUT_4360=16 29 9 28 6 27 5 26 41
-STDOUT_4361=15 25 6 24 2 23 0 22 41
-STDOUT_4362=15 25 6 24 2 23 0 22 41
-STDOUT_4363=17 27 9 26 6 25 5 24 41
-STDOUT_4364=30 52 18 51 12 50 9 49 41
-STDOUT_4365=30 52 18 51 12 50 9 49 41
-STDOUT_4366=30 52 18 51 12 50 9 49 41
-STDOUT_4367=30 52 18 51 12 50 9 49 41
-STDOUT_4368=30 54 19 53 15 52 12 51 41
-STDOUT_4369=30 52 18 51 12 50 9 49 41
-STDOUT_4370=30 54 19 53 15 52 12 51 41
-STDOUT_4371=30 52 18 51 12 50 9 49 41
-STDOUT_4372=30 52 18 51 12 50 9 49 41
-STDOUT_4373=30 52 18 51 12 50 9 49 41
-STDOUT_4374=30 52 18 51 12 50 9 49 41
-STDOUT_4375=30 52 18 51 12 50 9 49 41
-STDOUT_4376=30 53 19 52 15 51 12 50 41
-STDOUT_4377=30 52 18 51 12 50 9 49 41
-STDOUT_4378=30 52 18 51 12 50 9 49 41
-STDOUT_4379=30 52 18 51 12 50 9 49 41
-STDOUT_4380=30 53 19 52 15 51 12 50 41
-STDOUT_4381=30 52 18 51 12 50 9 49 41
-STDOUT_4382=30 52 18 51 12 50 9 49 41
-STDOUT_4383=30 54 19 53 15 52 12 51 41
-STDOUT_4384=30 52 18 51 12 50 9 49 41
-STDOUT_4385=30 54 19 53 15 52 12 51 41
-STDOUT_4386=30 52 18 51 12 50 9 49 41
-STDOUT_4387=30 52 18 51 12 50 9 49 41
-STDOUT_4388=30 52 18 51 12 50 9 49 41
-STDOUT_4389=30 53 19 52 15 51 12 50 41
-STDOUT_4390=30 52 18 51 12 50 9 49 41
-STDOUT_4391=30 52 18 51 12 50 9 49 41
-STDOUT_4392=30 52 18 51 12 50 9 49 41
-STDOUT_4393=30 52 18 51 12 50 9 49 41
-STDOUT_4394=30 52 18 51 12 50 9 49 41
-STDOUT_4395=30 53 19 52 15 51 12 50 41
-STDOUT_4396=30 53 19 52 15 51 12 50 41
-STDOUT_4397=30 52 18 51 12 50 9 49 41
-STDOUT_4398=30 52 18 51 12 50 9 49 41
-STDOUT_4399=30 55 17 54 10 53 6 52 41
-STDOUT_4400=30 52 18 51 12 50 9 49 41
-STDOUT_4401=30 52 18 51 12 50 9 49 41
-STDOUT_4402=30 52 18 51 12 50 9 49 41
-STDOUT_4403=30 53 19 52 15 51 12 50 41
-STDOUT_4404=30 52 18 51 12 50 9 49 41
-STDOUT_4405=30 52 18 51 12 50 9 49 41
-STDOUT_4406=30 55 17 54 10 53 6 52 41
-STDOUT_4407=30 52 18 51 12 50 9 49 41
-STDOUT_4408=30 52 18 51 12 50 9 49 41
-STDOUT_4409=30 52 18 51 12 50 9 49 41
-STDOUT_4410=30 52 18 51 12 50 9 49 41
-STDOUT_4411=30 52 18 51 12 50 9 49 41
-STDOUT_4412=30 52 16 51 9 50 6 49 41
-STDOUT_4413=30 52 18 51 12 50 9 49 41
-STDOUT_4414=30 54 19 53 15 52 12 51 41
-STDOUT_4415=30 52 18 51 12 50 9 49 41
-STDOUT_4416=30 52 18 51 12 50 9 49 41
-STDOUT_4417=30 53 19 52 15 51 12 50 41
-STDOUT_4418=30 54 19 53 15 52 12 51 41
-STDOUT_4419=30 54 19 53 15 52 12 51 41
-STDOUT_4420=30 52 16 51 9 50 6 49 41
-STDOUT_4421=30 52 18 51 12 50 9 49 41
-STDOUT_4422=30 52 18 51 12 50 9 49 41
-STDOUT_4423=30 52 18 51 12 50 9 49 41
-STDOUT_4424=30 53 19 52 15 51 12 50 41
-STDOUT_4425=30 52 18 51 12 50 9 49 41
-STDOUT_4426=30 54 19 53 15 52 12 51 41
-STDOUT_4427=30 52 18 51 12 50 9 49 41
-STDOUT_4428=30 52 18 51 12 50 9 49 41
-STDOUT_4429=30 54 19 53 15 52 12 51 41
-STDOUT_4430=30 52 18 51 12 50 9 49 41
-STDOUT_4431=30 55 17 54 10 53 6 52 41
-STDOUT_4432=30 54 19 53 15 52 12 51 41
-STDOUT_4433=30 52 18 51 12 50 9 49 41
-STDOUT_4434=30 54 19 53 15 52 12 51 41
-STDOUT_4435=30 54 19 53 15 52 12 51 41
-STDOUT_4436=30 52 18 51 12 50 9 49 41
-STDOUT_4437=30 53 19 52 15 51 12 50 41
-STDOUT_4438=30 52 18 51 12 50 9 49 41
-STDOUT_4439=30 55 17 54 10 53 6 52 41
-STDOUT_4440=30 52 18 51 12 50 9 49 41
-STDOUT_4441=30 52 18 51 12 50 9 49 41
-STDOUT_4442=30 52 18 51 12 50 9 49 41
-STDOUT_4443=30 52 18 51 12 50 9 49 41
-STDOUT_4444=30 54 19 53 15 52 12 51 41
-STDOUT_4445=30 52 18 51 12 50 9 49 41
-STDOUT_4446=30 52 18 51 12 50 9 49 41
-STDOUT_4447=30 52 18 51 12 50 9 49 41
-STDOUT_4448=30 53 19 52 15 51 12 50 41
-STDOUT_4449=30 53 19 52 15 51 12 50 41
-STDOUT_4450=30 52 18 51 12 50 9 49 41
-STDOUT_4451=30 52 18 51 12 50 9 49 41
-STDOUT_4452=30 52 18 51 12 50 9 49 41
-STDOUT_4453=30 54 19 53 15 52 12 51 41
-STDOUT_4454=30 52 18 51 12 50 9 49 41
-STDOUT_4455=30 52 18 51 12 50 9 49 41
-STDOUT_4456=30 54 19 53 15 52 12 51 41
-STDOUT_4457=30 52 18 51 12 50 9 49 41
-STDOUT_4458=30 52 16 51 9 50 6 49 41
-STDOUT_4459=30 52 18 51 12 50 9 49 41
-STDOUT_4460=30 52 18 51 12 50 9 49 41
-STDOUT_4461=30 52 18 51 12 50 9 49 41
-STDOUT_4462=30 53 19 52 15 51 12 50 41
-STDOUT_4463=30 53 19 52 15 51 12 50 41
-STDOUT_4464=SCORES_TXT_END_0
-STDOUT_4465=SCORES_TXT_BEGIN_0 2 200 9 BLEU
-STDOUT_4466=13 18 7 17 4 16 3 15 21
-STDOUT_4467=13 18 7 17 4 16 3 15 21
-STDOUT_4468=13 21 7 20 4 19 3 18 21
-STDOUT_4469=13 21 7 20 4 19 3 18 21
-STDOUT_4470=13 18 7 17 4 16 3 15 21
-STDOUT_4471=13 18 7 17 4 16 3 15 21
-STDOUT_4472=12 17 6 16 4 15 3 14 21
-STDOUT_4473=13 18 7 17 4 16 3 15 21
-STDOUT_4474=9 15 2 14 0 13 0 12 21
-STDOUT_4475=13 21 7 20 4 19 3 18 21
-STDOUT_4476=13 18 7 17 4 16 3 15 21
-STDOUT_4477=12 17 6 16 4 15 3 14 21
-STDOUT_4478=8 14 2 13 0 12 0 11 21
-STDOUT_4479=13 21 7 20 4 19 3 18 21
-STDOUT_4480=13 18 7 17 4 16 3 15 21
-STDOUT_4481=13 18 7 17 4 16 3 15 21
-STDOUT_4482=9 15 2 14 0 13 0 12 21
-STDOUT_4483=15 21 7 20 4 19 3 18 21
-STDOUT_4484=13 21 7 20 4 19 3 18 21
-STDOUT_4485=13 18 7 17 4 16 3 15 21
-STDOUT_4486=13 18 7 17 4 16 3 15 21
-STDOUT_4487=8 14 2 13 0 12 0 11 21
-STDOUT_4488=13 21 7 20 4 19 3 18 21
-STDOUT_4489=12 20 6 19 4 18 3 17 21
-STDOUT_4490=13 18 7 17 4 16 3 15 21
-STDOUT_4491=15 21 7 20 4 19 3 18 21
-STDOUT_4492=8 15 2 14 0 13 0 12 21
-STDOUT_4493=13 21 7 20 4 19 3 18 21
-STDOUT_4494=13 18 7 17 4 16 3 15 21
-STDOUT_4495=9 18 2 17 0 16 0 15 21
-STDOUT_4496=13 22 7 21 4 20 3 19 21
-STDOUT_4497=9 15 2 14 0 13 0 12 21
-STDOUT_4498=12 17 6 16 4 15 3 14 21
-STDOUT_4499=13 18 7 17 4 16 3 15 21
-STDOUT_4500=12 20 6 19 4 18 3 17 21
-STDOUT_4501=8 17 2 16 0 15 0 14 21
-STDOUT_4502=13 18 7 17 4 16 3 15 21
-STDOUT_4503=12 20 7 19 4 18 3 17 21
-STDOUT_4504=7 15 2 14 0 13 0 12 21
-STDOUT_4505=8 15 2 14 0 13 0 12 21
-STDOUT_4506=13 21 7 20 4 19 3 18 21
-STDOUT_4507=13 18 7 17 4 16 3 15 21
-STDOUT_4508=13 18 7 17 4 16 3 15 21
-STDOUT_4509=11 16 5 15 1 14 0 13 21
-STDOUT_4510=9 18 2 17 0 16 0 15 21
-STDOUT_4511=13 22 7 21 4 20 3 19 21
-STDOUT_4512=9 15 2 14 0 13 0 12 21
-STDOUT_4513=8 15 2 14 0 13 0 12 21
-STDOUT_4514=7 14 2 13 0 12 0 11 21
-STDOUT_4515=9 16 2 15 0 14 0 13 21
-STDOUT_4516=12 17 6 16 4 15 3 14 21
-STDOUT_4517=9 15 2 14 0 13 0 12 21
-STDOUT_4518=13 21 7 20 4 19 3 18 21
-STDOUT_4519=13 21 7 20 4 19 3 18 21
-STDOUT_4520=8 15 2 14 0 13 0 12 21
-STDOUT_4521=13 18 7 17 4 16 3 15 21
-STDOUT_4522=13 21 7 20 4 19 3 18 21
-STDOUT_4523=13 18 7 17 4 16 3 15 21
-STDOUT_4524=8 17 2 16 0 15 0 14 21
-STDOUT_4525=12 18 7 17 4 16 3 15 21
-STDOUT_4526=12 20 7 19 4 18 3 17 21
-STDOUT_4527=7 15 2 14 0 13 0 12 21
-STDOUT_4528=12 17 6 16 4 15 3 14 21
-STDOUT_4529=8 14 2 13 0 12 0 11 21
-STDOUT_4530=12 19 7 18 4 17 3 16 21
-STDOUT_4531=13 21 7 20 4 19 3 18 21
-STDOUT_4532=11 16 5 15 1 14 0 13 21
-STDOUT_4533=13 18 7 17 4 16 3 15 21
-STDOUT_4534=13 19 7 18 4 17 3 16 21
-STDOUT_4535=13 18 7 17 4 16 3 15 21
-STDOUT_4536=7 15 2 14 0 13 0 12 21
-STDOUT_4537=8 15 2 14 0 13 0 12 21
-STDOUT_4538=7 14 2 13 0 12 0 11 21
-STDOUT_4539=9 16 2 15 0 14 0 13 21
-STDOUT_4540=12 17 6 16 4 15 3 14 21
-STDOUT_4541=9 15 2 14 0 13 0 12 21
-STDOUT_4542=13 21 7 20 4 19 3 18 21
-STDOUT_4543=13 21 7 20 4 19 3 18 21
-STDOUT_4544=8 18 2 17 0 16 0 15 21
-STDOUT_4545=15 21 7 20 4 19 3 18 21
-STDOUT_4546=10 15 4 14 1 13 0 12 21
-STDOUT_4547=8 14 1 13 0 12 0 11 21
-STDOUT_4548=8 15 2 14 0 13 0 12 21
-STDOUT_4549=13 21 7 20 4 19 3 18 21
-STDOUT_4550=13 21 7 20 4 19 3 18 21
-STDOUT_4551=13 18 7 17 4 16 3 15 21
-STDOUT_4552=12 20 6 19 4 18 3 17 21
-STDOUT_4553=12 18 7 17 4 16 3 15 21
-STDOUT_4554=12 17 6 16 4 15 3 14 21
-STDOUT_4555=13 18 7 17 4 16 3 15 21
-STDOUT_4556=13 18 7 17 4 16 3 15 21
-STDOUT_4557=8 15 2 14 0 13 0 12 21
-STDOUT_4558=9 18 2 17 0 16 0 15 21
-STDOUT_4559=9 15 2 14 0 13 0 12 21
-STDOUT_4560=8 14 2 13 0 12 0 11 21
-STDOUT_4561=12 17 6 16 4 15 3 14 21
-STDOUT_4562=7 13 1 12 0 11 0 10 21
-STDOUT_4563=12 20 6 19 4 18 3 17 21
-STDOUT_4564=13 21 7 20 4 19 3 18 21
-STDOUT_4565=13 21 7 20 4 19 3 18 21
-STDOUT_4566=14 29 10 28 7 27 5 26 21
-STDOUT_4567=13 29 8 28 5 27 4 26 21
-STDOUT_4568=13 29 8 28 5 27 4 26 21
-STDOUT_4569=14 29 10 28 7 27 5 26 21
-STDOUT_4570=14 29 10 28 7 27 5 26 21
-STDOUT_4571=14 29 10 28 7 27 5 26 21
-STDOUT_4572=13 29 8 28 5 27 4 26 21
-STDOUT_4573=13 29 8 28 5 27 4 26 21
-STDOUT_4574=13 29 8 28 5 27 4 26 21
-STDOUT_4575=14 29 10 28 7 27 5 26 21
-STDOUT_4576=13 29 8 28 5 27 4 26 21
-STDOUT_4577=13 29 8 28 5 27 4 26 21
-STDOUT_4578=14 29 10 28 7 27 5 26 21
-STDOUT_4579=14 28 8 27 5 26 3 25 21
-STDOUT_4580=13 29 8 28 5 27 4 26 21
-STDOUT_4581=15 29 12 28 9 27 7 26 21
-STDOUT_4582=14 29 10 28 7 27 5 26 21
-STDOUT_4583=14 29 10 28 7 27 5 26 21
-STDOUT_4584=14 29 10 28 7 27 5 26 21
-STDOUT_4585=13 29 8 28 5 27 4 26 21
-STDOUT_4586=14 29 10 28 7 27 5 26 21
-STDOUT_4587=13 29 8 28 5 27 4 26 21
-STDOUT_4588=13 29 8 28 5 27 4 26 21
-STDOUT_4589=14 29 10 28 7 27 5 26 21
-STDOUT_4590=14 30 9 29 6 28 4 27 21
-STDOUT_4591=13 28 6 27 3 26 2 25 21
-STDOUT_4592=14 29 10 28 7 27 5 26 21
-STDOUT_4593=13 29 8 28 5 27 4 26 21
-STDOUT_4594=14 29 10 28 7 27 6 26 21
-STDOUT_4595=13 28 6 27 3 26 2 25 21
-STDOUT_4596=14 30 8 29 5 28 3 27 21
-STDOUT_4597=13 29 8 28 5 27 4 26 21
-STDOUT_4598=14 29 10 28 7 27 5 26 21
-STDOUT_4599=14 29 10 28 7 27 6 26 21
-STDOUT_4600=13 29 8 28 5 27 4 26 21
-STDOUT_4601=13 29 8 28 5 27 4 26 21
-STDOUT_4602=13 29 8 28 5 27 4 26 21
-STDOUT_4603=14 29 10 28 7 27 5 26 21
-STDOUT_4604=14 29 10 28 7 27 5 26 21
-STDOUT_4605=14 28 8 27 5 26 3 25 21
-STDOUT_4606=15 29 12 28 9 27 7 26 21
-STDOUT_4607=14 29 10 28 7 27 5 26 21
-STDOUT_4608=14 35 9 34 6 33 4 32 21
-STDOUT_4609=14 29 10 28 7 27 5 26 21
-STDOUT_4610=14 28 8 27 5 26 3 25 21
-STDOUT_4611=14 29 10 28 7 27 5 26 21
-STDOUT_4612=13 30 7 29 4 28 3 27 21
-STDOUT_4613=15 29 12 28 9 27 7 26 21
-STDOUT_4614=14 29 10 28 7 27 5 26 21
-STDOUT_4615=13 29 8 28 5 27 4 26 21
-STDOUT_4616=14 29 10 28 7 27 5 26 21
-STDOUT_4617=13 30 7 29 4 28 3 27 21
-STDOUT_4618=13 30 6 29 3 28 2 27 21
-STDOUT_4619=14 28 8 27 5 26 3 25 21
-STDOUT_4620=13 29 8 28 5 27 4 26 21
-STDOUT_4621=13 29 8 28 5 27 4 26 21
-STDOUT_4622=14 29 10 28 7 27 5 26 21
-STDOUT_4623=15 29 12 28 9 27 7 26 21
-STDOUT_4624=14 29 10 28 7 27 5 26 21
-STDOUT_4625=14 28 8 27 5 26 3 25 21
-STDOUT_4626=13 30 6 29 3 28 2 27 21
-STDOUT_4627=13 29 8 28 5 27 4 26 21
-STDOUT_4628=13 30 9 29 7 28 5 27 21
-STDOUT_4629=14 30 9 29 6 28 4 27 21
-STDOUT_4630=13 29 8 28 5 27 4 26 21
-STDOUT_4631=13 29 8 28 5 27 4 26 21
-STDOUT_4632=14 29 10 28 7 27 5 26 21
-STDOUT_4633=13 29 8 28 5 27 4 26 21
-STDOUT_4634=13 29 8 28 5 27 4 26 21
-STDOUT_4635=14 30 8 29 5 28 3 27 21
-STDOUT_4636=13 28 6 27 3 26 2 25 21
-STDOUT_4637=14 29 10 28 7 27 6 26 21
-STDOUT_4638=14 30 9 29 6 28 4 27 21
-STDOUT_4639=13 35 7 34 4 33 3 32 21
-STDOUT_4640=13 29 8 28 5 27 4 26 21
-STDOUT_4641=13 28 6 27 3 26 2 25 21
-STDOUT_4642=13 29 8 28 5 27 4 26 21
-STDOUT_4643=14 29 10 28 7 27 5 26 21
-STDOUT_4644=13 35 7 34 4 33 3 32 21
-STDOUT_4645=14 29 10 28 7 27 6 26 21
-STDOUT_4646=13 29 8 28 5 27 4 26 21
-STDOUT_4647=14 29 10 28 7 27 5 26 21
-STDOUT_4648=14 29 10 28 7 27 5 26 21
-STDOUT_4649=13 28 6 27 3 26 2 25 21
-STDOUT_4650=14 30 8 29 5 28 3 27 21
-STDOUT_4651=13 29 8 28 5 27 4 26 21
-STDOUT_4652=14 30 9 29 6 28 4 27 21
-STDOUT_4653=14 29 10 28 7 27 6 26 21
-STDOUT_4654=13 29 8 28 5 27 4 26 21
-STDOUT_4655=13 28 6 27 3 26 2 25 21
-STDOUT_4656=14 29 10 28 7 27 5 26 21
-STDOUT_4657=13 29 8 28 5 27 4 26 21
-STDOUT_4658=13 29 8 28 5 27 4 26 21
-STDOUT_4659=14 29 10 28 7 27 5 26 21
-STDOUT_4660=14 29 10 28 7 27 5 26 21
-STDOUT_4661=14 29 10 28 7 27 6 26 21
-STDOUT_4662=13 28 6 27 3 26 2 25 21
-STDOUT_4663=13 29 8 28 5 27 4 26 21
-STDOUT_4664=14 29 8 28 5 27 3 26 21
-STDOUT_4665=14 29 10 28 7 27 5 26 21
-STDOUT_4666=SCORES_TXT_END_0
-STDOUT_4667=SCORES_TXT_BEGIN_0 3 200 9 BLEU
-STDOUT_4668=12 17 10 16 8 15 6 14 15
-STDOUT_4669=12 17 10 16 8 15 6 14 15
-STDOUT_4670=12 17 10 16 8 15 6 14 15
-STDOUT_4671=12 17 10 16 8 15 6 14 15
-STDOUT_4672=12 17 10 16 8 15 6 14 15
-STDOUT_4673=12 17 10 16 8 15 6 14 15
-STDOUT_4674=12 17 10 16 8 15 6 14 15
-STDOUT_4675=12 17 10 16 8 15 6 14 15
-STDOUT_4676=12 17 10 16 8 15 6 14 15
-STDOUT_4677=12 17 10 16 8 15 6 14 15
-STDOUT_4678=12 17 10 16 8 15 6 14 15
-STDOUT_4679=12 17 10 16 8 15 6 14 15
-STDOUT_4680=12 17 10 16 8 15 6 14 15
-STDOUT_4681=12 17 10 16 8 15 6 14 15
-STDOUT_4682=9 14 7 13 5 12 3 11 15
-STDOUT_4683=10 16 8 15 6 14 4 13 15
-STDOUT_4684=12 17 10 16 8 15 6 14 15
-STDOUT_4685=12 17 10 16 8 15 6 14 15
-STDOUT_4686=12 17 10 16 8 15 6 14 15
-STDOUT_4687=12 17 10 16 8 15 6 14 15
-STDOUT_4688=9 14 7 13 5 12 3 11 15
-STDOUT_4689=10 16 8 15 6 14 4 13 15
-STDOUT_4690=12 17 10 16 8 15 6 14 15
-STDOUT_4691=12 17 10 16 8 15 6 14 15
-STDOUT_4692=12 17 10 16 8 15 6 14 15
-STDOUT_4693=12 17 10 16 8 15 6 14 15
-STDOUT_4694=12 17 10 16 8 15 6 14 15
-STDOUT_4695=12 17 10 16 8 15 6 14 15
-STDOUT_4696=12 17 10 16 8 15 6 14 15
-STDOUT_4697=9 14 7 13 5 12 3 11 15
-STDOUT_4698=10 16 8 15 6 14 4 13 15
-STDOUT_4699=12 17 10 16 8 15 6 14 15
-STDOUT_4700=9 14 7 13 5 12 3 11 15
-STDOUT_4701=12 17 10 16 8 15 6 14 15
-STDOUT_4702=12 17 10 16 8 15 6 14 15
-STDOUT_4703=9 14 7 13 5 12 3 11 15
-STDOUT_4704=12 17 10 16 8 15 6 14 15
-STDOUT_4705=12 17 10 16 8 15 6 14 15
-STDOUT_4706=11 17 8 16 6 15 4 14 15
-STDOUT_4707=12 17 10 16 8 15 6 14 15
-STDOUT_4708=12 17 10 16 8 15 6 14 15
-STDOUT_4709=9 14 7 13 5 12 3 11 15
-STDOUT_4710=12 17 10 16 8 15 6 14 15
-STDOUT_4711=10 16 8 15 6 14 4 13 15
-STDOUT_4712=12 17 10 16 8 15 6 14 15
-STDOUT_4713=12 17 10 16 8 15 6 14 15
-STDOUT_4714=12 17 10 16 8 15 6 14 15
-STDOUT_4715=10 16 8 15 6 14 4 13 15
-STDOUT_4716=11 17 8 16 6 15 4 14 15
-STDOUT_4717=12 17 10 16 8 15 6 14 15
-STDOUT_4718=12 17 10 16 8 15 6 14 15
-STDOUT_4719=12 17 10 16 8 15 6 14 15
-STDOUT_4720=12 17 10 16 8 15 6 14 15
-STDOUT_4721=12 17 10 16 8 15 6 14 15
-STDOUT_4722=12 17 10 16 8 15 6 14 15
-STDOUT_4723=11 17 8 16 6 15 4 14 15
-STDOUT_4724=9 14 7 13 5 12 3 11 15
-STDOUT_4725=9 14 7 13 5 12 3 11 15
-STDOUT_4726=10 16 8 15 6 14 4 13 15
-STDOUT_4727=12 17 10 16 8 15 6 14 15
-STDOUT_4728=12 17 10 16 8 15 6 14 15
-STDOUT_4729=12 17 10 16 8 15 6 14 15
-STDOUT_4730=12 17 10 16 8 15 6 14 15
-STDOUT_4731=9 14 7 13 5 12 3 11 15
-STDOUT_4732=11 17 8 16 5 15 3 14 15
-STDOUT_4733=12 17 10 16 8 15 6 14 15
-STDOUT_4734=10 16 8 15 6 14 4 13 15
-STDOUT_4735=12 17 10 16 8 15 6 14 15
-STDOUT_4736=12 17 10 16 8 15 6 14 15
-STDOUT_4737=12 17 10 16 8 15 6 14 15
-STDOUT_4738=12 17 10 16 8 15 6 14 15
-STDOUT_4739=12 17 10 16 8 15 6 14 15
-STDOUT_4740=12 17 10 16 8 15 6 14 15
-STDOUT_4741=12 17 10 16 8 15 6 14 15
-STDOUT_4742=12 17 10 16 8 15 6 14 15
-STDOUT_4743=9 14 7 13 5 12 3 11 15
-STDOUT_4744=11 17 8 16 6 15 4 14 15
-STDOUT_4745=10 16 8 15 6 14 4 13 15
-STDOUT_4746=12 17 10 16 8 15 6 14 15
-STDOUT_4747=9 14 7 13 5 12 3 11 15
-STDOUT_4748=11 17 8 16 6 15 4 14 15
-STDOUT_4749=11 17 8 16 6 15 4 14 15
-STDOUT_4750=10 16 8 15 6 14 4 13 15
-STDOUT_4751=12 17 10 16 8 15 6 14 15
-STDOUT_4752=12 17 10 16 8 15 6 14 15
-STDOUT_4753=9 14 7 13 5 12 3 11 15
-STDOUT_4754=10 16 8 15 6 14 4 13 15
-STDOUT_4755=12 17 10 16 8 15 6 14 15
-STDOUT_4756=11 17 8 16 5 15 3 14 15
-STDOUT_4757=7 13 5 12 3 11 1 10 15
-STDOUT_4758=12 17 10 16 8 15 6 14 15
-STDOUT_4759=10 16 8 15 6 14 4 13 15
-STDOUT_4760=12 17 10 16 8 15 6 14 15
-STDOUT_4761=12 17 10 16 8 15 6 14 15
-STDOUT_4762=12 17 10 16 8 15 6 14 15
-STDOUT_4763=9 14 7 13 5 12 3 11 15
-STDOUT_4764=12 17 10 16 8 15 6 14 15
-STDOUT_4765=11 17 8 16 5 15 3 14 15
-STDOUT_4766=10 16 8 15 6 14 4 13 15
-STDOUT_4767=12 17 10 16 8 15 6 14 15
-STDOUT_4768=12 28 7 27 4 26 1 25 15
-STDOUT_4769=12 28 7 27 4 26 1 25 15
-STDOUT_4770=12 28 7 27 4 26 1 25 15
-STDOUT_4771=12 28 7 27 4 26 1 25 15
-STDOUT_4772=12 23 8 22 6 21 4 20 15
-STDOUT_4773=12 28 7 27 4 26 1 25 15
-STDOUT_4774=12 23 8 22 6 21 4 20 15
-STDOUT_4775=12 28 7 27 4 26 1 25 15
-STDOUT_4776=12 28 7 27 4 26 1 25 15
-STDOUT_4777=12 28 7 27 4 26 1 25 15
-STDOUT_4778=12 28 7 27 4 26 1 25 15
-STDOUT_4779=12 28 7 27 4 26 1 25 15
-STDOUT_4780=12 28 7 27 4 26 1 25 15
-STDOUT_4781=12 23 8 22 6 21 4 20 15
-STDOUT_4782=12 23 8 22 6 21 4 20 15
-STDOUT_4783=12 28 7 27 4 26 1 25 15
-STDOUT_4784=12 23 8 22 6 21 4 20 15
-STDOUT_4785=12 28 7 27 4 26 1 25 15
-STDOUT_4786=12 28 7 27 4 26 1 25 15
-STDOUT_4787=12 23 8 22 6 21 4 20 15
-STDOUT_4788=12 23 8 22 6 21 4 20 15
-STDOUT_4789=12 28 7 27 4 26 1 25 15
-STDOUT_4790=12 28 7 27 4 26 1 25 15
-STDOUT_4791=12 28 7 27 4 26 1 25 15
-STDOUT_4792=12 28 7 27 4 26 1 25 15
-STDOUT_4793=12 23 8 22 6 21 4 20 15
-STDOUT_4794=12 26 7 25 4 24 1 23 15
-STDOUT_4795=12 28 7 27 4 26 1 25 15
-STDOUT_4796=12 23 8 22 6 21 4 20 15
-STDOUT_4797=12 28 7 27 4 26 1 25 15
-STDOUT_4798=12 28 7 27 4 26 1 25 15
-STDOUT_4799=12 28 7 27 4 26 1 25 15
-STDOUT_4800=12 28 7 27 4 26 1 25 15
-STDOUT_4801=12 26 7 25 4 24 1 23 15
-STDOUT_4802=12 28 7 27 4 26 1 25 15
-STDOUT_4803=12 23 8 22 6 21 4 20 15
-STDOUT_4804=12 23 8 22 6 21 4 20 15
-STDOUT_4805=12 28 7 27 4 26 1 25 15
-STDOUT_4806=12 28 7 27 4 26 1 25 15
-STDOUT_4807=12 23 8 22 6 21 4 20 15
-STDOUT_4808=12 28 7 27 4 26 1 25 15
-STDOUT_4809=12 23 8 22 6 21 4 20 15
-STDOUT_4810=12 28 7 27 4 26 1 25 15
-STDOUT_4811=12 23 8 22 6 21 4 20 15
-STDOUT_4812=12 23 8 22 6 21 4 20 15
-STDOUT_4813=12 28 7 27 4 26 1 25 15
-STDOUT_4814=12 28 7 27 4 26 1 25 15
-STDOUT_4815=12 28 7 27 4 26 1 25 15
-STDOUT_4816=12 28 7 27 4 26 1 25 15
-STDOUT_4817=12 23 8 22 6 21 4 20 15
-STDOUT_4818=12 28 7 27 4 26 1 25 15
-STDOUT_4819=12 28 7 27 4 26 1 25 15
-STDOUT_4820=12 23 8 22 6 21 4 20 15
-STDOUT_4821=12 28 7 27 4 26 1 25 15
-STDOUT_4822=12 23 8 22 6 21 4 20 15
-STDOUT_4823=12 23 8 22 6 21 4 20 15
-STDOUT_4824=12 28 7 27 4 26 1 25 15
-STDOUT_4825=12 28 7 27 4 26 1 25 15
-STDOUT_4826=12 23 8 22 6 21 4 20 15
-STDOUT_4827=12 28 7 27 4 26 1 25 15
-STDOUT_4828=12 28 7 27 4 26 1 25 15
-STDOUT_4829=12 28 7 27 4 26 1 25 15
-STDOUT_4830=12 28 7 27 4 26 1 25 15
-STDOUT_4831=12 28 7 27 4 26 1 25 15
-STDOUT_4832=12 28 7 27 4 26 1 25 15
-STDOUT_4833=12 28 7 27 4 26 1 25 15
-STDOUT_4834=12 23 8 22 6 21 4 20 15
-STDOUT_4835=12 23 8 22 6 21 4 20 15
-STDOUT_4836=12 28 7 27 4 26 1 25 15
-STDOUT_4837=12 23 8 22 6 21 4 20 15
-STDOUT_4838=12 23 8 22 6 21 4 20 15
-STDOUT_4839=12 23 8 22 6 21 4 20 15
-STDOUT_4840=12 28 7 27 4 26 1 25 15
-STDOUT_4841=12 23 8 22 6 21 4 20 15
-STDOUT_4842=12 23 8 22 6 21 4 20 15
-STDOUT_4843=12 28 7 27 4 26 1 25 15
-STDOUT_4844=12 26 7 25 4 24 1 23 15
-STDOUT_4845=12 28 7 27 4 26 1 25 15
-STDOUT_4846=12 28 7 27 4 26 1 25 15
-STDOUT_4847=12 28 7 27 4 26 1 25 15
-STDOUT_4848=12 24 7 23 4 22 1 21 15
-STDOUT_4849=12 28 7 27 4 26 1 25 15
-STDOUT_4850=12 23 8 22 6 21 4 20 15
-STDOUT_4851=12 23 8 22 6 21 4 20 15
-STDOUT_4852=12 28 7 27 4 26 1 25 15
-STDOUT_4853=12 23 8 22 6 21 4 20 15
-STDOUT_4854=12 26 7 25 4 24 1 23 15
-STDOUT_4855=12 28 7 27 4 26 1 25 15
-STDOUT_4856=12 23 8 22 6 21 4 20 15
-STDOUT_4857=12 28 7 27 4 26 1 25 15
-STDOUT_4858=12 28 7 27 4 26 1 25 15
-STDOUT_4859=12 28 7 27 4 26 1 25 15
-STDOUT_4860=12 23 8 22 6 21 4 20 15
-STDOUT_4861=12 23 8 22 6 21 4 20 15
-STDOUT_4862=12 23 8 22 6 21 4 20 15
-STDOUT_4863=12 26 7 25 4 24 1 23 15
-STDOUT_4864=12 23 8 22 6 21 4 20 15
-STDOUT_4865=12 23 8 22 6 21 4 20 15
-STDOUT_4866=12 27 7 26 4 25 1 24 15
-STDOUT_4867=12 24 7 23 4 22 1 21 15
-STDOUT_4868=SCORES_TXT_END_0
-STDOUT_4869=SCORES_TXT_BEGIN_0 4 200 9 BLEU
-STDOUT_4870=27 34 13 33 4 32 0 31 46
-STDOUT_4871=27 34 13 33 4 32 0 31 46
-STDOUT_4872=26 36 13 35 5 34 0 33 46
-STDOUT_4873=26 36 13 35 5 34 0 33 46
-STDOUT_4874=25 34 11 33 3 32 0 31 46
-STDOUT_4875=25 34 11 33 3 32 0 31 46
-STDOUT_4876=26 35 13 34 5 33 0 32 46
-STDOUT_4877=26 35 13 34 5 33 0 32 46
-STDOUT_4878=25 36 12 35 5 34 0 33 46
-STDOUT_4879=27 34 13 33 4 32 0 31 46
-STDOUT_4880=25 36 12 35 5 34 0 33 46
-STDOUT_4881=26 35 13 34 5 33 0 32 46
-STDOUT_4882=26 35 13 34 5 33 0 32 46
-STDOUT_4883=25 36 12 35 5 34 0 33 46
-STDOUT_4884=25 36 12 35 5 34 0 33 46
-STDOUT_4885=26 36 13 35 5 34 0 33 46
-STDOUT_4886=26 36 13 35 5 34 0 33 46
-STDOUT_4887=26 36 13 35 5 34 0 33 46
-STDOUT_4888=25 33 13 32 6 31 1 30 46
-STDOUT_4889=25 33 13 32 6 31 1 30 46
-STDOUT_4890=24 35 11 34 4 33 0 32 46
-STDOUT_4891=24 35 11 34 4 33 0 32 46
-STDOUT_4892=23 36 10 35 4 34 0 33 46
-STDOUT_4893=25 33 13 32 6 31 1 30 46
-STDOUT_4894=25 34 11 33 3 32 0 31 46
-STDOUT_4895=25 33 13 32 6 31 1 30 46
-STDOUT_4896=24 35 11 34 4 33 0 32 46
-STDOUT_4897=24 35 11 34 4 33 0 32 46
-STDOUT_4898=23 36 10 35 4 34 0 33 46
-STDOUT_4899=27 34 13 33 4 32 0 31 46
-STDOUT_4900=27 34 13 33 4 32 0 31 46
-STDOUT_4901=25 36 12 35 5 34 0 33 46
-STDOUT_4902=26 35 12 34 4 33 0 32 46
-STDOUT_4903=26 35 13 34 5 33 0 32 46
-STDOUT_4904=25 33 13 32 6 31 1 30 46
-STDOUT_4905=26 35 13 34 5 33 0 32 46
-STDOUT_4906=25 33 13 32 6 31 1 30 46
-STDOUT_4907=25 36 12 35 5 34 0 33 46
-STDOUT_4908=27 34 13 33 4 32 0 31 46
-STDOUT_4909=27 34 13 33 4 32 0 31 46
-STDOUT_4910=25 36 12 35 5 34 0 33 46
-STDOUT_4911=25 36 12 35 5 34 0 33 46
-STDOUT_4912=27 35 13 34 4 33 0 32 46
-STDOUT_4913=23 33 11 32 5 31 1 30 46
-STDOUT_4914=26 35 12 34 4 33 0 32 46
-STDOUT_4915=23 33 11 32 5 31 1 30 46
-STDOUT_4916=25 33 13 32 6 31 1 30 46
-STDOUT_4917=25 33 13 32 6 31 1 30 46
-STDOUT_4918=26 36 13 35 5 34 0 33 46
-STDOUT_4919=26 36 13 35 5 34 0 33 46
-STDOUT_4920=27 35 13 34 4 33 0 32 46
-STDOUT_4921=23 33 11 32 5 31 1 30 46
-STDOUT_4922=23 33 11 32 5 31 1 30 46
-STDOUT_4923=26 36 13 35 5 34 0 33 46
-STDOUT_4924=25 34 11 33 3 32 0 31 46
-STDOUT_4925=27 34 13 33 4 32 0 31 46
-STDOUT_4926=25 34 11 33 3 32 0 31 46
-STDOUT_4927=25 33 13 32 6 31 1 30 46
-STDOUT_4928=26 33 12 32 4 31 0 30 46
-STDOUT_4929=25 33 13 32 6 31 1 30 46
-STDOUT_4930=27 34 13 33 4 32 0 31 46
-STDOUT_4931=24 35 10 34 3 33 0 32 46
-STDOUT_4932=24 35 11 34 4 33 0 32 46
-STDOUT_4933=23 33 11 32 5 31 1 30 46
-STDOUT_4934=24 35 11 34 4 33 0 32 46
-STDOUT_4935=23 33 11 32 5 31 1 30 46
-STDOUT_4936=23 36 10 35 4 34 0 33 46
-STDOUT_4937=25 34 11 33 3 32 0 31 46
-STDOUT_4938=27 34 13 33 4 32 0 31 46
-STDOUT_4939=25 34 11 33 3 32 0 31 46
-STDOUT_4940=26 33 12 32 4 31 0 30 46
-STDOUT_4941=26 35 13 34 5 33 0 32 46
-STDOUT_4942=26 35 12 34 4 33 0 32 46
-STDOUT_4943=26 36 13 35 5 34 0 33 46
-STDOUT_4944=27 34 13 33 4 32 0 31 46
-STDOUT_4945=24 35 10 34 3 33 0 32 46
-STDOUT_4946=26 35 13 34 5 33 0 32 46
-STDOUT_4947=23 33 11 32 5 31 1 30 46
-STDOUT_4948=25 36 12 35 5 34 0 33 46
-STDOUT_4949=23 33 11 32 5 31 1 30 46
-STDOUT_4950=27 35 14 34 6 33 1 32 46
-STDOUT_4951=27 34 13 33 4 32 0 31 46
-STDOUT_4952=27 35 14 34 6 33 1 32 46
-STDOUT_4953=26 35 12 34 4 33 0 32 46
-STDOUT_4954=27 34 13 33 4 32 0 31 46
-STDOUT_4955=25 36 12 35 5 34 0 33 46
-STDOUT_4956=27 34 13 33 4 32 0 31 46
-STDOUT_4957=26 35 13 34 5 33 0 32 46
-STDOUT_4958=25 36 12 35 5 34 0 33 46
-STDOUT_4959=26 35 12 34 4 33 0 32 46
-STDOUT_4960=26 36 13 35 5 34 0 33 46
-STDOUT_4961=27 35 13 34 4 33 0 32 46
-STDOUT_4962=26 35 13 34 5 33 0 32 46
-STDOUT_4963=27 34 13 33 4 32 0 31 46
-STDOUT_4964=26 35 12 34 4 33 0 32 46
-STDOUT_4965=25 36 12 35 5 34 0 33 46
-STDOUT_4966=27 36 14 35 6 34 1 33 46
-STDOUT_4967=25 33 13 32 6 31 1 30 46
-STDOUT_4968=25 33 13 32 6 31 1 30 46
-STDOUT_4969=27 35 14 34 6 33 1 32 46
-STDOUT_4970=28 51 11 50 4 49 1 48 46
-STDOUT_4971=28 51 11 50 4 49 1 48 46
-STDOUT_4972=28 51 11 50 4 49 1 48 46
-STDOUT_4973=28 51 11 50 4 49 1 48 46
-STDOUT_4974=28 51 11 50 4 49 1 48 46
-STDOUT_4975=28 51 11 50 4 49 1 48 46
-STDOUT_4976=28 51 11 50 4 49 1 48 46
-STDOUT_4977=28 51 11 50 4 49 1 48 46
-STDOUT_4978=28 51 11 50 4 49 1 48 46
-STDOUT_4979=28 51 11 50 4 49 1 48 46
-STDOUT_4980=28 51 11 50 4 49 1 48 46
-STDOUT_4981=28 51 11 50 4 49 1 48 46
-STDOUT_4982=28 51 11 50 4 49 1 48 46
-STDOUT_4983=28 51 11 50 4 49 1 48 46
-STDOUT_4984=28 51 11 50 4 49 1 48 46
-STDOUT_4985=28 51 11 50 4 49 1 48 46
-STDOUT_4986=28 51 11 50 4 49 1 48 46
-STDOUT_4987=28 51 11 50 4 49 1 48 46
-STDOUT_4988=28 51 11 50 4 49 1 48 46
-STDOUT_4989=28 51 11 50 4 49 1 48 46
-STDOUT_4990=28 51 11 50 4 49 1 48 46
-STDOUT_4991=28 51 11 50 4 49 1 48 46
-STDOUT_4992=28 51 11 50 4 49 1 48 46
-STDOUT_4993=28 51 11 50 4 49 1 48 46
-STDOUT_4994=28 50 11 49 4 48 1 47 46
-STDOUT_4995=28 51 11 50 4 49 1 48 46
-STDOUT_4996=28 51 11 50 4 49 1 48 46
-STDOUT_4997=28 51 11 50 4 49 1 48 46
-STDOUT_4998=28 51 11 50 4 49 1 48 46
-STDOUT_4999=28 51 11 50 4 49 1 48 46
-STDOUT_5000=28 51 11 50 4 49 1 48 46
-STDOUT_5001=29 51 12 50 4 49 1 48 46
-STDOUT_5002=28 51 11 50 4 49 1 48 46
-STDOUT_5003=28 51 11 50 4 49 1 48 46
-STDOUT_5004=28 51 11 50 4 49 1 48 46
-STDOUT_5005=27 51 11 50 4 49 1 48 46
-STDOUT_5006=28 51 11 50 4 49 1 48 46
-STDOUT_5007=28 51 11 50 4 49 1 48 46
-STDOUT_5008=28 50 11 49 4 48 1 47 46
-STDOUT_5009=28 51 11 50 4 49 1 48 46
-STDOUT_5010=28 51 11 50 4 49 1 48 46
-STDOUT_5011=28 51 11 50 4 49 1 48 46
-STDOUT_5012=28 52 11 51 4 50 1 49 46
-STDOUT_5013=28 50 11 49 4 48 1 47 46
-STDOUT_5014=28 51 11 50 4 49 1 48 46
-STDOUT_5015=28 50 11 49 4 48 1 47 46
-STDOUT_5016=28 51 11 50 4 49 1 48 46
-STDOUT_5017=28 51 11 50 4 49 1 48 46
-STDOUT_5018=28 51 11 50 4 49 1 48 46
-STDOUT_5019=28 51 11 50 4 49 1 48 46
-STDOUT_5020=29 51 12 50 4 49 1 48 46
-STDOUT_5021=28 51 11 50 4 49 1 48 46
-STDOUT_5022=28 51 11 50 4 49 1 48 46
-STDOUT_5023=28 51 11 50 4 49 1 48 46
-STDOUT_5024=29 51 12 50 4 49 1 48 46
-STDOUT_5025=28 51 11 50 4 49 1 48 46
-STDOUT_5026=28 51 11 50 4 49 1 48 46
-STDOUT_5027=27 51 11 50 4 49 1 48 46
-STDOUT_5028=29 51 12 50 4 49 1 48 46
-STDOUT_5029=28 50 11 49 4 48 1 47 46
-STDOUT_5030=28 51 11 50 4 49 1 48 46
-STDOUT_5031=27 51 11 50 4 49 1 48 46
-STDOUT_5032=28 51 11 50 4 49 1 48 46
-STDOUT_5033=27 51 11 50 4 49 1 48 46
-STDOUT_5034=28 51 11 50 4 49 1 48 46
-STDOUT_5035=28 52 11 51 4 50 1 49 46
-STDOUT_5036=28 51 11 50 4 49 1 48 46
-STDOUT_5037=28 51 11 50 4 49 1 48 46
-STDOUT_5038=28 52 11 51 4 50 1 49 46
-STDOUT_5039=28 50 11 49 4 48 1 47 46
-STDOUT_5040=28 50 11 49 4 48 1 47 46
-STDOUT_5041=28 51 11 50 4 49 1 48 46
-STDOUT_5042=28 51 11 50 4 49 1 48 46
-STDOUT_5043=28 51 11 50 4 49 1 48 46
-STDOUT_5044=28 52 11 51 4 50 1 49 46
-STDOUT_5045=28 50 11 49 4 48 1 47 46
-STDOUT_5046=28 51 11 50 4 49 1 48 46
-STDOUT_5047=28 52 11 51 4 50 1 49 46
-STDOUT_5048=28 51 11 50 4 49 1 48 46
-STDOUT_5049=28 50 11 49 4 48 1 47 46
-STDOUT_5050=28 51 11 50 4 49 1 48 46
-STDOUT_5051=28 51 11 50 4 49 1 48 46
-STDOUT_5052=28 51 11 50 4 49 1 48 46
-STDOUT_5053=28 51 11 50 4 49 1 48 46
-STDOUT_5054=29 51 12 50 4 49 1 48 46
-STDOUT_5055=28 51 11 50 4 49 1 48 46
-STDOUT_5056=28 50 11 49 4 48 1 47 46
-STDOUT_5057=29 51 12 50 4 49 1 48 46
-STDOUT_5058=28 51 11 50 4 49 1 48 46
-STDOUT_5059=28 51 11 50 4 49 1 48 46
-STDOUT_5060=28 50 11 49 4 48 1 47 46
-STDOUT_5061=29 51 12 50 4 49 1 48 46
-STDOUT_5062=28 50 11 49 4 48 1 47 46
-STDOUT_5063=27 51 11 50 4 49 1 48 46
-STDOUT_5064=28 51 11 50 4 49 1 48 46
-STDOUT_5065=28 51 11 50 4 49 1 48 46
-STDOUT_5066=27 51 11 50 4 49 1 48 46
-STDOUT_5067=29 51 12 50 4 49 1 48 46
-STDOUT_5068=28 50 11 49 4 48 1 47 46
-STDOUT_5069=28 51 11 50 4 49 1 48 46
-STDOUT_5070=SCORES_TXT_END_0
-STDOUT_5071=SCORES_TXT_BEGIN_0 5 200 9 BLEU
-STDOUT_5072=16 23 8 22 4 21 2 20 24
-STDOUT_5073=16 23 8 22 4 21 2 20 24
-STDOUT_5074=15 22 8 21 4 20 2 19 24
-STDOUT_5075=16 23 8 22 4 21 2 20 24
-STDOUT_5076=16 23 8 22 4 21 2 20 24
-STDOUT_5077=16 23 8 22 4 21 2 20 24
-STDOUT_5078=16 23 8 22 4 21 2 20 24
-STDOUT_5079=16 23 8 22 4 21 2 20 24
-STDOUT_5080=15 22 8 21 4 20 2 19 24
-STDOUT_5081=16 23 8 22 4 21 2 20 24
-STDOUT_5082=16 23 8 22 4 21 2 20 24
-STDOUT_5083=16 23 8 22 4 21 2 20 24
-STDOUT_5084=16 23 8 22 4 21 2 20 24
-STDOUT_5085=15 22 8 21 4 20 2 19 24
-STDOUT_5086=16 23 8 22 4 21 2 20 24
-STDOUT_5087=15 22 8 21 4 20 2 19 24
-STDOUT_5088=15 22 8 21 4 20 2 19 24
-STDOUT_5089=16 23 8 22 4 21 2 20 24
-STDOUT_5090=15 22 8 21 4 20 2 19 24
-STDOUT_5091=15 22 8 21 4 20 2 19 24
-STDOUT_5092=16 23 8 22 4 21 2 20 24
-STDOUT_5093=16 23 8 22 4 21 2 20 24
-STDOUT_5094=16 23 8 22 4 21 2 20 24
-STDOUT_5095=16 23 8 22 4 21 2 20 24
-STDOUT_5096=16 23 8 22 4 21 2 20 24
-STDOUT_5097=15 22 8 21 4 20 2 19 24
-STDOUT_5098=15 22 8 21 4 20 2 19 24
-STDOUT_5099=16 23 8 22 4 21 2 20 24
-STDOUT_5100=16 23 8 22 4 21 2 20 24
-STDOUT_5101=15 22 8 21 4 20 2 19 24
-STDOUT_5102=15 22 8 21 4 20 2 19 24
-STDOUT_5103=16 23 8 22 4 21 2 20 24
-STDOUT_5104=16 23 8 22 4 21 2 20 24
-STDOUT_5105=15 22 8 21 4 20 2 19 24
-STDOUT_5106=16 23 8 22 4 21 2 20 24
-STDOUT_5107=16 23 8 22 4 21 2 20 24
-STDOUT_5108=16 23 8 22 4 21 2 20 24
-STDOUT_5109=16 23 8 22 4 21 2 20 24
-STDOUT_5110=16 23 8 22 4 21 2 20 24
-STDOUT_5111=16 23 8 22 4 21 2 20 24
-STDOUT_5112=15 22 8 21 4 20 2 19 24
-STDOUT_5113=16 23 8 22 4 21 2 20 24
-STDOUT_5114=16 23 8 22 4 21 2 20 24
-STDOUT_5115=16 23 8 22 4 21 2 20 24
-STDOUT_5116=16 23 8 22 4 21 2 20 24
-STDOUT_5117=16 23 8 22 4 21 2 20 24
-STDOUT_5118=16 23 8 22 4 21 2 20 24
-STDOUT_5119=16 23 8 22 4 21 2 20 24
-STDOUT_5120=15 22 8 21 4 20 2 19 24
-STDOUT_5121=16 23 8 22 4 21 2 20 24
-STDOUT_5122=16 23 8 22 4 21 2 20 24
-STDOUT_5123=16 23 8 22 4 21 2 20 24
-STDOUT_5124=15 22 8 21 4 20 2 19 24
-STDOUT_5125=16 23 8 22 4 21 2 20 24
-STDOUT_5126=16 23 8 22 4 21 2 20 24
-STDOUT_5127=16 23 8 22 4 21 2 20 24
-STDOUT_5128=16 23 8 22 4 21 2 20 24
-STDOUT_5129=16 23 8 22 4 21 2 20 24
-STDOUT_5130=15 22 8 21 4 20 2 19 24
-STDOUT_5131=15 22 8 21 4 20 2 19 24
-STDOUT_5132=16 23 8 22 4 21 2 20 24
-STDOUT_5133=16 23 8 22 4 21 2 20 24
-STDOUT_5134=16 23 8 22 4 21 2 20 24
-STDOUT_5135=15 22 8 21 4 20 2 19 24
-STDOUT_5136=16 23 8 22 4 21 2 20 24
-STDOUT_5137=16 23 8 22 4 21 2 20 24
-STDOUT_5138=16 23 8 22 4 21 2 20 24
-STDOUT_5139=15 22 8 21 4 20 2 19 24
-STDOUT_5140=15 22 8 21 4 20 2 19 24
-STDOUT_5141=16 23 8 22 4 21 2 20 24
-STDOUT_5142=15 22 8 21 4 20 2 19 24
-STDOUT_5143=16 23 8 22 4 21 2 20 24
-STDOUT_5144=16 23 8 22 4 21 2 20 24
-STDOUT_5145=14 20 5 19 2 18 1 17 24
-STDOUT_5146=16 23 8 22 4 21 2 20 24
-STDOUT_5147=16 23 8 22 4 21 2 20 24
-STDOUT_5148=15 22 8 21 4 20 2 19 24
-STDOUT_5149=15 22 8 21 4 20 2 19 24
-STDOUT_5150=15 22 8 21 4 20 2 19 24
-STDOUT_5151=15 22 8 21 4 20 2 19 24
-STDOUT_5152=15 22 8 21 4 20 2 19 24
-STDOUT_5153=15 22 8 21 4 20 2 19 24
-STDOUT_5154=16 23 8 22 4 21 2 20 24
-STDOUT_5155=16 23 8 22 4 21 2 20 24
-STDOUT_5156=14 20 5 19 2 18 1 17 24
-STDOUT_5157=15 22 8 21 4 20 2 19 24
-STDOUT_5158=16 23 8 22 4 21 2 20 24
-STDOUT_5159=16 23 8 22 4 21 2 20 24
-STDOUT_5160=15 22 8 21 4 20 2 19 24
-STDOUT_5161=16 23 8 22 4 21 2 20 24
-STDOUT_5162=16 23 8 22 4 21 2 20 24
-STDOUT_5163=15 23 8 22 4 21 2 20 24
-STDOUT_5164=13 19 5 18 2 17 1 16 24
-STDOUT_5165=16 23 8 22 4 21 2 20 24
-STDOUT_5166=16 23 8 22 4 21 2 20 24
-STDOUT_5167=16 23 8 22 4 21 2 20 24
-STDOUT_5168=16 23 8 22 4 21 2 20 24
-STDOUT_5169=16 23 8 22 4 21 2 20 24
-STDOUT_5170=16 23 8 22 4 21 2 20 24
-STDOUT_5171=16 23 8 22 4 21 2 20 24
-STDOUT_5172=15 28 6 27 2 26 1 25 24
-STDOUT_5173=15 28 6 27 2 26 1 25 24
-STDOUT_5174=15 28 6 27 2 26 1 25 24
-STDOUT_5175=16 33 6 32 2 31 1 30 24
-STDOUT_5176=16 33 6 32 2 31 1 30 24
-STDOUT_5177=15 28 6 27 2 26 1 25 24
-STDOUT_5178=15 28 6 27 2 26 1 25 24
-STDOUT_5179=15 28 6 27 2 26 1 25 24
-STDOUT_5180=15 28 6 27 2 26 1 25 24
-STDOUT_5181=15 28 6 27 2 26 1 25 24
-STDOUT_5182=16 33 6 32 2 31 1 30 24
-STDOUT_5183=15 28 6 27 2 26 1 25 24
-STDOUT_5184=16 33 6 32 2 31 1 30 24
-STDOUT_5185=16 33 6 32 2 31 1 30 24
-STDOUT_5186=15 28 6 27 2 26 1 25 24
-STDOUT_5187=16 33 6 32 2 31 1 30 24
-STDOUT_5188=15 28 6 27 2 26 1 25 24
-STDOUT_5189=16 29 6 28 2 27 1 26 24
-STDOUT_5190=15 28 6 27 2 26 1 25 24
-STDOUT_5191=15 28 6 27 2 26 1 25 24
-STDOUT_5192=15 28 6 27 2 26 1 25 24
-STDOUT_5193=15 28 6 27 2 26 1 25 24
-STDOUT_5194=15 28 6 27 2 26 1 25 24
-STDOUT_5195=15 28 6 27 2 26 1 25 24
-STDOUT_5196=15 28 6 27 2 26 1 25 24
-STDOUT_5197=15 28 6 27 2 26 1 25 24
-STDOUT_5198=16 33 6 32 2 31 1 30 24
-STDOUT_5199=15 28 6 27 2 26 1 25 24
-STDOUT_5200=16 33 6 32 2 31 1 30 24
-STDOUT_5201=16 33 6 32 2 31 1 30 24
-STDOUT_5202=15 28 6 27 2 26 1 25 24
-STDOUT_5203=16 33 6 32 2 31 1 30 24
-STDOUT_5204=16 33 6 32 2 31 1 30 24
-STDOUT_5205=15 28 6 27 2 26 1 25 24
-STDOUT_5206=16 33 6 32 2 31 1 30 24
-STDOUT_5207=16 33 6 32 2 31 1 30 24
-STDOUT_5208=15 28 6 27 2 26 1 25 24
-STDOUT_5209=16 33 6 32 2 31 1 30 24
-STDOUT_5210=15 28 6 27 2 26 1 25 24
-STDOUT_5211=16 33 6 32 2 31 1 30 24
-STDOUT_5212=15 28 6 27 2 26 1 25 24
-STDOUT_5213=15 28 6 27 2 26 1 25 24
-STDOUT_5214=15 28 6 27 2 26 1 25 24
-STDOUT_5215=16 29 6 28 2 27 1 26 24
-STDOUT_5216=16 33 6 32 2 31 1 30 24
-STDOUT_5217=15 28 6 27 2 26 1 25 24
-STDOUT_5218=16 28 7 27 2 26 1 25 24
-STDOUT_5219=16 33 6 32 2 31 1 30 24
-STDOUT_5220=15 28 6 27 2 26 1 25 24
-STDOUT_5221=15 28 6 27 2 26 1 25 24
-STDOUT_5222=15 28 6 27 2 26 1 25 24
-STDOUT_5223=16 33 6 32 2 31 1 30 24
-STDOUT_5224=15 28 6 27 2 26 1 25 24
-STDOUT_5225=15 30 6 29 2 28 1 27 24
-STDOUT_5226=16 29 6 28 2 27 1 26 24
-STDOUT_5227=16 33 6 32 2 31 1 30 24
-STDOUT_5228=16 33 6 32 2 31 1 30 24
-STDOUT_5229=16 33 6 32 2 31 1 30 24
-STDOUT_5230=15 28 6 27 2 26 1 25 24
-STDOUT_5231=15 28 6 27 2 26 1 25 24
-STDOUT_5232=15 28 6 27 2 26 1 25 24
-STDOUT_5233=15 28 6 27 2 26 1 25 24
-STDOUT_5234=15 30 6 29 2 28 1 27 24
-STDOUT_5235=16 33 6 32 2 31 1 30 24
-STDOUT_5236=15 28 6 27 2 26 1 25 24
-STDOUT_5237=15 28 6 27 2 26 1 25 24
-STDOUT_5238=15 28 6 27 2 26 1 25 24
-STDOUT_5239=16 33 6 32 2 31 1 30 24
-STDOUT_5240=16 33 6 32 2 31 1 30 24
-STDOUT_5241=15 28 6 27 2 26 1 25 24
-STDOUT_5242=15 28 6 27 2 26 1 25 24
-STDOUT_5243=15 28 6 27 2 26 1 25 24
-STDOUT_5244=16 33 6 32 2 31 1 30 24
-STDOUT_5245=16 33 6 32 2 31 1 30 24
-STDOUT_5246=15 28 6 27 2 26 1 25 24
-STDOUT_5247=16 33 6 32 2 31 1 30 24
-STDOUT_5248=15 28 6 27 2 26 1 25 24
-STDOUT_5249=16 33 6 32 2 31 1 30 24
-STDOUT_5250=15 30 6 29 2 28 1 27 24
-STDOUT_5251=15 28 6 27 2 26 1 25 24
-STDOUT_5252=16 33 6 32 2 31 1 30 24
-STDOUT_5253=15 30 6 29 2 28 1 27 24
-STDOUT_5254=15 28 6 27 2 26 1 25 24
-STDOUT_5255=15 28 6 27 2 26 1 25 24
-STDOUT_5256=15 28 6 27 2 26 1 25 24
-STDOUT_5257=16 33 6 32 2 31 1 30 24
-STDOUT_5258=16 33 6 32 2 31 1 30 24
-STDOUT_5259=16 33 6 32 2 31 1 30 24
-STDOUT_5260=15 28 6 27 2 26 1 25 24
-STDOUT_5261=16 33 6 32 2 31 1 30 24
-STDOUT_5262=15 28 6 27 2 26 1 25 24
-STDOUT_5263=16 29 6 28 2 27 1 26 24
-STDOUT_5264=15 28 6 27 2 26 1 25 24
-STDOUT_5265=15 28 6 27 2 26 1 25 24
-STDOUT_5266=16 33 6 32 2 31 1 30 24
-STDOUT_5267=15 28 6 27 2 26 1 25 24
-STDOUT_5268=16 29 6 28 2 27 1 26 24
-STDOUT_5269=16 33 6 32 2 31 1 30 24
-STDOUT_5270=15 28 6 27 2 26 1 25 24
-STDOUT_5271=17 35 8 34 3 33 1 32 24
-STDOUT_5272=SCORES_TXT_END_0
-STDOUT_5273=SCORES_TXT_BEGIN_0 6 200 9 BLEU
-STDOUT_5274=16 29 9 28 7 27 6 26 34
-STDOUT_5275=16 27 9 26 7 25 6 24 34
-STDOUT_5276=14 28 4 27 2 26 1 25 34
-STDOUT_5277=16 29 9 28 7 27 6 26 34
-STDOUT_5278=18 32 11 31 8 30 6 29 34
-STDOUT_5279=16 29 9 28 7 27 6 26 34
-STDOUT_5280=16 29 9 28 7 27 6 26 34
-STDOUT_5281=16 28 9 27 7 26 6 25 34
-STDOUT_5282=16 29 9 28 7 27 6 26 34
-STDOUT_5283=16 29 9 28 7 27 6 26 34
-STDOUT_5284=14 26 4 25 2 24 1 23 34
-STDOUT_5285=14 28 4 27 2 26 1 25 34
-STDOUT_5286=16 29 9 28 7 27 6 26 34
-STDOUT_5287=16 29 9 28 7 27 6 26 34
-STDOUT_5288=18 30 11 29 8 28 6 27 34
-STDOUT_5289=16 31 6 30 3 29 1 28 34
-STDOUT_5290=18 32 11 31 8 30 6 29 34
-STDOUT_5291=16 27 9 26 7 25 6 24 34
-STDOUT_5292=16 29 9 28 7 27 6 26 34
-STDOUT_5293=16 27 9 26 7 25 6 24 34
-STDOUT_5294=16 29 9 28 7 27 6 26 34
-STDOUT_5295=16 29 9 28 7 27 6 26 34
-STDOUT_5296=14 27 4 26 2 25 1 24 34
-STDOUT_5297=18 32 11 31 8 30 6 29 34
-STDOUT_5298=18 32 11 31 8 30 6 29 34
-STDOUT_5299=14 28 4 27 2 26 1 25 34
-STDOUT_5300=16 27 9 26 7 25 6 24 34
-STDOUT_5301=16 29 9 28 7 27 6 26 34
-STDOUT_5302=18 31 11 30 8 29 6 28 34
-STDOUT_5303=16 28 9 27 7 26 6 25 34
-STDOUT_5304=17 29 9 28 7 27 6 26 34
-STDOUT_5305=16 28 9 27 7 26 6 25 34
-STDOUT_5306=16 27 9 26 7 25 6 24 34
-STDOUT_5307=16 29 9 28 7 27 6 26 34
-STDOUT_5308=18 32 11 31 8 30 6 29 34
-STDOUT_5309=14 28 4 27 2 26 1 25 34
-STDOUT_5310=18 32 11 31 8 30 6 29 34
-STDOUT_5311=16 29 9 28 7 27 6 26 34
-STDOUT_5312=14 28 4 27 2 26 1 25 34
-STDOUT_5313=16 29 6 28 3 27 1 26 34
-STDOUT_5314=16 29 9 28 7 27 6 26 34
-STDOUT_5315=16 31 6 30 3 29 1 28 34
-STDOUT_5316=16 27 9 26 7 25 6 24 34
-STDOUT_5317=17 29 8 28 6 27 5 26 34
-STDOUT_5318=16 29 9 28 7 27 6 26 34
-STDOUT_5319=18 32 11 31 8 30 6 29 34
-STDOUT_5320=16 28 9 27 7 26 6 25 34
-STDOUT_5321=18 32 11 31 8 30 6 29 34
-STDOUT_5322=16 29 9 28 7 27 6 26 34
-STDOUT_5323=18 30 11 29 8 28 6 27 34
-STDOUT_5324=16 29 9 28 7 27 6 26 34
-STDOUT_5325=18 32 11 31 8 30 6 29 34
-STDOUT_5326=15 29 7 28 4 27 2 26 34
-STDOUT_5327=18 30 11 29 8 28 6 27 34
-STDOUT_5328=18 32 11 31 8 30 6 29 34
-STDOUT_5329=16 29 9 28 7 27 6 26 34
-STDOUT_5330=18 32 11 31 8 30 6 29 34
-STDOUT_5331=16 28 9 27 7 26 6 25 34
-STDOUT_5332=15 29 7 28 4 27 2 26 34
-STDOUT_5333=16 29 9 28 7 27 6 26 34
-STDOUT_5334=16 30 6 29 3 28 1 27 34
-STDOUT_5335=15 29 7 28 4 27 2 26 34
-STDOUT_5336=16 29 9 28 7 27 6 26 34
-STDOUT_5337=15 28 4 27 2 26 1 25 34
-STDOUT_5338=14 28 4 27 2 26 1 25 34
-STDOUT_5339=16 28 9 27 7 26 6 25 34
-STDOUT_5340=16 29 9 28 7 27 6 26 34
-STDOUT_5341=16 31 6 30 3 29 1 28 34
-STDOUT_5342=16 29 9 28 7 27 6 26 34
-STDOUT_5343=18 30 11 29 8 28 6 27 34
-STDOUT_5344=16 30 9 29 7 28 6 27 34
-STDOUT_5345=18 32 11 31 8 30 6 29 34
-STDOUT_5346=14 26 4 25 2 24 1 23 34
-STDOUT_5347=14 28 4 27 2 26 1 25 34
-STDOUT_5348=16 29 9 28 7 27 6 26 34
-STDOUT_5349=14 28 4 27 2 26 1 25 34
-STDOUT_5350=15 29 7 28 4 27 2 26 34
-STDOUT_5351=18 31 11 30 8 29 6 28 34
-STDOUT_5352=17 27 8 26 6 25 5 24 34
-STDOUT_5353=19 32 11 31 8 30 6 29 34
-STDOUT_5354=16 29 9 28 7 27 6 26 34
-STDOUT_5355=17 29 8 28 6 27 5 26 34
-STDOUT_5356=18 31 11 30 8 29 6 28 34
-STDOUT_5357=17 29 9 28 7 27 6 26 34
-STDOUT_5358=18 30 11 29 8 28 6 27 34
-STDOUT_5359=18 32 11 31 8 30 6 29 34
-STDOUT_5360=17 29 9 28 7 27 6 26 34
-STDOUT_5361=16 29 9 28 7 27 6 26 34
-STDOUT_5362=16 31 6 30 3 29 1 28 34
-STDOUT_5363=18 32 11 31 8 30 6 29 34
-STDOUT_5364=16 31 6 30 3 29 1 28 34
-STDOUT_5365=18 32 11 31 8 30 6 29 34
-STDOUT_5366=16 28 9 27 7 26 6 25 34
-STDOUT_5367=14 28 4 27 2 26 1 25 34
-STDOUT_5368=16 29 9 28 7 27 6 26 34
-STDOUT_5369=15 27 7 26 4 25 2 24 34
-STDOUT_5370=14 28 4 27 2 26 1 25 34
-STDOUT_5371=14 28 4 27 2 26 1 25 34
-STDOUT_5372=15 29 7 28 4 27 2 26 34
-STDOUT_5373=18 30 11 29 8 28 6 27 34
-STDOUT_5374=19 35 10 34 5 33 3 32 34
-STDOUT_5375=19 35 10 34 5 33 3 32 34
-STDOUT_5376=19 35 10 34 5 33 3 32 34
-STDOUT_5377=19 35 10 34 5 33 3 32 34
-STDOUT_5378=19 35 10 34 5 33 3 32 34
-STDOUT_5379=19 35 10 34 5 33 3 32 34
-STDOUT_5380=19 35 10 34 5 33 3 32 34
-STDOUT_5381=19 35 10 34 5 33 3 32 34
-STDOUT_5382=19 35 10 34 5 33 3 32 34
-STDOUT_5383=19 35 10 34 5 33 3 32 34
-STDOUT_5384=19 35 10 34 5 33 3 32 34
-STDOUT_5385=19 35 10 34 5 33 3 32 34
-STDOUT_5386=19 35 10 34 5 33 3 32 34
-STDOUT_5387=19 35 10 34 5 33 3 32 34
-STDOUT_5388=19 35 10 34 5 33 3 32 34
-STDOUT_5389=19 35 10 34 5 33 3 32 34
-STDOUT_5390=20 35 10 34 5 33 3 32 34
-STDOUT_5391=19 35 10 34 5 33 3 32 34
-STDOUT_5392=19 35 10 34 5 33 3 32 34
-STDOUT_5393=19 35 10 34 5 33 3 32 34
-STDOUT_5394=19 35 10 34 5 33 3 32 34
-STDOUT_5395=19 35 10 34 5 33 3 32 34
-STDOUT_5396=19 35 10 34 5 33 3 32 34
-STDOUT_5397=19 35 10 34 5 33 3 32 34
-STDOUT_5398=19 35 10 34 5 33 3 32 34
-STDOUT_5399=19 35 10 34 5 33 3 32 34
-STDOUT_5400=19 35 10 34 5 33 3 32 34
-STDOUT_5401=19 35 10 34 5 33 3 32 34
-STDOUT_5402=20 35 10 34 5 33 3 32 34
-STDOUT_5403=19 35 10 34 5 33 3 32 34
-STDOUT_5404=20 35 10 34 5 33 3 32 34
-STDOUT_5405=19 35 10 34 5 33 3 32 34
-STDOUT_5406=20 35 10 34 5 33 3 32 34
-STDOUT_5407=20 35 10 34 5 33 3 32 34
-STDOUT_5408=20 35 10 34 5 33 3 32 34
-STDOUT_5409=19 35 10 34 5 33 3 32 34
-STDOUT_5410=19 35 10 34 5 33 3 32 34
-STDOUT_5411=19 35 10 34 5 33 3 32 34
-STDOUT_5412=19 35 10 34 5 33 3 32 34
-STDOUT_5413=19 35 10 34 5 33 3 32 34
-STDOUT_5414=19 35 10 34 5 33 3 32 34
-STDOUT_5415=19 35 10 34 5 33 3 32 34
-STDOUT_5416=19 35 10 34 5 33 3 32 34
-STDOUT_5417=19 35 10 34 5 33 3 32 34
-STDOUT_5418=19 35 10 34 5 33 3 32 34
-STDOUT_5419=20 35 10 34 5 33 3 32 34
-STDOUT_5420=19 35 10 34 5 33 3 32 34
-STDOUT_5421=19 35 10 34 5 33 3 32 34
-STDOUT_5422=19 35 10 34 5 33 3 32 34
-STDOUT_5423=19 35 10 34 5 33 3 32 34
-STDOUT_5424=19 35 10 34 5 33 3 32 34
-STDOUT_5425=19 35 10 34 5 33 3 32 34
-STDOUT_5426=19 35 10 34 5 33 3 32 34
-STDOUT_5427=19 35 10 34 5 33 3 32 34
-STDOUT_5428=20 35 10 34 5 33 3 32 34
-STDOUT_5429=19 35 10 34 5 33 3 32 34
-STDOUT_5430=20 35 10 34 5 33 3 32 34
-STDOUT_5431=19 35 10 34 5 33 3 32 34
-STDOUT_5432=20 35 10 34 5 33 3 32 34
-STDOUT_5433=19 35 10 34 5 33 3 32 34
-STDOUT_5434=20 35 10 34 5 33 3 32 34
-STDOUT_5435=19 35 10 34 5 33 3 32 34
-STDOUT_5436=20 35 10 34 5 33 3 32 34
-STDOUT_5437=20 35 10 34 5 33 3 32 34
-STDOUT_5438=20 35 10 34 5 33 3 32 34
-STDOUT_5439=19 35 10 34 5 33 3 32 34
-STDOUT_5440=19 35 10 34 5 33 3 32 34
-STDOUT_5441=19 35 10 34 5 33 3 32 34
-STDOUT_5442=20 35 10 34 5 33 3 32 34
-STDOUT_5443=19 35 10 34 5 33 3 32 34
-STDOUT_5444=20 35 10 34 5 33 3 32 34
-STDOUT_5445=19 35 10 34 5 33 3 32 34
-STDOUT_5446=19 35 10 34 5 33 3 32 34
-STDOUT_5447=19 35 10 34 5 33 3 32 34
-STDOUT_5448=19 35 10 34 5 33 3 32 34
-STDOUT_5449=19 35 10 34 5 33 3 32 34
-STDOUT_5450=19 35 10 34 5 33 3 32 34
-STDOUT_5451=19 35 10 34 5 33 3 32 34
-STDOUT_5452=19 35 10 34 5 33 3 32 34
-STDOUT_5453=19 35 10 34 5 33 3 32 34
-STDOUT_5454=19 35 10 34 5 33 3 32 34
-STDOUT_5455=19 35 10 34 5 33 3 32 34
-STDOUT_5456=19 35 10 34 5 33 3 32 34
-STDOUT_5457=19 35 10 34 5 33 3 32 34
-STDOUT_5458=19 35 10 34 5 33 3 32 34
-STDOUT_5459=19 35 10 34 5 33 3 32 34
-STDOUT_5460=19 35 10 34 5 33 3 32 34
-STDOUT_5461=19 35 10 34 5 33 3 32 34
-STDOUT_5462=19 35 10 34 5 33 3 32 34
-STDOUT_5463=19 35 10 34 5 33 3 32 34
-STDOUT_5464=19 35 10 34 5 33 3 32 34
-STDOUT_5465=19 35 10 34 5 33 3 32 34
-STDOUT_5466=20 35 10 34 5 33 3 32 34
-STDOUT_5467=19 35 10 34 5 33 3 32 34
-STDOUT_5468=19 35 10 34 5 33 3 32 34
-STDOUT_5469=19 35 10 34 5 33 3 32 34
-STDOUT_5470=19 35 10 34 5 33 3 32 34
-STDOUT_5471=19 35 10 34 5 33 3 32 34
-STDOUT_5472=20 35 10 34 5 33 3 32 34
-STDOUT_5473=19 35 10 34 5 33 3 32 34
-STDOUT_5474=SCORES_TXT_END_0
-STDOUT_5475=SCORES_TXT_BEGIN_0 7 200 9 BLEU
-STDOUT_5476=21 23 15 22 13 21 11 20 34
-STDOUT_5477=21 23 15 22 13 21 11 20 34
-STDOUT_5478=21 23 15 22 13 21 11 20 34
-STDOUT_5479=21 23 15 22 13 21 11 20 34
-STDOUT_5480=21 23 15 22 13 21 11 20 34
-STDOUT_5481=21 23 15 22 13 21 11 20 34
-STDOUT_5482=21 23 15 22 13 21 11 20 34
-STDOUT_5483=21 23 15 22 13 21 11 20 34
-STDOUT_5484=21 23 15 22 13 21 11 20 34
-STDOUT_5485=21 23 15 22 13 21 11 20 34
-STDOUT_5486=22 25 16 24 13 23 11 22 34
-STDOUT_5487=21 23 15 22 13 21 11 20 34
-STDOUT_5488=21 23 15 22 13 21 11 20 34
-STDOUT_5489=22 25 16 24 13 23 11 22 34
-STDOUT_5490=21 23 15 22 13 21 11 20 34
-STDOUT_5491=21 23 15 22 13 21 11 20 34
-STDOUT_5492=21 23 15 22 13 21 11 20 34
-STDOUT_5493=21 23 15 22 13 21 11 20 34
-STDOUT_5494=21 23 15 22 13 21 11 20 34
-STDOUT_5495=21 23 15 22 13 21 11 20 34
-STDOUT_5496=21 23 15 22 13 21 11 20 34
-STDOUT_5497=21 23 15 22 13 21 11 20 34
-STDOUT_5498=21 23 15 22 13 21 11 20 34
-STDOUT_5499=21 23 15 22 13 21 11 20 34
-STDOUT_5500=22 25 16 24 13 23 11 22 34
-STDOUT_5501=21 23 15 22 13 21 11 20 34
-STDOUT_5502=21 23 15 22 13 21 11 20 34
-STDOUT_5503=21 23 15 22 13 21 11 20 34
-STDOUT_5504=21 23 15 22 13 21 11 20 34
-STDOUT_5505=22 25 16 24 13 23 11 22 34
-STDOUT_5506=21 23 15 22 13 21 11 20 34
-STDOUT_5507=22 25 16 24 13 23 11 22 34
-STDOUT_5508=21 23 15 22 13 21 11 20 34
-STDOUT_5509=22 25 16 24 13 23 11 22 34
-STDOUT_5510=22 25 16 24 13 23 11 22 34
-STDOUT_5511=22 25 16 24 13 23 11 22 34
-STDOUT_5512=22 25 16 24 13 23 11 22 34
-STDOUT_5513=22 25 16 24 13 23 11 22 34
-STDOUT_5514=22 25 16 24 13 23 11 22 34
-STDOUT_5515=23 25 16 24 13 23 11 22 34
-STDOUT_5516=21 23 13 22 10 21 7 20 34
-STDOUT_5517=21 23 15 22 13 21 11 20 34
-STDOUT_5518=22 25 16 24 13 23 11 22 34
-STDOUT_5519=20 23 15 22 13 21 11 20 34
-STDOUT_5520=21 23 15 22 13 21 11 20 34
-STDOUT_5521=24 27 17 26 14 25 11 24 34
-STDOUT_5522=21 23 15 22 13 21 11 20 34
-STDOUT_5523=24 27 17 26 14 25 11 24 34
-STDOUT_5524=21 23 15 22 13 21 11 20 34
-STDOUT_5525=21 23 15 22 13 21 11 20 34
-STDOUT_5526=21 23 15 22 13 21 11 20 34
-STDOUT_5527=21 23 15 22 13 21 11 20 34
-STDOUT_5528=22 25 16 24 13 23 11 22 34
-STDOUT_5529=22 23 15 22 13 21 11 20 34
-STDOUT_5530=23 25 16 24 13 23 11 22 34
-STDOUT_5531=21 23 15 22 13 21 11 20 34
-STDOUT_5532=21 23 15 22 13 21 11 20 34
-STDOUT_5533=23 25 16 24 13 23 11 22 34
-STDOUT_5534=21 23 15 22 13 21 11 20 34
-STDOUT_5535=22 25 16 24 13 23 11 22 34
-STDOUT_5536=23 25 16 24 13 23 11 22 34
-STDOUT_5537=23 25 16 24 13 23 11 22 34
-STDOUT_5538=22 24 15 23 13 22 11 21 34
-STDOUT_5539=20 23 15 22 13 21 11 20 34
-STDOUT_5540=21 23 15 22 13 21 11 20 34
-STDOUT_5541=24 27 17 26 14 25 11 24 34
-STDOUT_5542=24 27 17 26 14 25 11 24 34
-STDOUT_5543=23 25 16 24 13 23 11 22 34
-STDOUT_5544=21 23 15 22 13 21 11 20 34
-STDOUT_5545=23 25 16 24 13 23 11 22 34
-STDOUT_5546=21 23 15 22 13 21 11 20 34
-STDOUT_5547=20 23 15 22 13 21 11 20 34
-STDOUT_5548=22 25 16 24 13 23 11 22 34
-STDOUT_5549=24 27 17 26 14 25 11 24 34
-STDOUT_5550=21 23 15 22 13 21 11 20 34
-STDOUT_5551=21 23 15 22 13 21 11 20 34
-STDOUT_5552=22 25 16 24 13 23 11 22 34
-STDOUT_5553=21 23 15 22 13 21 11 20 34
-STDOUT_5554=20 23 15 22 13 21 11 20 34
-STDOUT_5555=22 23 15 22 13 21 11 20 34
-STDOUT_5556=21 24 15 23 13 22 11 21 34
-STDOUT_5557=20 23 15 22 13 21 11 20 34
-STDOUT_5558=21 23 15 22 13 21 11 20 34
-STDOUT_5559=21 23 15 22 13 21 11 20 34
-STDOUT_5560=21 23 13 22 10 21 7 20 34
-STDOUT_5561=21 23 15 22 13 21 11 20 34
-STDOUT_5562=21 23 15 22 13 21 11 20 34
-STDOUT_5563=22 25 16 24 13 23 11 22 34
-STDOUT_5564=21 23 15 22 13 21 11 20 34
-STDOUT_5565=24 27 17 26 14 25 11 24 34
-STDOUT_5566=22 23 15 22 13 21 11 20 34
-STDOUT_5567=21 23 15 22 13 21 11 20 34
-STDOUT_5568=22 25 16 24 13 23 11 22 34
-STDOUT_5569=24 27 17 26 14 25 11 24 34
-STDOUT_5570=22 25 16 24 13 23 11 22 34
-STDOUT_5571=24 27 17 26 14 25 11 24 34
-STDOUT_5572=21 23 15 22 13 21 11 20 34
-STDOUT_5573=20 22 13 21 10 20 7 19 34
-STDOUT_5574=22 25 16 24 13 23 11 22 34
-STDOUT_5575=21 23 15 22 13 21 11 20 34
-STDOUT_5576=28 38 18 37 12 36 8 35 34
-STDOUT_5577=28 38 18 37 12 36 8 35 34
-STDOUT_5578=28 38 18 37 12 36 8 35 34
-STDOUT_5579=28 38 18 37 12 36 8 35 34
-STDOUT_5580=28 38 18 37 12 36 8 35 34
-STDOUT_5581=28 38 18 37 12 36 8 35 34
-STDOUT_5582=28 38 18 37 12 36 8 35 34
-STDOUT_5583=28 38 18 37 12 36 8 35 34
-STDOUT_5584=28 38 18 37 12 36 8 35 34
-STDOUT_5585=29 35 19 34 13 33 9 32 34
-STDOUT_5586=28 38 18 37 12 36 8 35 34
-STDOUT_5587=28 38 18 37 12 36 8 35 34
-STDOUT_5588=28 38 18 37 12 36 8 35 34
-STDOUT_5589=28 38 18 37 12 36 8 35 34
-STDOUT_5590=28 38 18 37 12 36 8 35 34
-STDOUT_5591=28 38 18 37 12 36 8 35 34
-STDOUT_5592=28 38 18 37 12 36 8 35 34
-STDOUT_5593=28 38 18 37 12 36 8 35 34
-STDOUT_5594=29 35 19 34 13 33 9 32 34
-STDOUT_5595=29 35 19 34 13 33 9 32 34
-STDOUT_5596=28 38 18 37 12 36 8 35 34
-STDOUT_5597=28 38 18 37 12 36 8 35 34
-STDOUT_5598=28 38 18 37 12 36 8 35 34
-STDOUT_5599=28 38 18 37 12 36 8 35 34
-STDOUT_5600=28 38 18 37 12 36 8 35 34
-STDOUT_5601=28 38 18 37 12 36 8 35 34
-STDOUT_5602=28 38 18 37 12 36 8 35 34
-STDOUT_5603=28 38 18 37 12 36 8 35 34
-STDOUT_5604=28 38 18 37 12 36 8 35 34
-STDOUT_5605=29 35 19 34 13 33 9 32 34
-STDOUT_5606=28 38 18 37 12 36 8 35 34
-STDOUT_5607=28 38 18 37 12 36 8 35 34
-STDOUT_5608=28 38 18 37 12 36 8 35 34
-STDOUT_5609=28 38 18 37 12 36 8 35 34
-STDOUT_5610=28 38 18 37 12 36 8 35 34
-STDOUT_5611=29 35 19 34 13 33 9 32 34
-STDOUT_5612=28 38 18 37 12 36 8 35 34
-STDOUT_5613=28 38 18 37 12 36 8 35 34
-STDOUT_5614=28 38 18 37 12 36 8 35 34
-STDOUT_5615=28 38 18 37 12 36 8 35 34
-STDOUT_5616=28 38 18 37 12 36 8 35 34
-STDOUT_5617=28 38 18 37 12 36 8 35 34
-STDOUT_5618=29 35 19 34 13 33 9 32 34
-STDOUT_5619=28 38 18 37 12 36 8 35 34
-STDOUT_5620=28 38 18 37 12 36 8 35 34
-STDOUT_5621=28 38 18 37 12 36 8 35 34
-STDOUT_5622=28 38 18 37 12 36 8 35 34
-STDOUT_5623=29 35 19 34 13 33 9 32 34
-STDOUT_5624=28 38 18 37 12 36 8 35 34
-STDOUT_5625=28 38 18 37 12 36 8 35 34
-STDOUT_5626=28 38 18 37 12 36 8 35 34
-STDOUT_5627=28 38 18 37 12 36 8 35 34
-STDOUT_5628=28 38 18 37 12 36 8 35 34
-STDOUT_5629=28 38 18 37 12 36 8 35 34
-STDOUT_5630=28 38 18 37 12 36 8 35 34
-STDOUT_5631=28 38 18 37 12 36 8 35 34
-STDOUT_5632=28 38 18 37 12 36 8 35 34
-STDOUT_5633=28 38 18 37 12 36 8 35 34
-STDOUT_5634=29 35 19 34 13 33 9 32 34
-STDOUT_5635=28 38 18 37 12 36 8 35 34
-STDOUT_5636=28 38 18 37 12 36 8 35 34
-STDOUT_5637=28 38 18 37 12 36 8 35 34
-STDOUT_5638=28 38 18 37 12 36 8 35 34
-STDOUT_5639=29 35 19 34 13 33 9 32 34
-STDOUT_5640=28 38 18 37 12 36 8 35 34
-STDOUT_5641=28 38 18 37 12 36 8 35 34
-STDOUT_5642=28 38 18 37 12 36 8 35 34
-STDOUT_5643=28 38 18 37 12 36 8 35 34
-STDOUT_5644=28 38 18 37 12 36 8 35 34
-STDOUT_5645=28 38 18 37 12 36 8 35 34
-STDOUT_5646=28 38 18 37 12 36 8 35 34
-STDOUT_5647=28 38 18 37 12 36 8 35 34
-STDOUT_5648=28 38 18 37 12 36 8 35 34
-STDOUT_5649=28 38 18 37 12 36 8 35 34
-STDOUT_5650=28 38 18 37 12 36 8 35 34
-STDOUT_5651=28 38 18 37 12 36 8 35 34
-STDOUT_5652=28 38 18 37 12 36 8 35 34
-STDOUT_5653=28 38 18 37 12 36 8 35 34
-STDOUT_5654=28 38 18 37 12 36 8 35 34
-STDOUT_5655=28 38 18 37 12 36 8 35 34
-STDOUT_5656=28 38 18 37 12 36 8 35 34
-STDOUT_5657=29 35 19 34 13 33 9 32 34
-STDOUT_5658=28 38 18 37 12 36 8 35 34
-STDOUT_5659=28 38 18 37 12 36 8 35 34
-STDOUT_5660=28 38 18 37 12 36 8 35 34
-STDOUT_5661=29 35 19 34 13 33 9 32 34
-STDOUT_5662=28 38 18 37 12 36 8 35 34
-STDOUT_5663=29 35 19 34 13 33 9 32 34
-STDOUT_5664=28 38 18 37 12 36 8 35 34
-STDOUT_5665=28 38 18 37 12 36 8 35 34
-STDOUT_5666=29 35 19 34 13 33 9 32 34
-STDOUT_5667=28 38 18 37 12 36 8 35 34
-STDOUT_5668=28 38 18 37 12 36 8 35 34
-STDOUT_5669=28 38 18 37 12 36 8 35 34
-STDOUT_5670=29 35 19 34 13 33 9 32 34
-STDOUT_5671=28 38 18 37 12 36 8 35 34
-STDOUT_5672=28 38 18 37 12 36 8 35 34
-STDOUT_5673=28 38 18 37 12 36 8 35 34
-STDOUT_5674=28 38 18 37 12 36 8 35 34
-STDOUT_5675=28 38 18 37 12 36 8 35 34
-STDOUT_5676=SCORES_TXT_END_0
-STDOUT_5677=SCORES_TXT_BEGIN_0 8 200 9 BLEU
-STDOUT_5678=19 23 15 22 14 21 13 20 37
-STDOUT_5679=19 23 15 22 14 21 13 20 37
-STDOUT_5680=19 23 15 22 14 21 13 20 37
-STDOUT_5681=19 23 15 22 14 21 13 20 37
-STDOUT_5682=19 23 15 22 14 21 13 20 37
-STDOUT_5683=19 23 15 22 14 21 13 20 37
-STDOUT_5684=20 24 16 23 15 22 14 21 37
-STDOUT_5685=19 23 15 22 14 21 13 20 37
-STDOUT_5686=19 23 15 22 14 21 13 20 37
-STDOUT_5687=19 23 15 22 14 21 13 20 37
-STDOUT_5688=19 23 15 22 14 21 13 20 37
-STDOUT_5689=20 24 16 23 15 22 14 21 37
-STDOUT_5690=20 24 16 23 15 22 14 21 37
-STDOUT_5691=19 23 15 22 14 21 13 20 37
-STDOUT_5692=20 24 16 23 15 22 14 21 37
-STDOUT_5693=19 23 15 22 14 21 13 20 37
-STDOUT_5694=19 23 15 22 14 21 13 20 37
-STDOUT_5695=19 23 15 22 14 21 13 20 37
-STDOUT_5696=19 23 15 22 14 21 13 20 37
-STDOUT_5697=19 23 15 22 14 21 13 20 37
-STDOUT_5698=19 23 15 22 14 21 13 20 37
-STDOUT_5699=20 24 16 23 15 22 14 21 37
-STDOUT_5700=19 23 15 22 14 21 13 20 37
-STDOUT_5701=20 24 16 23 15 22 14 21 37
-STDOUT_5702=20 24 16 23 15 22 14 21 37
-STDOUT_5703=19 23 15 22 14 21 13 20 37
-STDOUT_5704=19 23 15 22 14 21 13 20 37
-STDOUT_5705=20 24 16 23 15 22 14 21 37
-STDOUT_5706=20 24 16 23 15 22 14 21 37
-STDOUT_5707=19 23 15 22 14 21 13 20 37
-STDOUT_5708=19 23 15 22 14 21 13 20 37
-STDOUT_5709=20 24 16 23 15 22 14 21 37
-STDOUT_5710=19 23 15 22 14 21 13 20 37
-STDOUT_5711=20 24 16 23 15 22 14 21 37
-STDOUT_5712=19 23 15 22 14 21 13 20 37
-STDOUT_5713=20 24 16 23 15 22 14 21 37
-STDOUT_5714=19 23 15 22 14 21 13 20 37
-STDOUT_5715=19 23 15 22 14 21 13 20 37
-STDOUT_5716=19 23 15 22 14 21 13 20 37
-STDOUT_5717=19 23 15 22 14 21 13 20 37
-STDOUT_5718=19 23 15 22 14 21 13 20 37
-STDOUT_5719=20 24 16 23 15 22 14 21 37
-STDOUT_5720=19 23 15 22 14 21 13 20 37
-STDOUT_5721=20 24 16 23 15 22 14 21 37
-STDOUT_5722=20 24 16 23 15 22 14 21 37
-STDOUT_5723=20 24 16 23 15 22 14 21 37
-STDOUT_5724=19 23 15 22 14 21 13 20 37
-STDOUT_5725=19 23 15 22 14 21 13 20 37
-STDOUT_5726=19 23 15 22 14 21 13 20 37
-STDOUT_5727=20 24 16 23 15 22 14 21 37
-STDOUT_5728=19 23 15 22 14 21 13 20 37
-STDOUT_5729=20 24 16 23 15 22 14 21 37
-STDOUT_5730=20 24 16 23 15 22 14 21 37
-STDOUT_5731=20 24 16 23 15 22 14 21 37
-STDOUT_5732=19 23 15 22 14 21 13 20 37
-STDOUT_5733=19 23 15 22 14 21 13 20 37
-STDOUT_5734=20 24 16 23 15 22 14 21 37
-STDOUT_5735=19 23 15 22 14 21 13 20 37
-STDOUT_5736=20 24 16 23 15 22 14 21 37
-STDOUT_5737=19 23 15 22 14 21 13 20 37
-STDOUT_5738=20 24 16 23 15 22 14 21 37
-STDOUT_5739=20 24 16 23 15 22 14 21 37
-STDOUT_5740=19 23 15 22 14 21 13 20 37
-STDOUT_5741=20 24 16 23 15 22 14 21 37
-STDOUT_5742=19 23 15 22 14 21 13 20 37
-STDOUT_5743=20 24 16 23 15 22 14 21 37
-STDOUT_5744=20 24 16 23 15 22 14 21 37
-STDOUT_5745=19 23 15 22 14 21 13 20 37
-STDOUT_5746=20 24 16 23 15 22 14 21 37
-STDOUT_5747=20 24 16 23 15 22 14 21 37
-STDOUT_5748=19 23 15 22 14 21 13 20 37
-STDOUT_5749=19 23 15 22 14 21 13 20 37
-STDOUT_5750=19 23 15 22 14 21 13 20 37
-STDOUT_5751=20 24 16 23 15 22 14 21 37
-STDOUT_5752=19 23 15 22 14 21 13 20 37
-STDOUT_5753=19 23 15 22 14 21 13 20 37
-STDOUT_5754=19 23 15 22 14 21 13 20 37
-STDOUT_5755=19 23 15 22 14 21 13 20 37
-STDOUT_5756=20 24 16 23 15 22 14 21 37
-STDOUT_5757=20 24 16 23 15 22 14 21 37
-STDOUT_5758=19 23 15 22 14 21 13 20 37
-STDOUT_5759=20 24 16 23 15 22 14 21 37
-STDOUT_5760=19 23 15 22 14 21 13 20 37
-STDOUT_5761=20 24 16 23 15 22 14 21 37
-STDOUT_5762=20 24 16 23 15 22 14 21 37
-STDOUT_5763=19 23 15 22 14 21 13 20 37
-STDOUT_5764=19 23 15 22 14 21 13 20 37
-STDOUT_5765=20 24 16 23 15 22 14 21 37
-STDOUT_5766=19 23 15 22 14 21 13 20 37
-STDOUT_5767=20 24 16 23 15 22 14 21 37
-STDOUT_5768=19 23 15 22 14 21 13 20 37
-STDOUT_5769=20 24 16 23 15 22 14 21 37
-STDOUT_5770=19 23 15 22 14 21 13 20 37
-STDOUT_5771=19 23 15 22 14 21 13 20 37
-STDOUT_5772=19 23 15 22 14 21 13 20 37
-STDOUT_5773=19 23 15 22 14 21 13 20 37
-STDOUT_5774=20 24 16 23 15 22 14 21 37
-STDOUT_5775=20 24 16 23 15 22 14 21 37
-STDOUT_5776=20 24 16 23 15 22 14 21 37
-STDOUT_5777=19 23 15 22 14 21 13 20 37
-STDOUT_5778=21 36 12 35 9 34 6 33 37
-STDOUT_5779=21 36 12 35 9 34 6 33 37
-STDOUT_5780=21 36 12 35 9 34 6 33 37
-STDOUT_5781=21 36 12 35 9 34 6 33 37
-STDOUT_5782=21 36 12 35 9 34 6 33 37
-STDOUT_5783=21 36 12 35 9 34 6 33 37
-STDOUT_5784=21 36 12 35 9 34 6 33 37
-STDOUT_5785=21 36 12 35 9 34 6 33 37
-STDOUT_5786=21 36 12 35 9 34 6 33 37
-STDOUT_5787=21 36 12 35 9 34 6 33 37
-STDOUT_5788=21 36 12 35 9 34 6 33 37
-STDOUT_5789=22 36 14 35 12 34 10 33 37
-STDOUT_5790=21 36 12 35 9 34 6 33 37
-STDOUT_5791=21 36 12 35 9 34 6 33 37
-STDOUT_5792=21 36 12 35 9 34 6 33 37
-STDOUT_5793=21 36 12 35 9 34 6 33 37
-STDOUT_5794=22 36 14 35 12 34 10 33 37
-STDOUT_5795=21 36 12 35 9 34 6 33 37
-STDOUT_5796=21 36 12 35 9 34 6 33 37
-STDOUT_5797=21 36 12 35 9 34 6 33 37
-STDOUT_5798=21 36 12 35 9 34 6 33 37
-STDOUT_5799=21 36 12 35 9 34 6 33 37
-STDOUT_5800=22 36 14 35 12 34 10 33 37
-STDOUT_5801=21 36 12 35 9 34 6 33 37
-STDOUT_5802=21 36 12 35 9 34 6 33 37
-STDOUT_5803=22 36 14 35 12 34 10 33 37
-STDOUT_5804=21 36 12 35 9 34 6 33 37
-STDOUT_5805=21 36 12 35 9 34 6 33 37
-STDOUT_5806=21 36 12 35 9 34 6 33 37
-STDOUT_5807=21 36 12 35 9 34 6 33 37
-STDOUT_5808=21 36 12 35 9 34 6 33 37
-STDOUT_5809=21 36 12 35 9 34 6 33 37
-STDOUT_5810=21 36 12 35 9 34 6 33 37
-STDOUT_5811=21 36 12 35 9 34 6 33 37
-STDOUT_5812=22 36 14 35 12 34 10 33 37
-STDOUT_5813=21 36 12 35 9 34 6 33 37
-STDOUT_5814=22 36 14 35 12 34 10 33 37
-STDOUT_5815=22 36 14 35 12 34 10 33 37
-STDOUT_5816=21 36 12 35 9 34 6 33 37
-STDOUT_5817=22 36 14 35 12 34 10 33 37
-STDOUT_5818=22 36 14 35 12 34 10 33 37
-STDOUT_5819=21 36 12 35 9 34 6 33 37
-STDOUT_5820=21 36 12 35 9 34 6 33 37
-STDOUT_5821=21 36 12 35 9 34 6 33 37
-STDOUT_5822=21 36 12 35 9 34 6 33 37
-STDOUT_5823=22 36 14 35 12 34 10 33 37
-STDOUT_5824=21 36 12 35 9 34 6 33 37
-STDOUT_5825=21 36 12 35 9 34 6 33 37
-STDOUT_5826=21 36 12 35 9 34 6 33 37
-STDOUT_5827=21 36 12 35 9 34 6 33 37
-STDOUT_5828=21 36 12 35 9 34 6 33 37
-STDOUT_5829=22 36 14 35 12 34 10 33 37
-STDOUT_5830=22 36 14 35 12 34 10 33 37
-STDOUT_5831=21 36 12 35 9 34 6 33 37
-STDOUT_5832=21 36 12 35 9 34 6 33 37
-STDOUT_5833=22 36 14 35 12 34 10 33 37
-STDOUT_5834=21 36 12 35 9 34 6 33 37
-STDOUT_5835=22 36 14 35 12 34 10 33 37
-STDOUT_5836=21 36 12 35 9 34 6 33 37
-STDOUT_5837=21 36 12 35 9 34 6 33 37
-STDOUT_5838=21 36 12 35 9 34 6 33 37
-STDOUT_5839=21 36 12 35 9 34 6 33 37
-STDOUT_5840=21 36 12 35 9 34 6 33 37
-STDOUT_5841=22 36 14 35 12 34 10 33 37
-STDOUT_5842=22 36 14 35 12 34 10 33 37
-STDOUT_5843=21 36 12 35 9 34 6 33 37
-STDOUT_5844=21 36 12 35 9 34 6 33 37
-STDOUT_5845=21 36 12 35 9 34 6 33 37
-STDOUT_5846=21 36 12 35 9 34 6 33 37
-STDOUT_5847=21 36 12 35 9 34 6 33 37
-STDOUT_5848=22 36 14 35 12 34 10 33 37
-STDOUT_5849=21 36 12 35 9 34 6 33 37
-STDOUT_5850=21 36 12 35 9 34 6 33 37
-STDOUT_5851=21 36 12 35 9 34 6 33 37
-STDOUT_5852=21 36 12 35 9 34 6 33 37
-STDOUT_5853=21 36 12 35 9 34 6 33 37
-STDOUT_5854=21 36 12 35 9 34 6 33 37
-STDOUT_5855=21 36 12 35 9 34 6 33 37
-STDOUT_5856=22 36 14 35 12 34 10 33 37
-STDOUT_5857=21 36 12 35 9 34 6 33 37
-STDOUT_5858=22 36 14 35 12 34 10 33 37
-STDOUT_5859=21 36 12 35 9 34 6 33 37
-STDOUT_5860=21 36 12 35 9 34 6 33 37
-STDOUT_5861=22 36 14 35 12 34 10 33 37
-STDOUT_5862=21 36 12 35 9 34 6 33 37
-STDOUT_5863=22 36 14 35 12 34 10 33 37
-STDOUT_5864=21 36 12 35 9 34 6 33 37
-STDOUT_5865=22 36 14 35 12 34 10 33 37
-STDOUT_5866=22 36 14 35 12 34 10 33 37
-STDOUT_5867=21 36 12 35 9 34 6 33 37
-STDOUT_5868=21 36 12 35 9 34 6 33 37
-STDOUT_5869=21 36 12 35 9 34 6 33 37
-STDOUT_5870=21 36 12 35 9 34 6 33 37
-STDOUT_5871=22 36 14 35 12 34 10 33 37
-STDOUT_5872=21 36 12 35 9 34 6 33 37
-STDOUT_5873=21 36 12 35 9 34 6 33 37
-STDOUT_5874=21 36 12 35 9 34 6 33 37
-STDOUT_5875=21 36 12 35 9 34 6 33 37
-STDOUT_5876=21 36 12 35 9 34 6 33 37
-STDOUT_5877=21 36 12 35 9 34 6 33 37
-STDOUT_5878=SCORES_TXT_END_0
-STDOUT_5879=SCORES_TXT_BEGIN_0 9 200 9 BLEU
-STDOUT_5880=30 41 18 40 11 39 7 38 58
-STDOUT_5881=30 41 17 40 10 39 6 38 58
-STDOUT_5882=31 40 18 39 11 38 6 37 58
-STDOUT_5883=30 41 18 40 11 39 7 38 58
-STDOUT_5884=30 41 17 40 10 39 6 38 58
-STDOUT_5885=31 41 18 40 11 39 7 38 58
-STDOUT_5886=31 40 18 39 11 38 6 37 58
-STDOUT_5887=31 41 17 40 10 39 6 38 58
-STDOUT_5888=32 40 18 39 11 38 6 37 58
-STDOUT_5889=31 41 18 40 11 39 7 38 58
-STDOUT_5890=31 41 17 40 10 39 6 38 58
-STDOUT_5891=32 40 18 39 11 38 6 37 58
-STDOUT_5892=31 41 18 40 11 39 6 38 58
-STDOUT_5893=31 43 17 42 9 41 6 40 58
-STDOUT_5894=29 40 17 39 11 38 7 37 58
-STDOUT_5895=32 42 18 41 10 40 6 39 58
-STDOUT_5896=31 41 18 40 11 39 6 38 58
-STDOUT_5897=31 43 17 42 9 41 6 40 58
-STDOUT_5898=29 40 17 39 11 38 7 37 58
-STDOUT_5899=30 41 18 40 11 39 7 38 58
-STDOUT_5900=32 42 18 41 10 40 6 39 58
-STDOUT_5901=32 41 18 40 11 39 6 38 58
-STDOUT_5902=30 41 17 40 10 39 6 38 58
-STDOUT_5903=32 43 17 42 9 41 6 40 58
-STDOUT_5904=30 40 17 39 11 38 7 37 58
-STDOUT_5905=30 41 18 40 11 39 7 38 58
-STDOUT_5906=31 40 18 39 11 38 6 37 58
-STDOUT_5907=33 42 18 41 10 40 6 39 58
-STDOUT_5908=32 41 18 40 11 39 6 38 58
-STDOUT_5909=30 41 17 40 10 39 6 38 58
-STDOUT_5910=32 43 17 42 9 41 6 40 58
-STDOUT_5911=31 40 18 39 11 38 6 37 58
-STDOUT_5912=30 40 17 39 11 38 7 37 58
-STDOUT_5913=31 41 18 40 11 39 7 38 58
-STDOUT_5914=30 41 18 40 11 39 7 38 58
-STDOUT_5915=33 42 18 41 10 40 6 39 58
-STDOUT_5916=30 41 18 40 11 39 7 38 58
-STDOUT_5917=32 43 18 42 10 41 6 40 58
-STDOUT_5918=31 41 17 40 10 39 6 38 58
-STDOUT_5919=30 41 17 40 10 39 6 38 58
-STDOUT_5920=30 41 17 40 10 39 6 38 58
-STDOUT_5921=31 41 18 40 11 39 7 38 58
-STDOUT_5922=32 40 18 39 11 38 6 37 58
-STDOUT_5923=31 40 18 39 11 38 6 37 58
-STDOUT_5924=30 42 16 41 9 40 6 39 58
-STDOUT_5925=30 41 18 40 11 39 7 38 58
-STDOUT_5926=32 43 18 42 10 41 6 40 58
-STDOUT_5927=31 41 17 40 10 39 6 38 58
-STDOUT_5928=31 41 18 40 11 39 7 38 58
-STDOUT_5929=31 41 17 40 10 39 6 38 58
-STDOUT_5930=32 40 18 39 11 38 6 37 58
-STDOUT_5931=30 41 17 40 10 39 6 38 58
-STDOUT_5932=31 41 17 40 10 39 6 38 58
-STDOUT_5933=31 41 18 40 11 39 7 38 58
-STDOUT_5934=31 41 18 40 11 39 6 38 58
-STDOUT_5935=31 41 18 40 11 39 7 38 58
-STDOUT_5936=33 43 18 42 10 41 6 40 58
-STDOUT_5937=31 40 19 39 12 38 8 37 58
-STDOUT_5938=30 42 16 41 9 40 6 39 58
-STDOUT_5939=31 43 17 42 9 41 6 40 58
-STDOUT_5940=31 41 17 40 10 39 6 38 58
-STDOUT_5941=31 41 18 40 11 39 7 38 58
-STDOUT_5942=29 40 17 39 11 38 7 37 58
-STDOUT_5943=31 41 17 40 10 39 6 38 58
-STDOUT_5944=31 41 17 40 10 39 6 38 58
-STDOUT_5945=32 42 18 41 10 40 6 39 58
-STDOUT_5946=32 40 18 39 11 38 6 37 58
-STDOUT_5947=31 41 18 40 11 39 6 38 58
-STDOUT_5948=30 41 18 40 11 39 7 38 58
-STDOUT_5949=31 41 17 40 10 39 6 38 58
-STDOUT_5950=31 42 16 41 9 40 6 39 58
-STDOUT_5951=31 41 18 40 11 39 7 38 58
-STDOUT_5952=33 43 18 42 10 41 6 40 58
-STDOUT_5953=31 43 17 42 9 41 6 40 58
-STDOUT_5954=31 40 19 39 12 38 8 37 58
-STDOUT_5955=29 40 17 39 11 38 7 37 58
-STDOUT_5956=30 41 17 40 10 39 6 38 58
-STDOUT_5957=32 41 17 40 10 39 6 38 58
-STDOUT_5958=32 42 18 41 10 40 6 39 58
-STDOUT_5959=31 41 17 40 10 39 6 38 58
-STDOUT_5960=32 40 18 39 11 38 6 37 58
-STDOUT_5961=31 40 18 39 11 38 6 37 58
-STDOUT_5962=30 41 18 40 11 39 7 38 58
-STDOUT_5963=32 41 18 40 11 39 6 38 58
-STDOUT_5964=31 41 18 40 11 39 6 38 58
-STDOUT_5965=31 41 18 40 11 39 6 38 58
-STDOUT_5966=31 41 18 40 11 39 7 38 58
-STDOUT_5967=32 40 19 39 12 38 8 37 58
-STDOUT_5968=31 42 16 41 9 40 6 39 58
-STDOUT_5969=31 41 18 40 11 39 6 38 58
-STDOUT_5970=32 43 17 42 9 41 6 40 58
-STDOUT_5971=31 43 17 42 9 41 6 40 58
-STDOUT_5972=30 41 17 40 10 39 6 38 58
-STDOUT_5973=31 43 17 42 9 41 6 40 58
-STDOUT_5974=30 40 17 39 11 38 7 37 58
-STDOUT_5975=29 40 17 39 11 38 7 37 58
-STDOUT_5976=32 41 17 40 10 39 6 38 58
-STDOUT_5977=29 40 17 39 11 38 7 37 58
-STDOUT_5978=31 42 17 41 10 40 6 39 58
-STDOUT_5979=31 41 17 40 10 39 6 38 58
-STDOUT_5980=38 67 21 66 12 65 9 64 58
-STDOUT_5981=38 67 21 66 12 65 9 64 58
-STDOUT_5982=38 68 21 67 12 66 9 65 58
-STDOUT_5983=38 68 21 67 12 66 9 65 58
-STDOUT_5984=39 67 20 66 12 65 9 64 58
-STDOUT_5985=39 67 20 66 12 65 9 64 58
-STDOUT_5986=37 65 20 64 12 63 9 62 58
-STDOUT_5987=39 68 20 67 12 66 9 65 58
-STDOUT_5988=39 68 20 67 12 66 9 65 58
-STDOUT_5989=37 65 20 64 12 63 9 62 58
-STDOUT_5990=38 67 21 66 12 65 9 64 58
-STDOUT_5991=38 67 21 66 12 65 9 64 58
-STDOUT_5992=37 66 20 65 12 64 9 63 58
-STDOUT_5993=38 67 21 66 12 65 9 64 58
-STDOUT_5994=37 66 20 65 12 64 9 63 58
-STDOUT_5995=38 67 21 66 12 65 9 64 58
-STDOUT_5996=38 65 19 64 12 63 9 62 58
-STDOUT_5997=38 68 21 67 12 66 9 65 58
-STDOUT_5998=38 68 21 67 12 66 9 65 58
-STDOUT_5999=39 63 20 62 12 61 9 60 58
-STDOUT_6000=39 63 20 62 12 61 9 60 58
-STDOUT_6001=38 65 19 64 12 63 9 62 58
-STDOUT_6002=39 67 20 66 12 65 9 64 58
-STDOUT_6003=38 68 21 67 12 66 9 65 58
-STDOUT_6004=39 67 20 66 12 65 9 64 58
-STDOUT_6005=38 68 21 67 12 66 9 65 58
-STDOUT_6006=38 66 19 65 12 64 9 63 58
-STDOUT_6007=39 64 20 63 12 62 9 61 58
-STDOUT_6008=39 64 20 63 12 62 9 61 58
-STDOUT_6009=37 65 20 64 12 63 9 62 58
-STDOUT_6010=39 67 20 66 12 65 9 64 58
-STDOUT_6011=38 66 19 65 12 64 9 63 58
-STDOUT_6012=39 67 20 66 12 65 9 64 58
-STDOUT_6013=39 68 20 67 12 66 9 65 58
-STDOUT_6014=39 68 20 67 12 66 9 65 58
-STDOUT_6015=37 65 20 64 12 63 9 62 58
-STDOUT_6016=37 65 20 64 12 63 9 62 58
-STDOUT_6017=37 66 20 65 12 64 9 63 58
-STDOUT_6018=38 61 19 60 12 59 9 58 58
-STDOUT_6019=39 68 20 67 12 66 9 65 58
-STDOUT_6020=39 68 20 67 12 66 9 65 58
-STDOUT_6021=37 65 20 64 12 63 9 62 58
-STDOUT_6022=38 66 21 65 12 64 9 63 58
-STDOUT_6023=38 67 21 66 12 65 9 64 58
-STDOUT_6024=37 66 20 65 12 64 9 63 58
-STDOUT_6025=38 66 21 65 12 64 9 63 58
-STDOUT_6026=38 67 21 66 12 65 9 64 58
-STDOUT_6027=38 65 19 64 12 63 9 62 58
-STDOUT_6028=38 61 19 60 12 59 9 58 58
-STDOUT_6029=37 66 20 65 12 64 9 63 58
-STDOUT_6030=38 67 21 66 12 65 9 64 58
-STDOUT_6031=39 63 20 62 12 61 9 60 58
-STDOUT_6032=38 67 21 66 12 65 9 64 58
-STDOUT_6033=39 63 20 62 12 61 9 60 58
-STDOUT_6034=38 62 19 61 12 60 9 59 58
-STDOUT_6035=38 65 19 64 12 63 9 62 58
-STDOUT_6036=37 66 20 65 12 64 9 63 58
-STDOUT_6037=38 65 19 64 12 63 9 62 58
-STDOUT_6038=38 67 21 66 12 65 9 64 58
-STDOUT_6039=38 68 21 67 12 66 9 65 58
-STDOUT_6040=38 67 21 66 12 65 9 64 58
-STDOUT_6041=38 68 21 67 12 66 9 65 58
-STDOUT_6042=38 66 19 65 12 64 9 63 58
-STDOUT_6043=39 63 20 62 12 61 9 60 58
-STDOUT_6044=38 62 19 61 12 60 9 59 58
-STDOUT_6045=39 63 20 62 12 61 9 60 58
-STDOUT_6046=38 68 21 67 12 66 9 65 58
-STDOUT_6047=39 64 20 63 12 62 9 61 58
-STDOUT_6048=38 68 21 67 12 66 9 65 58
-STDOUT_6049=39 64 20 63 12 62 9 61 58
-STDOUT_6050=38 65 19 64 12 63 9 62 58
-STDOUT_6051=38 65 21 64 12 63 9 62 58
-STDOUT_6052=38 65 21 64 12 63 9 62 58
-STDOUT_6053=39 67 20 66 12 65 9 64 58
-STDOUT_6054=38 66 19 65 12 64 9 63 58
-STDOUT_6055=39 67 20 66 12 65 9 64 58
-STDOUT_6056=39 71 20 70 12 69 9 68 58
-STDOUT_6057=38 66 19 65 12 64 9 63 58
-STDOUT_6058=39 71 20 70 12 69 9 68 58
-STDOUT_6059=39 67 20 66 12 65 9 64 58
-STDOUT_6060=39 67 20 66 12 65 9 64 58
-STDOUT_6061=39 64 20 63 12 62 9 61 58
-STDOUT_6062=37 64 20 63 12 62 9 61 58
-STDOUT_6063=39 64 20 63 12 62 9 61 58
-STDOUT_6064=37 65 20 64 12 63 9 62 58
-STDOUT_6065=38 66 21 65 12 64 9 63 58
-STDOUT_6066=38 66 21 65 12 64 9 63 58
-STDOUT_6067=38 61 19 60 12 59 9 58 58
-STDOUT_6068=38 66 19 65 12 64 9 63 58
-STDOUT_6069=38 67 21 66 12 65 9 64 58
-STDOUT_6070=38 66 21 65 12 64 9 63 58
-STDOUT_6071=38 67 21 66 12 65 9 64 58
-STDOUT_6072=38 66 21 65 12 64 9 63 58
-STDOUT_6073=37 67 19 66 12 65 9 64 58
-STDOUT_6074=39 68 20 67 12 66 9 65 58
-STDOUT_6075=37 64 20 63 12 62 9 61 58
-STDOUT_6076=39 68 20 67 12 66 9 65 58
-STDOUT_6077=37 65 20 64 12 63 9 62 58
-STDOUT_6078=39 72 20 71 12 70 9 69 58
-STDOUT_6079=39 72 20 71 12 70 9 69 58
-STDOUT_6080=SCORES_TXT_END_0
-STDOUT_6081=FEATURES_TXT_BEGIN_0 0 300 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_6082=0 -3.30693 0 0 -2.83036 0 0 -47.2982 -36.7163 -58.3679 -12.6473 -17.133 7.99917 -14
-STDOUT_6083=0 -4.41356 0 0 -2.28612 0 0 -42.5518 -44.2233 -68.0063 -12.3881 -18.2718 7.99917 -13
-STDOUT_6084=0 -2.85902 0 0 -2.70964 0 0 -47.2982 -37.6246 -59.1133 -13.0501 -18.2054 7.99917 -14
-STDOUT_6085=0 -2.75747 0 0 -2.83036 0 0 -47.2982 -38.786 -58.3679 -13.1694 -17.133 7.99917 -14
-STDOUT_6086=0 -2.78419 0 0 -2.83036 0 0 -47.2982 -38.4271 -58.3679 -13.4644 -17.133 7.99917 -14
-STDOUT_6087=0 -3.32777 0 0 -2.8474 0 0 -47.2982 -37.3849 -58.3679 -12.6675 -17.133 8.99907 -14
-STDOUT_6088=0 -3.96565 0 0 -2.1654 0 0 -42.5518 -45.1316 -68.7517 -12.7909 -19.3442 7.99917 -13
-STDOUT_6089=0 -3.8641 0 0 -2.28612 0 0 -42.5518 -46.2931 -68.0063 -12.9102 -18.2718 7.99917 -13
-STDOUT_6090=0 -3.89082 0 0 -2.28612 0 0 -42.5518 -45.9341 -68.0063 -13.2052 -18.2718 7.99917 -13
-STDOUT_6091=0 -4.4344 0 0 -2.30316 0 0 -42.5518 -44.892 -68.0063 -12.4082 -18.2718 8.99907 -13
-STDOUT_6092=0 -2.30956 0 0 -2.70964 0 0 -47.2982 -39.6944 -59.1133 -13.5721 -18.2054 7.99917 -14
-STDOUT_6093=0 -2.33627 0 0 -2.70964 0 0 -47.2982 -39.3354 -59.1133 -13.8672 -18.2054 7.99917 -14
-STDOUT_6094=0 -2.77831 0 0 -2.8474 0 0 -47.2982 -39.4547 -58.3679 -13.1895 -17.133 8.99907 -14
-STDOUT_6095=0 -2.80503 0 0 -2.8474 0 0 -47.2982 -39.0958 -58.3679 -13.4846 -17.133 8.99907 -14
-STDOUT_6096=0 -2.89154 0 0 -2.72667 0 0 -47.2982 -38.3976 -59.1133 -13.1245 -18.2054 8.99907 -14
-STDOUT_6097=0 -3.72215 0 0 -2.84486 0 0 -47.2982 -36.9181 -58.3679 -12.8766 -17.133 8.99907 -14
-STDOUT_6098=0 -3.41619 0 0 -2.1654 0 0 -42.5518 -47.2014 -68.7517 -13.3129 -19.3442 7.99917 -13
-STDOUT_6099=0 -3.4429 0 0 -2.1654 0 0 -42.5518 -46.8424 -68.7517 -13.608 -19.3442 7.99917 -13
-STDOUT_6100=0 -3.88494 0 0 -2.30316 0 0 -42.5518 -46.9618 -68.0063 -12.9303 -18.2718 8.99907 -13
-STDOUT_6101=0 -3.91166 0 0 -2.30316 0 0 -42.5518 -46.6028 -68.0063 -13.2254 -18.2718 8.99907 -13
-STDOUT_6102=0 -3.99817 0 0 -2.18243 0 0 -42.5518 -45.9046 -68.7517 -12.8653 -19.3442 8.99907 -13
-STDOUT_6103=0 -4.82878 0 0 -2.30062 0 0 -42.5518 -44.4252 -68.0063 -12.6173 -18.2718 8.99907 -13
-STDOUT_6104=0 -2.34208 0 0 -2.72667 0 0 -47.2982 -40.4674 -59.1133 -13.6466 -18.2054 8.99907 -14
-STDOUT_6105=0 -2.3688 0 0 -2.72667 0 0 -47.2982 -40.1084 -59.1133 -13.9416 -18.2054 8.99907 -14
-STDOUT_6106=0 -3.17269 0 0 -2.84486 0 0 -47.2982 -38.9879 -58.3679 -13.3986 -17.133 8.99907 -14
-STDOUT_6107=0 -3.1994 0 0 -2.84486 0 0 -47.2982 -38.629 -58.3679 -13.6937 -17.133 8.99907 -14
-STDOUT_6108=0 -4.18376 0 0 -2.38711 0 0 -46.3334 -39.2286 -62.8949 -11.1151 -18.0911 7.99917 -14
-STDOUT_6109=0 -3.75467 0 0 -2.8619 0 0 -47.2982 -37.6911 -58.3679 -12.951 -17.133 9.99896 -14
-STDOUT_6110=0 -3.44872 0 0 -2.18243 0 0 -42.5518 -47.9744 -68.7517 -13.3874 -19.3442 8.99907 -13
-STDOUT_6111=0 -3.47543 0 0 -2.18243 0 0 -42.5518 -47.6155 -68.7517 -13.6824 -19.3442 8.99907 -13
-STDOUT_6112=0 -4.27932 0 0 -2.30062 0 0 -42.5518 -46.4949 -68.0063 -13.1394 -18.2718 8.99907 -13
-STDOUT_6113=0 -4.30603 0 0 -2.30062 0 0 -42.5518 -46.136 -68.0063 -13.4345 -18.2718 8.99907 -13
-STDOUT_6114=0 -4.8613 0 0 -2.31766 0 0 -42.5518 -45.1982 -68.0063 -12.6918 -18.2718 9.99896 -13
-STDOUT_6115=0 -3.73585 0 0 -2.26638 0 0 -46.3334 -40.1369 -63.6404 -11.5179 -19.1635 7.99917 -14
-STDOUT_6116=0 -3.63431 0 0 -2.38711 0 0 -46.3334 -41.2984 -62.8949 -11.6372 -18.0911 7.99917 -14
-STDOUT_6117=0 -2.9937 0 0 -2.83782 0 0 -47.2982 -39.341 -58.3679 -14.6744 -17.133 7.99917 -14
-STDOUT_6118=0 -3.20521 0 0 -2.8619 0 0 -47.2982 -39.7609 -58.3679 -13.473 -17.133 9.99896 -14
-STDOUT_6119=0 -3.66102 0 0 -2.38711 0 0 -46.3334 -40.9394 -62.8949 -11.9323 -18.0911 7.99917 -14
-STDOUT_6120=0 -3.23193 0 0 -2.8619 0 0 -47.2982 -39.402 -58.3679 -13.7681 -17.133 9.99896 -14
-STDOUT_6121=0 -4.2046 0 0 -2.40414 0 0 -46.3334 -39.8973 -62.8949 -11.1353 -18.0911 8.99907 -14
-STDOUT_6122=0 -4.10033 0 0 -2.29358 0 0 -42.5518 -46.848 -68.0063 -14.4152 -18.2718 7.99917 -13
-STDOUT_6123=0 -4.31184 0 0 -2.31766 0 0 -42.5518 -47.268 -68.0063 -13.2138 -18.2718 9.99896 -13
-STDOUT_6124=0 -4.33856 0 0 -2.31766 0 0 -42.5518 -46.909 -68.0063 -13.5089 -18.2718 9.99896 -13
-STDOUT_6125=0 -3.18639 0 0 -2.26638 0 0 -46.3334 -42.2067 -63.6404 -12.04 -19.1635 7.99917 -14
-STDOUT_6126=0 -2.54578 0 0 -2.7171 0 0 -47.2982 -40.2493 -59.1133 -15.0771 -18.2054 7.99917 -14
-STDOUT_6127=0 -3.21311 0 0 -2.26638 0 0 -46.3334 -41.8477 -63.6404 -12.335 -19.1635 7.99917 -14
-STDOUT_6128=0 -3.33257 0 0 -3.16683 0 0 -47.2982 -39.0474 -58.3679 -13.4871 -17.133 8.99907 -14
-STDOUT_6129=0 -3.65514 0 0 -2.40414 0 0 -46.3334 -41.9671 -62.8949 -11.6573 -18.0911 8.99907 -14
-STDOUT_6130=0 -3.01454 0 0 -2.85486 0 0 -47.2982 -40.0097 -58.3679 -14.6945 -17.133 8.99907 -14
-STDOUT_6131=0 -3.68186 0 0 -2.40414 0 0 -46.3334 -41.6081 -62.8949 -11.9524 -18.0911 8.99907 -14
-STDOUT_6132=0 -4.36041 0 0 -2.71984 0 0 -44.9832 -43.0698 -65.3956 -11.695 -15.5664 7.99917 -13
-STDOUT_6133=0 -3.76838 0 0 -2.28342 0 0 -46.3334 -40.9099 -63.6404 -11.5923 -19.1635 8.99907 -14
-STDOUT_6134=0 -4.59898 0 0 -2.40161 0 0 -46.3334 -39.4304 -62.8949 -11.3444 -18.0911 8.99907 -14
-STDOUT_6135=0 -3.65241 0 0 -2.17286 0 0 -42.5518 -47.7563 -68.7517 -14.8179 -19.3442 7.99917 -13
-STDOUT_6136=0 -4.4392 0 0 -2.62259 0 0 -42.5518 -46.5544 -68.0063 -13.2279 -18.2718 8.99907 -13
-STDOUT_6137=0 -2.88574 0 0 -3.16683 0 0 -47.2982 -40.1725 -58.3679 -14.3898 -17.133 8.99907 -14
-STDOUT_6138=0 -4.12117 0 0 -2.31062 0 0 -42.5518 -47.5167 -68.0063 -14.4353 -18.2718 8.99907 -13
-STDOUT_6139=0 -2.88466 0 0 -3.04611 0 0 -47.2982 -39.9557 -59.1133 -13.8898 -18.2054 8.99907 -14
-STDOUT_6140=0 -3.91249 0 0 -2.59912 0 0 -44.9832 -43.9781 -66.141 -12.0977 -16.6388 7.99917 -13
-STDOUT_6141=0 -3.35341 0 0 -3.18387 0 0 -47.2982 -39.7161 -58.3679 -13.5072 -17.133 9.99896 -14
-STDOUT_6142=0 -3.48129 0 0 -3.00472 0 0 -46.3889 -38.7444 -66.49 -13.3405 -15.572 7.99917 -12
-STDOUT_6143=0 -3.81095 0 0 -2.71984 0 0 -44.9832 -45.1396 -65.3956 -12.217 -15.5664 7.99917 -13
-STDOUT_6144=0 -3.83767 0 0 -2.71984 0 0 -44.9832 -44.7807 -65.3956 -12.5121 -15.5664 7.99917 -13
-STDOUT_6145=0 -3.21892 0 0 -2.28342 0 0 -46.3334 -42.9797 -63.6404 -12.1144 -19.1635 8.99907 -14
-STDOUT_6146=0 -2.57831 0 0 -2.73413 0 0 -47.2982 -41.0223 -59.1133 -15.1516 -18.2054 8.99907 -14
-STDOUT_6147=0 -4.38125 0 0 -2.73688 0 0 -44.9832 -43.7385 -65.3956 -11.7151 -15.5664 8.99907 -13
-STDOUT_6148=0 -3.24563 0 0 -2.28342 0 0 -46.3334 -42.6208 -63.6404 -12.4094 -19.1635 8.99907 -14
-STDOUT_6149=0 -3.99237 0 0 -2.62259 0 0 -42.5518 -47.6796 -68.0063 -14.1306 -18.2718 8.99907 -13
-STDOUT_6150=0 -4.04952 0 0 -2.40161 0 0 -46.3334 -41.5002 -62.8949 -11.8664 -18.0911 8.99907 -14
-STDOUT_6151=0 -3.99129 0 0 -2.50187 0 0 -42.5518 -47.4627 -68.7517 -13.6306 -19.3442 8.99907 -13
-STDOUT_6152=0 -3.40891 0 0 -2.85232 0 0 -47.2982 -39.5429 -58.3679 -14.9036 -17.133 8.99907 -14
-STDOUT_6153=0 -4.07624 0 0 -2.40161 0 0 -46.3334 -41.1413 -62.8949 -12.1615 -18.0911 8.99907 -14
-STDOUT_6154=0 -2.43783 0 0 -3.04611 0 0 -47.2982 -41.0808 -59.1133 -14.7926 -18.2054 8.99907 -14
-STDOUT_6155=0 -4.46004 0 0 -2.63963 0 0 -42.5518 -47.2231 -68.0063 -13.248 -18.2718 9.99896 -13
-STDOUT_6156=0 -2.90658 0 0 -3.18387 0 0 -47.2982 -40.8412 -58.3679 -14.41 -17.133 9.99896 -14
-STDOUT_6157=0 -4.63151 0 0 -2.41864 0 0 -46.3334 -40.2035 -62.8949 -11.4188 -18.0911 9.99896 -14
-STDOUT_6158=0 -3.68494 0 0 -2.18989 0 0 -42.5518 -48.5294 -68.7517 -14.8923 -19.3442 8.99907 -13
-STDOUT_6159=0 -3.03337 0 0 -2.88399 0 0 -46.3889 -39.6527 -67.2354 -13.7432 -16.6444 7.99917 -12
-STDOUT_6160=0 -3.36303 0 0 -2.59912 0 0 -44.9832 -46.0479 -66.141 -12.6198 -16.6388 7.99917 -13
-STDOUT_6161=0 -4.54865 0 0 -2.97346 0 0 -41.3818 -47.1987 -71.2115 -14.2568 -17.5983 7.99917 -13
-STDOUT_6162=0 -3.38975 0 0 -2.59912 0 0 -44.9832 -45.689 -66.141 -12.9148 -16.6388 7.99917 -13
-STDOUT_6163=0 -3.38753 0 0 -3.16683 0 0 -47.2982 -40.5614 -58.3679 -13.3246 -17.133 8.99907 -14
-STDOUT_6164=0 -4.51554 0 0 -2.30808 0 0 -42.5518 -47.0499 -68.0063 -14.6444 -18.2718 8.99907 -13
-STDOUT_6165=0 -3.07713 0 0 -2.93135 0 0 -52.1701 -31.7215 -53.2565 -11.3744 -16.9523 7.99917 -15
-STDOUT_6166=0 -2.91718 0 0 -3.06314 0 0 -47.2982 -40.7287 -59.1133 -13.9643 -18.2054 9.99896 -14
-STDOUT_6167=0 -3.54446 0 0 -2.50187 0 0 -42.5518 -48.5879 -68.7517 -14.5334 -19.3442 8.99907 -13
-STDOUT_6168=0 -3.50212 0 0 -3.02175 0 0 -46.3889 -39.4131 -66.49 -13.3606 -15.572 8.99907 -12
-STDOUT_6169=0 -3.83179 0 0 -2.73688 0 0 -44.9832 -45.8083 -65.3956 -12.2372 -15.5664 8.99907 -13
-STDOUT_6170=0 -3.8585 0 0 -2.73688 0 0 -44.9832 -45.4493 -65.3956 -12.5322 -15.5664 8.99907 -13
-STDOUT_6171=0 -3.94502 0 0 -2.61615 0 0 -44.9832 -44.7511 -66.141 -12.1722 -16.6388 8.99907 -13
-STDOUT_6172=0 -4.01321 0 0 -2.63963 0 0 -42.5518 -48.3483 -68.0063 -14.1508 -18.2718 9.99896 -13
-STDOUT_6173=0 -3.74779 0 0 -3.18133 0 0 -47.2982 -39.2492 -58.3679 -13.7163 -17.133 9.99896 -14
-STDOUT_6174=0 -4.77562 0 0 -2.73434 0 0 -44.9832 -43.2717 -65.3956 -11.9242 -15.5664 8.99907 -13
-STDOUT_6175=0 -4.49416 0 0 -2.62259 0 0 -42.5518 -48.0684 -68.0063 -13.0654 -18.2718 8.99907 -13
-STDOUT_6176=0 -4.10073 0 0 -2.85274 0 0 -41.3818 -48.107 -71.957 -14.6595 -18.6707 7.99917 -13
-STDOUT_6177=0 -3.87053 0 0 -2.39457 0 0 -46.3334 -41.8533 -62.8949 -13.1422 -18.0911 7.99917 -14
-STDOUT_6178=0 -4.08205 0 0 -2.41864 0 0 -46.3334 -42.2733 -62.8949 -11.9409 -18.0911 9.99896 -14
-STDOUT_6179=0 -4.02382 0 0 -2.5189 0 0 -42.5518 -48.2357 -68.7517 -13.7051 -19.3442 9.99896 -13
-STDOUT_6180=0 -3.44144 0 0 -2.86936 0 0 -47.2982 -40.3159 -58.3679 -14.978 -17.133 9.99896 -14
-STDOUT_6181=0 -4.10876 0 0 -2.41864 0 0 -46.3334 -41.9143 -62.8949 -12.2359 -18.0911 9.99896 -14
-STDOUT_6182=0 -4.36081 0 0 -5.28661 0 0 -96.4993 -14.0471 -33.9648 -25.0728 -59.5525 9.99896 -34
-STDOUT_6183=0 -4.35283 0 0 -5.3532 0 0 -96.4993 -13.6186 -33.9648 -25.1049 -59.5525 9.99896 -34
-STDOUT_6184=0 -4.58101 0 0 -5.51995 0 0 -96.4993 -14.8081 -33.9648 -25.1548 -59.5525 10.9989 -34
-STDOUT_6185=0 -4.91026 0 0 -5.28661 0 0 -96.4993 -11.9773 -33.9648 -24.5507 -59.5525 9.99896 -34
-STDOUT_6186=0 -4.90229 0 0 -5.3532 0 0 -96.4993 -11.5488 -33.9648 -24.5828 -59.5525 9.99896 -34
-STDOUT_6187=0 -5.13046 0 0 -5.51995 0 0 -96.4993 -12.7383 -33.9648 -24.6328 -59.5525 10.9989 -34
-STDOUT_6188=0 -4.38752 0 0 -5.28661 0 0 -96.4993 -13.6881 -33.9648 -25.3678 -59.5525 9.99896 -34
-STDOUT_6189=0 -4.37954 0 0 -5.3532 0 0 -96.4993 -13.2597 -33.9648 -25.4 -59.5525 9.99896 -34
-STDOUT_6190=0 -4.78771 0 0 -5.30624 0 0 -96.4993 -14.3533 -33.9648 -25.3563 -59.5525 10.9989 -34
-STDOUT_6191=0 -4.60772 0 0 -5.51995 0 0 -96.4993 -14.4492 -33.9648 -25.4499 -59.5525 10.9989 -34
-STDOUT_6192=0 -4.77973 0 0 -5.37283 0 0 -96.4993 -13.9248 -33.9648 -25.3884 -59.5525 10.9989 -34
-STDOUT_6193=0 -4.33997 0 0 -5.26958 0 0 -96.4993 -13.3784 -33.9648 -25.0527 -59.5525 8.99907 -34
-STDOUT_6194=0 -5.00791 0 0 -5.53957 0 0 -96.4993 -15.1143 -33.9648 -25.4384 -59.5525 11.9988 -34
-STDOUT_6195=0 -5.33717 0 0 -5.30624 0 0 -96.4993 -12.2835 -33.9648 -24.8342 -59.5525 10.9989 -34
-STDOUT_6196=0 -4.33199 0 0 -5.33617 0 0 -96.4993 -12.9499 -33.9648 -25.0848 -59.5525 8.99907 -34
-STDOUT_6197=0 -5.32919 0 0 -5.37283 0 0 -96.4993 -11.855 -33.9648 -24.8664 -59.5525 10.9989 -34
-STDOUT_6198=0 -4.56017 0 0 -5.50291 0 0 -96.4993 -14.1395 -33.9648 -25.1347 -59.5525 9.99896 -34
-STDOUT_6199=0 -4.88943 0 0 -5.26958 0 0 -96.4993 -11.3086 -33.9648 -24.5306 -59.5525 8.99907 -34
-STDOUT_6200=0 -5.55737 0 0 -5.53957 0 0 -96.4993 -13.0445 -33.9648 -24.9163 -59.5525 11.9988 -34
-STDOUT_6201=0 -4.88145 0 0 -5.33617 0 0 -96.4993 -10.8801 -33.9648 -24.5627 -59.5525 8.99907 -34
-STDOUT_6202=0 -5.10963 0 0 -5.50291 0 0 -96.4993 -12.0697 -33.9648 -24.6126 -59.5525 9.99896 -34
-STDOUT_6203=0 -4.81443 0 0 -5.30624 0 0 -96.4993 -13.9943 -33.9648 -25.6514 -59.5525 10.9989 -34
-STDOUT_6204=0 -4.80645 0 0 -5.37283 0 0 -96.4993 -13.5659 -33.9648 -25.6835 -59.5525 10.9989 -34
-STDOUT_6205=0 -3.89757 0 0 -5.6856 0 0 -96.4993 -15.14 -33.9648 -26.0508 -59.5525 9.99896 -34
-STDOUT_6206=0 -4.75518 0 0 -5.2892 0 0 -96.4993 -13.5803 -33.9648 -25.2819 -59.5525 9.99896 -34
-STDOUT_6207=0 -4.36669 0 0 -5.26958 0 0 -96.4993 -13.0195 -33.9648 -25.3477 -59.5525 8.99907 -34
-STDOUT_6208=0 -3.8896 0 0 -5.7522 0 0 -96.4993 -14.7115 -33.9648 -26.0829 -59.5525 9.99896 -34
-STDOUT_6209=0 -5.03463 0 0 -5.53957 0 0 -96.4993 -14.7554 -33.9648 -25.7334 -59.5525 11.9988 -34
-STDOUT_6210=0 -4.74721 0 0 -5.3558 0 0 -96.4993 -13.1518 -33.9648 -25.314 -59.5525 9.99896 -34
-STDOUT_6211=0 -4.02533 0 0 -5.76972 0 0 -95.7135 -17.7368 -34.5285 -26.5782 -59.5091 10.9989 -34
-STDOUT_6212=0 -4.35871 0 0 -5.33617 0 0 -96.4993 -12.591 -33.9648 -25.3798 -59.5525 8.99907 -34
-STDOUT_6213=0 -4.11777 0 0 -5.91894 0 0 -96.4993 -15.9011 -33.9648 -26.1329 -59.5525 10.9989 -34
-STDOUT_6214=0 -4.44703 0 0 -5.6856 0 0 -96.4993 -13.0702 -33.9648 -25.5287 -59.5525 9.99896 -34
-STDOUT_6215=0 -4.01735 0 0 -5.83631 0 0 -95.7135 -17.3083 -34.5285 -26.6103 -59.5091 10.9989 -34
-STDOUT_6216=0 -4.97538 0 0 -5.52254 0 0 -96.4993 -14.3413 -33.9648 -25.3639 -59.5525 10.9989 -34
-STDOUT_6217=0 -4.58689 0 0 -5.50291 0 0 -96.4993 -13.7805 -33.9648 -25.4298 -59.5525 9.99896 -34
-STDOUT_6218=0 -5.30464 0 0 -5.2892 0 0 -96.4993 -11.5105 -33.9648 -24.7598 -59.5525 9.99896 -34
-STDOUT_6219=0 -4.43905 0 0 -5.7522 0 0 -96.4993 -12.6417 -33.9648 -25.5609 -59.5525 9.99896 -34
-STDOUT_6220=0 -4.24553 0 0 -6.00305 0 0 -95.7135 -18.4979 -34.5285 -26.6602 -59.5091 11.9988 -34
-STDOUT_6221=0 -4.93591 0 0 -5.62308 0 0 -96.4993 -14.3084 -33.9648 -25.3905 -59.5525 10.9989 -34
-STDOUT_6222=0 -5.29666 0 0 -5.3558 0 0 -96.4993 -11.082 -33.9648 -24.7919 -59.5525 9.99896 -34
-STDOUT_6223=0 -4.57479 0 0 -5.76972 0 0 -95.7135 -15.667 -34.5285 -26.0561 -59.5091 10.9989 -34
-STDOUT_6224=0 -4.66723 0 0 -5.91894 0 0 -96.4993 -13.8313 -33.9648 -25.6108 -59.5525 10.9989 -34
-STDOUT_6225=0 -4.92793 0 0 -5.68968 0 0 -96.4993 -13.8799 -33.9648 -25.4226 -59.5525 10.9989 -34
-STDOUT_6226=0 -4.99086 0 0 -5.62308 0 0 -96.4993 -15.8224 -33.9648 -25.228 -59.5525 10.9989 -34
-STDOUT_6227=0 -4.56681 0 0 -5.83631 0 0 -95.7135 -15.2385 -34.5285 -26.0882 -59.5091 10.9989 -34
-STDOUT_6228=0 -5.52484 0 0 -5.52254 0 0 -96.4993 -12.2715 -33.9648 -24.8419 -59.5525 10.9989 -34
-STDOUT_6229=0 -4.98288 0 0 -5.68968 0 0 -96.4993 -15.394 -33.9648 -25.2601 -59.5525 10.9989 -34
-STDOUT_6230=0 -5.15611 0 0 -5.85642 0 0 -96.4993 -15.0695 -33.9648 -25.4725 -59.5525 11.9988 -34
-STDOUT_6231=0 -4.79499 0 0 -6.00305 0 0 -95.7135 -16.4281 -34.5285 -26.1381 -59.5091 11.9988 -34
-STDOUT_6232=0 -2.40113 0 0 -3.71147 0 0 -85.5268 -17.5106 -35.5427 -21.4397 -51.9113 9.99896 -30
-STDOUT_6233=0 -5.21106 0 0 -5.85642 0 0 -96.4993 -16.5835 -33.9648 -25.3101 -59.5525 11.9988 -34
-STDOUT_6234=0 -3.92429 0 0 -5.6856 0 0 -96.4993 -14.7811 -33.9648 -26.3458 -59.5525 9.99896 -34
-STDOUT_6235=0 -4.7819 0 0 -5.2892 0 0 -96.4993 -13.2213 -33.9648 -25.5769 -59.5525 9.99896 -34
-STDOUT_6236=0 -2.95059 0 0 -3.71147 0 0 -85.5268 -15.4408 -35.5427 -20.9176 -51.9113 9.99896 -30
-STDOUT_6237=0 -3.91631 0 0 -5.7522 0 0 -96.4993 -14.3526 -33.9648 -26.378 -59.5525 9.99896 -34
-STDOUT_6238=0 -4.77392 0 0 -5.3558 0 0 -96.4993 -12.7928 -33.9648 -25.6091 -59.5525 9.99896 -34
-STDOUT_6239=0 -4.05205 0 0 -5.76972 0 0 -95.7135 -17.3779 -34.5285 -26.8732 -59.5091 10.9989 -34
-STDOUT_6240=0 -4.32448 0 0 -5.70523 0 0 -96.4993 -15.4462 -33.9648 -26.3343 -59.5525 10.9989 -34
-STDOUT_6241=0 -4.14449 0 0 -5.91894 0 0 -96.4993 -15.5421 -33.9648 -26.4279 -59.5525 10.9989 -34
-STDOUT_6242=0 -4.04407 0 0 -5.83631 0 0 -95.7135 -16.9494 -34.5285 -26.9053 -59.5091 10.9989 -34
-STDOUT_6243=0 -5.0021 0 0 -5.52254 0 0 -96.4993 -13.9824 -33.9648 -25.659 -59.5525 10.9989 -34
-STDOUT_6244=0 -4.3165 0 0 -5.77182 0 0 -96.4993 -15.0177 -33.9648 -26.3664 -59.5525 10.9989 -34
-STDOUT_6245=0 -4.08735 0 0 -5.74195 0 0 -96.4993 -17.0151 -33.9648 -26.5547 -59.5525 10.9989 -34
-STDOUT_6246=0 -4.45224 0 0 -5.78934 0 0 -95.7135 -18.043 -34.5285 -26.8617 -59.5091 11.9988 -34
-STDOUT_6247=0 -4.27225 0 0 -6.00305 0 0 -95.7135 -18.1389 -34.5285 -26.9553 -59.5091 11.9988 -34
-STDOUT_6248=0 -3.87674 0 0 -5.66857 0 0 -96.4993 -14.4713 -33.9648 -26.0307 -59.5525 8.99907 -34
-STDOUT_6249=0 -4.07937 0 0 -5.80854 0 0 -96.4993 -16.5867 -33.9648 -26.5868 -59.5525 10.9989 -34
-STDOUT_6250=0 -4.54468 0 0 -5.93857 0 0 -96.4993 -16.2072 -33.9648 -26.4164 -59.5525 11.9988 -34
-STDOUT_6251=0 -3.27966 0 0 -3.84567 0 0 -97.4141 -10.6333 -34.5852 -18.3934 -56.0639 8.99907 -32
-STDOUT_6252=0 -4.87394 0 0 -5.70523 0 0 -96.4993 -13.3764 -33.9648 -25.8123 -59.5525 10.9989 -34
-STDOUT_6253=0 -4.44426 0 0 -5.85594 0 0 -95.7135 -17.6145 -34.5285 -26.8938 -59.5091 11.9988 -34
-STDOUT_6254=0 -3.86876 0 0 -5.73516 0 0 -96.4993 -14.0428 -33.9648 -26.0628 -59.5525 8.99907 -34
-STDOUT_6255=0 -4.30755 0 0 -5.97528 0 0 -96.4993 -17.7762 -33.9648 -26.6367 -59.5525 11.9988 -34
-STDOUT_6256=0 -4.00449 0 0 -5.75268 0 0 -95.7135 -17.0681 -34.5285 -26.558 -59.5091 9.99896 -34
-STDOUT_6257=0 -4.86596 0 0 -5.77182 0 0 -96.4993 -12.9479 -33.9648 -25.8444 -59.5525 10.9989 -34
-STDOUT_6258=0 -4.48907 0 0 -5.62308 0 0 -96.4993 -15.4336 -33.9648 -26.2932 -59.5525 10.9989 -34
-STDOUT_6259=0 -4.6368 0 0 -5.74195 0 0 -96.4993 -14.9454 -33.9648 -26.0326 -59.5525 10.9989 -34
-STDOUT_6260=0 -4.67244 0 0 -6.02268 0 0 -95.7135 -18.804 -34.5285 -26.9437 -59.5091 12.9986 -34
-STDOUT_6261=0 -5.36281 0 0 -5.64271 0 0 -96.4993 -14.6146 -33.9648 -25.674 -59.5525 11.9988 -34
-STDOUT_6262=0 -4.09694 0 0 -5.90191 0 0 -96.4993 -15.2324 -33.9648 -26.1127 -59.5525 9.99896 -34
-STDOUT_6263=0 -5.00169 0 0 -5.78934 0 0 -95.7135 -15.9732 -34.5285 -26.3396 -59.5091 11.9988 -34
-STDOUT_6264=0 -3.50784 0 0 -4.04622 0 0 -97.4141 -11.8228 -34.5852 -18.4434 -56.0639 9.99896 -32
-STDOUT_6265=0 -4.4262 0 0 -5.66857 0 0 -96.4993 -12.4015 -33.9648 -25.5086 -59.5525 8.99907 -34
-STDOUT_6266=0 -2.75763 0 0 -3.86631 0 0 -96.3945 -10.8327 -33.9648 -13.2323 -42.2967 8.99907 -29
-STDOUT_6267=0 -3.99652 0 0 -5.81928 0 0 -95.7135 -16.6396 -34.5285 -26.5901 -59.5091 9.99896 -34
-STDOUT_6268=0 -4.07193 0 0 -5.6856 0 0 -95.7135 -14.7056 -34.5285 -26.7439 -59.5091 9.99896 -34
-STDOUT_6269=0 -4.4811 0 0 -5.68968 0 0 -96.4993 -15.0051 -33.9648 -26.3254 -59.5525 10.9989 -34
-STDOUT_6270=0 -4.62883 0 0 -5.80854 0 0 -96.4993 -14.5169 -33.9648 -26.0647 -59.5525 10.9989 -34
-STDOUT_6271=0 -5.09414 0 0 -5.93857 0 0 -96.4993 -14.1375 -33.9648 -25.8943 -59.5525 11.9988 -34
-STDOUT_6272=0 -2.28125 0 0 -3.79524 0 0 -85.5268 -15.3774 -35.5427 -22.0081 -51.9113 9.99896 -30
-STDOUT_6273=0 -3.82912 0 0 -3.84567 0 0 -97.4141 -8.56347 -34.5852 -17.8714 -56.0639 8.99907 -32
-STDOUT_6274=0 -5.35483 0 0 -5.7093 0 0 -96.4993 -14.1861 -33.9648 -25.7061 -59.5525 11.9988 -34
-STDOUT_6275=0 -5.41777 0 0 -5.64271 0 0 -96.4993 -16.1286 -33.9648 -25.5115 -59.5525 11.9988 -34
-STDOUT_6276=0 -2.42785 0 0 -3.71147 0 0 -85.5268 -17.1517 -35.5427 -21.7347 -51.9113 9.99896 -30
-STDOUT_6277=0 -4.99371 0 0 -5.85594 0 0 -95.7135 -15.5447 -34.5285 -26.3717 -59.5091 11.9988 -34
-STDOUT_6278=0 -4.41822 0 0 -5.73516 0 0 -96.4993 -11.973 -33.9648 -25.5407 -59.5525 8.99907 -34
-STDOUT_6279=0 -2.74965 0 0 -3.93291 0 0 -96.3945 -10.4042 -33.9648 -13.2644 -42.2967 8.99907 -29
-STDOUT_6280=0 -4.06395 0 0 -5.7522 0 0 -95.7135 -14.2771 -34.5285 -26.7761 -59.5091 9.99896 -34
-STDOUT_6281=0 -4.22469 0 0 -5.98602 0 0 -95.7135 -17.8292 -34.5285 -26.6401 -59.5091 10.9989 -34
-STDOUT_6282=-120 -0.622825 0 -25.7936 -0.474796 0 -28.2672 -121.881 -50.6317 -40.8921 -32.8857 -27.7365 21.9977 -23
-STDOUT_6283=-120 -0.622825 0 -27.3087 -0.474796 0 -27.927 -120.466 -45.344 -40.154 -33.7214 -32.7901 21.9977 -24
-STDOUT_6284=-120 -0.622825 0 -25.8259 -0.474796 0 -28.519 -126.535 -49.2339 -39.6974 -30.3251 -25.7426 21.9977 -23
-STDOUT_6285=-120 -0.622825 0 -27.341 -0.474796 0 -28.1787 -125.12 -43.9462 -38.9592 -31.1608 -30.7962 21.9977 -24
-STDOUT_6286=-120 -0.622825 0 -22.7851 -0.474796 0 -27.7409 -126.277 -52.4072 -39.6974 -35.3043 -27.8815 21.9977 -24
-STDOUT_6287=-120 -0.622825 0 -24.3002 -0.474796 0 -27.4007 -124.862 -47.1195 -38.9592 -36.14 -32.935 21.9977 -25
-STDOUT_6288=-120 -0.622825 0 -25.6519 -0.474796 0 -27.2628 -118.127 -52.5272 -42.7773 -34.9739 -29.681 21.9977 -23
-STDOUT_6289=-120 0 0 -28.8546 0 0 -28.2672 -121.881 -49.5648 -40.8921 -32.6081 -27.7365 20.9978 -23
-STDOUT_6290=-120 -0.622825 0 -27.167 -0.474796 0 -26.9225 -116.712 -47.2395 -42.0391 -35.8096 -34.7346 21.9977 -24
-STDOUT_6291=-120 -0.622825 0 -25.6842 -0.474796 0 -27.5146 -122.781 -51.1294 -41.5825 -32.4133 -27.6871 21.9977 -23
-STDOUT_6292=-120 0 0 -30.3697 0 0 -27.927 -120.466 -44.2772 -40.154 -33.4438 -32.7901 20.9978 -24
-STDOUT_6293=-120 0 0 -28.8869 0 0 -28.519 -126.535 -48.1671 -39.6974 -30.0474 -25.7426 20.9978 -23
-STDOUT_6294=-120 -0.622825 0 -27.1993 -0.474796 0 -27.1743 -121.366 -45.8417 -40.8444 -33.249 -32.7407 21.9977 -24
-STDOUT_6295=-120 -0.622825 0 -22.6434 -0.474796 0 -26.7365 -122.523 -54.3027 -41.5825 -37.3925 -29.826 21.9977 -24
-STDOUT_6296=-120 -0.622825 0 -25.228 -0.474796 0 -26.8041 -120.514 -50.7108 -41.2255 -35.2115 -29.987 21.9977 -23
-STDOUT_6297=-120 0 0 -30.4021 0 0 -28.1787 -125.12 -42.8794 -38.9592 -30.8831 -30.7962 20.9978 -24
-STDOUT_6298=-120 0 0 -25.8461 0 0 -27.7409 -126.277 -51.3404 -39.6974 -35.0267 -27.8815 20.9978 -24
-STDOUT_6299=-120 -0.622825 0 -24.1585 -0.474796 0 -26.3962 -121.108 -49.015 -40.8444 -38.2282 -34.8795 21.9977 -25
-STDOUT_6300=-120 -0.622825 0 -25.2604 -0.474796 0 -27.0559 -125.168 -49.313 -40.0308 -32.6509 -27.993 21.9977 -23
-STDOUT_6301=-120 0 0 -27.3612 0 0 -27.4007 -124.862 -46.0527 -38.9592 -35.8624 -32.935 20.9978 -25
-STDOUT_6302=-120 -0.622825 0 -22.2195 -0.474796 0 -26.2778 -124.91 -52.4864 -40.0308 -37.6301 -30.1319 21.9977 -24
-STDOUT_6303=-120 0 0 -28.7129 0 0 -27.2628 -118.127 -51.4604 -42.7773 -34.6963 -29.681 20.9978 -23
-STDOUT_6304=-120 -0.622825 0 -27.1952 -0.474796 0 -28.6621 -125.263 -46.2371 -39.3465 -31.0632 -28.0532 21.9977 -23
-STDOUT_6305=-120 0 0 -30.228 0 0 -26.9225 -116.712 -46.1727 -42.0391 -35.532 -34.7346 20.9978 -24
-STDOUT_6306=-120 0 0 -28.7453 0 0 -27.5146 -122.781 -50.0626 -41.5825 -32.1356 -27.6871 20.9978 -23
-STDOUT_6307=-120 -0.622825 0 -27.8742 -0.474796 0 -29.3901 -124.209 -45.2648 -39.8205 -31.3956 -30.5397 21.9977 -24
-STDOUT_6308=-120 -0.622825 0 -25.0863 -0.474796 0 -25.7996 -116.76 -52.6064 -43.1107 -37.2997 -31.9315 21.9977 -23
-STDOUT_6309=-120 -0.622825 0 -27.7187 -0.474796 0 -29.0733 -125.216 -45.2508 -39.4909 -29.7314 -28.7521 21.9977 -23
-STDOUT_6310=-120 -0.622825 0 -27.2276 -0.474796 0 -28.9138 -129.917 -44.8393 -38.1517 -28.5026 -26.0593 21.9977 -23
-STDOUT_6311=-120 0 0 -30.2604 0 0 -27.1743 -121.366 -44.7749 -40.8444 -32.9713 -32.7407 20.9978 -24
-STDOUT_6312=-120 -0.622825 0 -24.7606 -0.474796 0 -28.1198 -118.973 -54.1044 -40.8921 -38.5064 -31.457 21.9977 -24
-STDOUT_6313=-120 0 0 -25.7044 0 0 -26.7365 -122.523 -53.2359 -41.5825 -37.1149 -29.826 20.9978 -24
-STDOUT_6314=-120 0 0 -28.2891 0 0 -26.8041 -120.514 -49.644 -41.2255 -34.9339 -29.987 20.9978 -23
-STDOUT_6315=-120 -0.622825 0 -27.9065 -0.474796 0 -29.6419 -128.863 -43.867 -38.6258 -28.835 -28.5457 21.9977 -24
-STDOUT_6316=-120 -0.622825 0 -25.1187 -0.474796 0 -26.0514 -121.414 -51.2086 -41.9159 -34.7391 -29.9375 21.9977 -23
-STDOUT_6317=-120 -0.622825 0 -24.1867 -0.474796 0 -28.1358 -129.659 -48.0126 -38.1517 -33.4818 -28.1981 21.9977 -24
-STDOUT_6318=-120 -0.622825 0 -26.2758 -0.474796 0 -27.7795 -117.558 -48.8167 -40.154 -39.3421 -36.5106 21.9977 -25
-STDOUT_6319=-120 0 0 -27.2195 0 0 -26.3962 -121.108 -47.9482 -40.8444 -37.9506 -34.8795 20.9978 -25
-STDOUT_6320=-120 -0.622825 0 -27.153 -0.474796 0 -30.2676 -128.115 -47.7287 -40.013 -27.9352 -25.3209 21.9977 -23
-STDOUT_6321=-120 -0.622825 0 -27.751 -0.474796 0 -29.3251 -129.87 -43.853 -38.2961 -27.1708 -26.7582 21.9977 -23
-STDOUT_6322=-120 -0.622825 0 -24.793 -0.474796 0 -28.3716 -123.628 -52.7067 -39.6974 -35.9458 -29.4631 21.9977 -24
-STDOUT_6323=-120 -0.622825 0 -24.8657 -0.474796 0 -28.8638 -128.605 -47.0403 -38.6258 -33.8142 -30.6846 21.9977 -25
-STDOUT_6324=-120 0 0 -28.3214 0 0 -27.0559 -125.168 -48.2462 -40.0308 -32.3732 -27.993 20.9978 -23
-STDOUT_6325=-120 -0.622825 0 -22.0778 -0.474796 0 -25.2733 -121.156 -54.3819 -41.9159 -39.7183 -32.0764 21.9977 -24
-STDOUT_6326=-120 -0.622825 0 -28.6681 -0.474796 0 -29.9274 -126.7 -42.441 -39.2748 -28.7709 -30.3745 21.9977 -24
-STDOUT_6327=-120 -0.622825 0 -24.7102 -0.474796 0 -28.547 -129.612 -47.0263 -38.2961 -32.15 -28.897 21.9977 -24
-STDOUT_6328=-120 -0.622825 0 -26.3081 -0.474796 0 -28.0313 -122.212 -47.419 -38.9592 -36.7815 -34.5167 21.9977 -25
-STDOUT_6329=-120 -0.622825 0 -27.1853 -0.474796 0 -30.5194 -132.769 -46.3309 -38.8182 -25.3746 -23.3269 21.9977 -23
-STDOUT_6330=-120 -0.622825 0 -21.7521 -0.474796 0 -27.5935 -123.369 -55.88 -39.6974 -40.925 -31.6019 21.9977 -25
-STDOUT_6331=-120 0 0 -25.2806 0 0 -26.2778 -124.91 -51.4196 -40.0308 -37.3525 -30.1319 20.9978 -24
-STDOUT_6332=-120 -0.622825 0 -27.0535 -0.474796 0 -27.6576 -121.509 -48.1327 -41.2316 -33.1514 -29.9977 21.9977 -23
-STDOUT_6333=-120 -0.622825 0 -25.9137 -0.474796 0 -26.7526 -126.277 -50.2098 -39.6974 -34.8123 -27.8815 21.9977 -24
-STDOUT_6334=-120 -0.622825 0 -28.7004 -0.474796 0 -30.1791 -131.354 -41.0432 -38.0801 -26.2103 -28.3805 21.9977 -24
-STDOUT_6335=-120 -0.622825 0 -23.2673 -0.474796 0 -27.2532 -121.954 -50.5923 -38.9592 -41.7607 -36.6555 21.9977 -26
-STDOUT_6336=-120 -0.622825 0 -24.1445 -0.474796 0 -29.7413 -132.511 -49.5042 -38.8182 -30.3538 -25.4658 21.9977 -24
-STDOUT_6337=-120 -0.622825 0 -27.7325 -0.474796 0 -28.3857 -120.454 -47.1603 -41.7057 -33.4838 -32.4842 21.9977 -24
-STDOUT_6338=-120 0 0 -30.2563 0 0 -28.6621 -125.263 -45.1703 -39.3465 -30.7855 -28.0532 20.9978 -23
-STDOUT_6339=-120 -0.622825 0 -27.2149 -0.474796 0 -28.0431 -124.213 -48.8807 -39.5877 -32.6138 -27.9848 21.9977 -23
-STDOUT_6340=-120 -0.622825 0 -27.4288 -0.474796 0 -26.4124 -124.862 -44.9221 -38.9592 -35.648 -32.935 21.9977 -25
-STDOUT_6341=-120 -0.622825 0 -27.577 -0.474796 0 -28.0688 -121.462 -47.1463 -41.3761 -31.8196 -30.6966 21.9977 -23
-STDOUT_6342=-120 -0.622825 0 -27.0859 -0.474796 0 -27.9094 -126.163 -46.7349 -40.0369 -30.5908 -28.0038 21.9977 -23
-STDOUT_6343=-120 -0.622825 0 -25.6596 -0.474796 0 -29.4011 -131.096 -44.2165 -38.0801 -31.1895 -30.5194 21.9977 -25
-STDOUT_6344=-120 0 0 -30.9353 0 0 -29.3901 -124.209 -44.198 -39.8205 -31.118 -30.5397 20.9978 -24
-STDOUT_6345=-120 0 0 -28.1474 0 0 -25.7996 -116.76 -51.5396 -43.1107 -37.0221 -31.9315 20.9978 -23
-STDOUT_6346=-120 0 0 -30.7798 0 0 -29.0733 -125.216 -44.184 -39.4909 -29.4537 -28.7521 20.9978 -23
-STDOUT_6347=-120 -0.622825 0 -27.7648 -0.474796 0 -28.6375 -125.109 -45.7625 -40.5109 -30.9232 -30.4902 21.9977 -24
-STDOUT_6348=-120 0 0 -30.2886 0 0 -28.9138 -129.917 -43.7725 -38.1517 -28.2249 -26.0593 20.9978 -23
-STDOUT_6349=-120 -0.622825 0 -24.045 -0.474796 0 -27.1313 -125.905 -49.9082 -40.0369 -35.57 -30.1426 21.9977 -24
-STDOUT_6350=-120 0 0 -27.8217 0 0 -28.1198 -118.973 -53.0376 -40.8921 -38.2287 -31.457 20.9978 -24
-STDOUT_6351=-120 -0.622825 0 -27.2473 -0.474796 0 -28.2949 -128.867 -47.4829 -38.393 -30.0532 -25.9908 21.9977 -23
-STDOUT_6352=-120 -0.622825 0 -27.0113 -0.474796 0 -29.2632 -124.361 -49.6242 -41.8982 -30.0234 -27.2654 21.9977 -23
-STDOUT_6353=-120 -0.622825 0 -26.6297 -0.474796 0 -27.1989 -123.895 -46.3163 -39.6799 -33.389 -30.3037 21.9977 -23
-STDOUT_6354=-120 -0.622825 0 -27.6093 -0.474796 0 -28.3206 -126.116 -45.7485 -40.1813 -29.259 -28.7027 21.9977 -23
-STDOUT_6355=-120 -0.622825 0 -25.9792 -0.474796 0 -28.2729 -132.017 -46.5882 -36.9257 -30.3361 -25.2757 21.9977 -23
-STDOUT_6356=-120 -0.622825 0 -25.8769 -0.474796 0 -27.6394 -130.707 -48.0804 -38.1794 -30.6328 -25.3925 21.9977 -23
-STDOUT_6357=-120 0 0 -30.9676 0 0 -29.6419 -128.863 -42.8002 -38.6258 -28.5573 -28.5457 20.9978 -24
-STDOUT_6358=-120 -0.622825 0 -24.724 -0.474796 0 -27.8594 -124.851 -48.9359 -40.5109 -35.9024 -32.6291 21.9977 -25
-STDOUT_6359=-120 0 0 -28.1797 0 0 -26.0514 -121.414 -50.1418 -41.9159 -34.4614 -29.9375 20.9978 -23
-STDOUT_6360=-120 0 0 -27.2478 0 0 -28.1358 -129.659 -46.9458 -38.1517 -33.2041 -28.1981 20.9978 -24
-STDOUT_6361=-120 -0.622825 0 -24.4204 -0.474796 0 -27.8828 -122.009 -52.9491 -40.8921 -38.4633 -29.8754 21.9977 -24
-STDOUT_6362=-120 0 0 -29.3368 0 0 -27.7795 -117.558 -47.7499 -40.154 -39.0644 -36.5106 20.9978 -25
-STDOUT_6363=-120 0 0 -30.214 0 0 -30.2676 -128.115 -46.6619 -40.013 -27.6575 -25.3209 20.9978 -23
-STDOUT_6364=-120 -0.622825 0 -28.5264 -0.474796 0 -28.9229 -122.946 -44.3366 -41.16 -30.8591 -32.319 21.9977 -24
-STDOUT_6365=-120 -0.622825 0 -24.2064 -0.474796 0 -27.5168 -128.609 -50.6562 -38.393 -35.0324 -28.1297 21.9977 -24
-STDOUT_6366=-120 0 0 -30.8121 0 0 -29.3251 -129.87 -42.7862 -38.2961 -26.8931 -26.7582 20.9978 -23
-STDOUT_6367=-120 -0.622825 0 -27.4943 -0.474796 0 -27.9326 -130.602 -41.3005 -36.1876 -31.1718 -30.3293 21.9977 -24
-STDOUT_6368=-120 -0.622825 0 -24.5685 -0.474796 0 -27.5425 -125.858 -48.9219 -40.1813 -34.2382 -30.8415 21.9977 -24
-STDOUT_6369=-120 -0.622825 0 -27.392 -0.474796 0 -27.2991 -129.292 -42.7927 -37.4412 -31.4686 -30.4461 21.9977 -24
-STDOUT_6370=-120 -0.622825 0 -27.1532 -0.474796 0 -27.6101 -123.849 -45.33 -39.8243 -32.0572 -31.0025 21.9977 -23
-STDOUT_6371=-120 0 0 -27.854 0 0 -28.3716 -123.628 -51.6399 -39.6974 -35.6681 -29.4631 20.9978 -24
-STDOUT_6372=-120 -0.622825 0 -27.0436 -0.474796 0 -29.515 -129.015 -48.2265 -40.7034 -27.4628 -25.2714 21.9977 -23
-STDOUT_6373=-120 0 0 -27.9268 0 0 -28.8638 -128.605 -45.9735 -38.6258 -33.5366 -30.6846 20.9978 -25
-STDOUT_6374=-120 -0.622825 0 -26.6621 -0.474796 0 -27.4507 -128.55 -44.9185 -38.4852 -30.8284 -28.3097 21.9977 -23
-STDOUT_6375=-120 -0.622825 0 -26.0115 -0.474796 0 -28.5247 -136.671 -45.1904 -35.731 -27.7755 -23.2817 21.9977 -23
-STDOUT_6376=-120 -0.622825 0 -25.9355 -0.474796 0 -27.5425 -120.593 -47.6614 -40.154 -39.2991 -34.929 21.9977 -25
-STDOUT_6377=-120 -0.622825 0 -24.1951 -0.474796 0 -26.6566 -117.606 -54.1836 -41.2255 -40.8322 -33.7075 21.9977 -24
-STDOUT_6378=-120 0 0 -25.1389 0 0 -25.2733 -121.156 -53.3151 -41.9159 -39.4407 -32.0764 20.9978 -24
-STDOUT_6379=-120 0 0 -31.7292 0 0 -29.9274 -126.7 -41.3742 -39.2748 -28.4933 -30.3745 20.9978 -24
-STDOUT_6380=-120 -0.622825 0 -25.9092 -0.474796 0 -27.8912 -135.361 -46.6826 -36.9846 -28.0722 -23.3986 21.9977 -23
-STDOUT_6381=-120 0 0 -27.7713 0 0 -28.547 -129.612 -45.9595 -38.2961 -31.8723 -28.897 20.9978 -24
-STDOUT_6382=FEATURES_TXT_END_0
-STDOUT_6383=FEATURES_TXT_BEGIN_0 1 300 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_6384=0 -7.64309 0 0 -8.70101 0 0 -103.617 -78.6262 -122.496 -24.8771 -38.8755 13.9985 -26
-STDOUT_6385=0 -7.89441 0 0 -7.6024 0 0 -105.129 -76.6237 -122.374 -24.8771 -39.0371 13.9985 -27
-STDOUT_6386=0 -7.97631 0 0 -8.68017 0 0 -103.617 -77.9315 -122.496 -24.9303 -38.8755 12.9986 -26
-STDOUT_6387=0 -8.22762 0 0 -7.58156 0 0 -105.129 -75.929 -122.374 -24.9303 -39.0371 12.9986 -27
-STDOUT_6388=0 -7.73027 0 0 -8.82743 0 0 -103.617 -78.9682 -122.496 -24.6214 -38.8755 13.9985 -26
-STDOUT_6389=0 -7.98158 0 0 -7.72881 0 0 -105.129 -76.9657 -122.374 -24.6214 -39.0371 13.9985 -27
-STDOUT_6390=0 -7.62107 0 0 -9.11231 0 0 -103.617 -78.3095 -122.496 -25.486 -38.8755 13.9985 -26
-STDOUT_6391=0 -7.13226 0 0 -7.09157 0 0 -105.425 -79.1128 -124.484 -24.8771 -40.369 13.9985 -26
-STDOUT_6392=0 -7.87238 0 0 -8.01369 0 0 -105.129 -76.307 -122.374 -25.486 -39.0371 13.9985 -27
-STDOUT_6393=0 -7.38358 0 0 -5.99296 0 0 -106.937 -77.1104 -124.361 -24.8771 -40.5306 13.9985 -27
-STDOUT_6394=0 -6.55036 0 0 -8.45708 0 0 -103.617 -83.9824 -122.436 -25.6146 -39.549 13.9985 -26
-STDOUT_6395=0 -7.46548 0 0 -7.07073 0 0 -105.425 -78.4182 -124.484 -24.9303 -40.369 12.9986 -26
-STDOUT_6396=0 -7.95951 0 0 -8.97323 0 0 -103.617 -78.6525 -122.496 -25.063 -38.8755 14.9984 -26
-STDOUT_6397=0 -6.80167 0 0 -7.35846 0 0 -105.129 -81.9799 -122.313 -25.6146 -39.7106 13.9985 -27
-STDOUT_6398=0 -7.71679 0 0 -5.97212 0 0 -106.937 -76.4157 -124.361 -24.9303 -40.5306 12.9986 -27
-STDOUT_6399=0 -8.21082 0 0 -7.87462 0 0 -105.129 -76.65 -122.374 -25.063 -39.0371 14.9984 -27
-STDOUT_6400=0 -8.24138 0 0 -9.06964 0 0 -103.617 -78.0344 -122.496 -24.6811 -38.8755 13.9985 -26
-STDOUT_6401=0 -7.21944 0 0 -7.21799 0 0 -105.425 -79.4548 -124.484 -24.6214 -40.369 13.9985 -26
-STDOUT_6402=0 -6.69695 0 0 -7.61906 0 0 -104.933 -74.11 -125.025 -25.4367 -49.6961 13.9985 -28
-STDOUT_6403=0 -8.29272 0 0 -8.9524 0 0 -103.617 -77.9578 -122.496 -25.1162 -38.8755 13.9985 -26
-STDOUT_6404=0 -7.88271 0 0 -8.86796 0 0 -103.617 -79.7339 -122.496 -25.0333 -38.8755 13.9985 -26
-STDOUT_6405=0 -8.4927 0 0 -7.97103 0 0 -105.129 -76.0319 -122.374 -24.6811 -39.0371 13.9985 -27
-STDOUT_6406=0 -6.74392 0 0 -6.87337 0 0 -109.996 -69.1965 -120.695 -22.463 -44.3217 13.9985 -28
-STDOUT_6407=0 -7.47075 0 0 -6.11937 0 0 -106.937 -77.4524 -124.361 -24.6214 -40.5306 13.9985 -27
-STDOUT_6408=0 -6.94826 0 0 -6.52045 0 0 -106.444 -72.1075 -124.903 -25.4367 -49.8577 13.9985 -29
-STDOUT_6409=0 -8.54404 0 0 -7.85378 0 0 -105.129 -75.9553 -122.374 -25.1162 -39.0371 13.9985 -27
-STDOUT_6410=0 -8.13403 0 0 -7.76934 0 0 -105.129 -77.7314 -122.374 -25.0333 -39.0371 13.9985 -27
-STDOUT_6411=0 -7.03016 0 0 -7.59823 0 0 -104.933 -73.4153 -125.025 -25.4899 -49.6961 12.9986 -28
-STDOUT_6412=0 -8.04668 0 0 -9.09965 0 0 -103.617 -78.9945 -122.496 -24.8073 -38.8755 14.9984 -26
-STDOUT_6413=0 -6.99523 0 0 -5.77476 0 0 -111.508 -67.194 -120.573 -22.463 -44.4833 13.9985 -29
-STDOUT_6414=0 -7.07713 0 0 -6.85254 0 0 -109.996 -68.5018 -120.695 -22.5162 -44.3217 12.9986 -28
-STDOUT_6415=0 -8.68273 0 0 -8.27724 0 0 -103.617 -79.6552 -122.496 -24.9744 -38.8755 13.9985 -26
-STDOUT_6416=0 -7.28148 0 0 -6.49961 0 0 -106.444 -71.4128 -124.903 -25.4899 -49.8577 12.9986 -29
-STDOUT_6417=0 -8.29799 0 0 -8.00104 0 0 -105.129 -76.992 -122.374 -24.8073 -39.0371 14.9984 -27
-STDOUT_6418=0 -7.11024 0 0 -7.50287 0 0 -105.425 -78.7962 -124.484 -25.486 -40.369 13.9985 -26
-STDOUT_6419=0 -6.78412 0 0 -7.74548 0 0 -104.933 -74.452 -125.025 -25.181 -49.6961 13.9985 -28
-STDOUT_6420=0 -7.63983 0 0 -8.68017 0 0 -103.683 -78.6246 -125.426 -25.6234 -39.6915 12.9986 -25
-STDOUT_6421=0 -7.32845 0 0 -5.75393 0 0 -111.508 -66.4993 -120.573 -22.5162 -44.4833 12.9986 -29
-STDOUT_6422=0 -8.93404 0 0 -7.17863 0 0 -105.129 -77.6527 -122.374 -24.9744 -39.0371 13.9985 -27
-STDOUT_6423=0 -6.83109 0 0 -6.99979 0 0 -109.996 -69.5385 -120.695 -22.2072 -44.3217 13.9985 -28
-STDOUT_6424=0 -9.01595 0 0 -8.25641 0 0 -103.617 -78.9605 -122.496 -25.0276 -38.8755 12.9986 -26
-STDOUT_6425=0 -7.36156 0 0 -6.40425 0 0 -106.937 -76.7937 -124.361 -25.486 -40.5306 13.9985 -27
-STDOUT_6426=0 -7.87339 0 0 -8.84826 0 0 -103.617 -80.2997 -122.496 -25.54 -38.8755 14.9984 -26
-STDOUT_6427=0 -7.03544 0 0 -6.64687 0 0 -106.444 -72.4495 -124.903 -25.181 -49.8577 13.9985 -29
-STDOUT_6428=0 -7.89115 0 0 -7.58156 0 0 -105.195 -76.6222 -125.304 -25.6234 -39.8531 12.9986 -26
-STDOUT_6429=0 -7.93748 0 0 -9.38453 0 0 -103.617 -78.3358 -122.496 -25.6719 -38.8755 14.9984 -26
-STDOUT_6430=0 -7.08241 0 0 -5.90118 0 0 -111.508 -67.536 -120.573 -22.2072 -44.4833 13.9985 -29
-STDOUT_6431=0 -6.03953 0 0 -6.84764 0 0 -105.425 -84.4691 -124.423 -25.6146 -41.0425 13.9985 -26
-STDOUT_6432=0 -9.26726 0 0 -7.1578 0 0 -105.129 -76.958 -122.374 -25.0276 -39.0371 12.9986 -27
-STDOUT_6433=0 -8.1247 0 0 -7.74965 0 0 -105.129 -78.2973 -122.374 -25.54 -39.0371 14.9984 -27
-STDOUT_6434=0 -8.28094 0 0 -9.09047 0 0 -103.617 -78.8776 -122.496 -25.0721 -38.8755 14.9984 -26
-STDOUT_6435=0 -7.44868 0 0 -7.36379 0 0 -105.425 -79.1391 -124.484 -25.063 -40.369 14.9984 -26
-STDOUT_6436=0 -7.00849 0 0 -7.074 0 0 -109.996 -69.1538 -120.695 -22.151 -44.3217 13.9985 -28
-STDOUT_6437=0 -8.7699 0 0 -8.40366 0 0 -103.617 -79.9972 -122.496 -24.7186 -38.8755 13.9985 -26
-STDOUT_6438=0 -8.1888 0 0 -8.28592 0 0 -105.129 -76.3333 -122.374 -25.6719 -39.0371 14.9984 -27
-STDOUT_6439=0 -6.29085 0 0 -5.74902 0 0 -106.937 -82.4666 -124.3 -25.6146 -41.2041 13.9985 -27
-STDOUT_6440=0 -8.53226 0 0 -7.99186 0 0 -105.129 -76.8751 -122.374 -25.0721 -39.0371 14.9984 -27
-STDOUT_6441=0 -7.82287 0 0 -9.13314 0 0 -103.617 -79.93 -122.496 -25.6492 -38.8755 14.9984 -26
-STDOUT_6442=0 -7.80813 0 0 -9.25956 0 0 -103.617 -79.494 -122.496 -25.7183 -38.8755 14.9984 -26
-STDOUT_6443=0 -6.67492 0 0 -8.03036 0 0 -104.933 -73.7933 -125.025 -26.0456 -49.6961 13.9985 -28
-STDOUT_6444=0 -7.69999 0 0 -6.26518 0 0 -106.937 -77.1366 -124.361 -25.063 -40.5306 14.9984 -27
-STDOUT_6445=0 -7.2598 0 0 -5.97539 0 0 -111.508 -67.1513 -120.573 -22.151 -44.4833 13.9985 -29
-STDOUT_6446=0 -7.73056 0 0 -7.4602 0 0 -105.425 -78.521 -124.484 -24.6811 -40.369 13.9985 -26
-STDOUT_6447=0 -9.02122 0 0 -7.30505 0 0 -105.129 -77.9947 -122.374 -24.7186 -39.0371 13.9985 -27
-STDOUT_6448=0 -6.86677 0 0 -8.7293 0 0 -103.617 -84.0087 -122.436 -25.8005 -39.549 14.9984 -26
-STDOUT_6449=0 -8.45225 0 0 -9.29921 0 0 -96.3256 -92.9333 -131.447 -30.2962 -36.1802 13.9985 -24
-STDOUT_6450=0 -7.7819 0 0 -7.34296 0 0 -105.425 -78.4444 -124.484 -25.1162 -40.369 13.9985 -26
-STDOUT_6451=0 -6.72189 0 0 -7.28467 0 0 -109.996 -68.8798 -120.695 -23.0719 -44.3217 13.9985 -28
-STDOUT_6452=0 -8.07419 0 0 -8.03453 0 0 -105.129 -77.9276 -122.374 -25.6492 -39.0371 14.9984 -27
-STDOUT_6453=0 -7.34171 0 0 -7.05317 0 0 -109.996 -68.4591 -120.695 -22.2042 -44.3217 12.9986 -28
-STDOUT_6454=0 -8.05944 0 0 -8.16095 0 0 -105.129 -77.4915 -122.374 -25.7183 -39.0371 14.9984 -27
-STDOUT_6455=0 -7.37189 0 0 -7.25852 0 0 -105.425 -80.2206 -124.484 -25.0333 -40.369 13.9985 -26
-STDOUT_6456=0 -6.92624 0 0 -6.93175 0 0 -106.444 -71.7908 -124.903 -26.0456 -49.8577 13.9985 -29
-STDOUT_6457=0 -8.29353 0 0 -9.21689 0 0 -103.617 -79.1473 -122.496 -24.8765 -38.8755 14.9984 -26
-STDOUT_6458=0 -7.98187 0 0 -6.36159 0 0 -106.937 -76.5186 -124.361 -24.6811 -40.5306 13.9985 -27
-STDOUT_6459=0 -7.11809 0 0 -7.63068 0 0 -105.129 -82.0062 -122.313 -25.8005 -39.7106 14.9984 -27
-STDOUT_6460=0 -8.70356 0 0 -8.2006 0 0 -97.8374 -90.9308 -131.325 -30.2962 -36.3418 13.9985 -25
-STDOUT_6461=0 -8.03321 0 0 -6.24434 0 0 -106.937 -76.4419 -124.361 -25.1162 -40.5306 13.9985 -27
-STDOUT_6462=0 -6.97321 0 0 -6.18606 0 0 -111.508 -66.8773 -120.573 -23.0719 -44.4833 13.9985 -29
-STDOUT_6463=0 -7.59302 0 0 -5.95455 0 0 -111.508 -66.4566 -120.573 -22.2042 -44.4833 12.9986 -29
-STDOUT_6464=0 -8.5578 0 0 -9.34186 0 0 -103.617 -78.0607 -122.496 -24.867 -38.8755 14.9984 -26
-STDOUT_6465=0 -5.60421 0 0 -7.37513 0 0 -104.933 -79.4662 -124.965 -26.1742 -50.3696 13.9985 -28
-STDOUT_6466=0 -7.6232 0 0 -6.1599 0 0 -106.937 -78.2181 -124.361 -25.0333 -40.5306 13.9985 -27
-STDOUT_6467=0 -8.54484 0 0 -8.11828 0 0 -105.129 -77.1448 -122.374 -24.8765 -39.0371 14.9984 -27
-STDOUT_6468=0 -8.09112 0 0 -8.88879 0 0 -103.617 -80.3688 -122.496 -25.6782 -38.8755 14.9984 -26
-STDOUT_6469=0 -6.72471 0 0 -8.45708 0 0 -103.617 -85.7579 -122.496 -26.3078 -38.8755 13.9985 -26
-STDOUT_6470=0 -7.53585 0 0 -7.49021 0 0 -105.425 -79.4811 -124.484 -24.8073 -40.369 14.9984 -26
-STDOUT_6471=0 -7.01336 0 0 -7.89129 0 0 -104.933 -74.1362 -125.025 -25.6226 -49.6961 14.9984 -28
-STDOUT_6472=0 -7.09566 0 0 -7.20042 0 0 -109.996 -69.4958 -120.695 -21.8952 -44.3217 13.9985 -28
-STDOUT_6473=0 -7.50585 0 0 -8.64072 0 0 -107.425 -77.1874 -118.634 -23.9711 -35.3524 13.9985 -26
-STDOUT_6474=0 -8.66071 0 0 -8.68854 0 0 -103.617 -79.3385 -122.496 -25.5833 -38.8755 13.9985 -26
-STDOUT_6475=0 -6.864 0 0 -7.50355 0 0 -104.933 -74.9766 -125.025 -26.6238 -49.6961 13.9985 -28
-STDOUT_6476=0 -8.19913 0 0 -9.14018 0 0 -103.617 -79.7602 -122.496 -25.2192 -38.8755 14.9984 -26
-STDOUT_6477=0 -5.65118 0 0 -6.62944 0 0 -109.996 -74.5527 -120.634 -23.2005 -44.9952 13.9985 -28
-STDOUT_6478=0 -6.69348 0 0 -8.47791 0 0 -103.617 -85.3139 -122.436 -26.5333 -39.549 14.9984 -26
-STDOUT_6479=0 -8.80911 0 0 -8.24325 0 0 -105.129 -76.0582 -122.374 -24.867 -39.0371 14.9984 -27
-STDOUT_6480=0 -5.85553 0 0 -6.27652 0 0 -106.444 -77.4637 -124.842 -26.1742 -50.5312 13.9985 -29
-STDOUT_6481=0 -8.00315 0 0 -9.26796 0 0 -102.51 -80.268 -126.733 -26.2215 -38.355 13.9985 -25
-STDOUT_6482=0 -7.38961 0 0 -9.13216 0 0 -102.51 -81.6222 -126.733 -27.3955 -38.355 13.9985 -25
-STDOUT_6483=0 -8.34244 0 0 -7.79018 0 0 -105.129 -78.3663 -122.374 -25.6782 -39.0371 14.9984 -27
-STDOUT_6484=0 -5.77815 0 0 -7.27662 0 0 -173.395 -30.9683 -74.5136 -32.8839 -90.4891 18.998 -52
-STDOUT_6485=0 -5.61034 0 0 -7.02536 0 0 -173.395 -30.8143 -74.5136 -33.3761 -90.4891 18.998 -52
-STDOUT_6486=0 -6.13543 0 0 -7.41102 0 0 -173.395 -30.8947 -74.5136 -33.0287 -90.4891 19.9979 -52
-STDOUT_6487=0 -5.57959 0 0 -7.06124 0 0 -173.395 -30.0915 -74.5136 -33.0722 -90.4891 17.9981 -52
-STDOUT_6488=0 -6.6329 0 0 -7.22057 0 0 -184.774 -32.0589 -71.6363 -31.7901 -94.8253 18.998 -54
-STDOUT_6489=0 -5.93688 0 0 -7.19565 0 0 -173.395 -30.0179 -74.5136 -33.217 -90.4891 18.998 -52
-STDOUT_6490=0 -6.46509 0 0 -6.96931 0 0 -184.774 -31.905 -71.6363 -32.2822 -94.8253 18.998 -54
-STDOUT_6491=0 -5.72402 0 0 -6.11917 0 0 -173.395 -31.3869 -74.5136 -34.2596 -90.4891 18.998 -52
-STDOUT_6492=0 -5.78613 0 0 -7.21003 0 0 -173.395 -32.0206 -74.5136 -33.287 -90.4891 18.998 -52
-STDOUT_6493=0 -5.55621 0 0 -5.8679 0 0 -173.395 -31.2329 -74.5136 -34.7517 -90.4891 18.998 -52
-STDOUT_6494=0 -5.61832 0 0 -6.95877 0 0 -173.395 -31.8667 -74.5136 -33.7792 -90.4891 18.998 -52
-STDOUT_6495=0 -5.63684 0 0 -7.08388 0 0 -173.395 -30.8316 -74.5136 -33.1905 -90.4891 17.9981 -52
-STDOUT_6496=0 -5.78762 0 0 -7.68278 0 0 -181.332 -32.9728 -71.449 -33.8471 -90.6039 19.9979 -53
-STDOUT_6497=0 -5.71794 0 0 -6.80998 0 0 -173.395 -30.282 -74.5136 -33.3385 -90.4891 17.9981 -52
-STDOUT_6498=0 -6.00633 0 0 -7.44336 0 0 -173.395 -32.7816 -74.5136 -33.3691 -90.4891 19.9979 -52
-STDOUT_6499=0 -5.46903 0 0 -6.83262 0 0 -173.395 -30.6777 -74.5136 -33.6826 -90.4891 17.9981 -52
-STDOUT_6500=0 -5.61981 0 0 -7.43151 0 0 -181.332 -32.8189 -71.449 -34.3392 -90.6039 19.9979 -53
-STDOUT_6501=0 -5.83852 0 0 -7.1921 0 0 -173.395 -32.6277 -74.5136 -33.8612 -90.4891 19.9979 -52
-STDOUT_6502=0 -5.81126 0 0 -7.08798 0 0 -173.395 -30.5614 -74.5136 -33.5994 -90.4891 18.998 -52
-STDOUT_6503=0 -6.99018 0 0 -7.35497 0 0 -184.774 -31.9853 -71.6363 -31.9348 -94.8253 19.9979 -54
-STDOUT_6504=0 -6.46144 0 0 -7.56092 0 0 -173.395 -31.2319 -74.5136 -32.8446 -90.4891 19.9979 -52
-STDOUT_6505=0 -6.43435 0 0 -7.00519 0 0 -184.774 -31.1821 -71.6363 -31.9784 -94.8253 17.9981 -54
-STDOUT_6506=0 -5.64346 0 0 -6.83672 0 0 -173.395 -30.4075 -74.5136 -34.0915 -90.4891 18.998 -52
-STDOUT_6507=0 -6.0813 0 0 -6.25357 0 0 -173.395 -31.3133 -74.5136 -34.4043 -90.4891 19.9979 -52
-STDOUT_6508=0 -6.14341 0 0 -7.34443 0 0 -173.395 -31.947 -74.5136 -33.4318 -90.4891 19.9979 -52
-STDOUT_6509=0 -5.81311 0 0 -7.80836 0 0 -181.332 -32.843 -71.449 -33.8688 -90.6039 19.9979 -53
-STDOUT_6510=0 -6.29363 0 0 -7.30966 0 0 -173.395 -31.078 -74.5136 -33.3367 -90.4891 19.9979 -52
-STDOUT_6511=0 -5.52546 0 0 -5.90379 0 0 -173.395 -30.5101 -74.5136 -34.4479 -90.4891 17.9981 -52
-STDOUT_6512=0 -5.58757 0 0 -6.99465 0 0 -173.395 -31.1438 -74.5136 -33.4753 -90.4891 17.9981 -52
-STDOUT_6513=0 -5.92127 0 0 -7.28561 0 0 -173.395 -32.2998 -74.5136 -33.8026 -90.4891 19.9979 -52
-STDOUT_6514=0 -5.99412 0 0 -7.21829 0 0 -173.395 -30.758 -74.5136 -33.3352 -90.4891 18.998 -52
-STDOUT_6515=0 -6.1449 0 0 -7.81718 0 0 -181.332 -32.8993 -71.449 -33.9918 -90.6039 20.9978 -53
-STDOUT_6516=0 -5.6453 0 0 -7.55709 0 0 -181.332 -32.6891 -71.449 -34.361 -90.6039 19.9979 -53
-STDOUT_6517=0 -6.34141 0 0 -7.52793 0 0 -173.395 -31.1473 -74.5136 -33.1391 -90.4891 19.9979 -52
-STDOUT_6518=0 -5.43016 0 0 -6.61725 0 0 -173.395 -30.2852 -74.5136 -33.5305 -90.4891 16.9982 -52
-STDOUT_6519=0 -5.86683 0 0 -7.3767 0 0 -179.765 -33.3691 -75.4226 -37.0081 -100.791 19.9979 -55
-STDOUT_6520=0 -6.36361 0 0 -7.57776 0 0 -173.395 -32.7081 -74.5136 -33.5138 -90.4891 20.9978 -52
-STDOUT_6521=0 -5.75346 0 0 -7.03435 0 0 -173.395 -32.1459 -74.5136 -34.2947 -90.4891 19.9979 -52
-STDOUT_6522=0 -5.9214 0 0 -7.27121 0 0 -173.395 -31.4711 -74.5136 -33.3771 -90.4891 18.998 -52
-STDOUT_6523=0 -5.58907 0 0 -7.4674 0 0 -181.332 -32.096 -71.449 -34.0353 -90.6039 18.998 -53
-STDOUT_6524=0 -6.1736 0 0 -7.27667 0 0 -173.395 -30.9934 -74.5136 -33.6312 -90.4891 19.9979 -52
-STDOUT_6525=0 -5.80777 0 0 -7.22799 0 0 -173.395 -31.9049 -74.5136 -33.5574 -90.4891 18.998 -52
-STDOUT_6526=0 -5.69902 0 0 -7.12544 0 0 -179.765 -33.2152 -75.4226 -37.5002 -100.791 19.9979 -55
-STDOUT_6527=0 -6.45071 0 0 -7.73882 0 0 -173.395 -32.8103 -74.5136 -32.7446 -90.4891 19.9979 -52
-STDOUT_6528=0 -6.16855 0 0 -7.22238 0 0 -173.395 -30.4878 -74.5136 -33.7441 -90.4891 19.9979 -52
-STDOUT_6529=0 -5.75359 0 0 -7.01995 0 0 -173.395 -31.3172 -74.5136 -33.8692 -90.4891 18.998 -52
-STDOUT_6530=0 -6.06396 0 0 -7.28072 0 0 -173.395 -31.1712 -74.5136 -33.8028 -90.4891 19.9979 -52
-STDOUT_6531=0 -6.81872 0 0 -7.69532 0 0 -173.395 -31.1584 -74.5136 -32.9893 -90.4891 20.9978 -52
-STDOUT_6532=0 -6.13617 0 0 -7.93713 0 0 -177.417 -31.7532 -73.4998 -32.3268 -87.4166 19.9979 -52
-STDOUT_6533=0 -6.2829 0 0 -7.48756 0 0 -173.395 -32.6564 -74.5136 -33.2367 -90.4891 19.9979 -52
-STDOUT_6534=0 -6.79163 0 0 -7.1396 0 0 -184.774 -31.1086 -71.6363 -32.1231 -94.8253 18.998 -54
-STDOUT_6535=0 -5.89615 0 0 -7.02946 0 0 -173.395 -31.0173 -74.5136 -34.2949 -90.4891 19.9979 -52
-STDOUT_6536=0 -6.26288 0 0 -7.34554 0 0 -173.395 -30.3552 -74.5136 -33.0329 -90.4891 18.998 -52
-STDOUT_6537=0 -6.17039 0 0 -7.94276 0 0 -181.332 -32.7694 -71.449 -34.0136 -90.6039 20.9978 -53
-STDOUT_6538=0 -6.57877 0 0 -6.06312 0 0 -184.774 -32.4775 -71.6363 -33.1657 -94.8253 18.998 -54
-STDOUT_6539=0 -6.64088 0 0 -7.15398 0 0 -184.774 -33.1112 -71.6363 -32.1932 -94.8253 18.998 -54
-STDOUT_6540=0 -5.96836 0 0 -7.68587 0 0 -177.417 -31.5993 -73.4998 -32.8189 -87.4166 19.9979 -52
-STDOUT_6541=0 -5.88275 0 0 -6.03819 0 0 -173.395 -30.4365 -74.5136 -34.5926 -90.4891 18.998 -52
-STDOUT_6542=0 -5.94485 0 0 -7.12905 0 0 -173.395 -31.0702 -74.5136 -33.6201 -90.4891 18.998 -52
-STDOUT_6543=0 -6.27855 0 0 -7.42001 0 0 -173.395 -32.2262 -74.5136 -33.9474 -90.4891 20.9978 -52
-STDOUT_6544=0 -5.61455 0 0 -7.59298 0 0 -181.332 -31.9662 -71.449 -34.0571 -90.6039 18.998 -53
-STDOUT_6545=0 -5.61724 0 0 -6.87261 0 0 -173.395 -29.8083 -74.5136 -33.8502 -90.4891 17.9981 -52
-STDOUT_6546=0 -6.41096 0 0 -5.81186 0 0 -184.774 -32.3236 -71.6363 -33.6578 -94.8253 18.998 -54
-STDOUT_6547=0 -5.54155 0 0 -7.13913 0 0 -173.395 -31.6409 -74.5136 -34.1647 -90.4891 18.998 -52
-STDOUT_6548=0 -6.69869 0 0 -7.66233 0 0 -173.395 -31.0738 -74.5136 -33.2838 -90.4891 20.9978 -52
-STDOUT_6549=0 -6.47307 0 0 -6.90272 0 0 -184.774 -32.9573 -71.6363 -32.6853 -94.8253 18.998 -54
-STDOUT_6550=0 -5.73199 0 0 -6.05257 0 0 -173.395 -32.4392 -74.5136 -34.6627 -90.4891 18.998 -52
-STDOUT_6551=0 -6.22411 0 0 -7.5111 0 0 -179.765 -33.2955 -75.4226 -37.1528 -100.791 20.9978 -55
-STDOUT_6552=0 -6.49159 0 0 -7.02783 0 0 -184.774 -31.9222 -71.6363 -32.0967 -94.8253 17.9981 -54
-STDOUT_6553=0 -5.72271 0 0 -7.07023 0 0 -173.395 -31.423 -74.5136 -33.9909 -90.4891 18.998 -52
-STDOUT_6554=0 -6.57269 0 0 -6.75393 0 0 -184.774 -31.3727 -71.6363 -32.2447 -94.8253 17.9981 -54
-STDOUT_6555=0 -6.86108 0 0 -7.38731 0 0 -184.774 -33.8723 -71.6363 -32.2753 -94.8253 19.9979 -54
-STDOUT_6556=0 -6.27868 0 0 -7.40561 0 0 -173.395 -31.3976 -74.5136 -33.5218 -90.4891 19.9979 -52
-STDOUT_6557=0 -5.94635 0 0 -7.6018 0 0 -181.332 -32.0225 -71.449 -34.1801 -90.6039 19.9979 -53
-STDOUT_6558=0 -6.14285 0 0 -7.31256 0 0 -173.395 -30.2706 -74.5136 -33.3273 -90.4891 18.998 -52
-STDOUT_6559=0 -5.66827 0 0 -7.16133 0 0 -179.765 -32.4923 -75.4226 -37.1963 -100.791 18.998 -55
-STDOUT_6560=0 -5.37374 0 0 -6.88787 0 0 -173.395 -31.4869 -74.5136 -34.6569 -90.4891 18.998 -52
-STDOUT_6561=0 -5.56419 0 0 -5.80131 0 0 -173.395 -32.2853 -74.5136 -35.1548 -90.4891 18.998 -52
-STDOUT_6562=0 -6.16505 0 0 -7.36239 0 0 -173.395 -31.8313 -74.5136 -33.7021 -90.4891 19.9979 -52
-STDOUT_6563=0 -5.85601 0 0 -7.60718 0 0 -173.395 -31.4941 -74.5136 -33.9809 -90.4891 19.9979 -52
-STDOUT_6564=0 -6.32378 0 0 -6.77657 0 0 -184.774 -31.7683 -71.6363 -32.5888 -94.8253 17.9981 -54
-STDOUT_6565=0 -6.80799 0 0 -7.87323 0 0 -173.395 -32.7367 -74.5136 -32.8894 -90.4891 20.9978 -52
-STDOUT_6566=0 -5.5827 0 0 -5.92643 0 0 -173.395 -31.2502 -74.5136 -34.5661 -90.4891 17.9981 -52
-STDOUT_6567=0 -5.64481 0 0 -7.01729 0 0 -173.395 -31.8839 -74.5136 -33.5936 -90.4891 17.9981 -52
-STDOUT_6568=0 -5.73349 0 0 -6.52532 0 0 -181.332 -33.3914 -71.449 -35.2227 -90.6039 19.9979 -53
-STDOUT_6569=0 -5.7956 0 0 -7.61618 0 0 -181.332 -34.0251 -71.449 -34.2502 -90.6039 19.9979 -53
-STDOUT_6570=0 -5.66381 0 0 -5.65253 0 0 -173.395 -30.7006 -74.5136 -34.7141 -90.4891 17.9981 -52
-STDOUT_6571=0 -5.72285 0 0 -7.05584 0 0 -173.395 -30.5943 -74.5136 -33.5653 -90.4891 17.9981 -52
-STDOUT_6572=0 -5.72592 0 0 -6.74339 0 0 -173.395 -31.3344 -74.5136 -33.7416 -90.4891 17.9981 -52
-STDOUT_6573=0 -6.69327 0 0 -7.13605 0 0 -184.774 -33.7184 -71.6363 -32.7674 -94.8253 19.9979 -54
-STDOUT_6574=0 -5.95219 0 0 -6.28591 0 0 -173.395 -33.2002 -74.5136 -34.7447 -90.4891 19.9979 -52
-STDOUT_6575=0 -6.42124 0 0 -7.41512 0 0 -173.395 -31.0976 -74.5136 -33.9476 -90.4891 20.9978 -52
-STDOUT_6576=0 -6.66602 0 0 -7.03193 0 0 -184.774 -31.6521 -71.6363 -32.5055 -94.8253 18.998 -54
-STDOUT_6577=0 -6.25216 0 0 -7.52345 0 0 -173.395 -31.9335 -74.5136 -32.9329 -90.4891 18.998 -52
-STDOUT_6578=0 -6.49345 0 0 -8.07153 0 0 -177.417 -31.6797 -73.4998 -32.4715 -87.4166 20.9978 -52
-STDOUT_6579=0 -5.6882 0 0 -7.35592 0 0 -173.395 -31.3401 -74.5136 -34.473 -90.4891 19.9979 -52
-STDOUT_6580=0 -5.4149 0 0 -5.67517 0 0 -173.395 -31.0963 -74.5136 -35.0582 -90.4891 17.9981 -52
-STDOUT_6581=0 -5.477 0 0 -6.76603 0 0 -173.395 -31.73 -74.5136 -34.0857 -90.4891 17.9981 -52
-STDOUT_6582=0 -5.56568 0 0 -6.27406 0 0 -181.332 -33.2375 -71.449 -35.7148 -90.6039 19.9979 -53
-STDOUT_6583=0 -5.62779 0 0 -7.36492 0 0 -181.332 -33.8712 -71.449 -34.7423 -90.6039 19.9979 -53
-STDOUT_6584=-236 0 0 -52.275 0 0 -51.4975 -258.954 -80.1039 -75.1453 -39.726 -42.9153 40.9958 -42
-STDOUT_6585=-236 0 0 -51.9712 0 0 -51.3608 -256.695 -81.1356 -75.9615 -40.927 -44.1306 40.9958 -42
-STDOUT_6586=-236 0 0 -52.1455 0 0 -52.3713 -262.286 -78.9813 -73.0988 -39.0111 -41.8589 40.9958 -42
-STDOUT_6587=-236 0 0 -51.8417 0 0 -52.2346 -260.027 -80.0129 -73.915 -40.2121 -43.0742 40.9958 -42
-STDOUT_6588=-236 0 0 -52.0489 0 0 -51.293 -256.419 -81.1432 -76.1192 -41.3648 -44.5229 40.9958 -42
-STDOUT_6589=-236 0 0 -51.1545 0 0 -50.6745 -255.728 -84.2621 -76.2417 -41.6286 -42.6099 40.9958 -41
-STDOUT_6590=-236 0 0 -51.7451 0 0 -51.1563 -254.16 -82.1749 -76.9354 -42.5658 -45.7382 40.9958 -42
-STDOUT_6591=-236 0 0 -52.6066 0 0 -52.0901 -263.165 -78.8984 -74.1838 -37.5412 -40.8755 40.9958 -42
-STDOUT_6592=-236 0 0 -52.6856 0 0 -51.2896 -260.886 -80.822 -76.2726 -37.1815 -41.6077 40.9958 -42
-STDOUT_6593=-236 0 0 -51.6873 0 0 -52.0083 -261.774 -77.9177 -72.436 -40.8246 -43.3207 40.9958 -42
-STDOUT_6594=-236 0 0 -52.3028 0 0 -51.9534 -260.907 -79.93 -75 -38.7422 -42.0908 40.9958 -42
-STDOUT_6595=-236 0 0 -53.1917 0 0 -51.8809 -264.703 -77.5855 -73.1761 -36.337 -40.8685 40.9958 -42
-STDOUT_6596=-236 0 0 -52.3819 0 0 -51.153 -258.627 -81.8536 -77.0888 -38.3825 -42.823 40.9958 -42
-STDOUT_6597=-236 0 0 -51.3835 0 0 -51.8717 -259.515 -78.9493 -73.2522 -42.0256 -44.536 40.9958 -42
-STDOUT_6598=-236 0 0 -52.8879 0 0 -51.7442 -262.444 -78.6172 -73.9923 -37.538 -42.0838 40.9958 -42
-STDOUT_6599=-236 0 0 -52.0328 0 0 -51.4111 -255.841 -81.4033 -76.0678 -42.0468 -45.0503 40.9958 -42
-STDOUT_6600=-236 0 0 -51.9193 0 0 -52.1668 -259.751 -80.0205 -74.0727 -40.6498 -43.4665 40.9958 -42
-STDOUT_6601=-236 0 0 -51.9237 0 0 -51.3785 -258.024 -81.0082 -76.0185 -40.7236 -43.7861 40.9958 -42
-STDOUT_6602=-236 0 0 -51.025 0 0 -51.5483 -259.06 -83.1394 -74.1952 -40.9136 -41.5535 40.9958 -41
-STDOUT_6603=-236 0 0 -51.6155 0 0 -52.0301 -257.492 -81.0522 -74.8889 -41.8509 -44.6818 40.9958 -42
-STDOUT_6604=-236 0 0 -51.6199 0 0 -51.2419 -255.765 -82.0399 -76.8347 -41.9246 -45.0014 40.9958 -42
-STDOUT_6605=-236 0 0 -52.477 0 0 -52.9639 -266.498 -77.7757 -72.1373 -36.8263 -39.8192 40.9958 -42
-STDOUT_6606=-236 0 0 -51.5577 0 0 -52.8821 -265.106 -76.795 -70.3895 -40.1097 -42.2644 40.9958 -42
-STDOUT_6607=-236 0 0 -52.1732 0 0 -52.8272 -264.239 -78.8074 -72.9535 -38.0273 -41.0344 40.9958 -42
-STDOUT_6608=-236 0 0 -50.9284 0 0 -50.4699 -253.193 -85.3014 -77.2155 -43.2673 -44.2175 40.9958 -41
-STDOUT_6609=-236 0 0 -51.2539 0 0 -52.7455 -262.847 -77.8267 -71.2057 -41.3107 -43.4796 40.9958 -42
-STDOUT_6610=-236 0 0 -52.2162 0 0 -52.4603 -262.868 -78.6708 -73.257 -39.0329 -41.9598 40.9958 -42
-STDOUT_6611=-236 0 0 -51.6394 0 0 -51.7801 -259.332 -82.2177 -76.1953 -39.8557 -42.5981 40.9958 -42
-STDOUT_6612=-236 0 0 -52.3804 0 0 -51.8856 -260.631 -79.9377 -75.1577 -39.18 -42.4832 40.9958 -42
-STDOUT_6613=-236 0 0 -51.486 0 0 -51.2671 -259.939 -83.0565 -75.2801 -39.4438 -40.5701 40.9958 -41
-STDOUT_6614=-236 0 0 -52.4595 0 0 -51.0851 -258.352 -81.8613 -77.2465 -38.8203 -43.2153 40.9958 -42
-STDOUT_6615=-236 0 0 -51.9124 0 0 -52.3236 -260.609 -79.7025 -74.0732 -40.2339 -43.175 40.9958 -42
-STDOUT_6616=-236 0 0 -51.3356 0 0 -51.6434 -257.073 -83.2494 -77.0115 -41.0567 -43.8134 40.9958 -42
-STDOUT_6617=-236 0 0 -51.4611 0 0 -51.8038 -259.24 -78.957 -73.4099 -42.4634 -44.9284 40.9958 -42
-STDOUT_6618=-236 0 0 -51.5651 0 0 -50.4666 -257.66 -84.9801 -77.369 -39.084 -41.3023 40.9958 -41
-STDOUT_6619=-236 0 0 -52.0766 0 0 -51.7489 -258.372 -80.9693 -75.9739 -40.381 -43.6984 40.9958 -42
-STDOUT_6620=-236 0 0 -50.5667 0 0 -51.1853 -258.548 -82.0758 -73.5323 -42.7272 -43.0153 40.9958 -41
-STDOUT_6621=-236 0 0 -52.9655 0 0 -51.6763 -262.169 -78.6248 -74.15 -37.9757 -42.4761 40.9958 -42
-STDOUT_6622=-236 0 0 -51.9033 0 0 -52.2849 -259.173 -80.2807 -74.0213 -41.3319 -43.994 40.9958 -42
-STDOUT_6623=-236 0 0 -52.1557 0 0 -50.9484 -256.093 -82.8929 -78.0627 -40.0213 -44.4306 40.9958 -42
-STDOUT_6624=-236 0 0 -51.1573 0 0 -51.6671 -256.981 -79.9886 -74.2261 -43.6644 -46.1436 40.9958 -42
-STDOUT_6625=-236 0 0 -52.0712 0 0 -51.0579 -261.477 -81.7437 -74.2725 -38.2395 -40.5631 40.9958 -41
-STDOUT_6626=-236 0 0 -53.0172 0 0 -51.8822 -265.098 -79.6164 -75.3111 -34.9967 -39.568 40.9958 -42
-STDOUT_6627=-236 0 0 -52.0188 0 0 -52.6009 -265.986 -76.7121 -71.4745 -38.6398 -41.281 40.9958 -42
-STDOUT_6628=-236 0 0 -52.6617 0 0 -51.5396 -259.91 -79.6565 -74.9662 -39.1767 -43.6914 40.9958 -42
-STDOUT_6629=-236 0 0 -52.0979 0 0 -51.8005 -263.707 -78.6357 -73.5633 -38.2801 -42.0132 40.9958 -42
-STDOUT_6630=-236 0 0 -53.5232 0 0 -52.4735 -268.915 -76.38 -72.2146 -34.1522 -38.8288 40.9958 -42
-STDOUT_6631=-236 0 0 -52.7134 0 0 -51.7456 -262.839 -80.6481 -76.1273 -36.1977 -40.7833 40.9958 -42
-STDOUT_6632=-236 0 0 -51.715 0 0 -52.4642 -263.727 -77.7438 -72.2907 -39.8409 -42.4963 40.9958 -42
-STDOUT_6633=-236 0 0 -52.2552 0 0 -51.9711 -262.079 -79.8027 -75.0569 -38.5388 -41.7464 40.9958 -42
-STDOUT_6634=-236 0 0 -52.6039 0 0 -52.3917 -267.523 -75.3993 -70.4668 -37.4356 -41.274 40.9958 -42
-STDOUT_6635=-236 0 0 -51.7941 0 0 -51.6638 -261.448 -79.6674 -74.3795 -39.4811 -43.2285 40.9958 -42
-STDOUT_6636=-236 0 0 -53.2194 0 0 -52.3368 -266.656 -77.4116 -73.0308 -35.3532 -40.044 40.9958 -42
-STDOUT_6637=-236 0 0 -51.8067 0 0 -51.2066 -253.307 -82.4426 -77.0417 -43.6856 -46.658 40.9958 -42
-STDOUT_6638=-236 0 0 -51.6975 0 0 -51.174 -255.49 -82.0475 -76.9923 -42.3624 -45.3937 40.9958 -42
-STDOUT_6639=-236 0 0 -51.9514 0 0 -51.8345 -259.82 -80.8343 -75.8731 -39.7398 -42.9616 40.9958 -42
-STDOUT_6640=-236 0 0 -52.3888 0 0 -51.7095 -259.873 -79.5685 -74.6536 -40.3627 -43.5814 40.9958 -42
-STDOUT_6641=-236 0 0 -52.3001 0 0 -52.255 -265.264 -76.4309 -71.283 -38.6366 -42.4892 40.9958 -42
-STDOUT_6642=-236 0 0 -50.7988 0 0 -51.3438 -256.525 -84.1787 -75.169 -42.5524 -43.1611 40.9958 -41
-STDOUT_6643=-236 0 0 -50.8031 0 0 -50.5555 -254.798 -85.1664 -77.1148 -42.6261 -43.4807 40.9958 -41
-STDOUT_6644=-236 0 0 -53.2624 0 0 -51.9699 -265.286 -77.2751 -73.3343 -36.3587 -40.9694 40.9958 -42
-STDOUT_6645=-236 0 0 -51.3937 0 0 -51.0373 -253.231 -83.0792 -77.8085 -43.5634 -46.609 40.9958 -42
-STDOUT_6646=-236 0 0 -52.3643 0 0 -52.0037 -260.053 -80.1978 -75.1063 -39.862 -43.0106 40.9958 -42
-STDOUT_6647=-236 0 0 -52.085 0 0 -51.5728 -257.614 -80.6002 -75.4698 -41.5637 -44.7966 40.9958 -42
-STDOUT_6648=-236 0 0 -52.2508 0 0 -52.7594 -263.963 -78.815 -73.1112 -38.4651 -41.4268 40.9958 -42
-STDOUT_6649=-236 0 0 -52.2552 0 0 -51.9711 -262.236 -79.8027 -75.0569 -38.5388 -41.7464 40.9958 -42
-STDOUT_6650=-236 0 0 -52.4434 0 0 -51.2033 -257.774 -82.1214 -77.1951 -39.5023 -43.7428 40.9958 -42
-STDOUT_6651=-236 0 0 -52.9586 0 0 -51.8332 -263.027 -78.3067 -74.1505 -37.5597 -42.1846 40.9958 -42
-STDOUT_6652=-236 0 0 -51.3565 0 0 -52.1409 -263.271 -81.9339 -73.2336 -38.7288 -39.5138 40.9958 -41
-STDOUT_6653=-236 0 0 -51.445 0 0 -51.9219 -258.662 -79.2171 -73.3585 -43.1454 -45.4558 40.9958 -42
-STDOUT_6654=-236 0 0 -51.3315 0 0 -52.6776 -262.572 -77.8343 -71.3634 -41.7485 -43.872 40.9958 -42
-STDOUT_6655=-236 0 0 -51.3359 0 0 -51.8894 -260.844 -78.822 -73.3091 -41.8222 -44.1916 40.9958 -42
-STDOUT_6656=-236 0 0 -51.947 0 0 -52.6227 -261.704 -79.8467 -73.9274 -39.6661 -42.6421 40.9958 -42
-STDOUT_6657=-236 0 0 -50.4372 0 0 -52.0591 -261.88 -80.9532 -71.4858 -42.0122 -41.959 40.9958 -41
-STDOUT_6658=-236 0 0 -51.9514 0 0 -51.8345 -259.977 -80.8343 -75.8731 -39.7398 -42.9616 40.9958 -42
-STDOUT_6659=-236 0 0 -52.9495 0 0 -51.7945 -261.591 -78.8849 -74.0986 -38.6578 -43.0036 40.9958 -42
-STDOUT_6660=-236 0 0 -51.0277 0 0 -52.5409 -260.313 -78.866 -72.1796 -42.9495 -45.0873 40.9958 -42
-STDOUT_6661=-236 0 0 -51.0321 0 0 -51.7527 -258.585 -79.8536 -74.1253 -43.0232 -45.4068 40.9958 -42
-STDOUT_6662=-236 0 0 -50.7918 0 0 -50.0759 -256.775 -83.7582 -76.0643 -41.7186 -43.8089 40.9958 -41
-STDOUT_6663=-236 0 0 -51.99 0 0 -52.2558 -260.334 -79.7101 -74.2309 -40.6716 -43.5674 40.9958 -42
-STDOUT_6664=-236 0 0 -51.4133 0 0 -51.5756 -256.798 -83.257 -77.1692 -41.4944 -44.2057 40.9958 -42
-STDOUT_6665=-236 0 0 -51.8892 0 0 -53.4747 -269.318 -75.5895 -69.428 -37.9249 -40.2246 40.9958 -42
-STDOUT_6666=-236 0 0 -51.0957 0 0 -51.6373 -259.642 -82.829 -74.3534 -40.9354 -41.6544 40.9958 -41
-STDOUT_6667=-236 0 0 -50.5189 0 0 -50.9571 -256.106 -86.3759 -77.2917 -41.7582 -42.2927 40.9958 -41
-STDOUT_6668=-236 0 0 -51.2599 0 0 -51.0625 -257.405 -84.0958 -76.254 -41.0825 -42.1778 40.9958 -41
-STDOUT_6669=-236 0 0 -51.6862 0 0 -52.1191 -258.075 -80.7418 -75.0471 -41.8726 -44.7827 40.9958 -42
-STDOUT_6670=-236 0 0 -51.1095 0 0 -51.4389 -254.539 -84.2887 -77.9854 -42.6954 -45.421 40.9958 -42
-STDOUT_6671=-236 0 0 -51.5854 0 0 -53.3381 -267.059 -76.6211 -70.2442 -39.1259 -41.4399 40.9958 -42
-STDOUT_6672=-236 0 0 -51.339 0 0 -50.2621 -255.126 -86.0194 -78.3428 -40.7228 -42.9099 40.9958 -41
-STDOUT_6673=-236 0 0 -52.1256 0 0 -52.845 -265.411 -78.68 -73.0105 -37.8239 -40.69 40.9958 -42
-STDOUT_6674=-236 0 0 -52.5477 0 0 -53.0529 -267.08 -77.4653 -72.2955 -36.8481 -39.92 40.9958 -42
-STDOUT_6675=-236 0 0 -51.9709 0 0 -52.3727 -263.544 -81.0122 -75.2338 -37.6709 -40.5584 40.9958 -42
-STDOUT_6676=-236 0 0 -50.3406 0 0 -50.9808 -256.013 -83.1151 -74.5062 -44.3659 -44.623 40.9958 -41
-STDOUT_6677=-236 0 0 -51.6771 0 0 -52.0804 -256.639 -81.32 -74.9952 -42.9706 -45.6016 40.9958 -42
-STDOUT_6678=-236 0 0 -51.6814 0 0 -51.2922 -254.912 -82.3076 -76.9409 -43.0444 -45.9212 40.9958 -42
-STDOUT_6679=-236 0 0 -53.0788 0 0 -51.262 -254.798 -82.3979 -78.625 -40.4503 -44.7539 40.9958 -42
-STDOUT_6680=-236 0 0 -51.6284 0 0 -52.9711 -265.689 -76.4846 -70.5477 -40.1315 -42.3652 40.9958 -42
-STDOUT_6681=-236 0 0 -51.0516 0 0 -52.2909 -262.153 -80.0315 -73.486 -40.9543 -43.0036 40.9958 -42
-STDOUT_6682=-236 0 0 -51.845 0 0 -50.8533 -258.943 -82.783 -75.2463 -39.8782 -42.1707 40.9958 -41
-STDOUT_6683=-236 0 0 -51.8218 0 0 -52.7083 -263.152 -79.7117 -73.8267 -39.0249 -41.9053 40.9958 -42
-STDOUT_6684=FEATURES_TXT_END_0
-STDOUT_6685=FEATURES_TXT_BEGIN_0 2 300 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_6686=0 -6.59122 0 0 -5.69566 0 0 -45.1239 -49.1468 -71.3998 -25.6017 -35.211 9.99896 -18
-STDOUT_6687=0 -7.26258 0 0 -5.42344 0 0 -45.1239 -49.6088 -69.1035 -26.502 -35.4029 8.99907 -18
-STDOUT_6688=0 -6.54753 0 0 -5.27866 0 0 -50.3909 -38.4216 -64.7011 -23.8055 -41.6972 9.99896 -21
-STDOUT_6689=0 -7.21889 0 0 -5.00643 0 0 -50.3909 -38.8836 -62.4048 -24.7058 -41.8892 8.99907 -21
-STDOUT_6690=0 -6.82969 0 0 -5.79443 0 0 -45.1239 -50.9986 -71.3998 -27.6668 -35.211 10.9989 -18
-STDOUT_6691=0 -7.50104 0 0 -5.5222 0 0 -45.1239 -51.4606 -69.1035 -28.5671 -35.4029 9.99896 -18
-STDOUT_6692=0 -5.93059 0 0 -5.78346 0 0 -48.144 -50.2645 -71.3079 -24.5984 -32.526 8.99907 -17
-STDOUT_6693=0 -7.21912 0 0 -6.49138 0 0 -45.1239 -50.0238 -71.3998 -27.4577 -35.211 10.9989 -18
-STDOUT_6694=0 -5.21772 0 0 -4.3578 0 0 -51.0826 -51.4625 -74.8365 -24.0643 -25.8812 9.99896 -15
-STDOUT_6695=0 -6.45481 0 0 -5.70541 0 0 -50.3909 -40.5961 -64.7011 -25.0605 -41.6972 10.9989 -21
-STDOUT_6696=0 -7.52003 0 0 -6.30397 0 0 -45.1239 -50.6325 -71.3998 -26.9548 -35.211 10.9989 -18
-STDOUT_6697=0 -6.82972 0 0 -6.01094 0 0 -48.144 -49.7413 -71.3079 -23.1549 -32.526 8.99907 -17
-STDOUT_6698=0 -6.10437 0 0 -4.64968 0 0 -46.3305 -58.6908 -73.5792 -28.9547 -27.9088 9.99896 -14
-STDOUT_6699=0 -6.786 0 0 -5.37742 0 0 -50.3909 -40.2734 -64.7011 -25.8707 -41.6972 10.9989 -21
-STDOUT_6700=0 -6.81011 0 0 -5.75763 0 0 -45.1239 -53.7257 -71.3998 -28.6445 -35.211 10.9989 -18
-STDOUT_6701=0 -7.89047 0 0 -6.21916 0 0 -45.1239 -50.4858 -69.1035 -28.358 -35.4029 9.99896 -18
-STDOUT_6702=0 -5.88907 0 0 -4.08558 0 0 -51.0826 -51.9245 -72.5402 -24.9646 -26.0732 8.99907 -15
-STDOUT_6703=0 -6.9532 0 0 -6.02604 0 0 -49.7553 -38.191 -66.6913 -23.9941 -45.6869 9.99896 -21
-STDOUT_6704=0 -7.12616 0 0 -5.43319 0 0 -50.3909 -41.058 -62.4048 -25.9607 -41.8892 9.99896 -21
-STDOUT_6705=0 -8.19138 0 0 -6.03175 0 0 -45.1239 -51.0945 -69.1035 -27.8551 -35.4029 9.99896 -18
-STDOUT_6706=0 -6.82386 0 0 -6.76461 0 0 -45.1239 -52.6016 -71.2254 -27.0453 -35.6407 9.99896 -18
-STDOUT_6707=0 -6.77572 0 0 -4.37746 0 0 -46.3305 -59.1528 -71.2829 -29.855 -28.1008 8.99907 -14
-STDOUT_6708=0 -7.45736 0 0 -5.1052 0 0 -50.3909 -40.7354 -62.4047 -26.7709 -41.8892 9.99896 -21
-STDOUT_6709=0 -5.88691 0 0 -5.36645 0 0 -53.411 -39.5393 -64.6092 -22.8023 -39.0123 8.99907 -20
-STDOUT_6710=0 -7.48147 0 0 -5.48541 0 0 -45.1239 -54.1877 -69.1035 -29.5448 -35.4029 9.99896 -18
-STDOUT_6711=0 -7.62456 0 0 -5.75381 0 0 -49.7553 -38.653 -64.395 -24.8944 -45.8788 8.99907 -21
-STDOUT_6712=0 -4.91066 0 0 -3.01582 0 0 -52.361 -55.5277 -68.5882 -27.2657 -27.637 9.99896 -15
-STDOUT_6713=0 -7.17543 0 0 -6.07437 0 0 -50.3909 -39.2986 -64.7011 -25.6616 -41.6972 10.9989 -21
-STDOUT_6714=0 -7.69261 0 0 -6.59014 0 0 -45.1239 -50.9148 -71.3998 -28.1033 -35.211 11.9988 -18
-STDOUT_6715=0 -5.17403 0 0 -3.94079 0 0 -56.3496 -40.7373 -68.1378 -22.2681 -32.3675 9.99896 -18
-STDOUT_6716=0 -6.93606 0 0 -5.57927 0 0 -49.9812 -41.5278 -63.954 -26.847 -43.5939 10.9989 -22
-STDOUT_6717=0 -6.31633 0 0 -5.45641 0 0 -48.5557 -55.0877 -75.8925 -24.0643 -26.3408 9.99896 -15
-STDOUT_6718=0 -6.16906 0 0 -5.88223 0 0 -48.144 -52.1163 -71.3079 -26.6636 -32.5261 9.99896 -17
-STDOUT_6719=0 -5.79589 0 0 -5.262 0 0 -51.9327 -46.8843 -69.1943 -23.7601 -32.8899 8.99907 -18
-STDOUT_6720=0 -6.78603 0 0 -5.59394 0 0 -53.411 -39.0161 -64.6092 -21.3587 -39.0123 8.99907 -20
-STDOUT_6721=0 -6.06068 0 0 -4.23268 0 0 -51.5975 -47.9657 -66.8805 -27.1585 -34.395 9.99896 -17
-STDOUT_6722=0 -7.56438 0 0 -6.48759 0 0 -45.1239 -52.8721 -71.2254 -27.7006 -35.6407 9.99896 -18
-STDOUT_6723=0 -6.63576 0 0 -5.7402 0 0 -46.6731 -48.4953 -74.234 -26.1613 -42.1585 9.99896 -20
-STDOUT_6724=0 -5.11128 0 0 -2.97122 0 0 -48.6045 -60.9573 -78.6335 -27.6278 -28.7172 9.99896 -15
-STDOUT_6725=0 -5.58202 0 0 -2.74359 0 0 -52.361 -55.9897 -66.2919 -28.1659 -27.829 8.99907 -15
-STDOUT_6726=0 -7.84679 0 0 -5.80215 0 0 -50.3909 -39.7606 -62.4048 -26.5618 -41.8892 9.99896 -21
-STDOUT_6727=0 -8.36396 0 0 -6.31792 0 0 -45.1239 -51.3768 -69.1035 -29.0036 -35.4029 10.9989 -18
-STDOUT_6728=0 -7.02489 0 0 -7.18454 0 0 -45.1239 -51.937 -71.2254 -28.4806 -35.6407 9.99896 -18
-STDOUT_6729=0 -6.68398 0 0 -5.83748 0 0 -47.8647 -51.4985 -71.8411 -27.0344 -32.6772 9.99896 -16
-STDOUT_6730=0 -5.84539 0 0 -3.66857 0 0 -56.3496 -41.1993 -65.8415 -23.1684 -32.5594 8.99907 -18
-STDOUT_6731=0 -7.60742 0 0 -5.30704 0 0 -49.9812 -41.9898 -61.6577 -27.7472 -43.7858 9.99896 -22
-STDOUT_6732=0 -6.98769 0 0 -5.18419 0 0 -48.5557 -55.5497 -73.5961 -24.9646 -26.5327 8.99907 -15
-STDOUT_6733=0 -4.68619 0 0 -3.32597 0 0 -52.361 -56.0778 -68.5882 -28.2475 -27.637 10.9989 -15
-STDOUT_6734=0 -7.69007 0 0 -4.0355 0 0 -43.3856 -63.287 -82.8555 -28.4771 -28.5224 9.99896 -14
-STDOUT_6735=0 -6.95211 0 0 -6.03153 0 0 -47.9782 -51.7847 -68.5613 -28.0806 -31.4951 9.99896 -16
-STDOUT_6736=0 -8.69167 0 0 -6.55257 0 0 -48.144 -48.6334 -71.3079 -20.7083 -32.526 8.99907 -17
-STDOUT_6737=0 -5.45618 0 0 -4.45656 0 0 -51.0826 -53.3143 -74.8365 -26.1294 -25.8813 10.9989 -15
-STDOUT_6738=0 -6.78017 0 0 -6.34761 0 0 -50.3909 -41.8764 -64.5267 -25.2491 -42.127 9.99896 -21
-STDOUT_6739=0 -6.69241 0 0 -5.9723 0 0 -50.3909 -43.5932 -64.7011 -25.2573 -41.6972 10.9989 -21
-STDOUT_6740=0 -5.38678 0 0 -3.88176 0 0 -47.6901 -56.9844 -77.0053 -31.0763 -31.2597 9.99896 -15
-STDOUT_6741=0 -7.78361 0 0 -5.80362 0 0 -51.9327 -44.9445 -69.1943 -18.7171 -32.8899 8.99907 -18
-STDOUT_6742=0 -6.69327 0 0 -5.80418 0 0 -50.3909 -42.4479 -64.7011 -27.1256 -41.6972 11.9988 -21
-STDOUT_6743=0 -7.75849 0 0 -6.40274 0 0 -45.1239 -52.4843 -71.3998 -29.0199 -35.211 11.9988 -18
-STDOUT_6744=0 -6.73204 0 0 -3.96045 0 0 -51.5975 -48.4276 -64.5842 -28.0588 -34.587 8.99907 -17
-STDOUT_6745=0 -6.66919 0 0 -5.9261 0 0 -47.1602 -54.0539 -76.5349 -24.3797 -32.4427 9.99896 -18
-STDOUT_6746=0 -7.30711 0 0 -5.46797 0 0 -46.6731 -48.9573 -71.9377 -27.0616 -42.3505 8.99907 -20
-STDOUT_6747=0 -5.78264 0 0 -2.69899 0 0 -48.6045 -61.4193 -76.3371 -28.5281 -28.9091 8.99907 -15
-STDOUT_6748=0 -7.06818 0 0 -6.10971 0 0 -48.144 -51.5931 -71.3079 -25.22 -32.5261 9.99896 -17
-STDOUT_6749=0 -6.34283 0 0 -4.74845 0 0 -46.3305 -60.5427 -73.5792 -31.0198 -27.9088 10.9989 -14
-STDOUT_6750=0 -6.2526 0 0 -5.76875 0 0 -51.7467 -46.794 -71.373 -22.4631 -31.938 8.99907 -19
-STDOUT_6751=0 -6.71572 0 0 -5.38988 0 0 -50.3909 -43.9599 -64.7011 -27.5442 -41.6972 10.9989 -21
-STDOUT_6752=0 -7.35534 0 0 -5.56526 0 0 -47.8647 -51.9605 -69.5448 -27.9347 -32.8692 8.99907 -16
-STDOUT_6753=0 -7.04857 0 0 -5.85639 0 0 -45.1239 -55.5775 -71.3998 -30.7096 -35.211 11.9988 -18
-STDOUT_6754=0 -6.59122 0 0 -6.20649 0 0 -52.0125 -40.2688 -67.2811 -23.2038 -39.754 9.99896 -19
-STDOUT_6755=0 -7.58083 0 0 -6.36594 0 0 -45.1239 -53.954 -71.3998 -28.9868 -35.211 11.9988 -18
-STDOUT_6756=0 -4.88681 0 0 -3.28137 0 0 -48.6045 -61.5074 -78.6335 -28.6096 -28.7172 10.9989 -15
-STDOUT_6757=0 -5.35754 0 0 -3.05375 0 0 -52.361 -56.5398 -66.2919 -29.1478 -27.829 9.99896 -15
-STDOUT_6758=0 -8.36142 0 0 -3.76327 0 0 -43.3856 -63.749 -80.5592 -29.3773 -28.7143 8.99907 -14
-STDOUT_6759=0 -7.62347 0 0 -5.75931 0 0 -47.9782 -52.2467 -66.2649 -28.9809 -31.6871 8.99907 -16
-STDOUT_6760=0 -6.55849 0 0 -6.57918 0 0 -48.144 -51.1415 -71.3079 -26.4545 -32.526 9.99896 -17
-STDOUT_6761=0 -6.12754 0 0 -4.18434 0 0 -51.0826 -53.7763 -72.5402 -27.0297 -26.0732 9.99896 -15
-STDOUT_6762=0 -7.34307 0 0 -5.63936 0 0 -50.3909 -43.2682 -64.7011 -25.7586 -41.6972 10.9989 -21
-STDOUT_6763=0 -7.36377 0 0 -5.70007 0 0 -50.3909 -44.0552 -62.4047 -26.1575 -41.8892 9.99896 -21
-STDOUT_6764=0 -4.86697 0 0 -2.59881 0 0 -57.628 -44.8025 -61.8895 -25.4695 -34.1233 9.99896 -18
-STDOUT_6765=0 -7.19166 0 0 -6.1248 0 0 -49.7553 -40.0428 -66.6913 -26.0593 -45.6869 10.9989 -21
-STDOUT_6766=0 -5.21772 0 0 -4.3578 0 0 -54.7368 -49.1599 -69.5684 -24.0643 -25.9353 9.99896 -15
-STDOUT_6767=0 -4.55709 0 0 -4.4456 0 0 -54.1027 -52.5802 -74.7446 -23.061 -23.1963 8.99907 -14
-STDOUT_6768=0 -6.05813 0 0 -3.60954 0 0 -47.6901 -57.4464 -74.709 -31.9766 -31.4517 8.99907 -15
-STDOUT_6769=0 -7.36463 0 0 -5.53195 0 0 -50.3909 -42.9099 -62.4047 -28.0259 -41.8892 10.9989 -21
-STDOUT_6770=0 -7.64892 0 0 -6.17314 0 0 -50.3909 -40.1896 -64.7011 -26.3071 -41.6972 11.9988 -21
-STDOUT_6771=0 -8.42985 0 0 -6.13052 0 0 -45.1239 -52.9463 -69.1035 -29.9202 -35.4029 10.9989 -18
-STDOUT_6772=0 -5.79418 0 0 -5.79321 0 0 -53.411 -41.7138 -64.6092 -24.0572 -39.0123 9.99896 -20
-STDOUT_6773=0 -7.34055 0 0 -5.65388 0 0 -47.1602 -54.5158 -74.2386 -25.28 -32.6347 8.99907 -18
-STDOUT_6774=0 -6.8594 0 0 -6.39177 0 0 -48.144 -51.7502 -71.3079 -25.9516 -32.526 9.99896 -17
-STDOUT_6775=0 -7.18925 0 0 -7.06714 0 0 -45.1239 -52.4961 -70.743 -30.0521 -35.9037 9.99896 -18
-STDOUT_6776=0 -7.06232 0 0 -6.86338 0 0 -45.1239 -54.4534 -71.2254 -29.1105 -35.6407 10.9989 -18
-STDOUT_6777=0 -4.91066 0 0 -3.01582 0 0 -54.1127 -53.7618 -67.6168 -27.2657 -28.2071 9.99896 -15
-STDOUT_6778=0 -6.27264 0 0 -5.03941 0 0 -53.8227 -44.3626 -69.1937 -22.2681 -32.827 9.99896 -18
-STDOUT_6779=0 -5.08961 0 0 -4.05899 0 0 -51.8204 -54.4474 -74.3392 -26.7275 -26.7462 9.99896 -15
-STDOUT_6780=0 -7.01419 0 0 -4.47623 0 0 -46.3305 -61.0047 -71.2829 -31.9201 -28.1008 9.99896 -14
-STDOUT_6781=0 -6.50044 0 0 -5.89495 0 0 -48.2176 -51.902 -73.5134 -25.8088 -34.8471 8.99907 -17
-STDOUT_6782=0 -5.44374 0 0 -4.73748 0 0 -49.3506 -59.8086 -73.4873 -27.9514 -25.2239 8.99907 -13
-STDOUT_6783=0 -6.12537 0 0 -5.46522 0 0 -53.411 -41.3912 -64.6092 -24.8674 -39.0123 9.99896 -20
-STDOUT_6784=0 -5.7522 0 0 -4.84499 0 0 -57.1997 -36.1591 -62.4956 -21.9639 -39.3762 8.99907 -21
-STDOUT_6785=0 -7.38707 0 0 -5.11766 0 0 -50.3909 -44.4219 -62.4048 -28.4445 -41.8892 9.99896 -21
-STDOUT_6786=-8 -2.42935 0 -2.18215 -4.79373 0 -4.74067 -69.8659 -29.4266 -47.3337 -20.2517 -43.1198 10.9989 -29
-STDOUT_6787=-8 -3.06382 0 -2.18215 -5.13108 0 -4.74067 -70.727 -27.0326 -46.9635 -19.3689 -42.5779 10.9989 -29
-STDOUT_6788=-8 -2.46688 0 -2.18215 -4.88202 0 -4.74067 -70.727 -29.372 -46.9635 -20.2577 -42.5779 10.9989 -29
-STDOUT_6789=-8 -2.67811 0 -2.18215 -4.79526 0 -4.74067 -69.8659 -28.5647 -47.3337 -20.3312 -43.1198 10.9989 -29
-STDOUT_6790=-8 -2.75522 0 -2.18215 -5.05702 0 -4.74067 -69.8659 -29.9349 -47.3337 -20.5575 -43.1198 11.9988 -29
-STDOUT_6791=-8 -2.94763 0 -2.18215 -3.54445 0 -4.74067 -69.8659 -28.814 -47.3337 -21.0493 -43.1198 10.9989 -29
-STDOUT_6792=-8 -2.9001 0 -2.18215 -5.39284 0 -4.74067 -70.727 -29.5804 -46.9635 -20.1617 -42.5779 11.9988 -29
-STDOUT_6793=-8 -2.73886 0 -2.18215 -4.88355 0 -4.74067 -70.727 -28.4759 -46.9635 -20.3649 -42.5779 10.9989 -29
-STDOUT_6794=-8 -2.79275 0 -2.18215 -5.1453 0 -4.74067 -70.727 -29.8803 -46.9635 -20.5635 -42.5779 11.9988 -29
-STDOUT_6795=-8 -2.42935 0 -2.98951 -4.79373 0 -4.58348 -69.8659 -25.9069 -47.0517 -20.6811 -44.0528 10.9989 -29
-STDOUT_6796=-8 -3.5821 0 -2.18215 -3.88181 0 -4.74067 -70.727 -26.42 -46.9635 -20.1665 -42.5779 10.9989 -29
-STDOUT_6797=-8 -2.98516 0 -2.18215 -3.63274 0 -4.74067 -70.727 -28.7593 -46.9635 -21.0553 -42.5779 10.9989 -29
-STDOUT_6798=-8 -3.19639 0 -2.18215 -3.54598 0 -4.74067 -69.8659 -27.9521 -47.3337 -21.1288 -43.1198 10.9989 -29
-STDOUT_6799=0 -2.52384 0 0 -4.53445 0 0 -96.1143 -21.273 -39.887 -15.9606 -37.6136 9.99896 -28
-STDOUT_6800=-8 -2.8727 0 -2.18215 -5.39437 0 -4.74067 -70.727 -28.7344 -46.9635 -20.5517 -42.5779 11.9988 -29
-STDOUT_6801=-8 -2.42935 0 -3.28077 -3.69512 0 -4.74067 -77.0425 -23.4988 -41.0096 -20.2517 -42.7143 10.9989 -29
-STDOUT_6802=-8 -2.91431 0 -2.18215 -5.29878 0 -4.74067 -69.8659 -29.8911 -47.3337 -20.6421 -43.1198 11.9988 -29
-STDOUT_6803=-8 -2.22991 0 -2.18215 -4.64531 0 -4.74067 -69.8659 -26.5677 -46.1488 -21.6411 -43.779 9.99896 -29
-STDOUT_6804=-8 -3.2735 0 -2.18215 -3.80774 0 -4.74067 -69.8659 -29.3223 -47.3337 -21.3551 -43.1198 11.9988 -29
-STDOUT_6805=-8 -3.06382 0 -2.98951 -5.13108 0 -4.58348 -70.727 -23.513 -46.6815 -19.7982 -43.5109 10.9989 -29
-STDOUT_6806=-8 -2.87516 0 -2.18215 -5.30031 0 -4.74067 -69.8659 -29.0328 -47.3337 -20.8477 -43.1198 11.9988 -29
-STDOUT_6807=-8 -2.46688 0 -2.98951 -4.88202 0 -4.58348 -70.727 -25.8523 -46.6815 -20.6871 -43.5109 10.9989 -29
-STDOUT_6808=-8 -3.22596 0 -2.18215 -5.65613 0 -4.74067 -70.727 -30.0887 -46.9635 -20.4675 -42.5779 12.9986 -29
-STDOUT_6809=-8 -2.67811 0 -2.98951 -4.79526 0 -4.58348 -69.8659 -25.045 -47.0517 -20.7606 -44.0528 10.9989 -29
-STDOUT_6810=-8 -2.15988 0 -2.70651 -3.51701 0 -3.30558 -81.1373 -21.9545 -47.3337 -15.8793 -47.5178 10.9989 -30
-STDOUT_6811=0 -3.15831 0 0 -4.8718 0 0 -96.9754 -18.879 -39.5169 -15.0778 -37.0718 9.99896 -28
-STDOUT_6812=-8 -3.14824 0 -2.18215 -5.10547 0 -4.74067 -69.8659 -28.5105 -47.3337 -20.2419 -43.1198 10.9989 -29
-STDOUT_6813=-8 -3.41838 0 -2.18215 -4.14357 0 -4.74067 -70.727 -28.9678 -46.9635 -20.9593 -42.5779 11.9988 -29
-STDOUT_6814=-8 -3.06382 0 -3.28077 -4.03247 0 -4.74067 -77.9037 -21.1048 -40.6395 -19.3689 -42.1724 10.9989 -29
-STDOUT_6815=0 -2.56137 0 0 -4.62273 0 0 -96.9754 -21.2183 -39.5169 -15.9666 -37.0718 9.99896 -28
-STDOUT_6816=0 -2.68131 0 0 -4.8163 0 0 -99.0403 -21.3931 -39.887 -20.624 -43.0475 9.99896 -30
-STDOUT_6817=-8 -2.86438 0 -2.18215 -4.98266 0 -4.74067 -70.727 -24.1737 -45.7786 -20.7583 -43.2371 9.99896 -29
-STDOUT_6818=-8 -2.75522 0 -2.98951 -5.05702 0 -4.58348 -69.8659 -26.4152 -47.0517 -20.9868 -44.0528 11.9988 -29
-STDOUT_6819=-8 -2.46688 0 -3.28077 -3.7834 0 -4.74067 -77.9037 -23.4442 -40.6395 -20.2577 -42.1724 10.9989 -29
-STDOUT_6820=-8 -3.25714 0 -2.18215 -3.63427 0 -4.74067 -70.727 -27.8633 -46.9635 -21.1625 -42.5779 10.9989 -29
-STDOUT_6821=-8 -2.26744 0 -2.18215 -4.7336 0 -4.74067 -70.727 -26.513 -45.7786 -21.6471 -43.2371 9.99896 -29
-STDOUT_6822=-8 -3.31103 0 -2.18215 -3.89603 0 -4.74067 -70.727 -29.2676 -46.9635 -21.3611 -42.5779 11.9988 -29
-STDOUT_6823=-8 -2.94763 0 -2.98951 -3.54445 0 -4.58348 -69.8659 -25.2943 -47.0517 -21.4787 -44.0528 10.9989 -29
-STDOUT_6824=-8 -2.68531 0 -2.18215 -4.84374 0 -4.74067 -69.8659 -30.3904 -47.3337 -21.6181 -43.1198 11.9988 -29
-STDOUT_6825=0 -2.7726 0 0 -4.53597 0 0 -96.1143 -20.411 -39.887 -16.0401 -37.6136 9.99896 -28
-STDOUT_6826=-8 -2.67811 0 -3.28077 -3.69665 0 -4.74067 -77.0426 -22.6369 -41.0096 -20.3312 -42.7143 10.9989 -29
-STDOUT_6827=-8 -2.47867 0 -2.18215 -4.64684 0 -4.74067 -69.8659 -25.7057 -46.1488 -21.7206 -43.779 9.99896 -29
-STDOUT_6828=-8 -3.24642 0 -2.70651 -3.51701 0 -2.63109 -86.3808 -23.6449 -47.3337 -26.0463 -64.7736 10.9989 -35
-STDOUT_6829=-8 -3.16531 0 -2.18215 -5.36723 0 -4.74067 -69.8659 -30.0389 -47.3337 -20.6463 -43.1198 11.9988 -29
-STDOUT_6830=0 -2.84971 0 0 -4.79773 0 0 -96.1143 -21.7813 -39.887 -16.2664 -37.6136 10.9989 -28
-STDOUT_6831=-8 -3.47607 0 -2.18215 -5.36876 0 -4.74067 -69.8659 -28.7898 -47.3337 -20.3158 -43.1198 11.9988 -29
-STDOUT_6832=-8 -2.79435 0 -2.70651 -3.85437 0 -3.30558 -81.9984 -19.5606 -46.9635 -14.9964 -46.976 10.9989 -30
-STDOUT_6833=-8 -2.75522 0 -3.28077 -3.9584 0 -4.74067 -77.0425 -24.0071 -41.0096 -20.5575 -42.7143 11.9988 -29
-STDOUT_6834=-8 -3.24017 0 -2.18215 -5.56207 0 -4.74067 -69.8659 -30.3994 -47.3337 -20.9478 -43.1198 12.9986 -29
-STDOUT_6835=-8 -2.9001 0 -2.98951 -5.39284 0 -4.58348 -70.727 -26.0607 -46.6815 -20.5911 -43.5109 11.9988 -29
-STDOUT_6836=-8 -2.55578 0 -2.18215 -4.9086 0 -4.74067 -69.8659 -27.076 -46.1488 -21.9469 -43.779 10.9989 -29
-STDOUT_6837=-8 -2.19741 0 -2.70651 -3.6053 0 -3.30558 -81.9984 -21.8999 -46.9635 -15.8853 -46.976 10.9989 -30
-STDOUT_6838=0 -3.31578 0 0 -5.15365 0 0 -99.9014 -18.9992 -39.5169 -19.7412 -42.5057 9.99896 -30
-STDOUT_6839=0 -3.04212 0 0 -3.28517 0 0 -96.1143 -20.6603 -39.887 -16.7582 -37.6136 9.99896 -28
-STDOUT_6840=-8 -2.73886 0 -2.98951 -4.88355 0 -4.58348 -70.727 -24.9562 -46.6815 -20.7942 -43.5109 10.9989 -29
-STDOUT_6841=-8 -3.39098 0 -2.18215 -4.1451 0 -4.74067 -70.727 -28.1218 -46.9635 -21.3493 -42.5779 11.9988 -29
-STDOUT_6842=-8 -3.55318 0 -2.18215 -5.63052 0 -4.74067 -69.8659 -30.1601 -47.3337 -20.5421 -43.1198 12.9986 -29
-STDOUT_6843=-8 -2.94763 0 -3.28077 -2.44584 0 -4.74067 -77.0425 -22.8862 -41.0096 -21.0493 -42.7143 10.9989 -29
-STDOUT_6844=-8 -3.43259 0 -2.18215 -4.04951 0 -4.74067 -69.8659 -29.2785 -47.3337 -21.4397 -43.1198 11.9988 -29
-STDOUT_6845=0 -3.08947 0 0 -5.43106 0 0 -96.1143 -21.6637 -39.887 -15.5468 -37.6136 10.9989 -28
-STDOUT_6846=0 -2.71884 0 0 -4.90459 0 0 -99.9014 -21.3385 -39.5169 -20.63 -42.5057 9.99896 -30
-STDOUT_6847=-8 -2.79275 0 -2.98951 -5.1453 0 -4.58348 -70.727 -26.3606 -46.6815 -20.9928 -43.5109 11.9988 -29
-STDOUT_6848=-8 -2.53933 0 -3.41569 -5.32869 0 -3.23007 -75.8371 -33.5818 -48.9363 -21.1729 -43.2356 12.9986 -30
-STDOUT_6849=-8 -2.40864 0 -2.70651 -3.51854 0 -3.30558 -81.1373 -21.0926 -47.3337 -15.9588 -47.5178 10.9989 -30
-STDOUT_6850=-8 -3.5821 0 -2.98951 -3.88181 0 -4.58348 -70.727 -22.9003 -46.6815 -20.5958 -43.5109 10.9989 -29
-STDOUT_6851=-8 -3.31979 0 -2.18215 -5.18109 0 -4.74067 -70.727 -27.9965 -46.9635 -20.7353 -42.5779 11.9988 -29
-STDOUT_6852=-8 -3.39344 0 -2.18215 -4.05104 0 -4.74067 -69.8659 -28.4202 -47.3337 -21.6453 -43.1198 11.9988 -29
-STDOUT_6853=-8 -2.98516 0 -2.98951 -3.63274 0 -4.58348 -70.727 -25.2397 -46.6815 -21.4847 -43.5109 10.9989 -29
-STDOUT_6854=-8 -2.72285 0 -2.18215 -4.93203 0 -4.74067 -70.727 -30.3358 -46.9635 -21.6241 -42.5779 11.9988 -29
-STDOUT_6855=0 -2.93007 0 0 -4.81783 0 0 -99.0403 -20.5312 -39.887 -20.7035 -43.0475 9.99896 -30
-STDOUT_6856=0 -2.99459 0 0 -5.13356 0 0 -96.9754 -21.4268 -39.5169 -15.8706 -37.0718 10.9989 -28
-STDOUT_6857=-8 -2.9001 0 -3.28077 -4.29423 0 -4.74067 -77.9037 -23.6526 -40.6395 -20.1617 -42.1724 11.9988 -29
-STDOUT_6858=-8 -2.48575 0 -2.70651 -3.7803 0 -3.30558 -81.1373 -22.4628 -47.3337 -16.1851 -47.5178 11.9988 -30
-STDOUT_6859=-8 -3.88089 0 -2.70651 -3.85437 0 -2.63109 -87.242 -21.251 -46.9635 -25.1635 -64.2318 10.9989 -35
-STDOUT_6860=-8 -2.70066 0 -2.18215 -5.24442 0 -4.74067 -70.727 -26.7215 -45.7786 -21.5511 -43.2371 10.9989 -29
-STDOUT_6861=0 -2.83335 0 0 -4.62426 0 0 -96.9754 -20.3222 -39.5168 -16.0738 -37.0718 9.99896 -28
-STDOUT_6862=-8 -3.74424 0 -2.18215 -4.40686 0 -4.74067 -70.727 -29.4761 -46.9635 -21.2651 -42.5779 12.9986 -29
-STDOUT_6863=-8 -1.9568 0 -2.63668 -3.39631 0 -4.74067 -82.3724 -23.9011 -39.887 -19.9192 -39.7525 10.9989 -29
-STDOUT_6864=-8 -3.28395 0 -2.70651 -3.6053 0 -2.63109 -87.242 -23.5903 -46.9635 -26.0523 -64.2318 10.9989 -35
-STDOUT_6865=-8 -2.73886 0 -3.28077 -3.78493 0 -4.74067 -77.9037 -22.5481 -40.6395 -20.3649 -42.1724 10.9989 -29
-STDOUT_6866=-8 -3.20284 0 -2.18215 -5.45552 0 -4.74067 -70.727 -29.9843 -46.9635 -20.6523 -42.5779 11.9988 -29
-STDOUT_6867=-8 -3.19639 0 -2.98951 -3.54598 0 -4.58348 -69.8659 -24.4324 -47.0517 -21.5582 -44.0528 10.9989 -29
-STDOUT_6868=-8 -2.93407 0 -2.18215 -4.84527 0 -4.74067 -69.8659 -29.5285 -47.3337 -21.6976 -43.1198 11.9988 -29
-STDOUT_6869=0 -2.88724 0 0 -4.88602 0 0 -96.9754 -21.7266 -39.5169 -16.2724 -37.0718 10.9989 -28
-STDOUT_6870=0 -3.00718 0 0 -5.07959 0 0 -99.0403 -21.9014 -39.887 -20.9298 -43.0475 10.9989 -30
-STDOUT_6871=-8 -2.53942 0 -2.18215 -4.73513 0 -4.74067 -70.727 -25.617 -45.7786 -21.7543 -43.2371 9.99896 -29
-STDOUT_6872=-8 -2.67816 0 -2.70651 -2.26774 0 -3.30558 -81.1373 -21.3419 -47.3337 -16.6769 -47.5178 10.9989 -30
-STDOUT_6873=-8 -2.79275 0 -3.28077 -4.04669 0 -4.74067 -77.9037 -23.9525 -40.6395 -20.5635 -42.1724 11.9988 -29
-STDOUT_6874=-8 -2.8727 0 -2.98951 -5.39437 0 -4.58348 -70.727 -25.2148 -46.6815 -20.981 -43.5109 11.9988 -29
-STDOUT_6875=0 -3.67659 0 0 -3.62253 0 0 -96.9754 -18.2664 -39.5169 -15.8754 -37.0718 9.99896 -28
-STDOUT_6876=-8 -3.23511 0 -2.18215 -5.61052 0 -4.74067 -69.8659 -28.9926 -47.3337 -20.7683 -43.1198 11.9988 -29
-STDOUT_6877=-8 -2.59331 0 -2.18215 -4.99688 0 -4.74067 -70.727 -27.0213 -45.7786 -21.9529 -43.2371 10.9989 -29
-STDOUT_6878=-8 -3.23306 0 -2.18215 -5.70458 0 -4.74067 -70.727 -28.8627 -46.9635 -20.5623 -42.5779 11.9988 -29
-STDOUT_6879=-8 -3.66652 0 -2.18215 -3.8562 0 -4.74067 -69.8659 -27.8978 -47.3337 -21.0395 -43.1198 10.9989 -29
-STDOUT_6880=-8 -2.91431 0 -2.98951 -5.29878 0 -4.58348 -69.8659 -26.3714 -47.0517 -21.0714 -44.0528 11.9988 -29
-STDOUT_6881=-8 -3.5821 0 -3.28077 -2.7832 0 -4.74067 -77.9037 -20.4922 -40.6395 -20.1665 -42.1724 10.9989 -29
-STDOUT_6882=0 -3.72394 0 0 -5.76842 0 0 -96.9754 -19.2698 -39.5169 -14.6639 -37.0718 10.9989 -28
-STDOUT_6883=-8 -3.53682 0 -2.18215 -5.45705 0 -4.74067 -70.727 -28.701 -46.9635 -20.3494 -42.5779 11.9988 -29
-STDOUT_6884=0 -2.75827 0 0 -4.53445 0 0 -97.2149 -21.9992 -39.887 -19.5254 -39.7525 9.99896 -29
-STDOUT_6885=-8 -2.22991 0 -2.98951 -4.64531 0 -4.58348 -69.8659 -23.048 -45.8668 -22.0705 -44.712 9.99896 -29
-STDOUT_6886=-124 0 0 -26.8194 0 0 -24.9787 -163.84 -40.4725 -34.5028 -31.5123 -31.204 22.9976 -24
-STDOUT_6887=-118 0 0 -26.3469 0 0 -25.3539 -142.786 -45.4553 -38.4402 -31.1974 -29.6584 22.9976 -23
-STDOUT_6888=-118 0 0 -26.8578 0 0 -26.9172 -146.833 -43.4251 -36.7557 -28.9676 -27.5792 22.9976 -23
-STDOUT_6889=-124 0 0 -26.6987 0 0 -26.1073 -163.676 -42.2041 -35.6445 -30.8377 -30.1964 22.9976 -24
-STDOUT_6890=-124 0 0 -25.7256 0 0 -25.71 -166.018 -39.9299 -35.1886 -31.1145 -32.569 22.9976 -25
-STDOUT_6891=-124 0 0 -26.5988 0 0 -24.8195 -163.76 -41.03 -34.5966 -32.1808 -31.371 22.9976 -24
-STDOUT_6892=-118 0 0 -27.2092 0 0 -27.0361 -148.897 -42.5208 -35.8826 -27.97 -26.7084 22.9976 -23
-STDOUT_6893=-124 0 0 -26.468 0 0 -24.8598 -162.576 -41.3768 -35.3759 -32.5099 -32.0748 22.9976 -24
-STDOUT_6894=-124 0 0 -26.5537 0 0 -23.5619 -162.794 -41.5526 -35.477 -32.6228 -32.1738 22.9976 -24
-STDOUT_6895=-124 0 0 -27.1838 0 0 -25.6441 -167.111 -40.0086 -34.0711 -29.3983 -29.3818 22.9976 -24
-STDOUT_6896=-124 0 0 -27.8017 0 0 -25.145 -165.83 -39.3978 -34.5028 -28.6103 -28.4031 22.9976 -23
-STDOUT_6897=-124 0 0 -26.5801 0 0 -26.5545 -163.549 -43.0262 -36.7027 -29.1052 -28.0847 22.9976 -23
-STDOUT_6898=-124 0 0 -27.0654 0 0 -26.53 -163.251 -42.4271 -36.2204 -29.4156 -28.3636 22.9976 -23
-STDOUT_6899=-118 0 0 -26.5674 0 0 -25.5131 -144.004 -44.8978 -38.3464 -30.5289 -29.4914 22.9976 -23
-STDOUT_6900=-124 0 0 -25.9571 0 0 -23.2965 -158.947 -43.407 -37.0604 -34.7398 -34.154 22.9976 -24
-STDOUT_6901=-124 0 0 -25.6048 0 0 -26.8385 -165.854 -41.6615 -36.3303 -30.4398 -31.5614 22.9976 -25
-STDOUT_6902=-124 0 0 -26.4781 0 0 -25.9481 -163.596 -42.7616 -35.7383 -31.5061 -30.3634 22.9976 -24
-STDOUT_6903=-118 0 0 -27.0784 0 0 -27.0764 -148.051 -42.8676 -36.6619 -28.2991 -27.4122 22.9976 -23
-STDOUT_6904=-124 0 0 -26.3473 0 0 -25.9883 -162.412 -43.1084 -36.5176 -31.8352 -31.0673 22.9976 -24
-STDOUT_6905=-124 0 0 -25.3742 0 0 -25.591 -164.754 -40.8342 -36.0617 -32.1121 -33.4398 22.9976 -25
-STDOUT_6906=-124 0 0 -26.433 0 0 -24.6904 -162.63 -43.2842 -36.6187 -31.9481 -31.1662 22.9976 -24
-STDOUT_6907=-124 0 0 -26.2475 0 0 -24.7006 -162.496 -41.9343 -35.4698 -33.1784 -32.2418 22.9976 -24
-STDOUT_6908=-124 0 0 -25.4599 0 0 -24.2931 -164.972 -41.01 -36.1628 -32.225 -33.5388 22.9976 -25
-STDOUT_6909=-124 0 0 -27.063 0 0 -26.7726 -166.947 -41.7402 -35.2128 -28.7236 -28.3743 22.9976 -24
-STDOUT_6910=-124 0 0 -26.09 0 0 -26.3753 -169.289 -39.466 -34.7569 -29.0005 -30.7468 22.9976 -25
-STDOUT_6911=-124 0 0 -26.3332 0 0 -23.4027 -162.713 -42.1102 -35.5709 -33.2913 -32.3408 22.9976 -24
-STDOUT_6912=-124 0 0 -26.9632 0 0 -25.4849 -167.031 -40.5662 -34.165 -30.0668 -29.5488 22.9976 -24
-STDOUT_6913=-124 0 0 -26.7079 0 0 -25.8763 -168.008 -38.8552 -35.1886 -28.2125 -29.7681 22.9976 -24
-STDOUT_6914=-124 0 0 -25.4863 0 0 -27.2858 -165.727 -42.4836 -37.3884 -28.7074 -29.4497 22.9976 -24
-STDOUT_6915=-124 0 0 -27.5811 0 0 -24.9858 -165.75 -39.9554 -34.5966 -29.2788 -28.57 22.9976 -23
-STDOUT_6916=-118 0 0 -26.9436 0 0 -25.6193 -147.851 -43.601 -36.8568 -29.0805 -27.6782 22.9976 -23
-STDOUT_6917=-124 0 0 -26.3595 0 0 -26.3953 -163.469 -43.5838 -36.7965 -29.7737 -28.2517 22.9976 -23
-STDOUT_6918=-118 0 0 -26.5922 0 0 -25.5003 -145.999 -44.5053 -37.73 -30.0781 -28.549 22.9976 -23
-STDOUT_6919=-124 0 0 -25.9715 0 0 -27.2613 -165.429 -41.8845 -36.9062 -29.0178 -29.7285 22.9976 -24
-STDOUT_6920=-118 0 0 -27.4297 0 0 -27.1953 -150.114 -41.9633 -35.7887 -27.3015 -26.5414 22.9976 -23
-STDOUT_6921=-124 0 0 -26.8448 0 0 -26.3708 -163.17 -42.9847 -36.3142 -30.0841 -28.5305 22.9976 -23
-STDOUT_6922=-124 0 0 -25.8364 0 0 -24.4251 -158.783 -45.1386 -38.2021 -34.0651 -33.1464 22.9976 -24
-STDOUT_6923=-124 0 0 -24.8633 0 0 -24.0277 -161.125 -42.8643 -37.7462 -34.342 -35.5189 22.9976 -25
-STDOUT_6924=-124 0 0 -25.7366 0 0 -23.1373 -158.867 -43.9645 -37.1543 -35.4083 -34.3209 22.9976 -24
-STDOUT_6925=-124 0 0 -26.8324 0 0 -25.5251 -165.847 -40.9129 -34.9443 -30.3958 -30.2527 22.9976 -24
-STDOUT_6926=-124 0 0 -27.3047 0 0 -24.9542 -164.778 -39.8734 -34.0205 -31.8227 -31.4828 22.9976 -24
-STDOUT_6927=-124 0 0 -26.9181 0 0 -24.2272 -166.065 -41.0887 -35.0454 -30.5087 -30.3516 22.9976 -24
-STDOUT_6928=-124 0 0 -27.4503 0 0 -25.0261 -164.566 -40.3021 -35.3759 -29.6079 -29.2739 22.9976 -23
-STDOUT_6929=-124 0 0 -26.2287 0 0 -26.4356 -162.285 -43.9306 -37.5758 -30.1028 -28.9555 22.9976 -23
-STDOUT_6930=-124 0 0 -27.536 0 0 -23.7282 -164.784 -40.4779 -35.477 -29.7208 -29.3729 22.9976 -23
-STDOUT_6931=-124 0 0 -26.3144 0 0 -25.1377 -162.503 -44.1064 -37.6769 -30.2157 -29.0545 22.9976 -23
-STDOUT_6932=-124 0 0 -28.1661 0 0 -25.8104 -169.101 -38.9339 -34.0711 -26.4962 -26.5809 22.9976 -23
-STDOUT_6933=-124 0 0 -26.9445 0 0 -27.2199 -166.82 -42.5624 -36.271 -26.9912 -26.2626 22.9976 -23
-STDOUT_6934=-124 0 0 -26.714 0 0 -26.411 -161.987 -43.3315 -37.0935 -30.4132 -29.2344 22.9976 -23
-STDOUT_6935=-124 0 0 -26.7997 0 0 -25.1132 -162.204 -43.5073 -37.1946 -30.526 -29.3334 22.9976 -23
-STDOUT_6936=-124 0 0 -25.505 0 0 -25.5508 -166.485 -40.4874 -35.2824 -31.783 -32.7359 22.9976 -25
-STDOUT_6937=-124 0 0 -27.4297 0 0 -27.1953 -166.522 -41.9633 -35.7887 -27.3015 -26.5414 22.9976 -23
-STDOUT_6938=-118 0 0 -26.4787 0 0 -25.2506 -142.055 -45.778 -38.6996 -32.2126 -30.9215 22.9976 -23
-STDOUT_6939=-118 0 0 -25.2531 0 0 -26.0852 -145.879 -44.9127 -39.126 -30.7996 -31.0233 22.9976 -24
-STDOUT_6940=-124 0 0 -25.2535 0 0 -26.7196 -164.591 -42.5658 -37.2034 -31.4374 -32.4322 22.9976 -25
-STDOUT_6941=-124 0 0 -26.2024 0 0 -23.4429 -161.742 -42.4569 -36.3502 -33.6204 -33.0446 22.9976 -24
-STDOUT_6942=-124 0 0 -26.3215 0 0 -23.9618 -162.218 -42.9431 -36.6288 -32.6257 -32.3318 22.9976 -24
-STDOUT_6943=-124 0 0 -26.1267 0 0 -25.8291 -162.332 -43.6659 -36.6115 -32.5037 -31.2342 22.9976 -24
-STDOUT_6944=-124 0 0 -25.3392 0 0 -25.4217 -164.808 -42.7416 -37.3045 -31.5503 -32.5312 22.9976 -25
-STDOUT_6945=-118 0 0 -26.0796 0 0 -24.7873 -143.191 -46.2905 -38.4402 -33.683 -31.7972 22.9976 -24
-STDOUT_6946=-124 0 0 -25.9692 0 0 -27.5039 -169.125 -41.1976 -35.8986 -28.3258 -29.7393 22.9976 -25
-STDOUT_6947=-124 0 0 -26.2125 0 0 -24.5312 -162.549 -43.8418 -36.7126 -32.6166 -31.3332 22.9976 -24
-STDOUT_6948=-124 0 0 -27.6317 0 0 -26.51 -165.541 -40.6848 -36.4327 -28.7589 -29.4046 22.9976 -24
-STDOUT_6949=-124 0 0 -26.8425 0 0 -26.6134 -166.867 -42.2978 -35.3067 -29.3921 -28.5413 22.9976 -24
-STDOUT_6950=-124 0 0 -26.9394 0 0 -23.4628 -160.937 -42.3323 -37.0604 -31.8377 -31.353 22.9976 -23
-STDOUT_6951=-124 0 0 -25.7178 0 0 -24.8723 -158.656 -45.9607 -39.2603 -32.3327 -31.0347 22.9976 -23
-STDOUT_6952=-124 0 0 -28.287 0 0 -25.1205 -166.342 -38.7987 -34.0205 -28.9206 -28.6819 22.9976 -23
-STDOUT_6953=-124 0 0 -26.2031 0 0 -24.8478 -158.358 -45.3616 -38.778 -32.643 -31.3135 22.9976 -23
-STDOUT_6954=-124 0 0 -24.7425 0 0 -25.1563 -160.961 -44.5959 -38.8879 -33.6673 -34.5114 22.9976 -25
-STDOUT_6955=-118 0 0 -26.9896 0 0 -26.8139 -146.102 -43.7478 -37.0151 -29.9827 -28.8424 22.9976 -23
-STDOUT_6956=-118 0 0 -25.764 0 0 -27.6484 -149.926 -42.8825 -37.4415 -28.5698 -28.9442 22.9976 -24
-STDOUT_6957=-124 0 0 -25.6158 0 0 -24.2659 -158.703 -45.6961 -38.296 -34.7336 -33.3134 22.9976 -24
-STDOUT_6958=-124 0 0 -26.7117 0 0 -26.6537 -165.683 -42.6445 -36.086 -29.7212 -29.2451 22.9976 -24
-STDOUT_6959=-124 0 0 -27.1839 0 0 -26.0828 -164.597 -41.605 -35.1623 -31.148 -30.4753 22.9976 -24
-STDOUT_6960=-124 0 0 -25.7386 0 0 -26.2563 -168.025 -40.3703 -35.6301 -29.998 -31.6176 22.9976 -25
-STDOUT_6961=-118 0 0 -26.9153 0 0 -26.3777 -148.729 -42.3331 -38.0413 -28.7398 -29.2472 22.9976 -24
-STDOUT_6962=-124 0 0 -26.7974 0 0 -25.3558 -165.901 -42.8203 -36.1871 -29.8341 -29.3441 22.9976 -24
-STDOUT_6963=-124 0 0 -26.6119 0 0 -25.3659 -165.767 -41.4705 -35.0381 -31.0643 -30.4196 22.9976 -24
-STDOUT_6964=-124 0 0 -26.2109 0 0 -25.6854 -166.957 -39.3307 -34.7063 -31.4249 -32.8478 22.9976 -25
-STDOUT_6965=-124 0 0 -25.8243 0 0 -24.9585 -168.243 -40.5461 -35.7311 -30.1109 -31.7166 22.9976 -25
-STDOUT_6966=-124 0 0 -27.1484 0 0 -25.0887 -170.208 -36.6228 -32.7608 -28.9474 -30.2402 22.9976 -24
-STDOUT_6967=-124 0 0 -27.0841 0 0 -24.795 -164.698 -40.4309 -34.1144 -32.4912 -31.6498 22.9976 -24
-STDOUT_6968=-124 0 0 -26.6976 0 0 -24.068 -165.984 -41.6463 -35.1392 -31.1772 -30.5186 22.9976 -24
-STDOUT_6969=-124 0 0 -26.3565 0 0 -25.7573 -166.745 -39.7595 -36.0617 -29.21 -30.6389 22.9976 -24
-STDOUT_6970=-124 0 0 -25.1349 0 0 -27.1668 -164.464 -43.3879 -38.2616 -29.705 -30.3205 22.9976 -24
-STDOUT_6971=-124 0 0 -27.2298 0 0 -24.8669 -164.486 -40.8597 -35.4698 -30.2764 -29.4409 22.9976 -23
-STDOUT_6972=-124 0 0 -26.4422 0 0 -24.4594 -166.962 -39.9353 -36.1628 -29.3229 -30.7379 22.9976 -24
-STDOUT_6973=-124 0 0 -26.0081 0 0 -26.2764 -162.205 -44.4881 -37.6696 -30.7713 -29.1225 22.9976 -23
-STDOUT_6974=-124 0 0 -25.2206 0 0 -25.8689 -164.681 -43.5638 -38.3627 -29.8179 -30.4195 22.9976 -24
-STDOUT_6975=-124 0 0 -27.0723 0 0 -26.5416 -171.28 -38.3913 -34.7569 -26.0984 -27.9459 22.9976 -24
-STDOUT_6976=-124 0 0 -27.3155 0 0 -23.569 -164.704 -41.0355 -35.5709 -30.3893 -29.5399 22.9976 -23
-STDOUT_6977=-124 0 0 -25.8506 0 0 -27.9511 -168.998 -42.0198 -36.9568 -26.5934 -27.6275 22.9976 -24
-STDOUT_6978=-124 0 0 -26.0939 0 0 -24.9785 -162.422 -44.664 -37.7707 -30.8842 -29.2215 22.9976 -23
-STDOUT_6979=-124 0 0 -27.9455 0 0 -25.6512 -169.021 -39.4915 -34.165 -27.1647 -26.7479 22.9976 -23
-STDOUT_6980=-124 0 0 -25.6202 0 0 -27.1423 -164.165 -42.7888 -37.7793 -30.0153 -30.5994 22.9976 -24
-STDOUT_6981=-124 0 0 -26.7239 0 0 -27.0607 -166.74 -43.1199 -36.3648 -27.6597 -26.4295 22.9976 -23
-STDOUT_6982=-118 0 0 -26.6126 0 0 -26.7708 -146.185 -44.3752 -37.466 -30.087 -28.6886 22.9976 -23
-STDOUT_6983=-124 0 0 -26.4934 0 0 -26.2519 -161.907 -43.889 -37.1874 -31.0816 -29.4014 22.9976 -23
-STDOUT_6984=-118 0 0 -26.6759 0 0 -25.4639 -149.154 -41.6057 -36.6982 -28.6325 -28.6946 22.9976 -23
-STDOUT_6985=-124 0 0 -25.3843 0 0 -26.6794 -166.321 -42.219 -36.4241 -31.1083 -31.7284 22.9976 -25
-STDOUT_6986=FEATURES_TXT_END_0
-STDOUT_6987=FEATURES_TXT_BEGIN_0 3 300 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_6988=0 -3.50141 0 0 -2.459 0 0 -56.6503 -10.1767 -35.2516 -3.05816 -19.298 6.99927 -17
-STDOUT_6989=0 -3.32032 0 0 -2.19949 0 0 -56.6503 -10.7451 -35.2516 -4.53413 -19.298 6.99927 -17
-STDOUT_6990=0 -3.34287 0 0 -2.4658 0 0 -56.6503 -11.2196 -35.2516 -3.64503 -19.298 7.99917 -17
-STDOUT_6991=0 -3.43736 0 0 -2.49757 0 0 -56.6503 -9.73633 -35.2516 -4.85759 -19.298 6.99927 -17
-STDOUT_6992=0 -3.13836 0 0 -2.23806 0 0 -56.6503 -10.0477 -35.2516 -6.54306 -19.298 6.99927 -17
-STDOUT_6993=0 -3.16178 0 0 -2.20629 0 0 -56.6503 -11.7881 -35.2516 -5.12101 -19.298 7.99917 -17
-STDOUT_6994=0 -2.8984 0 0 -2.36615 0 0 -56.6503 -12.1332 -35.2516 -5.41436 -19.298 6.99927 -17
-STDOUT_6995=0 -3.27882 0 0 -2.50438 0 0 -56.6503 -10.7793 -35.2516 -5.44446 -19.298 7.99917 -17
-STDOUT_6996=0 -3.62702 0 0 -2.60625 0 0 -56.6503 -11.1206 -35.2516 -3.64529 -19.298 7.99917 -17
-STDOUT_6997=0 -2.97982 0 0 -2.24487 0 0 -56.6503 -11.0907 -35.2516 -7.12994 -19.298 7.99917 -17
-STDOUT_6998=0 -2.71732 0 0 -2.10664 0 0 -56.6503 -12.7017 -35.2516 -6.89034 -19.298 6.99927 -17
-STDOUT_6999=0 -3.88352 0 0 -2.72551 0 0 -56.6503 -10.1693 -35.2516 -3.69788 -19.298 7.99917 -17
-STDOUT_7000=0 -3.58453 0 0 -2.466 0 0 -56.6503 -10.4807 -35.2516 -5.38336 -19.298 7.99917 -17
-STDOUT_7001=0 -3.44593 0 0 -2.34674 0 0 -56.6503 -11.6891 -35.2516 -5.12127 -19.298 7.99917 -17
-STDOUT_7002=0 -3.04931 0 0 -2.312 0 0 -51.4149 -23.3523 -51.2544 -5.32526 -13.9168 6.99927 -14
-STDOUT_7003=0 -3.6405 0 0 -3.0055 0 0 -51.3183 -18.2766 -48.7348 -3.03033 -21.6142 5.99938 -16
-STDOUT_7004=0 -2.73986 0 0 -2.37295 0 0 -56.6503 -13.1762 -35.2516 -6.00124 -19.298 7.99917 -17
-STDOUT_7005=0 -2.83436 0 0 -2.40472 0 0 -56.6503 -11.6929 -35.2516 -7.2138 -19.298 6.99927 -17
-STDOUT_7006=0 -3.73192 0 0 -2.61305 0 0 -56.6503 -11.2828 -35.2516 -3.95239 -19.298 8.99907 -17
-STDOUT_7007=0 -2.53536 0 0 -2.14521 0 0 -56.6503 -12.0043 -35.2516 -8.89927 -19.298 6.99927 -17
-STDOUT_7008=0 -2.86823 0 0 -2.05249 0 0 -51.4149 -23.9208 -51.2544 -6.80124 -13.9168 6.99927 -14
-STDOUT_7009=0 -3.45941 0 0 -2.74599 0 0 -51.3183 -18.8451 -48.7348 -4.50631 -21.6142 5.99938 -16
-STDOUT_7010=0 -2.55878 0 0 -2.11344 0 0 -56.6503 -13.7447 -35.2516 -7.47721 -19.298 7.99917 -17
-STDOUT_7011=0 -3.56297 0 0 -2.64483 0 0 -56.6503 -10.6803 -35.2516 -5.44473 -19.298 7.99917 -17
-STDOUT_7012=0 -3.26398 0 0 -2.38532 0 0 -56.6503 -10.9917 -35.2516 -7.1302 -19.298 7.99917 -17
-STDOUT_7013=0 -3.55084 0 0 -2.35354 0 0 -56.6503 -11.8513 -35.2516 -5.42837 -19.298 8.99907 -17
-STDOUT_7014=0 -3.72498 0 0 -2.73231 0 0 -56.6503 -11.2123 -35.2516 -4.28476 -19.298 8.99907 -17
-STDOUT_7015=0 -3.42598 0 0 -2.4728 0 0 -56.6503 -11.5236 -35.2516 -5.97023 -19.298 8.99907 -17
-STDOUT_7016=0 -3.04931 0 0 -2.459 0 0 -56.6503 -13.573 -35.2516 -5.32526 -19.298 6.99927 -17
-STDOUT_7017=0 -2.89077 0 0 -2.3188 0 0 -51.4149 -24.3953 -51.2544 -5.91214 -13.9168 7.99917 -14
-STDOUT_7018=0 -3.48196 0 0 -3.0123 0 0 -51.3183 -19.3195 -48.7348 -3.6172 -21.6142 6.99927 -16
-STDOUT_7019=0 -4.07702 0 0 -2.60932 0 0 -56.6503 -11.363 -35.2516 -3.78334 -19.298 8.99907 -17
-STDOUT_7020=0 -2.98526 0 0 -2.35058 0 0 -51.4149 -22.912 -51.2544 -7.1247 -13.9169 6.99927 -14
-STDOUT_7021=0 -2.67582 0 0 -2.41153 0 0 -56.6503 -12.7359 -35.2516 -7.80067 -19.298 7.99917 -17
-STDOUT_7022=0 -3.02401 0 0 -2.5134 0 0 -56.6503 -13.0772 -35.2516 -6.0015 -19.298 7.99917 -17
-STDOUT_7023=0 -2.68627 0 0 -2.09106 0 0 -51.4149 -23.2234 -51.2544 -8.81017 -13.9168 6.99927 -14
-STDOUT_7024=0 -2.37682 0 0 -2.15202 0 0 -56.6503 -13.0472 -35.2516 -9.48614 -19.298 7.99917 -17
-STDOUT_7025=0 -3.66787 0 0 -2.65163 0 0 -56.6503 -10.8425 -35.2516 -5.75183 -19.298 8.99907 -17
-STDOUT_7026=0 -2.62103 0 0 -1.96053 0 0 -55.8316 -13.7255 -41.033 -4.35755 -24.1438 6.99927 -17
-STDOUT_7027=0 -3.36888 0 0 -2.39212 0 0 -56.6503 -11.1539 -35.2516 -7.4373 -19.298 8.99907 -17
-STDOUT_7028=0 -2.86823 0 0 -2.19949 0 0 -56.6503 -14.1415 -35.2516 -6.80124 -19.298 6.99927 -17
-STDOUT_7029=0 -2.70969 0 0 -2.05929 0 0 -51.4149 -24.9638 -51.2544 -7.38812 -13.9168 7.99917 -14
-STDOUT_7030=0 -3.28052 0 0 -2.63266 0 0 -56.6503 -12.1259 -35.2516 -6.05409 -19.298 7.99917 -17
-STDOUT_7031=0 -3.30087 0 0 -2.75279 0 0 -51.3183 -19.888 -48.7348 -5.09318 -21.6142 6.99927 -16
-STDOUT_7032=0 -3.89594 0 0 -2.34981 0 0 -56.6503 -11.9315 -35.2516 -5.25932 -19.298 8.99907 -17
-STDOUT_7033=0 -2.98152 0 0 -2.37315 0 0 -56.6503 -12.4373 -35.2516 -7.73956 -19.298 7.99917 -17
-STDOUT_7034=0 -2.84293 0 0 -2.25389 0 0 -56.6503 -13.6457 -35.2516 -7.47748 -19.298 7.99917 -17
-STDOUT_7035=0 -3.03749 0 0 -2.91265 0 0 -51.3183 -20.2332 -48.7348 -5.38654 -21.6142 5.99938 -16
-STDOUT_7036=0 -2.43995 0 0 -1.70102 0 0 -55.8316 -14.294 -41.033 -5.83353 -24.1438 6.99927 -17
-STDOUT_7037=0 -4.00913 0 0 -2.87276 0 0 -56.6503 -11.1133 -35.2516 -4.28502 -19.298 8.99907 -17
-STDOUT_7038=0 -3.49727 0 0 -2.70262 0 0 -56.6503 -12.1769 -35.2516 -5.50219 -19.298 7.99917 -17
-STDOUT_7039=0 -3.12892 0 0 -2.5202 0 0 -56.6503 -13.2394 -35.2516 -6.3086 -19.298 8.99907 -17
-STDOUT_7040=0 -2.89077 0 0 -2.4658 0 0 -56.6503 -14.6159 -35.2516 -5.91214 -19.298 7.99917 -17
-STDOUT_7041=0 -3.71014 0 0 -2.61325 0 0 -56.6503 -11.4247 -35.2516 -5.97049 -19.298 8.99907 -17
-STDOUT_7042=0 -2.98526 0 0 -2.49757 0 0 -56.6503 -13.1327 -35.2516 -7.1247 -19.298 6.99927 -17
-STDOUT_7043=0 -2.72593 0 0 -1.96734 0 0 -55.8316 -13.8876 -41.033 -4.66465 -24.1438 7.99917 -17
-STDOUT_7044=0 -2.82672 0 0 -2.35738 0 0 -51.4149 -23.955 -51.2544 -7.71157 -13.9169 7.99917 -14
-STDOUT_7045=0 -3.17492 0 0 -2.45925 0 0 -51.4149 -24.2963 -51.2544 -5.9124 -13.9168 7.99917 -14
-STDOUT_7046=0 -3.76611 0 0 -3.15275 0 0 -51.3183 -19.2206 -48.7348 -3.61747 -21.6142 6.99927 -16
-STDOUT_7047=0 -3.04195 0 0 -2.70262 0 0 -56.6503 -13.8387 -35.2516 -5.6748 -19.298 7.99917 -17
-STDOUT_7048=0 -2.68627 0 0 -2.23806 0 0 -56.6503 -13.444 -35.2516 -8.81017 -19.298 6.99927 -17
-STDOUT_7049=0 -3.51831 0 0 -2.71031 0 0 -56.6503 -12.8906 -35.2516 -5.03663 -19.298 7.99917 -17
-STDOUT_7050=0 -4.01297 0 0 -2.6479 0 0 -56.6503 -10.9226 -35.2516 -5.58278 -19.298 8.99907 -17
-STDOUT_7051=0 -2.52773 0 0 -2.09787 0 0 -51.4149 -24.2663 -51.2544 -9.39704 -13.9168 7.99917 -14
-STDOUT_7052=0 -3.5784 0 0 -2.724 0 0 -54.9305 -12.1457 -35.972 -8.10076 -23.3682 7.99917 -17
-STDOUT_7053=0 -3.66364 0 0 -2.73496 0 0 -56.6503 -12.1865 -35.2516 -5.26026 -19.298 6.99927 -17
-STDOUT_7054=0 -2.85641 0 0 -2.65314 0 0 -51.3183 -20.8017 -48.7348 -6.86251 -21.6142 5.99938 -16
-STDOUT_7055=0 -2.95997 0 0 -2.55198 0 0 -56.6503 -12.6369 -35.2516 -7.80093 -19.298 7.99917 -17
-STDOUT_7056=0 -3.71398 0 0 -2.38839 0 0 -56.6503 -11.234 -35.2516 -7.26825 -19.298 8.99907 -17
-STDOUT_7057=0 -4.4607 0 0 -2.60252 0 0 -56.6503 -12.1254 -35.2516 -3.17932 -19.298 7.99917 -17
-STDOUT_7058=0 -3.31618 0 0 -2.44311 0 0 -56.6503 -12.7453 -35.2516 -6.97817 -19.298 7.99917 -17
-STDOUT_7059=0 -2.66097 0 0 -2.29247 0 0 -56.6503 -12.9483 -35.2516 -9.4864 -19.298 7.99917 -17
-STDOUT_7060=0 -4.27588 0 0 -2.74977 0 0 -56.6503 -11.6257 -35.2516 -3.90203 -19.298 8.99907 -17
-STDOUT_7061=0 -2.94783 0 0 -2.26069 0 0 -56.6503 -13.8079 -35.2516 -7.78458 -19.298 8.99907 -17
-STDOUT_7062=0 -2.70969 0 0 -2.20629 0 0 -56.6503 -15.1844 -35.2516 -7.38812 -19.298 7.99917 -17
-STDOUT_7063=0 -3.43143 0 0 -2.57851 0 0 -51.4149 -23.345 -51.2544 -5.96499 -13.9168 7.99917 -14
-STDOUT_7064=0 -2.55699 0 0 -1.99911 0 0 -55.8316 -13.2852 -41.033 -6.15699 -24.1438 6.99927 -17
-STDOUT_7065=0 -4.02261 0 0 -3.27201 0 0 -51.3183 -18.2693 -48.7348 -3.67006 -21.6142 6.99927 -16
-STDOUT_7066=0 -3.12198 0 0 -2.63946 0 0 -56.6503 -13.1689 -35.2516 -6.64096 -19.298 8.99907 -17
-STDOUT_7067=0 -3.13243 0 0 -2.319 0 0 -51.4149 -23.6564 -51.2544 -7.65046 -13.9168 7.99917 -14
-STDOUT_7068=0 -2.25799 0 0 -1.7396 0 0 -55.8316 -13.5965 -41.033 -7.84246 -24.1438 6.99927 -17
-STDOUT_7069=0 -2.54485 0 0 -1.70783 0 0 -55.8316 -14.4561 -41.033 -6.14063 -24.1438 7.99917 -17
-STDOUT_7070=0 -3.72362 0 0 -3.0125 0 0 -51.3183 -18.5806 -48.7348 -5.35553 -21.6142 6.99927 -16
-STDOUT_7071=0 -2.82298 0 0 -2.37995 0 0 -56.6503 -13.4802 -35.2516 -8.32644 -19.298 8.99907 -17
-STDOUT_7072=0 -4.11403 0 0 -2.87956 0 0 -56.6503 -11.2755 -35.2516 -4.59212 -19.298 9.99896 -17
-STDOUT_7073=0 -2.99384 0 0 -2.19974 0 0 -51.4149 -24.8648 -51.2544 -7.38838 -13.9168 7.99917 -14
-STDOUT_7074=0 -3.58503 0 0 -2.89324 0 0 -51.3183 -19.7891 -48.7348 -5.09344 -21.6142 6.99927 -16
-STDOUT_7075=0 -2.86086 0 0 -2.44311 0 0 -56.6503 -14.4072 -35.2516 -7.15077 -19.298 7.99917 -17
-STDOUT_7076=0 -3.39731 0 0 -2.46449 0 0 -54.9305 -12.7142 -35.972 -9.57673 -23.3682 7.99917 -17
-STDOUT_7077=0 -3.1884 0 0 -2.8585 0 0 -46.0829 -31.4523 -64.7376 -5.29744 -16.2331 5.99938 -13
-STDOUT_7078=0 -3.81504 0 0 -2.62005 0 0 -56.6503 -11.5868 -35.2516 -6.27759 -19.298 9.99896 -17
-STDOUT_7079=0 -2.87895 0 0 -2.91945 0 0 -51.3183 -21.2761 -48.7348 -5.97341 -21.6142 6.99927 -16
-STDOUT_7080=0 -3.48256 0 0 -2.47545 0 0 -56.6503 -12.755 -35.2516 -6.73624 -19.298 6.99927 -17
-STDOUT_7081=0 -4.27962 0 0 -2.34301 0 0 -56.6503 -12.6939 -35.2516 -4.6553 -19.298 7.99917 -17
-STDOUT_7082=0 -3.47402 0 0 -2.51647 0 0 -56.6503 -13.3195 -35.2516 -6.13955 -19.298 8.99907 -17
-STDOUT_7083=0 -3.27982 0 0 -2.46605 0 0 -51.4149 -24.4585 -51.2544 -6.2195 -13.9168 8.99907 -14
-STDOUT_7084=0 -3.33873 0 0 -2.70942 0 0 -56.6503 -13.2198 -35.2516 -6.08907 -19.298 8.99907 -17
-STDOUT_7085=0 -4.00628 0 0 -2.57022 0 0 -54.9305 -13.5521 -35.972 -6.5492 -23.3682 7.99917 -17
-STDOUT_7086=0 -3.87101 0 0 -3.15956 0 0 -51.3183 -19.3828 -48.7348 -3.92457 -21.6142 7.99917 -16
-STDOUT_7087=0 -4.09479 0 0 -2.49026 0 0 -56.6503 -12.1942 -35.2516 -5.37801 -19.298 8.99907 -17
-STDOUT_7088=0 -3.59079 0 0 -3.19587 0 0 -78.8523 -10.8224 -35.6591 -18.1293 -43.2296 8.99907 -28
-STDOUT_7089=0 -3.621 0 0 -4.59019 0 0 -78.8523 -11.703 -35.6591 -17.3834 -43.2296 8.99907 -28
-STDOUT_7090=0 -4.2964 0 0 -3.59675 0 0 -78.8523 -10.9341 -35.6591 -17.9002 -43.2296 9.99896 -28
-STDOUT_7091=0 -4.18966 0 0 -3.4886 0 0 -78.8523 -10.8661 -35.6591 -18.2171 -43.2296 9.99896 -28
-STDOUT_7092=0 -2.93899 0 0 -2.54459 0 0 -70.3675 -11.5186 -35.2248 -9.2326 -29.1187 7.99917 -23
-STDOUT_7093=0 -3.855 0 0 -3.28007 0 0 -78.8523 -10.558 -35.6591 -18.9785 -43.2296 9.99896 -28
-STDOUT_7094=0 -3.09753 0 0 -2.53779 0 0 -70.3675 -10.4757 -35.2248 -8.64573 -29.1187 6.99927 -23
-STDOUT_7095=0 -4.26274 0 0 -3.38164 0 0 -78.8523 -10.4195 -35.6591 -17.7966 -43.2296 8.99907 -28
-STDOUT_7096=0 -3.78878 0 0 -3.63581 0 0 -78.8523 -12.9679 -35.6591 -18.6318 -43.2296 9.99896 -28
-STDOUT_7097=0 -4.28577 0 0 -3.07477 0 0 -78.9005 -12.7988 -35.6308 -19.2779 -41.9222 9.99896 -28
-STDOUT_7098=0 -4.32495 0 0 -3.33939 0 0 -78.8523 -10.9658 -35.6591 -18.2676 -43.2296 9.99896 -28
-STDOUT_7099=0 -4.11141 0 0 -3.41124 0 0 -78.8523 -12.5111 -35.6591 -18.5848 -43.2296 9.99896 -28
-STDOUT_7100=0 -4.56458 0 0 -3.67438 0 0 -78.8523 -10.6418 -35.6591 -17.9612 -43.2296 9.99896 -28
-STDOUT_7101=0 -3.32805 0 0 -2.69184 0 0 -70.3675 -11.5818 -35.2247 -9.53996 -29.1187 8.99907 -23
-STDOUT_7102=0 -2.9692 0 0 -3.93892 0 0 -70.3675 -12.3992 -35.2247 -8.48673 -29.1187 7.99917 -23
-STDOUT_7103=0 -4.31357 0 0 -4.88293 0 0 -78.8523 -11.6137 -35.6591 -17.4228 -43.2296 9.99896 -28
-STDOUT_7104=0 -3.22314 0 0 -2.68504 0 0 -70.3675 -11.4197 -35.2248 -9.23286 -29.1187 7.99917 -23
-STDOUT_7105=0 -4.89527 0 0 -3.88949 0 0 -78.8523 -10.9777 -35.6591 -17.988 -43.2296 10.9989 -28
-STDOUT_7106=0 -3.8852 0 0 -4.6744 0 0 -78.8523 -11.4386 -35.6591 -18.2326 -43.2296 9.99896 -28
-STDOUT_7107=0 -3.6446 0 0 -2.94548 0 0 -70.3675 -11.6303 -35.2248 -9.00352 -29.1187 8.99907 -23
-STDOUT_7108=0 -3.12774 0 0 -3.93211 0 0 -70.3675 -11.3563 -35.2247 -7.89985 -29.1187 6.99927 -23
-STDOUT_7109=0 -3.81898 0 0 -5.03014 0 0 -78.8523 -13.8485 -35.6591 -17.8859 -43.2296 9.99896 -28
-STDOUT_7110=0 -4.31597 0 0 -4.46909 0 0 -78.9005 -13.6794 -35.6308 -18.532 -41.9222 9.99896 -28
-STDOUT_7111=0 -4.35515 0 0 -4.73372 0 0 -78.8523 -11.8464 -35.6591 -17.5217 -43.2296 9.99896 -28
-STDOUT_7112=0 -4.00168 0 0 -2.93059 0 0 -78.9005 -11.7937 -35.6308 -19.7753 -41.9222 8.99907 -28
-STDOUT_7113=0 -3.53786 0 0 -2.83733 0 0 -70.3675 -11.5622 -35.2248 -9.32043 -29.1187 8.99907 -23
-STDOUT_7114=0 -4.47286 0 0 -3.26851 0 0 -80.0018 -13.1348 -36.4444 -13.6074 -31.7039 9.99896 -26
-STDOUT_7115=0 -4.56061 0 0 -3.68096 0 0 -78.8523 -10.6697 -35.6591 -18.7494 -43.2296 10.9989 -28
-STDOUT_7116=0 -3.80314 0 0 -2.93867 0 0 -70.3675 -10.5873 -35.2248 -8.41665 -29.1187 7.99917 -23
-STDOUT_7117=0 -4.49439 0 0 -4.0367 0 0 -78.8523 -13.0796 -35.6591 -18.4027 -43.2296 10.9989 -28
-STDOUT_7118=0 -4.99138 0 0 -3.47566 0 0 -78.9005 -12.9105 -35.6308 -19.0488 -41.9222 10.9989 -28
-STDOUT_7119=0 -5.03056 0 0 -3.74028 0 0 -78.8523 -11.0775 -35.6591 -18.0385 -43.2296 10.9989 -28
-STDOUT_7120=0 -3.73434 0 0 -4.8053 0 0 -78.8523 -12.528 -35.6591 -18.3897 -43.2296 9.99896 -28
-STDOUT_7121=0 -4.26231 0 0 -3.12126 0 0 -80.0018 -12.8437 -36.4444 -13.5493 -31.7039 8.99907 -26
-STDOUT_7122=0 -4.45386 0 0 -3.57281 0 0 -78.8523 -10.6016 -35.6591 -19.0663 -43.2296 10.9989 -28
-STDOUT_7123=0 -3.20319 0 0 -2.6288 0 0 -70.3675 -11.2542 -35.2248 -10.0818 -29.1187 8.99907 -23
-STDOUT_7124=0 -3.6964 0 0 -2.83052 0 0 -70.3675 -10.5193 -35.2248 -8.73356 -29.1187 7.99917 -23
-STDOUT_7125=0 -4.25863 0 0 -3.22333 0 0 -78.9005 -12.3221 -35.6308 -19.8387 -41.9222 9.99896 -28
-STDOUT_7126=0 -4.38764 0 0 -3.92855 0 0 -78.8523 -13.0115 -35.6591 -18.7196 -43.2296 10.9989 -28
-STDOUT_7127=0 -3.61094 0 0 -2.73037 0 0 -70.3675 -11.1157 -35.2248 -8.89995 -29.1187 7.99917 -23
-STDOUT_7128=0 -4.88463 0 0 -3.3675 0 0 -78.9005 -12.8424 -35.6308 -19.3657 -41.9222 10.9989 -28
-STDOUT_7129=0 -3.13698 0 0 -2.98453 0 0 -70.3675 -13.6641 -35.2248 -9.7351 -29.1187 8.99907 -23
-STDOUT_7130=0 -4.92381 0 0 -3.63213 0 0 -78.8523 -11.0094 -35.6591 -18.3554 -43.2296 10.9989 -28
-STDOUT_7131=0 -3.63397 0 0 -2.42349 0 0 -70.4157 -13.495 -35.1964 -10.3812 -27.8113 8.99907 -23
-STDOUT_7132=0 -3.67315 0 0 -2.68811 0 0 -70.3675 -11.662 -35.2248 -9.37091 -29.1187 8.99907 -23
-STDOUT_7133=0 -4.86376 0 0 -2.85939 0 0 -78.9005 -11.1101 -35.6308 -18.8224 -41.9222 8.99907 -28
-STDOUT_7134=0 -4.14162 0 0 -4.80557 0 0 -78.8523 -13.3917 -35.6591 -17.8389 -43.2296 9.99896 -28
-STDOUT_7135=0 -3.82733 0 0 -3.26706 0 0 -78.8523 -11.506 -35.6591 -19.0821 -43.2296 8.99907 -28
-STDOUT_7136=0 -4.17089 0 0 -3.72002 0 0 -78.8523 -12.9606 -35.6591 -19.2715 -43.2296 10.9989 -28
-STDOUT_7137=0 -3.36174 0 0 -2.62199 0 0 -70.3675 -10.2112 -35.2248 -9.49495 -29.1187 7.99917 -23
-STDOUT_7138=0 -4.52694 0 0 -3.46585 0 0 -78.8523 -10.155 -35.6591 -18.6459 -43.2296 9.99896 -28
-STDOUT_7139=0 -4.54997 0 0 -3.15898 0 0 -78.9005 -12.5343 -35.6308 -20.1271 -41.9222 10.9989 -28
-STDOUT_7140=0 -3.76948 0 0 -2.72356 0 0 -70.3675 -10.0727 -35.2248 -8.31307 -29.1187 6.99927 -23
-STDOUT_7141=0 -4.58915 0 0 -3.4236 0 0 -78.8523 -10.7013 -35.6591 -19.1168 -43.2296 10.9989 -28
-STDOUT_7142=0 -3.29552 0 0 -2.97773 0 0 -70.3675 -12.6211 -35.2248 -9.14823 -29.1187 7.99917 -23
-STDOUT_7143=0 -3.79251 0 0 -2.41669 0 0 -70.4157 -12.452 -35.1964 -9.79436 -27.8113 7.99917 -23
-STDOUT_7144=0 -4.46072 0 0 -3.82159 0 0 -78.8523 -12.565 -35.6591 -18.2991 -43.2296 9.99896 -28
-STDOUT_7145=0 -4.81702 0 0 -3.81213 0 0 -78.8523 -12.6228 -35.6591 -18.3557 -43.2296 10.9989 -28
-STDOUT_7146=0 -3.35825 0 0 -4.08617 0 0 -70.3675 -12.4624 -35.2247 -8.79409 -29.1187 8.99907 -23
-STDOUT_7147=0 -4.95771 0 0 -3.26054 0 0 -78.9005 -12.3958 -35.6308 -18.9453 -41.9222 9.99896 -28
-STDOUT_7148=0 -4.99689 0 0 -3.52517 0 0 -78.8523 -10.5629 -35.6591 -17.9349 -43.2296 9.99896 -28
-STDOUT_7149=0 -4.48375 0 0 -3.51471 0 0 -78.9005 -14.9442 -35.6308 -19.7804 -41.9222 10.9989 -28
-STDOUT_7150=0 -4.52293 0 0 -3.77933 0 0 -78.8523 -13.1113 -35.6591 -18.7701 -43.2296 10.9989 -28
-STDOUT_7151=0 -5.01992 0 0 -3.21829 0 0 -78.9005 -12.9421 -35.6308 -19.4162 -41.9222 10.9989 -28
-STDOUT_7152=0 -4.08427 0 0 -3.5598 0 0 -78.8523 -12.0344 -35.6591 -19.1456 -43.2296 9.99896 -28
-STDOUT_7153=0 -4.71028 0 0 -3.70398 0 0 -78.8523 -12.5547 -35.6591 -18.6726 -43.2296 10.9989 -28
-STDOUT_7154=0 -3.45961 0 0 -2.75997 0 0 -70.3675 -13.2073 -35.2248 -9.68808 -29.1187 8.99907 -23
-STDOUT_7155=0 -3.25335 0 0 -4.07937 0 0 -70.3675 -12.3003 -35.2247 -8.48699 -29.1187 7.99917 -23
-STDOUT_7156=0 -3.40884 0 0 -3.01181 0 0 -78.8523 -10.125 -35.6591 -20.1382 -43.2296 8.99907 -28
-STDOUT_7157=0 -4.03366 0 0 -3.09273 0 0 -70.3675 -11.6935 -35.2247 -9.31088 -29.1187 9.99896 -23
-STDOUT_7158=0 -3.91278 0 0 -3.0231 0 0 -70.3675 -11.3379 -35.2248 -9.06452 -29.1187 8.99907 -23
-STDOUT_7159=0 -3.92691 0 0 -2.98458 0 0 -70.3675 -11.6255 -35.2248 -9.62779 -29.1187 9.99896 -23
-STDOUT_7160=0 -4.37562 0 0 -3.49545 0 0 -78.8523 -12.2466 -35.6591 -19.434 -43.2296 10.9989 -28
-STDOUT_7161=0 -3.92875 0 0 -3.08593 0 0 -70.3675 -11.5313 -35.2248 -9.00378 -29.1187 8.99907 -23
-STDOUT_7162=0 -3.61815 0 0 -2.75316 0 0 -70.3675 -12.1643 -35.2248 -9.10121 -29.1187 7.99917 -23
-STDOUT_7163=0 -4.78336 0 0 -3.59702 0 0 -78.8523 -12.1082 -35.6591 -18.2521 -43.2296 9.99896 -28
-STDOUT_7164=0 -4.50307 0 0 -4.66284 0 0 -80.0018 -14.0154 -36.4444 -12.8615 -31.7039 9.99896 -26
-STDOUT_7165=0 -4.3094 0 0 -3.85119 0 0 -78.8523 -14.6566 -35.6591 -19.0873 -43.2296 10.9989 -28
-STDOUT_7166=0 -4.84557 0 0 -3.55476 0 0 -78.8523 -12.6545 -35.6591 -18.7231 -43.2296 10.9989 -28
-STDOUT_7167=0 -4.06054 0 0 -4.99108 0 0 -78.8523 -12.2449 -35.6591 -18.2346 -43.2296 9.99896 -28
-STDOUT_7168=0 -4.06449 0 0 -3.30424 0 0 -74.4556 -14.924 -36.4444 -9.93227 -29.3003 9.99896 -24
-STDOUT_7169=0 -4.82878 0 0 -3.75859 0 0 -78.8523 -10.3773 -35.6591 -18.8104 -43.2296 10.9989 -28
-STDOUT_7170=0 -3.82201 0 0 -2.97778 0 0 -70.3675 -11.4633 -35.2248 -9.32069 -29.1187 8.99907 -23
-STDOUT_7171=0 -4.07132 0 0 -3.0163 0 0 -70.3675 -10.295 -35.2248 -8.47764 -29.1187 7.99917 -23
-STDOUT_7172=0 -4.70729 0 0 -3.33148 0 0 -78.9005 -11.9054 -35.6308 -19.5462 -41.9222 9.99896 -28
-STDOUT_7173=0 -3.66177 0 0 -4.23165 0 0 -70.3675 -12.3099 -35.2247 -8.52607 -29.1187 8.99907 -23
-STDOUT_7174=0 -4.29251 0 0 -4.51558 0 0 -80.0018 -13.7243 -36.4444 -12.8034 -31.7039 8.99907 -26
-STDOUT_7175=0 -4.63355 0 0 -3.4091 0 0 -78.9005 -12.0978 -35.6308 -19.5828 -41.9222 9.99896 -28
-STDOUT_7176=0 -3.59225 0 0 -2.77605 0 0 -70.3675 -11.3174 -35.2248 -10.3892 -29.1187 9.99896 -23
-STDOUT_7177=0 -4.76256 0 0 -4.11432 0 0 -78.8523 -12.7872 -35.6591 -18.4637 -43.2296 10.9989 -28
-STDOUT_7178=0 -5.25955 0 0 -3.55328 0 0 -78.9005 -12.6181 -35.6308 -19.1098 -41.9222 10.9989 -28
-STDOUT_7179=0 -5.29873 0 0 -3.8179 0 0 -78.8523 -10.7851 -35.6591 -18.0995 -43.2296 10.9989 -28
-STDOUT_7180=0 -4.24347 0 0 -3.23821 0 0 -70.3675 -11.6739 -35.2248 -9.09135 -29.1187 9.99896 -23
-STDOUT_7181=0 -3.2334 0 0 -4.02312 0 0 -70.3675 -12.1348 -35.2248 -9.33595 -29.1187 8.99907 -23
-STDOUT_7182=0 -3.99999 0 0 -2.87762 0 0 -70.3675 -11.1789 -35.2247 -9.20731 -29.1187 8.99907 -23
-STDOUT_7183=0 -5.17847 0 0 -3.6694 0 0 -80.0018 -13.2465 -36.4444 -13.3783 -31.7039 10.9989 -26
-STDOUT_7184=0 -3.52603 0 0 -3.13179 0 0 -70.3675 -13.7273 -35.2247 -10.0425 -29.1187 9.99896 -23
-STDOUT_7185=0 -4.02302 0 0 -2.57074 0 0 -70.4157 -13.5582 -35.1964 -10.6886 -27.8113 9.99896 -23
-STDOUT_7186=0 -3.76515 0 0 -2.85939 0 0 -78.4803 -10.417 -33.3429 -18.8224 -39.5265 8.99907 -27
-STDOUT_7187=0 -3.85393 0 0 -3.15699 0 0 -74.4556 -14.633 -36.4444 -9.87417 -29.3003 8.99907 -24
-STDOUT_7188=-118 0 0 -23.6466 0 0 -30.5028 -131.486 -37.9122 -37.3891 -22.274 -27.8022 20.9978 -23
-STDOUT_7189=-118 0 0 -23.2444 0 0 -30.7701 -125.048 -42.1553 -37.5585 -28.8873 -32.1192 20.9978 -24
-STDOUT_7190=-118 0 0 -23.7211 0 0 -31.6148 -131.511 -40.388 -36.049 -25.1142 -28.6265 20.9978 -24
-STDOUT_7191=-118 0 0 -23.7822 0 0 -31.5031 -134.821 -38.4834 -37.1985 -20.8055 -25.4229 20.9978 -23
-STDOUT_7192=-118 0 0 -23.7598 0 0 -31.5019 -131.852 -40.4483 -37.1985 -24.0624 -28.4567 20.9978 -24
-STDOUT_7193=-118 0 0 -23.6242 0 0 -30.5015 -129.68 -39.8772 -37.3891 -25.5309 -30.836 20.9978 -24
-STDOUT_7194=-118 0 0 -24.1234 0 0 -31.3475 -138.981 -36.145 -35.8796 -18.5009 -24.3096 20.9978 -23
-STDOUT_7195=-118 0 0 -23.7436 0 0 -31.6161 -135.177 -38.4231 -36.049 -21.8573 -25.5928 20.9978 -23
-STDOUT_7196=-118 0 0 -23.3428 0 0 -30.3661 -130.725 -38.9439 -38.2053 -23.475 -29.0175 20.9978 -23
-STDOUT_7197=-118 0 0 -23.4545 0 0 -33.6254 -138.046 -36.127 -34.6621 -19.7338 -25.4694 20.9978 -23
-STDOUT_7198=-118 0 0 -23.7905 0 0 -31.2526 -135.08 -38.1716 -36.0136 -22.2338 -26.0128 20.9978 -23
-STDOUT_7199=-118 0 0 -25.1889 0 0 -27.6457 -136.21 -34.6552 -34.132 -22.4241 -27.8983 20.9978 -23
-STDOUT_7200=-118 0 0 -23.2668 0 0 -30.7714 -129.613 -40.1903 -37.5585 -25.6305 -29.0854 20.9978 -23
-STDOUT_7201=-118 0 0 -23.283 0 0 -30.6572 -126.493 -42.2156 -38.708 -27.8355 -31.9493 20.9978 -24
-STDOUT_7202=-118 0 0 -23.2953 0 0 -30.3838 -131.632 -38.8166 -38.2622 -23.2716 -28.6731 20.9978 -23
-STDOUT_7203=-118 0 0 -22.9406 0 0 -30.6334 -124.286 -43.1869 -38.3747 -30.0883 -33.3344 20.9978 -24
-STDOUT_7204=-118 0 0 -23.0522 0 0 -33.8927 -131.608 -40.37 -34.8315 -26.3471 -29.7864 20.9978 -24
-STDOUT_7205=-118 0 0 -24.7877 0 0 -27.8617 -133.518 -37.1083 -36.2948 -23.3169 -28.415 20.9978 -23
-STDOUT_7206=-118 0 0 -23.2377 0 0 -30.7714 -125.048 -43.5742 -37.5585 -30.9613 -32.1192 20.9978 -24
-STDOUT_7207=-118 0 0 -23.7681 0 0 -31.2513 -132.595 -40.1365 -36.0136 -25.4906 -29.0466 20.9978 -24
-STDOUT_7208=-118 0 0 -22.4319 0 0 -32.2171 -128.257 -45.5396 -36.049 -30.9047 -31.6603 20.9978 -25
-STDOUT_7209=-118 0 0 -23.4173 0 0 -31.4781 -130.749 -41.4196 -36.8652 -26.3152 -29.8418 20.9978 -24
-STDOUT_7210=-118 0 0 -23.5638 0 0 -30.8017 -131.183 -37.8078 -37.1845 -24.251 -29.8151 20.9978 -23
-STDOUT_7211=-118 0 0 -24.9968 0 0 -30.7683 -141.879 -32.8699 -31.405 -19.8839 -25.5655 20.9978 -23
-STDOUT_7212=-118 0 0 -23.529 0 0 -34.7374 -138.071 -38.6027 -33.322 -22.574 -26.2937 20.9978 -24
-STDOUT_7213=-118 0 0 -22.3543 0 0 -31.7476 -128.786 -40.5922 -36.1701 -29.5871 -32.012 20.9978 -24
-STDOUT_7214=-118 0 0 -22.893 0 0 -30.6511 -125.194 -43.0596 -38.4316 -29.8849 -32.99 20.9978 -24
-STDOUT_7215=-118 0 0 -23.4269 0 0 -31.5583 -128.257 -44.1628 -36.049 -30.8827 -31.6603 20.9978 -25
-STDOUT_7216=-118 0 0 -22.493 0 0 -32.1055 -131.567 -43.635 -37.1985 -26.596 -28.4567 20.9978 -24
-STDOUT_7217=-118 0 0 -23.7145 0 0 -31.6161 -131.511 -41.807 -36.049 -27.1882 -28.6265 20.9978 -24
-STDOUT_7218=-118 0 0 -23.1968 0 0 -30.3075 -124.543 -44.0659 -38.708 -31.9859 -34.0882 20.9978 -25
-STDOUT_7219=-118 0 0 -23.4784 0 0 -31.3665 -134.06 -39.5151 -38.0147 -22.0065 -26.6382 20.9978 -23
-STDOUT_7220=-118 -0.375842 0 -23.4283 -0.296789 0 -30.5028 -131.486 -39.8704 -37.3891 -23.7824 -27.8022 21.9977 -23
-STDOUT_7221=-118 0 0 -24.101 0 0 -31.3462 -137.175 -38.1099 -35.8796 -21.7577 -27.3434 20.9978 -24
-STDOUT_7222=-118 0 0 -23.5901 0 0 -34.6257 -141.381 -36.6982 -34.4715 -18.2653 -23.0901 20.9978 -23
-STDOUT_7223=-118 0 0 -22.4154 0 0 -31.636 -132.096 -38.6876 -37.3196 -25.2784 -28.8084 20.9978 -23
-STDOUT_7224=-118 0 0 -22.4706 0 0 -32.1042 -128.598 -45.5999 -37.1985 -29.8529 -31.4905 20.9978 -25
-STDOUT_7225=-118 0 0 -23.9999 0 0 -29.5548 -131.486 -41.6509 -37.3891 -24.6133 -27.8022 20.9978 -23
-STDOUT_7226=-118 0 0 -23.456 0 0 -31.3652 -131.09 -41.48 -38.0147 -25.2634 -29.672 20.9978 -24
-STDOUT_7227=-118 0 0 -25.3245 0 0 -28.646 -139.544 -35.2263 -33.9414 -20.9556 -25.519 20.9978 -23
-STDOUT_7228=-118 0 0 -23.3204 0 0 -30.3648 -128.918 -40.9088 -38.2053 -26.7319 -32.0513 20.9978 -24
-STDOUT_7229=-118 0 0 -23.5677 0 0 -34.6245 -138.412 -38.6631 -34.4715 -21.5222 -26.1239 20.9978 -24
-STDOUT_7230=-118 0 0 -23.488 0 0 -31.4467 -131.567 -42.2583 -37.1985 -26.574 -28.4567 20.9978 -24
-STDOUT_7231=-118 0 0 -22.3929 0 0 -31.6347 -129.126 -40.6525 -37.3196 -28.5353 -31.8421 20.9978 -24
-STDOUT_7232=-118 0 0 -23.3698 0 0 -31.4958 -131.657 -41.2923 -36.9222 -26.1117 -29.4974 20.9978 -24
-STDOUT_7233=-118 0 0 -23.1615 0 0 -31.0691 -124.744 -42.0508 -37.3539 -30.8643 -34.132 20.9978 -24
-STDOUT_7234=-118 0 0 -23.5604 0 0 -30.1531 -131.73 -39.7625 -37.3891 -26.4244 -29.9411 20.9978 -24
-STDOUT_7235=-118 0 0 -23.4321 0 0 -33.6241 -136.24 -38.0919 -34.6621 -22.9907 -28.5032 20.9978 -24
-STDOUT_7236=-118 0 0 -23.5235 0 0 -29.6945 -129.201 -40.5504 -39.6758 -24.7428 -29.6898 20.9978 -23
-STDOUT_7237=-118 0 0 -23.3054 0 0 -30.6584 -130.557 -40.2507 -38.708 -24.5787 -28.9155 20.9978 -23
-STDOUT_7238=-118 0 0 -22.8342 0 0 -31.9498 -135.727 -41.2966 -35.8796 -24.2914 -27.3434 20.9978 -24
-STDOUT_7239=-118 0 0 -22.4544 0 0 -32.2184 -131.923 -43.5746 -36.049 -27.6478 -28.6265 20.9978 -24
-STDOUT_7240=-118 0 0 -23.3137 0 0 -30.4079 -130.316 -39.9388 -37.5231 -26.0069 -29.5055 20.9978 -23
-STDOUT_7241=-118 0 0 -23.8196 0 0 -31.2108 -138.22 -37.1766 -36.6958 -19.7019 -25.5249 20.9978 -23
-STDOUT_7242=-118 0 0 -23.4656 0 0 -31.4454 -128.598 -44.2232 -37.1985 -29.8309 -31.4905 20.9978 -25
-STDOUT_7243=-118 0 0 -23.4398 0 0 -31.4794 -134.416 -39.4547 -36.8652 -23.0583 -26.808 20.9978 -23
-STDOUT_7244=-118 0 0 -23.7532 0 0 -31.5031 -131.852 -41.8673 -37.1985 -26.1364 -28.4567 20.9978 -24
-STDOUT_7245=-118 0 0 -23.9313 0 0 -34.4701 -145.541 -34.3597 -33.1526 -15.9607 -21.9768 20.9978 -23
-STDOUT_7246=-118 0 0 -23.5514 0 0 -34.7387 -141.737 -36.6378 -33.322 -19.3171 -23.26 20.9978 -23
-STDOUT_7247=-118 0 0 -22.7566 0 0 -31.4803 -136.256 -36.3492 -36.0007 -22.9738 -27.695 20.9978 -23
-STDOUT_7248=-118 0 0 -22.3767 0 0 -31.7489 -132.452 -38.6272 -36.1701 -26.3302 -28.9782 20.9978 -23
-STDOUT_7249=-118 0 0 -23.4373 0 0 -29.3448 -126.68 -42.4007 -39.6758 -28.8932 -31.8287 20.9978 -24
-STDOUT_7250=-118 0 0 -24.3854 0 0 -28.129 -127.564 -41.3513 -36.4642 -29.9301 -32.732 20.9978 -24
-STDOUT_7251=-118 0 0 -23.6176 0 0 -30.5028 -129.68 -41.2961 -37.3891 -27.6049 -30.836 20.9978 -24
-STDOUT_7252=-118 0 0 -23.4308 0 0 -31.3842 -134.967 -39.3877 -38.0716 -21.8031 -26.2937 20.9978 -23
-STDOUT_7253=-118 0 0 -25.6657 0 0 -28.4904 -143.705 -32.8879 -32.6226 -18.6509 -24.4057 20.9978 -23
-STDOUT_7254=-118 0 0 -25.2859 0 0 -28.759 -139.901 -35.166 -32.792 -22.0074 -25.6889 20.9978 -23
-STDOUT_7255=-118 -0.375842 0 -23.0261 -0.296789 0 -30.7701 -125.048 -44.1134 -37.5585 -30.3957 -32.1192 21.9977 -24
-STDOUT_7256=-118 0 0 -23.8292 0 0 -31.291 -135.727 -39.9198 -35.8796 -24.2694 -27.3434 20.9978 -24
-STDOUT_7257=-118 0 0 -23.4493 0 0 -31.5596 -131.923 -42.1979 -36.049 -27.6258 -28.6265 20.9978 -24
-STDOUT_7258=-118 0 0 -23.1507 0 0 -33.4887 -137.285 -37.1586 -35.4783 -20.9348 -26.6847 20.9978 -23
-STDOUT_7259=-118 0 0 -23.3419 0 0 -31.1039 -124.392 -43.8661 -39.1044 -29.9 -33.058 20.9978 -24
-STDOUT_7260=-118 0 0 -22.5013 0 0 -31.8549 -131.826 -43.3232 -36.0136 -28.0243 -29.0466 20.9978 -24
-STDOUT_7261=-118 0 0 -23.5977 0 0 -29.8222 -125.048 -45.8939 -37.5585 -31.2266 -32.1192 20.9978 -24
-STDOUT_7262=-118 0 0 -23.4867 0 0 -31.1159 -134.319 -39.2032 -36.8298 -23.4348 -27.2281 20.9978 -23
-STDOUT_7263=-118 0 0 -24.9232 0 0 -28.862 -136.853 -37.6795 -36.1042 -21.8483 -26.0357 20.9978 -23
-STDOUT_7264=-118 0 0 -23.4084 0 0 -31.3829 -131.997 -41.3526 -38.0716 -25.06 -29.3275 20.9978 -24
-STDOUT_7265=-118 0 0 -23.6383 0 0 -31.9138 -131.207 -40.2836 -35.8445 -27.0912 -30.6394 20.9978 -24
-STDOUT_7266=-118 0 0 -24.8851 0 0 -27.509 -135.448 -35.6868 -34.9482 -23.6251 -29.1136 20.9978 -23
-STDOUT_7267=-118 0 0 -23.5984 0 0 -34.3752 -141.64 -36.3863 -33.2866 -19.6936 -23.68 20.9978 -23
-STDOUT_7268=-118 0 0 -23.2728 0 0 -30.3825 -129.826 -40.7815 -38.2622 -26.5285 -31.7068 20.9978 -24
-STDOUT_7269=-118 0 0 -22.4236 0 0 -31.3854 -132.355 -38.3757 -36.1347 -26.7067 -29.3983 20.9978 -23
-STDOUT_7270=-118 0 0 -23.2233 0 0 -30.7113 -129.086 -41.1806 -38.2053 -27.0037 -32.0513 20.9978 -24
-STDOUT_7271=-118 0 0 -25.3328 0 0 -28.3955 -139.803 -34.9145 -32.7565 -22.3838 -26.1089 20.9978 -23
-STDOUT_7272=-118 0 0 -23.4962 0 0 -31.1961 -131.826 -41.9464 -36.0136 -28.0023 -29.0466 20.9978 -24
-STDOUT_7273=-118 0 0 -23.772 0 0 -31.2285 -139.127 -37.0493 -36.7528 -19.4985 -25.1804 20.9978 -23
-STDOUT_7274=-118 0 0 -23.3922 0 0 -31.4971 -135.323 -39.3274 -36.9222 -22.8549 -26.4636 20.9978 -23
-STDOUT_7275=-118 0 0 -23.3013 0 0 -30.665 -132.954 -38.8778 -37.3891 -25.9566 -29.9411 20.9978 -24
-STDOUT_7276=-118 0 0 -24.8622 0 0 -28.9737 -134.027 -39.584 -34.9548 -26.157 -29.2393 20.9978 -24
-STDOUT_7277=-118 0 0 -23.0381 0 0 -30.9672 -122.353 -44.8977 -39.9206 -31.101 -34.2733 20.9978 -24
-STDOUT_7278=-118 0 0 -22.963 0 0 -30.6347 -128.852 -41.222 -38.3747 -26.8315 -30.3006 20.9978 -23
-STDOUT_7279=-118 0 0 -22.9792 0 0 -30.5205 -125.732 -43.2473 -39.5242 -29.0366 -33.1646 20.9978 -24
-STDOUT_7280=-118 0 0 -23.0747 0 0 -33.894 -136.173 -38.4051 -34.8315 -23.0902 -26.7526 20.9978 -23
-STDOUT_7281=-118 0 0 -23.6994 0 0 -31.8021 -134.517 -38.379 -36.9939 -22.7825 -27.4357 20.9978 -23
-STDOUT_7282=-118 -0.375842 0 -23.5028 -0.296789 0 -31.6148 -131.511 -42.3461 -36.049 -26.6226 -28.6265 21.9977 -24
-STDOUT_7283=-118 0 0 -25.2644 0 0 -28.7064 -141.013 -35.341 -34.7854 -19.5437 -24.9224 20.9978 -23
-STDOUT_7284=-118 0 0 -24.8846 0 0 -28.975 -137.209 -37.6191 -34.9548 -22.9001 -26.2055 20.9978 -23
-STDOUT_7285=-118 0 0 -25.1324 0 0 -31.7686 -145.214 -33.4411 -31.2144 -18.4154 -23.1862 20.9978 -23
-STDOUT_7286=-118 0 0 -23.0909 0 0 -33.7798 -133.053 -40.4303 -35.981 -25.2953 -29.6165 20.9978 -24
-STDOUT_7287=-118 0 0 -22.9915 0 0 -30.2471 -130.871 -39.8482 -39.0784 -24.4726 -29.8883 20.9978 -23
-STDOUT_7288=FEATURES_TXT_END_0
-STDOUT_7289=FEATURES_TXT_BEGIN_0 4 300 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_7290=0 -8.41335 0 0 -8.29598 0 0 -144.135 -82.9015 -104.26 -30.2335 -35.8826 18.998 -34
-STDOUT_7291=0 -8.57798 0 0 -8.13327 0 0 -144.135 -81.7381 -104.26 -31.5642 -35.8826 18.998 -34
-STDOUT_7292=0 -8.71681 0 0 -7.66563 0 0 -148.744 -71.0118 -101.243 -26.5948 -41.3946 17.9981 -36
-STDOUT_7293=0 -8.88144 0 0 -7.50292 0 0 -148.744 -69.8484 -101.243 -27.9255 -41.3946 17.9981 -36
-STDOUT_7294=0 -8.45964 0 0 -8.3306 0 0 -144.424 -83.761 -104.332 -30.2127 -33.6292 18.998 -34
-STDOUT_7295=0 -8.62427 0 0 -8.1679 0 0 -144.424 -82.5976 -104.332 -31.5434 -33.6292 18.998 -34
-STDOUT_7296=0 -9.43894 0 0 -7.68188 0 0 -145.46 -75.9281 -105.44 -28.5407 -40.3463 17.9981 -35
-STDOUT_7297=0 -8.75139 0 0 -7.94139 0 0 -145.46 -77.2068 -105.44 -28.7159 -40.3463 18.998 -35
-STDOUT_7298=0 -8.94092 0 0 -7.14061 0 0 -145.822 -76.1927 -106.593 -27.5744 -43.7048 17.9981 -36
-STDOUT_7299=0 -8.41795 0 0 -8.26676 0 0 -144.135 -82.0026 -104.26 -32.2087 -35.8826 18.998 -34
-STDOUT_7300=0 -8.76309 0 0 -7.70025 0 0 -149.033 -71.8713 -101.316 -26.574 -39.1412 17.9981 -36
-STDOUT_7301=0 -9.60357 0 0 -7.51917 0 0 -145.46 -74.7647 -105.44 -29.8714 -40.3463 17.9981 -35
-STDOUT_7302=0 -8.91602 0 0 -7.77868 0 0 -145.46 -76.0434 -105.44 -30.0466 -40.3463 18.998 -35
-STDOUT_7303=0 -9.10555 0 0 -6.9779 0 0 -145.822 -75.0293 -106.593 -28.9051 -43.7048 17.9981 -36
-STDOUT_7304=0 -8.92773 0 0 -7.53754 0 0 -149.033 -70.7079 -101.316 -27.9047 -39.1412 17.9981 -36
-STDOUT_7305=0 -8.52611 0 0 -7.99188 0 0 -148.744 -71.912 -101.243 -26.0417 -41.3946 18.998 -36
-STDOUT_7306=0 -8.69074 0 0 -7.82917 0 0 -148.744 -70.7486 -101.243 -27.3724 -41.3946 18.998 -36
-STDOUT_7307=0 -8.72141 0 0 -7.63641 0 0 -148.744 -70.1129 -101.243 -28.57 -41.3946 17.9981 -36
-STDOUT_7308=0 -9.96742 0 0 -8.43585 0 0 -137.841 -91.1349 -116.055 -30.5898 -36.3389 17.9981 -33
-STDOUT_7309=0 -10.1684 0 0 -8.80937 0 0 -137.841 -90.1238 -116.055 -29.7074 -36.3389 18.998 -33
-STDOUT_7310=0 -9.48523 0 0 -7.7165 0 0 -145.749 -76.7876 -105.512 -28.5199 -38.0929 17.9981 -35
-STDOUT_7311=0 -8.79768 0 0 -7.97601 0 0 -145.749 -78.0663 -105.512 -28.6951 -38.0929 18.998 -35
-STDOUT_7312=0 -8.98721 0 0 -7.17523 0 0 -146.111 -77.0522 -106.666 -27.5536 -41.4514 17.9981 -36
-STDOUT_7313=0 -10.1321 0 0 -8.27315 0 0 -137.841 -89.9715 -116.055 -31.9205 -36.3389 17.9981 -33
-STDOUT_7314=0 -8.46424 0 0 -8.30139 0 0 -144.424 -82.8621 -104.332 -32.1879 -33.6292 18.998 -34
-STDOUT_7315=0 -10.333 0 0 -8.64666 0 0 -137.841 -88.9604 -116.055 -31.0381 -36.3389 18.998 -33
-STDOUT_7316=0 -9.64986 0 0 -7.55379 0 0 -145.749 -75.6242 -105.512 -29.8506 -38.0929 17.9981 -35
-STDOUT_7317=0 -8.96231 0 0 -7.8133 0 0 -145.749 -76.9029 -105.512 -30.0258 -38.0929 18.998 -35
-STDOUT_7318=0 -9.15184 0 0 -7.01252 0 0 -146.111 -75.8888 -106.666 -28.8843 -41.4514 17.9981 -36
-STDOUT_7319=0 -8.50846 0 0 -8.57691 0 0 -141.925 -86.1816 -107.566 -31.7004 -37.2646 18.998 -34
-STDOUT_7320=0 -8.75746 0 0 -8.51852 0 0 -144.135 -83.3082 -104.26 -29.7243 -35.8826 19.9979 -34
-STDOUT_7321=0 -8.57239 0 0 -8.0265 0 0 -149.033 -72.7714 -101.316 -26.0209 -39.1412 18.998 -36
-STDOUT_7322=0 -8.97561 0 0 -7.76529 0 0 -144.56 -82.0654 -105.413 -28.4088 -39.2411 18.998 -35
-STDOUT_7323=0 -9.44354 0 0 -7.65266 0 0 -145.46 -75.0292 -105.44 -30.5159 -40.3463 17.9981 -35
-STDOUT_7324=0 -10.2625 0 0 -9.50256 0 0 -136.223 -90.7579 -116.087 -32.057 -36.654 18.998 -33
-STDOUT_7325=0 -8.75599 0 0 -7.91217 0 0 -145.46 -76.3079 -105.44 -30.6911 -40.3463 18.998 -35
-STDOUT_7326=0 -10.4635 0 0 -9.87607 0 0 -136.223 -89.7468 -116.087 -31.1746 -36.654 19.9979 -33
-STDOUT_7327=0 -8.94552 0 0 -7.11139 0 0 -145.822 -75.2938 -106.593 -29.5496 -43.7048 17.9981 -36
-STDOUT_7328=0 -8.67309 0 0 -8.4142 0 0 -141.925 -85.0182 -107.566 -33.0311 -37.2646 18.998 -34
-STDOUT_7329=0 -8.92209 0 0 -8.35581 0 0 -144.135 -82.1448 -104.26 -31.0551 -35.8826 19.9979 -34
-STDOUT_7330=0 -8.73703 0 0 -7.86379 0 0 -149.033 -71.608 -101.316 -27.3517 -39.1412 18.998 -36
-STDOUT_7331=0 -8.7677 0 0 -7.67104 0 0 -149.033 -70.9724 -101.316 -28.5493 -39.1412 17.9981 -36
-STDOUT_7332=0 -8.60035 0 0 -7.7246 0 0 -147.67 -77.2084 -100.063 -29.5605 -36.9309 18.998 -35
-STDOUT_7333=0 -10.0137 0 0 -8.47048 0 0 -138.13 -91.9944 -116.128 -30.569 -34.0856 17.9981 -33
-STDOUT_7334=0 -9.14024 0 0 -7.60258 0 0 -144.56 -80.902 -105.414 -29.7396 -39.2411 18.998 -35
-STDOUT_7335=0 -10.2147 0 0 -8.84399 0 0 -138.13 -90.9833 -116.128 -29.6866 -34.0856 18.998 -33
-STDOUT_7336=0 -10.4272 0 0 -9.33985 0 0 -136.223 -89.5945 -116.087 -33.3877 -36.654 18.998 -33
-STDOUT_7337=0 -10.6282 0 0 -9.71337 0 0 -136.223 -88.5834 -116.087 -32.5054 -36.654 19.9979 -33
-STDOUT_7338=0 -8.81191 0 0 -7.94655 0 0 -146.534 -74.2919 -104.549 -28.0617 -42.7766 17.9981 -36
-STDOUT_7339=0 -8.53071 0 0 -7.96266 0 0 -148.744 -71.013 -101.243 -28.0169 -41.3946 18.998 -36
-STDOUT_7340=0 -8.76498 0 0 -7.56189 0 0 -147.67 -76.045 -100.063 -30.8912 -36.9309 18.998 -35
-STDOUT_7341=0 -10.1783 0 0 -8.30777 0 0 -138.13 -90.831 -116.128 -31.8997 -34.0856 17.9981 -33
-STDOUT_7342=0 -10.3793 0 0 -8.68128 0 0 -138.13 -89.8199 -116.128 -31.0173 -34.0856 18.998 -33
-STDOUT_7343=0 -8.97655 0 0 -7.78385 0 0 -146.534 -73.1285 -104.549 -29.3924 -42.7766 17.9981 -36
-STDOUT_7344=0 -8.55474 0 0 -8.61153 0 0 -142.214 -87.0411 -107.638 -31.6796 -35.0112 18.998 -34
-STDOUT_7345=0 -9.15123 0 0 -8.12215 0 0 -144.135 -82.7394 -104.26 -30.9015 -35.8826 19.9979 -34
-STDOUT_7346=0 -8.80374 0 0 -8.55314 0 0 -144.424 -84.1677 -104.332 -29.7036 -33.6292 19.9979 -34
-STDOUT_7347=0 -9.97202 0 0 -8.40664 0 0 -137.841 -90.236 -116.055 -32.565 -36.3389 17.9981 -33
-STDOUT_7348=0 -8.60772 0 0 -8.35524 0 0 -141.139 -88.529 -107.85 -33.7524 -35.9226 18.998 -33
-STDOUT_7349=0 -10.173 0 0 -8.78015 0 0 -137.841 -89.2249 -116.055 -31.6826 -36.3389 18.998 -33
-STDOUT_7350=0 -9.83878 0 0 -7.89961 0 0 -144.135 -81.4607 -104.26 -30.7263 -35.8826 18.998 -34
-STDOUT_7351=0 -9.0219 0 0 -7.79991 0 0 -144.849 -82.9248 -105.486 -28.3881 -36.9877 18.998 -35
-STDOUT_7352=0 -9.48983 0 0 -7.68728 0 0 -145.749 -75.8887 -105.512 -30.4952 -38.0929 17.9981 -35
-STDOUT_7353=0 -10.3088 0 0 -9.53718 0 0 -136.512 -91.6174 -116.16 -32.0362 -34.4006 18.998 -33
-STDOUT_7354=0 -8.80228 0 0 -7.94679 0 0 -145.749 -77.1674 -105.512 -30.6703 -38.0929 18.998 -35
-STDOUT_7355=0 -10.5098 0 0 -9.9107 0 0 -136.512 -90.6063 -116.16 -31.1539 -34.4006 19.9979 -33
-STDOUT_7356=0 -8.99181 0 0 -7.14602 0 0 -146.111 -76.1533 -106.666 -29.5288 -41.4514 17.9981 -36
-STDOUT_7357=0 -8.71937 0 0 -8.44882 0 0 -142.214 -85.8777 -107.638 -33.0103 -35.0112 18.998 -34
-STDOUT_7358=0 -9.31586 0 0 -7.95944 0 0 -144.135 -81.576 -104.26 -32.2322 -35.8826 19.9979 -34
-STDOUT_7359=0 -8.96837 0 0 -8.39044 0 0 -144.424 -83.0043 -104.332 -31.0343 -33.6292 19.9979 -34
-STDOUT_7360=0 -8.77235 0 0 -8.19253 0 0 -141.139 -87.3656 -107.85 -35.0832 -35.9226 18.998 -33
-STDOUT_7361=0 -9.53405 0 0 -7.9628 0 0 -143.25 -79.2083 -108.745 -30.0076 -41.7283 17.9981 -35
-STDOUT_7362=0 -8.64663 0 0 -7.75922 0 0 -147.959 -78.0678 -100.136 -29.5397 -34.6775 18.998 -35
-STDOUT_7363=0 -8.60285 0 0 -7.86318 0 0 -148.744 -72.2114 -101.243 -27.3647 -41.3946 18.998 -36
-STDOUT_7364=0 -10.0034 0 0 -7.73691 0 0 -144.135 -80.2973 -104.26 -32.0571 -35.8826 18.998 -34
-STDOUT_7365=0 -9.18653 0 0 -7.6372 0 0 -144.849 -81.7614 -105.486 -29.7188 -36.9877 18.998 -35
-STDOUT_7366=0 -8.8465 0 0 -8.22231 0 0 -143.25 -80.487 -108.745 -30.1827 -41.7283 18.998 -35
-STDOUT_7367=0 -10.4735 0 0 -9.37448 0 0 -136.512 -90.454 -116.16 -33.367 -34.4006 18.998 -33
-STDOUT_7368=0 -9.03603 0 0 -7.42153 0 0 -143.612 -79.4729 -109.899 -29.0413 -45.0868 17.9981 -36
-STDOUT_7369=0 -10.6744 0 0 -9.74799 0 0 -136.512 -89.4429 -116.16 -32.4846 -34.4006 19.9979 -33
-STDOUT_7370=0 -8.56928 0 0 -8.05802 0 0 -146.268 -80.3699 -102.146 -29.8302 -36.2465 18.998 -35
-STDOUT_7371=0 -8.51306 0 0 -8.54769 0 0 -141.925 -85.2827 -107.566 -33.6756 -37.2646 18.998 -34
-STDOUT_7372=0 -8.77027 0 0 -8.43153 0 0 -146.268 -79.3588 -102.146 -28.9478 -36.2465 19.9979 -35
-STDOUT_7373=0 -9.34076 0 0 -7.36892 0 0 -144.56 -81.7253 -105.414 -29.76 -39.2411 18.998 -35
-STDOUT_7374=0 -8.76206 0 0 -8.4893 0 0 -144.135 -82.4093 -104.26 -31.6996 -35.8826 19.9979 -34
-STDOUT_7375=0 -8.8582 0 0 -7.98118 0 0 -146.823 -75.1514 -104.622 -28.0409 -40.5233 17.9981 -36
-STDOUT_7376=0 -8.43876 0 0 -8.501 0 0 -144.135 -82.9406 -104.26 -32.2185 -35.8826 19.9979 -34
-STDOUT_7377=0 -9.69868 0 0 -7.80009 0 0 -143.25 -78.0449 -108.745 -31.3383 -41.7283 17.9981 -35
-STDOUT_7378=0 -8.577 0 0 -7.99728 0 0 -149.033 -71.8725 -101.316 -27.9962 -39.1412 18.998 -36
-STDOUT_7379=0 -8.81126 0 0 -7.59651 0 0 -147.959 -76.9044 -100.136 -30.8705 -34.6775 18.998 -35
-STDOUT_7380=0 -8.76748 0 0 -7.70047 0 0 -148.744 -71.048 -101.243 -28.6954 -41.3946 18.998 -36
-STDOUT_7381=0 -9.11665 0 0 -7.88337 0 0 -147.67 -76.5444 -100.063 -28.7804 -36.9309 18.998 -35
-STDOUT_7382=0 -9.01113 0 0 -8.0596 0 0 -143.25 -79.3236 -108.745 -31.5135 -41.7283 18.998 -35
-STDOUT_7383=0 -9.06627 0 0 -8.46717 0 0 -144.135 -81.646 -104.26 -31.5892 -35.8826 19.9979 -34
-STDOUT_7384=0 -8.98021 0 0 -7.73607 0 0 -144.56 -81.1664 -105.414 -30.3841 -39.2411 18.998 -35
-STDOUT_7385=0 -9.20066 0 0 -7.25883 0 0 -143.612 -78.3095 -109.899 -30.372 -45.0868 17.9981 -36
-STDOUT_7386=0 -8.21115 0 0 -7.72587 0 0 -149.552 -74.754 -97.9498 -29.0335 -37.2948 18.998 -36
-STDOUT_7387=0 -10.2671 0 0 -9.47334 0 0 -136.223 -89.859 -116.087 -34.0323 -36.654 18.998 -33
-STDOUT_7388=0 -10.4681 0 0 -9.84686 0 0 -136.223 -88.8479 -116.087 -33.1499 -36.654 19.9979 -33
-STDOUT_7389=0 -8.73391 0 0 -7.89531 0 0 -146.268 -79.2065 -102.146 -31.1609 -36.2465 18.998 -35
-STDOUT_7390=0 -9.38347 0 0 -9.69633 0 0 -178.513 -58.8476 -76.09 -35.8755 -72.481 23.9975 -51
-STDOUT_7391=0 -8.81809 0 0 -9.30806 0 0 -178.513 -59.5123 -76.09 -36.5026 -72.481 22.9976 -51
-STDOUT_7392=0 -9.43534 0 0 -9.23412 0 0 -178.513 -56.4628 -76.09 -35.9474 -72.481 22.9976 -51
-STDOUT_7393=0 -9.00329 0 0 -9.52086 0 0 -178.513 -59.0845 -76.09 -36.1428 -72.481 22.9976 -51
-STDOUT_7394=0 -9.80587 0 0 -9.73412 0 0 -178.513 -59.0596 -76.09 -36.0775 -72.481 24.9974 -51
-STDOUT_7395=0 -8.86996 0 0 -8.84586 0 0 -178.513 -57.1275 -76.09 -36.5745 -72.481 21.9977 -51
-STDOUT_7396=0 -8.43791 0 0 -9.1326 0 0 -178.513 -59.7492 -76.09 -36.7699 -72.481 21.9977 -51
-STDOUT_7397=0 -9.05516 0 0 -9.05866 0 0 -178.513 -56.6998 -76.09 -36.2148 -72.481 21.9977 -51
-STDOUT_7398=0 -10.0823 0 0 -9.90231 0 0 -178.513 -60.0923 -76.09 -35.5438 -72.481 24.9974 -51
-STDOUT_7399=0 -9.24048 0 0 -9.34586 0 0 -178.513 -59.7243 -76.09 -36.7047 -72.481 23.9975 -51
-STDOUT_7400=0 -9.85773 0 0 -9.27192 0 0 -178.513 -56.6748 -76.09 -36.1495 -72.481 23.9975 -51
-STDOUT_7401=0 -8.48978 0 0 -8.67039 0 0 -178.513 -57.3644 -76.09 -36.8419 -72.481 20.9978 -51
-STDOUT_7402=0 -9.27146 0 0 -9.55866 0 0 -178.513 -59.2857 -76.09 -36.5766 -72.481 23.9975 -51
-STDOUT_7403=0 -9.5169 0 0 -9.51404 0 0 -178.513 -60.757 -76.09 -36.1709 -72.481 23.9975 -51
-STDOUT_7404=0 -10.1342 0 0 -9.4401 0 0 -178.513 -57.7075 -76.09 -35.6157 -72.481 23.9975 -51
-STDOUT_7405=0 -9.70211 0 0 -9.72684 0 0 -178.513 -60.3292 -76.09 -35.8112 -72.481 23.9975 -51
-STDOUT_7406=0 -9.32658 0 0 -9.91009 0 0 -178.513 -60.1505 -76.09 -36.262 -72.481 23.9975 -51
-STDOUT_7407=0 -9.29235 0 0 -8.88365 0 0 -178.513 -57.3395 -76.09 -36.7766 -72.481 22.9976 -51
-STDOUT_7408=0 -9.65561 0 0 -10.0573 0 0 -178.513 -60.2076 -76.09 -36.2563 -72.481 24.9974 -51
-STDOUT_7409=0 -8.70608 0 0 -9.17039 0 0 -178.513 -59.9504 -76.09 -37.2037 -72.481 22.9976 -51
-STDOUT_7410=0 -9.32333 0 0 -9.09645 0 0 -178.513 -56.901 -76.09 -36.6485 -72.481 22.9976 -51
-STDOUT_7411=0 -10.5047 0 0 -9.9401 0 0 -178.513 -60.3043 -76.09 -35.7459 -72.481 25.9973 -51
-STDOUT_7412=0 -9.56877 0 0 -9.05184 0 0 -178.513 -58.3722 -76.09 -36.2429 -72.481 22.9976 -51
-STDOUT_7413=0 -9.13672 0 0 -9.33858 0 0 -178.513 -60.9939 -76.09 -36.4383 -72.481 22.9976 -51
-STDOUT_7414=0 -9.92058 0 0 -9.91237 0 0 -178.39 -58.798 -76.09 -32.0391 -69.6801 23.9975 -50
-STDOUT_7415=0 -9.75398 0 0 -9.26464 0 0 -178.513 -57.9444 -76.09 -35.8831 -72.481 22.9976 -51
-STDOUT_7416=0 -10.5278 0 0 -9.61382 0 0 -178.513 -59.3437 -76.09 -34.9672 -72.481 23.9975 -51
-STDOUT_7417=0 -8.76119 0 0 -9.52182 0 0 -178.513 -60.8151 -76.09 -36.8891 -72.481 22.9976 -51
-STDOUT_7418=0 -9.37845 0 0 -9.44788 0 0 -178.513 -57.7657 -76.09 -36.3339 -72.481 22.9976 -51
-STDOUT_7419=0 -9.09022 0 0 -9.66907 0 0 -178.513 -60.8723 -76.09 -36.8834 -72.481 23.9975 -51
-STDOUT_7420=0 -9.96815 0 0 -10.0846 0 0 -178.513 -59.2864 -76.09 -36.0059 -72.481 24.9974 -51
-STDOUT_7421=0 -9.53594 0 0 -9.7399 0 0 -179.653 -54.9801 -75.594 -34.7339 -73.4252 22.9976 -51
-STDOUT_7422=0 -9.70748 0 0 -9.59513 0 0 -178.513 -57.8229 -76.09 -36.3282 -72.481 23.9975 -51
-STDOUT_7423=0 -9.27543 0 0 -9.88188 0 0 -178.513 -60.4446 -76.09 -36.5237 -72.481 23.9975 -51
-STDOUT_7424=0 -8.75795 0 0 -8.70819 0 0 -178.513 -57.5656 -76.09 -37.2756 -72.481 21.9977 -51
-STDOUT_7425=0 -9.38347 0 0 -9.49566 0 0 -177.191 -56.8942 -78.6991 -34.5655 -75.0266 23.9975 -51
-STDOUT_7426=0 -9.9393 0 0 -9.55184 0 0 -178.513 -60.9689 -76.09 -36.373 -72.481 24.9974 -51
-STDOUT_7427=0 -10.5566 0 0 -9.4779 0 0 -178.513 -57.9195 -76.09 -35.8178 -72.481 24.9974 -51
-STDOUT_7428=0 -9.35519 0 0 -9.52411 0 0 -178.39 -59.4627 -76.09 -32.6663 -69.6801 22.9976 -50
-STDOUT_7429=0 -9.18859 0 0 -8.87638 0 0 -178.513 -58.6091 -76.09 -36.5102 -72.481 21.9977 -51
-STDOUT_7430=0 -9.96242 0 0 -9.22556 0 0 -178.513 -60.0084 -76.09 -35.5943 -72.481 22.9976 -51
-STDOUT_7431=0 -9.97028 0 0 -9.76464 0 0 -178.513 -60.5304 -76.09 -36.2449 -72.481 24.9974 -51
-STDOUT_7432=0 -9.56323 0 0 -9.57484 0 0 -180.494 -59.6187 -76.09 -38.8308 -74.6199 23.9975 -52
-STDOUT_7433=0 -9.97245 0 0 -9.45016 0 0 -178.39 -56.4132 -76.09 -32.1111 -69.6801 22.9976 -50
-STDOUT_7434=0 -10.5797 0 0 -9.15162 0 0 -178.513 -56.959 -76.09 -35.0392 -72.481 22.9976 -51
-STDOUT_7435=0 -9.5404 0 0 -9.73691 0 0 -178.39 -59.0349 -76.09 -32.3065 -69.6801 22.9976 -50
-STDOUT_7436=0 -10.1476 0 0 -9.43836 0 0 -178.513 -59.5806 -76.09 -35.2346 -72.481 22.9976 -51
-STDOUT_7437=0 -9.74897 0 0 -9.94788 0 0 -178.513 -60.3624 -76.09 -36.4641 -72.481 24.9974 -51
-STDOUT_7438=0 -8.81306 0 0 -9.05962 0 0 -178.513 -58.4304 -76.09 -36.961 -72.481 21.9977 -51
-STDOUT_7439=0 -9.40276 0 0 -9.69633 0 0 -178.513 -59.9511 -76.09 -36.633 -72.481 23.9975 -51
-STDOUT_7440=0 -8.97055 0 0 -9.35164 0 0 -179.653 -55.6448 -75.594 -35.361 -73.4252 21.9977 -51
-STDOUT_7441=0 -10.078 0 0 -10.0951 0 0 -178.513 -60.4196 -76.09 -36.4584 -72.481 25.9973 -51
-STDOUT_7442=0 -9.14209 0 0 -9.20687 0 0 -178.513 -58.4875 -76.09 -36.9553 -72.481 22.9976 -51
-STDOUT_7443=0 -10.02 0 0 -9.62239 0 0 -178.513 -56.9016 -76.09 -36.0779 -72.481 23.9975 -51
-STDOUT_7444=0 -9.5878 0 0 -9.2777 0 0 -179.653 -52.5953 -75.594 -34.8059 -73.4252 21.9977 -51
-STDOUT_7445=0 -8.71004 0 0 -9.49361 0 0 -178.513 -61.1092 -76.09 -37.1508 -72.481 22.9976 -51
-STDOUT_7446=0 -9.58797 0 0 -9.90913 0 0 -178.513 -59.5233 -76.09 -36.2733 -72.481 23.9975 -51
-STDOUT_7447=0 -8.81809 0 0 -9.10739 0 0 -177.191 -57.5588 -78.6991 -35.1926 -75.0266 22.9976 -51
-STDOUT_7448=0 -9.15576 0 0 -9.56444 0 0 -179.653 -55.217 -75.594 -35.0013 -73.4252 21.9977 -51
-STDOUT_7449=0 -10.4365 0 0 -9.61155 0 0 -178.39 -58.5293 -76.09 -31.7822 -69.6801 23.9975 -50
-STDOUT_7450=0 -9.3273 0 0 -9.41967 0 0 -178.513 -58.0598 -76.09 -36.5956 -72.481 22.9976 -51
-STDOUT_7451=0 -9.43534 0 0 -9.03345 0 0 -177.191 -54.5094 -78.6991 -34.6375 -75.0266 22.9976 -51
-STDOUT_7452=0 -10.0254 0 0 -10.1161 0 0 -178.513 -61.3951 -76.09 -35.9303 -72.481 24.9974 -51
-STDOUT_7453=0 -9.00329 0 0 -9.32019 0 0 -177.191 -57.1311 -78.6991 -34.8329 -75.0266 22.9976 -51
-STDOUT_7454=0 -9.99117 0 0 -9.08963 0 0 -178.513 -58.5842 -76.09 -36.4449 -72.481 23.9975 -51
-STDOUT_7455=0 -10.0239 0 0 -11.2261 0 0 -178.813 -60.7437 -76.09 -38.5857 -75.2819 24.9974 -52
-STDOUT_7456=0 -10.3544 0 0 -10.2633 0 0 -178.513 -61.4523 -76.09 -35.9246 -72.481 25.9973 -51
-STDOUT_7457=0 -9.4049 0 0 -9.37638 0 0 -178.513 -61.1951 -76.09 -36.872 -72.481 23.9975 -51
-STDOUT_7458=0 -8.99784 0 0 -9.18658 0 0 -180.494 -60.2834 -76.09 -39.4579 -74.6199 22.9976 -52
-STDOUT_7459=0 -10.343 0 0 -9.95016 0 0 -178.39 -59.01 -76.09 -32.2412 -69.6801 24.9974 -50
-STDOUT_7460=0 -9.40706 0 0 -9.0619 0 0 -178.39 -57.0779 -76.09 -32.7382 -69.6801 21.9977 -50
-STDOUT_7461=0 -10.9502 0 0 -9.65162 0 0 -178.513 -59.5557 -76.09 -35.1693 -72.481 24.9974 -51
-STDOUT_7462=0 -10.0143 0 0 -8.76335 0 0 -178.513 -57.6236 -76.09 -35.6663 -72.481 21.9977 -51
-STDOUT_7463=0 -10.0222 0 0 -9.30243 0 0 -178.513 -58.1456 -76.09 -36.3169 -72.481 23.9975 -51
-STDOUT_7464=0 -9.6151 0 0 -9.11264 0 0 -180.494 -57.234 -76.09 -38.9028 -74.6199 22.9976 -52
-STDOUT_7465=0 -8.97501 0 0 -9.34864 0 0 -178.39 -59.6996 -76.09 -32.9336 -69.6801 21.9977 -50
-STDOUT_7466=0 -9.58224 0 0 -9.05009 0 0 -178.513 -60.2453 -76.09 -35.8617 -72.481 21.9977 -51
-STDOUT_7467=0 -9.18305 0 0 -9.39938 0 0 -180.494 -59.8556 -76.09 -39.0982 -74.6199 22.9976 -52
-STDOUT_7468=0 -9.18359 0 0 -9.55962 0 0 -178.513 -61.0271 -76.09 -37.0912 -72.481 23.9975 -51
-STDOUT_7469=0 -9.59227 0 0 -9.2747 0 0 -178.39 -56.6501 -76.09 -32.3784 -69.6801 21.9977 -50
-STDOUT_7470=0 -10.1995 0 0 -8.97615 0 0 -178.513 -57.1959 -76.09 -35.3065 -72.481 21.9977 -51
-STDOUT_7471=0 -9.80084 0 0 -9.48568 0 0 -178.513 -57.9777 -76.09 -36.536 -72.481 23.9975 -51
-STDOUT_7472=0 -9.51262 0 0 -9.70687 0 0 -178.513 -61.0843 -76.09 -37.0855 -72.481 24.9974 -51
-STDOUT_7473=0 -10.3905 0 0 -10.1224 0 0 -178.513 -59.4984 -76.09 -36.208 -72.481 25.9973 -51
-STDOUT_7474=0 -9.95833 0 0 -9.7777 0 0 -179.653 -55.1921 -75.594 -34.936 -73.4252 23.9975 -51
-STDOUT_7475=0 -9.45463 0 0 -9.23412 0 0 -178.513 -57.5663 -76.09 -36.705 -72.481 22.9976 -51
-STDOUT_7476=0 -9.83153 0 0 -10.3188 0 0 -178.39 -60.2987 -76.09 -32.0785 -69.6801 23.9975 -50
-STDOUT_7477=0 -9.02242 0 0 -8.88943 0 0 -179.653 -53.26 -75.594 -35.433 -73.4252 20.9978 -51
-STDOUT_7478=0 -10.1299 0 0 -9.63293 0 0 -178.513 -58.0348 -76.09 -36.5303 -72.481 24.9974 -51
-STDOUT_7479=0 -9.02258 0 0 -9.52086 0 0 -178.513 -60.188 -76.09 -36.9004 -72.481 22.9976 -51
-STDOUT_7480=0 -10.6194 0 0 -10.1161 0 0 -178.39 -60.0427 -76.09 -31.7075 -69.6801 24.9974 -50
-STDOUT_7481=0 -8.59037 0 0 -9.17618 0 0 -179.653 -55.8817 -75.594 -35.6284 -73.4252 20.9978 -51
-STDOUT_7482=0 -9.87115 0 0 -9.22328 0 0 -178.39 -59.194 -76.09 -32.4094 -69.6801 22.9976 -50
-STDOUT_7483=0 -9.80587 0 0 -9.53345 0 0 -177.191 -57.1061 -78.6991 -34.7676 -75.0266 24.9974 -51
-STDOUT_7484=0 -8.76191 0 0 -9.03141 0 0 -178.513 -58.7245 -76.09 -37.2227 -72.481 21.9977 -51
-STDOUT_7485=0 -9.63984 0 0 -9.44692 0 0 -178.513 -57.1386 -76.09 -36.3452 -72.481 22.9976 -51
-STDOUT_7486=0 -8.86996 0 0 -8.64519 0 0 -177.191 -55.1741 -78.6991 -35.2646 -75.0266 21.9977 -51
-STDOUT_7487=0 -9.20762 0 0 -9.10223 0 0 -179.653 -52.8323 -75.594 -35.0732 -73.4252 20.9978 -51
-STDOUT_7488=0 -10.4884 0 0 -9.14934 0 0 -178.39 -56.1445 -76.09 -31.8542 -69.6801 22.9976 -50
-STDOUT_7489=0 -9.5436 0 0 -9.91967 0 0 -178.513 -60.6458 -76.09 -36.9574 -72.481 24.9974 -51
-STDOUT_7490=-236 0 -0.510826 -44.3089 0 -0.11212 -50.9828 -237.74 -98.8712 -87.1323 -43.5127 -39.034 41.9957 -43
-STDOUT_7491=-236 0 -0.510826 -44.232 0 -0.11212 -50.6247 -237.271 -98.3578 -86.9028 -44.0207 -40.017 41.9957 -43
-STDOUT_7492=-236 0 -0.510826 -45.4075 0 -0.11212 -50.9828 -241.635 -95.809 -83.9801 -43.5127 -39.8813 41.9957 -44
-STDOUT_7493=-236 0 -0.510826 -45.3306 0 -0.11212 -50.6247 -241.195 -95.2956 -83.7506 -44.0207 -40.8643 41.9957 -44
-STDOUT_7494=-236 0 -0.510826 -45.767 0 -0.11212 -50.6448 -242.221 -94.3833 -82.9994 -43.6295 -40.5376 41.9957 -44
-STDOUT_7495=-236 0 -0.510826 -45.4413 0 -0.11212 -49.414 -232.928 -101.15 -89.4719 -43.2197 -42.0549 41.9957 -43
-STDOUT_7496=-236 0 -0.510826 -45.3644 0 -0.11212 -49.0559 -232.458 -100.636 -89.2424 -43.7278 -43.0379 41.9957 -43
-STDOUT_7497=-236 0 -0.510826 -46.5399 0 -0.11212 -49.414 -236.822 -98.0875 -86.3197 -43.2197 -42.9022 41.9957 -44
-STDOUT_7498=-236 0 -0.510826 -44.2104 0 -0.11212 -52.1507 -237.936 -98.9844 -87.5438 -43.3777 -38.9033 41.9957 -43
-STDOUT_7499=-236 0 -0.510826 -45.3306 0 -0.11212 -50.6247 -240.693 -94.6819 -83.4139 -44.0207 -40.017 41.9957 -43
-STDOUT_7500=-236 0 -0.510826 -45.7421 0 -0.11212 -51.0525 -245.337 -91.6295 -80.4256 -43.5255 -40.5569 41.9957 -44
-STDOUT_7501=-236 0 -0.510826 -44.3044 0 -0.11212 -50.9437 -235.688 -100.683 -88.8785 -44.1765 -39.7088 41.9957 -43
-STDOUT_7502=-236 0 -0.510826 -44.1335 0 -0.11212 -51.7926 -237.466 -98.471 -87.3142 -43.8857 -39.8863 41.9957 -43
-STDOUT_7503=-236 0 -0.510826 -46.463 0 -0.11212 -49.0559 -236.382 -97.5741 -86.0902 -43.7278 -43.8852 41.9957 -44
-STDOUT_7504=-236 0 -0.510826 -44.2275 0 -0.11212 -50.5855 -235.218 -100.17 -88.6489 -44.6845 -40.6919 41.9957 -43
-STDOUT_7505=-236 0 -0.510826 -46.8994 0 -0.11212 -49.076 -237.408 -96.6617 -85.339 -43.3365 -43.5585 41.9957 -44
-STDOUT_7506=-236 0 -0.510826 -45.309 0 -0.11212 -52.1507 -241.83 -95.9222 -84.3916 -43.3777 -39.7506 41.9957 -44
-STDOUT_7507=-236 0 -0.510826 -45.403 0 -0.11212 -50.9437 -239.582 -97.6212 -85.7263 -44.1765 -40.5561 41.9957 -44
-STDOUT_7508=-236 0 -0.510826 -43.2029 0 -0.11212 -51.1443 -233.434 -101.821 -90.2565 -45.7011 -41.1976 41.9957 -43
-STDOUT_7509=-236 0 -0.510826 -45.2321 0 -0.11212 -51.7926 -241.39 -95.4088 -84.162 -43.8857 -40.7336 41.9957 -44
-STDOUT_7510=-236 0 -0.510826 -43.126 0 -0.11212 -50.7862 -232.965 -101.308 -90.0269 -46.2091 -42.1806 41.9957 -43
-STDOUT_7511=-236 0 -0.510826 -45.3261 0 -0.11212 -50.5855 -239.142 -97.1078 -85.4967 -44.6845 -41.5392 41.9957 -44
-STDOUT_7512=-236 0 -0.510826 -45.6684 0 -0.11212 -51.8128 -242.416 -94.4964 -83.4109 -43.4944 -40.4069 41.9957 -44
-STDOUT_7513=-236 0 -0.510826 -45.3428 0 -0.11212 -50.5819 -233.123 -101.263 -89.8834 -43.0847 -41.9242 41.9957 -43
-STDOUT_7514=-236 0 -0.510826 -45.7625 0 -0.11212 -50.6057 -240.169 -96.1954 -84.7456 -44.2933 -41.2125 41.9957 -44
-STDOUT_7515=-236 0 -0.510826 -46.463 0 -0.11212 -49.0559 -235.88 -96.9603 -85.7536 -43.7278 -43.0379 41.9957 -43
-STDOUT_7516=-236 0 -0.510826 -46.2715 0 -0.11212 -51.3909 -229.096 -102.339 -91.6725 -43.1068 -40.6324 41.9957 -42
-STDOUT_7517=-236 0 -0.510826 -44.3956 0 -0.11212 -50.9875 -236.173 -100.118 -87.7613 -47.1147 -41.1148 41.9957 -44
-STDOUT_7518=-236 0 -0.510826 -44.6684 0 -0.11212 -50.6448 -239.419 -97.4455 -86.1516 -43.6295 -39.6903 41.9957 -43
-STDOUT_7519=-236 0 -0.510826 -46.8745 0 -0.11212 -49.4837 -240.524 -93.908 -82.7652 -43.2325 -43.5778 41.9957 -44
-STDOUT_7520=-236 0 -0.510826 -45.4368 0 -0.11212 -49.3749 -230.875 -102.962 -91.2181 -43.8835 -42.7298 41.9957 -43
-STDOUT_7521=-236 0 -0.510826 -45.2659 0 -0.11212 -50.2238 -232.653 -100.749 -89.6539 -43.5927 -42.9072 41.9957 -43
-STDOUT_7522=-236 0 -0.510826 -44.3015 0 -0.11212 -51.1443 -237.329 -98.7588 -87.1043 -45.7011 -42.0449 41.9957 -44
-STDOUT_7523=-236 0 -0.510826 -45.4075 0 -0.11212 -50.9828 -241.775 -95.1952 -83.6435 -43.5127 -39.034 41.9957 -43
-STDOUT_7524=-236 0 -0.510826 -46.1946 0 -0.11212 -51.0327 -228.627 -101.825 -91.4429 -43.6148 -41.6154 41.9957 -42
-STDOUT_7525=-236 0 -0.510826 -44.3187 0 -0.11212 -50.6294 -235.704 -99.6043 -87.5317 -47.6227 -42.0978 41.9957 -44
-STDOUT_7526=-236 0 -0.510826 -45.3599 0 -0.11212 -49.0168 -230.405 -102.448 -90.9886 -44.3915 -43.7128 41.9957 -43
-STDOUT_7527=-236 0 -0.510826 -44.2246 0 -0.11212 -50.7862 -236.889 -98.2454 -86.8748 -46.2091 -43.0279 41.9957 -44
-STDOUT_7528=-236 0 -0.510826 -46.45 0 -0.11212 -52.2828 -239.473 -97.0871 -87.1323 -38.969 -36.8951 41.9957 -42
-STDOUT_7529=-236 0 -0.510826 -46.3731 0 -0.11212 -51.9246 -239.003 -96.5737 -86.9028 -39.477 -37.8782 41.9957 -42
-STDOUT_7530=-236 0 -0.510826 -46.4414 0 -0.11212 -50.5819 -237.017 -98.2007 -86.7312 -43.0847 -42.7715 41.9957 -44
-STDOUT_7531=-236 0 -0.510826 -47.3701 0 -0.11212 -51.3909 -232.991 -99.2764 -88.5203 -43.1068 -41.4797 41.9957 -43
-STDOUT_7532=-236 0 -0.510826 -44.661 0 -0.11212 -50.8063 -237.915 -97.333 -86.1236 -45.8178 -42.7012 41.9957 -44
-STDOUT_7533=-236 0 -0.510826 -45.4943 0 -0.11212 -50.9875 -240.068 -97.0555 -84.6091 -47.1147 -41.9621 41.9957 -45
-STDOUT_7534=-236 0 -0.510826 -44.4548 0 -0.11212 -50.2778 -234.437 -101.326 -90.8878 -41.9166 -39.3565 41.9957 -42
-STDOUT_7535=-236 0 -0.510826 -45.2321 0 -0.11212 -51.7926 -240.889 -94.795 -83.8254 -43.8857 -39.8863 41.9957 -43
-STDOUT_7536=-236 0 -0.510826 -46.5354 0 -0.11212 -49.3749 -234.769 -99.8997 -88.0659 -43.8835 -43.5771 41.9957 -44
-STDOUT_7537=-236 0 -0.510826 -44.3353 0 -0.11212 -49.5755 -228.622 -104.099 -92.5961 -45.4081 -44.2185 41.9957 -43
-STDOUT_7538=-236 0 -0.510826 -45.8486 0 -0.11212 -51.2048 -240.406 -95.8436 -84.3149 -44.4333 -41.2967 41.9957 -44
-STDOUT_7539=-236 0 -0.510826 -45.6436 0 -0.11212 -52.2204 -245.532 -91.7427 -80.837 -43.3905 -40.4262 41.9957 -44
-STDOUT_7540=-236 0 -0.510826 -44.2059 0 -0.11212 -52.1116 -235.883 -100.797 -89.29 -44.0415 -39.5781 41.9957 -43
-STDOUT_7541=-236 0 -0.510826 -46.3645 0 -0.11212 -50.2238 -236.577 -97.6873 -86.5017 -43.5927 -43.7545 41.9957 -44
-STDOUT_7542=-236 0 -0.510826 -44.3778 0 -0.11212 -49.9197 -233.968 -100.813 -90.6583 -42.4246 -40.3395 41.9957 -42
-STDOUT_7543=-236 0 -0.510826 -45.3261 0 -0.11212 -50.5855 -238.641 -96.494 -85.1601 -44.6845 -40.6919 41.9957 -43
-STDOUT_7544=-236 0 -0.510826 -44.2059 0 -0.11212 -52.1116 -235.923 -100.797 -89.29 -44.0415 -39.5781 41.9957 -43
-STDOUT_7545=-236 0 -0.510826 -47.2932 0 -0.11212 -51.0327 -232.551 -98.763 -88.2907 -43.6148 -42.4627 41.9957 -43
-STDOUT_7546=-236 0 -0.510826 -45.4174 0 -0.11212 -50.6294 -239.628 -96.5421 -84.3795 -47.6227 -42.9451 41.9957 -45
-STDOUT_7547=-236 0 -0.510826 -45.7376 0 -0.11212 -51.0134 -243.284 -93.4417 -82.1717 -44.1893 -41.2318 41.9957 -44
-STDOUT_7548=-236 0 -0.510826 -44.2584 0 -0.11212 -49.2174 -228.152 -103.586 -92.3666 -45.9161 -45.2015 41.9957 -43
-STDOUT_7549=-236 0 -0.510826 -44.129 0 -0.11212 -51.7535 -235.414 -100.283 -89.0604 -44.5495 -40.5612 41.9957 -43
-STDOUT_7550=-236 0 -0.510826 -46.4585 0 -0.11212 -49.0168 -234.33 -99.3863 -87.8364 -44.3915 -44.5601 41.9957 -44
-STDOUT_7551=-236 0 -0.510826 -47.5486 0 -0.11212 -52.2828 -243.367 -94.0249 -83.9801 -38.969 -37.7424 41.9957 -43
-STDOUT_7552=-236 0 -0.510826 -44.129 0 -0.11212 -51.7535 -235.454 -100.283 -89.0604 -44.5495 -40.5612 41.9957 -43
-STDOUT_7553=-236 0 -0.510826 -46.8008 0 -0.11212 -50.244 -237.604 -96.7749 -85.7505 -43.2015 -43.4278 41.9957 -44
-STDOUT_7554=-236 0 -0.510826 -47.7296 0 -0.11212 -51.0529 -233.577 -97.8507 -87.5396 -43.2235 -42.136 41.9957 -43
-STDOUT_7555=-236 0 -0.510826 -45.8537 0 -0.11212 -50.6495 -240.654 -95.6297 -83.6284 -47.2314 -42.6184 41.9957 -45
-STDOUT_7556=-236 0 -0.510826 -46.8949 0 -0.11212 -49.0369 -235.356 -98.4739 -87.0852 -44.0003 -44.2334 41.9957 -44
-STDOUT_7557=-236 0 -0.510826 -47.4717 0 -0.11212 -51.9246 -242.928 -93.5115 -83.7506 -39.477 -38.7255 41.9957 -43
-STDOUT_7558=-236 0 -0.510826 -45.528 0 -0.11212 -49.4187 -231.361 -102.396 -90.1009 -46.8217 -44.1357 41.9957 -44
-STDOUT_7559=-236 0 -0.510826 -45.5534 0 -0.11212 -50.2778 -238.332 -98.2642 -87.7356 -41.9166 -40.2038 41.9957 -43
-STDOUT_7560=-236 0 -0.510826 -45.8008 0 -0.11212 -49.076 -234.606 -99.7239 -88.4912 -43.3365 -42.7112 41.9957 -43
-STDOUT_7561=-236 0 -0.510826 -45.4339 0 -0.11212 -49.5755 -232.516 -101.037 -89.4439 -45.4081 -45.0658 41.9957 -44
-STDOUT_7562=-236 0 -0.510826 -45.3045 0 -0.11212 -52.1116 -239.778 -97.7344 -86.1378 -44.0415 -40.4254 41.9957 -44
-STDOUT_7563=-236 0 -0.510826 -46.5399 0 -0.11212 -49.414 -236.962 -97.4737 -85.9831 -43.2197 -42.0549 41.9957 -43
-STDOUT_7564=-236 0 -0.510826 -45.4511 0 -0.11212 -49.0606 -230.891 -101.883 -89.8714 -47.3297 -45.1187 41.9957 -44
-STDOUT_7565=-236 0 -0.510826 -44.9379 0 -0.11212 -50.7087 -236.173 -99.5652 -87.7613 -47.6133 -41.1148 41.9957 -44
-STDOUT_7566=-236 0 -0.510826 -45.3045 0 -0.11212 -52.1116 -239.818 -97.7344 -86.1378 -44.0415 -40.4254 41.9957 -44
-STDOUT_7567=-236 0 -0.510826 -44.2246 0 -0.11212 -50.7862 -236.387 -97.6316 -86.5381 -46.2091 -42.1806 41.9957 -43
-STDOUT_7568=-236 0 -0.510826 -47.9081 0 -0.11212 -51.9448 -243.954 -92.5991 -82.9994 -39.0857 -38.3987 41.9957 -43
-STDOUT_7569=-236 0 -0.510826 -45.4765 0 -0.11212 -49.9197 -237.892 -97.7508 -87.5061 -42.4246 -41.1868 41.9957 -43
-STDOUT_7570=-236 0 -0.510826 -44.6362 0 -0.11212 -51.214 -241.031 -94.5793 -83.5497 -45.7139 -42.7205 41.9957 -44
-STDOUT_7571=-236 0 -0.510826 -43.1984 0 -0.11212 -51.1051 -231.382 -103.633 -92.0027 -46.3649 -41.8724 41.9957 -43
-STDOUT_7572=-236 0 -0.510826 -44.861 0 -0.11212 -50.3506 -235.704 -99.0518 -87.5317 -48.1213 -42.0978 41.9957 -44
-STDOUT_7573=-236 0 -0.510826 -45.357 0 -0.11212 -49.2174 -232.076 -100.524 -89.2144 -45.9161 -46.0488 41.9957 -44
-STDOUT_7574=-236 0 -0.510826 -45.2276 0 -0.11212 -51.7535 -239.338 -97.221 -85.9082 -44.5495 -41.4085 41.9957 -44
-STDOUT_7575=-236 0 -0.510826 -45.2276 0 -0.11212 -51.7535 -239.378 -97.221 -85.9082 -44.5495 -41.4085 41.9957 -44
-STDOUT_7576=-236 0 -0.510826 -43.1215 0 -0.11212 -50.747 -230.912 -103.12 -91.7731 -46.8729 -42.8555 41.9957 -43
-STDOUT_7577=-236 0 -0.510826 -45.9128 0 -0.11212 -49.9399 -238.918 -96.8385 -86.7549 -42.0333 -40.8601 41.9957 -43
-STDOUT_7578=-236 0 -0.510826 -44.4093 0 -0.11212 -50.5043 -236.939 -99.9465 -89.4719 -41.4227 -39.0211 41.9957 -42
-STDOUT_7579=-236 0 -0.510826 -45.7934 0 -0.11212 -49.2375 -233.102 -99.6115 -88.4632 -45.5248 -45.7221 41.9957 -44
-STDOUT_7580=-236 0 -0.510826 -46.6267 0 -0.11212 -49.4187 -235.255 -99.334 -86.9487 -46.8217 -44.983 41.9957 -45
-STDOUT_7581=-236 0 -0.510826 -45.664 0 -0.11212 -51.7736 -240.364 -96.3086 -85.1571 -44.1582 -41.0817 41.9957 -44
-STDOUT_7582=-236 0 -0.510826 -46.3645 0 -0.11212 -50.2238 -236.076 -97.0735 -86.165 -43.5927 -42.9072 41.9957 -43
-STDOUT_7583=-236 0 -0.510826 -46.173 0 -0.11212 -52.5588 -229.292 -102.452 -92.084 -42.9718 -40.5016 41.9957 -42
-STDOUT_7584=-236 0 -0.510826 -44.2971 0 -0.11212 -52.1554 -236.369 -100.231 -88.1727 -46.9797 -40.9841 41.9957 -44
-STDOUT_7585=-236 0 -0.510826 -44.3324 0 -0.11212 -50.1462 -236.469 -99.4332 -89.2424 -41.9307 -40.0041 41.9957 -42
-STDOUT_7586=-236 0 -0.510826 -45.664 0 -0.11212 -51.7736 -240.404 -96.3086 -85.1571 -44.1582 -41.0817 41.9957 -44
-STDOUT_7587=-236 0 -0.510826 -44.5698 0 -0.11212 -51.8128 -239.615 -97.5586 -86.5631 -43.4944 -39.5596 41.9957 -43
-STDOUT_7588=-236 0 -0.510826 -46.981 0 -0.11212 -49.6361 -235.593 -98.1221 -86.6546 -44.1403 -44.3176 41.9957 -44
-STDOUT_7589=-236 0 -0.510826 -46.776 0 -0.11212 -50.6516 -240.719 -94.0212 -83.1767 -43.0975 -43.4471 41.9957 -44
-STDOUT_7590=FEATURES_TXT_END_0
-STDOUT_7591=FEATURES_TXT_BEGIN_0 5 300 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_7592=0 -3.06843 0 0 -2.70471 0 0 -67.9958 -30.0541 -51.546 -8.60848 -25.8026 7.99917 -23
-STDOUT_7593=0 -3.16299 0 0 -2.15264 0 0 -70.7793 -27.2867 -47.7598 -7.91533 -23.8134 7.99917 -23
-STDOUT_7594=0 -2.98864 0 0 -1.97829 0 0 -71.4126 -28.2465 -49.0045 -7.22218 -20.9918 7.99917 -22
-STDOUT_7595=0 -3.13989 0 0 -2.87906 0 0 -67.9958 -31.5243 -51.546 -9.38143 -25.8026 7.99917 -23
-STDOUT_7596=0 -3.27763 0 0 -2.90538 0 0 -67.9958 -31.0659 -51.546 -9.43561 -25.8026 8.99907 -23
-STDOUT_7597=0 -3.45031 0 0 -2.9138 0 0 -67.9958 -30.5045 -51.546 -9.40977 -25.8026 8.99907 -23
-STDOUT_7598=0 -3.2525 0 0 -2.89458 0 0 -67.9958 -31.9548 -51.546 -8.75229 -25.8026 8.99907 -23
-STDOUT_7599=0 -3.39034 0 0 -2.42815 0 0 -70.7793 -27.6932 -47.7598 -8.70146 -23.8134 8.99907 -23
-STDOUT_7600=0 -3.21599 0 0 -2.25379 0 0 -71.4126 -28.653 -49.0045 -8.00831 -20.9918 8.99907 -22
-STDOUT_7601=0 -3.23445 0 0 -2.32699 0 0 -70.7793 -28.757 -47.7598 -8.68828 -23.8134 7.99917 -23
-STDOUT_7602=0 -3.49257 0 0 -2.98208 0 0 -67.9958 -30.9429 -51.546 -8.918 -25.8026 8.99907 -23
-STDOUT_7603=0 -3.37219 0 0 -2.35331 0 0 -70.7793 -28.2986 -47.7598 -8.74246 -23.8134 8.99907 -23
-STDOUT_7604=0 -3.54487 0 0 -2.36173 0 0 -70.7793 -27.7372 -47.7598 -8.71662 -23.8134 8.99907 -23
-STDOUT_7605=0 -3.0601 0 0 -2.15264 0 0 -71.4126 -29.7167 -49.0045 -7.99513 -20.9918 7.99917 -22
-STDOUT_7606=0 -3.34706 0 0 -2.34251 0 0 -70.7793 -29.1874 -47.7598 -8.05915 -23.8134 8.99907 -23
-STDOUT_7607=0 -3.37052 0 0 -2.18738 0 0 -71.4126 -28.6969 -49.0045 -8.02347 -20.9918 8.99907 -22
-STDOUT_7608=0 -3.17271 0 0 -2.16815 0 0 -71.4126 -30.1472 -49.0045 -7.366 -20.9918 8.99907 -22
-STDOUT_7609=0 -3.58713 0 0 -2.43001 0 0 -70.7793 -28.1755 -47.7598 -8.22486 -23.8134 8.99907 -23
-STDOUT_7610=0 -3.41278 0 0 -2.25566 0 0 -71.4126 -29.1353 -49.0045 -7.53171 -20.9918 8.99907 -22
-STDOUT_7611=0 -2.89408 0 0 -2.53036 0 0 -69.8557 -31.0138 -52.7907 -7.91533 -22.9809 7.99917 -22
-STDOUT_7612=0 -3.30313 0 0 -3.10592 0 0 -67.9958 -31.9306 -51.546 -9.14082 -25.8026 8.99907 -23
-STDOUT_7613=0 -3.31302 0 0 -3.21554 0 0 -67.9958 -31.8768 -51.546 -9.00899 -25.8026 8.99907 -23
-STDOUT_7614=0 -3.39769 0 0 -2.55385 0 0 -70.7793 -29.1632 -47.7598 -8.44767 -23.8134 8.99907 -23
-STDOUT_7615=0 -3.69126 0 0 -3.21554 0 0 -67.9958 -31.2556 -51.546 -8.72964 -25.8026 8.99907 -23
-STDOUT_7616=0 -3.40758 0 0 -2.66347 0 0 -70.7793 -29.1094 -47.7598 -8.31584 -23.8134 8.99907 -23
-STDOUT_7617=0 -3.23322 0 0 -2.48911 0 0 -71.4126 -30.0692 -49.0045 -7.62269 -20.9918 8.99907 -22
-STDOUT_7618=0 -3.13818 0 0 -2.37949 0 0 -71.4126 -31.1419 -49.0045 -7.34906 -20.9918 8.99907 -22
-STDOUT_7619=0 -3.78582 0 0 -2.66347 0 0 -70.7793 -28.4882 -47.7598 -8.03649 -23.8134 8.99907 -23
-STDOUT_7620=0 -2.95292 0 0 -2.25272 0 0 -70.997 -29.4003 -49.2703 -9.30162 -24.179 7.99917 -23
-STDOUT_7621=0 -3.61146 0 0 -2.48911 0 0 -71.4126 -29.448 -49.0045 -7.34334 -20.9918 8.99907 -22
-STDOUT_7622=0 -2.77857 0 0 -2.07837 0 0 -71.6303 -30.3601 -50.515 -8.60847 -21.3573 7.99917 -22
-STDOUT_7623=0 -3.32396 0 0 -3.06893 0 0 -67.9958 -32.8304 -51.546 -9.52525 -25.8026 8.99907 -23
-STDOUT_7624=0 -2.95292 0 0 -2.25272 0 0 -71.3246 -27.9517 -49.1686 -9.30162 -25.2776 7.99917 -23
-STDOUT_7625=0 -2.77857 0 0 -2.07837 0 0 -71.9579 -28.9114 -50.4133 -8.60847 -22.4559 7.99917 -22
-STDOUT_7626=0 -3.60775 0 0 -2.98022 0 0 -67.9958 -31.3013 -51.546 -10.7576 -25.8026 8.99907 -23
-STDOUT_7627=0 -3.41852 0 0 -2.51686 0 0 -70.7793 -30.063 -47.7598 -8.8321 -23.8134 8.99907 -23
-STDOUT_7628=0 -2.85378 0 0 -2.70471 0 0 -67.9958 -34.0549 -51.546 -11.5285 -25.8026 7.99917 -23
-STDOUT_7629=0 -3.45658 0 0 -3.29991 0 0 -67.9958 -32.1533 -51.546 -9.47689 -25.8026 8.99907 -23
-STDOUT_7630=0 -3.34909 0 0 -3.07973 0 0 -67.9958 -32.5362 -51.546 -10.2086 -25.8026 8.99907 -23
-STDOUT_7631=0 -3.52177 0 0 -3.08816 0 0 -67.9958 -31.9748 -51.546 -10.1827 -25.8026 8.99907 -23
-STDOUT_7632=0 -3.24417 0 0 -2.34251 0 0 -71.4126 -31.0228 -49.0045 -8.13895 -20.9918 8.99907 -22
-STDOUT_7633=0 -3.4618 0 0 -2.6025 0 0 -70.7793 -29.1635 -47.7598 -9.47441 -23.8134 8.99907 -23
-STDOUT_7634=0 -3.65951 0 0 -3.11447 0 0 -67.9958 -31.5164 -51.546 -10.2369 -25.8026 9.99896 -23
-STDOUT_7635=0 -3.4617 0 0 -3.09525 0 0 -67.9958 -32.9666 -51.546 -9.57943 -25.8026 9.99896 -23
-STDOUT_7636=0 -3.01223 0 0 -2.61381 0 0 -71.2902 -29.5478 -49.6652 -7.73086 -23.7693 8.99907 -23
-STDOUT_7637=0 -3.63438 0 0 -3.10367 0 0 -67.9958 -32.4052 -51.546 -9.55358 -25.8026 9.99896 -23
-STDOUT_7638=0 -3.59954 0 0 -2.62882 0 0 -70.7793 -28.7051 -47.7598 -9.52859 -23.8134 9.99896 -23
-STDOUT_7639=0 -3.77222 0 0 -2.63724 0 0 -70.7793 -28.1437 -47.7598 -9.50275 -23.8134 9.99896 -23
-STDOUT_7640=0 -3.28745 0 0 -2.42815 0 0 -71.4126 -30.1233 -49.0045 -8.78126 -20.9918 8.99907 -22
-STDOUT_7641=0 -3.57441 0 0 -2.61801 0 0 -70.7793 -29.5939 -47.7598 -8.84527 -23.8134 9.99896 -23
-STDOUT_7642=0 -2.94834 0 0 -2.15264 0 0 -70.7793 -31.2876 -47.7598 -10.8354 -23.8134 7.99917 -23
-STDOUT_7643=0 -3.55114 0 0 -2.74784 0 0 -70.7793 -29.3859 -47.7598 -8.78374 -23.8134 8.99907 -23
-STDOUT_7644=0 -3.59787 0 0 -2.46288 0 0 -71.4126 -29.1035 -49.0045 -8.8096 -20.9918 9.99896 -22
-STDOUT_7645=0 -3.44365 0 0 -2.52766 0 0 -70.7793 -29.7688 -47.7598 -9.51542 -23.8134 8.99907 -23
-STDOUT_7646=0 -3.61633 0 0 -2.53609 0 0 -70.7793 -29.2074 -47.7598 -9.48957 -23.8134 8.99907 -23
-STDOUT_7647=0 -3.33345 0 0 -4.75352 0 0 -67.9958 -30.3121 -51.546 -7.36676 -25.8026 7.99917 -23
-STDOUT_7648=0 -3.70177 0 0 -3.18275 0 0 -67.9958 -31.9547 -51.546 -9.74514 -25.8026 9.99896 -23
-STDOUT_7649=0 -3.87445 0 0 -3.19117 0 0 -67.9958 -31.3933 -51.546 -9.71929 -25.8026 9.99896 -23
-STDOUT_7650=0 -3.40006 0 0 -2.44366 0 0 -71.4126 -30.5537 -49.0045 -8.15213 -20.9918 9.99896 -22
-STDOUT_7651=0 -2.77398 0 0 -1.97829 0 0 -71.4126 -32.2473 -49.0045 -10.1422 -20.9918 7.99917 -22
-STDOUT_7652=0 -3.67664 0 0 -3.17195 0 0 -67.9958 -32.8436 -51.546 -9.06182 -25.8026 9.99896 -23
-STDOUT_7653=0 -3.81448 0 0 -2.70552 0 0 -70.7793 -28.582 -47.7598 -9.01098 -23.8134 9.99896 -23
-STDOUT_7654=0 -3.75407 0 0 -2.5624 0 0 -70.7793 -28.749 -47.7598 -9.54375 -23.8134 9.99896 -23
-STDOUT_7655=0 -3.44198 0 0 -2.36173 0 0 -71.4126 -30.1672 -49.0045 -8.79642 -20.9918 8.99907 -22
-STDOUT_7656=0 -3.55626 0 0 -2.54318 0 0 -70.7793 -30.1993 -47.7598 -8.88628 -23.8134 9.99896 -23
-STDOUT_7657=0 -3.10679 0 0 -2.06174 0 0 -74.0737 -26.7804 -45.879 -7.03771 -21.7801 8.99907 -23
-STDOUT_7658=0 -3.72894 0 0 -2.5516 0 0 -70.7793 -29.6379 -47.7598 -8.86043 -23.8134 9.99896 -23
-STDOUT_7659=0 -3.64013 0 0 -2.53116 0 0 -71.4126 -29.5418 -49.0045 -8.31784 -20.9918 9.99896 -22
-STDOUT_7660=0 -3.55459 0 0 -2.37724 0 0 -71.4126 -30.5976 -49.0045 -8.16729 -20.9918 9.99896 -22
-STDOUT_7661=0 -3.42801 0 0 -4.20145 0 0 -70.7793 -27.5447 -47.7598 -6.67362 -23.8134 7.99917 -23
-STDOUT_7662=0 -3.29163 0 0 -2.57348 0 0 -71.4126 -31.3646 -49.0045 -7.68513 -20.9918 8.99907 -22
-STDOUT_7663=0 -3.79633 0 0 -2.63068 0 0 -70.7793 -29.1874 -47.7598 -9.05199 -23.8134 9.99896 -23
-STDOUT_7664=0 -3.96901 0 0 -2.6391 0 0 -70.7793 -28.626 -47.7598 -9.02614 -23.8134 9.99896 -23
-STDOUT_7665=0 -6.30101 0 0 -3.40359 0 0 -63.2692 -38.2466 -59.8288 -9.00209 -19.4815 7.99917 -20
-STDOUT_7666=0 -3.7712 0 0 -2.61988 0 0 -70.7793 -30.0762 -47.7598 -8.36867 -23.8134 9.99896 -23
-STDOUT_7667=0 -3.25609 0 0 -3.30659 0 0 -67.9958 -33.5387 -51.546 -9.78921 -25.8026 9.99896 -23
-STDOUT_7668=0 -2.96554 0 0 -2.70471 0 0 -69.8557 -32.4841 -52.7907 -8.68828 -22.9809 7.99917 -22
-STDOUT_7669=0 -3.25365 0 0 -4.02709 0 0 -71.4126 -28.5045 -49.0045 -5.98047 -20.9918 7.99917 -22
-STDOUT_7670=0 -3.79466 0 0 -2.46475 0 0 -71.4126 -29.5857 -49.0045 -8.333 -20.9918 9.99896 -22
-STDOUT_7671=0 -3.59685 0 0 -2.44552 0 0 -71.4126 -31.036 -49.0045 -7.67552 -20.9918 9.99896 -22
-STDOUT_7672=0 -3.27596 0 0 -2.73945 0 0 -69.8557 -31.4643 -52.7907 -8.71662 -22.9809 8.99907 -22
-STDOUT_7673=0 -3.07815 0 0 -2.72022 0 0 -69.8557 -32.9145 -52.7907 -8.05915 -22.9809 8.99907 -22
-STDOUT_7674=0 -3.39026 0 0 -2.52823 0 0 -70.997 -29.2666 -49.2703 -9.06731 -24.179 8.99907 -23
-STDOUT_7675=0 -3.37459 0 0 -3.28027 0 0 -67.9958 -33.4008 -51.546 -9.91377 -25.8026 8.99907 -23
-STDOUT_7676=0 -6.39557 0 0 -2.85152 0 0 -66.0527 -35.4792 -56.0426 -8.30895 -17.4923 7.99917 -20
-STDOUT_7677=0 -3.21591 0 0 -2.35388 0 0 -71.6303 -30.2264 -50.515 -8.37416 -21.3573 8.99907 -22
-STDOUT_7678=0 -3.35065 0 0 -2.75452 0 0 -70.7793 -30.7714 -47.7598 -9.09607 -23.8134 9.99896 -23
-STDOUT_7679=0 -3.68501 0 0 -3.31501 0 0 -67.9958 -32.381 -51.546 -9.94211 -25.8026 9.99896 -23
-STDOUT_7680=0 -3.31822 0 0 -2.80773 0 0 -69.8557 -31.9026 -52.7907 -8.22486 -22.9809 8.99907 -22
-STDOUT_7681=0 -3.4872 0 0 -3.29578 0 0 -67.9958 -33.8313 -51.546 -9.28464 -25.8026 9.99896 -23
-STDOUT_7682=0 -3.62504 0 0 -2.82935 0 0 -70.7793 -29.5697 -47.7598 -9.2338 -23.8134 9.99896 -23
-STDOUT_7683=0 -3.12727 0 0 -2.42708 0 0 -71.2068 -29.0598 -48.7988 -9.99477 -24.7716 7.99917 -23
-STDOUT_7684=0 -6.22121 0 0 -2.67717 0 0 -66.686 -36.439 -57.2873 -7.6158 -14.6707 7.99917 -19
-STDOUT_7685=0 -3.17536 0 0 -3.21554 0 0 -67.9958 -33.204 -51.546 -11.299 -25.8026 8.99907 -23
-STDOUT_7686=0 -3.52221 0 0 -3.41621 0 0 -67.9958 -32.8886 -51.546 -9.83612 -25.8026 9.99896 -23
-STDOUT_7687=0 -3.6949 0 0 -3.42463 0 0 -67.9958 -32.3272 -51.546 -9.81028 -25.8026 9.99896 -23
-STDOUT_7688=0 -3.49709 0 0 -3.4054 0 0 -67.9958 -33.7775 -51.546 -9.15281 -25.8026 9.99896 -23
-STDOUT_7689=0 -3.46915 0 0 -2.7282 0 0 -70.7793 -30.6335 -47.7598 -9.22063 -23.8134 8.99907 -23
-STDOUT_7690=0 -3.63493 0 0 -2.93897 0 0 -70.7793 -29.516 -47.7598 -9.10197 -23.8134 9.99896 -23
-STDOUT_7691=0 -3.72727 0 0 -3.38329 0 0 -67.9958 -32.8194 -51.546 -9.45035 -25.8026 9.99896 -23
-STDOUT_7692=0 -3.0754 0 0 -3.81521 0 0 -87.5262 -15.7527 -33.811 -8.69755 -27.3083 10.9989 -28
-STDOUT_7693=0 -2.91367 0 0 -3.62535 0 0 -87.5262 -15.2572 -33.811 -8.84197 -27.3083 9.99896 -28
-STDOUT_7694=0 -3.2427 0 0 -4.21642 0 0 -87.5262 -17.2618 -33.811 -8.91762 -27.3083 11.9988 -28
-STDOUT_7695=0 -3.96375 0 0 -3.03507 0 0 -94.9474 -17.9769 -34.0913 -21.633 -39.4336 11.9988 -33
-STDOUT_7696=0 -4.00728 0 0 -3.35658 0 0 -94.9474 -19.2588 -34.0913 -21.8386 -39.4336 12.9986 -33
-STDOUT_7697=0 -3.14842 0 0 -3.82602 0 0 -87.5262 -15.9527 -33.811 -9.08453 -27.3083 10.9989 -28
-STDOUT_7698=0 -2.94206 0 0 -3.63615 0 0 -87.5262 -15.5483 -33.811 -9.02819 -27.3083 9.99896 -28
-STDOUT_7699=0 -3.36222 0 0 -2.7562 0 0 -87.5262 -16.3803 -33.811 -9.61934 -27.3083 10.9989 -28
-STDOUT_7700=0 -3.3263 0 0 -3.07772 0 0 -87.5262 -17.7491 -33.811 -9.87829 -27.3083 11.9988 -28
-STDOUT_7701=0 -3.08097 0 0 -4.02656 0 0 -87.5262 -16.7663 -33.811 -9.06204 -27.3083 10.9989 -28
-STDOUT_7702=0 -3.80202 0 0 -2.8452 0 0 -94.9474 -17.4814 -34.0913 -21.7774 -39.4336 10.9989 -33
-STDOUT_7703=0 -3.34041 0 0 -5.86402 0 0 -87.5262 -16.0107 -33.811 -7.45584 -27.3083 10.9989 -28
-STDOUT_7704=0 -4.13105 0 0 -3.43627 0 0 -94.9474 -19.4861 -34.0913 -21.8531 -39.4336 12.9986 -33
-STDOUT_7705=0 -3.84555 0 0 -3.16672 0 0 -94.9474 -18.7633 -34.0913 -21.983 -39.4336 11.9988 -33
-STDOUT_7706=0 -3.71107 0 0 -4.03557 0 0 -87.5262 -16.6501 -33.811 -8.89663 -27.3083 11.9988 -28
-STDOUT_7707=0 -4.17458 0 0 -3.75779 0 0 -94.9474 -20.7679 -34.0913 -22.0587 -39.4336 13.9985 -33
-STDOUT_7708=0 -3.5047 0 0 -3.84571 0 0 -87.5262 -16.2456 -33.811 -8.84029 -27.3083 10.9989 -28
-STDOUT_7709=0 -3.74957 0 0 -2.70905 0 0 -91.8213 -18.249 -31.2492 -13.6809 -27.5067 12.9986 -29
-STDOUT_7710=0 -3.31572 0 0 -4.22723 0 0 -87.5262 -17.4619 -33.811 -9.3046 -27.3083 11.9988 -28
-STDOUT_7711=0 -3.20049 0 0 -2.56634 0 0 -87.5262 -15.8848 -33.811 -9.76376 -27.3083 9.99896 -28
-STDOUT_7712=0 -2.68639 0 0 -2.52729 0 0 -87.5262 -17.8668 -33.811 -10.9245 -27.3083 10.9989 -28
-STDOUT_7713=0 -3.16457 0 0 -2.88785 0 0 -87.5262 -17.2536 -33.811 -10.0227 -27.3083 10.9989 -28
-STDOUT_7714=0 -3.10936 0 0 -4.03736 0 0 -87.5262 -17.0574 -33.811 -9.24826 -27.3083 10.9989 -28
-STDOUT_7715=0 -3.52952 0 0 -3.15741 0 0 -87.5262 -17.8894 -33.811 -9.83941 -27.3083 11.9988 -28
-STDOUT_7716=0 -3.71414 0 0 -4.57449 0 0 -87.5262 -14.8917 -33.811 -8.17879 -27.3083 10.9989 -28
-STDOUT_7717=0 -3.4936 0 0 -3.47893 0 0 -87.5262 -19.2582 -33.811 -10.0984 -27.3083 12.9986 -28
-STDOUT_7718=0 -4.03677 0 0 -3.04587 0 0 -94.9474 -18.177 -34.0913 -22.02 -39.4336 11.9988 -33
-STDOUT_7719=0 -3.69822 0 0 -4.32604 0 0 -87.5262 -16.9542 -33.811 -8.81871 -27.3083 11.9988 -28
-STDOUT_7720=0 -3.83041 0 0 -2.856 0 0 -94.9474 -17.7725 -34.0913 -21.9637 -39.4336 10.9989 -33
-STDOUT_7721=0 -4.0803 0 0 -3.36739 0 0 -94.9474 -19.4588 -34.0913 -22.2256 -39.4336 12.9986 -33
-STDOUT_7722=0 -3.45728 0 0 -4.02431 0 0 -87.5262 -16.2032 -33.811 -9.49884 -27.3083 11.9988 -28
-STDOUT_7723=0 -4.05831 0 0 -2.483 0 0 -101.241 -15.2096 -30.3051 -20.9399 -37.4445 11.9988 -33
-STDOUT_7724=0 -3.87394 0 0 -3.17752 0 0 -94.9474 -19.0544 -34.0913 -22.1692 -39.4336 11.9988 -33
-STDOUT_7725=0 -3.17868 0 0 -5.67415 0 0 -87.5262 -15.5152 -33.811 -7.60026 -27.3083 9.99896 -28
-STDOUT_7726=0 -3.96932 0 0 -3.24641 0 0 -94.9474 -18.9906 -34.0913 -21.9975 -39.4336 11.9988 -33
-STDOUT_7727=0 -4.10184 0 0 -2.80451 0 0 -101.241 -16.4914 -30.3051 -21.1454 -37.4445 12.9986 -33
-STDOUT_7728=0 -3.50771 0 0 -6.26523 0 0 -87.5262 -17.5198 -33.811 -7.67591 -27.3083 11.9988 -28
-STDOUT_7729=0 -4.01285 0 0 -3.56792 0 0 -94.9474 -20.2724 -34.0913 -22.2031 -39.4336 12.9986 -33
-STDOUT_7730=0 -3.43524 0 0 -2.76701 0 0 -87.5262 -16.5803 -33.811 -10.0063 -27.3083 10.9989 -28
-STDOUT_7731=0 -3.84823 0 0 -2.58308 0 0 -98.4938 -17.3231 -31.8156 -22.3262 -37.81 11.9988 -33
-STDOUT_7732=0 -3.39932 0 0 -3.08852 0 0 -87.5262 -17.9491 -33.811 -10.2653 -27.3083 11.9988 -28
-STDOUT_7733=0 -3.25182 0 0 -4.5853 0 0 -87.5262 -15.8328 -33.811 -8.94932 -27.3083 10.9989 -28
-STDOUT_7734=0 -3.87837 0 0 -4.43678 0 0 -87.5262 -18.1592 -33.811 -9.1167 -27.3083 12.9986 -28
-STDOUT_7735=0 -3.58784 0 0 -2.51919 0 0 -91.8213 -17.7535 -31.2492 -13.8253 -27.5067 11.9988 -29
-STDOUT_7736=0 -4.28557 0 0 -2.85859 0 0 -98.4938 -17.1895 -31.8156 -22.0919 -37.81 12.9986 -33
-STDOUT_7737=0 -3.22888 0 0 -2.57714 0 0 -87.5262 -16.1759 -33.811 -9.94998 -27.3083 9.99896 -28
-STDOUT_7738=0 -3.47071 0 0 -4.97267 0 0 -85.3616 -16.9095 -34.8198 -9.3907 -27.5803 10.9989 -28
-STDOUT_7739=0 -4.22876 0 0 -5.08387 0 0 -94.9474 -18.235 -34.0913 -20.3913 -39.4336 11.9988 -33
-STDOUT_7740=0 -3.19296 0 0 -2.89866 0 0 -87.5262 -17.5447 -33.811 -10.2089 -27.3083 10.9989 -28
-STDOUT_7741=0 -3.04546 0 0 -4.39543 0 0 -87.5262 -15.4283 -33.811 -8.89298 -27.3083 9.99896 -28
-STDOUT_7742=0 -3.67201 0 0 -4.24691 0 0 -87.5262 -17.7547 -33.811 -9.06037 -27.3083 11.9988 -28
-STDOUT_7743=0 -3.89176 0 0 -2.9046 0 0 -98.4938 -18.605 -31.8156 -22.5317 -37.81 12.9986 -33
-STDOUT_7744=0 -2.52466 0 0 -2.33743 0 0 -87.5262 -17.3713 -33.811 -11.0689 -27.3083 9.99896 -28
-STDOUT_7745=0 -3.99872 0 0 -3.39603 0 0 -91.6179 -16.7018 -33.811 -13.9145 -31.5861 11.9988 -30
-STDOUT_7746=0 -3.91687 0 0 -3.11026 0 0 -91.8213 -19.7581 -31.2492 -13.9009 -27.5067 13.9985 -29
-STDOUT_7747=0 -4.3291 0 0 -3.1801 0 0 -98.4938 -18.4713 -31.8156 -22.2974 -37.81 13.9985 -33
-STDOUT_7748=0 -4.27229 0 0 -5.40539 0 0 -94.9474 -19.5168 -34.0913 -20.5969 -39.4336 12.9986 -33
-STDOUT_7749=0 -4.59942 0 0 -3.25542 0 0 -94.9474 -18.8743 -34.0913 -21.8321 -39.4336 12.9986 -33
-STDOUT_7750=0 -3.36779 0 0 -2.96755 0 0 -87.5262 -17.3939 -33.811 -9.98383 -27.3083 10.9989 -28
-STDOUT_7751=0 -3.55241 0 0 -4.38463 0 0 -87.5262 -14.3962 -33.811 -8.32322 -27.3083 9.99896 -28
-STDOUT_7752=0 -2.85369 0 0 -2.9285 0 0 -87.5262 -19.3759 -33.811 -11.1445 -27.3083 11.9988 -28
-STDOUT_7753=0 -3.33187 0 0 -3.28906 0 0 -87.5262 -18.7627 -33.811 -10.2428 -27.3083 11.9988 -28
-STDOUT_7754=0 -4.04225 0 0 -3.71755 0 0 -91.6179 -17.9837 -33.811 -14.12 -31.5861 12.9986 -30
-STDOUT_7755=0 -4.39306 0 0 -3.06556 0 0 -94.9474 -18.4698 -34.0913 -21.7758 -39.4336 11.9988 -33
-STDOUT_7756=0 -3.53649 0 0 -4.13617 0 0 -87.5262 -16.4587 -33.811 -8.96313 -27.3083 10.9989 -28
-STDOUT_7757=0 -3.88145 0 0 -4.9757 0 0 -87.5262 -16.4008 -33.811 -8.39887 -27.3083 11.9988 -28
-STDOUT_7758=0 -3.41343 0 0 -5.87482 0 0 -87.5262 -16.2108 -33.811 -7.84282 -27.3083 10.9989 -28
-STDOUT_7759=0 -4.20408 0 0 -3.44708 0 0 -94.9474 -19.6861 -34.0913 -22.2401 -39.4336 12.9986 -33
-STDOUT_7760=0 -4.64295 0 0 -3.57694 0 0 -94.9474 -20.1561 -34.0913 -22.0377 -39.4336 13.9985 -33
-STDOUT_7761=0 -3.86552 0 0 -4.72725 0 0 -87.5262 -18.4633 -33.811 -9.03878 -27.3083 12.9986 -28
-STDOUT_7762=0 -3.20707 0 0 -5.68496 0 0 -87.5262 -15.8063 -33.811 -7.78648 -27.3083 9.99896 -28
-STDOUT_7763=0 -3.29555 0 0 -3.83444 0 0 -87.5262 -15.7077 -33.811 -9.64326 -27.3083 10.9989 -28
-STDOUT_7764=0 -3.99771 0 0 -3.25721 0 0 -94.9474 -19.2816 -34.0913 -22.1837 -39.4336 11.9988 -33
-STDOUT_7765=0 -4.43659 0 0 -3.38707 0 0 -94.9474 -19.7517 -34.0913 -21.9813 -39.4336 12.9987 -33
-STDOUT_7766=0 -3.95873 0 0 -4.62626 0 0 -87.5262 -16.7144 -33.811 -8.57931 -27.3083 11.9988 -28
-STDOUT_7767=0 -3.89658 0 0 -2.29313 0 0 -101.241 -14.7141 -30.3051 -21.0843 -37.4445 10.9989 -33
-STDOUT_7768=0 -3.62723 0 0 -4.80501 0 0 -87.5262 -16.6383 -33.811 -8.37763 -27.3083 10.9989 -28
-STDOUT_7769=0 -4.6025 0 0 -3.79434 0 0 -94.9474 -17.116 -34.0913 -21.1143 -39.4336 11.9988 -33
-STDOUT_7770=0 -3.75658 0 0 -2.99424 0 0 -91.6179 -17.4658 -33.811 -14.0906 -31.5861 10.9989 -30
-STDOUT_7771=0 -3.59131 0 0 -5.12653 0 0 -87.5262 -18.0071 -33.811 -8.63658 -27.3083 11.9988 -28
-STDOUT_7772=0 -4.24761 0 0 -3.76859 0 0 -94.9474 -20.968 -34.0913 -22.4456 -39.4336 13.9985 -33
-STDOUT_7773=0 -3.72066 0 0 -3.31575 0 0 -91.6179 -18.8346 -33.811 -14.3496 -31.5861 11.9988 -30
-STDOUT_7774=0 -3.18658 0 0 -4.17507 0 0 -87.5262 -16.1548 -33.811 -8.42401 -27.3083 8.99906 -28
-STDOUT_7775=0 -3.62458 0 0 -4.42551 0 0 -87.5262 -17.7123 -33.811 -9.71891 -27.3083 12.9986 -28
-STDOUT_7776=0 -3.1316 0 0 -3.90612 0 0 -84.2318 -16.259 -35.6918 -9.57516 -29.3416 9.99896 -28
-STDOUT_7777=0 -4.22561 0 0 -2.8842 0 0 -101.241 -16.7187 -30.3051 -21.1599 -37.4445 12.9986 -33
-STDOUT_7778=0 -4.04124 0 0 -3.57873 0 0 -94.9474 -20.5635 -34.0913 -22.3893 -39.4336 12.9986 -33
-STDOUT_7779=0 -4.58657 0 0 -3.54589 0 0 -94.9474 -19.1784 -34.0913 -21.7542 -39.4336 12.9986 -33
-STDOUT_7780=0 -3.37065 0 0 -4.36494 0 0 -87.5262 -16.5707 -33.811 -8.56783 -27.3083 9.99896 -28
-STDOUT_7781=0 -3.94011 0 0 -2.61465 0 0 -101.241 -15.9959 -30.3051 -21.2899 -37.4445 11.9988 -33
-STDOUT_7782=0 -3.34598 0 0 -6.07536 0 0 -87.5262 -17.0244 -33.811 -7.82033 -27.3083 10.9989 -28
-STDOUT_7783=0 -3.8226 0 0 -2.71986 0 0 -91.8213 -18.449 -31.2492 -14.0679 -27.5067 12.9986 -29
-STDOUT_7784=0 -3.60435 0 0 -4.36564 0 0 -87.5262 -15.6163 -33.811 -9.44319 -27.3083 11.9988 -28
-STDOUT_7785=0 -3.99789 0 0 -2.97656 0 0 -87.5262 -17.2776 -33.811 -9.81842 -27.3083 11.9988 -28
-STDOUT_7786=0 -4.64602 0 0 -4.11586 0 0 -94.9474 -18.3978 -34.0913 -21.3198 -39.4336 12.9986 -33
-STDOUT_7787=0 -3.96197 0 0 -3.29808 0 0 -87.5262 -18.6464 -33.811 -10.0774 -27.3083 12.9986 -28
-STDOUT_7788=0 -3.61624 0 0 -2.52999 0 0 -91.8213 -18.0446 -31.2492 -14.0115 -27.5067 11.9988 -29
-STDOUT_7789=0 -3.6865 0 0 -2.39321 0 0 -98.4938 -16.8277 -31.8156 -22.4706 -37.81 10.9989 -33
-STDOUT_7790=0 -2.75941 0 0 -2.5381 0 0 -87.5262 -18.0669 -33.811 -11.3114 -27.3083 10.9989 -28
-STDOUT_7791=0 -4.91274 0 0 -4.46803 0 0 -94.5375 -20.4119 -35.1002 -26.7266 -46.3135 12.9986 -35
-STDOUT_7792=-136 0 -0.979321 -30.8633 0 -0.6307 -31.0418 -179.673 -35.757 -35.4164 -16.8884 -18.0968 24.9974 -25
-STDOUT_7793=-136 0 -0.979321 -30.0373 0 -0.6307 -31.0295 -175.834 -40.4902 -39.281 -17.2774 -18.2439 24.9974 -25
-STDOUT_7794=-136 0 -0.979321 -29.7542 0 -0.6307 -29.5588 -176.549 -37.3123 -37.0584 -19.324 -20.4915 24.9974 -25
-STDOUT_7795=-136 0 -0.979321 -28.9283 0 -0.6307 -29.5464 -172.71 -42.0456 -40.923 -19.713 -20.6386 24.9974 -25
-STDOUT_7796=-136 0 -0.979321 -30.8147 0 -0.6307 -31.1824 -178.077 -37.3304 -36.9269 -17.2542 -18.4624 24.9974 -25
-STDOUT_7797=-136 0 -0.979321 -29.9888 0 -0.6307 -31.1701 -174.238 -42.0636 -40.7915 -17.6433 -18.6095 24.9974 -25
-STDOUT_7798=-136 0 -0.979321 -30.5097 0 -0.6307 -30.9945 -178.335 -37.4654 -37.457 -17.3194 -18.5056 24.9974 -25
-STDOUT_7799=-136 0 -0.979321 -29.6838 0 -0.6307 -30.9821 -174.496 -42.1987 -41.3216 -17.7085 -18.6526 24.9974 -25
-STDOUT_7800=-136 0 -0.979321 -30.2545 0 -0.6307 -29.8278 -175.096 -39.365 -39.2026 -18.9445 -20.086 24.9974 -25
-STDOUT_7801=-136 0 -0.979321 -29.4285 0 -0.6307 -29.8155 -171.258 -44.0983 -43.0672 -19.3336 -20.2331 24.9974 -25
-STDOUT_7802=-134 0 -0.853548 -30.7491 0 -0.6307 -30.4537 -181.178 -33.5708 -34.0122 -14.7688 -18.9584 24.9974 -26
-STDOUT_7803=-136 0 -0.979321 -30.7334 0 -0.6307 -30.7464 -179.183 -36.4532 -36.4553 -17.8669 -19.055 24.9974 -25
-STDOUT_7804=-136 0 -0.979321 -30.4941 0 -0.6307 -30.7372 -177.086 -38.2249 -37.342 -18.6556 -19.8175 24.9974 -25
-STDOUT_7805=-134 0 -0.853548 -29.9231 0 -0.6307 -30.4414 -177.339 -38.304 -37.8768 -15.1578 -19.1055 24.9974 -26
-STDOUT_7806=-136 0 -0.979321 -29.9442 0 -0.6307 -31.6009 -177.015 -39.0766 -38.0264 -18.4025 -19.4922 24.9974 -25
-STDOUT_7807=-136 0 -0.979321 -29.9075 0 -0.6307 -30.7341 -175.344 -41.1865 -40.32 -18.256 -19.2021 24.9974 -25
-STDOUT_7808=-134 0 -0.853548 -29.64 0 -0.6307 -28.9707 -178.055 -35.1261 -35.6542 -17.2044 -21.353 24.9974 -26
-STDOUT_7809=-136 0 -0.979321 -29.6244 0 -0.6307 -29.2634 -176.059 -38.0085 -38.0974 -20.3026 -21.4496 24.9974 -25
-STDOUT_7810=-136 0 -0.979321 -29.3851 0 -0.6307 -29.2542 -173.963 -39.7803 -38.984 -21.0912 -22.2121 24.9974 -25
-STDOUT_7811=-136 0 -0.979321 -29.94 0 -0.6307 -31.561 -180.439 -35.888 -35.5764 -18.1731 -19.3654 24.9974 -25
-STDOUT_7812=-134 0 -0.853548 -28.8141 0 -0.6307 -28.9583 -174.216 -39.8594 -39.5189 -17.5934 -21.5001 24.9974 -26
-STDOUT_7813=-136 0 -0.979321 -29.4876 0 -0.6307 -29.68 -177.31 -38.6363 -38.1381 -19.3632 -20.4564 24.9974 -25
-STDOUT_7814=-136 0 -0.979321 -28.8352 0 -0.6307 -30.1179 -173.891 -40.6319 -39.6684 -20.8381 -21.8868 24.9974 -25
-STDOUT_7815=-136 0 -0.979321 -28.7984 0 -0.6307 -29.251 -172.221 -42.7418 -41.962 -20.6916 -21.5967 24.9974 -25
-STDOUT_7816=-136 0 -0.979321 -29.1141 0 -0.6307 -31.5487 -176.601 -40.6213 -39.441 -18.5621 -19.5124 24.9974 -25
-STDOUT_7817=-134 0 -0.853548 -30.7005 0 -0.6307 -30.5943 -179.582 -35.1442 -35.5227 -15.1346 -19.3239 24.9974 -26
-STDOUT_7818=-136 0 -0.979321 -30.6849 0 -0.6307 -30.887 -177.587 -38.0266 -37.9659 -18.2328 -19.4206 24.9974 -25
-STDOUT_7819=-136 0 -0.979321 -28.6617 0 -0.6307 -29.6676 -173.471 -43.3696 -42.0027 -19.7523 -20.6035 24.9974 -25
-STDOUT_7820=-136 0 -0.979321 -30.4455 0 -0.6307 -30.8778 -175.49 -39.7983 -38.8525 -19.0214 -20.183 24.9974 -25
-STDOUT_7821=-134 0 -0.853548 -29.8746 0 -0.6307 -30.582 -175.743 -39.8774 -39.3873 -15.5236 -19.471 24.9974 -26
-STDOUT_7822=-136 0 -0.979321 -29.8957 0 -0.6307 -31.7415 -175.419 -40.65 -39.5369 -18.7683 -19.8577 24.9974 -25
-STDOUT_7823=-136 0 -0.979321 -29.8589 0 -0.6307 -30.8747 -173.748 -42.7599 -41.8305 -18.6218 -19.5676 24.9974 -25
-STDOUT_7824=-134 0 -0.853548 -30.3955 0 -0.6307 -30.4064 -179.841 -35.2792 -36.0528 -15.1998 -19.3671 24.9974 -26
-STDOUT_7825=-136 0 -0.979321 -29.8275 0 -0.6307 -30.7001 -180.146 -38.3962 -35.4164 -20.3849 -20.8978 24.9974 -26
-STDOUT_7826=-136 0 -0.979321 -30.3799 0 -0.6307 -30.6991 -177.845 -38.1616 -38.4959 -18.298 -19.4637 24.9974 -25
-STDOUT_7827=-138 0 -0.853548 -31.0618 0 -0.6307 -30.5752 -180.392 -37.7909 -34.9005 -24.1623 -26.3943 25.9973 -27
-STDOUT_7828=-136 0 -0.979321 -30.1406 0 -0.6307 -30.6899 -175.749 -39.9334 -39.3826 -19.0866 -20.2262 24.9974 -25
-STDOUT_7829=-138 0 -0.853548 -30.9247 0 -0.6307 -31.2245 -182.108 -37.061 -34.1332 -23.8466 -25.3776 25.9973 -27
-STDOUT_7830=-136 0 -0.979321 -30.4247 0 -0.6307 -29.936 -173.428 -40.6003 -39.9601 -20.3586 -21.4027 24.9974 -25
-STDOUT_7831=-134 0 -0.853548 -29.5696 0 -0.6307 -30.3941 -176.002 -40.0125 -39.9174 -15.5888 -19.5142 24.9974 -26
-STDOUT_7832=-136 0 -0.979321 -29.0016 0 -0.6307 -30.6878 -176.308 -43.1294 -39.281 -20.7739 -21.0448 24.9974 -26
-STDOUT_7833=-136 0 -0.979321 -29.5907 0 -0.6307 -31.5536 -175.677 -40.785 -40.067 -18.8335 -19.9009 24.9974 -25
-STDOUT_7834=-136 0 -0.979321 -29.5539 0 -0.6307 -30.6867 -174.006 -42.8949 -42.3606 -18.687 -19.6108 24.9974 -25
-STDOUT_7835=-134 0 -0.853548 -30.1403 0 -0.6307 -29.2397 -176.602 -37.1788 -37.7984 -16.8249 -20.9476 24.9974 -26
-STDOUT_7836=-138 0 -0.853548 -30.2359 0 -0.6307 -30.5628 -176.553 -42.5241 -38.7651 -24.5513 -26.5414 25.9973 -27
-STDOUT_7837=-138 0 -0.853548 -30.0988 0 -0.6307 -31.2121 -178.269 -41.7942 -37.9978 -24.2357 -25.5247 25.9973 -27
-STDOUT_7838=-136 0 -0.979321 -29.9653 0 -0.6307 -30.1439 -179.825 -37.6217 -37.8319 -17.987 -19.1955 24.9974 -25
-STDOUT_7839=-136 0 -0.979321 -30.1246 0 -0.6307 -29.5324 -174.607 -40.0612 -40.2416 -19.9231 -21.0442 24.9974 -25
-STDOUT_7840=-136 0 -0.979321 -30.6558 0 -0.6307 -30.6884 -171.924 -40.7178 -40.1843 -21.0192 -21.9878 24.9974 -25
-STDOUT_7841=-136 0 -0.979321 -29.5988 0 -0.6307 -29.9237 -169.589 -45.3335 -43.8247 -20.7476 -21.5498 24.9974 -25
-STDOUT_7842=-136 0 -0.979321 -29.8853 0 -0.6307 -29.5232 -172.51 -41.833 -41.1282 -20.7117 -21.8067 24.9974 -25
-STDOUT_7843=-136 0 -0.979321 -31.1075 0 -0.6307 -31.0202 -176.016 -38.4086 -38.2689 -19.1979 -20.3901 24.9974 -25
-STDOUT_7844=-138 0 -0.853548 -29.9528 0 -0.6307 -29.0921 -177.268 -39.3462 -36.5426 -26.5979 -28.789 25.9973 -27
-STDOUT_7845=-138 0 -0.853548 -29.8157 0 -0.6307 -29.7414 -178.984 -38.6163 -35.7753 -26.2823 -27.7723 25.9973 -27
-STDOUT_7846=-134 0 -0.853548 -29.3144 0 -0.6307 -29.2274 -172.763 -41.9121 -41.663 -17.2139 -21.0946 24.9974 -26
-STDOUT_7847=-136 0 -0.979321 -29.1394 0 -0.6307 -30.1315 -175.986 -42.355 -41.6965 -18.376 -19.3425 24.9974 -25
-STDOUT_7848=-136 0 -0.979321 -29.3354 0 -0.6307 -30.3869 -172.439 -42.6846 -41.8126 -20.4586 -21.4814 24.9974 -25
-STDOUT_7849=-136 0 -0.979321 -29.2987 0 -0.6307 -29.52 -170.768 -44.7945 -44.1062 -20.3121 -21.1912 24.9974 -25
-STDOUT_7850=-136 0 -0.979321 -29.3157 0 -0.6307 -28.453 -170.304 -42.1556 -41.6022 -22.7942 -23.7974 24.9974 -25
-STDOUT_7851=-136 0 -0.979321 -29.8811 0 -0.6307 -30.8325 -177.665 -38.9539 -35.4164 -23.2678 -21.9041 24.9974 -26
-STDOUT_7852=-136 0 -0.979321 -29.8299 0 -0.6307 -30.676 -168.085 -45.4511 -44.0489 -21.4082 -22.1348 24.9974 -25
-STDOUT_7853=-136 0 -0.979321 -29.7607 0 -0.6307 -30.7721 -182.61 -35.7711 -36.1049 -18.7506 -20.3245 24.9974 -26
-STDOUT_7854=-136 0 -0.979321 -30.2816 0 -0.6307 -31.0078 -172.177 -43.1419 -42.1335 -19.5869 -20.5372 24.9974 -25
-STDOUT_7855=-138 0 -0.853548 -29.1269 0 -0.6307 -29.0798 -173.429 -44.0795 -40.4072 -26.9869 -28.936 25.9973 -27
-STDOUT_7856=-138 0 -0.853548 -28.9897 0 -0.6307 -29.7291 -175.145 -43.3496 -39.6399 -26.6713 -27.9194 25.9973 -27
-STDOUT_7857=-136 0 -0.979321 -28.8563 0 -0.6307 -28.6608 -176.701 -39.1771 -39.474 -20.4226 -21.5901 24.9974 -25
-STDOUT_7858=-136 0 -0.979321 -29.5468 0 -0.6307 -29.2054 -168.8 -42.2732 -41.8264 -23.4548 -24.3824 24.9974 -25
-STDOUT_7859=-136 0 -0.979321 -28.4898 0 -0.6307 -28.4406 -166.465 -46.8889 -45.4668 -23.1832 -23.9445 24.9974 -25
-STDOUT_7860=-136 0 -0.979321 -29.0551 0 -0.6307 -30.8201 -173.826 -43.6871 -39.281 -23.6569 -22.0512 24.9974 -26
-STDOUT_7861=-136 0 -0.979321 -29.9985 0 -0.6307 -29.5371 -172.893 -39.964 -39.9109 -21.6335 -22.7848 24.9974 -25
-STDOUT_7862=-134 0 -0.853548 -30.6192 0 -0.6307 -30.1583 -180.689 -34.267 -35.0512 -15.7473 -19.9165 24.9974 -26
-STDOUT_7863=-134 -0.276412 -0.853548 -30.8633 -0.280671 -0.6307 -30.4537 -181.178 -34.1806 -34.0122 -14.9722 -18.9584 25.9973 -26
-STDOUT_7864=-138 0 -0.853548 -31.0133 0 -0.6307 -30.7158 -178.796 -39.3643 -36.411 -24.5281 -26.7599 25.9973 -27
-STDOUT_7865=-138 0 -0.853548 -30.8762 0 -0.6307 -31.3651 -180.512 -38.6344 -35.6437 -24.2125 -25.7432 25.9973 -27
-STDOUT_7866=-134 0 -0.853548 -30.3799 0 -0.6307 -30.1491 -178.592 -36.0388 -35.9378 -16.536 -20.679 24.9974 -26
-STDOUT_7867=-136 0 -0.979321 -28.0303 0 -0.6307 -28.6485 -172.862 -43.9103 -43.3386 -20.8117 -21.7372 24.9974 -25
-STDOUT_7868=-136 0 -0.979321 -30.3762 0 -0.6307 -30.0766 -171.832 -42.1737 -41.4706 -20.7244 -21.7683 24.9974 -25
-STDOUT_7869=-136 0 -0.979321 -28.772 0 -0.6307 -29.3494 -174.541 -40.5092 -37.0584 -25.7035 -24.2988 24.9974 -26
-STDOUT_7870=-136 0 -0.979321 -30.3643 0 -0.6307 -30.4418 -176.597 -38.9212 -38.381 -19.6341 -20.7756 24.9974 -25
-STDOUT_7871=-136 0 -0.979321 -28.7208 0 -0.6307 -29.193 -164.962 -47.0064 -45.691 -23.8438 -24.5295 24.9974 -25
-STDOUT_7872=-136 0 -0.979321 -28.6517 0 -0.6307 -29.289 -179.487 -37.3264 -37.747 -21.1862 -22.7191 24.9974 -26
-STDOUT_7873=-136 0 -0.979321 -29.1726 0 -0.6307 -29.5248 -169.054 -44.6972 -43.7755 -22.0225 -22.9319 24.9974 -25
-STDOUT_7874=-136 0 -0.979321 -30.5641 0 -0.6307 -29.909 -174.821 -38.3344 -37.7788 -21.4717 -22.4425 24.9974 -25
-STDOUT_7875=-134 0 -0.853548 -29.83 0 -0.6307 -31.0128 -178.521 -36.8904 -36.6222 -16.2828 -20.3537 24.9974 -26
-STDOUT_7876=-134 0 -0.853548 -29.7933 0 -0.6307 -30.146 -176.85 -39.0003 -38.9158 -16.1363 -20.0636 24.9974 -26
-STDOUT_7877=-136 0 -0.979321 -28.9042 0 -0.6307 -31.2193 -179.711 -38.5272 -35.5764 -21.6696 -22.1663 24.9974 -26
-STDOUT_7878=-134 -0.276412 -0.853548 -30.0373 -0.280671 -0.6307 -30.4414 -177.339 -38.9138 -37.8768 -15.3612 -19.1055 25.9973 -26
-STDOUT_7879=-138 0 -0.853548 -30.1873 0 -0.6307 -30.7034 -174.957 -44.0975 -40.2756 -24.9172 -26.9069 25.9973 -27
-STDOUT_7880=-138 0 -0.853548 -30.0502 0 -0.6307 -31.3527 -176.673 -43.3676 -39.5084 -24.6015 -25.8903 25.9973 -27
-STDOUT_7881=-136 0 -0.979321 -28.5644 0 -0.6307 -30.1992 -177.378 -38.7674 -38.2982 -20.648 -21.7249 24.9974 -25
-STDOUT_7882=-136 0 -0.979321 -29.9167 0 -0.6307 -30.2845 -178.229 -39.1951 -39.3424 -18.3529 -19.561 24.9974 -25
-STDOUT_7883=-136 0 -0.979321 -29.8144 0 -0.6307 -31.3055 -176.525 -39.7728 -39.0654 -19.381 -20.4503 24.9974 -25
-STDOUT_7884=-136 0 -0.979321 -30.6072 0 -0.6307 -30.829 -170.328 -42.2912 -41.6948 -21.385 -22.3533 24.9974 -25
-STDOUT_7885=-136 0 -0.979321 -29.5502 0 -0.6307 -30.0643 -167.993 -46.9069 -45.3352 -21.1134 -21.9154 24.9974 -25
-STDOUT_7886=-136 0 -0.979321 -27.9461 0 -0.6307 -29.3371 -170.702 -45.2425 -40.923 -26.0925 -24.4459 24.9974 -26
-STDOUT_7887=-136 0 -0.979321 -31.059 0 -0.6307 -31.1608 -174.42 -39.982 -39.7794 -19.5637 -20.7557 24.9974 -25
-STDOUT_7888=-134 0 -0.853548 -29.5102 0 -0.6307 -28.6753 -177.565 -35.8224 -36.6932 -18.183 -22.3112 24.9974 -26
-STDOUT_7889=-134 -0.276412 -0.853548 -29.7542 -0.280671 -0.6307 -28.9707 -178.055 -35.7359 -35.6543 -17.4078 -21.353 25.9973 -26
-STDOUT_7890=-136 0 -0.979321 -30.8309 0 -0.6307 -30.7901 -178.773 -37.1548 -36.6111 -19.449 -20.0908 24.9974 -25
-STDOUT_7891=-136 0 -0.979321 -29.7382 0 -0.6307 -29.8966 -170.982 -43.0676 -41.6434 -21.8607 -22.5896 24.9974 -25
-STDOUT_7892=FEATURES_TXT_END_0
-STDOUT_7893=FEATURES_TXT_BEGIN_0 6 300 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_7894=0 -6.81711 0 0 -5.30961 0 0 -90.291 -34.5776 -71.6203 -16.0055 -28.6275 10.9989 -29
-STDOUT_7895=0 -7.38251 0 0 -5.47791 0 0 -86.0464 -42.6815 -76.8184 -18.2905 -26.2447 10.9989 -27
-STDOUT_7896=0 -6.61747 0 0 -5.17444 0 0 -89.8284 -35.8625 -73.3985 -16.6394 -28.8212 10.9989 -28
-STDOUT_7897=0 -6.58584 0 0 -5.06067 0 0 -90.291 -35.7751 -71.6203 -16.9921 -28.6275 10.9989 -29
-STDOUT_7898=0 -5.59039 0 0 -4.43147 0 0 -94.992 -25.8486 -66.9293 -13.0796 -38.9841 9.99896 -32
-STDOUT_7899=0 -6.95824 0 0 -5.46531 0 0 -90.291 -34.477 -71.6203 -15.9205 -28.6275 10.9989 -29
-STDOUT_7900=0 -6.52696 0 0 -5.38701 0 0 -90.291 -36.1424 -71.6203 -15.9909 -28.6275 11.9988 -29
-STDOUT_7901=0 -7.4221 0 0 -5.16832 0 0 -88.0688 -39.5718 -73.6928 -17.5131 -27.0331 10.9989 -28
-STDOUT_7902=0 -6.60342 0 0 -4.89457 0 0 -90.291 -36.4159 -71.6203 -17.346 -28.6275 10.9989 -29
-STDOUT_7903=0 -6.63455 0 0 -5.23131 0 0 -90.291 -36.4012 -71.6203 -16.1594 -28.6275 11.9988 -29
-STDOUT_7904=0 -7.18286 0 0 -5.34274 0 0 -85.5838 -43.9664 -78.5966 -18.9244 -26.4384 10.9989 -26
-STDOUT_7905=0 -6.3862 0 0 -4.9255 0 0 -89.8284 -37.06 -73.3985 -17.626 -28.8212 10.9989 -28
-STDOUT_7906=0 -6.74088 0 0 -5.48092 0 0 -90.291 -35.5704 -71.6203 -15.9504 -28.6275 11.9988 -29
-STDOUT_7907=0 -6.60181 0 0 -5.07741 0 0 -93.25 -30.4809 -67.4609 -15.8547 -28.5604 10.9989 -29
-STDOUT_7908=0 -6.15579 0 0 -4.59977 0 0 -90.7474 -33.9525 -72.1274 -15.3646 -36.6013 9.99896 -30
-STDOUT_7909=0 -5.39075 0 0 -4.29629 0 0 -94.5294 -27.1335 -68.7075 -13.7135 -39.1778 9.99896 -31
-STDOUT_7910=0 -5.35912 0 0 -4.18253 0 0 -94.992 -27.0461 -66.9293 -14.0663 -38.9841 9.99896 -32
-STDOUT_7911=0 -7.52364 0 0 -5.63361 0 0 -86.0464 -42.5809 -76.8184 -18.2055 -26.2447 10.9989 -27
-STDOUT_7912=0 -6.72697 0 0 -5.21637 0 0 -90.291 -35.6745 -71.6203 -16.9072 -28.6275 10.9989 -29
-STDOUT_7913=0 -7.09235 0 0 -5.55531 0 0 -86.0464 -44.2463 -76.8184 -18.2759 -26.2447 11.9988 -27
-STDOUT_7914=0 -6.75827 0 0 -5.74207 0 0 -90.291 -35.336 -71.6203 -15.4154 -28.6275 10.9989 -29
-STDOUT_7915=0 -6.29569 0 0 -5.13807 0 0 -90.291 -37.3399 -71.6203 -16.9775 -28.6275 11.9988 -29
-STDOUT_7916=0 -7.22246 0 0 -5.03315 0 0 -87.6062 -40.8567 -75.471 -18.1471 -27.2268 10.9989 -27
-STDOUT_7917=0 -5.73152 0 0 -4.58717 0 0 -94.992 -25.748 -66.9293 -12.9947 -38.9841 9.99896 -32
-STDOUT_7918=0 -5.30024 0 0 -4.50887 0 0 -94.992 -27.4135 -66.9293 -13.065 -38.9841 10.9989 -32
-STDOUT_7919=0 -6.40377 0 0 -4.75939 0 0 -89.8284 -37.7008 -73.3985 -17.9799 -28.8212 10.9989 -28
-STDOUT_7920=0 -7.19994 0 0 -5.39961 0 0 -86.0464 -44.5051 -76.8184 -18.4444 -26.2447 11.9988 -27
-STDOUT_7921=0 -6.40328 0 0 -4.98237 0 0 -90.291 -37.5988 -71.6203 -17.1461 -28.6275 11.9988 -29
-STDOUT_7922=0 -6.19538 0 0 -4.29018 0 0 -92.7698 -30.8428 -69.0018 -14.5873 -37.3897 9.99896 -31
-STDOUT_7923=0 -7.56323 0 0 -5.32402 0 0 -88.0688 -39.4712 -73.6928 -17.4282 -27.0331 10.9989 -28
-STDOUT_7924=0 -6.65859 0 0 -5.14026 0 0 -93.4324 -30.7561 -67.7581 -15.2632 -27.9422 10.9989 -29
-STDOUT_7925=0 -7.13195 0 0 -5.24572 0 0 -88.0688 -41.1366 -73.6928 -17.4986 -27.0331 11.9988 -28
-STDOUT_7926=0 -7.30628 0 0 -5.64922 0 0 -86.0464 -43.6742 -76.8184 -18.2354 -26.2447 11.9988 -27
-STDOUT_7927=0 -6.50961 0 0 -5.23198 0 0 -90.291 -36.7679 -71.6203 -16.937 -28.6275 11.9988 -29
-STDOUT_7928=0 -5.3767 0 0 -4.01643 0 0 -94.992 -27.6869 -66.9293 -14.4201 -38.9841 9.99896 -32
-STDOUT_7929=0 -6.40217 0 0 -4.94224 0 0 -92.7874 -31.7658 -69.2391 -16.4886 -28.7541 10.9989 -28
-STDOUT_7930=0 -5.40783 0 0 -4.35317 0 0 -94.992 -27.6723 -66.9293 -13.2336 -38.9841 10.9989 -32
-STDOUT_7931=0 -6.74455 0 0 -5.05027 0 0 -90.291 -36.3153 -71.6203 -17.2611 -28.6275 10.9989 -29
-STDOUT_7932=0 -6.81711 0 0 -5.30961 0 0 -89.8284 -36.7177 -73.3985 -16.0055 -28.8211 10.9989 -28
-STDOUT_7933=0 -5.95614 0 0 -4.4646 0 0 -90.2848 -35.2374 -73.9055 -15.9985 -36.795 9.99896 -29
-STDOUT_7934=0 -6.31327 0 0 -4.97197 0 0 -90.291 -37.9808 -71.6203 -17.3314 -28.6275 11.9988 -29
-STDOUT_7935=0 -5.15948 0 0 -4.04735 0 0 -94.5294 -28.331 -68.7075 -14.7002 -39.1778 9.99896 -31
-STDOUT_7936=0 -7.32366 0 0 -5.91037 0 0 -86.0464 -43.4398 -76.8184 -17.7004 -26.2447 10.9989 -27
-STDOUT_7937=0 -6.81711 0 0 -5.30961 0 0 -91.4868 -32.7858 -71.1917 -16.0055 -28.7466 10.9989 -29
-STDOUT_7938=0 -6.527 0 0 -5.49312 0 0 -90.291 -36.5335 -71.6203 -16.4021 -28.6275 10.9989 -29
-STDOUT_7939=0 -5.51416 0 0 -4.60278 0 0 -94.992 -26.8414 -66.9293 -13.0245 -38.9841 10.9989 -32
-STDOUT_7940=0 -7.23954 0 0 -5.09002 0 0 -88.0688 -41.3954 -73.6928 -17.6671 -27.0331 11.9988 -28
-STDOUT_7941=0 -5.37509 0 0 -4.19927 0 0 -97.9509 -21.7519 -62.7699 -12.9288 -38.917 9.99896 -32
-STDOUT_7942=0 -6.74294 0 0 -5.23311 0 0 -93.2499 -30.3803 -67.4609 -15.7697 -28.5604 10.9989 -29
-STDOUT_7943=0 -6.29692 0 0 -4.75547 0 0 -90.7474 -33.8519 -72.1274 -15.2797 -36.6013 9.99896 -30
-STDOUT_7944=0 -6.31166 0 0 -5.15481 0 0 -93.2499 -32.0458 -67.4609 -15.8401 -28.5604 11.9988 -29
-STDOUT_7945=0 -5.50025 0 0 -4.33823 0 0 -94.992 -26.9455 -66.9293 -13.9813 -38.9841 9.99896 -32
-STDOUT_7946=0 -6.44975 0 0 -5.31271 0 0 -89.5102 -38.3859 -71.7584 -17.5695 -29.4045 12.9987 -29
-STDOUT_7947=0 -5.86564 0 0 -4.67717 0 0 -90.7474 -35.5173 -72.1274 -15.35 -36.6013 10.9989 -30
-STDOUT_7948=0 -5.53155 0 0 -4.86392 0 0 -94.992 -26.607 -66.9293 -12.4896 -38.9841 9.99896 -32
-STDOUT_7949=0 -6.42085 0 0 -4.81627 0 0 -90.291 -38.2396 -71.6203 -17.5 -28.6275 11.9988 -29
-STDOUT_7950=0 -5.06897 0 0 -4.25992 0 0 -94.992 -28.611 -66.9293 -14.0517 -38.9841 10.9989 -32
-STDOUT_7951=0 -7.34587 0 0 -5.33963 0 0 -88.0688 -40.5645 -73.6928 -17.458 -27.0331 11.9988 -28
-STDOUT_7952=0 -6.56416 0 0 -5.40662 0 0 -89.5102 -37.7094 -71.7584 -17.6315 -29.4045 12.9987 -29
-STDOUT_7953=0 -6.69536 0 0 -5.56245 0 0 -90.291 -36.4343 -71.6203 -16.0215 -28.6275 11.9988 -29
-STDOUT_7954=0 -5.99574 0 0 -4.155 0 0 -92.3072 -32.1277 -70.78 -15.2212 -37.5834 9.99896 -30
-STDOUT_7955=0 -6.89406 0 0 -5.23131 0 0 -89.5102 -37.654 -71.7584 -17.258 -29.4045 11.9988 -29
-STDOUT_7956=0 -6.52719 0 0 -5.06588 0 0 -90.291 -37.4087 -71.6203 -17.2909 -28.6275 11.9988 -29
-STDOUT_7957=0 -6.45895 0 0 -5.00508 0 0 -92.9698 -32.041 -69.5363 -15.8972 -28.1359 10.9989 -28
-STDOUT_7958=0 -6.79351 0 0 -5.12154 0 0 -89.8284 -37.936 -73.3985 -15.9464 -28.8211 10.9989 -28
-STDOUT_7959=0 -7.36326 0 0 -5.60077 0 0 -88.0688 -40.3301 -73.6928 -16.9231 -27.0331 10.9989 -28
-STDOUT_7960=0 -6.41925 0 0 -4.99911 0 0 -93.25 -32.3046 -67.4609 -16.0087 -28.5604 11.9988 -29
-STDOUT_7961=0 -5.17705 0 0 -3.88125 0 0 -94.5294 -28.9718 -68.7075 -15.0541 -39.1778 9.99896 -31
-STDOUT_7962=0 -6.59457 0 0 -5.34254 0 0 -90.291 -36.9027 -71.6203 -16.7491 -28.6275 12.9987 -29
-STDOUT_7963=0 -5.97322 0 0 -4.52147 0 0 -90.7474 -35.7762 -72.1274 -15.5186 -36.6013 10.9989 -30
-STDOUT_7964=0 -5.87228 0 0 -4.28837 0 0 -94.1487 -27.3777 -71.9216 -13.7952 -36.6761 9.99896 -30
-STDOUT_7965=0 -5.17656 0 0 -4.10422 0 0 -94.992 -28.8698 -66.9293 -14.2202 -38.9841 10.9989 -32
-STDOUT_7966=0 -7.38251 0 0 -5.47791 0 0 -85.5838 -44.8216 -78.5966 -18.2905 -26.4384 10.9989 -26
-STDOUT_7967=0 -6.58584 0 0 -5.06067 0 0 -89.8284 -37.9152 -73.3985 -16.9921 -28.8211 10.9989 -28
-STDOUT_7968=0 -6.54457 0 0 -5.32702 0 0 -90.291 -37.1743 -71.6203 -16.756 -28.6275 10.9989 -29
-STDOUT_7969=0 -6.79754 0 0 -5.13526 0 0 -89.8284 -38.3796 -73.3985 -15.6041 -28.8212 10.9989 -28
-STDOUT_7970=0 -6.56231 0 0 -5.37257 0 0 -89.5102 -38.4943 -71.7584 -17.2513 -29.4045 12.9987 -29
-STDOUT_7971=0 -6.33651 0 0 -4.44588 0 0 -92.7698 -30.7422 -69.0018 -14.5024 -37.3897 9.99896 -31
-STDOUT_7972=0 -7.38251 0 0 -5.47791 0 0 -87.2422 -40.8897 -76.3898 -18.2905 -26.3639 10.9989 -27
-STDOUT_7973=0 -5.43187 0 0 -4.26211 0 0 -98.1333 -22.0271 -63.0671 -12.3374 -38.2988 9.99896 -32
-STDOUT_7974=0 -6.52558 0 0 -5.24872 0 0 -93.2499 -31.4737 -67.4609 -15.7996 -28.5604 11.9988 -29
-STDOUT_7975=0 -6.58584 0 0 -5.06067 0 0 -91.4868 -33.9833 -71.1917 -16.9921 -28.7466 10.9989 -29
-STDOUT_7976=0 -5.90523 0 0 -4.36758 0 0 -92.7698 -32.4076 -69.0018 -14.5727 -37.3897 10.9989 -31
-STDOUT_7977=0 -6.79972 0 0 -5.29596 0 0 -93.4324 -30.6555 -67.7581 -15.1783 -27.9422 10.9989 -29
-STDOUT_7978=0 -6.07956 0 0 -4.77108 0 0 -90.7474 -34.9453 -72.1274 -15.3095 -36.6013 10.9989 -30
-STDOUT_7979=0 -5.28289 0 0 -4.35384 0 0 -94.992 -28.0389 -66.9293 -14.0112 -38.9841 10.9989 -32
-STDOUT_7980=0 -6.36844 0 0 -5.21765 0 0 -93.4324 -32.321 -67.7581 -15.2487 -27.9422 11.9988 -29
-STDOUT_7981=0 -7.15688 0 0 -5.42084 0 0 -90.291 -35.0701 -71.6203 -16.652 -28.6275 11.9988 -29
-STDOUT_7982=0 -5.17545 0 0 -4.0641 0 0 -97.4883 -23.0368 -64.5481 -13.5628 -39.1107 9.99896 -31
-STDOUT_7983=0 -5.51783 0 0 -4.17213 0 0 -94.992 -27.5863 -66.9293 -14.3352 -38.9841 9.99896 -32
-STDOUT_7984=0 -5.59039 0 0 -4.43147 0 0 -94.5294 -27.9887 -68.7075 -13.0796 -39.1778 9.99896 -31
-STDOUT_7985=0 -5.08655 0 0 -4.09382 0 0 -94.992 -29.2518 -66.9293 -14.4056 -38.9841 10.9989 -32
-STDOUT_7986=0 -7.49373 0 0 -4.95315 0 0 -88.0688 -40.4361 -74.0878 -18.1569 -27.7121 10.9989 -28
-STDOUT_7987=0 -6.95824 0 0 -5.46531 0 0 -89.8284 -36.6171 -73.3985 -15.9205 -28.8212 10.9989 -28
-STDOUT_7988=0 -6.54297 0 0 -5.50987 0 0 -93.25 -31.2393 -67.4609 -15.2646 -28.5604 10.9989 -29
-STDOUT_7989=0 -7.01515 0 0 -5.48101 0 0 -85.2656 -46.4898 -76.9565 -19.8545 -27.0218 12.9987 -27
-STDOUT_7990=0 -6.86373 0 0 -5.34149 0 0 -89.8284 -36.9838 -73.3985 -16.3073 -28.8211 11.9988 -28
-STDOUT_7991=0 -6.7774 0 0 -4.96584 0 0 -89.8284 -38.2277 -73.3985 -16.6054 -28.8211 10.9989 -28
-STDOUT_7992=0 -6.21848 0 0 -5.06377 0 0 -89.5102 -39.5834 -71.7584 -18.5561 -29.4045 12.9987 -29
-STDOUT_7993=0 -6.09694 0 0 -5.03222 0 0 -90.7474 -34.7109 -72.1274 -14.7746 -36.6013 9.99896 -30
-STDOUT_7994=0 -4.19223 0 0 -6.16945 0 0 -110.37 -32.7528 -52.5959 -14.5607 -35.7085 13.9985 -35
-STDOUT_7995=0 -4.17276 0 0 -6.1311 0 0 -110.37 -32.2542 -52.5959 -14.7207 -35.7085 13.9985 -35
-STDOUT_7996=0 -4.62883 0 0 -5.75307 0 0 -110.37 -31.3397 -52.5959 -14.9963 -35.7085 14.9984 -35
-STDOUT_7997=0 -4.306 0 0 -5.75043 0 0 -110.37 -32.3389 -52.5959 -14.8276 -35.7085 13.9985 -35
-STDOUT_7998=0 -3.84767 0 0 -6.02446 0 0 -110.37 -30.9008 -52.5959 -14.8335 -35.7085 12.9986 -35
-STDOUT_7999=0 -4.37886 0 0 -6.32832 0 0 -110.37 -33.1524 -52.5959 -14.7879 -35.7085 14.9984 -35
-STDOUT_8000=0 -4.5776 0 0 -5.71472 0 0 -110.37 -31.0194 -52.5959 -15.1749 -35.7085 14.9984 -35
-STDOUT_8001=0 -4.46979 0 0 -6.05634 0 0 -110.37 -35.3599 -52.5959 -14.1752 -35.7085 13.9985 -35
-STDOUT_8002=0 -4.28653 0 0 -5.71208 0 0 -110.37 -31.8404 -52.5959 -14.9876 -35.7085 13.9985 -35
-STDOUT_8003=0 -3.8282 0 0 -5.98611 0 0 -110.37 -30.4023 -52.5959 -14.9935 -35.7085 12.9986 -35
-STDOUT_8004=0 -4.28427 0 0 -5.60808 0 0 -110.37 -29.4878 -52.5959 -15.2691 -35.7085 13.9985 -35
-STDOUT_8005=0 -4.81546 0 0 -5.91194 0 0 -110.37 -31.7394 -52.5959 -15.2235 -35.7085 15.9983 -35
-STDOUT_8006=0 -4.4168 0 0 -6.22506 0 0 -110.37 -33.2611 -52.5959 -14.3111 -35.7085 13.9985 -35
-STDOUT_8007=0 -3.96144 0 0 -5.60544 0 0 -110.37 -30.487 -52.5959 -15.1004 -35.7085 12.9986 -35
-STDOUT_8008=0 -4.49263 0 0 -5.9093 0 0 -110.37 -32.7386 -52.5959 -15.0548 -35.7085 14.9984 -35
-STDOUT_8009=0 -4.0343 0 0 -6.18333 0 0 -110.37 -31.3005 -52.5959 -15.0607 -35.7085 13.9985 -35
-STDOUT_8010=0 -4.03371 0 0 -6.00009 0 0 -115.489 -28.9313 -48.7338 -13.8185 -35.0233 13.9985 -35
-STDOUT_8011=0 -4.23304 0 0 -5.56973 0 0 -110.37 -29.1675 -52.5959 -15.4477 -35.7085 13.9985 -35
-STDOUT_8012=0 -4.62696 0 0 -6.47765 0 0 -110.37 -33.5323 -52.5959 -14.4022 -35.7085 14.9984 -35
-STDOUT_8013=0 -4.58356 0 0 -5.63733 0 0 -110.37 -34.9461 -52.5959 -14.442 -35.7085 13.9985 -35
-STDOUT_8014=0 -4.44721 0 0 -5.77084 0 0 -110.37 -32.7521 -52.5959 -15.2712 -35.7085 14.9984 -35
-STDOUT_8015=0 -4.12523 0 0 -5.91135 0 0 -110.37 -33.508 -52.5959 -14.448 -35.7085 12.9986 -35
-STDOUT_8016=0 -3.94197 0 0 -5.56709 0 0 -110.37 -29.9884 -52.5959 -15.2604 -35.7085 12.9986 -35
-STDOUT_8017=0 -4.551 0 0 -6.40134 0 0 -110.37 -31.3775 -52.5959 -14.2121 -35.7085 13.9985 -35
-STDOUT_8018=0 -4.53056 0 0 -5.80604 0 0 -110.37 -32.8473 -52.5959 -14.5779 -35.7085 13.9985 -35
-STDOUT_8019=0 -4.40883 0 0 -6.20782 0 0 -110.37 -31.9862 -52.5959 -15.0745 -35.7085 14.9984 -35
-STDOUT_8020=0 -4.47089 0 0 -5.76695 0 0 -110.37 -29.8874 -52.5959 -15.4963 -35.7085 14.9984 -35
-STDOUT_8021=0 -4.07223 0 0 -6.08007 0 0 -110.37 -31.4092 -52.5959 -14.5839 -35.7085 12.9986 -35
-STDOUT_8022=0 -4.01424 0 0 -5.96174 0 0 -115.489 -28.4327 -48.7337 -13.9785 -35.0233 13.9985 -35
-STDOUT_8023=0 -4.14807 0 0 -5.76431 0 0 -110.37 -30.8867 -52.5959 -15.3276 -35.7085 13.9985 -35
-STDOUT_8024=0 -4.47031 0 0 -5.58371 0 0 -115.489 -27.5182 -48.7338 -14.2541 -35.0233 14.9984 -35
-STDOUT_8025=0 -4.57574 0 0 -6.4393 0 0 -110.37 -33.2121 -52.5959 -14.5807 -35.7085 14.9984 -35
-STDOUT_8026=0 -4.14748 0 0 -5.58107 0 0 -115.489 -28.5175 -48.7338 -14.0854 -35.0233 13.9985 -35
-STDOUT_8027=0 -3.68915 0 0 -5.8551 0 0 -115.489 -27.0794 -48.7338 -14.0913 -35.0233 12.9986 -35
-STDOUT_8028=0 -4.22034 0 0 -6.15896 0 0 -115.489 -29.331 -48.7338 -14.0457 -35.0233 14.9984 -35
-STDOUT_8029=0 -4.42774 0 0 -5.73249 0 0 -110.37 -32.2535 -52.5959 -15.4312 -35.7085 14.9984 -35
-STDOUT_8030=0 -4.74073 0 0 -6.05863 0 0 -110.37 -33.1185 -52.5959 -14.669 -35.7085 14.9984 -35
-STDOUT_8031=0 -4.23702 0 0 -6.27909 0 0 -110.37 -31.8594 -52.5959 -14.7617 -35.7085 13.9985 -35
-STDOUT_8032=0 -4.2824 0 0 -6.33266 0 0 -110.37 -31.6804 -52.5959 -14.675 -35.7085 13.9985 -35
-STDOUT_8033=0 -4.239 0 0 -5.49234 0 0 -110.37 -33.0941 -52.5959 -14.7148 -35.7085 12.9986 -35
-STDOUT_8034=0 -4.81359 0 0 -6.63652 0 0 -110.37 -33.932 -52.5959 -14.6293 -35.7085 15.9983 -35
-STDOUT_8035=0 -4.53153 0 0 -6.36299 0 0 -110.37 -30.879 -52.5959 -14.3721 -35.7085 13.9985 -35
-STDOUT_8036=0 -4.10265 0 0 -5.62585 0 0 -110.37 -30.9002 -52.5959 -15.544 -35.7085 13.9985 -35
-STDOUT_8037=0 -4.9876 0 0 -5.98496 0 0 -110.37 -29.9644 -52.5959 -14.6476 -35.7085 14.9984 -35
-STDOUT_8038=0 -4.38935 0 0 -6.16947 0 0 -110.37 -31.4876 -52.5959 -15.2345 -35.7085 14.9984 -35
-STDOUT_8039=0 -4.41908 0 0 -5.54537 0 0 -115.489 -27.198 -48.7338 -14.4327 -35.0233 14.9984 -35
-STDOUT_8040=0 -4.63384 0 0 -5.92971 0 0 -110.37 -33.1518 -52.5959 -15.4984 -35.7085 15.9983 -35
-STDOUT_8041=0 -4.51981 0 0 -5.80868 0 0 -110.37 -32.2367 -52.5959 -15.2708 -35.7085 14.9984 -35
-STDOUT_8042=0 -4.66477 0 0 -5.98232 0 0 -110.37 -30.9637 -52.5959 -14.4789 -35.7085 13.9985 -35
-STDOUT_8043=0 -4.20644 0 0 -6.25635 0 0 -110.37 -29.5256 -52.5959 -14.4849 -35.7085 12.9986 -35
-STDOUT_8044=0 -4.186 0 0 -5.66105 0 0 -110.37 -30.9953 -52.5959 -14.8507 -35.7085 12.9986 -35
-STDOUT_8045=0 -4.48947 0 0 -6.46778 0 0 -110.37 -32.9871 -52.5959 -14.7569 -35.7085 14.9984 -35
-STDOUT_8046=0 -4.06427 0 0 -6.06283 0 0 -110.37 -30.1343 -52.5959 -15.3473 -35.7085 13.9985 -35
-STDOUT_8047=0 -4.47016 0 0 -6.42408 0 0 -110.37 -33.4486 -52.5959 -14.7855 -35.7085 14.9984 -35
-STDOUT_8048=0 -4.31127 0 0 -5.88699 0 0 -115.489 -31.5384 -48.7338 -13.433 -35.0233 13.9985 -35
-STDOUT_8049=0 -4.73763 0 0 -6.56021 0 0 -110.37 -31.7772 -52.5959 -14.4392 -35.7085 14.9984 -35
-STDOUT_8050=0 -4.12801 0 0 -5.54273 0 0 -115.489 -28.0189 -48.7338 -14.2454 -35.0233 13.9985 -35
-STDOUT_8051=0 -4.59545 0 0 -6.36669 0 0 -110.37 -32.3859 -52.5959 -15.3017 -35.7085 15.9983 -35
-STDOUT_8052=0 -3.66968 0 0 -5.81675 0 0 -115.489 -26.5808 -48.7337 -14.2513 -35.0233 12.9986 -35
-STDOUT_8053=0 -4.68951 0 0 -6.02028 0 0 -110.37 -32.7983 -52.5959 -14.8476 -35.7085 14.9984 -35
-STDOUT_8054=0 -4.12575 0 0 -5.43872 0 0 -115.489 -25.6663 -48.7338 -14.5269 -35.0233 13.9985 -35
-STDOUT_8055=0 -4.23118 0 0 -6.29431 0 0 -110.37 -31.3602 -52.5959 -14.8535 -35.7085 13.9985 -35
-STDOUT_8056=0 -4.65693 0 0 -5.74258 0 0 -115.489 -27.9179 -48.7338 -14.4813 -35.0233 15.9983 -35
-STDOUT_8057=0 -4.25828 0 0 -6.05571 0 0 -115.489 -29.4396 -48.7338 -13.5689 -35.0233 13.9985 -35
-STDOUT_8058=0 -3.80292 0 0 -5.43608 0 0 -115.489 -26.6656 -48.7338 -14.3582 -35.0233 12.9986 -35
-STDOUT_8059=0 -4.21755 0 0 -6.24075 0 0 -110.37 -31.3609 -52.5959 -14.9217 -35.7085 13.9985 -35
-STDOUT_8060=0 -4.67361 0 0 -5.86271 0 0 -110.37 -30.4464 -52.5959 -15.1973 -35.7085 14.9984 -35
-STDOUT_8061=0 -4.93637 0 0 -5.94661 0 0 -110.37 -29.6442 -52.5959 -14.8262 -35.7085 14.9984 -35
-STDOUT_8062=0 -4.33411 0 0 -5.73994 0 0 -115.489 -28.9172 -48.7338 -14.3126 -35.0233 14.9984 -35
-STDOUT_8063=0 -4.72478 0 0 -5.65773 0 0 -110.37 -35.3592 -52.5959 -14.8856 -35.7085 14.9984 -35
-STDOUT_8064=0 -3.87578 0 0 -6.01397 0 0 -115.489 -27.4791 -48.7338 -14.3185 -35.0233 13.9985 -35
-STDOUT_8065=0 -4.35079 0 0 -5.86007 0 0 -110.37 -31.4456 -52.5959 -15.0285 -35.7085 13.9985 -35
-STDOUT_8066=0 -4.08318 0 0 -5.5875 0 0 -110.37 -30.4016 -52.5959 -15.704 -35.7085 13.9985 -35
-STDOUT_8067=0 -4.39617 0 0 -5.91364 0 0 -110.37 -31.2666 -52.5959 -14.9418 -35.7085 13.9985 -35
-STDOUT_8068=0 -4.82856 0 0 -6.28823 0 0 -110.37 -33.9846 -52.5959 -13.8265 -35.7085 13.9985 -35
-STDOUT_8069=0 -4.46633 0 0 -6.17209 0 0 -110.37 -32.0958 -52.5959 -15.1419 -35.7085 14.9984 -35
-STDOUT_8070=0 -4.92736 0 0 -6.2175 0 0 -110.37 -33.5182 -52.5959 -14.8962 -35.7085 15.9983 -35
-STDOUT_8071=0 -4.67178 0 0 -5.82645 0 0 -110.37 -33.2604 -52.5959 -15.0215 -35.7085 14.9984 -35
-STDOUT_8072=0 -4.6453 0 0 -5.94397 0 0 -110.37 -30.4651 -52.5959 -14.6389 -35.7085 13.9985 -35
-STDOUT_8073=0 -4.68639 0 0 -6.09471 0 0 -110.37 -34.5933 -52.5959 -14.689 -35.7085 14.9984 -35
-STDOUT_8074=0 -4.47653 0 0 -6.57743 0 0 -110.37 -32.159 -52.5959 -14.8151 -35.7085 14.9984 -35
-STDOUT_8075=0 -4.42364 0 0 -6.43796 0 0 -110.37 -32.2591 -52.5959 -14.9889 -35.7085 14.9984 -35
-STDOUT_8076=0 -4.40952 0 0 -6.26904 0 0 -110.37 -32.8761 -52.5959 -15.0898 -35.7085 14.9984 -35
-STDOUT_8077=0 -4.36018 0 0 -5.7558 0 0 -110.37 -32.1528 -52.5959 -15.0536 -35.7085 13.9985 -35
-STDOUT_8078=0 -4.46903 0 0 -6.49153 0 0 -110.37 -32.0801 -52.5959 -14.9021 -35.7085 14.9984 -35
-STDOUT_8079=0 -4.18697 0 0 -6.218 0 0 -110.37 -29.027 -52.5959 -14.6449 -35.7085 12.9986 -35
-STDOUT_8080=0 -4.47 0 0 -6.42943 0 0 -110.37 -32.4885 -52.5959 -14.9169 -35.7085 14.9984 -35
-STDOUT_8081=0 -4.64304 0 0 -5.83997 0 0 -110.37 -28.1125 -52.5959 -14.9204 -35.7085 13.9985 -35
-STDOUT_8082=0 -4.92607 0 0 -6.0514 0 0 -110.37 -31.574 -52.5959 -15.1924 -35.7085 15.9983 -35
-STDOUT_8083=0 -4.04479 0 0 -6.02448 0 0 -110.37 -29.6357 -52.5959 -15.5073 -35.7085 13.9985 -35
-STDOUT_8084=0 -4.55796 0 0 -5.73804 0 0 -110.37 -30.7867 -52.5959 -14.9052 -35.7085 13.9985 -35
-STDOUT_8085=0 -4.45069 0 0 -6.38574 0 0 -110.37 -32.95 -52.5959 -14.9456 -35.7085 14.9984 -35
-STDOUT_8086=0 -4.07452 0 0 -5.40038 0 0 -115.489 -25.346 -48.7338 -14.7055 -35.0233 13.9985 -35
-STDOUT_8087=0 -4.90676 0 0 -6.0077 0 0 -110.37 -32.0355 -52.5959 -15.2211 -35.7085 15.9983 -35
-STDOUT_8088=0 -4.58426 0 0 -5.55585 0 0 -110.37 -31.1585 -52.5959 -14.9803 -35.7085 13.9985 -35
-STDOUT_8089=0 -4.28928 0 0 -5.78472 0 0 -110.37 -31.2998 -52.5959 -15.7712 -35.7085 14.9984 -35
-STDOUT_8090=0 -5.17423 0 0 -6.14383 0 0 -110.37 -30.3641 -52.5959 -14.8748 -35.7085 15.9983 -35
-STDOUT_8091=0 -4.77557 0 0 -6.45695 0 0 -110.37 -31.8859 -52.5959 -13.9624 -35.7085 13.9985 -35
-STDOUT_8092=0 -4.46844 0 0 -6.30829 0 0 -115.489 -29.7109 -48.7337 -13.6599 -35.0233 14.9984 -35
-STDOUT_8093=0 -4.17525 0 0 -5.66369 0 0 -110.37 -30.3847 -52.5959 -15.5436 -35.7085 13.9985 -35
-STDOUT_8094=-170 0 0 -39.488 0 0 -35.6568 -205.686 -56.8473 -55.8887 -36.3205 -39.7657 30.9968 -34
-STDOUT_8095=-170 0 0 -40.4545 0 0 -37.2852 -211.26 -52.5327 -51.6525 -34.6085 -38.197 30.9968 -34
-STDOUT_8096=-170 0 0 -39.7721 0 0 -36.6592 -207.033 -56.0536 -56.5732 -35.2068 -40.8682 30.9968 -35
-STDOUT_8097=-170 0 0 -40.0836 0 0 -36.8323 -212.271 -53.1268 -52.2124 -34.0553 -37.6537 30.9968 -34
-STDOUT_8098=-170 0 0 -39.2909 0 0 -35.9599 -204.758 -56.1295 -55.1856 -38.1414 -41.5653 30.9968 -34
-STDOUT_8099=-170 0 0 -39.386 0 0 -39.8558 -206.004 -55.2373 -55.7059 -34.7038 -40.4519 30.9968 -34
-STDOUT_8100=-170 0 0 -39.5751 0 0 -36.9622 -205.851 -55.3358 -55.8701 -37.0278 -42.6679 30.9968 -35
-STDOUT_8101=-170 0 0 -40.3137 0 0 -37.0021 -207.81 -55.7826 -55.6987 -34.3395 -38.9707 30.9968 -34
-STDOUT_8102=-170 0 0 -38.878 0 0 -35.8702 -204.276 -59.4845 -55.8887 -39.6137 -42.5666 30.9968 -35
-STDOUT_8103=-170 0 0 -39.5809 0 0 -35.8562 -206.276 -56.5721 -55.5915 -36.9119 -40.3838 30.9968 -34
-STDOUT_8104=-170 0 0 -40.1766 0 0 -37.0317 -212.323 -52.8516 -51.9152 -34.6467 -38.2719 30.9968 -34
-STDOUT_8105=-170 0 0 -39.6443 0 0 -36.9371 -208.693 -58.5264 -56.3975 -34.2655 -37.2807 30.9968 -34
-STDOUT_8106=-170 0 0 -40.0836 0 0 -37.1133 -207.957 -53.5221 -53.1139 -36.7506 -40.7635 30.9968 -34
-STDOUT_8107=-170 0 0 -41.2802 0 0 -38.6305 -213.384 -51.468 -51.4624 -32.6275 -37.402 30.9968 -34
-STDOUT_8108=-170 0 0 -40.5978 0 0 -38.0044 -209.157 -54.9889 -56.3831 -33.2258 -40.0732 30.9968 -35
-STDOUT_8109=-170 0 0 -39.8446 0 0 -37.4986 -209.849 -55.1699 -51.6525 -37.9017 -40.9979 30.9968 -35
-STDOUT_8110=-170 0 0 -39.1622 0 0 -36.8725 -205.622 -58.6908 -56.5732 -38.5001 -43.6691 30.9968 -36
-STDOUT_8111=-170 0 0 -39.2734 0 0 -36.4842 -209.714 -59.1206 -56.9575 -33.7123 -36.7374 30.9968 -34
-STDOUT_8112=-170 0 0 -40.558 0 0 -37.16 -206.811 -54.2855 -54.0363 -36.5779 -40.8457 30.9968 -34
-STDOUT_8113=-170 0 0 -39.0151 0 0 -39.4029 -207.589 -55.8315 -56.2659 -34.1506 -39.9087 30.9968 -34
-STDOUT_8114=-170 0 0 -41.0501 0 0 -38.7417 -213.53 -49.2075 -48.8776 -35.0386 -39.1948 30.9968 -34
-STDOUT_8115=-170 0 0 -39.8651 0 0 -36.8585 -207.623 -55.7784 -56.276 -35.7983 -41.4863 30.9968 -35
-STDOUT_8116=-170 0 0 -40.9093 0 0 -38.1776 -214.395 -52.0621 -52.0224 -32.0743 -36.8588 30.9968 -34
-STDOUT_8117=-170 0 0 -40.3677 0 0 -38.1156 -209.303 -52.7284 -53.7984 -35.6369 -41.866 30.9968 -35
-STDOUT_8118=-170 0 0 -39.3839 0 0 -36.1592 -204.982 -55.8543 -54.8883 -38.7329 -42.1835 30.9968 -34
-STDOUT_8119=-170 0 0 -39.4737 0 0 -37.0457 -210.861 -55.7641 -52.2124 -37.3485 -40.4546 30.9968 -35
-STDOUT_8120=-170 0 0 -37.9538 0 0 -34.8975 -205.508 -58.6163 -55.8887 -42.2792 -41.9045 30.9968 -35
-STDOUT_8121=-170 0 0 -39.6681 0 0 -37.1615 -206.075 -55.0606 -55.5728 -37.6192 -43.286 30.9968 -35
-STDOUT_8122=-170 0 0 -39.5809 0 0 -35.8562 -206.894 -56.5721 -55.5915 -36.9119 -40.3838 30.9968 -34
-STDOUT_8123=-170 0 0 -40.6792 0 0 -38.2888 -214.541 -49.8016 -49.4376 -34.4854 -38.6516 30.9968 -34
-STDOUT_8124=-170 0 0 -41.5245 0 0 -38.7884 -212.385 -49.9709 -49.8 -34.8659 -39.277 30.9968 -34
-STDOUT_8125=-170 0 0 -39.488 0 0 -35.6568 -207.83 -55.7022 -55.3066 -36.3205 -40.613 30.9968 -34
-STDOUT_8126=-170 0 0 -40.1166 0 0 -37.3051 -206.882 -55.0648 -54.9955 -36.1604 -40.7704 30.9968 -34
-STDOUT_8127=-170 0 0 -40.2116 0 0 -41.2011 -208.129 -54.1726 -55.5159 -32.7228 -39.657 30.9968 -34
-STDOUT_8128=-170 0 0 -40.8421 0 0 -38.1623 -208.158 -53.4918 -54.7207 -35.4642 -41.9482 30.9968 -35
-STDOUT_8129=-170 0 0 -38.681 0 0 -36.1732 -203.347 -58.7667 -55.1856 -41.4347 -44.3663 30.9968 -35
-STDOUT_8130=-170 0 0 -40.5475 0 0 -37.4846 -212.276 -52.2575 -51.3552 -35.1999 -38.8151 30.9968 -34
-STDOUT_8131=-170 0 0 -38.776 0 0 -40.0692 -204.594 -57.8745 -55.7059 -37.9971 -43.2528 30.9968 -35
-STDOUT_8132=-170 0 0 -40.4008 0 0 -38.3074 -207.975 -54.2711 -55.68 -35.0468 -41.8729 30.9968 -35
-STDOUT_8133=-162 0 0 -40.2832 0 0 -37.0208 -192.142 -53.5359 -54.2936 -32.1953 -37.1587 29.9969 -34
-STDOUT_8134=-170 0 0 -38.9204 0 0 -36.5259 -211.082 -54.3017 -51.6525 -40.5672 -40.3358 30.9968 -35
-STDOUT_8135=-170 0 0 -38.9651 0 0 -37.1755 -204.44 -57.973 -55.8701 -40.321 -45.4688 30.9968 -36
-STDOUT_8136=-170 0 0 -39.8865 0 0 -37.4163 -207.028 -52.8043 -52.4107 -38.5715 -42.5632 30.9968 -34
-STDOUT_8137=-170 0 0 -41.1536 0 0 -38.3355 -213.396 -50.5651 -50.36 -34.3127 -38.7337 30.9968 -34
-STDOUT_8138=-170 0 0 -39.6132 0 0 -36.963 -208.315 -55.4103 -54.8963 -36.0901 -40.1527 30.9968 -34
-STDOUT_8139=-170 0 0 -40.5475 0 0 -37.4846 -212.468 -52.2575 -51.3552 -35.1999 -38.8151 30.9968 -34
-STDOUT_8140=-170 0 0 -38.238 0 0 -35.8998 -206.855 -57.8226 -56.5732 -41.1656 -43.007 30.9968 -36
-STDOUT_8141=-170 0 0 -39.9815 0 0 -41.3123 -208.275 -51.9121 -52.9311 -35.1339 -41.4498 30.9968 -34
-STDOUT_8142=-170 0 0 -40.4545 0 0 -37.2852 -213.403 -51.3875 -51.0703 -34.6085 -39.0443 30.9968 -34
-STDOUT_8143=-170 0 0 -39.8651 0 0 -36.8585 -208.241 -55.7784 -56.276 -35.7983 -41.4864 30.9968 -35
-STDOUT_8144=-170 0 0 -40.1707 0 0 -38.4186 -208.121 -52.0106 -53.0952 -37.4578 -43.6657 30.9968 -35
-STDOUT_8145=-170 0 0 -39.7721 0 0 -36.6592 -209.176 -54.9084 -55.9911 -35.2068 -41.7155 30.9968 -35
-STDOUT_8146=-170 0 0 -39.7037 0 0 -37.2154 -206.4 -58.4198 -55.6987 -37.6327 -41.7716 30.9968 -35
-STDOUT_8147=-170 0 0 -39.1645 0 0 -35.8523 -205.615 -57.574 -56.7793 -37.6691 -40.9944 30.9968 -34
-STDOUT_8148=-170 0 0 -38.1745 0 0 -34.6114 -204.776 -58.3857 -57.5474 -38.7168 -42.1248 30.9968 -34
-STDOUT_8149=-162 0 0 -37.5211 0 0 -35.6837 -196.262 -52.4069 -52.2124 -34.0067 -37.6537 29.9969 -34
-STDOUT_8150=-170 0 0 -39.3663 0 0 -36.6836 -209.766 -58.8453 -56.6602 -34.3038 -37.3556 30.9968 -34
-STDOUT_8151=-170 0 0 -38.5495 0 0 -36.073 -212.093 -54.8958 -52.2124 -40.014 -39.7926 30.9968 -35
-STDOUT_8152=-170 0 0 -40.4066 0 0 -37.2014 -208.4 -55.5074 -55.4014 -34.9309 -39.5889 30.9968 -34
-STDOUT_8153=-170 0 0 -39.855 0 0 -36.8531 -207.072 -55.7984 -56.5537 -36.4938 -42.341 30.9968 -35
-STDOUT_8154=-170 0 0 -40.3609 0 0 -37.463 -205.883 -53.5678 -53.3331 -38.3988 -42.6453 30.9968 -34
-STDOUT_8155=-170 0 0 -39.108 0 0 -39.6022 -207.641 -55.5563 -55.9687 -34.742 -40.5268 30.9968 -34
-STDOUT_8156=-170 0 0 -40.1766 0 0 -37.0317 -213.479 -52.8516 -51.9152 -34.6467 -38.2719 30.9968 -34
-STDOUT_8157=-170 0 0 -39.1557 0 0 -39.4473 -201.024 -59.8294 -60.2745 -36.1812 -41.8753 30.9968 -34
-STDOUT_8158=-170 0 0 -41.0023 0 0 -38.3769 -214.447 -51.7869 -51.7251 -32.6657 -37.477 30.9968 -34
-STDOUT_8159=-170 0 0 -40.4699 0 0 -38.2824 -210.818 -57.4617 -56.2074 -32.2845 -36.4857 30.9968 -34
-STDOUT_8160=-170 0 0 -40.456 0 0 -41.359 -207.13 -52.6756 -53.8535 -34.9612 -41.5319 30.9968 -34
-STDOUT_8161=-170 0 0 -40.9092 0 0 -38.4585 -210.081 -52.4574 -52.9238 -34.7696 -39.9686 30.9968 -34
-STDOUT_8162=-170 0 0 -38.971 0 0 -36.0695 -204.866 -59.2093 -55.5915 -40.2052 -43.1848 30.9968 -35
-STDOUT_8163=-170 0 0 -40.0836 0 0 -36.8323 -214.415 -51.9817 -51.6303 -34.0553 -38.501 30.9968 -34
-STDOUT_8164=-170 0 0 -39.5666 0 0 -37.245 -210.912 -55.4889 -51.9152 -37.94 -41.0728 30.9968 -35
-STDOUT_8165=-170 0 0 -39.0343 0 0 -37.1505 -207.283 -61.1636 -56.3975 -37.5588 -40.0816 30.9968 -35
-STDOUT_8166=-170 0 0 -39.4736 0 0 -37.3266 -206.546 -56.1593 -53.1139 -40.0438 -43.5644 30.9968 -35
-STDOUT_8167=-170 0 0 -39.4789 0 0 -40.0552 -207.021 -54.9621 -55.4087 -35.2952 -41.0701 30.9968 -34
-STDOUT_8168=-170 0 0 -40.6451 0 0 -38.4653 -206.976 -52.774 -54.0176 -37.2852 -43.7478 30.9968 -35
-STDOUT_8169=-170 0 0 -37.7568 0 0 -35.2006 -204.579 -57.8985 -55.1856 -44.1002 -43.7042 30.9968 -35
-STDOUT_8170=-170 0 0 -40.6702 0 0 -38.8438 -211.973 -54.1052 -51.4624 -35.9207 -40.2029 30.9968 -35
-STDOUT_8171=-170 0 0 -40.1765 0 0 -37.3126 -208.546 -53.2469 -52.8166 -37.342 -41.3817 30.9968 -34
-STDOUT_8172=-170 0 0 -40.1311 0 0 -37.4807 -211.189 -53.2594 -52.5431 -35.9571 -39.4257 30.9968 -34
-STDOUT_8173=-170 0 0 -39.141 0 0 -36.2398 -210.349 -54.0711 -53.3112 -37.0048 -40.5561 30.9968 -34
-STDOUT_8174=-170 0 0 -38.9855 0 0 -39.8893 -208.025 -55.4215 -55.806 -34.7949 -40.5344 30.9968 -34
-STDOUT_8175=-170 0 0 -37.8518 0 0 -39.0965 -205.826 -57.0063 -55.7059 -40.6626 -42.5908 30.9968 -35
-STDOUT_8176=-170 0 0 -40.7722 0 0 -38.4881 -214.593 -49.5264 -49.1404 -35.0768 -39.2698 30.9968 -34
-STDOUT_8177=-170 0 0 -39.3839 0 0 -36.1592 -205.966 -55.8543 -54.8883 -38.7329 -42.1835 30.9968 -34
-STDOUT_8178=-170 0 0 -40.2398 0 0 -38.3936 -210.964 -55.2012 -53.6226 -34.6956 -38.2785 30.9968 -34
-STDOUT_8179=-170 0 0 -39.9879 0 0 -38.2178 -207.747 -57.6261 -56.3831 -36.5191 -42.8741 30.9968 -36
-STDOUT_8180=-170 0 0 -39.4487 0 0 -36.8546 -206.962 -56.7803 -57.4638 -36.5554 -42.0969 30.9968 -35
-STDOUT_8181=-170 0 0 -40.099 0 0 -37.8295 -211.838 -58.0558 -56.7674 -31.7313 -35.9425 30.9968 -34
-STDOUT_8182=-170 0 0 -38.4587 0 0 -35.6137 -206.123 -57.592 -58.2319 -37.6031 -43.2273 30.9968 -35
-STDOUT_8183=-170 0 0 -39.4789 0 0 -40.0552 -207.212 -54.9621 -55.4087 -35.2952 -41.0701 30.9968 -34
-STDOUT_8184=-170 0 0 -41.3836 0 0 -38.5052 -208.936 -53.2208 -53.8462 -34.5969 -40.0507 30.9968 -34
-STDOUT_8185=-170 0 0 -39.2909 0 0 -35.9599 -206.901 -54.9844 -54.6034 -38.1414 -42.4126 30.9968 -34
-STDOUT_8186=-170 0 0 -38.0409 0 0 -36.2029 -205.673 -57.1048 -55.8701 -42.9865 -44.8067 30.9968 -36
-STDOUT_8187=-170 0 0 -39.8408 0 0 -40.7482 -209.713 -54.7668 -56.0758 -32.1696 -39.1137 30.9968 -34
-STDOUT_8188=-170 0 0 -41.8758 0 0 -40.0869 -215.654 -48.1428 -48.6875 -33.0576 -38.3999 30.9968 -34
-STDOUT_8189=-170 0 0 -40.6908 0 0 -38.2038 -209.747 -54.7137 -56.0859 -33.8173 -40.6914 30.9968 -35
-STDOUT_8190=-170 0 0 -39.386 0 0 -39.8558 -208.148 -54.0922 -55.1238 -34.7038 -41.2992 30.9968 -34
-STDOUT_8191=-170 0 0 -38.6634 0 0 -36.6976 -208.304 -61.7578 -56.9575 -37.0056 -39.5383 30.9968 -35
-STDOUT_8192=-170 0 0 -39.948 0 0 -37.3733 -205.401 -56.9228 -54.0363 -39.8712 -43.6466 30.9968 -35
-STDOUT_8193=-170 0 0 -39.6681 0 0 -37.1615 -207.059 -55.0606 -55.5728 -37.6192 -43.286 30.9968 -35
-STDOUT_8194=FEATURES_TXT_END_0
-STDOUT_8195=FEATURES_TXT_BEGIN_0 7 300 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_8196=0 -3.66906 0 0 -2.70469 0 0 -58.8702 -47.5967 -90.3027 -13.7219 -19.3364 9.99896 -23
-STDOUT_8197=0 -3.90294 0 0 -2.87411 0 0 -58.8702 -47.7092 -88.1808 -14.3878 -19.3364 9.99896 -23
-STDOUT_8198=0 -3.66706 0 0 -3.43558 0 0 -58.8702 -46.6489 -90.3027 -13.1451 -19.3364 8.99907 -23
-STDOUT_8199=0 -3.8633 0 0 -2.70469 0 0 -58.8702 -47.66 -90.3027 -13.9598 -19.3364 9.99896 -23
-STDOUT_8200=0 -3.87738 0 0 -2.62918 0 0 -58.8702 -47.6338 -90.3027 -14.2174 -19.3364 9.99896 -23
-STDOUT_8201=0 -3.90691 0 0 -2.89456 0 0 -58.8702 -48.3167 -90.3027 -13.7705 -19.3364 10.9989 -23
-STDOUT_8202=0 -3.84341 0 0 -2.87904 0 0 -58.8702 -48.5433 -90.3027 -14.0865 -19.3364 9.99896 -23
-STDOUT_8203=0 -3.87152 0 0 -2.99927 0 0 -58.8702 -48.5971 -88.1808 -14.9797 -19.3364 10.9989 -23
-STDOUT_8204=0 -4.06457 0 0 -2.77311 0 0 -58.8702 -48.0805 -90.3027 -14.3897 -19.3364 9.99896 -23
-STDOUT_8205=0 -3.83188 0 0 -2.82985 0 0 -58.8702 -48.5478 -90.3027 -14.5517 -19.3364 10.9989 -23
-STDOUT_8206=0 -4.31309 0 0 -2.87574 0 0 -60.8643 -43.1731 -82.6108 -14.8991 -22.0226 9.99896 -25
-STDOUT_8207=0 -4.09418 0 0 -2.56036 0 0 -58.8702 -48.9202 -90.3027 -14.3518 -19.3364 9.99896 -23
-STDOUT_8208=0 -4.14079 0 0 -3.06397 0 0 -58.8702 -48.4292 -88.1808 -14.4364 -19.3364 10.9989 -23
-STDOUT_8209=0 -3.91778 0 0 -2.73994 0 0 -60.8643 -44.7473 -82.6108 -15.3816 -22.0226 9.99896 -25
-STDOUT_8210=0 -3.65143 0 0 -3.63625 0 0 -58.8702 -47.561 -90.3027 -13.7827 -19.3364 9.99896 -23
-STDOUT_8211=0 -3.90491 0 0 -3.62544 0 0 -58.8702 -47.3688 -90.3027 -13.1937 -19.3364 9.99896 -23
-STDOUT_8212=0 -3.89474 0 0 -3.77205 0 0 -58.8702 -47.5819 -88.1808 -13.9454 -19.3364 9.99896 -23
-STDOUT_8213=0 -4.10115 0 0 -2.89456 0 0 -58.8702 -48.3799 -90.3027 -14.0084 -19.3364 10.9989 -23
-STDOUT_8214=0 -4.11523 0 0 -2.81905 0 0 -58.8702 -48.3538 -90.3027 -14.266 -19.3364 10.9989 -23
-STDOUT_8215=0 -4.07729 0 0 -3.04846 0 0 -58.8702 -48.6558 -88.1808 -14.7524 -19.3364 9.99896 -23
-STDOUT_8216=0 -3.93919 0 0 -3.60263 0 0 -58.8702 -47.3158 -90.3027 -13.3924 -19.3364 9.99896 -23
-STDOUT_8217=0 -3.84141 0 0 -3.60993 0 0 -58.8702 -47.5955 -90.3027 -13.5097 -19.3364 8.99907 -23
-STDOUT_8218=0 -4.03765 0 0 -2.87904 0 0 -58.8702 -48.6065 -90.3027 -14.3244 -19.3364 9.99896 -23
-STDOUT_8219=0 -4.05173 0 0 -2.80354 0 0 -58.8702 -48.5804 -90.3027 -14.582 -19.3364 9.99896 -23
-STDOUT_8220=0 -4.54697 0 0 -3.04516 0 0 -60.8643 -43.2856 -80.4889 -15.565 -22.0226 9.99896 -25
-STDOUT_8221=0 -4.16665 0 0 -3.07478 0 0 -58.8702 -48.3262 -88.1808 -15.0052 -19.3364 10.9989 -23
-STDOUT_8222=0 -4.14352 0 0 -2.36328 0 0 -58.8702 -49.9584 -88.1808 -15.8938 -19.3364 8.99907 -23
-STDOUT_8223=0 -3.62429 0 0 -3.56074 0 0 -58.8702 -47.6558 -90.3027 -14.5946 -19.3364 9.99896 -23
-STDOUT_8224=0 -3.86322 0 0 -2.82985 0 0 -58.8702 -49.425 -90.3027 -14.4789 -19.3364 10.9989 -23
-STDOUT_8225=0 -4.31109 0 0 -3.60663 0 0 -60.8643 -42.2253 -82.6108 -14.3224 -22.0226 8.99907 -25
-STDOUT_8226=0 -4.34719 0 0 -2.98245 0 0 -58.8702 -47.8329 -90.3027 -13.9934 -19.3364 10.9989 -23
-STDOUT_8227=0 -4.50734 0 0 -2.87574 0 0 -60.8643 -43.2363 -82.6108 -15.137 -22.0226 9.99896 -25
-STDOUT_8228=0 -4.12702 0 0 -2.90536 0 0 -58.8702 -48.2769 -90.3027 -14.5772 -19.3364 10.9989 -23
-STDOUT_8229=0 -4.52141 0 0 -2.80023 0 0 -60.8643 -43.2102 -82.6108 -15.3947 -22.0226 9.99896 -25
-STDOUT_8230=0 -4.15166 0 0 -2.90936 0 0 -60.8643 -44.8598 -80.4889 -16.0474 -22.0226 9.99896 -25
-STDOUT_8231=0 -4.40304 0 0 -2.53433 0 0 -60.8643 -45.2443 -80.4889 -16.1815 -22.0226 8.99907 -25
-STDOUT_8232=0 -3.91578 0 0 -3.47083 0 0 -60.8643 -43.7995 -82.6108 -14.8048 -22.0226 8.99907 -25
-STDOUT_8233=0 -4.11202 0 0 -2.73994 0 0 -60.8643 -44.8105 -82.6108 -15.6195 -22.0226 9.99896 -25
-STDOUT_8234=0 -4.1261 0 0 -2.66443 0 0 -60.8643 -44.7844 -82.6108 -15.8771 -22.0226 9.99896 -25
-STDOUT_8235=0 -4.25425 0 0 -2.73994 0 0 -60.3592 -44.6399 -83.6498 -15.7101 -22.9808 9.99896 -25
-STDOUT_8236=0 -3.75221 0 0 -2.67344 0 0 -59.4443 -46.8873 -92.7463 -13.5506 -21.2322 8.99907 -23
-STDOUT_8237=0 -3.88445 0 0 -3.63625 0 0 -58.8702 -47.7726 -90.3027 -13.8534 -19.3364 9.99896 -23
-STDOUT_8238=0 -4.00772 0 0 -2.39853 0 0 -60.8643 -46.8185 -80.4889 -16.664 -22.0226 8.99907 -25
-STDOUT_8239=0 -4.27085 0 0 -2.93876 0 0 -60.8617 -46.2291 -88.8012 -12.1124 -17.6959 9.99896 -23
-STDOUT_8240=0 -4.58107 0 0 -3.15186 0 0 -58.8702 -47.9454 -88.1808 -14.6592 -19.3364 10.9989 -23
-STDOUT_8241=0 -3.92286 0 0 -2.92695 0 0 -65.6255 -36.9167 -73.0298 -13.6343 -23.4366 9.99896 -27
-STDOUT_8242=0 -4.34519 0 0 -3.71333 0 0 -58.8702 -46.885 -90.3027 -13.4166 -19.3364 9.99896 -23
-STDOUT_8243=0 -3.8944 0 0 -2.66 0 0 -65.6255 -37.3981 -73.0298 -14.2065 -23.4366 8.99907 -27
-STDOUT_8244=0 -4.54143 0 0 -2.98245 0 0 -58.8702 -47.8961 -90.3027 -14.2313 -19.3364 10.9989 -23
-STDOUT_8245=0 -4.08126 0 0 -3.06891 0 0 -58.8702 -49.2632 -90.3027 -14.1351 -19.3364 10.9989 -23
-STDOUT_8246=0 -4.55551 0 0 -2.90694 0 0 -58.8702 -47.87 -90.3027 -14.4889 -19.3364 10.9989 -23
-STDOUT_8247=0 -4.10937 0 0 -3.18914 0 0 -58.8702 -49.317 -88.1808 -15.0283 -19.3364 11.9988 -23
-STDOUT_8248=0 -4.12114 0 0 -3.30694 0 0 -60.8643 -43.9287 -82.6108 -15.2928 -22.0226 10.9989 -25
-STDOUT_8249=0 -3.90952 0 0 -2.83373 0 0 -60.7567 -46.772 -89.3549 -13.0007 -18.4562 9.99896 -23
-STDOUT_8250=0 -4.48813 0 0 -2.90936 0 0 -60.3592 -44.7524 -81.5279 -16.3759 -22.9808 9.99896 -25
-STDOUT_8251=0 -4.30243 0 0 -2.96298 0 0 -58.8702 -48.8005 -90.3027 -14.4383 -19.3364 10.9989 -23
-STDOUT_8252=0 -4.06974 0 0 -3.01972 0 0 -58.8702 -49.2677 -90.3027 -14.6003 -19.3364 11.9988 -23
-STDOUT_8253=0 -4.25225 0 0 -3.47083 0 0 -60.3592 -43.6921 -83.6498 -15.1333 -22.9808 8.99907 -25
-STDOUT_8254=0 -4.04587 0 0 -3.17362 0 0 -58.8702 -49.5437 -88.1808 -15.3443 -19.3364 10.9989 -23
-STDOUT_8255=0 -4.55094 0 0 -3.0656 0 0 -60.8643 -43.893 -82.6108 -14.9478 -22.0226 10.9989 -25
-STDOUT_8256=0 -4.44849 0 0 -2.73994 0 0 -60.3592 -44.7031 -83.6498 -15.948 -22.9808 9.99896 -25
-STDOUT_8257=0 -4.46257 0 0 -2.66443 0 0 -60.3592 -44.677 -83.6498 -16.2056 -22.9808 9.99896 -25
-STDOUT_8258=0 -3.86909 0 0 -2.26888 0 0 -62.984 -46.7378 -80.5557 -14.0273 -18.0969 8.99907 -24
-STDOUT_8259=0 -4.50473 0 0 -3.10818 0 0 -60.8617 -46.3416 -86.6793 -12.7783 -17.6959 9.99896 -23
-STDOUT_8260=0 -4.33203 0 0 -2.75023 0 0 -58.8702 -49.6401 -90.3027 -14.4004 -19.3364 10.9989 -23
-STDOUT_8261=0 -4.15272 0 0 -2.54929 0 0 -65.6255 -37.8863 -73.0298 -13.7134 -23.4366 8.99907 -27
-STDOUT_8262=0 -4.12813 0 0 -2.76204 0 0 -65.6255 -37.1269 -73.0298 -13.8558 -23.4366 8.99907 -27
-STDOUT_8263=0 -4.3442 0 0 -2.39853 0 0 -60.3592 -46.7111 -81.5279 -16.9925 -22.9808 8.99907 -25
-STDOUT_8264=0 -4.23893 0 0 -2.94746 0 0 -58.8702 -49.0271 -90.3027 -14.7544 -19.3364 9.99896 -23
-STDOUT_8265=0 -3.89897 0 0 -2.49412 0 0 -64.7276 -42.4134 -79.0975 -12.4958 -18.5302 8.99907 -25
-STDOUT_8266=0 -4.00624 0 0 -3.00421 0 0 -58.8702 -49.4944 -90.3027 -14.9163 -19.3364 10.9989 -23
-STDOUT_8267=0 -4.26885 0 0 -3.66965 0 0 -60.8617 -45.2812 -88.8012 -11.5357 -17.6959 8.99907 -23
-STDOUT_8268=0 -4.15563 0 0 -2.9298 0 0 -60.8643 -45.4672 -82.6108 -15.4302 -22.0226 10.9989 -25
-STDOUT_8269=0 -4.15674 0 0 -3.09637 0 0 -65.6255 -37.0292 -70.9079 -14.3002 -23.4366 9.99896 -27
-STDOUT_8270=0 -3.88928 0 0 -3.82611 0 0 -58.8702 -48.2809 -90.3027 -13.8313 -19.3364 10.9989 -23
-STDOUT_8271=0 -3.87911 0 0 -3.97272 0 0 -58.8702 -48.494 -88.1808 -14.5831 -19.3364 10.9989 -23
-STDOUT_8272=0 -4.51555 0 0 -3.17032 0 0 -60.8643 -44.1734 -80.4889 -16.1569 -22.0226 10.9989 -25
-STDOUT_8273=0 -4.13259 0 0 -3.96192 0 0 -58.8702 -48.3018 -88.1808 -13.994 -19.3364 10.9989 -23
-STDOUT_8274=0 -4.4651 0 0 -2.93876 0 0 -60.8617 -46.2923 -88.8012 -12.3503 -17.6959 9.99896 -23
-STDOUT_8275=0 -4.17534 0 0 -2.49232 0 0 -60.7567 -47.8623 -87.2329 -14.1303 -18.4562 8.99907 -23
-STDOUT_8276=0 -3.94727 0 0 -3.96841 0 0 -61.4349 -46.6513 -84.7828 -10.6154 -18.3679 9.99896 -24
-STDOUT_8277=0 -4.47918 0 0 -2.86326 0 0 -60.8617 -46.2662 -88.8012 -12.608 -17.6959 9.99896 -23
-STDOUT_8278=0 -4.11211 0 0 -2.48844 0 0 -58.8702 -50.8462 -88.1808 -16.4858 -19.3364 9.99896 -23
-STDOUT_8279=0 -4.26853 0 0 -2.73472 0 0 -58.8702 -49.8668 -90.3027 -14.7164 -19.3364 9.99896 -23
-STDOUT_8280=0 -3.68401 0 0 -2.60523 0 0 -59.4443 -47.5362 -92.7463 -14.6229 -21.2322 9.99896 -23
-STDOUT_8281=0 -4.31514 0 0 -3.23833 0 0 -58.8702 -49.3757 -88.1808 -14.801 -19.3364 10.9989 -23
-STDOUT_8282=0 -3.88083 0 0 -2.97378 0 0 -58.8702 -49.8726 -90.3027 -15.234 -19.3364 10.9989 -23
-STDOUT_8283=0 -4.35502 0 0 -3.47635 0 0 -60.8643 -44.0412 -80.4889 -15.9587 -22.0226 10.9989 -25
-STDOUT_8284=0 -3.92356 0 0 -3.8033 0 0 -58.8702 -48.2279 -90.3027 -14.03 -19.3364 10.9989 -23
-STDOUT_8285=0 -3.92086 0 0 -3.65784 0 0 -65.6255 -35.9689 -73.0298 -13.0575 -23.4366 8.99907 -27
-STDOUT_8286=0 -4.1434 0 0 -3.00315 0 0 -60.7567 -46.8845 -87.2329 -13.6666 -18.4562 9.99896 -23
-STDOUT_8287=0 -4.17704 0 0 -3.7925 0 0 -58.8702 -48.0357 -90.3027 -13.441 -19.3364 10.9989 -23
-STDOUT_8288=0 -4.70861 0 0 -2.94416 0 0 -60.8643 -43.6569 -82.6108 -15.567 -22.0226 9.99896 -25
-STDOUT_8289=0 -4.11711 0 0 -2.92695 0 0 -65.6256 -36.9799 -73.0298 -13.8722 -23.4366 9.99896 -27
-STDOUT_8290=0 -4.47592 0 0 -3.0009 0 0 -60.8643 -44.1242 -82.6108 -15.729 -22.0226 10.9989 -25
-STDOUT_8291=0 -4.13119 0 0 -2.85144 0 0 -65.6255 -36.9538 -73.0298 -14.1298 -23.4366 9.99896 -27
-STDOUT_8292=0 -3.82578 0 0 -3.8106 0 0 -58.8702 -48.5076 -90.3027 -14.1474 -19.3364 9.99896 -23
-STDOUT_8293=0 -4.08869 0 0 -2.84049 0 0 -56.8379 -52.0131 -97.2268 -15.4702 -18.8975 9.99896 -22
-STDOUT_8294=0 -4.12024 0 0 -3.03452 0 0 -60.8643 -45.7476 -80.4889 -16.6394 -22.0226 10.9989 -25
-STDOUT_8295=0 -4.07926 0 0 -3.7998 0 0 -58.8702 -48.3154 -90.3027 -13.5583 -19.3364 9.99896 -23
-STDOUT_8296=0 -2.75128 0 0 -4.23249 0 0 -93.8918 -23.2318 -53.3141 -11.8406 -45.7125 10.9989 -38
-STDOUT_8297=0 -2.55057 0 0 -3.90965 0 0 -93.8918 -20.9088 -53.3141 -12.1329 -45.7125 9.99896 -38
-STDOUT_8298=0 -3.11935 0 0 -4.51759 0 0 -93.8918 -24.6339 -53.3141 -11.7285 -45.7125 11.9988 -38
-STDOUT_8299=0 -3.26058 0 0 -4.35054 0 0 -93.8918 -23.3907 -53.3141 -11.2788 -45.7125 10.9989 -38
-STDOUT_8300=0 -2.91863 0 0 -4.19475 0 0 -93.8918 -22.3108 -53.3141 -12.0208 -45.7125 10.9989 -38
-STDOUT_8301=0 -3.05987 0 0 -4.0277 0 0 -93.8918 -21.0676 -53.3141 -11.5711 -45.7125 9.99896 -38
-STDOUT_8302=0 -3.22917 0 0 -4.4757 0 0 -93.8918 -24.2785 -53.3141 -11.8707 -45.7125 11.9988 -38
-STDOUT_8303=0 -2.94553 0 0 -4.23249 0 0 -93.8918 -23.295 -53.3141 -12.0785 -45.7125 10.9989 -38
-STDOUT_8304=0 -3.02845 0 0 -4.15286 0 0 -93.8918 -21.9555 -53.3141 -12.163 -45.7125 10.9989 -38
-STDOUT_8305=0 -4.16005 0 0 -4.54264 0 0 -74.9805 -32.588 -58.5714 -13.2269 -35.8861 10.9989 -35
-STDOUT_8306=0 -2.74481 0 0 -3.90965 0 0 -93.8918 -20.972 -53.3141 -12.3708 -45.7125 9.99896 -38
-STDOUT_8307=0 -3.15089 0 0 -5.24848 0 0 -93.8918 -23.0099 -53.3141 -11.1836 -45.7125 10.9989 -38
-STDOUT_8308=0 -2.91411 0 0 -4.35765 0 0 -93.8918 -24.1829 -53.3141 -12.6704 -45.7125 11.9988 -38
-STDOUT_8309=0 -3.21968 0 0 -4.74331 0 0 -93.8918 -24.0297 -53.3141 -11.9609 -45.7125 11.9988 -38
-STDOUT_8310=0 -3.31359 0 0 -4.51759 0 0 -93.8918 -24.6971 -53.3141 -11.9664 -45.7125 11.9988 -38
-STDOUT_8311=0 -3.02142 0 0 -5.13043 0 0 -93.8918 -22.9508 -53.3141 -11.5111 -45.7125 10.9989 -38
-STDOUT_8312=0 -2.94545 0 0 -4.35765 0 0 -93.8918 -25.0601 -53.3141 -12.5977 -45.7125 11.9988 -38
-STDOUT_8313=0 -2.9596 0 0 -4.15698 0 0 -93.8918 -23.2689 -53.3141 -12.3361 -45.7125 10.9989 -38
-STDOUT_8314=0 -3.95933 0 0 -4.21981 0 0 -74.9805 -30.265 -58.5714 -13.5191 -35.8861 9.99896 -35
-STDOUT_8315=0 -4.52811 0 0 -4.82775 0 0 -74.9805 -33.9901 -58.5714 -13.1148 -35.8861 11.9988 -35
-STDOUT_8316=0 -2.95017 0 0 -4.92564 0 0 -93.8918 -20.6869 -53.3141 -11.4759 -45.7125 9.99896 -38
-STDOUT_8317=0 -2.71339 0 0 -4.03481 0 0 -93.8918 -21.8599 -53.3141 -12.9627 -45.7125 10.9989 -38
-STDOUT_8318=0 -2.70065 0 0 -4.14369 0 0 -93.8918 -25.7529 -53.3141 -12.5878 -45.7125 10.9989 -38
-STDOUT_8319=0 -3.01897 0 0 -4.42048 0 0 -93.8918 -21.7066 -53.3141 -12.2532 -45.7125 10.9989 -38
-STDOUT_8320=0 -3.11287 0 0 -4.19475 0 0 -93.8918 -22.3741 -53.3141 -12.2587 -45.7125 10.9989 -38
-STDOUT_8321=0 -2.8207 0 0 -4.80759 0 0 -93.8918 -20.6278 -53.3141 -11.8034 -45.7125 9.99896 -38
-STDOUT_8322=0 -2.74473 0 0 -4.03481 0 0 -93.8918 -22.7371 -53.3141 -12.8899 -45.7125 10.9989 -38
-STDOUT_8323=0 -3.28217 0 0 -4.64275 0 0 -93.8918 -25.585 -53.3141 -12.5583 -45.7125 12.9986 -38
-STDOUT_8324=0 -2.75889 0 0 -3.83414 0 0 -93.8918 -20.9459 -53.3141 -12.6284 -45.7125 9.99896 -38
-STDOUT_8325=0 -4.66935 0 0 -4.66069 0 0 -74.9805 -32.7469 -58.5714 -12.6651 -35.8861 10.9989 -35
-STDOUT_8326=0 -3.5243 0 0 -4.55121 0 0 -93.8918 -24.0076 -53.3141 -11.8962 -45.7125 11.9988 -38
-STDOUT_8327=0 -3.38948 0 0 -5.41553 0 0 -93.8918 -24.3529 -53.3141 -11.399 -45.7125 11.9988 -38
-STDOUT_8328=0 -3.31351 0 0 -4.64275 0 0 -93.8918 -26.4622 -53.3141 -12.4856 -45.7125 12.9986 -38
-STDOUT_8329=0 -3.42941 0 0 -4.51025 0 0 -93.8918 -23.4679 -53.3141 -12.1121 -45.7125 11.9988 -38
-STDOUT_8330=0 -3.32767 0 0 -4.44208 0 0 -93.8918 -24.671 -53.3141 -12.224 -45.7125 11.9988 -38
-STDOUT_8331=0 -4.3274 0 0 -4.50491 0 0 -74.9805 -31.6671 -58.5714 -13.4071 -35.8861 10.9989 -35
-STDOUT_8332=0 -3.13526 0 0 -5.44915 0 0 -93.8918 -23.922 -53.3141 -11.8212 -45.7125 11.9988 -38
-STDOUT_8333=0 -2.7383 0 0 -4.17556 0 0 -93.8918 -23.676 -53.3141 -12.8259 -45.7125 10.9989 -38
-STDOUT_8334=0 -3.01932 0 0 -4.56896 0 0 -93.8918 -24.1636 -53.3141 -12.6599 -45.7125 11.9988 -38
-STDOUT_8335=0 -3.08146 0 0 -4.31992 0 0 -93.8918 -23.2619 -53.3141 -12.8506 -45.7125 11.9988 -38
-STDOUT_8336=0 -3.06871 0 0 -4.42879 0 0 -93.8918 -27.1549 -53.3141 -12.4757 -45.7125 11.9988 -38
-STDOUT_8337=0 -3.00579 0 0 -5.3311 0 0 -93.8918 -23.8629 -53.3141 -12.1487 -45.7125 11.9988 -38
-STDOUT_8338=0 -4.46864 0 0 -4.33785 0 0 -74.9805 -30.4239 -58.5714 -12.9574 -35.8861 9.99896 -35
-STDOUT_8339=0 -3.06167 0 0 -4.11495 0 0 -93.8918 -22.9891 -53.3141 -12.5226 -45.7125 10.9989 -38
-STDOUT_8340=0 -3.32358 0 0 -4.22837 0 0 -93.8918 -21.6846 -53.3141 -12.1885 -45.7125 10.9989 -38
-STDOUT_8341=0 -3.18876 0 0 -5.0927 0 0 -93.8918 -22.0299 -53.3141 -11.6913 -45.7125 10.9989 -38
-STDOUT_8342=0 -3.1128 0 0 -4.31992 0 0 -93.8918 -24.1392 -53.3141 -12.7779 -45.7125 11.9988 -38
-STDOUT_8343=0 -4.63793 0 0 -4.78585 0 0 -74.9805 -33.6347 -58.5714 -13.257 -35.8861 11.9988 -35
-STDOUT_8344=0 -2.79512 0 0 -3.82085 0 0 -93.8918 -22.7143 -53.3141 -12.6147 -45.7125 9.99896 -38
-STDOUT_8345=0 -3.2287 0 0 -4.18741 0 0 -93.8918 -21.1449 -53.3141 -12.4043 -45.7125 10.9989 -38
-STDOUT_8346=0 -3.12695 0 0 -4.11925 0 0 -93.8918 -22.348 -53.3141 -12.5163 -45.7125 10.9989 -38
-STDOUT_8347=0 -2.99607 0 0 -4.32752 0 0 -93.8918 -25.549 -53.3141 -12.8463 -45.7125 11.9988 -38
-STDOUT_8348=0 -3.20995 0 0 -4.26174 0 0 -93.8918 -25.9117 -53.3141 -12.026 -45.7125 10.9989 -38
-STDOUT_8349=0 -2.93454 0 0 -5.12631 0 0 -93.8918 -21.599 -53.3141 -12.1135 -45.7125 10.9989 -38
-STDOUT_8350=0 -2.53759 0 0 -3.85273 0 0 -93.8918 -21.353 -53.3141 -13.1181 -45.7125 9.99896 -38
-STDOUT_8351=0 -3.79748 0 0 -4.79535 0 0 -93.8918 -24.87 -53.3141 -12 -45.7125 12.9986 -38
-STDOUT_8352=0 -2.8186 0 0 -4.24612 0 0 -93.8918 -21.8406 -53.3141 -12.9522 -45.7125 10.9989 -38
-STDOUT_8353=0 -3.42502 0 0 -4.43779 0 0 -93.8918 -25.598 -53.3141 -12.2014 -45.7125 11.9988 -38
-STDOUT_8354=0 -4.35429 0 0 -4.54264 0 0 -74.9805 -32.6513 -58.5714 -13.4648 -35.8861 10.9989 -35
-STDOUT_8355=0 -2.80507 0 0 -5.00827 0 0 -93.8918 -21.5399 -53.3141 -12.441 -45.7125 10.9989 -38
-STDOUT_8356=0 -3.10637 0 0 -4.46066 0 0 -93.8918 -25.0781 -53.3141 -12.7138 -45.7125 11.9988 -38
-STDOUT_8357=0 -3.20924 0 0 -4.43316 0 0 -93.8918 -23.912 -53.3141 -12.6959 -45.7125 11.9988 -38
-STDOUT_8358=0 -3.38738 0 0 -4.85406 0 0 -93.8918 -25.5657 -53.3141 -12.5479 -45.7125 12.9986 -38
-STDOUT_8359=0 -4.43722 0 0 -4.46302 0 0 -74.9805 -31.3117 -58.5714 -13.5493 -35.8861 10.9989 -35
-STDOUT_8360=0 -3.93871 0 0 -4.62829 0 0 -93.8918 -23.6268 -53.3141 -11.5503 -45.7125 11.9988 -38
-STDOUT_8361=0 -3.74262 0 0 -5.02842 0 0 -93.8918 -25.9723 -53.3141 -11.8948 -45.7125 12.9986 -38
-STDOUT_8362=0 -2.79536 0 0 -4.00468 0 0 -93.8918 -23.226 -53.3141 -13.1386 -45.7125 10.9989 -38
-STDOUT_8363=0 -3.37385 0 0 -5.6162 0 0 -93.8918 -25.265 -53.3141 -12.0367 -45.7125 12.9986 -38
-STDOUT_8364=0 -3.61019 0 0 -4.49428 0 0 -93.8918 -25.0126 -53.3141 -12.0226 -45.7125 11.9988 -38
-STDOUT_8365=0 -3.42974 0 0 -4.40005 0 0 -93.8918 -24.3912 -53.3141 -12.4105 -45.7125 11.9988 -38
-STDOUT_8366=0 -3.41393 0 0 -4.74331 0 0 -93.8918 -24.0929 -53.3141 -12.1988 -45.7125 11.9988 -38
-STDOUT_8367=0 -3.16319 0 0 -4.10595 0 0 -93.8918 -24.1163 -53.3141 -12.5026 -45.7125 10.9989 -38
-STDOUT_8368=0 -3.59676 0 0 -4.47251 0 0 -93.8918 -22.547 -53.3141 -12.2923 -45.7125 11.9988 -38
-STDOUT_8369=0 -3.1764 0 0 -4.08816 0 0 -93.8918 -24.5553 -53.3141 -12.4705 -45.7125 10.9989 -38
-STDOUT_8370=0 -3.17853 0 0 -4.3869 0 0 -93.8918 -26.7996 -53.3141 -12.6179 -45.7125 11.9988 -38
-STDOUT_8371=0 -3.52862 0 0 -4.68701 0 0 -93.8918 -24.3225 -53.3141 -12.0982 -45.7125 11.9988 -38
-STDOUT_8372=0 -3.36414 0 0 -4.61262 0 0 -93.8918 -26.9511 -53.3141 -12.7342 -45.7125 12.9986 -38
-STDOUT_8373=0 -3.59119 0 0 -5.20087 0 0 -93.8918 -23.9048 -53.3141 -11.6538 -45.7125 11.9988 -38
-STDOUT_8374=0 -3.13606 0 0 -4.37623 0 0 -93.8918 -25.85 -53.3141 -12.7851 -45.7125 11.9988 -38
-STDOUT_8375=0 -3.88386 0 0 -4.86136 0 0 -93.8918 -24.7291 -53.3141 -11.4452 -45.7125 11.9988 -38
-STDOUT_8376=0 -3.24917 0 0 -3.57734 0 0 -93.8918 -25.1332 -53.3141 -12.739 -45.7125 10.9989 -38
-STDOUT_8377=0 -4.15358 0 0 -4.21981 0 0 -74.9805 -30.3282 -58.5714 -13.757 -35.8861 9.99896 -35
-STDOUT_8378=0 -3.53428 0 0 -4.67243 0 0 -93.8918 -25.4433 -53.3141 -12.0412 -45.7125 11.9988 -38
-STDOUT_8379=0 -2.90565 0 0 -4.13783 0 0 -93.8918 -22.7551 -53.3141 -13.0061 -45.7125 10.9989 -38
-STDOUT_8380=0 -3.57098 0 0 -4.233 0 0 -93.8918 -23.148 -53.3141 -11.9608 -45.7125 10.9989 -38
-STDOUT_8381=0 -4.55965 0 0 -5.55863 0 0 -74.9805 -32.3662 -58.5714 -12.5699 -35.8861 10.9989 -35
-STDOUT_8382=0 -3.00853 0 0 -4.11032 0 0 -93.8918 -21.589 -53.3141 -12.9882 -45.7125 10.9989 -38
-STDOUT_8383=0 -4.32288 0 0 -4.66781 0 0 -74.9805 -33.5391 -58.5714 -14.0567 -35.8861 11.9988 -35
-STDOUT_8384=0 -3.18666 0 0 -4.53122 0 0 -93.8918 -23.2427 -53.3141 -12.8401 -45.7125 11.9988 -38
-STDOUT_8385=0 -3.79308 0 0 -4.72289 0 0 -93.8918 -27 -53.3141 -12.0893 -45.7125 12.9986 -38
-STDOUT_8386=0 -4.62845 0 0 -5.05347 0 0 -74.9805 -33.3859 -58.5714 -13.3472 -35.8861 11.9988 -35
-STDOUT_8387=0 -3.30443 0 0 -3.9389 0 0 -93.8918 -22.8731 -53.3141 -12.0529 -45.7125 9.99896 -38
-STDOUT_8388=0 -3.738 0 0 -4.30546 0 0 -93.8918 -21.3038 -53.3141 -11.8426 -45.7125 10.9989 -38
-STDOUT_8389=0 -3.5419 0 0 -4.70558 0 0 -93.8918 -23.6492 -53.3141 -12.1871 -45.7125 11.9988 -38
-STDOUT_8390=0 -4.72236 0 0 -4.82775 0 0 -74.9805 -34.0533 -58.5714 -13.3527 -35.8861 11.9988 -35
-STDOUT_8391=0 -3.17314 0 0 -5.29337 0 0 -93.8918 -22.942 -53.3141 -12.3289 -45.7125 11.9988 -38
-STDOUT_8392=0 -3.40947 0 0 -4.17144 0 0 -93.8918 -22.6896 -53.3141 -12.3148 -45.7125 10.9989 -38
-STDOUT_8393=0 -3.24372 0 0 -5.03381 0 0 -93.8918 -22.5664 -53.3141 -11.9022 -45.7125 10.9989 -38
-STDOUT_8394=0 -3.50538 0 0 -4.44556 0 0 -93.8918 -25.7079 -53.3141 -12.2845 -45.7125 11.9988 -38
-STDOUT_8395=0 -3.1468 0 0 -4.30091 0 0 -93.8918 -23.7156 -53.3141 -12.5084 -45.7125 10.9989 -38
-STDOUT_8396=-180 0 0 -45.1726 0 0 -45.5392 -193.918 -50.4618 -50.521 -27.6341 -31.7722 32.9966 -33
-STDOUT_8397=-180 0 0 -46.2712 0 0 -45.5392 -195.432 -48.5482 -48.4416 -27.6341 -31.7722 32.9966 -33
-STDOUT_8398=-180 0 0 -42.8877 0 0 -43.0485 -192.258 -54.8096 -51.4351 -32.2112 -32.669 32.9966 -33
-STDOUT_8399=-180 0 0 -45.2875 0 0 -45.9411 -199.652 -49.154 -49.6059 -24.7837 -29.2201 32.9966 -33
-STDOUT_8400=-180 0 0 -44.9599 0 0 -46.0355 -192.612 -51.8552 -51.9024 -28.1358 -32.4861 32.9966 -33
-STDOUT_8401=-180 0 0 -43.9864 0 0 -43.0485 -193.772 -52.896 -49.3557 -32.2112 -32.669 32.9966 -33
-STDOUT_8402=-180 0 0 -45.6886 0 0 -46.2198 -200.829 -48.3843 -48.4142 -24.6807 -28.7936 32.9966 -33
-STDOUT_8403=-180 0 0 -46.3861 0 0 -45.9411 -201.166 -47.2403 -47.5265 -24.7837 -29.2201 32.9966 -33
-STDOUT_8404=-180 0 0 -46.0585 0 0 -46.0355 -194.126 -49.9416 -49.823 -28.1358 -32.4861 32.9966 -33
-STDOUT_8405=-180 0 0 -45.4121 0 0 -45.6823 -193.969 -50.4955 -50.6956 -28.3272 -32.5773 32.9966 -33
-STDOUT_8406=-180 0 0 -46.7872 0 0 -46.2198 -202.344 -46.4707 -46.3348 -24.6807 -28.7936 32.9966 -33
-STDOUT_8407=-180 0 0 -43.0027 0 0 -43.4504 -197.992 -53.5017 -50.52 -29.3609 -30.1169 32.9966 -33
-STDOUT_8408=-180 0 0 -44.5759 0 0 -45.2738 -191.713 -52.3162 -52.1045 -29.7511 -33.7524 32.9966 -33
-STDOUT_8409=-180 0 0 -45.5218 0 0 -44.5458 -192.439 -51.5862 -51.4355 -29.3114 -33.3622 32.9966 -33
-STDOUT_8410=-180 0 0 -43.6476 0 0 -43.3307 -191.484 -53.6613 -52.4898 -31.4146 -34.2042 32.9966 -33
-STDOUT_8411=-180 0 0 -46.5107 0 0 -45.6823 -195.483 -48.5819 -48.6162 -28.3272 -32.5773 32.9966 -33
-STDOUT_8412=-180 0 0 -45.0427 0 0 -45.2438 -193.881 -51.1581 -51.56 -28.6127 -32.7303 32.9966 -33
-STDOUT_8413=-180 0 0 -45.0748 0 0 -46.4375 -198.346 -50.5473 -50.9873 -25.2855 -29.934 32.9966 -33
-STDOUT_8414=-180 0 0 -43.4038 0 0 -43.7291 -199.443 -52.7321 -49.3283 -29.2579 -29.6904 32.9966 -33
-STDOUT_8415=-180 0 0 -44.1013 0 0 -43.4504 -199.507 -51.5881 -48.4405 -29.3609 -30.1169 32.9966 -33
-STDOUT_8416=-180 0 0 -45.8036 0 0 -46.6217 -206.563 -47.0765 -47.4991 -21.8304 -26.2415 32.9966 -33
-STDOUT_8417=-180 0 0 -44.9837 0 0 -45.8045 -198.543 -50.1856 -50.4221 -25.9847 -30.4354 32.9966 -33
-STDOUT_8418=-180 0 0 -45.6745 0 0 -45.2738 -193.228 -50.4025 -50.025 -29.7511 -33.7524 32.9966 -33
-STDOUT_8419=-180 0 0 -43.1273 0 0 -43.1915 -192.309 -54.8433 -51.6097 -32.9044 -33.474 32.9966 -33
-STDOUT_8420=-180 0 0 -45.476 0 0 -46.7161 -199.523 -49.7777 -49.7956 -25.1825 -29.5076 32.9966 -33
-STDOUT_8421=-180 0 0 -46.6204 0 0 -44.5458 -193.953 -49.6725 -49.356 -29.3114 -33.3622 32.9966 -33
-STDOUT_8422=-180 0 0 -45.7179 0 0 -45.7954 -194.924 -49.7909 -49.9583 -28.5156 -32.6983 32.9966 -33
-STDOUT_8423=-180 0 0 -45.218 0 0 -45.3127 -194.21 -51.8417 -51.9369 -28.128 -32.1076 32.9966 -33
-STDOUT_8424=-180 0 0 -44.7462 0 0 -43.3307 -192.999 -51.7477 -50.4104 -31.4146 -34.2042 32.9966 -33
-STDOUT_8425=-180 0 0 -44.8212 0 0 -45.4203 -194.454 -51.3661 -51.3942 -28.6317 -32.643 32.9966 -33
-STDOUT_8426=-180 0 0 -44.1637 0 0 -44.0112 -197.734 -51.5838 -50.383 -28.4612 -31.2256 32.9966 -33
-STDOUT_8427=-180 0 0 -42.2911 0 0 -42.7831 -190.054 -56.6639 -53.0185 -34.3282 -34.6491 32.9966 -33
-STDOUT_8428=-180 0 0 -43.237 0 0 -42.0551 -190.779 -55.934 -52.3495 -33.8886 -34.259 32.9966 -33
-STDOUT_8429=-180 0 0 -46.1413 0 0 -45.2438 -195.396 -49.2444 -49.4806 -28.6127 -32.7303 32.9966 -33
-STDOUT_8430=-180 0 0 -42.9973 0 0 -44.6845 -193.058 -53.1586 -52.9236 -30.2906 -33.8611 32.9966 -33
-STDOUT_8431=-180 0 0 -46.1734 0 0 -46.4375 -199.861 -48.6337 -48.9079 -25.2855 -29.934 32.9966 -33
-STDOUT_8432=-180 0 0 -45.527 0 0 -46.0842 -199.703 -49.1876 -49.7805 -25.4769 -30.0252 32.9966 -33
-STDOUT_8433=-180 0 0 -44.5024 0 0 -43.7291 -200.958 -50.8185 -47.2488 -29.2579 -29.6904 32.9966 -33
-STDOUT_8434=-180 0 0 -45.1994 0 0 -46.1786 -192.663 -51.8889 -52.077 -28.829 -33.2912 32.9966 -33
-STDOUT_8435=-180 0 0 -46.9022 0 0 -46.6217 -208.078 -45.1628 -45.4196 -21.8304 -26.2415 32.9966 -33
-STDOUT_8436=-180 0 0 -46.0823 0 0 -45.8045 -200.057 -48.272 -48.3427 -25.9847 -30.4354 32.9966 -33
-STDOUT_8437=-180 0 0 -44.2259 0 0 -43.1915 -193.824 -52.9296 -49.5303 -32.9044 -33.474 32.9966 -33
-STDOUT_8438=-180 0 0 -46.5746 0 0 -46.7161 -201.038 -47.8641 -47.7162 -25.1825 -29.5076 32.9966 -33
-STDOUT_8439=-180 0 0 -44.8432 0 0 -45.1185 -193.377 -52.6353 -52.2881 -28.9711 -32.919 32.9966 -33
-STDOUT_8440=-180 0 0 -42.7579 0 0 -42.7531 -192.221 -55.5058 -52.4741 -33.1898 -33.6271 32.9966 -33
-STDOUT_8441=-180 0 0 -45.9282 0 0 -46.3628 -200.88 -48.418 -48.5888 -25.3739 -29.5987 32.9966 -33
-STDOUT_8442=-180 0 0 -46.8165 0 0 -45.7954 -196.439 -47.8772 -47.8788 -28.5156 -32.6983 32.9966 -33
-STDOUT_8443=-180 0 0 -46.3166 0 0 -45.3127 -195.725 -49.9281 -49.8575 -28.128 -32.1076 32.9966 -33
-STDOUT_8444=-180 0 0 -44.6908 0 0 -45.6758 -197.448 -51.0083 -51.1893 -26.9007 -31.2003 32.9966 -33
-STDOUT_8445=-180 0 0 -45.9198 0 0 -45.4203 -195.968 -49.4525 -49.3147 -28.6317 -32.643 32.9966 -33
-STDOUT_8446=-180 0 0 -45.6367 0 0 -44.9478 -198.173 -50.2783 -50.5203 -26.4611 -30.8101 32.9966 -33
-STDOUT_8447=-180 0 0 -44.3633 0 0 -45.7701 -190.408 -53.7096 -53.4859 -30.2528 -34.4663 32.9966 -33
-STDOUT_8448=-180 0 0 -45.2623 0 0 -44.0112 -199.249 -49.6702 -48.3035 -28.4612 -31.2256 32.9966 -33
-STDOUT_8449=-180 0 0 -42.6989 0 0 -43.3138 -196.883 -54.5334 -51.3362 -30.5619 -31.3321 32.9966 -33
-STDOUT_8450=-180 0 0 -45.3092 0 0 -45.0421 -191.133 -52.9796 -52.8169 -29.8132 -34.0762 32.9966 -33
-STDOUT_8451=-180 0 0 -43.3897 0 0 -42.7831 -191.568 -54.7503 -50.9391 -34.3282 -34.6491 32.9966 -33
-STDOUT_8452=-180 0 0 -43.7625 0 0 -43.7326 -197.218 -52.3534 -51.5747 -28.5642 -31.6521 32.9966 -33
-STDOUT_8453=-180 0 0 -44.281 0 0 -45.6524 -194.689 -51.8883 -50.521 -32.3362 -33.911 32.9966 -34
-STDOUT_8454=-180 0 0 -45.092 0 0 -45.9544 -198.625 -50.2387 -49.9976 -26.7977 -30.7738 32.9966 -33
-STDOUT_8455=-180 0 0 -44.3356 0 0 -42.0551 -192.294 -54.0203 -50.2701 -33.8886 -34.259 32.9966 -33
-STDOUT_8456=-180 0 0 -43.4331 0 0 -43.3047 -193.264 -54.1386 -50.8723 -33.0928 -33.5951 32.9966 -33
-STDOUT_8457=-180 0 0 -42.9332 0 0 -42.822 -192.551 -56.1895 -52.851 -32.7052 -33.0043 32.9966 -33
-STDOUT_8458=-180 0 0 -44.0959 0 0 -44.6845 -194.573 -51.245 -50.8442 -30.2906 -33.8611 32.9966 -33
-STDOUT_8459=-180 0 0 -46.0379 0 0 -45.2264 -199.35 -49.5087 -49.3286 -26.3581 -30.3836 32.9966 -33
-STDOUT_8460=-180 0 0 -46.6257 0 0 -46.0842 -201.218 -47.274 -47.7011 -25.4769 -30.0252 32.9966 -33
-STDOUT_8461=-180 0 0 -42.5364 0 0 -42.9296 -192.794 -55.7139 -52.3082 -33.2088 -33.5398 32.9966 -33
-STDOUT_8462=-180 0 0 -45.1576 0 0 -45.6457 -199.615 -49.8502 -50.6449 -25.7623 -30.1782 32.9966 -33
-STDOUT_8463=-180 0 0 -46.2981 0 0 -46.1786 -194.178 -49.9752 -49.9976 -28.829 -33.2912 32.9966 -33
-STDOUT_8464=-180 0 0 -44.8931 0 0 -44.6156 -186.315 -57.2558 -57.113 -30.666 -34.6311 32.9966 -33
-STDOUT_8465=-180 0 0 -45.1283 0 0 -45.6324 -194.689 -51.6024 -50.521 -31.414 -33.9111 32.9966 -34
-STDOUT_8466=-180 0 0 -44.8301 0 0 -45.7401 -192.575 -52.5515 -52.9414 -29.1144 -33.4443 32.9966 -33
-STDOUT_8467=-180 0 0 -43.5187 0 0 -44.131 -205.178 -51.4242 -48.4131 -26.4075 -27.1383 32.9966 -33
-STDOUT_8468=-180 0 0 -45.9418 0 0 -45.1185 -194.892 -50.7216 -50.2086 -28.9711 -32.919 32.9966 -33
-STDOUT_8469=-180 0 0 -43.8565 0 0 -42.7531 -193.736 -53.5922 -50.3947 -33.1898 -33.6271 32.9966 -33
-STDOUT_8470=-180 0 0 -47.0268 0 0 -46.3628 -202.395 -46.5044 -46.5094 -25.3739 -29.5987 32.9966 -33
-STDOUT_8471=-180 0 0 -40.7124 0 0 -42.1938 -191.399 -57.5064 -53.8377 -34.8678 -34.7579 32.9966 -33
-STDOUT_8472=-180 0 0 -45.0511 0 0 -44.7512 -195.236 -51.2597 -51.1692 -30.6198 -34.1281 32.9966 -34
-STDOUT_8473=-180 0 0 -45.5588 0 0 -45.9244 -200.793 -49.0806 -49.4532 -25.6593 -29.7518 32.9966 -33
-STDOUT_8474=-180 0 0 -45.7895 0 0 -45.6758 -198.962 -49.0947 -49.1099 -26.9007 -31.2003 32.9966 -33
-STDOUT_8475=-180 0 0 -45.2223 0 0 -45.1844 -193.285 -51.7314 -51.7623 -29.4566 -33.6759 32.9966 -33
-STDOUT_8476=-180 0 0 -43.2422 0 0 -43.5935 -198.043 -53.5354 -50.6946 -30.054 -30.9219 32.9966 -33
-STDOUT_8477=-180 0 0 -45.5909 0 0 -47.118 -205.257 -48.4698 -48.8805 -22.3321 -26.9554 32.9966 -33
-STDOUT_8478=-180 0 0 -44.771 0 0 -46.3008 -197.237 -51.579 -51.8035 -26.4865 -31.1493 32.9966 -33
-STDOUT_8479=-180 0 0 -45.1845 0 0 -46.6299 -203.976 -47.6627 -47.8505 -24.6573 -28.837 32.9966 -33
-STDOUT_8480=-180 0 0 -46.7354 0 0 -44.9478 -199.688 -48.3647 -48.4409 -26.4611 -30.8101 32.9966 -33
-STDOUT_8481=-180 0 0 -45.4619 0 0 -45.7701 -191.922 -51.7959 -51.4064 -30.2528 -34.4663 32.9966 -33
-STDOUT_8482=-180 0 0 -45.8328 0 0 -46.1974 -200.658 -48.483 -49.0431 -25.6653 -30.1462 32.9966 -33
-STDOUT_8483=-180 0 0 -45.3329 0 0 -45.7146 -199.945 -50.5338 -51.0218 -25.2776 -29.5555 32.9966 -33
-STDOUT_8484=-180 0 0 -44.8155 0 0 -45.4169 -191.765 -52.3498 -52.2791 -30.4442 -34.5574 32.9966 -33
-STDOUT_8485=-180 0 0 -43.7975 0 0 -43.3138 -198.397 -52.6197 -49.2567 -30.5619 -31.3321 32.9966 -33
-STDOUT_8486=-180 0 0 -46.4078 0 0 -45.0421 -192.648 -51.0659 -50.7374 -29.8132 -34.0762 32.9966 -33
-STDOUT_8487=-180 0 0 -45.5053 0 0 -46.2918 -193.618 -51.1842 -51.3397 -29.0174 -33.4123 32.9966 -33
-STDOUT_8488=-180 0 0 -45.0053 0 0 -45.809 -192.904 -53.2351 -53.3183 -28.6298 -32.8215 32.9966 -33
-STDOUT_8489=-180 0 0 -44.8611 0 0 -43.7326 -198.733 -50.4398 -49.4952 -28.5642 -31.6521 32.9966 -33
-STDOUT_8490=-180 0 0 -44.9361 0 0 -45.8222 -200.188 -50.0583 -50.479 -25.7813 -30.0909 32.9966 -33
-STDOUT_8491=-180 0 0 -45.3796 0 0 -45.6524 -196.203 -49.9746 -48.4416 -32.3362 -33.911 32.9966 -34
-STDOUT_8492=-180 0 0 -44.7329 0 0 -45.3807 -195.85 -53.1665 -53.3385 -27.0012 -31.0691 32.9966 -33
-STDOUT_8493=-180 0 0 -45.4998 0 0 -46.485 -205.454 -48.1081 -48.3153 -23.0314 -27.4568 32.9966 -33
-STDOUT_8494=-180 0 0 -44.6879 0 0 -44.9781 -189.217 -54.6029 -54.5287 -30.8978 -34.7997 32.9966 -33
-STDOUT_8495=-180 0 0 -42.5584 0 0 -42.6278 -191.718 -56.9831 -53.2021 -33.5483 -33.8158 32.9966 -33
-STDOUT_8496=FEATURES_TXT_END_0
-STDOUT_8497=FEATURES_TXT_BEGIN_0 8 300 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_8498=0 -3.71444 0 0 -2.53013 0 0 -44.5419 -28.3609 -62.1264 -9.27102 -18.5811 6.99927 -23
-STDOUT_8499=0 -3.74458 0 0 -2.5508 0 0 -44.5419 -29.0601 -62.1264 -8.55348 -18.5811 7.99917 -23
-STDOUT_8500=0 -3.74096 0 0 -2.65764 0 0 -44.5419 -28.7994 -62.1264 -8.94648 -18.5811 6.99927 -23
-STDOUT_8501=0 -3.87526 0 0 -2.58389 0 0 -44.5419 -28.5409 -62.1264 -9.08773 -18.5811 7.99917 -23
-STDOUT_8502=0 -3.84035 0 0 -2.67021 0 0 -44.5419 -28.5172 -62.1264 -9.04067 -18.5811 7.99917 -23
-STDOUT_8503=0 -3.84967 0 0 -2.54826 0 0 -44.5419 -29.4273 -62.1264 -8.68264 -18.5811 7.99917 -23
-STDOUT_8504=0 -2.90226 0 0 -1.77692 0 0 -46.1722 -27.4648 -59.0912 -8.18356 -25.9814 7.99917 -24
-STDOUT_8505=0 -3.74559 0 0 -2.54716 0 0 -44.5419 -29.3087 -62.1264 -9.31064 -18.5811 7.99917 -23
-STDOUT_8506=0 -3.77918 0 0 -2.79093 0 0 -44.5419 -28.6423 -62.1264 -9.0849 -18.5811 7.99917 -23
-STDOUT_8507=0 -3.75578 0 0 -2.66685 0 0 -44.5419 -28.5855 -62.1264 -9.65124 -18.5811 7.99917 -23
-STDOUT_8508=0 -3.78244 0 0 -2.66899 0 0 -44.5419 -29.4879 -62.1264 -8.69302 -18.5811 7.99917 -23
-STDOUT_8509=0 -2.9324 0 0 -1.79759 0 0 -46.1722 -28.164 -59.0912 -7.46602 -25.9814 8.99907 -24
-STDOUT_8510=0 -2.59219 0 0 -1.89185 0 0 -46.1722 -27.7692 -59.0912 -8.72176 -25.9814 7.99917 -24
-STDOUT_8511=0 -3.7829 0 0 -2.68752 0 0 -44.5419 -29.4478 -62.1264 -8.84852 -18.5811 8.99907 -23
-STDOUT_8512=0 -2.62233 0 0 -1.91252 0 0 -46.1722 -28.4684 -59.0912 -8.00423 -25.9814 8.99907 -24
-STDOUT_8513=0 -4.007 0 0 -2.60121 0 0 -44.5419 -29.3282 -62.1264 -8.62538 -18.5811 8.99907 -23
-STDOUT_8514=0 -3.7739 0 0 -2.67467 0 0 -44.5419 -29.5345 -62.1264 -8.97535 -18.5811 7.99917 -23
-STDOUT_8515=0 -3.60953 0 0 -2.61174 0 0 -44.5419 -29.4777 -62.1264 -9.79376 -18.5811 7.99917 -23
-STDOUT_8516=0 -3.79601 0 0 -2.79286 0 0 -44.5419 -29.2199 -62.1264 -8.97363 -18.5811 7.99917 -23
-STDOUT_8517=0 -3.63967 0 0 -2.63241 0 0 -44.5419 -30.1769 -62.1265 -9.07622 -18.5811 8.99907 -23
-STDOUT_8518=0 -3.90778 0 0 -2.60093 0 0 -44.5419 -29.3139 -62.1264 -9.16215 -18.5811 8.99907 -23
-STDOUT_8519=0 -2.92878 0 0 -1.90443 0 0 -46.1722 -27.9033 -59.0912 -7.85902 -25.9814 7.99917 -24
-STDOUT_8520=0 -3.87288 0 0 -2.68724 0 0 -44.5419 -29.2902 -62.1264 -9.11509 -18.5811 8.99907 -23
-STDOUT_8521=0 -2.97411 0 0 -1.78904 0 0 -46.1722 -28.3953 -59.0912 -7.67401 -25.9814 7.99917 -24
-STDOUT_8522=0 -3.06308 0 0 -1.83068 0 0 -46.1722 -27.6447 -59.0912 -8.00027 -25.9814 8.99907 -24
-STDOUT_8523=0 -3.80489 0 0 -2.70462 0 0 -44.5419 -29.5189 -62.1264 -9.09421 -18.5811 7.99917 -23
-STDOUT_8524=0 -3.85195 0 0 -2.58054 0 0 -44.5419 -28.5615 -62.1264 -10.3639 -18.5811 7.99917 -23
-STDOUT_8525=0 -3.02817 0 0 -1.917 0 0 -46.1722 -27.6211 -59.0912 -7.95321 -25.9814 8.99907 -24
-STDOUT_8526=0 -2.61871 0 0 -2.01935 0 0 -46.1722 -28.2077 -59.0912 -8.39723 -25.9814 7.99917 -24
-STDOUT_8527=0 -3.80002 0 0 -2.80797 0 0 -44.5419 -29.311 -62.1264 -9.10504 -18.5811 8.99907 -23
-STDOUT_8528=0 -3.88219 0 0 -2.5653 0 0 -44.5419 -30.2003 -62.1264 -8.75706 -18.5811 8.99907 -23
-STDOUT_8529=0 -2.75301 0 0 -1.94561 0 0 -46.1722 -27.9491 -59.0912 -8.53848 -25.9814 8.99907 -24
-STDOUT_8530=0 -3.80328 0 0 -2.68602 0 0 -44.5419 -30.1566 -62.1265 -8.71316 -18.5811 8.99907 -23
-STDOUT_8531=0 -3.03749 0 0 -1.79505 0 0 -46.1722 -28.5312 -59.0912 -7.59518 -25.9815 8.99907 -24
-STDOUT_8532=0 -4.02553 0 0 -2.67213 0 0 -44.5419 -29.1612 -62.1264 -9.10422 -18.5811 7.99917 -23
-STDOUT_8533=0 -2.71811 0 0 -2.03192 0 0 -46.1722 -27.9255 -59.0912 -8.49142 -25.9814 8.99907 -24
-STDOUT_8534=0 -3.58973 0 0 -2.51884 0 0 -44.5419 -29.7526 -62.1264 -10.5037 -18.5811 7.99917 -23
-STDOUT_8535=0 -3.63605 0 0 -2.73925 0 0 -44.5419 -29.9162 -62.1265 -9.46922 -18.581 7.99917 -23
-STDOUT_8536=0 -3.88799 0 0 -2.68499 0 0 -44.5419 -29.815 -62.1264 -8.97767 -18.5811 8.99907 -23
-STDOUT_8537=0 -3.68138 0 0 -2.62386 0 0 -44.5419 -30.4082 -62.1264 -9.28421 -18.5811 7.99917 -23
-STDOUT_8538=0 -3.77035 0 0 -2.66551 0 0 -44.5419 -29.6577 -62.1264 -9.61047 -18.5811 8.99907 -23
-STDOUT_8539=0 -2.93341 0 0 -1.79395 0 0 -46.1722 -28.4126 -59.0912 -8.22318 -25.9814 8.99907 -24
-STDOUT_8540=0 -3.61986 0 0 -2.53951 0 0 -44.5419 -30.4518 -62.1264 -9.78617 -18.5811 8.99907 -23
-STDOUT_8541=0 -2.96701 0 0 -2.03772 0 0 -46.1722 -27.7462 -59.0912 -7.99745 -25.9814 8.99907 -24
-STDOUT_8542=0 -2.72742 0 0 -1.90998 0 0 -46.1722 -28.8355 -59.0912 -8.13338 -25.9815 8.99907 -24
-STDOUT_8543=0 -2.94361 0 0 -1.91364 0 0 -46.1722 -27.6893 -59.0912 -8.56378 -25.9814 8.99907 -24
-STDOUT_8544=0 -3.78694 0 0 -2.68388 0 0 -44.5419 -29.5333 -62.1264 -9.69086 -18.5811 8.99907 -23
-STDOUT_8545=0 -4.10295 0 0 -2.53839 0 0 -44.5419 -29.0984 -62.1264 -9.57706 -18.5811 7.99917 -23
-STDOUT_8546=0 -4.1121 0 0 -2.59867 0 0 -44.5419 -29.6953 -62.1264 -8.75453 -18.5811 8.99907 -23
-STDOUT_8547=0 -3.07838 0 0 -1.82214 0 0 -46.1722 -28.131 -59.0912 -8.00863 -25.9814 7.99917 -24
-STDOUT_8548=0 -3.73544 0 0 -2.75182 0 0 -44.5419 -29.634 -62.1264 -9.56341 -18.5811 8.99907 -23
-STDOUT_8549=0 -2.97027 0 0 -1.91578 0 0 -46.1722 -28.5918 -59.0912 -7.60556 -25.9814 8.99907 -24
-STDOUT_8550=0 -3.0375 0 0 -1.90845 0 0 -46.1722 -28.0772 -59.0912 -7.98093 -25.9814 7.99917 -24
-STDOUT_8551=0 -2.62335 0 0 -1.90888 0 0 -46.1722 -28.717 -59.0912 -8.76138 -25.9814 8.99907 -24
-STDOUT_8552=0 -4.13301 0 0 -2.55906 0 0 -44.5419 -29.8056 -62.1264 -8.8204 -18.5811 8.99907 -23
-STDOUT_8553=0 -3.82077 0 0 -2.80571 0 0 -44.5419 -29.8756 -62.1264 -8.98805 -18.5811 8.99907 -23
-STDOUT_8554=0 -2.65694 0 0 -2.15265 0 0 -46.1722 -28.0506 -59.0912 -8.53565 -25.9814 8.99907 -24
-STDOUT_8555=0 -3.81685 0 0 -2.80989 0 0 -44.5419 -29.8886 -62.1264 -8.99376 -18.5811 8.99907 -23
-STDOUT_8556=0 -2.63354 0 0 -2.02857 0 0 -46.1722 -27.9937 -59.0912 -9.10199 -25.9814 8.99907 -24
-STDOUT_8557=0 -3.74476 0 0 -2.62988 0 0 -44.5419 -30.5441 -62.1265 -9.20537 -18.5811 8.99907 -23
-STDOUT_8558=0 -2.75517 0 0 -1.93706 0 0 -46.1722 -28.4591 -59.0912 -8.55822 -25.9815 7.99917 -24
-STDOUT_8559=0 -2.97073 0 0 -1.93431 0 0 -46.1722 -28.5516 -59.0912 -7.76106 -25.9814 9.99896 -24
-STDOUT_8560=0 -3.7218 0 0 -2.79436 0 0 -44.5419 -30.197 -62.1264 -9.09906 -18.5811 7.99917 -23
-STDOUT_8561=0 -2.6602 0 0 -2.03071 0 0 -46.1722 -28.8962 -59.0912 -8.14376 -25.9814 8.99907 -24
-STDOUT_8562=0 -4.04487 0 0 -2.7194 0 0 -44.5419 -29.756 -62.1264 -8.76491 -18.5811 8.99907 -23
-STDOUT_8563=0 -2.72446 0 0 -2.02338 0 0 -46.1722 -28.4086 -59.0912 -8.51019 -25.9814 7.99917 -24
-STDOUT_8564=0 -3.19483 0 0 -1.848 0 0 -46.1722 -28.432 -59.0912 -7.53792 -25.9814 9.99896 -24
-STDOUT_8565=0 -3.82573 0 0 -2.72165 0 0 -44.5419 -30.1876 -62.1264 -9.11435 -18.5811 8.99907 -23
-STDOUT_8566=0 -3.0792 0 0 -1.78651 0 0 -46.1722 -28.7624 -59.0912 -7.80316 -25.9814 7.99917 -24
-STDOUT_8567=0 -2.96172 0 0 -1.92146 0 0 -46.1722 -28.6383 -59.0912 -7.88789 -25.9814 8.99907 -24
-STDOUT_8568=0 -3.64068 0 0 -2.62877 0 0 -44.5419 -30.4255 -62.1265 -9.83338 -18.5811 8.99907 -23
-STDOUT_8569=0 -3.71479 0 0 -2.67241 0 0 -44.5419 -30.4532 -62.1264 -9.42473 -18.5811 7.99917 -23
-STDOUT_8570=0 -3.67428 0 0 -2.87254 0 0 -44.5419 -29.7591 -62.1264 -9.60764 -18.5811 8.99907 -23
-STDOUT_8571=0 -2.66066 0 0 -2.04924 0 0 -46.1722 -28.856 -59.0912 -8.29926 -25.9814 9.99896 -24
-STDOUT_8572=0 -3.65088 0 0 -2.74846 0 0 -44.5419 -29.7023 -62.1264 -10.174 -18.5811 8.99907 -23
-STDOUT_8573=0 -3.78565 0 0 -2.65696 0 0 -44.5419 -30.1439 -62.1264 -9.61883 -18.5811 7.99917 -23
-STDOUT_8574=0 -3.61625 0 0 -2.64634 0 0 -44.5419 -30.1911 -62.1264 -10.1792 -18.5811 7.99917 -23
-STDOUT_8575=0 -3.67754 0 0 -2.7506 0 0 -44.5419 -30.6047 -62.1265 -9.21576 -18.5811 8.99907 -23
-STDOUT_8576=0 -2.97633 0 0 -2.02918 0 0 -46.1722 -28.2023 -59.0912 -8.02517 -25.9814 7.99917 -24
-STDOUT_8577=0 -2.95293 0 0 -1.90509 0 0 -46.1722 -28.1455 -59.0912 -8.5915 -25.9814 7.99917 -24
-STDOUT_8578=0 -3.66699 0 0 -2.72667 0 0 -44.5419 -30.3201 -62.1264 -9.6445 -18.5811 7.99917 -23
-STDOUT_8579=0 -2.98383 0 0 -2.03965 0 0 -46.1722 -28.3238 -59.0912 -7.88617 -25.9814 8.99907 -24
-STDOUT_8580=0 -3.74477 0 0 -2.74327 0 0 -44.5419 -30.0901 -62.1264 -9.59113 -18.5811 7.99917 -23
-STDOUT_8581=0 -3.09561 0 0 -1.84772 0 0 -46.1722 -28.4178 -59.0912 -8.07469 -25.9814 9.99896 -24
-STDOUT_8582=0 -2.88476 0 0 -1.96292 0 0 -46.1722 -28.7364 -59.0912 -8.07612 -25.9814 9.99896 -24
-STDOUT_8583=0 -3.66158 0 0 -2.53096 0 0 -44.5419 -30.6831 -62.1264 -9.99415 -18.5811 7.99917 -23
-STDOUT_8584=0 -3.75054 0 0 -2.5726 0 0 -44.5419 -29.9326 -62.1264 -10.3204 -18.5811 8.99907 -23
-STDOUT_8585=0 -2.65165 0 0 -2.03639 0 0 -46.1722 -28.9427 -59.0912 -8.4261 -25.9814 8.99907 -24
-STDOUT_8586=0 -4.1377 0 0 -2.66248 0 0 -44.5419 -29.4732 -62.1264 -9.20627 -18.5811 7.99917 -23
-STDOUT_8587=0 -3.01198 0 0 -1.90723 0 0 -46.1722 -28.8231 -59.0912 -7.81354 -25.9814 7.99917 -24
-STDOUT_8588=0 -3.7368 0 0 -2.70804 0 0 -44.5419 -30.5134 -62.1264 -9.40231 -18.5811 7.99917 -23
-STDOUT_8589=0 -3.0607 0 0 -1.93403 0 0 -46.1722 -28.3941 -59.0912 -8.02763 -25.9814 9.99896 -24
-STDOUT_8590=0 -3.678 0 0 -2.76913 0 0 -44.5419 -30.5646 -62.1265 -9.37126 -18.5811 9.99896 -23
-STDOUT_8591=0 -4.27455 0 0 -2.72062 0 0 -44.5419 -28.7903 -62.1264 -9.31927 -18.5811 8.99907 -23
-STDOUT_8592=0 -3.69712 0 0 -2.74734 0 0 -44.5419 -31.0192 -62.1265 -8.92696 -18.5811 8.99907 -23
-STDOUT_8593=0 -3.71564 0 0 -2.65891 0 0 -44.5419 -29.9089 -62.1264 -10.2734 -18.5811 8.99907 -23
-STDOUT_8594=0 -2.99272 0 0 -1.95141 0 0 -46.1722 -28.6228 -59.0912 -8.00675 -25.9814 8.99907 -24
-STDOUT_8595=0 -2.66329 0 0 -2.1441 0 0 -46.1722 -28.5338 -59.0912 -8.55442 -25.9814 7.99917 -24
-STDOUT_8596=0 -2.63989 0 0 -2.02002 0 0 -46.1722 -28.4769 -59.0912 -9.12076 -25.9814 7.99917 -24
-STDOUT_8597=0 -4.1944 0 0 -2.80543 0 0 -44.5419 -28.8442 -62.1264 -9.31414 -18.5811 8.99907 -23
-STDOUT_8598=0 -2.46272 0 0 -2.4846 0 0 -87.0303 -8.30986 -37.0805 -9.42761 -43.4436 11.9988 -36
-STDOUT_8599=0 -2.50407 0 0 -2.66272 0 0 -87.0303 -8.5344 -37.0805 -9.80784 -43.4436 12.9986 -36
-STDOUT_8600=0 -2.50249 0 0 -2.65529 0 0 -87.0303 -9.52385 -37.0805 -9.80053 -43.4436 12.9986 -36
-STDOUT_8601=0 -2.45827 0 0 -2.47717 0 0 -87.0303 -9.13717 -37.0805 -9.48971 -43.4436 11.9988 -36
-STDOUT_8602=0 -2.89544 0 0 -2.66383 0 0 -87.0303 -9.43401 -37.0805 -10.0445 -43.4436 13.9985 -36
-STDOUT_8603=0 -2.41977 0 0 -2.34823 0 0 -87.0303 -7.95567 -37.0805 -9.4092 -43.4436 10.9989 -36
-STDOUT_8604=0 -2.85123 0 0 -2.48571 0 0 -87.0303 -9.04734 -37.0805 -9.73366 -43.4436 12.9986 -36
-STDOUT_8605=0 -2.43019 0 0 -2.46757 0 0 -87.0303 -7.53684 -37.0805 -9.35319 -43.4436 10.9989 -36
-STDOUT_8606=0 -1.83007 0 0 -2.36013 0 0 -87.0303 -9.8646 -37.0805 -11.2177 -43.4436 12.9986 -36
-STDOUT_8607=0 -2.88962 0 0 -2.50423 0 0 -87.0303 -8.61605 -37.0805 -9.71113 -43.4436 12.9986 -36
-STDOUT_8608=0 -2.46112 0 0 -2.52635 0 0 -87.0303 -8.18021 -37.0805 -9.78942 -43.4436 11.9988 -36
-STDOUT_8609=0 -2.50382 0 0 -2.63564 0 0 -83.2052 -8.97002 -38.838 -9.98345 -46.1735 11.9988 -36
-STDOUT_8610=0 -2.47154 0 0 -2.64569 0 0 -87.0303 -7.76138 -37.0805 -9.73342 -43.4436 11.9988 -36
-STDOUT_8611=0 -1.87142 0 0 -2.53825 0 0 -87.0303 -10.0891 -37.0805 -11.598 -43.4436 13.9985 -36
-STDOUT_8612=0 -2.93097 0 0 -2.68235 0 0 -87.0303 -8.84059 -37.0805 -10.0914 -43.4436 13.9985 -36
-STDOUT_8613=0 -2.29549 0 0 -2.7164 0 0 -87.0303 -8.77892 -37.0805 -10.4196 -43.4436 12.9986 -36
-STDOUT_8614=0 -2.46549 0 0 -2.45752 0 0 -83.2052 -8.58235 -38.838 -9.68842 -46.1735 10.9989 -36
-STDOUT_8615=0 -2.44188 0 0 -2.46757 0 0 -87.0303 -7.64117 -37.0805 -9.40747 -43.4436 10.9989 -36
-STDOUT_8616=0 -2.70393 0 0 -2.36786 0 0 -87.0303 -8.3555 -37.0805 -9.61248 -43.4436 11.9988 -36
-STDOUT_8617=0 -2.45954 0 0 -2.51892 0 0 -87.0303 -9.16966 -37.0805 -9.78212 -43.4436 11.9988 -36
-STDOUT_8618=0 -2.33683 0 0 -2.89452 0 0 -87.0303 -9.00346 -37.0805 -10.7998 -43.4436 13.9985 -36
-STDOUT_8619=0 -2.61764 0 0 -2.56385 0 0 -87.0303 -8.85066 -37.0805 -10.1124 -43.4436 12.9986 -36
-STDOUT_8620=0 -2.50224 0 0 -2.62821 0 0 -83.2052 -9.95947 -38.838 -9.97615 -46.1735 11.9988 -36
-STDOUT_8621=0 -2.46996 0 0 -2.63825 0 0 -87.0303 -8.75082 -37.0805 -9.72611 -43.4436 11.9988 -36
-STDOUT_8622=0 -2.41532 0 0 -2.3408 0 0 -87.0303 -8.78299 -37.0805 -9.4713 -43.4436 10.9989 -36
-STDOUT_8623=0 -2.58274 0 0 -2.51889 0 0 -83.2052 -9.01373 -38.838 -10.0274 -46.1735 11.9988 -36
-STDOUT_8624=0 -1.86984 0 0 -2.53081 0 0 -87.0303 -11.0786 -37.0805 -11.5907 -43.4436 13.9985 -36
-STDOUT_8625=0 -2.92939 0 0 -2.67491 0 0 -87.0303 -9.83003 -37.0805 -10.084 -43.4436 13.9985 -36
-STDOUT_8626=0 -2.48323 0 0 -2.64569 0 0 -87.0303 -7.86571 -37.0805 -9.7877 -43.4436 11.9988 -36
-STDOUT_8627=0 -2.74528 0 0 -2.54598 0 0 -87.0303 -8.58003 -37.0805 -9.99271 -43.4436 12.9986 -36
-STDOUT_8628=0 -2.42574 0 0 -2.46013 0 0 -87.0303 -8.36415 -37.0805 -9.41529 -43.4436 10.9989 -36
-STDOUT_8629=0 -1.82562 0 0 -2.35269 0 0 -87.0303 -10.6919 -37.0805 -11.2798 -43.4436 12.9986 -36
-STDOUT_8630=0 -2.65898 0 0 -2.74197 0 0 -87.0303 -9.0752 -37.0805 -10.4926 -43.4436 13.9985 -36
-STDOUT_8631=0 -2.88518 0 0 -2.49679 0 0 -87.0303 -9.44336 -37.0805 -9.77323 -43.4436 12.9986 -36
-STDOUT_8632=0 -2.54441 0 0 -2.34078 0 0 -83.2052 -8.62605 -38.838 -9.73232 -46.1735 10.9989 -36
-STDOUT_8633=0 -2.33526 0 0 -2.88709 0 0 -87.0303 -9.9929 -37.0805 -10.7925 -43.4436 13.9985 -36
-STDOUT_8634=0 -2.46097 0 0 -2.45009 0 0 -83.2052 -9.41766 -38.838 -9.71139 -46.1735 10.9989 -36
-STDOUT_8635=0 -2.44512 0 0 -2.49927 0 0 -83.2052 -7.87353 -38.838 -9.82378 -46.1735 10.9989 -36
-STDOUT_8636=0 -2.29104 0 0 -2.70897 0 0 -87.0303 -9.60623 -37.0805 -10.4817 -43.4436 12.9986 -36
-STDOUT_8637=0 -2.58116 0 0 -2.51146 0 0 -83.2052 -10.0032 -38.838 -10.02 -46.1735 11.9988 -36
-STDOUT_8638=0 -2.45991 0 0 -2.6431 0 0 -83.2052 -9.71195 -38.838 -10.1216 -46.1735 11.9988 -36
-STDOUT_8639=0 -2.48165 0 0 -2.63825 0 0 -87.0303 -8.85515 -37.0805 -9.78039 -43.4436 11.9988 -36
-STDOUT_8640=0 -2.7437 0 0 -2.53854 0 0 -87.0303 -9.56948 -37.0805 -9.9854 -43.4436 12.9986 -36
-STDOUT_8641=0 -1.48866 0 0 -2.06367 0 0 -82.0014 -14.6131 -39.1543 -14.1005 -44.645 12.9986 -36
-STDOUT_8642=0 -2.6574 0 0 -2.73453 0 0 -87.0303 -10.0646 -37.0805 -10.4853 -43.4436 13.9985 -36
-STDOUT_8643=0 -2.40679 0 0 -2.32115 0 0 -83.2052 -7.48585 -38.838 -9.52875 -46.1735 9.99896 -36
-STDOUT_8644=0 -2.43744 0 0 -2.46013 0 0 -87.0303 -8.46848 -37.0805 -9.46958 -43.4436 10.9989 -36
-STDOUT_8645=0 -2.69948 0 0 -2.36042 0 0 -87.0303 -9.18281 -37.0805 -9.67459 -43.4436 11.9988 -36
-STDOUT_8646=0 -2.4602 0 0 -2.47605 0 0 -87.0303 -8.45329 -37.0805 -9.42823 -43.4436 10.9989 -36
-STDOUT_8647=0 -2.61319 0 0 -2.55641 0 0 -87.0303 -9.67797 -37.0805 -10.1745 -43.4436 12.9986 -36
-STDOUT_8648=0 -2.18834 0 0 -2.69897 0 0 -82.0014 -14.4761 -39.1543 -12.6542 -44.645 12.9986 -36
-STDOUT_8649=0 -2.44354 0 0 -2.49183 0 0 -83.2052 -8.86297 -38.838 -9.81647 -46.1735 10.9989 -36
-STDOUT_8650=0 -2.53989 0 0 -2.33334 0 0 -83.2052 -9.46137 -38.838 -9.75529 -46.1735 10.9989 -36
-STDOUT_8651=0 -1.53001 0 0 -2.24179 0 0 -82.0014 -14.8376 -39.1543 -14.4807 -44.645 13.9985 -36
-STDOUT_8652=0 -2.4981 0 0 -2.65417 0 0 -87.0303 -8.98698 -37.0805 -9.77998 -43.4436 11.9988 -36
-STDOUT_8653=0 -2.45833 0 0 -2.63566 0 0 -83.2052 -10.7014 -38.838 -10.1143 -46.1735 11.9988 -36
-STDOUT_8654=0 -2.22968 0 0 -2.87709 0 0 -82.0014 -14.7007 -39.1543 -13.0344 -44.645 13.9985 -36
-STDOUT_8655=0 -2.40227 0 0 -2.31372 0 0 -83.2052 -8.32117 -38.838 -9.55172 -46.1735 9.99896 -36
-STDOUT_8656=0 -1.52843 0 0 -2.23435 0 0 -82.0014 -15.8271 -39.1543 -14.4734 -44.645 13.9985 -36
-STDOUT_8657=0 -1.48422 0 0 -2.05624 0 0 -82.0014 -15.4404 -39.1543 -14.1626 -44.645 12.9986 -36
-STDOUT_8658=0 -2.22811 0 0 -2.86966 0 0 -82.0014 -15.6901 -39.1543 -13.0271 -44.645 13.9985 -36
-STDOUT_8659=0 -2.18389 0 0 -2.69154 0 0 -82.0014 -15.3035 -39.1543 -12.7163 -44.645 12.9986 -36
-STDOUT_8660=0 -2.85249 0 0 -2.52746 0 0 -87.0303 -9.07982 -37.0805 -10.0261 -43.4436 12.9986 -36
-STDOUT_8661=0 -2.8952 0 0 -2.63675 0 0 -83.2052 -9.86963 -38.838 -10.2201 -46.1735 12.9986 -36
-STDOUT_8662=0 -2.49122 0 0 -2.65267 0 0 -83.2052 -10.3558 -38.838 -10.7423 -46.1735 12.9986 -36
-STDOUT_8663=0 -2.86291 0 0 -2.6468 0 0 -87.0303 -8.66099 -37.0805 -9.97005 -43.4436 12.9986 -36
-STDOUT_8664=0 -2.80828 0 0 -2.34934 0 0 -87.0303 -8.69315 -37.0805 -9.71524 -43.4436 11.9988 -36
-STDOUT_8665=0 -2.26279 0 0 -2.53936 0 0 -87.0303 -10.9887 -37.0805 -11.8346 -43.4436 14.9984 -36
-STDOUT_8666=0 -1.78712 0 0 -2.22376 0 0 -87.0303 -9.51041 -37.0805 -11.1993 -43.4436 11.9988 -36
-STDOUT_8667=0 -3.32235 0 0 -2.68346 0 0 -87.0303 -9.7402 -37.0805 -10.328 -43.4436 14.9984 -36
-STDOUT_8668=0 -2.47906 0 0 -2.46498 0 0 -83.2052 -8.31438 -38.838 -9.96903 -46.1735 10.9989 -36
-STDOUT_8669=0 -2.8187 0 0 -2.46868 0 0 -87.0303 -8.27432 -37.0805 -9.65924 -43.4436 11.9988 -36
-STDOUT_8670=0 -2.21858 0 0 -2.36124 0 0 -87.0303 -10.6021 -37.0805 -11.5238 -43.4436 13.9985 -36
-STDOUT_8671=0 -1.79754 0 0 -2.34309 0 0 -87.0303 -9.09158 -37.0805 -11.1433 -43.4436 11.9988 -36
-STDOUT_8672=0 -3.27813 0 0 -2.50534 0 0 -87.0303 -9.35353 -37.0805 -10.0172 -43.4436 13.9985 -36
-STDOUT_8673=0 -2.8571 0 0 -2.48719 0 0 -87.0303 -7.84303 -37.0805 -9.63671 -43.4436 11.9988 -36
-STDOUT_8674=0 -2.8571 0 0 -2.48719 0 0 -87.0303 -7.84303 -37.0805 -9.63671 -43.4436 11.9988 -36
-STDOUT_8675=0 -2.25698 0 0 -2.37975 0 0 -87.0303 -10.1708 -37.0805 -11.5013 -43.4436 13.9985 -36
-STDOUT_8676=0 -2.45289 0 0 -2.47456 0 0 -83.2052 -9.96816 -38.838 -10.4473 -46.1735 11.9988 -36
-STDOUT_8677=0 -1.82847 0 0 -2.40188 0 0 -87.0303 -9.73495 -37.0805 -11.5796 -43.4436 12.9986 -36
-STDOUT_8678=0 -2.72792 0 0 -2.99086 0 0 -83.2052 -8.8504 -38.838 -9.76031 -46.1735 11.9988 -36
-STDOUT_8679=0 -2.38683 0 0 -2.3312 0 0 -87.0303 -7.22067 -37.0805 -9.38033 -43.4436 9.99896 -36
-STDOUT_8680=0 -2.72821 0 0 -2.89564 0 0 -87.0303 -9.90307 -37.0805 -11.0365 -43.4436 14.9984 -36
-STDOUT_8681=0 -2.85393 0 0 -2.45863 0 0 -83.2052 -9.32783 -38.838 -9.95533 -46.1735 11.9988 -36
-STDOUT_8682=0 -2.25254 0 0 -2.58003 0 0 -87.0303 -8.42473 -37.0805 -10.4012 -43.4436 11.9988 -36
-STDOUT_8683=0 -1.87117 0 0 -2.51117 0 0 -83.2052 -10.5248 -38.838 -11.7736 -46.1735 12.9986 -36
-STDOUT_8684=0 -1.83889 0 0 -2.52121 0 0 -87.0303 -9.31611 -37.0805 -11.5235 -43.4436 12.9986 -36
-STDOUT_8685=0 -2.93073 0 0 -2.65527 0 0 -83.2052 -9.27621 -38.838 -10.267 -46.1735 12.9986 -36
-STDOUT_8686=0 -2.48964 0 0 -2.64524 0 0 -83.2052 -11.3453 -38.838 -10.735 -46.1735 12.9986 -36
-STDOUT_8687=0 -2.89844 0 0 -2.66531 0 0 -87.0303 -8.06756 -37.0805 -10.0169 -43.4436 12.9986 -36
-STDOUT_8688=0 -2.89844 0 0 -2.66531 0 0 -87.0303 -8.06756 -37.0805 -10.0169 -43.4436 12.9987 -36
-STDOUT_8689=0 -2.29832 0 0 -2.55787 0 0 -87.0303 -10.3953 -37.0805 -11.8815 -43.4436 14.9984 -36
-STDOUT_8690=0 -2.684 0 0 -2.71752 0 0 -87.0303 -9.5164 -37.0805 -10.7256 -43.4436 13.9985 -36
-STDOUT_8691=0 -2.97411 0 0 -2.52001 0 0 -83.2052 -9.91334 -38.838 -10.264 -46.1735 12.9986 -36
-STDOUT_8692=0 -2.26296 0 0 -2.69937 0 0 -87.0303 -8.00589 -37.0805 -10.3452 -43.4436 11.9988 -36
-STDOUT_8693=0 -2.72239 0 0 -2.73603 0 0 -87.0303 -9.08511 -37.0805 -10.7031 -43.4436 13.9985 -36
-STDOUT_8694=0 -2.87461 0 0 -2.6468 0 0 -87.0303 -8.76532 -37.0805 -10.0243 -43.4436 12.9986 -36
-STDOUT_8695=0 -3.13665 0 0 -2.54709 0 0 -87.0303 -9.47964 -37.0805 -10.2293 -43.4436 13.9985 -36
-STDOUT_8696=0 -3.09728 0 0 -2.86155 0 0 -87.0303 -8.71055 -37.0805 -9.55008 -43.4436 12.9986 -36
-STDOUT_8697=0 -2.42818 0 0 -2.50932 0 0 -87.0303 -7.44521 -37.0805 -9.76055 -43.4436 10.9989 -36
-STDOUT_8698=-156 0 0 -46.034 0 0 -48.2303 -166.55 -51.735 -38.188 -24.8068 -20.9828 28.997 -31
-STDOUT_8699=-156 0 0 -45.2919 0 0 -49.1412 -162.725 -51.8521 -38.8193 -27.5754 -23.6747 28.997 -31
-STDOUT_8700=-162 0 0 -41.9433 0 0 -49.0007 -172.744 -61.7814 -38.84 -36.2134 -32.4649 28.997 -34
-STDOUT_8701=-158 0 0 -41.9433 0 0 -46.1322 -163.275 -61.7814 -38.84 -36.2134 -32.4649 28.997 -34
-STDOUT_8702=-162 0 0 -40.3689 0 0 -49.3409 -171.385 -64.2392 -38.84 -40.2635 -34.6038 28.997 -35
-STDOUT_8703=-162 0 0 -41.2012 0 0 -49.9117 -168.918 -61.8986 -39.4713 -38.982 -35.1569 28.997 -34
-STDOUT_8704=-158 0 0 -40.3689 0 0 -46.4724 -161.916 -64.2392 -38.84 -40.2635 -34.6038 28.997 -35
-STDOUT_8705=-158 0 0 -41.2012 0 0 -47.0432 -159.45 -61.8986 -39.4713 -38.982 -35.1569 28.997 -34
-STDOUT_8706=-162 0 0 -39.6268 0 0 -50.2519 -167.559 -64.3563 -39.4713 -43.032 -37.2957 28.997 -35
-STDOUT_8707=-158 0 0 -39.6268 0 0 -47.3834 -158.091 -64.3563 -39.4713 -43.032 -37.2957 28.997 -35
-STDOUT_8708=-156 0 0 -46.3081 0 0 -48.177 -168.763 -51.7708 -38.1501 -23.7054 -20.0521 28.997 -31
-STDOUT_8709=-156 0 0 -43.785 0 0 -41.017 -164.708 -53.7534 -40.7802 -29.2878 -24.605 28.997 -31
-STDOUT_8710=-162 0 0 -41.6691 0 0 -49.054 -172.27 -61.7456 -38.8779 -37.3149 -33.3955 28.997 -34
-STDOUT_8711=-162 0 0 -43.4973 0 0 -48.9038 -178.107 -57.0192 -38.5701 -30.46 -31.6459 28.997 -34
-STDOUT_8712=-158 0 0 -41.6691 0 0 -46.1855 -162.802 -61.7456 -38.8779 -37.3149 -33.3955 28.997 -34
-STDOUT_8713=-158 0 0 -43.4973 0 0 -46.0353 -168.639 -57.0192 -38.5701 -30.46 -31.6459 28.997 -34
-STDOUT_8714=-156 0 0 -45.5661 0 0 -49.088 -164.937 -51.8879 -38.7814 -26.4739 -22.7441 28.997 -31
-STDOUT_8715=-156 0 0 -43.0429 0 0 -41.928 -160.882 -53.8705 -41.4116 -32.0564 -27.297 28.997 -31
-STDOUT_8716=-162 0 0 -40.0947 0 0 -49.3942 -170.911 -64.2034 -38.8779 -41.3649 -35.5344 28.997 -35
-STDOUT_8717=-162 0 0 -40.927 0 0 -49.9649 -168.445 -61.8628 -39.5092 -40.0834 -36.0875 28.997 -34
-STDOUT_8718=-162 0 0 -41.504 0 0 -48.5484 -171.507 -62.8856 -38.84 -40.7414 -34.6038 28.997 -35
-STDOUT_8719=-162 0 0 -41.9229 0 0 -49.244 -176.748 -59.477 -38.5701 -34.5101 -33.7848 28.997 -35
-STDOUT_8720=-162 0 0 -42.7553 0 0 -49.8148 -174.282 -57.1364 -39.2014 -33.2286 -34.3379 28.997 -34
-STDOUT_8721=-158 0 0 -40.0947 0 0 -46.5257 -161.443 -64.2034 -38.8779 -41.3649 -35.5344 28.997 -35
-STDOUT_8722=-162 0 0 -39.6943 0 0 -41.7875 -170.901 -63.7998 -41.4322 -40.6944 -36.0871 28.997 -34
-STDOUT_8723=-158 0 0 -40.927 0 0 -47.0965 -158.977 -61.8628 -39.5092 -40.0834 -36.0875 28.997 -34
-STDOUT_8724=-158 0 0 -41.504 0 0 -45.6799 -162.038 -62.8856 -38.84 -40.7414 -34.6038 28.997 -35
-STDOUT_8725=-158 0 0 -41.9229 0 0 -46.3755 -167.28 -59.477 -38.5701 -34.5101 -33.7848 28.997 -35
-STDOUT_8726=-158 0 0 -42.7553 0 0 -46.9463 -164.814 -57.1364 -39.2014 -33.2286 -34.3379 28.997 -34
-STDOUT_8727=-158 0 0 -39.6943 0 0 -38.919 -161.433 -63.7998 -41.4322 -40.6944 -36.0871 28.997 -34
-STDOUT_8728=-162 0 0 -39.3526 0 0 -50.3051 -167.086 -64.3205 -39.5092 -44.1335 -38.2263 28.997 -35
-STDOUT_8729=-162 0 0 -39.9296 0 0 -48.8886 -170.148 -65.3434 -38.84 -44.7914 -36.7426 28.997 -36
-STDOUT_8730=-162 0 0 -40.7619 0 0 -49.4593 -167.682 -63.0028 -39.4713 -43.5099 -37.2957 28.997 -35
-STDOUT_8731=-162 0 0 -41.1809 0 0 -50.155 -172.923 -59.5942 -39.2014 -37.2786 -36.4768 28.997 -35
-STDOUT_8732=-156 0 0 -44.4596 0 0 -48.5705 -166.585 -54.1927 -38.188 -28.8569 -23.1216 28.997 -32
-STDOUT_8733=-158 0 0 -39.3526 0 0 -47.4367 -157.618 -64.3205 -39.5092 -44.1335 -38.2263 28.997 -35
-STDOUT_8734=-162 0 0 -38.9522 0 0 -42.6984 -167.076 -63.917 -42.0636 -43.4629 -38.7791 28.997 -34
-STDOUT_8735=-158 0 0 -39.9296 0 0 -46.0201 -160.679 -65.3434 -38.84 -44.7914 -36.7426 28.997 -36
-STDOUT_8736=-158 0 0 -40.7619 0 0 -46.5909 -158.213 -63.0028 -39.4713 -43.5099 -37.2957 28.997 -35
-STDOUT_8737=-158 0 0 -41.1809 0 0 -47.2865 -163.455 -59.5942 -39.2014 -37.2786 -36.4768 28.997 -35
-STDOUT_8738=-158 0 0 -38.9522 0 0 -39.8299 -157.608 -63.917 -42.0636 -43.4629 -38.7791 28.997 -34
-STDOUT_8739=-162 0 0 -39.1875 0 0 -49.7995 -166.322 -65.4605 -39.4713 -47.56 -39.4346 28.997 -36
-STDOUT_8740=-156 0 0 -43.7175 0 0 -49.4814 -162.76 -54.3099 -38.8193 -31.6254 -25.8136 28.997 -32
-STDOUT_8741=-158 0 0 -39.1875 0 0 -46.9311 -156.854 -65.4605 -39.4713 -47.56 -39.4346 28.997 -36
-STDOUT_8742=-162 0 0 -43.2231 0 0 -48.9571 -177.633 -56.9834 -38.6079 -31.5615 -32.5766 28.997 -34
-STDOUT_8743=-162 0 0 -40.6691 0 0 -49.0007 -171.507 -64.6189 -38.84 -41.7336 -34.6038 28.997 -35
-STDOUT_8744=-158 0 0 -43.2231 0 0 -46.0886 -168.165 -56.9834 -38.6079 -31.5615 -32.5766 28.997 -34
-STDOUT_8745=-156 0 0 -47.0856 0 0 -48.1857 -169.715 -49.3935 -37.9181 -24.4605 -22.3027 28.997 -32
-STDOUT_8746=-158 0 0 -40.6691 0 0 -46.1322 -162.038 -64.6189 -38.84 -41.7336 -34.6038 28.997 -35
-STDOUT_8747=-156 0 0 -44.0592 0 0 -40.9637 -166.92 -53.7892 -40.7423 -28.1864 -23.6744 28.997 -31
-STDOUT_8748=-162 0 0 -41.2298 0 0 -48.6017 -171.033 -62.8498 -38.8779 -41.8428 -35.5344 28.997 -35
-STDOUT_8749=-162 0 0 -41.6488 0 0 -49.2973 -176.274 -59.4412 -38.6079 -35.6116 -34.7154 28.997 -35
-STDOUT_8750=-162 0 0 -42.4811 0 0 -49.868 -173.808 -57.1006 -39.2393 -34.33 -35.2685 28.997 -34
-STDOUT_8751=-162 0 0 -43.058 0 0 -48.4515 -176.87 -58.1234 -38.5701 -34.988 -33.7848 28.997 -35
-STDOUT_8752=-162 0 0 -39.4201 0 0 -41.8407 -170.427 -63.764 -41.4701 -41.7959 -37.0178 28.997 -34
-STDOUT_8753=-162 0 0 -39.0947 0 0 -49.3409 -170.148 -67.0766 -38.84 -45.7837 -36.7426 28.997 -36
-STDOUT_8754=-156 0 0 -44.7597 0 0 -48.7462 -165.686 -54.5724 -38.188 -30.3271 -23.1216 28.997 -32
-STDOUT_8755=-162 0 0 -39.927 0 0 -49.9117 -167.682 -64.736 -39.4713 -44.5022 -37.2957 28.997 -35
-STDOUT_8756=-158 0 0 -41.2298 0 0 -45.7332 -161.565 -62.8498 -38.8779 -41.8428 -35.5344 28.997 -35
-STDOUT_8757=-158 0 0 -41.6488 0 0 -46.4288 -166.806 -59.4412 -38.6079 -35.6116 -34.7154 28.997 -35
-STDOUT_8758=-162 0 0 -41.2483 0 0 -41.6905 -176.264 -59.0376 -41.1623 -34.941 -35.2682 28.997 -34
-STDOUT_8759=-158 0 0 -42.4811 0 0 -46.9995 -164.34 -57.1006 -39.2393 -34.33 -35.2685 28.997 -34
-STDOUT_8760=-156 0 0 -46.3435 0 0 -49.0967 -165.89 -49.5106 -38.5494 -27.2291 -24.9946 28.997 -32
-STDOUT_8761=-158 0 0 -43.058 0 0 -45.583 -167.402 -58.1234 -38.5701 -34.988 -33.7848 28.997 -35
-STDOUT_8762=-158 0 0 -39.4201 0 0 -38.9722 -160.959 -63.764 -41.4701 -41.7959 -37.0178 28.997 -34
-STDOUT_8763=-158 0 0 -39.0947 0 0 -46.4724 -160.679 -67.0766 -38.84 -45.7837 -36.7426 28.997 -36
-STDOUT_8764=-158 0 0 -39.927 0 0 -47.0432 -158.213 -64.736 -39.4713 -44.5022 -37.2957 28.997 -35
-STDOUT_8765=-158 0 0 -41.2483 0 0 -38.8221 -166.796 -59.0376 -41.1623 -34.941 -35.2682 28.997 -34
-STDOUT_8766=-156 0 0 -43.3171 0 0 -41.8747 -163.095 -53.9063 -41.3737 -30.9549 -26.3663 28.997 -31
-STDOUT_8767=-162 0 0 -39.6554 0 0 -48.9419 -169.674 -65.3076 -38.8779 -45.8929 -37.6732 28.997 -36
-STDOUT_8768=-162 0 0 -40.4877 0 0 -49.5126 -167.208 -62.9669 -39.5092 -44.6114 -38.2264 28.997 -35
-STDOUT_8769=-162 0 0 -40.9067 0 0 -50.2082 -172.449 -59.5583 -39.2393 -38.3801 -37.4074 28.997 -35
-STDOUT_8770=-162 0 0 -41.4836 0 0 -48.7917 -175.511 -60.5812 -38.5701 -39.038 -35.9237 28.997 -36
-STDOUT_8771=-162 0 0 -42.3159 0 0 -49.3624 -173.045 -58.2406 -39.2014 -37.7565 -36.4768 28.997 -35
-STDOUT_8772=-162 0 0 -38.6781 0 0 -42.7517 -166.602 -63.8812 -42.1014 -44.5644 -39.7097 28.997 -34
-STDOUT_8773=-162 0 0 -38.3526 0 0 -50.2519 -166.322 -67.1938 -39.4713 -48.5522 -39.4346 28.997 -36
-STDOUT_8774=-158 0 0 -39.6554 0 0 -46.0734 -160.206 -65.3076 -38.8779 -45.8929 -37.6732 28.997 -36
-STDOUT_8775=-156 0 0 -44.0177 0 0 -49.6571 -161.861 -54.6895 -38.8193 -33.0956 -25.8136 28.997 -32
-STDOUT_8776=-162 0 0 -39.255 0 0 -41.3351 -169.664 -64.904 -41.4322 -45.2224 -38.226 28.997 -35
-STDOUT_8777=-158 0 0 -40.4877 0 0 -46.6441 -157.74 -62.9669 -39.5092 -44.6114 -38.2264 28.997 -35
-STDOUT_8778=-158 0 0 -40.9067 0 0 -47.3397 -162.981 -59.5583 -39.2393 -38.3801 -37.4074 28.997 -35
-STDOUT_8779=-162 0 0 -40.5063 0 0 -42.6015 -172.439 -59.1548 -41.7937 -37.7096 -37.9601 28.997 -34
-STDOUT_8780=-162 0 0 -41.1305 0 0 -48.4642 -173.154 -62.2278 -38.84 -39.9731 -35.2658 28.997 -35
-STDOUT_8781=-158 0 0 -41.4836 0 0 -45.9232 -166.043 -60.5812 -38.5701 -39.038 -35.9237 28.997 -36
-STDOUT_8782=-158 0 0 -42.3159 0 0 -46.4939 -163.577 -58.2406 -39.2014 -37.7565 -36.4768 28.997 -35
-STDOUT_8783=-158 0 0 -38.6781 0 0 -39.8832 -157.134 -63.8812 -42.1014 -44.5644 -39.7097 28.997 -34
-STDOUT_8784=-158 0 0 -38.3526 0 0 -47.3834 -156.854 -67.1938 -39.4713 -48.5522 -39.4346 28.997 -36
-STDOUT_8785=-158 0 0 -39.255 0 0 -38.4666 -160.196 -64.904 -41.4322 -45.2224 -38.226 28.997 -35
-STDOUT_8786=-156 0 0 -45.8872 0 0 -47.4796 -169.959 -52.811 -35.4071 -27.8182 -20.0845 28.997 -31
-STDOUT_8787=-158 0 0 -40.5063 0 0 -39.733 -162.971 -59.1548 -41.7937 -37.7096 -37.9601 28.997 -34
-STDOUT_8788=-158 0 0 -41.1305 0 0 -45.5957 -163.686 -62.2278 -38.84 -39.9731 -35.2658 28.997 -35
-STDOUT_8789=-162 0 0 -38.9133 0 0 -49.8528 -165.849 -65.4247 -39.5092 -48.6614 -40.3652 28.997 -36
-STDOUT_8790=-158 0 0 -40.8731 0 0 -45.8637 -162.502 -64.5569 -40.7493 -37.8405 -33.3029 28.997 -34
-STDOUT_8791=-162 0 0 -40.7415 0 0 -49.7026 -171.686 -60.6983 -39.2014 -41.8066 -38.6156 28.997 -36
-STDOUT_8792=-156 0 0 -45.9273 0 0 -48.1612 -166.662 -51.7031 -37.995 -26.9442 -22.6938 28.997 -31
-STDOUT_8793=-158 0 0 -38.9133 0 0 -46.9843 -156.381 -65.4247 -39.5092 -48.6614 -40.3652 28.997 -36
-STDOUT_8794=-156 0 0 -46.9733 0 0 -48.2553 -164.785 -53.234 -40.2617 -25.3602 -22.1842 28.997 -31
-STDOUT_8795=-162 0 0 -38.5129 0 0 -42.2461 -165.839 -65.0212 -42.0636 -47.9909 -40.918 28.997 -35
-STDOUT_8796=-162 0 0 -39.5561 0 0 -48.8044 -171.795 -64.6855 -38.84 -44.0231 -37.4047 28.997 -36
-STDOUT_8797=-156 0 0 -44.7337 0 0 -48.5172 -168.797 -54.2285 -38.1501 -27.7554 -22.191 28.997 -32
-STDOUT_8798=FEATURES_TXT_END_0
-STDOUT_8799=FEATURES_TXT_BEGIN_0 9 300 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_8800=0 -9.11029 0 0 -8.19133 0 0 -161.658 -77.0233 -130.955 -28.1401 -68.1689 20.9978 -41
-STDOUT_8801=0 -8.3898 0 0 -10.4006 0 0 -164.856 -71.0776 -125.734 -24.4895 -64.5253 18.998 -41
-STDOUT_8802=0 -8.84906 0 0 -10.6393 0 0 -165.453 -70.8234 -124.652 -22.4591 -62.7051 18.998 -40
-STDOUT_8803=0 -9.14095 0 0 -7.34667 0 0 -161.658 -79.8051 -130.955 -28.3452 -68.1689 20.9978 -41
-STDOUT_8804=0 -8.42046 0 0 -9.55594 0 0 -164.856 -73.8594 -125.734 -24.6945 -64.5253 18.998 -41
-STDOUT_8805=0 -9.44676 0 0 -8.5278 0 0 -152.992 -92.5855 -139.45 -34.5658 -67.3579 21.9977 -41
-STDOUT_8806=0 -8.87972 0 0 -9.7946 0 0 -165.453 -73.6051 -124.652 -22.6642 -62.7051 18.998 -40
-STDOUT_8807=0 -8.72628 0 0 -10.7371 0 0 -156.19 -86.6399 -134.228 -30.9152 -63.7144 19.9979 -41
-STDOUT_8808=0 -9.18553 0 0 -10.9757 0 0 -156.787 -86.3856 -133.146 -28.8848 -61.8941 19.9979 -40
-STDOUT_8809=0 -9.47742 0 0 -7.68314 0 0 -152.992 -95.3673 -139.45 -34.7708 -67.3579 21.9977 -41
-STDOUT_8810=0 -8.75693 0 0 -9.89241 0 0 -156.19 -89.4216 -134.228 -31.1202 -63.7144 19.9979 -41
-STDOUT_8811=0 -9.21619 0 0 -10.1311 0 0 -156.787 -89.1674 -133.146 -29.0898 -61.8941 19.9979 -40
-STDOUT_8812=0 -8.36877 0 0 -10.1715 0 0 -168.882 -65.8002 -120.396 -22.6881 -62.8568 18.998 -41
-STDOUT_8813=0 -8.77104 0 0 -7.93828 0 0 -166.165 -69.9987 -126.045 -24.6434 -70.8521 19.9979 -43
-STDOUT_8814=0 -8.93017 0 0 -7.99214 0 0 -161.819 -79.4099 -133.904 -28.5985 -63.6594 19.9979 -40
-STDOUT_8815=0 -9.2303 0 0 -8.17695 0 0 -166.762 -69.7445 -124.963 -22.6131 -69.0318 19.9979 -42
-STDOUT_8816=0 -8.39943 0 0 -9.3268 0 0 -168.882 -68.5819 -120.396 -22.8932 -62.8568 18.998 -41
-STDOUT_8817=0 -8.8017 0 0 -7.09362 0 0 -166.165 -72.7805 -126.045 -24.8485 -70.8521 19.9979 -43
-STDOUT_8818=0 -8.96083 0 0 -7.14748 0 0 -161.819 -82.1917 -133.904 -28.8036 -63.6594 19.9979 -40
-STDOUT_8819=0 -9.21275 0 0 -7.88616 0 0 -161.658 -78.3933 -130.955 -28.8299 -68.1689 20.9978 -41
-STDOUT_8820=0 -9.26096 0 0 -7.33228 0 0 -166.762 -72.5262 -124.963 -22.8181 -69.0318 19.9979 -42
-STDOUT_8821=0 -8.70524 0 0 -10.5079 0 0 -160.216 -81.3624 -128.89 -29.1138 -62.0459 19.9979 -41
-STDOUT_8822=0 -8.49226 0 0 -10.0954 0 0 -164.856 -72.4477 -125.734 -25.1793 -64.5253 18.998 -41
-STDOUT_8823=0 -9.10752 0 0 -8.27476 0 0 -157.498 -85.5609 -134.54 -31.0691 -70.0411 20.9978 -43
-STDOUT_8824=0 -9.26664 0 0 -8.32861 0 0 -153.152 -94.9721 -142.398 -35.0242 -62.8484 20.9978 -40
-STDOUT_8825=0 -9.36396 0 0 -8.43213 0 0 -161.658 -77.2494 -130.955 -27.8549 -68.1689 21.9977 -41
-STDOUT_8826=0 -8.95152 0 0 -10.3341 0 0 -165.453 -72.1934 -124.652 -23.1489 -62.7051 18.998 -40
-STDOUT_8827=0 -9.56677 0 0 -8.51342 0 0 -158.096 -85.3067 -133.458 -29.0387 -68.2208 20.9978 -42
-STDOUT_8828=0 -8.7359 0 0 -9.66327 0 0 -160.216 -84.1442 -128.89 -29.3188 -62.0459 19.9979 -41
-STDOUT_8829=0 -8.64347 0 0 -10.6414 0 0 -164.856 -71.3038 -125.734 -24.2043 -64.5253 19.9979 -41
-STDOUT_8830=0 -9.13818 0 0 -7.43009 0 0 -157.498 -88.3427 -134.54 -31.2742 -70.0411 20.9978 -43
-STDOUT_8831=0 -9.10273 0 0 -10.8801 0 0 -165.453 -71.0495 -124.652 -22.1739 -62.7051 19.9979 -40
-STDOUT_8832=0 -9.2973 0 0 -7.48395 0 0 -153.152 -97.7539 -142.398 -35.2293 -62.8484 20.9978 -40
-STDOUT_8833=0 -9.54922 0 0 -8.22263 0 0 -152.992 -93.9555 -139.45 -35.2556 -67.3579 21.9977 -41
-STDOUT_8834=0 -9.39462 0 0 -7.58747 0 0 -161.658 -80.0312 -130.955 -28.06 -68.1689 21.9977 -41
-STDOUT_8835=0 -9.59743 0 0 -7.66876 0 0 -158.096 -88.0884 -133.458 -29.2438 -68.2208 20.9978 -42
-STDOUT_8836=0 -9.51362 0 0 -8.32267 0 0 -161.658 -78.043 -130.955 -27.218 -68.1689 20.9978 -41
-STDOUT_8837=0 -8.75001 0 0 -7.70914 0 0 -170.191 -64.7213 -120.707 -22.8421 -69.1836 19.9979 -43
-STDOUT_8838=0 -8.82873 0 0 -10.4319 0 0 -156.19 -88.0099 -134.228 -31.6049 -63.7144 19.9979 -41
-STDOUT_8839=0 -8.67413 0 0 -9.79674 0 0 -164.856 -74.0855 -125.734 -24.4094 -64.5253 19.9979 -41
-STDOUT_8840=0 -8.79313 0 0 -10.5319 0 0 -164.856 -72.0974 -125.734 -23.5673 -64.5253 18.998 -41
-STDOUT_8841=0 -9.70043 0 0 -8.7686 0 0 -152.992 -92.8117 -139.45 -34.2806 -67.3579 22.9976 -41
-STDOUT_8842=0 -9.28799 0 0 -10.6706 0 0 -156.787 -87.7556 -133.146 -29.5746 -61.8941 19.9979 -40
-STDOUT_8843=0 -9.13339 0 0 -10.0354 0 0 -165.453 -73.8313 -124.652 -22.379 -62.7051 19.9979 -40
-STDOUT_8844=0 -8.59093 0 0 -7.73909 0 0 -166.326 -72.3853 -128.993 -25.1018 -66.3426 18.998 -42
-STDOUT_8845=0 -9.54428 0 0 -7.47801 0 0 -161.658 -80.8248 -130.955 -27.423 -68.1689 20.9978 -41
-STDOUT_8846=0 -8.78067 0 0 -6.86448 0 0 -170.191 -67.503 -120.707 -23.0471 -69.1836 19.9979 -43
-STDOUT_8847=0 -8.97994 0 0 -10.9779 0 0 -156.19 -86.866 -134.228 -30.63 -63.7144 20.9978 -41
-STDOUT_8848=0 -9.77904 0 0 -9.62642 0 0 -152.992 -92.0438 -139.45 -32.0464 -67.3579 21.9977 -41
-STDOUT_8849=0 -9.05018 0 0 -7.97775 0 0 -166.923 -72.1311 -127.911 -23.0715 -64.5223 18.998 -41
-STDOUT_8850=0 -9.4392 0 0 -11.2165 0 0 -156.787 -86.6118 -133.146 -28.5996 -61.8941 20.9978 -40
-STDOUT_8851=0 -8.82379 0 0 -9.68728 0 0 -164.856 -74.8791 -125.734 -23.7724 -64.5253 18.998 -41
-STDOUT_8852=0 -9.05855 0 0 -11.8357 0 0 -156.19 -86.0982 -134.228 -28.3958 -63.7144 19.9979 -41
-STDOUT_8853=0 -9.73109 0 0 -7.92394 0 0 -152.992 -95.5934 -139.45 -34.4857 -67.3579 22.9976 -41
-STDOUT_8854=0 -8.47123 0 0 -9.86629 0 0 -168.882 -67.1702 -120.396 -23.3779 -62.8568 18.998 -41
-STDOUT_8855=0 -9.85009 0 0 -8.65914 0 0 -152.992 -93.6053 -139.45 -33.6436 -67.3579 21.9977 -41
-STDOUT_8856=0 -9.08648 0 0 -8.04561 0 0 -161.525 -80.2835 -129.202 -29.2677 -68.3726 20.9978 -43
-STDOUT_8857=0 -9.56954 0 0 -8.42999 0 0 -162.943 -76.769 -129.873 -26.1097 -66.3486 20.9978 -40
-STDOUT_8858=0 -8.62159 0 0 -6.89443 0 0 -166.326 -75.1671 -128.993 -25.3069 -66.3426 18.998 -42
-STDOUT_8859=0 -8.8735 0 0 -7.63311 0 0 -166.165 -71.3687 -126.045 -25.3332 -70.8521 19.9979 -43
-STDOUT_8860=0 -9.0106 0 0 -10.1332 0 0 -156.19 -89.6478 -134.228 -30.835 -63.7144 20.9978 -41
-STDOUT_8861=0 -9.8097 0 0 -8.78175 0 0 -152.992 -94.8256 -139.45 -32.2515 -67.3579 21.9977 -41
-STDOUT_8862=0 -9.03263 0 0 -7.68697 0 0 -161.819 -80.7799 -133.904 -29.2883 -63.6594 19.9979 -40
-STDOUT_8863=0 -9.12961 0 0 -10.8684 0 0 -156.19 -87.6596 -134.228 -29.993 -63.7144 19.9979 -41
-STDOUT_8864=0 -9.08084 0 0 -7.13309 0 0 -166.923 -74.9128 -127.911 -23.2765 -64.5223 18.998 -41
-STDOUT_8865=0 -9.33276 0 0 -7.87178 0 0 -166.762 -71.1145 -124.963 -23.3029 -69.0318 19.9979 -42
-STDOUT_8866=0 -9.46986 0 0 -10.3719 0 0 -156.787 -89.3935 -133.146 -28.8047 -61.8941 20.9978 -40
-STDOUT_8867=0 -8.62244 0 0 -10.4123 0 0 -168.882 -66.0263 -120.396 -22.4029 -62.8568 19.9979 -41
-STDOUT_8868=0 -9.11527 0 0 -7.54721 0 0 -161.658 -81.2787 -130.955 -28.5662 -68.1689 21.9977 -41
-STDOUT_8869=0 -9.08921 0 0 -10.991 0 0 -156.19 -88.8799 -134.228 -28.6008 -63.7144 19.9979 -41
-STDOUT_8870=0 -8.9274 0 0 -8.07556 0 0 -157.659 -87.9476 -137.488 -31.5275 -65.5316 19.9979 -42
-STDOUT_8871=0 -9.88075 0 0 -7.81448 0 0 -152.992 -96.387 -139.45 -33.8487 -67.3579 21.9977 -41
-STDOUT_8872=0 -9.11714 0 0 -7.20095 0 0 -161.525 -83.0652 -129.202 -29.4728 -68.3726 20.9978 -43
-STDOUT_8873=0 -9.02471 0 0 -8.17908 0 0 -166.165 -70.2248 -126.045 -24.3583 -70.8521 20.9978 -43
-STDOUT_8874=0 -9.6002 0 0 -7.58533 0 0 -162.943 -79.5508 -129.873 -26.3148 -66.3486 20.9978 -40
-STDOUT_8875=0 -9.18384 0 0 -8.23294 0 0 -161.819 -79.636 -133.904 -28.3134 -63.6594 20.9978 -40
-STDOUT_8876=0 -8.39479 0 0 -9.75649 0 0 -164.856 -75.3331 -125.734 -24.9156 -64.5253 19.9979 -41
-STDOUT_8877=0 -9.38666 0 0 -8.31423 0 0 -158.256 -87.6933 -136.406 -29.4972 -63.7113 19.9979 -41
-STDOUT_8878=0 -9.48397 0 0 -8.41775 0 0 -166.762 -69.9706 -124.963 -22.3279 -69.0318 20.9978 -42
-STDOUT_8879=0 -9.16026 0 0 -10.0237 0 0 -156.19 -90.4414 -134.228 -30.1981 -63.7144 19.9979 -41
-STDOUT_8880=0 -9.01118 0 0 -12.0743 0 0 -156.787 -86.182 -133.146 -28.0914 -61.8941 19.9979 -40
-STDOUT_8881=0 -8.85404 0 0 -9.99515 0 0 -165.453 -75.0788 -124.652 -22.8852 -62.7051 19.9979 -40
-STDOUT_8882=0 -9.33847 0 0 -8.39188 0 0 -161.658 -77.9151 -130.955 -28.6243 -68.1689 21.9977 -41
-STDOUT_8883=0 -8.8077 0 0 -10.2028 0 0 -160.216 -82.7324 -128.89 -29.8036 -62.0459 19.9979 -41
-STDOUT_8884=0 -8.6531 0 0 -9.5676 0 0 -168.882 -68.8081 -120.396 -22.608 -62.8568 19.9979 -41
-STDOUT_8885=0 -8.7721 0 0 -10.3028 0 0 -168.882 -66.8199 -120.396 -21.766 -62.8568 18.998 -41
-STDOUT_8886=0 -9.60468 0 0 -8.86428 0 0 -155.067 -91.4248 -138.68 -31.3533 -65.412 21.9977 -41
-STDOUT_8887=0 -9.90602 0 0 -8.76647 0 0 -154.277 -92.3313 -138.368 -32.5354 -65.5377 21.9977 -40
-STDOUT_8888=0 -8.95806 0 0 -7.2309 0 0 -157.659 -90.7293 -137.488 -31.7326 -65.5316 19.9979 -42
-STDOUT_8889=0 -8.26925 0 0 -10.1519 0 0 -168.882 -67.5221 -120.396 -23.2831 -62.8568 18.998 -41
-STDOUT_8890=0 -9.20997 0 0 -7.96959 0 0 -157.498 -86.9309 -134.54 -31.7589 -70.0411 20.9978 -43
-STDOUT_8891=0 -9.05537 0 0 -7.33442 0 0 -166.165 -73.0066 -126.045 -24.5633 -70.8521 20.9978 -43
-STDOUT_8892=0 -8.61798 0 0 -10.6011 0 0 -164.856 -71.9694 -125.734 -24.9737 -64.5253 19.9979 -41
-STDOUT_8893=0 -9.17437 0 0 -8.06962 0 0 -166.165 -71.0184 -126.045 -23.7213 -70.8521 19.9979 -43
-STDOUT_8894=0 -9.3691 0 0 -8.02344 0 0 -153.152 -96.3421 -142.398 -35.714 -62.8484 20.9978 -40
-STDOUT_8895=0 -9.2145 0 0 -7.38828 0 0 -161.819 -82.4178 -133.904 -28.5184 -63.6594 20.9978 -40
-STDOUT_8896=0 -9.41731 0 0 -7.46956 0 0 -158.256 -90.4751 -136.406 -29.7022 -63.7113 19.9979 -41
-STDOUT_8897=0 -9.3335 0 0 -8.12347 0 0 -161.819 -80.4296 -133.904 -27.6764 -63.6594 19.9979 -40
-STDOUT_8898=0 -8.56989 0 0 -7.50994 0 0 -170.352 -67.1079 -123.655 -23.3005 -64.6741 18.998 -42
-STDOUT_8899=0 -8.8842 0 0 -11.0735 0 0 -158.265 -85.4791 -133.458 -27.7026 -61.7685 19.9979 -41
-STDOUT_8900=0 -8.54897 0 0 -9.44157 0 0 -216.141 -40.9524 -98.0198 -35.8504 -131.671 22.9976 -67
-STDOUT_8901=0 -8.54118 0 0 -9.64212 0 0 -216.141 -41.8339 -98.0199 -36.1993 -131.671 23.9975 -67
-STDOUT_8902=0 -8.53406 0 0 -10.2356 0 0 -217.462 -38.3056 -98.4409 -34.3707 -138.436 21.9977 -68
-STDOUT_8903=0 -8.52626 0 0 -10.4361 0 0 -217.462 -39.1871 -98.4409 -34.7195 -138.436 22.9976 -68
-STDOUT_8904=0 -9.02058 0 0 -10.2529 0 0 -224.332 -44.2625 -95.4187 -35.0881 -123.369 23.9975 -67
-STDOUT_8905=0 -9.01278 0 0 -10.4535 0 0 -224.332 -45.144 -95.4187 -35.4369 -123.369 24.9974 -67
-STDOUT_8906=0 -8.53387 0 0 -9.27387 0 0 -214.472 -40.3048 -97.4685 -32.891 -123.01 22.9976 -65
-STDOUT_8907=0 -9.00566 0 0 -11.047 0 0 -225.654 -41.6157 -95.8397 -33.6083 -130.134 22.9976 -68
-STDOUT_8908=0 -8.99787 0 0 -11.2475 0 0 -225.654 -42.4972 -95.8397 -33.9572 -130.134 23.9975 -68
-STDOUT_8909=0 -8.52669 0 0 -9.47442 0 0 -214.472 -42.035 -97.4685 -33.2136 -123.01 23.9975 -65
-STDOUT_8910=0 -8.2418 0 0 -9.29476 0 0 -216.141 -40.6939 -98.0198 -36.0845 -131.671 21.9977 -67
-STDOUT_8911=0 -8.23401 0 0 -9.4953 0 0 -216.141 -41.5754 -98.0199 -36.4334 -131.671 22.9976 -67
-STDOUT_8912=0 -8.51896 0 0 -10.0679 0 0 -215.794 -37.658 -97.8896 -31.4113 -129.775 21.9977 -66
-STDOUT_8913=0 -8.2953 0 0 -9.20077 0 0 -216.141 -40.7263 -98.0198 -36.1356 -131.671 21.9977 -67
-STDOUT_8914=0 -8.51178 0 0 -10.2684 0 0 -215.794 -39.3882 -97.8896 -31.7338 -129.775 22.9976 -66
-STDOUT_8915=0 -8.28751 0 0 -9.40132 0 0 -216.141 -41.6078 -98.0199 -36.4844 -131.671 22.9976 -67
-STDOUT_8916=0 -9.00548 0 0 -10.0852 0 0 -222.664 -43.6149 -94.8674 -32.1287 -114.707 23.9975 -65
-STDOUT_8917=0 -8.22689 0 0 -10.0888 0 0 -217.462 -38.0471 -98.4409 -34.6048 -138.436 20.9978 -68
-STDOUT_8918=0 -8.2191 0 0 -10.2893 0 0 -217.462 -38.9286 -98.4409 -34.9537 -138.436 21.9977 -68
-STDOUT_8919=0 -9.29432 0 0 -9.45286 0 0 -216.322 -46.1016 -95.3233 -33.8543 -104.69 24.9974 -63
-STDOUT_8920=0 -9.28653 0 0 -9.6534 0 0 -216.322 -46.9831 -95.3233 -34.2032 -104.69 25.9973 -63
-STDOUT_8921=0 -8.9983 0 0 -10.2858 0 0 -222.664 -45.3451 -94.8674 -32.4513 -114.707 24.9974 -65
-STDOUT_8922=0 -8.71341 0 0 -10.1061 0 0 -224.332 -44.004 -95.4187 -35.3222 -123.369 22.9976 -67
-STDOUT_8923=0 -8.28039 0 0 -9.99479 0 0 -217.462 -38.0795 -98.4409 -34.6558 -138.436 20.9978 -68
-STDOUT_8924=0 -8.70562 0 0 -10.3067 0 0 -224.332 -44.8855 -95.4187 -35.6711 -123.369 23.9975 -67
-STDOUT_8925=0 -8.27259 0 0 -10.1953 0 0 -217.462 -38.9609 -98.4409 -35.0047 -138.436 21.9977 -68
-STDOUT_8926=0 -8.99056 0 0 -10.8793 0 0 -223.985 -40.9681 -95.2884 -30.649 -121.473 22.9976 -66
-STDOUT_8927=0 -9.27941 0 0 -10.2469 0 0 -217.643 -43.4548 -95.7444 -32.3746 -111.455 23.9975 -64
-STDOUT_8928=0 -9.27162 0 0 -10.4474 0 0 -217.643 -44.3363 -95.7444 -32.7234 -111.455 24.9974 -64
-STDOUT_8929=0 -8.2267 0 0 -9.12706 0 0 -214.472 -40.0463 -97.4685 -33.1252 -123.01 21.9977 -65
-STDOUT_8930=0 -8.76691 0 0 -10.0121 0 0 -224.332 -44.0364 -95.4187 -35.3732 -123.369 22.9976 -67
-STDOUT_8931=0 -8.98338 0 0 -11.0798 0 0 -223.985 -42.6983 -95.2884 -30.9715 -121.473 23.9975 -66
-STDOUT_8932=0 -8.75911 0 0 -10.2127 0 0 -224.332 -44.9179 -95.4187 -35.7221 -123.369 23.9975 -67
-STDOUT_8933=0 -8.6985 0 0 -10.9001 0 0 -225.654 -41.3572 -95.8397 -33.8425 -130.134 21.9977 -68
-STDOUT_8934=0 -8.6907 0 0 -11.1007 0 0 -225.654 -42.2387 -95.8397 -34.1914 -130.134 22.9976 -68
-STDOUT_8935=0 -8.21953 0 0 -9.3276 0 0 -214.472 -41.7766 -97.4685 -33.4477 -123.01 22.9976 -65
-STDOUT_8936=0 -8.2802 0 0 -9.03307 0 0 -214.472 -40.0787 -97.4685 -33.1762 -123.01 21.9977 -65
-STDOUT_8937=0 -8.21179 0 0 -9.92108 0 0 -215.794 -37.3995 -97.8896 -31.6454 -129.775 20.9978 -66
-STDOUT_8938=0 -9.27922 0 0 -9.28516 0 0 -214.653 -45.454 -94.772 -30.8949 -96.0285 24.9974 -61
-STDOUT_8939=0 -8.75199 0 0 -10.8062 0 0 -225.654 -41.3896 -95.8397 -33.8935 -130.134 21.9977 -68
-STDOUT_8940=0 -8.7442 0 0 -11.0067 0 0 -225.654 -42.271 -95.8397 -34.2424 -130.134 22.9976 -68
-STDOUT_8941=0 -8.27302 0 0 -9.23361 0 0 -214.472 -41.8089 -97.4685 -33.4987 -123.01 22.9976 -65
-STDOUT_8942=0 -8.85205 0 0 -9.90257 0 0 -213.776 -49.0802 -95.6333 -36.9902 -126.908 23.9975 -66
-STDOUT_8943=0 -7.98814 0 0 -9.05396 0 0 -216.141 -40.4678 -98.0198 -36.3697 -131.671 20.9978 -67
-STDOUT_8944=0 -8.20461 0 0 -10.1216 0 0 -215.794 -39.1297 -97.8896 -31.968 -129.775 21.9977 -66
-STDOUT_8945=0 -8.84426 0 0 -10.1031 0 0 -213.776 -49.9617 -95.6333 -37.3391 -126.908 24.9974 -66
-STDOUT_8946=0 -7.98034 0 0 -9.2545 0 0 -216.141 -41.3493 -98.0199 -36.7186 -131.671 21.9977 -67
-STDOUT_8947=0 -8.69831 0 0 -9.93841 0 0 -222.664 -43.3564 -94.8674 -32.3629 -114.707 22.9976 -65
-STDOUT_8948=0 -9.27205 0 0 -9.4857 0 0 -214.653 -47.1842 -94.772 -31.2175 -96.0285 25.9973 -61
-STDOUT_8949=0 -8.26529 0 0 -9.82709 0 0 -215.794 -37.4318 -97.8896 -31.6965 -129.775 20.9978 -66
-STDOUT_8950=0 -8.71423 0 0 -9.54349 0 0 -216.141 -41.3056 -98.0198 -36.0321 -131.671 22.9976 -67
-STDOUT_8951=0 -8.98716 0 0 -9.30604 0 0 -216.322 -45.8431 -95.3233 -34.0884 -104.69 23.9975 -63
-STDOUT_8952=0 -8.70643 0 0 -9.74403 0 0 -216.141 -42.1871 -98.0199 -36.3809 -131.671 23.9975 -67
-STDOUT_8953=0 -8.97936 0 0 -9.50659 0 0 -216.322 -46.7246 -95.3233 -34.4373 -104.69 24.9974 -63
-STDOUT_8954=0 -9.26431 0 0 -10.0792 0 0 -215.975 -42.8072 -95.1931 -29.4152 -102.794 23.9975 -62
-STDOUT_8955=0 -8.69113 0 0 -10.139 0 0 -222.664 -45.0867 -94.8674 -32.6854 -114.707 23.9975 -65
-STDOUT_8956=0 -8.25811 0 0 -10.0276 0 0 -215.794 -39.1621 -97.8896 -32.019 -129.775 21.9977 -66
-STDOUT_8957=0 -8.75181 0 0 -9.84443 0 0 -222.664 -43.3888 -94.8674 -32.4139 -114.707 22.9976 -65
-STDOUT_8958=0 -8.83714 0 0 -10.6966 0 0 -215.097 -46.4334 -96.0543 -35.5105 -133.674 22.9976 -67
-STDOUT_8959=0 -7.97322 0 0 -9.84798 0 0 -217.462 -37.821 -98.4409 -34.89 -138.436 19.9979 -68
-STDOUT_8960=0 -8.82934 0 0 -10.8971 0 0 -215.098 -47.3148 -96.0543 -35.8594 -133.674 23.9975 -67
-STDOUT_8961=0 -7.96543 0 0 -10.0485 0 0 -217.462 -38.7024 -98.4409 -35.2388 -138.436 20.9978 -68
-STDOUT_8962=0 -8.6834 0 0 -10.7324 0 0 -223.985 -40.7096 -95.2884 -30.8831 -121.473 21.9977 -66
-STDOUT_8963=0 -9.04065 0 0 -9.21206 0 0 -216.322 -45.8755 -95.3233 -34.1395 -104.69 23.9975 -63
-STDOUT_8964=0 -9.25713 0 0 -10.2797 0 0 -215.975 -44.5374 -95.1931 -29.7377 -102.794 24.9974 -62
-STDOUT_8965=0 -9.03286 0 0 -9.4126 0 0 -216.322 -46.757 -95.3233 -34.4883 -104.69 24.9974 -63
-STDOUT_8966=0 -8.69931 0 0 -10.3375 0 0 -217.462 -38.6588 -98.4409 -34.5523 -138.436 21.9977 -68
-STDOUT_8967=0 -8.97224 0 0 -10.1001 0 0 -217.643 -43.1963 -95.7444 -32.6087 -111.455 22.9976 -64
-STDOUT_8968=0 -8.69152 0 0 -10.5381 0 0 -217.462 -39.5403 -98.4409 -34.9012 -138.436 22.9976 -68
-STDOUT_8969=0 -8.96445 0 0 -10.3006 0 0 -217.643 -44.0778 -95.7444 -32.9576 -111.455 23.9975 -64
-STDOUT_8970=0 -8.74463 0 0 -10.045 0 0 -222.664 -45.119 -94.8674 -32.7364 -114.707 23.9975 -65
-STDOUT_8971=0 -9.64758 0 0 -9.44157 0 0 -210.931 -40.9524 -98.0199 -35.8504 -121.097 22.9976 -65
-STDOUT_8972=0 -9.63979 0 0 -9.64212 0 0 -210.931 -41.8339 -98.0199 -36.1993 -121.097 23.9975 -65
-STDOUT_8973=0 -8.45974 0 0 -9.86531 0 0 -224.332 -43.7779 -95.4187 -35.6074 -123.369 21.9977 -67
-STDOUT_8974=0 -8.67622 0 0 -10.933 0 0 -223.985 -42.4398 -95.2884 -31.2057 -121.473 22.9976 -66
-STDOUT_8975=0 -8.45195 0 0 -10.0659 0 0 -224.332 -44.6594 -95.4187 -35.9563 -123.369 22.9976 -67
-STDOUT_8976=0 -9.68141 0 0 -9.91646 0 0 -238.817 -41.8314 -94.2163 -38.9082 -132.411 23.9975 -71
-STDOUT_8977=0 -8.73689 0 0 -10.6385 0 0 -223.985 -40.7419 -95.2884 -30.9341 -121.473 21.9977 -66
-STDOUT_8978=0 -9.67361 0 0 -10.117 0 0 -238.817 -42.7129 -94.2163 -39.2571 -132.411 24.9974 -71
-STDOUT_8979=0 -9.18583 0 0 -10.3548 0 0 -224.332 -44.6157 -95.4187 -35.2697 -123.369 23.9975 -67
-STDOUT_8980=0 -9.17804 0 0 -10.5554 0 0 -224.332 -45.4972 -95.4187 -35.6186 -123.369 24.9974 -67
-STDOUT_8981=0 -9.02574 0 0 -10.0061 0 0 -217.643 -43.2287 -95.7444 -32.6597 -111.455 22.9976 -64
-STDOUT_8982=0 -8.83695 0 0 -9.73487 0 0 -212.107 -48.4326 -95.082 -34.0309 -118.247 23.9975 -64
-STDOUT_8983=0 -9.01795 0 0 -10.2066 0 0 -217.643 -44.1101 -95.7444 -33.0086 -111.455 23.9975 -64
-STDOUT_8984=0 -7.97304 0 0 -8.88625 0 0 -214.472 -39.8202 -97.4685 -33.4103 -123.01 20.9978 -65
-STDOUT_8985=0 -8.76074 0 0 -9.01964 0 0 -215.335 -38.8383 -98.4409 -31.5199 -130.811 21.9977 -66
-STDOUT_8986=0 -8.75295 0 0 -9.22018 0 0 -215.335 -39.7198 -98.4409 -31.8688 -130.811 22.9976 -66
-STDOUT_8987=0 -8.97206 0 0 -9.13834 0 0 -214.653 -45.1955 -94.772 -31.1291 -96.0285 23.9975 -61
-STDOUT_8988=0 -8.72972 0 0 -10.839 0 0 -223.985 -42.4722 -95.2884 -31.2567 -121.473 22.9976 -66
-STDOUT_8989=0 -8.99699 0 0 -9.6903 0 0 -216.141 -41.8935 -98.0198 -36.1962 -131.671 23.9975 -67
-STDOUT_8990=0 -9.63267 0 0 -10.2356 0 0 -212.252 -38.3056 -98.4409 -34.3707 -127.862 21.9977 -66
-STDOUT_8991=0 -8.98919 0 0 -9.89085 0 0 -216.141 -42.7749 -98.0198 -36.5451 -131.671 24.9974 -67
-STDOUT_8992=0 -9.62488 0 0 -10.4361 0 0 -212.252 -39.1871 -98.4409 -34.7195 -127.862 22.9976 -66
-STDOUT_8993=0 -8.6041 0 0 -9.35658 0 0 -217.848 -36.8738 -98.1169 -33.7731 -132.921 21.9977 -67
-STDOUT_8994=0 -8.44483 0 0 -10.6593 0 0 -225.654 -41.1311 -95.8397 -34.1277 -130.134 20.9978 -68
-STDOUT_8995=0 -8.82977 0 0 -9.93542 0 0 -212.107 -50.1628 -95.082 -34.3534 -118.247 24.9974 -64
-STDOUT_8996=0 -8.43703 0 0 -10.8599 0 0 -225.654 -42.0125 -95.8397 -34.4765 -130.134 21.9977 -68
-STDOUT_8997=0 -7.96586 0 0 -9.0868 0 0 -214.472 -41.5504 -97.4685 -33.7329 -123.01 21.9977 -65
-STDOUT_8998=0 -9.66649 0 0 -10.7105 0 0 -240.138 -39.1846 -94.6374 -37.4285 -139.176 22.9976 -72
-STDOUT_8999=0 -9.6587 0 0 -10.911 0 0 -240.138 -40.0661 -94.6374 -37.7774 -139.176 23.9975 -72
-STDOUT_9000=-298 0 0 -55.5909 0 0 -66.2301 -325.855 -107.26 -97.8622 -66.4921 -69.2019 50.9947 -52
-STDOUT_9001=-298 0 0 -56.0657 0 0 -68.0898 -331.101 -106.204 -94.6899 -65.3523 -65.5194 50.9947 -52
-STDOUT_9002=-298 0 0 -56.8883 0 0 -68.9018 -329.926 -105.901 -96.7512 -62.8104 -65.7964 50.9947 -52
-STDOUT_9003=-298 0 0 -55.4238 0 0 -66.0877 -327.508 -107.487 -97.8471 -65.7905 -68.3394 50.9947 -52
-STDOUT_9004=-298 0 0 -56.3786 0 0 -66.1329 -335.812 -100.922 -94.4924 -60.7315 -64.2756 50.9947 -51
-STDOUT_9005=-298 0 0 -55.8987 0 0 -67.9474 -332.755 -106.432 -94.6748 -64.6506 -64.6569 50.9947 -52
-STDOUT_9006=-298 0 0 -55.3239 0 0 -65.7922 -321.189 -109.621 -100.321 -68.6275 -71.2617 50.9947 -52
-STDOUT_9007=-298 0 0 -56.7213 0 0 -68.7594 -331.58 -106.129 -96.7361 -62.1087 -64.9339 50.9947 -52
-STDOUT_9008=-298 0 0 -56.8534 0 0 -67.9926 -341.059 -99.8668 -91.3201 -59.5917 -60.5932 50.9947 -51
-STDOUT_9009=-298 0 0 -55.7987 0 0 -67.6519 -326.436 -108.565 -97.1492 -67.4877 -67.5792 50.9947 -52
-STDOUT_9010=-298 0 0 -55.7252 0 0 -65.6335 -328.081 -105.537 -96.0059 -66.8921 -69.5585 50.9947 -52
-STDOUT_9011=-298 0 0 -57.676 0 0 -68.8046 -339.884 -99.5638 -93.3814 -57.0498 -60.8702 50.9947 -51
-STDOUT_9012=-298 0 0 -55.8173 0 0 -65.7571 -328.926 -105.768 -96.3071 -65.9857 -68.6999 50.9947 -52
-STDOUT_9013=-298 0 0 -56.6213 0 0 -68.4639 -325.261 -108.262 -99.2105 -64.9458 -67.8563 50.9947 -52
-STDOUT_9014=-298 0 0 -56.2 0 0 -67.4932 -333.327 -104.481 -92.8335 -65.7522 -65.876 50.9947 -52
-STDOUT_9015=-298 0 0 -55.9876 0 0 -66.4049 -329.713 -104.216 -97.8622 -62.9279 -66.4009 50.9947 -51
-STDOUT_9016=-298 0 0 -56.2116 0 0 -65.9905 -337.466 -101.15 -94.4773 -60.0299 -63.4131 50.9947 -51
-STDOUT_9017=-298 0 0 -55.1569 0 0 -65.6498 -322.843 -109.849 -100.306 -67.9259 -70.3992 50.9947 -52
-STDOUT_9018=-298 0 0 -56.2921 0 0 -67.6168 -334.173 -104.712 -93.1347 -64.8458 -65.0174 50.9947 -52
-STDOUT_9019=-298 0 0 -57.3271 0 0 -66.9629 -339.716 -99.6005 -88.4633 -64.0685 -64.2761 50.9947 -52
-STDOUT_9020=-298 0 0 -57.0226 0 0 -68.3052 -332.152 -104.178 -94.8948 -63.2104 -66.1531 50.9947 -52
-STDOUT_9021=-298 0 0 -57.1147 0 0 -68.4288 -332.998 -104.409 -95.196 -62.304 -65.2944 50.9947 -52
-STDOUT_9022=-298 0 0 -58.1497 0 0 -67.7749 -338.541 -99.2976 -90.5246 -61.5266 -64.5532 50.9947 -52
-STDOUT_9023=-298 0 0 -55.4401 0 0 -67.0217 -341.595 -99.115 -86.136 -65.4548 -65.6624 50.9947 -52
-STDOUT_9024=-298 0 0 -56.4625 0 0 -68.2645 -334.96 -103.161 -94.6899 -61.788 -62.7185 50.9947 -51
-STDOUT_9025=-298 0 0 -56.6864 0 0 -67.8502 -342.712 -100.095 -91.305 -58.89 -59.7307 50.9947 -51
-STDOUT_9026=-298 0 0 -56.1117 0 0 -65.695 -331.147 -103.283 -96.9516 -62.867 -66.3355 50.9947 -51
-STDOUT_9027=-298 0 0 -55.6317 0 0 -67.5095 -328.09 -108.793 -97.1341 -66.786 -66.7167 50.9947 -52
-STDOUT_9028=-298 0 0 -55.5582 0 0 -65.4911 -329.734 -105.765 -95.9908 -66.1904 -68.696 50.9947 -52
-STDOUT_9029=-298 0 0 -56.2627 0 0 -67.8337 -340.421 -98.812 -88.1973 -62.9129 -65.9395 50.9947 -52
-STDOUT_9030=-298 0 0 -57.2851 0 0 -69.0765 -333.785 -102.858 -96.7512 -59.2461 -62.9955 50.9947 -51
-STDOUT_9031=-298 0 0 -57.509 0 0 -68.6622 -341.538 -99.7918 -93.3663 -56.3481 -60.0077 50.9947 -51
-STDOUT_9032=-298 0 0 -56.4671 0 0 -65.7151 -326.788 -107.423 -97.9178 -65.9761 -68.7857 50.9947 -52
-STDOUT_9033=-298 0 0 -55.6503 0 0 -65.6147 -330.58 -105.996 -96.2919 -65.284 -67.8374 50.9947 -52
-STDOUT_9034=-298 0 0 -56.4543 0 0 -68.3215 -326.915 -108.49 -99.1954 -64.2441 -66.9938 50.9947 -52
-STDOUT_9035=-298 0 0 -55.7118 0 0 -66.0951 -328.653 -104.994 -95.4172 -67.0412 -69.7606 50.9947 -52
-STDOUT_9036=-298 0 0 -56.5865 0 0 -67.5547 -336.394 -102.228 -93.7793 -61.7271 -62.653 50.9947 -51
-STDOUT_9037=-298 0 0 -56.027 0 0 -65.9898 -327.778 -106.842 -97.4518 -65.9815 -68.7937 50.9947 -52
-STDOUT_9038=-298 0 0 -56.513 0 0 -65.5363 -338.038 -99.1994 -92.636 -61.1315 -64.6323 50.9947 -51
-STDOUT_9039=-298 0 0 -56.033 0 0 -67.3507 -334.981 -104.709 -92.8184 -65.0506 -65.0135 50.9947 -52
-STDOUT_9040=-298 0 0 -55.8206 0 0 -66.2624 -331.367 -104.444 -97.8471 -62.2262 -65.5384 50.9947 -51
-STDOUT_9041=-298 0 0 -55.4583 0 0 -65.1956 -323.415 -107.898 -98.4651 -69.0275 -71.6184 50.9947 -52
-STDOUT_9042=-298 0 0 -56.605 0 0 -65.6599 -338.884 -99.4302 -92.9372 -60.2251 -63.7736 50.9947 -51
-STDOUT_9043=-298 0 0 -56.942 0 0 -67.5748 -332.034 -106.367 -94.7454 -64.8363 -65.1032 50.9947 -52
-STDOUT_9044=-298 0 0 -57.3795 0 0 -67.2882 -330.42 -103.906 -97.0279 -62.3945 -67.6007 50.9947 -52
-STDOUT_9045=-298 0 0 -56.1251 0 0 -67.4744 -335.827 -104.94 -93.1196 -64.1442 -64.1549 50.9947 -52
-STDOUT_9046=-298 0 0 -57.4091 0 0 -68.3667 -335.219 -101.925 -95.8406 -59.1852 -62.9301 50.9947 -51
-STDOUT_9047=-298 0 0 -55.5503 0 0 -65.3192 -324.261 -108.129 -98.7663 -68.1211 -70.7597 50.9947 -52
-STDOUT_9048=-298 0 0 -57.1601 0 0 -66.8204 -341.369 -99.8285 -88.4482 -63.3668 -63.4136 50.9947 -52
-STDOUT_9049=-298 0 0 -56.1866 0 0 -67.9548 -333.9 -103.939 -92.2449 -65.9014 -66.0781 50.9947 -52
-STDOUT_9050=-298 0 0 -56.8556 0 0 -68.1627 -333.806 -104.406 -94.8797 -62.5087 -65.2906 50.9947 -52
-STDOUT_9051=-298 0 0 -57.7646 0 0 -68.3868 -330.859 -106.064 -96.8067 -62.2944 -65.3803 50.9947 -52
-STDOUT_9052=-298 0 0 -56.9477 0 0 -68.2864 -334.652 -104.637 -95.1809 -61.6023 -64.432 50.9947 -52
-STDOUT_9053=-298 0 0 -57.9827 0 0 -67.6324 -340.194 -99.5255 -90.5095 -60.825 -63.6907 50.9947 -52
-STDOUT_9054=-298 0 0 -57.0092 0 0 -68.7668 -332.725 -103.636 -94.3062 -63.3595 -66.3552 50.9947 -52
-STDOUT_9055=-298 0 0 -56.2327 0 0 -68.2569 -331.945 -106.756 -95.1686 -65.1291 -65.1139 50.9947 -52
-STDOUT_9056=-298 0 0 -55.273 0 0 -66.8793 -343.249 -99.343 -86.1209 -64.7531 -64.7999 50.9947 -52
-STDOUT_9057=-298 0 0 -56.6662 0 0 -66.1367 -333.59 -103.05 -93.5629 -64.3977 -67.2997 50.9947 -52
-STDOUT_9058=-298 0 0 -56.5018 0 0 -67.8495 -333.024 -105.787 -94.2794 -64.8416 -65.1112 50.9947 -52
-STDOUT_9059=-298 0 0 -56.9878 0 0 -67.396 -343.285 -98.144 -89.4637 -59.9917 -60.9498 50.9947 -51
-STDOUT_9060=-298 0 0 -56.2954 0 0 -68.1221 -336.613 -103.389 -94.6748 -61.0864 -61.856 50.9947 -51
-STDOUT_9061=-298 0 0 -55.9331 0 0 -67.0553 -328.662 -106.843 -95.2928 -67.8877 -67.9359 50.9947 -52
-STDOUT_9062=-298 0 0 -55.7207 0 0 -65.967 -325.048 -106.577 -100.321 -65.0633 -68.4608 50.9947 -51
-STDOUT_9063=-298 0 0 -55.9446 0 0 -65.5526 -332.801 -103.511 -96.9365 -62.1653 -65.473 50.9947 -51
-STDOUT_9064=-298 0 0 -57.0799 0 0 -67.5196 -344.131 -98.3748 -89.7649 -59.0853 -60.0912 50.9947 -51
-STDOUT_9065=-298 0 0 -57.8543 0 0 -69.1479 -335.667 -102.851 -93.8556 -61.2546 -63.9183 50.9947 -52
-STDOUT_9066=-298 0 0 -56.0251 0 0 -67.1789 -329.508 -107.073 -95.594 -66.9813 -67.0772 50.9947 -52
-STDOUT_9067=-298 0 0 -57.0553 0 0 -69.0689 -330.77 -106.453 -97.2299 -62.5872 -65.391 50.9947 -52
-STDOUT_9068=-298 0 0 -56.0956 0 0 -67.6913 -342.074 -99.04 -88.1822 -62.2113 -65.077 50.9947 -52
-STDOUT_9069=-298 0 0 -58.1149 0 0 -66.8657 -349.673 -93.2632 -85.0934 -58.3079 -59.3499 50.9947 -51
-STDOUT_9070=-298 0 0 -57.3244 0 0 -68.6615 -331.85 -105.484 -96.3408 -62.2998 -65.3883 50.9947 -52
-STDOUT_9071=-298 0 0 -57.8104 0 0 -68.2079 -342.11 -97.8411 -91.525 -57.4498 -61.2269 50.9947 -51
-STDOUT_9072=-298 0 0 -57.0602 0 0 -66.525 -335.05 -101.962 -90.9225 -66.2039 -66.3359 50.9947 -52
-STDOUT_9073=-298 0 0 -57.118 0 0 -68.9341 -335.438 -103.086 -96.7361 -58.5445 -62.133 50.9947 -51
-STDOUT_9074=-298 0 0 -56.3001 0 0 -65.5727 -328.441 -107.651 -97.9027 -65.2745 -67.9232 50.9947 -52
-STDOUT_9075=-298 0 0 -57.0158 0 0 -69.3849 -335.697 -103.482 -94.607 -60.8964 -64.1999 50.9947 -52
-STDOUT_9076=-298 0 0 -56.7557 0 0 -67.8673 -327.487 -106.54 -97.3541 -65.3458 -68.213 50.9947 -52
-STDOUT_9077=-298 0 0 -54.894 0 0 -66.4382 -325.791 -106.818 -95.4172 -71.6932 -72.7547 50.9947 -53
-STDOUT_9078=-298 0 0 -57.9025 0 0 -68.3316 -342.956 -98.0718 -91.8262 -56.5434 -60.3682 50.9947 -51
-STDOUT_9079=-298 0 0 -55.5448 0 0 -65.9527 -330.307 -105.222 -95.4021 -66.3396 -68.8981 50.9947 -52
-STDOUT_9080=-298 0 0 -58.6769 0 0 -69.9599 -334.492 -102.548 -95.9169 -58.7127 -64.1953 50.9947 -52
-STDOUT_9081=-298 0 0 -56.8477 0 0 -67.9909 -328.333 -106.77 -97.6553 -64.4394 -67.3543 50.9947 -52
-STDOUT_9082=-298 0 0 -58.9375 0 0 -67.6777 -348.499 -92.9602 -87.1547 -55.766 -59.6269 50.9947 -51
-STDOUT_9083=-298 0 0 -57.8828 0 0 -67.337 -333.876 -101.659 -92.9838 -63.662 -66.613 50.9947 -52
-STDOUT_9084=-298 0 0 -56.2278 0 0 -66.9245 -351.553 -92.7777 -82.7662 -59.6942 -60.7362 50.9947 -51
-STDOUT_9085=-298 0 0 -57.1411 0 0 -67.9964 -338.837 -101.994 -90.3905 -63.2578 -63.6173 50.9947 -52
-STDOUT_9086=-298 0 0 -55.1731 0 0 -66.5838 -336.93 -101.476 -88.5953 -67.5902 -67.7222 50.9947 -52
-STDOUT_9087=-298 0 0 -56.1955 0 0 -67.8267 -330.294 -105.522 -97.1492 -63.9234 -64.7783 50.9947 -51
-STDOUT_9088=-298 0 0 -56.4195 0 0 -67.4123 -338.047 -102.456 -93.7642 -61.0255 -61.7905 50.9947 -51
-STDOUT_9089=-298 0 0 -55.86 0 0 -65.8474 -329.432 -107.07 -97.4367 -65.2798 -67.9312 50.9947 -52
-STDOUT_9090=-298 0 0 -56.122 0 0 -65.8082 -331.939 -102.493 -96.0059 -63.3279 -66.7576 50.9947 -51
-STDOUT_9091=-298 0 0 -56.346 0 0 -65.3938 -339.692 -99.4274 -92.6209 -60.4299 -63.7698 50.9947 -51
-STDOUT_9092=-298 0 0 -57.0504 0 0 -67.7365 -350.378 -92.4747 -84.8275 -57.1523 -61.0132 50.9947 -51
-STDOUT_9093=-298 0 0 -55.2913 0 0 -65.0532 -325.069 -108.126 -98.45 -68.3259 -70.7559 50.9947 -52
-STDOUT_9094=-298 0 0 -57.9637 0 0 -68.8084 -337.662 -101.691 -92.4518 -60.7159 -63.8943 50.9947 -52
-STDOUT_9095=-298 0 0 -55.9957 0 0 -67.3958 -335.755 -101.173 -90.6566 -65.0483 -67.9993 50.9947 -52
-STDOUT_9096=-298 0 0 -55.2917 0 0 -65.0973 -319.163 -109.837 -100.225 -71.0754 -73.5475 50.9947 -52
-STDOUT_9097=-298 0 0 -56.2141 0 0 -65.9318 -332.785 -102.724 -96.3071 -62.4214 -65.8989 50.9947 -51
-STDOUT_9098=-298 0 0 -57.2549 0 0 -65.6179 -336.745 -101.085 -94.5479 -60.2155 -63.8595 50.9947 -51
-STDOUT_9099=-298 0 0 -56.438 0 0 -65.5175 -340.538 -99.6582 -92.9221 -59.5235 -62.9112 50.9947 -51
-STDOUT_9100=FEATURES_TXT_END_0
-STDOUT_9101=SCORES_TXT_BEGIN_0 0 300 9 BLEU
-STDOUT_9102=6 14 1 13 0 12 0 11 18
-STDOUT_9103=4 13 0 12 0 11 0 10 18
-STDOUT_9104=6 14 1 13 0 12 0 11 18
-STDOUT_9105=6 14 1 13 0 12 0 11 18
-STDOUT_9106=6 14 1 13 0 12 0 11 18
-STDOUT_9107=6 14 1 13 0 12 0 11 18
-STDOUT_9108=4 13 0 12 0 11 0 10 18
-STDOUT_9109=4 13 0 12 0 11 0 10 18
-STDOUT_9110=4 13 0 12 0 11 0 10 18
-STDOUT_9111=4 13 0 12 0 11 0 10 18
-STDOUT_9112=6 14 1 13 0 12 0 11 18
-STDOUT_9113=6 14 1 13 0 12 0 11 18
-STDOUT_9114=6 14 1 13 0 12 0 11 18
-STDOUT_9115=6 14 1 13 0 12 0 11 18
-STDOUT_9116=6 14 1 13 0 12 0 11 18
-STDOUT_9117=6 14 1 13 0 12 0 11 18
-STDOUT_9118=4 13 0 12 0 11 0 10 18
-STDOUT_9119=4 13 0 12 0 11 0 10 18
-STDOUT_9120=4 13 0 12 0 11 0 10 18
-STDOUT_9121=4 13 0 12 0 11 0 10 18
-STDOUT_9122=4 13 0 12 0 11 0 10 18
-STDOUT_9123=4 13 0 12 0 11 0 10 18
-STDOUT_9124=6 14 1 13 0 12 0 11 18
-STDOUT_9125=6 14 1 13 0 12 0 11 18
-STDOUT_9126=6 14 1 13 0 12 0 11 18
-STDOUT_9127=6 14 1 13 0 12 0 11 18
-STDOUT_9128=5 14 0 13 0 12 0 11 18
-STDOUT_9129=6 14 1 13 0 12 0 11 18
-STDOUT_9130=4 13 0 12 0 11 0 10 18
-STDOUT_9131=4 13 0 12 0 11 0 10 18
-STDOUT_9132=4 13 0 12 0 11 0 10 18
-STDOUT_9133=4 13 0 12 0 11 0 10 18
-STDOUT_9134=4 13 0 12 0 11 0 10 18
-STDOUT_9135=5 14 0 13 0 12 0 11 18
-STDOUT_9136=5 14 0 13 0 12 0 11 18
-STDOUT_9137=6 14 1 13 0 12 0 11 18
-STDOUT_9138=6 14 1 13 0 12 0 11 18
-STDOUT_9139=5 14 0 13 0 12 0 11 18
-STDOUT_9140=6 14 1 13 0 12 0 11 18
-STDOUT_9141=5 14 0 13 0 12 0 11 18
-STDOUT_9142=4 13 0 12 0 11 0 10 18
-STDOUT_9143=4 13 0 12 0 11 0 10 18
-STDOUT_9144=4 13 0 12 0 11 0 10 18
-STDOUT_9145=5 14 0 13 0 12 0 11 18
-STDOUT_9146=6 14 1 13 0 12 0 11 18
-STDOUT_9147=5 14 0 13 0 12 0 11 18
-STDOUT_9148=6 14 1 13 0 12 0 11 18
-STDOUT_9149=5 14 0 13 0 12 0 11 18
-STDOUT_9150=6 14 1 13 0 12 0 11 18
-STDOUT_9151=5 14 0 13 0 12 0 11 18
-STDOUT_9152=5 13 0 12 0 11 0 10 18
-STDOUT_9153=5 14 0 13 0 12 0 11 18
-STDOUT_9154=5 14 0 13 0 12 0 11 18
-STDOUT_9155=4 13 0 12 0 11 0 10 18
-STDOUT_9156=4 13 0 12 0 11 0 10 18
-STDOUT_9157=6 14 1 13 0 12 0 11 18
-STDOUT_9158=4 13 0 12 0 11 0 10 18
-STDOUT_9159=6 14 1 13 0 12 0 11 18
-STDOUT_9160=5 13 0 12 0 11 0 10 18
-STDOUT_9161=6 14 1 13 0 12 0 11 18
-STDOUT_9162=6 12 1 11 0 10 0 9 18
-STDOUT_9163=5 13 0 12 0 11 0 10 18
-STDOUT_9164=5 13 0 12 0 11 0 10 18
-STDOUT_9165=5 14 0 13 0 12 0 11 18
-STDOUT_9166=6 14 1 13 0 12 0 11 18
-STDOUT_9167=5 13 0 12 0 11 0 10 18
-STDOUT_9168=5 14 0 13 0 12 0 11 18
-STDOUT_9169=4 13 0 12 0 11 0 10 18
-STDOUT_9170=5 14 0 13 0 12 0 11 18
-STDOUT_9171=4 13 0 12 0 11 0 10 18
-STDOUT_9172=6 14 1 13 0 12 0 11 18
-STDOUT_9173=5 14 0 13 0 12 0 11 18
-STDOUT_9174=6 14 1 13 0 12 0 11 18
-STDOUT_9175=4 13 0 12 0 11 0 10 18
-STDOUT_9176=6 14 1 13 0 12 0 11 18
-STDOUT_9177=5 14 0 13 0 12 0 11 18
-STDOUT_9178=4 13 0 12 0 11 0 10 18
-STDOUT_9179=6 12 1 11 0 10 0 9 18
-STDOUT_9180=5 13 0 12 0 11 0 10 18
-STDOUT_9181=4 13 0 12 0 11 0 10 18
-STDOUT_9182=5 13 0 12 0 11 0 10 18
-STDOUT_9183=6 14 1 13 0 12 0 11 18
-STDOUT_9184=4 13 0 12 0 11 0 10 18
-STDOUT_9185=7 15 1 14 0 13 0 12 18
-STDOUT_9186=6 14 1 13 0 12 0 11 18
-STDOUT_9187=4 13 0 12 0 11 0 10 18
-STDOUT_9188=6 12 1 11 0 10 0 9 18
-STDOUT_9189=5 13 0 12 0 11 0 10 18
-STDOUT_9190=5 13 0 12 0 11 0 10 18
-STDOUT_9191=5 13 0 12 0 11 0 10 18
-STDOUT_9192=4 13 0 12 0 11 0 10 18
-STDOUT_9193=6 14 1 13 0 12 0 11 18
-STDOUT_9194=5 13 0 12 0 11 0 10 18
-STDOUT_9195=4 13 0 12 0 11 0 10 18
-STDOUT_9196=4 13 0 12 0 11 0 10 18
-STDOUT_9197=5 14 0 13 0 12 0 11 18
-STDOUT_9198=5 14 0 13 0 12 0 11 18
-STDOUT_9199=4 13 0 12 0 11 0 10 18
-STDOUT_9200=6 14 1 13 0 12 0 11 18
-STDOUT_9201=5 14 0 13 0 12 0 11 18
-STDOUT_9202=10 34 3 33 1 32 0 31 18
-STDOUT_9203=10 34 3 33 1 32 0 31 18
-STDOUT_9204=10 34 3 33 1 32 0 31 18
-STDOUT_9205=10 34 3 33 1 32 0 31 18
-STDOUT_9206=10 34 3 33 1 32 0 31 18
-STDOUT_9207=10 34 3 33 1 32 0 31 18
-STDOUT_9208=10 34 3 33 1 32 0 31 18
-STDOUT_9209=10 34 3 33 1 32 0 31 18
-STDOUT_9210=10 34 3 33 1 32 0 31 18
-STDOUT_9211=10 34 3 33 1 32 0 31 18
-STDOUT_9212=10 34 3 33 1 32 0 31 18
-STDOUT_9213=10 34 3 33 1 32 0 31 18
-STDOUT_9214=10 34 3 33 1 32 0 31 18
-STDOUT_9215=10 34 3 33 1 32 0 31 18
-STDOUT_9216=10 34 3 33 1 32 0 31 18
-STDOUT_9217=10 34 3 33 1 32 0 31 18
-STDOUT_9218=10 34 3 33 1 32 0 31 18
-STDOUT_9219=10 34 3 33 1 32 0 31 18
-STDOUT_9220=10 34 3 33 1 32 0 31 18
-STDOUT_9221=10 34 3 33 1 32 0 31 18
-STDOUT_9222=10 34 3 33 1 32 0 31 18
-STDOUT_9223=10 34 3 33 1 32 0 31 18
-STDOUT_9224=10 34 3 33 1 32 0 31 18
-STDOUT_9225=10 34 3 33 1 32 0 31 18
-STDOUT_9226=10 34 3 33 1 32 0 31 18
-STDOUT_9227=10 34 3 33 1 32 0 31 18
-STDOUT_9228=10 34 3 33 1 32 0 31 18
-STDOUT_9229=10 34 3 33 1 32 0 31 18
-STDOUT_9230=10 34 3 33 1 32 0 31 18
-STDOUT_9231=10 34 3 33 1 32 0 31 18
-STDOUT_9232=10 34 3 33 1 32 0 31 18
-STDOUT_9233=10 34 3 33 1 32 0 31 18
-STDOUT_9234=10 34 3 33 1 32 0 31 18
-STDOUT_9235=10 34 3 33 1 32 0 31 18
-STDOUT_9236=10 34 3 33 1 32 0 31 18
-STDOUT_9237=10 34 3 33 1 32 0 31 18
-STDOUT_9238=10 34 3 33 1 32 0 31 18
-STDOUT_9239=10 34 3 33 1 32 0 31 18
-STDOUT_9240=10 34 3 33 1 32 0 31 18
-STDOUT_9241=10 34 3 33 1 32 0 31 18
-STDOUT_9242=10 34 3 33 1 32 0 31 18
-STDOUT_9243=10 34 3 33 1 32 0 31 18
-STDOUT_9244=10 34 3 33 1 32 0 31 18
-STDOUT_9245=10 34 3 33 1 32 0 31 18
-STDOUT_9246=10 34 3 33 1 32 0 31 18
-STDOUT_9247=10 34 3 33 1 32 0 31 18
-STDOUT_9248=10 34 3 33 1 32 0 31 18
-STDOUT_9249=10 34 3 33 1 32 0 31 18
-STDOUT_9250=10 34 3 33 1 32 0 31 18
-STDOUT_9251=10 34 3 33 1 32 0 31 18
-STDOUT_9252=11 30 3 29 1 28 0 27 18
-STDOUT_9253=10 34 3 33 1 32 0 31 18
-STDOUT_9254=10 34 3 33 1 32 0 31 18
-STDOUT_9255=10 34 3 33 1 32 0 31 18
-STDOUT_9256=11 30 3 29 1 28 0 27 18
-STDOUT_9257=10 34 3 33 1 32 0 31 18
-STDOUT_9258=10 34 3 33 1 32 0 31 18
-STDOUT_9259=10 34 3 33 1 32 0 31 18
-STDOUT_9260=10 34 3 33 1 32 0 31 18
-STDOUT_9261=10 34 3 33 1 32 0 31 18
-STDOUT_9262=10 34 3 33 1 32 0 31 18
-STDOUT_9263=10 34 3 33 1 32 0 31 18
-STDOUT_9264=10 34 3 33 1 32 0 31 18
-STDOUT_9265=10 34 3 33 1 32 0 31 18
-STDOUT_9266=10 34 3 33 1 32 0 31 18
-STDOUT_9267=10 34 3 33 1 32 0 31 18
-STDOUT_9268=10 34 3 33 1 32 0 31 18
-STDOUT_9269=10 34 3 33 1 32 0 31 18
-STDOUT_9270=10 34 3 33 1 32 0 31 18
-STDOUT_9271=10 32 3 31 1 30 0 29 18
-STDOUT_9272=10 34 3 33 1 32 0 31 18
-STDOUT_9273=10 34 3 33 1 32 0 31 18
-STDOUT_9274=10 34 3 33 1 32 0 31 18
-STDOUT_9275=10 34 3 33 1 32 0 31 18
-STDOUT_9276=10 34 3 33 1 32 0 31 18
-STDOUT_9277=10 34 3 33 1 32 0 31 18
-STDOUT_9278=10 34 3 33 1 32 0 31 18
-STDOUT_9279=10 34 3 33 1 32 0 31 18
-STDOUT_9280=10 34 3 33 1 32 0 31 18
-STDOUT_9281=10 34 3 33 1 32 0 31 18
-STDOUT_9282=10 34 3 33 1 32 0 31 18
-STDOUT_9283=10 34 3 33 1 32 0 31 18
-STDOUT_9284=10 32 3 31 1 30 0 29 18
-STDOUT_9285=10 34 3 33 1 32 0 31 18
-STDOUT_9286=10 29 3 28 1 27 0 26 18
-STDOUT_9287=10 34 3 33 1 32 0 31 18
-STDOUT_9288=10 34 3 33 1 32 0 31 18
-STDOUT_9289=10 34 3 33 1 32 0 31 18
-STDOUT_9290=10 34 3 33 1 32 0 31 18
-STDOUT_9291=10 34 3 33 1 32 0 31 18
-STDOUT_9292=11 30 3 29 1 28 0 27 18
-STDOUT_9293=10 32 3 31 1 30 0 29 18
-STDOUT_9294=10 34 3 33 1 32 0 31 18
-STDOUT_9295=10 34 3 33 1 32 0 31 18
-STDOUT_9296=11 30 3 29 1 28 0 27 18
-STDOUT_9297=10 34 3 33 1 32 0 31 18
-STDOUT_9298=10 34 3 33 1 32 0 31 18
-STDOUT_9299=10 29 3 28 1 27 0 26 18
-STDOUT_9300=10 34 3 33 1 32 0 31 18
-STDOUT_9301=10 34 3 33 1 32 0 31 18
-STDOUT_9302=9 23 4 22 2 21 0 20 18
-STDOUT_9303=9 24 4 23 2 22 0 21 18
-STDOUT_9304=9 23 4 22 2 21 0 20 18
-STDOUT_9305=9 24 4 23 2 22 0 21 18
-STDOUT_9306=9 24 4 23 2 22 0 21 18
-STDOUT_9307=9 25 4 24 2 23 0 22 18
-STDOUT_9308=9 23 4 22 2 21 0 20 18
-STDOUT_9309=9 23 4 22 2 21 0 20 18
-STDOUT_9310=9 24 4 23 2 22 0 21 18
-STDOUT_9311=9 23 4 22 2 21 0 20 18
-STDOUT_9312=9 24 4 23 2 22 0 21 18
-STDOUT_9313=9 23 4 22 2 21 0 20 18
-STDOUT_9314=9 24 4 23 2 22 0 21 18
-STDOUT_9315=9 24 4 23 2 22 0 21 18
-STDOUT_9316=9 23 4 22 2 21 0 20 18
-STDOUT_9317=9 24 4 23 2 22 0 21 18
-STDOUT_9318=9 24 4 23 2 22 0 21 18
-STDOUT_9319=9 25 4 24 2 23 0 22 18
-STDOUT_9320=9 23 4 22 2 21 0 20 18
-STDOUT_9321=9 25 4 24 2 23 0 22 18
-STDOUT_9322=9 24 4 23 2 22 0 21 18
-STDOUT_9323=9 23 4 22 2 21 0 20 18
-STDOUT_9324=9 23 4 22 2 21 0 20 18
-STDOUT_9325=9 24 4 23 2 22 0 21 18
-STDOUT_9326=9 23 4 22 2 21 0 20 18
-STDOUT_9327=9 24 4 23 2 22 0 21 18
-STDOUT_9328=9 23 4 22 2 21 0 20 18
-STDOUT_9329=9 23 4 22 2 21 0 20 18
-STDOUT_9330=9 23 4 22 2 21 0 20 18
-STDOUT_9331=9 24 4 23 2 22 0 21 18
-STDOUT_9332=10 24 4 23 2 22 0 21 18
-STDOUT_9333=9 24 4 23 2 22 0 21 18
-STDOUT_9334=9 23 4 22 2 21 0 20 18
-STDOUT_9335=9 24 4 23 2 22 0 21 18
-STDOUT_9336=9 23 4 22 2 21 0 20 18
-STDOUT_9337=9 24 4 23 2 22 0 21 18
-STDOUT_9338=10 25 4 24 2 23 0 22 18
-STDOUT_9339=9 25 4 24 2 23 0 22 18
-STDOUT_9340=9 23 4 22 2 21 0 20 18
-STDOUT_9341=9 23 4 22 2 21 0 20 18
-STDOUT_9342=10 24 4 23 2 22 0 21 18
-STDOUT_9343=9 25 4 24 2 23 0 22 18
-STDOUT_9344=9 23 4 22 2 21 0 20 18
-STDOUT_9345=9 24 4 23 2 22 0 21 18
-STDOUT_9346=9 24 4 23 2 22 0 21 18
-STDOUT_9347=9 24 4 23 2 22 0 21 18
-STDOUT_9348=10 25 4 24 2 23 0 22 18
-STDOUT_9349=9 23 4 22 2 21 0 20 18
-STDOUT_9350=10 25 4 24 2 23 0 22 18
-STDOUT_9351=9 24 4 23 2 22 0 21 18
-STDOUT_9352=9 23 4 22 2 21 0 20 18
-STDOUT_9353=9 24 4 23 2 22 0 21 18
-STDOUT_9354=9 24 4 23 2 22 0 21 18
-STDOUT_9355=10 26 4 25 2 24 0 23 18
-STDOUT_9356=9 24 4 23 2 22 0 21 18
-STDOUT_9357=9 24 4 23 2 22 0 21 18
-STDOUT_9358=9 23 4 22 2 21 0 20 18
-STDOUT_9359=9 23 4 22 2 21 0 20 18
-STDOUT_9360=9 25 4 24 2 23 0 22 18
-STDOUT_9361=9 23 4 22 2 21 0 20 18
-STDOUT_9362=9 23 4 22 2 21 0 20 18
-STDOUT_9363=9 25 4 24 2 23 0 22 18
-STDOUT_9364=9 24 4 23 2 22 0 21 18
-STDOUT_9365=9 23 4 22 2 21 0 20 18
-STDOUT_9366=9 23 4 22 2 21 0 20 18
-STDOUT_9367=9 24 4 23 2 22 0 21 18
-STDOUT_9368=9 23 4 22 2 21 0 20 18
-STDOUT_9369=9 24 4 23 2 22 0 21 18
-STDOUT_9370=10 24 4 23 2 22 0 21 18
-STDOUT_9371=9 23 4 22 2 21 0 20 18
-STDOUT_9372=9 23 4 22 2 21 0 20 18
-STDOUT_9373=9 23 4 22 2 21 0 20 18
-STDOUT_9374=9 23 4 22 2 21 0 20 18
-STDOUT_9375=9 23 4 22 2 21 0 20 18
-STDOUT_9376=10 23 4 22 2 21 0 20 18
-STDOUT_9377=9 24 4 23 2 22 0 21 18
-STDOUT_9378=9 25 4 24 2 23 0 22 18
-STDOUT_9379=9 23 4 22 2 21 0 20 18
-STDOUT_9380=9 24 4 23 2 22 0 21 18
-STDOUT_9381=9 24 4 23 2 22 0 21 18
-STDOUT_9382=10 25 4 24 2 23 0 22 18
-STDOUT_9383=9 23 4 22 2 21 0 20 18
-STDOUT_9384=9 24 4 23 2 22 0 21 18
-STDOUT_9385=9 24 4 23 2 22 0 21 18
-STDOUT_9386=9 23 4 22 2 21 0 20 18
-STDOUT_9387=9 24 4 23 2 22 0 21 18
-STDOUT_9388=9 24 4 23 2 22 0 21 18
-STDOUT_9389=10 24 4 23 2 22 0 21 18
-STDOUT_9390=9 23 4 22 2 21 0 20 18
-STDOUT_9391=10 24 4 23 2 22 0 21 18
-STDOUT_9392=9 23 4 22 2 21 0 20 18
-STDOUT_9393=9 25 4 24 2 23 0 22 18
-STDOUT_9394=9 23 4 22 2 21 0 20 18
-STDOUT_9395=9 23 4 22 2 21 0 20 18
-STDOUT_9396=9 25 4 24 2 23 0 22 18
-STDOUT_9397=10 24 4 23 2 22 0 21 18
-STDOUT_9398=9 24 4 23 2 22 0 21 18
-STDOUT_9399=9 24 4 23 2 22 0 21 18
-STDOUT_9400=10 23 4 22 2 21 0 20 18
-STDOUT_9401=9 24 4 23 2 22 0 21 18
-STDOUT_9402=SCORES_TXT_END_0
-STDOUT_9403=SCORES_TXT_BEGIN_0 1 300 9 BLEU
-STDOUT_9404=17 26 9 25 6 24 5 23 41
-STDOUT_9405=17 27 9 26 6 25 5 24 41
-STDOUT_9406=17 26 9 25 6 24 5 23 41
-STDOUT_9407=17 27 9 26 6 25 5 24 41
-STDOUT_9408=17 26 9 25 6 24 5 23 41
-STDOUT_9409=17 27 9 26 6 25 5 24 41
-STDOUT_9410=17 26 9 25 6 24 5 23 41
-STDOUT_9411=17 26 9 25 6 24 5 23 41
-STDOUT_9412=17 27 9 26 6 25 5 24 41
-STDOUT_9413=17 27 9 26 6 25 5 24 41
-STDOUT_9414=17 26 9 25 6 24 5 23 41
-STDOUT_9415=17 26 9 25 6 24 5 23 41
-STDOUT_9416=17 26 9 25 6 24 5 23 41
-STDOUT_9417=17 27 9 26 6 25 5 24 41
-STDOUT_9418=17 27 9 26 6 25 5 24 41
-STDOUT_9419=17 27 9 26 6 25 5 24 41
-STDOUT_9420=17 26 9 25 6 24 5 23 41
-STDOUT_9421=17 26 9 25 6 24 5 23 41
-STDOUT_9422=16 28 9 27 6 26 5 25 41
-STDOUT_9423=17 26 9 25 6 24 5 23 41
-STDOUT_9424=17 26 9 25 6 24 5 23 41
-STDOUT_9425=17 27 9 26 6 25 5 24 41
-STDOUT_9426=18 28 10 27 6 26 5 25 41
-STDOUT_9427=17 27 9 26 6 25 5 24 41
-STDOUT_9428=16 29 9 28 6 27 5 26 41
-STDOUT_9429=17 27 9 26 6 25 5 24 41
-STDOUT_9430=17 27 9 26 6 25 5 24 41
-STDOUT_9431=16 28 9 27 6 26 5 25 41
-STDOUT_9432=17 26 9 25 6 24 5 23 41
-STDOUT_9433=18 29 10 28 6 27 5 26 41
-STDOUT_9434=18 28 10 27 6 26 5 25 41
-STDOUT_9435=17 26 9 25 6 24 5 23 41
-STDOUT_9436=16 29 9 28 6 27 5 26 41
-STDOUT_9437=17 27 9 26 6 25 5 24 41
-STDOUT_9438=17 26 9 25 6 24 5 23 41
-STDOUT_9439=16 28 9 27 6 26 5 25 41
-STDOUT_9440=15 25 5 24 1 23 0 22 41
-STDOUT_9441=18 29 10 28 6 27 5 26 41
-STDOUT_9442=17 27 9 26 6 25 5 24 41
-STDOUT_9443=18 28 10 27 6 26 5 25 41
-STDOUT_9444=17 26 9 25 6 24 5 23 41
-STDOUT_9445=17 27 9 26 6 25 5 24 41
-STDOUT_9446=17 26 9 25 6 24 5 23 41
-STDOUT_9447=16 29 9 28 6 27 5 26 41
-STDOUT_9448=15 26 5 25 1 24 0 23 41
-STDOUT_9449=17 26 9 25 6 24 5 23 41
-STDOUT_9450=18 29 10 28 6 27 5 26 41
-STDOUT_9451=17 26 9 25 6 24 5 23 41
-STDOUT_9452=17 27 9 26 6 25 5 24 41
-STDOUT_9453=17 27 9 26 6 25 5 24 41
-STDOUT_9454=17 26 9 25 6 24 5 23 41
-STDOUT_9455=17 26 9 25 6 24 5 23 41
-STDOUT_9456=18 28 10 27 6 26 5 25 41
-STDOUT_9457=17 26 9 25 6 24 5 23 41
-STDOUT_9458=17 27 9 26 6 25 5 24 41
-STDOUT_9459=17 27 9 26 6 25 5 24 41
-STDOUT_9460=17 27 9 26 6 25 5 24 41
-STDOUT_9461=17 26 9 25 6 24 5 23 41
-STDOUT_9462=17 26 9 25 6 24 5 23 41
-STDOUT_9463=16 28 9 27 6 26 5 25 41
-STDOUT_9464=17 27 9 26 6 25 5 24 41
-STDOUT_9465=18 29 10 28 6 27 5 26 41
-STDOUT_9466=17 26 9 25 6 24 5 23 41
-STDOUT_9467=17 27 9 26 6 25 5 24 41
-STDOUT_9468=17 26 9 25 6 24 5 23 41
-STDOUT_9469=15 24 6 23 2 22 0 21 41
-STDOUT_9470=17 26 9 25 6 24 5 23 41
-STDOUT_9471=18 28 10 27 6 26 5 25 41
-STDOUT_9472=17 27 9 26 6 25 5 24 41
-STDOUT_9473=18 28 10 27 6 26 5 25 41
-STDOUT_9474=17 27 9 26 6 25 5 24 41
-STDOUT_9475=17 26 9 25 6 24 5 23 41
-STDOUT_9476=16 29 9 28 6 27 5 26 41
-STDOUT_9477=17 26 9 25 6 24 5 23 41
-STDOUT_9478=17 27 9 26 6 25 5 24 41
-STDOUT_9479=17 27 9 26 6 25 5 24 41
-STDOUT_9480=15 25 6 24 2 23 0 22 41
-STDOUT_9481=17 27 9 26 6 25 5 24 41
-STDOUT_9482=18 29 10 28 6 27 5 26 41
-STDOUT_9483=18 29 10 28 6 27 5 26 41
-STDOUT_9484=17 26 9 25 6 24 5 23 41
-STDOUT_9485=16 28 9 27 6 26 5 25 41
-STDOUT_9486=17 27 9 26 6 25 5 24 41
-STDOUT_9487=17 27 9 26 6 25 5 24 41
-STDOUT_9488=17 26 9 25 6 24 5 23 41
-STDOUT_9489=17 26 9 25 6 24 5 23 41
-STDOUT_9490=17 26 9 25 6 24 5 23 41
-STDOUT_9491=16 28 9 27 6 26 5 25 41
-STDOUT_9492=18 28 10 27 6 26 5 25 41
-STDOUT_9493=18 26 9 25 6 24 5 23 41
-STDOUT_9494=17 26 9 25 6 24 5 23 41
-STDOUT_9495=16 28 9 27 6 26 5 25 41
-STDOUT_9496=17 26 9 25 6 24 5 23 41
-STDOUT_9497=18 28 10 27 6 26 5 25 41
-STDOUT_9498=17 26 9 25 6 24 5 23 41
-STDOUT_9499=17 27 9 26 6 25 5 24 41
-STDOUT_9500=16 29 9 28 6 27 5 26 41
-STDOUT_9501=15 25 6 24 2 23 0 22 41
-STDOUT_9502=15 25 6 24 2 23 0 22 41
-STDOUT_9503=17 27 9 26 6 25 5 24 41
-STDOUT_9504=30 52 18 51 12 50 9 49 41
-STDOUT_9505=30 52 18 51 12 50 9 49 41
-STDOUT_9506=30 52 18 51 12 50 9 49 41
-STDOUT_9507=30 52 18 51 12 50 9 49 41
-STDOUT_9508=30 54 19 53 15 52 12 51 41
-STDOUT_9509=30 52 18 51 12 50 9 49 41
-STDOUT_9510=30 54 19 53 15 52 12 51 41
-STDOUT_9511=30 52 18 51 12 50 9 49 41
-STDOUT_9512=30 52 18 51 12 50 9 49 41
-STDOUT_9513=30 52 18 51 12 50 9 49 41
-STDOUT_9514=30 52 18 51 12 50 9 49 41
-STDOUT_9515=30 52 18 51 12 50 9 49 41
-STDOUT_9516=30 53 19 52 15 51 12 50 41
-STDOUT_9517=30 52 18 51 12 50 9 49 41
-STDOUT_9518=30 52 18 51 12 50 9 49 41
-STDOUT_9519=30 52 18 51 12 50 9 49 41
-STDOUT_9520=30 53 19 52 15 51 12 50 41
-STDOUT_9521=30 52 18 51 12 50 9 49 41
-STDOUT_9522=30 52 18 51 12 50 9 49 41
-STDOUT_9523=30 54 19 53 15 52 12 51 41
-STDOUT_9524=30 52 18 51 12 50 9 49 41
-STDOUT_9525=30 54 19 53 15 52 12 51 41
-STDOUT_9526=30 52 18 51 12 50 9 49 41
-STDOUT_9527=30 52 18 51 12 50 9 49 41
-STDOUT_9528=30 52 18 51 12 50 9 49 41
-STDOUT_9529=30 53 19 52 15 51 12 50 41
-STDOUT_9530=30 52 18 51 12 50 9 49 41
-STDOUT_9531=30 52 18 51 12 50 9 49 41
-STDOUT_9532=30 52 18 51 12 50 9 49 41
-STDOUT_9533=30 52 18 51 12 50 9 49 41
-STDOUT_9534=30 52 18 51 12 50 9 49 41
-STDOUT_9535=30 53 19 52 15 51 12 50 41
-STDOUT_9536=30 53 19 52 15 51 12 50 41
-STDOUT_9537=30 52 18 51 12 50 9 49 41
-STDOUT_9538=30 52 18 51 12 50 9 49 41
-STDOUT_9539=30 55 17 54 10 53 6 52 41
-STDOUT_9540=30 52 18 51 12 50 9 49 41
-STDOUT_9541=30 52 18 51 12 50 9 49 41
-STDOUT_9542=30 52 18 51 12 50 9 49 41
-STDOUT_9543=30 53 19 52 15 51 12 50 41
-STDOUT_9544=30 52 18 51 12 50 9 49 41
-STDOUT_9545=30 52 18 51 12 50 9 49 41
-STDOUT_9546=30 55 17 54 10 53 6 52 41
-STDOUT_9547=30 52 18 51 12 50 9 49 41
-STDOUT_9548=30 52 18 51 12 50 9 49 41
-STDOUT_9549=30 52 18 51 12 50 9 49 41
-STDOUT_9550=30 52 18 51 12 50 9 49 41
-STDOUT_9551=30 52 18 51 12 50 9 49 41
-STDOUT_9552=30 52 16 51 9 50 6 49 41
-STDOUT_9553=30 52 18 51 12 50 9 49 41
-STDOUT_9554=30 54 19 53 15 52 12 51 41
-STDOUT_9555=30 52 18 51 12 50 9 49 41
-STDOUT_9556=30 52 18 51 12 50 9 49 41
-STDOUT_9557=30 53 19 52 15 51 12 50 41
-STDOUT_9558=30 54 19 53 15 52 12 51 41
-STDOUT_9559=30 54 19 53 15 52 12 51 41
-STDOUT_9560=30 52 16 51 9 50 6 49 41
-STDOUT_9561=30 52 18 51 12 50 9 49 41
-STDOUT_9562=30 52 18 51 12 50 9 49 41
-STDOUT_9563=30 52 18 51 12 50 9 49 41
-STDOUT_9564=30 53 19 52 15 51 12 50 41
-STDOUT_9565=30 52 18 51 12 50 9 49 41
-STDOUT_9566=30 54 19 53 15 52 12 51 41
-STDOUT_9567=30 52 18 51 12 50 9 49 41
-STDOUT_9568=30 52 18 51 12 50 9 49 41
-STDOUT_9569=30 54 19 53 15 52 12 51 41
-STDOUT_9570=30 52 18 51 12 50 9 49 41
-STDOUT_9571=30 55 17 54 10 53 6 52 41
-STDOUT_9572=30 54 19 53 15 52 12 51 41
-STDOUT_9573=30 52 18 51 12 50 9 49 41
-STDOUT_9574=30 54 19 53 15 52 12 51 41
-STDOUT_9575=30 54 19 53 15 52 12 51 41
-STDOUT_9576=30 52 18 51 12 50 9 49 41
-STDOUT_9577=30 53 19 52 15 51 12 50 41
-STDOUT_9578=30 52 18 51 12 50 9 49 41
-STDOUT_9579=30 55 17 54 10 53 6 52 41
-STDOUT_9580=30 52 18 51 12 50 9 49 41
-STDOUT_9581=30 52 18 51 12 50 9 49 41
-STDOUT_9582=30 52 18 51 12 50 9 49 41
-STDOUT_9583=30 52 18 51 12 50 9 49 41
-STDOUT_9584=30 54 19 53 15 52 12 51 41
-STDOUT_9585=30 52 18 51 12 50 9 49 41
-STDOUT_9586=30 52 18 51 12 50 9 49 41
-STDOUT_9587=30 52 18 51 12 50 9 49 41
-STDOUT_9588=30 53 19 52 15 51 12 50 41
-STDOUT_9589=30 53 19 52 15 51 12 50 41
-STDOUT_9590=30 52 18 51 12 50 9 49 41
-STDOUT_9591=30 52 18 51 12 50 9 49 41
-STDOUT_9592=30 52 18 51 12 50 9 49 41
-STDOUT_9593=30 54 19 53 15 52 12 51 41
-STDOUT_9594=30 52 18 51 12 50 9 49 41
-STDOUT_9595=30 52 18 51 12 50 9 49 41
-STDOUT_9596=30 54 19 53 15 52 12 51 41
-STDOUT_9597=30 52 18 51 12 50 9 49 41
-STDOUT_9598=30 52 16 51 9 50 6 49 41
-STDOUT_9599=30 52 18 51 12 50 9 49 41
-STDOUT_9600=30 52 18 51 12 50 9 49 41
-STDOUT_9601=30 52 18 51 12 50 9 49 41
-STDOUT_9602=30 53 19 52 15 51 12 50 41
-STDOUT_9603=30 53 19 52 15 51 12 50 41
-STDOUT_9604=23 42 2 41 0 40 0 39 41
-STDOUT_9605=23 42 2 41 0 40 0 39 41
-STDOUT_9606=24 42 3 41 0 40 0 39 41
-STDOUT_9607=24 42 3 41 0 40 0 39 41
-STDOUT_9608=24 42 2 41 0 40 0 39 41
-STDOUT_9609=24 41 3 40 0 39 0 38 41
-STDOUT_9610=24 42 2 41 0 40 0 39 41
-STDOUT_9611=22 42 2 41 0 40 0 39 41
-STDOUT_9612=24 42 2 41 0 40 0 39 41
-STDOUT_9613=23 42 2 41 0 40 0 39 41
-STDOUT_9614=22 42 2 41 0 40 0 39 41
-STDOUT_9615=25 42 3 41 0 40 0 39 41
-STDOUT_9616=24 42 2 41 0 40 0 39 41
-STDOUT_9617=23 42 2 41 0 40 0 39 41
-STDOUT_9618=25 42 3 41 0 40 0 39 41
-STDOUT_9619=23 42 2 41 0 40 0 39 41
-STDOUT_9620=25 42 3 41 0 40 0 39 41
-STDOUT_9621=23 42 2 41 0 40 0 39 41
-STDOUT_9622=25 41 4 40 0 39 0 38 41
-STDOUT_9623=25 42 3 41 0 40 0 39 41
-STDOUT_9624=23 42 2 41 0 40 0 39 41
-STDOUT_9625=23 42 3 41 0 40 0 39 41
-STDOUT_9626=24 42 3 41 0 40 0 39 41
-STDOUT_9627=23 42 3 41 0 40 0 39 41
-STDOUT_9628=25 41 3 40 0 39 0 38 41
-STDOUT_9629=24 42 3 41 0 40 0 39 41
-STDOUT_9630=23 42 2 41 0 40 0 39 41
-STDOUT_9631=23 42 2 41 0 40 0 39 41
-STDOUT_9632=23 42 2 41 0 40 0 39 41
-STDOUT_9633=23 41 3 40 0 39 0 38 41
-STDOUT_9634=25 42 2 41 0 40 0 39 41
-STDOUT_9635=23 42 2 41 0 40 0 39 41
-STDOUT_9636=23 42 2 41 0 40 0 39 41
-STDOUT_9637=24 42 2 41 0 40 0 39 41
-STDOUT_9638=25 41 3 40 0 39 0 38 41
-STDOUT_9639=23 42 2 41 0 40 0 39 41
-STDOUT_9640=24 41 3 40 0 39 0 38 41
-STDOUT_9641=26 42 3 41 0 40 0 39 41
-STDOUT_9642=24 42 3 41 0 40 0 39 41
-STDOUT_9643=25 42 2 41 0 40 0 39 41
-STDOUT_9644=24 42 2 41 0 40 0 39 41
-STDOUT_9645=26 41 4 40 0 39 0 38 41
-STDOUT_9646=23 42 2 41 0 40 0 39 41
-STDOUT_9647=22 42 2 41 0 40 0 39 41
-STDOUT_9648=26 42 3 41 0 40 0 39 41
-STDOUT_9649=24 42 2 41 0 40 0 39 41
-STDOUT_9650=24 42 3 41 0 40 0 39 41
-STDOUT_9651=23 42 2 41 0 40 0 39 41
-STDOUT_9652=22 42 2 41 0 40 0 39 41
-STDOUT_9653=22 42 2 41 0 40 0 39 41
-STDOUT_9654=25 42 3 41 0 40 0 39 41
-STDOUT_9655=24 42 2 41 0 40 0 39 41
-STDOUT_9656=24 42 3 41 0 40 0 39 41
-STDOUT_9657=24 42 2 41 0 40 0 39 41
-STDOUT_9658=24 42 2 41 0 40 0 39 41
-STDOUT_9659=22 42 2 41 0 40 0 39 41
-STDOUT_9660=23 42 2 41 0 40 0 39 41
-STDOUT_9661=25 42 3 41 0 40 0 39 41
-STDOUT_9662=26 41 4 40 0 39 0 38 41
-STDOUT_9663=24 41 3 40 0 39 0 38 41
-STDOUT_9664=24 42 2 41 0 40 0 39 41
-STDOUT_9665=24 42 2 41 0 40 0 39 41
-STDOUT_9666=22 42 2 41 0 40 0 39 41
-STDOUT_9667=23 42 2 41 0 40 0 39 41
-STDOUT_9668=24 42 3 41 0 40 0 39 41
-STDOUT_9669=22 42 2 41 0 40 0 39 41
-STDOUT_9670=24 42 2 41 0 40 0 39 41
-STDOUT_9671=24 42 2 41 0 40 0 39 41
-STDOUT_9672=24 41 4 40 0 39 0 38 41
-STDOUT_9673=23 42 2 41 0 40 0 39 41
-STDOUT_9674=25 42 3 41 0 40 0 39 41
-STDOUT_9675=23 42 2 41 0 40 0 39 41
-STDOUT_9676=24 42 3 41 0 40 0 39 41
-STDOUT_9677=25 41 4 40 0 39 0 38 41
-STDOUT_9678=22 42 2 41 0 40 0 39 41
-STDOUT_9679=25 42 3 41 0 40 0 39 41
-STDOUT_9680=25 42 3 41 0 40 0 39 41
-STDOUT_9681=23 42 2 41 0 40 0 39 41
-STDOUT_9682=22 41 2 40 0 39 0 38 41
-STDOUT_9683=24 42 2 41 0 40 0 39 41
-STDOUT_9684=24 42 2 41 0 40 0 39 41
-STDOUT_9685=23 42 3 41 0 40 0 39 41
-STDOUT_9686=24 41 3 40 0 39 0 38 41
-STDOUT_9687=24 41 3 40 0 39 0 38 41
-STDOUT_9688=24 41 3 40 0 39 0 38 41
-STDOUT_9689=24 42 2 41 0 40 0 39 41
-STDOUT_9690=24 42 2 41 0 40 0 39 41
-STDOUT_9691=23 42 3 41 0 40 0 39 41
-STDOUT_9692=26 41 3 40 0 39 0 38 41
-STDOUT_9693=23 42 3 41 0 40 0 39 41
-STDOUT_9694=22 42 2 41 0 40 0 39 41
-STDOUT_9695=22 42 2 41 0 40 0 39 41
-STDOUT_9696=25 41 3 40 0 39 0 38 41
-STDOUT_9697=25 42 3 41 0 40 0 39 41
-STDOUT_9698=23 42 2 41 0 40 0 39 41
-STDOUT_9699=22 42 2 41 0 40 0 39 41
-STDOUT_9700=23 42 2 41 0 40 0 39 41
-STDOUT_9701=23 42 2 41 0 40 0 39 41
-STDOUT_9702=27 41 4 40 0 39 0 38 41
-STDOUT_9703=23 42 3 41 0 40 0 39 41
-STDOUT_9704=SCORES_TXT_END_0
-STDOUT_9705=SCORES_TXT_BEGIN_0 2 300 9 BLEU
-STDOUT_9706=13 18 7 17 4 16 3 15 21
-STDOUT_9707=13 18 7 17 4 16 3 15 21
-STDOUT_9708=13 21 7 20 4 19 3 18 21
-STDOUT_9709=13 21 7 20 4 19 3 18 21
-STDOUT_9710=13 18 7 17 4 16 3 15 21
-STDOUT_9711=13 18 7 17 4 16 3 15 21
-STDOUT_9712=12 17 6 16 4 15 3 14 21
-STDOUT_9713=13 18 7 17 4 16 3 15 21
-STDOUT_9714=9 15 2 14 0 13 0 12 21
-STDOUT_9715=13 21 7 20 4 19 3 18 21
-STDOUT_9716=13 18 7 17 4 16 3 15 21
-STDOUT_9717=12 17 6 16 4 15 3 14 21
-STDOUT_9718=8 14 2 13 0 12 0 11 21
-STDOUT_9719=13 21 7 20 4 19 3 18 21
-STDOUT_9720=13 18 7 17 4 16 3 15 21
-STDOUT_9721=13 18 7 17 4 16 3 15 21
-STDOUT_9722=9 15 2 14 0 13 0 12 21
-STDOUT_9723=15 21 7 20 4 19 3 18 21
-STDOUT_9724=13 21 7 20 4 19 3 18 21
-STDOUT_9725=13 18 7 17 4 16 3 15 21
-STDOUT_9726=13 18 7 17 4 16 3 15 21
-STDOUT_9727=8 14 2 13 0 12 0 11 21
-STDOUT_9728=13 21 7 20 4 19 3 18 21
-STDOUT_9729=12 20 6 19 4 18 3 17 21
-STDOUT_9730=13 18 7 17 4 16 3 15 21
-STDOUT_9731=15 21 7 20 4 19 3 18 21
-STDOUT_9732=8 15 2 14 0 13 0 12 21
-STDOUT_9733=13 21 7 20 4 19 3 18 21
-STDOUT_9734=13 18 7 17 4 16 3 15 21
-STDOUT_9735=9 18 2 17 0 16 0 15 21
-STDOUT_9736=13 22 7 21 4 20 3 19 21
-STDOUT_9737=9 15 2 14 0 13 0 12 21
-STDOUT_9738=12 17 6 16 4 15 3 14 21
-STDOUT_9739=13 18 7 17 4 16 3 15 21
-STDOUT_9740=12 20 6 19 4 18 3 17 21
-STDOUT_9741=8 17 2 16 0 15 0 14 21
-STDOUT_9742=13 18 7 17 4 16 3 15 21
-STDOUT_9743=12 20 7 19 4 18 3 17 21
-STDOUT_9744=7 15 2 14 0 13 0 12 21
-STDOUT_9745=8 15 2 14 0 13 0 12 21
-STDOUT_9746=13 21 7 20 4 19 3 18 21
-STDOUT_9747=13 18 7 17 4 16 3 15 21
-STDOUT_9748=13 18 7 17 4 16 3 15 21
-STDOUT_9749=11 16 5 15 1 14 0 13 21
-STDOUT_9750=9 18 2 17 0 16 0 15 21
-STDOUT_9751=13 22 7 21 4 20 3 19 21
-STDOUT_9752=9 15 2 14 0 13 0 12 21
-STDOUT_9753=8 15 2 14 0 13 0 12 21
-STDOUT_9754=7 14 2 13 0 12 0 11 21
-STDOUT_9755=9 16 2 15 0 14 0 13 21
-STDOUT_9756=12 17 6 16 4 15 3 14 21
-STDOUT_9757=9 15 2 14 0 13 0 12 21
-STDOUT_9758=13 21 7 20 4 19 3 18 21
-STDOUT_9759=13 21 7 20 4 19 3 18 21
-STDOUT_9760=8 15 2 14 0 13 0 12 21
-STDOUT_9761=13 18 7 17 4 16 3 15 21
-STDOUT_9762=13 21 7 20 4 19 3 18 21
-STDOUT_9763=13 18 7 17 4 16 3 15 21
-STDOUT_9764=8 17 2 16 0 15 0 14 21
-STDOUT_9765=12 18 7 17 4 16 3 15 21
-STDOUT_9766=12 20 7 19 4 18 3 17 21
-STDOUT_9767=7 15 2 14 0 13 0 12 21
-STDOUT_9768=12 17 6 16 4 15 3 14 21
-STDOUT_9769=8 14 2 13 0 12 0 11 21
-STDOUT_9770=12 19 7 18 4 17 3 16 21
-STDOUT_9771=13 21 7 20 4 19 3 18 21
-STDOUT_9772=11 16 5 15 1 14 0 13 21
-STDOUT_9773=13 18 7 17 4 16 3 15 21
-STDOUT_9774=13 19 7 18 4 17 3 16 21
-STDOUT_9775=13 18 7 17 4 16 3 15 21
-STDOUT_9776=7 15 2 14 0 13 0 12 21
-STDOUT_9777=8 15 2 14 0 13 0 12 21
-STDOUT_9778=7 14 2 13 0 12 0 11 21
-STDOUT_9779=9 16 2 15 0 14 0 13 21
-STDOUT_9780=12 17 6 16 4 15 3 14 21
-STDOUT_9781=9 15 2 14 0 13 0 12 21
-STDOUT_9782=13 21 7 20 4 19 3 18 21
-STDOUT_9783=13 21 7 20 4 19 3 18 21
-STDOUT_9784=8 18 2 17 0 16 0 15 21
-STDOUT_9785=15 21 7 20 4 19 3 18 21
-STDOUT_9786=10 15 4 14 1 13 0 12 21
-STDOUT_9787=8 14 1 13 0 12 0 11 21
-STDOUT_9788=8 15 2 14 0 13 0 12 21
-STDOUT_9789=13 21 7 20 4 19 3 18 21
-STDOUT_9790=13 21 7 20 4 19 3 18 21
-STDOUT_9791=13 18 7 17 4 16 3 15 21
-STDOUT_9792=12 20 6 19 4 18 3 17 21
-STDOUT_9793=12 18 7 17 4 16 3 15 21
-STDOUT_9794=12 17 6 16 4 15 3 14 21
-STDOUT_9795=13 18 7 17 4 16 3 15 21
-STDOUT_9796=13 18 7 17 4 16 3 15 21
-STDOUT_9797=8 15 2 14 0 13 0 12 21
-STDOUT_9798=9 18 2 17 0 16 0 15 21
-STDOUT_9799=9 15 2 14 0 13 0 12 21
-STDOUT_9800=8 14 2 13 0 12 0 11 21
-STDOUT_9801=12 17 6 16 4 15 3 14 21
-STDOUT_9802=7 13 1 12 0 11 0 10 21
-STDOUT_9803=12 20 6 19 4 18 3 17 21
-STDOUT_9804=13 21 7 20 4 19 3 18 21
-STDOUT_9805=13 21 7 20 4 19 3 18 21
-STDOUT_9806=14 29 10 28 7 27 5 26 21
-STDOUT_9807=13 29 8 28 5 27 4 26 21
-STDOUT_9808=13 29 8 28 5 27 4 26 21
-STDOUT_9809=14 29 10 28 7 27 5 26 21
-STDOUT_9810=14 29 10 28 7 27 5 26 21
-STDOUT_9811=14 29 10 28 7 27 5 26 21
-STDOUT_9812=13 29 8 28 5 27 4 26 21
-STDOUT_9813=13 29 8 28 5 27 4 26 21
-STDOUT_9814=13 29 8 28 5 27 4 26 21
-STDOUT_9815=14 29 10 28 7 27 5 26 21
-STDOUT_9816=13 29 8 28 5 27 4 26 21
-STDOUT_9817=13 29 8 28 5 27 4 26 21
-STDOUT_9818=14 29 10 28 7 27 5 26 21
-STDOUT_9819=14 28 8 27 5 26 3 25 21
-STDOUT_9820=13 29 8 28 5 27 4 26 21
-STDOUT_9821=15 29 12 28 9 27 7 26 21
-STDOUT_9822=14 29 10 28 7 27 5 26 21
-STDOUT_9823=14 29 10 28 7 27 5 26 21
-STDOUT_9824=14 29 10 28 7 27 5 26 21
-STDOUT_9825=13 29 8 28 5 27 4 26 21
-STDOUT_9826=14 29 10 28 7 27 5 26 21
-STDOUT_9827=13 29 8 28 5 27 4 26 21
-STDOUT_9828=13 29 8 28 5 27 4 26 21
-STDOUT_9829=14 29 10 28 7 27 5 26 21
-STDOUT_9830=14 30 9 29 6 28 4 27 21
-STDOUT_9831=13 28 6 27 3 26 2 25 21
-STDOUT_9832=14 29 10 28 7 27 5 26 21
-STDOUT_9833=13 29 8 28 5 27 4 26 21
-STDOUT_9834=14 29 10 28 7 27 6 26 21
-STDOUT_9835=13 28 6 27 3 26 2 25 21
-STDOUT_9836=14 30 8 29 5 28 3 27 21
-STDOUT_9837=13 29 8 28 5 27 4 26 21
-STDOUT_9838=14 29 10 28 7 27 5 26 21
-STDOUT_9839=14 29 10 28 7 27 6 26 21
-STDOUT_9840=13 29 8 28 5 27 4 26 21
-STDOUT_9841=13 29 8 28 5 27 4 26 21
-STDOUT_9842=13 29 8 28 5 27 4 26 21
-STDOUT_9843=14 29 10 28 7 27 5 26 21
-STDOUT_9844=14 29 10 28 7 27 5 26 21
-STDOUT_9845=14 28 8 27 5 26 3 25 21
-STDOUT_9846=15 29 12 28 9 27 7 26 21
-STDOUT_9847=14 29 10 28 7 27 5 26 21
-STDOUT_9848=14 35 9 34 6 33 4 32 21
-STDOUT_9849=14 29 10 28 7 27 5 26 21
-STDOUT_9850=14 28 8 27 5 26 3 25 21
-STDOUT_9851=14 29 10 28 7 27 5 26 21
-STDOUT_9852=13 30 7 29 4 28 3 27 21
-STDOUT_9853=15 29 12 28 9 27 7 26 21
-STDOUT_9854=14 29 10 28 7 27 5 26 21
-STDOUT_9855=13 29 8 28 5 27 4 26 21
-STDOUT_9856=14 29 10 28 7 27 5 26 21
-STDOUT_9857=13 30 7 29 4 28 3 27 21
-STDOUT_9858=13 30 6 29 3 28 2 27 21
-STDOUT_9859=14 28 8 27 5 26 3 25 21
-STDOUT_9860=13 29 8 28 5 27 4 26 21
-STDOUT_9861=13 29 8 28 5 27 4 26 21
-STDOUT_9862=14 29 10 28 7 27 5 26 21
-STDOUT_9863=15 29 12 28 9 27 7 26 21
-STDOUT_9864=14 29 10 28 7 27 5 26 21
-STDOUT_9865=14 28 8 27 5 26 3 25 21
-STDOUT_9866=13 30 6 29 3 28 2 27 21
-STDOUT_9867=13 29 8 28 5 27 4 26 21
-STDOUT_9868=13 30 9 29 7 28 5 27 21
-STDOUT_9869=14 30 9 29 6 28 4 27 21
-STDOUT_9870=13 29 8 28 5 27 4 26 21
-STDOUT_9871=13 29 8 28 5 27 4 26 21
-STDOUT_9872=14 29 10 28 7 27 5 26 21
-STDOUT_9873=13 29 8 28 5 27 4 26 21
-STDOUT_9874=13 29 8 28 5 27 4 26 21
-STDOUT_9875=14 30 8 29 5 28 3 27 21
-STDOUT_9876=13 28 6 27 3 26 2 25 21
-STDOUT_9877=14 29 10 28 7 27 6 26 21
-STDOUT_9878=14 30 9 29 6 28 4 27 21
-STDOUT_9879=13 35 7 34 4 33 3 32 21
-STDOUT_9880=13 29 8 28 5 27 4 26 21
-STDOUT_9881=13 28 6 27 3 26 2 25 21
-STDOUT_9882=13 29 8 28 5 27 4 26 21
-STDOUT_9883=14 29 10 28 7 27 5 26 21
-STDOUT_9884=13 35 7 34 4 33 3 32 21
-STDOUT_9885=14 29 10 28 7 27 6 26 21
-STDOUT_9886=13 29 8 28 5 27 4 26 21
-STDOUT_9887=14 29 10 28 7 27 5 26 21
-STDOUT_9888=14 29 10 28 7 27 5 26 21
-STDOUT_9889=13 28 6 27 3 26 2 25 21
-STDOUT_9890=14 30 8 29 5 28 3 27 21
-STDOUT_9891=13 29 8 28 5 27 4 26 21
-STDOUT_9892=14 30 9 29 6 28 4 27 21
-STDOUT_9893=14 29 10 28 7 27 6 26 21
-STDOUT_9894=13 29 8 28 5 27 4 26 21
-STDOUT_9895=13 28 6 27 3 26 2 25 21
-STDOUT_9896=14 29 10 28 7 27 5 26 21
-STDOUT_9897=13 29 8 28 5 27 4 26 21
-STDOUT_9898=13 29 8 28 5 27 4 26 21
-STDOUT_9899=14 29 10 28 7 27 5 26 21
-STDOUT_9900=14 29 10 28 7 27 5 26 21
-STDOUT_9901=14 29 10 28 7 27 6 26 21
-STDOUT_9902=13 28 6 27 3 26 2 25 21
-STDOUT_9903=13 29 8 28 5 27 4 26 21
-STDOUT_9904=14 29 8 28 5 27 3 26 21
-STDOUT_9905=14 29 10 28 7 27 5 26 21
-STDOUT_9906=10 24 1 23 0 22 0 21 21
-STDOUT_9907=9 23 2 22 0 21 0 20 21
-STDOUT_9908=11 23 2 22 0 21 0 20 21
-STDOUT_9909=8 24 0 23 0 22 0 21 21
-STDOUT_9910=11 25 2 24 0 23 0 22 21
-STDOUT_9911=11 24 1 23 0 22 0 21 21
-STDOUT_9912=10 23 2 22 0 21 0 20 21
-STDOUT_9913=11 24 1 23 0 22 0 21 21
-STDOUT_9914=9 24 1 23 0 22 0 21 21
-STDOUT_9915=11 24 1 23 0 22 0 21 21
-STDOUT_9916=9 23 0 22 0 21 0 20 21
-STDOUT_9917=8 23 0 22 0 21 0 20 21
-STDOUT_9918=8 23 0 22 0 21 0 20 21
-STDOUT_9919=8 23 2 22 0 21 0 20 21
-STDOUT_9920=9 24 1 23 0 22 0 21 21
-STDOUT_9921=9 25 1 24 0 23 0 22 21
-STDOUT_9922=9 24 0 23 0 22 0 21 21
-STDOUT_9923=10 23 2 22 0 21 0 20 21
-STDOUT_9924=9 24 0 23 0 22 0 21 21
-STDOUT_9925=12 25 2 24 0 23 0 22 21
-STDOUT_9926=7 24 0 23 0 22 0 21 21
-STDOUT_9927=12 24 1 23 0 22 0 21 21
-STDOUT_9928=10 25 2 24 0 23 0 22 21
-STDOUT_9929=9 24 0 23 0 22 0 21 21
-STDOUT_9930=12 25 2 24 0 23 0 22 21
-STDOUT_9931=10 24 1 23 0 22 0 21 21
-STDOUT_9932=12 24 1 23 0 22 0 21 21
-STDOUT_9933=10 24 1 23 0 22 0 21 21
-STDOUT_9934=9 24 1 23 0 22 0 21 21
-STDOUT_9935=10 23 0 22 0 21 0 20 21
-STDOUT_9936=9 23 2 22 0 21 0 20 21
-STDOUT_9937=9 23 0 22 0 21 0 20 21
-STDOUT_9938=10 23 2 22 0 21 0 20 21
-STDOUT_9939=9 24 1 23 0 22 0 21 21
-STDOUT_9940=9 23 2 22 0 21 0 20 21
-STDOUT_9941=9 23 0 22 0 21 0 20 21
-STDOUT_9942=7 24 0 23 0 22 0 21 21
-STDOUT_9943=10 25 2 24 0 23 0 22 21
-STDOUT_9944=10 24 1 23 0 22 0 21 21
-STDOUT_9945=12 24 1 23 0 22 0 21 21
-STDOUT_9946=10 24 1 23 0 22 0 21 21
-STDOUT_9947=10 24 1 23 0 22 0 21 21
-STDOUT_9948=10 23 0 22 0 21 0 20 21
-STDOUT_9949=9 23 0 22 0 21 0 20 21
-STDOUT_9950=8 23 0 22 0 21 0 20 21
-STDOUT_9951=7 23 0 22 0 21 0 20 21
-STDOUT_9952=10 23 0 22 0 21 0 20 21
-STDOUT_9953=9 23 0 22 0 21 0 20 21
-STDOUT_9954=9 23 0 22 0 21 0 20 21
-STDOUT_9955=7 23 0 22 0 21 0 20 21
-STDOUT_9956=12 25 2 24 0 23 0 22 21
-STDOUT_9957=9 23 0 22 0 21 0 20 21
-STDOUT_9958=8 23 1 22 0 21 0 20 21
-STDOUT_9959=10 24 3 23 1 22 0 21 21
-STDOUT_9960=10 25 1 24 0 23 0 22 21
-STDOUT_9961=10 24 1 23 0 22 0 21 21
-STDOUT_9962=10 24 1 23 0 22 0 21 21
-STDOUT_9963=10 24 0 23 0 22 0 21 21
-STDOUT_9964=8 25 1 24 0 23 0 22 21
-STDOUT_9965=9 24 2 23 0 22 0 21 21
-STDOUT_9966=10 25 1 24 0 23 0 22 21
-STDOUT_9967=8 24 0 23 0 22 0 21 21
-STDOUT_9968=8 24 0 23 0 22 0 21 21
-STDOUT_9969=10 24 0 23 0 22 0 21 21
-STDOUT_9970=8 23 0 22 0 21 0 20 21
-STDOUT_9971=7 23 0 22 0 21 0 20 21
-STDOUT_9972=9 23 0 22 0 21 0 20 21
-STDOUT_9973=7 23 0 22 0 21 0 20 21
-STDOUT_9974=8 25 1 24 0 23 0 22 21
-STDOUT_9975=10 23 1 22 0 21 0 20 21
-STDOUT_9976=12 24 3 23 1 22 0 21 21
-STDOUT_9977=8 24 0 23 0 22 0 21 21
-STDOUT_9978=10 24 0 23 0 22 0 21 21
-STDOUT_9979=8 24 0 23 0 22 0 21 21
-STDOUT_9980=13 25 2 24 0 23 0 22 21
-STDOUT_9981=9 24 2 23 0 22 0 21 21
-STDOUT_9982=8 24 0 23 0 22 0 21 21
-STDOUT_9983=13 24 1 23 0 22 0 21 21
-STDOUT_9984=11 25 2 24 0 23 0 22 21
-STDOUT_9985=11 25 2 24 0 23 0 22 21
-STDOUT_9986=10 24 1 23 0 22 0 21 21
-STDOUT_9987=11 24 1 23 0 22 0 21 21
-STDOUT_9988=11 24 1 23 0 22 0 21 21
-STDOUT_9989=11 24 1 23 0 22 0 21 21
-STDOUT_9990=10 24 1 23 0 22 0 21 21
-STDOUT_9991=11 23 0 22 0 21 0 20 21
-STDOUT_9992=9 24 1 23 0 22 0 21 21
-STDOUT_9993=10 23 0 22 0 21 0 20 21
-STDOUT_9994=8 24 1 23 0 22 0 21 21
-STDOUT_9995=11 24 1 23 0 22 0 21 21
-STDOUT_9996=9 23 0 22 0 21 0 20 21
-STDOUT_9997=10 24 1 23 0 22 0 21 21
-STDOUT_9998=8 23 0 22 0 21 0 20 21
-STDOUT_9999=11 23 0 22 0 21 0 20 21
-STDOUT_10000=10 24 1 23 0 22 0 21 21
-STDOUT_10001=10 23 0 22 0 21 0 20 21
-STDOUT_10002=10 23 2 22 0 21 0 20 21
-STDOUT_10003=10 23 0 22 0 21 0 20 21
-STDOUT_10004=9 23 2 22 0 21 0 20 21
-STDOUT_10005=10 25 1 24 0 23 0 22 21
-STDOUT_10006=SCORES_TXT_END_0
-STDOUT_10007=SCORES_TXT_BEGIN_0 3 300 9 BLEU
-STDOUT_10008=12 17 10 16 8 15 6 14 15
-STDOUT_10009=12 17 10 16 8 15 6 14 15
-STDOUT_10010=12 17 10 16 8 15 6 14 15
-STDOUT_10011=12 17 10 16 8 15 6 14 15
-STDOUT_10012=12 17 10 16 8 15 6 14 15
-STDOUT_10013=12 17 10 16 8 15 6 14 15
-STDOUT_10014=12 17 10 16 8 15 6 14 15
-STDOUT_10015=12 17 10 16 8 15 6 14 15
-STDOUT_10016=12 17 10 16 8 15 6 14 15
-STDOUT_10017=12 17 10 16 8 15 6 14 15
-STDOUT_10018=12 17 10 16 8 15 6 14 15
-STDOUT_10019=12 17 10 16 8 15 6 14 15
-STDOUT_10020=12 17 10 16 8 15 6 14 15
-STDOUT_10021=12 17 10 16 8 15 6 14 15
-STDOUT_10022=9 14 7 13 5 12 3 11 15
-STDOUT_10023=10 16 8 15 6 14 4 13 15
-STDOUT_10024=12 17 10 16 8 15 6 14 15
-STDOUT_10025=12 17 10 16 8 15 6 14 15
-STDOUT_10026=12 17 10 16 8 15 6 14 15
-STDOUT_10027=12 17 10 16 8 15 6 14 15
-STDOUT_10028=9 14 7 13 5 12 3 11 15
-STDOUT_10029=10 16 8 15 6 14 4 13 15
-STDOUT_10030=12 17 10 16 8 15 6 14 15
-STDOUT_10031=12 17 10 16 8 15 6 14 15
-STDOUT_10032=12 17 10 16 8 15 6 14 15
-STDOUT_10033=12 17 10 16 8 15 6 14 15
-STDOUT_10034=12 17 10 16 8 15 6 14 15
-STDOUT_10035=12 17 10 16 8 15 6 14 15
-STDOUT_10036=12 17 10 16 8 15 6 14 15
-STDOUT_10037=9 14 7 13 5 12 3 11 15
-STDOUT_10038=10 16 8 15 6 14 4 13 15
-STDOUT_10039=12 17 10 16 8 15 6 14 15
-STDOUT_10040=9 14 7 13 5 12 3 11 15
-STDOUT_10041=12 17 10 16 8 15 6 14 15
-STDOUT_10042=12 17 10 16 8 15 6 14 15
-STDOUT_10043=9 14 7 13 5 12 3 11 15
-STDOUT_10044=12 17 10 16 8 15 6 14 15
-STDOUT_10045=12 17 10 16 8 15 6 14 15
-STDOUT_10046=11 17 8 16 6 15 4 14 15
-STDOUT_10047=12 17 10 16 8 15 6 14 15
-STDOUT_10048=12 17 10 16 8 15 6 14 15
-STDOUT_10049=9 14 7 13 5 12 3 11 15
-STDOUT_10050=12 17 10 16 8 15 6 14 15
-STDOUT_10051=10 16 8 15 6 14 4 13 15
-STDOUT_10052=12 17 10 16 8 15 6 14 15
-STDOUT_10053=12 17 10 16 8 15 6 14 15
-STDOUT_10054=12 17 10 16 8 15 6 14 15
-STDOUT_10055=10 16 8 15 6 14 4 13 15
-STDOUT_10056=11 17 8 16 6 15 4 14 15
-STDOUT_10057=12 17 10 16 8 15 6 14 15
-STDOUT_10058=12 17 10 16 8 15 6 14 15
-STDOUT_10059=12 17 10 16 8 15 6 14 15
-STDOUT_10060=12 17 10 16 8 15 6 14 15
-STDOUT_10061=12 17 10 16 8 15 6 14 15
-STDOUT_10062=12 17 10 16 8 15 6 14 15
-STDOUT_10063=11 17 8 16 6 15 4 14 15
-STDOUT_10064=9 14 7 13 5 12 3 11 15
-STDOUT_10065=9 14 7 13 5 12 3 11 15
-STDOUT_10066=10 16 8 15 6 14 4 13 15
-STDOUT_10067=12 17 10 16 8 15 6 14 15
-STDOUT_10068=12 17 10 16 8 15 6 14 15
-STDOUT_10069=12 17 10 16 8 15 6 14 15
-STDOUT_10070=12 17 10 16 8 15 6 14 15
-STDOUT_10071=9 14 7 13 5 12 3 11 15
-STDOUT_10072=11 17 8 16 5 15 3 14 15
-STDOUT_10073=12 17 10 16 8 15 6 14 15
-STDOUT_10074=10 16 8 15 6 14 4 13 15
-STDOUT_10075=12 17 10 16 8 15 6 14 15
-STDOUT_10076=12 17 10 16 8 15 6 14 15
-STDOUT_10077=12 17 10 16 8 15 6 14 15
-STDOUT_10078=12 17 10 16 8 15 6 14 15
-STDOUT_10079=12 17 10 16 8 15 6 14 15
-STDOUT_10080=12 17 10 16 8 15 6 14 15
-STDOUT_10081=12 17 10 16 8 15 6 14 15
-STDOUT_10082=12 17 10 16 8 15 6 14 15
-STDOUT_10083=9 14 7 13 5 12 3 11 15
-STDOUT_10084=11 17 8 16 6 15 4 14 15
-STDOUT_10085=10 16 8 15 6 14 4 13 15
-STDOUT_10086=12 17 10 16 8 15 6 14 15
-STDOUT_10087=9 14 7 13 5 12 3 11 15
-STDOUT_10088=11 17 8 16 6 15 4 14 15
-STDOUT_10089=11 17 8 16 6 15 4 14 15
-STDOUT_10090=10 16 8 15 6 14 4 13 15
-STDOUT_10091=12 17 10 16 8 15 6 14 15
-STDOUT_10092=12 17 10 16 8 15 6 14 15
-STDOUT_10093=9 14 7 13 5 12 3 11 15
-STDOUT_10094=10 16 8 15 6 14 4 13 15
-STDOUT_10095=12 17 10 16 8 15 6 14 15
-STDOUT_10096=11 17 8 16 5 15 3 14 15
-STDOUT_10097=7 13 5 12 3 11 1 10 15
-STDOUT_10098=12 17 10 16 8 15 6 14 15
-STDOUT_10099=10 16 8 15 6 14 4 13 15
-STDOUT_10100=12 17 10 16 8 15 6 14 15
-STDOUT_10101=12 17 10 16 8 15 6 14 15
-STDOUT_10102=12 17 10 16 8 15 6 14 15
-STDOUT_10103=9 14 7 13 5 12 3 11 15
-STDOUT_10104=12 17 10 16 8 15 6 14 15
-STDOUT_10105=11 17 8 16 5 15 3 14 15
-STDOUT_10106=10 16 8 15 6 14 4 13 15
-STDOUT_10107=12 17 10 16 8 15 6 14 15
-STDOUT_10108=12 28 7 27 4 26 1 25 15
-STDOUT_10109=12 28 7 27 4 26 1 25 15
-STDOUT_10110=12 28 7 27 4 26 1 25 15
-STDOUT_10111=12 28 7 27 4 26 1 25 15
-STDOUT_10112=12 23 8 22 6 21 4 20 15
-STDOUT_10113=12 28 7 27 4 26 1 25 15
-STDOUT_10114=12 23 8 22 6 21 4 20 15
-STDOUT_10115=12 28 7 27 4 26 1 25 15
-STDOUT_10116=12 28 7 27 4 26 1 25 15
-STDOUT_10117=12 28 7 27 4 26 1 25 15
-STDOUT_10118=12 28 7 27 4 26 1 25 15
-STDOUT_10119=12 28 7 27 4 26 1 25 15
-STDOUT_10120=12 28 7 27 4 26 1 25 15
-STDOUT_10121=12 23 8 22 6 21 4 20 15
-STDOUT_10122=12 23 8 22 6 21 4 20 15
-STDOUT_10123=12 28 7 27 4 26 1 25 15
-STDOUT_10124=12 23 8 22 6 21 4 20 15
-STDOUT_10125=12 28 7 27 4 26 1 25 15
-STDOUT_10126=12 28 7 27 4 26 1 25 15
-STDOUT_10127=12 23 8 22 6 21 4 20 15
-STDOUT_10128=12 23 8 22 6 21 4 20 15
-STDOUT_10129=12 28 7 27 4 26 1 25 15
-STDOUT_10130=12 28 7 27 4 26 1 25 15
-STDOUT_10131=12 28 7 27 4 26 1 25 15
-STDOUT_10132=12 28 7 27 4 26 1 25 15
-STDOUT_10133=12 23 8 22 6 21 4 20 15
-STDOUT_10134=12 26 7 25 4 24 1 23 15
-STDOUT_10135=12 28 7 27 4 26 1 25 15
-STDOUT_10136=12 23 8 22 6 21 4 20 15
-STDOUT_10137=12 28 7 27 4 26 1 25 15
-STDOUT_10138=12 28 7 27 4 26 1 25 15
-STDOUT_10139=12 28 7 27 4 26 1 25 15
-STDOUT_10140=12 28 7 27 4 26 1 25 15
-STDOUT_10141=12 26 7 25 4 24 1 23 15
-STDOUT_10142=12 28 7 27 4 26 1 25 15
-STDOUT_10143=12 23 8 22 6 21 4 20 15
-STDOUT_10144=12 23 8 22 6 21 4 20 15
-STDOUT_10145=12 28 7 27 4 26 1 25 15
-STDOUT_10146=12 28 7 27 4 26 1 25 15
-STDOUT_10147=12 23 8 22 6 21 4 20 15
-STDOUT_10148=12 28 7 27 4 26 1 25 15
-STDOUT_10149=12 23 8 22 6 21 4 20 15
-STDOUT_10150=12 28 7 27 4 26 1 25 15
-STDOUT_10151=12 23 8 22 6 21 4 20 15
-STDOUT_10152=12 23 8 22 6 21 4 20 15
-STDOUT_10153=12 28 7 27 4 26 1 25 15
-STDOUT_10154=12 28 7 27 4 26 1 25 15
-STDOUT_10155=12 28 7 27 4 26 1 25 15
-STDOUT_10156=12 28 7 27 4 26 1 25 15
-STDOUT_10157=12 23 8 22 6 21 4 20 15
-STDOUT_10158=12 28 7 27 4 26 1 25 15
-STDOUT_10159=12 28 7 27 4 26 1 25 15
-STDOUT_10160=12 23 8 22 6 21 4 20 15
-STDOUT_10161=12 28 7 27 4 26 1 25 15
-STDOUT_10162=12 23 8 22 6 21 4 20 15
-STDOUT_10163=12 23 8 22 6 21 4 20 15
-STDOUT_10164=12 28 7 27 4 26 1 25 15
-STDOUT_10165=12 28 7 27 4 26 1 25 15
-STDOUT_10166=12 23 8 22 6 21 4 20 15
-STDOUT_10167=12 28 7 27 4 26 1 25 15
-STDOUT_10168=12 28 7 27 4 26 1 25 15
-STDOUT_10169=12 28 7 27 4 26 1 25 15
-STDOUT_10170=12 28 7 27 4 26 1 25 15
-STDOUT_10171=12 28 7 27 4 26 1 25 15
-STDOUT_10172=12 28 7 27 4 26 1 25 15
-STDOUT_10173=12 28 7 27 4 26 1 25 15
-STDOUT_10174=12 23 8 22 6 21 4 20 15
-STDOUT_10175=12 23 8 22 6 21 4 20 15
-STDOUT_10176=12 28 7 27 4 26 1 25 15
-STDOUT_10177=12 23 8 22 6 21 4 20 15
-STDOUT_10178=12 23 8 22 6 21 4 20 15
-STDOUT_10179=12 23 8 22 6 21 4 20 15
-STDOUT_10180=12 28 7 27 4 26 1 25 15
-STDOUT_10181=12 23 8 22 6 21 4 20 15
-STDOUT_10182=12 23 8 22 6 21 4 20 15
-STDOUT_10183=12 28 7 27 4 26 1 25 15
-STDOUT_10184=12 26 7 25 4 24 1 23 15
-STDOUT_10185=12 28 7 27 4 26 1 25 15
-STDOUT_10186=12 28 7 27 4 26 1 25 15
-STDOUT_10187=12 28 7 27 4 26 1 25 15
-STDOUT_10188=12 24 7 23 4 22 1 21 15
-STDOUT_10189=12 28 7 27 4 26 1 25 15
-STDOUT_10190=12 23 8 22 6 21 4 20 15
-STDOUT_10191=12 23 8 22 6 21 4 20 15
-STDOUT_10192=12 28 7 27 4 26 1 25 15
-STDOUT_10193=12 23 8 22 6 21 4 20 15
-STDOUT_10194=12 26 7 25 4 24 1 23 15
-STDOUT_10195=12 28 7 27 4 26 1 25 15
-STDOUT_10196=12 23 8 22 6 21 4 20 15
-STDOUT_10197=12 28 7 27 4 26 1 25 15
-STDOUT_10198=12 28 7 27 4 26 1 25 15
-STDOUT_10199=12 28 7 27 4 26 1 25 15
-STDOUT_10200=12 23 8 22 6 21 4 20 15
-STDOUT_10201=12 23 8 22 6 21 4 20 15
-STDOUT_10202=12 23 8 22 6 21 4 20 15
-STDOUT_10203=12 26 7 25 4 24 1 23 15
-STDOUT_10204=12 23 8 22 6 21 4 20 15
-STDOUT_10205=12 23 8 22 6 21 4 20 15
-STDOUT_10206=12 27 7 26 4 25 1 24 15
-STDOUT_10207=12 24 7 23 4 22 1 21 15
-STDOUT_10208=9 23 0 22 0 21 0 20 15
-STDOUT_10209=10 24 0 23 0 22 0 21 15
-STDOUT_10210=10 24 0 23 0 22 0 21 15
-STDOUT_10211=9 23 0 22 0 21 0 20 15
-STDOUT_10212=9 24 0 23 0 22 0 21 15
-STDOUT_10213=9 24 0 23 0 22 0 21 15
-STDOUT_10214=9 23 0 22 0 21 0 20 15
-STDOUT_10215=10 23 0 22 0 21 0 20 15
-STDOUT_10216=9 23 0 22 0 21 0 20 15
-STDOUT_10217=10 23 0 22 0 21 0 20 15
-STDOUT_10218=9 23 0 22 0 21 0 20 15
-STDOUT_10219=9 23 0 22 0 21 0 20 15
-STDOUT_10220=10 23 0 22 0 21 0 20 15
-STDOUT_10221=9 24 0 23 0 22 0 21 15
-STDOUT_10222=9 23 0 22 0 21 0 20 15
-STDOUT_10223=10 24 0 23 0 22 0 21 15
-STDOUT_10224=11 24 0 23 0 22 0 21 15
-STDOUT_10225=9 23 0 22 0 21 0 20 15
-STDOUT_10226=10 24 0 23 0 22 0 21 15
-STDOUT_10227=9 24 0 23 0 22 0 21 15
-STDOUT_10228=10 25 1 24 0 23 0 22 15
-STDOUT_10229=10 24 0 23 0 22 0 21 15
-STDOUT_10230=10 23 0 22 0 21 0 20 15
-STDOUT_10231=10 23 0 22 0 21 0 20 15
-STDOUT_10232=11 24 0 23 0 22 0 21 15
-STDOUT_10233=10 24 0 23 0 22 0 21 15
-STDOUT_10234=10 24 0 23 0 22 0 21 15
-STDOUT_10235=10 25 1 24 0 23 0 22 15
-STDOUT_10236=9 24 1 23 0 22 0 21 15
-STDOUT_10237=10 24 0 23 0 22 0 21 15
-STDOUT_10238=9 25 0 24 0 23 0 22 15
-STDOUT_10239=9 23 0 22 0 21 0 20 15
-STDOUT_10240=9 23 0 22 0 21 0 20 15
-STDOUT_10241=9 24 0 23 0 22 0 21 15
-STDOUT_10242=10 23 0 22 0 21 0 20 15
-STDOUT_10243=9 23 0 22 0 21 0 20 15
-STDOUT_10244=9 25 1 24 0 23 0 22 15
-STDOUT_10245=9 23 0 22 0 21 0 20 15
-STDOUT_10246=9 24 0 23 0 22 0 21 15
-STDOUT_10247=9 23 0 22 0 21 0 20 15
-STDOUT_10248=9 24 0 23 0 22 0 21 15
-STDOUT_10249=10 24 0 23 0 22 0 21 15
-STDOUT_10250=9 24 1 23 0 22 0 21 15
-STDOUT_10251=9 24 0 23 0 22 0 21 15
-STDOUT_10252=10 24 0 23 0 22 0 21 15
-STDOUT_10253=11 24 0 23 0 22 0 21 15
-STDOUT_10254=9 24 0 23 0 22 0 21 15
-STDOUT_10255=10 24 0 23 0 22 0 21 15
-STDOUT_10256=9 23 0 22 0 21 0 20 15
-STDOUT_10257=9 23 0 22 0 21 0 20 15
-STDOUT_10258=9 24 1 23 0 22 0 21 15
-STDOUT_10259=10 24 1 23 0 22 0 21 15
-STDOUT_10260=9 23 0 22 0 21 0 20 15
-STDOUT_10261=9 23 0 22 0 21 0 20 15
-STDOUT_10262=9 25 1 24 0 23 0 22 15
-STDOUT_10263=10 23 0 22 0 21 0 20 15
-STDOUT_10264=9 24 0 23 0 22 0 21 15
-STDOUT_10265=10 23 0 22 0 21 0 20 15
-STDOUT_10266=11 23 0 22 0 21 0 20 15
-STDOUT_10267=9 23 0 22 0 21 0 20 15
-STDOUT_10268=10 23 0 22 0 21 0 20 15
-STDOUT_10269=9 24 0 23 0 22 0 21 15
-STDOUT_10270=10 24 0 23 0 22 0 21 15
-STDOUT_10271=9 24 0 23 0 22 0 21 15
-STDOUT_10272=9 23 0 22 0 21 0 20 15
-STDOUT_10273=9 23 0 22 0 21 0 20 15
-STDOUT_10274=10 23 0 22 0 21 0 20 15
-STDOUT_10275=10 24 0 23 0 22 0 21 15
-STDOUT_10276=9 24 1 23 0 22 0 21 15
-STDOUT_10277=10 24 1 23 0 22 0 21 15
-STDOUT_10278=10 23 0 22 0 21 0 20 15
-STDOUT_10279=10 24 0 23 0 22 0 21 15
-STDOUT_10280=9 24 1 23 0 22 0 21 15
-STDOUT_10281=10 24 0 23 0 22 0 21 15
-STDOUT_10282=9 23 0 22 0 21 0 20 15
-STDOUT_10283=9 23 0 22 0 21 0 20 15
-STDOUT_10284=9 24 0 23 0 22 0 21 15
-STDOUT_10285=11 24 0 23 0 22 0 21 15
-STDOUT_10286=9 23 0 22 0 21 0 20 15
-STDOUT_10287=10 23 0 22 0 21 0 20 15
-STDOUT_10288=9 24 0 23 0 22 0 21 15
-STDOUT_10289=9 23 0 22 0 21 0 20 15
-STDOUT_10290=9 24 1 23 0 22 0 21 15
-STDOUT_10291=9 23 0 22 0 21 0 20 15
-STDOUT_10292=9 24 1 23 0 22 0 21 15
-STDOUT_10293=9 23 0 22 0 21 0 20 15
-STDOUT_10294=10 23 0 22 0 21 0 20 15
-STDOUT_10295=9 24 0 23 0 22 0 21 15
-STDOUT_10296=10 24 0 23 0 22 0 21 15
-STDOUT_10297=10 24 0 23 0 22 0 21 15
-STDOUT_10298=10 23 0 22 0 21 0 20 15
-STDOUT_10299=9 24 0 23 0 22 0 21 15
-STDOUT_10300=11 23 0 22 0 21 0 20 15
-STDOUT_10301=10 23 0 22 0 21 0 20 15
-STDOUT_10302=10 24 0 23 0 22 0 21 15
-STDOUT_10303=9 23 0 22 0 21 0 20 15
-STDOUT_10304=10 23 0 22 0 21 0 20 15
-STDOUT_10305=10 23 0 22 0 21 0 20 15
-STDOUT_10306=10 24 0 23 0 22 0 21 15
-STDOUT_10307=9 23 0 22 0 21 0 20 15
-STDOUT_10308=SCORES_TXT_END_0
-STDOUT_10309=SCORES_TXT_BEGIN_0 4 300 9 BLEU
-STDOUT_10310=27 34 13 33 4 32 0 31 46
-STDOUT_10311=27 34 13 33 4 32 0 31 46
-STDOUT_10312=26 36 13 35 5 34 0 33 46
-STDOUT_10313=26 36 13 35 5 34 0 33 46
-STDOUT_10314=25 34 11 33 3 32 0 31 46
-STDOUT_10315=25 34 11 33 3 32 0 31 46
-STDOUT_10316=26 35 13 34 5 33 0 32 46
-STDOUT_10317=26 35 13 34 5 33 0 32 46
-STDOUT_10318=25 36 12 35 5 34 0 33 46
-STDOUT_10319=27 34 13 33 4 32 0 31 46
-STDOUT_10320=25 36 12 35 5 34 0 33 46
-STDOUT_10321=26 35 13 34 5 33 0 32 46
-STDOUT_10322=26 35 13 34 5 33 0 32 46
-STDOUT_10323=25 36 12 35 5 34 0 33 46
-STDOUT_10324=25 36 12 35 5 34 0 33 46
-STDOUT_10325=26 36 13 35 5 34 0 33 46
-STDOUT_10326=26 36 13 35 5 34 0 33 46
-STDOUT_10327=26 36 13 35 5 34 0 33 46
-STDOUT_10328=25 33 13 32 6 31 1 30 46
-STDOUT_10329=25 33 13 32 6 31 1 30 46
-STDOUT_10330=24 35 11 34 4 33 0 32 46
-STDOUT_10331=24 35 11 34 4 33 0 32 46
-STDOUT_10332=23 36 10 35 4 34 0 33 46
-STDOUT_10333=25 33 13 32 6 31 1 30 46
-STDOUT_10334=25 34 11 33 3 32 0 31 46
-STDOUT_10335=25 33 13 32 6 31 1 30 46
-STDOUT_10336=24 35 11 34 4 33 0 32 46
-STDOUT_10337=24 35 11 34 4 33 0 32 46
-STDOUT_10338=23 36 10 35 4 34 0 33 46
-STDOUT_10339=27 34 13 33 4 32 0 31 46
-STDOUT_10340=27 34 13 33 4 32 0 31 46
-STDOUT_10341=25 36 12 35 5 34 0 33 46
-STDOUT_10342=26 35 12 34 4 33 0 32 46
-STDOUT_10343=26 35 13 34 5 33 0 32 46
-STDOUT_10344=25 33 13 32 6 31 1 30 46
-STDOUT_10345=26 35 13 34 5 33 0 32 46
-STDOUT_10346=25 33 13 32 6 31 1 30 46
-STDOUT_10347=25 36 12 35 5 34 0 33 46
-STDOUT_10348=27 34 13 33 4 32 0 31 46
-STDOUT_10349=27 34 13 33 4 32 0 31 46
-STDOUT_10350=25 36 12 35 5 34 0 33 46
-STDOUT_10351=25 36 12 35 5 34 0 33 46
-STDOUT_10352=27 35 13 34 4 33 0 32 46
-STDOUT_10353=23 33 11 32 5 31 1 30 46
-STDOUT_10354=26 35 12 34 4 33 0 32 46
-STDOUT_10355=23 33 11 32 5 31 1 30 46
-STDOUT_10356=25 33 13 32 6 31 1 30 46
-STDOUT_10357=25 33 13 32 6 31 1 30 46
-STDOUT_10358=26 36 13 35 5 34 0 33 46
-STDOUT_10359=26 36 13 35 5 34 0 33 46
-STDOUT_10360=27 35 13 34 4 33 0 32 46
-STDOUT_10361=23 33 11 32 5 31 1 30 46
-STDOUT_10362=23 33 11 32 5 31 1 30 46
-STDOUT_10363=26 36 13 35 5 34 0 33 46
-STDOUT_10364=25 34 11 33 3 32 0 31 46
-STDOUT_10365=27 34 13 33 4 32 0 31 46
-STDOUT_10366=25 34 11 33 3 32 0 31 46
-STDOUT_10367=25 33 13 32 6 31 1 30 46
-STDOUT_10368=26 33 12 32 4 31 0 30 46
-STDOUT_10369=25 33 13 32 6 31 1 30 46
-STDOUT_10370=27 34 13 33 4 32 0 31 46
-STDOUT_10371=24 35 10 34 3 33 0 32 46
-STDOUT_10372=24 35 11 34 4 33 0 32 46
-STDOUT_10373=23 33 11 32 5 31 1 30 46
-STDOUT_10374=24 35 11 34 4 33 0 32 46
-STDOUT_10375=23 33 11 32 5 31 1 30 46
-STDOUT_10376=23 36 10 35 4 34 0 33 46
-STDOUT_10377=25 34 11 33 3 32 0 31 46
-STDOUT_10378=27 34 13 33 4 32 0 31 46
-STDOUT_10379=25 34 11 33 3 32 0 31 46
-STDOUT_10380=26 33 12 32 4 31 0 30 46
-STDOUT_10381=26 35 13 34 5 33 0 32 46
-STDOUT_10382=26 35 12 34 4 33 0 32 46
-STDOUT_10383=26 36 13 35 5 34 0 33 46
-STDOUT_10384=27 34 13 33 4 32 0 31 46
-STDOUT_10385=24 35 10 34 3 33 0 32 46
-STDOUT_10386=26 35 13 34 5 33 0 32 46
-STDOUT_10387=23 33 11 32 5 31 1 30 46
-STDOUT_10388=25 36 12 35 5 34 0 33 46
-STDOUT_10389=23 33 11 32 5 31 1 30 46
-STDOUT_10390=27 35 14 34 6 33 1 32 46
-STDOUT_10391=27 34 13 33 4 32 0 31 46
-STDOUT_10392=27 35 14 34 6 33 1 32 46
-STDOUT_10393=26 35 12 34 4 33 0 32 46
-STDOUT_10394=27 34 13 33 4 32 0 31 46
-STDOUT_10395=25 36 12 35 5 34 0 33 46
-STDOUT_10396=27 34 13 33 4 32 0 31 46
-STDOUT_10397=26 35 13 34 5 33 0 32 46
-STDOUT_10398=25 36 12 35 5 34 0 33 46
-STDOUT_10399=26 35 12 34 4 33 0 32 46
-STDOUT_10400=26 36 13 35 5 34 0 33 46
-STDOUT_10401=27 35 13 34 4 33 0 32 46
-STDOUT_10402=26 35 13 34 5 33 0 32 46
-STDOUT_10403=27 34 13 33 4 32 0 31 46
-STDOUT_10404=26 35 12 34 4 33 0 32 46
-STDOUT_10405=25 36 12 35 5 34 0 33 46
-STDOUT_10406=27 36 14 35 6 34 1 33 46
-STDOUT_10407=25 33 13 32 6 31 1 30 46
-STDOUT_10408=25 33 13 32 6 31 1 30 46
-STDOUT_10409=27 35 14 34 6 33 1 32 46
-STDOUT_10410=28 51 11 50 4 49 1 48 46
-STDOUT_10411=28 51 11 50 4 49 1 48 46
-STDOUT_10412=28 51 11 50 4 49 1 48 46
-STDOUT_10413=28 51 11 50 4 49 1 48 46
-STDOUT_10414=28 51 11 50 4 49 1 48 46
-STDOUT_10415=28 51 11 50 4 49 1 48 46
-STDOUT_10416=28 51 11 50 4 49 1 48 46
-STDOUT_10417=28 51 11 50 4 49 1 48 46
-STDOUT_10418=28 51 11 50 4 49 1 48 46
-STDOUT_10419=28 51 11 50 4 49 1 48 46
-STDOUT_10420=28 51 11 50 4 49 1 48 46
-STDOUT_10421=28 51 11 50 4 49 1 48 46
-STDOUT_10422=28 51 11 50 4 49 1 48 46
-STDOUT_10423=28 51 11 50 4 49 1 48 46
-STDOUT_10424=28 51 11 50 4 49 1 48 46
-STDOUT_10425=28 51 11 50 4 49 1 48 46
-STDOUT_10426=28 51 11 50 4 49 1 48 46
-STDOUT_10427=28 51 11 50 4 49 1 48 46
-STDOUT_10428=28 51 11 50 4 49 1 48 46
-STDOUT_10429=28 51 11 50 4 49 1 48 46
-STDOUT_10430=28 51 11 50 4 49 1 48 46
-STDOUT_10431=28 51 11 50 4 49 1 48 46
-STDOUT_10432=28 51 11 50 4 49 1 48 46
-STDOUT_10433=28 51 11 50 4 49 1 48 46
-STDOUT_10434=28 50 11 49 4 48 1 47 46
-STDOUT_10435=28 51 11 50 4 49 1 48 46
-STDOUT_10436=28 51 11 50 4 49 1 48 46
-STDOUT_10437=28 51 11 50 4 49 1 48 46
-STDOUT_10438=28 51 11 50 4 49 1 48 46
-STDOUT_10439=28 51 11 50 4 49 1 48 46
-STDOUT_10440=28 51 11 50 4 49 1 48 46
-STDOUT_10441=29 51 12 50 4 49 1 48 46
-STDOUT_10442=28 51 11 50 4 49 1 48 46
-STDOUT_10443=28 51 11 50 4 49 1 48 46
-STDOUT_10444=28 51 11 50 4 49 1 48 46
-STDOUT_10445=27 51 11 50 4 49 1 48 46
-STDOUT_10446=28 51 11 50 4 49 1 48 46
-STDOUT_10447=28 51 11 50 4 49 1 48 46
-STDOUT_10448=28 50 11 49 4 48 1 47 46
-STDOUT_10449=28 51 11 50 4 49 1 48 46
-STDOUT_10450=28 51 11 50 4 49 1 48 46
-STDOUT_10451=28 51 11 50 4 49 1 48 46
-STDOUT_10452=28 52 11 51 4 50 1 49 46
-STDOUT_10453=28 50 11 49 4 48 1 47 46
-STDOUT_10454=28 51 11 50 4 49 1 48 46
-STDOUT_10455=28 50 11 49 4 48 1 47 46
-STDOUT_10456=28 51 11 50 4 49 1 48 46
-STDOUT_10457=28 51 11 50 4 49 1 48 46
-STDOUT_10458=28 51 11 50 4 49 1 48 46
-STDOUT_10459=28 51 11 50 4 49 1 48 46
-STDOUT_10460=29 51 12 50 4 49 1 48 46
-STDOUT_10461=28 51 11 50 4 49 1 48 46
-STDOUT_10462=28 51 11 50 4 49 1 48 46
-STDOUT_10463=28 51 11 50 4 49 1 48 46
-STDOUT_10464=29 51 12 50 4 49 1 48 46
-STDOUT_10465=28 51 11 50 4 49 1 48 46
-STDOUT_10466=28 51 11 50 4 49 1 48 46
-STDOUT_10467=27 51 11 50 4 49 1 48 46
-STDOUT_10468=29 51 12 50 4 49 1 48 46
-STDOUT_10469=28 50 11 49 4 48 1 47 46
-STDOUT_10470=28 51 11 50 4 49 1 48 46
-STDOUT_10471=27 51 11 50 4 49 1 48 46
-STDOUT_10472=28 51 11 50 4 49 1 48 46
-STDOUT_10473=27 51 11 50 4 49 1 48 46
-STDOUT_10474=28 51 11 50 4 49 1 48 46
-STDOUT_10475=28 52 11 51 4 50 1 49 46
-STDOUT_10476=28 51 11 50 4 49 1 48 46
-STDOUT_10477=28 51 11 50 4 49 1 48 46
-STDOUT_10478=28 52 11 51 4 50 1 49 46
-STDOUT_10479=28 50 11 49 4 48 1 47 46
-STDOUT_10480=28 50 11 49 4 48 1 47 46
-STDOUT_10481=28 51 11 50 4 49 1 48 46
-STDOUT_10482=28 51 11 50 4 49 1 48 46
-STDOUT_10483=28 51 11 50 4 49 1 48 46
-STDOUT_10484=28 52 11 51 4 50 1 49 46
-STDOUT_10485=28 50 11 49 4 48 1 47 46
-STDOUT_10486=28 51 11 50 4 49 1 48 46
-STDOUT_10487=28 52 11 51 4 50 1 49 46
-STDOUT_10488=28 51 11 50 4 49 1 48 46
-STDOUT_10489=28 50 11 49 4 48 1 47 46
-STDOUT_10490=28 51 11 50 4 49 1 48 46
-STDOUT_10491=28 51 11 50 4 49 1 48 46
-STDOUT_10492=28 51 11 50 4 49 1 48 46
-STDOUT_10493=28 51 11 50 4 49 1 48 46
-STDOUT_10494=29 51 12 50 4 49 1 48 46
-STDOUT_10495=28 51 11 50 4 49 1 48 46
-STDOUT_10496=28 50 11 49 4 48 1 47 46
-STDOUT_10497=29 51 12 50 4 49 1 48 46
-STDOUT_10498=28 51 11 50 4 49 1 48 46
-STDOUT_10499=28 51 11 50 4 49 1 48 46
-STDOUT_10500=28 50 11 49 4 48 1 47 46
-STDOUT_10501=29 51 12 50 4 49 1 48 46
-STDOUT_10502=28 50 11 49 4 48 1 47 46
-STDOUT_10503=27 51 11 50 4 49 1 48 46
-STDOUT_10504=28 51 11 50 4 49 1 48 46
-STDOUT_10505=28 51 11 50 4 49 1 48 46
-STDOUT_10506=27 51 11 50 4 49 1 48 46
-STDOUT_10507=29 51 12 50 4 49 1 48 46
-STDOUT_10508=28 50 11 49 4 48 1 47 46
-STDOUT_10509=28 51 11 50 4 49 1 48 46
-STDOUT_10510=26 43 3 42 1 41 0 40 46
-STDOUT_10511=26 43 3 42 1 41 0 40 46
-STDOUT_10512=26 44 3 43 1 42 0 41 46
-STDOUT_10513=26 44 3 43 1 42 0 41 46
-STDOUT_10514=26 44 3 43 1 42 0 41 46
-STDOUT_10515=25 43 4 42 1 41 0 40 46
-STDOUT_10516=25 43 4 42 1 41 0 40 46
-STDOUT_10517=25 44 4 43 1 42 0 41 46
-STDOUT_10518=25 43 3 42 1 41 0 40 46
-STDOUT_10519=26 43 3 42 1 41 0 40 46
-STDOUT_10520=26 44 3 43 1 42 0 41 46
-STDOUT_10521=27 43 3 42 1 41 0 40 46
-STDOUT_10522=25 43 3 42 1 41 0 40 46
-STDOUT_10523=25 44 4 43 1 42 0 41 46
-STDOUT_10524=27 43 3 42 1 41 0 40 46
-STDOUT_10525=25 44 4 43 1 42 0 41 46
-STDOUT_10526=25 44 3 43 1 42 0 41 46
-STDOUT_10527=27 44 3 43 1 42 0 41 46
-STDOUT_10528=25 43 3 42 1 41 0 40 46
-STDOUT_10529=25 44 3 43 1 42 0 41 46
-STDOUT_10530=25 43 3 42 1 41 0 40 46
-STDOUT_10531=27 44 3 43 1 42 0 41 46
-STDOUT_10532=25 44 3 43 1 42 0 41 46
-STDOUT_10533=24 43 4 42 1 41 0 40 46
-STDOUT_10534=27 44 3 43 1 42 0 41 46
-STDOUT_10535=25 43 4 42 1 41 0 40 46
-STDOUT_10536=25 42 3 41 1 40 0 39 46
-STDOUT_10537=25 44 3 43 1 42 0 41 46
-STDOUT_10538=26 43 3 42 1 41 0 40 46
-STDOUT_10539=25 44 4 43 1 42 0 41 46
-STDOUT_10540=26 43 4 42 1 41 0 40 46
-STDOUT_10541=24 43 4 42 1 41 0 40 46
-STDOUT_10542=25 44 3 43 1 42 0 41 46
-STDOUT_10543=26 43 3 42 1 41 0 40 46
-STDOUT_10544=25 42 3 41 1 40 0 39 46
-STDOUT_10545=25 44 3 43 1 42 0 41 46
-STDOUT_10546=26 43 4 42 1 41 0 40 46
-STDOUT_10547=25 44 3 43 1 42 0 41 46
-STDOUT_10548=26 42 3 41 1 40 0 39 46
-STDOUT_10549=26 42 3 41 1 40 0 39 46
-STDOUT_10550=24 44 4 43 1 42 0 41 46
-STDOUT_10551=25 43 3 42 1 41 0 40 46
-STDOUT_10552=25 44 3 43 1 42 0 41 46
-STDOUT_10553=25 45 3 44 1 43 0 42 46
-STDOUT_10554=24 42 3 41 1 40 0 39 46
-STDOUT_10555=25 43 3 42 1 41 0 40 46
-STDOUT_10556=26 44 4 43 1 42 0 41 46
-STDOUT_10557=24 43 4 42 1 41 0 40 46
-STDOUT_10558=27 44 4 43 1 42 0 41 46
-STDOUT_10559=25 44 3 43 1 42 0 41 46
-STDOUT_10560=26 43 3 42 1 41 0 40 46
-STDOUT_10561=24 44 4 43 1 42 0 41 46
-STDOUT_10562=24 42 3 41 1 40 0 39 46
-STDOUT_10563=27 43 3 42 1 41 0 40 46
-STDOUT_10564=26 43 3 42 1 41 0 40 46
-STDOUT_10565=25 43 3 42 1 41 0 40 46
-STDOUT_10566=25 45 3 44 1 43 0 42 46
-STDOUT_10567=27 44 3 43 1 42 0 41 46
-STDOUT_10568=24 43 4 42 1 41 0 40 46
-STDOUT_10569=26 43 3 42 1 41 0 40 46
-STDOUT_10570=26 44 4 43 1 42 0 41 46
-STDOUT_10571=26 43 3 42 1 41 0 40 46
-STDOUT_10572=26 43 3 42 1 41 0 40 46
-STDOUT_10573=24 44 4 43 1 42 0 41 46
-STDOUT_10574=25 43 3 42 1 41 0 40 46
-STDOUT_10575=25 45 3 44 1 43 0 42 46
-STDOUT_10576=26 44 4 43 1 42 0 41 46
-STDOUT_10577=26 43 3 42 1 41 0 40 46
-STDOUT_10578=24 44 4 43 1 42 0 41 46
-STDOUT_10579=24 43 3 42 1 41 0 40 46
-STDOUT_10580=25 43 4 42 1 41 0 40 46
-STDOUT_10581=24 44 4 43 1 42 0 41 46
-STDOUT_10582=26 44 3 43 1 42 0 41 46
-STDOUT_10583=25 43 4 42 1 41 0 40 46
-STDOUT_10584=24 44 4 43 1 42 0 41 46
-STDOUT_10585=25 44 3 43 1 42 0 41 46
-STDOUT_10586=26 44 3 43 1 42 0 41 46
-STDOUT_10587=25 43 3 42 1 41 0 40 46
-STDOUT_10588=26 43 3 42 1 41 0 40 46
-STDOUT_10589=24 43 3 42 1 41 0 40 46
-STDOUT_10590=25 44 3 43 1 42 0 41 46
-STDOUT_10591=26 43 3 42 1 41 0 40 46
-STDOUT_10592=25 44 3 43 1 42 0 41 46
-STDOUT_10593=24 44 4 43 1 42 0 41 46
-STDOUT_10594=26 44 3 43 1 42 0 41 46
-STDOUT_10595=26 44 3 43 1 42 0 41 46
-STDOUT_10596=26 43 3 42 1 41 0 40 46
-STDOUT_10597=24 43 3 42 1 41 0 40 46
-STDOUT_10598=25 42 3 41 1 40 0 39 46
-STDOUT_10599=24 44 4 43 1 42 0 41 46
-STDOUT_10600=24 45 4 44 1 43 0 42 46
-STDOUT_10601=26 44 3 43 1 42 0 41 46
-STDOUT_10602=24 43 4 42 1 41 0 40 46
-STDOUT_10603=24 42 3 41 1 40 0 39 46
-STDOUT_10604=24 44 3 43 1 42 0 41 46
-STDOUT_10605=25 42 3 41 1 40 0 39 46
-STDOUT_10606=26 44 3 43 1 42 0 41 46
-STDOUT_10607=25 43 3 42 1 41 0 40 46
-STDOUT_10608=26 44 4 43 1 42 0 41 46
-STDOUT_10609=24 44 4 43 1 42 0 41 46
-STDOUT_10610=SCORES_TXT_END_0
-STDOUT_10611=SCORES_TXT_BEGIN_0 5 300 9 BLEU
-STDOUT_10612=16 23 8 22 4 21 2 20 24
-STDOUT_10613=16 23 8 22 4 21 2 20 24
-STDOUT_10614=15 22 8 21 4 20 2 19 24
-STDOUT_10615=16 23 8 22 4 21 2 20 24
-STDOUT_10616=16 23 8 22 4 21 2 20 24
-STDOUT_10617=16 23 8 22 4 21 2 20 24
-STDOUT_10618=16 23 8 22 4 21 2 20 24
-STDOUT_10619=16 23 8 22 4 21 2 20 24
-STDOUT_10620=15 22 8 21 4 20 2 19 24
-STDOUT_10621=16 23 8 22 4 21 2 20 24
-STDOUT_10622=16 23 8 22 4 21 2 20 24
-STDOUT_10623=16 23 8 22 4 21 2 20 24
-STDOUT_10624=16 23 8 22 4 21 2 20 24
-STDOUT_10625=15 22 8 21 4 20 2 19 24
-STDOUT_10626=16 23 8 22 4 21 2 20 24
-STDOUT_10627=15 22 8 21 4 20 2 19 24
-STDOUT_10628=15 22 8 21 4 20 2 19 24
-STDOUT_10629=16 23 8 22 4 21 2 20 24
-STDOUT_10630=15 22 8 21 4 20 2 19 24
-STDOUT_10631=15 22 8 21 4 20 2 19 24
-STDOUT_10632=16 23 8 22 4 21 2 20 24
-STDOUT_10633=16 23 8 22 4 21 2 20 24
-STDOUT_10634=16 23 8 22 4 21 2 20 24
-STDOUT_10635=16 23 8 22 4 21 2 20 24
-STDOUT_10636=16 23 8 22 4 21 2 20 24
-STDOUT_10637=15 22 8 21 4 20 2 19 24
-STDOUT_10638=15 22 8 21 4 20 2 19 24
-STDOUT_10639=16 23 8 22 4 21 2 20 24
-STDOUT_10640=16 23 8 22 4 21 2 20 24
-STDOUT_10641=15 22 8 21 4 20 2 19 24
-STDOUT_10642=15 22 8 21 4 20 2 19 24
-STDOUT_10643=16 23 8 22 4 21 2 20 24
-STDOUT_10644=16 23 8 22 4 21 2 20 24
-STDOUT_10645=15 22 8 21 4 20 2 19 24
-STDOUT_10646=16 23 8 22 4 21 2 20 24
-STDOUT_10647=16 23 8 22 4 21 2 20 24
-STDOUT_10648=16 23 8 22 4 21 2 20 24
-STDOUT_10649=16 23 8 22 4 21 2 20 24
-STDOUT_10650=16 23 8 22 4 21 2 20 24
-STDOUT_10651=16 23 8 22 4 21 2 20 24
-STDOUT_10652=15 22 8 21 4 20 2 19 24
-STDOUT_10653=16 23 8 22 4 21 2 20 24
-STDOUT_10654=16 23 8 22 4 21 2 20 24
-STDOUT_10655=16 23 8 22 4 21 2 20 24
-STDOUT_10656=16 23 8 22 4 21 2 20 24
-STDOUT_10657=16 23 8 22 4 21 2 20 24
-STDOUT_10658=16 23 8 22 4 21 2 20 24
-STDOUT_10659=16 23 8 22 4 21 2 20 24
-STDOUT_10660=15 22 8 21 4 20 2 19 24
-STDOUT_10661=16 23 8 22 4 21 2 20 24
-STDOUT_10662=16 23 8 22 4 21 2 20 24
-STDOUT_10663=16 23 8 22 4 21 2 20 24
-STDOUT_10664=15 22 8 21 4 20 2 19 24
-STDOUT_10665=16 23 8 22 4 21 2 20 24
-STDOUT_10666=16 23 8 22 4 21 2 20 24
-STDOUT_10667=16 23 8 22 4 21 2 20 24
-STDOUT_10668=16 23 8 22 4 21 2 20 24
-STDOUT_10669=16 23 8 22 4 21 2 20 24
-STDOUT_10670=15 22 8 21 4 20 2 19 24
-STDOUT_10671=15 22 8 21 4 20 2 19 24
-STDOUT_10672=16 23 8 22 4 21 2 20 24
-STDOUT_10673=16 23 8 22 4 21 2 20 24
-STDOUT_10674=16 23 8 22 4 21 2 20 24
-STDOUT_10675=15 22 8 21 4 20 2 19 24
-STDOUT_10676=16 23 8 22 4 21 2 20 24
-STDOUT_10677=16 23 8 22 4 21 2 20 24
-STDOUT_10678=16 23 8 22 4 21 2 20 24
-STDOUT_10679=15 22 8 21 4 20 2 19 24
-STDOUT_10680=15 22 8 21 4 20 2 19 24
-STDOUT_10681=16 23 8 22 4 21 2 20 24
-STDOUT_10682=15 22 8 21 4 20 2 19 24
-STDOUT_10683=16 23 8 22 4 21 2 20 24
-STDOUT_10684=16 23 8 22 4 21 2 20 24
-STDOUT_10685=14 20 5 19 2 18 1 17 24
-STDOUT_10686=16 23 8 22 4 21 2 20 24
-STDOUT_10687=16 23 8 22 4 21 2 20 24
-STDOUT_10688=15 22 8 21 4 20 2 19 24
-STDOUT_10689=15 22 8 21 4 20 2 19 24
-STDOUT_10690=15 22 8 21 4 20 2 19 24
-STDOUT_10691=15 22 8 21 4 20 2 19 24
-STDOUT_10692=15 22 8 21 4 20 2 19 24
-STDOUT_10693=15 22 8 21 4 20 2 19 24
-STDOUT_10694=16 23 8 22 4 21 2 20 24
-STDOUT_10695=16 23 8 22 4 21 2 20 24
-STDOUT_10696=14 20 5 19 2 18 1 17 24
-STDOUT_10697=15 22 8 21 4 20 2 19 24
-STDOUT_10698=16 23 8 22 4 21 2 20 24
-STDOUT_10699=16 23 8 22 4 21 2 20 24
-STDOUT_10700=15 22 8 21 4 20 2 19 24
-STDOUT_10701=16 23 8 22 4 21 2 20 24
-STDOUT_10702=16 23 8 22 4 21 2 20 24
-STDOUT_10703=15 23 8 22 4 21 2 20 24
-STDOUT_10704=13 19 5 18 2 17 1 16 24
-STDOUT_10705=16 23 8 22 4 21 2 20 24
-STDOUT_10706=16 23 8 22 4 21 2 20 24
-STDOUT_10707=16 23 8 22 4 21 2 20 24
-STDOUT_10708=16 23 8 22 4 21 2 20 24
-STDOUT_10709=16 23 8 22 4 21 2 20 24
-STDOUT_10710=16 23 8 22 4 21 2 20 24
-STDOUT_10711=16 23 8 22 4 21 2 20 24
-STDOUT_10712=15 28 6 27 2 26 1 25 24
-STDOUT_10713=15 28 6 27 2 26 1 25 24
-STDOUT_10714=15 28 6 27 2 26 1 25 24
-STDOUT_10715=16 33 6 32 2 31 1 30 24
-STDOUT_10716=16 33 6 32 2 31 1 30 24
-STDOUT_10717=15 28 6 27 2 26 1 25 24
-STDOUT_10718=15 28 6 27 2 26 1 25 24
-STDOUT_10719=15 28 6 27 2 26 1 25 24
-STDOUT_10720=15 28 6 27 2 26 1 25 24
-STDOUT_10721=15 28 6 27 2 26 1 25 24
-STDOUT_10722=16 33 6 32 2 31 1 30 24
-STDOUT_10723=15 28 6 27 2 26 1 25 24
-STDOUT_10724=16 33 6 32 2 31 1 30 24
-STDOUT_10725=16 33 6 32 2 31 1 30 24
-STDOUT_10726=15 28 6 27 2 26 1 25 24
-STDOUT_10727=16 33 6 32 2 31 1 30 24
-STDOUT_10728=15 28 6 27 2 26 1 25 24
-STDOUT_10729=16 29 6 28 2 27 1 26 24
-STDOUT_10730=15 28 6 27 2 26 1 25 24
-STDOUT_10731=15 28 6 27 2 26 1 25 24
-STDOUT_10732=15 28 6 27 2 26 1 25 24
-STDOUT_10733=15 28 6 27 2 26 1 25 24
-STDOUT_10734=15 28 6 27 2 26 1 25 24
-STDOUT_10735=15 28 6 27 2 26 1 25 24
-STDOUT_10736=15 28 6 27 2 26 1 25 24
-STDOUT_10737=15 28 6 27 2 26 1 25 24
-STDOUT_10738=16 33 6 32 2 31 1 30 24
-STDOUT_10739=15 28 6 27 2 26 1 25 24
-STDOUT_10740=16 33 6 32 2 31 1 30 24
-STDOUT_10741=16 33 6 32 2 31 1 30 24
-STDOUT_10742=15 28 6 27 2 26 1 25 24
-STDOUT_10743=16 33 6 32 2 31 1 30 24
-STDOUT_10744=16 33 6 32 2 31 1 30 24
-STDOUT_10745=15 28 6 27 2 26 1 25 24
-STDOUT_10746=16 33 6 32 2 31 1 30 24
-STDOUT_10747=16 33 6 32 2 31 1 30 24
-STDOUT_10748=15 28 6 27 2 26 1 25 24
-STDOUT_10749=16 33 6 32 2 31 1 30 24
-STDOUT_10750=15 28 6 27 2 26 1 25 24
-STDOUT_10751=16 33 6 32 2 31 1 30 24
-STDOUT_10752=15 28 6 27 2 26 1 25 24
-STDOUT_10753=15 28 6 27 2 26 1 25 24
-STDOUT_10754=15 28 6 27 2 26 1 25 24
-STDOUT_10755=16 29 6 28 2 27 1 26 24
-STDOUT_10756=16 33 6 32 2 31 1 30 24
-STDOUT_10757=15 28 6 27 2 26 1 25 24
-STDOUT_10758=16 28 7 27 2 26 1 25 24
-STDOUT_10759=16 33 6 32 2 31 1 30 24
-STDOUT_10760=15 28 6 27 2 26 1 25 24
-STDOUT_10761=15 28 6 27 2 26 1 25 24
-STDOUT_10762=15 28 6 27 2 26 1 25 24
-STDOUT_10763=16 33 6 32 2 31 1 30 24
-STDOUT_10764=15 28 6 27 2 26 1 25 24
-STDOUT_10765=15 30 6 29 2 28 1 27 24
-STDOUT_10766=16 29 6 28 2 27 1 26 24
-STDOUT_10767=16 33 6 32 2 31 1 30 24
-STDOUT_10768=16 33 6 32 2 31 1 30 24
-STDOUT_10769=16 33 6 32 2 31 1 30 24
-STDOUT_10770=15 28 6 27 2 26 1 25 24
-STDOUT_10771=15 28 6 27 2 26 1 25 24
-STDOUT_10772=15 28 6 27 2 26 1 25 24
-STDOUT_10773=15 28 6 27 2 26 1 25 24
-STDOUT_10774=15 30 6 29 2 28 1 27 24
-STDOUT_10775=16 33 6 32 2 31 1 30 24
-STDOUT_10776=15 28 6 27 2 26 1 25 24
-STDOUT_10777=15 28 6 27 2 26 1 25 24
-STDOUT_10778=15 28 6 27 2 26 1 25 24
-STDOUT_10779=16 33 6 32 2 31 1 30 24
-STDOUT_10780=16 33 6 32 2 31 1 30 24
-STDOUT_10781=15 28 6 27 2 26 1 25 24
-STDOUT_10782=15 28 6 27 2 26 1 25 24
-STDOUT_10783=15 28 6 27 2 26 1 25 24
-STDOUT_10784=16 33 6 32 2 31 1 30 24
-STDOUT_10785=16 33 6 32 2 31 1 30 24
-STDOUT_10786=15 28 6 27 2 26 1 25 24
-STDOUT_10787=16 33 6 32 2 31 1 30 24
-STDOUT_10788=15 28 6 27 2 26 1 25 24
-STDOUT_10789=16 33 6 32 2 31 1 30 24
-STDOUT_10790=15 30 6 29 2 28 1 27 24
-STDOUT_10791=15 28 6 27 2 26 1 25 24
-STDOUT_10792=16 33 6 32 2 31 1 30 24
-STDOUT_10793=15 30 6 29 2 28 1 27 24
-STDOUT_10794=15 28 6 27 2 26 1 25 24
-STDOUT_10795=15 28 6 27 2 26 1 25 24
-STDOUT_10796=15 28 6 27 2 26 1 25 24
-STDOUT_10797=16 33 6 32 2 31 1 30 24
-STDOUT_10798=16 33 6 32 2 31 1 30 24
-STDOUT_10799=16 33 6 32 2 31 1 30 24
-STDOUT_10800=15 28 6 27 2 26 1 25 24
-STDOUT_10801=16 33 6 32 2 31 1 30 24
-STDOUT_10802=15 28 6 27 2 26 1 25 24
-STDOUT_10803=16 29 6 28 2 27 1 26 24
-STDOUT_10804=15 28 6 27 2 26 1 25 24
-STDOUT_10805=15 28 6 27 2 26 1 25 24
-STDOUT_10806=16 33 6 32 2 31 1 30 24
-STDOUT_10807=15 28 6 27 2 26 1 25 24
-STDOUT_10808=16 29 6 28 2 27 1 26 24
-STDOUT_10809=16 33 6 32 2 31 1 30 24
-STDOUT_10810=15 28 6 27 2 26 1 25 24
-STDOUT_10811=17 35 8 34 3 33 1 32 24
-STDOUT_10812=15 25 2 24 0 23 0 22 24
-STDOUT_10813=14 25 2 24 0 23 0 22 24
-STDOUT_10814=15 25 2 24 0 23 0 22 24
-STDOUT_10815=14 25 2 24 0 23 0 22 24
-STDOUT_10816=15 25 2 24 0 23 0 22 24
-STDOUT_10817=14 25 2 24 0 23 0 22 24
-STDOUT_10818=15 25 2 24 0 23 0 22 24
-STDOUT_10819=14 25 2 24 0 23 0 22 24
-STDOUT_10820=15 25 2 24 0 23 0 22 24
-STDOUT_10821=14 25 2 24 0 23 0 22 24
-STDOUT_10822=15 26 3 25 0 24 0 23 24
-STDOUT_10823=14 25 2 24 0 23 0 22 24
-STDOUT_10824=14 25 2 24 0 23 0 22 24
-STDOUT_10825=14 26 3 25 0 24 0 23 24
-STDOUT_10826=14 25 2 24 0 23 0 22 24
-STDOUT_10827=13 25 2 24 0 23 0 22 24
-STDOUT_10828=15 26 3 25 0 24 0 23 24
-STDOUT_10829=14 25 2 24 0 23 0 22 24
-STDOUT_10830=14 25 2 24 0 23 0 22 24
-STDOUT_10831=14 25 2 24 0 23 0 22 24
-STDOUT_10832=14 26 3 25 0 24 0 23 24
-STDOUT_10833=15 25 2 24 0 23 0 22 24
-STDOUT_10834=14 25 2 24 0 23 0 22 24
-STDOUT_10835=13 25 2 24 0 23 0 22 24
-STDOUT_10836=13 25 2 24 0 23 0 22 24
-STDOUT_10837=15 26 3 25 0 24 0 23 24
-STDOUT_10838=14 25 2 24 0 23 0 22 24
-STDOUT_10839=14 25 2 24 0 23 0 22 24
-STDOUT_10840=14 25 2 24 0 23 0 22 24
-STDOUT_10841=14 26 3 25 0 24 0 23 24
-STDOUT_10842=14 25 2 24 0 23 0 22 24
-STDOUT_10843=13 25 2 24 0 23 0 22 24
-STDOUT_10844=15 26 3 25 0 24 0 23 24
-STDOUT_10845=15 26 2 25 0 24 0 23 24
-STDOUT_10846=14 25 2 24 0 23 0 22 24
-STDOUT_10847=15 27 3 26 1 25 0 24 24
-STDOUT_10848=14 25 2 24 0 23 0 22 24
-STDOUT_10849=15 27 3 26 1 25 0 24 24
-STDOUT_10850=14 25 2 24 0 23 0 22 24
-STDOUT_10851=14 26 3 25 0 24 0 23 24
-STDOUT_10852=14 26 2 25 0 24 0 23 24
-STDOUT_10853=14 25 2 24 0 23 0 22 24
-STDOUT_10854=13 25 2 24 0 23 0 22 24
-STDOUT_10855=15 26 3 25 0 24 0 23 24
-STDOUT_10856=14 27 3 26 1 25 0 24 24
-STDOUT_10857=14 27 3 26 1 25 0 24 24
-STDOUT_10858=15 25 2 24 0 23 0 22 24
-STDOUT_10859=14 25 2 24 0 23 0 22 24
-STDOUT_10860=15 25 2 24 0 23 0 22 24
-STDOUT_10861=13 25 2 24 0 23 0 22 24
-STDOUT_10862=14 25 2 24 0 23 0 22 24
-STDOUT_10863=14 25 2 24 0 23 0 22 24
-STDOUT_10864=15 27 3 26 1 25 0 24 24
-STDOUT_10865=15 27 3 26 1 25 0 24 24
-STDOUT_10866=14 26 3 25 0 24 0 23 24
-STDOUT_10867=14 25 2 24 0 23 0 22 24
-STDOUT_10868=14 25 2 24 0 23 0 22 24
-STDOUT_10869=13 25 2 24 0 23 0 22 24
-STDOUT_10870=14 25 2 24 0 23 0 22 24
-STDOUT_10871=15 26 2 25 0 24 0 23 24
-STDOUT_10872=14 25 2 24 0 23 0 22 24
-STDOUT_10873=15 26 2 25 0 24 0 23 24
-STDOUT_10874=13 25 2 24 0 23 0 22 24
-STDOUT_10875=14 27 3 26 1 25 0 24 24
-STDOUT_10876=14 27 3 26 1 25 0 24 24
-STDOUT_10877=15 25 2 24 0 23 0 22 24
-STDOUT_10878=15 25 2 24 0 23 0 22 24
-STDOUT_10879=13 25 2 24 0 23 0 22 24
-STDOUT_10880=14 26 2 25 0 24 0 23 24
-STDOUT_10881=14 25 2 24 0 23 0 22 24
-STDOUT_10882=14 26 3 25 0 24 0 23 24
-STDOUT_10883=15 26 3 25 0 24 0 23 24
-STDOUT_10884=15 27 3 26 1 25 0 24 24
-STDOUT_10885=15 27 3 26 1 25 0 24 24
-STDOUT_10886=14 26 3 25 0 24 0 23 24
-STDOUT_10887=14 25 2 24 0 23 0 22 24
-STDOUT_10888=14 25 2 24 0 23 0 22 24
-STDOUT_10889=15 26 2 25 0 24 0 23 24
-STDOUT_10890=13 25 2 24 0 23 0 22 24
-STDOUT_10891=14 25 2 24 0 23 0 22 24
-STDOUT_10892=15 26 2 25 0 24 0 23 24
-STDOUT_10893=13 25 2 24 0 23 0 22 24
-STDOUT_10894=14 25 1 24 0 23 0 22 24
-STDOUT_10895=14 26 3 25 0 24 0 23 24
-STDOUT_10896=13 26 3 25 0 24 0 23 24
-STDOUT_10897=14 26 2 25 0 24 0 23 24
-STDOUT_10898=14 26 3 25 0 24 0 23 24
-STDOUT_10899=14 27 3 26 1 25 0 24 24
-STDOUT_10900=14 27 3 26 1 25 0 24 24
-STDOUT_10901=14 25 2 24 0 23 0 22 24
-STDOUT_10902=15 25 2 24 0 23 0 22 24
-STDOUT_10903=13 25 2 24 0 23 0 22 24
-STDOUT_10904=15 25 2 24 0 23 0 22 24
-STDOUT_10905=13 25 2 24 0 23 0 22 24
-STDOUT_10906=14 26 2 25 0 24 0 23 24
-STDOUT_10907=14 25 2 24 0 23 0 22 24
-STDOUT_10908=14 26 3 25 0 24 0 23 24
-STDOUT_10909=15 26 3 25 0 24 0 23 24
-STDOUT_10910=14 25 1 24 0 23 0 22 24
-STDOUT_10911=13 25 1 24 0 23 0 22 24
-STDOUT_10912=SCORES_TXT_END_0
-STDOUT_10913=SCORES_TXT_BEGIN_0 6 300 9 BLEU
-STDOUT_10914=16 29 9 28 7 27 6 26 34
-STDOUT_10915=16 27 9 26 7 25 6 24 34
-STDOUT_10916=14 28 4 27 2 26 1 25 34
-STDOUT_10917=16 29 9 28 7 27 6 26 34
-STDOUT_10918=18 32 11 31 8 30 6 29 34
-STDOUT_10919=16 29 9 28 7 27 6 26 34
-STDOUT_10920=16 29 9 28 7 27 6 26 34
-STDOUT_10921=16 28 9 27 7 26 6 25 34
-STDOUT_10922=16 29 9 28 7 27 6 26 34
-STDOUT_10923=16 29 9 28 7 27 6 26 34
-STDOUT_10924=14 26 4 25 2 24 1 23 34
-STDOUT_10925=14 28 4 27 2 26 1 25 34
-STDOUT_10926=16 29 9 28 7 27 6 26 34
-STDOUT_10927=16 29 9 28 7 27 6 26 34
-STDOUT_10928=18 30 11 29 8 28 6 27 34
-STDOUT_10929=16 31 6 30 3 29 1 28 34
-STDOUT_10930=18 32 11 31 8 30 6 29 34
-STDOUT_10931=16 27 9 26 7 25 6 24 34
-STDOUT_10932=16 29 9 28 7 27 6 26 34
-STDOUT_10933=16 27 9 26 7 25 6 24 34
-STDOUT_10934=16 29 9 28 7 27 6 26 34
-STDOUT_10935=16 29 9 28 7 27 6 26 34
-STDOUT_10936=14 27 4 26 2 25 1 24 34
-STDOUT_10937=18 32 11 31 8 30 6 29 34
-STDOUT_10938=18 32 11 31 8 30 6 29 34
-STDOUT_10939=14 28 4 27 2 26 1 25 34
-STDOUT_10940=16 27 9 26 7 25 6 24 34
-STDOUT_10941=16 29 9 28 7 27 6 26 34
-STDOUT_10942=18 31 11 30 8 29 6 28 34
-STDOUT_10943=16 28 9 27 7 26 6 25 34
-STDOUT_10944=17 29 9 28 7 27 6 26 34
-STDOUT_10945=16 28 9 27 7 26 6 25 34
-STDOUT_10946=16 27 9 26 7 25 6 24 34
-STDOUT_10947=16 29 9 28 7 27 6 26 34
-STDOUT_10948=18 32 11 31 8 30 6 29 34
-STDOUT_10949=14 28 4 27 2 26 1 25 34
-STDOUT_10950=18 32 11 31 8 30 6 29 34
-STDOUT_10951=16 29 9 28 7 27 6 26 34
-STDOUT_10952=14 28 4 27 2 26 1 25 34
-STDOUT_10953=16 29 6 28 3 27 1 26 34
-STDOUT_10954=16 29 9 28 7 27 6 26 34
-STDOUT_10955=16 31 6 30 3 29 1 28 34
-STDOUT_10956=16 27 9 26 7 25 6 24 34
-STDOUT_10957=17 29 8 28 6 27 5 26 34
-STDOUT_10958=16 29 9 28 7 27 6 26 34
-STDOUT_10959=18 32 11 31 8 30 6 29 34
-STDOUT_10960=16 28 9 27 7 26 6 25 34
-STDOUT_10961=18 32 11 31 8 30 6 29 34
-STDOUT_10962=16 29 9 28 7 27 6 26 34
-STDOUT_10963=18 30 11 29 8 28 6 27 34
-STDOUT_10964=16 29 9 28 7 27 6 26 34
-STDOUT_10965=18 32 11 31 8 30 6 29 34
-STDOUT_10966=15 29 7 28 4 27 2 26 34
-STDOUT_10967=18 30 11 29 8 28 6 27 34
-STDOUT_10968=18 32 11 31 8 30 6 29 34
-STDOUT_10969=16 29 9 28 7 27 6 26 34
-STDOUT_10970=18 32 11 31 8 30 6 29 34
-STDOUT_10971=16 28 9 27 7 26 6 25 34
-STDOUT_10972=15 29 7 28 4 27 2 26 34
-STDOUT_10973=16 29 9 28 7 27 6 26 34
-STDOUT_10974=16 30 6 29 3 28 1 27 34
-STDOUT_10975=15 29 7 28 4 27 2 26 34
-STDOUT_10976=16 29 9 28 7 27 6 26 34
-STDOUT_10977=15 28 4 27 2 26 1 25 34
-STDOUT_10978=14 28 4 27 2 26 1 25 34
-STDOUT_10979=16 28 9 27 7 26 6 25 34
-STDOUT_10980=16 29 9 28 7 27 6 26 34
-STDOUT_10981=16 31 6 30 3 29 1 28 34
-STDOUT_10982=16 29 9 28 7 27 6 26 34
-STDOUT_10983=18 30 11 29 8 28 6 27 34
-STDOUT_10984=16 30 9 29 7 28 6 27 34
-STDOUT_10985=18 32 11 31 8 30 6 29 34
-STDOUT_10986=14 26 4 25 2 24 1 23 34
-STDOUT_10987=14 28 4 27 2 26 1 25 34
-STDOUT_10988=16 29 9 28 7 27 6 26 34
-STDOUT_10989=14 28 4 27 2 26 1 25 34
-STDOUT_10990=15 29 7 28 4 27 2 26 34
-STDOUT_10991=18 31 11 30 8 29 6 28 34
-STDOUT_10992=17 27 8 26 6 25 5 24 34
-STDOUT_10993=19 32 11 31 8 30 6 29 34
-STDOUT_10994=16 29 9 28 7 27 6 26 34
-STDOUT_10995=17 29 8 28 6 27 5 26 34
-STDOUT_10996=18 31 11 30 8 29 6 28 34
-STDOUT_10997=17 29 9 28 7 27 6 26 34
-STDOUT_10998=18 30 11 29 8 28 6 27 34
-STDOUT_10999=18 32 11 31 8 30 6 29 34
-STDOUT_11000=17 29 9 28 7 27 6 26 34
-STDOUT_11001=16 29 9 28 7 27 6 26 34
-STDOUT_11002=16 31 6 30 3 29 1 28 34
-STDOUT_11003=18 32 11 31 8 30 6 29 34
-STDOUT_11004=16 31 6 30 3 29 1 28 34
-STDOUT_11005=18 32 11 31 8 30 6 29 34
-STDOUT_11006=16 28 9 27 7 26 6 25 34
-STDOUT_11007=14 28 4 27 2 26 1 25 34
-STDOUT_11008=16 29 9 28 7 27 6 26 34
-STDOUT_11009=15 27 7 26 4 25 2 24 34
-STDOUT_11010=14 28 4 27 2 26 1 25 34
-STDOUT_11011=14 28 4 27 2 26 1 25 34
-STDOUT_11012=15 29 7 28 4 27 2 26 34
-STDOUT_11013=18 30 11 29 8 28 6 27 34
-STDOUT_11014=19 35 10 34 5 33 3 32 34
-STDOUT_11015=19 35 10 34 5 33 3 32 34
-STDOUT_11016=19 35 10 34 5 33 3 32 34
-STDOUT_11017=19 35 10 34 5 33 3 32 34
-STDOUT_11018=19 35 10 34 5 33 3 32 34
-STDOUT_11019=19 35 10 34 5 33 3 32 34
-STDOUT_11020=19 35 10 34 5 33 3 32 34
-STDOUT_11021=19 35 10 34 5 33 3 32 34
-STDOUT_11022=19 35 10 34 5 33 3 32 34
-STDOUT_11023=19 35 10 34 5 33 3 32 34
-STDOUT_11024=19 35 10 34 5 33 3 32 34
-STDOUT_11025=19 35 10 34 5 33 3 32 34
-STDOUT_11026=19 35 10 34 5 33 3 32 34
-STDOUT_11027=19 35 10 34 5 33 3 32 34
-STDOUT_11028=19 35 10 34 5 33 3 32 34
-STDOUT_11029=19 35 10 34 5 33 3 32 34
-STDOUT_11030=20 35 10 34 5 33 3 32 34
-STDOUT_11031=19 35 10 34 5 33 3 32 34
-STDOUT_11032=19 35 10 34 5 33 3 32 34
-STDOUT_11033=19 35 10 34 5 33 3 32 34
-STDOUT_11034=19 35 10 34 5 33 3 32 34
-STDOUT_11035=19 35 10 34 5 33 3 32 34
-STDOUT_11036=19 35 10 34 5 33 3 32 34
-STDOUT_11037=19 35 10 34 5 33 3 32 34
-STDOUT_11038=19 35 10 34 5 33 3 32 34
-STDOUT_11039=19 35 10 34 5 33 3 32 34
-STDOUT_11040=19 35 10 34 5 33 3 32 34
-STDOUT_11041=19 35 10 34 5 33 3 32 34
-STDOUT_11042=20 35 10 34 5 33 3 32 34
-STDOUT_11043=19 35 10 34 5 33 3 32 34
-STDOUT_11044=20 35 10 34 5 33 3 32 34
-STDOUT_11045=19 35 10 34 5 33 3 32 34
-STDOUT_11046=20 35 10 34 5 33 3 32 34
-STDOUT_11047=20 35 10 34 5 33 3 32 34
-STDOUT_11048=20 35 10 34 5 33 3 32 34
-STDOUT_11049=19 35 10 34 5 33 3 32 34
-STDOUT_11050=19 35 10 34 5 33 3 32 34
-STDOUT_11051=19 35 10 34 5 33 3 32 34
-STDOUT_11052=19 35 10 34 5 33 3 32 34
-STDOUT_11053=19 35 10 34 5 33 3 32 34
-STDOUT_11054=19 35 10 34 5 33 3 32 34
-STDOUT_11055=19 35 10 34 5 33 3 32 34
-STDOUT_11056=19 35 10 34 5 33 3 32 34
-STDOUT_11057=19 35 10 34 5 33 3 32 34
-STDOUT_11058=19 35 10 34 5 33 3 32 34
-STDOUT_11059=20 35 10 34 5 33 3 32 34
-STDOUT_11060=19 35 10 34 5 33 3 32 34
-STDOUT_11061=19 35 10 34 5 33 3 32 34
-STDOUT_11062=19 35 10 34 5 33 3 32 34
-STDOUT_11063=19 35 10 34 5 33 3 32 34
-STDOUT_11064=19 35 10 34 5 33 3 32 34
-STDOUT_11065=19 35 10 34 5 33 3 32 34
-STDOUT_11066=19 35 10 34 5 33 3 32 34
-STDOUT_11067=19 35 10 34 5 33 3 32 34
-STDOUT_11068=20 35 10 34 5 33 3 32 34
-STDOUT_11069=19 35 10 34 5 33 3 32 34
-STDOUT_11070=20 35 10 34 5 33 3 32 34
-STDOUT_11071=19 35 10 34 5 33 3 32 34
-STDOUT_11072=20 35 10 34 5 33 3 32 34
-STDOUT_11073=19 35 10 34 5 33 3 32 34
-STDOUT_11074=20 35 10 34 5 33 3 32 34
-STDOUT_11075=19 35 10 34 5 33 3 32 34
-STDOUT_11076=20 35 10 34 5 33 3 32 34
-STDOUT_11077=20 35 10 34 5 33 3 32 34
-STDOUT_11078=20 35 10 34 5 33 3 32 34
-STDOUT_11079=19 35 10 34 5 33 3 32 34
-STDOUT_11080=19 35 10 34 5 33 3 32 34
-STDOUT_11081=19 35 10 34 5 33 3 32 34
-STDOUT_11082=20 35 10 34 5 33 3 32 34
-STDOUT_11083=19 35 10 34 5 33 3 32 34
-STDOUT_11084=20 35 10 34 5 33 3 32 34
-STDOUT_11085=19 35 10 34 5 33 3 32 34
-STDOUT_11086=19 35 10 34 5 33 3 32 34
-STDOUT_11087=19 35 10 34 5 33 3 32 34
-STDOUT_11088=19 35 10 34 5 33 3 32 34
-STDOUT_11089=19 35 10 34 5 33 3 32 34
-STDOUT_11090=19 35 10 34 5 33 3 32 34
-STDOUT_11091=19 35 10 34 5 33 3 32 34
-STDOUT_11092=19 35 10 34 5 33 3 32 34
-STDOUT_11093=19 35 10 34 5 33 3 32 34
-STDOUT_11094=19 35 10 34 5 33 3 32 34
-STDOUT_11095=19 35 10 34 5 33 3 32 34
-STDOUT_11096=19 35 10 34 5 33 3 32 34
-STDOUT_11097=19 35 10 34 5 33 3 32 34
-STDOUT_11098=19 35 10 34 5 33 3 32 34
-STDOUT_11099=19 35 10 34 5 33 3 32 34
-STDOUT_11100=19 35 10 34 5 33 3 32 34
-STDOUT_11101=19 35 10 34 5 33 3 32 34
-STDOUT_11102=19 35 10 34 5 33 3 32 34
-STDOUT_11103=19 35 10 34 5 33 3 32 34
-STDOUT_11104=19 35 10 34 5 33 3 32 34
-STDOUT_11105=19 35 10 34 5 33 3 32 34
-STDOUT_11106=20 35 10 34 5 33 3 32 34
-STDOUT_11107=19 35 10 34 5 33 3 32 34
-STDOUT_11108=19 35 10 34 5 33 3 32 34
-STDOUT_11109=19 35 10 34 5 33 3 32 34
-STDOUT_11110=19 35 10 34 5 33 3 32 34
-STDOUT_11111=19 35 10 34 5 33 3 32 34
-STDOUT_11112=20 35 10 34 5 33 3 32 34
-STDOUT_11113=19 35 10 34 5 33 3 32 34
-STDOUT_11114=17 34 4 33 2 32 0 31 34
-STDOUT_11115=17 34 4 33 2 32 0 31 34
-STDOUT_11116=18 35 4 34 2 33 0 32 34
-STDOUT_11117=17 34 4 33 2 32 0 31 34
-STDOUT_11118=17 34 4 33 2 32 0 31 34
-STDOUT_11119=17 34 4 33 2 32 0 31 34
-STDOUT_11120=18 35 4 34 2 33 0 32 34
-STDOUT_11121=17 34 4 33 2 32 0 31 34
-STDOUT_11122=18 35 4 34 2 33 0 32 34
-STDOUT_11123=16 34 4 33 2 32 0 31 34
-STDOUT_11124=16 34 4 33 2 32 0 31 34
-STDOUT_11125=18 34 4 33 2 32 0 31 34
-STDOUT_11126=17 34 4 33 2 32 0 31 34
-STDOUT_11127=17 34 4 33 2 32 0 31 34
-STDOUT_11128=18 35 4 34 2 33 0 32 34
-STDOUT_11129=18 35 4 34 2 33 0 32 34
-STDOUT_11130=19 36 4 35 2 34 0 33 34
-STDOUT_11131=18 34 4 33 2 32 0 31 34
-STDOUT_11132=18 34 4 33 2 32 0 31 34
-STDOUT_11133=17 34 4 33 2 32 0 31 34
-STDOUT_11134=17 34 4 33 2 32 0 31 34
-STDOUT_11135=17 35 4 34 2 33 0 32 34
-STDOUT_11136=17 34 4 33 2 32 0 31 34
-STDOUT_11137=18 35 4 34 2 33 0 32 34
-STDOUT_11138=16 34 4 33 2 32 0 31 34
-STDOUT_11139=18 35 4 34 2 33 0 32 34
-STDOUT_11140=17 35 4 34 2 33 0 32 34
-STDOUT_11141=17 35 4 34 2 33 0 32 34
-STDOUT_11142=16 34 4 33 2 32 0 31 34
-STDOUT_11143=17 34 4 33 2 32 0 31 34
-STDOUT_11144=18 34 4 33 2 32 0 31 34
-STDOUT_11145=17 34 4 33 2 32 0 31 34
-STDOUT_11146=17 34 4 33 2 32 0 31 34
-STDOUT_11147=17 34 4 33 2 32 0 31 34
-STDOUT_11148=19 35 4 34 2 33 0 32 34
-STDOUT_11149=18 35 4 34 2 33 0 32 34
-STDOUT_11150=16 34 4 33 2 32 0 31 34
-STDOUT_11151=18 35 4 34 2 33 0 32 34
-STDOUT_11152=18 35 4 34 2 33 0 32 34
-STDOUT_11153=17 34 5 33 2 32 0 31 34
-STDOUT_11154=17 35 4 34 2 33 0 32 34
-STDOUT_11155=19 36 4 35 2 34 0 33 34
-STDOUT_11156=17 34 4 33 2 32 0 31 34
-STDOUT_11157=18 34 4 33 2 32 0 31 34
-STDOUT_11158=17 34 4 33 2 32 0 31 34
-STDOUT_11159=16 34 4 33 2 32 0 31 34
-STDOUT_11160=18 36 4 35 2 34 0 33 34
-STDOUT_11161=17 34 4 33 2 32 0 31 34
-STDOUT_11162=17 34 4 33 2 32 0 31 34
-STDOUT_11163=17 35 4 34 2 33 0 32 34
-STDOUT_11164=18 35 4 34 2 33 0 32 34
-STDOUT_11165=18 35 4 34 2 33 0 32 34
-STDOUT_11166=18 35 4 34 2 33 0 32 34
-STDOUT_11167=17 34 4 33 2 32 0 31 34
-STDOUT_11168=17 34 4 33 2 32 0 31 34
-STDOUT_11169=17 34 5 33 2 32 0 31 34
-STDOUT_11170=17 34 4 33 2 32 0 31 34
-STDOUT_11171=17 35 4 34 2 33 0 32 34
-STDOUT_11172=16 34 4 33 2 32 0 31 34
-STDOUT_11173=18 35 4 34 2 33 0 32 34
-STDOUT_11174=18 34 4 33 2 32 0 31 34
-STDOUT_11175=16 34 4 33 2 32 0 31 34
-STDOUT_11176=16 34 4 33 2 32 0 31 34
-STDOUT_11177=18 34 4 33 2 32 0 31 34
-STDOUT_11178=16 34 4 33 2 32 0 31 34
-STDOUT_11179=18 34 4 33 2 32 0 31 34
-STDOUT_11180=18 34 4 33 2 32 0 31 34
-STDOUT_11181=17 34 4 33 2 32 0 31 34
-STDOUT_11182=17 35 4 34 2 33 0 32 34
-STDOUT_11183=17 34 4 33 2 32 0 31 34
-STDOUT_11184=17 35 4 34 2 33 0 32 34
-STDOUT_11185=19 35 4 34 2 33 0 32 34
-STDOUT_11186=18 35 4 34 2 33 0 32 34
-STDOUT_11187=16 34 4 33 2 32 0 31 34
-STDOUT_11188=19 35 4 34 2 33 0 32 34
-STDOUT_11189=17 35 4 34 2 33 0 32 34
-STDOUT_11190=18 35 4 34 2 33 0 32 34
-STDOUT_11191=16 34 4 33 2 32 0 31 34
-STDOUT_11192=17 34 4 33 2 32 0 31 34
-STDOUT_11193=17 34 4 33 2 32 0 31 34
-STDOUT_11194=17 34 4 33 2 32 0 31 34
-STDOUT_11195=17 35 4 34 2 33 0 32 34
-STDOUT_11196=16 34 4 33 2 32 0 31 34
-STDOUT_11197=16 34 4 33 2 32 0 31 34
-STDOUT_11198=18 34 4 33 2 32 0 31 34
-STDOUT_11199=19 36 4 35 2 34 0 33 34
-STDOUT_11200=18 35 4 34 2 33 0 32 34
-STDOUT_11201=18 34 4 33 2 32 0 31 34
-STDOUT_11202=18 35 4 34 2 33 0 32 34
-STDOUT_11203=16 34 4 33 2 32 0 31 34
-STDOUT_11204=18 34 4 33 2 32 0 31 34
-STDOUT_11205=17 34 4 33 2 32 0 31 34
-STDOUT_11206=18 36 4 35 2 34 0 33 34
-STDOUT_11207=17 34 4 33 2 32 0 31 34
-STDOUT_11208=17 34 4 33 2 32 0 31 34
-STDOUT_11209=17 35 4 34 2 33 0 32 34
-STDOUT_11210=17 34 4 33 2 32 0 31 34
-STDOUT_11211=19 35 4 34 2 33 0 32 34
-STDOUT_11212=19 35 4 34 2 33 0 32 34
-STDOUT_11213=17 35 4 34 2 33 0 32 34
-STDOUT_11214=SCORES_TXT_END_0
-STDOUT_11215=SCORES_TXT_BEGIN_0 7 300 9 BLEU
-STDOUT_11216=21 23 15 22 13 21 11 20 34
-STDOUT_11217=21 23 15 22 13 21 11 20 34
-STDOUT_11218=21 23 15 22 13 21 11 20 34
-STDOUT_11219=21 23 15 22 13 21 11 20 34
-STDOUT_11220=21 23 15 22 13 21 11 20 34
-STDOUT_11221=21 23 15 22 13 21 11 20 34
-STDOUT_11222=21 23 15 22 13 21 11 20 34
-STDOUT_11223=21 23 15 22 13 21 11 20 34
-STDOUT_11224=21 23 15 22 13 21 11 20 34
-STDOUT_11225=21 23 15 22 13 21 11 20 34
-STDOUT_11226=22 25 16 24 13 23 11 22 34
-STDOUT_11227=21 23 15 22 13 21 11 20 34
-STDOUT_11228=21 23 15 22 13 21 11 20 34
-STDOUT_11229=22 25 16 24 13 23 11 22 34
-STDOUT_11230=21 23 15 22 13 21 11 20 34
-STDOUT_11231=21 23 15 22 13 21 11 20 34
-STDOUT_11232=21 23 15 22 13 21 11 20 34
-STDOUT_11233=21 23 15 22 13 21 11 20 34
-STDOUT_11234=21 23 15 22 13 21 11 20 34
-STDOUT_11235=21 23 15 22 13 21 11 20 34
-STDOUT_11236=21 23 15 22 13 21 11 20 34
-STDOUT_11237=21 23 15 22 13 21 11 20 34
-STDOUT_11238=21 23 15 22 13 21 11 20 34
-STDOUT_11239=21 23 15 22 13 21 11 20 34
-STDOUT_11240=22 25 16 24 13 23 11 22 34
-STDOUT_11241=21 23 15 22 13 21 11 20 34
-STDOUT_11242=21 23 15 22 13 21 11 20 34
-STDOUT_11243=21 23 15 22 13 21 11 20 34
-STDOUT_11244=21 23 15 22 13 21 11 20 34
-STDOUT_11245=22 25 16 24 13 23 11 22 34
-STDOUT_11246=21 23 15 22 13 21 11 20 34
-STDOUT_11247=22 25 16 24 13 23 11 22 34
-STDOUT_11248=21 23 15 22 13 21 11 20 34
-STDOUT_11249=22 25 16 24 13 23 11 22 34
-STDOUT_11250=22 25 16 24 13 23 11 22 34
-STDOUT_11251=22 25 16 24 13 23 11 22 34
-STDOUT_11252=22 25 16 24 13 23 11 22 34
-STDOUT_11253=22 25 16 24 13 23 11 22 34
-STDOUT_11254=22 25 16 24 13 23 11 22 34
-STDOUT_11255=23 25 16 24 13 23 11 22 34
-STDOUT_11256=21 23 13 22 10 21 7 20 34
-STDOUT_11257=21 23 15 22 13 21 11 20 34
-STDOUT_11258=22 25 16 24 13 23 11 22 34
-STDOUT_11259=20 23 15 22 13 21 11 20 34
-STDOUT_11260=21 23 15 22 13 21 11 20 34
-STDOUT_11261=24 27 17 26 14 25 11 24 34
-STDOUT_11262=21 23 15 22 13 21 11 20 34
-STDOUT_11263=24 27 17 26 14 25 11 24 34
-STDOUT_11264=21 23 15 22 13 21 11 20 34
-STDOUT_11265=21 23 15 22 13 21 11 20 34
-STDOUT_11266=21 23 15 22 13 21 11 20 34
-STDOUT_11267=21 23 15 22 13 21 11 20 34
-STDOUT_11268=22 25 16 24 13 23 11 22 34
-STDOUT_11269=22 23 15 22 13 21 11 20 34
-STDOUT_11270=23 25 16 24 13 23 11 22 34
-STDOUT_11271=21 23 15 22 13 21 11 20 34
-STDOUT_11272=21 23 15 22 13 21 11 20 34
-STDOUT_11273=23 25 16 24 13 23 11 22 34
-STDOUT_11274=21 23 15 22 13 21 11 20 34
-STDOUT_11275=22 25 16 24 13 23 11 22 34
-STDOUT_11276=23 25 16 24 13 23 11 22 34
-STDOUT_11277=23 25 16 24 13 23 11 22 34
-STDOUT_11278=22 24 15 23 13 22 11 21 34
-STDOUT_11279=20 23 15 22 13 21 11 20 34
-STDOUT_11280=21 23 15 22 13 21 11 20 34
-STDOUT_11281=24 27 17 26 14 25 11 24 34
-STDOUT_11282=24 27 17 26 14 25 11 24 34
-STDOUT_11283=23 25 16 24 13 23 11 22 34
-STDOUT_11284=21 23 15 22 13 21 11 20 34
-STDOUT_11285=23 25 16 24 13 23 11 22 34
-STDOUT_11286=21 23 15 22 13 21 11 20 34
-STDOUT_11287=20 23 15 22 13 21 11 20 34
-STDOUT_11288=22 25 16 24 13 23 11 22 34
-STDOUT_11289=24 27 17 26 14 25 11 24 34
-STDOUT_11290=21 23 15 22 13 21 11 20 34
-STDOUT_11291=21 23 15 22 13 21 11 20 34
-STDOUT_11292=22 25 16 24 13 23 11 22 34
-STDOUT_11293=21 23 15 22 13 21 11 20 34
-STDOUT_11294=20 23 15 22 13 21 11 20 34
-STDOUT_11295=22 23 15 22 13 21 11 20 34
-STDOUT_11296=21 24 15 23 13 22 11 21 34
-STDOUT_11297=20 23 15 22 13 21 11 20 34
-STDOUT_11298=21 23 15 22 13 21 11 20 34
-STDOUT_11299=21 23 15 22 13 21 11 20 34
-STDOUT_11300=21 23 13 22 10 21 7 20 34
-STDOUT_11301=21 23 15 22 13 21 11 20 34
-STDOUT_11302=21 23 15 22 13 21 11 20 34
-STDOUT_11303=22 25 16 24 13 23 11 22 34
-STDOUT_11304=21 23 15 22 13 21 11 20 34
-STDOUT_11305=24 27 17 26 14 25 11 24 34
-STDOUT_11306=22 23 15 22 13 21 11 20 34
-STDOUT_11307=21 23 15 22 13 21 11 20 34
-STDOUT_11308=22 25 16 24 13 23 11 22 34
-STDOUT_11309=24 27 17 26 14 25 11 24 34
-STDOUT_11310=22 25 16 24 13 23 11 22 34
-STDOUT_11311=24 27 17 26 14 25 11 24 34
-STDOUT_11312=21 23 15 22 13 21 11 20 34
-STDOUT_11313=20 22 13 21 10 20 7 19 34
-STDOUT_11314=22 25 16 24 13 23 11 22 34
-STDOUT_11315=21 23 15 22 13 21 11 20 34
-STDOUT_11316=28 38 18 37 12 36 8 35 34
-STDOUT_11317=28 38 18 37 12 36 8 35 34
-STDOUT_11318=28 38 18 37 12 36 8 35 34
-STDOUT_11319=28 38 18 37 12 36 8 35 34
-STDOUT_11320=28 38 18 37 12 36 8 35 34
-STDOUT_11321=28 38 18 37 12 36 8 35 34
-STDOUT_11322=28 38 18 37 12 36 8 35 34
-STDOUT_11323=28 38 18 37 12 36 8 35 34
-STDOUT_11324=28 38 18 37 12 36 8 35 34
-STDOUT_11325=29 35 19 34 13 33 9 32 34
-STDOUT_11326=28 38 18 37 12 36 8 35 34
-STDOUT_11327=28 38 18 37 12 36 8 35 34
-STDOUT_11328=28 38 18 37 12 36 8 35 34
-STDOUT_11329=28 38 18 37 12 36 8 35 34
-STDOUT_11330=28 38 18 37 12 36 8 35 34
-STDOUT_11331=28 38 18 37 12 36 8 35 34
-STDOUT_11332=28 38 18 37 12 36 8 35 34
-STDOUT_11333=28 38 18 37 12 36 8 35 34
-STDOUT_11334=29 35 19 34 13 33 9 32 34
-STDOUT_11335=29 35 19 34 13 33 9 32 34
-STDOUT_11336=28 38 18 37 12 36 8 35 34
-STDOUT_11337=28 38 18 37 12 36 8 35 34
-STDOUT_11338=28 38 18 37 12 36 8 35 34
-STDOUT_11339=28 38 18 37 12 36 8 35 34
-STDOUT_11340=28 38 18 37 12 36 8 35 34
-STDOUT_11341=28 38 18 37 12 36 8 35 34
-STDOUT_11342=28 38 18 37 12 36 8 35 34
-STDOUT_11343=28 38 18 37 12 36 8 35 34
-STDOUT_11344=28 38 18 37 12 36 8 35 34
-STDOUT_11345=29 35 19 34 13 33 9 32 34
-STDOUT_11346=28 38 18 37 12 36 8 35 34
-STDOUT_11347=28 38 18 37 12 36 8 35 34
-STDOUT_11348=28 38 18 37 12 36 8 35 34
-STDOUT_11349=28 38 18 37 12 36 8 35 34
-STDOUT_11350=28 38 18 37 12 36 8 35 34
-STDOUT_11351=29 35 19 34 13 33 9 32 34
-STDOUT_11352=28 38 18 37 12 36 8 35 34
-STDOUT_11353=28 38 18 37 12 36 8 35 34
-STDOUT_11354=28 38 18 37 12 36 8 35 34
-STDOUT_11355=28 38 18 37 12 36 8 35 34
-STDOUT_11356=28 38 18 37 12 36 8 35 34
-STDOUT_11357=28 38 18 37 12 36 8 35 34
-STDOUT_11358=29 35 19 34 13 33 9 32 34
-STDOUT_11359=28 38 18 37 12 36 8 35 34
-STDOUT_11360=28 38 18 37 12 36 8 35 34
-STDOUT_11361=28 38 18 37 12 36 8 35 34
-STDOUT_11362=28 38 18 37 12 36 8 35 34
-STDOUT_11363=29 35 19 34 13 33 9 32 34
-STDOUT_11364=28 38 18 37 12 36 8 35 34
-STDOUT_11365=28 38 18 37 12 36 8 35 34
-STDOUT_11366=28 38 18 37 12 36 8 35 34
-STDOUT_11367=28 38 18 37 12 36 8 35 34
-STDOUT_11368=28 38 18 37 12 36 8 35 34
-STDOUT_11369=28 38 18 37 12 36 8 35 34
-STDOUT_11370=28 38 18 37 12 36 8 35 34
-STDOUT_11371=28 38 18 37 12 36 8 35 34
-STDOUT_11372=28 38 18 37 12 36 8 35 34
-STDOUT_11373=28 38 18 37 12 36 8 35 34
-STDOUT_11374=29 35 19 34 13 33 9 32 34
-STDOUT_11375=28 38 18 37 12 36 8 35 34
-STDOUT_11376=28 38 18 37 12 36 8 35 34
-STDOUT_11377=28 38 18 37 12 36 8 35 34
-STDOUT_11378=28 38 18 37 12 36 8 35 34
-STDOUT_11379=29 35 19 34 13 33 9 32 34
-STDOUT_11380=28 38 18 37 12 36 8 35 34
-STDOUT_11381=28 38 18 37 12 36 8 35 34
-STDOUT_11382=28 38 18 37 12 36 8 35 34
-STDOUT_11383=28 38 18 37 12 36 8 35 34
-STDOUT_11384=28 38 18 37 12 36 8 35 34
-STDOUT_11385=28 38 18 37 12 36 8 35 34
-STDOUT_11386=28 38 18 37 12 36 8 35 34
-STDOUT_11387=28 38 18 37 12 36 8 35 34
-STDOUT_11388=28 38 18 37 12 36 8 35 34
-STDOUT_11389=28 38 18 37 12 36 8 35 34
-STDOUT_11390=28 38 18 37 12 36 8 35 34
-STDOUT_11391=28 38 18 37 12 36 8 35 34
-STDOUT_11392=28 38 18 37 12 36 8 35 34
-STDOUT_11393=28 38 18 37 12 36 8 35 34
-STDOUT_11394=28 38 18 37 12 36 8 35 34
-STDOUT_11395=28 38 18 37 12 36 8 35 34
-STDOUT_11396=28 38 18 37 12 36 8 35 34
-STDOUT_11397=29 35 19 34 13 33 9 32 34
-STDOUT_11398=28 38 18 37 12 36 8 35 34
-STDOUT_11399=28 38 18 37 12 36 8 35 34
-STDOUT_11400=28 38 18 37 12 36 8 35 34
-STDOUT_11401=29 35 19 34 13 33 9 32 34
-STDOUT_11402=28 38 18 37 12 36 8 35 34
-STDOUT_11403=29 35 19 34 13 33 9 32 34
-STDOUT_11404=28 38 18 37 12 36 8 35 34
-STDOUT_11405=28 38 18 37 12 36 8 35 34
-STDOUT_11406=29 35 19 34 13 33 9 32 34
-STDOUT_11407=28 38 18 37 12 36 8 35 34
-STDOUT_11408=28 38 18 37 12 36 8 35 34
-STDOUT_11409=28 38 18 37 12 36 8 35 34
-STDOUT_11410=29 35 19 34 13 33 9 32 34
-STDOUT_11411=28 38 18 37 12 36 8 35 34
-STDOUT_11412=28 38 18 37 12 36 8 35 34
-STDOUT_11413=28 38 18 37 12 36 8 35 34
-STDOUT_11414=28 38 18 37 12 36 8 35 34
-STDOUT_11415=28 38 18 37 12 36 8 35 34
-STDOUT_11416=23 33 3 32 1 31 0 30 34
-STDOUT_11417=23 33 3 32 1 31 0 30 34
-STDOUT_11418=23 33 1 32 0 31 0 30 34
-STDOUT_11419=23 33 3 32 1 31 0 30 34
-STDOUT_11420=22 33 2 32 0 31 0 30 34
-STDOUT_11421=23 33 1 32 0 31 0 30 34
-STDOUT_11422=24 33 3 32 1 31 0 30 34
-STDOUT_11423=23 33 3 32 1 31 0 30 34
-STDOUT_11424=22 33 2 32 0 31 0 30 34
-STDOUT_11425=23 33 3 32 1 31 0 30 34
-STDOUT_11426=24 33 3 32 1 31 0 30 34
-STDOUT_11427=23 33 1 32 0 31 0 30 34
-STDOUT_11428=23 33 3 32 1 31 0 30 34
-STDOUT_11429=23 33 3 32 1 31 0 30 34
-STDOUT_11430=24 33 1 32 0 31 0 30 34
-STDOUT_11431=23 33 3 32 1 31 0 30 34
-STDOUT_11432=24 33 3 32 1 31 0 30 34
-STDOUT_11433=22 33 2 32 0 31 0 30 34
-STDOUT_11434=24 33 1 32 0 31 0 30 34
-STDOUT_11435=23 33 1 32 0 31 0 30 34
-STDOUT_11436=24 33 3 32 1 31 0 30 34
-STDOUT_11437=24 33 3 32 1 31 0 30 34
-STDOUT_11438=23 33 3 32 1 31 0 30 34
-STDOUT_11439=23 33 1 32 0 31 0 30 34
-STDOUT_11440=23 33 2 32 0 31 0 30 34
-STDOUT_11441=23 33 3 32 1 31 0 30 34
-STDOUT_11442=23 33 3 32 1 31 0 30 34
-STDOUT_11443=22 33 3 32 1 31 0 30 34
-STDOUT_11444=24 33 1 32 0 31 0 30 34
-STDOUT_11445=22 33 3 32 1 31 0 30 34
-STDOUT_11446=25 33 1 32 0 31 0 30 34
-STDOUT_11447=23 33 1 32 0 31 0 30 34
-STDOUT_11448=23 33 1 32 0 31 0 30 34
-STDOUT_11449=24 33 3 32 1 31 0 30 34
-STDOUT_11450=22 33 3 32 1 31 0 30 34
-STDOUT_11451=22 33 2 32 0 31 0 30 34
-STDOUT_11452=23 33 3 32 1 31 0 30 34
-STDOUT_11453=24 33 1 32 0 31 0 30 34
-STDOUT_11454=22 33 2 32 0 31 0 30 34
-STDOUT_11455=24 33 3 32 1 31 0 30 34
-STDOUT_11456=24 33 3 32 1 31 0 30 34
-STDOUT_11457=23 33 1 32 0 31 0 30 34
-STDOUT_11458=23 33 2 32 0 31 0 30 34
-STDOUT_11459=23 33 3 32 1 31 0 30 34
-STDOUT_11460=24 33 1 32 0 31 0 30 34
-STDOUT_11461=24 33 3 32 1 31 0 30 34
-STDOUT_11462=23 33 3 32 1 31 0 30 34
-STDOUT_11463=22 33 3 32 1 31 0 30 34
-STDOUT_11464=23 33 3 32 1 31 0 30 34
-STDOUT_11465=22 33 3 32 1 31 0 30 34
-STDOUT_11466=23 33 3 32 1 31 0 30 34
-STDOUT_11467=22 33 2 32 0 31 0 30 34
-STDOUT_11468=25 33 1 32 0 31 0 30 34
-STDOUT_11469=24 33 1 32 0 31 0 30 34
-STDOUT_11470=22 33 2 32 0 31 0 30 34
-STDOUT_11471=23 33 1 32 0 31 0 30 34
-STDOUT_11472=24 33 1 32 0 31 0 30 34
-STDOUT_11473=23 34 3 33 1 32 0 31 34
-STDOUT_11474=24 33 3 32 1 31 0 30 34
-STDOUT_11475=23 33 1 32 0 31 0 30 34
-STDOUT_11476=23 33 1 32 0 31 0 30 34
-STDOUT_11477=22 33 1 32 0 31 0 30 34
-STDOUT_11478=22 33 3 32 1 31 0 30 34
-STDOUT_11479=24 33 3 32 1 31 0 30 34
-STDOUT_11480=23 33 3 32 1 31 0 30 34
-STDOUT_11481=22 33 1 32 0 31 0 30 34
-STDOUT_11482=24 33 3 32 1 31 0 30 34
-STDOUT_11483=22 33 2 32 0 31 0 30 34
-STDOUT_11484=22 33 3 32 1 31 0 30 34
-STDOUT_11485=23 34 3 33 1 32 0 31 34
-STDOUT_11486=23 33 2 32 0 31 0 30 34
-STDOUT_11487=24 33 1 32 0 31 0 30 34
-STDOUT_11488=23 33 3 32 1 31 0 30 34
-STDOUT_11489=24 33 1 32 0 31 0 30 34
-STDOUT_11490=24 33 3 32 1 31 0 30 34
-STDOUT_11491=22 33 1 32 0 31 0 30 34
-STDOUT_11492=23 34 3 33 1 32 0 31 34
-STDOUT_11493=25 33 3 32 1 31 0 30 34
-STDOUT_11494=23 33 3 32 1 31 0 30 34
-STDOUT_11495=23 33 3 32 1 31 0 30 34
-STDOUT_11496=23 33 1 32 0 31 0 30 34
-STDOUT_11497=23 33 2 32 0 31 0 30 34
-STDOUT_11498=23 33 2 32 0 31 0 30 34
-STDOUT_11499=25 33 1 32 0 31 0 30 34
-STDOUT_11500=23 33 3 32 1 31 0 30 34
-STDOUT_11501=22 33 2 32 0 31 0 30 34
-STDOUT_11502=23 33 3 32 1 31 0 30 34
-STDOUT_11503=22 33 3 32 1 31 0 30 34
-STDOUT_11504=23 33 3 32 1 31 0 30 34
-STDOUT_11505=24 33 1 32 0 31 0 30 34
-STDOUT_11506=22 33 2 32 0 31 0 30 34
-STDOUT_11507=22 33 2 32 0 31 0 30 34
-STDOUT_11508=21 33 2 32 0 31 0 30 34
-STDOUT_11509=24 33 1 32 0 31 0 30 34
-STDOUT_11510=22 33 3 32 1 31 0 30 34
-STDOUT_11511=23 34 3 33 1 32 0 31 34
-STDOUT_11512=23 33 3 32 1 31 0 30 34
-STDOUT_11513=25 33 3 32 1 31 0 30 34
-STDOUT_11514=23 33 3 32 1 31 0 30 34
-STDOUT_11515=23 33 1 32 0 31 0 30 34
-STDOUT_11516=SCORES_TXT_END_0
-STDOUT_11517=SCORES_TXT_BEGIN_0 8 300 9 BLEU
-STDOUT_11518=19 23 15 22 14 21 13 20 37
-STDOUT_11519=19 23 15 22 14 21 13 20 37
-STDOUT_11520=19 23 15 22 14 21 13 20 37
-STDOUT_11521=19 23 15 22 14 21 13 20 37
-STDOUT_11522=19 23 15 22 14 21 13 20 37
-STDOUT_11523=19 23 15 22 14 21 13 20 37
-STDOUT_11524=20 24 16 23 15 22 14 21 37
-STDOUT_11525=19 23 15 22 14 21 13 20 37
-STDOUT_11526=19 23 15 22 14 21 13 20 37
-STDOUT_11527=19 23 15 22 14 21 13 20 37
-STDOUT_11528=19 23 15 22 14 21 13 20 37
-STDOUT_11529=20 24 16 23 15 22 14 21 37
-STDOUT_11530=20 24 16 23 15 22 14 21 37
-STDOUT_11531=19 23 15 22 14 21 13 20 37
-STDOUT_11532=20 24 16 23 15 22 14 21 37
-STDOUT_11533=19 23 15 22 14 21 13 20 37
-STDOUT_11534=19 23 15 22 14 21 13 20 37
-STDOUT_11535=19 23 15 22 14 21 13 20 37
-STDOUT_11536=19 23 15 22 14 21 13 20 37
-STDOUT_11537=19 23 15 22 14 21 13 20 37
-STDOUT_11538=19 23 15 22 14 21 13 20 37
-STDOUT_11539=20 24 16 23 15 22 14 21 37
-STDOUT_11540=19 23 15 22 14 21 13 20 37
-STDOUT_11541=20 24 16 23 15 22 14 21 37
-STDOUT_11542=20 24 16 23 15 22 14 21 37
-STDOUT_11543=19 23 15 22 14 21 13 20 37
-STDOUT_11544=19 23 15 22 14 21 13 20 37
-STDOUT_11545=20 24 16 23 15 22 14 21 37
-STDOUT_11546=20 24 16 23 15 22 14 21 37
-STDOUT_11547=19 23 15 22 14 21 13 20 37
-STDOUT_11548=19 23 15 22 14 21 13 20 37
-STDOUT_11549=20 24 16 23 15 22 14 21 37
-STDOUT_11550=19 23 15 22 14 21 13 20 37
-STDOUT_11551=20 24 16 23 15 22 14 21 37
-STDOUT_11552=19 23 15 22 14 21 13 20 37
-STDOUT_11553=20 24 16 23 15 22 14 21 37
-STDOUT_11554=19 23 15 22 14 21 13 20 37
-STDOUT_11555=19 23 15 22 14 21 13 20 37
-STDOUT_11556=19 23 15 22 14 21 13 20 37
-STDOUT_11557=19 23 15 22 14 21 13 20 37
-STDOUT_11558=19 23 15 22 14 21 13 20 37
-STDOUT_11559=20 24 16 23 15 22 14 21 37
-STDOUT_11560=19 23 15 22 14 21 13 20 37
-STDOUT_11561=20 24 16 23 15 22 14 21 37
-STDOUT_11562=20 24 16 23 15 22 14 21 37
-STDOUT_11563=20 24 16 23 15 22 14 21 37
-STDOUT_11564=19 23 15 22 14 21 13 20 37
-STDOUT_11565=19 23 15 22 14 21 13 20 37
-STDOUT_11566=19 23 15 22 14 21 13 20 37
-STDOUT_11567=20 24 16 23 15 22 14 21 37
-STDOUT_11568=19 23 15 22 14 21 13 20 37
-STDOUT_11569=20 24 16 23 15 22 14 21 37
-STDOUT_11570=20 24 16 23 15 22 14 21 37
-STDOUT_11571=20 24 16 23 15 22 14 21 37
-STDOUT_11572=19 23 15 22 14 21 13 20 37
-STDOUT_11573=19 23 15 22 14 21 13 20 37
-STDOUT_11574=20 24 16 23 15 22 14 21 37
-STDOUT_11575=19 23 15 22 14 21 13 20 37
-STDOUT_11576=20 24 16 23 15 22 14 21 37
-STDOUT_11577=19 23 15 22 14 21 13 20 37
-STDOUT_11578=20 24 16 23 15 22 14 21 37
-STDOUT_11579=20 24 16 23 15 22 14 21 37
-STDOUT_11580=19 23 15 22 14 21 13 20 37
-STDOUT_11581=20 24 16 23 15 22 14 21 37
-STDOUT_11582=19 23 15 22 14 21 13 20 37
-STDOUT_11583=20 24 16 23 15 22 14 21 37
-STDOUT_11584=20 24 16 23 15 22 14 21 37
-STDOUT_11585=19 23 15 22 14 21 13 20 37
-STDOUT_11586=20 24 16 23 15 22 14 21 37
-STDOUT_11587=20 24 16 23 15 22 14 21 37
-STDOUT_11588=19 23 15 22 14 21 13 20 37
-STDOUT_11589=19 23 15 22 14 21 13 20 37
-STDOUT_11590=19 23 15 22 14 21 13 20 37
-STDOUT_11591=20 24 16 23 15 22 14 21 37
-STDOUT_11592=19 23 15 22 14 21 13 20 37
-STDOUT_11593=19 23 15 22 14 21 13 20 37
-STDOUT_11594=19 23 15 22 14 21 13 20 37
-STDOUT_11595=19 23 15 22 14 21 13 20 37
-STDOUT_11596=20 24 16 23 15 22 14 21 37
-STDOUT_11597=20 24 16 23 15 22 14 21 37
-STDOUT_11598=19 23 15 22 14 21 13 20 37
-STDOUT_11599=20 24 16 23 15 22 14 21 37
-STDOUT_11600=19 23 15 22 14 21 13 20 37
-STDOUT_11601=20 24 16 23 15 22 14 21 37
-STDOUT_11602=20 24 16 23 15 22 14 21 37
-STDOUT_11603=19 23 15 22 14 21 13 20 37
-STDOUT_11604=19 23 15 22 14 21 13 20 37
-STDOUT_11605=20 24 16 23 15 22 14 21 37
-STDOUT_11606=19 23 15 22 14 21 13 20 37
-STDOUT_11607=20 24 16 23 15 22 14 21 37
-STDOUT_11608=19 23 15 22 14 21 13 20 37
-STDOUT_11609=20 24 16 23 15 22 14 21 37
-STDOUT_11610=19 23 15 22 14 21 13 20 37
-STDOUT_11611=19 23 15 22 14 21 13 20 37
-STDOUT_11612=19 23 15 22 14 21 13 20 37
-STDOUT_11613=19 23 15 22 14 21 13 20 37
-STDOUT_11614=20 24 16 23 15 22 14 21 37
-STDOUT_11615=20 24 16 23 15 22 14 21 37
-STDOUT_11616=20 24 16 23 15 22 14 21 37
-STDOUT_11617=19 23 15 22 14 21 13 20 37
-STDOUT_11618=21 36 12 35 9 34 6 33 37
-STDOUT_11619=21 36 12 35 9 34 6 33 37
-STDOUT_11620=21 36 12 35 9 34 6 33 37
-STDOUT_11621=21 36 12 35 9 34 6 33 37
-STDOUT_11622=21 36 12 35 9 34 6 33 37
-STDOUT_11623=21 36 12 35 9 34 6 33 37
-STDOUT_11624=21 36 12 35 9 34 6 33 37
-STDOUT_11625=21 36 12 35 9 34 6 33 37
-STDOUT_11626=21 36 12 35 9 34 6 33 37
-STDOUT_11627=21 36 12 35 9 34 6 33 37
-STDOUT_11628=21 36 12 35 9 34 6 33 37
-STDOUT_11629=22 36 14 35 12 34 10 33 37
-STDOUT_11630=21 36 12 35 9 34 6 33 37
-STDOUT_11631=21 36 12 35 9 34 6 33 37
-STDOUT_11632=21 36 12 35 9 34 6 33 37
-STDOUT_11633=21 36 12 35 9 34 6 33 37
-STDOUT_11634=22 36 14 35 12 34 10 33 37
-STDOUT_11635=21 36 12 35 9 34 6 33 37
-STDOUT_11636=21 36 12 35 9 34 6 33 37
-STDOUT_11637=21 36 12 35 9 34 6 33 37
-STDOUT_11638=21 36 12 35 9 34 6 33 37
-STDOUT_11639=21 36 12 35 9 34 6 33 37
-STDOUT_11640=22 36 14 35 12 34 10 33 37
-STDOUT_11641=21 36 12 35 9 34 6 33 37
-STDOUT_11642=21 36 12 35 9 34 6 33 37
-STDOUT_11643=22 36 14 35 12 34 10 33 37
-STDOUT_11644=21 36 12 35 9 34 6 33 37
-STDOUT_11645=21 36 12 35 9 34 6 33 37
-STDOUT_11646=21 36 12 35 9 34 6 33 37
-STDOUT_11647=21 36 12 35 9 34 6 33 37
-STDOUT_11648=21 36 12 35 9 34 6 33 37
-STDOUT_11649=21 36 12 35 9 34 6 33 37
-STDOUT_11650=21 36 12 35 9 34 6 33 37
-STDOUT_11651=21 36 12 35 9 34 6 33 37
-STDOUT_11652=22 36 14 35 12 34 10 33 37
-STDOUT_11653=21 36 12 35 9 34 6 33 37
-STDOUT_11654=22 36 14 35 12 34 10 33 37
-STDOUT_11655=22 36 14 35 12 34 10 33 37
-STDOUT_11656=21 36 12 35 9 34 6 33 37
-STDOUT_11657=22 36 14 35 12 34 10 33 37
-STDOUT_11658=22 36 14 35 12 34 10 33 37
-STDOUT_11659=21 36 12 35 9 34 6 33 37
-STDOUT_11660=21 36 12 35 9 34 6 33 37
-STDOUT_11661=21 36 12 35 9 34 6 33 37
-STDOUT_11662=21 36 12 35 9 34 6 33 37
-STDOUT_11663=22 36 14 35 12 34 10 33 37
-STDOUT_11664=21 36 12 35 9 34 6 33 37
-STDOUT_11665=21 36 12 35 9 34 6 33 37
-STDOUT_11666=21 36 12 35 9 34 6 33 37
-STDOUT_11667=21 36 12 35 9 34 6 33 37
-STDOUT_11668=21 36 12 35 9 34 6 33 37
-STDOUT_11669=22 36 14 35 12 34 10 33 37
-STDOUT_11670=22 36 14 35 12 34 10 33 37
-STDOUT_11671=21 36 12 35 9 34 6 33 37
-STDOUT_11672=21 36 12 35 9 34 6 33 37
-STDOUT_11673=22 36 14 35 12 34 10 33 37
-STDOUT_11674=21 36 12 35 9 34 6 33 37
-STDOUT_11675=22 36 14 35 12 34 10 33 37
-STDOUT_11676=21 36 12 35 9 34 6 33 37
-STDOUT_11677=21 36 12 35 9 34 6 33 37
-STDOUT_11678=21 36 12 35 9 34 6 33 37
-STDOUT_11679=21 36 12 35 9 34 6 33 37
-STDOUT_11680=21 36 12 35 9 34 6 33 37
-STDOUT_11681=22 36 14 35 12 34 10 33 37
-STDOUT_11682=22 36 14 35 12 34 10 33 37
-STDOUT_11683=21 36 12 35 9 34 6 33 37
-STDOUT_11684=21 36 12 35 9 34 6 33 37
-STDOUT_11685=21 36 12 35 9 34 6 33 37
-STDOUT_11686=21 36 12 35 9 34 6 33 37
-STDOUT_11687=21 36 12 35 9 34 6 33 37
-STDOUT_11688=22 36 14 35 12 34 10 33 37
-STDOUT_11689=21 36 12 35 9 34 6 33 37
-STDOUT_11690=21 36 12 35 9 34 6 33 37
-STDOUT_11691=21 36 12 35 9 34 6 33 37
-STDOUT_11692=21 36 12 35 9 34 6 33 37
-STDOUT_11693=21 36 12 35 9 34 6 33 37
-STDOUT_11694=21 36 12 35 9 34 6 33 37
-STDOUT_11695=21 36 12 35 9 34 6 33 37
-STDOUT_11696=22 36 14 35 12 34 10 33 37
-STDOUT_11697=21 36 12 35 9 34 6 33 37
-STDOUT_11698=22 36 14 35 12 34 10 33 37
-STDOUT_11699=21 36 12 35 9 34 6 33 37
-STDOUT_11700=21 36 12 35 9 34 6 33 37
-STDOUT_11701=22 36 14 35 12 34 10 33 37
-STDOUT_11702=21 36 12 35 9 34 6 33 37
-STDOUT_11703=22 36 14 35 12 34 10 33 37
-STDOUT_11704=21 36 12 35 9 34 6 33 37
-STDOUT_11705=22 36 14 35 12 34 10 33 37
-STDOUT_11706=22 36 14 35 12 34 10 33 37
-STDOUT_11707=21 36 12 35 9 34 6 33 37
-STDOUT_11708=21 36 12 35 9 34 6 33 37
-STDOUT_11709=21 36 12 35 9 34 6 33 37
-STDOUT_11710=21 36 12 35 9 34 6 33 37
-STDOUT_11711=22 36 14 35 12 34 10 33 37
-STDOUT_11712=21 36 12 35 9 34 6 33 37
-STDOUT_11713=21 36 12 35 9 34 6 33 37
-STDOUT_11714=21 36 12 35 9 34 6 33 37
-STDOUT_11715=21 36 12 35 9 34 6 33 37
-STDOUT_11716=21 36 12 35 9 34 6 33 37
-STDOUT_11717=21 36 12 35 9 34 6 33 37
-STDOUT_11718=18 31 7 30 4 29 2 28 37
-STDOUT_11719=19 31 9 30 7 29 6 28 37
-STDOUT_11720=20 34 11 33 8 32 6 31 37
-STDOUT_11721=20 34 11 33 8 32 6 31 37
-STDOUT_11722=20 35 11 34 8 33 6 32 37
-STDOUT_11723=21 34 13 33 11 32 10 31 37
-STDOUT_11724=20 35 11 34 8 33 6 32 37
-STDOUT_11725=21 34 13 33 11 32 10 31 37
-STDOUT_11726=21 35 13 34 11 33 10 32 37
-STDOUT_11727=21 35 13 34 11 33 10 32 37
-STDOUT_11728=19 31 7 30 4 29 2 28 37
-STDOUT_11729=17 31 6 30 4 29 2 28 37
-STDOUT_11730=19 34 11 33 8 32 6 31 37
-STDOUT_11731=20 34 10 33 7 32 5 31 37
-STDOUT_11732=19 34 11 33 8 32 6 31 37
-STDOUT_11733=20 34 10 33 7 32 5 31 37
-STDOUT_11734=20 31 9 30 7 29 6 28 37
-STDOUT_11735=18 31 8 30 7 29 6 28 37
-STDOUT_11736=19 35 11 34 8 33 6 32 37
-STDOUT_11737=20 34 13 33 11 32 10 31 37
-STDOUT_11738=20 35 11 34 8 33 6 32 37
-STDOUT_11739=20 35 10 34 7 33 5 32 37
-STDOUT_11740=21 34 12 33 10 32 9 31 37
-STDOUT_11741=19 35 11 34 8 33 6 32 37
-STDOUT_11742=20 34 11 33 8 32 6 31 37
-STDOUT_11743=20 34 13 33 11 32 10 31 37
-STDOUT_11744=20 35 11 34 8 33 6 32 37
-STDOUT_11745=20 35 10 34 7 33 5 32 37
-STDOUT_11746=21 34 12 33 10 32 9 31 37
-STDOUT_11747=20 34 11 33 8 32 6 31 37
-STDOUT_11748=20 35 13 34 11 33 10 32 37
-STDOUT_11749=20 36 11 35 8 34 6 33 37
-STDOUT_11750=21 35 13 34 11 33 10 32 37
-STDOUT_11751=21 35 12 34 10 33 9 32 37
-STDOUT_11752=18 32 7 31 4 30 2 29 37
-STDOUT_11753=20 35 13 34 11 33 10 32 37
-STDOUT_11754=21 34 13 33 11 32 10 31 37
-STDOUT_11755=20 36 11 35 8 34 6 33 37
-STDOUT_11756=21 35 13 34 11 33 10 32 37
-STDOUT_11757=21 35 12 34 10 33 9 32 37
-STDOUT_11758=21 34 13 33 11 32 10 31 37
-STDOUT_11759=21 36 13 35 11 34 10 33 37
-STDOUT_11760=19 32 9 31 7 30 6 29 37
-STDOUT_11761=21 36 13 35 11 34 10 33 37
-STDOUT_11762=19 34 10 33 7 32 5 31 37
-STDOUT_11763=20 35 11 34 8 33 6 32 37
-STDOUT_11764=19 34 10 33 7 32 5 31 37
-STDOUT_11765=18 32 7 31 4 30 2 29 37
-STDOUT_11766=20 35 11 34 8 33 6 32 37
-STDOUT_11767=18 31 6 30 4 29 2 28 37
-STDOUT_11768=19 35 11 34 8 33 6 32 37
-STDOUT_11769=19 35 10 34 7 33 5 32 37
-STDOUT_11770=20 34 12 33 10 32 9 31 37
-STDOUT_11771=20 35 10 34 7 33 5 32 37
-STDOUT_11772=19 34 11 33 8 32 6 31 37
-STDOUT_11773=20 36 11 35 8 34 6 33 37
-STDOUT_11774=18 32 7 31 4 30 2 29 37
-STDOUT_11775=21 35 13 34 11 33 10 32 37
-STDOUT_11776=19 35 11 34 8 33 6 32 37
-STDOUT_11777=19 35 10 34 7 33 5 32 37
-STDOUT_11778=20 34 10 33 7 32 5 31 37
-STDOUT_11779=20 34 12 33 10 32 9 31 37
-STDOUT_11780=19 32 9 31 7 30 6 29 37
-STDOUT_11781=20 35 10 34 7 33 5 32 37
-STDOUT_11782=19 34 11 33 8 32 6 31 37
-STDOUT_11783=20 36 11 35 8 34 6 33 37
-STDOUT_11784=21 35 13 34 11 33 10 32 37
-STDOUT_11785=20 34 10 33 7 32 5 31 37
-STDOUT_11786=19 31 8 30 7 29 6 28 37
-STDOUT_11787=19 36 11 35 8 34 6 33 37
-STDOUT_11788=20 35 13 34 11 33 10 32 37
-STDOUT_11789=20 35 12 34 10 33 9 32 37
-STDOUT_11790=20 36 10 35 7 34 5 33 37
-STDOUT_11791=21 35 12 34 10 33 9 32 37
-STDOUT_11792=20 34 13 33 11 32 10 31 37
-STDOUT_11793=21 36 13 35 11 34 10 33 37
-STDOUT_11794=19 36 11 35 8 34 6 33 37
-STDOUT_11795=19 32 9 31 7 30 6 29 37
-STDOUT_11796=20 35 11 34 8 33 6 32 37
-STDOUT_11797=20 35 13 34 11 33 10 32 37
-STDOUT_11798=20 35 12 34 10 33 9 32 37
-STDOUT_11799=21 34 12 33 10 32 9 31 37
-STDOUT_11800=20 35 11 34 8 33 6 32 37
-STDOUT_11801=20 36 10 35 7 34 5 33 37
-STDOUT_11802=21 35 12 34 10 33 9 32 37
-STDOUT_11803=20 34 13 33 11 32 10 31 37
-STDOUT_11804=21 36 13 35 11 34 10 33 37
-STDOUT_11805=20 35 11 34 8 33 6 32 37
-STDOUT_11806=17 31 8 30 4 29 2 28 37
-STDOUT_11807=21 34 12 33 10 32 9 31 37
-STDOUT_11808=20 35 11 34 8 33 6 32 37
-STDOUT_11809=20 36 13 35 11 34 10 33 37
-STDOUT_11810=20 34 11 33 8 32 6 31 37
-STDOUT_11811=21 36 12 35 10 34 9 33 37
-STDOUT_11812=18 31 7 30 4 29 2 28 37
-STDOUT_11813=20 36 13 35 11 34 10 33 37
-STDOUT_11814=18 31 7 30 4 29 2 28 37
-STDOUT_11815=21 35 13 34 11 33 10 32 37
-STDOUT_11816=20 36 11 35 8 34 6 33 37
-STDOUT_11817=19 32 7 31 4 30 2 29 37
-STDOUT_11818=SCORES_TXT_END_0
-STDOUT_11819=SCORES_TXT_BEGIN_0 9 300 9 BLEU
-STDOUT_11820=30 41 18 40 11 39 7 38 58
-STDOUT_11821=30 41 17 40 10 39 6 38 58
-STDOUT_11822=31 40 18 39 11 38 6 37 58
-STDOUT_11823=30 41 18 40 11 39 7 38 58
-STDOUT_11824=30 41 17 40 10 39 6 38 58
-STDOUT_11825=31 41 18 40 11 39 7 38 58
-STDOUT_11826=31 40 18 39 11 38 6 37 58
-STDOUT_11827=31 41 17 40 10 39 6 38 58
-STDOUT_11828=32 40 18 39 11 38 6 37 58
-STDOUT_11829=31 41 18 40 11 39 7 38 58
-STDOUT_11830=31 41 17 40 10 39 6 38 58
-STDOUT_11831=32 40 18 39 11 38 6 37 58
-STDOUT_11832=31 41 18 40 11 39 6 38 58
-STDOUT_11833=31 43 17 42 9 41 6 40 58
-STDOUT_11834=29 40 17 39 11 38 7 37 58
-STDOUT_11835=32 42 18 41 10 40 6 39 58
-STDOUT_11836=31 41 18 40 11 39 6 38 58
-STDOUT_11837=31 43 17 42 9 41 6 40 58
-STDOUT_11838=29 40 17 39 11 38 7 37 58
-STDOUT_11839=30 41 18 40 11 39 7 38 58
-STDOUT_11840=32 42 18 41 10 40 6 39 58
-STDOUT_11841=32 41 18 40 11 39 6 38 58
-STDOUT_11842=30 41 17 40 10 39 6 38 58
-STDOUT_11843=32 43 17 42 9 41 6 40 58
-STDOUT_11844=30 40 17 39 11 38 7 37 58
-STDOUT_11845=30 41 18 40 11 39 7 38 58
-STDOUT_11846=31 40 18 39 11 38 6 37 58
-STDOUT_11847=33 42 18 41 10 40 6 39 58
-STDOUT_11848=32 41 18 40 11 39 6 38 58
-STDOUT_11849=30 41 17 40 10 39 6 38 58
-STDOUT_11850=32 43 17 42 9 41 6 40 58
-STDOUT_11851=31 40 18 39 11 38 6 37 58
-STDOUT_11852=30 40 17 39 11 38 7 37 58
-STDOUT_11853=31 41 18 40 11 39 7 38 58
-STDOUT_11854=30 41 18 40 11 39 7 38 58
-STDOUT_11855=33 42 18 41 10 40 6 39 58
-STDOUT_11856=30 41 18 40 11 39 7 38 58
-STDOUT_11857=32 43 18 42 10 41 6 40 58
-STDOUT_11858=31 41 17 40 10 39 6 38 58
-STDOUT_11859=30 41 17 40 10 39 6 38 58
-STDOUT_11860=30 41 17 40 10 39 6 38 58
-STDOUT_11861=31 41 18 40 11 39 7 38 58
-STDOUT_11862=32 40 18 39 11 38 6 37 58
-STDOUT_11863=31 40 18 39 11 38 6 37 58
-STDOUT_11864=30 42 16 41 9 40 6 39 58
-STDOUT_11865=30 41 18 40 11 39 7 38 58
-STDOUT_11866=32 43 18 42 10 41 6 40 58
-STDOUT_11867=31 41 17 40 10 39 6 38 58
-STDOUT_11868=31 41 18 40 11 39 7 38 58
-STDOUT_11869=31 41 17 40 10 39 6 38 58
-STDOUT_11870=32 40 18 39 11 38 6 37 58
-STDOUT_11871=30 41 17 40 10 39 6 38 58
-STDOUT_11872=31 41 17 40 10 39 6 38 58
-STDOUT_11873=31 41 18 40 11 39 7 38 58
-STDOUT_11874=31 41 18 40 11 39 6 38 58
-STDOUT_11875=31 41 18 40 11 39 7 38 58
-STDOUT_11876=33 43 18 42 10 41 6 40 58
-STDOUT_11877=31 40 19 39 12 38 8 37 58
-STDOUT_11878=30 42 16 41 9 40 6 39 58
-STDOUT_11879=31 43 17 42 9 41 6 40 58
-STDOUT_11880=31 41 17 40 10 39 6 38 58
-STDOUT_11881=31 41 18 40 11 39 7 38 58
-STDOUT_11882=29 40 17 39 11 38 7 37 58
-STDOUT_11883=31 41 17 40 10 39 6 38 58
-STDOUT_11884=31 41 17 40 10 39 6 38 58
-STDOUT_11885=32 42 18 41 10 40 6 39 58
-STDOUT_11886=32 40 18 39 11 38 6 37 58
-STDOUT_11887=31 41 18 40 11 39 6 38 58
-STDOUT_11888=30 41 18 40 11 39 7 38 58
-STDOUT_11889=31 41 17 40 10 39 6 38 58
-STDOUT_11890=31 42 16 41 9 40 6 39 58
-STDOUT_11891=31 41 18 40 11 39 7 38 58
-STDOUT_11892=33 43 18 42 10 41 6 40 58
-STDOUT_11893=31 43 17 42 9 41 6 40 58
-STDOUT_11894=31 40 19 39 12 38 8 37 58
-STDOUT_11895=29 40 17 39 11 38 7 37 58
-STDOUT_11896=30 41 17 40 10 39 6 38 58
-STDOUT_11897=32 41 17 40 10 39 6 38 58
-STDOUT_11898=32 42 18 41 10 40 6 39 58
-STDOUT_11899=31 41 17 40 10 39 6 38 58
-STDOUT_11900=32 40 18 39 11 38 6 37 58
-STDOUT_11901=31 40 18 39 11 38 6 37 58
-STDOUT_11902=30 41 18 40 11 39 7 38 58
-STDOUT_11903=32 41 18 40 11 39 6 38 58
-STDOUT_11904=31 41 18 40 11 39 6 38 58
-STDOUT_11905=31 41 18 40 11 39 6 38 58
-STDOUT_11906=31 41 18 40 11 39 7 38 58
-STDOUT_11907=32 40 19 39 12 38 8 37 58
-STDOUT_11908=31 42 16 41 9 40 6 39 58
-STDOUT_11909=31 41 18 40 11 39 6 38 58
-STDOUT_11910=32 43 17 42 9 41 6 40 58
-STDOUT_11911=31 43 17 42 9 41 6 40 58
-STDOUT_11912=30 41 17 40 10 39 6 38 58
-STDOUT_11913=31 43 17 42 9 41 6 40 58
-STDOUT_11914=30 40 17 39 11 38 7 37 58
-STDOUT_11915=29 40 17 39 11 38 7 37 58
-STDOUT_11916=32 41 17 40 10 39 6 38 58
-STDOUT_11917=29 40 17 39 11 38 7 37 58
-STDOUT_11918=31 42 17 41 10 40 6 39 58
-STDOUT_11919=31 41 17 40 10 39 6 38 58
-STDOUT_11920=38 67 21 66 12 65 9 64 58
-STDOUT_11921=38 67 21 66 12 65 9 64 58
-STDOUT_11922=38 68 21 67 12 66 9 65 58
-STDOUT_11923=38 68 21 67 12 66 9 65 58
-STDOUT_11924=39 67 20 66 12 65 9 64 58
-STDOUT_11925=39 67 20 66 12 65 9 64 58
-STDOUT_11926=37 65 20 64 12 63 9 62 58
-STDOUT_11927=39 68 20 67 12 66 9 65 58
-STDOUT_11928=39 68 20 67 12 66 9 65 58
-STDOUT_11929=37 65 20 64 12 63 9 62 58
-STDOUT_11930=38 67 21 66 12 65 9 64 58
-STDOUT_11931=38 67 21 66 12 65 9 64 58
-STDOUT_11932=37 66 20 65 12 64 9 63 58
-STDOUT_11933=38 67 21 66 12 65 9 64 58
-STDOUT_11934=37 66 20 65 12 64 9 63 58
-STDOUT_11935=38 67 21 66 12 65 9 64 58
-STDOUT_11936=38 65 19 64 12 63 9 62 58
-STDOUT_11937=38 68 21 67 12 66 9 65 58
-STDOUT_11938=38 68 21 67 12 66 9 65 58
-STDOUT_11939=39 63 20 62 12 61 9 60 58
-STDOUT_11940=39 63 20 62 12 61 9 60 58
-STDOUT_11941=38 65 19 64 12 63 9 62 58
-STDOUT_11942=39 67 20 66 12 65 9 64 58
-STDOUT_11943=38 68 21 67 12 66 9 65 58
-STDOUT_11944=39 67 20 66 12 65 9 64 58
-STDOUT_11945=38 68 21 67 12 66 9 65 58
-STDOUT_11946=38 66 19 65 12 64 9 63 58
-STDOUT_11947=39 64 20 63 12 62 9 61 58
-STDOUT_11948=39 64 20 63 12 62 9 61 58
-STDOUT_11949=37 65 20 64 12 63 9 62 58
-STDOUT_11950=39 67 20 66 12 65 9 64 58
-STDOUT_11951=38 66 19 65 12 64 9 63 58
-STDOUT_11952=39 67 20 66 12 65 9 64 58
-STDOUT_11953=39 68 20 67 12 66 9 65 58
-STDOUT_11954=39 68 20 67 12 66 9 65 58
-STDOUT_11955=37 65 20 64 12 63 9 62 58
-STDOUT_11956=37 65 20 64 12 63 9 62 58
-STDOUT_11957=37 66 20 65 12 64 9 63 58
-STDOUT_11958=38 61 19 60 12 59 9 58 58
-STDOUT_11959=39 68 20 67 12 66 9 65 58
-STDOUT_11960=39 68 20 67 12 66 9 65 58
-STDOUT_11961=37 65 20 64 12 63 9 62 58
-STDOUT_11962=38 66 21 65 12 64 9 63 58
-STDOUT_11963=38 67 21 66 12 65 9 64 58
-STDOUT_11964=37 66 20 65 12 64 9 63 58
-STDOUT_11965=38 66 21 65 12 64 9 63 58
-STDOUT_11966=38 67 21 66 12 65 9 64 58
-STDOUT_11967=38 65 19 64 12 63 9 62 58
-STDOUT_11968=38 61 19 60 12 59 9 58 58
-STDOUT_11969=37 66 20 65 12 64 9 63 58
-STDOUT_11970=38 67 21 66 12 65 9 64 58
-STDOUT_11971=39 63 20 62 12 61 9 60 58
-STDOUT_11972=38 67 21 66 12 65 9 64 58
-STDOUT_11973=39 63 20 62 12 61 9 60 58
-STDOUT_11974=38 62 19 61 12 60 9 59 58
-STDOUT_11975=38 65 19 64 12 63 9 62 58
-STDOUT_11976=37 66 20 65 12 64 9 63 58
-STDOUT_11977=38 65 19 64 12 63 9 62 58
-STDOUT_11978=38 67 21 66 12 65 9 64 58
-STDOUT_11979=38 68 21 67 12 66 9 65 58
-STDOUT_11980=38 67 21 66 12 65 9 64 58
-STDOUT_11981=38 68 21 67 12 66 9 65 58
-STDOUT_11982=38 66 19 65 12 64 9 63 58
-STDOUT_11983=39 63 20 62 12 61 9 60 58
-STDOUT_11984=38 62 19 61 12 60 9 59 58
-STDOUT_11985=39 63 20 62 12 61 9 60 58
-STDOUT_11986=38 68 21 67 12 66 9 65 58
-STDOUT_11987=39 64 20 63 12 62 9 61 58
-STDOUT_11988=38 68 21 67 12 66 9 65 58
-STDOUT_11989=39 64 20 63 12 62 9 61 58
-STDOUT_11990=38 65 19 64 12 63 9 62 58
-STDOUT_11991=38 65 21 64 12 63 9 62 58
-STDOUT_11992=38 65 21 64 12 63 9 62 58
-STDOUT_11993=39 67 20 66 12 65 9 64 58
-STDOUT_11994=38 66 19 65 12 64 9 63 58
-STDOUT_11995=39 67 20 66 12 65 9 64 58
-STDOUT_11996=39 71 20 70 12 69 9 68 58
-STDOUT_11997=38 66 19 65 12 64 9 63 58
-STDOUT_11998=39 71 20 70 12 69 9 68 58
-STDOUT_11999=39 67 20 66 12 65 9 64 58
-STDOUT_12000=39 67 20 66 12 65 9 64 58
-STDOUT_12001=39 64 20 63 12 62 9 61 58
-STDOUT_12002=37 64 20 63 12 62 9 61 58
-STDOUT_12003=39 64 20 63 12 62 9 61 58
-STDOUT_12004=37 65 20 64 12 63 9 62 58
-STDOUT_12005=38 66 21 65 12 64 9 63 58
-STDOUT_12006=38 66 21 65 12 64 9 63 58
-STDOUT_12007=38 61 19 60 12 59 9 58 58
-STDOUT_12008=38 66 19 65 12 64 9 63 58
-STDOUT_12009=38 67 21 66 12 65 9 64 58
-STDOUT_12010=38 66 21 65 12 64 9 63 58
-STDOUT_12011=38 67 21 66 12 65 9 64 58
-STDOUT_12012=38 66 21 65 12 64 9 63 58
-STDOUT_12013=37 67 19 66 12 65 9 64 58
-STDOUT_12014=39 68 20 67 12 66 9 65 58
-STDOUT_12015=37 64 20 63 12 62 9 61 58
-STDOUT_12016=39 68 20 67 12 66 9 65 58
-STDOUT_12017=37 65 20 64 12 63 9 62 58
-STDOUT_12018=39 72 20 71 12 70 9 69 58
-STDOUT_12019=39 72 20 71 12 70 9 69 58
-STDOUT_12020=30 52 0 51 0 50 0 49 58
-STDOUT_12021=31 52 0 51 0 50 0 49 58
-STDOUT_12022=31 52 0 51 0 50 0 49 58
-STDOUT_12023=30 52 0 51 0 50 0 49 58
-STDOUT_12024=30 51 0 50 0 49 0 48 58
-STDOUT_12025=31 52 0 51 0 50 0 49 58
-STDOUT_12026=30 52 0 51 0 50 0 49 58
-STDOUT_12027=31 52 0 51 0 50 0 49 58
-STDOUT_12028=31 51 0 50 0 49 0 48 58
-STDOUT_12029=31 52 0 51 0 50 0 49 58
-STDOUT_12030=30 52 0 51 0 50 0 49 58
-STDOUT_12031=31 51 0 50 0 49 0 48 58
-STDOUT_12032=30 52 0 51 0 50 0 49 58
-STDOUT_12033=31 52 0 51 0 50 0 49 58
-STDOUT_12034=31 52 0 51 0 50 0 49 58
-STDOUT_12035=30 51 0 50 0 49 0 48 58
-STDOUT_12036=30 51 0 50 0 49 0 48 58
-STDOUT_12037=30 52 0 51 0 50 0 49 58
-STDOUT_12038=31 52 0 51 0 50 0 49 58
-STDOUT_12039=30 52 0 51 0 50 0 49 58
-STDOUT_12040=31 52 0 51 0 50 0 49 58
-STDOUT_12041=31 52 0 51 0 50 0 49 58
-STDOUT_12042=31 52 0 51 0 50 0 49 58
-STDOUT_12043=30 52 0 51 0 50 0 49 58
-STDOUT_12044=31 51 0 50 0 49 0 48 58
-STDOUT_12045=31 51 0 50 0 49 0 48 58
-STDOUT_12046=30 51 0 50 0 49 0 48 58
-STDOUT_12047=31 52 0 51 0 50 0 49 58
-STDOUT_12048=30 52 0 51 0 50 0 49 58
-STDOUT_12049=31 52 0 51 0 50 0 49 58
-STDOUT_12050=31 51 0 50 0 49 0 48 58
-STDOUT_12051=31 51 0 50 0 49 0 48 58
-STDOUT_12052=30 52 0 51 0 50 0 49 58
-STDOUT_12053=30 52 0 51 0 50 0 49 58
-STDOUT_12054=31 52 0 51 0 50 0 49 58
-STDOUT_12055=29 52 0 51 0 50 0 49 58
-STDOUT_12056=31 51 0 50 0 49 0 48 58
-STDOUT_12057=30 52 0 51 0 50 0 49 58
-STDOUT_12058=30 51 0 50 0 49 0 48 58
-STDOUT_12059=31 52 0 51 0 50 0 49 58
-STDOUT_12060=30 51 0 50 0 49 0 48 58
-STDOUT_12061=30 52 0 51 0 50 0 49 58
-STDOUT_12062=30 51 0 50 0 49 0 48 58
-STDOUT_12063=31 52 0 51 0 50 0 49 58
-STDOUT_12064=31 52 0 51 0 50 0 49 58
-STDOUT_12065=31 52 0 51 0 50 0 49 58
-STDOUT_12066=31 51 0 50 0 49 0 48 58
-STDOUT_12067=30 52 0 51 0 50 0 49 58
-STDOUT_12068=30 52 0 51 0 50 0 49 58
-STDOUT_12069=30 52 0 51 0 50 0 49 58
-STDOUT_12070=31 52 0 51 0 50 0 49 58
-STDOUT_12071=31 52 0 51 0 50 0 49 58
-STDOUT_12072=31 52 0 51 0 50 0 49 58
-STDOUT_12073=31 52 0 51 0 50 0 49 58
-STDOUT_12074=30 52 0 51 0 50 0 49 58
-STDOUT_12075=30 52 0 51 0 50 0 49 58
-STDOUT_12076=30 52 0 51 0 50 0 49 58
-STDOUT_12077=30 52 0 51 0 50 0 49 58
-STDOUT_12078=31 52 0 51 0 50 0 49 58
-STDOUT_12079=31 51 0 50 0 49 0 48 58
-STDOUT_12080=31 51 0 50 0 49 0 48 58
-STDOUT_12081=31 52 0 51 0 50 0 49 58
-STDOUT_12082=30 51 0 50 0 49 0 48 58
-STDOUT_12083=30 51 0 50 0 49 0 48 58
-STDOUT_12084=31 51 0 50 0 49 0 48 58
-STDOUT_12085=32 52 0 51 0 50 0 49 58
-STDOUT_12086=31 52 0 51 0 50 0 49 58
-STDOUT_12087=30 52 0 51 0 50 0 49 58
-STDOUT_12088=31 52 0 51 0 50 0 49 58
-STDOUT_12089=30 51 0 50 0 49 0 48 58
-STDOUT_12090=31 52 0 51 0 50 0 49 58
-STDOUT_12091=31 51 0 50 0 49 0 48 58
-STDOUT_12092=30 52 0 51 0 50 0 49 58
-STDOUT_12093=31 51 0 50 0 49 0 48 58
-STDOUT_12094=30 52 0 51 0 50 0 49 58
-STDOUT_12095=31 52 0 51 0 50 0 49 58
-STDOUT_12096=31 52 0 51 0 50 0 49 58
-STDOUT_12097=29 53 0 52 0 51 0 50 58
-STDOUT_12098=31 51 0 50 0 49 0 48 58
-STDOUT_12099=29 52 0 51 0 50 0 49 58
-STDOUT_12100=32 52 0 51 0 50 0 49 58
-STDOUT_12101=31 52 0 51 0 50 0 49 58
-STDOUT_12102=31 51 0 50 0 49 0 48 58
-STDOUT_12103=31 52 0 51 0 50 0 49 58
-STDOUT_12104=30 51 0 50 0 49 0 48 58
-STDOUT_12105=31 52 0 51 0 50 0 49 58
-STDOUT_12106=30 52 0 51 0 50 0 49 58
-STDOUT_12107=31 51 0 50 0 49 0 48 58
-STDOUT_12108=31 51 0 50 0 49 0 48 58
-STDOUT_12109=30 52 0 51 0 50 0 49 58
-STDOUT_12110=30 51 0 50 0 49 0 48 58
-STDOUT_12111=30 51 0 50 0 49 0 48 58
-STDOUT_12112=31 51 0 50 0 49 0 48 58
-STDOUT_12113=30 52 0 51 0 50 0 49 58
-STDOUT_12114=31 52 0 51 0 50 0 49 58
-STDOUT_12115=31 52 0 51 0 50 0 49 58
-STDOUT_12116=31 52 0 51 0 50 0 49 58
-STDOUT_12117=30 51 0 50 0 49 0 48 58
-STDOUT_12118=30 51 0 50 0 49 0 48 58
-STDOUT_12119=30 51 0 50 0 49 0 48 58
-STDOUT_12120=SCORES_TXT_END_0
-STDOUT_12121=FEATURES_TXT_BEGIN_0 0 400 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_12122=0 -3.30693 0 0 -2.83036 0 0 -47.2982 -36.7163 -58.3679 -12.6473 -17.133 7.99917 -14
-STDOUT_12123=0 -4.41356 0 0 -2.28612 0 0 -42.5518 -44.2233 -68.0063 -12.3881 -18.2718 7.99917 -13
-STDOUT_12124=0 -2.85902 0 0 -2.70964 0 0 -47.2982 -37.6246 -59.1133 -13.0501 -18.2054 7.99917 -14
-STDOUT_12125=0 -2.75747 0 0 -2.83036 0 0 -47.2982 -38.786 -58.3679 -13.1694 -17.133 7.99917 -14
-STDOUT_12126=0 -2.78419 0 0 -2.83036 0 0 -47.2982 -38.4271 -58.3679 -13.4644 -17.133 7.99917 -14
-STDOUT_12127=0 -3.32777 0 0 -2.8474 0 0 -47.2982 -37.3849 -58.3679 -12.6675 -17.133 8.99907 -14
-STDOUT_12128=0 -3.96565 0 0 -2.1654 0 0 -42.5518 -45.1316 -68.7517 -12.7909 -19.3442 7.99917 -13
-STDOUT_12129=0 -3.8641 0 0 -2.28612 0 0 -42.5518 -46.2931 -68.0063 -12.9102 -18.2718 7.99917 -13
-STDOUT_12130=0 -3.89082 0 0 -2.28612 0 0 -42.5518 -45.9341 -68.0063 -13.2052 -18.2718 7.99917 -13
-STDOUT_12131=0 -4.4344 0 0 -2.30316 0 0 -42.5518 -44.892 -68.0063 -12.4082 -18.2718 8.99907 -13
-STDOUT_12132=0 -2.30956 0 0 -2.70964 0 0 -47.2982 -39.6944 -59.1133 -13.5721 -18.2054 7.99917 -14
-STDOUT_12133=0 -2.33627 0 0 -2.70964 0 0 -47.2982 -39.3354 -59.1133 -13.8672 -18.2054 7.99917 -14
-STDOUT_12134=0 -2.77831 0 0 -2.8474 0 0 -47.2982 -39.4547 -58.3679 -13.1895 -17.133 8.99907 -14
-STDOUT_12135=0 -2.80503 0 0 -2.8474 0 0 -47.2982 -39.0958 -58.3679 -13.4846 -17.133 8.99907 -14
-STDOUT_12136=0 -2.89154 0 0 -2.72667 0 0 -47.2982 -38.3976 -59.1133 -13.1245 -18.2054 8.99907 -14
-STDOUT_12137=0 -3.72215 0 0 -2.84486 0 0 -47.2982 -36.9181 -58.3679 -12.8766 -17.133 8.99907 -14
-STDOUT_12138=0 -3.41619 0 0 -2.1654 0 0 -42.5518 -47.2014 -68.7517 -13.3129 -19.3442 7.99917 -13
-STDOUT_12139=0 -3.4429 0 0 -2.1654 0 0 -42.5518 -46.8424 -68.7517 -13.608 -19.3442 7.99917 -13
-STDOUT_12140=0 -3.88494 0 0 -2.30316 0 0 -42.5518 -46.9618 -68.0063 -12.9303 -18.2718 8.99907 -13
-STDOUT_12141=0 -3.91166 0 0 -2.30316 0 0 -42.5518 -46.6028 -68.0063 -13.2254 -18.2718 8.99907 -13
-STDOUT_12142=0 -3.99817 0 0 -2.18243 0 0 -42.5518 -45.9046 -68.7517 -12.8653 -19.3442 8.99907 -13
-STDOUT_12143=0 -4.82878 0 0 -2.30062 0 0 -42.5518 -44.4252 -68.0063 -12.6173 -18.2718 8.99907 -13
-STDOUT_12144=0 -2.34208 0 0 -2.72667 0 0 -47.2982 -40.4674 -59.1133 -13.6466 -18.2054 8.99907 -14
-STDOUT_12145=0 -2.3688 0 0 -2.72667 0 0 -47.2982 -40.1084 -59.1133 -13.9416 -18.2054 8.99907 -14
-STDOUT_12146=0 -3.17269 0 0 -2.84486 0 0 -47.2982 -38.9879 -58.3679 -13.3986 -17.133 8.99907 -14
-STDOUT_12147=0 -3.1994 0 0 -2.84486 0 0 -47.2982 -38.629 -58.3679 -13.6937 -17.133 8.99907 -14
-STDOUT_12148=0 -4.18376 0 0 -2.38711 0 0 -46.3334 -39.2286 -62.8949 -11.1151 -18.0911 7.99917 -14
-STDOUT_12149=0 -3.75467 0 0 -2.8619 0 0 -47.2982 -37.6911 -58.3679 -12.951 -17.133 9.99896 -14
-STDOUT_12150=0 -3.44872 0 0 -2.18243 0 0 -42.5518 -47.9744 -68.7517 -13.3874 -19.3442 8.99907 -13
-STDOUT_12151=0 -3.47543 0 0 -2.18243 0 0 -42.5518 -47.6155 -68.7517 -13.6824 -19.3442 8.99907 -13
-STDOUT_12152=0 -4.27932 0 0 -2.30062 0 0 -42.5518 -46.4949 -68.0063 -13.1394 -18.2718 8.99907 -13
-STDOUT_12153=0 -4.30603 0 0 -2.30062 0 0 -42.5518 -46.136 -68.0063 -13.4345 -18.2718 8.99907 -13
-STDOUT_12154=0 -4.8613 0 0 -2.31766 0 0 -42.5518 -45.1982 -68.0063 -12.6918 -18.2718 9.99896 -13
-STDOUT_12155=0 -3.73585 0 0 -2.26638 0 0 -46.3334 -40.1369 -63.6404 -11.5179 -19.1635 7.99917 -14
-STDOUT_12156=0 -3.63431 0 0 -2.38711 0 0 -46.3334 -41.2984 -62.8949 -11.6372 -18.0911 7.99917 -14
-STDOUT_12157=0 -2.9937 0 0 -2.83782 0 0 -47.2982 -39.341 -58.3679 -14.6744 -17.133 7.99917 -14
-STDOUT_12158=0 -3.20521 0 0 -2.8619 0 0 -47.2982 -39.7609 -58.3679 -13.473 -17.133 9.99896 -14
-STDOUT_12159=0 -3.66102 0 0 -2.38711 0 0 -46.3334 -40.9394 -62.8949 -11.9323 -18.0911 7.99917 -14
-STDOUT_12160=0 -3.23193 0 0 -2.8619 0 0 -47.2982 -39.402 -58.3679 -13.7681 -17.133 9.99896 -14
-STDOUT_12161=0 -4.2046 0 0 -2.40414 0 0 -46.3334 -39.8973 -62.8949 -11.1353 -18.0911 8.99907 -14
-STDOUT_12162=0 -4.10033 0 0 -2.29358 0 0 -42.5518 -46.848 -68.0063 -14.4152 -18.2718 7.99917 -13
-STDOUT_12163=0 -4.31184 0 0 -2.31766 0 0 -42.5518 -47.268 -68.0063 -13.2138 -18.2718 9.99896 -13
-STDOUT_12164=0 -4.33856 0 0 -2.31766 0 0 -42.5518 -46.909 -68.0063 -13.5089 -18.2718 9.99896 -13
-STDOUT_12165=0 -3.18639 0 0 -2.26638 0 0 -46.3334 -42.2067 -63.6404 -12.04 -19.1635 7.99917 -14
-STDOUT_12166=0 -2.54578 0 0 -2.7171 0 0 -47.2982 -40.2493 -59.1133 -15.0771 -18.2054 7.99917 -14
-STDOUT_12167=0 -3.21311 0 0 -2.26638 0 0 -46.3334 -41.8477 -63.6404 -12.335 -19.1635 7.99917 -14
-STDOUT_12168=0 -3.33257 0 0 -3.16683 0 0 -47.2982 -39.0474 -58.3679 -13.4871 -17.133 8.99907 -14
-STDOUT_12169=0 -3.65514 0 0 -2.40414 0 0 -46.3334 -41.9671 -62.8949 -11.6573 -18.0911 8.99907 -14
-STDOUT_12170=0 -3.01454 0 0 -2.85486 0 0 -47.2982 -40.0097 -58.3679 -14.6945 -17.133 8.99907 -14
-STDOUT_12171=0 -3.68186 0 0 -2.40414 0 0 -46.3334 -41.6081 -62.8949 -11.9524 -18.0911 8.99907 -14
-STDOUT_12172=0 -4.36041 0 0 -2.71984 0 0 -44.9832 -43.0698 -65.3956 -11.695 -15.5664 7.99917 -13
-STDOUT_12173=0 -3.76838 0 0 -2.28342 0 0 -46.3334 -40.9099 -63.6404 -11.5923 -19.1635 8.99907 -14
-STDOUT_12174=0 -4.59898 0 0 -2.40161 0 0 -46.3334 -39.4304 -62.8949 -11.3444 -18.0911 8.99907 -14
-STDOUT_12175=0 -3.65241 0 0 -2.17286 0 0 -42.5518 -47.7563 -68.7517 -14.8179 -19.3442 7.99917 -13
-STDOUT_12176=0 -4.4392 0 0 -2.62259 0 0 -42.5518 -46.5544 -68.0063 -13.2279 -18.2718 8.99907 -13
-STDOUT_12177=0 -2.88574 0 0 -3.16683 0 0 -47.2982 -40.1725 -58.3679 -14.3898 -17.133 8.99907 -14
-STDOUT_12178=0 -4.12117 0 0 -2.31062 0 0 -42.5518 -47.5167 -68.0063 -14.4353 -18.2718 8.99907 -13
-STDOUT_12179=0 -2.88466 0 0 -3.04611 0 0 -47.2982 -39.9557 -59.1133 -13.8898 -18.2054 8.99907 -14
-STDOUT_12180=0 -3.91249 0 0 -2.59912 0 0 -44.9832 -43.9781 -66.141 -12.0977 -16.6388 7.99917 -13
-STDOUT_12181=0 -3.35341 0 0 -3.18387 0 0 -47.2982 -39.7161 -58.3679 -13.5072 -17.133 9.99896 -14
-STDOUT_12182=0 -3.48129 0 0 -3.00472 0 0 -46.3889 -38.7444 -66.49 -13.3405 -15.572 7.99917 -12
-STDOUT_12183=0 -3.81095 0 0 -2.71984 0 0 -44.9832 -45.1396 -65.3956 -12.217 -15.5664 7.99917 -13
-STDOUT_12184=0 -3.83767 0 0 -2.71984 0 0 -44.9832 -44.7807 -65.3956 -12.5121 -15.5664 7.99917 -13
-STDOUT_12185=0 -3.21892 0 0 -2.28342 0 0 -46.3334 -42.9797 -63.6404 -12.1144 -19.1635 8.99907 -14
-STDOUT_12186=0 -2.57831 0 0 -2.73413 0 0 -47.2982 -41.0223 -59.1133 -15.1516 -18.2054 8.99907 -14
-STDOUT_12187=0 -4.38125 0 0 -2.73688 0 0 -44.9832 -43.7385 -65.3956 -11.7151 -15.5664 8.99907 -13
-STDOUT_12188=0 -3.24563 0 0 -2.28342 0 0 -46.3334 -42.6208 -63.6404 -12.4094 -19.1635 8.99907 -14
-STDOUT_12189=0 -3.99237 0 0 -2.62259 0 0 -42.5518 -47.6796 -68.0063 -14.1306 -18.2718 8.99907 -13
-STDOUT_12190=0 -4.04952 0 0 -2.40161 0 0 -46.3334 -41.5002 -62.8949 -11.8664 -18.0911 8.99907 -14
-STDOUT_12191=0 -3.99129 0 0 -2.50187 0 0 -42.5518 -47.4627 -68.7517 -13.6306 -19.3442 8.99907 -13
-STDOUT_12192=0 -3.40891 0 0 -2.85232 0 0 -47.2982 -39.5429 -58.3679 -14.9036 -17.133 8.99907 -14
-STDOUT_12193=0 -4.07624 0 0 -2.40161 0 0 -46.3334 -41.1413 -62.8949 -12.1615 -18.0911 8.99907 -14
-STDOUT_12194=0 -2.43783 0 0 -3.04611 0 0 -47.2982 -41.0808 -59.1133 -14.7926 -18.2054 8.99907 -14
-STDOUT_12195=0 -4.46004 0 0 -2.63963 0 0 -42.5518 -47.2231 -68.0063 -13.248 -18.2718 9.99896 -13
-STDOUT_12196=0 -2.90658 0 0 -3.18387 0 0 -47.2982 -40.8412 -58.3679 -14.41 -17.133 9.99896 -14
-STDOUT_12197=0 -4.63151 0 0 -2.41864 0 0 -46.3334 -40.2035 -62.8949 -11.4188 -18.0911 9.99896 -14
-STDOUT_12198=0 -3.68494 0 0 -2.18989 0 0 -42.5518 -48.5294 -68.7517 -14.8923 -19.3442 8.99907 -13
-STDOUT_12199=0 -3.03337 0 0 -2.88399 0 0 -46.3889 -39.6527 -67.2354 -13.7432 -16.6444 7.99917 -12
-STDOUT_12200=0 -3.36303 0 0 -2.59912 0 0 -44.9832 -46.0479 -66.141 -12.6198 -16.6388 7.99917 -13
-STDOUT_12201=0 -4.54865 0 0 -2.97346 0 0 -41.3818 -47.1987 -71.2115 -14.2568 -17.5983 7.99917 -13
-STDOUT_12202=0 -3.38975 0 0 -2.59912 0 0 -44.9832 -45.689 -66.141 -12.9148 -16.6388 7.99917 -13
-STDOUT_12203=0 -3.38753 0 0 -3.16683 0 0 -47.2982 -40.5614 -58.3679 -13.3246 -17.133 8.99907 -14
-STDOUT_12204=0 -4.51554 0 0 -2.30808 0 0 -42.5518 -47.0499 -68.0063 -14.6444 -18.2718 8.99907 -13
-STDOUT_12205=0 -3.07713 0 0 -2.93135 0 0 -52.1701 -31.7215 -53.2565 -11.3744 -16.9523 7.99917 -15
-STDOUT_12206=0 -2.91718 0 0 -3.06314 0 0 -47.2982 -40.7287 -59.1133 -13.9643 -18.2054 9.99896 -14
-STDOUT_12207=0 -3.54446 0 0 -2.50187 0 0 -42.5518 -48.5879 -68.7517 -14.5334 -19.3442 8.99907 -13
-STDOUT_12208=0 -3.50212 0 0 -3.02175 0 0 -46.3889 -39.4131 -66.49 -13.3606 -15.572 8.99907 -12
-STDOUT_12209=0 -3.83179 0 0 -2.73688 0 0 -44.9832 -45.8083 -65.3956 -12.2372 -15.5664 8.99907 -13
-STDOUT_12210=0 -3.8585 0 0 -2.73688 0 0 -44.9832 -45.4493 -65.3956 -12.5322 -15.5664 8.99907 -13
-STDOUT_12211=0 -3.94502 0 0 -2.61615 0 0 -44.9832 -44.7511 -66.141 -12.1722 -16.6388 8.99907 -13
-STDOUT_12212=0 -4.01321 0 0 -2.63963 0 0 -42.5518 -48.3483 -68.0063 -14.1508 -18.2718 9.99896 -13
-STDOUT_12213=0 -3.74779 0 0 -3.18133 0 0 -47.2982 -39.2492 -58.3679 -13.7163 -17.133 9.99896 -14
-STDOUT_12214=0 -4.77562 0 0 -2.73434 0 0 -44.9832 -43.2717 -65.3956 -11.9242 -15.5664 8.99907 -13
-STDOUT_12215=0 -4.49416 0 0 -2.62259 0 0 -42.5518 -48.0684 -68.0063 -13.0654 -18.2718 8.99907 -13
-STDOUT_12216=0 -4.10073 0 0 -2.85274 0 0 -41.3818 -48.107 -71.957 -14.6595 -18.6707 7.99917 -13
-STDOUT_12217=0 -3.87053 0 0 -2.39457 0 0 -46.3334 -41.8533 -62.8949 -13.1422 -18.0911 7.99917 -14
-STDOUT_12218=0 -4.08205 0 0 -2.41864 0 0 -46.3334 -42.2733 -62.8949 -11.9409 -18.0911 9.99896 -14
-STDOUT_12219=0 -4.02382 0 0 -2.5189 0 0 -42.5518 -48.2357 -68.7517 -13.7051 -19.3442 9.99896 -13
-STDOUT_12220=0 -3.44144 0 0 -2.86936 0 0 -47.2982 -40.3159 -58.3679 -14.978 -17.133 9.99896 -14
-STDOUT_12221=0 -4.10876 0 0 -2.41864 0 0 -46.3334 -41.9143 -62.8949 -12.2359 -18.0911 9.99896 -14
-STDOUT_12222=0 -4.36081 0 0 -5.28661 0 0 -96.4993 -14.0471 -33.9648 -25.0728 -59.5525 9.99896 -34
-STDOUT_12223=0 -4.35283 0 0 -5.3532 0 0 -96.4993 -13.6186 -33.9648 -25.1049 -59.5525 9.99896 -34
-STDOUT_12224=0 -4.58101 0 0 -5.51995 0 0 -96.4993 -14.8081 -33.9648 -25.1548 -59.5525 10.9989 -34
-STDOUT_12225=0 -4.91026 0 0 -5.28661 0 0 -96.4993 -11.9773 -33.9648 -24.5507 -59.5525 9.99896 -34
-STDOUT_12226=0 -4.90229 0 0 -5.3532 0 0 -96.4993 -11.5488 -33.9648 -24.5828 -59.5525 9.99896 -34
-STDOUT_12227=0 -5.13046 0 0 -5.51995 0 0 -96.4993 -12.7383 -33.9648 -24.6328 -59.5525 10.9989 -34
-STDOUT_12228=0 -4.38752 0 0 -5.28661 0 0 -96.4993 -13.6881 -33.9648 -25.3678 -59.5525 9.99896 -34
-STDOUT_12229=0 -4.37954 0 0 -5.3532 0 0 -96.4993 -13.2597 -33.9648 -25.4 -59.5525 9.99896 -34
-STDOUT_12230=0 -4.78771 0 0 -5.30624 0 0 -96.4993 -14.3533 -33.9648 -25.3563 -59.5525 10.9989 -34
-STDOUT_12231=0 -4.60772 0 0 -5.51995 0 0 -96.4993 -14.4492 -33.9648 -25.4499 -59.5525 10.9989 -34
-STDOUT_12232=0 -4.77973 0 0 -5.37283 0 0 -96.4993 -13.9248 -33.9648 -25.3884 -59.5525 10.9989 -34
-STDOUT_12233=0 -4.33997 0 0 -5.26958 0 0 -96.4993 -13.3784 -33.9648 -25.0527 -59.5525 8.99907 -34
-STDOUT_12234=0 -5.00791 0 0 -5.53957 0 0 -96.4993 -15.1143 -33.9648 -25.4384 -59.5525 11.9988 -34
-STDOUT_12235=0 -5.33717 0 0 -5.30624 0 0 -96.4993 -12.2835 -33.9648 -24.8342 -59.5525 10.9989 -34
-STDOUT_12236=0 -4.33199 0 0 -5.33617 0 0 -96.4993 -12.9499 -33.9648 -25.0848 -59.5525 8.99907 -34
-STDOUT_12237=0 -5.32919 0 0 -5.37283 0 0 -96.4993 -11.855 -33.9648 -24.8664 -59.5525 10.9989 -34
-STDOUT_12238=0 -4.56017 0 0 -5.50291 0 0 -96.4993 -14.1395 -33.9648 -25.1347 -59.5525 9.99896 -34
-STDOUT_12239=0 -4.88943 0 0 -5.26958 0 0 -96.4993 -11.3086 -33.9648 -24.5306 -59.5525 8.99907 -34
-STDOUT_12240=0 -5.55737 0 0 -5.53957 0 0 -96.4993 -13.0445 -33.9648 -24.9163 -59.5525 11.9988 -34
-STDOUT_12241=0 -4.88145 0 0 -5.33617 0 0 -96.4993 -10.8801 -33.9648 -24.5627 -59.5525 8.99907 -34
-STDOUT_12242=0 -5.10963 0 0 -5.50291 0 0 -96.4993 -12.0697 -33.9648 -24.6126 -59.5525 9.99896 -34
-STDOUT_12243=0 -4.81443 0 0 -5.30624 0 0 -96.4993 -13.9943 -33.9648 -25.6514 -59.5525 10.9989 -34
-STDOUT_12244=0 -4.80645 0 0 -5.37283 0 0 -96.4993 -13.5659 -33.9648 -25.6835 -59.5525 10.9989 -34
-STDOUT_12245=0 -3.89757 0 0 -5.6856 0 0 -96.4993 -15.14 -33.9648 -26.0508 -59.5525 9.99896 -34
-STDOUT_12246=0 -4.75518 0 0 -5.2892 0 0 -96.4993 -13.5803 -33.9648 -25.2819 -59.5525 9.99896 -34
-STDOUT_12247=0 -4.36669 0 0 -5.26958 0 0 -96.4993 -13.0195 -33.9648 -25.3477 -59.5525 8.99907 -34
-STDOUT_12248=0 -3.8896 0 0 -5.7522 0 0 -96.4993 -14.7115 -33.9648 -26.0829 -59.5525 9.99896 -34
-STDOUT_12249=0 -5.03463 0 0 -5.53957 0 0 -96.4993 -14.7554 -33.9648 -25.7334 -59.5525 11.9988 -34
-STDOUT_12250=0 -4.74721 0 0 -5.3558 0 0 -96.4993 -13.1518 -33.9648 -25.314 -59.5525 9.99896 -34
-STDOUT_12251=0 -4.02533 0 0 -5.76972 0 0 -95.7135 -17.7368 -34.5285 -26.5782 -59.5091 10.9989 -34
-STDOUT_12252=0 -4.35871 0 0 -5.33617 0 0 -96.4993 -12.591 -33.9648 -25.3798 -59.5525 8.99907 -34
-STDOUT_12253=0 -4.11777 0 0 -5.91894 0 0 -96.4993 -15.9011 -33.9648 -26.1329 -59.5525 10.9989 -34
-STDOUT_12254=0 -4.44703 0 0 -5.6856 0 0 -96.4993 -13.0702 -33.9648 -25.5287 -59.5525 9.99896 -34
-STDOUT_12255=0 -4.01735 0 0 -5.83631 0 0 -95.7135 -17.3083 -34.5285 -26.6103 -59.5091 10.9989 -34
-STDOUT_12256=0 -4.97538 0 0 -5.52254 0 0 -96.4993 -14.3413 -33.9648 -25.3639 -59.5525 10.9989 -34
-STDOUT_12257=0 -4.58689 0 0 -5.50291 0 0 -96.4993 -13.7805 -33.9648 -25.4298 -59.5525 9.99896 -34
-STDOUT_12258=0 -5.30464 0 0 -5.2892 0 0 -96.4993 -11.5105 -33.9648 -24.7598 -59.5525 9.99896 -34
-STDOUT_12259=0 -4.43905 0 0 -5.7522 0 0 -96.4993 -12.6417 -33.9648 -25.5609 -59.5525 9.99896 -34
-STDOUT_12260=0 -4.24553 0 0 -6.00305 0 0 -95.7135 -18.4979 -34.5285 -26.6602 -59.5091 11.9988 -34
-STDOUT_12261=0 -4.93591 0 0 -5.62308 0 0 -96.4993 -14.3084 -33.9648 -25.3905 -59.5525 10.9989 -34
-STDOUT_12262=0 -5.29666 0 0 -5.3558 0 0 -96.4993 -11.082 -33.9648 -24.7919 -59.5525 9.99896 -34
-STDOUT_12263=0 -4.57479 0 0 -5.76972 0 0 -95.7135 -15.667 -34.5285 -26.0561 -59.5091 10.9989 -34
-STDOUT_12264=0 -4.66723 0 0 -5.91894 0 0 -96.4993 -13.8313 -33.9648 -25.6108 -59.5525 10.9989 -34
-STDOUT_12265=0 -4.92793 0 0 -5.68968 0 0 -96.4993 -13.8799 -33.9648 -25.4226 -59.5525 10.9989 -34
-STDOUT_12266=0 -4.99086 0 0 -5.62308 0 0 -96.4993 -15.8224 -33.9648 -25.228 -59.5525 10.9989 -34
-STDOUT_12267=0 -4.56681 0 0 -5.83631 0 0 -95.7135 -15.2385 -34.5285 -26.0882 -59.5091 10.9989 -34
-STDOUT_12268=0 -5.52484 0 0 -5.52254 0 0 -96.4993 -12.2715 -33.9648 -24.8419 -59.5525 10.9989 -34
-STDOUT_12269=0 -4.98288 0 0 -5.68968 0 0 -96.4993 -15.394 -33.9648 -25.2601 -59.5525 10.9989 -34
-STDOUT_12270=0 -5.15611 0 0 -5.85642 0 0 -96.4993 -15.0695 -33.9648 -25.4725 -59.5525 11.9988 -34
-STDOUT_12271=0 -4.79499 0 0 -6.00305 0 0 -95.7135 -16.4281 -34.5285 -26.1381 -59.5091 11.9988 -34
-STDOUT_12272=0 -2.40113 0 0 -3.71147 0 0 -85.5268 -17.5106 -35.5427 -21.4397 -51.9113 9.99896 -30
-STDOUT_12273=0 -5.21106 0 0 -5.85642 0 0 -96.4993 -16.5835 -33.9648 -25.3101 -59.5525 11.9988 -34
-STDOUT_12274=0 -3.92429 0 0 -5.6856 0 0 -96.4993 -14.7811 -33.9648 -26.3458 -59.5525 9.99896 -34
-STDOUT_12275=0 -4.7819 0 0 -5.2892 0 0 -96.4993 -13.2213 -33.9648 -25.5769 -59.5525 9.99896 -34
-STDOUT_12276=0 -2.95059 0 0 -3.71147 0 0 -85.5268 -15.4408 -35.5427 -20.9176 -51.9113 9.99896 -30
-STDOUT_12277=0 -3.91631 0 0 -5.7522 0 0 -96.4993 -14.3526 -33.9648 -26.378 -59.5525 9.99896 -34
-STDOUT_12278=0 -4.77392 0 0 -5.3558 0 0 -96.4993 -12.7928 -33.9648 -25.6091 -59.5525 9.99896 -34
-STDOUT_12279=0 -4.05205 0 0 -5.76972 0 0 -95.7135 -17.3779 -34.5285 -26.8732 -59.5091 10.9989 -34
-STDOUT_12280=0 -4.32448 0 0 -5.70523 0 0 -96.4993 -15.4462 -33.9648 -26.3343 -59.5525 10.9989 -34
-STDOUT_12281=0 -4.14449 0 0 -5.91894 0 0 -96.4993 -15.5421 -33.9648 -26.4279 -59.5525 10.9989 -34
-STDOUT_12282=0 -4.04407 0 0 -5.83631 0 0 -95.7135 -16.9494 -34.5285 -26.9053 -59.5091 10.9989 -34
-STDOUT_12283=0 -5.0021 0 0 -5.52254 0 0 -96.4993 -13.9824 -33.9648 -25.659 -59.5525 10.9989 -34
-STDOUT_12284=0 -4.3165 0 0 -5.77182 0 0 -96.4993 -15.0177 -33.9648 -26.3664 -59.5525 10.9989 -34
-STDOUT_12285=0 -4.08735 0 0 -5.74195 0 0 -96.4993 -17.0151 -33.9648 -26.5547 -59.5525 10.9989 -34
-STDOUT_12286=0 -4.45224 0 0 -5.78934 0 0 -95.7135 -18.043 -34.5285 -26.8617 -59.5091 11.9988 -34
-STDOUT_12287=0 -4.27225 0 0 -6.00305 0 0 -95.7135 -18.1389 -34.5285 -26.9553 -59.5091 11.9988 -34
-STDOUT_12288=0 -3.87674 0 0 -5.66857 0 0 -96.4993 -14.4713 -33.9648 -26.0307 -59.5525 8.99907 -34
-STDOUT_12289=0 -4.07937 0 0 -5.80854 0 0 -96.4993 -16.5867 -33.9648 -26.5868 -59.5525 10.9989 -34
-STDOUT_12290=0 -4.54468 0 0 -5.93857 0 0 -96.4993 -16.2072 -33.9648 -26.4164 -59.5525 11.9988 -34
-STDOUT_12291=0 -3.27966 0 0 -3.84567 0 0 -97.4141 -10.6333 -34.5852 -18.3934 -56.0639 8.99907 -32
-STDOUT_12292=0 -4.87394 0 0 -5.70523 0 0 -96.4993 -13.3764 -33.9648 -25.8123 -59.5525 10.9989 -34
-STDOUT_12293=0 -4.44426 0 0 -5.85594 0 0 -95.7135 -17.6145 -34.5285 -26.8938 -59.5091 11.9988 -34
-STDOUT_12294=0 -3.86876 0 0 -5.73516 0 0 -96.4993 -14.0428 -33.9648 -26.0628 -59.5525 8.99907 -34
-STDOUT_12295=0 -4.30755 0 0 -5.97528 0 0 -96.4993 -17.7762 -33.9648 -26.6367 -59.5525 11.9988 -34
-STDOUT_12296=0 -4.00449 0 0 -5.75268 0 0 -95.7135 -17.0681 -34.5285 -26.558 -59.5091 9.99896 -34
-STDOUT_12297=0 -4.86596 0 0 -5.77182 0 0 -96.4993 -12.9479 -33.9648 -25.8444 -59.5525 10.9989 -34
-STDOUT_12298=0 -4.48907 0 0 -5.62308 0 0 -96.4993 -15.4336 -33.9648 -26.2932 -59.5525 10.9989 -34
-STDOUT_12299=0 -4.6368 0 0 -5.74195 0 0 -96.4993 -14.9454 -33.9648 -26.0326 -59.5525 10.9989 -34
-STDOUT_12300=0 -4.67244 0 0 -6.02268 0 0 -95.7135 -18.804 -34.5285 -26.9437 -59.5091 12.9986 -34
-STDOUT_12301=0 -5.36281 0 0 -5.64271 0 0 -96.4993 -14.6146 -33.9648 -25.674 -59.5525 11.9988 -34
-STDOUT_12302=0 -4.09694 0 0 -5.90191 0 0 -96.4993 -15.2324 -33.9648 -26.1127 -59.5525 9.99896 -34
-STDOUT_12303=0 -5.00169 0 0 -5.78934 0 0 -95.7135 -15.9732 -34.5285 -26.3396 -59.5091 11.9988 -34
-STDOUT_12304=0 -3.50784 0 0 -4.04622 0 0 -97.4141 -11.8228 -34.5852 -18.4434 -56.0639 9.99896 -32
-STDOUT_12305=0 -4.4262 0 0 -5.66857 0 0 -96.4993 -12.4015 -33.9648 -25.5086 -59.5525 8.99907 -34
-STDOUT_12306=0 -2.75763 0 0 -3.86631 0 0 -96.3945 -10.8327 -33.9648 -13.2323 -42.2967 8.99907 -29
-STDOUT_12307=0 -3.99652 0 0 -5.81928 0 0 -95.7135 -16.6396 -34.5285 -26.5901 -59.5091 9.99896 -34
-STDOUT_12308=0 -4.07193 0 0 -5.6856 0 0 -95.7135 -14.7056 -34.5285 -26.7439 -59.5091 9.99896 -34
-STDOUT_12309=0 -4.4811 0 0 -5.68968 0 0 -96.4993 -15.0051 -33.9648 -26.3254 -59.5525 10.9989 -34
-STDOUT_12310=0 -4.62883 0 0 -5.80854 0 0 -96.4993 -14.5169 -33.9648 -26.0647 -59.5525 10.9989 -34
-STDOUT_12311=0 -5.09414 0 0 -5.93857 0 0 -96.4993 -14.1375 -33.9648 -25.8943 -59.5525 11.9988 -34
-STDOUT_12312=0 -2.28125 0 0 -3.79524 0 0 -85.5268 -15.3774 -35.5427 -22.0081 -51.9113 9.99896 -30
-STDOUT_12313=0 -3.82912 0 0 -3.84567 0 0 -97.4141 -8.56347 -34.5852 -17.8714 -56.0639 8.99907 -32
-STDOUT_12314=0 -5.35483 0 0 -5.7093 0 0 -96.4993 -14.1861 -33.9648 -25.7061 -59.5525 11.9988 -34
-STDOUT_12315=0 -5.41777 0 0 -5.64271 0 0 -96.4993 -16.1286 -33.9648 -25.5115 -59.5525 11.9988 -34
-STDOUT_12316=0 -2.42785 0 0 -3.71147 0 0 -85.5268 -17.1517 -35.5427 -21.7347 -51.9113 9.99896 -30
-STDOUT_12317=0 -4.99371 0 0 -5.85594 0 0 -95.7135 -15.5447 -34.5285 -26.3717 -59.5091 11.9988 -34
-STDOUT_12318=0 -4.41822 0 0 -5.73516 0 0 -96.4993 -11.973 -33.9648 -25.5407 -59.5525 8.99907 -34
-STDOUT_12319=0 -2.74965 0 0 -3.93291 0 0 -96.3945 -10.4042 -33.9648 -13.2644 -42.2967 8.99907 -29
-STDOUT_12320=0 -4.06395 0 0 -5.7522 0 0 -95.7135 -14.2771 -34.5285 -26.7761 -59.5091 9.99896 -34
-STDOUT_12321=0 -4.22469 0 0 -5.98602 0 0 -95.7135 -17.8292 -34.5285 -26.6401 -59.5091 10.9989 -34
-STDOUT_12322=-120 -0.622825 0 -25.7936 -0.474796 0 -28.2672 -121.881 -50.6317 -40.8921 -32.8857 -27.7365 21.9977 -23
-STDOUT_12323=-120 -0.622825 0 -27.3087 -0.474796 0 -27.927 -120.466 -45.344 -40.154 -33.7214 -32.7901 21.9977 -24
-STDOUT_12324=-120 -0.622825 0 -25.8259 -0.474796 0 -28.519 -126.535 -49.2339 -39.6974 -30.3251 -25.7426 21.9977 -23
-STDOUT_12325=-120 -0.622825 0 -27.341 -0.474796 0 -28.1787 -125.12 -43.9462 -38.9592 -31.1608 -30.7962 21.9977 -24
-STDOUT_12326=-120 -0.622825 0 -22.7851 -0.474796 0 -27.7409 -126.277 -52.4072 -39.6974 -35.3043 -27.8815 21.9977 -24
-STDOUT_12327=-120 -0.622825 0 -24.3002 -0.474796 0 -27.4007 -124.862 -47.1195 -38.9592 -36.14 -32.935 21.9977 -25
-STDOUT_12328=-120 -0.622825 0 -25.6519 -0.474796 0 -27.2628 -118.127 -52.5272 -42.7773 -34.9739 -29.681 21.9977 -23
-STDOUT_12329=-120 0 0 -28.8546 0 0 -28.2672 -121.881 -49.5648 -40.8921 -32.6081 -27.7365 20.9978 -23
-STDOUT_12330=-120 -0.622825 0 -27.167 -0.474796 0 -26.9225 -116.712 -47.2395 -42.0391 -35.8096 -34.7346 21.9977 -24
-STDOUT_12331=-120 -0.622825 0 -25.6842 -0.474796 0 -27.5146 -122.781 -51.1294 -41.5825 -32.4133 -27.6871 21.9977 -23
-STDOUT_12332=-120 0 0 -30.3697 0 0 -27.927 -120.466 -44.2772 -40.154 -33.4438 -32.7901 20.9978 -24
-STDOUT_12333=-120 0 0 -28.8869 0 0 -28.519 -126.535 -48.1671 -39.6974 -30.0474 -25.7426 20.9978 -23
-STDOUT_12334=-120 -0.622825 0 -27.1993 -0.474796 0 -27.1743 -121.366 -45.8417 -40.8444 -33.249 -32.7407 21.9977 -24
-STDOUT_12335=-120 -0.622825 0 -22.6434 -0.474796 0 -26.7365 -122.523 -54.3027 -41.5825 -37.3925 -29.826 21.9977 -24
-STDOUT_12336=-120 -0.622825 0 -25.228 -0.474796 0 -26.8041 -120.514 -50.7108 -41.2255 -35.2115 -29.987 21.9977 -23
-STDOUT_12337=-120 0 0 -30.4021 0 0 -28.1787 -125.12 -42.8794 -38.9592 -30.8831 -30.7962 20.9978 -24
-STDOUT_12338=-120 0 0 -25.8461 0 0 -27.7409 -126.277 -51.3404 -39.6974 -35.0267 -27.8815 20.9978 -24
-STDOUT_12339=-120 -0.622825 0 -24.1585 -0.474796 0 -26.3962 -121.108 -49.015 -40.8444 -38.2282 -34.8795 21.9977 -25
-STDOUT_12340=-120 -0.622825 0 -25.2604 -0.474796 0 -27.0559 -125.168 -49.313 -40.0308 -32.6509 -27.993 21.9977 -23
-STDOUT_12341=-120 0 0 -27.3612 0 0 -27.4007 -124.862 -46.0527 -38.9592 -35.8624 -32.935 20.9978 -25
-STDOUT_12342=-120 -0.622825 0 -22.2195 -0.474796 0 -26.2778 -124.91 -52.4864 -40.0308 -37.6301 -30.1319 21.9977 -24
-STDOUT_12343=-120 0 0 -28.7129 0 0 -27.2628 -118.127 -51.4604 -42.7773 -34.6963 -29.681 20.9978 -23
-STDOUT_12344=-120 -0.622825 0 -27.1952 -0.474796 0 -28.6621 -125.263 -46.2371 -39.3465 -31.0632 -28.0532 21.9977 -23
-STDOUT_12345=-120 0 0 -30.228 0 0 -26.9225 -116.712 -46.1727 -42.0391 -35.532 -34.7346 20.9978 -24
-STDOUT_12346=-120 0 0 -28.7453 0 0 -27.5146 -122.781 -50.0626 -41.5825 -32.1356 -27.6871 20.9978 -23
-STDOUT_12347=-120 -0.622825 0 -27.8742 -0.474796 0 -29.3901 -124.209 -45.2648 -39.8205 -31.3956 -30.5397 21.9977 -24
-STDOUT_12348=-120 -0.622825 0 -25.0863 -0.474796 0 -25.7996 -116.76 -52.6064 -43.1107 -37.2997 -31.9315 21.9977 -23
-STDOUT_12349=-120 -0.622825 0 -27.7187 -0.474796 0 -29.0733 -125.216 -45.2508 -39.4909 -29.7314 -28.7521 21.9977 -23
-STDOUT_12350=-120 -0.622825 0 -27.2276 -0.474796 0 -28.9138 -129.917 -44.8393 -38.1517 -28.5026 -26.0593 21.9977 -23
-STDOUT_12351=-120 0 0 -30.2604 0 0 -27.1743 -121.366 -44.7749 -40.8444 -32.9713 -32.7407 20.9978 -24
-STDOUT_12352=-120 -0.622825 0 -24.7606 -0.474796 0 -28.1198 -118.973 -54.1044 -40.8921 -38.5064 -31.457 21.9977 -24
-STDOUT_12353=-120 0 0 -25.7044 0 0 -26.7365 -122.523 -53.2359 -41.5825 -37.1149 -29.826 20.9978 -24
-STDOUT_12354=-120 0 0 -28.2891 0 0 -26.8041 -120.514 -49.644 -41.2255 -34.9339 -29.987 20.9978 -23
-STDOUT_12355=-120 -0.622825 0 -27.9065 -0.474796 0 -29.6419 -128.863 -43.867 -38.6258 -28.835 -28.5457 21.9977 -24
-STDOUT_12356=-120 -0.622825 0 -25.1187 -0.474796 0 -26.0514 -121.414 -51.2086 -41.9159 -34.7391 -29.9375 21.9977 -23
-STDOUT_12357=-120 -0.622825 0 -24.1867 -0.474796 0 -28.1358 -129.659 -48.0126 -38.1517 -33.4818 -28.1981 21.9977 -24
-STDOUT_12358=-120 -0.622825 0 -26.2758 -0.474796 0 -27.7795 -117.558 -48.8167 -40.154 -39.3421 -36.5106 21.9977 -25
-STDOUT_12359=-120 0 0 -27.2195 0 0 -26.3962 -121.108 -47.9482 -40.8444 -37.9506 -34.8795 20.9978 -25
-STDOUT_12360=-120 -0.622825 0 -27.153 -0.474796 0 -30.2676 -128.115 -47.7287 -40.013 -27.9352 -25.3209 21.9977 -23
-STDOUT_12361=-120 -0.622825 0 -27.751 -0.474796 0 -29.3251 -129.87 -43.853 -38.2961 -27.1708 -26.7582 21.9977 -23
-STDOUT_12362=-120 -0.622825 0 -24.793 -0.474796 0 -28.3716 -123.628 -52.7067 -39.6974 -35.9458 -29.4631 21.9977 -24
-STDOUT_12363=-120 -0.622825 0 -24.8657 -0.474796 0 -28.8638 -128.605 -47.0403 -38.6258 -33.8142 -30.6846 21.9977 -25
-STDOUT_12364=-120 0 0 -28.3214 0 0 -27.0559 -125.168 -48.2462 -40.0308 -32.3732 -27.993 20.9978 -23
-STDOUT_12365=-120 -0.622825 0 -22.0778 -0.474796 0 -25.2733 -121.156 -54.3819 -41.9159 -39.7183 -32.0764 21.9977 -24
-STDOUT_12366=-120 -0.622825 0 -28.6681 -0.474796 0 -29.9274 -126.7 -42.441 -39.2748 -28.7709 -30.3745 21.9977 -24
-STDOUT_12367=-120 -0.622825 0 -24.7102 -0.474796 0 -28.547 -129.612 -47.0263 -38.2961 -32.15 -28.897 21.9977 -24
-STDOUT_12368=-120 -0.622825 0 -26.3081 -0.474796 0 -28.0313 -122.212 -47.419 -38.9592 -36.7815 -34.5167 21.9977 -25
-STDOUT_12369=-120 -0.622825 0 -27.1853 -0.474796 0 -30.5194 -132.769 -46.3309 -38.8182 -25.3746 -23.3269 21.9977 -23
-STDOUT_12370=-120 -0.622825 0 -21.7521 -0.474796 0 -27.5935 -123.369 -55.88 -39.6974 -40.925 -31.6019 21.9977 -25
-STDOUT_12371=-120 0 0 -25.2806 0 0 -26.2778 -124.91 -51.4196 -40.0308 -37.3525 -30.1319 20.9978 -24
-STDOUT_12372=-120 -0.622825 0 -27.0535 -0.474796 0 -27.6576 -121.509 -48.1327 -41.2316 -33.1514 -29.9977 21.9977 -23
-STDOUT_12373=-120 -0.622825 0 -25.9137 -0.474796 0 -26.7526 -126.277 -50.2098 -39.6974 -34.8123 -27.8815 21.9977 -24
-STDOUT_12374=-120 -0.622825 0 -28.7004 -0.474796 0 -30.1791 -131.354 -41.0432 -38.0801 -26.2103 -28.3805 21.9977 -24
-STDOUT_12375=-120 -0.622825 0 -23.2673 -0.474796 0 -27.2532 -121.954 -50.5923 -38.9592 -41.7607 -36.6555 21.9977 -26
-STDOUT_12376=-120 -0.622825 0 -24.1445 -0.474796 0 -29.7413 -132.511 -49.5042 -38.8182 -30.3538 -25.4658 21.9977 -24
-STDOUT_12377=-120 -0.622825 0 -27.7325 -0.474796 0 -28.3857 -120.454 -47.1603 -41.7057 -33.4838 -32.4842 21.9977 -24
-STDOUT_12378=-120 0 0 -30.2563 0 0 -28.6621 -125.263 -45.1703 -39.3465 -30.7855 -28.0532 20.9978 -23
-STDOUT_12379=-120 -0.622825 0 -27.2149 -0.474796 0 -28.0431 -124.213 -48.8807 -39.5877 -32.6138 -27.9848 21.9977 -23
-STDOUT_12380=-120 -0.622825 0 -27.4288 -0.474796 0 -26.4124 -124.862 -44.9221 -38.9592 -35.648 -32.935 21.9977 -25
-STDOUT_12381=-120 -0.622825 0 -27.577 -0.474796 0 -28.0688 -121.462 -47.1463 -41.3761 -31.8196 -30.6966 21.9977 -23
-STDOUT_12382=-120 -0.622825 0 -27.0859 -0.474796 0 -27.9094 -126.163 -46.7349 -40.0369 -30.5908 -28.0038 21.9977 -23
-STDOUT_12383=-120 -0.622825 0 -25.6596 -0.474796 0 -29.4011 -131.096 -44.2165 -38.0801 -31.1895 -30.5194 21.9977 -25
-STDOUT_12384=-120 0 0 -30.9353 0 0 -29.3901 -124.209 -44.198 -39.8205 -31.118 -30.5397 20.9978 -24
-STDOUT_12385=-120 0 0 -28.1474 0 0 -25.7996 -116.76 -51.5396 -43.1107 -37.0221 -31.9315 20.9978 -23
-STDOUT_12386=-120 0 0 -30.7798 0 0 -29.0733 -125.216 -44.184 -39.4909 -29.4537 -28.7521 20.9978 -23
-STDOUT_12387=-120 -0.622825 0 -27.7648 -0.474796 0 -28.6375 -125.109 -45.7625 -40.5109 -30.9232 -30.4902 21.9977 -24
-STDOUT_12388=-120 0 0 -30.2886 0 0 -28.9138 -129.917 -43.7725 -38.1517 -28.2249 -26.0593 20.9978 -23
-STDOUT_12389=-120 -0.622825 0 -24.045 -0.474796 0 -27.1313 -125.905 -49.9082 -40.0369 -35.57 -30.1426 21.9977 -24
-STDOUT_12390=-120 0 0 -27.8217 0 0 -28.1198 -118.973 -53.0376 -40.8921 -38.2287 -31.457 20.9978 -24
-STDOUT_12391=-120 -0.622825 0 -27.2473 -0.474796 0 -28.2949 -128.867 -47.4829 -38.393 -30.0532 -25.9908 21.9977 -23
-STDOUT_12392=-120 -0.622825 0 -27.0113 -0.474796 0 -29.2632 -124.361 -49.6242 -41.8982 -30.0234 -27.2654 21.9977 -23
-STDOUT_12393=-120 -0.622825 0 -26.6297 -0.474796 0 -27.1989 -123.895 -46.3163 -39.6799 -33.389 -30.3037 21.9977 -23
-STDOUT_12394=-120 -0.622825 0 -27.6093 -0.474796 0 -28.3206 -126.116 -45.7485 -40.1813 -29.259 -28.7027 21.9977 -23
-STDOUT_12395=-120 -0.622825 0 -25.9792 -0.474796 0 -28.2729 -132.017 -46.5882 -36.9257 -30.3361 -25.2757 21.9977 -23
-STDOUT_12396=-120 -0.622825 0 -25.8769 -0.474796 0 -27.6394 -130.707 -48.0804 -38.1794 -30.6328 -25.3925 21.9977 -23
-STDOUT_12397=-120 0 0 -30.9676 0 0 -29.6419 -128.863 -42.8002 -38.6258 -28.5573 -28.5457 20.9978 -24
-STDOUT_12398=-120 -0.622825 0 -24.724 -0.474796 0 -27.8594 -124.851 -48.9359 -40.5109 -35.9024 -32.6291 21.9977 -25
-STDOUT_12399=-120 0 0 -28.1797 0 0 -26.0514 -121.414 -50.1418 -41.9159 -34.4614 -29.9375 20.9978 -23
-STDOUT_12400=-120 0 0 -27.2478 0 0 -28.1358 -129.659 -46.9458 -38.1517 -33.2041 -28.1981 20.9978 -24
-STDOUT_12401=-120 -0.622825 0 -24.4204 -0.474796 0 -27.8828 -122.009 -52.9491 -40.8921 -38.4633 -29.8754 21.9977 -24
-STDOUT_12402=-120 0 0 -29.3368 0 0 -27.7795 -117.558 -47.7499 -40.154 -39.0644 -36.5106 20.9978 -25
-STDOUT_12403=-120 0 0 -30.214 0 0 -30.2676 -128.115 -46.6619 -40.013 -27.6575 -25.3209 20.9978 -23
-STDOUT_12404=-120 -0.622825 0 -28.5264 -0.474796 0 -28.9229 -122.946 -44.3366 -41.16 -30.8591 -32.319 21.9977 -24
-STDOUT_12405=-120 -0.622825 0 -24.2064 -0.474796 0 -27.5168 -128.609 -50.6562 -38.393 -35.0324 -28.1297 21.9977 -24
-STDOUT_12406=-120 0 0 -30.8121 0 0 -29.3251 -129.87 -42.7862 -38.2961 -26.8931 -26.7582 20.9978 -23
-STDOUT_12407=-120 -0.622825 0 -27.4943 -0.474796 0 -27.9326 -130.602 -41.3005 -36.1876 -31.1718 -30.3293 21.9977 -24
-STDOUT_12408=-120 -0.622825 0 -24.5685 -0.474796 0 -27.5425 -125.858 -48.9219 -40.1813 -34.2382 -30.8415 21.9977 -24
-STDOUT_12409=-120 -0.622825 0 -27.392 -0.474796 0 -27.2991 -129.292 -42.7927 -37.4412 -31.4686 -30.4461 21.9977 -24
-STDOUT_12410=-120 -0.622825 0 -27.1532 -0.474796 0 -27.6101 -123.849 -45.33 -39.8243 -32.0572 -31.0025 21.9977 -23
-STDOUT_12411=-120 0 0 -27.854 0 0 -28.3716 -123.628 -51.6399 -39.6974 -35.6681 -29.4631 20.9978 -24
-STDOUT_12412=-120 -0.622825 0 -27.0436 -0.474796 0 -29.515 -129.015 -48.2265 -40.7034 -27.4628 -25.2714 21.9977 -23
-STDOUT_12413=-120 0 0 -27.9268 0 0 -28.8638 -128.605 -45.9735 -38.6258 -33.5366 -30.6846 20.9978 -25
-STDOUT_12414=-120 -0.622825 0 -26.6621 -0.474796 0 -27.4507 -128.55 -44.9185 -38.4852 -30.8284 -28.3097 21.9977 -23
-STDOUT_12415=-120 -0.622825 0 -26.0115 -0.474796 0 -28.5247 -136.671 -45.1904 -35.731 -27.7755 -23.2817 21.9977 -23
-STDOUT_12416=-120 -0.622825 0 -25.9355 -0.474796 0 -27.5425 -120.593 -47.6614 -40.154 -39.2991 -34.929 21.9977 -25
-STDOUT_12417=-120 -0.622825 0 -24.1951 -0.474796 0 -26.6566 -117.606 -54.1836 -41.2255 -40.8322 -33.7075 21.9977 -24
-STDOUT_12418=-120 0 0 -25.1389 0 0 -25.2733 -121.156 -53.3151 -41.9159 -39.4407 -32.0764 20.9978 -24
-STDOUT_12419=-120 0 0 -31.7292 0 0 -29.9274 -126.7 -41.3742 -39.2748 -28.4933 -30.3745 20.9978 -24
-STDOUT_12420=-120 -0.622825 0 -25.9092 -0.474796 0 -27.8912 -135.361 -46.6826 -36.9846 -28.0722 -23.3986 21.9977 -23
-STDOUT_12421=-120 0 0 -27.7713 0 0 -28.547 -129.612 -45.9595 -38.2961 -31.8723 -28.897 20.9978 -24
-STDOUT_12422=-6 -2.29209 0 -3.88686 -2.08842 0 -4.62469 -69.7735 -14.4121 -34.2035 -9.94793 -23.0237 8.99907 -21
-STDOUT_12423=-6 -2.18885 0 -3.88686 -2.12382 0 -4.62469 -69.7735 -15.4286 -34.2035 -9.38235 -23.0237 8.99907 -21
-STDOUT_12424=-6 -2.45526 0 -3.88686 -2.06029 0 -4.62469 -66.9357 -15.1992 -35.6813 -10.8107 -21.9128 8.99907 -20
-STDOUT_12425=-6 -2.35202 0 -3.88686 -2.09569 0 -4.62469 -66.9357 -16.2157 -35.6813 -10.2452 -21.9128 8.99907 -20
-STDOUT_12426=-6 -2.09566 0 -3.88686 -2.15386 0 -4.62469 -69.7735 -16.6758 -34.2035 -9.02937 -23.0237 8.99907 -21
-STDOUT_12427=-6 -2.31292 0 -3.88686 -2.10545 0 -4.62469 -69.7735 -15.0808 -34.2035 -9.96807 -23.0237 9.99896 -21
-STDOUT_12428=-6 -2.25883 0 -3.88686 -2.12573 0 -4.62469 -66.9357 -17.4629 -35.6813 -9.89219 -21.9128 8.99907 -20
-STDOUT_12429=-6 -2.22739 0 -3.88686 -2.14085 0 -4.62469 -69.7735 -16.1457 -34.2035 -9.4786 -23.0237 9.99896 -21
-STDOUT_12430=-6 -2.29209 0 -3.88686 -2.08842 0 -4.62469 -71.8658 -14.0322 -34.7535 -9.94793 -23.6105 8.99907 -22
-STDOUT_12431=-6 -2.7073 0 -3.88686 -2.10292 0 -4.62469 -69.7735 -14.614 -34.2035 -10.1772 -23.0237 9.99896 -21
-STDOUT_12432=-12 -1.49278 0 -8.51385 -0.72453 0 -7.74604 -71.5782 -13.7023 -34.3834 -10.9197 -21.941 8.99907 -20
-STDOUT_12433=-6 -1.74263 0 -3.88686 -2.08842 0 -4.62469 -69.7735 -16.4819 -34.2035 -10.47 -23.0237 8.99907 -21
-STDOUT_12434=-12 -1.38954 0 -8.51385 -0.75993 0 -7.74604 -71.5782 -14.7187 -34.3834 -10.3542 -21.941 8.99907 -20
-STDOUT_12435=-6 -2.47609 0 -3.88686 -2.07732 0 -4.62469 -66.9357 -15.8679 -35.6814 -10.8309 -21.9128 9.99896 -20
-STDOUT_12436=-6 -2.12379 0 -3.88686 -2.28909 0 -4.62469 -69.7735 -15.8068 -34.2035 -9.3225 -23.0237 9.99896 -21
-STDOUT_12437=-6 -1.63939 0 -3.88686 -2.12382 0 -4.62469 -69.7735 -17.4984 -34.2035 -9.90441 -23.0237 8.99907 -21
-STDOUT_12438=-6 -1.76934 0 -3.88686 -2.08842 0 -4.62469 -69.7735 -16.123 -34.2035 -10.765 -23.0237 8.99907 -21
-STDOUT_12439=-6 -1.6661 0 -3.88686 -2.12382 0 -4.62469 -69.7735 -17.1394 -34.2035 -10.1995 -23.0237 8.99907 -21
-STDOUT_12440=-6 -2.39056 0 -3.88686 -2.11272 0 -4.62469 -66.9357 -16.9328 -35.6813 -10.3414 -21.9128 9.99896 -20
-STDOUT_12441=-6 -2.45526 0 -3.88686 -2.06029 0 -4.62469 -69.028 -14.8193 -36.2313 -10.8107 -22.4996 8.99907 -21
-STDOUT_12442=-6 -2.87047 0 -3.88686 -2.07479 0 -4.62469 -66.9357 -15.4011 -35.6813 -11.04 -21.9128 9.99896 -20
-STDOUT_12443=-6 -2.40056 0 -3.88686 -2.25904 0 -4.62469 -69.7735 -15.582 -34.2035 -9.61862 -23.0237 9.99896 -21
-STDOUT_12444=-6 -1.9058 0 -3.88686 -2.06029 0 -4.62469 -66.9357 -17.269 -35.6813 -11.3328 -21.9128 8.99907 -20
-STDOUT_12445=-12 -1.29635 0 -8.51385 -0.789975 0 -7.74604 -71.5782 -15.966 -34.3834 -10.0012 -21.941 8.99907 -20
-STDOUT_12446=-6 -2.13849 0 -3.88686 -2.1709 0 -4.62469 -69.7735 -17.4399 -34.2035 -9.25665 -23.0237 9.99896 -21
-STDOUT_12447=-6 -2.28696 0 -3.88686 -2.26096 0 -4.62469 -66.9357 -16.5939 -35.6813 -10.1853 -21.9128 9.99896 -20
-STDOUT_12448=-6 -1.80256 0 -3.88686 -2.09569 0 -4.62469 -66.9357 -18.2855 -35.6813 -10.7672 -21.9128 8.99907 -20
-STDOUT_12449=-6 -1.93251 0 -3.88686 -2.06029 0 -4.62469 -66.9357 -16.9101 -35.6813 -11.6279 -21.9128 8.99907 -20
-STDOUT_12450=-6 -1.5462 0 -3.88686 -2.15386 0 -4.62469 -69.7735 -18.7456 -34.2035 -9.55143 -23.0237 8.99907 -21
-STDOUT_12451=-6 -1.75899 -3.04452 -2.71075 -1.08315 -1.89959 -3.03216 -69.7735 -13.6311 -34.2035 -9.0074 -23.0237 7.99917 -21
-STDOUT_12452=-6 -1.82927 0 -3.88686 -2.09569 0 -4.62469 -66.9357 -17.9265 -35.6813 -11.0623 -21.9128 8.99907 -20
-STDOUT_12453=-6 -1.57292 0 -3.88686 -2.15386 0 -4.62469 -69.7735 -18.3866 -34.2035 -9.84648 -23.0237 8.99907 -21
-STDOUT_12454=-6 -2.76746 0 -3.88686 -2.11704 0 -4.62469 -69.7735 -15.9183 -34.2035 -10.0469 -23.0237 9.99896 -21
-STDOUT_12455=-6 -1.65575 -3.04452 -2.71075 -1.11855 -1.89959 -3.03216 -69.7735 -14.6475 -34.2035 -8.44182 -23.0237 7.99917 -21
-STDOUT_12456=-6 -2.66422 0 -3.88686 -2.15244 0 -4.62469 -69.7735 -16.9347 -34.2035 -9.48135 -23.0237 9.99896 -21
-STDOUT_12457=-6 -2.56373 0 -3.88686 -2.23091 0 -4.62469 -66.9357 -16.369 -35.6813 -10.4814 -21.9128 9.99896 -20
-STDOUT_12458=-6 -2.31292 0 -3.88686 -2.10545 0 -4.62469 -71.8658 -14.7009 -34.7535 -9.96807 -23.6105 9.99896 -22
-STDOUT_12459=-12 -1.51361 0 -8.51385 -0.741564 0 -7.74604 -71.5782 -14.371 -34.3834 -10.9399 -21.941 9.99896 -20
-STDOUT_12460=-6 -2.30166 0 -3.88686 -2.14277 0 -4.62469 -66.9357 -18.227 -35.6813 -10.1195 -21.9128 9.99896 -20
-STDOUT_12461=-10 -2.03492 0 -6.03057 -1.46337 0 -4.28128 -72.9812 -13.1582 -35.3172 -9.00952 -23.5671 8.99907 -22
-STDOUT_12462=-6 -1.76346 0 -3.88686 -2.10545 0 -4.62469 -69.7735 -17.1506 -34.2035 -10.4901 -23.0237 9.99896 -21
-STDOUT_12463=-6 -1.70937 0 -3.88686 -2.12573 0 -4.62469 -66.9357 -19.5327 -35.6813 -10.4142 -21.9128 8.99907 -20
-STDOUT_12464=-6 -2.73983 0 -3.88686 -2.11995 0 -4.62469 -69.7735 -15.387 -34.2035 -10.2516 -23.0237 10.9989 -21
-STDOUT_12465=-6 -2.26716 0 -3.88686 -2.01328 0 -4.62469 -70.8224 -13.8487 -34.3387 -10.9629 -23.0995 8.99907 -21
-STDOUT_12466=-6 -1.92216 -3.04452 -2.71075 -1.05502 -1.89959 -3.03216 -66.9357 -14.4182 -35.6813 -9.87021 -21.9128 7.99917 -20
-STDOUT_12467=-6 -2.14463 0 -3.88686 -2.30612 0 -4.62469 -69.7735 -16.4755 -34.2035 -9.34264 -23.0237 10.9989 -21
-STDOUT_12468=-6 -1.79018 0 -3.88686 -2.10545 0 -4.62469 -69.7735 -16.7917 -34.2035 -10.7852 -23.0237 9.99896 -21
-STDOUT_12469=-6 -1.73609 0 -3.88686 -2.12573 0 -4.62469 -66.9357 -19.1737 -35.6813 -10.7093 -21.9128 8.99907 -20
-STDOUT_12470=-12 -1.42808 0 -8.51385 -0.776964 0 -7.74604 -71.5782 -15.4359 -34.3834 -10.4504 -21.941 9.99896 -20
-STDOUT_12471=-6 -2.7073 0 -3.88686 -2.10292 0 -4.62469 -71.8658 -14.2341 -34.7535 -10.1772 -23.6105 9.99896 -22
-STDOUT_12472=-6 -2.99963 0 -5.70768 -1.18101 0 -4.09193 -69.7735 -16.3054 -33.1485 -19.5793 -25.2228 8.99907 -21
-STDOUT_12473=-12 -1.49278 0 -8.51385 -0.72453 0 -7.74604 -73.6705 -13.3224 -34.9333 -10.9197 -22.5278 8.99907 -21
-STDOUT_12474=-12 -1.90799 0 -8.51385 -0.739029 0 -7.74604 -71.5782 -13.9042 -34.3834 -11.149 -21.941 9.99896 -20
-STDOUT_12475=-6 -2.16392 0 -3.88686 -2.04869 0 -4.62469 -70.8224 -14.8652 -34.3387 -10.3973 -23.0995 8.99907 -21
-STDOUT_12476=-6 -1.81892 -3.04452 -2.71075 -1.09042 -1.89959 -3.03216 -66.9357 -15.4346 -35.6813 -9.30463 -21.9128 7.99917 -20
-STDOUT_12477=-6 -2.16586 0 -3.88686 -2.16836 0 -4.62469 -69.7735 -16.4673 -34.2035 -10.4629 -23.0237 9.99896 -21
-STDOUT_12478=-6 -1.56256 -3.04452 -2.71075 -1.14859 -1.89959 -3.03216 -69.7735 -15.8947 -34.2035 -8.08884 -23.0237 7.99917 -21
-STDOUT_12479=-6 -1.67794 0 -3.88686 -2.14085 0 -4.62469 -69.7735 -18.2155 -34.2035 -10.0007 -23.0237 9.99896 -21
-STDOUT_12480=-10 -1.98233 0 -6.18125 -1.19115 0 -4.28128 -72.9812 -14.2075 -35.3172 -10.8577 -23.5671 7.99917 -22
-STDOUT_12481=-6 -1.74263 0 -3.88686 -2.08842 0 -4.62469 -71.8658 -16.102 -34.7534 -10.47 -23.6105 8.99907 -22
-STDOUT_12482=-6 -2.15784 0 -3.88686 -2.10292 0 -4.62469 -69.7735 -16.6838 -34.2035 -10.6992 -23.0237 9.99896 -21
-STDOUT_12483=-6 -2.57104 0 -3.88686 -2.18248 0 -4.62469 -69.7735 -18.182 -34.2035 -9.12837 -23.0237 9.99896 -21
-STDOUT_12484=-6 -2.89639 0 -5.70768 -1.21641 0 -4.09193 -69.7735 -17.3218 -33.1485 -19.0137 -25.2228 8.99907 -21
-STDOUT_12485=-12 -0.943319 0 -8.51385 -0.72453 0 -7.74604 -71.5782 -15.7721 -34.3834 -11.4418 -21.941 8.99907 -20
-STDOUT_12486=-6 -2.16317 0 -3.88686 -2.32449 0 -4.62469 -69.7735 -16.9023 -34.2035 -9.60338 -23.0237 9.99896 -21
-STDOUT_12487=-6 -2.47609 0 -3.88686 -2.07732 0 -4.62469 -69.028 -15.488 -36.2313 -10.8309 -22.4996 9.99896 -21
-STDOUT_12488=-6 -1.70465 0 -3.88686 -2.14085 0 -4.62469 -69.7735 -17.8566 -34.2035 -10.2957 -23.0237 9.99896 -21
-STDOUT_12489=-6 -2.3427 0 -3.88686 -2.13832 0 -4.62469 -69.7735 -16.2589 -34.2035 -10.7205 -23.0237 9.99896 -21
-STDOUT_12490=-6 -2.539 0 -3.88686 -2.30359 0 -4.62469 -69.7735 -16.0086 -34.2035 -9.55173 -23.0237 10.9989 -21
-STDOUT_12491=-6 -2.42139 0 -3.88686 -2.27608 0 -4.62469 -69.7735 -16.2507 -34.2035 -9.63876 -23.0237 10.9989 -21
-STDOUT_12492=-6 -1.76934 0 -3.88686 -2.08842 0 -4.62469 -71.8658 -15.7431 -34.7534 -10.765 -23.6105 8.99907 -22
-STDOUT_12493=-6 -2.18456 0 -3.88686 -2.10292 0 -4.62469 -69.7735 -16.3248 -34.2035 -10.9943 -23.0237 9.99896 -21
-STDOUT_12494=-12 -1.32448 0 -8.51385 -0.9252 0 -7.74604 -71.5782 -15.0969 -34.3834 -10.2943 -21.941 9.99896 -20
-STDOUT_12495=-12 -0.840079 0 -8.51385 -0.75993 0 -7.74604 -71.5782 -16.7885 -34.3834 -10.8762 -21.941 8.99907 -20
-STDOUT_12496=-12 -0.970035 0 -8.51385 -0.72453 0 -7.74604 -71.5782 -15.4132 -34.3834 -11.7368 -21.941 8.99907 -20
-STDOUT_12497=-6 -1.92663 0 -3.88686 -2.07732 0 -4.62469 -66.9357 -17.9377 -35.6814 -11.3529 -21.9128 9.99896 -20
-STDOUT_12498=-6 -2.903 0 -3.88686 -2.09182 0 -4.62469 -66.9357 -16.1741 -35.6813 -11.1144 -21.9128 10.9989 -20
-STDOUT_12499=-6 -1.57433 0 -3.88686 -2.28909 0 -4.62469 -69.7735 -17.8766 -34.2035 -9.84456 -23.0237 9.99896 -21
-STDOUT_12500=-12 -0.866795 0 -8.51385 -0.75993 0 -7.74604 -71.5782 -16.4296 -34.3834 -11.1713 -21.941 8.99907 -20
-STDOUT_12501=-6 -2.3078 0 -3.88686 -2.27799 0 -4.62469 -66.9357 -17.2626 -35.6814 -10.2055 -21.9128 10.9989 -20
-STDOUT_12502=-6 -1.95335 0 -3.88686 -2.07732 0 -4.62469 -66.9357 -17.5788 -35.6814 -11.648 -21.9128 9.99896 -20
-STDOUT_12503=-6 -2.87047 0 -3.88686 -2.07479 0 -4.62469 -69.028 -15.0211 -36.2313 -11.04 -22.4996 9.99896 -21
-STDOUT_12504=-6 -1.60105 0 -3.88686 -2.28909 0 -4.62469 -69.7735 -17.5176 -34.2035 -10.1396 -23.0237 9.99896 -21
-STDOUT_12505=-6 -3.1628 0 -5.70768 -1.15288 0 -4.09193 -66.9357 -17.0925 -34.6263 -20.4421 -24.1119 8.99907 -20
-STDOUT_12506=-10 -1.98233 0 -6.00186 -1.15391 0 -4.28128 -71.2486 -14.8185 -36.2313 -10.1572 -22.4996 7.99917 -21
-STDOUT_12507=-6 -2.32903 0 -3.88686 -2.14023 0 -4.62469 -66.9357 -17.2544 -35.6813 -11.3257 -21.9128 9.99896 -20
-STDOUT_12508=-6 -1.77983 -3.04452 -2.71075 -1.10018 -1.89959 -3.03216 -69.7735 -14.2998 -34.2035 -9.02754 -23.0237 8.99907 -21
-STDOUT_12509=-6 -2.81577 0 -3.88686 -2.27354 0 -4.62469 -69.7735 -15.7838 -34.2035 -9.84785 -23.0237 10.9989 -21
-STDOUT_12510=-6 -2.07073 0 -3.88686 -2.07873 0 -4.62469 -70.8224 -16.1124 -34.3387 -10.0443 -23.0995 8.99907 -21
-STDOUT_12511=-6 -1.72573 -3.04452 -2.71075 -1.12046 -1.89959 -3.03216 -66.9357 -16.6818 -35.6813 -8.95166 -21.9128 7.99917 -20
-STDOUT_12512=-12 -1.60125 0 -8.51385 -0.895155 0 -7.74604 -71.5782 -14.8721 -34.3834 -10.5904 -21.941 9.99896 -20
-STDOUT_12513=-6 -1.84111 0 -3.88686 -2.11272 0 -4.62469 -66.9357 -19.0026 -35.6813 -10.8635 -21.9128 9.99896 -20
-STDOUT_12514=-6 -2.7883 0 -3.88686 -2.13407 0 -4.62469 -69.7735 -16.587 -34.2035 -10.0671 -23.0237 10.9989 -21
-STDOUT_12515=-6 -1.9058 0 -3.88686 -2.06029 0 -4.62469 -69.028 -16.8891 -36.2313 -11.3328 -22.4996 8.99907 -21
-STDOUT_12516=-6 -2.32101 0 -3.88686 -2.07479 0 -4.62469 -66.9357 -17.4709 -35.6813 -11.562 -21.9128 9.99896 -20
-STDOUT_12517=-6 -3.05956 0 -5.70768 -1.18828 0 -4.09193 -66.9357 -18.1089 -34.6263 -19.8766 -24.1119 8.99907 -20
-STDOUT_12518=-6 -2.32634 0 -3.88686 -2.29636 0 -4.62469 -66.9357 -17.6893 -35.6813 -10.4662 -21.9128 9.99896 -20
-STDOUT_12519=-6 -2.8032 0 -5.70768 -1.24646 0 -4.09193 -69.7735 -18.569 -33.1485 -18.6608 -25.2228 8.99907 -21
-STDOUT_12520=-6 -1.8511 0 -3.88686 -2.25904 0 -4.62469 -69.7735 -17.6518 -34.2035 -10.1407 -23.0237 9.99896 -21
-STDOUT_12521=-12 -1.33918 0 -8.51385 -0.807009 0 -7.74604 -71.5782 -16.7301 -34.3834 -10.2285 -21.941 9.99896 -20
-STDOUT_12522=FEATURES_TXT_END_0
-STDOUT_12523=FEATURES_TXT_BEGIN_0 1 400 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_12524=0 -7.64309 0 0 -8.70101 0 0 -103.617 -78.6262 -122.496 -24.8771 -38.8755 13.9985 -26
-STDOUT_12525=0 -7.89441 0 0 -7.6024 0 0 -105.129 -76.6237 -122.374 -24.8771 -39.0371 13.9985 -27
-STDOUT_12526=0 -7.97631 0 0 -8.68017 0 0 -103.617 -77.9315 -122.496 -24.9303 -38.8755 12.9986 -26
-STDOUT_12527=0 -8.22762 0 0 -7.58156 0 0 -105.129 -75.929 -122.374 -24.9303 -39.0371 12.9986 -27
-STDOUT_12528=0 -7.73027 0 0 -8.82743 0 0 -103.617 -78.9682 -122.496 -24.6214 -38.8755 13.9985 -26
-STDOUT_12529=0 -7.98158 0 0 -7.72881 0 0 -105.129 -76.9657 -122.374 -24.6214 -39.0371 13.9985 -27
-STDOUT_12530=0 -7.62107 0 0 -9.11231 0 0 -103.617 -78.3095 -122.496 -25.486 -38.8755 13.9985 -26
-STDOUT_12531=0 -7.13226 0 0 -7.09157 0 0 -105.425 -79.1128 -124.484 -24.8771 -40.369 13.9985 -26
-STDOUT_12532=0 -7.87238 0 0 -8.01369 0 0 -105.129 -76.307 -122.374 -25.486 -39.0371 13.9985 -27
-STDOUT_12533=0 -7.38358 0 0 -5.99296 0 0 -106.937 -77.1104 -124.361 -24.8771 -40.5306 13.9985 -27
-STDOUT_12534=0 -6.55036 0 0 -8.45708 0 0 -103.617 -83.9824 -122.436 -25.6146 -39.549 13.9985 -26
-STDOUT_12535=0 -7.46548 0 0 -7.07073 0 0 -105.425 -78.4182 -124.484 -24.9303 -40.369 12.9986 -26
-STDOUT_12536=0 -7.95951 0 0 -8.97323 0 0 -103.617 -78.6525 -122.496 -25.063 -38.8755 14.9984 -26
-STDOUT_12537=0 -6.80167 0 0 -7.35846 0 0 -105.129 -81.9799 -122.313 -25.6146 -39.7106 13.9985 -27
-STDOUT_12538=0 -7.71679 0 0 -5.97212 0 0 -106.937 -76.4157 -124.361 -24.9303 -40.5306 12.9986 -27
-STDOUT_12539=0 -8.21082 0 0 -7.87462 0 0 -105.129 -76.65 -122.374 -25.063 -39.0371 14.9984 -27
-STDOUT_12540=0 -8.24138 0 0 -9.06964 0 0 -103.617 -78.0344 -122.496 -24.6811 -38.8755 13.9985 -26
-STDOUT_12541=0 -7.21944 0 0 -7.21799 0 0 -105.425 -79.4548 -124.484 -24.6214 -40.369 13.9985 -26
-STDOUT_12542=0 -6.69695 0 0 -7.61906 0 0 -104.933 -74.11 -125.025 -25.4367 -49.6961 13.9985 -28
-STDOUT_12543=0 -8.29272 0 0 -8.9524 0 0 -103.617 -77.9578 -122.496 -25.1162 -38.8755 13.9985 -26
-STDOUT_12544=0 -7.88271 0 0 -8.86796 0 0 -103.617 -79.7339 -122.496 -25.0333 -38.8755 13.9985 -26
-STDOUT_12545=0 -8.4927 0 0 -7.97103 0 0 -105.129 -76.0319 -122.374 -24.6811 -39.0371 13.9985 -27
-STDOUT_12546=0 -6.74392 0 0 -6.87337 0 0 -109.996 -69.1965 -120.695 -22.463 -44.3217 13.9985 -28
-STDOUT_12547=0 -7.47075 0 0 -6.11937 0 0 -106.937 -77.4524 -124.361 -24.6214 -40.5306 13.9985 -27
-STDOUT_12548=0 -6.94826 0 0 -6.52045 0 0 -106.444 -72.1075 -124.903 -25.4367 -49.8577 13.9985 -29
-STDOUT_12549=0 -8.54404 0 0 -7.85378 0 0 -105.129 -75.9553 -122.374 -25.1162 -39.0371 13.9985 -27
-STDOUT_12550=0 -8.13403 0 0 -7.76934 0 0 -105.129 -77.7314 -122.374 -25.0333 -39.0371 13.9985 -27
-STDOUT_12551=0 -7.03016 0 0 -7.59823 0 0 -104.933 -73.4153 -125.025 -25.4899 -49.6961 12.9986 -28
-STDOUT_12552=0 -8.04668 0 0 -9.09965 0 0 -103.617 -78.9945 -122.496 -24.8073 -38.8755 14.9984 -26
-STDOUT_12553=0 -6.99523 0 0 -5.77476 0 0 -111.508 -67.194 -120.573 -22.463 -44.4833 13.9985 -29
-STDOUT_12554=0 -7.07713 0 0 -6.85254 0 0 -109.996 -68.5018 -120.695 -22.5162 -44.3217 12.9986 -28
-STDOUT_12555=0 -8.68273 0 0 -8.27724 0 0 -103.617 -79.6552 -122.496 -24.9744 -38.8755 13.9985 -26
-STDOUT_12556=0 -7.28148 0 0 -6.49961 0 0 -106.444 -71.4128 -124.903 -25.4899 -49.8577 12.9986 -29
-STDOUT_12557=0 -8.29799 0 0 -8.00104 0 0 -105.129 -76.992 -122.374 -24.8073 -39.0371 14.9984 -27
-STDOUT_12558=0 -7.11024 0 0 -7.50287 0 0 -105.425 -78.7962 -124.484 -25.486 -40.369 13.9985 -26
-STDOUT_12559=0 -6.78412 0 0 -7.74548 0 0 -104.933 -74.452 -125.025 -25.181 -49.6961 13.9985 -28
-STDOUT_12560=0 -7.63983 0 0 -8.68017 0 0 -103.683 -78.6246 -125.426 -25.6234 -39.6915 12.9986 -25
-STDOUT_12561=0 -7.32845 0 0 -5.75393 0 0 -111.508 -66.4993 -120.573 -22.5162 -44.4833 12.9986 -29
-STDOUT_12562=0 -8.93404 0 0 -7.17863 0 0 -105.129 -77.6527 -122.374 -24.9744 -39.0371 13.9985 -27
-STDOUT_12563=0 -6.83109 0 0 -6.99979 0 0 -109.996 -69.5385 -120.695 -22.2072 -44.3217 13.9985 -28
-STDOUT_12564=0 -9.01595 0 0 -8.25641 0 0 -103.617 -78.9605 -122.496 -25.0276 -38.8755 12.9986 -26
-STDOUT_12565=0 -7.36156 0 0 -6.40425 0 0 -106.937 -76.7937 -124.361 -25.486 -40.5306 13.9985 -27
-STDOUT_12566=0 -7.87339 0 0 -8.84826 0 0 -103.617 -80.2997 -122.496 -25.54 -38.8755 14.9984 -26
-STDOUT_12567=0 -7.03544 0 0 -6.64687 0 0 -106.444 -72.4495 -124.903 -25.181 -49.8577 13.9985 -29
-STDOUT_12568=0 -7.89115 0 0 -7.58156 0 0 -105.195 -76.6222 -125.304 -25.6234 -39.8531 12.9986 -26
-STDOUT_12569=0 -7.93748 0 0 -9.38453 0 0 -103.617 -78.3358 -122.496 -25.6719 -38.8755 14.9984 -26
-STDOUT_12570=0 -7.08241 0 0 -5.90118 0 0 -111.508 -67.536 -120.573 -22.2072 -44.4833 13.9985 -29
-STDOUT_12571=0 -6.03953 0 0 -6.84764 0 0 -105.425 -84.4691 -124.423 -25.6146 -41.0425 13.9985 -26
-STDOUT_12572=0 -9.26726 0 0 -7.1578 0 0 -105.129 -76.958 -122.374 -25.0276 -39.0371 12.9986 -27
-STDOUT_12573=0 -8.1247 0 0 -7.74965 0 0 -105.129 -78.2973 -122.374 -25.54 -39.0371 14.9984 -27
-STDOUT_12574=0 -8.28094 0 0 -9.09047 0 0 -103.617 -78.8776 -122.496 -25.0721 -38.8755 14.9984 -26
-STDOUT_12575=0 -7.44868 0 0 -7.36379 0 0 -105.425 -79.1391 -124.484 -25.063 -40.369 14.9984 -26
-STDOUT_12576=0 -7.00849 0 0 -7.074 0 0 -109.996 -69.1538 -120.695 -22.151 -44.3217 13.9985 -28
-STDOUT_12577=0 -8.7699 0 0 -8.40366 0 0 -103.617 -79.9972 -122.496 -24.7186 -38.8755 13.9985 -26
-STDOUT_12578=0 -8.1888 0 0 -8.28592 0 0 -105.129 -76.3333 -122.374 -25.6719 -39.0371 14.9984 -27
-STDOUT_12579=0 -6.29085 0 0 -5.74902 0 0 -106.937 -82.4666 -124.3 -25.6146 -41.2041 13.9985 -27
-STDOUT_12580=0 -8.53226 0 0 -7.99186 0 0 -105.129 -76.8751 -122.374 -25.0721 -39.0371 14.9984 -27
-STDOUT_12581=0 -7.82287 0 0 -9.13314 0 0 -103.617 -79.93 -122.496 -25.6492 -38.8755 14.9984 -26
-STDOUT_12582=0 -7.80813 0 0 -9.25956 0 0 -103.617 -79.494 -122.496 -25.7183 -38.8755 14.9984 -26
-STDOUT_12583=0 -6.67492 0 0 -8.03036 0 0 -104.933 -73.7933 -125.025 -26.0456 -49.6961 13.9985 -28
-STDOUT_12584=0 -7.69999 0 0 -6.26518 0 0 -106.937 -77.1366 -124.361 -25.063 -40.5306 14.9984 -27
-STDOUT_12585=0 -7.2598 0 0 -5.97539 0 0 -111.508 -67.1513 -120.573 -22.151 -44.4833 13.9985 -29
-STDOUT_12586=0 -7.73056 0 0 -7.4602 0 0 -105.425 -78.521 -124.484 -24.6811 -40.369 13.9985 -26
-STDOUT_12587=0 -9.02122 0 0 -7.30505 0 0 -105.129 -77.9947 -122.374 -24.7186 -39.0371 13.9985 -27
-STDOUT_12588=0 -6.86677 0 0 -8.7293 0 0 -103.617 -84.0087 -122.436 -25.8005 -39.549 14.9984 -26
-STDOUT_12589=0 -8.45225 0 0 -9.29921 0 0 -96.3256 -92.9333 -131.447 -30.2962 -36.1802 13.9985 -24
-STDOUT_12590=0 -7.7819 0 0 -7.34296 0 0 -105.425 -78.4444 -124.484 -25.1162 -40.369 13.9985 -26
-STDOUT_12591=0 -6.72189 0 0 -7.28467 0 0 -109.996 -68.8798 -120.695 -23.0719 -44.3217 13.9985 -28
-STDOUT_12592=0 -8.07419 0 0 -8.03453 0 0 -105.129 -77.9276 -122.374 -25.6492 -39.0371 14.9984 -27
-STDOUT_12593=0 -7.34171 0 0 -7.05317 0 0 -109.996 -68.4591 -120.695 -22.2042 -44.3217 12.9986 -28
-STDOUT_12594=0 -8.05944 0 0 -8.16095 0 0 -105.129 -77.4915 -122.374 -25.7183 -39.0371 14.9984 -27
-STDOUT_12595=0 -7.37189 0 0 -7.25852 0 0 -105.425 -80.2206 -124.484 -25.0333 -40.369 13.9985 -26
-STDOUT_12596=0 -6.92624 0 0 -6.93175 0 0 -106.444 -71.7908 -124.903 -26.0456 -49.8577 13.9985 -29
-STDOUT_12597=0 -8.29353 0 0 -9.21689 0 0 -103.617 -79.1473 -122.496 -24.8765 -38.8755 14.9984 -26
-STDOUT_12598=0 -7.98187 0 0 -6.36159 0 0 -106.937 -76.5186 -124.361 -24.6811 -40.5306 13.9985 -27
-STDOUT_12599=0 -7.11809 0 0 -7.63068 0 0 -105.129 -82.0062 -122.313 -25.8005 -39.7106 14.9984 -27
-STDOUT_12600=0 -8.70356 0 0 -8.2006 0 0 -97.8374 -90.9308 -131.325 -30.2962 -36.3418 13.9985 -25
-STDOUT_12601=0 -8.03321 0 0 -6.24434 0 0 -106.937 -76.4419 -124.361 -25.1162 -40.5306 13.9985 -27
-STDOUT_12602=0 -6.97321 0 0 -6.18606 0 0 -111.508 -66.8773 -120.573 -23.0719 -44.4833 13.9985 -29
-STDOUT_12603=0 -7.59302 0 0 -5.95455 0 0 -111.508 -66.4566 -120.573 -22.2042 -44.4833 12.9986 -29
-STDOUT_12604=0 -8.5578 0 0 -9.34186 0 0 -103.617 -78.0607 -122.496 -24.867 -38.8755 14.9984 -26
-STDOUT_12605=0 -5.60421 0 0 -7.37513 0 0 -104.933 -79.4662 -124.965 -26.1742 -50.3696 13.9985 -28
-STDOUT_12606=0 -7.6232 0 0 -6.1599 0 0 -106.937 -78.2181 -124.361 -25.0333 -40.5306 13.9985 -27
-STDOUT_12607=0 -8.54484 0 0 -8.11828 0 0 -105.129 -77.1448 -122.374 -24.8765 -39.0371 14.9984 -27
-STDOUT_12608=0 -8.09112 0 0 -8.88879 0 0 -103.617 -80.3688 -122.496 -25.6782 -38.8755 14.9984 -26
-STDOUT_12609=0 -6.72471 0 0 -8.45708 0 0 -103.617 -85.7579 -122.496 -26.3078 -38.8755 13.9985 -26
-STDOUT_12610=0 -7.53585 0 0 -7.49021 0 0 -105.425 -79.4811 -124.484 -24.8073 -40.369 14.9984 -26
-STDOUT_12611=0 -7.01336 0 0 -7.89129 0 0 -104.933 -74.1362 -125.025 -25.6226 -49.6961 14.9984 -28
-STDOUT_12612=0 -7.09566 0 0 -7.20042 0 0 -109.996 -69.4958 -120.695 -21.8952 -44.3217 13.9985 -28
-STDOUT_12613=0 -7.50585 0 0 -8.64072 0 0 -107.425 -77.1874 -118.634 -23.9711 -35.3524 13.9985 -26
-STDOUT_12614=0 -8.66071 0 0 -8.68854 0 0 -103.617 -79.3385 -122.496 -25.5833 -38.8755 13.9985 -26
-STDOUT_12615=0 -6.864 0 0 -7.50355 0 0 -104.933 -74.9766 -125.025 -26.6238 -49.6961 13.9985 -28
-STDOUT_12616=0 -8.19913 0 0 -9.14018 0 0 -103.617 -79.7602 -122.496 -25.2192 -38.8755 14.9984 -26
-STDOUT_12617=0 -5.65118 0 0 -6.62944 0 0 -109.996 -74.5527 -120.634 -23.2005 -44.9952 13.9985 -28
-STDOUT_12618=0 -6.69348 0 0 -8.47791 0 0 -103.617 -85.3139 -122.436 -26.5333 -39.549 14.9984 -26
-STDOUT_12619=0 -8.80911 0 0 -8.24325 0 0 -105.129 -76.0582 -122.374 -24.867 -39.0371 14.9984 -27
-STDOUT_12620=0 -5.85553 0 0 -6.27652 0 0 -106.444 -77.4637 -124.842 -26.1742 -50.5312 13.9985 -29
-STDOUT_12621=0 -8.00315 0 0 -9.26796 0 0 -102.51 -80.268 -126.733 -26.2215 -38.355 13.9985 -25
-STDOUT_12622=0 -7.38961 0 0 -9.13216 0 0 -102.51 -81.6222 -126.733 -27.3955 -38.355 13.9985 -25
-STDOUT_12623=0 -8.34244 0 0 -7.79018 0 0 -105.129 -78.3663 -122.374 -25.6782 -39.0371 14.9984 -27
-STDOUT_12624=0 -5.77815 0 0 -7.27662 0 0 -173.395 -30.9683 -74.5136 -32.8839 -90.4891 18.998 -52
-STDOUT_12625=0 -5.61034 0 0 -7.02536 0 0 -173.395 -30.8143 -74.5136 -33.3761 -90.4891 18.998 -52
-STDOUT_12626=0 -6.13543 0 0 -7.41102 0 0 -173.395 -30.8947 -74.5136 -33.0287 -90.4891 19.9979 -52
-STDOUT_12627=0 -5.57959 0 0 -7.06124 0 0 -173.395 -30.0915 -74.5136 -33.0722 -90.4891 17.9981 -52
-STDOUT_12628=0 -6.6329 0 0 -7.22057 0 0 -184.774 -32.0589 -71.6363 -31.7901 -94.8253 18.998 -54
-STDOUT_12629=0 -5.93688 0 0 -7.19565 0 0 -173.395 -30.0179 -74.5136 -33.217 -90.4891 18.998 -52
-STDOUT_12630=0 -6.46509 0 0 -6.96931 0 0 -184.774 -31.905 -71.6363 -32.2822 -94.8253 18.998 -54
-STDOUT_12631=0 -5.72402 0 0 -6.11917 0 0 -173.395 -31.3869 -74.5136 -34.2596 -90.4891 18.998 -52
-STDOUT_12632=0 -5.78613 0 0 -7.21003 0 0 -173.395 -32.0206 -74.5136 -33.287 -90.4891 18.998 -52
-STDOUT_12633=0 -5.55621 0 0 -5.8679 0 0 -173.395 -31.2329 -74.5136 -34.7517 -90.4891 18.998 -52
-STDOUT_12634=0 -5.61832 0 0 -6.95877 0 0 -173.395 -31.8667 -74.5136 -33.7792 -90.4891 18.998 -52
-STDOUT_12635=0 -5.63684 0 0 -7.08388 0 0 -173.395 -30.8316 -74.5136 -33.1905 -90.4891 17.9981 -52
-STDOUT_12636=0 -5.78762 0 0 -7.68278 0 0 -181.332 -32.9728 -71.449 -33.8471 -90.6039 19.9979 -53
-STDOUT_12637=0 -5.71794 0 0 -6.80998 0 0 -173.395 -30.282 -74.5136 -33.3385 -90.4891 17.9981 -52
-STDOUT_12638=0 -6.00633 0 0 -7.44336 0 0 -173.395 -32.7816 -74.5136 -33.3691 -90.4891 19.9979 -52
-STDOUT_12639=0 -5.46903 0 0 -6.83262 0 0 -173.395 -30.6777 -74.5136 -33.6826 -90.4891 17.9981 -52
-STDOUT_12640=0 -5.61981 0 0 -7.43151 0 0 -181.332 -32.8189 -71.449 -34.3392 -90.6039 19.9979 -53
-STDOUT_12641=0 -5.83852 0 0 -7.1921 0 0 -173.395 -32.6277 -74.5136 -33.8612 -90.4891 19.9979 -52
-STDOUT_12642=0 -5.81126 0 0 -7.08798 0 0 -173.395 -30.5614 -74.5136 -33.5994 -90.4891 18.998 -52
-STDOUT_12643=0 -6.99018 0 0 -7.35497 0 0 -184.774 -31.9853 -71.6363 -31.9348 -94.8253 19.9979 -54
-STDOUT_12644=0 -6.46144 0 0 -7.56092 0 0 -173.395 -31.2319 -74.5136 -32.8446 -90.4891 19.9979 -52
-STDOUT_12645=0 -6.43435 0 0 -7.00519 0 0 -184.774 -31.1821 -71.6363 -31.9784 -94.8253 17.9981 -54
-STDOUT_12646=0 -5.64346 0 0 -6.83672 0 0 -173.395 -30.4075 -74.5136 -34.0915 -90.4891 18.998 -52
-STDOUT_12647=0 -6.0813 0 0 -6.25357 0 0 -173.395 -31.3133 -74.5136 -34.4043 -90.4891 19.9979 -52
-STDOUT_12648=0 -6.14341 0 0 -7.34443 0 0 -173.395 -31.947 -74.5136 -33.4318 -90.4891 19.9979 -52
-STDOUT_12649=0 -5.81311 0 0 -7.80836 0 0 -181.332 -32.843 -71.449 -33.8688 -90.6039 19.9979 -53
-STDOUT_12650=0 -6.29363 0 0 -7.30966 0 0 -173.395 -31.078 -74.5136 -33.3367 -90.4891 19.9979 -52
-STDOUT_12651=0 -5.52546 0 0 -5.90379 0 0 -173.395 -30.5101 -74.5136 -34.4479 -90.4891 17.9981 -52
-STDOUT_12652=0 -5.58757 0 0 -6.99465 0 0 -173.395 -31.1438 -74.5136 -33.4753 -90.4891 17.9981 -52
-STDOUT_12653=0 -5.92127 0 0 -7.28561 0 0 -173.395 -32.2998 -74.5136 -33.8026 -90.4891 19.9979 -52
-STDOUT_12654=0 -5.99412 0 0 -7.21829 0 0 -173.395 -30.758 -74.5136 -33.3352 -90.4891 18.998 -52
-STDOUT_12655=0 -6.1449 0 0 -7.81718 0 0 -181.332 -32.8993 -71.449 -33.9918 -90.6039 20.9978 -53
-STDOUT_12656=0 -5.6453 0 0 -7.55709 0 0 -181.332 -32.6891 -71.449 -34.361 -90.6039 19.9979 -53
-STDOUT_12657=0 -6.34141 0 0 -7.52793 0 0 -173.395 -31.1473 -74.5136 -33.1391 -90.4891 19.9979 -52
-STDOUT_12658=0 -5.43016 0 0 -6.61725 0 0 -173.395 -30.2852 -74.5136 -33.5305 -90.4891 16.9982 -52
-STDOUT_12659=0 -5.86683 0 0 -7.3767 0 0 -179.765 -33.3691 -75.4226 -37.0081 -100.791 19.9979 -55
-STDOUT_12660=0 -6.36361 0 0 -7.57776 0 0 -173.395 -32.7081 -74.5136 -33.5138 -90.4891 20.9978 -52
-STDOUT_12661=0 -5.75346 0 0 -7.03435 0 0 -173.395 -32.1459 -74.5136 -34.2947 -90.4891 19.9979 -52
-STDOUT_12662=0 -5.9214 0 0 -7.27121 0 0 -173.395 -31.4711 -74.5136 -33.3771 -90.4891 18.998 -52
-STDOUT_12663=0 -5.58907 0 0 -7.4674 0 0 -181.332 -32.096 -71.449 -34.0353 -90.6039 18.998 -53
-STDOUT_12664=0 -6.1736 0 0 -7.27667 0 0 -173.395 -30.9934 -74.5136 -33.6312 -90.4891 19.9979 -52
-STDOUT_12665=0 -5.80777 0 0 -7.22799 0 0 -173.395 -31.9049 -74.5136 -33.5574 -90.4891 18.998 -52
-STDOUT_12666=0 -5.69902 0 0 -7.12544 0 0 -179.765 -33.2152 -75.4226 -37.5002 -100.791 19.9979 -55
-STDOUT_12667=0 -6.45071 0 0 -7.73882 0 0 -173.395 -32.8103 -74.5136 -32.7446 -90.4891 19.9979 -52
-STDOUT_12668=0 -6.16855 0 0 -7.22238 0 0 -173.395 -30.4878 -74.5136 -33.7441 -90.4891 19.9979 -52
-STDOUT_12669=0 -5.75359 0 0 -7.01995 0 0 -173.395 -31.3172 -74.5136 -33.8692 -90.4891 18.998 -52
-STDOUT_12670=0 -6.06396 0 0 -7.28072 0 0 -173.395 -31.1712 -74.5136 -33.8028 -90.4891 19.9979 -52
-STDOUT_12671=0 -6.81872 0 0 -7.69532 0 0 -173.395 -31.1584 -74.5136 -32.9893 -90.4891 20.9978 -52
-STDOUT_12672=0 -6.13617 0 0 -7.93713 0 0 -177.417 -31.7532 -73.4998 -32.3268 -87.4166 19.9979 -52
-STDOUT_12673=0 -6.2829 0 0 -7.48756 0 0 -173.395 -32.6564 -74.5136 -33.2367 -90.4891 19.9979 -52
-STDOUT_12674=0 -6.79163 0 0 -7.1396 0 0 -184.774 -31.1086 -71.6363 -32.1231 -94.8253 18.998 -54
-STDOUT_12675=0 -5.89615 0 0 -7.02946 0 0 -173.395 -31.0173 -74.5136 -34.2949 -90.4891 19.9979 -52
-STDOUT_12676=0 -6.26288 0 0 -7.34554 0 0 -173.395 -30.3552 -74.5136 -33.0329 -90.4891 18.998 -52
-STDOUT_12677=0 -6.17039 0 0 -7.94276 0 0 -181.332 -32.7694 -71.449 -34.0136 -90.6039 20.9978 -53
-STDOUT_12678=0 -6.57877 0 0 -6.06312 0 0 -184.774 -32.4775 -71.6363 -33.1657 -94.8253 18.998 -54
-STDOUT_12679=0 -6.64088 0 0 -7.15398 0 0 -184.774 -33.1112 -71.6363 -32.1932 -94.8253 18.998 -54
-STDOUT_12680=0 -5.96836 0 0 -7.68587 0 0 -177.417 -31.5993 -73.4998 -32.8189 -87.4166 19.9979 -52
-STDOUT_12681=0 -5.88275 0 0 -6.03819 0 0 -173.395 -30.4365 -74.5136 -34.5926 -90.4891 18.998 -52
-STDOUT_12682=0 -5.94485 0 0 -7.12905 0 0 -173.395 -31.0702 -74.5136 -33.6201 -90.4891 18.998 -52
-STDOUT_12683=0 -6.27855 0 0 -7.42001 0 0 -173.395 -32.2262 -74.5136 -33.9474 -90.4891 20.9978 -52
-STDOUT_12684=0 -5.61455 0 0 -7.59298 0 0 -181.332 -31.9662 -71.449 -34.0571 -90.6039 18.998 -53
-STDOUT_12685=0 -5.61724 0 0 -6.87261 0 0 -173.395 -29.8083 -74.5136 -33.8502 -90.4891 17.9981 -52
-STDOUT_12686=0 -6.41096 0 0 -5.81186 0 0 -184.774 -32.3236 -71.6363 -33.6578 -94.8253 18.998 -54
-STDOUT_12687=0 -5.54155 0 0 -7.13913 0 0 -173.395 -31.6409 -74.5136 -34.1647 -90.4891 18.998 -52
-STDOUT_12688=0 -6.69869 0 0 -7.66233 0 0 -173.395 -31.0738 -74.5136 -33.2838 -90.4891 20.9978 -52
-STDOUT_12689=0 -6.47307 0 0 -6.90272 0 0 -184.774 -32.9573 -71.6363 -32.6853 -94.8253 18.998 -54
-STDOUT_12690=0 -5.73199 0 0 -6.05257 0 0 -173.395 -32.4392 -74.5136 -34.6627 -90.4891 18.998 -52
-STDOUT_12691=0 -6.22411 0 0 -7.5111 0 0 -179.765 -33.2955 -75.4226 -37.1528 -100.791 20.9978 -55
-STDOUT_12692=0 -6.49159 0 0 -7.02783 0 0 -184.774 -31.9222 -71.6363 -32.0967 -94.8253 17.9981 -54
-STDOUT_12693=0 -5.72271 0 0 -7.07023 0 0 -173.395 -31.423 -74.5136 -33.9909 -90.4891 18.998 -52
-STDOUT_12694=0 -6.57269 0 0 -6.75393 0 0 -184.774 -31.3727 -71.6363 -32.2447 -94.8253 17.9981 -54
-STDOUT_12695=0 -6.86108 0 0 -7.38731 0 0 -184.774 -33.8723 -71.6363 -32.2753 -94.8253 19.9979 -54
-STDOUT_12696=0 -6.27868 0 0 -7.40561 0 0 -173.395 -31.3976 -74.5136 -33.5218 -90.4891 19.9979 -52
-STDOUT_12697=0 -5.94635 0 0 -7.6018 0 0 -181.332 -32.0225 -71.449 -34.1801 -90.6039 19.9979 -53
-STDOUT_12698=0 -6.14285 0 0 -7.31256 0 0 -173.395 -30.2706 -74.5136 -33.3273 -90.4891 18.998 -52
-STDOUT_12699=0 -5.66827 0 0 -7.16133 0 0 -179.765 -32.4923 -75.4226 -37.1963 -100.791 18.998 -55
-STDOUT_12700=0 -5.37374 0 0 -6.88787 0 0 -173.395 -31.4869 -74.5136 -34.6569 -90.4891 18.998 -52
-STDOUT_12701=0 -5.56419 0 0 -5.80131 0 0 -173.395 -32.2853 -74.5136 -35.1548 -90.4891 18.998 -52
-STDOUT_12702=0 -6.16505 0 0 -7.36239 0 0 -173.395 -31.8313 -74.5136 -33.7021 -90.4891 19.9979 -52
-STDOUT_12703=0 -5.85601 0 0 -7.60718 0 0 -173.395 -31.4941 -74.5136 -33.9809 -90.4891 19.9979 -52
-STDOUT_12704=0 -6.32378 0 0 -6.77657 0 0 -184.774 -31.7683 -71.6363 -32.5888 -94.8253 17.9981 -54
-STDOUT_12705=0 -6.80799 0 0 -7.87323 0 0 -173.395 -32.7367 -74.5136 -32.8894 -90.4891 20.9978 -52
-STDOUT_12706=0 -5.5827 0 0 -5.92643 0 0 -173.395 -31.2502 -74.5136 -34.5661 -90.4891 17.9981 -52
-STDOUT_12707=0 -5.64481 0 0 -7.01729 0 0 -173.395 -31.8839 -74.5136 -33.5936 -90.4891 17.9981 -52
-STDOUT_12708=0 -5.73349 0 0 -6.52532 0 0 -181.332 -33.3914 -71.449 -35.2227 -90.6039 19.9979 -53
-STDOUT_12709=0 -5.7956 0 0 -7.61618 0 0 -181.332 -34.0251 -71.449 -34.2502 -90.6039 19.9979 -53
-STDOUT_12710=0 -5.66381 0 0 -5.65253 0 0 -173.395 -30.7006 -74.5136 -34.7141 -90.4891 17.9981 -52
-STDOUT_12711=0 -5.72285 0 0 -7.05584 0 0 -173.395 -30.5943 -74.5136 -33.5653 -90.4891 17.9981 -52
-STDOUT_12712=0 -5.72592 0 0 -6.74339 0 0 -173.395 -31.3344 -74.5136 -33.7416 -90.4891 17.9981 -52
-STDOUT_12713=0 -6.69327 0 0 -7.13605 0 0 -184.774 -33.7184 -71.6363 -32.7674 -94.8253 19.9979 -54
-STDOUT_12714=0 -5.95219 0 0 -6.28591 0 0 -173.395 -33.2002 -74.5136 -34.7447 -90.4891 19.9979 -52
-STDOUT_12715=0 -6.42124 0 0 -7.41512 0 0 -173.395 -31.0976 -74.5136 -33.9476 -90.4891 20.9978 -52
-STDOUT_12716=0 -6.66602 0 0 -7.03193 0 0 -184.774 -31.6521 -71.6363 -32.5055 -94.8253 18.998 -54
-STDOUT_12717=0 -6.25216 0 0 -7.52345 0 0 -173.395 -31.9335 -74.5136 -32.9329 -90.4891 18.998 -52
-STDOUT_12718=0 -6.49345 0 0 -8.07153 0 0 -177.417 -31.6797 -73.4998 -32.4715 -87.4166 20.9978 -52
-STDOUT_12719=0 -5.6882 0 0 -7.35592 0 0 -173.395 -31.3401 -74.5136 -34.473 -90.4891 19.9979 -52
-STDOUT_12720=0 -5.4149 0 0 -5.67517 0 0 -173.395 -31.0963 -74.5136 -35.0582 -90.4891 17.9981 -52
-STDOUT_12721=0 -5.477 0 0 -6.76603 0 0 -173.395 -31.73 -74.5136 -34.0857 -90.4891 17.9981 -52
-STDOUT_12722=0 -5.56568 0 0 -6.27406 0 0 -181.332 -33.2375 -71.449 -35.7148 -90.6039 19.9979 -53
-STDOUT_12723=0 -5.62779 0 0 -7.36492 0 0 -181.332 -33.8712 -71.449 -34.7423 -90.6039 19.9979 -53
-STDOUT_12724=-236 0 0 -52.275 0 0 -51.4975 -258.954 -80.1039 -75.1453 -39.726 -42.9153 40.9958 -42
-STDOUT_12725=-236 0 0 -51.9712 0 0 -51.3608 -256.695 -81.1356 -75.9615 -40.927 -44.1306 40.9958 -42
-STDOUT_12726=-236 0 0 -52.1455 0 0 -52.3713 -262.286 -78.9813 -73.0988 -39.0111 -41.8589 40.9958 -42
-STDOUT_12727=-236 0 0 -51.8417 0 0 -52.2346 -260.027 -80.0129 -73.915 -40.2121 -43.0742 40.9958 -42
-STDOUT_12728=-236 0 0 -52.0489 0 0 -51.293 -256.419 -81.1432 -76.1192 -41.3648 -44.5229 40.9958 -42
-STDOUT_12729=-236 0 0 -51.1545 0 0 -50.6745 -255.728 -84.2621 -76.2417 -41.6286 -42.6099 40.9958 -41
-STDOUT_12730=-236 0 0 -51.7451 0 0 -51.1563 -254.16 -82.1749 -76.9354 -42.5658 -45.7382 40.9958 -42
-STDOUT_12731=-236 0 0 -52.6066 0 0 -52.0901 -263.165 -78.8984 -74.1838 -37.5412 -40.8755 40.9958 -42
-STDOUT_12732=-236 0 0 -52.6856 0 0 -51.2896 -260.886 -80.822 -76.2726 -37.1815 -41.6077 40.9958 -42
-STDOUT_12733=-236 0 0 -51.6873 0 0 -52.0083 -261.774 -77.9177 -72.436 -40.8246 -43.3207 40.9958 -42
-STDOUT_12734=-236 0 0 -52.3028 0 0 -51.9534 -260.907 -79.93 -75 -38.7422 -42.0908 40.9958 -42
-STDOUT_12735=-236 0 0 -53.1917 0 0 -51.8809 -264.703 -77.5855 -73.1761 -36.337 -40.8685 40.9958 -42
-STDOUT_12736=-236 0 0 -52.3819 0 0 -51.153 -258.627 -81.8536 -77.0888 -38.3825 -42.823 40.9958 -42
-STDOUT_12737=-236 0 0 -51.3835 0 0 -51.8717 -259.515 -78.9493 -73.2522 -42.0256 -44.536 40.9958 -42
-STDOUT_12738=-236 0 0 -52.8879 0 0 -51.7442 -262.444 -78.6172 -73.9923 -37.538 -42.0838 40.9958 -42
-STDOUT_12739=-236 0 0 -52.0328 0 0 -51.4111 -255.841 -81.4033 -76.0678 -42.0468 -45.0503 40.9958 -42
-STDOUT_12740=-236 0 0 -51.9193 0 0 -52.1668 -259.751 -80.0205 -74.0727 -40.6498 -43.4665 40.9958 -42
-STDOUT_12741=-236 0 0 -51.9237 0 0 -51.3785 -258.024 -81.0082 -76.0185 -40.7236 -43.7861 40.9958 -42
-STDOUT_12742=-236 0 0 -51.025 0 0 -51.5483 -259.06 -83.1394 -74.1952 -40.9136 -41.5535 40.9958 -41
-STDOUT_12743=-236 0 0 -51.6155 0 0 -52.0301 -257.492 -81.0522 -74.8889 -41.8509 -44.6818 40.9958 -42
-STDOUT_12744=-236 0 0 -51.6199 0 0 -51.2419 -255.765 -82.0399 -76.8347 -41.9246 -45.0014 40.9958 -42
-STDOUT_12745=-236 0 0 -52.477 0 0 -52.9639 -266.498 -77.7757 -72.1373 -36.8263 -39.8192 40.9958 -42
-STDOUT_12746=-236 0 0 -51.5577 0 0 -52.8821 -265.106 -76.795 -70.3895 -40.1097 -42.2644 40.9958 -42
-STDOUT_12747=-236 0 0 -52.1732 0 0 -52.8272 -264.239 -78.8074 -72.9535 -38.0273 -41.0344 40.9958 -42
-STDOUT_12748=-236 0 0 -50.9284 0 0 -50.4699 -253.193 -85.3014 -77.2155 -43.2673 -44.2175 40.9958 -41
-STDOUT_12749=-236 0 0 -51.2539 0 0 -52.7455 -262.847 -77.8267 -71.2057 -41.3107 -43.4796 40.9958 -42
-STDOUT_12750=-236 0 0 -52.2162 0 0 -52.4603 -262.868 -78.6708 -73.257 -39.0329 -41.9598 40.9958 -42
-STDOUT_12751=-236 0 0 -51.6394 0 0 -51.7801 -259.332 -82.2177 -76.1953 -39.8557 -42.5981 40.9958 -42
-STDOUT_12752=-236 0 0 -52.3804 0 0 -51.8856 -260.631 -79.9377 -75.1577 -39.18 -42.4832 40.9958 -42
-STDOUT_12753=-236 0 0 -51.486 0 0 -51.2671 -259.939 -83.0565 -75.2801 -39.4438 -40.5701 40.9958 -41
-STDOUT_12754=-236 0 0 -52.4595 0 0 -51.0851 -258.352 -81.8613 -77.2465 -38.8203 -43.2153 40.9958 -42
-STDOUT_12755=-236 0 0 -51.9124 0 0 -52.3236 -260.609 -79.7025 -74.0732 -40.2339 -43.175 40.9958 -42
-STDOUT_12756=-236 0 0 -51.3356 0 0 -51.6434 -257.073 -83.2494 -77.0115 -41.0567 -43.8134 40.9958 -42
-STDOUT_12757=-236 0 0 -51.4611 0 0 -51.8038 -259.24 -78.957 -73.4099 -42.4634 -44.9284 40.9958 -42
-STDOUT_12758=-236 0 0 -51.5651 0 0 -50.4666 -257.66 -84.9801 -77.369 -39.084 -41.3023 40.9958 -41
-STDOUT_12759=-236 0 0 -52.0766 0 0 -51.7489 -258.372 -80.9693 -75.9739 -40.381 -43.6984 40.9958 -42
-STDOUT_12760=-236 0 0 -50.5667 0 0 -51.1853 -258.548 -82.0758 -73.5323 -42.7272 -43.0153 40.9958 -41
-STDOUT_12761=-236 0 0 -52.9655 0 0 -51.6763 -262.169 -78.6248 -74.15 -37.9757 -42.4761 40.9958 -42
-STDOUT_12762=-236 0 0 -51.9033 0 0 -52.2849 -259.173 -80.2807 -74.0213 -41.3319 -43.994 40.9958 -42
-STDOUT_12763=-236 0 0 -52.1557 0 0 -50.9484 -256.093 -82.8929 -78.0627 -40.0213 -44.4306 40.9958 -42
-STDOUT_12764=-236 0 0 -51.1573 0 0 -51.6671 -256.981 -79.9886 -74.2261 -43.6644 -46.1436 40.9958 -42
-STDOUT_12765=-236 0 0 -52.0712 0 0 -51.0579 -261.477 -81.7437 -74.2725 -38.2395 -40.5631 40.9958 -41
-STDOUT_12766=-236 0 0 -53.0172 0 0 -51.8822 -265.098 -79.6164 -75.3111 -34.9967 -39.568 40.9958 -42
-STDOUT_12767=-236 0 0 -52.0188 0 0 -52.6009 -265.986 -76.7121 -71.4745 -38.6398 -41.281 40.9958 -42
-STDOUT_12768=-236 0 0 -52.6617 0 0 -51.5396 -259.91 -79.6565 -74.9662 -39.1767 -43.6914 40.9958 -42
-STDOUT_12769=-236 0 0 -52.0979 0 0 -51.8005 -263.707 -78.6357 -73.5633 -38.2801 -42.0132 40.9958 -42
-STDOUT_12770=-236 0 0 -53.5232 0 0 -52.4735 -268.915 -76.38 -72.2146 -34.1522 -38.8288 40.9958 -42
-STDOUT_12771=-236 0 0 -52.7134 0 0 -51.7456 -262.839 -80.6481 -76.1273 -36.1977 -40.7833 40.9958 -42
-STDOUT_12772=-236 0 0 -51.715 0 0 -52.4642 -263.727 -77.7438 -72.2907 -39.8409 -42.4963 40.9958 -42
-STDOUT_12773=-236 0 0 -52.2552 0 0 -51.9711 -262.079 -79.8027 -75.0569 -38.5388 -41.7464 40.9958 -42
-STDOUT_12774=-236 0 0 -52.6039 0 0 -52.3917 -267.523 -75.3993 -70.4668 -37.4356 -41.274 40.9958 -42
-STDOUT_12775=-236 0 0 -51.7941 0 0 -51.6638 -261.448 -79.6674 -74.3795 -39.4811 -43.2285 40.9958 -42
-STDOUT_12776=-236 0 0 -53.2194 0 0 -52.3368 -266.656 -77.4116 -73.0308 -35.3532 -40.044 40.9958 -42
-STDOUT_12777=-236 0 0 -51.8067 0 0 -51.2066 -253.307 -82.4426 -77.0417 -43.6856 -46.658 40.9958 -42
-STDOUT_12778=-236 0 0 -51.6975 0 0 -51.174 -255.49 -82.0475 -76.9923 -42.3624 -45.3937 40.9958 -42
-STDOUT_12779=-236 0 0 -51.9514 0 0 -51.8345 -259.82 -80.8343 -75.8731 -39.7398 -42.9616 40.9958 -42
-STDOUT_12780=-236 0 0 -52.3888 0 0 -51.7095 -259.873 -79.5685 -74.6536 -40.3627 -43.5814 40.9958 -42
-STDOUT_12781=-236 0 0 -52.3001 0 0 -52.255 -265.264 -76.4309 -71.283 -38.6366 -42.4892 40.9958 -42
-STDOUT_12782=-236 0 0 -50.7988 0 0 -51.3438 -256.525 -84.1787 -75.169 -42.5524 -43.1611 40.9958 -41
-STDOUT_12783=-236 0 0 -50.8031 0 0 -50.5555 -254.798 -85.1664 -77.1148 -42.6261 -43.4807 40.9958 -41
-STDOUT_12784=-236 0 0 -53.2624 0 0 -51.9699 -265.286 -77.2751 -73.3343 -36.3587 -40.9694 40.9958 -42
-STDOUT_12785=-236 0 0 -51.3937 0 0 -51.0373 -253.231 -83.0792 -77.8085 -43.5634 -46.609 40.9958 -42
-STDOUT_12786=-236 0 0 -52.3643 0 0 -52.0037 -260.053 -80.1978 -75.1063 -39.862 -43.0106 40.9958 -42
-STDOUT_12787=-236 0 0 -52.085 0 0 -51.5728 -257.614 -80.6002 -75.4698 -41.5637 -44.7966 40.9958 -42
-STDOUT_12788=-236 0 0 -52.2508 0 0 -52.7594 -263.963 -78.815 -73.1112 -38.4651 -41.4268 40.9958 -42
-STDOUT_12789=-236 0 0 -52.2552 0 0 -51.9711 -262.236 -79.8027 -75.0569 -38.5388 -41.7464 40.9958 -42
-STDOUT_12790=-236 0 0 -52.4434 0 0 -51.2033 -257.774 -82.1214 -77.1951 -39.5023 -43.7428 40.9958 -42
-STDOUT_12791=-236 0 0 -52.9586 0 0 -51.8332 -263.027 -78.3067 -74.1505 -37.5597 -42.1846 40.9958 -42
-STDOUT_12792=-236 0 0 -51.3565 0 0 -52.1409 -263.271 -81.9339 -73.2336 -38.7288 -39.5138 40.9958 -41
-STDOUT_12793=-236 0 0 -51.445 0 0 -51.9219 -258.662 -79.2171 -73.3585 -43.1454 -45.4558 40.9958 -42
-STDOUT_12794=-236 0 0 -51.3315 0 0 -52.6776 -262.572 -77.8343 -71.3634 -41.7485 -43.872 40.9958 -42
-STDOUT_12795=-236 0 0 -51.3359 0 0 -51.8894 -260.844 -78.822 -73.3091 -41.8222 -44.1916 40.9958 -42
-STDOUT_12796=-236 0 0 -51.947 0 0 -52.6227 -261.704 -79.8467 -73.9274 -39.6661 -42.6421 40.9958 -42
-STDOUT_12797=-236 0 0 -50.4372 0 0 -52.0591 -261.88 -80.9532 -71.4858 -42.0122 -41.959 40.9958 -41
-STDOUT_12798=-236 0 0 -51.9514 0 0 -51.8345 -259.977 -80.8343 -75.8731 -39.7398 -42.9616 40.9958 -42
-STDOUT_12799=-236 0 0 -52.9495 0 0 -51.7945 -261.591 -78.8849 -74.0986 -38.6578 -43.0036 40.9958 -42
-STDOUT_12800=-236 0 0 -51.0277 0 0 -52.5409 -260.313 -78.866 -72.1796 -42.9495 -45.0873 40.9958 -42
-STDOUT_12801=-236 0 0 -51.0321 0 0 -51.7527 -258.585 -79.8536 -74.1253 -43.0232 -45.4068 40.9958 -42
-STDOUT_12802=-236 0 0 -50.7918 0 0 -50.0759 -256.775 -83.7582 -76.0643 -41.7186 -43.8089 40.9958 -41
-STDOUT_12803=-236 0 0 -51.99 0 0 -52.2558 -260.334 -79.7101 -74.2309 -40.6716 -43.5674 40.9958 -42
-STDOUT_12804=-236 0 0 -51.4133 0 0 -51.5756 -256.798 -83.257 -77.1692 -41.4944 -44.2057 40.9958 -42
-STDOUT_12805=-236 0 0 -51.8892 0 0 -53.4747 -269.318 -75.5895 -69.428 -37.9249 -40.2246 40.9958 -42
-STDOUT_12806=-236 0 0 -51.0957 0 0 -51.6373 -259.642 -82.829 -74.3534 -40.9354 -41.6544 40.9958 -41
-STDOUT_12807=-236 0 0 -50.5189 0 0 -50.9571 -256.106 -86.3759 -77.2917 -41.7582 -42.2927 40.9958 -41
-STDOUT_12808=-236 0 0 -51.2599 0 0 -51.0625 -257.405 -84.0958 -76.254 -41.0825 -42.1778 40.9958 -41
-STDOUT_12809=-236 0 0 -51.6862 0 0 -52.1191 -258.075 -80.7418 -75.0471 -41.8726 -44.7827 40.9958 -42
-STDOUT_12810=-236 0 0 -51.1095 0 0 -51.4389 -254.539 -84.2887 -77.9854 -42.6954 -45.421 40.9958 -42
-STDOUT_12811=-236 0 0 -51.5854 0 0 -53.3381 -267.059 -76.6211 -70.2442 -39.1259 -41.4399 40.9958 -42
-STDOUT_12812=-236 0 0 -51.339 0 0 -50.2621 -255.126 -86.0194 -78.3428 -40.7228 -42.9099 40.9958 -41
-STDOUT_12813=-236 0 0 -52.1256 0 0 -52.845 -265.411 -78.68 -73.0105 -37.8239 -40.69 40.9958 -42
-STDOUT_12814=-236 0 0 -52.5477 0 0 -53.0529 -267.08 -77.4653 -72.2955 -36.8481 -39.92 40.9958 -42
-STDOUT_12815=-236 0 0 -51.9709 0 0 -52.3727 -263.544 -81.0122 -75.2338 -37.6709 -40.5584 40.9958 -42
-STDOUT_12816=-236 0 0 -50.3406 0 0 -50.9808 -256.013 -83.1151 -74.5062 -44.3659 -44.623 40.9958 -41
-STDOUT_12817=-236 0 0 -51.6771 0 0 -52.0804 -256.639 -81.32 -74.9952 -42.9706 -45.6016 40.9958 -42
-STDOUT_12818=-236 0 0 -51.6814 0 0 -51.2922 -254.912 -82.3076 -76.9409 -43.0444 -45.9212 40.9958 -42
-STDOUT_12819=-236 0 0 -53.0788 0 0 -51.262 -254.798 -82.3979 -78.625 -40.4503 -44.7539 40.9958 -42
-STDOUT_12820=-236 0 0 -51.6284 0 0 -52.9711 -265.689 -76.4846 -70.5477 -40.1315 -42.3652 40.9958 -42
-STDOUT_12821=-236 0 0 -51.0516 0 0 -52.2909 -262.153 -80.0315 -73.486 -40.9543 -43.0036 40.9958 -42
-STDOUT_12822=-236 0 0 -51.845 0 0 -50.8533 -258.943 -82.783 -75.2463 -39.8782 -42.1707 40.9958 -41
-STDOUT_12823=-236 0 0 -51.8218 0 0 -52.7083 -263.152 -79.7117 -73.8267 -39.0249 -41.9053 40.9958 -42
-STDOUT_12824=-18 -3.84418 0 -12.5352 -2.40983 0 -10.0022 -148.306 -36.3156 -78.0759 -17.4555 -42.1954 15.9983 -37
-STDOUT_12825=-18 -3.75902 0 -13.125 -2.38401 0 -10.0022 -148.306 -36.7504 -78.0759 -19.5338 -42.1954 15.9983 -37
-STDOUT_12826=-12 -4.76578 0 -8.17035 -3.19676 0 -5.65219 -142.321 -45.9355 -81.2397 -16.7452 -38.3836 14.9984 -35
-STDOUT_12827=-18 -3.9486 0 -13.125 -2.19064 0 -10.0022 -148.306 -38.734 -78.0759 -19.5305 -42.1954 15.9983 -37
-STDOUT_12828=-18 -3.51096 0 -12.5352 -2.43067 0 -10.0022 -148.306 -37.0103 -78.0759 -17.4023 -42.1954 16.9982 -37
-STDOUT_12829=-12 -4.68062 0 -8.76014 -3.17093 0 -5.65219 -142.321 -46.3703 -81.2397 -18.8234 -38.3836 14.9984 -35
-STDOUT_12830=-12 -4.5454 0 -8.17035 -2.76091 0 -5.65219 -142.105 -44.5678 -81.1865 -17.0908 -38.2152 14.9984 -34
-STDOUT_12831=-18 -3.4258 0 -13.125 -2.40484 0 -10.0022 -148.306 -37.4451 -78.0759 -19.4806 -42.1954 16.9982 -37
-STDOUT_12832=-18 -3.77201 0 -12.5352 -2.535 0 -11.0737 -154.685 -32.5465 -73.9602 -18.8696 -43.0545 16.9982 -39
-STDOUT_12833=-18 -4.355 0 -13.5359 -2.87204 0 -10.0022 -148.306 -39.0213 -78.0759 -17.1146 -42.1954 16.9982 -37
-STDOUT_12834=-12 -4.46024 0 -8.76014 -2.73508 0 -5.65219 -142.105 -45.0026 -81.1865 -19.169 -38.2152 14.9984 -34
-STDOUT_12835=-18 -3.99362 0 -12.5352 -2.57771 0 -10.0022 -147.107 -38.5952 -77.5605 -17.9612 -40.1489 15.9983 -36
-STDOUT_12836=-18 -3.68685 0 -13.125 -2.50917 0 -11.0737 -154.685 -32.9813 -73.9602 -20.9478 -43.0545 16.9982 -39
-STDOUT_12837=-18 -4.26985 0 -14.1257 -2.84621 0 -10.0022 -148.306 -39.4561 -78.0759 -19.1928 -42.1954 16.9982 -37
-STDOUT_12838=-18 -2.67774 0 -13.123 -2.27587 0 -10.0022 -148.306 -42.5897 -78.015 -17.0412 -42.8689 16.9982 -37
-STDOUT_12839=-18 -3.90846 0 -13.125 -2.55189 0 -10.0022 -147.107 -39.03 -77.5605 -20.0395 -40.1489 15.9983 -36
-STDOUT_12840=-12 -4.8702 0 -8.76014 -2.97756 0 -5.65219 -142.321 -48.3539 -81.2397 -18.8201 -38.3836 14.9984 -35
-STDOUT_12841=-12 -4.43257 0 -8.17035 -3.21759 0 -5.65219 -142.321 -46.6302 -81.2397 -16.692 -38.3836 15.9983 -35
-STDOUT_12842=-18 -2.59258 0 -13.7128 -2.25004 0 -10.0022 -148.306 -43.0245 -78.015 -19.1195 -42.8689 16.9982 -37
-STDOUT_12843=-18 -2.85209 0 -14.2216 -2.7867 0 -10.0022 -153.703 -41.1196 -74.9503 -17.4467 -42.9837 16.9982 -38
-STDOUT_12844=-18 -3.61538 0 -13.125 -2.21147 0 -10.0022 -148.306 -39.4287 -78.0759 -19.4773 -42.1954 16.9982 -37
-STDOUT_12845=-12 -4.34741 0 -8.76014 -3.19177 0 -5.65219 -142.321 -47.065 -81.2397 -18.7702 -38.3836 15.9983 -35
-STDOUT_12846=-12 -4.69362 0 -8.17035 -3.32192 0 -6.72376 -148.701 -42.1663 -77.124 -18.1593 -39.2427 15.9983 -37
-STDOUT_12847=-12 -4.64982 0 -8.76014 -2.54171 0 -5.65219 -142.105 -46.9862 -81.1865 -19.1658 -38.2152 14.9984 -34
-STDOUT_12848=-12 -4.21218 0 -8.17035 -2.78174 0 -5.65219 -142.105 -45.2625 -81.1865 -17.0376 -38.2152 15.9983 -34
-STDOUT_12849=-18 -2.76694 0 -14.8114 -2.76087 0 -10.0022 -153.703 -41.5544 -74.9503 -19.5249 -42.9837 16.9982 -38
-STDOUT_12850=-12 -4.7597 0 -8.17035 -2.92879 0 -5.65219 -140.907 -46.9672 -80.671 -17.2134 -36.1687 14.9984 -33
-STDOUT_12851=-18 -3.87643 0 -13.125 -2.3158 0 -11.0737 -154.685 -34.9649 -73.9602 -20.9445 -43.0545 16.9982 -39
-STDOUT_12852=-18 -3.4388 0 -12.5352 -2.55583 0 -11.0737 -154.685 -33.2412 -73.9602 -18.8164 -43.0545 17.9981 -39
-STDOUT_12853=-12 -4.91523 0 -8.17035 -3.36464 0 -5.65219 -141.123 -48.215 -80.7243 -17.2509 -36.3371 14.9984 -34
-STDOUT_12854=-18 -4.45942 0 -14.1257 -2.65284 0 -10.0022 -148.306 -41.4397 -78.0759 -19.1895 -42.1954 16.9982 -37
-STDOUT_12855=-12 -4.60846 0 -8.76014 -3.29609 0 -6.72376 -148.701 -42.6012 -77.124 -20.2375 -39.2427 15.9983 -37
-STDOUT_12856=-18 -4.02179 0 -13.5359 -2.89287 0 -10.0022 -148.306 -39.716 -78.0759 -17.0614 -42.1954 17.9981 -37
-STDOUT_12857=-12 -4.12702 0 -8.76014 -2.75592 0 -5.65219 -142.105 -45.6973 -81.1865 -19.1158 -38.2152 15.9983 -34
-STDOUT_12858=-12 -4.47323 0 -8.17035 -2.88607 0 -6.72376 -148.484 -40.7987 -77.0708 -18.5049 -39.0743 15.9983 -36
-STDOUT_12859=-18 -3.74053 0 -12.5352 -2.66109 0 -10.0022 -148.306 -36.1688 -78.0759 -17.8659 -42.1954 15.9983 -37
-STDOUT_12860=-12 -4.67454 0 -8.76014 -2.90296 0 -5.65219 -140.907 -47.402 -80.671 -19.2916 -36.1687 14.9984 -33
-STDOUT_12861=-18 -3.66041 0 -12.5352 -2.59855 0 -10.0022 -147.107 -39.2898 -77.5605 -17.9081 -40.1489 16.9982 -36
-STDOUT_12862=-18 -3.35364 0 -13.125 -2.53001 0 -11.0737 -154.685 -33.676 -73.9602 -20.8946 -43.0545 17.9981 -39
-STDOUT_12863=-18 -3.97492 0 -12.5352 -2.21646 0 -10.0022 -148.306 -39.0252 -78.0759 -18.1194 -42.1954 15.9983 -37
-STDOUT_12864=-12 -4.83007 0 -8.76014 -3.33881 0 -5.65219 -141.123 -48.6498 -80.7243 -19.3292 -36.3371 14.9984 -34
-STDOUT_12865=-18 -4.32097 0 -12.5352 -2.77834 0 -10.0022 -147.107 -38.7991 -77.5605 -17.28 -40.1489 15.9983 -36
-STDOUT_12866=-18 -3.93663 0 -14.1257 -2.86705 0 -10.0022 -148.306 -40.1508 -78.0759 -19.1396 -42.1954 17.9981 -37
-STDOUT_12867=-18 -2.78216 0 -13.7128 -2.05667 0 -10.0022 -148.306 -45.0081 -78.015 -19.1162 -42.8689 16.9982 -37
-STDOUT_12868=-18 -4.28284 0 -13.5359 -2.9972 0 -11.0737 -154.685 -35.2522 -73.9602 -18.5287 -43.0545 17.9981 -39
-STDOUT_12869=-12 -4.38807 0 -8.76014 -2.86024 0 -6.72376 -148.484 -41.2335 -77.0708 -20.5831 -39.0743 15.9983 -36
-STDOUT_12870=-18 -3.65537 0 -13.125 -2.63527 0 -10.0022 -148.306 -36.6036 -78.0759 -19.9442 -42.1954 15.9983 -37
-STDOUT_12871=-18 -3.59814 0 -12.5352 -2.64622 0 -10.0022 -148.306 -37.3523 -78.0759 -17.1466 -42.1954 16.9982 -37
-STDOUT_12872=-18 -3.57525 0 -13.125 -2.57272 0 -10.0022 -147.107 -39.7247 -77.5605 -19.9863 -40.1489 16.9982 -36
-STDOUT_12873=-18 -3.92146 0 -12.5352 -2.70288 0 -11.0737 -153.487 -34.826 -73.4448 -19.3753 -41.008 16.9982 -38
-STDOUT_12874=-12 -4.53699 0 -8.76014 -2.99839 0 -5.65219 -142.321 -49.0486 -81.2397 -18.767 -38.3836 15.9983 -35
-STDOUT_12875=-18 -4.23582 0 -13.125 -2.75251 0 -10.0022 -147.107 -39.2339 -77.5605 -19.3583 -40.1489 15.9983 -36
-STDOUT_12876=-18 -4.50445 0 -13.5359 -3.03992 0 -10.0022 -147.107 -41.3008 -77.5605 -17.6203 -40.1489 16.9982 -36
-STDOUT_12877=-18 -4.19768 0 -14.1257 -2.97138 0 -11.0737 -154.685 -35.687 -73.9602 -20.6069 -43.0545 17.9981 -39
-STDOUT_12878=-18 -2.60558 0 -13.123 -2.40103 0 -11.0737 -154.685 -38.8205 -73.8993 -18.4553 -43.728 17.9981 -39
-STDOUT_12879=-18 -2.95652 0 -14.8114 -2.5675 0 -10.0022 -153.703 -43.538 -74.9503 -19.5216 -42.9837 16.9982 -38
-STDOUT_12880=-18 -3.51298 0 -13.125 -2.6204 0 -10.0022 -148.306 -37.7871 -78.0759 -19.2248 -42.1954 16.9982 -37
-STDOUT_12881=-12 -4.50661 0 -8.17035 -3.01217 0 -5.65219 -142.105 -44.5409 -81.1865 -17.1181 -38.2152 14.9984 -34
-STDOUT_12882=-18 -3.8363 0 -13.125 -2.67705 0 -11.0737 -153.487 -35.2608 -73.4448 -21.4535 -41.008 16.9982 -38
-STDOUT_12883=-12 -4.79804 0 -8.76014 -3.10272 0 -6.72376 -148.701 -44.5848 -77.124 -20.2342 -39.2428 15.9983 -37
-STDOUT_12884=-18 -4.41929 0 -14.1257 -3.01409 0 -10.0022 -147.107 -41.7356 -77.5605 -19.6985 -40.1489 16.9982 -36
-STDOUT_12885=-18 -2.67774 0 -13.2866 -2.28128 0 -10.0022 -150.774 -37.3899 -77.9501 -16.1426 -46.5276 16.9982 -38
-STDOUT_12886=-12 -4.3604 0 -8.17035 -3.34275 0 -6.72376 -148.701 -42.861 -77.124 -18.1061 -39.2427 16.9982 -37
-STDOUT_12887=-18 -2.82718 0 -13.123 -2.44375 0 -10.0022 -147.107 -44.8692 -77.4995 -17.547 -40.8224 16.9982 -36
-STDOUT_12888=-12 -4.3166 0 -8.76014 -2.56254 0 -5.65219 -142.105 -47.6809 -81.1865 -19.1126 -38.2152 15.9983 -34
-STDOUT_12889=-18 -2.52042 0 -13.7128 -2.37521 0 -11.0737 -154.685 -39.2553 -73.8993 -20.5335 -43.728 17.9981 -39
-STDOUT_12890=-18 -2.77993 0 -14.2216 -2.91186 0 -11.0737 -160.082 -37.3504 -70.8347 -18.8608 -43.8429 17.9981 -40
-STDOUT_12891=-12 -4.42648 0 -8.17035 -2.94962 0 -5.65219 -140.907 -47.6619 -80.671 -17.1602 -36.1687 15.9983 -33
-STDOUT_12892=-12 -4.66214 0 -8.17035 -3.44802 0 -5.65219 -142.321 -45.7887 -81.2397 -17.1556 -38.3836 14.9984 -35
-STDOUT_12893=-12 -4.42145 0 -8.76014 -2.98634 0 -5.65219 -142.105 -44.9757 -81.1865 -19.1963 -38.2152 14.9984 -34
-STDOUT_12894=-18 -3.54322 0 -13.125 -2.33663 0 -11.0737 -154.685 -35.6596 -73.9602 -20.8913 -43.0545 17.9981 -39
-STDOUT_12895=-12 -4.58201 0 -8.17035 -3.38547 0 -5.65219 -141.123 -48.9097 -80.7243 -17.1977 -36.3371 15.9983 -34
-STDOUT_12896=-18 -4.12621 0 -14.1257 -2.67368 0 -10.0022 -148.306 -42.1344 -78.0759 -19.1363 -42.1954 17.9981 -37
-STDOUT_12897=-18 -2.59258 0 -13.8764 -2.25545 0 -10.0022 -150.774 -37.8247 -77.9501 -18.2209 -46.5276 16.9982 -38
-STDOUT_12898=-12 -4.27524 0 -8.76014 -3.31693 0 -6.72376 -148.701 -43.2958 -77.124 -20.1843 -39.2427 16.9982 -37
-STDOUT_12899=-18 -2.74203 0 -13.7128 -2.41792 0 -10.0022 -147.107 -45.304 -77.4995 -19.6252 -40.8224 16.9982 -36
-STDOUT_12900=-12 -4.57765 0 -8.76014 -2.66687 0 -6.72376 -148.484 -43.2171 -77.0708 -20.5798 -39.0743 15.9983 -36
-STDOUT_12901=-12 -4.89652 0 -8.17035 -3.00339 0 -5.65219 -142.321 -48.645 -81.2397 -17.4091 -38.3836 14.9984 -35
-STDOUT_12902=-18 -3.00154 0 -14.2216 -2.95458 0 -10.0022 -152.504 -43.3991 -74.4349 -17.9524 -40.9372 16.9982 -37
-STDOUT_12903=-12 -4.14002 0 -8.17035 -2.9069 0 -6.72376 -148.484 -41.4934 -77.0708 -18.4517 -39.0743 16.9982 -36
-STDOUT_12904=-18 -2.69477 0 -14.8114 -2.88603 0 -11.0737 -160.082 -37.7852 -70.8347 -20.939 -43.8429 17.9981 -40
-STDOUT_12905=-12 -5.24258 0 -8.17035 -3.56526 0 -5.65219 -141.123 -48.4189 -80.7243 -16.5697 -36.3371 14.9984 -34
-STDOUT_12906=-18 -3.40731 0 -12.5352 -2.68193 0 -10.0022 -148.306 -36.8635 -78.0759 -17.8127 -42.1954 16.9982 -37
-STDOUT_12907=-12 -4.34132 0 -8.76014 -2.9238 0 -5.65219 -140.907 -48.0967 -80.671 -19.2385 -36.1687 15.9983 -33
-STDOUT_12908=-12 -4.68753 0 -8.17035 -3.05395 0 -6.72376 -147.286 -43.1981 -76.5554 -18.6275 -37.0278 15.9983 -35
-STDOUT_12909=-12 -4.57698 0 -8.76014 -3.42219 0 -5.65219 -142.321 -46.2235 -81.2397 -19.2338 -38.3836 14.9984 -35
-STDOUT_12910=-12 -4.51974 0 -8.17035 -3.43315 0 -5.65219 -142.321 -46.9722 -81.2397 -16.4363 -38.3836 15.9983 -35
-STDOUT_12911=-18 -3.6417 0 -12.5352 -2.2373 0 -10.0022 -148.306 -39.7199 -78.0759 -18.0662 -42.1954 16.9982 -37
-STDOUT_12912=-12 -4.49685 0 -8.76014 -3.35965 0 -5.65219 -141.123 -49.3445 -80.7243 -19.276 -36.3371 15.9983 -34
-STDOUT_12913=-18 -3.98776 0 -12.5352 -2.79917 0 -10.0022 -147.107 -39.4938 -77.5605 -17.2268 -40.1489 16.9982 -36
-STDOUT_12914=-12 -4.84306 0 -8.17035 -3.4898 0 -6.72376 -147.502 -44.4459 -76.6086 -18.665 -37.1963 15.9983 -36
-STDOUT_12915=-18 -4.38726 0 -14.1257 -2.77801 0 -11.0737 -154.685 -37.6706 -73.9602 -20.6036 -43.0545 17.9981 -39
-STDOUT_12916=-18 -3.94962 0 -13.5359 -3.01804 0 -11.0737 -154.685 -35.9468 -73.9602 -18.4755 -43.0545 18.998 -39
-STDOUT_12917=-12 -4.05486 0 -8.76014 -2.88108 0 -6.72376 -148.484 -41.9282 -77.0708 -20.5299 -39.0743 16.9982 -36
-STDOUT_12918=-18 -2.91638 0 -14.8114 -2.92875 0 -10.0022 -152.504 -43.8339 -74.4349 -20.0306 -40.9372 16.9982 -37
-STDOUT_12919=-12 -5.15742 0 -8.76014 -3.53944 0 -5.65219 -141.123 -48.8538 -80.7243 -18.6479 -36.3371 14.9984 -34
-STDOUT_12920=-12 -4.67614 0 -8.17035 -2.56754 0 -5.65219 -142.105 -47.2774 -81.1865 -17.7547 -38.2152 14.9984 -34
-STDOUT_12921=-18 -3.32216 0 -13.125 -2.6561 0 -10.0022 -148.306 -37.2983 -78.0759 -19.891 -42.1954 16.9982 -37
-STDOUT_12922=-18 -3.66837 0 -12.5352 -2.78626 0 -11.0737 -154.685 -32.3997 -73.9602 -19.28 -43.0545 16.9982 -39
-STDOUT_12923=-12 -5.02219 0 -8.17035 -3.12941 0 -5.65219 -140.907 -47.0513 -80.671 -16.9153 -36.1687 14.9984 -33
-STDOUT_12924=FEATURES_TXT_END_0
-STDOUT_12925=FEATURES_TXT_BEGIN_0 2 400 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_12926=0 -6.59122 0 0 -5.69566 0 0 -45.1239 -49.1468 -71.3998 -25.6017 -35.211 9.99896 -18
-STDOUT_12927=0 -7.26258 0 0 -5.42344 0 0 -45.1239 -49.6088 -69.1035 -26.502 -35.4029 8.99907 -18
-STDOUT_12928=0 -6.54753 0 0 -5.27866 0 0 -50.3909 -38.4216 -64.7011 -23.8055 -41.6972 9.99896 -21
-STDOUT_12929=0 -7.21889 0 0 -5.00643 0 0 -50.3909 -38.8836 -62.4048 -24.7058 -41.8892 8.99907 -21
-STDOUT_12930=0 -6.82969 0 0 -5.79443 0 0 -45.1239 -50.9986 -71.3998 -27.6668 -35.211 10.9989 -18
-STDOUT_12931=0 -7.50104 0 0 -5.5222 0 0 -45.1239 -51.4606 -69.1035 -28.5671 -35.4029 9.99896 -18
-STDOUT_12932=0 -5.93059 0 0 -5.78346 0 0 -48.144 -50.2645 -71.3079 -24.5984 -32.526 8.99907 -17
-STDOUT_12933=0 -7.21912 0 0 -6.49138 0 0 -45.1239 -50.0238 -71.3998 -27.4577 -35.211 10.9989 -18
-STDOUT_12934=0 -5.21772 0 0 -4.3578 0 0 -51.0826 -51.4625 -74.8365 -24.0643 -25.8812 9.99896 -15
-STDOUT_12935=0 -6.45481 0 0 -5.70541 0 0 -50.3909 -40.5961 -64.7011 -25.0605 -41.6972 10.9989 -21
-STDOUT_12936=0 -7.52003 0 0 -6.30397 0 0 -45.1239 -50.6325 -71.3998 -26.9548 -35.211 10.9989 -18
-STDOUT_12937=0 -6.82972 0 0 -6.01094 0 0 -48.144 -49.7413 -71.3079 -23.1549 -32.526 8.99907 -17
-STDOUT_12938=0 -6.10437 0 0 -4.64968 0 0 -46.3305 -58.6908 -73.5792 -28.9547 -27.9088 9.99896 -14
-STDOUT_12939=0 -6.786 0 0 -5.37742 0 0 -50.3909 -40.2734 -64.7011 -25.8707 -41.6972 10.9989 -21
-STDOUT_12940=0 -6.81011 0 0 -5.75763 0 0 -45.1239 -53.7257 -71.3998 -28.6445 -35.211 10.9989 -18
-STDOUT_12941=0 -7.89047 0 0 -6.21916 0 0 -45.1239 -50.4858 -69.1035 -28.358 -35.4029 9.99896 -18
-STDOUT_12942=0 -5.88907 0 0 -4.08558 0 0 -51.0826 -51.9245 -72.5402 -24.9646 -26.0732 8.99907 -15
-STDOUT_12943=0 -6.9532 0 0 -6.02604 0 0 -49.7553 -38.191 -66.6913 -23.9941 -45.6869 9.99896 -21
-STDOUT_12944=0 -7.12616 0 0 -5.43319 0 0 -50.3909 -41.058 -62.4048 -25.9607 -41.8892 9.99896 -21
-STDOUT_12945=0 -8.19138 0 0 -6.03175 0 0 -45.1239 -51.0945 -69.1035 -27.8551 -35.4029 9.99896 -18
-STDOUT_12946=0 -6.82386 0 0 -6.76461 0 0 -45.1239 -52.6016 -71.2254 -27.0453 -35.6407 9.99896 -18
-STDOUT_12947=0 -6.77572 0 0 -4.37746 0 0 -46.3305 -59.1528 -71.2829 -29.855 -28.1008 8.99907 -14
-STDOUT_12948=0 -7.45736 0 0 -5.1052 0 0 -50.3909 -40.7354 -62.4047 -26.7709 -41.8892 9.99896 -21
-STDOUT_12949=0 -5.88691 0 0 -5.36645 0 0 -53.411 -39.5393 -64.6092 -22.8023 -39.0123 8.99907 -20
-STDOUT_12950=0 -7.48147 0 0 -5.48541 0 0 -45.1239 -54.1877 -69.1035 -29.5448 -35.4029 9.99896 -18
-STDOUT_12951=0 -7.62456 0 0 -5.75381 0 0 -49.7553 -38.653 -64.395 -24.8944 -45.8788 8.99907 -21
-STDOUT_12952=0 -4.91066 0 0 -3.01582 0 0 -52.361 -55.5277 -68.5882 -27.2657 -27.637 9.99896 -15
-STDOUT_12953=0 -7.17543 0 0 -6.07437 0 0 -50.3909 -39.2986 -64.7011 -25.6616 -41.6972 10.9989 -21
-STDOUT_12954=0 -7.69261 0 0 -6.59014 0 0 -45.1239 -50.9148 -71.3998 -28.1033 -35.211 11.9988 -18
-STDOUT_12955=0 -5.17403 0 0 -3.94079 0 0 -56.3496 -40.7373 -68.1378 -22.2681 -32.3675 9.99896 -18
-STDOUT_12956=0 -6.93606 0 0 -5.57927 0 0 -49.9812 -41.5278 -63.954 -26.847 -43.5939 10.9989 -22
-STDOUT_12957=0 -6.31633 0 0 -5.45641 0 0 -48.5557 -55.0877 -75.8925 -24.0643 -26.3408 9.99896 -15
-STDOUT_12958=0 -6.16906 0 0 -5.88223 0 0 -48.144 -52.1163 -71.3079 -26.6636 -32.5261 9.99896 -17
-STDOUT_12959=0 -5.79589 0 0 -5.262 0 0 -51.9327 -46.8843 -69.1943 -23.7601 -32.8899 8.99907 -18
-STDOUT_12960=0 -6.78603 0 0 -5.59394 0 0 -53.411 -39.0161 -64.6092 -21.3587 -39.0123 8.99907 -20
-STDOUT_12961=0 -6.06068 0 0 -4.23268 0 0 -51.5975 -47.9657 -66.8805 -27.1585 -34.395 9.99896 -17
-STDOUT_12962=0 -7.56438 0 0 -6.48759 0 0 -45.1239 -52.8721 -71.2254 -27.7006 -35.6407 9.99896 -18
-STDOUT_12963=0 -6.63576 0 0 -5.7402 0 0 -46.6731 -48.4953 -74.234 -26.1613 -42.1585 9.99896 -20
-STDOUT_12964=0 -5.11128 0 0 -2.97122 0 0 -48.6045 -60.9573 -78.6335 -27.6278 -28.7172 9.99896 -15
-STDOUT_12965=0 -5.58202 0 0 -2.74359 0 0 -52.361 -55.9897 -66.2919 -28.1659 -27.829 8.99907 -15
-STDOUT_12966=0 -7.84679 0 0 -5.80215 0 0 -50.3909 -39.7606 -62.4048 -26.5618 -41.8892 9.99896 -21
-STDOUT_12967=0 -8.36396 0 0 -6.31792 0 0 -45.1239 -51.3768 -69.1035 -29.0036 -35.4029 10.9989 -18
-STDOUT_12968=0 -7.02489 0 0 -7.18454 0 0 -45.1239 -51.937 -71.2254 -28.4806 -35.6407 9.99896 -18
-STDOUT_12969=0 -6.68398 0 0 -5.83748 0 0 -47.8647 -51.4985 -71.8411 -27.0344 -32.6772 9.99896 -16
-STDOUT_12970=0 -5.84539 0 0 -3.66857 0 0 -56.3496 -41.1993 -65.8415 -23.1684 -32.5594 8.99907 -18
-STDOUT_12971=0 -7.60742 0 0 -5.30704 0 0 -49.9812 -41.9898 -61.6577 -27.7472 -43.7858 9.99896 -22
-STDOUT_12972=0 -6.98769 0 0 -5.18419 0 0 -48.5557 -55.5497 -73.5961 -24.9646 -26.5327 8.99907 -15
-STDOUT_12973=0 -4.68619 0 0 -3.32597 0 0 -52.361 -56.0778 -68.5882 -28.2475 -27.637 10.9989 -15
-STDOUT_12974=0 -7.69007 0 0 -4.0355 0 0 -43.3856 -63.287 -82.8555 -28.4771 -28.5224 9.99896 -14
-STDOUT_12975=0 -6.95211 0 0 -6.03153 0 0 -47.9782 -51.7847 -68.5613 -28.0806 -31.4951 9.99896 -16
-STDOUT_12976=0 -8.69167 0 0 -6.55257 0 0 -48.144 -48.6334 -71.3079 -20.7083 -32.526 8.99907 -17
-STDOUT_12977=0 -5.45618 0 0 -4.45656 0 0 -51.0826 -53.3143 -74.8365 -26.1294 -25.8813 10.9989 -15
-STDOUT_12978=0 -6.78017 0 0 -6.34761 0 0 -50.3909 -41.8764 -64.5267 -25.2491 -42.127 9.99896 -21
-STDOUT_12979=0 -6.69241 0 0 -5.9723 0 0 -50.3909 -43.5932 -64.7011 -25.2573 -41.6972 10.9989 -21
-STDOUT_12980=0 -5.38678 0 0 -3.88176 0 0 -47.6901 -56.9844 -77.0053 -31.0763 -31.2597 9.99896 -15
-STDOUT_12981=0 -7.78361 0 0 -5.80362 0 0 -51.9327 -44.9445 -69.1943 -18.7171 -32.8899 8.99907 -18
-STDOUT_12982=0 -6.69327 0 0 -5.80418 0 0 -50.3909 -42.4479 -64.7011 -27.1256 -41.6972 11.9988 -21
-STDOUT_12983=0 -7.75849 0 0 -6.40274 0 0 -45.1239 -52.4843 -71.3998 -29.0199 -35.211 11.9988 -18
-STDOUT_12984=0 -6.73204 0 0 -3.96045 0 0 -51.5975 -48.4276 -64.5842 -28.0588 -34.587 8.99907 -17
-STDOUT_12985=0 -6.66919 0 0 -5.9261 0 0 -47.1602 -54.0539 -76.5349 -24.3797 -32.4427 9.99896 -18
-STDOUT_12986=0 -7.30711 0 0 -5.46797 0 0 -46.6731 -48.9573 -71.9377 -27.0616 -42.3505 8.99907 -20
-STDOUT_12987=0 -5.78264 0 0 -2.69899 0 0 -48.6045 -61.4193 -76.3371 -28.5281 -28.9091 8.99907 -15
-STDOUT_12988=0 -7.06818 0 0 -6.10971 0 0 -48.144 -51.5931 -71.3079 -25.22 -32.5261 9.99896 -17
-STDOUT_12989=0 -6.34283 0 0 -4.74845 0 0 -46.3305 -60.5427 -73.5792 -31.0198 -27.9088 10.9989 -14
-STDOUT_12990=0 -6.2526 0 0 -5.76875 0 0 -51.7467 -46.794 -71.373 -22.4631 -31.938 8.99907 -19
-STDOUT_12991=0 -6.71572 0 0 -5.38988 0 0 -50.3909 -43.9599 -64.7011 -27.5442 -41.6972 10.9989 -21
-STDOUT_12992=0 -7.35534 0 0 -5.56526 0 0 -47.8647 -51.9605 -69.5448 -27.9347 -32.8692 8.99907 -16
-STDOUT_12993=0 -7.04857 0 0 -5.85639 0 0 -45.1239 -55.5775 -71.3998 -30.7096 -35.211 11.9988 -18
-STDOUT_12994=0 -6.59122 0 0 -6.20649 0 0 -52.0125 -40.2688 -67.2811 -23.2038 -39.754 9.99896 -19
-STDOUT_12995=0 -7.58083 0 0 -6.36594 0 0 -45.1239 -53.954 -71.3998 -28.9868 -35.211 11.9988 -18
-STDOUT_12996=0 -4.88681 0 0 -3.28137 0 0 -48.6045 -61.5074 -78.6335 -28.6096 -28.7172 10.9989 -15
-STDOUT_12997=0 -5.35754 0 0 -3.05375 0 0 -52.361 -56.5398 -66.2919 -29.1478 -27.829 9.99896 -15
-STDOUT_12998=0 -8.36142 0 0 -3.76327 0 0 -43.3856 -63.749 -80.5592 -29.3773 -28.7143 8.99907 -14
-STDOUT_12999=0 -7.62347 0 0 -5.75931 0 0 -47.9782 -52.2467 -66.2649 -28.9809 -31.6871 8.99907 -16
-STDOUT_13000=0 -6.55849 0 0 -6.57918 0 0 -48.144 -51.1415 -71.3079 -26.4545 -32.526 9.99896 -17
-STDOUT_13001=0 -6.12754 0 0 -4.18434 0 0 -51.0826 -53.7763 -72.5402 -27.0297 -26.0732 9.99896 -15
-STDOUT_13002=0 -7.34307 0 0 -5.63936 0 0 -50.3909 -43.2682 -64.7011 -25.7586 -41.6972 10.9989 -21
-STDOUT_13003=0 -7.36377 0 0 -5.70007 0 0 -50.3909 -44.0552 -62.4047 -26.1575 -41.8892 9.99896 -21
-STDOUT_13004=0 -4.86697 0 0 -2.59881 0 0 -57.628 -44.8025 -61.8895 -25.4695 -34.1233 9.99896 -18
-STDOUT_13005=0 -7.19166 0 0 -6.1248 0 0 -49.7553 -40.0428 -66.6913 -26.0593 -45.6869 10.9989 -21
-STDOUT_13006=0 -5.21772 0 0 -4.3578 0 0 -54.7368 -49.1599 -69.5684 -24.0643 -25.9353 9.99896 -15
-STDOUT_13007=0 -4.55709 0 0 -4.4456 0 0 -54.1027 -52.5802 -74.7446 -23.061 -23.1963 8.99907 -14
-STDOUT_13008=0 -6.05813 0 0 -3.60954 0 0 -47.6901 -57.4464 -74.709 -31.9766 -31.4517 8.99907 -15
-STDOUT_13009=0 -7.36463 0 0 -5.53195 0 0 -50.3909 -42.9099 -62.4047 -28.0259 -41.8892 10.9989 -21
-STDOUT_13010=0 -7.64892 0 0 -6.17314 0 0 -50.3909 -40.1896 -64.7011 -26.3071 -41.6972 11.9988 -21
-STDOUT_13011=0 -8.42985 0 0 -6.13052 0 0 -45.1239 -52.9463 -69.1035 -29.9202 -35.4029 10.9989 -18
-STDOUT_13012=0 -5.79418 0 0 -5.79321 0 0 -53.411 -41.7138 -64.6092 -24.0572 -39.0123 9.99896 -20
-STDOUT_13013=0 -7.34055 0 0 -5.65388 0 0 -47.1602 -54.5158 -74.2386 -25.28 -32.6347 8.99907 -18
-STDOUT_13014=0 -6.8594 0 0 -6.39177 0 0 -48.144 -51.7502 -71.3079 -25.9516 -32.526 9.99896 -17
-STDOUT_13015=0 -7.18925 0 0 -7.06714 0 0 -45.1239 -52.4961 -70.743 -30.0521 -35.9037 9.99896 -18
-STDOUT_13016=0 -7.06232 0 0 -6.86338 0 0 -45.1239 -54.4534 -71.2254 -29.1105 -35.6407 10.9989 -18
-STDOUT_13017=0 -4.91066 0 0 -3.01582 0 0 -54.1127 -53.7618 -67.6168 -27.2657 -28.2071 9.99896 -15
-STDOUT_13018=0 -6.27264 0 0 -5.03941 0 0 -53.8227 -44.3626 -69.1937 -22.2681 -32.827 9.99896 -18
-STDOUT_13019=0 -5.08961 0 0 -4.05899 0 0 -51.8204 -54.4474 -74.3392 -26.7275 -26.7462 9.99896 -15
-STDOUT_13020=0 -7.01419 0 0 -4.47623 0 0 -46.3305 -61.0047 -71.2829 -31.9201 -28.1008 9.99896 -14
-STDOUT_13021=0 -6.50044 0 0 -5.89495 0 0 -48.2176 -51.902 -73.5134 -25.8088 -34.8471 8.99907 -17
-STDOUT_13022=0 -5.44374 0 0 -4.73748 0 0 -49.3506 -59.8086 -73.4873 -27.9514 -25.2239 8.99907 -13
-STDOUT_13023=0 -6.12537 0 0 -5.46522 0 0 -53.411 -41.3912 -64.6092 -24.8674 -39.0123 9.99896 -20
-STDOUT_13024=0 -5.7522 0 0 -4.84499 0 0 -57.1997 -36.1591 -62.4956 -21.9639 -39.3762 8.99907 -21
-STDOUT_13025=0 -7.38707 0 0 -5.11766 0 0 -50.3909 -44.4219 -62.4048 -28.4445 -41.8892 9.99896 -21
-STDOUT_13026=-8 -2.42935 0 -2.18215 -4.79373 0 -4.74067 -69.8659 -29.4266 -47.3337 -20.2517 -43.1198 10.9989 -29
-STDOUT_13027=-8 -3.06382 0 -2.18215 -5.13108 0 -4.74067 -70.727 -27.0326 -46.9635 -19.3689 -42.5779 10.9989 -29
-STDOUT_13028=-8 -2.46688 0 -2.18215 -4.88202 0 -4.74067 -70.727 -29.372 -46.9635 -20.2577 -42.5779 10.9989 -29
-STDOUT_13029=-8 -2.67811 0 -2.18215 -4.79526 0 -4.74067 -69.8659 -28.5647 -47.3337 -20.3312 -43.1198 10.9989 -29
-STDOUT_13030=-8 -2.75522 0 -2.18215 -5.05702 0 -4.74067 -69.8659 -29.9349 -47.3337 -20.5575 -43.1198 11.9988 -29
-STDOUT_13031=-8 -2.94763 0 -2.18215 -3.54445 0 -4.74067 -69.8659 -28.814 -47.3337 -21.0493 -43.1198 10.9989 -29
-STDOUT_13032=-8 -2.9001 0 -2.18215 -5.39284 0 -4.74067 -70.727 -29.5804 -46.9635 -20.1617 -42.5779 11.9988 -29
-STDOUT_13033=-8 -2.73886 0 -2.18215 -4.88355 0 -4.74067 -70.727 -28.4759 -46.9635 -20.3649 -42.5779 10.9989 -29
-STDOUT_13034=-8 -2.79275 0 -2.18215 -5.1453 0 -4.74067 -70.727 -29.8803 -46.9635 -20.5635 -42.5779 11.9988 -29
-STDOUT_13035=-8 -2.42935 0 -2.98951 -4.79373 0 -4.58348 -69.8659 -25.9069 -47.0517 -20.6811 -44.0528 10.9989 -29
-STDOUT_13036=-8 -3.5821 0 -2.18215 -3.88181 0 -4.74067 -70.727 -26.42 -46.9635 -20.1665 -42.5779 10.9989 -29
-STDOUT_13037=-8 -2.98516 0 -2.18215 -3.63274 0 -4.74067 -70.727 -28.7593 -46.9635 -21.0553 -42.5779 10.9989 -29
-STDOUT_13038=-8 -3.19639 0 -2.18215 -3.54598 0 -4.74067 -69.8659 -27.9521 -47.3337 -21.1288 -43.1198 10.9989 -29
-STDOUT_13039=0 -2.52384 0 0 -4.53445 0 0 -96.1143 -21.273 -39.887 -15.9606 -37.6136 9.99896 -28
-STDOUT_13040=-8 -2.8727 0 -2.18215 -5.39437 0 -4.74067 -70.727 -28.7344 -46.9635 -20.5517 -42.5779 11.9988 -29
-STDOUT_13041=-8 -2.42935 0 -3.28077 -3.69512 0 -4.74067 -77.0425 -23.4988 -41.0096 -20.2517 -42.7143 10.9989 -29
-STDOUT_13042=-8 -2.91431 0 -2.18215 -5.29878 0 -4.74067 -69.8659 -29.8911 -47.3337 -20.6421 -43.1198 11.9988 -29
-STDOUT_13043=-8 -2.22991 0 -2.18215 -4.64531 0 -4.74067 -69.8659 -26.5677 -46.1488 -21.6411 -43.779 9.99896 -29
-STDOUT_13044=-8 -3.2735 0 -2.18215 -3.80774 0 -4.74067 -69.8659 -29.3223 -47.3337 -21.3551 -43.1198 11.9988 -29
-STDOUT_13045=-8 -3.06382 0 -2.98951 -5.13108 0 -4.58348 -70.727 -23.513 -46.6815 -19.7982 -43.5109 10.9989 -29
-STDOUT_13046=-8 -2.87516 0 -2.18215 -5.30031 0 -4.74067 -69.8659 -29.0328 -47.3337 -20.8477 -43.1198 11.9988 -29
-STDOUT_13047=-8 -2.46688 0 -2.98951 -4.88202 0 -4.58348 -70.727 -25.8523 -46.6815 -20.6871 -43.5109 10.9989 -29
-STDOUT_13048=-8 -3.22596 0 -2.18215 -5.65613 0 -4.74067 -70.727 -30.0887 -46.9635 -20.4675 -42.5779 12.9986 -29
-STDOUT_13049=-8 -2.67811 0 -2.98951 -4.79526 0 -4.58348 -69.8659 -25.045 -47.0517 -20.7606 -44.0528 10.9989 -29
-STDOUT_13050=-8 -2.15988 0 -2.70651 -3.51701 0 -3.30558 -81.1373 -21.9545 -47.3337 -15.8793 -47.5178 10.9989 -30
-STDOUT_13051=0 -3.15831 0 0 -4.8718 0 0 -96.9754 -18.879 -39.5169 -15.0778 -37.0718 9.99896 -28
-STDOUT_13052=-8 -3.14824 0 -2.18215 -5.10547 0 -4.74067 -69.8659 -28.5105 -47.3337 -20.2419 -43.1198 10.9989 -29
-STDOUT_13053=-8 -3.41838 0 -2.18215 -4.14357 0 -4.74067 -70.727 -28.9678 -46.9635 -20.9593 -42.5779 11.9988 -29
-STDOUT_13054=-8 -3.06382 0 -3.28077 -4.03247 0 -4.74067 -77.9037 -21.1048 -40.6395 -19.3689 -42.1724 10.9989 -29
-STDOUT_13055=0 -2.56137 0 0 -4.62273 0 0 -96.9754 -21.2183 -39.5169 -15.9666 -37.0718 9.99896 -28
-STDOUT_13056=0 -2.68131 0 0 -4.8163 0 0 -99.0403 -21.3931 -39.887 -20.624 -43.0475 9.99896 -30
-STDOUT_13057=-8 -2.86438 0 -2.18215 -4.98266 0 -4.74067 -70.727 -24.1737 -45.7786 -20.7583 -43.2371 9.99896 -29
-STDOUT_13058=-8 -2.75522 0 -2.98951 -5.05702 0 -4.58348 -69.8659 -26.4152 -47.0517 -20.9868 -44.0528 11.9988 -29
-STDOUT_13059=-8 -2.46688 0 -3.28077 -3.7834 0 -4.74067 -77.9037 -23.4442 -40.6395 -20.2577 -42.1724 10.9989 -29
-STDOUT_13060=-8 -3.25714 0 -2.18215 -3.63427 0 -4.74067 -70.727 -27.8633 -46.9635 -21.1625 -42.5779 10.9989 -29
-STDOUT_13061=-8 -2.26744 0 -2.18215 -4.7336 0 -4.74067 -70.727 -26.513 -45.7786 -21.6471 -43.2371 9.99896 -29
-STDOUT_13062=-8 -3.31103 0 -2.18215 -3.89603 0 -4.74067 -70.727 -29.2676 -46.9635 -21.3611 -42.5779 11.9988 -29
-STDOUT_13063=-8 -2.94763 0 -2.98951 -3.54445 0 -4.58348 -69.8659 -25.2943 -47.0517 -21.4787 -44.0528 10.9989 -29
-STDOUT_13064=-8 -2.68531 0 -2.18215 -4.84374 0 -4.74067 -69.8659 -30.3904 -47.3337 -21.6181 -43.1198 11.9988 -29
-STDOUT_13065=0 -2.7726 0 0 -4.53597 0 0 -96.1143 -20.411 -39.887 -16.0401 -37.6136 9.99896 -28
-STDOUT_13066=-8 -2.67811 0 -3.28077 -3.69665 0 -4.74067 -77.0426 -22.6369 -41.0096 -20.3312 -42.7143 10.9989 -29
-STDOUT_13067=-8 -2.47867 0 -2.18215 -4.64684 0 -4.74067 -69.8659 -25.7057 -46.1488 -21.7206 -43.779 9.99896 -29
-STDOUT_13068=-8 -3.24642 0 -2.70651 -3.51701 0 -2.63109 -86.3808 -23.6449 -47.3337 -26.0463 -64.7736 10.9989 -35
-STDOUT_13069=-8 -3.16531 0 -2.18215 -5.36723 0 -4.74067 -69.8659 -30.0389 -47.3337 -20.6463 -43.1198 11.9988 -29
-STDOUT_13070=0 -2.84971 0 0 -4.79773 0 0 -96.1143 -21.7813 -39.887 -16.2664 -37.6136 10.9989 -28
-STDOUT_13071=-8 -3.47607 0 -2.18215 -5.36876 0 -4.74067 -69.8659 -28.7898 -47.3337 -20.3158 -43.1198 11.9988 -29
-STDOUT_13072=-8 -2.79435 0 -2.70651 -3.85437 0 -3.30558 -81.9984 -19.5606 -46.9635 -14.9964 -46.976 10.9989 -30
-STDOUT_13073=-8 -2.75522 0 -3.28077 -3.9584 0 -4.74067 -77.0425 -24.0071 -41.0096 -20.5575 -42.7143 11.9988 -29
-STDOUT_13074=-8 -3.24017 0 -2.18215 -5.56207 0 -4.74067 -69.8659 -30.3994 -47.3337 -20.9478 -43.1198 12.9986 -29
-STDOUT_13075=-8 -2.9001 0 -2.98951 -5.39284 0 -4.58348 -70.727 -26.0607 -46.6815 -20.5911 -43.5109 11.9988 -29
-STDOUT_13076=-8 -2.55578 0 -2.18215 -4.9086 0 -4.74067 -69.8659 -27.076 -46.1488 -21.9469 -43.779 10.9989 -29
-STDOUT_13077=-8 -2.19741 0 -2.70651 -3.6053 0 -3.30558 -81.9984 -21.8999 -46.9635 -15.8853 -46.976 10.9989 -30
-STDOUT_13078=0 -3.31578 0 0 -5.15365 0 0 -99.9014 -18.9992 -39.5169 -19.7412 -42.5057 9.99896 -30
-STDOUT_13079=0 -3.04212 0 0 -3.28517 0 0 -96.1143 -20.6603 -39.887 -16.7582 -37.6136 9.99896 -28
-STDOUT_13080=-8 -2.73886 0 -2.98951 -4.88355 0 -4.58348 -70.727 -24.9562 -46.6815 -20.7942 -43.5109 10.9989 -29
-STDOUT_13081=-8 -3.39098 0 -2.18215 -4.1451 0 -4.74067 -70.727 -28.1218 -46.9635 -21.3493 -42.5779 11.9988 -29
-STDOUT_13082=-8 -3.55318 0 -2.18215 -5.63052 0 -4.74067 -69.8659 -30.1601 -47.3337 -20.5421 -43.1198 12.9986 -29
-STDOUT_13083=-8 -2.94763 0 -3.28077 -2.44584 0 -4.74067 -77.0425 -22.8862 -41.0096 -21.0493 -42.7143 10.9989 -29
-STDOUT_13084=-8 -3.43259 0 -2.18215 -4.04951 0 -4.74067 -69.8659 -29.2785 -47.3337 -21.4397 -43.1198 11.9988 -29
-STDOUT_13085=0 -3.08947 0 0 -5.43106 0 0 -96.1143 -21.6637 -39.887 -15.5468 -37.6136 10.9989 -28
-STDOUT_13086=0 -2.71884 0 0 -4.90459 0 0 -99.9014 -21.3385 -39.5169 -20.63 -42.5057 9.99896 -30
-STDOUT_13087=-8 -2.79275 0 -2.98951 -5.1453 0 -4.58348 -70.727 -26.3606 -46.6815 -20.9928 -43.5109 11.9988 -29
-STDOUT_13088=-8 -2.53933 0 -3.41569 -5.32869 0 -3.23007 -75.8371 -33.5818 -48.9363 -21.1729 -43.2356 12.9986 -30
-STDOUT_13089=-8 -2.40864 0 -2.70651 -3.51854 0 -3.30558 -81.1373 -21.0926 -47.3337 -15.9588 -47.5178 10.9989 -30
-STDOUT_13090=-8 -3.5821 0 -2.98951 -3.88181 0 -4.58348 -70.727 -22.9003 -46.6815 -20.5958 -43.5109 10.9989 -29
-STDOUT_13091=-8 -3.31979 0 -2.18215 -5.18109 0 -4.74067 -70.727 -27.9965 -46.9635 -20.7353 -42.5779 11.9988 -29
-STDOUT_13092=-8 -3.39344 0 -2.18215 -4.05104 0 -4.74067 -69.8659 -28.4202 -47.3337 -21.6453 -43.1198 11.9988 -29
-STDOUT_13093=-8 -2.98516 0 -2.98951 -3.63274 0 -4.58348 -70.727 -25.2397 -46.6815 -21.4847 -43.5109 10.9989 -29
-STDOUT_13094=-8 -2.72285 0 -2.18215 -4.93203 0 -4.74067 -70.727 -30.3358 -46.9635 -21.6241 -42.5779 11.9988 -29
-STDOUT_13095=0 -2.93007 0 0 -4.81783 0 0 -99.0403 -20.5312 -39.887 -20.7035 -43.0475 9.99896 -30
-STDOUT_13096=0 -2.99459 0 0 -5.13356 0 0 -96.9754 -21.4268 -39.5169 -15.8706 -37.0718 10.9989 -28
-STDOUT_13097=-8 -2.9001 0 -3.28077 -4.29423 0 -4.74067 -77.9037 -23.6526 -40.6395 -20.1617 -42.1724 11.9988 -29
-STDOUT_13098=-8 -2.48575 0 -2.70651 -3.7803 0 -3.30558 -81.1373 -22.4628 -47.3337 -16.1851 -47.5178 11.9988 -30
-STDOUT_13099=-8 -3.88089 0 -2.70651 -3.85437 0 -2.63109 -87.242 -21.251 -46.9635 -25.1635 -64.2318 10.9989 -35
-STDOUT_13100=-8 -2.70066 0 -2.18215 -5.24442 0 -4.74067 -70.727 -26.7215 -45.7786 -21.5511 -43.2371 10.9989 -29
-STDOUT_13101=0 -2.83335 0 0 -4.62426 0 0 -96.9754 -20.3222 -39.5168 -16.0738 -37.0718 9.99896 -28
-STDOUT_13102=-8 -3.74424 0 -2.18215 -4.40686 0 -4.74067 -70.727 -29.4761 -46.9635 -21.2651 -42.5779 12.9986 -29
-STDOUT_13103=-8 -1.9568 0 -2.63668 -3.39631 0 -4.74067 -82.3724 -23.9011 -39.887 -19.9192 -39.7525 10.9989 -29
-STDOUT_13104=-8 -3.28395 0 -2.70651 -3.6053 0 -2.63109 -87.242 -23.5903 -46.9635 -26.0523 -64.2318 10.9989 -35
-STDOUT_13105=-8 -2.73886 0 -3.28077 -3.78493 0 -4.74067 -77.9037 -22.5481 -40.6395 -20.3649 -42.1724 10.9989 -29
-STDOUT_13106=-8 -3.20284 0 -2.18215 -5.45552 0 -4.74067 -70.727 -29.9843 -46.9635 -20.6523 -42.5779 11.9988 -29
-STDOUT_13107=-8 -3.19639 0 -2.98951 -3.54598 0 -4.58348 -69.8659 -24.4324 -47.0517 -21.5582 -44.0528 10.9989 -29
-STDOUT_13108=-8 -2.93407 0 -2.18215 -4.84527 0 -4.74067 -69.8659 -29.5285 -47.3337 -21.6976 -43.1198 11.9988 -29
-STDOUT_13109=0 -2.88724 0 0 -4.88602 0 0 -96.9754 -21.7266 -39.5169 -16.2724 -37.0718 10.9989 -28
-STDOUT_13110=0 -3.00718 0 0 -5.07959 0 0 -99.0403 -21.9014 -39.887 -20.9298 -43.0475 10.9989 -30
-STDOUT_13111=-8 -2.53942 0 -2.18215 -4.73513 0 -4.74067 -70.727 -25.617 -45.7786 -21.7543 -43.2371 9.99896 -29
-STDOUT_13112=-8 -2.67816 0 -2.70651 -2.26774 0 -3.30558 -81.1373 -21.3419 -47.3337 -16.6769 -47.5178 10.9989 -30
-STDOUT_13113=-8 -2.79275 0 -3.28077 -4.04669 0 -4.74067 -77.9037 -23.9525 -40.6395 -20.5635 -42.1724 11.9988 -29
-STDOUT_13114=-8 -2.8727 0 -2.98951 -5.39437 0 -4.58348 -70.727 -25.2148 -46.6815 -20.981 -43.5109 11.9988 -29
-STDOUT_13115=0 -3.67659 0 0 -3.62253 0 0 -96.9754 -18.2664 -39.5169 -15.8754 -37.0718 9.99896 -28
-STDOUT_13116=-8 -3.23511 0 -2.18215 -5.61052 0 -4.74067 -69.8659 -28.9926 -47.3337 -20.7683 -43.1198 11.9988 -29
-STDOUT_13117=-8 -2.59331 0 -2.18215 -4.99688 0 -4.74067 -70.727 -27.0213 -45.7786 -21.9529 -43.2371 10.9989 -29
-STDOUT_13118=-8 -3.23306 0 -2.18215 -5.70458 0 -4.74067 -70.727 -28.8627 -46.9635 -20.5623 -42.5779 11.9988 -29
-STDOUT_13119=-8 -3.66652 0 -2.18215 -3.8562 0 -4.74067 -69.8659 -27.8978 -47.3337 -21.0395 -43.1198 10.9989 -29
-STDOUT_13120=-8 -2.91431 0 -2.98951 -5.29878 0 -4.58348 -69.8659 -26.3714 -47.0517 -21.0714 -44.0528 11.9988 -29
-STDOUT_13121=-8 -3.5821 0 -3.28077 -2.7832 0 -4.74067 -77.9037 -20.4922 -40.6395 -20.1665 -42.1724 10.9989 -29
-STDOUT_13122=0 -3.72394 0 0 -5.76842 0 0 -96.9754 -19.2698 -39.5169 -14.6639 -37.0718 10.9989 -28
-STDOUT_13123=-8 -3.53682 0 -2.18215 -5.45705 0 -4.74067 -70.727 -28.701 -46.9635 -20.3494 -42.5779 11.9988 -29
-STDOUT_13124=0 -2.75827 0 0 -4.53445 0 0 -97.2149 -21.9992 -39.887 -19.5254 -39.7525 9.99896 -29
-STDOUT_13125=-8 -2.22991 0 -2.98951 -4.64531 0 -4.58348 -69.8659 -23.048 -45.8668 -22.0705 -44.712 9.99896 -29
-STDOUT_13126=-124 0 0 -26.8194 0 0 -24.9787 -163.84 -40.4725 -34.5028 -31.5123 -31.204 22.9976 -24
-STDOUT_13127=-118 0 0 -26.3469 0 0 -25.3539 -142.786 -45.4553 -38.4402 -31.1974 -29.6584 22.9976 -23
-STDOUT_13128=-118 0 0 -26.8578 0 0 -26.9172 -146.833 -43.4251 -36.7557 -28.9676 -27.5792 22.9976 -23
-STDOUT_13129=-124 0 0 -26.6987 0 0 -26.1073 -163.676 -42.2041 -35.6445 -30.8377 -30.1964 22.9976 -24
-STDOUT_13130=-124 0 0 -25.7256 0 0 -25.71 -166.018 -39.9299 -35.1886 -31.1145 -32.569 22.9976 -25
-STDOUT_13131=-124 0 0 -26.5988 0 0 -24.8195 -163.76 -41.03 -34.5966 -32.1808 -31.371 22.9976 -24
-STDOUT_13132=-118 0 0 -27.2092 0 0 -27.0361 -148.897 -42.5208 -35.8826 -27.97 -26.7084 22.9976 -23
-STDOUT_13133=-124 0 0 -26.468 0 0 -24.8598 -162.576 -41.3768 -35.3759 -32.5099 -32.0748 22.9976 -24
-STDOUT_13134=-124 0 0 -26.5537 0 0 -23.5619 -162.794 -41.5526 -35.477 -32.6228 -32.1738 22.9976 -24
-STDOUT_13135=-124 0 0 -27.1838 0 0 -25.6441 -167.111 -40.0086 -34.0711 -29.3983 -29.3818 22.9976 -24
-STDOUT_13136=-124 0 0 -27.8017 0 0 -25.145 -165.83 -39.3978 -34.5028 -28.6103 -28.4031 22.9976 -23
-STDOUT_13137=-124 0 0 -26.5801 0 0 -26.5545 -163.549 -43.0262 -36.7027 -29.1052 -28.0847 22.9976 -23
-STDOUT_13138=-124 0 0 -27.0654 0 0 -26.53 -163.251 -42.4271 -36.2204 -29.4156 -28.3636 22.9976 -23
-STDOUT_13139=-118 0 0 -26.5674 0 0 -25.5131 -144.004 -44.8978 -38.3464 -30.5289 -29.4914 22.9976 -23
-STDOUT_13140=-124 0 0 -25.9571 0 0 -23.2965 -158.947 -43.407 -37.0604 -34.7398 -34.154 22.9976 -24
-STDOUT_13141=-124 0 0 -25.6048 0 0 -26.8385 -165.854 -41.6615 -36.3303 -30.4398 -31.5614 22.9976 -25
-STDOUT_13142=-124 0 0 -26.4781 0 0 -25.9481 -163.596 -42.7616 -35.7383 -31.5061 -30.3634 22.9976 -24
-STDOUT_13143=-118 0 0 -27.0784 0 0 -27.0764 -148.051 -42.8676 -36.6619 -28.2991 -27.4122 22.9976 -23
-STDOUT_13144=-124 0 0 -26.3473 0 0 -25.9883 -162.412 -43.1084 -36.5176 -31.8352 -31.0673 22.9976 -24
-STDOUT_13145=-124 0 0 -25.3742 0 0 -25.591 -164.754 -40.8342 -36.0617 -32.1121 -33.4398 22.9976 -25
-STDOUT_13146=-124 0 0 -26.433 0 0 -24.6904 -162.63 -43.2842 -36.6187 -31.9481 -31.1662 22.9976 -24
-STDOUT_13147=-124 0 0 -26.2475 0 0 -24.7006 -162.496 -41.9343 -35.4698 -33.1784 -32.2418 22.9976 -24
-STDOUT_13148=-124 0 0 -25.4599 0 0 -24.2931 -164.972 -41.01 -36.1628 -32.225 -33.5388 22.9976 -25
-STDOUT_13149=-124 0 0 -27.063 0 0 -26.7726 -166.947 -41.7402 -35.2128 -28.7236 -28.3743 22.9976 -24
-STDOUT_13150=-124 0 0 -26.09 0 0 -26.3753 -169.289 -39.466 -34.7569 -29.0005 -30.7468 22.9976 -25
-STDOUT_13151=-124 0 0 -26.3332 0 0 -23.4027 -162.713 -42.1102 -35.5709 -33.2913 -32.3408 22.9976 -24
-STDOUT_13152=-124 0 0 -26.9632 0 0 -25.4849 -167.031 -40.5662 -34.165 -30.0668 -29.5488 22.9976 -24
-STDOUT_13153=-124 0 0 -26.7079 0 0 -25.8763 -168.008 -38.8552 -35.1886 -28.2125 -29.7681 22.9976 -24
-STDOUT_13154=-124 0 0 -25.4863 0 0 -27.2858 -165.727 -42.4836 -37.3884 -28.7074 -29.4497 22.9976 -24
-STDOUT_13155=-124 0 0 -27.5811 0 0 -24.9858 -165.75 -39.9554 -34.5966 -29.2788 -28.57 22.9976 -23
-STDOUT_13156=-118 0 0 -26.9436 0 0 -25.6193 -147.851 -43.601 -36.8568 -29.0805 -27.6782 22.9976 -23
-STDOUT_13157=-124 0 0 -26.3595 0 0 -26.3953 -163.469 -43.5838 -36.7965 -29.7737 -28.2517 22.9976 -23
-STDOUT_13158=-118 0 0 -26.5922 0 0 -25.5003 -145.999 -44.5053 -37.73 -30.0781 -28.549 22.9976 -23
-STDOUT_13159=-124 0 0 -25.9715 0 0 -27.2613 -165.429 -41.8845 -36.9062 -29.0178 -29.7285 22.9976 -24
-STDOUT_13160=-118 0 0 -27.4297 0 0 -27.1953 -150.114 -41.9633 -35.7887 -27.3015 -26.5414 22.9976 -23
-STDOUT_13161=-124 0 0 -26.8448 0 0 -26.3708 -163.17 -42.9847 -36.3142 -30.0841 -28.5305 22.9976 -23
-STDOUT_13162=-124 0 0 -25.8364 0 0 -24.4251 -158.783 -45.1386 -38.2021 -34.0651 -33.1464 22.9976 -24
-STDOUT_13163=-124 0 0 -24.8633 0 0 -24.0277 -161.125 -42.8643 -37.7462 -34.342 -35.5189 22.9976 -25
-STDOUT_13164=-124 0 0 -25.7366 0 0 -23.1373 -158.867 -43.9645 -37.1543 -35.4083 -34.3209 22.9976 -24
-STDOUT_13165=-124 0 0 -26.8324 0 0 -25.5251 -165.847 -40.9129 -34.9443 -30.3958 -30.2527 22.9976 -24
-STDOUT_13166=-124 0 0 -27.3047 0 0 -24.9542 -164.778 -39.8734 -34.0205 -31.8227 -31.4828 22.9976 -24
-STDOUT_13167=-124 0 0 -26.9181 0 0 -24.2272 -166.065 -41.0887 -35.0454 -30.5087 -30.3516 22.9976 -24
-STDOUT_13168=-124 0 0 -27.4503 0 0 -25.0261 -164.566 -40.3021 -35.3759 -29.6079 -29.2739 22.9976 -23
-STDOUT_13169=-124 0 0 -26.2287 0 0 -26.4356 -162.285 -43.9306 -37.5758 -30.1028 -28.9555 22.9976 -23
-STDOUT_13170=-124 0 0 -27.536 0 0 -23.7282 -164.784 -40.4779 -35.477 -29.7208 -29.3729 22.9976 -23
-STDOUT_13171=-124 0 0 -26.3144 0 0 -25.1377 -162.503 -44.1064 -37.6769 -30.2157 -29.0545 22.9976 -23
-STDOUT_13172=-124 0 0 -28.1661 0 0 -25.8104 -169.101 -38.9339 -34.0711 -26.4962 -26.5809 22.9976 -23
-STDOUT_13173=-124 0 0 -26.9445 0 0 -27.2199 -166.82 -42.5624 -36.271 -26.9912 -26.2626 22.9976 -23
-STDOUT_13174=-124 0 0 -26.714 0 0 -26.411 -161.987 -43.3315 -37.0935 -30.4132 -29.2344 22.9976 -23
-STDOUT_13175=-124 0 0 -26.7997 0 0 -25.1132 -162.204 -43.5073 -37.1946 -30.526 -29.3334 22.9976 -23
-STDOUT_13176=-124 0 0 -25.505 0 0 -25.5508 -166.485 -40.4874 -35.2824 -31.783 -32.7359 22.9976 -25
-STDOUT_13177=-124 0 0 -27.4297 0 0 -27.1953 -166.522 -41.9633 -35.7887 -27.3015 -26.5414 22.9976 -23
-STDOUT_13178=-118 0 0 -26.4787 0 0 -25.2506 -142.055 -45.778 -38.6996 -32.2126 -30.9215 22.9976 -23
-STDOUT_13179=-118 0 0 -25.2531 0 0 -26.0852 -145.879 -44.9127 -39.126 -30.7996 -31.0233 22.9976 -24
-STDOUT_13180=-124 0 0 -25.2535 0 0 -26.7196 -164.591 -42.5658 -37.2034 -31.4374 -32.4322 22.9976 -25
-STDOUT_13181=-124 0 0 -26.2024 0 0 -23.4429 -161.742 -42.4569 -36.3502 -33.6204 -33.0446 22.9976 -24
-STDOUT_13182=-124 0 0 -26.3215 0 0 -23.9618 -162.218 -42.9431 -36.6288 -32.6257 -32.3318 22.9976 -24
-STDOUT_13183=-124 0 0 -26.1267 0 0 -25.8291 -162.332 -43.6659 -36.6115 -32.5037 -31.2342 22.9976 -24
-STDOUT_13184=-124 0 0 -25.3392 0 0 -25.4217 -164.808 -42.7416 -37.3045 -31.5503 -32.5312 22.9976 -25
-STDOUT_13185=-118 0 0 -26.0796 0 0 -24.7873 -143.191 -46.2905 -38.4402 -33.683 -31.7972 22.9976 -24
-STDOUT_13186=-124 0 0 -25.9692 0 0 -27.5039 -169.125 -41.1976 -35.8986 -28.3258 -29.7393 22.9976 -25
-STDOUT_13187=-124 0 0 -26.2125 0 0 -24.5312 -162.549 -43.8418 -36.7126 -32.6166 -31.3332 22.9976 -24
-STDOUT_13188=-124 0 0 -27.6317 0 0 -26.51 -165.541 -40.6848 -36.4327 -28.7589 -29.4046 22.9976 -24
-STDOUT_13189=-124 0 0 -26.8425 0 0 -26.6134 -166.867 -42.2978 -35.3067 -29.3921 -28.5413 22.9976 -24
-STDOUT_13190=-124 0 0 -26.9394 0 0 -23.4628 -160.937 -42.3323 -37.0604 -31.8377 -31.353 22.9976 -23
-STDOUT_13191=-124 0 0 -25.7178 0 0 -24.8723 -158.656 -45.9607 -39.2603 -32.3327 -31.0347 22.9976 -23
-STDOUT_13192=-124 0 0 -28.287 0 0 -25.1205 -166.342 -38.7987 -34.0205 -28.9206 -28.6819 22.9976 -23
-STDOUT_13193=-124 0 0 -26.2031 0 0 -24.8478 -158.358 -45.3616 -38.778 -32.643 -31.3135 22.9976 -23
-STDOUT_13194=-124 0 0 -24.7425 0 0 -25.1563 -160.961 -44.5959 -38.8879 -33.6673 -34.5114 22.9976 -25
-STDOUT_13195=-118 0 0 -26.9896 0 0 -26.8139 -146.102 -43.7478 -37.0151 -29.9827 -28.8424 22.9976 -23
-STDOUT_13196=-118 0 0 -25.764 0 0 -27.6484 -149.926 -42.8825 -37.4415 -28.5698 -28.9442 22.9976 -24
-STDOUT_13197=-124 0 0 -25.6158 0 0 -24.2659 -158.703 -45.6961 -38.296 -34.7336 -33.3134 22.9976 -24
-STDOUT_13198=-124 0 0 -26.7117 0 0 -26.6537 -165.683 -42.6445 -36.086 -29.7212 -29.2451 22.9976 -24
-STDOUT_13199=-124 0 0 -27.1839 0 0 -26.0828 -164.597 -41.605 -35.1623 -31.148 -30.4753 22.9976 -24
-STDOUT_13200=-124 0 0 -25.7386 0 0 -26.2563 -168.025 -40.3703 -35.6301 -29.998 -31.6176 22.9976 -25
-STDOUT_13201=-118 0 0 -26.9153 0 0 -26.3777 -148.729 -42.3331 -38.0413 -28.7398 -29.2472 22.9976 -24
-STDOUT_13202=-124 0 0 -26.7974 0 0 -25.3558 -165.901 -42.8203 -36.1871 -29.8341 -29.3441 22.9976 -24
-STDOUT_13203=-124 0 0 -26.6119 0 0 -25.3659 -165.767 -41.4705 -35.0381 -31.0643 -30.4196 22.9976 -24
-STDOUT_13204=-124 0 0 -26.2109 0 0 -25.6854 -166.957 -39.3307 -34.7063 -31.4249 -32.8478 22.9976 -25
-STDOUT_13205=-124 0 0 -25.8243 0 0 -24.9585 -168.243 -40.5461 -35.7311 -30.1109 -31.7166 22.9976 -25
-STDOUT_13206=-124 0 0 -27.1484 0 0 -25.0887 -170.208 -36.6228 -32.7608 -28.9474 -30.2402 22.9976 -24
-STDOUT_13207=-124 0 0 -27.0841 0 0 -24.795 -164.698 -40.4309 -34.1144 -32.4912 -31.6498 22.9976 -24
-STDOUT_13208=-124 0 0 -26.6976 0 0 -24.068 -165.984 -41.6463 -35.1392 -31.1772 -30.5186 22.9976 -24
-STDOUT_13209=-124 0 0 -26.3565 0 0 -25.7573 -166.745 -39.7595 -36.0617 -29.21 -30.6389 22.9976 -24
-STDOUT_13210=-124 0 0 -25.1349 0 0 -27.1668 -164.464 -43.3879 -38.2616 -29.705 -30.3205 22.9976 -24
-STDOUT_13211=-124 0 0 -27.2298 0 0 -24.8669 -164.486 -40.8597 -35.4698 -30.2764 -29.4409 22.9976 -23
-STDOUT_13212=-124 0 0 -26.4422 0 0 -24.4594 -166.962 -39.9353 -36.1628 -29.3229 -30.7379 22.9976 -24
-STDOUT_13213=-124 0 0 -26.0081 0 0 -26.2764 -162.205 -44.4881 -37.6696 -30.7713 -29.1225 22.9976 -23
-STDOUT_13214=-124 0 0 -25.2206 0 0 -25.8689 -164.681 -43.5638 -38.3627 -29.8179 -30.4195 22.9976 -24
-STDOUT_13215=-124 0 0 -27.0723 0 0 -26.5416 -171.28 -38.3913 -34.7569 -26.0984 -27.9459 22.9976 -24
-STDOUT_13216=-124 0 0 -27.3155 0 0 -23.569 -164.704 -41.0355 -35.5709 -30.3893 -29.5399 22.9976 -23
-STDOUT_13217=-124 0 0 -25.8506 0 0 -27.9511 -168.998 -42.0198 -36.9568 -26.5934 -27.6275 22.9976 -24
-STDOUT_13218=-124 0 0 -26.0939 0 0 -24.9785 -162.422 -44.664 -37.7707 -30.8842 -29.2215 22.9976 -23
-STDOUT_13219=-124 0 0 -27.9455 0 0 -25.6512 -169.021 -39.4915 -34.165 -27.1647 -26.7479 22.9976 -23
-STDOUT_13220=-124 0 0 -25.6202 0 0 -27.1423 -164.165 -42.7888 -37.7793 -30.0153 -30.5994 22.9976 -24
-STDOUT_13221=-124 0 0 -26.7239 0 0 -27.0607 -166.74 -43.1199 -36.3648 -27.6597 -26.4295 22.9976 -23
-STDOUT_13222=-118 0 0 -26.6126 0 0 -26.7708 -146.185 -44.3752 -37.466 -30.087 -28.6886 22.9976 -23
-STDOUT_13223=-124 0 0 -26.4934 0 0 -26.2519 -161.907 -43.889 -37.1874 -31.0816 -29.4014 22.9976 -23
-STDOUT_13224=-118 0 0 -26.6759 0 0 -25.4639 -149.154 -41.6057 -36.6982 -28.6325 -28.6946 22.9976 -23
-STDOUT_13225=-124 0 0 -25.3843 0 0 -26.6794 -166.321 -42.219 -36.4241 -31.1083 -31.7284 22.9976 -25
-STDOUT_13226=-16 -2.18748 0 -15.665 -1.60062 0 -9.23532 -85.7923 -23.6908 -37.1096 -18.8504 -37.483 11.9988 -26
-STDOUT_13227=-16 -1.71494 0 -15.8886 -1.30181 0 -9.29111 -91.8335 -23.4473 -35.3069 -16.6861 -30.2822 11.9988 -24
-STDOUT_13228=-16 -2.22501 0 -15.665 -1.58549 0 -9.23532 -86.6535 -23.6362 -36.7395 -18.8564 -36.9412 11.9988 -26
-STDOUT_13229=-16 -1.75247 0 -15.8886 -1.28668 0 -9.29111 -92.6946 -23.3927 -34.9367 -16.6921 -29.7403 11.9988 -24
-STDOUT_13230=-16 -2.10338 0 -15.665 -1.69444 0 -9.23532 -85.7923 -23.9162 -37.1096 -18.8426 -37.483 12.9986 -26
-STDOUT_13231=-16 -1.63084 0 -15.8886 -1.39563 0 -9.29111 -91.8335 -23.6728 -35.3069 -16.6783 -30.2822 12.9986 -24
-STDOUT_13232=-16 -2.14091 0 -15.665 -1.67931 0 -9.23532 -86.6535 -23.8616 -36.7395 -18.8486 -36.9412 12.9986 -26
-STDOUT_13233=-16 -1.66837 0 -15.8886 -1.3805 0 -9.29111 -92.6946 -23.6182 -34.9367 -16.6843 -29.7403 12.9986 -24
-STDOUT_13234=-16 -2.18748 0 -16.5326 -1.60062 0 -9.29111 -89.4818 -23.0449 -36.4295 -17.0186 -33.244 11.9988 -24
-STDOUT_13235=-16 -2.22501 0 -16.5326 -1.58549 0 -9.29111 -90.3429 -22.9903 -36.0593 -17.0246 -32.7021 11.9988 -24
-STDOUT_13236=-16 -2.18748 0 -15.5065 -1.60062 0 -10.4438 -89.5449 -22.6923 -35.5262 -17.8897 -35.5028 11.9988 -26
-STDOUT_13237=-16 -1.71494 0 -15.7301 -1.30181 0 -10.4996 -95.586 -22.4488 -33.7235 -15.7253 -28.302 11.9988 -24
-STDOUT_13238=-16 -2.22501 0 -15.5065 -1.58549 0 -10.4438 -90.406 -22.6377 -35.1561 -17.8957 -34.961 11.9988 -26
-STDOUT_13239=-16 -1.75247 0 -15.7301 -1.28668 0 -10.4996 -96.4471 -22.3942 -33.3533 -15.7314 -27.7601 11.9988 -24
-STDOUT_13240=-16 -2.10338 0 -16.5326 -1.69444 0 -9.29111 -89.4818 -23.2704 -36.4295 -17.0108 -33.244 12.9986 -24
-STDOUT_13241=-16 -2.14091 0 -16.5326 -1.67931 0 -9.29111 -90.3429 -23.2158 -36.0593 -17.0168 -32.7021 12.9986 -24
-STDOUT_13242=-16 -2.10338 0 -15.5065 -1.69444 0 -10.4438 -89.5449 -22.9178 -35.5262 -17.8819 -35.5028 12.9986 -26
-STDOUT_13243=-16 -2.20355 0 -16.419 -1.49759 0 -8.20726 -86.5954 -26.7035 -38.6924 -20.6129 -39.7005 11.9988 -27
-STDOUT_13244=-16 -1.63084 0 -15.7301 -1.39563 0 -10.4996 -95.586 -22.6743 -33.7235 -15.7175 -28.302 12.9986 -24
-STDOUT_13245=-16 -2.14091 0 -15.5065 -1.67931 0 -10.4438 -90.406 -22.8631 -35.1561 -17.8879 -34.961 12.9986 -26
-STDOUT_13246=-14 -1.68801 0 -15.6938 -1.42626 0 -9.6204 -95.7511 -23.4473 -35.3069 -16.6861 -30.2822 11.9988 -24
-STDOUT_13247=-16 -1.731 0 -16.6425 -1.19878 0 -8.26305 -92.6365 -26.46 -36.8896 -18.4485 -32.4996 11.9988 -25
-STDOUT_13248=-16 -2.24108 0 -16.419 -1.48247 0 -8.20726 -87.4565 -26.6488 -38.3222 -20.6189 -39.1586 11.9988 -27
-STDOUT_13249=-16 -1.66837 0 -15.7301 -1.3805 0 -10.4996 -96.4471 -22.6197 -33.3533 -15.7235 -27.7601 12.9986 -24
-STDOUT_13250=-16 -2.18748 0 -16.3742 -1.60062 0 -10.4996 -93.2343 -22.0465 -34.8461 -16.0579 -31.2638 11.9988 -24
-STDOUT_13251=-16 -2.18748 0 -16.5326 -1.60062 0 -9.29111 -85.8276 -25.3475 -41.6976 -17.0186 -33.1899 11.9988 -24
-STDOUT_13252=-16 -2.06774 0 -16.419 -1.49759 0 -8.32277 -88.1142 -25.5077 -39.0898 -19.9197 -41.372 11.9988 -28
-STDOUT_13253=-14 -1.72554 0 -15.6938 -1.41114 0 -9.6204 -96.6123 -23.3927 -34.9367 -16.6921 -29.7403 11.9988 -24
-STDOUT_13254=-16 -1.76854 0 -16.6425 -1.18366 0 -8.26305 -93.4976 -26.4054 -36.5195 -18.4545 -31.9578 11.9988 -25
-STDOUT_13255=-16 -2.22501 0 -16.3742 -1.58549 0 -10.4996 -94.0954 -21.9918 -34.4759 -16.0639 -30.722 11.9988 -24
-STDOUT_13256=-16 -1.5952 0 -16.6425 -1.19878 0 -8.37856 -94.1553 -25.2642 -37.287 -17.7554 -34.1711 11.9988 -26
-STDOUT_13257=-16 -2.22501 0 -16.5326 -1.58549 0 -9.29111 -86.6888 -25.2929 -41.3274 -17.0246 -32.6481 11.9988 -24
-STDOUT_13258=-16 -2.10528 0 -16.419 -1.48247 0 -8.32277 -88.9753 -25.4531 -38.7196 -19.9257 -40.8301 11.9988 -28
-STDOUT_13259=-16 -2.18748 0 -14.4314 -1.60437 0 -9.23532 -81.8712 -25.9282 -37.1096 -23.2229 -39.6219 11.9988 -27
-STDOUT_13260=-16 -2.65823 0 -15.665 -2.0441 0 -9.23532 -86.6535 -23.8446 -36.7395 -18.7604 -36.9412 12.9986 -26
-STDOUT_13261=-16 -1.63273 0 -16.6425 -1.18366 0 -8.37856 -95.0165 -25.2096 -36.9168 -17.7614 -33.6292 11.9988 -26
-STDOUT_13262=-16 -1.71494 0 -14.655 -1.30556 0 -9.29111 -87.9124 -25.6847 -35.3069 -21.0585 -32.421 11.9988 -25
-STDOUT_13263=-16 -2.22501 0 -14.4314 -1.58924 0 -9.23532 -82.7324 -25.8736 -36.7395 -23.2289 -39.08 11.9988 -27
-STDOUT_13264=-16 -2.18569 0 -15.8886 -1.74529 0 -9.29111 -92.6946 -23.6011 -34.9367 -16.5961 -29.7403 12.9986 -24
-STDOUT_13265=-16 -2.18748 0 -15.434 -1.60062 0 -9.29111 -91.8335 -22.6395 -35.3069 -17.0186 -30.2822 11.9988 -24
-STDOUT_13266=-16 -1.75247 0 -14.655 -1.29043 0 -9.29111 -88.7735 -25.6301 -34.9367 -21.0645 -31.8792 11.9988 -25
-STDOUT_13267=-16 -2.22501 0 -15.434 -1.58549 0 -9.29111 -92.6946 -22.5849 -34.9367 -17.0246 -29.7403 11.9988 -24
-STDOUT_13268=-14 -1.60391 0 -15.6938 -1.52008 0 -9.6204 -95.7511 -23.6728 -35.3069 -16.6783 -30.2822 12.9986 -24
-STDOUT_13269=-14 -1.68801 0 -17.1852 -1.42626 0 -8.50265 -96.4822 -24.4021 -35.3069 -22.3054 -32.421 11.9988 -25
-STDOUT_13270=-16 -2.10338 0 -16.3742 -1.69444 0 -10.4996 -93.2343 -22.2719 -34.8461 -16.0501 -31.2638 12.9986 -24
-STDOUT_13271=-16 -2.45299 0 -16.419 -1.5476 0 -8.20726 -86.5954 -26.9921 -38.6924 -20.7209 -39.7005 12.9986 -27
-STDOUT_13272=-16 -2.10338 0 -16.5326 -1.69444 0 -9.29111 -85.8276 -25.573 -41.6976 -17.0108 -33.1899 12.9986 -24
-STDOUT_13273=-14 -1.64145 0 -15.6938 -1.50496 0 -9.6204 -96.6123 -23.6182 -34.9367 -16.6843 -29.7403 12.9986 -24
-STDOUT_13274=-16 -2.20355 0 -17.2866 -1.49759 0 -8.26305 -90.2848 -26.0576 -38.0122 -18.781 -35.4615 11.9988 -25
-STDOUT_13275=-14 -1.72554 0 -17.1852 -1.41114 0 -8.50265 -97.3434 -24.3475 -34.9367 -22.3114 -31.8792 11.9988 -25
-STDOUT_13276=-16 -1.71494 0 -15.0209 -1.30181 0 -9.23532 -91.1222 -24.0931 -35.987 -18.5179 -34.5212 11.9988 -26
-STDOUT_13277=-16 -1.98045 0 -16.6425 -1.24879 0 -8.26305 -92.6365 -26.7486 -36.8896 -18.5565 -32.4996 12.9986 -25
-STDOUT_13278=-16 -2.14091 0 -16.3742 -1.67931 0 -10.4996 -94.0954 -22.2173 -34.4759 -16.0561 -30.722 12.9986 -24
-STDOUT_13279=-16 -2.49052 0 -16.419 -1.53248 0 -8.20726 -87.4565 -26.9375 -38.3222 -20.7269 -39.1586 12.9986 -27
-STDOUT_13280=-16 -2.67244 0 -15.665 -2.10567 0 -9.23532 -85.7923 -24.1553 -37.1096 -19.2408 -37.483 12.9986 -26
-STDOUT_13281=-16 -2.14091 0 -16.5326 -1.67931 0 -9.29111 -86.6888 -25.5184 -41.3275 -17.0168 -32.6481 12.9986 -24
-STDOUT_13282=-16 -2.24108 0 -17.2866 -1.48247 0 -8.26305 -91.1459 -26.003 -37.6421 -18.787 -34.9196 11.9988 -25
-STDOUT_13283=-16 -2.09045 0 -16.419 -1.49759 0 -9.2027 -94.6722 -22.7449 -34.7792 -18.2952 -37.3995 11.9988 -27
-STDOUT_13284=-16 -1.75247 0 -15.0209 -1.28668 0 -9.23532 -91.9834 -24.0385 -35.6169 -18.5239 -33.9793 11.9988 -26
-STDOUT_13285=-16 -2.01798 0 -16.6425 -1.23367 0 -8.26305 -93.4976 -26.694 -36.5195 -18.5625 -31.9578 12.9986 -25
-STDOUT_13286=-16 -2.1999 0 -15.8886 -1.80686 0 -9.29111 -91.8335 -23.9118 -35.3069 -17.0764 -30.2822 12.9986 -24
-STDOUT_13287=-16 -2.10338 0 -14.4314 -1.69819 0 -9.23532 -81.8712 -26.1537 -37.1096 -23.2151 -39.6219 12.9986 -27
-STDOUT_13288=-16 -2.57413 0 -15.665 -2.13792 0 -9.23532 -86.6535 -24.0701 -36.7395 -18.7526 -36.9412 13.9985 -26
-STDOUT_13289=-16 -2.06774 0 -17.2866 -1.49759 0 -8.37856 -91.8036 -24.8619 -38.4096 -18.0879 -37.1329 11.9988 -26
-STDOUT_13290=-16 -1.61791 0 -16.6425 -1.19878 0 -9.25848 -100.713 -22.5015 -32.9764 -16.1308 -30.1986 11.9988 -25
-STDOUT_13291=-14 -1.68801 0 -15.5354 -1.42626 0 -10.8288 -99.5036 -22.4488 -33.7235 -15.7253 -28.302 11.9988 -24
-STDOUT_13292=-16 -2.12798 0 -16.419 -1.48247 0 -9.2027 -95.5333 -22.6903 -34.409 -18.3012 -36.8576 11.9988 -27
-STDOUT_13293=-16 -1.63084 0 -14.655 -1.39938 0 -9.29111 -87.9124 -25.9102 -35.3069 -21.0507 -32.421 12.9986 -25
-STDOUT_13294=-16 -2.14091 0 -14.4314 -1.68306 0 -9.23532 -82.7324 -26.0991 -36.7395 -23.2211 -39.08 12.9986 -27
-STDOUT_13295=-16 -2.10159 0 -15.8886 -1.83911 0 -9.29111 -92.6946 -23.8266 -34.9367 -16.5883 -29.7403 13.9985 -24
-STDOUT_13296=-16 -2.10528 0 -17.2866 -1.48247 0 -8.37856 -92.6648 -24.8073 -38.0395 -18.0939 -36.5911 11.9988 -26
-STDOUT_13297=-16 -1.95465 0 -16.419 -1.49759 0 -9.31821 -96.191 -21.5492 -35.1766 -17.602 -39.071 11.9988 -28
-STDOUT_13298=-16 -2.18748 0 -16.3742 -1.60062 0 -10.4996 -89.5801 -24.349 -40.1142 -16.0579 -31.2098 11.9988 -24
-STDOUT_13299=-16 -1.65544 0 -16.6425 -1.18366 0 -9.25848 -101.574 -22.4468 -32.6063 -16.1368 -29.6568 11.9988 -25
-STDOUT_13300=-16 -2.10338 0 -15.434 -1.69444 0 -9.29111 -91.8335 -22.8649 -35.3069 -17.0108 -30.2822 12.9986 -24
-STDOUT_13301=-16 -2.79222 0 -15.8886 -1.81263 0 -9.29111 -91.8335 -24.0448 -35.3069 -16.765 -30.2822 12.9986 -24
-STDOUT_13302=-14 -1.72554 0 -15.5354 -1.41114 0 -10.8288 -100.365 -22.3942 -33.3533 -15.7314 -27.7601 11.9988 -24
-STDOUT_13303=-16 -2.42594 0 -15.665 -1.69938 0 -9.23532 -85.7923 -25.5426 -37.1096 -20.9156 -37.483 12.9986 -26
-STDOUT_13304=-16 -1.66837 0 -14.655 -1.38425 0 -9.29111 -88.7735 -25.8556 -34.9367 -21.0567 -31.8792 12.9986 -25
-STDOUT_13305=-16 -2.18748 0 -15.2991 -1.60437 0 -9.29111 -85.5607 -25.2824 -36.4295 -21.3911 -35.3829 11.9988 -25
-STDOUT_13306=-16 -2.65823 0 -16.5326 -2.0441 0 -9.29111 -90.3429 -23.1988 -36.0593 -16.9286 -32.7021 12.9986 -24
-STDOUT_13307=-16 -2.58664 0 -15.665 -1.87576 0 -9.23532 -86.6535 -23.1427 -36.7395 -21.2352 -36.9412 12.9986 -26
-STDOUT_13308=-16 -1.4821 0 -16.6425 -1.19878 0 -9.374 -102.232 -21.3057 -33.3738 -15.4377 -31.8701 11.9988 -26
-STDOUT_13309=-16 -1.99218 0 -16.419 -1.48247 0 -9.31821 -97.0522 -21.4946 -34.8064 -17.608 -38.5291 11.9988 -28
-STDOUT_13310=-8 -3.8013 0 -4.5143 -1.852 0 -4.74067 -83.281 -14.7582 -37.2759 -14.9807 -41.6447 9.99896 -27
-STDOUT_13311=-16 -2.22501 0 -16.3742 -1.58549 0 -10.4996 -90.4413 -24.2944 -39.744 -16.0639 -30.6679 11.9988 -24
-STDOUT_13312=-18 -2.56397 0 -14.7209 -1.14574 0 -9.0354 -88.4865 -18.5658 -36.7154 -17.112 -38.9702 11.9988 -27
-STDOUT_13313=-16 -1.9534 0 -15.8886 -1.40057 0 -9.29111 -91.8335 -25.2991 -35.3069 -18.7512 -30.2822 12.9986 -24
-STDOUT_13314=-16 -2.14091 0 -15.434 -1.67931 0 -9.29111 -92.6946 -22.8103 -34.9367 -17.0168 -29.7403 12.9986 -24
-STDOUT_13315=-16 -2.82975 0 -15.8886 -1.79751 0 -9.29111 -92.6946 -23.9901 -34.9367 -16.771 -29.7403 12.9986 -24
-STDOUT_13316=-16 -1.95465 0 -16.5774 -1.65603 0 -9.31821 -92.498 -22.5477 -36.76 -18.5627 -41.0511 11.9988 -28
-STDOUT_13317=-16 -2.46348 0 -15.665 -1.68426 0 -9.23532 -86.6535 -25.488 -36.7395 -20.9216 -36.9412 12.9986 -26
-STDOUT_13318=-16 -2.22501 0 -15.2991 -1.58924 0 -9.29111 -86.4218 -25.2277 -36.0593 -21.3971 -34.841 11.9988 -25
-STDOUT_13319=-14 -1.60391 0 -17.1852 -1.52008 0 -8.50265 -96.4822 -24.6276 -35.3069 -22.2976 -32.421 12.9986 -25
-STDOUT_13320=-16 -2.18748 0 -14.273 -1.60437 0 -10.4438 -85.6238 -24.9297 -35.5262 -22.2621 -37.6417 11.9988 -27
-STDOUT_13321=-16 -2.1141 0 -15.8886 -1.57695 0 -9.29111 -92.6946 -22.8992 -34.9367 -19.0709 -29.7403 12.9986 -24
-STDOUT_13322=-16 -2.81537 0 -15.665 -1.85734 0 -9.23532 -85.7923 -24.5678 -37.1096 -20.7065 -37.483 12.9986 -26
-STDOUT_13323=-16 -1.51964 0 -16.6425 -1.18366 0 -9.374 -103.093 -21.2511 -33.0037 -15.4437 -31.3283 11.9988 -26
-STDOUT_13324=-8 -3.32876 0 -4.73788 -1.55319 0 -4.79645 -89.3221 -14.5147 -35.4732 -12.8164 -34.4438 9.99896 -25
-STDOUT_13325=-16 -2.65823 0 -15.5065 -2.0441 0 -10.4438 -90.406 -22.8461 -35.1561 -17.7997 -34.961 12.9986 -26
-STDOUT_13326=FEATURES_TXT_END_0
-STDOUT_13327=FEATURES_TXT_BEGIN_0 3 400 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_13328=0 -3.50141 0 0 -2.459 0 0 -56.6503 -10.1767 -35.2516 -3.05816 -19.298 6.99927 -17
-STDOUT_13329=0 -3.32032 0 0 -2.19949 0 0 -56.6503 -10.7451 -35.2516 -4.53413 -19.298 6.99927 -17
-STDOUT_13330=0 -3.34287 0 0 -2.4658 0 0 -56.6503 -11.2196 -35.2516 -3.64503 -19.298 7.99917 -17
-STDOUT_13331=0 -3.43736 0 0 -2.49757 0 0 -56.6503 -9.73633 -35.2516 -4.85759 -19.298 6.99927 -17
-STDOUT_13332=0 -3.13836 0 0 -2.23806 0 0 -56.6503 -10.0477 -35.2516 -6.54306 -19.298 6.99927 -17
-STDOUT_13333=0 -3.16178 0 0 -2.20629 0 0 -56.6503 -11.7881 -35.2516 -5.12101 -19.298 7.99917 -17
-STDOUT_13334=0 -2.8984 0 0 -2.36615 0 0 -56.6503 -12.1332 -35.2516 -5.41436 -19.298 6.99927 -17
-STDOUT_13335=0 -3.27882 0 0 -2.50438 0 0 -56.6503 -10.7793 -35.2516 -5.44446 -19.298 7.99917 -17
-STDOUT_13336=0 -3.62702 0 0 -2.60625 0 0 -56.6503 -11.1206 -35.2516 -3.64529 -19.298 7.99917 -17
-STDOUT_13337=0 -2.97982 0 0 -2.24487 0 0 -56.6503 -11.0907 -35.2516 -7.12994 -19.298 7.99917 -17
-STDOUT_13338=0 -2.71732 0 0 -2.10664 0 0 -56.6503 -12.7017 -35.2516 -6.89034 -19.298 6.99927 -17
-STDOUT_13339=0 -3.88352 0 0 -2.72551 0 0 -56.6503 -10.1693 -35.2516 -3.69788 -19.298 7.99917 -17
-STDOUT_13340=0 -3.58453 0 0 -2.466 0 0 -56.6503 -10.4807 -35.2516 -5.38336 -19.298 7.99917 -17
-STDOUT_13341=0 -3.44593 0 0 -2.34674 0 0 -56.6503 -11.6891 -35.2516 -5.12127 -19.298 7.99917 -17
-STDOUT_13342=0 -3.04931 0 0 -2.312 0 0 -51.4149 -23.3523 -51.2544 -5.32526 -13.9168 6.99927 -14
-STDOUT_13343=0 -3.6405 0 0 -3.0055 0 0 -51.3183 -18.2766 -48.7348 -3.03033 -21.6142 5.99938 -16
-STDOUT_13344=0 -2.73986 0 0 -2.37295 0 0 -56.6503 -13.1762 -35.2516 -6.00124 -19.298 7.99917 -17
-STDOUT_13345=0 -2.83436 0 0 -2.40472 0 0 -56.6503 -11.6929 -35.2516 -7.2138 -19.298 6.99927 -17
-STDOUT_13346=0 -3.73192 0 0 -2.61305 0 0 -56.6503 -11.2828 -35.2516 -3.95239 -19.298 8.99907 -17
-STDOUT_13347=0 -2.53536 0 0 -2.14521 0 0 -56.6503 -12.0043 -35.2516 -8.89927 -19.298 6.99927 -17
-STDOUT_13348=0 -2.86823 0 0 -2.05249 0 0 -51.4149 -23.9208 -51.2544 -6.80124 -13.9168 6.99927 -14
-STDOUT_13349=0 -3.45941 0 0 -2.74599 0 0 -51.3183 -18.8451 -48.7348 -4.50631 -21.6142 5.99938 -16
-STDOUT_13350=0 -2.55878 0 0 -2.11344 0 0 -56.6503 -13.7447 -35.2516 -7.47721 -19.298 7.99917 -17
-STDOUT_13351=0 -3.56297 0 0 -2.64483 0 0 -56.6503 -10.6803 -35.2516 -5.44473 -19.298 7.99917 -17
-STDOUT_13352=0 -3.26398 0 0 -2.38532 0 0 -56.6503 -10.9917 -35.2516 -7.1302 -19.298 7.99917 -17
-STDOUT_13353=0 -3.55084 0 0 -2.35354 0 0 -56.6503 -11.8513 -35.2516 -5.42837 -19.298 8.99907 -17
-STDOUT_13354=0 -3.72498 0 0 -2.73231 0 0 -56.6503 -11.2123 -35.2516 -4.28476 -19.298 8.99907 -17
-STDOUT_13355=0 -3.42598 0 0 -2.4728 0 0 -56.6503 -11.5236 -35.2516 -5.97023 -19.298 8.99907 -17
-STDOUT_13356=0 -3.04931 0 0 -2.459 0 0 -56.6503 -13.573 -35.2516 -5.32526 -19.298 6.99927 -17
-STDOUT_13357=0 -2.89077 0 0 -2.3188 0 0 -51.4149 -24.3953 -51.2544 -5.91214 -13.9168 7.99917 -14
-STDOUT_13358=0 -3.48196 0 0 -3.0123 0 0 -51.3183 -19.3195 -48.7348 -3.6172 -21.6142 6.99927 -16
-STDOUT_13359=0 -4.07702 0 0 -2.60932 0 0 -56.6503 -11.363 -35.2516 -3.78334 -19.298 8.99907 -17
-STDOUT_13360=0 -2.98526 0 0 -2.35058 0 0 -51.4149 -22.912 -51.2544 -7.1247 -13.9169 6.99927 -14
-STDOUT_13361=0 -2.67582 0 0 -2.41153 0 0 -56.6503 -12.7359 -35.2516 -7.80067 -19.298 7.99917 -17
-STDOUT_13362=0 -3.02401 0 0 -2.5134 0 0 -56.6503 -13.0772 -35.2516 -6.0015 -19.298 7.99917 -17
-STDOUT_13363=0 -2.68627 0 0 -2.09106 0 0 -51.4149 -23.2234 -51.2544 -8.81017 -13.9168 6.99927 -14
-STDOUT_13364=0 -2.37682 0 0 -2.15202 0 0 -56.6503 -13.0472 -35.2516 -9.48614 -19.298 7.99917 -17
-STDOUT_13365=0 -3.66787 0 0 -2.65163 0 0 -56.6503 -10.8425 -35.2516 -5.75183 -19.298 8.99907 -17
-STDOUT_13366=0 -2.62103 0 0 -1.96053 0 0 -55.8316 -13.7255 -41.033 -4.35755 -24.1438 6.99927 -17
-STDOUT_13367=0 -3.36888 0 0 -2.39212 0 0 -56.6503 -11.1539 -35.2516 -7.4373 -19.298 8.99907 -17
-STDOUT_13368=0 -2.86823 0 0 -2.19949 0 0 -56.6503 -14.1415 -35.2516 -6.80124 -19.298 6.99927 -17
-STDOUT_13369=0 -2.70969 0 0 -2.05929 0 0 -51.4149 -24.9638 -51.2544 -7.38812 -13.9168 7.99917 -14
-STDOUT_13370=0 -3.28052 0 0 -2.63266 0 0 -56.6503 -12.1259 -35.2516 -6.05409 -19.298 7.99917 -17
-STDOUT_13371=0 -3.30087 0 0 -2.75279 0 0 -51.3183 -19.888 -48.7348 -5.09318 -21.6142 6.99927 -16
-STDOUT_13372=0 -3.89594 0 0 -2.34981 0 0 -56.6503 -11.9315 -35.2516 -5.25932 -19.298 8.99907 -17
-STDOUT_13373=0 -2.98152 0 0 -2.37315 0 0 -56.6503 -12.4373 -35.2516 -7.73956 -19.298 7.99917 -17
-STDOUT_13374=0 -2.84293 0 0 -2.25389 0 0 -56.6503 -13.6457 -35.2516 -7.47748 -19.298 7.99917 -17
-STDOUT_13375=0 -3.03749 0 0 -2.91265 0 0 -51.3183 -20.2332 -48.7348 -5.38654 -21.6142 5.99938 -16
-STDOUT_13376=0 -2.43995 0 0 -1.70102 0 0 -55.8316 -14.294 -41.033 -5.83353 -24.1438 6.99927 -17
-STDOUT_13377=0 -4.00913 0 0 -2.87276 0 0 -56.6503 -11.1133 -35.2516 -4.28502 -19.298 8.99907 -17
-STDOUT_13378=0 -3.49727 0 0 -2.70262 0 0 -56.6503 -12.1769 -35.2516 -5.50219 -19.298 7.99917 -17
-STDOUT_13379=0 -3.12892 0 0 -2.5202 0 0 -56.6503 -13.2394 -35.2516 -6.3086 -19.298 8.99907 -17
-STDOUT_13380=0 -2.89077 0 0 -2.4658 0 0 -56.6503 -14.6159 -35.2516 -5.91214 -19.298 7.99917 -17
-STDOUT_13381=0 -3.71014 0 0 -2.61325 0 0 -56.6503 -11.4247 -35.2516 -5.97049 -19.298 8.99907 -17
-STDOUT_13382=0 -2.98526 0 0 -2.49757 0 0 -56.6503 -13.1327 -35.2516 -7.1247 -19.298 6.99927 -17
-STDOUT_13383=0 -2.72593 0 0 -1.96734 0 0 -55.8316 -13.8876 -41.033 -4.66465 -24.1438 7.99917 -17
-STDOUT_13384=0 -2.82672 0 0 -2.35738 0 0 -51.4149 -23.955 -51.2544 -7.71157 -13.9169 7.99917 -14
-STDOUT_13385=0 -3.17492 0 0 -2.45925 0 0 -51.4149 -24.2963 -51.2544 -5.9124 -13.9168 7.99917 -14
-STDOUT_13386=0 -3.76611 0 0 -3.15275 0 0 -51.3183 -19.2206 -48.7348 -3.61747 -21.6142 6.99927 -16
-STDOUT_13387=0 -3.04195 0 0 -2.70262 0 0 -56.6503 -13.8387 -35.2516 -5.6748 -19.298 7.99917 -17
-STDOUT_13388=0 -2.68627 0 0 -2.23806 0 0 -56.6503 -13.444 -35.2516 -8.81017 -19.298 6.99927 -17
-STDOUT_13389=0 -3.51831 0 0 -2.71031 0 0 -56.6503 -12.8906 -35.2516 -5.03663 -19.298 7.99917 -17
-STDOUT_13390=0 -4.01297 0 0 -2.6479 0 0 -56.6503 -10.9226 -35.2516 -5.58278 -19.298 8.99907 -17
-STDOUT_13391=0 -2.52773 0 0 -2.09787 0 0 -51.4149 -24.2663 -51.2544 -9.39704 -13.9168 7.99917 -14
-STDOUT_13392=0 -3.5784 0 0 -2.724 0 0 -54.9305 -12.1457 -35.972 -8.10076 -23.3682 7.99917 -17
-STDOUT_13393=0 -3.66364 0 0 -2.73496 0 0 -56.6503 -12.1865 -35.2516 -5.26026 -19.298 6.99927 -17
-STDOUT_13394=0 -2.85641 0 0 -2.65314 0 0 -51.3183 -20.8017 -48.7348 -6.86251 -21.6142 5.99938 -16
-STDOUT_13395=0 -2.95997 0 0 -2.55198 0 0 -56.6503 -12.6369 -35.2516 -7.80093 -19.298 7.99917 -17
-STDOUT_13396=0 -3.71398 0 0 -2.38839 0 0 -56.6503 -11.234 -35.2516 -7.26825 -19.298 8.99907 -17
-STDOUT_13397=0 -4.4607 0 0 -2.60252 0 0 -56.6503 -12.1254 -35.2516 -3.17932 -19.298 7.99917 -17
-STDOUT_13398=0 -3.31618 0 0 -2.44311 0 0 -56.6503 -12.7453 -35.2516 -6.97817 -19.298 7.99917 -17
-STDOUT_13399=0 -2.66097 0 0 -2.29247 0 0 -56.6503 -12.9483 -35.2516 -9.4864 -19.298 7.99917 -17
-STDOUT_13400=0 -4.27588 0 0 -2.74977 0 0 -56.6503 -11.6257 -35.2516 -3.90203 -19.298 8.99907 -17
-STDOUT_13401=0 -2.94783 0 0 -2.26069 0 0 -56.6503 -13.8079 -35.2516 -7.78458 -19.298 8.99907 -17
-STDOUT_13402=0 -2.70969 0 0 -2.20629 0 0 -56.6503 -15.1844 -35.2516 -7.38812 -19.298 7.99917 -17
-STDOUT_13403=0 -3.43143 0 0 -2.57851 0 0 -51.4149 -23.345 -51.2544 -5.96499 -13.9168 7.99917 -14
-STDOUT_13404=0 -2.55699 0 0 -1.99911 0 0 -55.8316 -13.2852 -41.033 -6.15699 -24.1438 6.99927 -17
-STDOUT_13405=0 -4.02261 0 0 -3.27201 0 0 -51.3183 -18.2693 -48.7348 -3.67006 -21.6142 6.99927 -16
-STDOUT_13406=0 -3.12198 0 0 -2.63946 0 0 -56.6503 -13.1689 -35.2516 -6.64096 -19.298 8.99907 -17
-STDOUT_13407=0 -3.13243 0 0 -2.319 0 0 -51.4149 -23.6564 -51.2544 -7.65046 -13.9168 7.99917 -14
-STDOUT_13408=0 -2.25799 0 0 -1.7396 0 0 -55.8316 -13.5965 -41.033 -7.84246 -24.1438 6.99927 -17
-STDOUT_13409=0 -2.54485 0 0 -1.70783 0 0 -55.8316 -14.4561 -41.033 -6.14063 -24.1438 7.99917 -17
-STDOUT_13410=0 -3.72362 0 0 -3.0125 0 0 -51.3183 -18.5806 -48.7348 -5.35553 -21.6142 6.99927 -16
-STDOUT_13411=0 -2.82298 0 0 -2.37995 0 0 -56.6503 -13.4802 -35.2516 -8.32644 -19.298 8.99907 -17
-STDOUT_13412=0 -4.11403 0 0 -2.87956 0 0 -56.6503 -11.2755 -35.2516 -4.59212 -19.298 9.99896 -17
-STDOUT_13413=0 -2.99384 0 0 -2.19974 0 0 -51.4149 -24.8648 -51.2544 -7.38838 -13.9168 7.99917 -14
-STDOUT_13414=0 -3.58503 0 0 -2.89324 0 0 -51.3183 -19.7891 -48.7348 -5.09344 -21.6142 6.99927 -16
-STDOUT_13415=0 -2.86086 0 0 -2.44311 0 0 -56.6503 -14.4072 -35.2516 -7.15077 -19.298 7.99917 -17
-STDOUT_13416=0 -3.39731 0 0 -2.46449 0 0 -54.9305 -12.7142 -35.972 -9.57673 -23.3682 7.99917 -17
-STDOUT_13417=0 -3.1884 0 0 -2.8585 0 0 -46.0829 -31.4523 -64.7376 -5.29744 -16.2331 5.99938 -13
-STDOUT_13418=0 -3.81504 0 0 -2.62005 0 0 -56.6503 -11.5868 -35.2516 -6.27759 -19.298 9.99896 -17
-STDOUT_13419=0 -2.87895 0 0 -2.91945 0 0 -51.3183 -21.2761 -48.7348 -5.97341 -21.6142 6.99927 -16
-STDOUT_13420=0 -3.48256 0 0 -2.47545 0 0 -56.6503 -12.755 -35.2516 -6.73624 -19.298 6.99927 -17
-STDOUT_13421=0 -4.27962 0 0 -2.34301 0 0 -56.6503 -12.6939 -35.2516 -4.6553 -19.298 7.99917 -17
-STDOUT_13422=0 -3.47402 0 0 -2.51647 0 0 -56.6503 -13.3195 -35.2516 -6.13955 -19.298 8.99907 -17
-STDOUT_13423=0 -3.27982 0 0 -2.46605 0 0 -51.4149 -24.4585 -51.2544 -6.2195 -13.9168 8.99907 -14
-STDOUT_13424=0 -3.33873 0 0 -2.70942 0 0 -56.6503 -13.2198 -35.2516 -6.08907 -19.298 8.99907 -17
-STDOUT_13425=0 -4.00628 0 0 -2.57022 0 0 -54.9305 -13.5521 -35.972 -6.5492 -23.3682 7.99917 -17
-STDOUT_13426=0 -3.87101 0 0 -3.15956 0 0 -51.3183 -19.3828 -48.7348 -3.92457 -21.6142 7.99917 -16
-STDOUT_13427=0 -4.09479 0 0 -2.49026 0 0 -56.6503 -12.1942 -35.2516 -5.37801 -19.298 8.99907 -17
-STDOUT_13428=0 -3.59079 0 0 -3.19587 0 0 -78.8523 -10.8224 -35.6591 -18.1293 -43.2296 8.99907 -28
-STDOUT_13429=0 -3.621 0 0 -4.59019 0 0 -78.8523 -11.703 -35.6591 -17.3834 -43.2296 8.99907 -28
-STDOUT_13430=0 -4.2964 0 0 -3.59675 0 0 -78.8523 -10.9341 -35.6591 -17.9002 -43.2296 9.99896 -28
-STDOUT_13431=0 -4.18966 0 0 -3.4886 0 0 -78.8523 -10.8661 -35.6591 -18.2171 -43.2296 9.99896 -28
-STDOUT_13432=0 -2.93899 0 0 -2.54459 0 0 -70.3675 -11.5186 -35.2248 -9.2326 -29.1187 7.99917 -23
-STDOUT_13433=0 -3.855 0 0 -3.28007 0 0 -78.8523 -10.558 -35.6591 -18.9785 -43.2296 9.99896 -28
-STDOUT_13434=0 -3.09753 0 0 -2.53779 0 0 -70.3675 -10.4757 -35.2248 -8.64573 -29.1187 6.99927 -23
-STDOUT_13435=0 -4.26274 0 0 -3.38164 0 0 -78.8523 -10.4195 -35.6591 -17.7966 -43.2296 8.99907 -28
-STDOUT_13436=0 -3.78878 0 0 -3.63581 0 0 -78.8523 -12.9679 -35.6591 -18.6318 -43.2296 9.99896 -28
-STDOUT_13437=0 -4.28577 0 0 -3.07477 0 0 -78.9005 -12.7988 -35.6308 -19.2779 -41.9222 9.99896 -28
-STDOUT_13438=0 -4.32495 0 0 -3.33939 0 0 -78.8523 -10.9658 -35.6591 -18.2676 -43.2296 9.99896 -28
-STDOUT_13439=0 -4.11141 0 0 -3.41124 0 0 -78.8523 -12.5111 -35.6591 -18.5848 -43.2296 9.99896 -28
-STDOUT_13440=0 -4.56458 0 0 -3.67438 0 0 -78.8523 -10.6418 -35.6591 -17.9612 -43.2296 9.99896 -28
-STDOUT_13441=0 -3.32805 0 0 -2.69184 0 0 -70.3675 -11.5818 -35.2247 -9.53996 -29.1187 8.99907 -23
-STDOUT_13442=0 -2.9692 0 0 -3.93892 0 0 -70.3675 -12.3992 -35.2247 -8.48673 -29.1187 7.99917 -23
-STDOUT_13443=0 -4.31357 0 0 -4.88293 0 0 -78.8523 -11.6137 -35.6591 -17.4228 -43.2296 9.99896 -28
-STDOUT_13444=0 -3.22314 0 0 -2.68504 0 0 -70.3675 -11.4197 -35.2248 -9.23286 -29.1187 7.99917 -23
-STDOUT_13445=0 -4.89527 0 0 -3.88949 0 0 -78.8523 -10.9777 -35.6591 -17.988 -43.2296 10.9989 -28
-STDOUT_13446=0 -3.8852 0 0 -4.6744 0 0 -78.8523 -11.4386 -35.6591 -18.2326 -43.2296 9.99896 -28
-STDOUT_13447=0 -3.6446 0 0 -2.94548 0 0 -70.3675 -11.6303 -35.2248 -9.00352 -29.1187 8.99907 -23
-STDOUT_13448=0 -3.12774 0 0 -3.93211 0 0 -70.3675 -11.3563 -35.2247 -7.89985 -29.1187 6.99927 -23
-STDOUT_13449=0 -3.81898 0 0 -5.03014 0 0 -78.8523 -13.8485 -35.6591 -17.8859 -43.2296 9.99896 -28
-STDOUT_13450=0 -4.31597 0 0 -4.46909 0 0 -78.9005 -13.6794 -35.6308 -18.532 -41.9222 9.99896 -28
-STDOUT_13451=0 -4.35515 0 0 -4.73372 0 0 -78.8523 -11.8464 -35.6591 -17.5217 -43.2296 9.99896 -28
-STDOUT_13452=0 -4.00168 0 0 -2.93059 0 0 -78.9005 -11.7937 -35.6308 -19.7753 -41.9222 8.99907 -28
-STDOUT_13453=0 -3.53786 0 0 -2.83733 0 0 -70.3675 -11.5622 -35.2248 -9.32043 -29.1187 8.99907 -23
-STDOUT_13454=0 -4.47286 0 0 -3.26851 0 0 -80.0018 -13.1348 -36.4444 -13.6074 -31.7039 9.99896 -26
-STDOUT_13455=0 -4.56061 0 0 -3.68096 0 0 -78.8523 -10.6697 -35.6591 -18.7494 -43.2296 10.9989 -28
-STDOUT_13456=0 -3.80314 0 0 -2.93867 0 0 -70.3675 -10.5873 -35.2248 -8.41665 -29.1187 7.99917 -23
-STDOUT_13457=0 -4.49439 0 0 -4.0367 0 0 -78.8523 -13.0796 -35.6591 -18.4027 -43.2296 10.9989 -28
-STDOUT_13458=0 -4.99138 0 0 -3.47566 0 0 -78.9005 -12.9105 -35.6308 -19.0488 -41.9222 10.9989 -28
-STDOUT_13459=0 -5.03056 0 0 -3.74028 0 0 -78.8523 -11.0775 -35.6591 -18.0385 -43.2296 10.9989 -28
-STDOUT_13460=0 -3.73434 0 0 -4.8053 0 0 -78.8523 -12.528 -35.6591 -18.3897 -43.2296 9.99896 -28
-STDOUT_13461=0 -4.26231 0 0 -3.12126 0 0 -80.0018 -12.8437 -36.4444 -13.5493 -31.7039 8.99907 -26
-STDOUT_13462=0 -4.45386 0 0 -3.57281 0 0 -78.8523 -10.6016 -35.6591 -19.0663 -43.2296 10.9989 -28
-STDOUT_13463=0 -3.20319 0 0 -2.6288 0 0 -70.3675 -11.2542 -35.2248 -10.0818 -29.1187 8.99907 -23
-STDOUT_13464=0 -3.6964 0 0 -2.83052 0 0 -70.3675 -10.5193 -35.2248 -8.73356 -29.1187 7.99917 -23
-STDOUT_13465=0 -4.25863 0 0 -3.22333 0 0 -78.9005 -12.3221 -35.6308 -19.8387 -41.9222 9.99896 -28
-STDOUT_13466=0 -4.38764 0 0 -3.92855 0 0 -78.8523 -13.0115 -35.6591 -18.7196 -43.2296 10.9989 -28
-STDOUT_13467=0 -3.61094 0 0 -2.73037 0 0 -70.3675 -11.1157 -35.2248 -8.89995 -29.1187 7.99917 -23
-STDOUT_13468=0 -4.88463 0 0 -3.3675 0 0 -78.9005 -12.8424 -35.6308 -19.3657 -41.9222 10.9989 -28
-STDOUT_13469=0 -3.13698 0 0 -2.98453 0 0 -70.3675 -13.6641 -35.2248 -9.7351 -29.1187 8.99907 -23
-STDOUT_13470=0 -4.92381 0 0 -3.63213 0 0 -78.8523 -11.0094 -35.6591 -18.3554 -43.2296 10.9989 -28
-STDOUT_13471=0 -3.63397 0 0 -2.42349 0 0 -70.4157 -13.495 -35.1964 -10.3812 -27.8113 8.99907 -23
-STDOUT_13472=0 -3.67315 0 0 -2.68811 0 0 -70.3675 -11.662 -35.2248 -9.37091 -29.1187 8.99907 -23
-STDOUT_13473=0 -4.86376 0 0 -2.85939 0 0 -78.9005 -11.1101 -35.6308 -18.8224 -41.9222 8.99907 -28
-STDOUT_13474=0 -4.14162 0 0 -4.80557 0 0 -78.8523 -13.3917 -35.6591 -17.8389 -43.2296 9.99896 -28
-STDOUT_13475=0 -3.82733 0 0 -3.26706 0 0 -78.8523 -11.506 -35.6591 -19.0821 -43.2296 8.99907 -28
-STDOUT_13476=0 -4.17089 0 0 -3.72002 0 0 -78.8523 -12.9606 -35.6591 -19.2715 -43.2296 10.9989 -28
-STDOUT_13477=0 -3.36174 0 0 -2.62199 0 0 -70.3675 -10.2112 -35.2248 -9.49495 -29.1187 7.99917 -23
-STDOUT_13478=0 -4.52694 0 0 -3.46585 0 0 -78.8523 -10.155 -35.6591 -18.6459 -43.2296 9.99896 -28
-STDOUT_13479=0 -4.54997 0 0 -3.15898 0 0 -78.9005 -12.5343 -35.6308 -20.1271 -41.9222 10.9989 -28
-STDOUT_13480=0 -3.76948 0 0 -2.72356 0 0 -70.3675 -10.0727 -35.2248 -8.31307 -29.1187 6.99927 -23
-STDOUT_13481=0 -4.58915 0 0 -3.4236 0 0 -78.8523 -10.7013 -35.6591 -19.1168 -43.2296 10.9989 -28
-STDOUT_13482=0 -3.29552 0 0 -2.97773 0 0 -70.3675 -12.6211 -35.2248 -9.14823 -29.1187 7.99917 -23
-STDOUT_13483=0 -3.79251 0 0 -2.41669 0 0 -70.4157 -12.452 -35.1964 -9.79436 -27.8113 7.99917 -23
-STDOUT_13484=0 -4.46072 0 0 -3.82159 0 0 -78.8523 -12.565 -35.6591 -18.2991 -43.2296 9.99896 -28
-STDOUT_13485=0 -4.81702 0 0 -3.81213 0 0 -78.8523 -12.6228 -35.6591 -18.3557 -43.2296 10.9989 -28
-STDOUT_13486=0 -3.35825 0 0 -4.08617 0 0 -70.3675 -12.4624 -35.2247 -8.79409 -29.1187 8.99907 -23
-STDOUT_13487=0 -4.95771 0 0 -3.26054 0 0 -78.9005 -12.3958 -35.6308 -18.9453 -41.9222 9.99896 -28
-STDOUT_13488=0 -4.99689 0 0 -3.52517 0 0 -78.8523 -10.5629 -35.6591 -17.9349 -43.2296 9.99896 -28
-STDOUT_13489=0 -4.48375 0 0 -3.51471 0 0 -78.9005 -14.9442 -35.6308 -19.7804 -41.9222 10.9989 -28
-STDOUT_13490=0 -4.52293 0 0 -3.77933 0 0 -78.8523 -13.1113 -35.6591 -18.7701 -43.2296 10.9989 -28
-STDOUT_13491=0 -5.01992 0 0 -3.21829 0 0 -78.9005 -12.9421 -35.6308 -19.4162 -41.9222 10.9989 -28
-STDOUT_13492=0 -4.08427 0 0 -3.5598 0 0 -78.8523 -12.0344 -35.6591 -19.1456 -43.2296 9.99896 -28
-STDOUT_13493=0 -4.71028 0 0 -3.70398 0 0 -78.8523 -12.5547 -35.6591 -18.6726 -43.2296 10.9989 -28
-STDOUT_13494=0 -3.45961 0 0 -2.75997 0 0 -70.3675 -13.2073 -35.2248 -9.68808 -29.1187 8.99907 -23
-STDOUT_13495=0 -3.25335 0 0 -4.07937 0 0 -70.3675 -12.3003 -35.2247 -8.48699 -29.1187 7.99917 -23
-STDOUT_13496=0 -3.40884 0 0 -3.01181 0 0 -78.8523 -10.125 -35.6591 -20.1382 -43.2296 8.99907 -28
-STDOUT_13497=0 -4.03366 0 0 -3.09273 0 0 -70.3675 -11.6935 -35.2247 -9.31088 -29.1187 9.99896 -23
-STDOUT_13498=0 -3.91278 0 0 -3.0231 0 0 -70.3675 -11.3379 -35.2248 -9.06452 -29.1187 8.99907 -23
-STDOUT_13499=0 -3.92691 0 0 -2.98458 0 0 -70.3675 -11.6255 -35.2248 -9.62779 -29.1187 9.99896 -23
-STDOUT_13500=0 -4.37562 0 0 -3.49545 0 0 -78.8523 -12.2466 -35.6591 -19.434 -43.2296 10.9989 -28
-STDOUT_13501=0 -3.92875 0 0 -3.08593 0 0 -70.3675 -11.5313 -35.2248 -9.00378 -29.1187 8.99907 -23
-STDOUT_13502=0 -3.61815 0 0 -2.75316 0 0 -70.3675 -12.1643 -35.2248 -9.10121 -29.1187 7.99917 -23
-STDOUT_13503=0 -4.78336 0 0 -3.59702 0 0 -78.8523 -12.1082 -35.6591 -18.2521 -43.2296 9.99896 -28
-STDOUT_13504=0 -4.50307 0 0 -4.66284 0 0 -80.0018 -14.0154 -36.4444 -12.8615 -31.7039 9.99896 -26
-STDOUT_13505=0 -4.3094 0 0 -3.85119 0 0 -78.8523 -14.6566 -35.6591 -19.0873 -43.2296 10.9989 -28
-STDOUT_13506=0 -4.84557 0 0 -3.55476 0 0 -78.8523 -12.6545 -35.6591 -18.7231 -43.2296 10.9989 -28
-STDOUT_13507=0 -4.06054 0 0 -4.99108 0 0 -78.8523 -12.2449 -35.6591 -18.2346 -43.2296 9.99896 -28
-STDOUT_13508=0 -4.06449 0 0 -3.30424 0 0 -74.4556 -14.924 -36.4444 -9.93227 -29.3003 9.99896 -24
-STDOUT_13509=0 -4.82878 0 0 -3.75859 0 0 -78.8523 -10.3773 -35.6591 -18.8104 -43.2296 10.9989 -28
-STDOUT_13510=0 -3.82201 0 0 -2.97778 0 0 -70.3675 -11.4633 -35.2248 -9.32069 -29.1187 8.99907 -23
-STDOUT_13511=0 -4.07132 0 0 -3.0163 0 0 -70.3675 -10.295 -35.2248 -8.47764 -29.1187 7.99917 -23
-STDOUT_13512=0 -4.70729 0 0 -3.33148 0 0 -78.9005 -11.9054 -35.6308 -19.5462 -41.9222 9.99896 -28
-STDOUT_13513=0 -3.66177 0 0 -4.23165 0 0 -70.3675 -12.3099 -35.2247 -8.52607 -29.1187 8.99907 -23
-STDOUT_13514=0 -4.29251 0 0 -4.51558 0 0 -80.0018 -13.7243 -36.4444 -12.8034 -31.7039 8.99907 -26
-STDOUT_13515=0 -4.63355 0 0 -3.4091 0 0 -78.9005 -12.0978 -35.6308 -19.5828 -41.9222 9.99896 -28
-STDOUT_13516=0 -3.59225 0 0 -2.77605 0 0 -70.3675 -11.3174 -35.2248 -10.3892 -29.1187 9.99896 -23
-STDOUT_13517=0 -4.76256 0 0 -4.11432 0 0 -78.8523 -12.7872 -35.6591 -18.4637 -43.2296 10.9989 -28
-STDOUT_13518=0 -5.25955 0 0 -3.55328 0 0 -78.9005 -12.6181 -35.6308 -19.1098 -41.9222 10.9989 -28
-STDOUT_13519=0 -5.29873 0 0 -3.8179 0 0 -78.8523 -10.7851 -35.6591 -18.0995 -43.2296 10.9989 -28
-STDOUT_13520=0 -4.24347 0 0 -3.23821 0 0 -70.3675 -11.6739 -35.2248 -9.09135 -29.1187 9.99896 -23
-STDOUT_13521=0 -3.2334 0 0 -4.02312 0 0 -70.3675 -12.1348 -35.2248 -9.33595 -29.1187 8.99907 -23
-STDOUT_13522=0 -3.99999 0 0 -2.87762 0 0 -70.3675 -11.1789 -35.2247 -9.20731 -29.1187 8.99907 -23
-STDOUT_13523=0 -5.17847 0 0 -3.6694 0 0 -80.0018 -13.2465 -36.4444 -13.3783 -31.7039 10.9989 -26
-STDOUT_13524=0 -3.52603 0 0 -3.13179 0 0 -70.3675 -13.7273 -35.2247 -10.0425 -29.1187 9.99896 -23
-STDOUT_13525=0 -4.02302 0 0 -2.57074 0 0 -70.4157 -13.5582 -35.1964 -10.6886 -27.8113 9.99896 -23
-STDOUT_13526=0 -3.76515 0 0 -2.85939 0 0 -78.4803 -10.417 -33.3429 -18.8224 -39.5265 8.99907 -27
-STDOUT_13527=0 -3.85393 0 0 -3.15699 0 0 -74.4556 -14.633 -36.4444 -9.87417 -29.3003 8.99907 -24
-STDOUT_13528=-118 0 0 -23.6466 0 0 -30.5028 -131.486 -37.9122 -37.3891 -22.274 -27.8022 20.9978 -23
-STDOUT_13529=-118 0 0 -23.2444 0 0 -30.7701 -125.048 -42.1553 -37.5585 -28.8873 -32.1192 20.9978 -24
-STDOUT_13530=-118 0 0 -23.7211 0 0 -31.6148 -131.511 -40.388 -36.049 -25.1142 -28.6265 20.9978 -24
-STDOUT_13531=-118 0 0 -23.7822 0 0 -31.5031 -134.821 -38.4834 -37.1985 -20.8055 -25.4229 20.9978 -23
-STDOUT_13532=-118 0 0 -23.7598 0 0 -31.5019 -131.852 -40.4483 -37.1985 -24.0624 -28.4567 20.9978 -24
-STDOUT_13533=-118 0 0 -23.6242 0 0 -30.5015 -129.68 -39.8772 -37.3891 -25.5309 -30.836 20.9978 -24
-STDOUT_13534=-118 0 0 -24.1234 0 0 -31.3475 -138.981 -36.145 -35.8796 -18.5009 -24.3096 20.9978 -23
-STDOUT_13535=-118 0 0 -23.7436 0 0 -31.6161 -135.177 -38.4231 -36.049 -21.8573 -25.5928 20.9978 -23
-STDOUT_13536=-118 0 0 -23.3428 0 0 -30.3661 -130.725 -38.9439 -38.2053 -23.475 -29.0175 20.9978 -23
-STDOUT_13537=-118 0 0 -23.4545 0 0 -33.6254 -138.046 -36.127 -34.6621 -19.7338 -25.4694 20.9978 -23
-STDOUT_13538=-118 0 0 -23.7905 0 0 -31.2526 -135.08 -38.1716 -36.0136 -22.2338 -26.0128 20.9978 -23
-STDOUT_13539=-118 0 0 -25.1889 0 0 -27.6457 -136.21 -34.6552 -34.132 -22.4241 -27.8983 20.9978 -23
-STDOUT_13540=-118 0 0 -23.2668 0 0 -30.7714 -129.613 -40.1903 -37.5585 -25.6305 -29.0854 20.9978 -23
-STDOUT_13541=-118 0 0 -23.283 0 0 -30.6572 -126.493 -42.2156 -38.708 -27.8355 -31.9493 20.9978 -24
-STDOUT_13542=-118 0 0 -23.2953 0 0 -30.3838 -131.632 -38.8166 -38.2622 -23.2716 -28.6731 20.9978 -23
-STDOUT_13543=-118 0 0 -22.9406 0 0 -30.6334 -124.286 -43.1869 -38.3747 -30.0883 -33.3344 20.9978 -24
-STDOUT_13544=-118 0 0 -23.0522 0 0 -33.8927 -131.608 -40.37 -34.8315 -26.3471 -29.7864 20.9978 -24
-STDOUT_13545=-118 0 0 -24.7877 0 0 -27.8617 -133.518 -37.1083 -36.2948 -23.3169 -28.415 20.9978 -23
-STDOUT_13546=-118 0 0 -23.2377 0 0 -30.7714 -125.048 -43.5742 -37.5585 -30.9613 -32.1192 20.9978 -24
-STDOUT_13547=-118 0 0 -23.7681 0 0 -31.2513 -132.595 -40.1365 -36.0136 -25.4906 -29.0466 20.9978 -24
-STDOUT_13548=-118 0 0 -22.4319 0 0 -32.2171 -128.257 -45.5396 -36.049 -30.9047 -31.6603 20.9978 -25
-STDOUT_13549=-118 0 0 -23.4173 0 0 -31.4781 -130.749 -41.4196 -36.8652 -26.3152 -29.8418 20.9978 -24
-STDOUT_13550=-118 0 0 -23.5638 0 0 -30.8017 -131.183 -37.8078 -37.1845 -24.251 -29.8151 20.9978 -23
-STDOUT_13551=-118 0 0 -24.9968 0 0 -30.7683 -141.879 -32.8699 -31.405 -19.8839 -25.5655 20.9978 -23
-STDOUT_13552=-118 0 0 -23.529 0 0 -34.7374 -138.071 -38.6027 -33.322 -22.574 -26.2937 20.9978 -24
-STDOUT_13553=-118 0 0 -22.3543 0 0 -31.7476 -128.786 -40.5922 -36.1701 -29.5871 -32.012 20.9978 -24
-STDOUT_13554=-118 0 0 -22.893 0 0 -30.6511 -125.194 -43.0596 -38.4316 -29.8849 -32.99 20.9978 -24
-STDOUT_13555=-118 0 0 -23.4269 0 0 -31.5583 -128.257 -44.1628 -36.049 -30.8827 -31.6603 20.9978 -25
-STDOUT_13556=-118 0 0 -22.493 0 0 -32.1055 -131.567 -43.635 -37.1985 -26.596 -28.4567 20.9978 -24
-STDOUT_13557=-118 0 0 -23.7145 0 0 -31.6161 -131.511 -41.807 -36.049 -27.1882 -28.6265 20.9978 -24
-STDOUT_13558=-118 0 0 -23.1968 0 0 -30.3075 -124.543 -44.0659 -38.708 -31.9859 -34.0882 20.9978 -25
-STDOUT_13559=-118 0 0 -23.4784 0 0 -31.3665 -134.06 -39.5151 -38.0147 -22.0065 -26.6382 20.9978 -23
-STDOUT_13560=-118 -0.375842 0 -23.4283 -0.296789 0 -30.5028 -131.486 -39.8704 -37.3891 -23.7824 -27.8022 21.9977 -23
-STDOUT_13561=-118 0 0 -24.101 0 0 -31.3462 -137.175 -38.1099 -35.8796 -21.7577 -27.3434 20.9978 -24
-STDOUT_13562=-118 0 0 -23.5901 0 0 -34.6257 -141.381 -36.6982 -34.4715 -18.2653 -23.0901 20.9978 -23
-STDOUT_13563=-118 0 0 -22.4154 0 0 -31.636 -132.096 -38.6876 -37.3196 -25.2784 -28.8084 20.9978 -23
-STDOUT_13564=-118 0 0 -22.4706 0 0 -32.1042 -128.598 -45.5999 -37.1985 -29.8529 -31.4905 20.9978 -25
-STDOUT_13565=-118 0 0 -23.9999 0 0 -29.5548 -131.486 -41.6509 -37.3891 -24.6133 -27.8022 20.9978 -23
-STDOUT_13566=-118 0 0 -23.456 0 0 -31.3652 -131.09 -41.48 -38.0147 -25.2634 -29.672 20.9978 -24
-STDOUT_13567=-118 0 0 -25.3245 0 0 -28.646 -139.544 -35.2263 -33.9414 -20.9556 -25.519 20.9978 -23
-STDOUT_13568=-118 0 0 -23.3204 0 0 -30.3648 -128.918 -40.9088 -38.2053 -26.7319 -32.0513 20.9978 -24
-STDOUT_13569=-118 0 0 -23.5677 0 0 -34.6245 -138.412 -38.6631 -34.4715 -21.5222 -26.1239 20.9978 -24
-STDOUT_13570=-118 0 0 -23.488 0 0 -31.4467 -131.567 -42.2583 -37.1985 -26.574 -28.4567 20.9978 -24
-STDOUT_13571=-118 0 0 -22.3929 0 0 -31.6347 -129.126 -40.6525 -37.3196 -28.5353 -31.8421 20.9978 -24
-STDOUT_13572=-118 0 0 -23.3698 0 0 -31.4958 -131.657 -41.2923 -36.9222 -26.1117 -29.4974 20.9978 -24
-STDOUT_13573=-118 0 0 -23.1615 0 0 -31.0691 -124.744 -42.0508 -37.3539 -30.8643 -34.132 20.9978 -24
-STDOUT_13574=-118 0 0 -23.5604 0 0 -30.1531 -131.73 -39.7625 -37.3891 -26.4244 -29.9411 20.9978 -24
-STDOUT_13575=-118 0 0 -23.4321 0 0 -33.6241 -136.24 -38.0919 -34.6621 -22.9907 -28.5032 20.9978 -24
-STDOUT_13576=-118 0 0 -23.5235 0 0 -29.6945 -129.201 -40.5504 -39.6758 -24.7428 -29.6898 20.9978 -23
-STDOUT_13577=-118 0 0 -23.3054 0 0 -30.6584 -130.557 -40.2507 -38.708 -24.5787 -28.9155 20.9978 -23
-STDOUT_13578=-118 0 0 -22.8342 0 0 -31.9498 -135.727 -41.2966 -35.8796 -24.2914 -27.3434 20.9978 -24
-STDOUT_13579=-118 0 0 -22.4544 0 0 -32.2184 -131.923 -43.5746 -36.049 -27.6478 -28.6265 20.9978 -24
-STDOUT_13580=-118 0 0 -23.3137 0 0 -30.4079 -130.316 -39.9388 -37.5231 -26.0069 -29.5055 20.9978 -23
-STDOUT_13581=-118 0 0 -23.8196 0 0 -31.2108 -138.22 -37.1766 -36.6958 -19.7019 -25.5249 20.9978 -23
-STDOUT_13582=-118 0 0 -23.4656 0 0 -31.4454 -128.598 -44.2232 -37.1985 -29.8309 -31.4905 20.9978 -25
-STDOUT_13583=-118 0 0 -23.4398 0 0 -31.4794 -134.416 -39.4547 -36.8652 -23.0583 -26.808 20.9978 -23
-STDOUT_13584=-118 0 0 -23.7532 0 0 -31.5031 -131.852 -41.8673 -37.1985 -26.1364 -28.4567 20.9978 -24
-STDOUT_13585=-118 0 0 -23.9313 0 0 -34.4701 -145.541 -34.3597 -33.1526 -15.9607 -21.9768 20.9978 -23
-STDOUT_13586=-118 0 0 -23.5514 0 0 -34.7387 -141.737 -36.6378 -33.322 -19.3171 -23.26 20.9978 -23
-STDOUT_13587=-118 0 0 -22.7566 0 0 -31.4803 -136.256 -36.3492 -36.0007 -22.9738 -27.695 20.9978 -23
-STDOUT_13588=-118 0 0 -22.3767 0 0 -31.7489 -132.452 -38.6272 -36.1701 -26.3302 -28.9782 20.9978 -23
-STDOUT_13589=-118 0 0 -23.4373 0 0 -29.3448 -126.68 -42.4007 -39.6758 -28.8932 -31.8287 20.9978 -24
-STDOUT_13590=-118 0 0 -24.3854 0 0 -28.129 -127.564 -41.3513 -36.4642 -29.9301 -32.732 20.9978 -24
-STDOUT_13591=-118 0 0 -23.6176 0 0 -30.5028 -129.68 -41.2961 -37.3891 -27.6049 -30.836 20.9978 -24
-STDOUT_13592=-118 0 0 -23.4308 0 0 -31.3842 -134.967 -39.3877 -38.0716 -21.8031 -26.2937 20.9978 -23
-STDOUT_13593=-118 0 0 -25.6657 0 0 -28.4904 -143.705 -32.8879 -32.6226 -18.6509 -24.4057 20.9978 -23
-STDOUT_13594=-118 0 0 -25.2859 0 0 -28.759 -139.901 -35.166 -32.792 -22.0074 -25.6889 20.9978 -23
-STDOUT_13595=-118 -0.375842 0 -23.0261 -0.296789 0 -30.7701 -125.048 -44.1134 -37.5585 -30.3957 -32.1192 21.9977 -24
-STDOUT_13596=-118 0 0 -23.8292 0 0 -31.291 -135.727 -39.9198 -35.8796 -24.2694 -27.3434 20.9978 -24
-STDOUT_13597=-118 0 0 -23.4493 0 0 -31.5596 -131.923 -42.1979 -36.049 -27.6258 -28.6265 20.9978 -24
-STDOUT_13598=-118 0 0 -23.1507 0 0 -33.4887 -137.285 -37.1586 -35.4783 -20.9348 -26.6847 20.9978 -23
-STDOUT_13599=-118 0 0 -23.3419 0 0 -31.1039 -124.392 -43.8661 -39.1044 -29.9 -33.058 20.9978 -24
-STDOUT_13600=-118 0 0 -22.5013 0 0 -31.8549 -131.826 -43.3232 -36.0136 -28.0243 -29.0466 20.9978 -24
-STDOUT_13601=-118 0 0 -23.5977 0 0 -29.8222 -125.048 -45.8939 -37.5585 -31.2266 -32.1192 20.9978 -24
-STDOUT_13602=-118 0 0 -23.4867 0 0 -31.1159 -134.319 -39.2032 -36.8298 -23.4348 -27.2281 20.9978 -23
-STDOUT_13603=-118 0 0 -24.9232 0 0 -28.862 -136.853 -37.6795 -36.1042 -21.8483 -26.0357 20.9978 -23
-STDOUT_13604=-118 0 0 -23.4084 0 0 -31.3829 -131.997 -41.3526 -38.0716 -25.06 -29.3275 20.9978 -24
-STDOUT_13605=-118 0 0 -23.6383 0 0 -31.9138 -131.207 -40.2836 -35.8445 -27.0912 -30.6394 20.9978 -24
-STDOUT_13606=-118 0 0 -24.8851 0 0 -27.509 -135.448 -35.6868 -34.9482 -23.6251 -29.1136 20.9978 -23
-STDOUT_13607=-118 0 0 -23.5984 0 0 -34.3752 -141.64 -36.3863 -33.2866 -19.6936 -23.68 20.9978 -23
-STDOUT_13608=-118 0 0 -23.2728 0 0 -30.3825 -129.826 -40.7815 -38.2622 -26.5285 -31.7068 20.9978 -24
-STDOUT_13609=-118 0 0 -22.4236 0 0 -31.3854 -132.355 -38.3757 -36.1347 -26.7067 -29.3983 20.9978 -23
-STDOUT_13610=-118 0 0 -23.2233 0 0 -30.7113 -129.086 -41.1806 -38.2053 -27.0037 -32.0513 20.9978 -24
-STDOUT_13611=-118 0 0 -25.3328 0 0 -28.3955 -139.803 -34.9145 -32.7565 -22.3838 -26.1089 20.9978 -23
-STDOUT_13612=-118 0 0 -23.4962 0 0 -31.1961 -131.826 -41.9464 -36.0136 -28.0023 -29.0466 20.9978 -24
-STDOUT_13613=-118 0 0 -23.772 0 0 -31.2285 -139.127 -37.0493 -36.7528 -19.4985 -25.1804 20.9978 -23
-STDOUT_13614=-118 0 0 -23.3922 0 0 -31.4971 -135.323 -39.3274 -36.9222 -22.8549 -26.4636 20.9978 -23
-STDOUT_13615=-118 0 0 -23.3013 0 0 -30.665 -132.954 -38.8778 -37.3891 -25.9566 -29.9411 20.9978 -24
-STDOUT_13616=-118 0 0 -24.8622 0 0 -28.9737 -134.027 -39.584 -34.9548 -26.157 -29.2393 20.9978 -24
-STDOUT_13617=-118 0 0 -23.0381 0 0 -30.9672 -122.353 -44.8977 -39.9206 -31.101 -34.2733 20.9978 -24
-STDOUT_13618=-118 0 0 -22.963 0 0 -30.6347 -128.852 -41.222 -38.3747 -26.8315 -30.3006 20.9978 -23
-STDOUT_13619=-118 0 0 -22.9792 0 0 -30.5205 -125.732 -43.2473 -39.5242 -29.0366 -33.1646 20.9978 -24
-STDOUT_13620=-118 0 0 -23.0747 0 0 -33.894 -136.173 -38.4051 -34.8315 -23.0902 -26.7526 20.9978 -23
-STDOUT_13621=-118 0 0 -23.6994 0 0 -31.8021 -134.517 -38.379 -36.9939 -22.7825 -27.4357 20.9978 -23
-STDOUT_13622=-118 -0.375842 0 -23.5028 -0.296789 0 -31.6148 -131.511 -42.3461 -36.049 -26.6226 -28.6265 21.9977 -24
-STDOUT_13623=-118 0 0 -25.2644 0 0 -28.7064 -141.013 -35.341 -34.7854 -19.5437 -24.9224 20.9978 -23
-STDOUT_13624=-118 0 0 -24.8846 0 0 -28.975 -137.209 -37.6191 -34.9548 -22.9001 -26.2055 20.9978 -23
-STDOUT_13625=-118 0 0 -25.1324 0 0 -31.7686 -145.214 -33.4411 -31.2144 -18.4154 -23.1862 20.9978 -23
-STDOUT_13626=-118 0 0 -23.0909 0 0 -33.7798 -133.053 -40.4303 -35.981 -25.2953 -29.6165 20.9978 -24
-STDOUT_13627=-118 0 0 -22.9915 0 0 -30.2471 -130.871 -39.8482 -39.0784 -24.4726 -29.8883 20.9978 -23
-STDOUT_13628=0 -3.50141 0 0 -2.459 0 0 -56.6503 -10.1767 -35.2516 -3.05816 -19.298 6.99927 -17
-STDOUT_13629=0 -3.32032 0 0 -2.19949 0 0 -56.6503 -10.7451 -35.2516 -4.53413 -19.298 6.99927 -17
-STDOUT_13630=0 -3.34287 0 0 -2.4658 0 0 -56.6503 -11.2196 -35.2516 -3.64503 -19.298 7.99917 -17
-STDOUT_13631=0 -3.43736 0 0 -2.49757 0 0 -56.6503 -9.73633 -35.2516 -4.85759 -19.298 6.99927 -17
-STDOUT_13632=0 -3.16178 0 0 -2.20629 0 0 -56.6503 -11.7881 -35.2516 -5.12101 -19.298 7.99917 -17
-STDOUT_13633=0 -3.13836 0 0 -2.23806 0 0 -56.6503 -10.0477 -35.2516 -6.54306 -19.298 6.99927 -17
-STDOUT_13634=0 -3.62702 0 0 -2.60625 0 0 -56.6503 -11.1206 -35.2516 -3.64529 -19.298 7.99917 -17
-STDOUT_13635=0 -3.88352 0 0 -2.72551 0 0 -56.6503 -10.1693 -35.2516 -3.69788 -19.298 7.99917 -17
-STDOUT_13636=0 -2.8984 0 0 -2.36615 0 0 -56.6503 -12.1332 -35.2516 -5.41436 -19.298 6.99927 -17
-STDOUT_13637=0 -3.44593 0 0 -2.34674 0 0 -56.6503 -11.6891 -35.2516 -5.12127 -19.298 7.99917 -17
-STDOUT_13638=0 -3.58453 0 0 -2.466 0 0 -56.6503 -10.4807 -35.2516 -5.38336 -19.298 7.99917 -17
-STDOUT_13639=0 -2.71732 0 0 -2.10664 0 0 -56.6503 -12.7017 -35.2516 -6.89034 -19.298 6.99927 -17
-STDOUT_13640=0 -3.27882 0 0 -2.50438 0 0 -56.6503 -10.7793 -35.2516 -5.44446 -19.298 7.99917 -17
-STDOUT_13641=0 -3.73192 0 0 -2.61305 0 0 -56.6503 -11.2828 -35.2516 -3.95239 -19.298 8.99907 -17
-STDOUT_13642=0 -2.97982 0 0 -2.24487 0 0 -56.6503 -11.0907 -35.2516 -7.12994 -19.298 7.99917 -17
-STDOUT_13643=0 -3.55084 0 0 -2.35354 0 0 -56.6503 -11.8513 -35.2516 -5.42837 -19.298 8.99907 -17
-STDOUT_13644=0 -3.04931 0 0 -2.459 0 0 -56.6503 -13.573 -35.2516 -5.32526 -19.298 6.99927 -17
-STDOUT_13645=0 -3.56297 0 0 -2.64483 0 0 -56.6503 -10.6803 -35.2516 -5.44473 -19.298 7.99917 -17
-STDOUT_13646=0 -3.72498 0 0 -2.73231 0 0 -56.6503 -11.2123 -35.2516 -4.28476 -19.298 8.99907 -17
-STDOUT_13647=0 -2.73986 0 0 -2.37295 0 0 -56.6503 -13.1762 -35.2516 -6.00124 -19.298 7.99917 -17
-STDOUT_13648=0 -2.83436 0 0 -2.40472 0 0 -56.6503 -11.6929 -35.2516 -7.2138 -19.298 6.99927 -17
-STDOUT_13649=0 -2.86823 0 0 -2.19949 0 0 -56.6503 -14.1415 -35.2516 -6.80124 -19.298 6.99927 -17
-STDOUT_13650=0 -3.26398 0 0 -2.38532 0 0 -56.6503 -10.9917 -35.2516 -7.1302 -19.298 7.99917 -17
-STDOUT_13651=0 -3.42598 0 0 -2.4728 0 0 -56.6503 -11.5236 -35.2516 -5.97023 -19.298 8.99907 -17
-STDOUT_13652=0 -2.55878 0 0 -2.11344 0 0 -56.6503 -13.7447 -35.2516 -7.47721 -19.298 7.99917 -17
-STDOUT_13653=0 -2.53536 0 0 -2.14521 0 0 -56.6503 -12.0043 -35.2516 -8.89927 -19.298 6.99927 -17
-STDOUT_13654=0 -3.66364 0 0 -2.73496 0 0 -56.6503 -12.1865 -35.2516 -5.26026 -19.298 6.99927 -17
-STDOUT_13655=0 -4.00913 0 0 -2.87276 0 0 -56.6503 -11.1133 -35.2516 -4.28502 -19.298 8.99907 -17
-STDOUT_13656=0 -3.02401 0 0 -2.5134 0 0 -56.6503 -13.0772 -35.2516 -6.0015 -19.298 7.99917 -17
-STDOUT_13657=0 -3.66787 0 0 -2.65163 0 0 -56.6503 -10.8425 -35.2516 -5.75183 -19.298 8.99907 -17
-STDOUT_13658=0 -3.28234 0 0 -2.11504 0 0 -56.6503 -14.6373 -36.1298 -7.10884 -18.609 6.99927 -17
-STDOUT_13659=0 -3.49727 0 0 -2.70262 0 0 -56.6503 -12.1769 -35.2516 -5.50219 -19.298 7.99917 -17
-STDOUT_13660=0 -3.51831 0 0 -2.71031 0 0 -56.6503 -12.8906 -35.2516 -5.03663 -19.298 7.99917 -17
-STDOUT_13661=0 -3.28052 0 0 -2.63266 0 0 -56.6503 -12.1259 -35.2516 -6.05409 -19.298 7.99917 -17
-STDOUT_13662=0 -3.48256 0 0 -2.47545 0 0 -56.6503 -12.755 -35.2516 -6.73624 -19.298 6.99927 -17
-STDOUT_13663=0 -3.71014 0 0 -2.61325 0 0 -56.6503 -11.4247 -35.2516 -5.97049 -19.298 8.99907 -17
-STDOUT_13664=0 -3.36888 0 0 -2.39212 0 0 -56.6503 -11.1539 -35.2516 -7.4373 -19.298 8.99907 -17
-STDOUT_13665=0 -2.89077 0 0 -2.4658 0 0 -56.6503 -14.6159 -35.2516 -5.91214 -19.298 7.99917 -17
-STDOUT_13666=0 -2.84293 0 0 -2.25389 0 0 -56.6503 -13.6457 -35.2516 -7.47748 -19.298 7.99917 -17
-STDOUT_13667=0 -2.98526 0 0 -2.49757 0 0 -56.6503 -13.1327 -35.2516 -7.1247 -19.298 6.99927 -17
-STDOUT_13668=0 -2.98152 0 0 -2.37315 0 0 -56.6503 -12.4373 -35.2516 -7.73956 -19.298 7.99917 -17
-STDOUT_13669=0 -3.31618 0 0 -2.44311 0 0 -56.6503 -12.7453 -35.2516 -6.97817 -19.298 7.99917 -17
-STDOUT_13670=0 -3.93926 0 0 -2.64311 0 0 -56.6503 -12.2196 -35.2516 -5.8973 -19.298 7.99917 -17
-STDOUT_13671=0 -3.15539 0 0 -2.43944 0 0 -59.777 -12.3918 -33.645 -5.73978 -21.0533 6.99927 -18
-STDOUT_13672=0 -2.67582 0 0 -2.41153 0 0 -56.6503 -12.7359 -35.2516 -7.80067 -19.298 7.99917 -17
-STDOUT_13673=0 -4.11403 0 0 -2.87956 0 0 -56.6503 -11.2755 -35.2516 -4.59212 -19.298 9.99896 -17
-STDOUT_13674=0 -3.12892 0 0 -2.5202 0 0 -56.6503 -13.2394 -35.2516 -6.3086 -19.298 8.99907 -17
-STDOUT_13675=0 -2.70969 0 0 -2.20629 0 0 -56.6503 -15.1844 -35.2516 -7.38812 -19.298 7.99917 -17
-STDOUT_13676=0 -3.19346 0 0 -2.33764 0 0 -61.7455 -11.6612 -33.678 -6.76429 -21.1974 6.99927 -19
-STDOUT_13677=0 -3.04195 0 0 -2.70262 0 0 -56.6503 -13.8387 -35.2516 -5.6748 -19.298 7.99917 -17
-STDOUT_13678=0 -2.68627 0 0 -2.23806 0 0 -56.6503 -13.444 -35.2516 -8.81017 -19.298 6.99927 -17
-STDOUT_13679=0 -3.75818 0 0 -2.3836 0 0 -56.6503 -12.7881 -35.2516 -7.37328 -19.298 7.99917 -17
-STDOUT_13680=0 -2.97431 0 0 -2.17993 0 0 -59.777 -12.9603 -33.645 -7.21576 -21.0533 6.99927 -18
-STDOUT_13681=0 -3.17492 0 0 -2.60625 0 0 -56.6503 -14.517 -35.2516 -5.9124 -19.298 7.99917 -17
-STDOUT_13682=0 -2.37682 0 0 -2.15202 0 0 -56.6503 -13.0472 -35.2516 -9.48614 -19.298 7.99917 -17
-STDOUT_13683=0 -3.5051 0 0 -2.74176 0 0 -56.6503 -13.2295 -35.2516 -5.84713 -19.298 7.99917 -17
-STDOUT_13684=0 -3.81504 0 0 -2.62005 0 0 -56.6503 -11.5868 -35.2516 -6.27759 -19.298 9.99896 -17
-STDOUT_13685=0 -4.4607 0 0 -3.3063 0 0 -56.6503 -12.1254 -35.2516 -3.17932 -19.298 7.99917 -17
-STDOUT_13686=0 -2.94783 0 0 -2.26069 0 0 -56.6503 -13.8079 -35.2516 -7.78458 -19.298 8.99907 -17
-STDOUT_13687=0 -3.01238 0 0 -2.07813 0 0 -61.7455 -12.2297 -33.678 -8.24026 -21.1974 6.99927 -19
-STDOUT_13688=0 -3.74188 0 0 -2.79547 0 0 -56.6503 -13.4836 -35.2516 -5.36461 -19.298 7.99917 -17
-STDOUT_13689=0 -2.86086 0 0 -2.44311 0 0 -56.6503 -14.4072 -35.2516 -7.15077 -19.298 7.99917 -17
-STDOUT_13690=0 -3.59959 0 0 -2.77354 0 0 -56.6503 -11.7462 -35.2516 -7.05969 -19.298 6.99927 -17
-STDOUT_13691=0 -3.43143 0 0 -2.72551 0 0 -56.6503 -13.5656 -35.2516 -5.96499 -19.298 7.99917 -17
-STDOUT_13692=0 -3.1238 0 0 -2.12185 0 0 -56.6503 -15.6802 -36.1298 -7.69571 -18.609 7.99917 -17
-STDOUT_13693=0 -2.95997 0 0 -2.55198 0 0 -56.6503 -12.6369 -35.2516 -7.80093 -19.298 7.99917 -17
-STDOUT_13694=0 -3.89074 0 0 -2.61005 0 0 -59.777 -12.1828 -33.645 -5.36497 -21.0533 6.99927 -18
-STDOUT_13695=0 -4.07702 0 0 -3.3131 0 0 -56.6503 -11.363 -35.2516 -3.78334 -19.298 8.99907 -17
-STDOUT_13696=0 -3.33873 0 0 -2.70942 0 0 -56.6503 -13.2198 -35.2516 -6.08907 -19.298 8.99907 -17
-STDOUT_13697=0 -3.35977 0 0 -2.71711 0 0 -56.6503 -13.9335 -35.2516 -5.62351 -19.298 8.99907 -17
-STDOUT_13698=0 -3.12198 0 0 -2.63946 0 0 -56.6503 -13.1689 -35.2516 -6.64096 -19.298 8.99907 -17
-STDOUT_13699=0 -3.10038 0 0 -2.15362 0 0 -56.6503 -13.9398 -36.1298 -9.11777 -18.609 6.99927 -17
-STDOUT_13700=0 -2.99384 0 0 -2.34674 0 0 -56.6503 -15.0854 -35.2516 -7.38838 -19.298 7.99917 -17
-STDOUT_13701=0 -3.69731 0 0 -2.97858 0 0 -56.6503 -12.7012 -35.2516 -5.36383 -19.298 7.99917 -17
-STDOUT_13702=0 -3.8654 0 0 -2.52341 0 0 -61.7455 -11.2583 -33.678 -6.43163 -21.1974 6.99927 -19
-STDOUT_13703=0 -3.32402 0 0 -2.48225 0 0 -56.6503 -13.798 -35.2516 -7.32311 -19.298 7.99917 -17
-STDOUT_13704=0 -4.27962 0 0 -3.04678 0 0 -56.6503 -12.6939 -35.2516 -4.6553 -19.298 7.99917 -17
-STDOUT_13705=0 -3.43322 0 0 -2.7412 0 0 -56.6503 -11.7365 -35.2516 -7.30163 -19.298 7.99917 -17
-STDOUT_13706=0 -3.45426 0 0 -2.74889 0 0 -56.6503 -12.4503 -35.2516 -6.83607 -19.298 7.99917 -17
-STDOUT_13707=0 -3.5608 0 0 -2.53596 0 0 -56.6503 -14.0521 -35.2516 -6.84059 -19.298 7.99917 -17
-STDOUT_13708=0 -3.3006 0 0 -2.51403 0 0 -56.6503 -12.0576 -35.2516 -8.74516 -19.298 6.99927 -17
-STDOUT_13709=0 -3.13243 0 0 -2.466 0 0 -56.6503 -13.877 -35.2516 -7.65046 -19.298 7.99917 -17
-STDOUT_13710=0 -2.66097 0 0 -2.29247 0 0 -56.6503 -12.9483 -35.2516 -9.4864 -19.298 7.99917 -17
-STDOUT_13711=0 -2.82672 0 0 -2.50438 0 0 -56.6503 -14.1756 -35.2516 -7.71157 -19.298 7.99917 -17
-STDOUT_13712=0 -3.70966 0 0 -2.35053 0 0 -59.777 -12.7513 -33.645 -6.84095 -21.0533 6.99927 -18
-STDOUT_13713=0 -3.89594 0 0 -3.05359 0 0 -56.6503 -11.9315 -35.2516 -5.25932 -19.298 8.99907 -17
-STDOUT_13714=0 -3.78925 0 0 -2.88221 0 0 -56.6503 -13.1305 -35.2516 -5.84739 -19.298 7.99917 -17
-STDOUT_13715=0 -2.82298 0 0 -2.37995 0 0 -56.6503 -13.4802 -35.2516 -8.32644 -19.298 8.99907 -17
-STDOUT_13716=0 -3.15764 0 0 -2.44991 0 0 -56.6503 -13.7883 -35.2516 -7.56504 -19.298 8.99907 -17
-STDOUT_13717=0 -3.27982 0 0 -2.61305 0 0 -56.6503 -14.6791 -35.2516 -6.2195 -19.298 8.99907 -17
-STDOUT_13718=0 -3.78072 0 0 -2.64992 0 0 -56.6503 -13.2626 -35.2516 -6.48417 -19.298 8.99907 -17
-STDOUT_13719=0 -3.51622 0 0 -2.71907 0 0 -56.6503 -13.2696 -35.2516 -6.83981 -19.298 7.99917 -17
-STDOUT_13720=0 -3.68432 0 0 -2.2639 0 0 -61.7455 -11.8267 -33.678 -7.90761 -21.1974 6.99927 -19
-STDOUT_13721=0 -2.99685 0 0 -2.44624 0 0 -59.777 -13.4347 -33.645 -6.32666 -21.0533 7.99917 -18
-STDOUT_13722=0 -3.96548 0 0 -3.07143 0 0 -56.6503 -12.4088 -35.2516 -5.42483 -19.298 7.99917 -17
-STDOUT_13723=0 -3.13422 0 0 -2.48168 0 0 -56.6503 -12.0479 -35.2516 -8.9871 -19.298 7.99917 -17
-STDOUT_13724=0 -3.87521 0 0 -2.68169 0 0 -56.6503 -11.7793 -35.2516 -7.69673 -19.298 7.99917 -17
-STDOUT_13725=0 -4.04575 0 0 -3.00147 0 0 -56.6503 -12.1792 -35.2516 -5.89998 -19.298 7.99917 -17
-STDOUT_13726=0 -3.40795 0 0 -2.2623 0 0 -56.6503 -15.5813 -36.1298 -7.69598 -18.609 7.99917 -17
-STDOUT_13727=0 -3.09134 0 0 -2.47801 0 0 -59.777 -11.9515 -33.645 -7.53921 -21.0533 6.99927 -18
-STDOUT_13728=FEATURES_TXT_END_0
-STDOUT_13729=FEATURES_TXT_BEGIN_0 4 400 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_13730=0 -8.41335 0 0 -8.29598 0 0 -144.135 -82.9015 -104.26 -30.2335 -35.8826 18.998 -34
-STDOUT_13731=0 -8.57798 0 0 -8.13327 0 0 -144.135 -81.7381 -104.26 -31.5642 -35.8826 18.998 -34
-STDOUT_13732=0 -8.71681 0 0 -7.66563 0 0 -148.744 -71.0118 -101.243 -26.5948 -41.3946 17.9981 -36
-STDOUT_13733=0 -8.88144 0 0 -7.50292 0 0 -148.744 -69.8484 -101.243 -27.9255 -41.3946 17.9981 -36
-STDOUT_13734=0 -8.45964 0 0 -8.3306 0 0 -144.424 -83.761 -104.332 -30.2127 -33.6292 18.998 -34
-STDOUT_13735=0 -8.62427 0 0 -8.1679 0 0 -144.424 -82.5976 -104.332 -31.5434 -33.6292 18.998 -34
-STDOUT_13736=0 -9.43894 0 0 -7.68188 0 0 -145.46 -75.9281 -105.44 -28.5407 -40.3463 17.9981 -35
-STDOUT_13737=0 -8.75139 0 0 -7.94139 0 0 -145.46 -77.2068 -105.44 -28.7159 -40.3463 18.998 -35
-STDOUT_13738=0 -8.94092 0 0 -7.14061 0 0 -145.822 -76.1927 -106.593 -27.5744 -43.7048 17.9981 -36
-STDOUT_13739=0 -8.41795 0 0 -8.26676 0 0 -144.135 -82.0026 -104.26 -32.2087 -35.8826 18.998 -34
-STDOUT_13740=0 -8.76309 0 0 -7.70025 0 0 -149.033 -71.8713 -101.316 -26.574 -39.1412 17.9981 -36
-STDOUT_13741=0 -9.60357 0 0 -7.51917 0 0 -145.46 -74.7647 -105.44 -29.8714 -40.3463 17.9981 -35
-STDOUT_13742=0 -8.91602 0 0 -7.77868 0 0 -145.46 -76.0434 -105.44 -30.0466 -40.3463 18.998 -35
-STDOUT_13743=0 -9.10555 0 0 -6.9779 0 0 -145.822 -75.0293 -106.593 -28.9051 -43.7048 17.9981 -36
-STDOUT_13744=0 -8.92773 0 0 -7.53754 0 0 -149.033 -70.7079 -101.316 -27.9047 -39.1412 17.9981 -36
-STDOUT_13745=0 -8.52611 0 0 -7.99188 0 0 -148.744 -71.912 -101.243 -26.0417 -41.3946 18.998 -36
-STDOUT_13746=0 -8.69074 0 0 -7.82917 0 0 -148.744 -70.7486 -101.243 -27.3724 -41.3946 18.998 -36
-STDOUT_13747=0 -8.72141 0 0 -7.63641 0 0 -148.744 -70.1129 -101.243 -28.57 -41.3946 17.9981 -36
-STDOUT_13748=0 -9.96742 0 0 -8.43585 0 0 -137.841 -91.1349 -116.055 -30.5898 -36.3389 17.9981 -33
-STDOUT_13749=0 -10.1684 0 0 -8.80937 0 0 -137.841 -90.1238 -116.055 -29.7074 -36.3389 18.998 -33
-STDOUT_13750=0 -9.48523 0 0 -7.7165 0 0 -145.749 -76.7876 -105.512 -28.5199 -38.0929 17.9981 -35
-STDOUT_13751=0 -8.79768 0 0 -7.97601 0 0 -145.749 -78.0663 -105.512 -28.6951 -38.0929 18.998 -35
-STDOUT_13752=0 -8.98721 0 0 -7.17523 0 0 -146.111 -77.0522 -106.666 -27.5536 -41.4514 17.9981 -36
-STDOUT_13753=0 -10.1321 0 0 -8.27315 0 0 -137.841 -89.9715 -116.055 -31.9205 -36.3389 17.9981 -33
-STDOUT_13754=0 -8.46424 0 0 -8.30139 0 0 -144.424 -82.8621 -104.332 -32.1879 -33.6292 18.998 -34
-STDOUT_13755=0 -10.333 0 0 -8.64666 0 0 -137.841 -88.9604 -116.055 -31.0381 -36.3389 18.998 -33
-STDOUT_13756=0 -9.64986 0 0 -7.55379 0 0 -145.749 -75.6242 -105.512 -29.8506 -38.0929 17.9981 -35
-STDOUT_13757=0 -8.96231 0 0 -7.8133 0 0 -145.749 -76.9029 -105.512 -30.0258 -38.0929 18.998 -35
-STDOUT_13758=0 -9.15184 0 0 -7.01252 0 0 -146.111 -75.8888 -106.666 -28.8843 -41.4514 17.9981 -36
-STDOUT_13759=0 -8.50846 0 0 -8.57691 0 0 -141.925 -86.1816 -107.566 -31.7004 -37.2646 18.998 -34
-STDOUT_13760=0 -8.75746 0 0 -8.51852 0 0 -144.135 -83.3082 -104.26 -29.7243 -35.8826 19.9979 -34
-STDOUT_13761=0 -8.57239 0 0 -8.0265 0 0 -149.033 -72.7714 -101.316 -26.0209 -39.1412 18.998 -36
-STDOUT_13762=0 -8.97561 0 0 -7.76529 0 0 -144.56 -82.0654 -105.413 -28.4088 -39.2411 18.998 -35
-STDOUT_13763=0 -9.44354 0 0 -7.65266 0 0 -145.46 -75.0292 -105.44 -30.5159 -40.3463 17.9981 -35
-STDOUT_13764=0 -10.2625 0 0 -9.50256 0 0 -136.223 -90.7579 -116.087 -32.057 -36.654 18.998 -33
-STDOUT_13765=0 -8.75599 0 0 -7.91217 0 0 -145.46 -76.3079 -105.44 -30.6911 -40.3463 18.998 -35
-STDOUT_13766=0 -10.4635 0 0 -9.87607 0 0 -136.223 -89.7468 -116.087 -31.1746 -36.654 19.9979 -33
-STDOUT_13767=0 -8.94552 0 0 -7.11139 0 0 -145.822 -75.2938 -106.593 -29.5496 -43.7048 17.9981 -36
-STDOUT_13768=0 -8.67309 0 0 -8.4142 0 0 -141.925 -85.0182 -107.566 -33.0311 -37.2646 18.998 -34
-STDOUT_13769=0 -8.92209 0 0 -8.35581 0 0 -144.135 -82.1448 -104.26 -31.0551 -35.8826 19.9979 -34
-STDOUT_13770=0 -8.73703 0 0 -7.86379 0 0 -149.033 -71.608 -101.316 -27.3517 -39.1412 18.998 -36
-STDOUT_13771=0 -8.7677 0 0 -7.67104 0 0 -149.033 -70.9724 -101.316 -28.5493 -39.1412 17.9981 -36
-STDOUT_13772=0 -8.60035 0 0 -7.7246 0 0 -147.67 -77.2084 -100.063 -29.5605 -36.9309 18.998 -35
-STDOUT_13773=0 -10.0137 0 0 -8.47048 0 0 -138.13 -91.9944 -116.128 -30.569 -34.0856 17.9981 -33
-STDOUT_13774=0 -9.14024 0 0 -7.60258 0 0 -144.56 -80.902 -105.414 -29.7396 -39.2411 18.998 -35
-STDOUT_13775=0 -10.2147 0 0 -8.84399 0 0 -138.13 -90.9833 -116.128 -29.6866 -34.0856 18.998 -33
-STDOUT_13776=0 -10.4272 0 0 -9.33985 0 0 -136.223 -89.5945 -116.087 -33.3877 -36.654 18.998 -33
-STDOUT_13777=0 -10.6282 0 0 -9.71337 0 0 -136.223 -88.5834 -116.087 -32.5054 -36.654 19.9979 -33
-STDOUT_13778=0 -8.81191 0 0 -7.94655 0 0 -146.534 -74.2919 -104.549 -28.0617 -42.7766 17.9981 -36
-STDOUT_13779=0 -8.53071 0 0 -7.96266 0 0 -148.744 -71.013 -101.243 -28.0169 -41.3946 18.998 -36
-STDOUT_13780=0 -8.76498 0 0 -7.56189 0 0 -147.67 -76.045 -100.063 -30.8912 -36.9309 18.998 -35
-STDOUT_13781=0 -10.1783 0 0 -8.30777 0 0 -138.13 -90.831 -116.128 -31.8997 -34.0856 17.9981 -33
-STDOUT_13782=0 -10.3793 0 0 -8.68128 0 0 -138.13 -89.8199 -116.128 -31.0173 -34.0856 18.998 -33
-STDOUT_13783=0 -8.97655 0 0 -7.78385 0 0 -146.534 -73.1285 -104.549 -29.3924 -42.7766 17.9981 -36
-STDOUT_13784=0 -8.55474 0 0 -8.61153 0 0 -142.214 -87.0411 -107.638 -31.6796 -35.0112 18.998 -34
-STDOUT_13785=0 -9.15123 0 0 -8.12215 0 0 -144.135 -82.7394 -104.26 -30.9015 -35.8826 19.9979 -34
-STDOUT_13786=0 -8.80374 0 0 -8.55314 0 0 -144.424 -84.1677 -104.332 -29.7036 -33.6292 19.9979 -34
-STDOUT_13787=0 -9.97202 0 0 -8.40664 0 0 -137.841 -90.236 -116.055 -32.565 -36.3389 17.9981 -33
-STDOUT_13788=0 -8.60772 0 0 -8.35524 0 0 -141.139 -88.529 -107.85 -33.7524 -35.9226 18.998 -33
-STDOUT_13789=0 -10.173 0 0 -8.78015 0 0 -137.841 -89.2249 -116.055 -31.6826 -36.3389 18.998 -33
-STDOUT_13790=0 -9.83878 0 0 -7.89961 0 0 -144.135 -81.4607 -104.26 -30.7263 -35.8826 18.998 -34
-STDOUT_13791=0 -9.0219 0 0 -7.79991 0 0 -144.849 -82.9248 -105.486 -28.3881 -36.9877 18.998 -35
-STDOUT_13792=0 -9.48983 0 0 -7.68728 0 0 -145.749 -75.8887 -105.512 -30.4952 -38.0929 17.9981 -35
-STDOUT_13793=0 -10.3088 0 0 -9.53718 0 0 -136.512 -91.6174 -116.16 -32.0362 -34.4006 18.998 -33
-STDOUT_13794=0 -8.80228 0 0 -7.94679 0 0 -145.749 -77.1674 -105.512 -30.6703 -38.0929 18.998 -35
-STDOUT_13795=0 -10.5098 0 0 -9.9107 0 0 -136.512 -90.6063 -116.16 -31.1539 -34.4006 19.9979 -33
-STDOUT_13796=0 -8.99181 0 0 -7.14602 0 0 -146.111 -76.1533 -106.666 -29.5288 -41.4514 17.9981 -36
-STDOUT_13797=0 -8.71937 0 0 -8.44882 0 0 -142.214 -85.8777 -107.638 -33.0103 -35.0112 18.998 -34
-STDOUT_13798=0 -9.31586 0 0 -7.95944 0 0 -144.135 -81.576 -104.26 -32.2322 -35.8826 19.9979 -34
-STDOUT_13799=0 -8.96837 0 0 -8.39044 0 0 -144.424 -83.0043 -104.332 -31.0343 -33.6292 19.9979 -34
-STDOUT_13800=0 -8.77235 0 0 -8.19253 0 0 -141.139 -87.3656 -107.85 -35.0832 -35.9226 18.998 -33
-STDOUT_13801=0 -9.53405 0 0 -7.9628 0 0 -143.25 -79.2083 -108.745 -30.0076 -41.7283 17.9981 -35
-STDOUT_13802=0 -8.64663 0 0 -7.75922 0 0 -147.959 -78.0678 -100.136 -29.5397 -34.6775 18.998 -35
-STDOUT_13803=0 -8.60285 0 0 -7.86318 0 0 -148.744 -72.2114 -101.243 -27.3647 -41.3946 18.998 -36
-STDOUT_13804=0 -10.0034 0 0 -7.73691 0 0 -144.135 -80.2973 -104.26 -32.0571 -35.8826 18.998 -34
-STDOUT_13805=0 -9.18653 0 0 -7.6372 0 0 -144.849 -81.7614 -105.486 -29.7188 -36.9877 18.998 -35
-STDOUT_13806=0 -8.8465 0 0 -8.22231 0 0 -143.25 -80.487 -108.745 -30.1827 -41.7283 18.998 -35
-STDOUT_13807=0 -10.4735 0 0 -9.37448 0 0 -136.512 -90.454 -116.16 -33.367 -34.4006 18.998 -33
-STDOUT_13808=0 -9.03603 0 0 -7.42153 0 0 -143.612 -79.4729 -109.899 -29.0413 -45.0868 17.9981 -36
-STDOUT_13809=0 -10.6744 0 0 -9.74799 0 0 -136.512 -89.4429 -116.16 -32.4846 -34.4006 19.9979 -33
-STDOUT_13810=0 -8.56928 0 0 -8.05802 0 0 -146.268 -80.3699 -102.146 -29.8302 -36.2465 18.998 -35
-STDOUT_13811=0 -8.51306 0 0 -8.54769 0 0 -141.925 -85.2827 -107.566 -33.6756 -37.2646 18.998 -34
-STDOUT_13812=0 -8.77027 0 0 -8.43153 0 0 -146.268 -79.3588 -102.146 -28.9478 -36.2465 19.9979 -35
-STDOUT_13813=0 -9.34076 0 0 -7.36892 0 0 -144.56 -81.7253 -105.414 -29.76 -39.2411 18.998 -35
-STDOUT_13814=0 -8.76206 0 0 -8.4893 0 0 -144.135 -82.4093 -104.26 -31.6996 -35.8826 19.9979 -34
-STDOUT_13815=0 -8.8582 0 0 -7.98118 0 0 -146.823 -75.1514 -104.622 -28.0409 -40.5233 17.9981 -36
-STDOUT_13816=0 -8.43876 0 0 -8.501 0 0 -144.135 -82.9406 -104.26 -32.2185 -35.8826 19.9979 -34
-STDOUT_13817=0 -9.69868 0 0 -7.80009 0 0 -143.25 -78.0449 -108.745 -31.3383 -41.7283 17.9981 -35
-STDOUT_13818=0 -8.577 0 0 -7.99728 0 0 -149.033 -71.8725 -101.316 -27.9962 -39.1412 18.998 -36
-STDOUT_13819=0 -8.81126 0 0 -7.59651 0 0 -147.959 -76.9044 -100.136 -30.8705 -34.6775 18.998 -35
-STDOUT_13820=0 -8.76748 0 0 -7.70047 0 0 -148.744 -71.048 -101.243 -28.6954 -41.3946 18.998 -36
-STDOUT_13821=0 -9.11665 0 0 -7.88337 0 0 -147.67 -76.5444 -100.063 -28.7804 -36.9309 18.998 -35
-STDOUT_13822=0 -9.01113 0 0 -8.0596 0 0 -143.25 -79.3236 -108.745 -31.5135 -41.7283 18.998 -35
-STDOUT_13823=0 -9.06627 0 0 -8.46717 0 0 -144.135 -81.646 -104.26 -31.5892 -35.8826 19.9979 -34
-STDOUT_13824=0 -8.98021 0 0 -7.73607 0 0 -144.56 -81.1664 -105.414 -30.3841 -39.2411 18.998 -35
-STDOUT_13825=0 -9.20066 0 0 -7.25883 0 0 -143.612 -78.3095 -109.899 -30.372 -45.0868 17.9981 -36
-STDOUT_13826=0 -8.21115 0 0 -7.72587 0 0 -149.552 -74.754 -97.9498 -29.0335 -37.2948 18.998 -36
-STDOUT_13827=0 -10.2671 0 0 -9.47334 0 0 -136.223 -89.859 -116.087 -34.0323 -36.654 18.998 -33
-STDOUT_13828=0 -10.4681 0 0 -9.84686 0 0 -136.223 -88.8479 -116.087 -33.1499 -36.654 19.9979 -33
-STDOUT_13829=0 -8.73391 0 0 -7.89531 0 0 -146.268 -79.2065 -102.146 -31.1609 -36.2465 18.998 -35
-STDOUT_13830=0 -9.38347 0 0 -9.69633 0 0 -178.513 -58.8476 -76.09 -35.8755 -72.481 23.9975 -51
-STDOUT_13831=0 -8.81809 0 0 -9.30806 0 0 -178.513 -59.5123 -76.09 -36.5026 -72.481 22.9976 -51
-STDOUT_13832=0 -9.43534 0 0 -9.23412 0 0 -178.513 -56.4628 -76.09 -35.9474 -72.481 22.9976 -51
-STDOUT_13833=0 -9.00329 0 0 -9.52086 0 0 -178.513 -59.0845 -76.09 -36.1428 -72.481 22.9976 -51
-STDOUT_13834=0 -9.80587 0 0 -9.73412 0 0 -178.513 -59.0596 -76.09 -36.0775 -72.481 24.9974 -51
-STDOUT_13835=0 -8.86996 0 0 -8.84586 0 0 -178.513 -57.1275 -76.09 -36.5745 -72.481 21.9977 -51
-STDOUT_13836=0 -8.43791 0 0 -9.1326 0 0 -178.513 -59.7492 -76.09 -36.7699 -72.481 21.9977 -51
-STDOUT_13837=0 -9.05516 0 0 -9.05866 0 0 -178.513 -56.6998 -76.09 -36.2148 -72.481 21.9977 -51
-STDOUT_13838=0 -10.0823 0 0 -9.90231 0 0 -178.513 -60.0923 -76.09 -35.5438 -72.481 24.9974 -51
-STDOUT_13839=0 -9.24048 0 0 -9.34586 0 0 -178.513 -59.7243 -76.09 -36.7047 -72.481 23.9975 -51
-STDOUT_13840=0 -9.85773 0 0 -9.27192 0 0 -178.513 -56.6748 -76.09 -36.1495 -72.481 23.9975 -51
-STDOUT_13841=0 -8.48978 0 0 -8.67039 0 0 -178.513 -57.3644 -76.09 -36.8419 -72.481 20.9978 -51
-STDOUT_13842=0 -9.27146 0 0 -9.55866 0 0 -178.513 -59.2857 -76.09 -36.5766 -72.481 23.9975 -51
-STDOUT_13843=0 -9.5169 0 0 -9.51404 0 0 -178.513 -60.757 -76.09 -36.1709 -72.481 23.9975 -51
-STDOUT_13844=0 -10.1342 0 0 -9.4401 0 0 -178.513 -57.7075 -76.09 -35.6157 -72.481 23.9975 -51
-STDOUT_13845=0 -9.70211 0 0 -9.72684 0 0 -178.513 -60.3292 -76.09 -35.8112 -72.481 23.9975 -51
-STDOUT_13846=0 -9.32658 0 0 -9.91009 0 0 -178.513 -60.1505 -76.09 -36.262 -72.481 23.9975 -51
-STDOUT_13847=0 -9.29235 0 0 -8.88365 0 0 -178.513 -57.3395 -76.09 -36.7766 -72.481 22.9976 -51
-STDOUT_13848=0 -9.65561 0 0 -10.0573 0 0 -178.513 -60.2076 -76.09 -36.2563 -72.481 24.9974 -51
-STDOUT_13849=0 -8.70608 0 0 -9.17039 0 0 -178.513 -59.9504 -76.09 -37.2037 -72.481 22.9976 -51
-STDOUT_13850=0 -9.32333 0 0 -9.09645 0 0 -178.513 -56.901 -76.09 -36.6485 -72.481 22.9976 -51
-STDOUT_13851=0 -10.5047 0 0 -9.9401 0 0 -178.513 -60.3043 -76.09 -35.7459 -72.481 25.9973 -51
-STDOUT_13852=0 -9.56877 0 0 -9.05184 0 0 -178.513 -58.3722 -76.09 -36.2429 -72.481 22.9976 -51
-STDOUT_13853=0 -9.13672 0 0 -9.33858 0 0 -178.513 -60.9939 -76.09 -36.4383 -72.481 22.9976 -51
-STDOUT_13854=0 -9.92058 0 0 -9.91237 0 0 -178.39 -58.798 -76.09 -32.0391 -69.6801 23.9975 -50
-STDOUT_13855=0 -9.75398 0 0 -9.26464 0 0 -178.513 -57.9444 -76.09 -35.8831 -72.481 22.9976 -51
-STDOUT_13856=0 -10.5278 0 0 -9.61382 0 0 -178.513 -59.3437 -76.09 -34.9672 -72.481 23.9975 -51
-STDOUT_13857=0 -8.76119 0 0 -9.52182 0 0 -178.513 -60.8151 -76.09 -36.8891 -72.481 22.9976 -51
-STDOUT_13858=0 -9.37845 0 0 -9.44788 0 0 -178.513 -57.7657 -76.09 -36.3339 -72.481 22.9976 -51
-STDOUT_13859=0 -9.09022 0 0 -9.66907 0 0 -178.513 -60.8723 -76.09 -36.8834 -72.481 23.9975 -51
-STDOUT_13860=0 -9.96815 0 0 -10.0846 0 0 -178.513 -59.2864 -76.09 -36.0059 -72.481 24.9974 -51
-STDOUT_13861=0 -9.53594 0 0 -9.7399 0 0 -179.653 -54.9801 -75.594 -34.7339 -73.4252 22.9976 -51
-STDOUT_13862=0 -9.70748 0 0 -9.59513 0 0 -178.513 -57.8229 -76.09 -36.3282 -72.481 23.9975 -51
-STDOUT_13863=0 -9.27543 0 0 -9.88188 0 0 -178.513 -60.4446 -76.09 -36.5237 -72.481 23.9975 -51
-STDOUT_13864=0 -8.75795 0 0 -8.70819 0 0 -178.513 -57.5656 -76.09 -37.2756 -72.481 21.9977 -51
-STDOUT_13865=0 -9.38347 0 0 -9.49566 0 0 -177.191 -56.8942 -78.6991 -34.5655 -75.0266 23.9975 -51
-STDOUT_13866=0 -9.9393 0 0 -9.55184 0 0 -178.513 -60.9689 -76.09 -36.373 -72.481 24.9974 -51
-STDOUT_13867=0 -10.5566 0 0 -9.4779 0 0 -178.513 -57.9195 -76.09 -35.8178 -72.481 24.9974 -51
-STDOUT_13868=0 -9.35519 0 0 -9.52411 0 0 -178.39 -59.4627 -76.09 -32.6663 -69.6801 22.9976 -50
-STDOUT_13869=0 -9.18859 0 0 -8.87638 0 0 -178.513 -58.6091 -76.09 -36.5102 -72.481 21.9977 -51
-STDOUT_13870=0 -9.96242 0 0 -9.22556 0 0 -178.513 -60.0084 -76.09 -35.5943 -72.481 22.9976 -51
-STDOUT_13871=0 -9.97028 0 0 -9.76464 0 0 -178.513 -60.5304 -76.09 -36.2449 -72.481 24.9974 -51
-STDOUT_13872=0 -9.56323 0 0 -9.57484 0 0 -180.494 -59.6187 -76.09 -38.8308 -74.6199 23.9975 -52
-STDOUT_13873=0 -9.97245 0 0 -9.45016 0 0 -178.39 -56.4132 -76.09 -32.1111 -69.6801 22.9976 -50
-STDOUT_13874=0 -10.5797 0 0 -9.15162 0 0 -178.513 -56.959 -76.09 -35.0392 -72.481 22.9976 -51
-STDOUT_13875=0 -9.5404 0 0 -9.73691 0 0 -178.39 -59.0349 -76.09 -32.3065 -69.6801 22.9976 -50
-STDOUT_13876=0 -10.1476 0 0 -9.43836 0 0 -178.513 -59.5806 -76.09 -35.2346 -72.481 22.9976 -51
-STDOUT_13877=0 -9.74897 0 0 -9.94788 0 0 -178.513 -60.3624 -76.09 -36.4641 -72.481 24.9974 -51
-STDOUT_13878=0 -8.81306 0 0 -9.05962 0 0 -178.513 -58.4304 -76.09 -36.961 -72.481 21.9977 -51
-STDOUT_13879=0 -9.40276 0 0 -9.69633 0 0 -178.513 -59.9511 -76.09 -36.633 -72.481 23.9975 -51
-STDOUT_13880=0 -8.97055 0 0 -9.35164 0 0 -179.653 -55.6448 -75.594 -35.361 -73.4252 21.9977 -51
-STDOUT_13881=0 -10.078 0 0 -10.0951 0 0 -178.513 -60.4196 -76.09 -36.4584 -72.481 25.9973 -51
-STDOUT_13882=0 -9.14209 0 0 -9.20687 0 0 -178.513 -58.4875 -76.09 -36.9553 -72.481 22.9976 -51
-STDOUT_13883=0 -10.02 0 0 -9.62239 0 0 -178.513 -56.9016 -76.09 -36.0779 -72.481 23.9975 -51
-STDOUT_13884=0 -9.5878 0 0 -9.2777 0 0 -179.653 -52.5953 -75.594 -34.8059 -73.4252 21.9977 -51
-STDOUT_13885=0 -8.71004 0 0 -9.49361 0 0 -178.513 -61.1092 -76.09 -37.1508 -72.481 22.9976 -51
-STDOUT_13886=0 -9.58797 0 0 -9.90913 0 0 -178.513 -59.5233 -76.09 -36.2733 -72.481 23.9975 -51
-STDOUT_13887=0 -8.81809 0 0 -9.10739 0 0 -177.191 -57.5588 -78.6991 -35.1926 -75.0266 22.9976 -51
-STDOUT_13888=0 -9.15576 0 0 -9.56444 0 0 -179.653 -55.217 -75.594 -35.0013 -73.4252 21.9977 -51
-STDOUT_13889=0 -10.4365 0 0 -9.61155 0 0 -178.39 -58.5293 -76.09 -31.7822 -69.6801 23.9975 -50
-STDOUT_13890=0 -9.3273 0 0 -9.41967 0 0 -178.513 -58.0598 -76.09 -36.5956 -72.481 22.9976 -51
-STDOUT_13891=0 -9.43534 0 0 -9.03345 0 0 -177.191 -54.5094 -78.6991 -34.6375 -75.0266 22.9976 -51
-STDOUT_13892=0 -10.0254 0 0 -10.1161 0 0 -178.513 -61.3951 -76.09 -35.9303 -72.481 24.9974 -51
-STDOUT_13893=0 -9.00329 0 0 -9.32019 0 0 -177.191 -57.1311 -78.6991 -34.8329 -75.0266 22.9976 -51
-STDOUT_13894=0 -9.99117 0 0 -9.08963 0 0 -178.513 -58.5842 -76.09 -36.4449 -72.481 23.9975 -51
-STDOUT_13895=0 -10.0239 0 0 -11.2261 0 0 -178.813 -60.7437 -76.09 -38.5857 -75.2819 24.9974 -52
-STDOUT_13896=0 -10.3544 0 0 -10.2633 0 0 -178.513 -61.4523 -76.09 -35.9246 -72.481 25.9973 -51
-STDOUT_13897=0 -9.4049 0 0 -9.37638 0 0 -178.513 -61.1951 -76.09 -36.872 -72.481 23.9975 -51
-STDOUT_13898=0 -8.99784 0 0 -9.18658 0 0 -180.494 -60.2834 -76.09 -39.4579 -74.6199 22.9976 -52
-STDOUT_13899=0 -10.343 0 0 -9.95016 0 0 -178.39 -59.01 -76.09 -32.2412 -69.6801 24.9974 -50
-STDOUT_13900=0 -9.40706 0 0 -9.0619 0 0 -178.39 -57.0779 -76.09 -32.7382 -69.6801 21.9977 -50
-STDOUT_13901=0 -10.9502 0 0 -9.65162 0 0 -178.513 -59.5557 -76.09 -35.1693 -72.481 24.9974 -51
-STDOUT_13902=0 -10.0143 0 0 -8.76335 0 0 -178.513 -57.6236 -76.09 -35.6663 -72.481 21.9977 -51
-STDOUT_13903=0 -10.0222 0 0 -9.30243 0 0 -178.513 -58.1456 -76.09 -36.3169 -72.481 23.9975 -51
-STDOUT_13904=0 -9.6151 0 0 -9.11264 0 0 -180.494 -57.234 -76.09 -38.9028 -74.6199 22.9976 -52
-STDOUT_13905=0 -8.97501 0 0 -9.34864 0 0 -178.39 -59.6996 -76.09 -32.9336 -69.6801 21.9977 -50
-STDOUT_13906=0 -9.58224 0 0 -9.05009 0 0 -178.513 -60.2453 -76.09 -35.8617 -72.481 21.9977 -51
-STDOUT_13907=0 -9.18305 0 0 -9.39938 0 0 -180.494 -59.8556 -76.09 -39.0982 -74.6199 22.9976 -52
-STDOUT_13908=0 -9.18359 0 0 -9.55962 0 0 -178.513 -61.0271 -76.09 -37.0912 -72.481 23.9975 -51
-STDOUT_13909=0 -9.59227 0 0 -9.2747 0 0 -178.39 -56.6501 -76.09 -32.3784 -69.6801 21.9977 -50
-STDOUT_13910=0 -10.1995 0 0 -8.97615 0 0 -178.513 -57.1959 -76.09 -35.3065 -72.481 21.9977 -51
-STDOUT_13911=0 -9.80084 0 0 -9.48568 0 0 -178.513 -57.9777 -76.09 -36.536 -72.481 23.9975 -51
-STDOUT_13912=0 -9.51262 0 0 -9.70687 0 0 -178.513 -61.0843 -76.09 -37.0855 -72.481 24.9974 -51
-STDOUT_13913=0 -10.3905 0 0 -10.1224 0 0 -178.513 -59.4984 -76.09 -36.208 -72.481 25.9973 -51
-STDOUT_13914=0 -9.95833 0 0 -9.7777 0 0 -179.653 -55.1921 -75.594 -34.936 -73.4252 23.9975 -51
-STDOUT_13915=0 -9.45463 0 0 -9.23412 0 0 -178.513 -57.5663 -76.09 -36.705 -72.481 22.9976 -51
-STDOUT_13916=0 -9.83153 0 0 -10.3188 0 0 -178.39 -60.2987 -76.09 -32.0785 -69.6801 23.9975 -50
-STDOUT_13917=0 -9.02242 0 0 -8.88943 0 0 -179.653 -53.26 -75.594 -35.433 -73.4252 20.9978 -51
-STDOUT_13918=0 -10.1299 0 0 -9.63293 0 0 -178.513 -58.0348 -76.09 -36.5303 -72.481 24.9974 -51
-STDOUT_13919=0 -9.02258 0 0 -9.52086 0 0 -178.513 -60.188 -76.09 -36.9004 -72.481 22.9976 -51
-STDOUT_13920=0 -10.6194 0 0 -10.1161 0 0 -178.39 -60.0427 -76.09 -31.7075 -69.6801 24.9974 -50
-STDOUT_13921=0 -8.59037 0 0 -9.17618 0 0 -179.653 -55.8817 -75.594 -35.6284 -73.4252 20.9978 -51
-STDOUT_13922=0 -9.87115 0 0 -9.22328 0 0 -178.39 -59.194 -76.09 -32.4094 -69.6801 22.9976 -50
-STDOUT_13923=0 -9.80587 0 0 -9.53345 0 0 -177.191 -57.1061 -78.6991 -34.7676 -75.0266 24.9974 -51
-STDOUT_13924=0 -8.76191 0 0 -9.03141 0 0 -178.513 -58.7245 -76.09 -37.2227 -72.481 21.9977 -51
-STDOUT_13925=0 -9.63984 0 0 -9.44692 0 0 -178.513 -57.1386 -76.09 -36.3452 -72.481 22.9976 -51
-STDOUT_13926=0 -8.86996 0 0 -8.64519 0 0 -177.191 -55.1741 -78.6991 -35.2646 -75.0266 21.9977 -51
-STDOUT_13927=0 -9.20762 0 0 -9.10223 0 0 -179.653 -52.8323 -75.594 -35.0732 -73.4252 20.9978 -51
-STDOUT_13928=0 -10.4884 0 0 -9.14934 0 0 -178.39 -56.1445 -76.09 -31.8542 -69.6801 22.9976 -50
-STDOUT_13929=0 -9.5436 0 0 -9.91967 0 0 -178.513 -60.6458 -76.09 -36.9574 -72.481 24.9974 -51
-STDOUT_13930=-236 0 -0.510826 -44.3089 0 -0.11212 -50.9828 -237.74 -98.8712 -87.1323 -43.5127 -39.034 41.9957 -43
-STDOUT_13931=-236 0 -0.510826 -44.232 0 -0.11212 -50.6247 -237.271 -98.3578 -86.9028 -44.0207 -40.017 41.9957 -43
-STDOUT_13932=-236 0 -0.510826 -45.4075 0 -0.11212 -50.9828 -241.635 -95.809 -83.9801 -43.5127 -39.8813 41.9957 -44
-STDOUT_13933=-236 0 -0.510826 -45.3306 0 -0.11212 -50.6247 -241.195 -95.2956 -83.7506 -44.0207 -40.8643 41.9957 -44
-STDOUT_13934=-236 0 -0.510826 -45.767 0 -0.11212 -50.6448 -242.221 -94.3833 -82.9994 -43.6295 -40.5376 41.9957 -44
-STDOUT_13935=-236 0 -0.510826 -45.4413 0 -0.11212 -49.414 -232.928 -101.15 -89.4719 -43.2197 -42.0549 41.9957 -43
-STDOUT_13936=-236 0 -0.510826 -45.3644 0 -0.11212 -49.0559 -232.458 -100.636 -89.2424 -43.7278 -43.0379 41.9957 -43
-STDOUT_13937=-236 0 -0.510826 -46.5399 0 -0.11212 -49.414 -236.822 -98.0875 -86.3197 -43.2197 -42.9022 41.9957 -44
-STDOUT_13938=-236 0 -0.510826 -44.2104 0 -0.11212 -52.1507 -237.936 -98.9844 -87.5438 -43.3777 -38.9033 41.9957 -43
-STDOUT_13939=-236 0 -0.510826 -45.3306 0 -0.11212 -50.6247 -240.693 -94.6819 -83.4139 -44.0207 -40.017 41.9957 -43
-STDOUT_13940=-236 0 -0.510826 -45.7421 0 -0.11212 -51.0525 -245.337 -91.6295 -80.4256 -43.5255 -40.5569 41.9957 -44
-STDOUT_13941=-236 0 -0.510826 -44.3044 0 -0.11212 -50.9437 -235.688 -100.683 -88.8785 -44.1765 -39.7088 41.9957 -43
-STDOUT_13942=-236 0 -0.510826 -44.1335 0 -0.11212 -51.7926 -237.466 -98.471 -87.3142 -43.8857 -39.8863 41.9957 -43
-STDOUT_13943=-236 0 -0.510826 -46.463 0 -0.11212 -49.0559 -236.382 -97.5741 -86.0902 -43.7278 -43.8852 41.9957 -44
-STDOUT_13944=-236 0 -0.510826 -44.2275 0 -0.11212 -50.5855 -235.218 -100.17 -88.6489 -44.6845 -40.6919 41.9957 -43
-STDOUT_13945=-236 0 -0.510826 -46.8994 0 -0.11212 -49.076 -237.408 -96.6617 -85.339 -43.3365 -43.5585 41.9957 -44
-STDOUT_13946=-236 0 -0.510826 -45.309 0 -0.11212 -52.1507 -241.83 -95.9222 -84.3916 -43.3777 -39.7506 41.9957 -44
-STDOUT_13947=-236 0 -0.510826 -45.403 0 -0.11212 -50.9437 -239.582 -97.6212 -85.7263 -44.1765 -40.5561 41.9957 -44
-STDOUT_13948=-236 0 -0.510826 -43.2029 0 -0.11212 -51.1443 -233.434 -101.821 -90.2565 -45.7011 -41.1976 41.9957 -43
-STDOUT_13949=-236 0 -0.510826 -45.2321 0 -0.11212 -51.7926 -241.39 -95.4088 -84.162 -43.8857 -40.7336 41.9957 -44
-STDOUT_13950=-236 0 -0.510826 -43.126 0 -0.11212 -50.7862 -232.965 -101.308 -90.0269 -46.2091 -42.1806 41.9957 -43
-STDOUT_13951=-236 0 -0.510826 -45.3261 0 -0.11212 -50.5855 -239.142 -97.1078 -85.4967 -44.6845 -41.5392 41.9957 -44
-STDOUT_13952=-236 0 -0.510826 -45.6684 0 -0.11212 -51.8128 -242.416 -94.4964 -83.4109 -43.4944 -40.4069 41.9957 -44
-STDOUT_13953=-236 0 -0.510826 -45.3428 0 -0.11212 -50.5819 -233.123 -101.263 -89.8834 -43.0847 -41.9242 41.9957 -43
-STDOUT_13954=-236 0 -0.510826 -45.7625 0 -0.11212 -50.6057 -240.169 -96.1954 -84.7456 -44.2933 -41.2125 41.9957 -44
-STDOUT_13955=-236 0 -0.510826 -46.463 0 -0.11212 -49.0559 -235.88 -96.9603 -85.7536 -43.7278 -43.0379 41.9957 -43
-STDOUT_13956=-236 0 -0.510826 -46.2715 0 -0.11212 -51.3909 -229.096 -102.339 -91.6725 -43.1068 -40.6324 41.9957 -42
-STDOUT_13957=-236 0 -0.510826 -44.3956 0 -0.11212 -50.9875 -236.173 -100.118 -87.7613 -47.1147 -41.1148 41.9957 -44
-STDOUT_13958=-236 0 -0.510826 -44.6684 0 -0.11212 -50.6448 -239.419 -97.4455 -86.1516 -43.6295 -39.6903 41.9957 -43
-STDOUT_13959=-236 0 -0.510826 -46.8745 0 -0.11212 -49.4837 -240.524 -93.908 -82.7652 -43.2325 -43.5778 41.9957 -44
-STDOUT_13960=-236 0 -0.510826 -45.4368 0 -0.11212 -49.3749 -230.875 -102.962 -91.2181 -43.8835 -42.7298 41.9957 -43
-STDOUT_13961=-236 0 -0.510826 -45.2659 0 -0.11212 -50.2238 -232.653 -100.749 -89.6539 -43.5927 -42.9072 41.9957 -43
-STDOUT_13962=-236 0 -0.510826 -44.3015 0 -0.11212 -51.1443 -237.329 -98.7588 -87.1043 -45.7011 -42.0449 41.9957 -44
-STDOUT_13963=-236 0 -0.510826 -45.4075 0 -0.11212 -50.9828 -241.775 -95.1952 -83.6435 -43.5127 -39.034 41.9957 -43
-STDOUT_13964=-236 0 -0.510826 -46.1946 0 -0.11212 -51.0327 -228.627 -101.825 -91.4429 -43.6148 -41.6154 41.9957 -42
-STDOUT_13965=-236 0 -0.510826 -44.3187 0 -0.11212 -50.6294 -235.704 -99.6043 -87.5317 -47.6227 -42.0978 41.9957 -44
-STDOUT_13966=-236 0 -0.510826 -45.3599 0 -0.11212 -49.0168 -230.405 -102.448 -90.9886 -44.3915 -43.7128 41.9957 -43
-STDOUT_13967=-236 0 -0.510826 -44.2246 0 -0.11212 -50.7862 -236.889 -98.2454 -86.8748 -46.2091 -43.0279 41.9957 -44
-STDOUT_13968=-236 0 -0.510826 -46.45 0 -0.11212 -52.2828 -239.473 -97.0871 -87.1323 -38.969 -36.8951 41.9957 -42
-STDOUT_13969=-236 0 -0.510826 -46.3731 0 -0.11212 -51.9246 -239.003 -96.5737 -86.9028 -39.477 -37.8782 41.9957 -42
-STDOUT_13970=-236 0 -0.510826 -46.4414 0 -0.11212 -50.5819 -237.017 -98.2007 -86.7312 -43.0847 -42.7715 41.9957 -44
-STDOUT_13971=-236 0 -0.510826 -47.3701 0 -0.11212 -51.3909 -232.991 -99.2764 -88.5203 -43.1068 -41.4797 41.9957 -43
-STDOUT_13972=-236 0 -0.510826 -44.661 0 -0.11212 -50.8063 -237.915 -97.333 -86.1236 -45.8178 -42.7012 41.9957 -44
-STDOUT_13973=-236 0 -0.510826 -45.4943 0 -0.11212 -50.9875 -240.068 -97.0555 -84.6091 -47.1147 -41.9621 41.9957 -45
-STDOUT_13974=-236 0 -0.510826 -44.4548 0 -0.11212 -50.2778 -234.437 -101.326 -90.8878 -41.9166 -39.3565 41.9957 -42
-STDOUT_13975=-236 0 -0.510826 -45.2321 0 -0.11212 -51.7926 -240.889 -94.795 -83.8254 -43.8857 -39.8863 41.9957 -43
-STDOUT_13976=-236 0 -0.510826 -46.5354 0 -0.11212 -49.3749 -234.769 -99.8997 -88.0659 -43.8835 -43.5771 41.9957 -44
-STDOUT_13977=-236 0 -0.510826 -44.3353 0 -0.11212 -49.5755 -228.622 -104.099 -92.5961 -45.4081 -44.2185 41.9957 -43
-STDOUT_13978=-236 0 -0.510826 -45.8486 0 -0.11212 -51.2048 -240.406 -95.8436 -84.3149 -44.4333 -41.2967 41.9957 -44
-STDOUT_13979=-236 0 -0.510826 -45.6436 0 -0.11212 -52.2204 -245.532 -91.7427 -80.837 -43.3905 -40.4262 41.9957 -44
-STDOUT_13980=-236 0 -0.510826 -44.2059 0 -0.11212 -52.1116 -235.883 -100.797 -89.29 -44.0415 -39.5781 41.9957 -43
-STDOUT_13981=-236 0 -0.510826 -46.3645 0 -0.11212 -50.2238 -236.577 -97.6873 -86.5017 -43.5927 -43.7545 41.9957 -44
-STDOUT_13982=-236 0 -0.510826 -44.3778 0 -0.11212 -49.9197 -233.968 -100.813 -90.6583 -42.4246 -40.3395 41.9957 -42
-STDOUT_13983=-236 0 -0.510826 -45.3261 0 -0.11212 -50.5855 -238.641 -96.494 -85.1601 -44.6845 -40.6919 41.9957 -43
-STDOUT_13984=-236 0 -0.510826 -44.2059 0 -0.11212 -52.1116 -235.923 -100.797 -89.29 -44.0415 -39.5781 41.9957 -43
-STDOUT_13985=-236 0 -0.510826 -47.2932 0 -0.11212 -51.0327 -232.551 -98.763 -88.2907 -43.6148 -42.4627 41.9957 -43
-STDOUT_13986=-236 0 -0.510826 -45.4174 0 -0.11212 -50.6294 -239.628 -96.5421 -84.3795 -47.6227 -42.9451 41.9957 -45
-STDOUT_13987=-236 0 -0.510826 -45.7376 0 -0.11212 -51.0134 -243.284 -93.4417 -82.1717 -44.1893 -41.2318 41.9957 -44
-STDOUT_13988=-236 0 -0.510826 -44.2584 0 -0.11212 -49.2174 -228.152 -103.586 -92.3666 -45.9161 -45.2015 41.9957 -43
-STDOUT_13989=-236 0 -0.510826 -44.129 0 -0.11212 -51.7535 -235.414 -100.283 -89.0604 -44.5495 -40.5612 41.9957 -43
-STDOUT_13990=-236 0 -0.510826 -46.4585 0 -0.11212 -49.0168 -234.33 -99.3863 -87.8364 -44.3915 -44.5601 41.9957 -44
-STDOUT_13991=-236 0 -0.510826 -47.5486 0 -0.11212 -52.2828 -243.367 -94.0249 -83.9801 -38.969 -37.7424 41.9957 -43
-STDOUT_13992=-236 0 -0.510826 -44.129 0 -0.11212 -51.7535 -235.454 -100.283 -89.0604 -44.5495 -40.5612 41.9957 -43
-STDOUT_13993=-236 0 -0.510826 -46.8008 0 -0.11212 -50.244 -237.604 -96.7749 -85.7505 -43.2015 -43.4278 41.9957 -44
-STDOUT_13994=-236 0 -0.510826 -47.7296 0 -0.11212 -51.0529 -233.577 -97.8507 -87.5396 -43.2235 -42.136 41.9957 -43
-STDOUT_13995=-236 0 -0.510826 -45.8537 0 -0.11212 -50.6495 -240.654 -95.6297 -83.6284 -47.2314 -42.6184 41.9957 -45
-STDOUT_13996=-236 0 -0.510826 -46.8949 0 -0.11212 -49.0369 -235.356 -98.4739 -87.0852 -44.0003 -44.2334 41.9957 -44
-STDOUT_13997=-236 0 -0.510826 -47.4717 0 -0.11212 -51.9246 -242.928 -93.5115 -83.7506 -39.477 -38.7255 41.9957 -43
-STDOUT_13998=-236 0 -0.510826 -45.528 0 -0.11212 -49.4187 -231.361 -102.396 -90.1009 -46.8217 -44.1357 41.9957 -44
-STDOUT_13999=-236 0 -0.510826 -45.5534 0 -0.11212 -50.2778 -238.332 -98.2642 -87.7356 -41.9166 -40.2038 41.9957 -43
-STDOUT_14000=-236 0 -0.510826 -45.8008 0 -0.11212 -49.076 -234.606 -99.7239 -88.4912 -43.3365 -42.7112 41.9957 -43
-STDOUT_14001=-236 0 -0.510826 -45.4339 0 -0.11212 -49.5755 -232.516 -101.037 -89.4439 -45.4081 -45.0658 41.9957 -44
-STDOUT_14002=-236 0 -0.510826 -45.3045 0 -0.11212 -52.1116 -239.778 -97.7344 -86.1378 -44.0415 -40.4254 41.9957 -44
-STDOUT_14003=-236 0 -0.510826 -46.5399 0 -0.11212 -49.414 -236.962 -97.4737 -85.9831 -43.2197 -42.0549 41.9957 -43
-STDOUT_14004=-236 0 -0.510826 -45.4511 0 -0.11212 -49.0606 -230.891 -101.883 -89.8714 -47.3297 -45.1187 41.9957 -44
-STDOUT_14005=-236 0 -0.510826 -44.9379 0 -0.11212 -50.7087 -236.173 -99.5652 -87.7613 -47.6133 -41.1148 41.9957 -44
-STDOUT_14006=-236 0 -0.510826 -45.3045 0 -0.11212 -52.1116 -239.818 -97.7344 -86.1378 -44.0415 -40.4254 41.9957 -44
-STDOUT_14007=-236 0 -0.510826 -44.2246 0 -0.11212 -50.7862 -236.387 -97.6316 -86.5381 -46.2091 -42.1806 41.9957 -43
-STDOUT_14008=-236 0 -0.510826 -47.9081 0 -0.11212 -51.9448 -243.954 -92.5991 -82.9994 -39.0857 -38.3987 41.9957 -43
-STDOUT_14009=-236 0 -0.510826 -45.4765 0 -0.11212 -49.9197 -237.892 -97.7508 -87.5061 -42.4246 -41.1868 41.9957 -43
-STDOUT_14010=-236 0 -0.510826 -44.6362 0 -0.11212 -51.214 -241.031 -94.5793 -83.5497 -45.7139 -42.7205 41.9957 -44
-STDOUT_14011=-236 0 -0.510826 -43.1984 0 -0.11212 -51.1051 -231.382 -103.633 -92.0027 -46.3649 -41.8724 41.9957 -43
-STDOUT_14012=-236 0 -0.510826 -44.861 0 -0.11212 -50.3506 -235.704 -99.0518 -87.5317 -48.1213 -42.0978 41.9957 -44
-STDOUT_14013=-236 0 -0.510826 -45.357 0 -0.11212 -49.2174 -232.076 -100.524 -89.2144 -45.9161 -46.0488 41.9957 -44
-STDOUT_14014=-236 0 -0.510826 -45.2276 0 -0.11212 -51.7535 -239.338 -97.221 -85.9082 -44.5495 -41.4085 41.9957 -44
-STDOUT_14015=-236 0 -0.510826 -45.2276 0 -0.11212 -51.7535 -239.378 -97.221 -85.9082 -44.5495 -41.4085 41.9957 -44
-STDOUT_14016=-236 0 -0.510826 -43.1215 0 -0.11212 -50.747 -230.912 -103.12 -91.7731 -46.8729 -42.8555 41.9957 -43
-STDOUT_14017=-236 0 -0.510826 -45.9128 0 -0.11212 -49.9399 -238.918 -96.8385 -86.7549 -42.0333 -40.8601 41.9957 -43
-STDOUT_14018=-236 0 -0.510826 -44.4093 0 -0.11212 -50.5043 -236.939 -99.9465 -89.4719 -41.4227 -39.0211 41.9957 -42
-STDOUT_14019=-236 0 -0.510826 -45.7934 0 -0.11212 -49.2375 -233.102 -99.6115 -88.4632 -45.5248 -45.7221 41.9957 -44
-STDOUT_14020=-236 0 -0.510826 -46.6267 0 -0.11212 -49.4187 -235.255 -99.334 -86.9487 -46.8217 -44.983 41.9957 -45
-STDOUT_14021=-236 0 -0.510826 -45.664 0 -0.11212 -51.7736 -240.364 -96.3086 -85.1571 -44.1582 -41.0817 41.9957 -44
-STDOUT_14022=-236 0 -0.510826 -46.3645 0 -0.11212 -50.2238 -236.076 -97.0735 -86.165 -43.5927 -42.9072 41.9957 -43
-STDOUT_14023=-236 0 -0.510826 -46.173 0 -0.11212 -52.5588 -229.292 -102.452 -92.084 -42.9718 -40.5016 41.9957 -42
-STDOUT_14024=-236 0 -0.510826 -44.2971 0 -0.11212 -52.1554 -236.369 -100.231 -88.1727 -46.9797 -40.9841 41.9957 -44
-STDOUT_14025=-236 0 -0.510826 -44.3324 0 -0.11212 -50.1462 -236.469 -99.4332 -89.2424 -41.9307 -40.0041 41.9957 -42
-STDOUT_14026=-236 0 -0.510826 -45.664 0 -0.11212 -51.7736 -240.404 -96.3086 -85.1571 -44.1582 -41.0817 41.9957 -44
-STDOUT_14027=-236 0 -0.510826 -44.5698 0 -0.11212 -51.8128 -239.615 -97.5586 -86.5631 -43.4944 -39.5596 41.9957 -43
-STDOUT_14028=-236 0 -0.510826 -46.981 0 -0.11212 -49.6361 -235.593 -98.1221 -86.6546 -44.1403 -44.3176 41.9957 -44
-STDOUT_14029=-236 0 -0.510826 -46.776 0 -0.11212 -50.6516 -240.719 -94.0212 -83.1767 -43.0975 -43.4471 41.9957 -44
-STDOUT_14030=-14 -8.00562 0 -8.60479 -4.75687 0 -8.37858 -157.458 -64.6551 -81.9708 -29.9385 -38.143 20.9978 -40
-STDOUT_14031=-14 -8.17026 0 -8.60479 -4.59416 0 -8.37858 -157.458 -63.4917 -81.9708 -31.2692 -38.143 20.9978 -40
-STDOUT_14032=-8 -7.64727 0 -4.98668 -5.77477 0 -4.86312 -165.167 -59.1479 -78.6265 -28.9126 -39.2779 19.9979 -41
-STDOUT_14033=-14 -7.88329 0 -8.60479 -4.60308 0 -8.37858 -158.529 -62.8896 -81.9236 -33.8042 -38.0635 20.9978 -41
-STDOUT_14034=-8 -7.81191 0 -4.98668 -5.61206 0 -4.86312 -165.167 -57.9845 -78.6265 -30.2433 -39.2779 19.9979 -41
-STDOUT_14035=-8 -7.52494 0 -4.98668 -5.62098 0 -4.86312 -166.238 -57.3823 -78.5793 -32.7784 -39.1984 19.9979 -42
-STDOUT_14036=-14 -8.38581 0 -8.60479 -4.93233 0 -8.37858 -157.458 -64.4182 -81.9708 -29.6711 -38.143 21.9977 -40
-STDOUT_14037=-14 -8.55044 0 -8.60479 -4.76962 0 -8.37858 -157.458 -63.2548 -81.9708 -31.0018 -38.143 21.9977 -40
-STDOUT_14038=-14 -7.27628 0 -8.44642 -4.25614 0 -7.09831 -163.97 -60.0532 -81.9708 -27.3928 -38.143 18.998 -40
-STDOUT_14039=-14 -7.44092 0 -8.44642 -4.09343 0 -7.09831 -163.97 -58.8898 -81.9707 -28.7235 -38.143 18.998 -40
-STDOUT_14040=-8 -8.02746 0 -4.98668 -5.95023 0 -4.86312 -165.167 -58.911 -78.6265 -28.6453 -39.278 20.9978 -41
-STDOUT_14041=-14 -8.01023 0 -8.60479 -4.72765 0 -8.37858 -157.458 -63.7562 -81.9708 -31.9137 -38.143 20.9978 -40
-STDOUT_14042=-14 -8.26347 0 -8.60479 -4.77854 0 -8.37858 -158.529 -62.6526 -81.9236 -33.5369 -38.0635 21.9977 -41
-STDOUT_14043=-14 -8.2738 0 -8.60479 -4.79467 0 -8.37858 -157.458 -64.8563 -81.9708 -30.3722 -38.143 21.9977 -40
-STDOUT_14044=-8 -8.19209 0 -4.98668 -5.78752 0 -4.86312 -165.167 -57.7476 -78.6265 -29.976 -39.278 20.9978 -41
-STDOUT_14045=-8 -6.91793 0 -4.82831 -5.27404 0 -3.58285 -171.679 -54.5459 -78.6265 -26.3669 -39.2779 17.9981 -41
-STDOUT_14046=-14 -8.43843 0 -8.60479 -4.63196 0 -8.37858 -157.458 -63.6929 -81.9708 -31.7029 -38.143 21.9977 -40
-STDOUT_14047=-14 -7.15395 0 -8.44642 -4.10235 0 -7.09831 -165.041 -58.2876 -81.9235 -31.2585 -38.0635 18.998 -41
-STDOUT_14048=-14 -9.39649 0 -8.60479 -4.83055 0 -8.37858 -157.458 -64.0766 -81.9708 -30.2482 -38.143 20.9978 -40
-STDOUT_14049=-8 -7.08257 0 -4.82831 -5.11133 0 -3.58285 -171.679 -53.3826 -78.6265 -27.6976 -39.2779 17.9981 -41
-STDOUT_14050=-8 -7.65188 0 -4.98668 -5.74555 0 -4.86312 -165.167 -58.249 -78.6265 -30.8879 -39.278 19.9979 -41
-STDOUT_14051=-8 -7.90512 0 -4.98668 -5.79644 0 -4.86312 -166.238 -57.1454 -78.5793 -32.511 -39.1984 20.9978 -42
-STDOUT_14052=-8 -7.91545 0 -4.98668 -5.81256 0 -4.86312 -165.167 -59.3491 -78.6265 -29.3464 -39.2779 20.9978 -41
-STDOUT_14053=-14 -8.15146 0 -8.60479 -4.64088 0 -8.37858 -158.529 -63.0908 -81.9236 -34.238 -38.0635 21.9977 -41
-STDOUT_14054=-14 -9.4085 0 -8.60479 -5.0049 0 -8.37858 -157.458 -62.2101 -81.9708 -30.6957 -38.143 20.9978 -40
-STDOUT_14055=-8 -8.08008 0 -4.98668 -5.64986 0 -4.86312 -165.167 -58.1857 -78.6265 -30.6771 -39.2779 20.9978 -41
-STDOUT_14056=-8 -6.7956 0 -4.82831 -5.12025 0 -3.58285 -172.75 -52.7804 -78.5793 -30.2327 -39.1984 17.9981 -42
-STDOUT_14057=-14 -9.29552 0 -8.60479 -5.03759 0 -8.37858 -157.458 -65.4333 -81.9708 -28.8038 -38.143 20.9978 -40
-STDOUT_14058=-8 -9.03814 0 -4.98668 -5.84845 0 -4.86312 -165.167 -58.5694 -78.6265 -29.2224 -39.278 19.9979 -41
-STDOUT_14059=-14 -7.81493 0 -8.60479 -5.08312 0 -8.37858 -157.458 -65.5553 -81.9708 -29.3854 -38.143 21.9977 -40
-STDOUT_14060=-14 -8.10175 0 -8.60479 -4.86587 0 -8.37858 -158.529 -64.7777 -81.9236 -32.4094 -38.0635 21.9977 -41
-STDOUT_14061=-14 -9.46015 0 -8.60479 -4.87488 0 -8.37858 -157.458 -64.2699 -81.9708 -30.1345 -38.143 20.9978 -40
-STDOUT_14062=-14 -7.97956 0 -8.60479 -4.92041 0 -8.37858 -157.458 -64.3919 -81.9708 -30.7161 -38.143 21.9977 -40
-STDOUT_14063=-14 -8.26639 0 -8.60479 -4.70316 0 -8.37858 -158.529 -63.6143 -81.9236 -33.7402 -38.0635 21.9977 -41
-STDOUT_14064=-8 -7.79312 0 -4.98668 -5.65877 0 -4.86312 -166.238 -57.5835 -78.5793 -33.2121 -39.1984 20.9978 -42
-STDOUT_14065=-8 -9.05015 0 -4.98668 -6.0228 0 -4.86312 -165.167 -56.7029 -78.6265 -29.6698 -39.278 19.9979 -41
-STDOUT_14066=-8 -8.93717 0 -4.98668 -6.05549 0 -4.86312 -165.167 -59.926 -78.6265 -27.7779 -39.278 19.9979 -41
-STDOUT_14067=-14 -9.17319 0 -8.60479 -4.8838 0 -8.37858 -158.529 -63.6677 -81.9236 -32.6695 -38.0635 20.9978 -41
-STDOUT_14068=-14 -8.99971 0 -8.60479 -4.99326 0 -8.37858 -157.458 -65.6441 -81.9708 -29.3602 -38.143 20.9978 -40
-STDOUT_14069=-8 -7.45658 0 -4.98668 -6.10102 0 -4.86312 -165.167 -60.048 -78.6265 -28.3595 -39.2779 20.9978 -41
-STDOUT_14070=-8 -7.7434 0 -4.98668 -5.88377 0 -4.86312 -166.238 -59.2705 -78.5793 -31.3836 -39.1984 20.9978 -42
-STDOUT_14071=-8 -9.1018 0 -4.98668 -5.89278 0 -4.86312 -165.167 -58.7626 -78.6265 -29.1087 -39.278 19.9979 -41
-STDOUT_14072=-14 -7.69259 0 -8.60479 -4.92933 0 -8.37858 -158.529 -63.7897 -81.9236 -33.2511 -38.0635 21.9977 -41
-STDOUT_14073=-8 -7.77504 0 -4.98668 -6.1726 0 -4.86312 -163.846 -56.9395 -81.2356 -25.7567 -41.8235 19.9979 -41
-STDOUT_14074=-8 -7.62121 0 -4.98668 -5.93831 0 -4.86312 -165.167 -58.8847 -78.6265 -29.6903 -39.2779 20.9978 -41
-STDOUT_14075=-8 -7.90804 0 -4.98668 -5.72106 0 -4.86312 -166.238 -58.1071 -78.5793 -32.7143 -39.1984 20.9978 -42
-STDOUT_14076=-8 -7.93967 0 -4.98668 -6.00989 0 -4.86312 -163.846 -55.7761 -81.2356 -27.0874 -41.8235 19.9979 -41
-STDOUT_14077=-14 -7.82372 0 -8.60479 -4.95795 0 -8.37858 -157.458 -65.7078 -81.9708 -30.5939 -38.143 20.9978 -40
-STDOUT_14078=-8 -8.81484 0 -4.98668 -5.9017 0 -4.86312 -166.238 -58.1605 -78.5793 -31.6437 -39.1984 19.9979 -42
-STDOUT_14079=-14 -7.98835 0 -8.60479 -4.79525 0 -8.37858 -157.458 -64.5444 -81.9708 -31.9246 -38.143 20.9978 -40
-STDOUT_14080=-14 -8.25144 0 -8.60479 -5.20517 0 -8.37858 -158.529 -66.4261 -81.9236 -30.5952 -38.0635 20.9978 -41
-STDOUT_14081=-8 -8.64136 0 -4.98668 -6.01116 0 -4.86312 -165.167 -60.1369 -78.6265 -28.3343 -39.2779 19.9979 -41
-STDOUT_14082=-14 -6.90701 0 -8.60479 -4.75687 0 -7.86775 -166.345 -58.8849 -78.6265 -28.1467 -39.2779 20.9978 -41
-STDOUT_14083=-14 -8.2353 0 -8.60479 -4.7524 0 -8.37858 -160.972 -61.9667 -82.4668 -28.8724 -37.1988 19.9979 -40
-STDOUT_14084=-8 -7.33424 0 -4.98668 -5.94722 0 -4.86312 -166.238 -58.2825 -78.5793 -32.2253 -39.1984 20.9978 -42
-STDOUT_14085=-8 -7.6527 0 -4.98668 -6.01881 0 -4.86312 -164.916 -55.1739 -81.1884 -29.6224 -41.744 19.9979 -42
-STDOUT_14086=-14 -8.41607 0 -8.60479 -5.04247 0 -8.37858 -158.529 -65.2628 -81.9236 -31.926 -38.0635 20.9978 -41
-STDOUT_14087=-14 -7.07164 0 -8.60479 -4.59416 0 -7.86775 -166.345 -57.7215 -78.6265 -29.4774 -39.2779 20.9978 -41
-STDOUT_14088=-14 -8.30783 0 -8.60479 -5.05138 0 -8.37858 -158.529 -65.1445 -81.9236 -32.0697 -38.0635 20.9978 -41
-STDOUT_14089=-8 -7.46537 0 -4.98668 -5.97585 0 -4.86312 -165.167 -60.2006 -78.6265 -29.5681 -39.2779 19.9979 -41
-STDOUT_14090=-14 -7.70139 0 -8.60479 -4.80416 0 -8.37858 -158.529 -63.9422 -81.9236 -34.4597 -38.0635 20.9978 -41
-STDOUT_14091=-8 -7.63 0 -4.98668 -5.81314 0 -4.86312 -165.167 -59.0372 -78.6265 -30.8988 -39.2779 19.9979 -41
-STDOUT_14092=-8 -7.89309 0 -4.98668 -6.22307 0 -4.86312 -166.238 -60.9189 -78.5793 -29.5694 -39.1984 19.9979 -42
-STDOUT_14093=-14 -7.65646 0 -8.44642 -4.4316 0 -7.09831 -163.97 -59.8163 -81.9708 -27.1254 -38.143 19.9979 -40
-STDOUT_14094=-8 -7.87695 0 -4.98668 -5.7703 0 -4.86312 -168.681 -56.4595 -79.1225 -27.8465 -38.3338 18.998 -41
-STDOUT_14095=-14 -6.78468 0 -8.60479 -4.60308 0 -7.86775 -167.416 -57.1193 -78.5793 -32.0125 -39.1984 20.9978 -42
-STDOUT_14096=-8 -8.05772 0 -4.98668 -6.06037 0 -4.86312 -166.238 -59.7555 -78.5793 -30.9001 -39.1984 19.9979 -42
-STDOUT_14097=-14 -7.8211 0 -8.44642 -4.26889 0 -7.09831 -163.97 -58.6529 -81.9708 -28.4561 -38.143 19.9979 -40
-STDOUT_14098=-14 -8.8082 0 -8.60479 -4.97013 0 -8.37858 -157.458 -64.6302 -81.9708 -29.8732 -38.143 22.9976 -40
-STDOUT_14099=-8 -7.94948 0 -4.98668 -6.06928 0 -4.86312 -166.238 -59.6373 -78.5793 -31.0438 -39.1984 19.9979 -42
-STDOUT_14100=-14 -8.97283 0 -8.60479 -4.80742 0 -8.37858 -157.458 -63.4668 -81.9708 -31.2039 -38.143 22.9976 -40
-STDOUT_14101=-8 -8.23506 0 -4.98668 -5.85173 0 -4.86312 -162.973 -61.2694 -79.2507 -29.6058 -38.4306 19.9979 -40
-STDOUT_14102=-14 -8.39041 0 -8.60479 -4.90312 0 -8.37858 -157.458 -63.5193 -81.9708 -31.6463 -38.143 21.9977 -40
-STDOUT_14103=-14 -6.62966 0 -8.44642 -4.25614 0 -7.55029 -167.617 -56.3141 -79.3183 -26.6996 -39.3231 18.998 -40
-STDOUT_14104=-8 -7.34304 0 -4.98668 -5.82206 0 -4.86312 -166.238 -58.435 -78.5793 -33.4338 -39.1984 19.9979 -42
-STDOUT_14105=-8 -8.39969 0 -4.98668 -5.68902 0 -4.86312 -162.973 -60.1061 -79.2507 -30.9365 -38.4306 19.9979 -40
-STDOUT_14106=-14 -8.44436 0 -8.60479 -5.1139 0 -8.37858 -158.529 -62.6232 -81.9236 -33.0491 -38.0635 21.9977 -41
-STDOUT_14107=-14 -6.79429 0 -8.44642 -4.09343 0 -7.55029 -167.617 -55.1508 -79.3183 -28.0303 -39.3231 18.998 -40
-STDOUT_14108=-8 -7.29811 0 -4.82831 -5.4495 0 -3.58285 -171.679 -54.309 -78.6265 -26.0996 -39.278 18.998 -41
-STDOUT_14109=-14 -7.28089 0 -8.44642 -4.22692 0 -7.09831 -163.97 -59.1543 -81.9707 -29.368 -38.143 18.998 -40
-STDOUT_14110=-14 -7.53413 0 -8.44642 -4.27781 0 -7.09831 -165.041 -58.0507 -81.9235 -30.9912 -38.0635 19.9979 -41
-STDOUT_14111=-14 -7.54446 0 -8.44642 -4.29393 0 -7.09831 -163.97 -60.2544 -81.9708 -27.8265 -38.143 19.9979 -40
-STDOUT_14112=-14 -9.77667 0 -8.60479 -5.00601 0 -8.37858 -157.458 -63.8397 -81.9708 -29.9809 -38.143 21.9977 -40
-STDOUT_14113=-8 -7.46275 0 -4.82831 -5.28679 0 -3.58285 -171.679 -53.1456 -78.6265 -27.4303 -39.278 18.998 -41
-STDOUT_14114=-8 -8.44985 0 -4.98668 -5.98803 0 -4.86312 -165.167 -59.1229 -78.6265 -28.8473 -39.278 21.9977 -41
-STDOUT_14115=-14 -8.68587 0 -8.60479 -4.81634 0 -8.37858 -158.529 -62.8646 -81.9236 -33.7389 -38.0635 22.9976 -41
-STDOUT_14116=-14 -7.70909 0 -8.44642 -4.13123 0 -7.09831 -163.97 -59.091 -81.9707 -29.1572 -38.143 19.9979 -40
-STDOUT_14117=-14 -8.18885 0 -8.60479 -4.93955 0 -8.37858 -158.529 -64.8851 -81.9236 -32.8543 -38.0635 21.9977 -41
-STDOUT_14118=-8 -8.61448 0 -4.98668 -5.82532 0 -4.86312 -165.167 -57.9596 -78.6265 -30.1781 -39.278 21.9977 -41
-STDOUT_14119=-8 -8.03206 0 -4.98668 -5.92101 0 -4.86312 -165.167 -58.0121 -78.6265 -30.6205 -39.278 20.9978 -41
-STDOUT_14120=-14 -8.66715 0 -8.44642 -4.32982 0 -7.09831 -163.97 -59.4746 -81.9707 -27.7025 -38.143 18.998 -40
-STDOUT_14121=-8 -8.11273 0 -4.98668 -5.69794 0 -4.86312 -164.043 -59.5039 -79.2035 -33.4715 -38.3511 19.9979 -41
-STDOUT_14122=-8 -6.27131 0 -4.82831 -5.27404 0 -4.03484 -175.326 -50.8069 -75.974 -25.6738 -40.4581 17.9981 -41
-STDOUT_14123=-14 -6.50733 0 -8.44642 -4.10235 0 -7.55029 -168.688 -54.5486 -79.2711 -30.5654 -39.2436 18.998 -41
-STDOUT_14124=-14 -7.89167 0 -8.60479 -4.95442 0 -8.37858 -157.458 -65.8547 -81.9708 -30.7084 -38.143 21.9977 -40
-STDOUT_14125=-14 -8.2784 0 -8.60479 -4.76545 0 -8.37858 -157.458 -63.9574 -81.9708 -32.3475 -38.143 21.9977 -40
-STDOUT_14126=-6 -8.46499 0 -3.61811 -5.36154 0 -3.51546 -165.067 -57.765 -82.3035 -26.9285 -37.4501 18.998 -39
-STDOUT_14127=-8 -8.08601 0 -4.98668 -6.1318 0 -4.86312 -166.238 -57.116 -78.5793 -32.0233 -39.1984 20.9978 -42
-STDOUT_14128=-8 -6.43594 0 -4.82831 -5.11133 0 -4.03484 -175.326 -49.6435 -75.974 -27.0045 -40.4581 17.9981 -41
-STDOUT_14129=-14 -9.78868 0 -8.60479 -5.18037 0 -8.37858 -157.458 -61.9732 -81.9708 -30.4283 -38.143 21.9977 -40
-STDOUT_14130=FEATURES_TXT_END_0
-STDOUT_14131=FEATURES_TXT_BEGIN_0 5 400 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_14132=0 -3.06843 0 0 -2.70471 0 0 -67.9958 -30.0541 -51.546 -8.60848 -25.8026 7.99917 -23
-STDOUT_14133=0 -3.16299 0 0 -2.15264 0 0 -70.7793 -27.2867 -47.7598 -7.91533 -23.8134 7.99917 -23
-STDOUT_14134=0 -2.98864 0 0 -1.97829 0 0 -71.4126 -28.2465 -49.0045 -7.22218 -20.9918 7.99917 -22
-STDOUT_14135=0 -3.13989 0 0 -2.87906 0 0 -67.9958 -31.5243 -51.546 -9.38143 -25.8026 7.99917 -23
-STDOUT_14136=0 -3.27763 0 0 -2.90538 0 0 -67.9958 -31.0659 -51.546 -9.43561 -25.8026 8.99907 -23
-STDOUT_14137=0 -3.45031 0 0 -2.9138 0 0 -67.9958 -30.5045 -51.546 -9.40977 -25.8026 8.99907 -23
-STDOUT_14138=0 -3.2525 0 0 -2.89458 0 0 -67.9958 -31.9548 -51.546 -8.75229 -25.8026 8.99907 -23
-STDOUT_14139=0 -3.39034 0 0 -2.42815 0 0 -70.7793 -27.6932 -47.7598 -8.70146 -23.8134 8.99907 -23
-STDOUT_14140=0 -3.21599 0 0 -2.25379 0 0 -71.4126 -28.653 -49.0045 -8.00831 -20.9918 8.99907 -22
-STDOUT_14141=0 -3.23445 0 0 -2.32699 0 0 -70.7793 -28.757 -47.7598 -8.68828 -23.8134 7.99917 -23
-STDOUT_14142=0 -3.49257 0 0 -2.98208 0 0 -67.9958 -30.9429 -51.546 -8.918 -25.8026 8.99907 -23
-STDOUT_14143=0 -3.37219 0 0 -2.35331 0 0 -70.7793 -28.2986 -47.7598 -8.74246 -23.8134 8.99907 -23
-STDOUT_14144=0 -3.54487 0 0 -2.36173 0 0 -70.7793 -27.7372 -47.7598 -8.71662 -23.8134 8.99907 -23
-STDOUT_14145=0 -3.0601 0 0 -2.15264 0 0 -71.4126 -29.7167 -49.0045 -7.99513 -20.9918 7.99917 -22
-STDOUT_14146=0 -3.34706 0 0 -2.34251 0 0 -70.7793 -29.1874 -47.7598 -8.05915 -23.8134 8.99907 -23
-STDOUT_14147=0 -3.37052 0 0 -2.18738 0 0 -71.4126 -28.6969 -49.0045 -8.02347 -20.9918 8.99907 -22
-STDOUT_14148=0 -3.17271 0 0 -2.16815 0 0 -71.4126 -30.1472 -49.0045 -7.366 -20.9918 8.99907 -22
-STDOUT_14149=0 -3.58713 0 0 -2.43001 0 0 -70.7793 -28.1755 -47.7598 -8.22486 -23.8134 8.99907 -23
-STDOUT_14150=0 -3.41278 0 0 -2.25566 0 0 -71.4126 -29.1353 -49.0045 -7.53171 -20.9918 8.99907 -22
-STDOUT_14151=0 -2.89408 0 0 -2.53036 0 0 -69.8557 -31.0138 -52.7907 -7.91533 -22.9809 7.99917 -22
-STDOUT_14152=0 -3.30313 0 0 -3.10592 0 0 -67.9958 -31.9306 -51.546 -9.14082 -25.8026 8.99907 -23
-STDOUT_14153=0 -3.31302 0 0 -3.21554 0 0 -67.9958 -31.8768 -51.546 -9.00899 -25.8026 8.99907 -23
-STDOUT_14154=0 -3.39769 0 0 -2.55385 0 0 -70.7793 -29.1632 -47.7598 -8.44767 -23.8134 8.99907 -23
-STDOUT_14155=0 -3.69126 0 0 -3.21554 0 0 -67.9958 -31.2556 -51.546 -8.72964 -25.8026 8.99907 -23
-STDOUT_14156=0 -3.40758 0 0 -2.66347 0 0 -70.7793 -29.1094 -47.7598 -8.31584 -23.8134 8.99907 -23
-STDOUT_14157=0 -3.23322 0 0 -2.48911 0 0 -71.4126 -30.0692 -49.0045 -7.62269 -20.9918 8.99907 -22
-STDOUT_14158=0 -3.13818 0 0 -2.37949 0 0 -71.4126 -31.1419 -49.0045 -7.34906 -20.9918 8.99907 -22
-STDOUT_14159=0 -3.78582 0 0 -2.66347 0 0 -70.7793 -28.4882 -47.7598 -8.03649 -23.8134 8.99907 -23
-STDOUT_14160=0 -2.95292 0 0 -2.25272 0 0 -70.997 -29.4003 -49.2703 -9.30162 -24.179 7.99917 -23
-STDOUT_14161=0 -3.61146 0 0 -2.48911 0 0 -71.4126 -29.448 -49.0045 -7.34334 -20.9918 8.99907 -22
-STDOUT_14162=0 -2.77857 0 0 -2.07837 0 0 -71.6303 -30.3601 -50.515 -8.60847 -21.3573 7.99917 -22
-STDOUT_14163=0 -3.32396 0 0 -3.06893 0 0 -67.9958 -32.8304 -51.546 -9.52525 -25.8026 8.99907 -23
-STDOUT_14164=0 -2.95292 0 0 -2.25272 0 0 -71.3246 -27.9517 -49.1686 -9.30162 -25.2776 7.99917 -23
-STDOUT_14165=0 -2.77857 0 0 -2.07837 0 0 -71.9579 -28.9114 -50.4133 -8.60847 -22.4559 7.99917 -22
-STDOUT_14166=0 -3.60775 0 0 -2.98022 0 0 -67.9958 -31.3013 -51.546 -10.7576 -25.8026 8.99907 -23
-STDOUT_14167=0 -3.41852 0 0 -2.51686 0 0 -70.7793 -30.063 -47.7598 -8.8321 -23.8134 8.99907 -23
-STDOUT_14168=0 -2.85378 0 0 -2.70471 0 0 -67.9958 -34.0549 -51.546 -11.5285 -25.8026 7.99917 -23
-STDOUT_14169=0 -3.45658 0 0 -3.29991 0 0 -67.9958 -32.1533 -51.546 -9.47689 -25.8026 8.99907 -23
-STDOUT_14170=0 -3.34909 0 0 -3.07973 0 0 -67.9958 -32.5362 -51.546 -10.2086 -25.8026 8.99907 -23
-STDOUT_14171=0 -3.52177 0 0 -3.08816 0 0 -67.9958 -31.9748 -51.546 -10.1827 -25.8026 8.99907 -23
-STDOUT_14172=0 -3.24417 0 0 -2.34251 0 0 -71.4126 -31.0228 -49.0045 -8.13895 -20.9918 8.99907 -22
-STDOUT_14173=0 -3.4618 0 0 -2.6025 0 0 -70.7793 -29.1635 -47.7598 -9.47441 -23.8134 8.99907 -23
-STDOUT_14174=0 -3.65951 0 0 -3.11447 0 0 -67.9958 -31.5164 -51.546 -10.2369 -25.8026 9.99896 -23
-STDOUT_14175=0 -3.4617 0 0 -3.09525 0 0 -67.9958 -32.9666 -51.546 -9.57943 -25.8026 9.99896 -23
-STDOUT_14176=0 -3.01223 0 0 -2.61381 0 0 -71.2902 -29.5478 -49.6652 -7.73086 -23.7693 8.99907 -23
-STDOUT_14177=0 -3.63438 0 0 -3.10367 0 0 -67.9958 -32.4052 -51.546 -9.55358 -25.8026 9.99896 -23
-STDOUT_14178=0 -3.59954 0 0 -2.62882 0 0 -70.7793 -28.7051 -47.7598 -9.52859 -23.8134 9.99896 -23
-STDOUT_14179=0 -3.77222 0 0 -2.63724 0 0 -70.7793 -28.1437 -47.7598 -9.50275 -23.8134 9.99896 -23
-STDOUT_14180=0 -3.28745 0 0 -2.42815 0 0 -71.4126 -30.1233 -49.0045 -8.78126 -20.9918 8.99907 -22
-STDOUT_14181=0 -3.57441 0 0 -2.61801 0 0 -70.7793 -29.5939 -47.7598 -8.84527 -23.8134 9.99896 -23
-STDOUT_14182=0 -2.94834 0 0 -2.15264 0 0 -70.7793 -31.2876 -47.7598 -10.8354 -23.8134 7.99917 -23
-STDOUT_14183=0 -3.55114 0 0 -2.74784 0 0 -70.7793 -29.3859 -47.7598 -8.78374 -23.8134 8.99907 -23
-STDOUT_14184=0 -3.59787 0 0 -2.46288 0 0 -71.4126 -29.1035 -49.0045 -8.8096 -20.9918 9.99896 -22
-STDOUT_14185=0 -3.44365 0 0 -2.52766 0 0 -70.7793 -29.7688 -47.7598 -9.51542 -23.8134 8.99907 -23
-STDOUT_14186=0 -3.61633 0 0 -2.53609 0 0 -70.7793 -29.2074 -47.7598 -9.48957 -23.8134 8.99907 -23
-STDOUT_14187=0 -3.33345 0 0 -4.75352 0 0 -67.9958 -30.3121 -51.546 -7.36676 -25.8026 7.99917 -23
-STDOUT_14188=0 -3.70177 0 0 -3.18275 0 0 -67.9958 -31.9547 -51.546 -9.74514 -25.8026 9.99896 -23
-STDOUT_14189=0 -3.87445 0 0 -3.19117 0 0 -67.9958 -31.3933 -51.546 -9.71929 -25.8026 9.99896 -23
-STDOUT_14190=0 -3.40006 0 0 -2.44366 0 0 -71.4126 -30.5537 -49.0045 -8.15213 -20.9918 9.99896 -22
-STDOUT_14191=0 -2.77398 0 0 -1.97829 0 0 -71.4126 -32.2473 -49.0045 -10.1422 -20.9918 7.99917 -22
-STDOUT_14192=0 -3.67664 0 0 -3.17195 0 0 -67.9958 -32.8436 -51.546 -9.06182 -25.8026 9.99896 -23
-STDOUT_14193=0 -3.81448 0 0 -2.70552 0 0 -70.7793 -28.582 -47.7598 -9.01098 -23.8134 9.99896 -23
-STDOUT_14194=0 -3.75407 0 0 -2.5624 0 0 -70.7793 -28.749 -47.7598 -9.54375 -23.8134 9.99896 -23
-STDOUT_14195=0 -3.44198 0 0 -2.36173 0 0 -71.4126 -30.1672 -49.0045 -8.79642 -20.9918 8.99907 -22
-STDOUT_14196=0 -3.55626 0 0 -2.54318 0 0 -70.7793 -30.1993 -47.7598 -8.88628 -23.8134 9.99896 -23
-STDOUT_14197=0 -3.10679 0 0 -2.06174 0 0 -74.0737 -26.7804 -45.879 -7.03771 -21.7801 8.99907 -23
-STDOUT_14198=0 -3.72894 0 0 -2.5516 0 0 -70.7793 -29.6379 -47.7598 -8.86043 -23.8134 9.99896 -23
-STDOUT_14199=0 -3.64013 0 0 -2.53116 0 0 -71.4126 -29.5418 -49.0045 -8.31784 -20.9918 9.99896 -22
-STDOUT_14200=0 -3.55459 0 0 -2.37724 0 0 -71.4126 -30.5976 -49.0045 -8.16729 -20.9918 9.99896 -22
-STDOUT_14201=0 -3.42801 0 0 -4.20145 0 0 -70.7793 -27.5447 -47.7598 -6.67362 -23.8134 7.99917 -23
-STDOUT_14202=0 -3.29163 0 0 -2.57348 0 0 -71.4126 -31.3646 -49.0045 -7.68513 -20.9918 8.99907 -22
-STDOUT_14203=0 -3.79633 0 0 -2.63068 0 0 -70.7793 -29.1874 -47.7598 -9.05199 -23.8134 9.99896 -23
-STDOUT_14204=0 -3.96901 0 0 -2.6391 0 0 -70.7793 -28.626 -47.7598 -9.02614 -23.8134 9.99896 -23
-STDOUT_14205=0 -6.30101 0 0 -3.40359 0 0 -63.2692 -38.2466 -59.8288 -9.00209 -19.4815 7.99917 -20
-STDOUT_14206=0 -3.7712 0 0 -2.61988 0 0 -70.7793 -30.0762 -47.7598 -8.36867 -23.8134 9.99896 -23
-STDOUT_14207=0 -3.25609 0 0 -3.30659 0 0 -67.9958 -33.5387 -51.546 -9.78921 -25.8026 9.99896 -23
-STDOUT_14208=0 -2.96554 0 0 -2.70471 0 0 -69.8557 -32.4841 -52.7907 -8.68828 -22.9809 7.99917 -22
-STDOUT_14209=0 -3.25365 0 0 -4.02709 0 0 -71.4126 -28.5045 -49.0045 -5.98047 -20.9918 7.99917 -22
-STDOUT_14210=0 -3.79466 0 0 -2.46475 0 0 -71.4126 -29.5857 -49.0045 -8.333 -20.9918 9.99896 -22
-STDOUT_14211=0 -3.59685 0 0 -2.44552 0 0 -71.4126 -31.036 -49.0045 -7.67552 -20.9918 9.99896 -22
-STDOUT_14212=0 -3.27596 0 0 -2.73945 0 0 -69.8557 -31.4643 -52.7907 -8.71662 -22.9809 8.99907 -22
-STDOUT_14213=0 -3.07815 0 0 -2.72022 0 0 -69.8557 -32.9145 -52.7907 -8.05915 -22.9809 8.99907 -22
-STDOUT_14214=0 -3.39026 0 0 -2.52823 0 0 -70.997 -29.2666 -49.2703 -9.06731 -24.179 8.99907 -23
-STDOUT_14215=0 -3.37459 0 0 -3.28027 0 0 -67.9958 -33.4008 -51.546 -9.91377 -25.8026 8.99907 -23
-STDOUT_14216=0 -6.39557 0 0 -2.85152 0 0 -66.0527 -35.4792 -56.0426 -8.30895 -17.4923 7.99917 -20
-STDOUT_14217=0 -3.21591 0 0 -2.35388 0 0 -71.6303 -30.2264 -50.515 -8.37416 -21.3573 8.99907 -22
-STDOUT_14218=0 -3.35065 0 0 -2.75452 0 0 -70.7793 -30.7714 -47.7598 -9.09607 -23.8134 9.99896 -23
-STDOUT_14219=0 -3.68501 0 0 -3.31501 0 0 -67.9958 -32.381 -51.546 -9.94211 -25.8026 9.99896 -23
-STDOUT_14220=0 -3.31822 0 0 -2.80773 0 0 -69.8557 -31.9026 -52.7907 -8.22486 -22.9809 8.99907 -22
-STDOUT_14221=0 -3.4872 0 0 -3.29578 0 0 -67.9958 -33.8313 -51.546 -9.28464 -25.8026 9.99896 -23
-STDOUT_14222=0 -3.62504 0 0 -2.82935 0 0 -70.7793 -29.5697 -47.7598 -9.2338 -23.8134 9.99896 -23
-STDOUT_14223=0 -3.12727 0 0 -2.42708 0 0 -71.2068 -29.0598 -48.7988 -9.99477 -24.7716 7.99917 -23
-STDOUT_14224=0 -6.22121 0 0 -2.67717 0 0 -66.686 -36.439 -57.2873 -7.6158 -14.6707 7.99917 -19
-STDOUT_14225=0 -3.17536 0 0 -3.21554 0 0 -67.9958 -33.204 -51.546 -11.299 -25.8026 8.99907 -23
-STDOUT_14226=0 -3.52221 0 0 -3.41621 0 0 -67.9958 -32.8886 -51.546 -9.83612 -25.8026 9.99896 -23
-STDOUT_14227=0 -3.6949 0 0 -3.42463 0 0 -67.9958 -32.3272 -51.546 -9.81028 -25.8026 9.99896 -23
-STDOUT_14228=0 -3.49709 0 0 -3.4054 0 0 -67.9958 -33.7775 -51.546 -9.15281 -25.8026 9.99896 -23
-STDOUT_14229=0 -3.46915 0 0 -2.7282 0 0 -70.7793 -30.6335 -47.7598 -9.22063 -23.8134 8.99907 -23
-STDOUT_14230=0 -3.63493 0 0 -2.93897 0 0 -70.7793 -29.516 -47.7598 -9.10197 -23.8134 9.99896 -23
-STDOUT_14231=0 -3.72727 0 0 -3.38329 0 0 -67.9958 -32.8194 -51.546 -9.45035 -25.8026 9.99896 -23
-STDOUT_14232=0 -3.0754 0 0 -3.81521 0 0 -87.5262 -15.7527 -33.811 -8.69755 -27.3083 10.9989 -28
-STDOUT_14233=0 -2.91367 0 0 -3.62535 0 0 -87.5262 -15.2572 -33.811 -8.84197 -27.3083 9.99896 -28
-STDOUT_14234=0 -3.2427 0 0 -4.21642 0 0 -87.5262 -17.2618 -33.811 -8.91762 -27.3083 11.9988 -28
-STDOUT_14235=0 -3.96375 0 0 -3.03507 0 0 -94.9474 -17.9769 -34.0913 -21.633 -39.4336 11.9988 -33
-STDOUT_14236=0 -4.00728 0 0 -3.35658 0 0 -94.9474 -19.2588 -34.0913 -21.8386 -39.4336 12.9986 -33
-STDOUT_14237=0 -3.14842 0 0 -3.82602 0 0 -87.5262 -15.9527 -33.811 -9.08453 -27.3083 10.9989 -28
-STDOUT_14238=0 -2.94206 0 0 -3.63615 0 0 -87.5262 -15.5483 -33.811 -9.02819 -27.3083 9.99896 -28
-STDOUT_14239=0 -3.36222 0 0 -2.7562 0 0 -87.5262 -16.3803 -33.811 -9.61934 -27.3083 10.9989 -28
-STDOUT_14240=0 -3.3263 0 0 -3.07772 0 0 -87.5262 -17.7491 -33.811 -9.87829 -27.3083 11.9988 -28
-STDOUT_14241=0 -3.08097 0 0 -4.02656 0 0 -87.5262 -16.7663 -33.811 -9.06204 -27.3083 10.9989 -28
-STDOUT_14242=0 -3.80202 0 0 -2.8452 0 0 -94.9474 -17.4814 -34.0913 -21.7774 -39.4336 10.9989 -33
-STDOUT_14243=0 -3.34041 0 0 -5.86402 0 0 -87.5262 -16.0107 -33.811 -7.45584 -27.3083 10.9989 -28
-STDOUT_14244=0 -4.13105 0 0 -3.43627 0 0 -94.9474 -19.4861 -34.0913 -21.8531 -39.4336 12.9986 -33
-STDOUT_14245=0 -3.84555 0 0 -3.16672 0 0 -94.9474 -18.7633 -34.0913 -21.983 -39.4336 11.9988 -33
-STDOUT_14246=0 -3.71107 0 0 -4.03557 0 0 -87.5262 -16.6501 -33.811 -8.89663 -27.3083 11.9988 -28
-STDOUT_14247=0 -4.17458 0 0 -3.75779 0 0 -94.9474 -20.7679 -34.0913 -22.0587 -39.4336 13.9985 -33
-STDOUT_14248=0 -3.5047 0 0 -3.84571 0 0 -87.5262 -16.2456 -33.811 -8.84029 -27.3083 10.9989 -28
-STDOUT_14249=0 -3.74957 0 0 -2.70905 0 0 -91.8213 -18.249 -31.2492 -13.6809 -27.5067 12.9986 -29
-STDOUT_14250=0 -3.31572 0 0 -4.22723 0 0 -87.5262 -17.4619 -33.811 -9.3046 -27.3083 11.9988 -28
-STDOUT_14251=0 -3.20049 0 0 -2.56634 0 0 -87.5262 -15.8848 -33.811 -9.76376 -27.3083 9.99896 -28
-STDOUT_14252=0 -2.68639 0 0 -2.52729 0 0 -87.5262 -17.8668 -33.811 -10.9245 -27.3083 10.9989 -28
-STDOUT_14253=0 -3.16457 0 0 -2.88785 0 0 -87.5262 -17.2536 -33.811 -10.0227 -27.3083 10.9989 -28
-STDOUT_14254=0 -3.10936 0 0 -4.03736 0 0 -87.5262 -17.0574 -33.811 -9.24826 -27.3083 10.9989 -28
-STDOUT_14255=0 -3.52952 0 0 -3.15741 0 0 -87.5262 -17.8894 -33.811 -9.83941 -27.3083 11.9988 -28
-STDOUT_14256=0 -3.71414 0 0 -4.57449 0 0 -87.5262 -14.8917 -33.811 -8.17879 -27.3083 10.9989 -28
-STDOUT_14257=0 -3.4936 0 0 -3.47893 0 0 -87.5262 -19.2582 -33.811 -10.0984 -27.3083 12.9986 -28
-STDOUT_14258=0 -4.03677 0 0 -3.04587 0 0 -94.9474 -18.177 -34.0913 -22.02 -39.4336 11.9988 -33
-STDOUT_14259=0 -3.69822 0 0 -4.32604 0 0 -87.5262 -16.9542 -33.811 -8.81871 -27.3083 11.9988 -28
-STDOUT_14260=0 -3.83041 0 0 -2.856 0 0 -94.9474 -17.7725 -34.0913 -21.9637 -39.4336 10.9989 -33
-STDOUT_14261=0 -4.0803 0 0 -3.36739 0 0 -94.9474 -19.4588 -34.0913 -22.2256 -39.4336 12.9986 -33
-STDOUT_14262=0 -3.45728 0 0 -4.02431 0 0 -87.5262 -16.2032 -33.811 -9.49884 -27.3083 11.9988 -28
-STDOUT_14263=0 -4.05831 0 0 -2.483 0 0 -101.241 -15.2096 -30.3051 -20.9399 -37.4445 11.9988 -33
-STDOUT_14264=0 -3.87394 0 0 -3.17752 0 0 -94.9474 -19.0544 -34.0913 -22.1692 -39.4336 11.9988 -33
-STDOUT_14265=0 -3.17868 0 0 -5.67415 0 0 -87.5262 -15.5152 -33.811 -7.60026 -27.3083 9.99896 -28
-STDOUT_14266=0 -3.96932 0 0 -3.24641 0 0 -94.9474 -18.9906 -34.0913 -21.9975 -39.4336 11.9988 -33
-STDOUT_14267=0 -4.10184 0 0 -2.80451 0 0 -101.241 -16.4914 -30.3051 -21.1454 -37.4445 12.9986 -33
-STDOUT_14268=0 -3.50771 0 0 -6.26523 0 0 -87.5262 -17.5198 -33.811 -7.67591 -27.3083 11.9988 -28
-STDOUT_14269=0 -4.01285 0 0 -3.56792 0 0 -94.9474 -20.2724 -34.0913 -22.2031 -39.4336 12.9986 -33
-STDOUT_14270=0 -3.43524 0 0 -2.76701 0 0 -87.5262 -16.5803 -33.811 -10.0063 -27.3083 10.9989 -28
-STDOUT_14271=0 -3.84823 0 0 -2.58308 0 0 -98.4938 -17.3231 -31.8156 -22.3262 -37.81 11.9988 -33
-STDOUT_14272=0 -3.39932 0 0 -3.08852 0 0 -87.5262 -17.9491 -33.811 -10.2653 -27.3083 11.9988 -28
-STDOUT_14273=0 -3.25182 0 0 -4.5853 0 0 -87.5262 -15.8328 -33.811 -8.94932 -27.3083 10.9989 -28
-STDOUT_14274=0 -3.87837 0 0 -4.43678 0 0 -87.5262 -18.1592 -33.811 -9.1167 -27.3083 12.9986 -28
-STDOUT_14275=0 -3.58784 0 0 -2.51919 0 0 -91.8213 -17.7535 -31.2492 -13.8253 -27.5067 11.9988 -29
-STDOUT_14276=0 -4.28557 0 0 -2.85859 0 0 -98.4938 -17.1895 -31.8156 -22.0919 -37.81 12.9986 -33
-STDOUT_14277=0 -3.22888 0 0 -2.57714 0 0 -87.5262 -16.1759 -33.811 -9.94998 -27.3083 9.99896 -28
-STDOUT_14278=0 -3.47071 0 0 -4.97267 0 0 -85.3616 -16.9095 -34.8198 -9.3907 -27.5803 10.9989 -28
-STDOUT_14279=0 -4.22876 0 0 -5.08387 0 0 -94.9474 -18.235 -34.0913 -20.3913 -39.4336 11.9988 -33
-STDOUT_14280=0 -3.19296 0 0 -2.89866 0 0 -87.5262 -17.5447 -33.811 -10.2089 -27.3083 10.9989 -28
-STDOUT_14281=0 -3.04546 0 0 -4.39543 0 0 -87.5262 -15.4283 -33.811 -8.89298 -27.3083 9.99896 -28
-STDOUT_14282=0 -3.67201 0 0 -4.24691 0 0 -87.5262 -17.7547 -33.811 -9.06037 -27.3083 11.9988 -28
-STDOUT_14283=0 -3.89176 0 0 -2.9046 0 0 -98.4938 -18.605 -31.8156 -22.5317 -37.81 12.9986 -33
-STDOUT_14284=0 -2.52466 0 0 -2.33743 0 0 -87.5262 -17.3713 -33.811 -11.0689 -27.3083 9.99896 -28
-STDOUT_14285=0 -3.99872 0 0 -3.39603 0 0 -91.6179 -16.7018 -33.811 -13.9145 -31.5861 11.9988 -30
-STDOUT_14286=0 -3.91687 0 0 -3.11026 0 0 -91.8213 -19.7581 -31.2492 -13.9009 -27.5067 13.9985 -29
-STDOUT_14287=0 -4.3291 0 0 -3.1801 0 0 -98.4938 -18.4713 -31.8156 -22.2974 -37.81 13.9985 -33
-STDOUT_14288=0 -4.27229 0 0 -5.40539 0 0 -94.9474 -19.5168 -34.0913 -20.5969 -39.4336 12.9986 -33
-STDOUT_14289=0 -4.59942 0 0 -3.25542 0 0 -94.9474 -18.8743 -34.0913 -21.8321 -39.4336 12.9986 -33
-STDOUT_14290=0 -3.36779 0 0 -2.96755 0 0 -87.5262 -17.3939 -33.811 -9.98383 -27.3083 10.9989 -28
-STDOUT_14291=0 -3.55241 0 0 -4.38463 0 0 -87.5262 -14.3962 -33.811 -8.32322 -27.3083 9.99896 -28
-STDOUT_14292=0 -2.85369 0 0 -2.9285 0 0 -87.5262 -19.3759 -33.811 -11.1445 -27.3083 11.9988 -28
-STDOUT_14293=0 -3.33187 0 0 -3.28906 0 0 -87.5262 -18.7627 -33.811 -10.2428 -27.3083 11.9988 -28
-STDOUT_14294=0 -4.04225 0 0 -3.71755 0 0 -91.6179 -17.9837 -33.811 -14.12 -31.5861 12.9986 -30
-STDOUT_14295=0 -4.39306 0 0 -3.06556 0 0 -94.9474 -18.4698 -34.0913 -21.7758 -39.4336 11.9988 -33
-STDOUT_14296=0 -3.53649 0 0 -4.13617 0 0 -87.5262 -16.4587 -33.811 -8.96313 -27.3083 10.9989 -28
-STDOUT_14297=0 -3.88145 0 0 -4.9757 0 0 -87.5262 -16.4008 -33.811 -8.39887 -27.3083 11.9988 -28
-STDOUT_14298=0 -3.41343 0 0 -5.87482 0 0 -87.5262 -16.2108 -33.811 -7.84282 -27.3083 10.9989 -28
-STDOUT_14299=0 -4.20408 0 0 -3.44708 0 0 -94.9474 -19.6861 -34.0913 -22.2401 -39.4336 12.9986 -33
-STDOUT_14300=0 -4.64295 0 0 -3.57694 0 0 -94.9474 -20.1561 -34.0913 -22.0377 -39.4336 13.9985 -33
-STDOUT_14301=0 -3.86552 0 0 -4.72725 0 0 -87.5262 -18.4633 -33.811 -9.03878 -27.3083 12.9986 -28
-STDOUT_14302=0 -3.20707 0 0 -5.68496 0 0 -87.5262 -15.8063 -33.811 -7.78648 -27.3083 9.99896 -28
-STDOUT_14303=0 -3.29555 0 0 -3.83444 0 0 -87.5262 -15.7077 -33.811 -9.64326 -27.3083 10.9989 -28
-STDOUT_14304=0 -3.99771 0 0 -3.25721 0 0 -94.9474 -19.2816 -34.0913 -22.1837 -39.4336 11.9988 -33
-STDOUT_14305=0 -4.43659 0 0 -3.38707 0 0 -94.9474 -19.7517 -34.0913 -21.9813 -39.4336 12.9987 -33
-STDOUT_14306=0 -3.95873 0 0 -4.62626 0 0 -87.5262 -16.7144 -33.811 -8.57931 -27.3083 11.9988 -28
-STDOUT_14307=0 -3.89658 0 0 -2.29313 0 0 -101.241 -14.7141 -30.3051 -21.0843 -37.4445 10.9989 -33
-STDOUT_14308=0 -3.62723 0 0 -4.80501 0 0 -87.5262 -16.6383 -33.811 -8.37763 -27.3083 10.9989 -28
-STDOUT_14309=0 -4.6025 0 0 -3.79434 0 0 -94.9474 -17.116 -34.0913 -21.1143 -39.4336 11.9988 -33
-STDOUT_14310=0 -3.75658 0 0 -2.99424 0 0 -91.6179 -17.4658 -33.811 -14.0906 -31.5861 10.9989 -30
-STDOUT_14311=0 -3.59131 0 0 -5.12653 0 0 -87.5262 -18.0071 -33.811 -8.63658 -27.3083 11.9988 -28
-STDOUT_14312=0 -4.24761 0 0 -3.76859 0 0 -94.9474 -20.968 -34.0913 -22.4456 -39.4336 13.9985 -33
-STDOUT_14313=0 -3.72066 0 0 -3.31575 0 0 -91.6179 -18.8346 -33.811 -14.3496 -31.5861 11.9988 -30
-STDOUT_14314=0 -3.18658 0 0 -4.17507 0 0 -87.5262 -16.1548 -33.811 -8.42401 -27.3083 8.99906 -28
-STDOUT_14315=0 -3.62458 0 0 -4.42551 0 0 -87.5262 -17.7123 -33.811 -9.71891 -27.3083 12.9986 -28
-STDOUT_14316=0 -3.1316 0 0 -3.90612 0 0 -84.2318 -16.259 -35.6918 -9.57516 -29.3416 9.99896 -28
-STDOUT_14317=0 -4.22561 0 0 -2.8842 0 0 -101.241 -16.7187 -30.3051 -21.1599 -37.4445 12.9986 -33
-STDOUT_14318=0 -4.04124 0 0 -3.57873 0 0 -94.9474 -20.5635 -34.0913 -22.3893 -39.4336 12.9986 -33
-STDOUT_14319=0 -4.58657 0 0 -3.54589 0 0 -94.9474 -19.1784 -34.0913 -21.7542 -39.4336 12.9986 -33
-STDOUT_14320=0 -3.37065 0 0 -4.36494 0 0 -87.5262 -16.5707 -33.811 -8.56783 -27.3083 9.99896 -28
-STDOUT_14321=0 -3.94011 0 0 -2.61465 0 0 -101.241 -15.9959 -30.3051 -21.2899 -37.4445 11.9988 -33
-STDOUT_14322=0 -3.34598 0 0 -6.07536 0 0 -87.5262 -17.0244 -33.811 -7.82033 -27.3083 10.9989 -28
-STDOUT_14323=0 -3.8226 0 0 -2.71986 0 0 -91.8213 -18.449 -31.2492 -14.0679 -27.5067 12.9986 -29
-STDOUT_14324=0 -3.60435 0 0 -4.36564 0 0 -87.5262 -15.6163 -33.811 -9.44319 -27.3083 11.9988 -28
-STDOUT_14325=0 -3.99789 0 0 -2.97656 0 0 -87.5262 -17.2776 -33.811 -9.81842 -27.3083 11.9988 -28
-STDOUT_14326=0 -4.64602 0 0 -4.11586 0 0 -94.9474 -18.3978 -34.0913 -21.3198 -39.4336 12.9986 -33
-STDOUT_14327=0 -3.96197 0 0 -3.29808 0 0 -87.5262 -18.6464 -33.811 -10.0774 -27.3083 12.9986 -28
-STDOUT_14328=0 -3.61624 0 0 -2.52999 0 0 -91.8213 -18.0446 -31.2492 -14.0115 -27.5067 11.9988 -29
-STDOUT_14329=0 -3.6865 0 0 -2.39321 0 0 -98.4938 -16.8277 -31.8156 -22.4706 -37.81 10.9989 -33
-STDOUT_14330=0 -2.75941 0 0 -2.5381 0 0 -87.5262 -18.0669 -33.811 -11.3114 -27.3083 10.9989 -28
-STDOUT_14331=0 -4.91274 0 0 -4.46803 0 0 -94.5375 -20.4119 -35.1002 -26.7266 -46.3135 12.9986 -35
-STDOUT_14332=-136 0 -0.979321 -30.8633 0 -0.6307 -31.0418 -179.673 -35.757 -35.4164 -16.8884 -18.0968 24.9974 -25
-STDOUT_14333=-136 0 -0.979321 -30.0373 0 -0.6307 -31.0295 -175.834 -40.4902 -39.281 -17.2774 -18.2439 24.9974 -25
-STDOUT_14334=-136 0 -0.979321 -29.7542 0 -0.6307 -29.5588 -176.549 -37.3123 -37.0584 -19.324 -20.4915 24.9974 -25
-STDOUT_14335=-136 0 -0.979321 -28.9283 0 -0.6307 -29.5464 -172.71 -42.0456 -40.923 -19.713 -20.6386 24.9974 -25
-STDOUT_14336=-136 0 -0.979321 -30.8147 0 -0.6307 -31.1824 -178.077 -37.3304 -36.9269 -17.2542 -18.4624 24.9974 -25
-STDOUT_14337=-136 0 -0.979321 -29.9888 0 -0.6307 -31.1701 -174.238 -42.0636 -40.7915 -17.6433 -18.6095 24.9974 -25
-STDOUT_14338=-136 0 -0.979321 -30.5097 0 -0.6307 -30.9945 -178.335 -37.4654 -37.457 -17.3194 -18.5056 24.9974 -25
-STDOUT_14339=-136 0 -0.979321 -29.6838 0 -0.6307 -30.9821 -174.496 -42.1987 -41.3216 -17.7085 -18.6526 24.9974 -25
-STDOUT_14340=-136 0 -0.979321 -30.2545 0 -0.6307 -29.8278 -175.096 -39.365 -39.2026 -18.9445 -20.086 24.9974 -25
-STDOUT_14341=-136 0 -0.979321 -29.4285 0 -0.6307 -29.8155 -171.258 -44.0983 -43.0672 -19.3336 -20.2331 24.9974 -25
-STDOUT_14342=-134 0 -0.853548 -30.7491 0 -0.6307 -30.4537 -181.178 -33.5708 -34.0122 -14.7688 -18.9584 24.9974 -26
-STDOUT_14343=-136 0 -0.979321 -30.7334 0 -0.6307 -30.7464 -179.183 -36.4532 -36.4553 -17.8669 -19.055 24.9974 -25
-STDOUT_14344=-136 0 -0.979321 -30.4941 0 -0.6307 -30.7372 -177.086 -38.2249 -37.342 -18.6556 -19.8175 24.9974 -25
-STDOUT_14345=-134 0 -0.853548 -29.9231 0 -0.6307 -30.4414 -177.339 -38.304 -37.8768 -15.1578 -19.1055 24.9974 -26
-STDOUT_14346=-136 0 -0.979321 -29.9442 0 -0.6307 -31.6009 -177.015 -39.0766 -38.0264 -18.4025 -19.4922 24.9974 -25
-STDOUT_14347=-136 0 -0.979321 -29.9075 0 -0.6307 -30.7341 -175.344 -41.1865 -40.32 -18.256 -19.2021 24.9974 -25
-STDOUT_14348=-134 0 -0.853548 -29.64 0 -0.6307 -28.9707 -178.055 -35.1261 -35.6542 -17.2044 -21.353 24.9974 -26
-STDOUT_14349=-136 0 -0.979321 -29.6244 0 -0.6307 -29.2634 -176.059 -38.0085 -38.0974 -20.3026 -21.4496 24.9974 -25
-STDOUT_14350=-136 0 -0.979321 -29.3851 0 -0.6307 -29.2542 -173.963 -39.7803 -38.984 -21.0912 -22.2121 24.9974 -25
-STDOUT_14351=-136 0 -0.979321 -29.94 0 -0.6307 -31.561 -180.439 -35.888 -35.5764 -18.1731 -19.3654 24.9974 -25
-STDOUT_14352=-134 0 -0.853548 -28.8141 0 -0.6307 -28.9583 -174.216 -39.8594 -39.5189 -17.5934 -21.5001 24.9974 -26
-STDOUT_14353=-136 0 -0.979321 -29.4876 0 -0.6307 -29.68 -177.31 -38.6363 -38.1381 -19.3632 -20.4564 24.9974 -25
-STDOUT_14354=-136 0 -0.979321 -28.8352 0 -0.6307 -30.1179 -173.891 -40.6319 -39.6684 -20.8381 -21.8868 24.9974 -25
-STDOUT_14355=-136 0 -0.979321 -28.7984 0 -0.6307 -29.251 -172.221 -42.7418 -41.962 -20.6916 -21.5967 24.9974 -25
-STDOUT_14356=-136 0 -0.979321 -29.1141 0 -0.6307 -31.5487 -176.601 -40.6213 -39.441 -18.5621 -19.5124 24.9974 -25
-STDOUT_14357=-134 0 -0.853548 -30.7005 0 -0.6307 -30.5943 -179.582 -35.1442 -35.5227 -15.1346 -19.3239 24.9974 -26
-STDOUT_14358=-136 0 -0.979321 -30.6849 0 -0.6307 -30.887 -177.587 -38.0266 -37.9659 -18.2328 -19.4206 24.9974 -25
-STDOUT_14359=-136 0 -0.979321 -28.6617 0 -0.6307 -29.6676 -173.471 -43.3696 -42.0027 -19.7523 -20.6035 24.9974 -25
-STDOUT_14360=-136 0 -0.979321 -30.4455 0 -0.6307 -30.8778 -175.49 -39.7983 -38.8525 -19.0214 -20.183 24.9974 -25
-STDOUT_14361=-134 0 -0.853548 -29.8746 0 -0.6307 -30.582 -175.743 -39.8774 -39.3873 -15.5236 -19.471 24.9974 -26
-STDOUT_14362=-136 0 -0.979321 -29.8957 0 -0.6307 -31.7415 -175.419 -40.65 -39.5369 -18.7683 -19.8577 24.9974 -25
-STDOUT_14363=-136 0 -0.979321 -29.8589 0 -0.6307 -30.8747 -173.748 -42.7599 -41.8305 -18.6218 -19.5676 24.9974 -25
-STDOUT_14364=-134 0 -0.853548 -30.3955 0 -0.6307 -30.4064 -179.841 -35.2792 -36.0528 -15.1998 -19.3671 24.9974 -26
-STDOUT_14365=-136 0 -0.979321 -29.8275 0 -0.6307 -30.7001 -180.146 -38.3962 -35.4164 -20.3849 -20.8978 24.9974 -26
-STDOUT_14366=-136 0 -0.979321 -30.3799 0 -0.6307 -30.6991 -177.845 -38.1616 -38.4959 -18.298 -19.4637 24.9974 -25
-STDOUT_14367=-138 0 -0.853548 -31.0618 0 -0.6307 -30.5752 -180.392 -37.7909 -34.9005 -24.1623 -26.3943 25.9973 -27
-STDOUT_14368=-136 0 -0.979321 -30.1406 0 -0.6307 -30.6899 -175.749 -39.9334 -39.3826 -19.0866 -20.2262 24.9974 -25
-STDOUT_14369=-138 0 -0.853548 -30.9247 0 -0.6307 -31.2245 -182.108 -37.061 -34.1332 -23.8466 -25.3776 25.9973 -27
-STDOUT_14370=-136 0 -0.979321 -30.4247 0 -0.6307 -29.936 -173.428 -40.6003 -39.9601 -20.3586 -21.4027 24.9974 -25
-STDOUT_14371=-134 0 -0.853548 -29.5696 0 -0.6307 -30.3941 -176.002 -40.0125 -39.9174 -15.5888 -19.5142 24.9974 -26
-STDOUT_14372=-136 0 -0.979321 -29.0016 0 -0.6307 -30.6878 -176.308 -43.1294 -39.281 -20.7739 -21.0448 24.9974 -26
-STDOUT_14373=-136 0 -0.979321 -29.5907 0 -0.6307 -31.5536 -175.677 -40.785 -40.067 -18.8335 -19.9009 24.9974 -25
-STDOUT_14374=-136 0 -0.979321 -29.5539 0 -0.6307 -30.6867 -174.006 -42.8949 -42.3606 -18.687 -19.6108 24.9974 -25
-STDOUT_14375=-134 0 -0.853548 -30.1403 0 -0.6307 -29.2397 -176.602 -37.1788 -37.7984 -16.8249 -20.9476 24.9974 -26
-STDOUT_14376=-138 0 -0.853548 -30.2359 0 -0.6307 -30.5628 -176.553 -42.5241 -38.7651 -24.5513 -26.5414 25.9973 -27
-STDOUT_14377=-138 0 -0.853548 -30.0988 0 -0.6307 -31.2121 -178.269 -41.7942 -37.9978 -24.2357 -25.5247 25.9973 -27
-STDOUT_14378=-136 0 -0.979321 -29.9653 0 -0.6307 -30.1439 -179.825 -37.6217 -37.8319 -17.987 -19.1955 24.9974 -25
-STDOUT_14379=-136 0 -0.979321 -30.1246 0 -0.6307 -29.5324 -174.607 -40.0612 -40.2416 -19.9231 -21.0442 24.9974 -25
-STDOUT_14380=-136 0 -0.979321 -30.6558 0 -0.6307 -30.6884 -171.924 -40.7178 -40.1843 -21.0192 -21.9878 24.9974 -25
-STDOUT_14381=-136 0 -0.979321 -29.5988 0 -0.6307 -29.9237 -169.589 -45.3335 -43.8247 -20.7476 -21.5498 24.9974 -25
-STDOUT_14382=-136 0 -0.979321 -29.8853 0 -0.6307 -29.5232 -172.51 -41.833 -41.1282 -20.7117 -21.8067 24.9974 -25
-STDOUT_14383=-136 0 -0.979321 -31.1075 0 -0.6307 -31.0202 -176.016 -38.4086 -38.2689 -19.1979 -20.3901 24.9974 -25
-STDOUT_14384=-138 0 -0.853548 -29.9528 0 -0.6307 -29.0921 -177.268 -39.3462 -36.5426 -26.5979 -28.789 25.9973 -27
-STDOUT_14385=-138 0 -0.853548 -29.8157 0 -0.6307 -29.7414 -178.984 -38.6163 -35.7753 -26.2823 -27.7723 25.9973 -27
-STDOUT_14386=-134 0 -0.853548 -29.3144 0 -0.6307 -29.2274 -172.763 -41.9121 -41.663 -17.2139 -21.0946 24.9974 -26
-STDOUT_14387=-136 0 -0.979321 -29.1394 0 -0.6307 -30.1315 -175.986 -42.355 -41.6965 -18.376 -19.3425 24.9974 -25
-STDOUT_14388=-136 0 -0.979321 -29.3354 0 -0.6307 -30.3869 -172.439 -42.6846 -41.8126 -20.4586 -21.4814 24.9974 -25
-STDOUT_14389=-136 0 -0.979321 -29.2987 0 -0.6307 -29.52 -170.768 -44.7945 -44.1062 -20.3121 -21.1912 24.9974 -25
-STDOUT_14390=-136 0 -0.979321 -29.3157 0 -0.6307 -28.453 -170.304 -42.1556 -41.6022 -22.7942 -23.7974 24.9974 -25
-STDOUT_14391=-136 0 -0.979321 -29.8811 0 -0.6307 -30.8325 -177.665 -38.9539 -35.4164 -23.2678 -21.9041 24.9974 -26
-STDOUT_14392=-136 0 -0.979321 -29.8299 0 -0.6307 -30.676 -168.085 -45.4511 -44.0489 -21.4082 -22.1348 24.9974 -25
-STDOUT_14393=-136 0 -0.979321 -29.7607 0 -0.6307 -30.7721 -182.61 -35.7711 -36.1049 -18.7506 -20.3245 24.9974 -26
-STDOUT_14394=-136 0 -0.979321 -30.2816 0 -0.6307 -31.0078 -172.177 -43.1419 -42.1335 -19.5869 -20.5372 24.9974 -25
-STDOUT_14395=-138 0 -0.853548 -29.1269 0 -0.6307 -29.0798 -173.429 -44.0795 -40.4072 -26.9869 -28.936 25.9973 -27
-STDOUT_14396=-138 0 -0.853548 -28.9897 0 -0.6307 -29.7291 -175.145 -43.3496 -39.6399 -26.6713 -27.9194 25.9973 -27
-STDOUT_14397=-136 0 -0.979321 -28.8563 0 -0.6307 -28.6608 -176.701 -39.1771 -39.474 -20.4226 -21.5901 24.9974 -25
-STDOUT_14398=-136 0 -0.979321 -29.5468 0 -0.6307 -29.2054 -168.8 -42.2732 -41.8264 -23.4548 -24.3824 24.9974 -25
-STDOUT_14399=-136 0 -0.979321 -28.4898 0 -0.6307 -28.4406 -166.465 -46.8889 -45.4668 -23.1832 -23.9445 24.9974 -25
-STDOUT_14400=-136 0 -0.979321 -29.0551 0 -0.6307 -30.8201 -173.826 -43.6871 -39.281 -23.6569 -22.0512 24.9974 -26
-STDOUT_14401=-136 0 -0.979321 -29.9985 0 -0.6307 -29.5371 -172.893 -39.964 -39.9109 -21.6335 -22.7848 24.9974 -25
-STDOUT_14402=-134 0 -0.853548 -30.6192 0 -0.6307 -30.1583 -180.689 -34.267 -35.0512 -15.7473 -19.9165 24.9974 -26
-STDOUT_14403=-134 -0.276412 -0.853548 -30.8633 -0.280671 -0.6307 -30.4537 -181.178 -34.1806 -34.0122 -14.9722 -18.9584 25.9973 -26
-STDOUT_14404=-138 0 -0.853548 -31.0133 0 -0.6307 -30.7158 -178.796 -39.3643 -36.411 -24.5281 -26.7599 25.9973 -27
-STDOUT_14405=-138 0 -0.853548 -30.8762 0 -0.6307 -31.3651 -180.512 -38.6344 -35.6437 -24.2125 -25.7432 25.9973 -27
-STDOUT_14406=-134 0 -0.853548 -30.3799 0 -0.6307 -30.1491 -178.592 -36.0388 -35.9378 -16.536 -20.679 24.9974 -26
-STDOUT_14407=-136 0 -0.979321 -28.0303 0 -0.6307 -28.6485 -172.862 -43.9103 -43.3386 -20.8117 -21.7372 24.9974 -25
-STDOUT_14408=-136 0 -0.979321 -30.3762 0 -0.6307 -30.0766 -171.832 -42.1737 -41.4706 -20.7244 -21.7683 24.9974 -25
-STDOUT_14409=-136 0 -0.979321 -28.772 0 -0.6307 -29.3494 -174.541 -40.5092 -37.0584 -25.7035 -24.2988 24.9974 -26
-STDOUT_14410=-136 0 -0.979321 -30.3643 0 -0.6307 -30.4418 -176.597 -38.9212 -38.381 -19.6341 -20.7756 24.9974 -25
-STDOUT_14411=-136 0 -0.979321 -28.7208 0 -0.6307 -29.193 -164.962 -47.0064 -45.691 -23.8438 -24.5295 24.9974 -25
-STDOUT_14412=-136 0 -0.979321 -28.6517 0 -0.6307 -29.289 -179.487 -37.3264 -37.747 -21.1862 -22.7191 24.9974 -26
-STDOUT_14413=-136 0 -0.979321 -29.1726 0 -0.6307 -29.5248 -169.054 -44.6972 -43.7755 -22.0225 -22.9319 24.9974 -25
-STDOUT_14414=-136 0 -0.979321 -30.5641 0 -0.6307 -29.909 -174.821 -38.3344 -37.7788 -21.4717 -22.4425 24.9974 -25
-STDOUT_14415=-134 0 -0.853548 -29.83 0 -0.6307 -31.0128 -178.521 -36.8904 -36.6222 -16.2828 -20.3537 24.9974 -26
-STDOUT_14416=-134 0 -0.853548 -29.7933 0 -0.6307 -30.146 -176.85 -39.0003 -38.9158 -16.1363 -20.0636 24.9974 -26
-STDOUT_14417=-136 0 -0.979321 -28.9042 0 -0.6307 -31.2193 -179.711 -38.5272 -35.5764 -21.6696 -22.1663 24.9974 -26
-STDOUT_14418=-134 -0.276412 -0.853548 -30.0373 -0.280671 -0.6307 -30.4414 -177.339 -38.9138 -37.8768 -15.3612 -19.1055 25.9973 -26
-STDOUT_14419=-138 0 -0.853548 -30.1873 0 -0.6307 -30.7034 -174.957 -44.0975 -40.2756 -24.9172 -26.9069 25.9973 -27
-STDOUT_14420=-138 0 -0.853548 -30.0502 0 -0.6307 -31.3527 -176.673 -43.3676 -39.5084 -24.6015 -25.8903 25.9973 -27
-STDOUT_14421=-136 0 -0.979321 -28.5644 0 -0.6307 -30.1992 -177.378 -38.7674 -38.2982 -20.648 -21.7249 24.9974 -25
-STDOUT_14422=-136 0 -0.979321 -29.9167 0 -0.6307 -30.2845 -178.229 -39.1951 -39.3424 -18.3529 -19.561 24.9974 -25
-STDOUT_14423=-136 0 -0.979321 -29.8144 0 -0.6307 -31.3055 -176.525 -39.7728 -39.0654 -19.381 -20.4503 24.9974 -25
-STDOUT_14424=-136 0 -0.979321 -30.6072 0 -0.6307 -30.829 -170.328 -42.2912 -41.6948 -21.385 -22.3533 24.9974 -25
-STDOUT_14425=-136 0 -0.979321 -29.5502 0 -0.6307 -30.0643 -167.993 -46.9069 -45.3352 -21.1134 -21.9154 24.9974 -25
-STDOUT_14426=-136 0 -0.979321 -27.9461 0 -0.6307 -29.3371 -170.702 -45.2425 -40.923 -26.0925 -24.4459 24.9974 -26
-STDOUT_14427=-136 0 -0.979321 -31.059 0 -0.6307 -31.1608 -174.42 -39.982 -39.7794 -19.5637 -20.7557 24.9974 -25
-STDOUT_14428=-134 0 -0.853548 -29.5102 0 -0.6307 -28.6753 -177.565 -35.8224 -36.6932 -18.183 -22.3112 24.9974 -26
-STDOUT_14429=-134 -0.276412 -0.853548 -29.7542 -0.280671 -0.6307 -28.9707 -178.055 -35.7359 -35.6543 -17.4078 -21.353 25.9973 -26
-STDOUT_14430=-136 0 -0.979321 -30.8309 0 -0.6307 -30.7901 -178.773 -37.1548 -36.6111 -19.449 -20.0908 24.9974 -25
-STDOUT_14431=-136 0 -0.979321 -29.7382 0 -0.6307 -29.8966 -170.982 -43.0676 -41.6434 -21.8607 -22.5896 24.9974 -25
-STDOUT_14432=0 -3.22888 0 0 -2.51105 0 0 -87.5262 -16.1759 -33.811 -9.94998 -27.3083 9.99896 -28
-STDOUT_14433=0 -3.20049 0 0 -2.60173 0 0 -87.5262 -15.8848 -33.811 -9.76376 -27.3083 9.99896 -28
-STDOUT_14434=-6 -1.82178 0 -4.28603 -1.36422 0 -5.21611 -89.382 -17.01 -32.0654 -11.7791 -25.7279 10.9989 -28
-STDOUT_14435=-6 -1.79339 0 -4.28603 -1.4549 0 -5.21611 -89.382 -16.7189 -32.0654 -11.5929 -25.7279 10.9989 -28
-STDOUT_14436=0 -2.55305 0 0 -2.2971 0 0 -87.5262 -17.6624 -33.811 -11.2551 -27.3083 9.99896 -28
-STDOUT_14437=0 -2.52466 0 0 -2.38778 0 0 -87.5262 -17.3713 -33.811 -11.0689 -27.3083 9.99896 -28
-STDOUT_14438=0 -3.32344 0 0 -1.95898 0 0 -95.278 -13.4085 -30.0248 -9.25683 -25.3192 9.99896 -28
-STDOUT_14439=0 -3.29505 0 0 -2.04966 0 0 -95.278 -13.1174 -30.0248 -9.07061 -25.3192 9.99896 -28
-STDOUT_14440=0 -3.28508 0 0 -2.60196 0 0 -84.2318 -16.6822 -35.6918 -10.8276 -29.3416 8.99907 -28
-STDOUT_14441=0 -3.25669 0 0 -2.69264 0 0 -84.2318 -16.3911 -35.6918 -10.6414 -29.3416 8.99907 -28
-STDOUT_14442=0 -3.4734 0 0 -2.83328 0 0 -87.5262 -16.7823 -33.811 -9.3458 -27.3083 8.99907 -28
-STDOUT_14443=0 -3.03662 0 0 -1.91938 0 0 -81.5795 -22.8253 -40.8106 -8.33504 -22.0344 9.99896 -25
-STDOUT_14444=0 -3.00822 0 0 -2.01006 0 0 -81.5795 -22.5342 -40.8106 -8.14882 -22.0344 9.99896 -25
-STDOUT_14445=-6 -2.06631 0 -4.28603 -1.68646 0 -5.21611 -89.382 -17.6165 -32.0654 -11.1749 -25.7279 9.99896 -28
-STDOUT_14446=0 -2.64761 0 0 -1.74503 0 0 -95.278 -14.895 -30.0248 -10.562 -25.3191 9.99896 -28
-STDOUT_14447=0 -2.61922 0 0 -1.83571 0 0 -95.278 -14.6039 -30.0248 -10.3757 -25.3192 9.99896 -28
-STDOUT_14448=0 -2.60925 0 0 -2.388 0 0 -84.2318 -18.1687 -35.6918 -12.1327 -29.3416 8.99907 -28
-STDOUT_14449=0 -2.58086 0 0 -2.47868 0 0 -84.2318 -17.8776 -35.6918 -11.9465 -29.3416 8.99907 -28
-STDOUT_14450=0 -3.37964 0 0 -2.04989 0 0 -91.9835 -13.9148 -31.9056 -10.1344 -27.3524 8.99907 -28
-STDOUT_14451=0 -3.35125 0 0 -2.14057 0 0 -91.9835 -13.6237 -31.9056 -9.94823 -27.3524 8.99907 -28
-STDOUT_14452=0 -3.83923 0 0 -3.05004 0 0 -87.5262 -15.0238 -33.811 -9.24501 -27.3083 9.99896 -28
-STDOUT_14453=0 -3.36222 0 0 -2.7916 0 0 -87.5262 -16.3803 -33.811 -9.61934 -27.3083 10.9989 -28
-STDOUT_14454=0 -3.29905 0 0 -2.67085 0 0 -80.0203 -20.131 -38.8794 -8.65265 -27.0541 8.99907 -26
-STDOUT_14455=0 -2.79757 0 0 -2.61933 0 0 -87.5262 -18.2689 -33.811 -10.6509 -27.3083 8.99907 -28
-STDOUT_14456=0 -4.01491 0 0 -2.68231 0 0 -87.5262 -15.5057 -33.811 -10.5855 -27.3083 9.99896 -28
-STDOUT_14457=0 -3.56796 0 0 -2.28121 0 0 -95.278 -14.015 -30.0248 -8.65265 -25.3192 8.99907 -28
-STDOUT_14458=0 -3.43524 0 0 -2.70092 0 0 -87.5262 -16.5803 -33.811 -10.0063 -27.3083 10.9989 -28
-STDOUT_14459=0 -3.52961 0 0 -2.92419 0 0 -84.2318 -17.2886 -35.6918 -10.2234 -29.3416 7.99917 -28
-STDOUT_14460=-6 -2.43214 0 -4.28603 -1.90321 0 -5.21611 -89.382 -15.8579 -32.0654 -11.0742 -25.7279 10.9989 -28
-STDOUT_14461=0 -3.11337 0 0 -2.05907 0 0 -92.7693 -15.5221 -31.5353 -10.6431 -25.6847 9.99896 -28
-STDOUT_14462=-6 -1.95512 0 -4.28603 -1.64477 0 -5.21611 -89.382 -17.2144 -32.0654 -11.4485 -25.7279 11.9988 -28
-STDOUT_14463=0 -3.08497 0 0 -2.14975 0 0 -92.7693 -15.231 -31.5353 -10.4569 -25.6847 9.99896 -28
-STDOUT_14464=-6 -1.89195 0 -4.28603 -1.52402 0 -5.21611 -81.8762 -20.9651 -37.1338 -10.4818 -25.4736 9.99896 -26
-STDOUT_14465=0 -3.33228 0 0 -2.95936 0 0 -87.5262 -16.0559 -33.811 -9.81478 -27.3083 9.99896 -28
-STDOUT_14466=-6 -2.60782 0 -4.28603 -1.53548 0 -5.21611 -89.382 -16.3398 -32.0654 -12.4146 -25.7279 10.9989 -28
-STDOUT_14467=0 -3.09282 0 0 -2.01029 0 0 -78.2851 -23.3316 -42.6915 -9.21266 -24.0677 8.99907 -25
-STDOUT_14468=-6 -2.02815 0 -4.28603 -1.55409 0 -5.21611 -89.382 -17.4145 -32.0654 -11.8355 -25.7279 11.9988 -28
-STDOUT_14469=0 -3.06443 0 0 -2.10096 0 0 -78.2851 -23.0405 -42.6915 -9.02644 -24.0677 8.99907 -25
-STDOUT_14470=0 -3.79152 0 0 -2.72781 0 0 -87.5262 -16.8732 -33.811 -9.76208 -27.3083 10.9989 -28
-STDOUT_14471=0 -2.70381 0 0 -1.83593 0 0 -91.9835 -15.4013 -31.9056 -11.4396 -27.3524 8.99907 -28
-STDOUT_14472=-6 -1.92519 0 -4.28603 -1.81253 0 -5.21611 -89.382 -16.89 -32.0654 -11.6439 -25.7279 10.9989 -28
-STDOUT_14473=0 -3.28114 0 0 -2.24161 0 0 -81.5795 -23.4318 -40.8106 -7.73086 -22.0344 8.99907 -25
-STDOUT_14474=0 -2.67542 0 0 -1.92661 0 0 -91.9835 -15.1102 -31.9056 -11.2534 -27.3524 8.99907 -28
-STDOUT_14475=0 -3.1634 0 0 -2.83608 0 0 -87.5262 -16.5103 -33.811 -10.5501 -27.3083 9.99896 -28
-STDOUT_14476=0 -2.68639 0 0 -2.57764 0 0 -87.5262 -17.8668 -33.811 -10.9245 -27.3083 10.9989 -28
-STDOUT_14477=0 -2.62322 0 0 -2.4569 0 0 -80.0203 -21.6175 -38.8794 -9.95778 -27.0541 8.99907 -26
-STDOUT_14478=0 -3.93379 0 0 -2.49797 0 0 -95.278 -12.2564 -30.0248 -8.55186 -25.3192 9.99896 -28
-STDOUT_14479=0 -3.45678 0 0 -2.23953 0 0 -95.278 -13.6129 -30.0248 -8.92619 -25.3192 10.9989 -28
-STDOUT_14480=0 -3.33908 0 0 -2.46836 0 0 -87.5262 -16.9922 -33.811 -11.8906 -27.3083 9.99896 -28
-STDOUT_14481=-10 -2.27542 0 -9.62127 -1.15472 0 -6.99438 -99.9072 -14.9634 -29.2086 -9.56567 -24.1039 12.9986 -28
-STDOUT_14482=0 -3.89544 0 0 -3.14094 0 0 -84.2318 -15.5301 -35.6918 -10.1226 -29.3416 8.99907 -28
-STDOUT_14483=-6 -2.38443 0 -4.28603 -1.58098 0 -5.21611 -89.382 -17.7073 -32.0654 -11.5912 -25.7279 11.9988 -28
-STDOUT_14484=-10 -2.24703 0 -9.62127 -1.2454 0 -6.99438 -99.9072 -14.6724 -29.2086 -9.37945 -24.1039 12.9986 -28
-STDOUT_14485=0 -3.39361 0 0 -2.11878 0 0 -87.7721 -17.3636 -35.0932 -7.95951 -25.0649 8.99907 -26
-STDOUT_14486=0 -3.41842 0 0 -2.8825 0 0 -84.2318 -16.8866 -35.6918 -10.497 -29.3416 9.99896 -28
-STDOUT_14487=0 -2.89213 0 0 -2.06726 0 0 -95.278 -15.5015 -30.0248 -9.95778 -25.3192 8.99907 -28
-STDOUT_14488=0 -2.75941 0 0 -2.48696 0 0 -87.5262 -18.0668 -33.811 -11.3114 -27.3083 10.9989 -28
-STDOUT_14489=0 -3.35525 0 0 -2.76176 0 0 -76.7259 -20.6373 -40.7602 -9.53027 -29.0874 7.99917 -26
-STDOUT_14490=0 -4.10947 0 0 -2.13024 0 0 -95.278 -12.7383 -30.0248 -9.89233 -25.3192 9.99896 -28
-STDOUT_14491=0 -2.85378 0 0 -2.71023 0 0 -84.2318 -18.7752 -35.6918 -11.5285 -29.3416 7.99917 -28
-STDOUT_14492=0 -4.07112 0 0 -2.77322 0 0 -84.2318 -16.012 -35.6918 -11.4631 -29.3416 8.99907 -28
-STDOUT_14493=0 -3.5298 0 0 -2.14885 0 0 -95.278 -13.813 -30.0248 -9.31317 -25.3192 10.9989 -28
-STDOUT_14494=0 -2.43754 0 0 -1.84511 0 0 -92.7693 -17.0086 -31.5353 -11.9483 -25.6847 9.99896 -28
-STDOUT_14495=0 -3.62417 0 0 -2.37212 0 0 -91.9835 -14.5213 -31.9056 -9.53027 -27.3524 7.99917 -28
-STDOUT_14496=0 -2.40914 0 0 -1.93579 0 0 -92.7693 -16.7175 -31.5353 -11.762 -25.6847 9.99896 -28
-STDOUT_14497=0 -3.49145 0 0 -2.79182 0 0 -84.2318 -17.0866 -35.6918 -10.8839 -29.3416 9.99896 -28
-STDOUT_14498=0 -2.65645 0 0 -2.7454 0 0 -87.5262 -17.5424 -33.811 -11.1199 -27.3083 9.99896 -28
-STDOUT_14499=0 -3.20529 0 0 -1.87553 0 0 -92.6169 -14.8746 -33.1503 -9.4413 -24.5308 8.99907 -27
-STDOUT_14500=0 -3.16957 0 0 -2.14997 0 0 -89.4749 -16.0284 -33.4161 -11.5207 -27.718 8.99907 -28
-STDOUT_14501=0 -3.1769 0 0 -1.96621 0 0 -92.6169 -14.5835 -33.1503 -9.25508 -24.5308 8.99907 -27
-STDOUT_14502=0 -3.42684 0 0 -2.40729 0 0 -95.278 -13.2885 -30.0248 -9.12163 -25.3192 9.99896 -28
-STDOUT_14503=0 -3.14118 0 0 -2.24065 0 0 -89.4749 -15.7373 -33.4161 -11.3345 -27.718 8.99907 -28
-STDOUT_14504=0 -3.51978 0 0 -2.72567 0 0 -87.5262 -16.2561 -33.811 -11.3599 -27.3083 9.99896 -28
-STDOUT_14505=0 -3.38849 0 0 -3.05026 0 0 -84.2318 -16.5622 -35.6918 -10.6924 -29.3416 8.99907 -28
-STDOUT_14506=0 -3.49139 0 0 -2.81635 0 0 -87.5262 -15.965 -33.811 -11.1737 -27.3083 9.99896 -28
-STDOUT_14507=0 -3.1157 0 0 -2.51385 0 0 -87.5262 -18.3597 -33.811 -11.0672 -27.3083 10.9989 -28
-STDOUT_14508=0 -3.61076 0 0 -2.72014 0 0 -87.5262 -16.6263 -33.811 -10.7513 -27.3083 10.9989 -28
-STDOUT_14509=0 -3.64697 0 0 -2.45837 0 0 -81.5795 -21.6732 -40.8106 -7.63007 -22.0344 9.99896 -25
-STDOUT_14510=0 -3.58237 0 0 -2.81082 0 0 -87.5262 -16.3352 -33.811 -10.5651 -27.3083 10.9989 -28
-STDOUT_14511=0 -3.16995 0 0 -2.19993 0 0 -81.5795 -23.0297 -40.8106 -8.0044 -22.0344 10.9989 -25
-STDOUT_14512=0 -3.65747 0 0 -3.02315 0 0 -87.5262 -17.1983 -33.811 -9.48962 -27.3083 9.99896 -28
-STDOUT_14513=0 -3.88608 0 0 -2.17574 0 0 -95.278 -14.1058 -30.0248 -9.06894 -25.3192 10.9989 -28
-STDOUT_14514=0 -3.10679 0 0 -2.07918 0 0 -74.0737 -26.7804 -45.879 -7.03771 -21.7801 8.99907 -23
-STDOUT_14515=0 -3.35789 0 0 -2.3813 0 0 -92.7693 -16.1285 -31.5353 -10.0389 -25.6847 8.99907 -28
-STDOUT_14516=0 -3.84773 0 0 -2.81871 0 0 -84.2318 -17.3795 -35.6918 -10.6397 -29.3416 9.99896 -28
-STDOUT_14517=0 -3.82265 0 0 -2.09064 0 0 -81.5795 -22.1551 -40.8106 -8.97054 -22.0344 9.99896 -25
-STDOUT_14518=0 -3.24298 0 0 -2.10925 0 0 -81.5795 -23.2297 -40.8106 -8.39138 -22.0344 10.9989 -25
-STDOUT_14519=0 -3.25796 0 0 -2.28401 0 0 -95.278 -13.743 -30.0248 -9.85698 -25.3192 9.99896 -28
-STDOUT_14520=0 -3.19296 0 0 -2.84753 0 0 -87.5262 -17.5447 -33.811 -10.2089 -27.3083 10.9989 -28
-STDOUT_14521=0 -2.78095 0 0 -2.02557 0 0 -95.278 -15.0994 -30.0248 -10.2313 -25.3192 10.9989 -28
-STDOUT_14522=0 -3.33735 0 0 -2.33252 0 0 -78.2851 -23.9381 -42.6915 -8.60848 -24.0677 7.99917 -25
-STDOUT_14523=0 -3.21961 0 0 -2.92699 0 0 -84.2318 -17.0166 -35.6918 -11.4277 -29.3416 8.99907 -28
-STDOUT_14524=0 -3.16457 0 0 -2.9382 0 0 -87.5262 -17.2536 -33.811 -10.0227 -27.3083 10.9989 -28
-STDOUT_14525=0 -2.71778 0 0 -1.90483 0 0 -87.7721 -18.8502 -35.0932 -9.26463 -25.0649 8.99907 -26
-STDOUT_14526=0 -2.74259 0 0 -2.66855 0 0 -84.2318 -18.3731 -35.6918 -11.8021 -29.3416 9.99896 -28
-STDOUT_14527=-6 -2.20366 0 -4.28603 -1.57332 0 -5.21611 -89.382 -17.4605 -32.0654 -12.5804 -25.7279 11.9988 -28
-STDOUT_14528=0 -4.03513 0 0 -2.82547 0 0 -87.5262 -14.9198 -33.811 -12.022 -27.3083 8.99907 -28
-STDOUT_14529=-6 -2.17527 0 -4.28603 -1.664 0 -5.21611 -89.382 -17.1694 -32.0654 -12.3942 -25.7279 11.9988 -28
-STDOUT_14530=0 -2.67942 0 0 -2.5478 0 0 -76.7259 -22.1238 -40.7602 -10.8354 -29.0874 7.99917 -26
-STDOUT_14531=0 -2.91847 0 0 -1.83593 0 0 -78.9185 -24.2913 -43.9362 -8.51951 -21.246 8.99907 -24
-STDOUT_14532=FEATURES_TXT_END_0
-STDOUT_14533=FEATURES_TXT_BEGIN_0 6 400 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_14534=0 -6.81711 0 0 -5.30961 0 0 -90.291 -34.5776 -71.6203 -16.0055 -28.6275 10.9989 -29
-STDOUT_14535=0 -7.38251 0 0 -5.47791 0 0 -86.0464 -42.6815 -76.8184 -18.2905 -26.2447 10.9989 -27
-STDOUT_14536=0 -6.61747 0 0 -5.17444 0 0 -89.8284 -35.8625 -73.3985 -16.6394 -28.8212 10.9989 -28
-STDOUT_14537=0 -6.58584 0 0 -5.06067 0 0 -90.291 -35.7751 -71.6203 -16.9921 -28.6275 10.9989 -29
-STDOUT_14538=0 -5.59039 0 0 -4.43147 0 0 -94.992 -25.8486 -66.9293 -13.0796 -38.9841 9.99896 -32
-STDOUT_14539=0 -6.95824 0 0 -5.46531 0 0 -90.291 -34.477 -71.6203 -15.9205 -28.6275 10.9989 -29
-STDOUT_14540=0 -6.52696 0 0 -5.38701 0 0 -90.291 -36.1424 -71.6203 -15.9909 -28.6275 11.9988 -29
-STDOUT_14541=0 -7.4221 0 0 -5.16832 0 0 -88.0688 -39.5718 -73.6928 -17.5131 -27.0331 10.9989 -28
-STDOUT_14542=0 -6.60342 0 0 -4.89457 0 0 -90.291 -36.4159 -71.6203 -17.346 -28.6275 10.9989 -29
-STDOUT_14543=0 -6.63455 0 0 -5.23131 0 0 -90.291 -36.4012 -71.6203 -16.1594 -28.6275 11.9988 -29
-STDOUT_14544=0 -7.18286 0 0 -5.34274 0 0 -85.5838 -43.9664 -78.5966 -18.9244 -26.4384 10.9989 -26
-STDOUT_14545=0 -6.3862 0 0 -4.9255 0 0 -89.8284 -37.06 -73.3985 -17.626 -28.8212 10.9989 -28
-STDOUT_14546=0 -6.74088 0 0 -5.48092 0 0 -90.291 -35.5704 -71.6203 -15.9504 -28.6275 11.9988 -29
-STDOUT_14547=0 -6.60181 0 0 -5.07741 0 0 -93.25 -30.4809 -67.4609 -15.8547 -28.5604 10.9989 -29
-STDOUT_14548=0 -6.15579 0 0 -4.59977 0 0 -90.7474 -33.9525 -72.1274 -15.3646 -36.6013 9.99896 -30
-STDOUT_14549=0 -5.39075 0 0 -4.29629 0 0 -94.5294 -27.1335 -68.7075 -13.7135 -39.1778 9.99896 -31
-STDOUT_14550=0 -5.35912 0 0 -4.18253 0 0 -94.992 -27.0461 -66.9293 -14.0663 -38.9841 9.99896 -32
-STDOUT_14551=0 -7.52364 0 0 -5.63361 0 0 -86.0464 -42.5809 -76.8184 -18.2055 -26.2447 10.9989 -27
-STDOUT_14552=0 -6.72697 0 0 -5.21637 0 0 -90.291 -35.6745 -71.6203 -16.9072 -28.6275 10.9989 -29
-STDOUT_14553=0 -7.09235 0 0 -5.55531 0 0 -86.0464 -44.2463 -76.8184 -18.2759 -26.2447 11.9988 -27
-STDOUT_14554=0 -6.75827 0 0 -5.74207 0 0 -90.291 -35.336 -71.6203 -15.4154 -28.6275 10.9989 -29
-STDOUT_14555=0 -6.29569 0 0 -5.13807 0 0 -90.291 -37.3399 -71.6203 -16.9775 -28.6275 11.9988 -29
-STDOUT_14556=0 -7.22246 0 0 -5.03315 0 0 -87.6062 -40.8567 -75.471 -18.1471 -27.2268 10.9989 -27
-STDOUT_14557=0 -5.73152 0 0 -4.58717 0 0 -94.992 -25.748 -66.9293 -12.9947 -38.9841 9.99896 -32
-STDOUT_14558=0 -5.30024 0 0 -4.50887 0 0 -94.992 -27.4135 -66.9293 -13.065 -38.9841 10.9989 -32
-STDOUT_14559=0 -6.40377 0 0 -4.75939 0 0 -89.8284 -37.7008 -73.3985 -17.9799 -28.8212 10.9989 -28
-STDOUT_14560=0 -7.19994 0 0 -5.39961 0 0 -86.0464 -44.5051 -76.8184 -18.4444 -26.2447 11.9988 -27
-STDOUT_14561=0 -6.40328 0 0 -4.98237 0 0 -90.291 -37.5988 -71.6203 -17.1461 -28.6275 11.9988 -29
-STDOUT_14562=0 -6.19538 0 0 -4.29018 0 0 -92.7698 -30.8428 -69.0018 -14.5873 -37.3897 9.99896 -31
-STDOUT_14563=0 -7.56323 0 0 -5.32402 0 0 -88.0688 -39.4712 -73.6928 -17.4282 -27.0331 10.9989 -28
-STDOUT_14564=0 -6.65859 0 0 -5.14026 0 0 -93.4324 -30.7561 -67.7581 -15.2632 -27.9422 10.9989 -29
-STDOUT_14565=0 -7.13195 0 0 -5.24572 0 0 -88.0688 -41.1366 -73.6928 -17.4986 -27.0331 11.9988 -28
-STDOUT_14566=0 -7.30628 0 0 -5.64922 0 0 -86.0464 -43.6742 -76.8184 -18.2354 -26.2447 11.9988 -27
-STDOUT_14567=0 -6.50961 0 0 -5.23198 0 0 -90.291 -36.7679 -71.6203 -16.937 -28.6275 11.9988 -29
-STDOUT_14568=0 -5.3767 0 0 -4.01643 0 0 -94.992 -27.6869 -66.9293 -14.4201 -38.9841 9.99896 -32
-STDOUT_14569=0 -6.40217 0 0 -4.94224 0 0 -92.7874 -31.7658 -69.2391 -16.4886 -28.7541 10.9989 -28
-STDOUT_14570=0 -5.40783 0 0 -4.35317 0 0 -94.992 -27.6723 -66.9293 -13.2336 -38.9841 10.9989 -32
-STDOUT_14571=0 -6.74455 0 0 -5.05027 0 0 -90.291 -36.3153 -71.6203 -17.2611 -28.6275 10.9989 -29
-STDOUT_14572=0 -6.81711 0 0 -5.30961 0 0 -89.8284 -36.7177 -73.3985 -16.0055 -28.8211 10.9989 -28
-STDOUT_14573=0 -5.95614 0 0 -4.4646 0 0 -90.2848 -35.2374 -73.9055 -15.9985 -36.795 9.99896 -29
-STDOUT_14574=0 -6.31327 0 0 -4.97197 0 0 -90.291 -37.9808 -71.6203 -17.3314 -28.6275 11.9988 -29
-STDOUT_14575=0 -5.15948 0 0 -4.04735 0 0 -94.5294 -28.331 -68.7075 -14.7002 -39.1778 9.99896 -31
-STDOUT_14576=0 -7.32366 0 0 -5.91037 0 0 -86.0464 -43.4398 -76.8184 -17.7004 -26.2447 10.9989 -27
-STDOUT_14577=0 -6.81711 0 0 -5.30961 0 0 -91.4868 -32.7858 -71.1917 -16.0055 -28.7466 10.9989 -29
-STDOUT_14578=0 -6.527 0 0 -5.49312 0 0 -90.291 -36.5335 -71.6203 -16.4021 -28.6275 10.9989 -29
-STDOUT_14579=0 -5.51416 0 0 -4.60278 0 0 -94.992 -26.8414 -66.9293 -13.0245 -38.9841 10.9989 -32
-STDOUT_14580=0 -7.23954 0 0 -5.09002 0 0 -88.0688 -41.3954 -73.6928 -17.6671 -27.0331 11.9988 -28
-STDOUT_14581=0 -5.37509 0 0 -4.19927 0 0 -97.9509 -21.7519 -62.7699 -12.9288 -38.917 9.99896 -32
-STDOUT_14582=0 -6.74294 0 0 -5.23311 0 0 -93.2499 -30.3803 -67.4609 -15.7697 -28.5604 10.9989 -29
-STDOUT_14583=0 -6.29692 0 0 -4.75547 0 0 -90.7474 -33.8519 -72.1274 -15.2797 -36.6013 9.99896 -30
-STDOUT_14584=0 -6.31166 0 0 -5.15481 0 0 -93.2499 -32.0458 -67.4609 -15.8401 -28.5604 11.9988 -29
-STDOUT_14585=0 -5.50025 0 0 -4.33823 0 0 -94.992 -26.9455 -66.9293 -13.9813 -38.9841 9.99896 -32
-STDOUT_14586=0 -6.44975 0 0 -5.31271 0 0 -89.5102 -38.3859 -71.7584 -17.5695 -29.4045 12.9987 -29
-STDOUT_14587=0 -5.86564 0 0 -4.67717 0 0 -90.7474 -35.5173 -72.1274 -15.35 -36.6013 10.9989 -30
-STDOUT_14588=0 -5.53155 0 0 -4.86392 0 0 -94.992 -26.607 -66.9293 -12.4896 -38.9841 9.99896 -32
-STDOUT_14589=0 -6.42085 0 0 -4.81627 0 0 -90.291 -38.2396 -71.6203 -17.5 -28.6275 11.9988 -29
-STDOUT_14590=0 -5.06897 0 0 -4.25992 0 0 -94.992 -28.611 -66.9293 -14.0517 -38.9841 10.9989 -32
-STDOUT_14591=0 -7.34587 0 0 -5.33963 0 0 -88.0688 -40.5645 -73.6928 -17.458 -27.0331 11.9988 -28
-STDOUT_14592=0 -6.56416 0 0 -5.40662 0 0 -89.5102 -37.7094 -71.7584 -17.6315 -29.4045 12.9987 -29
-STDOUT_14593=0 -6.69536 0 0 -5.56245 0 0 -90.291 -36.4343 -71.6203 -16.0215 -28.6275 11.9988 -29
-STDOUT_14594=0 -5.99574 0 0 -4.155 0 0 -92.3072 -32.1277 -70.78 -15.2212 -37.5834 9.99896 -30
-STDOUT_14595=0 -6.89406 0 0 -5.23131 0 0 -89.5102 -37.654 -71.7584 -17.258 -29.4045 11.9988 -29
-STDOUT_14596=0 -6.52719 0 0 -5.06588 0 0 -90.291 -37.4087 -71.6203 -17.2909 -28.6275 11.9988 -29
-STDOUT_14597=0 -6.45895 0 0 -5.00508 0 0 -92.9698 -32.041 -69.5363 -15.8972 -28.1359 10.9989 -28
-STDOUT_14598=0 -6.79351 0 0 -5.12154 0 0 -89.8284 -37.936 -73.3985 -15.9464 -28.8211 10.9989 -28
-STDOUT_14599=0 -7.36326 0 0 -5.60077 0 0 -88.0688 -40.3301 -73.6928 -16.9231 -27.0331 10.9989 -28
-STDOUT_14600=0 -6.41925 0 0 -4.99911 0 0 -93.25 -32.3046 -67.4609 -16.0087 -28.5604 11.9988 -29
-STDOUT_14601=0 -5.17705 0 0 -3.88125 0 0 -94.5294 -28.9718 -68.7075 -15.0541 -39.1778 9.99896 -31
-STDOUT_14602=0 -6.59457 0 0 -5.34254 0 0 -90.291 -36.9027 -71.6203 -16.7491 -28.6275 12.9987 -29
-STDOUT_14603=0 -5.97322 0 0 -4.52147 0 0 -90.7474 -35.7762 -72.1274 -15.5186 -36.6013 10.9989 -30
-STDOUT_14604=0 -5.87228 0 0 -4.28837 0 0 -94.1487 -27.3777 -71.9216 -13.7952 -36.6761 9.99896 -30
-STDOUT_14605=0 -5.17656 0 0 -4.10422 0 0 -94.992 -28.8698 -66.9293 -14.2202 -38.9841 10.9989 -32
-STDOUT_14606=0 -7.38251 0 0 -5.47791 0 0 -85.5838 -44.8216 -78.5966 -18.2905 -26.4384 10.9989 -26
-STDOUT_14607=0 -6.58584 0 0 -5.06067 0 0 -89.8284 -37.9152 -73.3985 -16.9921 -28.8211 10.9989 -28
-STDOUT_14608=0 -6.54457 0 0 -5.32702 0 0 -90.291 -37.1743 -71.6203 -16.756 -28.6275 10.9989 -29
-STDOUT_14609=0 -6.79754 0 0 -5.13526 0 0 -89.8284 -38.3796 -73.3985 -15.6041 -28.8212 10.9989 -28
-STDOUT_14610=0 -6.56231 0 0 -5.37257 0 0 -89.5102 -38.4943 -71.7584 -17.2513 -29.4045 12.9987 -29
-STDOUT_14611=0 -6.33651 0 0 -4.44588 0 0 -92.7698 -30.7422 -69.0018 -14.5024 -37.3897 9.99896 -31
-STDOUT_14612=0 -7.38251 0 0 -5.47791 0 0 -87.2422 -40.8897 -76.3898 -18.2905 -26.3639 10.9989 -27
-STDOUT_14613=0 -5.43187 0 0 -4.26211 0 0 -98.1333 -22.0271 -63.0671 -12.3374 -38.2988 9.99896 -32
-STDOUT_14614=0 -6.52558 0 0 -5.24872 0 0 -93.2499 -31.4737 -67.4609 -15.7996 -28.5604 11.9988 -29
-STDOUT_14615=0 -6.58584 0 0 -5.06067 0 0 -91.4868 -33.9833 -71.1917 -16.9921 -28.7466 10.9989 -29
-STDOUT_14616=0 -5.90523 0 0 -4.36758 0 0 -92.7698 -32.4076 -69.0018 -14.5727 -37.3897 10.9989 -31
-STDOUT_14617=0 -6.79972 0 0 -5.29596 0 0 -93.4324 -30.6555 -67.7581 -15.1783 -27.9422 10.9989 -29
-STDOUT_14618=0 -6.07956 0 0 -4.77108 0 0 -90.7474 -34.9453 -72.1274 -15.3095 -36.6013 10.9989 -30
-STDOUT_14619=0 -5.28289 0 0 -4.35384 0 0 -94.992 -28.0389 -66.9293 -14.0112 -38.9841 10.9989 -32
-STDOUT_14620=0 -6.36844 0 0 -5.21765 0 0 -93.4324 -32.321 -67.7581 -15.2487 -27.9422 11.9988 -29
-STDOUT_14621=0 -7.15688 0 0 -5.42084 0 0 -90.291 -35.0701 -71.6203 -16.652 -28.6275 11.9988 -29
-STDOUT_14622=0 -5.17545 0 0 -4.0641 0 0 -97.4883 -23.0368 -64.5481 -13.5628 -39.1107 9.99896 -31
-STDOUT_14623=0 -5.51783 0 0 -4.17213 0 0 -94.992 -27.5863 -66.9293 -14.3352 -38.9841 9.99896 -32
-STDOUT_14624=0 -5.59039 0 0 -4.43147 0 0 -94.5294 -27.9887 -68.7075 -13.0796 -39.1778 9.99896 -31
-STDOUT_14625=0 -5.08655 0 0 -4.09382 0 0 -94.992 -29.2518 -66.9293 -14.4056 -38.9841 10.9989 -32
-STDOUT_14626=0 -7.49373 0 0 -4.95315 0 0 -88.0688 -40.4361 -74.0878 -18.1569 -27.7121 10.9989 -28
-STDOUT_14627=0 -6.95824 0 0 -5.46531 0 0 -89.8284 -36.6171 -73.3985 -15.9205 -28.8212 10.9989 -28
-STDOUT_14628=0 -6.54297 0 0 -5.50987 0 0 -93.25 -31.2393 -67.4609 -15.2646 -28.5604 10.9989 -29
-STDOUT_14629=0 -7.01515 0 0 -5.48101 0 0 -85.2656 -46.4898 -76.9565 -19.8545 -27.0218 12.9987 -27
-STDOUT_14630=0 -6.86373 0 0 -5.34149 0 0 -89.8284 -36.9838 -73.3985 -16.3073 -28.8211 11.9988 -28
-STDOUT_14631=0 -6.7774 0 0 -4.96584 0 0 -89.8284 -38.2277 -73.3985 -16.6054 -28.8211 10.9989 -28
-STDOUT_14632=0 -6.21848 0 0 -5.06377 0 0 -89.5102 -39.5834 -71.7584 -18.5561 -29.4045 12.9987 -29
-STDOUT_14633=0 -6.09694 0 0 -5.03222 0 0 -90.7474 -34.7109 -72.1274 -14.7746 -36.6013 9.99896 -30
-STDOUT_14634=0 -4.19223 0 0 -6.16945 0 0 -110.37 -32.7528 -52.5959 -14.5607 -35.7085 13.9985 -35
-STDOUT_14635=0 -4.17276 0 0 -6.1311 0 0 -110.37 -32.2542 -52.5959 -14.7207 -35.7085 13.9985 -35
-STDOUT_14636=0 -4.62883 0 0 -5.75307 0 0 -110.37 -31.3397 -52.5959 -14.9963 -35.7085 14.9984 -35
-STDOUT_14637=0 -4.306 0 0 -5.75043 0 0 -110.37 -32.3389 -52.5959 -14.8276 -35.7085 13.9985 -35
-STDOUT_14638=0 -3.84767 0 0 -6.02446 0 0 -110.37 -30.9008 -52.5959 -14.8335 -35.7085 12.9986 -35
-STDOUT_14639=0 -4.37886 0 0 -6.32832 0 0 -110.37 -33.1524 -52.5959 -14.7879 -35.7085 14.9984 -35
-STDOUT_14640=0 -4.5776 0 0 -5.71472 0 0 -110.37 -31.0194 -52.5959 -15.1749 -35.7085 14.9984 -35
-STDOUT_14641=0 -4.46979 0 0 -6.05634 0 0 -110.37 -35.3599 -52.5959 -14.1752 -35.7085 13.9985 -35
-STDOUT_14642=0 -4.28653 0 0 -5.71208 0 0 -110.37 -31.8404 -52.5959 -14.9876 -35.7085 13.9985 -35
-STDOUT_14643=0 -3.8282 0 0 -5.98611 0 0 -110.37 -30.4023 -52.5959 -14.9935 -35.7085 12.9986 -35
-STDOUT_14644=0 -4.28427 0 0 -5.60808 0 0 -110.37 -29.4878 -52.5959 -15.2691 -35.7085 13.9985 -35
-STDOUT_14645=0 -4.81546 0 0 -5.91194 0 0 -110.37 -31.7394 -52.5959 -15.2235 -35.7085 15.9983 -35
-STDOUT_14646=0 -4.4168 0 0 -6.22506 0 0 -110.37 -33.2611 -52.5959 -14.3111 -35.7085 13.9985 -35
-STDOUT_14647=0 -3.96144 0 0 -5.60544 0 0 -110.37 -30.487 -52.5959 -15.1004 -35.7085 12.9986 -35
-STDOUT_14648=0 -4.49263 0 0 -5.9093 0 0 -110.37 -32.7386 -52.5959 -15.0548 -35.7085 14.9984 -35
-STDOUT_14649=0 -4.0343 0 0 -6.18333 0 0 -110.37 -31.3005 -52.5959 -15.0607 -35.7085 13.9985 -35
-STDOUT_14650=0 -4.03371 0 0 -6.00009 0 0 -115.489 -28.9313 -48.7338 -13.8185 -35.0233 13.9985 -35
-STDOUT_14651=0 -4.23304 0 0 -5.56973 0 0 -110.37 -29.1675 -52.5959 -15.4477 -35.7085 13.9985 -35
-STDOUT_14652=0 -4.62696 0 0 -6.47765 0 0 -110.37 -33.5323 -52.5959 -14.4022 -35.7085 14.9984 -35
-STDOUT_14653=0 -4.58356 0 0 -5.63733 0 0 -110.37 -34.9461 -52.5959 -14.442 -35.7085 13.9985 -35
-STDOUT_14654=0 -4.44721 0 0 -5.77084 0 0 -110.37 -32.7521 -52.5959 -15.2712 -35.7085 14.9984 -35
-STDOUT_14655=0 -4.12523 0 0 -5.91135 0 0 -110.37 -33.508 -52.5959 -14.448 -35.7085 12.9986 -35
-STDOUT_14656=0 -3.94197 0 0 -5.56709 0 0 -110.37 -29.9884 -52.5959 -15.2604 -35.7085 12.9986 -35
-STDOUT_14657=0 -4.551 0 0 -6.40134 0 0 -110.37 -31.3775 -52.5959 -14.2121 -35.7085 13.9985 -35
-STDOUT_14658=0 -4.53056 0 0 -5.80604 0 0 -110.37 -32.8473 -52.5959 -14.5779 -35.7085 13.9985 -35
-STDOUT_14659=0 -4.40883 0 0 -6.20782 0 0 -110.37 -31.9862 -52.5959 -15.0745 -35.7085 14.9984 -35
-STDOUT_14660=0 -4.47089 0 0 -5.76695 0 0 -110.37 -29.8874 -52.5959 -15.4963 -35.7085 14.9984 -35
-STDOUT_14661=0 -4.07223 0 0 -6.08007 0 0 -110.37 -31.4092 -52.5959 -14.5839 -35.7085 12.9986 -35
-STDOUT_14662=0 -4.01424 0 0 -5.96174 0 0 -115.489 -28.4327 -48.7337 -13.9785 -35.0233 13.9985 -35
-STDOUT_14663=0 -4.14807 0 0 -5.76431 0 0 -110.37 -30.8867 -52.5959 -15.3276 -35.7085 13.9985 -35
-STDOUT_14664=0 -4.47031 0 0 -5.58371 0 0 -115.489 -27.5182 -48.7338 -14.2541 -35.0233 14.9984 -35
-STDOUT_14665=0 -4.57574 0 0 -6.4393 0 0 -110.37 -33.2121 -52.5959 -14.5807 -35.7085 14.9984 -35
-STDOUT_14666=0 -4.14748 0 0 -5.58107 0 0 -115.489 -28.5175 -48.7338 -14.0854 -35.0233 13.9985 -35
-STDOUT_14667=0 -3.68915 0 0 -5.8551 0 0 -115.489 -27.0794 -48.7338 -14.0913 -35.0233 12.9986 -35
-STDOUT_14668=0 -4.22034 0 0 -6.15896 0 0 -115.489 -29.331 -48.7338 -14.0457 -35.0233 14.9984 -35
-STDOUT_14669=0 -4.42774 0 0 -5.73249 0 0 -110.37 -32.2535 -52.5959 -15.4312 -35.7085 14.9984 -35
-STDOUT_14670=0 -4.74073 0 0 -6.05863 0 0 -110.37 -33.1185 -52.5959 -14.669 -35.7085 14.9984 -35
-STDOUT_14671=0 -4.23702 0 0 -6.27909 0 0 -110.37 -31.8594 -52.5959 -14.7617 -35.7085 13.9985 -35
-STDOUT_14672=0 -4.2824 0 0 -6.33266 0 0 -110.37 -31.6804 -52.5959 -14.675 -35.7085 13.9985 -35
-STDOUT_14673=0 -4.239 0 0 -5.49234 0 0 -110.37 -33.0941 -52.5959 -14.7148 -35.7085 12.9986 -35
-STDOUT_14674=0 -4.81359 0 0 -6.63652 0 0 -110.37 -33.932 -52.5959 -14.6293 -35.7085 15.9983 -35
-STDOUT_14675=0 -4.53153 0 0 -6.36299 0 0 -110.37 -30.879 -52.5959 -14.3721 -35.7085 13.9985 -35
-STDOUT_14676=0 -4.10265 0 0 -5.62585 0 0 -110.37 -30.9002 -52.5959 -15.544 -35.7085 13.9985 -35
-STDOUT_14677=0 -4.9876 0 0 -5.98496 0 0 -110.37 -29.9644 -52.5959 -14.6476 -35.7085 14.9984 -35
-STDOUT_14678=0 -4.38935 0 0 -6.16947 0 0 -110.37 -31.4876 -52.5959 -15.2345 -35.7085 14.9984 -35
-STDOUT_14679=0 -4.41908 0 0 -5.54537 0 0 -115.489 -27.198 -48.7338 -14.4327 -35.0233 14.9984 -35
-STDOUT_14680=0 -4.63384 0 0 -5.92971 0 0 -110.37 -33.1518 -52.5959 -15.4984 -35.7085 15.9983 -35
-STDOUT_14681=0 -4.51981 0 0 -5.80868 0 0 -110.37 -32.2367 -52.5959 -15.2708 -35.7085 14.9984 -35
-STDOUT_14682=0 -4.66477 0 0 -5.98232 0 0 -110.37 -30.9637 -52.5959 -14.4789 -35.7085 13.9985 -35
-STDOUT_14683=0 -4.20644 0 0 -6.25635 0 0 -110.37 -29.5256 -52.5959 -14.4849 -35.7085 12.9986 -35
-STDOUT_14684=0 -4.186 0 0 -5.66105 0 0 -110.37 -30.9953 -52.5959 -14.8507 -35.7085 12.9986 -35
-STDOUT_14685=0 -4.48947 0 0 -6.46778 0 0 -110.37 -32.9871 -52.5959 -14.7569 -35.7085 14.9984 -35
-STDOUT_14686=0 -4.06427 0 0 -6.06283 0 0 -110.37 -30.1343 -52.5959 -15.3473 -35.7085 13.9985 -35
-STDOUT_14687=0 -4.47016 0 0 -6.42408 0 0 -110.37 -33.4486 -52.5959 -14.7855 -35.7085 14.9984 -35
-STDOUT_14688=0 -4.31127 0 0 -5.88699 0 0 -115.489 -31.5384 -48.7338 -13.433 -35.0233 13.9985 -35
-STDOUT_14689=0 -4.73763 0 0 -6.56021 0 0 -110.37 -31.7772 -52.5959 -14.4392 -35.7085 14.9984 -35
-STDOUT_14690=0 -4.12801 0 0 -5.54273 0 0 -115.489 -28.0189 -48.7338 -14.2454 -35.0233 13.9985 -35
-STDOUT_14691=0 -4.59545 0 0 -6.36669 0 0 -110.37 -32.3859 -52.5959 -15.3017 -35.7085 15.9983 -35
-STDOUT_14692=0 -3.66968 0 0 -5.81675 0 0 -115.489 -26.5808 -48.7337 -14.2513 -35.0233 12.9986 -35
-STDOUT_14693=0 -4.68951 0 0 -6.02028 0 0 -110.37 -32.7983 -52.5959 -14.8476 -35.7085 14.9984 -35
-STDOUT_14694=0 -4.12575 0 0 -5.43872 0 0 -115.489 -25.6663 -48.7338 -14.5269 -35.0233 13.9985 -35
-STDOUT_14695=0 -4.23118 0 0 -6.29431 0 0 -110.37 -31.3602 -52.5959 -14.8535 -35.7085 13.9985 -35
-STDOUT_14696=0 -4.65693 0 0 -5.74258 0 0 -115.489 -27.9179 -48.7338 -14.4813 -35.0233 15.9983 -35
-STDOUT_14697=0 -4.25828 0 0 -6.05571 0 0 -115.489 -29.4396 -48.7338 -13.5689 -35.0233 13.9985 -35
-STDOUT_14698=0 -3.80292 0 0 -5.43608 0 0 -115.489 -26.6656 -48.7338 -14.3582 -35.0233 12.9986 -35
-STDOUT_14699=0 -4.21755 0 0 -6.24075 0 0 -110.37 -31.3609 -52.5959 -14.9217 -35.7085 13.9985 -35
-STDOUT_14700=0 -4.67361 0 0 -5.86271 0 0 -110.37 -30.4464 -52.5959 -15.1973 -35.7085 14.9984 -35
-STDOUT_14701=0 -4.93637 0 0 -5.94661 0 0 -110.37 -29.6442 -52.5959 -14.8262 -35.7085 14.9984 -35
-STDOUT_14702=0 -4.33411 0 0 -5.73994 0 0 -115.489 -28.9172 -48.7338 -14.3126 -35.0233 14.9984 -35
-STDOUT_14703=0 -4.72478 0 0 -5.65773 0 0 -110.37 -35.3592 -52.5959 -14.8856 -35.7085 14.9984 -35
-STDOUT_14704=0 -3.87578 0 0 -6.01397 0 0 -115.489 -27.4791 -48.7338 -14.3185 -35.0233 13.9985 -35
-STDOUT_14705=0 -4.35079 0 0 -5.86007 0 0 -110.37 -31.4456 -52.5959 -15.0285 -35.7085 13.9985 -35
-STDOUT_14706=0 -4.08318 0 0 -5.5875 0 0 -110.37 -30.4016 -52.5959 -15.704 -35.7085 13.9985 -35
-STDOUT_14707=0 -4.39617 0 0 -5.91364 0 0 -110.37 -31.2666 -52.5959 -14.9418 -35.7085 13.9985 -35
-STDOUT_14708=0 -4.82856 0 0 -6.28823 0 0 -110.37 -33.9846 -52.5959 -13.8265 -35.7085 13.9985 -35
-STDOUT_14709=0 -4.46633 0 0 -6.17209 0 0 -110.37 -32.0958 -52.5959 -15.1419 -35.7085 14.9984 -35
-STDOUT_14710=0 -4.92736 0 0 -6.2175 0 0 -110.37 -33.5182 -52.5959 -14.8962 -35.7085 15.9983 -35
-STDOUT_14711=0 -4.67178 0 0 -5.82645 0 0 -110.37 -33.2604 -52.5959 -15.0215 -35.7085 14.9984 -35
-STDOUT_14712=0 -4.6453 0 0 -5.94397 0 0 -110.37 -30.4651 -52.5959 -14.6389 -35.7085 13.9985 -35
-STDOUT_14713=0 -4.68639 0 0 -6.09471 0 0 -110.37 -34.5933 -52.5959 -14.689 -35.7085 14.9984 -35
-STDOUT_14714=0 -4.47653 0 0 -6.57743 0 0 -110.37 -32.159 -52.5959 -14.8151 -35.7085 14.9984 -35
-STDOUT_14715=0 -4.42364 0 0 -6.43796 0 0 -110.37 -32.2591 -52.5959 -14.9889 -35.7085 14.9984 -35
-STDOUT_14716=0 -4.40952 0 0 -6.26904 0 0 -110.37 -32.8761 -52.5959 -15.0898 -35.7085 14.9984 -35
-STDOUT_14717=0 -4.36018 0 0 -5.7558 0 0 -110.37 -32.1528 -52.5959 -15.0536 -35.7085 13.9985 -35
-STDOUT_14718=0 -4.46903 0 0 -6.49153 0 0 -110.37 -32.0801 -52.5959 -14.9021 -35.7085 14.9984 -35
-STDOUT_14719=0 -4.18697 0 0 -6.218 0 0 -110.37 -29.027 -52.5959 -14.6449 -35.7085 12.9986 -35
-STDOUT_14720=0 -4.47 0 0 -6.42943 0 0 -110.37 -32.4885 -52.5959 -14.9169 -35.7085 14.9984 -35
-STDOUT_14721=0 -4.64304 0 0 -5.83997 0 0 -110.37 -28.1125 -52.5959 -14.9204 -35.7085 13.9985 -35
-STDOUT_14722=0 -4.92607 0 0 -6.0514 0 0 -110.37 -31.574 -52.5959 -15.1924 -35.7085 15.9983 -35
-STDOUT_14723=0 -4.04479 0 0 -6.02448 0 0 -110.37 -29.6357 -52.5959 -15.5073 -35.7085 13.9985 -35
-STDOUT_14724=0 -4.55796 0 0 -5.73804 0 0 -110.37 -30.7867 -52.5959 -14.9052 -35.7085 13.9985 -35
-STDOUT_14725=0 -4.45069 0 0 -6.38574 0 0 -110.37 -32.95 -52.5959 -14.9456 -35.7085 14.9984 -35
-STDOUT_14726=0 -4.07452 0 0 -5.40038 0 0 -115.489 -25.346 -48.7338 -14.7055 -35.0233 13.9985 -35
-STDOUT_14727=0 -4.90676 0 0 -6.0077 0 0 -110.37 -32.0355 -52.5959 -15.2211 -35.7085 15.9983 -35
-STDOUT_14728=0 -4.58426 0 0 -5.55585 0 0 -110.37 -31.1585 -52.5959 -14.9803 -35.7085 13.9985 -35
-STDOUT_14729=0 -4.28928 0 0 -5.78472 0 0 -110.37 -31.2998 -52.5959 -15.7712 -35.7085 14.9984 -35
-STDOUT_14730=0 -5.17423 0 0 -6.14383 0 0 -110.37 -30.3641 -52.5959 -14.8748 -35.7085 15.9983 -35
-STDOUT_14731=0 -4.77557 0 0 -6.45695 0 0 -110.37 -31.8859 -52.5959 -13.9624 -35.7085 13.9985 -35
-STDOUT_14732=0 -4.46844 0 0 -6.30829 0 0 -115.489 -29.7109 -48.7337 -13.6599 -35.0233 14.9984 -35
-STDOUT_14733=0 -4.17525 0 0 -5.66369 0 0 -110.37 -30.3847 -52.5959 -15.5436 -35.7085 13.9985 -35
-STDOUT_14734=-170 0 0 -39.488 0 0 -35.6568 -205.686 -56.8473 -55.8887 -36.3205 -39.7657 30.9968 -34
-STDOUT_14735=-170 0 0 -40.4545 0 0 -37.2852 -211.26 -52.5327 -51.6525 -34.6085 -38.197 30.9968 -34
-STDOUT_14736=-170 0 0 -39.7721 0 0 -36.6592 -207.033 -56.0536 -56.5732 -35.2068 -40.8682 30.9968 -35
-STDOUT_14737=-170 0 0 -40.0836 0 0 -36.8323 -212.271 -53.1268 -52.2124 -34.0553 -37.6537 30.9968 -34
-STDOUT_14738=-170 0 0 -39.2909 0 0 -35.9599 -204.758 -56.1295 -55.1856 -38.1414 -41.5653 30.9968 -34
-STDOUT_14739=-170 0 0 -39.386 0 0 -39.8558 -206.004 -55.2373 -55.7059 -34.7038 -40.4519 30.9968 -34
-STDOUT_14740=-170 0 0 -39.5751 0 0 -36.9622 -205.851 -55.3358 -55.8701 -37.0278 -42.6679 30.9968 -35
-STDOUT_14741=-170 0 0 -40.3137 0 0 -37.0021 -207.81 -55.7826 -55.6987 -34.3395 -38.9707 30.9968 -34
-STDOUT_14742=-170 0 0 -38.878 0 0 -35.8702 -204.276 -59.4845 -55.8887 -39.6137 -42.5666 30.9968 -35
-STDOUT_14743=-170 0 0 -39.5809 0 0 -35.8562 -206.276 -56.5721 -55.5915 -36.9119 -40.3838 30.9968 -34
-STDOUT_14744=-170 0 0 -40.1766 0 0 -37.0317 -212.323 -52.8516 -51.9152 -34.6467 -38.2719 30.9968 -34
-STDOUT_14745=-170 0 0 -39.6443 0 0 -36.9371 -208.693 -58.5264 -56.3975 -34.2655 -37.2807 30.9968 -34
-STDOUT_14746=-170 0 0 -40.0836 0 0 -37.1133 -207.957 -53.5221 -53.1139 -36.7506 -40.7635 30.9968 -34
-STDOUT_14747=-170 0 0 -41.2802 0 0 -38.6305 -213.384 -51.468 -51.4624 -32.6275 -37.402 30.9968 -34
-STDOUT_14748=-170 0 0 -40.5978 0 0 -38.0044 -209.157 -54.9889 -56.3831 -33.2258 -40.0732 30.9968 -35
-STDOUT_14749=-170 0 0 -39.8446 0 0 -37.4986 -209.849 -55.1699 -51.6525 -37.9017 -40.9979 30.9968 -35
-STDOUT_14750=-170 0 0 -39.1622 0 0 -36.8725 -205.622 -58.6908 -56.5732 -38.5001 -43.6691 30.9968 -36
-STDOUT_14751=-170 0 0 -39.2734 0 0 -36.4842 -209.714 -59.1206 -56.9575 -33.7123 -36.7374 30.9968 -34
-STDOUT_14752=-170 0 0 -40.558 0 0 -37.16 -206.811 -54.2855 -54.0363 -36.5779 -40.8457 30.9968 -34
-STDOUT_14753=-170 0 0 -39.0151 0 0 -39.4029 -207.589 -55.8315 -56.2659 -34.1506 -39.9087 30.9968 -34
-STDOUT_14754=-170 0 0 -41.0501 0 0 -38.7417 -213.53 -49.2075 -48.8776 -35.0386 -39.1948 30.9968 -34
-STDOUT_14755=-170 0 0 -39.8651 0 0 -36.8585 -207.623 -55.7784 -56.276 -35.7983 -41.4863 30.9968 -35
-STDOUT_14756=-170 0 0 -40.9093 0 0 -38.1776 -214.395 -52.0621 -52.0224 -32.0743 -36.8588 30.9968 -34
-STDOUT_14757=-170 0 0 -40.3677 0 0 -38.1156 -209.303 -52.7284 -53.7984 -35.6369 -41.866 30.9968 -35
-STDOUT_14758=-170 0 0 -39.3839 0 0 -36.1592 -204.982 -55.8543 -54.8883 -38.7329 -42.1835 30.9968 -34
-STDOUT_14759=-170 0 0 -39.4737 0 0 -37.0457 -210.861 -55.7641 -52.2124 -37.3485 -40.4546 30.9968 -35
-STDOUT_14760=-170 0 0 -37.9538 0 0 -34.8975 -205.508 -58.6163 -55.8887 -42.2792 -41.9045 30.9968 -35
-STDOUT_14761=-170 0 0 -39.6681 0 0 -37.1615 -206.075 -55.0606 -55.5728 -37.6192 -43.286 30.9968 -35
-STDOUT_14762=-170 0 0 -39.5809 0 0 -35.8562 -206.894 -56.5721 -55.5915 -36.9119 -40.3838 30.9968 -34
-STDOUT_14763=-170 0 0 -40.6792 0 0 -38.2888 -214.541 -49.8016 -49.4376 -34.4854 -38.6516 30.9968 -34
-STDOUT_14764=-170 0 0 -41.5245 0 0 -38.7884 -212.385 -49.9709 -49.8 -34.8659 -39.277 30.9968 -34
-STDOUT_14765=-170 0 0 -39.488 0 0 -35.6568 -207.83 -55.7022 -55.3066 -36.3205 -40.613 30.9968 -34
-STDOUT_14766=-170 0 0 -40.1166 0 0 -37.3051 -206.882 -55.0648 -54.9955 -36.1604 -40.7704 30.9968 -34
-STDOUT_14767=-170 0 0 -40.2116 0 0 -41.2011 -208.129 -54.1726 -55.5159 -32.7228 -39.657 30.9968 -34
-STDOUT_14768=-170 0 0 -40.8421 0 0 -38.1623 -208.158 -53.4918 -54.7207 -35.4642 -41.9482 30.9968 -35
-STDOUT_14769=-170 0 0 -38.681 0 0 -36.1732 -203.347 -58.7667 -55.1856 -41.4347 -44.3663 30.9968 -35
-STDOUT_14770=-170 0 0 -40.5475 0 0 -37.4846 -212.276 -52.2575 -51.3552 -35.1999 -38.8151 30.9968 -34
-STDOUT_14771=-170 0 0 -38.776 0 0 -40.0692 -204.594 -57.8745 -55.7059 -37.9971 -43.2528 30.9968 -35
-STDOUT_14772=-170 0 0 -40.4008 0 0 -38.3074 -207.975 -54.2711 -55.68 -35.0468 -41.8729 30.9968 -35
-STDOUT_14773=-162 0 0 -40.2832 0 0 -37.0208 -192.142 -53.5359 -54.2936 -32.1953 -37.1587 29.9969 -34
-STDOUT_14774=-170 0 0 -38.9204 0 0 -36.5259 -211.082 -54.3017 -51.6525 -40.5672 -40.3358 30.9968 -35
-STDOUT_14775=-170 0 0 -38.9651 0 0 -37.1755 -204.44 -57.973 -55.8701 -40.321 -45.4688 30.9968 -36
-STDOUT_14776=-170 0 0 -39.8865 0 0 -37.4163 -207.028 -52.8043 -52.4107 -38.5715 -42.5632 30.9968 -34
-STDOUT_14777=-170 0 0 -41.1536 0 0 -38.3355 -213.396 -50.5651 -50.36 -34.3127 -38.7337 30.9968 -34
-STDOUT_14778=-170 0 0 -39.6132 0 0 -36.963 -208.315 -55.4103 -54.8963 -36.0901 -40.1527 30.9968 -34
-STDOUT_14779=-170 0 0 -40.5475 0 0 -37.4846 -212.468 -52.2575 -51.3552 -35.1999 -38.8151 30.9968 -34
-STDOUT_14780=-170 0 0 -38.238 0 0 -35.8998 -206.855 -57.8226 -56.5732 -41.1656 -43.007 30.9968 -36
-STDOUT_14781=-170 0 0 -39.9815 0 0 -41.3123 -208.275 -51.9121 -52.9311 -35.1339 -41.4498 30.9968 -34
-STDOUT_14782=-170 0 0 -40.4545 0 0 -37.2852 -213.403 -51.3875 -51.0703 -34.6085 -39.0443 30.9968 -34
-STDOUT_14783=-170 0 0 -39.8651 0 0 -36.8585 -208.241 -55.7784 -56.276 -35.7983 -41.4864 30.9968 -35
-STDOUT_14784=-170 0 0 -40.1707 0 0 -38.4186 -208.121 -52.0106 -53.0952 -37.4578 -43.6657 30.9968 -35
-STDOUT_14785=-170 0 0 -39.7721 0 0 -36.6592 -209.176 -54.9084 -55.9911 -35.2068 -41.7155 30.9968 -35
-STDOUT_14786=-170 0 0 -39.7037 0 0 -37.2154 -206.4 -58.4198 -55.6987 -37.6327 -41.7716 30.9968 -35
-STDOUT_14787=-170 0 0 -39.1645 0 0 -35.8523 -205.615 -57.574 -56.7793 -37.6691 -40.9944 30.9968 -34
-STDOUT_14788=-170 0 0 -38.1745 0 0 -34.6114 -204.776 -58.3857 -57.5474 -38.7168 -42.1248 30.9968 -34
-STDOUT_14789=-162 0 0 -37.5211 0 0 -35.6837 -196.262 -52.4069 -52.2124 -34.0067 -37.6537 29.9969 -34
-STDOUT_14790=-170 0 0 -39.3663 0 0 -36.6836 -209.766 -58.8453 -56.6602 -34.3038 -37.3556 30.9968 -34
-STDOUT_14791=-170 0 0 -38.5495 0 0 -36.073 -212.093 -54.8958 -52.2124 -40.014 -39.7926 30.9968 -35
-STDOUT_14792=-170 0 0 -40.4066 0 0 -37.2014 -208.4 -55.5074 -55.4014 -34.9309 -39.5889 30.9968 -34
-STDOUT_14793=-170 0 0 -39.855 0 0 -36.8531 -207.072 -55.7984 -56.5537 -36.4938 -42.341 30.9968 -35
-STDOUT_14794=-170 0 0 -40.3609 0 0 -37.463 -205.883 -53.5678 -53.3331 -38.3988 -42.6453 30.9968 -34
-STDOUT_14795=-170 0 0 -39.108 0 0 -39.6022 -207.641 -55.5563 -55.9687 -34.742 -40.5268 30.9968 -34
-STDOUT_14796=-170 0 0 -40.1766 0 0 -37.0317 -213.479 -52.8516 -51.9152 -34.6467 -38.2719 30.9968 -34
-STDOUT_14797=-170 0 0 -39.1557 0 0 -39.4473 -201.024 -59.8294 -60.2745 -36.1812 -41.8753 30.9968 -34
-STDOUT_14798=-170 0 0 -41.0023 0 0 -38.3769 -214.447 -51.7869 -51.7251 -32.6657 -37.477 30.9968 -34
-STDOUT_14799=-170 0 0 -40.4699 0 0 -38.2824 -210.818 -57.4617 -56.2074 -32.2845 -36.4857 30.9968 -34
-STDOUT_14800=-170 0 0 -40.456 0 0 -41.359 -207.13 -52.6756 -53.8535 -34.9612 -41.5319 30.9968 -34
-STDOUT_14801=-170 0 0 -40.9092 0 0 -38.4585 -210.081 -52.4574 -52.9238 -34.7696 -39.9686 30.9968 -34
-STDOUT_14802=-170 0 0 -38.971 0 0 -36.0695 -204.866 -59.2093 -55.5915 -40.2052 -43.1848 30.9968 -35
-STDOUT_14803=-170 0 0 -40.0836 0 0 -36.8323 -214.415 -51.9817 -51.6303 -34.0553 -38.501 30.9968 -34
-STDOUT_14804=-170 0 0 -39.5666 0 0 -37.245 -210.912 -55.4889 -51.9152 -37.94 -41.0728 30.9968 -35
-STDOUT_14805=-170 0 0 -39.0343 0 0 -37.1505 -207.283 -61.1636 -56.3975 -37.5588 -40.0816 30.9968 -35
-STDOUT_14806=-170 0 0 -39.4736 0 0 -37.3266 -206.546 -56.1593 -53.1139 -40.0438 -43.5644 30.9968 -35
-STDOUT_14807=-170 0 0 -39.4789 0 0 -40.0552 -207.021 -54.9621 -55.4087 -35.2952 -41.0701 30.9968 -34
-STDOUT_14808=-170 0 0 -40.6451 0 0 -38.4653 -206.976 -52.774 -54.0176 -37.2852 -43.7478 30.9968 -35
-STDOUT_14809=-170 0 0 -37.7568 0 0 -35.2006 -204.579 -57.8985 -55.1856 -44.1002 -43.7042 30.9968 -35
-STDOUT_14810=-170 0 0 -40.6702 0 0 -38.8438 -211.973 -54.1052 -51.4624 -35.9207 -40.2029 30.9968 -35
-STDOUT_14811=-170 0 0 -40.1765 0 0 -37.3126 -208.546 -53.2469 -52.8166 -37.342 -41.3817 30.9968 -34
-STDOUT_14812=-170 0 0 -40.1311 0 0 -37.4807 -211.189 -53.2594 -52.5431 -35.9571 -39.4257 30.9968 -34
-STDOUT_14813=-170 0 0 -39.141 0 0 -36.2398 -210.349 -54.0711 -53.3112 -37.0048 -40.5561 30.9968 -34
-STDOUT_14814=-170 0 0 -38.9855 0 0 -39.8893 -208.025 -55.4215 -55.806 -34.7949 -40.5344 30.9968 -34
-STDOUT_14815=-170 0 0 -37.8518 0 0 -39.0965 -205.826 -57.0063 -55.7059 -40.6626 -42.5908 30.9968 -35
-STDOUT_14816=-170 0 0 -40.7722 0 0 -38.4881 -214.593 -49.5264 -49.1404 -35.0768 -39.2698 30.9968 -34
-STDOUT_14817=-170 0 0 -39.3839 0 0 -36.1592 -205.966 -55.8543 -54.8883 -38.7329 -42.1835 30.9968 -34
-STDOUT_14818=-170 0 0 -40.2398 0 0 -38.3936 -210.964 -55.2012 -53.6226 -34.6956 -38.2785 30.9968 -34
-STDOUT_14819=-170 0 0 -39.9879 0 0 -38.2178 -207.747 -57.6261 -56.3831 -36.5191 -42.8741 30.9968 -36
-STDOUT_14820=-170 0 0 -39.4487 0 0 -36.8546 -206.962 -56.7803 -57.4638 -36.5554 -42.0969 30.9968 -35
-STDOUT_14821=-170 0 0 -40.099 0 0 -37.8295 -211.838 -58.0558 -56.7674 -31.7313 -35.9425 30.9968 -34
-STDOUT_14822=-170 0 0 -38.4587 0 0 -35.6137 -206.123 -57.592 -58.2319 -37.6031 -43.2273 30.9968 -35
-STDOUT_14823=-170 0 0 -39.4789 0 0 -40.0552 -207.212 -54.9621 -55.4087 -35.2952 -41.0701 30.9968 -34
-STDOUT_14824=-170 0 0 -41.3836 0 0 -38.5052 -208.936 -53.2208 -53.8462 -34.5969 -40.0507 30.9968 -34
-STDOUT_14825=-170 0 0 -39.2909 0 0 -35.9599 -206.901 -54.9844 -54.6034 -38.1414 -42.4126 30.9968 -34
-STDOUT_14826=-170 0 0 -38.0409 0 0 -36.2029 -205.673 -57.1048 -55.8701 -42.9865 -44.8067 30.9968 -36
-STDOUT_14827=-170 0 0 -39.8408 0 0 -40.7482 -209.713 -54.7668 -56.0758 -32.1696 -39.1137 30.9968 -34
-STDOUT_14828=-170 0 0 -41.8758 0 0 -40.0869 -215.654 -48.1428 -48.6875 -33.0576 -38.3999 30.9968 -34
-STDOUT_14829=-170 0 0 -40.6908 0 0 -38.2038 -209.747 -54.7137 -56.0859 -33.8173 -40.6914 30.9968 -35
-STDOUT_14830=-170 0 0 -39.386 0 0 -39.8558 -208.148 -54.0922 -55.1238 -34.7038 -41.2992 30.9968 -34
-STDOUT_14831=-170 0 0 -38.6634 0 0 -36.6976 -208.304 -61.7578 -56.9575 -37.0056 -39.5383 30.9968 -35
-STDOUT_14832=-170 0 0 -39.948 0 0 -37.3733 -205.401 -56.9228 -54.0363 -39.8712 -43.6466 30.9968 -35
-STDOUT_14833=-170 0 0 -39.6681 0 0 -37.1615 -207.059 -55.0606 -55.5728 -37.6192 -43.286 30.9968 -35
-STDOUT_14834=0 -5.06694 0 0 -3.70034 0 0 -107.668 -12.5767 -55.2973 -9.554 -39.5978 9.99896 -33
-STDOUT_14835=0 -4.93922 0 0 -3.73869 0 0 -107.668 -12.8129 -55.2973 -9.51715 -39.5978 9.99896 -33
-STDOUT_14836=0 -5.01017 0 0 -3.6375 0 0 -107.486 -12.3015 -55 -10.1454 -40.216 9.99896 -33
-STDOUT_14837=0 -5.08187 0 0 -3.70034 0 0 -109.761 -12.3289 -54.52 -10.5348 -39.9645 9.99896 -34
-STDOUT_14838=0 -4.88244 0 0 -3.67585 0 0 -107.486 -12.5376 -55 -10.1086 -40.216 9.99896 -33
-STDOUT_14839=0 -5.04681 0 0 -3.75361 0 0 -107.668 -13.0717 -55.2973 -9.68571 -39.5978 9.99896 -33
-STDOUT_14840=0 -5.02509 0 0 -3.6375 0 0 -109.579 -12.0537 -54.2228 -11.1263 -40.5827 9.99896 -34
-STDOUT_14841=0 -4.99003 0 0 -3.69077 0 0 -107.486 -12.7965 -55 -10.2771 -40.216 9.99896 -33
-STDOUT_14842=0 -5.07931 0 0 -3.73869 0 0 -109.761 -13.0781 -54.52 -10.498 -39.9645 9.99896 -34
-STDOUT_14843=0 -5.22546 0 0 -3.8697 0 0 -102.549 -16.3982 -59.1595 -10.2962 -40.283 9.99896 -33
-STDOUT_14844=0 -5.04572 0 0 -3.547 0 0 -107.668 -14.7143 -55.2973 -10.1451 -39.5978 9.99896 -33
-STDOUT_14845=0 -5.09774 0 0 -3.90804 0 0 -102.549 -16.6343 -59.1595 -10.2594 -40.283 9.99896 -33
-STDOUT_14846=0 -5.09547 0 0 -3.65665 0 0 -107.668 -14.1253 -55.2973 -10.0323 -39.5978 9.99896 -33
-STDOUT_14847=0 -5.281 0 0 -3.70853 0 0 -109.761 -14.0182 -54.52 -10.1499 -39.9645 9.99896 -34
-STDOUT_14848=0 -5.02253 0 0 -3.67585 0 0 -109.579 -12.8029 -54.2228 -11.0894 -40.5827 9.99896 -34
-STDOUT_14849=0 -5.16869 0 0 -3.80685 0 0 -102.367 -16.123 -58.8622 -10.8876 -40.9012 9.99896 -33
-STDOUT_14850=0 -4.91799 0 0 -3.58535 0 0 -107.668 -14.9504 -55.2973 -10.1083 -39.5978 9.99896 -33
-STDOUT_14851=0 -4.96775 0 0 -3.69499 0 0 -107.668 -14.3614 -55.2973 -9.99544 -39.5978 9.99896 -33
-STDOUT_14852=0 -5.09288 0 0 -3.53948 0 0 -107.486 -14.021 -55 -10.6259 -40.216 9.99896 -33
-STDOUT_14853=0 -5.24039 0 0 -3.8697 0 0 -104.643 -16.1504 -58.3822 -11.277 -40.6497 9.99896 -34
-STDOUT_14854=0 -5.04097 0 0 -3.8452 0 0 -102.367 -16.3591 -58.8622 -10.8508 -40.9012 9.99896 -33
-STDOUT_14855=0 -5.22422 0 0 -3.64568 0 0 -109.579 -13.743 -54.2228 -10.7413 -40.5827 9.99896 -34
-STDOUT_14856=0 -5.06064 0 0 -3.547 0 0 -109.761 -14.4665 -54.52 -11.1259 -39.9645 9.99896 -34
-STDOUT_14857=0 -4.96516 0 0 -3.57783 0 0 -107.486 -14.2571 -55 -10.5891 -40.216 9.99896 -33
-STDOUT_14858=0 -5.11039 0 0 -3.65665 0 0 -109.761 -13.8774 -54.52 -11.0131 -39.9645 9.99896 -34
-STDOUT_14859=0 -5.20533 0 0 -3.92297 0 0 -102.549 -16.8931 -59.1595 -10.4279 -40.283 9.99896 -33
-STDOUT_14860=0 -5.18361 0 0 -3.80685 0 0 -104.46 -15.8751 -58.085 -11.8685 -41.2679 9.99896 -34
-STDOUT_14861=0 -5.02558 0 0 -3.60027 0 0 -107.668 -15.2092 -55.2973 -10.2768 -39.5978 9.99896 -33
-STDOUT_14862=0 -5.1078 0 0 -3.53948 0 0 -109.579 -13.7731 -54.2228 -11.6067 -40.5827 9.99896 -34
-STDOUT_14863=0 -5.09515 0 0 -3.63158 0 0 -107.486 -14.278 -55 -10.4841 -40.216 9.99896 -33
-STDOUT_14864=0 -5.07533 0 0 -3.70992 0 0 -107.668 -14.6202 -55.2973 -10.164 -39.5978 9.99896 -33
-STDOUT_14865=0 -5.12585 0 0 -3.89756 0 0 -107.668 -13.2125 -55.2973 -9.74433 -39.5978 10.9989 -33
-STDOUT_14866=0 -5.14855 0 0 -3.86013 0 0 -102.367 -16.6179 -58.8622 -11.0194 -40.9012 9.99896 -33
-STDOUT_14867=0 -4.96743 0 0 -3.66993 0 0 -107.486 -14.5141 -55 -10.4472 -40.216 9.99896 -33
-STDOUT_14868=0 -4.92176 0 0 -4.33201 0 0 -108.934 -18.256 -52.2212 -12.813 -34.5864 11.9988 -33
-STDOUT_14869=0 -5.23783 0 0 -3.90804 0 0 -104.643 -16.8995 -58.3822 -11.2402 -40.6497 9.99896 -34
-STDOUT_14870=0 -5.07274 0 0 -3.59275 0 0 -107.486 -14.5159 -55 -10.7576 -40.216 9.99896 -33
-STDOUT_14871=0 -5.26489 0 0 -3.72345 0 0 -109.761 -14.3099 -54.52 -10.8089 -39.9645 9.99896 -34
-STDOUT_14872=0 -5.05808 0 0 -3.58535 0 0 -109.761 -15.2156 -54.52 -11.0891 -39.9645 9.99896 -34
-STDOUT_14873=0 -5.20424 0 0 -3.71636 0 0 -102.549 -18.5358 -59.1595 -10.8873 -40.283 9.99896 -33
-STDOUT_14874=0 -4.79404 0 0 -4.37036 0 0 -108.934 -18.4922 -52.2212 -12.7762 -34.5864 11.9988 -33
-STDOUT_14875=0 -5.28053 0 0 -4.5639 0 0 -108.934 -16.8808 -52.2212 -12.4644 -34.5864 11.9988 -33
-STDOUT_14876=0 -5.10784 0 0 -3.69499 0 0 -109.761 -14.6266 -54.52 -10.9763 -39.9645 9.99896 -34
-STDOUT_14877=0 -5.06907 0 0 -3.83472 0 0 -107.486 -12.9373 -55 -10.3358 -40.216 10.9989 -33
-STDOUT_14878=0 -5.25399 0 0 -3.826 0 0 -102.549 -17.9467 -59.1595 -10.7745 -40.283 9.99896 -33
-STDOUT_14879=0 -5.11008 0 0 -3.63158 0 0 -109.579 -14.0302 -54.2228 -11.4649 -40.5827 9.99896 -34
-STDOUT_14880=0 -5.43952 0 0 -3.87788 0 0 -104.643 -17.8397 -58.3822 -10.8921 -40.6497 9.99896 -34
-STDOUT_14881=0 -4.6522 0 0 -4.0105 0 0 -106.225 -16.7798 -54.3075 -12.6709 -38.5966 10.9989 -33
-STDOUT_14882=0 -4.86498 0 0 -4.26917 0 0 -108.752 -17.9808 -51.924 -13.4045 -35.2046 11.9988 -33
-STDOUT_14883=0 -5.18105 0 0 -3.8452 0 0 -104.46 -16.6243 -58.085 -11.8316 -41.2679 9.99896 -34
-STDOUT_14884=0 -5.07652 0 0 -3.7547 0 0 -102.549 -18.7719 -59.1595 -10.8505 -40.283 9.99896 -33
-STDOUT_14885=0 -5.45129 0 0 -3.81157 0 0 -107.668 -13.5467 -55.2973 -10.0664 -39.5978 10.9989 -33
-STDOUT_14886=0 -5.13456 0 0 -3.82649 0 0 -107.668 -13.406 -55.2973 -10.3587 -39.5978 10.9989 -33
-STDOUT_14887=0 -5.25977 0 0 -3.55518 0 0 -109.761 -16.1558 -54.52 -10.741 -39.9645 9.99896 -34
-STDOUT_14888=0 -5.15281 0 0 -4.60225 0 0 -108.934 -17.1169 -52.2212 -12.4275 -34.5864 11.9988 -33
-STDOUT_14889=0 -5.10524 0 0 -3.57783 0 0 -109.579 -14.5223 -54.2228 -11.5699 -40.5827 9.99896 -34
-STDOUT_14890=0 -5.31462 0 0 -3.70853 0 0 -110.957 -12.855 -54.0914 -10.373 -40.0836 9.99896 -34
-STDOUT_14891=0 -5.20811 0 0 -3.66061 0 0 -109.579 -14.0347 -54.2228 -11.4003 -40.5827 9.99896 -34
-STDOUT_14892=0 -5.01017 0 0 -3.6375 0 0 -108.791 -12.3015 -55 -10.1454 -40.216 9.99896 -33
-STDOUT_14893=0 -5.23343 0 0 -3.91248 0 0 -107.668 -13.4713 -55.2973 -9.91289 -39.5978 10.9989 -33
-STDOUT_14894=0 -5.12627 0 0 -3.86435 0 0 -102.549 -18.1828 -59.1595 -10.7376 -40.283 9.99896 -33
-STDOUT_14895=0 -5.32357 0 0 -3.84991 0 0 -107.668 -13.7138 -55.2973 -9.98302 -39.5978 10.9989 -33
-STDOUT_14896=0 -4.93669 0 0 -4.33201 0 0 -111.027 -18.0082 -51.4439 -13.7938 -34.9531 11.9988 -34
-STDOUT_14897=0 -5.44573 0 0 -4.0523 0 0 -107.668 -12.4525 -55.2973 -10.124 -39.5978 9.99896 -33
-STDOUT_14898=0 -5.2514 0 0 -3.70884 0 0 -102.367 -17.8424 -58.8622 -11.3681 -40.9012 9.99896 -33
-STDOUT_14899=0 -5.00684 0 0 -3.86484 0 0 -107.668 -13.5731 -55.2973 -10.2754 -39.5978 10.9989 -33
-STDOUT_14900=0 -4.52448 0 0 -4.04884 0 0 -106.225 -17.0159 -54.3075 -12.6341 -38.5966 10.9989 -33
-STDOUT_14901=0 -5.30952 0 0 -3.66483 0 0 -109.761 -15.5667 -54.52 -10.6282 -39.9645 9.99896 -34
-STDOUT_14902=0 -4.73726 0 0 -4.30752 0 0 -108.752 -18.217 -51.924 -13.3676 -35.2046 11.9988 -33
-STDOUT_14903=0 -5.01097 0 0 -4.24239 0 0 -106.225 -15.4045 -54.3075 -12.3222 -38.5966 10.9989 -33
-STDOUT_14904=0 -5.27434 0 0 -3.8674 0 0 -109.761 -13.8791 -54.52 -10.3445 -39.9645 10.9989 -34
-STDOUT_14905=0 -5.22376 0 0 -4.50106 0 0 -108.752 -16.6056 -51.924 -13.0558 -35.2046 11.9988 -33
-STDOUT_14906=0 -5.07502 0 0 -3.68486 0 0 -107.486 -14.7729 -55 -10.6158 -40.216 9.99896 -33
-STDOUT_14907=0 -5.3046 0 0 -4.06722 0 0 -107.668 -12.5531 -55.2973 -10.2089 -39.5978 9.99896 -33
-STDOUT_14908=0 -5.38274 0 0 -3.81504 0 0 -104.46 -17.5645 -58.085 -11.4835 -41.2679 9.99896 -34
-STDOUT_14909=0 -4.59542 0 0 -3.94765 0 0 -106.043 -16.5046 -54.0103 -13.2623 -39.2147 10.9989 -33
-STDOUT_14910=0 -4.88244 0 0 -3.67585 0 0 -108.791 -12.5376 -55 -10.1086 -40.216 9.99896 -33
-STDOUT_14911=0 -4.90272 0 0 -4.03681 0 0 -106.225 -17.5159 -54.3075 -12.2174 -38.5966 10.9989 -33
-STDOUT_14912=0 -4.93481 0 0 -3.56906 0 0 -112.129 -14.8925 -52.5871 -10.7205 -39.6679 9.99896 -34
-STDOUT_14913=0 -5.21916 0 0 -3.71636 0 0 -104.643 -18.2879 -58.3822 -11.8681 -40.6497 9.99896 -34
-STDOUT_14914=0 -5.12368 0 0 -3.74718 0 0 -102.367 -18.0786 -58.8622 -11.3313 -40.9012 9.99896 -33
-STDOUT_14915=0 -5.29546 0 0 -4.5639 0 0 -111.027 -16.633 -51.4439 -13.4452 -34.9531 11.9988 -34
-STDOUT_14916=0 -5.39452 0 0 -3.74872 0 0 -107.486 -13.2715 -55 -10.6578 -40.216 10.9989 -33
-STDOUT_14917=0 -5.30693 0 0 -3.54766 0 0 -109.579 -15.4624 -54.2228 -11.2218 -40.5827 9.99896 -34
-STDOUT_14918=0 -5.07778 0 0 -3.76365 0 0 -107.486 -13.1308 -55.0001 -10.9502 -40.216 10.9989 -33
-STDOUT_14919=0 -4.88325 0 0 -4.28073 0 0 -106.225 -15.6407 -54.3075 -12.2854 -38.5966 10.9989 -33
-STDOUT_14920=0 -5.30632 0 0 -3.75361 0 0 -106.887 -14.3244 -55.4354 -10.7843 -40.3748 9.99896 -33
-STDOUT_14921=0 -5.09603 0 0 -4.53941 0 0 -108.752 -16.8417 -51.924 -13.0189 -35.2046 11.9988 -33
-STDOUT_14922=0 -4.90163 0 0 -4.38529 0 0 -108.934 -18.751 -52.2212 -12.9447 -34.5864 11.9988 -33
-STDOUT_14923=0 -5.26891 0 0 -3.826 0 0 -104.643 -17.6989 -58.3822 -11.7553 -40.6497 9.99896 -34
-STDOUT_14924=0 -5.25784 0 0 -3.64568 0 0 -110.775 -12.5798 -53.7942 -10.9644 -40.7018 9.99896 -34
-STDOUT_14925=0 -4.95339 0 0 -3.57465 0 0 -108.608 -12.0263 -54.7028 -10.7369 -40.8341 9.99896 -33
-STDOUT_14926=0 -4.66712 0 0 -4.0105 0 0 -108.319 -16.5319 -53.5303 -13.6517 -38.9633 10.9989 -34
-STDOUT_14927=0 -5.17666 0 0 -3.84964 0 0 -107.486 -13.1961 -55.0001 -10.5043 -40.216 10.9989 -33
-STDOUT_14928=0 -5.26679 0 0 -3.78707 0 0 -107.486 -13.4386 -55 -10.5745 -40.216 10.9989 -33
-STDOUT_14929=0 -4.87991 0 0 -4.26917 0 0 -110.845 -17.733 -51.1467 -14.3853 -35.5713 11.9988 -34
-STDOUT_14930=0 -5.32557 0 0 -3.90574 0 0 -109.761 -14.1994 -54.52 -10.1659 -39.9645 10.9989 -34
-STDOUT_14931=0 -5.38896 0 0 -3.98945 0 0 -107.486 -12.1773 -55 -10.7154 -40.216 9.99896 -33
-STDOUT_14932=0 -4.95006 0 0 -3.802 0 0 -107.486 -13.2979 -55 -10.8668 -40.216 10.9989 -33
-STDOUT_14933=0 -4.4677 0 0 -3.986 0 0 -106.043 -16.7407 -54.0103 -13.2255 -39.2147 10.9989 -33
-STDOUT_14934=FEATURES_TXT_END_0
-STDOUT_14935=FEATURES_TXT_BEGIN_0 7 400 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_14936=0 -3.66906 0 0 -2.70469 0 0 -58.8702 -47.5967 -90.3027 -13.7219 -19.3364 9.99896 -23
-STDOUT_14937=0 -3.90294 0 0 -2.87411 0 0 -58.8702 -47.7092 -88.1808 -14.3878 -19.3364 9.99896 -23
-STDOUT_14938=0 -3.66706 0 0 -3.43558 0 0 -58.8702 -46.6489 -90.3027 -13.1451 -19.3364 8.99907 -23
-STDOUT_14939=0 -3.8633 0 0 -2.70469 0 0 -58.8702 -47.66 -90.3027 -13.9598 -19.3364 9.99896 -23
-STDOUT_14940=0 -3.87738 0 0 -2.62918 0 0 -58.8702 -47.6338 -90.3027 -14.2174 -19.3364 9.99896 -23
-STDOUT_14941=0 -3.90691 0 0 -2.89456 0 0 -58.8702 -48.3167 -90.3027 -13.7705 -19.3364 10.9989 -23
-STDOUT_14942=0 -3.84341 0 0 -2.87904 0 0 -58.8702 -48.5433 -90.3027 -14.0865 -19.3364 9.99896 -23
-STDOUT_14943=0 -3.87152 0 0 -2.99927 0 0 -58.8702 -48.5971 -88.1808 -14.9797 -19.3364 10.9989 -23
-STDOUT_14944=0 -4.06457 0 0 -2.77311 0 0 -58.8702 -48.0805 -90.3027 -14.3897 -19.3364 9.99896 -23
-STDOUT_14945=0 -3.83188 0 0 -2.82985 0 0 -58.8702 -48.5478 -90.3027 -14.5517 -19.3364 10.9989 -23
-STDOUT_14946=0 -4.31309 0 0 -2.87574 0 0 -60.8643 -43.1731 -82.6108 -14.8991 -22.0226 9.99896 -25
-STDOUT_14947=0 -4.09418 0 0 -2.56036 0 0 -58.8702 -48.9202 -90.3027 -14.3518 -19.3364 9.99896 -23
-STDOUT_14948=0 -4.14079 0 0 -3.06397 0 0 -58.8702 -48.4292 -88.1808 -14.4364 -19.3364 10.9989 -23
-STDOUT_14949=0 -3.91778 0 0 -2.73994 0 0 -60.8643 -44.7473 -82.6108 -15.3816 -22.0226 9.99896 -25
-STDOUT_14950=0 -3.65143 0 0 -3.63625 0 0 -58.8702 -47.561 -90.3027 -13.7827 -19.3364 9.99896 -23
-STDOUT_14951=0 -3.90491 0 0 -3.62544 0 0 -58.8702 -47.3688 -90.3027 -13.1937 -19.3364 9.99896 -23
-STDOUT_14952=0 -3.89474 0 0 -3.77205 0 0 -58.8702 -47.5819 -88.1808 -13.9454 -19.3364 9.99896 -23
-STDOUT_14953=0 -4.10115 0 0 -2.89456 0 0 -58.8702 -48.3799 -90.3027 -14.0084 -19.3364 10.9989 -23
-STDOUT_14954=0 -4.11523 0 0 -2.81905 0 0 -58.8702 -48.3538 -90.3027 -14.266 -19.3364 10.9989 -23
-STDOUT_14955=0 -4.07729 0 0 -3.04846 0 0 -58.8702 -48.6558 -88.1808 -14.7524 -19.3364 9.99896 -23
-STDOUT_14956=0 -3.93919 0 0 -3.60263 0 0 -58.8702 -47.3158 -90.3027 -13.3924 -19.3364 9.99896 -23
-STDOUT_14957=0 -3.84141 0 0 -3.60993 0 0 -58.8702 -47.5955 -90.3027 -13.5097 -19.3364 8.99907 -23
-STDOUT_14958=0 -4.03765 0 0 -2.87904 0 0 -58.8702 -48.6065 -90.3027 -14.3244 -19.3364 9.99896 -23
-STDOUT_14959=0 -4.05173 0 0 -2.80354 0 0 -58.8702 -48.5804 -90.3027 -14.582 -19.3364 9.99896 -23
-STDOUT_14960=0 -4.54697 0 0 -3.04516 0 0 -60.8643 -43.2856 -80.4889 -15.565 -22.0226 9.99896 -25
-STDOUT_14961=0 -4.16665 0 0 -3.07478 0 0 -58.8702 -48.3262 -88.1808 -15.0052 -19.3364 10.9989 -23
-STDOUT_14962=0 -4.14352 0 0 -2.36328 0 0 -58.8702 -49.9584 -88.1808 -15.8938 -19.3364 8.99907 -23
-STDOUT_14963=0 -3.62429 0 0 -3.56074 0 0 -58.8702 -47.6558 -90.3027 -14.5946 -19.3364 9.99896 -23
-STDOUT_14964=0 -3.86322 0 0 -2.82985 0 0 -58.8702 -49.425 -90.3027 -14.4789 -19.3364 10.9989 -23
-STDOUT_14965=0 -4.31109 0 0 -3.60663 0 0 -60.8643 -42.2253 -82.6108 -14.3224 -22.0226 8.99907 -25
-STDOUT_14966=0 -4.34719 0 0 -2.98245 0 0 -58.8702 -47.8329 -90.3027 -13.9934 -19.3364 10.9989 -23
-STDOUT_14967=0 -4.50734 0 0 -2.87574 0 0 -60.8643 -43.2363 -82.6108 -15.137 -22.0226 9.99896 -25
-STDOUT_14968=0 -4.12702 0 0 -2.90536 0 0 -58.8702 -48.2769 -90.3027 -14.5772 -19.3364 10.9989 -23
-STDOUT_14969=0 -4.52141 0 0 -2.80023 0 0 -60.8643 -43.2102 -82.6108 -15.3947 -22.0226 9.99896 -25
-STDOUT_14970=0 -4.15166 0 0 -2.90936 0 0 -60.8643 -44.8598 -80.4889 -16.0474 -22.0226 9.99896 -25
-STDOUT_14971=0 -4.40304 0 0 -2.53433 0 0 -60.8643 -45.2443 -80.4889 -16.1815 -22.0226 8.99907 -25
-STDOUT_14972=0 -3.91578 0 0 -3.47083 0 0 -60.8643 -43.7995 -82.6108 -14.8048 -22.0226 8.99907 -25
-STDOUT_14973=0 -4.11202 0 0 -2.73994 0 0 -60.8643 -44.8105 -82.6108 -15.6195 -22.0226 9.99896 -25
-STDOUT_14974=0 -4.1261 0 0 -2.66443 0 0 -60.8643 -44.7844 -82.6108 -15.8771 -22.0226 9.99896 -25
-STDOUT_14975=0 -4.25425 0 0 -2.73994 0 0 -60.3592 -44.6399 -83.6498 -15.7101 -22.9808 9.99896 -25
-STDOUT_14976=0 -3.75221 0 0 -2.67344 0 0 -59.4443 -46.8873 -92.7463 -13.5506 -21.2322 8.99907 -23
-STDOUT_14977=0 -3.88445 0 0 -3.63625 0 0 -58.8702 -47.7726 -90.3027 -13.8534 -19.3364 9.99896 -23
-STDOUT_14978=0 -4.00772 0 0 -2.39853 0 0 -60.8643 -46.8185 -80.4889 -16.664 -22.0226 8.99907 -25
-STDOUT_14979=0 -4.27085 0 0 -2.93876 0 0 -60.8617 -46.2291 -88.8012 -12.1124 -17.6959 9.99896 -23
-STDOUT_14980=0 -4.58107 0 0 -3.15186 0 0 -58.8702 -47.9454 -88.1808 -14.6592 -19.3364 10.9989 -23
-STDOUT_14981=0 -3.92286 0 0 -2.92695 0 0 -65.6255 -36.9167 -73.0298 -13.6343 -23.4366 9.99896 -27
-STDOUT_14982=0 -4.34519 0 0 -3.71333 0 0 -58.8702 -46.885 -90.3027 -13.4166 -19.3364 9.99896 -23
-STDOUT_14983=0 -3.8944 0 0 -2.66 0 0 -65.6255 -37.3981 -73.0298 -14.2065 -23.4366 8.99907 -27
-STDOUT_14984=0 -4.54143 0 0 -2.98245 0 0 -58.8702 -47.8961 -90.3027 -14.2313 -19.3364 10.9989 -23
-STDOUT_14985=0 -4.08126 0 0 -3.06891 0 0 -58.8702 -49.2632 -90.3027 -14.1351 -19.3364 10.9989 -23
-STDOUT_14986=0 -4.55551 0 0 -2.90694 0 0 -58.8702 -47.87 -90.3027 -14.4889 -19.3364 10.9989 -23
-STDOUT_14987=0 -4.10937 0 0 -3.18914 0 0 -58.8702 -49.317 -88.1808 -15.0283 -19.3364 11.9988 -23
-STDOUT_14988=0 -4.12114 0 0 -3.30694 0 0 -60.8643 -43.9287 -82.6108 -15.2928 -22.0226 10.9989 -25
-STDOUT_14989=0 -3.90952 0 0 -2.83373 0 0 -60.7567 -46.772 -89.3549 -13.0007 -18.4562 9.99896 -23
-STDOUT_14990=0 -4.48813 0 0 -2.90936 0 0 -60.3592 -44.7524 -81.5279 -16.3759 -22.9808 9.99896 -25
-STDOUT_14991=0 -4.30243 0 0 -2.96298 0 0 -58.8702 -48.8005 -90.3027 -14.4383 -19.3364 10.9989 -23
-STDOUT_14992=0 -4.06974 0 0 -3.01972 0 0 -58.8702 -49.2677 -90.3027 -14.6003 -19.3364 11.9988 -23
-STDOUT_14993=0 -4.25225 0 0 -3.47083 0 0 -60.3592 -43.6921 -83.6498 -15.1333 -22.9808 8.99907 -25
-STDOUT_14994=0 -4.04587 0 0 -3.17362 0 0 -58.8702 -49.5437 -88.1808 -15.3443 -19.3364 10.9989 -23
-STDOUT_14995=0 -4.55094 0 0 -3.0656 0 0 -60.8643 -43.893 -82.6108 -14.9478 -22.0226 10.9989 -25
-STDOUT_14996=0 -4.44849 0 0 -2.73994 0 0 -60.3592 -44.7031 -83.6498 -15.948 -22.9808 9.99896 -25
-STDOUT_14997=0 -4.46257 0 0 -2.66443 0 0 -60.3592 -44.677 -83.6498 -16.2056 -22.9808 9.99896 -25
-STDOUT_14998=0 -3.86909 0 0 -2.26888 0 0 -62.984 -46.7378 -80.5557 -14.0273 -18.0969 8.99907 -24
-STDOUT_14999=0 -4.50473 0 0 -3.10818 0 0 -60.8617 -46.3416 -86.6793 -12.7783 -17.6959 9.99896 -23
-STDOUT_15000=0 -4.33203 0 0 -2.75023 0 0 -58.8702 -49.6401 -90.3027 -14.4004 -19.3364 10.9989 -23
-STDOUT_15001=0 -4.15272 0 0 -2.54929 0 0 -65.6255 -37.8863 -73.0298 -13.7134 -23.4366 8.99907 -27
-STDOUT_15002=0 -4.12813 0 0 -2.76204 0 0 -65.6255 -37.1269 -73.0298 -13.8558 -23.4366 8.99907 -27
-STDOUT_15003=0 -4.3442 0 0 -2.39853 0 0 -60.3592 -46.7111 -81.5279 -16.9925 -22.9808 8.99907 -25
-STDOUT_15004=0 -4.23893 0 0 -2.94746 0 0 -58.8702 -49.0271 -90.3027 -14.7544 -19.3364 9.99896 -23
-STDOUT_15005=0 -3.89897 0 0 -2.49412 0 0 -64.7276 -42.4134 -79.0975 -12.4958 -18.5302 8.99907 -25
-STDOUT_15006=0 -4.00624 0 0 -3.00421 0 0 -58.8702 -49.4944 -90.3027 -14.9163 -19.3364 10.9989 -23
-STDOUT_15007=0 -4.26885 0 0 -3.66965 0 0 -60.8617 -45.2812 -88.8012 -11.5357 -17.6959 8.99907 -23
-STDOUT_15008=0 -4.15563 0 0 -2.9298 0 0 -60.8643 -45.4672 -82.6108 -15.4302 -22.0226 10.9989 -25
-STDOUT_15009=0 -4.15674 0 0 -3.09637 0 0 -65.6255 -37.0292 -70.9079 -14.3002 -23.4366 9.99896 -27
-STDOUT_15010=0 -3.88928 0 0 -3.82611 0 0 -58.8702 -48.2809 -90.3027 -13.8313 -19.3364 10.9989 -23
-STDOUT_15011=0 -3.87911 0 0 -3.97272 0 0 -58.8702 -48.494 -88.1808 -14.5831 -19.3364 10.9989 -23
-STDOUT_15012=0 -4.51555 0 0 -3.17032 0 0 -60.8643 -44.1734 -80.4889 -16.1569 -22.0226 10.9989 -25
-STDOUT_15013=0 -4.13259 0 0 -3.96192 0 0 -58.8702 -48.3018 -88.1808 -13.994 -19.3364 10.9989 -23
-STDOUT_15014=0 -4.4651 0 0 -2.93876 0 0 -60.8617 -46.2923 -88.8012 -12.3503 -17.6959 9.99896 -23
-STDOUT_15015=0 -4.17534 0 0 -2.49232 0 0 -60.7567 -47.8623 -87.2329 -14.1303 -18.4562 8.99907 -23
-STDOUT_15016=0 -3.94727 0 0 -3.96841 0 0 -61.4349 -46.6513 -84.7828 -10.6154 -18.3679 9.99896 -24
-STDOUT_15017=0 -4.47918 0 0 -2.86326 0 0 -60.8617 -46.2662 -88.8012 -12.608 -17.6959 9.99896 -23
-STDOUT_15018=0 -4.11211 0 0 -2.48844 0 0 -58.8702 -50.8462 -88.1808 -16.4858 -19.3364 9.99896 -23
-STDOUT_15019=0 -4.26853 0 0 -2.73472 0 0 -58.8702 -49.8668 -90.3027 -14.7164 -19.3364 9.99896 -23
-STDOUT_15020=0 -3.68401 0 0 -2.60523 0 0 -59.4443 -47.5362 -92.7463 -14.6229 -21.2322 9.99896 -23
-STDOUT_15021=0 -4.31514 0 0 -3.23833 0 0 -58.8702 -49.3757 -88.1808 -14.801 -19.3364 10.9989 -23
-STDOUT_15022=0 -3.88083 0 0 -2.97378 0 0 -58.8702 -49.8726 -90.3027 -15.234 -19.3364 10.9989 -23
-STDOUT_15023=0 -4.35502 0 0 -3.47635 0 0 -60.8643 -44.0412 -80.4889 -15.9587 -22.0226 10.9989 -25
-STDOUT_15024=0 -3.92356 0 0 -3.8033 0 0 -58.8702 -48.2279 -90.3027 -14.03 -19.3364 10.9989 -23
-STDOUT_15025=0 -3.92086 0 0 -3.65784 0 0 -65.6255 -35.9689 -73.0298 -13.0575 -23.4366 8.99907 -27
-STDOUT_15026=0 -4.1434 0 0 -3.00315 0 0 -60.7567 -46.8845 -87.2329 -13.6666 -18.4562 9.99896 -23
-STDOUT_15027=0 -4.17704 0 0 -3.7925 0 0 -58.8702 -48.0357 -90.3027 -13.441 -19.3364 10.9989 -23
-STDOUT_15028=0 -4.70861 0 0 -2.94416 0 0 -60.8643 -43.6569 -82.6108 -15.567 -22.0226 9.99896 -25
-STDOUT_15029=0 -4.11711 0 0 -2.92695 0 0 -65.6256 -36.9799 -73.0298 -13.8722 -23.4366 9.99896 -27
-STDOUT_15030=0 -4.47592 0 0 -3.0009 0 0 -60.8643 -44.1242 -82.6108 -15.729 -22.0226 10.9989 -25
-STDOUT_15031=0 -4.13119 0 0 -2.85144 0 0 -65.6255 -36.9538 -73.0298 -14.1298 -23.4366 9.99896 -27
-STDOUT_15032=0 -3.82578 0 0 -3.8106 0 0 -58.8702 -48.5076 -90.3027 -14.1474 -19.3364 9.99896 -23
-STDOUT_15033=0 -4.08869 0 0 -2.84049 0 0 -56.8379 -52.0131 -97.2268 -15.4702 -18.8975 9.99896 -22
-STDOUT_15034=0 -4.12024 0 0 -3.03452 0 0 -60.8643 -45.7476 -80.4889 -16.6394 -22.0226 10.9989 -25
-STDOUT_15035=0 -4.07926 0 0 -3.7998 0 0 -58.8702 -48.3154 -90.3027 -13.5583 -19.3364 9.99896 -23
-STDOUT_15036=0 -2.75128 0 0 -4.23249 0 0 -93.8918 -23.2318 -53.3141 -11.8406 -45.7125 10.9989 -38
-STDOUT_15037=0 -2.55057 0 0 -3.90965 0 0 -93.8918 -20.9088 -53.3141 -12.1329 -45.7125 9.99896 -38
-STDOUT_15038=0 -3.11935 0 0 -4.51759 0 0 -93.8918 -24.6339 -53.3141 -11.7285 -45.7125 11.9988 -38
-STDOUT_15039=0 -3.26058 0 0 -4.35054 0 0 -93.8918 -23.3907 -53.3141 -11.2788 -45.7125 10.9989 -38
-STDOUT_15040=0 -2.91863 0 0 -4.19475 0 0 -93.8918 -22.3108 -53.3141 -12.0208 -45.7125 10.9989 -38
-STDOUT_15041=0 -3.05987 0 0 -4.0277 0 0 -93.8918 -21.0676 -53.3141 -11.5711 -45.7125 9.99896 -38
-STDOUT_15042=0 -3.22917 0 0 -4.4757 0 0 -93.8918 -24.2785 -53.3141 -11.8707 -45.7125 11.9988 -38
-STDOUT_15043=0 -2.94553 0 0 -4.23249 0 0 -93.8918 -23.295 -53.3141 -12.0785 -45.7125 10.9989 -38
-STDOUT_15044=0 -3.02845 0 0 -4.15286 0 0 -93.8918 -21.9555 -53.3141 -12.163 -45.7125 10.9989 -38
-STDOUT_15045=0 -4.16005 0 0 -4.54264 0 0 -74.9805 -32.588 -58.5714 -13.2269 -35.8861 10.9989 -35
-STDOUT_15046=0 -2.74481 0 0 -3.90965 0 0 -93.8918 -20.972 -53.3141 -12.3708 -45.7125 9.99896 -38
-STDOUT_15047=0 -3.15089 0 0 -5.24848 0 0 -93.8918 -23.0099 -53.3141 -11.1836 -45.7125 10.9989 -38
-STDOUT_15048=0 -2.91411 0 0 -4.35765 0 0 -93.8918 -24.1829 -53.3141 -12.6704 -45.7125 11.9988 -38
-STDOUT_15049=0 -3.21968 0 0 -4.74331 0 0 -93.8918 -24.0297 -53.3141 -11.9609 -45.7125 11.9988 -38
-STDOUT_15050=0 -3.31359 0 0 -4.51759 0 0 -93.8918 -24.6971 -53.3141 -11.9664 -45.7125 11.9988 -38
-STDOUT_15051=0 -3.02142 0 0 -5.13043 0 0 -93.8918 -22.9508 -53.3141 -11.5111 -45.7125 10.9989 -38
-STDOUT_15052=0 -2.94545 0 0 -4.35765 0 0 -93.8918 -25.0601 -53.3141 -12.5977 -45.7125 11.9988 -38
-STDOUT_15053=0 -2.9596 0 0 -4.15698 0 0 -93.8918 -23.2689 -53.3141 -12.3361 -45.7125 10.9989 -38
-STDOUT_15054=0 -3.95933 0 0 -4.21981 0 0 -74.9805 -30.265 -58.5714 -13.5191 -35.8861 9.99896 -35
-STDOUT_15055=0 -4.52811 0 0 -4.82775 0 0 -74.9805 -33.9901 -58.5714 -13.1148 -35.8861 11.9988 -35
-STDOUT_15056=0 -2.95017 0 0 -4.92564 0 0 -93.8918 -20.6869 -53.3141 -11.4759 -45.7125 9.99896 -38
-STDOUT_15057=0 -2.71339 0 0 -4.03481 0 0 -93.8918 -21.8599 -53.3141 -12.9627 -45.7125 10.9989 -38
-STDOUT_15058=0 -2.70065 0 0 -4.14369 0 0 -93.8918 -25.7529 -53.3141 -12.5878 -45.7125 10.9989 -38
-STDOUT_15059=0 -3.01897 0 0 -4.42048 0 0 -93.8918 -21.7066 -53.3141 -12.2532 -45.7125 10.9989 -38
-STDOUT_15060=0 -3.11287 0 0 -4.19475 0 0 -93.8918 -22.3741 -53.3141 -12.2587 -45.7125 10.9989 -38
-STDOUT_15061=0 -2.8207 0 0 -4.80759 0 0 -93.8918 -20.6278 -53.3141 -11.8034 -45.7125 9.99896 -38
-STDOUT_15062=0 -2.74473 0 0 -4.03481 0 0 -93.8918 -22.7371 -53.3141 -12.8899 -45.7125 10.9989 -38
-STDOUT_15063=0 -3.28217 0 0 -4.64275 0 0 -93.8918 -25.585 -53.3141 -12.5583 -45.7125 12.9986 -38
-STDOUT_15064=0 -2.75889 0 0 -3.83414 0 0 -93.8918 -20.9459 -53.3141 -12.6284 -45.7125 9.99896 -38
-STDOUT_15065=0 -4.66935 0 0 -4.66069 0 0 -74.9805 -32.7469 -58.5714 -12.6651 -35.8861 10.9989 -35
-STDOUT_15066=0 -3.5243 0 0 -4.55121 0 0 -93.8918 -24.0076 -53.3141 -11.8962 -45.7125 11.9988 -38
-STDOUT_15067=0 -3.38948 0 0 -5.41553 0 0 -93.8918 -24.3529 -53.3141 -11.399 -45.7125 11.9988 -38
-STDOUT_15068=0 -3.31351 0 0 -4.64275 0 0 -93.8918 -26.4622 -53.3141 -12.4856 -45.7125 12.9986 -38
-STDOUT_15069=0 -3.42941 0 0 -4.51025 0 0 -93.8918 -23.4679 -53.3141 -12.1121 -45.7125 11.9988 -38
-STDOUT_15070=0 -3.32767 0 0 -4.44208 0 0 -93.8918 -24.671 -53.3141 -12.224 -45.7125 11.9988 -38
-STDOUT_15071=0 -4.3274 0 0 -4.50491 0 0 -74.9805 -31.6671 -58.5714 -13.4071 -35.8861 10.9989 -35
-STDOUT_15072=0 -3.13526 0 0 -5.44915 0 0 -93.8918 -23.922 -53.3141 -11.8212 -45.7125 11.9988 -38
-STDOUT_15073=0 -2.7383 0 0 -4.17556 0 0 -93.8918 -23.676 -53.3141 -12.8259 -45.7125 10.9989 -38
-STDOUT_15074=0 -3.01932 0 0 -4.56896 0 0 -93.8918 -24.1636 -53.3141 -12.6599 -45.7125 11.9988 -38
-STDOUT_15075=0 -3.08146 0 0 -4.31992 0 0 -93.8918 -23.2619 -53.3141 -12.8506 -45.7125 11.9988 -38
-STDOUT_15076=0 -3.06871 0 0 -4.42879 0 0 -93.8918 -27.1549 -53.3141 -12.4757 -45.7125 11.9988 -38
-STDOUT_15077=0 -3.00579 0 0 -5.3311 0 0 -93.8918 -23.8629 -53.3141 -12.1487 -45.7125 11.9988 -38
-STDOUT_15078=0 -4.46864 0 0 -4.33785 0 0 -74.9805 -30.4239 -58.5714 -12.9574 -35.8861 9.99896 -35
-STDOUT_15079=0 -3.06167 0 0 -4.11495 0 0 -93.8918 -22.9891 -53.3141 -12.5226 -45.7125 10.9989 -38
-STDOUT_15080=0 -3.32358 0 0 -4.22837 0 0 -93.8918 -21.6846 -53.3141 -12.1885 -45.7125 10.9989 -38
-STDOUT_15081=0 -3.18876 0 0 -5.0927 0 0 -93.8918 -22.0299 -53.3141 -11.6913 -45.7125 10.9989 -38
-STDOUT_15082=0 -3.1128 0 0 -4.31992 0 0 -93.8918 -24.1392 -53.3141 -12.7779 -45.7125 11.9988 -38
-STDOUT_15083=0 -4.63793 0 0 -4.78585 0 0 -74.9805 -33.6347 -58.5714 -13.257 -35.8861 11.9988 -35
-STDOUT_15084=0 -2.79512 0 0 -3.82085 0 0 -93.8918 -22.7143 -53.3141 -12.6147 -45.7125 9.99896 -38
-STDOUT_15085=0 -3.2287 0 0 -4.18741 0 0 -93.8918 -21.1449 -53.3141 -12.4043 -45.7125 10.9989 -38
-STDOUT_15086=0 -3.12695 0 0 -4.11925 0 0 -93.8918 -22.348 -53.3141 -12.5163 -45.7125 10.9989 -38
-STDOUT_15087=0 -2.99607 0 0 -4.32752 0 0 -93.8918 -25.549 -53.3141 -12.8463 -45.7125 11.9988 -38
-STDOUT_15088=0 -3.20995 0 0 -4.26174 0 0 -93.8918 -25.9117 -53.3141 -12.026 -45.7125 10.9989 -38
-STDOUT_15089=0 -2.93454 0 0 -5.12631 0 0 -93.8918 -21.599 -53.3141 -12.1135 -45.7125 10.9989 -38
-STDOUT_15090=0 -2.53759 0 0 -3.85273 0 0 -93.8918 -21.353 -53.3141 -13.1181 -45.7125 9.99896 -38
-STDOUT_15091=0 -3.79748 0 0 -4.79535 0 0 -93.8918 -24.87 -53.3141 -12 -45.7125 12.9986 -38
-STDOUT_15092=0 -2.8186 0 0 -4.24612 0 0 -93.8918 -21.8406 -53.3141 -12.9522 -45.7125 10.9989 -38
-STDOUT_15093=0 -3.42502 0 0 -4.43779 0 0 -93.8918 -25.598 -53.3141 -12.2014 -45.7125 11.9988 -38
-STDOUT_15094=0 -4.35429 0 0 -4.54264 0 0 -74.9805 -32.6513 -58.5714 -13.4648 -35.8861 10.9989 -35
-STDOUT_15095=0 -2.80507 0 0 -5.00827 0 0 -93.8918 -21.5399 -53.3141 -12.441 -45.7125 10.9989 -38
-STDOUT_15096=0 -3.10637 0 0 -4.46066 0 0 -93.8918 -25.0781 -53.3141 -12.7138 -45.7125 11.9988 -38
-STDOUT_15097=0 -3.20924 0 0 -4.43316 0 0 -93.8918 -23.912 -53.3141 -12.6959 -45.7125 11.9988 -38
-STDOUT_15098=0 -3.38738 0 0 -4.85406 0 0 -93.8918 -25.5657 -53.3141 -12.5479 -45.7125 12.9986 -38
-STDOUT_15099=0 -4.43722 0 0 -4.46302 0 0 -74.9805 -31.3117 -58.5714 -13.5493 -35.8861 10.9989 -35
-STDOUT_15100=0 -3.93871 0 0 -4.62829 0 0 -93.8918 -23.6268 -53.3141 -11.5503 -45.7125 11.9988 -38
-STDOUT_15101=0 -3.74262 0 0 -5.02842 0 0 -93.8918 -25.9723 -53.3141 -11.8948 -45.7125 12.9986 -38
-STDOUT_15102=0 -2.79536 0 0 -4.00468 0 0 -93.8918 -23.226 -53.3141 -13.1386 -45.7125 10.9989 -38
-STDOUT_15103=0 -3.37385 0 0 -5.6162 0 0 -93.8918 -25.265 -53.3141 -12.0367 -45.7125 12.9986 -38
-STDOUT_15104=0 -3.61019 0 0 -4.49428 0 0 -93.8918 -25.0126 -53.3141 -12.0226 -45.7125 11.9988 -38
-STDOUT_15105=0 -3.42974 0 0 -4.40005 0 0 -93.8918 -24.3912 -53.3141 -12.4105 -45.7125 11.9988 -38
-STDOUT_15106=0 -3.41393 0 0 -4.74331 0 0 -93.8918 -24.0929 -53.3141 -12.1988 -45.7125 11.9988 -38
-STDOUT_15107=0 -3.16319 0 0 -4.10595 0 0 -93.8918 -24.1163 -53.3141 -12.5026 -45.7125 10.9989 -38
-STDOUT_15108=0 -3.59676 0 0 -4.47251 0 0 -93.8918 -22.547 -53.3141 -12.2923 -45.7125 11.9988 -38
-STDOUT_15109=0 -3.1764 0 0 -4.08816 0 0 -93.8918 -24.5553 -53.3141 -12.4705 -45.7125 10.9989 -38
-STDOUT_15110=0 -3.17853 0 0 -4.3869 0 0 -93.8918 -26.7996 -53.3141 -12.6179 -45.7125 11.9988 -38
-STDOUT_15111=0 -3.52862 0 0 -4.68701 0 0 -93.8918 -24.3225 -53.3141 -12.0982 -45.7125 11.9988 -38
-STDOUT_15112=0 -3.36414 0 0 -4.61262 0 0 -93.8918 -26.9511 -53.3141 -12.7342 -45.7125 12.9986 -38
-STDOUT_15113=0 -3.59119 0 0 -5.20087 0 0 -93.8918 -23.9048 -53.3141 -11.6538 -45.7125 11.9988 -38
-STDOUT_15114=0 -3.13606 0 0 -4.37623 0 0 -93.8918 -25.85 -53.3141 -12.7851 -45.7125 11.9988 -38
-STDOUT_15115=0 -3.88386 0 0 -4.86136 0 0 -93.8918 -24.7291 -53.3141 -11.4452 -45.7125 11.9988 -38
-STDOUT_15116=0 -3.24917 0 0 -3.57734 0 0 -93.8918 -25.1332 -53.3141 -12.739 -45.7125 10.9989 -38
-STDOUT_15117=0 -4.15358 0 0 -4.21981 0 0 -74.9805 -30.3282 -58.5714 -13.757 -35.8861 9.99896 -35
-STDOUT_15118=0 -3.53428 0 0 -4.67243 0 0 -93.8918 -25.4433 -53.3141 -12.0412 -45.7125 11.9988 -38
-STDOUT_15119=0 -2.90565 0 0 -4.13783 0 0 -93.8918 -22.7551 -53.3141 -13.0061 -45.7125 10.9989 -38
-STDOUT_15120=0 -3.57098 0 0 -4.233 0 0 -93.8918 -23.148 -53.3141 -11.9608 -45.7125 10.9989 -38
-STDOUT_15121=0 -4.55965 0 0 -5.55863 0 0 -74.9805 -32.3662 -58.5714 -12.5699 -35.8861 10.9989 -35
-STDOUT_15122=0 -3.00853 0 0 -4.11032 0 0 -93.8918 -21.589 -53.3141 -12.9882 -45.7125 10.9989 -38
-STDOUT_15123=0 -4.32288 0 0 -4.66781 0 0 -74.9805 -33.5391 -58.5714 -14.0567 -35.8861 11.9988 -35
-STDOUT_15124=0 -3.18666 0 0 -4.53122 0 0 -93.8918 -23.2427 -53.3141 -12.8401 -45.7125 11.9988 -38
-STDOUT_15125=0 -3.79308 0 0 -4.72289 0 0 -93.8918 -27 -53.3141 -12.0893 -45.7125 12.9986 -38
-STDOUT_15126=0 -4.62845 0 0 -5.05347 0 0 -74.9805 -33.3859 -58.5714 -13.3472 -35.8861 11.9988 -35
-STDOUT_15127=0 -3.30443 0 0 -3.9389 0 0 -93.8918 -22.8731 -53.3141 -12.0529 -45.7125 9.99896 -38
-STDOUT_15128=0 -3.738 0 0 -4.30546 0 0 -93.8918 -21.3038 -53.3141 -11.8426 -45.7125 10.9989 -38
-STDOUT_15129=0 -3.5419 0 0 -4.70558 0 0 -93.8918 -23.6492 -53.3141 -12.1871 -45.7125 11.9988 -38
-STDOUT_15130=0 -4.72236 0 0 -4.82775 0 0 -74.9805 -34.0533 -58.5714 -13.3527 -35.8861 11.9988 -35
-STDOUT_15131=0 -3.17314 0 0 -5.29337 0 0 -93.8918 -22.942 -53.3141 -12.3289 -45.7125 11.9988 -38
-STDOUT_15132=0 -3.40947 0 0 -4.17144 0 0 -93.8918 -22.6896 -53.3141 -12.3148 -45.7125 10.9989 -38
-STDOUT_15133=0 -3.24372 0 0 -5.03381 0 0 -93.8918 -22.5664 -53.3141 -11.9022 -45.7125 10.9989 -38
-STDOUT_15134=0 -3.50538 0 0 -4.44556 0 0 -93.8918 -25.7079 -53.3141 -12.2845 -45.7125 11.9988 -38
-STDOUT_15135=0 -3.1468 0 0 -4.30091 0 0 -93.8918 -23.7156 -53.3141 -12.5084 -45.7125 10.9989 -38
-STDOUT_15136=-180 0 0 -45.1726 0 0 -45.5392 -193.918 -50.4618 -50.521 -27.6341 -31.7722 32.9966 -33
-STDOUT_15137=-180 0 0 -46.2712 0 0 -45.5392 -195.432 -48.5482 -48.4416 -27.6341 -31.7722 32.9966 -33
-STDOUT_15138=-180 0 0 -42.8877 0 0 -43.0485 -192.258 -54.8096 -51.4351 -32.2112 -32.669 32.9966 -33
-STDOUT_15139=-180 0 0 -45.2875 0 0 -45.9411 -199.652 -49.154 -49.6059 -24.7837 -29.2201 32.9966 -33
-STDOUT_15140=-180 0 0 -44.9599 0 0 -46.0355 -192.612 -51.8552 -51.9024 -28.1358 -32.4861 32.9966 -33
-STDOUT_15141=-180 0 0 -43.9864 0 0 -43.0485 -193.772 -52.896 -49.3557 -32.2112 -32.669 32.9966 -33
-STDOUT_15142=-180 0 0 -45.6886 0 0 -46.2198 -200.829 -48.3843 -48.4142 -24.6807 -28.7936 32.9966 -33
-STDOUT_15143=-180 0 0 -46.3861 0 0 -45.9411 -201.166 -47.2403 -47.5265 -24.7837 -29.2201 32.9966 -33
-STDOUT_15144=-180 0 0 -46.0585 0 0 -46.0355 -194.126 -49.9416 -49.823 -28.1358 -32.4861 32.9966 -33
-STDOUT_15145=-180 0 0 -45.4121 0 0 -45.6823 -193.969 -50.4955 -50.6956 -28.3272 -32.5773 32.9966 -33
-STDOUT_15146=-180 0 0 -46.7872 0 0 -46.2198 -202.344 -46.4707 -46.3348 -24.6807 -28.7936 32.9966 -33
-STDOUT_15147=-180 0 0 -43.0027 0 0 -43.4504 -197.992 -53.5017 -50.52 -29.3609 -30.1169 32.9966 -33
-STDOUT_15148=-180 0 0 -44.5759 0 0 -45.2738 -191.713 -52.3162 -52.1045 -29.7511 -33.7524 32.9966 -33
-STDOUT_15149=-180 0 0 -45.5218 0 0 -44.5458 -192.439 -51.5862 -51.4355 -29.3114 -33.3622 32.9966 -33
-STDOUT_15150=-180 0 0 -43.6476 0 0 -43.3307 -191.484 -53.6613 -52.4898 -31.4146 -34.2042 32.9966 -33
-STDOUT_15151=-180 0 0 -46.5107 0 0 -45.6823 -195.483 -48.5819 -48.6162 -28.3272 -32.5773 32.9966 -33
-STDOUT_15152=-180 0 0 -45.0427 0 0 -45.2438 -193.881 -51.1581 -51.56 -28.6127 -32.7303 32.9966 -33
-STDOUT_15153=-180 0 0 -45.0748 0 0 -46.4375 -198.346 -50.5473 -50.9873 -25.2855 -29.934 32.9966 -33
-STDOUT_15154=-180 0 0 -43.4038 0 0 -43.7291 -199.443 -52.7321 -49.3283 -29.2579 -29.6904 32.9966 -33
-STDOUT_15155=-180 0 0 -44.1013 0 0 -43.4504 -199.507 -51.5881 -48.4405 -29.3609 -30.1169 32.9966 -33
-STDOUT_15156=-180 0 0 -45.8036 0 0 -46.6217 -206.563 -47.0765 -47.4991 -21.8304 -26.2415 32.9966 -33
-STDOUT_15157=-180 0 0 -44.9837 0 0 -45.8045 -198.543 -50.1856 -50.4221 -25.9847 -30.4354 32.9966 -33
-STDOUT_15158=-180 0 0 -45.6745 0 0 -45.2738 -193.228 -50.4025 -50.025 -29.7511 -33.7524 32.9966 -33
-STDOUT_15159=-180 0 0 -43.1273 0 0 -43.1915 -192.309 -54.8433 -51.6097 -32.9044 -33.474 32.9966 -33
-STDOUT_15160=-180 0 0 -45.476 0 0 -46.7161 -199.523 -49.7777 -49.7956 -25.1825 -29.5076 32.9966 -33
-STDOUT_15161=-180 0 0 -46.6204 0 0 -44.5458 -193.953 -49.6725 -49.356 -29.3114 -33.3622 32.9966 -33
-STDOUT_15162=-180 0 0 -45.7179 0 0 -45.7954 -194.924 -49.7909 -49.9583 -28.5156 -32.6983 32.9966 -33
-STDOUT_15163=-180 0 0 -45.218 0 0 -45.3127 -194.21 -51.8417 -51.9369 -28.128 -32.1076 32.9966 -33
-STDOUT_15164=-180 0 0 -44.7462 0 0 -43.3307 -192.999 -51.7477 -50.4104 -31.4146 -34.2042 32.9966 -33
-STDOUT_15165=-180 0 0 -44.8212 0 0 -45.4203 -194.454 -51.3661 -51.3942 -28.6317 -32.643 32.9966 -33
-STDOUT_15166=-180 0 0 -44.1637 0 0 -44.0112 -197.734 -51.5838 -50.383 -28.4612 -31.2256 32.9966 -33
-STDOUT_15167=-180 0 0 -42.2911 0 0 -42.7831 -190.054 -56.6639 -53.0185 -34.3282 -34.6491 32.9966 -33
-STDOUT_15168=-180 0 0 -43.237 0 0 -42.0551 -190.779 -55.934 -52.3495 -33.8886 -34.259 32.9966 -33
-STDOUT_15169=-180 0 0 -46.1413 0 0 -45.2438 -195.396 -49.2444 -49.4806 -28.6127 -32.7303 32.9966 -33
-STDOUT_15170=-180 0 0 -42.9973 0 0 -44.6845 -193.058 -53.1586 -52.9236 -30.2906 -33.8611 32.9966 -33
-STDOUT_15171=-180 0 0 -46.1734 0 0 -46.4375 -199.861 -48.6337 -48.9079 -25.2855 -29.934 32.9966 -33
-STDOUT_15172=-180 0 0 -45.527 0 0 -46.0842 -199.703 -49.1876 -49.7805 -25.4769 -30.0252 32.9966 -33
-STDOUT_15173=-180 0 0 -44.5024 0 0 -43.7291 -200.958 -50.8185 -47.2488 -29.2579 -29.6904 32.9966 -33
-STDOUT_15174=-180 0 0 -45.1994 0 0 -46.1786 -192.663 -51.8889 -52.077 -28.829 -33.2912 32.9966 -33
-STDOUT_15175=-180 0 0 -46.9022 0 0 -46.6217 -208.078 -45.1628 -45.4196 -21.8304 -26.2415 32.9966 -33
-STDOUT_15176=-180 0 0 -46.0823 0 0 -45.8045 -200.057 -48.272 -48.3427 -25.9847 -30.4354 32.9966 -33
-STDOUT_15177=-180 0 0 -44.2259 0 0 -43.1915 -193.824 -52.9296 -49.5303 -32.9044 -33.474 32.9966 -33
-STDOUT_15178=-180 0 0 -46.5746 0 0 -46.7161 -201.038 -47.8641 -47.7162 -25.1825 -29.5076 32.9966 -33
-STDOUT_15179=-180 0 0 -44.8432 0 0 -45.1185 -193.377 -52.6353 -52.2881 -28.9711 -32.919 32.9966 -33
-STDOUT_15180=-180 0 0 -42.7579 0 0 -42.7531 -192.221 -55.5058 -52.4741 -33.1898 -33.6271 32.9966 -33
-STDOUT_15181=-180 0 0 -45.9282 0 0 -46.3628 -200.88 -48.418 -48.5888 -25.3739 -29.5987 32.9966 -33
-STDOUT_15182=-180 0 0 -46.8165 0 0 -45.7954 -196.439 -47.8772 -47.8788 -28.5156 -32.6983 32.9966 -33
-STDOUT_15183=-180 0 0 -46.3166 0 0 -45.3127 -195.725 -49.9281 -49.8575 -28.128 -32.1076 32.9966 -33
-STDOUT_15184=-180 0 0 -44.6908 0 0 -45.6758 -197.448 -51.0083 -51.1893 -26.9007 -31.2003 32.9966 -33
-STDOUT_15185=-180 0 0 -45.9198 0 0 -45.4203 -195.968 -49.4525 -49.3147 -28.6317 -32.643 32.9966 -33
-STDOUT_15186=-180 0 0 -45.6367 0 0 -44.9478 -198.173 -50.2783 -50.5203 -26.4611 -30.8101 32.9966 -33
-STDOUT_15187=-180 0 0 -44.3633 0 0 -45.7701 -190.408 -53.7096 -53.4859 -30.2528 -34.4663 32.9966 -33
-STDOUT_15188=-180 0 0 -45.2623 0 0 -44.0112 -199.249 -49.6702 -48.3035 -28.4612 -31.2256 32.9966 -33
-STDOUT_15189=-180 0 0 -42.6989 0 0 -43.3138 -196.883 -54.5334 -51.3362 -30.5619 -31.3321 32.9966 -33
-STDOUT_15190=-180 0 0 -45.3092 0 0 -45.0421 -191.133 -52.9796 -52.8169 -29.8132 -34.0762 32.9966 -33
-STDOUT_15191=-180 0 0 -43.3897 0 0 -42.7831 -191.568 -54.7503 -50.9391 -34.3282 -34.6491 32.9966 -33
-STDOUT_15192=-180 0 0 -43.7625 0 0 -43.7326 -197.218 -52.3534 -51.5747 -28.5642 -31.6521 32.9966 -33
-STDOUT_15193=-180 0 0 -44.281 0 0 -45.6524 -194.689 -51.8883 -50.521 -32.3362 -33.911 32.9966 -34
-STDOUT_15194=-180 0 0 -45.092 0 0 -45.9544 -198.625 -50.2387 -49.9976 -26.7977 -30.7738 32.9966 -33
-STDOUT_15195=-180 0 0 -44.3356 0 0 -42.0551 -192.294 -54.0203 -50.2701 -33.8886 -34.259 32.9966 -33
-STDOUT_15196=-180 0 0 -43.4331 0 0 -43.3047 -193.264 -54.1386 -50.8723 -33.0928 -33.5951 32.9966 -33
-STDOUT_15197=-180 0 0 -42.9332 0 0 -42.822 -192.551 -56.1895 -52.851 -32.7052 -33.0043 32.9966 -33
-STDOUT_15198=-180 0 0 -44.0959 0 0 -44.6845 -194.573 -51.245 -50.8442 -30.2906 -33.8611 32.9966 -33
-STDOUT_15199=-180 0 0 -46.0379 0 0 -45.2264 -199.35 -49.5087 -49.3286 -26.3581 -30.3836 32.9966 -33
-STDOUT_15200=-180 0 0 -46.6257 0 0 -46.0842 -201.218 -47.274 -47.7011 -25.4769 -30.0252 32.9966 -33
-STDOUT_15201=-180 0 0 -42.5364 0 0 -42.9296 -192.794 -55.7139 -52.3082 -33.2088 -33.5398 32.9966 -33
-STDOUT_15202=-180 0 0 -45.1576 0 0 -45.6457 -199.615 -49.8502 -50.6449 -25.7623 -30.1782 32.9966 -33
-STDOUT_15203=-180 0 0 -46.2981 0 0 -46.1786 -194.178 -49.9752 -49.9976 -28.829 -33.2912 32.9966 -33
-STDOUT_15204=-180 0 0 -44.8931 0 0 -44.6156 -186.315 -57.2558 -57.113 -30.666 -34.6311 32.9966 -33
-STDOUT_15205=-180 0 0 -45.1283 0 0 -45.6324 -194.689 -51.6024 -50.521 -31.414 -33.9111 32.9966 -34
-STDOUT_15206=-180 0 0 -44.8301 0 0 -45.7401 -192.575 -52.5515 -52.9414 -29.1144 -33.4443 32.9966 -33
-STDOUT_15207=-180 0 0 -43.5187 0 0 -44.131 -205.178 -51.4242 -48.4131 -26.4075 -27.1383 32.9966 -33
-STDOUT_15208=-180 0 0 -45.9418 0 0 -45.1185 -194.892 -50.7216 -50.2086 -28.9711 -32.919 32.9966 -33
-STDOUT_15209=-180 0 0 -43.8565 0 0 -42.7531 -193.736 -53.5922 -50.3947 -33.1898 -33.6271 32.9966 -33
-STDOUT_15210=-180 0 0 -47.0268 0 0 -46.3628 -202.395 -46.5044 -46.5094 -25.3739 -29.5987 32.9966 -33
-STDOUT_15211=-180 0 0 -40.7124 0 0 -42.1938 -191.399 -57.5064 -53.8377 -34.8678 -34.7579 32.9966 -33
-STDOUT_15212=-180 0 0 -45.0511 0 0 -44.7512 -195.236 -51.2597 -51.1692 -30.6198 -34.1281 32.9966 -34
-STDOUT_15213=-180 0 0 -45.5588 0 0 -45.9244 -200.793 -49.0806 -49.4532 -25.6593 -29.7518 32.9966 -33
-STDOUT_15214=-180 0 0 -45.7895 0 0 -45.6758 -198.962 -49.0947 -49.1099 -26.9007 -31.2003 32.9966 -33
-STDOUT_15215=-180 0 0 -45.2223 0 0 -45.1844 -193.285 -51.7314 -51.7623 -29.4566 -33.6759 32.9966 -33
-STDOUT_15216=-180 0 0 -43.2422 0 0 -43.5935 -198.043 -53.5354 -50.6946 -30.054 -30.9219 32.9966 -33
-STDOUT_15217=-180 0 0 -45.5909 0 0 -47.118 -205.257 -48.4698 -48.8805 -22.3321 -26.9554 32.9966 -33
-STDOUT_15218=-180 0 0 -44.771 0 0 -46.3008 -197.237 -51.579 -51.8035 -26.4865 -31.1493 32.9966 -33
-STDOUT_15219=-180 0 0 -45.1845 0 0 -46.6299 -203.976 -47.6627 -47.8505 -24.6573 -28.837 32.9966 -33
-STDOUT_15220=-180 0 0 -46.7354 0 0 -44.9478 -199.688 -48.3647 -48.4409 -26.4611 -30.8101 32.9966 -33
-STDOUT_15221=-180 0 0 -45.4619 0 0 -45.7701 -191.922 -51.7959 -51.4064 -30.2528 -34.4663 32.9966 -33
-STDOUT_15222=-180 0 0 -45.8328 0 0 -46.1974 -200.658 -48.483 -49.0431 -25.6653 -30.1462 32.9966 -33
-STDOUT_15223=-180 0 0 -45.3329 0 0 -45.7146 -199.945 -50.5338 -51.0218 -25.2776 -29.5555 32.9966 -33
-STDOUT_15224=-180 0 0 -44.8155 0 0 -45.4169 -191.765 -52.3498 -52.2791 -30.4442 -34.5574 32.9966 -33
-STDOUT_15225=-180 0 0 -43.7975 0 0 -43.3138 -198.397 -52.6197 -49.2567 -30.5619 -31.3321 32.9966 -33
-STDOUT_15226=-180 0 0 -46.4078 0 0 -45.0421 -192.648 -51.0659 -50.7374 -29.8132 -34.0762 32.9966 -33
-STDOUT_15227=-180 0 0 -45.5053 0 0 -46.2918 -193.618 -51.1842 -51.3397 -29.0174 -33.4123 32.9966 -33
-STDOUT_15228=-180 0 0 -45.0053 0 0 -45.809 -192.904 -53.2351 -53.3183 -28.6298 -32.8215 32.9966 -33
-STDOUT_15229=-180 0 0 -44.8611 0 0 -43.7326 -198.733 -50.4398 -49.4952 -28.5642 -31.6521 32.9966 -33
-STDOUT_15230=-180 0 0 -44.9361 0 0 -45.8222 -200.188 -50.0583 -50.479 -25.7813 -30.0909 32.9966 -33
-STDOUT_15231=-180 0 0 -45.3796 0 0 -45.6524 -196.203 -49.9746 -48.4416 -32.3362 -33.911 32.9966 -34
-STDOUT_15232=-180 0 0 -44.7329 0 0 -45.3807 -195.85 -53.1665 -53.3385 -27.0012 -31.0691 32.9966 -33
-STDOUT_15233=-180 0 0 -45.4998 0 0 -46.485 -205.454 -48.1081 -48.3153 -23.0314 -27.4568 32.9966 -33
-STDOUT_15234=-180 0 0 -44.6879 0 0 -44.9781 -189.217 -54.6029 -54.5287 -30.8978 -34.7997 32.9966 -33
-STDOUT_15235=-180 0 0 -42.5584 0 0 -42.6278 -191.718 -56.9831 -53.2021 -33.5483 -33.8158 32.9966 -33
-STDOUT_15236=0 -4.06881 0 0 -3.04794 0 0 -73.7331 -29.958 -59.7109 -11.3272 -22.9943 8.99907 -30
-STDOUT_15237=0 -4.48689 0 0 -2.5143 0 0 -73.7331 -32.0062 -59.7109 -12.7389 -22.9943 8.99907 -30
-STDOUT_15238=0 -4.856 0 0 -2.94395 0 0 -73.7331 -30.3931 -59.7109 -11.4576 -22.9943 8.99907 -30
-STDOUT_15239=0 -4.17429 0 0 -2.54917 0 0 -73.7331 -32.1988 -59.7109 -13.1334 -22.9943 8.99907 -30
-STDOUT_15240=0 -4.56043 0 0 -2.39455 0 0 -73.7331 -32.9401 -59.7109 -13.1388 -22.9943 8.99907 -30
-STDOUT_15241=0 -5.27409 0 0 -2.41031 0 0 -73.7331 -32.4413 -59.7109 -12.8692 -22.9943 8.99907 -30
-STDOUT_15242=0 -4.82407 0 0 -3.26479 0 0 -73.7331 -29.4153 -59.7109 -10.994 -22.9943 9.99896 -30
-STDOUT_15243=0 -4.96149 0 0 -2.44518 0 0 -73.7331 -32.6338 -59.7109 -13.2638 -22.9943 8.99907 -30
-STDOUT_15244=0 -5.34763 0 0 -2.29056 0 0 -73.7331 -33.3752 -59.7109 -13.2692 -22.9943 8.99907 -30
-STDOUT_15245=0 -4.46069 0 0 -2.94395 0 0 -73.7331 -31.9673 -59.7109 -11.94 -22.9943 8.99907 -30
-STDOUT_15246=0 -4.90401 0 0 -2.58507 0 0 -73.7331 -30.6615 -61.8329 -11.4882 -22.9943 8.99907 -30
-STDOUT_15247=0 -4.31337 0 0 -3.04794 0 0 -73.7331 -31.7635 -59.7109 -11.809 -22.9943 8.99907 -30
-STDOUT_15248=0 -4.15277 0 0 -2.58059 0 0 -71.4829 -31.7334 -61.8245 -12.4082 -22.6304 8.99907 -29
-STDOUT_15249=0 -5.24216 0 0 -2.73115 0 0 -73.7331 -31.4635 -59.7109 -12.4056 -22.9943 9.99896 -30
-STDOUT_15250=0 -4.87942 0 0 -2.7397 0 0 -73.7331 -29.9021 -61.8329 -11.6306 -22.9943 8.99907 -30
-STDOUT_15251=0 -4.67096 0 0 -2.70417 0 0 -73.7331 -32.5489 -59.7109 -12.4772 -22.9943 9.99896 -30
-STDOUT_15252=0 -4.15277 0 0 -3.19455 0 0 -73.7331 -30.3471 -59.7109 -12.4082 -22.9943 8.99907 -30
-STDOUT_15253=0 -4.03739 0 0 -3.17311 0 0 -73.7331 -30.8459 -59.7109 -11.9191 -22.9943 9.99896 -30
-STDOUT_15254=0 -4.6457 0 0 -2.70483 0 0 -73.7331 -30.1733 -61.8329 -11.9813 -22.9943 8.99907 -30
-STDOUT_15255=0 -4.87878 0 0 -2.41031 0 0 -73.7331 -34.0155 -59.7109 -13.3517 -22.9943 8.99907 -30
-STDOUT_15256=0 -4.73145 0 0 -2.5143 0 0 -73.7331 -33.8117 -59.7109 -13.2207 -22.9943 8.99907 -30
-STDOUT_15257=0 -4.92956 0 0 -2.76601 0 0 -73.7331 -31.6561 -59.7109 -12.8002 -22.9943 9.99896 -30
-STDOUT_15258=0 -5.3157 0 0 -2.61139 0 0 -73.7331 -32.3974 -59.7109 -12.8055 -22.9943 9.99896 -30
-STDOUT_15259=0 -4.93997 0 0 -2.4766 0 0 -71.4829 -32.1685 -61.8245 -12.5386 -22.6304 8.99907 -29
-STDOUT_15260=0 -4.61162 0 0 -2.63947 0 0 -73.7331 -32.5065 -59.7109 -13.2297 -22.9943 9.99896 -30
-STDOUT_15261=0 -4.35836 0 0 -2.73904 0 0 -73.7331 -32.7415 -59.7109 -12.8718 -22.9943 9.99896 -30
-STDOUT_15262=0 -4.42876 0 0 -3.26479 0 0 -73.7331 -30.9895 -59.7109 -11.4764 -22.9943 9.99896 -30
-STDOUT_15263=0 -4.7445 0 0 -2.58441 0 0 -73.7331 -33.4828 -59.7109 -12.8772 -22.9943 9.99896 -30
-STDOUT_15264=0 -4.33252 0 0 -3.24861 0 0 -73.7331 -30.575 -59.7109 -11.9446 -22.9943 9.99896 -30
-STDOUT_15265=0 -5.45816 0 0 -2.60018 0 0 -73.7331 -32.984 -59.7109 -12.6076 -22.9943 9.99896 -30
-STDOUT_15266=0 -4.56617 0 0 -2.44518 0 0 -73.7331 -34.208 -59.7109 -13.7462 -22.9943 8.99907 -30
-STDOUT_15267=0 -4.93997 0 0 -3.09056 0 0 -73.7331 -30.7822 -59.7109 -12.5386 -22.9943 8.99907 -30
-STDOUT_15268=0 -4.82459 0 0 -3.06912 0 0 -73.7331 -31.2809 -59.7109 -12.0495 -22.9943 9.99896 -30
-STDOUT_15269=0 -4.74694 0 0 -3.3257 0 0 -73.7331 -30.1941 -59.7109 -11.5987 -22.9943 9.99896 -30
-STDOUT_15270=0 -4.95231 0 0 -2.29056 0 0 -73.7331 -34.9494 -59.7109 -13.7516 -22.9943 8.99907 -30
-STDOUT_15271=0 -4.41885 0 0 -2.54917 0 0 -73.7331 -34.0042 -59.7109 -13.6152 -22.9943 8.99907 -30
-STDOUT_15272=0 -4.5087 0 0 -2.58507 0 0 -73.7331 -32.2356 -61.8329 -11.9706 -22.9943 8.99907 -30
-STDOUT_15273=0 -4.80499 0 0 -2.39455 0 0 -73.7331 -34.7456 -59.7109 -13.6206 -22.9943 8.99907 -30
-STDOUT_15274=0 -4.66405 0 0 -3.19527 0 0 -73.7331 -31.1487 -59.7109 -11.8513 -22.9943 9.99896 -30
-STDOUT_15275=0 -4.5836 0 0 -3.23793 0 0 -72.7024 -30.24 -60.6589 -11.7151 -23.8745 9.99896 -30
-STDOUT_15276=0 -4.69447 0 0 -2.51971 0 0 -73.7331 -33.7314 -59.7109 -13.5 -22.9943 9.99896 -30
-STDOUT_15277=0 -5.39881 0 0 -2.53548 0 0 -73.7331 -32.9415 -59.7109 -13.3601 -22.9943 9.99896 -30
-STDOUT_15278=0 -4.65976 0 0 -2.59647 0 0 -73.7331 -33.8266 -59.7109 -13.1816 -22.9943 9.99896 -30
-STDOUT_15279=0 -4.84685 0 0 -2.73115 0 0 -73.7331 -33.0377 -59.7109 -12.888 -22.9943 9.99896 -30
-STDOUT_15280=0 -5.14556 0 0 -2.63505 0 0 -73.7331 -33.1765 -59.7109 -13.0022 -22.9943 9.99896 -30
-STDOUT_15281=0 -5.5317 0 0 -2.48043 0 0 -73.7331 -33.9179 -59.7109 -13.0075 -22.9943 9.99896 -30
-STDOUT_15282=0 -5.11972 0 0 -3.14462 0 0 -73.7331 -31.01 -59.7109 -12.075 -22.9943 9.99896 -30
-STDOUT_15283=0 -4.48411 0 0 -2.7397 0 0 -73.7331 -31.4763 -61.8329 -12.113 -22.9943 8.99907 -30
-STDOUT_15284=0 -4.48689 0 0 -2.5143 0 0 -71.4829 -33.3925 -61.8245 -12.7389 -22.6304 8.99907 -29
-STDOUT_15285=0 -4.26952 0 0 -3.37078 0 0 -73.7331 -32.281 -59.7109 -11.035 -22.9943 9.99896 -30
-STDOUT_15286=0 -5.08808 0 0 -2.77494 0 0 -73.7331 -31.2042 -61.8329 -11.2265 -22.9943 9.99896 -30
-STDOUT_15287=0 -4.66354 0 0 -2.55822 0 0 -72.7024 -31.4862 -62.7808 -12.2093 -23.8745 8.99907 -30
-STDOUT_15288=0 -4.41841 0 0 -3.215 0 0 -73.7331 -31.5799 -59.7109 -12.071 -22.9943 9.99896 -30
-STDOUT_15289=0 -5.16503 0 0 -2.79206 0 0 -73.7331 -32.2423 -59.7109 -13.0103 -22.9943 9.99896 -30
-STDOUT_15290=0 -4.90804 0 0 -2.79743 0 0 -71.4829 -31.1907 -61.8245 -12.075 -22.6304 9.99896 -29
-STDOUT_15291=0 -5.53413 0 0 -3.22171 0 0 -73.7331 -30.6292 -59.7109 -11.7291 -22.9943 9.99896 -30
-STDOUT_15292=0 -4.25038 0 0 -2.70483 0 0 -73.7331 -31.7475 -61.8329 -12.4637 -22.9943 8.99907 -30
-STDOUT_15293=0 -4.51953 0 0 -2.94395 0 0 -74.1988 -31.5158 -59.7109 -13.6548 -25.1331 8.99907 -31
-STDOUT_15294=0 -5.08214 0 0 -2.66163 0 0 -73.7331 -33.1969 -59.7109 -13.2629 -22.9943 9.99896 -30
-STDOUT_15295=0 -4.57992 0 0 -3.25324 0 0 -73.7331 -32.0383 -59.7109 -11.7169 -22.9943 9.99896 -30
-STDOUT_15296=0 -5.01712 0 0 -3.32344 0 0 -77.6096 -29.794 -58.5714 -11.7593 -24.8653 9.99896 -32
-STDOUT_15297=0 -5.42623 0 0 -2.92101 0 0 -73.7331 -32.0062 -59.7109 -12.144 -22.9943 10.9989 -30
-STDOUT_15298=0 -4.53424 0 0 -2.76601 0 0 -73.7331 -33.2302 -59.7109 -13.2826 -22.9943 9.99896 -30
-STDOUT_15299=0 -5.00169 0 0 -2.70429 0 0 -72.7024 -32.2882 -60.6589 -13.1268 -23.8745 9.99896 -30
-STDOUT_15300=0 -4.90804 0 0 -3.41139 0 0 -73.7331 -29.8044 -59.7109 -12.075 -22.9943 9.99896 -30
-STDOUT_15301=0 -4.18803 0 0 -3.36877 0 0 -73.7331 -31.2187 -59.7109 -12.0462 -22.9943 9.99896 -30
-STDOUT_15302=0 -4.79266 0 0 -3.38995 0 0 -73.7331 -30.3031 -59.7109 -11.5859 -22.9943 10.9989 -30
-STDOUT_15303=0 -4.92038 0 0 -2.61139 0 0 -73.7331 -33.9716 -59.7109 -13.288 -22.9943 9.99896 -30
-STDOUT_15304=0 -4.54466 0 0 -2.4766 0 0 -71.4829 -33.7427 -61.8245 -13.021 -22.6304 8.99907 -29
-STDOUT_15305=0 -4.84081 0 0 -2.5616 0 0 -73.7331 -34.5418 -59.711 -13.2631 -22.9943 9.99896 -30
-STDOUT_15306=0 -5.48167 0 0 -2.41572 0 0 -73.7331 -34.1664 -59.7109 -13.6304 -22.9943 9.99896 -30
-STDOUT_15307=0 -5.06349 0 0 -2.92956 0 0 -73.7331 -30.4448 -61.8329 -11.3689 -22.9943 9.99896 -30
-STDOUT_15308=0 -4.17429 0 0 -2.54917 0 0 -71.4829 -33.5851 -61.8245 -13.1334 -22.6304 8.99907 -29
-STDOUT_15309=0 -4.63896 0 0 -2.71284 0 0 -72.7024 -30.7268 -62.7808 -12.3517 -23.8745 8.99907 -30
-STDOUT_15310=0 -4.33684 0 0 -3.38441 0 0 -73.7331 -30.8898 -59.7109 -12.1466 -22.9943 9.99896 -30
-STDOUT_15311=0 -4.06061 0 0 -3.94589 0 0 -73.7331 -29.8307 -59.7109 -10.8849 -22.9943 8.99907 -30
-STDOUT_15312=0 -5.44696 0 0 -2.49248 0 0 -73.7331 -34.2616 -59.7109 -13.312 -22.9943 9.99896 -30
-STDOUT_15313=0 -4.39733 0 0 -2.58059 0 0 -71.4829 -33.5389 -61.8245 -12.89 -22.6304 8.99907 -29
-STDOUT_15314=0 -4.56043 0 0 -2.39455 0 0 -71.4829 -34.3264 -61.8245 -13.1388 -22.6304 8.99907 -29
-STDOUT_15315=0 -4.82415 0 0 -2.59522 0 0 -73.7331 -33.5769 -59.7109 -13.7926 -22.9943 9.99896 -30
-STDOUT_15316=0 -4.85242 0 0 -2.82693 0 0 -73.7331 -32.4349 -59.7109 -13.4049 -22.9943 9.99896 -30
-STDOUT_15317=0 -4.63212 0 0 -3.5161 0 0 -73.7331 -30.1709 -59.7109 -11.3876 -22.9943 10.9989 -30
-STDOUT_15318=0 -4.68761 0 0 -2.83714 0 0 -73.7331 -34.3292 -59.7109 -12.4466 -22.9943 9.99896 -30
-STDOUT_15319=0 -5.23856 0 0 -2.67231 0 0 -73.7331 -33.1763 -59.7109 -13.4103 -22.9943 9.99896 -30
-STDOUT_15320=0 -4.82977 0 0 -2.8947 0 0 -73.7331 -30.716 -61.8329 -11.7196 -22.9943 9.99896 -30
-STDOUT_15321=0 -4.40523 0 0 -2.67798 0 0 -72.7024 -30.998 -62.7808 -12.7024 -23.8745 8.99907 -30
-STDOUT_15322=0 -5.27409 0 0 -2.41031 0 0 -71.4829 -33.8275 -61.8245 -12.8692 -22.6304 8.99907 -29
-STDOUT_15323=0 -5.06285 0 0 -2.60018 0 0 -73.7331 -34.5582 -59.7109 -13.09 -22.9943 9.99896 -30
-STDOUT_15324=0 -4.54466 0 0 -3.09056 0 0 -73.7331 -32.3564 -59.7109 -13.021 -22.9943 8.99907 -30
-STDOUT_15325=0 -4.26797 0 0 -2.68906 0 0 -73.7331 -32.4649 -61.8329 -12.5404 -22.9943 8.99907 -30
-STDOUT_15326=0 -4.59019 0 0 -3.43914 0 0 -73.7331 -29.3028 -61.8329 -10.3281 -22.9943 9.99896 -30
-STDOUT_15327=0 -3.99185 0 0 -3.30745 0 0 -72.106 -29.5091 -59.7109 -12.4258 -34.015 8.99907 -33
-STDOUT_15328=0 -4.42927 0 0 -3.06912 0 0 -73.7331 -32.8551 -59.7109 -12.532 -22.9943 9.99896 -30
-STDOUT_15329=0 -4.17134 0 0 -2.67433 0 0 -73.7331 -33.214 -59.7109 -14.3163 -22.9943 9.99896 -30
-STDOUT_15330=0 -5.20561 0 0 -3.11101 0 0 -73.7331 -32.015 -59.7109 -12.2014 -22.9943 9.99896 -30
-STDOUT_15331=0 -4.76954 0 0 -2.6965 0 0 -73.7331 -33.3895 -59.7109 -13.6575 -22.9943 9.99896 -30
-STDOUT_15332=0 -5.95222 0 0 -2.68807 0 0 -73.7331 -32.6774 -59.7109 -13.1407 -22.9943 9.99896 -30
-STDOUT_15333=0 -4.91552 0 0 -2.70417 0 0 -73.7331 -34.3544 -59.7109 -12.959 -22.9943 9.99896 -30
-STDOUT_15334=0 -4.39733 0 0 -3.19455 0 0 -73.7331 -32.1526 -59.7109 -12.89 -22.9943 8.99907 -30
-STDOUT_15335=0 -5.36688 0 0 -2.85631 0 0 -73.7331 -31.9637 -59.7109 -12.8965 -22.9943 10.9989 -30
-STDOUT_15336=FEATURES_TXT_END_0
-STDOUT_15337=FEATURES_TXT_BEGIN_0 8 400 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_15338=0 -3.71444 0 0 -2.53013 0 0 -44.5419 -28.3609 -62.1264 -9.27102 -18.5811 6.99927 -23
-STDOUT_15339=0 -3.74458 0 0 -2.5508 0 0 -44.5419 -29.0601 -62.1264 -8.55348 -18.5811 7.99917 -23
-STDOUT_15340=0 -3.74096 0 0 -2.65764 0 0 -44.5419 -28.7994 -62.1264 -8.94648 -18.5811 6.99927 -23
-STDOUT_15341=0 -3.87526 0 0 -2.58389 0 0 -44.5419 -28.5409 -62.1264 -9.08773 -18.5811 7.99917 -23
-STDOUT_15342=0 -3.84035 0 0 -2.67021 0 0 -44.5419 -28.5172 -62.1264 -9.04067 -18.5811 7.99917 -23
-STDOUT_15343=0 -3.84967 0 0 -2.54826 0 0 -44.5419 -29.4273 -62.1264 -8.68264 -18.5811 7.99917 -23
-STDOUT_15344=0 -2.90226 0 0 -1.77692 0 0 -46.1722 -27.4648 -59.0912 -8.18356 -25.9814 7.99917 -24
-STDOUT_15345=0 -3.74559 0 0 -2.54716 0 0 -44.5419 -29.3087 -62.1264 -9.31064 -18.5811 7.99917 -23
-STDOUT_15346=0 -3.77918 0 0 -2.79093 0 0 -44.5419 -28.6423 -62.1264 -9.0849 -18.5811 7.99917 -23
-STDOUT_15347=0 -3.75578 0 0 -2.66685 0 0 -44.5419 -28.5855 -62.1264 -9.65124 -18.5811 7.99917 -23
-STDOUT_15348=0 -3.78244 0 0 -2.66899 0 0 -44.5419 -29.4879 -62.1264 -8.69302 -18.5811 7.99917 -23
-STDOUT_15349=0 -2.9324 0 0 -1.79759 0 0 -46.1722 -28.164 -59.0912 -7.46602 -25.9814 8.99907 -24
-STDOUT_15350=0 -2.59219 0 0 -1.89185 0 0 -46.1722 -27.7692 -59.0912 -8.72176 -25.9814 7.99917 -24
-STDOUT_15351=0 -3.7829 0 0 -2.68752 0 0 -44.5419 -29.4478 -62.1264 -8.84852 -18.5811 8.99907 -23
-STDOUT_15352=0 -2.62233 0 0 -1.91252 0 0 -46.1722 -28.4684 -59.0912 -8.00423 -25.9814 8.99907 -24
-STDOUT_15353=0 -4.007 0 0 -2.60121 0 0 -44.5419 -29.3282 -62.1264 -8.62538 -18.5811 8.99907 -23
-STDOUT_15354=0 -3.7739 0 0 -2.67467 0 0 -44.5419 -29.5345 -62.1264 -8.97535 -18.5811 7.99917 -23
-STDOUT_15355=0 -3.60953 0 0 -2.61174 0 0 -44.5419 -29.4777 -62.1264 -9.79376 -18.5811 7.99917 -23
-STDOUT_15356=0 -3.79601 0 0 -2.79286 0 0 -44.5419 -29.2199 -62.1264 -8.97363 -18.5811 7.99917 -23
-STDOUT_15357=0 -3.63967 0 0 -2.63241 0 0 -44.5419 -30.1769 -62.1265 -9.07622 -18.5811 8.99907 -23
-STDOUT_15358=0 -3.90778 0 0 -2.60093 0 0 -44.5419 -29.3139 -62.1264 -9.16215 -18.5811 8.99907 -23
-STDOUT_15359=0 -2.92878 0 0 -1.90443 0 0 -46.1722 -27.9033 -59.0912 -7.85902 -25.9814 7.99917 -24
-STDOUT_15360=0 -3.87288 0 0 -2.68724 0 0 -44.5419 -29.2902 -62.1264 -9.11509 -18.5811 8.99907 -23
-STDOUT_15361=0 -2.97411 0 0 -1.78904 0 0 -46.1722 -28.3953 -59.0912 -7.67401 -25.9814 7.99917 -24
-STDOUT_15362=0 -3.06308 0 0 -1.83068 0 0 -46.1722 -27.6447 -59.0912 -8.00027 -25.9814 8.99907 -24
-STDOUT_15363=0 -3.80489 0 0 -2.70462 0 0 -44.5419 -29.5189 -62.1264 -9.09421 -18.5811 7.99917 -23
-STDOUT_15364=0 -3.85195 0 0 -2.58054 0 0 -44.5419 -28.5615 -62.1264 -10.3639 -18.5811 7.99917 -23
-STDOUT_15365=0 -3.02817 0 0 -1.917 0 0 -46.1722 -27.6211 -59.0912 -7.95321 -25.9814 8.99907 -24
-STDOUT_15366=0 -2.61871 0 0 -2.01935 0 0 -46.1722 -28.2077 -59.0912 -8.39723 -25.9814 7.99917 -24
-STDOUT_15367=0 -3.80002 0 0 -2.80797 0 0 -44.5419 -29.311 -62.1264 -9.10504 -18.5811 8.99907 -23
-STDOUT_15368=0 -3.88219 0 0 -2.5653 0 0 -44.5419 -30.2003 -62.1264 -8.75706 -18.5811 8.99907 -23
-STDOUT_15369=0 -2.75301 0 0 -1.94561 0 0 -46.1722 -27.9491 -59.0912 -8.53848 -25.9814 8.99907 -24
-STDOUT_15370=0 -3.80328 0 0 -2.68602 0 0 -44.5419 -30.1566 -62.1265 -8.71316 -18.5811 8.99907 -23
-STDOUT_15371=0 -3.03749 0 0 -1.79505 0 0 -46.1722 -28.5312 -59.0912 -7.59518 -25.9815 8.99907 -24
-STDOUT_15372=0 -4.02553 0 0 -2.67213 0 0 -44.5419 -29.1612 -62.1264 -9.10422 -18.5811 7.99917 -23
-STDOUT_15373=0 -2.71811 0 0 -2.03192 0 0 -46.1722 -27.9255 -59.0912 -8.49142 -25.9814 8.99907 -24
-STDOUT_15374=0 -3.58973 0 0 -2.51884 0 0 -44.5419 -29.7526 -62.1264 -10.5037 -18.5811 7.99917 -23
-STDOUT_15375=0 -3.63605 0 0 -2.73925 0 0 -44.5419 -29.9162 -62.1265 -9.46922 -18.581 7.99917 -23
-STDOUT_15376=0 -3.88799 0 0 -2.68499 0 0 -44.5419 -29.815 -62.1264 -8.97767 -18.5811 8.99907 -23
-STDOUT_15377=0 -3.68138 0 0 -2.62386 0 0 -44.5419 -30.4082 -62.1264 -9.28421 -18.5811 7.99917 -23
-STDOUT_15378=0 -3.77035 0 0 -2.66551 0 0 -44.5419 -29.6577 -62.1264 -9.61047 -18.5811 8.99907 -23
-STDOUT_15379=0 -2.93341 0 0 -1.79395 0 0 -46.1722 -28.4126 -59.0912 -8.22318 -25.9814 8.99907 -24
-STDOUT_15380=0 -3.61986 0 0 -2.53951 0 0 -44.5419 -30.4518 -62.1264 -9.78617 -18.5811 8.99907 -23
-STDOUT_15381=0 -2.96701 0 0 -2.03772 0 0 -46.1722 -27.7462 -59.0912 -7.99745 -25.9814 8.99907 -24
-STDOUT_15382=0 -2.72742 0 0 -1.90998 0 0 -46.1722 -28.8355 -59.0912 -8.13338 -25.9815 8.99907 -24
-STDOUT_15383=0 -2.94361 0 0 -1.91364 0 0 -46.1722 -27.6893 -59.0912 -8.56378 -25.9814 8.99907 -24
-STDOUT_15384=0 -3.78694 0 0 -2.68388 0 0 -44.5419 -29.5333 -62.1264 -9.69086 -18.5811 8.99907 -23
-STDOUT_15385=0 -4.10295 0 0 -2.53839 0 0 -44.5419 -29.0984 -62.1264 -9.57706 -18.5811 7.99917 -23
-STDOUT_15386=0 -4.1121 0 0 -2.59867 0 0 -44.5419 -29.6953 -62.1264 -8.75453 -18.5811 8.99907 -23
-STDOUT_15387=0 -3.07838 0 0 -1.82214 0 0 -46.1722 -28.131 -59.0912 -8.00863 -25.9814 7.99917 -24
-STDOUT_15388=0 -3.73544 0 0 -2.75182 0 0 -44.5419 -29.634 -62.1264 -9.56341 -18.5811 8.99907 -23
-STDOUT_15389=0 -2.97027 0 0 -1.91578 0 0 -46.1722 -28.5918 -59.0912 -7.60556 -25.9814 8.99907 -24
-STDOUT_15390=0 -3.0375 0 0 -1.90845 0 0 -46.1722 -28.0772 -59.0912 -7.98093 -25.9814 7.99917 -24
-STDOUT_15391=0 -2.62335 0 0 -1.90888 0 0 -46.1722 -28.717 -59.0912 -8.76138 -25.9814 8.99907 -24
-STDOUT_15392=0 -4.13301 0 0 -2.55906 0 0 -44.5419 -29.8056 -62.1264 -8.8204 -18.5811 8.99907 -23
-STDOUT_15393=0 -3.82077 0 0 -2.80571 0 0 -44.5419 -29.8756 -62.1264 -8.98805 -18.5811 8.99907 -23
-STDOUT_15394=0 -2.65694 0 0 -2.15265 0 0 -46.1722 -28.0506 -59.0912 -8.53565 -25.9814 8.99907 -24
-STDOUT_15395=0 -3.81685 0 0 -2.80989 0 0 -44.5419 -29.8886 -62.1264 -8.99376 -18.5811 8.99907 -23
-STDOUT_15396=0 -2.63354 0 0 -2.02857 0 0 -46.1722 -27.9937 -59.0912 -9.10199 -25.9814 8.99907 -24
-STDOUT_15397=0 -3.74476 0 0 -2.62988 0 0 -44.5419 -30.5441 -62.1265 -9.20537 -18.5811 8.99907 -23
-STDOUT_15398=0 -2.75517 0 0 -1.93706 0 0 -46.1722 -28.4591 -59.0912 -8.55822 -25.9815 7.99917 -24
-STDOUT_15399=0 -2.97073 0 0 -1.93431 0 0 -46.1722 -28.5516 -59.0912 -7.76106 -25.9814 9.99896 -24
-STDOUT_15400=0 -3.7218 0 0 -2.79436 0 0 -44.5419 -30.197 -62.1264 -9.09906 -18.5811 7.99917 -23
-STDOUT_15401=0 -2.6602 0 0 -2.03071 0 0 -46.1722 -28.8962 -59.0912 -8.14376 -25.9814 8.99907 -24
-STDOUT_15402=0 -4.04487 0 0 -2.7194 0 0 -44.5419 -29.756 -62.1264 -8.76491 -18.5811 8.99907 -23
-STDOUT_15403=0 -2.72446 0 0 -2.02338 0 0 -46.1722 -28.4086 -59.0912 -8.51019 -25.9814 7.99917 -24
-STDOUT_15404=0 -3.19483 0 0 -1.848 0 0 -46.1722 -28.432 -59.0912 -7.53792 -25.9814 9.99896 -24
-STDOUT_15405=0 -3.82573 0 0 -2.72165 0 0 -44.5419 -30.1876 -62.1264 -9.11435 -18.5811 8.99907 -23
-STDOUT_15406=0 -3.0792 0 0 -1.78651 0 0 -46.1722 -28.7624 -59.0912 -7.80316 -25.9814 7.99917 -24
-STDOUT_15407=0 -2.96172 0 0 -1.92146 0 0 -46.1722 -28.6383 -59.0912 -7.88789 -25.9814 8.99907 -24
-STDOUT_15408=0 -3.64068 0 0 -2.62877 0 0 -44.5419 -30.4255 -62.1265 -9.83338 -18.5811 8.99907 -23
-STDOUT_15409=0 -3.71479 0 0 -2.67241 0 0 -44.5419 -30.4532 -62.1264 -9.42473 -18.5811 7.99917 -23
-STDOUT_15410=0 -3.67428 0 0 -2.87254 0 0 -44.5419 -29.7591 -62.1264 -9.60764 -18.5811 8.99907 -23
-STDOUT_15411=0 -2.66066 0 0 -2.04924 0 0 -46.1722 -28.856 -59.0912 -8.29926 -25.9814 9.99896 -24
-STDOUT_15412=0 -3.65088 0 0 -2.74846 0 0 -44.5419 -29.7023 -62.1264 -10.174 -18.5811 8.99907 -23
-STDOUT_15413=0 -3.78565 0 0 -2.65696 0 0 -44.5419 -30.1439 -62.1264 -9.61883 -18.5811 7.99917 -23
-STDOUT_15414=0 -3.61625 0 0 -2.64634 0 0 -44.5419 -30.1911 -62.1264 -10.1792 -18.5811 7.99917 -23
-STDOUT_15415=0 -3.67754 0 0 -2.7506 0 0 -44.5419 -30.6047 -62.1265 -9.21576 -18.5811 8.99907 -23
-STDOUT_15416=0 -2.97633 0 0 -2.02918 0 0 -46.1722 -28.2023 -59.0912 -8.02517 -25.9814 7.99917 -24
-STDOUT_15417=0 -2.95293 0 0 -1.90509 0 0 -46.1722 -28.1455 -59.0912 -8.5915 -25.9814 7.99917 -24
-STDOUT_15418=0 -3.66699 0 0 -2.72667 0 0 -44.5419 -30.3201 -62.1264 -9.6445 -18.5811 7.99917 -23
-STDOUT_15419=0 -2.98383 0 0 -2.03965 0 0 -46.1722 -28.3238 -59.0912 -7.88617 -25.9814 8.99907 -24
-STDOUT_15420=0 -3.74477 0 0 -2.74327 0 0 -44.5419 -30.0901 -62.1264 -9.59113 -18.5811 7.99917 -23
-STDOUT_15421=0 -3.09561 0 0 -1.84772 0 0 -46.1722 -28.4178 -59.0912 -8.07469 -25.9814 9.99896 -24
-STDOUT_15422=0 -2.88476 0 0 -1.96292 0 0 -46.1722 -28.7364 -59.0912 -8.07612 -25.9814 9.99896 -24
-STDOUT_15423=0 -3.66158 0 0 -2.53096 0 0 -44.5419 -30.6831 -62.1264 -9.99415 -18.5811 7.99917 -23
-STDOUT_15424=0 -3.75054 0 0 -2.5726 0 0 -44.5419 -29.9326 -62.1264 -10.3204 -18.5811 8.99907 -23
-STDOUT_15425=0 -2.65165 0 0 -2.03639 0 0 -46.1722 -28.9427 -59.0912 -8.4261 -25.9814 8.99907 -24
-STDOUT_15426=0 -4.1377 0 0 -2.66248 0 0 -44.5419 -29.4732 -62.1264 -9.20627 -18.5811 7.99917 -23
-STDOUT_15427=0 -3.01198 0 0 -1.90723 0 0 -46.1722 -28.8231 -59.0912 -7.81354 -25.9814 7.99917 -24
-STDOUT_15428=0 -3.7368 0 0 -2.70804 0 0 -44.5419 -30.5134 -62.1264 -9.40231 -18.5811 7.99917 -23
-STDOUT_15429=0 -3.0607 0 0 -1.93403 0 0 -46.1722 -28.3941 -59.0912 -8.02763 -25.9814 9.99896 -24
-STDOUT_15430=0 -3.678 0 0 -2.76913 0 0 -44.5419 -30.5646 -62.1265 -9.37126 -18.5811 9.99896 -23
-STDOUT_15431=0 -4.27455 0 0 -2.72062 0 0 -44.5419 -28.7903 -62.1264 -9.31927 -18.5811 8.99907 -23
-STDOUT_15432=0 -3.69712 0 0 -2.74734 0 0 -44.5419 -31.0192 -62.1265 -8.92696 -18.5811 8.99907 -23
-STDOUT_15433=0 -3.71564 0 0 -2.65891 0 0 -44.5419 -29.9089 -62.1264 -10.2734 -18.5811 8.99907 -23
-STDOUT_15434=0 -2.99272 0 0 -1.95141 0 0 -46.1722 -28.6228 -59.0912 -8.00675 -25.9814 8.99907 -24
-STDOUT_15435=0 -2.66329 0 0 -2.1441 0 0 -46.1722 -28.5338 -59.0912 -8.55442 -25.9814 7.99917 -24
-STDOUT_15436=0 -2.63989 0 0 -2.02002 0 0 -46.1722 -28.4769 -59.0912 -9.12076 -25.9814 7.99917 -24
-STDOUT_15437=0 -4.1944 0 0 -2.80543 0 0 -44.5419 -28.8442 -62.1264 -9.31414 -18.5811 8.99907 -23
-STDOUT_15438=0 -2.46272 0 0 -2.4846 0 0 -87.0303 -8.30986 -37.0805 -9.42761 -43.4436 11.9988 -36
-STDOUT_15439=0 -2.50407 0 0 -2.66272 0 0 -87.0303 -8.5344 -37.0805 -9.80784 -43.4436 12.9986 -36
-STDOUT_15440=0 -2.50249 0 0 -2.65529 0 0 -87.0303 -9.52385 -37.0805 -9.80053 -43.4436 12.9986 -36
-STDOUT_15441=0 -2.45827 0 0 -2.47717 0 0 -87.0303 -9.13717 -37.0805 -9.48971 -43.4436 11.9988 -36
-STDOUT_15442=0 -2.89544 0 0 -2.66383 0 0 -87.0303 -9.43401 -37.0805 -10.0445 -43.4436 13.9985 -36
-STDOUT_15443=0 -2.41977 0 0 -2.34823 0 0 -87.0303 -7.95567 -37.0805 -9.4092 -43.4436 10.9989 -36
-STDOUT_15444=0 -2.85123 0 0 -2.48571 0 0 -87.0303 -9.04734 -37.0805 -9.73366 -43.4436 12.9986 -36
-STDOUT_15445=0 -2.43019 0 0 -2.46757 0 0 -87.0303 -7.53684 -37.0805 -9.35319 -43.4436 10.9989 -36
-STDOUT_15446=0 -1.83007 0 0 -2.36013 0 0 -87.0303 -9.8646 -37.0805 -11.2177 -43.4436 12.9986 -36
-STDOUT_15447=0 -2.88962 0 0 -2.50423 0 0 -87.0303 -8.61605 -37.0805 -9.71113 -43.4436 12.9986 -36
-STDOUT_15448=0 -2.46112 0 0 -2.52635 0 0 -87.0303 -8.18021 -37.0805 -9.78942 -43.4436 11.9988 -36
-STDOUT_15449=0 -2.50382 0 0 -2.63564 0 0 -83.2052 -8.97002 -38.838 -9.98345 -46.1735 11.9988 -36
-STDOUT_15450=0 -2.47154 0 0 -2.64569 0 0 -87.0303 -7.76138 -37.0805 -9.73342 -43.4436 11.9988 -36
-STDOUT_15451=0 -1.87142 0 0 -2.53825 0 0 -87.0303 -10.0891 -37.0805 -11.598 -43.4436 13.9985 -36
-STDOUT_15452=0 -2.93097 0 0 -2.68235 0 0 -87.0303 -8.84059 -37.0805 -10.0914 -43.4436 13.9985 -36
-STDOUT_15453=0 -2.29549 0 0 -2.7164 0 0 -87.0303 -8.77892 -37.0805 -10.4196 -43.4436 12.9986 -36
-STDOUT_15454=0 -2.46549 0 0 -2.45752 0 0 -83.2052 -8.58235 -38.838 -9.68842 -46.1735 10.9989 -36
-STDOUT_15455=0 -2.44188 0 0 -2.46757 0 0 -87.0303 -7.64117 -37.0805 -9.40747 -43.4436 10.9989 -36
-STDOUT_15456=0 -2.70393 0 0 -2.36786 0 0 -87.0303 -8.3555 -37.0805 -9.61248 -43.4436 11.9988 -36
-STDOUT_15457=0 -2.45954 0 0 -2.51892 0 0 -87.0303 -9.16966 -37.0805 -9.78212 -43.4436 11.9988 -36
-STDOUT_15458=0 -2.33683 0 0 -2.89452 0 0 -87.0303 -9.00346 -37.0805 -10.7998 -43.4436 13.9985 -36
-STDOUT_15459=0 -2.61764 0 0 -2.56385 0 0 -87.0303 -8.85066 -37.0805 -10.1124 -43.4436 12.9986 -36
-STDOUT_15460=0 -2.50224 0 0 -2.62821 0 0 -83.2052 -9.95947 -38.838 -9.97615 -46.1735 11.9988 -36
-STDOUT_15461=0 -2.46996 0 0 -2.63825 0 0 -87.0303 -8.75082 -37.0805 -9.72611 -43.4436 11.9988 -36
-STDOUT_15462=0 -2.41532 0 0 -2.3408 0 0 -87.0303 -8.78299 -37.0805 -9.4713 -43.4436 10.9989 -36
-STDOUT_15463=0 -2.58274 0 0 -2.51889 0 0 -83.2052 -9.01373 -38.838 -10.0274 -46.1735 11.9988 -36
-STDOUT_15464=0 -1.86984 0 0 -2.53081 0 0 -87.0303 -11.0786 -37.0805 -11.5907 -43.4436 13.9985 -36
-STDOUT_15465=0 -2.92939 0 0 -2.67491 0 0 -87.0303 -9.83003 -37.0805 -10.084 -43.4436 13.9985 -36
-STDOUT_15466=0 -2.48323 0 0 -2.64569 0 0 -87.0303 -7.86571 -37.0805 -9.7877 -43.4436 11.9988 -36
-STDOUT_15467=0 -2.74528 0 0 -2.54598 0 0 -87.0303 -8.58003 -37.0805 -9.99271 -43.4436 12.9986 -36
-STDOUT_15468=0 -2.42574 0 0 -2.46013 0 0 -87.0303 -8.36415 -37.0805 -9.41529 -43.4436 10.9989 -36
-STDOUT_15469=0 -1.82562 0 0 -2.35269 0 0 -87.0303 -10.6919 -37.0805 -11.2798 -43.4436 12.9986 -36
-STDOUT_15470=0 -2.65898 0 0 -2.74197 0 0 -87.0303 -9.0752 -37.0805 -10.4926 -43.4436 13.9985 -36
-STDOUT_15471=0 -2.88518 0 0 -2.49679 0 0 -87.0303 -9.44336 -37.0805 -9.77323 -43.4436 12.9986 -36
-STDOUT_15472=0 -2.54441 0 0 -2.34078 0 0 -83.2052 -8.62605 -38.838 -9.73232 -46.1735 10.9989 -36
-STDOUT_15473=0 -2.33526 0 0 -2.88709 0 0 -87.0303 -9.9929 -37.0805 -10.7925 -43.4436 13.9985 -36
-STDOUT_15474=0 -2.46097 0 0 -2.45009 0 0 -83.2052 -9.41766 -38.838 -9.71139 -46.1735 10.9989 -36
-STDOUT_15475=0 -2.44512 0 0 -2.49927 0 0 -83.2052 -7.87353 -38.838 -9.82378 -46.1735 10.9989 -36
-STDOUT_15476=0 -2.29104 0 0 -2.70897 0 0 -87.0303 -9.60623 -37.0805 -10.4817 -43.4436 12.9986 -36
-STDOUT_15477=0 -2.58116 0 0 -2.51146 0 0 -83.2052 -10.0032 -38.838 -10.02 -46.1735 11.9988 -36
-STDOUT_15478=0 -2.45991 0 0 -2.6431 0 0 -83.2052 -9.71195 -38.838 -10.1216 -46.1735 11.9988 -36
-STDOUT_15479=0 -2.48165 0 0 -2.63825 0 0 -87.0303 -8.85515 -37.0805 -9.78039 -43.4436 11.9988 -36
-STDOUT_15480=0 -2.7437 0 0 -2.53854 0 0 -87.0303 -9.56948 -37.0805 -9.9854 -43.4436 12.9986 -36
-STDOUT_15481=0 -1.48866 0 0 -2.06367 0 0 -82.0014 -14.6131 -39.1543 -14.1005 -44.645 12.9986 -36
-STDOUT_15482=0 -2.6574 0 0 -2.73453 0 0 -87.0303 -10.0646 -37.0805 -10.4853 -43.4436 13.9985 -36
-STDOUT_15483=0 -2.40679 0 0 -2.32115 0 0 -83.2052 -7.48585 -38.838 -9.52875 -46.1735 9.99896 -36
-STDOUT_15484=0 -2.43744 0 0 -2.46013 0 0 -87.0303 -8.46848 -37.0805 -9.46958 -43.4436 10.9989 -36
-STDOUT_15485=0 -2.69948 0 0 -2.36042 0 0 -87.0303 -9.18281 -37.0805 -9.67459 -43.4436 11.9988 -36
-STDOUT_15486=0 -2.4602 0 0 -2.47605 0 0 -87.0303 -8.45329 -37.0805 -9.42823 -43.4436 10.9989 -36
-STDOUT_15487=0 -2.61319 0 0 -2.55641 0 0 -87.0303 -9.67797 -37.0805 -10.1745 -43.4436 12.9986 -36
-STDOUT_15488=0 -2.18834 0 0 -2.69897 0 0 -82.0014 -14.4761 -39.1543 -12.6542 -44.645 12.9986 -36
-STDOUT_15489=0 -2.44354 0 0 -2.49183 0 0 -83.2052 -8.86297 -38.838 -9.81647 -46.1735 10.9989 -36
-STDOUT_15490=0 -2.53989 0 0 -2.33334 0 0 -83.2052 -9.46137 -38.838 -9.75529 -46.1735 10.9989 -36
-STDOUT_15491=0 -1.53001 0 0 -2.24179 0 0 -82.0014 -14.8376 -39.1543 -14.4807 -44.645 13.9985 -36
-STDOUT_15492=0 -2.4981 0 0 -2.65417 0 0 -87.0303 -8.98698 -37.0805 -9.77998 -43.4436 11.9988 -36
-STDOUT_15493=0 -2.45833 0 0 -2.63566 0 0 -83.2052 -10.7014 -38.838 -10.1143 -46.1735 11.9988 -36
-STDOUT_15494=0 -2.22968 0 0 -2.87709 0 0 -82.0014 -14.7007 -39.1543 -13.0344 -44.645 13.9985 -36
-STDOUT_15495=0 -2.40227 0 0 -2.31372 0 0 -83.2052 -8.32117 -38.838 -9.55172 -46.1735 9.99896 -36
-STDOUT_15496=0 -1.52843 0 0 -2.23435 0 0 -82.0014 -15.8271 -39.1543 -14.4734 -44.645 13.9985 -36
-STDOUT_15497=0 -1.48422 0 0 -2.05624 0 0 -82.0014 -15.4404 -39.1543 -14.1626 -44.645 12.9986 -36
-STDOUT_15498=0 -2.22811 0 0 -2.86966 0 0 -82.0014 -15.6901 -39.1543 -13.0271 -44.645 13.9985 -36
-STDOUT_15499=0 -2.18389 0 0 -2.69154 0 0 -82.0014 -15.3035 -39.1543 -12.7163 -44.645 12.9986 -36
-STDOUT_15500=0 -2.85249 0 0 -2.52746 0 0 -87.0303 -9.07982 -37.0805 -10.0261 -43.4436 12.9986 -36
-STDOUT_15501=0 -2.8952 0 0 -2.63675 0 0 -83.2052 -9.86963 -38.838 -10.2201 -46.1735 12.9986 -36
-STDOUT_15502=0 -2.49122 0 0 -2.65267 0 0 -83.2052 -10.3558 -38.838 -10.7423 -46.1735 12.9986 -36
-STDOUT_15503=0 -2.86291 0 0 -2.6468 0 0 -87.0303 -8.66099 -37.0805 -9.97005 -43.4436 12.9986 -36
-STDOUT_15504=0 -2.80828 0 0 -2.34934 0 0 -87.0303 -8.69315 -37.0805 -9.71524 -43.4436 11.9988 -36
-STDOUT_15505=0 -2.26279 0 0 -2.53936 0 0 -87.0303 -10.9887 -37.0805 -11.8346 -43.4436 14.9984 -36
-STDOUT_15506=0 -1.78712 0 0 -2.22376 0 0 -87.0303 -9.51041 -37.0805 -11.1993 -43.4436 11.9988 -36
-STDOUT_15507=0 -3.32235 0 0 -2.68346 0 0 -87.0303 -9.7402 -37.0805 -10.328 -43.4436 14.9984 -36
-STDOUT_15508=0 -2.47906 0 0 -2.46498 0 0 -83.2052 -8.31438 -38.838 -9.96903 -46.1735 10.9989 -36
-STDOUT_15509=0 -2.8187 0 0 -2.46868 0 0 -87.0303 -8.27432 -37.0805 -9.65924 -43.4436 11.9988 -36
-STDOUT_15510=0 -2.21858 0 0 -2.36124 0 0 -87.0303 -10.6021 -37.0805 -11.5238 -43.4436 13.9985 -36
-STDOUT_15511=0 -1.79754 0 0 -2.34309 0 0 -87.0303 -9.09158 -37.0805 -11.1433 -43.4436 11.9988 -36
-STDOUT_15512=0 -3.27813 0 0 -2.50534 0 0 -87.0303 -9.35353 -37.0805 -10.0172 -43.4436 13.9985 -36
-STDOUT_15513=0 -2.8571 0 0 -2.48719 0 0 -87.0303 -7.84303 -37.0805 -9.63671 -43.4436 11.9988 -36
-STDOUT_15514=0 -2.8571 0 0 -2.48719 0 0 -87.0303 -7.84303 -37.0805 -9.63671 -43.4436 11.9988 -36
-STDOUT_15515=0 -2.25698 0 0 -2.37975 0 0 -87.0303 -10.1708 -37.0805 -11.5013 -43.4436 13.9985 -36
-STDOUT_15516=0 -2.45289 0 0 -2.47456 0 0 -83.2052 -9.96816 -38.838 -10.4473 -46.1735 11.9988 -36
-STDOUT_15517=0 -1.82847 0 0 -2.40188 0 0 -87.0303 -9.73495 -37.0805 -11.5796 -43.4436 12.9986 -36
-STDOUT_15518=0 -2.72792 0 0 -2.99086 0 0 -83.2052 -8.8504 -38.838 -9.76031 -46.1735 11.9988 -36
-STDOUT_15519=0 -2.38683 0 0 -2.3312 0 0 -87.0303 -7.22067 -37.0805 -9.38033 -43.4436 9.99896 -36
-STDOUT_15520=0 -2.72821 0 0 -2.89564 0 0 -87.0303 -9.90307 -37.0805 -11.0365 -43.4436 14.9984 -36
-STDOUT_15521=0 -2.85393 0 0 -2.45863 0 0 -83.2052 -9.32783 -38.838 -9.95533 -46.1735 11.9988 -36
-STDOUT_15522=0 -2.25254 0 0 -2.58003 0 0 -87.0303 -8.42473 -37.0805 -10.4012 -43.4436 11.9988 -36
-STDOUT_15523=0 -1.87117 0 0 -2.51117 0 0 -83.2052 -10.5248 -38.838 -11.7736 -46.1735 12.9986 -36
-STDOUT_15524=0 -1.83889 0 0 -2.52121 0 0 -87.0303 -9.31611 -37.0805 -11.5235 -43.4436 12.9986 -36
-STDOUT_15525=0 -2.93073 0 0 -2.65527 0 0 -83.2052 -9.27621 -38.838 -10.267 -46.1735 12.9986 -36
-STDOUT_15526=0 -2.48964 0 0 -2.64524 0 0 -83.2052 -11.3453 -38.838 -10.735 -46.1735 12.9986 -36
-STDOUT_15527=0 -2.89844 0 0 -2.66531 0 0 -87.0303 -8.06756 -37.0805 -10.0169 -43.4436 12.9986 -36
-STDOUT_15528=0 -2.89844 0 0 -2.66531 0 0 -87.0303 -8.06756 -37.0805 -10.0169 -43.4436 12.9987 -36
-STDOUT_15529=0 -2.29832 0 0 -2.55787 0 0 -87.0303 -10.3953 -37.0805 -11.8815 -43.4436 14.9984 -36
-STDOUT_15530=0 -2.684 0 0 -2.71752 0 0 -87.0303 -9.5164 -37.0805 -10.7256 -43.4436 13.9985 -36
-STDOUT_15531=0 -2.97411 0 0 -2.52001 0 0 -83.2052 -9.91334 -38.838 -10.264 -46.1735 12.9986 -36
-STDOUT_15532=0 -2.26296 0 0 -2.69937 0 0 -87.0303 -8.00589 -37.0805 -10.3452 -43.4436 11.9988 -36
-STDOUT_15533=0 -2.72239 0 0 -2.73603 0 0 -87.0303 -9.08511 -37.0805 -10.7031 -43.4436 13.9985 -36
-STDOUT_15534=0 -2.87461 0 0 -2.6468 0 0 -87.0303 -8.76532 -37.0805 -10.0243 -43.4436 12.9986 -36
-STDOUT_15535=0 -3.13665 0 0 -2.54709 0 0 -87.0303 -9.47964 -37.0805 -10.2293 -43.4436 13.9985 -36
-STDOUT_15536=0 -3.09728 0 0 -2.86155 0 0 -87.0303 -8.71055 -37.0805 -9.55008 -43.4436 12.9986 -36
-STDOUT_15537=0 -2.42818 0 0 -2.50932 0 0 -87.0303 -7.44521 -37.0805 -9.76055 -43.4436 10.9989 -36
-STDOUT_15538=-156 0 0 -46.034 0 0 -48.2303 -166.55 -51.735 -38.188 -24.8068 -20.9828 28.997 -31
-STDOUT_15539=-156 0 0 -45.2919 0 0 -49.1412 -162.725 -51.8521 -38.8193 -27.5754 -23.6747 28.997 -31
-STDOUT_15540=-162 0 0 -41.9433 0 0 -49.0007 -172.744 -61.7814 -38.84 -36.2134 -32.4649 28.997 -34
-STDOUT_15541=-158 0 0 -41.9433 0 0 -46.1322 -163.275 -61.7814 -38.84 -36.2134 -32.4649 28.997 -34
-STDOUT_15542=-162 0 0 -40.3689 0 0 -49.3409 -171.385 -64.2392 -38.84 -40.2635 -34.6038 28.997 -35
-STDOUT_15543=-162 0 0 -41.2012 0 0 -49.9117 -168.918 -61.8986 -39.4713 -38.982 -35.1569 28.997 -34
-STDOUT_15544=-158 0 0 -40.3689 0 0 -46.4724 -161.916 -64.2392 -38.84 -40.2635 -34.6038 28.997 -35
-STDOUT_15545=-158 0 0 -41.2012 0 0 -47.0432 -159.45 -61.8986 -39.4713 -38.982 -35.1569 28.997 -34
-STDOUT_15546=-162 0 0 -39.6268 0 0 -50.2519 -167.559 -64.3563 -39.4713 -43.032 -37.2957 28.997 -35
-STDOUT_15547=-158 0 0 -39.6268 0 0 -47.3834 -158.091 -64.3563 -39.4713 -43.032 -37.2957 28.997 -35
-STDOUT_15548=-156 0 0 -46.3081 0 0 -48.177 -168.763 -51.7708 -38.1501 -23.7054 -20.0521 28.997 -31
-STDOUT_15549=-156 0 0 -43.785 0 0 -41.017 -164.708 -53.7534 -40.7802 -29.2878 -24.605 28.997 -31
-STDOUT_15550=-162 0 0 -41.6691 0 0 -49.054 -172.27 -61.7456 -38.8779 -37.3149 -33.3955 28.997 -34
-STDOUT_15551=-162 0 0 -43.4973 0 0 -48.9038 -178.107 -57.0192 -38.5701 -30.46 -31.6459 28.997 -34
-STDOUT_15552=-158 0 0 -41.6691 0 0 -46.1855 -162.802 -61.7456 -38.8779 -37.3149 -33.3955 28.997 -34
-STDOUT_15553=-158 0 0 -43.4973 0 0 -46.0353 -168.639 -57.0192 -38.5701 -30.46 -31.6459 28.997 -34
-STDOUT_15554=-156 0 0 -45.5661 0 0 -49.088 -164.937 -51.8879 -38.7814 -26.4739 -22.7441 28.997 -31
-STDOUT_15555=-156 0 0 -43.0429 0 0 -41.928 -160.882 -53.8705 -41.4116 -32.0564 -27.297 28.997 -31
-STDOUT_15556=-162 0 0 -40.0947 0 0 -49.3942 -170.911 -64.2034 -38.8779 -41.3649 -35.5344 28.997 -35
-STDOUT_15557=-162 0 0 -40.927 0 0 -49.9649 -168.445 -61.8628 -39.5092 -40.0834 -36.0875 28.997 -34
-STDOUT_15558=-162 0 0 -41.504 0 0 -48.5484 -171.507 -62.8856 -38.84 -40.7414 -34.6038 28.997 -35
-STDOUT_15559=-162 0 0 -41.9229 0 0 -49.244 -176.748 -59.477 -38.5701 -34.5101 -33.7848 28.997 -35
-STDOUT_15560=-162 0 0 -42.7553 0 0 -49.8148 -174.282 -57.1364 -39.2014 -33.2286 -34.3379 28.997 -34
-STDOUT_15561=-158 0 0 -40.0947 0 0 -46.5257 -161.443 -64.2034 -38.8779 -41.3649 -35.5344 28.997 -35
-STDOUT_15562=-162 0 0 -39.6943 0 0 -41.7875 -170.901 -63.7998 -41.4322 -40.6944 -36.0871 28.997 -34
-STDOUT_15563=-158 0 0 -40.927 0 0 -47.0965 -158.977 -61.8628 -39.5092 -40.0834 -36.0875 28.997 -34
-STDOUT_15564=-158 0 0 -41.504 0 0 -45.6799 -162.038 -62.8856 -38.84 -40.7414 -34.6038 28.997 -35
-STDOUT_15565=-158 0 0 -41.9229 0 0 -46.3755 -167.28 -59.477 -38.5701 -34.5101 -33.7848 28.997 -35
-STDOUT_15566=-158 0 0 -42.7553 0 0 -46.9463 -164.814 -57.1364 -39.2014 -33.2286 -34.3379 28.997 -34
-STDOUT_15567=-158 0 0 -39.6943 0 0 -38.919 -161.433 -63.7998 -41.4322 -40.6944 -36.0871 28.997 -34
-STDOUT_15568=-162 0 0 -39.3526 0 0 -50.3051 -167.086 -64.3205 -39.5092 -44.1335 -38.2263 28.997 -35
-STDOUT_15569=-162 0 0 -39.9296 0 0 -48.8886 -170.148 -65.3434 -38.84 -44.7914 -36.7426 28.997 -36
-STDOUT_15570=-162 0 0 -40.7619 0 0 -49.4593 -167.682 -63.0028 -39.4713 -43.5099 -37.2957 28.997 -35
-STDOUT_15571=-162 0 0 -41.1809 0 0 -50.155 -172.923 -59.5942 -39.2014 -37.2786 -36.4768 28.997 -35
-STDOUT_15572=-156 0 0 -44.4596 0 0 -48.5705 -166.585 -54.1927 -38.188 -28.8569 -23.1216 28.997 -32
-STDOUT_15573=-158 0 0 -39.3526 0 0 -47.4367 -157.618 -64.3205 -39.5092 -44.1335 -38.2263 28.997 -35
-STDOUT_15574=-162 0 0 -38.9522 0 0 -42.6984 -167.076 -63.917 -42.0636 -43.4629 -38.7791 28.997 -34
-STDOUT_15575=-158 0 0 -39.9296 0 0 -46.0201 -160.679 -65.3434 -38.84 -44.7914 -36.7426 28.997 -36
-STDOUT_15576=-158 0 0 -40.7619 0 0 -46.5909 -158.213 -63.0028 -39.4713 -43.5099 -37.2957 28.997 -35
-STDOUT_15577=-158 0 0 -41.1809 0 0 -47.2865 -163.455 -59.5942 -39.2014 -37.2786 -36.4768 28.997 -35
-STDOUT_15578=-158 0 0 -38.9522 0 0 -39.8299 -157.608 -63.917 -42.0636 -43.4629 -38.7791 28.997 -34
-STDOUT_15579=-162 0 0 -39.1875 0 0 -49.7995 -166.322 -65.4605 -39.4713 -47.56 -39.4346 28.997 -36
-STDOUT_15580=-156 0 0 -43.7175 0 0 -49.4814 -162.76 -54.3099 -38.8193 -31.6254 -25.8136 28.997 -32
-STDOUT_15581=-158 0 0 -39.1875 0 0 -46.9311 -156.854 -65.4605 -39.4713 -47.56 -39.4346 28.997 -36
-STDOUT_15582=-162 0 0 -43.2231 0 0 -48.9571 -177.633 -56.9834 -38.6079 -31.5615 -32.5766 28.997 -34
-STDOUT_15583=-162 0 0 -40.6691 0 0 -49.0007 -171.507 -64.6189 -38.84 -41.7336 -34.6038 28.997 -35
-STDOUT_15584=-158 0 0 -43.2231 0 0 -46.0886 -168.165 -56.9834 -38.6079 -31.5615 -32.5766 28.997 -34
-STDOUT_15585=-156 0 0 -47.0856 0 0 -48.1857 -169.715 -49.3935 -37.9181 -24.4605 -22.3027 28.997 -32
-STDOUT_15586=-158 0 0 -40.6691 0 0 -46.1322 -162.038 -64.6189 -38.84 -41.7336 -34.6038 28.997 -35
-STDOUT_15587=-156 0 0 -44.0592 0 0 -40.9637 -166.92 -53.7892 -40.7423 -28.1864 -23.6744 28.997 -31
-STDOUT_15588=-162 0 0 -41.2298 0 0 -48.6017 -171.033 -62.8498 -38.8779 -41.8428 -35.5344 28.997 -35
-STDOUT_15589=-162 0 0 -41.6488 0 0 -49.2973 -176.274 -59.4412 -38.6079 -35.6116 -34.7154 28.997 -35
-STDOUT_15590=-162 0 0 -42.4811 0 0 -49.868 -173.808 -57.1006 -39.2393 -34.33 -35.2685 28.997 -34
-STDOUT_15591=-162 0 0 -43.058 0 0 -48.4515 -176.87 -58.1234 -38.5701 -34.988 -33.7848 28.997 -35
-STDOUT_15592=-162 0 0 -39.4201 0 0 -41.8407 -170.427 -63.764 -41.4701 -41.7959 -37.0178 28.997 -34
-STDOUT_15593=-162 0 0 -39.0947 0 0 -49.3409 -170.148 -67.0766 -38.84 -45.7837 -36.7426 28.997 -36
-STDOUT_15594=-156 0 0 -44.7597 0 0 -48.7462 -165.686 -54.5724 -38.188 -30.3271 -23.1216 28.997 -32
-STDOUT_15595=-162 0 0 -39.927 0 0 -49.9117 -167.682 -64.736 -39.4713 -44.5022 -37.2957 28.997 -35
-STDOUT_15596=-158 0 0 -41.2298 0 0 -45.7332 -161.565 -62.8498 -38.8779 -41.8428 -35.5344 28.997 -35
-STDOUT_15597=-158 0 0 -41.6488 0 0 -46.4288 -166.806 -59.4412 -38.6079 -35.6116 -34.7154 28.997 -35
-STDOUT_15598=-162 0 0 -41.2483 0 0 -41.6905 -176.264 -59.0376 -41.1623 -34.941 -35.2682 28.997 -34
-STDOUT_15599=-158 0 0 -42.4811 0 0 -46.9995 -164.34 -57.1006 -39.2393 -34.33 -35.2685 28.997 -34
-STDOUT_15600=-156 0 0 -46.3435 0 0 -49.0967 -165.89 -49.5106 -38.5494 -27.2291 -24.9946 28.997 -32
-STDOUT_15601=-158 0 0 -43.058 0 0 -45.583 -167.402 -58.1234 -38.5701 -34.988 -33.7848 28.997 -35
-STDOUT_15602=-158 0 0 -39.4201 0 0 -38.9722 -160.959 -63.764 -41.4701 -41.7959 -37.0178 28.997 -34
-STDOUT_15603=-158 0 0 -39.0947 0 0 -46.4724 -160.679 -67.0766 -38.84 -45.7837 -36.7426 28.997 -36
-STDOUT_15604=-158 0 0 -39.927 0 0 -47.0432 -158.213 -64.736 -39.4713 -44.5022 -37.2957 28.997 -35
-STDOUT_15605=-158 0 0 -41.2483 0 0 -38.8221 -166.796 -59.0376 -41.1623 -34.941 -35.2682 28.997 -34
-STDOUT_15606=-156 0 0 -43.3171 0 0 -41.8747 -163.095 -53.9063 -41.3737 -30.9549 -26.3663 28.997 -31
-STDOUT_15607=-162 0 0 -39.6554 0 0 -48.9419 -169.674 -65.3076 -38.8779 -45.8929 -37.6732 28.997 -36
-STDOUT_15608=-162 0 0 -40.4877 0 0 -49.5126 -167.208 -62.9669 -39.5092 -44.6114 -38.2264 28.997 -35
-STDOUT_15609=-162 0 0 -40.9067 0 0 -50.2082 -172.449 -59.5583 -39.2393 -38.3801 -37.4074 28.997 -35
-STDOUT_15610=-162 0 0 -41.4836 0 0 -48.7917 -175.511 -60.5812 -38.5701 -39.038 -35.9237 28.997 -36
-STDOUT_15611=-162 0 0 -42.3159 0 0 -49.3624 -173.045 -58.2406 -39.2014 -37.7565 -36.4768 28.997 -35
-STDOUT_15612=-162 0 0 -38.6781 0 0 -42.7517 -166.602 -63.8812 -42.1014 -44.5644 -39.7097 28.997 -34
-STDOUT_15613=-162 0 0 -38.3526 0 0 -50.2519 -166.322 -67.1938 -39.4713 -48.5522 -39.4346 28.997 -36
-STDOUT_15614=-158 0 0 -39.6554 0 0 -46.0734 -160.206 -65.3076 -38.8779 -45.8929 -37.6732 28.997 -36
-STDOUT_15615=-156 0 0 -44.0177 0 0 -49.6571 -161.861 -54.6895 -38.8193 -33.0956 -25.8136 28.997 -32
-STDOUT_15616=-162 0 0 -39.255 0 0 -41.3351 -169.664 -64.904 -41.4322 -45.2224 -38.226 28.997 -35
-STDOUT_15617=-158 0 0 -40.4877 0 0 -46.6441 -157.74 -62.9669 -39.5092 -44.6114 -38.2264 28.997 -35
-STDOUT_15618=-158 0 0 -40.9067 0 0 -47.3397 -162.981 -59.5583 -39.2393 -38.3801 -37.4074 28.997 -35
-STDOUT_15619=-162 0 0 -40.5063 0 0 -42.6015 -172.439 -59.1548 -41.7937 -37.7096 -37.9601 28.997 -34
-STDOUT_15620=-162 0 0 -41.1305 0 0 -48.4642 -173.154 -62.2278 -38.84 -39.9731 -35.2658 28.997 -35
-STDOUT_15621=-158 0 0 -41.4836 0 0 -45.9232 -166.043 -60.5812 -38.5701 -39.038 -35.9237 28.997 -36
-STDOUT_15622=-158 0 0 -42.3159 0 0 -46.4939 -163.577 -58.2406 -39.2014 -37.7565 -36.4768 28.997 -35
-STDOUT_15623=-158 0 0 -38.6781 0 0 -39.8832 -157.134 -63.8812 -42.1014 -44.5644 -39.7097 28.997 -34
-STDOUT_15624=-158 0 0 -38.3526 0 0 -47.3834 -156.854 -67.1938 -39.4713 -48.5522 -39.4346 28.997 -36
-STDOUT_15625=-158 0 0 -39.255 0 0 -38.4666 -160.196 -64.904 -41.4322 -45.2224 -38.226 28.997 -35
-STDOUT_15626=-156 0 0 -45.8872 0 0 -47.4796 -169.959 -52.811 -35.4071 -27.8182 -20.0845 28.997 -31
-STDOUT_15627=-158 0 0 -40.5063 0 0 -39.733 -162.971 -59.1548 -41.7937 -37.7096 -37.9601 28.997 -34
-STDOUT_15628=-158 0 0 -41.1305 0 0 -45.5957 -163.686 -62.2278 -38.84 -39.9731 -35.2658 28.997 -35
-STDOUT_15629=-162 0 0 -38.9133 0 0 -49.8528 -165.849 -65.4247 -39.5092 -48.6614 -40.3652 28.997 -36
-STDOUT_15630=-158 0 0 -40.8731 0 0 -45.8637 -162.502 -64.5569 -40.7493 -37.8405 -33.3029 28.997 -34
-STDOUT_15631=-162 0 0 -40.7415 0 0 -49.7026 -171.686 -60.6983 -39.2014 -41.8066 -38.6156 28.997 -36
-STDOUT_15632=-156 0 0 -45.9273 0 0 -48.1612 -166.662 -51.7031 -37.995 -26.9442 -22.6938 28.997 -31
-STDOUT_15633=-158 0 0 -38.9133 0 0 -46.9843 -156.381 -65.4247 -39.5092 -48.6614 -40.3652 28.997 -36
-STDOUT_15634=-156 0 0 -46.9733 0 0 -48.2553 -164.785 -53.234 -40.2617 -25.3602 -22.1842 28.997 -31
-STDOUT_15635=-162 0 0 -38.5129 0 0 -42.2461 -165.839 -65.0212 -42.0636 -47.9909 -40.918 28.997 -35
-STDOUT_15636=-162 0 0 -39.5561 0 0 -48.8044 -171.795 -64.6855 -38.84 -44.0231 -37.4047 28.997 -36
-STDOUT_15637=-156 0 0 -44.7337 0 0 -48.5172 -168.797 -54.2285 -38.1501 -27.7554 -22.191 28.997 -32
-STDOUT_15638=-30 -0.420746 -1.21331 -32.4192 -0.179027 -4.27541 -20.744 -64.3801 -24.4349 -39.6248 -8.80241 -26.0477 13.9985 -29
-STDOUT_15639=-30 -0.442019 -1.21331 -32.4192 -0.179134 -4.27541 -20.744 -64.3801 -24.039 -39.6248 -8.77802 -26.0477 14.9984 -29
-STDOUT_15640=-30 -0.420746 -1.21331 -31.4799 -0.179027 -4.27541 -20.719 -66.1303 -22.9359 -37.551 -8.24902 -24.8462 13.9985 -29
-STDOUT_15641=-30 -0.444681 -1.21331 -32.4192 -0.180139 -4.27541 -20.744 -64.3801 -24.9861 -39.6248 -8.75364 -26.0477 14.9984 -29
-STDOUT_15642=-30 -0.442019 -1.21331 -31.4799 -0.179134 -4.27541 -20.719 -66.1303 -22.5399 -37.551 -8.22463 -24.8462 14.9984 -29
-STDOUT_15643=-26 -0.792102 0 -26.3819 -0.336209 0 -18.1975 -64.026 -22.2095 -38.334 -8.21644 -18.4133 12.9986 -26
-STDOUT_15644=-16 -1.88605 0 -16.3109 -1.63575 0 -9.63602 -69.5808 -10.113 -36.726 -4.00452 -18.451 10.9989 -27
-STDOUT_15645=-26 -0.782779 0 -26.3819 -0.336316 0 -18.1975 -64.026 -21.7534 -38.334 -8.18872 -18.4133 13.9985 -26
-STDOUT_15646=-20 -0.8178 -1.21331 -22.3482 -1.15554 -4.27541 -12.1826 -64.9058 -18.216 -40.0905 -8.46386 -27.2869 11.9988 -30
-STDOUT_15647=-30 -0.444681 -1.21331 -31.4799 -0.180139 -4.27541 -20.719 -66.1303 -23.4871 -37.551 -8.20025 -24.8462 14.9984 -29
-STDOUT_15648=-16 -1.87672 0 -16.3109 -1.63586 0 -9.63602 -69.5808 -9.65687 -36.726 -3.9768 -18.451 11.9988 -27
-STDOUT_15649=-16 -1.80494 0 -16.3109 -1.67835 0 -9.63602 -69.5808 -12.5973 -36.726 -2.97776 -18.451 9.99896 -27
-STDOUT_15650=-20 -1.15921 -1.21331 -22.3482 -1.45199 -4.27541 -12.1826 -69.9348 -13.4675 -38.0167 -5.58112 -26.0855 11.9988 -30
-STDOUT_15651=-26 -0.710608 0 -26.3819 -0.292585 0 -18.1975 -64.026 -22.3469 -38.334 -8.72839 -18.4133 12.9986 -26
-STDOUT_15652=-30 -0.633983 -1.21331 -32.4192 -0.259248 -4.27541 -20.744 -64.3801 -24.7406 -39.6248 -9.12264 -26.0477 14.9984 -29
-STDOUT_15653=-20 -0.839073 -1.21331 -22.3482 -1.15564 -4.27541 -12.1826 -64.9058 -17.8201 -40.0905 -8.43947 -27.2869 12.9986 -30
-STDOUT_15654=-16 -1.82621 0 -16.3109 -1.67846 0 -9.63602 -69.5808 -12.2014 -36.726 -2.95337 -18.451 10.9989 -27
-STDOUT_15655=-20 -1.18048 -1.21331 -22.3482 -1.4521 -4.27541 -12.1826 -69.9348 -13.0716 -38.0167 -5.55673 -26.0855 12.9986 -30
-STDOUT_15656=-26 -0.701285 0 -26.3819 -0.292692 0 -18.1975 -64.026 -21.8908 -38.334 -8.70067 -18.4133 13.9985 -26
-STDOUT_15657=-30 -0.62466 -1.21331 -32.4192 -0.259355 -4.27541 -20.744 -64.3801 -24.2845 -39.6248 -9.09492 -26.0477 15.9983 -29
-STDOUT_15658=-14 -0.038372 -1.21331 -16.1083 -0.0112489 -4.27541 -11.108 -64.3801 -20.8075 -39.6248 -8.61917 -26.0477 10.9989 -29
-STDOUT_15659=-26 -0.792102 0 -25.4426 -0.336209 0 -18.1724 -65.7763 -20.7105 -36.2603 -7.66305 -17.2118 12.9986 -26
-STDOUT_15660=-30 -0.833395 -1.21331 -32.4192 -0.180246 -4.27541 -20.744 -64.3801 -24.9386 -39.6248 -9.01465 -26.0477 15.9983 -29
-STDOUT_15661=-26 -0.804626 0 -26.3819 -0.453502 0 -18.1975 -64.026 -22.3494 -38.334 -8.25798 -18.4133 12.9986 -26
-STDOUT_15662=-26 -0.785133 0 -26.3819 -0.337322 0 -18.1975 -64.026 -22.7478 -38.334 -8.17018 -18.4133 13.9985 -26
-STDOUT_15663=-26 -0.782779 0 -25.4426 -0.336316 0 -18.1724 -65.7763 -20.2543 -36.2603 -7.63533 -17.2118 13.9985 -26
-STDOUT_15664=-30 -0.628883 -1.21331 -32.4192 -0.376542 -4.27541 -20.744 -64.3801 -24.8438 -39.6248 -8.93319 -26.0477 14.9984 -29
-STDOUT_15665=-14 -0.0685089 -1.21331 -16.1083 -0.0319199 -4.27541 -11.108 -64.3801 -21.5067 -39.6248 -7.90164 -26.0477 11.9988 -29
-STDOUT_15666=-26 -0.798274 0 -26.3819 -0.453609 0 -18.1975 -64.026 -21.8662 -38.334 -8.2392 -18.4133 13.9985 -26
-STDOUT_15667=-16 -1.87908 0 -16.3109 -1.63686 0 -9.63602 -69.5808 -10.6513 -36.726 -3.95827 -18.451 11.9988 -27
-STDOUT_15668=-26 -0.899932 0 -26.3819 -0.412148 0 -18.1975 -64.026 -25.0412 -38.334 -6.93501 -18.4133 12.9986 -26
-STDOUT_15669=-16 -1.90579 0 -16.3109 -1.75305 0 -9.63602 -69.5808 -10.367 -36.726 -4.00427 -18.451 10.9989 -27
-STDOUT_15670=-30 -0.62253 -1.21331 -32.4192 -0.376649 -4.27541 -20.744 -64.3801 -24.3606 -39.6248 -8.91441 -26.0477 15.9983 -29
-STDOUT_15671=-20 -0.841735 -1.21331 -22.3482 -1.15665 -4.27541 -12.1826 -64.9058 -18.7672 -40.0905 -8.41509 -27.2869 12.9986 -30
-STDOUT_15672=-26 -0.710608 0 -25.4426 -0.292585 0 -18.1724 -65.7763 -20.8479 -36.2603 -8.175 -17.2118 12.9986 -26
-STDOUT_15673=-16 -1.89943 0 -16.3109 -1.75315 0 -9.63602 -69.5808 -9.88385 -36.726 -3.98549 -18.451 11.9988 -27
-STDOUT_15674=-30 -0.633983 -1.21331 -31.4799 -0.259248 -4.27541 -20.719 -66.1303 -23.2416 -37.551 -8.56925 -24.8462 14.9984 -29
-STDOUT_15675=-14 -0.0307238 -1.21331 -16.1083 -0.0370625 -4.27541 -11.108 -68.2052 -20.7607 -37.8673 -8.41748 -23.3178 10.9989 -29
-STDOUT_15676=-16 -1.82887 0 -16.3109 -1.67947 0 -9.63602 -69.5808 -13.1485 -36.726 -2.92899 -18.451 10.9989 -27
-STDOUT_15677=-20 -1.18314 -1.21331 -22.3482 -1.4531 -4.27541 -12.1826 -69.9348 -14.0187 -38.0167 -5.53235 -26.0855 12.9986 -30
-STDOUT_15678=-26 -0.921205 0 -26.3819 -0.412255 0 -18.1975 -64.026 -24.6452 -38.334 -6.91062 -18.4133 13.9985 -26
-STDOUT_15679=-16 -1.98428 0 -16.3109 -1.71169 0 -9.63602 -69.5808 -12.4597 -36.726 -3.09001 -18.451 10.9989 -27
-STDOUT_15680=-16 -2.42499 0 -16.3109 -1.71971 0 -9.63602 -69.5808 -10.4345 -36.726 -4.28648 -18.451 9.99896 -27
-STDOUT_15681=-26 -0.70364 0 -26.3819 -0.293697 0 -18.1975 -64.026 -22.8852 -38.334 -8.68213 -18.4133 13.9985 -26
-STDOUT_15682=-26 -0.701285 0 -25.4426 -0.292692 0 -18.1724 -65.7763 -20.3918 -36.2603 -8.14728 -17.2118 13.9985 -26
-STDOUT_15683=-26 -0.730348 0 -26.3819 -0.409878 0 -18.1975 -64.026 -22.6009 -38.334 -8.72813 -18.4133 12.9986 -26
-STDOUT_15684=-30 -0.627015 -1.21331 -32.4192 -0.260361 -4.27541 -20.744 -64.3801 -25.2789 -39.6248 -9.07639 -26.0477 15.9983 -29
-STDOUT_15685=-30 -0.62466 -1.21331 -31.4799 -0.259355 -4.27541 -20.719 -66.1303 -22.7855 -37.551 -8.54153 -24.8462 15.9983 -29
-STDOUT_15686=-14 -0.0381652 -1.21331 -16.1083 -0.0122545 -4.27541 -11.108 -64.3801 -21.5925 -39.6248 -8.6642 -26.0477 10.9989 -29
-STDOUT_15687=-14 -0.0648911 -1.21331 -16.1083 -0.138755 -4.27541 -11.108 -64.3801 -21.246 -39.6248 -8.29463 -26.0477 10.9989 -29
-STDOUT_15688=-16 -2.41864 0 -16.3109 -1.71982 0 -9.63602 -69.5808 -9.95136 -36.726 -4.26771 -18.451 10.9989 -27
-STDOUT_15689=-14 -0.038372 -1.21331 -15.169 -0.0112489 -4.27541 -11.083 -66.1303 -19.3085 -37.551 -8.06578 -24.8462 10.9989 -29
-STDOUT_15690=-26 -0.723995 0 -26.3819 -0.409985 0 -18.1975 -64.026 -22.1178 -38.334 -8.70936 -18.4133 13.9985 -26
-STDOUT_15691=-30 -0.833395 -1.21331 -31.4799 -0.180246 -4.27541 -20.719 -66.1303 -23.4396 -37.551 -8.46126 -24.8462 15.9983 -29
-STDOUT_15692=-16 -2.00555 0 -16.3109 -1.7118 0 -9.63602 -69.5808 -12.0638 -36.726 -3.06562 -18.451 11.9988 -27
-STDOUT_15693=-14 -0.173601 -1.21331 -16.1083 -0.0293853 -4.27541 -11.108 -64.3801 -21.8739 -39.6248 -8.03079 -26.0477 11.9988 -29
-STDOUT_15694=-26 -0.808844 0 -26.3819 -0.368524 0 -18.1975 -64.026 -24.6936 -38.334 -7.81388 -18.4133 12.9986 -26
-STDOUT_15695=-26 -0.804626 0 -25.4426 -0.453502 0 -18.1724 -65.7763 -20.8504 -36.2603 -7.70459 -17.2118 12.9986 -26
-STDOUT_15696=-14 -0.0682314 -1.21331 -16.1083 -0.0329255 -4.27541 -11.108 -64.3801 -22.2997 -39.6248 -7.90753 -26.0477 11.9988 -29
-STDOUT_15697=-26 -0.785133 0 -25.4426 -0.337322 0 -18.1724 -65.7763 -21.2488 -36.2603 -7.61679 -17.2118 13.9985 -26
-STDOUT_15698=-14 -0.19919 -1.21331 -16.1083 -0.065015 -4.27541 -11.108 -64.3801 -20.9874 -39.6248 -8.43588 -26.0477 11.9988 -29
-STDOUT_15699=-30 -0.431832 -1.21331 -31.7188 -0.034511 -4.27541 -20.744 -64.3801 -24.2952 -39.6248 -9.10368 -26.0477 14.9984 -29
-STDOUT_15700=-16 -1.18916 0 -16.3109 -1.31272 0 -9.63602 -64.5518 -15.9906 -38.7998 -7.87789 -19.6525 10.9989 -27
-STDOUT_15701=-30 -0.628883 -1.21331 -31.4799 -0.376542 -4.27541 -20.719 -66.1303 -23.3448 -37.551 -8.3798 -24.8462 14.9984 -29
-STDOUT_15702=-14 -0.0685089 -1.21331 -15.169 -0.0319199 -4.27541 -11.083 -66.1303 -20.0077 -37.551 -7.34825 -24.8462 11.9988 -29
-STDOUT_15703=-26 -0.798274 0 -25.4426 -0.453609 0 -18.1724 -65.7763 -20.3672 -36.2603 -7.68581 -17.2118 13.9985 -26
-STDOUT_15704=-16 -1.53056 0 -16.3109 -1.60917 0 -9.63602 -69.5808 -11.2421 -36.726 -4.99515 -18.451 10.9989 -27
-STDOUT_15705=-26 -0.800633 0 -26.3819 -0.454615 0 -18.1975 -64.026 -22.8897 -38.334 -8.21537 -18.4133 13.9985 -26
-STDOUT_15706=-14 -0.345698 -1.21331 -16.1083 -0.0515621 -4.27541 -11.108 -68.2052 -20.9257 -37.8673 -7.99931 -23.3178 11.9988 -29
-STDOUT_15707=-14 -0.0710753 -1.21331 -16.1083 -0.172288 -4.27541 -11.108 -68.2052 -20.889 -37.8673 -7.70594 -23.3178 11.9988 -29
-STDOUT_15708=-26 -0.899932 0 -25.4426 -0.412148 0 -18.1724 -65.7763 -23.5421 -36.2603 -6.38162 -17.2118 12.9986 -26
-STDOUT_15709=-26 -0.830116 0 -26.3819 -0.368631 0 -18.1975 -64.026 -24.2977 -38.334 -7.78949 -18.4133 13.9985 -26
-STDOUT_15710=-16 -1.17983 0 -16.3109 -1.31282 0 -9.63602 -64.5518 -15.5345 -38.7998 -7.85017 -19.6525 11.9988 -27
-STDOUT_15711=-30 -0.62253 -1.21331 -31.4799 -0.376649 -4.27541 -20.719 -66.1303 -22.8616 -37.551 -8.36102 -24.8462 15.9983 -29
-STDOUT_15712=-30 -0.624889 -1.21331 -32.4192 -0.377654 -4.27541 -20.744 -64.3801 -25.3841 -39.6248 -8.89058 -26.0477 15.9983 -29
-STDOUT_15713=-14 -0.0305169 -1.21331 -16.1083 -0.0380681 -4.27541 -11.108 -68.2052 -21.5457 -37.8673 -8.46251 -23.3178 10.9989 -29
-STDOUT_15714=-16 -1.52124 0 -16.3109 -1.60928 0 -9.63602 -69.5808 -10.786 -36.726 -4.96743 -18.451 11.9988 -27
-STDOUT_15715=-14 -0.143011 -1.21331 -16.1083 -0.173901 -4.27541 -11.108 -64.3801 -21.3597 -39.6248 -8.41321 -26.0477 10.9989 -29
-STDOUT_15716=-14 -0.0729242 -1.21331 -16.1083 -0.136338 -4.27541 -11.108 -64.3801 -21.9673 -39.6248 -8.29341 -26.0477 10.9989 -29
-STDOUT_15717=-30 -0.453784 -1.21331 -31.7113 -0.0701407 -4.27541 -20.744 -64.3801 -24.3554 -39.6248 -9.08126 -26.0477 14.9984 -29
-STDOUT_15718=-16 -1.90179 0 -16.3109 -1.75416 0 -9.63602 -69.5808 -10.9074 -36.726 -3.96166 -18.451 11.9988 -27
-STDOUT_15719=-14 -0.0307238 -1.21331 -15.169 -0.0370625 -4.27541 -11.083 -69.9555 -19.2617 -35.7935 -7.8641 -22.1163 10.9989 -29
-STDOUT_15720=-26 -0.923867 0 -26.3819 -0.413261 0 -18.1975 -64.026 -25.5924 -38.334 -6.88624 -18.4133 13.9985 -26
-STDOUT_15721=-26 -0.921205 0 -25.4426 -0.412255 0 -18.1724 -65.7763 -23.1462 -36.2603 -6.35723 -17.2118 13.9985 -26
-STDOUT_15722=-10 -0.379132 0 -10.071 -0.168431 0 -8.56147 -64.026 -18.5219 -38.334 -8.02987 -18.4133 9.99896 -26
-STDOUT_15723=-26 -0.70364 0 -25.4426 -0.293697 0 -18.1724 -65.7763 -21.3862 -36.2603 -8.12874 -17.2118 13.9985 -26
-STDOUT_15724=-26 -0.730348 0 -25.4426 -0.409878 0 -18.1724 -65.7763 -21.1019 -36.2603 -8.17475 -17.2118 12.9986 -26
-STDOUT_15725=-30 -0.627015 -1.21331 -31.4799 -0.260361 -4.27541 -20.719 -66.1303 -23.7799 -37.551 -8.523 -24.8462 15.9983 -29
-STDOUT_15726=-14 -0.048549 -1.21331 -16.1083 -0.175711 -4.27541 -11.108 -68.2052 -21.2415 -37.8673 -7.75322 -23.3178 11.9988 -29
-STDOUT_15727=-16 -1.10766 0 -16.3109 -1.26909 0 -9.63602 -64.5518 -16.128 -38.7998 -8.38984 -19.6525 10.9989 -27
-STDOUT_15728=-14 -0.0381652 -1.21331 -15.169 -0.0122545 -4.27541 -11.083 -66.1303 -20.0935 -37.551 -8.11081 -24.8462 10.9989 -29
-STDOUT_15729=-16 -2.21856 0 -16.3109 -1.67938 0 -9.63602 -69.5808 -10.4049 -36.726 -4.86907 -18.451 10.9989 -27
-STDOUT_15730=-26 -1.17416 0 -26.3819 -0.337429 0 -18.1975 -64.026 -22.653 -38.334 -8.42535 -18.4133 14.9984 -26
-STDOUT_15731=-20 -1.03104 -1.21331 -22.3482 -1.23576 -4.27541 -12.1826 -64.9058 -18.5217 -40.0905 -8.78409 -27.2869 12.9986 -30
-STDOUT_15732=-14 -0.0648911 -1.21331 -15.169 -0.138755 -4.27541 -11.083 -66.1303 -19.747 -37.551 -7.74125 -24.8462 10.9989 -29
-STDOUT_15733=-14 -0.0695237 -1.21331 -16.1083 -0.0282831 -4.27541 -11.108 -64.3801 -21.7553 -39.6248 -8.65879 -26.0477 11.9988 -29
-STDOUT_15734=-14 -0.173323 -1.21331 -16.1083 -0.0303909 -4.27541 -11.108 -64.3801 -22.6669 -39.6248 -8.03668 -26.0477 11.9988 -29
-STDOUT_15735=-14 -0.164283 -1.21331 -16.1083 -0.174008 -4.27541 -11.108 -64.3801 -20.9638 -39.6248 -8.38883 -26.0477 11.9988 -29
-STDOUT_15736=-16 -1.44907 0 -16.3109 -1.56555 0 -9.63602 -69.5808 -11.3795 -36.726 -5.5071 -18.451 10.9989 -27
-STDOUT_15737=-16 -2.421 0 -16.3109 -1.72082 0 -9.63602 -69.5808 -10.9749 -36.726 -4.24388 -18.451 10.9989 -27
-STDOUT_15738=FEATURES_TXT_END_0
-STDOUT_15739=FEATURES_TXT_BEGIN_0 9 400 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_15740=0 -9.11029 0 0 -8.19133 0 0 -161.658 -77.0233 -130.955 -28.1401 -68.1689 20.9978 -41
-STDOUT_15741=0 -8.3898 0 0 -10.4006 0 0 -164.856 -71.0776 -125.734 -24.4895 -64.5253 18.998 -41
-STDOUT_15742=0 -8.84906 0 0 -10.6393 0 0 -165.453 -70.8234 -124.652 -22.4591 -62.7051 18.998 -40
-STDOUT_15743=0 -9.14095 0 0 -7.34667 0 0 -161.658 -79.8051 -130.955 -28.3452 -68.1689 20.9978 -41
-STDOUT_15744=0 -8.42046 0 0 -9.55594 0 0 -164.856 -73.8594 -125.734 -24.6945 -64.5253 18.998 -41
-STDOUT_15745=0 -9.44676 0 0 -8.5278 0 0 -152.992 -92.5855 -139.45 -34.5658 -67.3579 21.9977 -41
-STDOUT_15746=0 -8.87972 0 0 -9.7946 0 0 -165.453 -73.6051 -124.652 -22.6642 -62.7051 18.998 -40
-STDOUT_15747=0 -8.72628 0 0 -10.7371 0 0 -156.19 -86.6399 -134.228 -30.9152 -63.7144 19.9979 -41
-STDOUT_15748=0 -9.18553 0 0 -10.9757 0 0 -156.787 -86.3856 -133.146 -28.8848 -61.8941 19.9979 -40
-STDOUT_15749=0 -9.47742 0 0 -7.68314 0 0 -152.992 -95.3673 -139.45 -34.7708 -67.3579 21.9977 -41
-STDOUT_15750=0 -8.75693 0 0 -9.89241 0 0 -156.19 -89.4216 -134.228 -31.1202 -63.7144 19.9979 -41
-STDOUT_15751=0 -9.21619 0 0 -10.1311 0 0 -156.787 -89.1674 -133.146 -29.0898 -61.8941 19.9979 -40
-STDOUT_15752=0 -8.36877 0 0 -10.1715 0 0 -168.882 -65.8002 -120.396 -22.6881 -62.8568 18.998 -41
-STDOUT_15753=0 -8.77104 0 0 -7.93828 0 0 -166.165 -69.9987 -126.045 -24.6434 -70.8521 19.9979 -43
-STDOUT_15754=0 -8.93017 0 0 -7.99214 0 0 -161.819 -79.4099 -133.904 -28.5985 -63.6594 19.9979 -40
-STDOUT_15755=0 -9.2303 0 0 -8.17695 0 0 -166.762 -69.7445 -124.963 -22.6131 -69.0318 19.9979 -42
-STDOUT_15756=0 -8.39943 0 0 -9.3268 0 0 -168.882 -68.5819 -120.396 -22.8932 -62.8568 18.998 -41
-STDOUT_15757=0 -8.8017 0 0 -7.09362 0 0 -166.165 -72.7805 -126.045 -24.8485 -70.8521 19.9979 -43
-STDOUT_15758=0 -8.96083 0 0 -7.14748 0 0 -161.819 -82.1917 -133.904 -28.8036 -63.6594 19.9979 -40
-STDOUT_15759=0 -9.21275 0 0 -7.88616 0 0 -161.658 -78.3933 -130.955 -28.8299 -68.1689 20.9978 -41
-STDOUT_15760=0 -9.26096 0 0 -7.33228 0 0 -166.762 -72.5262 -124.963 -22.8181 -69.0318 19.9979 -42
-STDOUT_15761=0 -8.70524 0 0 -10.5079 0 0 -160.216 -81.3624 -128.89 -29.1138 -62.0459 19.9979 -41
-STDOUT_15762=0 -8.49226 0 0 -10.0954 0 0 -164.856 -72.4477 -125.734 -25.1793 -64.5253 18.998 -41
-STDOUT_15763=0 -9.10752 0 0 -8.27476 0 0 -157.498 -85.5609 -134.54 -31.0691 -70.0411 20.9978 -43
-STDOUT_15764=0 -9.26664 0 0 -8.32861 0 0 -153.152 -94.9721 -142.398 -35.0242 -62.8484 20.9978 -40
-STDOUT_15765=0 -9.36396 0 0 -8.43213 0 0 -161.658 -77.2494 -130.955 -27.8549 -68.1689 21.9977 -41
-STDOUT_15766=0 -8.95152 0 0 -10.3341 0 0 -165.453 -72.1934 -124.652 -23.1489 -62.7051 18.998 -40
-STDOUT_15767=0 -9.56677 0 0 -8.51342 0 0 -158.096 -85.3067 -133.458 -29.0387 -68.2208 20.9978 -42
-STDOUT_15768=0 -8.7359 0 0 -9.66327 0 0 -160.216 -84.1442 -128.89 -29.3188 -62.0459 19.9979 -41
-STDOUT_15769=0 -8.64347 0 0 -10.6414 0 0 -164.856 -71.3038 -125.734 -24.2043 -64.5253 19.9979 -41
-STDOUT_15770=0 -9.13818 0 0 -7.43009 0 0 -157.498 -88.3427 -134.54 -31.2742 -70.0411 20.9978 -43
-STDOUT_15771=0 -9.10273 0 0 -10.8801 0 0 -165.453 -71.0495 -124.652 -22.1739 -62.7051 19.9979 -40
-STDOUT_15772=0 -9.2973 0 0 -7.48395 0 0 -153.152 -97.7539 -142.398 -35.2293 -62.8484 20.9978 -40
-STDOUT_15773=0 -9.54922 0 0 -8.22263 0 0 -152.992 -93.9555 -139.45 -35.2556 -67.3579 21.9977 -41
-STDOUT_15774=0 -9.39462 0 0 -7.58747 0 0 -161.658 -80.0312 -130.955 -28.06 -68.1689 21.9977 -41
-STDOUT_15775=0 -9.59743 0 0 -7.66876 0 0 -158.096 -88.0884 -133.458 -29.2438 -68.2208 20.9978 -42
-STDOUT_15776=0 -9.51362 0 0 -8.32267 0 0 -161.658 -78.043 -130.955 -27.218 -68.1689 20.9978 -41
-STDOUT_15777=0 -8.75001 0 0 -7.70914 0 0 -170.191 -64.7213 -120.707 -22.8421 -69.1836 19.9979 -43
-STDOUT_15778=0 -8.82873 0 0 -10.4319 0 0 -156.19 -88.0099 -134.228 -31.6049 -63.7144 19.9979 -41
-STDOUT_15779=0 -8.67413 0 0 -9.79674 0 0 -164.856 -74.0855 -125.734 -24.4094 -64.5253 19.9979 -41
-STDOUT_15780=0 -8.79313 0 0 -10.5319 0 0 -164.856 -72.0974 -125.734 -23.5673 -64.5253 18.998 -41
-STDOUT_15781=0 -9.70043 0 0 -8.7686 0 0 -152.992 -92.8117 -139.45 -34.2806 -67.3579 22.9976 -41
-STDOUT_15782=0 -9.28799 0 0 -10.6706 0 0 -156.787 -87.7556 -133.146 -29.5746 -61.8941 19.9979 -40
-STDOUT_15783=0 -9.13339 0 0 -10.0354 0 0 -165.453 -73.8313 -124.652 -22.379 -62.7051 19.9979 -40
-STDOUT_15784=0 -8.59093 0 0 -7.73909 0 0 -166.326 -72.3853 -128.993 -25.1018 -66.3426 18.998 -42
-STDOUT_15785=0 -9.54428 0 0 -7.47801 0 0 -161.658 -80.8248 -130.955 -27.423 -68.1689 20.9978 -41
-STDOUT_15786=0 -8.78067 0 0 -6.86448 0 0 -170.191 -67.503 -120.707 -23.0471 -69.1836 19.9979 -43
-STDOUT_15787=0 -8.97994 0 0 -10.9779 0 0 -156.19 -86.866 -134.228 -30.63 -63.7144 20.9978 -41
-STDOUT_15788=0 -9.77904 0 0 -9.62642 0 0 -152.992 -92.0438 -139.45 -32.0464 -67.3579 21.9977 -41
-STDOUT_15789=0 -9.05018 0 0 -7.97775 0 0 -166.923 -72.1311 -127.911 -23.0715 -64.5223 18.998 -41
-STDOUT_15790=0 -9.4392 0 0 -11.2165 0 0 -156.787 -86.6118 -133.146 -28.5996 -61.8941 20.9978 -40
-STDOUT_15791=0 -8.82379 0 0 -9.68728 0 0 -164.856 -74.8791 -125.734 -23.7724 -64.5253 18.998 -41
-STDOUT_15792=0 -9.05855 0 0 -11.8357 0 0 -156.19 -86.0982 -134.228 -28.3958 -63.7144 19.9979 -41
-STDOUT_15793=0 -9.73109 0 0 -7.92394 0 0 -152.992 -95.5934 -139.45 -34.4857 -67.3579 22.9976 -41
-STDOUT_15794=0 -8.47123 0 0 -9.86629 0 0 -168.882 -67.1702 -120.396 -23.3779 -62.8568 18.998 -41
-STDOUT_15795=0 -9.85009 0 0 -8.65914 0 0 -152.992 -93.6053 -139.45 -33.6436 -67.3579 21.9977 -41
-STDOUT_15796=0 -9.08648 0 0 -8.04561 0 0 -161.525 -80.2835 -129.202 -29.2677 -68.3726 20.9978 -43
-STDOUT_15797=0 -9.56954 0 0 -8.42999 0 0 -162.943 -76.769 -129.873 -26.1097 -66.3486 20.9978 -40
-STDOUT_15798=0 -8.62159 0 0 -6.89443 0 0 -166.326 -75.1671 -128.993 -25.3069 -66.3426 18.998 -42
-STDOUT_15799=0 -8.8735 0 0 -7.63311 0 0 -166.165 -71.3687 -126.045 -25.3332 -70.8521 19.9979 -43
-STDOUT_15800=0 -9.0106 0 0 -10.1332 0 0 -156.19 -89.6478 -134.228 -30.835 -63.7144 20.9978 -41
-STDOUT_15801=0 -9.8097 0 0 -8.78175 0 0 -152.992 -94.8256 -139.45 -32.2515 -67.3579 21.9977 -41
-STDOUT_15802=0 -9.03263 0 0 -7.68697 0 0 -161.819 -80.7799 -133.904 -29.2883 -63.6594 19.9979 -40
-STDOUT_15803=0 -9.12961 0 0 -10.8684 0 0 -156.19 -87.6596 -134.228 -29.993 -63.7144 19.9979 -41
-STDOUT_15804=0 -9.08084 0 0 -7.13309 0 0 -166.923 -74.9128 -127.911 -23.2765 -64.5223 18.998 -41
-STDOUT_15805=0 -9.33276 0 0 -7.87178 0 0 -166.762 -71.1145 -124.963 -23.3029 -69.0318 19.9979 -42
-STDOUT_15806=0 -9.46986 0 0 -10.3719 0 0 -156.787 -89.3935 -133.146 -28.8047 -61.8941 20.9978 -40
-STDOUT_15807=0 -8.62244 0 0 -10.4123 0 0 -168.882 -66.0263 -120.396 -22.4029 -62.8568 19.9979 -41
-STDOUT_15808=0 -9.11527 0 0 -7.54721 0 0 -161.658 -81.2787 -130.955 -28.5662 -68.1689 21.9977 -41
-STDOUT_15809=0 -9.08921 0 0 -10.991 0 0 -156.19 -88.8799 -134.228 -28.6008 -63.7144 19.9979 -41
-STDOUT_15810=0 -8.9274 0 0 -8.07556 0 0 -157.659 -87.9476 -137.488 -31.5275 -65.5316 19.9979 -42
-STDOUT_15811=0 -9.88075 0 0 -7.81448 0 0 -152.992 -96.387 -139.45 -33.8487 -67.3579 21.9977 -41
-STDOUT_15812=0 -9.11714 0 0 -7.20095 0 0 -161.525 -83.0652 -129.202 -29.4728 -68.3726 20.9978 -43
-STDOUT_15813=0 -9.02471 0 0 -8.17908 0 0 -166.165 -70.2248 -126.045 -24.3583 -70.8521 20.9978 -43
-STDOUT_15814=0 -9.6002 0 0 -7.58533 0 0 -162.943 -79.5508 -129.873 -26.3148 -66.3486 20.9978 -40
-STDOUT_15815=0 -9.18384 0 0 -8.23294 0 0 -161.819 -79.636 -133.904 -28.3134 -63.6594 20.9978 -40
-STDOUT_15816=0 -8.39479 0 0 -9.75649 0 0 -164.856 -75.3331 -125.734 -24.9156 -64.5253 19.9979 -41
-STDOUT_15817=0 -9.38666 0 0 -8.31423 0 0 -158.256 -87.6933 -136.406 -29.4972 -63.7113 19.9979 -41
-STDOUT_15818=0 -9.48397 0 0 -8.41775 0 0 -166.762 -69.9706 -124.963 -22.3279 -69.0318 20.9978 -42
-STDOUT_15819=0 -9.16026 0 0 -10.0237 0 0 -156.19 -90.4414 -134.228 -30.1981 -63.7144 19.9979 -41
-STDOUT_15820=0 -9.01118 0 0 -12.0743 0 0 -156.787 -86.182 -133.146 -28.0914 -61.8941 19.9979 -40
-STDOUT_15821=0 -8.85404 0 0 -9.99515 0 0 -165.453 -75.0788 -124.652 -22.8852 -62.7051 19.9979 -40
-STDOUT_15822=0 -9.33847 0 0 -8.39188 0 0 -161.658 -77.9151 -130.955 -28.6243 -68.1689 21.9977 -41
-STDOUT_15823=0 -8.8077 0 0 -10.2028 0 0 -160.216 -82.7324 -128.89 -29.8036 -62.0459 19.9979 -41
-STDOUT_15824=0 -8.6531 0 0 -9.5676 0 0 -168.882 -68.8081 -120.396 -22.608 -62.8568 19.9979 -41
-STDOUT_15825=0 -8.7721 0 0 -10.3028 0 0 -168.882 -66.8199 -120.396 -21.766 -62.8568 18.998 -41
-STDOUT_15826=0 -9.60468 0 0 -8.86428 0 0 -155.067 -91.4248 -138.68 -31.3533 -65.412 21.9977 -41
-STDOUT_15827=0 -9.90602 0 0 -8.76647 0 0 -154.277 -92.3313 -138.368 -32.5354 -65.5377 21.9977 -40
-STDOUT_15828=0 -8.95806 0 0 -7.2309 0 0 -157.659 -90.7293 -137.488 -31.7326 -65.5316 19.9979 -42
-STDOUT_15829=0 -8.26925 0 0 -10.1519 0 0 -168.882 -67.5221 -120.396 -23.2831 -62.8568 18.998 -41
-STDOUT_15830=0 -9.20997 0 0 -7.96959 0 0 -157.498 -86.9309 -134.54 -31.7589 -70.0411 20.9978 -43
-STDOUT_15831=0 -9.05537 0 0 -7.33442 0 0 -166.165 -73.0066 -126.045 -24.5633 -70.8521 20.9978 -43
-STDOUT_15832=0 -8.61798 0 0 -10.6011 0 0 -164.856 -71.9694 -125.734 -24.9737 -64.5253 19.9979 -41
-STDOUT_15833=0 -9.17437 0 0 -8.06962 0 0 -166.165 -71.0184 -126.045 -23.7213 -70.8521 19.9979 -43
-STDOUT_15834=0 -9.3691 0 0 -8.02344 0 0 -153.152 -96.3421 -142.398 -35.714 -62.8484 20.9978 -40
-STDOUT_15835=0 -9.2145 0 0 -7.38828 0 0 -161.819 -82.4178 -133.904 -28.5184 -63.6594 20.9978 -40
-STDOUT_15836=0 -9.41731 0 0 -7.46956 0 0 -158.256 -90.4751 -136.406 -29.7022 -63.7113 19.9979 -41
-STDOUT_15837=0 -9.3335 0 0 -8.12347 0 0 -161.819 -80.4296 -133.904 -27.6764 -63.6594 19.9979 -40
-STDOUT_15838=0 -8.56989 0 0 -7.50994 0 0 -170.352 -67.1079 -123.655 -23.3005 -64.6741 18.998 -42
-STDOUT_15839=0 -8.8842 0 0 -11.0735 0 0 -158.265 -85.4791 -133.458 -27.7026 -61.7685 19.9979 -41
-STDOUT_15840=0 -8.54897 0 0 -9.44157 0 0 -216.141 -40.9524 -98.0198 -35.8504 -131.671 22.9976 -67
-STDOUT_15841=0 -8.54118 0 0 -9.64212 0 0 -216.141 -41.8339 -98.0199 -36.1993 -131.671 23.9975 -67
-STDOUT_15842=0 -8.53406 0 0 -10.2356 0 0 -217.462 -38.3056 -98.4409 -34.3707 -138.436 21.9977 -68
-STDOUT_15843=0 -8.52626 0 0 -10.4361 0 0 -217.462 -39.1871 -98.4409 -34.7195 -138.436 22.9976 -68
-STDOUT_15844=0 -9.02058 0 0 -10.2529 0 0 -224.332 -44.2625 -95.4187 -35.0881 -123.369 23.9975 -67
-STDOUT_15845=0 -9.01278 0 0 -10.4535 0 0 -224.332 -45.144 -95.4187 -35.4369 -123.369 24.9974 -67
-STDOUT_15846=0 -8.53387 0 0 -9.27387 0 0 -214.472 -40.3048 -97.4685 -32.891 -123.01 22.9976 -65
-STDOUT_15847=0 -9.00566 0 0 -11.047 0 0 -225.654 -41.6157 -95.8397 -33.6083 -130.134 22.9976 -68
-STDOUT_15848=0 -8.99787 0 0 -11.2475 0 0 -225.654 -42.4972 -95.8397 -33.9572 -130.134 23.9975 -68
-STDOUT_15849=0 -8.52669 0 0 -9.47442 0 0 -214.472 -42.035 -97.4685 -33.2136 -123.01 23.9975 -65
-STDOUT_15850=0 -8.2418 0 0 -9.29476 0 0 -216.141 -40.6939 -98.0198 -36.0845 -131.671 21.9977 -67
-STDOUT_15851=0 -8.23401 0 0 -9.4953 0 0 -216.141 -41.5754 -98.0199 -36.4334 -131.671 22.9976 -67
-STDOUT_15852=0 -8.51896 0 0 -10.0679 0 0 -215.794 -37.658 -97.8896 -31.4113 -129.775 21.9977 -66
-STDOUT_15853=0 -8.2953 0 0 -9.20077 0 0 -216.141 -40.7263 -98.0198 -36.1356 -131.671 21.9977 -67
-STDOUT_15854=0 -8.51178 0 0 -10.2684 0 0 -215.794 -39.3882 -97.8896 -31.7338 -129.775 22.9976 -66
-STDOUT_15855=0 -8.28751 0 0 -9.40132 0 0 -216.141 -41.6078 -98.0199 -36.4844 -131.671 22.9976 -67
-STDOUT_15856=0 -9.00548 0 0 -10.0852 0 0 -222.664 -43.6149 -94.8674 -32.1287 -114.707 23.9975 -65
-STDOUT_15857=0 -8.22689 0 0 -10.0888 0 0 -217.462 -38.0471 -98.4409 -34.6048 -138.436 20.9978 -68
-STDOUT_15858=0 -8.2191 0 0 -10.2893 0 0 -217.462 -38.9286 -98.4409 -34.9537 -138.436 21.9977 -68
-STDOUT_15859=0 -9.29432 0 0 -9.45286 0 0 -216.322 -46.1016 -95.3233 -33.8543 -104.69 24.9974 -63
-STDOUT_15860=0 -9.28653 0 0 -9.6534 0 0 -216.322 -46.9831 -95.3233 -34.2032 -104.69 25.9973 -63
-STDOUT_15861=0 -8.9983 0 0 -10.2858 0 0 -222.664 -45.3451 -94.8674 -32.4513 -114.707 24.9974 -65
-STDOUT_15862=0 -8.71341 0 0 -10.1061 0 0 -224.332 -44.004 -95.4187 -35.3222 -123.369 22.9976 -67
-STDOUT_15863=0 -8.28039 0 0 -9.99479 0 0 -217.462 -38.0795 -98.4409 -34.6558 -138.436 20.9978 -68
-STDOUT_15864=0 -8.70562 0 0 -10.3067 0 0 -224.332 -44.8855 -95.4187 -35.6711 -123.369 23.9975 -67
-STDOUT_15865=0 -8.27259 0 0 -10.1953 0 0 -217.462 -38.9609 -98.4409 -35.0047 -138.436 21.9977 -68
-STDOUT_15866=0 -8.99056 0 0 -10.8793 0 0 -223.985 -40.9681 -95.2884 -30.649 -121.473 22.9976 -66
-STDOUT_15867=0 -9.27941 0 0 -10.2469 0 0 -217.643 -43.4548 -95.7444 -32.3746 -111.455 23.9975 -64
-STDOUT_15868=0 -9.27162 0 0 -10.4474 0 0 -217.643 -44.3363 -95.7444 -32.7234 -111.455 24.9974 -64
-STDOUT_15869=0 -8.2267 0 0 -9.12706 0 0 -214.472 -40.0463 -97.4685 -33.1252 -123.01 21.9977 -65
-STDOUT_15870=0 -8.76691 0 0 -10.0121 0 0 -224.332 -44.0364 -95.4187 -35.3732 -123.369 22.9976 -67
-STDOUT_15871=0 -8.98338 0 0 -11.0798 0 0 -223.985 -42.6983 -95.2884 -30.9715 -121.473 23.9975 -66
-STDOUT_15872=0 -8.75911 0 0 -10.2127 0 0 -224.332 -44.9179 -95.4187 -35.7221 -123.369 23.9975 -67
-STDOUT_15873=0 -8.6985 0 0 -10.9001 0 0 -225.654 -41.3572 -95.8397 -33.8425 -130.134 21.9977 -68
-STDOUT_15874=0 -8.6907 0 0 -11.1007 0 0 -225.654 -42.2387 -95.8397 -34.1914 -130.134 22.9976 -68
-STDOUT_15875=0 -8.21953 0 0 -9.3276 0 0 -214.472 -41.7766 -97.4685 -33.4477 -123.01 22.9976 -65
-STDOUT_15876=0 -8.2802 0 0 -9.03307 0 0 -214.472 -40.0787 -97.4685 -33.1762 -123.01 21.9977 -65
-STDOUT_15877=0 -8.21179 0 0 -9.92108 0 0 -215.794 -37.3995 -97.8896 -31.6454 -129.775 20.9978 -66
-STDOUT_15878=0 -9.27922 0 0 -9.28516 0 0 -214.653 -45.454 -94.772 -30.8949 -96.0285 24.9974 -61
-STDOUT_15879=0 -8.75199 0 0 -10.8062 0 0 -225.654 -41.3896 -95.8397 -33.8935 -130.134 21.9977 -68
-STDOUT_15880=0 -8.7442 0 0 -11.0067 0 0 -225.654 -42.271 -95.8397 -34.2424 -130.134 22.9976 -68
-STDOUT_15881=0 -8.27302 0 0 -9.23361 0 0 -214.472 -41.8089 -97.4685 -33.4987 -123.01 22.9976 -65
-STDOUT_15882=0 -8.85205 0 0 -9.90257 0 0 -213.776 -49.0802 -95.6333 -36.9902 -126.908 23.9975 -66
-STDOUT_15883=0 -7.98814 0 0 -9.05396 0 0 -216.141 -40.4678 -98.0198 -36.3697 -131.671 20.9978 -67
-STDOUT_15884=0 -8.20461 0 0 -10.1216 0 0 -215.794 -39.1297 -97.8896 -31.968 -129.775 21.9977 -66
-STDOUT_15885=0 -8.84426 0 0 -10.1031 0 0 -213.776 -49.9617 -95.6333 -37.3391 -126.908 24.9974 -66
-STDOUT_15886=0 -7.98034 0 0 -9.2545 0 0 -216.141 -41.3493 -98.0199 -36.7186 -131.671 21.9977 -67
-STDOUT_15887=0 -8.69831 0 0 -9.93841 0 0 -222.664 -43.3564 -94.8674 -32.3629 -114.707 22.9976 -65
-STDOUT_15888=0 -9.27205 0 0 -9.4857 0 0 -214.653 -47.1842 -94.772 -31.2175 -96.0285 25.9973 -61
-STDOUT_15889=0 -8.26529 0 0 -9.82709 0 0 -215.794 -37.4318 -97.8896 -31.6965 -129.775 20.9978 -66
-STDOUT_15890=0 -8.71423 0 0 -9.54349 0 0 -216.141 -41.3056 -98.0198 -36.0321 -131.671 22.9976 -67
-STDOUT_15891=0 -8.98716 0 0 -9.30604 0 0 -216.322 -45.8431 -95.3233 -34.0884 -104.69 23.9975 -63
-STDOUT_15892=0 -8.70643 0 0 -9.74403 0 0 -216.141 -42.1871 -98.0199 -36.3809 -131.671 23.9975 -67
-STDOUT_15893=0 -8.97936 0 0 -9.50659 0 0 -216.322 -46.7246 -95.3233 -34.4373 -104.69 24.9974 -63
-STDOUT_15894=0 -9.26431 0 0 -10.0792 0 0 -215.975 -42.8072 -95.1931 -29.4152 -102.794 23.9975 -62
-STDOUT_15895=0 -8.69113 0 0 -10.139 0 0 -222.664 -45.0867 -94.8674 -32.6854 -114.707 23.9975 -65
-STDOUT_15896=0 -8.25811 0 0 -10.0276 0 0 -215.794 -39.1621 -97.8896 -32.019 -129.775 21.9977 -66
-STDOUT_15897=0 -8.75181 0 0 -9.84443 0 0 -222.664 -43.3888 -94.8674 -32.4139 -114.707 22.9976 -65
-STDOUT_15898=0 -8.83714 0 0 -10.6966 0 0 -215.097 -46.4334 -96.0543 -35.5105 -133.674 22.9976 -67
-STDOUT_15899=0 -7.97322 0 0 -9.84798 0 0 -217.462 -37.821 -98.4409 -34.89 -138.436 19.9979 -68
-STDOUT_15900=0 -8.82934 0 0 -10.8971 0 0 -215.098 -47.3148 -96.0543 -35.8594 -133.674 23.9975 -67
-STDOUT_15901=0 -7.96543 0 0 -10.0485 0 0 -217.462 -38.7024 -98.4409 -35.2388 -138.436 20.9978 -68
-STDOUT_15902=0 -8.6834 0 0 -10.7324 0 0 -223.985 -40.7096 -95.2884 -30.8831 -121.473 21.9977 -66
-STDOUT_15903=0 -9.04065 0 0 -9.21206 0 0 -216.322 -45.8755 -95.3233 -34.1395 -104.69 23.9975 -63
-STDOUT_15904=0 -9.25713 0 0 -10.2797 0 0 -215.975 -44.5374 -95.1931 -29.7377 -102.794 24.9974 -62
-STDOUT_15905=0 -9.03286 0 0 -9.4126 0 0 -216.322 -46.757 -95.3233 -34.4883 -104.69 24.9974 -63
-STDOUT_15906=0 -8.69931 0 0 -10.3375 0 0 -217.462 -38.6588 -98.4409 -34.5523 -138.436 21.9977 -68
-STDOUT_15907=0 -8.97224 0 0 -10.1001 0 0 -217.643 -43.1963 -95.7444 -32.6087 -111.455 22.9976 -64
-STDOUT_15908=0 -8.69152 0 0 -10.5381 0 0 -217.462 -39.5403 -98.4409 -34.9012 -138.436 22.9976 -68
-STDOUT_15909=0 -8.96445 0 0 -10.3006 0 0 -217.643 -44.0778 -95.7444 -32.9576 -111.455 23.9975 -64
-STDOUT_15910=0 -8.74463 0 0 -10.045 0 0 -222.664 -45.119 -94.8674 -32.7364 -114.707 23.9975 -65
-STDOUT_15911=0 -9.64758 0 0 -9.44157 0 0 -210.931 -40.9524 -98.0199 -35.8504 -121.097 22.9976 -65
-STDOUT_15912=0 -9.63979 0 0 -9.64212 0 0 -210.931 -41.8339 -98.0199 -36.1993 -121.097 23.9975 -65
-STDOUT_15913=0 -8.45974 0 0 -9.86531 0 0 -224.332 -43.7779 -95.4187 -35.6074 -123.369 21.9977 -67
-STDOUT_15914=0 -8.67622 0 0 -10.933 0 0 -223.985 -42.4398 -95.2884 -31.2057 -121.473 22.9976 -66
-STDOUT_15915=0 -8.45195 0 0 -10.0659 0 0 -224.332 -44.6594 -95.4187 -35.9563 -123.369 22.9976 -67
-STDOUT_15916=0 -9.68141 0 0 -9.91646 0 0 -238.817 -41.8314 -94.2163 -38.9082 -132.411 23.9975 -71
-STDOUT_15917=0 -8.73689 0 0 -10.6385 0 0 -223.985 -40.7419 -95.2884 -30.9341 -121.473 21.9977 -66
-STDOUT_15918=0 -9.67361 0 0 -10.117 0 0 -238.817 -42.7129 -94.2163 -39.2571 -132.411 24.9974 -71
-STDOUT_15919=0 -9.18583 0 0 -10.3548 0 0 -224.332 -44.6157 -95.4187 -35.2697 -123.369 23.9975 -67
-STDOUT_15920=0 -9.17804 0 0 -10.5554 0 0 -224.332 -45.4972 -95.4187 -35.6186 -123.369 24.9974 -67
-STDOUT_15921=0 -9.02574 0 0 -10.0061 0 0 -217.643 -43.2287 -95.7444 -32.6597 -111.455 22.9976 -64
-STDOUT_15922=0 -8.83695 0 0 -9.73487 0 0 -212.107 -48.4326 -95.082 -34.0309 -118.247 23.9975 -64
-STDOUT_15923=0 -9.01795 0 0 -10.2066 0 0 -217.643 -44.1101 -95.7444 -33.0086 -111.455 23.9975 -64
-STDOUT_15924=0 -7.97304 0 0 -8.88625 0 0 -214.472 -39.8202 -97.4685 -33.4103 -123.01 20.9978 -65
-STDOUT_15925=0 -8.76074 0 0 -9.01964 0 0 -215.335 -38.8383 -98.4409 -31.5199 -130.811 21.9977 -66
-STDOUT_15926=0 -8.75295 0 0 -9.22018 0 0 -215.335 -39.7198 -98.4409 -31.8688 -130.811 22.9976 -66
-STDOUT_15927=0 -8.97206 0 0 -9.13834 0 0 -214.653 -45.1955 -94.772 -31.1291 -96.0285 23.9975 -61
-STDOUT_15928=0 -8.72972 0 0 -10.839 0 0 -223.985 -42.4722 -95.2884 -31.2567 -121.473 22.9976 -66
-STDOUT_15929=0 -8.99699 0 0 -9.6903 0 0 -216.141 -41.8935 -98.0198 -36.1962 -131.671 23.9975 -67
-STDOUT_15930=0 -9.63267 0 0 -10.2356 0 0 -212.252 -38.3056 -98.4409 -34.3707 -127.862 21.9977 -66
-STDOUT_15931=0 -8.98919 0 0 -9.89085 0 0 -216.141 -42.7749 -98.0198 -36.5451 -131.671 24.9974 -67
-STDOUT_15932=0 -9.62488 0 0 -10.4361 0 0 -212.252 -39.1871 -98.4409 -34.7195 -127.862 22.9976 -66
-STDOUT_15933=0 -8.6041 0 0 -9.35658 0 0 -217.848 -36.8738 -98.1169 -33.7731 -132.921 21.9977 -67
-STDOUT_15934=0 -8.44483 0 0 -10.6593 0 0 -225.654 -41.1311 -95.8397 -34.1277 -130.134 20.9978 -68
-STDOUT_15935=0 -8.82977 0 0 -9.93542 0 0 -212.107 -50.1628 -95.082 -34.3534 -118.247 24.9974 -64
-STDOUT_15936=0 -8.43703 0 0 -10.8599 0 0 -225.654 -42.0125 -95.8397 -34.4765 -130.134 21.9977 -68
-STDOUT_15937=0 -7.96586 0 0 -9.0868 0 0 -214.472 -41.5504 -97.4685 -33.7329 -123.01 21.9977 -65
-STDOUT_15938=0 -9.66649 0 0 -10.7105 0 0 -240.138 -39.1846 -94.6374 -37.4285 -139.176 22.9976 -72
-STDOUT_15939=0 -9.6587 0 0 -10.911 0 0 -240.138 -40.0661 -94.6374 -37.7774 -139.176 23.9975 -72
-STDOUT_15940=-298 0 0 -55.5909 0 0 -66.2301 -325.855 -107.26 -97.8622 -66.4921 -69.2019 50.9947 -52
-STDOUT_15941=-298 0 0 -56.0657 0 0 -68.0898 -331.101 -106.204 -94.6899 -65.3523 -65.5194 50.9947 -52
-STDOUT_15942=-298 0 0 -56.8883 0 0 -68.9018 -329.926 -105.901 -96.7512 -62.8104 -65.7964 50.9947 -52
-STDOUT_15943=-298 0 0 -55.4238 0 0 -66.0877 -327.508 -107.487 -97.8471 -65.7905 -68.3394 50.9947 -52
-STDOUT_15944=-298 0 0 -56.3786 0 0 -66.1329 -335.812 -100.922 -94.4924 -60.7315 -64.2756 50.9947 -51
-STDOUT_15945=-298 0 0 -55.8987 0 0 -67.9474 -332.755 -106.432 -94.6748 -64.6506 -64.6569 50.9947 -52
-STDOUT_15946=-298 0 0 -55.3239 0 0 -65.7922 -321.189 -109.621 -100.321 -68.6275 -71.2617 50.9947 -52
-STDOUT_15947=-298 0 0 -56.7213 0 0 -68.7594 -331.58 -106.129 -96.7361 -62.1087 -64.9339 50.9947 -52
-STDOUT_15948=-298 0 0 -56.8534 0 0 -67.9926 -341.059 -99.8668 -91.3201 -59.5917 -60.5932 50.9947 -51
-STDOUT_15949=-298 0 0 -55.7987 0 0 -67.6519 -326.436 -108.565 -97.1492 -67.4877 -67.5792 50.9947 -52
-STDOUT_15950=-298 0 0 -55.7252 0 0 -65.6335 -328.081 -105.537 -96.0059 -66.8921 -69.5585 50.9947 -52
-STDOUT_15951=-298 0 0 -57.676 0 0 -68.8046 -339.884 -99.5638 -93.3814 -57.0498 -60.8702 50.9947 -51
-STDOUT_15952=-298 0 0 -55.8173 0 0 -65.7571 -328.926 -105.768 -96.3071 -65.9857 -68.6999 50.9947 -52
-STDOUT_15953=-298 0 0 -56.6213 0 0 -68.4639 -325.261 -108.262 -99.2105 -64.9458 -67.8563 50.9947 -52
-STDOUT_15954=-298 0 0 -56.2 0 0 -67.4932 -333.327 -104.481 -92.8335 -65.7522 -65.876 50.9947 -52
-STDOUT_15955=-298 0 0 -55.9876 0 0 -66.4049 -329.713 -104.216 -97.8622 -62.9279 -66.4009 50.9947 -51
-STDOUT_15956=-298 0 0 -56.2116 0 0 -65.9905 -337.466 -101.15 -94.4773 -60.0299 -63.4131 50.9947 -51
-STDOUT_15957=-298 0 0 -55.1569 0 0 -65.6498 -322.843 -109.849 -100.306 -67.9259 -70.3992 50.9947 -52
-STDOUT_15958=-298 0 0 -56.2921 0 0 -67.6168 -334.173 -104.712 -93.1347 -64.8458 -65.0174 50.9947 -52
-STDOUT_15959=-298 0 0 -57.3271 0 0 -66.9629 -339.716 -99.6005 -88.4633 -64.0685 -64.2761 50.9947 -52
-STDOUT_15960=-298 0 0 -57.0226 0 0 -68.3052 -332.152 -104.178 -94.8948 -63.2104 -66.1531 50.9947 -52
-STDOUT_15961=-298 0 0 -57.1147 0 0 -68.4288 -332.998 -104.409 -95.196 -62.304 -65.2944 50.9947 -52
-STDOUT_15962=-298 0 0 -58.1497 0 0 -67.7749 -338.541 -99.2976 -90.5246 -61.5266 -64.5532 50.9947 -52
-STDOUT_15963=-298 0 0 -55.4401 0 0 -67.0217 -341.595 -99.115 -86.136 -65.4548 -65.6624 50.9947 -52
-STDOUT_15964=-298 0 0 -56.4625 0 0 -68.2645 -334.96 -103.161 -94.6899 -61.788 -62.7185 50.9947 -51
-STDOUT_15965=-298 0 0 -56.6864 0 0 -67.8502 -342.712 -100.095 -91.305 -58.89 -59.7307 50.9947 -51
-STDOUT_15966=-298 0 0 -56.1117 0 0 -65.695 -331.147 -103.283 -96.9516 -62.867 -66.3355 50.9947 -51
-STDOUT_15967=-298 0 0 -55.6317 0 0 -67.5095 -328.09 -108.793 -97.1341 -66.786 -66.7167 50.9947 -52
-STDOUT_15968=-298 0 0 -55.5582 0 0 -65.4911 -329.734 -105.765 -95.9908 -66.1904 -68.696 50.9947 -52
-STDOUT_15969=-298 0 0 -56.2627 0 0 -67.8337 -340.421 -98.812 -88.1973 -62.9129 -65.9395 50.9947 -52
-STDOUT_15970=-298 0 0 -57.2851 0 0 -69.0765 -333.785 -102.858 -96.7512 -59.2461 -62.9955 50.9947 -51
-STDOUT_15971=-298 0 0 -57.509 0 0 -68.6622 -341.538 -99.7918 -93.3663 -56.3481 -60.0077 50.9947 -51
-STDOUT_15972=-298 0 0 -56.4671 0 0 -65.7151 -326.788 -107.423 -97.9178 -65.9761 -68.7857 50.9947 -52
-STDOUT_15973=-298 0 0 -55.6503 0 0 -65.6147 -330.58 -105.996 -96.2919 -65.284 -67.8374 50.9947 -52
-STDOUT_15974=-298 0 0 -56.4543 0 0 -68.3215 -326.915 -108.49 -99.1954 -64.2441 -66.9938 50.9947 -52
-STDOUT_15975=-298 0 0 -55.7118 0 0 -66.0951 -328.653 -104.994 -95.4172 -67.0412 -69.7606 50.9947 -52
-STDOUT_15976=-298 0 0 -56.5865 0 0 -67.5547 -336.394 -102.228 -93.7793 -61.7271 -62.653 50.9947 -51
-STDOUT_15977=-298 0 0 -56.027 0 0 -65.9898 -327.778 -106.842 -97.4518 -65.9815 -68.7937 50.9947 -52
-STDOUT_15978=-298 0 0 -56.513 0 0 -65.5363 -338.038 -99.1994 -92.636 -61.1315 -64.6323 50.9947 -51
-STDOUT_15979=-298 0 0 -56.033 0 0 -67.3507 -334.981 -104.709 -92.8184 -65.0506 -65.0135 50.9947 -52
-STDOUT_15980=-298 0 0 -55.8206 0 0 -66.2624 -331.367 -104.444 -97.8471 -62.2262 -65.5384 50.9947 -51
-STDOUT_15981=-298 0 0 -55.4583 0 0 -65.1956 -323.415 -107.898 -98.4651 -69.0275 -71.6184 50.9947 -52
-STDOUT_15982=-298 0 0 -56.605 0 0 -65.6599 -338.884 -99.4302 -92.9372 -60.2251 -63.7736 50.9947 -51
-STDOUT_15983=-298 0 0 -56.942 0 0 -67.5748 -332.034 -106.367 -94.7454 -64.8363 -65.1032 50.9947 -52
-STDOUT_15984=-298 0 0 -57.3795 0 0 -67.2882 -330.42 -103.906 -97.0279 -62.3945 -67.6007 50.9947 -52
-STDOUT_15985=-298 0 0 -56.1251 0 0 -67.4744 -335.827 -104.94 -93.1196 -64.1442 -64.1549 50.9947 -52
-STDOUT_15986=-298 0 0 -57.4091 0 0 -68.3667 -335.219 -101.925 -95.8406 -59.1852 -62.9301 50.9947 -51
-STDOUT_15987=-298 0 0 -55.5503 0 0 -65.3192 -324.261 -108.129 -98.7663 -68.1211 -70.7597 50.9947 -52
-STDOUT_15988=-298 0 0 -57.1601 0 0 -66.8204 -341.369 -99.8285 -88.4482 -63.3668 -63.4136 50.9947 -52
-STDOUT_15989=-298 0 0 -56.1866 0 0 -67.9548 -333.9 -103.939 -92.2449 -65.9014 -66.0781 50.9947 -52
-STDOUT_15990=-298 0 0 -56.8556 0 0 -68.1627 -333.806 -104.406 -94.8797 -62.5087 -65.2906 50.9947 -52
-STDOUT_15991=-298 0 0 -57.7646 0 0 -68.3868 -330.859 -106.064 -96.8067 -62.2944 -65.3803 50.9947 -52
-STDOUT_15992=-298 0 0 -56.9477 0 0 -68.2864 -334.652 -104.637 -95.1809 -61.6023 -64.432 50.9947 -52
-STDOUT_15993=-298 0 0 -57.9827 0 0 -67.6324 -340.194 -99.5255 -90.5095 -60.825 -63.6907 50.9947 -52
-STDOUT_15994=-298 0 0 -57.0092 0 0 -68.7668 -332.725 -103.636 -94.3062 -63.3595 -66.3552 50.9947 -52
-STDOUT_15995=-298 0 0 -56.2327 0 0 -68.2569 -331.945 -106.756 -95.1686 -65.1291 -65.1139 50.9947 -52
-STDOUT_15996=-298 0 0 -55.273 0 0 -66.8793 -343.249 -99.343 -86.1209 -64.7531 -64.7999 50.9947 -52
-STDOUT_15997=-298 0 0 -56.6662 0 0 -66.1367 -333.59 -103.05 -93.5629 -64.3977 -67.2997 50.9947 -52
-STDOUT_15998=-298 0 0 -56.5018 0 0 -67.8495 -333.024 -105.787 -94.2794 -64.8416 -65.1112 50.9947 -52
-STDOUT_15999=-298 0 0 -56.9878 0 0 -67.396 -343.285 -98.144 -89.4637 -59.9917 -60.9498 50.9947 -51
-STDOUT_16000=-298 0 0 -56.2954 0 0 -68.1221 -336.613 -103.389 -94.6748 -61.0864 -61.856 50.9947 -51
-STDOUT_16001=-298 0 0 -55.9331 0 0 -67.0553 -328.662 -106.843 -95.2928 -67.8877 -67.9359 50.9947 -52
-STDOUT_16002=-298 0 0 -55.7207 0 0 -65.967 -325.048 -106.577 -100.321 -65.0633 -68.4608 50.9947 -51
-STDOUT_16003=-298 0 0 -55.9446 0 0 -65.5526 -332.801 -103.511 -96.9365 -62.1653 -65.473 50.9947 -51
-STDOUT_16004=-298 0 0 -57.0799 0 0 -67.5196 -344.131 -98.3748 -89.7649 -59.0853 -60.0912 50.9947 -51
-STDOUT_16005=-298 0 0 -57.8543 0 0 -69.1479 -335.667 -102.851 -93.8556 -61.2546 -63.9183 50.9947 -52
-STDOUT_16006=-298 0 0 -56.0251 0 0 -67.1789 -329.508 -107.073 -95.594 -66.9813 -67.0772 50.9947 -52
-STDOUT_16007=-298 0 0 -57.0553 0 0 -69.0689 -330.77 -106.453 -97.2299 -62.5872 -65.391 50.9947 -52
-STDOUT_16008=-298 0 0 -56.0956 0 0 -67.6913 -342.074 -99.04 -88.1822 -62.2113 -65.077 50.9947 -52
-STDOUT_16009=-298 0 0 -58.1149 0 0 -66.8657 -349.673 -93.2632 -85.0934 -58.3079 -59.3499 50.9947 -51
-STDOUT_16010=-298 0 0 -57.3244 0 0 -68.6615 -331.85 -105.484 -96.3408 -62.2998 -65.3883 50.9947 -52
-STDOUT_16011=-298 0 0 -57.8104 0 0 -68.2079 -342.11 -97.8411 -91.525 -57.4498 -61.2269 50.9947 -51
-STDOUT_16012=-298 0 0 -57.0602 0 0 -66.525 -335.05 -101.962 -90.9225 -66.2039 -66.3359 50.9947 -52
-STDOUT_16013=-298 0 0 -57.118 0 0 -68.9341 -335.438 -103.086 -96.7361 -58.5445 -62.133 50.9947 -51
-STDOUT_16014=-298 0 0 -56.3001 0 0 -65.5727 -328.441 -107.651 -97.9027 -65.2745 -67.9232 50.9947 -52
-STDOUT_16015=-298 0 0 -57.0158 0 0 -69.3849 -335.697 -103.482 -94.607 -60.8964 -64.1999 50.9947 -52
-STDOUT_16016=-298 0 0 -56.7557 0 0 -67.8673 -327.487 -106.54 -97.3541 -65.3458 -68.213 50.9947 -52
-STDOUT_16017=-298 0 0 -54.894 0 0 -66.4382 -325.791 -106.818 -95.4172 -71.6932 -72.7547 50.9947 -53
-STDOUT_16018=-298 0 0 -57.9025 0 0 -68.3316 -342.956 -98.0718 -91.8262 -56.5434 -60.3682 50.9947 -51
-STDOUT_16019=-298 0 0 -55.5448 0 0 -65.9527 -330.307 -105.222 -95.4021 -66.3396 -68.8981 50.9947 -52
-STDOUT_16020=-298 0 0 -58.6769 0 0 -69.9599 -334.492 -102.548 -95.9169 -58.7127 -64.1953 50.9947 -52
-STDOUT_16021=-298 0 0 -56.8477 0 0 -67.9909 -328.333 -106.77 -97.6553 -64.4394 -67.3543 50.9947 -52
-STDOUT_16022=-298 0 0 -58.9375 0 0 -67.6777 -348.499 -92.9602 -87.1547 -55.766 -59.6269 50.9947 -51
-STDOUT_16023=-298 0 0 -57.8828 0 0 -67.337 -333.876 -101.659 -92.9838 -63.662 -66.613 50.9947 -52
-STDOUT_16024=-298 0 0 -56.2278 0 0 -66.9245 -351.553 -92.7777 -82.7662 -59.6942 -60.7362 50.9947 -51
-STDOUT_16025=-298 0 0 -57.1411 0 0 -67.9964 -338.837 -101.994 -90.3905 -63.2578 -63.6173 50.9947 -52
-STDOUT_16026=-298 0 0 -55.1731 0 0 -66.5838 -336.93 -101.476 -88.5953 -67.5902 -67.7222 50.9947 -52
-STDOUT_16027=-298 0 0 -56.1955 0 0 -67.8267 -330.294 -105.522 -97.1492 -63.9234 -64.7783 50.9947 -51
-STDOUT_16028=-298 0 0 -56.4195 0 0 -67.4123 -338.047 -102.456 -93.7642 -61.0255 -61.7905 50.9947 -51
-STDOUT_16029=-298 0 0 -55.86 0 0 -65.8474 -329.432 -107.07 -97.4367 -65.2798 -67.9312 50.9947 -52
-STDOUT_16030=-298 0 0 -56.122 0 0 -65.8082 -331.939 -102.493 -96.0059 -63.3279 -66.7576 50.9947 -51
-STDOUT_16031=-298 0 0 -56.346 0 0 -65.3938 -339.692 -99.4274 -92.6209 -60.4299 -63.7698 50.9947 -51
-STDOUT_16032=-298 0 0 -57.0504 0 0 -67.7365 -350.378 -92.4747 -84.8275 -57.1523 -61.0132 50.9947 -51
-STDOUT_16033=-298 0 0 -55.2913 0 0 -65.0532 -325.069 -108.126 -98.45 -68.3259 -70.7559 50.9947 -52
-STDOUT_16034=-298 0 0 -57.9637 0 0 -68.8084 -337.662 -101.691 -92.4518 -60.7159 -63.8943 50.9947 -52
-STDOUT_16035=-298 0 0 -55.9957 0 0 -67.3958 -335.755 -101.173 -90.6566 -65.0483 -67.9993 50.9947 -52
-STDOUT_16036=-298 0 0 -55.2917 0 0 -65.0973 -319.163 -109.837 -100.225 -71.0754 -73.5475 50.9947 -52
-STDOUT_16037=-298 0 0 -56.2141 0 0 -65.9318 -332.785 -102.724 -96.3071 -62.4214 -65.8989 50.9947 -51
-STDOUT_16038=-298 0 0 -57.2549 0 0 -65.6179 -336.745 -101.085 -94.5479 -60.2155 -63.8595 50.9947 -51
-STDOUT_16039=-298 0 0 -56.438 0 0 -65.5175 -340.538 -99.6582 -92.9221 -59.5235 -62.9112 50.9947 -51
-STDOUT_16040=-22 -5.58575 0 -12.9818 -4.50127 0 -11.1609 -182.461 -52.8341 -103.482 -20.6683 -72.16 21.9977 -49
-STDOUT_16041=-22 -5.58575 0 -13.8994 -4.50127 0 -11.1079 -183.377 -52.7595 -103.33 -21.364 -73.1465 21.9977 -49
-STDOUT_16042=-18 -6.21209 0 -13.397 -4.89503 0 -10.3878 -186.704 -53.9643 -100.469 -20.5284 -71.7755 22.9976 -47
-STDOUT_16043=-18 -6.21209 0 -14.3146 -4.89503 0 -10.3348 -187.62 -53.8897 -100.317 -21.2242 -72.762 22.9976 -47
-STDOUT_16044=-22 -5.45584 0 -14.1338 -4.68279 0 -11.1609 -187.233 -51.7921 -101.638 -21.8838 -70.3164 21.9977 -49
-STDOUT_16045=-22 -5.45584 0 -15.0514 -4.68279 0 -11.1079 -188.148 -51.7174 -101.486 -22.5796 -71.3029 21.9977 -49
-STDOUT_16046=-22 -5.846 0 -14.1338 -4.636 0 -11.1609 -187.233 -52.6394 -101.638 -21.389 -70.3164 21.9977 -49
-STDOUT_16047=-22 -5.846 0 -15.0514 -4.636 0 -11.1079 -188.149 -52.5648 -101.486 -22.0848 -71.3029 21.9977 -49
-STDOUT_16048=-22 -5.45584 0 -14.1338 -4.68279 0 -11.1609 -187.843 -51.2812 -101.808 -21.8838 -69.8948 21.9977 -49
-STDOUT_16049=-18 -6.21209 0 -14.1808 -4.89503 0 -10.6122 -186.51 -55.4426 -102.011 -20.9031 -72.087 22.9976 -47
-STDOUT_16050=-22 -5.45584 0 -15.0514 -4.68279 0 -11.1079 -188.759 -51.2066 -101.656 -22.5796 -70.8813 21.9977 -49
-STDOUT_16051=-22 -5.846 0 -14.1338 -4.636 0 -11.1609 -187.843 -52.1286 -101.808 -21.389 -69.8948 21.9977 -49
-STDOUT_16052=-18 -6.21209 0 -15.0984 -4.89503 0 -10.5592 -187.426 -55.368 -101.859 -21.5989 -73.0735 22.9976 -47
-STDOUT_16053=-22 -5.846 0 -15.0514 -4.636 0 -11.1079 -188.759 -52.054 -101.656 -22.0848 -70.8813 21.9977 -49
-STDOUT_16054=-22 -5.58575 0 -13.4306 -4.50127 0 -11.1609 -184.049 -51.2079 -102.761 -21.0599 -78.4512 21.9977 -51
-STDOUT_16055=-22 -5.82214 0 -12.4844 -4.82279 0 -9.82405 -185.747 -47.7713 -97.4218 -20.6029 -77.1605 22.9976 -50
-STDOUT_16056=-22 -5.58575 0 -14.3482 -4.50127 0 -11.1079 -184.965 -51.1333 -102.609 -21.7557 -79.4377 21.9977 -51
-STDOUT_16057=-22 -5.58575 0 -11.2472 -4.50127 0 -9.82405 -185.747 -46.7282 -97.4218 -19.1642 -77.1605 21.9977 -50
-STDOUT_16058=-22 -5.82214 0 -13.402 -4.82279 0 -9.77104 -186.663 -47.6967 -97.2699 -21.2986 -78.1471 22.9976 -50
-STDOUT_16059=-22 -5.58575 0 -12.1648 -4.50127 0 -9.77104 -186.663 -46.6536 -97.2699 -19.8599 -78.1471 21.9977 -50
-STDOUT_16060=-24 -5.10279 0 -13.4665 -4.9828 0 -11.1913 -184.578 -40.0582 -100.453 -20.0191 -75.6767 20.9978 -49
-STDOUT_16061=-22 -5.47891 0 -12.9818 -4.41523 0 -11.1609 -186.975 -49.5076 -103.743 -20.7999 -74.4176 21.9977 -51
-STDOUT_16062=-22 -6.18145 0 -12.9818 -4.02605 0 -11.1609 -182.461 -55.0252 -103.482 -22.1247 -72.16 22.9976 -49
-STDOUT_16063=-22 -5.83942 0 -12.9818 -4.74207 0 -11.1609 -182.461 -53.0602 -103.482 -20.3831 -72.16 22.9976 -49
-STDOUT_16064=-22 -5.47891 0 -13.8994 -4.41523 0 -11.1079 -187.891 -49.433 -103.591 -21.4957 -75.4042 21.9977 -51
-STDOUT_16065=-22 -6.18145 0 -13.8994 -4.02605 0 -11.1079 -183.377 -54.9506 -103.33 -22.8204 -73.1465 22.9976 -49
-STDOUT_16066=-22 -5.83942 0 -13.8994 -4.74207 0 -11.1079 -183.377 -52.9856 -103.33 -21.0788 -73.1465 22.9976 -49
-STDOUT_16067=-22 -7.22938 0 -13.8994 -4.50127 0 -9.9183 -178.257 -56.7711 -105.443 -22.9735 -72.7827 21.9977 -48
-STDOUT_16068=-22 -5.44844 0 -14.1338 -4.83366 0 -11.1609 -187.233 -52.802 -101.638 -21.8204 -70.3164 21.9977 -49
-STDOUT_16069=-22 -5.62988 0 -12.9281 -4.48176 0 -11.1609 -182.461 -54.556 -103.482 -21.2632 -72.16 21.9977 -49
-STDOUT_16070=-20 -5.72913 0 -13.8816 -5.37657 0 -10.4182 -188.821 -41.1884 -97.4402 -19.8793 -75.2922 21.9977 -47
-STDOUT_16071=-22 -5.69223 0 -13.6364 -5.00431 0 -9.82405 -190.518 -46.7293 -95.5785 -21.8185 -75.3169 22.9976 -50
-STDOUT_16072=-18 -6.10525 0 -13.397 -4.80899 0 -10.3878 -191.217 -50.6378 -100.73 -20.6601 -74.0331 22.9976 -49
-STDOUT_16073=-18 -6.80779 0 -13.397 -4.41981 0 -10.3878 -186.704 -56.1554 -100.469 -21.9848 -71.7755 23.9975 -47
-STDOUT_16074=-22 -5.44844 0 -15.0514 -4.83366 0 -11.1079 -188.148 -52.7274 -101.486 -22.5162 -71.3029 21.9977 -49
-STDOUT_16075=-22 -5.62988 0 -13.8457 -4.48176 0 -11.1079 -183.377 -54.4814 -103.33 -21.959 -73.1466 21.9977 -49
-STDOUT_16076=-18 -6.46576 0 -13.397 -5.13584 0 -10.3878 -186.704 -54.1904 -100.469 -20.2433 -71.7755 23.9975 -47
-STDOUT_16077=-22 -5.45584 0 -12.3992 -4.68279 0 -9.82405 -190.518 -45.6862 -95.5785 -20.3798 -75.3169 21.9977 -50
-STDOUT_16078=-22 -5.69223 0 -14.554 -5.00431 0 -9.77104 -191.434 -46.6546 -95.4265 -22.5142 -76.3034 22.9976 -50
-STDOUT_16079=-18 -6.10525 0 -14.3146 -4.80899 0 -10.3348 -192.133 -50.5632 -100.578 -21.3559 -75.0197 22.9976 -49
-STDOUT_16080=-22 -6.08239 0 -13.6364 -4.95752 0 -9.82405 -190.518 -47.5766 -95.5785 -21.3236 -75.3169 22.9976 -50
-STDOUT_16081=-18 -6.80779 0 -14.3146 -4.41981 0 -10.3348 -187.62 -56.0808 -100.317 -22.6806 -72.762 23.9975 -47
-STDOUT_16082=-18 -6.46576 0 -14.3146 -5.13584 0 -10.3348 -187.62 -54.1158 -100.317 -20.939 -72.762 23.9975 -47
-STDOUT_16083=-22 -5.55509 0 -12.9818 -5.34593 0 -11.1609 -182.461 -50.0524 -103.482 -20.4632 -72.16 21.9977 -49
-STDOUT_16084=-22 -5.45584 0 -13.3168 -4.68279 0 -9.77104 -191.434 -45.6115 -95.4265 -21.0755 -76.3035 21.9977 -50
-STDOUT_16085=-22 -5.846 0 -12.3992 -4.636 0 -9.82405 -190.518 -46.5335 -95.5785 -19.8849 -75.3169 21.9977 -50
-STDOUT_16086=-22 -6.08239 0 -14.554 -4.95752 0 -9.77104 -191.434 -47.502 -95.4265 -22.0194 -76.3034 22.9976 -50
-STDOUT_16087=-24 -4.97288 0 -14.6184 -5.16432 0 -11.1913 -189.35 -39.0162 -98.61 -21.2347 -73.8331 20.9978 -49
-STDOUT_16088=-18 -7.85572 0 -14.3146 -4.89503 0 -9.14522 -182.499 -57.9013 -102.43 -22.8336 -72.3981 22.9976 -46
-STDOUT_16089=-22 -5.349 0 -14.1338 -4.59675 0 -11.1609 -191.746 -48.4656 -101.9 -22.0155 -72.574 21.9977 -51
-STDOUT_16090=-22 -6.03774 0 -12.9818 -4.61679 0 -11.1609 -182.461 -52.8276 -103.482 -21.7904 -72.16 21.9977 -49
-STDOUT_16091=-18 -6.25622 0 -13.3433 -4.87552 0 -10.3878 -186.704 -55.6862 -100.469 -21.1234 -71.7755 22.9976 -47
-STDOUT_16092=-22 -5.44844 0 -14.1338 -4.83366 0 -11.1609 -187.843 -52.2912 -101.808 -21.8204 -69.8948 21.9977 -49
-STDOUT_16093=-22 -5.55509 0 -13.8994 -5.34593 0 -11.1079 -183.377 -49.9777 -103.33 -21.159 -73.1465 21.9977 -49
-STDOUT_16094=-22 -5.6335 0 -12.9818 -4.50127 0 -11.1609 -182.461 -54.2947 -103.482 -21.8411 -72.16 21.9977 -49
-STDOUT_16095=-22 -5.846 0 -13.3168 -4.636 0 -9.77104 -191.434 -46.4589 -95.4265 -20.5807 -76.3034 21.9977 -50
-STDOUT_16096=-22 -5.70951 0 -14.1338 -4.92359 0 -11.1609 -187.233 -52.0182 -101.638 -21.5987 -70.3164 22.9976 -49
-STDOUT_16097=-24 -5.36304 0 -14.6184 -5.11754 0 -11.1913 -189.35 -39.8635 -98.61 -20.7399 -73.8331 20.9978 -49
-STDOUT_16098=-22 -5.69223 0 -13.6364 -5.00431 0 -9.82405 -191.129 -46.2184 -95.7484 -21.8185 -74.8953 22.9976 -50
-STDOUT_16099=-22 -5.349 0 -15.0514 -4.59675 0 -11.1079 -192.662 -48.391 -101.748 -22.7113 -73.5606 21.9977 -51
-STDOUT_16100=-22 -6.03774 0 -13.8994 -4.61679 0 -11.1079 -183.377 -52.753 -103.33 -22.4862 -73.1465 21.9977 -49
-STDOUT_16101=-22 -5.73916 0 -14.1338 -4.54996 0 -11.1609 -191.746 -49.313 -101.9 -21.5207 -72.574 21.9977 -51
-STDOUT_16102=-18 -6.25622 0 -14.2609 -4.87552 0 -10.3348 -187.62 -55.6116 -100.317 -21.8191 -72.762 22.9976 -47
-STDOUT_16103=-22 -5.44844 0 -15.0514 -4.83366 0 -11.1079 -188.759 -52.2166 -101.656 -22.5162 -70.8813 21.9977 -49
-STDOUT_16104=-22 -5.65755 0 -12.9818 -5.04076 0 -11.1609 -182.461 -51.4224 -103.482 -21.153 -72.16 21.9977 -49
-STDOUT_16105=-22 -5.6335 0 -13.8994 -4.50127 0 -11.1079 -183.377 -54.2201 -103.33 -22.5369 -73.1465 21.9977 -49
-STDOUT_16106=-22 -5.70951 0 -15.0514 -4.92359 0 -11.1079 -188.148 -51.9436 -101.486 -22.2944 -71.3029 22.9976 -49
-STDOUT_16107=-22 -6.09967 0 -14.1338 -4.87681 0 -11.1609 -187.233 -52.8656 -101.638 -21.1039 -70.3164 22.9976 -49
-STDOUT_16108=-22 -5.45584 0 -12.3992 -4.68279 0 -9.82405 -191.129 -45.1753 -95.7484 -20.3798 -74.8953 21.9977 -50
-STDOUT_16109=-22 -5.69223 0 -14.554 -5.00431 0 -9.77104 -192.045 -46.1438 -95.5964 -22.5142 -75.8818 22.9976 -50
-STDOUT_16110=-22 -6.08239 0 -13.6364 -4.95752 0 -9.82405 -191.129 -47.0658 -95.7484 -21.3236 -74.8953 22.9976 -50
-STDOUT_16111=-22 -7.09947 0 -15.0514 -4.68279 0 -9.9183 -183.028 -55.7291 -103.6 -24.189 -70.939 21.9977 -48
-STDOUT_16112=-22 -5.73916 0 -15.0514 -4.54996 0 -11.1079 -192.662 -49.2383 -101.748 -22.2165 -73.5606 21.9977 -51
-STDOUT_16113=-10 -7.37685 0 -6.57435 -5.88679 0 -3.02948 -189.047 -52.3639 -101.118 -21.4854 -71.6007 19.9979 -48
-STDOUT_16114=-18 -6.18143 0 -13.397 -5.7397 0 -10.3878 -186.704 -51.1826 -100.469 -20.3234 -71.7755 22.9976 -47
-STDOUT_16115=-22 -5.49997 0 -14.0801 -4.66328 0 -11.1609 -187.233 -53.5139 -101.638 -22.4788 -70.3164 21.9977 -49
-STDOUT_16116=-22 -5.65755 0 -13.8994 -5.04076 0 -11.1079 -183.377 -51.3477 -103.33 -21.8488 -73.1465 21.9977 -49
-STDOUT_16117=-22 -6.09967 0 -15.0514 -4.87681 0 -11.1079 -188.149 -52.791 -101.486 -21.7996 -71.3029 22.9976 -49
-STDOUT_16118=-22 -5.45584 0 -13.3168 -4.68279 0 -9.77104 -192.045 -45.1007 -95.5964 -21.0755 -75.8819 21.9977 -50
-STDOUT_16119=-22 -5.846 0 -12.3992 -4.636 0 -9.82405 -191.129 -46.0227 -95.7484 -19.8849 -74.8953 21.9977 -50
-STDOUT_16120=-18 -6.66408 0 -13.397 -5.01055 0 -10.3878 -186.704 -53.9578 -100.469 -21.6506 -71.7755 22.9976 -47
-STDOUT_16121=-22 -6.08239 0 -14.554 -4.95752 0 -9.77104 -192.045 -46.9912 -95.5964 -22.0194 -75.8818 22.9976 -50
-STDOUT_16122=-24 -4.97288 0 -14.6184 -5.16432 0 -11.1913 -189.96 -38.5053 -98.7799 -21.2347 -73.4115 20.9978 -49
-STDOUT_16123=-22 -7.48963 0 -15.0514 -4.636 0 -9.9183 -183.028 -56.5765 -103.6 -23.6942 -70.939 21.9977 -48
-STDOUT_16124=-10 -8.47546 0 -6.57435 -5.37596 0 -3.02948 -186.604 -52.7693 -101.841 -19.9814 -73.467 19.9979 -47
-STDOUT_16125=-10 -7.37685 0 -7.49194 -5.88679 0 -2.97646 -189.963 -52.2893 -100.966 -22.1812 -72.5872 19.9979 -48
-STDOUT_16126=-22 -5.349 0 -14.1338 -4.59675 0 -11.1609 -192.357 -47.9548 -102.07 -22.0155 -72.1524 21.9977 -51
-STDOUT_16127=-18 -6.18143 0 -14.3146 -5.7397 0 -10.3348 -187.62 -51.1079 -100.317 -21.0191 -72.762 22.9976 -47
-STDOUT_16128=-22 -5.49997 0 -14.9977 -4.66328 0 -11.1079 -188.148 -53.4393 -101.486 -23.1746 -71.3029 21.9977 -49
-STDOUT_16129=-18 -6.25984 0 -13.397 -4.89503 0 -10.3878 -186.704 -55.4249 -100.469 -21.7013 -71.7755 22.9976 -47
-STDOUT_16130=-22 -5.89014 0 -14.0801 -4.61649 0 -11.1609 -187.233 -54.3613 -101.638 -21.984 -70.3164 21.9977 -49
-STDOUT_16131=-20 -5.72913 0 -14.6654 -5.37657 0 -10.6426 -188.627 -42.6667 -98.9828 -20.254 -75.6037 21.9977 -47
-STDOUT_16132=-22 -5.56007 0 -12.9818 -4.70182 0 -11.1609 -182.461 -54.3078 -103.482 -20.8893 -72.16 22.9976 -49
-STDOUT_16133=-22 -5.846 0 -13.3168 -4.636 0 -9.77104 -192.045 -45.9481 -95.5964 -20.5807 -75.8819 21.9977 -50
-STDOUT_16134=-18 -6.10525 0 -14.1808 -4.80899 0 -10.6122 -191.023 -52.1161 -102.273 -21.0348 -74.3446 22.9976 -49
-STDOUT_16135=-22 -5.70951 0 -14.1338 -4.92359 0 -11.1609 -187.843 -51.5074 -101.808 -21.5987 -69.8948 22.9976 -49
-STDOUT_16136=-18 -6.66408 0 -14.3146 -5.01055 0 -10.3348 -187.62 -53.8832 -100.317 -22.3463 -72.762 22.9976 -47
-STDOUT_16137=-22 -5.82214 0 -12.9332 -4.82279 0 -9.82405 -187.335 -46.1451 -96.7008 -20.9945 -83.4517 22.9976 -52
-STDOUT_16138=-18 -6.80779 0 -14.1808 -4.41981 0 -10.6122 -186.51 -57.6337 -102.011 -22.3595 -72.087 23.9975 -47
-STDOUT_16139=-24 -5.36304 0 -14.6184 -5.11754 0 -11.1913 -189.96 -39.3527 -98.7799 -20.7399 -73.4115 20.9978 -49
-STDOUT_16140=FEATURES_TXT_END_0
-STDOUT_16141=SCORES_TXT_BEGIN_0 0 400 9 BLEU
-STDOUT_16142=6 14 1 13 0 12 0 11 18
-STDOUT_16143=4 13 0 12 0 11 0 10 18
-STDOUT_16144=6 14 1 13 0 12 0 11 18
-STDOUT_16145=6 14 1 13 0 12 0 11 18
-STDOUT_16146=6 14 1 13 0 12 0 11 18
-STDOUT_16147=6 14 1 13 0 12 0 11 18
-STDOUT_16148=4 13 0 12 0 11 0 10 18
-STDOUT_16149=4 13 0 12 0 11 0 10 18
-STDOUT_16150=4 13 0 12 0 11 0 10 18
-STDOUT_16151=4 13 0 12 0 11 0 10 18
-STDOUT_16152=6 14 1 13 0 12 0 11 18
-STDOUT_16153=6 14 1 13 0 12 0 11 18
-STDOUT_16154=6 14 1 13 0 12 0 11 18
-STDOUT_16155=6 14 1 13 0 12 0 11 18
-STDOUT_16156=6 14 1 13 0 12 0 11 18
-STDOUT_16157=6 14 1 13 0 12 0 11 18
-STDOUT_16158=4 13 0 12 0 11 0 10 18
-STDOUT_16159=4 13 0 12 0 11 0 10 18
-STDOUT_16160=4 13 0 12 0 11 0 10 18
-STDOUT_16161=4 13 0 12 0 11 0 10 18
-STDOUT_16162=4 13 0 12 0 11 0 10 18
-STDOUT_16163=4 13 0 12 0 11 0 10 18
-STDOUT_16164=6 14 1 13 0 12 0 11 18
-STDOUT_16165=6 14 1 13 0 12 0 11 18
-STDOUT_16166=6 14 1 13 0 12 0 11 18
-STDOUT_16167=6 14 1 13 0 12 0 11 18
-STDOUT_16168=5 14 0 13 0 12 0 11 18
-STDOUT_16169=6 14 1 13 0 12 0 11 18
-STDOUT_16170=4 13 0 12 0 11 0 10 18
-STDOUT_16171=4 13 0 12 0 11 0 10 18
-STDOUT_16172=4 13 0 12 0 11 0 10 18
-STDOUT_16173=4 13 0 12 0 11 0 10 18
-STDOUT_16174=4 13 0 12 0 11 0 10 18
-STDOUT_16175=5 14 0 13 0 12 0 11 18
-STDOUT_16176=5 14 0 13 0 12 0 11 18
-STDOUT_16177=6 14 1 13 0 12 0 11 18
-STDOUT_16178=6 14 1 13 0 12 0 11 18
-STDOUT_16179=5 14 0 13 0 12 0 11 18
-STDOUT_16180=6 14 1 13 0 12 0 11 18
-STDOUT_16181=5 14 0 13 0 12 0 11 18
-STDOUT_16182=4 13 0 12 0 11 0 10 18
-STDOUT_16183=4 13 0 12 0 11 0 10 18
-STDOUT_16184=4 13 0 12 0 11 0 10 18
-STDOUT_16185=5 14 0 13 0 12 0 11 18
-STDOUT_16186=6 14 1 13 0 12 0 11 18
-STDOUT_16187=5 14 0 13 0 12 0 11 18
-STDOUT_16188=6 14 1 13 0 12 0 11 18
-STDOUT_16189=5 14 0 13 0 12 0 11 18
-STDOUT_16190=6 14 1 13 0 12 0 11 18
-STDOUT_16191=5 14 0 13 0 12 0 11 18
-STDOUT_16192=5 13 0 12 0 11 0 10 18
-STDOUT_16193=5 14 0 13 0 12 0 11 18
-STDOUT_16194=5 14 0 13 0 12 0 11 18
-STDOUT_16195=4 13 0 12 0 11 0 10 18
-STDOUT_16196=4 13 0 12 0 11 0 10 18
-STDOUT_16197=6 14 1 13 0 12 0 11 18
-STDOUT_16198=4 13 0 12 0 11 0 10 18
-STDOUT_16199=6 14 1 13 0 12 0 11 18
-STDOUT_16200=5 13 0 12 0 11 0 10 18
-STDOUT_16201=6 14 1 13 0 12 0 11 18
-STDOUT_16202=6 12 1 11 0 10 0 9 18
-STDOUT_16203=5 13 0 12 0 11 0 10 18
-STDOUT_16204=5 13 0 12 0 11 0 10 18
-STDOUT_16205=5 14 0 13 0 12 0 11 18
-STDOUT_16206=6 14 1 13 0 12 0 11 18
-STDOUT_16207=5 13 0 12 0 11 0 10 18
-STDOUT_16208=5 14 0 13 0 12 0 11 18
-STDOUT_16209=4 13 0 12 0 11 0 10 18
-STDOUT_16210=5 14 0 13 0 12 0 11 18
-STDOUT_16211=4 13 0 12 0 11 0 10 18
-STDOUT_16212=6 14 1 13 0 12 0 11 18
-STDOUT_16213=5 14 0 13 0 12 0 11 18
-STDOUT_16214=6 14 1 13 0 12 0 11 18
-STDOUT_16215=4 13 0 12 0 11 0 10 18
-STDOUT_16216=6 14 1 13 0 12 0 11 18
-STDOUT_16217=5 14 0 13 0 12 0 11 18
-STDOUT_16218=4 13 0 12 0 11 0 10 18
-STDOUT_16219=6 12 1 11 0 10 0 9 18
-STDOUT_16220=5 13 0 12 0 11 0 10 18
-STDOUT_16221=4 13 0 12 0 11 0 10 18
-STDOUT_16222=5 13 0 12 0 11 0 10 18
-STDOUT_16223=6 14 1 13 0 12 0 11 18
-STDOUT_16224=4 13 0 12 0 11 0 10 18
-STDOUT_16225=7 15 1 14 0 13 0 12 18
-STDOUT_16226=6 14 1 13 0 12 0 11 18
-STDOUT_16227=4 13 0 12 0 11 0 10 18
-STDOUT_16228=6 12 1 11 0 10 0 9 18
-STDOUT_16229=5 13 0 12 0 11 0 10 18
-STDOUT_16230=5 13 0 12 0 11 0 10 18
-STDOUT_16231=5 13 0 12 0 11 0 10 18
-STDOUT_16232=4 13 0 12 0 11 0 10 18
-STDOUT_16233=6 14 1 13 0 12 0 11 18
-STDOUT_16234=5 13 0 12 0 11 0 10 18
-STDOUT_16235=4 13 0 12 0 11 0 10 18
-STDOUT_16236=4 13 0 12 0 11 0 10 18
-STDOUT_16237=5 14 0 13 0 12 0 11 18
-STDOUT_16238=5 14 0 13 0 12 0 11 18
-STDOUT_16239=4 13 0 12 0 11 0 10 18
-STDOUT_16240=6 14 1 13 0 12 0 11 18
-STDOUT_16241=5 14 0 13 0 12 0 11 18
-STDOUT_16242=10 34 3 33 1 32 0 31 18
-STDOUT_16243=10 34 3 33 1 32 0 31 18
-STDOUT_16244=10 34 3 33 1 32 0 31 18
-STDOUT_16245=10 34 3 33 1 32 0 31 18
-STDOUT_16246=10 34 3 33 1 32 0 31 18
-STDOUT_16247=10 34 3 33 1 32 0 31 18
-STDOUT_16248=10 34 3 33 1 32 0 31 18
-STDOUT_16249=10 34 3 33 1 32 0 31 18
-STDOUT_16250=10 34 3 33 1 32 0 31 18
-STDOUT_16251=10 34 3 33 1 32 0 31 18
-STDOUT_16252=10 34 3 33 1 32 0 31 18
-STDOUT_16253=10 34 3 33 1 32 0 31 18
-STDOUT_16254=10 34 3 33 1 32 0 31 18
-STDOUT_16255=10 34 3 33 1 32 0 31 18
-STDOUT_16256=10 34 3 33 1 32 0 31 18
-STDOUT_16257=10 34 3 33 1 32 0 31 18
-STDOUT_16258=10 34 3 33 1 32 0 31 18
-STDOUT_16259=10 34 3 33 1 32 0 31 18
-STDOUT_16260=10 34 3 33 1 32 0 31 18
-STDOUT_16261=10 34 3 33 1 32 0 31 18
-STDOUT_16262=10 34 3 33 1 32 0 31 18
-STDOUT_16263=10 34 3 33 1 32 0 31 18
-STDOUT_16264=10 34 3 33 1 32 0 31 18
-STDOUT_16265=10 34 3 33 1 32 0 31 18
-STDOUT_16266=10 34 3 33 1 32 0 31 18
-STDOUT_16267=10 34 3 33 1 32 0 31 18
-STDOUT_16268=10 34 3 33 1 32 0 31 18
-STDOUT_16269=10 34 3 33 1 32 0 31 18
-STDOUT_16270=10 34 3 33 1 32 0 31 18
-STDOUT_16271=10 34 3 33 1 32 0 31 18
-STDOUT_16272=10 34 3 33 1 32 0 31 18
-STDOUT_16273=10 34 3 33 1 32 0 31 18
-STDOUT_16274=10 34 3 33 1 32 0 31 18
-STDOUT_16275=10 34 3 33 1 32 0 31 18
-STDOUT_16276=10 34 3 33 1 32 0 31 18
-STDOUT_16277=10 34 3 33 1 32 0 31 18
-STDOUT_16278=10 34 3 33 1 32 0 31 18
-STDOUT_16279=10 34 3 33 1 32 0 31 18
-STDOUT_16280=10 34 3 33 1 32 0 31 18
-STDOUT_16281=10 34 3 33 1 32 0 31 18
-STDOUT_16282=10 34 3 33 1 32 0 31 18
-STDOUT_16283=10 34 3 33 1 32 0 31 18
-STDOUT_16284=10 34 3 33 1 32 0 31 18
-STDOUT_16285=10 34 3 33 1 32 0 31 18
-STDOUT_16286=10 34 3 33 1 32 0 31 18
-STDOUT_16287=10 34 3 33 1 32 0 31 18
-STDOUT_16288=10 34 3 33 1 32 0 31 18
-STDOUT_16289=10 34 3 33 1 32 0 31 18
-STDOUT_16290=10 34 3 33 1 32 0 31 18
-STDOUT_16291=10 34 3 33 1 32 0 31 18
-STDOUT_16292=11 30 3 29 1 28 0 27 18
-STDOUT_16293=10 34 3 33 1 32 0 31 18
-STDOUT_16294=10 34 3 33 1 32 0 31 18
-STDOUT_16295=10 34 3 33 1 32 0 31 18
-STDOUT_16296=11 30 3 29 1 28 0 27 18
-STDOUT_16297=10 34 3 33 1 32 0 31 18
-STDOUT_16298=10 34 3 33 1 32 0 31 18
-STDOUT_16299=10 34 3 33 1 32 0 31 18
-STDOUT_16300=10 34 3 33 1 32 0 31 18
-STDOUT_16301=10 34 3 33 1 32 0 31 18
-STDOUT_16302=10 34 3 33 1 32 0 31 18
-STDOUT_16303=10 34 3 33 1 32 0 31 18
-STDOUT_16304=10 34 3 33 1 32 0 31 18
-STDOUT_16305=10 34 3 33 1 32 0 31 18
-STDOUT_16306=10 34 3 33 1 32 0 31 18
-STDOUT_16307=10 34 3 33 1 32 0 31 18
-STDOUT_16308=10 34 3 33 1 32 0 31 18
-STDOUT_16309=10 34 3 33 1 32 0 31 18
-STDOUT_16310=10 34 3 33 1 32 0 31 18
-STDOUT_16311=10 32 3 31 1 30 0 29 18
-STDOUT_16312=10 34 3 33 1 32 0 31 18
-STDOUT_16313=10 34 3 33 1 32 0 31 18
-STDOUT_16314=10 34 3 33 1 32 0 31 18
-STDOUT_16315=10 34 3 33 1 32 0 31 18
-STDOUT_16316=10 34 3 33 1 32 0 31 18
-STDOUT_16317=10 34 3 33 1 32 0 31 18
-STDOUT_16318=10 34 3 33 1 32 0 31 18
-STDOUT_16319=10 34 3 33 1 32 0 31 18
-STDOUT_16320=10 34 3 33 1 32 0 31 18
-STDOUT_16321=10 34 3 33 1 32 0 31 18
-STDOUT_16322=10 34 3 33 1 32 0 31 18
-STDOUT_16323=10 34 3 33 1 32 0 31 18
-STDOUT_16324=10 32 3 31 1 30 0 29 18
-STDOUT_16325=10 34 3 33 1 32 0 31 18
-STDOUT_16326=10 29 3 28 1 27 0 26 18
-STDOUT_16327=10 34 3 33 1 32 0 31 18
-STDOUT_16328=10 34 3 33 1 32 0 31 18
-STDOUT_16329=10 34 3 33 1 32 0 31 18
-STDOUT_16330=10 34 3 33 1 32 0 31 18
-STDOUT_16331=10 34 3 33 1 32 0 31 18
-STDOUT_16332=11 30 3 29 1 28 0 27 18
-STDOUT_16333=10 32 3 31 1 30 0 29 18
-STDOUT_16334=10 34 3 33 1 32 0 31 18
-STDOUT_16335=10 34 3 33 1 32 0 31 18
-STDOUT_16336=11 30 3 29 1 28 0 27 18
-STDOUT_16337=10 34 3 33 1 32 0 31 18
-STDOUT_16338=10 34 3 33 1 32 0 31 18
-STDOUT_16339=10 29 3 28 1 27 0 26 18
-STDOUT_16340=10 34 3 33 1 32 0 31 18
-STDOUT_16341=10 34 3 33 1 32 0 31 18
-STDOUT_16342=9 23 4 22 2 21 0 20 18
-STDOUT_16343=9 24 4 23 2 22 0 21 18
-STDOUT_16344=9 23 4 22 2 21 0 20 18
-STDOUT_16345=9 24 4 23 2 22 0 21 18
-STDOUT_16346=9 24 4 23 2 22 0 21 18
-STDOUT_16347=9 25 4 24 2 23 0 22 18
-STDOUT_16348=9 23 4 22 2 21 0 20 18
-STDOUT_16349=9 23 4 22 2 21 0 20 18
-STDOUT_16350=9 24 4 23 2 22 0 21 18
-STDOUT_16351=9 23 4 22 2 21 0 20 18
-STDOUT_16352=9 24 4 23 2 22 0 21 18
-STDOUT_16353=9 23 4 22 2 21 0 20 18
-STDOUT_16354=9 24 4 23 2 22 0 21 18
-STDOUT_16355=9 24 4 23 2 22 0 21 18
-STDOUT_16356=9 23 4 22 2 21 0 20 18
-STDOUT_16357=9 24 4 23 2 22 0 21 18
-STDOUT_16358=9 24 4 23 2 22 0 21 18
-STDOUT_16359=9 25 4 24 2 23 0 22 18
-STDOUT_16360=9 23 4 22 2 21 0 20 18
-STDOUT_16361=9 25 4 24 2 23 0 22 18
-STDOUT_16362=9 24 4 23 2 22 0 21 18
-STDOUT_16363=9 23 4 22 2 21 0 20 18
-STDOUT_16364=9 23 4 22 2 21 0 20 18
-STDOUT_16365=9 24 4 23 2 22 0 21 18
-STDOUT_16366=9 23 4 22 2 21 0 20 18
-STDOUT_16367=9 24 4 23 2 22 0 21 18
-STDOUT_16368=9 23 4 22 2 21 0 20 18
-STDOUT_16369=9 23 4 22 2 21 0 20 18
-STDOUT_16370=9 23 4 22 2 21 0 20 18
-STDOUT_16371=9 24 4 23 2 22 0 21 18
-STDOUT_16372=10 24 4 23 2 22 0 21 18
-STDOUT_16373=9 24 4 23 2 22 0 21 18
-STDOUT_16374=9 23 4 22 2 21 0 20 18
-STDOUT_16375=9 24 4 23 2 22 0 21 18
-STDOUT_16376=9 23 4 22 2 21 0 20 18
-STDOUT_16377=9 24 4 23 2 22 0 21 18
-STDOUT_16378=10 25 4 24 2 23 0 22 18
-STDOUT_16379=9 25 4 24 2 23 0 22 18
-STDOUT_16380=9 23 4 22 2 21 0 20 18
-STDOUT_16381=9 23 4 22 2 21 0 20 18
-STDOUT_16382=10 24 4 23 2 22 0 21 18
-STDOUT_16383=9 25 4 24 2 23 0 22 18
-STDOUT_16384=9 23 4 22 2 21 0 20 18
-STDOUT_16385=9 24 4 23 2 22 0 21 18
-STDOUT_16386=9 24 4 23 2 22 0 21 18
-STDOUT_16387=9 24 4 23 2 22 0 21 18
-STDOUT_16388=10 25 4 24 2 23 0 22 18
-STDOUT_16389=9 23 4 22 2 21 0 20 18
-STDOUT_16390=10 25 4 24 2 23 0 22 18
-STDOUT_16391=9 24 4 23 2 22 0 21 18
-STDOUT_16392=9 23 4 22 2 21 0 20 18
-STDOUT_16393=9 24 4 23 2 22 0 21 18
-STDOUT_16394=9 24 4 23 2 22 0 21 18
-STDOUT_16395=10 26 4 25 2 24 0 23 18
-STDOUT_16396=9 24 4 23 2 22 0 21 18
-STDOUT_16397=9 24 4 23 2 22 0 21 18
-STDOUT_16398=9 23 4 22 2 21 0 20 18
-STDOUT_16399=9 23 4 22 2 21 0 20 18
-STDOUT_16400=9 25 4 24 2 23 0 22 18
-STDOUT_16401=9 23 4 22 2 21 0 20 18
-STDOUT_16402=9 23 4 22 2 21 0 20 18
-STDOUT_16403=9 25 4 24 2 23 0 22 18
-STDOUT_16404=9 24 4 23 2 22 0 21 18
-STDOUT_16405=9 23 4 22 2 21 0 20 18
-STDOUT_16406=9 23 4 22 2 21 0 20 18
-STDOUT_16407=9 24 4 23 2 22 0 21 18
-STDOUT_16408=9 23 4 22 2 21 0 20 18
-STDOUT_16409=9 24 4 23 2 22 0 21 18
-STDOUT_16410=10 24 4 23 2 22 0 21 18
-STDOUT_16411=9 23 4 22 2 21 0 20 18
-STDOUT_16412=9 23 4 22 2 21 0 20 18
-STDOUT_16413=9 23 4 22 2 21 0 20 18
-STDOUT_16414=9 23 4 22 2 21 0 20 18
-STDOUT_16415=9 23 4 22 2 21 0 20 18
-STDOUT_16416=10 23 4 22 2 21 0 20 18
-STDOUT_16417=9 24 4 23 2 22 0 21 18
-STDOUT_16418=9 25 4 24 2 23 0 22 18
-STDOUT_16419=9 23 4 22 2 21 0 20 18
-STDOUT_16420=9 24 4 23 2 22 0 21 18
-STDOUT_16421=9 24 4 23 2 22 0 21 18
-STDOUT_16422=10 25 4 24 2 23 0 22 18
-STDOUT_16423=9 23 4 22 2 21 0 20 18
-STDOUT_16424=9 24 4 23 2 22 0 21 18
-STDOUT_16425=9 24 4 23 2 22 0 21 18
-STDOUT_16426=9 23 4 22 2 21 0 20 18
-STDOUT_16427=9 24 4 23 2 22 0 21 18
-STDOUT_16428=9 24 4 23 2 22 0 21 18
-STDOUT_16429=10 24 4 23 2 22 0 21 18
-STDOUT_16430=9 23 4 22 2 21 0 20 18
-STDOUT_16431=10 24 4 23 2 22 0 21 18
-STDOUT_16432=9 23 4 22 2 21 0 20 18
-STDOUT_16433=9 25 4 24 2 23 0 22 18
-STDOUT_16434=9 23 4 22 2 21 0 20 18
-STDOUT_16435=9 23 4 22 2 21 0 20 18
-STDOUT_16436=9 25 4 24 2 23 0 22 18
-STDOUT_16437=10 24 4 23 2 22 0 21 18
-STDOUT_16438=9 24 4 23 2 22 0 21 18
-STDOUT_16439=9 24 4 23 2 22 0 21 18
-STDOUT_16440=10 23 4 22 2 21 0 20 18
-STDOUT_16441=9 24 4 23 2 22 0 21 18
-STDOUT_16442=10 21 3 20 1 19 0 18 18
-STDOUT_16443=10 21 3 20 1 19 0 18 18
-STDOUT_16444=10 20 4 19 1 18 0 17 18
-STDOUT_16445=10 20 4 19 1 18 0 17 18
-STDOUT_16446=10 21 3 20 1 19 0 18 18
-STDOUT_16447=10 21 3 20 1 19 0 18 18
-STDOUT_16448=10 20 4 19 1 18 0 17 18
-STDOUT_16449=10 21 3 20 1 19 0 18 18
-STDOUT_16450=11 22 3 21 1 20 0 19 18
-STDOUT_16451=10 21 3 20 1 19 0 18 18
-STDOUT_16452=10 20 3 19 1 18 0 17 18
-STDOUT_16453=10 21 3 20 1 19 0 18 18
-STDOUT_16454=10 20 3 19 1 18 0 17 18
-STDOUT_16455=10 20 4 19 1 18 0 17 18
-STDOUT_16456=10 21 3 20 1 19 0 18 18
-STDOUT_16457=10 21 3 20 1 19 0 18 18
-STDOUT_16458=10 21 3 20 1 19 0 18 18
-STDOUT_16459=10 21 3 20 1 19 0 18 18
-STDOUT_16460=10 20 4 19 1 18 0 17 18
-STDOUT_16461=11 21 4 20 1 19 0 18 18
-STDOUT_16462=10 20 4 19 1 18 0 17 18
-STDOUT_16463=10 21 3 20 1 19 0 18 18
-STDOUT_16464=10 20 4 19 1 18 0 17 18
-STDOUT_16465=10 20 3 19 1 18 0 17 18
-STDOUT_16466=10 21 3 20 1 19 0 18 18
-STDOUT_16467=10 20 4 19 1 18 0 17 18
-STDOUT_16468=10 20 4 19 1 18 0 17 18
-STDOUT_16469=10 20 4 19 1 18 0 17 18
-STDOUT_16470=10 21 3 20 1 19 0 18 18
-STDOUT_16471=10 21 3 20 1 19 0 18 18
-STDOUT_16472=10 20 4 19 1 18 0 17 18
-STDOUT_16473=10 21 3 20 1 19 0 18 18
-STDOUT_16474=10 21 3 20 1 19 0 18 18
-STDOUT_16475=10 21 3 20 1 19 0 18 18
-STDOUT_16476=10 21 3 20 1 19 0 18 18
-STDOUT_16477=10 20 4 19 1 18 0 17 18
-STDOUT_16478=11 22 3 21 1 20 0 19 18
-STDOUT_16479=10 20 3 19 1 18 0 17 18
-STDOUT_16480=10 20 4 19 1 18 0 17 18
-STDOUT_16481=11 22 3 21 1 20 0 19 18
-STDOUT_16482=10 21 3 20 1 19 0 18 18
-STDOUT_16483=10 20 4 19 1 18 0 17 18
-STDOUT_16484=10 21 3 20 1 19 0 18 18
-STDOUT_16485=10 21 3 20 1 19 0 18 18
-STDOUT_16486=10 20 4 19 1 18 0 17 18
-STDOUT_16487=10 21 3 20 1 19 0 18 18
-STDOUT_16488=10 21 3 20 1 19 0 18 18
-STDOUT_16489=10 20 4 19 1 18 0 17 18
-STDOUT_16490=10 20 3 19 1 18 0 17 18
-STDOUT_16491=11 22 3 21 1 20 0 19 18
-STDOUT_16492=10 21 3 20 1 19 0 18 18
-STDOUT_16493=11 21 3 20 1 19 0 18 18
-STDOUT_16494=10 20 3 19 1 18 0 17 18
-STDOUT_16495=10 21 3 20 1 19 0 18 18
-STDOUT_16496=10 20 4 19 1 18 0 17 18
-STDOUT_16497=10 21 3 20 1 19 0 18 18
-STDOUT_16498=10 21 3 20 1 19 0 18 18
-STDOUT_16499=10 21 3 20 1 19 0 18 18
-STDOUT_16500=11 22 3 21 1 20 0 19 18
-STDOUT_16501=11 22 3 21 1 20 0 19 18
-STDOUT_16502=10 21 3 20 1 19 0 18 18
-STDOUT_16503=10 21 3 20 1 19 0 18 18
-STDOUT_16504=10 21 3 20 1 19 0 18 18
-STDOUT_16505=10 20 3 19 1 18 0 17 18
-STDOUT_16506=10 21 3 20 1 19 0 18 18
-STDOUT_16507=11 21 4 20 1 19 0 18 18
-STDOUT_16508=10 21 3 20 1 19 0 18 18
-STDOUT_16509=10 21 3 20 1 19 0 18 18
-STDOUT_16510=10 21 3 20 1 19 0 18 18
-STDOUT_16511=10 21 3 20 1 19 0 18 18
-STDOUT_16512=11 22 3 21 1 20 0 19 18
-STDOUT_16513=10 21 3 20 1 19 0 18 18
-STDOUT_16514=10 20 3 19 1 18 0 17 18
-STDOUT_16515=10 20 3 19 1 18 0 17 18
-STDOUT_16516=10 20 3 19 1 18 0 17 18
-STDOUT_16517=10 20 4 19 1 18 0 17 18
-STDOUT_16518=10 20 4 19 1 18 0 17 18
-STDOUT_16519=10 21 3 20 1 19 0 18 18
-STDOUT_16520=10 20 3 19 1 18 0 17 18
-STDOUT_16521=10 20 4 19 1 18 0 17 18
-STDOUT_16522=10 20 4 19 1 18 0 17 18
-STDOUT_16523=11 21 4 20 1 19 0 18 18
-STDOUT_16524=10 21 3 20 1 19 0 18 18
-STDOUT_16525=10 20 4 19 1 18 0 17 18
-STDOUT_16526=11 21 4 20 1 19 0 18 18
-STDOUT_16527=10 20 4 19 1 18 0 17 18
-STDOUT_16528=10 21 3 20 1 19 0 18 18
-STDOUT_16529=10 21 3 20 1 19 0 18 18
-STDOUT_16530=10 21 3 20 1 19 0 18 18
-STDOUT_16531=10 20 4 19 1 18 0 17 18
-STDOUT_16532=10 20 3 19 1 18 0 17 18
-STDOUT_16533=10 20 4 19 1 18 0 17 18
-STDOUT_16534=10 21 3 20 1 19 0 18 18
-STDOUT_16535=11 21 4 20 1 19 0 18 18
-STDOUT_16536=10 20 4 19 1 18 0 17 18
-STDOUT_16537=10 20 4 19 1 18 0 17 18
-STDOUT_16538=10 20 4 19 1 18 0 17 18
-STDOUT_16539=10 21 3 20 1 19 0 18 18
-STDOUT_16540=10 21 3 20 1 19 0 18 18
-STDOUT_16541=10 20 3 19 1 18 0 17 18
-STDOUT_16542=SCORES_TXT_END_0
-STDOUT_16543=SCORES_TXT_BEGIN_0 1 400 9 BLEU
-STDOUT_16544=17 26 9 25 6 24 5 23 41
-STDOUT_16545=17 27 9 26 6 25 5 24 41
-STDOUT_16546=17 26 9 25 6 24 5 23 41
-STDOUT_16547=17 27 9 26 6 25 5 24 41
-STDOUT_16548=17 26 9 25 6 24 5 23 41
-STDOUT_16549=17 27 9 26 6 25 5 24 41
-STDOUT_16550=17 26 9 25 6 24 5 23 41
-STDOUT_16551=17 26 9 25 6 24 5 23 41
-STDOUT_16552=17 27 9 26 6 25 5 24 41
-STDOUT_16553=17 27 9 26 6 25 5 24 41
-STDOUT_16554=17 26 9 25 6 24 5 23 41
-STDOUT_16555=17 26 9 25 6 24 5 23 41
-STDOUT_16556=17 26 9 25 6 24 5 23 41
-STDOUT_16557=17 27 9 26 6 25 5 24 41
-STDOUT_16558=17 27 9 26 6 25 5 24 41
-STDOUT_16559=17 27 9 26 6 25 5 24 41
-STDOUT_16560=17 26 9 25 6 24 5 23 41
-STDOUT_16561=17 26 9 25 6 24 5 23 41
-STDOUT_16562=16 28 9 27 6 26 5 25 41
-STDOUT_16563=17 26 9 25 6 24 5 23 41
-STDOUT_16564=17 26 9 25 6 24 5 23 41
-STDOUT_16565=17 27 9 26 6 25 5 24 41
-STDOUT_16566=18 28 10 27 6 26 5 25 41
-STDOUT_16567=17 27 9 26 6 25 5 24 41
-STDOUT_16568=16 29 9 28 6 27 5 26 41
-STDOUT_16569=17 27 9 26 6 25 5 24 41
-STDOUT_16570=17 27 9 26 6 25 5 24 41
-STDOUT_16571=16 28 9 27 6 26 5 25 41
-STDOUT_16572=17 26 9 25 6 24 5 23 41
-STDOUT_16573=18 29 10 28 6 27 5 26 41
-STDOUT_16574=18 28 10 27 6 26 5 25 41
-STDOUT_16575=17 26 9 25 6 24 5 23 41
-STDOUT_16576=16 29 9 28 6 27 5 26 41
-STDOUT_16577=17 27 9 26 6 25 5 24 41
-STDOUT_16578=17 26 9 25 6 24 5 23 41
-STDOUT_16579=16 28 9 27 6 26 5 25 41
-STDOUT_16580=15 25 5 24 1 23 0 22 41
-STDOUT_16581=18 29 10 28 6 27 5 26 41
-STDOUT_16582=17 27 9 26 6 25 5 24 41
-STDOUT_16583=18 28 10 27 6 26 5 25 41
-STDOUT_16584=17 26 9 25 6 24 5 23 41
-STDOUT_16585=17 27 9 26 6 25 5 24 41
-STDOUT_16586=17 26 9 25 6 24 5 23 41
-STDOUT_16587=16 29 9 28 6 27 5 26 41
-STDOUT_16588=15 26 5 25 1 24 0 23 41
-STDOUT_16589=17 26 9 25 6 24 5 23 41
-STDOUT_16590=18 29 10 28 6 27 5 26 41
-STDOUT_16591=17 26 9 25 6 24 5 23 41
-STDOUT_16592=17 27 9 26 6 25 5 24 41
-STDOUT_16593=17 27 9 26 6 25 5 24 41
-STDOUT_16594=17 26 9 25 6 24 5 23 41
-STDOUT_16595=17 26 9 25 6 24 5 23 41
-STDOUT_16596=18 28 10 27 6 26 5 25 41
-STDOUT_16597=17 26 9 25 6 24 5 23 41
-STDOUT_16598=17 27 9 26 6 25 5 24 41
-STDOUT_16599=17 27 9 26 6 25 5 24 41
-STDOUT_16600=17 27 9 26 6 25 5 24 41
-STDOUT_16601=17 26 9 25 6 24 5 23 41
-STDOUT_16602=17 26 9 25 6 24 5 23 41
-STDOUT_16603=16 28 9 27 6 26 5 25 41
-STDOUT_16604=17 27 9 26 6 25 5 24 41
-STDOUT_16605=18 29 10 28 6 27 5 26 41
-STDOUT_16606=17 26 9 25 6 24 5 23 41
-STDOUT_16607=17 27 9 26 6 25 5 24 41
-STDOUT_16608=17 26 9 25 6 24 5 23 41
-STDOUT_16609=15 24 6 23 2 22 0 21 41
-STDOUT_16610=17 26 9 25 6 24 5 23 41
-STDOUT_16611=18 28 10 27 6 26 5 25 41
-STDOUT_16612=17 27 9 26 6 25 5 24 41
-STDOUT_16613=18 28 10 27 6 26 5 25 41
-STDOUT_16614=17 27 9 26 6 25 5 24 41
-STDOUT_16615=17 26 9 25 6 24 5 23 41
-STDOUT_16616=16 29 9 28 6 27 5 26 41
-STDOUT_16617=17 26 9 25 6 24 5 23 41
-STDOUT_16618=17 27 9 26 6 25 5 24 41
-STDOUT_16619=17 27 9 26 6 25 5 24 41
-STDOUT_16620=15 25 6 24 2 23 0 22 41
-STDOUT_16621=17 27 9 26 6 25 5 24 41
-STDOUT_16622=18 29 10 28 6 27 5 26 41
-STDOUT_16623=18 29 10 28 6 27 5 26 41
-STDOUT_16624=17 26 9 25 6 24 5 23 41
-STDOUT_16625=16 28 9 27 6 26 5 25 41
-STDOUT_16626=17 27 9 26 6 25 5 24 41
-STDOUT_16627=17 27 9 26 6 25 5 24 41
-STDOUT_16628=17 26 9 25 6 24 5 23 41
-STDOUT_16629=17 26 9 25 6 24 5 23 41
-STDOUT_16630=17 26 9 25 6 24 5 23 41
-STDOUT_16631=16 28 9 27 6 26 5 25 41
-STDOUT_16632=18 28 10 27 6 26 5 25 41
-STDOUT_16633=18 26 9 25 6 24 5 23 41
-STDOUT_16634=17 26 9 25 6 24 5 23 41
-STDOUT_16635=16 28 9 27 6 26 5 25 41
-STDOUT_16636=17 26 9 25 6 24 5 23 41
-STDOUT_16637=18 28 10 27 6 26 5 25 41
-STDOUT_16638=17 26 9 25 6 24 5 23 41
-STDOUT_16639=17 27 9 26 6 25 5 24 41
-STDOUT_16640=16 29 9 28 6 27 5 26 41
-STDOUT_16641=15 25 6 24 2 23 0 22 41
-STDOUT_16642=15 25 6 24 2 23 0 22 41
-STDOUT_16643=17 27 9 26 6 25 5 24 41
-STDOUT_16644=30 52 18 51 12 50 9 49 41
-STDOUT_16645=30 52 18 51 12 50 9 49 41
-STDOUT_16646=30 52 18 51 12 50 9 49 41
-STDOUT_16647=30 52 18 51 12 50 9 49 41
-STDOUT_16648=30 54 19 53 15 52 12 51 41
-STDOUT_16649=30 52 18 51 12 50 9 49 41
-STDOUT_16650=30 54 19 53 15 52 12 51 41
-STDOUT_16651=30 52 18 51 12 50 9 49 41
-STDOUT_16652=30 52 18 51 12 50 9 49 41
-STDOUT_16653=30 52 18 51 12 50 9 49 41
-STDOUT_16654=30 52 18 51 12 50 9 49 41
-STDOUT_16655=30 52 18 51 12 50 9 49 41
-STDOUT_16656=30 53 19 52 15 51 12 50 41
-STDOUT_16657=30 52 18 51 12 50 9 49 41
-STDOUT_16658=30 52 18 51 12 50 9 49 41
-STDOUT_16659=30 52 18 51 12 50 9 49 41
-STDOUT_16660=30 53 19 52 15 51 12 50 41
-STDOUT_16661=30 52 18 51 12 50 9 49 41
-STDOUT_16662=30 52 18 51 12 50 9 49 41
-STDOUT_16663=30 54 19 53 15 52 12 51 41
-STDOUT_16664=30 52 18 51 12 50 9 49 41
-STDOUT_16665=30 54 19 53 15 52 12 51 41
-STDOUT_16666=30 52 18 51 12 50 9 49 41
-STDOUT_16667=30 52 18 51 12 50 9 49 41
-STDOUT_16668=30 52 18 51 12 50 9 49 41
-STDOUT_16669=30 53 19 52 15 51 12 50 41
-STDOUT_16670=30 52 18 51 12 50 9 49 41
-STDOUT_16671=30 52 18 51 12 50 9 49 41
-STDOUT_16672=30 52 18 51 12 50 9 49 41
-STDOUT_16673=30 52 18 51 12 50 9 49 41
-STDOUT_16674=30 52 18 51 12 50 9 49 41
-STDOUT_16675=30 53 19 52 15 51 12 50 41
-STDOUT_16676=30 53 19 52 15 51 12 50 41
-STDOUT_16677=30 52 18 51 12 50 9 49 41
-STDOUT_16678=30 52 18 51 12 50 9 49 41
-STDOUT_16679=30 55 17 54 10 53 6 52 41
-STDOUT_16680=30 52 18 51 12 50 9 49 41
-STDOUT_16681=30 52 18 51 12 50 9 49 41
-STDOUT_16682=30 52 18 51 12 50 9 49 41
-STDOUT_16683=30 53 19 52 15 51 12 50 41
-STDOUT_16684=30 52 18 51 12 50 9 49 41
-STDOUT_16685=30 52 18 51 12 50 9 49 41
-STDOUT_16686=30 55 17 54 10 53 6 52 41
-STDOUT_16687=30 52 18 51 12 50 9 49 41
-STDOUT_16688=30 52 18 51 12 50 9 49 41
-STDOUT_16689=30 52 18 51 12 50 9 49 41
-STDOUT_16690=30 52 18 51 12 50 9 49 41
-STDOUT_16691=30 52 18 51 12 50 9 49 41
-STDOUT_16692=30 52 16 51 9 50 6 49 41
-STDOUT_16693=30 52 18 51 12 50 9 49 41
-STDOUT_16694=30 54 19 53 15 52 12 51 41
-STDOUT_16695=30 52 18 51 12 50 9 49 41
-STDOUT_16696=30 52 18 51 12 50 9 49 41
-STDOUT_16697=30 53 19 52 15 51 12 50 41
-STDOUT_16698=30 54 19 53 15 52 12 51 41
-STDOUT_16699=30 54 19 53 15 52 12 51 41
-STDOUT_16700=30 52 16 51 9 50 6 49 41
-STDOUT_16701=30 52 18 51 12 50 9 49 41
-STDOUT_16702=30 52 18 51 12 50 9 49 41
-STDOUT_16703=30 52 18 51 12 50 9 49 41
-STDOUT_16704=30 53 19 52 15 51 12 50 41
-STDOUT_16705=30 52 18 51 12 50 9 49 41
-STDOUT_16706=30 54 19 53 15 52 12 51 41
-STDOUT_16707=30 52 18 51 12 50 9 49 41
-STDOUT_16708=30 52 18 51 12 50 9 49 41
-STDOUT_16709=30 54 19 53 15 52 12 51 41
-STDOUT_16710=30 52 18 51 12 50 9 49 41
-STDOUT_16711=30 55 17 54 10 53 6 52 41
-STDOUT_16712=30 54 19 53 15 52 12 51 41
-STDOUT_16713=30 52 18 51 12 50 9 49 41
-STDOUT_16714=30 54 19 53 15 52 12 51 41
-STDOUT_16715=30 54 19 53 15 52 12 51 41
-STDOUT_16716=30 52 18 51 12 50 9 49 41
-STDOUT_16717=30 53 19 52 15 51 12 50 41
-STDOUT_16718=30 52 18 51 12 50 9 49 41
-STDOUT_16719=30 55 17 54 10 53 6 52 41
-STDOUT_16720=30 52 18 51 12 50 9 49 41
-STDOUT_16721=30 52 18 51 12 50 9 49 41
-STDOUT_16722=30 52 18 51 12 50 9 49 41
-STDOUT_16723=30 52 18 51 12 50 9 49 41
-STDOUT_16724=30 54 19 53 15 52 12 51 41
-STDOUT_16725=30 52 18 51 12 50 9 49 41
-STDOUT_16726=30 52 18 51 12 50 9 49 41
-STDOUT_16727=30 52 18 51 12 50 9 49 41
-STDOUT_16728=30 53 19 52 15 51 12 50 41
-STDOUT_16729=30 53 19 52 15 51 12 50 41
-STDOUT_16730=30 52 18 51 12 50 9 49 41
-STDOUT_16731=30 52 18 51 12 50 9 49 41
-STDOUT_16732=30 52 18 51 12 50 9 49 41
-STDOUT_16733=30 54 19 53 15 52 12 51 41
-STDOUT_16734=30 52 18 51 12 50 9 49 41
-STDOUT_16735=30 52 18 51 12 50 9 49 41
-STDOUT_16736=30 54 19 53 15 52 12 51 41
-STDOUT_16737=30 52 18 51 12 50 9 49 41
-STDOUT_16738=30 52 16 51 9 50 6 49 41
-STDOUT_16739=30 52 18 51 12 50 9 49 41
-STDOUT_16740=30 52 18 51 12 50 9 49 41
-STDOUT_16741=30 52 18 51 12 50 9 49 41
-STDOUT_16742=30 53 19 52 15 51 12 50 41
-STDOUT_16743=30 53 19 52 15 51 12 50 41
-STDOUT_16744=23 42 2 41 0 40 0 39 41
-STDOUT_16745=23 42 2 41 0 40 0 39 41
-STDOUT_16746=24 42 3 41 0 40 0 39 41
-STDOUT_16747=24 42 3 41 0 40 0 39 41
-STDOUT_16748=24 42 2 41 0 40 0 39 41
-STDOUT_16749=24 41 3 40 0 39 0 38 41
-STDOUT_16750=24 42 2 41 0 40 0 39 41
-STDOUT_16751=22 42 2 41 0 40 0 39 41
-STDOUT_16752=24 42 2 41 0 40 0 39 41
-STDOUT_16753=23 42 2 41 0 40 0 39 41
-STDOUT_16754=22 42 2 41 0 40 0 39 41
-STDOUT_16755=25 42 3 41 0 40 0 39 41
-STDOUT_16756=24 42 2 41 0 40 0 39 41
-STDOUT_16757=23 42 2 41 0 40 0 39 41
-STDOUT_16758=25 42 3 41 0 40 0 39 41
-STDOUT_16759=23 42 2 41 0 40 0 39 41
-STDOUT_16760=25 42 3 41 0 40 0 39 41
-STDOUT_16761=23 42 2 41 0 40 0 39 41
-STDOUT_16762=25 41 4 40 0 39 0 38 41
-STDOUT_16763=25 42 3 41 0 40 0 39 41
-STDOUT_16764=23 42 2 41 0 40 0 39 41
-STDOUT_16765=23 42 3 41 0 40 0 39 41
-STDOUT_16766=24 42 3 41 0 40 0 39 41
-STDOUT_16767=23 42 3 41 0 40 0 39 41
-STDOUT_16768=25 41 3 40 0 39 0 38 41
-STDOUT_16769=24 42 3 41 0 40 0 39 41
-STDOUT_16770=23 42 2 41 0 40 0 39 41
-STDOUT_16771=23 42 2 41 0 40 0 39 41
-STDOUT_16772=23 42 2 41 0 40 0 39 41
-STDOUT_16773=23 41 3 40 0 39 0 38 41
-STDOUT_16774=25 42 2 41 0 40 0 39 41
-STDOUT_16775=23 42 2 41 0 40 0 39 41
-STDOUT_16776=23 42 2 41 0 40 0 39 41
-STDOUT_16777=24 42 2 41 0 40 0 39 41
-STDOUT_16778=25 41 3 40 0 39 0 38 41
-STDOUT_16779=23 42 2 41 0 40 0 39 41
-STDOUT_16780=24 41 3 40 0 39 0 38 41
-STDOUT_16781=26 42 3 41 0 40 0 39 41
-STDOUT_16782=24 42 3 41 0 40 0 39 41
-STDOUT_16783=25 42 2 41 0 40 0 39 41
-STDOUT_16784=24 42 2 41 0 40 0 39 41
-STDOUT_16785=26 41 4 40 0 39 0 38 41
-STDOUT_16786=23 42 2 41 0 40 0 39 41
-STDOUT_16787=22 42 2 41 0 40 0 39 41
-STDOUT_16788=26 42 3 41 0 40 0 39 41
-STDOUT_16789=24 42 2 41 0 40 0 39 41
-STDOUT_16790=24 42 3 41 0 40 0 39 41
-STDOUT_16791=23 42 2 41 0 40 0 39 41
-STDOUT_16792=22 42 2 41 0 40 0 39 41
-STDOUT_16793=22 42 2 41 0 40 0 39 41
-STDOUT_16794=25 42 3 41 0 40 0 39 41
-STDOUT_16795=24 42 2 41 0 40 0 39 41
-STDOUT_16796=24 42 3 41 0 40 0 39 41
-STDOUT_16797=24 42 2 41 0 40 0 39 41
-STDOUT_16798=24 42 2 41 0 40 0 39 41
-STDOUT_16799=22 42 2 41 0 40 0 39 41
-STDOUT_16800=23 42 2 41 0 40 0 39 41
-STDOUT_16801=25 42 3 41 0 40 0 39 41
-STDOUT_16802=26 41 4 40 0 39 0 38 41
-STDOUT_16803=24 41 3 40 0 39 0 38 41
-STDOUT_16804=24 42 2 41 0 40 0 39 41
-STDOUT_16805=24 42 2 41 0 40 0 39 41
-STDOUT_16806=22 42 2 41 0 40 0 39 41
-STDOUT_16807=23 42 2 41 0 40 0 39 41
-STDOUT_16808=24 42 3 41 0 40 0 39 41
-STDOUT_16809=22 42 2 41 0 40 0 39 41
-STDOUT_16810=24 42 2 41 0 40 0 39 41
-STDOUT_16811=24 42 2 41 0 40 0 39 41
-STDOUT_16812=24 41 4 40 0 39 0 38 41
-STDOUT_16813=23 42 2 41 0 40 0 39 41
-STDOUT_16814=25 42 3 41 0 40 0 39 41
-STDOUT_16815=23 42 2 41 0 40 0 39 41
-STDOUT_16816=24 42 3 41 0 40 0 39 41
-STDOUT_16817=25 41 4 40 0 39 0 38 41
-STDOUT_16818=22 42 2 41 0 40 0 39 41
-STDOUT_16819=25 42 3 41 0 40 0 39 41
-STDOUT_16820=25 42 3 41 0 40 0 39 41
-STDOUT_16821=23 42 2 41 0 40 0 39 41
-STDOUT_16822=22 41 2 40 0 39 0 38 41
-STDOUT_16823=24 42 2 41 0 40 0 39 41
-STDOUT_16824=24 42 2 41 0 40 0 39 41
-STDOUT_16825=23 42 3 41 0 40 0 39 41
-STDOUT_16826=24 41 3 40 0 39 0 38 41
-STDOUT_16827=24 41 3 40 0 39 0 38 41
-STDOUT_16828=24 41 3 40 0 39 0 38 41
-STDOUT_16829=24 42 2 41 0 40 0 39 41
-STDOUT_16830=24 42 2 41 0 40 0 39 41
-STDOUT_16831=23 42 3 41 0 40 0 39 41
-STDOUT_16832=26 41 3 40 0 39 0 38 41
-STDOUT_16833=23 42 3 41 0 40 0 39 41
-STDOUT_16834=22 42 2 41 0 40 0 39 41
-STDOUT_16835=22 42 2 41 0 40 0 39 41
-STDOUT_16836=25 41 3 40 0 39 0 38 41
-STDOUT_16837=25 42 3 41 0 40 0 39 41
-STDOUT_16838=23 42 2 41 0 40 0 39 41
-STDOUT_16839=22 42 2 41 0 40 0 39 41
-STDOUT_16840=23 42 2 41 0 40 0 39 41
-STDOUT_16841=23 42 2 41 0 40 0 39 41
-STDOUT_16842=27 41 4 40 0 39 0 38 41
-STDOUT_16843=23 42 3 41 0 40 0 39 41
-STDOUT_16844=29 37 17 36 10 35 7 34 41
-STDOUT_16845=29 37 17 36 10 35 7 34 41
-STDOUT_16846=28 35 17 34 10 33 7 32 41
-STDOUT_16847=29 37 17 36 10 35 7 34 41
-STDOUT_16848=29 37 17 36 10 35 7 34 41
-STDOUT_16849=28 35 17 34 10 33 7 32 41
-STDOUT_16850=28 34 17 33 10 32 7 31 41
-STDOUT_16851=29 37 17 36 10 35 7 34 41
-STDOUT_16852=29 39 17 38 10 37 7 36 41
-STDOUT_16853=29 37 17 36 10 35 7 34 41
-STDOUT_16854=28 34 17 33 10 32 7 31 41
-STDOUT_16855=28 36 15 35 8 34 6 33 41
-STDOUT_16856=29 39 17 38 10 37 7 36 41
-STDOUT_16857=29 37 17 36 10 35 7 34 41
-STDOUT_16858=29 37 17 36 10 35 7 34 41
-STDOUT_16859=28 36 15 35 8 34 6 33 41
-STDOUT_16860=28 35 17 34 10 33 7 32 41
-STDOUT_16861=28 35 17 34 10 33 7 32 41
-STDOUT_16862=29 37 17 36 10 35 7 34 41
-STDOUT_16863=29 38 19 37 13 36 9 35 41
-STDOUT_16864=29 37 17 36 10 35 7 34 41
-STDOUT_16865=28 35 17 34 10 33 7 32 41
-STDOUT_16866=28 37 17 36 10 35 7 34 41
-STDOUT_16867=28 34 17 33 10 32 7 31 41
-STDOUT_16868=28 34 17 33 10 32 7 31 41
-STDOUT_16869=29 38 19 37 13 36 9 35 41
-STDOUT_16870=27 33 15 32 8 31 6 30 41
-STDOUT_16871=29 39 17 38 10 37 7 36 41
-STDOUT_16872=29 39 17 38 10 37 7 36 41
-STDOUT_16873=27 34 15 33 8 32 6 31 41
-STDOUT_16874=29 37 17 36 10 35 7 34 41
-STDOUT_16875=28 37 17 36 10 35 7 34 41
-STDOUT_16876=29 37 17 36 10 35 7 34 41
-STDOUT_16877=28 34 17 33 10 32 7 31 41
-STDOUT_16878=28 36 17 35 10 34 7 33 41
-STDOUT_16879=29 37 17 36 10 35 7 34 41
-STDOUT_16880=27 33 15 32 8 31 6 30 41
-STDOUT_16881=28 36 15 35 8 34 6 33 41
-STDOUT_16882=29 39 17 38 10 37 7 36 41
-STDOUT_16883=29 37 17 36 10 35 7 34 41
-STDOUT_16884=27 34 15 33 8 32 6 31 41
-STDOUT_16885=28 36 15 35 8 34 6 33 41
-STDOUT_16886=29 37 17 36 10 35 7 34 41
-STDOUT_16887=29 37 17 36 10 35 7 34 41
-STDOUT_16888=29 39 17 38 10 37 7 36 41
-STDOUT_16889=28 36 17 35 10 34 7 33 41
-STDOUT_16890=29 37 17 36 10 35 7 34 41
-STDOUT_16891=29 37 17 36 10 35 7 34 41
-STDOUT_16892=28 36 15 35 8 34 6 33 41
-STDOUT_16893=28 38 15 37 8 36 6 35 41
-STDOUT_16894=28 35 17 34 10 33 7 32 41
-STDOUT_16895=28 36 15 35 8 34 6 33 41
-STDOUT_16896=28 36 15 35 8 34 6 33 41
-STDOUT_16897=29 39 17 38 10 37 7 36 41
-STDOUT_16898=29 39 17 38 10 37 7 36 41
-STDOUT_16899=29 38 19 37 13 36 9 35 41
-STDOUT_16900=29 37 17 36 10 35 7 34 41
-STDOUT_16901=28 34 17 33 10 32 7 31 41
-STDOUT_16902=28 38 15 37 8 36 6 35 41
-STDOUT_16903=28 37 17 36 10 35 7 34 41
-STDOUT_16904=28 36 15 35 8 34 6 33 41
-STDOUT_16905=30 38 19 37 13 36 10 35 41
-STDOUT_16906=28 37 17 36 10 35 7 34 41
-STDOUT_16907=28 36 15 35 8 34 6 33 41
-STDOUT_16908=28 34 17 33 10 32 7 31 41
-STDOUT_16909=29 39 17 38 10 37 7 36 41
-STDOUT_16910=29 40 19 39 13 38 9 37 41
-STDOUT_16911=27 33 15 32 8 31 6 30 41
-STDOUT_16912=28 35 17 34 10 33 7 32 41
-STDOUT_16913=28 34 17 33 10 32 7 31 41
-STDOUT_16914=29 39 17 38 10 37 7 36 41
-STDOUT_16915=27 34 15 33 8 32 6 31 41
-STDOUT_16916=29 37 17 36 10 35 7 34 41
-STDOUT_16917=30 38 19 37 13 36 10 35 41
-STDOUT_16918=28 37 17 36 10 35 7 34 41
-STDOUT_16919=28 36 15 35 8 34 6 33 41
-STDOUT_16920=28 36 17 35 10 34 7 33 41
-STDOUT_16921=28 35 17 34 10 33 7 32 41
-STDOUT_16922=28 37 17 36 11 35 8 34 41
-STDOUT_16923=28 36 17 35 10 34 7 33 41
-STDOUT_16924=29 40 19 39 13 38 9 37 41
-STDOUT_16925=27 34 15 33 8 32 6 31 41
-STDOUT_16926=29 37 17 36 10 35 7 34 41
-STDOUT_16927=27 33 15 32 8 31 6 30 41
-STDOUT_16928=27 35 15 34 8 33 6 32 41
-STDOUT_16929=28 35 17 34 10 33 7 32 41
-STDOUT_16930=28 35 17 34 10 33 7 32 41
-STDOUT_16931=29 37 17 36 10 35 7 34 41
-STDOUT_16932=27 34 15 33 8 32 6 31 41
-STDOUT_16933=28 36 15 35 8 34 6 33 41
-STDOUT_16934=27 36 15 35 8 34 6 33 41
-STDOUT_16935=29 39 17 38 10 37 7 36 41
-STDOUT_16936=29 39 17 38 10 37 7 36 41
-STDOUT_16937=28 36 17 35 10 34 7 33 41
-STDOUT_16938=28 37 17 36 11 35 8 34 41
-STDOUT_16939=27 34 15 33 8 32 6 31 41
-STDOUT_16940=28 34 17 33 10 32 7 31 41
-STDOUT_16941=29 37 17 36 10 35 7 34 41
-STDOUT_16942=29 39 17 38 10 37 7 36 41
-STDOUT_16943=27 33 15 32 8 31 6 30 41
-STDOUT_16944=SCORES_TXT_END_0
-STDOUT_16945=SCORES_TXT_BEGIN_0 2 400 9 BLEU
-STDOUT_16946=13 18 7 17 4 16 3 15 21
-STDOUT_16947=13 18 7 17 4 16 3 15 21
-STDOUT_16948=13 21 7 20 4 19 3 18 21
-STDOUT_16949=13 21 7 20 4 19 3 18 21
-STDOUT_16950=13 18 7 17 4 16 3 15 21
-STDOUT_16951=13 18 7 17 4 16 3 15 21
-STDOUT_16952=12 17 6 16 4 15 3 14 21
-STDOUT_16953=13 18 7 17 4 16 3 15 21
-STDOUT_16954=9 15 2 14 0 13 0 12 21
-STDOUT_16955=13 21 7 20 4 19 3 18 21
-STDOUT_16956=13 18 7 17 4 16 3 15 21
-STDOUT_16957=12 17 6 16 4 15 3 14 21
-STDOUT_16958=8 14 2 13 0 12 0 11 21
-STDOUT_16959=13 21 7 20 4 19 3 18 21
-STDOUT_16960=13 18 7 17 4 16 3 15 21
-STDOUT_16961=13 18 7 17 4 16 3 15 21
-STDOUT_16962=9 15 2 14 0 13 0 12 21
-STDOUT_16963=15 21 7 20 4 19 3 18 21
-STDOUT_16964=13 21 7 20 4 19 3 18 21
-STDOUT_16965=13 18 7 17 4 16 3 15 21
-STDOUT_16966=13 18 7 17 4 16 3 15 21
-STDOUT_16967=8 14 2 13 0 12 0 11 21
-STDOUT_16968=13 21 7 20 4 19 3 18 21
-STDOUT_16969=12 20 6 19 4 18 3 17 21
-STDOUT_16970=13 18 7 17 4 16 3 15 21
-STDOUT_16971=15 21 7 20 4 19 3 18 21
-STDOUT_16972=8 15 2 14 0 13 0 12 21
-STDOUT_16973=13 21 7 20 4 19 3 18 21
-STDOUT_16974=13 18 7 17 4 16 3 15 21
-STDOUT_16975=9 18 2 17 0 16 0 15 21
-STDOUT_16976=13 22 7 21 4 20 3 19 21
-STDOUT_16977=9 15 2 14 0 13 0 12 21
-STDOUT_16978=12 17 6 16 4 15 3 14 21
-STDOUT_16979=13 18 7 17 4 16 3 15 21
-STDOUT_16980=12 20 6 19 4 18 3 17 21
-STDOUT_16981=8 17 2 16 0 15 0 14 21
-STDOUT_16982=13 18 7 17 4 16 3 15 21
-STDOUT_16983=12 20 7 19 4 18 3 17 21
-STDOUT_16984=7 15 2 14 0 13 0 12 21
-STDOUT_16985=8 15 2 14 0 13 0 12 21
-STDOUT_16986=13 21 7 20 4 19 3 18 21
-STDOUT_16987=13 18 7 17 4 16 3 15 21
-STDOUT_16988=13 18 7 17 4 16 3 15 21
-STDOUT_16989=11 16 5 15 1 14 0 13 21
-STDOUT_16990=9 18 2 17 0 16 0 15 21
-STDOUT_16991=13 22 7 21 4 20 3 19 21
-STDOUT_16992=9 15 2 14 0 13 0 12 21
-STDOUT_16993=8 15 2 14 0 13 0 12 21
-STDOUT_16994=7 14 2 13 0 12 0 11 21
-STDOUT_16995=9 16 2 15 0 14 0 13 21
-STDOUT_16996=12 17 6 16 4 15 3 14 21
-STDOUT_16997=9 15 2 14 0 13 0 12 21
-STDOUT_16998=13 21 7 20 4 19 3 18 21
-STDOUT_16999=13 21 7 20 4 19 3 18 21
-STDOUT_17000=8 15 2 14 0 13 0 12 21
-STDOUT_17001=13 18 7 17 4 16 3 15 21
-STDOUT_17002=13 21 7 20 4 19 3 18 21
-STDOUT_17003=13 18 7 17 4 16 3 15 21
-STDOUT_17004=8 17 2 16 0 15 0 14 21
-STDOUT_17005=12 18 7 17 4 16 3 15 21
-STDOUT_17006=12 20 7 19 4 18 3 17 21
-STDOUT_17007=7 15 2 14 0 13 0 12 21
-STDOUT_17008=12 17 6 16 4 15 3 14 21
-STDOUT_17009=8 14 2 13 0 12 0 11 21
-STDOUT_17010=12 19 7 18 4 17 3 16 21
-STDOUT_17011=13 21 7 20 4 19 3 18 21
-STDOUT_17012=11 16 5 15 1 14 0 13 21
-STDOUT_17013=13 18 7 17 4 16 3 15 21
-STDOUT_17014=13 19 7 18 4 17 3 16 21
-STDOUT_17015=13 18 7 17 4 16 3 15 21
-STDOUT_17016=7 15 2 14 0 13 0 12 21
-STDOUT_17017=8 15 2 14 0 13 0 12 21
-STDOUT_17018=7 14 2 13 0 12 0 11 21
-STDOUT_17019=9 16 2 15 0 14 0 13 21
-STDOUT_17020=12 17 6 16 4 15 3 14 21
-STDOUT_17021=9 15 2 14 0 13 0 12 21
-STDOUT_17022=13 21 7 20 4 19 3 18 21
-STDOUT_17023=13 21 7 20 4 19 3 18 21
-STDOUT_17024=8 18 2 17 0 16 0 15 21
-STDOUT_17025=15 21 7 20 4 19 3 18 21
-STDOUT_17026=10 15 4 14 1 13 0 12 21
-STDOUT_17027=8 14 1 13 0 12 0 11 21
-STDOUT_17028=8 15 2 14 0 13 0 12 21
-STDOUT_17029=13 21 7 20 4 19 3 18 21
-STDOUT_17030=13 21 7 20 4 19 3 18 21
-STDOUT_17031=13 18 7 17 4 16 3 15 21
-STDOUT_17032=12 20 6 19 4 18 3 17 21
-STDOUT_17033=12 18 7 17 4 16 3 15 21
-STDOUT_17034=12 17 6 16 4 15 3 14 21
-STDOUT_17035=13 18 7 17 4 16 3 15 21
-STDOUT_17036=13 18 7 17 4 16 3 15 21
-STDOUT_17037=8 15 2 14 0 13 0 12 21
-STDOUT_17038=9 18 2 17 0 16 0 15 21
-STDOUT_17039=9 15 2 14 0 13 0 12 21
-STDOUT_17040=8 14 2 13 0 12 0 11 21
-STDOUT_17041=12 17 6 16 4 15 3 14 21
-STDOUT_17042=7 13 1 12 0 11 0 10 21
-STDOUT_17043=12 20 6 19 4 18 3 17 21
-STDOUT_17044=13 21 7 20 4 19 3 18 21
-STDOUT_17045=13 21 7 20 4 19 3 18 21
-STDOUT_17046=14 29 10 28 7 27 5 26 21
-STDOUT_17047=13 29 8 28 5 27 4 26 21
-STDOUT_17048=13 29 8 28 5 27 4 26 21
-STDOUT_17049=14 29 10 28 7 27 5 26 21
-STDOUT_17050=14 29 10 28 7 27 5 26 21
-STDOUT_17051=14 29 10 28 7 27 5 26 21
-STDOUT_17052=13 29 8 28 5 27 4 26 21
-STDOUT_17053=13 29 8 28 5 27 4 26 21
-STDOUT_17054=13 29 8 28 5 27 4 26 21
-STDOUT_17055=14 29 10 28 7 27 5 26 21
-STDOUT_17056=13 29 8 28 5 27 4 26 21
-STDOUT_17057=13 29 8 28 5 27 4 26 21
-STDOUT_17058=14 29 10 28 7 27 5 26 21
-STDOUT_17059=14 28 8 27 5 26 3 25 21
-STDOUT_17060=13 29 8 28 5 27 4 26 21
-STDOUT_17061=15 29 12 28 9 27 7 26 21
-STDOUT_17062=14 29 10 28 7 27 5 26 21
-STDOUT_17063=14 29 10 28 7 27 5 26 21
-STDOUT_17064=14 29 10 28 7 27 5 26 21
-STDOUT_17065=13 29 8 28 5 27 4 26 21
-STDOUT_17066=14 29 10 28 7 27 5 26 21
-STDOUT_17067=13 29 8 28 5 27 4 26 21
-STDOUT_17068=13 29 8 28 5 27 4 26 21
-STDOUT_17069=14 29 10 28 7 27 5 26 21
-STDOUT_17070=14 30 9 29 6 28 4 27 21
-STDOUT_17071=13 28 6 27 3 26 2 25 21
-STDOUT_17072=14 29 10 28 7 27 5 26 21
-STDOUT_17073=13 29 8 28 5 27 4 26 21
-STDOUT_17074=14 29 10 28 7 27 6 26 21
-STDOUT_17075=13 28 6 27 3 26 2 25 21
-STDOUT_17076=14 30 8 29 5 28 3 27 21
-STDOUT_17077=13 29 8 28 5 27 4 26 21
-STDOUT_17078=14 29 10 28 7 27 5 26 21
-STDOUT_17079=14 29 10 28 7 27 6 26 21
-STDOUT_17080=13 29 8 28 5 27 4 26 21
-STDOUT_17081=13 29 8 28 5 27 4 26 21
-STDOUT_17082=13 29 8 28 5 27 4 26 21
-STDOUT_17083=14 29 10 28 7 27 5 26 21
-STDOUT_17084=14 29 10 28 7 27 5 26 21
-STDOUT_17085=14 28 8 27 5 26 3 25 21
-STDOUT_17086=15 29 12 28 9 27 7 26 21
-STDOUT_17087=14 29 10 28 7 27 5 26 21
-STDOUT_17088=14 35 9 34 6 33 4 32 21
-STDOUT_17089=14 29 10 28 7 27 5 26 21
-STDOUT_17090=14 28 8 27 5 26 3 25 21
-STDOUT_17091=14 29 10 28 7 27 5 26 21
-STDOUT_17092=13 30 7 29 4 28 3 27 21
-STDOUT_17093=15 29 12 28 9 27 7 26 21
-STDOUT_17094=14 29 10 28 7 27 5 26 21
-STDOUT_17095=13 29 8 28 5 27 4 26 21
-STDOUT_17096=14 29 10 28 7 27 5 26 21
-STDOUT_17097=13 30 7 29 4 28 3 27 21
-STDOUT_17098=13 30 6 29 3 28 2 27 21
-STDOUT_17099=14 28 8 27 5 26 3 25 21
-STDOUT_17100=13 29 8 28 5 27 4 26 21
-STDOUT_17101=13 29 8 28 5 27 4 26 21
-STDOUT_17102=14 29 10 28 7 27 5 26 21
-STDOUT_17103=15 29 12 28 9 27 7 26 21
-STDOUT_17104=14 29 10 28 7 27 5 26 21
-STDOUT_17105=14 28 8 27 5 26 3 25 21
-STDOUT_17106=13 30 6 29 3 28 2 27 21
-STDOUT_17107=13 29 8 28 5 27 4 26 21
-STDOUT_17108=13 30 9 29 7 28 5 27 21
-STDOUT_17109=14 30 9 29 6 28 4 27 21
-STDOUT_17110=13 29 8 28 5 27 4 26 21
-STDOUT_17111=13 29 8 28 5 27 4 26 21
-STDOUT_17112=14 29 10 28 7 27 5 26 21
-STDOUT_17113=13 29 8 28 5 27 4 26 21
-STDOUT_17114=13 29 8 28 5 27 4 26 21
-STDOUT_17115=14 30 8 29 5 28 3 27 21
-STDOUT_17116=13 28 6 27 3 26 2 25 21
-STDOUT_17117=14 29 10 28 7 27 6 26 21
-STDOUT_17118=14 30 9 29 6 28 4 27 21
-STDOUT_17119=13 35 7 34 4 33 3 32 21
-STDOUT_17120=13 29 8 28 5 27 4 26 21
-STDOUT_17121=13 28 6 27 3 26 2 25 21
-STDOUT_17122=13 29 8 28 5 27 4 26 21
-STDOUT_17123=14 29 10 28 7 27 5 26 21
-STDOUT_17124=13 35 7 34 4 33 3 32 21
-STDOUT_17125=14 29 10 28 7 27 6 26 21
-STDOUT_17126=13 29 8 28 5 27 4 26 21
-STDOUT_17127=14 29 10 28 7 27 5 26 21
-STDOUT_17128=14 29 10 28 7 27 5 26 21
-STDOUT_17129=13 28 6 27 3 26 2 25 21
-STDOUT_17130=14 30 8 29 5 28 3 27 21
-STDOUT_17131=13 29 8 28 5 27 4 26 21
-STDOUT_17132=14 30 9 29 6 28 4 27 21
-STDOUT_17133=14 29 10 28 7 27 6 26 21
-STDOUT_17134=13 29 8 28 5 27 4 26 21
-STDOUT_17135=13 28 6 27 3 26 2 25 21
-STDOUT_17136=14 29 10 28 7 27 5 26 21
-STDOUT_17137=13 29 8 28 5 27 4 26 21
-STDOUT_17138=13 29 8 28 5 27 4 26 21
-STDOUT_17139=14 29 10 28 7 27 5 26 21
-STDOUT_17140=14 29 10 28 7 27 5 26 21
-STDOUT_17141=14 29 10 28 7 27 6 26 21
-STDOUT_17142=13 28 6 27 3 26 2 25 21
-STDOUT_17143=13 29 8 28 5 27 4 26 21
-STDOUT_17144=14 29 8 28 5 27 3 26 21
-STDOUT_17145=14 29 10 28 7 27 5 26 21
-STDOUT_17146=10 24 1 23 0 22 0 21 21
-STDOUT_17147=9 23 2 22 0 21 0 20 21
-STDOUT_17148=11 23 2 22 0 21 0 20 21
-STDOUT_17149=8 24 0 23 0 22 0 21 21
-STDOUT_17150=11 25 2 24 0 23 0 22 21
-STDOUT_17151=11 24 1 23 0 22 0 21 21
-STDOUT_17152=10 23 2 22 0 21 0 20 21
-STDOUT_17153=11 24 1 23 0 22 0 21 21
-STDOUT_17154=9 24 1 23 0 22 0 21 21
-STDOUT_17155=11 24 1 23 0 22 0 21 21
-STDOUT_17156=9 23 0 22 0 21 0 20 21
-STDOUT_17157=8 23 0 22 0 21 0 20 21
-STDOUT_17158=8 23 0 22 0 21 0 20 21
-STDOUT_17159=8 23 2 22 0 21 0 20 21
-STDOUT_17160=9 24 1 23 0 22 0 21 21
-STDOUT_17161=9 25 1 24 0 23 0 22 21
-STDOUT_17162=9 24 0 23 0 22 0 21 21
-STDOUT_17163=10 23 2 22 0 21 0 20 21
-STDOUT_17164=9 24 0 23 0 22 0 21 21
-STDOUT_17165=12 25 2 24 0 23 0 22 21
-STDOUT_17166=7 24 0 23 0 22 0 21 21
-STDOUT_17167=12 24 1 23 0 22 0 21 21
-STDOUT_17168=10 25 2 24 0 23 0 22 21
-STDOUT_17169=9 24 0 23 0 22 0 21 21
-STDOUT_17170=12 25 2 24 0 23 0 22 21
-STDOUT_17171=10 24 1 23 0 22 0 21 21
-STDOUT_17172=12 24 1 23 0 22 0 21 21
-STDOUT_17173=10 24 1 23 0 22 0 21 21
-STDOUT_17174=9 24 1 23 0 22 0 21 21
-STDOUT_17175=10 23 0 22 0 21 0 20 21
-STDOUT_17176=9 23 2 22 0 21 0 20 21
-STDOUT_17177=9 23 0 22 0 21 0 20 21
-STDOUT_17178=10 23 2 22 0 21 0 20 21
-STDOUT_17179=9 24 1 23 0 22 0 21 21
-STDOUT_17180=9 23 2 22 0 21 0 20 21
-STDOUT_17181=9 23 0 22 0 21 0 20 21
-STDOUT_17182=7 24 0 23 0 22 0 21 21
-STDOUT_17183=10 25 2 24 0 23 0 22 21
-STDOUT_17184=10 24 1 23 0 22 0 21 21
-STDOUT_17185=12 24 1 23 0 22 0 21 21
-STDOUT_17186=10 24 1 23 0 22 0 21 21
-STDOUT_17187=10 24 1 23 0 22 0 21 21
-STDOUT_17188=10 23 0 22 0 21 0 20 21
-STDOUT_17189=9 23 0 22 0 21 0 20 21
-STDOUT_17190=8 23 0 22 0 21 0 20 21
-STDOUT_17191=7 23 0 22 0 21 0 20 21
-STDOUT_17192=10 23 0 22 0 21 0 20 21
-STDOUT_17193=9 23 0 22 0 21 0 20 21
-STDOUT_17194=9 23 0 22 0 21 0 20 21
-STDOUT_17195=7 23 0 22 0 21 0 20 21
-STDOUT_17196=12 25 2 24 0 23 0 22 21
-STDOUT_17197=9 23 0 22 0 21 0 20 21
-STDOUT_17198=8 23 1 22 0 21 0 20 21
-STDOUT_17199=10 24 3 23 1 22 0 21 21
-STDOUT_17200=10 25 1 24 0 23 0 22 21
-STDOUT_17201=10 24 1 23 0 22 0 21 21
-STDOUT_17202=10 24 1 23 0 22 0 21 21
-STDOUT_17203=10 24 0 23 0 22 0 21 21
-STDOUT_17204=8 25 1 24 0 23 0 22 21
-STDOUT_17205=9 24 2 23 0 22 0 21 21
-STDOUT_17206=10 25 1 24 0 23 0 22 21
-STDOUT_17207=8 24 0 23 0 22 0 21 21
-STDOUT_17208=8 24 0 23 0 22 0 21 21
-STDOUT_17209=10 24 0 23 0 22 0 21 21
-STDOUT_17210=8 23 0 22 0 21 0 20 21
-STDOUT_17211=7 23 0 22 0 21 0 20 21
-STDOUT_17212=9 23 0 22 0 21 0 20 21
-STDOUT_17213=7 23 0 22 0 21 0 20 21
-STDOUT_17214=8 25 1 24 0 23 0 22 21
-STDOUT_17215=10 23 1 22 0 21 0 20 21
-STDOUT_17216=12 24 3 23 1 22 0 21 21
-STDOUT_17217=8 24 0 23 0 22 0 21 21
-STDOUT_17218=10 24 0 23 0 22 0 21 21
-STDOUT_17219=8 24 0 23 0 22 0 21 21
-STDOUT_17220=13 25 2 24 0 23 0 22 21
-STDOUT_17221=9 24 2 23 0 22 0 21 21
-STDOUT_17222=8 24 0 23 0 22 0 21 21
-STDOUT_17223=13 24 1 23 0 22 0 21 21
-STDOUT_17224=11 25 2 24 0 23 0 22 21
-STDOUT_17225=11 25 2 24 0 23 0 22 21
-STDOUT_17226=10 24 1 23 0 22 0 21 21
-STDOUT_17227=11 24 1 23 0 22 0 21 21
-STDOUT_17228=11 24 1 23 0 22 0 21 21
-STDOUT_17229=11 24 1 23 0 22 0 21 21
-STDOUT_17230=10 24 1 23 0 22 0 21 21
-STDOUT_17231=11 23 0 22 0 21 0 20 21
-STDOUT_17232=9 24 1 23 0 22 0 21 21
-STDOUT_17233=10 23 0 22 0 21 0 20 21
-STDOUT_17234=8 24 1 23 0 22 0 21 21
-STDOUT_17235=11 24 1 23 0 22 0 21 21
-STDOUT_17236=9 23 0 22 0 21 0 20 21
-STDOUT_17237=10 24 1 23 0 22 0 21 21
-STDOUT_17238=8 23 0 22 0 21 0 20 21
-STDOUT_17239=11 23 0 22 0 21 0 20 21
-STDOUT_17240=10 24 1 23 0 22 0 21 21
-STDOUT_17241=10 23 0 22 0 21 0 20 21
-STDOUT_17242=10 23 2 22 0 21 0 20 21
-STDOUT_17243=10 23 0 22 0 21 0 20 21
-STDOUT_17244=9 23 2 22 0 21 0 20 21
-STDOUT_17245=10 25 1 24 0 23 0 22 21
-STDOUT_17246=16 26 13 25 9 24 7 23 21
-STDOUT_17247=13 24 8 23 4 22 2 21 21
-STDOUT_17248=15 26 11 25 7 24 6 23 21
-STDOUT_17249=12 24 6 23 2 22 1 21 21
-STDOUT_17250=16 26 13 25 9 24 7 23 21
-STDOUT_17251=13 24 8 23 4 22 2 21 21
-STDOUT_17252=15 26 11 25 7 24 6 23 21
-STDOUT_17253=12 24 6 23 2 22 1 21 21
-STDOUT_17254=14 24 10 23 5 22 2 21 21
-STDOUT_17255=13 24 8 23 3 22 1 21 21
-STDOUT_17256=16 26 13 25 9 24 7 23 21
-STDOUT_17257=13 24 8 23 4 22 2 21 21
-STDOUT_17258=15 26 11 25 7 24 6 23 21
-STDOUT_17259=12 24 6 23 2 22 1 21 21
-STDOUT_17260=14 24 10 23 5 22 2 21 21
-STDOUT_17261=13 24 8 23 3 22 1 21 21
-STDOUT_17262=16 26 13 25 9 24 7 23 21
-STDOUT_17263=16 27 13 26 9 25 7 24 21
-STDOUT_17264=13 24 8 23 4 22 2 21 21
-STDOUT_17265=15 26 11 25 7 24 6 23 21
-STDOUT_17266=13 24 7 23 3 22 1 21 21
-STDOUT_17267=13 25 8 24 4 23 2 22 21
-STDOUT_17268=15 27 11 26 7 25 6 24 21
-STDOUT_17269=12 24 6 23 2 22 1 21 21
-STDOUT_17270=14 24 10 23 5 22 2 21 21
-STDOUT_17271=13 24 8 23 4 22 2 21 21
-STDOUT_17272=16 28 13 27 9 26 7 25 21
-STDOUT_17273=12 24 5 23 1 22 0 21 21
-STDOUT_17274=12 25 6 24 2 23 1 22 21
-STDOUT_17275=13 24 8 23 3 22 1 21 21
-STDOUT_17276=13 26 8 25 4 24 2 23 21
-STDOUT_17277=12 24 6 23 2 22 1 21 21
-STDOUT_17278=15 28 11 27 7 26 6 25 21
-STDOUT_17279=16 27 13 26 9 25 7 24 21
-STDOUT_17280=15 26 11 25 7 24 6 23 21
-STDOUT_17281=12 26 6 25 2 24 1 23 21
-STDOUT_17282=13 25 8 24 4 23 2 22 21
-STDOUT_17283=15 27 11 26 7 25 6 24 21
-STDOUT_17284=12 24 6 23 2 22 1 21 21
-STDOUT_17285=13 24 8 23 4 22 2 21 21
-STDOUT_17286=12 25 6 24 2 23 1 22 21
-STDOUT_17287=12 24 6 23 2 22 1 21 21
-STDOUT_17288=13 24 7 23 3 22 1 21 21
-STDOUT_17289=13 25 7 24 3 23 1 22 21
-STDOUT_17290=14 24 10 23 5 22 2 21 21
-STDOUT_17291=16 27 13 26 9 25 7 24 21
-STDOUT_17292=13 24 8 23 4 22 2 21 21
-STDOUT_17293=12 24 5 23 1 22 0 21 21
-STDOUT_17294=14 25 10 24 5 23 2 22 21
-STDOUT_17295=12 25 5 24 1 23 0 22 21
-STDOUT_17296=15 26 11 25 7 24 5 23 21
-STDOUT_17297=13 25 8 24 4 23 2 22 21
-STDOUT_17298=13 24 8 23 3 22 1 21 21
-STDOUT_17299=15 27 11 26 7 25 6 24 21
-STDOUT_17300=16 26 13 25 9 24 7 23 21
-STDOUT_17301=12 24 6 23 2 22 1 21 21
-STDOUT_17302=13 25 8 24 3 23 1 22 21
-STDOUT_17303=16 27 13 26 9 25 7 24 21
-STDOUT_17304=14 26 9 25 5 24 4 23 21
-STDOUT_17305=12 25 6 24 2 23 1 22 21
-STDOUT_17306=13 24 8 23 4 22 2 21 21
-STDOUT_17307=16 27 13 26 9 25 7 24 21
-STDOUT_17308=15 26 11 25 7 24 6 23 21
-STDOUT_17309=14 26 10 25 5 24 2 23 21
-STDOUT_17310=13 25 8 24 4 23 2 22 21
-STDOUT_17311=13 24 7 23 3 22 1 21 21
-STDOUT_17312=15 27 11 26 7 25 6 24 21
-STDOUT_17313=13 25 8 24 4 23 2 22 21
-STDOUT_17314=15 27 11 26 7 25 6 24 21
-STDOUT_17315=12 24 6 23 2 22 1 21 21
-STDOUT_17316=13 26 8 25 3 24 1 23 21
-STDOUT_17317=16 28 13 27 9 26 7 25 21
-STDOUT_17318=13 24 8 23 4 22 2 21 21
-STDOUT_17319=12 25 6 24 2 23 1 22 21
-STDOUT_17320=13 24 8 23 4 22 2 21 21
-STDOUT_17321=13 24 8 23 4 22 2 21 21
-STDOUT_17322=12 24 5 23 1 22 0 21 21
-STDOUT_17323=16 26 13 25 9 24 7 23 21
-STDOUT_17324=12 25 6 24 2 23 1 22 21
-STDOUT_17325=14 25 10 24 5 23 2 22 21
-STDOUT_17326=13 24 8 23 3 22 1 21 21
-STDOUT_17327=15 26 11 25 7 24 6 23 21
-STDOUT_17328=13 26 8 25 4 24 2 23 21
-STDOUT_17329=15 28 11 27 7 26 6 25 21
-STDOUT_17330=15 27 10 26 7 25 6 24 21
-STDOUT_17331=12 24 6 23 2 22 1 21 21
-STDOUT_17332=16 27 11 26 7 25 6 24 21
-STDOUT_17333=13 24 8 23 4 22 2 21 21
-STDOUT_17334=12 24 6 23 2 22 1 21 21
-STDOUT_17335=12 24 6 23 2 22 1 21 21
-STDOUT_17336=16 28 13 27 9 26 7 25 21
-STDOUT_17337=15 26 11 25 7 24 6 23 21
-STDOUT_17338=13 25 8 24 3 23 1 22 21
-STDOUT_17339=13 25 7 24 3 23 1 22 21
-STDOUT_17340=16 27 13 26 9 25 7 24 21
-STDOUT_17341=12 24 6 23 2 22 1 21 21
-STDOUT_17342=16 26 13 25 9 24 7 23 21
-STDOUT_17343=12 26 6 25 2 24 1 23 21
-STDOUT_17344=12 25 5 24 2 23 1 22 21
-STDOUT_17345=15 26 11 25 7 24 6 23 21
-STDOUT_17346=SCORES_TXT_END_0
-STDOUT_17347=SCORES_TXT_BEGIN_0 3 400 9 BLEU
-STDOUT_17348=12 17 10 16 8 15 6 14 15
-STDOUT_17349=12 17 10 16 8 15 6 14 15
-STDOUT_17350=12 17 10 16 8 15 6 14 15
-STDOUT_17351=12 17 10 16 8 15 6 14 15
-STDOUT_17352=12 17 10 16 8 15 6 14 15
-STDOUT_17353=12 17 10 16 8 15 6 14 15
-STDOUT_17354=12 17 10 16 8 15 6 14 15
-STDOUT_17355=12 17 10 16 8 15 6 14 15
-STDOUT_17356=12 17 10 16 8 15 6 14 15
-STDOUT_17357=12 17 10 16 8 15 6 14 15
-STDOUT_17358=12 17 10 16 8 15 6 14 15
-STDOUT_17359=12 17 10 16 8 15 6 14 15
-STDOUT_17360=12 17 10 16 8 15 6 14 15
-STDOUT_17361=12 17 10 16 8 15 6 14 15
-STDOUT_17362=9 14 7 13 5 12 3 11 15
-STDOUT_17363=10 16 8 15 6 14 4 13 15
-STDOUT_17364=12 17 10 16 8 15 6 14 15
-STDOUT_17365=12 17 10 16 8 15 6 14 15
-STDOUT_17366=12 17 10 16 8 15 6 14 15
-STDOUT_17367=12 17 10 16 8 15 6 14 15
-STDOUT_17368=9 14 7 13 5 12 3 11 15
-STDOUT_17369=10 16 8 15 6 14 4 13 15
-STDOUT_17370=12 17 10 16 8 15 6 14 15
-STDOUT_17371=12 17 10 16 8 15 6 14 15
-STDOUT_17372=12 17 10 16 8 15 6 14 15
-STDOUT_17373=12 17 10 16 8 15 6 14 15
-STDOUT_17374=12 17 10 16 8 15 6 14 15
-STDOUT_17375=12 17 10 16 8 15 6 14 15
-STDOUT_17376=12 17 10 16 8 15 6 14 15
-STDOUT_17377=9 14 7 13 5 12 3 11 15
-STDOUT_17378=10 16 8 15 6 14 4 13 15
-STDOUT_17379=12 17 10 16 8 15 6 14 15
-STDOUT_17380=9 14 7 13 5 12 3 11 15
-STDOUT_17381=12 17 10 16 8 15 6 14 15
-STDOUT_17382=12 17 10 16 8 15 6 14 15
-STDOUT_17383=9 14 7 13 5 12 3 11 15
-STDOUT_17384=12 17 10 16 8 15 6 14 15
-STDOUT_17385=12 17 10 16 8 15 6 14 15
-STDOUT_17386=11 17 8 16 6 15 4 14 15
-STDOUT_17387=12 17 10 16 8 15 6 14 15
-STDOUT_17388=12 17 10 16 8 15 6 14 15
-STDOUT_17389=9 14 7 13 5 12 3 11 15
-STDOUT_17390=12 17 10 16 8 15 6 14 15
-STDOUT_17391=10 16 8 15 6 14 4 13 15
-STDOUT_17392=12 17 10 16 8 15 6 14 15
-STDOUT_17393=12 17 10 16 8 15 6 14 15
-STDOUT_17394=12 17 10 16 8 15 6 14 15
-STDOUT_17395=10 16 8 15 6 14 4 13 15
-STDOUT_17396=11 17 8 16 6 15 4 14 15
-STDOUT_17397=12 17 10 16 8 15 6 14 15
-STDOUT_17398=12 17 10 16 8 15 6 14 15
-STDOUT_17399=12 17 10 16 8 15 6 14 15
-STDOUT_17400=12 17 10 16 8 15 6 14 15
-STDOUT_17401=12 17 10 16 8 15 6 14 15
-STDOUT_17402=12 17 10 16 8 15 6 14 15
-STDOUT_17403=11 17 8 16 6 15 4 14 15
-STDOUT_17404=9 14 7 13 5 12 3 11 15
-STDOUT_17405=9 14 7 13 5 12 3 11 15
-STDOUT_17406=10 16 8 15 6 14 4 13 15
-STDOUT_17407=12 17 10 16 8 15 6 14 15
-STDOUT_17408=12 17 10 16 8 15 6 14 15
-STDOUT_17409=12 17 10 16 8 15 6 14 15
-STDOUT_17410=12 17 10 16 8 15 6 14 15
-STDOUT_17411=9 14 7 13 5 12 3 11 15
-STDOUT_17412=11 17 8 16 5 15 3 14 15
-STDOUT_17413=12 17 10 16 8 15 6 14 15
-STDOUT_17414=10 16 8 15 6 14 4 13 15
-STDOUT_17415=12 17 10 16 8 15 6 14 15
-STDOUT_17416=12 17 10 16 8 15 6 14 15
-STDOUT_17417=12 17 10 16 8 15 6 14 15
-STDOUT_17418=12 17 10 16 8 15 6 14 15
-STDOUT_17419=12 17 10 16 8 15 6 14 15
-STDOUT_17420=12 17 10 16 8 15 6 14 15
-STDOUT_17421=12 17 10 16 8 15 6 14 15
-STDOUT_17422=12 17 10 16 8 15 6 14 15
-STDOUT_17423=9 14 7 13 5 12 3 11 15
-STDOUT_17424=11 17 8 16 6 15 4 14 15
-STDOUT_17425=10 16 8 15 6 14 4 13 15
-STDOUT_17426=12 17 10 16 8 15 6 14 15
-STDOUT_17427=9 14 7 13 5 12 3 11 15
-STDOUT_17428=11 17 8 16 6 15 4 14 15
-STDOUT_17429=11 17 8 16 6 15 4 14 15
-STDOUT_17430=10 16 8 15 6 14 4 13 15
-STDOUT_17431=12 17 10 16 8 15 6 14 15
-STDOUT_17432=12 17 10 16 8 15 6 14 15
-STDOUT_17433=9 14 7 13 5 12 3 11 15
-STDOUT_17434=10 16 8 15 6 14 4 13 15
-STDOUT_17435=12 17 10 16 8 15 6 14 15
-STDOUT_17436=11 17 8 16 5 15 3 14 15
-STDOUT_17437=7 13 5 12 3 11 1 10 15
-STDOUT_17438=12 17 10 16 8 15 6 14 15
-STDOUT_17439=10 16 8 15 6 14 4 13 15
-STDOUT_17440=12 17 10 16 8 15 6 14 15
-STDOUT_17441=12 17 10 16 8 15 6 14 15
-STDOUT_17442=12 17 10 16 8 15 6 14 15
-STDOUT_17443=9 14 7 13 5 12 3 11 15
-STDOUT_17444=12 17 10 16 8 15 6 14 15
-STDOUT_17445=11 17 8 16 5 15 3 14 15
-STDOUT_17446=10 16 8 15 6 14 4 13 15
-STDOUT_17447=12 17 10 16 8 15 6 14 15
-STDOUT_17448=12 28 7 27 4 26 1 25 15
-STDOUT_17449=12 28 7 27 4 26 1 25 15
-STDOUT_17450=12 28 7 27 4 26 1 25 15
-STDOUT_17451=12 28 7 27 4 26 1 25 15
-STDOUT_17452=12 23 8 22 6 21 4 20 15
-STDOUT_17453=12 28 7 27 4 26 1 25 15
-STDOUT_17454=12 23 8 22 6 21 4 20 15
-STDOUT_17455=12 28 7 27 4 26 1 25 15
-STDOUT_17456=12 28 7 27 4 26 1 25 15
-STDOUT_17457=12 28 7 27 4 26 1 25 15
-STDOUT_17458=12 28 7 27 4 26 1 25 15
-STDOUT_17459=12 28 7 27 4 26 1 25 15
-STDOUT_17460=12 28 7 27 4 26 1 25 15
-STDOUT_17461=12 23 8 22 6 21 4 20 15
-STDOUT_17462=12 23 8 22 6 21 4 20 15
-STDOUT_17463=12 28 7 27 4 26 1 25 15
-STDOUT_17464=12 23 8 22 6 21 4 20 15
-STDOUT_17465=12 28 7 27 4 26 1 25 15
-STDOUT_17466=12 28 7 27 4 26 1 25 15
-STDOUT_17467=12 23 8 22 6 21 4 20 15
-STDOUT_17468=12 23 8 22 6 21 4 20 15
-STDOUT_17469=12 28 7 27 4 26 1 25 15
-STDOUT_17470=12 28 7 27 4 26 1 25 15
-STDOUT_17471=12 28 7 27 4 26 1 25 15
-STDOUT_17472=12 28 7 27 4 26 1 25 15
-STDOUT_17473=12 23 8 22 6 21 4 20 15
-STDOUT_17474=12 26 7 25 4 24 1 23 15
-STDOUT_17475=12 28 7 27 4 26 1 25 15
-STDOUT_17476=12 23 8 22 6 21 4 20 15
-STDOUT_17477=12 28 7 27 4 26 1 25 15
-STDOUT_17478=12 28 7 27 4 26 1 25 15
-STDOUT_17479=12 28 7 27 4 26 1 25 15
-STDOUT_17480=12 28 7 27 4 26 1 25 15
-STDOUT_17481=12 26 7 25 4 24 1 23 15
-STDOUT_17482=12 28 7 27 4 26 1 25 15
-STDOUT_17483=12 23 8 22 6 21 4 20 15
-STDOUT_17484=12 23 8 22 6 21 4 20 15
-STDOUT_17485=12 28 7 27 4 26 1 25 15
-STDOUT_17486=12 28 7 27 4 26 1 25 15
-STDOUT_17487=12 23 8 22 6 21 4 20 15
-STDOUT_17488=12 28 7 27 4 26 1 25 15
-STDOUT_17489=12 23 8 22 6 21 4 20 15
-STDOUT_17490=12 28 7 27 4 26 1 25 15
-STDOUT_17491=12 23 8 22 6 21 4 20 15
-STDOUT_17492=12 23 8 22 6 21 4 20 15
-STDOUT_17493=12 28 7 27 4 26 1 25 15
-STDOUT_17494=12 28 7 27 4 26 1 25 15
-STDOUT_17495=12 28 7 27 4 26 1 25 15
-STDOUT_17496=12 28 7 27 4 26 1 25 15
-STDOUT_17497=12 23 8 22 6 21 4 20 15
-STDOUT_17498=12 28 7 27 4 26 1 25 15
-STDOUT_17499=12 28 7 27 4 26 1 25 15
-STDOUT_17500=12 23 8 22 6 21 4 20 15
-STDOUT_17501=12 28 7 27 4 26 1 25 15
-STDOUT_17502=12 23 8 22 6 21 4 20 15
-STDOUT_17503=12 23 8 22 6 21 4 20 15
-STDOUT_17504=12 28 7 27 4 26 1 25 15
-STDOUT_17505=12 28 7 27 4 26 1 25 15
-STDOUT_17506=12 23 8 22 6 21 4 20 15
-STDOUT_17507=12 28 7 27 4 26 1 25 15
-STDOUT_17508=12 28 7 27 4 26 1 25 15
-STDOUT_17509=12 28 7 27 4 26 1 25 15
-STDOUT_17510=12 28 7 27 4 26 1 25 15
-STDOUT_17511=12 28 7 27 4 26 1 25 15
-STDOUT_17512=12 28 7 27 4 26 1 25 15
-STDOUT_17513=12 28 7 27 4 26 1 25 15
-STDOUT_17514=12 23 8 22 6 21 4 20 15
-STDOUT_17515=12 23 8 22 6 21 4 20 15
-STDOUT_17516=12 28 7 27 4 26 1 25 15
-STDOUT_17517=12 23 8 22 6 21 4 20 15
-STDOUT_17518=12 23 8 22 6 21 4 20 15
-STDOUT_17519=12 23 8 22 6 21 4 20 15
-STDOUT_17520=12 28 7 27 4 26 1 25 15
-STDOUT_17521=12 23 8 22 6 21 4 20 15
-STDOUT_17522=12 23 8 22 6 21 4 20 15
-STDOUT_17523=12 28 7 27 4 26 1 25 15
-STDOUT_17524=12 26 7 25 4 24 1 23 15
-STDOUT_17525=12 28 7 27 4 26 1 25 15
-STDOUT_17526=12 28 7 27 4 26 1 25 15
-STDOUT_17527=12 28 7 27 4 26 1 25 15
-STDOUT_17528=12 24 7 23 4 22 1 21 15
-STDOUT_17529=12 28 7 27 4 26 1 25 15
-STDOUT_17530=12 23 8 22 6 21 4 20 15
-STDOUT_17531=12 23 8 22 6 21 4 20 15
-STDOUT_17532=12 28 7 27 4 26 1 25 15
-STDOUT_17533=12 23 8 22 6 21 4 20 15
-STDOUT_17534=12 26 7 25 4 24 1 23 15
-STDOUT_17535=12 28 7 27 4 26 1 25 15
-STDOUT_17536=12 23 8 22 6 21 4 20 15
-STDOUT_17537=12 28 7 27 4 26 1 25 15
-STDOUT_17538=12 28 7 27 4 26 1 25 15
-STDOUT_17539=12 28 7 27 4 26 1 25 15
-STDOUT_17540=12 23 8 22 6 21 4 20 15
-STDOUT_17541=12 23 8 22 6 21 4 20 15
-STDOUT_17542=12 23 8 22 6 21 4 20 15
-STDOUT_17543=12 26 7 25 4 24 1 23 15
-STDOUT_17544=12 23 8 22 6 21 4 20 15
-STDOUT_17545=12 23 8 22 6 21 4 20 15
-STDOUT_17546=12 27 7 26 4 25 1 24 15
-STDOUT_17547=12 24 7 23 4 22 1 21 15
-STDOUT_17548=9 23 0 22 0 21 0 20 15
-STDOUT_17549=10 24 0 23 0 22 0 21 15
-STDOUT_17550=10 24 0 23 0 22 0 21 15
-STDOUT_17551=9 23 0 22 0 21 0 20 15
-STDOUT_17552=9 24 0 23 0 22 0 21 15
-STDOUT_17553=9 24 0 23 0 22 0 21 15
-STDOUT_17554=9 23 0 22 0 21 0 20 15
-STDOUT_17555=10 23 0 22 0 21 0 20 15
-STDOUT_17556=9 23 0 22 0 21 0 20 15
-STDOUT_17557=10 23 0 22 0 21 0 20 15
-STDOUT_17558=9 23 0 22 0 21 0 20 15
-STDOUT_17559=9 23 0 22 0 21 0 20 15
-STDOUT_17560=10 23 0 22 0 21 0 20 15
-STDOUT_17561=9 24 0 23 0 22 0 21 15
-STDOUT_17562=9 23 0 22 0 21 0 20 15
-STDOUT_17563=10 24 0 23 0 22 0 21 15
-STDOUT_17564=11 24 0 23 0 22 0 21 15
-STDOUT_17565=9 23 0 22 0 21 0 20 15
-STDOUT_17566=10 24 0 23 0 22 0 21 15
-STDOUT_17567=9 24 0 23 0 22 0 21 15
-STDOUT_17568=10 25 1 24 0 23 0 22 15
-STDOUT_17569=10 24 0 23 0 22 0 21 15
-STDOUT_17570=10 23 0 22 0 21 0 20 15
-STDOUT_17571=10 23 0 22 0 21 0 20 15
-STDOUT_17572=11 24 0 23 0 22 0 21 15
-STDOUT_17573=10 24 0 23 0 22 0 21 15
-STDOUT_17574=10 24 0 23 0 22 0 21 15
-STDOUT_17575=10 25 1 24 0 23 0 22 15
-STDOUT_17576=9 24 1 23 0 22 0 21 15
-STDOUT_17577=10 24 0 23 0 22 0 21 15
-STDOUT_17578=9 25 0 24 0 23 0 22 15
-STDOUT_17579=9 23 0 22 0 21 0 20 15
-STDOUT_17580=9 23 0 22 0 21 0 20 15
-STDOUT_17581=9 24 0 23 0 22 0 21 15
-STDOUT_17582=10 23 0 22 0 21 0 20 15
-STDOUT_17583=9 23 0 22 0 21 0 20 15
-STDOUT_17584=9 25 1 24 0 23 0 22 15
-STDOUT_17585=9 23 0 22 0 21 0 20 15
-STDOUT_17586=9 24 0 23 0 22 0 21 15
-STDOUT_17587=9 23 0 22 0 21 0 20 15
-STDOUT_17588=9 24 0 23 0 22 0 21 15
-STDOUT_17589=10 24 0 23 0 22 0 21 15
-STDOUT_17590=9 24 1 23 0 22 0 21 15
-STDOUT_17591=9 24 0 23 0 22 0 21 15
-STDOUT_17592=10 24 0 23 0 22 0 21 15
-STDOUT_17593=11 24 0 23 0 22 0 21 15
-STDOUT_17594=9 24 0 23 0 22 0 21 15
-STDOUT_17595=10 24 0 23 0 22 0 21 15
-STDOUT_17596=9 23 0 22 0 21 0 20 15
-STDOUT_17597=9 23 0 22 0 21 0 20 15
-STDOUT_17598=9 24 1 23 0 22 0 21 15
-STDOUT_17599=10 24 1 23 0 22 0 21 15
-STDOUT_17600=9 23 0 22 0 21 0 20 15
-STDOUT_17601=9 23 0 22 0 21 0 20 15
-STDOUT_17602=9 25 1 24 0 23 0 22 15
-STDOUT_17603=10 23 0 22 0 21 0 20 15
-STDOUT_17604=9 24 0 23 0 22 0 21 15
-STDOUT_17605=10 23 0 22 0 21 0 20 15
-STDOUT_17606=11 23 0 22 0 21 0 20 15
-STDOUT_17607=9 23 0 22 0 21 0 20 15
-STDOUT_17608=10 23 0 22 0 21 0 20 15
-STDOUT_17609=9 24 0 23 0 22 0 21 15
-STDOUT_17610=10 24 0 23 0 22 0 21 15
-STDOUT_17611=9 24 0 23 0 22 0 21 15
-STDOUT_17612=9 23 0 22 0 21 0 20 15
-STDOUT_17613=9 23 0 22 0 21 0 20 15
-STDOUT_17614=10 23 0 22 0 21 0 20 15
-STDOUT_17615=10 24 0 23 0 22 0 21 15
-STDOUT_17616=9 24 1 23 0 22 0 21 15
-STDOUT_17617=10 24 1 23 0 22 0 21 15
-STDOUT_17618=10 23 0 22 0 21 0 20 15
-STDOUT_17619=10 24 0 23 0 22 0 21 15
-STDOUT_17620=9 24 1 23 0 22 0 21 15
-STDOUT_17621=10 24 0 23 0 22 0 21 15
-STDOUT_17622=9 23 0 22 0 21 0 20 15
-STDOUT_17623=9 23 0 22 0 21 0 20 15
-STDOUT_17624=9 24 0 23 0 22 0 21 15
-STDOUT_17625=11 24 0 23 0 22 0 21 15
-STDOUT_17626=9 23 0 22 0 21 0 20 15
-STDOUT_17627=10 23 0 22 0 21 0 20 15
-STDOUT_17628=9 24 0 23 0 22 0 21 15
-STDOUT_17629=9 23 0 22 0 21 0 20 15
-STDOUT_17630=9 24 1 23 0 22 0 21 15
-STDOUT_17631=9 23 0 22 0 21 0 20 15
-STDOUT_17632=9 24 1 23 0 22 0 21 15
-STDOUT_17633=9 23 0 22 0 21 0 20 15
-STDOUT_17634=10 23 0 22 0 21 0 20 15
-STDOUT_17635=9 24 0 23 0 22 0 21 15
-STDOUT_17636=10 24 0 23 0 22 0 21 15
-STDOUT_17637=10 24 0 23 0 22 0 21 15
-STDOUT_17638=10 23 0 22 0 21 0 20 15
-STDOUT_17639=9 24 0 23 0 22 0 21 15
-STDOUT_17640=11 23 0 22 0 21 0 20 15
-STDOUT_17641=10 23 0 22 0 21 0 20 15
-STDOUT_17642=10 24 0 23 0 22 0 21 15
-STDOUT_17643=9 23 0 22 0 21 0 20 15
-STDOUT_17644=10 23 0 22 0 21 0 20 15
-STDOUT_17645=10 23 0 22 0 21 0 20 15
-STDOUT_17646=10 24 0 23 0 22 0 21 15
-STDOUT_17647=9 23 0 22 0 21 0 20 15
-STDOUT_17648=12 17 10 16 8 15 6 14 15
-STDOUT_17649=12 17 10 16 8 15 6 14 15
-STDOUT_17650=12 17 10 16 8 15 6 14 15
-STDOUT_17651=12 17 10 16 8 15 6 14 15
-STDOUT_17652=12 17 10 16 8 15 6 14 15
-STDOUT_17653=12 17 10 16 8 15 6 14 15
-STDOUT_17654=12 17 10 16 8 15 6 14 15
-STDOUT_17655=12 17 10 16 8 15 6 14 15
-STDOUT_17656=12 17 10 16 8 15 6 14 15
-STDOUT_17657=12 17 10 16 8 15 6 14 15
-STDOUT_17658=12 17 10 16 8 15 6 14 15
-STDOUT_17659=12 17 10 16 8 15 6 14 15
-STDOUT_17660=12 17 10 16 8 15 6 14 15
-STDOUT_17661=12 17 10 16 8 15 6 14 15
-STDOUT_17662=12 17 10 16 8 15 6 14 15
-STDOUT_17663=12 17 10 16 8 15 6 14 15
-STDOUT_17664=12 17 10 16 8 15 6 14 15
-STDOUT_17665=12 17 10 16 8 15 6 14 15
-STDOUT_17666=12 17 10 16 8 15 6 14 15
-STDOUT_17667=12 17 10 16 8 15 6 14 15
-STDOUT_17668=12 17 10 16 8 15 6 14 15
-STDOUT_17669=12 17 10 16 8 15 6 14 15
-STDOUT_17670=12 17 10 16 8 15 6 14 15
-STDOUT_17671=12 17 10 16 8 15 6 14 15
-STDOUT_17672=12 17 10 16 8 15 6 14 15
-STDOUT_17673=12 17 10 16 8 15 6 14 15
-STDOUT_17674=12 17 10 16 8 15 6 14 15
-STDOUT_17675=12 17 10 16 8 15 6 14 15
-STDOUT_17676=12 17 10 16 8 15 6 14 15
-STDOUT_17677=12 17 10 16 8 15 6 14 15
-STDOUT_17678=12 17 10 16 8 15 6 14 15
-STDOUT_17679=12 17 10 16 8 15 6 14 15
-STDOUT_17680=12 17 10 16 8 15 6 14 15
-STDOUT_17681=12 17 10 16 8 15 6 14 15
-STDOUT_17682=12 17 10 16 8 15 6 14 15
-STDOUT_17683=12 17 10 16 8 15 6 14 15
-STDOUT_17684=12 17 10 16 8 15 6 14 15
-STDOUT_17685=12 17 10 16 8 15 6 14 15
-STDOUT_17686=12 17 10 16 8 15 6 14 15
-STDOUT_17687=12 17 10 16 8 15 6 14 15
-STDOUT_17688=12 17 10 16 8 15 6 14 15
-STDOUT_17689=12 17 10 16 8 15 6 14 15
-STDOUT_17690=12 17 10 16 8 15 6 14 15
-STDOUT_17691=11 18 8 17 6 16 4 15 15
-STDOUT_17692=12 17 10 16 8 15 6 14 15
-STDOUT_17693=12 17 10 16 8 15 6 14 15
-STDOUT_17694=12 17 10 16 8 15 6 14 15
-STDOUT_17695=12 17 10 16 8 15 6 14 15
-STDOUT_17696=12 19 8 18 6 17 4 16 15
-STDOUT_17697=12 17 10 16 8 15 6 14 15
-STDOUT_17698=12 17 10 16 8 15 6 14 15
-STDOUT_17699=12 17 10 16 8 15 6 14 15
-STDOUT_17700=11 18 8 17 6 16 4 15 15
-STDOUT_17701=12 17 10 16 8 15 6 14 15
-STDOUT_17702=12 17 10 16 8 15 6 14 15
-STDOUT_17703=12 17 10 16 8 15 6 14 15
-STDOUT_17704=12 17 10 16 8 15 6 14 15
-STDOUT_17705=12 17 10 16 8 15 6 14 15
-STDOUT_17706=12 17 10 16 8 15 6 14 15
-STDOUT_17707=12 19 8 18 6 17 4 16 15
-STDOUT_17708=12 17 10 16 8 15 6 14 15
-STDOUT_17709=12 17 10 16 8 15 6 14 15
-STDOUT_17710=12 17 10 16 8 15 6 14 15
-STDOUT_17711=12 17 10 16 8 15 6 14 15
-STDOUT_17712=12 17 10 16 8 15 6 14 15
-STDOUT_17713=12 17 10 16 8 15 6 14 15
-STDOUT_17714=11 18 8 17 6 16 4 15 15
-STDOUT_17715=12 17 10 16 8 15 6 14 15
-STDOUT_17716=12 17 10 16 8 15 6 14 15
-STDOUT_17717=12 17 10 16 8 15 6 14 15
-STDOUT_17718=12 17 10 16 8 15 6 14 15
-STDOUT_17719=12 17 10 16 8 15 6 14 15
-STDOUT_17720=12 17 10 16 8 15 6 14 15
-STDOUT_17721=12 17 10 16 8 15 6 14 15
-STDOUT_17722=12 19 8 18 6 17 4 16 15
-STDOUT_17723=12 17 10 16 8 15 6 14 15
-STDOUT_17724=12 17 10 16 8 15 6 14 15
-STDOUT_17725=12 17 10 16 8 15 6 14 15
-STDOUT_17726=12 17 10 16 8 15 6 14 15
-STDOUT_17727=12 17 10 16 8 15 6 14 15
-STDOUT_17728=12 17 10 16 8 15 6 14 15
-STDOUT_17729=12 17 10 16 8 15 6 14 15
-STDOUT_17730=12 17 10 16 8 15 6 14 15
-STDOUT_17731=12 17 10 16 8 15 6 14 15
-STDOUT_17732=11 18 8 17 6 16 4 15 15
-STDOUT_17733=12 17 10 16 8 15 6 14 15
-STDOUT_17734=12 17 10 16 8 15 6 14 15
-STDOUT_17735=12 17 10 16 8 15 6 14 15
-STDOUT_17736=12 17 10 16 8 15 6 14 15
-STDOUT_17737=12 17 10 16 8 15 6 14 15
-STDOUT_17738=12 17 10 16 8 15 6 14 15
-STDOUT_17739=12 17 10 16 8 15 6 14 15
-STDOUT_17740=12 19 8 18 6 17 4 16 15
-STDOUT_17741=11 18 8 17 6 16 4 15 15
-STDOUT_17742=12 17 10 16 8 15 6 14 15
-STDOUT_17743=12 17 10 16 8 15 6 14 15
-STDOUT_17744=12 17 10 16 8 15 6 14 15
-STDOUT_17745=12 17 10 16 8 15 6 14 15
-STDOUT_17746=12 17 10 16 8 15 6 14 15
-STDOUT_17747=11 18 8 17 6 16 4 15 15
-STDOUT_17748=SCORES_TXT_END_0
-STDOUT_17749=SCORES_TXT_BEGIN_0 4 400 9 BLEU
-STDOUT_17750=27 34 13 33 4 32 0 31 46
-STDOUT_17751=27 34 13 33 4 32 0 31 46
-STDOUT_17752=26 36 13 35 5 34 0 33 46
-STDOUT_17753=26 36 13 35 5 34 0 33 46
-STDOUT_17754=25 34 11 33 3 32 0 31 46
-STDOUT_17755=25 34 11 33 3 32 0 31 46
-STDOUT_17756=26 35 13 34 5 33 0 32 46
-STDOUT_17757=26 35 13 34 5 33 0 32 46
-STDOUT_17758=25 36 12 35 5 34 0 33 46
-STDOUT_17759=27 34 13 33 4 32 0 31 46
-STDOUT_17760=25 36 12 35 5 34 0 33 46
-STDOUT_17761=26 35 13 34 5 33 0 32 46
-STDOUT_17762=26 35 13 34 5 33 0 32 46
-STDOUT_17763=25 36 12 35 5 34 0 33 46
-STDOUT_17764=25 36 12 35 5 34 0 33 46
-STDOUT_17765=26 36 13 35 5 34 0 33 46
-STDOUT_17766=26 36 13 35 5 34 0 33 46
-STDOUT_17767=26 36 13 35 5 34 0 33 46
-STDOUT_17768=25 33 13 32 6 31 1 30 46
-STDOUT_17769=25 33 13 32 6 31 1 30 46
-STDOUT_17770=24 35 11 34 4 33 0 32 46
-STDOUT_17771=24 35 11 34 4 33 0 32 46
-STDOUT_17772=23 36 10 35 4 34 0 33 46
-STDOUT_17773=25 33 13 32 6 31 1 30 46
-STDOUT_17774=25 34 11 33 3 32 0 31 46
-STDOUT_17775=25 33 13 32 6 31 1 30 46
-STDOUT_17776=24 35 11 34 4 33 0 32 46
-STDOUT_17777=24 35 11 34 4 33 0 32 46
-STDOUT_17778=23 36 10 35 4 34 0 33 46
-STDOUT_17779=27 34 13 33 4 32 0 31 46
-STDOUT_17780=27 34 13 33 4 32 0 31 46
-STDOUT_17781=25 36 12 35 5 34 0 33 46
-STDOUT_17782=26 35 12 34 4 33 0 32 46
-STDOUT_17783=26 35 13 34 5 33 0 32 46
-STDOUT_17784=25 33 13 32 6 31 1 30 46
-STDOUT_17785=26 35 13 34 5 33 0 32 46
-STDOUT_17786=25 33 13 32 6 31 1 30 46
-STDOUT_17787=25 36 12 35 5 34 0 33 46
-STDOUT_17788=27 34 13 33 4 32 0 31 46
-STDOUT_17789=27 34 13 33 4 32 0 31 46
-STDOUT_17790=25 36 12 35 5 34 0 33 46
-STDOUT_17791=25 36 12 35 5 34 0 33 46
-STDOUT_17792=27 35 13 34 4 33 0 32 46
-STDOUT_17793=23 33 11 32 5 31 1 30 46
-STDOUT_17794=26 35 12 34 4 33 0 32 46
-STDOUT_17795=23 33 11 32 5 31 1 30 46
-STDOUT_17796=25 33 13 32 6 31 1 30 46
-STDOUT_17797=25 33 13 32 6 31 1 30 46
-STDOUT_17798=26 36 13 35 5 34 0 33 46
-STDOUT_17799=26 36 13 35 5 34 0 33 46
-STDOUT_17800=27 35 13 34 4 33 0 32 46
-STDOUT_17801=23 33 11 32 5 31 1 30 46
-STDOUT_17802=23 33 11 32 5 31 1 30 46
-STDOUT_17803=26 36 13 35 5 34 0 33 46
-STDOUT_17804=25 34 11 33 3 32 0 31 46
-STDOUT_17805=27 34 13 33 4 32 0 31 46
-STDOUT_17806=25 34 11 33 3 32 0 31 46
-STDOUT_17807=25 33 13 32 6 31 1 30 46
-STDOUT_17808=26 33 12 32 4 31 0 30 46
-STDOUT_17809=25 33 13 32 6 31 1 30 46
-STDOUT_17810=27 34 13 33 4 32 0 31 46
-STDOUT_17811=24 35 10 34 3 33 0 32 46
-STDOUT_17812=24 35 11 34 4 33 0 32 46
-STDOUT_17813=23 33 11 32 5 31 1 30 46
-STDOUT_17814=24 35 11 34 4 33 0 32 46
-STDOUT_17815=23 33 11 32 5 31 1 30 46
-STDOUT_17816=23 36 10 35 4 34 0 33 46
-STDOUT_17817=25 34 11 33 3 32 0 31 46
-STDOUT_17818=27 34 13 33 4 32 0 31 46
-STDOUT_17819=25 34 11 33 3 32 0 31 46
-STDOUT_17820=26 33 12 32 4 31 0 30 46
-STDOUT_17821=26 35 13 34 5 33 0 32 46
-STDOUT_17822=26 35 12 34 4 33 0 32 46
-STDOUT_17823=26 36 13 35 5 34 0 33 46
-STDOUT_17824=27 34 13 33 4 32 0 31 46
-STDOUT_17825=24 35 10 34 3 33 0 32 46
-STDOUT_17826=26 35 13 34 5 33 0 32 46
-STDOUT_17827=23 33 11 32 5 31 1 30 46
-STDOUT_17828=25 36 12 35 5 34 0 33 46
-STDOUT_17829=23 33 11 32 5 31 1 30 46
-STDOUT_17830=27 35 14 34 6 33 1 32 46
-STDOUT_17831=27 34 13 33 4 32 0 31 46
-STDOUT_17832=27 35 14 34 6 33 1 32 46
-STDOUT_17833=26 35 12 34 4 33 0 32 46
-STDOUT_17834=27 34 13 33 4 32 0 31 46
-STDOUT_17835=25 36 12 35 5 34 0 33 46
-STDOUT_17836=27 34 13 33 4 32 0 31 46
-STDOUT_17837=26 35 13 34 5 33 0 32 46
-STDOUT_17838=25 36 12 35 5 34 0 33 46
-STDOUT_17839=26 35 12 34 4 33 0 32 46
-STDOUT_17840=26 36 13 35 5 34 0 33 46
-STDOUT_17841=27 35 13 34 4 33 0 32 46
-STDOUT_17842=26 35 13 34 5 33 0 32 46
-STDOUT_17843=27 34 13 33 4 32 0 31 46
-STDOUT_17844=26 35 12 34 4 33 0 32 46
-STDOUT_17845=25 36 12 35 5 34 0 33 46
-STDOUT_17846=27 36 14 35 6 34 1 33 46
-STDOUT_17847=25 33 13 32 6 31 1 30 46
-STDOUT_17848=25 33 13 32 6 31 1 30 46
-STDOUT_17849=27 35 14 34 6 33 1 32 46
-STDOUT_17850=28 51 11 50 4 49 1 48 46
-STDOUT_17851=28 51 11 50 4 49 1 48 46
-STDOUT_17852=28 51 11 50 4 49 1 48 46
-STDOUT_17853=28 51 11 50 4 49 1 48 46
-STDOUT_17854=28 51 11 50 4 49 1 48 46
-STDOUT_17855=28 51 11 50 4 49 1 48 46
-STDOUT_17856=28 51 11 50 4 49 1 48 46
-STDOUT_17857=28 51 11 50 4 49 1 48 46
-STDOUT_17858=28 51 11 50 4 49 1 48 46
-STDOUT_17859=28 51 11 50 4 49 1 48 46
-STDOUT_17860=28 51 11 50 4 49 1 48 46
-STDOUT_17861=28 51 11 50 4 49 1 48 46
-STDOUT_17862=28 51 11 50 4 49 1 48 46
-STDOUT_17863=28 51 11 50 4 49 1 48 46
-STDOUT_17864=28 51 11 50 4 49 1 48 46
-STDOUT_17865=28 51 11 50 4 49 1 48 46
-STDOUT_17866=28 51 11 50 4 49 1 48 46
-STDOUT_17867=28 51 11 50 4 49 1 48 46
-STDOUT_17868=28 51 11 50 4 49 1 48 46
-STDOUT_17869=28 51 11 50 4 49 1 48 46
-STDOUT_17870=28 51 11 50 4 49 1 48 46
-STDOUT_17871=28 51 11 50 4 49 1 48 46
-STDOUT_17872=28 51 11 50 4 49 1 48 46
-STDOUT_17873=28 51 11 50 4 49 1 48 46
-STDOUT_17874=28 50 11 49 4 48 1 47 46
-STDOUT_17875=28 51 11 50 4 49 1 48 46
-STDOUT_17876=28 51 11 50 4 49 1 48 46
-STDOUT_17877=28 51 11 50 4 49 1 48 46
-STDOUT_17878=28 51 11 50 4 49 1 48 46
-STDOUT_17879=28 51 11 50 4 49 1 48 46
-STDOUT_17880=28 51 11 50 4 49 1 48 46
-STDOUT_17881=29 51 12 50 4 49 1 48 46
-STDOUT_17882=28 51 11 50 4 49 1 48 46
-STDOUT_17883=28 51 11 50 4 49 1 48 46
-STDOUT_17884=28 51 11 50 4 49 1 48 46
-STDOUT_17885=27 51 11 50 4 49 1 48 46
-STDOUT_17886=28 51 11 50 4 49 1 48 46
-STDOUT_17887=28 51 11 50 4 49 1 48 46
-STDOUT_17888=28 50 11 49 4 48 1 47 46
-STDOUT_17889=28 51 11 50 4 49 1 48 46
-STDOUT_17890=28 51 11 50 4 49 1 48 46
-STDOUT_17891=28 51 11 50 4 49 1 48 46
-STDOUT_17892=28 52 11 51 4 50 1 49 46
-STDOUT_17893=28 50 11 49 4 48 1 47 46
-STDOUT_17894=28 51 11 50 4 49 1 48 46
-STDOUT_17895=28 50 11 49 4 48 1 47 46
-STDOUT_17896=28 51 11 50 4 49 1 48 46
-STDOUT_17897=28 51 11 50 4 49 1 48 46
-STDOUT_17898=28 51 11 50 4 49 1 48 46
-STDOUT_17899=28 51 11 50 4 49 1 48 46
-STDOUT_17900=29 51 12 50 4 49 1 48 46
-STDOUT_17901=28 51 11 50 4 49 1 48 46
-STDOUT_17902=28 51 11 50 4 49 1 48 46
-STDOUT_17903=28 51 11 50 4 49 1 48 46
-STDOUT_17904=29 51 12 50 4 49 1 48 46
-STDOUT_17905=28 51 11 50 4 49 1 48 46
-STDOUT_17906=28 51 11 50 4 49 1 48 46
-STDOUT_17907=27 51 11 50 4 49 1 48 46
-STDOUT_17908=29 51 12 50 4 49 1 48 46
-STDOUT_17909=28 50 11 49 4 48 1 47 46
-STDOUT_17910=28 51 11 50 4 49 1 48 46
-STDOUT_17911=27 51 11 50 4 49 1 48 46
-STDOUT_17912=28 51 11 50 4 49 1 48 46
-STDOUT_17913=27 51 11 50 4 49 1 48 46
-STDOUT_17914=28 51 11 50 4 49 1 48 46
-STDOUT_17915=28 52 11 51 4 50 1 49 46
-STDOUT_17916=28 51 11 50 4 49 1 48 46
-STDOUT_17917=28 51 11 50 4 49 1 48 46
-STDOUT_17918=28 52 11 51 4 50 1 49 46
-STDOUT_17919=28 50 11 49 4 48 1 47 46
-STDOUT_17920=28 50 11 49 4 48 1 47 46
-STDOUT_17921=28 51 11 50 4 49 1 48 46
-STDOUT_17922=28 51 11 50 4 49 1 48 46
-STDOUT_17923=28 51 11 50 4 49 1 48 46
-STDOUT_17924=28 52 11 51 4 50 1 49 46
-STDOUT_17925=28 50 11 49 4 48 1 47 46
-STDOUT_17926=28 51 11 50 4 49 1 48 46
-STDOUT_17927=28 52 11 51 4 50 1 49 46
-STDOUT_17928=28 51 11 50 4 49 1 48 46
-STDOUT_17929=28 50 11 49 4 48 1 47 46
-STDOUT_17930=28 51 11 50 4 49 1 48 46
-STDOUT_17931=28 51 11 50 4 49 1 48 46
-STDOUT_17932=28 51 11 50 4 49 1 48 46
-STDOUT_17933=28 51 11 50 4 49 1 48 46
-STDOUT_17934=29 51 12 50 4 49 1 48 46
-STDOUT_17935=28 51 11 50 4 49 1 48 46
-STDOUT_17936=28 50 11 49 4 48 1 47 46
-STDOUT_17937=29 51 12 50 4 49 1 48 46
-STDOUT_17938=28 51 11 50 4 49 1 48 46
-STDOUT_17939=28 51 11 50 4 49 1 48 46
-STDOUT_17940=28 50 11 49 4 48 1 47 46
-STDOUT_17941=29 51 12 50 4 49 1 48 46
-STDOUT_17942=28 50 11 49 4 48 1 47 46
-STDOUT_17943=27 51 11 50 4 49 1 48 46
-STDOUT_17944=28 51 11 50 4 49 1 48 46
-STDOUT_17945=28 51 11 50 4 49 1 48 46
-STDOUT_17946=27 51 11 50 4 49 1 48 46
-STDOUT_17947=29 51 12 50 4 49 1 48 46
-STDOUT_17948=28 50 11 49 4 48 1 47 46
-STDOUT_17949=28 51 11 50 4 49 1 48 46
-STDOUT_17950=26 43 3 42 1 41 0 40 46
-STDOUT_17951=26 43 3 42 1 41 0 40 46
-STDOUT_17952=26 44 3 43 1 42 0 41 46
-STDOUT_17953=26 44 3 43 1 42 0 41 46
-STDOUT_17954=26 44 3 43 1 42 0 41 46
-STDOUT_17955=25 43 4 42 1 41 0 40 46
-STDOUT_17956=25 43 4 42 1 41 0 40 46
-STDOUT_17957=25 44 4 43 1 42 0 41 46
-STDOUT_17958=25 43 3 42 1 41 0 40 46
-STDOUT_17959=26 43 3 42 1 41 0 40 46
-STDOUT_17960=26 44 3 43 1 42 0 41 46
-STDOUT_17961=27 43 3 42 1 41 0 40 46
-STDOUT_17962=25 43 3 42 1 41 0 40 46
-STDOUT_17963=25 44 4 43 1 42 0 41 46
-STDOUT_17964=27 43 3 42 1 41 0 40 46
-STDOUT_17965=25 44 4 43 1 42 0 41 46
-STDOUT_17966=25 44 3 43 1 42 0 41 46
-STDOUT_17967=27 44 3 43 1 42 0 41 46
-STDOUT_17968=25 43 3 42 1 41 0 40 46
-STDOUT_17969=25 44 3 43 1 42 0 41 46
-STDOUT_17970=25 43 3 42 1 41 0 40 46
-STDOUT_17971=27 44 3 43 1 42 0 41 46
-STDOUT_17972=25 44 3 43 1 42 0 41 46
-STDOUT_17973=24 43 4 42 1 41 0 40 46
-STDOUT_17974=27 44 3 43 1 42 0 41 46
-STDOUT_17975=25 43 4 42 1 41 0 40 46
-STDOUT_17976=25 42 3 41 1 40 0 39 46
-STDOUT_17977=25 44 3 43 1 42 0 41 46
-STDOUT_17978=26 43 3 42 1 41 0 40 46
-STDOUT_17979=25 44 4 43 1 42 0 41 46
-STDOUT_17980=26 43 4 42 1 41 0 40 46
-STDOUT_17981=24 43 4 42 1 41 0 40 46
-STDOUT_17982=25 44 3 43 1 42 0 41 46
-STDOUT_17983=26 43 3 42 1 41 0 40 46
-STDOUT_17984=25 42 3 41 1 40 0 39 46
-STDOUT_17985=25 44 3 43 1 42 0 41 46
-STDOUT_17986=26 43 4 42 1 41 0 40 46
-STDOUT_17987=25 44 3 43 1 42 0 41 46
-STDOUT_17988=26 42 3 41 1 40 0 39 46
-STDOUT_17989=26 42 3 41 1 40 0 39 46
-STDOUT_17990=24 44 4 43 1 42 0 41 46
-STDOUT_17991=25 43 3 42 1 41 0 40 46
-STDOUT_17992=25 44 3 43 1 42 0 41 46
-STDOUT_17993=25 45 3 44 1 43 0 42 46
-STDOUT_17994=24 42 3 41 1 40 0 39 46
-STDOUT_17995=25 43 3 42 1 41 0 40 46
-STDOUT_17996=26 44 4 43 1 42 0 41 46
-STDOUT_17997=24 43 4 42 1 41 0 40 46
-STDOUT_17998=27 44 4 43 1 42 0 41 46
-STDOUT_17999=25 44 3 43 1 42 0 41 46
-STDOUT_18000=26 43 3 42 1 41 0 40 46
-STDOUT_18001=24 44 4 43 1 42 0 41 46
-STDOUT_18002=24 42 3 41 1 40 0 39 46
-STDOUT_18003=27 43 3 42 1 41 0 40 46
-STDOUT_18004=26 43 3 42 1 41 0 40 46
-STDOUT_18005=25 43 3 42 1 41 0 40 46
-STDOUT_18006=25 45 3 44 1 43 0 42 46
-STDOUT_18007=27 44 3 43 1 42 0 41 46
-STDOUT_18008=24 43 4 42 1 41 0 40 46
-STDOUT_18009=26 43 3 42 1 41 0 40 46
-STDOUT_18010=26 44 4 43 1 42 0 41 46
-STDOUT_18011=26 43 3 42 1 41 0 40 46
-STDOUT_18012=26 43 3 42 1 41 0 40 46
-STDOUT_18013=24 44 4 43 1 42 0 41 46
-STDOUT_18014=25 43 3 42 1 41 0 40 46
-STDOUT_18015=25 45 3 44 1 43 0 42 46
-STDOUT_18016=26 44 4 43 1 42 0 41 46
-STDOUT_18017=26 43 3 42 1 41 0 40 46
-STDOUT_18018=24 44 4 43 1 42 0 41 46
-STDOUT_18019=24 43 3 42 1 41 0 40 46
-STDOUT_18020=25 43 4 42 1 41 0 40 46
-STDOUT_18021=24 44 4 43 1 42 0 41 46
-STDOUT_18022=26 44 3 43 1 42 0 41 46
-STDOUT_18023=25 43 4 42 1 41 0 40 46
-STDOUT_18024=24 44 4 43 1 42 0 41 46
-STDOUT_18025=25 44 3 43 1 42 0 41 46
-STDOUT_18026=26 44 3 43 1 42 0 41 46
-STDOUT_18027=25 43 3 42 1 41 0 40 46
-STDOUT_18028=26 43 3 42 1 41 0 40 46
-STDOUT_18029=24 43 3 42 1 41 0 40 46
-STDOUT_18030=25 44 3 43 1 42 0 41 46
-STDOUT_18031=26 43 3 42 1 41 0 40 46
-STDOUT_18032=25 44 3 43 1 42 0 41 46
-STDOUT_18033=24 44 4 43 1 42 0 41 46
-STDOUT_18034=26 44 3 43 1 42 0 41 46
-STDOUT_18035=26 44 3 43 1 42 0 41 46
-STDOUT_18036=26 43 3 42 1 41 0 40 46
-STDOUT_18037=24 43 3 42 1 41 0 40 46
-STDOUT_18038=25 42 3 41 1 40 0 39 46
-STDOUT_18039=24 44 4 43 1 42 0 41 46
-STDOUT_18040=24 45 4 44 1 43 0 42 46
-STDOUT_18041=26 44 3 43 1 42 0 41 46
-STDOUT_18042=24 43 4 42 1 41 0 40 46
-STDOUT_18043=24 42 3 41 1 40 0 39 46
-STDOUT_18044=24 44 3 43 1 42 0 41 46
-STDOUT_18045=25 42 3 41 1 40 0 39 46
-STDOUT_18046=26 44 3 43 1 42 0 41 46
-STDOUT_18047=25 43 3 42 1 41 0 40 46
-STDOUT_18048=26 44 4 43 1 42 0 41 46
-STDOUT_18049=24 44 4 43 1 42 0 41 46
-STDOUT_18050=28 40 14 39 6 38 1 37 46
-STDOUT_18051=28 40 14 39 6 38 1 37 46
-STDOUT_18052=28 41 14 40 6 39 1 38 46
-STDOUT_18053=28 41 14 40 6 39 1 38 46
-STDOUT_18054=28 41 14 40 6 39 1 38 46
-STDOUT_18055=28 42 14 41 6 40 1 39 46
-STDOUT_18056=28 40 14 39 6 38 1 37 46
-STDOUT_18057=28 40 14 39 6 38 1 37 46
-STDOUT_18058=28 40 14 39 6 38 1 37 46
-STDOUT_18059=28 40 14 39 6 38 1 37 46
-STDOUT_18060=28 41 14 40 6 39 1 38 46
-STDOUT_18061=28 40 14 39 6 38 1 37 46
-STDOUT_18062=28 41 14 40 6 39 1 38 46
-STDOUT_18063=28 40 14 39 6 38 1 37 46
-STDOUT_18064=28 41 14 40 6 39 1 38 46
-STDOUT_18065=28 41 14 40 6 39 1 38 46
-STDOUT_18066=28 40 14 39 6 38 1 37 46
-STDOUT_18067=28 41 14 40 6 39 1 38 46
-STDOUT_18068=28 40 14 39 6 38 1 37 46
-STDOUT_18069=28 41 14 40 6 39 1 38 46
-STDOUT_18070=28 41 14 40 6 39 1 38 46
-STDOUT_18071=28 42 14 41 6 40 1 39 46
-STDOUT_18072=28 41 14 40 6 39 1 38 46
-STDOUT_18073=28 41 14 40 6 39 1 38 46
-STDOUT_18074=28 40 14 39 6 38 1 37 46
-STDOUT_18075=28 41 14 40 6 39 1 38 46
-STDOUT_18076=28 42 14 41 6 40 1 39 46
-STDOUT_18077=28 40 14 39 6 38 1 37 46
-STDOUT_18078=28 41 14 40 6 39 1 38 46
-STDOUT_18079=28 40 14 39 6 38 1 37 46
-STDOUT_18080=28 41 14 40 6 39 1 38 46
-STDOUT_18081=28 40 14 39 6 38 1 37 46
-STDOUT_18082=28 40 14 39 6 38 1 37 46
-STDOUT_18083=28 41 14 40 6 39 1 38 46
-STDOUT_18084=28 42 14 41 6 40 1 39 46
-STDOUT_18085=28 41 14 40 6 39 1 38 46
-STDOUT_18086=28 41 14 40 6 39 1 38 46
-STDOUT_18087=28 41 14 40 6 39 1 38 46
-STDOUT_18088=28 40 14 39 6 38 1 37 46
-STDOUT_18089=28 41 14 40 6 39 1 38 46
-STDOUT_18090=28 42 14 41 6 40 1 39 46
-STDOUT_18091=28 41 14 40 6 39 1 38 46
-STDOUT_18092=28 41 14 40 6 39 1 38 46
-STDOUT_18093=27 41 14 40 6 39 1 38 46
-STDOUT_18094=28 41 14 40 6 39 1 38 46
-STDOUT_18095=28 42 14 41 6 40 1 39 46
-STDOUT_18096=27 41 14 40 6 39 1 38 46
-STDOUT_18097=28 40 14 39 6 38 1 37 46
-STDOUT_18098=28 42 14 41 6 40 1 39 46
-STDOUT_18099=28 40 14 39 6 38 1 37 46
-STDOUT_18100=28 41 14 40 6 39 1 38 46
-STDOUT_18101=28 41 14 40 6 39 1 38 46
-STDOUT_18102=28 41 14 40 6 39 1 38 46
-STDOUT_18103=27 40 13 39 6 38 1 37 46
-STDOUT_18104=28 42 14 41 6 40 1 39 46
-STDOUT_18105=27 42 14 41 6 40 1 39 46
-STDOUT_18106=28 41 14 40 6 39 1 38 46
-STDOUT_18107=28 41 14 40 6 39 1 38 46
-STDOUT_18108=28 41 14 40 6 39 1 38 46
-STDOUT_18109=28 41 14 40 6 39 1 38 46
-STDOUT_18110=28 41 14 40 6 39 1 38 46
-STDOUT_18111=28 41 14 40 6 39 1 38 46
-STDOUT_18112=28 42 14 41 6 40 1 39 46
-STDOUT_18113=28 40 14 39 6 38 1 37 46
-STDOUT_18114=27 41 13 40 6 39 1 38 46
-STDOUT_18115=28 42 14 41 6 40 1 39 46
-STDOUT_18116=28 42 14 41 6 40 1 39 46
-STDOUT_18117=28 40 14 39 6 38 1 37 46
-STDOUT_18118=28 40 14 39 6 38 1 37 46
-STDOUT_18119=28 42 14 41 6 40 1 39 46
-STDOUT_18120=28 40 14 39 6 38 1 37 46
-STDOUT_18121=28 40 14 39 6 38 1 37 46
-STDOUT_18122=28 40 14 39 6 38 1 37 46
-STDOUT_18123=28 40 14 39 6 38 1 37 46
-STDOUT_18124=28 42 14 41 6 40 1 39 46
-STDOUT_18125=28 40 14 39 6 38 1 37 46
-STDOUT_18126=28 41 14 40 6 39 1 38 46
-STDOUT_18127=28 40 14 39 6 38 1 37 46
-STDOUT_18128=28 41 14 40 6 39 1 38 46
-STDOUT_18129=28 40 14 39 6 38 1 37 46
-STDOUT_18130=28 41 14 40 6 39 1 38 46
-STDOUT_18131=28 40 14 39 6 38 1 37 46
-STDOUT_18132=28 40 14 39 6 38 1 37 46
-STDOUT_18133=28 41 14 40 6 39 1 38 46
-STDOUT_18134=28 41 14 40 6 39 1 38 46
-STDOUT_18135=28 41 14 40 6 39 1 38 46
-STDOUT_18136=28 40 14 39 6 38 1 37 46
-STDOUT_18137=28 41 14 40 6 39 1 38 46
-STDOUT_18138=28 41 14 40 6 39 1 38 46
-STDOUT_18139=28 41 14 40 6 39 1 38 46
-STDOUT_18140=28 40 14 39 6 38 1 37 46
-STDOUT_18141=28 41 14 40 6 39 1 38 46
-STDOUT_18142=28 41 14 40 6 39 1 38 46
-STDOUT_18143=28 41 14 40 6 39 1 38 46
-STDOUT_18144=28 40 14 39 6 38 1 37 46
-STDOUT_18145=28 40 14 39 6 38 1 37 46
-STDOUT_18146=27 39 13 38 6 37 1 36 46
-STDOUT_18147=28 42 14 41 6 40 1 39 46
-STDOUT_18148=28 41 14 40 6 39 1 38 46
-STDOUT_18149=28 40 14 39 6 38 1 37 46
-STDOUT_18150=SCORES_TXT_END_0
-STDOUT_18151=SCORES_TXT_BEGIN_0 5 400 9 BLEU
-STDOUT_18152=16 23 8 22 4 21 2 20 24
-STDOUT_18153=16 23 8 22 4 21 2 20 24
-STDOUT_18154=15 22 8 21 4 20 2 19 24
-STDOUT_18155=16 23 8 22 4 21 2 20 24
-STDOUT_18156=16 23 8 22 4 21 2 20 24
-STDOUT_18157=16 23 8 22 4 21 2 20 24
-STDOUT_18158=16 23 8 22 4 21 2 20 24
-STDOUT_18159=16 23 8 22 4 21 2 20 24
-STDOUT_18160=15 22 8 21 4 20 2 19 24
-STDOUT_18161=16 23 8 22 4 21 2 20 24
-STDOUT_18162=16 23 8 22 4 21 2 20 24
-STDOUT_18163=16 23 8 22 4 21 2 20 24
-STDOUT_18164=16 23 8 22 4 21 2 20 24
-STDOUT_18165=15 22 8 21 4 20 2 19 24
-STDOUT_18166=16 23 8 22 4 21 2 20 24
-STDOUT_18167=15 22 8 21 4 20 2 19 24
-STDOUT_18168=15 22 8 21 4 20 2 19 24
-STDOUT_18169=16 23 8 22 4 21 2 20 24
-STDOUT_18170=15 22 8 21 4 20 2 19 24
-STDOUT_18171=15 22 8 21 4 20 2 19 24
-STDOUT_18172=16 23 8 22 4 21 2 20 24
-STDOUT_18173=16 23 8 22 4 21 2 20 24
-STDOUT_18174=16 23 8 22 4 21 2 20 24
-STDOUT_18175=16 23 8 22 4 21 2 20 24
-STDOUT_18176=16 23 8 22 4 21 2 20 24
-STDOUT_18177=15 22 8 21 4 20 2 19 24
-STDOUT_18178=15 22 8 21 4 20 2 19 24
-STDOUT_18179=16 23 8 22 4 21 2 20 24
-STDOUT_18180=16 23 8 22 4 21 2 20 24
-STDOUT_18181=15 22 8 21 4 20 2 19 24
-STDOUT_18182=15 22 8 21 4 20 2 19 24
-STDOUT_18183=16 23 8 22 4 21 2 20 24
-STDOUT_18184=16 23 8 22 4 21 2 20 24
-STDOUT_18185=15 22 8 21 4 20 2 19 24
-STDOUT_18186=16 23 8 22 4 21 2 20 24
-STDOUT_18187=16 23 8 22 4 21 2 20 24
-STDOUT_18188=16 23 8 22 4 21 2 20 24
-STDOUT_18189=16 23 8 22 4 21 2 20 24
-STDOUT_18190=16 23 8 22 4 21 2 20 24
-STDOUT_18191=16 23 8 22 4 21 2 20 24
-STDOUT_18192=15 22 8 21 4 20 2 19 24
-STDOUT_18193=16 23 8 22 4 21 2 20 24
-STDOUT_18194=16 23 8 22 4 21 2 20 24
-STDOUT_18195=16 23 8 22 4 21 2 20 24
-STDOUT_18196=16 23 8 22 4 21 2 20 24
-STDOUT_18197=16 23 8 22 4 21 2 20 24
-STDOUT_18198=16 23 8 22 4 21 2 20 24
-STDOUT_18199=16 23 8 22 4 21 2 20 24
-STDOUT_18200=15 22 8 21 4 20 2 19 24
-STDOUT_18201=16 23 8 22 4 21 2 20 24
-STDOUT_18202=16 23 8 22 4 21 2 20 24
-STDOUT_18203=16 23 8 22 4 21 2 20 24
-STDOUT_18204=15 22 8 21 4 20 2 19 24
-STDOUT_18205=16 23 8 22 4 21 2 20 24
-STDOUT_18206=16 23 8 22 4 21 2 20 24
-STDOUT_18207=16 23 8 22 4 21 2 20 24
-STDOUT_18208=16 23 8 22 4 21 2 20 24
-STDOUT_18209=16 23 8 22 4 21 2 20 24
-STDOUT_18210=15 22 8 21 4 20 2 19 24
-STDOUT_18211=15 22 8 21 4 20 2 19 24
-STDOUT_18212=16 23 8 22 4 21 2 20 24
-STDOUT_18213=16 23 8 22 4 21 2 20 24
-STDOUT_18214=16 23 8 22 4 21 2 20 24
-STDOUT_18215=15 22 8 21 4 20 2 19 24
-STDOUT_18216=16 23 8 22 4 21 2 20 24
-STDOUT_18217=16 23 8 22 4 21 2 20 24
-STDOUT_18218=16 23 8 22 4 21 2 20 24
-STDOUT_18219=15 22 8 21 4 20 2 19 24
-STDOUT_18220=15 22 8 21 4 20 2 19 24
-STDOUT_18221=16 23 8 22 4 21 2 20 24
-STDOUT_18222=15 22 8 21 4 20 2 19 24
-STDOUT_18223=16 23 8 22 4 21 2 20 24
-STDOUT_18224=16 23 8 22 4 21 2 20 24
-STDOUT_18225=14 20 5 19 2 18 1 17 24
-STDOUT_18226=16 23 8 22 4 21 2 20 24
-STDOUT_18227=16 23 8 22 4 21 2 20 24
-STDOUT_18228=15 22 8 21 4 20 2 19 24
-STDOUT_18229=15 22 8 21 4 20 2 19 24
-STDOUT_18230=15 22 8 21 4 20 2 19 24
-STDOUT_18231=15 22 8 21 4 20 2 19 24
-STDOUT_18232=15 22 8 21 4 20 2 19 24
-STDOUT_18233=15 22 8 21 4 20 2 19 24
-STDOUT_18234=16 23 8 22 4 21 2 20 24
-STDOUT_18235=16 23 8 22 4 21 2 20 24
-STDOUT_18236=14 20 5 19 2 18 1 17 24
-STDOUT_18237=15 22 8 21 4 20 2 19 24
-STDOUT_18238=16 23 8 22 4 21 2 20 24
-STDOUT_18239=16 23 8 22 4 21 2 20 24
-STDOUT_18240=15 22 8 21 4 20 2 19 24
-STDOUT_18241=16 23 8 22 4 21 2 20 24
-STDOUT_18242=16 23 8 22 4 21 2 20 24
-STDOUT_18243=15 23 8 22 4 21 2 20 24
-STDOUT_18244=13 19 5 18 2 17 1 16 24
-STDOUT_18245=16 23 8 22 4 21 2 20 24
-STDOUT_18246=16 23 8 22 4 21 2 20 24
-STDOUT_18247=16 23 8 22 4 21 2 20 24
-STDOUT_18248=16 23 8 22 4 21 2 20 24
-STDOUT_18249=16 23 8 22 4 21 2 20 24
-STDOUT_18250=16 23 8 22 4 21 2 20 24
-STDOUT_18251=16 23 8 22 4 21 2 20 24
-STDOUT_18252=15 28 6 27 2 26 1 25 24
-STDOUT_18253=15 28 6 27 2 26 1 25 24
-STDOUT_18254=15 28 6 27 2 26 1 25 24
-STDOUT_18255=16 33 6 32 2 31 1 30 24
-STDOUT_18256=16 33 6 32 2 31 1 30 24
-STDOUT_18257=15 28 6 27 2 26 1 25 24
-STDOUT_18258=15 28 6 27 2 26 1 25 24
-STDOUT_18259=15 28 6 27 2 26 1 25 24
-STDOUT_18260=15 28 6 27 2 26 1 25 24
-STDOUT_18261=15 28 6 27 2 26 1 25 24
-STDOUT_18262=16 33 6 32 2 31 1 30 24
-STDOUT_18263=15 28 6 27 2 26 1 25 24
-STDOUT_18264=16 33 6 32 2 31 1 30 24
-STDOUT_18265=16 33 6 32 2 31 1 30 24
-STDOUT_18266=15 28 6 27 2 26 1 25 24
-STDOUT_18267=16 33 6 32 2 31 1 30 24
-STDOUT_18268=15 28 6 27 2 26 1 25 24
-STDOUT_18269=16 29 6 28 2 27 1 26 24
-STDOUT_18270=15 28 6 27 2 26 1 25 24
-STDOUT_18271=15 28 6 27 2 26 1 25 24
-STDOUT_18272=15 28 6 27 2 26 1 25 24
-STDOUT_18273=15 28 6 27 2 26 1 25 24
-STDOUT_18274=15 28 6 27 2 26 1 25 24
-STDOUT_18275=15 28 6 27 2 26 1 25 24
-STDOUT_18276=15 28 6 27 2 26 1 25 24
-STDOUT_18277=15 28 6 27 2 26 1 25 24
-STDOUT_18278=16 33 6 32 2 31 1 30 24
-STDOUT_18279=15 28 6 27 2 26 1 25 24
-STDOUT_18280=16 33 6 32 2 31 1 30 24
-STDOUT_18281=16 33 6 32 2 31 1 30 24
-STDOUT_18282=15 28 6 27 2 26 1 25 24
-STDOUT_18283=16 33 6 32 2 31 1 30 24
-STDOUT_18284=16 33 6 32 2 31 1 30 24
-STDOUT_18285=15 28 6 27 2 26 1 25 24
-STDOUT_18286=16 33 6 32 2 31 1 30 24
-STDOUT_18287=16 33 6 32 2 31 1 30 24
-STDOUT_18288=15 28 6 27 2 26 1 25 24
-STDOUT_18289=16 33 6 32 2 31 1 30 24
-STDOUT_18290=15 28 6 27 2 26 1 25 24
-STDOUT_18291=16 33 6 32 2 31 1 30 24
-STDOUT_18292=15 28 6 27 2 26 1 25 24
-STDOUT_18293=15 28 6 27 2 26 1 25 24
-STDOUT_18294=15 28 6 27 2 26 1 25 24
-STDOUT_18295=16 29 6 28 2 27 1 26 24
-STDOUT_18296=16 33 6 32 2 31 1 30 24
-STDOUT_18297=15 28 6 27 2 26 1 25 24
-STDOUT_18298=16 28 7 27 2 26 1 25 24
-STDOUT_18299=16 33 6 32 2 31 1 30 24
-STDOUT_18300=15 28 6 27 2 26 1 25 24
-STDOUT_18301=15 28 6 27 2 26 1 25 24
-STDOUT_18302=15 28 6 27 2 26 1 25 24
-STDOUT_18303=16 33 6 32 2 31 1 30 24
-STDOUT_18304=15 28 6 27 2 26 1 25 24
-STDOUT_18305=15 30 6 29 2 28 1 27 24
-STDOUT_18306=16 29 6 28 2 27 1 26 24
-STDOUT_18307=16 33 6 32 2 31 1 30 24
-STDOUT_18308=16 33 6 32 2 31 1 30 24
-STDOUT_18309=16 33 6 32 2 31 1 30 24
-STDOUT_18310=15 28 6 27 2 26 1 25 24
-STDOUT_18311=15 28 6 27 2 26 1 25 24
-STDOUT_18312=15 28 6 27 2 26 1 25 24
-STDOUT_18313=15 28 6 27 2 26 1 25 24
-STDOUT_18314=15 30 6 29 2 28 1 27 24
-STDOUT_18315=16 33 6 32 2 31 1 30 24
-STDOUT_18316=15 28 6 27 2 26 1 25 24
-STDOUT_18317=15 28 6 27 2 26 1 25 24
-STDOUT_18318=15 28 6 27 2 26 1 25 24
-STDOUT_18319=16 33 6 32 2 31 1 30 24
-STDOUT_18320=16 33 6 32 2 31 1 30 24
-STDOUT_18321=15 28 6 27 2 26 1 25 24
-STDOUT_18322=15 28 6 27 2 26 1 25 24
-STDOUT_18323=15 28 6 27 2 26 1 25 24
-STDOUT_18324=16 33 6 32 2 31 1 30 24
-STDOUT_18325=16 33 6 32 2 31 1 30 24
-STDOUT_18326=15 28 6 27 2 26 1 25 24
-STDOUT_18327=16 33 6 32 2 31 1 30 24
-STDOUT_18328=15 28 6 27 2 26 1 25 24
-STDOUT_18329=16 33 6 32 2 31 1 30 24
-STDOUT_18330=15 30 6 29 2 28 1 27 24
-STDOUT_18331=15 28 6 27 2 26 1 25 24
-STDOUT_18332=16 33 6 32 2 31 1 30 24
-STDOUT_18333=15 30 6 29 2 28 1 27 24
-STDOUT_18334=15 28 6 27 2 26 1 25 24
-STDOUT_18335=15 28 6 27 2 26 1 25 24
-STDOUT_18336=15 28 6 27 2 26 1 25 24
-STDOUT_18337=16 33 6 32 2 31 1 30 24
-STDOUT_18338=16 33 6 32 2 31 1 30 24
-STDOUT_18339=16 33 6 32 2 31 1 30 24
-STDOUT_18340=15 28 6 27 2 26 1 25 24
-STDOUT_18341=16 33 6 32 2 31 1 30 24
-STDOUT_18342=15 28 6 27 2 26 1 25 24
-STDOUT_18343=16 29 6 28 2 27 1 26 24
-STDOUT_18344=15 28 6 27 2 26 1 25 24
-STDOUT_18345=15 28 6 27 2 26 1 25 24
-STDOUT_18346=16 33 6 32 2 31 1 30 24
-STDOUT_18347=15 28 6 27 2 26 1 25 24
-STDOUT_18348=16 29 6 28 2 27 1 26 24
-STDOUT_18349=16 33 6 32 2 31 1 30 24
-STDOUT_18350=15 28 6 27 2 26 1 25 24
-STDOUT_18351=17 35 8 34 3 33 1 32 24
-STDOUT_18352=15 25 2 24 0 23 0 22 24
-STDOUT_18353=14 25 2 24 0 23 0 22 24
-STDOUT_18354=15 25 2 24 0 23 0 22 24
-STDOUT_18355=14 25 2 24 0 23 0 22 24
-STDOUT_18356=15 25 2 24 0 23 0 22 24
-STDOUT_18357=14 25 2 24 0 23 0 22 24
-STDOUT_18358=15 25 2 24 0 23 0 22 24
-STDOUT_18359=14 25 2 24 0 23 0 22 24
-STDOUT_18360=15 25 2 24 0 23 0 22 24
-STDOUT_18361=14 25 2 24 0 23 0 22 24
-STDOUT_18362=15 26 3 25 0 24 0 23 24
-STDOUT_18363=14 25 2 24 0 23 0 22 24
-STDOUT_18364=14 25 2 24 0 23 0 22 24
-STDOUT_18365=14 26 3 25 0 24 0 23 24
-STDOUT_18366=14 25 2 24 0 23 0 22 24
-STDOUT_18367=13 25 2 24 0 23 0 22 24
-STDOUT_18368=15 26 3 25 0 24 0 23 24
-STDOUT_18369=14 25 2 24 0 23 0 22 24
-STDOUT_18370=14 25 2 24 0 23 0 22 24
-STDOUT_18371=14 25 2 24 0 23 0 22 24
-STDOUT_18372=14 26 3 25 0 24 0 23 24
-STDOUT_18373=15 25 2 24 0 23 0 22 24
-STDOUT_18374=14 25 2 24 0 23 0 22 24
-STDOUT_18375=13 25 2 24 0 23 0 22 24
-STDOUT_18376=13 25 2 24 0 23 0 22 24
-STDOUT_18377=15 26 3 25 0 24 0 23 24
-STDOUT_18378=14 25 2 24 0 23 0 22 24
-STDOUT_18379=14 25 2 24 0 23 0 22 24
-STDOUT_18380=14 25 2 24 0 23 0 22 24
-STDOUT_18381=14 26 3 25 0 24 0 23 24
-STDOUT_18382=14 25 2 24 0 23 0 22 24
-STDOUT_18383=13 25 2 24 0 23 0 22 24
-STDOUT_18384=15 26 3 25 0 24 0 23 24
-STDOUT_18385=15 26 2 25 0 24 0 23 24
-STDOUT_18386=14 25 2 24 0 23 0 22 24
-STDOUT_18387=15 27 3 26 1 25 0 24 24
-STDOUT_18388=14 25 2 24 0 23 0 22 24
-STDOUT_18389=15 27 3 26 1 25 0 24 24
-STDOUT_18390=14 25 2 24 0 23 0 22 24
-STDOUT_18391=14 26 3 25 0 24 0 23 24
-STDOUT_18392=14 26 2 25 0 24 0 23 24
-STDOUT_18393=14 25 2 24 0 23 0 22 24
-STDOUT_18394=13 25 2 24 0 23 0 22 24
-STDOUT_18395=15 26 3 25 0 24 0 23 24
-STDOUT_18396=14 27 3 26 1 25 0 24 24
-STDOUT_18397=14 27 3 26 1 25 0 24 24
-STDOUT_18398=15 25 2 24 0 23 0 22 24
-STDOUT_18399=14 25 2 24 0 23 0 22 24
-STDOUT_18400=15 25 2 24 0 23 0 22 24
-STDOUT_18401=13 25 2 24 0 23 0 22 24
-STDOUT_18402=14 25 2 24 0 23 0 22 24
-STDOUT_18403=14 25 2 24 0 23 0 22 24
-STDOUT_18404=15 27 3 26 1 25 0 24 24
-STDOUT_18405=15 27 3 26 1 25 0 24 24
-STDOUT_18406=14 26 3 25 0 24 0 23 24
-STDOUT_18407=14 25 2 24 0 23 0 22 24
-STDOUT_18408=14 25 2 24 0 23 0 22 24
-STDOUT_18409=13 25 2 24 0 23 0 22 24
-STDOUT_18410=14 25 2 24 0 23 0 22 24
-STDOUT_18411=15 26 2 25 0 24 0 23 24
-STDOUT_18412=14 25 2 24 0 23 0 22 24
-STDOUT_18413=15 26 2 25 0 24 0 23 24
-STDOUT_18414=13 25 2 24 0 23 0 22 24
-STDOUT_18415=14 27 3 26 1 25 0 24 24
-STDOUT_18416=14 27 3 26 1 25 0 24 24
-STDOUT_18417=15 25 2 24 0 23 0 22 24
-STDOUT_18418=15 25 2 24 0 23 0 22 24
-STDOUT_18419=13 25 2 24 0 23 0 22 24
-STDOUT_18420=14 26 2 25 0 24 0 23 24
-STDOUT_18421=14 25 2 24 0 23 0 22 24
-STDOUT_18422=14 26 3 25 0 24 0 23 24
-STDOUT_18423=15 26 3 25 0 24 0 23 24
-STDOUT_18424=15 27 3 26 1 25 0 24 24
-STDOUT_18425=15 27 3 26 1 25 0 24 24
-STDOUT_18426=14 26 3 25 0 24 0 23 24
-STDOUT_18427=14 25 2 24 0 23 0 22 24
-STDOUT_18428=14 25 2 24 0 23 0 22 24
-STDOUT_18429=15 26 2 25 0 24 0 23 24
-STDOUT_18430=13 25 2 24 0 23 0 22 24
-STDOUT_18431=14 25 2 24 0 23 0 22 24
-STDOUT_18432=15 26 2 25 0 24 0 23 24
-STDOUT_18433=13 25 2 24 0 23 0 22 24
-STDOUT_18434=14 25 1 24 0 23 0 22 24
-STDOUT_18435=14 26 3 25 0 24 0 23 24
-STDOUT_18436=13 26 3 25 0 24 0 23 24
-STDOUT_18437=14 26 2 25 0 24 0 23 24
-STDOUT_18438=14 26 3 25 0 24 0 23 24
-STDOUT_18439=14 27 3 26 1 25 0 24 24
-STDOUT_18440=14 27 3 26 1 25 0 24 24
-STDOUT_18441=14 25 2 24 0 23 0 22 24
-STDOUT_18442=15 25 2 24 0 23 0 22 24
-STDOUT_18443=13 25 2 24 0 23 0 22 24
-STDOUT_18444=15 25 2 24 0 23 0 22 24
-STDOUT_18445=13 25 2 24 0 23 0 22 24
-STDOUT_18446=14 26 2 25 0 24 0 23 24
-STDOUT_18447=14 25 2 24 0 23 0 22 24
-STDOUT_18448=14 26 3 25 0 24 0 23 24
-STDOUT_18449=15 26 3 25 0 24 0 23 24
-STDOUT_18450=14 25 1 24 0 23 0 22 24
-STDOUT_18451=13 25 1 24 0 23 0 22 24
-STDOUT_18452=15 28 6 27 2 26 1 25 24
-STDOUT_18453=15 28 6 27 2 26 1 25 24
-STDOUT_18454=15 28 6 27 2 26 1 25 24
-STDOUT_18455=15 28 6 27 2 26 1 25 24
-STDOUT_18456=15 28 6 27 2 26 1 25 24
-STDOUT_18457=15 28 6 27 2 26 1 25 24
-STDOUT_18458=15 28 6 27 2 26 1 25 24
-STDOUT_18459=15 28 6 27 2 26 1 25 24
-STDOUT_18460=15 28 6 27 2 26 1 25 24
-STDOUT_18461=15 28 6 27 2 26 1 25 24
-STDOUT_18462=15 28 6 27 2 26 1 25 24
-STDOUT_18463=15 25 6 24 2 23 1 22 24
-STDOUT_18464=15 25 6 24 2 23 1 22 24
-STDOUT_18465=15 28 6 27 2 26 1 25 24
-STDOUT_18466=15 28 6 27 2 26 1 25 24
-STDOUT_18467=15 28 6 27 2 26 1 25 24
-STDOUT_18468=15 28 6 27 2 26 1 25 24
-STDOUT_18469=15 28 6 27 2 26 1 25 24
-STDOUT_18470=15 28 6 27 2 26 1 25 24
-STDOUT_18471=15 28 6 27 2 26 1 25 24
-STDOUT_18472=15 28 6 27 2 26 1 25 24
-STDOUT_18473=15 28 6 27 2 26 1 25 24
-STDOUT_18474=16 26 8 25 4 24 2 23 24
-STDOUT_18475=15 28 6 27 2 26 1 25 24
-STDOUT_18476=15 28 6 27 2 26 1 25 24
-STDOUT_18477=15 28 6 27 2 26 1 25 24
-STDOUT_18478=15 28 6 27 2 26 1 25 24
-STDOUT_18479=15 28 6 27 2 26 1 25 24
-STDOUT_18480=15 28 6 27 2 26 1 25 24
-STDOUT_18481=15 28 6 27 2 26 1 25 24
-STDOUT_18482=15 28 6 27 2 26 1 25 24
-STDOUT_18483=15 28 6 27 2 26 1 25 24
-STDOUT_18484=16 26 8 25 4 24 2 23 24
-STDOUT_18485=15 28 6 27 2 26 1 25 24
-STDOUT_18486=15 28 6 27 2 26 1 25 24
-STDOUT_18487=15 25 6 24 2 23 1 22 24
-STDOUT_18488=15 28 6 27 2 26 1 25 24
-STDOUT_18489=15 25 6 24 2 23 1 22 24
-STDOUT_18490=15 28 6 27 2 26 1 25 24
-STDOUT_18491=15 28 6 27 2 26 1 25 24
-STDOUT_18492=15 28 6 27 2 26 1 25 24
-STDOUT_18493=15 25 6 24 2 23 1 22 24
-STDOUT_18494=15 28 6 27 2 26 1 25 24
-STDOUT_18495=15 28 6 27 2 26 1 25 24
-STDOUT_18496=15 28 6 27 2 26 1 25 24
-STDOUT_18497=16 26 8 25 4 24 2 23 24
-STDOUT_18498=15 28 6 27 2 26 1 25 24
-STDOUT_18499=15 28 6 27 2 26 1 25 24
-STDOUT_18500=15 28 6 27 2 26 1 25 24
-STDOUT_18501=16 28 5 27 2 26 1 25 24
-STDOUT_18502=15 28 6 27 2 26 1 25 24
-STDOUT_18503=15 28 6 27 2 26 1 25 24
-STDOUT_18504=16 28 5 27 2 26 1 25 24
-STDOUT_18505=16 26 8 25 4 24 2 23 24
-STDOUT_18506=15 28 6 27 2 26 1 25 24
-STDOUT_18507=15 28 6 27 2 26 1 25 24
-STDOUT_18508=15 28 6 27 2 26 1 25 24
-STDOUT_18509=16 26 8 25 4 24 2 23 24
-STDOUT_18510=15 28 6 27 2 26 1 25 24
-STDOUT_18511=15 28 6 27 2 26 1 25 24
-STDOUT_18512=15 28 6 27 2 26 1 25 24
-STDOUT_18513=15 28 6 27 2 26 1 25 24
-STDOUT_18514=15 28 6 27 2 26 1 25 24
-STDOUT_18515=15 28 6 27 2 26 1 25 24
-STDOUT_18516=15 28 6 27 2 26 1 25 24
-STDOUT_18517=15 28 6 27 2 26 1 25 24
-STDOUT_18518=15 28 6 27 2 26 1 25 24
-STDOUT_18519=14 27 6 26 2 25 1 24 24
-STDOUT_18520=15 28 6 27 2 26 1 25 24
-STDOUT_18521=14 27 6 26 2 25 1 24 24
-STDOUT_18522=15 28 6 27 2 26 1 25 24
-STDOUT_18523=15 28 6 27 2 26 1 25 24
-STDOUT_18524=15 28 6 27 2 26 1 25 24
-STDOUT_18525=15 28 6 27 2 26 1 25 24
-STDOUT_18526=15 28 6 27 2 26 1 25 24
-STDOUT_18527=15 28 6 27 2 26 1 25 24
-STDOUT_18528=15 28 6 27 2 26 1 25 24
-STDOUT_18529=15 25 6 24 2 23 1 22 24
-STDOUT_18530=15 28 6 27 2 26 1 25 24
-STDOUT_18531=15 25 6 24 2 23 1 22 24
-STDOUT_18532=15 28 6 27 2 26 1 25 24
-STDOUT_18533=15 28 6 27 2 26 1 25 24
-STDOUT_18534=16 23 8 22 4 21 2 20 24
-STDOUT_18535=15 28 6 27 2 26 1 25 24
-STDOUT_18536=15 28 6 27 2 26 1 25 24
-STDOUT_18537=15 25 6 24 2 23 1 22 24
-STDOUT_18538=15 25 6 24 2 23 1 22 24
-STDOUT_18539=15 28 6 27 2 26 1 25 24
-STDOUT_18540=15 28 6 27 2 26 1 25 24
-STDOUT_18541=15 28 6 27 2 26 1 25 24
-STDOUT_18542=15 25 6 24 2 23 1 22 24
-STDOUT_18543=15 28 6 27 2 26 1 25 24
-STDOUT_18544=15 28 6 27 2 26 1 25 24
-STDOUT_18545=16 26 8 25 4 24 2 23 24
-STDOUT_18546=15 28 6 27 2 26 1 25 24
-STDOUT_18547=15 28 6 27 2 26 1 25 24
-STDOUT_18548=15 28 6 27 2 26 1 25 24
-STDOUT_18549=15 28 6 27 2 26 1 25 24
-STDOUT_18550=16 26 8 25 4 24 2 23 24
-STDOUT_18551=14 24 6 23 2 22 1 21 24
-STDOUT_18552=SCORES_TXT_END_0
-STDOUT_18553=SCORES_TXT_BEGIN_0 6 400 9 BLEU
-STDOUT_18554=16 29 9 28 7 27 6 26 34
-STDOUT_18555=16 27 9 26 7 25 6 24 34
-STDOUT_18556=14 28 4 27 2 26 1 25 34
-STDOUT_18557=16 29 9 28 7 27 6 26 34
-STDOUT_18558=18 32 11 31 8 30 6 29 34
-STDOUT_18559=16 29 9 28 7 27 6 26 34
-STDOUT_18560=16 29 9 28 7 27 6 26 34
-STDOUT_18561=16 28 9 27 7 26 6 25 34
-STDOUT_18562=16 29 9 28 7 27 6 26 34
-STDOUT_18563=16 29 9 28 7 27 6 26 34
-STDOUT_18564=14 26 4 25 2 24 1 23 34
-STDOUT_18565=14 28 4 27 2 26 1 25 34
-STDOUT_18566=16 29 9 28 7 27 6 26 34
-STDOUT_18567=16 29 9 28 7 27 6 26 34
-STDOUT_18568=18 30 11 29 8 28 6 27 34
-STDOUT_18569=16 31 6 30 3 29 1 28 34
-STDOUT_18570=18 32 11 31 8 30 6 29 34
-STDOUT_18571=16 27 9 26 7 25 6 24 34
-STDOUT_18572=16 29 9 28 7 27 6 26 34
-STDOUT_18573=16 27 9 26 7 25 6 24 34
-STDOUT_18574=16 29 9 28 7 27 6 26 34
-STDOUT_18575=16 29 9 28 7 27 6 26 34
-STDOUT_18576=14 27 4 26 2 25 1 24 34
-STDOUT_18577=18 32 11 31 8 30 6 29 34
-STDOUT_18578=18 32 11 31 8 30 6 29 34
-STDOUT_18579=14 28 4 27 2 26 1 25 34
-STDOUT_18580=16 27 9 26 7 25 6 24 34
-STDOUT_18581=16 29 9 28 7 27 6 26 34
-STDOUT_18582=18 31 11 30 8 29 6 28 34
-STDOUT_18583=16 28 9 27 7 26 6 25 34
-STDOUT_18584=17 29 9 28 7 27 6 26 34
-STDOUT_18585=16 28 9 27 7 26 6 25 34
-STDOUT_18586=16 27 9 26 7 25 6 24 34
-STDOUT_18587=16 29 9 28 7 27 6 26 34
-STDOUT_18588=18 32 11 31 8 30 6 29 34
-STDOUT_18589=14 28 4 27 2 26 1 25 34
-STDOUT_18590=18 32 11 31 8 30 6 29 34
-STDOUT_18591=16 29 9 28 7 27 6 26 34
-STDOUT_18592=14 28 4 27 2 26 1 25 34
-STDOUT_18593=16 29 6 28 3 27 1 26 34
-STDOUT_18594=16 29 9 28 7 27 6 26 34
-STDOUT_18595=16 31 6 30 3 29 1 28 34
-STDOUT_18596=16 27 9 26 7 25 6 24 34
-STDOUT_18597=17 29 8 28 6 27 5 26 34
-STDOUT_18598=16 29 9 28 7 27 6 26 34
-STDOUT_18599=18 32 11 31 8 30 6 29 34
-STDOUT_18600=16 28 9 27 7 26 6 25 34
-STDOUT_18601=18 32 11 31 8 30 6 29 34
-STDOUT_18602=16 29 9 28 7 27 6 26 34
-STDOUT_18603=18 30 11 29 8 28 6 27 34
-STDOUT_18604=16 29 9 28 7 27 6 26 34
-STDOUT_18605=18 32 11 31 8 30 6 29 34
-STDOUT_18606=15 29 7 28 4 27 2 26 34
-STDOUT_18607=18 30 11 29 8 28 6 27 34
-STDOUT_18608=18 32 11 31 8 30 6 29 34
-STDOUT_18609=16 29 9 28 7 27 6 26 34
-STDOUT_18610=18 32 11 31 8 30 6 29 34
-STDOUT_18611=16 28 9 27 7 26 6 25 34
-STDOUT_18612=15 29 7 28 4 27 2 26 34
-STDOUT_18613=16 29 9 28 7 27 6 26 34
-STDOUT_18614=16 30 6 29 3 28 1 27 34
-STDOUT_18615=15 29 7 28 4 27 2 26 34
-STDOUT_18616=16 29 9 28 7 27 6 26 34
-STDOUT_18617=15 28 4 27 2 26 1 25 34
-STDOUT_18618=14 28 4 27 2 26 1 25 34
-STDOUT_18619=16 28 9 27 7 26 6 25 34
-STDOUT_18620=16 29 9 28 7 27 6 26 34
-STDOUT_18621=16 31 6 30 3 29 1 28 34
-STDOUT_18622=16 29 9 28 7 27 6 26 34
-STDOUT_18623=18 30 11 29 8 28 6 27 34
-STDOUT_18624=16 30 9 29 7 28 6 27 34
-STDOUT_18625=18 32 11 31 8 30 6 29 34
-STDOUT_18626=14 26 4 25 2 24 1 23 34
-STDOUT_18627=14 28 4 27 2 26 1 25 34
-STDOUT_18628=16 29 9 28 7 27 6 26 34
-STDOUT_18629=14 28 4 27 2 26 1 25 34
-STDOUT_18630=15 29 7 28 4 27 2 26 34
-STDOUT_18631=18 31 11 30 8 29 6 28 34
-STDOUT_18632=17 27 8 26 6 25 5 24 34
-STDOUT_18633=19 32 11 31 8 30 6 29 34
-STDOUT_18634=16 29 9 28 7 27 6 26 34
-STDOUT_18635=17 29 8 28 6 27 5 26 34
-STDOUT_18636=18 31 11 30 8 29 6 28 34
-STDOUT_18637=17 29 9 28 7 27 6 26 34
-STDOUT_18638=18 30 11 29 8 28 6 27 34
-STDOUT_18639=18 32 11 31 8 30 6 29 34
-STDOUT_18640=17 29 9 28 7 27 6 26 34
-STDOUT_18641=16 29 9 28 7 27 6 26 34
-STDOUT_18642=16 31 6 30 3 29 1 28 34
-STDOUT_18643=18 32 11 31 8 30 6 29 34
-STDOUT_18644=16 31 6 30 3 29 1 28 34
-STDOUT_18645=18 32 11 31 8 30 6 29 34
-STDOUT_18646=16 28 9 27 7 26 6 25 34
-STDOUT_18647=14 28 4 27 2 26 1 25 34
-STDOUT_18648=16 29 9 28 7 27 6 26 34
-STDOUT_18649=15 27 7 26 4 25 2 24 34
-STDOUT_18650=14 28 4 27 2 26 1 25 34
-STDOUT_18651=14 28 4 27 2 26 1 25 34
-STDOUT_18652=15 29 7 28 4 27 2 26 34
-STDOUT_18653=18 30 11 29 8 28 6 27 34
-STDOUT_18654=19 35 10 34 5 33 3 32 34
-STDOUT_18655=19 35 10 34 5 33 3 32 34
-STDOUT_18656=19 35 10 34 5 33 3 32 34
-STDOUT_18657=19 35 10 34 5 33 3 32 34
-STDOUT_18658=19 35 10 34 5 33 3 32 34
-STDOUT_18659=19 35 10 34 5 33 3 32 34
-STDOUT_18660=19 35 10 34 5 33 3 32 34
-STDOUT_18661=19 35 10 34 5 33 3 32 34
-STDOUT_18662=19 35 10 34 5 33 3 32 34
-STDOUT_18663=19 35 10 34 5 33 3 32 34
-STDOUT_18664=19 35 10 34 5 33 3 32 34
-STDOUT_18665=19 35 10 34 5 33 3 32 34
-STDOUT_18666=19 35 10 34 5 33 3 32 34
-STDOUT_18667=19 35 10 34 5 33 3 32 34
-STDOUT_18668=19 35 10 34 5 33 3 32 34
-STDOUT_18669=19 35 10 34 5 33 3 32 34
-STDOUT_18670=20 35 10 34 5 33 3 32 34
-STDOUT_18671=19 35 10 34 5 33 3 32 34
-STDOUT_18672=19 35 10 34 5 33 3 32 34
-STDOUT_18673=19 35 10 34 5 33 3 32 34
-STDOUT_18674=19 35 10 34 5 33 3 32 34
-STDOUT_18675=19 35 10 34 5 33 3 32 34
-STDOUT_18676=19 35 10 34 5 33 3 32 34
-STDOUT_18677=19 35 10 34 5 33 3 32 34
-STDOUT_18678=19 35 10 34 5 33 3 32 34
-STDOUT_18679=19 35 10 34 5 33 3 32 34
-STDOUT_18680=19 35 10 34 5 33 3 32 34
-STDOUT_18681=19 35 10 34 5 33 3 32 34
-STDOUT_18682=20 35 10 34 5 33 3 32 34
-STDOUT_18683=19 35 10 34 5 33 3 32 34
-STDOUT_18684=20 35 10 34 5 33 3 32 34
-STDOUT_18685=19 35 10 34 5 33 3 32 34
-STDOUT_18686=20 35 10 34 5 33 3 32 34
-STDOUT_18687=20 35 10 34 5 33 3 32 34
-STDOUT_18688=20 35 10 34 5 33 3 32 34
-STDOUT_18689=19 35 10 34 5 33 3 32 34
-STDOUT_18690=19 35 10 34 5 33 3 32 34
-STDOUT_18691=19 35 10 34 5 33 3 32 34
-STDOUT_18692=19 35 10 34 5 33 3 32 34
-STDOUT_18693=19 35 10 34 5 33 3 32 34
-STDOUT_18694=19 35 10 34 5 33 3 32 34
-STDOUT_18695=19 35 10 34 5 33 3 32 34
-STDOUT_18696=19 35 10 34 5 33 3 32 34
-STDOUT_18697=19 35 10 34 5 33 3 32 34
-STDOUT_18698=19 35 10 34 5 33 3 32 34
-STDOUT_18699=20 35 10 34 5 33 3 32 34
-STDOUT_18700=19 35 10 34 5 33 3 32 34
-STDOUT_18701=19 35 10 34 5 33 3 32 34
-STDOUT_18702=19 35 10 34 5 33 3 32 34
-STDOUT_18703=19 35 10 34 5 33 3 32 34
-STDOUT_18704=19 35 10 34 5 33 3 32 34
-STDOUT_18705=19 35 10 34 5 33 3 32 34
-STDOUT_18706=19 35 10 34 5 33 3 32 34
-STDOUT_18707=19 35 10 34 5 33 3 32 34
-STDOUT_18708=20 35 10 34 5 33 3 32 34
-STDOUT_18709=19 35 10 34 5 33 3 32 34
-STDOUT_18710=20 35 10 34 5 33 3 32 34
-STDOUT_18711=19 35 10 34 5 33 3 32 34
-STDOUT_18712=20 35 10 34 5 33 3 32 34
-STDOUT_18713=19 35 10 34 5 33 3 32 34
-STDOUT_18714=20 35 10 34 5 33 3 32 34
-STDOUT_18715=19 35 10 34 5 33 3 32 34
-STDOUT_18716=20 35 10 34 5 33 3 32 34
-STDOUT_18717=20 35 10 34 5 33 3 32 34
-STDOUT_18718=20 35 10 34 5 33 3 32 34
-STDOUT_18719=19 35 10 34 5 33 3 32 34
-STDOUT_18720=19 35 10 34 5 33 3 32 34
-STDOUT_18721=19 35 10 34 5 33 3 32 34
-STDOUT_18722=20 35 10 34 5 33 3 32 34
-STDOUT_18723=19 35 10 34 5 33 3 32 34
-STDOUT_18724=20 35 10 34 5 33 3 32 34
-STDOUT_18725=19 35 10 34 5 33 3 32 34
-STDOUT_18726=19 35 10 34 5 33 3 32 34
-STDOUT_18727=19 35 10 34 5 33 3 32 34
-STDOUT_18728=19 35 10 34 5 33 3 32 34
-STDOUT_18729=19 35 10 34 5 33 3 32 34
-STDOUT_18730=19 35 10 34 5 33 3 32 34
-STDOUT_18731=19 35 10 34 5 33 3 32 34
-STDOUT_18732=19 35 10 34 5 33 3 32 34
-STDOUT_18733=19 35 10 34 5 33 3 32 34
-STDOUT_18734=19 35 10 34 5 33 3 32 34
-STDOUT_18735=19 35 10 34 5 33 3 32 34
-STDOUT_18736=19 35 10 34 5 33 3 32 34
-STDOUT_18737=19 35 10 34 5 33 3 32 34
-STDOUT_18738=19 35 10 34 5 33 3 32 34
-STDOUT_18739=19 35 10 34 5 33 3 32 34
-STDOUT_18740=19 35 10 34 5 33 3 32 34
-STDOUT_18741=19 35 10 34 5 33 3 32 34
-STDOUT_18742=19 35 10 34 5 33 3 32 34
-STDOUT_18743=19 35 10 34 5 33 3 32 34
-STDOUT_18744=19 35 10 34 5 33 3 32 34
-STDOUT_18745=19 35 10 34 5 33 3 32 34
-STDOUT_18746=20 35 10 34 5 33 3 32 34
-STDOUT_18747=19 35 10 34 5 33 3 32 34
-STDOUT_18748=19 35 10 34 5 33 3 32 34
-STDOUT_18749=19 35 10 34 5 33 3 32 34
-STDOUT_18750=19 35 10 34 5 33 3 32 34
-STDOUT_18751=19 35 10 34 5 33 3 32 34
-STDOUT_18752=20 35 10 34 5 33 3 32 34
-STDOUT_18753=19 35 10 34 5 33 3 32 34
-STDOUT_18754=17 34 4 33 2 32 0 31 34
-STDOUT_18755=17 34 4 33 2 32 0 31 34
-STDOUT_18756=18 35 4 34 2 33 0 32 34
-STDOUT_18757=17 34 4 33 2 32 0 31 34
-STDOUT_18758=17 34 4 33 2 32 0 31 34
-STDOUT_18759=17 34 4 33 2 32 0 31 34
-STDOUT_18760=18 35 4 34 2 33 0 32 34
-STDOUT_18761=17 34 4 33 2 32 0 31 34
-STDOUT_18762=18 35 4 34 2 33 0 32 34
-STDOUT_18763=16 34 4 33 2 32 0 31 34
-STDOUT_18764=16 34 4 33 2 32 0 31 34
-STDOUT_18765=18 34 4 33 2 32 0 31 34
-STDOUT_18766=17 34 4 33 2 32 0 31 34
-STDOUT_18767=17 34 4 33 2 32 0 31 34
-STDOUT_18768=18 35 4 34 2 33 0 32 34
-STDOUT_18769=18 35 4 34 2 33 0 32 34
-STDOUT_18770=19 36 4 35 2 34 0 33 34
-STDOUT_18771=18 34 4 33 2 32 0 31 34
-STDOUT_18772=18 34 4 33 2 32 0 31 34
-STDOUT_18773=17 34 4 33 2 32 0 31 34
-STDOUT_18774=17 34 4 33 2 32 0 31 34
-STDOUT_18775=17 35 4 34 2 33 0 32 34
-STDOUT_18776=17 34 4 33 2 32 0 31 34
-STDOUT_18777=18 35 4 34 2 33 0 32 34
-STDOUT_18778=16 34 4 33 2 32 0 31 34
-STDOUT_18779=18 35 4 34 2 33 0 32 34
-STDOUT_18780=17 35 4 34 2 33 0 32 34
-STDOUT_18781=17 35 4 34 2 33 0 32 34
-STDOUT_18782=16 34 4 33 2 32 0 31 34
-STDOUT_18783=17 34 4 33 2 32 0 31 34
-STDOUT_18784=18 34 4 33 2 32 0 31 34
-STDOUT_18785=17 34 4 33 2 32 0 31 34
-STDOUT_18786=17 34 4 33 2 32 0 31 34
-STDOUT_18787=17 34 4 33 2 32 0 31 34
-STDOUT_18788=19 35 4 34 2 33 0 32 34
-STDOUT_18789=18 35 4 34 2 33 0 32 34
-STDOUT_18790=16 34 4 33 2 32 0 31 34
-STDOUT_18791=18 35 4 34 2 33 0 32 34
-STDOUT_18792=18 35 4 34 2 33 0 32 34
-STDOUT_18793=17 34 5 33 2 32 0 31 34
-STDOUT_18794=17 35 4 34 2 33 0 32 34
-STDOUT_18795=19 36 4 35 2 34 0 33 34
-STDOUT_18796=17 34 4 33 2 32 0 31 34
-STDOUT_18797=18 34 4 33 2 32 0 31 34
-STDOUT_18798=17 34 4 33 2 32 0 31 34
-STDOUT_18799=16 34 4 33 2 32 0 31 34
-STDOUT_18800=18 36 4 35 2 34 0 33 34
-STDOUT_18801=17 34 4 33 2 32 0 31 34
-STDOUT_18802=17 34 4 33 2 32 0 31 34
-STDOUT_18803=17 35 4 34 2 33 0 32 34
-STDOUT_18804=18 35 4 34 2 33 0 32 34
-STDOUT_18805=18 35 4 34 2 33 0 32 34
-STDOUT_18806=18 35 4 34 2 33 0 32 34
-STDOUT_18807=17 34 4 33 2 32 0 31 34
-STDOUT_18808=17 34 4 33 2 32 0 31 34
-STDOUT_18809=17 34 5 33 2 32 0 31 34
-STDOUT_18810=17 34 4 33 2 32 0 31 34
-STDOUT_18811=17 35 4 34 2 33 0 32 34
-STDOUT_18812=16 34 4 33 2 32 0 31 34
-STDOUT_18813=18 35 4 34 2 33 0 32 34
-STDOUT_18814=18 34 4 33 2 32 0 31 34
-STDOUT_18815=16 34 4 33 2 32 0 31 34
-STDOUT_18816=16 34 4 33 2 32 0 31 34
-STDOUT_18817=18 34 4 33 2 32 0 31 34
-STDOUT_18818=16 34 4 33 2 32 0 31 34
-STDOUT_18819=18 34 4 33 2 32 0 31 34
-STDOUT_18820=18 34 4 33 2 32 0 31 34
-STDOUT_18821=17 34 4 33 2 32 0 31 34
-STDOUT_18822=17 35 4 34 2 33 0 32 34
-STDOUT_18823=17 34 4 33 2 32 0 31 34
-STDOUT_18824=17 35 4 34 2 33 0 32 34
-STDOUT_18825=19 35 4 34 2 33 0 32 34
-STDOUT_18826=18 35 4 34 2 33 0 32 34
-STDOUT_18827=16 34 4 33 2 32 0 31 34
-STDOUT_18828=19 35 4 34 2 33 0 32 34
-STDOUT_18829=17 35 4 34 2 33 0 32 34
-STDOUT_18830=18 35 4 34 2 33 0 32 34
-STDOUT_18831=16 34 4 33 2 32 0 31 34
-STDOUT_18832=17 34 4 33 2 32 0 31 34
-STDOUT_18833=17 34 4 33 2 32 0 31 34
-STDOUT_18834=17 34 4 33 2 32 0 31 34
-STDOUT_18835=17 35 4 34 2 33 0 32 34
-STDOUT_18836=16 34 4 33 2 32 0 31 34
-STDOUT_18837=16 34 4 33 2 32 0 31 34
-STDOUT_18838=18 34 4 33 2 32 0 31 34
-STDOUT_18839=19 36 4 35 2 34 0 33 34
-STDOUT_18840=18 35 4 34 2 33 0 32 34
-STDOUT_18841=18 34 4 33 2 32 0 31 34
-STDOUT_18842=18 35 4 34 2 33 0 32 34
-STDOUT_18843=16 34 4 33 2 32 0 31 34
-STDOUT_18844=18 34 4 33 2 32 0 31 34
-STDOUT_18845=17 34 4 33 2 32 0 31 34
-STDOUT_18846=18 36 4 35 2 34 0 33 34
-STDOUT_18847=17 34 4 33 2 32 0 31 34
-STDOUT_18848=17 34 4 33 2 32 0 31 34
-STDOUT_18849=17 35 4 34 2 33 0 32 34
-STDOUT_18850=17 34 4 33 2 32 0 31 34
-STDOUT_18851=19 35 4 34 2 33 0 32 34
-STDOUT_18852=19 35 4 34 2 33 0 32 34
-STDOUT_18853=17 35 4 34 2 33 0 32 34
-STDOUT_18854=20 33 11 32 8 31 6 30 34
-STDOUT_18855=20 33 11 32 8 31 6 30 34
-STDOUT_18856=19 33 11 32 8 31 6 30 34
-STDOUT_18857=20 34 10 33 6 32 3 31 34
-STDOUT_18858=19 33 11 32 8 31 6 30 34
-STDOUT_18859=20 33 11 32 8 31 6 30 34
-STDOUT_18860=19 34 10 33 6 32 3 31 34
-STDOUT_18861=19 33 11 32 8 31 6 30 34
-STDOUT_18862=20 34 10 33 6 32 3 31 34
-STDOUT_18863=19 33 11 32 8 31 6 30 34
-STDOUT_18864=20 33 11 32 8 31 6 30 34
-STDOUT_18865=19 33 11 32 8 31 6 30 34
-STDOUT_18866=20 33 11 32 8 31 6 30 34
-STDOUT_18867=20 34 10 33 6 32 3 31 34
-STDOUT_18868=19 34 10 33 6 32 3 31 34
-STDOUT_18869=18 33 11 32 8 31 6 30 34
-STDOUT_18870=20 33 11 32 8 31 6 30 34
-STDOUT_18871=20 33 11 32 8 31 6 30 34
-STDOUT_18872=19 33 11 32 8 31 6 30 34
-STDOUT_18873=19 34 10 33 6 32 3 31 34
-STDOUT_18874=18 33 11 32 8 31 6 30 34
-STDOUT_18875=19 34 10 33 6 32 3 31 34
-STDOUT_18876=20 34 10 33 6 32 3 31 34
-STDOUT_18877=19 33 11 32 8 31 6 30 34
-STDOUT_18878=20 34 10 33 6 32 3 31 34
-STDOUT_18879=19 33 11 32 8 31 6 30 34
-STDOUT_18880=18 34 10 33 6 32 3 31 34
-STDOUT_18881=20 33 11 32 8 31 6 30 34
-STDOUT_18882=19 34 10 33 6 32 3 31 34
-STDOUT_18883=19 33 11 32 8 31 6 30 34
-STDOUT_18884=20 33 11 32 8 31 6 30 34
-STDOUT_18885=20 33 11 32 8 31 6 30 34
-STDOUT_18886=18 33 11 32 8 31 6 30 34
-STDOUT_18887=19 33 11 32 8 31 6 30 34
-STDOUT_18888=20 33 11 32 7 31 6 30 34
-STDOUT_18889=19 34 10 33 6 32 3 31 34
-STDOUT_18890=19 33 11 32 8 31 6 30 34
-STDOUT_18891=20 34 10 33 6 32 3 31 34
-STDOUT_18892=20 34 10 33 6 32 3 31 34
-STDOUT_18893=19 33 11 32 8 31 6 30 34
-STDOUT_18894=20 33 11 32 7 31 6 30 34
-STDOUT_18895=20 33 11 32 7 31 6 30 34
-STDOUT_18896=20 34 10 33 6 32 3 31 34
-STDOUT_18897=19 33 11 32 8 31 6 30 34
-STDOUT_18898=19 33 11 32 8 31 6 30 34
-STDOUT_18899=19 34 10 33 6 32 3 31 34
-STDOUT_18900=19 34 10 33 6 32 3 31 34
-STDOUT_18901=21 33 13 32 10 31 8 30 34
-STDOUT_18902=19 33 11 32 7 31 6 30 34
-STDOUT_18903=18 34 10 33 6 32 3 31 34
-STDOUT_18904=19 33 11 32 8 31 6 30 34
-STDOUT_18905=20 33 11 32 8 31 6 30 34
-STDOUT_18906=20 33 11 32 8 31 6 30 34
-STDOUT_18907=20 34 10 33 6 32 3 31 34
-STDOUT_18908=20 33 11 32 7 31 6 30 34
-STDOUT_18909=19 34 10 33 6 32 3 31 34
-STDOUT_18910=20 34 9 33 5 32 2 31 34
-STDOUT_18911=19 34 10 33 6 32 3 31 34
-STDOUT_18912=19 33 11 32 8 31 6 30 34
-STDOUT_18913=20 33 11 32 8 31 6 30 34
-STDOUT_18914=19 33 11 32 8 31 6 30 34
-STDOUT_18915=20 33 11 32 8 31 6 30 34
-STDOUT_18916=20 34 10 33 5 32 3 31 34
-STDOUT_18917=20 33 11 32 8 31 6 30 34
-STDOUT_18918=18 33 11 32 8 31 6 30 34
-STDOUT_18919=20 33 11 32 8 31 6 30 34
-STDOUT_18920=21 33 13 32 10 31 8 30 34
-STDOUT_18921=20 34 10 33 6 32 3 31 34
-STDOUT_18922=19 33 11 32 7 31 6 30 34
-STDOUT_18923=21 33 13 32 10 31 8 30 34
-STDOUT_18924=20 34 10 33 6 32 3 31 34
-STDOUT_18925=19 33 11 32 7 31 6 30 34
-STDOUT_18926=19 33 11 32 8 31 6 30 34
-STDOUT_18927=20 33 11 32 8 31 6 30 34
-STDOUT_18928=18 34 10 33 6 32 3 31 34
-STDOUT_18929=20 33 13 32 10 31 8 30 34
-STDOUT_18930=19 33 11 32 8 31 6 30 34
-STDOUT_18931=21 33 13 32 10 31 8 30 34
-STDOUT_18932=20 34 11 33 8 32 6 31 34
-STDOUT_18933=19 34 10 33 6 32 3 31 34
-STDOUT_18934=18 33 11 32 8 31 6 30 34
-STDOUT_18935=20 34 10 33 5 32 3 31 34
-STDOUT_18936=19 33 11 32 8 31 6 30 34
-STDOUT_18937=19 34 10 33 6 32 3 31 34
-STDOUT_18938=19 33 11 32 8 31 6 30 34
-STDOUT_18939=21 33 13 32 10 31 8 30 34
-STDOUT_18940=19 33 9 32 5 31 2 30 34
-STDOUT_18941=19 33 11 32 7 31 6 30 34
-STDOUT_18942=20 33 11 32 7 31 6 30 34
-STDOUT_18943=19 34 10 33 6 32 3 31 34
-STDOUT_18944=19 34 9 33 5 32 2 31 34
-STDOUT_18945=18 33 11 32 8 31 6 30 34
-STDOUT_18946=21 34 12 33 8 32 5 31 34
-STDOUT_18947=19 33 11 32 8 31 6 30 34
-STDOUT_18948=19 33 11 32 8 31 6 30 34
-STDOUT_18949=19 34 10 33 5 32 3 31 34
-STDOUT_18950=20 34 10 33 6 32 3 31 34
-STDOUT_18951=19 33 11 32 8 31 6 30 34
-STDOUT_18952=19 33 11 32 8 31 6 30 34
-STDOUT_18953=20 33 13 32 10 31 8 30 34
-STDOUT_18954=SCORES_TXT_END_0
-STDOUT_18955=SCORES_TXT_BEGIN_0 7 400 9 BLEU
-STDOUT_18956=21 23 15 22 13 21 11 20 34
-STDOUT_18957=21 23 15 22 13 21 11 20 34
-STDOUT_18958=21 23 15 22 13 21 11 20 34
-STDOUT_18959=21 23 15 22 13 21 11 20 34
-STDOUT_18960=21 23 15 22 13 21 11 20 34
-STDOUT_18961=21 23 15 22 13 21 11 20 34
-STDOUT_18962=21 23 15 22 13 21 11 20 34
-STDOUT_18963=21 23 15 22 13 21 11 20 34
-STDOUT_18964=21 23 15 22 13 21 11 20 34
-STDOUT_18965=21 23 15 22 13 21 11 20 34
-STDOUT_18966=22 25 16 24 13 23 11 22 34
-STDOUT_18967=21 23 15 22 13 21 11 20 34
-STDOUT_18968=21 23 15 22 13 21 11 20 34
-STDOUT_18969=22 25 16 24 13 23 11 22 34
-STDOUT_18970=21 23 15 22 13 21 11 20 34
-STDOUT_18971=21 23 15 22 13 21 11 20 34
-STDOUT_18972=21 23 15 22 13 21 11 20 34
-STDOUT_18973=21 23 15 22 13 21 11 20 34
-STDOUT_18974=21 23 15 22 13 21 11 20 34
-STDOUT_18975=21 23 15 22 13 21 11 20 34
-STDOUT_18976=21 23 15 22 13 21 11 20 34
-STDOUT_18977=21 23 15 22 13 21 11 20 34
-STDOUT_18978=21 23 15 22 13 21 11 20 34
-STDOUT_18979=21 23 15 22 13 21 11 20 34
-STDOUT_18980=22 25 16 24 13 23 11 22 34
-STDOUT_18981=21 23 15 22 13 21 11 20 34
-STDOUT_18982=21 23 15 22 13 21 11 20 34
-STDOUT_18983=21 23 15 22 13 21 11 20 34
-STDOUT_18984=21 23 15 22 13 21 11 20 34
-STDOUT_18985=22 25 16 24 13 23 11 22 34
-STDOUT_18986=21 23 15 22 13 21 11 20 34
-STDOUT_18987=22 25 16 24 13 23 11 22 34
-STDOUT_18988=21 23 15 22 13 21 11 20 34
-STDOUT_18989=22 25 16 24 13 23 11 22 34
-STDOUT_18990=22 25 16 24 13 23 11 22 34
-STDOUT_18991=22 25 16 24 13 23 11 22 34
-STDOUT_18992=22 25 16 24 13 23 11 22 34
-STDOUT_18993=22 25 16 24 13 23 11 22 34
-STDOUT_18994=22 25 16 24 13 23 11 22 34
-STDOUT_18995=23 25 16 24 13 23 11 22 34
-STDOUT_18996=21 23 13 22 10 21 7 20 34
-STDOUT_18997=21 23 15 22 13 21 11 20 34
-STDOUT_18998=22 25 16 24 13 23 11 22 34
-STDOUT_18999=20 23 15 22 13 21 11 20 34
-STDOUT_19000=21 23 15 22 13 21 11 20 34
-STDOUT_19001=24 27 17 26 14 25 11 24 34
-STDOUT_19002=21 23 15 22 13 21 11 20 34
-STDOUT_19003=24 27 17 26 14 25 11 24 34
-STDOUT_19004=21 23 15 22 13 21 11 20 34
-STDOUT_19005=21 23 15 22 13 21 11 20 34
-STDOUT_19006=21 23 15 22 13 21 11 20 34
-STDOUT_19007=21 23 15 22 13 21 11 20 34
-STDOUT_19008=22 25 16 24 13 23 11 22 34
-STDOUT_19009=22 23 15 22 13 21 11 20 34
-STDOUT_19010=23 25 16 24 13 23 11 22 34
-STDOUT_19011=21 23 15 22 13 21 11 20 34
-STDOUT_19012=21 23 15 22 13 21 11 20 34
-STDOUT_19013=23 25 16 24 13 23 11 22 34
-STDOUT_19014=21 23 15 22 13 21 11 20 34
-STDOUT_19015=22 25 16 24 13 23 11 22 34
-STDOUT_19016=23 25 16 24 13 23 11 22 34
-STDOUT_19017=23 25 16 24 13 23 11 22 34
-STDOUT_19018=22 24 15 23 13 22 11 21 34
-STDOUT_19019=20 23 15 22 13 21 11 20 34
-STDOUT_19020=21 23 15 22 13 21 11 20 34
-STDOUT_19021=24 27 17 26 14 25 11 24 34
-STDOUT_19022=24 27 17 26 14 25 11 24 34
-STDOUT_19023=23 25 16 24 13 23 11 22 34
-STDOUT_19024=21 23 15 22 13 21 11 20 34
-STDOUT_19025=23 25 16 24 13 23 11 22 34
-STDOUT_19026=21 23 15 22 13 21 11 20 34
-STDOUT_19027=20 23 15 22 13 21 11 20 34
-STDOUT_19028=22 25 16 24 13 23 11 22 34
-STDOUT_19029=24 27 17 26 14 25 11 24 34
-STDOUT_19030=21 23 15 22 13 21 11 20 34
-STDOUT_19031=21 23 15 22 13 21 11 20 34
-STDOUT_19032=22 25 16 24 13 23 11 22 34
-STDOUT_19033=21 23 15 22 13 21 11 20 34
-STDOUT_19034=20 23 15 22 13 21 11 20 34
-STDOUT_19035=22 23 15 22 13 21 11 20 34
-STDOUT_19036=21 24 15 23 13 22 11 21 34
-STDOUT_19037=20 23 15 22 13 21 11 20 34
-STDOUT_19038=21 23 15 22 13 21 11 20 34
-STDOUT_19039=21 23 15 22 13 21 11 20 34
-STDOUT_19040=21 23 13 22 10 21 7 20 34
-STDOUT_19041=21 23 15 22 13 21 11 20 34
-STDOUT_19042=21 23 15 22 13 21 11 20 34
-STDOUT_19043=22 25 16 24 13 23 11 22 34
-STDOUT_19044=21 23 15 22 13 21 11 20 34
-STDOUT_19045=24 27 17 26 14 25 11 24 34
-STDOUT_19046=22 23 15 22 13 21 11 20 34
-STDOUT_19047=21 23 15 22 13 21 11 20 34
-STDOUT_19048=22 25 16 24 13 23 11 22 34
-STDOUT_19049=24 27 17 26 14 25 11 24 34
-STDOUT_19050=22 25 16 24 13 23 11 22 34
-STDOUT_19051=24 27 17 26 14 25 11 24 34
-STDOUT_19052=21 23 15 22 13 21 11 20 34
-STDOUT_19053=20 22 13 21 10 20 7 19 34
-STDOUT_19054=22 25 16 24 13 23 11 22 34
-STDOUT_19055=21 23 15 22 13 21 11 20 34
-STDOUT_19056=28 38 18 37 12 36 8 35 34
-STDOUT_19057=28 38 18 37 12 36 8 35 34
-STDOUT_19058=28 38 18 37 12 36 8 35 34
-STDOUT_19059=28 38 18 37 12 36 8 35 34
-STDOUT_19060=28 38 18 37 12 36 8 35 34
-STDOUT_19061=28 38 18 37 12 36 8 35 34
-STDOUT_19062=28 38 18 37 12 36 8 35 34
-STDOUT_19063=28 38 18 37 12 36 8 35 34
-STDOUT_19064=28 38 18 37 12 36 8 35 34
-STDOUT_19065=29 35 19 34 13 33 9 32 34
-STDOUT_19066=28 38 18 37 12 36 8 35 34
-STDOUT_19067=28 38 18 37 12 36 8 35 34
-STDOUT_19068=28 38 18 37 12 36 8 35 34
-STDOUT_19069=28 38 18 37 12 36 8 35 34
-STDOUT_19070=28 38 18 37 12 36 8 35 34
-STDOUT_19071=28 38 18 37 12 36 8 35 34
-STDOUT_19072=28 38 18 37 12 36 8 35 34
-STDOUT_19073=28 38 18 37 12 36 8 35 34
-STDOUT_19074=29 35 19 34 13 33 9 32 34
-STDOUT_19075=29 35 19 34 13 33 9 32 34
-STDOUT_19076=28 38 18 37 12 36 8 35 34
-STDOUT_19077=28 38 18 37 12 36 8 35 34
-STDOUT_19078=28 38 18 37 12 36 8 35 34
-STDOUT_19079=28 38 18 37 12 36 8 35 34
-STDOUT_19080=28 38 18 37 12 36 8 35 34
-STDOUT_19081=28 38 18 37 12 36 8 35 34
-STDOUT_19082=28 38 18 37 12 36 8 35 34
-STDOUT_19083=28 38 18 37 12 36 8 35 34
-STDOUT_19084=28 38 18 37 12 36 8 35 34
-STDOUT_19085=29 35 19 34 13 33 9 32 34
-STDOUT_19086=28 38 18 37 12 36 8 35 34
-STDOUT_19087=28 38 18 37 12 36 8 35 34
-STDOUT_19088=28 38 18 37 12 36 8 35 34
-STDOUT_19089=28 38 18 37 12 36 8 35 34
-STDOUT_19090=28 38 18 37 12 36 8 35 34
-STDOUT_19091=29 35 19 34 13 33 9 32 34
-STDOUT_19092=28 38 18 37 12 36 8 35 34
-STDOUT_19093=28 38 18 37 12 36 8 35 34
-STDOUT_19094=28 38 18 37 12 36 8 35 34
-STDOUT_19095=28 38 18 37 12 36 8 35 34
-STDOUT_19096=28 38 18 37 12 36 8 35 34
-STDOUT_19097=28 38 18 37 12 36 8 35 34
-STDOUT_19098=29 35 19 34 13 33 9 32 34
-STDOUT_19099=28 38 18 37 12 36 8 35 34
-STDOUT_19100=28 38 18 37 12 36 8 35 34
-STDOUT_19101=28 38 18 37 12 36 8 35 34
-STDOUT_19102=28 38 18 37 12 36 8 35 34
-STDOUT_19103=29 35 19 34 13 33 9 32 34
-STDOUT_19104=28 38 18 37 12 36 8 35 34
-STDOUT_19105=28 38 18 37 12 36 8 35 34
-STDOUT_19106=28 38 18 37 12 36 8 35 34
-STDOUT_19107=28 38 18 37 12 36 8 35 34
-STDOUT_19108=28 38 18 37 12 36 8 35 34
-STDOUT_19109=28 38 18 37 12 36 8 35 34
-STDOUT_19110=28 38 18 37 12 36 8 35 34
-STDOUT_19111=28 38 18 37 12 36 8 35 34
-STDOUT_19112=28 38 18 37 12 36 8 35 34
-STDOUT_19113=28 38 18 37 12 36 8 35 34
-STDOUT_19114=29 35 19 34 13 33 9 32 34
-STDOUT_19115=28 38 18 37 12 36 8 35 34
-STDOUT_19116=28 38 18 37 12 36 8 35 34
-STDOUT_19117=28 38 18 37 12 36 8 35 34
-STDOUT_19118=28 38 18 37 12 36 8 35 34
-STDOUT_19119=29 35 19 34 13 33 9 32 34
-STDOUT_19120=28 38 18 37 12 36 8 35 34
-STDOUT_19121=28 38 18 37 12 36 8 35 34
-STDOUT_19122=28 38 18 37 12 36 8 35 34
-STDOUT_19123=28 38 18 37 12 36 8 35 34
-STDOUT_19124=28 38 18 37 12 36 8 35 34
-STDOUT_19125=28 38 18 37 12 36 8 35 34
-STDOUT_19126=28 38 18 37 12 36 8 35 34
-STDOUT_19127=28 38 18 37 12 36 8 35 34
-STDOUT_19128=28 38 18 37 12 36 8 35 34
-STDOUT_19129=28 38 18 37 12 36 8 35 34
-STDOUT_19130=28 38 18 37 12 36 8 35 34
-STDOUT_19131=28 38 18 37 12 36 8 35 34
-STDOUT_19132=28 38 18 37 12 36 8 35 34
-STDOUT_19133=28 38 18 37 12 36 8 35 34
-STDOUT_19134=28 38 18 37 12 36 8 35 34
-STDOUT_19135=28 38 18 37 12 36 8 35 34
-STDOUT_19136=28 38 18 37 12 36 8 35 34
-STDOUT_19137=29 35 19 34 13 33 9 32 34
-STDOUT_19138=28 38 18 37 12 36 8 35 34
-STDOUT_19139=28 38 18 37 12 36 8 35 34
-STDOUT_19140=28 38 18 37 12 36 8 35 34
-STDOUT_19141=29 35 19 34 13 33 9 32 34
-STDOUT_19142=28 38 18 37 12 36 8 35 34
-STDOUT_19143=29 35 19 34 13 33 9 32 34
-STDOUT_19144=28 38 18 37 12 36 8 35 34
-STDOUT_19145=28 38 18 37 12 36 8 35 34
-STDOUT_19146=29 35 19 34 13 33 9 32 34
-STDOUT_19147=28 38 18 37 12 36 8 35 34
-STDOUT_19148=28 38 18 37 12 36 8 35 34
-STDOUT_19149=28 38 18 37 12 36 8 35 34
-STDOUT_19150=29 35 19 34 13 33 9 32 34
-STDOUT_19151=28 38 18 37 12 36 8 35 34
-STDOUT_19152=28 38 18 37 12 36 8 35 34
-STDOUT_19153=28 38 18 37 12 36 8 35 34
-STDOUT_19154=28 38 18 37 12 36 8 35 34
-STDOUT_19155=28 38 18 37 12 36 8 35 34
-STDOUT_19156=23 33 3 32 1 31 0 30 34
-STDOUT_19157=23 33 3 32 1 31 0 30 34
-STDOUT_19158=23 33 1 32 0 31 0 30 34
-STDOUT_19159=23 33 3 32 1 31 0 30 34
-STDOUT_19160=22 33 2 32 0 31 0 30 34
-STDOUT_19161=23 33 1 32 0 31 0 30 34
-STDOUT_19162=24 33 3 32 1 31 0 30 34
-STDOUT_19163=23 33 3 32 1 31 0 30 34
-STDOUT_19164=22 33 2 32 0 31 0 30 34
-STDOUT_19165=23 33 3 32 1 31 0 30 34
-STDOUT_19166=24 33 3 32 1 31 0 30 34
-STDOUT_19167=23 33 1 32 0 31 0 30 34
-STDOUT_19168=23 33 3 32 1 31 0 30 34
-STDOUT_19169=23 33 3 32 1 31 0 30 34
-STDOUT_19170=24 33 1 32 0 31 0 30 34
-STDOUT_19171=23 33 3 32 1 31 0 30 34
-STDOUT_19172=24 33 3 32 1 31 0 30 34
-STDOUT_19173=22 33 2 32 0 31 0 30 34
-STDOUT_19174=24 33 1 32 0 31 0 30 34
-STDOUT_19175=23 33 1 32 0 31 0 30 34
-STDOUT_19176=24 33 3 32 1 31 0 30 34
-STDOUT_19177=24 33 3 32 1 31 0 30 34
-STDOUT_19178=23 33 3 32 1 31 0 30 34
-STDOUT_19179=23 33 1 32 0 31 0 30 34
-STDOUT_19180=23 33 2 32 0 31 0 30 34
-STDOUT_19181=23 33 3 32 1 31 0 30 34
-STDOUT_19182=23 33 3 32 1 31 0 30 34
-STDOUT_19183=22 33 3 32 1 31 0 30 34
-STDOUT_19184=24 33 1 32 0 31 0 30 34
-STDOUT_19185=22 33 3 32 1 31 0 30 34
-STDOUT_19186=25 33 1 32 0 31 0 30 34
-STDOUT_19187=23 33 1 32 0 31 0 30 34
-STDOUT_19188=23 33 1 32 0 31 0 30 34
-STDOUT_19189=24 33 3 32 1 31 0 30 34
-STDOUT_19190=22 33 3 32 1 31 0 30 34
-STDOUT_19191=22 33 2 32 0 31 0 30 34
-STDOUT_19192=23 33 3 32 1 31 0 30 34
-STDOUT_19193=24 33 1 32 0 31 0 30 34
-STDOUT_19194=22 33 2 32 0 31 0 30 34
-STDOUT_19195=24 33 3 32 1 31 0 30 34
-STDOUT_19196=24 33 3 32 1 31 0 30 34
-STDOUT_19197=23 33 1 32 0 31 0 30 34
-STDOUT_19198=23 33 2 32 0 31 0 30 34
-STDOUT_19199=23 33 3 32 1 31 0 30 34
-STDOUT_19200=24 33 1 32 0 31 0 30 34
-STDOUT_19201=24 33 3 32 1 31 0 30 34
-STDOUT_19202=23 33 3 32 1 31 0 30 34
-STDOUT_19203=22 33 3 32 1 31 0 30 34
-STDOUT_19204=23 33 3 32 1 31 0 30 34
-STDOUT_19205=22 33 3 32 1 31 0 30 34
-STDOUT_19206=23 33 3 32 1 31 0 30 34
-STDOUT_19207=22 33 2 32 0 31 0 30 34
-STDOUT_19208=25 33 1 32 0 31 0 30 34
-STDOUT_19209=24 33 1 32 0 31 0 30 34
-STDOUT_19210=22 33 2 32 0 31 0 30 34
-STDOUT_19211=23 33 1 32 0 31 0 30 34
-STDOUT_19212=24 33 1 32 0 31 0 30 34
-STDOUT_19213=23 34 3 33 1 32 0 31 34
-STDOUT_19214=24 33 3 32 1 31 0 30 34
-STDOUT_19215=23 33 1 32 0 31 0 30 34
-STDOUT_19216=23 33 1 32 0 31 0 30 34
-STDOUT_19217=22 33 1 32 0 31 0 30 34
-STDOUT_19218=22 33 3 32 1 31 0 30 34
-STDOUT_19219=24 33 3 32 1 31 0 30 34
-STDOUT_19220=23 33 3 32 1 31 0 30 34
-STDOUT_19221=22 33 1 32 0 31 0 30 34
-STDOUT_19222=24 33 3 32 1 31 0 30 34
-STDOUT_19223=22 33 2 32 0 31 0 30 34
-STDOUT_19224=22 33 3 32 1 31 0 30 34
-STDOUT_19225=23 34 3 33 1 32 0 31 34
-STDOUT_19226=23 33 2 32 0 31 0 30 34
-STDOUT_19227=24 33 1 32 0 31 0 30 34
-STDOUT_19228=23 33 3 32 1 31 0 30 34
-STDOUT_19229=24 33 1 32 0 31 0 30 34
-STDOUT_19230=24 33 3 32 1 31 0 30 34
-STDOUT_19231=22 33 1 32 0 31 0 30 34
-STDOUT_19232=23 34 3 33 1 32 0 31 34
-STDOUT_19233=25 33 3 32 1 31 0 30 34
-STDOUT_19234=23 33 3 32 1 31 0 30 34
-STDOUT_19235=23 33 3 32 1 31 0 30 34
-STDOUT_19236=23 33 1 32 0 31 0 30 34
-STDOUT_19237=23 33 2 32 0 31 0 30 34
-STDOUT_19238=23 33 2 32 0 31 0 30 34
-STDOUT_19239=25 33 1 32 0 31 0 30 34
-STDOUT_19240=23 33 3 32 1 31 0 30 34
-STDOUT_19241=22 33 2 32 0 31 0 30 34
-STDOUT_19242=23 33 3 32 1 31 0 30 34
-STDOUT_19243=22 33 3 32 1 31 0 30 34
-STDOUT_19244=23 33 3 32 1 31 0 30 34
-STDOUT_19245=24 33 1 32 0 31 0 30 34
-STDOUT_19246=22 33 2 32 0 31 0 30 34
-STDOUT_19247=22 33 2 32 0 31 0 30 34
-STDOUT_19248=21 33 2 32 0 31 0 30 34
-STDOUT_19249=24 33 1 32 0 31 0 30 34
-STDOUT_19250=22 33 3 32 1 31 0 30 34
-STDOUT_19251=23 34 3 33 1 32 0 31 34
-STDOUT_19252=23 33 3 32 1 31 0 30 34
-STDOUT_19253=25 33 3 32 1 31 0 30 34
-STDOUT_19254=23 33 3 32 1 31 0 30 34
-STDOUT_19255=23 33 1 32 0 31 0 30 34
-STDOUT_19256=26 30 18 29 14 28 11 27 34
-STDOUT_19257=26 30 18 29 14 28 11 27 34
-STDOUT_19258=26 30 18 29 14 28 11 27 34
-STDOUT_19259=26 30 18 29 14 28 11 27 34
-STDOUT_19260=26 30 18 29 14 28 11 27 34
-STDOUT_19261=26 30 18 29 14 28 11 27 34
-STDOUT_19262=26 30 18 29 14 28 11 27 34
-STDOUT_19263=26 30 18 29 14 28 11 27 34
-STDOUT_19264=26 30 18 29 14 28 11 27 34
-STDOUT_19265=26 30 18 29 14 28 11 27 34
-STDOUT_19266=26 30 18 29 14 28 11 27 34
-STDOUT_19267=26 30 18 29 14 28 11 27 34
-STDOUT_19268=26 29 18 28 14 27 11 26 34
-STDOUT_19269=26 30 18 29 14 28 11 27 34
-STDOUT_19270=26 30 18 29 14 28 11 27 34
-STDOUT_19271=26 30 18 29 14 28 11 27 34
-STDOUT_19272=26 30 18 29 14 28 11 27 34
-STDOUT_19273=26 30 18 29 14 28 11 27 34
-STDOUT_19274=26 30 18 29 14 28 11 27 34
-STDOUT_19275=26 30 18 29 14 28 11 27 34
-STDOUT_19276=26 30 18 29 14 28 11 27 34
-STDOUT_19277=26 30 18 29 14 28 11 27 34
-STDOUT_19278=26 30 18 29 14 28 11 27 34
-STDOUT_19279=26 29 18 28 14 27 11 26 34
-STDOUT_19280=26 30 18 29 14 28 11 27 34
-STDOUT_19281=26 30 18 29 14 28 11 27 34
-STDOUT_19282=26 30 18 29 14 28 11 27 34
-STDOUT_19283=26 30 18 29 14 28 11 27 34
-STDOUT_19284=26 30 18 29 14 28 11 27 34
-STDOUT_19285=26 30 18 29 14 28 11 27 34
-STDOUT_19286=26 30 18 29 14 28 11 27 34
-STDOUT_19287=26 30 18 29 14 28 11 27 34
-STDOUT_19288=26 30 18 29 14 28 11 27 34
-STDOUT_19289=26 30 18 29 14 28 11 27 34
-STDOUT_19290=26 30 18 29 14 28 11 27 34
-STDOUT_19291=26 30 18 29 14 28 11 27 34
-STDOUT_19292=26 30 18 29 14 28 11 27 34
-STDOUT_19293=26 30 18 29 14 28 11 27 34
-STDOUT_19294=26 30 18 29 14 28 11 27 34
-STDOUT_19295=25 30 18 29 14 28 11 27 34
-STDOUT_19296=26 30 18 29 14 28 11 27 34
-STDOUT_19297=26 30 18 29 14 28 11 27 34
-STDOUT_19298=26 30 18 29 14 28 11 27 34
-STDOUT_19299=26 30 18 29 14 28 11 27 34
-STDOUT_19300=26 30 18 29 14 28 11 27 34
-STDOUT_19301=26 30 18 29 14 28 11 27 34
-STDOUT_19302=26 30 18 29 14 28 11 27 34
-STDOUT_19303=26 30 18 29 14 28 11 27 34
-STDOUT_19304=26 29 18 28 14 27 11 26 34
-STDOUT_19305=26 30 18 29 14 28 11 27 34
-STDOUT_19306=26 30 18 29 14 28 11 27 34
-STDOUT_19307=25 30 18 29 14 28 11 27 34
-STDOUT_19308=26 30 18 29 14 28 11 27 34
-STDOUT_19309=26 30 18 29 14 28 11 27 34
-STDOUT_19310=26 29 18 28 14 27 11 26 34
-STDOUT_19311=26 30 18 29 14 28 11 27 34
-STDOUT_19312=26 30 18 29 14 28 11 27 34
-STDOUT_19313=26 31 18 30 14 29 11 28 34
-STDOUT_19314=26 30 18 29 14 28 11 27 34
-STDOUT_19315=26 30 18 29 14 28 11 27 34
-STDOUT_19316=27 32 16 31 11 30 8 29 34
-STDOUT_19317=26 30 18 29 14 28 11 27 34
-STDOUT_19318=26 30 18 29 14 28 11 27 34
-STDOUT_19319=25 30 18 29 14 28 11 27 34
-STDOUT_19320=26 30 18 29 14 28 11 27 34
-STDOUT_19321=26 30 18 29 14 28 11 27 34
-STDOUT_19322=26 30 18 29 14 28 11 27 34
-STDOUT_19323=26 30 18 29 14 28 11 27 34
-STDOUT_19324=26 29 18 28 14 27 11 26 34
-STDOUT_19325=26 30 18 29 14 28 11 27 34
-STDOUT_19326=26 30 18 29 14 28 11 27 34
-STDOUT_19327=26 30 18 29 14 28 11 27 34
-STDOUT_19328=26 29 18 28 14 27 11 26 34
-STDOUT_19329=25 30 18 29 14 28 11 27 34
-STDOUT_19330=26 30 18 29 14 28 11 27 34
-STDOUT_19331=26 30 18 29 14 28 11 27 34
-STDOUT_19332=26 30 18 29 14 28 11 27 34
-STDOUT_19333=26 29 18 28 14 27 11 26 34
-STDOUT_19334=26 29 18 28 14 27 11 26 34
-STDOUT_19335=26 30 18 29 14 28 11 27 34
-STDOUT_19336=26 30 18 29 14 28 11 27 34
-STDOUT_19337=26 30 18 29 14 28 11 27 34
-STDOUT_19338=26 30 18 29 14 28 11 27 34
-STDOUT_19339=26 30 18 29 14 28 11 27 34
-STDOUT_19340=26 30 18 29 14 28 11 27 34
-STDOUT_19341=25 30 18 29 14 28 11 27 34
-STDOUT_19342=26 29 18 28 14 27 11 26 34
-STDOUT_19343=26 30 18 29 14 28 11 27 34
-STDOUT_19344=26 30 18 29 14 28 11 27 34
-STDOUT_19345=26 30 18 29 14 28 11 27 34
-STDOUT_19346=26 30 18 29 14 28 11 27 34
-STDOUT_19347=28 33 21 32 17 31 14 30 34
-STDOUT_19348=26 30 18 29 14 28 11 27 34
-STDOUT_19349=26 30 18 29 14 28 11 27 34
-STDOUT_19350=26 30 18 29 14 28 11 27 34
-STDOUT_19351=26 30 18 29 14 28 11 27 34
-STDOUT_19352=26 30 18 29 14 28 11 27 34
-STDOUT_19353=26 30 18 29 14 28 11 27 34
-STDOUT_19354=26 30 18 29 14 28 11 27 34
-STDOUT_19355=26 30 18 29 14 28 11 27 34
-STDOUT_19356=SCORES_TXT_END_0
-STDOUT_19357=SCORES_TXT_BEGIN_0 8 400 9 BLEU
-STDOUT_19358=19 23 15 22 14 21 13 20 37
-STDOUT_19359=19 23 15 22 14 21 13 20 37
-STDOUT_19360=19 23 15 22 14 21 13 20 37
-STDOUT_19361=19 23 15 22 14 21 13 20 37
-STDOUT_19362=19 23 15 22 14 21 13 20 37
-STDOUT_19363=19 23 15 22 14 21 13 20 37
-STDOUT_19364=20 24 16 23 15 22 14 21 37
-STDOUT_19365=19 23 15 22 14 21 13 20 37
-STDOUT_19366=19 23 15 22 14 21 13 20 37
-STDOUT_19367=19 23 15 22 14 21 13 20 37
-STDOUT_19368=19 23 15 22 14 21 13 20 37
-STDOUT_19369=20 24 16 23 15 22 14 21 37
-STDOUT_19370=20 24 16 23 15 22 14 21 37
-STDOUT_19371=19 23 15 22 14 21 13 20 37
-STDOUT_19372=20 24 16 23 15 22 14 21 37
-STDOUT_19373=19 23 15 22 14 21 13 20 37
-STDOUT_19374=19 23 15 22 14 21 13 20 37
-STDOUT_19375=19 23 15 22 14 21 13 20 37
-STDOUT_19376=19 23 15 22 14 21 13 20 37
-STDOUT_19377=19 23 15 22 14 21 13 20 37
-STDOUT_19378=19 23 15 22 14 21 13 20 37
-STDOUT_19379=20 24 16 23 15 22 14 21 37
-STDOUT_19380=19 23 15 22 14 21 13 20 37
-STDOUT_19381=20 24 16 23 15 22 14 21 37
-STDOUT_19382=20 24 16 23 15 22 14 21 37
-STDOUT_19383=19 23 15 22 14 21 13 20 37
-STDOUT_19384=19 23 15 22 14 21 13 20 37
-STDOUT_19385=20 24 16 23 15 22 14 21 37
-STDOUT_19386=20 24 16 23 15 22 14 21 37
-STDOUT_19387=19 23 15 22 14 21 13 20 37
-STDOUT_19388=19 23 15 22 14 21 13 20 37
-STDOUT_19389=20 24 16 23 15 22 14 21 37
-STDOUT_19390=19 23 15 22 14 21 13 20 37
-STDOUT_19391=20 24 16 23 15 22 14 21 37
-STDOUT_19392=19 23 15 22 14 21 13 20 37
-STDOUT_19393=20 24 16 23 15 22 14 21 37
-STDOUT_19394=19 23 15 22 14 21 13 20 37
-STDOUT_19395=19 23 15 22 14 21 13 20 37
-STDOUT_19396=19 23 15 22 14 21 13 20 37
-STDOUT_19397=19 23 15 22 14 21 13 20 37
-STDOUT_19398=19 23 15 22 14 21 13 20 37
-STDOUT_19399=20 24 16 23 15 22 14 21 37
-STDOUT_19400=19 23 15 22 14 21 13 20 37
-STDOUT_19401=20 24 16 23 15 22 14 21 37
-STDOUT_19402=20 24 16 23 15 22 14 21 37
-STDOUT_19403=20 24 16 23 15 22 14 21 37
-STDOUT_19404=19 23 15 22 14 21 13 20 37
-STDOUT_19405=19 23 15 22 14 21 13 20 37
-STDOUT_19406=19 23 15 22 14 21 13 20 37
-STDOUT_19407=20 24 16 23 15 22 14 21 37
-STDOUT_19408=19 23 15 22 14 21 13 20 37
-STDOUT_19409=20 24 16 23 15 22 14 21 37
-STDOUT_19410=20 24 16 23 15 22 14 21 37
-STDOUT_19411=20 24 16 23 15 22 14 21 37
-STDOUT_19412=19 23 15 22 14 21 13 20 37
-STDOUT_19413=19 23 15 22 14 21 13 20 37
-STDOUT_19414=20 24 16 23 15 22 14 21 37
-STDOUT_19415=19 23 15 22 14 21 13 20 37
-STDOUT_19416=20 24 16 23 15 22 14 21 37
-STDOUT_19417=19 23 15 22 14 21 13 20 37
-STDOUT_19418=20 24 16 23 15 22 14 21 37
-STDOUT_19419=20 24 16 23 15 22 14 21 37
-STDOUT_19420=19 23 15 22 14 21 13 20 37
-STDOUT_19421=20 24 16 23 15 22 14 21 37
-STDOUT_19422=19 23 15 22 14 21 13 20 37
-STDOUT_19423=20 24 16 23 15 22 14 21 37
-STDOUT_19424=20 24 16 23 15 22 14 21 37
-STDOUT_19425=19 23 15 22 14 21 13 20 37
-STDOUT_19426=20 24 16 23 15 22 14 21 37
-STDOUT_19427=20 24 16 23 15 22 14 21 37
-STDOUT_19428=19 23 15 22 14 21 13 20 37
-STDOUT_19429=19 23 15 22 14 21 13 20 37
-STDOUT_19430=19 23 15 22 14 21 13 20 37
-STDOUT_19431=20 24 16 23 15 22 14 21 37
-STDOUT_19432=19 23 15 22 14 21 13 20 37
-STDOUT_19433=19 23 15 22 14 21 13 20 37
-STDOUT_19434=19 23 15 22 14 21 13 20 37
-STDOUT_19435=19 23 15 22 14 21 13 20 37
-STDOUT_19436=20 24 16 23 15 22 14 21 37
-STDOUT_19437=20 24 16 23 15 22 14 21 37
-STDOUT_19438=19 23 15 22 14 21 13 20 37
-STDOUT_19439=20 24 16 23 15 22 14 21 37
-STDOUT_19440=19 23 15 22 14 21 13 20 37
-STDOUT_19441=20 24 16 23 15 22 14 21 37
-STDOUT_19442=20 24 16 23 15 22 14 21 37
-STDOUT_19443=19 23 15 22 14 21 13 20 37
-STDOUT_19444=19 23 15 22 14 21 13 20 37
-STDOUT_19445=20 24 16 23 15 22 14 21 37
-STDOUT_19446=19 23 15 22 14 21 13 20 37
-STDOUT_19447=20 24 16 23 15 22 14 21 37
-STDOUT_19448=19 23 15 22 14 21 13 20 37
-STDOUT_19449=20 24 16 23 15 22 14 21 37
-STDOUT_19450=19 23 15 22 14 21 13 20 37
-STDOUT_19451=19 23 15 22 14 21 13 20 37
-STDOUT_19452=19 23 15 22 14 21 13 20 37
-STDOUT_19453=19 23 15 22 14 21 13 20 37
-STDOUT_19454=20 24 16 23 15 22 14 21 37
-STDOUT_19455=20 24 16 23 15 22 14 21 37
-STDOUT_19456=20 24 16 23 15 22 14 21 37
-STDOUT_19457=19 23 15 22 14 21 13 20 37
-STDOUT_19458=21 36 12 35 9 34 6 33 37
-STDOUT_19459=21 36 12 35 9 34 6 33 37
-STDOUT_19460=21 36 12 35 9 34 6 33 37
-STDOUT_19461=21 36 12 35 9 34 6 33 37
-STDOUT_19462=21 36 12 35 9 34 6 33 37
-STDOUT_19463=21 36 12 35 9 34 6 33 37
-STDOUT_19464=21 36 12 35 9 34 6 33 37
-STDOUT_19465=21 36 12 35 9 34 6 33 37
-STDOUT_19466=21 36 12 35 9 34 6 33 37
-STDOUT_19467=21 36 12 35 9 34 6 33 37
-STDOUT_19468=21 36 12 35 9 34 6 33 37
-STDOUT_19469=22 36 14 35 12 34 10 33 37
-STDOUT_19470=21 36 12 35 9 34 6 33 37
-STDOUT_19471=21 36 12 35 9 34 6 33 37
-STDOUT_19472=21 36 12 35 9 34 6 33 37
-STDOUT_19473=21 36 12 35 9 34 6 33 37
-STDOUT_19474=22 36 14 35 12 34 10 33 37
-STDOUT_19475=21 36 12 35 9 34 6 33 37
-STDOUT_19476=21 36 12 35 9 34 6 33 37
-STDOUT_19477=21 36 12 35 9 34 6 33 37
-STDOUT_19478=21 36 12 35 9 34 6 33 37
-STDOUT_19479=21 36 12 35 9 34 6 33 37
-STDOUT_19480=22 36 14 35 12 34 10 33 37
-STDOUT_19481=21 36 12 35 9 34 6 33 37
-STDOUT_19482=21 36 12 35 9 34 6 33 37
-STDOUT_19483=22 36 14 35 12 34 10 33 37
-STDOUT_19484=21 36 12 35 9 34 6 33 37
-STDOUT_19485=21 36 12 35 9 34 6 33 37
-STDOUT_19486=21 36 12 35 9 34 6 33 37
-STDOUT_19487=21 36 12 35 9 34 6 33 37
-STDOUT_19488=21 36 12 35 9 34 6 33 37
-STDOUT_19489=21 36 12 35 9 34 6 33 37
-STDOUT_19490=21 36 12 35 9 34 6 33 37
-STDOUT_19491=21 36 12 35 9 34 6 33 37
-STDOUT_19492=22 36 14 35 12 34 10 33 37
-STDOUT_19493=21 36 12 35 9 34 6 33 37
-STDOUT_19494=22 36 14 35 12 34 10 33 37
-STDOUT_19495=22 36 14 35 12 34 10 33 37
-STDOUT_19496=21 36 12 35 9 34 6 33 37
-STDOUT_19497=22 36 14 35 12 34 10 33 37
-STDOUT_19498=22 36 14 35 12 34 10 33 37
-STDOUT_19499=21 36 12 35 9 34 6 33 37
-STDOUT_19500=21 36 12 35 9 34 6 33 37
-STDOUT_19501=21 36 12 35 9 34 6 33 37
-STDOUT_19502=21 36 12 35 9 34 6 33 37
-STDOUT_19503=22 36 14 35 12 34 10 33 37
-STDOUT_19504=21 36 12 35 9 34 6 33 37
-STDOUT_19505=21 36 12 35 9 34 6 33 37
-STDOUT_19506=21 36 12 35 9 34 6 33 37
-STDOUT_19507=21 36 12 35 9 34 6 33 37
-STDOUT_19508=21 36 12 35 9 34 6 33 37
-STDOUT_19509=22 36 14 35 12 34 10 33 37
-STDOUT_19510=22 36 14 35 12 34 10 33 37
-STDOUT_19511=21 36 12 35 9 34 6 33 37
-STDOUT_19512=21 36 12 35 9 34 6 33 37
-STDOUT_19513=22 36 14 35 12 34 10 33 37
-STDOUT_19514=21 36 12 35 9 34 6 33 37
-STDOUT_19515=22 36 14 35 12 34 10 33 37
-STDOUT_19516=21 36 12 35 9 34 6 33 37
-STDOUT_19517=21 36 12 35 9 34 6 33 37
-STDOUT_19518=21 36 12 35 9 34 6 33 37
-STDOUT_19519=21 36 12 35 9 34 6 33 37
-STDOUT_19520=21 36 12 35 9 34 6 33 37
-STDOUT_19521=22 36 14 35 12 34 10 33 37
-STDOUT_19522=22 36 14 35 12 34 10 33 37
-STDOUT_19523=21 36 12 35 9 34 6 33 37
-STDOUT_19524=21 36 12 35 9 34 6 33 37
-STDOUT_19525=21 36 12 35 9 34 6 33 37
-STDOUT_19526=21 36 12 35 9 34 6 33 37
-STDOUT_19527=21 36 12 35 9 34 6 33 37
-STDOUT_19528=22 36 14 35 12 34 10 33 37
-STDOUT_19529=21 36 12 35 9 34 6 33 37
-STDOUT_19530=21 36 12 35 9 34 6 33 37
-STDOUT_19531=21 36 12 35 9 34 6 33 37
-STDOUT_19532=21 36 12 35 9 34 6 33 37
-STDOUT_19533=21 36 12 35 9 34 6 33 37
-STDOUT_19534=21 36 12 35 9 34 6 33 37
-STDOUT_19535=21 36 12 35 9 34 6 33 37
-STDOUT_19536=22 36 14 35 12 34 10 33 37
-STDOUT_19537=21 36 12 35 9 34 6 33 37
-STDOUT_19538=22 36 14 35 12 34 10 33 37
-STDOUT_19539=21 36 12 35 9 34 6 33 37
-STDOUT_19540=21 36 12 35 9 34 6 33 37
-STDOUT_19541=22 36 14 35 12 34 10 33 37
-STDOUT_19542=21 36 12 35 9 34 6 33 37
-STDOUT_19543=22 36 14 35 12 34 10 33 37
-STDOUT_19544=21 36 12 35 9 34 6 33 37
-STDOUT_19545=22 36 14 35 12 34 10 33 37
-STDOUT_19546=22 36 14 35 12 34 10 33 37
-STDOUT_19547=21 36 12 35 9 34 6 33 37
-STDOUT_19548=21 36 12 35 9 34 6 33 37
-STDOUT_19549=21 36 12 35 9 34 6 33 37
-STDOUT_19550=21 36 12 35 9 34 6 33 37
-STDOUT_19551=22 36 14 35 12 34 10 33 37
-STDOUT_19552=21 36 12 35 9 34 6 33 37
-STDOUT_19553=21 36 12 35 9 34 6 33 37
-STDOUT_19554=21 36 12 35 9 34 6 33 37
-STDOUT_19555=21 36 12 35 9 34 6 33 37
-STDOUT_19556=21 36 12 35 9 34 6 33 37
-STDOUT_19557=21 36 12 35 9 34 6 33 37
-STDOUT_19558=18 31 7 30 4 29 2 28 37
-STDOUT_19559=19 31 9 30 7 29 6 28 37
-STDOUT_19560=20 34 11 33 8 32 6 31 37
-STDOUT_19561=20 34 11 33 8 32 6 31 37
-STDOUT_19562=20 35 11 34 8 33 6 32 37
-STDOUT_19563=21 34 13 33 11 32 10 31 37
-STDOUT_19564=20 35 11 34 8 33 6 32 37
-STDOUT_19565=21 34 13 33 11 32 10 31 37
-STDOUT_19566=21 35 13 34 11 33 10 32 37
-STDOUT_19567=21 35 13 34 11 33 10 32 37
-STDOUT_19568=19 31 7 30 4 29 2 28 37
-STDOUT_19569=17 31 6 30 4 29 2 28 37
-STDOUT_19570=19 34 11 33 8 32 6 31 37
-STDOUT_19571=20 34 10 33 7 32 5 31 37
-STDOUT_19572=19 34 11 33 8 32 6 31 37
-STDOUT_19573=20 34 10 33 7 32 5 31 37
-STDOUT_19574=20 31 9 30 7 29 6 28 37
-STDOUT_19575=18 31 8 30 7 29 6 28 37
-STDOUT_19576=19 35 11 34 8 33 6 32 37
-STDOUT_19577=20 34 13 33 11 32 10 31 37
-STDOUT_19578=20 35 11 34 8 33 6 32 37
-STDOUT_19579=20 35 10 34 7 33 5 32 37
-STDOUT_19580=21 34 12 33 10 32 9 31 37
-STDOUT_19581=19 35 11 34 8 33 6 32 37
-STDOUT_19582=20 34 11 33 8 32 6 31 37
-STDOUT_19583=20 34 13 33 11 32 10 31 37
-STDOUT_19584=20 35 11 34 8 33 6 32 37
-STDOUT_19585=20 35 10 34 7 33 5 32 37
-STDOUT_19586=21 34 12 33 10 32 9 31 37
-STDOUT_19587=20 34 11 33 8 32 6 31 37
-STDOUT_19588=20 35 13 34 11 33 10 32 37
-STDOUT_19589=20 36 11 35 8 34 6 33 37
-STDOUT_19590=21 35 13 34 11 33 10 32 37
-STDOUT_19591=21 35 12 34 10 33 9 32 37
-STDOUT_19592=18 32 7 31 4 30 2 29 37
-STDOUT_19593=20 35 13 34 11 33 10 32 37
-STDOUT_19594=21 34 13 33 11 32 10 31 37
-STDOUT_19595=20 36 11 35 8 34 6 33 37
-STDOUT_19596=21 35 13 34 11 33 10 32 37
-STDOUT_19597=21 35 12 34 10 33 9 32 37
-STDOUT_19598=21 34 13 33 11 32 10 31 37
-STDOUT_19599=21 36 13 35 11 34 10 33 37
-STDOUT_19600=19 32 9 31 7 30 6 29 37
-STDOUT_19601=21 36 13 35 11 34 10 33 37
-STDOUT_19602=19 34 10 33 7 32 5 31 37
-STDOUT_19603=20 35 11 34 8 33 6 32 37
-STDOUT_19604=19 34 10 33 7 32 5 31 37
-STDOUT_19605=18 32 7 31 4 30 2 29 37
-STDOUT_19606=20 35 11 34 8 33 6 32 37
-STDOUT_19607=18 31 6 30 4 29 2 28 37
-STDOUT_19608=19 35 11 34 8 33 6 32 37
-STDOUT_19609=19 35 10 34 7 33 5 32 37
-STDOUT_19610=20 34 12 33 10 32 9 31 37
-STDOUT_19611=20 35 10 34 7 33 5 32 37
-STDOUT_19612=19 34 11 33 8 32 6 31 37
-STDOUT_19613=20 36 11 35 8 34 6 33 37
-STDOUT_19614=18 32 7 31 4 30 2 29 37
-STDOUT_19615=21 35 13 34 11 33 10 32 37
-STDOUT_19616=19 35 11 34 8 33 6 32 37
-STDOUT_19617=19 35 10 34 7 33 5 32 37
-STDOUT_19618=20 34 10 33 7 32 5 31 37
-STDOUT_19619=20 34 12 33 10 32 9 31 37
-STDOUT_19620=19 32 9 31 7 30 6 29 37
-STDOUT_19621=20 35 10 34 7 33 5 32 37
-STDOUT_19622=19 34 11 33 8 32 6 31 37
-STDOUT_19623=20 36 11 35 8 34 6 33 37
-STDOUT_19624=21 35 13 34 11 33 10 32 37
-STDOUT_19625=20 34 10 33 7 32 5 31 37
-STDOUT_19626=19 31 8 30 7 29 6 28 37
-STDOUT_19627=19 36 11 35 8 34 6 33 37
-STDOUT_19628=20 35 13 34 11 33 10 32 37
-STDOUT_19629=20 35 12 34 10 33 9 32 37
-STDOUT_19630=20 36 10 35 7 34 5 33 37
-STDOUT_19631=21 35 12 34 10 33 9 32 37
-STDOUT_19632=20 34 13 33 11 32 10 31 37
-STDOUT_19633=21 36 13 35 11 34 10 33 37
-STDOUT_19634=19 36 11 35 8 34 6 33 37
-STDOUT_19635=19 32 9 31 7 30 6 29 37
-STDOUT_19636=20 35 11 34 8 33 6 32 37
-STDOUT_19637=20 35 13 34 11 33 10 32 37
-STDOUT_19638=20 35 12 34 10 33 9 32 37
-STDOUT_19639=21 34 12 33 10 32 9 31 37
-STDOUT_19640=20 35 11 34 8 33 6 32 37
-STDOUT_19641=20 36 10 35 7 34 5 33 37
-STDOUT_19642=21 35 12 34 10 33 9 32 37
-STDOUT_19643=20 34 13 33 11 32 10 31 37
-STDOUT_19644=21 36 13 35 11 34 10 33 37
-STDOUT_19645=20 35 11 34 8 33 6 32 37
-STDOUT_19646=17 31 8 30 4 29 2 28 37
-STDOUT_19647=21 34 12 33 10 32 9 31 37
-STDOUT_19648=20 35 11 34 8 33 6 32 37
-STDOUT_19649=20 36 13 35 11 34 10 33 37
-STDOUT_19650=20 34 11 33 8 32 6 31 37
-STDOUT_19651=21 36 12 35 10 34 9 33 37
-STDOUT_19652=18 31 7 30 4 29 2 28 37
-STDOUT_19653=20 36 13 35 11 34 10 33 37
-STDOUT_19654=18 31 7 30 4 29 2 28 37
-STDOUT_19655=21 35 13 34 11 33 10 32 37
-STDOUT_19656=20 36 11 35 8 34 6 33 37
-STDOUT_19657=19 32 7 31 4 30 2 29 37
-STDOUT_19658=20 29 14 28 12 27 10 26 37
-STDOUT_19659=20 29 14 28 12 27 10 26 37
-STDOUT_19660=20 29 14 28 12 27 10 26 37
-STDOUT_19661=20 29 14 28 12 27 10 26 37
-STDOUT_19662=20 29 14 28 12 27 10 26 37
-STDOUT_19663=19 26 14 25 12 24 10 23 37
-STDOUT_19664=20 27 14 26 12 25 10 24 37
-STDOUT_19665=19 26 14 25 12 24 10 23 37
-STDOUT_19666=21 30 14 29 12 28 10 27 37
-STDOUT_19667=20 29 14 28 12 27 10 26 37
-STDOUT_19668=20 27 14 26 12 25 10 24 37
-STDOUT_19669=20 27 14 26 12 25 10 24 37
-STDOUT_19670=21 30 14 29 12 28 10 27 37
-STDOUT_19671=19 26 14 25 12 24 10 23 37
-STDOUT_19672=20 29 14 28 12 27 10 26 37
-STDOUT_19673=21 30 14 29 12 28 10 27 37
-STDOUT_19674=20 27 14 26 12 25 10 24 37
-STDOUT_19675=21 30 14 29 12 28 10 27 37
-STDOUT_19676=19 26 14 25 12 24 10 23 37
-STDOUT_19677=20 29 14 28 12 27 10 26 37
-STDOUT_19678=20 29 14 28 12 27 10 26 37
-STDOUT_19679=19 26 14 25 12 24 10 23 37
-STDOUT_19680=20 29 14 28 12 27 10 26 37
-STDOUT_19681=19 26 14 25 12 24 10 23 37
-STDOUT_19682=19 26 14 25 12 24 10 23 37
-STDOUT_19683=19 26 14 25 12 24 10 23 37
-STDOUT_19684=20 29 14 28 12 27 10 26 37
-STDOUT_19685=20 29 14 28 12 27 10 26 37
-STDOUT_19686=19 26 14 25 12 24 10 23 37
-STDOUT_19687=20 27 14 26 12 25 10 24 37
-STDOUT_19688=19 26 14 25 12 24 10 23 37
-STDOUT_19689=20 27 14 26 12 25 10 24 37
-STDOUT_19690=20 29 14 28 12 27 10 26 37
-STDOUT_19691=21 30 14 29 12 28 10 27 37
-STDOUT_19692=19 26 14 25 12 24 10 23 37
-STDOUT_19693=20 27 14 26 12 25 10 24 37
-STDOUT_19694=20 29 14 28 12 27 10 26 37
-STDOUT_19695=19 29 12 28 9 27 6 26 37
-STDOUT_19696=20 27 14 26 12 25 10 24 37
-STDOUT_19697=21 30 14 29 12 28 10 27 37
-STDOUT_19698=19 26 14 25 12 24 10 23 37
-STDOUT_19699=20 27 14 26 12 25 10 24 37
-STDOUT_19700=20 27 14 26 12 25 10 24 37
-STDOUT_19701=19 26 14 25 12 24 10 23 37
-STDOUT_19702=19 26 14 25 12 24 10 23 37
-STDOUT_19703=19 26 14 25 12 24 10 23 37
-STDOUT_19704=20 29 14 28 12 27 10 26 37
-STDOUT_19705=20 29 14 28 12 27 10 26 37
-STDOUT_19706=20 29 14 28 12 27 10 26 37
-STDOUT_19707=20 29 14 28 12 27 10 26 37
-STDOUT_19708=20 27 14 26 12 25 10 24 37
-STDOUT_19709=20 29 14 28 12 27 10 26 37
-STDOUT_19710=19 26 14 25 12 24 10 23 37
-STDOUT_19711=20 29 14 28 12 27 10 26 37
-STDOUT_19712=20 27 14 26 12 25 10 24 37
-STDOUT_19713=20 29 14 28 12 27 10 26 37
-STDOUT_19714=19 26 14 25 12 24 10 23 37
-STDOUT_19715=19 26 14 25 12 24 10 23 37
-STDOUT_19716=20 29 14 28 12 27 10 26 37
-STDOUT_19717=19 26 14 25 12 24 10 23 37
-STDOUT_19718=20 29 14 28 12 27 10 26 37
-STDOUT_19719=20 29 14 28 12 27 10 26 37
-STDOUT_19720=20 27 14 26 12 25 10 24 37
-STDOUT_19721=20 29 14 28 12 27 10 26 37
-STDOUT_19722=20 29 14 28 12 27 10 26 37
-STDOUT_19723=19 26 14 25 12 24 10 23 37
-STDOUT_19724=20 27 14 26 12 25 10 24 37
-STDOUT_19725=19 26 14 25 12 24 10 23 37
-STDOUT_19726=19 29 12 28 9 27 6 26 37
-STDOUT_19727=19 29 12 28 9 27 6 26 37
-STDOUT_19728=19 26 14 25 12 24 10 23 37
-STDOUT_19729=19 26 14 25 12 24 10 23 37
-STDOUT_19730=20 27 14 26 12 25 10 24 37
-STDOUT_19731=20 29 14 28 12 27 10 26 37
-STDOUT_19732=20 29 14 28 12 27 10 26 37
-STDOUT_19733=19 29 12 28 9 27 6 26 37
-STDOUT_19734=20 27 14 26 12 25 10 24 37
-STDOUT_19735=20 29 14 28 12 27 10 26 37
-STDOUT_19736=20 29 14 28 12 27 10 26 37
-STDOUT_19737=20 29 14 28 12 27 10 26 37
-STDOUT_19738=20 27 14 26 12 25 10 24 37
-STDOUT_19739=19 29 12 28 9 27 6 26 37
-STDOUT_19740=19 26 14 25 12 24 10 23 37
-STDOUT_19741=19 26 14 25 12 24 10 23 37
-STDOUT_19742=19 26 14 25 12 24 10 23 37
-STDOUT_19743=19 26 14 25 12 24 10 23 37
-STDOUT_19744=19 26 14 25 12 24 10 23 37
-STDOUT_19745=20 29 14 28 12 27 10 26 37
-STDOUT_19746=19 29 12 28 9 27 6 26 37
-STDOUT_19747=20 27 14 26 12 25 10 24 37
-STDOUT_19748=20 29 14 28 12 27 10 26 37
-STDOUT_19749=20 27 14 26 12 25 10 24 37
-STDOUT_19750=19 26 14 25 12 24 10 23 37
-STDOUT_19751=21 30 14 29 12 28 10 27 37
-STDOUT_19752=20 29 14 28 12 27 10 26 37
-STDOUT_19753=20 29 14 28 12 27 10 26 37
-STDOUT_19754=20 29 14 28 12 27 10 26 37
-STDOUT_19755=20 29 14 28 12 27 10 26 37
-STDOUT_19756=20 27 14 26 12 25 10 24 37
-STDOUT_19757=20 27 14 26 12 25 10 24 37
-STDOUT_19758=SCORES_TXT_END_0
-STDOUT_19759=SCORES_TXT_BEGIN_0 9 400 9 BLEU
-STDOUT_19760=30 41 18 40 11 39 7 38 58
-STDOUT_19761=30 41 17 40 10 39 6 38 58
-STDOUT_19762=31 40 18 39 11 38 6 37 58
-STDOUT_19763=30 41 18 40 11 39 7 38 58
-STDOUT_19764=30 41 17 40 10 39 6 38 58
-STDOUT_19765=31 41 18 40 11 39 7 38 58
-STDOUT_19766=31 40 18 39 11 38 6 37 58
-STDOUT_19767=31 41 17 40 10 39 6 38 58
-STDOUT_19768=32 40 18 39 11 38 6 37 58
-STDOUT_19769=31 41 18 40 11 39 7 38 58
-STDOUT_19770=31 41 17 40 10 39 6 38 58
-STDOUT_19771=32 40 18 39 11 38 6 37 58
-STDOUT_19772=31 41 18 40 11 39 6 38 58
-STDOUT_19773=31 43 17 42 9 41 6 40 58
-STDOUT_19774=29 40 17 39 11 38 7 37 58
-STDOUT_19775=32 42 18 41 10 40 6 39 58
-STDOUT_19776=31 41 18 40 11 39 6 38 58
-STDOUT_19777=31 43 17 42 9 41 6 40 58
-STDOUT_19778=29 40 17 39 11 38 7 37 58
-STDOUT_19779=30 41 18 40 11 39 7 38 58
-STDOUT_19780=32 42 18 41 10 40 6 39 58
-STDOUT_19781=32 41 18 40 11 39 6 38 58
-STDOUT_19782=30 41 17 40 10 39 6 38 58
-STDOUT_19783=32 43 17 42 9 41 6 40 58
-STDOUT_19784=30 40 17 39 11 38 7 37 58
-STDOUT_19785=30 41 18 40 11 39 7 38 58
-STDOUT_19786=31 40 18 39 11 38 6 37 58
-STDOUT_19787=33 42 18 41 10 40 6 39 58
-STDOUT_19788=32 41 18 40 11 39 6 38 58
-STDOUT_19789=30 41 17 40 10 39 6 38 58
-STDOUT_19790=32 43 17 42 9 41 6 40 58
-STDOUT_19791=31 40 18 39 11 38 6 37 58
-STDOUT_19792=30 40 17 39 11 38 7 37 58
-STDOUT_19793=31 41 18 40 11 39 7 38 58
-STDOUT_19794=30 41 18 40 11 39 7 38 58
-STDOUT_19795=33 42 18 41 10 40 6 39 58
-STDOUT_19796=30 41 18 40 11 39 7 38 58
-STDOUT_19797=32 43 18 42 10 41 6 40 58
-STDOUT_19798=31 41 17 40 10 39 6 38 58
-STDOUT_19799=30 41 17 40 10 39 6 38 58
-STDOUT_19800=30 41 17 40 10 39 6 38 58
-STDOUT_19801=31 41 18 40 11 39 7 38 58
-STDOUT_19802=32 40 18 39 11 38 6 37 58
-STDOUT_19803=31 40 18 39 11 38 6 37 58
-STDOUT_19804=30 42 16 41 9 40 6 39 58
-STDOUT_19805=30 41 18 40 11 39 7 38 58
-STDOUT_19806=32 43 18 42 10 41 6 40 58
-STDOUT_19807=31 41 17 40 10 39 6 38 58
-STDOUT_19808=31 41 18 40 11 39 7 38 58
-STDOUT_19809=31 41 17 40 10 39 6 38 58
-STDOUT_19810=32 40 18 39 11 38 6 37 58
-STDOUT_19811=30 41 17 40 10 39 6 38 58
-STDOUT_19812=31 41 17 40 10 39 6 38 58
-STDOUT_19813=31 41 18 40 11 39 7 38 58
-STDOUT_19814=31 41 18 40 11 39 6 38 58
-STDOUT_19815=31 41 18 40 11 39 7 38 58
-STDOUT_19816=33 43 18 42 10 41 6 40 58
-STDOUT_19817=31 40 19 39 12 38 8 37 58
-STDOUT_19818=30 42 16 41 9 40 6 39 58
-STDOUT_19819=31 43 17 42 9 41 6 40 58
-STDOUT_19820=31 41 17 40 10 39 6 38 58
-STDOUT_19821=31 41 18 40 11 39 7 38 58
-STDOUT_19822=29 40 17 39 11 38 7 37 58
-STDOUT_19823=31 41 17 40 10 39 6 38 58
-STDOUT_19824=31 41 17 40 10 39 6 38 58
-STDOUT_19825=32 42 18 41 10 40 6 39 58
-STDOUT_19826=32 40 18 39 11 38 6 37 58
-STDOUT_19827=31 41 18 40 11 39 6 38 58
-STDOUT_19828=30 41 18 40 11 39 7 38 58
-STDOUT_19829=31 41 17 40 10 39 6 38 58
-STDOUT_19830=31 42 16 41 9 40 6 39 58
-STDOUT_19831=31 41 18 40 11 39 7 38 58
-STDOUT_19832=33 43 18 42 10 41 6 40 58
-STDOUT_19833=31 43 17 42 9 41 6 40 58
-STDOUT_19834=31 40 19 39 12 38 8 37 58
-STDOUT_19835=29 40 17 39 11 38 7 37 58
-STDOUT_19836=30 41 17 40 10 39 6 38 58
-STDOUT_19837=32 41 17 40 10 39 6 38 58
-STDOUT_19838=32 42 18 41 10 40 6 39 58
-STDOUT_19839=31 41 17 40 10 39 6 38 58
-STDOUT_19840=32 40 18 39 11 38 6 37 58
-STDOUT_19841=31 40 18 39 11 38 6 37 58
-STDOUT_19842=30 41 18 40 11 39 7 38 58
-STDOUT_19843=32 41 18 40 11 39 6 38 58
-STDOUT_19844=31 41 18 40 11 39 6 38 58
-STDOUT_19845=31 41 18 40 11 39 6 38 58
-STDOUT_19846=31 41 18 40 11 39 7 38 58
-STDOUT_19847=32 40 19 39 12 38 8 37 58
-STDOUT_19848=31 42 16 41 9 40 6 39 58
-STDOUT_19849=31 41 18 40 11 39 6 38 58
-STDOUT_19850=32 43 17 42 9 41 6 40 58
-STDOUT_19851=31 43 17 42 9 41 6 40 58
-STDOUT_19852=30 41 17 40 10 39 6 38 58
-STDOUT_19853=31 43 17 42 9 41 6 40 58
-STDOUT_19854=30 40 17 39 11 38 7 37 58
-STDOUT_19855=29 40 17 39 11 38 7 37 58
-STDOUT_19856=32 41 17 40 10 39 6 38 58
-STDOUT_19857=29 40 17 39 11 38 7 37 58
-STDOUT_19858=31 42 17 41 10 40 6 39 58
-STDOUT_19859=31 41 17 40 10 39 6 38 58
-STDOUT_19860=38 67 21 66 12 65 9 64 58
-STDOUT_19861=38 67 21 66 12 65 9 64 58
-STDOUT_19862=38 68 21 67 12 66 9 65 58
-STDOUT_19863=38 68 21 67 12 66 9 65 58
-STDOUT_19864=39 67 20 66 12 65 9 64 58
-STDOUT_19865=39 67 20 66 12 65 9 64 58
-STDOUT_19866=37 65 20 64 12 63 9 62 58
-STDOUT_19867=39 68 20 67 12 66 9 65 58
-STDOUT_19868=39 68 20 67 12 66 9 65 58
-STDOUT_19869=37 65 20 64 12 63 9 62 58
-STDOUT_19870=38 67 21 66 12 65 9 64 58
-STDOUT_19871=38 67 21 66 12 65 9 64 58
-STDOUT_19872=37 66 20 65 12 64 9 63 58
-STDOUT_19873=38 67 21 66 12 65 9 64 58
-STDOUT_19874=37 66 20 65 12 64 9 63 58
-STDOUT_19875=38 67 21 66 12 65 9 64 58
-STDOUT_19876=38 65 19 64 12 63 9 62 58
-STDOUT_19877=38 68 21 67 12 66 9 65 58
-STDOUT_19878=38 68 21 67 12 66 9 65 58
-STDOUT_19879=39 63 20 62 12 61 9 60 58
-STDOUT_19880=39 63 20 62 12 61 9 60 58
-STDOUT_19881=38 65 19 64 12 63 9 62 58
-STDOUT_19882=39 67 20 66 12 65 9 64 58
-STDOUT_19883=38 68 21 67 12 66 9 65 58
-STDOUT_19884=39 67 20 66 12 65 9 64 58
-STDOUT_19885=38 68 21 67 12 66 9 65 58
-STDOUT_19886=38 66 19 65 12 64 9 63 58
-STDOUT_19887=39 64 20 63 12 62 9 61 58
-STDOUT_19888=39 64 20 63 12 62 9 61 58
-STDOUT_19889=37 65 20 64 12 63 9 62 58
-STDOUT_19890=39 67 20 66 12 65 9 64 58
-STDOUT_19891=38 66 19 65 12 64 9 63 58
-STDOUT_19892=39 67 20 66 12 65 9 64 58
-STDOUT_19893=39 68 20 67 12 66 9 65 58
-STDOUT_19894=39 68 20 67 12 66 9 65 58
-STDOUT_19895=37 65 20 64 12 63 9 62 58
-STDOUT_19896=37 65 20 64 12 63 9 62 58
-STDOUT_19897=37 66 20 65 12 64 9 63 58
-STDOUT_19898=38 61 19 60 12 59 9 58 58
-STDOUT_19899=39 68 20 67 12 66 9 65 58
-STDOUT_19900=39 68 20 67 12 66 9 65 58
-STDOUT_19901=37 65 20 64 12 63 9 62 58
-STDOUT_19902=38 66 21 65 12 64 9 63 58
-STDOUT_19903=38 67 21 66 12 65 9 64 58
-STDOUT_19904=37 66 20 65 12 64 9 63 58
-STDOUT_19905=38 66 21 65 12 64 9 63 58
-STDOUT_19906=38 67 21 66 12 65 9 64 58
-STDOUT_19907=38 65 19 64 12 63 9 62 58
-STDOUT_19908=38 61 19 60 12 59 9 58 58
-STDOUT_19909=37 66 20 65 12 64 9 63 58
-STDOUT_19910=38 67 21 66 12 65 9 64 58
-STDOUT_19911=39 63 20 62 12 61 9 60 58
-STDOUT_19912=38 67 21 66 12 65 9 64 58
-STDOUT_19913=39 63 20 62 12 61 9 60 58
-STDOUT_19914=38 62 19 61 12 60 9 59 58
-STDOUT_19915=38 65 19 64 12 63 9 62 58
-STDOUT_19916=37 66 20 65 12 64 9 63 58
-STDOUT_19917=38 65 19 64 12 63 9 62 58
-STDOUT_19918=38 67 21 66 12 65 9 64 58
-STDOUT_19919=38 68 21 67 12 66 9 65 58
-STDOUT_19920=38 67 21 66 12 65 9 64 58
-STDOUT_19921=38 68 21 67 12 66 9 65 58
-STDOUT_19922=38 66 19 65 12 64 9 63 58
-STDOUT_19923=39 63 20 62 12 61 9 60 58
-STDOUT_19924=38 62 19 61 12 60 9 59 58
-STDOUT_19925=39 63 20 62 12 61 9 60 58
-STDOUT_19926=38 68 21 67 12 66 9 65 58
-STDOUT_19927=39 64 20 63 12 62 9 61 58
-STDOUT_19928=38 68 21 67 12 66 9 65 58
-STDOUT_19929=39 64 20 63 12 62 9 61 58
-STDOUT_19930=38 65 19 64 12 63 9 62 58
-STDOUT_19931=38 65 21 64 12 63 9 62 58
-STDOUT_19932=38 65 21 64 12 63 9 62 58
-STDOUT_19933=39 67 20 66 12 65 9 64 58
-STDOUT_19934=38 66 19 65 12 64 9 63 58
-STDOUT_19935=39 67 20 66 12 65 9 64 58
-STDOUT_19936=39 71 20 70 12 69 9 68 58
-STDOUT_19937=38 66 19 65 12 64 9 63 58
-STDOUT_19938=39 71 20 70 12 69 9 68 58
-STDOUT_19939=39 67 20 66 12 65 9 64 58
-STDOUT_19940=39 67 20 66 12 65 9 64 58
-STDOUT_19941=39 64 20 63 12 62 9 61 58
-STDOUT_19942=37 64 20 63 12 62 9 61 58
-STDOUT_19943=39 64 20 63 12 62 9 61 58
-STDOUT_19944=37 65 20 64 12 63 9 62 58
-STDOUT_19945=38 66 21 65 12 64 9 63 58
-STDOUT_19946=38 66 21 65 12 64 9 63 58
-STDOUT_19947=38 61 19 60 12 59 9 58 58
-STDOUT_19948=38 66 19 65 12 64 9 63 58
-STDOUT_19949=38 67 21 66 12 65 9 64 58
-STDOUT_19950=38 66 21 65 12 64 9 63 58
-STDOUT_19951=38 67 21 66 12 65 9 64 58
-STDOUT_19952=38 66 21 65 12 64 9 63 58
-STDOUT_19953=37 67 19 66 12 65 9 64 58
-STDOUT_19954=39 68 20 67 12 66 9 65 58
-STDOUT_19955=37 64 20 63 12 62 9 61 58
-STDOUT_19956=39 68 20 67 12 66 9 65 58
-STDOUT_19957=37 65 20 64 12 63 9 62 58
-STDOUT_19958=39 72 20 71 12 70 9 69 58
-STDOUT_19959=39 72 20 71 12 70 9 69 58
-STDOUT_19960=30 52 0 51 0 50 0 49 58
-STDOUT_19961=31 52 0 51 0 50 0 49 58
-STDOUT_19962=31 52 0 51 0 50 0 49 58
-STDOUT_19963=30 52 0 51 0 50 0 49 58
-STDOUT_19964=30 51 0 50 0 49 0 48 58
-STDOUT_19965=31 52 0 51 0 50 0 49 58
-STDOUT_19966=30 52 0 51 0 50 0 49 58
-STDOUT_19967=31 52 0 51 0 50 0 49 58
-STDOUT_19968=31 51 0 50 0 49 0 48 58
-STDOUT_19969=31 52 0 51 0 50 0 49 58
-STDOUT_19970=30 52 0 51 0 50 0 49 58
-STDOUT_19971=31 51 0 50 0 49 0 48 58
-STDOUT_19972=30 52 0 51 0 50 0 49 58
-STDOUT_19973=31 52 0 51 0 50 0 49 58
-STDOUT_19974=31 52 0 51 0 50 0 49 58
-STDOUT_19975=30 51 0 50 0 49 0 48 58
-STDOUT_19976=30 51 0 50 0 49 0 48 58
-STDOUT_19977=30 52 0 51 0 50 0 49 58
-STDOUT_19978=31 52 0 51 0 50 0 49 58
-STDOUT_19979=30 52 0 51 0 50 0 49 58
-STDOUT_19980=31 52 0 51 0 50 0 49 58
-STDOUT_19981=31 52 0 51 0 50 0 49 58
-STDOUT_19982=31 52 0 51 0 50 0 49 58
-STDOUT_19983=30 52 0 51 0 50 0 49 58
-STDOUT_19984=31 51 0 50 0 49 0 48 58
-STDOUT_19985=31 51 0 50 0 49 0 48 58
-STDOUT_19986=30 51 0 50 0 49 0 48 58
-STDOUT_19987=31 52 0 51 0 50 0 49 58
-STDOUT_19988=30 52 0 51 0 50 0 49 58
-STDOUT_19989=31 52 0 51 0 50 0 49 58
-STDOUT_19990=31 51 0 50 0 49 0 48 58
-STDOUT_19991=31 51 0 50 0 49 0 48 58
-STDOUT_19992=30 52 0 51 0 50 0 49 58
-STDOUT_19993=30 52 0 51 0 50 0 49 58
-STDOUT_19994=31 52 0 51 0 50 0 49 58
-STDOUT_19995=29 52 0 51 0 50 0 49 58
-STDOUT_19996=31 51 0 50 0 49 0 48 58
-STDOUT_19997=30 52 0 51 0 50 0 49 58
-STDOUT_19998=30 51 0 50 0 49 0 48 58
-STDOUT_19999=31 52 0 51 0 50 0 49 58
-STDOUT_20000=30 51 0 50 0 49 0 48 58
-STDOUT_20001=30 52 0 51 0 50 0 49 58
-STDOUT_20002=30 51 0 50 0 49 0 48 58
-STDOUT_20003=31 52 0 51 0 50 0 49 58
-STDOUT_20004=31 52 0 51 0 50 0 49 58
-STDOUT_20005=31 52 0 51 0 50 0 49 58
-STDOUT_20006=31 51 0 50 0 49 0 48 58
-STDOUT_20007=30 52 0 51 0 50 0 49 58
-STDOUT_20008=30 52 0 51 0 50 0 49 58
-STDOUT_20009=30 52 0 51 0 50 0 49 58
-STDOUT_20010=31 52 0 51 0 50 0 49 58
-STDOUT_20011=31 52 0 51 0 50 0 49 58
-STDOUT_20012=31 52 0 51 0 50 0 49 58
-STDOUT_20013=31 52 0 51 0 50 0 49 58
-STDOUT_20014=30 52 0 51 0 50 0 49 58
-STDOUT_20015=30 52 0 51 0 50 0 49 58
-STDOUT_20016=30 52 0 51 0 50 0 49 58
-STDOUT_20017=30 52 0 51 0 50 0 49 58
-STDOUT_20018=31 52 0 51 0 50 0 49 58
-STDOUT_20019=31 51 0 50 0 49 0 48 58
-STDOUT_20020=31 51 0 50 0 49 0 48 58
-STDOUT_20021=31 52 0 51 0 50 0 49 58
-STDOUT_20022=30 51 0 50 0 49 0 48 58
-STDOUT_20023=30 51 0 50 0 49 0 48 58
-STDOUT_20024=31 51 0 50 0 49 0 48 58
-STDOUT_20025=32 52 0 51 0 50 0 49 58
-STDOUT_20026=31 52 0 51 0 50 0 49 58
-STDOUT_20027=30 52 0 51 0 50 0 49 58
-STDOUT_20028=31 52 0 51 0 50 0 49 58
-STDOUT_20029=30 51 0 50 0 49 0 48 58
-STDOUT_20030=31 52 0 51 0 50 0 49 58
-STDOUT_20031=31 51 0 50 0 49 0 48 58
-STDOUT_20032=30 52 0 51 0 50 0 49 58
-STDOUT_20033=31 51 0 50 0 49 0 48 58
-STDOUT_20034=30 52 0 51 0 50 0 49 58
-STDOUT_20035=31 52 0 51 0 50 0 49 58
-STDOUT_20036=31 52 0 51 0 50 0 49 58
-STDOUT_20037=29 53 0 52 0 51 0 50 58
-STDOUT_20038=31 51 0 50 0 49 0 48 58
-STDOUT_20039=29 52 0 51 0 50 0 49 58
-STDOUT_20040=32 52 0 51 0 50 0 49 58
-STDOUT_20041=31 52 0 51 0 50 0 49 58
-STDOUT_20042=31 51 0 50 0 49 0 48 58
-STDOUT_20043=31 52 0 51 0 50 0 49 58
-STDOUT_20044=30 51 0 50 0 49 0 48 58
-STDOUT_20045=31 52 0 51 0 50 0 49 58
-STDOUT_20046=30 52 0 51 0 50 0 49 58
-STDOUT_20047=31 51 0 50 0 49 0 48 58
-STDOUT_20048=31 51 0 50 0 49 0 48 58
-STDOUT_20049=30 52 0 51 0 50 0 49 58
-STDOUT_20050=30 51 0 50 0 49 0 48 58
-STDOUT_20051=30 51 0 50 0 49 0 48 58
-STDOUT_20052=31 51 0 50 0 49 0 48 58
-STDOUT_20053=30 52 0 51 0 50 0 49 58
-STDOUT_20054=31 52 0 51 0 50 0 49 58
-STDOUT_20055=31 52 0 51 0 50 0 49 58
-STDOUT_20056=31 52 0 51 0 50 0 49 58
-STDOUT_20057=30 51 0 50 0 49 0 48 58
-STDOUT_20058=30 51 0 50 0 49 0 48 58
-STDOUT_20059=30 51 0 50 0 49 0 48 58
-STDOUT_20060=36 49 22 48 16 47 12 46 58
-STDOUT_20061=35 49 22 48 16 47 12 46 58
-STDOUT_20062=36 47 22 46 16 45 12 44 58
-STDOUT_20063=35 47 22 46 16 45 12 44 58
-STDOUT_20064=36 49 21 48 16 47 12 46 58
-STDOUT_20065=35 49 21 48 16 47 12 46 58
-STDOUT_20066=36 49 21 48 16 47 12 46 58
-STDOUT_20067=35 49 21 48 16 47 12 46 58
-STDOUT_20068=35 49 21 48 16 47 12 46 58
-STDOUT_20069=36 47 22 46 16 45 12 44 58
-STDOUT_20070=34 49 21 48 16 47 12 46 58
-STDOUT_20071=35 49 21 48 16 47 12 46 58
-STDOUT_20072=35 47 22 46 16 45 12 44 58
-STDOUT_20073=34 49 21 48 16 47 12 46 58
-STDOUT_20074=38 51 24 50 17 49 12 48 58
-STDOUT_20075=38 50 23 49 16 48 12 47 58
-STDOUT_20076=37 51 24 50 17 49 12 48 58
-STDOUT_20077=38 50 23 49 16 48 12 47 58
-STDOUT_20078=37 50 23 49 16 48 12 47 58
-STDOUT_20079=37 50 23 49 16 48 12 47 58
-STDOUT_20080=35 49 23 48 17 47 13 46 58
-STDOUT_20081=36 51 20 50 14 49 10 48 58
-STDOUT_20082=36 49 22 48 16 47 12 46 58
-STDOUT_20083=36 49 22 48 16 47 12 46 58
-STDOUT_20084=35 51 20 50 14 49 10 48 58
-STDOUT_20085=35 49 22 48 16 47 12 46 58
-STDOUT_20086=35 49 22 48 16 47 12 46 58
-STDOUT_20087=35 48 23 47 17 46 13 45 58
-STDOUT_20088=36 49 21 48 16 47 12 46 58
-STDOUT_20089=36 49 22 48 16 47 12 46 58
-STDOUT_20090=35 47 23 46 17 45 13 44 58
-STDOUT_20091=38 50 22 49 16 48 12 47 58
-STDOUT_20092=36 49 20 48 14 47 10 46 58
-STDOUT_20093=36 47 22 46 16 45 12 44 58
-STDOUT_20094=35 49 21 48 16 47 12 46 58
-STDOUT_20095=35 49 22 48 16 47 12 46 58
-STDOUT_20096=36 47 22 46 16 45 12 44 58
-STDOUT_20097=38 50 22 49 16 48 12 47 58
-STDOUT_20098=37 50 22 49 16 48 12 47 58
-STDOUT_20099=35 49 20 48 14 47 10 46 58
-STDOUT_20100=38 50 22 49 16 48 12 47 58
-STDOUT_20101=35 47 22 46 16 45 12 44 58
-STDOUT_20102=35 47 22 46 16 45 12 44 58
-STDOUT_20103=36 49 22 48 16 47 12 46 58
-STDOUT_20104=37 50 22 49 16 48 12 47 58
-STDOUT_20105=38 50 22 49 16 48 12 47 58
-STDOUT_20106=37 50 22 49 16 48 12 47 58
-STDOUT_20107=35 49 22 48 17 47 13 46 58
-STDOUT_20108=35 46 23 45 17 44 13 43 58
-STDOUT_20109=36 51 19 50 14 49 10 48 58
-STDOUT_20110=36 49 22 48 16 47 12 46 58
-STDOUT_20111=36 47 22 46 16 45 12 44 58
-STDOUT_20112=35 49 21 48 16 47 12 46 58
-STDOUT_20113=35 49 22 48 16 47 12 46 58
-STDOUT_20114=36 49 22 48 16 47 12 46 58
-STDOUT_20115=37 50 22 49 16 48 12 47 58
-STDOUT_20116=36 49 21 48 16 47 12 46 58
-STDOUT_20117=35 49 22 48 17 47 13 46 58
-STDOUT_20118=37 50 22 49 16 48 12 47 58
-STDOUT_20119=35 51 19 50 14 49 10 48 58
-STDOUT_20120=35 49 22 48 16 47 12 46 58
-STDOUT_20121=36 51 19 50 14 49 10 48 58
-STDOUT_20122=35 47 22 46 16 45 12 44 58
-STDOUT_20123=34 49 21 48 16 47 12 46 58
-STDOUT_20124=36 49 22 48 16 47 12 46 58
-STDOUT_20125=35 49 22 48 16 47 12 46 58
-STDOUT_20126=35 49 21 48 16 47 12 46 58
-STDOUT_20127=36 49 21 48 16 47 12 46 58
-STDOUT_20128=37 50 22 49 16 48 12 47 58
-STDOUT_20129=36 50 22 49 16 48 12 47 58
-STDOUT_20130=37 50 22 49 16 48 12 47 58
-STDOUT_20131=35 48 22 47 17 46 13 45 58
-STDOUT_20132=35 51 19 50 14 49 10 48 58
-STDOUT_20133=36 48 21 47 15 46 12 45 58
-STDOUT_20134=36 47 22 46 16 45 12 44 58
-STDOUT_20135=36 49 21 48 16 47 12 46 58
-STDOUT_20136=35 49 22 48 16 47 12 46 58
-STDOUT_20137=35 49 21 48 16 47 12 46 58
-STDOUT_20138=36 50 22 49 16 48 12 47 58
-STDOUT_20139=37 50 22 49 16 48 12 47 58
-STDOUT_20140=36 47 22 46 16 45 12 44 58
-STDOUT_20141=36 50 22 49 16 48 12 47 58
-STDOUT_20142=34 49 22 48 17 47 13 46 58
-STDOUT_20143=35 48 22 47 17 46 13 45 58
-STDOUT_20144=37 47 21 46 15 45 12 44 58
-STDOUT_20145=35 48 21 47 15 46 12 45 58
-STDOUT_20146=35 51 19 50 14 49 10 48 58
-STDOUT_20147=35 47 22 46 16 45 12 44 58
-STDOUT_20148=35 49 21 48 16 47 12 46 58
-STDOUT_20149=36 47 22 46 16 45 12 44 58
-STDOUT_20150=36 49 21 48 16 47 12 46 58
-STDOUT_20151=35 47 23 46 17 45 13 44 58
-STDOUT_20152=36 49 22 48 16 47 12 46 58
-STDOUT_20153=36 50 22 49 16 48 12 47 58
-STDOUT_20154=36 49 20 48 14 47 10 46 58
-STDOUT_20155=35 49 21 48 16 47 12 46 58
-STDOUT_20156=35 47 22 46 16 45 12 44 58
-STDOUT_20157=40 52 25 51 17 50 12 49 58
-STDOUT_20158=36 47 22 46 16 45 12 44 58
-STDOUT_20159=34 49 22 48 17 47 13 46 58
-STDOUT_20160=SCORES_TXT_END_0
-STDOUT_20161=FEATURES_TXT_BEGIN_0 0 500 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_20162=0 -3.30693 0 0 -2.83036 0 0 -47.2982 -36.7163 -58.3679 -12.6473 -17.133 7.99917 -14
-STDOUT_20163=0 -4.41356 0 0 -2.28612 0 0 -42.5518 -44.2233 -68.0063 -12.3881 -18.2718 7.99917 -13
-STDOUT_20164=0 -2.85902 0 0 -2.70964 0 0 -47.2982 -37.6246 -59.1133 -13.0501 -18.2054 7.99917 -14
-STDOUT_20165=0 -2.75747 0 0 -2.83036 0 0 -47.2982 -38.786 -58.3679 -13.1694 -17.133 7.99917 -14
-STDOUT_20166=0 -2.78419 0 0 -2.83036 0 0 -47.2982 -38.4271 -58.3679 -13.4644 -17.133 7.99917 -14
-STDOUT_20167=0 -3.32777 0 0 -2.8474 0 0 -47.2982 -37.3849 -58.3679 -12.6675 -17.133 8.99907 -14
-STDOUT_20168=0 -3.96565 0 0 -2.1654 0 0 -42.5518 -45.1316 -68.7517 -12.7909 -19.3442 7.99917 -13
-STDOUT_20169=0 -3.8641 0 0 -2.28612 0 0 -42.5518 -46.2931 -68.0063 -12.9102 -18.2718 7.99917 -13
-STDOUT_20170=0 -3.89082 0 0 -2.28612 0 0 -42.5518 -45.9341 -68.0063 -13.2052 -18.2718 7.99917 -13
-STDOUT_20171=0 -4.4344 0 0 -2.30316 0 0 -42.5518 -44.892 -68.0063 -12.4082 -18.2718 8.99907 -13
-STDOUT_20172=0 -2.30956 0 0 -2.70964 0 0 -47.2982 -39.6944 -59.1133 -13.5721 -18.2054 7.99917 -14
-STDOUT_20173=0 -2.33627 0 0 -2.70964 0 0 -47.2982 -39.3354 -59.1133 -13.8672 -18.2054 7.99917 -14
-STDOUT_20174=0 -2.77831 0 0 -2.8474 0 0 -47.2982 -39.4547 -58.3679 -13.1895 -17.133 8.99907 -14
-STDOUT_20175=0 -2.80503 0 0 -2.8474 0 0 -47.2982 -39.0958 -58.3679 -13.4846 -17.133 8.99907 -14
-STDOUT_20176=0 -2.89154 0 0 -2.72667 0 0 -47.2982 -38.3976 -59.1133 -13.1245 -18.2054 8.99907 -14
-STDOUT_20177=0 -3.72215 0 0 -2.84486 0 0 -47.2982 -36.9181 -58.3679 -12.8766 -17.133 8.99907 -14
-STDOUT_20178=0 -3.41619 0 0 -2.1654 0 0 -42.5518 -47.2014 -68.7517 -13.3129 -19.3442 7.99917 -13
-STDOUT_20179=0 -3.4429 0 0 -2.1654 0 0 -42.5518 -46.8424 -68.7517 -13.608 -19.3442 7.99917 -13
-STDOUT_20180=0 -3.88494 0 0 -2.30316 0 0 -42.5518 -46.9618 -68.0063 -12.9303 -18.2718 8.99907 -13
-STDOUT_20181=0 -3.91166 0 0 -2.30316 0 0 -42.5518 -46.6028 -68.0063 -13.2254 -18.2718 8.99907 -13
-STDOUT_20182=0 -3.99817 0 0 -2.18243 0 0 -42.5518 -45.9046 -68.7517 -12.8653 -19.3442 8.99907 -13
-STDOUT_20183=0 -4.82878 0 0 -2.30062 0 0 -42.5518 -44.4252 -68.0063 -12.6173 -18.2718 8.99907 -13
-STDOUT_20184=0 -2.34208 0 0 -2.72667 0 0 -47.2982 -40.4674 -59.1133 -13.6466 -18.2054 8.99907 -14
-STDOUT_20185=0 -2.3688 0 0 -2.72667 0 0 -47.2982 -40.1084 -59.1133 -13.9416 -18.2054 8.99907 -14
-STDOUT_20186=0 -3.17269 0 0 -2.84486 0 0 -47.2982 -38.9879 -58.3679 -13.3986 -17.133 8.99907 -14
-STDOUT_20187=0 -3.1994 0 0 -2.84486 0 0 -47.2982 -38.629 -58.3679 -13.6937 -17.133 8.99907 -14
-STDOUT_20188=0 -4.18376 0 0 -2.38711 0 0 -46.3334 -39.2286 -62.8949 -11.1151 -18.0911 7.99917 -14
-STDOUT_20189=0 -3.75467 0 0 -2.8619 0 0 -47.2982 -37.6911 -58.3679 -12.951 -17.133 9.99896 -14
-STDOUT_20190=0 -3.44872 0 0 -2.18243 0 0 -42.5518 -47.9744 -68.7517 -13.3874 -19.3442 8.99907 -13
-STDOUT_20191=0 -3.47543 0 0 -2.18243 0 0 -42.5518 -47.6155 -68.7517 -13.6824 -19.3442 8.99907 -13
-STDOUT_20192=0 -4.27932 0 0 -2.30062 0 0 -42.5518 -46.4949 -68.0063 -13.1394 -18.2718 8.99907 -13
-STDOUT_20193=0 -4.30603 0 0 -2.30062 0 0 -42.5518 -46.136 -68.0063 -13.4345 -18.2718 8.99907 -13
-STDOUT_20194=0 -4.8613 0 0 -2.31766 0 0 -42.5518 -45.1982 -68.0063 -12.6918 -18.2718 9.99896 -13
-STDOUT_20195=0 -3.73585 0 0 -2.26638 0 0 -46.3334 -40.1369 -63.6404 -11.5179 -19.1635 7.99917 -14
-STDOUT_20196=0 -3.63431 0 0 -2.38711 0 0 -46.3334 -41.2984 -62.8949 -11.6372 -18.0911 7.99917 -14
-STDOUT_20197=0 -2.9937 0 0 -2.83782 0 0 -47.2982 -39.341 -58.3679 -14.6744 -17.133 7.99917 -14
-STDOUT_20198=0 -3.20521 0 0 -2.8619 0 0 -47.2982 -39.7609 -58.3679 -13.473 -17.133 9.99896 -14
-STDOUT_20199=0 -3.66102 0 0 -2.38711 0 0 -46.3334 -40.9394 -62.8949 -11.9323 -18.0911 7.99917 -14
-STDOUT_20200=0 -3.23193 0 0 -2.8619 0 0 -47.2982 -39.402 -58.3679 -13.7681 -17.133 9.99896 -14
-STDOUT_20201=0 -4.2046 0 0 -2.40414 0 0 -46.3334 -39.8973 -62.8949 -11.1353 -18.0911 8.99907 -14
-STDOUT_20202=0 -4.10033 0 0 -2.29358 0 0 -42.5518 -46.848 -68.0063 -14.4152 -18.2718 7.99917 -13
-STDOUT_20203=0 -4.31184 0 0 -2.31766 0 0 -42.5518 -47.268 -68.0063 -13.2138 -18.2718 9.99896 -13
-STDOUT_20204=0 -4.33856 0 0 -2.31766 0 0 -42.5518 -46.909 -68.0063 -13.5089 -18.2718 9.99896 -13
-STDOUT_20205=0 -3.18639 0 0 -2.26638 0 0 -46.3334 -42.2067 -63.6404 -12.04 -19.1635 7.99917 -14
-STDOUT_20206=0 -2.54578 0 0 -2.7171 0 0 -47.2982 -40.2493 -59.1133 -15.0771 -18.2054 7.99917 -14
-STDOUT_20207=0 -3.21311 0 0 -2.26638 0 0 -46.3334 -41.8477 -63.6404 -12.335 -19.1635 7.99917 -14
-STDOUT_20208=0 -3.33257 0 0 -3.16683 0 0 -47.2982 -39.0474 -58.3679 -13.4871 -17.133 8.99907 -14
-STDOUT_20209=0 -3.65514 0 0 -2.40414 0 0 -46.3334 -41.9671 -62.8949 -11.6573 -18.0911 8.99907 -14
-STDOUT_20210=0 -3.01454 0 0 -2.85486 0 0 -47.2982 -40.0097 -58.3679 -14.6945 -17.133 8.99907 -14
-STDOUT_20211=0 -3.68186 0 0 -2.40414 0 0 -46.3334 -41.6081 -62.8949 -11.9524 -18.0911 8.99907 -14
-STDOUT_20212=0 -4.36041 0 0 -2.71984 0 0 -44.9832 -43.0698 -65.3956 -11.695 -15.5664 7.99917 -13
-STDOUT_20213=0 -3.76838 0 0 -2.28342 0 0 -46.3334 -40.9099 -63.6404 -11.5923 -19.1635 8.99907 -14
-STDOUT_20214=0 -4.59898 0 0 -2.40161 0 0 -46.3334 -39.4304 -62.8949 -11.3444 -18.0911 8.99907 -14
-STDOUT_20215=0 -3.65241 0 0 -2.17286 0 0 -42.5518 -47.7563 -68.7517 -14.8179 -19.3442 7.99917 -13
-STDOUT_20216=0 -4.4392 0 0 -2.62259 0 0 -42.5518 -46.5544 -68.0063 -13.2279 -18.2718 8.99907 -13
-STDOUT_20217=0 -2.88574 0 0 -3.16683 0 0 -47.2982 -40.1725 -58.3679 -14.3898 -17.133 8.99907 -14
-STDOUT_20218=0 -4.12117 0 0 -2.31062 0 0 -42.5518 -47.5167 -68.0063 -14.4353 -18.2718 8.99907 -13
-STDOUT_20219=0 -2.88466 0 0 -3.04611 0 0 -47.2982 -39.9557 -59.1133 -13.8898 -18.2054 8.99907 -14
-STDOUT_20220=0 -3.91249 0 0 -2.59912 0 0 -44.9832 -43.9781 -66.141 -12.0977 -16.6388 7.99917 -13
-STDOUT_20221=0 -3.35341 0 0 -3.18387 0 0 -47.2982 -39.7161 -58.3679 -13.5072 -17.133 9.99896 -14
-STDOUT_20222=0 -3.48129 0 0 -3.00472 0 0 -46.3889 -38.7444 -66.49 -13.3405 -15.572 7.99917 -12
-STDOUT_20223=0 -3.81095 0 0 -2.71984 0 0 -44.9832 -45.1396 -65.3956 -12.217 -15.5664 7.99917 -13
-STDOUT_20224=0 -3.83767 0 0 -2.71984 0 0 -44.9832 -44.7807 -65.3956 -12.5121 -15.5664 7.99917 -13
-STDOUT_20225=0 -3.21892 0 0 -2.28342 0 0 -46.3334 -42.9797 -63.6404 -12.1144 -19.1635 8.99907 -14
-STDOUT_20226=0 -2.57831 0 0 -2.73413 0 0 -47.2982 -41.0223 -59.1133 -15.1516 -18.2054 8.99907 -14
-STDOUT_20227=0 -4.38125 0 0 -2.73688 0 0 -44.9832 -43.7385 -65.3956 -11.7151 -15.5664 8.99907 -13
-STDOUT_20228=0 -3.24563 0 0 -2.28342 0 0 -46.3334 -42.6208 -63.6404 -12.4094 -19.1635 8.99907 -14
-STDOUT_20229=0 -3.99237 0 0 -2.62259 0 0 -42.5518 -47.6796 -68.0063 -14.1306 -18.2718 8.99907 -13
-STDOUT_20230=0 -4.04952 0 0 -2.40161 0 0 -46.3334 -41.5002 -62.8949 -11.8664 -18.0911 8.99907 -14
-STDOUT_20231=0 -3.99129 0 0 -2.50187 0 0 -42.5518 -47.4627 -68.7517 -13.6306 -19.3442 8.99907 -13
-STDOUT_20232=0 -3.40891 0 0 -2.85232 0 0 -47.2982 -39.5429 -58.3679 -14.9036 -17.133 8.99907 -14
-STDOUT_20233=0 -4.07624 0 0 -2.40161 0 0 -46.3334 -41.1413 -62.8949 -12.1615 -18.0911 8.99907 -14
-STDOUT_20234=0 -2.43783 0 0 -3.04611 0 0 -47.2982 -41.0808 -59.1133 -14.7926 -18.2054 8.99907 -14
-STDOUT_20235=0 -4.46004 0 0 -2.63963 0 0 -42.5518 -47.2231 -68.0063 -13.248 -18.2718 9.99896 -13
-STDOUT_20236=0 -2.90658 0 0 -3.18387 0 0 -47.2982 -40.8412 -58.3679 -14.41 -17.133 9.99896 -14
-STDOUT_20237=0 -4.63151 0 0 -2.41864 0 0 -46.3334 -40.2035 -62.8949 -11.4188 -18.0911 9.99896 -14
-STDOUT_20238=0 -3.68494 0 0 -2.18989 0 0 -42.5518 -48.5294 -68.7517 -14.8923 -19.3442 8.99907 -13
-STDOUT_20239=0 -3.03337 0 0 -2.88399 0 0 -46.3889 -39.6527 -67.2354 -13.7432 -16.6444 7.99917 -12
-STDOUT_20240=0 -3.36303 0 0 -2.59912 0 0 -44.9832 -46.0479 -66.141 -12.6198 -16.6388 7.99917 -13
-STDOUT_20241=0 -4.54865 0 0 -2.97346 0 0 -41.3818 -47.1987 -71.2115 -14.2568 -17.5983 7.99917 -13
-STDOUT_20242=0 -3.38975 0 0 -2.59912 0 0 -44.9832 -45.689 -66.141 -12.9148 -16.6388 7.99917 -13
-STDOUT_20243=0 -3.38753 0 0 -3.16683 0 0 -47.2982 -40.5614 -58.3679 -13.3246 -17.133 8.99907 -14
-STDOUT_20244=0 -4.51554 0 0 -2.30808 0 0 -42.5518 -47.0499 -68.0063 -14.6444 -18.2718 8.99907 -13
-STDOUT_20245=0 -3.07713 0 0 -2.93135 0 0 -52.1701 -31.7215 -53.2565 -11.3744 -16.9523 7.99917 -15
-STDOUT_20246=0 -2.91718 0 0 -3.06314 0 0 -47.2982 -40.7287 -59.1133 -13.9643 -18.2054 9.99896 -14
-STDOUT_20247=0 -3.54446 0 0 -2.50187 0 0 -42.5518 -48.5879 -68.7517 -14.5334 -19.3442 8.99907 -13
-STDOUT_20248=0 -3.50212 0 0 -3.02175 0 0 -46.3889 -39.4131 -66.49 -13.3606 -15.572 8.99907 -12
-STDOUT_20249=0 -3.83179 0 0 -2.73688 0 0 -44.9832 -45.8083 -65.3956 -12.2372 -15.5664 8.99907 -13
-STDOUT_20250=0 -3.8585 0 0 -2.73688 0 0 -44.9832 -45.4493 -65.3956 -12.5322 -15.5664 8.99907 -13
-STDOUT_20251=0 -3.94502 0 0 -2.61615 0 0 -44.9832 -44.7511 -66.141 -12.1722 -16.6388 8.99907 -13
-STDOUT_20252=0 -4.01321 0 0 -2.63963 0 0 -42.5518 -48.3483 -68.0063 -14.1508 -18.2718 9.99896 -13
-STDOUT_20253=0 -3.74779 0 0 -3.18133 0 0 -47.2982 -39.2492 -58.3679 -13.7163 -17.133 9.99896 -14
-STDOUT_20254=0 -4.77562 0 0 -2.73434 0 0 -44.9832 -43.2717 -65.3956 -11.9242 -15.5664 8.99907 -13
-STDOUT_20255=0 -4.49416 0 0 -2.62259 0 0 -42.5518 -48.0684 -68.0063 -13.0654 -18.2718 8.99907 -13
-STDOUT_20256=0 -4.10073 0 0 -2.85274 0 0 -41.3818 -48.107 -71.957 -14.6595 -18.6707 7.99917 -13
-STDOUT_20257=0 -3.87053 0 0 -2.39457 0 0 -46.3334 -41.8533 -62.8949 -13.1422 -18.0911 7.99917 -14
-STDOUT_20258=0 -4.08205 0 0 -2.41864 0 0 -46.3334 -42.2733 -62.8949 -11.9409 -18.0911 9.99896 -14
-STDOUT_20259=0 -4.02382 0 0 -2.5189 0 0 -42.5518 -48.2357 -68.7517 -13.7051 -19.3442 9.99896 -13
-STDOUT_20260=0 -3.44144 0 0 -2.86936 0 0 -47.2982 -40.3159 -58.3679 -14.978 -17.133 9.99896 -14
-STDOUT_20261=0 -4.10876 0 0 -2.41864 0 0 -46.3334 -41.9143 -62.8949 -12.2359 -18.0911 9.99896 -14
-STDOUT_20262=0 -4.36081 0 0 -5.28661 0 0 -96.4993 -14.0471 -33.9648 -25.0728 -59.5525 9.99896 -34
-STDOUT_20263=0 -4.35283 0 0 -5.3532 0 0 -96.4993 -13.6186 -33.9648 -25.1049 -59.5525 9.99896 -34
-STDOUT_20264=0 -4.58101 0 0 -5.51995 0 0 -96.4993 -14.8081 -33.9648 -25.1548 -59.5525 10.9989 -34
-STDOUT_20265=0 -4.91026 0 0 -5.28661 0 0 -96.4993 -11.9773 -33.9648 -24.5507 -59.5525 9.99896 -34
-STDOUT_20266=0 -4.90229 0 0 -5.3532 0 0 -96.4993 -11.5488 -33.9648 -24.5828 -59.5525 9.99896 -34
-STDOUT_20267=0 -5.13046 0 0 -5.51995 0 0 -96.4993 -12.7383 -33.9648 -24.6328 -59.5525 10.9989 -34
-STDOUT_20268=0 -4.38752 0 0 -5.28661 0 0 -96.4993 -13.6881 -33.9648 -25.3678 -59.5525 9.99896 -34
-STDOUT_20269=0 -4.37954 0 0 -5.3532 0 0 -96.4993 -13.2597 -33.9648 -25.4 -59.5525 9.99896 -34
-STDOUT_20270=0 -4.78771 0 0 -5.30624 0 0 -96.4993 -14.3533 -33.9648 -25.3563 -59.5525 10.9989 -34
-STDOUT_20271=0 -4.60772 0 0 -5.51995 0 0 -96.4993 -14.4492 -33.9648 -25.4499 -59.5525 10.9989 -34
-STDOUT_20272=0 -4.77973 0 0 -5.37283 0 0 -96.4993 -13.9248 -33.9648 -25.3884 -59.5525 10.9989 -34
-STDOUT_20273=0 -4.33997 0 0 -5.26958 0 0 -96.4993 -13.3784 -33.9648 -25.0527 -59.5525 8.99907 -34
-STDOUT_20274=0 -5.00791 0 0 -5.53957 0 0 -96.4993 -15.1143 -33.9648 -25.4384 -59.5525 11.9988 -34
-STDOUT_20275=0 -5.33717 0 0 -5.30624 0 0 -96.4993 -12.2835 -33.9648 -24.8342 -59.5525 10.9989 -34
-STDOUT_20276=0 -4.33199 0 0 -5.33617 0 0 -96.4993 -12.9499 -33.9648 -25.0848 -59.5525 8.99907 -34
-STDOUT_20277=0 -5.32919 0 0 -5.37283 0 0 -96.4993 -11.855 -33.9648 -24.8664 -59.5525 10.9989 -34
-STDOUT_20278=0 -4.56017 0 0 -5.50291 0 0 -96.4993 -14.1395 -33.9648 -25.1347 -59.5525 9.99896 -34
-STDOUT_20279=0 -4.88943 0 0 -5.26958 0 0 -96.4993 -11.3086 -33.9648 -24.5306 -59.5525 8.99907 -34
-STDOUT_20280=0 -5.55737 0 0 -5.53957 0 0 -96.4993 -13.0445 -33.9648 -24.9163 -59.5525 11.9988 -34
-STDOUT_20281=0 -4.88145 0 0 -5.33617 0 0 -96.4993 -10.8801 -33.9648 -24.5627 -59.5525 8.99907 -34
-STDOUT_20282=0 -5.10963 0 0 -5.50291 0 0 -96.4993 -12.0697 -33.9648 -24.6126 -59.5525 9.99896 -34
-STDOUT_20283=0 -4.81443 0 0 -5.30624 0 0 -96.4993 -13.9943 -33.9648 -25.6514 -59.5525 10.9989 -34
-STDOUT_20284=0 -4.80645 0 0 -5.37283 0 0 -96.4993 -13.5659 -33.9648 -25.6835 -59.5525 10.9989 -34
-STDOUT_20285=0 -3.89757 0 0 -5.6856 0 0 -96.4993 -15.14 -33.9648 -26.0508 -59.5525 9.99896 -34
-STDOUT_20286=0 -4.75518 0 0 -5.2892 0 0 -96.4993 -13.5803 -33.9648 -25.2819 -59.5525 9.99896 -34
-STDOUT_20287=0 -4.36669 0 0 -5.26958 0 0 -96.4993 -13.0195 -33.9648 -25.3477 -59.5525 8.99907 -34
-STDOUT_20288=0 -3.8896 0 0 -5.7522 0 0 -96.4993 -14.7115 -33.9648 -26.0829 -59.5525 9.99896 -34
-STDOUT_20289=0 -5.03463 0 0 -5.53957 0 0 -96.4993 -14.7554 -33.9648 -25.7334 -59.5525 11.9988 -34
-STDOUT_20290=0 -4.74721 0 0 -5.3558 0 0 -96.4993 -13.1518 -33.9648 -25.314 -59.5525 9.99896 -34
-STDOUT_20291=0 -4.02533 0 0 -5.76972 0 0 -95.7135 -17.7368 -34.5285 -26.5782 -59.5091 10.9989 -34
-STDOUT_20292=0 -4.35871 0 0 -5.33617 0 0 -96.4993 -12.591 -33.9648 -25.3798 -59.5525 8.99907 -34
-STDOUT_20293=0 -4.11777 0 0 -5.91894 0 0 -96.4993 -15.9011 -33.9648 -26.1329 -59.5525 10.9989 -34
-STDOUT_20294=0 -4.44703 0 0 -5.6856 0 0 -96.4993 -13.0702 -33.9648 -25.5287 -59.5525 9.99896 -34
-STDOUT_20295=0 -4.01735 0 0 -5.83631 0 0 -95.7135 -17.3083 -34.5285 -26.6103 -59.5091 10.9989 -34
-STDOUT_20296=0 -4.97538 0 0 -5.52254 0 0 -96.4993 -14.3413 -33.9648 -25.3639 -59.5525 10.9989 -34
-STDOUT_20297=0 -4.58689 0 0 -5.50291 0 0 -96.4993 -13.7805 -33.9648 -25.4298 -59.5525 9.99896 -34
-STDOUT_20298=0 -5.30464 0 0 -5.2892 0 0 -96.4993 -11.5105 -33.9648 -24.7598 -59.5525 9.99896 -34
-STDOUT_20299=0 -4.43905 0 0 -5.7522 0 0 -96.4993 -12.6417 -33.9648 -25.5609 -59.5525 9.99896 -34
-STDOUT_20300=0 -4.24553 0 0 -6.00305 0 0 -95.7135 -18.4979 -34.5285 -26.6602 -59.5091 11.9988 -34
-STDOUT_20301=0 -4.93591 0 0 -5.62308 0 0 -96.4993 -14.3084 -33.9648 -25.3905 -59.5525 10.9989 -34
-STDOUT_20302=0 -5.29666 0 0 -5.3558 0 0 -96.4993 -11.082 -33.9648 -24.7919 -59.5525 9.99896 -34
-STDOUT_20303=0 -4.57479 0 0 -5.76972 0 0 -95.7135 -15.667 -34.5285 -26.0561 -59.5091 10.9989 -34
-STDOUT_20304=0 -4.66723 0 0 -5.91894 0 0 -96.4993 -13.8313 -33.9648 -25.6108 -59.5525 10.9989 -34
-STDOUT_20305=0 -4.92793 0 0 -5.68968 0 0 -96.4993 -13.8799 -33.9648 -25.4226 -59.5525 10.9989 -34
-STDOUT_20306=0 -4.99086 0 0 -5.62308 0 0 -96.4993 -15.8224 -33.9648 -25.228 -59.5525 10.9989 -34
-STDOUT_20307=0 -4.56681 0 0 -5.83631 0 0 -95.7135 -15.2385 -34.5285 -26.0882 -59.5091 10.9989 -34
-STDOUT_20308=0 -5.52484 0 0 -5.52254 0 0 -96.4993 -12.2715 -33.9648 -24.8419 -59.5525 10.9989 -34
-STDOUT_20309=0 -4.98288 0 0 -5.68968 0 0 -96.4993 -15.394 -33.9648 -25.2601 -59.5525 10.9989 -34
-STDOUT_20310=0 -5.15611 0 0 -5.85642 0 0 -96.4993 -15.0695 -33.9648 -25.4725 -59.5525 11.9988 -34
-STDOUT_20311=0 -4.79499 0 0 -6.00305 0 0 -95.7135 -16.4281 -34.5285 -26.1381 -59.5091 11.9988 -34
-STDOUT_20312=0 -2.40113 0 0 -3.71147 0 0 -85.5268 -17.5106 -35.5427 -21.4397 -51.9113 9.99896 -30
-STDOUT_20313=0 -5.21106 0 0 -5.85642 0 0 -96.4993 -16.5835 -33.9648 -25.3101 -59.5525 11.9988 -34
-STDOUT_20314=0 -3.92429 0 0 -5.6856 0 0 -96.4993 -14.7811 -33.9648 -26.3458 -59.5525 9.99896 -34
-STDOUT_20315=0 -4.7819 0 0 -5.2892 0 0 -96.4993 -13.2213 -33.9648 -25.5769 -59.5525 9.99896 -34
-STDOUT_20316=0 -2.95059 0 0 -3.71147 0 0 -85.5268 -15.4408 -35.5427 -20.9176 -51.9113 9.99896 -30
-STDOUT_20317=0 -3.91631 0 0 -5.7522 0 0 -96.4993 -14.3526 -33.9648 -26.378 -59.5525 9.99896 -34
-STDOUT_20318=0 -4.77392 0 0 -5.3558 0 0 -96.4993 -12.7928 -33.9648 -25.6091 -59.5525 9.99896 -34
-STDOUT_20319=0 -4.05205 0 0 -5.76972 0 0 -95.7135 -17.3779 -34.5285 -26.8732 -59.5091 10.9989 -34
-STDOUT_20320=0 -4.32448 0 0 -5.70523 0 0 -96.4993 -15.4462 -33.9648 -26.3343 -59.5525 10.9989 -34
-STDOUT_20321=0 -4.14449 0 0 -5.91894 0 0 -96.4993 -15.5421 -33.9648 -26.4279 -59.5525 10.9989 -34
-STDOUT_20322=0 -4.04407 0 0 -5.83631 0 0 -95.7135 -16.9494 -34.5285 -26.9053 -59.5091 10.9989 -34
-STDOUT_20323=0 -5.0021 0 0 -5.52254 0 0 -96.4993 -13.9824 -33.9648 -25.659 -59.5525 10.9989 -34
-STDOUT_20324=0 -4.3165 0 0 -5.77182 0 0 -96.4993 -15.0177 -33.9648 -26.3664 -59.5525 10.9989 -34
-STDOUT_20325=0 -4.08735 0 0 -5.74195 0 0 -96.4993 -17.0151 -33.9648 -26.5547 -59.5525 10.9989 -34
-STDOUT_20326=0 -4.45224 0 0 -5.78934 0 0 -95.7135 -18.043 -34.5285 -26.8617 -59.5091 11.9988 -34
-STDOUT_20327=0 -4.27225 0 0 -6.00305 0 0 -95.7135 -18.1389 -34.5285 -26.9553 -59.5091 11.9988 -34
-STDOUT_20328=0 -3.87674 0 0 -5.66857 0 0 -96.4993 -14.4713 -33.9648 -26.0307 -59.5525 8.99907 -34
-STDOUT_20329=0 -4.07937 0 0 -5.80854 0 0 -96.4993 -16.5867 -33.9648 -26.5868 -59.5525 10.9989 -34
-STDOUT_20330=0 -4.54468 0 0 -5.93857 0 0 -96.4993 -16.2072 -33.9648 -26.4164 -59.5525 11.9988 -34
-STDOUT_20331=0 -3.27966 0 0 -3.84567 0 0 -97.4141 -10.6333 -34.5852 -18.3934 -56.0639 8.99907 -32
-STDOUT_20332=0 -4.87394 0 0 -5.70523 0 0 -96.4993 -13.3764 -33.9648 -25.8123 -59.5525 10.9989 -34
-STDOUT_20333=0 -4.44426 0 0 -5.85594 0 0 -95.7135 -17.6145 -34.5285 -26.8938 -59.5091 11.9988 -34
-STDOUT_20334=0 -3.86876 0 0 -5.73516 0 0 -96.4993 -14.0428 -33.9648 -26.0628 -59.5525 8.99907 -34
-STDOUT_20335=0 -4.30755 0 0 -5.97528 0 0 -96.4993 -17.7762 -33.9648 -26.6367 -59.5525 11.9988 -34
-STDOUT_20336=0 -4.00449 0 0 -5.75268 0 0 -95.7135 -17.0681 -34.5285 -26.558 -59.5091 9.99896 -34
-STDOUT_20337=0 -4.86596 0 0 -5.77182 0 0 -96.4993 -12.9479 -33.9648 -25.8444 -59.5525 10.9989 -34
-STDOUT_20338=0 -4.48907 0 0 -5.62308 0 0 -96.4993 -15.4336 -33.9648 -26.2932 -59.5525 10.9989 -34
-STDOUT_20339=0 -4.6368 0 0 -5.74195 0 0 -96.4993 -14.9454 -33.9648 -26.0326 -59.5525 10.9989 -34
-STDOUT_20340=0 -4.67244 0 0 -6.02268 0 0 -95.7135 -18.804 -34.5285 -26.9437 -59.5091 12.9986 -34
-STDOUT_20341=0 -5.36281 0 0 -5.64271 0 0 -96.4993 -14.6146 -33.9648 -25.674 -59.5525 11.9988 -34
-STDOUT_20342=0 -4.09694 0 0 -5.90191 0 0 -96.4993 -15.2324 -33.9648 -26.1127 -59.5525 9.99896 -34
-STDOUT_20343=0 -5.00169 0 0 -5.78934 0 0 -95.7135 -15.9732 -34.5285 -26.3396 -59.5091 11.9988 -34
-STDOUT_20344=0 -3.50784 0 0 -4.04622 0 0 -97.4141 -11.8228 -34.5852 -18.4434 -56.0639 9.99896 -32
-STDOUT_20345=0 -4.4262 0 0 -5.66857 0 0 -96.4993 -12.4015 -33.9648 -25.5086 -59.5525 8.99907 -34
-STDOUT_20346=0 -2.75763 0 0 -3.86631 0 0 -96.3945 -10.8327 -33.9648 -13.2323 -42.2967 8.99907 -29
-STDOUT_20347=0 -3.99652 0 0 -5.81928 0 0 -95.7135 -16.6396 -34.5285 -26.5901 -59.5091 9.99896 -34
-STDOUT_20348=0 -4.07193 0 0 -5.6856 0 0 -95.7135 -14.7056 -34.5285 -26.7439 -59.5091 9.99896 -34
-STDOUT_20349=0 -4.4811 0 0 -5.68968 0 0 -96.4993 -15.0051 -33.9648 -26.3254 -59.5525 10.9989 -34
-STDOUT_20350=0 -4.62883 0 0 -5.80854 0 0 -96.4993 -14.5169 -33.9648 -26.0647 -59.5525 10.9989 -34
-STDOUT_20351=0 -5.09414 0 0 -5.93857 0 0 -96.4993 -14.1375 -33.9648 -25.8943 -59.5525 11.9988 -34
-STDOUT_20352=0 -2.28125 0 0 -3.79524 0 0 -85.5268 -15.3774 -35.5427 -22.0081 -51.9113 9.99896 -30
-STDOUT_20353=0 -3.82912 0 0 -3.84567 0 0 -97.4141 -8.56347 -34.5852 -17.8714 -56.0639 8.99907 -32
-STDOUT_20354=0 -5.35483 0 0 -5.7093 0 0 -96.4993 -14.1861 -33.9648 -25.7061 -59.5525 11.9988 -34
-STDOUT_20355=0 -5.41777 0 0 -5.64271 0 0 -96.4993 -16.1286 -33.9648 -25.5115 -59.5525 11.9988 -34
-STDOUT_20356=0 -2.42785 0 0 -3.71147 0 0 -85.5268 -17.1517 -35.5427 -21.7347 -51.9113 9.99896 -30
-STDOUT_20357=0 -4.99371 0 0 -5.85594 0 0 -95.7135 -15.5447 -34.5285 -26.3717 -59.5091 11.9988 -34
-STDOUT_20358=0 -4.41822 0 0 -5.73516 0 0 -96.4993 -11.973 -33.9648 -25.5407 -59.5525 8.99907 -34
-STDOUT_20359=0 -2.74965 0 0 -3.93291 0 0 -96.3945 -10.4042 -33.9648 -13.2644 -42.2967 8.99907 -29
-STDOUT_20360=0 -4.06395 0 0 -5.7522 0 0 -95.7135 -14.2771 -34.5285 -26.7761 -59.5091 9.99896 -34
-STDOUT_20361=0 -4.22469 0 0 -5.98602 0 0 -95.7135 -17.8292 -34.5285 -26.6401 -59.5091 10.9989 -34
-STDOUT_20362=-120 -0.622825 0 -25.7936 -0.474796 0 -28.2672 -121.881 -50.6317 -40.8921 -32.8857 -27.7365 21.9977 -23
-STDOUT_20363=-120 -0.622825 0 -27.3087 -0.474796 0 -27.927 -120.466 -45.344 -40.154 -33.7214 -32.7901 21.9977 -24
-STDOUT_20364=-120 -0.622825 0 -25.8259 -0.474796 0 -28.519 -126.535 -49.2339 -39.6974 -30.3251 -25.7426 21.9977 -23
-STDOUT_20365=-120 -0.622825 0 -27.341 -0.474796 0 -28.1787 -125.12 -43.9462 -38.9592 -31.1608 -30.7962 21.9977 -24
-STDOUT_20366=-120 -0.622825 0 -22.7851 -0.474796 0 -27.7409 -126.277 -52.4072 -39.6974 -35.3043 -27.8815 21.9977 -24
-STDOUT_20367=-120 -0.622825 0 -24.3002 -0.474796 0 -27.4007 -124.862 -47.1195 -38.9592 -36.14 -32.935 21.9977 -25
-STDOUT_20368=-120 -0.622825 0 -25.6519 -0.474796 0 -27.2628 -118.127 -52.5272 -42.7773 -34.9739 -29.681 21.9977 -23
-STDOUT_20369=-120 0 0 -28.8546 0 0 -28.2672 -121.881 -49.5648 -40.8921 -32.6081 -27.7365 20.9978 -23
-STDOUT_20370=-120 -0.622825 0 -27.167 -0.474796 0 -26.9225 -116.712 -47.2395 -42.0391 -35.8096 -34.7346 21.9977 -24
-STDOUT_20371=-120 -0.622825 0 -25.6842 -0.474796 0 -27.5146 -122.781 -51.1294 -41.5825 -32.4133 -27.6871 21.9977 -23
-STDOUT_20372=-120 0 0 -30.3697 0 0 -27.927 -120.466 -44.2772 -40.154 -33.4438 -32.7901 20.9978 -24
-STDOUT_20373=-120 0 0 -28.8869 0 0 -28.519 -126.535 -48.1671 -39.6974 -30.0474 -25.7426 20.9978 -23
-STDOUT_20374=-120 -0.622825 0 -27.1993 -0.474796 0 -27.1743 -121.366 -45.8417 -40.8444 -33.249 -32.7407 21.9977 -24
-STDOUT_20375=-120 -0.622825 0 -22.6434 -0.474796 0 -26.7365 -122.523 -54.3027 -41.5825 -37.3925 -29.826 21.9977 -24
-STDOUT_20376=-120 -0.622825 0 -25.228 -0.474796 0 -26.8041 -120.514 -50.7108 -41.2255 -35.2115 -29.987 21.9977 -23
-STDOUT_20377=-120 0 0 -30.4021 0 0 -28.1787 -125.12 -42.8794 -38.9592 -30.8831 -30.7962 20.9978 -24
-STDOUT_20378=-120 0 0 -25.8461 0 0 -27.7409 -126.277 -51.3404 -39.6974 -35.0267 -27.8815 20.9978 -24
-STDOUT_20379=-120 -0.622825 0 -24.1585 -0.474796 0 -26.3962 -121.108 -49.015 -40.8444 -38.2282 -34.8795 21.9977 -25
-STDOUT_20380=-120 -0.622825 0 -25.2604 -0.474796 0 -27.0559 -125.168 -49.313 -40.0308 -32.6509 -27.993 21.9977 -23
-STDOUT_20381=-120 0 0 -27.3612 0 0 -27.4007 -124.862 -46.0527 -38.9592 -35.8624 -32.935 20.9978 -25
-STDOUT_20382=-120 -0.622825 0 -22.2195 -0.474796 0 -26.2778 -124.91 -52.4864 -40.0308 -37.6301 -30.1319 21.9977 -24
-STDOUT_20383=-120 0 0 -28.7129 0 0 -27.2628 -118.127 -51.4604 -42.7773 -34.6963 -29.681 20.9978 -23
-STDOUT_20384=-120 -0.622825 0 -27.1952 -0.474796 0 -28.6621 -125.263 -46.2371 -39.3465 -31.0632 -28.0532 21.9977 -23
-STDOUT_20385=-120 0 0 -30.228 0 0 -26.9225 -116.712 -46.1727 -42.0391 -35.532 -34.7346 20.9978 -24
-STDOUT_20386=-120 0 0 -28.7453 0 0 -27.5146 -122.781 -50.0626 -41.5825 -32.1356 -27.6871 20.9978 -23
-STDOUT_20387=-120 -0.622825 0 -27.8742 -0.474796 0 -29.3901 -124.209 -45.2648 -39.8205 -31.3956 -30.5397 21.9977 -24
-STDOUT_20388=-120 -0.622825 0 -25.0863 -0.474796 0 -25.7996 -116.76 -52.6064 -43.1107 -37.2997 -31.9315 21.9977 -23
-STDOUT_20389=-120 -0.622825 0 -27.7187 -0.474796 0 -29.0733 -125.216 -45.2508 -39.4909 -29.7314 -28.7521 21.9977 -23
-STDOUT_20390=-120 -0.622825 0 -27.2276 -0.474796 0 -28.9138 -129.917 -44.8393 -38.1517 -28.5026 -26.0593 21.9977 -23
-STDOUT_20391=-120 0 0 -30.2604 0 0 -27.1743 -121.366 -44.7749 -40.8444 -32.9713 -32.7407 20.9978 -24
-STDOUT_20392=-120 -0.622825 0 -24.7606 -0.474796 0 -28.1198 -118.973 -54.1044 -40.8921 -38.5064 -31.457 21.9977 -24
-STDOUT_20393=-120 0 0 -25.7044 0 0 -26.7365 -122.523 -53.2359 -41.5825 -37.1149 -29.826 20.9978 -24
-STDOUT_20394=-120 0 0 -28.2891 0 0 -26.8041 -120.514 -49.644 -41.2255 -34.9339 -29.987 20.9978 -23
-STDOUT_20395=-120 -0.622825 0 -27.9065 -0.474796 0 -29.6419 -128.863 -43.867 -38.6258 -28.835 -28.5457 21.9977 -24
-STDOUT_20396=-120 -0.622825 0 -25.1187 -0.474796 0 -26.0514 -121.414 -51.2086 -41.9159 -34.7391 -29.9375 21.9977 -23
-STDOUT_20397=-120 -0.622825 0 -24.1867 -0.474796 0 -28.1358 -129.659 -48.0126 -38.1517 -33.4818 -28.1981 21.9977 -24
-STDOUT_20398=-120 -0.622825 0 -26.2758 -0.474796 0 -27.7795 -117.558 -48.8167 -40.154 -39.3421 -36.5106 21.9977 -25
-STDOUT_20399=-120 0 0 -27.2195 0 0 -26.3962 -121.108 -47.9482 -40.8444 -37.9506 -34.8795 20.9978 -25
-STDOUT_20400=-120 -0.622825 0 -27.153 -0.474796 0 -30.2676 -128.115 -47.7287 -40.013 -27.9352 -25.3209 21.9977 -23
-STDOUT_20401=-120 -0.622825 0 -27.751 -0.474796 0 -29.3251 -129.87 -43.853 -38.2961 -27.1708 -26.7582 21.9977 -23
-STDOUT_20402=-120 -0.622825 0 -24.793 -0.474796 0 -28.3716 -123.628 -52.7067 -39.6974 -35.9458 -29.4631 21.9977 -24
-STDOUT_20403=-120 -0.622825 0 -24.8657 -0.474796 0 -28.8638 -128.605 -47.0403 -38.6258 -33.8142 -30.6846 21.9977 -25
-STDOUT_20404=-120 0 0 -28.3214 0 0 -27.0559 -125.168 -48.2462 -40.0308 -32.3732 -27.993 20.9978 -23
-STDOUT_20405=-120 -0.622825 0 -22.0778 -0.474796 0 -25.2733 -121.156 -54.3819 -41.9159 -39.7183 -32.0764 21.9977 -24
-STDOUT_20406=-120 -0.622825 0 -28.6681 -0.474796 0 -29.9274 -126.7 -42.441 -39.2748 -28.7709 -30.3745 21.9977 -24
-STDOUT_20407=-120 -0.622825 0 -24.7102 -0.474796 0 -28.547 -129.612 -47.0263 -38.2961 -32.15 -28.897 21.9977 -24
-STDOUT_20408=-120 -0.622825 0 -26.3081 -0.474796 0 -28.0313 -122.212 -47.419 -38.9592 -36.7815 -34.5167 21.9977 -25
-STDOUT_20409=-120 -0.622825 0 -27.1853 -0.474796 0 -30.5194 -132.769 -46.3309 -38.8182 -25.3746 -23.3269 21.9977 -23
-STDOUT_20410=-120 -0.622825 0 -21.7521 -0.474796 0 -27.5935 -123.369 -55.88 -39.6974 -40.925 -31.6019 21.9977 -25
-STDOUT_20411=-120 0 0 -25.2806 0 0 -26.2778 -124.91 -51.4196 -40.0308 -37.3525 -30.1319 20.9978 -24
-STDOUT_20412=-120 -0.622825 0 -27.0535 -0.474796 0 -27.6576 -121.509 -48.1327 -41.2316 -33.1514 -29.9977 21.9977 -23
-STDOUT_20413=-120 -0.622825 0 -25.9137 -0.474796 0 -26.7526 -126.277 -50.2098 -39.6974 -34.8123 -27.8815 21.9977 -24
-STDOUT_20414=-120 -0.622825 0 -28.7004 -0.474796 0 -30.1791 -131.354 -41.0432 -38.0801 -26.2103 -28.3805 21.9977 -24
-STDOUT_20415=-120 -0.622825 0 -23.2673 -0.474796 0 -27.2532 -121.954 -50.5923 -38.9592 -41.7607 -36.6555 21.9977 -26
-STDOUT_20416=-120 -0.622825 0 -24.1445 -0.474796 0 -29.7413 -132.511 -49.5042 -38.8182 -30.3538 -25.4658 21.9977 -24
-STDOUT_20417=-120 -0.622825 0 -27.7325 -0.474796 0 -28.3857 -120.454 -47.1603 -41.7057 -33.4838 -32.4842 21.9977 -24
-STDOUT_20418=-120 0 0 -30.2563 0 0 -28.6621 -125.263 -45.1703 -39.3465 -30.7855 -28.0532 20.9978 -23
-STDOUT_20419=-120 -0.622825 0 -27.2149 -0.474796 0 -28.0431 -124.213 -48.8807 -39.5877 -32.6138 -27.9848 21.9977 -23
-STDOUT_20420=-120 -0.622825 0 -27.4288 -0.474796 0 -26.4124 -124.862 -44.9221 -38.9592 -35.648 -32.935 21.9977 -25
-STDOUT_20421=-120 -0.622825 0 -27.577 -0.474796 0 -28.0688 -121.462 -47.1463 -41.3761 -31.8196 -30.6966 21.9977 -23
-STDOUT_20422=-120 -0.622825 0 -27.0859 -0.474796 0 -27.9094 -126.163 -46.7349 -40.0369 -30.5908 -28.0038 21.9977 -23
-STDOUT_20423=-120 -0.622825 0 -25.6596 -0.474796 0 -29.4011 -131.096 -44.2165 -38.0801 -31.1895 -30.5194 21.9977 -25
-STDOUT_20424=-120 0 0 -30.9353 0 0 -29.3901 -124.209 -44.198 -39.8205 -31.118 -30.5397 20.9978 -24
-STDOUT_20425=-120 0 0 -28.1474 0 0 -25.7996 -116.76 -51.5396 -43.1107 -37.0221 -31.9315 20.9978 -23
-STDOUT_20426=-120 0 0 -30.7798 0 0 -29.0733 -125.216 -44.184 -39.4909 -29.4537 -28.7521 20.9978 -23
-STDOUT_20427=-120 -0.622825 0 -27.7648 -0.474796 0 -28.6375 -125.109 -45.7625 -40.5109 -30.9232 -30.4902 21.9977 -24
-STDOUT_20428=-120 0 0 -30.2886 0 0 -28.9138 -129.917 -43.7725 -38.1517 -28.2249 -26.0593 20.9978 -23
-STDOUT_20429=-120 -0.622825 0 -24.045 -0.474796 0 -27.1313 -125.905 -49.9082 -40.0369 -35.57 -30.1426 21.9977 -24
-STDOUT_20430=-120 0 0 -27.8217 0 0 -28.1198 -118.973 -53.0376 -40.8921 -38.2287 -31.457 20.9978 -24
-STDOUT_20431=-120 -0.622825 0 -27.2473 -0.474796 0 -28.2949 -128.867 -47.4829 -38.393 -30.0532 -25.9908 21.9977 -23
-STDOUT_20432=-120 -0.622825 0 -27.0113 -0.474796 0 -29.2632 -124.361 -49.6242 -41.8982 -30.0234 -27.2654 21.9977 -23
-STDOUT_20433=-120 -0.622825 0 -26.6297 -0.474796 0 -27.1989 -123.895 -46.3163 -39.6799 -33.389 -30.3037 21.9977 -23
-STDOUT_20434=-120 -0.622825 0 -27.6093 -0.474796 0 -28.3206 -126.116 -45.7485 -40.1813 -29.259 -28.7027 21.9977 -23
-STDOUT_20435=-120 -0.622825 0 -25.9792 -0.474796 0 -28.2729 -132.017 -46.5882 -36.9257 -30.3361 -25.2757 21.9977 -23
-STDOUT_20436=-120 -0.622825 0 -25.8769 -0.474796 0 -27.6394 -130.707 -48.0804 -38.1794 -30.6328 -25.3925 21.9977 -23
-STDOUT_20437=-120 0 0 -30.9676 0 0 -29.6419 -128.863 -42.8002 -38.6258 -28.5573 -28.5457 20.9978 -24
-STDOUT_20438=-120 -0.622825 0 -24.724 -0.474796 0 -27.8594 -124.851 -48.9359 -40.5109 -35.9024 -32.6291 21.9977 -25
-STDOUT_20439=-120 0 0 -28.1797 0 0 -26.0514 -121.414 -50.1418 -41.9159 -34.4614 -29.9375 20.9978 -23
-STDOUT_20440=-120 0 0 -27.2478 0 0 -28.1358 -129.659 -46.9458 -38.1517 -33.2041 -28.1981 20.9978 -24
-STDOUT_20441=-120 -0.622825 0 -24.4204 -0.474796 0 -27.8828 -122.009 -52.9491 -40.8921 -38.4633 -29.8754 21.9977 -24
-STDOUT_20442=-120 0 0 -29.3368 0 0 -27.7795 -117.558 -47.7499 -40.154 -39.0644 -36.5106 20.9978 -25
-STDOUT_20443=-120 0 0 -30.214 0 0 -30.2676 -128.115 -46.6619 -40.013 -27.6575 -25.3209 20.9978 -23
-STDOUT_20444=-120 -0.622825 0 -28.5264 -0.474796 0 -28.9229 -122.946 -44.3366 -41.16 -30.8591 -32.319 21.9977 -24
-STDOUT_20445=-120 -0.622825 0 -24.2064 -0.474796 0 -27.5168 -128.609 -50.6562 -38.393 -35.0324 -28.1297 21.9977 -24
-STDOUT_20446=-120 0 0 -30.8121 0 0 -29.3251 -129.87 -42.7862 -38.2961 -26.8931 -26.7582 20.9978 -23
-STDOUT_20447=-120 -0.622825 0 -27.4943 -0.474796 0 -27.9326 -130.602 -41.3005 -36.1876 -31.1718 -30.3293 21.9977 -24
-STDOUT_20448=-120 -0.622825 0 -24.5685 -0.474796 0 -27.5425 -125.858 -48.9219 -40.1813 -34.2382 -30.8415 21.9977 -24
-STDOUT_20449=-120 -0.622825 0 -27.392 -0.474796 0 -27.2991 -129.292 -42.7927 -37.4412 -31.4686 -30.4461 21.9977 -24
-STDOUT_20450=-120 -0.622825 0 -27.1532 -0.474796 0 -27.6101 -123.849 -45.33 -39.8243 -32.0572 -31.0025 21.9977 -23
-STDOUT_20451=-120 0 0 -27.854 0 0 -28.3716 -123.628 -51.6399 -39.6974 -35.6681 -29.4631 20.9978 -24
-STDOUT_20452=-120 -0.622825 0 -27.0436 -0.474796 0 -29.515 -129.015 -48.2265 -40.7034 -27.4628 -25.2714 21.9977 -23
-STDOUT_20453=-120 0 0 -27.9268 0 0 -28.8638 -128.605 -45.9735 -38.6258 -33.5366 -30.6846 20.9978 -25
-STDOUT_20454=-120 -0.622825 0 -26.6621 -0.474796 0 -27.4507 -128.55 -44.9185 -38.4852 -30.8284 -28.3097 21.9977 -23
-STDOUT_20455=-120 -0.622825 0 -26.0115 -0.474796 0 -28.5247 -136.671 -45.1904 -35.731 -27.7755 -23.2817 21.9977 -23
-STDOUT_20456=-120 -0.622825 0 -25.9355 -0.474796 0 -27.5425 -120.593 -47.6614 -40.154 -39.2991 -34.929 21.9977 -25
-STDOUT_20457=-120 -0.622825 0 -24.1951 -0.474796 0 -26.6566 -117.606 -54.1836 -41.2255 -40.8322 -33.7075 21.9977 -24
-STDOUT_20458=-120 0 0 -25.1389 0 0 -25.2733 -121.156 -53.3151 -41.9159 -39.4407 -32.0764 20.9978 -24
-STDOUT_20459=-120 0 0 -31.7292 0 0 -29.9274 -126.7 -41.3742 -39.2748 -28.4933 -30.3745 20.9978 -24
-STDOUT_20460=-120 -0.622825 0 -25.9092 -0.474796 0 -27.8912 -135.361 -46.6826 -36.9846 -28.0722 -23.3986 21.9977 -23
-STDOUT_20461=-120 0 0 -27.7713 0 0 -28.547 -129.612 -45.9595 -38.2961 -31.8723 -28.897 20.9978 -24
-STDOUT_20462=-6 -2.29209 0 -3.88686 -2.08842 0 -4.62469 -69.7735 -14.4121 -34.2035 -9.94793 -23.0237 8.99907 -21
-STDOUT_20463=-6 -2.18885 0 -3.88686 -2.12382 0 -4.62469 -69.7735 -15.4286 -34.2035 -9.38235 -23.0237 8.99907 -21
-STDOUT_20464=-6 -2.45526 0 -3.88686 -2.06029 0 -4.62469 -66.9357 -15.1992 -35.6813 -10.8107 -21.9128 8.99907 -20
-STDOUT_20465=-6 -2.35202 0 -3.88686 -2.09569 0 -4.62469 -66.9357 -16.2157 -35.6813 -10.2452 -21.9128 8.99907 -20
-STDOUT_20466=-6 -2.09566 0 -3.88686 -2.15386 0 -4.62469 -69.7735 -16.6758 -34.2035 -9.02937 -23.0237 8.99907 -21
-STDOUT_20467=-6 -2.31292 0 -3.88686 -2.10545 0 -4.62469 -69.7735 -15.0808 -34.2035 -9.96807 -23.0237 9.99896 -21
-STDOUT_20468=-6 -2.25883 0 -3.88686 -2.12573 0 -4.62469 -66.9357 -17.4629 -35.6813 -9.89219 -21.9128 8.99907 -20
-STDOUT_20469=-6 -2.22739 0 -3.88686 -2.14085 0 -4.62469 -69.7735 -16.1457 -34.2035 -9.4786 -23.0237 9.99896 -21
-STDOUT_20470=-6 -2.29209 0 -3.88686 -2.08842 0 -4.62469 -71.8658 -14.0322 -34.7535 -9.94793 -23.6105 8.99907 -22
-STDOUT_20471=-6 -2.7073 0 -3.88686 -2.10292 0 -4.62469 -69.7735 -14.614 -34.2035 -10.1772 -23.0237 9.99896 -21
-STDOUT_20472=-12 -1.49278 0 -8.51385 -0.72453 0 -7.74604 -71.5782 -13.7023 -34.3834 -10.9197 -21.941 8.99907 -20
-STDOUT_20473=-6 -1.74263 0 -3.88686 -2.08842 0 -4.62469 -69.7735 -16.4819 -34.2035 -10.47 -23.0237 8.99907 -21
-STDOUT_20474=-12 -1.38954 0 -8.51385 -0.75993 0 -7.74604 -71.5782 -14.7187 -34.3834 -10.3542 -21.941 8.99907 -20
-STDOUT_20475=-6 -2.47609 0 -3.88686 -2.07732 0 -4.62469 -66.9357 -15.8679 -35.6814 -10.8309 -21.9128 9.99896 -20
-STDOUT_20476=-6 -2.12379 0 -3.88686 -2.28909 0 -4.62469 -69.7735 -15.8068 -34.2035 -9.3225 -23.0237 9.99896 -21
-STDOUT_20477=-6 -1.63939 0 -3.88686 -2.12382 0 -4.62469 -69.7735 -17.4984 -34.2035 -9.90441 -23.0237 8.99907 -21
-STDOUT_20478=-6 -1.76934 0 -3.88686 -2.08842 0 -4.62469 -69.7735 -16.123 -34.2035 -10.765 -23.0237 8.99907 -21
-STDOUT_20479=-6 -1.6661 0 -3.88686 -2.12382 0 -4.62469 -69.7735 -17.1394 -34.2035 -10.1995 -23.0237 8.99907 -21
-STDOUT_20480=-6 -2.39056 0 -3.88686 -2.11272 0 -4.62469 -66.9357 -16.9328 -35.6813 -10.3414 -21.9128 9.99896 -20
-STDOUT_20481=-6 -2.45526 0 -3.88686 -2.06029 0 -4.62469 -69.028 -14.8193 -36.2313 -10.8107 -22.4996 8.99907 -21
-STDOUT_20482=-6 -2.87047 0 -3.88686 -2.07479 0 -4.62469 -66.9357 -15.4011 -35.6813 -11.04 -21.9128 9.99896 -20
-STDOUT_20483=-6 -2.40056 0 -3.88686 -2.25904 0 -4.62469 -69.7735 -15.582 -34.2035 -9.61862 -23.0237 9.99896 -21
-STDOUT_20484=-6 -1.9058 0 -3.88686 -2.06029 0 -4.62469 -66.9357 -17.269 -35.6813 -11.3328 -21.9128 8.99907 -20
-STDOUT_20485=-12 -1.29635 0 -8.51385 -0.789975 0 -7.74604 -71.5782 -15.966 -34.3834 -10.0012 -21.941 8.99907 -20
-STDOUT_20486=-6 -2.13849 0 -3.88686 -2.1709 0 -4.62469 -69.7735 -17.4399 -34.2035 -9.25665 -23.0237 9.99896 -21
-STDOUT_20487=-6 -2.28696 0 -3.88686 -2.26096 0 -4.62469 -66.9357 -16.5939 -35.6813 -10.1853 -21.9128 9.99896 -20
-STDOUT_20488=-6 -1.80256 0 -3.88686 -2.09569 0 -4.62469 -66.9357 -18.2855 -35.6813 -10.7672 -21.9128 8.99907 -20
-STDOUT_20489=-6 -1.93251 0 -3.88686 -2.06029 0 -4.62469 -66.9357 -16.9101 -35.6813 -11.6279 -21.9128 8.99907 -20
-STDOUT_20490=-6 -1.5462 0 -3.88686 -2.15386 0 -4.62469 -69.7735 -18.7456 -34.2035 -9.55143 -23.0237 8.99907 -21
-STDOUT_20491=-6 -1.75899 -3.04452 -2.71075 -1.08315 -1.89959 -3.03216 -69.7735 -13.6311 -34.2035 -9.0074 -23.0237 7.99917 -21
-STDOUT_20492=-6 -1.82927 0 -3.88686 -2.09569 0 -4.62469 -66.9357 -17.9265 -35.6813 -11.0623 -21.9128 8.99907 -20
-STDOUT_20493=-6 -1.57292 0 -3.88686 -2.15386 0 -4.62469 -69.7735 -18.3866 -34.2035 -9.84648 -23.0237 8.99907 -21
-STDOUT_20494=-6 -2.76746 0 -3.88686 -2.11704 0 -4.62469 -69.7735 -15.9183 -34.2035 -10.0469 -23.0237 9.99896 -21
-STDOUT_20495=-6 -1.65575 -3.04452 -2.71075 -1.11855 -1.89959 -3.03216 -69.7735 -14.6475 -34.2035 -8.44182 -23.0237 7.99917 -21
-STDOUT_20496=-6 -2.66422 0 -3.88686 -2.15244 0 -4.62469 -69.7735 -16.9347 -34.2035 -9.48135 -23.0237 9.99896 -21
-STDOUT_20497=-6 -2.56373 0 -3.88686 -2.23091 0 -4.62469 -66.9357 -16.369 -35.6813 -10.4814 -21.9128 9.99896 -20
-STDOUT_20498=-6 -2.31292 0 -3.88686 -2.10545 0 -4.62469 -71.8658 -14.7009 -34.7535 -9.96807 -23.6105 9.99896 -22
-STDOUT_20499=-12 -1.51361 0 -8.51385 -0.741564 0 -7.74604 -71.5782 -14.371 -34.3834 -10.9399 -21.941 9.99896 -20
-STDOUT_20500=-6 -2.30166 0 -3.88686 -2.14277 0 -4.62469 -66.9357 -18.227 -35.6813 -10.1195 -21.9128 9.99896 -20
-STDOUT_20501=-10 -2.03492 0 -6.03057 -1.46337 0 -4.28128 -72.9812 -13.1582 -35.3172 -9.00952 -23.5671 8.99907 -22
-STDOUT_20502=-6 -1.76346 0 -3.88686 -2.10545 0 -4.62469 -69.7735 -17.1506 -34.2035 -10.4901 -23.0237 9.99896 -21
-STDOUT_20503=-6 -1.70937 0 -3.88686 -2.12573 0 -4.62469 -66.9357 -19.5327 -35.6813 -10.4142 -21.9128 8.99907 -20
-STDOUT_20504=-6 -2.73983 0 -3.88686 -2.11995 0 -4.62469 -69.7735 -15.387 -34.2035 -10.2516 -23.0237 10.9989 -21
-STDOUT_20505=-6 -2.26716 0 -3.88686 -2.01328 0 -4.62469 -70.8224 -13.8487 -34.3387 -10.9629 -23.0995 8.99907 -21
-STDOUT_20506=-6 -1.92216 -3.04452 -2.71075 -1.05502 -1.89959 -3.03216 -66.9357 -14.4182 -35.6813 -9.87021 -21.9128 7.99917 -20
-STDOUT_20507=-6 -2.14463 0 -3.88686 -2.30612 0 -4.62469 -69.7735 -16.4755 -34.2035 -9.34264 -23.0237 10.9989 -21
-STDOUT_20508=-6 -1.79018 0 -3.88686 -2.10545 0 -4.62469 -69.7735 -16.7917 -34.2035 -10.7852 -23.0237 9.99896 -21
-STDOUT_20509=-6 -1.73609 0 -3.88686 -2.12573 0 -4.62469 -66.9357 -19.1737 -35.6813 -10.7093 -21.9128 8.99907 -20
-STDOUT_20510=-12 -1.42808 0 -8.51385 -0.776964 0 -7.74604 -71.5782 -15.4359 -34.3834 -10.4504 -21.941 9.99896 -20
-STDOUT_20511=-6 -2.7073 0 -3.88686 -2.10292 0 -4.62469 -71.8658 -14.2341 -34.7535 -10.1772 -23.6105 9.99896 -22
-STDOUT_20512=-6 -2.99963 0 -5.70768 -1.18101 0 -4.09193 -69.7735 -16.3054 -33.1485 -19.5793 -25.2228 8.99907 -21
-STDOUT_20513=-12 -1.49278 0 -8.51385 -0.72453 0 -7.74604 -73.6705 -13.3224 -34.9333 -10.9197 -22.5278 8.99907 -21
-STDOUT_20514=-12 -1.90799 0 -8.51385 -0.739029 0 -7.74604 -71.5782 -13.9042 -34.3834 -11.149 -21.941 9.99896 -20
-STDOUT_20515=-6 -2.16392 0 -3.88686 -2.04869 0 -4.62469 -70.8224 -14.8652 -34.3387 -10.3973 -23.0995 8.99907 -21
-STDOUT_20516=-6 -1.81892 -3.04452 -2.71075 -1.09042 -1.89959 -3.03216 -66.9357 -15.4346 -35.6813 -9.30463 -21.9128 7.99917 -20
-STDOUT_20517=-6 -2.16586 0 -3.88686 -2.16836 0 -4.62469 -69.7735 -16.4673 -34.2035 -10.4629 -23.0237 9.99896 -21
-STDOUT_20518=-6 -1.56256 -3.04452 -2.71075 -1.14859 -1.89959 -3.03216 -69.7735 -15.8947 -34.2035 -8.08884 -23.0237 7.99917 -21
-STDOUT_20519=-6 -1.67794 0 -3.88686 -2.14085 0 -4.62469 -69.7735 -18.2155 -34.2035 -10.0007 -23.0237 9.99896 -21
-STDOUT_20520=-10 -1.98233 0 -6.18125 -1.19115 0 -4.28128 -72.9812 -14.2075 -35.3172 -10.8577 -23.5671 7.99917 -22
-STDOUT_20521=-6 -1.74263 0 -3.88686 -2.08842 0 -4.62469 -71.8658 -16.102 -34.7534 -10.47 -23.6105 8.99907 -22
-STDOUT_20522=-6 -2.15784 0 -3.88686 -2.10292 0 -4.62469 -69.7735 -16.6838 -34.2035 -10.6992 -23.0237 9.99896 -21
-STDOUT_20523=-6 -2.57104 0 -3.88686 -2.18248 0 -4.62469 -69.7735 -18.182 -34.2035 -9.12837 -23.0237 9.99896 -21
-STDOUT_20524=-6 -2.89639 0 -5.70768 -1.21641 0 -4.09193 -69.7735 -17.3218 -33.1485 -19.0137 -25.2228 8.99907 -21
-STDOUT_20525=-12 -0.943319 0 -8.51385 -0.72453 0 -7.74604 -71.5782 -15.7721 -34.3834 -11.4418 -21.941 8.99907 -20
-STDOUT_20526=-6 -2.16317 0 -3.88686 -2.32449 0 -4.62469 -69.7735 -16.9023 -34.2035 -9.60338 -23.0237 9.99896 -21
-STDOUT_20527=-6 -2.47609 0 -3.88686 -2.07732 0 -4.62469 -69.028 -15.488 -36.2313 -10.8309 -22.4996 9.99896 -21
-STDOUT_20528=-6 -1.70465 0 -3.88686 -2.14085 0 -4.62469 -69.7735 -17.8566 -34.2035 -10.2957 -23.0237 9.99896 -21
-STDOUT_20529=-6 -2.3427 0 -3.88686 -2.13832 0 -4.62469 -69.7735 -16.2589 -34.2035 -10.7205 -23.0237 9.99896 -21
-STDOUT_20530=-6 -2.539 0 -3.88686 -2.30359 0 -4.62469 -69.7735 -16.0086 -34.2035 -9.55173 -23.0237 10.9989 -21
-STDOUT_20531=-6 -2.42139 0 -3.88686 -2.27608 0 -4.62469 -69.7735 -16.2507 -34.2035 -9.63876 -23.0237 10.9989 -21
-STDOUT_20532=-6 -1.76934 0 -3.88686 -2.08842 0 -4.62469 -71.8658 -15.7431 -34.7534 -10.765 -23.6105 8.99907 -22
-STDOUT_20533=-6 -2.18456 0 -3.88686 -2.10292 0 -4.62469 -69.7735 -16.3248 -34.2035 -10.9943 -23.0237 9.99896 -21
-STDOUT_20534=-12 -1.32448 0 -8.51385 -0.9252 0 -7.74604 -71.5782 -15.0969 -34.3834 -10.2943 -21.941 9.99896 -20
-STDOUT_20535=-12 -0.840079 0 -8.51385 -0.75993 0 -7.74604 -71.5782 -16.7885 -34.3834 -10.8762 -21.941 8.99907 -20
-STDOUT_20536=-12 -0.970035 0 -8.51385 -0.72453 0 -7.74604 -71.5782 -15.4132 -34.3834 -11.7368 -21.941 8.99907 -20
-STDOUT_20537=-6 -1.92663 0 -3.88686 -2.07732 0 -4.62469 -66.9357 -17.9377 -35.6814 -11.3529 -21.9128 9.99896 -20
-STDOUT_20538=-6 -2.903 0 -3.88686 -2.09182 0 -4.62469 -66.9357 -16.1741 -35.6813 -11.1144 -21.9128 10.9989 -20
-STDOUT_20539=-6 -1.57433 0 -3.88686 -2.28909 0 -4.62469 -69.7735 -17.8766 -34.2035 -9.84456 -23.0237 9.99896 -21
-STDOUT_20540=-12 -0.866795 0 -8.51385 -0.75993 0 -7.74604 -71.5782 -16.4296 -34.3834 -11.1713 -21.941 8.99907 -20
-STDOUT_20541=-6 -2.3078 0 -3.88686 -2.27799 0 -4.62469 -66.9357 -17.2626 -35.6814 -10.2055 -21.9128 10.9989 -20
-STDOUT_20542=-6 -1.95335 0 -3.88686 -2.07732 0 -4.62469 -66.9357 -17.5788 -35.6814 -11.648 -21.9128 9.99896 -20
-STDOUT_20543=-6 -2.87047 0 -3.88686 -2.07479 0 -4.62469 -69.028 -15.0211 -36.2313 -11.04 -22.4996 9.99896 -21
-STDOUT_20544=-6 -1.60105 0 -3.88686 -2.28909 0 -4.62469 -69.7735 -17.5176 -34.2035 -10.1396 -23.0237 9.99896 -21
-STDOUT_20545=-6 -3.1628 0 -5.70768 -1.15288 0 -4.09193 -66.9357 -17.0925 -34.6263 -20.4421 -24.1119 8.99907 -20
-STDOUT_20546=-10 -1.98233 0 -6.00186 -1.15391 0 -4.28128 -71.2486 -14.8185 -36.2313 -10.1572 -22.4996 7.99917 -21
-STDOUT_20547=-6 -2.32903 0 -3.88686 -2.14023 0 -4.62469 -66.9357 -17.2544 -35.6813 -11.3257 -21.9128 9.99896 -20
-STDOUT_20548=-6 -1.77983 -3.04452 -2.71075 -1.10018 -1.89959 -3.03216 -69.7735 -14.2998 -34.2035 -9.02754 -23.0237 8.99907 -21
-STDOUT_20549=-6 -2.81577 0 -3.88686 -2.27354 0 -4.62469 -69.7735 -15.7838 -34.2035 -9.84785 -23.0237 10.9989 -21
-STDOUT_20550=-6 -2.07073 0 -3.88686 -2.07873 0 -4.62469 -70.8224 -16.1124 -34.3387 -10.0443 -23.0995 8.99907 -21
-STDOUT_20551=-6 -1.72573 -3.04452 -2.71075 -1.12046 -1.89959 -3.03216 -66.9357 -16.6818 -35.6813 -8.95166 -21.9128 7.99917 -20
-STDOUT_20552=-12 -1.60125 0 -8.51385 -0.895155 0 -7.74604 -71.5782 -14.8721 -34.3834 -10.5904 -21.941 9.99896 -20
-STDOUT_20553=-6 -1.84111 0 -3.88686 -2.11272 0 -4.62469 -66.9357 -19.0026 -35.6813 -10.8635 -21.9128 9.99896 -20
-STDOUT_20554=-6 -2.7883 0 -3.88686 -2.13407 0 -4.62469 -69.7735 -16.587 -34.2035 -10.0671 -23.0237 10.9989 -21
-STDOUT_20555=-6 -1.9058 0 -3.88686 -2.06029 0 -4.62469 -69.028 -16.8891 -36.2313 -11.3328 -22.4996 8.99907 -21
-STDOUT_20556=-6 -2.32101 0 -3.88686 -2.07479 0 -4.62469 -66.9357 -17.4709 -35.6813 -11.562 -21.9128 9.99896 -20
-STDOUT_20557=-6 -3.05956 0 -5.70768 -1.18828 0 -4.09193 -66.9357 -18.1089 -34.6263 -19.8766 -24.1119 8.99907 -20
-STDOUT_20558=-6 -2.32634 0 -3.88686 -2.29636 0 -4.62469 -66.9357 -17.6893 -35.6813 -10.4662 -21.9128 9.99896 -20
-STDOUT_20559=-6 -2.8032 0 -5.70768 -1.24646 0 -4.09193 -69.7735 -18.569 -33.1485 -18.6608 -25.2228 8.99907 -21
-STDOUT_20560=-6 -1.8511 0 -3.88686 -2.25904 0 -4.62469 -69.7735 -17.6518 -34.2035 -10.1407 -23.0237 9.99896 -21
-STDOUT_20561=-12 -1.33918 0 -8.51385 -0.807009 0 -7.74604 -71.5782 -16.7301 -34.3834 -10.2285 -21.941 9.99896 -20
-STDOUT_20562=-6 -1.91023 -3.04452 -2.09171 -1.84459 -1.89959 -2.66099 -69.7735 -16.1388 -34.2035 -7.88156 -23.0237 10.9989 -21
-STDOUT_20563=-6 -1.48333 -3.04452 -2.09171 -1.82496 -1.89959 -2.66099 -69.7735 -15.8327 -34.2035 -7.59804 -23.0237 9.99896 -21
-STDOUT_20564=-6 -1.82482 -3.04452 -2.09171 -1.82833 -1.89959 -2.66099 -70.3465 -15.2153 -34.7673 -7.97479 -22.9803 10.9989 -21
-STDOUT_20565=-6 -1.8777 -3.04452 -2.09171 -1.82755 -1.89959 -2.66099 -69.7735 -15.3658 -34.2035 -7.80714 -23.0237 9.99896 -21
-STDOUT_20566=-6 -1.39792 -3.04452 -2.09171 -1.8087 -1.89959 -2.66099 -70.3465 -14.9091 -34.7673 -7.69128 -22.9803 9.99896 -21
-STDOUT_20567=-6 -2.20161 -3.04452 -2.71075 -1.31151 -1.89959 -2.66099 -66.9357 -16.7877 -35.6813 -9.54844 -21.9128 10.9989 -20
-STDOUT_20568=-6 -2.187 -3.04452 -2.09171 -1.98184 -1.89959 -2.66099 -69.7735 -15.914 -34.2035 -8.17768 -23.0237 10.9989 -21
-STDOUT_20569=-6 -2.07852 -3.04452 -2.09171 -1.76175 -1.89959 -2.66099 -69.7735 -14.7442 -34.2035 -8.50699 -23.0237 9.99896 -21
-STDOUT_20570=-6 -1.79229 -3.04452 -2.09171 -1.81129 -1.89959 -2.66099 -70.3465 -14.4423 -34.7673 -7.90037 -22.9803 9.99896 -21
-STDOUT_20571=-6 -1.7747 -3.04452 -2.71075 -1.29189 -1.89959 -2.66099 -66.9357 -16.4815 -35.6814 -9.26492 -21.9128 9.99896 -20
-STDOUT_20572=-6 -2.32129 -3.04452 -2.71075 -2.21231 -1.89959 -2.66099 -69.7735 -16.0509 -34.2035 -8.30751 -23.0237 11.9988 -21
-STDOUT_20573=-6 -1.76009 -3.04452 -2.09171 -1.96222 -1.89959 -2.66099 -69.7735 -15.6078 -34.2035 -7.89416 -23.0237 9.99896 -21
-STDOUT_20574=-6 -1.46249 -3.04452 -2.09171 -1.80793 -1.89959 -2.66099 -69.7735 -15.164 -34.2035 -7.5779 -23.0237 8.99906 -21
-STDOUT_20575=-6 -2.10159 -3.04452 -2.09171 -1.96558 -1.89959 -2.66099 -70.3465 -14.9905 -34.7673 -8.27091 -22.9803 10.9989 -21
-STDOUT_20576=-6 -1.65162 -3.04452 -2.09171 -1.74212 -1.89959 -2.66099 -69.7735 -14.438 -34.2035 -8.22348 -23.0237 8.99907 -21
-STDOUT_20577=-6 -2.03844 -3.04452 -2.71075 -1.36501 -1.89959 -2.66099 -69.7735 -16.0006 -34.2035 -8.68562 -23.0237 10.9989 -21
-STDOUT_20578=-6 -1.99312 -3.04452 -2.09171 -1.74549 -1.89959 -2.66099 -70.3465 -13.8207 -34.7673 -8.60022 -22.9803 9.99896 -21
-STDOUT_20579=-6 -2.16908 -3.04452 -2.71075 -1.29448 -1.89959 -2.66099 -66.9357 -16.0147 -35.6813 -9.47402 -21.9128 9.99896 -20
-STDOUT_20580=-6 -2.32429 -3.04452 -2.71075 -1.29659 -1.89959 -2.66099 -64.287 -16.8808 -35.6813 -12.859 -24.7137 10.9989 -21
-STDOUT_20581=-6 -1.89439 -3.04452 -2.71075 -2.19268 -1.89959 -2.66099 -69.7735 -15.7447 -34.2035 -8.02399 -23.0237 10.9989 -21
-STDOUT_20582=-6 -2.15447 -3.04452 -2.09171 -1.96481 -1.89959 -2.66099 -69.7735 -15.141 -34.2035 -8.10326 -23.0237 9.99896 -21
-STDOUT_20583=-6 -2.16132 -3.04452 -2.09171 -2.06468 -1.89959 -2.66099 -69.7735 -17.3877 -34.2035 -8.39871 -23.0237 11.9988 -21
-STDOUT_20584=-6 -2.23588 -3.04452 -2.71075 -2.19605 -1.89959 -2.66099 -70.3465 -15.1274 -34.7673 -8.40074 -22.9803 11.9988 -21
-STDOUT_20585=-6 -2.046 -3.04452 -2.09171 -1.74471 -1.89959 -2.66099 -69.7735 -13.9712 -34.2035 -8.43257 -23.0237 8.99907 -21
-STDOUT_20586=-6 -1.85526 -3.04452 -2.09171 -1.7907 -1.89959 -2.66099 -70.8224 -15.4 -34.3387 -8.06417 -23.0995 10.9989 -21
-STDOUT_20587=-6 -1.67468 -3.04452 -2.09171 -1.94596 -1.89959 -2.66099 -70.3465 -14.6843 -34.7673 -7.98739 -22.9803 9.99896 -21
-STDOUT_20588=-6 -1.61153 -3.04452 -2.71075 -1.34539 -1.89959 -2.66099 -69.7735 -15.6944 -34.2035 -8.40211 -23.0237 9.99896 -21
-STDOUT_20589=-6 -1.37708 -3.04452 -2.09171 -1.79167 -1.89959 -2.66099 -70.3465 -14.2405 -34.7673 -7.67114 -22.9803 8.99906 -21
-STDOUT_20590=-6 -1.56621 -3.04452 -2.09171 -1.72586 -1.89959 -2.66099 -70.3465 -13.5145 -34.7673 -8.31671 -22.9803 8.99907 -21
-STDOUT_20591=-6 -2.47838 -3.04452 -2.71075 -1.44877 -1.89959 -2.66099 -66.9357 -16.5629 -35.6813 -9.84455 -21.9128 10.9989 -20
-STDOUT_20592=-6 -2.3699 -3.04452 -2.71075 -1.22868 -1.89959 -2.66099 -66.9357 -15.393 -35.6813 -10.1739 -21.9128 9.99896 -20
-STDOUT_20593=-6 -2.40071 -3.04452 -2.09171 -1.90093 -1.89959 -2.66099 -69.7735 -17.847 -34.2035 -8.03417 -23.0237 11.9988 -21
-STDOUT_20594=-6 -2.28876 -3.04452 -2.71075 -2.19528 -1.89959 -2.66099 -69.7735 -15.2778 -34.2035 -8.23309 -23.0237 10.9989 -21
-STDOUT_20595=-6 -1.89739 -3.04452 -2.71075 -1.27696 -1.89959 -2.66099 -64.287 -16.5746 -35.6814 -12.5755 -24.7137 9.99896 -21
-STDOUT_20596=-6 -1.73442 -3.04452 -2.09171 -2.04506 -1.89959 -2.66099 -69.7735 -17.0815 -34.2035 -8.11519 -23.0237 10.9989 -21
-STDOUT_20597=-6 -1.80898 -3.04452 -2.71075 -2.17642 -1.89959 -2.66099 -70.3465 -14.8212 -34.7673 -8.11722 -22.9803 10.9989 -21
-STDOUT_20598=-6 -2.06906 -3.04452 -2.09171 -1.94855 -1.89959 -2.66099 -70.3465 -14.2175 -34.7673 -8.19649 -22.9803 9.99896 -21
-STDOUT_20599=-6 -1.56609 -3.04452 -2.09171 -1.68999 -1.89959 -2.66099 -69.7735 -15.5029 -34.2035 -7.734 -23.0237 8.99907 -21
-STDOUT_20600=-6 -2.00591 -3.04452 -2.71075 -1.34798 -1.89959 -2.66099 -69.7735 -15.2276 -34.2035 -8.6112 -23.0237 9.99896 -21
-STDOUT_20601=-6 -1.42836 -3.04452 -2.09171 -1.77108 -1.89959 -2.66099 -70.8224 -15.0938 -34.3387 -7.78066 -23.0995 9.99896 -21
-STDOUT_20602=-6 -2.07591 -3.04452 -2.09171 -2.04842 -1.89959 -2.66099 -70.3465 -16.4642 -34.7673 -8.49194 -22.9803 11.9988 -21
-STDOUT_20603=-6 -1.96059 -3.04452 -2.09171 -1.72845 -1.89959 -2.66099 -70.3465 -13.0477 -34.7673 -8.5258 -22.9803 8.99907 -21
-STDOUT_20604=-6 -2.05147 -3.04452 -2.71075 -1.42915 -1.89959 -2.66099 -66.9357 -16.2567 -35.6813 -9.56104 -21.9128 9.99896 -20
-STDOUT_20605=-6 -2.59806 -3.04452 -2.71075 -2.34957 -1.89959 -2.66099 -69.7735 -15.8261 -34.2035 -8.60362 -23.0237 11.9988 -21
-STDOUT_20606=-6 -1.75387 -3.04452 -2.71075 -1.27485 -1.89959 -2.66099 -66.9357 -15.8128 -35.6813 -9.24478 -21.9128 8.99906 -20
-STDOUT_20607=-6 -1.943 -3.04452 -2.71075 -1.20905 -1.89959 -2.66099 -66.9357 -15.0869 -35.6814 -9.89035 -21.9128 8.99907 -20
-STDOUT_20608=-6 -2.48958 -3.04452 -2.71075 -2.12947 -1.89959 -2.66099 -69.7735 -14.6562 -34.2035 -8.93294 -23.0237 10.9989 -21
-STDOUT_20609=-6 -1.73926 -3.04452 -2.09171 -1.94518 -1.89959 -2.66099 -69.7735 -14.9391 -34.2035 -7.87402 -23.0237 8.99906 -21
-STDOUT_20610=-6 -1.97381 -3.04452 -2.09171 -1.8813 -1.89959 -2.66099 -69.7735 -17.5408 -34.2035 -7.75065 -23.0237 10.9989 -21
-STDOUT_20611=-6 -2.29176 -3.04452 -2.71075 -1.27955 -1.89959 -2.66099 -64.287 -16.1078 -35.6813 -12.7846 -24.7137 9.99896 -21
-STDOUT_20612=-6 -2.31521 -3.04452 -2.71075 -1.50227 -1.89959 -2.66099 -69.7735 -15.7758 -34.2035 -8.98174 -23.0237 10.9989 -21
-STDOUT_20613=-6 -1.63078 -3.04452 -2.09171 -1.72509 -1.89959 -2.66099 -69.7735 -13.7693 -34.2035 -8.20334 -23.0237 7.99917 -21
-STDOUT_20614=-6 -2.20673 -3.04452 -2.71075 -1.28217 -1.89959 -2.66099 -69.7735 -14.606 -34.2035 -9.31106 -23.0237 9.99896 -21
-STDOUT_20615=-6 -2.1288 -3.04452 -2.09171 -2.04765 -1.89959 -2.66099 -69.7735 -16.6147 -34.2035 -8.32429 -23.0237 10.9989 -21
-STDOUT_20616=-6 -2.20335 -3.04452 -2.71075 -2.17902 -1.89959 -2.66099 -70.3465 -14.3543 -34.7673 -8.32632 -22.9803 10.9989 -21
-STDOUT_20617=-6 -1.82274 -3.04452 -2.09171 -1.77367 -1.89959 -2.66099 -70.8224 -14.627 -34.3387 -7.98975 -23.0995 9.99896 -21
-STDOUT_20618=-6 -1.64901 -3.04452 -2.09171 -2.0288 -1.89959 -2.66099 -70.3465 -16.158 -34.7673 -8.20843 -22.9803 10.9989 -21
-STDOUT_20619=-6 -1.48068 -3.04452 -2.09171 -1.67373 -1.89959 -2.66099 -70.3465 -14.5794 -34.7673 -7.82723 -22.9803 8.99907 -21
-STDOUT_20620=-6 -2.44585 -3.04452 -2.71075 -1.43174 -1.89959 -2.66099 -66.9357 -15.7898 -35.6813 -9.77013 -21.9128 9.99896 -20
-STDOUT_20621=-6 -2.4527 -3.04452 -2.71075 -1.53161 -1.89959 -2.66099 -66.9357 -18.0365 -35.6813 -10.0656 -21.9128 11.9988 -20
-STDOUT_20622=-6 -2.33738 -3.04452 -2.71075 -1.21164 -1.89959 -2.66099 -66.9357 -14.62 -35.6813 -10.0994 -21.9128 8.99907 -20
-STDOUT_20623=-6 -2.60106 -3.04452 -2.71075 -1.43385 -1.89959 -2.66099 -64.287 -16.656 -35.6813 -13.1551 -24.7137 10.9989 -21
-STDOUT_20624=-6 -2.17115 -3.04452 -2.71075 -2.32994 -1.89959 -2.66099 -69.7735 -15.5199 -34.2035 -8.32011 -23.0237 10.9989 -21
-STDOUT_20625=-6 -2.49259 -3.04452 -2.71075 -1.21375 -1.89959 -2.66099 -64.287 -15.4861 -35.6813 -13.4844 -24.7137 9.99896 -21
-STDOUT_20626=-8 -1.98353 -4.88102 -1.1945 -1.43582 -1.94591 -3.02762 -69.2727 -18.4108 -35.6813 -8.56412 -21.9128 10.9989 -20
-STDOUT_20627=-6 -1.87355 -3.04452 -2.71075 -2.17565 -1.89959 -2.66099 -69.7735 -15.076 -34.2035 -8.00385 -23.0237 9.99896 -21
-STDOUT_20628=-6 -2.36818 -3.04452 -2.09171 -1.8839 -1.89959 -2.66099 -69.7735 -17.074 -34.2035 -7.95975 -23.0237 10.9989 -21
-STDOUT_20629=-6 -2.51265 -3.04452 -2.71075 -2.33331 -1.89959 -2.66099 -70.3465 -14.9025 -34.7673 -8.69686 -22.9803 11.9988 -21
-STDOUT_20630=-6 -2.06268 -3.04452 -2.71075 -2.10984 -1.89959 -2.66099 -69.7735 -14.35 -34.2035 -8.64942 -23.0237 9.99896 -21
-STDOUT_20631=-6 -2.13203 -3.04452 -2.09171 -1.92796 -1.89959 -2.66099 -70.8224 -15.1752 -34.3387 -8.36029 -23.0995 10.9989 -21
-STDOUT_20632=-6 -2.40418 -3.04452 -2.71075 -2.11321 -1.89959 -2.66099 -70.3465 -13.7327 -34.7673 -9.02617 -22.9803 10.9989 -21
-STDOUT_20633=-6 -2.02356 -3.04452 -2.09171 -1.70786 -1.89959 -2.66099 -70.8224 -14.0054 -34.3387 -8.68961 -23.0995 9.99896 -21
-STDOUT_20634=-6 -1.8883 -3.04452 -2.71075 -1.48264 -1.89959 -2.66099 -69.7735 -15.4696 -34.2035 -8.69822 -23.0237 9.99896 -21
-STDOUT_20635=-6 -1.65385 -3.04452 -2.09171 -1.92892 -1.89959 -2.66099 -70.3465 -14.0156 -34.7673 -7.96725 -22.9803 8.99906 -21
-STDOUT_20636=-6 -1.5907 -3.04452 -2.71075 -1.32835 -1.89959 -2.66099 -69.7735 -15.0257 -34.2035 -8.38197 -23.0237 8.99906 -21
-STDOUT_20637=-6 -1.77983 -3.04452 -2.71075 -1.26255 -1.89959 -2.66099 -69.7735 -14.2998 -34.2035 -9.02754 -23.0237 8.99907 -21
-STDOUT_20638=-6 -1.54537 -3.04452 -2.09171 -1.70883 -1.89959 -2.66099 -70.3465 -12.8458 -34.7673 -8.29657 -22.9803 7.99917 -21
-STDOUT_20639=-6 -2.04339 -3.04452 -2.09171 -2.03139 -1.89959 -2.66099 -70.3465 -15.6912 -34.7673 -8.41752 -22.9803 10.9989 -21
-STDOUT_20640=-6 -1.54042 -3.04452 -2.09171 -1.77283 -1.89959 -2.66099 -69.7735 -16.9766 -34.2035 -7.95504 -23.0237 9.99896 -21
-STDOUT_20641=-6 -2.23006 -3.04452 -2.71075 -2.02723 -1.89959 -2.66099 -59.9758 -21.7677 -41.0002 -9.80813 -20.8754 10.9989 -19
-STDOUT_20642=-6 -1.52754 -3.04452 -2.09171 -1.67296 -1.89959 -2.66099 -69.7735 -14.7858 -34.2035 -7.63775 -23.0237 7.99917 -21
-STDOUT_20643=-6 -2.51382 -3.04452 -2.71075 -1.42136 -1.89959 -2.66099 -69.7735 -17.5068 -34.2035 -8.78462 -23.0237 11.9988 -21
-STDOUT_20644=-6 -2.67748 -3.04452 -2.09171 -2.03819 -1.89959 -2.66099 -69.7735 -17.6222 -34.2035 -8.33029 -23.0237 11.9988 -21
-STDOUT_20645=-6 -2.56901 -3.04452 -2.09171 -1.81809 -1.89959 -2.66099 -69.7735 -16.4523 -34.2035 -8.6596 -23.0237 10.9989 -21
-STDOUT_20646=-6 -2.56553 -3.04452 -2.71075 -2.33253 -1.89959 -2.66099 -69.7735 -15.053 -34.2035 -8.5292 -23.0237 10.9989 -21
-STDOUT_20647=-6 -2.0258 -3.04452 -2.71075 -1.51199 -1.89959 -2.66099 -66.9357 -17.7303 -35.6813 -9.78207 -21.9128 10.9989 -20
-STDOUT_20648=-6 -2.57238 -3.04452 -2.71075 -2.43241 -1.89959 -2.66099 -69.7735 -17.2997 -34.2035 -8.82466 -23.0237 12.9986 -21
-STDOUT_20649=-6 -1.85747 -3.04452 -2.71075 -1.15692 -1.89959 -2.66099 -66.9357 -16.1518 -35.6813 -9.40088 -21.9128 8.99907 -20
-STDOUT_20650=-6 -2.17415 -3.04452 -2.71075 -1.41422 -1.89959 -2.66099 -64.287 -16.3498 -35.6813 -12.8716 -24.7137 9.99896 -21
-STDOUT_20651=-6 -2.45706 -3.04452 -2.71075 -2.11244 -1.89959 -2.66099 -69.7735 -13.8832 -34.2035 -8.85852 -23.0237 9.99896 -21
-STDOUT_20652=-6 -2.26632 -3.04452 -2.71075 -2.15843 -1.89959 -2.66099 -70.8224 -15.312 -34.3387 -8.49012 -23.0995 11.9988 -21
-STDOUT_20653=-6 -1.53708 -3.04452 -2.09171 -1.57236 -1.89959 -2.66099 -69.7735 -16.5975 -34.2035 -8.79269 -23.0237 9.99896 -21
-STDOUT_20654=-6 -1.87655 -3.04452 -2.71075 -1.25993 -1.89959 -2.66099 -64.287 -15.9059 -35.6813 -12.5553 -24.7137 8.99906 -21
-STDOUT_20655=-6 -2.06568 -3.04452 -2.71075 -1.19412 -1.89959 -2.66099 -64.287 -15.18 -35.6814 -13.2009 -24.7137 8.99907 -21
-STDOUT_20656=-8 -1.55663 -4.88102 -1.1945 -1.4162 -1.94591 -3.02762 -69.2727 -18.1046 -35.6813 -8.2806 -21.9128 9.99896 -20
-STDOUT_20657=-6 -2.08574 -3.04452 -2.71075 -2.31368 -1.89959 -2.66099 -70.3465 -14.5964 -34.7673 -8.41334 -22.9803 10.9989 -21
-STDOUT_20658=-6 -2.28268 -3.04452 -2.71075 -1.48523 -1.89959 -2.66099 -69.7735 -15.0028 -34.2035 -8.90732 -23.0237 9.99896 -21
-STDOUT_20659=-6 -1.70513 -3.04452 -2.09171 -1.90834 -1.89959 -2.66099 -70.8224 -14.869 -34.3387 -8.07677 -23.0995 9.99896 -21
-STDOUT_20660=-6 -1.71358 -3.04452 -2.09171 -2.02802 -1.89959 -2.66099 -69.7735 -16.4128 -34.2035 -8.09506 -23.0237 9.99896 -21
-STDOUT_20661=-6 -1.78814 -3.04452 -2.71075 -2.15939 -1.89959 -2.66099 -70.3465 -14.1525 -34.7673 -8.09708 -22.9803 9.99896 -21
-STDOUT_20662=FEATURES_TXT_END_0
-STDOUT_20663=FEATURES_TXT_BEGIN_0 1 500 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_20664=0 -7.64309 0 0 -8.70101 0 0 -103.617 -78.6262 -122.496 -24.8771 -38.8755 13.9985 -26
-STDOUT_20665=0 -7.89441 0 0 -7.6024 0 0 -105.129 -76.6237 -122.374 -24.8771 -39.0371 13.9985 -27
-STDOUT_20666=0 -7.97631 0 0 -8.68017 0 0 -103.617 -77.9315 -122.496 -24.9303 -38.8755 12.9986 -26
-STDOUT_20667=0 -8.22762 0 0 -7.58156 0 0 -105.129 -75.929 -122.374 -24.9303 -39.0371 12.9986 -27
-STDOUT_20668=0 -7.73027 0 0 -8.82743 0 0 -103.617 -78.9682 -122.496 -24.6214 -38.8755 13.9985 -26
-STDOUT_20669=0 -7.98158 0 0 -7.72881 0 0 -105.129 -76.9657 -122.374 -24.6214 -39.0371 13.9985 -27
-STDOUT_20670=0 -7.62107 0 0 -9.11231 0 0 -103.617 -78.3095 -122.496 -25.486 -38.8755 13.9985 -26
-STDOUT_20671=0 -7.13226 0 0 -7.09157 0 0 -105.425 -79.1128 -124.484 -24.8771 -40.369 13.9985 -26
-STDOUT_20672=0 -7.87238 0 0 -8.01369 0 0 -105.129 -76.307 -122.374 -25.486 -39.0371 13.9985 -27
-STDOUT_20673=0 -7.38358 0 0 -5.99296 0 0 -106.937 -77.1104 -124.361 -24.8771 -40.5306 13.9985 -27
-STDOUT_20674=0 -6.55036 0 0 -8.45708 0 0 -103.617 -83.9824 -122.436 -25.6146 -39.549 13.9985 -26
-STDOUT_20675=0 -7.46548 0 0 -7.07073 0 0 -105.425 -78.4182 -124.484 -24.9303 -40.369 12.9986 -26
-STDOUT_20676=0 -7.95951 0 0 -8.97323 0 0 -103.617 -78.6525 -122.496 -25.063 -38.8755 14.9984 -26
-STDOUT_20677=0 -6.80167 0 0 -7.35846 0 0 -105.129 -81.9799 -122.313 -25.6146 -39.7106 13.9985 -27
-STDOUT_20678=0 -7.71679 0 0 -5.97212 0 0 -106.937 -76.4157 -124.361 -24.9303 -40.5306 12.9986 -27
-STDOUT_20679=0 -8.21082 0 0 -7.87462 0 0 -105.129 -76.65 -122.374 -25.063 -39.0371 14.9984 -27
-STDOUT_20680=0 -8.24138 0 0 -9.06964 0 0 -103.617 -78.0344 -122.496 -24.6811 -38.8755 13.9985 -26
-STDOUT_20681=0 -7.21944 0 0 -7.21799 0 0 -105.425 -79.4548 -124.484 -24.6214 -40.369 13.9985 -26
-STDOUT_20682=0 -6.69695 0 0 -7.61906 0 0 -104.933 -74.11 -125.025 -25.4367 -49.6961 13.9985 -28
-STDOUT_20683=0 -8.29272 0 0 -8.9524 0 0 -103.617 -77.9578 -122.496 -25.1162 -38.8755 13.9985 -26
-STDOUT_20684=0 -7.88271 0 0 -8.86796 0 0 -103.617 -79.7339 -122.496 -25.0333 -38.8755 13.9985 -26
-STDOUT_20685=0 -8.4927 0 0 -7.97103 0 0 -105.129 -76.0319 -122.374 -24.6811 -39.0371 13.9985 -27
-STDOUT_20686=0 -6.74392 0 0 -6.87337 0 0 -109.996 -69.1965 -120.695 -22.463 -44.3217 13.9985 -28
-STDOUT_20687=0 -7.47075 0 0 -6.11937 0 0 -106.937 -77.4524 -124.361 -24.6214 -40.5306 13.9985 -27
-STDOUT_20688=0 -6.94826 0 0 -6.52045 0 0 -106.444 -72.1075 -124.903 -25.4367 -49.8577 13.9985 -29
-STDOUT_20689=0 -8.54404 0 0 -7.85378 0 0 -105.129 -75.9553 -122.374 -25.1162 -39.0371 13.9985 -27
-STDOUT_20690=0 -8.13403 0 0 -7.76934 0 0 -105.129 -77.7314 -122.374 -25.0333 -39.0371 13.9985 -27
-STDOUT_20691=0 -7.03016 0 0 -7.59823 0 0 -104.933 -73.4153 -125.025 -25.4899 -49.6961 12.9986 -28
-STDOUT_20692=0 -8.04668 0 0 -9.09965 0 0 -103.617 -78.9945 -122.496 -24.8073 -38.8755 14.9984 -26
-STDOUT_20693=0 -6.99523 0 0 -5.77476 0 0 -111.508 -67.194 -120.573 -22.463 -44.4833 13.9985 -29
-STDOUT_20694=0 -7.07713 0 0 -6.85254 0 0 -109.996 -68.5018 -120.695 -22.5162 -44.3217 12.9986 -28
-STDOUT_20695=0 -8.68273 0 0 -8.27724 0 0 -103.617 -79.6552 -122.496 -24.9744 -38.8755 13.9985 -26
-STDOUT_20696=0 -7.28148 0 0 -6.49961 0 0 -106.444 -71.4128 -124.903 -25.4899 -49.8577 12.9986 -29
-STDOUT_20697=0 -8.29799 0 0 -8.00104 0 0 -105.129 -76.992 -122.374 -24.8073 -39.0371 14.9984 -27
-STDOUT_20698=0 -7.11024 0 0 -7.50287 0 0 -105.425 -78.7962 -124.484 -25.486 -40.369 13.9985 -26
-STDOUT_20699=0 -6.78412 0 0 -7.74548 0 0 -104.933 -74.452 -125.025 -25.181 -49.6961 13.9985 -28
-STDOUT_20700=0 -7.63983 0 0 -8.68017 0 0 -103.683 -78.6246 -125.426 -25.6234 -39.6915 12.9986 -25
-STDOUT_20701=0 -7.32845 0 0 -5.75393 0 0 -111.508 -66.4993 -120.573 -22.5162 -44.4833 12.9986 -29
-STDOUT_20702=0 -8.93404 0 0 -7.17863 0 0 -105.129 -77.6527 -122.374 -24.9744 -39.0371 13.9985 -27
-STDOUT_20703=0 -6.83109 0 0 -6.99979 0 0 -109.996 -69.5385 -120.695 -22.2072 -44.3217 13.9985 -28
-STDOUT_20704=0 -9.01595 0 0 -8.25641 0 0 -103.617 -78.9605 -122.496 -25.0276 -38.8755 12.9986 -26
-STDOUT_20705=0 -7.36156 0 0 -6.40425 0 0 -106.937 -76.7937 -124.361 -25.486 -40.5306 13.9985 -27
-STDOUT_20706=0 -7.87339 0 0 -8.84826 0 0 -103.617 -80.2997 -122.496 -25.54 -38.8755 14.9984 -26
-STDOUT_20707=0 -7.03544 0 0 -6.64687 0 0 -106.444 -72.4495 -124.903 -25.181 -49.8577 13.9985 -29
-STDOUT_20708=0 -7.89115 0 0 -7.58156 0 0 -105.195 -76.6222 -125.304 -25.6234 -39.8531 12.9986 -26
-STDOUT_20709=0 -7.93748 0 0 -9.38453 0 0 -103.617 -78.3358 -122.496 -25.6719 -38.8755 14.9984 -26
-STDOUT_20710=0 -7.08241 0 0 -5.90118 0 0 -111.508 -67.536 -120.573 -22.2072 -44.4833 13.9985 -29
-STDOUT_20711=0 -6.03953 0 0 -6.84764 0 0 -105.425 -84.4691 -124.423 -25.6146 -41.0425 13.9985 -26
-STDOUT_20712=0 -9.26726 0 0 -7.1578 0 0 -105.129 -76.958 -122.374 -25.0276 -39.0371 12.9986 -27
-STDOUT_20713=0 -8.1247 0 0 -7.74965 0 0 -105.129 -78.2973 -122.374 -25.54 -39.0371 14.9984 -27
-STDOUT_20714=0 -8.28094 0 0 -9.09047 0 0 -103.617 -78.8776 -122.496 -25.0721 -38.8755 14.9984 -26
-STDOUT_20715=0 -7.44868 0 0 -7.36379 0 0 -105.425 -79.1391 -124.484 -25.063 -40.369 14.9984 -26
-STDOUT_20716=0 -7.00849 0 0 -7.074 0 0 -109.996 -69.1538 -120.695 -22.151 -44.3217 13.9985 -28
-STDOUT_20717=0 -8.7699 0 0 -8.40366 0 0 -103.617 -79.9972 -122.496 -24.7186 -38.8755 13.9985 -26
-STDOUT_20718=0 -8.1888 0 0 -8.28592 0 0 -105.129 -76.3333 -122.374 -25.6719 -39.0371 14.9984 -27
-STDOUT_20719=0 -6.29085 0 0 -5.74902 0 0 -106.937 -82.4666 -124.3 -25.6146 -41.2041 13.9985 -27
-STDOUT_20720=0 -8.53226 0 0 -7.99186 0 0 -105.129 -76.8751 -122.374 -25.0721 -39.0371 14.9984 -27
-STDOUT_20721=0 -7.82287 0 0 -9.13314 0 0 -103.617 -79.93 -122.496 -25.6492 -38.8755 14.9984 -26
-STDOUT_20722=0 -7.80813 0 0 -9.25956 0 0 -103.617 -79.494 -122.496 -25.7183 -38.8755 14.9984 -26
-STDOUT_20723=0 -6.67492 0 0 -8.03036 0 0 -104.933 -73.7933 -125.025 -26.0456 -49.6961 13.9985 -28
-STDOUT_20724=0 -7.69999 0 0 -6.26518 0 0 -106.937 -77.1366 -124.361 -25.063 -40.5306 14.9984 -27
-STDOUT_20725=0 -7.2598 0 0 -5.97539 0 0 -111.508 -67.1513 -120.573 -22.151 -44.4833 13.9985 -29
-STDOUT_20726=0 -7.73056 0 0 -7.4602 0 0 -105.425 -78.521 -124.484 -24.6811 -40.369 13.9985 -26
-STDOUT_20727=0 -9.02122 0 0 -7.30505 0 0 -105.129 -77.9947 -122.374 -24.7186 -39.0371 13.9985 -27
-STDOUT_20728=0 -6.86677 0 0 -8.7293 0 0 -103.617 -84.0087 -122.436 -25.8005 -39.549 14.9984 -26
-STDOUT_20729=0 -8.45225 0 0 -9.29921 0 0 -96.3256 -92.9333 -131.447 -30.2962 -36.1802 13.9985 -24
-STDOUT_20730=0 -7.7819 0 0 -7.34296 0 0 -105.425 -78.4444 -124.484 -25.1162 -40.369 13.9985 -26
-STDOUT_20731=0 -6.72189 0 0 -7.28467 0 0 -109.996 -68.8798 -120.695 -23.0719 -44.3217 13.9985 -28
-STDOUT_20732=0 -8.07419 0 0 -8.03453 0 0 -105.129 -77.9276 -122.374 -25.6492 -39.0371 14.9984 -27
-STDOUT_20733=0 -7.34171 0 0 -7.05317 0 0 -109.996 -68.4591 -120.695 -22.2042 -44.3217 12.9986 -28
-STDOUT_20734=0 -8.05944 0 0 -8.16095 0 0 -105.129 -77.4915 -122.374 -25.7183 -39.0371 14.9984 -27
-STDOUT_20735=0 -7.37189 0 0 -7.25852 0 0 -105.425 -80.2206 -124.484 -25.0333 -40.369 13.9985 -26
-STDOUT_20736=0 -6.92624 0 0 -6.93175 0 0 -106.444 -71.7908 -124.903 -26.0456 -49.8577 13.9985 -29
-STDOUT_20737=0 -8.29353 0 0 -9.21689 0 0 -103.617 -79.1473 -122.496 -24.8765 -38.8755 14.9984 -26
-STDOUT_20738=0 -7.98187 0 0 -6.36159 0 0 -106.937 -76.5186 -124.361 -24.6811 -40.5306 13.9985 -27
-STDOUT_20739=0 -7.11809 0 0 -7.63068 0 0 -105.129 -82.0062 -122.313 -25.8005 -39.7106 14.9984 -27
-STDOUT_20740=0 -8.70356 0 0 -8.2006 0 0 -97.8374 -90.9308 -131.325 -30.2962 -36.3418 13.9985 -25
-STDOUT_20741=0 -8.03321 0 0 -6.24434 0 0 -106.937 -76.4419 -124.361 -25.1162 -40.5306 13.9985 -27
-STDOUT_20742=0 -6.97321 0 0 -6.18606 0 0 -111.508 -66.8773 -120.573 -23.0719 -44.4833 13.9985 -29
-STDOUT_20743=0 -7.59302 0 0 -5.95455 0 0 -111.508 -66.4566 -120.573 -22.2042 -44.4833 12.9986 -29
-STDOUT_20744=0 -8.5578 0 0 -9.34186 0 0 -103.617 -78.0607 -122.496 -24.867 -38.8755 14.9984 -26
-STDOUT_20745=0 -5.60421 0 0 -7.37513 0 0 -104.933 -79.4662 -124.965 -26.1742 -50.3696 13.9985 -28
-STDOUT_20746=0 -7.6232 0 0 -6.1599 0 0 -106.937 -78.2181 -124.361 -25.0333 -40.5306 13.9985 -27
-STDOUT_20747=0 -8.54484 0 0 -8.11828 0 0 -105.129 -77.1448 -122.374 -24.8765 -39.0371 14.9984 -27
-STDOUT_20748=0 -8.09112 0 0 -8.88879 0 0 -103.617 -80.3688 -122.496 -25.6782 -38.8755 14.9984 -26
-STDOUT_20749=0 -6.72471 0 0 -8.45708 0 0 -103.617 -85.7579 -122.496 -26.3078 -38.8755 13.9985 -26
-STDOUT_20750=0 -7.53585 0 0 -7.49021 0 0 -105.425 -79.4811 -124.484 -24.8073 -40.369 14.9984 -26
-STDOUT_20751=0 -7.01336 0 0 -7.89129 0 0 -104.933 -74.1362 -125.025 -25.6226 -49.6961 14.9984 -28
-STDOUT_20752=0 -7.09566 0 0 -7.20042 0 0 -109.996 -69.4958 -120.695 -21.8952 -44.3217 13.9985 -28
-STDOUT_20753=0 -7.50585 0 0 -8.64072 0 0 -107.425 -77.1874 -118.634 -23.9711 -35.3524 13.9985 -26
-STDOUT_20754=0 -8.66071 0 0 -8.68854 0 0 -103.617 -79.3385 -122.496 -25.5833 -38.8755 13.9985 -26
-STDOUT_20755=0 -6.864 0 0 -7.50355 0 0 -104.933 -74.9766 -125.025 -26.6238 -49.6961 13.9985 -28
-STDOUT_20756=0 -8.19913 0 0 -9.14018 0 0 -103.617 -79.7602 -122.496 -25.2192 -38.8755 14.9984 -26
-STDOUT_20757=0 -5.65118 0 0 -6.62944 0 0 -109.996 -74.5527 -120.634 -23.2005 -44.9952 13.9985 -28
-STDOUT_20758=0 -6.69348 0 0 -8.47791 0 0 -103.617 -85.3139 -122.436 -26.5333 -39.549 14.9984 -26
-STDOUT_20759=0 -8.80911 0 0 -8.24325 0 0 -105.129 -76.0582 -122.374 -24.867 -39.0371 14.9984 -27
-STDOUT_20760=0 -5.85553 0 0 -6.27652 0 0 -106.444 -77.4637 -124.842 -26.1742 -50.5312 13.9985 -29
-STDOUT_20761=0 -8.00315 0 0 -9.26796 0 0 -102.51 -80.268 -126.733 -26.2215 -38.355 13.9985 -25
-STDOUT_20762=0 -7.38961 0 0 -9.13216 0 0 -102.51 -81.6222 -126.733 -27.3955 -38.355 13.9985 -25
-STDOUT_20763=0 -8.34244 0 0 -7.79018 0 0 -105.129 -78.3663 -122.374 -25.6782 -39.0371 14.9984 -27
-STDOUT_20764=0 -5.77815 0 0 -7.27662 0 0 -173.395 -30.9683 -74.5136 -32.8839 -90.4891 18.998 -52
-STDOUT_20765=0 -5.61034 0 0 -7.02536 0 0 -173.395 -30.8143 -74.5136 -33.3761 -90.4891 18.998 -52
-STDOUT_20766=0 -6.13543 0 0 -7.41102 0 0 -173.395 -30.8947 -74.5136 -33.0287 -90.4891 19.9979 -52
-STDOUT_20767=0 -5.57959 0 0 -7.06124 0 0 -173.395 -30.0915 -74.5136 -33.0722 -90.4891 17.9981 -52
-STDOUT_20768=0 -6.6329 0 0 -7.22057 0 0 -184.774 -32.0589 -71.6363 -31.7901 -94.8253 18.998 -54
-STDOUT_20769=0 -5.93688 0 0 -7.19565 0 0 -173.395 -30.0179 -74.5136 -33.217 -90.4891 18.998 -52
-STDOUT_20770=0 -6.46509 0 0 -6.96931 0 0 -184.774 -31.905 -71.6363 -32.2822 -94.8253 18.998 -54
-STDOUT_20771=0 -5.72402 0 0 -6.11917 0 0 -173.395 -31.3869 -74.5136 -34.2596 -90.4891 18.998 -52
-STDOUT_20772=0 -5.78613 0 0 -7.21003 0 0 -173.395 -32.0206 -74.5136 -33.287 -90.4891 18.998 -52
-STDOUT_20773=0 -5.55621 0 0 -5.8679 0 0 -173.395 -31.2329 -74.5136 -34.7517 -90.4891 18.998 -52
-STDOUT_20774=0 -5.61832 0 0 -6.95877 0 0 -173.395 -31.8667 -74.5136 -33.7792 -90.4891 18.998 -52
-STDOUT_20775=0 -5.63684 0 0 -7.08388 0 0 -173.395 -30.8316 -74.5136 -33.1905 -90.4891 17.9981 -52
-STDOUT_20776=0 -5.78762 0 0 -7.68278 0 0 -181.332 -32.9728 -71.449 -33.8471 -90.6039 19.9979 -53
-STDOUT_20777=0 -5.71794 0 0 -6.80998 0 0 -173.395 -30.282 -74.5136 -33.3385 -90.4891 17.9981 -52
-STDOUT_20778=0 -6.00633 0 0 -7.44336 0 0 -173.395 -32.7816 -74.5136 -33.3691 -90.4891 19.9979 -52
-STDOUT_20779=0 -5.46903 0 0 -6.83262 0 0 -173.395 -30.6777 -74.5136 -33.6826 -90.4891 17.9981 -52
-STDOUT_20780=0 -5.61981 0 0 -7.43151 0 0 -181.332 -32.8189 -71.449 -34.3392 -90.6039 19.9979 -53
-STDOUT_20781=0 -5.83852 0 0 -7.1921 0 0 -173.395 -32.6277 -74.5136 -33.8612 -90.4891 19.9979 -52
-STDOUT_20782=0 -5.81126 0 0 -7.08798 0 0 -173.395 -30.5614 -74.5136 -33.5994 -90.4891 18.998 -52
-STDOUT_20783=0 -6.99018 0 0 -7.35497 0 0 -184.774 -31.9853 -71.6363 -31.9348 -94.8253 19.9979 -54
-STDOUT_20784=0 -6.46144 0 0 -7.56092 0 0 -173.395 -31.2319 -74.5136 -32.8446 -90.4891 19.9979 -52
-STDOUT_20785=0 -6.43435 0 0 -7.00519 0 0 -184.774 -31.1821 -71.6363 -31.9784 -94.8253 17.9981 -54
-STDOUT_20786=0 -5.64346 0 0 -6.83672 0 0 -173.395 -30.4075 -74.5136 -34.0915 -90.4891 18.998 -52
-STDOUT_20787=0 -6.0813 0 0 -6.25357 0 0 -173.395 -31.3133 -74.5136 -34.4043 -90.4891 19.9979 -52
-STDOUT_20788=0 -6.14341 0 0 -7.34443 0 0 -173.395 -31.947 -74.5136 -33.4318 -90.4891 19.9979 -52
-STDOUT_20789=0 -5.81311 0 0 -7.80836 0 0 -181.332 -32.843 -71.449 -33.8688 -90.6039 19.9979 -53
-STDOUT_20790=0 -6.29363 0 0 -7.30966 0 0 -173.395 -31.078 -74.5136 -33.3367 -90.4891 19.9979 -52
-STDOUT_20791=0 -5.52546 0 0 -5.90379 0 0 -173.395 -30.5101 -74.5136 -34.4479 -90.4891 17.9981 -52
-STDOUT_20792=0 -5.58757 0 0 -6.99465 0 0 -173.395 -31.1438 -74.5136 -33.4753 -90.4891 17.9981 -52
-STDOUT_20793=0 -5.92127 0 0 -7.28561 0 0 -173.395 -32.2998 -74.5136 -33.8026 -90.4891 19.9979 -52
-STDOUT_20794=0 -5.99412 0 0 -7.21829 0 0 -173.395 -30.758 -74.5136 -33.3352 -90.4891 18.998 -52
-STDOUT_20795=0 -6.1449 0 0 -7.81718 0 0 -181.332 -32.8993 -71.449 -33.9918 -90.6039 20.9978 -53
-STDOUT_20796=0 -5.6453 0 0 -7.55709 0 0 -181.332 -32.6891 -71.449 -34.361 -90.6039 19.9979 -53
-STDOUT_20797=0 -6.34141 0 0 -7.52793 0 0 -173.395 -31.1473 -74.5136 -33.1391 -90.4891 19.9979 -52
-STDOUT_20798=0 -5.43016 0 0 -6.61725 0 0 -173.395 -30.2852 -74.5136 -33.5305 -90.4891 16.9982 -52
-STDOUT_20799=0 -5.86683 0 0 -7.3767 0 0 -179.765 -33.3691 -75.4226 -37.0081 -100.791 19.9979 -55
-STDOUT_20800=0 -6.36361 0 0 -7.57776 0 0 -173.395 -32.7081 -74.5136 -33.5138 -90.4891 20.9978 -52
-STDOUT_20801=0 -5.75346 0 0 -7.03435 0 0 -173.395 -32.1459 -74.5136 -34.2947 -90.4891 19.9979 -52
-STDOUT_20802=0 -5.9214 0 0 -7.27121 0 0 -173.395 -31.4711 -74.5136 -33.3771 -90.4891 18.998 -52
-STDOUT_20803=0 -5.58907 0 0 -7.4674 0 0 -181.332 -32.096 -71.449 -34.0353 -90.6039 18.998 -53
-STDOUT_20804=0 -6.1736 0 0 -7.27667 0 0 -173.395 -30.9934 -74.5136 -33.6312 -90.4891 19.9979 -52
-STDOUT_20805=0 -5.80777 0 0 -7.22799 0 0 -173.395 -31.9049 -74.5136 -33.5574 -90.4891 18.998 -52
-STDOUT_20806=0 -5.69902 0 0 -7.12544 0 0 -179.765 -33.2152 -75.4226 -37.5002 -100.791 19.9979 -55
-STDOUT_20807=0 -6.45071 0 0 -7.73882 0 0 -173.395 -32.8103 -74.5136 -32.7446 -90.4891 19.9979 -52
-STDOUT_20808=0 -6.16855 0 0 -7.22238 0 0 -173.395 -30.4878 -74.5136 -33.7441 -90.4891 19.9979 -52
-STDOUT_20809=0 -5.75359 0 0 -7.01995 0 0 -173.395 -31.3172 -74.5136 -33.8692 -90.4891 18.998 -52
-STDOUT_20810=0 -6.06396 0 0 -7.28072 0 0 -173.395 -31.1712 -74.5136 -33.8028 -90.4891 19.9979 -52
-STDOUT_20811=0 -6.81872 0 0 -7.69532 0 0 -173.395 -31.1584 -74.5136 -32.9893 -90.4891 20.9978 -52
-STDOUT_20812=0 -6.13617 0 0 -7.93713 0 0 -177.417 -31.7532 -73.4998 -32.3268 -87.4166 19.9979 -52
-STDOUT_20813=0 -6.2829 0 0 -7.48756 0 0 -173.395 -32.6564 -74.5136 -33.2367 -90.4891 19.9979 -52
-STDOUT_20814=0 -6.79163 0 0 -7.1396 0 0 -184.774 -31.1086 -71.6363 -32.1231 -94.8253 18.998 -54
-STDOUT_20815=0 -5.89615 0 0 -7.02946 0 0 -173.395 -31.0173 -74.5136 -34.2949 -90.4891 19.9979 -52
-STDOUT_20816=0 -6.26288 0 0 -7.34554 0 0 -173.395 -30.3552 -74.5136 -33.0329 -90.4891 18.998 -52
-STDOUT_20817=0 -6.17039 0 0 -7.94276 0 0 -181.332 -32.7694 -71.449 -34.0136 -90.6039 20.9978 -53
-STDOUT_20818=0 -6.57877 0 0 -6.06312 0 0 -184.774 -32.4775 -71.6363 -33.1657 -94.8253 18.998 -54
-STDOUT_20819=0 -6.64088 0 0 -7.15398 0 0 -184.774 -33.1112 -71.6363 -32.1932 -94.8253 18.998 -54
-STDOUT_20820=0 -5.96836 0 0 -7.68587 0 0 -177.417 -31.5993 -73.4998 -32.8189 -87.4166 19.9979 -52
-STDOUT_20821=0 -5.88275 0 0 -6.03819 0 0 -173.395 -30.4365 -74.5136 -34.5926 -90.4891 18.998 -52
-STDOUT_20822=0 -5.94485 0 0 -7.12905 0 0 -173.395 -31.0702 -74.5136 -33.6201 -90.4891 18.998 -52
-STDOUT_20823=0 -6.27855 0 0 -7.42001 0 0 -173.395 -32.2262 -74.5136 -33.9474 -90.4891 20.9978 -52
-STDOUT_20824=0 -5.61455 0 0 -7.59298 0 0 -181.332 -31.9662 -71.449 -34.0571 -90.6039 18.998 -53
-STDOUT_20825=0 -5.61724 0 0 -6.87261 0 0 -173.395 -29.8083 -74.5136 -33.8502 -90.4891 17.9981 -52
-STDOUT_20826=0 -6.41096 0 0 -5.81186 0 0 -184.774 -32.3236 -71.6363 -33.6578 -94.8253 18.998 -54
-STDOUT_20827=0 -5.54155 0 0 -7.13913 0 0 -173.395 -31.6409 -74.5136 -34.1647 -90.4891 18.998 -52
-STDOUT_20828=0 -6.69869 0 0 -7.66233 0 0 -173.395 -31.0738 -74.5136 -33.2838 -90.4891 20.9978 -52
-STDOUT_20829=0 -6.47307 0 0 -6.90272 0 0 -184.774 -32.9573 -71.6363 -32.6853 -94.8253 18.998 -54
-STDOUT_20830=0 -5.73199 0 0 -6.05257 0 0 -173.395 -32.4392 -74.5136 -34.6627 -90.4891 18.998 -52
-STDOUT_20831=0 -6.22411 0 0 -7.5111 0 0 -179.765 -33.2955 -75.4226 -37.1528 -100.791 20.9978 -55
-STDOUT_20832=0 -6.49159 0 0 -7.02783 0 0 -184.774 -31.9222 -71.6363 -32.0967 -94.8253 17.9981 -54
-STDOUT_20833=0 -5.72271 0 0 -7.07023 0 0 -173.395 -31.423 -74.5136 -33.9909 -90.4891 18.998 -52
-STDOUT_20834=0 -6.57269 0 0 -6.75393 0 0 -184.774 -31.3727 -71.6363 -32.2447 -94.8253 17.9981 -54
-STDOUT_20835=0 -6.86108 0 0 -7.38731 0 0 -184.774 -33.8723 -71.6363 -32.2753 -94.8253 19.9979 -54
-STDOUT_20836=0 -6.27868 0 0 -7.40561 0 0 -173.395 -31.3976 -74.5136 -33.5218 -90.4891 19.9979 -52
-STDOUT_20837=0 -5.94635 0 0 -7.6018 0 0 -181.332 -32.0225 -71.449 -34.1801 -90.6039 19.9979 -53
-STDOUT_20838=0 -6.14285 0 0 -7.31256 0 0 -173.395 -30.2706 -74.5136 -33.3273 -90.4891 18.998 -52
-STDOUT_20839=0 -5.66827 0 0 -7.16133 0 0 -179.765 -32.4923 -75.4226 -37.1963 -100.791 18.998 -55
-STDOUT_20840=0 -5.37374 0 0 -6.88787 0 0 -173.395 -31.4869 -74.5136 -34.6569 -90.4891 18.998 -52
-STDOUT_20841=0 -5.56419 0 0 -5.80131 0 0 -173.395 -32.2853 -74.5136 -35.1548 -90.4891 18.998 -52
-STDOUT_20842=0 -6.16505 0 0 -7.36239 0 0 -173.395 -31.8313 -74.5136 -33.7021 -90.4891 19.9979 -52
-STDOUT_20843=0 -5.85601 0 0 -7.60718 0 0 -173.395 -31.4941 -74.5136 -33.9809 -90.4891 19.9979 -52
-STDOUT_20844=0 -6.32378 0 0 -6.77657 0 0 -184.774 -31.7683 -71.6363 -32.5888 -94.8253 17.9981 -54
-STDOUT_20845=0 -6.80799 0 0 -7.87323 0 0 -173.395 -32.7367 -74.5136 -32.8894 -90.4891 20.9978 -52
-STDOUT_20846=0 -5.5827 0 0 -5.92643 0 0 -173.395 -31.2502 -74.5136 -34.5661 -90.4891 17.9981 -52
-STDOUT_20847=0 -5.64481 0 0 -7.01729 0 0 -173.395 -31.8839 -74.5136 -33.5936 -90.4891 17.9981 -52
-STDOUT_20848=0 -5.73349 0 0 -6.52532 0 0 -181.332 -33.3914 -71.449 -35.2227 -90.6039 19.9979 -53
-STDOUT_20849=0 -5.7956 0 0 -7.61618 0 0 -181.332 -34.0251 -71.449 -34.2502 -90.6039 19.9979 -53
-STDOUT_20850=0 -5.66381 0 0 -5.65253 0 0 -173.395 -30.7006 -74.5136 -34.7141 -90.4891 17.9981 -52
-STDOUT_20851=0 -5.72285 0 0 -7.05584 0 0 -173.395 -30.5943 -74.5136 -33.5653 -90.4891 17.9981 -52
-STDOUT_20852=0 -5.72592 0 0 -6.74339 0 0 -173.395 -31.3344 -74.5136 -33.7416 -90.4891 17.9981 -52
-STDOUT_20853=0 -6.69327 0 0 -7.13605 0 0 -184.774 -33.7184 -71.6363 -32.7674 -94.8253 19.9979 -54
-STDOUT_20854=0 -5.95219 0 0 -6.28591 0 0 -173.395 -33.2002 -74.5136 -34.7447 -90.4891 19.9979 -52
-STDOUT_20855=0 -6.42124 0 0 -7.41512 0 0 -173.395 -31.0976 -74.5136 -33.9476 -90.4891 20.9978 -52
-STDOUT_20856=0 -6.66602 0 0 -7.03193 0 0 -184.774 -31.6521 -71.6363 -32.5055 -94.8253 18.998 -54
-STDOUT_20857=0 -6.25216 0 0 -7.52345 0 0 -173.395 -31.9335 -74.5136 -32.9329 -90.4891 18.998 -52
-STDOUT_20858=0 -6.49345 0 0 -8.07153 0 0 -177.417 -31.6797 -73.4998 -32.4715 -87.4166 20.9978 -52
-STDOUT_20859=0 -5.6882 0 0 -7.35592 0 0 -173.395 -31.3401 -74.5136 -34.473 -90.4891 19.9979 -52
-STDOUT_20860=0 -5.4149 0 0 -5.67517 0 0 -173.395 -31.0963 -74.5136 -35.0582 -90.4891 17.9981 -52
-STDOUT_20861=0 -5.477 0 0 -6.76603 0 0 -173.395 -31.73 -74.5136 -34.0857 -90.4891 17.9981 -52
-STDOUT_20862=0 -5.56568 0 0 -6.27406 0 0 -181.332 -33.2375 -71.449 -35.7148 -90.6039 19.9979 -53
-STDOUT_20863=0 -5.62779 0 0 -7.36492 0 0 -181.332 -33.8712 -71.449 -34.7423 -90.6039 19.9979 -53
-STDOUT_20864=-236 0 0 -52.275 0 0 -51.4975 -258.954 -80.1039 -75.1453 -39.726 -42.9153 40.9958 -42
-STDOUT_20865=-236 0 0 -51.9712 0 0 -51.3608 -256.695 -81.1356 -75.9615 -40.927 -44.1306 40.9958 -42
-STDOUT_20866=-236 0 0 -52.1455 0 0 -52.3713 -262.286 -78.9813 -73.0988 -39.0111 -41.8589 40.9958 -42
-STDOUT_20867=-236 0 0 -51.8417 0 0 -52.2346 -260.027 -80.0129 -73.915 -40.2121 -43.0742 40.9958 -42
-STDOUT_20868=-236 0 0 -52.0489 0 0 -51.293 -256.419 -81.1432 -76.1192 -41.3648 -44.5229 40.9958 -42
-STDOUT_20869=-236 0 0 -51.1545 0 0 -50.6745 -255.728 -84.2621 -76.2417 -41.6286 -42.6099 40.9958 -41
-STDOUT_20870=-236 0 0 -51.7451 0 0 -51.1563 -254.16 -82.1749 -76.9354 -42.5658 -45.7382 40.9958 -42
-STDOUT_20871=-236 0 0 -52.6066 0 0 -52.0901 -263.165 -78.8984 -74.1838 -37.5412 -40.8755 40.9958 -42
-STDOUT_20872=-236 0 0 -52.6856 0 0 -51.2896 -260.886 -80.822 -76.2726 -37.1815 -41.6077 40.9958 -42
-STDOUT_20873=-236 0 0 -51.6873 0 0 -52.0083 -261.774 -77.9177 -72.436 -40.8246 -43.3207 40.9958 -42
-STDOUT_20874=-236 0 0 -52.3028 0 0 -51.9534 -260.907 -79.93 -75 -38.7422 -42.0908 40.9958 -42
-STDOUT_20875=-236 0 0 -53.1917 0 0 -51.8809 -264.703 -77.5855 -73.1761 -36.337 -40.8685 40.9958 -42
-STDOUT_20876=-236 0 0 -52.3819 0 0 -51.153 -258.627 -81.8536 -77.0888 -38.3825 -42.823 40.9958 -42
-STDOUT_20877=-236 0 0 -51.3835 0 0 -51.8717 -259.515 -78.9493 -73.2522 -42.0256 -44.536 40.9958 -42
-STDOUT_20878=-236 0 0 -52.8879 0 0 -51.7442 -262.444 -78.6172 -73.9923 -37.538 -42.0838 40.9958 -42
-STDOUT_20879=-236 0 0 -52.0328 0 0 -51.4111 -255.841 -81.4033 -76.0678 -42.0468 -45.0503 40.9958 -42
-STDOUT_20880=-236 0 0 -51.9193 0 0 -52.1668 -259.751 -80.0205 -74.0727 -40.6498 -43.4665 40.9958 -42
-STDOUT_20881=-236 0 0 -51.9237 0 0 -51.3785 -258.024 -81.0082 -76.0185 -40.7236 -43.7861 40.9958 -42
-STDOUT_20882=-236 0 0 -51.025 0 0 -51.5483 -259.06 -83.1394 -74.1952 -40.9136 -41.5535 40.9958 -41
-STDOUT_20883=-236 0 0 -51.6155 0 0 -52.0301 -257.492 -81.0522 -74.8889 -41.8509 -44.6818 40.9958 -42
-STDOUT_20884=-236 0 0 -51.6199 0 0 -51.2419 -255.765 -82.0399 -76.8347 -41.9246 -45.0014 40.9958 -42
-STDOUT_20885=-236 0 0 -52.477 0 0 -52.9639 -266.498 -77.7757 -72.1373 -36.8263 -39.8192 40.9958 -42
-STDOUT_20886=-236 0 0 -51.5577 0 0 -52.8821 -265.106 -76.795 -70.3895 -40.1097 -42.2644 40.9958 -42
-STDOUT_20887=-236 0 0 -52.1732 0 0 -52.8272 -264.239 -78.8074 -72.9535 -38.0273 -41.0344 40.9958 -42
-STDOUT_20888=-236 0 0 -50.9284 0 0 -50.4699 -253.193 -85.3014 -77.2155 -43.2673 -44.2175 40.9958 -41
-STDOUT_20889=-236 0 0 -51.2539 0 0 -52.7455 -262.847 -77.8267 -71.2057 -41.3107 -43.4796 40.9958 -42
-STDOUT_20890=-236 0 0 -52.2162 0 0 -52.4603 -262.868 -78.6708 -73.257 -39.0329 -41.9598 40.9958 -42
-STDOUT_20891=-236 0 0 -51.6394 0 0 -51.7801 -259.332 -82.2177 -76.1953 -39.8557 -42.5981 40.9958 -42
-STDOUT_20892=-236 0 0 -52.3804 0 0 -51.8856 -260.631 -79.9377 -75.1577 -39.18 -42.4832 40.9958 -42
-STDOUT_20893=-236 0 0 -51.486 0 0 -51.2671 -259.939 -83.0565 -75.2801 -39.4438 -40.5701 40.9958 -41
-STDOUT_20894=-236 0 0 -52.4595 0 0 -51.0851 -258.352 -81.8613 -77.2465 -38.8203 -43.2153 40.9958 -42
-STDOUT_20895=-236 0 0 -51.9124 0 0 -52.3236 -260.609 -79.7025 -74.0732 -40.2339 -43.175 40.9958 -42
-STDOUT_20896=-236 0 0 -51.3356 0 0 -51.6434 -257.073 -83.2494 -77.0115 -41.0567 -43.8134 40.9958 -42
-STDOUT_20897=-236 0 0 -51.4611 0 0 -51.8038 -259.24 -78.957 -73.4099 -42.4634 -44.9284 40.9958 -42
-STDOUT_20898=-236 0 0 -51.5651 0 0 -50.4666 -257.66 -84.9801 -77.369 -39.084 -41.3023 40.9958 -41
-STDOUT_20899=-236 0 0 -52.0766 0 0 -51.7489 -258.372 -80.9693 -75.9739 -40.381 -43.6984 40.9958 -42
-STDOUT_20900=-236 0 0 -50.5667 0 0 -51.1853 -258.548 -82.0758 -73.5323 -42.7272 -43.0153 40.9958 -41
-STDOUT_20901=-236 0 0 -52.9655 0 0 -51.6763 -262.169 -78.6248 -74.15 -37.9757 -42.4761 40.9958 -42
-STDOUT_20902=-236 0 0 -51.9033 0 0 -52.2849 -259.173 -80.2807 -74.0213 -41.3319 -43.994 40.9958 -42
-STDOUT_20903=-236 0 0 -52.1557 0 0 -50.9484 -256.093 -82.8929 -78.0627 -40.0213 -44.4306 40.9958 -42
-STDOUT_20904=-236 0 0 -51.1573 0 0 -51.6671 -256.981 -79.9886 -74.2261 -43.6644 -46.1436 40.9958 -42
-STDOUT_20905=-236 0 0 -52.0712 0 0 -51.0579 -261.477 -81.7437 -74.2725 -38.2395 -40.5631 40.9958 -41
-STDOUT_20906=-236 0 0 -53.0172 0 0 -51.8822 -265.098 -79.6164 -75.3111 -34.9967 -39.568 40.9958 -42
-STDOUT_20907=-236 0 0 -52.0188 0 0 -52.6009 -265.986 -76.7121 -71.4745 -38.6398 -41.281 40.9958 -42
-STDOUT_20908=-236 0 0 -52.6617 0 0 -51.5396 -259.91 -79.6565 -74.9662 -39.1767 -43.6914 40.9958 -42
-STDOUT_20909=-236 0 0 -52.0979 0 0 -51.8005 -263.707 -78.6357 -73.5633 -38.2801 -42.0132 40.9958 -42
-STDOUT_20910=-236 0 0 -53.5232 0 0 -52.4735 -268.915 -76.38 -72.2146 -34.1522 -38.8288 40.9958 -42
-STDOUT_20911=-236 0 0 -52.7134 0 0 -51.7456 -262.839 -80.6481 -76.1273 -36.1977 -40.7833 40.9958 -42
-STDOUT_20912=-236 0 0 -51.715 0 0 -52.4642 -263.727 -77.7438 -72.2907 -39.8409 -42.4963 40.9958 -42
-STDOUT_20913=-236 0 0 -52.2552 0 0 -51.9711 -262.079 -79.8027 -75.0569 -38.5388 -41.7464 40.9958 -42
-STDOUT_20914=-236 0 0 -52.6039 0 0 -52.3917 -267.523 -75.3993 -70.4668 -37.4356 -41.274 40.9958 -42
-STDOUT_20915=-236 0 0 -51.7941 0 0 -51.6638 -261.448 -79.6674 -74.3795 -39.4811 -43.2285 40.9958 -42
-STDOUT_20916=-236 0 0 -53.2194 0 0 -52.3368 -266.656 -77.4116 -73.0308 -35.3532 -40.044 40.9958 -42
-STDOUT_20917=-236 0 0 -51.8067 0 0 -51.2066 -253.307 -82.4426 -77.0417 -43.6856 -46.658 40.9958 -42
-STDOUT_20918=-236 0 0 -51.6975 0 0 -51.174 -255.49 -82.0475 -76.9923 -42.3624 -45.3937 40.9958 -42
-STDOUT_20919=-236 0 0 -51.9514 0 0 -51.8345 -259.82 -80.8343 -75.8731 -39.7398 -42.9616 40.9958 -42
-STDOUT_20920=-236 0 0 -52.3888 0 0 -51.7095 -259.873 -79.5685 -74.6536 -40.3627 -43.5814 40.9958 -42
-STDOUT_20921=-236 0 0 -52.3001 0 0 -52.255 -265.264 -76.4309 -71.283 -38.6366 -42.4892 40.9958 -42
-STDOUT_20922=-236 0 0 -50.7988 0 0 -51.3438 -256.525 -84.1787 -75.169 -42.5524 -43.1611 40.9958 -41
-STDOUT_20923=-236 0 0 -50.8031 0 0 -50.5555 -254.798 -85.1664 -77.1148 -42.6261 -43.4807 40.9958 -41
-STDOUT_20924=-236 0 0 -53.2624 0 0 -51.9699 -265.286 -77.2751 -73.3343 -36.3587 -40.9694 40.9958 -42
-STDOUT_20925=-236 0 0 -51.3937 0 0 -51.0373 -253.231 -83.0792 -77.8085 -43.5634 -46.609 40.9958 -42
-STDOUT_20926=-236 0 0 -52.3643 0 0 -52.0037 -260.053 -80.1978 -75.1063 -39.862 -43.0106 40.9958 -42
-STDOUT_20927=-236 0 0 -52.085 0 0 -51.5728 -257.614 -80.6002 -75.4698 -41.5637 -44.7966 40.9958 -42
-STDOUT_20928=-236 0 0 -52.2508 0 0 -52.7594 -263.963 -78.815 -73.1112 -38.4651 -41.4268 40.9958 -42
-STDOUT_20929=-236 0 0 -52.2552 0 0 -51.9711 -262.236 -79.8027 -75.0569 -38.5388 -41.7464 40.9958 -42
-STDOUT_20930=-236 0 0 -52.4434 0 0 -51.2033 -257.774 -82.1214 -77.1951 -39.5023 -43.7428 40.9958 -42
-STDOUT_20931=-236 0 0 -52.9586 0 0 -51.8332 -263.027 -78.3067 -74.1505 -37.5597 -42.1846 40.9958 -42
-STDOUT_20932=-236 0 0 -51.3565 0 0 -52.1409 -263.271 -81.9339 -73.2336 -38.7288 -39.5138 40.9958 -41
-STDOUT_20933=-236 0 0 -51.445 0 0 -51.9219 -258.662 -79.2171 -73.3585 -43.1454 -45.4558 40.9958 -42
-STDOUT_20934=-236 0 0 -51.3315 0 0 -52.6776 -262.572 -77.8343 -71.3634 -41.7485 -43.872 40.9958 -42
-STDOUT_20935=-236 0 0 -51.3359 0 0 -51.8894 -260.844 -78.822 -73.3091 -41.8222 -44.1916 40.9958 -42
-STDOUT_20936=-236 0 0 -51.947 0 0 -52.6227 -261.704 -79.8467 -73.9274 -39.6661 -42.6421 40.9958 -42
-STDOUT_20937=-236 0 0 -50.4372 0 0 -52.0591 -261.88 -80.9532 -71.4858 -42.0122 -41.959 40.9958 -41
-STDOUT_20938=-236 0 0 -51.9514 0 0 -51.8345 -259.977 -80.8343 -75.8731 -39.7398 -42.9616 40.9958 -42
-STDOUT_20939=-236 0 0 -52.9495 0 0 -51.7945 -261.591 -78.8849 -74.0986 -38.6578 -43.0036 40.9958 -42
-STDOUT_20940=-236 0 0 -51.0277 0 0 -52.5409 -260.313 -78.866 -72.1796 -42.9495 -45.0873 40.9958 -42
-STDOUT_20941=-236 0 0 -51.0321 0 0 -51.7527 -258.585 -79.8536 -74.1253 -43.0232 -45.4068 40.9958 -42
-STDOUT_20942=-236 0 0 -50.7918 0 0 -50.0759 -256.775 -83.7582 -76.0643 -41.7186 -43.8089 40.9958 -41
-STDOUT_20943=-236 0 0 -51.99 0 0 -52.2558 -260.334 -79.7101 -74.2309 -40.6716 -43.5674 40.9958 -42
-STDOUT_20944=-236 0 0 -51.4133 0 0 -51.5756 -256.798 -83.257 -77.1692 -41.4944 -44.2057 40.9958 -42
-STDOUT_20945=-236 0 0 -51.8892 0 0 -53.4747 -269.318 -75.5895 -69.428 -37.9249 -40.2246 40.9958 -42
-STDOUT_20946=-236 0 0 -51.0957 0 0 -51.6373 -259.642 -82.829 -74.3534 -40.9354 -41.6544 40.9958 -41
-STDOUT_20947=-236 0 0 -50.5189 0 0 -50.9571 -256.106 -86.3759 -77.2917 -41.7582 -42.2927 40.9958 -41
-STDOUT_20948=-236 0 0 -51.2599 0 0 -51.0625 -257.405 -84.0958 -76.254 -41.0825 -42.1778 40.9958 -41
-STDOUT_20949=-236 0 0 -51.6862 0 0 -52.1191 -258.075 -80.7418 -75.0471 -41.8726 -44.7827 40.9958 -42
-STDOUT_20950=-236 0 0 -51.1095 0 0 -51.4389 -254.539 -84.2887 -77.9854 -42.6954 -45.421 40.9958 -42
-STDOUT_20951=-236 0 0 -51.5854 0 0 -53.3381 -267.059 -76.6211 -70.2442 -39.1259 -41.4399 40.9958 -42
-STDOUT_20952=-236 0 0 -51.339 0 0 -50.2621 -255.126 -86.0194 -78.3428 -40.7228 -42.9099 40.9958 -41
-STDOUT_20953=-236 0 0 -52.1256 0 0 -52.845 -265.411 -78.68 -73.0105 -37.8239 -40.69 40.9958 -42
-STDOUT_20954=-236 0 0 -52.5477 0 0 -53.0529 -267.08 -77.4653 -72.2955 -36.8481 -39.92 40.9958 -42
-STDOUT_20955=-236 0 0 -51.9709 0 0 -52.3727 -263.544 -81.0122 -75.2338 -37.6709 -40.5584 40.9958 -42
-STDOUT_20956=-236 0 0 -50.3406 0 0 -50.9808 -256.013 -83.1151 -74.5062 -44.3659 -44.623 40.9958 -41
-STDOUT_20957=-236 0 0 -51.6771 0 0 -52.0804 -256.639 -81.32 -74.9952 -42.9706 -45.6016 40.9958 -42
-STDOUT_20958=-236 0 0 -51.6814 0 0 -51.2922 -254.912 -82.3076 -76.9409 -43.0444 -45.9212 40.9958 -42
-STDOUT_20959=-236 0 0 -53.0788 0 0 -51.262 -254.798 -82.3979 -78.625 -40.4503 -44.7539 40.9958 -42
-STDOUT_20960=-236 0 0 -51.6284 0 0 -52.9711 -265.689 -76.4846 -70.5477 -40.1315 -42.3652 40.9958 -42
-STDOUT_20961=-236 0 0 -51.0516 0 0 -52.2909 -262.153 -80.0315 -73.486 -40.9543 -43.0036 40.9958 -42
-STDOUT_20962=-236 0 0 -51.845 0 0 -50.8533 -258.943 -82.783 -75.2463 -39.8782 -42.1707 40.9958 -41
-STDOUT_20963=-236 0 0 -51.8218 0 0 -52.7083 -263.152 -79.7117 -73.8267 -39.0249 -41.9053 40.9958 -42
-STDOUT_20964=-18 -3.84418 0 -12.5352 -2.40983 0 -10.0022 -148.306 -36.3156 -78.0759 -17.4555 -42.1954 15.9983 -37
-STDOUT_20965=-18 -3.75902 0 -13.125 -2.38401 0 -10.0022 -148.306 -36.7504 -78.0759 -19.5338 -42.1954 15.9983 -37
-STDOUT_20966=-12 -4.76578 0 -8.17035 -3.19676 0 -5.65219 -142.321 -45.9355 -81.2397 -16.7452 -38.3836 14.9984 -35
-STDOUT_20967=-18 -3.9486 0 -13.125 -2.19064 0 -10.0022 -148.306 -38.734 -78.0759 -19.5305 -42.1954 15.9983 -37
-STDOUT_20968=-18 -3.51096 0 -12.5352 -2.43067 0 -10.0022 -148.306 -37.0103 -78.0759 -17.4023 -42.1954 16.9982 -37
-STDOUT_20969=-12 -4.68062 0 -8.76014 -3.17093 0 -5.65219 -142.321 -46.3703 -81.2397 -18.8234 -38.3836 14.9984 -35
-STDOUT_20970=-12 -4.5454 0 -8.17035 -2.76091 0 -5.65219 -142.105 -44.5678 -81.1865 -17.0908 -38.2152 14.9984 -34
-STDOUT_20971=-18 -3.4258 0 -13.125 -2.40484 0 -10.0022 -148.306 -37.4451 -78.0759 -19.4806 -42.1954 16.9982 -37
-STDOUT_20972=-18 -3.77201 0 -12.5352 -2.535 0 -11.0737 -154.685 -32.5465 -73.9602 -18.8696 -43.0545 16.9982 -39
-STDOUT_20973=-18 -4.355 0 -13.5359 -2.87204 0 -10.0022 -148.306 -39.0213 -78.0759 -17.1146 -42.1954 16.9982 -37
-STDOUT_20974=-12 -4.46024 0 -8.76014 -2.73508 0 -5.65219 -142.105 -45.0026 -81.1865 -19.169 -38.2152 14.9984 -34
-STDOUT_20975=-18 -3.99362 0 -12.5352 -2.57771 0 -10.0022 -147.107 -38.5952 -77.5605 -17.9612 -40.1489 15.9983 -36
-STDOUT_20976=-18 -3.68685 0 -13.125 -2.50917 0 -11.0737 -154.685 -32.9813 -73.9602 -20.9478 -43.0545 16.9982 -39
-STDOUT_20977=-18 -4.26985 0 -14.1257 -2.84621 0 -10.0022 -148.306 -39.4561 -78.0759 -19.1928 -42.1954 16.9982 -37
-STDOUT_20978=-18 -2.67774 0 -13.123 -2.27587 0 -10.0022 -148.306 -42.5897 -78.015 -17.0412 -42.8689 16.9982 -37
-STDOUT_20979=-18 -3.90846 0 -13.125 -2.55189 0 -10.0022 -147.107 -39.03 -77.5605 -20.0395 -40.1489 15.9983 -36
-STDOUT_20980=-12 -4.8702 0 -8.76014 -2.97756 0 -5.65219 -142.321 -48.3539 -81.2397 -18.8201 -38.3836 14.9984 -35
-STDOUT_20981=-12 -4.43257 0 -8.17035 -3.21759 0 -5.65219 -142.321 -46.6302 -81.2397 -16.692 -38.3836 15.9983 -35
-STDOUT_20982=-18 -2.59258 0 -13.7128 -2.25004 0 -10.0022 -148.306 -43.0245 -78.015 -19.1195 -42.8689 16.9982 -37
-STDOUT_20983=-18 -2.85209 0 -14.2216 -2.7867 0 -10.0022 -153.703 -41.1196 -74.9503 -17.4467 -42.9837 16.9982 -38
-STDOUT_20984=-18 -3.61538 0 -13.125 -2.21147 0 -10.0022 -148.306 -39.4287 -78.0759 -19.4773 -42.1954 16.9982 -37
-STDOUT_20985=-12 -4.34741 0 -8.76014 -3.19177 0 -5.65219 -142.321 -47.065 -81.2397 -18.7702 -38.3836 15.9983 -35
-STDOUT_20986=-12 -4.69362 0 -8.17035 -3.32192 0 -6.72376 -148.701 -42.1663 -77.124 -18.1593 -39.2427 15.9983 -37
-STDOUT_20987=-12 -4.64982 0 -8.76014 -2.54171 0 -5.65219 -142.105 -46.9862 -81.1865 -19.1658 -38.2152 14.9984 -34
-STDOUT_20988=-12 -4.21218 0 -8.17035 -2.78174 0 -5.65219 -142.105 -45.2625 -81.1865 -17.0376 -38.2152 15.9983 -34
-STDOUT_20989=-18 -2.76694 0 -14.8114 -2.76087 0 -10.0022 -153.703 -41.5544 -74.9503 -19.5249 -42.9837 16.9982 -38
-STDOUT_20990=-12 -4.7597 0 -8.17035 -2.92879 0 -5.65219 -140.907 -46.9672 -80.671 -17.2134 -36.1687 14.9984 -33
-STDOUT_20991=-18 -3.87643 0 -13.125 -2.3158 0 -11.0737 -154.685 -34.9649 -73.9602 -20.9445 -43.0545 16.9982 -39
-STDOUT_20992=-18 -3.4388 0 -12.5352 -2.55583 0 -11.0737 -154.685 -33.2412 -73.9602 -18.8164 -43.0545 17.9981 -39
-STDOUT_20993=-12 -4.91523 0 -8.17035 -3.36464 0 -5.65219 -141.123 -48.215 -80.7243 -17.2509 -36.3371 14.9984 -34
-STDOUT_20994=-18 -4.45942 0 -14.1257 -2.65284 0 -10.0022 -148.306 -41.4397 -78.0759 -19.1895 -42.1954 16.9982 -37
-STDOUT_20995=-12 -4.60846 0 -8.76014 -3.29609 0 -6.72376 -148.701 -42.6012 -77.124 -20.2375 -39.2427 15.9983 -37
-STDOUT_20996=-18 -4.02179 0 -13.5359 -2.89287 0 -10.0022 -148.306 -39.716 -78.0759 -17.0614 -42.1954 17.9981 -37
-STDOUT_20997=-12 -4.12702 0 -8.76014 -2.75592 0 -5.65219 -142.105 -45.6973 -81.1865 -19.1158 -38.2152 15.9983 -34
-STDOUT_20998=-12 -4.47323 0 -8.17035 -2.88607 0 -6.72376 -148.484 -40.7987 -77.0708 -18.5049 -39.0743 15.9983 -36
-STDOUT_20999=-18 -3.74053 0 -12.5352 -2.66109 0 -10.0022 -148.306 -36.1688 -78.0759 -17.8659 -42.1954 15.9983 -37
-STDOUT_21000=-12 -4.67454 0 -8.76014 -2.90296 0 -5.65219 -140.907 -47.402 -80.671 -19.2916 -36.1687 14.9984 -33
-STDOUT_21001=-18 -3.66041 0 -12.5352 -2.59855 0 -10.0022 -147.107 -39.2898 -77.5605 -17.9081 -40.1489 16.9982 -36
-STDOUT_21002=-18 -3.35364 0 -13.125 -2.53001 0 -11.0737 -154.685 -33.676 -73.9602 -20.8946 -43.0545 17.9981 -39
-STDOUT_21003=-18 -3.97492 0 -12.5352 -2.21646 0 -10.0022 -148.306 -39.0252 -78.0759 -18.1194 -42.1954 15.9983 -37
-STDOUT_21004=-12 -4.83007 0 -8.76014 -3.33881 0 -5.65219 -141.123 -48.6498 -80.7243 -19.3292 -36.3371 14.9984 -34
-STDOUT_21005=-18 -4.32097 0 -12.5352 -2.77834 0 -10.0022 -147.107 -38.7991 -77.5605 -17.28 -40.1489 15.9983 -36
-STDOUT_21006=-18 -3.93663 0 -14.1257 -2.86705 0 -10.0022 -148.306 -40.1508 -78.0759 -19.1396 -42.1954 17.9981 -37
-STDOUT_21007=-18 -2.78216 0 -13.7128 -2.05667 0 -10.0022 -148.306 -45.0081 -78.015 -19.1162 -42.8689 16.9982 -37
-STDOUT_21008=-18 -4.28284 0 -13.5359 -2.9972 0 -11.0737 -154.685 -35.2522 -73.9602 -18.5287 -43.0545 17.9981 -39
-STDOUT_21009=-12 -4.38807 0 -8.76014 -2.86024 0 -6.72376 -148.484 -41.2335 -77.0708 -20.5831 -39.0743 15.9983 -36
-STDOUT_21010=-18 -3.65537 0 -13.125 -2.63527 0 -10.0022 -148.306 -36.6036 -78.0759 -19.9442 -42.1954 15.9983 -37
-STDOUT_21011=-18 -3.59814 0 -12.5352 -2.64622 0 -10.0022 -148.306 -37.3523 -78.0759 -17.1466 -42.1954 16.9982 -37
-STDOUT_21012=-18 -3.57525 0 -13.125 -2.57272 0 -10.0022 -147.107 -39.7247 -77.5605 -19.9863 -40.1489 16.9982 -36
-STDOUT_21013=-18 -3.92146 0 -12.5352 -2.70288 0 -11.0737 -153.487 -34.826 -73.4448 -19.3753 -41.008 16.9982 -38
-STDOUT_21014=-12 -4.53699 0 -8.76014 -2.99839 0 -5.65219 -142.321 -49.0486 -81.2397 -18.767 -38.3836 15.9983 -35
-STDOUT_21015=-18 -4.23582 0 -13.125 -2.75251 0 -10.0022 -147.107 -39.2339 -77.5605 -19.3583 -40.1489 15.9983 -36
-STDOUT_21016=-18 -4.50445 0 -13.5359 -3.03992 0 -10.0022 -147.107 -41.3008 -77.5605 -17.6203 -40.1489 16.9982 -36
-STDOUT_21017=-18 -4.19768 0 -14.1257 -2.97138 0 -11.0737 -154.685 -35.687 -73.9602 -20.6069 -43.0545 17.9981 -39
-STDOUT_21018=-18 -2.60558 0 -13.123 -2.40103 0 -11.0737 -154.685 -38.8205 -73.8993 -18.4553 -43.728 17.9981 -39
-STDOUT_21019=-18 -2.95652 0 -14.8114 -2.5675 0 -10.0022 -153.703 -43.538 -74.9503 -19.5216 -42.9837 16.9982 -38
-STDOUT_21020=-18 -3.51298 0 -13.125 -2.6204 0 -10.0022 -148.306 -37.7871 -78.0759 -19.2248 -42.1954 16.9982 -37
-STDOUT_21021=-12 -4.50661 0 -8.17035 -3.01217 0 -5.65219 -142.105 -44.5409 -81.1865 -17.1181 -38.2152 14.9984 -34
-STDOUT_21022=-18 -3.8363 0 -13.125 -2.67705 0 -11.0737 -153.487 -35.2608 -73.4448 -21.4535 -41.008 16.9982 -38
-STDOUT_21023=-12 -4.79804 0 -8.76014 -3.10272 0 -6.72376 -148.701 -44.5848 -77.124 -20.2342 -39.2428 15.9983 -37
-STDOUT_21024=-18 -4.41929 0 -14.1257 -3.01409 0 -10.0022 -147.107 -41.7356 -77.5605 -19.6985 -40.1489 16.9982 -36
-STDOUT_21025=-18 -2.67774 0 -13.2866 -2.28128 0 -10.0022 -150.774 -37.3899 -77.9501 -16.1426 -46.5276 16.9982 -38
-STDOUT_21026=-12 -4.3604 0 -8.17035 -3.34275 0 -6.72376 -148.701 -42.861 -77.124 -18.1061 -39.2427 16.9982 -37
-STDOUT_21027=-18 -2.82718 0 -13.123 -2.44375 0 -10.0022 -147.107 -44.8692 -77.4995 -17.547 -40.8224 16.9982 -36
-STDOUT_21028=-12 -4.3166 0 -8.76014 -2.56254 0 -5.65219 -142.105 -47.6809 -81.1865 -19.1126 -38.2152 15.9983 -34
-STDOUT_21029=-18 -2.52042 0 -13.7128 -2.37521 0 -11.0737 -154.685 -39.2553 -73.8993 -20.5335 -43.728 17.9981 -39
-STDOUT_21030=-18 -2.77993 0 -14.2216 -2.91186 0 -11.0737 -160.082 -37.3504 -70.8347 -18.8608 -43.8429 17.9981 -40
-STDOUT_21031=-12 -4.42648 0 -8.17035 -2.94962 0 -5.65219 -140.907 -47.6619 -80.671 -17.1602 -36.1687 15.9983 -33
-STDOUT_21032=-12 -4.66214 0 -8.17035 -3.44802 0 -5.65219 -142.321 -45.7887 -81.2397 -17.1556 -38.3836 14.9984 -35
-STDOUT_21033=-12 -4.42145 0 -8.76014 -2.98634 0 -5.65219 -142.105 -44.9757 -81.1865 -19.1963 -38.2152 14.9984 -34
-STDOUT_21034=-18 -3.54322 0 -13.125 -2.33663 0 -11.0737 -154.685 -35.6596 -73.9602 -20.8913 -43.0545 17.9981 -39
-STDOUT_21035=-12 -4.58201 0 -8.17035 -3.38547 0 -5.65219 -141.123 -48.9097 -80.7243 -17.1977 -36.3371 15.9983 -34
-STDOUT_21036=-18 -4.12621 0 -14.1257 -2.67368 0 -10.0022 -148.306 -42.1344 -78.0759 -19.1363 -42.1954 17.9981 -37
-STDOUT_21037=-18 -2.59258 0 -13.8764 -2.25545 0 -10.0022 -150.774 -37.8247 -77.9501 -18.2209 -46.5276 16.9982 -38
-STDOUT_21038=-12 -4.27524 0 -8.76014 -3.31693 0 -6.72376 -148.701 -43.2958 -77.124 -20.1843 -39.2427 16.9982 -37
-STDOUT_21039=-18 -2.74203 0 -13.7128 -2.41792 0 -10.0022 -147.107 -45.304 -77.4995 -19.6252 -40.8224 16.9982 -36
-STDOUT_21040=-12 -4.57765 0 -8.76014 -2.66687 0 -6.72376 -148.484 -43.2171 -77.0708 -20.5798 -39.0743 15.9983 -36
-STDOUT_21041=-12 -4.89652 0 -8.17035 -3.00339 0 -5.65219 -142.321 -48.645 -81.2397 -17.4091 -38.3836 14.9984 -35
-STDOUT_21042=-18 -3.00154 0 -14.2216 -2.95458 0 -10.0022 -152.504 -43.3991 -74.4349 -17.9524 -40.9372 16.9982 -37
-STDOUT_21043=-12 -4.14002 0 -8.17035 -2.9069 0 -6.72376 -148.484 -41.4934 -77.0708 -18.4517 -39.0743 16.9982 -36
-STDOUT_21044=-18 -2.69477 0 -14.8114 -2.88603 0 -11.0737 -160.082 -37.7852 -70.8347 -20.939 -43.8429 17.9981 -40
-STDOUT_21045=-12 -5.24258 0 -8.17035 -3.56526 0 -5.65219 -141.123 -48.4189 -80.7243 -16.5697 -36.3371 14.9984 -34
-STDOUT_21046=-18 -3.40731 0 -12.5352 -2.68193 0 -10.0022 -148.306 -36.8635 -78.0759 -17.8127 -42.1954 16.9982 -37
-STDOUT_21047=-12 -4.34132 0 -8.76014 -2.9238 0 -5.65219 -140.907 -48.0967 -80.671 -19.2385 -36.1687 15.9983 -33
-STDOUT_21048=-12 -4.68753 0 -8.17035 -3.05395 0 -6.72376 -147.286 -43.1981 -76.5554 -18.6275 -37.0278 15.9983 -35
-STDOUT_21049=-12 -4.57698 0 -8.76014 -3.42219 0 -5.65219 -142.321 -46.2235 -81.2397 -19.2338 -38.3836 14.9984 -35
-STDOUT_21050=-12 -4.51974 0 -8.17035 -3.43315 0 -5.65219 -142.321 -46.9722 -81.2397 -16.4363 -38.3836 15.9983 -35
-STDOUT_21051=-18 -3.6417 0 -12.5352 -2.2373 0 -10.0022 -148.306 -39.7199 -78.0759 -18.0662 -42.1954 16.9982 -37
-STDOUT_21052=-12 -4.49685 0 -8.76014 -3.35965 0 -5.65219 -141.123 -49.3445 -80.7243 -19.276 -36.3371 15.9983 -34
-STDOUT_21053=-18 -3.98776 0 -12.5352 -2.79917 0 -10.0022 -147.107 -39.4938 -77.5605 -17.2268 -40.1489 16.9982 -36
-STDOUT_21054=-12 -4.84306 0 -8.17035 -3.4898 0 -6.72376 -147.502 -44.4459 -76.6086 -18.665 -37.1963 15.9983 -36
-STDOUT_21055=-18 -4.38726 0 -14.1257 -2.77801 0 -11.0737 -154.685 -37.6706 -73.9602 -20.6036 -43.0545 17.9981 -39
-STDOUT_21056=-18 -3.94962 0 -13.5359 -3.01804 0 -11.0737 -154.685 -35.9468 -73.9602 -18.4755 -43.0545 18.998 -39
-STDOUT_21057=-12 -4.05486 0 -8.76014 -2.88108 0 -6.72376 -148.484 -41.9282 -77.0708 -20.5299 -39.0743 16.9982 -36
-STDOUT_21058=-18 -2.91638 0 -14.8114 -2.92875 0 -10.0022 -152.504 -43.8339 -74.4349 -20.0306 -40.9372 16.9982 -37
-STDOUT_21059=-12 -5.15742 0 -8.76014 -3.53944 0 -5.65219 -141.123 -48.8538 -80.7243 -18.6479 -36.3371 14.9984 -34
-STDOUT_21060=-12 -4.67614 0 -8.17035 -2.56754 0 -5.65219 -142.105 -47.2774 -81.1865 -17.7547 -38.2152 14.9984 -34
-STDOUT_21061=-18 -3.32216 0 -13.125 -2.6561 0 -10.0022 -148.306 -37.2983 -78.0759 -19.891 -42.1954 16.9982 -37
-STDOUT_21062=-18 -3.66837 0 -12.5352 -2.78626 0 -11.0737 -154.685 -32.3997 -73.9602 -19.28 -43.0545 16.9982 -39
-STDOUT_21063=-12 -5.02219 0 -8.17035 -3.12941 0 -5.65219 -140.907 -47.0513 -80.671 -16.9153 -36.1687 14.9984 -33
-STDOUT_21064=-20 -3.13469 -16.5532 -5.14486 -2.27024 -7.59014 -7.72972 -141.816 -37.621 -76.343 -19.3709 -42.3757 16.9982 -37
-STDOUT_21065=-20 -2.88105 -16.5532 -5.14486 -1.99802 -7.59014 -7.72972 -141.816 -37.8414 -76.343 -18.8158 -42.3757 15.9983 -37
-STDOUT_21066=-20 -3.45624 -16.5532 -5.14486 -2.44009 -7.59014 -7.72972 -141.816 -38.4318 -76.343 -19.634 -42.3757 17.9981 -37
-STDOUT_21067=-20 -3.22186 -16.5532 -5.14486 -2.39666 -7.59014 -7.72972 -141.816 -37.963 -76.343 -19.1152 -42.3757 16.9982 -37
-STDOUT_21068=-20 -3.77254 -16.5532 -5.14486 -2.64557 -7.59014 -7.72972 -141.816 -37.8724 -76.343 -19.566 -42.3757 17.9981 -37
-STDOUT_21069=-20 -3.73298 -16.5532 -5.14486 -2.62474 -7.59014 -7.72972 -141.816 -37.0292 -76.343 -19.1749 -42.3757 16.9982 -37
-STDOUT_21070=-20 -3.48691 -16.5532 -5.14486 -2.72223 -7.59014 -7.72972 -141.816 -37.728 -76.343 -20.1742 -42.3757 17.9981 -37
-STDOUT_21071=-20 -3.33138 -16.5532 -5.14486 -2.44476 -7.59014 -7.72972 -141.6 -36.4802 -76.2898 -20.1367 -42.2073 17.9981 -36
-STDOUT_21072=-20 -3.32851 -16.5532 -5.09813 -2.67145 -7.59014 -7.72972 -141.816 -39.1233 -76.343 -19.0686 -42.3757 17.9981 -37
-STDOUT_21073=-20 -2.77741 -16.5532 -5.14486 -2.13584 -7.59014 -7.72972 -141.816 -37.6946 -76.343 -19.2262 -42.3757 15.9983 -37
-STDOUT_21074=-20 -3.78512 -16.5532 -5.14486 -2.77199 -7.59014 -7.72972 -141.816 -38.1421 -76.343 -19.3703 -42.3757 17.9981 -37
-STDOUT_21075=-20 -2.96823 -16.5532 -5.14486 -2.12444 -7.59014 -7.72972 -141.816 -38.1834 -76.343 -18.56 -42.3757 15.9983 -37
-STDOUT_21076=-20 -3.5189 -16.5532 -5.14486 -2.37335 -7.59014 -7.72972 -141.816 -38.0928 -76.343 -19.0108 -42.3757 16.9982 -37
-STDOUT_21077=-20 -3.54342 -16.5532 -5.14486 -2.56651 -7.59014 -7.72972 -141.816 -38.7738 -76.343 -19.3782 -42.3757 17.9981 -37
-STDOUT_21078=-20 -4.09409 -16.5532 -5.14486 -2.81542 -7.59014 -7.72972 -141.816 -38.6831 -76.343 -19.829 -42.3757 18.998 -37
-STDOUT_21079=-20 -3.47934 -16.5532 -5.14486 -2.35251 -7.59014 -7.72972 -141.816 -37.2496 -76.343 -18.6198 -42.3757 15.9983 -37
-STDOUT_21080=-20 -4.05453 -16.5532 -5.14486 -2.79458 -7.59014 -7.72972 -141.816 -37.84 -76.343 -19.438 -42.3757 17.9981 -37
-STDOUT_21081=-20 -3.11266 -16.5532 -5.14486 -2.68154 -7.59014 -7.72972 -141.816 -37.3043 -76.343 -19.9798 -42.3757 16.9982 -37
-STDOUT_21082=-20 -3.13775 -16.5532 -5.14486 -2.16787 -7.59014 -7.72972 -141.816 -38.5323 -76.343 -19.4619 -42.3757 16.9982 -37
-STDOUT_21083=-20 -3.23327 -16.5532 -5.14486 -2.45 -7.59014 -7.72972 -141.816 -37.9484 -76.343 -19.619 -42.3757 16.9982 -37
-STDOUT_21084=-20 -3.80846 -16.5532 -5.14486 -2.89207 -7.59014 -7.72972 -141.816 -38.5388 -76.343 -20.4372 -42.3757 18.998 -37
-STDOUT_21085=-20 -3.07487 -16.5532 -5.09813 -2.39923 -7.59014 -7.72972 -141.816 -39.3437 -76.343 -18.5134 -42.3757 16.9982 -37
-STDOUT_21086=-20 -3.65007 -16.5532 -5.09813 -2.8413 -7.59014 -7.72972 -141.816 -39.9341 -76.343 -19.3316 -42.3757 18.998 -37
-STDOUT_21087=-20 -3.57408 -16.5532 -5.14486 -2.84865 -7.59014 -7.72972 -141.816 -38.07 -76.343 -19.9184 -42.3757 17.9981 -37
-STDOUT_21088=-20 -4.12476 -16.5532 -5.14486 -3.09756 -7.59014 -7.72972 -141.816 -37.9794 -76.343 -20.3692 -42.3757 18.998 -37
-STDOUT_21089=-20 -3.09896 -16.5532 -5.14486 -2.30569 -7.59014 -7.72972 -141.816 -38.5053 -76.343 -19.4892 -42.3757 16.9982 -37
-STDOUT_21090=-20 -3.41855 -16.5532 -5.14486 -2.57118 -7.59014 -7.72972 -141.6 -36.8222 -76.2898 -19.8809 -42.2073 17.9981 -36
-STDOUT_21091=-20 -3.96923 -16.5532 -5.14486 -2.82009 -7.59014 -7.72972 -141.6 -36.7316 -76.2898 -20.3317 -42.2073 18.998 -36
-STDOUT_21092=-20 -3.53149 -16.5532 -5.14486 -2.49977 -7.59014 -7.72972 -141.816 -38.3625 -76.343 -18.8151 -42.3757 16.9982 -37
-STDOUT_21093=-20 -3.41569 -16.5532 -5.09813 -2.79787 -7.59014 -7.72972 -141.816 -39.4653 -76.343 -18.8128 -42.3757 17.9981 -37
-STDOUT_21094=-20 -4.10668 -16.5532 -5.14486 -2.94184 -7.59014 -7.72972 -141.816 -38.9528 -76.343 -19.6333 -42.3757 18.998 -37
-STDOUT_21095=-20 -3.96636 -16.5532 -5.09813 -3.04678 -7.59014 -7.72972 -141.816 -39.3747 -76.343 -19.2636 -42.3757 18.998 -37
-STDOUT_21096=-20 -2.86458 -16.5532 -5.14486 -2.26226 -7.59014 -7.72972 -141.816 -38.0366 -76.343 -18.9704 -42.3757 15.9983 -37
-STDOUT_21097=-20 -3.4679 -16.5532 -5.14486 -2.24941 -7.59014 -7.72972 -141.816 -36.9263 -76.343 -19.4241 -42.3757 15.9983 -37
-STDOUT_21098=-20 -4.0852 -16.5532 -5.14486 -3.07672 -7.59014 -7.72972 -141.816 -37.1362 -76.343 -19.9782 -42.3757 17.9981 -37
-STDOUT_21099=-20 -3.41526 -16.5532 -5.14486 -2.51117 -7.59014 -7.72972 -141.816 -37.946 -76.343 -19.4212 -42.3757 16.9982 -37
-STDOUT_21100=-20 -3.92967 -16.5532 -5.14486 -2.79925 -7.59014 -7.72972 -141.6 -35.8884 -76.2898 -19.9407 -42.2073 17.9981 -36
-STDOUT_21101=-20 -3.9268 -16.5532 -5.09813 -3.02594 -7.59014 -7.72972 -141.816 -38.5315 -76.343 -18.8726 -42.3757 17.9981 -37
-STDOUT_21102=-20 -3.3757 -16.5532 -5.14486 -2.49033 -7.59014 -7.72972 -141.816 -37.1028 -76.343 -19.0302 -42.3757 15.9983 -37
-STDOUT_21103=-20 -3.01289 -16.5532 -5.14486 -2.17254 -7.59014 -7.72972 -141.6 -36.5807 -76.2898 -19.9646 -42.2073 16.9982 -36
-STDOUT_21104=-20 -2.85903 -16.5532 -5.14486 -2.40932 -7.59014 -7.72972 -141.816 -37.5247 -76.343 -19.4247 -42.3757 15.9983 -37
-STDOUT_21105=-20 -3.61148 -16.5532 -5.14486 -2.63875 -7.59014 -7.72972 -140.617 -40.1045 -75.8276 -19.1954 -40.3292 16.9982 -36
-STDOUT_21106=-20 -3.43422 -16.5532 -5.14486 -2.85139 -7.59014 -7.72972 -141.816 -38.1151 -76.343 -20.2429 -42.3757 17.9981 -37
-STDOUT_21107=-20 -3.0305 -16.5532 -5.14486 -2.13584 -7.59014 -7.72972 -140.617 -40.1209 -75.8276 -19.3215 -40.3292 15.9983 -36
-STDOUT_21108=-20 -3.22493 -16.5532 -5.14486 -2.29428 -7.59014 -7.72972 -141.816 -38.8743 -76.343 -19.2062 -42.3757 16.9982 -37
-STDOUT_21109=-20 -3.68073 -16.5532 -5.09813 -3.12344 -7.59014 -7.72972 -141.816 -39.2303 -76.343 -19.8718 -42.3757 18.998 -37
-STDOUT_21110=-20 -3.7756 -16.5532 -5.14486 -2.54319 -7.59014 -7.72972 -141.816 -38.7836 -76.343 -19.6569 -42.3757 17.9981 -37
-STDOUT_21111=-20 -3.12962 -16.5532 -5.14486 -2.58783 -7.59014 -7.72972 -141.816 -37.8016 -76.343 -20.0294 -42.3757 16.9982 -37
-STDOUT_21112=-20 -3.5252 -16.5532 -5.09813 -2.84597 -7.59014 -7.72972 -141.6 -37.9825 -76.2898 -19.8343 -42.2073 18.998 -36
-STDOUT_21113=-20 -2.9741 -16.5532 -5.14486 -2.31036 -7.59014 -7.72972 -141.6 -36.5538 -76.2898 -19.9919 -42.2073 16.9982 -36
-STDOUT_21114=-20 -4.13734 -16.5532 -5.14486 -3.22397 -7.59014 -7.72972 -141.816 -38.2491 -76.343 -20.1735 -42.3757 18.998 -37
-STDOUT_21115=-20 -3.73604 -16.5532 -5.14486 -2.52236 -7.59014 -7.72972 -141.816 -37.9405 -76.343 -19.2659 -42.3757 16.9982 -37
-STDOUT_21116=-20 -2.97123 -16.5532 -5.09813 -2.53705 -7.59014 -7.72972 -141.816 -39.1969 -76.343 -18.9238 -42.3757 16.9982 -37
-STDOUT_21117=-20 -3.98181 -16.5532 -5.14486 -2.94651 -7.59014 -7.72972 -141.6 -37.0013 -76.2898 -20.136 -42.2073 18.998 -36
-STDOUT_21118=-20 -3.97894 -16.5532 -5.09813 -3.1732 -7.59014 -7.72972 -141.816 -39.6444 -76.343 -19.0679 -42.3757 18.998 -37
-STDOUT_21119=-20 -3.32045 -16.5532 -5.14486 -2.57642 -7.59014 -7.72972 -141.816 -38.2904 -76.343 -19.3633 -42.3757 16.9982 -37
-STDOUT_21120=-20 -3.87112 -16.5532 -5.14486 -2.82533 -7.59014 -7.72972 -141.816 -38.1998 -76.343 -19.814 -42.3757 17.9981 -37
-STDOUT_21121=-20 -3.29973 -16.5532 -5.14486 -2.82879 -7.59014 -7.72972 -141.816 -38.4888 -76.343 -20.2121 -42.3757 17.9981 -37
-STDOUT_21122=-20 -3.42784 -16.5532 -5.14486 -2.63759 -7.59014 -7.72972 -141.816 -38.2157 -76.343 -19.2255 -42.3757 16.9982 -37
-STDOUT_21123=-20 -3.89564 -16.5532 -5.14486 -3.01849 -7.59014 -7.72972 -141.816 -38.8808 -76.343 -20.1815 -42.3757 18.998 -37
-STDOUT_21124=-20 -4.44631 -16.5532 -5.14486 -3.2674 -7.59014 -7.72972 -141.816 -38.7901 -76.343 -20.6322 -42.3757 19.9979 -37
-STDOUT_21125=-20 -3.16205 -16.5532 -5.09813 -2.52565 -7.59014 -7.72972 -141.816 -39.6857 -76.343 -18.2577 -42.3757 16.9982 -37
-STDOUT_21126=-20 -3.71273 -16.5532 -5.09813 -2.77455 -7.59014 -7.72972 -141.816 -39.5951 -76.343 -18.7084 -42.3757 17.9981 -37
-STDOUT_21127=-20 -3.21427 -16.5532 -5.14486 -1.97718 -7.59014 -7.72972 -141.816 -37.1467 -76.343 -18.869 -42.3757 14.9984 -37
-STDOUT_21128=-20 -3.73724 -16.5532 -5.09813 -2.96772 -7.59014 -7.72972 -141.816 -40.2761 -76.343 -19.0758 -42.3757 18.998 -37
-STDOUT_21129=-20 -3.83156 -16.5532 -5.14486 -2.8045 -7.59014 -7.72972 -141.816 -37.3566 -76.343 -19.423 -42.3757 16.9982 -37
-STDOUT_21130=-20 -4.28792 -16.5532 -5.09813 -3.21662 -7.59014 -7.72972 -141.816 -40.1855 -76.343 -19.5266 -42.3757 19.9979 -37
-STDOUT_21131=-20 -3.18614 -16.5532 -5.14486 -2.43211 -7.59014 -7.72972 -141.816 -38.8473 -76.343 -19.2335 -42.3757 16.9982 -37
-STDOUT_21132=-20 -3.78946 -16.5532 -5.14486 -2.41926 -7.59014 -7.72972 -141.816 -37.7371 -76.343 -19.6872 -42.3757 16.9982 -37
-STDOUT_21133=-20 -4.40675 -16.5532 -5.14486 -3.24657 -7.59014 -7.72972 -141.816 -37.947 -76.343 -20.2412 -42.3757 18.998 -37
-STDOUT_21134=-20 -3.73681 -16.5532 -5.14486 -2.68102 -7.59014 -7.72972 -141.816 -38.7567 -76.343 -19.6842 -42.3757 17.9981 -37
-STDOUT_21135=-20 -3.67317 -16.5532 -5.09813 -2.75372 -7.59014 -7.72972 -141.816 -38.7519 -76.343 -18.3174 -42.3757 16.9982 -37
-STDOUT_21136=-20 -4.24836 -16.5532 -5.09813 -3.19579 -7.59014 -7.72972 -141.816 -39.3423 -76.343 -19.1356 -42.3757 18.998 -37
-STDOUT_21137=-20 -3.46488 -16.5532 -5.14486 -3.13353 -7.59014 -7.72972 -141.816 -37.4113 -76.343 -20.7831 -42.3757 17.9981 -37
-STDOUT_21138=-20 -3.36498 -16.5532 -5.14486 -2.4175 -7.59014 -7.72972 -141.816 -39.2946 -76.343 -20.0339 -42.3757 17.9981 -37
-STDOUT_21139=-20 -3.69725 -16.5532 -5.14486 -2.66018 -7.59014 -7.72972 -141.816 -37.9135 -76.343 -19.2932 -42.3757 16.9982 -37
-STDOUT_21140=-20 -3.30936 -16.5532 -5.14486 -2.85606 -7.59014 -7.72972 -141.6 -36.1635 -76.2898 -20.7456 -42.2073 17.9981 -36
-STDOUT_21141=-20 -3.48997 -16.5532 -5.14486 -2.61985 -7.59014 -7.72972 -141.816 -38.6393 -76.343 -20.2652 -42.3757 17.9981 -37
-STDOUT_21142=-20 -3.30649 -16.5532 -5.09813 -3.08275 -7.59014 -7.72972 -141.816 -38.8066 -76.343 -19.6775 -42.3757 17.9981 -37
-STDOUT_21143=-20 -2.75538 -16.5532 -5.14486 -2.54714 -7.59014 -7.72972 -141.816 -37.3779 -76.343 -19.8351 -42.3757 15.9983 -37
-STDOUT_21144=-20 -3.33157 -16.5532 -5.09813 -2.56907 -7.59014 -7.72972 -141.816 -40.0346 -76.343 -19.1596 -42.3757 17.9981 -37
-STDOUT_21145=-20 -3.35785 -16.5532 -5.14486 -2.36652 -7.59014 -7.72972 -140.617 -40.3248 -75.8276 -18.6403 -40.3292 15.9983 -36
-STDOUT_21146=-20 -3.10006 -16.5532 -5.14486 -2.29896 -7.59014 -7.72972 -141.6 -36.9227 -76.2898 -19.7089 -42.2073 16.9982 -36
-STDOUT_21147=-20 -4.49584 -16.5532 -5.14486 -3.05687 -7.59014 -7.72972 -141.816 -37.3929 -76.343 -19.7217 -42.3757 17.9981 -37
-STDOUT_21148=-20 -3.65074 -16.5532 -5.14486 -2.54787 -7.59014 -7.72972 -141.6 -36.8321 -76.2898 -20.1596 -42.2073 17.9981 -36
-STDOUT_21149=-20 -3.93304 -16.5532 -5.14486 -2.8086 -7.59014 -7.72972 -140.617 -40.9152 -75.8276 -19.4585 -40.3292 17.9981 -36
-STDOUT_21150=-20 -3.78818 -16.5532 -5.14486 -2.66961 -7.59014 -7.72972 -141.816 -39.0533 -76.343 -19.4613 -42.3757 17.9981 -37
-STDOUT_21151=-20 -3.31447 -16.5532 -5.14486 -2.70238 -7.59014 -7.72972 -141.816 -38.9249 -76.343 -20.143 -42.3757 17.9981 -37
-STDOUT_21152=-20 -3.69866 -16.5532 -5.14486 -2.76517 -7.59014 -7.72972 -140.617 -40.4465 -75.8276 -18.9397 -40.3292 16.9982 -36
-STDOUT_21153=-20 -3.61118 -16.5532 -5.14486 -2.52703 -7.59014 -7.72972 -141.6 -35.9889 -76.2898 -19.7686 -42.2073 16.9982 -36
-STDOUT_21154=-20 -4.24933 -16.5532 -5.14486 -3.01408 -7.59014 -7.72972 -140.617 -40.3559 -75.8276 -19.3905 -40.3292 17.9981 -36
-STDOUT_21155=-20 -3.35205 -16.5532 -5.14486 -2.30569 -7.59014 -7.72972 -140.617 -40.9316 -75.8276 -19.5845 -40.3292 16.9982 -36
-STDOUT_21156=-20 -3.42709 -16.5532 -5.09813 -2.85121 -7.59014 -7.72972 -141.816 -39.4507 -76.343 -19.3167 -42.3757 17.9981 -37
-STDOUT_21157=-20 -4.00229 -16.5532 -5.09813 -3.29328 -7.59014 -7.72972 -141.816 -40.0411 -76.343 -20.1348 -42.3757 19.9979 -37
-STDOUT_21158=-20 -3.45118 -16.5532 -5.14486 -2.75767 -7.59014 -7.72972 -141.816 -38.6123 -76.343 -20.2925 -42.3757 17.9981 -37
-STDOUT_21159=-20 -3.11767 -16.5532 -5.14486 -2.26226 -7.59014 -7.72972 -140.617 -40.4629 -75.8276 -19.0657 -40.3292 15.9983 -36
-STDOUT_21160=-20 -4.20977 -16.5532 -5.14486 -2.99324 -7.59014 -7.72972 -140.617 -39.5127 -75.8276 -18.9994 -40.3292 16.9982 -36
-STDOUT_21161=-20 -3.66835 -16.5532 -5.14486 -2.51117 -7.59014 -7.72972 -140.617 -40.3723 -75.8276 -19.5165 -40.3292 16.9982 -36
-STDOUT_21162=-20 -3.8837 -16.5532 -5.14486 -2.95175 -7.59014 -7.72972 -141.816 -38.4695 -76.343 -19.6184 -42.3757 17.9981 -37
-STDOUT_21163=-20 -3.7679 -16.5532 -5.09813 -3.24985 -7.59014 -7.72972 -141.816 -39.5723 -76.343 -19.6161 -42.3757 18.998 -37
-STDOUT_21164=FEATURES_TXT_END_0
-STDOUT_21165=FEATURES_TXT_BEGIN_0 2 500 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_21166=0 -6.59122 0 0 -5.69566 0 0 -45.1239 -49.1468 -71.3998 -25.6017 -35.211 9.99896 -18
-STDOUT_21167=0 -7.26258 0 0 -5.42344 0 0 -45.1239 -49.6088 -69.1035 -26.502 -35.4029 8.99907 -18
-STDOUT_21168=0 -6.54753 0 0 -5.27866 0 0 -50.3909 -38.4216 -64.7011 -23.8055 -41.6972 9.99896 -21
-STDOUT_21169=0 -7.21889 0 0 -5.00643 0 0 -50.3909 -38.8836 -62.4048 -24.7058 -41.8892 8.99907 -21
-STDOUT_21170=0 -6.82969 0 0 -5.79443 0 0 -45.1239 -50.9986 -71.3998 -27.6668 -35.211 10.9989 -18
-STDOUT_21171=0 -7.50104 0 0 -5.5222 0 0 -45.1239 -51.4606 -69.1035 -28.5671 -35.4029 9.99896 -18
-STDOUT_21172=0 -5.93059 0 0 -5.78346 0 0 -48.144 -50.2645 -71.3079 -24.5984 -32.526 8.99907 -17
-STDOUT_21173=0 -7.21912 0 0 -6.49138 0 0 -45.1239 -50.0238 -71.3998 -27.4577 -35.211 10.9989 -18
-STDOUT_21174=0 -5.21772 0 0 -4.3578 0 0 -51.0826 -51.4625 -74.8365 -24.0643 -25.8812 9.99896 -15
-STDOUT_21175=0 -6.45481 0 0 -5.70541 0 0 -50.3909 -40.5961 -64.7011 -25.0605 -41.6972 10.9989 -21
-STDOUT_21176=0 -7.52003 0 0 -6.30397 0 0 -45.1239 -50.6325 -71.3998 -26.9548 -35.211 10.9989 -18
-STDOUT_21177=0 -6.82972 0 0 -6.01094 0 0 -48.144 -49.7413 -71.3079 -23.1549 -32.526 8.99907 -17
-STDOUT_21178=0 -6.10437 0 0 -4.64968 0 0 -46.3305 -58.6908 -73.5792 -28.9547 -27.9088 9.99896 -14
-STDOUT_21179=0 -6.786 0 0 -5.37742 0 0 -50.3909 -40.2734 -64.7011 -25.8707 -41.6972 10.9989 -21
-STDOUT_21180=0 -6.81011 0 0 -5.75763 0 0 -45.1239 -53.7257 -71.3998 -28.6445 -35.211 10.9989 -18
-STDOUT_21181=0 -7.89047 0 0 -6.21916 0 0 -45.1239 -50.4858 -69.1035 -28.358 -35.4029 9.99896 -18
-STDOUT_21182=0 -5.88907 0 0 -4.08558 0 0 -51.0826 -51.9245 -72.5402 -24.9646 -26.0732 8.99907 -15
-STDOUT_21183=0 -6.9532 0 0 -6.02604 0 0 -49.7553 -38.191 -66.6913 -23.9941 -45.6869 9.99896 -21
-STDOUT_21184=0 -7.12616 0 0 -5.43319 0 0 -50.3909 -41.058 -62.4048 -25.9607 -41.8892 9.99896 -21
-STDOUT_21185=0 -8.19138 0 0 -6.03175 0 0 -45.1239 -51.0945 -69.1035 -27.8551 -35.4029 9.99896 -18
-STDOUT_21186=0 -6.82386 0 0 -6.76461 0 0 -45.1239 -52.6016 -71.2254 -27.0453 -35.6407 9.99896 -18
-STDOUT_21187=0 -6.77572 0 0 -4.37746 0 0 -46.3305 -59.1528 -71.2829 -29.855 -28.1008 8.99907 -14
-STDOUT_21188=0 -7.45736 0 0 -5.1052 0 0 -50.3909 -40.7354 -62.4047 -26.7709 -41.8892 9.99896 -21
-STDOUT_21189=0 -5.88691 0 0 -5.36645 0 0 -53.411 -39.5393 -64.6092 -22.8023 -39.0123 8.99907 -20
-STDOUT_21190=0 -7.48147 0 0 -5.48541 0 0 -45.1239 -54.1877 -69.1035 -29.5448 -35.4029 9.99896 -18
-STDOUT_21191=0 -7.62456 0 0 -5.75381 0 0 -49.7553 -38.653 -64.395 -24.8944 -45.8788 8.99907 -21
-STDOUT_21192=0 -4.91066 0 0 -3.01582 0 0 -52.361 -55.5277 -68.5882 -27.2657 -27.637 9.99896 -15
-STDOUT_21193=0 -7.17543 0 0 -6.07437 0 0 -50.3909 -39.2986 -64.7011 -25.6616 -41.6972 10.9989 -21
-STDOUT_21194=0 -7.69261 0 0 -6.59014 0 0 -45.1239 -50.9148 -71.3998 -28.1033 -35.211 11.9988 -18
-STDOUT_21195=0 -5.17403 0 0 -3.94079 0 0 -56.3496 -40.7373 -68.1378 -22.2681 -32.3675 9.99896 -18
-STDOUT_21196=0 -6.93606 0 0 -5.57927 0 0 -49.9812 -41.5278 -63.954 -26.847 -43.5939 10.9989 -22
-STDOUT_21197=0 -6.31633 0 0 -5.45641 0 0 -48.5557 -55.0877 -75.8925 -24.0643 -26.3408 9.99896 -15
-STDOUT_21198=0 -6.16906 0 0 -5.88223 0 0 -48.144 -52.1163 -71.3079 -26.6636 -32.5261 9.99896 -17
-STDOUT_21199=0 -5.79589 0 0 -5.262 0 0 -51.9327 -46.8843 -69.1943 -23.7601 -32.8899 8.99907 -18
-STDOUT_21200=0 -6.78603 0 0 -5.59394 0 0 -53.411 -39.0161 -64.6092 -21.3587 -39.0123 8.99907 -20
-STDOUT_21201=0 -6.06068 0 0 -4.23268 0 0 -51.5975 -47.9657 -66.8805 -27.1585 -34.395 9.99896 -17
-STDOUT_21202=0 -7.56438 0 0 -6.48759 0 0 -45.1239 -52.8721 -71.2254 -27.7006 -35.6407 9.99896 -18
-STDOUT_21203=0 -6.63576 0 0 -5.7402 0 0 -46.6731 -48.4953 -74.234 -26.1613 -42.1585 9.99896 -20
-STDOUT_21204=0 -5.11128 0 0 -2.97122 0 0 -48.6045 -60.9573 -78.6335 -27.6278 -28.7172 9.99896 -15
-STDOUT_21205=0 -5.58202 0 0 -2.74359 0 0 -52.361 -55.9897 -66.2919 -28.1659 -27.829 8.99907 -15
-STDOUT_21206=0 -7.84679 0 0 -5.80215 0 0 -50.3909 -39.7606 -62.4048 -26.5618 -41.8892 9.99896 -21
-STDOUT_21207=0 -8.36396 0 0 -6.31792 0 0 -45.1239 -51.3768 -69.1035 -29.0036 -35.4029 10.9989 -18
-STDOUT_21208=0 -7.02489 0 0 -7.18454 0 0 -45.1239 -51.937 -71.2254 -28.4806 -35.6407 9.99896 -18
-STDOUT_21209=0 -6.68398 0 0 -5.83748 0 0 -47.8647 -51.4985 -71.8411 -27.0344 -32.6772 9.99896 -16
-STDOUT_21210=0 -5.84539 0 0 -3.66857 0 0 -56.3496 -41.1993 -65.8415 -23.1684 -32.5594 8.99907 -18
-STDOUT_21211=0 -7.60742 0 0 -5.30704 0 0 -49.9812 -41.9898 -61.6577 -27.7472 -43.7858 9.99896 -22
-STDOUT_21212=0 -6.98769 0 0 -5.18419 0 0 -48.5557 -55.5497 -73.5961 -24.9646 -26.5327 8.99907 -15
-STDOUT_21213=0 -4.68619 0 0 -3.32597 0 0 -52.361 -56.0778 -68.5882 -28.2475 -27.637 10.9989 -15
-STDOUT_21214=0 -7.69007 0 0 -4.0355 0 0 -43.3856 -63.287 -82.8555 -28.4771 -28.5224 9.99896 -14
-STDOUT_21215=0 -6.95211 0 0 -6.03153 0 0 -47.9782 -51.7847 -68.5613 -28.0806 -31.4951 9.99896 -16
-STDOUT_21216=0 -8.69167 0 0 -6.55257 0 0 -48.144 -48.6334 -71.3079 -20.7083 -32.526 8.99907 -17
-STDOUT_21217=0 -5.45618 0 0 -4.45656 0 0 -51.0826 -53.3143 -74.8365 -26.1294 -25.8813 10.9989 -15
-STDOUT_21218=0 -6.78017 0 0 -6.34761 0 0 -50.3909 -41.8764 -64.5267 -25.2491 -42.127 9.99896 -21
-STDOUT_21219=0 -6.69241 0 0 -5.9723 0 0 -50.3909 -43.5932 -64.7011 -25.2573 -41.6972 10.9989 -21
-STDOUT_21220=0 -5.38678 0 0 -3.88176 0 0 -47.6901 -56.9844 -77.0053 -31.0763 -31.2597 9.99896 -15
-STDOUT_21221=0 -7.78361 0 0 -5.80362 0 0 -51.9327 -44.9445 -69.1943 -18.7171 -32.8899 8.99907 -18
-STDOUT_21222=0 -6.69327 0 0 -5.80418 0 0 -50.3909 -42.4479 -64.7011 -27.1256 -41.6972 11.9988 -21
-STDOUT_21223=0 -7.75849 0 0 -6.40274 0 0 -45.1239 -52.4843 -71.3998 -29.0199 -35.211 11.9988 -18
-STDOUT_21224=0 -6.73204 0 0 -3.96045 0 0 -51.5975 -48.4276 -64.5842 -28.0588 -34.587 8.99907 -17
-STDOUT_21225=0 -6.66919 0 0 -5.9261 0 0 -47.1602 -54.0539 -76.5349 -24.3797 -32.4427 9.99896 -18
-STDOUT_21226=0 -7.30711 0 0 -5.46797 0 0 -46.6731 -48.9573 -71.9377 -27.0616 -42.3505 8.99907 -20
-STDOUT_21227=0 -5.78264 0 0 -2.69899 0 0 -48.6045 -61.4193 -76.3371 -28.5281 -28.9091 8.99907 -15
-STDOUT_21228=0 -7.06818 0 0 -6.10971 0 0 -48.144 -51.5931 -71.3079 -25.22 -32.5261 9.99896 -17
-STDOUT_21229=0 -6.34283 0 0 -4.74845 0 0 -46.3305 -60.5427 -73.5792 -31.0198 -27.9088 10.9989 -14
-STDOUT_21230=0 -6.2526 0 0 -5.76875 0 0 -51.7467 -46.794 -71.373 -22.4631 -31.938 8.99907 -19
-STDOUT_21231=0 -6.71572 0 0 -5.38988 0 0 -50.3909 -43.9599 -64.7011 -27.5442 -41.6972 10.9989 -21
-STDOUT_21232=0 -7.35534 0 0 -5.56526 0 0 -47.8647 -51.9605 -69.5448 -27.9347 -32.8692 8.99907 -16
-STDOUT_21233=0 -7.04857 0 0 -5.85639 0 0 -45.1239 -55.5775 -71.3998 -30.7096 -35.211 11.9988 -18
-STDOUT_21234=0 -6.59122 0 0 -6.20649 0 0 -52.0125 -40.2688 -67.2811 -23.2038 -39.754 9.99896 -19
-STDOUT_21235=0 -7.58083 0 0 -6.36594 0 0 -45.1239 -53.954 -71.3998 -28.9868 -35.211 11.9988 -18
-STDOUT_21236=0 -4.88681 0 0 -3.28137 0 0 -48.6045 -61.5074 -78.6335 -28.6096 -28.7172 10.9989 -15
-STDOUT_21237=0 -5.35754 0 0 -3.05375 0 0 -52.361 -56.5398 -66.2919 -29.1478 -27.829 9.99896 -15
-STDOUT_21238=0 -8.36142 0 0 -3.76327 0 0 -43.3856 -63.749 -80.5592 -29.3773 -28.7143 8.99907 -14
-STDOUT_21239=0 -7.62347 0 0 -5.75931 0 0 -47.9782 -52.2467 -66.2649 -28.9809 -31.6871 8.99907 -16
-STDOUT_21240=0 -6.55849 0 0 -6.57918 0 0 -48.144 -51.1415 -71.3079 -26.4545 -32.526 9.99896 -17
-STDOUT_21241=0 -6.12754 0 0 -4.18434 0 0 -51.0826 -53.7763 -72.5402 -27.0297 -26.0732 9.99896 -15
-STDOUT_21242=0 -7.34307 0 0 -5.63936 0 0 -50.3909 -43.2682 -64.7011 -25.7586 -41.6972 10.9989 -21
-STDOUT_21243=0 -7.36377 0 0 -5.70007 0 0 -50.3909 -44.0552 -62.4047 -26.1575 -41.8892 9.99896 -21
-STDOUT_21244=0 -4.86697 0 0 -2.59881 0 0 -57.628 -44.8025 -61.8895 -25.4695 -34.1233 9.99896 -18
-STDOUT_21245=0 -7.19166 0 0 -6.1248 0 0 -49.7553 -40.0428 -66.6913 -26.0593 -45.6869 10.9989 -21
-STDOUT_21246=0 -5.21772 0 0 -4.3578 0 0 -54.7368 -49.1599 -69.5684 -24.0643 -25.9353 9.99896 -15
-STDOUT_21247=0 -4.55709 0 0 -4.4456 0 0 -54.1027 -52.5802 -74.7446 -23.061 -23.1963 8.99907 -14
-STDOUT_21248=0 -6.05813 0 0 -3.60954 0 0 -47.6901 -57.4464 -74.709 -31.9766 -31.4517 8.99907 -15
-STDOUT_21249=0 -7.36463 0 0 -5.53195 0 0 -50.3909 -42.9099 -62.4047 -28.0259 -41.8892 10.9989 -21
-STDOUT_21250=0 -7.64892 0 0 -6.17314 0 0 -50.3909 -40.1896 -64.7011 -26.3071 -41.6972 11.9988 -21
-STDOUT_21251=0 -8.42985 0 0 -6.13052 0 0 -45.1239 -52.9463 -69.1035 -29.9202 -35.4029 10.9989 -18
-STDOUT_21252=0 -5.79418 0 0 -5.79321 0 0 -53.411 -41.7138 -64.6092 -24.0572 -39.0123 9.99896 -20
-STDOUT_21253=0 -7.34055 0 0 -5.65388 0 0 -47.1602 -54.5158 -74.2386 -25.28 -32.6347 8.99907 -18
-STDOUT_21254=0 -6.8594 0 0 -6.39177 0 0 -48.144 -51.7502 -71.3079 -25.9516 -32.526 9.99896 -17
-STDOUT_21255=0 -7.18925 0 0 -7.06714 0 0 -45.1239 -52.4961 -70.743 -30.0521 -35.9037 9.99896 -18
-STDOUT_21256=0 -7.06232 0 0 -6.86338 0 0 -45.1239 -54.4534 -71.2254 -29.1105 -35.6407 10.9989 -18
-STDOUT_21257=0 -4.91066 0 0 -3.01582 0 0 -54.1127 -53.7618 -67.6168 -27.2657 -28.2071 9.99896 -15
-STDOUT_21258=0 -6.27264 0 0 -5.03941 0 0 -53.8227 -44.3626 -69.1937 -22.2681 -32.827 9.99896 -18
-STDOUT_21259=0 -5.08961 0 0 -4.05899 0 0 -51.8204 -54.4474 -74.3392 -26.7275 -26.7462 9.99896 -15
-STDOUT_21260=0 -7.01419 0 0 -4.47623 0 0 -46.3305 -61.0047 -71.2829 -31.9201 -28.1008 9.99896 -14
-STDOUT_21261=0 -6.50044 0 0 -5.89495 0 0 -48.2176 -51.902 -73.5134 -25.8088 -34.8471 8.99907 -17
-STDOUT_21262=0 -5.44374 0 0 -4.73748 0 0 -49.3506 -59.8086 -73.4873 -27.9514 -25.2239 8.99907 -13
-STDOUT_21263=0 -6.12537 0 0 -5.46522 0 0 -53.411 -41.3912 -64.6092 -24.8674 -39.0123 9.99896 -20
-STDOUT_21264=0 -5.7522 0 0 -4.84499 0 0 -57.1997 -36.1591 -62.4956 -21.9639 -39.3762 8.99907 -21
-STDOUT_21265=0 -7.38707 0 0 -5.11766 0 0 -50.3909 -44.4219 -62.4048 -28.4445 -41.8892 9.99896 -21
-STDOUT_21266=-8 -2.42935 0 -2.18215 -4.79373 0 -4.74067 -69.8659 -29.4266 -47.3337 -20.2517 -43.1198 10.9989 -29
-STDOUT_21267=-8 -3.06382 0 -2.18215 -5.13108 0 -4.74067 -70.727 -27.0326 -46.9635 -19.3689 -42.5779 10.9989 -29
-STDOUT_21268=-8 -2.46688 0 -2.18215 -4.88202 0 -4.74067 -70.727 -29.372 -46.9635 -20.2577 -42.5779 10.9989 -29
-STDOUT_21269=-8 -2.67811 0 -2.18215 -4.79526 0 -4.74067 -69.8659 -28.5647 -47.3337 -20.3312 -43.1198 10.9989 -29
-STDOUT_21270=-8 -2.75522 0 -2.18215 -5.05702 0 -4.74067 -69.8659 -29.9349 -47.3337 -20.5575 -43.1198 11.9988 -29
-STDOUT_21271=-8 -2.94763 0 -2.18215 -3.54445 0 -4.74067 -69.8659 -28.814 -47.3337 -21.0493 -43.1198 10.9989 -29
-STDOUT_21272=-8 -2.9001 0 -2.18215 -5.39284 0 -4.74067 -70.727 -29.5804 -46.9635 -20.1617 -42.5779 11.9988 -29
-STDOUT_21273=-8 -2.73886 0 -2.18215 -4.88355 0 -4.74067 -70.727 -28.4759 -46.9635 -20.3649 -42.5779 10.9989 -29
-STDOUT_21274=-8 -2.79275 0 -2.18215 -5.1453 0 -4.74067 -70.727 -29.8803 -46.9635 -20.5635 -42.5779 11.9988 -29
-STDOUT_21275=-8 -2.42935 0 -2.98951 -4.79373 0 -4.58348 -69.8659 -25.9069 -47.0517 -20.6811 -44.0528 10.9989 -29
-STDOUT_21276=-8 -3.5821 0 -2.18215 -3.88181 0 -4.74067 -70.727 -26.42 -46.9635 -20.1665 -42.5779 10.9989 -29
-STDOUT_21277=-8 -2.98516 0 -2.18215 -3.63274 0 -4.74067 -70.727 -28.7593 -46.9635 -21.0553 -42.5779 10.9989 -29
-STDOUT_21278=-8 -3.19639 0 -2.18215 -3.54598 0 -4.74067 -69.8659 -27.9521 -47.3337 -21.1288 -43.1198 10.9989 -29
-STDOUT_21279=0 -2.52384 0 0 -4.53445 0 0 -96.1143 -21.273 -39.887 -15.9606 -37.6136 9.99896 -28
-STDOUT_21280=-8 -2.8727 0 -2.18215 -5.39437 0 -4.74067 -70.727 -28.7344 -46.9635 -20.5517 -42.5779 11.9988 -29
-STDOUT_21281=-8 -2.42935 0 -3.28077 -3.69512 0 -4.74067 -77.0425 -23.4988 -41.0096 -20.2517 -42.7143 10.9989 -29
-STDOUT_21282=-8 -2.91431 0 -2.18215 -5.29878 0 -4.74067 -69.8659 -29.8911 -47.3337 -20.6421 -43.1198 11.9988 -29
-STDOUT_21283=-8 -2.22991 0 -2.18215 -4.64531 0 -4.74067 -69.8659 -26.5677 -46.1488 -21.6411 -43.779 9.99896 -29
-STDOUT_21284=-8 -3.2735 0 -2.18215 -3.80774 0 -4.74067 -69.8659 -29.3223 -47.3337 -21.3551 -43.1198 11.9988 -29
-STDOUT_21285=-8 -3.06382 0 -2.98951 -5.13108 0 -4.58348 -70.727 -23.513 -46.6815 -19.7982 -43.5109 10.9989 -29
-STDOUT_21286=-8 -2.87516 0 -2.18215 -5.30031 0 -4.74067 -69.8659 -29.0328 -47.3337 -20.8477 -43.1198 11.9988 -29
-STDOUT_21287=-8 -2.46688 0 -2.98951 -4.88202 0 -4.58348 -70.727 -25.8523 -46.6815 -20.6871 -43.5109 10.9989 -29
-STDOUT_21288=-8 -3.22596 0 -2.18215 -5.65613 0 -4.74067 -70.727 -30.0887 -46.9635 -20.4675 -42.5779 12.9986 -29
-STDOUT_21289=-8 -2.67811 0 -2.98951 -4.79526 0 -4.58348 -69.8659 -25.045 -47.0517 -20.7606 -44.0528 10.9989 -29
-STDOUT_21290=-8 -2.15988 0 -2.70651 -3.51701 0 -3.30558 -81.1373 -21.9545 -47.3337 -15.8793 -47.5178 10.9989 -30
-STDOUT_21291=0 -3.15831 0 0 -4.8718 0 0 -96.9754 -18.879 -39.5169 -15.0778 -37.0718 9.99896 -28
-STDOUT_21292=-8 -3.14824 0 -2.18215 -5.10547 0 -4.74067 -69.8659 -28.5105 -47.3337 -20.2419 -43.1198 10.9989 -29
-STDOUT_21293=-8 -3.41838 0 -2.18215 -4.14357 0 -4.74067 -70.727 -28.9678 -46.9635 -20.9593 -42.5779 11.9988 -29
-STDOUT_21294=-8 -3.06382 0 -3.28077 -4.03247 0 -4.74067 -77.9037 -21.1048 -40.6395 -19.3689 -42.1724 10.9989 -29
-STDOUT_21295=0 -2.56137 0 0 -4.62273 0 0 -96.9754 -21.2183 -39.5169 -15.9666 -37.0718 9.99896 -28
-STDOUT_21296=0 -2.68131 0 0 -4.8163 0 0 -99.0403 -21.3931 -39.887 -20.624 -43.0475 9.99896 -30
-STDOUT_21297=-8 -2.86438 0 -2.18215 -4.98266 0 -4.74067 -70.727 -24.1737 -45.7786 -20.7583 -43.2371 9.99896 -29
-STDOUT_21298=-8 -2.75522 0 -2.98951 -5.05702 0 -4.58348 -69.8659 -26.4152 -47.0517 -20.9868 -44.0528 11.9988 -29
-STDOUT_21299=-8 -2.46688 0 -3.28077 -3.7834 0 -4.74067 -77.9037 -23.4442 -40.6395 -20.2577 -42.1724 10.9989 -29
-STDOUT_21300=-8 -3.25714 0 -2.18215 -3.63427 0 -4.74067 -70.727 -27.8633 -46.9635 -21.1625 -42.5779 10.9989 -29
-STDOUT_21301=-8 -2.26744 0 -2.18215 -4.7336 0 -4.74067 -70.727 -26.513 -45.7786 -21.6471 -43.2371 9.99896 -29
-STDOUT_21302=-8 -3.31103 0 -2.18215 -3.89603 0 -4.74067 -70.727 -29.2676 -46.9635 -21.3611 -42.5779 11.9988 -29
-STDOUT_21303=-8 -2.94763 0 -2.98951 -3.54445 0 -4.58348 -69.8659 -25.2943 -47.0517 -21.4787 -44.0528 10.9989 -29
-STDOUT_21304=-8 -2.68531 0 -2.18215 -4.84374 0 -4.74067 -69.8659 -30.3904 -47.3337 -21.6181 -43.1198 11.9988 -29
-STDOUT_21305=0 -2.7726 0 0 -4.53597 0 0 -96.1143 -20.411 -39.887 -16.0401 -37.6136 9.99896 -28
-STDOUT_21306=-8 -2.67811 0 -3.28077 -3.69665 0 -4.74067 -77.0426 -22.6369 -41.0096 -20.3312 -42.7143 10.9989 -29
-STDOUT_21307=-8 -2.47867 0 -2.18215 -4.64684 0 -4.74067 -69.8659 -25.7057 -46.1488 -21.7206 -43.779 9.99896 -29
-STDOUT_21308=-8 -3.24642 0 -2.70651 -3.51701 0 -2.63109 -86.3808 -23.6449 -47.3337 -26.0463 -64.7736 10.9989 -35
-STDOUT_21309=-8 -3.16531 0 -2.18215 -5.36723 0 -4.74067 -69.8659 -30.0389 -47.3337 -20.6463 -43.1198 11.9988 -29
-STDOUT_21310=0 -2.84971 0 0 -4.79773 0 0 -96.1143 -21.7813 -39.887 -16.2664 -37.6136 10.9989 -28
-STDOUT_21311=-8 -3.47607 0 -2.18215 -5.36876 0 -4.74067 -69.8659 -28.7898 -47.3337 -20.3158 -43.1198 11.9988 -29
-STDOUT_21312=-8 -2.79435 0 -2.70651 -3.85437 0 -3.30558 -81.9984 -19.5606 -46.9635 -14.9964 -46.976 10.9989 -30
-STDOUT_21313=-8 -2.75522 0 -3.28077 -3.9584 0 -4.74067 -77.0425 -24.0071 -41.0096 -20.5575 -42.7143 11.9988 -29
-STDOUT_21314=-8 -3.24017 0 -2.18215 -5.56207 0 -4.74067 -69.8659 -30.3994 -47.3337 -20.9478 -43.1198 12.9986 -29
-STDOUT_21315=-8 -2.9001 0 -2.98951 -5.39284 0 -4.58348 -70.727 -26.0607 -46.6815 -20.5911 -43.5109 11.9988 -29
-STDOUT_21316=-8 -2.55578 0 -2.18215 -4.9086 0 -4.74067 -69.8659 -27.076 -46.1488 -21.9469 -43.779 10.9989 -29
-STDOUT_21317=-8 -2.19741 0 -2.70651 -3.6053 0 -3.30558 -81.9984 -21.8999 -46.9635 -15.8853 -46.976 10.9989 -30
-STDOUT_21318=0 -3.31578 0 0 -5.15365 0 0 -99.9014 -18.9992 -39.5169 -19.7412 -42.5057 9.99896 -30
-STDOUT_21319=0 -3.04212 0 0 -3.28517 0 0 -96.1143 -20.6603 -39.887 -16.7582 -37.6136 9.99896 -28
-STDOUT_21320=-8 -2.73886 0 -2.98951 -4.88355 0 -4.58348 -70.727 -24.9562 -46.6815 -20.7942 -43.5109 10.9989 -29
-STDOUT_21321=-8 -3.39098 0 -2.18215 -4.1451 0 -4.74067 -70.727 -28.1218 -46.9635 -21.3493 -42.5779 11.9988 -29
-STDOUT_21322=-8 -3.55318 0 -2.18215 -5.63052 0 -4.74067 -69.8659 -30.1601 -47.3337 -20.5421 -43.1198 12.9986 -29
-STDOUT_21323=-8 -2.94763 0 -3.28077 -2.44584 0 -4.74067 -77.0425 -22.8862 -41.0096 -21.0493 -42.7143 10.9989 -29
-STDOUT_21324=-8 -3.43259 0 -2.18215 -4.04951 0 -4.74067 -69.8659 -29.2785 -47.3337 -21.4397 -43.1198 11.9988 -29
-STDOUT_21325=0 -3.08947 0 0 -5.43106 0 0 -96.1143 -21.6637 -39.887 -15.5468 -37.6136 10.9989 -28
-STDOUT_21326=0 -2.71884 0 0 -4.90459 0 0 -99.9014 -21.3385 -39.5169 -20.63 -42.5057 9.99896 -30
-STDOUT_21327=-8 -2.79275 0 -2.98951 -5.1453 0 -4.58348 -70.727 -26.3606 -46.6815 -20.9928 -43.5109 11.9988 -29
-STDOUT_21328=-8 -2.53933 0 -3.41569 -5.32869 0 -3.23007 -75.8371 -33.5818 -48.9363 -21.1729 -43.2356 12.9986 -30
-STDOUT_21329=-8 -2.40864 0 -2.70651 -3.51854 0 -3.30558 -81.1373 -21.0926 -47.3337 -15.9588 -47.5178 10.9989 -30
-STDOUT_21330=-8 -3.5821 0 -2.98951 -3.88181 0 -4.58348 -70.727 -22.9003 -46.6815 -20.5958 -43.5109 10.9989 -29
-STDOUT_21331=-8 -3.31979 0 -2.18215 -5.18109 0 -4.74067 -70.727 -27.9965 -46.9635 -20.7353 -42.5779 11.9988 -29
-STDOUT_21332=-8 -3.39344 0 -2.18215 -4.05104 0 -4.74067 -69.8659 -28.4202 -47.3337 -21.6453 -43.1198 11.9988 -29
-STDOUT_21333=-8 -2.98516 0 -2.98951 -3.63274 0 -4.58348 -70.727 -25.2397 -46.6815 -21.4847 -43.5109 10.9989 -29
-STDOUT_21334=-8 -2.72285 0 -2.18215 -4.93203 0 -4.74067 -70.727 -30.3358 -46.9635 -21.6241 -42.5779 11.9988 -29
-STDOUT_21335=0 -2.93007 0 0 -4.81783 0 0 -99.0403 -20.5312 -39.887 -20.7035 -43.0475 9.99896 -30
-STDOUT_21336=0 -2.99459 0 0 -5.13356 0 0 -96.9754 -21.4268 -39.5169 -15.8706 -37.0718 10.9989 -28
-STDOUT_21337=-8 -2.9001 0 -3.28077 -4.29423 0 -4.74067 -77.9037 -23.6526 -40.6395 -20.1617 -42.1724 11.9988 -29
-STDOUT_21338=-8 -2.48575 0 -2.70651 -3.7803 0 -3.30558 -81.1373 -22.4628 -47.3337 -16.1851 -47.5178 11.9988 -30
-STDOUT_21339=-8 -3.88089 0 -2.70651 -3.85437 0 -2.63109 -87.242 -21.251 -46.9635 -25.1635 -64.2318 10.9989 -35
-STDOUT_21340=-8 -2.70066 0 -2.18215 -5.24442 0 -4.74067 -70.727 -26.7215 -45.7786 -21.5511 -43.2371 10.9989 -29
-STDOUT_21341=0 -2.83335 0 0 -4.62426 0 0 -96.9754 -20.3222 -39.5168 -16.0738 -37.0718 9.99896 -28
-STDOUT_21342=-8 -3.74424 0 -2.18215 -4.40686 0 -4.74067 -70.727 -29.4761 -46.9635 -21.2651 -42.5779 12.9986 -29
-STDOUT_21343=-8 -1.9568 0 -2.63668 -3.39631 0 -4.74067 -82.3724 -23.9011 -39.887 -19.9192 -39.7525 10.9989 -29
-STDOUT_21344=-8 -3.28395 0 -2.70651 -3.6053 0 -2.63109 -87.242 -23.5903 -46.9635 -26.0523 -64.2318 10.9989 -35
-STDOUT_21345=-8 -2.73886 0 -3.28077 -3.78493 0 -4.74067 -77.9037 -22.5481 -40.6395 -20.3649 -42.1724 10.9989 -29
-STDOUT_21346=-8 -3.20284 0 -2.18215 -5.45552 0 -4.74067 -70.727 -29.9843 -46.9635 -20.6523 -42.5779 11.9988 -29
-STDOUT_21347=-8 -3.19639 0 -2.98951 -3.54598 0 -4.58348 -69.8659 -24.4324 -47.0517 -21.5582 -44.0528 10.9989 -29
-STDOUT_21348=-8 -2.93407 0 -2.18215 -4.84527 0 -4.74067 -69.8659 -29.5285 -47.3337 -21.6976 -43.1198 11.9988 -29
-STDOUT_21349=0 -2.88724 0 0 -4.88602 0 0 -96.9754 -21.7266 -39.5169 -16.2724 -37.0718 10.9989 -28
-STDOUT_21350=0 -3.00718 0 0 -5.07959 0 0 -99.0403 -21.9014 -39.887 -20.9298 -43.0475 10.9989 -30
-STDOUT_21351=-8 -2.53942 0 -2.18215 -4.73513 0 -4.74067 -70.727 -25.617 -45.7786 -21.7543 -43.2371 9.99896 -29
-STDOUT_21352=-8 -2.67816 0 -2.70651 -2.26774 0 -3.30558 -81.1373 -21.3419 -47.3337 -16.6769 -47.5178 10.9989 -30
-STDOUT_21353=-8 -2.79275 0 -3.28077 -4.04669 0 -4.74067 -77.9037 -23.9525 -40.6395 -20.5635 -42.1724 11.9988 -29
-STDOUT_21354=-8 -2.8727 0 -2.98951 -5.39437 0 -4.58348 -70.727 -25.2148 -46.6815 -20.981 -43.5109 11.9988 -29
-STDOUT_21355=0 -3.67659 0 0 -3.62253 0 0 -96.9754 -18.2664 -39.5169 -15.8754 -37.0718 9.99896 -28
-STDOUT_21356=-8 -3.23511 0 -2.18215 -5.61052 0 -4.74067 -69.8659 -28.9926 -47.3337 -20.7683 -43.1198 11.9988 -29
-STDOUT_21357=-8 -2.59331 0 -2.18215 -4.99688 0 -4.74067 -70.727 -27.0213 -45.7786 -21.9529 -43.2371 10.9989 -29
-STDOUT_21358=-8 -3.23306 0 -2.18215 -5.70458 0 -4.74067 -70.727 -28.8627 -46.9635 -20.5623 -42.5779 11.9988 -29
-STDOUT_21359=-8 -3.66652 0 -2.18215 -3.8562 0 -4.74067 -69.8659 -27.8978 -47.3337 -21.0395 -43.1198 10.9989 -29
-STDOUT_21360=-8 -2.91431 0 -2.98951 -5.29878 0 -4.58348 -69.8659 -26.3714 -47.0517 -21.0714 -44.0528 11.9988 -29
-STDOUT_21361=-8 -3.5821 0 -3.28077 -2.7832 0 -4.74067 -77.9037 -20.4922 -40.6395 -20.1665 -42.1724 10.9989 -29
-STDOUT_21362=0 -3.72394 0 0 -5.76842 0 0 -96.9754 -19.2698 -39.5169 -14.6639 -37.0718 10.9989 -28
-STDOUT_21363=-8 -3.53682 0 -2.18215 -5.45705 0 -4.74067 -70.727 -28.701 -46.9635 -20.3494 -42.5779 11.9988 -29
-STDOUT_21364=0 -2.75827 0 0 -4.53445 0 0 -97.2149 -21.9992 -39.887 -19.5254 -39.7525 9.99896 -29
-STDOUT_21365=-8 -2.22991 0 -2.98951 -4.64531 0 -4.58348 -69.8659 -23.048 -45.8668 -22.0705 -44.712 9.99896 -29
-STDOUT_21366=-124 0 0 -26.8194 0 0 -24.9787 -163.84 -40.4725 -34.5028 -31.5123 -31.204 22.9976 -24
-STDOUT_21367=-118 0 0 -26.3469 0 0 -25.3539 -142.786 -45.4553 -38.4402 -31.1974 -29.6584 22.9976 -23
-STDOUT_21368=-118 0 0 -26.8578 0 0 -26.9172 -146.833 -43.4251 -36.7557 -28.9676 -27.5792 22.9976 -23
-STDOUT_21369=-124 0 0 -26.6987 0 0 -26.1073 -163.676 -42.2041 -35.6445 -30.8377 -30.1964 22.9976 -24
-STDOUT_21370=-124 0 0 -25.7256 0 0 -25.71 -166.018 -39.9299 -35.1886 -31.1145 -32.569 22.9976 -25
-STDOUT_21371=-124 0 0 -26.5988 0 0 -24.8195 -163.76 -41.03 -34.5966 -32.1808 -31.371 22.9976 -24
-STDOUT_21372=-118 0 0 -27.2092 0 0 -27.0361 -148.897 -42.5208 -35.8826 -27.97 -26.7084 22.9976 -23
-STDOUT_21373=-124 0 0 -26.468 0 0 -24.8598 -162.576 -41.3768 -35.3759 -32.5099 -32.0748 22.9976 -24
-STDOUT_21374=-124 0 0 -26.5537 0 0 -23.5619 -162.794 -41.5526 -35.477 -32.6228 -32.1738 22.9976 -24
-STDOUT_21375=-124 0 0 -27.1838 0 0 -25.6441 -167.111 -40.0086 -34.0711 -29.3983 -29.3818 22.9976 -24
-STDOUT_21376=-124 0 0 -27.8017 0 0 -25.145 -165.83 -39.3978 -34.5028 -28.6103 -28.4031 22.9976 -23
-STDOUT_21377=-124 0 0 -26.5801 0 0 -26.5545 -163.549 -43.0262 -36.7027 -29.1052 -28.0847 22.9976 -23
-STDOUT_21378=-124 0 0 -27.0654 0 0 -26.53 -163.251 -42.4271 -36.2204 -29.4156 -28.3636 22.9976 -23
-STDOUT_21379=-118 0 0 -26.5674 0 0 -25.5131 -144.004 -44.8978 -38.3464 -30.5289 -29.4914 22.9976 -23
-STDOUT_21380=-124 0 0 -25.9571 0 0 -23.2965 -158.947 -43.407 -37.0604 -34.7398 -34.154 22.9976 -24
-STDOUT_21381=-124 0 0 -25.6048 0 0 -26.8385 -165.854 -41.6615 -36.3303 -30.4398 -31.5614 22.9976 -25
-STDOUT_21382=-124 0 0 -26.4781 0 0 -25.9481 -163.596 -42.7616 -35.7383 -31.5061 -30.3634 22.9976 -24
-STDOUT_21383=-118 0 0 -27.0784 0 0 -27.0764 -148.051 -42.8676 -36.6619 -28.2991 -27.4122 22.9976 -23
-STDOUT_21384=-124 0 0 -26.3473 0 0 -25.9883 -162.412 -43.1084 -36.5176 -31.8352 -31.0673 22.9976 -24
-STDOUT_21385=-124 0 0 -25.3742 0 0 -25.591 -164.754 -40.8342 -36.0617 -32.1121 -33.4398 22.9976 -25
-STDOUT_21386=-124 0 0 -26.433 0 0 -24.6904 -162.63 -43.2842 -36.6187 -31.9481 -31.1662 22.9976 -24
-STDOUT_21387=-124 0 0 -26.2475 0 0 -24.7006 -162.496 -41.9343 -35.4698 -33.1784 -32.2418 22.9976 -24
-STDOUT_21388=-124 0 0 -25.4599 0 0 -24.2931 -164.972 -41.01 -36.1628 -32.225 -33.5388 22.9976 -25
-STDOUT_21389=-124 0 0 -27.063 0 0 -26.7726 -166.947 -41.7402 -35.2128 -28.7236 -28.3743 22.9976 -24
-STDOUT_21390=-124 0 0 -26.09 0 0 -26.3753 -169.289 -39.466 -34.7569 -29.0005 -30.7468 22.9976 -25
-STDOUT_21391=-124 0 0 -26.3332 0 0 -23.4027 -162.713 -42.1102 -35.5709 -33.2913 -32.3408 22.9976 -24
-STDOUT_21392=-124 0 0 -26.9632 0 0 -25.4849 -167.031 -40.5662 -34.165 -30.0668 -29.5488 22.9976 -24
-STDOUT_21393=-124 0 0 -26.7079 0 0 -25.8763 -168.008 -38.8552 -35.1886 -28.2125 -29.7681 22.9976 -24
-STDOUT_21394=-124 0 0 -25.4863 0 0 -27.2858 -165.727 -42.4836 -37.3884 -28.7074 -29.4497 22.9976 -24
-STDOUT_21395=-124 0 0 -27.5811 0 0 -24.9858 -165.75 -39.9554 -34.5966 -29.2788 -28.57 22.9976 -23
-STDOUT_21396=-118 0 0 -26.9436 0 0 -25.6193 -147.851 -43.601 -36.8568 -29.0805 -27.6782 22.9976 -23
-STDOUT_21397=-124 0 0 -26.3595 0 0 -26.3953 -163.469 -43.5838 -36.7965 -29.7737 -28.2517 22.9976 -23
-STDOUT_21398=-118 0 0 -26.5922 0 0 -25.5003 -145.999 -44.5053 -37.73 -30.0781 -28.549 22.9976 -23
-STDOUT_21399=-124 0 0 -25.9715 0 0 -27.2613 -165.429 -41.8845 -36.9062 -29.0178 -29.7285 22.9976 -24
-STDOUT_21400=-118 0 0 -27.4297 0 0 -27.1953 -150.114 -41.9633 -35.7887 -27.3015 -26.5414 22.9976 -23
-STDOUT_21401=-124 0 0 -26.8448 0 0 -26.3708 -163.17 -42.9847 -36.3142 -30.0841 -28.5305 22.9976 -23
-STDOUT_21402=-124 0 0 -25.8364 0 0 -24.4251 -158.783 -45.1386 -38.2021 -34.0651 -33.1464 22.9976 -24
-STDOUT_21403=-124 0 0 -24.8633 0 0 -24.0277 -161.125 -42.8643 -37.7462 -34.342 -35.5189 22.9976 -25
-STDOUT_21404=-124 0 0 -25.7366 0 0 -23.1373 -158.867 -43.9645 -37.1543 -35.4083 -34.3209 22.9976 -24
-STDOUT_21405=-124 0 0 -26.8324 0 0 -25.5251 -165.847 -40.9129 -34.9443 -30.3958 -30.2527 22.9976 -24
-STDOUT_21406=-124 0 0 -27.3047 0 0 -24.9542 -164.778 -39.8734 -34.0205 -31.8227 -31.4828 22.9976 -24
-STDOUT_21407=-124 0 0 -26.9181 0 0 -24.2272 -166.065 -41.0887 -35.0454 -30.5087 -30.3516 22.9976 -24
-STDOUT_21408=-124 0 0 -27.4503 0 0 -25.0261 -164.566 -40.3021 -35.3759 -29.6079 -29.2739 22.9976 -23
-STDOUT_21409=-124 0 0 -26.2287 0 0 -26.4356 -162.285 -43.9306 -37.5758 -30.1028 -28.9555 22.9976 -23
-STDOUT_21410=-124 0 0 -27.536 0 0 -23.7282 -164.784 -40.4779 -35.477 -29.7208 -29.3729 22.9976 -23
-STDOUT_21411=-124 0 0 -26.3144 0 0 -25.1377 -162.503 -44.1064 -37.6769 -30.2157 -29.0545 22.9976 -23
-STDOUT_21412=-124 0 0 -28.1661 0 0 -25.8104 -169.101 -38.9339 -34.0711 -26.4962 -26.5809 22.9976 -23
-STDOUT_21413=-124 0 0 -26.9445 0 0 -27.2199 -166.82 -42.5624 -36.271 -26.9912 -26.2626 22.9976 -23
-STDOUT_21414=-124 0 0 -26.714 0 0 -26.411 -161.987 -43.3315 -37.0935 -30.4132 -29.2344 22.9976 -23
-STDOUT_21415=-124 0 0 -26.7997 0 0 -25.1132 -162.204 -43.5073 -37.1946 -30.526 -29.3334 22.9976 -23
-STDOUT_21416=-124 0 0 -25.505 0 0 -25.5508 -166.485 -40.4874 -35.2824 -31.783 -32.7359 22.9976 -25
-STDOUT_21417=-124 0 0 -27.4297 0 0 -27.1953 -166.522 -41.9633 -35.7887 -27.3015 -26.5414 22.9976 -23
-STDOUT_21418=-118 0 0 -26.4787 0 0 -25.2506 -142.055 -45.778 -38.6996 -32.2126 -30.9215 22.9976 -23
-STDOUT_21419=-118 0 0 -25.2531 0 0 -26.0852 -145.879 -44.9127 -39.126 -30.7996 -31.0233 22.9976 -24
-STDOUT_21420=-124 0 0 -25.2535 0 0 -26.7196 -164.591 -42.5658 -37.2034 -31.4374 -32.4322 22.9976 -25
-STDOUT_21421=-124 0 0 -26.2024 0 0 -23.4429 -161.742 -42.4569 -36.3502 -33.6204 -33.0446 22.9976 -24
-STDOUT_21422=-124 0 0 -26.3215 0 0 -23.9618 -162.218 -42.9431 -36.6288 -32.6257 -32.3318 22.9976 -24
-STDOUT_21423=-124 0 0 -26.1267 0 0 -25.8291 -162.332 -43.6659 -36.6115 -32.5037 -31.2342 22.9976 -24
-STDOUT_21424=-124 0 0 -25.3392 0 0 -25.4217 -164.808 -42.7416 -37.3045 -31.5503 -32.5312 22.9976 -25
-STDOUT_21425=-118 0 0 -26.0796 0 0 -24.7873 -143.191 -46.2905 -38.4402 -33.683 -31.7972 22.9976 -24
-STDOUT_21426=-124 0 0 -25.9692 0 0 -27.5039 -169.125 -41.1976 -35.8986 -28.3258 -29.7393 22.9976 -25
-STDOUT_21427=-124 0 0 -26.2125 0 0 -24.5312 -162.549 -43.8418 -36.7126 -32.6166 -31.3332 22.9976 -24
-STDOUT_21428=-124 0 0 -27.6317 0 0 -26.51 -165.541 -40.6848 -36.4327 -28.7589 -29.4046 22.9976 -24
-STDOUT_21429=-124 0 0 -26.8425 0 0 -26.6134 -166.867 -42.2978 -35.3067 -29.3921 -28.5413 22.9976 -24
-STDOUT_21430=-124 0 0 -26.9394 0 0 -23.4628 -160.937 -42.3323 -37.0604 -31.8377 -31.353 22.9976 -23
-STDOUT_21431=-124 0 0 -25.7178 0 0 -24.8723 -158.656 -45.9607 -39.2603 -32.3327 -31.0347 22.9976 -23
-STDOUT_21432=-124 0 0 -28.287 0 0 -25.1205 -166.342 -38.7987 -34.0205 -28.9206 -28.6819 22.9976 -23
-STDOUT_21433=-124 0 0 -26.2031 0 0 -24.8478 -158.358 -45.3616 -38.778 -32.643 -31.3135 22.9976 -23
-STDOUT_21434=-124 0 0 -24.7425 0 0 -25.1563 -160.961 -44.5959 -38.8879 -33.6673 -34.5114 22.9976 -25
-STDOUT_21435=-118 0 0 -26.9896 0 0 -26.8139 -146.102 -43.7478 -37.0151 -29.9827 -28.8424 22.9976 -23
-STDOUT_21436=-118 0 0 -25.764 0 0 -27.6484 -149.926 -42.8825 -37.4415 -28.5698 -28.9442 22.9976 -24
-STDOUT_21437=-124 0 0 -25.6158 0 0 -24.2659 -158.703 -45.6961 -38.296 -34.7336 -33.3134 22.9976 -24
-STDOUT_21438=-124 0 0 -26.7117 0 0 -26.6537 -165.683 -42.6445 -36.086 -29.7212 -29.2451 22.9976 -24
-STDOUT_21439=-124 0 0 -27.1839 0 0 -26.0828 -164.597 -41.605 -35.1623 -31.148 -30.4753 22.9976 -24
-STDOUT_21440=-124 0 0 -25.7386 0 0 -26.2563 -168.025 -40.3703 -35.6301 -29.998 -31.6176 22.9976 -25
-STDOUT_21441=-118 0 0 -26.9153 0 0 -26.3777 -148.729 -42.3331 -38.0413 -28.7398 -29.2472 22.9976 -24
-STDOUT_21442=-124 0 0 -26.7974 0 0 -25.3558 -165.901 -42.8203 -36.1871 -29.8341 -29.3441 22.9976 -24
-STDOUT_21443=-124 0 0 -26.6119 0 0 -25.3659 -165.767 -41.4705 -35.0381 -31.0643 -30.4196 22.9976 -24
-STDOUT_21444=-124 0 0 -26.2109 0 0 -25.6854 -166.957 -39.3307 -34.7063 -31.4249 -32.8478 22.9976 -25
-STDOUT_21445=-124 0 0 -25.8243 0 0 -24.9585 -168.243 -40.5461 -35.7311 -30.1109 -31.7166 22.9976 -25
-STDOUT_21446=-124 0 0 -27.1484 0 0 -25.0887 -170.208 -36.6228 -32.7608 -28.9474 -30.2402 22.9976 -24
-STDOUT_21447=-124 0 0 -27.0841 0 0 -24.795 -164.698 -40.4309 -34.1144 -32.4912 -31.6498 22.9976 -24
-STDOUT_21448=-124 0 0 -26.6976 0 0 -24.068 -165.984 -41.6463 -35.1392 -31.1772 -30.5186 22.9976 -24
-STDOUT_21449=-124 0 0 -26.3565 0 0 -25.7573 -166.745 -39.7595 -36.0617 -29.21 -30.6389 22.9976 -24
-STDOUT_21450=-124 0 0 -25.1349 0 0 -27.1668 -164.464 -43.3879 -38.2616 -29.705 -30.3205 22.9976 -24
-STDOUT_21451=-124 0 0 -27.2298 0 0 -24.8669 -164.486 -40.8597 -35.4698 -30.2764 -29.4409 22.9976 -23
-STDOUT_21452=-124 0 0 -26.4422 0 0 -24.4594 -166.962 -39.9353 -36.1628 -29.3229 -30.7379 22.9976 -24
-STDOUT_21453=-124 0 0 -26.0081 0 0 -26.2764 -162.205 -44.4881 -37.6696 -30.7713 -29.1225 22.9976 -23
-STDOUT_21454=-124 0 0 -25.2206 0 0 -25.8689 -164.681 -43.5638 -38.3627 -29.8179 -30.4195 22.9976 -24
-STDOUT_21455=-124 0 0 -27.0723 0 0 -26.5416 -171.28 -38.3913 -34.7569 -26.0984 -27.9459 22.9976 -24
-STDOUT_21456=-124 0 0 -27.3155 0 0 -23.569 -164.704 -41.0355 -35.5709 -30.3893 -29.5399 22.9976 -23
-STDOUT_21457=-124 0 0 -25.8506 0 0 -27.9511 -168.998 -42.0198 -36.9568 -26.5934 -27.6275 22.9976 -24
-STDOUT_21458=-124 0 0 -26.0939 0 0 -24.9785 -162.422 -44.664 -37.7707 -30.8842 -29.2215 22.9976 -23
-STDOUT_21459=-124 0 0 -27.9455 0 0 -25.6512 -169.021 -39.4915 -34.165 -27.1647 -26.7479 22.9976 -23
-STDOUT_21460=-124 0 0 -25.6202 0 0 -27.1423 -164.165 -42.7888 -37.7793 -30.0153 -30.5994 22.9976 -24
-STDOUT_21461=-124 0 0 -26.7239 0 0 -27.0607 -166.74 -43.1199 -36.3648 -27.6597 -26.4295 22.9976 -23
-STDOUT_21462=-118 0 0 -26.6126 0 0 -26.7708 -146.185 -44.3752 -37.466 -30.087 -28.6886 22.9976 -23
-STDOUT_21463=-124 0 0 -26.4934 0 0 -26.2519 -161.907 -43.889 -37.1874 -31.0816 -29.4014 22.9976 -23
-STDOUT_21464=-118 0 0 -26.6759 0 0 -25.4639 -149.154 -41.6057 -36.6982 -28.6325 -28.6946 22.9976 -23
-STDOUT_21465=-124 0 0 -25.3843 0 0 -26.6794 -166.321 -42.219 -36.4241 -31.1083 -31.7284 22.9976 -25
-STDOUT_21466=-16 -2.18748 0 -15.665 -1.60062 0 -9.23532 -85.7923 -23.6908 -37.1096 -18.8504 -37.483 11.9988 -26
-STDOUT_21467=-16 -1.71494 0 -15.8886 -1.30181 0 -9.29111 -91.8335 -23.4473 -35.3069 -16.6861 -30.2822 11.9988 -24
-STDOUT_21468=-16 -2.22501 0 -15.665 -1.58549 0 -9.23532 -86.6535 -23.6362 -36.7395 -18.8564 -36.9412 11.9988 -26
-STDOUT_21469=-16 -1.75247 0 -15.8886 -1.28668 0 -9.29111 -92.6946 -23.3927 -34.9367 -16.6921 -29.7403 11.9988 -24
-STDOUT_21470=-16 -2.10338 0 -15.665 -1.69444 0 -9.23532 -85.7923 -23.9162 -37.1096 -18.8426 -37.483 12.9986 -26
-STDOUT_21471=-16 -1.63084 0 -15.8886 -1.39563 0 -9.29111 -91.8335 -23.6728 -35.3069 -16.6783 -30.2822 12.9986 -24
-STDOUT_21472=-16 -2.14091 0 -15.665 -1.67931 0 -9.23532 -86.6535 -23.8616 -36.7395 -18.8486 -36.9412 12.9986 -26
-STDOUT_21473=-16 -1.66837 0 -15.8886 -1.3805 0 -9.29111 -92.6946 -23.6182 -34.9367 -16.6843 -29.7403 12.9986 -24
-STDOUT_21474=-16 -2.18748 0 -16.5326 -1.60062 0 -9.29111 -89.4818 -23.0449 -36.4295 -17.0186 -33.244 11.9988 -24
-STDOUT_21475=-16 -2.22501 0 -16.5326 -1.58549 0 -9.29111 -90.3429 -22.9903 -36.0593 -17.0246 -32.7021 11.9988 -24
-STDOUT_21476=-16 -2.18748 0 -15.5065 -1.60062 0 -10.4438 -89.5449 -22.6923 -35.5262 -17.8897 -35.5028 11.9988 -26
-STDOUT_21477=-16 -1.71494 0 -15.7301 -1.30181 0 -10.4996 -95.586 -22.4488 -33.7235 -15.7253 -28.302 11.9988 -24
-STDOUT_21478=-16 -2.22501 0 -15.5065 -1.58549 0 -10.4438 -90.406 -22.6377 -35.1561 -17.8957 -34.961 11.9988 -26
-STDOUT_21479=-16 -1.75247 0 -15.7301 -1.28668 0 -10.4996 -96.4471 -22.3942 -33.3533 -15.7314 -27.7601 11.9988 -24
-STDOUT_21480=-16 -2.10338 0 -16.5326 -1.69444 0 -9.29111 -89.4818 -23.2704 -36.4295 -17.0108 -33.244 12.9986 -24
-STDOUT_21481=-16 -2.14091 0 -16.5326 -1.67931 0 -9.29111 -90.3429 -23.2158 -36.0593 -17.0168 -32.7021 12.9986 -24
-STDOUT_21482=-16 -2.10338 0 -15.5065 -1.69444 0 -10.4438 -89.5449 -22.9178 -35.5262 -17.8819 -35.5028 12.9986 -26
-STDOUT_21483=-16 -2.20355 0 -16.419 -1.49759 0 -8.20726 -86.5954 -26.7035 -38.6924 -20.6129 -39.7005 11.9988 -27
-STDOUT_21484=-16 -1.63084 0 -15.7301 -1.39563 0 -10.4996 -95.586 -22.6743 -33.7235 -15.7175 -28.302 12.9986 -24
-STDOUT_21485=-16 -2.14091 0 -15.5065 -1.67931 0 -10.4438 -90.406 -22.8631 -35.1561 -17.8879 -34.961 12.9986 -26
-STDOUT_21486=-14 -1.68801 0 -15.6938 -1.42626 0 -9.6204 -95.7511 -23.4473 -35.3069 -16.6861 -30.2822 11.9988 -24
-STDOUT_21487=-16 -1.731 0 -16.6425 -1.19878 0 -8.26305 -92.6365 -26.46 -36.8896 -18.4485 -32.4996 11.9988 -25
-STDOUT_21488=-16 -2.24108 0 -16.419 -1.48247 0 -8.20726 -87.4565 -26.6488 -38.3222 -20.6189 -39.1586 11.9988 -27
-STDOUT_21489=-16 -1.66837 0 -15.7301 -1.3805 0 -10.4996 -96.4471 -22.6197 -33.3533 -15.7235 -27.7601 12.9986 -24
-STDOUT_21490=-16 -2.18748 0 -16.3742 -1.60062 0 -10.4996 -93.2343 -22.0465 -34.8461 -16.0579 -31.2638 11.9988 -24
-STDOUT_21491=-16 -2.18748 0 -16.5326 -1.60062 0 -9.29111 -85.8276 -25.3475 -41.6976 -17.0186 -33.1899 11.9988 -24
-STDOUT_21492=-16 -2.06774 0 -16.419 -1.49759 0 -8.32277 -88.1142 -25.5077 -39.0898 -19.9197 -41.372 11.9988 -28
-STDOUT_21493=-14 -1.72554 0 -15.6938 -1.41114 0 -9.6204 -96.6123 -23.3927 -34.9367 -16.6921 -29.7403 11.9988 -24
-STDOUT_21494=-16 -1.76854 0 -16.6425 -1.18366 0 -8.26305 -93.4976 -26.4054 -36.5195 -18.4545 -31.9578 11.9988 -25
-STDOUT_21495=-16 -2.22501 0 -16.3742 -1.58549 0 -10.4996 -94.0954 -21.9918 -34.4759 -16.0639 -30.722 11.9988 -24
-STDOUT_21496=-16 -1.5952 0 -16.6425 -1.19878 0 -8.37856 -94.1553 -25.2642 -37.287 -17.7554 -34.1711 11.9988 -26
-STDOUT_21497=-16 -2.22501 0 -16.5326 -1.58549 0 -9.29111 -86.6888 -25.2929 -41.3274 -17.0246 -32.6481 11.9988 -24
-STDOUT_21498=-16 -2.10528 0 -16.419 -1.48247 0 -8.32277 -88.9753 -25.4531 -38.7196 -19.9257 -40.8301 11.9988 -28
-STDOUT_21499=-16 -2.18748 0 -14.4314 -1.60437 0 -9.23532 -81.8712 -25.9282 -37.1096 -23.2229 -39.6219 11.9988 -27
-STDOUT_21500=-16 -2.65823 0 -15.665 -2.0441 0 -9.23532 -86.6535 -23.8446 -36.7395 -18.7604 -36.9412 12.9986 -26
-STDOUT_21501=-16 -1.63273 0 -16.6425 -1.18366 0 -8.37856 -95.0165 -25.2096 -36.9168 -17.7614 -33.6292 11.9988 -26
-STDOUT_21502=-16 -1.71494 0 -14.655 -1.30556 0 -9.29111 -87.9124 -25.6847 -35.3069 -21.0585 -32.421 11.9988 -25
-STDOUT_21503=-16 -2.22501 0 -14.4314 -1.58924 0 -9.23532 -82.7324 -25.8736 -36.7395 -23.2289 -39.08 11.9988 -27
-STDOUT_21504=-16 -2.18569 0 -15.8886 -1.74529 0 -9.29111 -92.6946 -23.6011 -34.9367 -16.5961 -29.7403 12.9986 -24
-STDOUT_21505=-16 -2.18748 0 -15.434 -1.60062 0 -9.29111 -91.8335 -22.6395 -35.3069 -17.0186 -30.2822 11.9988 -24
-STDOUT_21506=-16 -1.75247 0 -14.655 -1.29043 0 -9.29111 -88.7735 -25.6301 -34.9367 -21.0645 -31.8792 11.9988 -25
-STDOUT_21507=-16 -2.22501 0 -15.434 -1.58549 0 -9.29111 -92.6946 -22.5849 -34.9367 -17.0246 -29.7403 11.9988 -24
-STDOUT_21508=-14 -1.60391 0 -15.6938 -1.52008 0 -9.6204 -95.7511 -23.6728 -35.3069 -16.6783 -30.2822 12.9986 -24
-STDOUT_21509=-14 -1.68801 0 -17.1852 -1.42626 0 -8.50265 -96.4822 -24.4021 -35.3069 -22.3054 -32.421 11.9988 -25
-STDOUT_21510=-16 -2.10338 0 -16.3742 -1.69444 0 -10.4996 -93.2343 -22.2719 -34.8461 -16.0501 -31.2638 12.9986 -24
-STDOUT_21511=-16 -2.45299 0 -16.419 -1.5476 0 -8.20726 -86.5954 -26.9921 -38.6924 -20.7209 -39.7005 12.9986 -27
-STDOUT_21512=-16 -2.10338 0 -16.5326 -1.69444 0 -9.29111 -85.8276 -25.573 -41.6976 -17.0108 -33.1899 12.9986 -24
-STDOUT_21513=-14 -1.64145 0 -15.6938 -1.50496 0 -9.6204 -96.6123 -23.6182 -34.9367 -16.6843 -29.7403 12.9986 -24
-STDOUT_21514=-16 -2.20355 0 -17.2866 -1.49759 0 -8.26305 -90.2848 -26.0576 -38.0122 -18.781 -35.4615 11.9988 -25
-STDOUT_21515=-14 -1.72554 0 -17.1852 -1.41114 0 -8.50265 -97.3434 -24.3475 -34.9367 -22.3114 -31.8792 11.9988 -25
-STDOUT_21516=-16 -1.71494 0 -15.0209 -1.30181 0 -9.23532 -91.1222 -24.0931 -35.987 -18.5179 -34.5212 11.9988 -26
-STDOUT_21517=-16 -1.98045 0 -16.6425 -1.24879 0 -8.26305 -92.6365 -26.7486 -36.8896 -18.5565 -32.4996 12.9986 -25
-STDOUT_21518=-16 -2.14091 0 -16.3742 -1.67931 0 -10.4996 -94.0954 -22.2173 -34.4759 -16.0561 -30.722 12.9986 -24
-STDOUT_21519=-16 -2.49052 0 -16.419 -1.53248 0 -8.20726 -87.4565 -26.9375 -38.3222 -20.7269 -39.1586 12.9986 -27
-STDOUT_21520=-16 -2.67244 0 -15.665 -2.10567 0 -9.23532 -85.7923 -24.1553 -37.1096 -19.2408 -37.483 12.9986 -26
-STDOUT_21521=-16 -2.14091 0 -16.5326 -1.67931 0 -9.29111 -86.6888 -25.5184 -41.3275 -17.0168 -32.6481 12.9986 -24
-STDOUT_21522=-16 -2.24108 0 -17.2866 -1.48247 0 -8.26305 -91.1459 -26.003 -37.6421 -18.787 -34.9196 11.9988 -25
-STDOUT_21523=-16 -2.09045 0 -16.419 -1.49759 0 -9.2027 -94.6722 -22.7449 -34.7792 -18.2952 -37.3995 11.9988 -27
-STDOUT_21524=-16 -1.75247 0 -15.0209 -1.28668 0 -9.23532 -91.9834 -24.0385 -35.6169 -18.5239 -33.9793 11.9988 -26
-STDOUT_21525=-16 -2.01798 0 -16.6425 -1.23367 0 -8.26305 -93.4976 -26.694 -36.5195 -18.5625 -31.9578 12.9986 -25
-STDOUT_21526=-16 -2.1999 0 -15.8886 -1.80686 0 -9.29111 -91.8335 -23.9118 -35.3069 -17.0764 -30.2822 12.9986 -24
-STDOUT_21527=-16 -2.10338 0 -14.4314 -1.69819 0 -9.23532 -81.8712 -26.1537 -37.1096 -23.2151 -39.6219 12.9986 -27
-STDOUT_21528=-16 -2.57413 0 -15.665 -2.13792 0 -9.23532 -86.6535 -24.0701 -36.7395 -18.7526 -36.9412 13.9985 -26
-STDOUT_21529=-16 -2.06774 0 -17.2866 -1.49759 0 -8.37856 -91.8036 -24.8619 -38.4096 -18.0879 -37.1329 11.9988 -26
-STDOUT_21530=-16 -1.61791 0 -16.6425 -1.19878 0 -9.25848 -100.713 -22.5015 -32.9764 -16.1308 -30.1986 11.9988 -25
-STDOUT_21531=-14 -1.68801 0 -15.5354 -1.42626 0 -10.8288 -99.5036 -22.4488 -33.7235 -15.7253 -28.302 11.9988 -24
-STDOUT_21532=-16 -2.12798 0 -16.419 -1.48247 0 -9.2027 -95.5333 -22.6903 -34.409 -18.3012 -36.8576 11.9988 -27
-STDOUT_21533=-16 -1.63084 0 -14.655 -1.39938 0 -9.29111 -87.9124 -25.9102 -35.3069 -21.0507 -32.421 12.9986 -25
-STDOUT_21534=-16 -2.14091 0 -14.4314 -1.68306 0 -9.23532 -82.7324 -26.0991 -36.7395 -23.2211 -39.08 12.9986 -27
-STDOUT_21535=-16 -2.10159 0 -15.8886 -1.83911 0 -9.29111 -92.6946 -23.8266 -34.9367 -16.5883 -29.7403 13.9985 -24
-STDOUT_21536=-16 -2.10528 0 -17.2866 -1.48247 0 -8.37856 -92.6648 -24.8073 -38.0395 -18.0939 -36.5911 11.9988 -26
-STDOUT_21537=-16 -1.95465 0 -16.419 -1.49759 0 -9.31821 -96.191 -21.5492 -35.1766 -17.602 -39.071 11.9988 -28
-STDOUT_21538=-16 -2.18748 0 -16.3742 -1.60062 0 -10.4996 -89.5801 -24.349 -40.1142 -16.0579 -31.2098 11.9988 -24
-STDOUT_21539=-16 -1.65544 0 -16.6425 -1.18366 0 -9.25848 -101.574 -22.4468 -32.6063 -16.1368 -29.6568 11.9988 -25
-STDOUT_21540=-16 -2.10338 0 -15.434 -1.69444 0 -9.29111 -91.8335 -22.8649 -35.3069 -17.0108 -30.2822 12.9986 -24
-STDOUT_21541=-16 -2.79222 0 -15.8886 -1.81263 0 -9.29111 -91.8335 -24.0448 -35.3069 -16.765 -30.2822 12.9986 -24
-STDOUT_21542=-14 -1.72554 0 -15.5354 -1.41114 0 -10.8288 -100.365 -22.3942 -33.3533 -15.7314 -27.7601 11.9988 -24
-STDOUT_21543=-16 -2.42594 0 -15.665 -1.69938 0 -9.23532 -85.7923 -25.5426 -37.1096 -20.9156 -37.483 12.9986 -26
-STDOUT_21544=-16 -1.66837 0 -14.655 -1.38425 0 -9.29111 -88.7735 -25.8556 -34.9367 -21.0567 -31.8792 12.9986 -25
-STDOUT_21545=-16 -2.18748 0 -15.2991 -1.60437 0 -9.29111 -85.5607 -25.2824 -36.4295 -21.3911 -35.3829 11.9988 -25
-STDOUT_21546=-16 -2.65823 0 -16.5326 -2.0441 0 -9.29111 -90.3429 -23.1988 -36.0593 -16.9286 -32.7021 12.9986 -24
-STDOUT_21547=-16 -2.58664 0 -15.665 -1.87576 0 -9.23532 -86.6535 -23.1427 -36.7395 -21.2352 -36.9412 12.9986 -26
-STDOUT_21548=-16 -1.4821 0 -16.6425 -1.19878 0 -9.374 -102.232 -21.3057 -33.3738 -15.4377 -31.8701 11.9988 -26
-STDOUT_21549=-16 -1.99218 0 -16.419 -1.48247 0 -9.31821 -97.0522 -21.4946 -34.8064 -17.608 -38.5291 11.9988 -28
-STDOUT_21550=-8 -3.8013 0 -4.5143 -1.852 0 -4.74067 -83.281 -14.7582 -37.2759 -14.9807 -41.6447 9.99896 -27
-STDOUT_21551=-16 -2.22501 0 -16.3742 -1.58549 0 -10.4996 -90.4413 -24.2944 -39.744 -16.0639 -30.6679 11.9988 -24
-STDOUT_21552=-18 -2.56397 0 -14.7209 -1.14574 0 -9.0354 -88.4865 -18.5658 -36.7154 -17.112 -38.9702 11.9988 -27
-STDOUT_21553=-16 -1.9534 0 -15.8886 -1.40057 0 -9.29111 -91.8335 -25.2991 -35.3069 -18.7512 -30.2822 12.9986 -24
-STDOUT_21554=-16 -2.14091 0 -15.434 -1.67931 0 -9.29111 -92.6946 -22.8103 -34.9367 -17.0168 -29.7403 12.9986 -24
-STDOUT_21555=-16 -2.82975 0 -15.8886 -1.79751 0 -9.29111 -92.6946 -23.9901 -34.9367 -16.771 -29.7403 12.9986 -24
-STDOUT_21556=-16 -1.95465 0 -16.5774 -1.65603 0 -9.31821 -92.498 -22.5477 -36.76 -18.5627 -41.0511 11.9988 -28
-STDOUT_21557=-16 -2.46348 0 -15.665 -1.68426 0 -9.23532 -86.6535 -25.488 -36.7395 -20.9216 -36.9412 12.9986 -26
-STDOUT_21558=-16 -2.22501 0 -15.2991 -1.58924 0 -9.29111 -86.4218 -25.2277 -36.0593 -21.3971 -34.841 11.9988 -25
-STDOUT_21559=-14 -1.60391 0 -17.1852 -1.52008 0 -8.50265 -96.4822 -24.6276 -35.3069 -22.2976 -32.421 12.9986 -25
-STDOUT_21560=-16 -2.18748 0 -14.273 -1.60437 0 -10.4438 -85.6238 -24.9297 -35.5262 -22.2621 -37.6417 11.9988 -27
-STDOUT_21561=-16 -2.1141 0 -15.8886 -1.57695 0 -9.29111 -92.6946 -22.8992 -34.9367 -19.0709 -29.7403 12.9986 -24
-STDOUT_21562=-16 -2.81537 0 -15.665 -1.85734 0 -9.23532 -85.7923 -24.5678 -37.1096 -20.7065 -37.483 12.9986 -26
-STDOUT_21563=-16 -1.51964 0 -16.6425 -1.18366 0 -9.374 -103.093 -21.2511 -33.0037 -15.4437 -31.3283 11.9988 -26
-STDOUT_21564=-8 -3.32876 0 -4.73788 -1.55319 0 -4.79645 -89.3221 -14.5147 -35.4732 -12.8164 -34.4438 9.99896 -25
-STDOUT_21565=-16 -2.65823 0 -15.5065 -2.0441 0 -10.4438 -90.406 -22.8461 -35.1561 -17.7997 -34.961 12.9986 -26
-STDOUT_21566=-10 -1.74143 -9.31651 -1.28047 -2.22307 -2.85979 -3.29045 -92.4607 -14.9347 -38.3989 -13.7431 -31.5953 9.99896 -25
-STDOUT_21567=-10 -1.84202 -9.31651 -1.28047 -3.18588 -2.85979 -3.29045 -92.051 -14.9572 -37.6518 -14.554 -33.4919 9.99896 -26
-STDOUT_21568=-10 -1.66984 -9.31651 -1.28047 -1.95131 -2.85979 -3.29045 -92.4607 -14.2328 -38.3989 -16.2179 -31.5953 9.99896 -25
-STDOUT_21569=-10 -2.55973 -9.31651 -1.28047 -2.44743 -2.85979 -3.29045 -92.051 -17.2035 -38.8367 -13.9622 -32.8327 10.9989 -26
-STDOUT_21570=-10 -1.94087 -9.31651 -1.28047 -2.73389 -2.85979 -3.29045 -92.4607 -17.7936 -39.5837 -12.3537 -30.9361 10.9989 -25
-STDOUT_21571=-10 -1.55277 -9.31651 -1.28047 -2.06871 -2.85979 -3.29045 -91.5995 -16.9349 -38.769 -15.2219 -32.1371 10.9989 -25
-STDOUT_21572=-10 -1.35572 -9.31651 -1.28047 -1.97553 -2.85979 -3.29045 -91.5995 -16.4667 -38.769 -14.7054 -32.1371 9.99896 -25
-STDOUT_21573=-10 -1.74143 -9.31651 -1.28047 -2.22307 -2.85979 -3.29045 -94.2325 -14.3469 -37.8717 -13.7431 -29.3582 9.99896 -24
-STDOUT_21574=-10 -1.83419 -9.31651 -1.28047 -2.22307 -2.85979 -2.85781 -89.7281 -17.2864 -38.8402 -15.1758 -29.0615 9.99896 -23
-STDOUT_21575=-10 -2.77894 -9.31651 -1.28047 -1.55821 -2.85979 -3.29045 -93.5072 -13.7069 -35.4732 -13.1489 -34.4438 9.99896 -25
-STDOUT_21576=-10 -2.91277 -9.31651 -1.28047 -2.06903 -2.85979 -3.29045 -93.5072 -13.9655 -35.4732 -13.3357 -34.4438 10.9989 -25
-STDOUT_21577=-10 -2.34617 -9.31651 -1.73499 -2.43508 -2.85979 -3.29045 -92.4607 -16.34 -38.3989 -13.4895 -31.5953 10.9989 -25
-STDOUT_21578=-8 -1.74143 -3.56348 -1.28047 -2.22307 -1.60944 -2.26934 -82.9203 -16.1674 -41.6677 -13.8643 -33.4063 8.99907 -24
-STDOUT_21579=-10 -2.01576 -9.31651 -1.28047 -2.31689 -2.85979 -3.29045 -92.4607 -15.8052 -38.3989 -15.3991 -31.5953 10.9989 -25
-STDOUT_21580=-10 -1.41647 -9.31651 -1.28047 -1.97553 -2.85979 -3.29045 -92.4607 -16.3779 -38.3989 -14.7391 -31.5953 9.99896 -25
-STDOUT_21581=-10 -1.55031 -9.31651 -1.28047 -2.48636 -2.85979 -3.29045 -92.4607 -16.6365 -38.3989 -14.9259 -31.5953 10.9989 -25
-STDOUT_21582=-12 -1.83419 -13.983 -1.57095 -2.22307 -4.74324 -2.85781 -92.9294 -18.6917 -38.8402 -14.9222 -29.0615 10.9989 -23
-STDOUT_21583=-10 -1.10696 -9.31651 -1.28047 -1.974 -2.85979 -3.29045 -91.5995 -17.3286 -38.769 -14.6259 -32.1371 9.99896 -25
-STDOUT_21584=-10 -2.91524 -9.31651 -1.28047 -1.65138 -2.85979 -3.29045 -93.2115 -14.2638 -35.8433 -13.6317 -34.9857 10.9989 -25
-STDOUT_21585=-10 -2.47751 -9.31651 -1.28047 -2.49124 -2.85979 -3.29045 -92.4607 -17.0877 -39.5837 -13.4409 -30.9361 10.9989 -25
-STDOUT_21586=-10 -2.71819 -9.31651 -1.28047 -1.55821 -2.85979 -3.29045 -93.2115 -13.7957 -35.8433 -13.1152 -34.9857 9.99896 -25
-STDOUT_21587=-10 -2.35074 -9.31651 -1.28047 -2.64221 -2.85979 -3.29045 -91.5995 -17.16 -38.769 -15.2064 -32.1371 11.9988 -25
-STDOUT_21588=-10 -2.15368 -9.31651 -1.28047 -2.54903 -2.85979 -3.29045 -91.5995 -16.6919 -38.769 -14.69 -32.1371 10.9989 -25
-STDOUT_21589=-10 -2.69671 -9.31651 -1.28047 -1.60201 -2.85979 -3.29045 -93.9168 -13.5911 -36.2202 -12.6276 -32.5472 9.99896 -24
-STDOUT_21590=-10 -2.83055 -9.31651 -1.28047 -2.11284 -2.85979 -3.29045 -93.9168 -13.8497 -36.2202 -12.8144 -32.5472 10.9989 -24
-STDOUT_21591=-10 -1.59192 -9.31651 -1.28047 -2.06718 -2.85979 -3.29045 -91.5995 -17.7932 -38.769 -15.0163 -32.1371 10.9989 -25
-STDOUT_21592=-10 -2.94748 -9.31651 -1.28047 -1.84467 -2.85979 -3.29045 -93.9168 -14.5284 -36.2202 -10.9931 -32.5472 9.99896 -24
-STDOUT_21593=-10 -1.43283 -9.31651 -1.28047 -2.23729 -2.85979 -3.29045 -91.5995 -17.837 -38.769 -14.9317 -32.1371 10.9989 -25
-STDOUT_21594=-10 -3.08131 -9.31651 -1.28047 -2.35549 -2.85979 -3.29045 -93.9168 -14.787 -36.2202 -11.1799 -32.5472 10.9989 -24
-STDOUT_21595=-20 -1.32555 -10.7526 -2.63752 -1.18718 -3.44758 -4.85813 -81.4484 -23.3058 -40.1015 -14.3893 -28.2215 11.9988 -22
-STDOUT_21596=-10 -1.91272 -9.31651 -1.28047 -2.37892 -2.85979 -3.29045 -91.5995 -16.8946 -38.769 -15.1425 -32.1371 10.9989 -25
-STDOUT_21597=-20 -1.45938 -10.7526 -2.63752 -1.698 -3.44758 -4.85813 -81.4484 -23.5644 -40.1015 -14.576 -28.2215 12.9986 -22
-STDOUT_21598=-10 -1.14449 -9.31651 -1.28047 -1.974 -2.85979 -3.29045 -92.4607 -17.274 -38.3989 -14.6319 -31.5953 9.99896 -25
-STDOUT_21599=-10 -2.83283 -9.31651 -1.28047 -1.87972 -2.85979 -3.29045 -93.5072 -15.1113 -35.4732 -13.3475 -34.4438 10.9989 -25
-STDOUT_21600=-10 -1.57771 -9.31651 -1.28047 -2.48483 -2.85979 -3.29045 -92.4607 -17.4825 -38.3989 -14.5359 -31.5953 10.9989 -25
-STDOUT_21601=-10 -1.82585 -9.31651 -1.28047 -2.28574 -2.85979 -3.29045 -91.5995 -16.4125 -38.769 -14.6161 -32.1371 9.99896 -25
-STDOUT_21602=-10 -3.26604 -9.31651 -1.28047 -2.39055 -2.85979 -3.29045 -93.5072 -15.3197 -35.4732 -13.2515 -34.4438 11.9988 -25
-STDOUT_21603=-10 -1.77043 -9.31651 -1.28047 -2.91413 -2.85979 -3.29045 -92.051 -14.2553 -37.6518 -17.0288 -33.4919 9.99896 -26
-STDOUT_21604=-10 -1.91779 -9.31651 -1.28047 -2.33046 -2.85979 -3.29045 -91.5995 -18.3015 -38.769 -15.3221 -32.1371 11.9988 -25
-STDOUT_21605=-10 -2.14333 -9.31651 -1.28047 -2.23199 -2.85979 -3.29045 -92.4607 -15.1238 -38.3989 -16.8635 -31.5953 10.9989 -25
-STDOUT_21606=-10 -2.21443 -9.31651 -1.28047 -2.54903 -2.85979 -3.29045 -92.4607 -16.6031 -38.3989 -14.7237 -31.5953 10.9989 -25
-STDOUT_21607=-10 -2.34827 -9.31651 -1.28047 -3.05985 -2.85979 -3.29045 -92.4607 -16.8617 -38.3989 -14.9104 -31.5953 11.9988 -25
-STDOUT_21608=-10 -2.04145 -9.31651 -1.28047 -3.69671 -2.85979 -3.29045 -92.051 -17.8161 -38.8367 -13.1646 -32.8327 10.9989 -26
-STDOUT_21609=-10 -1.47036 -9.31651 -1.28047 -2.23729 -2.85979 -3.29045 -92.4606 -17.7823 -38.3989 -14.9377 -31.5953 10.9989 -25
-STDOUT_21610=-10 -2.09798 -9.31651 -1.28047 -3.23589 -2.85979 -3.29045 -92.051 -15.921 -37.6518 -15.9204 -33.4919 10.9989 -26
-STDOUT_21611=-10 -1.65336 -9.31651 -1.28047 -3.03152 -2.85979 -3.29045 -91.1898 -16.9573 -38.022 -16.0328 -34.0338 10.9989 -26
-STDOUT_21612=-10 -1.45631 -9.31651 -1.28047 -2.93834 -2.85979 -3.29045 -91.1898 -16.4892 -38.022 -15.5164 -34.0338 9.99896 -26
-STDOUT_21613=-10 -1.84202 -9.31651 -1.28047 -3.18588 -2.85979 -3.29045 -93.8228 -14.3694 -37.1246 -14.554 -31.2549 9.99896 -25
-STDOUT_21614=-10 -1.93478 -9.31651 -1.28047 -3.18588 -2.85979 -2.85781 -89.3184 -17.3089 -38.0932 -15.9867 -30.9581 9.99896 -24
-STDOUT_21615=-10 -2.48814 -9.31651 -1.28047 -2.17568 -2.85979 -3.29045 -92.051 -16.5016 -38.8367 -16.437 -32.8327 10.9989 -26
-STDOUT_21616=-10 -1.90358 -9.31651 -1.28047 -2.74811 -2.85979 -3.29045 -92.4606 -17.9908 -38.3989 -14.8417 -31.5953 11.9988 -25
-STDOUT_21617=-10 -2.36932 -9.31651 -1.28047 -2.47979 -2.85979 -3.29045 -92.4607 -15.8117 -38.3989 -15.5991 -31.5953 10.9989 -25
-STDOUT_21618=-10 -1.86928 -9.31651 -1.28047 -2.46214 -2.85979 -3.29045 -92.4607 -17.0917 -39.5837 -14.8285 -30.9361 10.9989 -25
-STDOUT_21619=-10 -1.48118 -9.31651 -1.28047 -1.79695 -2.85979 -3.29045 -91.5995 -16.2329 -38.769 -17.6966 -32.1371 10.9989 -25
-STDOUT_21620=-10 -1.66984 -9.31651 -1.28047 -1.95131 -2.85979 -3.29045 -94.2325 -13.645 -37.8717 -16.2179 -29.3582 9.99896 -24
-STDOUT_21621=-10 -1.7626 -9.31651 -1.28047 -1.95131 -2.85979 -2.85781 -89.7281 -16.5845 -38.8402 -17.6506 -29.0615 9.99896 -23
-STDOUT_21622=-10 -2.83302 -9.31651 -1.28047 -1.69519 -2.85979 -3.29045 -93.6212 -14.148 -36.5904 -13.1104 -33.0891 10.9989 -24
-STDOUT_21623=-10 -2.63596 -9.31651 -1.28047 -1.60201 -2.85979 -3.29045 -93.6212 -13.6799 -36.5904 -12.5939 -33.089 9.99896 -24
-STDOUT_21624=-10 -2.44675 -9.31651 -1.73499 -3.3979 -2.85979 -3.29045 -92.051 -16.3625 -37.6518 -14.3005 -33.4919 10.9989 -26
-STDOUT_21625=-10 -2.84118 -9.31651 -1.28047 -1.79728 -2.85979 -3.29045 -93.5072 -13.2636 -35.4732 -15.8105 -34.4438 10.9989 -25
-STDOUT_21626=-10 -3.08378 -9.31651 -1.28047 -1.93784 -2.85979 -3.29045 -93.6212 -15.0854 -36.5904 -11.4759 -33.0891 10.9989 -24
-STDOUT_21627=-10 -2.88672 -9.31651 -1.28047 -1.84467 -2.85979 -3.29045 -93.6212 -14.6172 -36.5904 -10.9594 -33.089 9.99896 -24
-STDOUT_21628=-10 -2.37108 -9.31651 -1.28047 -2.29307 -2.85979 -3.29045 -91.1898 -19.2036 -39.2069 -15.441 -33.3746 11.9988 -26
-STDOUT_21629=-20 -1.46185 -10.7526 -2.63752 -1.28036 -3.44758 -4.85813 -81.1528 -23.8627 -40.4716 -14.872 -28.7634 12.9986 -22
-STDOUT_21630=-10 -2.17402 -9.31651 -1.28047 -2.19989 -2.85979 -3.29045 -91.1898 -18.7355 -39.2069 -14.9245 -33.3746 10.9989 -26
-STDOUT_21631=-20 -1.2648 -10.7526 -2.63752 -1.18718 -3.44758 -4.85813 -81.1528 -23.3946 -40.4716 -14.3556 -28.7634 11.9988 -22
-STDOUT_21632=-10 -2.65249 -9.31651 -1.28047 -2.44743 -2.85979 -2.85781 -89.3184 -19.5552 -39.278 -15.3949 -30.2989 10.9989 -24
-STDOUT_21633=-8 -1.84202 -3.56348 -1.28047 -3.18588 -1.60944 -2.26934 -82.5106 -16.1899 -40.9207 -14.6752 -35.303 8.99907 -25
-STDOUT_21634=-10 -1.75221 -9.31651 -1.28047 -2.57953 -2.85979 -3.29045 -91.5995 -19.7938 -39.9539 -13.8324 -31.4779 11.9988 -25
-STDOUT_21635=-10 -2.27458 -9.31651 -1.73499 -2.16333 -2.85979 -3.29045 -92.4607 -15.6381 -38.3989 -15.9643 -31.5953 10.9989 -25
-STDOUT_21636=-10 -1.55516 -9.31651 -1.28047 -2.48636 -2.85979 -3.29045 -91.5995 -19.3257 -39.9539 -13.316 -31.4779 10.9989 -25
-STDOUT_21637=-10 -2.03362 -9.31651 -1.28047 -2.73389 -2.85979 -2.85781 -89.7281 -20.1454 -40.0251 -13.7864 -28.4023 10.9989 -23
-STDOUT_21638=-10 -1.55277 -9.31651 -1.28047 -2.06871 -2.85979 -3.29045 -93.3714 -16.3471 -38.2418 -15.2219 -29.9001 10.9989 -24
-STDOUT_21639=-10 -1.35572 -9.31651 -1.28047 -1.97553 -2.85979 -3.29045 -93.3714 -15.879 -38.2418 -14.7054 -29.9001 9.99896 -24
-STDOUT_21640=-10 -1.64553 -9.31651 -1.28047 -2.06871 -2.85979 -2.85781 -88.867 -19.2866 -39.2103 -16.6545 -29.6033 10.9989 -23
-STDOUT_21641=-10 -1.44848 -9.31651 -1.28047 -1.97553 -2.85979 -2.85781 -88.867 -18.8185 -39.2103 -16.1381 -29.6033 9.99896 -23
-STDOUT_21642=-10 -1.83419 -9.31651 -1.28047 -2.22307 -2.85979 -2.85781 -91.5 -16.6986 -38.313 -15.1758 -26.8245 9.99896 -22
-STDOUT_21643=-20 -1.0761 -10.7526 -2.63752 -1.13717 -3.44758 -4.85813 -81.4484 -23.0172 -40.1015 -14.2812 -28.2215 10.9989 -22
-STDOUT_21644=-20 -1.20994 -10.7526 -2.63752 -1.64799 -3.44758 -4.85813 -81.4484 -23.2757 -40.1015 -14.468 -28.2215 11.9988 -22
-STDOUT_21645=-8 -1.66984 -3.56348 -1.28047 -1.95131 -1.60944 -2.26934 -82.9203 -15.4655 -41.6677 -16.3391 -33.4063 8.99907 -24
-STDOUT_21646=-10 -3.16447 -9.31651 -1.73499 -2.65945 -2.85979 -3.29045 -92.051 -18.6088 -38.8367 -13.7087 -32.8327 11.9988 -26
-STDOUT_21647=-10 -1.91067 -9.31651 -1.28047 -2.79657 -2.85979 -3.29045 -92.4607 -16.7648 -38.3989 -14.9366 -31.5953 10.9989 -25
-STDOUT_21648=-10 -2.79529 -9.31651 -1.28047 -1.87972 -2.85979 -3.29045 -93.2115 -15.1659 -35.8433 -13.3415 -34.9857 10.9989 -25
-STDOUT_21649=-10 -2.87169 -9.31651 -1.28047 -1.55821 -2.85979 -2.85781 -90.7746 -16.0586 -35.9145 -14.5816 -31.9101 9.99896 -23
-STDOUT_21650=-10 -2.23079 -9.31651 -1.28047 -2.81079 -2.85979 -3.29045 -91.5995 -18.0621 -38.769 -14.9163 -32.1371 11.9988 -25
-STDOUT_21651=-10 -3.00553 -9.31651 -1.28047 -2.06903 -2.85979 -2.85781 -90.7746 -16.3172 -35.9145 -14.7683 -31.9101 10.9989 -23
-STDOUT_21652=-10 -2.5456 -9.31651 -1.73499 -2.94591 -2.85979 -3.29045 -92.4607 -19.1989 -39.5837 -12.1001 -30.9361 11.9988 -25
-STDOUT_21653=-10 -1.94417 -9.31651 -1.28047 -2.04513 -2.85979 -3.29045 -92.4607 -15.1033 -38.3989 -17.8739 -31.5953 10.9989 -25
-STDOUT_21654=-10 -1.51706 -9.31651 -1.28047 -2.93834 -2.85979 -3.29045 -92.051 -16.4004 -37.6518 -15.55 -33.4919 9.99896 -26
-STDOUT_21655=-10 -1.65089 -9.31651 -1.28047 -3.44917 -2.85979 -3.29045 -92.051 -16.659 -37.6518 -15.7368 -33.4919 10.9989 -26
-STDOUT_21656=-10 -2.15751 -9.31651 -1.73499 -2.28072 -2.85979 -3.29045 -91.5995 -18.3402 -38.769 -14.9683 -32.1371 11.9988 -25
-STDOUT_21657=-10 -1.96046 -9.31651 -1.73499 -2.18755 -2.85979 -3.29045 -91.5995 -17.872 -38.769 -14.4519 -32.1371 10.9989 -25
-STDOUT_21658=-10 -2.34617 -9.31651 -1.73499 -2.43508 -2.85979 -3.29045 -94.2325 -15.7522 -37.8717 -13.4895 -29.3582 10.9989 -24
-STDOUT_21659=-8 -2.55973 -3.56348 -1.28047 -2.44743 -1.60944 -2.26934 -82.5106 -18.4362 -42.1056 -14.0834 -34.6438 9.99896 -25
-STDOUT_21660=-10 -2.43893 -9.31651 -1.73499 -2.43508 -2.85979 -2.85781 -89.7281 -18.6917 -38.8402 -14.9222 -29.0615 10.9989 -23
-STDOUT_21661=-8 -1.94087 -3.56348 -1.28047 -2.73389 -1.60944 -2.26934 -82.9203 -19.0263 -42.8526 -12.4749 -32.7471 9.99896 -24
-STDOUT_21662=-10 -2.7506 -9.31651 -1.28047 -1.92353 -2.85979 -3.29045 -93.9168 -14.9955 -36.2202 -12.8262 -32.5472 10.9989 -24
-STDOUT_21663=-10 -3.38367 -9.31651 -1.73499 -1.77022 -2.85979 -3.29045 -93.5072 -15.1122 -35.4732 -12.8953 -34.4438 10.9989 -25
-STDOUT_21664=-8 -1.55277 -3.56348 -1.28047 -2.06871 -1.60944 -2.26934 -82.0591 -18.1676 -42.0379 -15.343 -33.9482 9.99896 -24
-STDOUT_21665=-10 -3.51751 -9.31651 -1.73499 -2.28105 -2.85979 -3.29045 -93.5072 -15.3708 -35.4732 -13.0821 -34.4438 11.9988 -25
-STDOUT_21666=FEATURES_TXT_END_0
-STDOUT_21667=FEATURES_TXT_BEGIN_0 3 500 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_21668=0 -3.50141 0 0 -2.459 0 0 -56.6503 -10.1767 -35.2516 -3.05816 -19.298 6.99927 -17
-STDOUT_21669=0 -3.32032 0 0 -2.19949 0 0 -56.6503 -10.7451 -35.2516 -4.53413 -19.298 6.99927 -17
-STDOUT_21670=0 -3.34287 0 0 -2.4658 0 0 -56.6503 -11.2196 -35.2516 -3.64503 -19.298 7.99917 -17
-STDOUT_21671=0 -3.43736 0 0 -2.49757 0 0 -56.6503 -9.73633 -35.2516 -4.85759 -19.298 6.99927 -17
-STDOUT_21672=0 -3.13836 0 0 -2.23806 0 0 -56.6503 -10.0477 -35.2516 -6.54306 -19.298 6.99927 -17
-STDOUT_21673=0 -3.16178 0 0 -2.20629 0 0 -56.6503 -11.7881 -35.2516 -5.12101 -19.298 7.99917 -17
-STDOUT_21674=0 -2.8984 0 0 -2.36615 0 0 -56.6503 -12.1332 -35.2516 -5.41436 -19.298 6.99927 -17
-STDOUT_21675=0 -3.27882 0 0 -2.50438 0 0 -56.6503 -10.7793 -35.2516 -5.44446 -19.298 7.99917 -17
-STDOUT_21676=0 -3.62702 0 0 -2.60625 0 0 -56.6503 -11.1206 -35.2516 -3.64529 -19.298 7.99917 -17
-STDOUT_21677=0 -2.97982 0 0 -2.24487 0 0 -56.6503 -11.0907 -35.2516 -7.12994 -19.298 7.99917 -17
-STDOUT_21678=0 -2.71732 0 0 -2.10664 0 0 -56.6503 -12.7017 -35.2516 -6.89034 -19.298 6.99927 -17
-STDOUT_21679=0 -3.88352 0 0 -2.72551 0 0 -56.6503 -10.1693 -35.2516 -3.69788 -19.298 7.99917 -17
-STDOUT_21680=0 -3.58453 0 0 -2.466 0 0 -56.6503 -10.4807 -35.2516 -5.38336 -19.298 7.99917 -17
-STDOUT_21681=0 -3.44593 0 0 -2.34674 0 0 -56.6503 -11.6891 -35.2516 -5.12127 -19.298 7.99917 -17
-STDOUT_21682=0 -3.04931 0 0 -2.312 0 0 -51.4149 -23.3523 -51.2544 -5.32526 -13.9168 6.99927 -14
-STDOUT_21683=0 -3.6405 0 0 -3.0055 0 0 -51.3183 -18.2766 -48.7348 -3.03033 -21.6142 5.99938 -16
-STDOUT_21684=0 -2.73986 0 0 -2.37295 0 0 -56.6503 -13.1762 -35.2516 -6.00124 -19.298 7.99917 -17
-STDOUT_21685=0 -2.83436 0 0 -2.40472 0 0 -56.6503 -11.6929 -35.2516 -7.2138 -19.298 6.99927 -17
-STDOUT_21686=0 -3.73192 0 0 -2.61305 0 0 -56.6503 -11.2828 -35.2516 -3.95239 -19.298 8.99907 -17
-STDOUT_21687=0 -2.53536 0 0 -2.14521 0 0 -56.6503 -12.0043 -35.2516 -8.89927 -19.298 6.99927 -17
-STDOUT_21688=0 -2.86823 0 0 -2.05249 0 0 -51.4149 -23.9208 -51.2544 -6.80124 -13.9168 6.99927 -14
-STDOUT_21689=0 -3.45941 0 0 -2.74599 0 0 -51.3183 -18.8451 -48.7348 -4.50631 -21.6142 5.99938 -16
-STDOUT_21690=0 -2.55878 0 0 -2.11344 0 0 -56.6503 -13.7447 -35.2516 -7.47721 -19.298 7.99917 -17
-STDOUT_21691=0 -3.56297 0 0 -2.64483 0 0 -56.6503 -10.6803 -35.2516 -5.44473 -19.298 7.99917 -17
-STDOUT_21692=0 -3.26398 0 0 -2.38532 0 0 -56.6503 -10.9917 -35.2516 -7.1302 -19.298 7.99917 -17
-STDOUT_21693=0 -3.55084 0 0 -2.35354 0 0 -56.6503 -11.8513 -35.2516 -5.42837 -19.298 8.99907 -17
-STDOUT_21694=0 -3.72498 0 0 -2.73231 0 0 -56.6503 -11.2123 -35.2516 -4.28476 -19.298 8.99907 -17
-STDOUT_21695=0 -3.42598 0 0 -2.4728 0 0 -56.6503 -11.5236 -35.2516 -5.97023 -19.298 8.99907 -17
-STDOUT_21696=0 -3.04931 0 0 -2.459 0 0 -56.6503 -13.573 -35.2516 -5.32526 -19.298 6.99927 -17
-STDOUT_21697=0 -2.89077 0 0 -2.3188 0 0 -51.4149 -24.3953 -51.2544 -5.91214 -13.9168 7.99917 -14
-STDOUT_21698=0 -3.48196 0 0 -3.0123 0 0 -51.3183 -19.3195 -48.7348 -3.6172 -21.6142 6.99927 -16
-STDOUT_21699=0 -4.07702 0 0 -2.60932 0 0 -56.6503 -11.363 -35.2516 -3.78334 -19.298 8.99907 -17
-STDOUT_21700=0 -2.98526 0 0 -2.35058 0 0 -51.4149 -22.912 -51.2544 -7.1247 -13.9169 6.99927 -14
-STDOUT_21701=0 -2.67582 0 0 -2.41153 0 0 -56.6503 -12.7359 -35.2516 -7.80067 -19.298 7.99917 -17
-STDOUT_21702=0 -3.02401 0 0 -2.5134 0 0 -56.6503 -13.0772 -35.2516 -6.0015 -19.298 7.99917 -17
-STDOUT_21703=0 -2.68627 0 0 -2.09106 0 0 -51.4149 -23.2234 -51.2544 -8.81017 -13.9168 6.99927 -14
-STDOUT_21704=0 -2.37682 0 0 -2.15202 0 0 -56.6503 -13.0472 -35.2516 -9.48614 -19.298 7.99917 -17
-STDOUT_21705=0 -3.66787 0 0 -2.65163 0 0 -56.6503 -10.8425 -35.2516 -5.75183 -19.298 8.99907 -17
-STDOUT_21706=0 -2.62103 0 0 -1.96053 0 0 -55.8316 -13.7255 -41.033 -4.35755 -24.1438 6.99927 -17
-STDOUT_21707=0 -3.36888 0 0 -2.39212 0 0 -56.6503 -11.1539 -35.2516 -7.4373 -19.298 8.99907 -17
-STDOUT_21708=0 -2.86823 0 0 -2.19949 0 0 -56.6503 -14.1415 -35.2516 -6.80124 -19.298 6.99927 -17
-STDOUT_21709=0 -2.70969 0 0 -2.05929 0 0 -51.4149 -24.9638 -51.2544 -7.38812 -13.9168 7.99917 -14
-STDOUT_21710=0 -3.28052 0 0 -2.63266 0 0 -56.6503 -12.1259 -35.2516 -6.05409 -19.298 7.99917 -17
-STDOUT_21711=0 -3.30087 0 0 -2.75279 0 0 -51.3183 -19.888 -48.7348 -5.09318 -21.6142 6.99927 -16
-STDOUT_21712=0 -3.89594 0 0 -2.34981 0 0 -56.6503 -11.9315 -35.2516 -5.25932 -19.298 8.99907 -17
-STDOUT_21713=0 -2.98152 0 0 -2.37315 0 0 -56.6503 -12.4373 -35.2516 -7.73956 -19.298 7.99917 -17
-STDOUT_21714=0 -2.84293 0 0 -2.25389 0 0 -56.6503 -13.6457 -35.2516 -7.47748 -19.298 7.99917 -17
-STDOUT_21715=0 -3.03749 0 0 -2.91265 0 0 -51.3183 -20.2332 -48.7348 -5.38654 -21.6142 5.99938 -16
-STDOUT_21716=0 -2.43995 0 0 -1.70102 0 0 -55.8316 -14.294 -41.033 -5.83353 -24.1438 6.99927 -17
-STDOUT_21717=0 -4.00913 0 0 -2.87276 0 0 -56.6503 -11.1133 -35.2516 -4.28502 -19.298 8.99907 -17
-STDOUT_21718=0 -3.49727 0 0 -2.70262 0 0 -56.6503 -12.1769 -35.2516 -5.50219 -19.298 7.99917 -17
-STDOUT_21719=0 -3.12892 0 0 -2.5202 0 0 -56.6503 -13.2394 -35.2516 -6.3086 -19.298 8.99907 -17
-STDOUT_21720=0 -2.89077 0 0 -2.4658 0 0 -56.6503 -14.6159 -35.2516 -5.91214 -19.298 7.99917 -17
-STDOUT_21721=0 -3.71014 0 0 -2.61325 0 0 -56.6503 -11.4247 -35.2516 -5.97049 -19.298 8.99907 -17
-STDOUT_21722=0 -2.98526 0 0 -2.49757 0 0 -56.6503 -13.1327 -35.2516 -7.1247 -19.298 6.99927 -17
-STDOUT_21723=0 -2.72593 0 0 -1.96734 0 0 -55.8316 -13.8876 -41.033 -4.66465 -24.1438 7.99917 -17
-STDOUT_21724=0 -2.82672 0 0 -2.35738 0 0 -51.4149 -23.955 -51.2544 -7.71157 -13.9169 7.99917 -14
-STDOUT_21725=0 -3.17492 0 0 -2.45925 0 0 -51.4149 -24.2963 -51.2544 -5.9124 -13.9168 7.99917 -14
-STDOUT_21726=0 -3.76611 0 0 -3.15275 0 0 -51.3183 -19.2206 -48.7348 -3.61747 -21.6142 6.99927 -16
-STDOUT_21727=0 -3.04195 0 0 -2.70262 0 0 -56.6503 -13.8387 -35.2516 -5.6748 -19.298 7.99917 -17
-STDOUT_21728=0 -2.68627 0 0 -2.23806 0 0 -56.6503 -13.444 -35.2516 -8.81017 -19.298 6.99927 -17
-STDOUT_21729=0 -3.51831 0 0 -2.71031 0 0 -56.6503 -12.8906 -35.2516 -5.03663 -19.298 7.99917 -17
-STDOUT_21730=0 -4.01297 0 0 -2.6479 0 0 -56.6503 -10.9226 -35.2516 -5.58278 -19.298 8.99907 -17
-STDOUT_21731=0 -2.52773 0 0 -2.09787 0 0 -51.4149 -24.2663 -51.2544 -9.39704 -13.9168 7.99917 -14
-STDOUT_21732=0 -3.5784 0 0 -2.724 0 0 -54.9305 -12.1457 -35.972 -8.10076 -23.3682 7.99917 -17
-STDOUT_21733=0 -3.66364 0 0 -2.73496 0 0 -56.6503 -12.1865 -35.2516 -5.26026 -19.298 6.99927 -17
-STDOUT_21734=0 -2.85641 0 0 -2.65314 0 0 -51.3183 -20.8017 -48.7348 -6.86251 -21.6142 5.99938 -16
-STDOUT_21735=0 -2.95997 0 0 -2.55198 0 0 -56.6503 -12.6369 -35.2516 -7.80093 -19.298 7.99917 -17
-STDOUT_21736=0 -3.71398 0 0 -2.38839 0 0 -56.6503 -11.234 -35.2516 -7.26825 -19.298 8.99907 -17
-STDOUT_21737=0 -4.4607 0 0 -2.60252 0 0 -56.6503 -12.1254 -35.2516 -3.17932 -19.298 7.99917 -17
-STDOUT_21738=0 -3.31618 0 0 -2.44311 0 0 -56.6503 -12.7453 -35.2516 -6.97817 -19.298 7.99917 -17
-STDOUT_21739=0 -2.66097 0 0 -2.29247 0 0 -56.6503 -12.9483 -35.2516 -9.4864 -19.298 7.99917 -17
-STDOUT_21740=0 -4.27588 0 0 -2.74977 0 0 -56.6503 -11.6257 -35.2516 -3.90203 -19.298 8.99907 -17
-STDOUT_21741=0 -2.94783 0 0 -2.26069 0 0 -56.6503 -13.8079 -35.2516 -7.78458 -19.298 8.99907 -17
-STDOUT_21742=0 -2.70969 0 0 -2.20629 0 0 -56.6503 -15.1844 -35.2516 -7.38812 -19.298 7.99917 -17
-STDOUT_21743=0 -3.43143 0 0 -2.57851 0 0 -51.4149 -23.345 -51.2544 -5.96499 -13.9168 7.99917 -14
-STDOUT_21744=0 -2.55699 0 0 -1.99911 0 0 -55.8316 -13.2852 -41.033 -6.15699 -24.1438 6.99927 -17
-STDOUT_21745=0 -4.02261 0 0 -3.27201 0 0 -51.3183 -18.2693 -48.7348 -3.67006 -21.6142 6.99927 -16
-STDOUT_21746=0 -3.12198 0 0 -2.63946 0 0 -56.6503 -13.1689 -35.2516 -6.64096 -19.298 8.99907 -17
-STDOUT_21747=0 -3.13243 0 0 -2.319 0 0 -51.4149 -23.6564 -51.2544 -7.65046 -13.9168 7.99917 -14
-STDOUT_21748=0 -2.25799 0 0 -1.7396 0 0 -55.8316 -13.5965 -41.033 -7.84246 -24.1438 6.99927 -17
-STDOUT_21749=0 -2.54485 0 0 -1.70783 0 0 -55.8316 -14.4561 -41.033 -6.14063 -24.1438 7.99917 -17
-STDOUT_21750=0 -3.72362 0 0 -3.0125 0 0 -51.3183 -18.5806 -48.7348 -5.35553 -21.6142 6.99927 -16
-STDOUT_21751=0 -2.82298 0 0 -2.37995 0 0 -56.6503 -13.4802 -35.2516 -8.32644 -19.298 8.99907 -17
-STDOUT_21752=0 -4.11403 0 0 -2.87956 0 0 -56.6503 -11.2755 -35.2516 -4.59212 -19.298 9.99896 -17
-STDOUT_21753=0 -2.99384 0 0 -2.19974 0 0 -51.4149 -24.8648 -51.2544 -7.38838 -13.9168 7.99917 -14
-STDOUT_21754=0 -3.58503 0 0 -2.89324 0 0 -51.3183 -19.7891 -48.7348 -5.09344 -21.6142 6.99927 -16
-STDOUT_21755=0 -2.86086 0 0 -2.44311 0 0 -56.6503 -14.4072 -35.2516 -7.15077 -19.298 7.99917 -17
-STDOUT_21756=0 -3.39731 0 0 -2.46449 0 0 -54.9305 -12.7142 -35.972 -9.57673 -23.3682 7.99917 -17
-STDOUT_21757=0 -3.1884 0 0 -2.8585 0 0 -46.0829 -31.4523 -64.7376 -5.29744 -16.2331 5.99938 -13
-STDOUT_21758=0 -3.81504 0 0 -2.62005 0 0 -56.6503 -11.5868 -35.2516 -6.27759 -19.298 9.99896 -17
-STDOUT_21759=0 -2.87895 0 0 -2.91945 0 0 -51.3183 -21.2761 -48.7348 -5.97341 -21.6142 6.99927 -16
-STDOUT_21760=0 -3.48256 0 0 -2.47545 0 0 -56.6503 -12.755 -35.2516 -6.73624 -19.298 6.99927 -17
-STDOUT_21761=0 -4.27962 0 0 -2.34301 0 0 -56.6503 -12.6939 -35.2516 -4.6553 -19.298 7.99917 -17
-STDOUT_21762=0 -3.47402 0 0 -2.51647 0 0 -56.6503 -13.3195 -35.2516 -6.13955 -19.298 8.99907 -17
-STDOUT_21763=0 -3.27982 0 0 -2.46605 0 0 -51.4149 -24.4585 -51.2544 -6.2195 -13.9168 8.99907 -14
-STDOUT_21764=0 -3.33873 0 0 -2.70942 0 0 -56.6503 -13.2198 -35.2516 -6.08907 -19.298 8.99907 -17
-STDOUT_21765=0 -4.00628 0 0 -2.57022 0 0 -54.9305 -13.5521 -35.972 -6.5492 -23.3682 7.99917 -17
-STDOUT_21766=0 -3.87101 0 0 -3.15956 0 0 -51.3183 -19.3828 -48.7348 -3.92457 -21.6142 7.99917 -16
-STDOUT_21767=0 -4.09479 0 0 -2.49026 0 0 -56.6503 -12.1942 -35.2516 -5.37801 -19.298 8.99907 -17
-STDOUT_21768=0 -3.59079 0 0 -3.19587 0 0 -78.8523 -10.8224 -35.6591 -18.1293 -43.2296 8.99907 -28
-STDOUT_21769=0 -3.621 0 0 -4.59019 0 0 -78.8523 -11.703 -35.6591 -17.3834 -43.2296 8.99907 -28
-STDOUT_21770=0 -4.2964 0 0 -3.59675 0 0 -78.8523 -10.9341 -35.6591 -17.9002 -43.2296 9.99896 -28
-STDOUT_21771=0 -4.18966 0 0 -3.4886 0 0 -78.8523 -10.8661 -35.6591 -18.2171 -43.2296 9.99896 -28
-STDOUT_21772=0 -2.93899 0 0 -2.54459 0 0 -70.3675 -11.5186 -35.2248 -9.2326 -29.1187 7.99917 -23
-STDOUT_21773=0 -3.855 0 0 -3.28007 0 0 -78.8523 -10.558 -35.6591 -18.9785 -43.2296 9.99896 -28
-STDOUT_21774=0 -3.09753 0 0 -2.53779 0 0 -70.3675 -10.4757 -35.2248 -8.64573 -29.1187 6.99927 -23
-STDOUT_21775=0 -4.26274 0 0 -3.38164 0 0 -78.8523 -10.4195 -35.6591 -17.7966 -43.2296 8.99907 -28
-STDOUT_21776=0 -3.78878 0 0 -3.63581 0 0 -78.8523 -12.9679 -35.6591 -18.6318 -43.2296 9.99896 -28
-STDOUT_21777=0 -4.28577 0 0 -3.07477 0 0 -78.9005 -12.7988 -35.6308 -19.2779 -41.9222 9.99896 -28
-STDOUT_21778=0 -4.32495 0 0 -3.33939 0 0 -78.8523 -10.9658 -35.6591 -18.2676 -43.2296 9.99896 -28
-STDOUT_21779=0 -4.11141 0 0 -3.41124 0 0 -78.8523 -12.5111 -35.6591 -18.5848 -43.2296 9.99896 -28
-STDOUT_21780=0 -4.56458 0 0 -3.67438 0 0 -78.8523 -10.6418 -35.6591 -17.9612 -43.2296 9.99896 -28
-STDOUT_21781=0 -3.32805 0 0 -2.69184 0 0 -70.3675 -11.5818 -35.2247 -9.53996 -29.1187 8.99907 -23
-STDOUT_21782=0 -2.9692 0 0 -3.93892 0 0 -70.3675 -12.3992 -35.2247 -8.48673 -29.1187 7.99917 -23
-STDOUT_21783=0 -4.31357 0 0 -4.88293 0 0 -78.8523 -11.6137 -35.6591 -17.4228 -43.2296 9.99896 -28
-STDOUT_21784=0 -3.22314 0 0 -2.68504 0 0 -70.3675 -11.4197 -35.2248 -9.23286 -29.1187 7.99917 -23
-STDOUT_21785=0 -4.89527 0 0 -3.88949 0 0 -78.8523 -10.9777 -35.6591 -17.988 -43.2296 10.9989 -28
-STDOUT_21786=0 -3.8852 0 0 -4.6744 0 0 -78.8523 -11.4386 -35.6591 -18.2326 -43.2296 9.99896 -28
-STDOUT_21787=0 -3.6446 0 0 -2.94548 0 0 -70.3675 -11.6303 -35.2248 -9.00352 -29.1187 8.99907 -23
-STDOUT_21788=0 -3.12774 0 0 -3.93211 0 0 -70.3675 -11.3563 -35.2247 -7.89985 -29.1187 6.99927 -23
-STDOUT_21789=0 -3.81898 0 0 -5.03014 0 0 -78.8523 -13.8485 -35.6591 -17.8859 -43.2296 9.99896 -28
-STDOUT_21790=0 -4.31597 0 0 -4.46909 0 0 -78.9005 -13.6794 -35.6308 -18.532 -41.9222 9.99896 -28
-STDOUT_21791=0 -4.35515 0 0 -4.73372 0 0 -78.8523 -11.8464 -35.6591 -17.5217 -43.2296 9.99896 -28
-STDOUT_21792=0 -4.00168 0 0 -2.93059 0 0 -78.9005 -11.7937 -35.6308 -19.7753 -41.9222 8.99907 -28
-STDOUT_21793=0 -3.53786 0 0 -2.83733 0 0 -70.3675 -11.5622 -35.2248 -9.32043 -29.1187 8.99907 -23
-STDOUT_21794=0 -4.47286 0 0 -3.26851 0 0 -80.0018 -13.1348 -36.4444 -13.6074 -31.7039 9.99896 -26
-STDOUT_21795=0 -4.56061 0 0 -3.68096 0 0 -78.8523 -10.6697 -35.6591 -18.7494 -43.2296 10.9989 -28
-STDOUT_21796=0 -3.80314 0 0 -2.93867 0 0 -70.3675 -10.5873 -35.2248 -8.41665 -29.1187 7.99917 -23
-STDOUT_21797=0 -4.49439 0 0 -4.0367 0 0 -78.8523 -13.0796 -35.6591 -18.4027 -43.2296 10.9989 -28
-STDOUT_21798=0 -4.99138 0 0 -3.47566 0 0 -78.9005 -12.9105 -35.6308 -19.0488 -41.9222 10.9989 -28
-STDOUT_21799=0 -5.03056 0 0 -3.74028 0 0 -78.8523 -11.0775 -35.6591 -18.0385 -43.2296 10.9989 -28
-STDOUT_21800=0 -3.73434 0 0 -4.8053 0 0 -78.8523 -12.528 -35.6591 -18.3897 -43.2296 9.99896 -28
-STDOUT_21801=0 -4.26231 0 0 -3.12126 0 0 -80.0018 -12.8437 -36.4444 -13.5493 -31.7039 8.99907 -26
-STDOUT_21802=0 -4.45386 0 0 -3.57281 0 0 -78.8523 -10.6016 -35.6591 -19.0663 -43.2296 10.9989 -28
-STDOUT_21803=0 -3.20319 0 0 -2.6288 0 0 -70.3675 -11.2542 -35.2248 -10.0818 -29.1187 8.99907 -23
-STDOUT_21804=0 -3.6964 0 0 -2.83052 0 0 -70.3675 -10.5193 -35.2248 -8.73356 -29.1187 7.99917 -23
-STDOUT_21805=0 -4.25863 0 0 -3.22333 0 0 -78.9005 -12.3221 -35.6308 -19.8387 -41.9222 9.99896 -28
-STDOUT_21806=0 -4.38764 0 0 -3.92855 0 0 -78.8523 -13.0115 -35.6591 -18.7196 -43.2296 10.9989 -28
-STDOUT_21807=0 -3.61094 0 0 -2.73037 0 0 -70.3675 -11.1157 -35.2248 -8.89995 -29.1187 7.99917 -23
-STDOUT_21808=0 -4.88463 0 0 -3.3675 0 0 -78.9005 -12.8424 -35.6308 -19.3657 -41.9222 10.9989 -28
-STDOUT_21809=0 -3.13698 0 0 -2.98453 0 0 -70.3675 -13.6641 -35.2248 -9.7351 -29.1187 8.99907 -23
-STDOUT_21810=0 -4.92381 0 0 -3.63213 0 0 -78.8523 -11.0094 -35.6591 -18.3554 -43.2296 10.9989 -28
-STDOUT_21811=0 -3.63397 0 0 -2.42349 0 0 -70.4157 -13.495 -35.1964 -10.3812 -27.8113 8.99907 -23
-STDOUT_21812=0 -3.67315 0 0 -2.68811 0 0 -70.3675 -11.662 -35.2248 -9.37091 -29.1187 8.99907 -23
-STDOUT_21813=0 -4.86376 0 0 -2.85939 0 0 -78.9005 -11.1101 -35.6308 -18.8224 -41.9222 8.99907 -28
-STDOUT_21814=0 -4.14162 0 0 -4.80557 0 0 -78.8523 -13.3917 -35.6591 -17.8389 -43.2296 9.99896 -28
-STDOUT_21815=0 -3.82733 0 0 -3.26706 0 0 -78.8523 -11.506 -35.6591 -19.0821 -43.2296 8.99907 -28
-STDOUT_21816=0 -4.17089 0 0 -3.72002 0 0 -78.8523 -12.9606 -35.6591 -19.2715 -43.2296 10.9989 -28
-STDOUT_21817=0 -3.36174 0 0 -2.62199 0 0 -70.3675 -10.2112 -35.2248 -9.49495 -29.1187 7.99917 -23
-STDOUT_21818=0 -4.52694 0 0 -3.46585 0 0 -78.8523 -10.155 -35.6591 -18.6459 -43.2296 9.99896 -28
-STDOUT_21819=0 -4.54997 0 0 -3.15898 0 0 -78.9005 -12.5343 -35.6308 -20.1271 -41.9222 10.9989 -28
-STDOUT_21820=0 -3.76948 0 0 -2.72356 0 0 -70.3675 -10.0727 -35.2248 -8.31307 -29.1187 6.99927 -23
-STDOUT_21821=0 -4.58915 0 0 -3.4236 0 0 -78.8523 -10.7013 -35.6591 -19.1168 -43.2296 10.9989 -28
-STDOUT_21822=0 -3.29552 0 0 -2.97773 0 0 -70.3675 -12.6211 -35.2248 -9.14823 -29.1187 7.99917 -23
-STDOUT_21823=0 -3.79251 0 0 -2.41669 0 0 -70.4157 -12.452 -35.1964 -9.79436 -27.8113 7.99917 -23
-STDOUT_21824=0 -4.46072 0 0 -3.82159 0 0 -78.8523 -12.565 -35.6591 -18.2991 -43.2296 9.99896 -28
-STDOUT_21825=0 -4.81702 0 0 -3.81213 0 0 -78.8523 -12.6228 -35.6591 -18.3557 -43.2296 10.9989 -28
-STDOUT_21826=0 -3.35825 0 0 -4.08617 0 0 -70.3675 -12.4624 -35.2247 -8.79409 -29.1187 8.99907 -23
-STDOUT_21827=0 -4.95771 0 0 -3.26054 0 0 -78.9005 -12.3958 -35.6308 -18.9453 -41.9222 9.99896 -28
-STDOUT_21828=0 -4.99689 0 0 -3.52517 0 0 -78.8523 -10.5629 -35.6591 -17.9349 -43.2296 9.99896 -28
-STDOUT_21829=0 -4.48375 0 0 -3.51471 0 0 -78.9005 -14.9442 -35.6308 -19.7804 -41.9222 10.9989 -28
-STDOUT_21830=0 -4.52293 0 0 -3.77933 0 0 -78.8523 -13.1113 -35.6591 -18.7701 -43.2296 10.9989 -28
-STDOUT_21831=0 -5.01992 0 0 -3.21829 0 0 -78.9005 -12.9421 -35.6308 -19.4162 -41.9222 10.9989 -28
-STDOUT_21832=0 -4.08427 0 0 -3.5598 0 0 -78.8523 -12.0344 -35.6591 -19.1456 -43.2296 9.99896 -28
-STDOUT_21833=0 -4.71028 0 0 -3.70398 0 0 -78.8523 -12.5547 -35.6591 -18.6726 -43.2296 10.9989 -28
-STDOUT_21834=0 -3.45961 0 0 -2.75997 0 0 -70.3675 -13.2073 -35.2248 -9.68808 -29.1187 8.99907 -23
-STDOUT_21835=0 -3.25335 0 0 -4.07937 0 0 -70.3675 -12.3003 -35.2247 -8.48699 -29.1187 7.99917 -23
-STDOUT_21836=0 -3.40884 0 0 -3.01181 0 0 -78.8523 -10.125 -35.6591 -20.1382 -43.2296 8.99907 -28
-STDOUT_21837=0 -4.03366 0 0 -3.09273 0 0 -70.3675 -11.6935 -35.2247 -9.31088 -29.1187 9.99896 -23
-STDOUT_21838=0 -3.91278 0 0 -3.0231 0 0 -70.3675 -11.3379 -35.2248 -9.06452 -29.1187 8.99907 -23
-STDOUT_21839=0 -3.92691 0 0 -2.98458 0 0 -70.3675 -11.6255 -35.2248 -9.62779 -29.1187 9.99896 -23
-STDOUT_21840=0 -4.37562 0 0 -3.49545 0 0 -78.8523 -12.2466 -35.6591 -19.434 -43.2296 10.9989 -28
-STDOUT_21841=0 -3.92875 0 0 -3.08593 0 0 -70.3675 -11.5313 -35.2248 -9.00378 -29.1187 8.99907 -23
-STDOUT_21842=0 -3.61815 0 0 -2.75316 0 0 -70.3675 -12.1643 -35.2248 -9.10121 -29.1187 7.99917 -23
-STDOUT_21843=0 -4.78336 0 0 -3.59702 0 0 -78.8523 -12.1082 -35.6591 -18.2521 -43.2296 9.99896 -28
-STDOUT_21844=0 -4.50307 0 0 -4.66284 0 0 -80.0018 -14.0154 -36.4444 -12.8615 -31.7039 9.99896 -26
-STDOUT_21845=0 -4.3094 0 0 -3.85119 0 0 -78.8523 -14.6566 -35.6591 -19.0873 -43.2296 10.9989 -28
-STDOUT_21846=0 -4.84557 0 0 -3.55476 0 0 -78.8523 -12.6545 -35.6591 -18.7231 -43.2296 10.9989 -28
-STDOUT_21847=0 -4.06054 0 0 -4.99108 0 0 -78.8523 -12.2449 -35.6591 -18.2346 -43.2296 9.99896 -28
-STDOUT_21848=0 -4.06449 0 0 -3.30424 0 0 -74.4556 -14.924 -36.4444 -9.93227 -29.3003 9.99896 -24
-STDOUT_21849=0 -4.82878 0 0 -3.75859 0 0 -78.8523 -10.3773 -35.6591 -18.8104 -43.2296 10.9989 -28
-STDOUT_21850=0 -3.82201 0 0 -2.97778 0 0 -70.3675 -11.4633 -35.2248 -9.32069 -29.1187 8.99907 -23
-STDOUT_21851=0 -4.07132 0 0 -3.0163 0 0 -70.3675 -10.295 -35.2248 -8.47764 -29.1187 7.99917 -23
-STDOUT_21852=0 -4.70729 0 0 -3.33148 0 0 -78.9005 -11.9054 -35.6308 -19.5462 -41.9222 9.99896 -28
-STDOUT_21853=0 -3.66177 0 0 -4.23165 0 0 -70.3675 -12.3099 -35.2247 -8.52607 -29.1187 8.99907 -23
-STDOUT_21854=0 -4.29251 0 0 -4.51558 0 0 -80.0018 -13.7243 -36.4444 -12.8034 -31.7039 8.99907 -26
-STDOUT_21855=0 -4.63355 0 0 -3.4091 0 0 -78.9005 -12.0978 -35.6308 -19.5828 -41.9222 9.99896 -28
-STDOUT_21856=0 -3.59225 0 0 -2.77605 0 0 -70.3675 -11.3174 -35.2248 -10.3892 -29.1187 9.99896 -23
-STDOUT_21857=0 -4.76256 0 0 -4.11432 0 0 -78.8523 -12.7872 -35.6591 -18.4637 -43.2296 10.9989 -28
-STDOUT_21858=0 -5.25955 0 0 -3.55328 0 0 -78.9005 -12.6181 -35.6308 -19.1098 -41.9222 10.9989 -28
-STDOUT_21859=0 -5.29873 0 0 -3.8179 0 0 -78.8523 -10.7851 -35.6591 -18.0995 -43.2296 10.9989 -28
-STDOUT_21860=0 -4.24347 0 0 -3.23821 0 0 -70.3675 -11.6739 -35.2248 -9.09135 -29.1187 9.99896 -23
-STDOUT_21861=0 -3.2334 0 0 -4.02312 0 0 -70.3675 -12.1348 -35.2248 -9.33595 -29.1187 8.99907 -23
-STDOUT_21862=0 -3.99999 0 0 -2.87762 0 0 -70.3675 -11.1789 -35.2247 -9.20731 -29.1187 8.99907 -23
-STDOUT_21863=0 -5.17847 0 0 -3.6694 0 0 -80.0018 -13.2465 -36.4444 -13.3783 -31.7039 10.9989 -26
-STDOUT_21864=0 -3.52603 0 0 -3.13179 0 0 -70.3675 -13.7273 -35.2247 -10.0425 -29.1187 9.99896 -23
-STDOUT_21865=0 -4.02302 0 0 -2.57074 0 0 -70.4157 -13.5582 -35.1964 -10.6886 -27.8113 9.99896 -23
-STDOUT_21866=0 -3.76515 0 0 -2.85939 0 0 -78.4803 -10.417 -33.3429 -18.8224 -39.5265 8.99907 -27
-STDOUT_21867=0 -3.85393 0 0 -3.15699 0 0 -74.4556 -14.633 -36.4444 -9.87417 -29.3003 8.99907 -24
-STDOUT_21868=-118 0 0 -23.6466 0 0 -30.5028 -131.486 -37.9122 -37.3891 -22.274 -27.8022 20.9978 -23
-STDOUT_21869=-118 0 0 -23.2444 0 0 -30.7701 -125.048 -42.1553 -37.5585 -28.8873 -32.1192 20.9978 -24
-STDOUT_21870=-118 0 0 -23.7211 0 0 -31.6148 -131.511 -40.388 -36.049 -25.1142 -28.6265 20.9978 -24
-STDOUT_21871=-118 0 0 -23.7822 0 0 -31.5031 -134.821 -38.4834 -37.1985 -20.8055 -25.4229 20.9978 -23
-STDOUT_21872=-118 0 0 -23.7598 0 0 -31.5019 -131.852 -40.4483 -37.1985 -24.0624 -28.4567 20.9978 -24
-STDOUT_21873=-118 0 0 -23.6242 0 0 -30.5015 -129.68 -39.8772 -37.3891 -25.5309 -30.836 20.9978 -24
-STDOUT_21874=-118 0 0 -24.1234 0 0 -31.3475 -138.981 -36.145 -35.8796 -18.5009 -24.3096 20.9978 -23
-STDOUT_21875=-118 0 0 -23.7436 0 0 -31.6161 -135.177 -38.4231 -36.049 -21.8573 -25.5928 20.9978 -23
-STDOUT_21876=-118 0 0 -23.3428 0 0 -30.3661 -130.725 -38.9439 -38.2053 -23.475 -29.0175 20.9978 -23
-STDOUT_21877=-118 0 0 -23.4545 0 0 -33.6254 -138.046 -36.127 -34.6621 -19.7338 -25.4694 20.9978 -23
-STDOUT_21878=-118 0 0 -23.7905 0 0 -31.2526 -135.08 -38.1716 -36.0136 -22.2338 -26.0128 20.9978 -23
-STDOUT_21879=-118 0 0 -25.1889 0 0 -27.6457 -136.21 -34.6552 -34.132 -22.4241 -27.8983 20.9978 -23
-STDOUT_21880=-118 0 0 -23.2668 0 0 -30.7714 -129.613 -40.1903 -37.5585 -25.6305 -29.0854 20.9978 -23
-STDOUT_21881=-118 0 0 -23.283 0 0 -30.6572 -126.493 -42.2156 -38.708 -27.8355 -31.9493 20.9978 -24
-STDOUT_21882=-118 0 0 -23.2953 0 0 -30.3838 -131.632 -38.8166 -38.2622 -23.2716 -28.6731 20.9978 -23
-STDOUT_21883=-118 0 0 -22.9406 0 0 -30.6334 -124.286 -43.1869 -38.3747 -30.0883 -33.3344 20.9978 -24
-STDOUT_21884=-118 0 0 -23.0522 0 0 -33.8927 -131.608 -40.37 -34.8315 -26.3471 -29.7864 20.9978 -24
-STDOUT_21885=-118 0 0 -24.7877 0 0 -27.8617 -133.518 -37.1083 -36.2948 -23.3169 -28.415 20.9978 -23
-STDOUT_21886=-118 0 0 -23.2377 0 0 -30.7714 -125.048 -43.5742 -37.5585 -30.9613 -32.1192 20.9978 -24
-STDOUT_21887=-118 0 0 -23.7681 0 0 -31.2513 -132.595 -40.1365 -36.0136 -25.4906 -29.0466 20.9978 -24
-STDOUT_21888=-118 0 0 -22.4319 0 0 -32.2171 -128.257 -45.5396 -36.049 -30.9047 -31.6603 20.9978 -25
-STDOUT_21889=-118 0 0 -23.4173 0 0 -31.4781 -130.749 -41.4196 -36.8652 -26.3152 -29.8418 20.9978 -24
-STDOUT_21890=-118 0 0 -23.5638 0 0 -30.8017 -131.183 -37.8078 -37.1845 -24.251 -29.8151 20.9978 -23
-STDOUT_21891=-118 0 0 -24.9968 0 0 -30.7683 -141.879 -32.8699 -31.405 -19.8839 -25.5655 20.9978 -23
-STDOUT_21892=-118 0 0 -23.529 0 0 -34.7374 -138.071 -38.6027 -33.322 -22.574 -26.2937 20.9978 -24
-STDOUT_21893=-118 0 0 -22.3543 0 0 -31.7476 -128.786 -40.5922 -36.1701 -29.5871 -32.012 20.9978 -24
-STDOUT_21894=-118 0 0 -22.893 0 0 -30.6511 -125.194 -43.0596 -38.4316 -29.8849 -32.99 20.9978 -24
-STDOUT_21895=-118 0 0 -23.4269 0 0 -31.5583 -128.257 -44.1628 -36.049 -30.8827 -31.6603 20.9978 -25
-STDOUT_21896=-118 0 0 -22.493 0 0 -32.1055 -131.567 -43.635 -37.1985 -26.596 -28.4567 20.9978 -24
-STDOUT_21897=-118 0 0 -23.7145 0 0 -31.6161 -131.511 -41.807 -36.049 -27.1882 -28.6265 20.9978 -24
-STDOUT_21898=-118 0 0 -23.1968 0 0 -30.3075 -124.543 -44.0659 -38.708 -31.9859 -34.0882 20.9978 -25
-STDOUT_21899=-118 0 0 -23.4784 0 0 -31.3665 -134.06 -39.5151 -38.0147 -22.0065 -26.6382 20.9978 -23
-STDOUT_21900=-118 -0.375842 0 -23.4283 -0.296789 0 -30.5028 -131.486 -39.8704 -37.3891 -23.7824 -27.8022 21.9977 -23
-STDOUT_21901=-118 0 0 -24.101 0 0 -31.3462 -137.175 -38.1099 -35.8796 -21.7577 -27.3434 20.9978 -24
-STDOUT_21902=-118 0 0 -23.5901 0 0 -34.6257 -141.381 -36.6982 -34.4715 -18.2653 -23.0901 20.9978 -23
-STDOUT_21903=-118 0 0 -22.4154 0 0 -31.636 -132.096 -38.6876 -37.3196 -25.2784 -28.8084 20.9978 -23
-STDOUT_21904=-118 0 0 -22.4706 0 0 -32.1042 -128.598 -45.5999 -37.1985 -29.8529 -31.4905 20.9978 -25
-STDOUT_21905=-118 0 0 -23.9999 0 0 -29.5548 -131.486 -41.6509 -37.3891 -24.6133 -27.8022 20.9978 -23
-STDOUT_21906=-118 0 0 -23.456 0 0 -31.3652 -131.09 -41.48 -38.0147 -25.2634 -29.672 20.9978 -24
-STDOUT_21907=-118 0 0 -25.3245 0 0 -28.646 -139.544 -35.2263 -33.9414 -20.9556 -25.519 20.9978 -23
-STDOUT_21908=-118 0 0 -23.3204 0 0 -30.3648 -128.918 -40.9088 -38.2053 -26.7319 -32.0513 20.9978 -24
-STDOUT_21909=-118 0 0 -23.5677 0 0 -34.6245 -138.412 -38.6631 -34.4715 -21.5222 -26.1239 20.9978 -24
-STDOUT_21910=-118 0 0 -23.488 0 0 -31.4467 -131.567 -42.2583 -37.1985 -26.574 -28.4567 20.9978 -24
-STDOUT_21911=-118 0 0 -22.3929 0 0 -31.6347 -129.126 -40.6525 -37.3196 -28.5353 -31.8421 20.9978 -24
-STDOUT_21912=-118 0 0 -23.3698 0 0 -31.4958 -131.657 -41.2923 -36.9222 -26.1117 -29.4974 20.9978 -24
-STDOUT_21913=-118 0 0 -23.1615 0 0 -31.0691 -124.744 -42.0508 -37.3539 -30.8643 -34.132 20.9978 -24
-STDOUT_21914=-118 0 0 -23.5604 0 0 -30.1531 -131.73 -39.7625 -37.3891 -26.4244 -29.9411 20.9978 -24
-STDOUT_21915=-118 0 0 -23.4321 0 0 -33.6241 -136.24 -38.0919 -34.6621 -22.9907 -28.5032 20.9978 -24
-STDOUT_21916=-118 0 0 -23.5235 0 0 -29.6945 -129.201 -40.5504 -39.6758 -24.7428 -29.6898 20.9978 -23
-STDOUT_21917=-118 0 0 -23.3054 0 0 -30.6584 -130.557 -40.2507 -38.708 -24.5787 -28.9155 20.9978 -23
-STDOUT_21918=-118 0 0 -22.8342 0 0 -31.9498 -135.727 -41.2966 -35.8796 -24.2914 -27.3434 20.9978 -24
-STDOUT_21919=-118 0 0 -22.4544 0 0 -32.2184 -131.923 -43.5746 -36.049 -27.6478 -28.6265 20.9978 -24
-STDOUT_21920=-118 0 0 -23.3137 0 0 -30.4079 -130.316 -39.9388 -37.5231 -26.0069 -29.5055 20.9978 -23
-STDOUT_21921=-118 0 0 -23.8196 0 0 -31.2108 -138.22 -37.1766 -36.6958 -19.7019 -25.5249 20.9978 -23
-STDOUT_21922=-118 0 0 -23.4656 0 0 -31.4454 -128.598 -44.2232 -37.1985 -29.8309 -31.4905 20.9978 -25
-STDOUT_21923=-118 0 0 -23.4398 0 0 -31.4794 -134.416 -39.4547 -36.8652 -23.0583 -26.808 20.9978 -23
-STDOUT_21924=-118 0 0 -23.7532 0 0 -31.5031 -131.852 -41.8673 -37.1985 -26.1364 -28.4567 20.9978 -24
-STDOUT_21925=-118 0 0 -23.9313 0 0 -34.4701 -145.541 -34.3597 -33.1526 -15.9607 -21.9768 20.9978 -23
-STDOUT_21926=-118 0 0 -23.5514 0 0 -34.7387 -141.737 -36.6378 -33.322 -19.3171 -23.26 20.9978 -23
-STDOUT_21927=-118 0 0 -22.7566 0 0 -31.4803 -136.256 -36.3492 -36.0007 -22.9738 -27.695 20.9978 -23
-STDOUT_21928=-118 0 0 -22.3767 0 0 -31.7489 -132.452 -38.6272 -36.1701 -26.3302 -28.9782 20.9978 -23
-STDOUT_21929=-118 0 0 -23.4373 0 0 -29.3448 -126.68 -42.4007 -39.6758 -28.8932 -31.8287 20.9978 -24
-STDOUT_21930=-118 0 0 -24.3854 0 0 -28.129 -127.564 -41.3513 -36.4642 -29.9301 -32.732 20.9978 -24
-STDOUT_21931=-118 0 0 -23.6176 0 0 -30.5028 -129.68 -41.2961 -37.3891 -27.6049 -30.836 20.9978 -24
-STDOUT_21932=-118 0 0 -23.4308 0 0 -31.3842 -134.967 -39.3877 -38.0716 -21.8031 -26.2937 20.9978 -23
-STDOUT_21933=-118 0 0 -25.6657 0 0 -28.4904 -143.705 -32.8879 -32.6226 -18.6509 -24.4057 20.9978 -23
-STDOUT_21934=-118 0 0 -25.2859 0 0 -28.759 -139.901 -35.166 -32.792 -22.0074 -25.6889 20.9978 -23
-STDOUT_21935=-118 -0.375842 0 -23.0261 -0.296789 0 -30.7701 -125.048 -44.1134 -37.5585 -30.3957 -32.1192 21.9977 -24
-STDOUT_21936=-118 0 0 -23.8292 0 0 -31.291 -135.727 -39.9198 -35.8796 -24.2694 -27.3434 20.9978 -24
-STDOUT_21937=-118 0 0 -23.4493 0 0 -31.5596 -131.923 -42.1979 -36.049 -27.6258 -28.6265 20.9978 -24
-STDOUT_21938=-118 0 0 -23.1507 0 0 -33.4887 -137.285 -37.1586 -35.4783 -20.9348 -26.6847 20.9978 -23
-STDOUT_21939=-118 0 0 -23.3419 0 0 -31.1039 -124.392 -43.8661 -39.1044 -29.9 -33.058 20.9978 -24
-STDOUT_21940=-118 0 0 -22.5013 0 0 -31.8549 -131.826 -43.3232 -36.0136 -28.0243 -29.0466 20.9978 -24
-STDOUT_21941=-118 0 0 -23.5977 0 0 -29.8222 -125.048 -45.8939 -37.5585 -31.2266 -32.1192 20.9978 -24
-STDOUT_21942=-118 0 0 -23.4867 0 0 -31.1159 -134.319 -39.2032 -36.8298 -23.4348 -27.2281 20.9978 -23
-STDOUT_21943=-118 0 0 -24.9232 0 0 -28.862 -136.853 -37.6795 -36.1042 -21.8483 -26.0357 20.9978 -23
-STDOUT_21944=-118 0 0 -23.4084 0 0 -31.3829 -131.997 -41.3526 -38.0716 -25.06 -29.3275 20.9978 -24
-STDOUT_21945=-118 0 0 -23.6383 0 0 -31.9138 -131.207 -40.2836 -35.8445 -27.0912 -30.6394 20.9978 -24
-STDOUT_21946=-118 0 0 -24.8851 0 0 -27.509 -135.448 -35.6868 -34.9482 -23.6251 -29.1136 20.9978 -23
-STDOUT_21947=-118 0 0 -23.5984 0 0 -34.3752 -141.64 -36.3863 -33.2866 -19.6936 -23.68 20.9978 -23
-STDOUT_21948=-118 0 0 -23.2728 0 0 -30.3825 -129.826 -40.7815 -38.2622 -26.5285 -31.7068 20.9978 -24
-STDOUT_21949=-118 0 0 -22.4236 0 0 -31.3854 -132.355 -38.3757 -36.1347 -26.7067 -29.3983 20.9978 -23
-STDOUT_21950=-118 0 0 -23.2233 0 0 -30.7113 -129.086 -41.1806 -38.2053 -27.0037 -32.0513 20.9978 -24
-STDOUT_21951=-118 0 0 -25.3328 0 0 -28.3955 -139.803 -34.9145 -32.7565 -22.3838 -26.1089 20.9978 -23
-STDOUT_21952=-118 0 0 -23.4962 0 0 -31.1961 -131.826 -41.9464 -36.0136 -28.0023 -29.0466 20.9978 -24
-STDOUT_21953=-118 0 0 -23.772 0 0 -31.2285 -139.127 -37.0493 -36.7528 -19.4985 -25.1804 20.9978 -23
-STDOUT_21954=-118 0 0 -23.3922 0 0 -31.4971 -135.323 -39.3274 -36.9222 -22.8549 -26.4636 20.9978 -23
-STDOUT_21955=-118 0 0 -23.3013 0 0 -30.665 -132.954 -38.8778 -37.3891 -25.9566 -29.9411 20.9978 -24
-STDOUT_21956=-118 0 0 -24.8622 0 0 -28.9737 -134.027 -39.584 -34.9548 -26.157 -29.2393 20.9978 -24
-STDOUT_21957=-118 0 0 -23.0381 0 0 -30.9672 -122.353 -44.8977 -39.9206 -31.101 -34.2733 20.9978 -24
-STDOUT_21958=-118 0 0 -22.963 0 0 -30.6347 -128.852 -41.222 -38.3747 -26.8315 -30.3006 20.9978 -23
-STDOUT_21959=-118 0 0 -22.9792 0 0 -30.5205 -125.732 -43.2473 -39.5242 -29.0366 -33.1646 20.9978 -24
-STDOUT_21960=-118 0 0 -23.0747 0 0 -33.894 -136.173 -38.4051 -34.8315 -23.0902 -26.7526 20.9978 -23
-STDOUT_21961=-118 0 0 -23.6994 0 0 -31.8021 -134.517 -38.379 -36.9939 -22.7825 -27.4357 20.9978 -23
-STDOUT_21962=-118 -0.375842 0 -23.5028 -0.296789 0 -31.6148 -131.511 -42.3461 -36.049 -26.6226 -28.6265 21.9977 -24
-STDOUT_21963=-118 0 0 -25.2644 0 0 -28.7064 -141.013 -35.341 -34.7854 -19.5437 -24.9224 20.9978 -23
-STDOUT_21964=-118 0 0 -24.8846 0 0 -28.975 -137.209 -37.6191 -34.9548 -22.9001 -26.2055 20.9978 -23
-STDOUT_21965=-118 0 0 -25.1324 0 0 -31.7686 -145.214 -33.4411 -31.2144 -18.4154 -23.1862 20.9978 -23
-STDOUT_21966=-118 0 0 -23.0909 0 0 -33.7798 -133.053 -40.4303 -35.981 -25.2953 -29.6165 20.9978 -24
-STDOUT_21967=-118 0 0 -22.9915 0 0 -30.2471 -130.871 -39.8482 -39.0784 -24.4726 -29.8883 20.9978 -23
-STDOUT_21968=0 -3.50141 0 0 -2.459 0 0 -56.6503 -10.1767 -35.2516 -3.05816 -19.298 6.99927 -17
-STDOUT_21969=0 -3.32032 0 0 -2.19949 0 0 -56.6503 -10.7451 -35.2516 -4.53413 -19.298 6.99927 -17
-STDOUT_21970=0 -3.34287 0 0 -2.4658 0 0 -56.6503 -11.2196 -35.2516 -3.64503 -19.298 7.99917 -17
-STDOUT_21971=0 -3.43736 0 0 -2.49757 0 0 -56.6503 -9.73633 -35.2516 -4.85759 -19.298 6.99927 -17
-STDOUT_21972=0 -3.16178 0 0 -2.20629 0 0 -56.6503 -11.7881 -35.2516 -5.12101 -19.298 7.99917 -17
-STDOUT_21973=0 -3.13836 0 0 -2.23806 0 0 -56.6503 -10.0477 -35.2516 -6.54306 -19.298 6.99927 -17
-STDOUT_21974=0 -3.62702 0 0 -2.60625 0 0 -56.6503 -11.1206 -35.2516 -3.64529 -19.298 7.99917 -17
-STDOUT_21975=0 -3.88352 0 0 -2.72551 0 0 -56.6503 -10.1693 -35.2516 -3.69788 -19.298 7.99917 -17
-STDOUT_21976=0 -2.8984 0 0 -2.36615 0 0 -56.6503 -12.1332 -35.2516 -5.41436 -19.298 6.99927 -17
-STDOUT_21977=0 -3.44593 0 0 -2.34674 0 0 -56.6503 -11.6891 -35.2516 -5.12127 -19.298 7.99917 -17
-STDOUT_21978=0 -3.58453 0 0 -2.466 0 0 -56.6503 -10.4807 -35.2516 -5.38336 -19.298 7.99917 -17
-STDOUT_21979=0 -2.71732 0 0 -2.10664 0 0 -56.6503 -12.7017 -35.2516 -6.89034 -19.298 6.99927 -17
-STDOUT_21980=0 -3.27882 0 0 -2.50438 0 0 -56.6503 -10.7793 -35.2516 -5.44446 -19.298 7.99917 -17
-STDOUT_21981=0 -3.73192 0 0 -2.61305 0 0 -56.6503 -11.2828 -35.2516 -3.95239 -19.298 8.99907 -17
-STDOUT_21982=0 -2.97982 0 0 -2.24487 0 0 -56.6503 -11.0907 -35.2516 -7.12994 -19.298 7.99917 -17
-STDOUT_21983=0 -3.55084 0 0 -2.35354 0 0 -56.6503 -11.8513 -35.2516 -5.42837 -19.298 8.99907 -17
-STDOUT_21984=0 -3.04931 0 0 -2.459 0 0 -56.6503 -13.573 -35.2516 -5.32526 -19.298 6.99927 -17
-STDOUT_21985=0 -3.56297 0 0 -2.64483 0 0 -56.6503 -10.6803 -35.2516 -5.44473 -19.298 7.99917 -17
-STDOUT_21986=0 -3.72498 0 0 -2.73231 0 0 -56.6503 -11.2123 -35.2516 -4.28476 -19.298 8.99907 -17
-STDOUT_21987=0 -2.73986 0 0 -2.37295 0 0 -56.6503 -13.1762 -35.2516 -6.00124 -19.298 7.99917 -17
-STDOUT_21988=0 -2.83436 0 0 -2.40472 0 0 -56.6503 -11.6929 -35.2516 -7.2138 -19.298 6.99927 -17
-STDOUT_21989=0 -2.86823 0 0 -2.19949 0 0 -56.6503 -14.1415 -35.2516 -6.80124 -19.298 6.99927 -17
-STDOUT_21990=0 -3.26398 0 0 -2.38532 0 0 -56.6503 -10.9917 -35.2516 -7.1302 -19.298 7.99917 -17
-STDOUT_21991=0 -3.42598 0 0 -2.4728 0 0 -56.6503 -11.5236 -35.2516 -5.97023 -19.298 8.99907 -17
-STDOUT_21992=0 -2.55878 0 0 -2.11344 0 0 -56.6503 -13.7447 -35.2516 -7.47721 -19.298 7.99917 -17
-STDOUT_21993=0 -2.53536 0 0 -2.14521 0 0 -56.6503 -12.0043 -35.2516 -8.89927 -19.298 6.99927 -17
-STDOUT_21994=0 -3.66364 0 0 -2.73496 0 0 -56.6503 -12.1865 -35.2516 -5.26026 -19.298 6.99927 -17
-STDOUT_21995=0 -4.00913 0 0 -2.87276 0 0 -56.6503 -11.1133 -35.2516 -4.28502 -19.298 8.99907 -17
-STDOUT_21996=0 -3.02401 0 0 -2.5134 0 0 -56.6503 -13.0772 -35.2516 -6.0015 -19.298 7.99917 -17
-STDOUT_21997=0 -3.66787 0 0 -2.65163 0 0 -56.6503 -10.8425 -35.2516 -5.75183 -19.298 8.99907 -17
-STDOUT_21998=0 -3.28234 0 0 -2.11504 0 0 -56.6503 -14.6373 -36.1298 -7.10884 -18.609 6.99927 -17
-STDOUT_21999=0 -3.49727 0 0 -2.70262 0 0 -56.6503 -12.1769 -35.2516 -5.50219 -19.298 7.99917 -17
-STDOUT_22000=0 -3.51831 0 0 -2.71031 0 0 -56.6503 -12.8906 -35.2516 -5.03663 -19.298 7.99917 -17
-STDOUT_22001=0 -3.28052 0 0 -2.63266 0 0 -56.6503 -12.1259 -35.2516 -6.05409 -19.298 7.99917 -17
-STDOUT_22002=0 -3.48256 0 0 -2.47545 0 0 -56.6503 -12.755 -35.2516 -6.73624 -19.298 6.99927 -17
-STDOUT_22003=0 -3.71014 0 0 -2.61325 0 0 -56.6503 -11.4247 -35.2516 -5.97049 -19.298 8.99907 -17
-STDOUT_22004=0 -3.36888 0 0 -2.39212 0 0 -56.6503 -11.1539 -35.2516 -7.4373 -19.298 8.99907 -17
-STDOUT_22005=0 -2.89077 0 0 -2.4658 0 0 -56.6503 -14.6159 -35.2516 -5.91214 -19.298 7.99917 -17
-STDOUT_22006=0 -2.84293 0 0 -2.25389 0 0 -56.6503 -13.6457 -35.2516 -7.47748 -19.298 7.99917 -17
-STDOUT_22007=0 -2.98526 0 0 -2.49757 0 0 -56.6503 -13.1327 -35.2516 -7.1247 -19.298 6.99927 -17
-STDOUT_22008=0 -2.98152 0 0 -2.37315 0 0 -56.6503 -12.4373 -35.2516 -7.73956 -19.298 7.99917 -17
-STDOUT_22009=0 -3.31618 0 0 -2.44311 0 0 -56.6503 -12.7453 -35.2516 -6.97817 -19.298 7.99917 -17
-STDOUT_22010=0 -3.93926 0 0 -2.64311 0 0 -56.6503 -12.2196 -35.2516 -5.8973 -19.298 7.99917 -17
-STDOUT_22011=0 -3.15539 0 0 -2.43944 0 0 -59.777 -12.3918 -33.645 -5.73978 -21.0533 6.99927 -18
-STDOUT_22012=0 -2.67582 0 0 -2.41153 0 0 -56.6503 -12.7359 -35.2516 -7.80067 -19.298 7.99917 -17
-STDOUT_22013=0 -4.11403 0 0 -2.87956 0 0 -56.6503 -11.2755 -35.2516 -4.59212 -19.298 9.99896 -17
-STDOUT_22014=0 -3.12892 0 0 -2.5202 0 0 -56.6503 -13.2394 -35.2516 -6.3086 -19.298 8.99907 -17
-STDOUT_22015=0 -2.70969 0 0 -2.20629 0 0 -56.6503 -15.1844 -35.2516 -7.38812 -19.298 7.99917 -17
-STDOUT_22016=0 -3.19346 0 0 -2.33764 0 0 -61.7455 -11.6612 -33.678 -6.76429 -21.1974 6.99927 -19
-STDOUT_22017=0 -3.04195 0 0 -2.70262 0 0 -56.6503 -13.8387 -35.2516 -5.6748 -19.298 7.99917 -17
-STDOUT_22018=0 -2.68627 0 0 -2.23806 0 0 -56.6503 -13.444 -35.2516 -8.81017 -19.298 6.99927 -17
-STDOUT_22019=0 -3.75818 0 0 -2.3836 0 0 -56.6503 -12.7881 -35.2516 -7.37328 -19.298 7.99917 -17
-STDOUT_22020=0 -2.97431 0 0 -2.17993 0 0 -59.777 -12.9603 -33.645 -7.21576 -21.0533 6.99927 -18
-STDOUT_22021=0 -3.17492 0 0 -2.60625 0 0 -56.6503 -14.517 -35.2516 -5.9124 -19.298 7.99917 -17
-STDOUT_22022=0 -2.37682 0 0 -2.15202 0 0 -56.6503 -13.0472 -35.2516 -9.48614 -19.298 7.99917 -17
-STDOUT_22023=0 -3.5051 0 0 -2.74176 0 0 -56.6503 -13.2295 -35.2516 -5.84713 -19.298 7.99917 -17
-STDOUT_22024=0 -3.81504 0 0 -2.62005 0 0 -56.6503 -11.5868 -35.2516 -6.27759 -19.298 9.99896 -17
-STDOUT_22025=0 -4.4607 0 0 -3.3063 0 0 -56.6503 -12.1254 -35.2516 -3.17932 -19.298 7.99917 -17
-STDOUT_22026=0 -2.94783 0 0 -2.26069 0 0 -56.6503 -13.8079 -35.2516 -7.78458 -19.298 8.99907 -17
-STDOUT_22027=0 -3.01238 0 0 -2.07813 0 0 -61.7455 -12.2297 -33.678 -8.24026 -21.1974 6.99927 -19
-STDOUT_22028=0 -3.74188 0 0 -2.79547 0 0 -56.6503 -13.4836 -35.2516 -5.36461 -19.298 7.99917 -17
-STDOUT_22029=0 -2.86086 0 0 -2.44311 0 0 -56.6503 -14.4072 -35.2516 -7.15077 -19.298 7.99917 -17
-STDOUT_22030=0 -3.59959 0 0 -2.77354 0 0 -56.6503 -11.7462 -35.2516 -7.05969 -19.298 6.99927 -17
-STDOUT_22031=0 -3.43143 0 0 -2.72551 0 0 -56.6503 -13.5656 -35.2516 -5.96499 -19.298 7.99917 -17
-STDOUT_22032=0 -3.1238 0 0 -2.12185 0 0 -56.6503 -15.6802 -36.1298 -7.69571 -18.609 7.99917 -17
-STDOUT_22033=0 -2.95997 0 0 -2.55198 0 0 -56.6503 -12.6369 -35.2516 -7.80093 -19.298 7.99917 -17
-STDOUT_22034=0 -3.89074 0 0 -2.61005 0 0 -59.777 -12.1828 -33.645 -5.36497 -21.0533 6.99927 -18
-STDOUT_22035=0 -4.07702 0 0 -3.3131 0 0 -56.6503 -11.363 -35.2516 -3.78334 -19.298 8.99907 -17
-STDOUT_22036=0 -3.33873 0 0 -2.70942 0 0 -56.6503 -13.2198 -35.2516 -6.08907 -19.298 8.99907 -17
-STDOUT_22037=0 -3.35977 0 0 -2.71711 0 0 -56.6503 -13.9335 -35.2516 -5.62351 -19.298 8.99907 -17
-STDOUT_22038=0 -3.12198 0 0 -2.63946 0 0 -56.6503 -13.1689 -35.2516 -6.64096 -19.298 8.99907 -17
-STDOUT_22039=0 -3.10038 0 0 -2.15362 0 0 -56.6503 -13.9398 -36.1298 -9.11777 -18.609 6.99927 -17
-STDOUT_22040=0 -2.99384 0 0 -2.34674 0 0 -56.6503 -15.0854 -35.2516 -7.38838 -19.298 7.99917 -17
-STDOUT_22041=0 -3.69731 0 0 -2.97858 0 0 -56.6503 -12.7012 -35.2516 -5.36383 -19.298 7.99917 -17
-STDOUT_22042=0 -3.8654 0 0 -2.52341 0 0 -61.7455 -11.2583 -33.678 -6.43163 -21.1974 6.99927 -19
-STDOUT_22043=0 -3.32402 0 0 -2.48225 0 0 -56.6503 -13.798 -35.2516 -7.32311 -19.298 7.99917 -17
-STDOUT_22044=0 -4.27962 0 0 -3.04678 0 0 -56.6503 -12.6939 -35.2516 -4.6553 -19.298 7.99917 -17
-STDOUT_22045=0 -3.43322 0 0 -2.7412 0 0 -56.6503 -11.7365 -35.2516 -7.30163 -19.298 7.99917 -17
-STDOUT_22046=0 -3.45426 0 0 -2.74889 0 0 -56.6503 -12.4503 -35.2516 -6.83607 -19.298 7.99917 -17
-STDOUT_22047=0 -3.5608 0 0 -2.53596 0 0 -56.6503 -14.0521 -35.2516 -6.84059 -19.298 7.99917 -17
-STDOUT_22048=0 -3.3006 0 0 -2.51403 0 0 -56.6503 -12.0576 -35.2516 -8.74516 -19.298 6.99927 -17
-STDOUT_22049=0 -3.13243 0 0 -2.466 0 0 -56.6503 -13.877 -35.2516 -7.65046 -19.298 7.99917 -17
-STDOUT_22050=0 -2.66097 0 0 -2.29247 0 0 -56.6503 -12.9483 -35.2516 -9.4864 -19.298 7.99917 -17
-STDOUT_22051=0 -2.82672 0 0 -2.50438 0 0 -56.6503 -14.1756 -35.2516 -7.71157 -19.298 7.99917 -17
-STDOUT_22052=0 -3.70966 0 0 -2.35053 0 0 -59.777 -12.7513 -33.645 -6.84095 -21.0533 6.99927 -18
-STDOUT_22053=0 -3.89594 0 0 -3.05359 0 0 -56.6503 -11.9315 -35.2516 -5.25932 -19.298 8.99907 -17
-STDOUT_22054=0 -3.78925 0 0 -2.88221 0 0 -56.6503 -13.1305 -35.2516 -5.84739 -19.298 7.99917 -17
-STDOUT_22055=0 -2.82298 0 0 -2.37995 0 0 -56.6503 -13.4802 -35.2516 -8.32644 -19.298 8.99907 -17
-STDOUT_22056=0 -3.15764 0 0 -2.44991 0 0 -56.6503 -13.7883 -35.2516 -7.56504 -19.298 8.99907 -17
-STDOUT_22057=0 -3.27982 0 0 -2.61305 0 0 -56.6503 -14.6791 -35.2516 -6.2195 -19.298 8.99907 -17
-STDOUT_22058=0 -3.78072 0 0 -2.64992 0 0 -56.6503 -13.2626 -35.2516 -6.48417 -19.298 8.99907 -17
-STDOUT_22059=0 -3.51622 0 0 -2.71907 0 0 -56.6503 -13.2696 -35.2516 -6.83981 -19.298 7.99917 -17
-STDOUT_22060=0 -3.68432 0 0 -2.2639 0 0 -61.7455 -11.8267 -33.678 -7.90761 -21.1974 6.99927 -19
-STDOUT_22061=0 -2.99685 0 0 -2.44624 0 0 -59.777 -13.4347 -33.645 -6.32666 -21.0533 7.99917 -18
-STDOUT_22062=0 -3.96548 0 0 -3.07143 0 0 -56.6503 -12.4088 -35.2516 -5.42483 -19.298 7.99917 -17
-STDOUT_22063=0 -3.13422 0 0 -2.48168 0 0 -56.6503 -12.0479 -35.2516 -8.9871 -19.298 7.99917 -17
-STDOUT_22064=0 -3.87521 0 0 -2.68169 0 0 -56.6503 -11.7793 -35.2516 -7.69673 -19.298 7.99917 -17
-STDOUT_22065=0 -4.04575 0 0 -3.00147 0 0 -56.6503 -12.1792 -35.2516 -5.89998 -19.298 7.99917 -17
-STDOUT_22066=0 -3.40795 0 0 -2.2623 0 0 -56.6503 -15.5813 -36.1298 -7.69598 -18.609 7.99917 -17
-STDOUT_22067=0 -3.09134 0 0 -2.47801 0 0 -59.777 -11.9515 -33.645 -7.53921 -21.0533 6.99927 -18
-STDOUT_22068=0 -3.73192 0 0 -2.61785 0 0 -56.6503 -11.2828 -35.2516 -3.95239 -19.298 8.99907 -17
-STDOUT_22069=0 -4.46607 0 0 -2.76138 0 0 -56.6503 -11.4262 -35.2516 -4.0907 -19.298 9.99896 -17
-STDOUT_22070=0 -4.11403 0 0 -2.88436 0 0 -56.6503 -11.2755 -35.2516 -4.59212 -19.298 9.99896 -17
-STDOUT_22071=0 -4.84819 0 0 -3.02788 0 0 -56.6503 -11.4188 -35.2516 -4.73043 -19.298 10.9989 -17
-STDOUT_22072=0 -3.50141 0 0 -2.459 0 0 -56.6503 -10.1767 -35.2516 -3.05816 -19.298 6.99927 -17
-STDOUT_22073=0 -3.34287 0 0 -2.4706 0 0 -56.6503 -11.2196 -35.2516 -3.64503 -19.298 7.99917 -17
-STDOUT_22074=0 -3.88352 0 0 -2.72551 0 0 -56.6503 -10.1693 -35.2516 -3.69788 -19.298 7.99917 -17
-STDOUT_22075=0 -4.07702 0 0 -2.61412 0 0 -56.6503 -11.363 -35.2516 -3.78334 -19.298 8.99907 -17
-STDOUT_22076=0 -3.72498 0 0 -2.73711 0 0 -56.6503 -11.2123 -35.2516 -4.28476 -19.298 8.99907 -17
-STDOUT_22077=0 -4.45914 0 0 -2.88063 0 0 -56.6503 -11.3556 -35.2516 -4.42307 -19.298 9.99896 -17
-STDOUT_22078=0 -3.62702 0 0 -2.60625 0 0 -56.6503 -11.1206 -35.2516 -3.64529 -19.298 7.99917 -17
-STDOUT_22079=0 -4.00913 0 0 -2.87276 0 0 -56.6503 -11.1133 -35.2516 -4.28502 -19.298 8.99907 -17
-STDOUT_22080=0 -4.27588 0 0 -2.74977 0 0 -56.6503 -11.6257 -35.2516 -3.90203 -19.298 8.99907 -17
-STDOUT_22081=0 -4.65799 0 0 -3.01628 0 0 -56.6503 -11.6184 -35.2516 -4.54176 -19.298 9.99896 -17
-STDOUT_22082=0 -3.66787 0 0 -2.65643 0 0 -56.6503 -10.8425 -35.2516 -5.75183 -19.298 8.99907 -17
-STDOUT_22083=0 -4.40203 0 0 -2.79995 0 0 -56.6503 -10.9859 -35.2516 -5.89014 -19.298 9.99896 -17
-STDOUT_22084=0 -3.81504 0 0 -2.62485 0 0 -56.6503 -11.5868 -35.2516 -6.27759 -19.298 9.99896 -17
-STDOUT_22085=0 -4.54919 0 0 -2.76837 0 0 -56.6503 -11.7302 -35.2516 -6.4159 -19.298 10.9989 -17
-STDOUT_22086=0 -3.55084 0 0 -2.35834 0 0 -56.6503 -11.8513 -35.2516 -5.42837 -19.298 8.99907 -17
-STDOUT_22087=0 -4.28499 0 0 -2.50186 0 0 -56.6503 -11.9947 -35.2516 -5.56668 -19.298 9.99896 -17
-STDOUT_22088=0 -3.43736 0 0 -2.49757 0 0 -56.6503 -9.73633 -35.2516 -4.85759 -19.298 6.99927 -17
-STDOUT_22089=0 -3.58453 0 0 -2.466 0 0 -56.6503 -10.4807 -35.2516 -5.38336 -19.298 7.99917 -17
-STDOUT_22090=0 -3.27882 0 0 -2.50918 0 0 -56.6503 -10.7793 -35.2516 -5.44446 -19.298 7.99917 -17
-STDOUT_22091=0 -4.01297 0 0 -2.6527 0 0 -56.6503 -10.9226 -35.2516 -5.58278 -19.298 8.99907 -17
-STDOUT_22092=0 -3.42598 0 0 -2.4776 0 0 -56.6503 -11.5236 -35.2516 -5.97023 -19.298 8.99907 -17
-STDOUT_22093=0 -3.32032 0 0 -2.19949 0 0 -56.6503 -10.7451 -35.2516 -4.53413 -19.298 6.99927 -17
-STDOUT_22094=0 -4.16014 0 0 -2.62112 0 0 -56.6503 -11.667 -35.2516 -6.10854 -19.298 9.99896 -17
-STDOUT_22095=0 -3.16178 0 0 -2.21109 0 0 -56.6503 -11.7881 -35.2516 -5.12101 -19.298 7.99917 -17
-STDOUT_22096=0 -3.89594 0 0 -2.35461 0 0 -56.6503 -11.9315 -35.2516 -5.25932 -19.298 8.99907 -17
-STDOUT_22097=0 -3.56297 0 0 -2.64483 0 0 -56.6503 -10.6803 -35.2516 -5.44473 -19.298 7.99917 -17
-STDOUT_22098=0 -3.71014 0 0 -2.61325 0 0 -56.6503 -11.4247 -35.2516 -5.97049 -19.298 8.99907 -17
-STDOUT_22099=0 -3.44593 0 0 -2.34674 0 0 -56.6503 -11.6891 -35.2516 -5.12127 -19.298 7.99917 -17
-STDOUT_22100=0 -4.4607 0 0 -2.60252 0 0 -56.6503 -12.1254 -35.2516 -3.17932 -19.298 7.99917 -17
-STDOUT_22101=0 -4.21183 0 0 -2.78835 0 0 -56.6503 -11.1854 -35.2516 -5.70147 -19.298 8.99907 -17
-STDOUT_22102=0 -4.84282 0 0 -2.86903 0 0 -56.6503 -12.118 -35.2516 -3.81905 -19.298 8.99907 -17
-STDOUT_22103=0 -4.359 0 0 -2.75677 0 0 -56.6503 -11.9297 -35.2516 -6.22723 -19.298 9.99896 -17
-STDOUT_22104=0 -3.36888 0 0 -2.39692 0 0 -56.6503 -11.1539 -35.2516 -7.4373 -19.298 8.99907 -17
-STDOUT_22105=0 -4.10303 0 0 -2.54044 0 0 -56.6503 -11.2972 -35.2516 -7.57561 -19.298 9.99896 -17
-STDOUT_22106=0 -4.09479 0 0 -2.49026 0 0 -56.6503 -12.1942 -35.2516 -5.37801 -19.298 8.99907 -17
-STDOUT_22107=0 -3.13836 0 0 -2.23806 0 0 -56.6503 -10.0477 -35.2516 -6.54306 -19.298 6.99927 -17
-STDOUT_22108=0 -2.97982 0 0 -2.24966 0 0 -56.6503 -11.0907 -35.2516 -7.12994 -19.298 7.99917 -17
-STDOUT_22109=0 -3.71398 0 0 -2.39319 0 0 -56.6503 -11.234 -35.2516 -7.26825 -19.298 8.99907 -17
-STDOUT_22110=0 -3.26398 0 0 -2.38532 0 0 -56.6503 -10.9917 -35.2516 -7.1302 -19.298 7.99917 -17
-STDOUT_22111=0 -3.72778 0 0 -2.86147 0 0 -56.6503 -13.283 -35.2516 -6.39643 -19.298 9.99896 -17
-STDOUT_22112=0 -4.46193 0 0 -3.005 0 0 -56.6503 -13.4264 -35.2516 -6.53474 -19.298 10.9989 -17
-STDOUT_22113=0 -3.12892 0 0 -2.525 0 0 -56.6503 -13.2394 -35.2516 -6.3086 -19.298 8.99907 -17
-STDOUT_22114=0 -3.86307 0 0 -2.66853 0 0 -56.6503 -13.3828 -35.2516 -6.44691 -19.298 9.99896 -17
-STDOUT_22115=0 -4.10989 0 0 -3.12798 0 0 -56.6503 -13.2757 -35.2516 -7.03616 -19.298 10.9989 -17
-STDOUT_22116=0 -4.84405 0 0 -3.27151 0 0 -56.6503 -13.419 -35.2516 -7.17447 -19.298 11.9988 -17
-STDOUT_22117=0 -3.51103 0 0 -2.79151 0 0 -56.6503 -13.2321 -35.2516 -6.94833 -19.298 9.99896 -17
-STDOUT_22118=0 -4.24519 0 0 -2.93503 0 0 -56.6503 -13.3754 -35.2516 -7.08664 -19.298 10.9989 -17
-STDOUT_22119=0 -4.39666 0 0 -2.6411 0 0 -56.6503 -11.6851 -35.2516 -4.97875 -19.298 7.99917 -17
-STDOUT_22120=0 -3.91284 0 0 -2.52884 0 0 -56.6503 -11.4968 -35.2516 -7.38694 -19.298 8.99907 -17
-STDOUT_22121=0 -3.49727 0 0 -2.70262 0 0 -56.6503 -12.1769 -35.2516 -5.50219 -19.298 7.99917 -17
-STDOUT_22122=0 -4.54382 0 0 -2.60952 0 0 -56.6503 -12.4294 -35.2516 -5.50452 -19.298 8.99907 -17
-STDOUT_22123=0 -2.8984 0 0 -2.36615 0 0 -56.6503 -12.1332 -35.2516 -5.41436 -19.298 6.99927 -17
-STDOUT_22124=0 -3.33873 0 0 -2.71422 0 0 -56.6503 -13.2198 -35.2516 -6.08907 -19.298 8.99907 -17
-STDOUT_22125=0 -3.74882 0 0 -2.86917 0 0 -56.6503 -13.9968 -35.2516 -5.93087 -19.298 9.99896 -17
-STDOUT_22126=0 -3.87938 0 0 -2.96913 0 0 -56.6503 -12.1695 -35.2516 -6.14192 -19.298 8.99907 -17
-STDOUT_22127=0 -4.07288 0 0 -2.85774 0 0 -56.6503 -13.3632 -35.2516 -6.22738 -19.298 9.99896 -17
-STDOUT_22128=0 -4.48297 0 0 -3.01269 0 0 -56.6503 -14.1401 -35.2516 -6.06918 -19.298 10.9989 -17
-STDOUT_22129=0 -2.73986 0 0 -2.37775 0 0 -56.6503 -13.1762 -35.2516 -6.00124 -19.298 7.99917 -17
-STDOUT_22130=0 -4.27962 0 0 -2.34301 0 0 -56.6503 -12.6939 -35.2516 -4.6553 -19.298 7.99917 -17
-STDOUT_22131=0 -3.28052 0 0 -2.63266 0 0 -56.6503 -12.1259 -35.2516 -6.05409 -19.298 7.99917 -17
-STDOUT_22132=0 -3.47402 0 0 -2.52127 0 0 -56.6503 -13.3195 -35.2516 -6.13955 -19.298 8.99907 -17
-STDOUT_22133=0 -3.72084 0 0 -2.98073 0 0 -56.6503 -13.2125 -35.2516 -6.72879 -19.298 9.99896 -17
-STDOUT_22134=0 -4.13094 0 0 -3.13567 0 0 -56.6503 -13.9894 -35.2516 -6.5706 -19.298 10.9989 -17
-STDOUT_22135=0 -4.455 0 0 -3.12425 0 0 -56.6503 -13.3558 -35.2516 -6.86711 -19.298 10.9989 -17
-STDOUT_22136=0 -4.86509 0 0 -3.2792 0 0 -56.6503 -14.1328 -35.2516 -6.70891 -19.298 11.9988 -17
-STDOUT_22137=0 -3.12198 0 0 -2.64426 0 0 -56.6503 -13.1689 -35.2516 -6.64096 -19.298 8.99907 -17
-STDOUT_22138=0 -3.85613 0 0 -2.78778 0 0 -56.6503 -13.3122 -35.2516 -6.77928 -19.298 9.99896 -17
-STDOUT_22139=0 -3.51831 0 0 -2.71031 0 0 -56.6503 -12.8906 -35.2516 -5.03663 -19.298 7.99917 -17
-STDOUT_22140=0 -3.35977 0 0 -2.72191 0 0 -56.6503 -13.9335 -35.2516 -5.62351 -19.298 8.99907 -17
-STDOUT_22141=0 -3.90042 0 0 -2.97682 0 0 -56.6503 -12.8833 -35.2516 -5.67636 -19.298 8.99907 -17
-STDOUT_22142=0 -4.09392 0 0 -2.86544 0 0 -56.6503 -14.0769 -35.2516 -5.76182 -19.298 9.99896 -17
-STDOUT_22143=0 -3.74188 0 0 -2.98842 0 0 -56.6503 -13.9262 -35.2516 -6.26323 -19.298 9.99896 -17
-STDOUT_22144=0 -4.47604 0 0 -3.13195 0 0 -56.6503 -14.0696 -35.2516 -6.40155 -19.298 10.9989 -17
-STDOUT_22145=0 -3.62288 0 0 -2.84987 0 0 -56.6503 -13.1208 -35.2516 -6.08933 -19.298 8.99907 -17
-STDOUT_22146=0 -3.02401 0 0 -2.5134 0 0 -56.6503 -13.0772 -35.2516 -6.0015 -19.298 7.99917 -17
-STDOUT_22147=0 -4.00499 0 0 -3.11638 0 0 -56.6503 -13.1135 -35.2516 -6.72906 -19.298 9.99896 -17
-STDOUT_22148=0 -4.16977 0 0 -2.80197 0 0 -56.6503 -13.3258 -35.2516 -6.79154 -19.298 9.99896 -17
-STDOUT_22149=0 -4.90393 0 0 -2.94549 0 0 -56.6503 -13.4691 -35.2516 -6.92985 -19.298 10.9989 -17
-STDOUT_22150=0 -3.40613 0 0 -2.77991 0 0 -56.6503 -13.0699 -35.2516 -6.64123 -19.298 8.99907 -17
-STDOUT_22151=0 -4.55189 0 0 -3.06848 0 0 -56.6503 -13.3184 -35.2516 -7.43126 -19.298 10.9989 -17
-STDOUT_22152=0 -5.28604 0 0 -3.212 0 0 -56.6503 -13.4618 -35.2516 -7.56957 -19.298 11.9988 -17
-STDOUT_22153=0 -4.52668 0 0 -3.47391 0 0 -56.6503 -13.8509 -35.2516 -6.3459 -19.298 10.9989 -17
-STDOUT_22154=0 -5.26084 0 0 -3.61743 0 0 -56.6503 -13.9943 -35.2516 -6.48421 -19.298 11.9988 -17
-STDOUT_22155=0 -3.92782 0 0 -3.13744 0 0 -56.6503 -13.8073 -35.2516 -6.25807 -19.298 9.99896 -17
-STDOUT_22156=0 -4.66197 0 0 -3.28096 0 0 -56.6503 -13.9507 -35.2516 -6.39638 -19.298 10.9989 -17
-STDOUT_22157=0 -3.64392 0 0 -2.85756 0 0 -56.6503 -13.8346 -35.2516 -5.62377 -19.298 8.99907 -17
-STDOUT_22158=0 -3.93926 0 0 -2.64311 0 0 -56.6503 -12.2196 -35.2516 -5.8973 -19.298 7.99917 -17
-STDOUT_22159=0 -4.9088 0 0 -3.74042 0 0 -56.6503 -13.8436 -35.2516 -6.98563 -19.298 11.9988 -17
-STDOUT_22160=0 -4.27174 0 0 -2.9934 0 0 -56.6503 -13.6259 -35.2516 -6.34607 -19.298 9.99896 -17
-STDOUT_22161=0 -5.64295 0 0 -3.88394 0 0 -56.6503 -13.987 -35.2516 -7.12394 -19.298 12.9987 -17
-STDOUT_22162=0 -4.30993 0 0 -3.40395 0 0 -56.6503 -13.8 -35.2516 -6.8978 -19.298 10.9989 -17
-STDOUT_22163=0 -3.67287 0 0 -2.65692 0 0 -56.6503 -13.5823 -35.2516 -6.25824 -19.298 8.99907 -17
-STDOUT_22164=0 -5.04409 0 0 -3.54747 0 0 -56.6503 -13.9433 -35.2516 -7.03611 -19.298 11.9988 -17
-STDOUT_22165=0 -3.78072 0 0 -2.65471 0 0 -56.6503 -13.2626 -35.2516 -6.48417 -19.298 8.99907 -17
-STDOUT_22166=0 -4.02603 0 0 -3.12407 0 0 -56.6503 -13.8272 -35.2516 -6.2635 -19.298 9.99896 -17
-STDOUT_22167=0 -4.32137 0 0 -2.90962 0 0 -56.6503 -12.2123 -35.2516 -6.53703 -19.298 8.99907 -17
-STDOUT_22168=FEATURES_TXT_END_0
-STDOUT_22169=FEATURES_TXT_BEGIN_0 4 500 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_22170=0 -8.41335 0 0 -8.29598 0 0 -144.135 -82.9015 -104.26 -30.2335 -35.8826 18.998 -34
-STDOUT_22171=0 -8.57798 0 0 -8.13327 0 0 -144.135 -81.7381 -104.26 -31.5642 -35.8826 18.998 -34
-STDOUT_22172=0 -8.71681 0 0 -7.66563 0 0 -148.744 -71.0118 -101.243 -26.5948 -41.3946 17.9981 -36
-STDOUT_22173=0 -8.88144 0 0 -7.50292 0 0 -148.744 -69.8484 -101.243 -27.9255 -41.3946 17.9981 -36
-STDOUT_22174=0 -8.45964 0 0 -8.3306 0 0 -144.424 -83.761 -104.332 -30.2127 -33.6292 18.998 -34
-STDOUT_22175=0 -8.62427 0 0 -8.1679 0 0 -144.424 -82.5976 -104.332 -31.5434 -33.6292 18.998 -34
-STDOUT_22176=0 -9.43894 0 0 -7.68188 0 0 -145.46 -75.9281 -105.44 -28.5407 -40.3463 17.9981 -35
-STDOUT_22177=0 -8.75139 0 0 -7.94139 0 0 -145.46 -77.2068 -105.44 -28.7159 -40.3463 18.998 -35
-STDOUT_22178=0 -8.94092 0 0 -7.14061 0 0 -145.822 -76.1927 -106.593 -27.5744 -43.7048 17.9981 -36
-STDOUT_22179=0 -8.41795 0 0 -8.26676 0 0 -144.135 -82.0026 -104.26 -32.2087 -35.8826 18.998 -34
-STDOUT_22180=0 -8.76309 0 0 -7.70025 0 0 -149.033 -71.8713 -101.316 -26.574 -39.1412 17.9981 -36
-STDOUT_22181=0 -9.60357 0 0 -7.51917 0 0 -145.46 -74.7647 -105.44 -29.8714 -40.3463 17.9981 -35
-STDOUT_22182=0 -8.91602 0 0 -7.77868 0 0 -145.46 -76.0434 -105.44 -30.0466 -40.3463 18.998 -35
-STDOUT_22183=0 -9.10555 0 0 -6.9779 0 0 -145.822 -75.0293 -106.593 -28.9051 -43.7048 17.9981 -36
-STDOUT_22184=0 -8.92773 0 0 -7.53754 0 0 -149.033 -70.7079 -101.316 -27.9047 -39.1412 17.9981 -36
-STDOUT_22185=0 -8.52611 0 0 -7.99188 0 0 -148.744 -71.912 -101.243 -26.0417 -41.3946 18.998 -36
-STDOUT_22186=0 -8.69074 0 0 -7.82917 0 0 -148.744 -70.7486 -101.243 -27.3724 -41.3946 18.998 -36
-STDOUT_22187=0 -8.72141 0 0 -7.63641 0 0 -148.744 -70.1129 -101.243 -28.57 -41.3946 17.9981 -36
-STDOUT_22188=0 -9.96742 0 0 -8.43585 0 0 -137.841 -91.1349 -116.055 -30.5898 -36.3389 17.9981 -33
-STDOUT_22189=0 -10.1684 0 0 -8.80937 0 0 -137.841 -90.1238 -116.055 -29.7074 -36.3389 18.998 -33
-STDOUT_22190=0 -9.48523 0 0 -7.7165 0 0 -145.749 -76.7876 -105.512 -28.5199 -38.0929 17.9981 -35
-STDOUT_22191=0 -8.79768 0 0 -7.97601 0 0 -145.749 -78.0663 -105.512 -28.6951 -38.0929 18.998 -35
-STDOUT_22192=0 -8.98721 0 0 -7.17523 0 0 -146.111 -77.0522 -106.666 -27.5536 -41.4514 17.9981 -36
-STDOUT_22193=0 -10.1321 0 0 -8.27315 0 0 -137.841 -89.9715 -116.055 -31.9205 -36.3389 17.9981 -33
-STDOUT_22194=0 -8.46424 0 0 -8.30139 0 0 -144.424 -82.8621 -104.332 -32.1879 -33.6292 18.998 -34
-STDOUT_22195=0 -10.333 0 0 -8.64666 0 0 -137.841 -88.9604 -116.055 -31.0381 -36.3389 18.998 -33
-STDOUT_22196=0 -9.64986 0 0 -7.55379 0 0 -145.749 -75.6242 -105.512 -29.8506 -38.0929 17.9981 -35
-STDOUT_22197=0 -8.96231 0 0 -7.8133 0 0 -145.749 -76.9029 -105.512 -30.0258 -38.0929 18.998 -35
-STDOUT_22198=0 -9.15184 0 0 -7.01252 0 0 -146.111 -75.8888 -106.666 -28.8843 -41.4514 17.9981 -36
-STDOUT_22199=0 -8.50846 0 0 -8.57691 0 0 -141.925 -86.1816 -107.566 -31.7004 -37.2646 18.998 -34
-STDOUT_22200=0 -8.75746 0 0 -8.51852 0 0 -144.135 -83.3082 -104.26 -29.7243 -35.8826 19.9979 -34
-STDOUT_22201=0 -8.57239 0 0 -8.0265 0 0 -149.033 -72.7714 -101.316 -26.0209 -39.1412 18.998 -36
-STDOUT_22202=0 -8.97561 0 0 -7.76529 0 0 -144.56 -82.0654 -105.413 -28.4088 -39.2411 18.998 -35
-STDOUT_22203=0 -9.44354 0 0 -7.65266 0 0 -145.46 -75.0292 -105.44 -30.5159 -40.3463 17.9981 -35
-STDOUT_22204=0 -10.2625 0 0 -9.50256 0 0 -136.223 -90.7579 -116.087 -32.057 -36.654 18.998 -33
-STDOUT_22205=0 -8.75599 0 0 -7.91217 0 0 -145.46 -76.3079 -105.44 -30.6911 -40.3463 18.998 -35
-STDOUT_22206=0 -10.4635 0 0 -9.87607 0 0 -136.223 -89.7468 -116.087 -31.1746 -36.654 19.9979 -33
-STDOUT_22207=0 -8.94552 0 0 -7.11139 0 0 -145.822 -75.2938 -106.593 -29.5496 -43.7048 17.9981 -36
-STDOUT_22208=0 -8.67309 0 0 -8.4142 0 0 -141.925 -85.0182 -107.566 -33.0311 -37.2646 18.998 -34
-STDOUT_22209=0 -8.92209 0 0 -8.35581 0 0 -144.135 -82.1448 -104.26 -31.0551 -35.8826 19.9979 -34
-STDOUT_22210=0 -8.73703 0 0 -7.86379 0 0 -149.033 -71.608 -101.316 -27.3517 -39.1412 18.998 -36
-STDOUT_22211=0 -8.7677 0 0 -7.67104 0 0 -149.033 -70.9724 -101.316 -28.5493 -39.1412 17.9981 -36
-STDOUT_22212=0 -8.60035 0 0 -7.7246 0 0 -147.67 -77.2084 -100.063 -29.5605 -36.9309 18.998 -35
-STDOUT_22213=0 -10.0137 0 0 -8.47048 0 0 -138.13 -91.9944 -116.128 -30.569 -34.0856 17.9981 -33
-STDOUT_22214=0 -9.14024 0 0 -7.60258 0 0 -144.56 -80.902 -105.414 -29.7396 -39.2411 18.998 -35
-STDOUT_22215=0 -10.2147 0 0 -8.84399 0 0 -138.13 -90.9833 -116.128 -29.6866 -34.0856 18.998 -33
-STDOUT_22216=0 -10.4272 0 0 -9.33985 0 0 -136.223 -89.5945 -116.087 -33.3877 -36.654 18.998 -33
-STDOUT_22217=0 -10.6282 0 0 -9.71337 0 0 -136.223 -88.5834 -116.087 -32.5054 -36.654 19.9979 -33
-STDOUT_22218=0 -8.81191 0 0 -7.94655 0 0 -146.534 -74.2919 -104.549 -28.0617 -42.7766 17.9981 -36
-STDOUT_22219=0 -8.53071 0 0 -7.96266 0 0 -148.744 -71.013 -101.243 -28.0169 -41.3946 18.998 -36
-STDOUT_22220=0 -8.76498 0 0 -7.56189 0 0 -147.67 -76.045 -100.063 -30.8912 -36.9309 18.998 -35
-STDOUT_22221=0 -10.1783 0 0 -8.30777 0 0 -138.13 -90.831 -116.128 -31.8997 -34.0856 17.9981 -33
-STDOUT_22222=0 -10.3793 0 0 -8.68128 0 0 -138.13 -89.8199 -116.128 -31.0173 -34.0856 18.998 -33
-STDOUT_22223=0 -8.97655 0 0 -7.78385 0 0 -146.534 -73.1285 -104.549 -29.3924 -42.7766 17.9981 -36
-STDOUT_22224=0 -8.55474 0 0 -8.61153 0 0 -142.214 -87.0411 -107.638 -31.6796 -35.0112 18.998 -34
-STDOUT_22225=0 -9.15123 0 0 -8.12215 0 0 -144.135 -82.7394 -104.26 -30.9015 -35.8826 19.9979 -34
-STDOUT_22226=0 -8.80374 0 0 -8.55314 0 0 -144.424 -84.1677 -104.332 -29.7036 -33.6292 19.9979 -34
-STDOUT_22227=0 -9.97202 0 0 -8.40664 0 0 -137.841 -90.236 -116.055 -32.565 -36.3389 17.9981 -33
-STDOUT_22228=0 -8.60772 0 0 -8.35524 0 0 -141.139 -88.529 -107.85 -33.7524 -35.9226 18.998 -33
-STDOUT_22229=0 -10.173 0 0 -8.78015 0 0 -137.841 -89.2249 -116.055 -31.6826 -36.3389 18.998 -33
-STDOUT_22230=0 -9.83878 0 0 -7.89961 0 0 -144.135 -81.4607 -104.26 -30.7263 -35.8826 18.998 -34
-STDOUT_22231=0 -9.0219 0 0 -7.79991 0 0 -144.849 -82.9248 -105.486 -28.3881 -36.9877 18.998 -35
-STDOUT_22232=0 -9.48983 0 0 -7.68728 0 0 -145.749 -75.8887 -105.512 -30.4952 -38.0929 17.9981 -35
-STDOUT_22233=0 -10.3088 0 0 -9.53718 0 0 -136.512 -91.6174 -116.16 -32.0362 -34.4006 18.998 -33
-STDOUT_22234=0 -8.80228 0 0 -7.94679 0 0 -145.749 -77.1674 -105.512 -30.6703 -38.0929 18.998 -35
-STDOUT_22235=0 -10.5098 0 0 -9.9107 0 0 -136.512 -90.6063 -116.16 -31.1539 -34.4006 19.9979 -33
-STDOUT_22236=0 -8.99181 0 0 -7.14602 0 0 -146.111 -76.1533 -106.666 -29.5288 -41.4514 17.9981 -36
-STDOUT_22237=0 -8.71937 0 0 -8.44882 0 0 -142.214 -85.8777 -107.638 -33.0103 -35.0112 18.998 -34
-STDOUT_22238=0 -9.31586 0 0 -7.95944 0 0 -144.135 -81.576 -104.26 -32.2322 -35.8826 19.9979 -34
-STDOUT_22239=0 -8.96837 0 0 -8.39044 0 0 -144.424 -83.0043 -104.332 -31.0343 -33.6292 19.9979 -34
-STDOUT_22240=0 -8.77235 0 0 -8.19253 0 0 -141.139 -87.3656 -107.85 -35.0832 -35.9226 18.998 -33
-STDOUT_22241=0 -9.53405 0 0 -7.9628 0 0 -143.25 -79.2083 -108.745 -30.0076 -41.7283 17.9981 -35
-STDOUT_22242=0 -8.64663 0 0 -7.75922 0 0 -147.959 -78.0678 -100.136 -29.5397 -34.6775 18.998 -35
-STDOUT_22243=0 -8.60285 0 0 -7.86318 0 0 -148.744 -72.2114 -101.243 -27.3647 -41.3946 18.998 -36
-STDOUT_22244=0 -10.0034 0 0 -7.73691 0 0 -144.135 -80.2973 -104.26 -32.0571 -35.8826 18.998 -34
-STDOUT_22245=0 -9.18653 0 0 -7.6372 0 0 -144.849 -81.7614 -105.486 -29.7188 -36.9877 18.998 -35
-STDOUT_22246=0 -8.8465 0 0 -8.22231 0 0 -143.25 -80.487 -108.745 -30.1827 -41.7283 18.998 -35
-STDOUT_22247=0 -10.4735 0 0 -9.37448 0 0 -136.512 -90.454 -116.16 -33.367 -34.4006 18.998 -33
-STDOUT_22248=0 -9.03603 0 0 -7.42153 0 0 -143.612 -79.4729 -109.899 -29.0413 -45.0868 17.9981 -36
-STDOUT_22249=0 -10.6744 0 0 -9.74799 0 0 -136.512 -89.4429 -116.16 -32.4846 -34.4006 19.9979 -33
-STDOUT_22250=0 -8.56928 0 0 -8.05802 0 0 -146.268 -80.3699 -102.146 -29.8302 -36.2465 18.998 -35
-STDOUT_22251=0 -8.51306 0 0 -8.54769 0 0 -141.925 -85.2827 -107.566 -33.6756 -37.2646 18.998 -34
-STDOUT_22252=0 -8.77027 0 0 -8.43153 0 0 -146.268 -79.3588 -102.146 -28.9478 -36.2465 19.9979 -35
-STDOUT_22253=0 -9.34076 0 0 -7.36892 0 0 -144.56 -81.7253 -105.414 -29.76 -39.2411 18.998 -35
-STDOUT_22254=0 -8.76206 0 0 -8.4893 0 0 -144.135 -82.4093 -104.26 -31.6996 -35.8826 19.9979 -34
-STDOUT_22255=0 -8.8582 0 0 -7.98118 0 0 -146.823 -75.1514 -104.622 -28.0409 -40.5233 17.9981 -36
-STDOUT_22256=0 -8.43876 0 0 -8.501 0 0 -144.135 -82.9406 -104.26 -32.2185 -35.8826 19.9979 -34
-STDOUT_22257=0 -9.69868 0 0 -7.80009 0 0 -143.25 -78.0449 -108.745 -31.3383 -41.7283 17.9981 -35
-STDOUT_22258=0 -8.577 0 0 -7.99728 0 0 -149.033 -71.8725 -101.316 -27.9962 -39.1412 18.998 -36
-STDOUT_22259=0 -8.81126 0 0 -7.59651 0 0 -147.959 -76.9044 -100.136 -30.8705 -34.6775 18.998 -35
-STDOUT_22260=0 -8.76748 0 0 -7.70047 0 0 -148.744 -71.048 -101.243 -28.6954 -41.3946 18.998 -36
-STDOUT_22261=0 -9.11665 0 0 -7.88337 0 0 -147.67 -76.5444 -100.063 -28.7804 -36.9309 18.998 -35
-STDOUT_22262=0 -9.01113 0 0 -8.0596 0 0 -143.25 -79.3236 -108.745 -31.5135 -41.7283 18.998 -35
-STDOUT_22263=0 -9.06627 0 0 -8.46717 0 0 -144.135 -81.646 -104.26 -31.5892 -35.8826 19.9979 -34
-STDOUT_22264=0 -8.98021 0 0 -7.73607 0 0 -144.56 -81.1664 -105.414 -30.3841 -39.2411 18.998 -35
-STDOUT_22265=0 -9.20066 0 0 -7.25883 0 0 -143.612 -78.3095 -109.899 -30.372 -45.0868 17.9981 -36
-STDOUT_22266=0 -8.21115 0 0 -7.72587 0 0 -149.552 -74.754 -97.9498 -29.0335 -37.2948 18.998 -36
-STDOUT_22267=0 -10.2671 0 0 -9.47334 0 0 -136.223 -89.859 -116.087 -34.0323 -36.654 18.998 -33
-STDOUT_22268=0 -10.4681 0 0 -9.84686 0 0 -136.223 -88.8479 -116.087 -33.1499 -36.654 19.9979 -33
-STDOUT_22269=0 -8.73391 0 0 -7.89531 0 0 -146.268 -79.2065 -102.146 -31.1609 -36.2465 18.998 -35
-STDOUT_22270=0 -9.38347 0 0 -9.69633 0 0 -178.513 -58.8476 -76.09 -35.8755 -72.481 23.9975 -51
-STDOUT_22271=0 -8.81809 0 0 -9.30806 0 0 -178.513 -59.5123 -76.09 -36.5026 -72.481 22.9976 -51
-STDOUT_22272=0 -9.43534 0 0 -9.23412 0 0 -178.513 -56.4628 -76.09 -35.9474 -72.481 22.9976 -51
-STDOUT_22273=0 -9.00329 0 0 -9.52086 0 0 -178.513 -59.0845 -76.09 -36.1428 -72.481 22.9976 -51
-STDOUT_22274=0 -9.80587 0 0 -9.73412 0 0 -178.513 -59.0596 -76.09 -36.0775 -72.481 24.9974 -51
-STDOUT_22275=0 -8.86996 0 0 -8.84586 0 0 -178.513 -57.1275 -76.09 -36.5745 -72.481 21.9977 -51
-STDOUT_22276=0 -8.43791 0 0 -9.1326 0 0 -178.513 -59.7492 -76.09 -36.7699 -72.481 21.9977 -51
-STDOUT_22277=0 -9.05516 0 0 -9.05866 0 0 -178.513 -56.6998 -76.09 -36.2148 -72.481 21.9977 -51
-STDOUT_22278=0 -10.0823 0 0 -9.90231 0 0 -178.513 -60.0923 -76.09 -35.5438 -72.481 24.9974 -51
-STDOUT_22279=0 -9.24048 0 0 -9.34586 0 0 -178.513 -59.7243 -76.09 -36.7047 -72.481 23.9975 -51
-STDOUT_22280=0 -9.85773 0 0 -9.27192 0 0 -178.513 -56.6748 -76.09 -36.1495 -72.481 23.9975 -51
-STDOUT_22281=0 -8.48978 0 0 -8.67039 0 0 -178.513 -57.3644 -76.09 -36.8419 -72.481 20.9978 -51
-STDOUT_22282=0 -9.27146 0 0 -9.55866 0 0 -178.513 -59.2857 -76.09 -36.5766 -72.481 23.9975 -51
-STDOUT_22283=0 -9.5169 0 0 -9.51404 0 0 -178.513 -60.757 -76.09 -36.1709 -72.481 23.9975 -51
-STDOUT_22284=0 -10.1342 0 0 -9.4401 0 0 -178.513 -57.7075 -76.09 -35.6157 -72.481 23.9975 -51
-STDOUT_22285=0 -9.70211 0 0 -9.72684 0 0 -178.513 -60.3292 -76.09 -35.8112 -72.481 23.9975 -51
-STDOUT_22286=0 -9.32658 0 0 -9.91009 0 0 -178.513 -60.1505 -76.09 -36.262 -72.481 23.9975 -51
-STDOUT_22287=0 -9.29235 0 0 -8.88365 0 0 -178.513 -57.3395 -76.09 -36.7766 -72.481 22.9976 -51
-STDOUT_22288=0 -9.65561 0 0 -10.0573 0 0 -178.513 -60.2076 -76.09 -36.2563 -72.481 24.9974 -51
-STDOUT_22289=0 -8.70608 0 0 -9.17039 0 0 -178.513 -59.9504 -76.09 -37.2037 -72.481 22.9976 -51
-STDOUT_22290=0 -9.32333 0 0 -9.09645 0 0 -178.513 -56.901 -76.09 -36.6485 -72.481 22.9976 -51
-STDOUT_22291=0 -10.5047 0 0 -9.9401 0 0 -178.513 -60.3043 -76.09 -35.7459 -72.481 25.9973 -51
-STDOUT_22292=0 -9.56877 0 0 -9.05184 0 0 -178.513 -58.3722 -76.09 -36.2429 -72.481 22.9976 -51
-STDOUT_22293=0 -9.13672 0 0 -9.33858 0 0 -178.513 -60.9939 -76.09 -36.4383 -72.481 22.9976 -51
-STDOUT_22294=0 -9.92058 0 0 -9.91237 0 0 -178.39 -58.798 -76.09 -32.0391 -69.6801 23.9975 -50
-STDOUT_22295=0 -9.75398 0 0 -9.26464 0 0 -178.513 -57.9444 -76.09 -35.8831 -72.481 22.9976 -51
-STDOUT_22296=0 -10.5278 0 0 -9.61382 0 0 -178.513 -59.3437 -76.09 -34.9672 -72.481 23.9975 -51
-STDOUT_22297=0 -8.76119 0 0 -9.52182 0 0 -178.513 -60.8151 -76.09 -36.8891 -72.481 22.9976 -51
-STDOUT_22298=0 -9.37845 0 0 -9.44788 0 0 -178.513 -57.7657 -76.09 -36.3339 -72.481 22.9976 -51
-STDOUT_22299=0 -9.09022 0 0 -9.66907 0 0 -178.513 -60.8723 -76.09 -36.8834 -72.481 23.9975 -51
-STDOUT_22300=0 -9.96815 0 0 -10.0846 0 0 -178.513 -59.2864 -76.09 -36.0059 -72.481 24.9974 -51
-STDOUT_22301=0 -9.53594 0 0 -9.7399 0 0 -179.653 -54.9801 -75.594 -34.7339 -73.4252 22.9976 -51
-STDOUT_22302=0 -9.70748 0 0 -9.59513 0 0 -178.513 -57.8229 -76.09 -36.3282 -72.481 23.9975 -51
-STDOUT_22303=0 -9.27543 0 0 -9.88188 0 0 -178.513 -60.4446 -76.09 -36.5237 -72.481 23.9975 -51
-STDOUT_22304=0 -8.75795 0 0 -8.70819 0 0 -178.513 -57.5656 -76.09 -37.2756 -72.481 21.9977 -51
-STDOUT_22305=0 -9.38347 0 0 -9.49566 0 0 -177.191 -56.8942 -78.6991 -34.5655 -75.0266 23.9975 -51
-STDOUT_22306=0 -9.9393 0 0 -9.55184 0 0 -178.513 -60.9689 -76.09 -36.373 -72.481 24.9974 -51
-STDOUT_22307=0 -10.5566 0 0 -9.4779 0 0 -178.513 -57.9195 -76.09 -35.8178 -72.481 24.9974 -51
-STDOUT_22308=0 -9.35519 0 0 -9.52411 0 0 -178.39 -59.4627 -76.09 -32.6663 -69.6801 22.9976 -50
-STDOUT_22309=0 -9.18859 0 0 -8.87638 0 0 -178.513 -58.6091 -76.09 -36.5102 -72.481 21.9977 -51
-STDOUT_22310=0 -9.96242 0 0 -9.22556 0 0 -178.513 -60.0084 -76.09 -35.5943 -72.481 22.9976 -51
-STDOUT_22311=0 -9.97028 0 0 -9.76464 0 0 -178.513 -60.5304 -76.09 -36.2449 -72.481 24.9974 -51
-STDOUT_22312=0 -9.56323 0 0 -9.57484 0 0 -180.494 -59.6187 -76.09 -38.8308 -74.6199 23.9975 -52
-STDOUT_22313=0 -9.97245 0 0 -9.45016 0 0 -178.39 -56.4132 -76.09 -32.1111 -69.6801 22.9976 -50
-STDOUT_22314=0 -10.5797 0 0 -9.15162 0 0 -178.513 -56.959 -76.09 -35.0392 -72.481 22.9976 -51
-STDOUT_22315=0 -9.5404 0 0 -9.73691 0 0 -178.39 -59.0349 -76.09 -32.3065 -69.6801 22.9976 -50
-STDOUT_22316=0 -10.1476 0 0 -9.43836 0 0 -178.513 -59.5806 -76.09 -35.2346 -72.481 22.9976 -51
-STDOUT_22317=0 -9.74897 0 0 -9.94788 0 0 -178.513 -60.3624 -76.09 -36.4641 -72.481 24.9974 -51
-STDOUT_22318=0 -8.81306 0 0 -9.05962 0 0 -178.513 -58.4304 -76.09 -36.961 -72.481 21.9977 -51
-STDOUT_22319=0 -9.40276 0 0 -9.69633 0 0 -178.513 -59.9511 -76.09 -36.633 -72.481 23.9975 -51
-STDOUT_22320=0 -8.97055 0 0 -9.35164 0 0 -179.653 -55.6448 -75.594 -35.361 -73.4252 21.9977 -51
-STDOUT_22321=0 -10.078 0 0 -10.0951 0 0 -178.513 -60.4196 -76.09 -36.4584 -72.481 25.9973 -51
-STDOUT_22322=0 -9.14209 0 0 -9.20687 0 0 -178.513 -58.4875 -76.09 -36.9553 -72.481 22.9976 -51
-STDOUT_22323=0 -10.02 0 0 -9.62239 0 0 -178.513 -56.9016 -76.09 -36.0779 -72.481 23.9975 -51
-STDOUT_22324=0 -9.5878 0 0 -9.2777 0 0 -179.653 -52.5953 -75.594 -34.8059 -73.4252 21.9977 -51
-STDOUT_22325=0 -8.71004 0 0 -9.49361 0 0 -178.513 -61.1092 -76.09 -37.1508 -72.481 22.9976 -51
-STDOUT_22326=0 -9.58797 0 0 -9.90913 0 0 -178.513 -59.5233 -76.09 -36.2733 -72.481 23.9975 -51
-STDOUT_22327=0 -8.81809 0 0 -9.10739 0 0 -177.191 -57.5588 -78.6991 -35.1926 -75.0266 22.9976 -51
-STDOUT_22328=0 -9.15576 0 0 -9.56444 0 0 -179.653 -55.217 -75.594 -35.0013 -73.4252 21.9977 -51
-STDOUT_22329=0 -10.4365 0 0 -9.61155 0 0 -178.39 -58.5293 -76.09 -31.7822 -69.6801 23.9975 -50
-STDOUT_22330=0 -9.3273 0 0 -9.41967 0 0 -178.513 -58.0598 -76.09 -36.5956 -72.481 22.9976 -51
-STDOUT_22331=0 -9.43534 0 0 -9.03345 0 0 -177.191 -54.5094 -78.6991 -34.6375 -75.0266 22.9976 -51
-STDOUT_22332=0 -10.0254 0 0 -10.1161 0 0 -178.513 -61.3951 -76.09 -35.9303 -72.481 24.9974 -51
-STDOUT_22333=0 -9.00329 0 0 -9.32019 0 0 -177.191 -57.1311 -78.6991 -34.8329 -75.0266 22.9976 -51
-STDOUT_22334=0 -9.99117 0 0 -9.08963 0 0 -178.513 -58.5842 -76.09 -36.4449 -72.481 23.9975 -51
-STDOUT_22335=0 -10.0239 0 0 -11.2261 0 0 -178.813 -60.7437 -76.09 -38.5857 -75.2819 24.9974 -52
-STDOUT_22336=0 -10.3544 0 0 -10.2633 0 0 -178.513 -61.4523 -76.09 -35.9246 -72.481 25.9973 -51
-STDOUT_22337=0 -9.4049 0 0 -9.37638 0 0 -178.513 -61.1951 -76.09 -36.872 -72.481 23.9975 -51
-STDOUT_22338=0 -8.99784 0 0 -9.18658 0 0 -180.494 -60.2834 -76.09 -39.4579 -74.6199 22.9976 -52
-STDOUT_22339=0 -10.343 0 0 -9.95016 0 0 -178.39 -59.01 -76.09 -32.2412 -69.6801 24.9974 -50
-STDOUT_22340=0 -9.40706 0 0 -9.0619 0 0 -178.39 -57.0779 -76.09 -32.7382 -69.6801 21.9977 -50
-STDOUT_22341=0 -10.9502 0 0 -9.65162 0 0 -178.513 -59.5557 -76.09 -35.1693 -72.481 24.9974 -51
-STDOUT_22342=0 -10.0143 0 0 -8.76335 0 0 -178.513 -57.6236 -76.09 -35.6663 -72.481 21.9977 -51
-STDOUT_22343=0 -10.0222 0 0 -9.30243 0 0 -178.513 -58.1456 -76.09 -36.3169 -72.481 23.9975 -51
-STDOUT_22344=0 -9.6151 0 0 -9.11264 0 0 -180.494 -57.234 -76.09 -38.9028 -74.6199 22.9976 -52
-STDOUT_22345=0 -8.97501 0 0 -9.34864 0 0 -178.39 -59.6996 -76.09 -32.9336 -69.6801 21.9977 -50
-STDOUT_22346=0 -9.58224 0 0 -9.05009 0 0 -178.513 -60.2453 -76.09 -35.8617 -72.481 21.9977 -51
-STDOUT_22347=0 -9.18305 0 0 -9.39938 0 0 -180.494 -59.8556 -76.09 -39.0982 -74.6199 22.9976 -52
-STDOUT_22348=0 -9.18359 0 0 -9.55962 0 0 -178.513 -61.0271 -76.09 -37.0912 -72.481 23.9975 -51
-STDOUT_22349=0 -9.59227 0 0 -9.2747 0 0 -178.39 -56.6501 -76.09 -32.3784 -69.6801 21.9977 -50
-STDOUT_22350=0 -10.1995 0 0 -8.97615 0 0 -178.513 -57.1959 -76.09 -35.3065 -72.481 21.9977 -51
-STDOUT_22351=0 -9.80084 0 0 -9.48568 0 0 -178.513 -57.9777 -76.09 -36.536 -72.481 23.9975 -51
-STDOUT_22352=0 -9.51262 0 0 -9.70687 0 0 -178.513 -61.0843 -76.09 -37.0855 -72.481 24.9974 -51
-STDOUT_22353=0 -10.3905 0 0 -10.1224 0 0 -178.513 -59.4984 -76.09 -36.208 -72.481 25.9973 -51
-STDOUT_22354=0 -9.95833 0 0 -9.7777 0 0 -179.653 -55.1921 -75.594 -34.936 -73.4252 23.9975 -51
-STDOUT_22355=0 -9.45463 0 0 -9.23412 0 0 -178.513 -57.5663 -76.09 -36.705 -72.481 22.9976 -51
-STDOUT_22356=0 -9.83153 0 0 -10.3188 0 0 -178.39 -60.2987 -76.09 -32.0785 -69.6801 23.9975 -50
-STDOUT_22357=0 -9.02242 0 0 -8.88943 0 0 -179.653 -53.26 -75.594 -35.433 -73.4252 20.9978 -51
-STDOUT_22358=0 -10.1299 0 0 -9.63293 0 0 -178.513 -58.0348 -76.09 -36.5303 -72.481 24.9974 -51
-STDOUT_22359=0 -9.02258 0 0 -9.52086 0 0 -178.513 -60.188 -76.09 -36.9004 -72.481 22.9976 -51
-STDOUT_22360=0 -10.6194 0 0 -10.1161 0 0 -178.39 -60.0427 -76.09 -31.7075 -69.6801 24.9974 -50
-STDOUT_22361=0 -8.59037 0 0 -9.17618 0 0 -179.653 -55.8817 -75.594 -35.6284 -73.4252 20.9978 -51
-STDOUT_22362=0 -9.87115 0 0 -9.22328 0 0 -178.39 -59.194 -76.09 -32.4094 -69.6801 22.9976 -50
-STDOUT_22363=0 -9.80587 0 0 -9.53345 0 0 -177.191 -57.1061 -78.6991 -34.7676 -75.0266 24.9974 -51
-STDOUT_22364=0 -8.76191 0 0 -9.03141 0 0 -178.513 -58.7245 -76.09 -37.2227 -72.481 21.9977 -51
-STDOUT_22365=0 -9.63984 0 0 -9.44692 0 0 -178.513 -57.1386 -76.09 -36.3452 -72.481 22.9976 -51
-STDOUT_22366=0 -8.86996 0 0 -8.64519 0 0 -177.191 -55.1741 -78.6991 -35.2646 -75.0266 21.9977 -51
-STDOUT_22367=0 -9.20762 0 0 -9.10223 0 0 -179.653 -52.8323 -75.594 -35.0732 -73.4252 20.9978 -51
-STDOUT_22368=0 -10.4884 0 0 -9.14934 0 0 -178.39 -56.1445 -76.09 -31.8542 -69.6801 22.9976 -50
-STDOUT_22369=0 -9.5436 0 0 -9.91967 0 0 -178.513 -60.6458 -76.09 -36.9574 -72.481 24.9974 -51
-STDOUT_22370=-236 0 -0.510826 -44.3089 0 -0.11212 -50.9828 -237.74 -98.8712 -87.1323 -43.5127 -39.034 41.9957 -43
-STDOUT_22371=-236 0 -0.510826 -44.232 0 -0.11212 -50.6247 -237.271 -98.3578 -86.9028 -44.0207 -40.017 41.9957 -43
-STDOUT_22372=-236 0 -0.510826 -45.4075 0 -0.11212 -50.9828 -241.635 -95.809 -83.9801 -43.5127 -39.8813 41.9957 -44
-STDOUT_22373=-236 0 -0.510826 -45.3306 0 -0.11212 -50.6247 -241.195 -95.2956 -83.7506 -44.0207 -40.8643 41.9957 -44
-STDOUT_22374=-236 0 -0.510826 -45.767 0 -0.11212 -50.6448 -242.221 -94.3833 -82.9994 -43.6295 -40.5376 41.9957 -44
-STDOUT_22375=-236 0 -0.510826 -45.4413 0 -0.11212 -49.414 -232.928 -101.15 -89.4719 -43.2197 -42.0549 41.9957 -43
-STDOUT_22376=-236 0 -0.510826 -45.3644 0 -0.11212 -49.0559 -232.458 -100.636 -89.2424 -43.7278 -43.0379 41.9957 -43
-STDOUT_22377=-236 0 -0.510826 -46.5399 0 -0.11212 -49.414 -236.822 -98.0875 -86.3197 -43.2197 -42.9022 41.9957 -44
-STDOUT_22378=-236 0 -0.510826 -44.2104 0 -0.11212 -52.1507 -237.936 -98.9844 -87.5438 -43.3777 -38.9033 41.9957 -43
-STDOUT_22379=-236 0 -0.510826 -45.3306 0 -0.11212 -50.6247 -240.693 -94.6819 -83.4139 -44.0207 -40.017 41.9957 -43
-STDOUT_22380=-236 0 -0.510826 -45.7421 0 -0.11212 -51.0525 -245.337 -91.6295 -80.4256 -43.5255 -40.5569 41.9957 -44
-STDOUT_22381=-236 0 -0.510826 -44.3044 0 -0.11212 -50.9437 -235.688 -100.683 -88.8785 -44.1765 -39.7088 41.9957 -43
-STDOUT_22382=-236 0 -0.510826 -44.1335 0 -0.11212 -51.7926 -237.466 -98.471 -87.3142 -43.8857 -39.8863 41.9957 -43
-STDOUT_22383=-236 0 -0.510826 -46.463 0 -0.11212 -49.0559 -236.382 -97.5741 -86.0902 -43.7278 -43.8852 41.9957 -44
-STDOUT_22384=-236 0 -0.510826 -44.2275 0 -0.11212 -50.5855 -235.218 -100.17 -88.6489 -44.6845 -40.6919 41.9957 -43
-STDOUT_22385=-236 0 -0.510826 -46.8994 0 -0.11212 -49.076 -237.408 -96.6617 -85.339 -43.3365 -43.5585 41.9957 -44
-STDOUT_22386=-236 0 -0.510826 -45.309 0 -0.11212 -52.1507 -241.83 -95.9222 -84.3916 -43.3777 -39.7506 41.9957 -44
-STDOUT_22387=-236 0 -0.510826 -45.403 0 -0.11212 -50.9437 -239.582 -97.6212 -85.7263 -44.1765 -40.5561 41.9957 -44
-STDOUT_22388=-236 0 -0.510826 -43.2029 0 -0.11212 -51.1443 -233.434 -101.821 -90.2565 -45.7011 -41.1976 41.9957 -43
-STDOUT_22389=-236 0 -0.510826 -45.2321 0 -0.11212 -51.7926 -241.39 -95.4088 -84.162 -43.8857 -40.7336 41.9957 -44
-STDOUT_22390=-236 0 -0.510826 -43.126 0 -0.11212 -50.7862 -232.965 -101.308 -90.0269 -46.2091 -42.1806 41.9957 -43
-STDOUT_22391=-236 0 -0.510826 -45.3261 0 -0.11212 -50.5855 -239.142 -97.1078 -85.4967 -44.6845 -41.5392 41.9957 -44
-STDOUT_22392=-236 0 -0.510826 -45.6684 0 -0.11212 -51.8128 -242.416 -94.4964 -83.4109 -43.4944 -40.4069 41.9957 -44
-STDOUT_22393=-236 0 -0.510826 -45.3428 0 -0.11212 -50.5819 -233.123 -101.263 -89.8834 -43.0847 -41.9242 41.9957 -43
-STDOUT_22394=-236 0 -0.510826 -45.7625 0 -0.11212 -50.6057 -240.169 -96.1954 -84.7456 -44.2933 -41.2125 41.9957 -44
-STDOUT_22395=-236 0 -0.510826 -46.463 0 -0.11212 -49.0559 -235.88 -96.9603 -85.7536 -43.7278 -43.0379 41.9957 -43
-STDOUT_22396=-236 0 -0.510826 -46.2715 0 -0.11212 -51.3909 -229.096 -102.339 -91.6725 -43.1068 -40.6324 41.9957 -42
-STDOUT_22397=-236 0 -0.510826 -44.3956 0 -0.11212 -50.9875 -236.173 -100.118 -87.7613 -47.1147 -41.1148 41.9957 -44
-STDOUT_22398=-236 0 -0.510826 -44.6684 0 -0.11212 -50.6448 -239.419 -97.4455 -86.1516 -43.6295 -39.6903 41.9957 -43
-STDOUT_22399=-236 0 -0.510826 -46.8745 0 -0.11212 -49.4837 -240.524 -93.908 -82.7652 -43.2325 -43.5778 41.9957 -44
-STDOUT_22400=-236 0 -0.510826 -45.4368 0 -0.11212 -49.3749 -230.875 -102.962 -91.2181 -43.8835 -42.7298 41.9957 -43
-STDOUT_22401=-236 0 -0.510826 -45.2659 0 -0.11212 -50.2238 -232.653 -100.749 -89.6539 -43.5927 -42.9072 41.9957 -43
-STDOUT_22402=-236 0 -0.510826 -44.3015 0 -0.11212 -51.1443 -237.329 -98.7588 -87.1043 -45.7011 -42.0449 41.9957 -44
-STDOUT_22403=-236 0 -0.510826 -45.4075 0 -0.11212 -50.9828 -241.775 -95.1952 -83.6435 -43.5127 -39.034 41.9957 -43
-STDOUT_22404=-236 0 -0.510826 -46.1946 0 -0.11212 -51.0327 -228.627 -101.825 -91.4429 -43.6148 -41.6154 41.9957 -42
-STDOUT_22405=-236 0 -0.510826 -44.3187 0 -0.11212 -50.6294 -235.704 -99.6043 -87.5317 -47.6227 -42.0978 41.9957 -44
-STDOUT_22406=-236 0 -0.510826 -45.3599 0 -0.11212 -49.0168 -230.405 -102.448 -90.9886 -44.3915 -43.7128 41.9957 -43
-STDOUT_22407=-236 0 -0.510826 -44.2246 0 -0.11212 -50.7862 -236.889 -98.2454 -86.8748 -46.2091 -43.0279 41.9957 -44
-STDOUT_22408=-236 0 -0.510826 -46.45 0 -0.11212 -52.2828 -239.473 -97.0871 -87.1323 -38.969 -36.8951 41.9957 -42
-STDOUT_22409=-236 0 -0.510826 -46.3731 0 -0.11212 -51.9246 -239.003 -96.5737 -86.9028 -39.477 -37.8782 41.9957 -42
-STDOUT_22410=-236 0 -0.510826 -46.4414 0 -0.11212 -50.5819 -237.017 -98.2007 -86.7312 -43.0847 -42.7715 41.9957 -44
-STDOUT_22411=-236 0 -0.510826 -47.3701 0 -0.11212 -51.3909 -232.991 -99.2764 -88.5203 -43.1068 -41.4797 41.9957 -43
-STDOUT_22412=-236 0 -0.510826 -44.661 0 -0.11212 -50.8063 -237.915 -97.333 -86.1236 -45.8178 -42.7012 41.9957 -44
-STDOUT_22413=-236 0 -0.510826 -45.4943 0 -0.11212 -50.9875 -240.068 -97.0555 -84.6091 -47.1147 -41.9621 41.9957 -45
-STDOUT_22414=-236 0 -0.510826 -44.4548 0 -0.11212 -50.2778 -234.437 -101.326 -90.8878 -41.9166 -39.3565 41.9957 -42
-STDOUT_22415=-236 0 -0.510826 -45.2321 0 -0.11212 -51.7926 -240.889 -94.795 -83.8254 -43.8857 -39.8863 41.9957 -43
-STDOUT_22416=-236 0 -0.510826 -46.5354 0 -0.11212 -49.3749 -234.769 -99.8997 -88.0659 -43.8835 -43.5771 41.9957 -44
-STDOUT_22417=-236 0 -0.510826 -44.3353 0 -0.11212 -49.5755 -228.622 -104.099 -92.5961 -45.4081 -44.2185 41.9957 -43
-STDOUT_22418=-236 0 -0.510826 -45.8486 0 -0.11212 -51.2048 -240.406 -95.8436 -84.3149 -44.4333 -41.2967 41.9957 -44
-STDOUT_22419=-236 0 -0.510826 -45.6436 0 -0.11212 -52.2204 -245.532 -91.7427 -80.837 -43.3905 -40.4262 41.9957 -44
-STDOUT_22420=-236 0 -0.510826 -44.2059 0 -0.11212 -52.1116 -235.883 -100.797 -89.29 -44.0415 -39.5781 41.9957 -43
-STDOUT_22421=-236 0 -0.510826 -46.3645 0 -0.11212 -50.2238 -236.577 -97.6873 -86.5017 -43.5927 -43.7545 41.9957 -44
-STDOUT_22422=-236 0 -0.510826 -44.3778 0 -0.11212 -49.9197 -233.968 -100.813 -90.6583 -42.4246 -40.3395 41.9957 -42
-STDOUT_22423=-236 0 -0.510826 -45.3261 0 -0.11212 -50.5855 -238.641 -96.494 -85.1601 -44.6845 -40.6919 41.9957 -43
-STDOUT_22424=-236 0 -0.510826 -44.2059 0 -0.11212 -52.1116 -235.923 -100.797 -89.29 -44.0415 -39.5781 41.9957 -43
-STDOUT_22425=-236 0 -0.510826 -47.2932 0 -0.11212 -51.0327 -232.551 -98.763 -88.2907 -43.6148 -42.4627 41.9957 -43
-STDOUT_22426=-236 0 -0.510826 -45.4174 0 -0.11212 -50.6294 -239.628 -96.5421 -84.3795 -47.6227 -42.9451 41.9957 -45
-STDOUT_22427=-236 0 -0.510826 -45.7376 0 -0.11212 -51.0134 -243.284 -93.4417 -82.1717 -44.1893 -41.2318 41.9957 -44
-STDOUT_22428=-236 0 -0.510826 -44.2584 0 -0.11212 -49.2174 -228.152 -103.586 -92.3666 -45.9161 -45.2015 41.9957 -43
-STDOUT_22429=-236 0 -0.510826 -44.129 0 -0.11212 -51.7535 -235.414 -100.283 -89.0604 -44.5495 -40.5612 41.9957 -43
-STDOUT_22430=-236 0 -0.510826 -46.4585 0 -0.11212 -49.0168 -234.33 -99.3863 -87.8364 -44.3915 -44.5601 41.9957 -44
-STDOUT_22431=-236 0 -0.510826 -47.5486 0 -0.11212 -52.2828 -243.367 -94.0249 -83.9801 -38.969 -37.7424 41.9957 -43
-STDOUT_22432=-236 0 -0.510826 -44.129 0 -0.11212 -51.7535 -235.454 -100.283 -89.0604 -44.5495 -40.5612 41.9957 -43
-STDOUT_22433=-236 0 -0.510826 -46.8008 0 -0.11212 -50.244 -237.604 -96.7749 -85.7505 -43.2015 -43.4278 41.9957 -44
-STDOUT_22434=-236 0 -0.510826 -47.7296 0 -0.11212 -51.0529 -233.577 -97.8507 -87.5396 -43.2235 -42.136 41.9957 -43
-STDOUT_22435=-236 0 -0.510826 -45.8537 0 -0.11212 -50.6495 -240.654 -95.6297 -83.6284 -47.2314 -42.6184 41.9957 -45
-STDOUT_22436=-236 0 -0.510826 -46.8949 0 -0.11212 -49.0369 -235.356 -98.4739 -87.0852 -44.0003 -44.2334 41.9957 -44
-STDOUT_22437=-236 0 -0.510826 -47.4717 0 -0.11212 -51.9246 -242.928 -93.5115 -83.7506 -39.477 -38.7255 41.9957 -43
-STDOUT_22438=-236 0 -0.510826 -45.528 0 -0.11212 -49.4187 -231.361 -102.396 -90.1009 -46.8217 -44.1357 41.9957 -44
-STDOUT_22439=-236 0 -0.510826 -45.5534 0 -0.11212 -50.2778 -238.332 -98.2642 -87.7356 -41.9166 -40.2038 41.9957 -43
-STDOUT_22440=-236 0 -0.510826 -45.8008 0 -0.11212 -49.076 -234.606 -99.7239 -88.4912 -43.3365 -42.7112 41.9957 -43
-STDOUT_22441=-236 0 -0.510826 -45.4339 0 -0.11212 -49.5755 -232.516 -101.037 -89.4439 -45.4081 -45.0658 41.9957 -44
-STDOUT_22442=-236 0 -0.510826 -45.3045 0 -0.11212 -52.1116 -239.778 -97.7344 -86.1378 -44.0415 -40.4254 41.9957 -44
-STDOUT_22443=-236 0 -0.510826 -46.5399 0 -0.11212 -49.414 -236.962 -97.4737 -85.9831 -43.2197 -42.0549 41.9957 -43
-STDOUT_22444=-236 0 -0.510826 -45.4511 0 -0.11212 -49.0606 -230.891 -101.883 -89.8714 -47.3297 -45.1187 41.9957 -44
-STDOUT_22445=-236 0 -0.510826 -44.9379 0 -0.11212 -50.7087 -236.173 -99.5652 -87.7613 -47.6133 -41.1148 41.9957 -44
-STDOUT_22446=-236 0 -0.510826 -45.3045 0 -0.11212 -52.1116 -239.818 -97.7344 -86.1378 -44.0415 -40.4254 41.9957 -44
-STDOUT_22447=-236 0 -0.510826 -44.2246 0 -0.11212 -50.7862 -236.387 -97.6316 -86.5381 -46.2091 -42.1806 41.9957 -43
-STDOUT_22448=-236 0 -0.510826 -47.9081 0 -0.11212 -51.9448 -243.954 -92.5991 -82.9994 -39.0857 -38.3987 41.9957 -43
-STDOUT_22449=-236 0 -0.510826 -45.4765 0 -0.11212 -49.9197 -237.892 -97.7508 -87.5061 -42.4246 -41.1868 41.9957 -43
-STDOUT_22450=-236 0 -0.510826 -44.6362 0 -0.11212 -51.214 -241.031 -94.5793 -83.5497 -45.7139 -42.7205 41.9957 -44
-STDOUT_22451=-236 0 -0.510826 -43.1984 0 -0.11212 -51.1051 -231.382 -103.633 -92.0027 -46.3649 -41.8724 41.9957 -43
-STDOUT_22452=-236 0 -0.510826 -44.861 0 -0.11212 -50.3506 -235.704 -99.0518 -87.5317 -48.1213 -42.0978 41.9957 -44
-STDOUT_22453=-236 0 -0.510826 -45.357 0 -0.11212 -49.2174 -232.076 -100.524 -89.2144 -45.9161 -46.0488 41.9957 -44
-STDOUT_22454=-236 0 -0.510826 -45.2276 0 -0.11212 -51.7535 -239.338 -97.221 -85.9082 -44.5495 -41.4085 41.9957 -44
-STDOUT_22455=-236 0 -0.510826 -45.2276 0 -0.11212 -51.7535 -239.378 -97.221 -85.9082 -44.5495 -41.4085 41.9957 -44
-STDOUT_22456=-236 0 -0.510826 -43.1215 0 -0.11212 -50.747 -230.912 -103.12 -91.7731 -46.8729 -42.8555 41.9957 -43
-STDOUT_22457=-236 0 -0.510826 -45.9128 0 -0.11212 -49.9399 -238.918 -96.8385 -86.7549 -42.0333 -40.8601 41.9957 -43
-STDOUT_22458=-236 0 -0.510826 -44.4093 0 -0.11212 -50.5043 -236.939 -99.9465 -89.4719 -41.4227 -39.0211 41.9957 -42
-STDOUT_22459=-236 0 -0.510826 -45.7934 0 -0.11212 -49.2375 -233.102 -99.6115 -88.4632 -45.5248 -45.7221 41.9957 -44
-STDOUT_22460=-236 0 -0.510826 -46.6267 0 -0.11212 -49.4187 -235.255 -99.334 -86.9487 -46.8217 -44.983 41.9957 -45
-STDOUT_22461=-236 0 -0.510826 -45.664 0 -0.11212 -51.7736 -240.364 -96.3086 -85.1571 -44.1582 -41.0817 41.9957 -44
-STDOUT_22462=-236 0 -0.510826 -46.3645 0 -0.11212 -50.2238 -236.076 -97.0735 -86.165 -43.5927 -42.9072 41.9957 -43
-STDOUT_22463=-236 0 -0.510826 -46.173 0 -0.11212 -52.5588 -229.292 -102.452 -92.084 -42.9718 -40.5016 41.9957 -42
-STDOUT_22464=-236 0 -0.510826 -44.2971 0 -0.11212 -52.1554 -236.369 -100.231 -88.1727 -46.9797 -40.9841 41.9957 -44
-STDOUT_22465=-236 0 -0.510826 -44.3324 0 -0.11212 -50.1462 -236.469 -99.4332 -89.2424 -41.9307 -40.0041 41.9957 -42
-STDOUT_22466=-236 0 -0.510826 -45.664 0 -0.11212 -51.7736 -240.404 -96.3086 -85.1571 -44.1582 -41.0817 41.9957 -44
-STDOUT_22467=-236 0 -0.510826 -44.5698 0 -0.11212 -51.8128 -239.615 -97.5586 -86.5631 -43.4944 -39.5596 41.9957 -43
-STDOUT_22468=-236 0 -0.510826 -46.981 0 -0.11212 -49.6361 -235.593 -98.1221 -86.6546 -44.1403 -44.3176 41.9957 -44
-STDOUT_22469=-236 0 -0.510826 -46.776 0 -0.11212 -50.6516 -240.719 -94.0212 -83.1767 -43.0975 -43.4471 41.9957 -44
-STDOUT_22470=-14 -8.00562 0 -8.60479 -4.75687 0 -8.37858 -157.458 -64.6551 -81.9708 -29.9385 -38.143 20.9978 -40
-STDOUT_22471=-14 -8.17026 0 -8.60479 -4.59416 0 -8.37858 -157.458 -63.4917 -81.9708 -31.2692 -38.143 20.9978 -40
-STDOUT_22472=-8 -7.64727 0 -4.98668 -5.77477 0 -4.86312 -165.167 -59.1479 -78.6265 -28.9126 -39.2779 19.9979 -41
-STDOUT_22473=-14 -7.88329 0 -8.60479 -4.60308 0 -8.37858 -158.529 -62.8896 -81.9236 -33.8042 -38.0635 20.9978 -41
-STDOUT_22474=-8 -7.81191 0 -4.98668 -5.61206 0 -4.86312 -165.167 -57.9845 -78.6265 -30.2433 -39.2779 19.9979 -41
-STDOUT_22475=-8 -7.52494 0 -4.98668 -5.62098 0 -4.86312 -166.238 -57.3823 -78.5793 -32.7784 -39.1984 19.9979 -42
-STDOUT_22476=-14 -8.38581 0 -8.60479 -4.93233 0 -8.37858 -157.458 -64.4182 -81.9708 -29.6711 -38.143 21.9977 -40
-STDOUT_22477=-14 -8.55044 0 -8.60479 -4.76962 0 -8.37858 -157.458 -63.2548 -81.9708 -31.0018 -38.143 21.9977 -40
-STDOUT_22478=-14 -7.27628 0 -8.44642 -4.25614 0 -7.09831 -163.97 -60.0532 -81.9708 -27.3928 -38.143 18.998 -40
-STDOUT_22479=-14 -7.44092 0 -8.44642 -4.09343 0 -7.09831 -163.97 -58.8898 -81.9707 -28.7235 -38.143 18.998 -40
-STDOUT_22480=-8 -8.02746 0 -4.98668 -5.95023 0 -4.86312 -165.167 -58.911 -78.6265 -28.6453 -39.278 20.9978 -41
-STDOUT_22481=-14 -8.01023 0 -8.60479 -4.72765 0 -8.37858 -157.458 -63.7562 -81.9708 -31.9137 -38.143 20.9978 -40
-STDOUT_22482=-14 -8.26347 0 -8.60479 -4.77854 0 -8.37858 -158.529 -62.6526 -81.9236 -33.5369 -38.0635 21.9977 -41
-STDOUT_22483=-14 -8.2738 0 -8.60479 -4.79467 0 -8.37858 -157.458 -64.8563 -81.9708 -30.3722 -38.143 21.9977 -40
-STDOUT_22484=-8 -8.19209 0 -4.98668 -5.78752 0 -4.86312 -165.167 -57.7476 -78.6265 -29.976 -39.278 20.9978 -41
-STDOUT_22485=-8 -6.91793 0 -4.82831 -5.27404 0 -3.58285 -171.679 -54.5459 -78.6265 -26.3669 -39.2779 17.9981 -41
-STDOUT_22486=-14 -8.43843 0 -8.60479 -4.63196 0 -8.37858 -157.458 -63.6929 -81.9708 -31.7029 -38.143 21.9977 -40
-STDOUT_22487=-14 -7.15395 0 -8.44642 -4.10235 0 -7.09831 -165.041 -58.2876 -81.9235 -31.2585 -38.0635 18.998 -41
-STDOUT_22488=-14 -9.39649 0 -8.60479 -4.83055 0 -8.37858 -157.458 -64.0766 -81.9708 -30.2482 -38.143 20.9978 -40
-STDOUT_22489=-8 -7.08257 0 -4.82831 -5.11133 0 -3.58285 -171.679 -53.3826 -78.6265 -27.6976 -39.2779 17.9981 -41
-STDOUT_22490=-8 -7.65188 0 -4.98668 -5.74555 0 -4.86312 -165.167 -58.249 -78.6265 -30.8879 -39.278 19.9979 -41
-STDOUT_22491=-8 -7.90512 0 -4.98668 -5.79644 0 -4.86312 -166.238 -57.1454 -78.5793 -32.511 -39.1984 20.9978 -42
-STDOUT_22492=-8 -7.91545 0 -4.98668 -5.81256 0 -4.86312 -165.167 -59.3491 -78.6265 -29.3464 -39.2779 20.9978 -41
-STDOUT_22493=-14 -8.15146 0 -8.60479 -4.64088 0 -8.37858 -158.529 -63.0908 -81.9236 -34.238 -38.0635 21.9977 -41
-STDOUT_22494=-14 -9.4085 0 -8.60479 -5.0049 0 -8.37858 -157.458 -62.2101 -81.9708 -30.6957 -38.143 20.9978 -40
-STDOUT_22495=-8 -8.08008 0 -4.98668 -5.64986 0 -4.86312 -165.167 -58.1857 -78.6265 -30.6771 -39.2779 20.9978 -41
-STDOUT_22496=-8 -6.7956 0 -4.82831 -5.12025 0 -3.58285 -172.75 -52.7804 -78.5793 -30.2327 -39.1984 17.9981 -42
-STDOUT_22497=-14 -9.29552 0 -8.60479 -5.03759 0 -8.37858 -157.458 -65.4333 -81.9708 -28.8038 -38.143 20.9978 -40
-STDOUT_22498=-8 -9.03814 0 -4.98668 -5.84845 0 -4.86312 -165.167 -58.5694 -78.6265 -29.2224 -39.278 19.9979 -41
-STDOUT_22499=-14 -7.81493 0 -8.60479 -5.08312 0 -8.37858 -157.458 -65.5553 -81.9708 -29.3854 -38.143 21.9977 -40
-STDOUT_22500=-14 -8.10175 0 -8.60479 -4.86587 0 -8.37858 -158.529 -64.7777 -81.9236 -32.4094 -38.0635 21.9977 -41
-STDOUT_22501=-14 -9.46015 0 -8.60479 -4.87488 0 -8.37858 -157.458 -64.2699 -81.9708 -30.1345 -38.143 20.9978 -40
-STDOUT_22502=-14 -7.97956 0 -8.60479 -4.92041 0 -8.37858 -157.458 -64.3919 -81.9708 -30.7161 -38.143 21.9977 -40
-STDOUT_22503=-14 -8.26639 0 -8.60479 -4.70316 0 -8.37858 -158.529 -63.6143 -81.9236 -33.7402 -38.0635 21.9977 -41
-STDOUT_22504=-8 -7.79312 0 -4.98668 -5.65877 0 -4.86312 -166.238 -57.5835 -78.5793 -33.2121 -39.1984 20.9978 -42
-STDOUT_22505=-8 -9.05015 0 -4.98668 -6.0228 0 -4.86312 -165.167 -56.7029 -78.6265 -29.6698 -39.278 19.9979 -41
-STDOUT_22506=-8 -8.93717 0 -4.98668 -6.05549 0 -4.86312 -165.167 -59.926 -78.6265 -27.7779 -39.278 19.9979 -41
-STDOUT_22507=-14 -9.17319 0 -8.60479 -4.8838 0 -8.37858 -158.529 -63.6677 -81.9236 -32.6695 -38.0635 20.9978 -41
-STDOUT_22508=-14 -8.99971 0 -8.60479 -4.99326 0 -8.37858 -157.458 -65.6441 -81.9708 -29.3602 -38.143 20.9978 -40
-STDOUT_22509=-8 -7.45658 0 -4.98668 -6.10102 0 -4.86312 -165.167 -60.048 -78.6265 -28.3595 -39.2779 20.9978 -41
-STDOUT_22510=-8 -7.7434 0 -4.98668 -5.88377 0 -4.86312 -166.238 -59.2705 -78.5793 -31.3836 -39.1984 20.9978 -42
-STDOUT_22511=-8 -9.1018 0 -4.98668 -5.89278 0 -4.86312 -165.167 -58.7626 -78.6265 -29.1087 -39.278 19.9979 -41
-STDOUT_22512=-14 -7.69259 0 -8.60479 -4.92933 0 -8.37858 -158.529 -63.7897 -81.9236 -33.2511 -38.0635 21.9977 -41
-STDOUT_22513=-8 -7.77504 0 -4.98668 -6.1726 0 -4.86312 -163.846 -56.9395 -81.2356 -25.7567 -41.8235 19.9979 -41
-STDOUT_22514=-8 -7.62121 0 -4.98668 -5.93831 0 -4.86312 -165.167 -58.8847 -78.6265 -29.6903 -39.2779 20.9978 -41
-STDOUT_22515=-8 -7.90804 0 -4.98668 -5.72106 0 -4.86312 -166.238 -58.1071 -78.5793 -32.7143 -39.1984 20.9978 -42
-STDOUT_22516=-8 -7.93967 0 -4.98668 -6.00989 0 -4.86312 -163.846 -55.7761 -81.2356 -27.0874 -41.8235 19.9979 -41
-STDOUT_22517=-14 -7.82372 0 -8.60479 -4.95795 0 -8.37858 -157.458 -65.7078 -81.9708 -30.5939 -38.143 20.9978 -40
-STDOUT_22518=-8 -8.81484 0 -4.98668 -5.9017 0 -4.86312 -166.238 -58.1605 -78.5793 -31.6437 -39.1984 19.9979 -42
-STDOUT_22519=-14 -7.98835 0 -8.60479 -4.79525 0 -8.37858 -157.458 -64.5444 -81.9708 -31.9246 -38.143 20.9978 -40
-STDOUT_22520=-14 -8.25144 0 -8.60479 -5.20517 0 -8.37858 -158.529 -66.4261 -81.9236 -30.5952 -38.0635 20.9978 -41
-STDOUT_22521=-8 -8.64136 0 -4.98668 -6.01116 0 -4.86312 -165.167 -60.1369 -78.6265 -28.3343 -39.2779 19.9979 -41
-STDOUT_22522=-14 -6.90701 0 -8.60479 -4.75687 0 -7.86775 -166.345 -58.8849 -78.6265 -28.1467 -39.2779 20.9978 -41
-STDOUT_22523=-14 -8.2353 0 -8.60479 -4.7524 0 -8.37858 -160.972 -61.9667 -82.4668 -28.8724 -37.1988 19.9979 -40
-STDOUT_22524=-8 -7.33424 0 -4.98668 -5.94722 0 -4.86312 -166.238 -58.2825 -78.5793 -32.2253 -39.1984 20.9978 -42
-STDOUT_22525=-8 -7.6527 0 -4.98668 -6.01881 0 -4.86312 -164.916 -55.1739 -81.1884 -29.6224 -41.744 19.9979 -42
-STDOUT_22526=-14 -8.41607 0 -8.60479 -5.04247 0 -8.37858 -158.529 -65.2628 -81.9236 -31.926 -38.0635 20.9978 -41
-STDOUT_22527=-14 -7.07164 0 -8.60479 -4.59416 0 -7.86775 -166.345 -57.7215 -78.6265 -29.4774 -39.2779 20.9978 -41
-STDOUT_22528=-14 -8.30783 0 -8.60479 -5.05138 0 -8.37858 -158.529 -65.1445 -81.9236 -32.0697 -38.0635 20.9978 -41
-STDOUT_22529=-8 -7.46537 0 -4.98668 -5.97585 0 -4.86312 -165.167 -60.2006 -78.6265 -29.5681 -39.2779 19.9979 -41
-STDOUT_22530=-14 -7.70139 0 -8.60479 -4.80416 0 -8.37858 -158.529 -63.9422 -81.9236 -34.4597 -38.0635 20.9978 -41
-STDOUT_22531=-8 -7.63 0 -4.98668 -5.81314 0 -4.86312 -165.167 -59.0372 -78.6265 -30.8988 -39.2779 19.9979 -41
-STDOUT_22532=-8 -7.89309 0 -4.98668 -6.22307 0 -4.86312 -166.238 -60.9189 -78.5793 -29.5694 -39.1984 19.9979 -42
-STDOUT_22533=-14 -7.65646 0 -8.44642 -4.4316 0 -7.09831 -163.97 -59.8163 -81.9708 -27.1254 -38.143 19.9979 -40
-STDOUT_22534=-8 -7.87695 0 -4.98668 -5.7703 0 -4.86312 -168.681 -56.4595 -79.1225 -27.8465 -38.3338 18.998 -41
-STDOUT_22535=-14 -6.78468 0 -8.60479 -4.60308 0 -7.86775 -167.416 -57.1193 -78.5793 -32.0125 -39.1984 20.9978 -42
-STDOUT_22536=-8 -8.05772 0 -4.98668 -6.06037 0 -4.86312 -166.238 -59.7555 -78.5793 -30.9001 -39.1984 19.9979 -42
-STDOUT_22537=-14 -7.8211 0 -8.44642 -4.26889 0 -7.09831 -163.97 -58.6529 -81.9708 -28.4561 -38.143 19.9979 -40
-STDOUT_22538=-14 -8.8082 0 -8.60479 -4.97013 0 -8.37858 -157.458 -64.6302 -81.9708 -29.8732 -38.143 22.9976 -40
-STDOUT_22539=-8 -7.94948 0 -4.98668 -6.06928 0 -4.86312 -166.238 -59.6373 -78.5793 -31.0438 -39.1984 19.9979 -42
-STDOUT_22540=-14 -8.97283 0 -8.60479 -4.80742 0 -8.37858 -157.458 -63.4668 -81.9708 -31.2039 -38.143 22.9976 -40
-STDOUT_22541=-8 -8.23506 0 -4.98668 -5.85173 0 -4.86312 -162.973 -61.2694 -79.2507 -29.6058 -38.4306 19.9979 -40
-STDOUT_22542=-14 -8.39041 0 -8.60479 -4.90312 0 -8.37858 -157.458 -63.5193 -81.9708 -31.6463 -38.143 21.9977 -40
-STDOUT_22543=-14 -6.62966 0 -8.44642 -4.25614 0 -7.55029 -167.617 -56.3141 -79.3183 -26.6996 -39.3231 18.998 -40
-STDOUT_22544=-8 -7.34304 0 -4.98668 -5.82206 0 -4.86312 -166.238 -58.435 -78.5793 -33.4338 -39.1984 19.9979 -42
-STDOUT_22545=-8 -8.39969 0 -4.98668 -5.68902 0 -4.86312 -162.973 -60.1061 -79.2507 -30.9365 -38.4306 19.9979 -40
-STDOUT_22546=-14 -8.44436 0 -8.60479 -5.1139 0 -8.37858 -158.529 -62.6232 -81.9236 -33.0491 -38.0635 21.9977 -41
-STDOUT_22547=-14 -6.79429 0 -8.44642 -4.09343 0 -7.55029 -167.617 -55.1508 -79.3183 -28.0303 -39.3231 18.998 -40
-STDOUT_22548=-8 -7.29811 0 -4.82831 -5.4495 0 -3.58285 -171.679 -54.309 -78.6265 -26.0996 -39.278 18.998 -41
-STDOUT_22549=-14 -7.28089 0 -8.44642 -4.22692 0 -7.09831 -163.97 -59.1543 -81.9707 -29.368 -38.143 18.998 -40
-STDOUT_22550=-14 -7.53413 0 -8.44642 -4.27781 0 -7.09831 -165.041 -58.0507 -81.9235 -30.9912 -38.0635 19.9979 -41
-STDOUT_22551=-14 -7.54446 0 -8.44642 -4.29393 0 -7.09831 -163.97 -60.2544 -81.9708 -27.8265 -38.143 19.9979 -40
-STDOUT_22552=-14 -9.77667 0 -8.60479 -5.00601 0 -8.37858 -157.458 -63.8397 -81.9708 -29.9809 -38.143 21.9977 -40
-STDOUT_22553=-8 -7.46275 0 -4.82831 -5.28679 0 -3.58285 -171.679 -53.1456 -78.6265 -27.4303 -39.278 18.998 -41
-STDOUT_22554=-8 -8.44985 0 -4.98668 -5.98803 0 -4.86312 -165.167 -59.1229 -78.6265 -28.8473 -39.278 21.9977 -41
-STDOUT_22555=-14 -8.68587 0 -8.60479 -4.81634 0 -8.37858 -158.529 -62.8646 -81.9236 -33.7389 -38.0635 22.9976 -41
-STDOUT_22556=-14 -7.70909 0 -8.44642 -4.13123 0 -7.09831 -163.97 -59.091 -81.9707 -29.1572 -38.143 19.9979 -40
-STDOUT_22557=-14 -8.18885 0 -8.60479 -4.93955 0 -8.37858 -158.529 -64.8851 -81.9236 -32.8543 -38.0635 21.9977 -41
-STDOUT_22558=-8 -8.61448 0 -4.98668 -5.82532 0 -4.86312 -165.167 -57.9596 -78.6265 -30.1781 -39.278 21.9977 -41
-STDOUT_22559=-8 -8.03206 0 -4.98668 -5.92101 0 -4.86312 -165.167 -58.0121 -78.6265 -30.6205 -39.278 20.9978 -41
-STDOUT_22560=-14 -8.66715 0 -8.44642 -4.32982 0 -7.09831 -163.97 -59.4746 -81.9707 -27.7025 -38.143 18.998 -40
-STDOUT_22561=-8 -8.11273 0 -4.98668 -5.69794 0 -4.86312 -164.043 -59.5039 -79.2035 -33.4715 -38.3511 19.9979 -41
-STDOUT_22562=-8 -6.27131 0 -4.82831 -5.27404 0 -4.03484 -175.326 -50.8069 -75.974 -25.6738 -40.4581 17.9981 -41
-STDOUT_22563=-14 -6.50733 0 -8.44642 -4.10235 0 -7.55029 -168.688 -54.5486 -79.2711 -30.5654 -39.2436 18.998 -41
-STDOUT_22564=-14 -7.89167 0 -8.60479 -4.95442 0 -8.37858 -157.458 -65.8547 -81.9708 -30.7084 -38.143 21.9977 -40
-STDOUT_22565=-14 -8.2784 0 -8.60479 -4.76545 0 -8.37858 -157.458 -63.9574 -81.9708 -32.3475 -38.143 21.9977 -40
-STDOUT_22566=-6 -8.46499 0 -3.61811 -5.36154 0 -3.51546 -165.067 -57.765 -82.3035 -26.9285 -37.4501 18.998 -39
-STDOUT_22567=-8 -8.08601 0 -4.98668 -6.1318 0 -4.86312 -166.238 -57.116 -78.5793 -32.0233 -39.1984 20.9978 -42
-STDOUT_22568=-8 -6.43594 0 -4.82831 -5.11133 0 -4.03484 -175.326 -49.6435 -75.974 -27.0045 -40.4581 17.9981 -41
-STDOUT_22569=-14 -9.78868 0 -8.60479 -5.18037 0 -8.37858 -157.458 -61.9732 -81.9708 -30.4283 -38.143 21.9977 -40
-STDOUT_22570=-22 -7.48213 -26.5593 -5.9006 -5.05233 -15.4741 -7.23052 -165.004 -57.2668 -80.7226 -27.6144 -38.5303 26.9972 -41
-STDOUT_22571=-22 -7.79719 -26.5593 -5.9006 -5.37385 -15.4741 -7.23052 -165.004 -59.5162 -80.7226 -26.0093 -38.5303 27.9971 -41
-STDOUT_22572=-22 -7.69632 -26.5593 -5.9006 -5.04342 -15.4741 -7.23052 -163.933 -58.0432 -80.7698 -25.8595 -38.6098 26.9972 -40
-STDOUT_22573=-22 -7.05974 -26.5593 -5.9006 -5.01454 -15.4741 -7.23052 -165.004 -57.0549 -80.7226 -27.4123 -38.5303 25.9973 -41
-STDOUT_22574=-22 -7.60906 -26.5593 -5.9006 -5.17691 -15.4741 -7.23052 -163.933 -58.1335 -80.7698 -25.7239 -38.6098 26.9972 -40
-STDOUT_22575=-22 -8.06681 -26.5593 -5.9006 -5.4406 -15.4741 -7.23052 -165.004 -57.7056 -80.7226 -27.7448 -38.5303 27.9971 -41
-STDOUT_22576=-22 -7.04339 -26.5593 -5.9006 -4.78484 -15.4741 -7.23052 -163.933 -59.2987 -80.7698 -24.5037 -38.6098 25.9973 -40
-STDOUT_22577=-22 -7.3748 -26.5593 -5.9006 -5.33605 -15.4741 -7.23052 -165.004 -59.3043 -80.7226 -25.8073 -38.5303 26.9972 -41
-STDOUT_22578=-22 -8.44627 -26.5593 -5.9006 -4.94333 -15.4741 -7.23052 -163.933 -56.8537 -80.7698 -25.2609 -38.6098 25.9973 -40
-STDOUT_22579=-22 -7.20802 -26.5593 -5.9006 -4.68934 -15.4741 -7.23052 -163.933 -58.1353 -80.7698 -25.8344 -38.6098 25.9973 -40
-STDOUT_22580=-22 -8.38187 -26.5593 -5.9006 -5.76212 -15.4741 -7.23052 -165.004 -59.955 -80.7226 -26.1398 -38.5303 28.997 -41
-STDOUT_22581=-22 -7.79244 -26.5593 -5.9006 -5.15242 -15.4741 -7.23052 -165.004 -58.1657 -80.7226 -28.3305 -38.5303 27.9971 -41
-STDOUT_22582=-22 -7.27392 -26.5593 -5.9006 -5.00562 -15.4741 -7.23052 -163.933 -57.8312 -80.7698 -25.6574 -38.6098 25.9973 -40
-STDOUT_22583=-26 -6.74187 -26.5387 -7.23621 -4.11031 -18.7485 -7.94695 -157.582 -59.3884 -81.3468 -28.3075 -37.683 26.9972 -40
-STDOUT_22584=-22 -7.18667 -26.5593 -5.9006 -5.13911 -15.4741 -7.23052 -163.933 -57.9215 -80.7698 -25.5218 -38.6098 25.9973 -40
-STDOUT_22585=-22 -8.28099 -26.5593 -5.9006 -5.43168 -15.4741 -7.23052 -163.933 -58.4819 -80.7698 -25.9899 -38.6098 27.9971 -40
-STDOUT_22586=-22 -7.34291 -26.5593 -5.9006 -5.42006 -15.4741 -7.23052 -165.004 -58.4693 -80.7226 -28.2687 -38.5303 27.9971 -41
-STDOUT_22587=-22 -7.64441 -26.5593 -5.9006 -5.4028 -15.4741 -7.23052 -165.004 -57.4937 -80.7226 -27.5428 -38.5303 26.9972 -41
-STDOUT_22588=-30 -5.85758 -29.4886 -7.55589 -3.78586 -19.6868 -8.36751 -160.102 -54.5845 -81.1883 -28.3837 -41.744 24.9974 -42
-STDOUT_22589=-22 -8.19374 -26.5593 -5.9006 -5.56517 -15.4741 -7.23052 -163.933 -58.5723 -80.7698 -25.8543 -38.6098 27.9971 -40
-STDOUT_22590=-22 -7.13952 -26.5593 -5.9006 -4.89384 -15.4741 -7.23052 -165.004 -59.4213 -80.7226 -26.9747 -38.5303 26.9972 -41
-STDOUT_22591=-22 -7.90298 -26.5593 -5.9006 -5.24988 -15.4741 -7.23052 -165.004 -57.973 -80.7226 -28.4282 -38.5303 27.9971 -41
-STDOUT_22592=-22 -6.621 -26.5593 -5.9006 -4.74704 -15.4741 -7.23052 -163.933 -59.0867 -80.7698 -24.3016 -38.6098 24.9974 -40
-STDOUT_22593=-22 -7.46816 -26.5593 -5.9006 -5.2266 -15.4741 -7.23052 -165.004 -59.4591 -80.7226 -26.0151 -38.5303 26.9972 -41
-STDOUT_22594=-22 -8.10751 -26.5593 -5.9006 -5.47393 -15.4741 -7.23052 -165.004 -60.4151 -80.7226 -26.7254 -38.5303 28.997 -41
-STDOUT_22595=-22 -6.94773 -26.5593 -5.9006 -4.78011 -15.4741 -7.23052 -165.004 -57.493 -80.7226 -28.1134 -38.5303 25.9973 -41
-STDOUT_22596=-22 -7.43657 -26.5593 -5.9006 -4.81869 -15.4741 -7.23052 -165.004 -57.8237 -80.7226 -28.5139 -38.5303 26.9972 -41
-STDOUT_22597=-22 -7.62807 -26.5593 -5.9006 -5.1731 -15.4741 -7.23052 -163.933 -59.7375 -80.7698 -24.6342 -38.6098 26.9972 -40
-STDOUT_22598=-26 -7.05693 -26.5387 -7.23621 -4.43183 -18.7485 -7.94695 -157.582 -61.6378 -81.3468 -26.7025 -37.683 27.9971 -40
-STDOUT_22599=-22 -7.30415 -26.5593 -5.9006 -4.79834 -15.4741 -7.23052 -165.004 -58.2579 -80.7226 -28.3054 -38.5303 26.9972 -41
-STDOUT_22600=-22 -8.02388 -26.5593 -5.9006 -4.90554 -15.4741 -7.23052 -163.933 -56.6418 -80.7698 -25.0588 -38.6098 24.9974 -40
-STDOUT_22601=-22 -6.78563 -26.5593 -5.9006 -4.65154 -15.4741 -7.23052 -163.933 -57.9233 -80.7698 -25.6323 -38.6098 24.9974 -40
-STDOUT_22602=-22 -7.65797 -26.5593 -5.9006 -5.74158 -15.4741 -7.23052 -165.004 -60.7187 -80.7226 -26.6637 -38.5303 28.997 -41
-STDOUT_22603=-22 -7.95947 -26.5593 -5.9006 -5.72432 -15.4741 -7.23052 -165.004 -59.7431 -80.7226 -25.9377 -38.5303 27.9971 -41
-STDOUT_22604=-22 -7.37005 -26.5593 -5.9006 -5.11462 -15.4741 -7.23052 -165.004 -57.9537 -80.7226 -28.1284 -38.5303 26.9972 -41
-STDOUT_22605=-22 -6.92106 -26.5593 -5.9006 -4.69825 -15.4741 -7.23052 -165.004 -57.5331 -80.7226 -28.3695 -38.5303 25.9973 -41
-STDOUT_22606=-30 -6.17264 -29.4886 -7.55589 -4.10738 -19.6868 -8.36751 -160.102 -56.8339 -81.1883 -26.7786 -41.744 25.9973 -42
-STDOUT_22607=-26 -6.95605 -26.5387 -7.23621 -4.10139 -18.7485 -7.94695 -156.511 -60.1647 -81.394 -26.5526 -37.7625 26.9972 -39
-STDOUT_22608=-26 -6.31948 -26.5387 -7.23621 -4.07252 -18.7485 -7.94695 -157.582 -59.1764 -81.3468 -28.1054 -37.683 25.9973 -40
-STDOUT_22609=-22 -9.03095 -26.5593 -5.9006 -5.3316 -15.4741 -7.23052 -163.933 -57.2925 -80.7698 -25.3914 -38.6098 26.9972 -40
-STDOUT_22610=-22 -7.7927 -26.5593 -5.9006 -5.0776 -15.4741 -7.23052 -163.933 -58.5741 -80.7698 -25.9649 -38.6098 26.9972 -40
-STDOUT_22611=-22 -7.83265 -26.5593 -5.9006 -5.36493 -15.4741 -7.23052 -165.004 -59.8086 -80.7226 -26.6458 -38.5303 27.9971 -41
-STDOUT_22612=-22 -7.45458 -26.5593 -5.9006 -5.21535 -15.4741 -7.23052 -165.004 -61.6707 -80.7226 -25.3697 -38.5303 27.9971 -41
-STDOUT_22613=-22 -8.21804 -26.5593 -5.9006 -5.5714 -15.4741 -7.23052 -165.004 -60.2224 -80.7226 -26.8232 -38.5303 28.997 -41
-STDOUT_22614=-22 -7.91938 -26.5593 -5.9006 -5.27699 -15.4741 -7.23052 -163.933 -59.0324 -80.7698 -26.4399 -38.6098 27.9971 -40
-STDOUT_22615=-26 -6.8688 -26.5387 -7.23621 -4.23489 -18.7485 -7.94695 -156.511 -60.255 -81.394 -26.417 -37.7625 26.9972 -39
-STDOUT_22616=-22 -8.37712 -26.5593 -5.9006 -5.54068 -15.4741 -7.23052 -165.004 -58.6045 -80.7226 -28.4609 -38.5303 28.997 -41
-STDOUT_22617=-22 -7.5571 -26.5593 -5.9006 -5.41114 -15.4741 -7.23052 -163.933 -59.2456 -80.7698 -26.5138 -38.6098 27.9971 -40
-STDOUT_22618=-22 -7.8586 -26.5593 -5.9006 -5.39389 -15.4741 -7.23052 -163.933 -58.27 -80.7698 -25.7878 -38.6098 26.9972 -40
-STDOUT_22619=-22 -6.92052 -26.5593 -5.9006 -5.38226 -15.4741 -7.23052 -165.004 -58.2573 -80.7226 -28.0667 -38.5303 26.9972 -41
-STDOUT_22620=-22 -7.26279 -26.5593 -5.9006 -5.10163 -15.4741 -7.23052 -165.004 -59.7424 -80.7226 -26.5084 -38.5303 26.9972 -41
-STDOUT_22621=-22 -7.75163 -26.5593 -5.9006 -5.1402 -15.4741 -7.23052 -165.004 -60.0731 -80.7226 -26.9089 -38.5303 27.9971 -41
-STDOUT_22622=-26 -7.32654 -26.5387 -7.23621 -4.49858 -18.7485 -7.94695 -157.582 -59.8272 -81.3468 -28.438 -37.683 27.9971 -40
-STDOUT_22623=-30 -6.07176 -29.4886 -7.55589 -3.77694 -19.6868 -8.36751 -159.032 -55.3608 -81.2356 -26.6288 -41.8235 24.9974 -41
-STDOUT_22624=-30 -5.43518 -29.4886 -7.55589 -3.74806 -19.6868 -8.36751 -160.102 -54.3725 -81.1883 -28.1816 -41.744 23.9975 -42
-STDOUT_22625=-22 -7.46984 -26.5593 -5.9006 -5.54463 -15.4741 -7.23052 -163.933 -59.3359 -80.7698 -26.3782 -38.6098 27.9971 -40
-STDOUT_22626=-22 -7.77134 -26.5593 -5.9006 -5.52738 -15.4741 -7.23052 -163.933 -58.3603 -80.7698 -25.6522 -38.6098 26.9972 -40
-STDOUT_22627=-22 -8.11716 -26.5593 -5.9006 -5.24097 -15.4741 -7.23052 -163.933 -58.7493 -80.7698 -26.6733 -38.6098 27.9971 -40
-STDOUT_22628=-22 -6.71713 -26.5593 -5.9006 -4.85604 -15.4741 -7.23052 -165.004 -59.2093 -80.7226 -26.7726 -38.5303 25.9973 -41
-STDOUT_22629=-22 -7.48058 -26.5593 -5.9006 -5.21209 -15.4741 -7.23052 -165.004 -57.761 -80.7226 -28.2261 -38.5303 26.9972 -41
-STDOUT_22630=-22 -7.61921 -26.5593 -5.9006 -5.11985 -15.4741 -7.23052 -165.004 -60.5073 -80.7226 -26.7004 -38.5303 27.9971 -41
-STDOUT_22631=-22 -7.04577 -26.5593 -5.9006 -5.1888 -15.4741 -7.23052 -165.004 -59.2471 -80.7226 -25.813 -38.5303 25.9973 -41
-STDOUT_22632=-26 -6.30313 -26.5387 -7.23621 -3.84281 -18.7485 -7.94695 -156.511 -61.4203 -81.394 -25.1969 -37.7625 25.9973 -39
-STDOUT_22633=-30 -5.98451 -29.4886 -7.55589 -3.91043 -19.6868 -8.36751 -159.032 -55.4511 -81.2356 -26.4931 -41.8235 24.9974 -41
-STDOUT_22634=-22 -7.17973 -26.5593 -5.9006 -5.10635 -15.4741 -7.23052 -165.004 -61.0642 -80.7226 -25.29 -38.5303 26.9972 -41
-STDOUT_22635=-22 -7.92759 -26.5593 -5.9006 -5.80832 -15.4741 -7.23052 -165.004 -58.9081 -80.7226 -28.3992 -38.5303 28.997 -41
-STDOUT_22636=-22 -7.26645 -26.5593 -5.9006 -5.01841 -15.4741 -7.23052 -163.933 -60.2879 -80.7698 -25.0842 -38.6098 26.9972 -40
-STDOUT_22637=-22 -8.02991 -26.5593 -5.9006 -5.37446 -15.4741 -7.23052 -163.933 -58.8396 -80.7698 -26.5377 -38.6098 27.9971 -40
-STDOUT_22638=-22 -6.67956 -26.5593 -5.9006 -4.74231 -15.4741 -7.23052 -165.004 -57.2918 -80.7226 -27.6797 -38.5303 24.9974 -41
-STDOUT_22639=-22 -7.16191 -26.5593 -5.9006 -4.77119 -15.4741 -7.23052 -163.933 -58.2693 -80.7698 -26.3585 -38.6098 25.9973 -40
-STDOUT_22640=-22 -7.68511 -26.5593 -5.9006 -5.43614 -15.4741 -7.23052 -165.004 -60.2031 -80.7226 -26.5233 -38.5303 27.9971 -41
-STDOUT_22641=-22 -7.65075 -26.5593 -5.9006 -4.80977 -15.4741 -7.23052 -163.933 -58.6 -80.7698 -26.759 -38.6098 26.9972 -40
-STDOUT_22642=-22 -7.23612 -26.5593 -5.9006 -5.01977 -15.4741 -7.23052 -165.004 -59.7825 -80.7226 -26.7644 -38.5303 26.9972 -41
-STDOUT_22643=-30 -6.44225 -29.4886 -7.55589 -4.17412 -19.6868 -8.36751 -160.102 -55.0233 -81.1884 -28.5141 -41.744 25.9973 -42
-STDOUT_22644=-22 -7.01417 -26.5593 -5.9006 -4.78089 -15.4741 -7.23052 -165.004 -57.6117 -80.7226 -28.3118 -38.5303 25.9973 -41
-STDOUT_22645=-22 -7.7242 -26.5593 -5.9006 -5.2821 -15.4741 -7.23052 -165.004 -59.8601 -80.7226 -27.1051 -38.5303 27.9971 -41
-STDOUT_22646=-22 -8.48765 -26.5593 -5.9006 -5.63815 -15.4741 -7.23052 -165.004 -58.4118 -80.7226 -28.5587 -38.5303 28.997 -41
-STDOUT_22647=-22 -7.20567 -26.5593 -5.9006 -5.1353 -15.4741 -7.23052 -163.933 -59.5255 -80.7698 -24.4321 -38.6098 25.9973 -40
-STDOUT_22648=-22 -8.05284 -26.5593 -5.9006 -5.61486 -15.4741 -7.23052 -165.004 -59.8979 -80.7226 -26.1455 -38.5303 27.9971 -41
-STDOUT_22649=-26 -6.63454 -26.5387 -7.23621 -4.39403 -18.7485 -7.94695 -157.582 -61.4258 -81.3468 -26.5004 -37.683 26.9972 -40
-STDOUT_22650=-22 -6.90749 -26.5593 -5.9006 -5.14784 -15.4741 -7.23052 -165.004 -58.5002 -80.7226 -28.3852 -38.5303 26.9972 -41
-STDOUT_22651=-22 -7.07466 -26.5593 -5.9006 -4.90469 -15.4741 -7.23052 -163.933 -58.3596 -80.7698 -26.2229 -38.6098 25.9973 -40
-STDOUT_22652=-22 -7.5635 -26.5593 -5.9006 -4.94326 -15.4741 -7.23052 -163.933 -58.6903 -80.7698 -26.6234 -38.6098 26.9972 -40
-STDOUT_22653=-22 -6.88176 -26.5593 -5.9006 -4.76054 -15.4741 -7.23052 -165.004 -58.0459 -80.7226 -28.1033 -38.5303 25.9973 -41
-STDOUT_22654=-30 -5.41884 -29.4886 -7.55589 -3.51836 -19.6868 -8.36751 -159.032 -56.6164 -81.2356 -25.273 -41.8235 23.9975 -41
-STDOUT_22655=-22 -7.46424 -26.5593 -5.9006 -4.98239 -15.4741 -7.23052 -163.933 -60.0049 -80.7698 -25.3175 -38.6098 26.9972 -40
-STDOUT_22656=-26 -7.70601 -26.5387 -7.23621 -4.00131 -18.7485 -7.94695 -156.511 -58.9753 -81.394 -25.9541 -37.7625 25.9973 -39
-STDOUT_22657=-26 -6.46776 -26.5387 -7.23621 -3.74731 -18.7485 -7.94695 -156.511 -60.2569 -81.394 -26.5276 -37.7625 25.9973 -39
-STDOUT_22658=-22 -7.34436 -26.5593 -5.9006 -5.01085 -15.4741 -7.23052 -165.004 -59.9008 -80.7226 -26.6207 -38.5303 26.9972 -41
-STDOUT_22659=-22 -8.69218 -26.5593 -5.9006 -5.8622 -15.4741 -7.23052 -165.004 -60.8539 -80.7226 -26.8559 -38.5303 29.9969 -41
-STDOUT_22660=-22 -7.5324 -26.5593 -5.9006 -5.16838 -15.4741 -7.23052 -165.004 -57.9318 -80.7226 -28.2439 -38.5303 26.9972 -41
-STDOUT_22661=-22 -8.02124 -26.5593 -5.9006 -5.20695 -15.4741 -7.23052 -165.004 -58.2625 -80.7226 -28.6444 -38.5303 27.9971 -41
-STDOUT_22662=-22 -7.43108 -26.5593 -5.9006 -4.92291 -15.4741 -7.23052 -163.933 -59.1245 -80.7698 -26.4149 -38.6098 26.9972 -40
-STDOUT_22663=-22 -7.23558 -26.5593 -5.9006 -5.70378 -15.4741 -7.23052 -165.004 -60.5067 -80.7226 -26.4616 -38.5303 27.9971 -41
-STDOUT_22664=-22 -7.17774 -26.5593 -5.9006 -4.78011 -15.4741 -7.23052 -165.004 -57.9319 -80.7226 -27.8958 -38.5303 25.9973 -41
-STDOUT_22665=-26 -7.64161 -26.5387 -7.23621 -4.82009 -18.7485 -7.94695 -157.582 -62.0766 -81.3468 -26.8329 -37.683 28.997 -40
-STDOUT_22666=-22 -6.49867 -26.5593 -5.9006 -4.66046 -15.4741 -7.23052 -165.004 -57.3212 -80.7226 -28.1674 -38.5303 24.9974 -41
-STDOUT_22667=-30 -5.75024 -29.4886 -7.55589 -4.06958 -19.6868 -8.36751 -160.102 -56.6219 -81.1883 -26.5765 -41.744 24.9974 -42
-STDOUT_22668=-26 -7.05218 -26.5387 -7.23621 -4.21039 -18.7485 -7.94695 -157.582 -60.2873 -81.3468 -29.0236 -37.683 27.9971 -40
-STDOUT_22669=-26 -6.53366 -26.5387 -7.23621 -4.0636 -18.7485 -7.94695 -156.511 -59.9527 -81.394 -26.3505 -37.7625 25.9973 -39
-STDOUT_22670=FEATURES_TXT_END_0
-STDOUT_22671=FEATURES_TXT_BEGIN_0 5 500 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_22672=0 -3.06843 0 0 -2.70471 0 0 -67.9958 -30.0541 -51.546 -8.60848 -25.8026 7.99917 -23
-STDOUT_22673=0 -3.16299 0 0 -2.15264 0 0 -70.7793 -27.2867 -47.7598 -7.91533 -23.8134 7.99917 -23
-STDOUT_22674=0 -2.98864 0 0 -1.97829 0 0 -71.4126 -28.2465 -49.0045 -7.22218 -20.9918 7.99917 -22
-STDOUT_22675=0 -3.13989 0 0 -2.87906 0 0 -67.9958 -31.5243 -51.546 -9.38143 -25.8026 7.99917 -23
-STDOUT_22676=0 -3.27763 0 0 -2.90538 0 0 -67.9958 -31.0659 -51.546 -9.43561 -25.8026 8.99907 -23
-STDOUT_22677=0 -3.45031 0 0 -2.9138 0 0 -67.9958 -30.5045 -51.546 -9.40977 -25.8026 8.99907 -23
-STDOUT_22678=0 -3.2525 0 0 -2.89458 0 0 -67.9958 -31.9548 -51.546 -8.75229 -25.8026 8.99907 -23
-STDOUT_22679=0 -3.39034 0 0 -2.42815 0 0 -70.7793 -27.6932 -47.7598 -8.70146 -23.8134 8.99907 -23
-STDOUT_22680=0 -3.21599 0 0 -2.25379 0 0 -71.4126 -28.653 -49.0045 -8.00831 -20.9918 8.99907 -22
-STDOUT_22681=0 -3.23445 0 0 -2.32699 0 0 -70.7793 -28.757 -47.7598 -8.68828 -23.8134 7.99917 -23
-STDOUT_22682=0 -3.49257 0 0 -2.98208 0 0 -67.9958 -30.9429 -51.546 -8.918 -25.8026 8.99907 -23
-STDOUT_22683=0 -3.37219 0 0 -2.35331 0 0 -70.7793 -28.2986 -47.7598 -8.74246 -23.8134 8.99907 -23
-STDOUT_22684=0 -3.54487 0 0 -2.36173 0 0 -70.7793 -27.7372 -47.7598 -8.71662 -23.8134 8.99907 -23
-STDOUT_22685=0 -3.0601 0 0 -2.15264 0 0 -71.4126 -29.7167 -49.0045 -7.99513 -20.9918 7.99917 -22
-STDOUT_22686=0 -3.34706 0 0 -2.34251 0 0 -70.7793 -29.1874 -47.7598 -8.05915 -23.8134 8.99907 -23
-STDOUT_22687=0 -3.37052 0 0 -2.18738 0 0 -71.4126 -28.6969 -49.0045 -8.02347 -20.9918 8.99907 -22
-STDOUT_22688=0 -3.17271 0 0 -2.16815 0 0 -71.4126 -30.1472 -49.0045 -7.366 -20.9918 8.99907 -22
-STDOUT_22689=0 -3.58713 0 0 -2.43001 0 0 -70.7793 -28.1755 -47.7598 -8.22486 -23.8134 8.99907 -23
-STDOUT_22690=0 -3.41278 0 0 -2.25566 0 0 -71.4126 -29.1353 -49.0045 -7.53171 -20.9918 8.99907 -22
-STDOUT_22691=0 -2.89408 0 0 -2.53036 0 0 -69.8557 -31.0138 -52.7907 -7.91533 -22.9809 7.99917 -22
-STDOUT_22692=0 -3.30313 0 0 -3.10592 0 0 -67.9958 -31.9306 -51.546 -9.14082 -25.8026 8.99907 -23
-STDOUT_22693=0 -3.31302 0 0 -3.21554 0 0 -67.9958 -31.8768 -51.546 -9.00899 -25.8026 8.99907 -23
-STDOUT_22694=0 -3.39769 0 0 -2.55385 0 0 -70.7793 -29.1632 -47.7598 -8.44767 -23.8134 8.99907 -23
-STDOUT_22695=0 -3.69126 0 0 -3.21554 0 0 -67.9958 -31.2556 -51.546 -8.72964 -25.8026 8.99907 -23
-STDOUT_22696=0 -3.40758 0 0 -2.66347 0 0 -70.7793 -29.1094 -47.7598 -8.31584 -23.8134 8.99907 -23
-STDOUT_22697=0 -3.23322 0 0 -2.48911 0 0 -71.4126 -30.0692 -49.0045 -7.62269 -20.9918 8.99907 -22
-STDOUT_22698=0 -3.13818 0 0 -2.37949 0 0 -71.4126 -31.1419 -49.0045 -7.34906 -20.9918 8.99907 -22
-STDOUT_22699=0 -3.78582 0 0 -2.66347 0 0 -70.7793 -28.4882 -47.7598 -8.03649 -23.8134 8.99907 -23
-STDOUT_22700=0 -2.95292 0 0 -2.25272 0 0 -70.997 -29.4003 -49.2703 -9.30162 -24.179 7.99917 -23
-STDOUT_22701=0 -3.61146 0 0 -2.48911 0 0 -71.4126 -29.448 -49.0045 -7.34334 -20.9918 8.99907 -22
-STDOUT_22702=0 -2.77857 0 0 -2.07837 0 0 -71.6303 -30.3601 -50.515 -8.60847 -21.3573 7.99917 -22
-STDOUT_22703=0 -3.32396 0 0 -3.06893 0 0 -67.9958 -32.8304 -51.546 -9.52525 -25.8026 8.99907 -23
-STDOUT_22704=0 -2.95292 0 0 -2.25272 0 0 -71.3246 -27.9517 -49.1686 -9.30162 -25.2776 7.99917 -23
-STDOUT_22705=0 -2.77857 0 0 -2.07837 0 0 -71.9579 -28.9114 -50.4133 -8.60847 -22.4559 7.99917 -22
-STDOUT_22706=0 -3.60775 0 0 -2.98022 0 0 -67.9958 -31.3013 -51.546 -10.7576 -25.8026 8.99907 -23
-STDOUT_22707=0 -3.41852 0 0 -2.51686 0 0 -70.7793 -30.063 -47.7598 -8.8321 -23.8134 8.99907 -23
-STDOUT_22708=0 -2.85378 0 0 -2.70471 0 0 -67.9958 -34.0549 -51.546 -11.5285 -25.8026 7.99917 -23
-STDOUT_22709=0 -3.45658 0 0 -3.29991 0 0 -67.9958 -32.1533 -51.546 -9.47689 -25.8026 8.99907 -23
-STDOUT_22710=0 -3.34909 0 0 -3.07973 0 0 -67.9958 -32.5362 -51.546 -10.2086 -25.8026 8.99907 -23
-STDOUT_22711=0 -3.52177 0 0 -3.08816 0 0 -67.9958 -31.9748 -51.546 -10.1827 -25.8026 8.99907 -23
-STDOUT_22712=0 -3.24417 0 0 -2.34251 0 0 -71.4126 -31.0228 -49.0045 -8.13895 -20.9918 8.99907 -22
-STDOUT_22713=0 -3.4618 0 0 -2.6025 0 0 -70.7793 -29.1635 -47.7598 -9.47441 -23.8134 8.99907 -23
-STDOUT_22714=0 -3.65951 0 0 -3.11447 0 0 -67.9958 -31.5164 -51.546 -10.2369 -25.8026 9.99896 -23
-STDOUT_22715=0 -3.4617 0 0 -3.09525 0 0 -67.9958 -32.9666 -51.546 -9.57943 -25.8026 9.99896 -23
-STDOUT_22716=0 -3.01223 0 0 -2.61381 0 0 -71.2902 -29.5478 -49.6652 -7.73086 -23.7693 8.99907 -23
-STDOUT_22717=0 -3.63438 0 0 -3.10367 0 0 -67.9958 -32.4052 -51.546 -9.55358 -25.8026 9.99896 -23
-STDOUT_22718=0 -3.59954 0 0 -2.62882 0 0 -70.7793 -28.7051 -47.7598 -9.52859 -23.8134 9.99896 -23
-STDOUT_22719=0 -3.77222 0 0 -2.63724 0 0 -70.7793 -28.1437 -47.7598 -9.50275 -23.8134 9.99896 -23
-STDOUT_22720=0 -3.28745 0 0 -2.42815 0 0 -71.4126 -30.1233 -49.0045 -8.78126 -20.9918 8.99907 -22
-STDOUT_22721=0 -3.57441 0 0 -2.61801 0 0 -70.7793 -29.5939 -47.7598 -8.84527 -23.8134 9.99896 -23
-STDOUT_22722=0 -2.94834 0 0 -2.15264 0 0 -70.7793 -31.2876 -47.7598 -10.8354 -23.8134 7.99917 -23
-STDOUT_22723=0 -3.55114 0 0 -2.74784 0 0 -70.7793 -29.3859 -47.7598 -8.78374 -23.8134 8.99907 -23
-STDOUT_22724=0 -3.59787 0 0 -2.46288 0 0 -71.4126 -29.1035 -49.0045 -8.8096 -20.9918 9.99896 -22
-STDOUT_22725=0 -3.44365 0 0 -2.52766 0 0 -70.7793 -29.7688 -47.7598 -9.51542 -23.8134 8.99907 -23
-STDOUT_22726=0 -3.61633 0 0 -2.53609 0 0 -70.7793 -29.2074 -47.7598 -9.48957 -23.8134 8.99907 -23
-STDOUT_22727=0 -3.33345 0 0 -4.75352 0 0 -67.9958 -30.3121 -51.546 -7.36676 -25.8026 7.99917 -23
-STDOUT_22728=0 -3.70177 0 0 -3.18275 0 0 -67.9958 -31.9547 -51.546 -9.74514 -25.8026 9.99896 -23
-STDOUT_22729=0 -3.87445 0 0 -3.19117 0 0 -67.9958 -31.3933 -51.546 -9.71929 -25.8026 9.99896 -23
-STDOUT_22730=0 -3.40006 0 0 -2.44366 0 0 -71.4126 -30.5537 -49.0045 -8.15213 -20.9918 9.99896 -22
-STDOUT_22731=0 -2.77398 0 0 -1.97829 0 0 -71.4126 -32.2473 -49.0045 -10.1422 -20.9918 7.99917 -22
-STDOUT_22732=0 -3.67664 0 0 -3.17195 0 0 -67.9958 -32.8436 -51.546 -9.06182 -25.8026 9.99896 -23
-STDOUT_22733=0 -3.81448 0 0 -2.70552 0 0 -70.7793 -28.582 -47.7598 -9.01098 -23.8134 9.99896 -23
-STDOUT_22734=0 -3.75407 0 0 -2.5624 0 0 -70.7793 -28.749 -47.7598 -9.54375 -23.8134 9.99896 -23
-STDOUT_22735=0 -3.44198 0 0 -2.36173 0 0 -71.4126 -30.1672 -49.0045 -8.79642 -20.9918 8.99907 -22
-STDOUT_22736=0 -3.55626 0 0 -2.54318 0 0 -70.7793 -30.1993 -47.7598 -8.88628 -23.8134 9.99896 -23
-STDOUT_22737=0 -3.10679 0 0 -2.06174 0 0 -74.0737 -26.7804 -45.879 -7.03771 -21.7801 8.99907 -23
-STDOUT_22738=0 -3.72894 0 0 -2.5516 0 0 -70.7793 -29.6379 -47.7598 -8.86043 -23.8134 9.99896 -23
-STDOUT_22739=0 -3.64013 0 0 -2.53116 0 0 -71.4126 -29.5418 -49.0045 -8.31784 -20.9918 9.99896 -22
-STDOUT_22740=0 -3.55459 0 0 -2.37724 0 0 -71.4126 -30.5976 -49.0045 -8.16729 -20.9918 9.99896 -22
-STDOUT_22741=0 -3.42801 0 0 -4.20145 0 0 -70.7793 -27.5447 -47.7598 -6.67362 -23.8134 7.99917 -23
-STDOUT_22742=0 -3.29163 0 0 -2.57348 0 0 -71.4126 -31.3646 -49.0045 -7.68513 -20.9918 8.99907 -22
-STDOUT_22743=0 -3.79633 0 0 -2.63068 0 0 -70.7793 -29.1874 -47.7598 -9.05199 -23.8134 9.99896 -23
-STDOUT_22744=0 -3.96901 0 0 -2.6391 0 0 -70.7793 -28.626 -47.7598 -9.02614 -23.8134 9.99896 -23
-STDOUT_22745=0 -6.30101 0 0 -3.40359 0 0 -63.2692 -38.2466 -59.8288 -9.00209 -19.4815 7.99917 -20
-STDOUT_22746=0 -3.7712 0 0 -2.61988 0 0 -70.7793 -30.0762 -47.7598 -8.36867 -23.8134 9.99896 -23
-STDOUT_22747=0 -3.25609 0 0 -3.30659 0 0 -67.9958 -33.5387 -51.546 -9.78921 -25.8026 9.99896 -23
-STDOUT_22748=0 -2.96554 0 0 -2.70471 0 0 -69.8557 -32.4841 -52.7907 -8.68828 -22.9809 7.99917 -22
-STDOUT_22749=0 -3.25365 0 0 -4.02709 0 0 -71.4126 -28.5045 -49.0045 -5.98047 -20.9918 7.99917 -22
-STDOUT_22750=0 -3.79466 0 0 -2.46475 0 0 -71.4126 -29.5857 -49.0045 -8.333 -20.9918 9.99896 -22
-STDOUT_22751=0 -3.59685 0 0 -2.44552 0 0 -71.4126 -31.036 -49.0045 -7.67552 -20.9918 9.99896 -22
-STDOUT_22752=0 -3.27596 0 0 -2.73945 0 0 -69.8557 -31.4643 -52.7907 -8.71662 -22.9809 8.99907 -22
-STDOUT_22753=0 -3.07815 0 0 -2.72022 0 0 -69.8557 -32.9145 -52.7907 -8.05915 -22.9809 8.99907 -22
-STDOUT_22754=0 -3.39026 0 0 -2.52823 0 0 -70.997 -29.2666 -49.2703 -9.06731 -24.179 8.99907 -23
-STDOUT_22755=0 -3.37459 0 0 -3.28027 0 0 -67.9958 -33.4008 -51.546 -9.91377 -25.8026 8.99907 -23
-STDOUT_22756=0 -6.39557 0 0 -2.85152 0 0 -66.0527 -35.4792 -56.0426 -8.30895 -17.4923 7.99917 -20
-STDOUT_22757=0 -3.21591 0 0 -2.35388 0 0 -71.6303 -30.2264 -50.515 -8.37416 -21.3573 8.99907 -22
-STDOUT_22758=0 -3.35065 0 0 -2.75452 0 0 -70.7793 -30.7714 -47.7598 -9.09607 -23.8134 9.99896 -23
-STDOUT_22759=0 -3.68501 0 0 -3.31501 0 0 -67.9958 -32.381 -51.546 -9.94211 -25.8026 9.99896 -23
-STDOUT_22760=0 -3.31822 0 0 -2.80773 0 0 -69.8557 -31.9026 -52.7907 -8.22486 -22.9809 8.99907 -22
-STDOUT_22761=0 -3.4872 0 0 -3.29578 0 0 -67.9958 -33.8313 -51.546 -9.28464 -25.8026 9.99896 -23
-STDOUT_22762=0 -3.62504 0 0 -2.82935 0 0 -70.7793 -29.5697 -47.7598 -9.2338 -23.8134 9.99896 -23
-STDOUT_22763=0 -3.12727 0 0 -2.42708 0 0 -71.2068 -29.0598 -48.7988 -9.99477 -24.7716 7.99917 -23
-STDOUT_22764=0 -6.22121 0 0 -2.67717 0 0 -66.686 -36.439 -57.2873 -7.6158 -14.6707 7.99917 -19
-STDOUT_22765=0 -3.17536 0 0 -3.21554 0 0 -67.9958 -33.204 -51.546 -11.299 -25.8026 8.99907 -23
-STDOUT_22766=0 -3.52221 0 0 -3.41621 0 0 -67.9958 -32.8886 -51.546 -9.83612 -25.8026 9.99896 -23
-STDOUT_22767=0 -3.6949 0 0 -3.42463 0 0 -67.9958 -32.3272 -51.546 -9.81028 -25.8026 9.99896 -23
-STDOUT_22768=0 -3.49709 0 0 -3.4054 0 0 -67.9958 -33.7775 -51.546 -9.15281 -25.8026 9.99896 -23
-STDOUT_22769=0 -3.46915 0 0 -2.7282 0 0 -70.7793 -30.6335 -47.7598 -9.22063 -23.8134 8.99907 -23
-STDOUT_22770=0 -3.63493 0 0 -2.93897 0 0 -70.7793 -29.516 -47.7598 -9.10197 -23.8134 9.99896 -23
-STDOUT_22771=0 -3.72727 0 0 -3.38329 0 0 -67.9958 -32.8194 -51.546 -9.45035 -25.8026 9.99896 -23
-STDOUT_22772=0 -3.0754 0 0 -3.81521 0 0 -87.5262 -15.7527 -33.811 -8.69755 -27.3083 10.9989 -28
-STDOUT_22773=0 -2.91367 0 0 -3.62535 0 0 -87.5262 -15.2572 -33.811 -8.84197 -27.3083 9.99896 -28
-STDOUT_22774=0 -3.2427 0 0 -4.21642 0 0 -87.5262 -17.2618 -33.811 -8.91762 -27.3083 11.9988 -28
-STDOUT_22775=0 -3.96375 0 0 -3.03507 0 0 -94.9474 -17.9769 -34.0913 -21.633 -39.4336 11.9988 -33
-STDOUT_22776=0 -4.00728 0 0 -3.35658 0 0 -94.9474 -19.2588 -34.0913 -21.8386 -39.4336 12.9986 -33
-STDOUT_22777=0 -3.14842 0 0 -3.82602 0 0 -87.5262 -15.9527 -33.811 -9.08453 -27.3083 10.9989 -28
-STDOUT_22778=0 -2.94206 0 0 -3.63615 0 0 -87.5262 -15.5483 -33.811 -9.02819 -27.3083 9.99896 -28
-STDOUT_22779=0 -3.36222 0 0 -2.7562 0 0 -87.5262 -16.3803 -33.811 -9.61934 -27.3083 10.9989 -28
-STDOUT_22780=0 -3.3263 0 0 -3.07772 0 0 -87.5262 -17.7491 -33.811 -9.87829 -27.3083 11.9988 -28
-STDOUT_22781=0 -3.08097 0 0 -4.02656 0 0 -87.5262 -16.7663 -33.811 -9.06204 -27.3083 10.9989 -28
-STDOUT_22782=0 -3.80202 0 0 -2.8452 0 0 -94.9474 -17.4814 -34.0913 -21.7774 -39.4336 10.9989 -33
-STDOUT_22783=0 -3.34041 0 0 -5.86402 0 0 -87.5262 -16.0107 -33.811 -7.45584 -27.3083 10.9989 -28
-STDOUT_22784=0 -4.13105 0 0 -3.43627 0 0 -94.9474 -19.4861 -34.0913 -21.8531 -39.4336 12.9986 -33
-STDOUT_22785=0 -3.84555 0 0 -3.16672 0 0 -94.9474 -18.7633 -34.0913 -21.983 -39.4336 11.9988 -33
-STDOUT_22786=0 -3.71107 0 0 -4.03557 0 0 -87.5262 -16.6501 -33.811 -8.89663 -27.3083 11.9988 -28
-STDOUT_22787=0 -4.17458 0 0 -3.75779 0 0 -94.9474 -20.7679 -34.0913 -22.0587 -39.4336 13.9985 -33
-STDOUT_22788=0 -3.5047 0 0 -3.84571 0 0 -87.5262 -16.2456 -33.811 -8.84029 -27.3083 10.9989 -28
-STDOUT_22789=0 -3.74957 0 0 -2.70905 0 0 -91.8213 -18.249 -31.2492 -13.6809 -27.5067 12.9986 -29
-STDOUT_22790=0 -3.31572 0 0 -4.22723 0 0 -87.5262 -17.4619 -33.811 -9.3046 -27.3083 11.9988 -28
-STDOUT_22791=0 -3.20049 0 0 -2.56634 0 0 -87.5262 -15.8848 -33.811 -9.76376 -27.3083 9.99896 -28
-STDOUT_22792=0 -2.68639 0 0 -2.52729 0 0 -87.5262 -17.8668 -33.811 -10.9245 -27.3083 10.9989 -28
-STDOUT_22793=0 -3.16457 0 0 -2.88785 0 0 -87.5262 -17.2536 -33.811 -10.0227 -27.3083 10.9989 -28
-STDOUT_22794=0 -3.10936 0 0 -4.03736 0 0 -87.5262 -17.0574 -33.811 -9.24826 -27.3083 10.9989 -28
-STDOUT_22795=0 -3.52952 0 0 -3.15741 0 0 -87.5262 -17.8894 -33.811 -9.83941 -27.3083 11.9988 -28
-STDOUT_22796=0 -3.71414 0 0 -4.57449 0 0 -87.5262 -14.8917 -33.811 -8.17879 -27.3083 10.9989 -28
-STDOUT_22797=0 -3.4936 0 0 -3.47893 0 0 -87.5262 -19.2582 -33.811 -10.0984 -27.3083 12.9986 -28
-STDOUT_22798=0 -4.03677 0 0 -3.04587 0 0 -94.9474 -18.177 -34.0913 -22.02 -39.4336 11.9988 -33
-STDOUT_22799=0 -3.69822 0 0 -4.32604 0 0 -87.5262 -16.9542 -33.811 -8.81871 -27.3083 11.9988 -28
-STDOUT_22800=0 -3.83041 0 0 -2.856 0 0 -94.9474 -17.7725 -34.0913 -21.9637 -39.4336 10.9989 -33
-STDOUT_22801=0 -4.0803 0 0 -3.36739 0 0 -94.9474 -19.4588 -34.0913 -22.2256 -39.4336 12.9986 -33
-STDOUT_22802=0 -3.45728 0 0 -4.02431 0 0 -87.5262 -16.2032 -33.811 -9.49884 -27.3083 11.9988 -28
-STDOUT_22803=0 -4.05831 0 0 -2.483 0 0 -101.241 -15.2096 -30.3051 -20.9399 -37.4445 11.9988 -33
-STDOUT_22804=0 -3.87394 0 0 -3.17752 0 0 -94.9474 -19.0544 -34.0913 -22.1692 -39.4336 11.9988 -33
-STDOUT_22805=0 -3.17868 0 0 -5.67415 0 0 -87.5262 -15.5152 -33.811 -7.60026 -27.3083 9.99896 -28
-STDOUT_22806=0 -3.96932 0 0 -3.24641 0 0 -94.9474 -18.9906 -34.0913 -21.9975 -39.4336 11.9988 -33
-STDOUT_22807=0 -4.10184 0 0 -2.80451 0 0 -101.241 -16.4914 -30.3051 -21.1454 -37.4445 12.9986 -33
-STDOUT_22808=0 -3.50771 0 0 -6.26523 0 0 -87.5262 -17.5198 -33.811 -7.67591 -27.3083 11.9988 -28
-STDOUT_22809=0 -4.01285 0 0 -3.56792 0 0 -94.9474 -20.2724 -34.0913 -22.2031 -39.4336 12.9986 -33
-STDOUT_22810=0 -3.43524 0 0 -2.76701 0 0 -87.5262 -16.5803 -33.811 -10.0063 -27.3083 10.9989 -28
-STDOUT_22811=0 -3.84823 0 0 -2.58308 0 0 -98.4938 -17.3231 -31.8156 -22.3262 -37.81 11.9988 -33
-STDOUT_22812=0 -3.39932 0 0 -3.08852 0 0 -87.5262 -17.9491 -33.811 -10.2653 -27.3083 11.9988 -28
-STDOUT_22813=0 -3.25182 0 0 -4.5853 0 0 -87.5262 -15.8328 -33.811 -8.94932 -27.3083 10.9989 -28
-STDOUT_22814=0 -3.87837 0 0 -4.43678 0 0 -87.5262 -18.1592 -33.811 -9.1167 -27.3083 12.9986 -28
-STDOUT_22815=0 -3.58784 0 0 -2.51919 0 0 -91.8213 -17.7535 -31.2492 -13.8253 -27.5067 11.9988 -29
-STDOUT_22816=0 -4.28557 0 0 -2.85859 0 0 -98.4938 -17.1895 -31.8156 -22.0919 -37.81 12.9986 -33
-STDOUT_22817=0 -3.22888 0 0 -2.57714 0 0 -87.5262 -16.1759 -33.811 -9.94998 -27.3083 9.99896 -28
-STDOUT_22818=0 -3.47071 0 0 -4.97267 0 0 -85.3616 -16.9095 -34.8198 -9.3907 -27.5803 10.9989 -28
-STDOUT_22819=0 -4.22876 0 0 -5.08387 0 0 -94.9474 -18.235 -34.0913 -20.3913 -39.4336 11.9988 -33
-STDOUT_22820=0 -3.19296 0 0 -2.89866 0 0 -87.5262 -17.5447 -33.811 -10.2089 -27.3083 10.9989 -28
-STDOUT_22821=0 -3.04546 0 0 -4.39543 0 0 -87.5262 -15.4283 -33.811 -8.89298 -27.3083 9.99896 -28
-STDOUT_22822=0 -3.67201 0 0 -4.24691 0 0 -87.5262 -17.7547 -33.811 -9.06037 -27.3083 11.9988 -28
-STDOUT_22823=0 -3.89176 0 0 -2.9046 0 0 -98.4938 -18.605 -31.8156 -22.5317 -37.81 12.9986 -33
-STDOUT_22824=0 -2.52466 0 0 -2.33743 0 0 -87.5262 -17.3713 -33.811 -11.0689 -27.3083 9.99896 -28
-STDOUT_22825=0 -3.99872 0 0 -3.39603 0 0 -91.6179 -16.7018 -33.811 -13.9145 -31.5861 11.9988 -30
-STDOUT_22826=0 -3.91687 0 0 -3.11026 0 0 -91.8213 -19.7581 -31.2492 -13.9009 -27.5067 13.9985 -29
-STDOUT_22827=0 -4.3291 0 0 -3.1801 0 0 -98.4938 -18.4713 -31.8156 -22.2974 -37.81 13.9985 -33
-STDOUT_22828=0 -4.27229 0 0 -5.40539 0 0 -94.9474 -19.5168 -34.0913 -20.5969 -39.4336 12.9986 -33
-STDOUT_22829=0 -4.59942 0 0 -3.25542 0 0 -94.9474 -18.8743 -34.0913 -21.8321 -39.4336 12.9986 -33
-STDOUT_22830=0 -3.36779 0 0 -2.96755 0 0 -87.5262 -17.3939 -33.811 -9.98383 -27.3083 10.9989 -28
-STDOUT_22831=0 -3.55241 0 0 -4.38463 0 0 -87.5262 -14.3962 -33.811 -8.32322 -27.3083 9.99896 -28
-STDOUT_22832=0 -2.85369 0 0 -2.9285 0 0 -87.5262 -19.3759 -33.811 -11.1445 -27.3083 11.9988 -28
-STDOUT_22833=0 -3.33187 0 0 -3.28906 0 0 -87.5262 -18.7627 -33.811 -10.2428 -27.3083 11.9988 -28
-STDOUT_22834=0 -4.04225 0 0 -3.71755 0 0 -91.6179 -17.9837 -33.811 -14.12 -31.5861 12.9986 -30
-STDOUT_22835=0 -4.39306 0 0 -3.06556 0 0 -94.9474 -18.4698 -34.0913 -21.7758 -39.4336 11.9988 -33
-STDOUT_22836=0 -3.53649 0 0 -4.13617 0 0 -87.5262 -16.4587 -33.811 -8.96313 -27.3083 10.9989 -28
-STDOUT_22837=0 -3.88145 0 0 -4.9757 0 0 -87.5262 -16.4008 -33.811 -8.39887 -27.3083 11.9988 -28
-STDOUT_22838=0 -3.41343 0 0 -5.87482 0 0 -87.5262 -16.2108 -33.811 -7.84282 -27.3083 10.9989 -28
-STDOUT_22839=0 -4.20408 0 0 -3.44708 0 0 -94.9474 -19.6861 -34.0913 -22.2401 -39.4336 12.9986 -33
-STDOUT_22840=0 -4.64295 0 0 -3.57694 0 0 -94.9474 -20.1561 -34.0913 -22.0377 -39.4336 13.9985 -33
-STDOUT_22841=0 -3.86552 0 0 -4.72725 0 0 -87.5262 -18.4633 -33.811 -9.03878 -27.3083 12.9986 -28
-STDOUT_22842=0 -3.20707 0 0 -5.68496 0 0 -87.5262 -15.8063 -33.811 -7.78648 -27.3083 9.99896 -28
-STDOUT_22843=0 -3.29555 0 0 -3.83444 0 0 -87.5262 -15.7077 -33.811 -9.64326 -27.3083 10.9989 -28
-STDOUT_22844=0 -3.99771 0 0 -3.25721 0 0 -94.9474 -19.2816 -34.0913 -22.1837 -39.4336 11.9988 -33
-STDOUT_22845=0 -4.43659 0 0 -3.38707 0 0 -94.9474 -19.7517 -34.0913 -21.9813 -39.4336 12.9987 -33
-STDOUT_22846=0 -3.95873 0 0 -4.62626 0 0 -87.5262 -16.7144 -33.811 -8.57931 -27.3083 11.9988 -28
-STDOUT_22847=0 -3.89658 0 0 -2.29313 0 0 -101.241 -14.7141 -30.3051 -21.0843 -37.4445 10.9989 -33
-STDOUT_22848=0 -3.62723 0 0 -4.80501 0 0 -87.5262 -16.6383 -33.811 -8.37763 -27.3083 10.9989 -28
-STDOUT_22849=0 -4.6025 0 0 -3.79434 0 0 -94.9474 -17.116 -34.0913 -21.1143 -39.4336 11.9988 -33
-STDOUT_22850=0 -3.75658 0 0 -2.99424 0 0 -91.6179 -17.4658 -33.811 -14.0906 -31.5861 10.9989 -30
-STDOUT_22851=0 -3.59131 0 0 -5.12653 0 0 -87.5262 -18.0071 -33.811 -8.63658 -27.3083 11.9988 -28
-STDOUT_22852=0 -4.24761 0 0 -3.76859 0 0 -94.9474 -20.968 -34.0913 -22.4456 -39.4336 13.9985 -33
-STDOUT_22853=0 -3.72066 0 0 -3.31575 0 0 -91.6179 -18.8346 -33.811 -14.3496 -31.5861 11.9988 -30
-STDOUT_22854=0 -3.18658 0 0 -4.17507 0 0 -87.5262 -16.1548 -33.811 -8.42401 -27.3083 8.99906 -28
-STDOUT_22855=0 -3.62458 0 0 -4.42551 0 0 -87.5262 -17.7123 -33.811 -9.71891 -27.3083 12.9986 -28
-STDOUT_22856=0 -3.1316 0 0 -3.90612 0 0 -84.2318 -16.259 -35.6918 -9.57516 -29.3416 9.99896 -28
-STDOUT_22857=0 -4.22561 0 0 -2.8842 0 0 -101.241 -16.7187 -30.3051 -21.1599 -37.4445 12.9986 -33
-STDOUT_22858=0 -4.04124 0 0 -3.57873 0 0 -94.9474 -20.5635 -34.0913 -22.3893 -39.4336 12.9986 -33
-STDOUT_22859=0 -4.58657 0 0 -3.54589 0 0 -94.9474 -19.1784 -34.0913 -21.7542 -39.4336 12.9986 -33
-STDOUT_22860=0 -3.37065 0 0 -4.36494 0 0 -87.5262 -16.5707 -33.811 -8.56783 -27.3083 9.99896 -28
-STDOUT_22861=0 -3.94011 0 0 -2.61465 0 0 -101.241 -15.9959 -30.3051 -21.2899 -37.4445 11.9988 -33
-STDOUT_22862=0 -3.34598 0 0 -6.07536 0 0 -87.5262 -17.0244 -33.811 -7.82033 -27.3083 10.9989 -28
-STDOUT_22863=0 -3.8226 0 0 -2.71986 0 0 -91.8213 -18.449 -31.2492 -14.0679 -27.5067 12.9986 -29
-STDOUT_22864=0 -3.60435 0 0 -4.36564 0 0 -87.5262 -15.6163 -33.811 -9.44319 -27.3083 11.9988 -28
-STDOUT_22865=0 -3.99789 0 0 -2.97656 0 0 -87.5262 -17.2776 -33.811 -9.81842 -27.3083 11.9988 -28
-STDOUT_22866=0 -4.64602 0 0 -4.11586 0 0 -94.9474 -18.3978 -34.0913 -21.3198 -39.4336 12.9986 -33
-STDOUT_22867=0 -3.96197 0 0 -3.29808 0 0 -87.5262 -18.6464 -33.811 -10.0774 -27.3083 12.9986 -28
-STDOUT_22868=0 -3.61624 0 0 -2.52999 0 0 -91.8213 -18.0446 -31.2492 -14.0115 -27.5067 11.9988 -29
-STDOUT_22869=0 -3.6865 0 0 -2.39321 0 0 -98.4938 -16.8277 -31.8156 -22.4706 -37.81 10.9989 -33
-STDOUT_22870=0 -2.75941 0 0 -2.5381 0 0 -87.5262 -18.0669 -33.811 -11.3114 -27.3083 10.9989 -28
-STDOUT_22871=0 -4.91274 0 0 -4.46803 0 0 -94.5375 -20.4119 -35.1002 -26.7266 -46.3135 12.9986 -35
-STDOUT_22872=-136 0 -0.979321 -30.8633 0 -0.6307 -31.0418 -179.673 -35.757 -35.4164 -16.8884 -18.0968 24.9974 -25
-STDOUT_22873=-136 0 -0.979321 -30.0373 0 -0.6307 -31.0295 -175.834 -40.4902 -39.281 -17.2774 -18.2439 24.9974 -25
-STDOUT_22874=-136 0 -0.979321 -29.7542 0 -0.6307 -29.5588 -176.549 -37.3123 -37.0584 -19.324 -20.4915 24.9974 -25
-STDOUT_22875=-136 0 -0.979321 -28.9283 0 -0.6307 -29.5464 -172.71 -42.0456 -40.923 -19.713 -20.6386 24.9974 -25
-STDOUT_22876=-136 0 -0.979321 -30.8147 0 -0.6307 -31.1824 -178.077 -37.3304 -36.9269 -17.2542 -18.4624 24.9974 -25
-STDOUT_22877=-136 0 -0.979321 -29.9888 0 -0.6307 -31.1701 -174.238 -42.0636 -40.7915 -17.6433 -18.6095 24.9974 -25
-STDOUT_22878=-136 0 -0.979321 -30.5097 0 -0.6307 -30.9945 -178.335 -37.4654 -37.457 -17.3194 -18.5056 24.9974 -25
-STDOUT_22879=-136 0 -0.979321 -29.6838 0 -0.6307 -30.9821 -174.496 -42.1987 -41.3216 -17.7085 -18.6526 24.9974 -25
-STDOUT_22880=-136 0 -0.979321 -30.2545 0 -0.6307 -29.8278 -175.096 -39.365 -39.2026 -18.9445 -20.086 24.9974 -25
-STDOUT_22881=-136 0 -0.979321 -29.4285 0 -0.6307 -29.8155 -171.258 -44.0983 -43.0672 -19.3336 -20.2331 24.9974 -25
-STDOUT_22882=-134 0 -0.853548 -30.7491 0 -0.6307 -30.4537 -181.178 -33.5708 -34.0122 -14.7688 -18.9584 24.9974 -26
-STDOUT_22883=-136 0 -0.979321 -30.7334 0 -0.6307 -30.7464 -179.183 -36.4532 -36.4553 -17.8669 -19.055 24.9974 -25
-STDOUT_22884=-136 0 -0.979321 -30.4941 0 -0.6307 -30.7372 -177.086 -38.2249 -37.342 -18.6556 -19.8175 24.9974 -25
-STDOUT_22885=-134 0 -0.853548 -29.9231 0 -0.6307 -30.4414 -177.339 -38.304 -37.8768 -15.1578 -19.1055 24.9974 -26
-STDOUT_22886=-136 0 -0.979321 -29.9442 0 -0.6307 -31.6009 -177.015 -39.0766 -38.0264 -18.4025 -19.4922 24.9974 -25
-STDOUT_22887=-136 0 -0.979321 -29.9075 0 -0.6307 -30.7341 -175.344 -41.1865 -40.32 -18.256 -19.2021 24.9974 -25
-STDOUT_22888=-134 0 -0.853548 -29.64 0 -0.6307 -28.9707 -178.055 -35.1261 -35.6542 -17.2044 -21.353 24.9974 -26
-STDOUT_22889=-136 0 -0.979321 -29.6244 0 -0.6307 -29.2634 -176.059 -38.0085 -38.0974 -20.3026 -21.4496 24.9974 -25
-STDOUT_22890=-136 0 -0.979321 -29.3851 0 -0.6307 -29.2542 -173.963 -39.7803 -38.984 -21.0912 -22.2121 24.9974 -25
-STDOUT_22891=-136 0 -0.979321 -29.94 0 -0.6307 -31.561 -180.439 -35.888 -35.5764 -18.1731 -19.3654 24.9974 -25
-STDOUT_22892=-134 0 -0.853548 -28.8141 0 -0.6307 -28.9583 -174.216 -39.8594 -39.5189 -17.5934 -21.5001 24.9974 -26
-STDOUT_22893=-136 0 -0.979321 -29.4876 0 -0.6307 -29.68 -177.31 -38.6363 -38.1381 -19.3632 -20.4564 24.9974 -25
-STDOUT_22894=-136 0 -0.979321 -28.8352 0 -0.6307 -30.1179 -173.891 -40.6319 -39.6684 -20.8381 -21.8868 24.9974 -25
-STDOUT_22895=-136 0 -0.979321 -28.7984 0 -0.6307 -29.251 -172.221 -42.7418 -41.962 -20.6916 -21.5967 24.9974 -25
-STDOUT_22896=-136 0 -0.979321 -29.1141 0 -0.6307 -31.5487 -176.601 -40.6213 -39.441 -18.5621 -19.5124 24.9974 -25
-STDOUT_22897=-134 0 -0.853548 -30.7005 0 -0.6307 -30.5943 -179.582 -35.1442 -35.5227 -15.1346 -19.3239 24.9974 -26
-STDOUT_22898=-136 0 -0.979321 -30.6849 0 -0.6307 -30.887 -177.587 -38.0266 -37.9659 -18.2328 -19.4206 24.9974 -25
-STDOUT_22899=-136 0 -0.979321 -28.6617 0 -0.6307 -29.6676 -173.471 -43.3696 -42.0027 -19.7523 -20.6035 24.9974 -25
-STDOUT_22900=-136 0 -0.979321 -30.4455 0 -0.6307 -30.8778 -175.49 -39.7983 -38.8525 -19.0214 -20.183 24.9974 -25
-STDOUT_22901=-134 0 -0.853548 -29.8746 0 -0.6307 -30.582 -175.743 -39.8774 -39.3873 -15.5236 -19.471 24.9974 -26
-STDOUT_22902=-136 0 -0.979321 -29.8957 0 -0.6307 -31.7415 -175.419 -40.65 -39.5369 -18.7683 -19.8577 24.9974 -25
-STDOUT_22903=-136 0 -0.979321 -29.8589 0 -0.6307 -30.8747 -173.748 -42.7599 -41.8305 -18.6218 -19.5676 24.9974 -25
-STDOUT_22904=-134 0 -0.853548 -30.3955 0 -0.6307 -30.4064 -179.841 -35.2792 -36.0528 -15.1998 -19.3671 24.9974 -26
-STDOUT_22905=-136 0 -0.979321 -29.8275 0 -0.6307 -30.7001 -180.146 -38.3962 -35.4164 -20.3849 -20.8978 24.9974 -26
-STDOUT_22906=-136 0 -0.979321 -30.3799 0 -0.6307 -30.6991 -177.845 -38.1616 -38.4959 -18.298 -19.4637 24.9974 -25
-STDOUT_22907=-138 0 -0.853548 -31.0618 0 -0.6307 -30.5752 -180.392 -37.7909 -34.9005 -24.1623 -26.3943 25.9973 -27
-STDOUT_22908=-136 0 -0.979321 -30.1406 0 -0.6307 -30.6899 -175.749 -39.9334 -39.3826 -19.0866 -20.2262 24.9974 -25
-STDOUT_22909=-138 0 -0.853548 -30.9247 0 -0.6307 -31.2245 -182.108 -37.061 -34.1332 -23.8466 -25.3776 25.9973 -27
-STDOUT_22910=-136 0 -0.979321 -30.4247 0 -0.6307 -29.936 -173.428 -40.6003 -39.9601 -20.3586 -21.4027 24.9974 -25
-STDOUT_22911=-134 0 -0.853548 -29.5696 0 -0.6307 -30.3941 -176.002 -40.0125 -39.9174 -15.5888 -19.5142 24.9974 -26
-STDOUT_22912=-136 0 -0.979321 -29.0016 0 -0.6307 -30.6878 -176.308 -43.1294 -39.281 -20.7739 -21.0448 24.9974 -26
-STDOUT_22913=-136 0 -0.979321 -29.5907 0 -0.6307 -31.5536 -175.677 -40.785 -40.067 -18.8335 -19.9009 24.9974 -25
-STDOUT_22914=-136 0 -0.979321 -29.5539 0 -0.6307 -30.6867 -174.006 -42.8949 -42.3606 -18.687 -19.6108 24.9974 -25
-STDOUT_22915=-134 0 -0.853548 -30.1403 0 -0.6307 -29.2397 -176.602 -37.1788 -37.7984 -16.8249 -20.9476 24.9974 -26
-STDOUT_22916=-138 0 -0.853548 -30.2359 0 -0.6307 -30.5628 -176.553 -42.5241 -38.7651 -24.5513 -26.5414 25.9973 -27
-STDOUT_22917=-138 0 -0.853548 -30.0988 0 -0.6307 -31.2121 -178.269 -41.7942 -37.9978 -24.2357 -25.5247 25.9973 -27
-STDOUT_22918=-136 0 -0.979321 -29.9653 0 -0.6307 -30.1439 -179.825 -37.6217 -37.8319 -17.987 -19.1955 24.9974 -25
-STDOUT_22919=-136 0 -0.979321 -30.1246 0 -0.6307 -29.5324 -174.607 -40.0612 -40.2416 -19.9231 -21.0442 24.9974 -25
-STDOUT_22920=-136 0 -0.979321 -30.6558 0 -0.6307 -30.6884 -171.924 -40.7178 -40.1843 -21.0192 -21.9878 24.9974 -25
-STDOUT_22921=-136 0 -0.979321 -29.5988 0 -0.6307 -29.9237 -169.589 -45.3335 -43.8247 -20.7476 -21.5498 24.9974 -25
-STDOUT_22922=-136 0 -0.979321 -29.8853 0 -0.6307 -29.5232 -172.51 -41.833 -41.1282 -20.7117 -21.8067 24.9974 -25
-STDOUT_22923=-136 0 -0.979321 -31.1075 0 -0.6307 -31.0202 -176.016 -38.4086 -38.2689 -19.1979 -20.3901 24.9974 -25
-STDOUT_22924=-138 0 -0.853548 -29.9528 0 -0.6307 -29.0921 -177.268 -39.3462 -36.5426 -26.5979 -28.789 25.9973 -27
-STDOUT_22925=-138 0 -0.853548 -29.8157 0 -0.6307 -29.7414 -178.984 -38.6163 -35.7753 -26.2823 -27.7723 25.9973 -27
-STDOUT_22926=-134 0 -0.853548 -29.3144 0 -0.6307 -29.2274 -172.763 -41.9121 -41.663 -17.2139 -21.0946 24.9974 -26
-STDOUT_22927=-136 0 -0.979321 -29.1394 0 -0.6307 -30.1315 -175.986 -42.355 -41.6965 -18.376 -19.3425 24.9974 -25
-STDOUT_22928=-136 0 -0.979321 -29.3354 0 -0.6307 -30.3869 -172.439 -42.6846 -41.8126 -20.4586 -21.4814 24.9974 -25
-STDOUT_22929=-136 0 -0.979321 -29.2987 0 -0.6307 -29.52 -170.768 -44.7945 -44.1062 -20.3121 -21.1912 24.9974 -25
-STDOUT_22930=-136 0 -0.979321 -29.3157 0 -0.6307 -28.453 -170.304 -42.1556 -41.6022 -22.7942 -23.7974 24.9974 -25
-STDOUT_22931=-136 0 -0.979321 -29.8811 0 -0.6307 -30.8325 -177.665 -38.9539 -35.4164 -23.2678 -21.9041 24.9974 -26
-STDOUT_22932=-136 0 -0.979321 -29.8299 0 -0.6307 -30.676 -168.085 -45.4511 -44.0489 -21.4082 -22.1348 24.9974 -25
-STDOUT_22933=-136 0 -0.979321 -29.7607 0 -0.6307 -30.7721 -182.61 -35.7711 -36.1049 -18.7506 -20.3245 24.9974 -26
-STDOUT_22934=-136 0 -0.979321 -30.2816 0 -0.6307 -31.0078 -172.177 -43.1419 -42.1335 -19.5869 -20.5372 24.9974 -25
-STDOUT_22935=-138 0 -0.853548 -29.1269 0 -0.6307 -29.0798 -173.429 -44.0795 -40.4072 -26.9869 -28.936 25.9973 -27
-STDOUT_22936=-138 0 -0.853548 -28.9897 0 -0.6307 -29.7291 -175.145 -43.3496 -39.6399 -26.6713 -27.9194 25.9973 -27
-STDOUT_22937=-136 0 -0.979321 -28.8563 0 -0.6307 -28.6608 -176.701 -39.1771 -39.474 -20.4226 -21.5901 24.9974 -25
-STDOUT_22938=-136 0 -0.979321 -29.5468 0 -0.6307 -29.2054 -168.8 -42.2732 -41.8264 -23.4548 -24.3824 24.9974 -25
-STDOUT_22939=-136 0 -0.979321 -28.4898 0 -0.6307 -28.4406 -166.465 -46.8889 -45.4668 -23.1832 -23.9445 24.9974 -25
-STDOUT_22940=-136 0 -0.979321 -29.0551 0 -0.6307 -30.8201 -173.826 -43.6871 -39.281 -23.6569 -22.0512 24.9974 -26
-STDOUT_22941=-136 0 -0.979321 -29.9985 0 -0.6307 -29.5371 -172.893 -39.964 -39.9109 -21.6335 -22.7848 24.9974 -25
-STDOUT_22942=-134 0 -0.853548 -30.6192 0 -0.6307 -30.1583 -180.689 -34.267 -35.0512 -15.7473 -19.9165 24.9974 -26
-STDOUT_22943=-134 -0.276412 -0.853548 -30.8633 -0.280671 -0.6307 -30.4537 -181.178 -34.1806 -34.0122 -14.9722 -18.9584 25.9973 -26
-STDOUT_22944=-138 0 -0.853548 -31.0133 0 -0.6307 -30.7158 -178.796 -39.3643 -36.411 -24.5281 -26.7599 25.9973 -27
-STDOUT_22945=-138 0 -0.853548 -30.8762 0 -0.6307 -31.3651 -180.512 -38.6344 -35.6437 -24.2125 -25.7432 25.9973 -27
-STDOUT_22946=-134 0 -0.853548 -30.3799 0 -0.6307 -30.1491 -178.592 -36.0388 -35.9378 -16.536 -20.679 24.9974 -26
-STDOUT_22947=-136 0 -0.979321 -28.0303 0 -0.6307 -28.6485 -172.862 -43.9103 -43.3386 -20.8117 -21.7372 24.9974 -25
-STDOUT_22948=-136 0 -0.979321 -30.3762 0 -0.6307 -30.0766 -171.832 -42.1737 -41.4706 -20.7244 -21.7683 24.9974 -25
-STDOUT_22949=-136 0 -0.979321 -28.772 0 -0.6307 -29.3494 -174.541 -40.5092 -37.0584 -25.7035 -24.2988 24.9974 -26
-STDOUT_22950=-136 0 -0.979321 -30.3643 0 -0.6307 -30.4418 -176.597 -38.9212 -38.381 -19.6341 -20.7756 24.9974 -25
-STDOUT_22951=-136 0 -0.979321 -28.7208 0 -0.6307 -29.193 -164.962 -47.0064 -45.691 -23.8438 -24.5295 24.9974 -25
-STDOUT_22952=-136 0 -0.979321 -28.6517 0 -0.6307 -29.289 -179.487 -37.3264 -37.747 -21.1862 -22.7191 24.9974 -26
-STDOUT_22953=-136 0 -0.979321 -29.1726 0 -0.6307 -29.5248 -169.054 -44.6972 -43.7755 -22.0225 -22.9319 24.9974 -25
-STDOUT_22954=-136 0 -0.979321 -30.5641 0 -0.6307 -29.909 -174.821 -38.3344 -37.7788 -21.4717 -22.4425 24.9974 -25
-STDOUT_22955=-134 0 -0.853548 -29.83 0 -0.6307 -31.0128 -178.521 -36.8904 -36.6222 -16.2828 -20.3537 24.9974 -26
-STDOUT_22956=-134 0 -0.853548 -29.7933 0 -0.6307 -30.146 -176.85 -39.0003 -38.9158 -16.1363 -20.0636 24.9974 -26
-STDOUT_22957=-136 0 -0.979321 -28.9042 0 -0.6307 -31.2193 -179.711 -38.5272 -35.5764 -21.6696 -22.1663 24.9974 -26
-STDOUT_22958=-134 -0.276412 -0.853548 -30.0373 -0.280671 -0.6307 -30.4414 -177.339 -38.9138 -37.8768 -15.3612 -19.1055 25.9973 -26
-STDOUT_22959=-138 0 -0.853548 -30.1873 0 -0.6307 -30.7034 -174.957 -44.0975 -40.2756 -24.9172 -26.9069 25.9973 -27
-STDOUT_22960=-138 0 -0.853548 -30.0502 0 -0.6307 -31.3527 -176.673 -43.3676 -39.5084 -24.6015 -25.8903 25.9973 -27
-STDOUT_22961=-136 0 -0.979321 -28.5644 0 -0.6307 -30.1992 -177.378 -38.7674 -38.2982 -20.648 -21.7249 24.9974 -25
-STDOUT_22962=-136 0 -0.979321 -29.9167 0 -0.6307 -30.2845 -178.229 -39.1951 -39.3424 -18.3529 -19.561 24.9974 -25
-STDOUT_22963=-136 0 -0.979321 -29.8144 0 -0.6307 -31.3055 -176.525 -39.7728 -39.0654 -19.381 -20.4503 24.9974 -25
-STDOUT_22964=-136 0 -0.979321 -30.6072 0 -0.6307 -30.829 -170.328 -42.2912 -41.6948 -21.385 -22.3533 24.9974 -25
-STDOUT_22965=-136 0 -0.979321 -29.5502 0 -0.6307 -30.0643 -167.993 -46.9069 -45.3352 -21.1134 -21.9154 24.9974 -25
-STDOUT_22966=-136 0 -0.979321 -27.9461 0 -0.6307 -29.3371 -170.702 -45.2425 -40.923 -26.0925 -24.4459 24.9974 -26
-STDOUT_22967=-136 0 -0.979321 -31.059 0 -0.6307 -31.1608 -174.42 -39.982 -39.7794 -19.5637 -20.7557 24.9974 -25
-STDOUT_22968=-134 0 -0.853548 -29.5102 0 -0.6307 -28.6753 -177.565 -35.8224 -36.6932 -18.183 -22.3112 24.9974 -26
-STDOUT_22969=-134 -0.276412 -0.853548 -29.7542 -0.280671 -0.6307 -28.9707 -178.055 -35.7359 -35.6543 -17.4078 -21.353 25.9973 -26
-STDOUT_22970=-136 0 -0.979321 -30.8309 0 -0.6307 -30.7901 -178.773 -37.1548 -36.6111 -19.449 -20.0908 24.9974 -25
-STDOUT_22971=-136 0 -0.979321 -29.7382 0 -0.6307 -29.8966 -170.982 -43.0676 -41.6434 -21.8607 -22.5896 24.9974 -25
-STDOUT_22972=0 -3.22888 0 0 -2.51105 0 0 -87.5262 -16.1759 -33.811 -9.94998 -27.3083 9.99896 -28
-STDOUT_22973=0 -3.20049 0 0 -2.60173 0 0 -87.5262 -15.8848 -33.811 -9.76376 -27.3083 9.99896 -28
-STDOUT_22974=-6 -1.82178 0 -4.28603 -1.36422 0 -5.21611 -89.382 -17.01 -32.0654 -11.7791 -25.7279 10.9989 -28
-STDOUT_22975=-6 -1.79339 0 -4.28603 -1.4549 0 -5.21611 -89.382 -16.7189 -32.0654 -11.5929 -25.7279 10.9989 -28
-STDOUT_22976=0 -2.55305 0 0 -2.2971 0 0 -87.5262 -17.6624 -33.811 -11.2551 -27.3083 9.99896 -28
-STDOUT_22977=0 -2.52466 0 0 -2.38778 0 0 -87.5262 -17.3713 -33.811 -11.0689 -27.3083 9.99896 -28
-STDOUT_22978=0 -3.32344 0 0 -1.95898 0 0 -95.278 -13.4085 -30.0248 -9.25683 -25.3192 9.99896 -28
-STDOUT_22979=0 -3.29505 0 0 -2.04966 0 0 -95.278 -13.1174 -30.0248 -9.07061 -25.3192 9.99896 -28
-STDOUT_22980=0 -3.28508 0 0 -2.60196 0 0 -84.2318 -16.6822 -35.6918 -10.8276 -29.3416 8.99907 -28
-STDOUT_22981=0 -3.25669 0 0 -2.69264 0 0 -84.2318 -16.3911 -35.6918 -10.6414 -29.3416 8.99907 -28
-STDOUT_22982=0 -3.4734 0 0 -2.83328 0 0 -87.5262 -16.7823 -33.811 -9.3458 -27.3083 8.99907 -28
-STDOUT_22983=0 -3.03662 0 0 -1.91938 0 0 -81.5795 -22.8253 -40.8106 -8.33504 -22.0344 9.99896 -25
-STDOUT_22984=0 -3.00822 0 0 -2.01006 0 0 -81.5795 -22.5342 -40.8106 -8.14882 -22.0344 9.99896 -25
-STDOUT_22985=-6 -2.06631 0 -4.28603 -1.68646 0 -5.21611 -89.382 -17.6165 -32.0654 -11.1749 -25.7279 9.99896 -28
-STDOUT_22986=0 -2.64761 0 0 -1.74503 0 0 -95.278 -14.895 -30.0248 -10.562 -25.3191 9.99896 -28
-STDOUT_22987=0 -2.61922 0 0 -1.83571 0 0 -95.278 -14.6039 -30.0248 -10.3757 -25.3192 9.99896 -28
-STDOUT_22988=0 -2.60925 0 0 -2.388 0 0 -84.2318 -18.1687 -35.6918 -12.1327 -29.3416 8.99907 -28
-STDOUT_22989=0 -2.58086 0 0 -2.47868 0 0 -84.2318 -17.8776 -35.6918 -11.9465 -29.3416 8.99907 -28
-STDOUT_22990=0 -3.37964 0 0 -2.04989 0 0 -91.9835 -13.9148 -31.9056 -10.1344 -27.3524 8.99907 -28
-STDOUT_22991=0 -3.35125 0 0 -2.14057 0 0 -91.9835 -13.6237 -31.9056 -9.94823 -27.3524 8.99907 -28
-STDOUT_22992=0 -3.83923 0 0 -3.05004 0 0 -87.5262 -15.0238 -33.811 -9.24501 -27.3083 9.99896 -28
-STDOUT_22993=0 -3.36222 0 0 -2.7916 0 0 -87.5262 -16.3803 -33.811 -9.61934 -27.3083 10.9989 -28
-STDOUT_22994=0 -3.29905 0 0 -2.67085 0 0 -80.0203 -20.131 -38.8794 -8.65265 -27.0541 8.99907 -26
-STDOUT_22995=0 -2.79757 0 0 -2.61933 0 0 -87.5262 -18.2689 -33.811 -10.6509 -27.3083 8.99907 -28
-STDOUT_22996=0 -4.01491 0 0 -2.68231 0 0 -87.5262 -15.5057 -33.811 -10.5855 -27.3083 9.99896 -28
-STDOUT_22997=0 -3.56796 0 0 -2.28121 0 0 -95.278 -14.015 -30.0248 -8.65265 -25.3192 8.99907 -28
-STDOUT_22998=0 -3.43524 0 0 -2.70092 0 0 -87.5262 -16.5803 -33.811 -10.0063 -27.3083 10.9989 -28
-STDOUT_22999=0 -3.52961 0 0 -2.92419 0 0 -84.2318 -17.2886 -35.6918 -10.2234 -29.3416 7.99917 -28
-STDOUT_23000=-6 -2.43214 0 -4.28603 -1.90321 0 -5.21611 -89.382 -15.8579 -32.0654 -11.0742 -25.7279 10.9989 -28
-STDOUT_23001=0 -3.11337 0 0 -2.05907 0 0 -92.7693 -15.5221 -31.5353 -10.6431 -25.6847 9.99896 -28
-STDOUT_23002=-6 -1.95512 0 -4.28603 -1.64477 0 -5.21611 -89.382 -17.2144 -32.0654 -11.4485 -25.7279 11.9988 -28
-STDOUT_23003=0 -3.08497 0 0 -2.14975 0 0 -92.7693 -15.231 -31.5353 -10.4569 -25.6847 9.99896 -28
-STDOUT_23004=-6 -1.89195 0 -4.28603 -1.52402 0 -5.21611 -81.8762 -20.9651 -37.1338 -10.4818 -25.4736 9.99896 -26
-STDOUT_23005=0 -3.33228 0 0 -2.95936 0 0 -87.5262 -16.0559 -33.811 -9.81478 -27.3083 9.99896 -28
-STDOUT_23006=-6 -2.60782 0 -4.28603 -1.53548 0 -5.21611 -89.382 -16.3398 -32.0654 -12.4146 -25.7279 10.9989 -28
-STDOUT_23007=0 -3.09282 0 0 -2.01029 0 0 -78.2851 -23.3316 -42.6915 -9.21266 -24.0677 8.99907 -25
-STDOUT_23008=-6 -2.02815 0 -4.28603 -1.55409 0 -5.21611 -89.382 -17.4145 -32.0654 -11.8355 -25.7279 11.9988 -28
-STDOUT_23009=0 -3.06443 0 0 -2.10096 0 0 -78.2851 -23.0405 -42.6915 -9.02644 -24.0677 8.99907 -25
-STDOUT_23010=0 -3.79152 0 0 -2.72781 0 0 -87.5262 -16.8732 -33.811 -9.76208 -27.3083 10.9989 -28
-STDOUT_23011=0 -2.70381 0 0 -1.83593 0 0 -91.9835 -15.4013 -31.9056 -11.4396 -27.3524 8.99907 -28
-STDOUT_23012=-6 -1.92519 0 -4.28603 -1.81253 0 -5.21611 -89.382 -16.89 -32.0654 -11.6439 -25.7279 10.9989 -28
-STDOUT_23013=0 -3.28114 0 0 -2.24161 0 0 -81.5795 -23.4318 -40.8106 -7.73086 -22.0344 8.99907 -25
-STDOUT_23014=0 -2.67542 0 0 -1.92661 0 0 -91.9835 -15.1102 -31.9056 -11.2534 -27.3524 8.99907 -28
-STDOUT_23015=0 -3.1634 0 0 -2.83608 0 0 -87.5262 -16.5103 -33.811 -10.5501 -27.3083 9.99896 -28
-STDOUT_23016=0 -2.68639 0 0 -2.57764 0 0 -87.5262 -17.8668 -33.811 -10.9245 -27.3083 10.9989 -28
-STDOUT_23017=0 -2.62322 0 0 -2.4569 0 0 -80.0203 -21.6175 -38.8794 -9.95778 -27.0541 8.99907 -26
-STDOUT_23018=0 -3.93379 0 0 -2.49797 0 0 -95.278 -12.2564 -30.0248 -8.55186 -25.3192 9.99896 -28
-STDOUT_23019=0 -3.45678 0 0 -2.23953 0 0 -95.278 -13.6129 -30.0248 -8.92619 -25.3192 10.9989 -28
-STDOUT_23020=0 -3.33908 0 0 -2.46836 0 0 -87.5262 -16.9922 -33.811 -11.8906 -27.3083 9.99896 -28
-STDOUT_23021=-10 -2.27542 0 -9.62127 -1.15472 0 -6.99438 -99.9072 -14.9634 -29.2086 -9.56567 -24.1039 12.9986 -28
-STDOUT_23022=0 -3.89544 0 0 -3.14094 0 0 -84.2318 -15.5301 -35.6918 -10.1226 -29.3416 8.99907 -28
-STDOUT_23023=-6 -2.38443 0 -4.28603 -1.58098 0 -5.21611 -89.382 -17.7073 -32.0654 -11.5912 -25.7279 11.9988 -28
-STDOUT_23024=-10 -2.24703 0 -9.62127 -1.2454 0 -6.99438 -99.9072 -14.6724 -29.2086 -9.37945 -24.1039 12.9986 -28
-STDOUT_23025=0 -3.39361 0 0 -2.11878 0 0 -87.7721 -17.3636 -35.0932 -7.95951 -25.0649 8.99907 -26
-STDOUT_23026=0 -3.41842 0 0 -2.8825 0 0 -84.2318 -16.8866 -35.6918 -10.497 -29.3416 9.99896 -28
-STDOUT_23027=0 -2.89213 0 0 -2.06726 0 0 -95.278 -15.5015 -30.0248 -9.95778 -25.3192 8.99907 -28
-STDOUT_23028=0 -2.75941 0 0 -2.48696 0 0 -87.5262 -18.0668 -33.811 -11.3114 -27.3083 10.9989 -28
-STDOUT_23029=0 -3.35525 0 0 -2.76176 0 0 -76.7259 -20.6373 -40.7602 -9.53027 -29.0874 7.99917 -26
-STDOUT_23030=0 -4.10947 0 0 -2.13024 0 0 -95.278 -12.7383 -30.0248 -9.89233 -25.3192 9.99896 -28
-STDOUT_23031=0 -2.85378 0 0 -2.71023 0 0 -84.2318 -18.7752 -35.6918 -11.5285 -29.3416 7.99917 -28
-STDOUT_23032=0 -4.07112 0 0 -2.77322 0 0 -84.2318 -16.012 -35.6918 -11.4631 -29.3416 8.99907 -28
-STDOUT_23033=0 -3.5298 0 0 -2.14885 0 0 -95.278 -13.813 -30.0248 -9.31317 -25.3192 10.9989 -28
-STDOUT_23034=0 -2.43754 0 0 -1.84511 0 0 -92.7693 -17.0086 -31.5353 -11.9483 -25.6847 9.99896 -28
-STDOUT_23035=0 -3.62417 0 0 -2.37212 0 0 -91.9835 -14.5213 -31.9056 -9.53027 -27.3524 7.99917 -28
-STDOUT_23036=0 -2.40914 0 0 -1.93579 0 0 -92.7693 -16.7175 -31.5353 -11.762 -25.6847 9.99896 -28
-STDOUT_23037=0 -3.49145 0 0 -2.79182 0 0 -84.2318 -17.0866 -35.6918 -10.8839 -29.3416 9.99896 -28
-STDOUT_23038=0 -2.65645 0 0 -2.7454 0 0 -87.5262 -17.5424 -33.811 -11.1199 -27.3083 9.99896 -28
-STDOUT_23039=0 -3.20529 0 0 -1.87553 0 0 -92.6169 -14.8746 -33.1503 -9.4413 -24.5308 8.99907 -27
-STDOUT_23040=0 -3.16957 0 0 -2.14997 0 0 -89.4749 -16.0284 -33.4161 -11.5207 -27.718 8.99907 -28
-STDOUT_23041=0 -3.1769 0 0 -1.96621 0 0 -92.6169 -14.5835 -33.1503 -9.25508 -24.5308 8.99907 -27
-STDOUT_23042=0 -3.42684 0 0 -2.40729 0 0 -95.278 -13.2885 -30.0248 -9.12163 -25.3192 9.99896 -28
-STDOUT_23043=0 -3.14118 0 0 -2.24065 0 0 -89.4749 -15.7373 -33.4161 -11.3345 -27.718 8.99907 -28
-STDOUT_23044=0 -3.51978 0 0 -2.72567 0 0 -87.5262 -16.2561 -33.811 -11.3599 -27.3083 9.99896 -28
-STDOUT_23045=0 -3.38849 0 0 -3.05026 0 0 -84.2318 -16.5622 -35.6918 -10.6924 -29.3416 8.99907 -28
-STDOUT_23046=0 -3.49139 0 0 -2.81635 0 0 -87.5262 -15.965 -33.811 -11.1737 -27.3083 9.99896 -28
-STDOUT_23047=0 -3.1157 0 0 -2.51385 0 0 -87.5262 -18.3597 -33.811 -11.0672 -27.3083 10.9989 -28
-STDOUT_23048=0 -3.61076 0 0 -2.72014 0 0 -87.5262 -16.6263 -33.811 -10.7513 -27.3083 10.9989 -28
-STDOUT_23049=0 -3.64697 0 0 -2.45837 0 0 -81.5795 -21.6732 -40.8106 -7.63007 -22.0344 9.99896 -25
-STDOUT_23050=0 -3.58237 0 0 -2.81082 0 0 -87.5262 -16.3352 -33.811 -10.5651 -27.3083 10.9989 -28
-STDOUT_23051=0 -3.16995 0 0 -2.19993 0 0 -81.5795 -23.0297 -40.8106 -8.0044 -22.0344 10.9989 -25
-STDOUT_23052=0 -3.65747 0 0 -3.02315 0 0 -87.5262 -17.1983 -33.811 -9.48962 -27.3083 9.99896 -28
-STDOUT_23053=0 -3.88608 0 0 -2.17574 0 0 -95.278 -14.1058 -30.0248 -9.06894 -25.3192 10.9989 -28
-STDOUT_23054=0 -3.10679 0 0 -2.07918 0 0 -74.0737 -26.7804 -45.879 -7.03771 -21.7801 8.99907 -23
-STDOUT_23055=0 -3.35789 0 0 -2.3813 0 0 -92.7693 -16.1285 -31.5353 -10.0389 -25.6847 8.99907 -28
-STDOUT_23056=0 -3.84773 0 0 -2.81871 0 0 -84.2318 -17.3795 -35.6918 -10.6397 -29.3416 9.99896 -28
-STDOUT_23057=0 -3.82265 0 0 -2.09064 0 0 -81.5795 -22.1551 -40.8106 -8.97054 -22.0344 9.99896 -25
-STDOUT_23058=0 -3.24298 0 0 -2.10925 0 0 -81.5795 -23.2297 -40.8106 -8.39138 -22.0344 10.9989 -25
-STDOUT_23059=0 -3.25796 0 0 -2.28401 0 0 -95.278 -13.743 -30.0248 -9.85698 -25.3192 9.99896 -28
-STDOUT_23060=0 -3.19296 0 0 -2.84753 0 0 -87.5262 -17.5447 -33.811 -10.2089 -27.3083 10.9989 -28
-STDOUT_23061=0 -2.78095 0 0 -2.02557 0 0 -95.278 -15.0994 -30.0248 -10.2313 -25.3192 10.9989 -28
-STDOUT_23062=0 -3.33735 0 0 -2.33252 0 0 -78.2851 -23.9381 -42.6915 -8.60848 -24.0677 7.99917 -25
-STDOUT_23063=0 -3.21961 0 0 -2.92699 0 0 -84.2318 -17.0166 -35.6918 -11.4277 -29.3416 8.99907 -28
-STDOUT_23064=0 -3.16457 0 0 -2.9382 0 0 -87.5262 -17.2536 -33.811 -10.0227 -27.3083 10.9989 -28
-STDOUT_23065=0 -2.71778 0 0 -1.90483 0 0 -87.7721 -18.8502 -35.0932 -9.26463 -25.0649 8.99907 -26
-STDOUT_23066=0 -2.74259 0 0 -2.66855 0 0 -84.2318 -18.3731 -35.6918 -11.8021 -29.3416 9.99896 -28
-STDOUT_23067=-6 -2.20366 0 -4.28603 -1.57332 0 -5.21611 -89.382 -17.4605 -32.0654 -12.5804 -25.7279 11.9988 -28
-STDOUT_23068=0 -4.03513 0 0 -2.82547 0 0 -87.5262 -14.9198 -33.811 -12.022 -27.3083 8.99907 -28
-STDOUT_23069=-6 -2.17527 0 -4.28603 -1.664 0 -5.21611 -89.382 -17.1694 -32.0654 -12.3942 -25.7279 11.9988 -28
-STDOUT_23070=0 -2.67942 0 0 -2.5478 0 0 -76.7259 -22.1238 -40.7602 -10.8354 -29.0874 7.99917 -26
-STDOUT_23071=0 -2.91847 0 0 -1.83593 0 0 -78.9185 -24.2913 -43.9362 -8.51951 -21.246 8.99907 -24
-STDOUT_23072=-6 -2.18009 -6.22274 -1.69358 -1.94962 -2.94444 -3.48664 -91.9261 -12.8489 -30.0248 -8.75005 -25.3192 11.9988 -28
-STDOUT_23073=-6 -2.18009 -6.22274 -1.64986 -2.19142 -2.94444 -3.48664 -90.087 -12.8367 -31.429 -8.95956 -24.4576 11.9988 -27
-STDOUT_23074=-6 -2.4003 -6.22274 -1.57904 -2.22513 -2.94444 -3.48664 -91.9261 -13.2555 -30.0248 -9.53617 -25.3192 12.9986 -28
-STDOUT_23075=-6 -2.01836 -6.22274 -1.69358 -1.75976 -2.94444 -3.48664 -91.9261 -12.3534 -30.0248 -8.89447 -25.3192 10.9989 -28
-STDOUT_23076=-6 -2.81883 -6.22274 -1.69358 -2.7089 -2.94444 -3.48664 -91.9261 -11.988 -30.0248 -8.23129 -25.3192 11.9988 -28
-STDOUT_23077=-6 -2.4003 -6.22274 -1.53532 -2.46692 -2.94444 -3.48664 -90.087 -13.2432 -31.429 -9.74569 -24.4576 12.9986 -27
-STDOUT_23078=-6 -2.56197 -6.22274 -1.69358 -2.15872 -2.94444 -3.48664 -91.9261 -13.2994 -30.0248 -9.55134 -25.3192 12.9986 -28
-STDOUT_23079=-6 -2.25311 -6.22274 -1.69358 -1.96043 -2.94444 -3.48664 -91.9261 -13.049 -30.0248 -9.13703 -25.3192 11.9988 -28
-STDOUT_23080=-6 -2.22362 -6.22274 -1.69358 -2.27114 -2.94444 -3.48664 -91.9261 -14.1308 -30.0248 -8.95562 -25.3192 12.9986 -28
-STDOUT_23081=-6 -1.84455 -6.22274 -2.60797 -1.3992 -2.94444 -3.48664 -91.9261 -12.9853 -30.0248 -8.0044 -25.3192 10.9989 -28
-STDOUT_23082=-6 -2.01836 -6.22274 -1.64986 -2.00155 -2.94444 -3.48664 -90.087 -12.3412 -31.429 -9.10398 -24.4576 10.9989 -27
-STDOUT_23083=-6 -2.81883 -6.22274 -1.64986 -2.95069 -2.94444 -3.48664 -90.087 -11.9757 -31.429 -8.44081 -24.4576 11.9988 -27
-STDOUT_23084=-6 -2.81576 -6.22274 -1.69358 -2.16998 -2.94444 -3.48664 -91.9261 -13.7463 -30.0248 -8.94913 -25.3192 12.9986 -28
-STDOUT_23085=-6 -2.56197 -6.22274 -1.64986 -2.40051 -2.94444 -3.48664 -90.087 -13.2872 -31.429 -9.76085 -24.4576 12.9986 -27
-STDOUT_23086=-6 -2.23857 -6.22274 -1.57904 -2.03527 -2.94444 -3.48664 -91.9261 -12.76 -30.0248 -9.6806 -25.3192 11.9988 -28
-STDOUT_23087=-6 -3.03905 -6.22274 -1.57904 -2.98441 -2.94444 -3.48664 -91.9261 -12.3945 -30.0248 -9.01742 -25.3192 12.9986 -28
-STDOUT_23088=-6 -2.25311 -6.22274 -1.64986 -2.20222 -2.94444 -3.48664 -90.087 -13.0367 -31.429 -9.34654 -24.4576 11.9988 -27
-STDOUT_23089=-6 -2.22362 -6.22274 -1.64986 -2.51293 -2.94444 -3.48664 -90.087 -14.1186 -31.429 -9.16514 -24.4576 12.9986 -27
-STDOUT_23090=-6 -2.78218 -6.22274 -1.57904 -2.43422 -2.94444 -3.48664 -91.9261 -13.7059 -30.0248 -10.3375 -25.3192 13.9985 -28
-STDOUT_23091=-6 -2.47333 -6.22274 -1.57904 -2.23594 -2.94444 -3.48664 -91.9261 -13.4555 -30.0248 -9.92315 -25.3192 12.9986 -28
-STDOUT_23092=-6 -2.44383 -6.22274 -1.57904 -2.54665 -2.94444 -3.48664 -91.9261 -14.5373 -30.0248 -9.74175 -25.3192 13.9985 -28
-STDOUT_23093=-6 -2.6571 -6.22274 -1.69358 -2.51904 -2.94444 -3.48664 -91.9261 -11.4925 -30.0248 -8.37572 -25.3192 10.9989 -28
-STDOUT_23094=-6 -2.04675 -6.22274 -1.69358 -1.77056 -2.94444 -3.48664 -91.9261 -12.6445 -30.0248 -9.08069 -25.3192 10.9989 -28
-STDOUT_23095=-6 -2.81576 -6.22274 -1.64986 -2.41177 -2.94444 -3.48664 -90.087 -13.7341 -31.429 -9.15865 -24.4576 12.9986 -27
-STDOUT_23096=-6 -2.06477 -6.22274 -2.49342 -1.6747 -2.94444 -3.48664 -91.9261 -13.3919 -30.0248 -8.79053 -25.3192 11.9988 -28
-STDOUT_23097=-6 -2.23857 -6.22274 -1.53532 -2.27706 -2.94444 -3.48664 -90.087 -12.7477 -31.429 -9.89011 -24.4576 11.9988 -27
-STDOUT_23098=-6 -3.03905 -6.22274 -1.53532 -3.2262 -2.94444 -3.48664 -90.087 -12.3823 -31.429 -9.22694 -24.4576 12.9986 -27
-STDOUT_23099=-6 -2.40024 -6.22274 -1.69358 -1.96885 -2.94444 -3.48664 -91.9261 -12.8039 -30.0248 -9.69576 -25.3192 11.9988 -28
-STDOUT_23100=-6 -3.20071 -6.22274 -1.69358 -2.91799 -2.94444 -3.48664 -91.9261 -12.4384 -30.0248 -9.03258 -25.3192 12.9986 -28
-STDOUT_23101=-6 -3.03597 -6.22274 -1.57904 -2.44549 -2.94444 -3.48664 -91.9261 -14.1528 -30.0248 -9.73526 -25.3192 13.9985 -28
-STDOUT_23102=-6 -2.78218 -6.22274 -1.53532 -2.67601 -2.94444 -3.48664 -90.087 -13.6937 -31.429 -10.547 -24.4576 13.9985 -27
-STDOUT_23103=-6 -2.34739 -6.22274 -1.69358 -2.35083 -2.94444 -3.48664 -91.9261 -14.3581 -30.0248 -8.97012 -25.3192 12.9986 -28
-STDOUT_23104=-6 -2.06189 -6.22274 -1.69358 -2.08127 -2.94444 -3.48664 -91.9261 -13.6353 -30.0248 -9.10004 -25.3192 11.9988 -28
-STDOUT_23105=-6 -2.6094 -6.22274 -1.69358 -1.98012 -2.94444 -3.48664 -91.9261 -13.3418 -30.0248 -8.89279 -25.3192 11.9988 -28
-STDOUT_23106=-6 -2.86236 -6.22274 -1.69358 -3.03042 -2.94444 -3.48664 -91.9261 -13.2698 -30.0248 -8.43687 -25.3192 12.9986 -28
-STDOUT_23107=-6 -2.47333 -6.22274 -1.53532 -2.47773 -2.94444 -3.48664 -90.087 -13.4433 -31.429 -10.1327 -24.4576 12.9986 -27
-STDOUT_23108=-6 -2.44383 -6.22274 -1.53532 -2.78844 -2.94444 -3.48664 -90.087 -14.5251 -31.429 -9.95127 -24.4576 13.9985 -27
-STDOUT_23109=-6 -1.68282 -6.22274 -2.60797 -1.20933 -2.94444 -3.48664 -91.9261 -12.4898 -30.0248 -8.14882 -25.3192 9.99896 -28
-STDOUT_23110=-6 -2.4833 -6.22274 -2.60797 -2.15848 -2.94444 -3.48664 -91.9261 -12.1244 -30.0248 -7.48565 -25.3192 10.9989 -28
-STDOUT_23111=-6 -2.6571 -6.22274 -1.64986 -2.76083 -2.94444 -3.48664 -90.087 -11.4802 -31.429 -8.58523 -24.4576 10.9989 -27
-STDOUT_23112=-6 -2.04675 -6.22274 -1.64986 -2.01235 -2.94444 -3.48664 -90.087 -12.6323 -31.429 -9.29021 -24.4576 10.9989 -27
-STDOUT_23113=-6 -3.24297 -6.22274 -1.69358 -2.98627 -2.94444 -3.48664 -91.9261 -12.8767 -30.0248 -8.54082 -25.3192 12.9986 -28
-STDOUT_23114=-6 -2.63499 -6.22274 -1.69358 -2.16952 -2.94444 -3.48664 -91.9261 -13.4994 -30.0248 -9.93832 -25.3192 12.9986 -28
-STDOUT_23115=-6 -2.6055 -6.22274 -1.69358 -2.48023 -2.94444 -3.48664 -91.9261 -14.5813 -30.0248 -9.75691 -25.3192 13.9985 -28
-STDOUT_23116=-6 -2.29664 -6.22274 -1.69358 -2.28194 -2.94444 -3.48664 -91.9261 -14.3308 -30.0248 -9.3426 -25.3192 12.9986 -28
-STDOUT_23117=-6 -2.22643 -6.22274 -2.60797 -1.60829 -2.94444 -3.48664 -91.9261 -13.4358 -30.0248 -8.80569 -25.3192 11.9988 -28
-STDOUT_23118=-6 -3.4545 -6.22274 -1.69358 -2.92926 -2.94444 -3.48664 -91.9261 -12.8853 -30.0248 -8.43038 -25.3192 12.9986 -28
-STDOUT_23119=-6 -2.40024 -6.22274 -1.64986 -2.21064 -2.94444 -3.48664 -90.087 -12.7917 -31.429 -9.90528 -24.4576 11.9988 -27
-STDOUT_23120=-6 -3.20071 -6.22274 -1.64986 -3.15979 -2.94444 -3.48664 -90.087 -12.4262 -31.429 -9.2421 -24.4576 12.9986 -27
-STDOUT_23121=-6 -2.87732 -6.22274 -1.57904 -2.79454 -2.94444 -3.48664 -91.9261 -11.899 -30.0248 -9.16184 -25.3192 11.9988 -28
-STDOUT_23122=-6 -2.26697 -6.22274 -1.57904 -2.04607 -2.94444 -3.48664 -91.9261 -13.0511 -30.0248 -9.86682 -25.3192 11.9988 -28
-STDOUT_23123=-6 -3.03597 -6.22274 -1.53532 -2.68728 -2.94444 -3.48664 -90.087 -14.1406 -31.429 -9.94478 -24.4576 13.9985 -27
-STDOUT_23124=0 -3.0754 0 0 -2.60758 0 0 -87.5262 -15.7527 -33.811 -8.69755 -27.3083 10.9989 -28
-STDOUT_23125=-6 -2.34739 -6.22274 -1.64986 -2.59262 -2.94444 -3.48664 -90.087 -14.3458 -31.429 -9.17964 -24.4576 12.9986 -27
-STDOUT_23126=-6 -1.91758 -6.22274 -2.60797 -1.41 -2.94444 -3.48664 -91.9261 -13.1854 -30.0248 -8.39138 -25.3192 10.9989 -28
-STDOUT_23127=-6 -2.06189 -6.22274 -1.64986 -2.32307 -2.94444 -3.48664 -90.087 -13.6231 -31.429 -9.30956 -24.4576 11.9988 -27
-STDOUT_23128=-6 -2.6094 -6.22274 -1.64986 -2.22191 -2.94444 -3.48664 -90.087 -13.3296 -31.429 -9.10231 -24.4576 11.9988 -27
-STDOUT_23129=-6 -2.86236 -6.22274 -1.64986 -3.27221 -2.94444 -3.48664 -90.087 -13.2576 -31.429 -8.64639 -24.4576 12.9986 -27
-STDOUT_23130=-6 -1.93795 -6.22274 -1.69358 -1.54782 -2.94444 -3.48664 -91.9261 -13.6129 -30.0248 -8.92619 -25.3192 10.9989 -28
-STDOUT_23131=-6 -3.19764 -6.22274 -1.69358 -2.37907 -2.94444 -3.48664 -91.9261 -14.1968 -30.0248 -9.75042 -25.3192 13.9985 -28
-STDOUT_23132=-6 -2.80291 -6.22274 -1.69358 -2.46045 -2.94444 -3.48664 -91.9261 -14.0504 -30.0248 -8.87121 -25.3192 12.9986 -28
-STDOUT_23133=-6 -2.62045 -6.22274 -1.57904 -2.24436 -2.94444 -3.48664 -91.9261 -13.2104 -30.0248 -10.4819 -25.3192 12.9986 -28
-STDOUT_23134=-6 -3.24297 -6.22274 -1.64986 -3.22806 -2.94444 -3.48664 -90.087 -12.8645 -31.429 -8.75034 -24.4576 12.9986 -27
-STDOUT_23135=-6 -3.42093 -6.22274 -1.57904 -3.1935 -2.94444 -3.48664 -91.9261 -12.845 -30.0248 -9.81871 -25.3192 13.9985 -28
-STDOUT_23136=-6 -2.85929 -6.22274 -1.69358 -2.4915 -2.94444 -3.48664 -91.9261 -15.0281 -30.0248 -9.1547 -25.3192 13.9985 -28
-STDOUT_23137=-6 -2.63499 -6.22274 -1.64986 -2.41131 -2.94444 -3.48664 -90.087 -13.4872 -31.429 -10.1478 -24.4576 12.9986 -27
-STDOUT_23138=-6 -2.6055 -6.22274 -1.64986 -2.72202 -2.94444 -3.48664 -90.087 -14.569 -31.429 -9.96643 -24.4576 13.9985 -27
-STDOUT_23139=-6 -2.56761 -6.22274 -1.57904 -2.62634 -2.94444 -3.48664 -91.9261 -14.7646 -30.0248 -9.75625 -25.3192 13.9985 -28
-STDOUT_23140=-6 -2.2821 -6.22274 -1.57904 -2.35678 -2.94444 -3.48664 -91.9261 -14.0418 -30.0248 -9.88617 -25.3192 12.9986 -28
-STDOUT_23141=-6 -2.82961 -6.22274 -1.57904 -2.25562 -2.94444 -3.48664 -91.9261 -13.7484 -30.0248 -9.67892 -25.3192 12.9987 -28
-STDOUT_23142=-6 -3.08258 -6.22274 -1.57904 -3.30593 -2.94444 -3.48664 -91.9261 -13.6763 -30.0248 -9.223 -25.3192 13.9985 -28
-STDOUT_23143=-6 -2.48022 -6.22274 -2.60797 -1.61955 -2.94444 -3.48664 -91.9261 -13.8827 -30.0248 -8.20348 -25.3192 11.9988 -28
-STDOUT_23144=-6 -2.29664 -6.22274 -1.64986 -2.52373 -2.94444 -3.48664 -90.087 -14.3186 -31.429 -9.55212 -24.4576 12.9986 -27
-STDOUT_23145=-6 -3.4545 -6.22274 -1.64986 -3.17105 -2.94444 -3.48664 -90.087 -12.8731 -31.429 -8.63989 -24.4576 12.9986 -27
-STDOUT_23146=-6 -1.90304 -6.22274 -2.49342 -1.48484 -2.94444 -3.48664 -91.9261 -12.8964 -30.0248 -8.93495 -25.3192 10.9989 -28
-STDOUT_23147=-6 -2.70352 -6.22274 -2.49342 -2.43398 -2.94444 -3.48664 -91.9261 -12.5309 -30.0248 -8.27178 -25.3192 11.9988 -28
-STDOUT_23148=-6 -2.87732 -6.22274 -1.53532 -3.03634 -2.94444 -3.48664 -90.087 -11.8868 -31.429 -9.37136 -24.4576 11.9988 -27
-STDOUT_23149=-6 -2.26697 -6.22274 -1.53532 -2.28786 -2.94444 -3.48664 -90.087 -13.0388 -31.429 -10.0763 -24.4576 11.9988 -27
-STDOUT_23150=-6 -1.93795 -6.22274 -1.64986 -1.78962 -2.94444 -3.48664 -90.087 -13.6007 -31.429 -9.13571 -24.4576 10.9989 -27
-STDOUT_23151=-6 -3.46319 -6.22274 -1.57904 -3.26178 -2.94444 -3.48664 -91.9261 -13.2833 -30.0248 -9.32695 -25.3192 13.9985 -28
-STDOUT_23152=-6 -2.85521 -6.22274 -1.57904 -2.44503 -2.94444 -3.48664 -91.9261 -13.906 -30.0248 -10.7244 -25.3192 13.9985 -28
-STDOUT_23153=-6 -2.82571 -6.22274 -1.57904 -2.75574 -2.94444 -3.48664 -91.9261 -14.9878 -30.0248 -10.543 -25.3192 14.9984 -28
-STDOUT_23154=-6 -3.03898 -6.22274 -1.69358 -2.72813 -2.94444 -3.48664 -91.9261 -11.9429 -30.0248 -9.177 -25.3192 11.9988 -28
-STDOUT_23155=-6 -2.42863 -6.22274 -1.69358 -1.97965 -2.94444 -3.48664 -91.9261 -13.095 -30.0248 -9.88198 -25.3192 11.9988 -28
-STDOUT_23156=-6 -3.19764 -6.22274 -1.64986 -2.62087 -2.94444 -3.48664 -90.087 -14.1845 -31.429 -9.95994 -24.4576 13.9985 -27
-STDOUT_23157=-6 -2.35651 -6.22274 -1.69358 -2.71971 -2.94444 -3.48664 -91.9261 -12.929 -30.0248 -9.00182 -25.3192 11.9988 -28
-STDOUT_23158=-6 -2.51686 -6.22274 -1.57904 -2.55745 -2.94444 -3.48664 -91.9261 -14.7374 -30.0248 -10.1287 -25.3192 13.9985 -28
-STDOUT_23159=-6 -2.80291 -6.22274 -1.64986 -2.70224 -2.94444 -3.48664 -90.087 -14.0382 -31.429 -9.08073 -24.4576 12.9986 -27
-STDOUT_23160=-6 -2.44665 -6.22274 -2.49342 -1.88379 -2.94444 -3.48664 -91.9261 -13.8423 -30.0248 -9.59182 -25.3192 12.9986 -28
-STDOUT_23161=-6 -3.67472 -6.22274 -1.57904 -3.20477 -2.94444 -3.48664 -91.9261 -13.2919 -30.0248 -9.21651 -25.3192 13.9985 -28
-STDOUT_23162=-6 -2.62045 -6.22274 -1.53532 -2.48615 -2.94444 -3.48664 -90.087 -13.1982 -31.429 -10.6914 -24.4576 12.9986 -27
-STDOUT_23163=-6 -3.42093 -6.22274 -1.53532 -3.43529 -2.94444 -3.48664 -90.087 -12.8327 -31.429 -10.0282 -24.4576 13.9985 -27
-STDOUT_23164=-6 -2.18566 -6.22274 -1.69358 -2.16097 -2.94444 -3.48664 -91.9261 -13.8626 -30.0248 -9.11454 -25.3192 11.9988 -28
-STDOUT_23165=-6 -2.99451 -6.22274 -1.69358 -2.17523 -2.94444 -3.48664 -91.9261 -12.4698 -30.0248 -9.57176 -25.3192 11.9988 -28
-STDOUT_23166=-6 -2.98614 -6.22274 -1.69358 -3.11011 -2.94444 -3.48664 -91.9261 -13.4971 -30.0248 -8.45137 -25.3192 12.9986 -28
-STDOUT_23167=-6 -2.70063 -6.22274 -1.69358 -2.84055 -2.94444 -3.48664 -91.9261 -12.7743 -30.0248 -8.58129 -25.3192 11.9988 -28
-STDOUT_23168=-6 -2.09028 -6.22274 -1.69358 -2.09208 -2.94444 -3.48664 -91.9261 -13.9264 -30.0248 -9.28626 -25.3192 11.9988 -28
-STDOUT_23169=-6 -2.85929 -6.22274 -1.64986 -2.73329 -2.94444 -3.48664 -90.087 -15.0159 -31.429 -9.36422 -24.4576 13.9985 -27
-STDOUT_23170=-6 -3.24814 -6.22274 -1.69358 -2.7394 -2.94444 -3.48664 -91.9261 -12.4809 -30.0248 -8.37404 -25.3192 11.9988 -28
-STDOUT_23171=-6 -2.56761 -6.22274 -1.53532 -2.86813 -2.94444 -3.48664 -90.087 -14.7524 -31.429 -9.96577 -24.4576 13.9985 -27
-STDOUT_23172=FEATURES_TXT_END_0
-STDOUT_23173=FEATURES_TXT_BEGIN_0 6 500 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_23174=0 -6.81711 0 0 -5.30961 0 0 -90.291 -34.5776 -71.6203 -16.0055 -28.6275 10.9989 -29
-STDOUT_23175=0 -7.38251 0 0 -5.47791 0 0 -86.0464 -42.6815 -76.8184 -18.2905 -26.2447 10.9989 -27
-STDOUT_23176=0 -6.61747 0 0 -5.17444 0 0 -89.8284 -35.8625 -73.3985 -16.6394 -28.8212 10.9989 -28
-STDOUT_23177=0 -6.58584 0 0 -5.06067 0 0 -90.291 -35.7751 -71.6203 -16.9921 -28.6275 10.9989 -29
-STDOUT_23178=0 -5.59039 0 0 -4.43147 0 0 -94.992 -25.8486 -66.9293 -13.0796 -38.9841 9.99896 -32
-STDOUT_23179=0 -6.95824 0 0 -5.46531 0 0 -90.291 -34.477 -71.6203 -15.9205 -28.6275 10.9989 -29
-STDOUT_23180=0 -6.52696 0 0 -5.38701 0 0 -90.291 -36.1424 -71.6203 -15.9909 -28.6275 11.9988 -29
-STDOUT_23181=0 -7.4221 0 0 -5.16832 0 0 -88.0688 -39.5718 -73.6928 -17.5131 -27.0331 10.9989 -28
-STDOUT_23182=0 -6.60342 0 0 -4.89457 0 0 -90.291 -36.4159 -71.6203 -17.346 -28.6275 10.9989 -29
-STDOUT_23183=0 -6.63455 0 0 -5.23131 0 0 -90.291 -36.4012 -71.6203 -16.1594 -28.6275 11.9988 -29
-STDOUT_23184=0 -7.18286 0 0 -5.34274 0 0 -85.5838 -43.9664 -78.5966 -18.9244 -26.4384 10.9989 -26
-STDOUT_23185=0 -6.3862 0 0 -4.9255 0 0 -89.8284 -37.06 -73.3985 -17.626 -28.8212 10.9989 -28
-STDOUT_23186=0 -6.74088 0 0 -5.48092 0 0 -90.291 -35.5704 -71.6203 -15.9504 -28.6275 11.9988 -29
-STDOUT_23187=0 -6.60181 0 0 -5.07741 0 0 -93.25 -30.4809 -67.4609 -15.8547 -28.5604 10.9989 -29
-STDOUT_23188=0 -6.15579 0 0 -4.59977 0 0 -90.7474 -33.9525 -72.1274 -15.3646 -36.6013 9.99896 -30
-STDOUT_23189=0 -5.39075 0 0 -4.29629 0 0 -94.5294 -27.1335 -68.7075 -13.7135 -39.1778 9.99896 -31
-STDOUT_23190=0 -5.35912 0 0 -4.18253 0 0 -94.992 -27.0461 -66.9293 -14.0663 -38.9841 9.99896 -32
-STDOUT_23191=0 -7.52364 0 0 -5.63361 0 0 -86.0464 -42.5809 -76.8184 -18.2055 -26.2447 10.9989 -27
-STDOUT_23192=0 -6.72697 0 0 -5.21637 0 0 -90.291 -35.6745 -71.6203 -16.9072 -28.6275 10.9989 -29
-STDOUT_23193=0 -7.09235 0 0 -5.55531 0 0 -86.0464 -44.2463 -76.8184 -18.2759 -26.2447 11.9988 -27
-STDOUT_23194=0 -6.75827 0 0 -5.74207 0 0 -90.291 -35.336 -71.6203 -15.4154 -28.6275 10.9989 -29
-STDOUT_23195=0 -6.29569 0 0 -5.13807 0 0 -90.291 -37.3399 -71.6203 -16.9775 -28.6275 11.9988 -29
-STDOUT_23196=0 -7.22246 0 0 -5.03315 0 0 -87.6062 -40.8567 -75.471 -18.1471 -27.2268 10.9989 -27
-STDOUT_23197=0 -5.73152 0 0 -4.58717 0 0 -94.992 -25.748 -66.9293 -12.9947 -38.9841 9.99896 -32
-STDOUT_23198=0 -5.30024 0 0 -4.50887 0 0 -94.992 -27.4135 -66.9293 -13.065 -38.9841 10.9989 -32
-STDOUT_23199=0 -6.40377 0 0 -4.75939 0 0 -89.8284 -37.7008 -73.3985 -17.9799 -28.8212 10.9989 -28
-STDOUT_23200=0 -7.19994 0 0 -5.39961 0 0 -86.0464 -44.5051 -76.8184 -18.4444 -26.2447 11.9988 -27
-STDOUT_23201=0 -6.40328 0 0 -4.98237 0 0 -90.291 -37.5988 -71.6203 -17.1461 -28.6275 11.9988 -29
-STDOUT_23202=0 -6.19538 0 0 -4.29018 0 0 -92.7698 -30.8428 -69.0018 -14.5873 -37.3897 9.99896 -31
-STDOUT_23203=0 -7.56323 0 0 -5.32402 0 0 -88.0688 -39.4712 -73.6928 -17.4282 -27.0331 10.9989 -28
-STDOUT_23204=0 -6.65859 0 0 -5.14026 0 0 -93.4324 -30.7561 -67.7581 -15.2632 -27.9422 10.9989 -29
-STDOUT_23205=0 -7.13195 0 0 -5.24572 0 0 -88.0688 -41.1366 -73.6928 -17.4986 -27.0331 11.9988 -28
-STDOUT_23206=0 -7.30628 0 0 -5.64922 0 0 -86.0464 -43.6742 -76.8184 -18.2354 -26.2447 11.9988 -27
-STDOUT_23207=0 -6.50961 0 0 -5.23198 0 0 -90.291 -36.7679 -71.6203 -16.937 -28.6275 11.9988 -29
-STDOUT_23208=0 -5.3767 0 0 -4.01643 0 0 -94.992 -27.6869 -66.9293 -14.4201 -38.9841 9.99896 -32
-STDOUT_23209=0 -6.40217 0 0 -4.94224 0 0 -92.7874 -31.7658 -69.2391 -16.4886 -28.7541 10.9989 -28
-STDOUT_23210=0 -5.40783 0 0 -4.35317 0 0 -94.992 -27.6723 -66.9293 -13.2336 -38.9841 10.9989 -32
-STDOUT_23211=0 -6.74455 0 0 -5.05027 0 0 -90.291 -36.3153 -71.6203 -17.2611 -28.6275 10.9989 -29
-STDOUT_23212=0 -6.81711 0 0 -5.30961 0 0 -89.8284 -36.7177 -73.3985 -16.0055 -28.8211 10.9989 -28
-STDOUT_23213=0 -5.95614 0 0 -4.4646 0 0 -90.2848 -35.2374 -73.9055 -15.9985 -36.795 9.99896 -29
-STDOUT_23214=0 -6.31327 0 0 -4.97197 0 0 -90.291 -37.9808 -71.6203 -17.3314 -28.6275 11.9988 -29
-STDOUT_23215=0 -5.15948 0 0 -4.04735 0 0 -94.5294 -28.331 -68.7075 -14.7002 -39.1778 9.99896 -31
-STDOUT_23216=0 -7.32366 0 0 -5.91037 0 0 -86.0464 -43.4398 -76.8184 -17.7004 -26.2447 10.9989 -27
-STDOUT_23217=0 -6.81711 0 0 -5.30961 0 0 -91.4868 -32.7858 -71.1917 -16.0055 -28.7466 10.9989 -29
-STDOUT_23218=0 -6.527 0 0 -5.49312 0 0 -90.291 -36.5335 -71.6203 -16.4021 -28.6275 10.9989 -29
-STDOUT_23219=0 -5.51416 0 0 -4.60278 0 0 -94.992 -26.8414 -66.9293 -13.0245 -38.9841 10.9989 -32
-STDOUT_23220=0 -7.23954 0 0 -5.09002 0 0 -88.0688 -41.3954 -73.6928 -17.6671 -27.0331 11.9988 -28
-STDOUT_23221=0 -5.37509 0 0 -4.19927 0 0 -97.9509 -21.7519 -62.7699 -12.9288 -38.917 9.99896 -32
-STDOUT_23222=0 -6.74294 0 0 -5.23311 0 0 -93.2499 -30.3803 -67.4609 -15.7697 -28.5604 10.9989 -29
-STDOUT_23223=0 -6.29692 0 0 -4.75547 0 0 -90.7474 -33.8519 -72.1274 -15.2797 -36.6013 9.99896 -30
-STDOUT_23224=0 -6.31166 0 0 -5.15481 0 0 -93.2499 -32.0458 -67.4609 -15.8401 -28.5604 11.9988 -29
-STDOUT_23225=0 -5.50025 0 0 -4.33823 0 0 -94.992 -26.9455 -66.9293 -13.9813 -38.9841 9.99896 -32
-STDOUT_23226=0 -6.44975 0 0 -5.31271 0 0 -89.5102 -38.3859 -71.7584 -17.5695 -29.4045 12.9987 -29
-STDOUT_23227=0 -5.86564 0 0 -4.67717 0 0 -90.7474 -35.5173 -72.1274 -15.35 -36.6013 10.9989 -30
-STDOUT_23228=0 -5.53155 0 0 -4.86392 0 0 -94.992 -26.607 -66.9293 -12.4896 -38.9841 9.99896 -32
-STDOUT_23229=0 -6.42085 0 0 -4.81627 0 0 -90.291 -38.2396 -71.6203 -17.5 -28.6275 11.9988 -29
-STDOUT_23230=0 -5.06897 0 0 -4.25992 0 0 -94.992 -28.611 -66.9293 -14.0517 -38.9841 10.9989 -32
-STDOUT_23231=0 -7.34587 0 0 -5.33963 0 0 -88.0688 -40.5645 -73.6928 -17.458 -27.0331 11.9988 -28
-STDOUT_23232=0 -6.56416 0 0 -5.40662 0 0 -89.5102 -37.7094 -71.7584 -17.6315 -29.4045 12.9987 -29
-STDOUT_23233=0 -6.69536 0 0 -5.56245 0 0 -90.291 -36.4343 -71.6203 -16.0215 -28.6275 11.9988 -29
-STDOUT_23234=0 -5.99574 0 0 -4.155 0 0 -92.3072 -32.1277 -70.78 -15.2212 -37.5834 9.99896 -30
-STDOUT_23235=0 -6.89406 0 0 -5.23131 0 0 -89.5102 -37.654 -71.7584 -17.258 -29.4045 11.9988 -29
-STDOUT_23236=0 -6.52719 0 0 -5.06588 0 0 -90.291 -37.4087 -71.6203 -17.2909 -28.6275 11.9988 -29
-STDOUT_23237=0 -6.45895 0 0 -5.00508 0 0 -92.9698 -32.041 -69.5363 -15.8972 -28.1359 10.9989 -28
-STDOUT_23238=0 -6.79351 0 0 -5.12154 0 0 -89.8284 -37.936 -73.3985 -15.9464 -28.8211 10.9989 -28
-STDOUT_23239=0 -7.36326 0 0 -5.60077 0 0 -88.0688 -40.3301 -73.6928 -16.9231 -27.0331 10.9989 -28
-STDOUT_23240=0 -6.41925 0 0 -4.99911 0 0 -93.25 -32.3046 -67.4609 -16.0087 -28.5604 11.9988 -29
-STDOUT_23241=0 -5.17705 0 0 -3.88125 0 0 -94.5294 -28.9718 -68.7075 -15.0541 -39.1778 9.99896 -31
-STDOUT_23242=0 -6.59457 0 0 -5.34254 0 0 -90.291 -36.9027 -71.6203 -16.7491 -28.6275 12.9987 -29
-STDOUT_23243=0 -5.97322 0 0 -4.52147 0 0 -90.7474 -35.7762 -72.1274 -15.5186 -36.6013 10.9989 -30
-STDOUT_23244=0 -5.87228 0 0 -4.28837 0 0 -94.1487 -27.3777 -71.9216 -13.7952 -36.6761 9.99896 -30
-STDOUT_23245=0 -5.17656 0 0 -4.10422 0 0 -94.992 -28.8698 -66.9293 -14.2202 -38.9841 10.9989 -32
-STDOUT_23246=0 -7.38251 0 0 -5.47791 0 0 -85.5838 -44.8216 -78.5966 -18.2905 -26.4384 10.9989 -26
-STDOUT_23247=0 -6.58584 0 0 -5.06067 0 0 -89.8284 -37.9152 -73.3985 -16.9921 -28.8211 10.9989 -28
-STDOUT_23248=0 -6.54457 0 0 -5.32702 0 0 -90.291 -37.1743 -71.6203 -16.756 -28.6275 10.9989 -29
-STDOUT_23249=0 -6.79754 0 0 -5.13526 0 0 -89.8284 -38.3796 -73.3985 -15.6041 -28.8212 10.9989 -28
-STDOUT_23250=0 -6.56231 0 0 -5.37257 0 0 -89.5102 -38.4943 -71.7584 -17.2513 -29.4045 12.9987 -29
-STDOUT_23251=0 -6.33651 0 0 -4.44588 0 0 -92.7698 -30.7422 -69.0018 -14.5024 -37.3897 9.99896 -31
-STDOUT_23252=0 -7.38251 0 0 -5.47791 0 0 -87.2422 -40.8897 -76.3898 -18.2905 -26.3639 10.9989 -27
-STDOUT_23253=0 -5.43187 0 0 -4.26211 0 0 -98.1333 -22.0271 -63.0671 -12.3374 -38.2988 9.99896 -32
-STDOUT_23254=0 -6.52558 0 0 -5.24872 0 0 -93.2499 -31.4737 -67.4609 -15.7996 -28.5604 11.9988 -29
-STDOUT_23255=0 -6.58584 0 0 -5.06067 0 0 -91.4868 -33.9833 -71.1917 -16.9921 -28.7466 10.9989 -29
-STDOUT_23256=0 -5.90523 0 0 -4.36758 0 0 -92.7698 -32.4076 -69.0018 -14.5727 -37.3897 10.9989 -31
-STDOUT_23257=0 -6.79972 0 0 -5.29596 0 0 -93.4324 -30.6555 -67.7581 -15.1783 -27.9422 10.9989 -29
-STDOUT_23258=0 -6.07956 0 0 -4.77108 0 0 -90.7474 -34.9453 -72.1274 -15.3095 -36.6013 10.9989 -30
-STDOUT_23259=0 -5.28289 0 0 -4.35384 0 0 -94.992 -28.0389 -66.9293 -14.0112 -38.9841 10.9989 -32
-STDOUT_23260=0 -6.36844 0 0 -5.21765 0 0 -93.4324 -32.321 -67.7581 -15.2487 -27.9422 11.9988 -29
-STDOUT_23261=0 -7.15688 0 0 -5.42084 0 0 -90.291 -35.0701 -71.6203 -16.652 -28.6275 11.9988 -29
-STDOUT_23262=0 -5.17545 0 0 -4.0641 0 0 -97.4883 -23.0368 -64.5481 -13.5628 -39.1107 9.99896 -31
-STDOUT_23263=0 -5.51783 0 0 -4.17213 0 0 -94.992 -27.5863 -66.9293 -14.3352 -38.9841 9.99896 -32
-STDOUT_23264=0 -5.59039 0 0 -4.43147 0 0 -94.5294 -27.9887 -68.7075 -13.0796 -39.1778 9.99896 -31
-STDOUT_23265=0 -5.08655 0 0 -4.09382 0 0 -94.992 -29.2518 -66.9293 -14.4056 -38.9841 10.9989 -32
-STDOUT_23266=0 -7.49373 0 0 -4.95315 0 0 -88.0688 -40.4361 -74.0878 -18.1569 -27.7121 10.9989 -28
-STDOUT_23267=0 -6.95824 0 0 -5.46531 0 0 -89.8284 -36.6171 -73.3985 -15.9205 -28.8212 10.9989 -28
-STDOUT_23268=0 -6.54297 0 0 -5.50987 0 0 -93.25 -31.2393 -67.4609 -15.2646 -28.5604 10.9989 -29
-STDOUT_23269=0 -7.01515 0 0 -5.48101 0 0 -85.2656 -46.4898 -76.9565 -19.8545 -27.0218 12.9987 -27
-STDOUT_23270=0 -6.86373 0 0 -5.34149 0 0 -89.8284 -36.9838 -73.3985 -16.3073 -28.8211 11.9988 -28
-STDOUT_23271=0 -6.7774 0 0 -4.96584 0 0 -89.8284 -38.2277 -73.3985 -16.6054 -28.8211 10.9989 -28
-STDOUT_23272=0 -6.21848 0 0 -5.06377 0 0 -89.5102 -39.5834 -71.7584 -18.5561 -29.4045 12.9987 -29
-STDOUT_23273=0 -6.09694 0 0 -5.03222 0 0 -90.7474 -34.7109 -72.1274 -14.7746 -36.6013 9.99896 -30
-STDOUT_23274=0 -4.19223 0 0 -6.16945 0 0 -110.37 -32.7528 -52.5959 -14.5607 -35.7085 13.9985 -35
-STDOUT_23275=0 -4.17276 0 0 -6.1311 0 0 -110.37 -32.2542 -52.5959 -14.7207 -35.7085 13.9985 -35
-STDOUT_23276=0 -4.62883 0 0 -5.75307 0 0 -110.37 -31.3397 -52.5959 -14.9963 -35.7085 14.9984 -35
-STDOUT_23277=0 -4.306 0 0 -5.75043 0 0 -110.37 -32.3389 -52.5959 -14.8276 -35.7085 13.9985 -35
-STDOUT_23278=0 -3.84767 0 0 -6.02446 0 0 -110.37 -30.9008 -52.5959 -14.8335 -35.7085 12.9986 -35
-STDOUT_23279=0 -4.37886 0 0 -6.32832 0 0 -110.37 -33.1524 -52.5959 -14.7879 -35.7085 14.9984 -35
-STDOUT_23280=0 -4.5776 0 0 -5.71472 0 0 -110.37 -31.0194 -52.5959 -15.1749 -35.7085 14.9984 -35
-STDOUT_23281=0 -4.46979 0 0 -6.05634 0 0 -110.37 -35.3599 -52.5959 -14.1752 -35.7085 13.9985 -35
-STDOUT_23282=0 -4.28653 0 0 -5.71208 0 0 -110.37 -31.8404 -52.5959 -14.9876 -35.7085 13.9985 -35
-STDOUT_23283=0 -3.8282 0 0 -5.98611 0 0 -110.37 -30.4023 -52.5959 -14.9935 -35.7085 12.9986 -35
-STDOUT_23284=0 -4.28427 0 0 -5.60808 0 0 -110.37 -29.4878 -52.5959 -15.2691 -35.7085 13.9985 -35
-STDOUT_23285=0 -4.81546 0 0 -5.91194 0 0 -110.37 -31.7394 -52.5959 -15.2235 -35.7085 15.9983 -35
-STDOUT_23286=0 -4.4168 0 0 -6.22506 0 0 -110.37 -33.2611 -52.5959 -14.3111 -35.7085 13.9985 -35
-STDOUT_23287=0 -3.96144 0 0 -5.60544 0 0 -110.37 -30.487 -52.5959 -15.1004 -35.7085 12.9986 -35
-STDOUT_23288=0 -4.49263 0 0 -5.9093 0 0 -110.37 -32.7386 -52.5959 -15.0548 -35.7085 14.9984 -35
-STDOUT_23289=0 -4.0343 0 0 -6.18333 0 0 -110.37 -31.3005 -52.5959 -15.0607 -35.7085 13.9985 -35
-STDOUT_23290=0 -4.03371 0 0 -6.00009 0 0 -115.489 -28.9313 -48.7338 -13.8185 -35.0233 13.9985 -35
-STDOUT_23291=0 -4.23304 0 0 -5.56973 0 0 -110.37 -29.1675 -52.5959 -15.4477 -35.7085 13.9985 -35
-STDOUT_23292=0 -4.62696 0 0 -6.47765 0 0 -110.37 -33.5323 -52.5959 -14.4022 -35.7085 14.9984 -35
-STDOUT_23293=0 -4.58356 0 0 -5.63733 0 0 -110.37 -34.9461 -52.5959 -14.442 -35.7085 13.9985 -35
-STDOUT_23294=0 -4.44721 0 0 -5.77084 0 0 -110.37 -32.7521 -52.5959 -15.2712 -35.7085 14.9984 -35
-STDOUT_23295=0 -4.12523 0 0 -5.91135 0 0 -110.37 -33.508 -52.5959 -14.448 -35.7085 12.9986 -35
-STDOUT_23296=0 -3.94197 0 0 -5.56709 0 0 -110.37 -29.9884 -52.5959 -15.2604 -35.7085 12.9986 -35
-STDOUT_23297=0 -4.551 0 0 -6.40134 0 0 -110.37 -31.3775 -52.5959 -14.2121 -35.7085 13.9985 -35
-STDOUT_23298=0 -4.53056 0 0 -5.80604 0 0 -110.37 -32.8473 -52.5959 -14.5779 -35.7085 13.9985 -35
-STDOUT_23299=0 -4.40883 0 0 -6.20782 0 0 -110.37 -31.9862 -52.5959 -15.0745 -35.7085 14.9984 -35
-STDOUT_23300=0 -4.47089 0 0 -5.76695 0 0 -110.37 -29.8874 -52.5959 -15.4963 -35.7085 14.9984 -35
-STDOUT_23301=0 -4.07223 0 0 -6.08007 0 0 -110.37 -31.4092 -52.5959 -14.5839 -35.7085 12.9986 -35
-STDOUT_23302=0 -4.01424 0 0 -5.96174 0 0 -115.489 -28.4327 -48.7337 -13.9785 -35.0233 13.9985 -35
-STDOUT_23303=0 -4.14807 0 0 -5.76431 0 0 -110.37 -30.8867 -52.5959 -15.3276 -35.7085 13.9985 -35
-STDOUT_23304=0 -4.47031 0 0 -5.58371 0 0 -115.489 -27.5182 -48.7338 -14.2541 -35.0233 14.9984 -35
-STDOUT_23305=0 -4.57574 0 0 -6.4393 0 0 -110.37 -33.2121 -52.5959 -14.5807 -35.7085 14.9984 -35
-STDOUT_23306=0 -4.14748 0 0 -5.58107 0 0 -115.489 -28.5175 -48.7338 -14.0854 -35.0233 13.9985 -35
-STDOUT_23307=0 -3.68915 0 0 -5.8551 0 0 -115.489 -27.0794 -48.7338 -14.0913 -35.0233 12.9986 -35
-STDOUT_23308=0 -4.22034 0 0 -6.15896 0 0 -115.489 -29.331 -48.7338 -14.0457 -35.0233 14.9984 -35
-STDOUT_23309=0 -4.42774 0 0 -5.73249 0 0 -110.37 -32.2535 -52.5959 -15.4312 -35.7085 14.9984 -35
-STDOUT_23310=0 -4.74073 0 0 -6.05863 0 0 -110.37 -33.1185 -52.5959 -14.669 -35.7085 14.9984 -35
-STDOUT_23311=0 -4.23702 0 0 -6.27909 0 0 -110.37 -31.8594 -52.5959 -14.7617 -35.7085 13.9985 -35
-STDOUT_23312=0 -4.2824 0 0 -6.33266 0 0 -110.37 -31.6804 -52.5959 -14.675 -35.7085 13.9985 -35
-STDOUT_23313=0 -4.239 0 0 -5.49234 0 0 -110.37 -33.0941 -52.5959 -14.7148 -35.7085 12.9986 -35
-STDOUT_23314=0 -4.81359 0 0 -6.63652 0 0 -110.37 -33.932 -52.5959 -14.6293 -35.7085 15.9983 -35
-STDOUT_23315=0 -4.53153 0 0 -6.36299 0 0 -110.37 -30.879 -52.5959 -14.3721 -35.7085 13.9985 -35
-STDOUT_23316=0 -4.10265 0 0 -5.62585 0 0 -110.37 -30.9002 -52.5959 -15.544 -35.7085 13.9985 -35
-STDOUT_23317=0 -4.9876 0 0 -5.98496 0 0 -110.37 -29.9644 -52.5959 -14.6476 -35.7085 14.9984 -35
-STDOUT_23318=0 -4.38935 0 0 -6.16947 0 0 -110.37 -31.4876 -52.5959 -15.2345 -35.7085 14.9984 -35
-STDOUT_23319=0 -4.41908 0 0 -5.54537 0 0 -115.489 -27.198 -48.7338 -14.4327 -35.0233 14.9984 -35
-STDOUT_23320=0 -4.63384 0 0 -5.92971 0 0 -110.37 -33.1518 -52.5959 -15.4984 -35.7085 15.9983 -35
-STDOUT_23321=0 -4.51981 0 0 -5.80868 0 0 -110.37 -32.2367 -52.5959 -15.2708 -35.7085 14.9984 -35
-STDOUT_23322=0 -4.66477 0 0 -5.98232 0 0 -110.37 -30.9637 -52.5959 -14.4789 -35.7085 13.9985 -35
-STDOUT_23323=0 -4.20644 0 0 -6.25635 0 0 -110.37 -29.5256 -52.5959 -14.4849 -35.7085 12.9986 -35
-STDOUT_23324=0 -4.186 0 0 -5.66105 0 0 -110.37 -30.9953 -52.5959 -14.8507 -35.7085 12.9986 -35
-STDOUT_23325=0 -4.48947 0 0 -6.46778 0 0 -110.37 -32.9871 -52.5959 -14.7569 -35.7085 14.9984 -35
-STDOUT_23326=0 -4.06427 0 0 -6.06283 0 0 -110.37 -30.1343 -52.5959 -15.3473 -35.7085 13.9985 -35
-STDOUT_23327=0 -4.47016 0 0 -6.42408 0 0 -110.37 -33.4486 -52.5959 -14.7855 -35.7085 14.9984 -35
-STDOUT_23328=0 -4.31127 0 0 -5.88699 0 0 -115.489 -31.5384 -48.7338 -13.433 -35.0233 13.9985 -35
-STDOUT_23329=0 -4.73763 0 0 -6.56021 0 0 -110.37 -31.7772 -52.5959 -14.4392 -35.7085 14.9984 -35
-STDOUT_23330=0 -4.12801 0 0 -5.54273 0 0 -115.489 -28.0189 -48.7338 -14.2454 -35.0233 13.9985 -35
-STDOUT_23331=0 -4.59545 0 0 -6.36669 0 0 -110.37 -32.3859 -52.5959 -15.3017 -35.7085 15.9983 -35
-STDOUT_23332=0 -3.66968 0 0 -5.81675 0 0 -115.489 -26.5808 -48.7337 -14.2513 -35.0233 12.9986 -35
-STDOUT_23333=0 -4.68951 0 0 -6.02028 0 0 -110.37 -32.7983 -52.5959 -14.8476 -35.7085 14.9984 -35
-STDOUT_23334=0 -4.12575 0 0 -5.43872 0 0 -115.489 -25.6663 -48.7338 -14.5269 -35.0233 13.9985 -35
-STDOUT_23335=0 -4.23118 0 0 -6.29431 0 0 -110.37 -31.3602 -52.5959 -14.8535 -35.7085 13.9985 -35
-STDOUT_23336=0 -4.65693 0 0 -5.74258 0 0 -115.489 -27.9179 -48.7338 -14.4813 -35.0233 15.9983 -35
-STDOUT_23337=0 -4.25828 0 0 -6.05571 0 0 -115.489 -29.4396 -48.7338 -13.5689 -35.0233 13.9985 -35
-STDOUT_23338=0 -3.80292 0 0 -5.43608 0 0 -115.489 -26.6656 -48.7338 -14.3582 -35.0233 12.9986 -35
-STDOUT_23339=0 -4.21755 0 0 -6.24075 0 0 -110.37 -31.3609 -52.5959 -14.9217 -35.7085 13.9985 -35
-STDOUT_23340=0 -4.67361 0 0 -5.86271 0 0 -110.37 -30.4464 -52.5959 -15.1973 -35.7085 14.9984 -35
-STDOUT_23341=0 -4.93637 0 0 -5.94661 0 0 -110.37 -29.6442 -52.5959 -14.8262 -35.7085 14.9984 -35
-STDOUT_23342=0 -4.33411 0 0 -5.73994 0 0 -115.489 -28.9172 -48.7338 -14.3126 -35.0233 14.9984 -35
-STDOUT_23343=0 -4.72478 0 0 -5.65773 0 0 -110.37 -35.3592 -52.5959 -14.8856 -35.7085 14.9984 -35
-STDOUT_23344=0 -3.87578 0 0 -6.01397 0 0 -115.489 -27.4791 -48.7338 -14.3185 -35.0233 13.9985 -35
-STDOUT_23345=0 -4.35079 0 0 -5.86007 0 0 -110.37 -31.4456 -52.5959 -15.0285 -35.7085 13.9985 -35
-STDOUT_23346=0 -4.08318 0 0 -5.5875 0 0 -110.37 -30.4016 -52.5959 -15.704 -35.7085 13.9985 -35
-STDOUT_23347=0 -4.39617 0 0 -5.91364 0 0 -110.37 -31.2666 -52.5959 -14.9418 -35.7085 13.9985 -35
-STDOUT_23348=0 -4.82856 0 0 -6.28823 0 0 -110.37 -33.9846 -52.5959 -13.8265 -35.7085 13.9985 -35
-STDOUT_23349=0 -4.46633 0 0 -6.17209 0 0 -110.37 -32.0958 -52.5959 -15.1419 -35.7085 14.9984 -35
-STDOUT_23350=0 -4.92736 0 0 -6.2175 0 0 -110.37 -33.5182 -52.5959 -14.8962 -35.7085 15.9983 -35
-STDOUT_23351=0 -4.67178 0 0 -5.82645 0 0 -110.37 -33.2604 -52.5959 -15.0215 -35.7085 14.9984 -35
-STDOUT_23352=0 -4.6453 0 0 -5.94397 0 0 -110.37 -30.4651 -52.5959 -14.6389 -35.7085 13.9985 -35
-STDOUT_23353=0 -4.68639 0 0 -6.09471 0 0 -110.37 -34.5933 -52.5959 -14.689 -35.7085 14.9984 -35
-STDOUT_23354=0 -4.47653 0 0 -6.57743 0 0 -110.37 -32.159 -52.5959 -14.8151 -35.7085 14.9984 -35
-STDOUT_23355=0 -4.42364 0 0 -6.43796 0 0 -110.37 -32.2591 -52.5959 -14.9889 -35.7085 14.9984 -35
-STDOUT_23356=0 -4.40952 0 0 -6.26904 0 0 -110.37 -32.8761 -52.5959 -15.0898 -35.7085 14.9984 -35
-STDOUT_23357=0 -4.36018 0 0 -5.7558 0 0 -110.37 -32.1528 -52.5959 -15.0536 -35.7085 13.9985 -35
-STDOUT_23358=0 -4.46903 0 0 -6.49153 0 0 -110.37 -32.0801 -52.5959 -14.9021 -35.7085 14.9984 -35
-STDOUT_23359=0 -4.18697 0 0 -6.218 0 0 -110.37 -29.027 -52.5959 -14.6449 -35.7085 12.9986 -35
-STDOUT_23360=0 -4.47 0 0 -6.42943 0 0 -110.37 -32.4885 -52.5959 -14.9169 -35.7085 14.9984 -35
-STDOUT_23361=0 -4.64304 0 0 -5.83997 0 0 -110.37 -28.1125 -52.5959 -14.9204 -35.7085 13.9985 -35
-STDOUT_23362=0 -4.92607 0 0 -6.0514 0 0 -110.37 -31.574 -52.5959 -15.1924 -35.7085 15.9983 -35
-STDOUT_23363=0 -4.04479 0 0 -6.02448 0 0 -110.37 -29.6357 -52.5959 -15.5073 -35.7085 13.9985 -35
-STDOUT_23364=0 -4.55796 0 0 -5.73804 0 0 -110.37 -30.7867 -52.5959 -14.9052 -35.7085 13.9985 -35
-STDOUT_23365=0 -4.45069 0 0 -6.38574 0 0 -110.37 -32.95 -52.5959 -14.9456 -35.7085 14.9984 -35
-STDOUT_23366=0 -4.07452 0 0 -5.40038 0 0 -115.489 -25.346 -48.7338 -14.7055 -35.0233 13.9985 -35
-STDOUT_23367=0 -4.90676 0 0 -6.0077 0 0 -110.37 -32.0355 -52.5959 -15.2211 -35.7085 15.9983 -35
-STDOUT_23368=0 -4.58426 0 0 -5.55585 0 0 -110.37 -31.1585 -52.5959 -14.9803 -35.7085 13.9985 -35
-STDOUT_23369=0 -4.28928 0 0 -5.78472 0 0 -110.37 -31.2998 -52.5959 -15.7712 -35.7085 14.9984 -35
-STDOUT_23370=0 -5.17423 0 0 -6.14383 0 0 -110.37 -30.3641 -52.5959 -14.8748 -35.7085 15.9983 -35
-STDOUT_23371=0 -4.77557 0 0 -6.45695 0 0 -110.37 -31.8859 -52.5959 -13.9624 -35.7085 13.9985 -35
-STDOUT_23372=0 -4.46844 0 0 -6.30829 0 0 -115.489 -29.7109 -48.7337 -13.6599 -35.0233 14.9984 -35
-STDOUT_23373=0 -4.17525 0 0 -5.66369 0 0 -110.37 -30.3847 -52.5959 -15.5436 -35.7085 13.9985 -35
-STDOUT_23374=-170 0 0 -39.488 0 0 -35.6568 -205.686 -56.8473 -55.8887 -36.3205 -39.7657 30.9968 -34
-STDOUT_23375=-170 0 0 -40.4545 0 0 -37.2852 -211.26 -52.5327 -51.6525 -34.6085 -38.197 30.9968 -34
-STDOUT_23376=-170 0 0 -39.7721 0 0 -36.6592 -207.033 -56.0536 -56.5732 -35.2068 -40.8682 30.9968 -35
-STDOUT_23377=-170 0 0 -40.0836 0 0 -36.8323 -212.271 -53.1268 -52.2124 -34.0553 -37.6537 30.9968 -34
-STDOUT_23378=-170 0 0 -39.2909 0 0 -35.9599 -204.758 -56.1295 -55.1856 -38.1414 -41.5653 30.9968 -34
-STDOUT_23379=-170 0 0 -39.386 0 0 -39.8558 -206.004 -55.2373 -55.7059 -34.7038 -40.4519 30.9968 -34
-STDOUT_23380=-170 0 0 -39.5751 0 0 -36.9622 -205.851 -55.3358 -55.8701 -37.0278 -42.6679 30.9968 -35
-STDOUT_23381=-170 0 0 -40.3137 0 0 -37.0021 -207.81 -55.7826 -55.6987 -34.3395 -38.9707 30.9968 -34
-STDOUT_23382=-170 0 0 -38.878 0 0 -35.8702 -204.276 -59.4845 -55.8887 -39.6137 -42.5666 30.9968 -35
-STDOUT_23383=-170 0 0 -39.5809 0 0 -35.8562 -206.276 -56.5721 -55.5915 -36.9119 -40.3838 30.9968 -34
-STDOUT_23384=-170 0 0 -40.1766 0 0 -37.0317 -212.323 -52.8516 -51.9152 -34.6467 -38.2719 30.9968 -34
-STDOUT_23385=-170 0 0 -39.6443 0 0 -36.9371 -208.693 -58.5264 -56.3975 -34.2655 -37.2807 30.9968 -34
-STDOUT_23386=-170 0 0 -40.0836 0 0 -37.1133 -207.957 -53.5221 -53.1139 -36.7506 -40.7635 30.9968 -34
-STDOUT_23387=-170 0 0 -41.2802 0 0 -38.6305 -213.384 -51.468 -51.4624 -32.6275 -37.402 30.9968 -34
-STDOUT_23388=-170 0 0 -40.5978 0 0 -38.0044 -209.157 -54.9889 -56.3831 -33.2258 -40.0732 30.9968 -35
-STDOUT_23389=-170 0 0 -39.8446 0 0 -37.4986 -209.849 -55.1699 -51.6525 -37.9017 -40.9979 30.9968 -35
-STDOUT_23390=-170 0 0 -39.1622 0 0 -36.8725 -205.622 -58.6908 -56.5732 -38.5001 -43.6691 30.9968 -36
-STDOUT_23391=-170 0 0 -39.2734 0 0 -36.4842 -209.714 -59.1206 -56.9575 -33.7123 -36.7374 30.9968 -34
-STDOUT_23392=-170 0 0 -40.558 0 0 -37.16 -206.811 -54.2855 -54.0363 -36.5779 -40.8457 30.9968 -34
-STDOUT_23393=-170 0 0 -39.0151 0 0 -39.4029 -207.589 -55.8315 -56.2659 -34.1506 -39.9087 30.9968 -34
-STDOUT_23394=-170 0 0 -41.0501 0 0 -38.7417 -213.53 -49.2075 -48.8776 -35.0386 -39.1948 30.9968 -34
-STDOUT_23395=-170 0 0 -39.8651 0 0 -36.8585 -207.623 -55.7784 -56.276 -35.7983 -41.4863 30.9968 -35
-STDOUT_23396=-170 0 0 -40.9093 0 0 -38.1776 -214.395 -52.0621 -52.0224 -32.0743 -36.8588 30.9968 -34
-STDOUT_23397=-170 0 0 -40.3677 0 0 -38.1156 -209.303 -52.7284 -53.7984 -35.6369 -41.866 30.9968 -35
-STDOUT_23398=-170 0 0 -39.3839 0 0 -36.1592 -204.982 -55.8543 -54.8883 -38.7329 -42.1835 30.9968 -34
-STDOUT_23399=-170 0 0 -39.4737 0 0 -37.0457 -210.861 -55.7641 -52.2124 -37.3485 -40.4546 30.9968 -35
-STDOUT_23400=-170 0 0 -37.9538 0 0 -34.8975 -205.508 -58.6163 -55.8887 -42.2792 -41.9045 30.9968 -35
-STDOUT_23401=-170 0 0 -39.6681 0 0 -37.1615 -206.075 -55.0606 -55.5728 -37.6192 -43.286 30.9968 -35
-STDOUT_23402=-170 0 0 -39.5809 0 0 -35.8562 -206.894 -56.5721 -55.5915 -36.9119 -40.3838 30.9968 -34
-STDOUT_23403=-170 0 0 -40.6792 0 0 -38.2888 -214.541 -49.8016 -49.4376 -34.4854 -38.6516 30.9968 -34
-STDOUT_23404=-170 0 0 -41.5245 0 0 -38.7884 -212.385 -49.9709 -49.8 -34.8659 -39.277 30.9968 -34
-STDOUT_23405=-170 0 0 -39.488 0 0 -35.6568 -207.83 -55.7022 -55.3066 -36.3205 -40.613 30.9968 -34
-STDOUT_23406=-170 0 0 -40.1166 0 0 -37.3051 -206.882 -55.0648 -54.9955 -36.1604 -40.7704 30.9968 -34
-STDOUT_23407=-170 0 0 -40.2116 0 0 -41.2011 -208.129 -54.1726 -55.5159 -32.7228 -39.657 30.9968 -34
-STDOUT_23408=-170 0 0 -40.8421 0 0 -38.1623 -208.158 -53.4918 -54.7207 -35.4642 -41.9482 30.9968 -35
-STDOUT_23409=-170 0 0 -38.681 0 0 -36.1732 -203.347 -58.7667 -55.1856 -41.4347 -44.3663 30.9968 -35
-STDOUT_23410=-170 0 0 -40.5475 0 0 -37.4846 -212.276 -52.2575 -51.3552 -35.1999 -38.8151 30.9968 -34
-STDOUT_23411=-170 0 0 -38.776 0 0 -40.0692 -204.594 -57.8745 -55.7059 -37.9971 -43.2528 30.9968 -35
-STDOUT_23412=-170 0 0 -40.4008 0 0 -38.3074 -207.975 -54.2711 -55.68 -35.0468 -41.8729 30.9968 -35
-STDOUT_23413=-162 0 0 -40.2832 0 0 -37.0208 -192.142 -53.5359 -54.2936 -32.1953 -37.1587 29.9969 -34
-STDOUT_23414=-170 0 0 -38.9204 0 0 -36.5259 -211.082 -54.3017 -51.6525 -40.5672 -40.3358 30.9968 -35
-STDOUT_23415=-170 0 0 -38.9651 0 0 -37.1755 -204.44 -57.973 -55.8701 -40.321 -45.4688 30.9968 -36
-STDOUT_23416=-170 0 0 -39.8865 0 0 -37.4163 -207.028 -52.8043 -52.4107 -38.5715 -42.5632 30.9968 -34
-STDOUT_23417=-170 0 0 -41.1536 0 0 -38.3355 -213.396 -50.5651 -50.36 -34.3127 -38.7337 30.9968 -34
-STDOUT_23418=-170 0 0 -39.6132 0 0 -36.963 -208.315 -55.4103 -54.8963 -36.0901 -40.1527 30.9968 -34
-STDOUT_23419=-170 0 0 -40.5475 0 0 -37.4846 -212.468 -52.2575 -51.3552 -35.1999 -38.8151 30.9968 -34
-STDOUT_23420=-170 0 0 -38.238 0 0 -35.8998 -206.855 -57.8226 -56.5732 -41.1656 -43.007 30.9968 -36
-STDOUT_23421=-170 0 0 -39.9815 0 0 -41.3123 -208.275 -51.9121 -52.9311 -35.1339 -41.4498 30.9968 -34
-STDOUT_23422=-170 0 0 -40.4545 0 0 -37.2852 -213.403 -51.3875 -51.0703 -34.6085 -39.0443 30.9968 -34
-STDOUT_23423=-170 0 0 -39.8651 0 0 -36.8585 -208.241 -55.7784 -56.276 -35.7983 -41.4864 30.9968 -35
-STDOUT_23424=-170 0 0 -40.1707 0 0 -38.4186 -208.121 -52.0106 -53.0952 -37.4578 -43.6657 30.9968 -35
-STDOUT_23425=-170 0 0 -39.7721 0 0 -36.6592 -209.176 -54.9084 -55.9911 -35.2068 -41.7155 30.9968 -35
-STDOUT_23426=-170 0 0 -39.7037 0 0 -37.2154 -206.4 -58.4198 -55.6987 -37.6327 -41.7716 30.9968 -35
-STDOUT_23427=-170 0 0 -39.1645 0 0 -35.8523 -205.615 -57.574 -56.7793 -37.6691 -40.9944 30.9968 -34
-STDOUT_23428=-170 0 0 -38.1745 0 0 -34.6114 -204.776 -58.3857 -57.5474 -38.7168 -42.1248 30.9968 -34
-STDOUT_23429=-162 0 0 -37.5211 0 0 -35.6837 -196.262 -52.4069 -52.2124 -34.0067 -37.6537 29.9969 -34
-STDOUT_23430=-170 0 0 -39.3663 0 0 -36.6836 -209.766 -58.8453 -56.6602 -34.3038 -37.3556 30.9968 -34
-STDOUT_23431=-170 0 0 -38.5495 0 0 -36.073 -212.093 -54.8958 -52.2124 -40.014 -39.7926 30.9968 -35
-STDOUT_23432=-170 0 0 -40.4066 0 0 -37.2014 -208.4 -55.5074 -55.4014 -34.9309 -39.5889 30.9968 -34
-STDOUT_23433=-170 0 0 -39.855 0 0 -36.8531 -207.072 -55.7984 -56.5537 -36.4938 -42.341 30.9968 -35
-STDOUT_23434=-170 0 0 -40.3609 0 0 -37.463 -205.883 -53.5678 -53.3331 -38.3988 -42.6453 30.9968 -34
-STDOUT_23435=-170 0 0 -39.108 0 0 -39.6022 -207.641 -55.5563 -55.9687 -34.742 -40.5268 30.9968 -34
-STDOUT_23436=-170 0 0 -40.1766 0 0 -37.0317 -213.479 -52.8516 -51.9152 -34.6467 -38.2719 30.9968 -34
-STDOUT_23437=-170 0 0 -39.1557 0 0 -39.4473 -201.024 -59.8294 -60.2745 -36.1812 -41.8753 30.9968 -34
-STDOUT_23438=-170 0 0 -41.0023 0 0 -38.3769 -214.447 -51.7869 -51.7251 -32.6657 -37.477 30.9968 -34
-STDOUT_23439=-170 0 0 -40.4699 0 0 -38.2824 -210.818 -57.4617 -56.2074 -32.2845 -36.4857 30.9968 -34
-STDOUT_23440=-170 0 0 -40.456 0 0 -41.359 -207.13 -52.6756 -53.8535 -34.9612 -41.5319 30.9968 -34
-STDOUT_23441=-170 0 0 -40.9092 0 0 -38.4585 -210.081 -52.4574 -52.9238 -34.7696 -39.9686 30.9968 -34
-STDOUT_23442=-170 0 0 -38.971 0 0 -36.0695 -204.866 -59.2093 -55.5915 -40.2052 -43.1848 30.9968 -35
-STDOUT_23443=-170 0 0 -40.0836 0 0 -36.8323 -214.415 -51.9817 -51.6303 -34.0553 -38.501 30.9968 -34
-STDOUT_23444=-170 0 0 -39.5666 0 0 -37.245 -210.912 -55.4889 -51.9152 -37.94 -41.0728 30.9968 -35
-STDOUT_23445=-170 0 0 -39.0343 0 0 -37.1505 -207.283 -61.1636 -56.3975 -37.5588 -40.0816 30.9968 -35
-STDOUT_23446=-170 0 0 -39.4736 0 0 -37.3266 -206.546 -56.1593 -53.1139 -40.0438 -43.5644 30.9968 -35
-STDOUT_23447=-170 0 0 -39.4789 0 0 -40.0552 -207.021 -54.9621 -55.4087 -35.2952 -41.0701 30.9968 -34
-STDOUT_23448=-170 0 0 -40.6451 0 0 -38.4653 -206.976 -52.774 -54.0176 -37.2852 -43.7478 30.9968 -35
-STDOUT_23449=-170 0 0 -37.7568 0 0 -35.2006 -204.579 -57.8985 -55.1856 -44.1002 -43.7042 30.9968 -35
-STDOUT_23450=-170 0 0 -40.6702 0 0 -38.8438 -211.973 -54.1052 -51.4624 -35.9207 -40.2029 30.9968 -35
-STDOUT_23451=-170 0 0 -40.1765 0 0 -37.3126 -208.546 -53.2469 -52.8166 -37.342 -41.3817 30.9968 -34
-STDOUT_23452=-170 0 0 -40.1311 0 0 -37.4807 -211.189 -53.2594 -52.5431 -35.9571 -39.4257 30.9968 -34
-STDOUT_23453=-170 0 0 -39.141 0 0 -36.2398 -210.349 -54.0711 -53.3112 -37.0048 -40.5561 30.9968 -34
-STDOUT_23454=-170 0 0 -38.9855 0 0 -39.8893 -208.025 -55.4215 -55.806 -34.7949 -40.5344 30.9968 -34
-STDOUT_23455=-170 0 0 -37.8518 0 0 -39.0965 -205.826 -57.0063 -55.7059 -40.6626 -42.5908 30.9968 -35
-STDOUT_23456=-170 0 0 -40.7722 0 0 -38.4881 -214.593 -49.5264 -49.1404 -35.0768 -39.2698 30.9968 -34
-STDOUT_23457=-170 0 0 -39.3839 0 0 -36.1592 -205.966 -55.8543 -54.8883 -38.7329 -42.1835 30.9968 -34
-STDOUT_23458=-170 0 0 -40.2398 0 0 -38.3936 -210.964 -55.2012 -53.6226 -34.6956 -38.2785 30.9968 -34
-STDOUT_23459=-170 0 0 -39.9879 0 0 -38.2178 -207.747 -57.6261 -56.3831 -36.5191 -42.8741 30.9968 -36
-STDOUT_23460=-170 0 0 -39.4487 0 0 -36.8546 -206.962 -56.7803 -57.4638 -36.5554 -42.0969 30.9968 -35
-STDOUT_23461=-170 0 0 -40.099 0 0 -37.8295 -211.838 -58.0558 -56.7674 -31.7313 -35.9425 30.9968 -34
-STDOUT_23462=-170 0 0 -38.4587 0 0 -35.6137 -206.123 -57.592 -58.2319 -37.6031 -43.2273 30.9968 -35
-STDOUT_23463=-170 0 0 -39.4789 0 0 -40.0552 -207.212 -54.9621 -55.4087 -35.2952 -41.0701 30.9968 -34
-STDOUT_23464=-170 0 0 -41.3836 0 0 -38.5052 -208.936 -53.2208 -53.8462 -34.5969 -40.0507 30.9968 -34
-STDOUT_23465=-170 0 0 -39.2909 0 0 -35.9599 -206.901 -54.9844 -54.6034 -38.1414 -42.4126 30.9968 -34
-STDOUT_23466=-170 0 0 -38.0409 0 0 -36.2029 -205.673 -57.1048 -55.8701 -42.9865 -44.8067 30.9968 -36
-STDOUT_23467=-170 0 0 -39.8408 0 0 -40.7482 -209.713 -54.7668 -56.0758 -32.1696 -39.1137 30.9968 -34
-STDOUT_23468=-170 0 0 -41.8758 0 0 -40.0869 -215.654 -48.1428 -48.6875 -33.0576 -38.3999 30.9968 -34
-STDOUT_23469=-170 0 0 -40.6908 0 0 -38.2038 -209.747 -54.7137 -56.0859 -33.8173 -40.6914 30.9968 -35
-STDOUT_23470=-170 0 0 -39.386 0 0 -39.8558 -208.148 -54.0922 -55.1238 -34.7038 -41.2992 30.9968 -34
-STDOUT_23471=-170 0 0 -38.6634 0 0 -36.6976 -208.304 -61.7578 -56.9575 -37.0056 -39.5383 30.9968 -35
-STDOUT_23472=-170 0 0 -39.948 0 0 -37.3733 -205.401 -56.9228 -54.0363 -39.8712 -43.6466 30.9968 -35
-STDOUT_23473=-170 0 0 -39.6681 0 0 -37.1615 -207.059 -55.0606 -55.5728 -37.6192 -43.286 30.9968 -35
-STDOUT_23474=0 -5.06694 0 0 -3.70034 0 0 -107.668 -12.5767 -55.2973 -9.554 -39.5978 9.99896 -33
-STDOUT_23475=0 -4.93922 0 0 -3.73869 0 0 -107.668 -12.8129 -55.2973 -9.51715 -39.5978 9.99896 -33
-STDOUT_23476=0 -5.01017 0 0 -3.6375 0 0 -107.486 -12.3015 -55 -10.1454 -40.216 9.99896 -33
-STDOUT_23477=0 -5.08187 0 0 -3.70034 0 0 -109.761 -12.3289 -54.52 -10.5348 -39.9645 9.99896 -34
-STDOUT_23478=0 -4.88244 0 0 -3.67585 0 0 -107.486 -12.5376 -55 -10.1086 -40.216 9.99896 -33
-STDOUT_23479=0 -5.04681 0 0 -3.75361 0 0 -107.668 -13.0717 -55.2973 -9.68571 -39.5978 9.99896 -33
-STDOUT_23480=0 -5.02509 0 0 -3.6375 0 0 -109.579 -12.0537 -54.2228 -11.1263 -40.5827 9.99896 -34
-STDOUT_23481=0 -4.99003 0 0 -3.69077 0 0 -107.486 -12.7965 -55 -10.2771 -40.216 9.99896 -33
-STDOUT_23482=0 -5.07931 0 0 -3.73869 0 0 -109.761 -13.0781 -54.52 -10.498 -39.9645 9.99896 -34
-STDOUT_23483=0 -5.22546 0 0 -3.8697 0 0 -102.549 -16.3982 -59.1595 -10.2962 -40.283 9.99896 -33
-STDOUT_23484=0 -5.04572 0 0 -3.547 0 0 -107.668 -14.7143 -55.2973 -10.1451 -39.5978 9.99896 -33
-STDOUT_23485=0 -5.09774 0 0 -3.90804 0 0 -102.549 -16.6343 -59.1595 -10.2594 -40.283 9.99896 -33
-STDOUT_23486=0 -5.09547 0 0 -3.65665 0 0 -107.668 -14.1253 -55.2973 -10.0323 -39.5978 9.99896 -33
-STDOUT_23487=0 -5.281 0 0 -3.70853 0 0 -109.761 -14.0182 -54.52 -10.1499 -39.9645 9.99896 -34
-STDOUT_23488=0 -5.02253 0 0 -3.67585 0 0 -109.579 -12.8029 -54.2228 -11.0894 -40.5827 9.99896 -34
-STDOUT_23489=0 -5.16869 0 0 -3.80685 0 0 -102.367 -16.123 -58.8622 -10.8876 -40.9012 9.99896 -33
-STDOUT_23490=0 -4.91799 0 0 -3.58535 0 0 -107.668 -14.9504 -55.2973 -10.1083 -39.5978 9.99896 -33
-STDOUT_23491=0 -4.96775 0 0 -3.69499 0 0 -107.668 -14.3614 -55.2973 -9.99544 -39.5978 9.99896 -33
-STDOUT_23492=0 -5.09288 0 0 -3.53948 0 0 -107.486 -14.021 -55 -10.6259 -40.216 9.99896 -33
-STDOUT_23493=0 -5.24039 0 0 -3.8697 0 0 -104.643 -16.1504 -58.3822 -11.277 -40.6497 9.99896 -34
-STDOUT_23494=0 -5.04097 0 0 -3.8452 0 0 -102.367 -16.3591 -58.8622 -10.8508 -40.9012 9.99896 -33
-STDOUT_23495=0 -5.22422 0 0 -3.64568 0 0 -109.579 -13.743 -54.2228 -10.7413 -40.5827 9.99896 -34
-STDOUT_23496=0 -5.06064 0 0 -3.547 0 0 -109.761 -14.4665 -54.52 -11.1259 -39.9645 9.99896 -34
-STDOUT_23497=0 -4.96516 0 0 -3.57783 0 0 -107.486 -14.2571 -55 -10.5891 -40.216 9.99896 -33
-STDOUT_23498=0 -5.11039 0 0 -3.65665 0 0 -109.761 -13.8774 -54.52 -11.0131 -39.9645 9.99896 -34
-STDOUT_23499=0 -5.20533 0 0 -3.92297 0 0 -102.549 -16.8931 -59.1595 -10.4279 -40.283 9.99896 -33
-STDOUT_23500=0 -5.18361 0 0 -3.80685 0 0 -104.46 -15.8751 -58.085 -11.8685 -41.2679 9.99896 -34
-STDOUT_23501=0 -5.02558 0 0 -3.60027 0 0 -107.668 -15.2092 -55.2973 -10.2768 -39.5978 9.99896 -33
-STDOUT_23502=0 -5.1078 0 0 -3.53948 0 0 -109.579 -13.7731 -54.2228 -11.6067 -40.5827 9.99896 -34
-STDOUT_23503=0 -5.09515 0 0 -3.63158 0 0 -107.486 -14.278 -55 -10.4841 -40.216 9.99896 -33
-STDOUT_23504=0 -5.07533 0 0 -3.70992 0 0 -107.668 -14.6202 -55.2973 -10.164 -39.5978 9.99896 -33
-STDOUT_23505=0 -5.12585 0 0 -3.89756 0 0 -107.668 -13.2125 -55.2973 -9.74433 -39.5978 10.9989 -33
-STDOUT_23506=0 -5.14855 0 0 -3.86013 0 0 -102.367 -16.6179 -58.8622 -11.0194 -40.9012 9.99896 -33
-STDOUT_23507=0 -4.96743 0 0 -3.66993 0 0 -107.486 -14.5141 -55 -10.4472 -40.216 9.99896 -33
-STDOUT_23508=0 -4.92176 0 0 -4.33201 0 0 -108.934 -18.256 -52.2212 -12.813 -34.5864 11.9988 -33
-STDOUT_23509=0 -5.23783 0 0 -3.90804 0 0 -104.643 -16.8995 -58.3822 -11.2402 -40.6497 9.99896 -34
-STDOUT_23510=0 -5.07274 0 0 -3.59275 0 0 -107.486 -14.5159 -55 -10.7576 -40.216 9.99896 -33
-STDOUT_23511=0 -5.26489 0 0 -3.72345 0 0 -109.761 -14.3099 -54.52 -10.8089 -39.9645 9.99896 -34
-STDOUT_23512=0 -5.05808 0 0 -3.58535 0 0 -109.761 -15.2156 -54.52 -11.0891 -39.9645 9.99896 -34
-STDOUT_23513=0 -5.20424 0 0 -3.71636 0 0 -102.549 -18.5358 -59.1595 -10.8873 -40.283 9.99896 -33
-STDOUT_23514=0 -4.79404 0 0 -4.37036 0 0 -108.934 -18.4922 -52.2212 -12.7762 -34.5864 11.9988 -33
-STDOUT_23515=0 -5.28053 0 0 -4.5639 0 0 -108.934 -16.8808 -52.2212 -12.4644 -34.5864 11.9988 -33
-STDOUT_23516=0 -5.10784 0 0 -3.69499 0 0 -109.761 -14.6266 -54.52 -10.9763 -39.9645 9.99896 -34
-STDOUT_23517=0 -5.06907 0 0 -3.83472 0 0 -107.486 -12.9373 -55 -10.3358 -40.216 10.9989 -33
-STDOUT_23518=0 -5.25399 0 0 -3.826 0 0 -102.549 -17.9467 -59.1595 -10.7745 -40.283 9.99896 -33
-STDOUT_23519=0 -5.11008 0 0 -3.63158 0 0 -109.579 -14.0302 -54.2228 -11.4649 -40.5827 9.99896 -34
-STDOUT_23520=0 -5.43952 0 0 -3.87788 0 0 -104.643 -17.8397 -58.3822 -10.8921 -40.6497 9.99896 -34
-STDOUT_23521=0 -4.6522 0 0 -4.0105 0 0 -106.225 -16.7798 -54.3075 -12.6709 -38.5966 10.9989 -33
-STDOUT_23522=0 -4.86498 0 0 -4.26917 0 0 -108.752 -17.9808 -51.924 -13.4045 -35.2046 11.9988 -33
-STDOUT_23523=0 -5.18105 0 0 -3.8452 0 0 -104.46 -16.6243 -58.085 -11.8316 -41.2679 9.99896 -34
-STDOUT_23524=0 -5.07652 0 0 -3.7547 0 0 -102.549 -18.7719 -59.1595 -10.8505 -40.283 9.99896 -33
-STDOUT_23525=0 -5.45129 0 0 -3.81157 0 0 -107.668 -13.5467 -55.2973 -10.0664 -39.5978 10.9989 -33
-STDOUT_23526=0 -5.13456 0 0 -3.82649 0 0 -107.668 -13.406 -55.2973 -10.3587 -39.5978 10.9989 -33
-STDOUT_23527=0 -5.25977 0 0 -3.55518 0 0 -109.761 -16.1558 -54.52 -10.741 -39.9645 9.99896 -34
-STDOUT_23528=0 -5.15281 0 0 -4.60225 0 0 -108.934 -17.1169 -52.2212 -12.4275 -34.5864 11.9988 -33
-STDOUT_23529=0 -5.10524 0 0 -3.57783 0 0 -109.579 -14.5223 -54.2228 -11.5699 -40.5827 9.99896 -34
-STDOUT_23530=0 -5.31462 0 0 -3.70853 0 0 -110.957 -12.855 -54.0914 -10.373 -40.0836 9.99896 -34
-STDOUT_23531=0 -5.20811 0 0 -3.66061 0 0 -109.579 -14.0347 -54.2228 -11.4003 -40.5827 9.99896 -34
-STDOUT_23532=0 -5.01017 0 0 -3.6375 0 0 -108.791 -12.3015 -55 -10.1454 -40.216 9.99896 -33
-STDOUT_23533=0 -5.23343 0 0 -3.91248 0 0 -107.668 -13.4713 -55.2973 -9.91289 -39.5978 10.9989 -33
-STDOUT_23534=0 -5.12627 0 0 -3.86435 0 0 -102.549 -18.1828 -59.1595 -10.7376 -40.283 9.99896 -33
-STDOUT_23535=0 -5.32357 0 0 -3.84991 0 0 -107.668 -13.7138 -55.2973 -9.98302 -39.5978 10.9989 -33
-STDOUT_23536=0 -4.93669 0 0 -4.33201 0 0 -111.027 -18.0082 -51.4439 -13.7938 -34.9531 11.9988 -34
-STDOUT_23537=0 -5.44573 0 0 -4.0523 0 0 -107.668 -12.4525 -55.2973 -10.124 -39.5978 9.99896 -33
-STDOUT_23538=0 -5.2514 0 0 -3.70884 0 0 -102.367 -17.8424 -58.8622 -11.3681 -40.9012 9.99896 -33
-STDOUT_23539=0 -5.00684 0 0 -3.86484 0 0 -107.668 -13.5731 -55.2973 -10.2754 -39.5978 10.9989 -33
-STDOUT_23540=0 -4.52448 0 0 -4.04884 0 0 -106.225 -17.0159 -54.3075 -12.6341 -38.5966 10.9989 -33
-STDOUT_23541=0 -5.30952 0 0 -3.66483 0 0 -109.761 -15.5667 -54.52 -10.6282 -39.9645 9.99896 -34
-STDOUT_23542=0 -4.73726 0 0 -4.30752 0 0 -108.752 -18.217 -51.924 -13.3676 -35.2046 11.9988 -33
-STDOUT_23543=0 -5.01097 0 0 -4.24239 0 0 -106.225 -15.4045 -54.3075 -12.3222 -38.5966 10.9989 -33
-STDOUT_23544=0 -5.27434 0 0 -3.8674 0 0 -109.761 -13.8791 -54.52 -10.3445 -39.9645 10.9989 -34
-STDOUT_23545=0 -5.22376 0 0 -4.50106 0 0 -108.752 -16.6056 -51.924 -13.0558 -35.2046 11.9988 -33
-STDOUT_23546=0 -5.07502 0 0 -3.68486 0 0 -107.486 -14.7729 -55 -10.6158 -40.216 9.99896 -33
-STDOUT_23547=0 -5.3046 0 0 -4.06722 0 0 -107.668 -12.5531 -55.2973 -10.2089 -39.5978 9.99896 -33
-STDOUT_23548=0 -5.38274 0 0 -3.81504 0 0 -104.46 -17.5645 -58.085 -11.4835 -41.2679 9.99896 -34
-STDOUT_23549=0 -4.59542 0 0 -3.94765 0 0 -106.043 -16.5046 -54.0103 -13.2623 -39.2147 10.9989 -33
-STDOUT_23550=0 -4.88244 0 0 -3.67585 0 0 -108.791 -12.5376 -55 -10.1086 -40.216 9.99896 -33
-STDOUT_23551=0 -4.90272 0 0 -4.03681 0 0 -106.225 -17.5159 -54.3075 -12.2174 -38.5966 10.9989 -33
-STDOUT_23552=0 -4.93481 0 0 -3.56906 0 0 -112.129 -14.8925 -52.5871 -10.7205 -39.6679 9.99896 -34
-STDOUT_23553=0 -5.21916 0 0 -3.71636 0 0 -104.643 -18.2879 -58.3822 -11.8681 -40.6497 9.99896 -34
-STDOUT_23554=0 -5.12368 0 0 -3.74718 0 0 -102.367 -18.0786 -58.8622 -11.3313 -40.9012 9.99896 -33
-STDOUT_23555=0 -5.29546 0 0 -4.5639 0 0 -111.027 -16.633 -51.4439 -13.4452 -34.9531 11.9988 -34
-STDOUT_23556=0 -5.39452 0 0 -3.74872 0 0 -107.486 -13.2715 -55 -10.6578 -40.216 10.9989 -33
-STDOUT_23557=0 -5.30693 0 0 -3.54766 0 0 -109.579 -15.4624 -54.2228 -11.2218 -40.5827 9.99896 -34
-STDOUT_23558=0 -5.07778 0 0 -3.76365 0 0 -107.486 -13.1308 -55.0001 -10.9502 -40.216 10.9989 -33
-STDOUT_23559=0 -4.88325 0 0 -4.28073 0 0 -106.225 -15.6407 -54.3075 -12.2854 -38.5966 10.9989 -33
-STDOUT_23560=0 -5.30632 0 0 -3.75361 0 0 -106.887 -14.3244 -55.4354 -10.7843 -40.3748 9.99896 -33
-STDOUT_23561=0 -5.09603 0 0 -4.53941 0 0 -108.752 -16.8417 -51.924 -13.0189 -35.2046 11.9988 -33
-STDOUT_23562=0 -4.90163 0 0 -4.38529 0 0 -108.934 -18.751 -52.2212 -12.9447 -34.5864 11.9988 -33
-STDOUT_23563=0 -5.26891 0 0 -3.826 0 0 -104.643 -17.6989 -58.3822 -11.7553 -40.6497 9.99896 -34
-STDOUT_23564=0 -5.25784 0 0 -3.64568 0 0 -110.775 -12.5798 -53.7942 -10.9644 -40.7018 9.99896 -34
-STDOUT_23565=0 -4.95339 0 0 -3.57465 0 0 -108.608 -12.0263 -54.7028 -10.7369 -40.8341 9.99896 -33
-STDOUT_23566=0 -4.66712 0 0 -4.0105 0 0 -108.319 -16.5319 -53.5303 -13.6517 -38.9633 10.9989 -34
-STDOUT_23567=0 -5.17666 0 0 -3.84964 0 0 -107.486 -13.1961 -55.0001 -10.5043 -40.216 10.9989 -33
-STDOUT_23568=0 -5.26679 0 0 -3.78707 0 0 -107.486 -13.4386 -55 -10.5745 -40.216 10.9989 -33
-STDOUT_23569=0 -4.87991 0 0 -4.26917 0 0 -110.845 -17.733 -51.1467 -14.3853 -35.5713 11.9988 -34
-STDOUT_23570=0 -5.32557 0 0 -3.90574 0 0 -109.761 -14.1994 -54.52 -10.1659 -39.9645 10.9989 -34
-STDOUT_23571=0 -5.38896 0 0 -3.98945 0 0 -107.486 -12.1773 -55 -10.7154 -40.216 9.99896 -33
-STDOUT_23572=0 -4.95006 0 0 -3.802 0 0 -107.486 -13.2979 -55 -10.8668 -40.216 10.9989 -33
-STDOUT_23573=0 -4.4677 0 0 -3.986 0 0 -106.043 -16.7407 -54.0103 -13.2255 -39.2147 10.9989 -33
-STDOUT_23574=0 -5.50056 0 0 -4.85707 0 0 -108.934 -17.2071 -52.2212 -13.3924 -34.5864 13.9985 -33
-STDOUT_23575=0 -5.31672 0 0 -4.32018 0 0 -106.225 -14.0327 -54.3075 -12.4288 -38.5966 11.9988 -33
-STDOUT_23576=0 -5.44165 0 0 -4.66721 0 0 -108.934 -16.5713 -52.2212 -13.202 -34.5864 12.9986 -33
-STDOUT_23577=0 -5.56817 0 0 -4.87929 0 0 -108.934 -17.9674 -52.2212 -14.1506 -34.5864 14.9984 -33
-STDOUT_23578=0 -5.31393 0 0 -4.6982 0 0 -108.934 -16.8074 -52.2212 -13.1652 -34.5864 12.9986 -33
-STDOUT_23579=0 -5.25781 0 0 -4.13032 0 0 -106.225 -13.3969 -54.3075 -12.2384 -38.5966 10.9989 -33
-STDOUT_23580=0 -4.67836 0 0 -5.29702 0 0 -108.934 -18.8602 -52.2212 -13.7394 -34.5864 14.9984 -33
-STDOUT_23581=0 -5.38433 0 0 -4.3424 0 0 -106.225 -14.793 -54.3075 -13.187 -38.5966 12.9986 -33
-STDOUT_23582=0 -5.44378 0 0 -4.79423 0 0 -108.752 -16.9319 -51.924 -13.9838 -35.2046 13.9985 -33
-STDOUT_23583=0 -5.13009 0 0 -4.16131 0 0 -106.225 -13.633 -54.3075 -12.2016 -38.5966 10.9989 -33
-STDOUT_23584=0 -5.60815 0 0 -4.76806 0 0 -108.934 -17.4659 -52.2212 -13.5609 -34.5864 13.9985 -33
-STDOUT_23585=0 -4.49452 0 0 -4.76013 0 0 -106.225 -15.6858 -54.3075 -12.7758 -38.5965 12.9986 -33
-STDOUT_23586=0 -5.33944 0 0 -4.65899 0 0 -108.934 -17.5166 -52.2212 -12.6547 -34.5864 12.9986 -33
-STDOUT_23587=0 -4.61945 0 0 -5.10715 0 0 -108.934 -18.2244 -52.2212 -13.5491 -34.5864 13.9985 -33
-STDOUT_23588=0 -5.38155 0 0 -4.72042 0 0 -108.934 -17.5677 -52.2212 -13.9234 -34.5864 13.9985 -33
-STDOUT_23589=0 -5.25994 0 0 -4.25734 0 0 -106.043 -13.7575 -54.0103 -13.0202 -39.2147 11.9988 -33
-STDOUT_23590=0 -5.50927 0 0 -4.68942 0 0 -108.934 -17.4005 -52.2212 -14.0068 -34.5864 13.9985 -33
-STDOUT_23591=0 -5.95278 0 0 -4.58716 0 0 -106.225 -14.4198 -54.3075 -12.6633 -38.5965 12.9986 -33
-STDOUT_23592=0 -5.4243 0 0 -4.23117 0 0 -106.225 -14.2915 -54.3075 -12.5973 -38.5966 11.9988 -33
-STDOUT_23593=0 -5.38488 0 0 -4.60436 0 0 -108.752 -16.2961 -51.924 -13.7935 -35.2046 12.9986 -33
-STDOUT_23594=0 -4.74598 0 0 -5.31923 0 0 -108.934 -19.6204 -52.2212 -14.4976 -34.5864 15.9983 -33
-STDOUT_23595=0 -4.49173 0 0 -5.13815 0 0 -108.934 -18.4605 -52.2212 -13.5122 -34.5864 13.9985 -33
-STDOUT_23596=0 -5.88491 0 0 -4.9683 0 0 -108.934 -18.1081 -52.2212 -13.8582 -34.5864 14.9984 -33
-STDOUT_23597=0 -4.43561 0 0 -4.57026 0 0 -106.225 -15.05 -54.3075 -12.5855 -38.5965 11.9988 -33
-STDOUT_23598=0 -5.28053 0 0 -4.46912 0 0 -108.934 -16.8808 -52.2212 -12.4644 -34.5864 11.9988 -33
-STDOUT_23599=0 -5.5114 0 0 -4.81644 0 0 -108.752 -17.6922 -51.924 -14.742 -35.2046 14.9984 -33
-STDOUT_23600=0 -5.1977 0 0 -4.18353 0 0 -106.225 -14.3933 -54.3075 -12.9598 -38.5966 11.9988 -33
-STDOUT_23601=0 -5.32543 0 0 -4.15253 0 0 -106.225 -14.2262 -54.3075 -13.0431 -38.5966 11.9988 -33
-STDOUT_23602=0 -5.25716 0 0 -4.63536 0 0 -108.752 -16.5322 -51.924 -13.7566 -35.2046 12.9986 -33
-STDOUT_23603=0 -5.42152 0 0 -4.60919 0 0 -108.934 -17.0662 -52.2212 -13.3337 -34.5864 12.9986 -33
-STDOUT_23604=0 -5.20103 0 0 -4.06747 0 0 -106.043 -13.1217 -54.0103 -12.8299 -39.2147 10.9989 -33
-STDOUT_23605=0 -5.89387 0 0 -4.39729 0 0 -106.225 -13.784 -54.3075 -12.473 -38.5965 11.9988 -33
-STDOUT_23606=0 -4.56213 0 0 -4.78234 0 0 -106.225 -16.446 -54.3075 -13.534 -38.5966 13.9985 -33
-STDOUT_23607=0 -5.40705 0 0 -4.6812 0 0 -108.934 -18.2769 -52.2212 -13.4129 -34.5864 13.9985 -33
-STDOUT_23608=0 -4.62158 0 0 -5.23417 0 0 -108.752 -18.585 -51.924 -14.3309 -35.2046 14.9984 -33
-STDOUT_23609=0 -4.30789 0 0 -4.60126 0 0 -106.225 -15.2861 -54.3075 -12.5486 -38.5965 11.9988 -33
-STDOUT_23610=0 -5.15281 0 0 -4.50012 0 0 -108.934 -17.1169 -52.2212 -12.4275 -34.5864 11.9988 -33
-STDOUT_23611=0 -4.78595 0 0 -5.20801 0 0 -108.934 -19.119 -52.2212 -13.908 -34.5864 14.9984 -33
-STDOUT_23612=0 -5.70107 0 0 -4.43141 0 0 -106.225 -14.9337 -54.3075 -12.8946 -38.5966 12.9986 -33
-STDOUT_23613=0 -5.66199 0 0 -5.10991 0 0 -108.934 -18.1762 -52.2212 -13.9922 -34.5864 14.9984 -33
-STDOUT_23614=0 -5.73609 0 0 -5.00445 0 0 -108.934 -18.3332 -52.2212 -13.9002 -34.5864 14.9984 -33
-STDOUT_23615=0 -5.32755 0 0 -4.27955 0 0 -106.043 -14.5178 -54.0103 -13.7784 -39.2147 12.9986 -33
-STDOUT_23616=0 -6.02039 0 0 -4.60937 0 0 -106.225 -15.1801 -54.3075 -13.4215 -38.5966 13.9985 -33
-STDOUT_23617=0 -4.51724 0 0 -5.09893 0 0 -108.934 -19.1697 -52.2212 -13.0018 -34.5864 13.9985 -33
-STDOUT_23618=0 -5.07331 0 0 -4.09847 0 0 -106.043 -13.3578 -54.0103 -12.793 -39.2147 10.9989 -33
-STDOUT_23619=0 -5.76615 0 0 -4.42829 0 0 -106.225 -14.0201 -54.3075 -12.4361 -38.5965 11.9988 -33
-STDOUT_23620=0 -5.55137 0 0 -4.70522 0 0 -108.752 -17.1907 -51.924 -14.1524 -35.2046 13.9985 -33
-STDOUT_23621=0 -5.23768 0 0 -4.0723 0 0 -106.225 -13.8918 -54.3075 -12.3701 -38.5966 10.9989 -33
-STDOUT_23622=0 -6.21963 0 0 -4.62518 0 0 -108.934 -17.7968 -52.2212 -13.1252 -34.5864 13.9985 -33
-STDOUT_23623=0 -4.55935 0 0 -5.16036 0 0 -108.934 -19.2208 -52.2212 -14.2704 -34.5864 14.9984 -33
-STDOUT_23624=0 -4.43774 0 0 -4.69728 0 0 -106.043 -15.4106 -54.0103 -13.3673 -39.2147 12.9986 -33
-STDOUT_23625=0 -4.68707 0 0 -5.12937 0 0 -108.934 -19.0536 -52.2212 -14.3538 -34.5864 14.9984 -33
-STDOUT_23626=0 -5.28266 0 0 -4.59614 0 0 -108.752 -17.2414 -51.924 -13.2461 -35.2046 12.9986 -33
-STDOUT_23627=0 -5.13058 0 0 -5.0271 0 0 -106.225 -16.0729 -54.3075 -13.0104 -38.5965 13.9985 -33
-STDOUT_23628=0 -4.6021 0 0 -4.67111 0 0 -106.225 -15.9446 -54.3075 -12.9444 -38.5966 12.9986 -33
-STDOUT_23629=0 -5.44702 0 0 -4.56998 0 0 -108.934 -17.7754 -52.2212 -12.8232 -34.5864 12.9986 -33
-STDOUT_23630=0 -5.69828 0 0 -4.80943 0 0 -108.934 -17.7084 -52.2212 -13.6311 -34.5864 13.9985 -33
-STDOUT_23631=0 -5.47814 0 0 -4.57301 0 0 -106.225 -15.0019 -54.3075 -13.0286 -38.5965 12.9986 -33
-STDOUT_23632=0 -5.55225 0 0 -4.46756 0 0 -106.225 -15.1588 -54.3075 -12.9366 -38.5966 12.9986 -33
-STDOUT_23633=0 -5.826 0 0 -4.77843 0 0 -108.934 -17.5412 -52.2212 -13.7144 -34.5864 13.9985 -33
-STDOUT_23634=0 -4.56268 0 0 -5.04431 0 0 -108.752 -17.9492 -51.924 -14.1405 -35.2046 13.9985 -33
-STDOUT_23635=0 -5.32477 0 0 -4.65757 0 0 -108.752 -17.2925 -51.924 -14.5148 -35.2046 13.9985 -33
-STDOUT_23636=0 -5.60308 0 0 -4.92004 0 0 -108.934 -17.5404 -52.2212 -13.8018 -34.5864 13.9985 -33
-STDOUT_23637=0 -5.67719 0 0 -4.81458 0 0 -108.934 -17.6974 -52.2212 -13.7099 -34.5864 13.9985 -33
-STDOUT_23638=0 -5.45249 0 0 -4.62658 0 0 -108.752 -17.1253 -51.924 -14.5982 -35.2046 13.9985 -33
-STDOUT_23639=0 -5.896 0 0 -4.52432 0 0 -106.043 -14.1446 -54.0103 -13.2547 -39.2147 12.9986 -33
-STDOUT_23640=0 -5.36752 0 0 -4.16833 0 0 -106.043 -14.0163 -54.0103 -13.1888 -39.2147 11.9988 -33
-STDOUT_23641=0 -5.06271 0 0 -5.40824 0 0 -108.934 -19.7611 -52.2212 -14.2053 -34.5864 15.9983 -33
-STDOUT_23642=0 -6.06036 0 0 -4.49815 0 0 -106.225 -14.6786 -54.3075 -12.8318 -38.5966 12.9986 -33
-STDOUT_23643=0 -4.45833 0 0 -4.90907 0 0 -108.934 -18.5339 -52.2212 -12.8114 -34.5864 12.9986 -33
-STDOUT_23644=0 -6.03579 0 0 -4.08829 0 0 -106.225 -14.6224 -54.3075 -12.1616 -38.5965 11.9988 -33
-STDOUT_23645=0 -4.6892 0 0 -5.25639 0 0 -108.752 -19.3452 -51.924 -15.0891 -35.2046 15.9983 -33
-STDOUT_23646=0 -4.3755 0 0 -4.62347 0 0 -106.225 -16.0464 -54.3075 -13.3068 -38.5966 12.9986 -33
-STDOUT_23647=0 -5.22043 0 0 -4.52233 0 0 -108.934 -17.8772 -52.2212 -13.1857 -34.5864 12.9986 -33
-STDOUT_23648=0 -4.50323 0 0 -4.59247 0 0 -106.225 -15.8792 -54.3075 -13.3902 -38.5966 12.9986 -33
-STDOUT_23649=0 -4.43496 0 0 -5.0753 0 0 -108.752 -18.1853 -51.924 -14.1037 -35.2046 13.9985 -33
-STDOUT_23650=0 -5.34815 0 0 -4.49134 0 0 -108.934 -17.7101 -52.2212 -13.2691 -34.5864 12.9986 -33
-STDOUT_23651=0 -6.16073 0 0 -4.43532 0 0 -108.934 -17.161 -52.2212 -12.9349 -34.5864 12.9986 -33
-STDOUT_23652=0 -4.59932 0 0 -5.04914 0 0 -108.934 -18.7193 -52.2212 -13.6808 -34.5864 13.9985 -33
-STDOUT_23653=0 -5.7296 0 0 -5.13212 0 0 -108.934 -18.9365 -52.2212 -14.7504 -34.5864 15.9983 -33
-STDOUT_23654=0 -5.82813 0 0 -4.90545 0 0 -108.752 -17.8329 -51.924 -14.4497 -35.2046 14.9984 -33
-STDOUT_23655=0 -5.51444 0 0 -4.27254 0 0 -106.225 -14.534 -54.3075 -12.6674 -38.5966 11.9988 -33
-STDOUT_23656=0 -5.54947 0 0 -4.84558 0 0 -108.934 -17.9335 -52.2212 -13.673 -34.5864 13.9985 -33
-STDOUT_23657=0 -5.64216 0 0 -4.24154 0 0 -106.225 -14.3669 -54.3075 -12.7508 -38.5966 11.9988 -33
-STDOUT_23658=0 -4.37883 0 0 -4.50742 0 0 -106.043 -14.7748 -54.0103 -13.1769 -39.2147 11.9988 -33
-STDOUT_23659=0 -5.22375 0 0 -4.40628 0 0 -108.752 -16.6056 -51.924 -13.0558 -35.2046 11.9988 -33
-STDOUT_23660=0 -5.07167 0 0 -4.83724 0 0 -106.225 -15.437 -54.3075 -12.82 -38.5965 12.9986 -33
-STDOUT_23661=0 -4.58485 0 0 -5.12115 0 0 -108.934 -19.93 -52.2212 -13.76 -34.5864 14.9984 -33
-STDOUT_23662=0 -5.14093 0 0 -4.12068 0 0 -106.043 -14.1181 -54.0103 -13.5512 -39.2147 11.9988 -33
-STDOUT_23663=0 -5.83377 0 0 -4.4505 0 0 -106.225 -14.7804 -54.3075 -13.1943 -38.5966 12.9986 -33
-STDOUT_23664=0 -5.41924 0 0 -4.38315 0 0 -106.225 -14.3661 -54.3075 -12.8382 -38.5965 11.9988 -33
-STDOUT_23665=0 -5.49334 0 0 -4.27769 0 0 -106.225 -14.523 -54.3075 -12.7463 -38.5966 11.9988 -33
-STDOUT_23666=0 -4.33061 0 0 -4.94006 0 0 -108.934 -18.77 -52.2212 -12.7746 -34.5864 12.9986 -33
-STDOUT_23667=0 -5.26865 0 0 -4.08969 0 0 -106.043 -13.951 -54.0103 -13.6346 -39.2147 11.9988 -33
-STDOUT_23668=0 -5.96149 0 0 -4.41951 0 0 -106.225 -14.6132 -54.3075 -13.2777 -38.5966 12.9986 -33
-STDOUT_23669=0 -5.36474 0 0 -4.54635 0 0 -108.752 -16.791 -51.924 -13.9252 -35.2046 12.9986 -33
-STDOUT_23670=0 -4.87887 0 0 -4.87135 0 0 -106.225 -16.5867 -54.3075 -13.2417 -38.5965 13.9985 -33
-STDOUT_23671=0 -5.72379 0 0 -4.77021 0 0 -108.934 -18.4176 -52.2212 -13.1206 -34.5864 13.9985 -33
-STDOUT_23672=0 -6.28725 0 0 -4.6474 0 0 -108.934 -18.5571 -52.2212 -13.8834 -34.5864 14.9984 -33
-STDOUT_23673=0 -4.83979 0 0 -5.54985 0 0 -108.934 -19.8293 -52.2212 -14.3392 -34.5864 15.9983 -33
-STDOUT_23674=FEATURES_TXT_END_0
-STDOUT_23675=FEATURES_TXT_BEGIN_0 7 500 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_23676=0 -3.66906 0 0 -2.70469 0 0 -58.8702 -47.5967 -90.3027 -13.7219 -19.3364 9.99896 -23
-STDOUT_23677=0 -3.90294 0 0 -2.87411 0 0 -58.8702 -47.7092 -88.1808 -14.3878 -19.3364 9.99896 -23
-STDOUT_23678=0 -3.66706 0 0 -3.43558 0 0 -58.8702 -46.6489 -90.3027 -13.1451 -19.3364 8.99907 -23
-STDOUT_23679=0 -3.8633 0 0 -2.70469 0 0 -58.8702 -47.66 -90.3027 -13.9598 -19.3364 9.99896 -23
-STDOUT_23680=0 -3.87738 0 0 -2.62918 0 0 -58.8702 -47.6338 -90.3027 -14.2174 -19.3364 9.99896 -23
-STDOUT_23681=0 -3.90691 0 0 -2.89456 0 0 -58.8702 -48.3167 -90.3027 -13.7705 -19.3364 10.9989 -23
-STDOUT_23682=0 -3.84341 0 0 -2.87904 0 0 -58.8702 -48.5433 -90.3027 -14.0865 -19.3364 9.99896 -23
-STDOUT_23683=0 -3.87152 0 0 -2.99927 0 0 -58.8702 -48.5971 -88.1808 -14.9797 -19.3364 10.9989 -23
-STDOUT_23684=0 -4.06457 0 0 -2.77311 0 0 -58.8702 -48.0805 -90.3027 -14.3897 -19.3364 9.99896 -23
-STDOUT_23685=0 -3.83188 0 0 -2.82985 0 0 -58.8702 -48.5478 -90.3027 -14.5517 -19.3364 10.9989 -23
-STDOUT_23686=0 -4.31309 0 0 -2.87574 0 0 -60.8643 -43.1731 -82.6108 -14.8991 -22.0226 9.99896 -25
-STDOUT_23687=0 -4.09418 0 0 -2.56036 0 0 -58.8702 -48.9202 -90.3027 -14.3518 -19.3364 9.99896 -23
-STDOUT_23688=0 -4.14079 0 0 -3.06397 0 0 -58.8702 -48.4292 -88.1808 -14.4364 -19.3364 10.9989 -23
-STDOUT_23689=0 -3.91778 0 0 -2.73994 0 0 -60.8643 -44.7473 -82.6108 -15.3816 -22.0226 9.99896 -25
-STDOUT_23690=0 -3.65143 0 0 -3.63625 0 0 -58.8702 -47.561 -90.3027 -13.7827 -19.3364 9.99896 -23
-STDOUT_23691=0 -3.90491 0 0 -3.62544 0 0 -58.8702 -47.3688 -90.3027 -13.1937 -19.3364 9.99896 -23
-STDOUT_23692=0 -3.89474 0 0 -3.77205 0 0 -58.8702 -47.5819 -88.1808 -13.9454 -19.3364 9.99896 -23
-STDOUT_23693=0 -4.10115 0 0 -2.89456 0 0 -58.8702 -48.3799 -90.3027 -14.0084 -19.3364 10.9989 -23
-STDOUT_23694=0 -4.11523 0 0 -2.81905 0 0 -58.8702 -48.3538 -90.3027 -14.266 -19.3364 10.9989 -23
-STDOUT_23695=0 -4.07729 0 0 -3.04846 0 0 -58.8702 -48.6558 -88.1808 -14.7524 -19.3364 9.99896 -23
-STDOUT_23696=0 -3.93919 0 0 -3.60263 0 0 -58.8702 -47.3158 -90.3027 -13.3924 -19.3364 9.99896 -23
-STDOUT_23697=0 -3.84141 0 0 -3.60993 0 0 -58.8702 -47.5955 -90.3027 -13.5097 -19.3364 8.99907 -23
-STDOUT_23698=0 -4.03765 0 0 -2.87904 0 0 -58.8702 -48.6065 -90.3027 -14.3244 -19.3364 9.99896 -23
-STDOUT_23699=0 -4.05173 0 0 -2.80354 0 0 -58.8702 -48.5804 -90.3027 -14.582 -19.3364 9.99896 -23
-STDOUT_23700=0 -4.54697 0 0 -3.04516 0 0 -60.8643 -43.2856 -80.4889 -15.565 -22.0226 9.99896 -25
-STDOUT_23701=0 -4.16665 0 0 -3.07478 0 0 -58.8702 -48.3262 -88.1808 -15.0052 -19.3364 10.9989 -23
-STDOUT_23702=0 -4.14352 0 0 -2.36328 0 0 -58.8702 -49.9584 -88.1808 -15.8938 -19.3364 8.99907 -23
-STDOUT_23703=0 -3.62429 0 0 -3.56074 0 0 -58.8702 -47.6558 -90.3027 -14.5946 -19.3364 9.99896 -23
-STDOUT_23704=0 -3.86322 0 0 -2.82985 0 0 -58.8702 -49.425 -90.3027 -14.4789 -19.3364 10.9989 -23
-STDOUT_23705=0 -4.31109 0 0 -3.60663 0 0 -60.8643 -42.2253 -82.6108 -14.3224 -22.0226 8.99907 -25
-STDOUT_23706=0 -4.34719 0 0 -2.98245 0 0 -58.8702 -47.8329 -90.3027 -13.9934 -19.3364 10.9989 -23
-STDOUT_23707=0 -4.50734 0 0 -2.87574 0 0 -60.8643 -43.2363 -82.6108 -15.137 -22.0226 9.99896 -25
-STDOUT_23708=0 -4.12702 0 0 -2.90536 0 0 -58.8702 -48.2769 -90.3027 -14.5772 -19.3364 10.9989 -23
-STDOUT_23709=0 -4.52141 0 0 -2.80023 0 0 -60.8643 -43.2102 -82.6108 -15.3947 -22.0226 9.99896 -25
-STDOUT_23710=0 -4.15166 0 0 -2.90936 0 0 -60.8643 -44.8598 -80.4889 -16.0474 -22.0226 9.99896 -25
-STDOUT_23711=0 -4.40304 0 0 -2.53433 0 0 -60.8643 -45.2443 -80.4889 -16.1815 -22.0226 8.99907 -25
-STDOUT_23712=0 -3.91578 0 0 -3.47083 0 0 -60.8643 -43.7995 -82.6108 -14.8048 -22.0226 8.99907 -25
-STDOUT_23713=0 -4.11202 0 0 -2.73994 0 0 -60.8643 -44.8105 -82.6108 -15.6195 -22.0226 9.99896 -25
-STDOUT_23714=0 -4.1261 0 0 -2.66443 0 0 -60.8643 -44.7844 -82.6108 -15.8771 -22.0226 9.99896 -25
-STDOUT_23715=0 -4.25425 0 0 -2.73994 0 0 -60.3592 -44.6399 -83.6498 -15.7101 -22.9808 9.99896 -25
-STDOUT_23716=0 -3.75221 0 0 -2.67344 0 0 -59.4443 -46.8873 -92.7463 -13.5506 -21.2322 8.99907 -23
-STDOUT_23717=0 -3.88445 0 0 -3.63625 0 0 -58.8702 -47.7726 -90.3027 -13.8534 -19.3364 9.99896 -23
-STDOUT_23718=0 -4.00772 0 0 -2.39853 0 0 -60.8643 -46.8185 -80.4889 -16.664 -22.0226 8.99907 -25
-STDOUT_23719=0 -4.27085 0 0 -2.93876 0 0 -60.8617 -46.2291 -88.8012 -12.1124 -17.6959 9.99896 -23
-STDOUT_23720=0 -4.58107 0 0 -3.15186 0 0 -58.8702 -47.9454 -88.1808 -14.6592 -19.3364 10.9989 -23
-STDOUT_23721=0 -3.92286 0 0 -2.92695 0 0 -65.6255 -36.9167 -73.0298 -13.6343 -23.4366 9.99896 -27
-STDOUT_23722=0 -4.34519 0 0 -3.71333 0 0 -58.8702 -46.885 -90.3027 -13.4166 -19.3364 9.99896 -23
-STDOUT_23723=0 -3.8944 0 0 -2.66 0 0 -65.6255 -37.3981 -73.0298 -14.2065 -23.4366 8.99907 -27
-STDOUT_23724=0 -4.54143 0 0 -2.98245 0 0 -58.8702 -47.8961 -90.3027 -14.2313 -19.3364 10.9989 -23
-STDOUT_23725=0 -4.08126 0 0 -3.06891 0 0 -58.8702 -49.2632 -90.3027 -14.1351 -19.3364 10.9989 -23
-STDOUT_23726=0 -4.55551 0 0 -2.90694 0 0 -58.8702 -47.87 -90.3027 -14.4889 -19.3364 10.9989 -23
-STDOUT_23727=0 -4.10937 0 0 -3.18914 0 0 -58.8702 -49.317 -88.1808 -15.0283 -19.3364 11.9988 -23
-STDOUT_23728=0 -4.12114 0 0 -3.30694 0 0 -60.8643 -43.9287 -82.6108 -15.2928 -22.0226 10.9989 -25
-STDOUT_23729=0 -3.90952 0 0 -2.83373 0 0 -60.7567 -46.772 -89.3549 -13.0007 -18.4562 9.99896 -23
-STDOUT_23730=0 -4.48813 0 0 -2.90936 0 0 -60.3592 -44.7524 -81.5279 -16.3759 -22.9808 9.99896 -25
-STDOUT_23731=0 -4.30243 0 0 -2.96298 0 0 -58.8702 -48.8005 -90.3027 -14.4383 -19.3364 10.9989 -23
-STDOUT_23732=0 -4.06974 0 0 -3.01972 0 0 -58.8702 -49.2677 -90.3027 -14.6003 -19.3364 11.9988 -23
-STDOUT_23733=0 -4.25225 0 0 -3.47083 0 0 -60.3592 -43.6921 -83.6498 -15.1333 -22.9808 8.99907 -25
-STDOUT_23734=0 -4.04587 0 0 -3.17362 0 0 -58.8702 -49.5437 -88.1808 -15.3443 -19.3364 10.9989 -23
-STDOUT_23735=0 -4.55094 0 0 -3.0656 0 0 -60.8643 -43.893 -82.6108 -14.9478 -22.0226 10.9989 -25
-STDOUT_23736=0 -4.44849 0 0 -2.73994 0 0 -60.3592 -44.7031 -83.6498 -15.948 -22.9808 9.99896 -25
-STDOUT_23737=0 -4.46257 0 0 -2.66443 0 0 -60.3592 -44.677 -83.6498 -16.2056 -22.9808 9.99896 -25
-STDOUT_23738=0 -3.86909 0 0 -2.26888 0 0 -62.984 -46.7378 -80.5557 -14.0273 -18.0969 8.99907 -24
-STDOUT_23739=0 -4.50473 0 0 -3.10818 0 0 -60.8617 -46.3416 -86.6793 -12.7783 -17.6959 9.99896 -23
-STDOUT_23740=0 -4.33203 0 0 -2.75023 0 0 -58.8702 -49.6401 -90.3027 -14.4004 -19.3364 10.9989 -23
-STDOUT_23741=0 -4.15272 0 0 -2.54929 0 0 -65.6255 -37.8863 -73.0298 -13.7134 -23.4366 8.99907 -27
-STDOUT_23742=0 -4.12813 0 0 -2.76204 0 0 -65.6255 -37.1269 -73.0298 -13.8558 -23.4366 8.99907 -27
-STDOUT_23743=0 -4.3442 0 0 -2.39853 0 0 -60.3592 -46.7111 -81.5279 -16.9925 -22.9808 8.99907 -25
-STDOUT_23744=0 -4.23893 0 0 -2.94746 0 0 -58.8702 -49.0271 -90.3027 -14.7544 -19.3364 9.99896 -23
-STDOUT_23745=0 -3.89897 0 0 -2.49412 0 0 -64.7276 -42.4134 -79.0975 -12.4958 -18.5302 8.99907 -25
-STDOUT_23746=0 -4.00624 0 0 -3.00421 0 0 -58.8702 -49.4944 -90.3027 -14.9163 -19.3364 10.9989 -23
-STDOUT_23747=0 -4.26885 0 0 -3.66965 0 0 -60.8617 -45.2812 -88.8012 -11.5357 -17.6959 8.99907 -23
-STDOUT_23748=0 -4.15563 0 0 -2.9298 0 0 -60.8643 -45.4672 -82.6108 -15.4302 -22.0226 10.9989 -25
-STDOUT_23749=0 -4.15674 0 0 -3.09637 0 0 -65.6255 -37.0292 -70.9079 -14.3002 -23.4366 9.99896 -27
-STDOUT_23750=0 -3.88928 0 0 -3.82611 0 0 -58.8702 -48.2809 -90.3027 -13.8313 -19.3364 10.9989 -23
-STDOUT_23751=0 -3.87911 0 0 -3.97272 0 0 -58.8702 -48.494 -88.1808 -14.5831 -19.3364 10.9989 -23
-STDOUT_23752=0 -4.51555 0 0 -3.17032 0 0 -60.8643 -44.1734 -80.4889 -16.1569 -22.0226 10.9989 -25
-STDOUT_23753=0 -4.13259 0 0 -3.96192 0 0 -58.8702 -48.3018 -88.1808 -13.994 -19.3364 10.9989 -23
-STDOUT_23754=0 -4.4651 0 0 -2.93876 0 0 -60.8617 -46.2923 -88.8012 -12.3503 -17.6959 9.99896 -23
-STDOUT_23755=0 -4.17534 0 0 -2.49232 0 0 -60.7567 -47.8623 -87.2329 -14.1303 -18.4562 8.99907 -23
-STDOUT_23756=0 -3.94727 0 0 -3.96841 0 0 -61.4349 -46.6513 -84.7828 -10.6154 -18.3679 9.99896 -24
-STDOUT_23757=0 -4.47918 0 0 -2.86326 0 0 -60.8617 -46.2662 -88.8012 -12.608 -17.6959 9.99896 -23
-STDOUT_23758=0 -4.11211 0 0 -2.48844 0 0 -58.8702 -50.8462 -88.1808 -16.4858 -19.3364 9.99896 -23
-STDOUT_23759=0 -4.26853 0 0 -2.73472 0 0 -58.8702 -49.8668 -90.3027 -14.7164 -19.3364 9.99896 -23
-STDOUT_23760=0 -3.68401 0 0 -2.60523 0 0 -59.4443 -47.5362 -92.7463 -14.6229 -21.2322 9.99896 -23
-STDOUT_23761=0 -4.31514 0 0 -3.23833 0 0 -58.8702 -49.3757 -88.1808 -14.801 -19.3364 10.9989 -23
-STDOUT_23762=0 -3.88083 0 0 -2.97378 0 0 -58.8702 -49.8726 -90.3027 -15.234 -19.3364 10.9989 -23
-STDOUT_23763=0 -4.35502 0 0 -3.47635 0 0 -60.8643 -44.0412 -80.4889 -15.9587 -22.0226 10.9989 -25
-STDOUT_23764=0 -3.92356 0 0 -3.8033 0 0 -58.8702 -48.2279 -90.3027 -14.03 -19.3364 10.9989 -23
-STDOUT_23765=0 -3.92086 0 0 -3.65784 0 0 -65.6255 -35.9689 -73.0298 -13.0575 -23.4366 8.99907 -27
-STDOUT_23766=0 -4.1434 0 0 -3.00315 0 0 -60.7567 -46.8845 -87.2329 -13.6666 -18.4562 9.99896 -23
-STDOUT_23767=0 -4.17704 0 0 -3.7925 0 0 -58.8702 -48.0357 -90.3027 -13.441 -19.3364 10.9989 -23
-STDOUT_23768=0 -4.70861 0 0 -2.94416 0 0 -60.8643 -43.6569 -82.6108 -15.567 -22.0226 9.99896 -25
-STDOUT_23769=0 -4.11711 0 0 -2.92695 0 0 -65.6256 -36.9799 -73.0298 -13.8722 -23.4366 9.99896 -27
-STDOUT_23770=0 -4.47592 0 0 -3.0009 0 0 -60.8643 -44.1242 -82.6108 -15.729 -22.0226 10.9989 -25
-STDOUT_23771=0 -4.13119 0 0 -2.85144 0 0 -65.6255 -36.9538 -73.0298 -14.1298 -23.4366 9.99896 -27
-STDOUT_23772=0 -3.82578 0 0 -3.8106 0 0 -58.8702 -48.5076 -90.3027 -14.1474 -19.3364 9.99896 -23
-STDOUT_23773=0 -4.08869 0 0 -2.84049 0 0 -56.8379 -52.0131 -97.2268 -15.4702 -18.8975 9.99896 -22
-STDOUT_23774=0 -4.12024 0 0 -3.03452 0 0 -60.8643 -45.7476 -80.4889 -16.6394 -22.0226 10.9989 -25
-STDOUT_23775=0 -4.07926 0 0 -3.7998 0 0 -58.8702 -48.3154 -90.3027 -13.5583 -19.3364 9.99896 -23
-STDOUT_23776=0 -2.75128 0 0 -4.23249 0 0 -93.8918 -23.2318 -53.3141 -11.8406 -45.7125 10.9989 -38
-STDOUT_23777=0 -2.55057 0 0 -3.90965 0 0 -93.8918 -20.9088 -53.3141 -12.1329 -45.7125 9.99896 -38
-STDOUT_23778=0 -3.11935 0 0 -4.51759 0 0 -93.8918 -24.6339 -53.3141 -11.7285 -45.7125 11.9988 -38
-STDOUT_23779=0 -3.26058 0 0 -4.35054 0 0 -93.8918 -23.3907 -53.3141 -11.2788 -45.7125 10.9989 -38
-STDOUT_23780=0 -2.91863 0 0 -4.19475 0 0 -93.8918 -22.3108 -53.3141 -12.0208 -45.7125 10.9989 -38
-STDOUT_23781=0 -3.05987 0 0 -4.0277 0 0 -93.8918 -21.0676 -53.3141 -11.5711 -45.7125 9.99896 -38
-STDOUT_23782=0 -3.22917 0 0 -4.4757 0 0 -93.8918 -24.2785 -53.3141 -11.8707 -45.7125 11.9988 -38
-STDOUT_23783=0 -2.94553 0 0 -4.23249 0 0 -93.8918 -23.295 -53.3141 -12.0785 -45.7125 10.9989 -38
-STDOUT_23784=0 -3.02845 0 0 -4.15286 0 0 -93.8918 -21.9555 -53.3141 -12.163 -45.7125 10.9989 -38
-STDOUT_23785=0 -4.16005 0 0 -4.54264 0 0 -74.9805 -32.588 -58.5714 -13.2269 -35.8861 10.9989 -35
-STDOUT_23786=0 -2.74481 0 0 -3.90965 0 0 -93.8918 -20.972 -53.3141 -12.3708 -45.7125 9.99896 -38
-STDOUT_23787=0 -3.15089 0 0 -5.24848 0 0 -93.8918 -23.0099 -53.3141 -11.1836 -45.7125 10.9989 -38
-STDOUT_23788=0 -2.91411 0 0 -4.35765 0 0 -93.8918 -24.1829 -53.3141 -12.6704 -45.7125 11.9988 -38
-STDOUT_23789=0 -3.21968 0 0 -4.74331 0 0 -93.8918 -24.0297 -53.3141 -11.9609 -45.7125 11.9988 -38
-STDOUT_23790=0 -3.31359 0 0 -4.51759 0 0 -93.8918 -24.6971 -53.3141 -11.9664 -45.7125 11.9988 -38
-STDOUT_23791=0 -3.02142 0 0 -5.13043 0 0 -93.8918 -22.9508 -53.3141 -11.5111 -45.7125 10.9989 -38
-STDOUT_23792=0 -2.94545 0 0 -4.35765 0 0 -93.8918 -25.0601 -53.3141 -12.5977 -45.7125 11.9988 -38
-STDOUT_23793=0 -2.9596 0 0 -4.15698 0 0 -93.8918 -23.2689 -53.3141 -12.3361 -45.7125 10.9989 -38
-STDOUT_23794=0 -3.95933 0 0 -4.21981 0 0 -74.9805 -30.265 -58.5714 -13.5191 -35.8861 9.99896 -35
-STDOUT_23795=0 -4.52811 0 0 -4.82775 0 0 -74.9805 -33.9901 -58.5714 -13.1148 -35.8861 11.9988 -35
-STDOUT_23796=0 -2.95017 0 0 -4.92564 0 0 -93.8918 -20.6869 -53.3141 -11.4759 -45.7125 9.99896 -38
-STDOUT_23797=0 -2.71339 0 0 -4.03481 0 0 -93.8918 -21.8599 -53.3141 -12.9627 -45.7125 10.9989 -38
-STDOUT_23798=0 -2.70065 0 0 -4.14369 0 0 -93.8918 -25.7529 -53.3141 -12.5878 -45.7125 10.9989 -38
-STDOUT_23799=0 -3.01897 0 0 -4.42048 0 0 -93.8918 -21.7066 -53.3141 -12.2532 -45.7125 10.9989 -38
-STDOUT_23800=0 -3.11287 0 0 -4.19475 0 0 -93.8918 -22.3741 -53.3141 -12.2587 -45.7125 10.9989 -38
-STDOUT_23801=0 -2.8207 0 0 -4.80759 0 0 -93.8918 -20.6278 -53.3141 -11.8034 -45.7125 9.99896 -38
-STDOUT_23802=0 -2.74473 0 0 -4.03481 0 0 -93.8918 -22.7371 -53.3141 -12.8899 -45.7125 10.9989 -38
-STDOUT_23803=0 -3.28217 0 0 -4.64275 0 0 -93.8918 -25.585 -53.3141 -12.5583 -45.7125 12.9986 -38
-STDOUT_23804=0 -2.75889 0 0 -3.83414 0 0 -93.8918 -20.9459 -53.3141 -12.6284 -45.7125 9.99896 -38
-STDOUT_23805=0 -4.66935 0 0 -4.66069 0 0 -74.9805 -32.7469 -58.5714 -12.6651 -35.8861 10.9989 -35
-STDOUT_23806=0 -3.5243 0 0 -4.55121 0 0 -93.8918 -24.0076 -53.3141 -11.8962 -45.7125 11.9988 -38
-STDOUT_23807=0 -3.38948 0 0 -5.41553 0 0 -93.8918 -24.3529 -53.3141 -11.399 -45.7125 11.9988 -38
-STDOUT_23808=0 -3.31351 0 0 -4.64275 0 0 -93.8918 -26.4622 -53.3141 -12.4856 -45.7125 12.9986 -38
-STDOUT_23809=0 -3.42941 0 0 -4.51025 0 0 -93.8918 -23.4679 -53.3141 -12.1121 -45.7125 11.9988 -38
-STDOUT_23810=0 -3.32767 0 0 -4.44208 0 0 -93.8918 -24.671 -53.3141 -12.224 -45.7125 11.9988 -38
-STDOUT_23811=0 -4.3274 0 0 -4.50491 0 0 -74.9805 -31.6671 -58.5714 -13.4071 -35.8861 10.9989 -35
-STDOUT_23812=0 -3.13526 0 0 -5.44915 0 0 -93.8918 -23.922 -53.3141 -11.8212 -45.7125 11.9988 -38
-STDOUT_23813=0 -2.7383 0 0 -4.17556 0 0 -93.8918 -23.676 -53.3141 -12.8259 -45.7125 10.9989 -38
-STDOUT_23814=0 -3.01932 0 0 -4.56896 0 0 -93.8918 -24.1636 -53.3141 -12.6599 -45.7125 11.9988 -38
-STDOUT_23815=0 -3.08146 0 0 -4.31992 0 0 -93.8918 -23.2619 -53.3141 -12.8506 -45.7125 11.9988 -38
-STDOUT_23816=0 -3.06871 0 0 -4.42879 0 0 -93.8918 -27.1549 -53.3141 -12.4757 -45.7125 11.9988 -38
-STDOUT_23817=0 -3.00579 0 0 -5.3311 0 0 -93.8918 -23.8629 -53.3141 -12.1487 -45.7125 11.9988 -38
-STDOUT_23818=0 -4.46864 0 0 -4.33785 0 0 -74.9805 -30.4239 -58.5714 -12.9574 -35.8861 9.99896 -35
-STDOUT_23819=0 -3.06167 0 0 -4.11495 0 0 -93.8918 -22.9891 -53.3141 -12.5226 -45.7125 10.9989 -38
-STDOUT_23820=0 -3.32358 0 0 -4.22837 0 0 -93.8918 -21.6846 -53.3141 -12.1885 -45.7125 10.9989 -38
-STDOUT_23821=0 -3.18876 0 0 -5.0927 0 0 -93.8918 -22.0299 -53.3141 -11.6913 -45.7125 10.9989 -38
-STDOUT_23822=0 -3.1128 0 0 -4.31992 0 0 -93.8918 -24.1392 -53.3141 -12.7779 -45.7125 11.9988 -38
-STDOUT_23823=0 -4.63793 0 0 -4.78585 0 0 -74.9805 -33.6347 -58.5714 -13.257 -35.8861 11.9988 -35
-STDOUT_23824=0 -2.79512 0 0 -3.82085 0 0 -93.8918 -22.7143 -53.3141 -12.6147 -45.7125 9.99896 -38
-STDOUT_23825=0 -3.2287 0 0 -4.18741 0 0 -93.8918 -21.1449 -53.3141 -12.4043 -45.7125 10.9989 -38
-STDOUT_23826=0 -3.12695 0 0 -4.11925 0 0 -93.8918 -22.348 -53.3141 -12.5163 -45.7125 10.9989 -38
-STDOUT_23827=0 -2.99607 0 0 -4.32752 0 0 -93.8918 -25.549 -53.3141 -12.8463 -45.7125 11.9988 -38
-STDOUT_23828=0 -3.20995 0 0 -4.26174 0 0 -93.8918 -25.9117 -53.3141 -12.026 -45.7125 10.9989 -38
-STDOUT_23829=0 -2.93454 0 0 -5.12631 0 0 -93.8918 -21.599 -53.3141 -12.1135 -45.7125 10.9989 -38
-STDOUT_23830=0 -2.53759 0 0 -3.85273 0 0 -93.8918 -21.353 -53.3141 -13.1181 -45.7125 9.99896 -38
-STDOUT_23831=0 -3.79748 0 0 -4.79535 0 0 -93.8918 -24.87 -53.3141 -12 -45.7125 12.9986 -38
-STDOUT_23832=0 -2.8186 0 0 -4.24612 0 0 -93.8918 -21.8406 -53.3141 -12.9522 -45.7125 10.9989 -38
-STDOUT_23833=0 -3.42502 0 0 -4.43779 0 0 -93.8918 -25.598 -53.3141 -12.2014 -45.7125 11.9988 -38
-STDOUT_23834=0 -4.35429 0 0 -4.54264 0 0 -74.9805 -32.6513 -58.5714 -13.4648 -35.8861 10.9989 -35
-STDOUT_23835=0 -2.80507 0 0 -5.00827 0 0 -93.8918 -21.5399 -53.3141 -12.441 -45.7125 10.9989 -38
-STDOUT_23836=0 -3.10637 0 0 -4.46066 0 0 -93.8918 -25.0781 -53.3141 -12.7138 -45.7125 11.9988 -38
-STDOUT_23837=0 -3.20924 0 0 -4.43316 0 0 -93.8918 -23.912 -53.3141 -12.6959 -45.7125 11.9988 -38
-STDOUT_23838=0 -3.38738 0 0 -4.85406 0 0 -93.8918 -25.5657 -53.3141 -12.5479 -45.7125 12.9986 -38
-STDOUT_23839=0 -4.43722 0 0 -4.46302 0 0 -74.9805 -31.3117 -58.5714 -13.5493 -35.8861 10.9989 -35
-STDOUT_23840=0 -3.93871 0 0 -4.62829 0 0 -93.8918 -23.6268 -53.3141 -11.5503 -45.7125 11.9988 -38
-STDOUT_23841=0 -3.74262 0 0 -5.02842 0 0 -93.8918 -25.9723 -53.3141 -11.8948 -45.7125 12.9986 -38
-STDOUT_23842=0 -2.79536 0 0 -4.00468 0 0 -93.8918 -23.226 -53.3141 -13.1386 -45.7125 10.9989 -38
-STDOUT_23843=0 -3.37385 0 0 -5.6162 0 0 -93.8918 -25.265 -53.3141 -12.0367 -45.7125 12.9986 -38
-STDOUT_23844=0 -3.61019 0 0 -4.49428 0 0 -93.8918 -25.0126 -53.3141 -12.0226 -45.7125 11.9988 -38
-STDOUT_23845=0 -3.42974 0 0 -4.40005 0 0 -93.8918 -24.3912 -53.3141 -12.4105 -45.7125 11.9988 -38
-STDOUT_23846=0 -3.41393 0 0 -4.74331 0 0 -93.8918 -24.0929 -53.3141 -12.1988 -45.7125 11.9988 -38
-STDOUT_23847=0 -3.16319 0 0 -4.10595 0 0 -93.8918 -24.1163 -53.3141 -12.5026 -45.7125 10.9989 -38
-STDOUT_23848=0 -3.59676 0 0 -4.47251 0 0 -93.8918 -22.547 -53.3141 -12.2923 -45.7125 11.9988 -38
-STDOUT_23849=0 -3.1764 0 0 -4.08816 0 0 -93.8918 -24.5553 -53.3141 -12.4705 -45.7125 10.9989 -38
-STDOUT_23850=0 -3.17853 0 0 -4.3869 0 0 -93.8918 -26.7996 -53.3141 -12.6179 -45.7125 11.9988 -38
-STDOUT_23851=0 -3.52862 0 0 -4.68701 0 0 -93.8918 -24.3225 -53.3141 -12.0982 -45.7125 11.9988 -38
-STDOUT_23852=0 -3.36414 0 0 -4.61262 0 0 -93.8918 -26.9511 -53.3141 -12.7342 -45.7125 12.9986 -38
-STDOUT_23853=0 -3.59119 0 0 -5.20087 0 0 -93.8918 -23.9048 -53.3141 -11.6538 -45.7125 11.9988 -38
-STDOUT_23854=0 -3.13606 0 0 -4.37623 0 0 -93.8918 -25.85 -53.3141 -12.7851 -45.7125 11.9988 -38
-STDOUT_23855=0 -3.88386 0 0 -4.86136 0 0 -93.8918 -24.7291 -53.3141 -11.4452 -45.7125 11.9988 -38
-STDOUT_23856=0 -3.24917 0 0 -3.57734 0 0 -93.8918 -25.1332 -53.3141 -12.739 -45.7125 10.9989 -38
-STDOUT_23857=0 -4.15358 0 0 -4.21981 0 0 -74.9805 -30.3282 -58.5714 -13.757 -35.8861 9.99896 -35
-STDOUT_23858=0 -3.53428 0 0 -4.67243 0 0 -93.8918 -25.4433 -53.3141 -12.0412 -45.7125 11.9988 -38
-STDOUT_23859=0 -2.90565 0 0 -4.13783 0 0 -93.8918 -22.7551 -53.3141 -13.0061 -45.7125 10.9989 -38
-STDOUT_23860=0 -3.57098 0 0 -4.233 0 0 -93.8918 -23.148 -53.3141 -11.9608 -45.7125 10.9989 -38
-STDOUT_23861=0 -4.55965 0 0 -5.55863 0 0 -74.9805 -32.3662 -58.5714 -12.5699 -35.8861 10.9989 -35
-STDOUT_23862=0 -3.00853 0 0 -4.11032 0 0 -93.8918 -21.589 -53.3141 -12.9882 -45.7125 10.9989 -38
-STDOUT_23863=0 -4.32288 0 0 -4.66781 0 0 -74.9805 -33.5391 -58.5714 -14.0567 -35.8861 11.9988 -35
-STDOUT_23864=0 -3.18666 0 0 -4.53122 0 0 -93.8918 -23.2427 -53.3141 -12.8401 -45.7125 11.9988 -38
-STDOUT_23865=0 -3.79308 0 0 -4.72289 0 0 -93.8918 -27 -53.3141 -12.0893 -45.7125 12.9986 -38
-STDOUT_23866=0 -4.62845 0 0 -5.05347 0 0 -74.9805 -33.3859 -58.5714 -13.3472 -35.8861 11.9988 -35
-STDOUT_23867=0 -3.30443 0 0 -3.9389 0 0 -93.8918 -22.8731 -53.3141 -12.0529 -45.7125 9.99896 -38
-STDOUT_23868=0 -3.738 0 0 -4.30546 0 0 -93.8918 -21.3038 -53.3141 -11.8426 -45.7125 10.9989 -38
-STDOUT_23869=0 -3.5419 0 0 -4.70558 0 0 -93.8918 -23.6492 -53.3141 -12.1871 -45.7125 11.9988 -38
-STDOUT_23870=0 -4.72236 0 0 -4.82775 0 0 -74.9805 -34.0533 -58.5714 -13.3527 -35.8861 11.9988 -35
-STDOUT_23871=0 -3.17314 0 0 -5.29337 0 0 -93.8918 -22.942 -53.3141 -12.3289 -45.7125 11.9988 -38
-STDOUT_23872=0 -3.40947 0 0 -4.17144 0 0 -93.8918 -22.6896 -53.3141 -12.3148 -45.7125 10.9989 -38
-STDOUT_23873=0 -3.24372 0 0 -5.03381 0 0 -93.8918 -22.5664 -53.3141 -11.9022 -45.7125 10.9989 -38
-STDOUT_23874=0 -3.50538 0 0 -4.44556 0 0 -93.8918 -25.7079 -53.3141 -12.2845 -45.7125 11.9988 -38
-STDOUT_23875=0 -3.1468 0 0 -4.30091 0 0 -93.8918 -23.7156 -53.3141 -12.5084 -45.7125 10.9989 -38
-STDOUT_23876=-180 0 0 -45.1726 0 0 -45.5392 -193.918 -50.4618 -50.521 -27.6341 -31.7722 32.9966 -33
-STDOUT_23877=-180 0 0 -46.2712 0 0 -45.5392 -195.432 -48.5482 -48.4416 -27.6341 -31.7722 32.9966 -33
-STDOUT_23878=-180 0 0 -42.8877 0 0 -43.0485 -192.258 -54.8096 -51.4351 -32.2112 -32.669 32.9966 -33
-STDOUT_23879=-180 0 0 -45.2875 0 0 -45.9411 -199.652 -49.154 -49.6059 -24.7837 -29.2201 32.9966 -33
-STDOUT_23880=-180 0 0 -44.9599 0 0 -46.0355 -192.612 -51.8552 -51.9024 -28.1358 -32.4861 32.9966 -33
-STDOUT_23881=-180 0 0 -43.9864 0 0 -43.0485 -193.772 -52.896 -49.3557 -32.2112 -32.669 32.9966 -33
-STDOUT_23882=-180 0 0 -45.6886 0 0 -46.2198 -200.829 -48.3843 -48.4142 -24.6807 -28.7936 32.9966 -33
-STDOUT_23883=-180 0 0 -46.3861 0 0 -45.9411 -201.166 -47.2403 -47.5265 -24.7837 -29.2201 32.9966 -33
-STDOUT_23884=-180 0 0 -46.0585 0 0 -46.0355 -194.126 -49.9416 -49.823 -28.1358 -32.4861 32.9966 -33
-STDOUT_23885=-180 0 0 -45.4121 0 0 -45.6823 -193.969 -50.4955 -50.6956 -28.3272 -32.5773 32.9966 -33
-STDOUT_23886=-180 0 0 -46.7872 0 0 -46.2198 -202.344 -46.4707 -46.3348 -24.6807 -28.7936 32.9966 -33
-STDOUT_23887=-180 0 0 -43.0027 0 0 -43.4504 -197.992 -53.5017 -50.52 -29.3609 -30.1169 32.9966 -33
-STDOUT_23888=-180 0 0 -44.5759 0 0 -45.2738 -191.713 -52.3162 -52.1045 -29.7511 -33.7524 32.9966 -33
-STDOUT_23889=-180 0 0 -45.5218 0 0 -44.5458 -192.439 -51.5862 -51.4355 -29.3114 -33.3622 32.9966 -33
-STDOUT_23890=-180 0 0 -43.6476 0 0 -43.3307 -191.484 -53.6613 -52.4898 -31.4146 -34.2042 32.9966 -33
-STDOUT_23891=-180 0 0 -46.5107 0 0 -45.6823 -195.483 -48.5819 -48.6162 -28.3272 -32.5773 32.9966 -33
-STDOUT_23892=-180 0 0 -45.0427 0 0 -45.2438 -193.881 -51.1581 -51.56 -28.6127 -32.7303 32.9966 -33
-STDOUT_23893=-180 0 0 -45.0748 0 0 -46.4375 -198.346 -50.5473 -50.9873 -25.2855 -29.934 32.9966 -33
-STDOUT_23894=-180 0 0 -43.4038 0 0 -43.7291 -199.443 -52.7321 -49.3283 -29.2579 -29.6904 32.9966 -33
-STDOUT_23895=-180 0 0 -44.1013 0 0 -43.4504 -199.507 -51.5881 -48.4405 -29.3609 -30.1169 32.9966 -33
-STDOUT_23896=-180 0 0 -45.8036 0 0 -46.6217 -206.563 -47.0765 -47.4991 -21.8304 -26.2415 32.9966 -33
-STDOUT_23897=-180 0 0 -44.9837 0 0 -45.8045 -198.543 -50.1856 -50.4221 -25.9847 -30.4354 32.9966 -33
-STDOUT_23898=-180 0 0 -45.6745 0 0 -45.2738 -193.228 -50.4025 -50.025 -29.7511 -33.7524 32.9966 -33
-STDOUT_23899=-180 0 0 -43.1273 0 0 -43.1915 -192.309 -54.8433 -51.6097 -32.9044 -33.474 32.9966 -33
-STDOUT_23900=-180 0 0 -45.476 0 0 -46.7161 -199.523 -49.7777 -49.7956 -25.1825 -29.5076 32.9966 -33
-STDOUT_23901=-180 0 0 -46.6204 0 0 -44.5458 -193.953 -49.6725 -49.356 -29.3114 -33.3622 32.9966 -33
-STDOUT_23902=-180 0 0 -45.7179 0 0 -45.7954 -194.924 -49.7909 -49.9583 -28.5156 -32.6983 32.9966 -33
-STDOUT_23903=-180 0 0 -45.218 0 0 -45.3127 -194.21 -51.8417 -51.9369 -28.128 -32.1076 32.9966 -33
-STDOUT_23904=-180 0 0 -44.7462 0 0 -43.3307 -192.999 -51.7477 -50.4104 -31.4146 -34.2042 32.9966 -33
-STDOUT_23905=-180 0 0 -44.8212 0 0 -45.4203 -194.454 -51.3661 -51.3942 -28.6317 -32.643 32.9966 -33
-STDOUT_23906=-180 0 0 -44.1637 0 0 -44.0112 -197.734 -51.5838 -50.383 -28.4612 -31.2256 32.9966 -33
-STDOUT_23907=-180 0 0 -42.2911 0 0 -42.7831 -190.054 -56.6639 -53.0185 -34.3282 -34.6491 32.9966 -33
-STDOUT_23908=-180 0 0 -43.237 0 0 -42.0551 -190.779 -55.934 -52.3495 -33.8886 -34.259 32.9966 -33
-STDOUT_23909=-180 0 0 -46.1413 0 0 -45.2438 -195.396 -49.2444 -49.4806 -28.6127 -32.7303 32.9966 -33
-STDOUT_23910=-180 0 0 -42.9973 0 0 -44.6845 -193.058 -53.1586 -52.9236 -30.2906 -33.8611 32.9966 -33
-STDOUT_23911=-180 0 0 -46.1734 0 0 -46.4375 -199.861 -48.6337 -48.9079 -25.2855 -29.934 32.9966 -33
-STDOUT_23912=-180 0 0 -45.527 0 0 -46.0842 -199.703 -49.1876 -49.7805 -25.4769 -30.0252 32.9966 -33
-STDOUT_23913=-180 0 0 -44.5024 0 0 -43.7291 -200.958 -50.8185 -47.2488 -29.2579 -29.6904 32.9966 -33
-STDOUT_23914=-180 0 0 -45.1994 0 0 -46.1786 -192.663 -51.8889 -52.077 -28.829 -33.2912 32.9966 -33
-STDOUT_23915=-180 0 0 -46.9022 0 0 -46.6217 -208.078 -45.1628 -45.4196 -21.8304 -26.2415 32.9966 -33
-STDOUT_23916=-180 0 0 -46.0823 0 0 -45.8045 -200.057 -48.272 -48.3427 -25.9847 -30.4354 32.9966 -33
-STDOUT_23917=-180 0 0 -44.2259 0 0 -43.1915 -193.824 -52.9296 -49.5303 -32.9044 -33.474 32.9966 -33
-STDOUT_23918=-180 0 0 -46.5746 0 0 -46.7161 -201.038 -47.8641 -47.7162 -25.1825 -29.5076 32.9966 -33
-STDOUT_23919=-180 0 0 -44.8432 0 0 -45.1185 -193.377 -52.6353 -52.2881 -28.9711 -32.919 32.9966 -33
-STDOUT_23920=-180 0 0 -42.7579 0 0 -42.7531 -192.221 -55.5058 -52.4741 -33.1898 -33.6271 32.9966 -33
-STDOUT_23921=-180 0 0 -45.9282 0 0 -46.3628 -200.88 -48.418 -48.5888 -25.3739 -29.5987 32.9966 -33
-STDOUT_23922=-180 0 0 -46.8165 0 0 -45.7954 -196.439 -47.8772 -47.8788 -28.5156 -32.6983 32.9966 -33
-STDOUT_23923=-180 0 0 -46.3166 0 0 -45.3127 -195.725 -49.9281 -49.8575 -28.128 -32.1076 32.9966 -33
-STDOUT_23924=-180 0 0 -44.6908 0 0 -45.6758 -197.448 -51.0083 -51.1893 -26.9007 -31.2003 32.9966 -33
-STDOUT_23925=-180 0 0 -45.9198 0 0 -45.4203 -195.968 -49.4525 -49.3147 -28.6317 -32.643 32.9966 -33
-STDOUT_23926=-180 0 0 -45.6367 0 0 -44.9478 -198.173 -50.2783 -50.5203 -26.4611 -30.8101 32.9966 -33
-STDOUT_23927=-180 0 0 -44.3633 0 0 -45.7701 -190.408 -53.7096 -53.4859 -30.2528 -34.4663 32.9966 -33
-STDOUT_23928=-180 0 0 -45.2623 0 0 -44.0112 -199.249 -49.6702 -48.3035 -28.4612 -31.2256 32.9966 -33
-STDOUT_23929=-180 0 0 -42.6989 0 0 -43.3138 -196.883 -54.5334 -51.3362 -30.5619 -31.3321 32.9966 -33
-STDOUT_23930=-180 0 0 -45.3092 0 0 -45.0421 -191.133 -52.9796 -52.8169 -29.8132 -34.0762 32.9966 -33
-STDOUT_23931=-180 0 0 -43.3897 0 0 -42.7831 -191.568 -54.7503 -50.9391 -34.3282 -34.6491 32.9966 -33
-STDOUT_23932=-180 0 0 -43.7625 0 0 -43.7326 -197.218 -52.3534 -51.5747 -28.5642 -31.6521 32.9966 -33
-STDOUT_23933=-180 0 0 -44.281 0 0 -45.6524 -194.689 -51.8883 -50.521 -32.3362 -33.911 32.9966 -34
-STDOUT_23934=-180 0 0 -45.092 0 0 -45.9544 -198.625 -50.2387 -49.9976 -26.7977 -30.7738 32.9966 -33
-STDOUT_23935=-180 0 0 -44.3356 0 0 -42.0551 -192.294 -54.0203 -50.2701 -33.8886 -34.259 32.9966 -33
-STDOUT_23936=-180 0 0 -43.4331 0 0 -43.3047 -193.264 -54.1386 -50.8723 -33.0928 -33.5951 32.9966 -33
-STDOUT_23937=-180 0 0 -42.9332 0 0 -42.822 -192.551 -56.1895 -52.851 -32.7052 -33.0043 32.9966 -33
-STDOUT_23938=-180 0 0 -44.0959 0 0 -44.6845 -194.573 -51.245 -50.8442 -30.2906 -33.8611 32.9966 -33
-STDOUT_23939=-180 0 0 -46.0379 0 0 -45.2264 -199.35 -49.5087 -49.3286 -26.3581 -30.3836 32.9966 -33
-STDOUT_23940=-180 0 0 -46.6257 0 0 -46.0842 -201.218 -47.274 -47.7011 -25.4769 -30.0252 32.9966 -33
-STDOUT_23941=-180 0 0 -42.5364 0 0 -42.9296 -192.794 -55.7139 -52.3082 -33.2088 -33.5398 32.9966 -33
-STDOUT_23942=-180 0 0 -45.1576 0 0 -45.6457 -199.615 -49.8502 -50.6449 -25.7623 -30.1782 32.9966 -33
-STDOUT_23943=-180 0 0 -46.2981 0 0 -46.1786 -194.178 -49.9752 -49.9976 -28.829 -33.2912 32.9966 -33
-STDOUT_23944=-180 0 0 -44.8931 0 0 -44.6156 -186.315 -57.2558 -57.113 -30.666 -34.6311 32.9966 -33
-STDOUT_23945=-180 0 0 -45.1283 0 0 -45.6324 -194.689 -51.6024 -50.521 -31.414 -33.9111 32.9966 -34
-STDOUT_23946=-180 0 0 -44.8301 0 0 -45.7401 -192.575 -52.5515 -52.9414 -29.1144 -33.4443 32.9966 -33
-STDOUT_23947=-180 0 0 -43.5187 0 0 -44.131 -205.178 -51.4242 -48.4131 -26.4075 -27.1383 32.9966 -33
-STDOUT_23948=-180 0 0 -45.9418 0 0 -45.1185 -194.892 -50.7216 -50.2086 -28.9711 -32.919 32.9966 -33
-STDOUT_23949=-180 0 0 -43.8565 0 0 -42.7531 -193.736 -53.5922 -50.3947 -33.1898 -33.6271 32.9966 -33
-STDOUT_23950=-180 0 0 -47.0268 0 0 -46.3628 -202.395 -46.5044 -46.5094 -25.3739 -29.5987 32.9966 -33
-STDOUT_23951=-180 0 0 -40.7124 0 0 -42.1938 -191.399 -57.5064 -53.8377 -34.8678 -34.7579 32.9966 -33
-STDOUT_23952=-180 0 0 -45.0511 0 0 -44.7512 -195.236 -51.2597 -51.1692 -30.6198 -34.1281 32.9966 -34
-STDOUT_23953=-180 0 0 -45.5588 0 0 -45.9244 -200.793 -49.0806 -49.4532 -25.6593 -29.7518 32.9966 -33
-STDOUT_23954=-180 0 0 -45.7895 0 0 -45.6758 -198.962 -49.0947 -49.1099 -26.9007 -31.2003 32.9966 -33
-STDOUT_23955=-180 0 0 -45.2223 0 0 -45.1844 -193.285 -51.7314 -51.7623 -29.4566 -33.6759 32.9966 -33
-STDOUT_23956=-180 0 0 -43.2422 0 0 -43.5935 -198.043 -53.5354 -50.6946 -30.054 -30.9219 32.9966 -33
-STDOUT_23957=-180 0 0 -45.5909 0 0 -47.118 -205.257 -48.4698 -48.8805 -22.3321 -26.9554 32.9966 -33
-STDOUT_23958=-180 0 0 -44.771 0 0 -46.3008 -197.237 -51.579 -51.8035 -26.4865 -31.1493 32.9966 -33
-STDOUT_23959=-180 0 0 -45.1845 0 0 -46.6299 -203.976 -47.6627 -47.8505 -24.6573 -28.837 32.9966 -33
-STDOUT_23960=-180 0 0 -46.7354 0 0 -44.9478 -199.688 -48.3647 -48.4409 -26.4611 -30.8101 32.9966 -33
-STDOUT_23961=-180 0 0 -45.4619 0 0 -45.7701 -191.922 -51.7959 -51.4064 -30.2528 -34.4663 32.9966 -33
-STDOUT_23962=-180 0 0 -45.8328 0 0 -46.1974 -200.658 -48.483 -49.0431 -25.6653 -30.1462 32.9966 -33
-STDOUT_23963=-180 0 0 -45.3329 0 0 -45.7146 -199.945 -50.5338 -51.0218 -25.2776 -29.5555 32.9966 -33
-STDOUT_23964=-180 0 0 -44.8155 0 0 -45.4169 -191.765 -52.3498 -52.2791 -30.4442 -34.5574 32.9966 -33
-STDOUT_23965=-180 0 0 -43.7975 0 0 -43.3138 -198.397 -52.6197 -49.2567 -30.5619 -31.3321 32.9966 -33
-STDOUT_23966=-180 0 0 -46.4078 0 0 -45.0421 -192.648 -51.0659 -50.7374 -29.8132 -34.0762 32.9966 -33
-STDOUT_23967=-180 0 0 -45.5053 0 0 -46.2918 -193.618 -51.1842 -51.3397 -29.0174 -33.4123 32.9966 -33
-STDOUT_23968=-180 0 0 -45.0053 0 0 -45.809 -192.904 -53.2351 -53.3183 -28.6298 -32.8215 32.9966 -33
-STDOUT_23969=-180 0 0 -44.8611 0 0 -43.7326 -198.733 -50.4398 -49.4952 -28.5642 -31.6521 32.9966 -33
-STDOUT_23970=-180 0 0 -44.9361 0 0 -45.8222 -200.188 -50.0583 -50.479 -25.7813 -30.0909 32.9966 -33
-STDOUT_23971=-180 0 0 -45.3796 0 0 -45.6524 -196.203 -49.9746 -48.4416 -32.3362 -33.911 32.9966 -34
-STDOUT_23972=-180 0 0 -44.7329 0 0 -45.3807 -195.85 -53.1665 -53.3385 -27.0012 -31.0691 32.9966 -33
-STDOUT_23973=-180 0 0 -45.4998 0 0 -46.485 -205.454 -48.1081 -48.3153 -23.0314 -27.4568 32.9966 -33
-STDOUT_23974=-180 0 0 -44.6879 0 0 -44.9781 -189.217 -54.6029 -54.5287 -30.8978 -34.7997 32.9966 -33
-STDOUT_23975=-180 0 0 -42.5584 0 0 -42.6278 -191.718 -56.9831 -53.2021 -33.5483 -33.8158 32.9966 -33
-STDOUT_23976=0 -4.06881 0 0 -3.04794 0 0 -73.7331 -29.958 -59.7109 -11.3272 -22.9943 8.99907 -30
-STDOUT_23977=0 -4.48689 0 0 -2.5143 0 0 -73.7331 -32.0062 -59.7109 -12.7389 -22.9943 8.99907 -30
-STDOUT_23978=0 -4.856 0 0 -2.94395 0 0 -73.7331 -30.3931 -59.7109 -11.4576 -22.9943 8.99907 -30
-STDOUT_23979=0 -4.17429 0 0 -2.54917 0 0 -73.7331 -32.1988 -59.7109 -13.1334 -22.9943 8.99907 -30
-STDOUT_23980=0 -4.56043 0 0 -2.39455 0 0 -73.7331 -32.9401 -59.7109 -13.1388 -22.9943 8.99907 -30
-STDOUT_23981=0 -5.27409 0 0 -2.41031 0 0 -73.7331 -32.4413 -59.7109 -12.8692 -22.9943 8.99907 -30
-STDOUT_23982=0 -4.82407 0 0 -3.26479 0 0 -73.7331 -29.4153 -59.7109 -10.994 -22.9943 9.99896 -30
-STDOUT_23983=0 -4.96149 0 0 -2.44518 0 0 -73.7331 -32.6338 -59.7109 -13.2638 -22.9943 8.99907 -30
-STDOUT_23984=0 -5.34763 0 0 -2.29056 0 0 -73.7331 -33.3752 -59.7109 -13.2692 -22.9943 8.99907 -30
-STDOUT_23985=0 -4.46069 0 0 -2.94395 0 0 -73.7331 -31.9673 -59.7109 -11.94 -22.9943 8.99907 -30
-STDOUT_23986=0 -4.90401 0 0 -2.58507 0 0 -73.7331 -30.6615 -61.8329 -11.4882 -22.9943 8.99907 -30
-STDOUT_23987=0 -4.31337 0 0 -3.04794 0 0 -73.7331 -31.7635 -59.7109 -11.809 -22.9943 8.99907 -30
-STDOUT_23988=0 -4.15277 0 0 -2.58059 0 0 -71.4829 -31.7334 -61.8245 -12.4082 -22.6304 8.99907 -29
-STDOUT_23989=0 -5.24216 0 0 -2.73115 0 0 -73.7331 -31.4635 -59.7109 -12.4056 -22.9943 9.99896 -30
-STDOUT_23990=0 -4.87942 0 0 -2.7397 0 0 -73.7331 -29.9021 -61.8329 -11.6306 -22.9943 8.99907 -30
-STDOUT_23991=0 -4.67096 0 0 -2.70417 0 0 -73.7331 -32.5489 -59.7109 -12.4772 -22.9943 9.99896 -30
-STDOUT_23992=0 -4.15277 0 0 -3.19455 0 0 -73.7331 -30.3471 -59.7109 -12.4082 -22.9943 8.99907 -30
-STDOUT_23993=0 -4.03739 0 0 -3.17311 0 0 -73.7331 -30.8459 -59.7109 -11.9191 -22.9943 9.99896 -30
-STDOUT_23994=0 -4.6457 0 0 -2.70483 0 0 -73.7331 -30.1733 -61.8329 -11.9813 -22.9943 8.99907 -30
-STDOUT_23995=0 -4.87878 0 0 -2.41031 0 0 -73.7331 -34.0155 -59.7109 -13.3517 -22.9943 8.99907 -30
-STDOUT_23996=0 -4.73145 0 0 -2.5143 0 0 -73.7331 -33.8117 -59.7109 -13.2207 -22.9943 8.99907 -30
-STDOUT_23997=0 -4.92956 0 0 -2.76601 0 0 -73.7331 -31.6561 -59.7109 -12.8002 -22.9943 9.99896 -30
-STDOUT_23998=0 -5.3157 0 0 -2.61139 0 0 -73.7331 -32.3974 -59.7109 -12.8055 -22.9943 9.99896 -30
-STDOUT_23999=0 -4.93997 0 0 -2.4766 0 0 -71.4829 -32.1685 -61.8245 -12.5386 -22.6304 8.99907 -29
-STDOUT_24000=0 -4.61162 0 0 -2.63947 0 0 -73.7331 -32.5065 -59.7109 -13.2297 -22.9943 9.99896 -30
-STDOUT_24001=0 -4.35836 0 0 -2.73904 0 0 -73.7331 -32.7415 -59.7109 -12.8718 -22.9943 9.99896 -30
-STDOUT_24002=0 -4.42876 0 0 -3.26479 0 0 -73.7331 -30.9895 -59.7109 -11.4764 -22.9943 9.99896 -30
-STDOUT_24003=0 -4.7445 0 0 -2.58441 0 0 -73.7331 -33.4828 -59.7109 -12.8772 -22.9943 9.99896 -30
-STDOUT_24004=0 -4.33252 0 0 -3.24861 0 0 -73.7331 -30.575 -59.7109 -11.9446 -22.9943 9.99896 -30
-STDOUT_24005=0 -5.45816 0 0 -2.60018 0 0 -73.7331 -32.984 -59.7109 -12.6076 -22.9943 9.99896 -30
-STDOUT_24006=0 -4.56617 0 0 -2.44518 0 0 -73.7331 -34.208 -59.7109 -13.7462 -22.9943 8.99907 -30
-STDOUT_24007=0 -4.93997 0 0 -3.09056 0 0 -73.7331 -30.7822 -59.7109 -12.5386 -22.9943 8.99907 -30
-STDOUT_24008=0 -4.82459 0 0 -3.06912 0 0 -73.7331 -31.2809 -59.7109 -12.0495 -22.9943 9.99896 -30
-STDOUT_24009=0 -4.74694 0 0 -3.3257 0 0 -73.7331 -30.1941 -59.7109 -11.5987 -22.9943 9.99896 -30
-STDOUT_24010=0 -4.95231 0 0 -2.29056 0 0 -73.7331 -34.9494 -59.7109 -13.7516 -22.9943 8.99907 -30
-STDOUT_24011=0 -4.41885 0 0 -2.54917 0 0 -73.7331 -34.0042 -59.7109 -13.6152 -22.9943 8.99907 -30
-STDOUT_24012=0 -4.5087 0 0 -2.58507 0 0 -73.7331 -32.2356 -61.8329 -11.9706 -22.9943 8.99907 -30
-STDOUT_24013=0 -4.80499 0 0 -2.39455 0 0 -73.7331 -34.7456 -59.7109 -13.6206 -22.9943 8.99907 -30
-STDOUT_24014=0 -4.66405 0 0 -3.19527 0 0 -73.7331 -31.1487 -59.7109 -11.8513 -22.9943 9.99896 -30
-STDOUT_24015=0 -4.5836 0 0 -3.23793 0 0 -72.7024 -30.24 -60.6589 -11.7151 -23.8745 9.99896 -30
-STDOUT_24016=0 -4.69447 0 0 -2.51971 0 0 -73.7331 -33.7314 -59.7109 -13.5 -22.9943 9.99896 -30
-STDOUT_24017=0 -5.39881 0 0 -2.53548 0 0 -73.7331 -32.9415 -59.7109 -13.3601 -22.9943 9.99896 -30
-STDOUT_24018=0 -4.65976 0 0 -2.59647 0 0 -73.7331 -33.8266 -59.7109 -13.1816 -22.9943 9.99896 -30
-STDOUT_24019=0 -4.84685 0 0 -2.73115 0 0 -73.7331 -33.0377 -59.7109 -12.888 -22.9943 9.99896 -30
-STDOUT_24020=0 -5.14556 0 0 -2.63505 0 0 -73.7331 -33.1765 -59.7109 -13.0022 -22.9943 9.99896 -30
-STDOUT_24021=0 -5.5317 0 0 -2.48043 0 0 -73.7331 -33.9179 -59.7109 -13.0075 -22.9943 9.99896 -30
-STDOUT_24022=0 -5.11972 0 0 -3.14462 0 0 -73.7331 -31.01 -59.7109 -12.075 -22.9943 9.99896 -30
-STDOUT_24023=0 -4.48411 0 0 -2.7397 0 0 -73.7331 -31.4763 -61.8329 -12.113 -22.9943 8.99907 -30
-STDOUT_24024=0 -4.48689 0 0 -2.5143 0 0 -71.4829 -33.3925 -61.8245 -12.7389 -22.6304 8.99907 -29
-STDOUT_24025=0 -4.26952 0 0 -3.37078 0 0 -73.7331 -32.281 -59.7109 -11.035 -22.9943 9.99896 -30
-STDOUT_24026=0 -5.08808 0 0 -2.77494 0 0 -73.7331 -31.2042 -61.8329 -11.2265 -22.9943 9.99896 -30
-STDOUT_24027=0 -4.66354 0 0 -2.55822 0 0 -72.7024 -31.4862 -62.7808 -12.2093 -23.8745 8.99907 -30
-STDOUT_24028=0 -4.41841 0 0 -3.215 0 0 -73.7331 -31.5799 -59.7109 -12.071 -22.9943 9.99896 -30
-STDOUT_24029=0 -5.16503 0 0 -2.79206 0 0 -73.7331 -32.2423 -59.7109 -13.0103 -22.9943 9.99896 -30
-STDOUT_24030=0 -4.90804 0 0 -2.79743 0 0 -71.4829 -31.1907 -61.8245 -12.075 -22.6304 9.99896 -29
-STDOUT_24031=0 -5.53413 0 0 -3.22171 0 0 -73.7331 -30.6292 -59.7109 -11.7291 -22.9943 9.99896 -30
-STDOUT_24032=0 -4.25038 0 0 -2.70483 0 0 -73.7331 -31.7475 -61.8329 -12.4637 -22.9943 8.99907 -30
-STDOUT_24033=0 -4.51953 0 0 -2.94395 0 0 -74.1988 -31.5158 -59.7109 -13.6548 -25.1331 8.99907 -31
-STDOUT_24034=0 -5.08214 0 0 -2.66163 0 0 -73.7331 -33.1969 -59.7109 -13.2629 -22.9943 9.99896 -30
-STDOUT_24035=0 -4.57992 0 0 -3.25324 0 0 -73.7331 -32.0383 -59.7109 -11.7169 -22.9943 9.99896 -30
-STDOUT_24036=0 -5.01712 0 0 -3.32344 0 0 -77.6096 -29.794 -58.5714 -11.7593 -24.8653 9.99896 -32
-STDOUT_24037=0 -5.42623 0 0 -2.92101 0 0 -73.7331 -32.0062 -59.7109 -12.144 -22.9943 10.9989 -30
-STDOUT_24038=0 -4.53424 0 0 -2.76601 0 0 -73.7331 -33.2302 -59.7109 -13.2826 -22.9943 9.99896 -30
-STDOUT_24039=0 -5.00169 0 0 -2.70429 0 0 -72.7024 -32.2882 -60.6589 -13.1268 -23.8745 9.99896 -30
-STDOUT_24040=0 -4.90804 0 0 -3.41139 0 0 -73.7331 -29.8044 -59.7109 -12.075 -22.9943 9.99896 -30
-STDOUT_24041=0 -4.18803 0 0 -3.36877 0 0 -73.7331 -31.2187 -59.7109 -12.0462 -22.9943 9.99896 -30
-STDOUT_24042=0 -4.79266 0 0 -3.38995 0 0 -73.7331 -30.3031 -59.7109 -11.5859 -22.9943 10.9989 -30
-STDOUT_24043=0 -4.92038 0 0 -2.61139 0 0 -73.7331 -33.9716 -59.7109 -13.288 -22.9943 9.99896 -30
-STDOUT_24044=0 -4.54466 0 0 -2.4766 0 0 -71.4829 -33.7427 -61.8245 -13.021 -22.6304 8.99907 -29
-STDOUT_24045=0 -4.84081 0 0 -2.5616 0 0 -73.7331 -34.5418 -59.711 -13.2631 -22.9943 9.99896 -30
-STDOUT_24046=0 -5.48167 0 0 -2.41572 0 0 -73.7331 -34.1664 -59.7109 -13.6304 -22.9943 9.99896 -30
-STDOUT_24047=0 -5.06349 0 0 -2.92956 0 0 -73.7331 -30.4448 -61.8329 -11.3689 -22.9943 9.99896 -30
-STDOUT_24048=0 -4.17429 0 0 -2.54917 0 0 -71.4829 -33.5851 -61.8245 -13.1334 -22.6304 8.99907 -29
-STDOUT_24049=0 -4.63896 0 0 -2.71284 0 0 -72.7024 -30.7268 -62.7808 -12.3517 -23.8745 8.99907 -30
-STDOUT_24050=0 -4.33684 0 0 -3.38441 0 0 -73.7331 -30.8898 -59.7109 -12.1466 -22.9943 9.99896 -30
-STDOUT_24051=0 -4.06061 0 0 -3.94589 0 0 -73.7331 -29.8307 -59.7109 -10.8849 -22.9943 8.99907 -30
-STDOUT_24052=0 -5.44696 0 0 -2.49248 0 0 -73.7331 -34.2616 -59.7109 -13.312 -22.9943 9.99896 -30
-STDOUT_24053=0 -4.39733 0 0 -2.58059 0 0 -71.4829 -33.5389 -61.8245 -12.89 -22.6304 8.99907 -29
-STDOUT_24054=0 -4.56043 0 0 -2.39455 0 0 -71.4829 -34.3264 -61.8245 -13.1388 -22.6304 8.99907 -29
-STDOUT_24055=0 -4.82415 0 0 -2.59522 0 0 -73.7331 -33.5769 -59.7109 -13.7926 -22.9943 9.99896 -30
-STDOUT_24056=0 -4.85242 0 0 -2.82693 0 0 -73.7331 -32.4349 -59.7109 -13.4049 -22.9943 9.99896 -30
-STDOUT_24057=0 -4.63212 0 0 -3.5161 0 0 -73.7331 -30.1709 -59.7109 -11.3876 -22.9943 10.9989 -30
-STDOUT_24058=0 -4.68761 0 0 -2.83714 0 0 -73.7331 -34.3292 -59.7109 -12.4466 -22.9943 9.99896 -30
-STDOUT_24059=0 -5.23856 0 0 -2.67231 0 0 -73.7331 -33.1763 -59.7109 -13.4103 -22.9943 9.99896 -30
-STDOUT_24060=0 -4.82977 0 0 -2.8947 0 0 -73.7331 -30.716 -61.8329 -11.7196 -22.9943 9.99896 -30
-STDOUT_24061=0 -4.40523 0 0 -2.67798 0 0 -72.7024 -30.998 -62.7808 -12.7024 -23.8745 8.99907 -30
-STDOUT_24062=0 -5.27409 0 0 -2.41031 0 0 -71.4829 -33.8275 -61.8245 -12.8692 -22.6304 8.99907 -29
-STDOUT_24063=0 -5.06285 0 0 -2.60018 0 0 -73.7331 -34.5582 -59.7109 -13.09 -22.9943 9.99896 -30
-STDOUT_24064=0 -4.54466 0 0 -3.09056 0 0 -73.7331 -32.3564 -59.7109 -13.021 -22.9943 8.99907 -30
-STDOUT_24065=0 -4.26797 0 0 -2.68906 0 0 -73.7331 -32.4649 -61.8329 -12.5404 -22.9943 8.99907 -30
-STDOUT_24066=0 -4.59019 0 0 -3.43914 0 0 -73.7331 -29.3028 -61.8329 -10.3281 -22.9943 9.99896 -30
-STDOUT_24067=0 -3.99185 0 0 -3.30745 0 0 -72.106 -29.5091 -59.7109 -12.4258 -34.015 8.99907 -33
-STDOUT_24068=0 -4.42927 0 0 -3.06912 0 0 -73.7331 -32.8551 -59.7109 -12.532 -22.9943 9.99896 -30
-STDOUT_24069=0 -4.17134 0 0 -2.67433 0 0 -73.7331 -33.214 -59.7109 -14.3163 -22.9943 9.99896 -30
-STDOUT_24070=0 -5.20561 0 0 -3.11101 0 0 -73.7331 -32.015 -59.7109 -12.2014 -22.9943 9.99896 -30
-STDOUT_24071=0 -4.76954 0 0 -2.6965 0 0 -73.7331 -33.3895 -59.7109 -13.6575 -22.9943 9.99896 -30
-STDOUT_24072=0 -5.95222 0 0 -2.68807 0 0 -73.7331 -32.6774 -59.7109 -13.1407 -22.9943 9.99896 -30
-STDOUT_24073=0 -4.91552 0 0 -2.70417 0 0 -73.7331 -34.3544 -59.7109 -12.959 -22.9943 9.99896 -30
-STDOUT_24074=0 -4.39733 0 0 -3.19455 0 0 -73.7331 -32.1526 -59.7109 -12.89 -22.9943 8.99907 -30
-STDOUT_24075=0 -5.36688 0 0 -2.85631 0 0 -73.7331 -31.9637 -59.7109 -12.8965 -22.9943 10.9989 -30
-STDOUT_24076=0 -4.82407 0 0 -3.50277 0 0 -73.7331 -29.4153 -59.7109 -10.994 -22.9943 9.99896 -30
-STDOUT_24077=0 -4.63212 0 0 -3.93397 0 0 -73.7331 -30.1709 -59.7109 -11.3876 -22.9943 10.9989 -30
-STDOUT_24078=0 -4.79266 0 0 -3.62794 0 0 -73.7331 -30.3031 -59.7109 -11.5859 -22.9943 10.9989 -30
-STDOUT_24079=0 -4.59019 0 0 -3.33335 0 0 -73.7331 -29.3028 -61.8329 -10.3281 -22.9943 9.99896 -30
-STDOUT_24080=0 -5.5022 0 0 -3.78053 0 0 -73.7331 -29.6514 -59.7109 -11.2654 -22.9943 10.9989 -30
-STDOUT_24081=0 -4.6007 0 0 -4.05913 0 0 -73.7331 -31.0588 -59.7109 -11.9795 -22.9943 11.9988 -30
-STDOUT_24082=0 -5.08779 0 0 -3.70344 0 0 -73.7331 -30.0322 -59.7109 -11.6114 -22.9943 10.9989 -30
-STDOUT_24083=0 -4.39824 0 0 -3.76455 0 0 -73.7331 -30.0584 -61.8329 -10.7218 -22.9943 10.9989 -30
-STDOUT_24084=0 -5.31025 0 0 -4.21173 0 0 -73.7331 -30.4071 -59.7109 -11.6591 -22.9943 11.9988 -30
-STDOUT_24085=0 -5.47079 0 0 -3.90569 0 0 -73.7331 -30.5393 -59.7109 -11.8574 -22.9943 11.9988 -30
-STDOUT_24086=0 -4.89584 0 0 -4.13464 0 0 -73.7331 -30.7879 -59.7109 -12.005 -22.9943 11.9988 -30
-STDOUT_24087=0 -5.26832 0 0 -3.61111 0 0 -73.7331 -29.5389 -61.8329 -10.5996 -22.9943 10.9989 -30
-STDOUT_24088=0 -4.81588 0 0 -4.40072 0 0 -73.7331 -29.2879 -59.7109 -10.5516 -22.9943 9.99896 -30
-STDOUT_24089=0 -5.27883 0 0 -4.33689 0 0 -73.7331 -31.2949 -59.7109 -12.251 -22.9943 12.9986 -30
-STDOUT_24090=0 -5.76592 0 0 -3.9812 0 0 -73.7331 -30.2684 -59.7109 -11.8828 -22.9943 11.9988 -30
-STDOUT_24091=0 -4.78444 0 0 -3.33335 0 0 -73.7331 -29.366 -61.8329 -10.566 -22.9943 9.99896 -30
-STDOUT_24092=0 -5.07637 0 0 -4.04231 0 0 -73.7331 -30.2946 -61.8329 -10.9932 -22.9943 11.9988 -30
-STDOUT_24093=0 -4.79851 0 0 -3.25785 0 0 -73.7331 -29.3399 -61.8329 -10.8236 -22.9943 9.99896 -30
-STDOUT_24094=0 -4.62392 0 0 -4.83191 0 0 -73.7331 -30.0436 -59.7109 -10.9453 -22.9943 10.9989 -30
-STDOUT_24095=0 -5.57397 0 0 -4.4124 0 0 -73.7331 -31.024 -59.7109 -12.2765 -22.9943 12.9986 -30
-STDOUT_24096=0 -4.59248 0 0 -3.76455 0 0 -73.7331 -30.1217 -61.8329 -10.9597 -22.9943 10.9989 -30
-STDOUT_24097=0 -4.75302 0 0 -3.45852 0 0 -73.7331 -30.2539 -61.8329 -11.1579 -22.9943 10.9989 -30
-STDOUT_24098=0 -4.06881 0 0 -3.36363 0 0 -73.7331 -29.958 -59.7109 -11.3272 -22.9943 8.99907 -30
-STDOUT_24099=0 -5.49401 0 0 -4.67847 0 0 -73.7331 -29.5241 -59.7109 -10.8231 -22.9943 10.9989 -30
-STDOUT_24100=0 -4.60656 0 0 -3.68904 0 0 -73.7331 -30.0955 -61.8329 -11.2173 -22.9943 10.9989 -30
-STDOUT_24101=0 -5.09211 0 0 -3.83924 0 0 -73.7331 -30.3471 -59.7109 -11.8133 -22.9943 10.9989 -30
-STDOUT_24102=0 -5.46257 0 0 -3.61111 0 0 -73.7331 -29.6022 -61.8329 -10.8375 -22.9943 10.9989 -30
-STDOUT_24103=0 -4.80025 0 0 -4.60139 0 0 -73.7331 -30.2 -59.7109 -11.1893 -22.9943 10.9989 -30
-STDOUT_24104=0 -4.58819 0 0 -4.06424 0 0 -73.7331 -28.3549 -61.8329 -9.75131 -22.9943 8.99907 -30
-STDOUT_24105=0 -4.56107 0 0 -3.88971 0 0 -73.7331 -31.0095 -61.8329 -11.5516 -22.9943 11.9988 -30
-STDOUT_24106=0 -5.04815 0 0 -3.53403 0 0 -73.7331 -29.983 -61.8329 -11.1834 -22.9943 10.9989 -30
-STDOUT_24107=0 -4.5836 0 0 -3.37373 0 0 -72.7024 -30.24 -60.6589 -11.7151 -23.8745 9.99896 -30
-STDOUT_24108=0 -5.47664 0 0 -3.5356 0 0 -73.7331 -29.576 -61.8329 -11.0951 -22.9943 10.9989 -30
-STDOUT_24109=0 -5.30205 0 0 -5.10967 0 0 -73.7331 -30.2797 -59.7109 -11.2168 -22.9943 11.9988 -30
-STDOUT_24110=0 -4.03739 0 0 -3.48879 0 0 -73.7331 -30.8459 -59.7109 -11.9191 -22.9943 9.99896 -30
-STDOUT_24111=0 -4.86033 0 0 -4.2313 0 0 -73.7331 -29.0218 -61.8329 -9.99861 -22.9943 9.99896 -30
-STDOUT_24112=0 -4.42876 0 0 -3.36697 0 0 -73.7331 -30.9895 -59.7109 -11.4764 -22.9943 9.99896 -30
-STDOUT_24113=0 -4.90015 0 0 -4.27044 0 0 -73.7331 -31.1027 -59.7109 -12.207 -22.9943 11.9988 -30
-STDOUT_24114=0 -5.27061 0 0 -4.04231 0 0 -73.7331 -30.3578 -61.8329 -11.2311 -22.9943 11.9988 -30
-STDOUT_24115=0 -4.60829 0 0 -5.03258 0 0 -73.7331 -30.9557 -59.7109 -11.5829 -22.9943 11.9988 -30
-STDOUT_24116=0 -5.06069 0 0 -3.96441 0 0 -73.7331 -31.235 -59.7109 -12.4052 -22.9943 11.9988 -30
-STDOUT_24117=0 -4.39624 0 0 -4.49544 0 0 -73.7331 -29.1106 -61.8329 -10.145 -22.9943 9.99896 -30
-STDOUT_24118=0 -5.43115 0 0 -3.73627 0 0 -73.7331 -30.49 -61.8329 -11.4294 -22.9943 11.9988 -30
-STDOUT_24119=0 -4.74694 0 0 -3.64138 0 0 -73.7331 -30.1941 -59.7109 -11.5987 -22.9943 9.99896 -30
-STDOUT_24120=0 -4.85823 0 0 -3.66983 0 0 -73.7331 -30.2346 -61.8329 -11.1474 -22.9943 10.9989 -30
-STDOUT_24121=0 -4.8562 0 0 -3.96522 0 0 -73.7331 -30.7386 -61.8329 -11.5771 -22.9943 11.9988 -30
-STDOUT_24122=0 -4.39165 0 0 -3.80493 0 0 -72.7024 -30.9956 -60.6588 -12.1088 -23.8745 10.9989 -30
-STDOUT_24123=0 -5.28469 0 0 -3.9668 0 0 -73.7331 -30.3317 -61.8329 -11.4887 -22.9943 11.9988 -30
-STDOUT_24124=0 -5.77024 0 0 -4.117 0 0 -73.7331 -30.5832 -59.7109 -12.0848 -22.9943 11.9988 -30
-STDOUT_24125=0 -4.66837 0 0 -4.66249 0 0 -73.7331 -29.7775 -61.8329 -10.3923 -22.9943 10.9989 -30
-STDOUT_24126=0 -5.2984 0 0 -3.77168 0 0 -73.7331 -31.5375 -59.7109 -12.2286 -22.9943 11.9988 -30
-STDOUT_24127=0 -4.33252 0 0 -3.5643 0 0 -73.7331 -30.575 -59.7109 -11.9446 -22.9943 9.99896 -30
-STDOUT_24128=0 -3.72546 0 0 -3.50277 0 0 -91.7476 -13.306 -46.3102 -10.994 -26.8837 9.99896 -31
-STDOUT_24129=0 -4.55219 0 0 -3.4989 0 0 -72.7024 -31.1279 -60.6589 -12.307 -23.8745 10.9989 -30
-STDOUT_24130=0 -5.47838 0 0 -4.87914 0 0 -73.7331 -30.4362 -59.7109 -11.4607 -22.9943 11.9988 -30
-STDOUT_24131=0 -4.23204 0 0 -3.50277 0 0 -97.1598 -12.4337 -44.5795 -7.90312 -24.0784 9.99896 -31
-STDOUT_24132=0 -4.57721 0 0 -3.27643 0 0 -73.7331 -29.747 -61.8329 -11.3134 -22.9943 9.99896 -30
-STDOUT_24133=0 -5.26632 0 0 -4.342 0 0 -73.7331 -28.5911 -61.8329 -10.0228 -22.9943 9.99896 -30
-STDOUT_24134=0 -5.17368 0 0 -3.64652 0 0 -73.7331 -31.0372 -59.7109 -11.7377 -22.9943 10.9989 -30
-STDOUT_24135=0 -4.39734 0 0 -3.49213 0 0 -73.7331 -31.8773 -59.7109 -12.0683 -22.9943 10.9989 -30
-STDOUT_24136=0 -4.83283 0 0 -4.25681 0 0 -73.7331 -32.4939 -59.7109 -11.0954 -22.9943 11.9988 -30
-STDOUT_24137=0 -4.34972 0 0 -3.20432 0 0 -72.7025 -30.1275 -62.7808 -11.0492 -23.8745 9.99896 -30
-STDOUT_24138=0 -4.86874 0 0 -4.3956 0 0 -73.7331 -31.9906 -59.7109 -12.7989 -22.9943 12.9986 -30
-STDOUT_24139=0 -5.35582 0 0 -4.03992 0 0 -73.7331 -30.9641 -59.7109 -12.4307 -22.9943 11.9988 -30
-STDOUT_24140=0 -5.2392 0 0 -4.16747 0 0 -73.7331 -31.2456 -61.8329 -11.8231 -22.9943 12.9986 -30
-STDOUT_24141=0 -5.72628 0 0 -3.81178 0 0 -73.7331 -30.2191 -61.8329 -11.4549 -22.9943 11.9988 -30
-STDOUT_24142=0 -5.26173 0 0 -3.65149 0 0 -72.7024 -30.4761 -60.6589 -11.9866 -23.8745 10.9989 -30
-STDOUT_24143=0 -4.19488 0 0 -3.19755 0 0 -73.7331 -30.877 -61.8329 -10.8105 -22.9943 9.99896 -30
-STDOUT_24144=0 -4.57256 0 0 -4.26491 0 0 -73.7331 -29.267 -61.8329 -10.3889 -22.9943 9.99896 -30
-STDOUT_24145=0 -4.66627 0 0 -4.10102 0 0 -73.7331 -30.9902 -61.8329 -11.5411 -22.9943 11.9988 -30
-STDOUT_24146=0 -4.90804 0 0 -3.64938 0 0 -73.7331 -29.8044 -59.7109 -12.075 -22.9943 9.99896 -30
-STDOUT_24147=0 -4.71552 0 0 -3.76655 0 0 -73.7331 -31.082 -59.7109 -12.1906 -22.9943 10.9989 -30
-STDOUT_24148=0 -5.53846 0 0 -4.50905 0 0 -73.7331 -29.258 -61.8329 -10.2701 -22.9943 10.9989 -30
-STDOUT_24149=0 -5.10689 0 0 -3.64473 0 0 -73.7331 -31.2256 -59.7109 -11.7479 -22.9943 10.9989 -30
-STDOUT_24150=0 -5.57828 0 0 -4.5482 0 0 -73.7331 -31.3389 -59.7109 -12.4785 -22.9943 12.9986 -30
-STDOUT_24151=0 -5.10644 0 0 -4.20288 0 0 -73.7331 -32.2931 -59.7109 -12.6222 -22.9943 12.9986 -30
-STDOUT_24152=0 -3.53351 0 0 -3.93397 0 0 -91.7476 -14.0617 -46.3102 -11.3876 -26.8837 10.9989 -31
-STDOUT_24153=0 -5.03327 0 0 -4.60139 0 0 -73.7331 -30.4116 -59.7109 -11.2599 -22.9943 10.9989 -30
-STDOUT_24154=0 -4.36023 0 0 -3.93009 0 0 -72.7024 -31.8835 -60.6588 -12.7007 -23.8745 11.9988 -30
-STDOUT_24155=0 -4.84732 0 0 -3.5744 0 0 -72.7024 -30.857 -60.6589 -12.3325 -23.8745 10.9989 -30
-STDOUT_24156=0 -5.28642 0 0 -5.31034 0 0 -73.7331 -31.1918 -59.7109 -11.8544 -22.9943 12.9986 -30
-STDOUT_24157=0 -4.04009 0 0 -3.93397 0 0 -97.1598 -13.1894 -44.5795 -8.29678 -24.0784 10.9989 -31
-STDOUT_24158=0 -5.73882 0 0 -4.24216 0 0 -73.7331 -31.4711 -59.7109 -12.6767 -22.9943 12.9986 -30
-STDOUT_24159=0 -4.38526 0 0 -3.70763 0 0 -73.7331 -30.5026 -61.8329 -11.707 -22.9943 10.9989 -30
-STDOUT_24160=0 -5.07437 0 0 -4.7732 0 0 -73.7331 -29.3467 -61.8329 -10.4164 -22.9943 10.9989 -30
-STDOUT_24161=0 -4.98172 0 0 -4.07771 0 0 -73.7331 -31.7928 -59.7109 -12.1314 -22.9943 11.9988 -30
-STDOUT_24162=0 -4.8447 0 0 -4.43197 0 0 -73.7331 -29.9339 -61.8329 -10.6362 -22.9943 10.9989 -30
-STDOUT_24163=0 -3.69404 0 0 -3.62794 0 0 -91.7476 -14.1939 -46.3102 -11.5859 -26.8837 10.9989 -31
-STDOUT_24164=0 -4.69248 0 0 -3.56764 0 0 -73.7331 -31.6064 -59.7109 -12.0938 -22.9943 10.9989 -30
-STDOUT_24165=0 -4.15777 0 0 -3.63551 0 0 -72.7025 -30.8831 -62.7808 -11.4429 -23.8745 10.9989 -30
-STDOUT_24166=0 -4.20063 0 0 -3.62794 0 0 -97.1598 -13.3216 -44.5795 -8.49504 -24.0785 10.9989 -31
-STDOUT_24167=0 -5.16387 0 0 -4.47111 0 0 -73.7331 -31.7197 -59.7109 -12.8244 -22.9943 12.9986 -30
-STDOUT_24168=0 -5.53636 0 0 -3.94758 0 0 -73.7331 -30.4707 -61.8329 -11.4189 -22.9943 11.9988 -30
-STDOUT_24169=0 -5.53433 0 0 -4.24298 0 0 -73.7331 -30.9748 -61.8329 -11.8485 -22.9943 12.9986 -30
-STDOUT_24170=0 -4.06061 0 0 -4.26157 0 0 -73.7331 -29.8307 -59.7109 -10.8849 -22.9943 8.99907 -30
-STDOUT_24171=0 -4.12551 0 0 -3.56481 0 0 -94.3615 -12.83 -45.3957 -9.96079 -25.2937 9.99896 -31
-STDOUT_24172=0 -5.06978 0 0 -4.08269 0 0 -72.7024 -31.2318 -60.6588 -12.3803 -23.8745 11.9988 -30
-STDOUT_24173=0 -4.80142 0 0 -4.38197 0 0 -73.7331 -33.3818 -59.7109 -11.6873 -22.9943 12.9986 -30
-STDOUT_24174=0 -3.49158 0 0 -3.33335 0 0 -91.7476 -13.1935 -48.4321 -10.3281 -26.8837 9.99896 -31
-STDOUT_24175=0 -4.38061 0 0 -4.69611 0 0 -73.7331 -30.0227 -61.8329 -10.7826 -22.9943 10.9989 -30
-STDOUT_24176=FEATURES_TXT_END_0
-STDOUT_24177=FEATURES_TXT_BEGIN_0 8 500 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_24178=0 -3.71444 0 0 -2.53013 0 0 -44.5419 -28.3609 -62.1264 -9.27102 -18.5811 6.99927 -23
-STDOUT_24179=0 -3.74458 0 0 -2.5508 0 0 -44.5419 -29.0601 -62.1264 -8.55348 -18.5811 7.99917 -23
-STDOUT_24180=0 -3.74096 0 0 -2.65764 0 0 -44.5419 -28.7994 -62.1264 -8.94648 -18.5811 6.99927 -23
-STDOUT_24181=0 -3.87526 0 0 -2.58389 0 0 -44.5419 -28.5409 -62.1264 -9.08773 -18.5811 7.99917 -23
-STDOUT_24182=0 -3.84035 0 0 -2.67021 0 0 -44.5419 -28.5172 -62.1264 -9.04067 -18.5811 7.99917 -23
-STDOUT_24183=0 -3.84967 0 0 -2.54826 0 0 -44.5419 -29.4273 -62.1264 -8.68264 -18.5811 7.99917 -23
-STDOUT_24184=0 -2.90226 0 0 -1.77692 0 0 -46.1722 -27.4648 -59.0912 -8.18356 -25.9814 7.99917 -24
-STDOUT_24185=0 -3.74559 0 0 -2.54716 0 0 -44.5419 -29.3087 -62.1264 -9.31064 -18.5811 7.99917 -23
-STDOUT_24186=0 -3.77918 0 0 -2.79093 0 0 -44.5419 -28.6423 -62.1264 -9.0849 -18.5811 7.99917 -23
-STDOUT_24187=0 -3.75578 0 0 -2.66685 0 0 -44.5419 -28.5855 -62.1264 -9.65124 -18.5811 7.99917 -23
-STDOUT_24188=0 -3.78244 0 0 -2.66899 0 0 -44.5419 -29.4879 -62.1264 -8.69302 -18.5811 7.99917 -23
-STDOUT_24189=0 -2.9324 0 0 -1.79759 0 0 -46.1722 -28.164 -59.0912 -7.46602 -25.9814 8.99907 -24
-STDOUT_24190=0 -2.59219 0 0 -1.89185 0 0 -46.1722 -27.7692 -59.0912 -8.72176 -25.9814 7.99917 -24
-STDOUT_24191=0 -3.7829 0 0 -2.68752 0 0 -44.5419 -29.4478 -62.1264 -8.84852 -18.5811 8.99907 -23
-STDOUT_24192=0 -2.62233 0 0 -1.91252 0 0 -46.1722 -28.4684 -59.0912 -8.00423 -25.9814 8.99907 -24
-STDOUT_24193=0 -4.007 0 0 -2.60121 0 0 -44.5419 -29.3282 -62.1264 -8.62538 -18.5811 8.99907 -23
-STDOUT_24194=0 -3.7739 0 0 -2.67467 0 0 -44.5419 -29.5345 -62.1264 -8.97535 -18.5811 7.99917 -23
-STDOUT_24195=0 -3.60953 0 0 -2.61174 0 0 -44.5419 -29.4777 -62.1264 -9.79376 -18.5811 7.99917 -23
-STDOUT_24196=0 -3.79601 0 0 -2.79286 0 0 -44.5419 -29.2199 -62.1264 -8.97363 -18.5811 7.99917 -23
-STDOUT_24197=0 -3.63967 0 0 -2.63241 0 0 -44.5419 -30.1769 -62.1265 -9.07622 -18.5811 8.99907 -23
-STDOUT_24198=0 -3.90778 0 0 -2.60093 0 0 -44.5419 -29.3139 -62.1264 -9.16215 -18.5811 8.99907 -23
-STDOUT_24199=0 -2.92878 0 0 -1.90443 0 0 -46.1722 -27.9033 -59.0912 -7.85902 -25.9814 7.99917 -24
-STDOUT_24200=0 -3.87288 0 0 -2.68724 0 0 -44.5419 -29.2902 -62.1264 -9.11509 -18.5811 8.99907 -23
-STDOUT_24201=0 -2.97411 0 0 -1.78904 0 0 -46.1722 -28.3953 -59.0912 -7.67401 -25.9814 7.99917 -24
-STDOUT_24202=0 -3.06308 0 0 -1.83068 0 0 -46.1722 -27.6447 -59.0912 -8.00027 -25.9814 8.99907 -24
-STDOUT_24203=0 -3.80489 0 0 -2.70462 0 0 -44.5419 -29.5189 -62.1264 -9.09421 -18.5811 7.99917 -23
-STDOUT_24204=0 -3.85195 0 0 -2.58054 0 0 -44.5419 -28.5615 -62.1264 -10.3639 -18.5811 7.99917 -23
-STDOUT_24205=0 -3.02817 0 0 -1.917 0 0 -46.1722 -27.6211 -59.0912 -7.95321 -25.9814 8.99907 -24
-STDOUT_24206=0 -2.61871 0 0 -2.01935 0 0 -46.1722 -28.2077 -59.0912 -8.39723 -25.9814 7.99917 -24
-STDOUT_24207=0 -3.80002 0 0 -2.80797 0 0 -44.5419 -29.311 -62.1264 -9.10504 -18.5811 8.99907 -23
-STDOUT_24208=0 -3.88219 0 0 -2.5653 0 0 -44.5419 -30.2003 -62.1264 -8.75706 -18.5811 8.99907 -23
-STDOUT_24209=0 -2.75301 0 0 -1.94561 0 0 -46.1722 -27.9491 -59.0912 -8.53848 -25.9814 8.99907 -24
-STDOUT_24210=0 -3.80328 0 0 -2.68602 0 0 -44.5419 -30.1566 -62.1265 -8.71316 -18.5811 8.99907 -23
-STDOUT_24211=0 -3.03749 0 0 -1.79505 0 0 -46.1722 -28.5312 -59.0912 -7.59518 -25.9815 8.99907 -24
-STDOUT_24212=0 -4.02553 0 0 -2.67213 0 0 -44.5419 -29.1612 -62.1264 -9.10422 -18.5811 7.99917 -23
-STDOUT_24213=0 -2.71811 0 0 -2.03192 0 0 -46.1722 -27.9255 -59.0912 -8.49142 -25.9814 8.99907 -24
-STDOUT_24214=0 -3.58973 0 0 -2.51884 0 0 -44.5419 -29.7526 -62.1264 -10.5037 -18.5811 7.99917 -23
-STDOUT_24215=0 -3.63605 0 0 -2.73925 0 0 -44.5419 -29.9162 -62.1265 -9.46922 -18.581 7.99917 -23
-STDOUT_24216=0 -3.88799 0 0 -2.68499 0 0 -44.5419 -29.815 -62.1264 -8.97767 -18.5811 8.99907 -23
-STDOUT_24217=0 -3.68138 0 0 -2.62386 0 0 -44.5419 -30.4082 -62.1264 -9.28421 -18.5811 7.99917 -23
-STDOUT_24218=0 -3.77035 0 0 -2.66551 0 0 -44.5419 -29.6577 -62.1264 -9.61047 -18.5811 8.99907 -23
-STDOUT_24219=0 -2.93341 0 0 -1.79395 0 0 -46.1722 -28.4126 -59.0912 -8.22318 -25.9814 8.99907 -24
-STDOUT_24220=0 -3.61986 0 0 -2.53951 0 0 -44.5419 -30.4518 -62.1264 -9.78617 -18.5811 8.99907 -23
-STDOUT_24221=0 -2.96701 0 0 -2.03772 0 0 -46.1722 -27.7462 -59.0912 -7.99745 -25.9814 8.99907 -24
-STDOUT_24222=0 -2.72742 0 0 -1.90998 0 0 -46.1722 -28.8355 -59.0912 -8.13338 -25.9815 8.99907 -24
-STDOUT_24223=0 -2.94361 0 0 -1.91364 0 0 -46.1722 -27.6893 -59.0912 -8.56378 -25.9814 8.99907 -24
-STDOUT_24224=0 -3.78694 0 0 -2.68388 0 0 -44.5419 -29.5333 -62.1264 -9.69086 -18.5811 8.99907 -23
-STDOUT_24225=0 -4.10295 0 0 -2.53839 0 0 -44.5419 -29.0984 -62.1264 -9.57706 -18.5811 7.99917 -23
-STDOUT_24226=0 -4.1121 0 0 -2.59867 0 0 -44.5419 -29.6953 -62.1264 -8.75453 -18.5811 8.99907 -23
-STDOUT_24227=0 -3.07838 0 0 -1.82214 0 0 -46.1722 -28.131 -59.0912 -8.00863 -25.9814 7.99917 -24
-STDOUT_24228=0 -3.73544 0 0 -2.75182 0 0 -44.5419 -29.634 -62.1264 -9.56341 -18.5811 8.99907 -23
-STDOUT_24229=0 -2.97027 0 0 -1.91578 0 0 -46.1722 -28.5918 -59.0912 -7.60556 -25.9814 8.99907 -24
-STDOUT_24230=0 -3.0375 0 0 -1.90845 0 0 -46.1722 -28.0772 -59.0912 -7.98093 -25.9814 7.99917 -24
-STDOUT_24231=0 -2.62335 0 0 -1.90888 0 0 -46.1722 -28.717 -59.0912 -8.76138 -25.9814 8.99907 -24
-STDOUT_24232=0 -4.13301 0 0 -2.55906 0 0 -44.5419 -29.8056 -62.1264 -8.8204 -18.5811 8.99907 -23
-STDOUT_24233=0 -3.82077 0 0 -2.80571 0 0 -44.5419 -29.8756 -62.1264 -8.98805 -18.5811 8.99907 -23
-STDOUT_24234=0 -2.65694 0 0 -2.15265 0 0 -46.1722 -28.0506 -59.0912 -8.53565 -25.9814 8.99907 -24
-STDOUT_24235=0 -3.81685 0 0 -2.80989 0 0 -44.5419 -29.8886 -62.1264 -8.99376 -18.5811 8.99907 -23
-STDOUT_24236=0 -2.63354 0 0 -2.02857 0 0 -46.1722 -27.9937 -59.0912 -9.10199 -25.9814 8.99907 -24
-STDOUT_24237=0 -3.74476 0 0 -2.62988 0 0 -44.5419 -30.5441 -62.1265 -9.20537 -18.5811 8.99907 -23
-STDOUT_24238=0 -2.75517 0 0 -1.93706 0 0 -46.1722 -28.4591 -59.0912 -8.55822 -25.9815 7.99917 -24
-STDOUT_24239=0 -2.97073 0 0 -1.93431 0 0 -46.1722 -28.5516 -59.0912 -7.76106 -25.9814 9.99896 -24
-STDOUT_24240=0 -3.7218 0 0 -2.79436 0 0 -44.5419 -30.197 -62.1264 -9.09906 -18.5811 7.99917 -23
-STDOUT_24241=0 -2.6602 0 0 -2.03071 0 0 -46.1722 -28.8962 -59.0912 -8.14376 -25.9814 8.99907 -24
-STDOUT_24242=0 -4.04487 0 0 -2.7194 0 0 -44.5419 -29.756 -62.1264 -8.76491 -18.5811 8.99907 -23
-STDOUT_24243=0 -2.72446 0 0 -2.02338 0 0 -46.1722 -28.4086 -59.0912 -8.51019 -25.9814 7.99917 -24
-STDOUT_24244=0 -3.19483 0 0 -1.848 0 0 -46.1722 -28.432 -59.0912 -7.53792 -25.9814 9.99896 -24
-STDOUT_24245=0 -3.82573 0 0 -2.72165 0 0 -44.5419 -30.1876 -62.1264 -9.11435 -18.5811 8.99907 -23
-STDOUT_24246=0 -3.0792 0 0 -1.78651 0 0 -46.1722 -28.7624 -59.0912 -7.80316 -25.9814 7.99917 -24
-STDOUT_24247=0 -2.96172 0 0 -1.92146 0 0 -46.1722 -28.6383 -59.0912 -7.88789 -25.9814 8.99907 -24
-STDOUT_24248=0 -3.64068 0 0 -2.62877 0 0 -44.5419 -30.4255 -62.1265 -9.83338 -18.5811 8.99907 -23
-STDOUT_24249=0 -3.71479 0 0 -2.67241 0 0 -44.5419 -30.4532 -62.1264 -9.42473 -18.5811 7.99917 -23
-STDOUT_24250=0 -3.67428 0 0 -2.87254 0 0 -44.5419 -29.7591 -62.1264 -9.60764 -18.5811 8.99907 -23
-STDOUT_24251=0 -2.66066 0 0 -2.04924 0 0 -46.1722 -28.856 -59.0912 -8.29926 -25.9814 9.99896 -24
-STDOUT_24252=0 -3.65088 0 0 -2.74846 0 0 -44.5419 -29.7023 -62.1264 -10.174 -18.5811 8.99907 -23
-STDOUT_24253=0 -3.78565 0 0 -2.65696 0 0 -44.5419 -30.1439 -62.1264 -9.61883 -18.5811 7.99917 -23
-STDOUT_24254=0 -3.61625 0 0 -2.64634 0 0 -44.5419 -30.1911 -62.1264 -10.1792 -18.5811 7.99917 -23
-STDOUT_24255=0 -3.67754 0 0 -2.7506 0 0 -44.5419 -30.6047 -62.1265 -9.21576 -18.5811 8.99907 -23
-STDOUT_24256=0 -2.97633 0 0 -2.02918 0 0 -46.1722 -28.2023 -59.0912 -8.02517 -25.9814 7.99917 -24
-STDOUT_24257=0 -2.95293 0 0 -1.90509 0 0 -46.1722 -28.1455 -59.0912 -8.5915 -25.9814 7.99917 -24
-STDOUT_24258=0 -3.66699 0 0 -2.72667 0 0 -44.5419 -30.3201 -62.1264 -9.6445 -18.5811 7.99917 -23
-STDOUT_24259=0 -2.98383 0 0 -2.03965 0 0 -46.1722 -28.3238 -59.0912 -7.88617 -25.9814 8.99907 -24
-STDOUT_24260=0 -3.74477 0 0 -2.74327 0 0 -44.5419 -30.0901 -62.1264 -9.59113 -18.5811 7.99917 -23
-STDOUT_24261=0 -3.09561 0 0 -1.84772 0 0 -46.1722 -28.4178 -59.0912 -8.07469 -25.9814 9.99896 -24
-STDOUT_24262=0 -2.88476 0 0 -1.96292 0 0 -46.1722 -28.7364 -59.0912 -8.07612 -25.9814 9.99896 -24
-STDOUT_24263=0 -3.66158 0 0 -2.53096 0 0 -44.5419 -30.6831 -62.1264 -9.99415 -18.5811 7.99917 -23
-STDOUT_24264=0 -3.75054 0 0 -2.5726 0 0 -44.5419 -29.9326 -62.1264 -10.3204 -18.5811 8.99907 -23
-STDOUT_24265=0 -2.65165 0 0 -2.03639 0 0 -46.1722 -28.9427 -59.0912 -8.4261 -25.9814 8.99907 -24
-STDOUT_24266=0 -4.1377 0 0 -2.66248 0 0 -44.5419 -29.4732 -62.1264 -9.20627 -18.5811 7.99917 -23
-STDOUT_24267=0 -3.01198 0 0 -1.90723 0 0 -46.1722 -28.8231 -59.0912 -7.81354 -25.9814 7.99917 -24
-STDOUT_24268=0 -3.7368 0 0 -2.70804 0 0 -44.5419 -30.5134 -62.1264 -9.40231 -18.5811 7.99917 -23
-STDOUT_24269=0 -3.0607 0 0 -1.93403 0 0 -46.1722 -28.3941 -59.0912 -8.02763 -25.9814 9.99896 -24
-STDOUT_24270=0 -3.678 0 0 -2.76913 0 0 -44.5419 -30.5646 -62.1265 -9.37126 -18.5811 9.99896 -23
-STDOUT_24271=0 -4.27455 0 0 -2.72062 0 0 -44.5419 -28.7903 -62.1264 -9.31927 -18.5811 8.99907 -23
-STDOUT_24272=0 -3.69712 0 0 -2.74734 0 0 -44.5419 -31.0192 -62.1265 -8.92696 -18.5811 8.99907 -23
-STDOUT_24273=0 -3.71564 0 0 -2.65891 0 0 -44.5419 -29.9089 -62.1264 -10.2734 -18.5811 8.99907 -23
-STDOUT_24274=0 -2.99272 0 0 -1.95141 0 0 -46.1722 -28.6228 -59.0912 -8.00675 -25.9814 8.99907 -24
-STDOUT_24275=0 -2.66329 0 0 -2.1441 0 0 -46.1722 -28.5338 -59.0912 -8.55442 -25.9814 7.99917 -24
-STDOUT_24276=0 -2.63989 0 0 -2.02002 0 0 -46.1722 -28.4769 -59.0912 -9.12076 -25.9814 7.99917 -24
-STDOUT_24277=0 -4.1944 0 0 -2.80543 0 0 -44.5419 -28.8442 -62.1264 -9.31414 -18.5811 8.99907 -23
-STDOUT_24278=0 -2.46272 0 0 -2.4846 0 0 -87.0303 -8.30986 -37.0805 -9.42761 -43.4436 11.9988 -36
-STDOUT_24279=0 -2.50407 0 0 -2.66272 0 0 -87.0303 -8.5344 -37.0805 -9.80784 -43.4436 12.9986 -36
-STDOUT_24280=0 -2.50249 0 0 -2.65529 0 0 -87.0303 -9.52385 -37.0805 -9.80053 -43.4436 12.9986 -36
-STDOUT_24281=0 -2.45827 0 0 -2.47717 0 0 -87.0303 -9.13717 -37.0805 -9.48971 -43.4436 11.9988 -36
-STDOUT_24282=0 -2.89544 0 0 -2.66383 0 0 -87.0303 -9.43401 -37.0805 -10.0445 -43.4436 13.9985 -36
-STDOUT_24283=0 -2.41977 0 0 -2.34823 0 0 -87.0303 -7.95567 -37.0805 -9.4092 -43.4436 10.9989 -36
-STDOUT_24284=0 -2.85123 0 0 -2.48571 0 0 -87.0303 -9.04734 -37.0805 -9.73366 -43.4436 12.9986 -36
-STDOUT_24285=0 -2.43019 0 0 -2.46757 0 0 -87.0303 -7.53684 -37.0805 -9.35319 -43.4436 10.9989 -36
-STDOUT_24286=0 -1.83007 0 0 -2.36013 0 0 -87.0303 -9.8646 -37.0805 -11.2177 -43.4436 12.9986 -36
-STDOUT_24287=0 -2.88962 0 0 -2.50423 0 0 -87.0303 -8.61605 -37.0805 -9.71113 -43.4436 12.9986 -36
-STDOUT_24288=0 -2.46112 0 0 -2.52635 0 0 -87.0303 -8.18021 -37.0805 -9.78942 -43.4436 11.9988 -36
-STDOUT_24289=0 -2.50382 0 0 -2.63564 0 0 -83.2052 -8.97002 -38.838 -9.98345 -46.1735 11.9988 -36
-STDOUT_24290=0 -2.47154 0 0 -2.64569 0 0 -87.0303 -7.76138 -37.0805 -9.73342 -43.4436 11.9988 -36
-STDOUT_24291=0 -1.87142 0 0 -2.53825 0 0 -87.0303 -10.0891 -37.0805 -11.598 -43.4436 13.9985 -36
-STDOUT_24292=0 -2.93097 0 0 -2.68235 0 0 -87.0303 -8.84059 -37.0805 -10.0914 -43.4436 13.9985 -36
-STDOUT_24293=0 -2.29549 0 0 -2.7164 0 0 -87.0303 -8.77892 -37.0805 -10.4196 -43.4436 12.9986 -36
-STDOUT_24294=0 -2.46549 0 0 -2.45752 0 0 -83.2052 -8.58235 -38.838 -9.68842 -46.1735 10.9989 -36
-STDOUT_24295=0 -2.44188 0 0 -2.46757 0 0 -87.0303 -7.64117 -37.0805 -9.40747 -43.4436 10.9989 -36
-STDOUT_24296=0 -2.70393 0 0 -2.36786 0 0 -87.0303 -8.3555 -37.0805 -9.61248 -43.4436 11.9988 -36
-STDOUT_24297=0 -2.45954 0 0 -2.51892 0 0 -87.0303 -9.16966 -37.0805 -9.78212 -43.4436 11.9988 -36
-STDOUT_24298=0 -2.33683 0 0 -2.89452 0 0 -87.0303 -9.00346 -37.0805 -10.7998 -43.4436 13.9985 -36
-STDOUT_24299=0 -2.61764 0 0 -2.56385 0 0 -87.0303 -8.85066 -37.0805 -10.1124 -43.4436 12.9986 -36
-STDOUT_24300=0 -2.50224 0 0 -2.62821 0 0 -83.2052 -9.95947 -38.838 -9.97615 -46.1735 11.9988 -36
-STDOUT_24301=0 -2.46996 0 0 -2.63825 0 0 -87.0303 -8.75082 -37.0805 -9.72611 -43.4436 11.9988 -36
-STDOUT_24302=0 -2.41532 0 0 -2.3408 0 0 -87.0303 -8.78299 -37.0805 -9.4713 -43.4436 10.9989 -36
-STDOUT_24303=0 -2.58274 0 0 -2.51889 0 0 -83.2052 -9.01373 -38.838 -10.0274 -46.1735 11.9988 -36
-STDOUT_24304=0 -1.86984 0 0 -2.53081 0 0 -87.0303 -11.0786 -37.0805 -11.5907 -43.4436 13.9985 -36
-STDOUT_24305=0 -2.92939 0 0 -2.67491 0 0 -87.0303 -9.83003 -37.0805 -10.084 -43.4436 13.9985 -36
-STDOUT_24306=0 -2.48323 0 0 -2.64569 0 0 -87.0303 -7.86571 -37.0805 -9.7877 -43.4436 11.9988 -36
-STDOUT_24307=0 -2.74528 0 0 -2.54598 0 0 -87.0303 -8.58003 -37.0805 -9.99271 -43.4436 12.9986 -36
-STDOUT_24308=0 -2.42574 0 0 -2.46013 0 0 -87.0303 -8.36415 -37.0805 -9.41529 -43.4436 10.9989 -36
-STDOUT_24309=0 -1.82562 0 0 -2.35269 0 0 -87.0303 -10.6919 -37.0805 -11.2798 -43.4436 12.9986 -36
-STDOUT_24310=0 -2.65898 0 0 -2.74197 0 0 -87.0303 -9.0752 -37.0805 -10.4926 -43.4436 13.9985 -36
-STDOUT_24311=0 -2.88518 0 0 -2.49679 0 0 -87.0303 -9.44336 -37.0805 -9.77323 -43.4436 12.9986 -36
-STDOUT_24312=0 -2.54441 0 0 -2.34078 0 0 -83.2052 -8.62605 -38.838 -9.73232 -46.1735 10.9989 -36
-STDOUT_24313=0 -2.33526 0 0 -2.88709 0 0 -87.0303 -9.9929 -37.0805 -10.7925 -43.4436 13.9985 -36
-STDOUT_24314=0 -2.46097 0 0 -2.45009 0 0 -83.2052 -9.41766 -38.838 -9.71139 -46.1735 10.9989 -36
-STDOUT_24315=0 -2.44512 0 0 -2.49927 0 0 -83.2052 -7.87353 -38.838 -9.82378 -46.1735 10.9989 -36
-STDOUT_24316=0 -2.29104 0 0 -2.70897 0 0 -87.0303 -9.60623 -37.0805 -10.4817 -43.4436 12.9986 -36
-STDOUT_24317=0 -2.58116 0 0 -2.51146 0 0 -83.2052 -10.0032 -38.838 -10.02 -46.1735 11.9988 -36
-STDOUT_24318=0 -2.45991 0 0 -2.6431 0 0 -83.2052 -9.71195 -38.838 -10.1216 -46.1735 11.9988 -36
-STDOUT_24319=0 -2.48165 0 0 -2.63825 0 0 -87.0303 -8.85515 -37.0805 -9.78039 -43.4436 11.9988 -36
-STDOUT_24320=0 -2.7437 0 0 -2.53854 0 0 -87.0303 -9.56948 -37.0805 -9.9854 -43.4436 12.9986 -36
-STDOUT_24321=0 -1.48866 0 0 -2.06367 0 0 -82.0014 -14.6131 -39.1543 -14.1005 -44.645 12.9986 -36
-STDOUT_24322=0 -2.6574 0 0 -2.73453 0 0 -87.0303 -10.0646 -37.0805 -10.4853 -43.4436 13.9985 -36
-STDOUT_24323=0 -2.40679 0 0 -2.32115 0 0 -83.2052 -7.48585 -38.838 -9.52875 -46.1735 9.99896 -36
-STDOUT_24324=0 -2.43744 0 0 -2.46013 0 0 -87.0303 -8.46848 -37.0805 -9.46958 -43.4436 10.9989 -36
-STDOUT_24325=0 -2.69948 0 0 -2.36042 0 0 -87.0303 -9.18281 -37.0805 -9.67459 -43.4436 11.9988 -36
-STDOUT_24326=0 -2.4602 0 0 -2.47605 0 0 -87.0303 -8.45329 -37.0805 -9.42823 -43.4436 10.9989 -36
-STDOUT_24327=0 -2.61319 0 0 -2.55641 0 0 -87.0303 -9.67797 -37.0805 -10.1745 -43.4436 12.9986 -36
-STDOUT_24328=0 -2.18834 0 0 -2.69897 0 0 -82.0014 -14.4761 -39.1543 -12.6542 -44.645 12.9986 -36
-STDOUT_24329=0 -2.44354 0 0 -2.49183 0 0 -83.2052 -8.86297 -38.838 -9.81647 -46.1735 10.9989 -36
-STDOUT_24330=0 -2.53989 0 0 -2.33334 0 0 -83.2052 -9.46137 -38.838 -9.75529 -46.1735 10.9989 -36
-STDOUT_24331=0 -1.53001 0 0 -2.24179 0 0 -82.0014 -14.8376 -39.1543 -14.4807 -44.645 13.9985 -36
-STDOUT_24332=0 -2.4981 0 0 -2.65417 0 0 -87.0303 -8.98698 -37.0805 -9.77998 -43.4436 11.9988 -36
-STDOUT_24333=0 -2.45833 0 0 -2.63566 0 0 -83.2052 -10.7014 -38.838 -10.1143 -46.1735 11.9988 -36
-STDOUT_24334=0 -2.22968 0 0 -2.87709 0 0 -82.0014 -14.7007 -39.1543 -13.0344 -44.645 13.9985 -36
-STDOUT_24335=0 -2.40227 0 0 -2.31372 0 0 -83.2052 -8.32117 -38.838 -9.55172 -46.1735 9.99896 -36
-STDOUT_24336=0 -1.52843 0 0 -2.23435 0 0 -82.0014 -15.8271 -39.1543 -14.4734 -44.645 13.9985 -36
-STDOUT_24337=0 -1.48422 0 0 -2.05624 0 0 -82.0014 -15.4404 -39.1543 -14.1626 -44.645 12.9986 -36
-STDOUT_24338=0 -2.22811 0 0 -2.86966 0 0 -82.0014 -15.6901 -39.1543 -13.0271 -44.645 13.9985 -36
-STDOUT_24339=0 -2.18389 0 0 -2.69154 0 0 -82.0014 -15.3035 -39.1543 -12.7163 -44.645 12.9986 -36
-STDOUT_24340=0 -2.85249 0 0 -2.52746 0 0 -87.0303 -9.07982 -37.0805 -10.0261 -43.4436 12.9986 -36
-STDOUT_24341=0 -2.8952 0 0 -2.63675 0 0 -83.2052 -9.86963 -38.838 -10.2201 -46.1735 12.9986 -36
-STDOUT_24342=0 -2.49122 0 0 -2.65267 0 0 -83.2052 -10.3558 -38.838 -10.7423 -46.1735 12.9986 -36
-STDOUT_24343=0 -2.86291 0 0 -2.6468 0 0 -87.0303 -8.66099 -37.0805 -9.97005 -43.4436 12.9986 -36
-STDOUT_24344=0 -2.80828 0 0 -2.34934 0 0 -87.0303 -8.69315 -37.0805 -9.71524 -43.4436 11.9988 -36
-STDOUT_24345=0 -2.26279 0 0 -2.53936 0 0 -87.0303 -10.9887 -37.0805 -11.8346 -43.4436 14.9984 -36
-STDOUT_24346=0 -1.78712 0 0 -2.22376 0 0 -87.0303 -9.51041 -37.0805 -11.1993 -43.4436 11.9988 -36
-STDOUT_24347=0 -3.32235 0 0 -2.68346 0 0 -87.0303 -9.7402 -37.0805 -10.328 -43.4436 14.9984 -36
-STDOUT_24348=0 -2.47906 0 0 -2.46498 0 0 -83.2052 -8.31438 -38.838 -9.96903 -46.1735 10.9989 -36
-STDOUT_24349=0 -2.8187 0 0 -2.46868 0 0 -87.0303 -8.27432 -37.0805 -9.65924 -43.4436 11.9988 -36
-STDOUT_24350=0 -2.21858 0 0 -2.36124 0 0 -87.0303 -10.6021 -37.0805 -11.5238 -43.4436 13.9985 -36
-STDOUT_24351=0 -1.79754 0 0 -2.34309 0 0 -87.0303 -9.09158 -37.0805 -11.1433 -43.4436 11.9988 -36
-STDOUT_24352=0 -3.27813 0 0 -2.50534 0 0 -87.0303 -9.35353 -37.0805 -10.0172 -43.4436 13.9985 -36
-STDOUT_24353=0 -2.8571 0 0 -2.48719 0 0 -87.0303 -7.84303 -37.0805 -9.63671 -43.4436 11.9988 -36
-STDOUT_24354=0 -2.8571 0 0 -2.48719 0 0 -87.0303 -7.84303 -37.0805 -9.63671 -43.4436 11.9988 -36
-STDOUT_24355=0 -2.25698 0 0 -2.37975 0 0 -87.0303 -10.1708 -37.0805 -11.5013 -43.4436 13.9985 -36
-STDOUT_24356=0 -2.45289 0 0 -2.47456 0 0 -83.2052 -9.96816 -38.838 -10.4473 -46.1735 11.9988 -36
-STDOUT_24357=0 -1.82847 0 0 -2.40188 0 0 -87.0303 -9.73495 -37.0805 -11.5796 -43.4436 12.9986 -36
-STDOUT_24358=0 -2.72792 0 0 -2.99086 0 0 -83.2052 -8.8504 -38.838 -9.76031 -46.1735 11.9988 -36
-STDOUT_24359=0 -2.38683 0 0 -2.3312 0 0 -87.0303 -7.22067 -37.0805 -9.38033 -43.4436 9.99896 -36
-STDOUT_24360=0 -2.72821 0 0 -2.89564 0 0 -87.0303 -9.90307 -37.0805 -11.0365 -43.4436 14.9984 -36
-STDOUT_24361=0 -2.85393 0 0 -2.45863 0 0 -83.2052 -9.32783 -38.838 -9.95533 -46.1735 11.9988 -36
-STDOUT_24362=0 -2.25254 0 0 -2.58003 0 0 -87.0303 -8.42473 -37.0805 -10.4012 -43.4436 11.9988 -36
-STDOUT_24363=0 -1.87117 0 0 -2.51117 0 0 -83.2052 -10.5248 -38.838 -11.7736 -46.1735 12.9986 -36
-STDOUT_24364=0 -1.83889 0 0 -2.52121 0 0 -87.0303 -9.31611 -37.0805 -11.5235 -43.4436 12.9986 -36
-STDOUT_24365=0 -2.93073 0 0 -2.65527 0 0 -83.2052 -9.27621 -38.838 -10.267 -46.1735 12.9986 -36
-STDOUT_24366=0 -2.48964 0 0 -2.64524 0 0 -83.2052 -11.3453 -38.838 -10.735 -46.1735 12.9986 -36
-STDOUT_24367=0 -2.89844 0 0 -2.66531 0 0 -87.0303 -8.06756 -37.0805 -10.0169 -43.4436 12.9986 -36
-STDOUT_24368=0 -2.89844 0 0 -2.66531 0 0 -87.0303 -8.06756 -37.0805 -10.0169 -43.4436 12.9987 -36
-STDOUT_24369=0 -2.29832 0 0 -2.55787 0 0 -87.0303 -10.3953 -37.0805 -11.8815 -43.4436 14.9984 -36
-STDOUT_24370=0 -2.684 0 0 -2.71752 0 0 -87.0303 -9.5164 -37.0805 -10.7256 -43.4436 13.9985 -36
-STDOUT_24371=0 -2.97411 0 0 -2.52001 0 0 -83.2052 -9.91334 -38.838 -10.264 -46.1735 12.9986 -36
-STDOUT_24372=0 -2.26296 0 0 -2.69937 0 0 -87.0303 -8.00589 -37.0805 -10.3452 -43.4436 11.9988 -36
-STDOUT_24373=0 -2.72239 0 0 -2.73603 0 0 -87.0303 -9.08511 -37.0805 -10.7031 -43.4436 13.9985 -36
-STDOUT_24374=0 -2.87461 0 0 -2.6468 0 0 -87.0303 -8.76532 -37.0805 -10.0243 -43.4436 12.9986 -36
-STDOUT_24375=0 -3.13665 0 0 -2.54709 0 0 -87.0303 -9.47964 -37.0805 -10.2293 -43.4436 13.9985 -36
-STDOUT_24376=0 -3.09728 0 0 -2.86155 0 0 -87.0303 -8.71055 -37.0805 -9.55008 -43.4436 12.9986 -36
-STDOUT_24377=0 -2.42818 0 0 -2.50932 0 0 -87.0303 -7.44521 -37.0805 -9.76055 -43.4436 10.9989 -36
-STDOUT_24378=-156 0 0 -46.034 0 0 -48.2303 -166.55 -51.735 -38.188 -24.8068 -20.9828 28.997 -31
-STDOUT_24379=-156 0 0 -45.2919 0 0 -49.1412 -162.725 -51.8521 -38.8193 -27.5754 -23.6747 28.997 -31
-STDOUT_24380=-162 0 0 -41.9433 0 0 -49.0007 -172.744 -61.7814 -38.84 -36.2134 -32.4649 28.997 -34
-STDOUT_24381=-158 0 0 -41.9433 0 0 -46.1322 -163.275 -61.7814 -38.84 -36.2134 -32.4649 28.997 -34
-STDOUT_24382=-162 0 0 -40.3689 0 0 -49.3409 -171.385 -64.2392 -38.84 -40.2635 -34.6038 28.997 -35
-STDOUT_24383=-162 0 0 -41.2012 0 0 -49.9117 -168.918 -61.8986 -39.4713 -38.982 -35.1569 28.997 -34
-STDOUT_24384=-158 0 0 -40.3689 0 0 -46.4724 -161.916 -64.2392 -38.84 -40.2635 -34.6038 28.997 -35
-STDOUT_24385=-158 0 0 -41.2012 0 0 -47.0432 -159.45 -61.8986 -39.4713 -38.982 -35.1569 28.997 -34
-STDOUT_24386=-162 0 0 -39.6268 0 0 -50.2519 -167.559 -64.3563 -39.4713 -43.032 -37.2957 28.997 -35
-STDOUT_24387=-158 0 0 -39.6268 0 0 -47.3834 -158.091 -64.3563 -39.4713 -43.032 -37.2957 28.997 -35
-STDOUT_24388=-156 0 0 -46.3081 0 0 -48.177 -168.763 -51.7708 -38.1501 -23.7054 -20.0521 28.997 -31
-STDOUT_24389=-156 0 0 -43.785 0 0 -41.017 -164.708 -53.7534 -40.7802 -29.2878 -24.605 28.997 -31
-STDOUT_24390=-162 0 0 -41.6691 0 0 -49.054 -172.27 -61.7456 -38.8779 -37.3149 -33.3955 28.997 -34
-STDOUT_24391=-162 0 0 -43.4973 0 0 -48.9038 -178.107 -57.0192 -38.5701 -30.46 -31.6459 28.997 -34
-STDOUT_24392=-158 0 0 -41.6691 0 0 -46.1855 -162.802 -61.7456 -38.8779 -37.3149 -33.3955 28.997 -34
-STDOUT_24393=-158 0 0 -43.4973 0 0 -46.0353 -168.639 -57.0192 -38.5701 -30.46 -31.6459 28.997 -34
-STDOUT_24394=-156 0 0 -45.5661 0 0 -49.088 -164.937 -51.8879 -38.7814 -26.4739 -22.7441 28.997 -31
-STDOUT_24395=-156 0 0 -43.0429 0 0 -41.928 -160.882 -53.8705 -41.4116 -32.0564 -27.297 28.997 -31
-STDOUT_24396=-162 0 0 -40.0947 0 0 -49.3942 -170.911 -64.2034 -38.8779 -41.3649 -35.5344 28.997 -35
-STDOUT_24397=-162 0 0 -40.927 0 0 -49.9649 -168.445 -61.8628 -39.5092 -40.0834 -36.0875 28.997 -34
-STDOUT_24398=-162 0 0 -41.504 0 0 -48.5484 -171.507 -62.8856 -38.84 -40.7414 -34.6038 28.997 -35
-STDOUT_24399=-162 0 0 -41.9229 0 0 -49.244 -176.748 -59.477 -38.5701 -34.5101 -33.7848 28.997 -35
-STDOUT_24400=-162 0 0 -42.7553 0 0 -49.8148 -174.282 -57.1364 -39.2014 -33.2286 -34.3379 28.997 -34
-STDOUT_24401=-158 0 0 -40.0947 0 0 -46.5257 -161.443 -64.2034 -38.8779 -41.3649 -35.5344 28.997 -35
-STDOUT_24402=-162 0 0 -39.6943 0 0 -41.7875 -170.901 -63.7998 -41.4322 -40.6944 -36.0871 28.997 -34
-STDOUT_24403=-158 0 0 -40.927 0 0 -47.0965 -158.977 -61.8628 -39.5092 -40.0834 -36.0875 28.997 -34
-STDOUT_24404=-158 0 0 -41.504 0 0 -45.6799 -162.038 -62.8856 -38.84 -40.7414 -34.6038 28.997 -35
-STDOUT_24405=-158 0 0 -41.9229 0 0 -46.3755 -167.28 -59.477 -38.5701 -34.5101 -33.7848 28.997 -35
-STDOUT_24406=-158 0 0 -42.7553 0 0 -46.9463 -164.814 -57.1364 -39.2014 -33.2286 -34.3379 28.997 -34
-STDOUT_24407=-158 0 0 -39.6943 0 0 -38.919 -161.433 -63.7998 -41.4322 -40.6944 -36.0871 28.997 -34
-STDOUT_24408=-162 0 0 -39.3526 0 0 -50.3051 -167.086 -64.3205 -39.5092 -44.1335 -38.2263 28.997 -35
-STDOUT_24409=-162 0 0 -39.9296 0 0 -48.8886 -170.148 -65.3434 -38.84 -44.7914 -36.7426 28.997 -36
-STDOUT_24410=-162 0 0 -40.7619 0 0 -49.4593 -167.682 -63.0028 -39.4713 -43.5099 -37.2957 28.997 -35
-STDOUT_24411=-162 0 0 -41.1809 0 0 -50.155 -172.923 -59.5942 -39.2014 -37.2786 -36.4768 28.997 -35
-STDOUT_24412=-156 0 0 -44.4596 0 0 -48.5705 -166.585 -54.1927 -38.188 -28.8569 -23.1216 28.997 -32
-STDOUT_24413=-158 0 0 -39.3526 0 0 -47.4367 -157.618 -64.3205 -39.5092 -44.1335 -38.2263 28.997 -35
-STDOUT_24414=-162 0 0 -38.9522 0 0 -42.6984 -167.076 -63.917 -42.0636 -43.4629 -38.7791 28.997 -34
-STDOUT_24415=-158 0 0 -39.9296 0 0 -46.0201 -160.679 -65.3434 -38.84 -44.7914 -36.7426 28.997 -36
-STDOUT_24416=-158 0 0 -40.7619 0 0 -46.5909 -158.213 -63.0028 -39.4713 -43.5099 -37.2957 28.997 -35
-STDOUT_24417=-158 0 0 -41.1809 0 0 -47.2865 -163.455 -59.5942 -39.2014 -37.2786 -36.4768 28.997 -35
-STDOUT_24418=-158 0 0 -38.9522 0 0 -39.8299 -157.608 -63.917 -42.0636 -43.4629 -38.7791 28.997 -34
-STDOUT_24419=-162 0 0 -39.1875 0 0 -49.7995 -166.322 -65.4605 -39.4713 -47.56 -39.4346 28.997 -36
-STDOUT_24420=-156 0 0 -43.7175 0 0 -49.4814 -162.76 -54.3099 -38.8193 -31.6254 -25.8136 28.997 -32
-STDOUT_24421=-158 0 0 -39.1875 0 0 -46.9311 -156.854 -65.4605 -39.4713 -47.56 -39.4346 28.997 -36
-STDOUT_24422=-162 0 0 -43.2231 0 0 -48.9571 -177.633 -56.9834 -38.6079 -31.5615 -32.5766 28.997 -34
-STDOUT_24423=-162 0 0 -40.6691 0 0 -49.0007 -171.507 -64.6189 -38.84 -41.7336 -34.6038 28.997 -35
-STDOUT_24424=-158 0 0 -43.2231 0 0 -46.0886 -168.165 -56.9834 -38.6079 -31.5615 -32.5766 28.997 -34
-STDOUT_24425=-156 0 0 -47.0856 0 0 -48.1857 -169.715 -49.3935 -37.9181 -24.4605 -22.3027 28.997 -32
-STDOUT_24426=-158 0 0 -40.6691 0 0 -46.1322 -162.038 -64.6189 -38.84 -41.7336 -34.6038 28.997 -35
-STDOUT_24427=-156 0 0 -44.0592 0 0 -40.9637 -166.92 -53.7892 -40.7423 -28.1864 -23.6744 28.997 -31
-STDOUT_24428=-162 0 0 -41.2298 0 0 -48.6017 -171.033 -62.8498 -38.8779 -41.8428 -35.5344 28.997 -35
-STDOUT_24429=-162 0 0 -41.6488 0 0 -49.2973 -176.274 -59.4412 -38.6079 -35.6116 -34.7154 28.997 -35
-STDOUT_24430=-162 0 0 -42.4811 0 0 -49.868 -173.808 -57.1006 -39.2393 -34.33 -35.2685 28.997 -34
-STDOUT_24431=-162 0 0 -43.058 0 0 -48.4515 -176.87 -58.1234 -38.5701 -34.988 -33.7848 28.997 -35
-STDOUT_24432=-162 0 0 -39.4201 0 0 -41.8407 -170.427 -63.764 -41.4701 -41.7959 -37.0178 28.997 -34
-STDOUT_24433=-162 0 0 -39.0947 0 0 -49.3409 -170.148 -67.0766 -38.84 -45.7837 -36.7426 28.997 -36
-STDOUT_24434=-156 0 0 -44.7597 0 0 -48.7462 -165.686 -54.5724 -38.188 -30.3271 -23.1216 28.997 -32
-STDOUT_24435=-162 0 0 -39.927 0 0 -49.9117 -167.682 -64.736 -39.4713 -44.5022 -37.2957 28.997 -35
-STDOUT_24436=-158 0 0 -41.2298 0 0 -45.7332 -161.565 -62.8498 -38.8779 -41.8428 -35.5344 28.997 -35
-STDOUT_24437=-158 0 0 -41.6488 0 0 -46.4288 -166.806 -59.4412 -38.6079 -35.6116 -34.7154 28.997 -35
-STDOUT_24438=-162 0 0 -41.2483 0 0 -41.6905 -176.264 -59.0376 -41.1623 -34.941 -35.2682 28.997 -34
-STDOUT_24439=-158 0 0 -42.4811 0 0 -46.9995 -164.34 -57.1006 -39.2393 -34.33 -35.2685 28.997 -34
-STDOUT_24440=-156 0 0 -46.3435 0 0 -49.0967 -165.89 -49.5106 -38.5494 -27.2291 -24.9946 28.997 -32
-STDOUT_24441=-158 0 0 -43.058 0 0 -45.583 -167.402 -58.1234 -38.5701 -34.988 -33.7848 28.997 -35
-STDOUT_24442=-158 0 0 -39.4201 0 0 -38.9722 -160.959 -63.764 -41.4701 -41.7959 -37.0178 28.997 -34
-STDOUT_24443=-158 0 0 -39.0947 0 0 -46.4724 -160.679 -67.0766 -38.84 -45.7837 -36.7426 28.997 -36
-STDOUT_24444=-158 0 0 -39.927 0 0 -47.0432 -158.213 -64.736 -39.4713 -44.5022 -37.2957 28.997 -35
-STDOUT_24445=-158 0 0 -41.2483 0 0 -38.8221 -166.796 -59.0376 -41.1623 -34.941 -35.2682 28.997 -34
-STDOUT_24446=-156 0 0 -43.3171 0 0 -41.8747 -163.095 -53.9063 -41.3737 -30.9549 -26.3663 28.997 -31
-STDOUT_24447=-162 0 0 -39.6554 0 0 -48.9419 -169.674 -65.3076 -38.8779 -45.8929 -37.6732 28.997 -36
-STDOUT_24448=-162 0 0 -40.4877 0 0 -49.5126 -167.208 -62.9669 -39.5092 -44.6114 -38.2264 28.997 -35
-STDOUT_24449=-162 0 0 -40.9067 0 0 -50.2082 -172.449 -59.5583 -39.2393 -38.3801 -37.4074 28.997 -35
-STDOUT_24450=-162 0 0 -41.4836 0 0 -48.7917 -175.511 -60.5812 -38.5701 -39.038 -35.9237 28.997 -36
-STDOUT_24451=-162 0 0 -42.3159 0 0 -49.3624 -173.045 -58.2406 -39.2014 -37.7565 -36.4768 28.997 -35
-STDOUT_24452=-162 0 0 -38.6781 0 0 -42.7517 -166.602 -63.8812 -42.1014 -44.5644 -39.7097 28.997 -34
-STDOUT_24453=-162 0 0 -38.3526 0 0 -50.2519 -166.322 -67.1938 -39.4713 -48.5522 -39.4346 28.997 -36
-STDOUT_24454=-158 0 0 -39.6554 0 0 -46.0734 -160.206 -65.3076 -38.8779 -45.8929 -37.6732 28.997 -36
-STDOUT_24455=-156 0 0 -44.0177 0 0 -49.6571 -161.861 -54.6895 -38.8193 -33.0956 -25.8136 28.997 -32
-STDOUT_24456=-162 0 0 -39.255 0 0 -41.3351 -169.664 -64.904 -41.4322 -45.2224 -38.226 28.997 -35
-STDOUT_24457=-158 0 0 -40.4877 0 0 -46.6441 -157.74 -62.9669 -39.5092 -44.6114 -38.2264 28.997 -35
-STDOUT_24458=-158 0 0 -40.9067 0 0 -47.3397 -162.981 -59.5583 -39.2393 -38.3801 -37.4074 28.997 -35
-STDOUT_24459=-162 0 0 -40.5063 0 0 -42.6015 -172.439 -59.1548 -41.7937 -37.7096 -37.9601 28.997 -34
-STDOUT_24460=-162 0 0 -41.1305 0 0 -48.4642 -173.154 -62.2278 -38.84 -39.9731 -35.2658 28.997 -35
-STDOUT_24461=-158 0 0 -41.4836 0 0 -45.9232 -166.043 -60.5812 -38.5701 -39.038 -35.9237 28.997 -36
-STDOUT_24462=-158 0 0 -42.3159 0 0 -46.4939 -163.577 -58.2406 -39.2014 -37.7565 -36.4768 28.997 -35
-STDOUT_24463=-158 0 0 -38.6781 0 0 -39.8832 -157.134 -63.8812 -42.1014 -44.5644 -39.7097 28.997 -34
-STDOUT_24464=-158 0 0 -38.3526 0 0 -47.3834 -156.854 -67.1938 -39.4713 -48.5522 -39.4346 28.997 -36
-STDOUT_24465=-158 0 0 -39.255 0 0 -38.4666 -160.196 -64.904 -41.4322 -45.2224 -38.226 28.997 -35
-STDOUT_24466=-156 0 0 -45.8872 0 0 -47.4796 -169.959 -52.811 -35.4071 -27.8182 -20.0845 28.997 -31
-STDOUT_24467=-158 0 0 -40.5063 0 0 -39.733 -162.971 -59.1548 -41.7937 -37.7096 -37.9601 28.997 -34
-STDOUT_24468=-158 0 0 -41.1305 0 0 -45.5957 -163.686 -62.2278 -38.84 -39.9731 -35.2658 28.997 -35
-STDOUT_24469=-162 0 0 -38.9133 0 0 -49.8528 -165.849 -65.4247 -39.5092 -48.6614 -40.3652 28.997 -36
-STDOUT_24470=-158 0 0 -40.8731 0 0 -45.8637 -162.502 -64.5569 -40.7493 -37.8405 -33.3029 28.997 -34
-STDOUT_24471=-162 0 0 -40.7415 0 0 -49.7026 -171.686 -60.6983 -39.2014 -41.8066 -38.6156 28.997 -36
-STDOUT_24472=-156 0 0 -45.9273 0 0 -48.1612 -166.662 -51.7031 -37.995 -26.9442 -22.6938 28.997 -31
-STDOUT_24473=-158 0 0 -38.9133 0 0 -46.9843 -156.381 -65.4247 -39.5092 -48.6614 -40.3652 28.997 -36
-STDOUT_24474=-156 0 0 -46.9733 0 0 -48.2553 -164.785 -53.234 -40.2617 -25.3602 -22.1842 28.997 -31
-STDOUT_24475=-162 0 0 -38.5129 0 0 -42.2461 -165.839 -65.0212 -42.0636 -47.9909 -40.918 28.997 -35
-STDOUT_24476=-162 0 0 -39.5561 0 0 -48.8044 -171.795 -64.6855 -38.84 -44.0231 -37.4047 28.997 -36
-STDOUT_24477=-156 0 0 -44.7337 0 0 -48.5172 -168.797 -54.2285 -38.1501 -27.7554 -22.191 28.997 -32
-STDOUT_24478=-30 -0.420746 -1.21331 -32.4192 -0.179027 -4.27541 -20.744 -64.3801 -24.4349 -39.6248 -8.80241 -26.0477 13.9985 -29
-STDOUT_24479=-30 -0.442019 -1.21331 -32.4192 -0.179134 -4.27541 -20.744 -64.3801 -24.039 -39.6248 -8.77802 -26.0477 14.9984 -29
-STDOUT_24480=-30 -0.420746 -1.21331 -31.4799 -0.179027 -4.27541 -20.719 -66.1303 -22.9359 -37.551 -8.24902 -24.8462 13.9985 -29
-STDOUT_24481=-30 -0.444681 -1.21331 -32.4192 -0.180139 -4.27541 -20.744 -64.3801 -24.9861 -39.6248 -8.75364 -26.0477 14.9984 -29
-STDOUT_24482=-30 -0.442019 -1.21331 -31.4799 -0.179134 -4.27541 -20.719 -66.1303 -22.5399 -37.551 -8.22463 -24.8462 14.9984 -29
-STDOUT_24483=-26 -0.792102 0 -26.3819 -0.336209 0 -18.1975 -64.026 -22.2095 -38.334 -8.21644 -18.4133 12.9986 -26
-STDOUT_24484=-16 -1.88605 0 -16.3109 -1.63575 0 -9.63602 -69.5808 -10.113 -36.726 -4.00452 -18.451 10.9989 -27
-STDOUT_24485=-26 -0.782779 0 -26.3819 -0.336316 0 -18.1975 -64.026 -21.7534 -38.334 -8.18872 -18.4133 13.9985 -26
-STDOUT_24486=-20 -0.8178 -1.21331 -22.3482 -1.15554 -4.27541 -12.1826 -64.9058 -18.216 -40.0905 -8.46386 -27.2869 11.9988 -30
-STDOUT_24487=-30 -0.444681 -1.21331 -31.4799 -0.180139 -4.27541 -20.719 -66.1303 -23.4871 -37.551 -8.20025 -24.8462 14.9984 -29
-STDOUT_24488=-16 -1.87672 0 -16.3109 -1.63586 0 -9.63602 -69.5808 -9.65687 -36.726 -3.9768 -18.451 11.9988 -27
-STDOUT_24489=-16 -1.80494 0 -16.3109 -1.67835 0 -9.63602 -69.5808 -12.5973 -36.726 -2.97776 -18.451 9.99896 -27
-STDOUT_24490=-20 -1.15921 -1.21331 -22.3482 -1.45199 -4.27541 -12.1826 -69.9348 -13.4675 -38.0167 -5.58112 -26.0855 11.9988 -30
-STDOUT_24491=-26 -0.710608 0 -26.3819 -0.292585 0 -18.1975 -64.026 -22.3469 -38.334 -8.72839 -18.4133 12.9986 -26
-STDOUT_24492=-30 -0.633983 -1.21331 -32.4192 -0.259248 -4.27541 -20.744 -64.3801 -24.7406 -39.6248 -9.12264 -26.0477 14.9984 -29
-STDOUT_24493=-20 -0.839073 -1.21331 -22.3482 -1.15564 -4.27541 -12.1826 -64.9058 -17.8201 -40.0905 -8.43947 -27.2869 12.9986 -30
-STDOUT_24494=-16 -1.82621 0 -16.3109 -1.67846 0 -9.63602 -69.5808 -12.2014 -36.726 -2.95337 -18.451 10.9989 -27
-STDOUT_24495=-20 -1.18048 -1.21331 -22.3482 -1.4521 -4.27541 -12.1826 -69.9348 -13.0716 -38.0167 -5.55673 -26.0855 12.9986 -30
-STDOUT_24496=-26 -0.701285 0 -26.3819 -0.292692 0 -18.1975 -64.026 -21.8908 -38.334 -8.70067 -18.4133 13.9985 -26
-STDOUT_24497=-30 -0.62466 -1.21331 -32.4192 -0.259355 -4.27541 -20.744 -64.3801 -24.2845 -39.6248 -9.09492 -26.0477 15.9983 -29
-STDOUT_24498=-14 -0.038372 -1.21331 -16.1083 -0.0112489 -4.27541 -11.108 -64.3801 -20.8075 -39.6248 -8.61917 -26.0477 10.9989 -29
-STDOUT_24499=-26 -0.792102 0 -25.4426 -0.336209 0 -18.1724 -65.7763 -20.7105 -36.2603 -7.66305 -17.2118 12.9986 -26
-STDOUT_24500=-30 -0.833395 -1.21331 -32.4192 -0.180246 -4.27541 -20.744 -64.3801 -24.9386 -39.6248 -9.01465 -26.0477 15.9983 -29
-STDOUT_24501=-26 -0.804626 0 -26.3819 -0.453502 0 -18.1975 -64.026 -22.3494 -38.334 -8.25798 -18.4133 12.9986 -26
-STDOUT_24502=-26 -0.785133 0 -26.3819 -0.337322 0 -18.1975 -64.026 -22.7478 -38.334 -8.17018 -18.4133 13.9985 -26
-STDOUT_24503=-26 -0.782779 0 -25.4426 -0.336316 0 -18.1724 -65.7763 -20.2543 -36.2603 -7.63533 -17.2118 13.9985 -26
-STDOUT_24504=-30 -0.628883 -1.21331 -32.4192 -0.376542 -4.27541 -20.744 -64.3801 -24.8438 -39.6248 -8.93319 -26.0477 14.9984 -29
-STDOUT_24505=-14 -0.0685089 -1.21331 -16.1083 -0.0319199 -4.27541 -11.108 -64.3801 -21.5067 -39.6248 -7.90164 -26.0477 11.9988 -29
-STDOUT_24506=-26 -0.798274 0 -26.3819 -0.453609 0 -18.1975 -64.026 -21.8662 -38.334 -8.2392 -18.4133 13.9985 -26
-STDOUT_24507=-16 -1.87908 0 -16.3109 -1.63686 0 -9.63602 -69.5808 -10.6513 -36.726 -3.95827 -18.451 11.9988 -27
-STDOUT_24508=-26 -0.899932 0 -26.3819 -0.412148 0 -18.1975 -64.026 -25.0412 -38.334 -6.93501 -18.4133 12.9986 -26
-STDOUT_24509=-16 -1.90579 0 -16.3109 -1.75305 0 -9.63602 -69.5808 -10.367 -36.726 -4.00427 -18.451 10.9989 -27
-STDOUT_24510=-30 -0.62253 -1.21331 -32.4192 -0.376649 -4.27541 -20.744 -64.3801 -24.3606 -39.6248 -8.91441 -26.0477 15.9983 -29
-STDOUT_24511=-20 -0.841735 -1.21331 -22.3482 -1.15665 -4.27541 -12.1826 -64.9058 -18.7672 -40.0905 -8.41509 -27.2869 12.9986 -30
-STDOUT_24512=-26 -0.710608 0 -25.4426 -0.292585 0 -18.1724 -65.7763 -20.8479 -36.2603 -8.175 -17.2118 12.9986 -26
-STDOUT_24513=-16 -1.89943 0 -16.3109 -1.75315 0 -9.63602 -69.5808 -9.88385 -36.726 -3.98549 -18.451 11.9988 -27
-STDOUT_24514=-30 -0.633983 -1.21331 -31.4799 -0.259248 -4.27541 -20.719 -66.1303 -23.2416 -37.551 -8.56925 -24.8462 14.9984 -29
-STDOUT_24515=-14 -0.0307238 -1.21331 -16.1083 -0.0370625 -4.27541 -11.108 -68.2052 -20.7607 -37.8673 -8.41748 -23.3178 10.9989 -29
-STDOUT_24516=-16 -1.82887 0 -16.3109 -1.67947 0 -9.63602 -69.5808 -13.1485 -36.726 -2.92899 -18.451 10.9989 -27
-STDOUT_24517=-20 -1.18314 -1.21331 -22.3482 -1.4531 -4.27541 -12.1826 -69.9348 -14.0187 -38.0167 -5.53235 -26.0855 12.9986 -30
-STDOUT_24518=-26 -0.921205 0 -26.3819 -0.412255 0 -18.1975 -64.026 -24.6452 -38.334 -6.91062 -18.4133 13.9985 -26
-STDOUT_24519=-16 -1.98428 0 -16.3109 -1.71169 0 -9.63602 -69.5808 -12.4597 -36.726 -3.09001 -18.451 10.9989 -27
-STDOUT_24520=-16 -2.42499 0 -16.3109 -1.71971 0 -9.63602 -69.5808 -10.4345 -36.726 -4.28648 -18.451 9.99896 -27
-STDOUT_24521=-26 -0.70364 0 -26.3819 -0.293697 0 -18.1975 -64.026 -22.8852 -38.334 -8.68213 -18.4133 13.9985 -26
-STDOUT_24522=-26 -0.701285 0 -25.4426 -0.292692 0 -18.1724 -65.7763 -20.3918 -36.2603 -8.14728 -17.2118 13.9985 -26
-STDOUT_24523=-26 -0.730348 0 -26.3819 -0.409878 0 -18.1975 -64.026 -22.6009 -38.334 -8.72813 -18.4133 12.9986 -26
-STDOUT_24524=-30 -0.627015 -1.21331 -32.4192 -0.260361 -4.27541 -20.744 -64.3801 -25.2789 -39.6248 -9.07639 -26.0477 15.9983 -29
-STDOUT_24525=-30 -0.62466 -1.21331 -31.4799 -0.259355 -4.27541 -20.719 -66.1303 -22.7855 -37.551 -8.54153 -24.8462 15.9983 -29
-STDOUT_24526=-14 -0.0381652 -1.21331 -16.1083 -0.0122545 -4.27541 -11.108 -64.3801 -21.5925 -39.6248 -8.6642 -26.0477 10.9989 -29
-STDOUT_24527=-14 -0.0648911 -1.21331 -16.1083 -0.138755 -4.27541 -11.108 -64.3801 -21.246 -39.6248 -8.29463 -26.0477 10.9989 -29
-STDOUT_24528=-16 -2.41864 0 -16.3109 -1.71982 0 -9.63602 -69.5808 -9.95136 -36.726 -4.26771 -18.451 10.9989 -27
-STDOUT_24529=-14 -0.038372 -1.21331 -15.169 -0.0112489 -4.27541 -11.083 -66.1303 -19.3085 -37.551 -8.06578 -24.8462 10.9989 -29
-STDOUT_24530=-26 -0.723995 0 -26.3819 -0.409985 0 -18.1975 -64.026 -22.1178 -38.334 -8.70936 -18.4133 13.9985 -26
-STDOUT_24531=-30 -0.833395 -1.21331 -31.4799 -0.180246 -4.27541 -20.719 -66.1303 -23.4396 -37.551 -8.46126 -24.8462 15.9983 -29
-STDOUT_24532=-16 -2.00555 0 -16.3109 -1.7118 0 -9.63602 -69.5808 -12.0638 -36.726 -3.06562 -18.451 11.9988 -27
-STDOUT_24533=-14 -0.173601 -1.21331 -16.1083 -0.0293853 -4.27541 -11.108 -64.3801 -21.8739 -39.6248 -8.03079 -26.0477 11.9988 -29
-STDOUT_24534=-26 -0.808844 0 -26.3819 -0.368524 0 -18.1975 -64.026 -24.6936 -38.334 -7.81388 -18.4133 12.9986 -26
-STDOUT_24535=-26 -0.804626 0 -25.4426 -0.453502 0 -18.1724 -65.7763 -20.8504 -36.2603 -7.70459 -17.2118 12.9986 -26
-STDOUT_24536=-14 -0.0682314 -1.21331 -16.1083 -0.0329255 -4.27541 -11.108 -64.3801 -22.2997 -39.6248 -7.90753 -26.0477 11.9988 -29
-STDOUT_24537=-26 -0.785133 0 -25.4426 -0.337322 0 -18.1724 -65.7763 -21.2488 -36.2603 -7.61679 -17.2118 13.9985 -26
-STDOUT_24538=-14 -0.19919 -1.21331 -16.1083 -0.065015 -4.27541 -11.108 -64.3801 -20.9874 -39.6248 -8.43588 -26.0477 11.9988 -29
-STDOUT_24539=-30 -0.431832 -1.21331 -31.7188 -0.034511 -4.27541 -20.744 -64.3801 -24.2952 -39.6248 -9.10368 -26.0477 14.9984 -29
-STDOUT_24540=-16 -1.18916 0 -16.3109 -1.31272 0 -9.63602 -64.5518 -15.9906 -38.7998 -7.87789 -19.6525 10.9989 -27
-STDOUT_24541=-30 -0.628883 -1.21331 -31.4799 -0.376542 -4.27541 -20.719 -66.1303 -23.3448 -37.551 -8.3798 -24.8462 14.9984 -29
-STDOUT_24542=-14 -0.0685089 -1.21331 -15.169 -0.0319199 -4.27541 -11.083 -66.1303 -20.0077 -37.551 -7.34825 -24.8462 11.9988 -29
-STDOUT_24543=-26 -0.798274 0 -25.4426 -0.453609 0 -18.1724 -65.7763 -20.3672 -36.2603 -7.68581 -17.2118 13.9985 -26
-STDOUT_24544=-16 -1.53056 0 -16.3109 -1.60917 0 -9.63602 -69.5808 -11.2421 -36.726 -4.99515 -18.451 10.9989 -27
-STDOUT_24545=-26 -0.800633 0 -26.3819 -0.454615 0 -18.1975 -64.026 -22.8897 -38.334 -8.21537 -18.4133 13.9985 -26
-STDOUT_24546=-14 -0.345698 -1.21331 -16.1083 -0.0515621 -4.27541 -11.108 -68.2052 -20.9257 -37.8673 -7.99931 -23.3178 11.9988 -29
-STDOUT_24547=-14 -0.0710753 -1.21331 -16.1083 -0.172288 -4.27541 -11.108 -68.2052 -20.889 -37.8673 -7.70594 -23.3178 11.9988 -29
-STDOUT_24548=-26 -0.899932 0 -25.4426 -0.412148 0 -18.1724 -65.7763 -23.5421 -36.2603 -6.38162 -17.2118 12.9986 -26
-STDOUT_24549=-26 -0.830116 0 -26.3819 -0.368631 0 -18.1975 -64.026 -24.2977 -38.334 -7.78949 -18.4133 13.9985 -26
-STDOUT_24550=-16 -1.17983 0 -16.3109 -1.31282 0 -9.63602 -64.5518 -15.5345 -38.7998 -7.85017 -19.6525 11.9988 -27
-STDOUT_24551=-30 -0.62253 -1.21331 -31.4799 -0.376649 -4.27541 -20.719 -66.1303 -22.8616 -37.551 -8.36102 -24.8462 15.9983 -29
-STDOUT_24552=-30 -0.624889 -1.21331 -32.4192 -0.377654 -4.27541 -20.744 -64.3801 -25.3841 -39.6248 -8.89058 -26.0477 15.9983 -29
-STDOUT_24553=-14 -0.0305169 -1.21331 -16.1083 -0.0380681 -4.27541 -11.108 -68.2052 -21.5457 -37.8673 -8.46251 -23.3178 10.9989 -29
-STDOUT_24554=-16 -1.52124 0 -16.3109 -1.60928 0 -9.63602 -69.5808 -10.786 -36.726 -4.96743 -18.451 11.9988 -27
-STDOUT_24555=-14 -0.143011 -1.21331 -16.1083 -0.173901 -4.27541 -11.108 -64.3801 -21.3597 -39.6248 -8.41321 -26.0477 10.9989 -29
-STDOUT_24556=-14 -0.0729242 -1.21331 -16.1083 -0.136338 -4.27541 -11.108 -64.3801 -21.9673 -39.6248 -8.29341 -26.0477 10.9989 -29
-STDOUT_24557=-30 -0.453784 -1.21331 -31.7113 -0.0701407 -4.27541 -20.744 -64.3801 -24.3554 -39.6248 -9.08126 -26.0477 14.9984 -29
-STDOUT_24558=-16 -1.90179 0 -16.3109 -1.75416 0 -9.63602 -69.5808 -10.9074 -36.726 -3.96166 -18.451 11.9988 -27
-STDOUT_24559=-14 -0.0307238 -1.21331 -15.169 -0.0370625 -4.27541 -11.083 -69.9555 -19.2617 -35.7935 -7.8641 -22.1163 10.9989 -29
-STDOUT_24560=-26 -0.923867 0 -26.3819 -0.413261 0 -18.1975 -64.026 -25.5924 -38.334 -6.88624 -18.4133 13.9985 -26
-STDOUT_24561=-26 -0.921205 0 -25.4426 -0.412255 0 -18.1724 -65.7763 -23.1462 -36.2603 -6.35723 -17.2118 13.9985 -26
-STDOUT_24562=-10 -0.379132 0 -10.071 -0.168431 0 -8.56147 -64.026 -18.5219 -38.334 -8.02987 -18.4133 9.99896 -26
-STDOUT_24563=-26 -0.70364 0 -25.4426 -0.293697 0 -18.1724 -65.7763 -21.3862 -36.2603 -8.12874 -17.2118 13.9985 -26
-STDOUT_24564=-26 -0.730348 0 -25.4426 -0.409878 0 -18.1724 -65.7763 -21.1019 -36.2603 -8.17475 -17.2118 12.9986 -26
-STDOUT_24565=-30 -0.627015 -1.21331 -31.4799 -0.260361 -4.27541 -20.719 -66.1303 -23.7799 -37.551 -8.523 -24.8462 15.9983 -29
-STDOUT_24566=-14 -0.048549 -1.21331 -16.1083 -0.175711 -4.27541 -11.108 -68.2052 -21.2415 -37.8673 -7.75322 -23.3178 11.9988 -29
-STDOUT_24567=-16 -1.10766 0 -16.3109 -1.26909 0 -9.63602 -64.5518 -16.128 -38.7998 -8.38984 -19.6525 10.9989 -27
-STDOUT_24568=-14 -0.0381652 -1.21331 -15.169 -0.0122545 -4.27541 -11.083 -66.1303 -20.0935 -37.551 -8.11081 -24.8462 10.9989 -29
-STDOUT_24569=-16 -2.21856 0 -16.3109 -1.67938 0 -9.63602 -69.5808 -10.4049 -36.726 -4.86907 -18.451 10.9989 -27
-STDOUT_24570=-26 -1.17416 0 -26.3819 -0.337429 0 -18.1975 -64.026 -22.653 -38.334 -8.42535 -18.4133 14.9984 -26
-STDOUT_24571=-20 -1.03104 -1.21331 -22.3482 -1.23576 -4.27541 -12.1826 -64.9058 -18.5217 -40.0905 -8.78409 -27.2869 12.9986 -30
-STDOUT_24572=-14 -0.0648911 -1.21331 -15.169 -0.138755 -4.27541 -11.083 -66.1303 -19.747 -37.551 -7.74125 -24.8462 10.9989 -29
-STDOUT_24573=-14 -0.0695237 -1.21331 -16.1083 -0.0282831 -4.27541 -11.108 -64.3801 -21.7553 -39.6248 -8.65879 -26.0477 11.9988 -29
-STDOUT_24574=-14 -0.173323 -1.21331 -16.1083 -0.0303909 -4.27541 -11.108 -64.3801 -22.6669 -39.6248 -8.03668 -26.0477 11.9988 -29
-STDOUT_24575=-14 -0.164283 -1.21331 -16.1083 -0.174008 -4.27541 -11.108 -64.3801 -20.9638 -39.6248 -8.38883 -26.0477 11.9988 -29
-STDOUT_24576=-16 -1.44907 0 -16.3109 -1.56555 0 -9.63602 -69.5808 -11.3795 -36.726 -5.5071 -18.451 10.9989 -27
-STDOUT_24577=-16 -2.421 0 -16.3109 -1.72082 0 -9.63602 -69.5808 -10.9749 -36.726 -4.24388 -18.451 10.9989 -27
-STDOUT_24578=0 -2.02739 0 0 -1.98188 0 0 -73.406 -8.47931 -34.9685 -3.66303 -15.7211 12.9986 -27
-STDOUT_24579=0 -2.18231 0 0 -2.06113 0 0 -73.406 -9.02011 -34.9685 -4.34777 -15.7211 13.9985 -27
-STDOUT_24580=0 -2.46108 0 0 -2.25411 0 0 -73.406 -8.91437 -34.9685 -3.88796 -15.7211 13.9985 -27
-STDOUT_24581=0 -1.60049 0 0 -1.96226 0 0 -73.406 -8.17313 -34.9685 -3.37951 -15.7211 11.9988 -27
-STDOUT_24582=0 -2.41877 0 0 -1.983 0 0 -73.406 -9.37893 -34.9685 -3.89966 -15.7211 13.9985 -27
-STDOUT_24583=0 -1.8417 0 0 -1.70966 0 0 -73.406 -8.21876 -34.9685 -3.56438 -15.7211 11.9988 -27
-STDOUT_24584=0 -2.61599 0 0 -2.33335 0 0 -73.406 -9.45516 -34.9685 -4.57271 -15.7211 14.9984 -27
-STDOUT_24585=0 -1.7554 0 0 -2.0415 0 0 -73.406 -8.71392 -34.9685 -4.06426 -15.7211 12.9986 -27
-STDOUT_24586=0 -2.57369 0 0 -2.06224 0 0 -73.406 -9.91972 -34.9685 -4.58441 -15.7211 14.9984 -27
-STDOUT_24587=0 -1.99487 0 0 -1.96485 0 0 -73.406 -7.70629 -34.9685 -3.58861 -15.7211 11.9988 -27
-STDOUT_24588=0 -1.99487 0 0 -1.96485 0 0 -73.406 -7.70629 -34.9685 -3.58861 -15.7211 11.9988 -27
-STDOUT_24589=0 -1.98605 0 0 -1.80376 0 0 -73.406 -8.25478 -34.9685 -3.2828 -15.7211 11.9988 -27
-STDOUT_24590=0 -2.03417 0 0 -2.23448 0 0 -73.406 -8.60818 -34.9685 -3.60445 -15.7211 12.9986 -27
-STDOUT_24591=0 -2.85245 0 0 -2.25522 0 0 -73.406 -9.81398 -34.9685 -4.1246 -15.7211 14.9984 -27
-STDOUT_24592=0 -1.99187 0 0 -1.96337 0 0 -73.406 -9.07274 -34.9685 -3.61615 -15.7211 12.9986 -27
-STDOUT_24593=0 -1.99661 0 0 -1.7889 0 0 -73.406 -8.75956 -34.9685 -4.24913 -15.7211 12.9986 -27
-STDOUT_24594=0 -2.0501 0 0 -2.1725 0 0 -73.406 -8.70629 -34.9685 -3.67172 -15.7211 12.9986 -27
-STDOUT_24595=0 -2.14978 0 0 -2.04409 0 0 -73.406 -8.24709 -34.9685 -4.27335 -15.7211 12.9986 -27
-STDOUT_24596=0 -2.14978 0 0 -2.04409 0 0 -73.406 -8.24709 -34.9685 -4.27335 -15.7211 12.9986 -27
-STDOUT_24597=0 -2.27538 0 0 -1.98188 0 0 -73.406 -8.65381 -34.9685 -3.78932 -15.7211 12.9986 -27
-STDOUT_24598=0 -2.37456 0 0 -1.80488 0 0 -73.406 -8.99225 -34.9685 -3.58885 -15.7211 12.9986 -27
-STDOUT_24599=0 -2.14096 0 0 -1.88301 0 0 -73.406 -8.79558 -34.9685 -3.96755 -15.7211 12.9986 -27
-STDOUT_24600=0 -2.18909 0 0 -2.31373 0 0 -73.406 -9.14898 -34.9685 -4.28919 -15.7211 13.9985 -27
-STDOUT_24601=0 -2.23308 0 0 -1.71077 0 0 -73.406 -9.11837 -34.9685 -3.80102 -15.7211 12.9986 -27
-STDOUT_24602=0 -3.00737 0 0 -2.33446 0 0 -73.406 -10.3548 -34.9685 -4.80935 -15.7211 15.9983 -27
-STDOUT_24603=0 -2.52286 0 0 -2.15954 0 0 -73.406 -8.70477 -34.9685 -4.60724 -15.7211 13.9985 -27
-STDOUT_24604=0 -2.14678 0 0 -2.04261 0 0 -73.406 -9.61354 -34.9685 -4.30089 -15.7211 13.9985 -27
-STDOUT_24605=0 -2.42855 0 0 -2.23707 0 0 -73.406 -8.14134 -34.9685 -3.81354 -15.7211 12.9986 -27
-STDOUT_24606=0 -2.42855 0 0 -2.23707 0 0 -73.406 -8.14134 -34.9685 -3.81354 -15.7211 12.9986 -27
-STDOUT_24607=0 -1.56796 0 0 -1.94522 0 0 -73.406 -7.4001 -34.9685 -3.30509 -15.7211 10.9989 -27
-STDOUT_24608=0 -2.41973 0 0 -2.07599 0 0 -73.406 -8.68983 -34.9685 -3.50774 -15.7211 12.9986 -27
-STDOUT_24609=0 -1.55914 0 0 -1.78414 0 0 -73.406 -7.94859 -34.9685 -2.99929 -15.7211 10.9989 -27
-STDOUT_24610=0 -2.38624 0 0 -1.96596 0 0 -73.406 -8.6059 -34.9685 -3.82524 -15.7211 12.9986 -27
-STDOUT_24611=0 -2.38624 0 0 -1.96596 0 0 -73.406 -8.6059 -34.9685 -3.82524 -15.7211 12.9986 -27
-STDOUT_24612=0 -2.20502 0 0 -2.25174 0 0 -73.406 -9.24709 -34.9685 -4.35647 -15.7211 13.9985 -27
-STDOUT_24613=0 -2.42555 0 0 -2.23559 0 0 -73.406 -9.50779 -34.9685 -3.84108 -15.7211 13.9985 -27
-STDOUT_24614=0 -2.4303 0 0 -2.06113 0 0 -73.406 -9.19461 -34.9685 -4.47407 -15.7211 13.9985 -27
-STDOUT_24615=0 -2.52947 0 0 -1.88412 0 0 -73.406 -9.53305 -34.9685 -4.27359 -15.7211 13.9985 -27
-STDOUT_24616=0 -1.55754 0 0 -1.69003 0 0 -73.406 -7.81894 -34.9685 -3.3611 -15.7211 10.9989 -27
-STDOUT_24617=0 -2.12356 0 0 -1.98142 0 0 -73.406 -8.4553 -34.9685 -4.3757 -15.7211 12.9986 -27
-STDOUT_24618=0 -2.38799 0 0 -1.79002 0 0 -73.406 -9.65917 -34.9685 -4.48576 -15.7211 13.9985 -27
-STDOUT_24619=0 -2.67777 0 0 -2.23879 0 0 -73.406 -9.24557 -34.9685 -5.29199 -15.7211 14.9984 -27
-STDOUT_24620=0 -1.6232 0 0 -2.15287 0 0 -73.406 -8.4001 -34.9685 -3.3882 -15.7211 11.9988 -27
-STDOUT_24621=0 -3.08977 0 0 -2.75002 0 0 -73.406 -8.82541 -34.9685 -4.43414 -15.7211 14.9984 -27
-STDOUT_24622=0 -1.80917 0 0 -1.69262 0 0 -73.406 -7.44574 -34.9685 -3.48996 -15.7211 10.9989 -27
-STDOUT_24623=0 -2.44148 0 0 -2.17361 0 0 -73.406 -9.6059 -34.9685 -3.90835 -15.7211 13.9985 -27
-STDOUT_24624=0 -2.58346 0 0 -2.31632 0 0 -73.406 -8.68214 -34.9685 -4.49829 -15.7211 13.9985 -27
-STDOUT_24625=0 -2.58346 0 0 -2.31632 0 0 -73.406 -8.68214 -34.9685 -4.49829 -15.7211 13.9985 -27
-STDOUT_24626=0 -1.80035 0 0 -1.53154 0 0 -73.406 -7.99422 -34.9685 -3.18416 -15.7211 10.9989 -27
-STDOUT_24627=0 -1.72288 0 0 -2.02447 0 0 -73.406 -7.9409 -34.9685 -3.98984 -15.7211 11.9988 -27
-STDOUT_24628=0 -2.80824 0 0 -2.0771 0 0 -73.406 -9.42731 -34.9685 -3.81378 -15.7211 13.9985 -27
-STDOUT_24629=0 -2.57465 0 0 -2.15523 0 0 -73.406 -9.23063 -34.9685 -4.19249 -15.7211 13.9985 -27
-STDOUT_24630=0 -1.54154 0 0 -1.66815 0 0 -69.5808 -7.51225 -36.726 -3.39545 -18.451 9.99896 -27
-STDOUT_24631=0 -1.94765 0 0 -1.78525 0 0 -73.406 -8.68607 -34.9685 -3.30533 -15.7211 11.9988 -27
-STDOUT_24632=0 -1.71406 0 0 -1.86338 0 0 -73.406 -8.48939 -34.9685 -3.68403 -15.7211 11.9988 -27
-STDOUT_24633=0 -2.54116 0 0 -2.04521 0 0 -73.406 -9.1467 -34.9685 -4.50999 -15.7211 13.9985 -27
-STDOUT_24634=0 -2.54116 0 0 -2.04521 0 0 -73.406 -9.1467 -34.9685 -4.50999 -15.7211 13.9985 -27
-STDOUT_24635=0 -1.57965 0 0 -1.94522 0 0 -73.406 -7.50443 -34.9685 -3.35937 -15.7211 10.9989 -27
-STDOUT_24636=0 -2.66676 0 0 -1.983 0 0 -73.406 -9.55342 -34.9685 -4.02595 -15.7211 13.9985 -27
-STDOUT_24637=0 -2.95654 0 0 -2.43176 0 0 -73.406 -9.13982 -34.9685 -4.83218 -15.7211 14.9984 -27
-STDOUT_24638=0 -2.58046 0 0 -2.31484 0 0 -73.406 -10.0486 -34.9685 -4.52583 -15.7211 14.9984 -27
-STDOUT_24639=0 -2.09595 0 0 -2.13992 0 0 -73.406 -8.39858 -34.9685 -4.32373 -15.7211 12.9986 -27
-STDOUT_24640=0 -1.96234 0 0 -1.94781 0 0 -73.406 -6.93327 -34.9685 -3.51419 -15.7211 10.9989 -27
-STDOUT_24641=0 -1.95352 0 0 -1.78673 0 0 -73.406 -7.48175 -34.9685 -3.20838 -15.7211 10.9989 -27
-STDOUT_24642=0 -1.95352 0 0 -1.78673 0 0 -73.406 -7.48175 -34.9685 -3.20838 -15.7211 10.9989 -27
-STDOUT_24643=0 -2.91423 0 0 -2.16065 0 0 -73.406 -9.60439 -34.9685 -4.84388 -15.7211 14.9984 -27
-STDOUT_24644=0 -2.00164 0 0 -2.21745 0 0 -73.406 -7.83515 -34.9685 -3.53003 -15.7211 11.9988 -27
-STDOUT_24645=0 -1.71246 0 0 -1.76928 0 0 -73.406 -8.35974 -34.9685 -4.04585 -15.7211 11.9988 -27
-STDOUT_24646=0 -1.99283 0 0 -2.05636 0 0 -73.406 -8.38364 -34.9685 -3.22422 -15.7211 11.9988 -27
-STDOUT_24647=0 -2.81993 0 0 -2.23818 0 0 -73.406 -9.04095 -34.9685 -4.05018 -15.7211 13.9985 -27
-STDOUT_24648=0 -2.81993 0 0 -2.23818 0 0 -73.406 -9.04095 -34.9685 -4.05018 -15.7211 13.9985 -27
-STDOUT_24649=0 -1.86441 0 0 -1.90027 0 0 -73.406 -8.44573 -34.9685 -3.57307 -15.7211 11.9988 -27
-STDOUT_24650=0 -2.27848 0 0 -2.06067 0 0 -73.406 -8.9961 -34.9685 -5.06045 -15.7211 13.9985 -27
-STDOUT_24651=0 -1.95934 0 0 -1.94634 0 0 -73.406 -8.29971 -34.9685 -3.54172 -15.7211 11.9988 -27
-STDOUT_24652=0 -1.77811 0 0 -2.23212 0 0 -73.406 -8.9409 -34.9685 -4.07295 -15.7211 12.9986 -27
-STDOUT_24653=0 -2.66195 0 0 -2.67077 0 0 -73.406 -8.88 -34.9685 -3.78549 -15.7211 13.9985 -27
-STDOUT_24654=0 -1.96409 0 0 -1.77187 0 0 -73.406 -7.98653 -34.9685 -4.17471 -15.7211 11.9988 -27
-STDOUT_24655=0 -2.5964 0 0 -2.25285 0 0 -73.406 -10.1467 -34.9685 -4.5931 -15.7211 14.9984 -27
-STDOUT_24656=0 -2.18886 0 0 -1.53265 0 0 -73.406 -8.7317 -34.9685 -3.4902 -15.7211 11.9988 -27
-STDOUT_24657=0 -1.95527 0 0 -1.61079 0 0 -73.406 -8.53502 -34.9685 -3.86891 -15.7211 11.9988 -27
-STDOUT_24658=0 -2.96315 0 0 -2.15634 0 0 -73.406 -9.9681 -34.9685 -4.49853 -15.7211 14.9984 -27
-STDOUT_24659=0 -1.99122 0 0 -1.96226 0 0 -73.406 -8.25399 -34.9685 -3.58603 -15.7211 11.9988 -27
-STDOUT_24660=0 -1.69646 0 0 -1.7474 0 0 -69.5808 -8.05305 -36.726 -4.0802 -18.451 10.9989 -27
-STDOUT_24661=0 -2.02715 0 0 -1.96 0 0 -69.5808 -8.91493 -36.726 -3.83865 -18.451 11.9988 -27
-STDOUT_24662=0 -2.01758 0 0 -2.15546 0 0 -73.406 -7.93327 -34.9685 -3.5973 -15.7211 11.9988 -27
-STDOUT_24663=0 -2.01758 0 0 -2.15546 0 0 -73.406 -7.93327 -34.9685 -3.5973 -15.7211 11.9988 -27
-STDOUT_24664=0 -2.10257 0 0 -1.8645 0 0 -73.406 -9.22686 -34.9685 -3.99008 -15.7211 12.9986 -27
-STDOUT_24665=0 -1.73457 0 0 -2.02447 0 0 -73.406 -8.04523 -34.9685 -4.04412 -15.7211 11.9988 -27
-STDOUT_24666=0 -2.55724 0 0 -2.25365 0 0 -73.406 -8.89035 -34.9685 -4.60064 -15.7211 13.9985 -27
-STDOUT_24667=0 -2.82167 0 0 -2.06224 0 0 -73.406 -10.0942 -34.9685 -4.7107 -15.7211 14.9984 -27
-STDOUT_24668=0 -2.02975 0 0 -1.98289 0 0 -73.406 -9.47375 -34.9685 -3.64449 -15.7211 12.9986 -27
-STDOUT_24669=0 -2.00876 0 0 -1.99438 0 0 -73.406 -8.48175 -34.9685 -3.29149 -15.7211 11.9988 -27
-STDOUT_24670=0 -2.33716 0 0 -1.88732 0 0 -73.406 -8.44422 -34.9685 -4.5086 -15.7211 12.9986 -27
-STDOUT_24671=0 -1.69666 0 0 -1.9618 0 0 -73.406 -8.14911 -34.9685 -4.09219 -15.7211 11.9988 -27
-STDOUT_24672=0 -3.11145 0 0 -2.51101 0 0 -73.406 -9.68062 -34.9685 -5.51693 -15.7211 15.9983 -27
-STDOUT_24673=0 -1.94892 0 0 -1.69115 0 0 -73.406 -8.71855 -34.9685 -3.59773 -15.7211 11.9988 -27
-STDOUT_24674=0 -3.52345 0 0 -3.02224 0 0 -73.406 -9.26047 -34.9685 -4.65908 -15.7211 15.9983 -27
-STDOUT_24675=0 -2.25087 0 0 -2.21916 0 0 -73.406 -8.93938 -34.9685 -5.00847 -15.7211 13.9985 -27
-STDOUT_24676=0 -2.11725 0 0 -2.02706 0 0 -73.406 -7.47407 -34.9685 -4.19893 -15.7211 11.9988 -27
-STDOUT_24677=0 -1.67916 0 0 -1.68778 0 0 -69.5808 -8.65245 -36.726 -3.59903 -18.451 10.9989 -27
-STDOUT_24678=FEATURES_TXT_END_0
-STDOUT_24679=FEATURES_TXT_BEGIN_0 9 500 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-STDOUT_24680=0 -9.11029 0 0 -8.19133 0 0 -161.658 -77.0233 -130.955 -28.1401 -68.1689 20.9978 -41
-STDOUT_24681=0 -8.3898 0 0 -10.4006 0 0 -164.856 -71.0776 -125.734 -24.4895 -64.5253 18.998 -41
-STDOUT_24682=0 -8.84906 0 0 -10.6393 0 0 -165.453 -70.8234 -124.652 -22.4591 -62.7051 18.998 -40
-STDOUT_24683=0 -9.14095 0 0 -7.34667 0 0 -161.658 -79.8051 -130.955 -28.3452 -68.1689 20.9978 -41
-STDOUT_24684=0 -8.42046 0 0 -9.55594 0 0 -164.856 -73.8594 -125.734 -24.6945 -64.5253 18.998 -41
-STDOUT_24685=0 -9.44676 0 0 -8.5278 0 0 -152.992 -92.5855 -139.45 -34.5658 -67.3579 21.9977 -41
-STDOUT_24686=0 -8.87972 0 0 -9.7946 0 0 -165.453 -73.6051 -124.652 -22.6642 -62.7051 18.998 -40
-STDOUT_24687=0 -8.72628 0 0 -10.7371 0 0 -156.19 -86.6399 -134.228 -30.9152 -63.7144 19.9979 -41
-STDOUT_24688=0 -9.18553 0 0 -10.9757 0 0 -156.787 -86.3856 -133.146 -28.8848 -61.8941 19.9979 -40
-STDOUT_24689=0 -9.47742 0 0 -7.68314 0 0 -152.992 -95.3673 -139.45 -34.7708 -67.3579 21.9977 -41
-STDOUT_24690=0 -8.75693 0 0 -9.89241 0 0 -156.19 -89.4216 -134.228 -31.1202 -63.7144 19.9979 -41
-STDOUT_24691=0 -9.21619 0 0 -10.1311 0 0 -156.787 -89.1674 -133.146 -29.0898 -61.8941 19.9979 -40
-STDOUT_24692=0 -8.36877 0 0 -10.1715 0 0 -168.882 -65.8002 -120.396 -22.6881 -62.8568 18.998 -41
-STDOUT_24693=0 -8.77104 0 0 -7.93828 0 0 -166.165 -69.9987 -126.045 -24.6434 -70.8521 19.9979 -43
-STDOUT_24694=0 -8.93017 0 0 -7.99214 0 0 -161.819 -79.4099 -133.904 -28.5985 -63.6594 19.9979 -40
-STDOUT_24695=0 -9.2303 0 0 -8.17695 0 0 -166.762 -69.7445 -124.963 -22.6131 -69.0318 19.9979 -42
-STDOUT_24696=0 -8.39943 0 0 -9.3268 0 0 -168.882 -68.5819 -120.396 -22.8932 -62.8568 18.998 -41
-STDOUT_24697=0 -8.8017 0 0 -7.09362 0 0 -166.165 -72.7805 -126.045 -24.8485 -70.8521 19.9979 -43
-STDOUT_24698=0 -8.96083 0 0 -7.14748 0 0 -161.819 -82.1917 -133.904 -28.8036 -63.6594 19.9979 -40
-STDOUT_24699=0 -9.21275 0 0 -7.88616 0 0 -161.658 -78.3933 -130.955 -28.8299 -68.1689 20.9978 -41
-STDOUT_24700=0 -9.26096 0 0 -7.33228 0 0 -166.762 -72.5262 -124.963 -22.8181 -69.0318 19.9979 -42
-STDOUT_24701=0 -8.70524 0 0 -10.5079 0 0 -160.216 -81.3624 -128.89 -29.1138 -62.0459 19.9979 -41
-STDOUT_24702=0 -8.49226 0 0 -10.0954 0 0 -164.856 -72.4477 -125.734 -25.1793 -64.5253 18.998 -41
-STDOUT_24703=0 -9.10752 0 0 -8.27476 0 0 -157.498 -85.5609 -134.54 -31.0691 -70.0411 20.9978 -43
-STDOUT_24704=0 -9.26664 0 0 -8.32861 0 0 -153.152 -94.9721 -142.398 -35.0242 -62.8484 20.9978 -40
-STDOUT_24705=0 -9.36396 0 0 -8.43213 0 0 -161.658 -77.2494 -130.955 -27.8549 -68.1689 21.9977 -41
-STDOUT_24706=0 -8.95152 0 0 -10.3341 0 0 -165.453 -72.1934 -124.652 -23.1489 -62.7051 18.998 -40
-STDOUT_24707=0 -9.56677 0 0 -8.51342 0 0 -158.096 -85.3067 -133.458 -29.0387 -68.2208 20.9978 -42
-STDOUT_24708=0 -8.7359 0 0 -9.66327 0 0 -160.216 -84.1442 -128.89 -29.3188 -62.0459 19.9979 -41
-STDOUT_24709=0 -8.64347 0 0 -10.6414 0 0 -164.856 -71.3038 -125.734 -24.2043 -64.5253 19.9979 -41
-STDOUT_24710=0 -9.13818 0 0 -7.43009 0 0 -157.498 -88.3427 -134.54 -31.2742 -70.0411 20.9978 -43
-STDOUT_24711=0 -9.10273 0 0 -10.8801 0 0 -165.453 -71.0495 -124.652 -22.1739 -62.7051 19.9979 -40
-STDOUT_24712=0 -9.2973 0 0 -7.48395 0 0 -153.152 -97.7539 -142.398 -35.2293 -62.8484 20.9978 -40
-STDOUT_24713=0 -9.54922 0 0 -8.22263 0 0 -152.992 -93.9555 -139.45 -35.2556 -67.3579 21.9977 -41
-STDOUT_24714=0 -9.39462 0 0 -7.58747 0 0 -161.658 -80.0312 -130.955 -28.06 -68.1689 21.9977 -41
-STDOUT_24715=0 -9.59743 0 0 -7.66876 0 0 -158.096 -88.0884 -133.458 -29.2438 -68.2208 20.9978 -42
-STDOUT_24716=0 -9.51362 0 0 -8.32267 0 0 -161.658 -78.043 -130.955 -27.218 -68.1689 20.9978 -41
-STDOUT_24717=0 -8.75001 0 0 -7.70914 0 0 -170.191 -64.7213 -120.707 -22.8421 -69.1836 19.9979 -43
-STDOUT_24718=0 -8.82873 0 0 -10.4319 0 0 -156.19 -88.0099 -134.228 -31.6049 -63.7144 19.9979 -41
-STDOUT_24719=0 -8.67413 0 0 -9.79674 0 0 -164.856 -74.0855 -125.734 -24.4094 -64.5253 19.9979 -41
-STDOUT_24720=0 -8.79313 0 0 -10.5319 0 0 -164.856 -72.0974 -125.734 -23.5673 -64.5253 18.998 -41
-STDOUT_24721=0 -9.70043 0 0 -8.7686 0 0 -152.992 -92.8117 -139.45 -34.2806 -67.3579 22.9976 -41
-STDOUT_24722=0 -9.28799 0 0 -10.6706 0 0 -156.787 -87.7556 -133.146 -29.5746 -61.8941 19.9979 -40
-STDOUT_24723=0 -9.13339 0 0 -10.0354 0 0 -165.453 -73.8313 -124.652 -22.379 -62.7051 19.9979 -40
-STDOUT_24724=0 -8.59093 0 0 -7.73909 0 0 -166.326 -72.3853 -128.993 -25.1018 -66.3426 18.998 -42
-STDOUT_24725=0 -9.54428 0 0 -7.47801 0 0 -161.658 -80.8248 -130.955 -27.423 -68.1689 20.9978 -41
-STDOUT_24726=0 -8.78067 0 0 -6.86448 0 0 -170.191 -67.503 -120.707 -23.0471 -69.1836 19.9979 -43
-STDOUT_24727=0 -8.97994 0 0 -10.9779 0 0 -156.19 -86.866 -134.228 -30.63 -63.7144 20.9978 -41
-STDOUT_24728=0 -9.77904 0 0 -9.62642 0 0 -152.992 -92.0438 -139.45 -32.0464 -67.3579 21.9977 -41
-STDOUT_24729=0 -9.05018 0 0 -7.97775 0 0 -166.923 -72.1311 -127.911 -23.0715 -64.5223 18.998 -41
-STDOUT_24730=0 -9.4392 0 0 -11.2165 0 0 -156.787 -86.6118 -133.146 -28.5996 -61.8941 20.9978 -40
-STDOUT_24731=0 -8.82379 0 0 -9.68728 0 0 -164.856 -74.8791 -125.734 -23.7724 -64.5253 18.998 -41
-STDOUT_24732=0 -9.05855 0 0 -11.8357 0 0 -156.19 -86.0982 -134.228 -28.3958 -63.7144 19.9979 -41
-STDOUT_24733=0 -9.73109 0 0 -7.92394 0 0 -152.992 -95.5934 -139.45 -34.4857 -67.3579 22.9976 -41
-STDOUT_24734=0 -8.47123 0 0 -9.86629 0 0 -168.882 -67.1702 -120.396 -23.3779 -62.8568 18.998 -41
-STDOUT_24735=0 -9.85009 0 0 -8.65914 0 0 -152.992 -93.6053 -139.45 -33.6436 -67.3579 21.9977 -41
-STDOUT_24736=0 -9.08648 0 0 -8.04561 0 0 -161.525 -80.2835 -129.202 -29.2677 -68.3726 20.9978 -43
-STDOUT_24737=0 -9.56954 0 0 -8.42999 0 0 -162.943 -76.769 -129.873 -26.1097 -66.3486 20.9978 -40
-STDOUT_24738=0 -8.62159 0 0 -6.89443 0 0 -166.326 -75.1671 -128.993 -25.3069 -66.3426 18.998 -42
-STDOUT_24739=0 -8.8735 0 0 -7.63311 0 0 -166.165 -71.3687 -126.045 -25.3332 -70.8521 19.9979 -43
-STDOUT_24740=0 -9.0106 0 0 -10.1332 0 0 -156.19 -89.6478 -134.228 -30.835 -63.7144 20.9978 -41
-STDOUT_24741=0 -9.8097 0 0 -8.78175 0 0 -152.992 -94.8256 -139.45 -32.2515 -67.3579 21.9977 -41
-STDOUT_24742=0 -9.03263 0 0 -7.68697 0 0 -161.819 -80.7799 -133.904 -29.2883 -63.6594 19.9979 -40
-STDOUT_24743=0 -9.12961 0 0 -10.8684 0 0 -156.19 -87.6596 -134.228 -29.993 -63.7144 19.9979 -41
-STDOUT_24744=0 -9.08084 0 0 -7.13309 0 0 -166.923 -74.9128 -127.911 -23.2765 -64.5223 18.998 -41
-STDOUT_24745=0 -9.33276 0 0 -7.87178 0 0 -166.762 -71.1145 -124.963 -23.3029 -69.0318 19.9979 -42
-STDOUT_24746=0 -9.46986 0 0 -10.3719 0 0 -156.787 -89.3935 -133.146 -28.8047 -61.8941 20.9978 -40
-STDOUT_24747=0 -8.62244 0 0 -10.4123 0 0 -168.882 -66.0263 -120.396 -22.4029 -62.8568 19.9979 -41
-STDOUT_24748=0 -9.11527 0 0 -7.54721 0 0 -161.658 -81.2787 -130.955 -28.5662 -68.1689 21.9977 -41
-STDOUT_24749=0 -9.08921 0 0 -10.991 0 0 -156.19 -88.8799 -134.228 -28.6008 -63.7144 19.9979 -41
-STDOUT_24750=0 -8.9274 0 0 -8.07556 0 0 -157.659 -87.9476 -137.488 -31.5275 -65.5316 19.9979 -42
-STDOUT_24751=0 -9.88075 0 0 -7.81448 0 0 -152.992 -96.387 -139.45 -33.8487 -67.3579 21.9977 -41
-STDOUT_24752=0 -9.11714 0 0 -7.20095 0 0 -161.525 -83.0652 -129.202 -29.4728 -68.3726 20.9978 -43
-STDOUT_24753=0 -9.02471 0 0 -8.17908 0 0 -166.165 -70.2248 -126.045 -24.3583 -70.8521 20.9978 -43
-STDOUT_24754=0 -9.6002 0 0 -7.58533 0 0 -162.943 -79.5508 -129.873 -26.3148 -66.3486 20.9978 -40
-STDOUT_24755=0 -9.18384 0 0 -8.23294 0 0 -161.819 -79.636 -133.904 -28.3134 -63.6594 20.9978 -40
-STDOUT_24756=0 -8.39479 0 0 -9.75649 0 0 -164.856 -75.3331 -125.734 -24.9156 -64.5253 19.9979 -41
-STDOUT_24757=0 -9.38666 0 0 -8.31423 0 0 -158.256 -87.6933 -136.406 -29.4972 -63.7113 19.9979 -41
-STDOUT_24758=0 -9.48397 0 0 -8.41775 0 0 -166.762 -69.9706 -124.963 -22.3279 -69.0318 20.9978 -42
-STDOUT_24759=0 -9.16026 0 0 -10.0237 0 0 -156.19 -90.4414 -134.228 -30.1981 -63.7144 19.9979 -41
-STDOUT_24760=0 -9.01118 0 0 -12.0743 0 0 -156.787 -86.182 -133.146 -28.0914 -61.8941 19.9979 -40
-STDOUT_24761=0 -8.85404 0 0 -9.99515 0 0 -165.453 -75.0788 -124.652 -22.8852 -62.7051 19.9979 -40
-STDOUT_24762=0 -9.33847 0 0 -8.39188 0 0 -161.658 -77.9151 -130.955 -28.6243 -68.1689 21.9977 -41
-STDOUT_24763=0 -8.8077 0 0 -10.2028 0 0 -160.216 -82.7324 -128.89 -29.8036 -62.0459 19.9979 -41
-STDOUT_24764=0 -8.6531 0 0 -9.5676 0 0 -168.882 -68.8081 -120.396 -22.608 -62.8568 19.9979 -41
-STDOUT_24765=0 -8.7721 0 0 -10.3028 0 0 -168.882 -66.8199 -120.396 -21.766 -62.8568 18.998 -41
-STDOUT_24766=0 -9.60468 0 0 -8.86428 0 0 -155.067 -91.4248 -138.68 -31.3533 -65.412 21.9977 -41
-STDOUT_24767=0 -9.90602 0 0 -8.76647 0 0 -154.277 -92.3313 -138.368 -32.5354 -65.5377 21.9977 -40
-STDOUT_24768=0 -8.95806 0 0 -7.2309 0 0 -157.659 -90.7293 -137.488 -31.7326 -65.5316 19.9979 -42
-STDOUT_24769=0 -8.26925 0 0 -10.1519 0 0 -168.882 -67.5221 -120.396 -23.2831 -62.8568 18.998 -41
-STDOUT_24770=0 -9.20997 0 0 -7.96959 0 0 -157.498 -86.9309 -134.54 -31.7589 -70.0411 20.9978 -43
-STDOUT_24771=0 -9.05537 0 0 -7.33442 0 0 -166.165 -73.0066 -126.045 -24.5633 -70.8521 20.9978 -43
-STDOUT_24772=0 -8.61798 0 0 -10.6011 0 0 -164.856 -71.9694 -125.734 -24.9737 -64.5253 19.9979 -41
-STDOUT_24773=0 -9.17437 0 0 -8.06962 0 0 -166.165 -71.0184 -126.045 -23.7213 -70.8521 19.9979 -43
-STDOUT_24774=0 -9.3691 0 0 -8.02344 0 0 -153.152 -96.3421 -142.398 -35.714 -62.8484 20.9978 -40
-STDOUT_24775=0 -9.2145 0 0 -7.38828 0 0 -161.819 -82.4178 -133.904 -28.5184 -63.6594 20.9978 -40
-STDOUT_24776=0 -9.41731 0 0 -7.46956 0 0 -158.256 -90.4751 -136.406 -29.7022 -63.7113 19.9979 -41
-STDOUT_24777=0 -9.3335 0 0 -8.12347 0 0 -161.819 -80.4296 -133.904 -27.6764 -63.6594 19.9979 -40
-STDOUT_24778=0 -8.56989 0 0 -7.50994 0 0 -170.352 -67.1079 -123.655 -23.3005 -64.6741 18.998 -42
-STDOUT_24779=0 -8.8842 0 0 -11.0735 0 0 -158.265 -85.4791 -133.458 -27.7026 -61.7685 19.9979 -41
-STDOUT_24780=0 -8.54897 0 0 -9.44157 0 0 -216.141 -40.9524 -98.0198 -35.8504 -131.671 22.9976 -67
-STDOUT_24781=0 -8.54118 0 0 -9.64212 0 0 -216.141 -41.8339 -98.0199 -36.1993 -131.671 23.9975 -67
-STDOUT_24782=0 -8.53406 0 0 -10.2356 0 0 -217.462 -38.3056 -98.4409 -34.3707 -138.436 21.9977 -68
-STDOUT_24783=0 -8.52626 0 0 -10.4361 0 0 -217.462 -39.1871 -98.4409 -34.7195 -138.436 22.9976 -68
-STDOUT_24784=0 -9.02058 0 0 -10.2529 0 0 -224.332 -44.2625 -95.4187 -35.0881 -123.369 23.9975 -67
-STDOUT_24785=0 -9.01278 0 0 -10.4535 0 0 -224.332 -45.144 -95.4187 -35.4369 -123.369 24.9974 -67
-STDOUT_24786=0 -8.53387 0 0 -9.27387 0 0 -214.472 -40.3048 -97.4685 -32.891 -123.01 22.9976 -65
-STDOUT_24787=0 -9.00566 0 0 -11.047 0 0 -225.654 -41.6157 -95.8397 -33.6083 -130.134 22.9976 -68
-STDOUT_24788=0 -8.99787 0 0 -11.2475 0 0 -225.654 -42.4972 -95.8397 -33.9572 -130.134 23.9975 -68
-STDOUT_24789=0 -8.52669 0 0 -9.47442 0 0 -214.472 -42.035 -97.4685 -33.2136 -123.01 23.9975 -65
-STDOUT_24790=0 -8.2418 0 0 -9.29476 0 0 -216.141 -40.6939 -98.0198 -36.0845 -131.671 21.9977 -67
-STDOUT_24791=0 -8.23401 0 0 -9.4953 0 0 -216.141 -41.5754 -98.0199 -36.4334 -131.671 22.9976 -67
-STDOUT_24792=0 -8.51896 0 0 -10.0679 0 0 -215.794 -37.658 -97.8896 -31.4113 -129.775 21.9977 -66
-STDOUT_24793=0 -8.2953 0 0 -9.20077 0 0 -216.141 -40.7263 -98.0198 -36.1356 -131.671 21.9977 -67
-STDOUT_24794=0 -8.51178 0 0 -10.2684 0 0 -215.794 -39.3882 -97.8896 -31.7338 -129.775 22.9976 -66
-STDOUT_24795=0 -8.28751 0 0 -9.40132 0 0 -216.141 -41.6078 -98.0199 -36.4844 -131.671 22.9976 -67
-STDOUT_24796=0 -9.00548 0 0 -10.0852 0 0 -222.664 -43.6149 -94.8674 -32.1287 -114.707 23.9975 -65
-STDOUT_24797=0 -8.22689 0 0 -10.0888 0 0 -217.462 -38.0471 -98.4409 -34.6048 -138.436 20.9978 -68
-STDOUT_24798=0 -8.2191 0 0 -10.2893 0 0 -217.462 -38.9286 -98.4409 -34.9537 -138.436 21.9977 -68
-STDOUT_24799=0 -9.29432 0 0 -9.45286 0 0 -216.322 -46.1016 -95.3233 -33.8543 -104.69 24.9974 -63
-STDOUT_24800=0 -9.28653 0 0 -9.6534 0 0 -216.322 -46.9831 -95.3233 -34.2032 -104.69 25.9973 -63
-STDOUT_24801=0 -8.9983 0 0 -10.2858 0 0 -222.664 -45.3451 -94.8674 -32.4513 -114.707 24.9974 -65
-STDOUT_24802=0 -8.71341 0 0 -10.1061 0 0 -224.332 -44.004 -95.4187 -35.3222 -123.369 22.9976 -67
-STDOUT_24803=0 -8.28039 0 0 -9.99479 0 0 -217.462 -38.0795 -98.4409 -34.6558 -138.436 20.9978 -68
-STDOUT_24804=0 -8.70562 0 0 -10.3067 0 0 -224.332 -44.8855 -95.4187 -35.6711 -123.369 23.9975 -67
-STDOUT_24805=0 -8.27259 0 0 -10.1953 0 0 -217.462 -38.9609 -98.4409 -35.0047 -138.436 21.9977 -68
-STDOUT_24806=0 -8.99056 0 0 -10.8793 0 0 -223.985 -40.9681 -95.2884 -30.649 -121.473 22.9976 -66
-STDOUT_24807=0 -9.27941 0 0 -10.2469 0 0 -217.643 -43.4548 -95.7444 -32.3746 -111.455 23.9975 -64
-STDOUT_24808=0 -9.27162 0 0 -10.4474 0 0 -217.643 -44.3363 -95.7444 -32.7234 -111.455 24.9974 -64
-STDOUT_24809=0 -8.2267 0 0 -9.12706 0 0 -214.472 -40.0463 -97.4685 -33.1252 -123.01 21.9977 -65
-STDOUT_24810=0 -8.76691 0 0 -10.0121 0 0 -224.332 -44.0364 -95.4187 -35.3732 -123.369 22.9976 -67
-STDOUT_24811=0 -8.98338 0 0 -11.0798 0 0 -223.985 -42.6983 -95.2884 -30.9715 -121.473 23.9975 -66
-STDOUT_24812=0 -8.75911 0 0 -10.2127 0 0 -224.332 -44.9179 -95.4187 -35.7221 -123.369 23.9975 -67
-STDOUT_24813=0 -8.6985 0 0 -10.9001 0 0 -225.654 -41.3572 -95.8397 -33.8425 -130.134 21.9977 -68
-STDOUT_24814=0 -8.6907 0 0 -11.1007 0 0 -225.654 -42.2387 -95.8397 -34.1914 -130.134 22.9976 -68
-STDOUT_24815=0 -8.21953 0 0 -9.3276 0 0 -214.472 -41.7766 -97.4685 -33.4477 -123.01 22.9976 -65
-STDOUT_24816=0 -8.2802 0 0 -9.03307 0 0 -214.472 -40.0787 -97.4685 -33.1762 -123.01 21.9977 -65
-STDOUT_24817=0 -8.21179 0 0 -9.92108 0 0 -215.794 -37.3995 -97.8896 -31.6454 -129.775 20.9978 -66
-STDOUT_24818=0 -9.27922 0 0 -9.28516 0 0 -214.653 -45.454 -94.772 -30.8949 -96.0285 24.9974 -61
-STDOUT_24819=0 -8.75199 0 0 -10.8062 0 0 -225.654 -41.3896 -95.8397 -33.8935 -130.134 21.9977 -68
-STDOUT_24820=0 -8.7442 0 0 -11.0067 0 0 -225.654 -42.271 -95.8397 -34.2424 -130.134 22.9976 -68
-STDOUT_24821=0 -8.27302 0 0 -9.23361 0 0 -214.472 -41.8089 -97.4685 -33.4987 -123.01 22.9976 -65
-STDOUT_24822=0 -8.85205 0 0 -9.90257 0 0 -213.776 -49.0802 -95.6333 -36.9902 -126.908 23.9975 -66
-STDOUT_24823=0 -7.98814 0 0 -9.05396 0 0 -216.141 -40.4678 -98.0198 -36.3697 -131.671 20.9978 -67
-STDOUT_24824=0 -8.20461 0 0 -10.1216 0 0 -215.794 -39.1297 -97.8896 -31.968 -129.775 21.9977 -66
-STDOUT_24825=0 -8.84426 0 0 -10.1031 0 0 -213.776 -49.9617 -95.6333 -37.3391 -126.908 24.9974 -66
-STDOUT_24826=0 -7.98034 0 0 -9.2545 0 0 -216.141 -41.3493 -98.0199 -36.7186 -131.671 21.9977 -67
-STDOUT_24827=0 -8.69831 0 0 -9.93841 0 0 -222.664 -43.3564 -94.8674 -32.3629 -114.707 22.9976 -65
-STDOUT_24828=0 -9.27205 0 0 -9.4857 0 0 -214.653 -47.1842 -94.772 -31.2175 -96.0285 25.9973 -61
-STDOUT_24829=0 -8.26529 0 0 -9.82709 0 0 -215.794 -37.4318 -97.8896 -31.6965 -129.775 20.9978 -66
-STDOUT_24830=0 -8.71423 0 0 -9.54349 0 0 -216.141 -41.3056 -98.0198 -36.0321 -131.671 22.9976 -67
-STDOUT_24831=0 -8.98716 0 0 -9.30604 0 0 -216.322 -45.8431 -95.3233 -34.0884 -104.69 23.9975 -63
-STDOUT_24832=0 -8.70643 0 0 -9.74403 0 0 -216.141 -42.1871 -98.0199 -36.3809 -131.671 23.9975 -67
-STDOUT_24833=0 -8.97936 0 0 -9.50659 0 0 -216.322 -46.7246 -95.3233 -34.4373 -104.69 24.9974 -63
-STDOUT_24834=0 -9.26431 0 0 -10.0792 0 0 -215.975 -42.8072 -95.1931 -29.4152 -102.794 23.9975 -62
-STDOUT_24835=0 -8.69113 0 0 -10.139 0 0 -222.664 -45.0867 -94.8674 -32.6854 -114.707 23.9975 -65
-STDOUT_24836=0 -8.25811 0 0 -10.0276 0 0 -215.794 -39.1621 -97.8896 -32.019 -129.775 21.9977 -66
-STDOUT_24837=0 -8.75181 0 0 -9.84443 0 0 -222.664 -43.3888 -94.8674 -32.4139 -114.707 22.9976 -65
-STDOUT_24838=0 -8.83714 0 0 -10.6966 0 0 -215.097 -46.4334 -96.0543 -35.5105 -133.674 22.9976 -67
-STDOUT_24839=0 -7.97322 0 0 -9.84798 0 0 -217.462 -37.821 -98.4409 -34.89 -138.436 19.9979 -68
-STDOUT_24840=0 -8.82934 0 0 -10.8971 0 0 -215.098 -47.3148 -96.0543 -35.8594 -133.674 23.9975 -67
-STDOUT_24841=0 -7.96543 0 0 -10.0485 0 0 -217.462 -38.7024 -98.4409 -35.2388 -138.436 20.9978 -68
-STDOUT_24842=0 -8.6834 0 0 -10.7324 0 0 -223.985 -40.7096 -95.2884 -30.8831 -121.473 21.9977 -66
-STDOUT_24843=0 -9.04065 0 0 -9.21206 0 0 -216.322 -45.8755 -95.3233 -34.1395 -104.69 23.9975 -63
-STDOUT_24844=0 -9.25713 0 0 -10.2797 0 0 -215.975 -44.5374 -95.1931 -29.7377 -102.794 24.9974 -62
-STDOUT_24845=0 -9.03286 0 0 -9.4126 0 0 -216.322 -46.757 -95.3233 -34.4883 -104.69 24.9974 -63
-STDOUT_24846=0 -8.69931 0 0 -10.3375 0 0 -217.462 -38.6588 -98.4409 -34.5523 -138.436 21.9977 -68
-STDOUT_24847=0 -8.97224 0 0 -10.1001 0 0 -217.643 -43.1963 -95.7444 -32.6087 -111.455 22.9976 -64
-STDOUT_24848=0 -8.69152 0 0 -10.5381 0 0 -217.462 -39.5403 -98.4409 -34.9012 -138.436 22.9976 -68
-STDOUT_24849=0 -8.96445 0 0 -10.3006 0 0 -217.643 -44.0778 -95.7444 -32.9576 -111.455 23.9975 -64
-STDOUT_24850=0 -8.74463 0 0 -10.045 0 0 -222.664 -45.119 -94.8674 -32.7364 -114.707 23.9975 -65
-STDOUT_24851=0 -9.64758 0 0 -9.44157 0 0 -210.931 -40.9524 -98.0199 -35.8504 -121.097 22.9976 -65
-STDOUT_24852=0 -9.63979 0 0 -9.64212 0 0 -210.931 -41.8339 -98.0199 -36.1993 -121.097 23.9975 -65
-STDOUT_24853=0 -8.45974 0 0 -9.86531 0 0 -224.332 -43.7779 -95.4187 -35.6074 -123.369 21.9977 -67
-STDOUT_24854=0 -8.67622 0 0 -10.933 0 0 -223.985 -42.4398 -95.2884 -31.2057 -121.473 22.9976 -66
-STDOUT_24855=0 -8.45195 0 0 -10.0659 0 0 -224.332 -44.6594 -95.4187 -35.9563 -123.369 22.9976 -67
-STDOUT_24856=0 -9.68141 0 0 -9.91646 0 0 -238.817 -41.8314 -94.2163 -38.9082 -132.411 23.9975 -71
-STDOUT_24857=0 -8.73689 0 0 -10.6385 0 0 -223.985 -40.7419 -95.2884 -30.9341 -121.473 21.9977 -66
-STDOUT_24858=0 -9.67361 0 0 -10.117 0 0 -238.817 -42.7129 -94.2163 -39.2571 -132.411 24.9974 -71
-STDOUT_24859=0 -9.18583 0 0 -10.3548 0 0 -224.332 -44.6157 -95.4187 -35.2697 -123.369 23.9975 -67
-STDOUT_24860=0 -9.17804 0 0 -10.5554 0 0 -224.332 -45.4972 -95.4187 -35.6186 -123.369 24.9974 -67
-STDOUT_24861=0 -9.02574 0 0 -10.0061 0 0 -217.643 -43.2287 -95.7444 -32.6597 -111.455 22.9976 -64
-STDOUT_24862=0 -8.83695 0 0 -9.73487 0 0 -212.107 -48.4326 -95.082 -34.0309 -118.247 23.9975 -64
-STDOUT_24863=0 -9.01795 0 0 -10.2066 0 0 -217.643 -44.1101 -95.7444 -33.0086 -111.455 23.9975 -64
-STDOUT_24864=0 -7.97304 0 0 -8.88625 0 0 -214.472 -39.8202 -97.4685 -33.4103 -123.01 20.9978 -65
-STDOUT_24865=0 -8.76074 0 0 -9.01964 0 0 -215.335 -38.8383 -98.4409 -31.5199 -130.811 21.9977 -66
-STDOUT_24866=0 -8.75295 0 0 -9.22018 0 0 -215.335 -39.7198 -98.4409 -31.8688 -130.811 22.9976 -66
-STDOUT_24867=0 -8.97206 0 0 -9.13834 0 0 -214.653 -45.1955 -94.772 -31.1291 -96.0285 23.9975 -61
-STDOUT_24868=0 -8.72972 0 0 -10.839 0 0 -223.985 -42.4722 -95.2884 -31.2567 -121.473 22.9976 -66
-STDOUT_24869=0 -8.99699 0 0 -9.6903 0 0 -216.141 -41.8935 -98.0198 -36.1962 -131.671 23.9975 -67
-STDOUT_24870=0 -9.63267 0 0 -10.2356 0 0 -212.252 -38.3056 -98.4409 -34.3707 -127.862 21.9977 -66
-STDOUT_24871=0 -8.98919 0 0 -9.89085 0 0 -216.141 -42.7749 -98.0198 -36.5451 -131.671 24.9974 -67
-STDOUT_24872=0 -9.62488 0 0 -10.4361 0 0 -212.252 -39.1871 -98.4409 -34.7195 -127.862 22.9976 -66
-STDOUT_24873=0 -8.6041 0 0 -9.35658 0 0 -217.848 -36.8738 -98.1169 -33.7731 -132.921 21.9977 -67
-STDOUT_24874=0 -8.44483 0 0 -10.6593 0 0 -225.654 -41.1311 -95.8397 -34.1277 -130.134 20.9978 -68
-STDOUT_24875=0 -8.82977 0 0 -9.93542 0 0 -212.107 -50.1628 -95.082 -34.3534 -118.247 24.9974 -64
-STDOUT_24876=0 -8.43703 0 0 -10.8599 0 0 -225.654 -42.0125 -95.8397 -34.4765 -130.134 21.9977 -68
-STDOUT_24877=0 -7.96586 0 0 -9.0868 0 0 -214.472 -41.5504 -97.4685 -33.7329 -123.01 21.9977 -65
-STDOUT_24878=0 -9.66649 0 0 -10.7105 0 0 -240.138 -39.1846 -94.6374 -37.4285 -139.176 22.9976 -72
-STDOUT_24879=0 -9.6587 0 0 -10.911 0 0 -240.138 -40.0661 -94.6374 -37.7774 -139.176 23.9975 -72
-STDOUT_24880=-298 0 0 -55.5909 0 0 -66.2301 -325.855 -107.26 -97.8622 -66.4921 -69.2019 50.9947 -52
-STDOUT_24881=-298 0 0 -56.0657 0 0 -68.0898 -331.101 -106.204 -94.6899 -65.3523 -65.5194 50.9947 -52
-STDOUT_24882=-298 0 0 -56.8883 0 0 -68.9018 -329.926 -105.901 -96.7512 -62.8104 -65.7964 50.9947 -52
-STDOUT_24883=-298 0 0 -55.4238 0 0 -66.0877 -327.508 -107.487 -97.8471 -65.7905 -68.3394 50.9947 -52
-STDOUT_24884=-298 0 0 -56.3786 0 0 -66.1329 -335.812 -100.922 -94.4924 -60.7315 -64.2756 50.9947 -51
-STDOUT_24885=-298 0 0 -55.8987 0 0 -67.9474 -332.755 -106.432 -94.6748 -64.6506 -64.6569 50.9947 -52
-STDOUT_24886=-298 0 0 -55.3239 0 0 -65.7922 -321.189 -109.621 -100.321 -68.6275 -71.2617 50.9947 -52
-STDOUT_24887=-298 0 0 -56.7213 0 0 -68.7594 -331.58 -106.129 -96.7361 -62.1087 -64.9339 50.9947 -52
-STDOUT_24888=-298 0 0 -56.8534 0 0 -67.9926 -341.059 -99.8668 -91.3201 -59.5917 -60.5932 50.9947 -51
-STDOUT_24889=-298 0 0 -55.7987 0 0 -67.6519 -326.436 -108.565 -97.1492 -67.4877 -67.5792 50.9947 -52
-STDOUT_24890=-298 0 0 -55.7252 0 0 -65.6335 -328.081 -105.537 -96.0059 -66.8921 -69.5585 50.9947 -52
-STDOUT_24891=-298 0 0 -57.676 0 0 -68.8046 -339.884 -99.5638 -93.3814 -57.0498 -60.8702 50.9947 -51
-STDOUT_24892=-298 0 0 -55.8173 0 0 -65.7571 -328.926 -105.768 -96.3071 -65.9857 -68.6999 50.9947 -52
-STDOUT_24893=-298 0 0 -56.6213 0 0 -68.4639 -325.261 -108.262 -99.2105 -64.9458 -67.8563 50.9947 -52
-STDOUT_24894=-298 0 0 -56.2 0 0 -67.4932 -333.327 -104.481 -92.8335 -65.7522 -65.876 50.9947 -52
-STDOUT_24895=-298 0 0 -55.9876 0 0 -66.4049 -329.713 -104.216 -97.8622 -62.9279 -66.4009 50.9947 -51
-STDOUT_24896=-298 0 0 -56.2116 0 0 -65.9905 -337.466 -101.15 -94.4773 -60.0299 -63.4131 50.9947 -51
-STDOUT_24897=-298 0 0 -55.1569 0 0 -65.6498 -322.843 -109.849 -100.306 -67.9259 -70.3992 50.9947 -52
-STDOUT_24898=-298 0 0 -56.2921 0 0 -67.6168 -334.173 -104.712 -93.1347 -64.8458 -65.0174 50.9947 -52
-STDOUT_24899=-298 0 0 -57.3271 0 0 -66.9629 -339.716 -99.6005 -88.4633 -64.0685 -64.2761 50.9947 -52
-STDOUT_24900=-298 0 0 -57.0226 0 0 -68.3052 -332.152 -104.178 -94.8948 -63.2104 -66.1531 50.9947 -52
-STDOUT_24901=-298 0 0 -57.1147 0 0 -68.4288 -332.998 -104.409 -95.196 -62.304 -65.2944 50.9947 -52
-STDOUT_24902=-298 0 0 -58.1497 0 0 -67.7749 -338.541 -99.2976 -90.5246 -61.5266 -64.5532 50.9947 -52
-STDOUT_24903=-298 0 0 -55.4401 0 0 -67.0217 -341.595 -99.115 -86.136 -65.4548 -65.6624 50.9947 -52
-STDOUT_24904=-298 0 0 -56.4625 0 0 -68.2645 -334.96 -103.161 -94.6899 -61.788 -62.7185 50.9947 -51
-STDOUT_24905=-298 0 0 -56.6864 0 0 -67.8502 -342.712 -100.095 -91.305 -58.89 -59.7307 50.9947 -51
-STDOUT_24906=-298 0 0 -56.1117 0 0 -65.695 -331.147 -103.283 -96.9516 -62.867 -66.3355 50.9947 -51
-STDOUT_24907=-298 0 0 -55.6317 0 0 -67.5095 -328.09 -108.793 -97.1341 -66.786 -66.7167 50.9947 -52
-STDOUT_24908=-298 0 0 -55.5582 0 0 -65.4911 -329.734 -105.765 -95.9908 -66.1904 -68.696 50.9947 -52
-STDOUT_24909=-298 0 0 -56.2627 0 0 -67.8337 -340.421 -98.812 -88.1973 -62.9129 -65.9395 50.9947 -52
-STDOUT_24910=-298 0 0 -57.2851 0 0 -69.0765 -333.785 -102.858 -96.7512 -59.2461 -62.9955 50.9947 -51
-STDOUT_24911=-298 0 0 -57.509 0 0 -68.6622 -341.538 -99.7918 -93.3663 -56.3481 -60.0077 50.9947 -51
-STDOUT_24912=-298 0 0 -56.4671 0 0 -65.7151 -326.788 -107.423 -97.9178 -65.9761 -68.7857 50.9947 -52
-STDOUT_24913=-298 0 0 -55.6503 0 0 -65.6147 -330.58 -105.996 -96.2919 -65.284 -67.8374 50.9947 -52
-STDOUT_24914=-298 0 0 -56.4543 0 0 -68.3215 -326.915 -108.49 -99.1954 -64.2441 -66.9938 50.9947 -52
-STDOUT_24915=-298 0 0 -55.7118 0 0 -66.0951 -328.653 -104.994 -95.4172 -67.0412 -69.7606 50.9947 -52
-STDOUT_24916=-298 0 0 -56.5865 0 0 -67.5547 -336.394 -102.228 -93.7793 -61.7271 -62.653 50.9947 -51
-STDOUT_24917=-298 0 0 -56.027 0 0 -65.9898 -327.778 -106.842 -97.4518 -65.9815 -68.7937 50.9947 -52
-STDOUT_24918=-298 0 0 -56.513 0 0 -65.5363 -338.038 -99.1994 -92.636 -61.1315 -64.6323 50.9947 -51
-STDOUT_24919=-298 0 0 -56.033 0 0 -67.3507 -334.981 -104.709 -92.8184 -65.0506 -65.0135 50.9947 -52
-STDOUT_24920=-298 0 0 -55.8206 0 0 -66.2624 -331.367 -104.444 -97.8471 -62.2262 -65.5384 50.9947 -51
-STDOUT_24921=-298 0 0 -55.4583 0 0 -65.1956 -323.415 -107.898 -98.4651 -69.0275 -71.6184 50.9947 -52
-STDOUT_24922=-298 0 0 -56.605 0 0 -65.6599 -338.884 -99.4302 -92.9372 -60.2251 -63.7736 50.9947 -51
-STDOUT_24923=-298 0 0 -56.942 0 0 -67.5748 -332.034 -106.367 -94.7454 -64.8363 -65.1032 50.9947 -52
-STDOUT_24924=-298 0 0 -57.3795 0 0 -67.2882 -330.42 -103.906 -97.0279 -62.3945 -67.6007 50.9947 -52
-STDOUT_24925=-298 0 0 -56.1251 0 0 -67.4744 -335.827 -104.94 -93.1196 -64.1442 -64.1549 50.9947 -52
-STDOUT_24926=-298 0 0 -57.4091 0 0 -68.3667 -335.219 -101.925 -95.8406 -59.1852 -62.9301 50.9947 -51
-STDOUT_24927=-298 0 0 -55.5503 0 0 -65.3192 -324.261 -108.129 -98.7663 -68.1211 -70.7597 50.9947 -52
-STDOUT_24928=-298 0 0 -57.1601 0 0 -66.8204 -341.369 -99.8285 -88.4482 -63.3668 -63.4136 50.9947 -52
-STDOUT_24929=-298 0 0 -56.1866 0 0 -67.9548 -333.9 -103.939 -92.2449 -65.9014 -66.0781 50.9947 -52
-STDOUT_24930=-298 0 0 -56.8556 0 0 -68.1627 -333.806 -104.406 -94.8797 -62.5087 -65.2906 50.9947 -52
-STDOUT_24931=-298 0 0 -57.7646 0 0 -68.3868 -330.859 -106.064 -96.8067 -62.2944 -65.3803 50.9947 -52
-STDOUT_24932=-298 0 0 -56.9477 0 0 -68.2864 -334.652 -104.637 -95.1809 -61.6023 -64.432 50.9947 -52
-STDOUT_24933=-298 0 0 -57.9827 0 0 -67.6324 -340.194 -99.5255 -90.5095 -60.825 -63.6907 50.9947 -52
-STDOUT_24934=-298 0 0 -57.0092 0 0 -68.7668 -332.725 -103.636 -94.3062 -63.3595 -66.3552 50.9947 -52
-STDOUT_24935=-298 0 0 -56.2327 0 0 -68.2569 -331.945 -106.756 -95.1686 -65.1291 -65.1139 50.9947 -52
-STDOUT_24936=-298 0 0 -55.273 0 0 -66.8793 -343.249 -99.343 -86.1209 -64.7531 -64.7999 50.9947 -52
-STDOUT_24937=-298 0 0 -56.6662 0 0 -66.1367 -333.59 -103.05 -93.5629 -64.3977 -67.2997 50.9947 -52
-STDOUT_24938=-298 0 0 -56.5018 0 0 -67.8495 -333.024 -105.787 -94.2794 -64.8416 -65.1112 50.9947 -52
-STDOUT_24939=-298 0 0 -56.9878 0 0 -67.396 -343.285 -98.144 -89.4637 -59.9917 -60.9498 50.9947 -51
-STDOUT_24940=-298 0 0 -56.2954 0 0 -68.1221 -336.613 -103.389 -94.6748 -61.0864 -61.856 50.9947 -51
-STDOUT_24941=-298 0 0 -55.9331 0 0 -67.0553 -328.662 -106.843 -95.2928 -67.8877 -67.9359 50.9947 -52
-STDOUT_24942=-298 0 0 -55.7207 0 0 -65.967 -325.048 -106.577 -100.321 -65.0633 -68.4608 50.9947 -51
-STDOUT_24943=-298 0 0 -55.9446 0 0 -65.5526 -332.801 -103.511 -96.9365 -62.1653 -65.473 50.9947 -51
-STDOUT_24944=-298 0 0 -57.0799 0 0 -67.5196 -344.131 -98.3748 -89.7649 -59.0853 -60.0912 50.9947 -51
-STDOUT_24945=-298 0 0 -57.8543 0 0 -69.1479 -335.667 -102.851 -93.8556 -61.2546 -63.9183 50.9947 -52
-STDOUT_24946=-298 0 0 -56.0251 0 0 -67.1789 -329.508 -107.073 -95.594 -66.9813 -67.0772 50.9947 -52
-STDOUT_24947=-298 0 0 -57.0553 0 0 -69.0689 -330.77 -106.453 -97.2299 -62.5872 -65.391 50.9947 -52
-STDOUT_24948=-298 0 0 -56.0956 0 0 -67.6913 -342.074 -99.04 -88.1822 -62.2113 -65.077 50.9947 -52
-STDOUT_24949=-298 0 0 -58.1149 0 0 -66.8657 -349.673 -93.2632 -85.0934 -58.3079 -59.3499 50.9947 -51
-STDOUT_24950=-298 0 0 -57.3244 0 0 -68.6615 -331.85 -105.484 -96.3408 -62.2998 -65.3883 50.9947 -52
-STDOUT_24951=-298 0 0 -57.8104 0 0 -68.2079 -342.11 -97.8411 -91.525 -57.4498 -61.2269 50.9947 -51
-STDOUT_24952=-298 0 0 -57.0602 0 0 -66.525 -335.05 -101.962 -90.9225 -66.2039 -66.3359 50.9947 -52
-STDOUT_24953=-298 0 0 -57.118 0 0 -68.9341 -335.438 -103.086 -96.7361 -58.5445 -62.133 50.9947 -51
-STDOUT_24954=-298 0 0 -56.3001 0 0 -65.5727 -328.441 -107.651 -97.9027 -65.2745 -67.9232 50.9947 -52
-STDOUT_24955=-298 0 0 -57.0158 0 0 -69.3849 -335.697 -103.482 -94.607 -60.8964 -64.1999 50.9947 -52
-STDOUT_24956=-298 0 0 -56.7557 0 0 -67.8673 -327.487 -106.54 -97.3541 -65.3458 -68.213 50.9947 -52
-STDOUT_24957=-298 0 0 -54.894 0 0 -66.4382 -325.791 -106.818 -95.4172 -71.6932 -72.7547 50.9947 -53
-STDOUT_24958=-298 0 0 -57.9025 0 0 -68.3316 -342.956 -98.0718 -91.8262 -56.5434 -60.3682 50.9947 -51
-STDOUT_24959=-298 0 0 -55.5448 0 0 -65.9527 -330.307 -105.222 -95.4021 -66.3396 -68.8981 50.9947 -52
-STDOUT_24960=-298 0 0 -58.6769 0 0 -69.9599 -334.492 -102.548 -95.9169 -58.7127 -64.1953 50.9947 -52
-STDOUT_24961=-298 0 0 -56.8477 0 0 -67.9909 -328.333 -106.77 -97.6553 -64.4394 -67.3543 50.9947 -52
-STDOUT_24962=-298 0 0 -58.9375 0 0 -67.6777 -348.499 -92.9602 -87.1547 -55.766 -59.6269 50.9947 -51
-STDOUT_24963=-298 0 0 -57.8828 0 0 -67.337 -333.876 -101.659 -92.9838 -63.662 -66.613 50.9947 -52
-STDOUT_24964=-298 0 0 -56.2278 0 0 -66.9245 -351.553 -92.7777 -82.7662 -59.6942 -60.7362 50.9947 -51
-STDOUT_24965=-298 0 0 -57.1411 0 0 -67.9964 -338.837 -101.994 -90.3905 -63.2578 -63.6173 50.9947 -52
-STDOUT_24966=-298 0 0 -55.1731 0 0 -66.5838 -336.93 -101.476 -88.5953 -67.5902 -67.7222 50.9947 -52
-STDOUT_24967=-298 0 0 -56.1955 0 0 -67.8267 -330.294 -105.522 -97.1492 -63.9234 -64.7783 50.9947 -51
-STDOUT_24968=-298 0 0 -56.4195 0 0 -67.4123 -338.047 -102.456 -93.7642 -61.0255 -61.7905 50.9947 -51
-STDOUT_24969=-298 0 0 -55.86 0 0 -65.8474 -329.432 -107.07 -97.4367 -65.2798 -67.9312 50.9947 -52
-STDOUT_24970=-298 0 0 -56.122 0 0 -65.8082 -331.939 -102.493 -96.0059 -63.3279 -66.7576 50.9947 -51
-STDOUT_24971=-298 0 0 -56.346 0 0 -65.3938 -339.692 -99.4274 -92.6209 -60.4299 -63.7698 50.9947 -51
-STDOUT_24972=-298 0 0 -57.0504 0 0 -67.7365 -350.378 -92.4747 -84.8275 -57.1523 -61.0132 50.9947 -51
-STDOUT_24973=-298 0 0 -55.2913 0 0 -65.0532 -325.069 -108.126 -98.45 -68.3259 -70.7559 50.9947 -52
-STDOUT_24974=-298 0 0 -57.9637 0 0 -68.8084 -337.662 -101.691 -92.4518 -60.7159 -63.8943 50.9947 -52
-STDOUT_24975=-298 0 0 -55.9957 0 0 -67.3958 -335.755 -101.173 -90.6566 -65.0483 -67.9993 50.9947 -52
-STDOUT_24976=-298 0 0 -55.2917 0 0 -65.0973 -319.163 -109.837 -100.225 -71.0754 -73.5475 50.9947 -52
-STDOUT_24977=-298 0 0 -56.2141 0 0 -65.9318 -332.785 -102.724 -96.3071 -62.4214 -65.8989 50.9947 -51
-STDOUT_24978=-298 0 0 -57.2549 0 0 -65.6179 -336.745 -101.085 -94.5479 -60.2155 -63.8595 50.9947 -51
-STDOUT_24979=-298 0 0 -56.438 0 0 -65.5175 -340.538 -99.6582 -92.9221 -59.5235 -62.9112 50.9947 -51
-STDOUT_24980=-22 -5.58575 0 -12.9818 -4.50127 0 -11.1609 -182.461 -52.8341 -103.482 -20.6683 -72.16 21.9977 -49
-STDOUT_24981=-22 -5.58575 0 -13.8994 -4.50127 0 -11.1079 -183.377 -52.7595 -103.33 -21.364 -73.1465 21.9977 -49
-STDOUT_24982=-18 -6.21209 0 -13.397 -4.89503 0 -10.3878 -186.704 -53.9643 -100.469 -20.5284 -71.7755 22.9976 -47
-STDOUT_24983=-18 -6.21209 0 -14.3146 -4.89503 0 -10.3348 -187.62 -53.8897 -100.317 -21.2242 -72.762 22.9976 -47
-STDOUT_24984=-22 -5.45584 0 -14.1338 -4.68279 0 -11.1609 -187.233 -51.7921 -101.638 -21.8838 -70.3164 21.9977 -49
-STDOUT_24985=-22 -5.45584 0 -15.0514 -4.68279 0 -11.1079 -188.148 -51.7174 -101.486 -22.5796 -71.3029 21.9977 -49
-STDOUT_24986=-22 -5.846 0 -14.1338 -4.636 0 -11.1609 -187.233 -52.6394 -101.638 -21.389 -70.3164 21.9977 -49
-STDOUT_24987=-22 -5.846 0 -15.0514 -4.636 0 -11.1079 -188.149 -52.5648 -101.486 -22.0848 -71.3029 21.9977 -49
-STDOUT_24988=-22 -5.45584 0 -14.1338 -4.68279 0 -11.1609 -187.843 -51.2812 -101.808 -21.8838 -69.8948 21.9977 -49
-STDOUT_24989=-18 -6.21209 0 -14.1808 -4.89503 0 -10.6122 -186.51 -55.4426 -102.011 -20.9031 -72.087 22.9976 -47
-STDOUT_24990=-22 -5.45584 0 -15.0514 -4.68279 0 -11.1079 -188.759 -51.2066 -101.656 -22.5796 -70.8813 21.9977 -49
-STDOUT_24991=-22 -5.846 0 -14.1338 -4.636 0 -11.1609 -187.843 -52.1286 -101.808 -21.389 -69.8948 21.9977 -49
-STDOUT_24992=-18 -6.21209 0 -15.0984 -4.89503 0 -10.5592 -187.426 -55.368 -101.859 -21.5989 -73.0735 22.9976 -47
-STDOUT_24993=-22 -5.846 0 -15.0514 -4.636 0 -11.1079 -188.759 -52.054 -101.656 -22.0848 -70.8813 21.9977 -49
-STDOUT_24994=-22 -5.58575 0 -13.4306 -4.50127 0 -11.1609 -184.049 -51.2079 -102.761 -21.0599 -78.4512 21.9977 -51
-STDOUT_24995=-22 -5.82214 0 -12.4844 -4.82279 0 -9.82405 -185.747 -47.7713 -97.4218 -20.6029 -77.1605 22.9976 -50
-STDOUT_24996=-22 -5.58575 0 -14.3482 -4.50127 0 -11.1079 -184.965 -51.1333 -102.609 -21.7557 -79.4377 21.9977 -51
-STDOUT_24997=-22 -5.58575 0 -11.2472 -4.50127 0 -9.82405 -185.747 -46.7282 -97.4218 -19.1642 -77.1605 21.9977 -50
-STDOUT_24998=-22 -5.82214 0 -13.402 -4.82279 0 -9.77104 -186.663 -47.6967 -97.2699 -21.2986 -78.1471 22.9976 -50
-STDOUT_24999=-22 -5.58575 0 -12.1648 -4.50127 0 -9.77104 -186.663 -46.6536 -97.2699 -19.8599 -78.1471 21.9977 -50
-STDOUT_25000=-24 -5.10279 0 -13.4665 -4.9828 0 -11.1913 -184.578 -40.0582 -100.453 -20.0191 -75.6767 20.9978 -49
-STDOUT_25001=-22 -5.47891 0 -12.9818 -4.41523 0 -11.1609 -186.975 -49.5076 -103.743 -20.7999 -74.4176 21.9977 -51
-STDOUT_25002=-22 -6.18145 0 -12.9818 -4.02605 0 -11.1609 -182.461 -55.0252 -103.482 -22.1247 -72.16 22.9976 -49
-STDOUT_25003=-22 -5.83942 0 -12.9818 -4.74207 0 -11.1609 -182.461 -53.0602 -103.482 -20.3831 -72.16 22.9976 -49
-STDOUT_25004=-22 -5.47891 0 -13.8994 -4.41523 0 -11.1079 -187.891 -49.433 -103.591 -21.4957 -75.4042 21.9977 -51
-STDOUT_25005=-22 -6.18145 0 -13.8994 -4.02605 0 -11.1079 -183.377 -54.9506 -103.33 -22.8204 -73.1465 22.9976 -49
-STDOUT_25006=-22 -5.83942 0 -13.8994 -4.74207 0 -11.1079 -183.377 -52.9856 -103.33 -21.0788 -73.1465 22.9976 -49
-STDOUT_25007=-22 -7.22938 0 -13.8994 -4.50127 0 -9.9183 -178.257 -56.7711 -105.443 -22.9735 -72.7827 21.9977 -48
-STDOUT_25008=-22 -5.44844 0 -14.1338 -4.83366 0 -11.1609 -187.233 -52.802 -101.638 -21.8204 -70.3164 21.9977 -49
-STDOUT_25009=-22 -5.62988 0 -12.9281 -4.48176 0 -11.1609 -182.461 -54.556 -103.482 -21.2632 -72.16 21.9977 -49
-STDOUT_25010=-20 -5.72913 0 -13.8816 -5.37657 0 -10.4182 -188.821 -41.1884 -97.4402 -19.8793 -75.2922 21.9977 -47
-STDOUT_25011=-22 -5.69223 0 -13.6364 -5.00431 0 -9.82405 -190.518 -46.7293 -95.5785 -21.8185 -75.3169 22.9976 -50
-STDOUT_25012=-18 -6.10525 0 -13.397 -4.80899 0 -10.3878 -191.217 -50.6378 -100.73 -20.6601 -74.0331 22.9976 -49
-STDOUT_25013=-18 -6.80779 0 -13.397 -4.41981 0 -10.3878 -186.704 -56.1554 -100.469 -21.9848 -71.7755 23.9975 -47
-STDOUT_25014=-22 -5.44844 0 -15.0514 -4.83366 0 -11.1079 -188.148 -52.7274 -101.486 -22.5162 -71.3029 21.9977 -49
-STDOUT_25015=-22 -5.62988 0 -13.8457 -4.48176 0 -11.1079 -183.377 -54.4814 -103.33 -21.959 -73.1466 21.9977 -49
-STDOUT_25016=-18 -6.46576 0 -13.397 -5.13584 0 -10.3878 -186.704 -54.1904 -100.469 -20.2433 -71.7755 23.9975 -47
-STDOUT_25017=-22 -5.45584 0 -12.3992 -4.68279 0 -9.82405 -190.518 -45.6862 -95.5785 -20.3798 -75.3169 21.9977 -50
-STDOUT_25018=-22 -5.69223 0 -14.554 -5.00431 0 -9.77104 -191.434 -46.6546 -95.4265 -22.5142 -76.3034 22.9976 -50
-STDOUT_25019=-18 -6.10525 0 -14.3146 -4.80899 0 -10.3348 -192.133 -50.5632 -100.578 -21.3559 -75.0197 22.9976 -49
-STDOUT_25020=-22 -6.08239 0 -13.6364 -4.95752 0 -9.82405 -190.518 -47.5766 -95.5785 -21.3236 -75.3169 22.9976 -50
-STDOUT_25021=-18 -6.80779 0 -14.3146 -4.41981 0 -10.3348 -187.62 -56.0808 -100.317 -22.6806 -72.762 23.9975 -47
-STDOUT_25022=-18 -6.46576 0 -14.3146 -5.13584 0 -10.3348 -187.62 -54.1158 -100.317 -20.939 -72.762 23.9975 -47
-STDOUT_25023=-22 -5.55509 0 -12.9818 -5.34593 0 -11.1609 -182.461 -50.0524 -103.482 -20.4632 -72.16 21.9977 -49
-STDOUT_25024=-22 -5.45584 0 -13.3168 -4.68279 0 -9.77104 -191.434 -45.6115 -95.4265 -21.0755 -76.3035 21.9977 -50
-STDOUT_25025=-22 -5.846 0 -12.3992 -4.636 0 -9.82405 -190.518 -46.5335 -95.5785 -19.8849 -75.3169 21.9977 -50
-STDOUT_25026=-22 -6.08239 0 -14.554 -4.95752 0 -9.77104 -191.434 -47.502 -95.4265 -22.0194 -76.3034 22.9976 -50
-STDOUT_25027=-24 -4.97288 0 -14.6184 -5.16432 0 -11.1913 -189.35 -39.0162 -98.61 -21.2347 -73.8331 20.9978 -49
-STDOUT_25028=-18 -7.85572 0 -14.3146 -4.89503 0 -9.14522 -182.499 -57.9013 -102.43 -22.8336 -72.3981 22.9976 -46
-STDOUT_25029=-22 -5.349 0 -14.1338 -4.59675 0 -11.1609 -191.746 -48.4656 -101.9 -22.0155 -72.574 21.9977 -51
-STDOUT_25030=-22 -6.03774 0 -12.9818 -4.61679 0 -11.1609 -182.461 -52.8276 -103.482 -21.7904 -72.16 21.9977 -49
-STDOUT_25031=-18 -6.25622 0 -13.3433 -4.87552 0 -10.3878 -186.704 -55.6862 -100.469 -21.1234 -71.7755 22.9976 -47
-STDOUT_25032=-22 -5.44844 0 -14.1338 -4.83366 0 -11.1609 -187.843 -52.2912 -101.808 -21.8204 -69.8948 21.9977 -49
-STDOUT_25033=-22 -5.55509 0 -13.8994 -5.34593 0 -11.1079 -183.377 -49.9777 -103.33 -21.159 -73.1465 21.9977 -49
-STDOUT_25034=-22 -5.6335 0 -12.9818 -4.50127 0 -11.1609 -182.461 -54.2947 -103.482 -21.8411 -72.16 21.9977 -49
-STDOUT_25035=-22 -5.846 0 -13.3168 -4.636 0 -9.77104 -191.434 -46.4589 -95.4265 -20.5807 -76.3034 21.9977 -50
-STDOUT_25036=-22 -5.70951 0 -14.1338 -4.92359 0 -11.1609 -187.233 -52.0182 -101.638 -21.5987 -70.3164 22.9976 -49
-STDOUT_25037=-24 -5.36304 0 -14.6184 -5.11754 0 -11.1913 -189.35 -39.8635 -98.61 -20.7399 -73.8331 20.9978 -49
-STDOUT_25038=-22 -5.69223 0 -13.6364 -5.00431 0 -9.82405 -191.129 -46.2184 -95.7484 -21.8185 -74.8953 22.9976 -50
-STDOUT_25039=-22 -5.349 0 -15.0514 -4.59675 0 -11.1079 -192.662 -48.391 -101.748 -22.7113 -73.5606 21.9977 -51
-STDOUT_25040=-22 -6.03774 0 -13.8994 -4.61679 0 -11.1079 -183.377 -52.753 -103.33 -22.4862 -73.1465 21.9977 -49
-STDOUT_25041=-22 -5.73916 0 -14.1338 -4.54996 0 -11.1609 -191.746 -49.313 -101.9 -21.5207 -72.574 21.9977 -51
-STDOUT_25042=-18 -6.25622 0 -14.2609 -4.87552 0 -10.3348 -187.62 -55.6116 -100.317 -21.8191 -72.762 22.9976 -47
-STDOUT_25043=-22 -5.44844 0 -15.0514 -4.83366 0 -11.1079 -188.759 -52.2166 -101.656 -22.5162 -70.8813 21.9977 -49
-STDOUT_25044=-22 -5.65755 0 -12.9818 -5.04076 0 -11.1609 -182.461 -51.4224 -103.482 -21.153 -72.16 21.9977 -49
-STDOUT_25045=-22 -5.6335 0 -13.8994 -4.50127 0 -11.1079 -183.377 -54.2201 -103.33 -22.5369 -73.1465 21.9977 -49
-STDOUT_25046=-22 -5.70951 0 -15.0514 -4.92359 0 -11.1079 -188.148 -51.9436 -101.486 -22.2944 -71.3029 22.9976 -49
-STDOUT_25047=-22 -6.09967 0 -14.1338 -4.87681 0 -11.1609 -187.233 -52.8656 -101.638 -21.1039 -70.3164 22.9976 -49
-STDOUT_25048=-22 -5.45584 0 -12.3992 -4.68279 0 -9.82405 -191.129 -45.1753 -95.7484 -20.3798 -74.8953 21.9977 -50
-STDOUT_25049=-22 -5.69223 0 -14.554 -5.00431 0 -9.77104 -192.045 -46.1438 -95.5964 -22.5142 -75.8818 22.9976 -50
-STDOUT_25050=-22 -6.08239 0 -13.6364 -4.95752 0 -9.82405 -191.129 -47.0658 -95.7484 -21.3236 -74.8953 22.9976 -50
-STDOUT_25051=-22 -7.09947 0 -15.0514 -4.68279 0 -9.9183 -183.028 -55.7291 -103.6 -24.189 -70.939 21.9977 -48
-STDOUT_25052=-22 -5.73916 0 -15.0514 -4.54996 0 -11.1079 -192.662 -49.2383 -101.748 -22.2165 -73.5606 21.9977 -51
-STDOUT_25053=-10 -7.37685 0 -6.57435 -5.88679 0 -3.02948 -189.047 -52.3639 -101.118 -21.4854 -71.6007 19.9979 -48
-STDOUT_25054=-18 -6.18143 0 -13.397 -5.7397 0 -10.3878 -186.704 -51.1826 -100.469 -20.3234 -71.7755 22.9976 -47
-STDOUT_25055=-22 -5.49997 0 -14.0801 -4.66328 0 -11.1609 -187.233 -53.5139 -101.638 -22.4788 -70.3164 21.9977 -49
-STDOUT_25056=-22 -5.65755 0 -13.8994 -5.04076 0 -11.1079 -183.377 -51.3477 -103.33 -21.8488 -73.1465 21.9977 -49
-STDOUT_25057=-22 -6.09967 0 -15.0514 -4.87681 0 -11.1079 -188.149 -52.791 -101.486 -21.7996 -71.3029 22.9976 -49
-STDOUT_25058=-22 -5.45584 0 -13.3168 -4.68279 0 -9.77104 -192.045 -45.1007 -95.5964 -21.0755 -75.8819 21.9977 -50
-STDOUT_25059=-22 -5.846 0 -12.3992 -4.636 0 -9.82405 -191.129 -46.0227 -95.7484 -19.8849 -74.8953 21.9977 -50
-STDOUT_25060=-18 -6.66408 0 -13.397 -5.01055 0 -10.3878 -186.704 -53.9578 -100.469 -21.6506 -71.7755 22.9976 -47
-STDOUT_25061=-22 -6.08239 0 -14.554 -4.95752 0 -9.77104 -192.045 -46.9912 -95.5964 -22.0194 -75.8818 22.9976 -50
-STDOUT_25062=-24 -4.97288 0 -14.6184 -5.16432 0 -11.1913 -189.96 -38.5053 -98.7799 -21.2347 -73.4115 20.9978 -49
-STDOUT_25063=-22 -7.48963 0 -15.0514 -4.636 0 -9.9183 -183.028 -56.5765 -103.6 -23.6942 -70.939 21.9977 -48
-STDOUT_25064=-10 -8.47546 0 -6.57435 -5.37596 0 -3.02948 -186.604 -52.7693 -101.841 -19.9814 -73.467 19.9979 -47
-STDOUT_25065=-10 -7.37685 0 -7.49194 -5.88679 0 -2.97646 -189.963 -52.2893 -100.966 -22.1812 -72.5872 19.9979 -48
-STDOUT_25066=-22 -5.349 0 -14.1338 -4.59675 0 -11.1609 -192.357 -47.9548 -102.07 -22.0155 -72.1524 21.9977 -51
-STDOUT_25067=-18 -6.18143 0 -14.3146 -5.7397 0 -10.3348 -187.62 -51.1079 -100.317 -21.0191 -72.762 22.9976 -47
-STDOUT_25068=-22 -5.49997 0 -14.9977 -4.66328 0 -11.1079 -188.148 -53.4393 -101.486 -23.1746 -71.3029 21.9977 -49
-STDOUT_25069=-18 -6.25984 0 -13.397 -4.89503 0 -10.3878 -186.704 -55.4249 -100.469 -21.7013 -71.7755 22.9976 -47
-STDOUT_25070=-22 -5.89014 0 -14.0801 -4.61649 0 -11.1609 -187.233 -54.3613 -101.638 -21.984 -70.3164 21.9977 -49
-STDOUT_25071=-20 -5.72913 0 -14.6654 -5.37657 0 -10.6426 -188.627 -42.6667 -98.9828 -20.254 -75.6037 21.9977 -47
-STDOUT_25072=-22 -5.56007 0 -12.9818 -4.70182 0 -11.1609 -182.461 -54.3078 -103.482 -20.8893 -72.16 22.9976 -49
-STDOUT_25073=-22 -5.846 0 -13.3168 -4.636 0 -9.77104 -192.045 -45.9481 -95.5964 -20.5807 -75.8819 21.9977 -50
-STDOUT_25074=-18 -6.10525 0 -14.1808 -4.80899 0 -10.6122 -191.023 -52.1161 -102.273 -21.0348 -74.3446 22.9976 -49
-STDOUT_25075=-22 -5.70951 0 -14.1338 -4.92359 0 -11.1609 -187.843 -51.5074 -101.808 -21.5987 -69.8948 22.9976 -49
-STDOUT_25076=-18 -6.66408 0 -14.3146 -5.01055 0 -10.3348 -187.62 -53.8832 -100.317 -22.3463 -72.762 22.9976 -47
-STDOUT_25077=-22 -5.82214 0 -12.9332 -4.82279 0 -9.82405 -187.335 -46.1451 -96.7008 -20.9945 -83.4517 22.9976 -52
-STDOUT_25078=-18 -6.80779 0 -14.1808 -4.41981 0 -10.6122 -186.51 -57.6337 -102.011 -22.3595 -72.087 23.9975 -47
-STDOUT_25079=-24 -5.36304 0 -14.6184 -5.11754 0 -11.1913 -189.96 -39.3527 -98.7799 -20.7399 -73.4115 20.9978 -49
-STDOUT_25080=-24 -7.2026 -19.2811 -3.01939 -5.6999 -12.1481 -5.43572 -184.988 -42.6186 -94.5609 -19.5037 -69.1405 23.9975 -48
-STDOUT_25081=-24 -7.2026 -19.7567 -3.01939 -5.6999 -12.1481 -5.57076 -183.518 -44.8841 -97.0059 -18.9546 -68.5818 23.9975 -48
-STDOUT_25082=-24 -6.45507 -19.2811 -3.01939 -5.42768 -12.1481 -5.43572 -184.988 -42.7836 -94.5609 -19.3655 -69.1405 22.9976 -48
-STDOUT_25083=-24 -7.59581 -19.2811 -2.82868 -5.74071 -12.1481 -5.43572 -184.988 -44.6837 -94.5609 -18.5482 -69.1405 24.9974 -48
-STDOUT_25084=-24 -6.45507 -19.7567 -3.01939 -5.42768 -12.1481 -5.57076 -183.518 -45.0491 -97.0059 -18.8164 -68.5818 22.9976 -48
-STDOUT_25085=-24 -7.59581 -19.7567 -2.82868 -5.74071 -12.1481 -5.57076 -183.517 -46.9492 -97.0059 -17.9991 -68.5818 24.9974 -48
-STDOUT_25086=-24 -6.84828 -19.2811 -2.82868 -5.46848 -12.1481 -5.43572 -184.988 -44.8486 -94.5609 -18.4099 -69.1405 23.9975 -48
-STDOUT_25087=-24 -6.84828 -19.7567 -2.82868 -5.46848 -12.1481 -5.57076 -183.517 -47.1141 -97.0059 -17.8608 -68.5818 23.9975 -48
-STDOUT_25088=-24 -7.2026 -19.7567 -3.00876 -5.52029 -12.1481 -5.57076 -189.308 -39.1018 -94.6254 -19.1852 -74.0345 23.9975 -51
-STDOUT_25089=-24 -6.45507 -19.7567 -3.00876 -5.24806 -12.1481 -5.57076 -189.308 -39.2668 -94.6254 -19.0469 -74.0345 22.9976 -51
-STDOUT_25090=-24 -7.59581 -19.7567 -2.81805 -5.56109 -12.1481 -5.57076 -189.308 -41.1669 -94.6254 -18.2296 -74.0345 24.9974 -51
-STDOUT_25091=-24 -7.43078 -19.2811 -3.01939 -5.90045 -12.1481 -5.43572 -184.988 -43.5104 -94.5609 -19.988 -69.1405 24.9974 -48
-STDOUT_25092=-24 -6.84828 -19.7567 -2.81805 -5.28887 -12.1481 -5.57076 -189.308 -41.3318 -94.6254 -18.0914 -74.0345 23.9975 -51
-STDOUT_25093=-24 -7.43078 -19.7567 -3.01939 -5.90045 -12.1481 -5.57076 -183.518 -45.7759 -97.0059 -19.4389 -68.5818 24.9974 -48
-STDOUT_25094=-24 -6.68325 -19.2811 -3.01939 -5.62822 -12.1481 -5.43572 -184.988 -43.6754 -94.5609 -19.8497 -69.1405 23.9975 -48
-STDOUT_25095=-24 -7.82399 -19.2811 -2.82868 -5.94125 -12.1481 -5.43572 -184.988 -45.5755 -94.5609 -19.0324 -69.1405 25.9973 -48
-STDOUT_25096=-24 -6.94893 -19.2811 -3.01939 -5.4591 -12.1481 -5.43572 -184.988 -42.3925 -94.5609 -19.7889 -69.1405 22.9976 -48
-STDOUT_25097=-24 -6.68325 -19.7567 -3.01939 -5.62822 -12.1481 -5.57076 -183.518 -45.9408 -97.0059 -19.3006 -68.5818 23.9975 -48
-STDOUT_25098=-24 -7.82399 -19.7567 -2.82868 -5.94125 -12.1481 -5.57076 -183.517 -47.841 -97.0059 -18.4833 -68.5818 25.9973 -48
-STDOUT_25099=-24 -6.94893 -19.7567 -3.01939 -5.4591 -12.1481 -5.57076 -183.518 -44.658 -97.0059 -19.2398 -68.5818 22.9976 -48
-STDOUT_25100=-24 -7.07645 -19.2811 -2.82868 -5.66903 -12.1481 -5.43572 -184.988 -45.7404 -94.5609 -18.8942 -69.1405 24.9974 -48
-STDOUT_25101=-24 -6.2014 -19.2811 -3.01939 -5.18688 -12.1481 -5.43572 -184.988 -42.5574 -94.5609 -19.6507 -69.1405 21.9977 -48
-STDOUT_25102=-24 -7.34214 -19.2811 -2.82868 -5.49991 -12.1481 -5.43572 -184.988 -44.4576 -94.5609 -18.8334 -69.1405 23.9975 -48
-STDOUT_25103=-24 -7.07645 -19.7567 -2.82868 -5.66903 -12.1481 -5.57076 -183.517 -48.0059 -97.0059 -18.3451 -68.5818 24.9974 -48
-STDOUT_25104=-24 -6.2014 -19.7567 -3.01939 -5.18688 -12.1481 -5.57076 -183.518 -44.8229 -97.0059 -19.1015 -68.5818 21.9977 -48
-STDOUT_25105=-24 -7.34214 -19.7567 -2.82868 -5.49991 -12.1481 -5.57076 -183.517 -46.7231 -97.0059 -18.2843 -68.5818 23.9975 -48
-STDOUT_25106=-24 -6.59461 -19.2811 -2.82868 -5.22768 -12.1481 -5.43572 -184.988 -44.6225 -94.5609 -18.6951 -69.1405 22.9976 -48
-STDOUT_25107=-24 -7.43078 -19.7567 -3.00876 -5.72083 -12.1481 -5.57076 -189.308 -39.9936 -94.6254 -19.6694 -74.0345 24.9974 -51
-STDOUT_25108=-24 -6.59461 -19.7567 -2.82868 -5.22768 -12.1481 -5.57076 -183.517 -46.888 -97.0059 -18.146 -68.5818 22.9976 -48
-STDOUT_25109=-24 -6.68325 -19.7567 -3.00876 -5.44861 -12.1481 -5.57076 -189.308 -40.1585 -94.6254 -19.5311 -74.0345 23.9975 -51
-STDOUT_25110=-24 -7.82399 -19.7567 -2.81805 -5.76164 -12.1481 -5.57076 -189.308 -42.0587 -94.6254 -18.7138 -74.0345 25.9973 -51
-STDOUT_25111=-24 -6.94893 -19.7567 -3.00876 -5.27949 -12.1481 -5.57076 -189.308 -38.8757 -94.6254 -19.4703 -74.0345 22.9976 -51
-STDOUT_25112=-24 -7.07645 -19.7567 -2.81805 -5.48941 -12.1481 -5.57076 -189.308 -42.2236 -94.6254 -18.5756 -74.0345 24.9974 -51
-STDOUT_25113=-24 -6.2014 -19.7567 -3.00876 -5.00726 -12.1481 -5.57076 -189.308 -39.0406 -94.6254 -19.3321 -74.0345 21.9977 -51
-STDOUT_25114=-24 -7.34214 -19.7567 -2.81805 -5.32029 -12.1481 -5.57076 -189.308 -40.9408 -94.6254 -18.5148 -74.0345 23.9975 -51
-STDOUT_25115=-24 -7.17711 -19.2811 -3.01939 -5.65965 -12.1481 -5.43572 -184.988 -43.2843 -94.5609 -20.2731 -69.1405 23.9975 -48
-STDOUT_25116=-24 -6.59461 -19.7567 -2.81805 -5.04807 -12.1481 -5.57076 -189.308 -41.1057 -94.6254 -18.3765 -74.0345 22.9976 -51
-STDOUT_25117=-24 -7.17711 -19.7567 -3.01939 -5.65965 -12.1481 -5.57076 -183.518 -45.5498 -97.0059 -19.724 -68.5818 23.9975 -48
-STDOUT_25118=-24 -8.16908 -19.2811 -3.01939 -6.40695 -12.1481 -5.43572 -184.988 -42.8798 -94.5609 -19.7942 -69.1405 24.9974 -48
-STDOUT_25119=-24 -6.42958 -19.2811 -3.01939 -5.38742 -12.1481 -5.43572 -184.988 -43.4492 -94.5609 -20.1349 -69.1405 22.9976 -48
-STDOUT_25120=-24 -7.57032 -19.2811 -2.82868 -5.70045 -12.1481 -5.43572 -184.988 -45.3494 -94.5609 -19.3176 -69.1405 24.9974 -48
-STDOUT_25121=-24 -8.16908 -19.7567 -3.01939 -6.40695 -12.1481 -5.57076 -183.517 -45.1453 -97.0059 -19.2451 -68.5818 24.9974 -48
-STDOUT_25122=-24 -6.42958 -19.7567 -3.01939 -5.38742 -12.1481 -5.57076 -183.518 -45.7147 -97.0059 -19.5858 -68.5818 22.9976 -48
-STDOUT_25123=-24 -7.42155 -19.2811 -3.01939 -6.13473 -12.1481 -5.43572 -184.988 -43.0447 -94.5609 -19.6559 -69.1405 23.9975 -48
-STDOUT_25124=-24 -7.57032 -19.7567 -2.82868 -5.70045 -12.1481 -5.57076 -183.517 -47.6148 -97.0059 -18.7685 -68.5818 24.9974 -48
-STDOUT_25125=-24 -8.56229 -19.2811 -2.82868 -6.44776 -12.1481 -5.43572 -184.988 -44.9449 -94.5609 -18.8386 -69.1405 25.9973 -48
-STDOUT_25126=-24 -6.82279 -19.2811 -2.82868 -5.42823 -12.1481 -5.43572 -184.988 -45.5143 -94.5609 -19.1793 -69.1405 23.9975 -48
-STDOUT_25127=-24 -7.42155 -19.7567 -3.01939 -6.13473 -12.1481 -5.57076 -183.517 -45.3102 -97.0059 -19.1068 -68.5818 23.9975 -48
-STDOUT_25128=-24 -7.28857 -19.7567 -3.18355 -5.78323 -12.1481 -5.57076 -189.308 -39.8478 -94.6254 -20.2616 -74.0345 24.9974 -51
-STDOUT_25129=-24 -8.56229 -19.7567 -2.82868 -6.44776 -12.1481 -5.57076 -183.517 -47.2103 -97.0059 -18.2895 -68.5818 25.9973 -48
-STDOUT_25130=-24 -6.82279 -19.7567 -2.82868 -5.42823 -12.1481 -5.57076 -183.517 -47.7798 -97.0059 -18.6302 -68.5818 23.9975 -48
-STDOUT_25131=-24 -7.81475 -19.2811 -2.82868 -6.17553 -12.1481 -5.43572 -184.988 -45.1098 -94.5609 -18.7004 -69.1405 24.9974 -48
-STDOUT_25132=-24 -6.54104 -19.7567 -3.18355 -5.51101 -12.1481 -5.57076 -189.308 -40.0128 -94.6254 -20.1234 -74.0345 23.9975 -51
-STDOUT_25133=-24 -6.30651 -19.2811 -3.01939 -5.97212 -12.1481 -5.43572 -184.988 -45.3929 -94.5609 -20.3892 -69.1405 24.9974 -48
-STDOUT_25134=-24 -7.81475 -19.7567 -2.82868 -6.17553 -12.1481 -5.57076 -183.517 -47.3753 -97.0059 -18.1513 -68.5818 24.9974 -48
-STDOUT_25135=-24 -7.68178 -19.7567 -2.99284 -5.82404 -12.1481 -5.57076 -189.308 -41.9129 -94.6254 -19.3061 -74.0345 25.9973 -51
-STDOUT_25136=-24 -6.30651 -19.7567 -3.01939 -5.97212 -12.1481 -5.57076 -183.518 -47.6583 -97.0059 -19.8401 -68.5818 24.9974 -48
-STDOUT_25137=-24 -7.17711 -19.7567 -3.00876 -5.48003 -12.1481 -5.57076 -189.308 -39.7675 -94.6254 -19.9546 -74.0345 23.9975 -51
-STDOUT_25138=-24 -5.55897 -19.2811 -3.01939 -5.6999 -12.1481 -5.43572 -184.988 -45.5578 -94.5609 -20.251 -69.1405 23.9975 -48
-STDOUT_25139=-24 -6.93425 -19.7567 -2.99284 -5.55181 -12.1481 -5.57076 -189.308 -42.0779 -94.6254 -19.1678 -74.0345 24.9974 -51
-STDOUT_25140=-24 -6.69971 -19.2811 -2.82868 -6.01293 -12.1481 -5.43572 -184.988 -47.4579 -94.5609 -19.4337 -69.1405 25.9973 -48
-STDOUT_25141=-24 -7.65459 -19.2811 -3.01939 -5.81541 -12.1481 -5.43572 -184.988 -42.6121 -94.5609 -20.6259 -69.1405 23.9975 -48
-STDOUT_25142=-24 -8.16908 -19.7567 -3.00876 -6.22734 -12.1481 -5.57076 -189.308 -39.363 -94.6254 -19.4756 -74.0345 24.9974 -51
-STDOUT_25143=-24 -5.55897 -19.7567 -3.01939 -5.6999 -12.1481 -5.57076 -183.518 -47.8233 -97.0059 -19.7018 -68.5818 23.9975 -48
-STDOUT_25144=-24 -7.57882 -19.2811 -3.01939 -6.00771 -12.1481 -5.43572 -184.988 -44.9714 -94.5609 -19.3649 -69.1405 24.9974 -48
-STDOUT_25145=-24 -6.42958 -19.7567 -3.00876 -5.20781 -12.1481 -5.57076 -189.308 -39.9324 -94.6254 -19.8163 -74.0345 22.9976 -51
-STDOUT_25146=-24 -6.69971 -19.7567 -2.82868 -6.01293 -12.1481 -5.57076 -183.517 -49.7234 -97.0059 -18.8846 -68.5818 25.9973 -48
-STDOUT_25147=-24 -7.65459 -19.7567 -3.01939 -5.81541 -12.1481 -5.57076 -183.518 -44.8776 -97.0059 -20.0768 -68.5818 23.9975 -48
-STDOUT_25148=-24 -7.57032 -19.7567 -2.81805 -5.52084 -12.1481 -5.57076 -189.308 -41.8326 -94.6254 -18.999 -74.0345 24.9974 -51
-STDOUT_25149=-24 -5.95218 -19.2811 -2.82868 -5.74071 -12.1481 -5.43572 -184.988 -47.6229 -94.5609 -19.2954 -69.1405 24.9974 -48
-STDOUT_25150=-24 -7.57882 -19.7567 -3.01939 -6.00771 -12.1481 -5.57076 -183.518 -47.2369 -97.0059 -18.8157 -68.5818 24.9974 -48
-STDOUT_25151=-24 -6.90706 -19.2811 -3.01939 -5.54319 -12.1481 -5.43572 -184.988 -42.7771 -94.5609 -20.4876 -69.1405 22.9976 -48
-STDOUT_25152=-24 -7.2026 -19.2811 -3.01939 -5.6999 -12.1481 -5.43572 -186.959 -41.537 -94.8905 -19.5037 -70.9281 23.9975 -49
-STDOUT_25153=-24 -8.04779 -19.2811 -2.82868 -5.85622 -12.1481 -5.43572 -184.988 -44.6772 -94.5609 -19.6703 -69.1405 24.9974 -48
-STDOUT_25154=-24 -7.42155 -19.7567 -3.00876 -5.95511 -12.1481 -5.57076 -189.308 -39.5279 -94.6254 -19.3373 -74.0345 23.9975 -51
-STDOUT_25155=-24 -6.83129 -19.2811 -3.01939 -5.73549 -12.1481 -5.43572 -184.988 -45.1364 -94.5609 -19.2266 -69.1405 23.9975 -48
-STDOUT_25156=-24 -8.56229 -19.7567 -2.81805 -6.26814 -12.1481 -5.57076 -189.308 -41.4281 -94.6254 -18.52 -74.0345 25.9973 -51
-STDOUT_25157=-24 -5.95218 -19.7567 -2.82868 -5.74071 -12.1481 -5.57076 -183.517 -49.8884 -97.0059 -18.7463 -68.5818 24.9974 -48
-STDOUT_25158=-24 -6.90706 -19.7567 -3.01939 -5.54319 -12.1481 -5.57076 -183.518 -45.0425 -97.0059 -19.9385 -68.5818 22.9976 -48
-STDOUT_25159=-24 -7.2026 -19.7567 -3.01939 -5.6999 -12.1481 -5.57076 -185.489 -43.8025 -97.3355 -18.9546 -70.3694 23.9975 -49
-STDOUT_25160=-24 -7.97203 -19.2811 -2.82868 -6.04851 -12.1481 -5.43572 -184.988 -47.0365 -94.5609 -18.4093 -69.1405 25.9973 -48
-STDOUT_25161=-24 -6.82279 -19.7567 -2.81805 -5.24861 -12.1481 -5.57076 -189.308 -41.9975 -94.6254 -18.8607 -74.0345 23.9975 -51
-STDOUT_25162=-24 -8.04779 -19.7567 -2.82868 -5.85622 -12.1481 -5.57076 -183.517 -46.9427 -97.0059 -19.1212 -68.5818 24.9974 -48
-STDOUT_25163=-24 -6.83129 -19.7567 -3.01939 -5.73549 -12.1481 -5.57076 -183.518 -47.4018 -97.0059 -18.6775 -68.5818 23.9975 -48
-STDOUT_25164=-24 -6.45507 -19.2811 -3.01939 -5.42768 -12.1481 -5.43572 -186.959 -41.702 -94.8905 -19.3655 -70.9281 22.9976 -49
-STDOUT_25165=-24 -7.2026 -19.2811 -3.01939 -5.6999 -12.1481 -5.43572 -189.501 -39.8066 -94.8225 -19.5037 -71.3981 23.9975 -50
-STDOUT_25166=-24 -8.39726 -19.2811 -3.01939 -6.6075 -12.1481 -5.43572 -184.988 -43.7716 -94.5609 -20.2784 -69.1405 25.9973 -48
-STDOUT_25167=-24 -7.97203 -19.7567 -2.82868 -6.04851 -12.1481 -5.57076 -183.517 -49.302 -97.0059 -17.8602 -68.5818 25.9973 -48
-STDOUT_25168=-24 -7.30026 -19.2811 -2.82868 -5.584 -12.1481 -5.43572 -184.988 -44.8421 -94.5609 -19.5321 -69.1405 23.9975 -48
-STDOUT_25169=-24 -7.59581 -19.2811 -2.82868 -5.74071 -12.1481 -5.43572 -186.959 -43.6021 -94.8905 -18.5482 -70.9281 24.9974 -49
-STDOUT_25170=-24 -7.81475 -19.7567 -2.81805 -5.99592 -12.1481 -5.57076 -189.308 -41.593 -94.6254 -18.3818 -74.0345 24.9974 -51
-STDOUT_25171=-24 -6.45507 -19.7567 -3.01939 -5.42768 -12.1481 -5.57076 -185.489 -43.9675 -97.3355 -18.8164 -70.3694 22.9976 -49
-STDOUT_25172=-24 -7.2245 -19.2811 -2.82868 -5.77629 -12.1481 -5.43572 -184.988 -47.2014 -94.5609 -18.271 -69.1405 24.9974 -48
-STDOUT_25173=-24 -7.2026 -19.7567 -3.01939 -5.6999 -12.1481 -5.57076 -188.031 -42.0721 -97.2675 -18.9546 -70.8394 23.9975 -50
-STDOUT_25174=-24 -8.39726 -19.7567 -3.01939 -6.6075 -12.1481 -5.57076 -183.517 -46.0371 -97.0059 -19.7293 -68.5818 25.9973 -48
-STDOUT_25175=-24 -7.6821 -19.2811 -3.01939 -5.90045 -12.1481 -5.43572 -186.959 -42.1105 -94.8905 -19.5825 -70.9281 24.9974 -49
-STDOUT_25176=-24 -7.30026 -19.7567 -2.82868 -5.584 -12.1481 -5.57076 -183.517 -47.1076 -97.0059 -18.983 -68.5818 23.9975 -48
-STDOUT_25177=-24 -7.59581 -19.7567 -2.82868 -5.74071 -12.1481 -5.57076 -185.489 -45.8676 -97.3355 -17.9991 -70.3694 24.9974 -49
-STDOUT_25178=-24 -6.30651 -19.7567 -3.00876 -5.79251 -12.1481 -5.57076 -189.308 -41.8761 -94.6254 -20.0706 -74.0345 24.9974 -51
-STDOUT_25179=-24 -6.45507 -19.2811 -3.01939 -5.42768 -12.1481 -5.43572 -189.501 -39.9716 -94.8225 -19.3655 -71.3981 22.9976 -50
-STDOUT_25180=FEATURES_TXT_END_0
-STDOUT_25181=SCORES_TXT_BEGIN_0 0 500 9 BLEU
-STDOUT_25182=6 14 1 13 0 12 0 11 18
-STDOUT_25183=4 13 0 12 0 11 0 10 18
-STDOUT_25184=6 14 1 13 0 12 0 11 18
-STDOUT_25185=6 14 1 13 0 12 0 11 18
-STDOUT_25186=6 14 1 13 0 12 0 11 18
-STDOUT_25187=6 14 1 13 0 12 0 11 18
-STDOUT_25188=4 13 0 12 0 11 0 10 18
-STDOUT_25189=4 13 0 12 0 11 0 10 18
-STDOUT_25190=4 13 0 12 0 11 0 10 18
-STDOUT_25191=4 13 0 12 0 11 0 10 18
-STDOUT_25192=6 14 1 13 0 12 0 11 18
-STDOUT_25193=6 14 1 13 0 12 0 11 18
-STDOUT_25194=6 14 1 13 0 12 0 11 18
-STDOUT_25195=6 14 1 13 0 12 0 11 18
-STDOUT_25196=6 14 1 13 0 12 0 11 18
-STDOUT_25197=6 14 1 13 0 12 0 11 18
-STDOUT_25198=4 13 0 12 0 11 0 10 18
-STDOUT_25199=4 13 0 12 0 11 0 10 18
-STDOUT_25200=4 13 0 12 0 11 0 10 18
-STDOUT_25201=4 13 0 12 0 11 0 10 18
-STDOUT_25202=4 13 0 12 0 11 0 10 18
-STDOUT_25203=4 13 0 12 0 11 0 10 18
-STDOUT_25204=6 14 1 13 0 12 0 11 18
-STDOUT_25205=6 14 1 13 0 12 0 11 18
-STDOUT_25206=6 14 1 13 0 12 0 11 18
-STDOUT_25207=6 14 1 13 0 12 0 11 18
-STDOUT_25208=5 14 0 13 0 12 0 11 18
-STDOUT_25209=6 14 1 13 0 12 0 11 18
-STDOUT_25210=4 13 0 12 0 11 0 10 18
-STDOUT_25211=4 13 0 12 0 11 0 10 18
-STDOUT_25212=4 13 0 12 0 11 0 10 18
-STDOUT_25213=4 13 0 12 0 11 0 10 18
-STDOUT_25214=4 13 0 12 0 11 0 10 18
-STDOUT_25215=5 14 0 13 0 12 0 11 18
-STDOUT_25216=5 14 0 13 0 12 0 11 18
-STDOUT_25217=6 14 1 13 0 12 0 11 18
-STDOUT_25218=6 14 1 13 0 12 0 11 18
-STDOUT_25219=5 14 0 13 0 12 0 11 18
-STDOUT_25220=6 14 1 13 0 12 0 11 18
-STDOUT_25221=5 14 0 13 0 12 0 11 18
-STDOUT_25222=4 13 0 12 0 11 0 10 18
-STDOUT_25223=4 13 0 12 0 11 0 10 18
-STDOUT_25224=4 13 0 12 0 11 0 10 18
-STDOUT_25225=5 14 0 13 0 12 0 11 18
-STDOUT_25226=6 14 1 13 0 12 0 11 18
-STDOUT_25227=5 14 0 13 0 12 0 11 18
-STDOUT_25228=6 14 1 13 0 12 0 11 18
-STDOUT_25229=5 14 0 13 0 12 0 11 18
-STDOUT_25230=6 14 1 13 0 12 0 11 18
-STDOUT_25231=5 14 0 13 0 12 0 11 18
-STDOUT_25232=5 13 0 12 0 11 0 10 18
-STDOUT_25233=5 14 0 13 0 12 0 11 18
-STDOUT_25234=5 14 0 13 0 12 0 11 18
-STDOUT_25235=4 13 0 12 0 11 0 10 18
-STDOUT_25236=4 13 0 12 0 11 0 10 18
-STDOUT_25237=6 14 1 13 0 12 0 11 18
-STDOUT_25238=4 13 0 12 0 11 0 10 18
-STDOUT_25239=6 14 1 13 0 12 0 11 18
-STDOUT_25240=5 13 0 12 0 11 0 10 18
-STDOUT_25241=6 14 1 13 0 12 0 11 18
-STDOUT_25242=6 12 1 11 0 10 0 9 18
-STDOUT_25243=5 13 0 12 0 11 0 10 18
-STDOUT_25244=5 13 0 12 0 11 0 10 18
-STDOUT_25245=5 14 0 13 0 12 0 11 18
-STDOUT_25246=6 14 1 13 0 12 0 11 18
-STDOUT_25247=5 13 0 12 0 11 0 10 18
-STDOUT_25248=5 14 0 13 0 12 0 11 18
-STDOUT_25249=4 13 0 12 0 11 0 10 18
-STDOUT_25250=5 14 0 13 0 12 0 11 18
-STDOUT_25251=4 13 0 12 0 11 0 10 18
-STDOUT_25252=6 14 1 13 0 12 0 11 18
-STDOUT_25253=5 14 0 13 0 12 0 11 18
-STDOUT_25254=6 14 1 13 0 12 0 11 18
-STDOUT_25255=4 13 0 12 0 11 0 10 18
-STDOUT_25256=6 14 1 13 0 12 0 11 18
-STDOUT_25257=5 14 0 13 0 12 0 11 18
-STDOUT_25258=4 13 0 12 0 11 0 10 18
-STDOUT_25259=6 12 1 11 0 10 0 9 18
-STDOUT_25260=5 13 0 12 0 11 0 10 18
-STDOUT_25261=4 13 0 12 0 11 0 10 18
-STDOUT_25262=5 13 0 12 0 11 0 10 18
-STDOUT_25263=6 14 1 13 0 12 0 11 18
-STDOUT_25264=4 13 0 12 0 11 0 10 18
-STDOUT_25265=7 15 1 14 0 13 0 12 18
-STDOUT_25266=6 14 1 13 0 12 0 11 18
-STDOUT_25267=4 13 0 12 0 11 0 10 18
-STDOUT_25268=6 12 1 11 0 10 0 9 18
-STDOUT_25269=5 13 0 12 0 11 0 10 18
-STDOUT_25270=5 13 0 12 0 11 0 10 18
-STDOUT_25271=5 13 0 12 0 11 0 10 18
-STDOUT_25272=4 13 0 12 0 11 0 10 18
-STDOUT_25273=6 14 1 13 0 12 0 11 18
-STDOUT_25274=5 13 0 12 0 11 0 10 18
-STDOUT_25275=4 13 0 12 0 11 0 10 18
-STDOUT_25276=4 13 0 12 0 11 0 10 18
-STDOUT_25277=5 14 0 13 0 12 0 11 18
-STDOUT_25278=5 14 0 13 0 12 0 11 18
-STDOUT_25279=4 13 0 12 0 11 0 10 18
-STDOUT_25280=6 14 1 13 0 12 0 11 18
-STDOUT_25281=5 14 0 13 0 12 0 11 18
-STDOUT_25282=10 34 3 33 1 32 0 31 18
-STDOUT_25283=10 34 3 33 1 32 0 31 18
-STDOUT_25284=10 34 3 33 1 32 0 31 18
-STDOUT_25285=10 34 3 33 1 32 0 31 18
-STDOUT_25286=10 34 3 33 1 32 0 31 18
-STDOUT_25287=10 34 3 33 1 32 0 31 18
-STDOUT_25288=10 34 3 33 1 32 0 31 18
-STDOUT_25289=10 34 3 33 1 32 0 31 18
-STDOUT_25290=10 34 3 33 1 32 0 31 18
-STDOUT_25291=10 34 3 33 1 32 0 31 18
-STDOUT_25292=10 34 3 33 1 32 0 31 18
-STDOUT_25293=10 34 3 33 1 32 0 31 18
-STDOUT_25294=10 34 3 33 1 32 0 31 18
-STDOUT_25295=10 34 3 33 1 32 0 31 18
-STDOUT_25296=10 34 3 33 1 32 0 31 18
-STDOUT_25297=10 34 3 33 1 32 0 31 18
-STDOUT_25298=10 34 3 33 1 32 0 31 18
-STDOUT_25299=10 34 3 33 1 32 0 31 18
-STDOUT_25300=10 34 3 33 1 32 0 31 18
-STDOUT_25301=10 34 3 33 1 32 0 31 18
-STDOUT_25302=10 34 3 33 1 32 0 31 18
-STDOUT_25303=10 34 3 33 1 32 0 31 18
-STDOUT_25304=10 34 3 33 1 32 0 31 18
-STDOUT_25305=10 34 3 33 1 32 0 31 18
-STDOUT_25306=10 34 3 33 1 32 0 31 18
-STDOUT_25307=10 34 3 33 1 32 0 31 18
-STDOUT_25308=10 34 3 33 1 32 0 31 18
-STDOUT_25309=10 34 3 33 1 32 0 31 18
-STDOUT_25310=10 34 3 33 1 32 0 31 18
-STDOUT_25311=10 34 3 33 1 32 0 31 18
-STDOUT_25312=10 34 3 33 1 32 0 31 18
-STDOUT_25313=10 34 3 33 1 32 0 31 18
-STDOUT_25314=10 34 3 33 1 32 0 31 18
-STDOUT_25315=10 34 3 33 1 32 0 31 18
-STDOUT_25316=10 34 3 33 1 32 0 31 18
-STDOUT_25317=10 34 3 33 1 32 0 31 18
-STDOUT_25318=10 34 3 33 1 32 0 31 18
-STDOUT_25319=10 34 3 33 1 32 0 31 18
-STDOUT_25320=10 34 3 33 1 32 0 31 18
-STDOUT_25321=10 34 3 33 1 32 0 31 18
-STDOUT_25322=10 34 3 33 1 32 0 31 18
-STDOUT_25323=10 34 3 33 1 32 0 31 18
-STDOUT_25324=10 34 3 33 1 32 0 31 18
-STDOUT_25325=10 34 3 33 1 32 0 31 18
-STDOUT_25326=10 34 3 33 1 32 0 31 18
-STDOUT_25327=10 34 3 33 1 32 0 31 18
-STDOUT_25328=10 34 3 33 1 32 0 31 18
-STDOUT_25329=10 34 3 33 1 32 0 31 18
-STDOUT_25330=10 34 3 33 1 32 0 31 18
-STDOUT_25331=10 34 3 33 1 32 0 31 18
-STDOUT_25332=11 30 3 29 1 28 0 27 18
-STDOUT_25333=10 34 3 33 1 32 0 31 18
-STDOUT_25334=10 34 3 33 1 32 0 31 18
-STDOUT_25335=10 34 3 33 1 32 0 31 18
-STDOUT_25336=11 30 3 29 1 28 0 27 18
-STDOUT_25337=10 34 3 33 1 32 0 31 18
-STDOUT_25338=10 34 3 33 1 32 0 31 18
-STDOUT_25339=10 34 3 33 1 32 0 31 18
-STDOUT_25340=10 34 3 33 1 32 0 31 18
-STDOUT_25341=10 34 3 33 1 32 0 31 18
-STDOUT_25342=10 34 3 33 1 32 0 31 18
-STDOUT_25343=10 34 3 33 1 32 0 31 18
-STDOUT_25344=10 34 3 33 1 32 0 31 18
-STDOUT_25345=10 34 3 33 1 32 0 31 18
-STDOUT_25346=10 34 3 33 1 32 0 31 18
-STDOUT_25347=10 34 3 33 1 32 0 31 18
-STDOUT_25348=10 34 3 33 1 32 0 31 18
-STDOUT_25349=10 34 3 33 1 32 0 31 18
-STDOUT_25350=10 34 3 33 1 32 0 31 18
-STDOUT_25351=10 32 3 31 1 30 0 29 18
-STDOUT_25352=10 34 3 33 1 32 0 31 18
-STDOUT_25353=10 34 3 33 1 32 0 31 18
-STDOUT_25354=10 34 3 33 1 32 0 31 18
-STDOUT_25355=10 34 3 33 1 32 0 31 18
-STDOUT_25356=10 34 3 33 1 32 0 31 18
-STDOUT_25357=10 34 3 33 1 32 0 31 18
-STDOUT_25358=10 34 3 33 1 32 0 31 18
-STDOUT_25359=10 34 3 33 1 32 0 31 18
-STDOUT_25360=10 34 3 33 1 32 0 31 18
-STDOUT_25361=10 34 3 33 1 32 0 31 18
-STDOUT_25362=10 34 3 33 1 32 0 31 18
-STDOUT_25363=10 34 3 33 1 32 0 31 18
-STDOUT_25364=10 32 3 31 1 30 0 29 18
-STDOUT_25365=10 34 3 33 1 32 0 31 18
-STDOUT_25366=10 29 3 28 1 27 0 26 18
-STDOUT_25367=10 34 3 33 1 32 0 31 18
-STDOUT_25368=10 34 3 33 1 32 0 31 18
-STDOUT_25369=10 34 3 33 1 32 0 31 18
-STDOUT_25370=10 34 3 33 1 32 0 31 18
-STDOUT_25371=10 34 3 33 1 32 0 31 18
-STDOUT_25372=11 30 3 29 1 28 0 27 18
-STDOUT_25373=10 32 3 31 1 30 0 29 18
-STDOUT_25374=10 34 3 33 1 32 0 31 18
-STDOUT_25375=10 34 3 33 1 32 0 31 18
-STDOUT_25376=11 30 3 29 1 28 0 27 18
-STDOUT_25377=10 34 3 33 1 32 0 31 18
-STDOUT_25378=10 34 3 33 1 32 0 31 18
-STDOUT_25379=10 29 3 28 1 27 0 26 18
-STDOUT_25380=10 34 3 33 1 32 0 31 18
-STDOUT_25381=10 34 3 33 1 32 0 31 18
-STDOUT_25382=9 23 4 22 2 21 0 20 18
-STDOUT_25383=9 24 4 23 2 22 0 21 18
-STDOUT_25384=9 23 4 22 2 21 0 20 18
-STDOUT_25385=9 24 4 23 2 22 0 21 18
-STDOUT_25386=9 24 4 23 2 22 0 21 18
-STDOUT_25387=9 25 4 24 2 23 0 22 18
-STDOUT_25388=9 23 4 22 2 21 0 20 18
-STDOUT_25389=9 23 4 22 2 21 0 20 18
-STDOUT_25390=9 24 4 23 2 22 0 21 18
-STDOUT_25391=9 23 4 22 2 21 0 20 18
-STDOUT_25392=9 24 4 23 2 22 0 21 18
-STDOUT_25393=9 23 4 22 2 21 0 20 18
-STDOUT_25394=9 24 4 23 2 22 0 21 18
-STDOUT_25395=9 24 4 23 2 22 0 21 18
-STDOUT_25396=9 23 4 22 2 21 0 20 18
-STDOUT_25397=9 24 4 23 2 22 0 21 18
-STDOUT_25398=9 24 4 23 2 22 0 21 18
-STDOUT_25399=9 25 4 24 2 23 0 22 18
-STDOUT_25400=9 23 4 22 2 21 0 20 18
-STDOUT_25401=9 25 4 24 2 23 0 22 18
-STDOUT_25402=9 24 4 23 2 22 0 21 18
-STDOUT_25403=9 23 4 22 2 21 0 20 18
-STDOUT_25404=9 23 4 22 2 21 0 20 18
-STDOUT_25405=9 24 4 23 2 22 0 21 18
-STDOUT_25406=9 23 4 22 2 21 0 20 18
-STDOUT_25407=9 24 4 23 2 22 0 21 18
-STDOUT_25408=9 23 4 22 2 21 0 20 18
-STDOUT_25409=9 23 4 22 2 21 0 20 18
-STDOUT_25410=9 23 4 22 2 21 0 20 18
-STDOUT_25411=9 24 4 23 2 22 0 21 18
-STDOUT_25412=10 24 4 23 2 22 0 21 18
-STDOUT_25413=9 24 4 23 2 22 0 21 18
-STDOUT_25414=9 23 4 22 2 21 0 20 18
-STDOUT_25415=9 24 4 23 2 22 0 21 18
-STDOUT_25416=9 23 4 22 2 21 0 20 18
-STDOUT_25417=9 24 4 23 2 22 0 21 18
-STDOUT_25418=10 25 4 24 2 23 0 22 18
-STDOUT_25419=9 25 4 24 2 23 0 22 18
-STDOUT_25420=9 23 4 22 2 21 0 20 18
-STDOUT_25421=9 23 4 22 2 21 0 20 18
-STDOUT_25422=10 24 4 23 2 22 0 21 18
-STDOUT_25423=9 25 4 24 2 23 0 22 18
-STDOUT_25424=9 23 4 22 2 21 0 20 18
-STDOUT_25425=9 24 4 23 2 22 0 21 18
-STDOUT_25426=9 24 4 23 2 22 0 21 18
-STDOUT_25427=9 24 4 23 2 22 0 21 18
-STDOUT_25428=10 25 4 24 2 23 0 22 18
-STDOUT_25429=9 23 4 22 2 21 0 20 18
-STDOUT_25430=10 25 4 24 2 23 0 22 18
-STDOUT_25431=9 24 4 23 2 22 0 21 18
-STDOUT_25432=9 23 4 22 2 21 0 20 18
-STDOUT_25433=9 24 4 23 2 22 0 21 18
-STDOUT_25434=9 24 4 23 2 22 0 21 18
-STDOUT_25435=10 26 4 25 2 24 0 23 18
-STDOUT_25436=9 24 4 23 2 22 0 21 18
-STDOUT_25437=9 24 4 23 2 22 0 21 18
-STDOUT_25438=9 23 4 22 2 21 0 20 18
-STDOUT_25439=9 23 4 22 2 21 0 20 18
-STDOUT_25440=9 25 4 24 2 23 0 22 18
-STDOUT_25441=9 23 4 22 2 21 0 20 18
-STDOUT_25442=9 23 4 22 2 21 0 20 18
-STDOUT_25443=9 25 4 24 2 23 0 22 18
-STDOUT_25444=9 24 4 23 2 22 0 21 18
-STDOUT_25445=9 23 4 22 2 21 0 20 18
-STDOUT_25446=9 23 4 22 2 21 0 20 18
-STDOUT_25447=9 24 4 23 2 22 0 21 18
-STDOUT_25448=9 23 4 22 2 21 0 20 18
-STDOUT_25449=9 24 4 23 2 22 0 21 18
-STDOUT_25450=10 24 4 23 2 22 0 21 18
-STDOUT_25451=9 23 4 22 2 21 0 20 18
-STDOUT_25452=9 23 4 22 2 21 0 20 18
-STDOUT_25453=9 23 4 22 2 21 0 20 18
-STDOUT_25454=9 23 4 22 2 21 0 20 18
-STDOUT_25455=9 23 4 22 2 21 0 20 18
-STDOUT_25456=10 23 4 22 2 21 0 20 18
-STDOUT_25457=9 24 4 23 2 22 0 21 18
-STDOUT_25458=9 25 4 24 2 23 0 22 18
-STDOUT_25459=9 23 4 22 2 21 0 20 18
-STDOUT_25460=9 24 4 23 2 22 0 21 18
-STDOUT_25461=9 24 4 23 2 22 0 21 18
-STDOUT_25462=10 25 4 24 2 23 0 22 18
-STDOUT_25463=9 23 4 22 2 21 0 20 18
-STDOUT_25464=9 24 4 23 2 22 0 21 18
-STDOUT_25465=9 24 4 23 2 22 0 21 18
-STDOUT_25466=9 23 4 22 2 21 0 20 18
-STDOUT_25467=9 24 4 23 2 22 0 21 18
-STDOUT_25468=9 24 4 23 2 22 0 21 18
-STDOUT_25469=10 24 4 23 2 22 0 21 18
-STDOUT_25470=9 23 4 22 2 21 0 20 18
-STDOUT_25471=10 24 4 23 2 22 0 21 18
-STDOUT_25472=9 23 4 22 2 21 0 20 18
-STDOUT_25473=9 25 4 24 2 23 0 22 18
-STDOUT_25474=9 23 4 22 2 21 0 20 18
-STDOUT_25475=9 23 4 22 2 21 0 20 18
-STDOUT_25476=9 25 4 24 2 23 0 22 18
-STDOUT_25477=10 24 4 23 2 22 0 21 18
-STDOUT_25478=9 24 4 23 2 22 0 21 18
-STDOUT_25479=9 24 4 23 2 22 0 21 18
-STDOUT_25480=10 23 4 22 2 21 0 20 18
-STDOUT_25481=9 24 4 23 2 22 0 21 18
-STDOUT_25482=10 21 3 20 1 19 0 18 18
-STDOUT_25483=10 21 3 20 1 19 0 18 18
-STDOUT_25484=10 20 4 19 1 18 0 17 18
-STDOUT_25485=10 20 4 19 1 18 0 17 18
-STDOUT_25486=10 21 3 20 1 19 0 18 18
-STDOUT_25487=10 21 3 20 1 19 0 18 18
-STDOUT_25488=10 20 4 19 1 18 0 17 18
-STDOUT_25489=10 21 3 20 1 19 0 18 18
-STDOUT_25490=11 22 3 21 1 20 0 19 18
-STDOUT_25491=10 21 3 20 1 19 0 18 18
-STDOUT_25492=10 20 3 19 1 18 0 17 18
-STDOUT_25493=10 21 3 20 1 19 0 18 18
-STDOUT_25494=10 20 3 19 1 18 0 17 18
-STDOUT_25495=10 20 4 19 1 18 0 17 18
-STDOUT_25496=10 21 3 20 1 19 0 18 18
-STDOUT_25497=10 21 3 20 1 19 0 18 18
-STDOUT_25498=10 21 3 20 1 19 0 18 18
-STDOUT_25499=10 21 3 20 1 19 0 18 18
-STDOUT_25500=10 20 4 19 1 18 0 17 18
-STDOUT_25501=11 21 4 20 1 19 0 18 18
-STDOUT_25502=10 20 4 19 1 18 0 17 18
-STDOUT_25503=10 21 3 20 1 19 0 18 18
-STDOUT_25504=10 20 4 19 1 18 0 17 18
-STDOUT_25505=10 20 3 19 1 18 0 17 18
-STDOUT_25506=10 21 3 20 1 19 0 18 18
-STDOUT_25507=10 20 4 19 1 18 0 17 18
-STDOUT_25508=10 20 4 19 1 18 0 17 18
-STDOUT_25509=10 20 4 19 1 18 0 17 18
-STDOUT_25510=10 21 3 20 1 19 0 18 18
-STDOUT_25511=10 21 3 20 1 19 0 18 18
-STDOUT_25512=10 20 4 19 1 18 0 17 18
-STDOUT_25513=10 21 3 20 1 19 0 18 18
-STDOUT_25514=10 21 3 20 1 19 0 18 18
-STDOUT_25515=10 21 3 20 1 19 0 18 18
-STDOUT_25516=10 21 3 20 1 19 0 18 18
-STDOUT_25517=10 20 4 19 1 18 0 17 18
-STDOUT_25518=11 22 3 21 1 20 0 19 18
-STDOUT_25519=10 20 3 19 1 18 0 17 18
-STDOUT_25520=10 20 4 19 1 18 0 17 18
-STDOUT_25521=11 22 3 21 1 20 0 19 18
-STDOUT_25522=10 21 3 20 1 19 0 18 18
-STDOUT_25523=10 20 4 19 1 18 0 17 18
-STDOUT_25524=10 21 3 20 1 19 0 18 18
-STDOUT_25525=10 21 3 20 1 19 0 18 18
-STDOUT_25526=10 20 4 19 1 18 0 17 18
-STDOUT_25527=10 21 3 20 1 19 0 18 18
-STDOUT_25528=10 21 3 20 1 19 0 18 18
-STDOUT_25529=10 20 4 19 1 18 0 17 18
-STDOUT_25530=10 20 3 19 1 18 0 17 18
-STDOUT_25531=11 22 3 21 1 20 0 19 18
-STDOUT_25532=10 21 3 20 1 19 0 18 18
-STDOUT_25533=11 21 3 20 1 19 0 18 18
-STDOUT_25534=10 20 3 19 1 18 0 17 18
-STDOUT_25535=10 21 3 20 1 19 0 18 18
-STDOUT_25536=10 20 4 19 1 18 0 17 18
-STDOUT_25537=10 21 3 20 1 19 0 18 18
-STDOUT_25538=10 21 3 20 1 19 0 18 18
-STDOUT_25539=10 21 3 20 1 19 0 18 18
-STDOUT_25540=11 22 3 21 1 20 0 19 18
-STDOUT_25541=11 22 3 21 1 20 0 19 18
-STDOUT_25542=10 21 3 20 1 19 0 18 18
-STDOUT_25543=10 21 3 20 1 19 0 18 18
-STDOUT_25544=10 21 3 20 1 19 0 18 18
-STDOUT_25545=10 20 3 19 1 18 0 17 18
-STDOUT_25546=10 21 3 20 1 19 0 18 18
-STDOUT_25547=11 21 4 20 1 19 0 18 18
-STDOUT_25548=10 21 3 20 1 19 0 18 18
-STDOUT_25549=10 21 3 20 1 19 0 18 18
-STDOUT_25550=10 21 3 20 1 19 0 18 18
-STDOUT_25551=10 21 3 20 1 19 0 18 18
-STDOUT_25552=11 22 3 21 1 20 0 19 18
-STDOUT_25553=10 21 3 20 1 19 0 18 18
-STDOUT_25554=10 20 3 19 1 18 0 17 18
-STDOUT_25555=10 20 3 19 1 18 0 17 18
-STDOUT_25556=10 20 3 19 1 18 0 17 18
-STDOUT_25557=10 20 4 19 1 18 0 17 18
-STDOUT_25558=10 20 4 19 1 18 0 17 18
-STDOUT_25559=10 21 3 20 1 19 0 18 18
-STDOUT_25560=10 20 3 19 1 18 0 17 18
-STDOUT_25561=10 20 4 19 1 18 0 17 18
-STDOUT_25562=10 20 4 19 1 18 0 17 18
-STDOUT_25563=11 21 4 20 1 19 0 18 18
-STDOUT_25564=10 21 3 20 1 19 0 18 18
-STDOUT_25565=10 20 4 19 1 18 0 17 18
-STDOUT_25566=11 21 4 20 1 19 0 18 18
-STDOUT_25567=10 20 4 19 1 18 0 17 18
-STDOUT_25568=10 21 3 20 1 19 0 18 18
-STDOUT_25569=10 21 3 20 1 19 0 18 18
-STDOUT_25570=10 21 3 20 1 19 0 18 18
-STDOUT_25571=10 20 4 19 1 18 0 17 18
-STDOUT_25572=10 20 3 19 1 18 0 17 18
-STDOUT_25573=10 20 4 19 1 18 0 17 18
-STDOUT_25574=10 21 3 20 1 19 0 18 18
-STDOUT_25575=11 21 4 20 1 19 0 18 18
-STDOUT_25576=10 20 4 19 1 18 0 17 18
-STDOUT_25577=10 20 4 19 1 18 0 17 18
-STDOUT_25578=10 20 4 19 1 18 0 17 18
-STDOUT_25579=10 21 3 20 1 19 0 18 18
-STDOUT_25580=10 21 3 20 1 19 0 18 18
-STDOUT_25581=10 20 3 19 1 18 0 17 18
-STDOUT_25582=10 21 3 20 1 19 0 18 18
-STDOUT_25583=10 21 3 20 1 19 0 18 18
-STDOUT_25584=10 21 3 20 1 19 0 18 18
-STDOUT_25585=10 21 3 20 1 19 0 18 18
-STDOUT_25586=10 21 3 20 1 19 0 18 18
-STDOUT_25587=10 20 4 19 1 18 0 17 18
-STDOUT_25588=10 21 3 20 1 19 0 18 18
-STDOUT_25589=10 21 3 20 1 19 0 18 18
-STDOUT_25590=10 21 3 20 1 19 0 18 18
-STDOUT_25591=10 20 4 19 1 18 0 17 18
-STDOUT_25592=10 21 3 20 1 19 0 18 18
-STDOUT_25593=10 21 3 20 1 19 0 18 18
-STDOUT_25594=10 21 3 20 1 19 0 18 18
-STDOUT_25595=10 21 3 20 1 19 0 18 18
-STDOUT_25596=10 21 3 20 1 19 0 18 18
-STDOUT_25597=10 21 3 20 1 19 0 18 18
-STDOUT_25598=10 21 3 20 1 19 0 18 18
-STDOUT_25599=10 20 4 19 1 18 0 17 18
-STDOUT_25600=11 21 6 20 3 19 1 18 18
-STDOUT_25601=10 21 3 20 1 19 0 18 18
-STDOUT_25602=10 21 3 20 1 19 0 18 18
-STDOUT_25603=10 21 3 20 1 19 0 18 18
-STDOUT_25604=10 21 3 20 1 19 0 18 18
-STDOUT_25605=10 21 3 20 1 19 0 18 18
-STDOUT_25606=10 21 3 20 1 19 0 18 18
-STDOUT_25607=10 21 3 20 1 19 0 18 18
-STDOUT_25608=10 21 3 20 1 19 0 18 18
-STDOUT_25609=10 21 3 20 1 19 0 18 18
-STDOUT_25610=10 21 3 20 1 19 0 18 18
-STDOUT_25611=10 20 4 19 1 18 0 17 18
-STDOUT_25612=10 20 4 19 1 18 0 17 18
-STDOUT_25613=10 21 3 20 1 19 0 18 18
-STDOUT_25614=10 21 3 20 1 19 0 18 18
-STDOUT_25615=11 21 6 20 3 19 1 18 18
-STDOUT_25616=10 21 3 20 1 19 0 18 18
-STDOUT_25617=10 21 3 20 1 19 0 18 18
-STDOUT_25618=10 21 3 20 1 19 0 18 18
-STDOUT_25619=10 21 3 20 1 19 0 18 18
-STDOUT_25620=10 21 3 20 1 19 0 18 18
-STDOUT_25621=10 21 3 20 1 19 0 18 18
-STDOUT_25622=10 21 3 20 1 19 0 18 18
-STDOUT_25623=10 21 3 20 1 19 0 18 18
-STDOUT_25624=10 20 4 19 1 18 0 17 18
-STDOUT_25625=10 21 3 20 1 19 0 18 18
-STDOUT_25626=10 20 4 19 1 18 0 17 18
-STDOUT_25627=10 20 4 19 1 18 0 17 18
-STDOUT_25628=10 21 3 20 1 19 0 18 18
-STDOUT_25629=10 21 3 20 1 19 0 18 18
-STDOUT_25630=10 21 3 20 1 19 0 18 18
-STDOUT_25631=11 21 6 20 3 19 1 18 18
-STDOUT_25632=10 21 3 20 1 19 0 18 18
-STDOUT_25633=10 21 3 20 1 19 0 18 18
-STDOUT_25634=10 21 3 20 1 19 0 18 18
-STDOUT_25635=10 21 3 20 1 19 0 18 18
-STDOUT_25636=10 21 3 20 1 19 0 18 18
-STDOUT_25637=10 21 3 20 1 19 0 18 18
-STDOUT_25638=10 21 3 20 1 19 0 18 18
-STDOUT_25639=10 21 3 20 1 19 0 18 18
-STDOUT_25640=10 20 4 19 1 18 0 17 18
-STDOUT_25641=10 20 4 19 1 18 0 17 18
-STDOUT_25642=10 20 4 19 1 18 0 17 18
-STDOUT_25643=11 21 6 20 3 19 1 18 18
-STDOUT_25644=10 21 3 20 1 19 0 18 18
-STDOUT_25645=11 21 6 20 3 19 1 18 18
-STDOUT_25646=10 20 3 19 1 18 0 17 18
-STDOUT_25647=10 21 3 20 1 19 0 18 18
-STDOUT_25648=10 21 3 20 1 19 0 18 18
-STDOUT_25649=10 21 3 20 1 19 0 18 18
-STDOUT_25650=10 21 3 20 1 19 0 18 18
-STDOUT_25651=10 21 3 20 1 19 0 18 18
-STDOUT_25652=10 21 3 20 1 19 0 18 18
-STDOUT_25653=10 21 3 20 1 19 0 18 18
-STDOUT_25654=10 21 3 20 1 19 0 18 18
-STDOUT_25655=10 21 3 20 1 19 0 18 18
-STDOUT_25656=10 21 3 20 1 19 0 18 18
-STDOUT_25657=10 21 3 20 1 19 0 18 18
-STDOUT_25658=10 21 3 20 1 19 0 18 18
-STDOUT_25659=10 21 3 20 1 19 0 18 18
-STDOUT_25660=10 21 3 20 1 19 0 18 18
-STDOUT_25661=9 19 3 18 1 17 0 16 18
-STDOUT_25662=10 21 3 20 1 19 0 18 18
-STDOUT_25663=10 21 3 20 1 19 0 18 18
-STDOUT_25664=10 21 3 20 1 19 0 18 18
-STDOUT_25665=10 21 3 20 1 19 0 18 18
-STDOUT_25666=10 21 3 20 1 19 0 18 18
-STDOUT_25667=10 20 4 19 1 18 0 17 18
-STDOUT_25668=10 21 3 20 1 19 0 18 18
-STDOUT_25669=10 20 4 19 1 18 0 17 18
-STDOUT_25670=11 21 6 20 3 19 1 18 18
-STDOUT_25671=10 21 3 20 1 19 0 18 18
-STDOUT_25672=10 21 3 20 1 19 0 18 18
-STDOUT_25673=10 21 3 20 1 19 0 18 18
-STDOUT_25674=11 21 6 20 3 19 1 18 18
-STDOUT_25675=11 21 6 20 3 19 1 18 18
-STDOUT_25676=10 20 3 19 1 18 0 17 18
-STDOUT_25677=10 21 3 20 1 19 0 18 18
-STDOUT_25678=10 21 3 20 1 19 0 18 18
-STDOUT_25679=10 21 3 20 1 19 0 18 18
-STDOUT_25680=10 21 3 20 1 19 0 18 18
-STDOUT_25681=10 21 3 20 1 19 0 18 18
-STDOUT_25682=SCORES_TXT_END_0
-STDOUT_25683=SCORES_TXT_BEGIN_0 1 500 9 BLEU
-STDOUT_25684=17 26 9 25 6 24 5 23 41
-STDOUT_25685=17 27 9 26 6 25 5 24 41
-STDOUT_25686=17 26 9 25 6 24 5 23 41
-STDOUT_25687=17 27 9 26 6 25 5 24 41
-STDOUT_25688=17 26 9 25 6 24 5 23 41
-STDOUT_25689=17 27 9 26 6 25 5 24 41
-STDOUT_25690=17 26 9 25 6 24 5 23 41
-STDOUT_25691=17 26 9 25 6 24 5 23 41
-STDOUT_25692=17 27 9 26 6 25 5 24 41
-STDOUT_25693=17 27 9 26 6 25 5 24 41
-STDOUT_25694=17 26 9 25 6 24 5 23 41
-STDOUT_25695=17 26 9 25 6 24 5 23 41
-STDOUT_25696=17 26 9 25 6 24 5 23 41
-STDOUT_25697=17 27 9 26 6 25 5 24 41
-STDOUT_25698=17 27 9 26 6 25 5 24 41
-STDOUT_25699=17 27 9 26 6 25 5 24 41
-STDOUT_25700=17 26 9 25 6 24 5 23 41
-STDOUT_25701=17 26 9 25 6 24 5 23 41
-STDOUT_25702=16 28 9 27 6 26 5 25 41
-STDOUT_25703=17 26 9 25 6 24 5 23 41
-STDOUT_25704=17 26 9 25 6 24 5 23 41
-STDOUT_25705=17 27 9 26 6 25 5 24 41
-STDOUT_25706=18 28 10 27 6 26 5 25 41
-STDOUT_25707=17 27 9 26 6 25 5 24 41
-STDOUT_25708=16 29 9 28 6 27 5 26 41
-STDOUT_25709=17 27 9 26 6 25 5 24 41
-STDOUT_25710=17 27 9 26 6 25 5 24 41
-STDOUT_25711=16 28 9 27 6 26 5 25 41
-STDOUT_25712=17 26 9 25 6 24 5 23 41
-STDOUT_25713=18 29 10 28 6 27 5 26 41
-STDOUT_25714=18 28 10 27 6 26 5 25 41
-STDOUT_25715=17 26 9 25 6 24 5 23 41
-STDOUT_25716=16 29 9 28 6 27 5 26 41
-STDOUT_25717=17 27 9 26 6 25 5 24 41
-STDOUT_25718=17 26 9 25 6 24 5 23 41
-STDOUT_25719=16 28 9 27 6 26 5 25 41
-STDOUT_25720=15 25 5 24 1 23 0 22 41
-STDOUT_25721=18 29 10 28 6 27 5 26 41
-STDOUT_25722=17 27 9 26 6 25 5 24 41
-STDOUT_25723=18 28 10 27 6 26 5 25 41
-STDOUT_25724=17 26 9 25 6 24 5 23 41
-STDOUT_25725=17 27 9 26 6 25 5 24 41
-STDOUT_25726=17 26 9 25 6 24 5 23 41
-STDOUT_25727=16 29 9 28 6 27 5 26 41
-STDOUT_25728=15 26 5 25 1 24 0 23 41
-STDOUT_25729=17 26 9 25 6 24 5 23 41
-STDOUT_25730=18 29 10 28 6 27 5 26 41
-STDOUT_25731=17 26 9 25 6 24 5 23 41
-STDOUT_25732=17 27 9 26 6 25 5 24 41
-STDOUT_25733=17 27 9 26 6 25 5 24 41
-STDOUT_25734=17 26 9 25 6 24 5 23 41
-STDOUT_25735=17 26 9 25 6 24 5 23 41
-STDOUT_25736=18 28 10 27 6 26 5 25 41
-STDOUT_25737=17 26 9 25 6 24 5 23 41
-STDOUT_25738=17 27 9 26 6 25 5 24 41
-STDOUT_25739=17 27 9 26 6 25 5 24 41
-STDOUT_25740=17 27 9 26 6 25 5 24 41
-STDOUT_25741=17 26 9 25 6 24 5 23 41
-STDOUT_25742=17 26 9 25 6 24 5 23 41
-STDOUT_25743=16 28 9 27 6 26 5 25 41
-STDOUT_25744=17 27 9 26 6 25 5 24 41
-STDOUT_25745=18 29 10 28 6 27 5 26 41
-STDOUT_25746=17 26 9 25 6 24 5 23 41
-STDOUT_25747=17 27 9 26 6 25 5 24 41
-STDOUT_25748=17 26 9 25 6 24 5 23 41
-STDOUT_25749=15 24 6 23 2 22 0 21 41
-STDOUT_25750=17 26 9 25 6 24 5 23 41
-STDOUT_25751=18 28 10 27 6 26 5 25 41
-STDOUT_25752=17 27 9 26 6 25 5 24 41
-STDOUT_25753=18 28 10 27 6 26 5 25 41
-STDOUT_25754=17 27 9 26 6 25 5 24 41
-STDOUT_25755=17 26 9 25 6 24 5 23 41
-STDOUT_25756=16 29 9 28 6 27 5 26 41
-STDOUT_25757=17 26 9 25 6 24 5 23 41
-STDOUT_25758=17 27 9 26 6 25 5 24 41
-STDOUT_25759=17 27 9 26 6 25 5 24 41
-STDOUT_25760=15 25 6 24 2 23 0 22 41
-STDOUT_25761=17 27 9 26 6 25 5 24 41
-STDOUT_25762=18 29 10 28 6 27 5 26 41
-STDOUT_25763=18 29 10 28 6 27 5 26 41
-STDOUT_25764=17 26 9 25 6 24 5 23 41
-STDOUT_25765=16 28 9 27 6 26 5 25 41
-STDOUT_25766=17 27 9 26 6 25 5 24 41
-STDOUT_25767=17 27 9 26 6 25 5 24 41
-STDOUT_25768=17 26 9 25 6 24 5 23 41
-STDOUT_25769=17 26 9 25 6 24 5 23 41
-STDOUT_25770=17 26 9 25 6 24 5 23 41
-STDOUT_25771=16 28 9 27 6 26 5 25 41
-STDOUT_25772=18 28 10 27 6 26 5 25 41
-STDOUT_25773=18 26 9 25 6 24 5 23 41
-STDOUT_25774=17 26 9 25 6 24 5 23 41
-STDOUT_25775=16 28 9 27 6 26 5 25 41
-STDOUT_25776=17 26 9 25 6 24 5 23 41
-STDOUT_25777=18 28 10 27 6 26 5 25 41
-STDOUT_25778=17 26 9 25 6 24 5 23 41
-STDOUT_25779=17 27 9 26 6 25 5 24 41
-STDOUT_25780=16 29 9 28 6 27 5 26 41
-STDOUT_25781=15 25 6 24 2 23 0 22 41
-STDOUT_25782=15 25 6 24 2 23 0 22 41
-STDOUT_25783=17 27 9 26 6 25 5 24 41
-STDOUT_25784=30 52 18 51 12 50 9 49 41
-STDOUT_25785=30 52 18 51 12 50 9 49 41
-STDOUT_25786=30 52 18 51 12 50 9 49 41
-STDOUT_25787=30 52 18 51 12 50 9 49 41
-STDOUT_25788=30 54 19 53 15 52 12 51 41
-STDOUT_25789=30 52 18 51 12 50 9 49 41
-STDOUT_25790=30 54 19 53 15 52 12 51 41
-STDOUT_25791=30 52 18 51 12 50 9 49 41
-STDOUT_25792=30 52 18 51 12 50 9 49 41
-STDOUT_25793=30 52 18 51 12 50 9 49 41
-STDOUT_25794=30 52 18 51 12 50 9 49 41
-STDOUT_25795=30 52 18 51 12 50 9 49 41
-STDOUT_25796=30 53 19 52 15 51 12 50 41
-STDOUT_25797=30 52 18 51 12 50 9 49 41
-STDOUT_25798=30 52 18 51 12 50 9 49 41
-STDOUT_25799=30 52 18 51 12 50 9 49 41
-STDOUT_25800=30 53 19 52 15 51 12 50 41
-STDOUT_25801=30 52 18 51 12 50 9 49 41
-STDOUT_25802=30 52 18 51 12 50 9 49 41
-STDOUT_25803=30 54 19 53 15 52 12 51 41
-STDOUT_25804=30 52 18 51 12 50 9 49 41
-STDOUT_25805=30 54 19 53 15 52 12 51 41
-STDOUT_25806=30 52 18 51 12 50 9 49 41
-STDOUT_25807=30 52 18 51 12 50 9 49 41
-STDOUT_25808=30 52 18 51 12 50 9 49 41
-STDOUT_25809=30 53 19 52 15 51 12 50 41
-STDOUT_25810=30 52 18 51 12 50 9 49 41
-STDOUT_25811=30 52 18 51 12 50 9 49 41
-STDOUT_25812=30 52 18 51 12 50 9 49 41
-STDOUT_25813=30 52 18 51 12 50 9 49 41
-STDOUT_25814=30 52 18 51 12 50 9 49 41
-STDOUT_25815=30 53 19 52 15 51 12 50 41
-STDOUT_25816=30 53 19 52 15 51 12 50 41
-STDOUT_25817=30 52 18 51 12 50 9 49 41
-STDOUT_25818=30 52 18 51 12 50 9 49 41
-STDOUT_25819=30 55 17 54 10 53 6 52 41
-STDOUT_25820=30 52 18 51 12 50 9 49 41
-STDOUT_25821=30 52 18 51 12 50 9 49 41
-STDOUT_25822=30 52 18 51 12 50 9 49 41
-STDOUT_25823=30 53 19 52 15 51 12 50 41
-STDOUT_25824=30 52 18 51 12 50 9 49 41
-STDOUT_25825=30 52 18 51 12 50 9 49 41
-STDOUT_25826=30 55 17 54 10 53 6 52 41
-STDOUT_25827=30 52 18 51 12 50 9 49 41
-STDOUT_25828=30 52 18 51 12 50 9 49 41
-STDOUT_25829=30 52 18 51 12 50 9 49 41
-STDOUT_25830=30 52 18 51 12 50 9 49 41
-STDOUT_25831=30 52 18 51 12 50 9 49 41
-STDOUT_25832=30 52 16 51 9 50 6 49 41
-STDOUT_25833=30 52 18 51 12 50 9 49 41
-STDOUT_25834=30 54 19 53 15 52 12 51 41
-STDOUT_25835=30 52 18 51 12 50 9 49 41
-STDOUT_25836=30 52 18 51 12 50 9 49 41
-STDOUT_25837=30 53 19 52 15 51 12 50 41
-STDOUT_25838=30 54 19 53 15 52 12 51 41
-STDOUT_25839=30 54 19 53 15 52 12 51 41
-STDOUT_25840=30 52 16 51 9 50 6 49 41
-STDOUT_25841=30 52 18 51 12 50 9 49 41
-STDOUT_25842=30 52 18 51 12 50 9 49 41
-STDOUT_25843=30 52 18 51 12 50 9 49 41
-STDOUT_25844=30 53 19 52 15 51 12 50 41
-STDOUT_25845=30 52 18 51 12 50 9 49 41
-STDOUT_25846=30 54 19 53 15 52 12 51 41
-STDOUT_25847=30 52 18 51 12 50 9 49 41
-STDOUT_25848=30 52 18 51 12 50 9 49 41
-STDOUT_25849=30 54 19 53 15 52 12 51 41
-STDOUT_25850=30 52 18 51 12 50 9 49 41
-STDOUT_25851=30 55 17 54 10 53 6 52 41
-STDOUT_25852=30 54 19 53 15 52 12 51 41
-STDOUT_25853=30 52 18 51 12 50 9 49 41
-STDOUT_25854=30 54 19 53 15 52 12 51 41
-STDOUT_25855=30 54 19 53 15 52 12 51 41
-STDOUT_25856=30 52 18 51 12 50 9 49 41
-STDOUT_25857=30 53 19 52 15 51 12 50 41
-STDOUT_25858=30 52 18 51 12 50 9 49 41
-STDOUT_25859=30 55 17 54 10 53 6 52 41
-STDOUT_25860=30 52 18 51 12 50 9 49 41
-STDOUT_25861=30 52 18 51 12 50 9 49 41
-STDOUT_25862=30 52 18 51 12 50 9 49 41
-STDOUT_25863=30 52 18 51 12 50 9 49 41
-STDOUT_25864=30 54 19 53 15 52 12 51 41
-STDOUT_25865=30 52 18 51 12 50 9 49 41
-STDOUT_25866=30 52 18 51 12 50 9 49 41
-STDOUT_25867=30 52 18 51 12 50 9 49 41
-STDOUT_25868=30 53 19 52 15 51 12 50 41
-STDOUT_25869=30 53 19 52 15 51 12 50 41
-STDOUT_25870=30 52 18 51 12 50 9 49 41
-STDOUT_25871=30 52 18 51 12 50 9 49 41
-STDOUT_25872=30 52 18 51 12 50 9 49 41
-STDOUT_25873=30 54 19 53 15 52 12 51 41
-STDOUT_25874=30 52 18 51 12 50 9 49 41
-STDOUT_25875=30 52 18 51 12 50 9 49 41
-STDOUT_25876=30 54 19 53 15 52 12 51 41
-STDOUT_25877=30 52 18 51 12 50 9 49 41
-STDOUT_25878=30 52 16 51 9 50 6 49 41
-STDOUT_25879=30 52 18 51 12 50 9 49 41
-STDOUT_25880=30 52 18 51 12 50 9 49 41
-STDOUT_25881=30 52 18 51 12 50 9 49 41
-STDOUT_25882=30 53 19 52 15 51 12 50 41
-STDOUT_25883=30 53 19 52 15 51 12 50 41
-STDOUT_25884=23 42 2 41 0 40 0 39 41
-STDOUT_25885=23 42 2 41 0 40 0 39 41
-STDOUT_25886=24 42 3 41 0 40 0 39 41
-STDOUT_25887=24 42 3 41 0 40 0 39 41
-STDOUT_25888=24 42 2 41 0 40 0 39 41
-STDOUT_25889=24 41 3 40 0 39 0 38 41
-STDOUT_25890=24 42 2 41 0 40 0 39 41
-STDOUT_25891=22 42 2 41 0 40 0 39 41
-STDOUT_25892=24 42 2 41 0 40 0 39 41
-STDOUT_25893=23 42 2 41 0 40 0 39 41
-STDOUT_25894=22 42 2 41 0 40 0 39 41
-STDOUT_25895=25 42 3 41 0 40 0 39 41
-STDOUT_25896=24 42 2 41 0 40 0 39 41
-STDOUT_25897=23 42 2 41 0 40 0 39 41
-STDOUT_25898=25 42 3 41 0 40 0 39 41
-STDOUT_25899=23 42 2 41 0 40 0 39 41
-STDOUT_25900=25 42 3 41 0 40 0 39 41
-STDOUT_25901=23 42 2 41 0 40 0 39 41
-STDOUT_25902=25 41 4 40 0 39 0 38 41
-STDOUT_25903=25 42 3 41 0 40 0 39 41
-STDOUT_25904=23 42 2 41 0 40 0 39 41
-STDOUT_25905=23 42 3 41 0 40 0 39 41
-STDOUT_25906=24 42 3 41 0 40 0 39 41
-STDOUT_25907=23 42 3 41 0 40 0 39 41
-STDOUT_25908=25 41 3 40 0 39 0 38 41
-STDOUT_25909=24 42 3 41 0 40 0 39 41
-STDOUT_25910=23 42 2 41 0 40 0 39 41
-STDOUT_25911=23 42 2 41 0 40 0 39 41
-STDOUT_25912=23 42 2 41 0 40 0 39 41
-STDOUT_25913=23 41 3 40 0 39 0 38 41
-STDOUT_25914=25 42 2 41 0 40 0 39 41
-STDOUT_25915=23 42 2 41 0 40 0 39 41
-STDOUT_25916=23 42 2 41 0 40 0 39 41
-STDOUT_25917=24 42 2 41 0 40 0 39 41
-STDOUT_25918=25 41 3 40 0 39 0 38 41
-STDOUT_25919=23 42 2 41 0 40 0 39 41
-STDOUT_25920=24 41 3 40 0 39 0 38 41
-STDOUT_25921=26 42 3 41 0 40 0 39 41
-STDOUT_25922=24 42 3 41 0 40 0 39 41
-STDOUT_25923=25 42 2 41 0 40 0 39 41
-STDOUT_25924=24 42 2 41 0 40 0 39 41
-STDOUT_25925=26 41 4 40 0 39 0 38 41
-STDOUT_25926=23 42 2 41 0 40 0 39 41
-STDOUT_25927=22 42 2 41 0 40 0 39 41
-STDOUT_25928=26 42 3 41 0 40 0 39 41
-STDOUT_25929=24 42 2 41 0 40 0 39 41
-STDOUT_25930=24 42 3 41 0 40 0 39 41
-STDOUT_25931=23 42 2 41 0 40 0 39 41
-STDOUT_25932=22 42 2 41 0 40 0 39 41
-STDOUT_25933=22 42 2 41 0 40 0 39 41
-STDOUT_25934=25 42 3 41 0 40 0 39 41
-STDOUT_25935=24 42 2 41 0 40 0 39 41
-STDOUT_25936=24 42 3 41 0 40 0 39 41
-STDOUT_25937=24 42 2 41 0 40 0 39 41
-STDOUT_25938=24 42 2 41 0 40 0 39 41
-STDOUT_25939=22 42 2 41 0 40 0 39 41
-STDOUT_25940=23 42 2 41 0 40 0 39 41
-STDOUT_25941=25 42 3 41 0 40 0 39 41
-STDOUT_25942=26 41 4 40 0 39 0 38 41
-STDOUT_25943=24 41 3 40 0 39 0 38 41
-STDOUT_25944=24 42 2 41 0 40 0 39 41
-STDOUT_25945=24 42 2 41 0 40 0 39 41
-STDOUT_25946=22 42 2 41 0 40 0 39 41
-STDOUT_25947=23 42 2 41 0 40 0 39 41
-STDOUT_25948=24 42 3 41 0 40 0 39 41
-STDOUT_25949=22 42 2 41 0 40 0 39 41
-STDOUT_25950=24 42 2 41 0 40 0 39 41
-STDOUT_25951=24 42 2 41 0 40 0 39 41
-STDOUT_25952=24 41 4 40 0 39 0 38 41
-STDOUT_25953=23 42 2 41 0 40 0 39 41
-STDOUT_25954=25 42 3 41 0 40 0 39 41
-STDOUT_25955=23 42 2 41 0 40 0 39 41
-STDOUT_25956=24 42 3 41 0 40 0 39 41
-STDOUT_25957=25 41 4 40 0 39 0 38 41
-STDOUT_25958=22 42 2 41 0 40 0 39 41
-STDOUT_25959=25 42 3 41 0 40 0 39 41
-STDOUT_25960=25 42 3 41 0 40 0 39 41
-STDOUT_25961=23 42 2 41 0 40 0 39 41
-STDOUT_25962=22 41 2 40 0 39 0 38 41
-STDOUT_25963=24 42 2 41 0 40 0 39 41
-STDOUT_25964=24 42 2 41 0 40 0 39 41
-STDOUT_25965=23 42 3 41 0 40 0 39 41
-STDOUT_25966=24 41 3 40 0 39 0 38 41
-STDOUT_25967=24 41 3 40 0 39 0 38 41
-STDOUT_25968=24 41 3 40 0 39 0 38 41
-STDOUT_25969=24 42 2 41 0 40 0 39 41
-STDOUT_25970=24 42 2 41 0 40 0 39 41
-STDOUT_25971=23 42 3 41 0 40 0 39 41
-STDOUT_25972=26 41 3 40 0 39 0 38 41
-STDOUT_25973=23 42 3 41 0 40 0 39 41
-STDOUT_25974=22 42 2 41 0 40 0 39 41
-STDOUT_25975=22 42 2 41 0 40 0 39 41
-STDOUT_25976=25 41 3 40 0 39 0 38 41
-STDOUT_25977=25 42 3 41 0 40 0 39 41
-STDOUT_25978=23 42 2 41 0 40 0 39 41
-STDOUT_25979=22 42 2 41 0 40 0 39 41
-STDOUT_25980=23 42 2 41 0 40 0 39 41
-STDOUT_25981=23 42 2 41 0 40 0 39 41
-STDOUT_25982=27 41 4 40 0 39 0 38 41
-STDOUT_25983=23 42 3 41 0 40 0 39 41
-STDOUT_25984=29 37 17 36 10 35 7 34 41
-STDOUT_25985=29 37 17 36 10 35 7 34 41
-STDOUT_25986=28 35 17 34 10 33 7 32 41
-STDOUT_25987=29 37 17 36 10 35 7 34 41
-STDOUT_25988=29 37 17 36 10 35 7 34 41
-STDOUT_25989=28 35 17 34 10 33 7 32 41
-STDOUT_25990=28 34 17 33 10 32 7 31 41
-STDOUT_25991=29 37 17 36 10 35 7 34 41
-STDOUT_25992=29 39 17 38 10 37 7 36 41
-STDOUT_25993=29 37 17 36 10 35 7 34 41
-STDOUT_25994=28 34 17 33 10 32 7 31 41
-STDOUT_25995=28 36 15 35 8 34 6 33 41
-STDOUT_25996=29 39 17 38 10 37 7 36 41
-STDOUT_25997=29 37 17 36 10 35 7 34 41
-STDOUT_25998=29 37 17 36 10 35 7 34 41
-STDOUT_25999=28 36 15 35 8 34 6 33 41
-STDOUT_26000=28 35 17 34 10 33 7 32 41
-STDOUT_26001=28 35 17 34 10 33 7 32 41
-STDOUT_26002=29 37 17 36 10 35 7 34 41
-STDOUT_26003=29 38 19 37 13 36 9 35 41
-STDOUT_26004=29 37 17 36 10 35 7 34 41
-STDOUT_26005=28 35 17 34 10 33 7 32 41
-STDOUT_26006=28 37 17 36 10 35 7 34 41
-STDOUT_26007=28 34 17 33 10 32 7 31 41
-STDOUT_26008=28 34 17 33 10 32 7 31 41
-STDOUT_26009=29 38 19 37 13 36 9 35 41
-STDOUT_26010=27 33 15 32 8 31 6 30 41
-STDOUT_26011=29 39 17 38 10 37 7 36 41
-STDOUT_26012=29 39 17 38 10 37 7 36 41
-STDOUT_26013=27 34 15 33 8 32 6 31 41
-STDOUT_26014=29 37 17 36 10 35 7 34 41
-STDOUT_26015=28 37 17 36 10 35 7 34 41
-STDOUT_26016=29 37 17 36 10 35 7 34 41
-STDOUT_26017=28 34 17 33 10 32 7 31 41
-STDOUT_26018=28 36 17 35 10 34 7 33 41
-STDOUT_26019=29 37 17 36 10 35 7 34 41
-STDOUT_26020=27 33 15 32 8 31 6 30 41
-STDOUT_26021=28 36 15 35 8 34 6 33 41
-STDOUT_26022=29 39 17 38 10 37 7 36 41
-STDOUT_26023=29 37 17 36 10 35 7 34 41
-STDOUT_26024=27 34 15 33 8 32 6 31 41
-STDOUT_26025=28 36 15 35 8 34 6 33 41
-STDOUT_26026=29 37 17 36 10 35 7 34 41
-STDOUT_26027=29 37 17 36 10 35 7 34 41
-STDOUT_26028=29 39 17 38 10 37 7 36 41
-STDOUT_26029=28 36 17 35 10 34 7 33 41
-STDOUT_26030=29 37 17 36 10 35 7 34 41
-STDOUT_26031=29 37 17 36 10 35 7 34 41
-STDOUT_26032=28 36 15 35 8 34 6 33 41
-STDOUT_26033=28 38 15 37 8 36 6 35 41
-STDOUT_26034=28 35 17 34 10 33 7 32 41
-STDOUT_26035=28 36 15 35 8 34 6 33 41
-STDOUT_26036=28 36 15 35 8 34 6 33 41
-STDOUT_26037=29 39 17 38 10 37 7 36 41
-STDOUT_26038=29 39 17 38 10 37 7 36 41
-STDOUT_26039=29 38 19 37 13 36 9 35 41
-STDOUT_26040=29 37 17 36 10 35 7 34 41
-STDOUT_26041=28 34 17 33 10 32 7 31 41
-STDOUT_26042=28 38 15 37 8 36 6 35 41
-STDOUT_26043=28 37 17 36 10 35 7 34 41
-STDOUT_26044=28 36 15 35 8 34 6 33 41
-STDOUT_26045=30 38 19 37 13 36 10 35 41
-STDOUT_26046=28 37 17 36 10 35 7 34 41
-STDOUT_26047=28 36 15 35 8 34 6 33 41
-STDOUT_26048=28 34 17 33 10 32 7 31 41
-STDOUT_26049=29 39 17 38 10 37 7 36 41
-STDOUT_26050=29 40 19 39 13 38 9 37 41
-STDOUT_26051=27 33 15 32 8 31 6 30 41
-STDOUT_26052=28 35 17 34 10 33 7 32 41
-STDOUT_26053=28 34 17 33 10 32 7 31 41
-STDOUT_26054=29 39 17 38 10 37 7 36 41
-STDOUT_26055=27 34 15 33 8 32 6 31 41
-STDOUT_26056=29 37 17 36 10 35 7 34 41
-STDOUT_26057=30 38 19 37 13 36 10 35 41
-STDOUT_26058=28 37 17 36 10 35 7 34 41
-STDOUT_26059=28 36 15 35 8 34 6 33 41
-STDOUT_26060=28 36 17 35 10 34 7 33 41
-STDOUT_26061=28 35 17 34 10 33 7 32 41
-STDOUT_26062=28 37 17 36 11 35 8 34 41
-STDOUT_26063=28 36 17 35 10 34 7 33 41
-STDOUT_26064=29 40 19 39 13 38 9 37 41
-STDOUT_26065=27 34 15 33 8 32 6 31 41
-STDOUT_26066=29 37 17 36 10 35 7 34 41
-STDOUT_26067=27 33 15 32 8 31 6 30 41
-STDOUT_26068=27 35 15 34 8 33 6 32 41
-STDOUT_26069=28 35 17 34 10 33 7 32 41
-STDOUT_26070=28 35 17 34 10 33 7 32 41
-STDOUT_26071=29 37 17 36 10 35 7 34 41
-STDOUT_26072=27 34 15 33 8 32 6 31 41
-STDOUT_26073=28 36 15 35 8 34 6 33 41
-STDOUT_26074=27 36 15 35 8 34 6 33 41
-STDOUT_26075=29 39 17 38 10 37 7 36 41
-STDOUT_26076=29 39 17 38 10 37 7 36 41
-STDOUT_26077=28 36 17 35 10 34 7 33 41
-STDOUT_26078=28 37 17 36 11 35 8 34 41
-STDOUT_26079=27 34 15 33 8 32 6 31 41
-STDOUT_26080=28 34 17 33 10 32 7 31 41
-STDOUT_26081=29 37 17 36 10 35 7 34 41
-STDOUT_26082=29 39 17 38 10 37 7 36 41
-STDOUT_26083=27 33 15 32 8 31 6 30 41
-STDOUT_26084=27 37 15 36 8 35 6 34 41
-STDOUT_26085=27 37 15 36 8 35 6 34 41
-STDOUT_26086=27 37 15 36 8 35 6 34 41
-STDOUT_26087=27 37 15 36 8 35 6 34 41
-STDOUT_26088=27 37 15 36 8 35 6 34 41
-STDOUT_26089=27 37 15 36 8 35 6 34 41
-STDOUT_26090=27 37 15 36 8 35 6 34 41
-STDOUT_26091=27 36 15 35 8 34 6 33 41
-STDOUT_26092=27 37 15 36 8 35 6 34 41
-STDOUT_26093=27 37 15 36 8 35 6 34 41
-STDOUT_26094=27 37 15 36 8 35 6 34 41
-STDOUT_26095=27 37 15 36 8 35 6 34 41
-STDOUT_26096=27 37 15 36 8 35 6 34 41
-STDOUT_26097=27 37 15 36 8 35 6 34 41
-STDOUT_26098=27 37 15 36 8 35 6 34 41
-STDOUT_26099=27 37 15 36 8 35 6 34 41
-STDOUT_26100=27 37 15 36 8 35 6 34 41
-STDOUT_26101=27 37 15 36 8 35 6 34 41
-STDOUT_26102=27 37 15 36 8 35 6 34 41
-STDOUT_26103=27 37 15 36 8 35 6 34 41
-STDOUT_26104=27 37 15 36 8 35 6 34 41
-STDOUT_26105=27 37 15 36 8 35 6 34 41
-STDOUT_26106=27 37 15 36 8 35 6 34 41
-STDOUT_26107=27 37 15 36 8 35 6 34 41
-STDOUT_26108=27 37 15 36 8 35 6 34 41
-STDOUT_26109=27 37 15 36 8 35 6 34 41
-STDOUT_26110=27 36 15 35 8 34 6 33 41
-STDOUT_26111=27 36 15 35 8 34 6 33 41
-STDOUT_26112=27 37 15 36 8 35 6 34 41
-STDOUT_26113=27 37 15 36 8 35 6 34 41
-STDOUT_26114=27 37 15 36 8 35 6 34 41
-STDOUT_26115=27 37 15 36 8 35 6 34 41
-STDOUT_26116=27 37 15 36 8 35 6 34 41
-STDOUT_26117=27 37 15 36 8 35 6 34 41
-STDOUT_26118=27 37 15 36 8 35 6 34 41
-STDOUT_26119=27 37 15 36 8 35 6 34 41
-STDOUT_26120=27 36 15 35 8 34 6 33 41
-STDOUT_26121=27 37 15 36 8 35 6 34 41
-STDOUT_26122=27 37 15 36 8 35 6 34 41
-STDOUT_26123=27 36 15 35 8 34 6 33 41
-STDOUT_26124=27 37 15 36 8 35 6 34 41
-STDOUT_26125=26 36 13 35 6 34 5 33 41
-STDOUT_26126=27 37 15 36 8 35 6 34 41
-STDOUT_26127=26 36 13 35 6 34 5 33 41
-STDOUT_26128=27 37 15 36 8 35 6 34 41
-STDOUT_26129=27 37 15 36 8 35 6 34 41
-STDOUT_26130=27 37 15 36 8 35 6 34 41
-STDOUT_26131=27 37 15 36 8 35 6 34 41
-STDOUT_26132=27 36 15 35 8 34 6 33 41
-STDOUT_26133=27 36 15 35 8 34 6 33 41
-STDOUT_26134=27 37 15 36 8 35 6 34 41
-STDOUT_26135=27 37 15 36 8 35 6 34 41
-STDOUT_26136=27 37 15 36 8 35 6 34 41
-STDOUT_26137=27 36 15 35 8 34 6 33 41
-STDOUT_26138=27 37 15 36 8 35 6 34 41
-STDOUT_26139=27 37 15 36 8 35 6 34 41
-STDOUT_26140=27 37 15 36 8 35 6 34 41
-STDOUT_26141=27 37 15 36 8 35 6 34 41
-STDOUT_26142=27 37 15 36 8 35 6 34 41
-STDOUT_26143=27 37 15 36 8 35 6 34 41
-STDOUT_26144=27 37 15 36 8 35 6 34 41
-STDOUT_26145=27 37 15 36 8 35 6 34 41
-STDOUT_26146=27 37 15 36 8 35 6 34 41
-STDOUT_26147=27 37 15 36 8 35 6 34 41
-STDOUT_26148=27 37 15 36 8 35 6 34 41
-STDOUT_26149=27 37 15 36 8 35 6 34 41
-STDOUT_26150=27 37 15 36 8 35 6 34 41
-STDOUT_26151=27 37 15 36 8 35 6 34 41
-STDOUT_26152=27 37 15 36 8 35 6 34 41
-STDOUT_26153=27 37 15 36 8 35 6 34 41
-STDOUT_26154=27 37 15 36 8 35 6 34 41
-STDOUT_26155=27 37 15 36 8 35 6 34 41
-STDOUT_26156=27 37 15 36 8 35 6 34 41
-STDOUT_26157=27 37 15 36 8 35 6 34 41
-STDOUT_26158=27 37 15 36 8 35 6 34 41
-STDOUT_26159=27 37 15 36 8 35 6 34 41
-STDOUT_26160=27 36 15 35 8 34 6 33 41
-STDOUT_26161=27 37 15 36 8 35 6 34 41
-STDOUT_26162=27 37 15 36 8 35 6 34 41
-STDOUT_26163=27 37 15 36 8 35 6 34 41
-STDOUT_26164=27 37 15 36 8 35 6 34 41
-STDOUT_26165=26 36 13 35 6 34 5 33 41
-STDOUT_26166=27 36 15 35 8 34 6 33 41
-STDOUT_26167=27 37 15 36 8 35 6 34 41
-STDOUT_26168=27 36 15 35 8 34 6 33 41
-STDOUT_26169=26 36 13 35 6 34 5 33 41
-STDOUT_26170=27 37 15 36 8 35 6 34 41
-STDOUT_26171=27 37 15 36 8 35 6 34 41
-STDOUT_26172=26 36 13 35 6 34 5 33 41
-STDOUT_26173=27 36 15 35 8 34 6 33 41
-STDOUT_26174=26 36 13 35 6 34 5 33 41
-STDOUT_26175=26 36 13 35 6 34 5 33 41
-STDOUT_26176=27 37 15 36 8 35 6 34 41
-STDOUT_26177=27 37 15 36 8 35 6 34 41
-STDOUT_26178=27 37 15 36 8 35 6 34 41
-STDOUT_26179=26 36 13 35 6 34 5 33 41
-STDOUT_26180=26 36 13 35 6 34 5 33 41
-STDOUT_26181=26 36 13 35 6 34 5 33 41
-STDOUT_26182=27 37 15 36 8 35 6 34 41
-STDOUT_26183=27 37 15 36 8 35 6 34 41
-STDOUT_26184=SCORES_TXT_END_0
-STDOUT_26185=SCORES_TXT_BEGIN_0 2 500 9 BLEU
-STDOUT_26186=13 18 7 17 4 16 3 15 21
-STDOUT_26187=13 18 7 17 4 16 3 15 21
-STDOUT_26188=13 21 7 20 4 19 3 18 21
-STDOUT_26189=13 21 7 20 4 19 3 18 21
-STDOUT_26190=13 18 7 17 4 16 3 15 21
-STDOUT_26191=13 18 7 17 4 16 3 15 21
-STDOUT_26192=12 17 6 16 4 15 3 14 21
-STDOUT_26193=13 18 7 17 4 16 3 15 21
-STDOUT_26194=9 15 2 14 0 13 0 12 21
-STDOUT_26195=13 21 7 20 4 19 3 18 21
-STDOUT_26196=13 18 7 17 4 16 3 15 21
-STDOUT_26197=12 17 6 16 4 15 3 14 21
-STDOUT_26198=8 14 2 13 0 12 0 11 21
-STDOUT_26199=13 21 7 20 4 19 3 18 21
-STDOUT_26200=13 18 7 17 4 16 3 15 21
-STDOUT_26201=13 18 7 17 4 16 3 15 21
-STDOUT_26202=9 15 2 14 0 13 0 12 21
-STDOUT_26203=15 21 7 20 4 19 3 18 21
-STDOUT_26204=13 21 7 20 4 19 3 18 21
-STDOUT_26205=13 18 7 17 4 16 3 15 21
-STDOUT_26206=13 18 7 17 4 16 3 15 21
-STDOUT_26207=8 14 2 13 0 12 0 11 21
-STDOUT_26208=13 21 7 20 4 19 3 18 21
-STDOUT_26209=12 20 6 19 4 18 3 17 21
-STDOUT_26210=13 18 7 17 4 16 3 15 21
-STDOUT_26211=15 21 7 20 4 19 3 18 21
-STDOUT_26212=8 15 2 14 0 13 0 12 21
-STDOUT_26213=13 21 7 20 4 19 3 18 21
-STDOUT_26214=13 18 7 17 4 16 3 15 21
-STDOUT_26215=9 18 2 17 0 16 0 15 21
-STDOUT_26216=13 22 7 21 4 20 3 19 21
-STDOUT_26217=9 15 2 14 0 13 0 12 21
-STDOUT_26218=12 17 6 16 4 15 3 14 21
-STDOUT_26219=13 18 7 17 4 16 3 15 21
-STDOUT_26220=12 20 6 19 4 18 3 17 21
-STDOUT_26221=8 17 2 16 0 15 0 14 21
-STDOUT_26222=13 18 7 17 4 16 3 15 21
-STDOUT_26223=12 20 7 19 4 18 3 17 21
-STDOUT_26224=7 15 2 14 0 13 0 12 21
-STDOUT_26225=8 15 2 14 0 13 0 12 21
-STDOUT_26226=13 21 7 20 4 19 3 18 21
-STDOUT_26227=13 18 7 17 4 16 3 15 21
-STDOUT_26228=13 18 7 17 4 16 3 15 21
-STDOUT_26229=11 16 5 15 1 14 0 13 21
-STDOUT_26230=9 18 2 17 0 16 0 15 21
-STDOUT_26231=13 22 7 21 4 20 3 19 21
-STDOUT_26232=9 15 2 14 0 13 0 12 21
-STDOUT_26233=8 15 2 14 0 13 0 12 21
-STDOUT_26234=7 14 2 13 0 12 0 11 21
-STDOUT_26235=9 16 2 15 0 14 0 13 21
-STDOUT_26236=12 17 6 16 4 15 3 14 21
-STDOUT_26237=9 15 2 14 0 13 0 12 21
-STDOUT_26238=13 21 7 20 4 19 3 18 21
-STDOUT_26239=13 21 7 20 4 19 3 18 21
-STDOUT_26240=8 15 2 14 0 13 0 12 21
-STDOUT_26241=13 18 7 17 4 16 3 15 21
-STDOUT_26242=13 21 7 20 4 19 3 18 21
-STDOUT_26243=13 18 7 17 4 16 3 15 21
-STDOUT_26244=8 17 2 16 0 15 0 14 21
-STDOUT_26245=12 18 7 17 4 16 3 15 21
-STDOUT_26246=12 20 7 19 4 18 3 17 21
-STDOUT_26247=7 15 2 14 0 13 0 12 21
-STDOUT_26248=12 17 6 16 4 15 3 14 21
-STDOUT_26249=8 14 2 13 0 12 0 11 21
-STDOUT_26250=12 19 7 18 4 17 3 16 21
-STDOUT_26251=13 21 7 20 4 19 3 18 21
-STDOUT_26252=11 16 5 15 1 14 0 13 21
-STDOUT_26253=13 18 7 17 4 16 3 15 21
-STDOUT_26254=13 19 7 18 4 17 3 16 21
-STDOUT_26255=13 18 7 17 4 16 3 15 21
-STDOUT_26256=7 15 2 14 0 13 0 12 21
-STDOUT_26257=8 15 2 14 0 13 0 12 21
-STDOUT_26258=7 14 2 13 0 12 0 11 21
-STDOUT_26259=9 16 2 15 0 14 0 13 21
-STDOUT_26260=12 17 6 16 4 15 3 14 21
-STDOUT_26261=9 15 2 14 0 13 0 12 21
-STDOUT_26262=13 21 7 20 4 19 3 18 21
-STDOUT_26263=13 21 7 20 4 19 3 18 21
-STDOUT_26264=8 18 2 17 0 16 0 15 21
-STDOUT_26265=15 21 7 20 4 19 3 18 21
-STDOUT_26266=10 15 4 14 1 13 0 12 21
-STDOUT_26267=8 14 1 13 0 12 0 11 21
-STDOUT_26268=8 15 2 14 0 13 0 12 21
-STDOUT_26269=13 21 7 20 4 19 3 18 21
-STDOUT_26270=13 21 7 20 4 19 3 18 21
-STDOUT_26271=13 18 7 17 4 16 3 15 21
-STDOUT_26272=12 20 6 19 4 18 3 17 21
-STDOUT_26273=12 18 7 17 4 16 3 15 21
-STDOUT_26274=12 17 6 16 4 15 3 14 21
-STDOUT_26275=13 18 7 17 4 16 3 15 21
-STDOUT_26276=13 18 7 17 4 16 3 15 21
-STDOUT_26277=8 15 2 14 0 13 0 12 21
-STDOUT_26278=9 18 2 17 0 16 0 15 21
-STDOUT_26279=9 15 2 14 0 13 0 12 21
-STDOUT_26280=8 14 2 13 0 12 0 11 21
-STDOUT_26281=12 17 6 16 4 15 3 14 21
-STDOUT_26282=7 13 1 12 0 11 0 10 21
-STDOUT_26283=12 20 6 19 4 18 3 17 21
-STDOUT_26284=13 21 7 20 4 19 3 18 21
-STDOUT_26285=13 21 7 20 4 19 3 18 21
-STDOUT_26286=14 29 10 28 7 27 5 26 21
-STDOUT_26287=13 29 8 28 5 27 4 26 21
-STDOUT_26288=13 29 8 28 5 27 4 26 21
-STDOUT_26289=14 29 10 28 7 27 5 26 21
-STDOUT_26290=14 29 10 28 7 27 5 26 21
-STDOUT_26291=14 29 10 28 7 27 5 26 21
-STDOUT_26292=13 29 8 28 5 27 4 26 21
-STDOUT_26293=13 29 8 28 5 27 4 26 21
-STDOUT_26294=13 29 8 28 5 27 4 26 21
-STDOUT_26295=14 29 10 28 7 27 5 26 21
-STDOUT_26296=13 29 8 28 5 27 4 26 21
-STDOUT_26297=13 29 8 28 5 27 4 26 21
-STDOUT_26298=14 29 10 28 7 27 5 26 21
-STDOUT_26299=14 28 8 27 5 26 3 25 21
-STDOUT_26300=13 29 8 28 5 27 4 26 21
-STDOUT_26301=15 29 12 28 9 27 7 26 21
-STDOUT_26302=14 29 10 28 7 27 5 26 21
-STDOUT_26303=14 29 10 28 7 27 5 26 21
-STDOUT_26304=14 29 10 28 7 27 5 26 21
-STDOUT_26305=13 29 8 28 5 27 4 26 21
-STDOUT_26306=14 29 10 28 7 27 5 26 21
-STDOUT_26307=13 29 8 28 5 27 4 26 21
-STDOUT_26308=13 29 8 28 5 27 4 26 21
-STDOUT_26309=14 29 10 28 7 27 5 26 21
-STDOUT_26310=14 30 9 29 6 28 4 27 21
-STDOUT_26311=13 28 6 27 3 26 2 25 21
-STDOUT_26312=14 29 10 28 7 27 5 26 21
-STDOUT_26313=13 29 8 28 5 27 4 26 21
-STDOUT_26314=14 29 10 28 7 27 6 26 21
-STDOUT_26315=13 28 6 27 3 26 2 25 21
-STDOUT_26316=14 30 8 29 5 28 3 27 21
-STDOUT_26317=13 29 8 28 5 27 4 26 21
-STDOUT_26318=14 29 10 28 7 27 5 26 21
-STDOUT_26319=14 29 10 28 7 27 6 26 21
-STDOUT_26320=13 29 8 28 5 27 4 26 21
-STDOUT_26321=13 29 8 28 5 27 4 26 21
-STDOUT_26322=13 29 8 28 5 27 4 26 21
-STDOUT_26323=14 29 10 28 7 27 5 26 21
-STDOUT_26324=14 29 10 28 7 27 5 26 21
-STDOUT_26325=14 28 8 27 5 26 3 25 21
-STDOUT_26326=15 29 12 28 9 27 7 26 21
-STDOUT_26327=14 29 10 28 7 27 5 26 21
-STDOUT_26328=14 35 9 34 6 33 4 32 21
-STDOUT_26329=14 29 10 28 7 27 5 26 21
-STDOUT_26330=14 28 8 27 5 26 3 25 21
-STDOUT_26331=14 29 10 28 7 27 5 26 21
-STDOUT_26332=13 30 7 29 4 28 3 27 21
-STDOUT_26333=15 29 12 28 9 27 7 26 21
-STDOUT_26334=14 29 10 28 7 27 5 26 21
-STDOUT_26335=13 29 8 28 5 27 4 26 21
-STDOUT_26336=14 29 10 28 7 27 5 26 21
-STDOUT_26337=13 30 7 29 4 28 3 27 21
-STDOUT_26338=13 30 6 29 3 28 2 27 21
-STDOUT_26339=14 28 8 27 5 26 3 25 21
-STDOUT_26340=13 29 8 28 5 27 4 26 21
-STDOUT_26341=13 29 8 28 5 27 4 26 21
-STDOUT_26342=14 29 10 28 7 27 5 26 21
-STDOUT_26343=15 29 12 28 9 27 7 26 21
-STDOUT_26344=14 29 10 28 7 27 5 26 21
-STDOUT_26345=14 28 8 27 5 26 3 25 21
-STDOUT_26346=13 30 6 29 3 28 2 27 21
-STDOUT_26347=13 29 8 28 5 27 4 26 21
-STDOUT_26348=13 30 9 29 7 28 5 27 21
-STDOUT_26349=14 30 9 29 6 28 4 27 21
-STDOUT_26350=13 29 8 28 5 27 4 26 21
-STDOUT_26351=13 29 8 28 5 27 4 26 21
-STDOUT_26352=14 29 10 28 7 27 5 26 21
-STDOUT_26353=13 29 8 28 5 27 4 26 21
-STDOUT_26354=13 29 8 28 5 27 4 26 21
-STDOUT_26355=14 30 8 29 5 28 3 27 21
-STDOUT_26356=13 28 6 27 3 26 2 25 21
-STDOUT_26357=14 29 10 28 7 27 6 26 21
-STDOUT_26358=14 30 9 29 6 28 4 27 21
-STDOUT_26359=13 35 7 34 4 33 3 32 21
-STDOUT_26360=13 29 8 28 5 27 4 26 21
-STDOUT_26361=13 28 6 27 3 26 2 25 21
-STDOUT_26362=13 29 8 28 5 27 4 26 21
-STDOUT_26363=14 29 10 28 7 27 5 26 21
-STDOUT_26364=13 35 7 34 4 33 3 32 21
-STDOUT_26365=14 29 10 28 7 27 6 26 21
-STDOUT_26366=13 29 8 28 5 27 4 26 21
-STDOUT_26367=14 29 10 28 7 27 5 26 21
-STDOUT_26368=14 29 10 28 7 27 5 26 21
-STDOUT_26369=13 28 6 27 3 26 2 25 21
-STDOUT_26370=14 30 8 29 5 28 3 27 21
-STDOUT_26371=13 29 8 28 5 27 4 26 21
-STDOUT_26372=14 30 9 29 6 28 4 27 21
-STDOUT_26373=14 29 10 28 7 27 6 26 21
-STDOUT_26374=13 29 8 28 5 27 4 26 21
-STDOUT_26375=13 28 6 27 3 26 2 25 21
-STDOUT_26376=14 29 10 28 7 27 5 26 21
-STDOUT_26377=13 29 8 28 5 27 4 26 21
-STDOUT_26378=13 29 8 28 5 27 4 26 21
-STDOUT_26379=14 29 10 28 7 27 5 26 21
-STDOUT_26380=14 29 10 28 7 27 5 26 21
-STDOUT_26381=14 29 10 28 7 27 6 26 21
-STDOUT_26382=13 28 6 27 3 26 2 25 21
-STDOUT_26383=13 29 8 28 5 27 4 26 21
-STDOUT_26384=14 29 8 28 5 27 3 26 21
-STDOUT_26385=14 29 10 28 7 27 5 26 21
-STDOUT_26386=10 24 1 23 0 22 0 21 21
-STDOUT_26387=9 23 2 22 0 21 0 20 21
-STDOUT_26388=11 23 2 22 0 21 0 20 21
-STDOUT_26389=8 24 0 23 0 22 0 21 21
-STDOUT_26390=11 25 2 24 0 23 0 22 21
-STDOUT_26391=11 24 1 23 0 22 0 21 21
-STDOUT_26392=10 23 2 22 0 21 0 20 21
-STDOUT_26393=11 24 1 23 0 22 0 21 21
-STDOUT_26394=9 24 1 23 0 22 0 21 21
-STDOUT_26395=11 24 1 23 0 22 0 21 21
-STDOUT_26396=9 23 0 22 0 21 0 20 21
-STDOUT_26397=8 23 0 22 0 21 0 20 21
-STDOUT_26398=8 23 0 22 0 21 0 20 21
-STDOUT_26399=8 23 2 22 0 21 0 20 21
-STDOUT_26400=9 24 1 23 0 22 0 21 21
-STDOUT_26401=9 25 1 24 0 23 0 22 21
-STDOUT_26402=9 24 0 23 0 22 0 21 21
-STDOUT_26403=10 23 2 22 0 21 0 20 21
-STDOUT_26404=9 24 0 23 0 22 0 21 21
-STDOUT_26405=12 25 2 24 0 23 0 22 21
-STDOUT_26406=7 24 0 23 0 22 0 21 21
-STDOUT_26407=12 24 1 23 0 22 0 21 21
-STDOUT_26408=10 25 2 24 0 23 0 22 21
-STDOUT_26409=9 24 0 23 0 22 0 21 21
-STDOUT_26410=12 25 2 24 0 23 0 22 21
-STDOUT_26411=10 24 1 23 0 22 0 21 21
-STDOUT_26412=12 24 1 23 0 22 0 21 21
-STDOUT_26413=10 24 1 23 0 22 0 21 21
-STDOUT_26414=9 24 1 23 0 22 0 21 21
-STDOUT_26415=10 23 0 22 0 21 0 20 21
-STDOUT_26416=9 23 2 22 0 21 0 20 21
-STDOUT_26417=9 23 0 22 0 21 0 20 21
-STDOUT_26418=10 23 2 22 0 21 0 20 21
-STDOUT_26419=9 24 1 23 0 22 0 21 21
-STDOUT_26420=9 23 2 22 0 21 0 20 21
-STDOUT_26421=9 23 0 22 0 21 0 20 21
-STDOUT_26422=7 24 0 23 0 22 0 21 21
-STDOUT_26423=10 25 2 24 0 23 0 22 21
-STDOUT_26424=10 24 1 23 0 22 0 21 21
-STDOUT_26425=12 24 1 23 0 22 0 21 21
-STDOUT_26426=10 24 1 23 0 22 0 21 21
-STDOUT_26427=10 24 1 23 0 22 0 21 21
-STDOUT_26428=10 23 0 22 0 21 0 20 21
-STDOUT_26429=9 23 0 22 0 21 0 20 21
-STDOUT_26430=8 23 0 22 0 21 0 20 21
-STDOUT_26431=7 23 0 22 0 21 0 20 21
-STDOUT_26432=10 23 0 22 0 21 0 20 21
-STDOUT_26433=9 23 0 22 0 21 0 20 21
-STDOUT_26434=9 23 0 22 0 21 0 20 21
-STDOUT_26435=7 23 0 22 0 21 0 20 21
-STDOUT_26436=12 25 2 24 0 23 0 22 21
-STDOUT_26437=9 23 0 22 0 21 0 20 21
-STDOUT_26438=8 23 1 22 0 21 0 20 21
-STDOUT_26439=10 24 3 23 1 22 0 21 21
-STDOUT_26440=10 25 1 24 0 23 0 22 21
-STDOUT_26441=10 24 1 23 0 22 0 21 21
-STDOUT_26442=10 24 1 23 0 22 0 21 21
-STDOUT_26443=10 24 0 23 0 22 0 21 21
-STDOUT_26444=8 25 1 24 0 23 0 22 21
-STDOUT_26445=9 24 2 23 0 22 0 21 21
-STDOUT_26446=10 25 1 24 0 23 0 22 21
-STDOUT_26447=8 24 0 23 0 22 0 21 21
-STDOUT_26448=8 24 0 23 0 22 0 21 21
-STDOUT_26449=10 24 0 23 0 22 0 21 21
-STDOUT_26450=8 23 0 22 0 21 0 20 21
-STDOUT_26451=7 23 0 22 0 21 0 20 21
-STDOUT_26452=9 23 0 22 0 21 0 20 21
-STDOUT_26453=7 23 0 22 0 21 0 20 21
-STDOUT_26454=8 25 1 24 0 23 0 22 21
-STDOUT_26455=10 23 1 22 0 21 0 20 21
-STDOUT_26456=12 24 3 23 1 22 0 21 21
-STDOUT_26457=8 24 0 23 0 22 0 21 21
-STDOUT_26458=10 24 0 23 0 22 0 21 21
-STDOUT_26459=8 24 0 23 0 22 0 21 21
-STDOUT_26460=13 25 2 24 0 23 0 22 21
-STDOUT_26461=9 24 2 23 0 22 0 21 21
-STDOUT_26462=8 24 0 23 0 22 0 21 21
-STDOUT_26463=13 24 1 23 0 22 0 21 21
-STDOUT_26464=11 25 2 24 0 23 0 22 21
-STDOUT_26465=11 25 2 24 0 23 0 22 21
-STDOUT_26466=10 24 1 23 0 22 0 21 21
-STDOUT_26467=11 24 1 23 0 22 0 21 21
-STDOUT_26468=11 24 1 23 0 22 0 21 21
-STDOUT_26469=11 24 1 23 0 22 0 21 21
-STDOUT_26470=10 24 1 23 0 22 0 21 21
-STDOUT_26471=11 23 0 22 0 21 0 20 21
-STDOUT_26472=9 24 1 23 0 22 0 21 21
-STDOUT_26473=10 23 0 22 0 21 0 20 21
-STDOUT_26474=8 24 1 23 0 22 0 21 21
-STDOUT_26475=11 24 1 23 0 22 0 21 21
-STDOUT_26476=9 23 0 22 0 21 0 20 21
-STDOUT_26477=10 24 1 23 0 22 0 21 21
-STDOUT_26478=8 23 0 22 0 21 0 20 21
-STDOUT_26479=11 23 0 22 0 21 0 20 21
-STDOUT_26480=10 24 1 23 0 22 0 21 21
-STDOUT_26481=10 23 0 22 0 21 0 20 21
-STDOUT_26482=10 23 2 22 0 21 0 20 21
-STDOUT_26483=10 23 0 22 0 21 0 20 21
-STDOUT_26484=9 23 2 22 0 21 0 20 21
-STDOUT_26485=10 25 1 24 0 23 0 22 21
-STDOUT_26486=16 26 13 25 9 24 7 23 21
-STDOUT_26487=13 24 8 23 4 22 2 21 21
-STDOUT_26488=15 26 11 25 7 24 6 23 21
-STDOUT_26489=12 24 6 23 2 22 1 21 21
-STDOUT_26490=16 26 13 25 9 24 7 23 21
-STDOUT_26491=13 24 8 23 4 22 2 21 21
-STDOUT_26492=15 26 11 25 7 24 6 23 21
-STDOUT_26493=12 24 6 23 2 22 1 21 21
-STDOUT_26494=14 24 10 23 5 22 2 21 21
-STDOUT_26495=13 24 8 23 3 22 1 21 21
-STDOUT_26496=16 26 13 25 9 24 7 23 21
-STDOUT_26497=13 24 8 23 4 22 2 21 21
-STDOUT_26498=15 26 11 25 7 24 6 23 21
-STDOUT_26499=12 24 6 23 2 22 1 21 21
-STDOUT_26500=14 24 10 23 5 22 2 21 21
-STDOUT_26501=13 24 8 23 3 22 1 21 21
-STDOUT_26502=16 26 13 25 9 24 7 23 21
-STDOUT_26503=16 27 13 26 9 25 7 24 21
-STDOUT_26504=13 24 8 23 4 22 2 21 21
-STDOUT_26505=15 26 11 25 7 24 6 23 21
-STDOUT_26506=13 24 7 23 3 22 1 21 21
-STDOUT_26507=13 25 8 24 4 23 2 22 21
-STDOUT_26508=15 27 11 26 7 25 6 24 21
-STDOUT_26509=12 24 6 23 2 22 1 21 21
-STDOUT_26510=14 24 10 23 5 22 2 21 21
-STDOUT_26511=13 24 8 23 4 22 2 21 21
-STDOUT_26512=16 28 13 27 9 26 7 25 21
-STDOUT_26513=12 24 5 23 1 22 0 21 21
-STDOUT_26514=12 25 6 24 2 23 1 22 21
-STDOUT_26515=13 24 8 23 3 22 1 21 21
-STDOUT_26516=13 26 8 25 4 24 2 23 21
-STDOUT_26517=12 24 6 23 2 22 1 21 21
-STDOUT_26518=15 28 11 27 7 26 6 25 21
-STDOUT_26519=16 27 13 26 9 25 7 24 21
-STDOUT_26520=15 26 11 25 7 24 6 23 21
-STDOUT_26521=12 26 6 25 2 24 1 23 21
-STDOUT_26522=13 25 8 24 4 23 2 22 21
-STDOUT_26523=15 27 11 26 7 25 6 24 21
-STDOUT_26524=12 24 6 23 2 22 1 21 21
-STDOUT_26525=13 24 8 23 4 22 2 21 21
-STDOUT_26526=12 25 6 24 2 23 1 22 21
-STDOUT_26527=12 24 6 23 2 22 1 21 21
-STDOUT_26528=13 24 7 23 3 22 1 21 21
-STDOUT_26529=13 25 7 24 3 23 1 22 21
-STDOUT_26530=14 24 10 23 5 22 2 21 21
-STDOUT_26531=16 27 13 26 9 25 7 24 21
-STDOUT_26532=13 24 8 23 4 22 2 21 21
-STDOUT_26533=12 24 5 23 1 22 0 21 21
-STDOUT_26534=14 25 10 24 5 23 2 22 21
-STDOUT_26535=12 25 5 24 1 23 0 22 21
-STDOUT_26536=15 26 11 25 7 24 5 23 21
-STDOUT_26537=13 25 8 24 4 23 2 22 21
-STDOUT_26538=13 24 8 23 3 22 1 21 21
-STDOUT_26539=15 27 11 26 7 25 6 24 21
-STDOUT_26540=16 26 13 25 9 24 7 23 21
-STDOUT_26541=12 24 6 23 2 22 1 21 21
-STDOUT_26542=13 25 8 24 3 23 1 22 21
-STDOUT_26543=16 27 13 26 9 25 7 24 21
-STDOUT_26544=14 26 9 25 5 24 4 23 21
-STDOUT_26545=12 25 6 24 2 23 1 22 21
-STDOUT_26546=13 24 8 23 4 22 2 21 21
-STDOUT_26547=16 27 13 26 9 25 7 24 21
-STDOUT_26548=15 26 11 25 7 24 6 23 21
-STDOUT_26549=14 26 10 25 5 24 2 23 21
-STDOUT_26550=13 25 8 24 4 23 2 22 21
-STDOUT_26551=13 24 7 23 3 22 1 21 21
-STDOUT_26552=15 27 11 26 7 25 6 24 21
-STDOUT_26553=13 25 8 24 4 23 2 22 21
-STDOUT_26554=15 27 11 26 7 25 6 24 21
-STDOUT_26555=12 24 6 23 2 22 1 21 21
-STDOUT_26556=13 26 8 25 3 24 1 23 21
-STDOUT_26557=16 28 13 27 9 26 7 25 21
-STDOUT_26558=13 24 8 23 4 22 2 21 21
-STDOUT_26559=12 25 6 24 2 23 1 22 21
-STDOUT_26560=13 24 8 23 4 22 2 21 21
-STDOUT_26561=13 24 8 23 4 22 2 21 21
-STDOUT_26562=12 24 5 23 1 22 0 21 21
-STDOUT_26563=16 26 13 25 9 24 7 23 21
-STDOUT_26564=12 25 6 24 2 23 1 22 21
-STDOUT_26565=14 25 10 24 5 23 2 22 21
-STDOUT_26566=13 24 8 23 3 22 1 21 21
-STDOUT_26567=15 26 11 25 7 24 6 23 21
-STDOUT_26568=13 26 8 25 4 24 2 23 21
-STDOUT_26569=15 28 11 27 7 26 6 25 21
-STDOUT_26570=15 27 10 26 7 25 6 24 21
-STDOUT_26571=12 24 6 23 2 22 1 21 21
-STDOUT_26572=16 27 11 26 7 25 6 24 21
-STDOUT_26573=13 24 8 23 4 22 2 21 21
-STDOUT_26574=12 24 6 23 2 22 1 21 21
-STDOUT_26575=12 24 6 23 2 22 1 21 21
-STDOUT_26576=16 28 13 27 9 26 7 25 21
-STDOUT_26577=15 26 11 25 7 24 6 23 21
-STDOUT_26578=13 25 8 24 3 23 1 22 21
-STDOUT_26579=13 25 7 24 3 23 1 22 21
-STDOUT_26580=16 27 13 26 9 25 7 24 21
-STDOUT_26581=12 24 6 23 2 22 1 21 21
-STDOUT_26582=16 26 13 25 9 24 7 23 21
-STDOUT_26583=12 26 6 25 2 24 1 23 21
-STDOUT_26584=12 25 5 24 2 23 1 22 21
-STDOUT_26585=15 26 11 25 7 24 6 23 21
-STDOUT_26586=11 25 4 24 1 23 0 22 21
-STDOUT_26587=11 26 4 25 1 24 0 23 21
-STDOUT_26588=11 25 4 24 1 23 0 22 21
-STDOUT_26589=11 26 4 25 1 24 0 23 21
-STDOUT_26590=11 25 4 24 1 23 0 22 21
-STDOUT_26591=12 25 6 24 3 23 1 22 21
-STDOUT_26592=12 25 6 24 3 23 1 22 21
-STDOUT_26593=11 24 4 23 1 22 0 21 21
-STDOUT_26594=9 23 2 22 0 21 0 20 21
-STDOUT_26595=12 25 4 24 1 23 0 22 21
-STDOUT_26596=12 25 4 24 1 23 0 22 21
-STDOUT_26597=11 25 4 24 1 23 0 22 21
-STDOUT_26598=10 24 4 23 1 22 0 21 21
-STDOUT_26599=11 25 4 24 1 23 0 22 21
-STDOUT_26600=11 25 4 24 1 23 0 22 21
-STDOUT_26601=11 25 4 24 1 23 0 22 21
-STDOUT_26602=9 23 2 22 0 21 0 20 21
-STDOUT_26603=12 25 6 24 3 23 1 22 21
-STDOUT_26604=13 25 6 24 3 23 1 22 21
-STDOUT_26605=11 25 4 24 1 23 0 22 21
-STDOUT_26606=13 25 6 24 3 23 1 22 21
-STDOUT_26607=12 25 6 24 3 23 1 22 21
-STDOUT_26608=12 25 6 24 3 23 1 22 21
-STDOUT_26609=12 24 4 23 1 22 0 21 21
-STDOUT_26610=12 24 4 23 1 22 0 21 21
-STDOUT_26611=12 25 6 24 3 23 1 22 21
-STDOUT_26612=12 24 4 23 1 22 0 21 21
-STDOUT_26613=12 25 6 24 3 23 1 22 21
-STDOUT_26614=12 24 4 23 1 22 0 21 21
-STDOUT_26615=12 22 6 21 3 20 1 19 21
-STDOUT_26616=12 25 6 24 3 23 1 22 21
-STDOUT_26617=12 22 6 21 3 20 1 19 21
-STDOUT_26618=11 25 4 24 1 23 0 22 21
-STDOUT_26619=12 25 4 24 1 23 0 22 21
-STDOUT_26620=11 25 4 24 1 23 0 22 21
-STDOUT_26621=12 25 6 24 3 23 1 22 21
-STDOUT_26622=12 25 4 24 1 23 0 22 21
-STDOUT_26623=11 26 4 25 1 24 0 23 21
-STDOUT_26624=12 25 6 24 3 23 1 22 21
-STDOUT_26625=11 25 4 24 1 23 0 22 21
-STDOUT_26626=11 25 4 24 1 23 0 22 21
-STDOUT_26627=11 25 4 24 1 23 0 22 21
-STDOUT_26628=11 26 4 25 1 24 0 23 21
-STDOUT_26629=11 25 4 24 1 23 0 22 21
-STDOUT_26630=11 26 4 25 1 24 0 23 21
-STDOUT_26631=12 26 6 25 3 24 1 23 21
-STDOUT_26632=12 26 6 25 3 24 1 23 21
-STDOUT_26633=11 25 4 24 1 23 0 22 21
-STDOUT_26634=9 24 2 23 0 22 0 21 21
-STDOUT_26635=11 26 4 25 1 24 0 23 21
-STDOUT_26636=11 25 4 24 1 23 0 22 21
-STDOUT_26637=11 25 4 24 1 23 0 22 21
-STDOUT_26638=11 25 4 24 1 23 0 22 21
-STDOUT_26639=12 25 6 24 3 23 1 22 21
-STDOUT_26640=11 24 4 23 1 22 0 21 21
-STDOUT_26641=9 23 2 22 0 21 0 20 21
-STDOUT_26642=13 24 6 23 3 22 1 21 21
-STDOUT_26643=13 24 6 23 3 22 1 21 21
-STDOUT_26644=11 26 4 25 1 24 0 23 21
-STDOUT_26645=12 25 4 24 1 23 0 22 21
-STDOUT_26646=13 24 6 23 3 22 1 21 21
-STDOUT_26647=13 24 6 23 3 22 1 21 21
-STDOUT_26648=12 26 6 25 3 24 1 23 21
-STDOUT_26649=13 22 8 21 5 20 3 19 21
-STDOUT_26650=12 26 6 25 3 24 1 23 21
-STDOUT_26651=13 22 8 21 5 20 3 19 21
-STDOUT_26652=9 24 2 23 0 22 0 21 21
-STDOUT_26653=10 25 4 24 1 23 0 22 21
-STDOUT_26654=12 25 6 24 3 23 1 22 21
-STDOUT_26655=11 25 4 24 1 23 0 22 21
-STDOUT_26656=12 25 6 24 3 23 1 22 21
-STDOUT_26657=9 23 2 22 0 21 0 20 21
-STDOUT_26658=12 24 6 23 3 22 1 21 21
-STDOUT_26659=12 24 6 23 3 22 1 21 21
-STDOUT_26660=10 23 4 22 2 21 1 20 21
-STDOUT_26661=10 23 4 22 2 21 1 20 21
-STDOUT_26662=9 22 2 21 0 20 0 19 21
-STDOUT_26663=12 22 6 21 3 20 1 19 21
-STDOUT_26664=12 22 6 21 3 20 1 19 21
-STDOUT_26665=10 24 4 23 1 22 0 21 21
-STDOUT_26666=11 26 4 25 1 24 0 23 21
-STDOUT_26667=11 25 4 24 1 23 0 22 21
-STDOUT_26668=13 25 6 24 3 23 1 22 21
-STDOUT_26669=10 23 2 22 0 21 0 20 21
-STDOUT_26670=12 25 6 24 3 23 1 22 21
-STDOUT_26671=10 23 2 22 0 21 0 20 21
-STDOUT_26672=11 25 4 24 1 23 0 22 21
-STDOUT_26673=11 25 4 24 1 23 0 22 21
-STDOUT_26674=11 26 4 25 1 24 0 23 21
-STDOUT_26675=11 26 4 25 1 24 0 23 21
-STDOUT_26676=12 25 6 24 3 23 1 22 21
-STDOUT_26677=12 25 6 24 3 23 1 22 21
-STDOUT_26678=11 24 4 23 1 22 0 21 21
-STDOUT_26679=10 25 4 24 1 23 0 22 21
-STDOUT_26680=9 23 2 22 0 21 0 20 21
-STDOUT_26681=10 24 4 23 1 22 0 21 21
-STDOUT_26682=12 24 4 23 1 22 0 21 21
-STDOUT_26683=12 25 4 24 1 23 0 22 21
-STDOUT_26684=11 24 6 23 3 22 1 21 21
-STDOUT_26685=12 25 4 24 1 23 0 22 21
-STDOUT_26686=SCORES_TXT_END_0
-STDOUT_26687=SCORES_TXT_BEGIN_0 3 500 9 BLEU
-STDOUT_26688=12 17 10 16 8 15 6 14 15
-STDOUT_26689=12 17 10 16 8 15 6 14 15
-STDOUT_26690=12 17 10 16 8 15 6 14 15
-STDOUT_26691=12 17 10 16 8 15 6 14 15
-STDOUT_26692=12 17 10 16 8 15 6 14 15
-STDOUT_26693=12 17 10 16 8 15 6 14 15
-STDOUT_26694=12 17 10 16 8 15 6 14 15
-STDOUT_26695=12 17 10 16 8 15 6 14 15
-STDOUT_26696=12 17 10 16 8 15 6 14 15
-STDOUT_26697=12 17 10 16 8 15 6 14 15
-STDOUT_26698=12 17 10 16 8 15 6 14 15
-STDOUT_26699=12 17 10 16 8 15 6 14 15
-STDOUT_26700=12 17 10 16 8 15 6 14 15
-STDOUT_26701=12 17 10 16 8 15 6 14 15
-STDOUT_26702=9 14 7 13 5 12 3 11 15
-STDOUT_26703=10 16 8 15 6 14 4 13 15
-STDOUT_26704=12 17 10 16 8 15 6 14 15
-STDOUT_26705=12 17 10 16 8 15 6 14 15
-STDOUT_26706=12 17 10 16 8 15 6 14 15
-STDOUT_26707=12 17 10 16 8 15 6 14 15
-STDOUT_26708=9 14 7 13 5 12 3 11 15
-STDOUT_26709=10 16 8 15 6 14 4 13 15
-STDOUT_26710=12 17 10 16 8 15 6 14 15
-STDOUT_26711=12 17 10 16 8 15 6 14 15
-STDOUT_26712=12 17 10 16 8 15 6 14 15
-STDOUT_26713=12 17 10 16 8 15 6 14 15
-STDOUT_26714=12 17 10 16 8 15 6 14 15
-STDOUT_26715=12 17 10 16 8 15 6 14 15
-STDOUT_26716=12 17 10 16 8 15 6 14 15
-STDOUT_26717=9 14 7 13 5 12 3 11 15
-STDOUT_26718=10 16 8 15 6 14 4 13 15
-STDOUT_26719=12 17 10 16 8 15 6 14 15
-STDOUT_26720=9 14 7 13 5 12 3 11 15
-STDOUT_26721=12 17 10 16 8 15 6 14 15
-STDOUT_26722=12 17 10 16 8 15 6 14 15
-STDOUT_26723=9 14 7 13 5 12 3 11 15
-STDOUT_26724=12 17 10 16 8 15 6 14 15
-STDOUT_26725=12 17 10 16 8 15 6 14 15
-STDOUT_26726=11 17 8 16 6 15 4 14 15
-STDOUT_26727=12 17 10 16 8 15 6 14 15
-STDOUT_26728=12 17 10 16 8 15 6 14 15
-STDOUT_26729=9 14 7 13 5 12 3 11 15
-STDOUT_26730=12 17 10 16 8 15 6 14 15
-STDOUT_26731=10 16 8 15 6 14 4 13 15
-STDOUT_26732=12 17 10 16 8 15 6 14 15
-STDOUT_26733=12 17 10 16 8 15 6 14 15
-STDOUT_26734=12 17 10 16 8 15 6 14 15
-STDOUT_26735=10 16 8 15 6 14 4 13 15
-STDOUT_26736=11 17 8 16 6 15 4 14 15
-STDOUT_26737=12 17 10 16 8 15 6 14 15
-STDOUT_26738=12 17 10 16 8 15 6 14 15
-STDOUT_26739=12 17 10 16 8 15 6 14 15
-STDOUT_26740=12 17 10 16 8 15 6 14 15
-STDOUT_26741=12 17 10 16 8 15 6 14 15
-STDOUT_26742=12 17 10 16 8 15 6 14 15
-STDOUT_26743=11 17 8 16 6 15 4 14 15
-STDOUT_26744=9 14 7 13 5 12 3 11 15
-STDOUT_26745=9 14 7 13 5 12 3 11 15
-STDOUT_26746=10 16 8 15 6 14 4 13 15
-STDOUT_26747=12 17 10 16 8 15 6 14 15
-STDOUT_26748=12 17 10 16 8 15 6 14 15
-STDOUT_26749=12 17 10 16 8 15 6 14 15
-STDOUT_26750=12 17 10 16 8 15 6 14 15
-STDOUT_26751=9 14 7 13 5 12 3 11 15
-STDOUT_26752=11 17 8 16 5 15 3 14 15
-STDOUT_26753=12 17 10 16 8 15 6 14 15
-STDOUT_26754=10 16 8 15 6 14 4 13 15
-STDOUT_26755=12 17 10 16 8 15 6 14 15
-STDOUT_26756=12 17 10 16 8 15 6 14 15
-STDOUT_26757=12 17 10 16 8 15 6 14 15
-STDOUT_26758=12 17 10 16 8 15 6 14 15
-STDOUT_26759=12 17 10 16 8 15 6 14 15
-STDOUT_26760=12 17 10 16 8 15 6 14 15
-STDOUT_26761=12 17 10 16 8 15 6 14 15
-STDOUT_26762=12 17 10 16 8 15 6 14 15
-STDOUT_26763=9 14 7 13 5 12 3 11 15
-STDOUT_26764=11 17 8 16 6 15 4 14 15
-STDOUT_26765=10 16 8 15 6 14 4 13 15
-STDOUT_26766=12 17 10 16 8 15 6 14 15
-STDOUT_26767=9 14 7 13 5 12 3 11 15
-STDOUT_26768=11 17 8 16 6 15 4 14 15
-STDOUT_26769=11 17 8 16 6 15 4 14 15
-STDOUT_26770=10 16 8 15 6 14 4 13 15
-STDOUT_26771=12 17 10 16 8 15 6 14 15
-STDOUT_26772=12 17 10 16 8 15 6 14 15
-STDOUT_26773=9 14 7 13 5 12 3 11 15
-STDOUT_26774=10 16 8 15 6 14 4 13 15
-STDOUT_26775=12 17 10 16 8 15 6 14 15
-STDOUT_26776=11 17 8 16 5 15 3 14 15
-STDOUT_26777=7 13 5 12 3 11 1 10 15
-STDOUT_26778=12 17 10 16 8 15 6 14 15
-STDOUT_26779=10 16 8 15 6 14 4 13 15
-STDOUT_26780=12 17 10 16 8 15 6 14 15
-STDOUT_26781=12 17 10 16 8 15 6 14 15
-STDOUT_26782=12 17 10 16 8 15 6 14 15
-STDOUT_26783=9 14 7 13 5 12 3 11 15
-STDOUT_26784=12 17 10 16 8 15 6 14 15
-STDOUT_26785=11 17 8 16 5 15 3 14 15
-STDOUT_26786=10 16 8 15 6 14 4 13 15
-STDOUT_26787=12 17 10 16 8 15 6 14 15
-STDOUT_26788=12 28 7 27 4 26 1 25 15
-STDOUT_26789=12 28 7 27 4 26 1 25 15
-STDOUT_26790=12 28 7 27 4 26 1 25 15
-STDOUT_26791=12 28 7 27 4 26 1 25 15
-STDOUT_26792=12 23 8 22 6 21 4 20 15
-STDOUT_26793=12 28 7 27 4 26 1 25 15
-STDOUT_26794=12 23 8 22 6 21 4 20 15
-STDOUT_26795=12 28 7 27 4 26 1 25 15
-STDOUT_26796=12 28 7 27 4 26 1 25 15
-STDOUT_26797=12 28 7 27 4 26 1 25 15
-STDOUT_26798=12 28 7 27 4 26 1 25 15
-STDOUT_26799=12 28 7 27 4 26 1 25 15
-STDOUT_26800=12 28 7 27 4 26 1 25 15
-STDOUT_26801=12 23 8 22 6 21 4 20 15
-STDOUT_26802=12 23 8 22 6 21 4 20 15
-STDOUT_26803=12 28 7 27 4 26 1 25 15
-STDOUT_26804=12 23 8 22 6 21 4 20 15
-STDOUT_26805=12 28 7 27 4 26 1 25 15
-STDOUT_26806=12 28 7 27 4 26 1 25 15
-STDOUT_26807=12 23 8 22 6 21 4 20 15
-STDOUT_26808=12 23 8 22 6 21 4 20 15
-STDOUT_26809=12 28 7 27 4 26 1 25 15
-STDOUT_26810=12 28 7 27 4 26 1 25 15
-STDOUT_26811=12 28 7 27 4 26 1 25 15
-STDOUT_26812=12 28 7 27 4 26 1 25 15
-STDOUT_26813=12 23 8 22 6 21 4 20 15
-STDOUT_26814=12 26 7 25 4 24 1 23 15
-STDOUT_26815=12 28 7 27 4 26 1 25 15
-STDOUT_26816=12 23 8 22 6 21 4 20 15
-STDOUT_26817=12 28 7 27 4 26 1 25 15
-STDOUT_26818=12 28 7 27 4 26 1 25 15
-STDOUT_26819=12 28 7 27 4 26 1 25 15
-STDOUT_26820=12 28 7 27 4 26 1 25 15
-STDOUT_26821=12 26 7 25 4 24 1 23 15
-STDOUT_26822=12 28 7 27 4 26 1 25 15
-STDOUT_26823=12 23 8 22 6 21 4 20 15
-STDOUT_26824=12 23 8 22 6 21 4 20 15
-STDOUT_26825=12 28 7 27 4 26 1 25 15
-STDOUT_26826=12 28 7 27 4 26 1 25 15
-STDOUT_26827=12 23 8 22 6 21 4 20 15
-STDOUT_26828=12 28 7 27 4 26 1 25 15
-STDOUT_26829=12 23 8 22 6 21 4 20 15
-STDOUT_26830=12 28 7 27 4 26 1 25 15
-STDOUT_26831=12 23 8 22 6 21 4 20 15
-STDOUT_26832=12 23 8 22 6 21 4 20 15
-STDOUT_26833=12 28 7 27 4 26 1 25 15
-STDOUT_26834=12 28 7 27 4 26 1 25 15
-STDOUT_26835=12 28 7 27 4 26 1 25 15
-STDOUT_26836=12 28 7 27 4 26 1 25 15
-STDOUT_26837=12 23 8 22 6 21 4 20 15
-STDOUT_26838=12 28 7 27 4 26 1 25 15
-STDOUT_26839=12 28 7 27 4 26 1 25 15
-STDOUT_26840=12 23 8 22 6 21 4 20 15
-STDOUT_26841=12 28 7 27 4 26 1 25 15
-STDOUT_26842=12 23 8 22 6 21 4 20 15
-STDOUT_26843=12 23 8 22 6 21 4 20 15
-STDOUT_26844=12 28 7 27 4 26 1 25 15
-STDOUT_26845=12 28 7 27 4 26 1 25 15
-STDOUT_26846=12 23 8 22 6 21 4 20 15
-STDOUT_26847=12 28 7 27 4 26 1 25 15
-STDOUT_26848=12 28 7 27 4 26 1 25 15
-STDOUT_26849=12 28 7 27 4 26 1 25 15
-STDOUT_26850=12 28 7 27 4 26 1 25 15
-STDOUT_26851=12 28 7 27 4 26 1 25 15
-STDOUT_26852=12 28 7 27 4 26 1 25 15
-STDOUT_26853=12 28 7 27 4 26 1 25 15
-STDOUT_26854=12 23 8 22 6 21 4 20 15
-STDOUT_26855=12 23 8 22 6 21 4 20 15
-STDOUT_26856=12 28 7 27 4 26 1 25 15
-STDOUT_26857=12 23 8 22 6 21 4 20 15
-STDOUT_26858=12 23 8 22 6 21 4 20 15
-STDOUT_26859=12 23 8 22 6 21 4 20 15
-STDOUT_26860=12 28 7 27 4 26 1 25 15
-STDOUT_26861=12 23 8 22 6 21 4 20 15
-STDOUT_26862=12 23 8 22 6 21 4 20 15
-STDOUT_26863=12 28 7 27 4 26 1 25 15
-STDOUT_26864=12 26 7 25 4 24 1 23 15
-STDOUT_26865=12 28 7 27 4 26 1 25 15
-STDOUT_26866=12 28 7 27 4 26 1 25 15
-STDOUT_26867=12 28 7 27 4 26 1 25 15
-STDOUT_26868=12 24 7 23 4 22 1 21 15
-STDOUT_26869=12 28 7 27 4 26 1 25 15
-STDOUT_26870=12 23 8 22 6 21 4 20 15
-STDOUT_26871=12 23 8 22 6 21 4 20 15
-STDOUT_26872=12 28 7 27 4 26 1 25 15
-STDOUT_26873=12 23 8 22 6 21 4 20 15
-STDOUT_26874=12 26 7 25 4 24 1 23 15
-STDOUT_26875=12 28 7 27 4 26 1 25 15
-STDOUT_26876=12 23 8 22 6 21 4 20 15
-STDOUT_26877=12 28 7 27 4 26 1 25 15
-STDOUT_26878=12 28 7 27 4 26 1 25 15
-STDOUT_26879=12 28 7 27 4 26 1 25 15
-STDOUT_26880=12 23 8 22 6 21 4 20 15
-STDOUT_26881=12 23 8 22 6 21 4 20 15
-STDOUT_26882=12 23 8 22 6 21 4 20 15
-STDOUT_26883=12 26 7 25 4 24 1 23 15
-STDOUT_26884=12 23 8 22 6 21 4 20 15
-STDOUT_26885=12 23 8 22 6 21 4 20 15
-STDOUT_26886=12 27 7 26 4 25 1 24 15
-STDOUT_26887=12 24 7 23 4 22 1 21 15
-STDOUT_26888=9 23 0 22 0 21 0 20 15
-STDOUT_26889=10 24 0 23 0 22 0 21 15
-STDOUT_26890=10 24 0 23 0 22 0 21 15
-STDOUT_26891=9 23 0 22 0 21 0 20 15
-STDOUT_26892=9 24 0 23 0 22 0 21 15
-STDOUT_26893=9 24 0 23 0 22 0 21 15
-STDOUT_26894=9 23 0 22 0 21 0 20 15
-STDOUT_26895=10 23 0 22 0 21 0 20 15
-STDOUT_26896=9 23 0 22 0 21 0 20 15
-STDOUT_26897=10 23 0 22 0 21 0 20 15
-STDOUT_26898=9 23 0 22 0 21 0 20 15
-STDOUT_26899=9 23 0 22 0 21 0 20 15
-STDOUT_26900=10 23 0 22 0 21 0 20 15
-STDOUT_26901=9 24 0 23 0 22 0 21 15
-STDOUT_26902=9 23 0 22 0 21 0 20 15
-STDOUT_26903=10 24 0 23 0 22 0 21 15
-STDOUT_26904=11 24 0 23 0 22 0 21 15
-STDOUT_26905=9 23 0 22 0 21 0 20 15
-STDOUT_26906=10 24 0 23 0 22 0 21 15
-STDOUT_26907=9 24 0 23 0 22 0 21 15
-STDOUT_26908=10 25 1 24 0 23 0 22 15
-STDOUT_26909=10 24 0 23 0 22 0 21 15
-STDOUT_26910=10 23 0 22 0 21 0 20 15
-STDOUT_26911=10 23 0 22 0 21 0 20 15
-STDOUT_26912=11 24 0 23 0 22 0 21 15
-STDOUT_26913=10 24 0 23 0 22 0 21 15
-STDOUT_26914=10 24 0 23 0 22 0 21 15
-STDOUT_26915=10 25 1 24 0 23 0 22 15
-STDOUT_26916=9 24 1 23 0 22 0 21 15
-STDOUT_26917=10 24 0 23 0 22 0 21 15
-STDOUT_26918=9 25 0 24 0 23 0 22 15
-STDOUT_26919=9 23 0 22 0 21 0 20 15
-STDOUT_26920=9 23 0 22 0 21 0 20 15
-STDOUT_26921=9 24 0 23 0 22 0 21 15
-STDOUT_26922=10 23 0 22 0 21 0 20 15
-STDOUT_26923=9 23 0 22 0 21 0 20 15
-STDOUT_26924=9 25 1 24 0 23 0 22 15
-STDOUT_26925=9 23 0 22 0 21 0 20 15
-STDOUT_26926=9 24 0 23 0 22 0 21 15
-STDOUT_26927=9 23 0 22 0 21 0 20 15
-STDOUT_26928=9 24 0 23 0 22 0 21 15
-STDOUT_26929=10 24 0 23 0 22 0 21 15
-STDOUT_26930=9 24 1 23 0 22 0 21 15
-STDOUT_26931=9 24 0 23 0 22 0 21 15
-STDOUT_26932=10 24 0 23 0 22 0 21 15
-STDOUT_26933=11 24 0 23 0 22 0 21 15
-STDOUT_26934=9 24 0 23 0 22 0 21 15
-STDOUT_26935=10 24 0 23 0 22 0 21 15
-STDOUT_26936=9 23 0 22 0 21 0 20 15
-STDOUT_26937=9 23 0 22 0 21 0 20 15
-STDOUT_26938=9 24 1 23 0 22 0 21 15
-STDOUT_26939=10 24 1 23 0 22 0 21 15
-STDOUT_26940=9 23 0 22 0 21 0 20 15
-STDOUT_26941=9 23 0 22 0 21 0 20 15
-STDOUT_26942=9 25 1 24 0 23 0 22 15
-STDOUT_26943=10 23 0 22 0 21 0 20 15
-STDOUT_26944=9 24 0 23 0 22 0 21 15
-STDOUT_26945=10 23 0 22 0 21 0 20 15
-STDOUT_26946=11 23 0 22 0 21 0 20 15
-STDOUT_26947=9 23 0 22 0 21 0 20 15
-STDOUT_26948=10 23 0 22 0 21 0 20 15
-STDOUT_26949=9 24 0 23 0 22 0 21 15
-STDOUT_26950=10 24 0 23 0 22 0 21 15
-STDOUT_26951=9 24 0 23 0 22 0 21 15
-STDOUT_26952=9 23 0 22 0 21 0 20 15
-STDOUT_26953=9 23 0 22 0 21 0 20 15
-STDOUT_26954=10 23 0 22 0 21 0 20 15
-STDOUT_26955=10 24 0 23 0 22 0 21 15
-STDOUT_26956=9 24 1 23 0 22 0 21 15
-STDOUT_26957=10 24 1 23 0 22 0 21 15
-STDOUT_26958=10 23 0 22 0 21 0 20 15
-STDOUT_26959=10 24 0 23 0 22 0 21 15
-STDOUT_26960=9 24 1 23 0 22 0 21 15
-STDOUT_26961=10 24 0 23 0 22 0 21 15
-STDOUT_26962=9 23 0 22 0 21 0 20 15
-STDOUT_26963=9 23 0 22 0 21 0 20 15
-STDOUT_26964=9 24 0 23 0 22 0 21 15
-STDOUT_26965=11 24 0 23 0 22 0 21 15
-STDOUT_26966=9 23 0 22 0 21 0 20 15
-STDOUT_26967=10 23 0 22 0 21 0 20 15
-STDOUT_26968=9 24 0 23 0 22 0 21 15
-STDOUT_26969=9 23 0 22 0 21 0 20 15
-STDOUT_26970=9 24 1 23 0 22 0 21 15
-STDOUT_26971=9 23 0 22 0 21 0 20 15
-STDOUT_26972=9 24 1 23 0 22 0 21 15
-STDOUT_26973=9 23 0 22 0 21 0 20 15
-STDOUT_26974=10 23 0 22 0 21 0 20 15
-STDOUT_26975=9 24 0 23 0 22 0 21 15
-STDOUT_26976=10 24 0 23 0 22 0 21 15
-STDOUT_26977=10 24 0 23 0 22 0 21 15
-STDOUT_26978=10 23 0 22 0 21 0 20 15
-STDOUT_26979=9 24 0 23 0 22 0 21 15
-STDOUT_26980=11 23 0 22 0 21 0 20 15
-STDOUT_26981=10 23 0 22 0 21 0 20 15
-STDOUT_26982=10 24 0 23 0 22 0 21 15
-STDOUT_26983=9 23 0 22 0 21 0 20 15
-STDOUT_26984=10 23 0 22 0 21 0 20 15
-STDOUT_26985=10 23 0 22 0 21 0 20 15
-STDOUT_26986=10 24 0 23 0 22 0 21 15
-STDOUT_26987=9 23 0 22 0 21 0 20 15
-STDOUT_26988=12 17 10 16 8 15 6 14 15
-STDOUT_26989=12 17 10 16 8 15 6 14 15
-STDOUT_26990=12 17 10 16 8 15 6 14 15
-STDOUT_26991=12 17 10 16 8 15 6 14 15
-STDOUT_26992=12 17 10 16 8 15 6 14 15
-STDOUT_26993=12 17 10 16 8 15 6 14 15
-STDOUT_26994=12 17 10 16 8 15 6 14 15
-STDOUT_26995=12 17 10 16 8 15 6 14 15
-STDOUT_26996=12 17 10 16 8 15 6 14 15
-STDOUT_26997=12 17 10 16 8 15 6 14 15
-STDOUT_26998=12 17 10 16 8 15 6 14 15
-STDOUT_26999=12 17 10 16 8 15 6 14 15
-STDOUT_27000=12 17 10 16 8 15 6 14 15
-STDOUT_27001=12 17 10 16 8 15 6 14 15
-STDOUT_27002=12 17 10 16 8 15 6 14 15
-STDOUT_27003=12 17 10 16 8 15 6 14 15
-STDOUT_27004=12 17 10 16 8 15 6 14 15
-STDOUT_27005=12 17 10 16 8 15 6 14 15
-STDOUT_27006=12 17 10 16 8 15 6 14 15
-STDOUT_27007=12 17 10 16 8 15 6 14 15
-STDOUT_27008=12 17 10 16 8 15 6 14 15
-STDOUT_27009=12 17 10 16 8 15 6 14 15
-STDOUT_27010=12 17 10 16 8 15 6 14 15
-STDOUT_27011=12 17 10 16 8 15 6 14 15
-STDOUT_27012=12 17 10 16 8 15 6 14 15
-STDOUT_27013=12 17 10 16 8 15 6 14 15
-STDOUT_27014=12 17 10 16 8 15 6 14 15
-STDOUT_27015=12 17 10 16 8 15 6 14 15
-STDOUT_27016=12 17 10 16 8 15 6 14 15
-STDOUT_27017=12 17 10 16 8 15 6 14 15
-STDOUT_27018=12 17 10 16 8 15 6 14 15
-STDOUT_27019=12 17 10 16 8 15 6 14 15
-STDOUT_27020=12 17 10 16 8 15 6 14 15
-STDOUT_27021=12 17 10 16 8 15 6 14 15
-STDOUT_27022=12 17 10 16 8 15 6 14 15
-STDOUT_27023=12 17 10 16 8 15 6 14 15
-STDOUT_27024=12 17 10 16 8 15 6 14 15
-STDOUT_27025=12 17 10 16 8 15 6 14 15
-STDOUT_27026=12 17 10 16 8 15 6 14 15
-STDOUT_27027=12 17 10 16 8 15 6 14 15
-STDOUT_27028=12 17 10 16 8 15 6 14 15
-STDOUT_27029=12 17 10 16 8 15 6 14 15
-STDOUT_27030=12 17 10 16 8 15 6 14 15
-STDOUT_27031=11 18 8 17 6 16 4 15 15
-STDOUT_27032=12 17 10 16 8 15 6 14 15
-STDOUT_27033=12 17 10 16 8 15 6 14 15
-STDOUT_27034=12 17 10 16 8 15 6 14 15
-STDOUT_27035=12 17 10 16 8 15 6 14 15
-STDOUT_27036=12 19 8 18 6 17 4 16 15
-STDOUT_27037=12 17 10 16 8 15 6 14 15
-STDOUT_27038=12 17 10 16 8 15 6 14 15
-STDOUT_27039=12 17 10 16 8 15 6 14 15
-STDOUT_27040=11 18 8 17 6 16 4 15 15
-STDOUT_27041=12 17 10 16 8 15 6 14 15
-STDOUT_27042=12 17 10 16 8 15 6 14 15
-STDOUT_27043=12 17 10 16 8 15 6 14 15
-STDOUT_27044=12 17 10 16 8 15 6 14 15
-STDOUT_27045=12 17 10 16 8 15 6 14 15
-STDOUT_27046=12 17 10 16 8 15 6 14 15
-STDOUT_27047=12 19 8 18 6 17 4 16 15
-STDOUT_27048=12 17 10 16 8 15 6 14 15
-STDOUT_27049=12 17 10 16 8 15 6 14 15
-STDOUT_27050=12 17 10 16 8 15 6 14 15
-STDOUT_27051=12 17 10 16 8 15 6 14 15
-STDOUT_27052=12 17 10 16 8 15 6 14 15
-STDOUT_27053=12 17 10 16 8 15 6 14 15
-STDOUT_27054=11 18 8 17 6 16 4 15 15
-STDOUT_27055=12 17 10 16 8 15 6 14 15
-STDOUT_27056=12 17 10 16 8 15 6 14 15
-STDOUT_27057=12 17 10 16 8 15 6 14 15
-STDOUT_27058=12 17 10 16 8 15 6 14 15
-STDOUT_27059=12 17 10 16 8 15 6 14 15
-STDOUT_27060=12 17 10 16 8 15 6 14 15
-STDOUT_27061=12 17 10 16 8 15 6 14 15
-STDOUT_27062=12 19 8 18 6 17 4 16 15
-STDOUT_27063=12 17 10 16 8 15 6 14 15
-STDOUT_27064=12 17 10 16 8 15 6 14 15
-STDOUT_27065=12 17 10 16 8 15 6 14 15
-STDOUT_27066=12 17 10 16 8 15 6 14 15
-STDOUT_27067=12 17 10 16 8 15 6 14 15
-STDOUT_27068=12 17 10 16 8 15 6 14 15
-STDOUT_27069=12 17 10 16 8 15 6 14 15
-STDOUT_27070=12 17 10 16 8 15 6 14 15
-STDOUT_27071=12 17 10 16 8 15 6 14 15
-STDOUT_27072=11 18 8 17 6 16 4 15 15
-STDOUT_27073=12 17 10 16 8 15 6 14 15
-STDOUT_27074=12 17 10 16 8 15 6 14 15
-STDOUT_27075=12 17 10 16 8 15 6 14 15
-STDOUT_27076=12 17 10 16 8 15 6 14 15
-STDOUT_27077=12 17 10 16 8 15 6 14 15
-STDOUT_27078=12 17 10 16 8 15 6 14 15
-STDOUT_27079=12 17 10 16 8 15 6 14 15
-STDOUT_27080=12 19 8 18 6 17 4 16 15
-STDOUT_27081=11 18 8 17 6 16 4 15 15
-STDOUT_27082=12 17 10 16 8 15 6 14 15
-STDOUT_27083=12 17 10 16 8 15 6 14 15
-STDOUT_27084=12 17 10 16 8 15 6 14 15
-STDOUT_27085=12 17 10 16 8 15 6 14 15
-STDOUT_27086=12 17 10 16 8 15 6 14 15
-STDOUT_27087=11 18 8 17 6 16 4 15 15
-STDOUT_27088=12 17 10 16 8 15 6 14 15
-STDOUT_27089=12 17 10 16 8 15 6 14 15
-STDOUT_27090=12 17 10 16 8 15 6 14 15
-STDOUT_27091=12 17 10 16 8 15 6 14 15
-STDOUT_27092=12 17 10 16 8 15 6 14 15
-STDOUT_27093=12 17 10 16 8 15 6 14 15
-STDOUT_27094=12 17 10 16 8 15 6 14 15
-STDOUT_27095=12 17 10 16 8 15 6 14 15
-STDOUT_27096=12 17 10 16 8 15 6 14 15
-STDOUT_27097=12 17 10 16 8 15 6 14 15
-STDOUT_27098=12 17 10 16 8 15 6 14 15
-STDOUT_27099=12 17 10 16 8 15 6 14 15
-STDOUT_27100=12 17 10 16 8 15 6 14 15
-STDOUT_27101=12 17 10 16 8 15 6 14 15
-STDOUT_27102=12 17 10 16 8 15 6 14 15
-STDOUT_27103=12 17 10 16 8 15 6 14 15
-STDOUT_27104=12 17 10 16 8 15 6 14 15
-STDOUT_27105=12 17 10 16 8 15 6 14 15
-STDOUT_27106=12 17 10 16 8 15 6 14 15
-STDOUT_27107=12 17 10 16 8 15 6 14 15
-STDOUT_27108=12 17 10 16 8 15 6 14 15
-STDOUT_27109=12 17 10 16 8 15 6 14 15
-STDOUT_27110=12 17 10 16 8 15 6 14 15
-STDOUT_27111=12 17 10 16 8 15 6 14 15
-STDOUT_27112=12 17 10 16 8 15 6 14 15
-STDOUT_27113=12 17 10 16 8 15 6 14 15
-STDOUT_27114=12 17 10 16 8 15 6 14 15
-STDOUT_27115=12 17 10 16 8 15 6 14 15
-STDOUT_27116=12 17 10 16 8 15 6 14 15
-STDOUT_27117=12 17 10 16 8 15 6 14 15
-STDOUT_27118=12 17 10 16 8 15 6 14 15
-STDOUT_27119=12 17 10 16 8 15 6 14 15
-STDOUT_27120=12 17 10 16 8 15 6 14 15
-STDOUT_27121=12 17 10 16 8 15 6 14 15
-STDOUT_27122=12 17 10 16 8 15 6 14 15
-STDOUT_27123=12 17 10 16 8 15 6 14 15
-STDOUT_27124=12 17 10 16 8 15 6 14 15
-STDOUT_27125=12 17 10 16 8 15 6 14 15
-STDOUT_27126=12 17 10 16 8 15 6 14 15
-STDOUT_27127=12 17 10 16 8 15 6 14 15
-STDOUT_27128=12 17 10 16 8 15 6 14 15
-STDOUT_27129=12 17 10 16 8 15 6 14 15
-STDOUT_27130=12 17 10 16 8 15 6 14 15
-STDOUT_27131=12 17 10 16 8 15 6 14 15
-STDOUT_27132=12 17 10 16 8 15 6 14 15
-STDOUT_27133=12 17 10 16 8 15 6 14 15
-STDOUT_27134=12 17 10 16 8 15 6 14 15
-STDOUT_27135=12 17 10 16 8 15 6 14 15
-STDOUT_27136=12 17 10 16 8 15 6 14 15
-STDOUT_27137=12 17 10 16 8 15 6 14 15
-STDOUT_27138=12 17 10 16 8 15 6 14 15
-STDOUT_27139=12 17 10 16 8 15 6 14 15
-STDOUT_27140=12 17 10 16 8 15 6 14 15
-STDOUT_27141=12 17 10 16 8 15 6 14 15
-STDOUT_27142=12 17 10 16 8 15 6 14 15
-STDOUT_27143=12 17 10 16 8 15 6 14 15
-STDOUT_27144=12 17 10 16 8 15 6 14 15
-STDOUT_27145=12 17 10 16 8 15 6 14 15
-STDOUT_27146=12 17 10 16 8 15 6 14 15
-STDOUT_27147=12 17 10 16 8 15 6 14 15
-STDOUT_27148=12 17 10 16 8 15 6 14 15
-STDOUT_27149=12 17 10 16 8 15 6 14 15
-STDOUT_27150=12 17 10 16 8 15 6 14 15
-STDOUT_27151=12 17 10 16 8 15 6 14 15
-STDOUT_27152=12 17 10 16 8 15 6 14 15
-STDOUT_27153=12 17 10 16 8 15 6 14 15
-STDOUT_27154=12 17 10 16 8 15 6 14 15
-STDOUT_27155=12 17 10 16 8 15 6 14 15
-STDOUT_27156=12 17 10 16 8 15 6 14 15
-STDOUT_27157=12 17 10 16 8 15 6 14 15
-STDOUT_27158=12 17 10 16 8 15 6 14 15
-STDOUT_27159=12 17 10 16 8 15 6 14 15
-STDOUT_27160=12 17 10 16 8 15 6 14 15
-STDOUT_27161=12 17 10 16 8 15 6 14 15
-STDOUT_27162=12 17 10 16 8 15 6 14 15
-STDOUT_27163=12 17 10 16 8 15 6 14 15
-STDOUT_27164=12 17 10 16 8 15 6 14 15
-STDOUT_27165=12 17 10 16 8 15 6 14 15
-STDOUT_27166=12 17 10 16 8 15 6 14 15
-STDOUT_27167=12 17 10 16 8 15 6 14 15
-STDOUT_27168=12 17 10 16 8 15 6 14 15
-STDOUT_27169=12 17 10 16 8 15 6 14 15
-STDOUT_27170=12 17 10 16 8 15 6 14 15
-STDOUT_27171=12 17 10 16 8 15 6 14 15
-STDOUT_27172=12 17 10 16 8 15 6 14 15
-STDOUT_27173=12 17 10 16 8 15 6 14 15
-STDOUT_27174=12 17 10 16 8 15 6 14 15
-STDOUT_27175=12 17 10 16 8 15 6 14 15
-STDOUT_27176=12 17 10 16 8 15 6 14 15
-STDOUT_27177=12 17 10 16 8 15 6 14 15
-STDOUT_27178=12 17 10 16 8 15 6 14 15
-STDOUT_27179=12 17 10 16 8 15 6 14 15
-STDOUT_27180=12 17 10 16 8 15 6 14 15
-STDOUT_27181=12 17 10 16 8 15 6 14 15
-STDOUT_27182=12 17 10 16 8 15 6 14 15
-STDOUT_27183=12 17 10 16 8 15 6 14 15
-STDOUT_27184=12 17 10 16 8 15 6 14 15
-STDOUT_27185=12 17 10 16 8 15 6 14 15
-STDOUT_27186=12 17 10 16 8 15 6 14 15
-STDOUT_27187=12 17 10 16 8 15 6 14 15
-STDOUT_27188=SCORES_TXT_END_0
-STDOUT_27189=SCORES_TXT_BEGIN_0 4 500 9 BLEU
-STDOUT_27190=27 34 13 33 4 32 0 31 46
-STDOUT_27191=27 34 13 33 4 32 0 31 46
-STDOUT_27192=26 36 13 35 5 34 0 33 46
-STDOUT_27193=26 36 13 35 5 34 0 33 46
-STDOUT_27194=25 34 11 33 3 32 0 31 46
-STDOUT_27195=25 34 11 33 3 32 0 31 46
-STDOUT_27196=26 35 13 34 5 33 0 32 46
-STDOUT_27197=26 35 13 34 5 33 0 32 46
-STDOUT_27198=25 36 12 35 5 34 0 33 46
-STDOUT_27199=27 34 13 33 4 32 0 31 46
-STDOUT_27200=25 36 12 35 5 34 0 33 46
-STDOUT_27201=26 35 13 34 5 33 0 32 46
-STDOUT_27202=26 35 13 34 5 33 0 32 46
-STDOUT_27203=25 36 12 35 5 34 0 33 46
-STDOUT_27204=25 36 12 35 5 34 0 33 46
-STDOUT_27205=26 36 13 35 5 34 0 33 46
-STDOUT_27206=26 36 13 35 5 34 0 33 46
-STDOUT_27207=26 36 13 35 5 34 0 33 46
-STDOUT_27208=25 33 13 32 6 31 1 30 46
-STDOUT_27209=25 33 13 32 6 31 1 30 46
-STDOUT_27210=24 35 11 34 4 33 0 32 46
-STDOUT_27211=24 35 11 34 4 33 0 32 46
-STDOUT_27212=23 36 10 35 4 34 0 33 46
-STDOUT_27213=25 33 13 32 6 31 1 30 46
-STDOUT_27214=25 34 11 33 3 32 0 31 46
-STDOUT_27215=25 33 13 32 6 31 1 30 46
-STDOUT_27216=24 35 11 34 4 33 0 32 46
-STDOUT_27217=24 35 11 34 4 33 0 32 46
-STDOUT_27218=23 36 10 35 4 34 0 33 46
-STDOUT_27219=27 34 13 33 4 32 0 31 46
-STDOUT_27220=27 34 13 33 4 32 0 31 46
-STDOUT_27221=25 36 12 35 5 34 0 33 46
-STDOUT_27222=26 35 12 34 4 33 0 32 46
-STDOUT_27223=26 35 13 34 5 33 0 32 46
-STDOUT_27224=25 33 13 32 6 31 1 30 46
-STDOUT_27225=26 35 13 34 5 33 0 32 46
-STDOUT_27226=25 33 13 32 6 31 1 30 46
-STDOUT_27227=25 36 12 35 5 34 0 33 46
-STDOUT_27228=27 34 13 33 4 32 0 31 46
-STDOUT_27229=27 34 13 33 4 32 0 31 46
-STDOUT_27230=25 36 12 35 5 34 0 33 46
-STDOUT_27231=25 36 12 35 5 34 0 33 46
-STDOUT_27232=27 35 13 34 4 33 0 32 46
-STDOUT_27233=23 33 11 32 5 31 1 30 46
-STDOUT_27234=26 35 12 34 4 33 0 32 46
-STDOUT_27235=23 33 11 32 5 31 1 30 46
-STDOUT_27236=25 33 13 32 6 31 1 30 46
-STDOUT_27237=25 33 13 32 6 31 1 30 46
-STDOUT_27238=26 36 13 35 5 34 0 33 46
-STDOUT_27239=26 36 13 35 5 34 0 33 46
-STDOUT_27240=27 35 13 34 4 33 0 32 46
-STDOUT_27241=23 33 11 32 5 31 1 30 46
-STDOUT_27242=23 33 11 32 5 31 1 30 46
-STDOUT_27243=26 36 13 35 5 34 0 33 46
-STDOUT_27244=25 34 11 33 3 32 0 31 46
-STDOUT_27245=27 34 13 33 4 32 0 31 46
-STDOUT_27246=25 34 11 33 3 32 0 31 46
-STDOUT_27247=25 33 13 32 6 31 1 30 46
-STDOUT_27248=26 33 12 32 4 31 0 30 46
-STDOUT_27249=25 33 13 32 6 31 1 30 46
-STDOUT_27250=27 34 13 33 4 32 0 31 46
-STDOUT_27251=24 35 10 34 3 33 0 32 46
-STDOUT_27252=24 35 11 34 4 33 0 32 46
-STDOUT_27253=23 33 11 32 5 31 1 30 46
-STDOUT_27254=24 35 11 34 4 33 0 32 46
-STDOUT_27255=23 33 11 32 5 31 1 30 46
-STDOUT_27256=23 36 10 35 4 34 0 33 46
-STDOUT_27257=25 34 11 33 3 32 0 31 46
-STDOUT_27258=27 34 13 33 4 32 0 31 46
-STDOUT_27259=25 34 11 33 3 32 0 31 46
-STDOUT_27260=26 33 12 32 4 31 0 30 46
-STDOUT_27261=26 35 13 34 5 33 0 32 46
-STDOUT_27262=26 35 12 34 4 33 0 32 46
-STDOUT_27263=26 36 13 35 5 34 0 33 46
-STDOUT_27264=27 34 13 33 4 32 0 31 46
-STDOUT_27265=24 35 10 34 3 33 0 32 46
-STDOUT_27266=26 35 13 34 5 33 0 32 46
-STDOUT_27267=23 33 11 32 5 31 1 30 46
-STDOUT_27268=25 36 12 35 5 34 0 33 46
-STDOUT_27269=23 33 11 32 5 31 1 30 46
-STDOUT_27270=27 35 14 34 6 33 1 32 46
-STDOUT_27271=27 34 13 33 4 32 0 31 46
-STDOUT_27272=27 35 14 34 6 33 1 32 46
-STDOUT_27273=26 35 12 34 4 33 0 32 46
-STDOUT_27274=27 34 13 33 4 32 0 31 46
-STDOUT_27275=25 36 12 35 5 34 0 33 46
-STDOUT_27276=27 34 13 33 4 32 0 31 46
-STDOUT_27277=26 35 13 34 5 33 0 32 46
-STDOUT_27278=25 36 12 35 5 34 0 33 46
-STDOUT_27279=26 35 12 34 4 33 0 32 46
-STDOUT_27280=26 36 13 35 5 34 0 33 46
-STDOUT_27281=27 35 13 34 4 33 0 32 46
-STDOUT_27282=26 35 13 34 5 33 0 32 46
-STDOUT_27283=27 34 13 33 4 32 0 31 46
-STDOUT_27284=26 35 12 34 4 33 0 32 46
-STDOUT_27285=25 36 12 35 5 34 0 33 46
-STDOUT_27286=27 36 14 35 6 34 1 33 46
-STDOUT_27287=25 33 13 32 6 31 1 30 46
-STDOUT_27288=25 33 13 32 6 31 1 30 46
-STDOUT_27289=27 35 14 34 6 33 1 32 46
-STDOUT_27290=28 51 11 50 4 49 1 48 46
-STDOUT_27291=28 51 11 50 4 49 1 48 46
-STDOUT_27292=28 51 11 50 4 49 1 48 46
-STDOUT_27293=28 51 11 50 4 49 1 48 46
-STDOUT_27294=28 51 11 50 4 49 1 48 46
-STDOUT_27295=28 51 11 50 4 49 1 48 46
-STDOUT_27296=28 51 11 50 4 49 1 48 46
-STDOUT_27297=28 51 11 50 4 49 1 48 46
-STDOUT_27298=28 51 11 50 4 49 1 48 46
-STDOUT_27299=28 51 11 50 4 49 1 48 46
-STDOUT_27300=28 51 11 50 4 49 1 48 46
-STDOUT_27301=28 51 11 50 4 49 1 48 46
-STDOUT_27302=28 51 11 50 4 49 1 48 46
-STDOUT_27303=28 51 11 50 4 49 1 48 46
-STDOUT_27304=28 51 11 50 4 49 1 48 46
-STDOUT_27305=28 51 11 50 4 49 1 48 46
-STDOUT_27306=28 51 11 50 4 49 1 48 46
-STDOUT_27307=28 51 11 50 4 49 1 48 46
-STDOUT_27308=28 51 11 50 4 49 1 48 46
-STDOUT_27309=28 51 11 50 4 49 1 48 46
-STDOUT_27310=28 51 11 50 4 49 1 48 46
-STDOUT_27311=28 51 11 50 4 49 1 48 46
-STDOUT_27312=28 51 11 50 4 49 1 48 46
-STDOUT_27313=28 51 11 50 4 49 1 48 46
-STDOUT_27314=28 50 11 49 4 48 1 47 46
-STDOUT_27315=28 51 11 50 4 49 1 48 46
-STDOUT_27316=28 51 11 50 4 49 1 48 46
-STDOUT_27317=28 51 11 50 4 49 1 48 46
-STDOUT_27318=28 51 11 50 4 49 1 48 46
-STDOUT_27319=28 51 11 50 4 49 1 48 46
-STDOUT_27320=28 51 11 50 4 49 1 48 46
-STDOUT_27321=29 51 12 50 4 49 1 48 46
-STDOUT_27322=28 51 11 50 4 49 1 48 46
-STDOUT_27323=28 51 11 50 4 49 1 48 46
-STDOUT_27324=28 51 11 50 4 49 1 48 46
-STDOUT_27325=27 51 11 50 4 49 1 48 46
-STDOUT_27326=28 51 11 50 4 49 1 48 46
-STDOUT_27327=28 51 11 50 4 49 1 48 46
-STDOUT_27328=28 50 11 49 4 48 1 47 46
-STDOUT_27329=28 51 11 50 4 49 1 48 46
-STDOUT_27330=28 51 11 50 4 49 1 48 46
-STDOUT_27331=28 51 11 50 4 49 1 48 46
-STDOUT_27332=28 52 11 51 4 50 1 49 46
-STDOUT_27333=28 50 11 49 4 48 1 47 46
-STDOUT_27334=28 51 11 50 4 49 1 48 46
-STDOUT_27335=28 50 11 49 4 48 1 47 46
-STDOUT_27336=28 51 11 50 4 49 1 48 46
-STDOUT_27337=28 51 11 50 4 49 1 48 46
-STDOUT_27338=28 51 11 50 4 49 1 48 46
-STDOUT_27339=28 51 11 50 4 49 1 48 46
-STDOUT_27340=29 51 12 50 4 49 1 48 46
-STDOUT_27341=28 51 11 50 4 49 1 48 46
-STDOUT_27342=28 51 11 50 4 49 1 48 46
-STDOUT_27343=28 51 11 50 4 49 1 48 46
-STDOUT_27344=29 51 12 50 4 49 1 48 46
-STDOUT_27345=28 51 11 50 4 49 1 48 46
-STDOUT_27346=28 51 11 50 4 49 1 48 46
-STDOUT_27347=27 51 11 50 4 49 1 48 46
-STDOUT_27348=29 51 12 50 4 49 1 48 46
-STDOUT_27349=28 50 11 49 4 48 1 47 46
-STDOUT_27350=28 51 11 50 4 49 1 48 46
-STDOUT_27351=27 51 11 50 4 49 1 48 46
-STDOUT_27352=28 51 11 50 4 49 1 48 46
-STDOUT_27353=27 51 11 50 4 49 1 48 46
-STDOUT_27354=28 51 11 50 4 49 1 48 46
-STDOUT_27355=28 52 11 51 4 50 1 49 46
-STDOUT_27356=28 51 11 50 4 49 1 48 46
-STDOUT_27357=28 51 11 50 4 49 1 48 46
-STDOUT_27358=28 52 11 51 4 50 1 49 46
-STDOUT_27359=28 50 11 49 4 48 1 47 46
-STDOUT_27360=28 50 11 49 4 48 1 47 46
-STDOUT_27361=28 51 11 50 4 49 1 48 46
-STDOUT_27362=28 51 11 50 4 49 1 48 46
-STDOUT_27363=28 51 11 50 4 49 1 48 46
-STDOUT_27364=28 52 11 51 4 50 1 49 46
-STDOUT_27365=28 50 11 49 4 48 1 47 46
-STDOUT_27366=28 51 11 50 4 49 1 48 46
-STDOUT_27367=28 52 11 51 4 50 1 49 46
-STDOUT_27368=28 51 11 50 4 49 1 48 46
-STDOUT_27369=28 50 11 49 4 48 1 47 46
-STDOUT_27370=28 51 11 50 4 49 1 48 46
-STDOUT_27371=28 51 11 50 4 49 1 48 46
-STDOUT_27372=28 51 11 50 4 49 1 48 46
-STDOUT_27373=28 51 11 50 4 49 1 48 46
-STDOUT_27374=29 51 12 50 4 49 1 48 46
-STDOUT_27375=28 51 11 50 4 49 1 48 46
-STDOUT_27376=28 50 11 49 4 48 1 47 46
-STDOUT_27377=29 51 12 50 4 49 1 48 46
-STDOUT_27378=28 51 11 50 4 49 1 48 46
-STDOUT_27379=28 51 11 50 4 49 1 48 46
-STDOUT_27380=28 50 11 49 4 48 1 47 46
-STDOUT_27381=29 51 12 50 4 49 1 48 46
-STDOUT_27382=28 50 11 49 4 48 1 47 46
-STDOUT_27383=27 51 11 50 4 49 1 48 46
-STDOUT_27384=28 51 11 50 4 49 1 48 46
-STDOUT_27385=28 51 11 50 4 49 1 48 46
-STDOUT_27386=27 51 11 50 4 49 1 48 46
-STDOUT_27387=29 51 12 50 4 49 1 48 46
-STDOUT_27388=28 50 11 49 4 48 1 47 46
-STDOUT_27389=28 51 11 50 4 49 1 48 46
-STDOUT_27390=26 43 3 42 1 41 0 40 46
-STDOUT_27391=26 43 3 42 1 41 0 40 46
-STDOUT_27392=26 44 3 43 1 42 0 41 46
-STDOUT_27393=26 44 3 43 1 42 0 41 46
-STDOUT_27394=26 44 3 43 1 42 0 41 46
-STDOUT_27395=25 43 4 42 1 41 0 40 46
-STDOUT_27396=25 43 4 42 1 41 0 40 46
-STDOUT_27397=25 44 4 43 1 42 0 41 46
-STDOUT_27398=25 43 3 42 1 41 0 40 46
-STDOUT_27399=26 43 3 42 1 41 0 40 46
-STDOUT_27400=26 44 3 43 1 42 0 41 46
-STDOUT_27401=27 43 3 42 1 41 0 40 46
-STDOUT_27402=25 43 3 42 1 41 0 40 46
-STDOUT_27403=25 44 4 43 1 42 0 41 46
-STDOUT_27404=27 43 3 42 1 41 0 40 46
-STDOUT_27405=25 44 4 43 1 42 0 41 46
-STDOUT_27406=25 44 3 43 1 42 0 41 46
-STDOUT_27407=27 44 3 43 1 42 0 41 46
-STDOUT_27408=25 43 3 42 1 41 0 40 46
-STDOUT_27409=25 44 3 43 1 42 0 41 46
-STDOUT_27410=25 43 3 42 1 41 0 40 46
-STDOUT_27411=27 44 3 43 1 42 0 41 46
-STDOUT_27412=25 44 3 43 1 42 0 41 46
-STDOUT_27413=24 43 4 42 1 41 0 40 46
-STDOUT_27414=27 44 3 43 1 42 0 41 46
-STDOUT_27415=25 43 4 42 1 41 0 40 46
-STDOUT_27416=25 42 3 41 1 40 0 39 46
-STDOUT_27417=25 44 3 43 1 42 0 41 46
-STDOUT_27418=26 43 3 42 1 41 0 40 46
-STDOUT_27419=25 44 4 43 1 42 0 41 46
-STDOUT_27420=26 43 4 42 1 41 0 40 46
-STDOUT_27421=24 43 4 42 1 41 0 40 46
-STDOUT_27422=25 44 3 43 1 42 0 41 46
-STDOUT_27423=26 43 3 42 1 41 0 40 46
-STDOUT_27424=25 42 3 41 1 40 0 39 46
-STDOUT_27425=25 44 3 43 1 42 0 41 46
-STDOUT_27426=26 43 4 42 1 41 0 40 46
-STDOUT_27427=25 44 3 43 1 42 0 41 46
-STDOUT_27428=26 42 3 41 1 40 0 39 46
-STDOUT_27429=26 42 3 41 1 40 0 39 46
-STDOUT_27430=24 44 4 43 1 42 0 41 46
-STDOUT_27431=25 43 3 42 1 41 0 40 46
-STDOUT_27432=25 44 3 43 1 42 0 41 46
-STDOUT_27433=25 45 3 44 1 43 0 42 46
-STDOUT_27434=24 42 3 41 1 40 0 39 46
-STDOUT_27435=25 43 3 42 1 41 0 40 46
-STDOUT_27436=26 44 4 43 1 42 0 41 46
-STDOUT_27437=24 43 4 42 1 41 0 40 46
-STDOUT_27438=27 44 4 43 1 42 0 41 46
-STDOUT_27439=25 44 3 43 1 42 0 41 46
-STDOUT_27440=26 43 3 42 1 41 0 40 46
-STDOUT_27441=24 44 4 43 1 42 0 41 46
-STDOUT_27442=24 42 3 41 1 40 0 39 46
-STDOUT_27443=27 43 3 42 1 41 0 40 46
-STDOUT_27444=26 43 3 42 1 41 0 40 46
-STDOUT_27445=25 43 3 42 1 41 0 40 46
-STDOUT_27446=25 45 3 44 1 43 0 42 46
-STDOUT_27447=27 44 3 43 1 42 0 41 46
-STDOUT_27448=24 43 4 42 1 41 0 40 46
-STDOUT_27449=26 43 3 42 1 41 0 40 46
-STDOUT_27450=26 44 4 43 1 42 0 41 46
-STDOUT_27451=26 43 3 42 1 41 0 40 46
-STDOUT_27452=26 43 3 42 1 41 0 40 46
-STDOUT_27453=24 44 4 43 1 42 0 41 46
-STDOUT_27454=25 43 3 42 1 41 0 40 46
-STDOUT_27455=25 45 3 44 1 43 0 42 46
-STDOUT_27456=26 44 4 43 1 42 0 41 46
-STDOUT_27457=26 43 3 42 1 41 0 40 46
-STDOUT_27458=24 44 4 43 1 42 0 41 46
-STDOUT_27459=24 43 3 42 1 41 0 40 46
-STDOUT_27460=25 43 4 42 1 41 0 40 46
-STDOUT_27461=24 44 4 43 1 42 0 41 46
-STDOUT_27462=26 44 3 43 1 42 0 41 46
-STDOUT_27463=25 43 4 42 1 41 0 40 46
-STDOUT_27464=24 44 4 43 1 42 0 41 46
-STDOUT_27465=25 44 3 43 1 42 0 41 46
-STDOUT_27466=26 44 3 43 1 42 0 41 46
-STDOUT_27467=25 43 3 42 1 41 0 40 46
-STDOUT_27468=26 43 3 42 1 41 0 40 46
-STDOUT_27469=24 43 3 42 1 41 0 40 46
-STDOUT_27470=25 44 3 43 1 42 0 41 46
-STDOUT_27471=26 43 3 42 1 41 0 40 46
-STDOUT_27472=25 44 3 43 1 42 0 41 46
-STDOUT_27473=24 44 4 43 1 42 0 41 46
-STDOUT_27474=26 44 3 43 1 42 0 41 46
-STDOUT_27475=26 44 3 43 1 42 0 41 46
-STDOUT_27476=26 43 3 42 1 41 0 40 46
-STDOUT_27477=24 43 3 42 1 41 0 40 46
-STDOUT_27478=25 42 3 41 1 40 0 39 46
-STDOUT_27479=24 44 4 43 1 42 0 41 46
-STDOUT_27480=24 45 4 44 1 43 0 42 46
-STDOUT_27481=26 44 3 43 1 42 0 41 46
-STDOUT_27482=24 43 4 42 1 41 0 40 46
-STDOUT_27483=24 42 3 41 1 40 0 39 46
-STDOUT_27484=24 44 3 43 1 42 0 41 46
-STDOUT_27485=25 42 3 41 1 40 0 39 46
-STDOUT_27486=26 44 3 43 1 42 0 41 46
-STDOUT_27487=25 43 3 42 1 41 0 40 46
-STDOUT_27488=26 44 4 43 1 42 0 41 46
-STDOUT_27489=24 44 4 43 1 42 0 41 46
-STDOUT_27490=28 40 14 39 6 38 1 37 46
-STDOUT_27491=28 40 14 39 6 38 1 37 46
-STDOUT_27492=28 41 14 40 6 39 1 38 46
-STDOUT_27493=28 41 14 40 6 39 1 38 46
-STDOUT_27494=28 41 14 40 6 39 1 38 46
-STDOUT_27495=28 42 14 41 6 40 1 39 46
-STDOUT_27496=28 40 14 39 6 38 1 37 46
-STDOUT_27497=28 40 14 39 6 38 1 37 46
-STDOUT_27498=28 40 14 39 6 38 1 37 46
-STDOUT_27499=28 40 14 39 6 38 1 37 46
-STDOUT_27500=28 41 14 40 6 39 1 38 46
-STDOUT_27501=28 40 14 39 6 38 1 37 46
-STDOUT_27502=28 41 14 40 6 39 1 38 46
-STDOUT_27503=28 40 14 39 6 38 1 37 46
-STDOUT_27504=28 41 14 40 6 39 1 38 46
-STDOUT_27505=28 41 14 40 6 39 1 38 46
-STDOUT_27506=28 40 14 39 6 38 1 37 46
-STDOUT_27507=28 41 14 40 6 39 1 38 46
-STDOUT_27508=28 40 14 39 6 38 1 37 46
-STDOUT_27509=28 41 14 40 6 39 1 38 46
-STDOUT_27510=28 41 14 40 6 39 1 38 46
-STDOUT_27511=28 42 14 41 6 40 1 39 46
-STDOUT_27512=28 41 14 40 6 39 1 38 46
-STDOUT_27513=28 41 14 40 6 39 1 38 46
-STDOUT_27514=28 40 14 39 6 38 1 37 46
-STDOUT_27515=28 41 14 40 6 39 1 38 46
-STDOUT_27516=28 42 14 41 6 40 1 39 46
-STDOUT_27517=28 40 14 39 6 38 1 37 46
-STDOUT_27518=28 41 14 40 6 39 1 38 46
-STDOUT_27519=28 40 14 39 6 38 1 37 46
-STDOUT_27520=28 41 14 40 6 39 1 38 46
-STDOUT_27521=28 40 14 39 6 38 1 37 46
-STDOUT_27522=28 40 14 39 6 38 1 37 46
-STDOUT_27523=28 41 14 40 6 39 1 38 46
-STDOUT_27524=28 42 14 41 6 40 1 39 46
-STDOUT_27525=28 41 14 40 6 39 1 38 46
-STDOUT_27526=28 41 14 40 6 39 1 38 46
-STDOUT_27527=28 41 14 40 6 39 1 38 46
-STDOUT_27528=28 40 14 39 6 38 1 37 46
-STDOUT_27529=28 41 14 40 6 39 1 38 46
-STDOUT_27530=28 42 14 41 6 40 1 39 46
-STDOUT_27531=28 41 14 40 6 39 1 38 46
-STDOUT_27532=28 41 14 40 6 39 1 38 46
-STDOUT_27533=27 41 14 40 6 39 1 38 46
-STDOUT_27534=28 41 14 40 6 39 1 38 46
-STDOUT_27535=28 42 14 41 6 40 1 39 46
-STDOUT_27536=27 41 14 40 6 39 1 38 46
-STDOUT_27537=28 40 14 39 6 38 1 37 46
-STDOUT_27538=28 42 14 41 6 40 1 39 46
-STDOUT_27539=28 40 14 39 6 38 1 37 46
-STDOUT_27540=28 41 14 40 6 39 1 38 46
-STDOUT_27541=28 41 14 40 6 39 1 38 46
-STDOUT_27542=28 41 14 40 6 39 1 38 46
-STDOUT_27543=27 40 13 39 6 38 1 37 46
-STDOUT_27544=28 42 14 41 6 40 1 39 46
-STDOUT_27545=27 42 14 41 6 40 1 39 46
-STDOUT_27546=28 41 14 40 6 39 1 38 46
-STDOUT_27547=28 41 14 40 6 39 1 38 46
-STDOUT_27548=28 41 14 40 6 39 1 38 46
-STDOUT_27549=28 41 14 40 6 39 1 38 46
-STDOUT_27550=28 41 14 40 6 39 1 38 46
-STDOUT_27551=28 41 14 40 6 39 1 38 46
-STDOUT_27552=28 42 14 41 6 40 1 39 46
-STDOUT_27553=28 40 14 39 6 38 1 37 46
-STDOUT_27554=27 41 13 40 6 39 1 38 46
-STDOUT_27555=28 42 14 41 6 40 1 39 46
-STDOUT_27556=28 42 14 41 6 40 1 39 46
-STDOUT_27557=28 40 14 39 6 38 1 37 46
-STDOUT_27558=28 40 14 39 6 38 1 37 46
-STDOUT_27559=28 42 14 41 6 40 1 39 46
-STDOUT_27560=28 40 14 39 6 38 1 37 46
-STDOUT_27561=28 40 14 39 6 38 1 37 46
-STDOUT_27562=28 40 14 39 6 38 1 37 46
-STDOUT_27563=28 40 14 39 6 38 1 37 46
-STDOUT_27564=28 42 14 41 6 40 1 39 46
-STDOUT_27565=28 40 14 39 6 38 1 37 46
-STDOUT_27566=28 41 14 40 6 39 1 38 46
-STDOUT_27567=28 40 14 39 6 38 1 37 46
-STDOUT_27568=28 41 14 40 6 39 1 38 46
-STDOUT_27569=28 40 14 39 6 38 1 37 46
-STDOUT_27570=28 41 14 40 6 39 1 38 46
-STDOUT_27571=28 40 14 39 6 38 1 37 46
-STDOUT_27572=28 40 14 39 6 38 1 37 46
-STDOUT_27573=28 41 14 40 6 39 1 38 46
-STDOUT_27574=28 41 14 40 6 39 1 38 46
-STDOUT_27575=28 41 14 40 6 39 1 38 46
-STDOUT_27576=28 40 14 39 6 38 1 37 46
-STDOUT_27577=28 41 14 40 6 39 1 38 46
-STDOUT_27578=28 41 14 40 6 39 1 38 46
-STDOUT_27579=28 41 14 40 6 39 1 38 46
-STDOUT_27580=28 40 14 39 6 38 1 37 46
-STDOUT_27581=28 41 14 40 6 39 1 38 46
-STDOUT_27582=28 41 14 40 6 39 1 38 46
-STDOUT_27583=28 41 14 40 6 39 1 38 46
-STDOUT_27584=28 40 14 39 6 38 1 37 46
-STDOUT_27585=28 40 14 39 6 38 1 37 46
-STDOUT_27586=27 39 13 38 6 37 1 36 46
-STDOUT_27587=28 42 14 41 6 40 1 39 46
-STDOUT_27588=28 41 14 40 6 39 1 38 46
-STDOUT_27589=28 40 14 39 6 38 1 37 46
-STDOUT_27590=28 41 14 40 6 39 1 38 46
-STDOUT_27591=28 41 14 40 6 39 1 38 46
-STDOUT_27592=28 40 14 39 6 38 1 37 46
-STDOUT_27593=28 41 14 40 6 39 1 38 46
-STDOUT_27594=28 40 14 39 6 38 1 37 46
-STDOUT_27595=28 41 14 40 6 39 1 38 46
-STDOUT_27596=28 40 14 39 6 38 1 37 46
-STDOUT_27597=28 41 14 40 6 39 1 38 46
-STDOUT_27598=28 40 14 39 6 38 1 37 46
-STDOUT_27599=28 40 14 39 6 38 1 37 46
-STDOUT_27600=28 41 14 40 6 39 1 38 46
-STDOUT_27601=28 41 14 40 6 39 1 38 46
-STDOUT_27602=28 40 14 39 6 38 1 37 46
-STDOUT_27603=28 40 15 39 6 38 1 37 46
-STDOUT_27604=28 40 14 39 6 38 1 37 46
-STDOUT_27605=28 40 14 39 6 38 1 37 46
-STDOUT_27606=28 41 14 40 6 39 1 38 46
-STDOUT_27607=28 41 14 40 6 39 1 38 46
-STDOUT_27608=27 42 13 41 5 40 1 39 46
-STDOUT_27609=28 40 14 39 6 38 1 37 46
-STDOUT_27610=28 41 14 40 6 39 1 38 46
-STDOUT_27611=28 41 14 40 6 39 1 38 46
-STDOUT_27612=28 40 14 39 6 38 1 37 46
-STDOUT_27613=28 41 14 40 6 39 1 38 46
-STDOUT_27614=28 41 14 40 6 39 1 38 46
-STDOUT_27615=28 41 14 40 6 39 1 38 46
-STDOUT_27616=28 41 14 40 6 39 1 38 46
-STDOUT_27617=28 40 14 39 6 38 1 37 46
-STDOUT_27618=28 40 15 39 6 38 1 37 46
-STDOUT_27619=28 41 14 40 6 39 1 38 46
-STDOUT_27620=28 40 14 39 6 38 1 37 46
-STDOUT_27621=28 40 14 39 6 38 1 37 46
-STDOUT_27622=28 41 14 40 6 39 1 38 46
-STDOUT_27623=28 41 14 40 6 39 1 38 46
-STDOUT_27624=28 41 14 40 6 39 1 38 46
-STDOUT_27625=28 41 14 40 6 39 1 38 46
-STDOUT_27626=27 42 13 41 5 40 1 39 46
-STDOUT_27627=28 39 15 38 6 37 1 36 46
-STDOUT_27628=28 40 15 39 6 38 1 37 46
-STDOUT_27629=28 40 14 39 6 38 1 37 46
-STDOUT_27630=28 40 14 39 6 38 1 37 46
-STDOUT_27631=28 41 14 40 6 39 1 38 46
-STDOUT_27632=28 41 14 40 6 39 1 38 46
-STDOUT_27633=28 41 14 40 6 39 1 38 46
-STDOUT_27634=28 40 14 39 6 38 1 37 46
-STDOUT_27635=28 39 15 38 6 37 1 36 46
-STDOUT_27636=28 41 14 40 6 39 1 38 46
-STDOUT_27637=28 40 14 39 6 38 1 37 46
-STDOUT_27638=28 40 14 39 6 38 1 37 46
-STDOUT_27639=28 41 14 40 6 39 1 38 46
-STDOUT_27640=28 41 14 40 6 39 1 38 46
-STDOUT_27641=28 41 14 40 6 39 1 38 46
-STDOUT_27642=28 40 15 39 6 38 1 37 46
-STDOUT_27643=27 41 13 40 5 39 1 38 46
-STDOUT_27644=27 42 13 41 5 40 1 39 46
-STDOUT_27645=28 40 14 39 6 38 1 37 46
-STDOUT_27646=28 40 14 39 6 38 1 37 46
-STDOUT_27647=28 40 14 39 6 38 1 37 46
-STDOUT_27648=28 41 14 40 6 39 1 38 46
-STDOUT_27649=28 41 14 40 6 39 1 38 46
-STDOUT_27650=28 41 14 40 6 39 1 38 46
-STDOUT_27651=28 41 14 40 6 39 1 38 46
-STDOUT_27652=28 39 15 38 6 37 1 36 46
-STDOUT_27653=27 41 13 40 5 39 1 38 46
-STDOUT_27654=28 41 14 40 6 39 1 38 46
-STDOUT_27655=28 41 14 40 6 39 1 38 46
-STDOUT_27656=28 40 14 39 6 38 1 37 46
-STDOUT_27657=28 40 14 39 6 38 1 37 46
-STDOUT_27658=28 41 14 40 6 39 1 38 46
-STDOUT_27659=28 40 14 39 6 38 1 37 46
-STDOUT_27660=28 41 14 40 6 39 1 38 46
-STDOUT_27661=28 40 14 39 6 38 1 37 46
-STDOUT_27662=28 41 14 40 6 39 1 38 46
-STDOUT_27663=27 42 13 41 5 40 1 39 46
-STDOUT_27664=28 41 14 40 6 39 1 38 46
-STDOUT_27665=28 41 14 40 6 39 1 38 46
-STDOUT_27666=28 41 14 40 6 39 1 38 46
-STDOUT_27667=28 40 14 39 6 38 1 37 46
-STDOUT_27668=28 41 14 40 6 39 1 38 46
-STDOUT_27669=28 40 15 39 6 38 1 37 46
-STDOUT_27670=28 41 14 40 6 39 1 38 46
-STDOUT_27671=28 40 14 39 6 38 1 37 46
-STDOUT_27672=28 40 14 39 6 38 1 37 46
-STDOUT_27673=28 41 14 40 6 39 1 38 46
-STDOUT_27674=27 41 13 40 5 39 1 38 46
-STDOUT_27675=28 40 14 39 6 38 1 37 46
-STDOUT_27676=28 39 15 38 6 37 1 36 46
-STDOUT_27677=28 39 15 38 6 37 1 36 46
-STDOUT_27678=28 41 14 40 6 39 1 38 46
-STDOUT_27679=28 41 14 40 6 39 1 38 46
-STDOUT_27680=28 41 14 40 6 39 1 38 46
-STDOUT_27681=28 41 14 40 6 39 1 38 46
-STDOUT_27682=28 40 14 39 6 38 1 37 46
-STDOUT_27683=28 41 14 40 6 39 1 38 46
-STDOUT_27684=28 41 14 40 6 39 1 38 46
-STDOUT_27685=28 40 15 39 6 38 1 37 46
-STDOUT_27686=28 41 14 40 6 39 1 38 46
-STDOUT_27687=27 42 13 41 5 40 1 39 46
-STDOUT_27688=28 40 15 39 6 38 1 37 46
-STDOUT_27689=28 39 15 38 6 37 1 36 46
-STDOUT_27690=SCORES_TXT_END_0
-STDOUT_27691=SCORES_TXT_BEGIN_0 5 500 9 BLEU
-STDOUT_27692=16 23 8 22 4 21 2 20 24
-STDOUT_27693=16 23 8 22 4 21 2 20 24
-STDOUT_27694=15 22 8 21 4 20 2 19 24
-STDOUT_27695=16 23 8 22 4 21 2 20 24
-STDOUT_27696=16 23 8 22 4 21 2 20 24
-STDOUT_27697=16 23 8 22 4 21 2 20 24
-STDOUT_27698=16 23 8 22 4 21 2 20 24
-STDOUT_27699=16 23 8 22 4 21 2 20 24
-STDOUT_27700=15 22 8 21 4 20 2 19 24
-STDOUT_27701=16 23 8 22 4 21 2 20 24
-STDOUT_27702=16 23 8 22 4 21 2 20 24
-STDOUT_27703=16 23 8 22 4 21 2 20 24
-STDOUT_27704=16 23 8 22 4 21 2 20 24
-STDOUT_27705=15 22 8 21 4 20 2 19 24
-STDOUT_27706=16 23 8 22 4 21 2 20 24
-STDOUT_27707=15 22 8 21 4 20 2 19 24
-STDOUT_27708=15 22 8 21 4 20 2 19 24
-STDOUT_27709=16 23 8 22 4 21 2 20 24
-STDOUT_27710=15 22 8 21 4 20 2 19 24
-STDOUT_27711=15 22 8 21 4 20 2 19 24
-STDOUT_27712=16 23 8 22 4 21 2 20 24
-STDOUT_27713=16 23 8 22 4 21 2 20 24
-STDOUT_27714=16 23 8 22 4 21 2 20 24
-STDOUT_27715=16 23 8 22 4 21 2 20 24
-STDOUT_27716=16 23 8 22 4 21 2 20 24
-STDOUT_27717=15 22 8 21 4 20 2 19 24
-STDOUT_27718=15 22 8 21 4 20 2 19 24
-STDOUT_27719=16 23 8 22 4 21 2 20 24
-STDOUT_27720=16 23 8 22 4 21 2 20 24
-STDOUT_27721=15 22 8 21 4 20 2 19 24
-STDOUT_27722=15 22 8 21 4 20 2 19 24
-STDOUT_27723=16 23 8 22 4 21 2 20 24
-STDOUT_27724=16 23 8 22 4 21 2 20 24
-STDOUT_27725=15 22 8 21 4 20 2 19 24
-STDOUT_27726=16 23 8 22 4 21 2 20 24
-STDOUT_27727=16 23 8 22 4 21 2 20 24
-STDOUT_27728=16 23 8 22 4 21 2 20 24
-STDOUT_27729=16 23 8 22 4 21 2 20 24
-STDOUT_27730=16 23 8 22 4 21 2 20 24
-STDOUT_27731=16 23 8 22 4 21 2 20 24
-STDOUT_27732=15 22 8 21 4 20 2 19 24
-STDOUT_27733=16 23 8 22 4 21 2 20 24
-STDOUT_27734=16 23 8 22 4 21 2 20 24
-STDOUT_27735=16 23 8 22 4 21 2 20 24
-STDOUT_27736=16 23 8 22 4 21 2 20 24
-STDOUT_27737=16 23 8 22 4 21 2 20 24
-STDOUT_27738=16 23 8 22 4 21 2 20 24
-STDOUT_27739=16 23 8 22 4 21 2 20 24
-STDOUT_27740=15 22 8 21 4 20 2 19 24
-STDOUT_27741=16 23 8 22 4 21 2 20 24
-STDOUT_27742=16 23 8 22 4 21 2 20 24
-STDOUT_27743=16 23 8 22 4 21 2 20 24
-STDOUT_27744=15 22 8 21 4 20 2 19 24
-STDOUT_27745=16 23 8 22 4 21 2 20 24
-STDOUT_27746=16 23 8 22 4 21 2 20 24
-STDOUT_27747=16 23 8 22 4 21 2 20 24
-STDOUT_27748=16 23 8 22 4 21 2 20 24
-STDOUT_27749=16 23 8 22 4 21 2 20 24
-STDOUT_27750=15 22 8 21 4 20 2 19 24
-STDOUT_27751=15 22 8 21 4 20 2 19 24
-STDOUT_27752=16 23 8 22 4 21 2 20 24
-STDOUT_27753=16 23 8 22 4 21 2 20 24
-STDOUT_27754=16 23 8 22 4 21 2 20 24
-STDOUT_27755=15 22 8 21 4 20 2 19 24
-STDOUT_27756=16 23 8 22 4 21 2 20 24
-STDOUT_27757=16 23 8 22 4 21 2 20 24
-STDOUT_27758=16 23 8 22 4 21 2 20 24
-STDOUT_27759=15 22 8 21 4 20 2 19 24
-STDOUT_27760=15 22 8 21 4 20 2 19 24
-STDOUT_27761=16 23 8 22 4 21 2 20 24
-STDOUT_27762=15 22 8 21 4 20 2 19 24
-STDOUT_27763=16 23 8 22 4 21 2 20 24
-STDOUT_27764=16 23 8 22 4 21 2 20 24
-STDOUT_27765=14 20 5 19 2 18 1 17 24
-STDOUT_27766=16 23 8 22 4 21 2 20 24
-STDOUT_27767=16 23 8 22 4 21 2 20 24
-STDOUT_27768=15 22 8 21 4 20 2 19 24
-STDOUT_27769=15 22 8 21 4 20 2 19 24
-STDOUT_27770=15 22 8 21 4 20 2 19 24
-STDOUT_27771=15 22 8 21 4 20 2 19 24
-STDOUT_27772=15 22 8 21 4 20 2 19 24
-STDOUT_27773=15 22 8 21 4 20 2 19 24
-STDOUT_27774=16 23 8 22 4 21 2 20 24
-STDOUT_27775=16 23 8 22 4 21 2 20 24
-STDOUT_27776=14 20 5 19 2 18 1 17 24
-STDOUT_27777=15 22 8 21 4 20 2 19 24
-STDOUT_27778=16 23 8 22 4 21 2 20 24
-STDOUT_27779=16 23 8 22 4 21 2 20 24
-STDOUT_27780=15 22 8 21 4 20 2 19 24
-STDOUT_27781=16 23 8 22 4 21 2 20 24
-STDOUT_27782=16 23 8 22 4 21 2 20 24
-STDOUT_27783=15 23 8 22 4 21 2 20 24
-STDOUT_27784=13 19 5 18 2 17 1 16 24
-STDOUT_27785=16 23 8 22 4 21 2 20 24
-STDOUT_27786=16 23 8 22 4 21 2 20 24
-STDOUT_27787=16 23 8 22 4 21 2 20 24
-STDOUT_27788=16 23 8 22 4 21 2 20 24
-STDOUT_27789=16 23 8 22 4 21 2 20 24
-STDOUT_27790=16 23 8 22 4 21 2 20 24
-STDOUT_27791=16 23 8 22 4 21 2 20 24
-STDOUT_27792=15 28 6 27 2 26 1 25 24
-STDOUT_27793=15 28 6 27 2 26 1 25 24
-STDOUT_27794=15 28 6 27 2 26 1 25 24
-STDOUT_27795=16 33 6 32 2 31 1 30 24
-STDOUT_27796=16 33 6 32 2 31 1 30 24
-STDOUT_27797=15 28 6 27 2 26 1 25 24
-STDOUT_27798=15 28 6 27 2 26 1 25 24
-STDOUT_27799=15 28 6 27 2 26 1 25 24
-STDOUT_27800=15 28 6 27 2 26 1 25 24
-STDOUT_27801=15 28 6 27 2 26 1 25 24
-STDOUT_27802=16 33 6 32 2 31 1 30 24
-STDOUT_27803=15 28 6 27 2 26 1 25 24
-STDOUT_27804=16 33 6 32 2 31 1 30 24
-STDOUT_27805=16 33 6 32 2 31 1 30 24
-STDOUT_27806=15 28 6 27 2 26 1 25 24
-STDOUT_27807=16 33 6 32 2 31 1 30 24
-STDOUT_27808=15 28 6 27 2 26 1 25 24
-STDOUT_27809=16 29 6 28 2 27 1 26 24
-STDOUT_27810=15 28 6 27 2 26 1 25 24
-STDOUT_27811=15 28 6 27 2 26 1 25 24
-STDOUT_27812=15 28 6 27 2 26 1 25 24
-STDOUT_27813=15 28 6 27 2 26 1 25 24
-STDOUT_27814=15 28 6 27 2 26 1 25 24
-STDOUT_27815=15 28 6 27 2 26 1 25 24
-STDOUT_27816=15 28 6 27 2 26 1 25 24
-STDOUT_27817=15 28 6 27 2 26 1 25 24
-STDOUT_27818=16 33 6 32 2 31 1 30 24
-STDOUT_27819=15 28 6 27 2 26 1 25 24
-STDOUT_27820=16 33 6 32 2 31 1 30 24
-STDOUT_27821=16 33 6 32 2 31 1 30 24
-STDOUT_27822=15 28 6 27 2 26 1 25 24
-STDOUT_27823=16 33 6 32 2 31 1 30 24
-STDOUT_27824=16 33 6 32 2 31 1 30 24
-STDOUT_27825=15 28 6 27 2 26 1 25 24
-STDOUT_27826=16 33 6 32 2 31 1 30 24
-STDOUT_27827=16 33 6 32 2 31 1 30 24
-STDOUT_27828=15 28 6 27 2 26 1 25 24
-STDOUT_27829=16 33 6 32 2 31 1 30 24
-STDOUT_27830=15 28 6 27 2 26 1 25 24
-STDOUT_27831=16 33 6 32 2 31 1 30 24
-STDOUT_27832=15 28 6 27 2 26 1 25 24
-STDOUT_27833=15 28 6 27 2 26 1 25 24
-STDOUT_27834=15 28 6 27 2 26 1 25 24
-STDOUT_27835=16 29 6 28 2 27 1 26 24
-STDOUT_27836=16 33 6 32 2 31 1 30 24
-STDOUT_27837=15 28 6 27 2 26 1 25 24
-STDOUT_27838=16 28 7 27 2 26 1 25 24
-STDOUT_27839=16 33 6 32 2 31 1 30 24
-STDOUT_27840=15 28 6 27 2 26 1 25 24
-STDOUT_27841=15 28 6 27 2 26 1 25 24
-STDOUT_27842=15 28 6 27 2 26 1 25 24
-STDOUT_27843=16 33 6 32 2 31 1 30 24
-STDOUT_27844=15 28 6 27 2 26 1 25 24
-STDOUT_27845=15 30 6 29 2 28 1 27 24
-STDOUT_27846=16 29 6 28 2 27 1 26 24
-STDOUT_27847=16 33 6 32 2 31 1 30 24
-STDOUT_27848=16 33 6 32 2 31 1 30 24
-STDOUT_27849=16 33 6 32 2 31 1 30 24
-STDOUT_27850=15 28 6 27 2 26 1 25 24
-STDOUT_27851=15 28 6 27 2 26 1 25 24
-STDOUT_27852=15 28 6 27 2 26 1 25 24
-STDOUT_27853=15 28 6 27 2 26 1 25 24
-STDOUT_27854=15 30 6 29 2 28 1 27 24
-STDOUT_27855=16 33 6 32 2 31 1 30 24
-STDOUT_27856=15 28 6 27 2 26 1 25 24
-STDOUT_27857=15 28 6 27 2 26 1 25 24
-STDOUT_27858=15 28 6 27 2 26 1 25 24
-STDOUT_27859=16 33 6 32 2 31 1 30 24
-STDOUT_27860=16 33 6 32 2 31 1 30 24
-STDOUT_27861=15 28 6 27 2 26 1 25 24
-STDOUT_27862=15 28 6 27 2 26 1 25 24
-STDOUT_27863=15 28 6 27 2 26 1 25 24
-STDOUT_27864=16 33 6 32 2 31 1 30 24
-STDOUT_27865=16 33 6 32 2 31 1 30 24
-STDOUT_27866=15 28 6 27 2 26 1 25 24
-STDOUT_27867=16 33 6 32 2 31 1 30 24
-STDOUT_27868=15 28 6 27 2 26 1 25 24
-STDOUT_27869=16 33 6 32 2 31 1 30 24
-STDOUT_27870=15 30 6 29 2 28 1 27 24
-STDOUT_27871=15 28 6 27 2 26 1 25 24
-STDOUT_27872=16 33 6 32 2 31 1 30 24
-STDOUT_27873=15 30 6 29 2 28 1 27 24
-STDOUT_27874=15 28 6 27 2 26 1 25 24
-STDOUT_27875=15 28 6 27 2 26 1 25 24
-STDOUT_27876=15 28 6 27 2 26 1 25 24
-STDOUT_27877=16 33 6 32 2 31 1 30 24
-STDOUT_27878=16 33 6 32 2 31 1 30 24
-STDOUT_27879=16 33 6 32 2 31 1 30 24
-STDOUT_27880=15 28 6 27 2 26 1 25 24
-STDOUT_27881=16 33 6 32 2 31 1 30 24
-STDOUT_27882=15 28 6 27 2 26 1 25 24
-STDOUT_27883=16 29 6 28 2 27 1 26 24
-STDOUT_27884=15 28 6 27 2 26 1 25 24
-STDOUT_27885=15 28 6 27 2 26 1 25 24
-STDOUT_27886=16 33 6 32 2 31 1 30 24
-STDOUT_27887=15 28 6 27 2 26 1 25 24
-STDOUT_27888=16 29 6 28 2 27 1 26 24
-STDOUT_27889=16 33 6 32 2 31 1 30 24
-STDOUT_27890=15 28 6 27 2 26 1 25 24
-STDOUT_27891=17 35 8 34 3 33 1 32 24
-STDOUT_27892=15 25 2 24 0 23 0 22 24
-STDOUT_27893=14 25 2 24 0 23 0 22 24
-STDOUT_27894=15 25 2 24 0 23 0 22 24
-STDOUT_27895=14 25 2 24 0 23 0 22 24
-STDOUT_27896=15 25 2 24 0 23 0 22 24
-STDOUT_27897=14 25 2 24 0 23 0 22 24
-STDOUT_27898=15 25 2 24 0 23 0 22 24
-STDOUT_27899=14 25 2 24 0 23 0 22 24
-STDOUT_27900=15 25 2 24 0 23 0 22 24
-STDOUT_27901=14 25 2 24 0 23 0 22 24
-STDOUT_27902=15 26 3 25 0 24 0 23 24
-STDOUT_27903=14 25 2 24 0 23 0 22 24
-STDOUT_27904=14 25 2 24 0 23 0 22 24
-STDOUT_27905=14 26 3 25 0 24 0 23 24
-STDOUT_27906=14 25 2 24 0 23 0 22 24
-STDOUT_27907=13 25 2 24 0 23 0 22 24
-STDOUT_27908=15 26 3 25 0 24 0 23 24
-STDOUT_27909=14 25 2 24 0 23 0 22 24
-STDOUT_27910=14 25 2 24 0 23 0 22 24
-STDOUT_27911=14 25 2 24 0 23 0 22 24
-STDOUT_27912=14 26 3 25 0 24 0 23 24
-STDOUT_27913=15 25 2 24 0 23 0 22 24
-STDOUT_27914=14 25 2 24 0 23 0 22 24
-STDOUT_27915=13 25 2 24 0 23 0 22 24
-STDOUT_27916=13 25 2 24 0 23 0 22 24
-STDOUT_27917=15 26 3 25 0 24 0 23 24
-STDOUT_27918=14 25 2 24 0 23 0 22 24
-STDOUT_27919=14 25 2 24 0 23 0 22 24
-STDOUT_27920=14 25 2 24 0 23 0 22 24
-STDOUT_27921=14 26 3 25 0 24 0 23 24
-STDOUT_27922=14 25 2 24 0 23 0 22 24
-STDOUT_27923=13 25 2 24 0 23 0 22 24
-STDOUT_27924=15 26 3 25 0 24 0 23 24
-STDOUT_27925=15 26 2 25 0 24 0 23 24
-STDOUT_27926=14 25 2 24 0 23 0 22 24
-STDOUT_27927=15 27 3 26 1 25 0 24 24
-STDOUT_27928=14 25 2 24 0 23 0 22 24
-STDOUT_27929=15 27 3 26 1 25 0 24 24
-STDOUT_27930=14 25 2 24 0 23 0 22 24
-STDOUT_27931=14 26 3 25 0 24 0 23 24
-STDOUT_27932=14 26 2 25 0 24 0 23 24
-STDOUT_27933=14 25 2 24 0 23 0 22 24
-STDOUT_27934=13 25 2 24 0 23 0 22 24
-STDOUT_27935=15 26 3 25 0 24 0 23 24
-STDOUT_27936=14 27 3 26 1 25 0 24 24
-STDOUT_27937=14 27 3 26 1 25 0 24 24
-STDOUT_27938=15 25 2 24 0 23 0 22 24
-STDOUT_27939=14 25 2 24 0 23 0 22 24
-STDOUT_27940=15 25 2 24 0 23 0 22 24
-STDOUT_27941=13 25 2 24 0 23 0 22 24
-STDOUT_27942=14 25 2 24 0 23 0 22 24
-STDOUT_27943=14 25 2 24 0 23 0 22 24
-STDOUT_27944=15 27 3 26 1 25 0 24 24
-STDOUT_27945=15 27 3 26 1 25 0 24 24
-STDOUT_27946=14 26 3 25 0 24 0 23 24
-STDOUT_27947=14 25 2 24 0 23 0 22 24
-STDOUT_27948=14 25 2 24 0 23 0 22 24
-STDOUT_27949=13 25 2 24 0 23 0 22 24
-STDOUT_27950=14 25 2 24 0 23 0 22 24
-STDOUT_27951=15 26 2 25 0 24 0 23 24
-STDOUT_27952=14 25 2 24 0 23 0 22 24
-STDOUT_27953=15 26 2 25 0 24 0 23 24
-STDOUT_27954=13 25 2 24 0 23 0 22 24
-STDOUT_27955=14 27 3 26 1 25 0 24 24
-STDOUT_27956=14 27 3 26 1 25 0 24 24
-STDOUT_27957=15 25 2 24 0 23 0 22 24
-STDOUT_27958=15 25 2 24 0 23 0 22 24
-STDOUT_27959=13 25 2 24 0 23 0 22 24
-STDOUT_27960=14 26 2 25 0 24 0 23 24
-STDOUT_27961=14 25 2 24 0 23 0 22 24
-STDOUT_27962=14 26 3 25 0 24 0 23 24
-STDOUT_27963=15 26 3 25 0 24 0 23 24
-STDOUT_27964=15 27 3 26 1 25 0 24 24
-STDOUT_27965=15 27 3 26 1 25 0 24 24
-STDOUT_27966=14 26 3 25 0 24 0 23 24
-STDOUT_27967=14 25 2 24 0 23 0 22 24
-STDOUT_27968=14 25 2 24 0 23 0 22 24
-STDOUT_27969=15 26 2 25 0 24 0 23 24
-STDOUT_27970=13 25 2 24 0 23 0 22 24
-STDOUT_27971=14 25 2 24 0 23 0 22 24
-STDOUT_27972=15 26 2 25 0 24 0 23 24
-STDOUT_27973=13 25 2 24 0 23 0 22 24
-STDOUT_27974=14 25 1 24 0 23 0 22 24
-STDOUT_27975=14 26 3 25 0 24 0 23 24
-STDOUT_27976=13 26 3 25 0 24 0 23 24
-STDOUT_27977=14 26 2 25 0 24 0 23 24
-STDOUT_27978=14 26 3 25 0 24 0 23 24
-STDOUT_27979=14 27 3 26 1 25 0 24 24
-STDOUT_27980=14 27 3 26 1 25 0 24 24
-STDOUT_27981=14 25 2 24 0 23 0 22 24
-STDOUT_27982=15 25 2 24 0 23 0 22 24
-STDOUT_27983=13 25 2 24 0 23 0 22 24
-STDOUT_27984=15 25 2 24 0 23 0 22 24
-STDOUT_27985=13 25 2 24 0 23 0 22 24
-STDOUT_27986=14 26 2 25 0 24 0 23 24
-STDOUT_27987=14 25 2 24 0 23 0 22 24
-STDOUT_27988=14 26 3 25 0 24 0 23 24
-STDOUT_27989=15 26 3 25 0 24 0 23 24
-STDOUT_27990=14 25 1 24 0 23 0 22 24
-STDOUT_27991=13 25 1 24 0 23 0 22 24
-STDOUT_27992=15 28 6 27 2 26 1 25 24
-STDOUT_27993=15 28 6 27 2 26 1 25 24
-STDOUT_27994=15 28 6 27 2 26 1 25 24
-STDOUT_27995=15 28 6 27 2 26 1 25 24
-STDOUT_27996=15 28 6 27 2 26 1 25 24
-STDOUT_27997=15 28 6 27 2 26 1 25 24
-STDOUT_27998=15 28 6 27 2 26 1 25 24
-STDOUT_27999=15 28 6 27 2 26 1 25 24
-STDOUT_28000=15 28 6 27 2 26 1 25 24
-STDOUT_28001=15 28 6 27 2 26 1 25 24
-STDOUT_28002=15 28 6 27 2 26 1 25 24
-STDOUT_28003=15 25 6 24 2 23 1 22 24
-STDOUT_28004=15 25 6 24 2 23 1 22 24
-STDOUT_28005=15 28 6 27 2 26 1 25 24
-STDOUT_28006=15 28 6 27 2 26 1 25 24
-STDOUT_28007=15 28 6 27 2 26 1 25 24
-STDOUT_28008=15 28 6 27 2 26 1 25 24
-STDOUT_28009=15 28 6 27 2 26 1 25 24
-STDOUT_28010=15 28 6 27 2 26 1 25 24
-STDOUT_28011=15 28 6 27 2 26 1 25 24
-STDOUT_28012=15 28 6 27 2 26 1 25 24
-STDOUT_28013=15 28 6 27 2 26 1 25 24
-STDOUT_28014=16 26 8 25 4 24 2 23 24
-STDOUT_28015=15 28 6 27 2 26 1 25 24
-STDOUT_28016=15 28 6 27 2 26 1 25 24
-STDOUT_28017=15 28 6 27 2 26 1 25 24
-STDOUT_28018=15 28 6 27 2 26 1 25 24
-STDOUT_28019=15 28 6 27 2 26 1 25 24
-STDOUT_28020=15 28 6 27 2 26 1 25 24
-STDOUT_28021=15 28 6 27 2 26 1 25 24
-STDOUT_28022=15 28 6 27 2 26 1 25 24
-STDOUT_28023=15 28 6 27 2 26 1 25 24
-STDOUT_28024=16 26 8 25 4 24 2 23 24
-STDOUT_28025=15 28 6 27 2 26 1 25 24
-STDOUT_28026=15 28 6 27 2 26 1 25 24
-STDOUT_28027=15 25 6 24 2 23 1 22 24
-STDOUT_28028=15 28 6 27 2 26 1 25 24
-STDOUT_28029=15 25 6 24 2 23 1 22 24
-STDOUT_28030=15 28 6 27 2 26 1 25 24
-STDOUT_28031=15 28 6 27 2 26 1 25 24
-STDOUT_28032=15 28 6 27 2 26 1 25 24
-STDOUT_28033=15 25 6 24 2 23 1 22 24
-STDOUT_28034=15 28 6 27 2 26 1 25 24
-STDOUT_28035=15 28 6 27 2 26 1 25 24
-STDOUT_28036=15 28 6 27 2 26 1 25 24
-STDOUT_28037=16 26 8 25 4 24 2 23 24
-STDOUT_28038=15 28 6 27 2 26 1 25 24
-STDOUT_28039=15 28 6 27 2 26 1 25 24
-STDOUT_28040=15 28 6 27 2 26 1 25 24
-STDOUT_28041=16 28 5 27 2 26 1 25 24
-STDOUT_28042=15 28 6 27 2 26 1 25 24
-STDOUT_28043=15 28 6 27 2 26 1 25 24
-STDOUT_28044=16 28 5 27 2 26 1 25 24
-STDOUT_28045=16 26 8 25 4 24 2 23 24
-STDOUT_28046=15 28 6 27 2 26 1 25 24
-STDOUT_28047=15 28 6 27 2 26 1 25 24
-STDOUT_28048=15 28 6 27 2 26 1 25 24
-STDOUT_28049=16 26 8 25 4 24 2 23 24
-STDOUT_28050=15 28 6 27 2 26 1 25 24
-STDOUT_28051=15 28 6 27 2 26 1 25 24
-STDOUT_28052=15 28 6 27 2 26 1 25 24
-STDOUT_28053=15 28 6 27 2 26 1 25 24
-STDOUT_28054=15 28 6 27 2 26 1 25 24
-STDOUT_28055=15 28 6 27 2 26 1 25 24
-STDOUT_28056=15 28 6 27 2 26 1 25 24
-STDOUT_28057=15 28 6 27 2 26 1 25 24
-STDOUT_28058=15 28 6 27 2 26 1 25 24
-STDOUT_28059=14 27 6 26 2 25 1 24 24
-STDOUT_28060=15 28 6 27 2 26 1 25 24
-STDOUT_28061=14 27 6 26 2 25 1 24 24
-STDOUT_28062=15 28 6 27 2 26 1 25 24
-STDOUT_28063=15 28 6 27 2 26 1 25 24
-STDOUT_28064=15 28 6 27 2 26 1 25 24
-STDOUT_28065=15 28 6 27 2 26 1 25 24
-STDOUT_28066=15 28 6 27 2 26 1 25 24
-STDOUT_28067=15 28 6 27 2 26 1 25 24
-STDOUT_28068=15 28 6 27 2 26 1 25 24
-STDOUT_28069=15 25 6 24 2 23 1 22 24
-STDOUT_28070=15 28 6 27 2 26 1 25 24
-STDOUT_28071=15 25 6 24 2 23 1 22 24
-STDOUT_28072=15 28 6 27 2 26 1 25 24
-STDOUT_28073=15 28 6 27 2 26 1 25 24
-STDOUT_28074=16 23 8 22 4 21 2 20 24
-STDOUT_28075=15 28 6 27 2 26 1 25 24
-STDOUT_28076=15 28 6 27 2 26 1 25 24
-STDOUT_28077=15 25 6 24 2 23 1 22 24
-STDOUT_28078=15 25 6 24 2 23 1 22 24
-STDOUT_28079=15 28 6 27 2 26 1 25 24
-STDOUT_28080=15 28 6 27 2 26 1 25 24
-STDOUT_28081=15 28 6 27 2 26 1 25 24
-STDOUT_28082=15 25 6 24 2 23 1 22 24
-STDOUT_28083=15 28 6 27 2 26 1 25 24
-STDOUT_28084=15 28 6 27 2 26 1 25 24
-STDOUT_28085=16 26 8 25 4 24 2 23 24
-STDOUT_28086=15 28 6 27 2 26 1 25 24
-STDOUT_28087=15 28 6 27 2 26 1 25 24
-STDOUT_28088=15 28 6 27 2 26 1 25 24
-STDOUT_28089=15 28 6 27 2 26 1 25 24
-STDOUT_28090=16 26 8 25 4 24 2 23 24
-STDOUT_28091=14 24 6 23 2 22 1 21 24
-STDOUT_28092=15 28 6 27 2 26 1 25 24
-STDOUT_28093=15 27 6 26 2 25 1 24 24
-STDOUT_28094=15 28 6 27 2 26 1 25 24
-STDOUT_28095=15 28 6 27 2 26 1 25 24
-STDOUT_28096=15 28 6 27 2 26 1 25 24
-STDOUT_28097=15 27 6 26 2 25 1 24 24
-STDOUT_28098=15 28 6 27 2 26 1 25 24
-STDOUT_28099=15 28 6 27 2 26 1 25 24
-STDOUT_28100=15 28 6 27 2 26 1 25 24
-STDOUT_28101=15 28 6 27 2 26 1 25 24
-STDOUT_28102=15 27 6 26 2 25 1 24 24
-STDOUT_28103=15 27 6 26 2 25 1 24 24
-STDOUT_28104=15 28 6 27 2 26 1 25 24
-STDOUT_28105=15 27 6 26 2 25 1 24 24
-STDOUT_28106=15 28 6 27 2 26 1 25 24
-STDOUT_28107=15 28 6 27 2 26 1 25 24
-STDOUT_28108=15 27 6 26 2 25 1 24 24
-STDOUT_28109=15 27 6 26 2 25 1 24 24
-STDOUT_28110=15 28 6 27 2 26 1 25 24
-STDOUT_28111=15 28 6 27 2 26 1 25 24
-STDOUT_28112=15 28 6 27 2 26 1 25 24
-STDOUT_28113=15 28 6 27 2 26 1 25 24
-STDOUT_28114=15 28 6 27 2 26 1 25 24
-STDOUT_28115=15 27 6 26 2 25 1 24 24
-STDOUT_28116=15 28 6 27 2 26 1 25 24
-STDOUT_28117=15 27 6 26 2 25 1 24 24
-STDOUT_28118=15 27 6 26 2 25 1 24 24
-STDOUT_28119=15 28 6 27 2 26 1 25 24
-STDOUT_28120=15 28 6 27 2 26 1 25 24
-STDOUT_28121=15 28 6 27 2 26 1 25 24
-STDOUT_28122=15 27 6 26 2 25 1 24 24
-STDOUT_28123=15 28 6 27 2 26 1 25 24
-STDOUT_28124=15 28 6 27 2 26 1 25 24
-STDOUT_28125=15 28 6 27 2 26 1 25 24
-STDOUT_28126=15 28 6 27 2 26 1 25 24
-STDOUT_28127=15 27 6 26 2 25 1 24 24
-STDOUT_28128=15 27 6 26 2 25 1 24 24
-STDOUT_28129=15 28 6 27 2 26 1 25 24
-STDOUT_28130=15 28 6 27 2 26 1 25 24
-STDOUT_28131=15 27 6 26 2 25 1 24 24
-STDOUT_28132=15 27 6 26 2 25 1 24 24
-STDOUT_28133=15 28 6 27 2 26 1 25 24
-STDOUT_28134=15 28 6 27 2 26 1 25 24
-STDOUT_28135=15 28 6 27 2 26 1 25 24
-STDOUT_28136=15 28 6 27 2 26 1 25 24
-STDOUT_28137=15 28 6 27 2 26 1 25 24
-STDOUT_28138=15 28 6 27 2 26 1 25 24
-STDOUT_28139=15 27 6 26 2 25 1 24 24
-STDOUT_28140=15 27 6 26 2 25 1 24 24
-STDOUT_28141=15 28 6 27 2 26 1 25 24
-STDOUT_28142=15 28 6 27 2 26 1 25 24
-STDOUT_28143=15 27 6 26 2 25 1 24 24
-STDOUT_28144=15 28 6 27 2 26 1 25 24
-STDOUT_28145=15 27 6 26 2 25 1 24 24
-STDOUT_28146=15 28 6 27 2 26 1 25 24
-STDOUT_28147=15 27 6 26 2 25 1 24 24
-STDOUT_28148=15 27 6 26 2 25 1 24 24
-STDOUT_28149=15 27 6 26 2 25 1 24 24
-STDOUT_28150=15 28 6 27 2 26 1 25 24
-STDOUT_28151=15 28 6 27 2 26 1 25 24
-STDOUT_28152=15 28 6 27 2 26 1 25 24
-STDOUT_28153=15 28 6 27 2 26 1 25 24
-STDOUT_28154=15 27 6 26 2 25 1 24 24
-STDOUT_28155=15 28 6 27 2 26 1 25 24
-STDOUT_28156=15 28 6 27 2 26 1 25 24
-STDOUT_28157=15 27 6 26 2 25 1 24 24
-STDOUT_28158=15 27 6 26 2 25 1 24 24
-STDOUT_28159=15 28 6 27 2 26 1 25 24
-STDOUT_28160=15 28 6 27 2 26 1 25 24
-STDOUT_28161=15 28 6 27 2 26 1 25 24
-STDOUT_28162=15 28 6 27 2 26 1 25 24
-STDOUT_28163=15 28 6 27 2 26 1 25 24
-STDOUT_28164=15 27 6 26 2 25 1 24 24
-STDOUT_28165=15 27 6 26 2 25 1 24 24
-STDOUT_28166=15 28 6 27 2 26 1 25 24
-STDOUT_28167=15 28 6 27 2 26 1 25 24
-STDOUT_28168=15 27 6 26 2 25 1 24 24
-STDOUT_28169=15 27 6 26 2 25 1 24 24
-STDOUT_28170=15 27 6 26 2 25 1 24 24
-STDOUT_28171=15 28 6 27 2 26 1 25 24
-STDOUT_28172=15 28 6 27 2 26 1 25 24
-STDOUT_28173=15 28 6 27 2 26 1 25 24
-STDOUT_28174=15 28 6 27 2 26 1 25 24
-STDOUT_28175=15 28 6 27 2 26 1 25 24
-STDOUT_28176=15 27 6 26 2 25 1 24 24
-STDOUT_28177=15 28 6 27 2 26 1 25 24
-STDOUT_28178=15 28 6 27 2 26 1 25 24
-STDOUT_28179=15 27 6 26 2 25 1 24 24
-STDOUT_28180=15 28 6 27 2 26 1 25 24
-STDOUT_28181=15 28 6 27 2 26 1 25 24
-STDOUT_28182=15 27 6 26 2 25 1 24 24
-STDOUT_28183=15 27 6 26 2 25 1 24 24
-STDOUT_28184=15 28 6 27 2 26 1 25 24
-STDOUT_28185=15 28 6 27 2 26 1 25 24
-STDOUT_28186=15 28 6 27 2 26 1 25 24
-STDOUT_28187=15 28 6 27 2 26 1 25 24
-STDOUT_28188=15 28 6 27 2 26 1 25 24
-STDOUT_28189=15 27 6 26 2 25 1 24 24
-STDOUT_28190=15 28 6 27 2 26 1 25 24
-STDOUT_28191=15 27 6 26 2 25 1 24 24
-STDOUT_28192=SCORES_TXT_END_0
-STDOUT_28193=SCORES_TXT_BEGIN_0 6 500 9 BLEU
-STDOUT_28194=16 29 9 28 7 27 6 26 34
-STDOUT_28195=16 27 9 26 7 25 6 24 34
-STDOUT_28196=14 28 4 27 2 26 1 25 34
-STDOUT_28197=16 29 9 28 7 27 6 26 34
-STDOUT_28198=18 32 11 31 8 30 6 29 34
-STDOUT_28199=16 29 9 28 7 27 6 26 34
-STDOUT_28200=16 29 9 28 7 27 6 26 34
-STDOUT_28201=16 28 9 27 7 26 6 25 34
-STDOUT_28202=16 29 9 28 7 27 6 26 34
-STDOUT_28203=16 29 9 28 7 27 6 26 34
-STDOUT_28204=14 26 4 25 2 24 1 23 34
-STDOUT_28205=14 28 4 27 2 26 1 25 34
-STDOUT_28206=16 29 9 28 7 27 6 26 34
-STDOUT_28207=16 29 9 28 7 27 6 26 34
-STDOUT_28208=18 30 11 29 8 28 6 27 34
-STDOUT_28209=16 31 6 30 3 29 1 28 34
-STDOUT_28210=18 32 11 31 8 30 6 29 34
-STDOUT_28211=16 27 9 26 7 25 6 24 34
-STDOUT_28212=16 29 9 28 7 27 6 26 34
-STDOUT_28213=16 27 9 26 7 25 6 24 34
-STDOUT_28214=16 29 9 28 7 27 6 26 34
-STDOUT_28215=16 29 9 28 7 27 6 26 34
-STDOUT_28216=14 27 4 26 2 25 1 24 34
-STDOUT_28217=18 32 11 31 8 30 6 29 34
-STDOUT_28218=18 32 11 31 8 30 6 29 34
-STDOUT_28219=14 28 4 27 2 26 1 25 34
-STDOUT_28220=16 27 9 26 7 25 6 24 34
-STDOUT_28221=16 29 9 28 7 27 6 26 34
-STDOUT_28222=18 31 11 30 8 29 6 28 34
-STDOUT_28223=16 28 9 27 7 26 6 25 34
-STDOUT_28224=17 29 9 28 7 27 6 26 34
-STDOUT_28225=16 28 9 27 7 26 6 25 34
-STDOUT_28226=16 27 9 26 7 25 6 24 34
-STDOUT_28227=16 29 9 28 7 27 6 26 34
-STDOUT_28228=18 32 11 31 8 30 6 29 34
-STDOUT_28229=14 28 4 27 2 26 1 25 34
-STDOUT_28230=18 32 11 31 8 30 6 29 34
-STDOUT_28231=16 29 9 28 7 27 6 26 34
-STDOUT_28232=14 28 4 27 2 26 1 25 34
-STDOUT_28233=16 29 6 28 3 27 1 26 34
-STDOUT_28234=16 29 9 28 7 27 6 26 34
-STDOUT_28235=16 31 6 30 3 29 1 28 34
-STDOUT_28236=16 27 9 26 7 25 6 24 34
-STDOUT_28237=17 29 8 28 6 27 5 26 34
-STDOUT_28238=16 29 9 28 7 27 6 26 34
-STDOUT_28239=18 32 11 31 8 30 6 29 34
-STDOUT_28240=16 28 9 27 7 26 6 25 34
-STDOUT_28241=18 32 11 31 8 30 6 29 34
-STDOUT_28242=16 29 9 28 7 27 6 26 34
-STDOUT_28243=18 30 11 29 8 28 6 27 34
-STDOUT_28244=16 29 9 28 7 27 6 26 34
-STDOUT_28245=18 32 11 31 8 30 6 29 34
-STDOUT_28246=15 29 7 28 4 27 2 26 34
-STDOUT_28247=18 30 11 29 8 28 6 27 34
-STDOUT_28248=18 32 11 31 8 30 6 29 34
-STDOUT_28249=16 29 9 28 7 27 6 26 34
-STDOUT_28250=18 32 11 31 8 30 6 29 34
-STDOUT_28251=16 28 9 27 7 26 6 25 34
-STDOUT_28252=15 29 7 28 4 27 2 26 34
-STDOUT_28253=16 29 9 28 7 27 6 26 34
-STDOUT_28254=16 30 6 29 3 28 1 27 34
-STDOUT_28255=15 29 7 28 4 27 2 26 34
-STDOUT_28256=16 29 9 28 7 27 6 26 34
-STDOUT_28257=15 28 4 27 2 26 1 25 34
-STDOUT_28258=14 28 4 27 2 26 1 25 34
-STDOUT_28259=16 28 9 27 7 26 6 25 34
-STDOUT_28260=16 29 9 28 7 27 6 26 34
-STDOUT_28261=16 31 6 30 3 29 1 28 34
-STDOUT_28262=16 29 9 28 7 27 6 26 34
-STDOUT_28263=18 30 11 29 8 28 6 27 34
-STDOUT_28264=16 30 9 29 7 28 6 27 34
-STDOUT_28265=18 32 11 31 8 30 6 29 34
-STDOUT_28266=14 26 4 25 2 24 1 23 34
-STDOUT_28267=14 28 4 27 2 26 1 25 34
-STDOUT_28268=16 29 9 28 7 27 6 26 34
-STDOUT_28269=14 28 4 27 2 26 1 25 34
-STDOUT_28270=15 29 7 28 4 27 2 26 34
-STDOUT_28271=18 31 11 30 8 29 6 28 34
-STDOUT_28272=17 27 8 26 6 25 5 24 34
-STDOUT_28273=19 32 11 31 8 30 6 29 34
-STDOUT_28274=16 29 9 28 7 27 6 26 34
-STDOUT_28275=17 29 8 28 6 27 5 26 34
-STDOUT_28276=18 31 11 30 8 29 6 28 34
-STDOUT_28277=17 29 9 28 7 27 6 26 34
-STDOUT_28278=18 30 11 29 8 28 6 27 34
-STDOUT_28279=18 32 11 31 8 30 6 29 34
-STDOUT_28280=17 29 9 28 7 27 6 26 34
-STDOUT_28281=16 29 9 28 7 27 6 26 34
-STDOUT_28282=16 31 6 30 3 29 1 28 34
-STDOUT_28283=18 32 11 31 8 30 6 29 34
-STDOUT_28284=16 31 6 30 3 29 1 28 34
-STDOUT_28285=18 32 11 31 8 30 6 29 34
-STDOUT_28286=16 28 9 27 7 26 6 25 34
-STDOUT_28287=14 28 4 27 2 26 1 25 34
-STDOUT_28288=16 29 9 28 7 27 6 26 34
-STDOUT_28289=15 27 7 26 4 25 2 24 34
-STDOUT_28290=14 28 4 27 2 26 1 25 34
-STDOUT_28291=14 28 4 27 2 26 1 25 34
-STDOUT_28292=15 29 7 28 4 27 2 26 34
-STDOUT_28293=18 30 11 29 8 28 6 27 34
-STDOUT_28294=19 35 10 34 5 33 3 32 34
-STDOUT_28295=19 35 10 34 5 33 3 32 34
-STDOUT_28296=19 35 10 34 5 33 3 32 34
-STDOUT_28297=19 35 10 34 5 33 3 32 34
-STDOUT_28298=19 35 10 34 5 33 3 32 34
-STDOUT_28299=19 35 10 34 5 33 3 32 34
-STDOUT_28300=19 35 10 34 5 33 3 32 34
-STDOUT_28301=19 35 10 34 5 33 3 32 34
-STDOUT_28302=19 35 10 34 5 33 3 32 34
-STDOUT_28303=19 35 10 34 5 33 3 32 34
-STDOUT_28304=19 35 10 34 5 33 3 32 34
-STDOUT_28305=19 35 10 34 5 33 3 32 34
-STDOUT_28306=19 35 10 34 5 33 3 32 34
-STDOUT_28307=19 35 10 34 5 33 3 32 34
-STDOUT_28308=19 35 10 34 5 33 3 32 34
-STDOUT_28309=19 35 10 34 5 33 3 32 34
-STDOUT_28310=20 35 10 34 5 33 3 32 34
-STDOUT_28311=19 35 10 34 5 33 3 32 34
-STDOUT_28312=19 35 10 34 5 33 3 32 34
-STDOUT_28313=19 35 10 34 5 33 3 32 34
-STDOUT_28314=19 35 10 34 5 33 3 32 34
-STDOUT_28315=19 35 10 34 5 33 3 32 34
-STDOUT_28316=19 35 10 34 5 33 3 32 34
-STDOUT_28317=19 35 10 34 5 33 3 32 34
-STDOUT_28318=19 35 10 34 5 33 3 32 34
-STDOUT_28319=19 35 10 34 5 33 3 32 34
-STDOUT_28320=19 35 10 34 5 33 3 32 34
-STDOUT_28321=19 35 10 34 5 33 3 32 34
-STDOUT_28322=20 35 10 34 5 33 3 32 34
-STDOUT_28323=19 35 10 34 5 33 3 32 34
-STDOUT_28324=20 35 10 34 5 33 3 32 34
-STDOUT_28325=19 35 10 34 5 33 3 32 34
-STDOUT_28326=20 35 10 34 5 33 3 32 34
-STDOUT_28327=20 35 10 34 5 33 3 32 34
-STDOUT_28328=20 35 10 34 5 33 3 32 34
-STDOUT_28329=19 35 10 34 5 33 3 32 34
-STDOUT_28330=19 35 10 34 5 33 3 32 34
-STDOUT_28331=19 35 10 34 5 33 3 32 34
-STDOUT_28332=19 35 10 34 5 33 3 32 34
-STDOUT_28333=19 35 10 34 5 33 3 32 34
-STDOUT_28334=19 35 10 34 5 33 3 32 34
-STDOUT_28335=19 35 10 34 5 33 3 32 34
-STDOUT_28336=19 35 10 34 5 33 3 32 34
-STDOUT_28337=19 35 10 34 5 33 3 32 34
-STDOUT_28338=19 35 10 34 5 33 3 32 34
-STDOUT_28339=20 35 10 34 5 33 3 32 34
-STDOUT_28340=19 35 10 34 5 33 3 32 34
-STDOUT_28341=19 35 10 34 5 33 3 32 34
-STDOUT_28342=19 35 10 34 5 33 3 32 34
-STDOUT_28343=19 35 10 34 5 33 3 32 34
-STDOUT_28344=19 35 10 34 5 33 3 32 34
-STDOUT_28345=19 35 10 34 5 33 3 32 34
-STDOUT_28346=19 35 10 34 5 33 3 32 34
-STDOUT_28347=19 35 10 34 5 33 3 32 34
-STDOUT_28348=20 35 10 34 5 33 3 32 34
-STDOUT_28349=19 35 10 34 5 33 3 32 34
-STDOUT_28350=20 35 10 34 5 33 3 32 34
-STDOUT_28351=19 35 10 34 5 33 3 32 34
-STDOUT_28352=20 35 10 34 5 33 3 32 34
-STDOUT_28353=19 35 10 34 5 33 3 32 34
-STDOUT_28354=20 35 10 34 5 33 3 32 34
-STDOUT_28355=19 35 10 34 5 33 3 32 34
-STDOUT_28356=20 35 10 34 5 33 3 32 34
-STDOUT_28357=20 35 10 34 5 33 3 32 34
-STDOUT_28358=20 35 10 34 5 33 3 32 34
-STDOUT_28359=19 35 10 34 5 33 3 32 34
-STDOUT_28360=19 35 10 34 5 33 3 32 34
-STDOUT_28361=19 35 10 34 5 33 3 32 34
-STDOUT_28362=20 35 10 34 5 33 3 32 34
-STDOUT_28363=19 35 10 34 5 33 3 32 34
-STDOUT_28364=20 35 10 34 5 33 3 32 34
-STDOUT_28365=19 35 10 34 5 33 3 32 34
-STDOUT_28366=19 35 10 34 5 33 3 32 34
-STDOUT_28367=19 35 10 34 5 33 3 32 34
-STDOUT_28368=19 35 10 34 5 33 3 32 34
-STDOUT_28369=19 35 10 34 5 33 3 32 34
-STDOUT_28370=19 35 10 34 5 33 3 32 34
-STDOUT_28371=19 35 10 34 5 33 3 32 34
-STDOUT_28372=19 35 10 34 5 33 3 32 34
-STDOUT_28373=19 35 10 34 5 33 3 32 34
-STDOUT_28374=19 35 10 34 5 33 3 32 34
-STDOUT_28375=19 35 10 34 5 33 3 32 34
-STDOUT_28376=19 35 10 34 5 33 3 32 34
-STDOUT_28377=19 35 10 34 5 33 3 32 34
-STDOUT_28378=19 35 10 34 5 33 3 32 34
-STDOUT_28379=19 35 10 34 5 33 3 32 34
-STDOUT_28380=19 35 10 34 5 33 3 32 34
-STDOUT_28381=19 35 10 34 5 33 3 32 34
-STDOUT_28382=19 35 10 34 5 33 3 32 34
-STDOUT_28383=19 35 10 34 5 33 3 32 34
-STDOUT_28384=19 35 10 34 5 33 3 32 34
-STDOUT_28385=19 35 10 34 5 33 3 32 34
-STDOUT_28386=20 35 10 34 5 33 3 32 34
-STDOUT_28387=19 35 10 34 5 33 3 32 34
-STDOUT_28388=19 35 10 34 5 33 3 32 34
-STDOUT_28389=19 35 10 34 5 33 3 32 34
-STDOUT_28390=19 35 10 34 5 33 3 32 34
-STDOUT_28391=19 35 10 34 5 33 3 32 34
-STDOUT_28392=20 35 10 34 5 33 3 32 34
-STDOUT_28393=19 35 10 34 5 33 3 32 34
-STDOUT_28394=17 34 4 33 2 32 0 31 34
-STDOUT_28395=17 34 4 33 2 32 0 31 34
-STDOUT_28396=18 35 4 34 2 33 0 32 34
-STDOUT_28397=17 34 4 33 2 32 0 31 34
-STDOUT_28398=17 34 4 33 2 32 0 31 34
-STDOUT_28399=17 34 4 33 2 32 0 31 34
-STDOUT_28400=18 35 4 34 2 33 0 32 34
-STDOUT_28401=17 34 4 33 2 32 0 31 34
-STDOUT_28402=18 35 4 34 2 33 0 32 34
-STDOUT_28403=16 34 4 33 2 32 0 31 34
-STDOUT_28404=16 34 4 33 2 32 0 31 34
-STDOUT_28405=18 34 4 33 2 32 0 31 34
-STDOUT_28406=17 34 4 33 2 32 0 31 34
-STDOUT_28407=17 34 4 33 2 32 0 31 34
-STDOUT_28408=18 35 4 34 2 33 0 32 34
-STDOUT_28409=18 35 4 34 2 33 0 32 34
-STDOUT_28410=19 36 4 35 2 34 0 33 34
-STDOUT_28411=18 34 4 33 2 32 0 31 34
-STDOUT_28412=18 34 4 33 2 32 0 31 34
-STDOUT_28413=17 34 4 33 2 32 0 31 34
-STDOUT_28414=17 34 4 33 2 32 0 31 34
-STDOUT_28415=17 35 4 34 2 33 0 32 34
-STDOUT_28416=17 34 4 33 2 32 0 31 34
-STDOUT_28417=18 35 4 34 2 33 0 32 34
-STDOUT_28418=16 34 4 33 2 32 0 31 34
-STDOUT_28419=18 35 4 34 2 33 0 32 34
-STDOUT_28420=17 35 4 34 2 33 0 32 34
-STDOUT_28421=17 35 4 34 2 33 0 32 34
-STDOUT_28422=16 34 4 33 2 32 0 31 34
-STDOUT_28423=17 34 4 33 2 32 0 31 34
-STDOUT_28424=18 34 4 33 2 32 0 31 34
-STDOUT_28425=17 34 4 33 2 32 0 31 34
-STDOUT_28426=17 34 4 33 2 32 0 31 34
-STDOUT_28427=17 34 4 33 2 32 0 31 34
-STDOUT_28428=19 35 4 34 2 33 0 32 34
-STDOUT_28429=18 35 4 34 2 33 0 32 34
-STDOUT_28430=16 34 4 33 2 32 0 31 34
-STDOUT_28431=18 35 4 34 2 33 0 32 34
-STDOUT_28432=18 35 4 34 2 33 0 32 34
-STDOUT_28433=17 34 5 33 2 32 0 31 34
-STDOUT_28434=17 35 4 34 2 33 0 32 34
-STDOUT_28435=19 36 4 35 2 34 0 33 34
-STDOUT_28436=17 34 4 33 2 32 0 31 34
-STDOUT_28437=18 34 4 33 2 32 0 31 34
-STDOUT_28438=17 34 4 33 2 32 0 31 34
-STDOUT_28439=16 34 4 33 2 32 0 31 34
-STDOUT_28440=18 36 4 35 2 34 0 33 34
-STDOUT_28441=17 34 4 33 2 32 0 31 34
-STDOUT_28442=17 34 4 33 2 32 0 31 34
-STDOUT_28443=17 35 4 34 2 33 0 32 34
-STDOUT_28444=18 35 4 34 2 33 0 32 34
-STDOUT_28445=18 35 4 34 2 33 0 32 34
-STDOUT_28446=18 35 4 34 2 33 0 32 34
-STDOUT_28447=17 34 4 33 2 32 0 31 34
-STDOUT_28448=17 34 4 33 2 32 0 31 34
-STDOUT_28449=17 34 5 33 2 32 0 31 34
-STDOUT_28450=17 34 4 33 2 32 0 31 34
-STDOUT_28451=17 35 4 34 2 33 0 32 34
-STDOUT_28452=16 34 4 33 2 32 0 31 34
-STDOUT_28453=18 35 4 34 2 33 0 32 34
-STDOUT_28454=18 34 4 33 2 32 0 31 34
-STDOUT_28455=16 34 4 33 2 32 0 31 34
-STDOUT_28456=16 34 4 33 2 32 0 31 34
-STDOUT_28457=18 34 4 33 2 32 0 31 34
-STDOUT_28458=16 34 4 33 2 32 0 31 34
-STDOUT_28459=18 34 4 33 2 32 0 31 34
-STDOUT_28460=18 34 4 33 2 32 0 31 34
-STDOUT_28461=17 34 4 33 2 32 0 31 34
-STDOUT_28462=17 35 4 34 2 33 0 32 34
-STDOUT_28463=17 34 4 33 2 32 0 31 34
-STDOUT_28464=17 35 4 34 2 33 0 32 34
-STDOUT_28465=19 35 4 34 2 33 0 32 34
-STDOUT_28466=18 35 4 34 2 33 0 32 34
-STDOUT_28467=16 34 4 33 2 32 0 31 34
-STDOUT_28468=19 35 4 34 2 33 0 32 34
-STDOUT_28469=17 35 4 34 2 33 0 32 34
-STDOUT_28470=18 35 4 34 2 33 0 32 34
-STDOUT_28471=16 34 4 33 2 32 0 31 34
-STDOUT_28472=17 34 4 33 2 32 0 31 34
-STDOUT_28473=17 34 4 33 2 32 0 31 34
-STDOUT_28474=17 34 4 33 2 32 0 31 34
-STDOUT_28475=17 35 4 34 2 33 0 32 34
-STDOUT_28476=16 34 4 33 2 32 0 31 34
-STDOUT_28477=16 34 4 33 2 32 0 31 34
-STDOUT_28478=18 34 4 33 2 32 0 31 34
-STDOUT_28479=19 36 4 35 2 34 0 33 34
-STDOUT_28480=18 35 4 34 2 33 0 32 34
-STDOUT_28481=18 34 4 33 2 32 0 31 34
-STDOUT_28482=18 35 4 34 2 33 0 32 34
-STDOUT_28483=16 34 4 33 2 32 0 31 34
-STDOUT_28484=18 34 4 33 2 32 0 31 34
-STDOUT_28485=17 34 4 33 2 32 0 31 34
-STDOUT_28486=18 36 4 35 2 34 0 33 34
-STDOUT_28487=17 34 4 33 2 32 0 31 34
-STDOUT_28488=17 34 4 33 2 32 0 31 34
-STDOUT_28489=17 35 4 34 2 33 0 32 34
-STDOUT_28490=17 34 4 33 2 32 0 31 34
-STDOUT_28491=19 35 4 34 2 33 0 32 34
-STDOUT_28492=19 35 4 34 2 33 0 32 34
-STDOUT_28493=17 35 4 34 2 33 0 32 34
-STDOUT_28494=20 33 11 32 8 31 6 30 34
-STDOUT_28495=20 33 11 32 8 31 6 30 34
-STDOUT_28496=19 33 11 32 8 31 6 30 34
-STDOUT_28497=20 34 10 33 6 32 3 31 34
-STDOUT_28498=19 33 11 32 8 31 6 30 34
-STDOUT_28499=20 33 11 32 8 31 6 30 34
-STDOUT_28500=19 34 10 33 6 32 3 31 34
-STDOUT_28501=19 33 11 32 8 31 6 30 34
-STDOUT_28502=20 34 10 33 6 32 3 31 34
-STDOUT_28503=19 33 11 32 8 31 6 30 34
-STDOUT_28504=20 33 11 32 8 31 6 30 34
-STDOUT_28505=19 33 11 32 8 31 6 30 34
-STDOUT_28506=20 33 11 32 8 31 6 30 34
-STDOUT_28507=20 34 10 33 6 32 3 31 34
-STDOUT_28508=19 34 10 33 6 32 3 31 34
-STDOUT_28509=18 33 11 32 8 31 6 30 34
-STDOUT_28510=20 33 11 32 8 31 6 30 34
-STDOUT_28511=20 33 11 32 8 31 6 30 34
-STDOUT_28512=19 33 11 32 8 31 6 30 34
-STDOUT_28513=19 34 10 33 6 32 3 31 34
-STDOUT_28514=18 33 11 32 8 31 6 30 34
-STDOUT_28515=19 34 10 33 6 32 3 31 34
-STDOUT_28516=20 34 10 33 6 32 3 31 34
-STDOUT_28517=19 33 11 32 8 31 6 30 34
-STDOUT_28518=20 34 10 33 6 32 3 31 34
-STDOUT_28519=19 33 11 32 8 31 6 30 34
-STDOUT_28520=18 34 10 33 6 32 3 31 34
-STDOUT_28521=20 33 11 32 8 31 6 30 34
-STDOUT_28522=19 34 10 33 6 32 3 31 34
-STDOUT_28523=19 33 11 32 8 31 6 30 34
-STDOUT_28524=20 33 11 32 8 31 6 30 34
-STDOUT_28525=20 33 11 32 8 31 6 30 34
-STDOUT_28526=18 33 11 32 8 31 6 30 34
-STDOUT_28527=19 33 11 32 8 31 6 30 34
-STDOUT_28528=20 33 11 32 7 31 6 30 34
-STDOUT_28529=19 34 10 33 6 32 3 31 34
-STDOUT_28530=19 33 11 32 8 31 6 30 34
-STDOUT_28531=20 34 10 33 6 32 3 31 34
-STDOUT_28532=20 34 10 33 6 32 3 31 34
-STDOUT_28533=19 33 11 32 8 31 6 30 34
-STDOUT_28534=20 33 11 32 7 31 6 30 34
-STDOUT_28535=20 33 11 32 7 31 6 30 34
-STDOUT_28536=20 34 10 33 6 32 3 31 34
-STDOUT_28537=19 33 11 32 8 31 6 30 34
-STDOUT_28538=19 33 11 32 8 31 6 30 34
-STDOUT_28539=19 34 10 33 6 32 3 31 34
-STDOUT_28540=19 34 10 33 6 32 3 31 34
-STDOUT_28541=21 33 13 32 10 31 8 30 34
-STDOUT_28542=19 33 11 32 7 31 6 30 34
-STDOUT_28543=18 34 10 33 6 32 3 31 34
-STDOUT_28544=19 33 11 32 8 31 6 30 34
-STDOUT_28545=20 33 11 32 8 31 6 30 34
-STDOUT_28546=20 33 11 32 8 31 6 30 34
-STDOUT_28547=20 34 10 33 6 32 3 31 34
-STDOUT_28548=20 33 11 32 7 31 6 30 34
-STDOUT_28549=19 34 10 33 6 32 3 31 34
-STDOUT_28550=20 34 9 33 5 32 2 31 34
-STDOUT_28551=19 34 10 33 6 32 3 31 34
-STDOUT_28552=19 33 11 32 8 31 6 30 34
-STDOUT_28553=20 33 11 32 8 31 6 30 34
-STDOUT_28554=19 33 11 32 8 31 6 30 34
-STDOUT_28555=20 33 11 32 8 31 6 30 34
-STDOUT_28556=20 34 10 33 5 32 3 31 34
-STDOUT_28557=20 33 11 32 8 31 6 30 34
-STDOUT_28558=18 33 11 32 8 31 6 30 34
-STDOUT_28559=20 33 11 32 8 31 6 30 34
-STDOUT_28560=21 33 13 32 10 31 8 30 34
-STDOUT_28561=20 34 10 33 6 32 3 31 34
-STDOUT_28562=19 33 11 32 7 31 6 30 34
-STDOUT_28563=21 33 13 32 10 31 8 30 34
-STDOUT_28564=20 34 10 33 6 32 3 31 34
-STDOUT_28565=19 33 11 32 7 31 6 30 34
-STDOUT_28566=19 33 11 32 8 31 6 30 34
-STDOUT_28567=20 33 11 32 8 31 6 30 34
-STDOUT_28568=18 34 10 33 6 32 3 31 34
-STDOUT_28569=20 33 13 32 10 31 8 30 34
-STDOUT_28570=19 33 11 32 8 31 6 30 34
-STDOUT_28571=21 33 13 32 10 31 8 30 34
-STDOUT_28572=20 34 11 33 8 32 6 31 34
-STDOUT_28573=19 34 10 33 6 32 3 31 34
-STDOUT_28574=18 33 11 32 8 31 6 30 34
-STDOUT_28575=20 34 10 33 5 32 3 31 34
-STDOUT_28576=19 33 11 32 8 31 6 30 34
-STDOUT_28577=19 34 10 33 6 32 3 31 34
-STDOUT_28578=19 33 11 32 8 31 6 30 34
-STDOUT_28579=21 33 13 32 10 31 8 30 34
-STDOUT_28580=19 33 9 32 5 31 2 30 34
-STDOUT_28581=19 33 11 32 7 31 6 30 34
-STDOUT_28582=20 33 11 32 7 31 6 30 34
-STDOUT_28583=19 34 10 33 6 32 3 31 34
-STDOUT_28584=19 34 9 33 5 32 2 31 34
-STDOUT_28585=18 33 11 32 8 31 6 30 34
-STDOUT_28586=21 34 12 33 8 32 5 31 34
-STDOUT_28587=19 33 11 32 8 31 6 30 34
-STDOUT_28588=19 33 11 32 8 31 6 30 34
-STDOUT_28589=19 34 10 33 5 32 3 31 34
-STDOUT_28590=20 34 10 33 6 32 3 31 34
-STDOUT_28591=19 33 11 32 8 31 6 30 34
-STDOUT_28592=19 33 11 32 8 31 6 30 34
-STDOUT_28593=20 33 13 32 10 31 8 30 34
-STDOUT_28594=20 33 11 32 7 31 6 30 34
-STDOUT_28595=21 33 13 32 10 31 8 30 34
-STDOUT_28596=20 33 11 32 7 31 6 30 34
-STDOUT_28597=20 33 11 32 7 31 6 30 34
-STDOUT_28598=20 33 11 32 7 31 6 30 34
-STDOUT_28599=21 33 13 32 10 31 8 30 34
-STDOUT_28600=20 33 11 32 7 31 6 30 34
-STDOUT_28601=21 33 13 32 10 31 8 30 34
-STDOUT_28602=19 33 11 32 7 31 6 30 34
-STDOUT_28603=21 33 13 32 10 31 8 30 34
-STDOUT_28604=20 33 11 32 7 31 6 30 34
-STDOUT_28605=21 33 13 32 10 31 8 30 34
-STDOUT_28606=20 33 11 32 7 31 6 30 34
-STDOUT_28607=20 33 11 32 7 31 6 30 34
-STDOUT_28608=20 33 11 32 7 31 6 30 34
-STDOUT_28609=20 33 13 32 10 31 8 30 34
-STDOUT_28610=20 33 11 32 7 31 6 30 34
-STDOUT_28611=21 33 13 32 10 31 8 30 34
-STDOUT_28612=21 33 13 32 10 31 8 30 34
-STDOUT_28613=19 33 11 32 7 31 6 30 34
-STDOUT_28614=20 33 11 32 7 31 6 30 34
-STDOUT_28615=20 33 11 32 7 31 6 30 34
-STDOUT_28616=20 33 11 32 7 31 6 30 34
-STDOUT_28617=21 33 13 32 10 31 8 30 34
-STDOUT_28618=20 33 11 32 7 31 6 30 34
-STDOUT_28619=19 33 11 32 7 31 6 30 34
-STDOUT_28620=21 33 13 32 10 31 8 30 34
-STDOUT_28621=21 33 13 32 10 31 8 30 34
-STDOUT_28622=19 33 11 32 7 31 6 30 34
-STDOUT_28623=20 33 11 32 7 31 6 30 34
-STDOUT_28624=20 33 13 32 10 31 8 30 34
-STDOUT_28625=21 33 13 32 10 31 8 30 34
-STDOUT_28626=21 33 13 32 10 31 8 30 34
-STDOUT_28627=20 33 11 32 7 31 6 30 34
-STDOUT_28628=19 33 11 32 7 31 6 30 34
-STDOUT_28629=21 33 13 32 10 31 8 30 34
-STDOUT_28630=20 33 11 32 7 31 6 30 34
-STDOUT_28631=20 33 11 32 7 31 6 30 34
-STDOUT_28632=21 33 13 32 10 31 8 30 34
-STDOUT_28633=20 33 11 32 7 31 6 30 34
-STDOUT_28634=20 33 11 32 7 31 6 30 34
-STDOUT_28635=20 33 13 32 10 31 8 30 34
-STDOUT_28636=21 33 13 32 10 31 8 30 34
-STDOUT_28637=20 33 11 32 7 31 6 30 34
-STDOUT_28638=20 33 13 32 10 31 8 30 34
-STDOUT_28639=21 33 13 32 10 31 8 30 34
-STDOUT_28640=19 33 11 32 7 31 6 30 34
-STDOUT_28641=21 33 13 32 10 31 8 30 34
-STDOUT_28642=20 33 11 32 7 31 6 30 34
-STDOUT_28643=20 33 11 32 7 31 6 30 34
-STDOUT_28644=20 33 13 32 10 31 8 30 34
-STDOUT_28645=20 33 11 32 7 31 6 30 34
-STDOUT_28646=19 33 11 32 7 31 6 30 34
-STDOUT_28647=21 33 13 32 10 31 8 30 34
-STDOUT_28648=21 33 13 32 10 31 8 30 34
-STDOUT_28649=20 33 11 32 7 31 6 30 34
-STDOUT_28650=20 33 11 32 7 31 6 30 34
-STDOUT_28651=21 33 13 32 10 31 8 30 34
-STDOUT_28652=21 33 13 32 10 31 8 30 34
-STDOUT_28653=20 33 11 32 7 31 6 30 34
-STDOUT_28654=19 33 11 32 7 31 6 30 34
-STDOUT_28655=19 33 11 32 7 31 6 30 34
-STDOUT_28656=20 33 11 32 7 31 6 30 34
-STDOUT_28657=20 33 11 32 7 31 6 30 34
-STDOUT_28658=19 33 11 32 7 31 6 30 34
-STDOUT_28659=20 33 13 32 10 31 8 30 34
-STDOUT_28660=20 33 13 32 10 31 8 30 34
-STDOUT_28661=20 33 11 32 7 31 6 30 34
-STDOUT_28662=21 33 13 32 10 31 8 30 34
-STDOUT_28663=20 33 11 32 7 31 6 30 34
-STDOUT_28664=21 33 13 32 10 31 8 30 34
-STDOUT_28665=19 33 11 32 7 31 6 30 34
-STDOUT_28666=21 33 13 32 10 31 8 30 34
-STDOUT_28667=20 33 11 32 7 31 6 30 34
-STDOUT_28668=21 33 13 32 10 31 8 30 34
-STDOUT_28669=19 33 11 32 7 31 6 30 34
-STDOUT_28670=20 33 11 32 7 31 6 30 34
-STDOUT_28671=20 33 11 32 7 31 6 30 34
-STDOUT_28672=20 33 11 32 7 31 6 30 34
-STDOUT_28673=20 33 11 32 7 31 6 30 34
-STDOUT_28674=19 33 11 32 7 31 6 30 34
-STDOUT_28675=21 33 13 32 10 31 8 30 34
-STDOUT_28676=20 33 11 32 7 31 6 30 34
-STDOUT_28677=21 33 13 32 10 31 8 30 34
-STDOUT_28678=20 33 13 32 10 31 8 30 34
-STDOUT_28679=19 33 11 32 7 31 6 30 34
-STDOUT_28680=21 33 13 32 10 31 8 30 34
-STDOUT_28681=20 33 11 32 7 31 6 30 34
-STDOUT_28682=20 33 13 32 10 31 8 30 34
-STDOUT_28683=21 33 13 32 10 31 8 30 34
-STDOUT_28684=21 33 13 32 10 31 8 30 34
-STDOUT_28685=21 33 13 32 10 31 8 30 34
-STDOUT_28686=20 33 11 32 7 31 6 30 34
-STDOUT_28687=20 33 13 32 10 31 8 30 34
-STDOUT_28688=21 33 13 32 10 31 8 30 34
-STDOUT_28689=19 33 11 32 7 31 6 30 34
-STDOUT_28690=21 33 13 32 10 31 8 30 34
-STDOUT_28691=20 33 11 32 7 31 6 30 34
-STDOUT_28692=20 33 11 32 7 31 6 30 34
-STDOUT_28693=20 33 11 32 7 31 6 30 34
-STDOUT_28694=SCORES_TXT_END_0
-STDOUT_28695=SCORES_TXT_BEGIN_0 7 500 9 BLEU
-STDOUT_28696=21 23 15 22 13 21 11 20 34
-STDOUT_28697=21 23 15 22 13 21 11 20 34
-STDOUT_28698=21 23 15 22 13 21 11 20 34
-STDOUT_28699=21 23 15 22 13 21 11 20 34
-STDOUT_28700=21 23 15 22 13 21 11 20 34
-STDOUT_28701=21 23 15 22 13 21 11 20 34
-STDOUT_28702=21 23 15 22 13 21 11 20 34
-STDOUT_28703=21 23 15 22 13 21 11 20 34
-STDOUT_28704=21 23 15 22 13 21 11 20 34
-STDOUT_28705=21 23 15 22 13 21 11 20 34
-STDOUT_28706=22 25 16 24 13 23 11 22 34
-STDOUT_28707=21 23 15 22 13 21 11 20 34
-STDOUT_28708=21 23 15 22 13 21 11 20 34
-STDOUT_28709=22 25 16 24 13 23 11 22 34
-STDOUT_28710=21 23 15 22 13 21 11 20 34
-STDOUT_28711=21 23 15 22 13 21 11 20 34
-STDOUT_28712=21 23 15 22 13 21 11 20 34
-STDOUT_28713=21 23 15 22 13 21 11 20 34
-STDOUT_28714=21 23 15 22 13 21 11 20 34
-STDOUT_28715=21 23 15 22 13 21 11 20 34
-STDOUT_28716=21 23 15 22 13 21 11 20 34
-STDOUT_28717=21 23 15 22 13 21 11 20 34
-STDOUT_28718=21 23 15 22 13 21 11 20 34
-STDOUT_28719=21 23 15 22 13 21 11 20 34
-STDOUT_28720=22 25 16 24 13 23 11 22 34
-STDOUT_28721=21 23 15 22 13 21 11 20 34
-STDOUT_28722=21 23 15 22 13 21 11 20 34
-STDOUT_28723=21 23 15 22 13 21 11 20 34
-STDOUT_28724=21 23 15 22 13 21 11 20 34
-STDOUT_28725=22 25 16 24 13 23 11 22 34
-STDOUT_28726=21 23 15 22 13 21 11 20 34
-STDOUT_28727=22 25 16 24 13 23 11 22 34
-STDOUT_28728=21 23 15 22 13 21 11 20 34
-STDOUT_28729=22 25 16 24 13 23 11 22 34
-STDOUT_28730=22 25 16 24 13 23 11 22 34
-STDOUT_28731=22 25 16 24 13 23 11 22 34
-STDOUT_28732=22 25 16 24 13 23 11 22 34
-STDOUT_28733=22 25 16 24 13 23 11 22 34
-STDOUT_28734=22 25 16 24 13 23 11 22 34
-STDOUT_28735=23 25 16 24 13 23 11 22 34
-STDOUT_28736=21 23 13 22 10 21 7 20 34
-STDOUT_28737=21 23 15 22 13 21 11 20 34
-STDOUT_28738=22 25 16 24 13 23 11 22 34
-STDOUT_28739=20 23 15 22 13 21 11 20 34
-STDOUT_28740=21 23 15 22 13 21 11 20 34
-STDOUT_28741=24 27 17 26 14 25 11 24 34
-STDOUT_28742=21 23 15 22 13 21 11 20 34
-STDOUT_28743=24 27 17 26 14 25 11 24 34
-STDOUT_28744=21 23 15 22 13 21 11 20 34
-STDOUT_28745=21 23 15 22 13 21 11 20 34
-STDOUT_28746=21 23 15 22 13 21 11 20 34
-STDOUT_28747=21 23 15 22 13 21 11 20 34
-STDOUT_28748=22 25 16 24 13 23 11 22 34
-STDOUT_28749=22 23 15 22 13 21 11 20 34
-STDOUT_28750=23 25 16 24 13 23 11 22 34
-STDOUT_28751=21 23 15 22 13 21 11 20 34
-STDOUT_28752=21 23 15 22 13 21 11 20 34
-STDOUT_28753=23 25 16 24 13 23 11 22 34
-STDOUT_28754=21 23 15 22 13 21 11 20 34
-STDOUT_28755=22 25 16 24 13 23 11 22 34
-STDOUT_28756=23 25 16 24 13 23 11 22 34
-STDOUT_28757=23 25 16 24 13 23 11 22 34
-STDOUT_28758=22 24 15 23 13 22 11 21 34
-STDOUT_28759=20 23 15 22 13 21 11 20 34
-STDOUT_28760=21 23 15 22 13 21 11 20 34
-STDOUT_28761=24 27 17 26 14 25 11 24 34
-STDOUT_28762=24 27 17 26 14 25 11 24 34
-STDOUT_28763=23 25 16 24 13 23 11 22 34
-STDOUT_28764=21 23 15 22 13 21 11 20 34
-STDOUT_28765=23 25 16 24 13 23 11 22 34
-STDOUT_28766=21 23 15 22 13 21 11 20 34
-STDOUT_28767=20 23 15 22 13 21 11 20 34
-STDOUT_28768=22 25 16 24 13 23 11 22 34
-STDOUT_28769=24 27 17 26 14 25 11 24 34
-STDOUT_28770=21 23 15 22 13 21 11 20 34
-STDOUT_28771=21 23 15 22 13 21 11 20 34
-STDOUT_28772=22 25 16 24 13 23 11 22 34
-STDOUT_28773=21 23 15 22 13 21 11 20 34
-STDOUT_28774=20 23 15 22 13 21 11 20 34
-STDOUT_28775=22 23 15 22 13 21 11 20 34
-STDOUT_28776=21 24 15 23 13 22 11 21 34
-STDOUT_28777=20 23 15 22 13 21 11 20 34
-STDOUT_28778=21 23 15 22 13 21 11 20 34
-STDOUT_28779=21 23 15 22 13 21 11 20 34
-STDOUT_28780=21 23 13 22 10 21 7 20 34
-STDOUT_28781=21 23 15 22 13 21 11 20 34
-STDOUT_28782=21 23 15 22 13 21 11 20 34
-STDOUT_28783=22 25 16 24 13 23 11 22 34
-STDOUT_28784=21 23 15 22 13 21 11 20 34
-STDOUT_28785=24 27 17 26 14 25 11 24 34
-STDOUT_28786=22 23 15 22 13 21 11 20 34
-STDOUT_28787=21 23 15 22 13 21 11 20 34
-STDOUT_28788=22 25 16 24 13 23 11 22 34
-STDOUT_28789=24 27 17 26 14 25 11 24 34
-STDOUT_28790=22 25 16 24 13 23 11 22 34
-STDOUT_28791=24 27 17 26 14 25 11 24 34
-STDOUT_28792=21 23 15 22 13 21 11 20 34
-STDOUT_28793=20 22 13 21 10 20 7 19 34
-STDOUT_28794=22 25 16 24 13 23 11 22 34
-STDOUT_28795=21 23 15 22 13 21 11 20 34
-STDOUT_28796=28 38 18 37 12 36 8 35 34
-STDOUT_28797=28 38 18 37 12 36 8 35 34
-STDOUT_28798=28 38 18 37 12 36 8 35 34
-STDOUT_28799=28 38 18 37 12 36 8 35 34
-STDOUT_28800=28 38 18 37 12 36 8 35 34
-STDOUT_28801=28 38 18 37 12 36 8 35 34
-STDOUT_28802=28 38 18 37 12 36 8 35 34
-STDOUT_28803=28 38 18 37 12 36 8 35 34
-STDOUT_28804=28 38 18 37 12 36 8 35 34
-STDOUT_28805=29 35 19 34 13 33 9 32 34
-STDOUT_28806=28 38 18 37 12 36 8 35 34
-STDOUT_28807=28 38 18 37 12 36 8 35 34
-STDOUT_28808=28 38 18 37 12 36 8 35 34
-STDOUT_28809=28 38 18 37 12 36 8 35 34
-STDOUT_28810=28 38 18 37 12 36 8 35 34
-STDOUT_28811=28 38 18 37 12 36 8 35 34
-STDOUT_28812=28 38 18 37 12 36 8 35 34
-STDOUT_28813=28 38 18 37 12 36 8 35 34
-STDOUT_28814=29 35 19 34 13 33 9 32 34
-STDOUT_28815=29 35 19 34 13 33 9 32 34
-STDOUT_28816=28 38 18 37 12 36 8 35 34
-STDOUT_28817=28 38 18 37 12 36 8 35 34
-STDOUT_28818=28 38 18 37 12 36 8 35 34
-STDOUT_28819=28 38 18 37 12 36 8 35 34
-STDOUT_28820=28 38 18 37 12 36 8 35 34
-STDOUT_28821=28 38 18 37 12 36 8 35 34
-STDOUT_28822=28 38 18 37 12 36 8 35 34
-STDOUT_28823=28 38 18 37 12 36 8 35 34
-STDOUT_28824=28 38 18 37 12 36 8 35 34
-STDOUT_28825=29 35 19 34 13 33 9 32 34
-STDOUT_28826=28 38 18 37 12 36 8 35 34
-STDOUT_28827=28 38 18 37 12 36 8 35 34
-STDOUT_28828=28 38 18 37 12 36 8 35 34
-STDOUT_28829=28 38 18 37 12 36 8 35 34
-STDOUT_28830=28 38 18 37 12 36 8 35 34
-STDOUT_28831=29 35 19 34 13 33 9 32 34
-STDOUT_28832=28 38 18 37 12 36 8 35 34
-STDOUT_28833=28 38 18 37 12 36 8 35 34
-STDOUT_28834=28 38 18 37 12 36 8 35 34
-STDOUT_28835=28 38 18 37 12 36 8 35 34
-STDOUT_28836=28 38 18 37 12 36 8 35 34
-STDOUT_28837=28 38 18 37 12 36 8 35 34
-STDOUT_28838=29 35 19 34 13 33 9 32 34
-STDOUT_28839=28 38 18 37 12 36 8 35 34
-STDOUT_28840=28 38 18 37 12 36 8 35 34
-STDOUT_28841=28 38 18 37 12 36 8 35 34
-STDOUT_28842=28 38 18 37 12 36 8 35 34
-STDOUT_28843=29 35 19 34 13 33 9 32 34
-STDOUT_28844=28 38 18 37 12 36 8 35 34
-STDOUT_28845=28 38 18 37 12 36 8 35 34
-STDOUT_28846=28 38 18 37 12 36 8 35 34
-STDOUT_28847=28 38 18 37 12 36 8 35 34
-STDOUT_28848=28 38 18 37 12 36 8 35 34
-STDOUT_28849=28 38 18 37 12 36 8 35 34
-STDOUT_28850=28 38 18 37 12 36 8 35 34
-STDOUT_28851=28 38 18 37 12 36 8 35 34
-STDOUT_28852=28 38 18 37 12 36 8 35 34
-STDOUT_28853=28 38 18 37 12 36 8 35 34
-STDOUT_28854=29 35 19 34 13 33 9 32 34
-STDOUT_28855=28 38 18 37 12 36 8 35 34
-STDOUT_28856=28 38 18 37 12 36 8 35 34
-STDOUT_28857=28 38 18 37 12 36 8 35 34
-STDOUT_28858=28 38 18 37 12 36 8 35 34
-STDOUT_28859=29 35 19 34 13 33 9 32 34
-STDOUT_28860=28 38 18 37 12 36 8 35 34
-STDOUT_28861=28 38 18 37 12 36 8 35 34
-STDOUT_28862=28 38 18 37 12 36 8 35 34
-STDOUT_28863=28 38 18 37 12 36 8 35 34
-STDOUT_28864=28 38 18 37 12 36 8 35 34
-STDOUT_28865=28 38 18 37 12 36 8 35 34
-STDOUT_28866=28 38 18 37 12 36 8 35 34
-STDOUT_28867=28 38 18 37 12 36 8 35 34
-STDOUT_28868=28 38 18 37 12 36 8 35 34
-STDOUT_28869=28 38 18 37 12 36 8 35 34
-STDOUT_28870=28 38 18 37 12 36 8 35 34
-STDOUT_28871=28 38 18 37 12 36 8 35 34
-STDOUT_28872=28 38 18 37 12 36 8 35 34
-STDOUT_28873=28 38 18 37 12 36 8 35 34
-STDOUT_28874=28 38 18 37 12 36 8 35 34
-STDOUT_28875=28 38 18 37 12 36 8 35 34
-STDOUT_28876=28 38 18 37 12 36 8 35 34
-STDOUT_28877=29 35 19 34 13 33 9 32 34
-STDOUT_28878=28 38 18 37 12 36 8 35 34
-STDOUT_28879=28 38 18 37 12 36 8 35 34
-STDOUT_28880=28 38 18 37 12 36 8 35 34
-STDOUT_28881=29 35 19 34 13 33 9 32 34
-STDOUT_28882=28 38 18 37 12 36 8 35 34
-STDOUT_28883=29 35 19 34 13 33 9 32 34
-STDOUT_28884=28 38 18 37 12 36 8 35 34
-STDOUT_28885=28 38 18 37 12 36 8 35 34
-STDOUT_28886=29 35 19 34 13 33 9 32 34
-STDOUT_28887=28 38 18 37 12 36 8 35 34
-STDOUT_28888=28 38 18 37 12 36 8 35 34
-STDOUT_28889=28 38 18 37 12 36 8 35 34
-STDOUT_28890=29 35 19 34 13 33 9 32 34
-STDOUT_28891=28 38 18 37 12 36 8 35 34
-STDOUT_28892=28 38 18 37 12 36 8 35 34
-STDOUT_28893=28 38 18 37 12 36 8 35 34
-STDOUT_28894=28 38 18 37 12 36 8 35 34
-STDOUT_28895=28 38 18 37 12 36 8 35 34
-STDOUT_28896=23 33 3 32 1 31 0 30 34
-STDOUT_28897=23 33 3 32 1 31 0 30 34
-STDOUT_28898=23 33 1 32 0 31 0 30 34
-STDOUT_28899=23 33 3 32 1 31 0 30 34
-STDOUT_28900=22 33 2 32 0 31 0 30 34
-STDOUT_28901=23 33 1 32 0 31 0 30 34
-STDOUT_28902=24 33 3 32 1 31 0 30 34
-STDOUT_28903=23 33 3 32 1 31 0 30 34
-STDOUT_28904=22 33 2 32 0 31 0 30 34
-STDOUT_28905=23 33 3 32 1 31 0 30 34
-STDOUT_28906=24 33 3 32 1 31 0 30 34
-STDOUT_28907=23 33 1 32 0 31 0 30 34
-STDOUT_28908=23 33 3 32 1 31 0 30 34
-STDOUT_28909=23 33 3 32 1 31 0 30 34
-STDOUT_28910=24 33 1 32 0 31 0 30 34
-STDOUT_28911=23 33 3 32 1 31 0 30 34
-STDOUT_28912=24 33 3 32 1 31 0 30 34
-STDOUT_28913=22 33 2 32 0 31 0 30 34
-STDOUT_28914=24 33 1 32 0 31 0 30 34
-STDOUT_28915=23 33 1 32 0 31 0 30 34
-STDOUT_28916=24 33 3 32 1 31 0 30 34
-STDOUT_28917=24 33 3 32 1 31 0 30 34
-STDOUT_28918=23 33 3 32 1 31 0 30 34
-STDOUT_28919=23 33 1 32 0 31 0 30 34
-STDOUT_28920=23 33 2 32 0 31 0 30 34
-STDOUT_28921=23 33 3 32 1 31 0 30 34
-STDOUT_28922=23 33 3 32 1 31 0 30 34
-STDOUT_28923=22 33 3 32 1 31 0 30 34
-STDOUT_28924=24 33 1 32 0 31 0 30 34
-STDOUT_28925=22 33 3 32 1 31 0 30 34
-STDOUT_28926=25 33 1 32 0 31 0 30 34
-STDOUT_28927=23 33 1 32 0 31 0 30 34
-STDOUT_28928=23 33 1 32 0 31 0 30 34
-STDOUT_28929=24 33 3 32 1 31 0 30 34
-STDOUT_28930=22 33 3 32 1 31 0 30 34
-STDOUT_28931=22 33 2 32 0 31 0 30 34
-STDOUT_28932=23 33 3 32 1 31 0 30 34
-STDOUT_28933=24 33 1 32 0 31 0 30 34
-STDOUT_28934=22 33 2 32 0 31 0 30 34
-STDOUT_28935=24 33 3 32 1 31 0 30 34
-STDOUT_28936=24 33 3 32 1 31 0 30 34
-STDOUT_28937=23 33 1 32 0 31 0 30 34
-STDOUT_28938=23 33 2 32 0 31 0 30 34
-STDOUT_28939=23 33 3 32 1 31 0 30 34
-STDOUT_28940=24 33 1 32 0 31 0 30 34
-STDOUT_28941=24 33 3 32 1 31 0 30 34
-STDOUT_28942=23 33 3 32 1 31 0 30 34
-STDOUT_28943=22 33 3 32 1 31 0 30 34
-STDOUT_28944=23 33 3 32 1 31 0 30 34
-STDOUT_28945=22 33 3 32 1 31 0 30 34
-STDOUT_28946=23 33 3 32 1 31 0 30 34
-STDOUT_28947=22 33 2 32 0 31 0 30 34
-STDOUT_28948=25 33 1 32 0 31 0 30 34
-STDOUT_28949=24 33 1 32 0 31 0 30 34
-STDOUT_28950=22 33 2 32 0 31 0 30 34
-STDOUT_28951=23 33 1 32 0 31 0 30 34
-STDOUT_28952=24 33 1 32 0 31 0 30 34
-STDOUT_28953=23 34 3 33 1 32 0 31 34
-STDOUT_28954=24 33 3 32 1 31 0 30 34
-STDOUT_28955=23 33 1 32 0 31 0 30 34
-STDOUT_28956=23 33 1 32 0 31 0 30 34
-STDOUT_28957=22 33 1 32 0 31 0 30 34
-STDOUT_28958=22 33 3 32 1 31 0 30 34
-STDOUT_28959=24 33 3 32 1 31 0 30 34
-STDOUT_28960=23 33 3 32 1 31 0 30 34
-STDOUT_28961=22 33 1 32 0 31 0 30 34
-STDOUT_28962=24 33 3 32 1 31 0 30 34
-STDOUT_28963=22 33 2 32 0 31 0 30 34
-STDOUT_28964=22 33 3 32 1 31 0 30 34
-STDOUT_28965=23 34 3 33 1 32 0 31 34
-STDOUT_28966=23 33 2 32 0 31 0 30 34
-STDOUT_28967=24 33 1 32 0 31 0 30 34
-STDOUT_28968=23 33 3 32 1 31 0 30 34
-STDOUT_28969=24 33 1 32 0 31 0 30 34
-STDOUT_28970=24 33 3 32 1 31 0 30 34
-STDOUT_28971=22 33 1 32 0 31 0 30 34
-STDOUT_28972=23 34 3 33 1 32 0 31 34
-STDOUT_28973=25 33 3 32 1 31 0 30 34
-STDOUT_28974=23 33 3 32 1 31 0 30 34
-STDOUT_28975=23 33 3 32 1 31 0 30 34
-STDOUT_28976=23 33 1 32 0 31 0 30 34
-STDOUT_28977=23 33 2 32 0 31 0 30 34
-STDOUT_28978=23 33 2 32 0 31 0 30 34
-STDOUT_28979=25 33 1 32 0 31 0 30 34
-STDOUT_28980=23 33 3 32 1 31 0 30 34
-STDOUT_28981=22 33 2 32 0 31 0 30 34
-STDOUT_28982=23 33 3 32 1 31 0 30 34
-STDOUT_28983=22 33 3 32 1 31 0 30 34
-STDOUT_28984=23 33 3 32 1 31 0 30 34
-STDOUT_28985=24 33 1 32 0 31 0 30 34
-STDOUT_28986=22 33 2 32 0 31 0 30 34
-STDOUT_28987=22 33 2 32 0 31 0 30 34
-STDOUT_28988=21 33 2 32 0 31 0 30 34
-STDOUT_28989=24 33 1 32 0 31 0 30 34
-STDOUT_28990=22 33 3 32 1 31 0 30 34
-STDOUT_28991=23 34 3 33 1 32 0 31 34
-STDOUT_28992=23 33 3 32 1 31 0 30 34
-STDOUT_28993=25 33 3 32 1 31 0 30 34
-STDOUT_28994=23 33 3 32 1 31 0 30 34
-STDOUT_28995=23 33 1 32 0 31 0 30 34
-STDOUT_28996=26 30 18 29 14 28 11 27 34
-STDOUT_28997=26 30 18 29 14 28 11 27 34
-STDOUT_28998=26 30 18 29 14 28 11 27 34
-STDOUT_28999=26 30 18 29 14 28 11 27 34
-STDOUT_29000=26 30 18 29 14 28 11 27 34
-STDOUT_29001=26 30 18 29 14 28 11 27 34
-STDOUT_29002=26 30 18 29 14 28 11 27 34
-STDOUT_29003=26 30 18 29 14 28 11 27 34
-STDOUT_29004=26 30 18 29 14 28 11 27 34
-STDOUT_29005=26 30 18 29 14 28 11 27 34
-STDOUT_29006=26 30 18 29 14 28 11 27 34
-STDOUT_29007=26 30 18 29 14 28 11 27 34
-STDOUT_29008=26 29 18 28 14 27 11 26 34
-STDOUT_29009=26 30 18 29 14 28 11 27 34
-STDOUT_29010=26 30 18 29 14 28 11 27 34
-STDOUT_29011=26 30 18 29 14 28 11 27 34
-STDOUT_29012=26 30 18 29 14 28 11 27 34
-STDOUT_29013=26 30 18 29 14 28 11 27 34
-STDOUT_29014=26 30 18 29 14 28 11 27 34
-STDOUT_29015=26 30 18 29 14 28 11 27 34
-STDOUT_29016=26 30 18 29 14 28 11 27 34
-STDOUT_29017=26 30 18 29 14 28 11 27 34
-STDOUT_29018=26 30 18 29 14 28 11 27 34
-STDOUT_29019=26 29 18 28 14 27 11 26 34
-STDOUT_29020=26 30 18 29 14 28 11 27 34
-STDOUT_29021=26 30 18 29 14 28 11 27 34
-STDOUT_29022=26 30 18 29 14 28 11 27 34
-STDOUT_29023=26 30 18 29 14 28 11 27 34
-STDOUT_29024=26 30 18 29 14 28 11 27 34
-STDOUT_29025=26 30 18 29 14 28 11 27 34
-STDOUT_29026=26 30 18 29 14 28 11 27 34
-STDOUT_29027=26 30 18 29 14 28 11 27 34
-STDOUT_29028=26 30 18 29 14 28 11 27 34
-STDOUT_29029=26 30 18 29 14 28 11 27 34
-STDOUT_29030=26 30 18 29 14 28 11 27 34
-STDOUT_29031=26 30 18 29 14 28 11 27 34
-STDOUT_29032=26 30 18 29 14 28 11 27 34
-STDOUT_29033=26 30 18 29 14 28 11 27 34
-STDOUT_29034=26 30 18 29 14 28 11 27 34
-STDOUT_29035=25 30 18 29 14 28 11 27 34
-STDOUT_29036=26 30 18 29 14 28 11 27 34
-STDOUT_29037=26 30 18 29 14 28 11 27 34
-STDOUT_29038=26 30 18 29 14 28 11 27 34
-STDOUT_29039=26 30 18 29 14 28 11 27 34
-STDOUT_29040=26 30 18 29 14 28 11 27 34
-STDOUT_29041=26 30 18 29 14 28 11 27 34
-STDOUT_29042=26 30 18 29 14 28 11 27 34
-STDOUT_29043=26 30 18 29 14 28 11 27 34
-STDOUT_29044=26 29 18 28 14 27 11 26 34
-STDOUT_29045=26 30 18 29 14 28 11 27 34
-STDOUT_29046=26 30 18 29 14 28 11 27 34
-STDOUT_29047=25 30 18 29 14 28 11 27 34
-STDOUT_29048=26 30 18 29 14 28 11 27 34
-STDOUT_29049=26 30 18 29 14 28 11 27 34
-STDOUT_29050=26 29 18 28 14 27 11 26 34
-STDOUT_29051=26 30 18 29 14 28 11 27 34
-STDOUT_29052=26 30 18 29 14 28 11 27 34
-STDOUT_29053=26 31 18 30 14 29 11 28 34
-STDOUT_29054=26 30 18 29 14 28 11 27 34
-STDOUT_29055=26 30 18 29 14 28 11 27 34
-STDOUT_29056=27 32 16 31 11 30 8 29 34
-STDOUT_29057=26 30 18 29 14 28 11 27 34
-STDOUT_29058=26 30 18 29 14 28 11 27 34
-STDOUT_29059=25 30 18 29 14 28 11 27 34
-STDOUT_29060=26 30 18 29 14 28 11 27 34
-STDOUT_29061=26 30 18 29 14 28 11 27 34
-STDOUT_29062=26 30 18 29 14 28 11 27 34
-STDOUT_29063=26 30 18 29 14 28 11 27 34
-STDOUT_29064=26 29 18 28 14 27 11 26 34
-STDOUT_29065=26 30 18 29 14 28 11 27 34
-STDOUT_29066=26 30 18 29 14 28 11 27 34
-STDOUT_29067=26 30 18 29 14 28 11 27 34
-STDOUT_29068=26 29 18 28 14 27 11 26 34
-STDOUT_29069=25 30 18 29 14 28 11 27 34
-STDOUT_29070=26 30 18 29 14 28 11 27 34
-STDOUT_29071=26 30 18 29 14 28 11 27 34
-STDOUT_29072=26 30 18 29 14 28 11 27 34
-STDOUT_29073=26 29 18 28 14 27 11 26 34
-STDOUT_29074=26 29 18 28 14 27 11 26 34
-STDOUT_29075=26 30 18 29 14 28 11 27 34
-STDOUT_29076=26 30 18 29 14 28 11 27 34
-STDOUT_29077=26 30 18 29 14 28 11 27 34
-STDOUT_29078=26 30 18 29 14 28 11 27 34
-STDOUT_29079=26 30 18 29 14 28 11 27 34
-STDOUT_29080=26 30 18 29 14 28 11 27 34
-STDOUT_29081=25 30 18 29 14 28 11 27 34
-STDOUT_29082=26 29 18 28 14 27 11 26 34
-STDOUT_29083=26 30 18 29 14 28 11 27 34
-STDOUT_29084=26 30 18 29 14 28 11 27 34
-STDOUT_29085=26 30 18 29 14 28 11 27 34
-STDOUT_29086=26 30 18 29 14 28 11 27 34
-STDOUT_29087=28 33 21 32 17 31 14 30 34
-STDOUT_29088=26 30 18 29 14 28 11 27 34
-STDOUT_29089=26 30 18 29 14 28 11 27 34
-STDOUT_29090=26 30 18 29 14 28 11 27 34
-STDOUT_29091=26 30 18 29 14 28 11 27 34
-STDOUT_29092=26 30 18 29 14 28 11 27 34
-STDOUT_29093=26 30 18 29 14 28 11 27 34
-STDOUT_29094=26 30 18 29 14 28 11 27 34
-STDOUT_29095=26 30 18 29 14 28 11 27 34
-STDOUT_29096=26 30 18 29 14 28 11 27 34
-STDOUT_29097=26 30 18 29 14 28 11 27 34
-STDOUT_29098=26 30 18 29 14 28 11 27 34
-STDOUT_29099=26 30 18 29 14 28 11 27 34
-STDOUT_29100=26 30 18 29 14 28 11 27 34
-STDOUT_29101=26 30 18 29 14 28 11 27 34
-STDOUT_29102=26 30 18 29 14 28 11 27 34
-STDOUT_29103=26 30 18 29 14 28 11 27 34
-STDOUT_29104=26 30 18 29 14 28 11 27 34
-STDOUT_29105=26 30 18 29 14 28 11 27 34
-STDOUT_29106=26 30 18 29 14 28 11 27 34
-STDOUT_29107=26 30 18 29 14 28 11 27 34
-STDOUT_29108=26 30 18 29 14 28 11 27 34
-STDOUT_29109=26 30 18 29 14 28 11 27 34
-STDOUT_29110=26 30 18 29 14 28 11 27 34
-STDOUT_29111=26 30 18 29 14 28 11 27 34
-STDOUT_29112=26 30 18 29 14 28 11 27 34
-STDOUT_29113=26 30 18 29 14 28 11 27 34
-STDOUT_29114=26 30 18 29 14 28 11 27 34
-STDOUT_29115=26 30 18 29 14 28 11 27 34
-STDOUT_29116=26 30 18 29 14 28 11 27 34
-STDOUT_29117=26 30 18 29 14 28 11 27 34
-STDOUT_29118=26 30 18 29 14 28 11 27 34
-STDOUT_29119=26 30 18 29 14 28 11 27 34
-STDOUT_29120=26 30 18 29 14 28 11 27 34
-STDOUT_29121=26 30 18 29 14 28 11 27 34
-STDOUT_29122=26 30 18 29 14 28 11 27 34
-STDOUT_29123=26 30 18 29 14 28 11 27 34
-STDOUT_29124=26 30 18 29 14 28 11 27 34
-STDOUT_29125=26 30 18 29 14 28 11 27 34
-STDOUT_29126=26 30 18 29 14 28 11 27 34
-STDOUT_29127=25 30 18 29 14 28 11 27 34
-STDOUT_29128=26 30 18 29 14 28 11 27 34
-STDOUT_29129=26 30 18 29 14 28 11 27 34
-STDOUT_29130=26 30 18 29 14 28 11 27 34
-STDOUT_29131=26 30 18 29 14 28 11 27 34
-STDOUT_29132=26 30 18 29 14 28 11 27 34
-STDOUT_29133=26 30 18 29 14 28 11 27 34
-STDOUT_29134=26 30 18 29 14 28 11 27 34
-STDOUT_29135=26 30 18 29 14 28 11 27 34
-STDOUT_29136=26 30 18 29 14 28 11 27 34
-STDOUT_29137=26 30 18 29 14 28 11 27 34
-STDOUT_29138=26 30 18 29 14 28 11 27 34
-STDOUT_29139=26 30 18 29 14 28 11 27 34
-STDOUT_29140=26 30 18 29 14 28 11 27 34
-STDOUT_29141=26 30 18 29 14 28 11 27 34
-STDOUT_29142=25 30 18 29 14 28 11 27 34
-STDOUT_29143=26 30 18 29 14 28 11 27 34
-STDOUT_29144=26 30 18 29 14 28 11 27 34
-STDOUT_29145=26 30 18 29 14 28 11 27 34
-STDOUT_29146=26 30 18 29 14 28 11 27 34
-STDOUT_29147=26 30 18 29 14 28 11 27 34
-STDOUT_29148=26 31 18 30 14 29 11 28 34
-STDOUT_29149=25 30 18 29 14 28 11 27 34
-STDOUT_29150=26 30 18 29 14 28 11 27 34
-STDOUT_29151=25 31 17 30 13 29 10 28 34
-STDOUT_29152=26 30 18 29 14 28 11 27 34
-STDOUT_29153=26 30 18 29 14 28 11 27 34
-STDOUT_29154=26 30 18 29 14 28 11 27 34
-STDOUT_29155=26 30 18 29 14 28 11 27 34
-STDOUT_29156=26 30 18 29 14 28 11 27 34
-STDOUT_29157=25 30 18 29 14 28 11 27 34
-STDOUT_29158=26 30 18 29 14 28 11 27 34
-STDOUT_29159=26 30 18 29 14 28 11 27 34
-STDOUT_29160=26 30 18 29 14 28 11 27 34
-STDOUT_29161=26 30 18 29 14 28 11 27 34
-STDOUT_29162=25 30 18 29 14 28 11 27 34
-STDOUT_29163=26 30 18 29 14 28 11 27 34
-STDOUT_29164=26 30 18 29 14 28 11 27 34
-STDOUT_29165=26 30 18 29 14 28 11 27 34
-STDOUT_29166=26 30 18 29 14 28 11 27 34
-STDOUT_29167=26 30 18 29 14 28 11 27 34
-STDOUT_29168=26 30 18 29 14 28 11 27 34
-STDOUT_29169=26 30 18 29 14 28 11 27 34
-STDOUT_29170=26 30 18 29 14 28 11 27 34
-STDOUT_29171=26 30 18 29 14 28 11 27 34
-STDOUT_29172=26 31 18 30 14 29 11 28 34
-STDOUT_29173=26 30 18 29 14 28 11 27 34
-STDOUT_29174=25 30 18 29 14 28 11 27 34
-STDOUT_29175=25 30 18 29 14 28 11 27 34
-STDOUT_29176=26 30 18 29 14 28 11 27 34
-STDOUT_29177=25 31 17 30 13 29 10 28 34
-STDOUT_29178=26 30 18 29 14 28 11 27 34
-STDOUT_29179=26 30 18 29 14 28 11 27 34
-STDOUT_29180=26 30 18 29 14 28 11 27 34
-STDOUT_29181=26 30 18 29 14 28 11 27 34
-STDOUT_29182=26 30 18 29 14 28 11 27 34
-STDOUT_29183=26 31 18 30 14 29 11 28 34
-STDOUT_29184=26 30 18 29 14 28 11 27 34
-STDOUT_29185=25 30 18 29 14 28 11 27 34
-STDOUT_29186=25 31 17 30 13 29 10 28 34
-STDOUT_29187=26 30 18 29 14 28 11 27 34
-STDOUT_29188=26 30 18 29 14 28 11 27 34
-STDOUT_29189=26 30 18 29 14 28 11 27 34
-STDOUT_29190=26 30 18 29 14 28 11 27 34
-STDOUT_29191=26 31 18 30 14 29 11 28 34
-STDOUT_29192=25 30 18 29 14 28 11 27 34
-STDOUT_29193=26 30 18 29 14 28 11 27 34
-STDOUT_29194=26 31 18 30 14 29 11 28 34
-STDOUT_29195=26 30 18 29 14 28 11 27 34
-STDOUT_29196=SCORES_TXT_END_0
-STDOUT_29197=SCORES_TXT_BEGIN_0 8 500 9 BLEU
-STDOUT_29198=19 23 15 22 14 21 13 20 37
-STDOUT_29199=19 23 15 22 14 21 13 20 37
-STDOUT_29200=19 23 15 22 14 21 13 20 37
-STDOUT_29201=19 23 15 22 14 21 13 20 37
-STDOUT_29202=19 23 15 22 14 21 13 20 37
-STDOUT_29203=19 23 15 22 14 21 13 20 37
-STDOUT_29204=20 24 16 23 15 22 14 21 37
-STDOUT_29205=19 23 15 22 14 21 13 20 37
-STDOUT_29206=19 23 15 22 14 21 13 20 37
-STDOUT_29207=19 23 15 22 14 21 13 20 37
-STDOUT_29208=19 23 15 22 14 21 13 20 37
-STDOUT_29209=20 24 16 23 15 22 14 21 37
-STDOUT_29210=20 24 16 23 15 22 14 21 37
-STDOUT_29211=19 23 15 22 14 21 13 20 37
-STDOUT_29212=20 24 16 23 15 22 14 21 37
-STDOUT_29213=19 23 15 22 14 21 13 20 37
-STDOUT_29214=19 23 15 22 14 21 13 20 37
-STDOUT_29215=19 23 15 22 14 21 13 20 37
-STDOUT_29216=19 23 15 22 14 21 13 20 37
-STDOUT_29217=19 23 15 22 14 21 13 20 37
-STDOUT_29218=19 23 15 22 14 21 13 20 37
-STDOUT_29219=20 24 16 23 15 22 14 21 37
-STDOUT_29220=19 23 15 22 14 21 13 20 37
-STDOUT_29221=20 24 16 23 15 22 14 21 37
-STDOUT_29222=20 24 16 23 15 22 14 21 37
-STDOUT_29223=19 23 15 22 14 21 13 20 37
-STDOUT_29224=19 23 15 22 14 21 13 20 37
-STDOUT_29225=20 24 16 23 15 22 14 21 37
-STDOUT_29226=20 24 16 23 15 22 14 21 37
-STDOUT_29227=19 23 15 22 14 21 13 20 37
-STDOUT_29228=19 23 15 22 14 21 13 20 37
-STDOUT_29229=20 24 16 23 15 22 14 21 37
-STDOUT_29230=19 23 15 22 14 21 13 20 37
-STDOUT_29231=20 24 16 23 15 22 14 21 37
-STDOUT_29232=19 23 15 22 14 21 13 20 37
-STDOUT_29233=20 24 16 23 15 22 14 21 37
-STDOUT_29234=19 23 15 22 14 21 13 20 37
-STDOUT_29235=19 23 15 22 14 21 13 20 37
-STDOUT_29236=19 23 15 22 14 21 13 20 37
-STDOUT_29237=19 23 15 22 14 21 13 20 37
-STDOUT_29238=19 23 15 22 14 21 13 20 37
-STDOUT_29239=20 24 16 23 15 22 14 21 37
-STDOUT_29240=19 23 15 22 14 21 13 20 37
-STDOUT_29241=20 24 16 23 15 22 14 21 37
-STDOUT_29242=20 24 16 23 15 22 14 21 37
-STDOUT_29243=20 24 16 23 15 22 14 21 37
-STDOUT_29244=19 23 15 22 14 21 13 20 37
-STDOUT_29245=19 23 15 22 14 21 13 20 37
-STDOUT_29246=19 23 15 22 14 21 13 20 37
-STDOUT_29247=20 24 16 23 15 22 14 21 37
-STDOUT_29248=19 23 15 22 14 21 13 20 37
-STDOUT_29249=20 24 16 23 15 22 14 21 37
-STDOUT_29250=20 24 16 23 15 22 14 21 37
-STDOUT_29251=20 24 16 23 15 22 14 21 37
-STDOUT_29252=19 23 15 22 14 21 13 20 37
-STDOUT_29253=19 23 15 22 14 21 13 20 37
-STDOUT_29254=20 24 16 23 15 22 14 21 37
-STDOUT_29255=19 23 15 22 14 21 13 20 37
-STDOUT_29256=20 24 16 23 15 22 14 21 37
-STDOUT_29257=19 23 15 22 14 21 13 20 37
-STDOUT_29258=20 24 16 23 15 22 14 21 37
-STDOUT_29259=20 24 16 23 15 22 14 21 37
-STDOUT_29260=19 23 15 22 14 21 13 20 37
-STDOUT_29261=20 24 16 23 15 22 14 21 37
-STDOUT_29262=19 23 15 22 14 21 13 20 37
-STDOUT_29263=20 24 16 23 15 22 14 21 37
-STDOUT_29264=20 24 16 23 15 22 14 21 37
-STDOUT_29265=19 23 15 22 14 21 13 20 37
-STDOUT_29266=20 24 16 23 15 22 14 21 37
-STDOUT_29267=20 24 16 23 15 22 14 21 37
-STDOUT_29268=19 23 15 22 14 21 13 20 37
-STDOUT_29269=19 23 15 22 14 21 13 20 37
-STDOUT_29270=19 23 15 22 14 21 13 20 37
-STDOUT_29271=20 24 16 23 15 22 14 21 37
-STDOUT_29272=19 23 15 22 14 21 13 20 37
-STDOUT_29273=19 23 15 22 14 21 13 20 37
-STDOUT_29274=19 23 15 22 14 21 13 20 37
-STDOUT_29275=19 23 15 22 14 21 13 20 37
-STDOUT_29276=20 24 16 23 15 22 14 21 37
-STDOUT_29277=20 24 16 23 15 22 14 21 37
-STDOUT_29278=19 23 15 22 14 21 13 20 37
-STDOUT_29279=20 24 16 23 15 22 14 21 37
-STDOUT_29280=19 23 15 22 14 21 13 20 37
-STDOUT_29281=20 24 16 23 15 22 14 21 37
-STDOUT_29282=20 24 16 23 15 22 14 21 37
-STDOUT_29283=19 23 15 22 14 21 13 20 37
-STDOUT_29284=19 23 15 22 14 21 13 20 37
-STDOUT_29285=20 24 16 23 15 22 14 21 37
-STDOUT_29286=19 23 15 22 14 21 13 20 37
-STDOUT_29287=20 24 16 23 15 22 14 21 37
-STDOUT_29288=19 23 15 22 14 21 13 20 37
-STDOUT_29289=20 24 16 23 15 22 14 21 37
-STDOUT_29290=19 23 15 22 14 21 13 20 37
-STDOUT_29291=19 23 15 22 14 21 13 20 37
-STDOUT_29292=19 23 15 22 14 21 13 20 37
-STDOUT_29293=19 23 15 22 14 21 13 20 37
-STDOUT_29294=20 24 16 23 15 22 14 21 37
-STDOUT_29295=20 24 16 23 15 22 14 21 37
-STDOUT_29296=20 24 16 23 15 22 14 21 37
-STDOUT_29297=19 23 15 22 14 21 13 20 37
-STDOUT_29298=21 36 12 35 9 34 6 33 37
-STDOUT_29299=21 36 12 35 9 34 6 33 37
-STDOUT_29300=21 36 12 35 9 34 6 33 37
-STDOUT_29301=21 36 12 35 9 34 6 33 37
-STDOUT_29302=21 36 12 35 9 34 6 33 37
-STDOUT_29303=21 36 12 35 9 34 6 33 37
-STDOUT_29304=21 36 12 35 9 34 6 33 37
-STDOUT_29305=21 36 12 35 9 34 6 33 37
-STDOUT_29306=21 36 12 35 9 34 6 33 37
-STDOUT_29307=21 36 12 35 9 34 6 33 37
-STDOUT_29308=21 36 12 35 9 34 6 33 37
-STDOUT_29309=22 36 14 35 12 34 10 33 37
-STDOUT_29310=21 36 12 35 9 34 6 33 37
-STDOUT_29311=21 36 12 35 9 34 6 33 37
-STDOUT_29312=21 36 12 35 9 34 6 33 37
-STDOUT_29313=21 36 12 35 9 34 6 33 37
-STDOUT_29314=22 36 14 35 12 34 10 33 37
-STDOUT_29315=21 36 12 35 9 34 6 33 37
-STDOUT_29316=21 36 12 35 9 34 6 33 37
-STDOUT_29317=21 36 12 35 9 34 6 33 37
-STDOUT_29318=21 36 12 35 9 34 6 33 37
-STDOUT_29319=21 36 12 35 9 34 6 33 37
-STDOUT_29320=22 36 14 35 12 34 10 33 37
-STDOUT_29321=21 36 12 35 9 34 6 33 37
-STDOUT_29322=21 36 12 35 9 34 6 33 37
-STDOUT_29323=22 36 14 35 12 34 10 33 37
-STDOUT_29324=21 36 12 35 9 34 6 33 37
-STDOUT_29325=21 36 12 35 9 34 6 33 37
-STDOUT_29326=21 36 12 35 9 34 6 33 37
-STDOUT_29327=21 36 12 35 9 34 6 33 37
-STDOUT_29328=21 36 12 35 9 34 6 33 37
-STDOUT_29329=21 36 12 35 9 34 6 33 37
-STDOUT_29330=21 36 12 35 9 34 6 33 37
-STDOUT_29331=21 36 12 35 9 34 6 33 37
-STDOUT_29332=22 36 14 35 12 34 10 33 37
-STDOUT_29333=21 36 12 35 9 34 6 33 37
-STDOUT_29334=22 36 14 35 12 34 10 33 37
-STDOUT_29335=22 36 14 35 12 34 10 33 37
-STDOUT_29336=21 36 12 35 9 34 6 33 37
-STDOUT_29337=22 36 14 35 12 34 10 33 37
-STDOUT_29338=22 36 14 35 12 34 10 33 37
-STDOUT_29339=21 36 12 35 9 34 6 33 37
-STDOUT_29340=21 36 12 35 9 34 6 33 37
-STDOUT_29341=21 36 12 35 9 34 6 33 37
-STDOUT_29342=21 36 12 35 9 34 6 33 37
-STDOUT_29343=22 36 14 35 12 34 10 33 37
-STDOUT_29344=21 36 12 35 9 34 6 33 37
-STDOUT_29345=21 36 12 35 9 34 6 33 37
-STDOUT_29346=21 36 12 35 9 34 6 33 37
-STDOUT_29347=21 36 12 35 9 34 6 33 37
-STDOUT_29348=21 36 12 35 9 34 6 33 37
-STDOUT_29349=22 36 14 35 12 34 10 33 37
-STDOUT_29350=22 36 14 35 12 34 10 33 37
-STDOUT_29351=21 36 12 35 9 34 6 33 37
-STDOUT_29352=21 36 12 35 9 34 6 33 37
-STDOUT_29353=22 36 14 35 12 34 10 33 37
-STDOUT_29354=21 36 12 35 9 34 6 33 37
-STDOUT_29355=22 36 14 35 12 34 10 33 37
-STDOUT_29356=21 36 12 35 9 34 6 33 37
-STDOUT_29357=21 36 12 35 9 34 6 33 37
-STDOUT_29358=21 36 12 35 9 34 6 33 37
-STDOUT_29359=21 36 12 35 9 34 6 33 37
-STDOUT_29360=21 36 12 35 9 34 6 33 37
-STDOUT_29361=22 36 14 35 12 34 10 33 37
-STDOUT_29362=22 36 14 35 12 34 10 33 37
-STDOUT_29363=21 36 12 35 9 34 6 33 37
-STDOUT_29364=21 36 12 35 9 34 6 33 37
-STDOUT_29365=21 36 12 35 9 34 6 33 37
-STDOUT_29366=21 36 12 35 9 34 6 33 37
-STDOUT_29367=21 36 12 35 9 34 6 33 37
-STDOUT_29368=22 36 14 35 12 34 10 33 37
-STDOUT_29369=21 36 12 35 9 34 6 33 37
-STDOUT_29370=21 36 12 35 9 34 6 33 37
-STDOUT_29371=21 36 12 35 9 34 6 33 37
-STDOUT_29372=21 36 12 35 9 34 6 33 37
-STDOUT_29373=21 36 12 35 9 34 6 33 37
-STDOUT_29374=21 36 12 35 9 34 6 33 37
-STDOUT_29375=21 36 12 35 9 34 6 33 37
-STDOUT_29376=22 36 14 35 12 34 10 33 37
-STDOUT_29377=21 36 12 35 9 34 6 33 37
-STDOUT_29378=22 36 14 35 12 34 10 33 37
-STDOUT_29379=21 36 12 35 9 34 6 33 37
-STDOUT_29380=21 36 12 35 9 34 6 33 37
-STDOUT_29381=22 36 14 35 12 34 10 33 37
-STDOUT_29382=21 36 12 35 9 34 6 33 37
-STDOUT_29383=22 36 14 35 12 34 10 33 37
-STDOUT_29384=21 36 12 35 9 34 6 33 37
-STDOUT_29385=22 36 14 35 12 34 10 33 37
-STDOUT_29386=22 36 14 35 12 34 10 33 37
-STDOUT_29387=21 36 12 35 9 34 6 33 37
-STDOUT_29388=21 36 12 35 9 34 6 33 37
-STDOUT_29389=21 36 12 35 9 34 6 33 37
-STDOUT_29390=21 36 12 35 9 34 6 33 37
-STDOUT_29391=22 36 14 35 12 34 10 33 37
-STDOUT_29392=21 36 12 35 9 34 6 33 37
-STDOUT_29393=21 36 12 35 9 34 6 33 37
-STDOUT_29394=21 36 12 35 9 34 6 33 37
-STDOUT_29395=21 36 12 35 9 34 6 33 37
-STDOUT_29396=21 36 12 35 9 34 6 33 37
-STDOUT_29397=21 36 12 35 9 34 6 33 37
-STDOUT_29398=18 31 7 30 4 29 2 28 37
-STDOUT_29399=19 31 9 30 7 29 6 28 37
-STDOUT_29400=20 34 11 33 8 32 6 31 37
-STDOUT_29401=20 34 11 33 8 32 6 31 37
-STDOUT_29402=20 35 11 34 8 33 6 32 37
-STDOUT_29403=21 34 13 33 11 32 10 31 37
-STDOUT_29404=20 35 11 34 8 33 6 32 37
-STDOUT_29405=21 34 13 33 11 32 10 31 37
-STDOUT_29406=21 35 13 34 11 33 10 32 37
-STDOUT_29407=21 35 13 34 11 33 10 32 37
-STDOUT_29408=19 31 7 30 4 29 2 28 37
-STDOUT_29409=17 31 6 30 4 29 2 28 37
-STDOUT_29410=19 34 11 33 8 32 6 31 37
-STDOUT_29411=20 34 10 33 7 32 5 31 37
-STDOUT_29412=19 34 11 33 8 32 6 31 37
-STDOUT_29413=20 34 10 33 7 32 5 31 37
-STDOUT_29414=20 31 9 30 7 29 6 28 37
-STDOUT_29415=18 31 8 30 7 29 6 28 37
-STDOUT_29416=19 35 11 34 8 33 6 32 37
-STDOUT_29417=20 34 13 33 11 32 10 31 37
-STDOUT_29418=20 35 11 34 8 33 6 32 37
-STDOUT_29419=20 35 10 34 7 33 5 32 37
-STDOUT_29420=21 34 12 33 10 32 9 31 37
-STDOUT_29421=19 35 11 34 8 33 6 32 37
-STDOUT_29422=20 34 11 33 8 32 6 31 37
-STDOUT_29423=20 34 13 33 11 32 10 31 37
-STDOUT_29424=20 35 11 34 8 33 6 32 37
-STDOUT_29425=20 35 10 34 7 33 5 32 37
-STDOUT_29426=21 34 12 33 10 32 9 31 37
-STDOUT_29427=20 34 11 33 8 32 6 31 37
-STDOUT_29428=20 35 13 34 11 33 10 32 37
-STDOUT_29429=20 36 11 35 8 34 6 33 37
-STDOUT_29430=21 35 13 34 11 33 10 32 37
-STDOUT_29431=21 35 12 34 10 33 9 32 37
-STDOUT_29432=18 32 7 31 4 30 2 29 37
-STDOUT_29433=20 35 13 34 11 33 10 32 37
-STDOUT_29434=21 34 13 33 11 32 10 31 37
-STDOUT_29435=20 36 11 35 8 34 6 33 37
-STDOUT_29436=21 35 13 34 11 33 10 32 37
-STDOUT_29437=21 35 12 34 10 33 9 32 37
-STDOUT_29438=21 34 13 33 11 32 10 31 37
-STDOUT_29439=21 36 13 35 11 34 10 33 37
-STDOUT_29440=19 32 9 31 7 30 6 29 37
-STDOUT_29441=21 36 13 35 11 34 10 33 37
-STDOUT_29442=19 34 10 33 7 32 5 31 37
-STDOUT_29443=20 35 11 34 8 33 6 32 37
-STDOUT_29444=19 34 10 33 7 32 5 31 37
-STDOUT_29445=18 32 7 31 4 30 2 29 37
-STDOUT_29446=20 35 11 34 8 33 6 32 37
-STDOUT_29447=18 31 6 30 4 29 2 28 37
-STDOUT_29448=19 35 11 34 8 33 6 32 37
-STDOUT_29449=19 35 10 34 7 33 5 32 37
-STDOUT_29450=20 34 12 33 10 32 9 31 37
-STDOUT_29451=20 35 10 34 7 33 5 32 37
-STDOUT_29452=19 34 11 33 8 32 6 31 37
-STDOUT_29453=20 36 11 35 8 34 6 33 37
-STDOUT_29454=18 32 7 31 4 30 2 29 37
-STDOUT_29455=21 35 13 34 11 33 10 32 37
-STDOUT_29456=19 35 11 34 8 33 6 32 37
-STDOUT_29457=19 35 10 34 7 33 5 32 37
-STDOUT_29458=20 34 10 33 7 32 5 31 37
-STDOUT_29459=20 34 12 33 10 32 9 31 37
-STDOUT_29460=19 32 9 31 7 30 6 29 37
-STDOUT_29461=20 35 10 34 7 33 5 32 37
-STDOUT_29462=19 34 11 33 8 32 6 31 37
-STDOUT_29463=20 36 11 35 8 34 6 33 37
-STDOUT_29464=21 35 13 34 11 33 10 32 37
-STDOUT_29465=20 34 10 33 7 32 5 31 37
-STDOUT_29466=19 31 8 30 7 29 6 28 37
-STDOUT_29467=19 36 11 35 8 34 6 33 37
-STDOUT_29468=20 35 13 34 11 33 10 32 37
-STDOUT_29469=20 35 12 34 10 33 9 32 37
-STDOUT_29470=20 36 10 35 7 34 5 33 37
-STDOUT_29471=21 35 12 34 10 33 9 32 37
-STDOUT_29472=20 34 13 33 11 32 10 31 37
-STDOUT_29473=21 36 13 35 11 34 10 33 37
-STDOUT_29474=19 36 11 35 8 34 6 33 37
-STDOUT_29475=19 32 9 31 7 30 6 29 37
-STDOUT_29476=20 35 11 34 8 33 6 32 37
-STDOUT_29477=20 35 13 34 11 33 10 32 37
-STDOUT_29478=20 35 12 34 10 33 9 32 37
-STDOUT_29479=21 34 12 33 10 32 9 31 37
-STDOUT_29480=20 35 11 34 8 33 6 32 37
-STDOUT_29481=20 36 10 35 7 34 5 33 37
-STDOUT_29482=21 35 12 34 10 33 9 32 37
-STDOUT_29483=20 34 13 33 11 32 10 31 37
-STDOUT_29484=21 36 13 35 11 34 10 33 37
-STDOUT_29485=20 35 11 34 8 33 6 32 37
-STDOUT_29486=17 31 8 30 4 29 2 28 37
-STDOUT_29487=21 34 12 33 10 32 9 31 37
-STDOUT_29488=20 35 11 34 8 33 6 32 37
-STDOUT_29489=20 36 13 35 11 34 10 33 37
-STDOUT_29490=20 34 11 33 8 32 6 31 37
-STDOUT_29491=21 36 12 35 10 34 9 33 37
-STDOUT_29492=18 31 7 30 4 29 2 28 37
-STDOUT_29493=20 36 13 35 11 34 10 33 37
-STDOUT_29494=18 31 7 30 4 29 2 28 37
-STDOUT_29495=21 35 13 34 11 33 10 32 37
-STDOUT_29496=20 36 11 35 8 34 6 33 37
-STDOUT_29497=19 32 7 31 4 30 2 29 37
-STDOUT_29498=20 29 14 28 12 27 10 26 37
-STDOUT_29499=20 29 14 28 12 27 10 26 37
-STDOUT_29500=20 29 14 28 12 27 10 26 37
-STDOUT_29501=20 29 14 28 12 27 10 26 37
-STDOUT_29502=20 29 14 28 12 27 10 26 37
-STDOUT_29503=19 26 14 25 12 24 10 23 37
-STDOUT_29504=20 27 14 26 12 25 10 24 37
-STDOUT_29505=19 26 14 25 12 24 10 23 37
-STDOUT_29506=21 30 14 29 12 28 10 27 37
-STDOUT_29507=20 29 14 28 12 27 10 26 37
-STDOUT_29508=20 27 14 26 12 25 10 24 37
-STDOUT_29509=20 27 14 26 12 25 10 24 37
-STDOUT_29510=21 30 14 29 12 28 10 27 37
-STDOUT_29511=19 26 14 25 12 24 10 23 37
-STDOUT_29512=20 29 14 28 12 27 10 26 37
-STDOUT_29513=21 30 14 29 12 28 10 27 37
-STDOUT_29514=20 27 14 26 12 25 10 24 37
-STDOUT_29515=21 30 14 29 12 28 10 27 37
-STDOUT_29516=19 26 14 25 12 24 10 23 37
-STDOUT_29517=20 29 14 28 12 27 10 26 37
-STDOUT_29518=20 29 14 28 12 27 10 26 37
-STDOUT_29519=19 26 14 25 12 24 10 23 37
-STDOUT_29520=20 29 14 28 12 27 10 26 37
-STDOUT_29521=19 26 14 25 12 24 10 23 37
-STDOUT_29522=19 26 14 25 12 24 10 23 37
-STDOUT_29523=19 26 14 25 12 24 10 23 37
-STDOUT_29524=20 29 14 28 12 27 10 26 37
-STDOUT_29525=20 29 14 28 12 27 10 26 37
-STDOUT_29526=19 26 14 25 12 24 10 23 37
-STDOUT_29527=20 27 14 26 12 25 10 24 37
-STDOUT_29528=19 26 14 25 12 24 10 23 37
-STDOUT_29529=20 27 14 26 12 25 10 24 37
-STDOUT_29530=20 29 14 28 12 27 10 26 37
-STDOUT_29531=21 30 14 29 12 28 10 27 37
-STDOUT_29532=19 26 14 25 12 24 10 23 37
-STDOUT_29533=20 27 14 26 12 25 10 24 37
-STDOUT_29534=20 29 14 28 12 27 10 26 37
-STDOUT_29535=19 29 12 28 9 27 6 26 37
-STDOUT_29536=20 27 14 26 12 25 10 24 37
-STDOUT_29537=21 30 14 29 12 28 10 27 37
-STDOUT_29538=19 26 14 25 12 24 10 23 37
-STDOUT_29539=20 27 14 26 12 25 10 24 37
-STDOUT_29540=20 27 14 26 12 25 10 24 37
-STDOUT_29541=19 26 14 25 12 24 10 23 37
-STDOUT_29542=19 26 14 25 12 24 10 23 37
-STDOUT_29543=19 26 14 25 12 24 10 23 37
-STDOUT_29544=20 29 14 28 12 27 10 26 37
-STDOUT_29545=20 29 14 28 12 27 10 26 37
-STDOUT_29546=20 29 14 28 12 27 10 26 37
-STDOUT_29547=20 29 14 28 12 27 10 26 37
-STDOUT_29548=20 27 14 26 12 25 10 24 37
-STDOUT_29549=20 29 14 28 12 27 10 26 37
-STDOUT_29550=19 26 14 25 12 24 10 23 37
-STDOUT_29551=20 29 14 28 12 27 10 26 37
-STDOUT_29552=20 27 14 26 12 25 10 24 37
-STDOUT_29553=20 29 14 28 12 27 10 26 37
-STDOUT_29554=19 26 14 25 12 24 10 23 37
-STDOUT_29555=19 26 14 25 12 24 10 23 37
-STDOUT_29556=20 29 14 28 12 27 10 26 37
-STDOUT_29557=19 26 14 25 12 24 10 23 37
-STDOUT_29558=20 29 14 28 12 27 10 26 37
-STDOUT_29559=20 29 14 28 12 27 10 26 37
-STDOUT_29560=20 27 14 26 12 25 10 24 37
-STDOUT_29561=20 29 14 28 12 27 10 26 37
-STDOUT_29562=20 29 14 28 12 27 10 26 37
-STDOUT_29563=19 26 14 25 12 24 10 23 37
-STDOUT_29564=20 27 14 26 12 25 10 24 37
-STDOUT_29565=19 26 14 25 12 24 10 23 37
-STDOUT_29566=19 29 12 28 9 27 6 26 37
-STDOUT_29567=19 29 12 28 9 27 6 26 37
-STDOUT_29568=19 26 14 25 12 24 10 23 37
-STDOUT_29569=19 26 14 25 12 24 10 23 37
-STDOUT_29570=20 27 14 26 12 25 10 24 37
-STDOUT_29571=20 29 14 28 12 27 10 26 37
-STDOUT_29572=20 29 14 28 12 27 10 26 37
-STDOUT_29573=19 29 12 28 9 27 6 26 37
-STDOUT_29574=20 27 14 26 12 25 10 24 37
-STDOUT_29575=20 29 14 28 12 27 10 26 37
-STDOUT_29576=20 29 14 28 12 27 10 26 37
-STDOUT_29577=20 29 14 28 12 27 10 26 37
-STDOUT_29578=20 27 14 26 12 25 10 24 37
-STDOUT_29579=19 29 12 28 9 27 6 26 37
-STDOUT_29580=19 26 14 25 12 24 10 23 37
-STDOUT_29581=19 26 14 25 12 24 10 23 37
-STDOUT_29582=19 26 14 25 12 24 10 23 37
-STDOUT_29583=19 26 14 25 12 24 10 23 37
-STDOUT_29584=19 26 14 25 12 24 10 23 37
-STDOUT_29585=20 29 14 28 12 27 10 26 37
-STDOUT_29586=19 29 12 28 9 27 6 26 37
-STDOUT_29587=20 27 14 26 12 25 10 24 37
-STDOUT_29588=20 29 14 28 12 27 10 26 37
-STDOUT_29589=20 27 14 26 12 25 10 24 37
-STDOUT_29590=19 26 14 25 12 24 10 23 37
-STDOUT_29591=21 30 14 29 12 28 10 27 37
-STDOUT_29592=20 29 14 28 12 27 10 26 37
-STDOUT_29593=20 29 14 28 12 27 10 26 37
-STDOUT_29594=20 29 14 28 12 27 10 26 37
-STDOUT_29595=20 29 14 28 12 27 10 26 37
-STDOUT_29596=20 27 14 26 12 25 10 24 37
-STDOUT_29597=20 27 14 26 12 25 10 24 37
-STDOUT_29598=19 27 12 26 9 25 6 24 37
-STDOUT_29599=19 27 12 26 9 25 6 24 37
-STDOUT_29600=19 27 12 26 9 25 6 24 37
-STDOUT_29601=19 27 12 26 9 25 6 24 37
-STDOUT_29602=19 27 12 26 9 25 6 24 37
-STDOUT_29603=19 27 12 26 9 25 6 24 37
-STDOUT_29604=19 27 12 26 9 25 6 24 37
-STDOUT_29605=19 27 12 26 9 25 6 24 37
-STDOUT_29606=19 27 12 26 9 25 6 24 37
-STDOUT_29607=19 27 12 26 9 25 6 24 37
-STDOUT_29608=19 27 12 26 9 25 6 24 37
-STDOUT_29609=19 27 12 26 9 25 6 24 37
-STDOUT_29610=19 27 12 26 9 25 6 24 37
-STDOUT_29611=19 27 12 26 9 25 6 24 37
-STDOUT_29612=19 27 12 26 9 25 6 24 37
-STDOUT_29613=19 27 12 26 9 25 6 24 37
-STDOUT_29614=19 27 12 26 9 25 6 24 37
-STDOUT_29615=19 27 12 26 9 25 6 24 37
-STDOUT_29616=19 27 12 26 9 25 6 24 37
-STDOUT_29617=19 27 12 26 9 25 6 24 37
-STDOUT_29618=19 27 12 26 9 25 6 24 37
-STDOUT_29619=19 27 12 26 9 25 6 24 37
-STDOUT_29620=19 27 12 26 9 25 6 24 37
-STDOUT_29621=19 27 12 26 9 25 6 24 37
-STDOUT_29622=19 27 12 26 9 25 6 24 37
-STDOUT_29623=19 27 12 26 9 25 6 24 37
-STDOUT_29624=19 27 12 26 9 25 6 24 37
-STDOUT_29625=19 27 12 26 9 25 6 24 37
-STDOUT_29626=19 27 12 26 9 25 6 24 37
-STDOUT_29627=19 27 12 26 9 25 6 24 37
-STDOUT_29628=19 27 12 26 9 25 6 24 37
-STDOUT_29629=19 27 12 26 9 25 6 24 37
-STDOUT_29630=19 27 12 26 9 25 6 24 37
-STDOUT_29631=19 27 12 26 9 25 6 24 37
-STDOUT_29632=19 27 12 26 9 25 6 24 37
-STDOUT_29633=19 27 12 26 9 25 6 24 37
-STDOUT_29634=19 27 12 26 9 25 6 24 37
-STDOUT_29635=19 27 12 26 9 25 6 24 37
-STDOUT_29636=19 27 12 26 9 25 6 24 37
-STDOUT_29637=19 27 12 26 9 25 6 24 37
-STDOUT_29638=19 27 12 26 9 25 6 24 37
-STDOUT_29639=19 27 12 26 9 25 6 24 37
-STDOUT_29640=19 27 12 26 9 25 6 24 37
-STDOUT_29641=19 27 12 26 9 25 6 24 37
-STDOUT_29642=19 27 12 26 9 25 6 24 37
-STDOUT_29643=19 27 12 26 9 25 6 24 37
-STDOUT_29644=19 27 12 26 9 25 6 24 37
-STDOUT_29645=19 27 12 26 9 25 6 24 37
-STDOUT_29646=19 27 12 26 9 25 6 24 37
-STDOUT_29647=19 27 12 26 9 25 6 24 37
-STDOUT_29648=19 27 12 26 9 25 6 24 37
-STDOUT_29649=19 27 12 26 9 25 6 24 37
-STDOUT_29650=20 27 14 26 12 25 10 24 37
-STDOUT_29651=19 27 12 26 9 25 6 24 37
-STDOUT_29652=19 27 12 26 9 25 6 24 37
-STDOUT_29653=19 27 12 26 9 25 6 24 37
-STDOUT_29654=19 27 12 26 9 25 6 24 37
-STDOUT_29655=19 27 12 26 9 25 6 24 37
-STDOUT_29656=19 27 12 26 9 25 6 24 37
-STDOUT_29657=19 27 12 26 9 25 6 24 37
-STDOUT_29658=19 27 12 26 9 25 6 24 37
-STDOUT_29659=19 27 12 26 9 25 6 24 37
-STDOUT_29660=19 27 12 26 9 25 6 24 37
-STDOUT_29661=19 27 12 26 9 25 6 24 37
-STDOUT_29662=19 27 12 26 9 25 6 24 37
-STDOUT_29663=19 27 12 26 9 25 6 24 37
-STDOUT_29664=19 27 12 26 9 25 6 24 37
-STDOUT_29665=19 27 12 26 9 25 6 24 37
-STDOUT_29666=19 27 12 26 9 25 6 24 37
-STDOUT_29667=19 27 12 26 9 25 6 24 37
-STDOUT_29668=19 27 12 26 9 25 6 24 37
-STDOUT_29669=19 27 12 26 9 25 6 24 37
-STDOUT_29670=19 27 12 26 9 25 6 24 37
-STDOUT_29671=19 27 12 26 9 25 6 24 37
-STDOUT_29672=19 27 12 26 9 25 6 24 37
-STDOUT_29673=19 27 12 26 9 25 6 24 37
-STDOUT_29674=19 27 12 26 9 25 6 24 37
-STDOUT_29675=19 27 12 26 9 25 6 24 37
-STDOUT_29676=19 27 12 26 9 25 6 24 37
-STDOUT_29677=19 27 12 26 9 25 6 24 37
-STDOUT_29678=19 27 12 26 9 25 6 24 37
-STDOUT_29679=19 27 12 26 9 25 6 24 37
-STDOUT_29680=20 27 14 26 12 25 10 24 37
-STDOUT_29681=20 27 14 26 12 25 10 24 37
-STDOUT_29682=19 27 12 26 9 25 6 24 37
-STDOUT_29683=19 27 12 26 9 25 6 24 37
-STDOUT_29684=19 27 12 26 9 25 6 24 37
-STDOUT_29685=19 27 12 26 9 25 6 24 37
-STDOUT_29686=19 27 12 26 9 25 6 24 37
-STDOUT_29687=19 27 12 26 9 25 6 24 37
-STDOUT_29688=19 27 12 26 9 25 6 24 37
-STDOUT_29689=19 27 12 26 9 25 6 24 37
-STDOUT_29690=19 27 12 26 9 25 6 24 37
-STDOUT_29691=19 27 12 26 9 25 6 24 37
-STDOUT_29692=19 27 12 26 9 25 6 24 37
-STDOUT_29693=19 27 12 26 9 25 6 24 37
-STDOUT_29694=19 27 12 26 9 25 6 24 37
-STDOUT_29695=19 27 12 26 9 25 6 24 37
-STDOUT_29696=19 27 12 26 9 25 6 24 37
-STDOUT_29697=20 27 14 26 12 25 10 24 37
-STDOUT_29698=SCORES_TXT_END_0
-STDOUT_29699=SCORES_TXT_BEGIN_0 9 500 9 BLEU
-STDOUT_29700=30 41 18 40 11 39 7 38 58
-STDOUT_29701=30 41 17 40 10 39 6 38 58
-STDOUT_29702=31 40 18 39 11 38 6 37 58
-STDOUT_29703=30 41 18 40 11 39 7 38 58
-STDOUT_29704=30 41 17 40 10 39 6 38 58
-STDOUT_29705=31 41 18 40 11 39 7 38 58
-STDOUT_29706=31 40 18 39 11 38 6 37 58
-STDOUT_29707=31 41 17 40 10 39 6 38 58
-STDOUT_29708=32 40 18 39 11 38 6 37 58
-STDOUT_29709=31 41 18 40 11 39 7 38 58
-STDOUT_29710=31 41 17 40 10 39 6 38 58
-STDOUT_29711=32 40 18 39 11 38 6 37 58
-STDOUT_29712=31 41 18 40 11 39 6 38 58
-STDOUT_29713=31 43 17 42 9 41 6 40 58
-STDOUT_29714=29 40 17 39 11 38 7 37 58
-STDOUT_29715=32 42 18 41 10 40 6 39 58
-STDOUT_29716=31 41 18 40 11 39 6 38 58
-STDOUT_29717=31 43 17 42 9 41 6 40 58
-STDOUT_29718=29 40 17 39 11 38 7 37 58
-STDOUT_29719=30 41 18 40 11 39 7 38 58
-STDOUT_29720=32 42 18 41 10 40 6 39 58
-STDOUT_29721=32 41 18 40 11 39 6 38 58
-STDOUT_29722=30 41 17 40 10 39 6 38 58
-STDOUT_29723=32 43 17 42 9 41 6 40 58
-STDOUT_29724=30 40 17 39 11 38 7 37 58
-STDOUT_29725=30 41 18 40 11 39 7 38 58
-STDOUT_29726=31 40 18 39 11 38 6 37 58
-STDOUT_29727=33 42 18 41 10 40 6 39 58
-STDOUT_29728=32 41 18 40 11 39 6 38 58
-STDOUT_29729=30 41 17 40 10 39 6 38 58
-STDOUT_29730=32 43 17 42 9 41 6 40 58
-STDOUT_29731=31 40 18 39 11 38 6 37 58
-STDOUT_29732=30 40 17 39 11 38 7 37 58
-STDOUT_29733=31 41 18 40 11 39 7 38 58
-STDOUT_29734=30 41 18 40 11 39 7 38 58
-STDOUT_29735=33 42 18 41 10 40 6 39 58
-STDOUT_29736=30 41 18 40 11 39 7 38 58
-STDOUT_29737=32 43 18 42 10 41 6 40 58
-STDOUT_29738=31 41 17 40 10 39 6 38 58
-STDOUT_29739=30 41 17 40 10 39 6 38 58
-STDOUT_29740=30 41 17 40 10 39 6 38 58
-STDOUT_29741=31 41 18 40 11 39 7 38 58
-STDOUT_29742=32 40 18 39 11 38 6 37 58
-STDOUT_29743=31 40 18 39 11 38 6 37 58
-STDOUT_29744=30 42 16 41 9 40 6 39 58
-STDOUT_29745=30 41 18 40 11 39 7 38 58
-STDOUT_29746=32 43 18 42 10 41 6 40 58
-STDOUT_29747=31 41 17 40 10 39 6 38 58
-STDOUT_29748=31 41 18 40 11 39 7 38 58
-STDOUT_29749=31 41 17 40 10 39 6 38 58
-STDOUT_29750=32 40 18 39 11 38 6 37 58
-STDOUT_29751=30 41 17 40 10 39 6 38 58
-STDOUT_29752=31 41 17 40 10 39 6 38 58
-STDOUT_29753=31 41 18 40 11 39 7 38 58
-STDOUT_29754=31 41 18 40 11 39 6 38 58
-STDOUT_29755=31 41 18 40 11 39 7 38 58
-STDOUT_29756=33 43 18 42 10 41 6 40 58
-STDOUT_29757=31 40 19 39 12 38 8 37 58
-STDOUT_29758=30 42 16 41 9 40 6 39 58
-STDOUT_29759=31 43 17 42 9 41 6 40 58
-STDOUT_29760=31 41 17 40 10 39 6 38 58
-STDOUT_29761=31 41 18 40 11 39 7 38 58
-STDOUT_29762=29 40 17 39 11 38 7 37 58
-STDOUT_29763=31 41 17 40 10 39 6 38 58
-STDOUT_29764=31 41 17 40 10 39 6 38 58
-STDOUT_29765=32 42 18 41 10 40 6 39 58
-STDOUT_29766=32 40 18 39 11 38 6 37 58
-STDOUT_29767=31 41 18 40 11 39 6 38 58
-STDOUT_29768=30 41 18 40 11 39 7 38 58
-STDOUT_29769=31 41 17 40 10 39 6 38 58
-STDOUT_29770=31 42 16 41 9 40 6 39 58
-STDOUT_29771=31 41 18 40 11 39 7 38 58
-STDOUT_29772=33 43 18 42 10 41 6 40 58
-STDOUT_29773=31 43 17 42 9 41 6 40 58
-STDOUT_29774=31 40 19 39 12 38 8 37 58
-STDOUT_29775=29 40 17 39 11 38 7 37 58
-STDOUT_29776=30 41 17 40 10 39 6 38 58
-STDOUT_29777=32 41 17 40 10 39 6 38 58
-STDOUT_29778=32 42 18 41 10 40 6 39 58
-STDOUT_29779=31 41 17 40 10 39 6 38 58
-STDOUT_29780=32 40 18 39 11 38 6 37 58
-STDOUT_29781=31 40 18 39 11 38 6 37 58
-STDOUT_29782=30 41 18 40 11 39 7 38 58
-STDOUT_29783=32 41 18 40 11 39 6 38 58
-STDOUT_29784=31 41 18 40 11 39 6 38 58
-STDOUT_29785=31 41 18 40 11 39 6 38 58
-STDOUT_29786=31 41 18 40 11 39 7 38 58
-STDOUT_29787=32 40 19 39 12 38 8 37 58
-STDOUT_29788=31 42 16 41 9 40 6 39 58
-STDOUT_29789=31 41 18 40 11 39 6 38 58
-STDOUT_29790=32 43 17 42 9 41 6 40 58
-STDOUT_29791=31 43 17 42 9 41 6 40 58
-STDOUT_29792=30 41 17 40 10 39 6 38 58
-STDOUT_29793=31 43 17 42 9 41 6 40 58
-STDOUT_29794=30 40 17 39 11 38 7 37 58
-STDOUT_29795=29 40 17 39 11 38 7 37 58
-STDOUT_29796=32 41 17 40 10 39 6 38 58
-STDOUT_29797=29 40 17 39 11 38 7 37 58
-STDOUT_29798=31 42 17 41 10 40 6 39 58
-STDOUT_29799=31 41 17 40 10 39 6 38 58
-STDOUT_29800=38 67 21 66 12 65 9 64 58
-STDOUT_29801=38 67 21 66 12 65 9 64 58
-STDOUT_29802=38 68 21 67 12 66 9 65 58
-STDOUT_29803=38 68 21 67 12 66 9 65 58
-STDOUT_29804=39 67 20 66 12 65 9 64 58
-STDOUT_29805=39 67 20 66 12 65 9 64 58
-STDOUT_29806=37 65 20 64 12 63 9 62 58
-STDOUT_29807=39 68 20 67 12 66 9 65 58
-STDOUT_29808=39 68 20 67 12 66 9 65 58
-STDOUT_29809=37 65 20 64 12 63 9 62 58
-STDOUT_29810=38 67 21 66 12 65 9 64 58
-STDOUT_29811=38 67 21 66 12 65 9 64 58
-STDOUT_29812=37 66 20 65 12 64 9 63 58
-STDOUT_29813=38 67 21 66 12 65 9 64 58
-STDOUT_29814=37 66 20 65 12 64 9 63 58
-STDOUT_29815=38 67 21 66 12 65 9 64 58
-STDOUT_29816=38 65 19 64 12 63 9 62 58
-STDOUT_29817=38 68 21 67 12 66 9 65 58
-STDOUT_29818=38 68 21 67 12 66 9 65 58
-STDOUT_29819=39 63 20 62 12 61 9 60 58
-STDOUT_29820=39 63 20 62 12 61 9 60 58
-STDOUT_29821=38 65 19 64 12 63 9 62 58
-STDOUT_29822=39 67 20 66 12 65 9 64 58
-STDOUT_29823=38 68 21 67 12 66 9 65 58
-STDOUT_29824=39 67 20 66 12 65 9 64 58
-STDOUT_29825=38 68 21 67 12 66 9 65 58
-STDOUT_29826=38 66 19 65 12 64 9 63 58
-STDOUT_29827=39 64 20 63 12 62 9 61 58
-STDOUT_29828=39 64 20 63 12 62 9 61 58
-STDOUT_29829=37 65 20 64 12 63 9 62 58
-STDOUT_29830=39 67 20 66 12 65 9 64 58
-STDOUT_29831=38 66 19 65 12 64 9 63 58
-STDOUT_29832=39 67 20 66 12 65 9 64 58
-STDOUT_29833=39 68 20 67 12 66 9 65 58
-STDOUT_29834=39 68 20 67 12 66 9 65 58
-STDOUT_29835=37 65 20 64 12 63 9 62 58
-STDOUT_29836=37 65 20 64 12 63 9 62 58
-STDOUT_29837=37 66 20 65 12 64 9 63 58
-STDOUT_29838=38 61 19 60 12 59 9 58 58
-STDOUT_29839=39 68 20 67 12 66 9 65 58
-STDOUT_29840=39 68 20 67 12 66 9 65 58
-STDOUT_29841=37 65 20 64 12 63 9 62 58
-STDOUT_29842=38 66 21 65 12 64 9 63 58
-STDOUT_29843=38 67 21 66 12 65 9 64 58
-STDOUT_29844=37 66 20 65 12 64 9 63 58
-STDOUT_29845=38 66 21 65 12 64 9 63 58
-STDOUT_29846=38 67 21 66 12 65 9 64 58
-STDOUT_29847=38 65 19 64 12 63 9 62 58
-STDOUT_29848=38 61 19 60 12 59 9 58 58
-STDOUT_29849=37 66 20 65 12 64 9 63 58
-STDOUT_29850=38 67 21 66 12 65 9 64 58
-STDOUT_29851=39 63 20 62 12 61 9 60 58
-STDOUT_29852=38 67 21 66 12 65 9 64 58
-STDOUT_29853=39 63 20 62 12 61 9 60 58
-STDOUT_29854=38 62 19 61 12 60 9 59 58
-STDOUT_29855=38 65 19 64 12 63 9 62 58
-STDOUT_29856=37 66 20 65 12 64 9 63 58
-STDOUT_29857=38 65 19 64 12 63 9 62 58
-STDOUT_29858=38 67 21 66 12 65 9 64 58
-STDOUT_29859=38 68 21 67 12 66 9 65 58
-STDOUT_29860=38 67 21 66 12 65 9 64 58
-STDOUT_29861=38 68 21 67 12 66 9 65 58
-STDOUT_29862=38 66 19 65 12 64 9 63 58
-STDOUT_29863=39 63 20 62 12 61 9 60 58
-STDOUT_29864=38 62 19 61 12 60 9 59 58
-STDOUT_29865=39 63 20 62 12 61 9 60 58
-STDOUT_29866=38 68 21 67 12 66 9 65 58
-STDOUT_29867=39 64 20 63 12 62 9 61 58
-STDOUT_29868=38 68 21 67 12 66 9 65 58
-STDOUT_29869=39 64 20 63 12 62 9 61 58
-STDOUT_29870=38 65 19 64 12 63 9 62 58
-STDOUT_29871=38 65 21 64 12 63 9 62 58
-STDOUT_29872=38 65 21 64 12 63 9 62 58
-STDOUT_29873=39 67 20 66 12 65 9 64 58
-STDOUT_29874=38 66 19 65 12 64 9 63 58
-STDOUT_29875=39 67 20 66 12 65 9 64 58
-STDOUT_29876=39 71 20 70 12 69 9 68 58
-STDOUT_29877=38 66 19 65 12 64 9 63 58
-STDOUT_29878=39 71 20 70 12 69 9 68 58
-STDOUT_29879=39 67 20 66 12 65 9 64 58
-STDOUT_29880=39 67 20 66 12 65 9 64 58
-STDOUT_29881=39 64 20 63 12 62 9 61 58
-STDOUT_29882=37 64 20 63 12 62 9 61 58
-STDOUT_29883=39 64 20 63 12 62 9 61 58
-STDOUT_29884=37 65 20 64 12 63 9 62 58
-STDOUT_29885=38 66 21 65 12 64 9 63 58
-STDOUT_29886=38 66 21 65 12 64 9 63 58
-STDOUT_29887=38 61 19 60 12 59 9 58 58
-STDOUT_29888=38 66 19 65 12 64 9 63 58
-STDOUT_29889=38 67 21 66 12 65 9 64 58
-STDOUT_29890=38 66 21 65 12 64 9 63 58
-STDOUT_29891=38 67 21 66 12 65 9 64 58
-STDOUT_29892=38 66 21 65 12 64 9 63 58
-STDOUT_29893=37 67 19 66 12 65 9 64 58
-STDOUT_29894=39 68 20 67 12 66 9 65 58
-STDOUT_29895=37 64 20 63 12 62 9 61 58
-STDOUT_29896=39 68 20 67 12 66 9 65 58
-STDOUT_29897=37 65 20 64 12 63 9 62 58
-STDOUT_29898=39 72 20 71 12 70 9 69 58
-STDOUT_29899=39 72 20 71 12 70 9 69 58
-STDOUT_29900=30 52 0 51 0 50 0 49 58
-STDOUT_29901=31 52 0 51 0 50 0 49 58
-STDOUT_29902=31 52 0 51 0 50 0 49 58
-STDOUT_29903=30 52 0 51 0 50 0 49 58
-STDOUT_29904=30 51 0 50 0 49 0 48 58
-STDOUT_29905=31 52 0 51 0 50 0 49 58
-STDOUT_29906=30 52 0 51 0 50 0 49 58
-STDOUT_29907=31 52 0 51 0 50 0 49 58
-STDOUT_29908=31 51 0 50 0 49 0 48 58
-STDOUT_29909=31 52 0 51 0 50 0 49 58
-STDOUT_29910=30 52 0 51 0 50 0 49 58
-STDOUT_29911=31 51 0 50 0 49 0 48 58
-STDOUT_29912=30 52 0 51 0 50 0 49 58
-STDOUT_29913=31 52 0 51 0 50 0 49 58
-STDOUT_29914=31 52 0 51 0 50 0 49 58
-STDOUT_29915=30 51 0 50 0 49 0 48 58
-STDOUT_29916=30 51 0 50 0 49 0 48 58
-STDOUT_29917=30 52 0 51 0 50 0 49 58
-STDOUT_29918=31 52 0 51 0 50 0 49 58
-STDOUT_29919=30 52 0 51 0 50 0 49 58
-STDOUT_29920=31 52 0 51 0 50 0 49 58
-STDOUT_29921=31 52 0 51 0 50 0 49 58
-STDOUT_29922=31 52 0 51 0 50 0 49 58
-STDOUT_29923=30 52 0 51 0 50 0 49 58
-STDOUT_29924=31 51 0 50 0 49 0 48 58
-STDOUT_29925=31 51 0 50 0 49 0 48 58
-STDOUT_29926=30 51 0 50 0 49 0 48 58
-STDOUT_29927=31 52 0 51 0 50 0 49 58
-STDOUT_29928=30 52 0 51 0 50 0 49 58
-STDOUT_29929=31 52 0 51 0 50 0 49 58
-STDOUT_29930=31 51 0 50 0 49 0 48 58
-STDOUT_29931=31 51 0 50 0 49 0 48 58
-STDOUT_29932=30 52 0 51 0 50 0 49 58
-STDOUT_29933=30 52 0 51 0 50 0 49 58
-STDOUT_29934=31 52 0 51 0 50 0 49 58
-STDOUT_29935=29 52 0 51 0 50 0 49 58
-STDOUT_29936=31 51 0 50 0 49 0 48 58
-STDOUT_29937=30 52 0 51 0 50 0 49 58
-STDOUT_29938=30 51 0 50 0 49 0 48 58
-STDOUT_29939=31 52 0 51 0 50 0 49 58
-STDOUT_29940=30 51 0 50 0 49 0 48 58
-STDOUT_29941=30 52 0 51 0 50 0 49 58
-STDOUT_29942=30 51 0 50 0 49 0 48 58
-STDOUT_29943=31 52 0 51 0 50 0 49 58
-STDOUT_29944=31 52 0 51 0 50 0 49 58
-STDOUT_29945=31 52 0 51 0 50 0 49 58
-STDOUT_29946=31 51 0 50 0 49 0 48 58
-STDOUT_29947=30 52 0 51 0 50 0 49 58
-STDOUT_29948=30 52 0 51 0 50 0 49 58
-STDOUT_29949=30 52 0 51 0 50 0 49 58
-STDOUT_29950=31 52 0 51 0 50 0 49 58
-STDOUT_29951=31 52 0 51 0 50 0 49 58
-STDOUT_29952=31 52 0 51 0 50 0 49 58
-STDOUT_29953=31 52 0 51 0 50 0 49 58
-STDOUT_29954=30 52 0 51 0 50 0 49 58
-STDOUT_29955=30 52 0 51 0 50 0 49 58
-STDOUT_29956=30 52 0 51 0 50 0 49 58
-STDOUT_29957=30 52 0 51 0 50 0 49 58
-STDOUT_29958=31 52 0 51 0 50 0 49 58
-STDOUT_29959=31 51 0 50 0 49 0 48 58
-STDOUT_29960=31 51 0 50 0 49 0 48 58
-STDOUT_29961=31 52 0 51 0 50 0 49 58
-STDOUT_29962=30 51 0 50 0 49 0 48 58
-STDOUT_29963=30 51 0 50 0 49 0 48 58
-STDOUT_29964=31 51 0 50 0 49 0 48 58
-STDOUT_29965=32 52 0 51 0 50 0 49 58
-STDOUT_29966=31 52 0 51 0 50 0 49 58
-STDOUT_29967=30 52 0 51 0 50 0 49 58
-STDOUT_29968=31 52 0 51 0 50 0 49 58
-STDOUT_29969=30 51 0 50 0 49 0 48 58
-STDOUT_29970=31 52 0 51 0 50 0 49 58
-STDOUT_29971=31 51 0 50 0 49 0 48 58
-STDOUT_29972=30 52 0 51 0 50 0 49 58
-STDOUT_29973=31 51 0 50 0 49 0 48 58
-STDOUT_29974=30 52 0 51 0 50 0 49 58
-STDOUT_29975=31 52 0 51 0 50 0 49 58
-STDOUT_29976=31 52 0 51 0 50 0 49 58
-STDOUT_29977=29 53 0 52 0 51 0 50 58
-STDOUT_29978=31 51 0 50 0 49 0 48 58
-STDOUT_29979=29 52 0 51 0 50 0 49 58
-STDOUT_29980=32 52 0 51 0 50 0 49 58
-STDOUT_29981=31 52 0 51 0 50 0 49 58
-STDOUT_29982=31 51 0 50 0 49 0 48 58
-STDOUT_29983=31 52 0 51 0 50 0 49 58
-STDOUT_29984=30 51 0 50 0 49 0 48 58
-STDOUT_29985=31 52 0 51 0 50 0 49 58
-STDOUT_29986=30 52 0 51 0 50 0 49 58
-STDOUT_29987=31 51 0 50 0 49 0 48 58
-STDOUT_29988=31 51 0 50 0 49 0 48 58
-STDOUT_29989=30 52 0 51 0 50 0 49 58
-STDOUT_29990=30 51 0 50 0 49 0 48 58
-STDOUT_29991=30 51 0 50 0 49 0 48 58
-STDOUT_29992=31 51 0 50 0 49 0 48 58
-STDOUT_29993=30 52 0 51 0 50 0 49 58
-STDOUT_29994=31 52 0 51 0 50 0 49 58
-STDOUT_29995=31 52 0 51 0 50 0 49 58
-STDOUT_29996=31 52 0 51 0 50 0 49 58
-STDOUT_29997=30 51 0 50 0 49 0 48 58
-STDOUT_29998=30 51 0 50 0 49 0 48 58
-STDOUT_29999=30 51 0 50 0 49 0 48 58
-STDOUT_30000=36 49 22 48 16 47 12 46 58
-STDOUT_30001=35 49 22 48 16 47 12 46 58
-STDOUT_30002=36 47 22 46 16 45 12 44 58
-STDOUT_30003=35 47 22 46 16 45 12 44 58
-STDOUT_30004=36 49 21 48 16 47 12 46 58
-STDOUT_30005=35 49 21 48 16 47 12 46 58
-STDOUT_30006=36 49 21 48 16 47 12 46 58
-STDOUT_30007=35 49 21 48 16 47 12 46 58
-STDOUT_30008=35 49 21 48 16 47 12 46 58
-STDOUT_30009=36 47 22 46 16 45 12 44 58
-STDOUT_30010=34 49 21 48 16 47 12 46 58
-STDOUT_30011=35 49 21 48 16 47 12 46 58
-STDOUT_30012=35 47 22 46 16 45 12 44 58
-STDOUT_30013=34 49 21 48 16 47 12 46 58
-STDOUT_30014=38 51 24 50 17 49 12 48 58
-STDOUT_30015=38 50 23 49 16 48 12 47 58
-STDOUT_30016=37 51 24 50 17 49 12 48 58
-STDOUT_30017=38 50 23 49 16 48 12 47 58
-STDOUT_30018=37 50 23 49 16 48 12 47 58
-STDOUT_30019=37 50 23 49 16 48 12 47 58
-STDOUT_30020=35 49 23 48 17 47 13 46 58
-STDOUT_30021=36 51 20 50 14 49 10 48 58
-STDOUT_30022=36 49 22 48 16 47 12 46 58
-STDOUT_30023=36 49 22 48 16 47 12 46 58
-STDOUT_30024=35 51 20 50 14 49 10 48 58
-STDOUT_30025=35 49 22 48 16 47 12 46 58
-STDOUT_30026=35 49 22 48 16 47 12 46 58
-STDOUT_30027=35 48 23 47 17 46 13 45 58
-STDOUT_30028=36 49 21 48 16 47 12 46 58
-STDOUT_30029=36 49 22 48 16 47 12 46 58
-STDOUT_30030=35 47 23 46 17 45 13 44 58
-STDOUT_30031=38 50 22 49 16 48 12 47 58
-STDOUT_30032=36 49 20 48 14 47 10 46 58
-STDOUT_30033=36 47 22 46 16 45 12 44 58
-STDOUT_30034=35 49 21 48 16 47 12 46 58
-STDOUT_30035=35 49 22 48 16 47 12 46 58
-STDOUT_30036=36 47 22 46 16 45 12 44 58
-STDOUT_30037=38 50 22 49 16 48 12 47 58
-STDOUT_30038=37 50 22 49 16 48 12 47 58
-STDOUT_30039=35 49 20 48 14 47 10 46 58
-STDOUT_30040=38 50 22 49 16 48 12 47 58
-STDOUT_30041=35 47 22 46 16 45 12 44 58
-STDOUT_30042=35 47 22 46 16 45 12 44 58
-STDOUT_30043=36 49 22 48 16 47 12 46 58
-STDOUT_30044=37 50 22 49 16 48 12 47 58
-STDOUT_30045=38 50 22 49 16 48 12 47 58
-STDOUT_30046=37 50 22 49 16 48 12 47 58
-STDOUT_30047=35 49 22 48 17 47 13 46 58
-STDOUT_30048=35 46 23 45 17 44 13 43 58
-STDOUT_30049=36 51 19 50 14 49 10 48 58
-STDOUT_30050=36 49 22 48 16 47 12 46 58
-STDOUT_30051=36 47 22 46 16 45 12 44 58
-STDOUT_30052=35 49 21 48 16 47 12 46 58
-STDOUT_30053=35 49 22 48 16 47 12 46 58
-STDOUT_30054=36 49 22 48 16 47 12 46 58
-STDOUT_30055=37 50 22 49 16 48 12 47 58
-STDOUT_30056=36 49 21 48 16 47 12 46 58
-STDOUT_30057=35 49 22 48 17 47 13 46 58
-STDOUT_30058=37 50 22 49 16 48 12 47 58
-STDOUT_30059=35 51 19 50 14 49 10 48 58
-STDOUT_30060=35 49 22 48 16 47 12 46 58
-STDOUT_30061=36 51 19 50 14 49 10 48 58
-STDOUT_30062=35 47 22 46 16 45 12 44 58
-STDOUT_30063=34 49 21 48 16 47 12 46 58
-STDOUT_30064=36 49 22 48 16 47 12 46 58
-STDOUT_30065=35 49 22 48 16 47 12 46 58
-STDOUT_30066=35 49 21 48 16 47 12 46 58
-STDOUT_30067=36 49 21 48 16 47 12 46 58
-STDOUT_30068=37 50 22 49 16 48 12 47 58
-STDOUT_30069=36 50 22 49 16 48 12 47 58
-STDOUT_30070=37 50 22 49 16 48 12 47 58
-STDOUT_30071=35 48 22 47 17 46 13 45 58
-STDOUT_30072=35 51 19 50 14 49 10 48 58
-STDOUT_30073=36 48 21 47 15 46 12 45 58
-STDOUT_30074=36 47 22 46 16 45 12 44 58
-STDOUT_30075=36 49 21 48 16 47 12 46 58
-STDOUT_30076=35 49 22 48 16 47 12 46 58
-STDOUT_30077=35 49 21 48 16 47 12 46 58
-STDOUT_30078=36 50 22 49 16 48 12 47 58
-STDOUT_30079=37 50 22 49 16 48 12 47 58
-STDOUT_30080=36 47 22 46 16 45 12 44 58
-STDOUT_30081=36 50 22 49 16 48 12 47 58
-STDOUT_30082=34 49 22 48 17 47 13 46 58
-STDOUT_30083=35 48 22 47 17 46 13 45 58
-STDOUT_30084=37 47 21 46 15 45 12 44 58
-STDOUT_30085=35 48 21 47 15 46 12 45 58
-STDOUT_30086=35 51 19 50 14 49 10 48 58
-STDOUT_30087=35 47 22 46 16 45 12 44 58
-STDOUT_30088=35 49 21 48 16 47 12 46 58
-STDOUT_30089=36 47 22 46 16 45 12 44 58
-STDOUT_30090=36 49 21 48 16 47 12 46 58
-STDOUT_30091=35 47 23 46 17 45 13 44 58
-STDOUT_30092=36 49 22 48 16 47 12 46 58
-STDOUT_30093=36 50 22 49 16 48 12 47 58
-STDOUT_30094=36 49 20 48 14 47 10 46 58
-STDOUT_30095=35 49 21 48 16 47 12 46 58
-STDOUT_30096=35 47 22 46 16 45 12 44 58
-STDOUT_30097=40 52 25 51 17 50 12 49 58
-STDOUT_30098=36 47 22 46 16 45 12 44 58
-STDOUT_30099=34 49 22 48 17 47 13 46 58
-STDOUT_30100=36 48 22 47 15 46 12 45 58
-STDOUT_30101=37 48 22 47 15 46 12 45 58
-STDOUT_30102=36 48 22 47 15 46 12 45 58
-STDOUT_30103=36 48 22 47 15 46 12 45 58
-STDOUT_30104=37 48 22 47 15 46 12 45 58
-STDOUT_30105=37 48 22 47 15 46 12 45 58
-STDOUT_30106=36 48 22 47 15 46 12 45 58
-STDOUT_30107=37 48 22 47 15 46 12 45 58
-STDOUT_30108=37 51 22 50 15 49 12 48 58
-STDOUT_30109=37 51 22 50 15 49 12 48 58
-STDOUT_30110=37 51 22 50 15 49 12 48 58
-STDOUT_30111=36 48 22 47 15 46 12 45 58
-STDOUT_30112=37 51 22 50 15 49 12 48 58
-STDOUT_30113=37 48 22 47 15 46 12 45 58
-STDOUT_30114=36 48 22 47 15 46 12 45 58
-STDOUT_30115=36 48 22 47 15 46 12 45 58
-STDOUT_30116=36 48 22 47 15 46 12 45 58
-STDOUT_30117=37 48 22 47 15 46 12 45 58
-STDOUT_30118=37 48 22 47 15 46 12 45 58
-STDOUT_30119=37 48 22 47 15 46 12 45 58
-STDOUT_30120=36 48 22 47 15 46 12 45 58
-STDOUT_30121=36 48 22 47 15 46 12 45 58
-STDOUT_30122=36 48 22 47 15 46 12 45 58
-STDOUT_30123=37 48 22 47 15 46 12 45 58
-STDOUT_30124=37 48 22 47 15 46 12 45 58
-STDOUT_30125=37 48 22 47 15 46 12 45 58
-STDOUT_30126=36 48 22 47 15 46 12 45 58
-STDOUT_30127=37 51 22 50 15 49 12 48 58
-STDOUT_30128=37 48 22 47 15 46 12 45 58
-STDOUT_30129=37 51 22 50 15 49 12 48 58
-STDOUT_30130=37 51 22 50 15 49 12 48 58
-STDOUT_30131=37 51 22 50 15 49 12 48 58
-STDOUT_30132=37 51 22 50 15 49 12 48 58
-STDOUT_30133=37 51 22 50 15 49 12 48 58
-STDOUT_30134=37 51 22 50 15 49 12 48 58
-STDOUT_30135=36 48 22 47 15 46 12 45 58
-STDOUT_30136=37 51 22 50 15 49 12 48 58
-STDOUT_30137=37 48 22 47 15 46 12 45 58
-STDOUT_30138=36 48 22 47 15 46 12 45 58
-STDOUT_30139=36 48 22 47 15 46 12 45 58
-STDOUT_30140=36 48 22 47 15 46 12 45 58
-STDOUT_30141=37 48 22 47 15 46 12 45 58
-STDOUT_30142=37 48 22 47 15 46 12 45 58
-STDOUT_30143=36 48 22 47 15 46 12 45 58
-STDOUT_30144=37 48 22 47 15 46 12 45 58
-STDOUT_30145=36 48 22 47 15 46 12 45 58
-STDOUT_30146=36 48 22 47 15 46 12 45 58
-STDOUT_30147=37 48 22 47 15 46 12 45 58
-STDOUT_30148=37 51 22 50 15 49 12 48 58
-STDOUT_30149=37 48 22 47 15 46 12 45 58
-STDOUT_30150=37 48 22 47 15 46 12 45 58
-STDOUT_30151=36 48 22 47 15 46 12 45 58
-STDOUT_30152=37 51 22 50 15 49 12 48 58
-STDOUT_30153=36 48 22 47 15 46 12 45 58
-STDOUT_30154=37 48 22 47 15 46 12 45 58
-STDOUT_30155=37 51 22 50 15 49 12 48 58
-STDOUT_30156=37 48 22 47 15 46 12 45 58
-STDOUT_30157=37 51 22 50 15 49 12 48 58
-STDOUT_30158=36 48 22 47 15 46 12 45 58
-STDOUT_30159=37 51 22 50 15 49 12 48 58
-STDOUT_30160=36 48 22 47 15 46 12 45 58
-STDOUT_30161=36 48 22 47 15 46 12 45 58
-STDOUT_30162=37 51 22 50 15 49 12 48 58
-STDOUT_30163=37 48 22 47 15 46 12 45 58
-STDOUT_30164=36 48 22 47 15 46 12 45 58
-STDOUT_30165=37 51 22 50 15 49 12 48 58
-STDOUT_30166=37 48 22 47 15 46 12 45 58
-STDOUT_30167=37 48 22 47 15 46 12 45 58
-STDOUT_30168=37 51 22 50 15 49 12 48 58
-STDOUT_30169=36 48 22 47 15 46 12 45 58
-STDOUT_30170=37 48 22 47 15 46 12 45 58
-STDOUT_30171=36 48 22 47 15 46 12 45 58
-STDOUT_30172=35 49 20 48 13 47 10 46 58
-STDOUT_30173=36 48 22 47 15 46 12 45 58
-STDOUT_30174=37 51 22 50 15 49 12 48 58
-STDOUT_30175=36 48 22 47 15 46 12 45 58
-STDOUT_30176=37 51 22 50 15 49 12 48 58
-STDOUT_30177=37 48 22 47 15 46 12 45 58
-STDOUT_30178=37 48 22 47 15 46 12 45 58
-STDOUT_30179=36 49 20 48 13 47 10 46 58
-STDOUT_30180=36 48 22 47 15 46 12 45 58
-STDOUT_30181=37 51 22 50 15 49 12 48 58
-STDOUT_30182=37 48 22 47 15 46 12 45 58
-STDOUT_30183=37 48 22 47 15 46 12 45 58
-STDOUT_30184=35 49 20 48 13 47 10 46 58
-STDOUT_30185=36 50 20 49 13 48 10 47 58
-STDOUT_30186=36 48 22 47 15 46 12 45 58
-STDOUT_30187=37 48 22 47 15 46 12 45 58
-STDOUT_30188=36 48 22 47 15 46 12 45 58
-STDOUT_30189=35 49 20 48 13 47 10 46 58
-STDOUT_30190=37 51 22 50 15 49 12 48 58
-STDOUT_30191=36 49 20 48 13 47 10 46 58
-STDOUT_30192=36 48 22 47 15 46 12 45 58
-STDOUT_30193=37 50 20 49 13 48 10 47 58
-STDOUT_30194=37 48 22 47 15 46 12 45 58
-STDOUT_30195=35 49 20 48 13 47 10 46 58
-STDOUT_30196=37 48 22 47 15 46 12 45 58
-STDOUT_30197=36 49 20 48 13 47 10 46 58
-STDOUT_30198=37 51 22 50 15 49 12 48 58
-STDOUT_30199=36 50 20 49 13 48 10 47 58
-STDOUT_30200=SCORES_TXT_END_0
-TOTAL_WALLTIME ~ 3
diff --git a/regression-testing/tests/mert.pro/command b/regression-testing/tests/mert.pro/command
deleted file mode 100755
index 94c989cd0..000000000
--- a/regression-testing/tests/mert.pro/command
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /bin/sh -w
-
-bin=$1; shift
-testdir=$1; shift
-cd $testdir
-
-cmd="$bin/pro --scfile data/SCORESTAT.txt --ffile data/FEATSTAT.txt -r 1000"
-#echo $cmd
-#$cmd
-#echo $cmd
-#cmd="$bin/mert --scfile data/SCORESTAT.bin --ffile data/FEATSTAT.bin --ifile data/INIT -p stdout -d 14 -r 1000"
-$cmd
-
diff --git a/regression-testing/tests/mert.pro/data/FEATSTAT.bin b/regression-testing/tests/mert.pro/data/FEATSTAT.bin
deleted file mode 100644
index 1770bd0f6..000000000
--- a/regression-testing/tests/mert.pro/data/FEATSTAT.bin
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.pro/data/FEATSTAT.txt b/regression-testing/tests/mert.pro/data/FEATSTAT.txt
deleted file mode 100644
index 9ec6f58ce..000000000
--- a/regression-testing/tests/mert.pro/data/FEATSTAT.txt
+++ /dev/null
@@ -1,1020 +0,0 @@
-FEATURES_TXT_BEGIN_0 0 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -3.30693 0 0 -2.83036 0 0 -47.2982 -36.7163 -58.3679 -12.6473 -17.133 7.99917 -14
-0 -4.41356 0 0 -2.28612 0 0 -42.5518 -44.2233 -68.0063 -12.3881 -18.2718 7.99917 -13
-0 -2.85902 0 0 -2.70964 0 0 -47.2982 -37.6246 -59.1133 -13.0501 -18.2054 7.99917 -14
-0 -2.75747 0 0 -2.83036 0 0 -47.2982 -38.786 -58.3679 -13.1694 -17.133 7.99917 -14
-0 -2.78419 0 0 -2.83036 0 0 -47.2982 -38.4271 -58.3679 -13.4644 -17.133 7.99917 -14
-0 -3.32777 0 0 -2.8474 0 0 -47.2982 -37.3849 -58.3679 -12.6675 -17.133 8.99907 -14
-0 -3.96565 0 0 -2.1654 0 0 -42.5518 -45.1316 -68.7517 -12.7909 -19.3442 7.99917 -13
-0 -3.8641 0 0 -2.28612 0 0 -42.5518 -46.2931 -68.0063 -12.9102 -18.2718 7.99917 -13
-0 -3.89082 0 0 -2.28612 0 0 -42.5518 -45.9341 -68.0063 -13.2052 -18.2718 7.99917 -13
-0 -4.4344 0 0 -2.30316 0 0 -42.5518 -44.892 -68.0063 -12.4082 -18.2718 8.99907 -13
-0 -2.30956 0 0 -2.70964 0 0 -47.2982 -39.6944 -59.1133 -13.5721 -18.2054 7.99917 -14
-0 -2.33627 0 0 -2.70964 0 0 -47.2982 -39.3354 -59.1133 -13.8672 -18.2054 7.99917 -14
-0 -2.77831 0 0 -2.8474 0 0 -47.2982 -39.4547 -58.3679 -13.1895 -17.133 8.99907 -14
-0 -2.80503 0 0 -2.8474 0 0 -47.2982 -39.0958 -58.3679 -13.4846 -17.133 8.99907 -14
-0 -2.89154 0 0 -2.72667 0 0 -47.2982 -38.3976 -59.1133 -13.1245 -18.2054 8.99907 -14
-0 -3.72215 0 0 -2.84486 0 0 -47.2982 -36.9181 -58.3679 -12.8766 -17.133 8.99907 -14
-0 -3.41619 0 0 -2.1654 0 0 -42.5518 -47.2014 -68.7517 -13.3129 -19.3442 7.99917 -13
-0 -3.4429 0 0 -2.1654 0 0 -42.5518 -46.8424 -68.7517 -13.608 -19.3442 7.99917 -13
-0 -3.88494 0 0 -2.30316 0 0 -42.5518 -46.9618 -68.0063 -12.9303 -18.2718 8.99907 -13
-0 -3.91166 0 0 -2.30316 0 0 -42.5518 -46.6028 -68.0063 -13.2254 -18.2718 8.99907 -13
-0 -3.99817 0 0 -2.18243 0 0 -42.5518 -45.9046 -68.7517 -12.8653 -19.3442 8.99907 -13
-0 -4.82878 0 0 -2.30062 0 0 -42.5518 -44.4252 -68.0063 -12.6173 -18.2718 8.99907 -13
-0 -2.34208 0 0 -2.72667 0 0 -47.2982 -40.4674 -59.1133 -13.6466 -18.2054 8.99907 -14
-0 -2.3688 0 0 -2.72667 0 0 -47.2982 -40.1084 -59.1133 -13.9416 -18.2054 8.99907 -14
-0 -3.17269 0 0 -2.84486 0 0 -47.2982 -38.9879 -58.3679 -13.3986 -17.133 8.99907 -14
-0 -3.1994 0 0 -2.84486 0 0 -47.2982 -38.629 -58.3679 -13.6937 -17.133 8.99907 -14
-0 -4.18376 0 0 -2.38711 0 0 -46.3334 -39.2286 -62.8949 -11.1151 -18.0911 7.99917 -14
-0 -3.75467 0 0 -2.8619 0 0 -47.2982 -37.6911 -58.3679 -12.951 -17.133 9.99896 -14
-0 -3.44872 0 0 -2.18243 0 0 -42.5518 -47.9744 -68.7517 -13.3874 -19.3442 8.99907 -13
-0 -3.47543 0 0 -2.18243 0 0 -42.5518 -47.6155 -68.7517 -13.6824 -19.3442 8.99907 -13
-0 -4.27932 0 0 -2.30062 0 0 -42.5518 -46.4949 -68.0063 -13.1394 -18.2718 8.99907 -13
-0 -4.30603 0 0 -2.30062 0 0 -42.5518 -46.136 -68.0063 -13.4345 -18.2718 8.99907 -13
-0 -4.8613 0 0 -2.31766 0 0 -42.5518 -45.1982 -68.0063 -12.6918 -18.2718 9.99896 -13
-0 -3.73585 0 0 -2.26638 0 0 -46.3334 -40.1369 -63.6404 -11.5179 -19.1635 7.99917 -14
-0 -3.63431 0 0 -2.38711 0 0 -46.3334 -41.2984 -62.8949 -11.6372 -18.0911 7.99917 -14
-0 -2.9937 0 0 -2.83782 0 0 -47.2982 -39.341 -58.3679 -14.6744 -17.133 7.99917 -14
-0 -3.20521 0 0 -2.8619 0 0 -47.2982 -39.7609 -58.3679 -13.473 -17.133 9.99896 -14
-0 -3.66102 0 0 -2.38711 0 0 -46.3334 -40.9394 -62.8949 -11.9323 -18.0911 7.99917 -14
-0 -3.23193 0 0 -2.8619 0 0 -47.2982 -39.402 -58.3679 -13.7681 -17.133 9.99896 -14
-0 -4.2046 0 0 -2.40414 0 0 -46.3334 -39.8973 -62.8949 -11.1353 -18.0911 8.99907 -14
-0 -4.10033 0 0 -2.29358 0 0 -42.5518 -46.848 -68.0063 -14.4152 -18.2718 7.99917 -13
-0 -4.31184 0 0 -2.31766 0 0 -42.5518 -47.268 -68.0063 -13.2138 -18.2718 9.99896 -13
-0 -4.33856 0 0 -2.31766 0 0 -42.5518 -46.909 -68.0063 -13.5089 -18.2718 9.99896 -13
-0 -3.18639 0 0 -2.26638 0 0 -46.3334 -42.2067 -63.6404 -12.04 -19.1635 7.99917 -14
-0 -2.54578 0 0 -2.7171 0 0 -47.2982 -40.2493 -59.1133 -15.0771 -18.2054 7.99917 -14
-0 -3.21311 0 0 -2.26638 0 0 -46.3334 -41.8477 -63.6404 -12.335 -19.1635 7.99917 -14
-0 -3.33257 0 0 -3.16683 0 0 -47.2982 -39.0474 -58.3679 -13.4871 -17.133 8.99907 -14
-0 -3.65514 0 0 -2.40414 0 0 -46.3334 -41.9671 -62.8949 -11.6573 -18.0911 8.99907 -14
-0 -3.01454 0 0 -2.85486 0 0 -47.2982 -40.0097 -58.3679 -14.6945 -17.133 8.99907 -14
-0 -3.68186 0 0 -2.40414 0 0 -46.3334 -41.6081 -62.8949 -11.9524 -18.0911 8.99907 -14
-0 -4.36041 0 0 -2.71984 0 0 -44.9832 -43.0698 -65.3956 -11.695 -15.5664 7.99917 -13
-0 -3.76838 0 0 -2.28342 0 0 -46.3334 -40.9099 -63.6404 -11.5923 -19.1635 8.99907 -14
-0 -4.59898 0 0 -2.40161 0 0 -46.3334 -39.4304 -62.8949 -11.3444 -18.0911 8.99907 -14
-0 -3.65241 0 0 -2.17286 0 0 -42.5518 -47.7563 -68.7517 -14.8179 -19.3442 7.99917 -13
-0 -4.4392 0 0 -2.62259 0 0 -42.5518 -46.5544 -68.0063 -13.2279 -18.2718 8.99907 -13
-0 -2.88574 0 0 -3.16683 0 0 -47.2982 -40.1725 -58.3679 -14.3898 -17.133 8.99907 -14
-0 -4.12117 0 0 -2.31062 0 0 -42.5518 -47.5167 -68.0063 -14.4353 -18.2718 8.99907 -13
-0 -2.88466 0 0 -3.04611 0 0 -47.2982 -39.9557 -59.1133 -13.8898 -18.2054 8.99907 -14
-0 -3.91249 0 0 -2.59912 0 0 -44.9832 -43.9781 -66.141 -12.0977 -16.6388 7.99917 -13
-0 -3.35341 0 0 -3.18387 0 0 -47.2982 -39.7161 -58.3679 -13.5072 -17.133 9.99896 -14
-0 -3.48129 0 0 -3.00472 0 0 -46.3889 -38.7444 -66.49 -13.3405 -15.572 7.99917 -12
-0 -3.81095 0 0 -2.71984 0 0 -44.9832 -45.1396 -65.3956 -12.217 -15.5664 7.99917 -13
-0 -3.83767 0 0 -2.71984 0 0 -44.9832 -44.7807 -65.3956 -12.5121 -15.5664 7.99917 -13
-0 -3.21892 0 0 -2.28342 0 0 -46.3334 -42.9797 -63.6404 -12.1144 -19.1635 8.99907 -14
-0 -2.57831 0 0 -2.73413 0 0 -47.2982 -41.0223 -59.1133 -15.1516 -18.2054 8.99907 -14
-0 -4.38125 0 0 -2.73688 0 0 -44.9832 -43.7385 -65.3956 -11.7151 -15.5664 8.99907 -13
-0 -3.24563 0 0 -2.28342 0 0 -46.3334 -42.6208 -63.6404 -12.4094 -19.1635 8.99907 -14
-0 -3.99237 0 0 -2.62259 0 0 -42.5518 -47.6796 -68.0063 -14.1306 -18.2718 8.99907 -13
-0 -4.04952 0 0 -2.40161 0 0 -46.3334 -41.5002 -62.8949 -11.8664 -18.0911 8.99907 -14
-0 -3.99129 0 0 -2.50187 0 0 -42.5518 -47.4627 -68.7517 -13.6306 -19.3442 8.99907 -13
-0 -3.40891 0 0 -2.85232 0 0 -47.2982 -39.5429 -58.3679 -14.9036 -17.133 8.99907 -14
-0 -4.07624 0 0 -2.40161 0 0 -46.3334 -41.1413 -62.8949 -12.1615 -18.0911 8.99907 -14
-0 -2.43783 0 0 -3.04611 0 0 -47.2982 -41.0808 -59.1133 -14.7926 -18.2054 8.99907 -14
-0 -4.46004 0 0 -2.63963 0 0 -42.5518 -47.2231 -68.0063 -13.248 -18.2718 9.99896 -13
-0 -2.90658 0 0 -3.18387 0 0 -47.2982 -40.8412 -58.3679 -14.41 -17.133 9.99896 -14
-0 -4.63151 0 0 -2.41864 0 0 -46.3334 -40.2035 -62.8949 -11.4188 -18.0911 9.99896 -14
-0 -3.68494 0 0 -2.18989 0 0 -42.5518 -48.5294 -68.7517 -14.8923 -19.3442 8.99907 -13
-0 -3.03337 0 0 -2.88399 0 0 -46.3889 -39.6527 -67.2354 -13.7432 -16.6444 7.99917 -12
-0 -3.36303 0 0 -2.59912 0 0 -44.9832 -46.0479 -66.141 -12.6198 -16.6388 7.99917 -13
-0 -4.54865 0 0 -2.97346 0 0 -41.3818 -47.1987 -71.2115 -14.2568 -17.5983 7.99917 -13
-0 -3.38975 0 0 -2.59912 0 0 -44.9832 -45.689 -66.141 -12.9148 -16.6388 7.99917 -13
-0 -3.38753 0 0 -3.16683 0 0 -47.2982 -40.5614 -58.3679 -13.3246 -17.133 8.99907 -14
-0 -4.51554 0 0 -2.30808 0 0 -42.5518 -47.0499 -68.0063 -14.6444 -18.2718 8.99907 -13
-0 -3.07713 0 0 -2.93135 0 0 -52.1701 -31.7215 -53.2565 -11.3744 -16.9523 7.99917 -15
-0 -2.91718 0 0 -3.06314 0 0 -47.2982 -40.7287 -59.1133 -13.9643 -18.2054 9.99896 -14
-0 -3.54446 0 0 -2.50187 0 0 -42.5518 -48.5879 -68.7517 -14.5334 -19.3442 8.99907 -13
-0 -3.50212 0 0 -3.02175 0 0 -46.3889 -39.4131 -66.49 -13.3606 -15.572 8.99907 -12
-0 -3.83179 0 0 -2.73688 0 0 -44.9832 -45.8083 -65.3956 -12.2372 -15.5664 8.99907 -13
-0 -3.8585 0 0 -2.73688 0 0 -44.9832 -45.4493 -65.3956 -12.5322 -15.5664 8.99907 -13
-0 -3.94502 0 0 -2.61615 0 0 -44.9832 -44.7511 -66.141 -12.1722 -16.6388 8.99907 -13
-0 -4.01321 0 0 -2.63963 0 0 -42.5518 -48.3483 -68.0063 -14.1508 -18.2718 9.99896 -13
-0 -3.74779 0 0 -3.18133 0 0 -47.2982 -39.2492 -58.3679 -13.7163 -17.133 9.99896 -14
-0 -4.77562 0 0 -2.73434 0 0 -44.9832 -43.2717 -65.3956 -11.9242 -15.5664 8.99907 -13
-0 -4.49416 0 0 -2.62259 0 0 -42.5518 -48.0684 -68.0063 -13.0654 -18.2718 8.99907 -13
-0 -4.10073 0 0 -2.85274 0 0 -41.3818 -48.107 -71.957 -14.6595 -18.6707 7.99917 -13
-0 -3.87053 0 0 -2.39457 0 0 -46.3334 -41.8533 -62.8949 -13.1422 -18.0911 7.99917 -14
-0 -4.08205 0 0 -2.41864 0 0 -46.3334 -42.2733 -62.8949 -11.9409 -18.0911 9.99896 -14
-0 -4.02382 0 0 -2.5189 0 0 -42.5518 -48.2357 -68.7517 -13.7051 -19.3442 9.99896 -13
-0 -3.44144 0 0 -2.86936 0 0 -47.2982 -40.3159 -58.3679 -14.978 -17.133 9.99896 -14
-0 -4.10876 0 0 -2.41864 0 0 -46.3334 -41.9143 -62.8949 -12.2359 -18.0911 9.99896 -14
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 1 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -7.64309 0 0 -8.70101 0 0 -103.617 -78.6262 -122.496 -24.8771 -38.8755 13.9985 -26
-0 -7.89441 0 0 -7.6024 0 0 -105.129 -76.6237 -122.374 -24.8771 -39.0371 13.9985 -27
-0 -7.97631 0 0 -8.68017 0 0 -103.617 -77.9315 -122.496 -24.9303 -38.8755 12.9986 -26
-0 -8.22762 0 0 -7.58156 0 0 -105.129 -75.929 -122.374 -24.9303 -39.0371 12.9986 -27
-0 -7.73027 0 0 -8.82743 0 0 -103.617 -78.9682 -122.496 -24.6214 -38.8755 13.9985 -26
-0 -7.98158 0 0 -7.72881 0 0 -105.129 -76.9657 -122.374 -24.6214 -39.0371 13.9985 -27
-0 -7.62107 0 0 -9.11231 0 0 -103.617 -78.3095 -122.496 -25.486 -38.8755 13.9985 -26
-0 -7.13226 0 0 -7.09157 0 0 -105.425 -79.1128 -124.484 -24.8771 -40.369 13.9985 -26
-0 -7.87238 0 0 -8.01369 0 0 -105.129 -76.307 -122.374 -25.486 -39.0371 13.9985 -27
-0 -7.38358 0 0 -5.99296 0 0 -106.937 -77.1104 -124.361 -24.8771 -40.5306 13.9985 -27
-0 -6.55036 0 0 -8.45708 0 0 -103.617 -83.9824 -122.436 -25.6146 -39.549 13.9985 -26
-0 -7.46548 0 0 -7.07073 0 0 -105.425 -78.4182 -124.484 -24.9303 -40.369 12.9986 -26
-0 -7.95951 0 0 -8.97323 0 0 -103.617 -78.6525 -122.496 -25.063 -38.8755 14.9984 -26
-0 -6.80167 0 0 -7.35846 0 0 -105.129 -81.9799 -122.313 -25.6146 -39.7106 13.9985 -27
-0 -7.71679 0 0 -5.97212 0 0 -106.937 -76.4157 -124.361 -24.9303 -40.5306 12.9986 -27
-0 -8.21082 0 0 -7.87462 0 0 -105.129 -76.65 -122.374 -25.063 -39.0371 14.9984 -27
-0 -8.24138 0 0 -9.06964 0 0 -103.617 -78.0344 -122.496 -24.6811 -38.8755 13.9985 -26
-0 -7.21944 0 0 -7.21799 0 0 -105.425 -79.4548 -124.484 -24.6214 -40.369 13.9985 -26
-0 -6.69695 0 0 -7.61906 0 0 -104.933 -74.11 -125.025 -25.4367 -49.6961 13.9985 -28
-0 -8.29272 0 0 -8.9524 0 0 -103.617 -77.9578 -122.496 -25.1162 -38.8755 13.9985 -26
-0 -7.88271 0 0 -8.86796 0 0 -103.617 -79.7339 -122.496 -25.0333 -38.8755 13.9985 -26
-0 -8.4927 0 0 -7.97103 0 0 -105.129 -76.0319 -122.374 -24.6811 -39.0371 13.9985 -27
-0 -6.74392 0 0 -6.87337 0 0 -109.996 -69.1965 -120.695 -22.463 -44.3217 13.9985 -28
-0 -7.47075 0 0 -6.11937 0 0 -106.937 -77.4524 -124.361 -24.6214 -40.5306 13.9985 -27
-0 -6.94826 0 0 -6.52045 0 0 -106.444 -72.1075 -124.903 -25.4367 -49.8577 13.9985 -29
-0 -8.54404 0 0 -7.85378 0 0 -105.129 -75.9553 -122.374 -25.1162 -39.0371 13.9985 -27
-0 -8.13403 0 0 -7.76934 0 0 -105.129 -77.7314 -122.374 -25.0333 -39.0371 13.9985 -27
-0 -7.03016 0 0 -7.59823 0 0 -104.933 -73.4153 -125.025 -25.4899 -49.6961 12.9986 -28
-0 -8.04668 0 0 -9.09965 0 0 -103.617 -78.9945 -122.496 -24.8073 -38.8755 14.9984 -26
-0 -6.99523 0 0 -5.77476 0 0 -111.508 -67.194 -120.573 -22.463 -44.4833 13.9985 -29
-0 -7.07713 0 0 -6.85254 0 0 -109.996 -68.5018 -120.695 -22.5162 -44.3217 12.9986 -28
-0 -8.68273 0 0 -8.27724 0 0 -103.617 -79.6552 -122.496 -24.9744 -38.8755 13.9985 -26
-0 -7.28148 0 0 -6.49961 0 0 -106.444 -71.4128 -124.903 -25.4899 -49.8577 12.9986 -29
-0 -8.29799 0 0 -8.00104 0 0 -105.129 -76.992 -122.374 -24.8073 -39.0371 14.9984 -27
-0 -7.11024 0 0 -7.50287 0 0 -105.425 -78.7962 -124.484 -25.486 -40.369 13.9985 -26
-0 -6.78412 0 0 -7.74548 0 0 -104.933 -74.452 -125.025 -25.181 -49.6961 13.9985 -28
-0 -7.63983 0 0 -8.68017 0 0 -103.683 -78.6246 -125.426 -25.6234 -39.6915 12.9986 -25
-0 -7.32845 0 0 -5.75393 0 0 -111.508 -66.4993 -120.573 -22.5162 -44.4833 12.9986 -29
-0 -8.93404 0 0 -7.17863 0 0 -105.129 -77.6527 -122.374 -24.9744 -39.0371 13.9985 -27
-0 -6.83109 0 0 -6.99979 0 0 -109.996 -69.5385 -120.695 -22.2072 -44.3217 13.9985 -28
-0 -9.01595 0 0 -8.25641 0 0 -103.617 -78.9605 -122.496 -25.0276 -38.8755 12.9986 -26
-0 -7.36156 0 0 -6.40425 0 0 -106.937 -76.7937 -124.361 -25.486 -40.5306 13.9985 -27
-0 -7.87339 0 0 -8.84826 0 0 -103.617 -80.2997 -122.496 -25.54 -38.8755 14.9984 -26
-0 -7.03544 0 0 -6.64687 0 0 -106.444 -72.4495 -124.903 -25.181 -49.8577 13.9985 -29
-0 -7.89115 0 0 -7.58156 0 0 -105.195 -76.6222 -125.304 -25.6234 -39.8531 12.9986 -26
-0 -7.93748 0 0 -9.38453 0 0 -103.617 -78.3358 -122.496 -25.6719 -38.8755 14.9984 -26
-0 -7.08241 0 0 -5.90118 0 0 -111.508 -67.536 -120.573 -22.2072 -44.4833 13.9985 -29
-0 -6.03953 0 0 -6.84764 0 0 -105.425 -84.4691 -124.423 -25.6146 -41.0425 13.9985 -26
-0 -9.26726 0 0 -7.1578 0 0 -105.129 -76.958 -122.374 -25.0276 -39.0371 12.9986 -27
-0 -8.1247 0 0 -7.74965 0 0 -105.129 -78.2973 -122.374 -25.54 -39.0371 14.9984 -27
-0 -8.28094 0 0 -9.09047 0 0 -103.617 -78.8776 -122.496 -25.0721 -38.8755 14.9984 -26
-0 -7.44868 0 0 -7.36379 0 0 -105.425 -79.1391 -124.484 -25.063 -40.369 14.9984 -26
-0 -7.00849 0 0 -7.074 0 0 -109.996 -69.1538 -120.695 -22.151 -44.3217 13.9985 -28
-0 -8.7699 0 0 -8.40366 0 0 -103.617 -79.9972 -122.496 -24.7186 -38.8755 13.9985 -26
-0 -8.1888 0 0 -8.28592 0 0 -105.129 -76.3333 -122.374 -25.6719 -39.0371 14.9984 -27
-0 -6.29085 0 0 -5.74902 0 0 -106.937 -82.4666 -124.3 -25.6146 -41.2041 13.9985 -27
-0 -8.53226 0 0 -7.99186 0 0 -105.129 -76.8751 -122.374 -25.0721 -39.0371 14.9984 -27
-0 -7.82287 0 0 -9.13314 0 0 -103.617 -79.93 -122.496 -25.6492 -38.8755 14.9984 -26
-0 -7.80813 0 0 -9.25956 0 0 -103.617 -79.494 -122.496 -25.7183 -38.8755 14.9984 -26
-0 -6.67492 0 0 -8.03036 0 0 -104.933 -73.7933 -125.025 -26.0456 -49.6961 13.9985 -28
-0 -7.69999 0 0 -6.26518 0 0 -106.937 -77.1366 -124.361 -25.063 -40.5306 14.9984 -27
-0 -7.2598 0 0 -5.97539 0 0 -111.508 -67.1513 -120.573 -22.151 -44.4833 13.9985 -29
-0 -7.73056 0 0 -7.4602 0 0 -105.425 -78.521 -124.484 -24.6811 -40.369 13.9985 -26
-0 -9.02122 0 0 -7.30505 0 0 -105.129 -77.9947 -122.374 -24.7186 -39.0371 13.9985 -27
-0 -6.86677 0 0 -8.7293 0 0 -103.617 -84.0087 -122.436 -25.8005 -39.549 14.9984 -26
-0 -8.45225 0 0 -9.29921 0 0 -96.3256 -92.9333 -131.447 -30.2962 -36.1802 13.9985 -24
-0 -7.7819 0 0 -7.34296 0 0 -105.425 -78.4444 -124.484 -25.1162 -40.369 13.9985 -26
-0 -6.72189 0 0 -7.28467 0 0 -109.996 -68.8798 -120.695 -23.0719 -44.3217 13.9985 -28
-0 -8.07419 0 0 -8.03453 0 0 -105.129 -77.9276 -122.374 -25.6492 -39.0371 14.9984 -27
-0 -7.34171 0 0 -7.05317 0 0 -109.996 -68.4591 -120.695 -22.2042 -44.3217 12.9986 -28
-0 -8.05944 0 0 -8.16095 0 0 -105.129 -77.4915 -122.374 -25.7183 -39.0371 14.9984 -27
-0 -7.37189 0 0 -7.25852 0 0 -105.425 -80.2206 -124.484 -25.0333 -40.369 13.9985 -26
-0 -6.92624 0 0 -6.93175 0 0 -106.444 -71.7908 -124.903 -26.0456 -49.8577 13.9985 -29
-0 -8.29353 0 0 -9.21689 0 0 -103.617 -79.1473 -122.496 -24.8765 -38.8755 14.9984 -26
-0 -7.98187 0 0 -6.36159 0 0 -106.937 -76.5186 -124.361 -24.6811 -40.5306 13.9985 -27
-0 -7.11809 0 0 -7.63068 0 0 -105.129 -82.0062 -122.313 -25.8005 -39.7106 14.9984 -27
-0 -8.70356 0 0 -8.2006 0 0 -97.8374 -90.9308 -131.325 -30.2962 -36.3418 13.9985 -25
-0 -8.03321 0 0 -6.24434 0 0 -106.937 -76.4419 -124.361 -25.1162 -40.5306 13.9985 -27
-0 -6.97321 0 0 -6.18606 0 0 -111.508 -66.8773 -120.573 -23.0719 -44.4833 13.9985 -29
-0 -7.59302 0 0 -5.95455 0 0 -111.508 -66.4566 -120.573 -22.2042 -44.4833 12.9986 -29
-0 -8.5578 0 0 -9.34186 0 0 -103.617 -78.0607 -122.496 -24.867 -38.8755 14.9984 -26
-0 -5.60421 0 0 -7.37513 0 0 -104.933 -79.4662 -124.965 -26.1742 -50.3696 13.9985 -28
-0 -7.6232 0 0 -6.1599 0 0 -106.937 -78.2181 -124.361 -25.0333 -40.5306 13.9985 -27
-0 -8.54484 0 0 -8.11828 0 0 -105.129 -77.1448 -122.374 -24.8765 -39.0371 14.9984 -27
-0 -8.09112 0 0 -8.88879 0 0 -103.617 -80.3688 -122.496 -25.6782 -38.8755 14.9984 -26
-0 -6.72471 0 0 -8.45708 0 0 -103.617 -85.7579 -122.496 -26.3078 -38.8755 13.9985 -26
-0 -7.53585 0 0 -7.49021 0 0 -105.425 -79.4811 -124.484 -24.8073 -40.369 14.9984 -26
-0 -7.01336 0 0 -7.89129 0 0 -104.933 -74.1362 -125.025 -25.6226 -49.6961 14.9984 -28
-0 -7.09566 0 0 -7.20042 0 0 -109.996 -69.4958 -120.695 -21.8952 -44.3217 13.9985 -28
-0 -7.50585 0 0 -8.64072 0 0 -107.425 -77.1874 -118.634 -23.9711 -35.3524 13.9985 -26
-0 -8.66071 0 0 -8.68854 0 0 -103.617 -79.3385 -122.496 -25.5833 -38.8755 13.9985 -26
-0 -6.864 0 0 -7.50355 0 0 -104.933 -74.9766 -125.025 -26.6238 -49.6961 13.9985 -28
-0 -8.19913 0 0 -9.14018 0 0 -103.617 -79.7602 -122.496 -25.2192 -38.8755 14.9984 -26
-0 -5.65118 0 0 -6.62944 0 0 -109.996 -74.5527 -120.634 -23.2005 -44.9952 13.9985 -28
-0 -6.69348 0 0 -8.47791 0 0 -103.617 -85.3139 -122.436 -26.5333 -39.549 14.9984 -26
-0 -8.80911 0 0 -8.24325 0 0 -105.129 -76.0582 -122.374 -24.867 -39.0371 14.9984 -27
-0 -5.85553 0 0 -6.27652 0 0 -106.444 -77.4637 -124.842 -26.1742 -50.5312 13.9985 -29
-0 -8.00315 0 0 -9.26796 0 0 -102.51 -80.268 -126.733 -26.2215 -38.355 13.9985 -25
-0 -7.38961 0 0 -9.13216 0 0 -102.51 -81.6222 -126.733 -27.3955 -38.355 13.9985 -25
-0 -8.34244 0 0 -7.79018 0 0 -105.129 -78.3663 -122.374 -25.6782 -39.0371 14.9984 -27
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 2 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -6.59122 0 0 -5.69566 0 0 -45.1239 -49.1468 -71.3998 -25.6017 -35.211 9.99896 -18
-0 -7.26258 0 0 -5.42344 0 0 -45.1239 -49.6088 -69.1035 -26.502 -35.4029 8.99907 -18
-0 -6.54753 0 0 -5.27866 0 0 -50.3909 -38.4216 -64.7011 -23.8055 -41.6972 9.99896 -21
-0 -7.21889 0 0 -5.00643 0 0 -50.3909 -38.8836 -62.4048 -24.7058 -41.8892 8.99907 -21
-0 -6.82969 0 0 -5.79443 0 0 -45.1239 -50.9986 -71.3998 -27.6668 -35.211 10.9989 -18
-0 -7.50104 0 0 -5.5222 0 0 -45.1239 -51.4606 -69.1035 -28.5671 -35.4029 9.99896 -18
-0 -5.93059 0 0 -5.78346 0 0 -48.144 -50.2645 -71.3079 -24.5984 -32.526 8.99907 -17
-0 -7.21912 0 0 -6.49138 0 0 -45.1239 -50.0238 -71.3998 -27.4577 -35.211 10.9989 -18
-0 -5.21772 0 0 -4.3578 0 0 -51.0826 -51.4625 -74.8365 -24.0643 -25.8812 9.99896 -15
-0 -6.45481 0 0 -5.70541 0 0 -50.3909 -40.5961 -64.7011 -25.0605 -41.6972 10.9989 -21
-0 -7.52003 0 0 -6.30397 0 0 -45.1239 -50.6325 -71.3998 -26.9548 -35.211 10.9989 -18
-0 -6.82972 0 0 -6.01094 0 0 -48.144 -49.7413 -71.3079 -23.1549 -32.526 8.99907 -17
-0 -6.10437 0 0 -4.64968 0 0 -46.3305 -58.6908 -73.5792 -28.9547 -27.9088 9.99896 -14
-0 -6.786 0 0 -5.37742 0 0 -50.3909 -40.2734 -64.7011 -25.8707 -41.6972 10.9989 -21
-0 -6.81011 0 0 -5.75763 0 0 -45.1239 -53.7257 -71.3998 -28.6445 -35.211 10.9989 -18
-0 -7.89047 0 0 -6.21916 0 0 -45.1239 -50.4858 -69.1035 -28.358 -35.4029 9.99896 -18
-0 -5.88907 0 0 -4.08558 0 0 -51.0826 -51.9245 -72.5402 -24.9646 -26.0732 8.99907 -15
-0 -6.9532 0 0 -6.02604 0 0 -49.7553 -38.191 -66.6913 -23.9941 -45.6869 9.99896 -21
-0 -7.12616 0 0 -5.43319 0 0 -50.3909 -41.058 -62.4048 -25.9607 -41.8892 9.99896 -21
-0 -8.19138 0 0 -6.03175 0 0 -45.1239 -51.0945 -69.1035 -27.8551 -35.4029 9.99896 -18
-0 -6.82386 0 0 -6.76461 0 0 -45.1239 -52.6016 -71.2254 -27.0453 -35.6407 9.99896 -18
-0 -6.77572 0 0 -4.37746 0 0 -46.3305 -59.1528 -71.2829 -29.855 -28.1008 8.99907 -14
-0 -7.45736 0 0 -5.1052 0 0 -50.3909 -40.7354 -62.4047 -26.7709 -41.8892 9.99896 -21
-0 -5.88691 0 0 -5.36645 0 0 -53.411 -39.5393 -64.6092 -22.8023 -39.0123 8.99907 -20
-0 -7.48147 0 0 -5.48541 0 0 -45.1239 -54.1877 -69.1035 -29.5448 -35.4029 9.99896 -18
-0 -7.62456 0 0 -5.75381 0 0 -49.7553 -38.653 -64.395 -24.8944 -45.8788 8.99907 -21
-0 -4.91066 0 0 -3.01582 0 0 -52.361 -55.5277 -68.5882 -27.2657 -27.637 9.99896 -15
-0 -7.17543 0 0 -6.07437 0 0 -50.3909 -39.2986 -64.7011 -25.6616 -41.6972 10.9989 -21
-0 -7.69261 0 0 -6.59014 0 0 -45.1239 -50.9148 -71.3998 -28.1033 -35.211 11.9988 -18
-0 -5.17403 0 0 -3.94079 0 0 -56.3496 -40.7373 -68.1378 -22.2681 -32.3675 9.99896 -18
-0 -6.93606 0 0 -5.57927 0 0 -49.9812 -41.5278 -63.954 -26.847 -43.5939 10.9989 -22
-0 -6.31633 0 0 -5.45641 0 0 -48.5557 -55.0877 -75.8925 -24.0643 -26.3408 9.99896 -15
-0 -6.16906 0 0 -5.88223 0 0 -48.144 -52.1163 -71.3079 -26.6636 -32.5261 9.99896 -17
-0 -5.79589 0 0 -5.262 0 0 -51.9327 -46.8843 -69.1943 -23.7601 -32.8899 8.99907 -18
-0 -6.78603 0 0 -5.59394 0 0 -53.411 -39.0161 -64.6092 -21.3587 -39.0123 8.99907 -20
-0 -6.06068 0 0 -4.23268 0 0 -51.5975 -47.9657 -66.8805 -27.1585 -34.395 9.99896 -17
-0 -7.56438 0 0 -6.48759 0 0 -45.1239 -52.8721 -71.2254 -27.7006 -35.6407 9.99896 -18
-0 -6.63576 0 0 -5.7402 0 0 -46.6731 -48.4953 -74.234 -26.1613 -42.1585 9.99896 -20
-0 -5.11128 0 0 -2.97122 0 0 -48.6045 -60.9573 -78.6335 -27.6278 -28.7172 9.99896 -15
-0 -5.58202 0 0 -2.74359 0 0 -52.361 -55.9897 -66.2919 -28.1659 -27.829 8.99907 -15
-0 -7.84679 0 0 -5.80215 0 0 -50.3909 -39.7606 -62.4048 -26.5618 -41.8892 9.99896 -21
-0 -8.36396 0 0 -6.31792 0 0 -45.1239 -51.3768 -69.1035 -29.0036 -35.4029 10.9989 -18
-0 -7.02489 0 0 -7.18454 0 0 -45.1239 -51.937 -71.2254 -28.4806 -35.6407 9.99896 -18
-0 -6.68398 0 0 -5.83748 0 0 -47.8647 -51.4985 -71.8411 -27.0344 -32.6772 9.99896 -16
-0 -5.84539 0 0 -3.66857 0 0 -56.3496 -41.1993 -65.8415 -23.1684 -32.5594 8.99907 -18
-0 -7.60742 0 0 -5.30704 0 0 -49.9812 -41.9898 -61.6577 -27.7472 -43.7858 9.99896 -22
-0 -6.98769 0 0 -5.18419 0 0 -48.5557 -55.5497 -73.5961 -24.9646 -26.5327 8.99907 -15
-0 -4.68619 0 0 -3.32597 0 0 -52.361 -56.0778 -68.5882 -28.2475 -27.637 10.9989 -15
-0 -7.69007 0 0 -4.0355 0 0 -43.3856 -63.287 -82.8555 -28.4771 -28.5224 9.99896 -14
-0 -6.95211 0 0 -6.03153 0 0 -47.9782 -51.7847 -68.5613 -28.0806 -31.4951 9.99896 -16
-0 -8.69167 0 0 -6.55257 0 0 -48.144 -48.6334 -71.3079 -20.7083 -32.526 8.99907 -17
-0 -5.45618 0 0 -4.45656 0 0 -51.0826 -53.3143 -74.8365 -26.1294 -25.8813 10.9989 -15
-0 -6.78017 0 0 -6.34761 0 0 -50.3909 -41.8764 -64.5267 -25.2491 -42.127 9.99896 -21
-0 -6.69241 0 0 -5.9723 0 0 -50.3909 -43.5932 -64.7011 -25.2573 -41.6972 10.9989 -21
-0 -5.38678 0 0 -3.88176 0 0 -47.6901 -56.9844 -77.0053 -31.0763 -31.2597 9.99896 -15
-0 -7.78361 0 0 -5.80362 0 0 -51.9327 -44.9445 -69.1943 -18.7171 -32.8899 8.99907 -18
-0 -6.69327 0 0 -5.80418 0 0 -50.3909 -42.4479 -64.7011 -27.1256 -41.6972 11.9988 -21
-0 -7.75849 0 0 -6.40274 0 0 -45.1239 -52.4843 -71.3998 -29.0199 -35.211 11.9988 -18
-0 -6.73204 0 0 -3.96045 0 0 -51.5975 -48.4276 -64.5842 -28.0588 -34.587 8.99907 -17
-0 -6.66919 0 0 -5.9261 0 0 -47.1602 -54.0539 -76.5349 -24.3797 -32.4427 9.99896 -18
-0 -7.30711 0 0 -5.46797 0 0 -46.6731 -48.9573 -71.9377 -27.0616 -42.3505 8.99907 -20
-0 -5.78264 0 0 -2.69899 0 0 -48.6045 -61.4193 -76.3371 -28.5281 -28.9091 8.99907 -15
-0 -7.06818 0 0 -6.10971 0 0 -48.144 -51.5931 -71.3079 -25.22 -32.5261 9.99896 -17
-0 -6.34283 0 0 -4.74845 0 0 -46.3305 -60.5427 -73.5792 -31.0198 -27.9088 10.9989 -14
-0 -6.2526 0 0 -5.76875 0 0 -51.7467 -46.794 -71.373 -22.4631 -31.938 8.99907 -19
-0 -6.71572 0 0 -5.38988 0 0 -50.3909 -43.9599 -64.7011 -27.5442 -41.6972 10.9989 -21
-0 -7.35534 0 0 -5.56526 0 0 -47.8647 -51.9605 -69.5448 -27.9347 -32.8692 8.99907 -16
-0 -7.04857 0 0 -5.85639 0 0 -45.1239 -55.5775 -71.3998 -30.7096 -35.211 11.9988 -18
-0 -6.59122 0 0 -6.20649 0 0 -52.0125 -40.2688 -67.2811 -23.2038 -39.754 9.99896 -19
-0 -7.58083 0 0 -6.36594 0 0 -45.1239 -53.954 -71.3998 -28.9868 -35.211 11.9988 -18
-0 -4.88681 0 0 -3.28137 0 0 -48.6045 -61.5074 -78.6335 -28.6096 -28.7172 10.9989 -15
-0 -5.35754 0 0 -3.05375 0 0 -52.361 -56.5398 -66.2919 -29.1478 -27.829 9.99896 -15
-0 -8.36142 0 0 -3.76327 0 0 -43.3856 -63.749 -80.5592 -29.3773 -28.7143 8.99907 -14
-0 -7.62347 0 0 -5.75931 0 0 -47.9782 -52.2467 -66.2649 -28.9809 -31.6871 8.99907 -16
-0 -6.55849 0 0 -6.57918 0 0 -48.144 -51.1415 -71.3079 -26.4545 -32.526 9.99896 -17
-0 -6.12754 0 0 -4.18434 0 0 -51.0826 -53.7763 -72.5402 -27.0297 -26.0732 9.99896 -15
-0 -7.34307 0 0 -5.63936 0 0 -50.3909 -43.2682 -64.7011 -25.7586 -41.6972 10.9989 -21
-0 -7.36377 0 0 -5.70007 0 0 -50.3909 -44.0552 -62.4047 -26.1575 -41.8892 9.99896 -21
-0 -4.86697 0 0 -2.59881 0 0 -57.628 -44.8025 -61.8895 -25.4695 -34.1233 9.99896 -18
-0 -7.19166 0 0 -6.1248 0 0 -49.7553 -40.0428 -66.6913 -26.0593 -45.6869 10.9989 -21
-0 -5.21772 0 0 -4.3578 0 0 -54.7368 -49.1599 -69.5684 -24.0643 -25.9353 9.99896 -15
-0 -4.55709 0 0 -4.4456 0 0 -54.1027 -52.5802 -74.7446 -23.061 -23.1963 8.99907 -14
-0 -6.05813 0 0 -3.60954 0 0 -47.6901 -57.4464 -74.709 -31.9766 -31.4517 8.99907 -15
-0 -7.36463 0 0 -5.53195 0 0 -50.3909 -42.9099 -62.4047 -28.0259 -41.8892 10.9989 -21
-0 -7.64892 0 0 -6.17314 0 0 -50.3909 -40.1896 -64.7011 -26.3071 -41.6972 11.9988 -21
-0 -8.42985 0 0 -6.13052 0 0 -45.1239 -52.9463 -69.1035 -29.9202 -35.4029 10.9989 -18
-0 -5.79418 0 0 -5.79321 0 0 -53.411 -41.7138 -64.6092 -24.0572 -39.0123 9.99896 -20
-0 -7.34055 0 0 -5.65388 0 0 -47.1602 -54.5158 -74.2386 -25.28 -32.6347 8.99907 -18
-0 -6.8594 0 0 -6.39177 0 0 -48.144 -51.7502 -71.3079 -25.9516 -32.526 9.99896 -17
-0 -7.18925 0 0 -7.06714 0 0 -45.1239 -52.4961 -70.743 -30.0521 -35.9037 9.99896 -18
-0 -7.06232 0 0 -6.86338 0 0 -45.1239 -54.4534 -71.2254 -29.1105 -35.6407 10.9989 -18
-0 -4.91066 0 0 -3.01582 0 0 -54.1127 -53.7618 -67.6168 -27.2657 -28.2071 9.99896 -15
-0 -6.27264 0 0 -5.03941 0 0 -53.8227 -44.3626 -69.1937 -22.2681 -32.827 9.99896 -18
-0 -5.08961 0 0 -4.05899 0 0 -51.8204 -54.4474 -74.3392 -26.7275 -26.7462 9.99896 -15
-0 -7.01419 0 0 -4.47623 0 0 -46.3305 -61.0047 -71.2829 -31.9201 -28.1008 9.99896 -14
-0 -6.50044 0 0 -5.89495 0 0 -48.2176 -51.902 -73.5134 -25.8088 -34.8471 8.99907 -17
-0 -5.44374 0 0 -4.73748 0 0 -49.3506 -59.8086 -73.4873 -27.9514 -25.2239 8.99907 -13
-0 -6.12537 0 0 -5.46522 0 0 -53.411 -41.3912 -64.6092 -24.8674 -39.0123 9.99896 -20
-0 -5.7522 0 0 -4.84499 0 0 -57.1997 -36.1591 -62.4956 -21.9639 -39.3762 8.99907 -21
-0 -7.38707 0 0 -5.11766 0 0 -50.3909 -44.4219 -62.4048 -28.4445 -41.8892 9.99896 -21
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 3 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -3.50141 0 0 -2.459 0 0 -56.6503 -10.1767 -35.2516 -3.05816 -19.298 6.99927 -17
-0 -3.32032 0 0 -2.19949 0 0 -56.6503 -10.7451 -35.2516 -4.53413 -19.298 6.99927 -17
-0 -3.34287 0 0 -2.4658 0 0 -56.6503 -11.2196 -35.2516 -3.64503 -19.298 7.99917 -17
-0 -3.43736 0 0 -2.49757 0 0 -56.6503 -9.73633 -35.2516 -4.85759 -19.298 6.99927 -17
-0 -3.13836 0 0 -2.23806 0 0 -56.6503 -10.0477 -35.2516 -6.54306 -19.298 6.99927 -17
-0 -3.16178 0 0 -2.20629 0 0 -56.6503 -11.7881 -35.2516 -5.12101 -19.298 7.99917 -17
-0 -2.8984 0 0 -2.36615 0 0 -56.6503 -12.1332 -35.2516 -5.41436 -19.298 6.99927 -17
-0 -3.27882 0 0 -2.50438 0 0 -56.6503 -10.7793 -35.2516 -5.44446 -19.298 7.99917 -17
-0 -3.62702 0 0 -2.60625 0 0 -56.6503 -11.1206 -35.2516 -3.64529 -19.298 7.99917 -17
-0 -2.97982 0 0 -2.24487 0 0 -56.6503 -11.0907 -35.2516 -7.12994 -19.298 7.99917 -17
-0 -2.71732 0 0 -2.10664 0 0 -56.6503 -12.7017 -35.2516 -6.89034 -19.298 6.99927 -17
-0 -3.88352 0 0 -2.72551 0 0 -56.6503 -10.1693 -35.2516 -3.69788 -19.298 7.99917 -17
-0 -3.58453 0 0 -2.466 0 0 -56.6503 -10.4807 -35.2516 -5.38336 -19.298 7.99917 -17
-0 -3.44593 0 0 -2.34674 0 0 -56.6503 -11.6891 -35.2516 -5.12127 -19.298 7.99917 -17
-0 -3.04931 0 0 -2.312 0 0 -51.4149 -23.3523 -51.2544 -5.32526 -13.9168 6.99927 -14
-0 -3.6405 0 0 -3.0055 0 0 -51.3183 -18.2766 -48.7348 -3.03033 -21.6142 5.99938 -16
-0 -2.73986 0 0 -2.37295 0 0 -56.6503 -13.1762 -35.2516 -6.00124 -19.298 7.99917 -17
-0 -2.83436 0 0 -2.40472 0 0 -56.6503 -11.6929 -35.2516 -7.2138 -19.298 6.99927 -17
-0 -3.73192 0 0 -2.61305 0 0 -56.6503 -11.2828 -35.2516 -3.95239 -19.298 8.99907 -17
-0 -2.53536 0 0 -2.14521 0 0 -56.6503 -12.0043 -35.2516 -8.89927 -19.298 6.99927 -17
-0 -2.86823 0 0 -2.05249 0 0 -51.4149 -23.9208 -51.2544 -6.80124 -13.9168 6.99927 -14
-0 -3.45941 0 0 -2.74599 0 0 -51.3183 -18.8451 -48.7348 -4.50631 -21.6142 5.99938 -16
-0 -2.55878 0 0 -2.11344 0 0 -56.6503 -13.7447 -35.2516 -7.47721 -19.298 7.99917 -17
-0 -3.56297 0 0 -2.64483 0 0 -56.6503 -10.6803 -35.2516 -5.44473 -19.298 7.99917 -17
-0 -3.26398 0 0 -2.38532 0 0 -56.6503 -10.9917 -35.2516 -7.1302 -19.298 7.99917 -17
-0 -3.55084 0 0 -2.35354 0 0 -56.6503 -11.8513 -35.2516 -5.42837 -19.298 8.99907 -17
-0 -3.72498 0 0 -2.73231 0 0 -56.6503 -11.2123 -35.2516 -4.28476 -19.298 8.99907 -17
-0 -3.42598 0 0 -2.4728 0 0 -56.6503 -11.5236 -35.2516 -5.97023 -19.298 8.99907 -17
-0 -3.04931 0 0 -2.459 0 0 -56.6503 -13.573 -35.2516 -5.32526 -19.298 6.99927 -17
-0 -2.89077 0 0 -2.3188 0 0 -51.4149 -24.3953 -51.2544 -5.91214 -13.9168 7.99917 -14
-0 -3.48196 0 0 -3.0123 0 0 -51.3183 -19.3195 -48.7348 -3.6172 -21.6142 6.99927 -16
-0 -4.07702 0 0 -2.60932 0 0 -56.6503 -11.363 -35.2516 -3.78334 -19.298 8.99907 -17
-0 -2.98526 0 0 -2.35058 0 0 -51.4149 -22.912 -51.2544 -7.1247 -13.9169 6.99927 -14
-0 -2.67582 0 0 -2.41153 0 0 -56.6503 -12.7359 -35.2516 -7.80067 -19.298 7.99917 -17
-0 -3.02401 0 0 -2.5134 0 0 -56.6503 -13.0772 -35.2516 -6.0015 -19.298 7.99917 -17
-0 -2.68627 0 0 -2.09106 0 0 -51.4149 -23.2234 -51.2544 -8.81017 -13.9168 6.99927 -14
-0 -2.37682 0 0 -2.15202 0 0 -56.6503 -13.0472 -35.2516 -9.48614 -19.298 7.99917 -17
-0 -3.66787 0 0 -2.65163 0 0 -56.6503 -10.8425 -35.2516 -5.75183 -19.298 8.99907 -17
-0 -2.62103 0 0 -1.96053 0 0 -55.8316 -13.7255 -41.033 -4.35755 -24.1438 6.99927 -17
-0 -3.36888 0 0 -2.39212 0 0 -56.6503 -11.1539 -35.2516 -7.4373 -19.298 8.99907 -17
-0 -2.86823 0 0 -2.19949 0 0 -56.6503 -14.1415 -35.2516 -6.80124 -19.298 6.99927 -17
-0 -2.70969 0 0 -2.05929 0 0 -51.4149 -24.9638 -51.2544 -7.38812 -13.9168 7.99917 -14
-0 -3.28052 0 0 -2.63266 0 0 -56.6503 -12.1259 -35.2516 -6.05409 -19.298 7.99917 -17
-0 -3.30087 0 0 -2.75279 0 0 -51.3183 -19.888 -48.7348 -5.09318 -21.6142 6.99927 -16
-0 -3.89594 0 0 -2.34981 0 0 -56.6503 -11.9315 -35.2516 -5.25932 -19.298 8.99907 -17
-0 -2.98152 0 0 -2.37315 0 0 -56.6503 -12.4373 -35.2516 -7.73956 -19.298 7.99917 -17
-0 -2.84293 0 0 -2.25389 0 0 -56.6503 -13.6457 -35.2516 -7.47748 -19.298 7.99917 -17
-0 -3.03749 0 0 -2.91265 0 0 -51.3183 -20.2332 -48.7348 -5.38654 -21.6142 5.99938 -16
-0 -2.43995 0 0 -1.70102 0 0 -55.8316 -14.294 -41.033 -5.83353 -24.1438 6.99927 -17
-0 -4.00913 0 0 -2.87276 0 0 -56.6503 -11.1133 -35.2516 -4.28502 -19.298 8.99907 -17
-0 -3.49727 0 0 -2.70262 0 0 -56.6503 -12.1769 -35.2516 -5.50219 -19.298 7.99917 -17
-0 -3.12892 0 0 -2.5202 0 0 -56.6503 -13.2394 -35.2516 -6.3086 -19.298 8.99907 -17
-0 -2.89077 0 0 -2.4658 0 0 -56.6503 -14.6159 -35.2516 -5.91214 -19.298 7.99917 -17
-0 -3.71014 0 0 -2.61325 0 0 -56.6503 -11.4247 -35.2516 -5.97049 -19.298 8.99907 -17
-0 -2.98526 0 0 -2.49757 0 0 -56.6503 -13.1327 -35.2516 -7.1247 -19.298 6.99927 -17
-0 -2.72593 0 0 -1.96734 0 0 -55.8316 -13.8876 -41.033 -4.66465 -24.1438 7.99917 -17
-0 -2.82672 0 0 -2.35738 0 0 -51.4149 -23.955 -51.2544 -7.71157 -13.9169 7.99917 -14
-0 -3.17492 0 0 -2.45925 0 0 -51.4149 -24.2963 -51.2544 -5.9124 -13.9168 7.99917 -14
-0 -3.76611 0 0 -3.15275 0 0 -51.3183 -19.2206 -48.7348 -3.61747 -21.6142 6.99927 -16
-0 -3.04195 0 0 -2.70262 0 0 -56.6503 -13.8387 -35.2516 -5.6748 -19.298 7.99917 -17
-0 -2.68627 0 0 -2.23806 0 0 -56.6503 -13.444 -35.2516 -8.81017 -19.298 6.99927 -17
-0 -3.51831 0 0 -2.71031 0 0 -56.6503 -12.8906 -35.2516 -5.03663 -19.298 7.99917 -17
-0 -4.01297 0 0 -2.6479 0 0 -56.6503 -10.9226 -35.2516 -5.58278 -19.298 8.99907 -17
-0 -2.52773 0 0 -2.09787 0 0 -51.4149 -24.2663 -51.2544 -9.39704 -13.9168 7.99917 -14
-0 -3.5784 0 0 -2.724 0 0 -54.9305 -12.1457 -35.972 -8.10076 -23.3682 7.99917 -17
-0 -3.66364 0 0 -2.73496 0 0 -56.6503 -12.1865 -35.2516 -5.26026 -19.298 6.99927 -17
-0 -2.85641 0 0 -2.65314 0 0 -51.3183 -20.8017 -48.7348 -6.86251 -21.6142 5.99938 -16
-0 -2.95997 0 0 -2.55198 0 0 -56.6503 -12.6369 -35.2516 -7.80093 -19.298 7.99917 -17
-0 -3.71398 0 0 -2.38839 0 0 -56.6503 -11.234 -35.2516 -7.26825 -19.298 8.99907 -17
-0 -4.4607 0 0 -2.60252 0 0 -56.6503 -12.1254 -35.2516 -3.17932 -19.298 7.99917 -17
-0 -3.31618 0 0 -2.44311 0 0 -56.6503 -12.7453 -35.2516 -6.97817 -19.298 7.99917 -17
-0 -2.66097 0 0 -2.29247 0 0 -56.6503 -12.9483 -35.2516 -9.4864 -19.298 7.99917 -17
-0 -4.27588 0 0 -2.74977 0 0 -56.6503 -11.6257 -35.2516 -3.90203 -19.298 8.99907 -17
-0 -2.94783 0 0 -2.26069 0 0 -56.6503 -13.8079 -35.2516 -7.78458 -19.298 8.99907 -17
-0 -2.70969 0 0 -2.20629 0 0 -56.6503 -15.1844 -35.2516 -7.38812 -19.298 7.99917 -17
-0 -3.43143 0 0 -2.57851 0 0 -51.4149 -23.345 -51.2544 -5.96499 -13.9168 7.99917 -14
-0 -2.55699 0 0 -1.99911 0 0 -55.8316 -13.2852 -41.033 -6.15699 -24.1438 6.99927 -17
-0 -4.02261 0 0 -3.27201 0 0 -51.3183 -18.2693 -48.7348 -3.67006 -21.6142 6.99927 -16
-0 -3.12198 0 0 -2.63946 0 0 -56.6503 -13.1689 -35.2516 -6.64096 -19.298 8.99907 -17
-0 -3.13243 0 0 -2.319 0 0 -51.4149 -23.6564 -51.2544 -7.65046 -13.9168 7.99917 -14
-0 -2.25799 0 0 -1.7396 0 0 -55.8316 -13.5965 -41.033 -7.84246 -24.1438 6.99927 -17
-0 -2.54485 0 0 -1.70783 0 0 -55.8316 -14.4561 -41.033 -6.14063 -24.1438 7.99917 -17
-0 -3.72362 0 0 -3.0125 0 0 -51.3183 -18.5806 -48.7348 -5.35553 -21.6142 6.99927 -16
-0 -2.82298 0 0 -2.37995 0 0 -56.6503 -13.4802 -35.2516 -8.32644 -19.298 8.99907 -17
-0 -4.11403 0 0 -2.87956 0 0 -56.6503 -11.2755 -35.2516 -4.59212 -19.298 9.99896 -17
-0 -2.99384 0 0 -2.19974 0 0 -51.4149 -24.8648 -51.2544 -7.38838 -13.9168 7.99917 -14
-0 -3.58503 0 0 -2.89324 0 0 -51.3183 -19.7891 -48.7348 -5.09344 -21.6142 6.99927 -16
-0 -2.86086 0 0 -2.44311 0 0 -56.6503 -14.4072 -35.2516 -7.15077 -19.298 7.99917 -17
-0 -3.39731 0 0 -2.46449 0 0 -54.9305 -12.7142 -35.972 -9.57673 -23.3682 7.99917 -17
-0 -3.1884 0 0 -2.8585 0 0 -46.0829 -31.4523 -64.7376 -5.29744 -16.2331 5.99938 -13
-0 -3.81504 0 0 -2.62005 0 0 -56.6503 -11.5868 -35.2516 -6.27759 -19.298 9.99896 -17
-0 -2.87895 0 0 -2.91945 0 0 -51.3183 -21.2761 -48.7348 -5.97341 -21.6142 6.99927 -16
-0 -3.48256 0 0 -2.47545 0 0 -56.6503 -12.755 -35.2516 -6.73624 -19.298 6.99927 -17
-0 -4.27962 0 0 -2.34301 0 0 -56.6503 -12.6939 -35.2516 -4.6553 -19.298 7.99917 -17
-0 -3.47402 0 0 -2.51647 0 0 -56.6503 -13.3195 -35.2516 -6.13955 -19.298 8.99907 -17
-0 -3.27982 0 0 -2.46605 0 0 -51.4149 -24.4585 -51.2544 -6.2195 -13.9168 8.99907 -14
-0 -3.33873 0 0 -2.70942 0 0 -56.6503 -13.2198 -35.2516 -6.08907 -19.298 8.99907 -17
-0 -4.00628 0 0 -2.57022 0 0 -54.9305 -13.5521 -35.972 -6.5492 -23.3682 7.99917 -17
-0 -3.87101 0 0 -3.15956 0 0 -51.3183 -19.3828 -48.7348 -3.92457 -21.6142 7.99917 -16
-0 -4.09479 0 0 -2.49026 0 0 -56.6503 -12.1942 -35.2516 -5.37801 -19.298 8.99907 -17
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 4 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -8.41335 0 0 -8.29598 0 0 -144.135 -82.9015 -104.26 -30.2335 -35.8826 18.998 -34
-0 -8.57798 0 0 -8.13327 0 0 -144.135 -81.7381 -104.26 -31.5642 -35.8826 18.998 -34
-0 -8.71681 0 0 -7.66563 0 0 -148.744 -71.0118 -101.243 -26.5948 -41.3946 17.9981 -36
-0 -8.88144 0 0 -7.50292 0 0 -148.744 -69.8484 -101.243 -27.9255 -41.3946 17.9981 -36
-0 -8.45964 0 0 -8.3306 0 0 -144.424 -83.761 -104.332 -30.2127 -33.6292 18.998 -34
-0 -8.62427 0 0 -8.1679 0 0 -144.424 -82.5976 -104.332 -31.5434 -33.6292 18.998 -34
-0 -9.43894 0 0 -7.68188 0 0 -145.46 -75.9281 -105.44 -28.5407 -40.3463 17.9981 -35
-0 -8.75139 0 0 -7.94139 0 0 -145.46 -77.2068 -105.44 -28.7159 -40.3463 18.998 -35
-0 -8.94092 0 0 -7.14061 0 0 -145.822 -76.1927 -106.593 -27.5744 -43.7048 17.9981 -36
-0 -8.41795 0 0 -8.26676 0 0 -144.135 -82.0026 -104.26 -32.2087 -35.8826 18.998 -34
-0 -8.76309 0 0 -7.70025 0 0 -149.033 -71.8713 -101.316 -26.574 -39.1412 17.9981 -36
-0 -9.60357 0 0 -7.51917 0 0 -145.46 -74.7647 -105.44 -29.8714 -40.3463 17.9981 -35
-0 -8.91602 0 0 -7.77868 0 0 -145.46 -76.0434 -105.44 -30.0466 -40.3463 18.998 -35
-0 -9.10555 0 0 -6.9779 0 0 -145.822 -75.0293 -106.593 -28.9051 -43.7048 17.9981 -36
-0 -8.92773 0 0 -7.53754 0 0 -149.033 -70.7079 -101.316 -27.9047 -39.1412 17.9981 -36
-0 -8.52611 0 0 -7.99188 0 0 -148.744 -71.912 -101.243 -26.0417 -41.3946 18.998 -36
-0 -8.69074 0 0 -7.82917 0 0 -148.744 -70.7486 -101.243 -27.3724 -41.3946 18.998 -36
-0 -8.72141 0 0 -7.63641 0 0 -148.744 -70.1129 -101.243 -28.57 -41.3946 17.9981 -36
-0 -9.96742 0 0 -8.43585 0 0 -137.841 -91.1349 -116.055 -30.5898 -36.3389 17.9981 -33
-0 -10.1684 0 0 -8.80937 0 0 -137.841 -90.1238 -116.055 -29.7074 -36.3389 18.998 -33
-0 -9.48523 0 0 -7.7165 0 0 -145.749 -76.7876 -105.512 -28.5199 -38.0929 17.9981 -35
-0 -8.79768 0 0 -7.97601 0 0 -145.749 -78.0663 -105.512 -28.6951 -38.0929 18.998 -35
-0 -8.98721 0 0 -7.17523 0 0 -146.111 -77.0522 -106.666 -27.5536 -41.4514 17.9981 -36
-0 -10.1321 0 0 -8.27315 0 0 -137.841 -89.9715 -116.055 -31.9205 -36.3389 17.9981 -33
-0 -8.46424 0 0 -8.30139 0 0 -144.424 -82.8621 -104.332 -32.1879 -33.6292 18.998 -34
-0 -10.333 0 0 -8.64666 0 0 -137.841 -88.9604 -116.055 -31.0381 -36.3389 18.998 -33
-0 -9.64986 0 0 -7.55379 0 0 -145.749 -75.6242 -105.512 -29.8506 -38.0929 17.9981 -35
-0 -8.96231 0 0 -7.8133 0 0 -145.749 -76.9029 -105.512 -30.0258 -38.0929 18.998 -35
-0 -9.15184 0 0 -7.01252 0 0 -146.111 -75.8888 -106.666 -28.8843 -41.4514 17.9981 -36
-0 -8.50846 0 0 -8.57691 0 0 -141.925 -86.1816 -107.566 -31.7004 -37.2646 18.998 -34
-0 -8.75746 0 0 -8.51852 0 0 -144.135 -83.3082 -104.26 -29.7243 -35.8826 19.9979 -34
-0 -8.57239 0 0 -8.0265 0 0 -149.033 -72.7714 -101.316 -26.0209 -39.1412 18.998 -36
-0 -8.97561 0 0 -7.76529 0 0 -144.56 -82.0654 -105.413 -28.4088 -39.2411 18.998 -35
-0 -9.44354 0 0 -7.65266 0 0 -145.46 -75.0292 -105.44 -30.5159 -40.3463 17.9981 -35
-0 -10.2625 0 0 -9.50256 0 0 -136.223 -90.7579 -116.087 -32.057 -36.654 18.998 -33
-0 -8.75599 0 0 -7.91217 0 0 -145.46 -76.3079 -105.44 -30.6911 -40.3463 18.998 -35
-0 -10.4635 0 0 -9.87607 0 0 -136.223 -89.7468 -116.087 -31.1746 -36.654 19.9979 -33
-0 -8.94552 0 0 -7.11139 0 0 -145.822 -75.2938 -106.593 -29.5496 -43.7048 17.9981 -36
-0 -8.67309 0 0 -8.4142 0 0 -141.925 -85.0182 -107.566 -33.0311 -37.2646 18.998 -34
-0 -8.92209 0 0 -8.35581 0 0 -144.135 -82.1448 -104.26 -31.0551 -35.8826 19.9979 -34
-0 -8.73703 0 0 -7.86379 0 0 -149.033 -71.608 -101.316 -27.3517 -39.1412 18.998 -36
-0 -8.7677 0 0 -7.67104 0 0 -149.033 -70.9724 -101.316 -28.5493 -39.1412 17.9981 -36
-0 -8.60035 0 0 -7.7246 0 0 -147.67 -77.2084 -100.063 -29.5605 -36.9309 18.998 -35
-0 -10.0137 0 0 -8.47048 0 0 -138.13 -91.9944 -116.128 -30.569 -34.0856 17.9981 -33
-0 -9.14024 0 0 -7.60258 0 0 -144.56 -80.902 -105.414 -29.7396 -39.2411 18.998 -35
-0 -10.2147 0 0 -8.84399 0 0 -138.13 -90.9833 -116.128 -29.6866 -34.0856 18.998 -33
-0 -10.4272 0 0 -9.33985 0 0 -136.223 -89.5945 -116.087 -33.3877 -36.654 18.998 -33
-0 -10.6282 0 0 -9.71337 0 0 -136.223 -88.5834 -116.087 -32.5054 -36.654 19.9979 -33
-0 -8.81191 0 0 -7.94655 0 0 -146.534 -74.2919 -104.549 -28.0617 -42.7766 17.9981 -36
-0 -8.53071 0 0 -7.96266 0 0 -148.744 -71.013 -101.243 -28.0169 -41.3946 18.998 -36
-0 -8.76498 0 0 -7.56189 0 0 -147.67 -76.045 -100.063 -30.8912 -36.9309 18.998 -35
-0 -10.1783 0 0 -8.30777 0 0 -138.13 -90.831 -116.128 -31.8997 -34.0856 17.9981 -33
-0 -10.3793 0 0 -8.68128 0 0 -138.13 -89.8199 -116.128 -31.0173 -34.0856 18.998 -33
-0 -8.97655 0 0 -7.78385 0 0 -146.534 -73.1285 -104.549 -29.3924 -42.7766 17.9981 -36
-0 -8.55474 0 0 -8.61153 0 0 -142.214 -87.0411 -107.638 -31.6796 -35.0112 18.998 -34
-0 -9.15123 0 0 -8.12215 0 0 -144.135 -82.7394 -104.26 -30.9015 -35.8826 19.9979 -34
-0 -8.80374 0 0 -8.55314 0 0 -144.424 -84.1677 -104.332 -29.7036 -33.6292 19.9979 -34
-0 -9.97202 0 0 -8.40664 0 0 -137.841 -90.236 -116.055 -32.565 -36.3389 17.9981 -33
-0 -8.60772 0 0 -8.35524 0 0 -141.139 -88.529 -107.85 -33.7524 -35.9226 18.998 -33
-0 -10.173 0 0 -8.78015 0 0 -137.841 -89.2249 -116.055 -31.6826 -36.3389 18.998 -33
-0 -9.83878 0 0 -7.89961 0 0 -144.135 -81.4607 -104.26 -30.7263 -35.8826 18.998 -34
-0 -9.0219 0 0 -7.79991 0 0 -144.849 -82.9248 -105.486 -28.3881 -36.9877 18.998 -35
-0 -9.48983 0 0 -7.68728 0 0 -145.749 -75.8887 -105.512 -30.4952 -38.0929 17.9981 -35
-0 -10.3088 0 0 -9.53718 0 0 -136.512 -91.6174 -116.16 -32.0362 -34.4006 18.998 -33
-0 -8.80228 0 0 -7.94679 0 0 -145.749 -77.1674 -105.512 -30.6703 -38.0929 18.998 -35
-0 -10.5098 0 0 -9.9107 0 0 -136.512 -90.6063 -116.16 -31.1539 -34.4006 19.9979 -33
-0 -8.99181 0 0 -7.14602 0 0 -146.111 -76.1533 -106.666 -29.5288 -41.4514 17.9981 -36
-0 -8.71937 0 0 -8.44882 0 0 -142.214 -85.8777 -107.638 -33.0103 -35.0112 18.998 -34
-0 -9.31586 0 0 -7.95944 0 0 -144.135 -81.576 -104.26 -32.2322 -35.8826 19.9979 -34
-0 -8.96837 0 0 -8.39044 0 0 -144.424 -83.0043 -104.332 -31.0343 -33.6292 19.9979 -34
-0 -8.77235 0 0 -8.19253 0 0 -141.139 -87.3656 -107.85 -35.0832 -35.9226 18.998 -33
-0 -9.53405 0 0 -7.9628 0 0 -143.25 -79.2083 -108.745 -30.0076 -41.7283 17.9981 -35
-0 -8.64663 0 0 -7.75922 0 0 -147.959 -78.0678 -100.136 -29.5397 -34.6775 18.998 -35
-0 -8.60285 0 0 -7.86318 0 0 -148.744 -72.2114 -101.243 -27.3647 -41.3946 18.998 -36
-0 -10.0034 0 0 -7.73691 0 0 -144.135 -80.2973 -104.26 -32.0571 -35.8826 18.998 -34
-0 -9.18653 0 0 -7.6372 0 0 -144.849 -81.7614 -105.486 -29.7188 -36.9877 18.998 -35
-0 -8.8465 0 0 -8.22231 0 0 -143.25 -80.487 -108.745 -30.1827 -41.7283 18.998 -35
-0 -10.4735 0 0 -9.37448 0 0 -136.512 -90.454 -116.16 -33.367 -34.4006 18.998 -33
-0 -9.03603 0 0 -7.42153 0 0 -143.612 -79.4729 -109.899 -29.0413 -45.0868 17.9981 -36
-0 -10.6744 0 0 -9.74799 0 0 -136.512 -89.4429 -116.16 -32.4846 -34.4006 19.9979 -33
-0 -8.56928 0 0 -8.05802 0 0 -146.268 -80.3699 -102.146 -29.8302 -36.2465 18.998 -35
-0 -8.51306 0 0 -8.54769 0 0 -141.925 -85.2827 -107.566 -33.6756 -37.2646 18.998 -34
-0 -8.77027 0 0 -8.43153 0 0 -146.268 -79.3588 -102.146 -28.9478 -36.2465 19.9979 -35
-0 -9.34076 0 0 -7.36892 0 0 -144.56 -81.7253 -105.414 -29.76 -39.2411 18.998 -35
-0 -8.76206 0 0 -8.4893 0 0 -144.135 -82.4093 -104.26 -31.6996 -35.8826 19.9979 -34
-0 -8.8582 0 0 -7.98118 0 0 -146.823 -75.1514 -104.622 -28.0409 -40.5233 17.9981 -36
-0 -8.43876 0 0 -8.501 0 0 -144.135 -82.9406 -104.26 -32.2185 -35.8826 19.9979 -34
-0 -9.69868 0 0 -7.80009 0 0 -143.25 -78.0449 -108.745 -31.3383 -41.7283 17.9981 -35
-0 -8.577 0 0 -7.99728 0 0 -149.033 -71.8725 -101.316 -27.9962 -39.1412 18.998 -36
-0 -8.81126 0 0 -7.59651 0 0 -147.959 -76.9044 -100.136 -30.8705 -34.6775 18.998 -35
-0 -8.76748 0 0 -7.70047 0 0 -148.744 -71.048 -101.243 -28.6954 -41.3946 18.998 -36
-0 -9.11665 0 0 -7.88337 0 0 -147.67 -76.5444 -100.063 -28.7804 -36.9309 18.998 -35
-0 -9.01113 0 0 -8.0596 0 0 -143.25 -79.3236 -108.745 -31.5135 -41.7283 18.998 -35
-0 -9.06627 0 0 -8.46717 0 0 -144.135 -81.646 -104.26 -31.5892 -35.8826 19.9979 -34
-0 -8.98021 0 0 -7.73607 0 0 -144.56 -81.1664 -105.414 -30.3841 -39.2411 18.998 -35
-0 -9.20066 0 0 -7.25883 0 0 -143.612 -78.3095 -109.899 -30.372 -45.0868 17.9981 -36
-0 -8.21115 0 0 -7.72587 0 0 -149.552 -74.754 -97.9498 -29.0335 -37.2948 18.998 -36
-0 -10.2671 0 0 -9.47334 0 0 -136.223 -89.859 -116.087 -34.0323 -36.654 18.998 -33
-0 -10.4681 0 0 -9.84686 0 0 -136.223 -88.8479 -116.087 -33.1499 -36.654 19.9979 -33
-0 -8.73391 0 0 -7.89531 0 0 -146.268 -79.2065 -102.146 -31.1609 -36.2465 18.998 -35
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 5 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -3.06843 0 0 -2.70471 0 0 -67.9958 -30.0541 -51.546 -8.60848 -25.8026 7.99917 -23
-0 -3.16299 0 0 -2.15264 0 0 -70.7793 -27.2867 -47.7598 -7.91533 -23.8134 7.99917 -23
-0 -2.98864 0 0 -1.97829 0 0 -71.4126 -28.2465 -49.0045 -7.22218 -20.9918 7.99917 -22
-0 -3.13989 0 0 -2.87906 0 0 -67.9958 -31.5243 -51.546 -9.38143 -25.8026 7.99917 -23
-0 -3.27763 0 0 -2.90538 0 0 -67.9958 -31.0659 -51.546 -9.43561 -25.8026 8.99907 -23
-0 -3.45031 0 0 -2.9138 0 0 -67.9958 -30.5045 -51.546 -9.40977 -25.8026 8.99907 -23
-0 -3.2525 0 0 -2.89458 0 0 -67.9958 -31.9548 -51.546 -8.75229 -25.8026 8.99907 -23
-0 -3.39034 0 0 -2.42815 0 0 -70.7793 -27.6932 -47.7598 -8.70146 -23.8134 8.99907 -23
-0 -3.21599 0 0 -2.25379 0 0 -71.4126 -28.653 -49.0045 -8.00831 -20.9918 8.99907 -22
-0 -3.23445 0 0 -2.32699 0 0 -70.7793 -28.757 -47.7598 -8.68828 -23.8134 7.99917 -23
-0 -3.49257 0 0 -2.98208 0 0 -67.9958 -30.9429 -51.546 -8.918 -25.8026 8.99907 -23
-0 -3.37219 0 0 -2.35331 0 0 -70.7793 -28.2986 -47.7598 -8.74246 -23.8134 8.99907 -23
-0 -3.54487 0 0 -2.36173 0 0 -70.7793 -27.7372 -47.7598 -8.71662 -23.8134 8.99907 -23
-0 -3.0601 0 0 -2.15264 0 0 -71.4126 -29.7167 -49.0045 -7.99513 -20.9918 7.99917 -22
-0 -3.34706 0 0 -2.34251 0 0 -70.7793 -29.1874 -47.7598 -8.05915 -23.8134 8.99907 -23
-0 -3.37052 0 0 -2.18738 0 0 -71.4126 -28.6969 -49.0045 -8.02347 -20.9918 8.99907 -22
-0 -3.17271 0 0 -2.16815 0 0 -71.4126 -30.1472 -49.0045 -7.366 -20.9918 8.99907 -22
-0 -3.58713 0 0 -2.43001 0 0 -70.7793 -28.1755 -47.7598 -8.22486 -23.8134 8.99907 -23
-0 -3.41278 0 0 -2.25566 0 0 -71.4126 -29.1353 -49.0045 -7.53171 -20.9918 8.99907 -22
-0 -2.89408 0 0 -2.53036 0 0 -69.8557 -31.0138 -52.7907 -7.91533 -22.9809 7.99917 -22
-0 -3.30313 0 0 -3.10592 0 0 -67.9958 -31.9306 -51.546 -9.14082 -25.8026 8.99907 -23
-0 -3.31302 0 0 -3.21554 0 0 -67.9958 -31.8768 -51.546 -9.00899 -25.8026 8.99907 -23
-0 -3.39769 0 0 -2.55385 0 0 -70.7793 -29.1632 -47.7598 -8.44767 -23.8134 8.99907 -23
-0 -3.69126 0 0 -3.21554 0 0 -67.9958 -31.2556 -51.546 -8.72964 -25.8026 8.99907 -23
-0 -3.40758 0 0 -2.66347 0 0 -70.7793 -29.1094 -47.7598 -8.31584 -23.8134 8.99907 -23
-0 -3.23322 0 0 -2.48911 0 0 -71.4126 -30.0692 -49.0045 -7.62269 -20.9918 8.99907 -22
-0 -3.13818 0 0 -2.37949 0 0 -71.4126 -31.1419 -49.0045 -7.34906 -20.9918 8.99907 -22
-0 -3.78582 0 0 -2.66347 0 0 -70.7793 -28.4882 -47.7598 -8.03649 -23.8134 8.99907 -23
-0 -2.95292 0 0 -2.25272 0 0 -70.997 -29.4003 -49.2703 -9.30162 -24.179 7.99917 -23
-0 -3.61146 0 0 -2.48911 0 0 -71.4126 -29.448 -49.0045 -7.34334 -20.9918 8.99907 -22
-0 -2.77857 0 0 -2.07837 0 0 -71.6303 -30.3601 -50.515 -8.60847 -21.3573 7.99917 -22
-0 -3.32396 0 0 -3.06893 0 0 -67.9958 -32.8304 -51.546 -9.52525 -25.8026 8.99907 -23
-0 -2.95292 0 0 -2.25272 0 0 -71.3246 -27.9517 -49.1686 -9.30162 -25.2776 7.99917 -23
-0 -2.77857 0 0 -2.07837 0 0 -71.9579 -28.9114 -50.4133 -8.60847 -22.4559 7.99917 -22
-0 -3.60775 0 0 -2.98022 0 0 -67.9958 -31.3013 -51.546 -10.7576 -25.8026 8.99907 -23
-0 -3.41852 0 0 -2.51686 0 0 -70.7793 -30.063 -47.7598 -8.8321 -23.8134 8.99907 -23
-0 -2.85378 0 0 -2.70471 0 0 -67.9958 -34.0549 -51.546 -11.5285 -25.8026 7.99917 -23
-0 -3.45658 0 0 -3.29991 0 0 -67.9958 -32.1533 -51.546 -9.47689 -25.8026 8.99907 -23
-0 -3.34909 0 0 -3.07973 0 0 -67.9958 -32.5362 -51.546 -10.2086 -25.8026 8.99907 -23
-0 -3.52177 0 0 -3.08816 0 0 -67.9958 -31.9748 -51.546 -10.1827 -25.8026 8.99907 -23
-0 -3.24417 0 0 -2.34251 0 0 -71.4126 -31.0228 -49.0045 -8.13895 -20.9918 8.99907 -22
-0 -3.4618 0 0 -2.6025 0 0 -70.7793 -29.1635 -47.7598 -9.47441 -23.8134 8.99907 -23
-0 -3.65951 0 0 -3.11447 0 0 -67.9958 -31.5164 -51.546 -10.2369 -25.8026 9.99896 -23
-0 -3.4617 0 0 -3.09525 0 0 -67.9958 -32.9666 -51.546 -9.57943 -25.8026 9.99896 -23
-0 -3.01223 0 0 -2.61381 0 0 -71.2902 -29.5478 -49.6652 -7.73086 -23.7693 8.99907 -23
-0 -3.63438 0 0 -3.10367 0 0 -67.9958 -32.4052 -51.546 -9.55358 -25.8026 9.99896 -23
-0 -3.59954 0 0 -2.62882 0 0 -70.7793 -28.7051 -47.7598 -9.52859 -23.8134 9.99896 -23
-0 -3.77222 0 0 -2.63724 0 0 -70.7793 -28.1437 -47.7598 -9.50275 -23.8134 9.99896 -23
-0 -3.28745 0 0 -2.42815 0 0 -71.4126 -30.1233 -49.0045 -8.78126 -20.9918 8.99907 -22
-0 -3.57441 0 0 -2.61801 0 0 -70.7793 -29.5939 -47.7598 -8.84527 -23.8134 9.99896 -23
-0 -2.94834 0 0 -2.15264 0 0 -70.7793 -31.2876 -47.7598 -10.8354 -23.8134 7.99917 -23
-0 -3.55114 0 0 -2.74784 0 0 -70.7793 -29.3859 -47.7598 -8.78374 -23.8134 8.99907 -23
-0 -3.59787 0 0 -2.46288 0 0 -71.4126 -29.1035 -49.0045 -8.8096 -20.9918 9.99896 -22
-0 -3.44365 0 0 -2.52766 0 0 -70.7793 -29.7688 -47.7598 -9.51542 -23.8134 8.99907 -23
-0 -3.61633 0 0 -2.53609 0 0 -70.7793 -29.2074 -47.7598 -9.48957 -23.8134 8.99907 -23
-0 -3.33345 0 0 -4.75352 0 0 -67.9958 -30.3121 -51.546 -7.36676 -25.8026 7.99917 -23
-0 -3.70177 0 0 -3.18275 0 0 -67.9958 -31.9547 -51.546 -9.74514 -25.8026 9.99896 -23
-0 -3.87445 0 0 -3.19117 0 0 -67.9958 -31.3933 -51.546 -9.71929 -25.8026 9.99896 -23
-0 -3.40006 0 0 -2.44366 0 0 -71.4126 -30.5537 -49.0045 -8.15213 -20.9918 9.99896 -22
-0 -2.77398 0 0 -1.97829 0 0 -71.4126 -32.2473 -49.0045 -10.1422 -20.9918 7.99917 -22
-0 -3.67664 0 0 -3.17195 0 0 -67.9958 -32.8436 -51.546 -9.06182 -25.8026 9.99896 -23
-0 -3.81448 0 0 -2.70552 0 0 -70.7793 -28.582 -47.7598 -9.01098 -23.8134 9.99896 -23
-0 -3.75407 0 0 -2.5624 0 0 -70.7793 -28.749 -47.7598 -9.54375 -23.8134 9.99896 -23
-0 -3.44198 0 0 -2.36173 0 0 -71.4126 -30.1672 -49.0045 -8.79642 -20.9918 8.99907 -22
-0 -3.55626 0 0 -2.54318 0 0 -70.7793 -30.1993 -47.7598 -8.88628 -23.8134 9.99896 -23
-0 -3.10679 0 0 -2.06174 0 0 -74.0737 -26.7804 -45.879 -7.03771 -21.7801 8.99907 -23
-0 -3.72894 0 0 -2.5516 0 0 -70.7793 -29.6379 -47.7598 -8.86043 -23.8134 9.99896 -23
-0 -3.64013 0 0 -2.53116 0 0 -71.4126 -29.5418 -49.0045 -8.31784 -20.9918 9.99896 -22
-0 -3.55459 0 0 -2.37724 0 0 -71.4126 -30.5976 -49.0045 -8.16729 -20.9918 9.99896 -22
-0 -3.42801 0 0 -4.20145 0 0 -70.7793 -27.5447 -47.7598 -6.67362 -23.8134 7.99917 -23
-0 -3.29163 0 0 -2.57348 0 0 -71.4126 -31.3646 -49.0045 -7.68513 -20.9918 8.99907 -22
-0 -3.79633 0 0 -2.63068 0 0 -70.7793 -29.1874 -47.7598 -9.05199 -23.8134 9.99896 -23
-0 -3.96901 0 0 -2.6391 0 0 -70.7793 -28.626 -47.7598 -9.02614 -23.8134 9.99896 -23
-0 -6.30101 0 0 -3.40359 0 0 -63.2692 -38.2466 -59.8288 -9.00209 -19.4815 7.99917 -20
-0 -3.7712 0 0 -2.61988 0 0 -70.7793 -30.0762 -47.7598 -8.36867 -23.8134 9.99896 -23
-0 -3.25609 0 0 -3.30659 0 0 -67.9958 -33.5387 -51.546 -9.78921 -25.8026 9.99896 -23
-0 -2.96554 0 0 -2.70471 0 0 -69.8557 -32.4841 -52.7907 -8.68828 -22.9809 7.99917 -22
-0 -3.25365 0 0 -4.02709 0 0 -71.4126 -28.5045 -49.0045 -5.98047 -20.9918 7.99917 -22
-0 -3.79466 0 0 -2.46475 0 0 -71.4126 -29.5857 -49.0045 -8.333 -20.9918 9.99896 -22
-0 -3.59685 0 0 -2.44552 0 0 -71.4126 -31.036 -49.0045 -7.67552 -20.9918 9.99896 -22
-0 -3.27596 0 0 -2.73945 0 0 -69.8557 -31.4643 -52.7907 -8.71662 -22.9809 8.99907 -22
-0 -3.07815 0 0 -2.72022 0 0 -69.8557 -32.9145 -52.7907 -8.05915 -22.9809 8.99907 -22
-0 -3.39026 0 0 -2.52823 0 0 -70.997 -29.2666 -49.2703 -9.06731 -24.179 8.99907 -23
-0 -3.37459 0 0 -3.28027 0 0 -67.9958 -33.4008 -51.546 -9.91377 -25.8026 8.99907 -23
-0 -6.39557 0 0 -2.85152 0 0 -66.0527 -35.4792 -56.0426 -8.30895 -17.4923 7.99917 -20
-0 -3.21591 0 0 -2.35388 0 0 -71.6303 -30.2264 -50.515 -8.37416 -21.3573 8.99907 -22
-0 -3.35065 0 0 -2.75452 0 0 -70.7793 -30.7714 -47.7598 -9.09607 -23.8134 9.99896 -23
-0 -3.68501 0 0 -3.31501 0 0 -67.9958 -32.381 -51.546 -9.94211 -25.8026 9.99896 -23
-0 -3.31822 0 0 -2.80773 0 0 -69.8557 -31.9026 -52.7907 -8.22486 -22.9809 8.99907 -22
-0 -3.4872 0 0 -3.29578 0 0 -67.9958 -33.8313 -51.546 -9.28464 -25.8026 9.99896 -23
-0 -3.62504 0 0 -2.82935 0 0 -70.7793 -29.5697 -47.7598 -9.2338 -23.8134 9.99896 -23
-0 -3.12727 0 0 -2.42708 0 0 -71.2068 -29.0598 -48.7988 -9.99477 -24.7716 7.99917 -23
-0 -6.22121 0 0 -2.67717 0 0 -66.686 -36.439 -57.2873 -7.6158 -14.6707 7.99917 -19
-0 -3.17536 0 0 -3.21554 0 0 -67.9958 -33.204 -51.546 -11.299 -25.8026 8.99907 -23
-0 -3.52221 0 0 -3.41621 0 0 -67.9958 -32.8886 -51.546 -9.83612 -25.8026 9.99896 -23
-0 -3.6949 0 0 -3.42463 0 0 -67.9958 -32.3272 -51.546 -9.81028 -25.8026 9.99896 -23
-0 -3.49709 0 0 -3.4054 0 0 -67.9958 -33.7775 -51.546 -9.15281 -25.8026 9.99896 -23
-0 -3.46915 0 0 -2.7282 0 0 -70.7793 -30.6335 -47.7598 -9.22063 -23.8134 8.99907 -23
-0 -3.63493 0 0 -2.93897 0 0 -70.7793 -29.516 -47.7598 -9.10197 -23.8134 9.99896 -23
-0 -3.72727 0 0 -3.38329 0 0 -67.9958 -32.8194 -51.546 -9.45035 -25.8026 9.99896 -23
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 6 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -6.81711 0 0 -5.30961 0 0 -90.291 -34.5776 -71.6203 -16.0055 -28.6275 10.9989 -29
-0 -7.38251 0 0 -5.47791 0 0 -86.0464 -42.6815 -76.8184 -18.2905 -26.2447 10.9989 -27
-0 -6.61747 0 0 -5.17444 0 0 -89.8284 -35.8625 -73.3985 -16.6394 -28.8212 10.9989 -28
-0 -6.58584 0 0 -5.06067 0 0 -90.291 -35.7751 -71.6203 -16.9921 -28.6275 10.9989 -29
-0 -5.59039 0 0 -4.43147 0 0 -94.992 -25.8486 -66.9293 -13.0796 -38.9841 9.99896 -32
-0 -6.95824 0 0 -5.46531 0 0 -90.291 -34.477 -71.6203 -15.9205 -28.6275 10.9989 -29
-0 -6.52696 0 0 -5.38701 0 0 -90.291 -36.1424 -71.6203 -15.9909 -28.6275 11.9988 -29
-0 -7.4221 0 0 -5.16832 0 0 -88.0688 -39.5718 -73.6928 -17.5131 -27.0331 10.9989 -28
-0 -6.60342 0 0 -4.89457 0 0 -90.291 -36.4159 -71.6203 -17.346 -28.6275 10.9989 -29
-0 -6.63455 0 0 -5.23131 0 0 -90.291 -36.4012 -71.6203 -16.1594 -28.6275 11.9988 -29
-0 -7.18286 0 0 -5.34274 0 0 -85.5838 -43.9664 -78.5966 -18.9244 -26.4384 10.9989 -26
-0 -6.3862 0 0 -4.9255 0 0 -89.8284 -37.06 -73.3985 -17.626 -28.8212 10.9989 -28
-0 -6.74088 0 0 -5.48092 0 0 -90.291 -35.5704 -71.6203 -15.9504 -28.6275 11.9988 -29
-0 -6.60181 0 0 -5.07741 0 0 -93.25 -30.4809 -67.4609 -15.8547 -28.5604 10.9989 -29
-0 -6.15579 0 0 -4.59977 0 0 -90.7474 -33.9525 -72.1274 -15.3646 -36.6013 9.99896 -30
-0 -5.39075 0 0 -4.29629 0 0 -94.5294 -27.1335 -68.7075 -13.7135 -39.1778 9.99896 -31
-0 -5.35912 0 0 -4.18253 0 0 -94.992 -27.0461 -66.9293 -14.0663 -38.9841 9.99896 -32
-0 -7.52364 0 0 -5.63361 0 0 -86.0464 -42.5809 -76.8184 -18.2055 -26.2447 10.9989 -27
-0 -6.72697 0 0 -5.21637 0 0 -90.291 -35.6745 -71.6203 -16.9072 -28.6275 10.9989 -29
-0 -7.09235 0 0 -5.55531 0 0 -86.0464 -44.2463 -76.8184 -18.2759 -26.2447 11.9988 -27
-0 -6.75827 0 0 -5.74207 0 0 -90.291 -35.336 -71.6203 -15.4154 -28.6275 10.9989 -29
-0 -6.29569 0 0 -5.13807 0 0 -90.291 -37.3399 -71.6203 -16.9775 -28.6275 11.9988 -29
-0 -7.22246 0 0 -5.03315 0 0 -87.6062 -40.8567 -75.471 -18.1471 -27.2268 10.9989 -27
-0 -5.73152 0 0 -4.58717 0 0 -94.992 -25.748 -66.9293 -12.9947 -38.9841 9.99896 -32
-0 -5.30024 0 0 -4.50887 0 0 -94.992 -27.4135 -66.9293 -13.065 -38.9841 10.9989 -32
-0 -6.40377 0 0 -4.75939 0 0 -89.8284 -37.7008 -73.3985 -17.9799 -28.8212 10.9989 -28
-0 -7.19994 0 0 -5.39961 0 0 -86.0464 -44.5051 -76.8184 -18.4444 -26.2447 11.9988 -27
-0 -6.40328 0 0 -4.98237 0 0 -90.291 -37.5988 -71.6203 -17.1461 -28.6275 11.9988 -29
-0 -6.19538 0 0 -4.29018 0 0 -92.7698 -30.8428 -69.0018 -14.5873 -37.3897 9.99896 -31
-0 -7.56323 0 0 -5.32402 0 0 -88.0688 -39.4712 -73.6928 -17.4282 -27.0331 10.9989 -28
-0 -6.65859 0 0 -5.14026 0 0 -93.4324 -30.7561 -67.7581 -15.2632 -27.9422 10.9989 -29
-0 -7.13195 0 0 -5.24572 0 0 -88.0688 -41.1366 -73.6928 -17.4986 -27.0331 11.9988 -28
-0 -7.30628 0 0 -5.64922 0 0 -86.0464 -43.6742 -76.8184 -18.2354 -26.2447 11.9988 -27
-0 -6.50961 0 0 -5.23198 0 0 -90.291 -36.7679 -71.6203 -16.937 -28.6275 11.9988 -29
-0 -5.3767 0 0 -4.01643 0 0 -94.992 -27.6869 -66.9293 -14.4201 -38.9841 9.99896 -32
-0 -6.40217 0 0 -4.94224 0 0 -92.7874 -31.7658 -69.2391 -16.4886 -28.7541 10.9989 -28
-0 -5.40783 0 0 -4.35317 0 0 -94.992 -27.6723 -66.9293 -13.2336 -38.9841 10.9989 -32
-0 -6.74455 0 0 -5.05027 0 0 -90.291 -36.3153 -71.6203 -17.2611 -28.6275 10.9989 -29
-0 -6.81711 0 0 -5.30961 0 0 -89.8284 -36.7177 -73.3985 -16.0055 -28.8211 10.9989 -28
-0 -5.95614 0 0 -4.4646 0 0 -90.2848 -35.2374 -73.9055 -15.9985 -36.795 9.99896 -29
-0 -6.31327 0 0 -4.97197 0 0 -90.291 -37.9808 -71.6203 -17.3314 -28.6275 11.9988 -29
-0 -5.15948 0 0 -4.04735 0 0 -94.5294 -28.331 -68.7075 -14.7002 -39.1778 9.99896 -31
-0 -7.32366 0 0 -5.91037 0 0 -86.0464 -43.4398 -76.8184 -17.7004 -26.2447 10.9989 -27
-0 -6.81711 0 0 -5.30961 0 0 -91.4868 -32.7858 -71.1917 -16.0055 -28.7466 10.9989 -29
-0 -6.527 0 0 -5.49312 0 0 -90.291 -36.5335 -71.6203 -16.4021 -28.6275 10.9989 -29
-0 -5.51416 0 0 -4.60278 0 0 -94.992 -26.8414 -66.9293 -13.0245 -38.9841 10.9989 -32
-0 -7.23954 0 0 -5.09002 0 0 -88.0688 -41.3954 -73.6928 -17.6671 -27.0331 11.9988 -28
-0 -5.37509 0 0 -4.19927 0 0 -97.9509 -21.7519 -62.7699 -12.9288 -38.917 9.99896 -32
-0 -6.74294 0 0 -5.23311 0 0 -93.2499 -30.3803 -67.4609 -15.7697 -28.5604 10.9989 -29
-0 -6.29692 0 0 -4.75547 0 0 -90.7474 -33.8519 -72.1274 -15.2797 -36.6013 9.99896 -30
-0 -6.31166 0 0 -5.15481 0 0 -93.2499 -32.0458 -67.4609 -15.8401 -28.5604 11.9988 -29
-0 -5.50025 0 0 -4.33823 0 0 -94.992 -26.9455 -66.9293 -13.9813 -38.9841 9.99896 -32
-0 -6.44975 0 0 -5.31271 0 0 -89.5102 -38.3859 -71.7584 -17.5695 -29.4045 12.9987 -29
-0 -5.86564 0 0 -4.67717 0 0 -90.7474 -35.5173 -72.1274 -15.35 -36.6013 10.9989 -30
-0 -5.53155 0 0 -4.86392 0 0 -94.992 -26.607 -66.9293 -12.4896 -38.9841 9.99896 -32
-0 -6.42085 0 0 -4.81627 0 0 -90.291 -38.2396 -71.6203 -17.5 -28.6275 11.9988 -29
-0 -5.06897 0 0 -4.25992 0 0 -94.992 -28.611 -66.9293 -14.0517 -38.9841 10.9989 -32
-0 -7.34587 0 0 -5.33963 0 0 -88.0688 -40.5645 -73.6928 -17.458 -27.0331 11.9988 -28
-0 -6.56416 0 0 -5.40662 0 0 -89.5102 -37.7094 -71.7584 -17.6315 -29.4045 12.9987 -29
-0 -6.69536 0 0 -5.56245 0 0 -90.291 -36.4343 -71.6203 -16.0215 -28.6275 11.9988 -29
-0 -5.99574 0 0 -4.155 0 0 -92.3072 -32.1277 -70.78 -15.2212 -37.5834 9.99896 -30
-0 -6.89406 0 0 -5.23131 0 0 -89.5102 -37.654 -71.7584 -17.258 -29.4045 11.9988 -29
-0 -6.52719 0 0 -5.06588 0 0 -90.291 -37.4087 -71.6203 -17.2909 -28.6275 11.9988 -29
-0 -6.45895 0 0 -5.00508 0 0 -92.9698 -32.041 -69.5363 -15.8972 -28.1359 10.9989 -28
-0 -6.79351 0 0 -5.12154 0 0 -89.8284 -37.936 -73.3985 -15.9464 -28.8211 10.9989 -28
-0 -7.36326 0 0 -5.60077 0 0 -88.0688 -40.3301 -73.6928 -16.9231 -27.0331 10.9989 -28
-0 -6.41925 0 0 -4.99911 0 0 -93.25 -32.3046 -67.4609 -16.0087 -28.5604 11.9988 -29
-0 -5.17705 0 0 -3.88125 0 0 -94.5294 -28.9718 -68.7075 -15.0541 -39.1778 9.99896 -31
-0 -6.59457 0 0 -5.34254 0 0 -90.291 -36.9027 -71.6203 -16.7491 -28.6275 12.9987 -29
-0 -5.97322 0 0 -4.52147 0 0 -90.7474 -35.7762 -72.1274 -15.5186 -36.6013 10.9989 -30
-0 -5.87228 0 0 -4.28837 0 0 -94.1487 -27.3777 -71.9216 -13.7952 -36.6761 9.99896 -30
-0 -5.17656 0 0 -4.10422 0 0 -94.992 -28.8698 -66.9293 -14.2202 -38.9841 10.9989 -32
-0 -7.38251 0 0 -5.47791 0 0 -85.5838 -44.8216 -78.5966 -18.2905 -26.4384 10.9989 -26
-0 -6.58584 0 0 -5.06067 0 0 -89.8284 -37.9152 -73.3985 -16.9921 -28.8211 10.9989 -28
-0 -6.54457 0 0 -5.32702 0 0 -90.291 -37.1743 -71.6203 -16.756 -28.6275 10.9989 -29
-0 -6.79754 0 0 -5.13526 0 0 -89.8284 -38.3796 -73.3985 -15.6041 -28.8212 10.9989 -28
-0 -6.56231 0 0 -5.37257 0 0 -89.5102 -38.4943 -71.7584 -17.2513 -29.4045 12.9987 -29
-0 -6.33651 0 0 -4.44588 0 0 -92.7698 -30.7422 -69.0018 -14.5024 -37.3897 9.99896 -31
-0 -7.38251 0 0 -5.47791 0 0 -87.2422 -40.8897 -76.3898 -18.2905 -26.3639 10.9989 -27
-0 -5.43187 0 0 -4.26211 0 0 -98.1333 -22.0271 -63.0671 -12.3374 -38.2988 9.99896 -32
-0 -6.52558 0 0 -5.24872 0 0 -93.2499 -31.4737 -67.4609 -15.7996 -28.5604 11.9988 -29
-0 -6.58584 0 0 -5.06067 0 0 -91.4868 -33.9833 -71.1917 -16.9921 -28.7466 10.9989 -29
-0 -5.90523 0 0 -4.36758 0 0 -92.7698 -32.4076 -69.0018 -14.5727 -37.3897 10.9989 -31
-0 -6.79972 0 0 -5.29596 0 0 -93.4324 -30.6555 -67.7581 -15.1783 -27.9422 10.9989 -29
-0 -6.07956 0 0 -4.77108 0 0 -90.7474 -34.9453 -72.1274 -15.3095 -36.6013 10.9989 -30
-0 -5.28289 0 0 -4.35384 0 0 -94.992 -28.0389 -66.9293 -14.0112 -38.9841 10.9989 -32
-0 -6.36844 0 0 -5.21765 0 0 -93.4324 -32.321 -67.7581 -15.2487 -27.9422 11.9988 -29
-0 -7.15688 0 0 -5.42084 0 0 -90.291 -35.0701 -71.6203 -16.652 -28.6275 11.9988 -29
-0 -5.17545 0 0 -4.0641 0 0 -97.4883 -23.0368 -64.5481 -13.5628 -39.1107 9.99896 -31
-0 -5.51783 0 0 -4.17213 0 0 -94.992 -27.5863 -66.9293 -14.3352 -38.9841 9.99896 -32
-0 -5.59039 0 0 -4.43147 0 0 -94.5294 -27.9887 -68.7075 -13.0796 -39.1778 9.99896 -31
-0 -5.08655 0 0 -4.09382 0 0 -94.992 -29.2518 -66.9293 -14.4056 -38.9841 10.9989 -32
-0 -7.49373 0 0 -4.95315 0 0 -88.0688 -40.4361 -74.0878 -18.1569 -27.7121 10.9989 -28
-0 -6.95824 0 0 -5.46531 0 0 -89.8284 -36.6171 -73.3985 -15.9205 -28.8212 10.9989 -28
-0 -6.54297 0 0 -5.50987 0 0 -93.25 -31.2393 -67.4609 -15.2646 -28.5604 10.9989 -29
-0 -7.01515 0 0 -5.48101 0 0 -85.2656 -46.4898 -76.9565 -19.8545 -27.0218 12.9987 -27
-0 -6.86373 0 0 -5.34149 0 0 -89.8284 -36.9838 -73.3985 -16.3073 -28.8211 11.9988 -28
-0 -6.7774 0 0 -4.96584 0 0 -89.8284 -38.2277 -73.3985 -16.6054 -28.8211 10.9989 -28
-0 -6.21848 0 0 -5.06377 0 0 -89.5102 -39.5834 -71.7584 -18.5561 -29.4045 12.9987 -29
-0 -6.09694 0 0 -5.03222 0 0 -90.7474 -34.7109 -72.1274 -14.7746 -36.6013 9.99896 -30
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 7 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -3.66906 0 0 -2.70469 0 0 -58.8702 -47.5967 -90.3027 -13.7219 -19.3364 9.99896 -23
-0 -3.90294 0 0 -2.87411 0 0 -58.8702 -47.7092 -88.1808 -14.3878 -19.3364 9.99896 -23
-0 -3.66706 0 0 -3.43558 0 0 -58.8702 -46.6489 -90.3027 -13.1451 -19.3364 8.99907 -23
-0 -3.8633 0 0 -2.70469 0 0 -58.8702 -47.66 -90.3027 -13.9598 -19.3364 9.99896 -23
-0 -3.87738 0 0 -2.62918 0 0 -58.8702 -47.6338 -90.3027 -14.2174 -19.3364 9.99896 -23
-0 -3.90691 0 0 -2.89456 0 0 -58.8702 -48.3167 -90.3027 -13.7705 -19.3364 10.9989 -23
-0 -3.84341 0 0 -2.87904 0 0 -58.8702 -48.5433 -90.3027 -14.0865 -19.3364 9.99896 -23
-0 -3.87152 0 0 -2.99927 0 0 -58.8702 -48.5971 -88.1808 -14.9797 -19.3364 10.9989 -23
-0 -4.06457 0 0 -2.77311 0 0 -58.8702 -48.0805 -90.3027 -14.3897 -19.3364 9.99896 -23
-0 -3.83188 0 0 -2.82985 0 0 -58.8702 -48.5478 -90.3027 -14.5517 -19.3364 10.9989 -23
-0 -4.31309 0 0 -2.87574 0 0 -60.8643 -43.1731 -82.6108 -14.8991 -22.0226 9.99896 -25
-0 -4.09418 0 0 -2.56036 0 0 -58.8702 -48.9202 -90.3027 -14.3518 -19.3364 9.99896 -23
-0 -4.14079 0 0 -3.06397 0 0 -58.8702 -48.4292 -88.1808 -14.4364 -19.3364 10.9989 -23
-0 -3.91778 0 0 -2.73994 0 0 -60.8643 -44.7473 -82.6108 -15.3816 -22.0226 9.99896 -25
-0 -3.65143 0 0 -3.63625 0 0 -58.8702 -47.561 -90.3027 -13.7827 -19.3364 9.99896 -23
-0 -3.90491 0 0 -3.62544 0 0 -58.8702 -47.3688 -90.3027 -13.1937 -19.3364 9.99896 -23
-0 -3.89474 0 0 -3.77205 0 0 -58.8702 -47.5819 -88.1808 -13.9454 -19.3364 9.99896 -23
-0 -4.10115 0 0 -2.89456 0 0 -58.8702 -48.3799 -90.3027 -14.0084 -19.3364 10.9989 -23
-0 -4.11523 0 0 -2.81905 0 0 -58.8702 -48.3538 -90.3027 -14.266 -19.3364 10.9989 -23
-0 -4.07729 0 0 -3.04846 0 0 -58.8702 -48.6558 -88.1808 -14.7524 -19.3364 9.99896 -23
-0 -3.93919 0 0 -3.60263 0 0 -58.8702 -47.3158 -90.3027 -13.3924 -19.3364 9.99896 -23
-0 -3.84141 0 0 -3.60993 0 0 -58.8702 -47.5955 -90.3027 -13.5097 -19.3364 8.99907 -23
-0 -4.03765 0 0 -2.87904 0 0 -58.8702 -48.6065 -90.3027 -14.3244 -19.3364 9.99896 -23
-0 -4.05173 0 0 -2.80354 0 0 -58.8702 -48.5804 -90.3027 -14.582 -19.3364 9.99896 -23
-0 -4.54697 0 0 -3.04516 0 0 -60.8643 -43.2856 -80.4889 -15.565 -22.0226 9.99896 -25
-0 -4.16665 0 0 -3.07478 0 0 -58.8702 -48.3262 -88.1808 -15.0052 -19.3364 10.9989 -23
-0 -4.14352 0 0 -2.36328 0 0 -58.8702 -49.9584 -88.1808 -15.8938 -19.3364 8.99907 -23
-0 -3.62429 0 0 -3.56074 0 0 -58.8702 -47.6558 -90.3027 -14.5946 -19.3364 9.99896 -23
-0 -3.86322 0 0 -2.82985 0 0 -58.8702 -49.425 -90.3027 -14.4789 -19.3364 10.9989 -23
-0 -4.31109 0 0 -3.60663 0 0 -60.8643 -42.2253 -82.6108 -14.3224 -22.0226 8.99907 -25
-0 -4.34719 0 0 -2.98245 0 0 -58.8702 -47.8329 -90.3027 -13.9934 -19.3364 10.9989 -23
-0 -4.50734 0 0 -2.87574 0 0 -60.8643 -43.2363 -82.6108 -15.137 -22.0226 9.99896 -25
-0 -4.12702 0 0 -2.90536 0 0 -58.8702 -48.2769 -90.3027 -14.5772 -19.3364 10.9989 -23
-0 -4.52141 0 0 -2.80023 0 0 -60.8643 -43.2102 -82.6108 -15.3947 -22.0226 9.99896 -25
-0 -4.15166 0 0 -2.90936 0 0 -60.8643 -44.8598 -80.4889 -16.0474 -22.0226 9.99896 -25
-0 -4.40304 0 0 -2.53433 0 0 -60.8643 -45.2443 -80.4889 -16.1815 -22.0226 8.99907 -25
-0 -3.91578 0 0 -3.47083 0 0 -60.8643 -43.7995 -82.6108 -14.8048 -22.0226 8.99907 -25
-0 -4.11202 0 0 -2.73994 0 0 -60.8643 -44.8105 -82.6108 -15.6195 -22.0226 9.99896 -25
-0 -4.1261 0 0 -2.66443 0 0 -60.8643 -44.7844 -82.6108 -15.8771 -22.0226 9.99896 -25
-0 -4.25425 0 0 -2.73994 0 0 -60.3592 -44.6399 -83.6498 -15.7101 -22.9808 9.99896 -25
-0 -3.75221 0 0 -2.67344 0 0 -59.4443 -46.8873 -92.7463 -13.5506 -21.2322 8.99907 -23
-0 -3.88445 0 0 -3.63625 0 0 -58.8702 -47.7726 -90.3027 -13.8534 -19.3364 9.99896 -23
-0 -4.00772 0 0 -2.39853 0 0 -60.8643 -46.8185 -80.4889 -16.664 -22.0226 8.99907 -25
-0 -4.27085 0 0 -2.93876 0 0 -60.8617 -46.2291 -88.8012 -12.1124 -17.6959 9.99896 -23
-0 -4.58107 0 0 -3.15186 0 0 -58.8702 -47.9454 -88.1808 -14.6592 -19.3364 10.9989 -23
-0 -3.92286 0 0 -2.92695 0 0 -65.6255 -36.9167 -73.0298 -13.6343 -23.4366 9.99896 -27
-0 -4.34519 0 0 -3.71333 0 0 -58.8702 -46.885 -90.3027 -13.4166 -19.3364 9.99896 -23
-0 -3.8944 0 0 -2.66 0 0 -65.6255 -37.3981 -73.0298 -14.2065 -23.4366 8.99907 -27
-0 -4.54143 0 0 -2.98245 0 0 -58.8702 -47.8961 -90.3027 -14.2313 -19.3364 10.9989 -23
-0 -4.08126 0 0 -3.06891 0 0 -58.8702 -49.2632 -90.3027 -14.1351 -19.3364 10.9989 -23
-0 -4.55551 0 0 -2.90694 0 0 -58.8702 -47.87 -90.3027 -14.4889 -19.3364 10.9989 -23
-0 -4.10937 0 0 -3.18914 0 0 -58.8702 -49.317 -88.1808 -15.0283 -19.3364 11.9988 -23
-0 -4.12114 0 0 -3.30694 0 0 -60.8643 -43.9287 -82.6108 -15.2928 -22.0226 10.9989 -25
-0 -3.90952 0 0 -2.83373 0 0 -60.7567 -46.772 -89.3549 -13.0007 -18.4562 9.99896 -23
-0 -4.48813 0 0 -2.90936 0 0 -60.3592 -44.7524 -81.5279 -16.3759 -22.9808 9.99896 -25
-0 -4.30243 0 0 -2.96298 0 0 -58.8702 -48.8005 -90.3027 -14.4383 -19.3364 10.9989 -23
-0 -4.06974 0 0 -3.01972 0 0 -58.8702 -49.2677 -90.3027 -14.6003 -19.3364 11.9988 -23
-0 -4.25225 0 0 -3.47083 0 0 -60.3592 -43.6921 -83.6498 -15.1333 -22.9808 8.99907 -25
-0 -4.04587 0 0 -3.17362 0 0 -58.8702 -49.5437 -88.1808 -15.3443 -19.3364 10.9989 -23
-0 -4.55094 0 0 -3.0656 0 0 -60.8643 -43.893 -82.6108 -14.9478 -22.0226 10.9989 -25
-0 -4.44849 0 0 -2.73994 0 0 -60.3592 -44.7031 -83.6498 -15.948 -22.9808 9.99896 -25
-0 -4.46257 0 0 -2.66443 0 0 -60.3592 -44.677 -83.6498 -16.2056 -22.9808 9.99896 -25
-0 -3.86909 0 0 -2.26888 0 0 -62.984 -46.7378 -80.5557 -14.0273 -18.0969 8.99907 -24
-0 -4.50473 0 0 -3.10818 0 0 -60.8617 -46.3416 -86.6793 -12.7783 -17.6959 9.99896 -23
-0 -4.33203 0 0 -2.75023 0 0 -58.8702 -49.6401 -90.3027 -14.4004 -19.3364 10.9989 -23
-0 -4.15272 0 0 -2.54929 0 0 -65.6255 -37.8863 -73.0298 -13.7134 -23.4366 8.99907 -27
-0 -4.12813 0 0 -2.76204 0 0 -65.6255 -37.1269 -73.0298 -13.8558 -23.4366 8.99907 -27
-0 -4.3442 0 0 -2.39853 0 0 -60.3592 -46.7111 -81.5279 -16.9925 -22.9808 8.99907 -25
-0 -4.23893 0 0 -2.94746 0 0 -58.8702 -49.0271 -90.3027 -14.7544 -19.3364 9.99896 -23
-0 -3.89897 0 0 -2.49412 0 0 -64.7276 -42.4134 -79.0975 -12.4958 -18.5302 8.99907 -25
-0 -4.00624 0 0 -3.00421 0 0 -58.8702 -49.4944 -90.3027 -14.9163 -19.3364 10.9989 -23
-0 -4.26885 0 0 -3.66965 0 0 -60.8617 -45.2812 -88.8012 -11.5357 -17.6959 8.99907 -23
-0 -4.15563 0 0 -2.9298 0 0 -60.8643 -45.4672 -82.6108 -15.4302 -22.0226 10.9989 -25
-0 -4.15674 0 0 -3.09637 0 0 -65.6255 -37.0292 -70.9079 -14.3002 -23.4366 9.99896 -27
-0 -3.88928 0 0 -3.82611 0 0 -58.8702 -48.2809 -90.3027 -13.8313 -19.3364 10.9989 -23
-0 -3.87911 0 0 -3.97272 0 0 -58.8702 -48.494 -88.1808 -14.5831 -19.3364 10.9989 -23
-0 -4.51555 0 0 -3.17032 0 0 -60.8643 -44.1734 -80.4889 -16.1569 -22.0226 10.9989 -25
-0 -4.13259 0 0 -3.96192 0 0 -58.8702 -48.3018 -88.1808 -13.994 -19.3364 10.9989 -23
-0 -4.4651 0 0 -2.93876 0 0 -60.8617 -46.2923 -88.8012 -12.3503 -17.6959 9.99896 -23
-0 -4.17534 0 0 -2.49232 0 0 -60.7567 -47.8623 -87.2329 -14.1303 -18.4562 8.99907 -23
-0 -3.94727 0 0 -3.96841 0 0 -61.4349 -46.6513 -84.7828 -10.6154 -18.3679 9.99896 -24
-0 -4.47918 0 0 -2.86326 0 0 -60.8617 -46.2662 -88.8012 -12.608 -17.6959 9.99896 -23
-0 -4.11211 0 0 -2.48844 0 0 -58.8702 -50.8462 -88.1808 -16.4858 -19.3364 9.99896 -23
-0 -4.26853 0 0 -2.73472 0 0 -58.8702 -49.8668 -90.3027 -14.7164 -19.3364 9.99896 -23
-0 -3.68401 0 0 -2.60523 0 0 -59.4443 -47.5362 -92.7463 -14.6229 -21.2322 9.99896 -23
-0 -4.31514 0 0 -3.23833 0 0 -58.8702 -49.3757 -88.1808 -14.801 -19.3364 10.9989 -23
-0 -3.88083 0 0 -2.97378 0 0 -58.8702 -49.8726 -90.3027 -15.234 -19.3364 10.9989 -23
-0 -4.35502 0 0 -3.47635 0 0 -60.8643 -44.0412 -80.4889 -15.9587 -22.0226 10.9989 -25
-0 -3.92356 0 0 -3.8033 0 0 -58.8702 -48.2279 -90.3027 -14.03 -19.3364 10.9989 -23
-0 -3.92086 0 0 -3.65784 0 0 -65.6255 -35.9689 -73.0298 -13.0575 -23.4366 8.99907 -27
-0 -4.1434 0 0 -3.00315 0 0 -60.7567 -46.8845 -87.2329 -13.6666 -18.4562 9.99896 -23
-0 -4.17704 0 0 -3.7925 0 0 -58.8702 -48.0357 -90.3027 -13.441 -19.3364 10.9989 -23
-0 -4.70861 0 0 -2.94416 0 0 -60.8643 -43.6569 -82.6108 -15.567 -22.0226 9.99896 -25
-0 -4.11711 0 0 -2.92695 0 0 -65.6256 -36.9799 -73.0298 -13.8722 -23.4366 9.99896 -27
-0 -4.47592 0 0 -3.0009 0 0 -60.8643 -44.1242 -82.6108 -15.729 -22.0226 10.9989 -25
-0 -4.13119 0 0 -2.85144 0 0 -65.6255 -36.9538 -73.0298 -14.1298 -23.4366 9.99896 -27
-0 -3.82578 0 0 -3.8106 0 0 -58.8702 -48.5076 -90.3027 -14.1474 -19.3364 9.99896 -23
-0 -4.08869 0 0 -2.84049 0 0 -56.8379 -52.0131 -97.2268 -15.4702 -18.8975 9.99896 -22
-0 -4.12024 0 0 -3.03452 0 0 -60.8643 -45.7476 -80.4889 -16.6394 -22.0226 10.9989 -25
-0 -4.07926 0 0 -3.7998 0 0 -58.8702 -48.3154 -90.3027 -13.5583 -19.3364 9.99896 -23
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 8 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -3.71444 0 0 -2.53013 0 0 -44.5419 -28.3609 -62.1264 -9.27102 -18.5811 6.99927 -23
-0 -3.74458 0 0 -2.5508 0 0 -44.5419 -29.0601 -62.1264 -8.55348 -18.5811 7.99917 -23
-0 -3.74096 0 0 -2.65764 0 0 -44.5419 -28.7994 -62.1264 -8.94648 -18.5811 6.99927 -23
-0 -3.87526 0 0 -2.58389 0 0 -44.5419 -28.5409 -62.1264 -9.08773 -18.5811 7.99917 -23
-0 -3.84035 0 0 -2.67021 0 0 -44.5419 -28.5172 -62.1264 -9.04067 -18.5811 7.99917 -23
-0 -3.84967 0 0 -2.54826 0 0 -44.5419 -29.4273 -62.1264 -8.68264 -18.5811 7.99917 -23
-0 -2.90226 0 0 -1.77692 0 0 -46.1722 -27.4648 -59.0912 -8.18356 -25.9814 7.99917 -24
-0 -3.74559 0 0 -2.54716 0 0 -44.5419 -29.3087 -62.1264 -9.31064 -18.5811 7.99917 -23
-0 -3.77918 0 0 -2.79093 0 0 -44.5419 -28.6423 -62.1264 -9.0849 -18.5811 7.99917 -23
-0 -3.75578 0 0 -2.66685 0 0 -44.5419 -28.5855 -62.1264 -9.65124 -18.5811 7.99917 -23
-0 -3.78244 0 0 -2.66899 0 0 -44.5419 -29.4879 -62.1264 -8.69302 -18.5811 7.99917 -23
-0 -2.9324 0 0 -1.79759 0 0 -46.1722 -28.164 -59.0912 -7.46602 -25.9814 8.99907 -24
-0 -2.59219 0 0 -1.89185 0 0 -46.1722 -27.7692 -59.0912 -8.72176 -25.9814 7.99917 -24
-0 -3.7829 0 0 -2.68752 0 0 -44.5419 -29.4478 -62.1264 -8.84852 -18.5811 8.99907 -23
-0 -2.62233 0 0 -1.91252 0 0 -46.1722 -28.4684 -59.0912 -8.00423 -25.9814 8.99907 -24
-0 -4.007 0 0 -2.60121 0 0 -44.5419 -29.3282 -62.1264 -8.62538 -18.5811 8.99907 -23
-0 -3.7739 0 0 -2.67467 0 0 -44.5419 -29.5345 -62.1264 -8.97535 -18.5811 7.99917 -23
-0 -3.60953 0 0 -2.61174 0 0 -44.5419 -29.4777 -62.1264 -9.79376 -18.5811 7.99917 -23
-0 -3.79601 0 0 -2.79286 0 0 -44.5419 -29.2199 -62.1264 -8.97363 -18.5811 7.99917 -23
-0 -3.63967 0 0 -2.63241 0 0 -44.5419 -30.1769 -62.1265 -9.07622 -18.5811 8.99907 -23
-0 -3.90778 0 0 -2.60093 0 0 -44.5419 -29.3139 -62.1264 -9.16215 -18.5811 8.99907 -23
-0 -2.92878 0 0 -1.90443 0 0 -46.1722 -27.9033 -59.0912 -7.85902 -25.9814 7.99917 -24
-0 -3.87288 0 0 -2.68724 0 0 -44.5419 -29.2902 -62.1264 -9.11509 -18.5811 8.99907 -23
-0 -2.97411 0 0 -1.78904 0 0 -46.1722 -28.3953 -59.0912 -7.67401 -25.9814 7.99917 -24
-0 -3.06308 0 0 -1.83068 0 0 -46.1722 -27.6447 -59.0912 -8.00027 -25.9814 8.99907 -24
-0 -3.80489 0 0 -2.70462 0 0 -44.5419 -29.5189 -62.1264 -9.09421 -18.5811 7.99917 -23
-0 -3.85195 0 0 -2.58054 0 0 -44.5419 -28.5615 -62.1264 -10.3639 -18.5811 7.99917 -23
-0 -3.02817 0 0 -1.917 0 0 -46.1722 -27.6211 -59.0912 -7.95321 -25.9814 8.99907 -24
-0 -2.61871 0 0 -2.01935 0 0 -46.1722 -28.2077 -59.0912 -8.39723 -25.9814 7.99917 -24
-0 -3.80002 0 0 -2.80797 0 0 -44.5419 -29.311 -62.1264 -9.10504 -18.5811 8.99907 -23
-0 -3.88219 0 0 -2.5653 0 0 -44.5419 -30.2003 -62.1264 -8.75706 -18.5811 8.99907 -23
-0 -2.75301 0 0 -1.94561 0 0 -46.1722 -27.9491 -59.0912 -8.53848 -25.9814 8.99907 -24
-0 -3.80328 0 0 -2.68602 0 0 -44.5419 -30.1566 -62.1265 -8.71316 -18.5811 8.99907 -23
-0 -3.03749 0 0 -1.79505 0 0 -46.1722 -28.5312 -59.0912 -7.59518 -25.9815 8.99907 -24
-0 -4.02553 0 0 -2.67213 0 0 -44.5419 -29.1612 -62.1264 -9.10422 -18.5811 7.99917 -23
-0 -2.71811 0 0 -2.03192 0 0 -46.1722 -27.9255 -59.0912 -8.49142 -25.9814 8.99907 -24
-0 -3.58973 0 0 -2.51884 0 0 -44.5419 -29.7526 -62.1264 -10.5037 -18.5811 7.99917 -23
-0 -3.63605 0 0 -2.73925 0 0 -44.5419 -29.9162 -62.1265 -9.46922 -18.581 7.99917 -23
-0 -3.88799 0 0 -2.68499 0 0 -44.5419 -29.815 -62.1264 -8.97767 -18.5811 8.99907 -23
-0 -3.68138 0 0 -2.62386 0 0 -44.5419 -30.4082 -62.1264 -9.28421 -18.5811 7.99917 -23
-0 -3.77035 0 0 -2.66551 0 0 -44.5419 -29.6577 -62.1264 -9.61047 -18.5811 8.99907 -23
-0 -2.93341 0 0 -1.79395 0 0 -46.1722 -28.4126 -59.0912 -8.22318 -25.9814 8.99907 -24
-0 -3.61986 0 0 -2.53951 0 0 -44.5419 -30.4518 -62.1264 -9.78617 -18.5811 8.99907 -23
-0 -2.96701 0 0 -2.03772 0 0 -46.1722 -27.7462 -59.0912 -7.99745 -25.9814 8.99907 -24
-0 -2.72742 0 0 -1.90998 0 0 -46.1722 -28.8355 -59.0912 -8.13338 -25.9815 8.99907 -24
-0 -2.94361 0 0 -1.91364 0 0 -46.1722 -27.6893 -59.0912 -8.56378 -25.9814 8.99907 -24
-0 -3.78694 0 0 -2.68388 0 0 -44.5419 -29.5333 -62.1264 -9.69086 -18.5811 8.99907 -23
-0 -4.10295 0 0 -2.53839 0 0 -44.5419 -29.0984 -62.1264 -9.57706 -18.5811 7.99917 -23
-0 -4.1121 0 0 -2.59867 0 0 -44.5419 -29.6953 -62.1264 -8.75453 -18.5811 8.99907 -23
-0 -3.07838 0 0 -1.82214 0 0 -46.1722 -28.131 -59.0912 -8.00863 -25.9814 7.99917 -24
-0 -3.73544 0 0 -2.75182 0 0 -44.5419 -29.634 -62.1264 -9.56341 -18.5811 8.99907 -23
-0 -2.97027 0 0 -1.91578 0 0 -46.1722 -28.5918 -59.0912 -7.60556 -25.9814 8.99907 -24
-0 -3.0375 0 0 -1.90845 0 0 -46.1722 -28.0772 -59.0912 -7.98093 -25.9814 7.99917 -24
-0 -2.62335 0 0 -1.90888 0 0 -46.1722 -28.717 -59.0912 -8.76138 -25.9814 8.99907 -24
-0 -4.13301 0 0 -2.55906 0 0 -44.5419 -29.8056 -62.1264 -8.8204 -18.5811 8.99907 -23
-0 -3.82077 0 0 -2.80571 0 0 -44.5419 -29.8756 -62.1264 -8.98805 -18.5811 8.99907 -23
-0 -2.65694 0 0 -2.15265 0 0 -46.1722 -28.0506 -59.0912 -8.53565 -25.9814 8.99907 -24
-0 -3.81685 0 0 -2.80989 0 0 -44.5419 -29.8886 -62.1264 -8.99376 -18.5811 8.99907 -23
-0 -2.63354 0 0 -2.02857 0 0 -46.1722 -27.9937 -59.0912 -9.10199 -25.9814 8.99907 -24
-0 -3.74476 0 0 -2.62988 0 0 -44.5419 -30.5441 -62.1265 -9.20537 -18.5811 8.99907 -23
-0 -2.75517 0 0 -1.93706 0 0 -46.1722 -28.4591 -59.0912 -8.55822 -25.9815 7.99917 -24
-0 -2.97073 0 0 -1.93431 0 0 -46.1722 -28.5516 -59.0912 -7.76106 -25.9814 9.99896 -24
-0 -3.7218 0 0 -2.79436 0 0 -44.5419 -30.197 -62.1264 -9.09906 -18.5811 7.99917 -23
-0 -2.6602 0 0 -2.03071 0 0 -46.1722 -28.8962 -59.0912 -8.14376 -25.9814 8.99907 -24
-0 -4.04487 0 0 -2.7194 0 0 -44.5419 -29.756 -62.1264 -8.76491 -18.5811 8.99907 -23
-0 -2.72446 0 0 -2.02338 0 0 -46.1722 -28.4086 -59.0912 -8.51019 -25.9814 7.99917 -24
-0 -3.19483 0 0 -1.848 0 0 -46.1722 -28.432 -59.0912 -7.53792 -25.9814 9.99896 -24
-0 -3.82573 0 0 -2.72165 0 0 -44.5419 -30.1876 -62.1264 -9.11435 -18.5811 8.99907 -23
-0 -3.0792 0 0 -1.78651 0 0 -46.1722 -28.7624 -59.0912 -7.80316 -25.9814 7.99917 -24
-0 -2.96172 0 0 -1.92146 0 0 -46.1722 -28.6383 -59.0912 -7.88789 -25.9814 8.99907 -24
-0 -3.64068 0 0 -2.62877 0 0 -44.5419 -30.4255 -62.1265 -9.83338 -18.5811 8.99907 -23
-0 -3.71479 0 0 -2.67241 0 0 -44.5419 -30.4532 -62.1264 -9.42473 -18.5811 7.99917 -23
-0 -3.67428 0 0 -2.87254 0 0 -44.5419 -29.7591 -62.1264 -9.60764 -18.5811 8.99907 -23
-0 -2.66066 0 0 -2.04924 0 0 -46.1722 -28.856 -59.0912 -8.29926 -25.9814 9.99896 -24
-0 -3.65088 0 0 -2.74846 0 0 -44.5419 -29.7023 -62.1264 -10.174 -18.5811 8.99907 -23
-0 -3.78565 0 0 -2.65696 0 0 -44.5419 -30.1439 -62.1264 -9.61883 -18.5811 7.99917 -23
-0 -3.61625 0 0 -2.64634 0 0 -44.5419 -30.1911 -62.1264 -10.1792 -18.5811 7.99917 -23
-0 -3.67754 0 0 -2.7506 0 0 -44.5419 -30.6047 -62.1265 -9.21576 -18.5811 8.99907 -23
-0 -2.97633 0 0 -2.02918 0 0 -46.1722 -28.2023 -59.0912 -8.02517 -25.9814 7.99917 -24
-0 -2.95293 0 0 -1.90509 0 0 -46.1722 -28.1455 -59.0912 -8.5915 -25.9814 7.99917 -24
-0 -3.66699 0 0 -2.72667 0 0 -44.5419 -30.3201 -62.1264 -9.6445 -18.5811 7.99917 -23
-0 -2.98383 0 0 -2.03965 0 0 -46.1722 -28.3238 -59.0912 -7.88617 -25.9814 8.99907 -24
-0 -3.74477 0 0 -2.74327 0 0 -44.5419 -30.0901 -62.1264 -9.59113 -18.5811 7.99917 -23
-0 -3.09561 0 0 -1.84772 0 0 -46.1722 -28.4178 -59.0912 -8.07469 -25.9814 9.99896 -24
-0 -2.88476 0 0 -1.96292 0 0 -46.1722 -28.7364 -59.0912 -8.07612 -25.9814 9.99896 -24
-0 -3.66158 0 0 -2.53096 0 0 -44.5419 -30.6831 -62.1264 -9.99415 -18.5811 7.99917 -23
-0 -3.75054 0 0 -2.5726 0 0 -44.5419 -29.9326 -62.1264 -10.3204 -18.5811 8.99907 -23
-0 -2.65165 0 0 -2.03639 0 0 -46.1722 -28.9427 -59.0912 -8.4261 -25.9814 8.99907 -24
-0 -4.1377 0 0 -2.66248 0 0 -44.5419 -29.4732 -62.1264 -9.20627 -18.5811 7.99917 -23
-0 -3.01198 0 0 -1.90723 0 0 -46.1722 -28.8231 -59.0912 -7.81354 -25.9814 7.99917 -24
-0 -3.7368 0 0 -2.70804 0 0 -44.5419 -30.5134 -62.1264 -9.40231 -18.5811 7.99917 -23
-0 -3.0607 0 0 -1.93403 0 0 -46.1722 -28.3941 -59.0912 -8.02763 -25.9814 9.99896 -24
-0 -3.678 0 0 -2.76913 0 0 -44.5419 -30.5646 -62.1265 -9.37126 -18.5811 9.99896 -23
-0 -4.27455 0 0 -2.72062 0 0 -44.5419 -28.7903 -62.1264 -9.31927 -18.5811 8.99907 -23
-0 -3.69712 0 0 -2.74734 0 0 -44.5419 -31.0192 -62.1265 -8.92696 -18.5811 8.99907 -23
-0 -3.71564 0 0 -2.65891 0 0 -44.5419 -29.9089 -62.1264 -10.2734 -18.5811 8.99907 -23
-0 -2.99272 0 0 -1.95141 0 0 -46.1722 -28.6228 -59.0912 -8.00675 -25.9814 8.99907 -24
-0 -2.66329 0 0 -2.1441 0 0 -46.1722 -28.5338 -59.0912 -8.55442 -25.9814 7.99917 -24
-0 -2.63989 0 0 -2.02002 0 0 -46.1722 -28.4769 -59.0912 -9.12076 -25.9814 7.99917 -24
-0 -4.1944 0 0 -2.80543 0 0 -44.5419 -28.8442 -62.1264 -9.31414 -18.5811 8.99907 -23
-FEATURES_TXT_END_0
-FEATURES_TXT_BEGIN_0 9 100 14 d_0 d_1 d_2 d_3 d_4 d_5 d_6 lm_0 tm_0 tm_1 tm_2 tm_3 tm_4 w_0
-0 -9.11029 0 0 -8.19133 0 0 -161.658 -77.0233 -130.955 -28.1401 -68.1689 20.9978 -41
-0 -8.3898 0 0 -10.4006 0 0 -164.856 -71.0776 -125.734 -24.4895 -64.5253 18.998 -41
-0 -8.84906 0 0 -10.6393 0 0 -165.453 -70.8234 -124.652 -22.4591 -62.7051 18.998 -40
-0 -9.14095 0 0 -7.34667 0 0 -161.658 -79.8051 -130.955 -28.3452 -68.1689 20.9978 -41
-0 -8.42046 0 0 -9.55594 0 0 -164.856 -73.8594 -125.734 -24.6945 -64.5253 18.998 -41
-0 -9.44676 0 0 -8.5278 0 0 -152.992 -92.5855 -139.45 -34.5658 -67.3579 21.9977 -41
-0 -8.87972 0 0 -9.7946 0 0 -165.453 -73.6051 -124.652 -22.6642 -62.7051 18.998 -40
-0 -8.72628 0 0 -10.7371 0 0 -156.19 -86.6399 -134.228 -30.9152 -63.7144 19.9979 -41
-0 -9.18553 0 0 -10.9757 0 0 -156.787 -86.3856 -133.146 -28.8848 -61.8941 19.9979 -40
-0 -9.47742 0 0 -7.68314 0 0 -152.992 -95.3673 -139.45 -34.7708 -67.3579 21.9977 -41
-0 -8.75693 0 0 -9.89241 0 0 -156.19 -89.4216 -134.228 -31.1202 -63.7144 19.9979 -41
-0 -9.21619 0 0 -10.1311 0 0 -156.787 -89.1674 -133.146 -29.0898 -61.8941 19.9979 -40
-0 -8.36877 0 0 -10.1715 0 0 -168.882 -65.8002 -120.396 -22.6881 -62.8568 18.998 -41
-0 -8.77104 0 0 -7.93828 0 0 -166.165 -69.9987 -126.045 -24.6434 -70.8521 19.9979 -43
-0 -8.93017 0 0 -7.99214 0 0 -161.819 -79.4099 -133.904 -28.5985 -63.6594 19.9979 -40
-0 -9.2303 0 0 -8.17695 0 0 -166.762 -69.7445 -124.963 -22.6131 -69.0318 19.9979 -42
-0 -8.39943 0 0 -9.3268 0 0 -168.882 -68.5819 -120.396 -22.8932 -62.8568 18.998 -41
-0 -8.8017 0 0 -7.09362 0 0 -166.165 -72.7805 -126.045 -24.8485 -70.8521 19.9979 -43
-0 -8.96083 0 0 -7.14748 0 0 -161.819 -82.1917 -133.904 -28.8036 -63.6594 19.9979 -40
-0 -9.21275 0 0 -7.88616 0 0 -161.658 -78.3933 -130.955 -28.8299 -68.1689 20.9978 -41
-0 -9.26096 0 0 -7.33228 0 0 -166.762 -72.5262 -124.963 -22.8181 -69.0318 19.9979 -42
-0 -8.70524 0 0 -10.5079 0 0 -160.216 -81.3624 -128.89 -29.1138 -62.0459 19.9979 -41
-0 -8.49226 0 0 -10.0954 0 0 -164.856 -72.4477 -125.734 -25.1793 -64.5253 18.998 -41
-0 -9.10752 0 0 -8.27476 0 0 -157.498 -85.5609 -134.54 -31.0691 -70.0411 20.9978 -43
-0 -9.26664 0 0 -8.32861 0 0 -153.152 -94.9721 -142.398 -35.0242 -62.8484 20.9978 -40
-0 -9.36396 0 0 -8.43213 0 0 -161.658 -77.2494 -130.955 -27.8549 -68.1689 21.9977 -41
-0 -8.95152 0 0 -10.3341 0 0 -165.453 -72.1934 -124.652 -23.1489 -62.7051 18.998 -40
-0 -9.56677 0 0 -8.51342 0 0 -158.096 -85.3067 -133.458 -29.0387 -68.2208 20.9978 -42
-0 -8.7359 0 0 -9.66327 0 0 -160.216 -84.1442 -128.89 -29.3188 -62.0459 19.9979 -41
-0 -8.64347 0 0 -10.6414 0 0 -164.856 -71.3038 -125.734 -24.2043 -64.5253 19.9979 -41
-0 -9.13818 0 0 -7.43009 0 0 -157.498 -88.3427 -134.54 -31.2742 -70.0411 20.9978 -43
-0 -9.10273 0 0 -10.8801 0 0 -165.453 -71.0495 -124.652 -22.1739 -62.7051 19.9979 -40
-0 -9.2973 0 0 -7.48395 0 0 -153.152 -97.7539 -142.398 -35.2293 -62.8484 20.9978 -40
-0 -9.54922 0 0 -8.22263 0 0 -152.992 -93.9555 -139.45 -35.2556 -67.3579 21.9977 -41
-0 -9.39462 0 0 -7.58747 0 0 -161.658 -80.0312 -130.955 -28.06 -68.1689 21.9977 -41
-0 -9.59743 0 0 -7.66876 0 0 -158.096 -88.0884 -133.458 -29.2438 -68.2208 20.9978 -42
-0 -9.51362 0 0 -8.32267 0 0 -161.658 -78.043 -130.955 -27.218 -68.1689 20.9978 -41
-0 -8.75001 0 0 -7.70914 0 0 -170.191 -64.7213 -120.707 -22.8421 -69.1836 19.9979 -43
-0 -8.82873 0 0 -10.4319 0 0 -156.19 -88.0099 -134.228 -31.6049 -63.7144 19.9979 -41
-0 -8.67413 0 0 -9.79674 0 0 -164.856 -74.0855 -125.734 -24.4094 -64.5253 19.9979 -41
-0 -8.79313 0 0 -10.5319 0 0 -164.856 -72.0974 -125.734 -23.5673 -64.5253 18.998 -41
-0 -9.70043 0 0 -8.7686 0 0 -152.992 -92.8117 -139.45 -34.2806 -67.3579 22.9976 -41
-0 -9.28799 0 0 -10.6706 0 0 -156.787 -87.7556 -133.146 -29.5746 -61.8941 19.9979 -40
-0 -9.13339 0 0 -10.0354 0 0 -165.453 -73.8313 -124.652 -22.379 -62.7051 19.9979 -40
-0 -8.59093 0 0 -7.73909 0 0 -166.326 -72.3853 -128.993 -25.1018 -66.3426 18.998 -42
-0 -9.54428 0 0 -7.47801 0 0 -161.658 -80.8248 -130.955 -27.423 -68.1689 20.9978 -41
-0 -8.78067 0 0 -6.86448 0 0 -170.191 -67.503 -120.707 -23.0471 -69.1836 19.9979 -43
-0 -8.97994 0 0 -10.9779 0 0 -156.19 -86.866 -134.228 -30.63 -63.7144 20.9978 -41
-0 -9.77904 0 0 -9.62642 0 0 -152.992 -92.0438 -139.45 -32.0464 -67.3579 21.9977 -41
-0 -9.05018 0 0 -7.97775 0 0 -166.923 -72.1311 -127.911 -23.0715 -64.5223 18.998 -41
-0 -9.4392 0 0 -11.2165 0 0 -156.787 -86.6118 -133.146 -28.5996 -61.8941 20.9978 -40
-0 -8.82379 0 0 -9.68728 0 0 -164.856 -74.8791 -125.734 -23.7724 -64.5253 18.998 -41
-0 -9.05855 0 0 -11.8357 0 0 -156.19 -86.0982 -134.228 -28.3958 -63.7144 19.9979 -41
-0 -9.73109 0 0 -7.92394 0 0 -152.992 -95.5934 -139.45 -34.4857 -67.3579 22.9976 -41
-0 -8.47123 0 0 -9.86629 0 0 -168.882 -67.1702 -120.396 -23.3779 -62.8568 18.998 -41
-0 -9.85009 0 0 -8.65914 0 0 -152.992 -93.6053 -139.45 -33.6436 -67.3579 21.9977 -41
-0 -9.08648 0 0 -8.04561 0 0 -161.525 -80.2835 -129.202 -29.2677 -68.3726 20.9978 -43
-0 -9.56954 0 0 -8.42999 0 0 -162.943 -76.769 -129.873 -26.1097 -66.3486 20.9978 -40
-0 -8.62159 0 0 -6.89443 0 0 -166.326 -75.1671 -128.993 -25.3069 -66.3426 18.998 -42
-0 -8.8735 0 0 -7.63311 0 0 -166.165 -71.3687 -126.045 -25.3332 -70.8521 19.9979 -43
-0 -9.0106 0 0 -10.1332 0 0 -156.19 -89.6478 -134.228 -30.835 -63.7144 20.9978 -41
-0 -9.8097 0 0 -8.78175 0 0 -152.992 -94.8256 -139.45 -32.2515 -67.3579 21.9977 -41
-0 -9.03263 0 0 -7.68697 0 0 -161.819 -80.7799 -133.904 -29.2883 -63.6594 19.9979 -40
-0 -9.12961 0 0 -10.8684 0 0 -156.19 -87.6596 -134.228 -29.993 -63.7144 19.9979 -41
-0 -9.08084 0 0 -7.13309 0 0 -166.923 -74.9128 -127.911 -23.2765 -64.5223 18.998 -41
-0 -9.33276 0 0 -7.87178 0 0 -166.762 -71.1145 -124.963 -23.3029 -69.0318 19.9979 -42
-0 -9.46986 0 0 -10.3719 0 0 -156.787 -89.3935 -133.146 -28.8047 -61.8941 20.9978 -40
-0 -8.62244 0 0 -10.4123 0 0 -168.882 -66.0263 -120.396 -22.4029 -62.8568 19.9979 -41
-0 -9.11527 0 0 -7.54721 0 0 -161.658 -81.2787 -130.955 -28.5662 -68.1689 21.9977 -41
-0 -9.08921 0 0 -10.991 0 0 -156.19 -88.8799 -134.228 -28.6008 -63.7144 19.9979 -41
-0 -8.9274 0 0 -8.07556 0 0 -157.659 -87.9476 -137.488 -31.5275 -65.5316 19.9979 -42
-0 -9.88075 0 0 -7.81448 0 0 -152.992 -96.387 -139.45 -33.8487 -67.3579 21.9977 -41
-0 -9.11714 0 0 -7.20095 0 0 -161.525 -83.0652 -129.202 -29.4728 -68.3726 20.9978 -43
-0 -9.02471 0 0 -8.17908 0 0 -166.165 -70.2248 -126.045 -24.3583 -70.8521 20.9978 -43
-0 -9.6002 0 0 -7.58533 0 0 -162.943 -79.5508 -129.873 -26.3148 -66.3486 20.9978 -40
-0 -9.18384 0 0 -8.23294 0 0 -161.819 -79.636 -133.904 -28.3134 -63.6594 20.9978 -40
-0 -8.39479 0 0 -9.75649 0 0 -164.856 -75.3331 -125.734 -24.9156 -64.5253 19.9979 -41
-0 -9.38666 0 0 -8.31423 0 0 -158.256 -87.6933 -136.406 -29.4972 -63.7113 19.9979 -41
-0 -9.48397 0 0 -8.41775 0 0 -166.762 -69.9706 -124.963 -22.3279 -69.0318 20.9978 -42
-0 -9.16026 0 0 -10.0237 0 0 -156.19 -90.4414 -134.228 -30.1981 -63.7144 19.9979 -41
-0 -9.01118 0 0 -12.0743 0 0 -156.787 -86.182 -133.146 -28.0914 -61.8941 19.9979 -40
-0 -8.85404 0 0 -9.99515 0 0 -165.453 -75.0788 -124.652 -22.8852 -62.7051 19.9979 -40
-0 -9.33847 0 0 -8.39188 0 0 -161.658 -77.9151 -130.955 -28.6243 -68.1689 21.9977 -41
-0 -8.8077 0 0 -10.2028 0 0 -160.216 -82.7324 -128.89 -29.8036 -62.0459 19.9979 -41
-0 -8.6531 0 0 -9.5676 0 0 -168.882 -68.8081 -120.396 -22.608 -62.8568 19.9979 -41
-0 -8.7721 0 0 -10.3028 0 0 -168.882 -66.8199 -120.396 -21.766 -62.8568 18.998 -41
-0 -9.60468 0 0 -8.86428 0 0 -155.067 -91.4248 -138.68 -31.3533 -65.412 21.9977 -41
-0 -9.90602 0 0 -8.76647 0 0 -154.277 -92.3313 -138.368 -32.5354 -65.5377 21.9977 -40
-0 -8.95806 0 0 -7.2309 0 0 -157.659 -90.7293 -137.488 -31.7326 -65.5316 19.9979 -42
-0 -8.26925 0 0 -10.1519 0 0 -168.882 -67.5221 -120.396 -23.2831 -62.8568 18.998 -41
-0 -9.20997 0 0 -7.96959 0 0 -157.498 -86.9309 -134.54 -31.7589 -70.0411 20.9978 -43
-0 -9.05537 0 0 -7.33442 0 0 -166.165 -73.0066 -126.045 -24.5633 -70.8521 20.9978 -43
-0 -8.61798 0 0 -10.6011 0 0 -164.856 -71.9694 -125.734 -24.9737 -64.5253 19.9979 -41
-0 -9.17437 0 0 -8.06962 0 0 -166.165 -71.0184 -126.045 -23.7213 -70.8521 19.9979 -43
-0 -9.3691 0 0 -8.02344 0 0 -153.152 -96.3421 -142.398 -35.714 -62.8484 20.9978 -40
-0 -9.2145 0 0 -7.38828 0 0 -161.819 -82.4178 -133.904 -28.5184 -63.6594 20.9978 -40
-0 -9.41731 0 0 -7.46956 0 0 -158.256 -90.4751 -136.406 -29.7022 -63.7113 19.9979 -41
-0 -9.3335 0 0 -8.12347 0 0 -161.819 -80.4296 -133.904 -27.6764 -63.6594 19.9979 -40
-0 -8.56989 0 0 -7.50994 0 0 -170.352 -67.1079 -123.655 -23.3005 -64.6741 18.998 -42
-0 -8.8842 0 0 -11.0735 0 0 -158.265 -85.4791 -133.458 -27.7026 -61.7685 19.9979 -41
-FEATURES_TXT_END_0
diff --git a/regression-testing/tests/mert.pro/data/INIT b/regression-testing/tests/mert.pro/data/INIT
deleted file mode 100644
index e1122383a..000000000
--- a/regression-testing/tests/mert.pro/data/INIT
+++ /dev/null
@@ -1,3 +0,0 @@
-0.4 0.15 0.15 0.15 0.15 0.15 0.15 0.5 -1 0.2 0.2 0.2 0.2 0.2
-0 0 0 0 0 0 0 0 0 0 0 0 0 0
-1 1 1 1 1 1 1 1 1 1 1 1 1 1
diff --git a/regression-testing/tests/mert.pro/data/SCORESTAT.bin b/regression-testing/tests/mert.pro/data/SCORESTAT.bin
deleted file mode 100644
index 18c81b2b2..000000000
--- a/regression-testing/tests/mert.pro/data/SCORESTAT.bin
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/mert.pro/data/SCORESTAT.txt b/regression-testing/tests/mert.pro/data/SCORESTAT.txt
deleted file mode 100644
index a7cf9f28e..000000000
--- a/regression-testing/tests/mert.pro/data/SCORESTAT.txt
+++ /dev/null
@@ -1,1020 +0,0 @@
-SCORES_TXT_BEGIN_0 0 100 9 BLEU
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-5 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-5 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-6 12 1 11 0 10 0 9 18
-5 13 0 12 0 11 0 10 18
-5 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-5 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 12 1 11 0 10 0 9 18
-5 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-5 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-7 15 1 14 0 13 0 12 18
-6 14 1 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 12 1 11 0 10 0 9 18
-5 13 0 12 0 11 0 10 18
-5 13 0 12 0 11 0 10 18
-5 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-5 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-4 13 0 12 0 11 0 10 18
-5 14 0 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-4 13 0 12 0 11 0 10 18
-6 14 1 13 0 12 0 11 18
-5 14 0 13 0 12 0 11 18
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 1 100 9 BLEU
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-18 28 10 27 6 26 5 25 41
-17 27 9 26 6 25 5 24 41
-16 29 9 28 6 27 5 26 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-16 28 9 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-18 29 10 28 6 27 5 26 41
-18 28 10 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-16 29 9 28 6 27 5 26 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-15 25 5 24 1 23 0 22 41
-18 29 10 28 6 27 5 26 41
-17 27 9 26 6 25 5 24 41
-18 28 10 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-16 29 9 28 6 27 5 26 41
-15 26 5 25 1 24 0 23 41
-17 26 9 25 6 24 5 23 41
-18 29 10 28 6 27 5 26 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-18 28 10 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-17 27 9 26 6 25 5 24 41
-18 29 10 28 6 27 5 26 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-15 24 6 23 2 22 0 21 41
-17 26 9 25 6 24 5 23 41
-18 28 10 27 6 26 5 25 41
-17 27 9 26 6 25 5 24 41
-18 28 10 27 6 26 5 25 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-16 29 9 28 6 27 5 26 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-15 25 6 24 2 23 0 22 41
-17 27 9 26 6 25 5 24 41
-18 29 10 28 6 27 5 26 41
-18 29 10 28 6 27 5 26 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-17 27 9 26 6 25 5 24 41
-17 27 9 26 6 25 5 24 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-18 28 10 27 6 26 5 25 41
-18 26 9 25 6 24 5 23 41
-17 26 9 25 6 24 5 23 41
-16 28 9 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-18 28 10 27 6 26 5 25 41
-17 26 9 25 6 24 5 23 41
-17 27 9 26 6 25 5 24 41
-16 29 9 28 6 27 5 26 41
-15 25 6 24 2 23 0 22 41
-15 25 6 24 2 23 0 22 41
-17 27 9 26 6 25 5 24 41
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 2 100 9 BLEU
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-13 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-12 17 6 16 4 15 3 14 21
-13 18 7 17 4 16 3 15 21
-9 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-12 17 6 16 4 15 3 14 21
-8 14 2 13 0 12 0 11 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-9 15 2 14 0 13 0 12 21
-15 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-8 14 2 13 0 12 0 11 21
-13 21 7 20 4 19 3 18 21
-12 20 6 19 4 18 3 17 21
-13 18 7 17 4 16 3 15 21
-15 21 7 20 4 19 3 18 21
-8 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-9 18 2 17 0 16 0 15 21
-13 22 7 21 4 20 3 19 21
-9 15 2 14 0 13 0 12 21
-12 17 6 16 4 15 3 14 21
-13 18 7 17 4 16 3 15 21
-12 20 6 19 4 18 3 17 21
-8 17 2 16 0 15 0 14 21
-13 18 7 17 4 16 3 15 21
-12 20 7 19 4 18 3 17 21
-7 15 2 14 0 13 0 12 21
-8 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-11 16 5 15 1 14 0 13 21
-9 18 2 17 0 16 0 15 21
-13 22 7 21 4 20 3 19 21
-9 15 2 14 0 13 0 12 21
-8 15 2 14 0 13 0 12 21
-7 14 2 13 0 12 0 11 21
-9 16 2 15 0 14 0 13 21
-12 17 6 16 4 15 3 14 21
-9 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-8 15 2 14 0 13 0 12 21
-13 18 7 17 4 16 3 15 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-8 17 2 16 0 15 0 14 21
-12 18 7 17 4 16 3 15 21
-12 20 7 19 4 18 3 17 21
-7 15 2 14 0 13 0 12 21
-12 17 6 16 4 15 3 14 21
-8 14 2 13 0 12 0 11 21
-12 19 7 18 4 17 3 16 21
-13 21 7 20 4 19 3 18 21
-11 16 5 15 1 14 0 13 21
-13 18 7 17 4 16 3 15 21
-13 19 7 18 4 17 3 16 21
-13 18 7 17 4 16 3 15 21
-7 15 2 14 0 13 0 12 21
-8 15 2 14 0 13 0 12 21
-7 14 2 13 0 12 0 11 21
-9 16 2 15 0 14 0 13 21
-12 17 6 16 4 15 3 14 21
-9 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-8 18 2 17 0 16 0 15 21
-15 21 7 20 4 19 3 18 21
-10 15 4 14 1 13 0 12 21
-8 14 1 13 0 12 0 11 21
-8 15 2 14 0 13 0 12 21
-13 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-13 18 7 17 4 16 3 15 21
-12 20 6 19 4 18 3 17 21
-12 18 7 17 4 16 3 15 21
-12 17 6 16 4 15 3 14 21
-13 18 7 17 4 16 3 15 21
-13 18 7 17 4 16 3 15 21
-8 15 2 14 0 13 0 12 21
-9 18 2 17 0 16 0 15 21
-9 15 2 14 0 13 0 12 21
-8 14 2 13 0 12 0 11 21
-12 17 6 16 4 15 3 14 21
-7 13 1 12 0 11 0 10 21
-12 20 6 19 4 18 3 17 21
-13 21 7 20 4 19 3 18 21
-13 21 7 20 4 19 3 18 21
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 3 100 9 BLEU
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-11 17 8 16 6 15 4 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-12 17 10 16 8 15 6 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-10 16 8 15 6 14 4 13 15
-11 17 8 16 6 15 4 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-11 17 8 16 6 15 4 14 15
-9 14 7 13 5 12 3 11 15
-9 14 7 13 5 12 3 11 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-11 17 8 16 5 15 3 14 15
-12 17 10 16 8 15 6 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-11 17 8 16 6 15 4 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-11 17 8 16 6 15 4 14 15
-11 17 8 16 6 15 4 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-11 17 8 16 5 15 3 14 15
-7 13 5 12 3 11 1 10 15
-12 17 10 16 8 15 6 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-12 17 10 16 8 15 6 14 15
-9 14 7 13 5 12 3 11 15
-12 17 10 16 8 15 6 14 15
-11 17 8 16 5 15 3 14 15
-10 16 8 15 6 14 4 13 15
-12 17 10 16 8 15 6 14 15
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 4 100 9 BLEU
-27 34 13 33 4 32 0 31 46
-27 34 13 33 4 32 0 31 46
-26 36 13 35 5 34 0 33 46
-26 36 13 35 5 34 0 33 46
-25 34 11 33 3 32 0 31 46
-25 34 11 33 3 32 0 31 46
-26 35 13 34 5 33 0 32 46
-26 35 13 34 5 33 0 32 46
-25 36 12 35 5 34 0 33 46
-27 34 13 33 4 32 0 31 46
-25 36 12 35 5 34 0 33 46
-26 35 13 34 5 33 0 32 46
-26 35 13 34 5 33 0 32 46
-25 36 12 35 5 34 0 33 46
-25 36 12 35 5 34 0 33 46
-26 36 13 35 5 34 0 33 46
-26 36 13 35 5 34 0 33 46
-26 36 13 35 5 34 0 33 46
-25 33 13 32 6 31 1 30 46
-25 33 13 32 6 31 1 30 46
-24 35 11 34 4 33 0 32 46
-24 35 11 34 4 33 0 32 46
-23 36 10 35 4 34 0 33 46
-25 33 13 32 6 31 1 30 46
-25 34 11 33 3 32 0 31 46
-25 33 13 32 6 31 1 30 46
-24 35 11 34 4 33 0 32 46
-24 35 11 34 4 33 0 32 46
-23 36 10 35 4 34 0 33 46
-27 34 13 33 4 32 0 31 46
-27 34 13 33 4 32 0 31 46
-25 36 12 35 5 34 0 33 46
-26 35 12 34 4 33 0 32 46
-26 35 13 34 5 33 0 32 46
-25 33 13 32 6 31 1 30 46
-26 35 13 34 5 33 0 32 46
-25 33 13 32 6 31 1 30 46
-25 36 12 35 5 34 0 33 46
-27 34 13 33 4 32 0 31 46
-27 34 13 33 4 32 0 31 46
-25 36 12 35 5 34 0 33 46
-25 36 12 35 5 34 0 33 46
-27 35 13 34 4 33 0 32 46
-23 33 11 32 5 31 1 30 46
-26 35 12 34 4 33 0 32 46
-23 33 11 32 5 31 1 30 46
-25 33 13 32 6 31 1 30 46
-25 33 13 32 6 31 1 30 46
-26 36 13 35 5 34 0 33 46
-26 36 13 35 5 34 0 33 46
-27 35 13 34 4 33 0 32 46
-23 33 11 32 5 31 1 30 46
-23 33 11 32 5 31 1 30 46
-26 36 13 35 5 34 0 33 46
-25 34 11 33 3 32 0 31 46
-27 34 13 33 4 32 0 31 46
-25 34 11 33 3 32 0 31 46
-25 33 13 32 6 31 1 30 46
-26 33 12 32 4 31 0 30 46
-25 33 13 32 6 31 1 30 46
-27 34 13 33 4 32 0 31 46
-24 35 10 34 3 33 0 32 46
-24 35 11 34 4 33 0 32 46
-23 33 11 32 5 31 1 30 46
-24 35 11 34 4 33 0 32 46
-23 33 11 32 5 31 1 30 46
-23 36 10 35 4 34 0 33 46
-25 34 11 33 3 32 0 31 46
-27 34 13 33 4 32 0 31 46
-25 34 11 33 3 32 0 31 46
-26 33 12 32 4 31 0 30 46
-26 35 13 34 5 33 0 32 46
-26 35 12 34 4 33 0 32 46
-26 36 13 35 5 34 0 33 46
-27 34 13 33 4 32 0 31 46
-24 35 10 34 3 33 0 32 46
-26 35 13 34 5 33 0 32 46
-23 33 11 32 5 31 1 30 46
-25 36 12 35 5 34 0 33 46
-23 33 11 32 5 31 1 30 46
-27 35 14 34 6 33 1 32 46
-27 34 13 33 4 32 0 31 46
-27 35 14 34 6 33 1 32 46
-26 35 12 34 4 33 0 32 46
-27 34 13 33 4 32 0 31 46
-25 36 12 35 5 34 0 33 46
-27 34 13 33 4 32 0 31 46
-26 35 13 34 5 33 0 32 46
-25 36 12 35 5 34 0 33 46
-26 35 12 34 4 33 0 32 46
-26 36 13 35 5 34 0 33 46
-27 35 13 34 4 33 0 32 46
-26 35 13 34 5 33 0 32 46
-27 34 13 33 4 32 0 31 46
-26 35 12 34 4 33 0 32 46
-25 36 12 35 5 34 0 33 46
-27 36 14 35 6 34 1 33 46
-25 33 13 32 6 31 1 30 46
-25 33 13 32 6 31 1 30 46
-27 35 14 34 6 33 1 32 46
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 5 100 9 BLEU
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-14 20 5 19 2 18 1 17 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-14 20 5 19 2 18 1 17 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 22 8 21 4 20 2 19 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-15 23 8 22 4 21 2 20 24
-13 19 5 18 2 17 1 16 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-16 23 8 22 4 21 2 20 24
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 6 100 9 BLEU
-16 29 9 28 7 27 6 26 34
-16 27 9 26 7 25 6 24 34
-14 28 4 27 2 26 1 25 34
-16 29 9 28 7 27 6 26 34
-18 32 11 31 8 30 6 29 34
-16 29 9 28 7 27 6 26 34
-16 29 9 28 7 27 6 26 34
-16 28 9 27 7 26 6 25 34
-16 29 9 28 7 27 6 26 34
-16 29 9 28 7 27 6 26 34
-14 26 4 25 2 24 1 23 34
-14 28 4 27 2 26 1 25 34
-16 29 9 28 7 27 6 26 34
-16 29 9 28 7 27 6 26 34
-18 30 11 29 8 28 6 27 34
-16 31 6 30 3 29 1 28 34
-18 32 11 31 8 30 6 29 34
-16 27 9 26 7 25 6 24 34
-16 29 9 28 7 27 6 26 34
-16 27 9 26 7 25 6 24 34
-16 29 9 28 7 27 6 26 34
-16 29 9 28 7 27 6 26 34
-14 27 4 26 2 25 1 24 34
-18 32 11 31 8 30 6 29 34
-18 32 11 31 8 30 6 29 34
-14 28 4 27 2 26 1 25 34
-16 27 9 26 7 25 6 24 34
-16 29 9 28 7 27 6 26 34
-18 31 11 30 8 29 6 28 34
-16 28 9 27 7 26 6 25 34
-17 29 9 28 7 27 6 26 34
-16 28 9 27 7 26 6 25 34
-16 27 9 26 7 25 6 24 34
-16 29 9 28 7 27 6 26 34
-18 32 11 31 8 30 6 29 34
-14 28 4 27 2 26 1 25 34
-18 32 11 31 8 30 6 29 34
-16 29 9 28 7 27 6 26 34
-14 28 4 27 2 26 1 25 34
-16 29 6 28 3 27 1 26 34
-16 29 9 28 7 27 6 26 34
-16 31 6 30 3 29 1 28 34
-16 27 9 26 7 25 6 24 34
-17 29 8 28 6 27 5 26 34
-16 29 9 28 7 27 6 26 34
-18 32 11 31 8 30 6 29 34
-16 28 9 27 7 26 6 25 34
-18 32 11 31 8 30 6 29 34
-16 29 9 28 7 27 6 26 34
-18 30 11 29 8 28 6 27 34
-16 29 9 28 7 27 6 26 34
-18 32 11 31 8 30 6 29 34
-15 29 7 28 4 27 2 26 34
-18 30 11 29 8 28 6 27 34
-18 32 11 31 8 30 6 29 34
-16 29 9 28 7 27 6 26 34
-18 32 11 31 8 30 6 29 34
-16 28 9 27 7 26 6 25 34
-15 29 7 28 4 27 2 26 34
-16 29 9 28 7 27 6 26 34
-16 30 6 29 3 28 1 27 34
-15 29 7 28 4 27 2 26 34
-16 29 9 28 7 27 6 26 34
-15 28 4 27 2 26 1 25 34
-14 28 4 27 2 26 1 25 34
-16 28 9 27 7 26 6 25 34
-16 29 9 28 7 27 6 26 34
-16 31 6 30 3 29 1 28 34
-16 29 9 28 7 27 6 26 34
-18 30 11 29 8 28 6 27 34
-16 30 9 29 7 28 6 27 34
-18 32 11 31 8 30 6 29 34
-14 26 4 25 2 24 1 23 34
-14 28 4 27 2 26 1 25 34
-16 29 9 28 7 27 6 26 34
-14 28 4 27 2 26 1 25 34
-15 29 7 28 4 27 2 26 34
-18 31 11 30 8 29 6 28 34
-17 27 8 26 6 25 5 24 34
-19 32 11 31 8 30 6 29 34
-16 29 9 28 7 27 6 26 34
-17 29 8 28 6 27 5 26 34
-18 31 11 30 8 29 6 28 34
-17 29 9 28 7 27 6 26 34
-18 30 11 29 8 28 6 27 34
-18 32 11 31 8 30 6 29 34
-17 29 9 28 7 27 6 26 34
-16 29 9 28 7 27 6 26 34
-16 31 6 30 3 29 1 28 34
-18 32 11 31 8 30 6 29 34
-16 31 6 30 3 29 1 28 34
-18 32 11 31 8 30 6 29 34
-16 28 9 27 7 26 6 25 34
-14 28 4 27 2 26 1 25 34
-16 29 9 28 7 27 6 26 34
-15 27 7 26 4 25 2 24 34
-14 28 4 27 2 26 1 25 34
-14 28 4 27 2 26 1 25 34
-15 29 7 28 4 27 2 26 34
-18 30 11 29 8 28 6 27 34
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 7 100 9 BLEU
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-22 25 16 24 13 23 11 22 34
-22 25 16 24 13 23 11 22 34
-22 25 16 24 13 23 11 22 34
-22 25 16 24 13 23 11 22 34
-22 25 16 24 13 23 11 22 34
-23 25 16 24 13 23 11 22 34
-21 23 13 22 10 21 7 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-20 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-24 27 17 26 14 25 11 24 34
-21 23 15 22 13 21 11 20 34
-24 27 17 26 14 25 11 24 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-22 23 15 22 13 21 11 20 34
-23 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-23 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-23 25 16 24 13 23 11 22 34
-23 25 16 24 13 23 11 22 34
-22 24 15 23 13 22 11 21 34
-20 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-24 27 17 26 14 25 11 24 34
-24 27 17 26 14 25 11 24 34
-23 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-23 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-20 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-24 27 17 26 14 25 11 24 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-20 23 15 22 13 21 11 20 34
-22 23 15 22 13 21 11 20 34
-21 24 15 23 13 22 11 21 34
-20 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-21 23 13 22 10 21 7 20 34
-21 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-24 27 17 26 14 25 11 24 34
-22 23 15 22 13 21 11 20 34
-21 23 15 22 13 21 11 20 34
-22 25 16 24 13 23 11 22 34
-24 27 17 26 14 25 11 24 34
-22 25 16 24 13 23 11 22 34
-24 27 17 26 14 25 11 24 34
-21 23 15 22 13 21 11 20 34
-20 22 13 21 10 20 7 19 34
-22 25 16 24 13 23 11 22 34
-21 23 15 22 13 21 11 20 34
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 8 100 9 BLEU
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-19 23 15 22 14 21 13 20 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-20 24 16 23 15 22 14 21 37
-19 23 15 22 14 21 13 20 37
-SCORES_TXT_END_0
-SCORES_TXT_BEGIN_0 9 100 9 BLEU
-30 41 18 40 11 39 7 38 58
-30 41 17 40 10 39 6 38 58
-31 40 18 39 11 38 6 37 58
-30 41 18 40 11 39 7 38 58
-30 41 17 40 10 39 6 38 58
-31 41 18 40 11 39 7 38 58
-31 40 18 39 11 38 6 37 58
-31 41 17 40 10 39 6 38 58
-32 40 18 39 11 38 6 37 58
-31 41 18 40 11 39 7 38 58
-31 41 17 40 10 39 6 38 58
-32 40 18 39 11 38 6 37 58
-31 41 18 40 11 39 6 38 58
-31 43 17 42 9 41 6 40 58
-29 40 17 39 11 38 7 37 58
-32 42 18 41 10 40 6 39 58
-31 41 18 40 11 39 6 38 58
-31 43 17 42 9 41 6 40 58
-29 40 17 39 11 38 7 37 58
-30 41 18 40 11 39 7 38 58
-32 42 18 41 10 40 6 39 58
-32 41 18 40 11 39 6 38 58
-30 41 17 40 10 39 6 38 58
-32 43 17 42 9 41 6 40 58
-30 40 17 39 11 38 7 37 58
-30 41 18 40 11 39 7 38 58
-31 40 18 39 11 38 6 37 58
-33 42 18 41 10 40 6 39 58
-32 41 18 40 11 39 6 38 58
-30 41 17 40 10 39 6 38 58
-32 43 17 42 9 41 6 40 58
-31 40 18 39 11 38 6 37 58
-30 40 17 39 11 38 7 37 58
-31 41 18 40 11 39 7 38 58
-30 41 18 40 11 39 7 38 58
-33 42 18 41 10 40 6 39 58
-30 41 18 40 11 39 7 38 58
-32 43 18 42 10 41 6 40 58
-31 41 17 40 10 39 6 38 58
-30 41 17 40 10 39 6 38 58
-30 41 17 40 10 39 6 38 58
-31 41 18 40 11 39 7 38 58
-32 40 18 39 11 38 6 37 58
-31 40 18 39 11 38 6 37 58
-30 42 16 41 9 40 6 39 58
-30 41 18 40 11 39 7 38 58
-32 43 18 42 10 41 6 40 58
-31 41 17 40 10 39 6 38 58
-31 41 18 40 11 39 7 38 58
-31 41 17 40 10 39 6 38 58
-32 40 18 39 11 38 6 37 58
-30 41 17 40 10 39 6 38 58
-31 41 17 40 10 39 6 38 58
-31 41 18 40 11 39 7 38 58
-31 41 18 40 11 39 6 38 58
-31 41 18 40 11 39 7 38 58
-33 43 18 42 10 41 6 40 58
-31 40 19 39 12 38 8 37 58
-30 42 16 41 9 40 6 39 58
-31 43 17 42 9 41 6 40 58
-31 41 17 40 10 39 6 38 58
-31 41 18 40 11 39 7 38 58
-29 40 17 39 11 38 7 37 58
-31 41 17 40 10 39 6 38 58
-31 41 17 40 10 39 6 38 58
-32 42 18 41 10 40 6 39 58
-32 40 18 39 11 38 6 37 58
-31 41 18 40 11 39 6 38 58
-30 41 18 40 11 39 7 38 58
-31 41 17 40 10 39 6 38 58
-31 42 16 41 9 40 6 39 58
-31 41 18 40 11 39 7 38 58
-33 43 18 42 10 41 6 40 58
-31 43 17 42 9 41 6 40 58
-31 40 19 39 12 38 8 37 58
-29 40 17 39 11 38 7 37 58
-30 41 17 40 10 39 6 38 58
-32 41 17 40 10 39 6 38 58
-32 42 18 41 10 40 6 39 58
-31 41 17 40 10 39 6 38 58
-32 40 18 39 11 38 6 37 58
-31 40 18 39 11 38 6 37 58
-30 41 18 40 11 39 7 38 58
-32 41 18 40 11 39 6 38 58
-31 41 18 40 11 39 6 38 58
-31 41 18 40 11 39 6 38 58
-31 41 18 40 11 39 7 38 58
-32 40 19 39 12 38 8 37 58
-31 42 16 41 9 40 6 39 58
-31 41 18 40 11 39 6 38 58
-32 43 17 42 9 41 6 40 58
-31 43 17 42 9 41 6 40 58
-30 41 17 40 10 39 6 38 58
-31 43 17 42 9 41 6 40 58
-30 40 17 39 11 38 7 37 58
-29 40 17 39 11 38 7 37 58
-32 41 17 40 10 39 6 38 58
-29 40 17 39 11 38 7 37 58
-31 42 17 41 10 40 6 39 58
-31 41 17 40 10 39 6 38 58
-SCORES_TXT_END_0
diff --git a/regression-testing/tests/mert.pro/filter-stderr b/regression-testing/tests/mert.pro/filter-stderr
deleted file mode 100755
index dcd74ad6c..000000000
--- a/regression-testing/tests/mert.pro/filter-stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/perl
-
-$x=0;
-while (<>) {
- chomp;
- next if !/savetxt/;
- s/.+?(ngram)/$1/i;
- $x++;
- print "STDERR_$x=$_\n";
-}
diff --git a/regression-testing/tests/mert.pro/filter-stdout b/regression-testing/tests/mert.pro/filter-stdout
deleted file mode 100755
index 1212cc873..000000000
--- a/regression-testing/tests/mert.pro/filter-stdout
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/perl
-
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "STDOUT_$x=$_\n";
-}
diff --git a/regression-testing/tests/mert.pro/stdout b/regression-testing/tests/mert.pro/stdout
deleted file mode 100644
index c71cf6fa5..000000000
--- a/regression-testing/tests/mert.pro/stdout
+++ /dev/null
@@ -1,700 +0,0 @@
-1 F1 0.85923 F4 3.34466 F7 -15.1824 F8 26.4767 F9 10.874 F10 8.092 F11 -8.3031 F12 -0.9999 F13 -5
-0 F1 -0.85923 F4 -3.34466 F7 15.1824 F8 -26.4767 F9 -10.874 F10 -8.092 F11 8.3031 F12 0.9999 F13 5
-1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
-0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
-1 F1 0.41013 F4 3.31341 F7 -8.998 F8 13.8114 F9 6.16 F10 4.0173 F11 -6.1283 F12 -0.9999 F13 -4
-0 F1 -0.41013 F4 -3.31341 F7 8.998 F8 -13.8114 F9 -6.16 F10 -4.0173 F11 6.1283 F12 0.9999 F13 4
-1 F1 0.54417 F4 1.47975 F7 -6.313 F8 9.12881 F9 4.731 F10 3.7282 F11 -4.6302 F12 0.9999 F13 -3
-0 F1 -0.54417 F4 -1.47975 F7 6.313 F8 -9.12881 F9 -4.731 F10 -3.7282 F11 4.6302 F12 -0.9999 F13 3
-1 F1 0.0611596 F4 3.37823 F7 -8.998 F8 15.1229 F9 6.16 F10 4.8793 F11 -6.1283 F12 -0.9999 F13 -4
-0 F1 -0.0611596 F4 -3.37823 F7 8.998 F8 -15.1229 F9 -6.16 F10 -4.8793 F11 6.1283 F12 0.9999 F13 4
-1 F1 0.5627 F4 1.82763 F7 -6.313 F8 10.1228 F9 4.731 F10 3.1072 F11 -4.6302 F13 -3
-0 F1 -0.5627 F4 -1.82763 F7 6.313 F8 -10.1228 F9 -4.731 F10 -3.1072 F11 4.6302 F13 3
-1 F1 0.38003 F4 2.70478 F7 -7.825 F8 11.4733 F9 4.853 F10 3.4724 F11 -4.7918 F12 0.9999 F13 -4
-0 F1 -0.38003 F4 -2.70478 F7 7.825 F8 -11.4733 F9 -4.853 F10 -3.4724 F11 4.7918 F12 -0.9999 F13 4
-1 F1 1.1238 F4 3.54528 F7 -15.1824 F8 26.434 F9 10.874 F10 7.78 F11 -8.3031 F12 -0.9999 F13 -5
-0 F1 -1.1238 F4 -3.54528 F7 15.1824 F8 -26.434 F9 -10.874 F10 -7.78 F11 8.3031 F12 0.9999 F13 5
-1 F1 0.85923 F4 3.34466 F7 -15.1824 F8 26.4767 F9 10.874 F10 8.092 F11 -8.3031 F12 -0.9999 F13 -5
-0 F1 -0.85923 F4 -3.34466 F7 15.1824 F8 -26.4767 F9 -10.874 F10 -8.092 F11 8.3031 F12 0.9999 F13 5
-1 F1 0.6747 F4 3.51403 F7 -8.998 F8 13.7687 F9 6.16 F10 3.7053 F11 -6.1283 F12 -0.9999 F13 -4
-0 F1 -0.6747 F4 -3.51403 F7 8.998 F8 -13.7687 F9 -6.16 F10 -3.7053 F11 6.1283 F12 0.9999 F13 4
-1 F1 0.0468102 F4 2.72562 F7 -7.825 F8 12.168 F9 4.853 F10 3.4192 F11 -4.7918 F13 -4
-0 F1 -0.0468102 F4 -2.72562 F7 7.825 F8 -12.168 F9 -4.853 F10 -3.4192 F11 4.7918 F13 4
-1 F1 0.66662 F4 2.49411 F7 -7.825 F8 11.7473 F9 4.853 F10 2.5515 F11 -4.7918 F12 0.9999 F13 -4
-0 F1 -0.66662 F4 -2.49411 F7 7.825 F8 -11.7473 F9 -4.853 F10 -2.5515 F11 4.7918 F12 -0.9999 F13 4
-1 F1 0.4164 F4 2.9461 F7 -8.998 F8 14.7449 F9 6.16 F10 4.3236 F11 -6.1283 F13 -4
-0 F1 -0.4164 F4 -2.9461 F7 8.998 F8 -14.7449 F9 -6.16 F10 -4.3236 F11 6.1283 F13 4
-1 F1 0.74335 F4 3.29257 F7 -8.998 F8 13.1167 F9 6.16 F10 4.0705 F11 -6.1283 F13 -4
-0 F1 -0.74335 F4 -3.29257 F7 8.998 F8 -13.1167 F9 -6.16 F10 -4.0705 F11 6.1283 F13 4
-1 F1 0.89591 F4 1.8068 F7 -6.313 F8 9.4281 F9 4.731 F10 3.1604 F11 -4.6302 F12 0.9999 F13 -3
-0 F1 -0.89591 F4 -1.8068 F7 6.313 F8 -9.4281 F9 -4.731 F10 -3.1604 F11 4.6302 F12 -0.9999 F13 3
-1 F1 1.47904 F4 3.11315 F7 -15.1824 F8 26.056 F9 10.874 F10 7.2243 F11 -8.3031 F13 -5
-0 F1 -1.47904 F4 -3.11315 F7 15.1824 F8 -26.056 F9 -10.874 F10 -7.2243 F11 8.3031 F13 5
-1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
-0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
-1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
-0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
-1 F1 1.36984 F4 3.39803 F7 -15.1824 F8 25.3973 F9 10.874 F10 8.089 F11 -8.3031 F13 -5
-0 F1 -1.36984 F4 -3.39803 F7 15.1824 F8 -25.3973 F9 -10.874 F10 -8.089 F11 8.3031 F13 5
-1 F1 0.85923 F4 3.34466 F7 -15.1824 F8 26.4767 F9 10.874 F10 8.092 F11 -8.3031 F12 -0.9999 F13 -5
-0 F1 -0.85923 F4 -3.34466 F7 15.1824 F8 -26.4767 F9 -10.874 F10 -8.092 F11 8.3031 F12 0.9999 F13 5
-1 F1 0.6747 F4 3.51403 F7 -8.998 F8 13.7687 F9 6.16 F10 3.7053 F11 -6.1283 F12 -0.9999 F13 -4
-0 F1 -0.6747 F4 -3.51403 F7 8.998 F8 -13.7687 F9 -6.16 F10 -3.7053 F11 6.1283 F12 0.9999 F13 4
-1 F1 0.55742 F4 2.77899 F7 -7.825 F8 11.0886 F9 4.853 F10 3.4162 F11 -4.7918 F12 0.9999 F13 -4
-0 F1 -0.55742 F4 -2.77899 F7 7.825 F8 -11.0886 F9 -4.853 F10 -3.4162 F11 4.7918 F12 -0.9999 F13 4
-1 F1 0.4164 F4 2.9461 F7 -8.998 F8 14.7449 F9 6.16 F10 4.3236 F11 -6.1283 F13 -4
-0 F1 -0.4164 F4 -2.9461 F7 8.998 F8 -14.7449 F9 -6.16 F10 -4.3236 F11 6.1283 F13 4
-1 F1 0.89592 F4 1.8068 F7 -6.313 F8 9.4282 F9 4.731 F10 3.1604 F11 -4.6302 F12 0.9999 F13 -3
-0 F1 -0.89592 F4 -1.8068 F7 6.313 F8 -9.4282 F9 -4.731 F10 -3.1604 F11 4.6302 F12 -0.9999 F13 3
-1 F1 0.5627 F4 1.82763 F7 -6.313 F8 10.1229 F9 4.731 F10 3.1072 F11 -4.6302 F13 -3
-0 F1 -0.5627 F4 -1.82763 F7 6.313 F8 -10.1229 F9 -4.731 F10 -3.1072 F11 4.6302 F13 3
-1 F1 0.66662 F4 2.49411 F7 -7.825 F8 11.7473 F9 4.853 F10 2.5515 F11 -4.7918 F12 0.9999 F13 -4
-0 F1 -0.66662 F4 -2.49411 F7 7.825 F8 -11.7473 F9 -4.853 F10 -2.5515 F11 4.7918 F12 -0.9999 F13 4
-1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
-0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
-1 F1 1.11054 F4 2.24605 F7 -13.6706 F8 24.4742 F9 10.752 F10 8.092 F11 -8.1415 F12 -0.9999 F13 -4
-0 F1 -1.11054 F4 -2.24605 F7 13.6706 F8 -24.4742 F9 -10.752 F10 -8.092 F11 8.1415 F12 0.9999 F13 4
-1 F1 0.38003 F4 2.70478 F7 -7.825 F8 11.4733 F9 4.853 F10 3.4724 F11 -4.7918 F12 0.9999 F13 -4
-0 F1 -0.38003 F4 -2.70478 F7 7.825 F8 -11.4733 F9 -4.853 F10 -3.4724 F11 4.7918 F12 -0.9999 F13 4
-1 F1 0.63134 F4 1.60617 F7 -6.313 F8 9.4708 F9 4.731 F10 3.4724 F11 -4.6302 F12 0.9999 F13 -3
-0 F1 -0.63134 F4 -1.60617 F7 6.313 F8 -9.4708 F9 -4.731 F10 -3.4724 F11 4.6302 F12 -0.9999 F13 3
-1 F1 0.6446 F4 2.90541 F7 -7.825 F8 11.4306 F9 4.853 F10 3.1604 F11 -4.7918 F12 0.9999 F13 -4
-0 F1 -0.6446 F4 -2.90541 F7 7.825 F8 -11.4306 F9 -4.853 F10 -3.1604 F11 4.7918 F12 -0.9999 F13 4
-1 F1 0.5627 F4 1.82763 F7 -6.313 F8 10.1228 F9 4.731 F10 3.1072 F11 -4.6302 F13 -3
-0 F1 -0.5627 F4 -1.82763 F7 6.313 F8 -10.1228 F9 -4.731 F10 -3.1072 F11 4.6302 F13 3
-1 F1 0.29813 F4 1.62701 F7 -6.313 F8 10.1656 F9 4.731 F10 3.4192 F11 -4.6302 F13 -3
-0 F1 -0.29813 F4 -1.62701 F7 6.313 F8 -10.1656 F9 -4.731 F10 -3.4192 F11 4.6302 F13 3
-1 F1 0.38003 F4 2.70478 F7 -7.825 F8 11.4733 F9 4.853 F10 3.4724 F11 -4.7918 F12 0.9999 F13 -4
-0 F1 -0.38003 F4 -2.70478 F7 7.825 F8 -11.4733 F9 -4.853 F10 -3.4724 F11 4.7918 F12 -0.9999 F13 4
-1 F1 -0.20341 F4 3.17761 F7 -8.998 F8 15.1656 F9 6.16 F10 5.1913 F11 -6.1283 F12 -0.9999 F13 -4
-0 F1 0.20341 F4 -3.17761 F7 8.998 F8 -15.1656 F9 -6.16 F10 -5.1913 F11 6.1283 F12 0.9999 F13 4
-1 F1 0.80874 F4 1.68038 F7 -6.313 F8 9.08611 F9 4.731 F10 3.4162 F11 -4.6302 F12 0.9999 F13 -3
-0 F1 -0.80874 F4 -1.68038 F7 6.313 F8 -9.08611 F9 -4.731 F10 -3.4162 F11 4.6302 F12 -0.9999 F13 3
-1 F1 0.81402 F4 0.72902 F7 -4.801 F8 8.1204 F9 4.609 F10 3.1072 F11 -4.4686 F13 -2
-0 F1 -0.81402 F4 -0.72902 F7 4.801 F8 -8.1204 F9 -4.609 F10 -3.1072 F11 4.4686 F13 2
-1 F1 1.62115 F4 2.29942 F7 -13.6706 F8 23.3948 F9 10.752 F10 8.089 F11 -8.1415 F13 -4
-0 F1 -1.62115 F4 -2.29942 F7 13.6706 F8 -23.3948 F9 -10.752 F10 -8.089 F11 8.1415 F13 4
-1 F1 2.23997 F4 0.95212 F7 -4.801 F8 2.0695 F9 4.67 F10 2.4229 F11 -5.1421 F12 0.9999 F13 -2
-0 F1 -2.23997 F4 -0.95212 F7 4.801 F8 -2.0695 F9 -4.67 F10 -2.4229 F11 5.1421 F12 -0.9999 F13 2
-1 F1 0.80874 F4 1.68038 F7 -6.313 F8 9.08611 F9 4.731 F10 3.4162 F11 -4.6302 F12 0.9999 F13 -3
-0 F1 -0.80874 F4 -1.68038 F7 6.313 F8 -9.08611 F9 -4.731 F10 -3.4162 F11 4.6302 F12 -0.9999 F13 3
-1 F1 1.73035 F4 2.01454 F7 -13.6706 F8 24.0535 F9 10.752 F10 7.2243 F11 -8.1415 F13 -4
-0 F1 -1.73035 F4 -2.01454 F7 13.6706 F8 -24.0535 F9 -10.752 F10 -7.2243 F11 8.1415 F13 4
-1 F1 0.69157 F4 2.15972 F7 -2.761 F8 6.51711 F9 0.523003 F10 0.186699 F11 -10.1662 F12 0.9999 F13 -4
-0 F1 -0.69157 F4 -2.15972 F7 2.761 F8 -6.51711 F9 -0.523003 F10 -0.186699 F11 10.1662 F12 -0.9999 F13 4
-1 F1 0.63135 F4 1.60617 F7 -6.313 F8 9.4709 F9 4.731 F10 3.4724 F11 -4.6302 F12 0.9999 F13 -3
-0 F1 -0.63135 F4 -1.60617 F7 6.313 F8 -9.4709 F9 -4.731 F10 -3.4724 F11 4.6302 F12 -0.9999 F13 3
-1 F1 0.71359 F4 1.74842 F7 -2.761 F8 6.8338 F9 0.523003 F10 -0.422201 F11 -10.1662 F12 0.9999 F13 -4
-0 F1 -0.71359 F4 -1.74842 F7 2.761 F8 -6.8338 F9 -0.523003 F10 0.422201 F11 10.1662 F12 -0.9999 F13 4
-1 F1 0.41013 F4 3.31341 F7 -8.998 F8 13.8114 F9 6.16 F10 4.0173 F11 -6.1283 F12 -0.9999 F13 -4
-0 F1 -0.41013 F4 -3.31341 F7 8.998 F8 -13.8114 F9 -6.16 F10 -4.0173 F11 6.1283 F12 0.9999 F13 4
-1 F1 0.60439 F4 2.0333 F7 -2.761 F8 6.1751 F9 0.523003 F10 0.4424 F11 -10.1662 F12 0.9999 F13 -4
-0 F1 -0.60439 F4 -2.0333 F7 2.761 F8 -6.1751 F9 -0.523003 F10 -0.4424 F11 10.1662 F12 -0.9999 F13 4
-1 F1 0.60439 F4 2.0333 F7 -2.761 F8 6.1751 F9 0.523003 F10 0.4424 F11 -10.1662 F12 0.9999 F13 -4
-0 F1 -0.60439 F4 -2.0333 F7 2.761 F8 -6.1751 F9 -0.523003 F10 -0.4424 F11 10.1662 F12 -0.9999 F13 4
-1 F1 0.74335 F4 3.29257 F7 -8.998 F8 13.1167 F9 6.16 F10 4.0705 F11 -6.1283 F13 -4
-0 F1 -0.74335 F4 -3.29257 F7 8.998 F8 -13.1167 F9 -6.16 F10 -4.0705 F11 6.1283 F13 4
-1 F1 1.1238 F4 3.54528 F7 -15.1824 F8 26.434 F9 10.874 F10 7.78 F11 -8.3031 F12 -0.9999 F13 -5
-0 F1 -1.1238 F4 -3.54528 F7 15.1824 F8 -26.434 F9 -10.874 F10 -7.78 F11 8.3031 F12 0.9999 F13 5
-1 F1 0.69157 F4 2.15972 F7 -2.761 F8 6.51711 F9 0.523003 F10 0.186699 F11 -10.1662 F12 0.9999 F13 -4
-0 F1 -0.69157 F4 -2.15972 F7 2.761 F8 -6.51711 F9 -0.523003 F10 -0.186699 F11 10.1662 F12 -0.9999 F13 4
-1 F1 -2.74764 F4 -1.29427 F7 4.2267 F8 8.7141 F9 4.3838 F10 0.0963001 F11 -10.179 F12 0.999889 F13 -5
-0 F1 2.74764 F4 1.29427 F7 -4.2267 F8 -8.7141 F9 -4.3838 F10 -0.0963001 F11 10.179 F12 -0.999889 F13 5
-1 F1 -0.30846 F4 -0.10751 F7 -7.8491 F8 23.6495 F9 10.9917 F10 5.9875 F11 -14.1523 F13 -8
-0 F1 0.30846 F4 0.10751 F7 7.8491 F8 -23.6495 F9 -10.9917 F10 -5.9875 F11 14.1523 F13 8
-1 F1 -1.24867 F4 -1.23482 F7 -1.0403 F8 16.2154 F9 8.78619 F10 2.6941 F11 -16.4733 F12 1.99983 F13 -8
-0 F1 1.24867 F4 1.23482 F7 1.0403 F8 -16.2154 F9 -8.78619 F10 -2.6941 F11 16.4733 F12 -1.99983 F13 8
-1 F1 -1.24953 F4 -1.0667 F7 -1.0403 F8 17.3607 F9 8.78619 F10 0.8258 F11 -16.4733 F12 2.99973 F13 -8
-0 F1 1.24953 F4 1.0667 F7 1.0403 F8 -17.3607 F9 -8.78619 F10 -0.8258 F11 16.4733 F12 -2.99973 F13 8
-1 F1 -1.73169 F4 -1.33689 F7 -1.0403 F8 20.51 F9 8.78619 F10 2.2898 F11 -16.4733 F12 1.99983 F13 -8
-0 F1 1.73169 F4 1.33689 F7 1.0403 F8 -20.51 F9 -8.78619 F10 -2.2898 F11 16.4733 F12 -1.99983 F13 8
-1 F1 0.49841 F4 -2.0893 F7 -6.3697 F8 23.2442 F9 16.1642 F10 2.4178 F11 -17.1645 F12 0.999941 F13 -7
-0 F1 -0.49841 F4 2.0893 F7 6.3697 F8 -23.2442 F9 -16.1642 F10 -2.4178 F11 17.1645 F12 -0.999941 F13 7
-1 F1 -1.01107 F4 -0.96793 F7 -1.0403 F8 19.2125 F9 8.78619 F10 2.8909 F11 -16.4733 F12 1.99983 F13 -8
-0 F1 1.01107 F4 0.96793 F7 1.0403 F8 -19.2125 F9 -8.78619 F10 -2.8909 F11 16.4733 F12 -1.99983 F13 8
-1 F1 -0.30846 F4 -0.10751 F7 -7.8491 F8 23.6495 F9 10.9917 F10 5.9875 F11 -14.1523 F13 -8
-0 F1 0.30846 F4 0.10751 F7 7.8491 F8 -23.6495 F9 -10.9917 F10 -5.9875 F11 14.1523 F13 8
-1 F1 -2.12064 F4 -1.75011 F7 4.2267 F8 6.9365 F9 2.26189 F10 0.250801 F11 -10.4168 F12 0.999889 F13 -5
-0 F1 2.12064 F4 1.75011 F7 -4.2267 F8 -6.9365 F9 -2.26189 F10 -0.250801 F11 10.4168 F12 -0.999889 F13 5
-1 F1 -2.03773 F4 -0.74793 F7 4.2267 F8 5.6209 F9 4.3838 F10 -1.5934 F11 -10.179 F12 0.999889 F13 -5
-0 F1 2.03773 F4 0.74793 F7 -4.2267 F8 -5.6209 F9 -4.3838 F10 1.5934 F11 10.179 F12 -0.999889 F13 5
-1 F1 0.73686 F4 -1.99054 F7 -6.3697 F8 25.096 F9 16.1642 F10 4.4829 F11 -17.1645 F13 -7
-0 F1 -0.73686 F4 1.99054 F7 6.3697 F8 -25.096 F9 -16.1642 F10 -4.4829 F11 17.1645 F13 7
-1 F1 -1.77538 F4 -1.7539 F7 4.2267 F8 9.7848 F9 2.08749 F10 0.4937 F11 -9.9871 F12 1.99983 F13 -5
-0 F1 1.77538 F4 1.7539 F7 -4.2267 F8 -9.7848 F9 -2.08749 F10 -0.4937 F11 9.9871 F12 -1.99983 F13 5
-1 F1 1.40822 F4 -2.26277 F7 -6.3697 F8 25.558 F9 13.8679 F10 5.3832 F11 -16.9726 F12 0.999889 F13 -7
-0 F1 -1.40822 F4 2.26277 F7 6.3697 F8 -25.558 F9 -13.8679 F10 -5.3832 F11 16.9726 F12 -0.999889 F13 7
-1 F1 -2.12064 F4 -1.75011 F7 4.2267 F8 6.9365 F9 2.26189 F10 0.250801 F11 -10.4168 F12 0.999889 F13 -5
-0 F1 2.12064 F4 1.75011 F7 -4.2267 F8 -6.9365 F9 -2.26189 F10 -0.250801 F11 10.4168 F12 -0.999889 F13 5
-1 F1 -1.33643 F4 -1.61013 F7 -1.0403 F8 17.9322 F9 8.96059 F10 2.7023 F11 -16.9031 F12 0.999889 F13 -8
-0 F1 1.33643 F4 1.61013 F7 1.0403 F8 -17.9322 F9 -8.96059 F10 -2.7023 F11 16.9031 F12 -0.999889 F13 8
-1 F1 -1.24953 F4 -1.0667 F7 -1.0403 F8 17.3607 F9 8.78619 F10 0.8258 F11 -16.4733 F12 2.99973 F13 -8
-0 F1 1.24953 F4 1.0667 F7 1.0403 F8 -17.3607 F9 -8.78619 F10 -0.8258 F11 16.4733 F12 -2.99973 F13 8
-1 F1 -0.30846 F4 -0.10751 F7 -7.8491 F8 23.6495 F9 10.9917 F10 5.9875 F11 -14.1523 F13 -8
-0 F1 0.30846 F4 0.10751 F7 7.8491 F8 -23.6495 F9 -10.9917 F10 -5.9875 F11 14.1523 F13 8
-1 F1 -1.81884 F4 -0.68596 F7 4.2267 F8 10.1998 F9 4.3838 F10 1.4494 F11 -10.179 F13 -5
-0 F1 1.81884 F4 0.68596 F7 -4.2267 F8 -10.1998 F9 -4.3838 F10 -1.4494 F11 10.179 F13 5
-1 F1 -1.34226 F4 -0.63994 F7 -1.0403 F8 19.5352 F9 8.78619 F10 2.0807 F11 -16.4733 F12 1.99983 F13 -8
-0 F1 1.34226 F4 0.63994 F7 1.0403 F8 -19.5352 F9 -8.78619 F10 -2.0807 F11 16.4733 F12 -1.99983 F13 8
-1 F1 -1.34226 F4 -0.63994 F7 -1.0403 F8 19.5352 F9 8.78619 F10 2.0807 F11 -16.4733 F12 1.99983 F13 -8
-0 F1 1.34226 F4 0.63994 F7 1.0403 F8 -19.5352 F9 -8.78619 F10 -2.0807 F11 16.4733 F12 -1.99983 F13 8
-1 F1 -1.10379 F4 -0.54118 F7 -1.0403 F8 21.387 F9 8.78619 F10 4.1459 F11 -16.4733 F12 0.999889 F13 -8
-0 F1 1.10379 F4 0.54118 F7 1.0403 F8 -21.387 F9 -8.78619 F10 -4.1459 F11 16.4733 F12 -0.999889 F13 8
-1 F1 -1.81884 F4 -0.68596 F7 4.2267 F8 10.1998 F9 4.3838 F10 1.4494 F11 -10.179 F13 -5
-0 F1 1.81884 F4 0.68596 F7 -4.2267 F8 -10.1998 F9 -4.3838 F10 -1.4494 F11 10.179 F13 5
-1 F1 -2.0573 F4 -0.78472 F7 4.2267 F8 8.348 F9 4.3838 F10 -0.6157 F11 -10.179 F12 0.999889 F13 -5
-0 F1 2.0573 F4 0.78472 F7 -4.2267 F8 -8.348 F9 -4.3838 F10 0.6157 F11 10.179 F12 -0.999889 F13 5
-1 F1 -0.30846 F4 -0.10751 F7 -7.8491 F8 23.6495 F9 10.9917 F10 5.9875 F11 -14.1523 F13 -8
-0 F1 0.30846 F4 0.10751 F7 7.8491 F8 -23.6495 F9 -10.9917 F10 -5.9875 F11 14.1523 F13 8
-1 F1 -2.74764 F4 -1.29427 F7 4.2267 F8 8.7141 F9 4.3838 F10 0.0963001 F11 -10.179 F12 0.999889 F13 -5
-0 F1 2.74764 F4 1.29427 F7 -4.2267 F8 -8.7141 F9 -4.3838 F10 -0.0963001 F11 10.179 F12 -0.999889 F13 5
-1 F1 -2.13709 F4 -1.62846 F7 4.2267 F8 5.8546 F9 2.08749 F10 -1.0354 F11 -9.9871 F12 2.99973 F13 -5
-0 F1 2.13709 F4 1.62846 F7 -4.2267 F8 -5.8546 F9 -2.08749 F10 1.0354 F11 9.9871 F12 -2.99973 F13 5
-1 F1 -1.33643 F4 -1.61013 F7 -1.0403 F8 17.9322 F9 8.96059 F10 2.7023 F11 -16.9031 F12 0.999889 F13 -8
-0 F1 1.33643 F4 1.61013 F7 1.0403 F8 -17.9322 F9 -8.96059 F10 -2.7023 F11 16.9031 F12 -0.999889 F13 8
-1 F1 -2.31475 F4 -1.66526 F7 4.2267 F8 7.3243 F9 2.08749 F10 -1.0685 F11 -9.9871 F12 2.99973 F13 -5
-0 F1 2.31475 F4 1.66526 F7 -4.2267 F8 -7.3243 F9 -2.08749 F10 1.0685 F11 9.9871 F12 -2.99973 F13 5
-1 F1 -2.0573 F4 -0.78472 F7 4.2267 F8 8.348 F9 4.3838 F10 -0.6157 F11 -10.179 F12 0.999889 F13 -5
-0 F1 2.0573 F4 0.78472 F7 -4.2267 F8 -8.348 F9 -4.3838 F10 0.6157 F11 10.179 F12 -0.999889 F13 5
-1 F1 -1.24953 F4 -1.0667 F7 -1.0403 F8 17.3607 F9 8.78619 F10 0.8258 F11 -16.4733 F12 2.99973 F13 -8
-0 F1 1.24953 F4 1.0667 F7 1.0403 F8 -17.3607 F9 -8.78619 F10 -0.8258 F11 16.4733 F12 -2.99973 F13 8
-1 F1 -1.14748 F4 -1.46901 F7 -2.6619 F8 19.5398 F9 6.2062 F10 4.7476 F11 -14.5301 F12 0.999889 F13 -6
-0 F1 1.14748 F4 1.46901 F7 2.6619 F8 -19.5398 F9 -6.2062 F10 -4.7476 F11 14.5301 F12 -0.999889 F13 6
-1 F1 1.40822 F4 -2.26277 F7 -6.3697 F8 25.558 F9 13.8679 F10 5.3832 F11 -16.9726 F12 0.999889 F13 -7
-0 F1 -1.40822 F4 2.26277 F7 6.3697 F8 -25.558 F9 -13.8679 F10 -5.3832 F11 16.9726 F12 -0.999889 F13 7
-1 F1 -2.12064 F4 -1.75011 F7 4.2267 F8 6.9365 F9 2.26189 F10 0.250801 F11 -10.4168 F12 0.999889 F13 -5
-0 F1 2.12064 F4 1.75011 F7 -4.2267 F8 -6.9365 F9 -2.26189 F10 -0.250801 F11 10.4168 F12 -0.999889 F13 5
-1 F1 -3.06747 F4 -1.30821 F7 4.3474 F8 13.9272 F9 10.3496 F10 -1.8334 F11 -22.6825 F13 -7
-0 F1 3.06747 F4 1.30821 F7 -4.3474 F8 -13.9272 F9 -10.3496 F10 1.8334 F11 22.6825 F13 7
-1 F1 -1.60483 F4 -1.11891 F7 4.2267 F8 4.2311 F9 2.08749 F10 -2.7582 F11 -9.9871 F12 2.99973 F13 -5
-0 F1 1.60483 F4 1.11891 F7 -4.2267 F8 -4.2311 F9 -2.08749 F10 2.7582 F11 9.9871 F12 -2.99973 F13 5
-1 F1 -2.33987 F4 -1.06614 F7 -2.5821 F8 14.8641 F9 4.293 F10 9.2343 F11 -7.666 F13 -5
-0 F1 2.33987 F4 1.06614 F7 2.5821 F8 -14.8641 F9 -4.293 F10 -9.2343 F11 7.666 F13 5
-1 F1 -1.92003 F4 -0.96259 F7 -1.0403 F8 15.7534 F9 11.0826 F10 1.7939 F11 -16.6653 F12 0.999889 F13 -8
-0 F1 1.92003 F4 0.96259 F7 1.0403 F8 -15.7534 F9 -11.0826 F10 -1.7939 F11 16.6653 F12 -0.999889 F13 8
-1 F1 -1.34226 F4 -0.63994 F7 -1.0403 F8 19.5352 F9 8.78619 F10 2.0807 F11 -16.4733 F12 1.99983 F13 -8
-0 F1 1.34226 F4 0.63994 F7 1.0403 F8 -19.5352 F9 -8.78619 F10 -2.0807 F11 16.4733 F12 -1.99983 F13 8
-1 F1 -1.24867 F4 -1.23482 F7 -1.0403 F8 16.2154 F9 8.78619 F10 2.6941 F11 -16.4733 F12 1.99983 F13 -8
-0 F1 1.24867 F4 1.23482 F7 1.0403 F8 -16.2154 F9 -8.78619 F10 -2.6941 F11 16.4733 F12 -1.99983 F13 8
-1 F1 -2.13709 F4 -1.62846 F7 4.2267 F8 5.8546 F9 2.08749 F10 -1.0354 F11 -9.9871 F12 2.99973 F13 -5
-0 F1 2.13709 F4 1.62846 F7 -4.2267 F8 -5.8546 F9 -2.08749 F10 1.0354 F11 9.9871 F12 -2.99973 F13 5
-1 F1 -2.39611 F4 -1.58044 F7 4.3474 F8 14.3892 F9 8.0533 F10 -0.9331 F11 -22.4906 F12 0.999889 F13 -7
-0 F1 2.39611 F4 1.58044 F7 -4.3474 F8 -14.3892 F9 -8.0533 F10 0.9331 F11 22.4906 F12 -0.999889 F13 7
-1 F1 -1.27198 F4 -0.6524 F7 -1.0403 F8 15.8487 F9 8.78619 F10 0.4072 F11 -16.4733 F12 1.99983 F13 -8
-0 F1 1.27198 F4 0.6524 F7 1.0403 F8 -15.8487 F9 -8.78619 F10 -0.4072 F11 16.4733 F12 -1.99983 F13 8
-1 F1 -1.14748 F4 -1.46901 F7 -2.6619 F8 19.5398 F9 6.2062 F10 4.7476 F11 -14.5301 F12 0.999889 F13 -6
-0 F1 1.14748 F4 1.46901 F7 2.6619 F8 -19.5398 F9 -6.2062 F10 -4.7476 F11 14.5301 F12 -0.999889 F13 6
-1 F1 -2.74764 F4 -1.29427 F7 4.2267 F8 8.7141 F9 4.3838 F10 0.0963001 F11 -10.179 F12 0.999889 F13 -5
-0 F1 2.74764 F4 1.29427 F7 -4.2267 F8 -8.7141 F9 -4.3838 F10 -0.0963001 F11 10.179 F12 -0.999889 F13 5
-1 F1 -2.0573 F4 -0.78472 F7 4.2267 F8 8.348 F9 4.3838 F10 -0.6157 F11 -10.179 F12 0.999889 F13 -5
-0 F1 2.0573 F4 0.78472 F7 -4.2267 F8 -8.348 F9 -4.3838 F10 0.6157 F11 10.179 F12 -0.999889 F13 5
-1 F1 -2.18082 F4 -1.01633 F7 -0.404697 F8 21.1556 F9 9.0923 F10 3.057 F11 -20.6549 F13 -8
-0 F1 2.18082 F4 1.01633 F7 0.404697 F8 -21.1556 F9 -9.0923 F10 -3.057 F11 20.6549 F13 8
-1 F1 -2.92022 F4 -1.58044 F7 4.2267 F8 8.4318 F9 4.3838 F10 -1.0522 F11 -10.179 F12 1.99983 F13 -5
-0 F1 2.92022 F4 1.58044 F7 -4.2267 F8 -8.4318 F9 -4.3838 F10 1.0522 F11 10.179 F12 -1.99983 F13 5
-1 F1 -0.35215 F4 -0.52452 F7 -2.5821 F8 12.9243 F9 4.293 F10 4.1913 F11 -7.666 F13 -5
-0 F1 0.35215 F4 0.52452 F7 2.5821 F8 -12.9243 F9 -4.293 F10 -4.1913 F11 7.666 F13 5
-1 F1 -1.77515 F4 -0.26895 F7 -1.0403 F8 20.925 F9 11.0825 F10 3.2456 F11 -16.6653 F13 -8
-0 F1 1.77515 F4 0.26895 F7 1.0403 F8 -20.925 F9 -11.0825 F10 -3.2456 F11 16.6653 F13 8
-1 F1 -1.10379 F4 -0.54118 F7 -1.0403 F8 21.387 F9 8.78619 F10 4.1459 F11 -16.4733 F12 0.999889 F13 -8
-0 F1 1.10379 F4 0.54118 F7 1.0403 F8 -21.387 F9 -8.78619 F10 -4.1459 F11 16.4733 F12 -0.999889 F13 8
-1 F1 -0.25753 F4 0.51176 F7 -10.5674 F8 19.7632 F9 29.486 F10 0.17617 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 0.25753 F4 -0.51176 F7 10.5674 F8 -19.7632 F9 -29.486 F10 -0.17617 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.51258 F4 0.44697 F7 -10.5674 F8 18.7164 F9 29.486 F10 -2.50323 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.51258 F4 -0.44697 F7 10.5674 F8 -18.7164 F9 -29.486 F10 2.50323 F11 3.0649 F12 -1.99979 F13 4
-1 F1 -0.88862 F4 0.24918 F7 -10.5674 F8 20.0893 F9 29.486 F10 1.5141 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.88862 F4 -0.24918 F7 10.5674 F8 -20.0893 F9 -29.486 F10 -1.5141 F11 3.0649 F12 -2.99969 F13 4
-1 F1 0.0664201 F4 0.21904 F7 -10.5674 F8 18.2834 F9 29.486 F10 -1.34352 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 -0.0664201 F4 -0.21904 F7 10.5674 F8 -18.2834 F9 -29.486 F10 1.34352 F11 3.0649 F12 -2.99969 F13 4
-1 F1 -0.70754 F4 0.50869 F7 -10.5674 F8 19.5208 F9 29.486 F10 0.0381203 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.70754 F4 -0.50869 F7 10.5674 F8 -19.5208 F9 -29.486 F10 -0.0381203 F11 3.0649 F12 -2.99969 F13 4
-1 F1 -0.0921199 F4 0.22584 F7 -10.5674 F8 19.3264 F9 29.486 F10 -0.75665 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 0.0921199 F4 -0.22584 F7 10.5674 F8 -19.3264 F9 -29.486 F10 0.75665 F11 3.0649 F12 -1.99979 F13 4
-1 F1 -0.53658 F4 0.12619 F7 -10.5674 F8 20.24 F9 29.486 F10 1.01268 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.53658 F4 -0.12619 F7 10.5674 F8 -20.24 F9 -29.486 F10 -1.01268 F11 3.0649 F12 -2.99969 F13 4
-1 F1 0.20314 F4 0.36093 F7 -10.5674 F8 18.3196 F9 29.486 F10 -1.82726 F11 -3.0649 F12 0.99989 F13 -4
-0 F1 -0.20314 F4 -0.36093 F7 10.5674 F8 -18.3196 F9 -29.486 F10 1.82726 F11 3.0649 F12 -0.99989 F13 4
-1 F1 -0.13192 F4 0.65901 F7 -10.5674 F8 20.7072 F9 29.486 F10 0.76331 F11 -3.0649 F12 0.99989 F13 -4
-0 F1 0.13192 F4 -0.65901 F7 10.5674 F8 -20.7072 F9 -29.486 F10 -0.76331 F11 3.0649 F12 -0.99989 F13 4
-1 F1 0.29 F4 0.49235 F7 -10.5674 F8 19.3191 F9 29.486 F10 -0.11692 F11 -3.0649 F12 0.99989 F13 -4
-0 F1 -0.29 F4 -0.49235 F7 10.5674 F8 -19.3191 F9 -29.486 F10 0.11692 F11 3.0649 F12 -0.99989 F13 4
-1 F1 0.16439 F4 0.3451 F7 -10.5674 F8 18.3751 F9 29.486 F10 -0.70406 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.16439 F4 -0.3451 F7 10.5674 F8 -18.3751 F9 -29.486 F10 0.70406 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.16439 F4 0.3451 F7 -10.5674 F8 18.3751 F9 29.486 F10 -0.70406 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.16439 F4 -0.3451 F7 10.5674 F8 -18.3751 F9 -29.486 F10 0.70406 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.81158 F4 0.70648 F7 -10.5674 F8 18.4051 F9 29.486 F10 -4.1887 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.81158 F4 -0.70648 F7 10.5674 F8 -18.4051 F9 -29.486 F10 4.1887 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.32754 F4 0.41539 F7 -10.5674 F8 17.0451 F9 29.486 F10 -1.85333 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.32754 F4 -0.41539 F7 10.5674 F8 -17.0451 F9 -29.486 F10 1.85333 F11 3.0649 F12 -1.99979 F13 4
-1 F1 -0.53658 F4 0.12619 F7 -10.5674 F8 20.24 F9 29.486 F10 1.01268 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.53658 F4 -0.12619 F7 10.5674 F8 -20.24 F9 -29.486 F10 -1.01268 F11 3.0649 F12 -2.99969 F13 4
-1 F1 -0.70754 F4 0.50869 F7 -10.5674 F8 19.5208 F9 29.486 F10 0.0381203 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.70754 F4 -0.50869 F7 10.5674 F8 -19.5208 F9 -29.486 F10 -0.0381203 F11 3.0649 F12 -2.99969 F13 4
-1 F1 -0.47947 F4 0.20687 F7 -10.5674 F8 20.6098 F9 29.486 F10 -0.45439 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.47947 F4 -0.20687 F7 10.5674 F8 -20.6098 F9 -29.486 F10 0.45439 F11 3.0649 F12 -2.99969 F13 4
-1 F1 0.44854 F4 0.48555 F7 -10.5674 F8 18.2761 F9 29.486 F10 -0.7038 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.44854 F4 -0.48555 F7 10.5674 F8 -18.2761 F9 -29.486 F10 0.7038 F11 3.0649 F12 -1.99979 F13 4
-1 F1 -0.09042 F4 0.35412 F7 -10.5674 F8 20.673 F9 29.486 F10 -0.14702 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 0.09042 F4 -0.35412 F7 10.5674 F8 -20.673 F9 -29.486 F10 0.14702 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.29 F4 0.49235 F7 -10.5674 F8 19.3191 F9 29.486 F10 -0.11692 F11 -3.0649 F12 0.99989 F13 -4
-0 F1 -0.29 F4 -0.49235 F7 10.5674 F8 -19.3191 F9 -29.486 F10 0.11692 F11 3.0649 F12 -0.99989 F13 4
-1 F1 0.44854 F4 0.48555 F7 -10.5674 F8 18.2761 F9 29.486 F10 -0.7038 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.44854 F4 -0.48555 F7 10.5674 F8 -18.2761 F9 -29.486 F10 0.7038 F11 3.0649 F12 -1.99979 F13 4
-1 F1 -0.13192 F4 0.65901 F7 -10.5674 F8 20.7072 F9 29.486 F10 0.76331 F11 -3.0649 F12 0.99989 F13 -4
-0 F1 0.13192 F4 -0.65901 F7 10.5674 F8 -20.7072 F9 -29.486 F10 -0.76331 F11 3.0649 F12 -0.99989 F13 4
-1 F1 0.47871 F4 0.65221 F7 -10.5674 F8 16.2679 F9 29.486 F10 -2.09068 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.47871 F4 -0.65221 F7 10.5674 F8 -16.2679 F9 -29.486 F10 2.09068 F11 3.0649 F12 -1.99979 F13 4
-1 F1 -0.15447 F4 0.3927 F7 -10.5674 F8 20.2327 F9 29.486 F10 1.65241 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 0.15447 F4 -0.3927 F7 10.5674 F8 -20.2327 F9 -29.486 F10 -1.65241 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.32754 F4 0.41539 F7 -10.5674 F8 17.0451 F9 29.486 F10 -1.85333 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.32754 F4 -0.41539 F7 10.5674 F8 -17.0451 F9 -29.486 F10 1.85333 F11 3.0649 F12 -1.99979 F13 4
-1 F1 -0.39613 F4 0.3925 F7 -10.5674 F8 20.9716 F9 29.486 F10 -0.0859199 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 0.39613 F4 -0.3925 F7 10.5674 F8 -20.9716 F9 -29.486 F10 0.0859199 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.36542 F4 0.47855 F7 -10.5674 F8 17.9721 F9 29.486 F10 -3.029 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 -0.36542 F4 -0.47855 F7 10.5674 F8 -17.9721 F9 -29.486 F10 3.029 F11 3.0649 F12 -2.99969 F13 4
-1 F1 -0.24896 F4 0.36093 F7 -10.5674 F8 21.716 F9 29.486 F10 0.43985 F11 -3.0649 F12 0.99989 F13 -4
-0 F1 0.24896 F4 -0.36093 F7 10.5674 F8 -21.716 F9 -29.486 F10 -0.43985 F11 3.0649 F12 -0.99989 F13 4
-1 F1 -0.90639 F4 0.36824 F7 -10.5674 F8 19.2581 F9 29.486 F10 -0.0805697 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.90639 F4 -0.36824 F7 10.5674 F8 -19.2581 F9 -29.486 F10 0.0805697 F11 3.0649 F12 -2.99969 F13 4
-1 F1 -0.70754 F4 0.50869 F7 -10.5674 F8 19.5208 F9 29.486 F10 0.0381203 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.70754 F4 -0.50869 F7 10.5674 F8 -19.5208 F9 -29.486 F10 -0.0381203 F11 3.0649 F12 -2.99969 F13 4
-1 F1 -0.25753 F4 0.51176 F7 -10.5674 F8 19.7632 F9 29.486 F10 0.17617 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 0.25753 F4 -0.51176 F7 10.5674 F8 -19.7632 F9 -29.486 F10 -0.17617 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.13909 F4 0.3995 F7 -10.5674 F8 17.8793 F9 29.486 F10 -0.0278201 F11 -3.0649 F12 0.99989 F13 -4
-0 F1 -0.13909 F4 -0.3995 F7 10.5674 F8 -17.8793 F9 -29.486 F10 0.0278201 F11 3.0649 F12 -0.99989 F13 4
-1 F1 0.62962 F4 0.74506 F7 -10.5674 F8 17.7076 F9 29.486 F10 -2.17977 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.62962 F4 -0.74506 F7 10.5674 F8 -17.7076 F9 -29.486 F10 2.17977 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.35404 F4 0.45378 F7 -10.5674 F8 19.7594 F9 29.486 F10 -1.91636 F11 -3.0649 F12 0.99989 F13 -4
-0 F1 -0.35404 F4 -0.45378 F7 10.5674 F8 -19.7594 F9 -29.486 F10 1.91636 F11 3.0649 F12 -0.99989 F13 4
-1 F1 0.14645 F4 0.15588 F7 -10.5674 F8 17.6136 F9 29.486 F10 -0.37736 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.14645 F4 -0.15588 F7 10.5674 F8 -17.6136 F9 -29.486 F10 0.37736 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.36542 F4 0.47855 F7 -10.5674 F8 17.9721 F9 29.486 F10 -3.029 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 -0.36542 F4 -0.47855 F7 10.5674 F8 -17.9721 F9 -29.486 F10 3.029 F11 3.0649 F12 -2.99969 F13 4
-1 F1 -0.25753 F4 0.51176 F7 -10.5674 F8 19.7632 F9 29.486 F10 0.17617 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 0.25753 F4 -0.51176 F7 10.5674 F8 -19.7632 F9 -29.486 F10 -0.17617 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.16439 F4 0.3451 F7 -10.5674 F8 18.3751 F9 29.486 F10 -0.70406 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.16439 F4 -0.3451 F7 10.5674 F8 -18.3751 F9 -29.486 F10 0.70406 F11 3.0649 F12 -1.99979 F13 4
-1 F1 -0.47947 F4 0.20687 F7 -10.5674 F8 20.6098 F9 29.486 F10 -0.45439 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.47947 F4 -0.20687 F7 10.5674 F8 -20.6098 F9 -29.486 F10 0.45439 F11 3.0649 F12 -2.99969 F13 4
-1 F1 -0.70754 F4 0.50869 F7 -10.5674 F8 19.5208 F9 29.486 F10 0.0381203 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.70754 F4 -0.50869 F7 10.5674 F8 -19.5208 F9 -29.486 F10 -0.0381203 F11 3.0649 F12 -2.99969 F13 4
-1 F1 0.14645 F4 0.15588 F7 -10.5674 F8 17.6136 F9 29.486 F10 -0.37736 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.14645 F4 -0.15588 F7 10.5674 F8 -17.6136 F9 -29.486 F10 0.37736 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.22843 F4 0.30652 F7 -10.5674 F8 18.8154 F9 29.486 F10 -2.50349 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.22843 F4 -0.30652 F7 10.5674 F8 -18.8154 F9 -29.486 F10 2.50349 F11 3.0649 F12 -1.99979 F13 4
-1 F1 -0.31301 F4 0.3995 F7 -10.5674 F8 21.2756 F9 29.486 F10 2.23928 F11 -3.0649 F12 0.99989 F13 -4
-0 F1 0.31301 F4 -0.3995 F7 10.5674 F8 -21.2756 F9 -29.486 F10 -2.23928 F11 3.0649 F12 -0.99989 F13 4
-1 F1 -0.52558 F4 0.47011 F7 -10.5674 F8 20.2183 F9 29.486 F10 -1.97081 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.52558 F4 -0.47011 F7 10.5674 F8 -20.2183 F9 -29.486 F10 1.97081 F11 3.0649 F12 -2.99969 F13 4
-1 F1 -0.32991 F4 0.14819 F7 -10.5674 F8 18.5617 F9 29.486 F10 0.26081 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 0.32991 F4 -0.14819 F7 10.5674 F8 -18.5617 F9 -29.486 F10 -0.26081 F11 3.0649 F12 -1.99979 F13 4
-1 F1 0.29 F4 0.49235 F7 -10.5674 F8 19.3191 F9 29.486 F10 -0.11692 F11 -3.0649 F12 0.99989 F13 -4
-0 F1 -0.29 F4 -0.49235 F7 10.5674 F8 -19.3191 F9 -29.486 F10 0.11692 F11 3.0649 F12 -0.99989 F13 4
-1 F1 0.62962 F4 0.74506 F7 -10.5674 F8 17.7076 F9 29.486 F10 -2.17977 F11 -3.0649 F12 1.99979 F13 -4
-0 F1 -0.62962 F4 -0.74506 F7 10.5674 F8 -17.7076 F9 -29.486 F10 2.17977 F11 3.0649 F12 -1.99979 F13 4
-1 F1 -0.70754 F4 0.50869 F7 -10.5674 F8 19.5208 F9 29.486 F10 0.0381203 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.70754 F4 -0.50869 F7 10.5674 F8 -19.5208 F9 -29.486 F10 -0.0381203 F11 3.0649 F12 -2.99969 F13 4
-1 F1 -0.29416 F4 0.38305 F7 -10.5674 F8 18.6973 F9 29.486 F10 -1.4388 F11 -3.0649 F12 0.99989 F13 -4
-0 F1 0.29416 F4 -0.38305 F7 10.5674 F8 -18.6973 F9 -29.486 F10 1.4388 F11 3.0649 F12 -0.99989 F13 4
-1 F1 -0.54352 F4 0.24545 F7 -10.5674 F8 20.1695 F9 29.486 F10 1.34505 F11 -3.0649 F12 2.99969 F13 -4
-0 F1 0.54352 F4 -0.24545 F7 10.5674 F8 -20.1695 F9 -29.486 F10 -1.34505 F11 3.0649 F12 -2.99969 F13 4
-1 F1 0.192039 F4 -0.61823 F7 -0.519012 F8 -2.4559 F9 3.366 F10 1.078 F11 1.8464 F12 0.999901
-0 F1 -0.192039 F4 0.61823 F7 0.519012 F8 2.4559 F9 -3.366 F10 -1.078 F11 -1.8464 F12 -0.999901
-1 F1 0.0637703 F4 0.0806999 F7 -0.519012 F8 -1.1402 F9 3.366 F10 -2.4658 F11 1.8464
-0 F1 -0.0637703 F4 -0.0806999 F7 0.519012 F8 1.1402 F9 -3.366 F10 2.4658 F11 -1.8464
-1 F1 0.75116 F4 0.08743 F7 -3.80301 F8 2.1489 F9 7.5622 F10 0.9923 F11 0.7981 F13 -1
-0 F1 -0.75116 F4 -0.08743 F7 3.80301 F8 -2.1489 F9 -7.5622 F10 -0.9923 F11 -0.7981 F13 1
-1 F1 0.192039 F4 -0.61823 F7 -0.519012 F8 -2.4559 F9 3.366 F10 1.078 F11 1.8464 F12 0.999901
-0 F1 -0.192039 F4 0.61823 F7 0.519012 F8 2.4559 F9 -3.366 F10 -1.078 F11 -1.8464 F12 -0.999901
-1 F1 0.399091 F4 0.33242 F7 -1.84401 F8 2.6344 F9 2.186 F10 1.2041 F11 -2.6173 F12 -0.999901 F13 -1
-0 F1 -0.399091 F4 -0.33242 F7 1.84401 F8 -2.6344 F9 -2.186 F10 -1.2041 F11 2.6173 F12 0.999901 F13 1
-1 F1 0.0549908 F4 0.10988 F7 -1.84401 F8 2.2277 F9 2.186 F10 1.7132 F11 -2.6173 F13 -1
-0 F1 -0.0549908 F4 -0.10988 F7 1.84401 F8 -2.2277 F9 -2.186 F10 -1.7132 F11 2.6173 F13 1
-1 F1 0.751321 F4 -0.17881 F7 -0.519012 F8 -2.4189 F9 3.366 F10 -2.641 F11 1.8464 F12 0.999899
-0 F1 -0.751321 F4 0.17881 F7 0.519012 F8 2.4189 F9 -3.366 F10 2.641 F11 -1.8464 F12 -0.999899
-1 F1 -0.17917 F4 0.71622 F7 -4.054 F8 7.8346 F9 5.492 F10 0.5187 F11 -1.2353 F13 -1
-0 F1 0.17917 F4 -0.71622 F7 4.054 F8 -7.8346 F9 -5.492 F10 -0.5187 F11 1.2353 F13 1
-1 F1 1.08058 F4 -0.50423 F7 -0.519012 F8 -4.7457 F9 3.366 F10 0.0203991 F11 1.8464 F12 0.999899
-0 F1 -1.08058 F4 0.50423 F7 0.519012 F8 4.7457 F9 -3.366 F10 -0.0203991 F11 -1.8464 F12 -0.999899
-1 F1 0.2284 F4 -0.0820098 F7 -0.519012 F8 -2.3036 F9 3.366 F10 -1.1351 F11 1.8464
-0 F1 -0.2284 F4 0.0820098 F7 0.519012 F8 2.3036 F9 -3.366 F10 1.1351 F11 -1.8464
-1 F1 0.59113 F4 0.22092 F7 -3.80301 F8 2.4134 F9 7.5622 F10 1.6368 F11 0.7981 F13 -1
-0 F1 -0.59113 F4 -0.22092 F7 3.80301 F8 -2.4134 F9 -7.5622 F10 -1.6368 F11 -0.7981 F13 1
-1 F1 -0.21553 F4 0.18 F7 -4.054 F8 7.6823 F9 5.492 F10 2.7318 F11 -1.2353 F12 0.999901 F13 -1
-0 F1 0.21553 F4 -0.18 F7 4.054 F8 -7.6823 F9 -5.492 F10 -2.7318 F11 1.2353 F12 -0.999901 F13 1
-1 F1 0.75722 F4 0.66457 F7 -5.12801 F8 8.25031 F9 6.3822 F10 2.0008 F11 -3.6656 F12 -0.999901 F13 -2
-0 F1 -0.75722 F4 -0.66457 F7 5.12801 F8 -8.25031 F9 -6.3822 F10 -2.0008 F11 3.6656 F12 0.999901 F13 2
-1 F1 0.97538 F4 -0.0886703 F7 -4.703 F8 7.0074 F9 7.5362 F10 0.685299 F11 -0.307098 F13 -1
-0 F1 -0.97538 F4 0.0886703 F7 4.703 F8 -7.0074 F9 -7.5362 F10 -0.685299 F11 0.307098 F13 1
-1 F1 0.71496 F4 -0.71503 F7 -0.519012 F8 -2.57121 F9 3.366 F10 -0.4279 F11 1.8464 F12 1.9998
-0 F1 -0.71496 F4 0.71503 F7 0.519012 F8 2.57121 F9 -3.366 F10 0.4279 F11 -1.8464 F12 -1.9998
-1 F1 0.21694 F4 -1.2563 F7 -0.157013 F8 -2.3066 F9 4.52 F10 -1.3942 F11 5.2049 F12 1.9998 F13 1
-0 F1 -0.21694 F4 1.2563 F7 0.157013 F8 2.3066 F9 -4.52 F10 1.3942 F11 -5.2049 F12 -1.9998 F13 -1
-1 F1 0.287991 F4 -0.0953999 F7 -1.41901 F8 3.7183 F9 3.34 F10 -2.7728 F11 0.741203
-0 F1 -0.287991 F4 0.0953999 F7 1.41901 F8 -3.7183 F9 -3.34 F10 2.7728 F11 -0.741203
-1 F1 -0.26967 F4 0.40608 F7 -1.84401 F8 3.6556 F9 2.186 F10 1.027 F11 -2.6173 F13 -1
-0 F1 0.26967 F4 -0.40608 F7 1.84401 F8 -3.6556 F9 -2.186 F10 -1.027 F11 2.6173 F13 1
-1 F1 0.75116 F4 0.08743 F7 -3.80301 F8 2.1489 F9 7.5622 F10 0.9923 F11 0.7981 F13 -1
-0 F1 -0.75116 F4 -0.08743 F7 3.80301 F8 -2.1489 F9 -7.5622 F10 -0.9923 F11 -0.7981 F13 1
-1 F1 0.81075 F4 0.0740399 F7 -4.703 F8 8.1708 F9 7.5362 F10 -0.645401 F11 -0.307098 F13 -1
-0 F1 -0.81075 F4 -0.0740399 F7 4.703 F8 -8.1708 F9 -7.5362 F10 0.645401 F11 0.307098 F13 1
-1 F1 0.192039 F4 -0.61823 F7 -0.519012 F8 -2.4559 F9 3.366 F10 1.078 F11 1.8464 F12 0.999901
-0 F1 -0.192039 F4 0.61823 F7 0.519012 F8 2.4559 F9 -3.366 F10 -1.078 F11 -1.8464 F12 -0.999901
-1 F1 -0.10504 F4 0.24337 F7 -1.84401 F8 2.4922 F9 2.186 F10 2.3577 F11 -2.6173 F13 -1
-0 F1 0.10504 F4 -0.24337 F7 1.84401 F8 -2.4922 F9 -2.186 F10 -2.3577 F11 2.6173 F13 1
-1 F1 0.0698299 F4 0.65783 F7 -1.84401 F8 4.9612 F9 2.186 F10 -1.4573 F11 -2.6173 F12 -0.999901 F13 -1
-0 F1 -0.0698299 F4 -0.65783 F7 1.84401 F8 -4.9612 F9 -2.186 F10 1.4573 F11 2.6173 F12 0.999901 F13 1
-1 F1 0.248489 F4 0.60473 F7 -5.12801 F8 9.007 F9 6.3822 F10 1.1792 F11 -3.6656 F13 -2
-0 F1 -0.248489 F4 -0.60473 F7 5.12801 F8 -9.007 F9 -6.3822 F10 -1.1792 F11 3.6656 F13 2
-1 F1 0.92055 F4 -0.370739 F7 -0.519012 F8 -4.4812 F9 3.366 F10 0.664999 F11 1.8464 F12 0.999899
-0 F1 -0.92055 F4 0.370739 F7 0.519012 F8 4.4812 F9 -3.366 F10 -0.664999 F11 -1.8464 F12 -0.999899
-1 F1 0.75592 F4 -0.20803 F7 -0.519012 F8 -3.31779 F9 3.366 F10 -0.665701 F11 1.8464 F12 0.999899
-0 F1 -0.75592 F4 0.20803 F7 0.519012 F8 3.31779 F9 -3.366 F10 0.665701 F11 -1.8464 F12 -0.999899
-1 F1 -0.0145397 F4 0.55351 F7 -4.054 F8 6.6712 F9 5.492 F10 1.8494 F11 -1.2353 F13 -1
-0 F1 0.0145397 F4 -0.55351 F7 4.054 F8 -6.6712 F9 -5.492 F10 -1.8494 F11 1.2353 F13 1
-1 F1 0.582561 F4 -1.0455 F7 -0.157013 F8 -4.4811 F9 4.52 F10 -0.9459 F11 5.2049 F12 0.999899 F13 1
-0 F1 -0.582561 F4 1.0455 F7 0.157013 F8 4.4811 F9 -4.52 F10 0.9459 F11 -5.2049 F12 -0.999899 F13 -1
-1 F1 0.94069 F4 -0.71335 F7 -3.44101 F8 1.1348 F9 8.7162 F10 -0.1492 F11 4.1566 F12 0.999899
-0 F1 -0.94069 F4 0.71335 F7 3.44101 F8 -1.1348 F9 -8.7162 F10 0.1492 F11 -4.1566 F12 -0.999899
-1 F1 0.2284 F4 -0.0820098 F7 -0.519012 F8 -2.3036 F9 3.366 F10 -1.1351 F11 1.8464
-0 F1 -0.2284 F4 0.0820098 F7 0.519012 F8 2.3036 F9 -3.366 F10 1.1351 F11 -1.8464
-1 F1 0.87959 F4 -0.87774 F7 -0.519012 F8 -3.7346 F9 3.366 F10 0.9028 F11 1.8464 F12 1.9998
-0 F1 -0.87959 F4 0.87774 F7 0.519012 F8 3.7346 F9 -3.366 F10 -0.9028 F11 -1.8464 F12 -1.9998
-1 F1 -0.0145397 F4 0.55351 F7 -4.054 F8 6.6712 F9 5.492 F10 1.8494 F11 -1.2353 F13 -1
-0 F1 0.0145397 F4 -0.55351 F7 4.054 F8 -6.6712 F9 -5.492 F10 -1.8494 F11 1.2353 F13 1
-1 F1 0.221539 F4 -1.28551 F7 -0.157013 F8 -3.20551 F9 4.52 F10 0.580999 F11 5.2049 F12 1.9998 F13 1
-0 F1 -0.221539 F4 1.28551 F7 0.157013 F8 3.20551 F9 -4.52 F10 -0.580999 F11 -5.2049 F12 -1.9998 F13 -1
-1 F1 1.08058 F4 -0.50423 F7 -0.519012 F8 -4.7457 F9 3.366 F10 0.0203991 F11 1.8464 F12 0.999899
-0 F1 -1.08058 F4 0.50423 F7 0.519012 F8 4.7457 F9 -3.366 F10 -0.0203991 F11 -1.8464 F12 -0.999899
-1 F1 0.233001 F4 -0.111229 F7 -0.519012 F8 -3.20251 F9 3.366 F10 0.840099 F11 1.8464
-0 F1 -0.233001 F4 0.111229 F7 0.519012 F8 3.20251 F9 -3.366 F10 -0.840099 F11 -1.8464
-1 F1 0.41626 F4 -0.79433 F7 -1.41901 F8 2.4026 F9 3.34 F10 0.771 F11 0.741203 F12 0.999901
-0 F1 -0.41626 F4 0.79433 F7 1.41901 F8 -2.4026 F9 -3.34 F10 -0.771 F11 -0.741203 F12 -0.999901
-1 F1 0.234461 F4 0.49513 F7 -1.84401 F8 3.79781 F9 2.186 F10 -0.1266 F11 -2.6173 F12 -0.999901 F13 -1
-0 F1 -0.234461 F4 -0.49513 F7 1.84401 F8 -3.79781 F9 -2.186 F10 0.1266 F11 2.6173 F12 0.999901 F13 1
-1 F1 -0.10504 F4 0.24337 F7 -1.84401 F8 2.4922 F9 2.186 F10 2.3577 F11 -2.6173 F13 -1
-0 F1 0.10504 F4 -0.24337 F7 1.84401 F8 -2.4922 F9 -2.186 F10 -2.3577 F11 2.6173 F13 1
-1 F1 0.1981 F4 -0.04109 F7 -1.84401 F8 3.6455 F9 2.186 F10 2.0865 F11 -2.6173 F13 -1
-0 F1 -0.1981 F4 0.04109 F7 1.84401 F8 -3.6455 F9 -2.186 F10 -2.0865 F11 2.6173 F13 1
-1 F1 0.23446 F4 0.49512 F7 -1.84401 F8 3.7978 F9 2.186 F10 -0.1266 F11 -2.6173 F12 -0.999901 F13 -1
-0 F1 -0.23446 F4 -0.49512 F7 1.84401 F8 -3.7978 F9 -2.186 F10 0.1266 F11 2.6173 F12 0.999901 F13 1
-1 F1 0.592589 F4 0.82727 F7 -5.12801 F8 9.4137 F9 6.3822 F10 0.670099 F11 -3.6656 F12 -0.999901 F13 -2
-0 F1 -0.592589 F4 -0.82727 F7 5.12801 F8 -9.4137 F9 -6.3822 F10 -0.670099 F11 3.6656 F12 0.999901 F13 2
-1 F1 0.1981 F4 -0.04109 F7 -1.84401 F8 3.6455 F9 2.186 F10 2.0865 F11 -2.6173 F13 -1
-0 F1 -0.1981 F4 0.04109 F7 1.84401 F8 -3.6455 F9 -2.186 F10 -2.0865 F11 2.6173 F13 1
-1 F1 0.39303 F4 -0.24472 F7 -0.519012 F8 -3.467 F9 3.366 F10 0.195601 F11 1.8464
-0 F1 -0.39303 F4 0.24472 F7 0.519012 F8 3.467 F9 -3.366 F10 -0.195601 F11 -1.8464
-1 F1 0.0274096 F4 -0.45552 F7 -0.519012 F8 -1.2925 F9 3.366 F10 -0.252699 F11 1.8464 F12 0.999901
-0 F1 -0.0274096 F4 0.45552 F7 0.519012 F8 1.2925 F9 -3.366 F10 0.252699 F11 -1.8464 F12 -0.999901
-1 F1 0.77606 F4 -0.55064 F7 -3.44101 F8 2.2982 F9 8.7162 F10 -1.4799 F11 4.1566 F12 0.999899
-0 F1 -0.77606 F4 0.55064 F7 3.44101 F8 -2.2982 F9 -8.7162 F10 1.4799 F11 -4.1566 F12 -0.999899
-1 F1 0.71956 F4 -0.74425 F7 -0.519012 F8 -3.4701 F9 3.366 F10 1.5474 F11 1.8464 F12 1.9998
-0 F1 -0.71956 F4 0.74425 F7 0.519012 F8 3.4701 F9 -3.366 F10 -1.5474 F11 -1.8464 F12 -1.9998
-1 F1 0.253301 F4 -0.72008 F7 -0.157013 F8 -2.1543 F9 4.52 F10 -3.6073 F11 5.2049 F12 0.999899 F13 1
-0 F1 -0.253301 F4 0.72008 F7 0.157013 F8 2.1543 F9 -4.52 F10 3.6073 F11 -5.2049 F12 -0.999899 F13 -1
-1 F1 0.97538 F4 -0.0886703 F7 -4.703 F8 7.0074 F9 7.5362 F10 0.685299 F11 -0.307098 F13 -1
-0 F1 -0.97538 F4 0.0886703 F7 4.703 F8 -7.0074 F9 -7.5362 F10 -0.685299 F11 0.307098 F13 1
-1 F1 0.253301 F4 -0.72008 F7 -0.157013 F8 -2.1543 F9 4.52 F10 -3.6073 F11 5.2049 F12 0.999899 F13 1
-0 F1 -0.253301 F4 0.72008 F7 0.157013 F8 2.1543 F9 -4.52 F10 3.6073 F11 -5.2049 F12 -0.999899 F13 -1
-1 F1 0.38157 F4 -1.41901 F7 -0.157013 F8 -3.47 F9 4.52 F10 -0.0634995 F11 5.2049 F12 1.9998 F13 1
-0 F1 -0.38157 F4 1.41901 F7 0.157013 F8 3.47 F9 -4.52 F10 0.0634995 F11 -5.2049 F12 -1.9998 F13 -1
-1 F1 2.42488 F4 0.04649 F7 -4.0933 F8 7.2516 F9 9.5275 F10 -1.43619 F11 -9.1427 F12 1.99979 F13 -4
-0 F1 -2.42488 F4 -0.04649 F7 4.0933 F8 -7.2516 F9 -9.5275 F10 1.43619 F11 9.1427 F12 -1.99979 F13 4
-1 F1 2.5362 F4 -0.63784 F7 -1.3098 F8 4.058 F9 5.7413 F10 -2.32631 F11 -11.1319 F12 1.99979 F13 -4
-0 F1 -2.5362 F4 0.63784 F7 1.3098 F8 -4.058 F9 -5.7413 F10 2.32631 F11 11.1319 F12 -1.99979 F13 4
-1 F1 2.84902 F4 0.32386 F7 -4.0933 F8 8.1404 F9 9.5275 F10 -1.12666 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.84902 F4 -0.32386 F7 4.0933 F8 -8.1404 F9 -9.5275 F10 1.12666 F11 9.1427 F12 -0.9999 F13 4
-1 F1 3.26829 F4 0.42445 F7 -4.311 F8 7.0387 F9 8.017 F10 -1.68582 F11 -9.5083 F13 -4
-0 F1 -3.26829 F4 -0.42445 F7 4.311 F8 -7.0387 F9 -8.017 F10 1.68582 F11 9.5083 F13 4
-1 F1 2.84662 F4 -0.6031 F7 -1.3098 F8 3.0382 F9 5.7413 F10 -2.29797 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.84662 F4 0.6031 F7 1.3098 F8 -3.0382 F9 -5.7413 F10 2.29797 F11 11.1319 F12 -0.9999 F13 4
-1 F1 2.89725 F4 -0.39176 F7 -1.3098 F8 3.6086 F9 5.7413 F10 -1.90945 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.89725 F4 0.39176 F7 1.3098 F8 -3.6086 F9 -5.7413 F10 1.90945 F11 11.1319 F12 -0.9999 F13 4
-1 F1 2.72412 F4 -0.72823 F7 -1.3098 F8 2.6615 F9 5.7413 F10 -1.53701 F11 -11.1319 F12 1.99979 F13 -4
-0 F1 -2.72412 F4 0.72823 F7 1.3098 F8 -2.6615 F9 -5.7413 F10 1.53701 F11 11.1319 F12 -1.99979 F13 4
-1 F1 2.91808 F4 -0.42875 F7 -1.3098 F8 4.5084 F9 5.7413 F10 -1.52502 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.91808 F4 0.42875 F7 1.3098 F8 -4.5084 F9 -5.7413 F10 1.52502 F11 11.1319 F12 -0.9999 F13 4
-1 F1 2.82352 F4 0.12332 F7 -4.0933 F8 7.2758 F9 9.5275 F10 -0.83187 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.82352 F4 -0.12332 F7 4.0933 F8 -7.2758 F9 -9.5275 F10 0.83187 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.84902 F4 0.32386 F7 -4.0933 F8 8.1404 F9 9.5275 F10 -1.12666 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.84902 F4 -0.32386 F7 4.0933 F8 -8.1404 F9 -9.5275 F10 1.12666 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.58628 F4 -0.2618 F7 -4.0933 F8 6.923 F9 9.5275 F10 -1.48617 F11 -9.1427 F12 1.99979 F13 -4
-0 F1 -2.58628 F4 0.2618 F7 4.0933 F8 -6.923 F9 -9.5275 F10 1.48617 F11 9.1427 F12 -1.99979 F13 4
-1 F1 2.42488 F4 0.04649 F7 -4.0933 F8 7.2516 F9 9.5275 F10 -1.43619 F11 -9.1427 F12 1.99979 F13 -4
-0 F1 -2.42488 F4 -0.04649 F7 4.0933 F8 -7.2516 F9 -9.5275 F10 1.43619 F11 9.1427 F12 -1.99979 F13 4
-1 F1 2.54457 F4 -0.49478 F7 -1.3098 F8 3.5954 F9 5.7413 F10 -1.44602 F11 -11.1319 F12 1.99979 F13 -4
-0 F1 -2.54457 F4 0.49478 F7 1.3098 F8 -3.5954 F9 -5.7413 F10 1.44602 F11 11.1319 F12 -1.99979 F13 4
-1 F1 2.83087 F4 0.24902 F7 -4.0933 F8 8.7458 F9 9.5275 F10 -1.08566 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.83087 F4 -0.24902 F7 4.0933 F8 -8.7458 F9 -9.5275 F10 1.08566 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.72412 F4 -0.72823 F7 -1.3098 F8 2.6615 F9 5.7413 F10 -1.53701 F11 -11.1319 F12 1.99979 F13 -4
-0 F1 -2.72412 F4 0.72823 F7 1.3098 F8 -2.6615 F9 -5.7413 F10 1.53701 F11 11.1319 F12 -1.99979 F13 4
-1 F1 2.6468 F4 0.05916 F7 -4.0933 F8 6.8451 F9 9.5275 F10 -1.22947 F11 -9.1427 F12 1.99979 F13 -4
-0 F1 -2.6468 F4 -0.05916 F7 4.0933 F8 -6.8451 F9 -9.5275 F10 1.22947 F11 9.1427 F12 -1.99979 F13 4
-1 F1 2.69944 F4 -0.41099 F7 -1.3098 F8 4.4642 F9 5.7413 F10 -2.5669 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.69944 F4 0.41099 F7 1.3098 F8 -4.4642 F9 -5.7413 F10 2.5669 F11 11.1319 F12 -0.9999 F13 4
-1 F1 2.87212 F4 -0.40256 F7 -1.3098 F8 3.9028 F9 5.7413 F10 -2.5928 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.87212 F4 0.40256 F7 1.3098 F8 -3.9028 F9 -5.7413 F10 2.5928 F11 11.1319 F12 -0.9999 F13 4
-1 F1 3.27287 F4 0.52453 F7 -4.0933 F8 5.1514 F9 9.5275 F10 -3.2196 F11 -9.1427 F13 -4
-0 F1 -3.27287 F4 -0.52453 F7 4.0933 F8 -5.1514 F9 -9.5275 F10 3.2196 F11 9.1427 F13 4
-1 F1 2.83087 F4 0.24902 F7 -4.0933 F8 8.7458 F9 9.5275 F10 -1.08566 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.83087 F4 -0.24902 F7 4.0933 F8 -8.7458 F9 -9.5275 F10 1.08566 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.7709 F4 -0.23663 F7 -1.3098 F8 5.9345 F9 5.7413 F10 -1.79397 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.7709 F4 0.23663 F7 1.3098 F8 -5.9345 F9 -5.7413 F10 1.79397 F11 11.1319 F12 -0.9999 F13 4
-1 F1 2.5617 F4 -0.4373 F7 -1.3098 F8 4.9226 F9 5.7413 F10 -2.6211 F11 -11.1319 F12 1.99979 F13 -4
-0 F1 -2.5617 F4 0.4373 F7 1.3098 F8 -4.9226 F9 -5.7413 F10 2.6211 F11 11.1319 F12 -1.99979 F13 4
-1 F1 2.75941 F4 0.0746701 F7 -4.0933 F8 7.2755 F9 9.5275 F10 -1.85861 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.75941 F4 -0.0746701 F7 4.0933 F8 -7.2755 F9 -9.5275 F10 1.85861 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.76463 F4 -0.62274 F7 -1.3098 F8 4.2857 F9 5.7413 F10 -1.86109 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.76463 F4 0.62274 F7 1.3098 F8 -4.2857 F9 -5.7413 F10 1.86109 F11 11.1319 F12 -0.9999 F13 4
-1 F1 2.60488 F4 0.14108 F7 -4.0933 F8 7.2316 F9 9.5275 F10 -1.87377 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.60488 F4 -0.14108 F7 4.0933 F8 -7.2316 F9 -9.5275 F10 1.87377 F11 9.1427 F12 -0.9999 F13 4
-1 F1 3.36743 F4 -0.02754 F7 -1.3098 F8 2.3841 F9 5.7413 F10 -3.9127 F11 -11.1319 F13 -4
-0 F1 -3.36743 F4 0.02754 F7 1.3098 F8 -2.3841 F9 -5.7413 F10 3.9127 F11 11.1319 F13 4
-1 F1 2.87415 F4 0.33466 F7 -4.0933 F8 7.2516 F9 9.5275 F10 -0.44335 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.87415 F4 -0.33466 F7 4.0933 F8 -7.2516 F9 -9.5275 F10 0.44335 F11 9.1427 F12 -0.9999 F13 4
-1 F1 3.20898 F4 0.06336 F7 -4.6042 F8 6.8912 F9 7.6221 F10 -0.11506 F11 -9.0986 F12 0.9999 F13 -4
-0 F1 -3.20898 F4 -0.06336 F7 4.6042 F8 -6.8912 F9 -7.6221 F10 0.11506 F11 9.0986 F12 -0.9999 F13 4
-1 F1 2.60488 F4 0.14108 F7 -4.0933 F8 7.2316 F9 9.5275 F10 -1.87377 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.60488 F4 -0.14108 F7 4.0933 F8 -7.2316 F9 -9.5275 F10 1.87377 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.94358 F4 -0.22821 F7 -1.3098 F8 5.3731 F9 5.7413 F10 -1.81981 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.94358 F4 0.22821 F7 1.3098 F8 -5.3731 F9 -5.7413 F10 1.81981 F11 11.1319 F12 -0.9999 F13 4
-1 F1 2.699 F4 -0.73904 F7 -1.3098 F8 3.5504 F9 5.7413 F10 -2.22032 F11 -11.1319 F12 1.99979 F13 -4
-0 F1 -2.699 F4 0.73904 F7 1.3098 F8 -3.5504 F9 -5.7413 F10 2.22032 F11 11.1319 F12 -1.99979 F13 4
-1 F1 3.08132 F4 -0.20189 F7 -1.3098 F8 4.9147 F9 5.7413 F10 -1.76563 F11 -11.1319 F13 -4
-0 F1 -3.08132 F4 0.20189 F7 1.3098 F8 -4.9147 F9 -5.7413 F10 1.76563 F11 11.1319 F13 4
-1 F1 2.62167 F4 0.0483501 F7 -4.0933 F8 7.7339 F9 9.5275 F10 -1.91279 F11 -9.1427 F12 1.99979 F13 -4
-0 F1 -2.62167 F4 -0.0483501 F7 4.0933 F8 -7.7339 F9 -9.5275 F10 1.91279 F11 9.1427 F12 -1.99979 F13 4
-1 F1 2.80269 F4 0.16031 F7 -4.0933 F8 6.376 F9 9.5275 F10 -1.2163 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.80269 F4 -0.16031 F7 4.0933 F8 -6.376 F9 -9.5275 F10 1.2163 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.91808 F4 -0.42875 F7 -1.3098 F8 4.5084 F9 5.7413 F10 -1.52502 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.91808 F4 0.42875 F7 1.3098 F8 -4.5084 F9 -5.7413 F10 1.52502 F11 11.1319 F12 -0.9999 F13 4
-1 F1 2.75206 F4 -0.0510299 F7 -4.0933 F8 5.8055 F9 9.5275 F10 -1.60483 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.75206 F4 0.0510299 F7 4.0933 F8 -5.8055 F9 -9.5275 F10 1.60483 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.73401 F4 -0.61861 F7 -1.3098 F8 2.6077 F9 5.7413 F10 -1.66884 F11 -11.1319 F12 1.99979 F13 -4
-0 F1 -2.73401 F4 0.61861 F7 1.3098 F8 -2.6077 F9 -5.7413 F10 1.66884 F11 11.1319 F12 -1.99979 F13 4
-1 F1 2.96871 F4 -0.21741 F7 -1.3098 F8 4.4842 F9 5.7413 F10 -1.13649 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.96871 F4 0.21741 F7 1.3098 F8 -4.4842 F9 -5.7413 F10 1.13649 F11 11.1319 F12 -0.9999 F13 4
-1 F1 2.62167 F4 0.0483501 F7 -4.0933 F8 7.7339 F9 9.5275 F10 -1.91279 F11 -9.1427 F12 1.99979 F13 -4
-0 F1 -2.62167 F4 -0.0483501 F7 4.0933 F8 -7.7339 F9 -9.5275 F10 1.91279 F11 9.1427 F12 -1.99979 F13 4
-1 F1 2.5362 F4 -0.63784 F7 -1.3098 F8 4.058 F9 5.7413 F10 -2.32631 F11 -11.1319 F12 1.99979 F13 -4
-0 F1 -2.5362 F4 0.63784 F7 1.3098 F8 -4.058 F9 -5.7413 F10 2.32631 F11 11.1319 F12 -1.99979 F13 4
-1 F1 2.75941 F4 0.0746701 F7 -4.0933 F8 7.2755 F9 9.5275 F10 -1.85861 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.75941 F4 -0.0746701 F7 4.0933 F8 -7.2755 F9 -9.5275 F10 1.85861 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.43539 F4 0.0137 F7 -4.0933 F8 7.9508 F9 9.5275 F10 -0.420691 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.43539 F4 -0.0137 F7 4.0933 F8 -7.9508 F9 -9.5275 F10 0.420691 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.76463 F4 -0.62274 F7 -1.3098 F8 4.2857 F9 5.7413 F10 -1.86109 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.76463 F4 0.62274 F7 1.3098 F8 -4.2857 F9 -5.7413 F10 1.86109 F11 11.1319 F12 -0.9999 F13 4
-1 F1 2.84902 F4 0.32386 F7 -4.0933 F8 8.1404 F9 9.5275 F10 -1.12666 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.84902 F4 -0.32386 F7 4.0933 F8 -8.1404 F9 -9.5275 F10 1.12666 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.91808 F4 -0.42875 F7 -1.3098 F8 4.5084 F9 5.7413 F10 -1.52502 F11 -11.1319 F12 0.9999 F13 -4
-0 F1 -2.91808 F4 0.42875 F7 1.3098 F8 -4.5084 F9 -5.7413 F10 1.52502 F11 11.1319 F12 -0.9999 F13 4
-1 F1 2.83087 F4 0.24902 F7 -4.0933 F8 8.7458 F9 9.5275 F10 -1.08566 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.83087 F4 -0.24902 F7 4.0933 F8 -8.7458 F9 -9.5275 F10 1.08566 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.60488 F4 0.14108 F7 -4.0933 F8 7.2316 F9 9.5275 F10 -1.87377 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.60488 F4 -0.14108 F7 4.0933 F8 -7.2316 F9 -9.5275 F10 1.87377 F11 9.1427 F12 -0.9999 F13 4
-1 F1 3.05822 F4 0.52453 F7 -4.0933 F8 9.1523 F9 9.5275 F10 -0.29953 F11 -9.1427 F13 -4
-0 F1 -3.05822 F4 -0.52453 F7 4.0933 F8 -9.1523 F9 -9.5275 F10 0.29953 F11 9.1427 F13 4
-1 F1 2.75941 F4 0.0746701 F7 -4.0933 F8 7.2755 F9 9.5275 F10 -1.85861 F11 -9.1427 F12 0.9999 F13 -4
-0 F1 -2.75941 F4 -0.0746701 F7 4.0933 F8 -7.2755 F9 -9.5275 F10 1.85861 F11 9.1427 F12 -0.9999 F13 4
-1 F1 2.72412 F4 -0.72823 F7 -1.3098 F8 2.6615 F9 5.7413 F10 -1.53701 F11 -11.1319 F12 1.99979 F13 -4
-0 F1 -2.72412 F4 0.72823 F7 1.3098 F8 -2.6615 F9 -5.7413 F10 1.53701 F11 11.1319 F12 -1.99979 F13 4
-1 F1 1.47728 F4 1.11033 F7 -7.186 F8 12.414 F9 9.5948 F10 3.7178 F11 -10.9513 F13 -5
-0 F1 -1.47728 F4 -1.11033 F7 7.186 F8 -12.414 F9 -9.5948 F10 -3.7178 F11 10.9513 F13 5
-1 F1 1.81463 F4 0.67998 F7 -7.3858 F8 13.1844 F9 8.5417 F10 4.9135 F11 -11.7573 F13 -5
-0 F1 -1.81463 F4 -0.67998 F7 7.3858 F8 -13.1844 F9 -8.5417 F10 -4.9135 F11 11.7573 F13 5
-1 F1 1.79212 F4 1.04644 F7 -9.4082 F8 18.973 F9 11.6673 F10 5.2109 F11 -12.5457 F12 -0.999941 F13 -6
-0 F1 -1.79212 F4 -1.04644 F7 9.4082 F8 -18.973 F9 -11.6673 F10 -5.2109 F11 12.5457 F12 0.999941 F13 6
-1 F1 2.20595 F4 1.37369 F7 -9.4082 F8 15.9518 F9 11.6673 F10 4.0703 F11 -12.5457 F13 -6
-0 F1 -2.20595 F4 -1.37369 F7 9.4082 F8 -15.9518 F9 -11.6673 F10 -4.0703 F11 12.5457 F13 6
-1 F1 1.97468 F4 1.12474 F7 -9.4082 F8 17.1493 F9 11.6673 F10 5.0569 F11 -12.5457 F13 -6
-0 F1 -1.97468 F4 -1.12474 F7 9.4082 F8 -17.1493 F9 -11.6673 F10 -5.0569 F11 12.5457 F13 6
-1 F1 0.95433 F4 0.66339 F7 -8.3049 F8 15.0329 F9 10.3314 F10 5.2886 F11 -9.4776 F12 -0.999941 F13 -4
-0 F1 -0.95433 F4 -0.66339 F7 8.3049 F8 -15.0329 F9 -10.3314 F10 -5.2886 F11 9.4776 F12 0.999941 F13 4
-1 F1 1.93957 F4 0.67931 F7 -7.3858 F8 12.8178 F9 8.5417 F10 4.1359 F11 -11.7573 F13 -5
-0 F1 -1.93957 F4 -0.67931 F7 7.3858 F8 -12.8178 F9 -8.5417 F10 -4.1359 F11 11.7573 F13 5
-1 F1 2.00742 F4 1.27864 F7 -12.3671 F8 23.0697 F9 15.8267 F10 5.3617 F11 -12.4786 F12 -0.999941 F13 -6
-0 F1 -2.00742 F4 -1.27864 F7 12.3671 F8 -23.0697 F9 -15.8267 F10 -5.3617 F11 12.4786 F12 0.999941 F13 6
-1 F1 2.15349 F4 0.77323 F7 -7.3858 F8 12.2457 F9 8.5417 F10 4.0954 F11 -11.7573 F13 -5
-0 F1 -2.15349 F4 -0.77323 F7 7.3858 F8 -12.2457 F9 -8.5417 F10 -4.0954 F11 11.7573 F13 5
-1 F1 1.97468 F4 1.12474 F7 -9.4082 F8 17.1493 F9 11.6673 F10 5.0569 F11 -12.5457 F13 -6
-0 F1 -1.97468 F4 -1.12474 F7 9.4082 F8 -17.1493 F9 -11.6673 F10 -5.0569 F11 12.5457 F13 6
-1 F1 1.84576 F4 1.01672 F7 -7.3858 F8 13.1698 F9 8.5417 F10 3.727 F11 -11.7573 F12 -0.999941 F13 -5
-0 F1 -1.84576 F4 -1.01672 F7 7.3858 F8 -13.1698 F9 -8.5417 F10 -3.727 F11 11.7573 F12 0.999941 F13 5
-1 F1 0.9719 F4 0.49728 F7 -8.3049 F8 15.6737 F9 10.3314 F10 5.6425 F11 -9.4776 F12 -0.999941 F13 -4
-0 F1 -0.9719 F4 -0.49728 F7 8.3049 F8 -15.6737 F9 -10.3314 F10 -5.6425 F11 9.4776 F12 0.999941 F13 4
-1 F1 1.88262 F4 0.83387 F7 -9.4082 F8 16.5529 F9 11.6673 F10 5.8594 F11 -12.5457 F13 -6
-0 F1 -1.88262 F4 -0.83387 F7 9.4082 F8 -16.5529 F9 -11.6673 F10 -5.8594 F11 12.5457 F13 6
-1 F1 0.9719 F4 0.49728 F7 -8.3049 F8 15.6737 F9 10.3314 F10 5.6425 F11 -9.4776 F12 -0.999941 F13 -4
-0 F1 -0.9719 F4 -0.49728 F7 8.3049 F8 -15.6737 F9 -10.3314 F10 -5.6425 F11 9.4776 F12 0.999941 F13 4
-1 F1 1.93957 F4 0.67931 F7 -7.3858 F8 12.8178 F9 8.5417 F10 4.1359 F11 -11.7573 F13 -5
-0 F1 -1.93957 F4 -0.67931 F7 7.3858 F8 -12.8178 F9 -8.5417 F10 -4.1359 F11 11.7573 F13 5
-1 F1 2.09631 F4 1.24892 F7 -9.4082 F8 14.7146 F9 11.6673 F10 4.5188 F11 -12.5457 F13 -6
-0 F1 -2.09631 F4 -1.24892 F7 9.4082 F8 -14.7146 F9 -11.6673 F10 -4.5188 F11 12.5457 F13 6
-1 F1 1.38524 F4 1.0475 F7 -8.3049 F8 14.6906 F9 10.3314 F10 3.6681 F11 -9.4777 F12 -0.999941 F13 -4
-0 F1 -1.38524 F4 -1.0475 F7 8.3049 F8 -14.6906 F9 -10.3314 F10 -3.6681 F11 9.4777 F12 0.999941 F13 4
-1 F1 1.81463 F4 0.67998 F7 -7.3858 F8 13.1844 F9 8.5417 F10 4.9135 F11 -11.7573 F13 -5
-0 F1 -1.81463 F4 -0.67998 F7 7.3858 F8 -13.1844 F9 -8.5417 F10 -4.9135 F11 11.7573 F13 5
-1 F1 1.79212 F4 1.04644 F7 -9.4082 F8 18.973 F9 11.6673 F10 5.2109 F11 -12.5457 F12 -0.999941 F13 -6
-0 F1 -1.79212 F4 -1.04644 F7 9.4082 F8 -18.973 F9 -11.6673 F10 -5.2109 F11 12.5457 F12 0.999941 F13 6
-1 F1 1.86835 F4 0.87513 F7 -9.4082 F8 17.9802 F9 11.6673 F10 5.266 F11 -12.5457 F13 -6
-0 F1 -1.86835 F4 -0.87513 F7 9.4082 F8 -17.9802 F9 -11.6673 F10 -5.266 F11 12.5457 F13 6
-1 F1 2.09962 F4 1.12407 F7 -9.4082 F8 16.7827 F9 11.6673 F10 4.2793 F11 -12.5457 F13 -6
-0 F1 -2.09962 F4 -1.12407 F7 9.4082 F8 -16.7827 F9 -11.6673 F10 -4.2793 F11 12.5457 F13 6
-1 F1 1.7083 F4 0.43037 F7 -7.3858 F8 14.0153 F9 8.5417 F10 5.1226 F11 -11.7573 F13 -5
-0 F1 -1.7083 F4 -0.43037 F7 7.3858 F8 -14.0153 F9 -8.5417 F10 -5.1226 F11 11.7573 F13 5
-1 F1 1.80777 F4 1.14347 F7 -12.3671 F8 22.2145 F9 15.8267 F10 5.9956 F11 -12.4786 F12 -0.999941 F13 -6
-0 F1 -1.80777 F4 -1.14347 F7 12.3671 F8 -22.2145 F9 -15.8267 F10 -5.9956 F11 12.4786 F12 0.999941 F13 6
-1 F1 1.68261 F4 1.00451 F7 -9.4082 F8 17.0209 F9 11.6673 F10 4.9431 F11 -12.5457 F12 -0.999941 F13 -6
-0 F1 -1.68261 F4 -1.00451 F7 9.4082 F8 -17.0209 F9 -11.6673 F10 -4.9431 F11 12.5457 F12 0.999941 F13 6
-1 F1 1.45134 F4 0.75557 F7 -9.4082 F8 18.2184 F9 11.6673 F10 5.9297 F11 -12.5457 F12 -0.999941 F13 -6
-0 F1 -1.45134 F4 -0.75557 F7 9.4082 F8 -18.2184 F9 -11.6673 F10 -5.9297 F11 12.5457 F12 0.999941 F13 6
-1 F1 1.15397 F4 0.79856 F7 -8.3049 F8 15.8881 F9 10.3314 F10 4.6547 F11 -9.4777 F12 -0.999941 F13 -4
-0 F1 -1.15397 F4 -0.79856 F7 8.3049 F8 -15.8881 F9 -10.3314 F10 -4.6547 F11 9.4777 F12 0.999941 F13 4
-1 F1 1.59247 F4 0.91127 F7 -9.4082 F8 18.1178 F9 11.6673 F10 5.8448 F11 -12.5457 F12 -0.999941 F13 -6
-0 F1 -1.59247 F4 -0.91127 F7 9.4082 F8 -18.1178 F9 -11.6673 F10 -5.8448 F11 12.5457 F12 0.999941 F13 6
-1 F1 1.046 F4 1.03203 F7 -7.186 F8 14.0794 F9 9.5948 F10 3.7881 F11 -10.9513 F12 -0.999941 F13 -5
-0 F1 -1.046 F4 -1.03203 F7 7.186 F8 -14.0794 F9 -9.5948 F10 -3.7881 F11 10.9513 F12 0.999941 F13 5
-1 F1 1.69091 F4 0.16923 F7 -7.3858 F8 14.2497 F9 8.5417 F10 5.6575 F11 -11.7573 F12 -0.999941 F13 -5
-0 F1 -1.69091 F4 -0.16923 F7 7.3858 F8 -14.2497 F9 -8.5417 F10 -5.6575 F11 11.7573 F12 0.999941 F13 5
-1 F1 1.66503 F4 1.17061 F7 -9.4082 F8 16.3801 F9 11.6673 F10 4.5892 F11 -12.5457 F12 -0.999941 F13 -6
-0 F1 -1.66503 F4 -1.17061 F7 9.4082 F8 -16.3801 F9 -11.6673 F10 -4.5892 F11 12.5457 F12 0.999941 F13 6
-1 F1 1.77503 F4 0.98957 F7 -9.4082 F8 16.2941 F9 11.6673 F10 5.6908 F11 -12.5457 F13 -6
-0 F1 -1.77503 F4 -0.98957 F7 9.4082 F8 -16.2941 F9 -11.6673 F10 -5.6908 F11 12.5457 F13 6
-1 F1 1.88262 F4 0.83387 F7 -9.4082 F8 16.5529 F9 11.6673 F10 5.8594 F11 -12.5457 F13 -6
-0 F1 -1.88262 F4 -0.83387 F7 9.4082 F8 -16.5529 F9 -11.6673 F10 -5.8594 F11 12.5457 F13 6
-1 F1 1.82374 F4 1.16021 F7 -9.4082 F8 16.9203 F9 11.6673 F10 4.8581 F11 -12.5457 F12 -0.999941 F13 -6
-0 F1 -1.82374 F4 -1.16021 F7 9.4082 F8 -16.9203 F9 -11.6673 F10 -4.8581 F11 12.5457 F12 0.999941 F13 6
-1 F1 1.89997 F4 0.9889 F7 -9.4082 F8 15.9275 F9 11.6673 F10 4.9132 F11 -12.5457 F13 -6
-0 F1 -1.89997 F4 -0.9889 F7 9.4082 F8 -15.9275 F9 -11.6673 F10 -4.9132 F11 12.5457 F13 6
-1 F1 1.63207 F4 0.60168 F7 -7.3858 F8 15.0081 F9 8.5417 F10 5.0675 F11 -11.7573 F12 -0.999941 F13 -5
-0 F1 -1.63207 F4 -0.60168 F7 7.3858 F8 -15.0081 F9 -8.5417 F10 -5.0675 F11 11.7573 F12 0.999941 F13 5
-1 F1 1.92222 F4 0.52428 F7 -7.3858 F8 13.4432 F9 8.5417 F10 5.0821 F11 -11.7573 F13 -5
-0 F1 -1.92222 F4 -0.52428 F7 7.3858 F8 -13.4432 F9 -8.5417 F10 -5.0821 F11 11.7573 F13 5
-1 F1 2.31354 F4 1.21799 F7 -9.4082 F8 16.2106 F9 11.6673 F10 4.2388 F11 -12.5457 F13 -6
-0 F1 -2.31354 F4 -1.21799 F7 9.4082 F8 -16.2106 F9 -11.6673 F10 -4.2388 F11 12.5457 F13 6
-1 F1 1.15397 F4 0.79856 F7 -8.3049 F8 15.8881 F9 10.3314 F10 4.6547 F11 -9.4777 F12 -0.999941 F13 -4
-0 F1 -1.15397 F4 -0.79856 F7 8.3049 F8 -15.8881 F9 -10.3314 F10 -4.6547 F11 9.4777 F12 0.999941 F13 4
-1 F1 1.7083 F4 0.43037 F7 -7.3858 F8 14.0153 F9 8.5417 F10 5.1226 F11 -11.7573 F13 -5
-0 F1 -1.7083 F4 -0.43037 F7 7.3858 F8 -14.0153 F9 -8.5417 F10 -5.1226 F11 11.7573 F13 5
-1 F1 1.80616 F4 1.32631 F7 -9.4082 F8 16.2795 F9 11.6673 F10 4.5043 F11 -12.5457 F12 -0.999941 F13 -6
-0 F1 -1.80616 F4 -1.32631 F7 9.4082 F8 -16.2795 F9 -11.6673 F10 -4.5043 F11 12.5457 F12 0.999941 F13 6
-1 F1 1.1856 F4 0.91233 F7 -8.3049 F8 13.8354 F9 10.3314 F10 4.302 F11 -9.4776 F12 -0.999941 F13 -4
-0 F1 -1.1856 F4 -0.91233 F7 8.3049 F8 -13.8354 F9 -10.3314 F10 -4.302 F11 9.4776 F12 0.999941 F13 4
-1 F1 1.79059 F4 0.77104 F7 -10.5271 F8 18.8296 F9 12.4039 F10 5.8097 F11 -11.072 F12 -0.999941 F13 -5
-0 F1 -1.79059 F4 -0.77104 F7 10.5271 F8 -18.8296 F9 -12.4039 F10 -5.8097 F11 11.072 F12 0.999941 F13 5
-1 F1 1.86835 F4 0.87513 F7 -9.4082 F8 17.9802 F9 11.6673 F10 5.266 F11 -12.5457 F13 -6
-0 F1 -1.86835 F4 -0.87513 F7 9.4082 F8 -17.9802 F9 -11.6673 F10 -5.266 F11 12.5457 F13 6
-1 F1 1.95064 F4 1.2158 F7 -12.5495 F8 22.7945 F9 15.5295 F10 5.9531 F11 -11.8604 F12 -0.999941 F13 -6
-0 F1 -1.95064 F4 -1.2158 F7 12.5495 F8 -22.7945 F9 -15.5295 F10 -5.9531 F11 11.8604 F12 0.999941 F13 6
-1 F1 1.80616 F4 1.32631 F7 -9.4082 F8 16.2795 F9 11.6673 F10 4.5043 F11 -12.5457 F12 -0.999941 F13 -6
-0 F1 -1.80616 F4 -1.32631 F7 9.4082 F8 -16.2795 F9 -11.6673 F10 -4.5043 F11 12.5457 F12 0.999941 F13 6
-1 F1 2.0063 F4 1.23852 F7 -9.4082 F8 15.0966 F9 11.6673 F10 4.7042 F11 -12.5457 F13 -6
-0 F1 -2.0063 F4 -1.23852 F7 9.4082 F8 -15.0966 F9 -11.6673 F10 -4.7042 F11 12.5457 F13 6
-1 F1 1.77503 F4 0.98957 F7 -9.4082 F8 16.2941 F9 11.6673 F10 5.6908 F11 -12.5457 F13 -6
-0 F1 -1.77503 F4 -0.98957 F7 9.4082 F8 -16.2941 F9 -11.6673 F10 -5.6908 F11 12.5457 F13 6
-1 F1 1.95064 F4 1.2158 F7 -12.5495 F8 22.7945 F9 15.5295 F10 5.9531 F11 -11.8604 F12 -0.999941 F13 -6
-0 F1 -1.95064 F4 -1.2158 F7 12.5495 F8 -22.7945 F9 -15.5295 F10 -5.9531 F11 11.8604 F12 0.999941 F13 6
-1 F1 1.95064 F4 1.2158 F7 -12.5495 F8 22.7945 F9 15.5295 F10 5.9531 F11 -11.8604 F12 -0.999941 F13 -6
-0 F1 -1.95064 F4 -1.2158 F7 12.5495 F8 -22.7945 F9 -15.5295 F10 -5.9531 F11 11.8604 F12 0.999941 F13 6
-1 F1 2.00581 F4 1.46148 F7 -9.4082 F8 17.1347 F9 11.6673 F10 3.8704 F11 -12.5457 F12 -0.999941 F13 -6
-0 F1 -2.00581 F4 -1.46148 F7 9.4082 F8 -17.1347 F9 -11.6673 F10 -3.8704 F11 12.5457 F12 0.999941 F13 6
-1 F1 -0.2244 F4 -0.0352499 F7 -4.0264 F8 8.84 F9 14.616 F10 0.571099 F11 -3.1251 F13 -3
-0 F1 0.2244 F4 0.0352499 F7 4.0264 F8 -8.84 F9 -14.616 F10 -0.571099 F11 3.1251 F13 3
-1 F1 -0.0315504 F4 -0.19403 F7 -4.0264 F8 6.2655 F9 16.7379 F10 -1.1692 F11 -3.1251 F12 0.999941 F13 -3
-0 F1 0.0315504 F4 0.19403 F7 4.0264 F8 -6.2655 F9 -16.7379 F10 1.1692 F11 3.1251 F12 -0.999941 F13 3
-1 F1 -0.46225 F4 -0.22511 F7 -4.0264 F8 8.1201 F9 14.616 F10 0.5224 F11 -3.1251 F12 0.999941 F13 -3
-0 F1 0.46225 F4 0.22511 F7 4.0264 F8 -8.1201 F9 -14.616 F10 -0.5224 F11 3.1251 F12 -0.999941 F13 3
-1 F1 -0.16556 F4 0.10055 F7 -3.5213 F8 7.3732 F9 13.577 F10 -0.239901 F11 -4.0833 F13 -3
-0 F1 0.16556 F4 -0.10055 F7 3.5213 F8 -7.3732 F9 -13.577 F10 0.239901 F11 4.0833 F13 3
-1 F1 -0.23885 F4 -0.32172 F7 -6.1812 F8 10.6195 F9 19.7165 F10 0.9886 F11 -2.2044 F13 -4
-0 F1 0.23885 F4 0.32172 F7 6.1812 F8 -10.6195 F9 -19.7165 F10 -0.9886 F11 2.2044 F13 4
-1 F1 -0.0324502 F4 -0.46645 F7 -4.0264 F8 8.0844 F9 14.616 F10 0.1774 F11 -3.1251 F12 0.999941 F13 -3
-0 F1 0.0324502 F4 0.46645 F7 4.0264 F8 -8.0844 F9 -14.616 F10 -0.1774 F11 3.1251 F12 -0.999941 F13 3
-1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
-0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
-1 F1 -0.0425 F4 -0.0109499 F7 -8.78761 F8 15.0593 F9 24.197 F10 1.3404 F11 -4.5391 F13 -5
-0 F1 0.0425 F4 0.0109499 F7 8.78761 F8 -15.0593 F9 -24.197 F10 -1.3404 F11 4.5391 F13 5
-1 F1 -0.42686 F4 -0.32983 F7 -4.0264 F8 7.8397 F9 16.7379 F10 -0.686701 F11 -3.1251 F12 0.999941 F13 -3
-0 F1 0.42686 F4 0.32983 F7 4.0264 F8 -7.8397 F9 -16.7379 F10 0.686701 F11 3.1251 F12 -0.999941 F13 3
-1 F1 0.17291 F4 -0.63034 F7 -4.0264 F8 8.2136 F9 14.616 F10 0.6654 F11 -3.1251 F12 -0.999889 F13 -3
-0 F1 -0.17291 F4 0.63034 F7 4.0264 F8 -8.2136 F9 -14.616 F10 -0.6654 F11 3.1251 F12 0.999889 F13 3
-1 F1 -0.0374103 F4 0.17606 F7 -4.0264 F8 7.2287 F9 14.616 F10 -0.4069 F11 -3.1251 F13 -3
-0 F1 0.0374103 F4 -0.17606 F7 4.0264 F8 -7.2287 F9 -14.616 F10 0.4069 F11 3.1251 F13 3
-1 F1 -0.37898 F4 -0.178 F7 -6.1812 F8 9.9335 F9 19.7165 F10 -0.5792 F11 -2.2044 F12 0.999889 F13 -4
-0 F1 0.37898 F4 0.178 F7 6.1812 F8 -9.9335 F9 -19.7165 F10 0.5792 F11 2.2044 F12 -0.999889 F13 4
-1 F1 -0.26633 F4 -0.63586 F7 -4.0264 F8 7.9719 F9 16.7379 F10 -0.488501 F11 -3.1251 F12 0.999941 F13 -3
-0 F1 0.26633 F4 0.63586 F7 4.0264 F8 -7.9719 F9 -16.7379 F10 0.488501 F11 3.1251 F12 -0.999941 F13 3
-1 F1 -0.40453 F4 -0.42293 F7 -6.1812 F8 9.8581 F9 21.8384 F10 -0.7496 F11 -2.2044 F12 0.999889 F13 -4
-0 F1 0.40453 F4 0.42293 F7 6.1812 F8 -9.8581 F9 -21.8384 F10 0.7496 F11 2.2044 F12 -0.999889 F13 4
-1 F1 -0.0374103 F4 0.17606 F7 -4.0264 F8 7.2287 F9 14.616 F10 -0.4069 F11 -3.1251 F13 -3
-0 F1 0.0374103 F4 -0.17606 F7 4.0264 F8 -7.2287 F9 -14.616 F10 0.4069 F11 3.1251 F13 3
-1 F1 -0.16556 F4 0.10055 F7 -3.5213 F8 7.3732 F9 13.577 F10 -0.239901 F11 -4.0833 F13 -3
-0 F1 0.16556 F4 -0.10055 F7 3.5213 F8 -7.3732 F9 -13.577 F10 0.239901 F11 4.0833 F13 3
-1 F1 0.17291 F4 -0.63034 F7 -4.0264 F8 8.2136 F9 14.616 F10 0.6654 F11 -3.1251 F12 -0.999889 F13 -3
-0 F1 -0.17291 F4 0.63034 F7 4.0264 F8 -8.2136 F9 -14.616 F10 -0.6654 F11 3.1251 F12 0.999889 F13 3
-1 F1 -0.0324502 F4 -0.46645 F7 -4.0264 F8 8.0844 F9 14.616 F10 0.1774 F11 -3.1251 F12 0.999941 F13 -3
-0 F1 0.0324502 F4 0.46645 F7 4.0264 F8 -8.0844 F9 -14.616 F10 -0.1774 F11 3.1251 F12 -0.999941 F13 3
-1 F1 -0.39944 F4 -0.0688698 F7 -3.5213 F8 7.2607 F9 15.6989 F10 -0.905701 F11 -4.0833 F13 -3
-0 F1 0.39944 F4 0.0688698 F7 3.5213 F8 -7.2607 F9 -15.6989 F10 0.905701 F11 4.0833 F13 3
-1 F1 -0.0629702 F4 -0.0688698 F7 -4.0264 F8 7.1533 F9 16.7379 F10 -0.5772 F11 -3.1251 F13 -3
-0 F1 0.0629702 F4 0.0688698 F7 4.0264 F8 -7.1533 F9 -16.7379 F10 0.5772 F11 3.1251 F13 3
-1 F1 -0.47273 F4 -0.49114 F7 -6.1812 F8 10.507 F9 21.8384 F10 0.3227 F11 -2.2044 F13 -4
-0 F1 0.47273 F4 0.49114 F7 6.1812 F8 -10.507 F9 -21.8384 F10 -0.3227 F11 2.2044 F13 4
-1 F1 0.16783 F4 -0.81735 F7 -8.78761 F8 16.0442 F9 24.197 F10 2.4127 F11 -4.5391 F12 -0.999889 F13 -5
-0 F1 -0.16783 F4 0.81735 F7 8.78761 F8 -16.0442 F9 -24.197 F10 -2.4127 F11 4.5391 F12 0.999889 F13 5
-1 F1 -0.44412 F4 -0.15681 F7 -6.1812 F8 10.4093 F9 19.7165 F10 0.7671 F11 -2.2044 F12 -0.999889 F13 -4
-0 F1 0.44412 F4 0.15681 F7 6.1812 F8 -10.4093 F9 -19.7165 F10 -0.7671 F11 2.2044 F12 0.999889 F13 4
-1 F1 -0.41865 F4 -0.0352499 F7 -4.0264 F8 8.7768 F9 14.616 F10 0.3332 F11 -3.1251 F13 -3
-0 F1 0.41865 F4 0.0352499 F7 4.0264 F8 -8.7768 F9 -14.616 F10 -0.3332 F11 3.1251 F13 3
-1 F1 -0.38723 F4 -0.16041 F7 -4.0264 F8 7.8889 F9 14.616 F10 -0.258801 F11 -3.1251 F12 0.999941 F13 -3
-0 F1 0.38723 F4 0.16041 F7 4.0264 F8 -7.8889 F9 -14.616 F10 0.258801 F11 3.1251 F12 -0.999941 F13 3
-1 F1 -0.0233302 F4 0.10055 F7 -4.0264 F8 7.2026 F9 14.616 F10 -0.149301 F11 -3.1251 F13 -3
-0 F1 0.0233302 F4 -0.10055 F7 4.0264 F8 -7.2026 F9 -14.616 F10 0.149301 F11 3.1251 F13 3
-1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
-0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
-1 F1 -0.0629702 F4 -0.0688698 F7 -4.0264 F8 7.1533 F9 16.7379 F10 -0.5772 F11 -3.1251 F13 -3
-0 F1 0.0629702 F4 0.0688698 F7 4.0264 F8 -7.1533 F9 -16.7379 F10 0.5772 F11 3.1251 F13 3
-1 F1 0.17091 F4 0.10055 F7 -4.0264 F8 7.2658 F9 14.616 F10 0.0885992 F11 -3.1251 F13 -3
-0 F1 -0.17091 F4 -0.10055 F7 4.0264 F8 -7.2658 F9 -14.616 F10 -0.0885992 F11 3.1251 F13 3
-1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
-0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
-1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
-0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
-1 F1 -0.0680504 F4 -0.25588 F7 -8.78761 F8 14.9839 F9 26.3189 F10 1.17 F11 -4.5391 F13 -5
-0 F1 0.0680504 F4 0.25588 F7 8.78761 F8 -14.9839 F9 -26.3189 F10 -1.17 F11 4.5391 F13 5
-1 F1 -0.46871 F4 0.0559402 F7 -6.1812 F8 9.6499 F9 19.7165 F10 0.9095 F11 -2.2044 F12 -0.999889 F13 -4
-0 F1 0.46871 F4 -0.0559402 F7 6.1812 F8 -9.6499 F9 -19.7165 F10 -0.9095 F11 2.2044 F12 0.999889 F13 4
-1 F1 -0.37898 F4 -0.178 F7 -6.1812 F8 9.9335 F9 19.7165 F10 -0.5792 F11 -2.2044 F12 0.999889 F13 -4
-0 F1 0.37898 F4 0.178 F7 6.1812 F8 -9.9335 F9 -19.7165 F10 0.5792 F11 2.2044 F12 -0.999889 F13 4
-1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
-0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
-1 F1 -0.0669403 F4 -0.0893099 F7 -4.0264 F8 6.5459 F9 14.616 F10 0.04 F11 -3.1251 F12 0.999941 F13 -3
-0 F1 0.0669403 F4 0.0893099 F7 4.0264 F8 -6.5459 F9 -14.616 F10 -0.04 F11 3.1251 F12 -0.999941 F13 3
-1 F1 -0.25551 F4 0.44196 F7 -3.5213 F8 5.302 F9 15.6989 F10 -1.5223 F11 -4.0833 F12 -0.999889 F13 -3
-0 F1 0.25551 F4 -0.44196 F7 3.5213 F8 -5.302 F9 -15.6989 F10 1.5223 F11 4.0833 F12 0.999889 F13 3
-1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
-0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
-1 F1 -0.0640302 F4 0.2912 F7 -8.78761 F8 14.1268 F9 24.197 F10 1.7568 F11 -4.5391 F12 -0.999889 F13 -5
-0 F1 0.0640302 F4 -0.2912 F7 8.78761 F8 -14.1268 F9 -24.197 F10 -1.7568 F11 4.5391 F12 0.999889 F13 5
-1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
-0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
-1 F1 -0.16865 F4 -0.9844 F7 -6.1812 F8 10.9184 F9 19.7165 F10 0.4931 F11 -2.2044 F13 -4
-0 F1 0.16865 F4 0.9844 F7 6.1812 F8 -10.9184 F9 -19.7165 F10 -0.4931 F11 2.2044 F13 4
-1 F1 -0.43272 F4 0.0402601 F7 -4.0264 F8 8.8029 F9 14.616 F10 0.0754995 F11 -3.1251 F13 -3
-0 F1 0.43272 F4 -0.0402601 F7 4.0264 F8 -8.8029 F9 -14.616 F10 -0.0754995 F11 3.1251 F13 3
-1 F1 -0.0629702 F4 -0.0688698 F7 -4.0264 F8 7.1533 F9 16.7379 F10 -0.5772 F11 -3.1251 F13 -3
-0 F1 0.0629702 F4 0.0688698 F7 4.0264 F8 -7.1533 F9 -16.7379 F10 0.5772 F11 3.1251 F13 3
-1 F1 -0.44412 F4 -0.15681 F7 -6.1812 F8 10.4093 F9 19.7165 F10 0.7671 F11 -2.2044 F12 -0.999889 F13 -4
-0 F1 0.44412 F4 0.15681 F7 6.1812 F8 -10.4093 F9 -19.7165 F10 -0.7671 F11 2.2044 F12 0.999889 F13 4
-1 F1 -0.26633 F4 -0.63586 F7 -4.0264 F8 7.9719 F9 16.7379 F10 -0.488501 F11 -3.1251 F12 0.999941 F13 -3
-0 F1 0.26633 F4 0.63586 F7 4.0264 F8 -7.9719 F9 -16.7379 F10 0.488501 F11 3.1251 F12 -0.999941 F13 3
-1 F1 -0.0640302 F4 0.2912 F7 -8.78761 F8 14.1268 F9 24.197 F10 1.7568 F11 -4.5391 F12 -0.999889 F13 -5
-0 F1 0.0640302 F4 -0.2912 F7 8.78761 F8 -14.1268 F9 -24.197 F10 -1.7568 F11 4.5391 F12 0.999889 F13 5
-1 F1 -0.16865 F4 -0.9844 F7 -6.1812 F8 10.9184 F9 19.7165 F10 0.4931 F11 -2.2044 F13 -4
-0 F1 0.16865 F4 0.9844 F7 6.1812 F8 -10.9184 F9 -19.7165 F10 -0.4931 F11 2.2044 F13 4
-1 F1 -0.31435 F4 0.30616 F7 -4.0264 F8 6.7688 F9 16.7379 F10 -0.7113 F11 -3.1251 F12 -0.999889 F13 -3
-0 F1 0.31435 F4 -0.30616 F7 4.0264 F8 -6.7688 F9 -16.7379 F10 0.7113 F11 3.1251 F12 0.999889 F13 3
-1 F1 -0.40051 F4 0.12415 F7 -6.1812 F8 9.001 F9 19.7165 F10 -0.1628 F11 -2.2044 F13 -4
-0 F1 0.40051 F4 -0.12415 F7 6.1812 F8 -9.001 F9 -19.7165 F10 0.1628 F11 2.2044 F13 4
-1 F1 -0.21039 F4 -0.05477 F7 -6.1812 F8 10.1381 F9 19.7165 F10 0.4164 F11 -2.2044 F12 -0.999889 F13 -4
-0 F1 0.21039 F4 0.05477 F7 6.1812 F8 -10.1381 F9 -19.7165 F10 -0.4164 F11 2.2044 F12 0.999889 F13 4
diff --git a/regression-testing/tests/mert.pro/truth/results.txt b/regression-testing/tests/mert.pro/truth/results.txt
deleted file mode 100644
index 794709528..000000000
--- a/regression-testing/tests/mert.pro/truth/results.txt
+++ /dev/null
@@ -1,701 +0,0 @@
-STDOUT_1=1 F1 0.4164 F4 2.9461 F7 -8.998 F8 14.7449 F9 6.16 F10 4.3236 F11 -6.1283 F13 -4
-STDOUT_2=0 F1 -0.4164 F4 -2.9461 F7 8.998 F8 -14.7449 F9 -6.16 F10 -4.3236 F11 6.1283 F13 4
-STDOUT_3=1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
-STDOUT_4=0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
-STDOUT_5=1 F1 0.89591 F4 1.8068 F7 -6.313 F8 9.4281 F9 4.731 F10 3.1604 F11 -4.6302 F12 0.9999 F13 -3
-STDOUT_6=0 F1 -0.89591 F4 -1.8068 F7 6.313 F8 -9.4281 F9 -4.731 F10 -3.1604 F11 4.6302 F12 -0.9999 F13 3
-STDOUT_7=1 F1 0.6747 F4 3.51403 F7 -8.998 F8 13.7687 F9 6.16 F10 3.7053 F11 -6.1283 F12 -0.9999 F13 -4
-STDOUT_8=0 F1 -0.6747 F4 -3.51403 F7 8.998 F8 -13.7687 F9 -6.16 F10 -3.7053 F11 6.1283 F12 0.9999 F13 4
-STDOUT_9=1 F1 0.39438 F4 3.3574 F7 -8.998 F8 14.4282 F9 6.16 F10 4.9325 F11 -6.1283 F13 -4
-STDOUT_10=0 F1 -0.39438 F4 -3.3574 F7 8.998 F8 -14.4282 F9 -6.16 F10 -4.9325 F11 6.1283 F13 4
-STDOUT_11=1 F1 0.5627 F4 1.82763 F7 -6.313 F8 10.1229 F9 4.731 F10 3.1072 F11 -4.6302 F13 -3
-STDOUT_12=0 F1 -0.5627 F4 -1.82763 F7 6.313 F8 -10.1229 F9 -4.731 F10 -3.1072 F11 4.6302 F13 3
-STDOUT_13=1 F1 0.69157 F4 2.15972 F7 -2.761 F8 6.51711 F9 0.523003 F10 0.186699 F11 -10.1662 F12 0.9999 F13 -4
-STDOUT_14=0 F1 -0.69157 F4 -2.15972 F7 2.761 F8 -6.51711 F9 -0.523003 F10 -0.186699 F11 10.1662 F12 -0.9999 F13 4
-STDOUT_15=1 F1 0.79549 F4 0.38114 F7 -4.801 F8 7.1264 F9 4.609 F10 3.7282 F11 -4.4686 F12 0.9999 F13 -2
-STDOUT_16=0 F1 -0.79549 F4 -0.38114 F7 4.801 F8 -7.1264 F9 -4.609 F10 -3.7282 F11 4.4686 F12 -0.9999 F13 2
-STDOUT_17=1 F1 1.70833 F4 2.42584 F7 -13.6706 F8 23.7368 F9 10.752 F10 7.8332 F11 -8.1415 F13 -4
-STDOUT_18=0 F1 -1.70833 F4 -2.42584 F7 13.6706 F8 -23.7368 F9 -10.752 F10 -7.8332 F11 8.1415 F13 4
-STDOUT_19=1 F1 0.89591 F4 1.8068 F7 -6.313 F8 9.4281 F9 4.731 F10 3.1604 F11 -4.6302 F12 0.9999 F13 -3
-STDOUT_20=0 F1 -0.89591 F4 -1.8068 F7 6.313 F8 -9.4281 F9 -4.731 F10 -3.1604 F11 4.6302 F12 -0.9999 F13 3
-STDOUT_21=1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
-STDOUT_22=0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
-STDOUT_23=1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
-STDOUT_24=0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
-STDOUT_25=1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
-STDOUT_26=0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
-STDOUT_27=1 F1 0.5627 F4 1.82763 F7 -6.313 F8 10.1228 F9 4.731 F10 3.1072 F11 -4.6302 F13 -3
-STDOUT_28=0 F1 -0.5627 F4 -1.82763 F7 6.313 F8 -10.1228 F9 -4.731 F10 -3.1072 F11 4.6302 F13 3
-STDOUT_29=1 F1 1.02994 F4 3.0819 F7 -8.998 F8 13.3907 F9 6.16 F10 3.1496 F11 -6.1283 F13 -4
-STDOUT_30=0 F1 -1.02994 F4 -3.0819 F7 8.998 F8 -13.3907 F9 -6.16 F10 -3.1496 F11 6.1283 F13 4
-STDOUT_31=1 F1 0.81402 F4 0.72902 F7 -4.801 F8 8.1204 F9 4.609 F10 3.1072 F11 -4.4686 F13 -2
-STDOUT_32=0 F1 -0.81402 F4 -0.72902 F7 4.801 F8 -8.1204 F9 -4.609 F10 -3.1072 F11 4.4686 F13 2
-STDOUT_33=1 F1 1.00792 F4 3.4932 F7 -8.998 F8 13.074 F9 6.16 F10 3.7585 F11 -6.1283 F13 -4
-STDOUT_34=0 F1 -1.00792 F4 -3.4932 F7 8.998 F8 -13.074 F9 -6.16 F10 -3.7585 F11 6.1283 F13 4
-STDOUT_35=1 F1 0.79549 F4 0.38114 F7 -4.801 F8 7.1264 F9 4.609 F10 3.7282 F11 -4.4686 F12 0.9999 F13 -2
-STDOUT_36=0 F1 -0.79549 F4 -0.38114 F7 4.801 F8 -7.1264 F9 -4.609 F10 -3.7282 F11 4.4686 F12 -0.9999 F13 2
-STDOUT_37=1 F1 0.29812 F4 1.627 F7 -6.313 F8 10.1655 F9 4.731 F10 3.4192 F11 -4.6302 F13 -3
-STDOUT_38=0 F1 -0.29812 F4 -1.627 F7 6.313 F8 -10.1655 F9 -4.731 F10 -3.4192 F11 4.6302 F13 3
-STDOUT_39=1 F1 0.63134 F4 1.60617 F7 -6.313 F8 9.4708 F9 4.731 F10 3.4724 F11 -4.6302 F12 0.9999 F13 -3
-STDOUT_40=0 F1 -0.63134 F4 -1.60617 F7 6.313 F8 -9.4708 F9 -4.731 F10 -3.4724 F11 4.6302 F12 -0.9999 F13 3
-STDOUT_41=1 F1 0.12981 F4 3.15677 F7 -8.998 F8 14.4709 F9 6.16 F10 5.2445 F11 -6.1283 F13 -4
-STDOUT_42=0 F1 -0.12981 F4 -3.15677 F7 8.998 F8 -14.4709 F9 -6.16 F10 -5.2445 F11 6.1283 F13 4
-STDOUT_43=1 F1 0.39438 F4 3.3574 F7 -8.998 F8 14.4282 F9 6.16 F10 4.9325 F11 -6.1283 F13 -4
-STDOUT_44=0 F1 -0.39438 F4 -3.3574 F7 8.998 F8 -14.4282 F9 -6.16 F10 -4.9325 F11 6.1283 F13 4
-STDOUT_45=1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
-STDOUT_46=0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
-STDOUT_47=1 F1 0.69157 F4 2.15972 F7 -2.761 F8 6.51711 F9 0.523003 F10 0.186699 F11 -10.1662 F12 0.9999 F13 -4
-STDOUT_48=0 F1 -0.69157 F4 -2.15972 F7 2.761 F8 -6.51711 F9 -0.523003 F10 -0.186699 F11 10.1662 F12 -0.9999 F13 4
-STDOUT_49=1 F1 1.98865 F4 2.05073 F7 -6.313 F8 4.07191 F9 4.792 F10 2.4229 F11 -5.3037 F12 0.9999 F13 -3
-STDOUT_50=0 F1 -1.98865 F4 -2.05073 F7 6.313 F8 -4.07191 F9 -4.792 F10 -2.4229 F11 5.3037 F12 -0.9999 F13 3
-STDOUT_51=1 F1 1.16926 F4 0.29689 F7 -4.801 F8 7.7424 F9 4.609 F10 2.5515 F11 -4.4686 F12 0.9999 F13 -2
-STDOUT_52=0 F1 -1.16926 F4 -0.29689 F7 4.801 F8 -7.7424 F9 -4.609 F10 -2.5515 F11 4.4686 F12 -0.9999 F13 2
-STDOUT_53=1 F1 0.6747 F4 3.51403 F7 -8.998 F8 13.7687 F9 6.16 F10 3.7053 F11 -6.1283 F12 -0.9999 F13 -4
-STDOUT_54=0 F1 -0.6747 F4 -3.51403 F7 8.998 F8 -13.7687 F9 -6.16 F10 -3.7053 F11 6.1283 F12 0.9999 F13 4
-STDOUT_55=1 F1 1.7843 F4 2.40365 F7 -2.761 F8 1.1609 F9 0.584 F10 -0.5508 F11 -10.8397 F12 0.9999 F13 -4
-STDOUT_56=0 F1 -1.7843 F4 -2.40365 F7 2.761 F8 -1.1609 F9 -0.584 F10 0.5508 F11 10.8397 F12 -0.9999 F13 4
-STDOUT_57=1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
-STDOUT_58=0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
-STDOUT_59=1 F1 0.54944 F4 0.52839 F7 -4.801 F8 8.1631 F9 4.609 F10 3.4192 F11 -4.4686 F13 -2
-STDOUT_60=0 F1 -0.54944 F4 -0.52839 F7 4.801 F8 -8.1631 F9 -4.609 F10 -3.4192 F11 4.4686 F13 2
-STDOUT_61=1 F1 1.47904 F4 3.11315 F7 -15.1824 F8 26.056 F9 10.874 F10 7.2243 F11 -8.3031 F13 -5
-STDOUT_62=0 F1 -1.47904 F4 -3.11315 F7 15.1824 F8 -26.056 F9 -10.874 F10 -7.2243 F11 8.3031 F13 5
-STDOUT_63=1 F1 1.44376 F4 2.22521 F7 -13.6706 F8 23.7795 F9 10.752 F10 8.1452 F11 -8.1415 F13 -4
-STDOUT_64=0 F1 -1.44376 F4 -2.22521 F7 13.6706 F8 -23.7795 F9 -10.752 F10 -8.1452 F11 8.1415 F13 4
-STDOUT_65=1 F1 0.31138 F4 2.92624 F7 -7.825 F8 12.1253 F9 4.853 F10 3.1072 F11 -4.7918 F13 -4
-STDOUT_66=0 F1 -0.31138 F4 -2.92624 F7 7.825 F8 -12.1253 F9 -4.853 F10 -3.1072 F11 4.7918 F13 4
-STDOUT_67=1 F1 0.91794 F4 1.3955 F7 -6.313 F8 9.7449 F9 4.731 F10 2.5515 F11 -4.6302 F12 0.9999 F13 -3
-STDOUT_68=0 F1 -0.91794 F4 -1.3955 F7 6.313 F8 -9.7449 F9 -4.731 F10 -2.5515 F11 4.6302 F12 -0.9999 F13 3
-STDOUT_69=1 F1 0.91794 F4 1.3955 F7 -6.313 F8 9.7448 F9 4.731 F10 2.5515 F11 -4.6302 F12 0.9999 F13 -3
-STDOUT_70=0 F1 -0.91794 F4 -1.3955 F7 6.313 F8 -9.7448 F9 -4.731 F10 -2.5515 F11 4.6302 F12 -0.9999 F13 3
-STDOUT_71=1 F1 1.02994 F4 3.0819 F7 -8.998 F8 13.3907 F9 6.16 F10 3.1496 F11 -6.1283 F13 -4
-STDOUT_72=0 F1 -1.02994 F4 -3.0819 F7 8.998 F8 -13.3907 F9 -6.16 F10 -3.1496 F11 6.1283 F13 4
-STDOUT_73=1 F1 0.3072 F4 3.23098 F7 -8.998 F8 14.0862 F9 6.16 F10 5.1883 F11 -6.1283 F13 -4
-STDOUT_74=0 F1 -0.3072 F4 -3.23098 F7 8.998 F8 -14.0862 F9 -6.16 F10 -5.1883 F11 6.1283 F13 4
-STDOUT_75=1 F1 0.29812 F4 1.627 F7 -6.313 F8 10.1655 F9 4.731 F10 3.4192 F11 -4.6302 F13 -3
-STDOUT_76=0 F1 -0.29812 F4 -1.627 F7 6.313 F8 -10.1655 F9 -4.731 F10 -3.4192 F11 4.6302 F13 3
-STDOUT_77=1 F1 1.00792 F4 3.4932 F7 -8.998 F8 13.074 F9 6.16 F10 3.7585 F11 -6.1283 F13 -4
-STDOUT_78=0 F1 -1.00792 F4 -3.4932 F7 8.998 F8 -13.074 F9 -6.16 F10 -3.7585 F11 6.1283 F13 4
-STDOUT_79=1 F1 -0.20341 F4 3.17761 F7 -8.998 F8 15.1656 F9 6.16 F10 5.1913 F11 -6.1283 F12 -0.9999 F13 -4
-STDOUT_80=0 F1 0.20341 F4 -3.17761 F7 8.998 F8 -15.1656 F9 -6.16 F10 -5.1913 F11 6.1283 F12 0.9999 F13 4
-STDOUT_81=1 F1 0.69157 F4 2.15972 F7 -2.761 F8 6.51711 F9 0.523003 F10 0.186699 F11 -10.1662 F12 0.9999 F13 -4
-STDOUT_82=0 F1 -0.69157 F4 -2.15972 F7 2.761 F8 -6.51711 F9 -0.523003 F10 -0.186699 F11 10.1662 F12 -0.9999 F13 4
-STDOUT_83=1 F1 0.81402 F4 0.72902 F7 -4.801 F8 8.1204 F9 4.609 F10 3.1072 F11 -4.4686 F13 -2
-STDOUT_84=0 F1 -0.81402 F4 -0.72902 F7 4.801 F8 -8.1204 F9 -4.609 F10 -3.1072 F11 4.4686 F13 2
-STDOUT_85=1 F1 0.54417 F4 1.47975 F7 -6.313 F8 9.12881 F9 4.731 F10 3.7282 F11 -4.6302 F12 0.9999 F13 -3
-STDOUT_86=0 F1 -0.54417 F4 -1.47975 F7 6.313 F8 -9.12881 F9 -4.731 F10 -3.7282 F11 4.6302 F12 -0.9999 F13 3
-STDOUT_87=1 F1 -0.20341 F4 3.17761 F7 -8.998 F8 15.1656 F9 6.16 F10 5.1913 F11 -6.1283 F12 -0.9999 F13 -4
-STDOUT_88=0 F1 0.20341 F4 -3.17761 F7 8.998 F8 -15.1656 F9 -6.16 F10 -5.1913 F11 6.1283 F12 0.9999 F13 4
-STDOUT_89=1 F1 0.29812 F4 1.627 F7 -6.313 F8 10.1655 F9 4.731 F10 3.4192 F11 -4.6302 F13 -3
-STDOUT_90=0 F1 -0.29812 F4 -1.627 F7 6.313 F8 -10.1655 F9 -4.731 F10 -3.4192 F11 4.6302 F13 3
-STDOUT_91=1 F1 0.74335 F4 3.29257 F7 -8.998 F8 13.1167 F9 6.16 F10 4.0705 F11 -6.1283 F13 -4
-STDOUT_92=0 F1 -0.74335 F4 -3.29257 F7 8.998 F8 -13.1167 F9 -6.16 F10 -4.0705 F11 6.1283 F13 4
-STDOUT_93=1 F1 0.0611596 F4 3.37823 F7 -8.998 F8 15.1229 F9 6.16 F10 4.8793 F11 -6.1283 F12 -0.9999 F13 -4
-STDOUT_94=0 F1 -0.0611596 F4 -3.37823 F7 8.998 F8 -15.1229 F9 -6.16 F10 -4.8793 F11 6.1283 F12 0.9999 F13 4
-STDOUT_95=1 F1 0.85923 F4 3.34466 F7 -15.1824 F8 26.4767 F9 10.874 F10 8.092 F11 -8.3031 F12 -0.9999 F13 -5
-STDOUT_96=0 F1 -0.85923 F4 -3.34466 F7 15.1824 F8 -26.4767 F9 -10.874 F10 -8.092 F11 8.3031 F12 0.9999 F13 5
-STDOUT_97=1 F1 0.80874 F4 1.68038 F7 -6.313 F8 9.0862 F9 4.731 F10 3.4162 F11 -4.6302 F12 0.9999 F13 -3
-STDOUT_98=0 F1 -0.80874 F4 -1.68038 F7 6.313 F8 -9.0862 F9 -4.731 F10 -3.4162 F11 4.6302 F12 -0.9999 F13 3
-STDOUT_99=1 F1 0.81402 F4 0.72902 F7 -4.801 F8 8.1204 F9 4.609 F10 3.1072 F11 -4.4686 F13 -2
-STDOUT_100=0 F1 -0.81402 F4 -0.72902 F7 4.801 F8 -8.1204 F9 -4.609 F10 -3.1072 F11 4.4686 F13 2
-STDOUT_101=1 F1 1.16976 F4 -2.36153 F7 -6.3697 F8 23.7062 F9 13.8679 F10 3.318 F11 -16.9726 F12 1.99983 F13 -7
-STDOUT_102=0 F1 -1.16976 F4 2.36153 F7 6.3697 F8 -23.7062 F9 -13.8679 F10 -3.318 F11 16.9726 F12 -1.99983 F13 7
-STDOUT_103=1 F1 0.73686 F4 -1.99054 F7 -6.3697 F8 25.096 F9 16.1642 F10 4.4829 F11 -17.1645 F13 -7
-STDOUT_104=0 F1 -0.73686 F4 1.99054 F7 6.3697 F8 -25.096 F9 -16.1642 F10 -4.4829 F11 17.1645 F13 7
-STDOUT_105=1 F1 1.16976 F4 -2.36153 F7 -6.3697 F8 23.7062 F9 13.8679 F10 3.318 F11 -16.9726 F12 1.99983 F13 -7
-STDOUT_106=0 F1 -1.16976 F4 2.36153 F7 6.3697 F8 -23.7062 F9 -13.8679 F10 -3.318 F11 16.9726 F12 -1.99983 F13 7
-STDOUT_107=1 F1 -3.06747 F4 -1.30821 F7 4.3474 F8 13.9272 F9 10.3496 F10 -1.8334 F11 -22.6825 F13 -7
-STDOUT_108=0 F1 3.06747 F4 1.30821 F7 -4.3474 F8 -13.9272 F9 -10.3496 F10 1.8334 F11 22.6825 F13 7
-STDOUT_109=1 F1 -2.40305 F4 -1.06467 F7 -1.0403 F8 20.048 F9 11.0825 F10 1.3896 F11 -16.6653 F12 0.999889 F13 -8
-STDOUT_110=0 F1 2.40305 F4 1.06467 F7 1.0403 F8 -20.048 F9 -11.0825 F10 -1.3896 F11 16.6653 F12 -0.999889 F13 8
-STDOUT_111=1 F1 -1.61858 F4 -2.1259 F7 4.2267 F8 5.3552 F9 2.26189 F10 -1.1591 F11 -10.4168 F12 1.99983 F13 -5
-STDOUT_112=0 F1 1.61858 F4 2.1259 F7 -4.2267 F8 -5.3552 F9 -2.26189 F10 1.1591 F11 10.4168 F12 -1.99983 F13 5
-STDOUT_113=1 F1 -3.06747 F4 -1.30821 F7 4.3474 F8 13.9272 F9 10.3496 F10 -1.8334 F11 -22.6825 F13 -7
-STDOUT_114=0 F1 3.06747 F4 1.30821 F7 -4.3474 F8 -13.9272 F9 -10.3496 F10 1.8334 F11 22.6825 F13 7
-STDOUT_115=1 F1 0.73687 F4 -1.99054 F7 -6.3697 F8 25.096 F9 16.1642 F10 4.483 F11 -17.1645 F13 -7
-STDOUT_116=0 F1 -0.73687 F4 1.99054 F7 6.3697 F8 -25.096 F9 -16.1642 F10 -4.483 F11 17.1645 F13 7
-STDOUT_117=1 F1 -1.27198 F4 -0.6524 F7 -1.0403 F8 15.8487 F9 8.78619 F10 0.4072 F11 -16.4733 F12 1.99983 F13 -8
-STDOUT_118=0 F1 1.27198 F4 0.6524 F7 1.0403 F8 -15.8487 F9 -8.78619 F10 -0.4072 F11 16.4733 F12 -1.99983 F13 8
-STDOUT_119=1 F1 -1.89933 F4 -0.90188 F7 -1.0403 F8 16.5404 F9 8.78619 F10 2.1928 F11 -16.4733 F12 1.99983 F13 -8
-STDOUT_120=0 F1 1.89933 F4 0.90188 F7 1.0403 F8 -16.5404 F9 -8.78619 F10 -2.1928 F11 16.4733 F12 -1.99983 F13 8
-STDOUT_121=1 F1 1.40822 F4 -2.26277 F7 -6.3697 F8 25.558 F9 13.8679 F10 5.3832 F11 -16.9726 F12 0.999889 F13 -7
-STDOUT_122=0 F1 -1.40822 F4 2.26277 F7 6.3697 F8 -25.558 F9 -13.8679 F10 -5.3832 F11 16.9726 F12 -0.999889 F13 7
-STDOUT_123=1 F1 -1.38012 F4 -2.02713 F7 4.2267 F8 7.207 F9 2.26189 F10 0.906101 F11 -10.4168 F12 0.999889 F13 -5
-STDOUT_124=0 F1 1.38012 F4 2.02713 F7 -4.2267 F8 -7.207 F9 -2.26189 F10 -0.906101 F11 10.4168 F12 -0.999889 F13 5
-STDOUT_125=1 F1 -1.92089 F4 -0.79447 F7 -1.0403 F8 16.8987 F9 11.0826 F10 -0.0744991 F11 -16.6653 F12 1.99983 F13 -8
-STDOUT_126=0 F1 1.92089 F4 0.79447 F7 1.0403 F8 -16.8987 F9 -11.0826 F10 0.0744991 F11 16.6653 F12 -1.99983 F13 8
-STDOUT_127=1 F1 -2.39611 F4 -1.58044 F7 4.3474 F8 14.3892 F9 8.0533 F10 -0.9331 F11 -22.4906 F12 0.999889 F13 -7
-STDOUT_128=0 F1 2.39611 F4 1.58044 F7 -4.3474 F8 -14.3892 F9 -8.0533 F10 0.9331 F11 22.4906 F12 -0.999889 F13 7
-STDOUT_129=1 F1 -1.74551 F4 -2.32966 F7 4.2267 F8 7.3125 F9 2.7443 F10 -2.1007 F11 -10.6798 F12 0.999889 F13 -5
-STDOUT_130=0 F1 1.74551 F4 2.32966 F7 -4.2267 F8 -7.3125 F9 -2.7443 F10 2.1007 F11 10.6798 F12 -0.999889 F13 5
-STDOUT_131=1 F1 -2.07629 F4 -1.56649 F7 4.2267 F8 9.1761 F9 2.08749 F10 0.996601 F11 -9.9871 F12 1.99983 F13 -5
-STDOUT_132=0 F1 2.07629 F4 1.56649 F7 -4.2267 F8 -9.1761 F9 -2.08749 F10 -0.996601 F11 9.9871 F12 -1.99983 F13 5
-STDOUT_133=1 F1 -1.24867 F4 -1.23482 F7 -1.0403 F8 16.2154 F9 8.78619 F10 2.6941 F11 -16.4733 F12 1.99983 F13 -8
-STDOUT_134=0 F1 1.24867 F4 1.23482 F7 1.0403 F8 -16.2154 F9 -8.78619 F10 -2.6941 F11 16.4733 F12 -1.99983 F13 8
-STDOUT_135=1 F1 -1.14748 F4 -0.95818 F7 4.2267 F8 10.6618 F9 2.08749 F10 2.3497 F11 -9.9871 F12 0.999889 F13 -5
-STDOUT_136=0 F1 1.14748 F4 0.95818 F7 -4.2267 F8 -10.6618 F9 -2.08749 F10 -2.3497 F11 9.9871 F12 -0.999889 F13 5
-STDOUT_137=1 F1 -1.94333 F4 -0.38018 F7 -1.0403 F8 15.3867 F9 11.0825 F10 -0.493099 F11 -16.6653 F12 0.999889 F13 -8
-STDOUT_138=0 F1 1.94333 F4 0.38018 F7 1.0403 F8 -15.3867 F9 -11.0825 F10 0.493099 F11 16.6653 F12 -0.999889 F13 8
-STDOUT_139=1 F1 -2.30485 F4 -2.84343 F7 -1.1508 F8 21.4646 F9 11.9422 F10 2.5503 F11 -16.9697 F13 -6
-STDOUT_140=0 F1 2.30485 F4 2.84343 F7 1.1508 F8 -21.4646 F9 -11.9422 F10 -2.5503 F11 16.9697 F13 6
-STDOUT_141=1 F1 -2.01362 F4 -0.36772 F7 -1.0403 F8 19.0732 F9 11.0826 F10 1.1805 F11 -16.6653 F12 0.999889 F13 -8
-STDOUT_142=0 F1 2.01362 F4 0.36772 F7 1.0403 F8 -19.0732 F9 -11.0826 F10 -1.1805 F11 16.6653 F12 -0.999889 F13 8
-STDOUT_143=1 F1 -2.31475 F4 -1.66526 F7 4.2267 F8 7.3243 F9 2.08749 F10 -1.0685 F11 -9.9871 F12 2.99973 F13 -5
-STDOUT_144=0 F1 2.31475 F4 1.66526 F7 -4.2267 F8 -7.3243 F9 -2.08749 F10 1.0685 F11 9.9871 F12 -2.99973 F13 5
-STDOUT_145=1 F1 -2.40305 F4 -1.06467 F7 -1.0403 F8 20.048 F9 11.0825 F10 1.3896 F11 -16.6653 F12 0.999889 F13 -8
-STDOUT_146=0 F1 2.40305 F4 1.06467 F7 1.0403 F8 -20.048 F9 -11.0825 F10 -1.3896 F11 16.6653 F12 -0.999889 F13 8
-STDOUT_147=1 F1 -2.51328 F4 -2.78259 F7 -1.1508 F8 22.3043 F9 14.2385 F10 2.7334 F11 -17.1616 F12 -0.999889 F13 -6
-STDOUT_148=0 F1 2.51328 F4 2.78259 F7 1.1508 F8 -22.3043 F9 -14.2385 F10 -2.7334 F11 17.1616 F12 0.999889 F13 6
-STDOUT_149=1 F1 -2.98611 F4 -1.39304 F7 4.2267 F8 6.8623 F9 4.3838 F10 -1.9688 F11 -10.179 F12 1.99983 F13 -5
-STDOUT_150=0 F1 2.98611 F4 1.39304 F7 -4.2267 F8 -6.8623 F9 -4.3838 F10 1.9688 F11 10.179 F12 -1.99983 F13 5
-STDOUT_151=1 F1 0.0655103 F4 -1.71831 F7 -6.3697 F8 24.634 F9 18.4605 F10 3.5827 F11 -17.3564 F12 -0.999889 F13 -7
-STDOUT_152=0 F1 -0.0655103 F4 1.71831 F7 6.3697 F8 -24.634 F9 -18.4605 F10 -3.5827 F11 17.3564 F12 0.999889 F13 7
-STDOUT_153=1 F1 -1.24953 F4 -1.0667 F7 -1.0403 F8 17.3607 F9 8.78619 F10 0.8258 F11 -16.4733 F12 2.99973 F13 -8
-STDOUT_154=0 F1 1.24953 F4 1.0667 F7 1.0403 F8 -17.3607 F9 -8.78619 F10 -0.8258 F11 16.4733 F12 -2.99973 F13 8
-STDOUT_155=1 F1 -2.51328 F4 -2.78259 F7 -1.1508 F8 22.3043 F9 14.2385 F10 2.7334 F11 -17.1616 F12 -0.999889 F13 -6
-STDOUT_156=0 F1 2.51328 F4 2.78259 F7 1.1508 F8 -22.3043 F9 -14.2385 F10 -2.7334 F11 17.1616 F12 0.999889 F13 6
-STDOUT_157=1 F1 -2.39611 F4 -1.58044 F7 4.3474 F8 14.3892 F9 8.0533 F10 -0.9331 F11 -22.4906 F12 0.999889 F13 -7
-STDOUT_158=0 F1 2.39611 F4 1.58044 F7 -4.3474 F8 -14.3892 F9 -8.0533 F10 0.9331 F11 22.4906 F12 -0.999889 F13 7
-STDOUT_159=1 F1 -1.33643 F4 -1.61013 F7 -1.0403 F8 17.9322 F9 8.96059 F10 2.7023 F11 -16.9031 F12 0.999889 F13 -8
-STDOUT_160=0 F1 1.33643 F4 1.61013 F7 1.0403 F8 -17.9322 F9 -8.96059 F10 -2.7023 F11 16.9031 F12 -0.999889 F13 8
-STDOUT_161=1 F1 -1.24953 F4 -1.0667 F7 -1.0403 F8 17.3607 F9 8.78619 F10 0.8258 F11 -16.4733 F12 2.99973 F13 -8
-STDOUT_162=0 F1 1.24953 F4 1.0667 F7 1.0403 F8 -17.3607 F9 -8.78619 F10 -0.8258 F11 16.4733 F12 -2.99973 F13 8
-STDOUT_163=1 F1 -2.07629 F4 -1.56649 F7 4.2267 F8 9.1761 F9 2.08749 F10 0.996601 F11 -9.9871 F12 1.99983 F13 -5
-STDOUT_164=0 F1 2.07629 F4 1.56649 F7 -4.2267 F8 -9.1761 F9 -2.08749 F10 -0.996601 F11 9.9871 F12 -1.99983 F13 5
-STDOUT_165=1 F1 -2.33987 F4 -1.06614 F7 -2.5821 F8 14.8641 F9 4.293 F10 9.2343 F11 -7.666 F13 -5
-STDOUT_166=0 F1 2.33987 F4 1.06614 F7 2.5821 F8 -14.8641 F9 -4.293 F10 -9.2343 F11 7.666 F13 5
-STDOUT_167=1 F1 -2.40305 F4 -1.06467 F7 -1.0403 F8 20.048 F9 11.0825 F10 1.3896 F11 -16.6653 F12 0.999889 F13 -8
-STDOUT_168=0 F1 2.40305 F4 1.06467 F7 1.0403 F8 -20.048 F9 -11.0825 F10 -1.3896 F11 16.6653 F12 -0.999889 F13 8
-STDOUT_169=1 F1 -1.34226 F4 -0.63994 F7 -1.0403 F8 19.5352 F9 8.78619 F10 2.0807 F11 -16.4733 F12 1.99983 F13 -8
-STDOUT_170=0 F1 1.34226 F4 0.63994 F7 1.0403 F8 -19.5352 F9 -8.78619 F10 -2.0807 F11 16.4733 F12 -1.99983 F13 8
-STDOUT_171=1 F1 -2.63457 F4 -1.6792 F7 4.3474 F8 12.5374 F9 8.0533 F10 -2.9983 F11 -22.4906 F12 1.99983 F13 -7
-STDOUT_172=0 F1 2.63457 F4 1.6792 F7 -4.3474 F8 -12.5374 F9 -8.0533 F10 2.9983 F11 22.4906 F12 -1.99983 F13 7
-STDOUT_173=1 F1 -1.77538 F4 -1.7539 F7 4.2267 F8 9.7848 F9 2.08749 F10 0.4937 F11 -9.9871 F12 1.99983 F13 -5
-STDOUT_174=0 F1 1.77538 F4 1.7539 F7 -4.2267 F8 -9.7848 F9 -2.08749 F10 -0.4937 F11 9.9871 F12 -1.99983 F13 5
-STDOUT_175=1 F1 -1.84192 F4 -3.05482 F7 -1.1508 F8 22.7663 F9 11.9421 F10 3.6337 F11 -16.9697 F13 -6
-STDOUT_176=0 F1 1.84192 F4 3.05482 F7 1.1508 F8 -22.7663 F9 -11.9421 F10 -3.6337 F11 16.9697 F13 6
-STDOUT_177=1 F1 -1.60483 F4 -1.11891 F7 4.2267 F8 4.2311 F9 2.08749 F10 -2.7582 F11 -9.9871 F12 2.99973 F13 -5
-STDOUT_178=0 F1 1.60483 F4 1.11891 F7 -4.2267 F8 -4.2311 F9 -2.08749 F10 2.7582 F11 9.9871 F12 -2.99973 F13 5
-STDOUT_179=1 F1 -2.08038 F4 -3.15358 F7 -1.1508 F8 20.9145 F9 11.9422 F10 1.5685 F11 -16.9697 F12 0.999941 F13 -6
-STDOUT_180=0 F1 2.08038 F4 3.15358 F7 1.1508 F8 -20.9145 F9 -11.9422 F10 -1.5685 F11 16.9697 F12 -0.999941 F13 6
-STDOUT_181=1 F1 1.16976 F4 -2.36153 F7 -6.3697 F8 23.7062 F9 13.8679 F10 3.318 F11 -16.9726 F12 1.99983 F13 -7
-STDOUT_182=0 F1 -1.16976 F4 2.36153 F7 6.3697 F8 -23.7062 F9 -13.8679 F10 -3.318 F11 16.9726 F12 -1.99983 F13 7
-STDOUT_183=1 F1 -2.30485 F4 -2.84343 F7 -1.1508 F8 21.4646 F9 11.9422 F10 2.5503 F11 -16.9697 F13 -6
-STDOUT_184=0 F1 2.30485 F4 2.84343 F7 1.1508 F8 -21.4646 F9 -11.9422 F10 -2.5503 F11 16.9697 F13 6
-STDOUT_185=1 F1 -0.30846 F4 -0.10751 F7 -7.8491 F8 23.6495 F9 10.9917 F10 5.9875 F11 -14.1523 F13 -8
-STDOUT_186=0 F1 0.30846 F4 0.10751 F7 7.8491 F8 -23.6495 F9 -10.9917 F10 -5.9875 F11 14.1523 F13 8
-STDOUT_187=1 F1 0.49841 F4 -2.0893 F7 -6.3697 F8 23.2442 F9 16.1642 F10 2.4178 F11 -17.1645 F12 0.999941 F13 -7
-STDOUT_188=0 F1 -0.49841 F4 2.0893 F7 6.3697 F8 -23.2442 F9 -16.1642 F10 -2.4178 F11 17.1645 F12 -0.999941 F13 7
-STDOUT_189=1 F1 -2.12064 F4 -1.75011 F7 4.2267 F8 6.9365 F9 2.26189 F10 0.250801 F11 -10.4168 F12 0.999889 F13 -5
-STDOUT_190=0 F1 2.12064 F4 1.75011 F7 -4.2267 F8 -6.9365 F9 -2.26189 F10 -0.250801 F11 10.4168 F12 -0.999889 F13 5
-STDOUT_191=1 F1 -1.92089 F4 -0.79447 F7 -1.0403 F8 16.8987 F9 11.0826 F10 -0.0744991 F11 -16.6653 F12 1.99983 F13 -8
-STDOUT_192=0 F1 1.92089 F4 0.79447 F7 1.0403 F8 -16.8987 F9 -11.0826 F10 0.0744991 F11 16.6653 F12 -1.99983 F13 8
-STDOUT_193=1 F1 -1.74551 F4 -2.32966 F7 4.2267 F8 7.3125 F9 2.7443 F10 -2.1007 F11 -10.6798 F12 0.999889 F13 -5
-STDOUT_194=0 F1 1.74551 F4 2.32966 F7 -4.2267 F8 -7.3125 F9 -2.7443 F10 2.1007 F11 10.6798 F12 -0.999889 F13 5
-STDOUT_195=1 F1 -2.63457 F4 -1.6792 F7 4.3474 F8 12.5374 F9 8.0533 F10 -2.9983 F11 -22.4906 F12 1.99983 F13 -7
-STDOUT_196=0 F1 2.63457 F4 1.6792 F7 -4.3474 F8 -12.5374 F9 -8.0533 F10 2.9983 F11 22.4906 F12 -1.99983 F13 7
-STDOUT_197=1 F1 -1.34226 F4 -0.63994 F7 -1.0403 F8 19.5352 F9 8.78619 F10 2.0807 F11 -16.4733 F12 1.99983 F13 -8
-STDOUT_198=0 F1 1.34226 F4 0.63994 F7 1.0403 F8 -19.5352 F9 -8.78619 F10 -2.0807 F11 16.4733 F12 -1.99983 F13 8
-STDOUT_199=1 F1 1.40822 F4 -2.26277 F7 -6.3697 F8 25.558 F9 13.8679 F10 5.3832 F11 -16.9726 F12 0.999889 F13 -7
-STDOUT_200=0 F1 -1.40822 F4 2.26277 F7 6.3697 F8 -25.558 F9 -13.8679 F10 -5.3832 F11 16.9726 F12 -0.999889 F13 7
-STDOUT_201=1 F1 -0.62664 F4 0.23845 F7 -10.5674 F8 19.8655 F9 29.486 F10 -0.98015 F11 -3.0649 F12 3.99958 F13 -4
-STDOUT_202=0 F1 0.62664 F4 -0.23845 F7 10.5674 F8 -19.8655 F9 -29.486 F10 0.98015 F11 3.0649 F12 -3.99958 F13 4
-STDOUT_203=1 F1 0.44854 F4 0.48555 F7 -10.5674 F8 18.2761 F9 29.486 F10 -0.7038 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_204=0 F1 -0.44854 F4 -0.48555 F7 10.5674 F8 -18.2761 F9 -29.486 F10 0.7038 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_205=1 F1 0.44854 F4 0.48555 F7 -10.5674 F8 18.2761 F9 29.486 F10 -0.7038 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_206=0 F1 -0.44854 F4 -0.48555 F7 10.5674 F8 -18.2761 F9 -29.486 F10 0.7038 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_207=1 F1 -0.0921199 F4 0.22584 F7 -10.5674 F8 19.3264 F9 29.486 F10 -0.75665 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_208=0 F1 0.0921199 F4 -0.22584 F7 10.5674 F8 -19.3264 F9 -29.486 F10 0.75665 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_209=1 F1 0.50213 F4 0.62044 F7 -10.5674 F8 18.0083 F9 29.486 F10 -3.51273 F11 -3.0649 F12 0.99989 F13 -4
-STDOUT_210=0 F1 -0.50213 F4 -0.62044 F7 10.5674 F8 -18.0083 F9 -29.486 F10 3.51273 F11 3.0649 F12 -0.99989 F13 4
-STDOUT_211=1 F1 0.36542 F4 0.47855 F7 -10.5674 F8 17.9721 F9 29.486 F10 -3.029 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_212=0 F1 -0.36542 F4 -0.47855 F7 10.5674 F8 -17.9721 F9 -29.486 F10 3.029 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_213=1 F1 0.14645 F4 0.15588 F7 -10.5674 F8 17.6136 F9 29.486 F10 -0.37736 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_214=0 F1 -0.14645 F4 -0.15588 F7 10.5674 F8 -17.6136 F9 -29.486 F10 0.37736 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_215=1 F1 -1.2723 F4 0.25598 F7 -10.5674 F8 19.3269 F9 29.486 F10 2.11812 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_216=0 F1 1.2723 F4 -0.25598 F7 10.5674 F8 -19.3269 F9 -29.486 F10 -2.11812 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_217=1 F1 -0.82073 F4 -0.0142601 F7 -10.5674 F8 20.339 F9 29.486 F10 1.01242 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_218=0 F1 0.82073 F4 0.0142601 F7 10.5674 F8 -20.339 F9 -29.486 F10 -1.01242 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_219=1 F1 -0.0921199 F4 0.22584 F7 -10.5674 F8 19.3264 F9 29.486 F10 -0.75665 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_220=0 F1 0.0921199 F4 -0.22584 F7 10.5674 F8 -19.3264 F9 -29.486 F10 0.75665 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_221=1 F1 -0.18048 F4 0.46638 F7 -10.5674 F8 20.2984 F9 29.486 F10 -2.13986 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_222=0 F1 0.18048 F4 -0.46638 F7 10.5674 F8 -20.2984 F9 -29.486 F10 2.13986 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_223=1 F1 -0.25753 F4 0.51176 F7 -10.5674 F8 19.7632 F9 29.486 F10 0.17617 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_224=0 F1 0.25753 F4 -0.51176 F7 10.5674 F8 -19.7632 F9 -29.486 F10 -0.17617 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_225=1 F1 0.20314 F4 0.36093 F7 -10.5674 F8 18.3196 F9 29.486 F10 -1.82726 F11 -3.0649 F12 0.99989 F13 -4
-STDOUT_226=0 F1 -0.20314 F4 -0.36093 F7 10.5674 F8 -18.3196 F9 -29.486 F10 1.82726 F11 3.0649 F12 -0.99989 F13 4
-STDOUT_227=1 F1 -0.12778 F4 0.41539 F7 -10.5674 F8 18.707 F9 29.486 F10 -1.68073 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_228=0 F1 0.12778 F4 -0.41539 F7 10.5674 F8 -18.707 F9 -29.486 F10 1.68073 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_229=1 F1 0.51258 F4 0.44697 F7 -10.5674 F8 18.7164 F9 29.486 F10 -2.50323 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_230=0 F1 -0.51258 F4 -0.44697 F7 10.5674 F8 -18.7164 F9 -29.486 F10 2.50323 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_231=1 F1 -0.31301 F4 0.3995 F7 -10.5674 F8 21.2756 F9 29.486 F10 2.23928 F11 -3.0649 F12 0.99989 F13 -4
-STDOUT_232=0 F1 0.31301 F4 -0.3995 F7 10.5674 F8 -21.2756 F9 -29.486 F10 -2.23928 F11 3.0649 F12 -0.99989 F13 4
-STDOUT_233=1 F1 0.47871 F4 0.65221 F7 -10.5674 F8 16.2679 F9 29.486 F10 -2.09068 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_234=0 F1 -0.47871 F4 -0.65221 F7 10.5674 F8 -16.2679 F9 -29.486 F10 2.09068 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_235=1 F1 0.20858 F4 0.61363 F7 -10.5674 F8 20.3616 F9 29.486 F10 -1.8325 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_236=0 F1 -0.20858 F4 -0.61363 F7 10.5674 F8 -20.3616 F9 -29.486 F10 1.8325 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_237=1 F1 0.50213 F4 0.62044 F7 -10.5674 F8 18.0083 F9 29.486 F10 -3.51273 F11 -3.0649 F12 0.99989 F13 -4
-STDOUT_238=0 F1 -0.50213 F4 -0.62044 F7 10.5674 F8 -18.0083 F9 -29.486 F10 3.51273 F11 3.0649 F12 -0.99989 F13 4
-STDOUT_239=1 F1 0.81158 F4 0.70648 F7 -10.5674 F8 18.4051 F9 29.486 F10 -4.1887 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_240=0 F1 -0.81158 F4 -0.70648 F7 10.5674 F8 -18.4051 F9 -29.486 F10 4.1887 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_241=1 F1 -0.23758 F4 0.3857 F7 -10.5674 F8 19.9287 F9 29.486 F10 -0.67279 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_242=0 F1 0.23758 F4 -0.3857 F7 10.5674 F8 -19.9287 F9 -29.486 F10 0.67279 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_243=1 F1 -1.08748 F4 0.10873 F7 -10.5674 F8 19.8266 F9 29.486 F10 1.39541 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_244=0 F1 1.08748 F4 -0.10873 F7 10.5674 F8 -19.8266 F9 -29.486 F10 -1.39541 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_245=1 F1 0.16439 F4 0.3451 F7 -10.5674 F8 18.3751 F9 29.486 F10 -0.70406 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_246=0 F1 -0.16439 F4 -0.3451 F7 10.5674 F8 -18.3751 F9 -29.486 F10 0.70406 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_247=1 F1 0.65304 F4 0.71329 F7 -10.5674 F8 19.448 F9 29.486 F10 -3.60183 F11 -3.0649 F12 0.99989 F13 -4
-STDOUT_248=0 F1 -0.65304 F4 -0.71329 F7 10.5674 F8 -19.448 F9 -29.486 F10 3.60183 F11 3.0649 F12 -0.99989 F13 4
-STDOUT_249=1 F1 -0.88862 F4 0.24918 F7 -10.5674 F8 20.0893 F9 29.486 F10 1.5141 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_250=0 F1 0.88862 F4 -0.24918 F7 10.5674 F8 -20.0893 F9 -29.486 F10 -1.5141 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_251=1 F1 0.29763 F4 0.3927 F7 -10.5674 F8 16.8364 F9 29.486 F10 -0.6147 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_252=0 F1 -0.29763 F4 -0.3927 F7 10.5674 F8 -16.8364 F9 -29.486 F10 0.6147 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_253=1 F1 -0.0755799 F4 0.47318 F7 -10.5674 F8 20.4606 F9 29.486 F10 -1.83276 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_254=0 F1 0.0755799 F4 -0.47318 F7 10.5674 F8 -20.4606 F9 -29.486 F10 1.83276 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_255=1 F1 0.52743 F4 0.56603 F7 -10.5674 F8 18.504 F9 29.486 F10 -4.18896 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_256=0 F1 -0.52743 F4 -0.56603 F7 10.5674 F8 -18.504 F9 -29.486 F10 4.18896 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_257=1 F1 -0.15033 F4 0.14908 F7 -10.5674 F8 18.2325 F9 29.486 F10 -0.79163 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_258=0 F1 0.15033 F4 -0.14908 F7 10.5674 F8 -18.2325 F9 -29.486 F10 0.79163 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_259=1 F1 -0.54352 F4 0.24545 F7 -10.5674 F8 20.1695 F9 29.486 F10 1.34505 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_260=0 F1 0.54352 F4 -0.24545 F7 10.5674 F8 -20.1695 F9 -29.486 F10 -1.34505 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_261=1 F1 0.29763 F4 0.3927 F7 -10.5674 F8 16.8364 F9 29.486 F10 -0.6147 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_262=0 F1 -0.29763 F4 -0.3927 F7 10.5674 F8 -16.8364 F9 -29.486 F10 0.6147 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_263=1 F1 0.47871 F4 0.65221 F7 -10.5674 F8 16.2679 F9 29.486 F10 -2.09068 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_264=0 F1 -0.47871 F4 -0.65221 F7 10.5674 F8 -16.2679 F9 -29.486 F10 2.09068 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_265=1 F1 0.29 F4 0.49235 F7 -10.5674 F8 19.3191 F9 29.486 F10 -0.11692 F11 -3.0649 F12 0.99989 F13 -4
-STDOUT_266=0 F1 -0.29 F4 -0.49235 F7 10.5674 F8 -19.3191 F9 -29.486 F10 0.11692 F11 3.0649 F12 -0.99989 F13 4
-STDOUT_267=1 F1 -0.32991 F4 0.14819 F7 -10.5674 F8 18.5617 F9 29.486 F10 0.26081 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_268=0 F1 0.32991 F4 -0.14819 F7 10.5674 F8 -18.5617 F9 -29.486 F10 -0.26081 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_269=1 F1 0.14645 F4 0.15588 F7 -10.5674 F8 17.6136 F9 29.486 F10 -0.37736 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_270=0 F1 -0.14645 F4 -0.15588 F7 10.5674 F8 -17.6136 F9 -29.486 F10 0.37736 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_271=1 F1 -0.15447 F4 0.3927 F7 -10.5674 F8 20.2327 F9 29.486 F10 1.65241 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_272=0 F1 0.15447 F4 -0.3927 F7 10.5674 F8 -20.2327 F9 -29.486 F10 -1.65241 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_273=1 F1 0.0664201 F4 0.21904 F7 -10.5674 F8 18.2834 F9 29.486 F10 -1.34352 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_274=0 F1 -0.0664201 F4 -0.21904 F7 10.5674 F8 -18.2834 F9 -29.486 F10 1.34352 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_275=1 F1 0.52743 F4 0.56603 F7 -10.5674 F8 18.504 F9 29.486 F10 -4.18896 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_276=0 F1 -0.52743 F4 -0.56603 F7 10.5674 F8 -18.504 F9 -29.486 F10 4.18896 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_277=1 F1 -0.30887 F4 0.15588 F7 -10.5674 F8 19.2754 F9 29.486 F10 -0.20475 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_278=0 F1 0.30887 F4 -0.15588 F7 10.5674 F8 -19.2754 F9 -29.486 F10 0.20475 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_279=1 F1 -0.82073 F4 -0.0142601 F7 -10.5674 F8 20.339 F9 29.486 F10 1.01242 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_280=0 F1 0.82073 F4 0.0142601 F7 10.5674 F8 -20.339 F9 -29.486 F10 -1.01242 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_281=1 F1 -0.47947 F4 0.20687 F7 -10.5674 F8 20.6098 F9 29.486 F10 -0.45439 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_282=0 F1 0.47947 F4 -0.20687 F7 10.5674 F8 -20.6098 F9 -29.486 F10 0.45439 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_283=1 F1 -0.30887 F4 0.15588 F7 -10.5674 F8 19.2754 F9 29.486 F10 -0.20475 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_284=0 F1 0.30887 F4 -0.15588 F7 10.5674 F8 -19.2754 F9 -29.486 F10 0.20475 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_285=1 F1 -0.82457 F4 0.2106 F7 -10.5674 F8 20.5297 F9 29.486 F10 -0.28534 F11 -3.0649 F12 2.99969 F13 -4
-STDOUT_286=0 F1 0.82457 F4 -0.2106 F7 10.5674 F8 -20.5297 F9 -29.486 F10 0.28534 F11 3.0649 F12 -2.99969 F13 4
-STDOUT_287=1 F1 -0.0755799 F4 0.47318 F7 -10.5674 F8 20.4606 F9 29.486 F10 -1.83276 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_288=0 F1 0.0755799 F4 -0.47318 F7 10.5674 F8 -20.4606 F9 -29.486 F10 1.83276 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_289=1 F1 -0.31301 F4 0.3995 F7 -10.5674 F8 21.2756 F9 29.486 F10 2.23928 F11 -3.0649 F12 0.99989 F13 -4
-STDOUT_290=0 F1 0.31301 F4 -0.3995 F7 10.5674 F8 -21.2756 F9 -29.486 F10 -2.23928 F11 3.0649 F12 -0.99989 F13 4
-STDOUT_291=1 F1 0.05004 F4 0.62044 F7 -10.5674 F8 21.4046 F9 29.486 F10 -1.24562 F11 -3.0649 F12 0.99989 F13 -4
-STDOUT_292=0 F1 -0.05004 F4 -0.62044 F7 10.5674 F8 -21.4046 F9 -29.486 F10 1.24562 F11 3.0649 F12 -0.99989 F13 4
-STDOUT_293=1 F1 0.51258 F4 0.44697 F7 -10.5674 F8 18.7164 F9 29.486 F10 -2.50323 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_294=0 F1 -0.51258 F4 -0.44697 F7 10.5674 F8 -18.7164 F9 -29.486 F10 2.50323 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_295=1 F1 0.62962 F4 0.74506 F7 -10.5674 F8 17.7076 F9 29.486 F10 -2.17977 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_296=0 F1 -0.62962 F4 -0.74506 F7 10.5674 F8 -17.7076 F9 -29.486 F10 2.17977 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_297=1 F1 0.65304 F4 0.71329 F7 -10.5674 F8 19.448 F9 29.486 F10 -3.60183 F11 -3.0649 F12 0.99989 F13 -4
-STDOUT_298=0 F1 -0.65304 F4 -0.71329 F7 10.5674 F8 -19.448 F9 -29.486 F10 3.60183 F11 3.0649 F12 -0.99989 F13 4
-STDOUT_299=1 F1 -0.0755799 F4 0.47318 F7 -10.5674 F8 20.4606 F9 29.486 F10 -1.83276 F11 -3.0649 F12 1.99979 F13 -4
-STDOUT_300=0 F1 0.0755799 F4 -0.47318 F7 10.5674 F8 -20.4606 F9 -29.486 F10 1.83276 F11 3.0649 F12 -1.99979 F13 4
-STDOUT_301=1 F1 -0.0145397 F4 0.55351 F7 -4.054 F8 6.6712 F9 5.492 F10 1.8494 F11 -1.2353 F13 -1
-STDOUT_302=0 F1 0.0145397 F4 -0.55351 F7 4.054 F8 -6.6712 F9 -5.492 F10 -1.8494 F11 1.2353 F13 1
-STDOUT_303=1 F1 -0.146 F4 -0.26363 F7 -1.84401 F8 3.2388 F9 2.186 F10 2.5956 F11 -2.6173 F12 0.999901 F13 -1
-STDOUT_304=0 F1 0.146 F4 0.26363 F7 1.84401 F8 -3.2388 F9 -2.186 F10 -2.5956 F11 2.6173 F12 -0.999901 F13 1
-STDOUT_305=1 F1 0.1981 F4 -0.04109 F7 -1.84401 F8 3.6455 F9 2.186 F10 2.0865 F11 -2.6173 F13 -1
-STDOUT_306=0 F1 -0.1981 F4 0.04109 F7 1.84401 F8 -3.6455 F9 -2.186 F10 -2.0865 F11 2.6173 F13 1
-STDOUT_307=1 F1 0.417931 F4 -0.88279 F7 -0.157013 F8 -3.3177 F9 4.52 F10 -2.2766 F11 5.2049 F12 0.999899 F13 1
-STDOUT_308=0 F1 -0.417931 F4 0.88279 F7 0.157013 F8 3.3177 F9 -4.52 F10 2.2766 F11 -5.2049 F12 -0.999899 F13 -1
-STDOUT_309=1 F1 0.15009 F4 0.3908 F7 -4.054 F8 5.5078 F9 5.492 F10 3.1801 F11 -1.2353 F13 -1
-STDOUT_310=0 F1 -0.15009 F4 -0.3908 F7 4.054 F8 -5.5078 F9 -5.492 F10 -3.1801 F11 1.2353 F13 1
-STDOUT_311=1 F1 0.75722 F4 0.66457 F7 -5.12801 F8 8.25031 F9 6.3822 F10 2.0008 F11 -3.6656 F12 -0.999901 F13 -2
-STDOUT_312=0 F1 -0.75722 F4 -0.66457 F7 5.12801 F8 -8.25031 F9 -6.3822 F10 -2.0008 F11 3.6656 F12 0.999901 F13 2
-STDOUT_313=1 F1 -0.10504 F4 0.24337 F7 -1.84401 F8 2.4922 F9 2.186 F10 2.3577 F11 -2.6173 F13 -1
-STDOUT_314=0 F1 0.10504 F4 -0.24337 F7 1.84401 F8 -2.4922 F9 -2.186 F10 -2.3577 F11 2.6173 F13 1
-STDOUT_315=1 F1 0.34359 F4 0.88566 F7 -7.338 F8 12.2871 F9 9.6882 F10 2.6461 F11 -2.2836 F13 -2
-STDOUT_316=0 F1 -0.34359 F4 -0.88566 F7 7.338 F8 -12.2871 F9 -9.6882 F10 -2.6461 F11 2.2836 F13 2
-STDOUT_317=1 F1 0.25309 F4 0.57552 F7 -5.12801 F8 8.1081 F9 6.3822 F10 3.1544 F11 -3.6656 F13 -2
-STDOUT_318=0 F1 -0.25309 F4 -0.57552 F7 5.12801 F8 -8.1081 F9 -6.3822 F10 -3.1544 F11 3.6656 F13 2
-STDOUT_319=1 F1 -0.310631 F4 -0.10093 F7 -1.84401 F8 4.4022 F9 2.186 F10 1.2649 F11 -2.6173 F12 0.999901 F13 -1
-STDOUT_320=0 F1 0.310631 F4 0.10093 F7 1.84401 F8 -4.4022 F9 -2.186 F10 -1.2649 F11 2.6173 F12 -0.999901 F13 1
-STDOUT_321=1 F1 0.399091 F4 0.33242 F7 -1.84401 F8 2.6344 F9 2.186 F10 1.2041 F11 -2.6173 F12 -0.999901 F13 -1
-STDOUT_322=0 F1 -0.399091 F4 -0.33242 F7 1.84401 F8 -2.6344 F9 -2.186 F10 -1.2041 F11 2.6173 F12 0.999901 F13 1
-STDOUT_323=1 F1 0.97538 F4 -0.0886703 F7 -4.703 F8 7.0074 F9 7.5362 F10 0.685299 F11 -0.307098 F13 -1
-STDOUT_324=0 F1 -0.97538 F4 0.0886703 F7 4.703 F8 -7.0074 F9 -7.5362 F10 -0.685299 F11 0.307098 F13 1
-STDOUT_325=1 F1 0.61725 F4 -0.42082 F7 -1.41901 F8 1.39149 F9 3.34 F10 -0.111401 F11 0.741203
-STDOUT_326=0 F1 -0.61725 F4 0.42082 F7 1.41901 F8 -1.39149 F9 -3.34 F10 0.111401 F11 -0.741203
-STDOUT_327=1 F1 -0.10964 F4 0.27258 F7 -1.84401 F8 3.3911 F9 2.186 F10 0.3825 F11 -2.6173 F13 -1
-STDOUT_328=0 F1 0.10964 F4 -0.27258 F7 1.84401 F8 -3.3911 F9 -2.186 F10 -0.3825 F11 2.6173 F13 1
-STDOUT_329=1 F1 0.399091 F4 0.33242 F7 -1.84401 F8 2.6344 F9 2.186 F10 1.2041 F11 -2.6173 F12 -0.999901 F13 -1
-STDOUT_330=0 F1 -0.399091 F4 -0.33242 F7 1.84401 F8 -2.6344 F9 -2.186 F10 -1.2041 F11 2.6173 F12 0.999901 F13 1
-STDOUT_331=1 F1 0.221539 F4 -1.28551 F7 -0.157013 F8 -3.20551 F9 4.52 F10 0.580999 F11 5.2049 F12 1.9998 F13 1
-STDOUT_332=0 F1 -0.221539 F4 1.28551 F7 0.157013 F8 3.20551 F9 -4.52 F10 -0.580999 F11 -5.2049 F12 -1.9998 F13 -1
-STDOUT_333=1 F1 -0.109639 F4 0.27259 F7 -1.84401 F8 3.39111 F9 2.186 F10 0.3825 F11 -2.6173 F13 -1
-STDOUT_334=0 F1 0.109639 F4 -0.27259 F7 1.84401 F8 -3.39111 F9 -2.186 F10 -0.3825 F11 2.6173 F13 1
-STDOUT_335=1 F1 0.77606 F4 -0.55064 F7 -3.44101 F8 2.2982 F9 8.7162 F10 -1.4799 F11 4.1566 F12 0.999899
-STDOUT_336=0 F1 -0.77606 F4 0.55064 F7 3.44101 F8 -2.2982 F9 -8.7162 F10 1.4799 F11 -4.1566 F12 -0.999899
-STDOUT_337=1 F1 1.43871 F4 -0.17208 F7 -3.80301 F8 0.870201 F9 7.5622 F10 0.817099 F11 0.7981 F12 0.999899 F13 -1
-STDOUT_338=0 F1 -1.43871 F4 0.17208 F7 3.80301 F8 -0.870201 F9 -7.5622 F10 -0.817099 F11 -0.7981 F12 -0.999899 F13 1
-STDOUT_339=1 F1 -0.310631 F4 -0.10093 F7 -1.84401 F8 4.4022 F9 2.186 F10 1.2649 F11 -2.6173 F12 0.999901 F13 -1
-STDOUT_340=0 F1 0.310631 F4 0.10093 F7 1.84401 F8 -4.4022 F9 -2.186 F10 -1.2649 F11 2.6173 F12 -0.999901 F13 1
-STDOUT_341=1 F1 -0.0145397 F4 0.553511 F7 -4.054 F8 6.6712 F9 5.492 F10 1.8494 F11 -1.2353 F13 -1
-STDOUT_342=0 F1 0.0145397 F4 -0.553511 F7 4.054 F8 -6.6712 F9 -5.492 F10 -1.8494 F11 1.2353 F13 1
-STDOUT_343=1 F1 1.27868 F4 -0.03859 F7 -3.80301 F8 1.1347 F9 7.5622 F10 1.4617 F11 0.7981 F12 0.999899 F13 -1
-STDOUT_344=0 F1 -1.27868 F4 0.03859 F7 3.80301 F8 -1.1347 F9 -7.5622 F10 -1.4617 F11 -0.7981 F12 -0.999899 F13 1
-STDOUT_345=1 F1 -0.17917 F4 0.71622 F7 -4.054 F8 7.8346 F9 5.492 F10 0.5187 F11 -1.2353 F13 -1
-STDOUT_346=0 F1 0.17917 F4 -0.71622 F7 4.054 F8 -7.8346 F9 -5.492 F10 -0.5187 F11 1.2353 F13 1
-STDOUT_347=1 F1 0.417931 F4 -0.88279 F7 -0.157013 F8 -3.3177 F9 4.52 F10 -2.2766 F11 5.2049 F12 0.999899 F13 1
-STDOUT_348=0 F1 -0.417931 F4 0.88279 F7 0.157013 F8 3.3177 F9 -4.52 F10 2.2766 F11 -5.2049 F12 -0.999899 F13 -1
-STDOUT_349=1 F1 0.452621 F4 -0.25811 F7 -1.41901 F8 2.55489 F9 3.34 F10 -1.4421 F11 0.741203
-STDOUT_350=0 F1 -0.452621 F4 0.25811 F7 1.41901 F8 -2.55489 F9 -3.34 F10 1.4421 F11 -0.741203
-STDOUT_351=1 F1 0.582561 F4 -1.0455 F7 -0.157013 F8 -4.4811 F9 4.52 F10 -0.9459 F11 5.2049 F12 0.999899 F13 1
-STDOUT_352=0 F1 -0.582561 F4 1.0455 F7 0.157013 F8 4.4811 F9 -4.52 F10 0.9459 F11 -5.2049 F12 -0.999899 F13 -1
-STDOUT_353=1 F1 -0.26967 F4 0.40608 F7 -1.84401 F8 3.6556 F9 2.186 F10 1.027 F11 -2.6173 F13 -1
-STDOUT_354=0 F1 0.26967 F4 -0.40608 F7 1.84401 F8 -3.6556 F9 -2.186 F10 -1.027 F11 2.6173 F13 1
-STDOUT_355=1 F1 -0.27427 F4 0.43529 F7 -1.84401 F8 4.5545 F9 2.186 F10 -0.9482 F11 -2.6173 F13 -1
-STDOUT_356=0 F1 0.27427 F4 -0.43529 F7 1.84401 F8 -4.5545 F9 -2.186 F10 0.9482 F11 2.6173 F13 1
-STDOUT_357=1 F1 0.58653 F4 0.25014 F7 -3.80301 F8 3.3123 F9 7.5622 F10 -0.3384 F11 0.7981 F13 -1
-STDOUT_358=0 F1 -0.58653 F4 -0.25014 F7 3.80301 F8 -3.3123 F9 -7.5622 F10 0.3384 F11 -0.7981 F13 1
-STDOUT_359=1 F1 0.0549908 F4 0.10988 F7 -1.84401 F8 2.2277 F9 2.186 F10 1.7132 F11 -2.6173 F13 -1
-STDOUT_360=0 F1 -0.0549908 F4 -0.10988 F7 1.84401 F8 -2.2277 F9 -2.186 F10 -1.7132 F11 2.6173 F13 1
-STDOUT_361=1 F1 1.27408 F4 -0.00937033 F7 -3.80301 F8 2.0336 F9 7.5622 F10 -0.513601 F11 0.7981 F12 0.999899 F13 -1
-STDOUT_362=0 F1 -1.27408 F4 0.00937033 F7 3.80301 F8 -2.0336 F9 -7.5622 F10 0.513601 F11 -0.7981 F12 -0.999899 F13 1
-STDOUT_363=1 F1 0.15009 F4 0.3908 F7 -4.054 F8 5.5078 F9 5.492 F10 3.1801 F11 -1.2353 F13 -1
-STDOUT_364=0 F1 -0.15009 F4 -0.3908 F7 4.054 F8 -5.5078 F9 -5.492 F10 -3.1801 F11 1.2353 F13 1
-STDOUT_365=1 F1 0.253301 F4 -0.72008 F7 -0.157013 F8 -2.1543 F9 4.52 F10 -3.6073 F11 5.2049 F12 0.999899 F13 1
-STDOUT_366=0 F1 -0.253301 F4 0.72008 F7 0.157013 F8 2.1543 F9 -4.52 F10 3.6073 F11 -5.2049 F12 -0.999899 F13 -1
-STDOUT_367=1 F1 0.234461 F4 0.49513 F7 -1.84401 F8 3.79781 F9 2.186 F10 -0.1266 F11 -2.6173 F12 -0.999901 F13 -1
-STDOUT_368=0 F1 -0.234461 F4 -0.49513 F7 1.84401 F8 -3.79781 F9 -2.186 F10 0.1266 F11 2.6173 F12 0.999901 F13 1
-STDOUT_369=1 F1 0.253301 F4 -0.72008 F7 -0.157013 F8 -2.1543 F9 4.52 F10 -3.6073 F11 5.2049 F12 0.999899 F13 1
-STDOUT_370=0 F1 -0.253301 F4 0.72008 F7 0.157013 F8 2.1543 F9 -4.52 F10 3.6073 F11 -5.2049 F12 -0.999899 F13 -1
-STDOUT_371=1 F1 0.452621 F4 -0.25811 F7 -1.41901 F8 2.5549 F9 3.34 F10 -1.4421 F11 0.741203
-STDOUT_372=0 F1 -0.452621 F4 0.25811 F7 1.41901 F8 -2.5549 F9 -3.34 F10 1.4421 F11 -0.741203
-STDOUT_373=1 F1 -0.310631 F4 -0.10093 F7 -1.84401 F8 4.4022 F9 2.186 F10 1.2649 F11 -2.6173 F12 0.999901 F13 -1
-STDOUT_374=0 F1 0.310631 F4 0.10093 F7 1.84401 F8 -4.4022 F9 -2.186 F10 -1.2649 F11 2.6173 F12 -0.999901 F13 1
-STDOUT_375=1 F1 0.25163 F4 -0.63162 F7 -1.41901 F8 3.56599 F9 3.34 F10 -0.5597 F11 0.741203 F12 0.999901
-STDOUT_376=0 F1 -0.25163 F4 0.63162 F7 1.41901 F8 -3.56599 F9 -3.34 F10 0.5597 F11 -0.741203 F12 -0.999901
-STDOUT_377=1 F1 0.77606 F4 -0.55064 F7 -3.44101 F8 2.2982 F9 8.7162 F10 -1.4799 F11 4.1566 F12 0.999899
-STDOUT_378=0 F1 -0.77606 F4 0.55064 F7 3.44101 F8 -2.2982 F9 -8.7162 F10 1.4799 F11 -4.1566 F12 -0.999899
-STDOUT_379=1 F1 -0.26967 F4 0.40608 F7 -1.84401 F8 3.6556 F9 2.186 F10 1.027 F11 -2.6173 F13 -1
-STDOUT_380=0 F1 0.26967 F4 -0.40608 F7 1.84401 F8 -3.6556 F9 -2.186 F10 -1.027 F11 2.6173 F13 1
-STDOUT_381=1 F1 0.41312 F4 0.44203 F7 -5.12801 F8 7.84361 F9 6.3822 F10 2.5099 F11 -3.6656 F13 -2
-STDOUT_382=0 F1 -0.41312 F4 -0.44203 F7 5.12801 F8 -7.84361 F9 -6.3822 F10 -2.5099 F11 3.6656 F13 2
-STDOUT_383=1 F1 -0.310631 F4 -0.10093 F7 -1.84401 F8 4.4022 F9 2.186 F10 1.2649 F11 -2.6173 F12 0.999901 F13 -1
-STDOUT_384=0 F1 0.310631 F4 0.10093 F7 1.84401 F8 -4.4022 F9 -2.186 F10 -1.2649 F11 2.6173 F12 -0.999901 F13 1
-STDOUT_385=1 F1 0.221539 F4 -1.28551 F7 -0.157013 F8 -3.20551 F9 4.52 F10 0.580999 F11 5.2049 F12 1.9998 F13 1
-STDOUT_386=0 F1 -0.221539 F4 1.28551 F7 0.157013 F8 3.20551 F9 -4.52 F10 -0.580999 F11 -5.2049 F12 -1.9998 F13 -1
-STDOUT_387=1 F1 1.43871 F4 -0.17208 F7 -3.80301 F8 0.870201 F9 7.5622 F10 0.817099 F11 0.7981 F12 0.999899 F13 -1
-STDOUT_388=0 F1 -1.43871 F4 0.17208 F7 3.80301 F8 -0.870201 F9 -7.5622 F10 -0.817099 F11 -0.7981 F12 -0.999899 F13 1
-STDOUT_389=1 F1 0.2579 F4 -0.74929 F7 -0.157013 F8 -3.0532 F9 4.52 F10 -1.6321 F11 5.2049 F12 0.999899 F13 1
-STDOUT_390=0 F1 -0.2579 F4 0.74929 F7 0.157013 F8 3.0532 F9 -4.52 F10 1.6321 F11 -5.2049 F12 -0.999899 F13 -1
-STDOUT_391=1 F1 0.41626 F4 -0.79433 F7 -1.41901 F8 2.4026 F9 3.34 F10 0.771 F11 0.741203 F12 0.999901
-STDOUT_392=0 F1 -0.41626 F4 0.79433 F7 1.41901 F8 -2.4026 F9 -3.34 F10 -0.771 F11 -0.741203 F12 -0.999901
-STDOUT_393=1 F1 -0.21553 F4 0.18 F7 -4.054 F8 7.6823 F9 5.492 F10 2.7318 F11 -1.2353 F12 0.999901 F13 -1
-STDOUT_394=0 F1 0.21553 F4 -0.18 F7 4.054 F8 -7.6823 F9 -5.492 F10 -2.7318 F11 1.2353 F12 -0.999901 F13 1
-STDOUT_395=1 F1 0.452621 F4 -0.25811 F7 -1.41901 F8 2.55489 F9 3.34 F10 -1.4421 F11 0.741203
-STDOUT_396=0 F1 -0.452621 F4 0.25811 F7 1.41901 F8 -2.55489 F9 -3.34 F10 1.4421 F11 -0.741203
-STDOUT_397=1 F1 0.399091 F4 0.33242 F7 -1.84401 F8 2.6344 F9 2.186 F10 1.2041 F11 -2.6173 F12 -0.999901 F13 -1
-STDOUT_398=0 F1 -0.399091 F4 -0.33242 F7 1.84401 F8 -2.6344 F9 -2.186 F10 -1.2041 F11 2.6173 F12 0.999901 F13 1
-STDOUT_399=1 F1 0.1981 F4 -0.04109 F7 -1.84401 F8 3.6455 F9 2.186 F10 2.0865 F11 -2.6173 F13 -1
-STDOUT_400=0 F1 -0.1981 F4 0.04109 F7 1.84401 F8 -3.6455 F9 -2.186 F10 -2.0865 F11 2.6173 F13 1
-STDOUT_401=1 F1 2.67634 F4 0.31544 F7 -4.0933 F8 8.7018 F9 9.5275 F10 -1.10082 F11 -9.1427 F12 0.9999 F13 -4
-STDOUT_402=0 F1 -2.67634 F4 -0.31544 F7 4.0933 F8 -8.7018 F9 -9.5275 F10 1.10082 F11 9.1427 F12 -0.9999 F13 4
-STDOUT_403=1 F1 3.04585 F4 -0.53837 F7 -1.3098 F8 3.235 F9 5.7413 F10 -3.6832 F11 -11.1319 F12 0.9999 F13 -4
-STDOUT_404=0 F1 -3.04585 F4 0.53837 F7 1.3098 F8 -3.235 F9 -5.7413 F10 3.6832 F11 11.1319 F12 -0.9999 F13 4
-STDOUT_405=1 F1 3.20898 F4 0.06336 F7 -4.6042 F8 6.8912 F9 7.6221 F10 -0.11506 F11 -9.0986 F12 0.9999 F13 -4
-STDOUT_406=0 F1 -3.20898 F4 -0.06336 F7 4.6042 F8 -6.8912 F9 -7.6221 F10 0.11506 F11 9.0986 F12 -0.9999 F13 4
-STDOUT_407=1 F1 2.75951 F4 -0.41808 F7 -1.3098 F8 3.4724 F9 5.7413 F10 -1.96363 F11 -11.1319 F12 1.99979 F13 -4
-STDOUT_408=0 F1 -2.75951 F4 0.41808 F7 1.3098 F8 -3.4724 F9 -5.7413 F10 1.96363 F11 11.1319 F12 -1.99979 F13 4
-STDOUT_409=1 F1 2.84902 F4 0.32386 F7 -4.0933 F8 8.1404 F9 9.5275 F10 -1.12666 F11 -9.1427 F12 0.9999 F13 -4
-STDOUT_410=0 F1 -2.84902 F4 -0.32386 F7 4.0933 F8 -8.1404 F9 -9.5275 F10 1.12666 F11 9.1427 F12 -0.9999 F13 4
-STDOUT_411=1 F1 3.27287 F4 0.52453 F7 -4.0933 F8 5.1514 F9 9.5275 F10 -3.2196 F11 -9.1427 F13 -4
-STDOUT_412=0 F1 -3.27287 F4 -0.52453 F7 4.0933 F8 -5.1514 F9 -9.5275 F10 3.2196 F11 9.1427 F13 4
-STDOUT_413=1 F1 2.66495 F4 0.13399 F7 -4.0933 F8 6.2397 F9 9.5275 F10 -1.27048 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_414=0 F1 -2.66495 F4 -0.13399 F7 4.0933 F8 -6.2397 F9 -9.5275 F10 1.27048 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_415=1 F1 2.80269 F4 0.16031 F7 -4.0933 F8 6.376 F9 9.5275 F10 -1.2163 F11 -9.1427 F12 0.9999 F13 -4
-STDOUT_416=0 F1 -2.80269 F4 -0.16031 F7 4.0933 F8 -6.376 F9 -9.5275 F10 1.2163 F11 9.1427 F12 -0.9999 F13 4
-STDOUT_417=1 F1 3.20898 F4 0.06336 F7 -4.6042 F8 6.8912 F9 7.6221 F10 -0.11506 F11 -9.0986 F12 0.9999 F13 -4
-STDOUT_418=0 F1 -3.20898 F4 -0.06336 F7 4.6042 F8 -6.8912 F9 -7.6221 F10 0.11506 F11 9.0986 F12 -0.9999 F13 4
-STDOUT_419=1 F1 2.87212 F4 -0.40256 F7 -1.3098 F8 3.9028 F9 5.7413 F10 -2.5928 F11 -11.1319 F12 0.9999 F13 -4
-STDOUT_420=0 F1 -2.87212 F4 0.40256 F7 1.3098 F8 -3.9028 F9 -5.7413 F10 2.5928 F11 11.1319 F12 -0.9999 F13 4
-STDOUT_421=1 F1 2.87212 F4 -0.40256 F7 -1.3098 F8 3.9028 F9 5.7413 F10 -2.5928 F11 -11.1319 F12 0.9999 F13 -4
-STDOUT_422=0 F1 -2.87212 F4 0.40256 F7 1.3098 F8 -3.9028 F9 -5.7413 F10 2.5928 F11 11.1319 F12 -0.9999 F13 4
-STDOUT_423=1 F1 2.66495 F4 0.13399 F7 -4.0933 F8 6.2397 F9 9.5275 F10 -1.27048 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_424=0 F1 -2.66495 F4 -0.13399 F7 4.0933 F8 -6.2397 F9 -9.5275 F10 1.27048 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_425=1 F1 2.5362 F4 -0.63784 F7 -1.3098 F8 4.058 F9 5.7413 F10 -2.32631 F11 -11.1319 F12 1.99979 F13 -4
-STDOUT_426=0 F1 -2.5362 F4 0.63784 F7 1.3098 F8 -4.058 F9 -5.7413 F10 2.32631 F11 11.1319 F12 -1.99979 F13 4
-STDOUT_427=1 F1 2.77756 F4 0.14951 F7 -4.0933 F8 6.6702 F9 9.5275 F10 -1.89962 F11 -9.1427 F12 0.9999 F13 -4
-STDOUT_428=0 F1 -2.77756 F4 -0.14951 F7 4.0933 F8 -6.6702 F9 -9.5275 F10 1.89962 F11 9.1427 F12 -0.9999 F13 4
-STDOUT_429=1 F1 2.75206 F4 -0.0510299 F7 -4.0933 F8 5.8055 F9 9.5275 F10 -1.60483 F11 -9.1427 F12 0.9999 F13 -4
-STDOUT_430=0 F1 -2.75206 F4 0.0510299 F7 4.0933 F8 -5.8055 F9 -9.5275 F10 1.60483 F11 9.1427 F12 -0.9999 F13 4
-STDOUT_431=1 F1 2.82352 F4 0.12332 F7 -4.0933 F8 7.2758 F9 9.5275 F10 -0.83187 F11 -9.1427 F12 0.9999 F13 -4
-STDOUT_432=0 F1 -2.82352 F4 -0.12332 F7 4.0933 F8 -7.2758 F9 -9.5275 F10 0.83187 F11 9.1427 F12 -0.9999 F13 4
-STDOUT_433=1 F1 3.05822 F4 0.52453 F7 -4.0933 F8 9.1523 F9 9.5275 F10 -0.29953 F11 -9.1427 F13 -4
-STDOUT_434=0 F1 -3.05822 F4 -0.52453 F7 4.0933 F8 -9.1523 F9 -9.5275 F10 0.29953 F11 9.1427 F13 4
-STDOUT_435=1 F1 2.62167 F4 0.0483501 F7 -4.0933 F8 7.7339 F9 9.5275 F10 -1.91279 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_436=0 F1 -2.62167 F4 -0.0483501 F7 4.0933 F8 -7.7339 F9 -9.5275 F10 1.91279 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_437=1 F1 2.6468 F4 0.05916 F7 -4.0933 F8 6.8451 F9 9.5275 F10 -1.22947 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_438=0 F1 -2.6468 F4 -0.05916 F7 4.0933 F8 -6.8451 F9 -9.5275 F10 1.22947 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_439=1 F1 3.11442 F4 0.61543 F7 -7.3877 F8 9.6586 F9 11.4083 F10 0.57809 F11 -7.1094 F12 0.9999 F13 -4
-STDOUT_440=0 F1 -3.11442 F4 -0.61543 F7 7.3877 F8 -9.6586 F9 -11.4083 F10 -0.57809 F11 7.1094 F12 -0.9999 F13 4
-STDOUT_441=1 F1 2.67634 F4 0.31544 F7 -4.0933 F8 8.7018 F9 9.5275 F10 -1.10082 F11 -9.1427 F12 0.9999 F13 -4
-STDOUT_442=0 F1 -2.67634 F4 -0.31544 F7 4.0933 F8 -8.7018 F9 -9.5275 F10 1.10082 F11 9.1427 F12 -0.9999 F13 4
-STDOUT_443=1 F1 3.08132 F4 -0.20189 F7 -1.3098 F8 4.9147 F9 5.7413 F10 -1.76563 F11 -11.1319 F13 -4
-STDOUT_444=0 F1 -3.08132 F4 0.20189 F7 1.3098 F8 -4.9147 F9 -5.7413 F10 1.76563 F11 11.1319 F13 4
-STDOUT_445=1 F1 2.72412 F4 -0.72823 F7 -1.3098 F8 2.6615 F9 5.7413 F10 -1.53701 F11 -11.1319 F12 1.99979 F13 -4
-STDOUT_446=0 F1 -2.72412 F4 0.72823 F7 1.3098 F8 -2.6615 F9 -5.7413 F10 1.53701 F11 11.1319 F12 -1.99979 F13 4
-STDOUT_447=1 F1 2.51944 F4 -0.50558 F7 -1.3098 F8 4.4843 F9 5.7413 F10 -2.12934 F11 -11.1319 F12 1.99979 F13 -4
-STDOUT_448=0 F1 -2.51944 F4 0.50558 F7 1.3098 F8 -4.4843 F9 -5.7413 F10 2.12934 F11 11.1319 F12 -1.99979 F13 4
-STDOUT_449=1 F1 2.699 F4 -0.73904 F7 -1.3098 F8 3.5504 F9 5.7413 F10 -2.22032 F11 -11.1319 F12 1.99979 F13 -4
-STDOUT_450=0 F1 -2.699 F4 0.73904 F7 1.3098 F8 -3.5504 F9 -5.7413 F10 2.22032 F11 11.1319 F12 -1.99979 F13 4
-STDOUT_451=1 F1 2.6468 F4 0.05916 F7 -4.0933 F8 6.8451 F9 9.5275 F10 -1.22947 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_452=0 F1 -2.6468 F4 -0.05916 F7 4.0933 F8 -6.8451 F9 -9.5275 F10 1.22947 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_453=1 F1 2.76463 F4 -0.62274 F7 -1.3098 F8 4.2857 F9 5.7413 F10 -1.86109 F11 -11.1319 F12 0.9999 F13 -4
-STDOUT_454=0 F1 -2.76463 F4 0.62274 F7 1.3098 F8 -4.2857 F9 -5.7413 F10 1.86109 F11 11.1319 F12 -0.9999 F13 4
-STDOUT_455=1 F1 2.51944 F4 -0.50558 F7 -1.3098 F8 4.4843 F9 5.7413 F10 -2.12934 F11 -11.1319 F12 1.99979 F13 -4
-STDOUT_456=0 F1 -2.51944 F4 0.50558 F7 1.3098 F8 -4.4843 F9 -5.7413 F10 2.12934 F11 11.1319 F12 -1.99979 F13 4
-STDOUT_457=1 F1 2.98676 F4 0.35018 F7 -4.0933 F8 7.682 F9 9.5275 F10 -1.07248 F11 -9.1427 F13 -4
-STDOUT_458=0 F1 -2.98676 F4 -0.35018 F7 4.0933 F8 -7.682 F9 -9.5275 F10 1.07248 F11 9.1427 F13 4
-STDOUT_459=1 F1 2.58628 F4 -0.2618 F7 -4.0933 F8 6.923 F9 9.5275 F10 -1.48617 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_460=0 F1 -2.58628 F4 0.2618 F7 4.0933 F8 -6.923 F9 -9.5275 F10 1.48617 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_461=1 F1 2.2522 F4 0.03807 F7 -4.0933 F8 7.813 F9 9.5275 F10 -1.41034 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_462=0 F1 -2.2522 F4 -0.03807 F7 4.0933 F8 -7.813 F9 -9.5275 F10 1.41034 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_463=1 F1 2.84662 F4 -0.6031 F7 -1.3098 F8 3.0382 F9 5.7413 F10 -2.29797 F11 -11.1319 F12 0.9999 F13 -4
-STDOUT_464=0 F1 -2.84662 F4 0.6031 F7 1.3098 F8 -3.0382 F9 -5.7413 F10 2.29797 F11 11.1319 F12 -0.9999 F13 4
-STDOUT_465=1 F1 2.75951 F4 -0.41808 F7 -1.3098 F8 3.4724 F9 5.7413 F10 -1.96363 F11 -11.1319 F12 1.99979 F13 -4
-STDOUT_466=0 F1 -2.75951 F4 0.41808 F7 1.3098 F8 -3.4724 F9 -5.7413 F10 1.96363 F11 11.1319 F12 -1.99979 F13 4
-STDOUT_467=1 F1 2.87056 F4 -0.0773499 F7 -4.0933 F8 5.6676 F9 9.5275 F10 -1.48027 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_468=0 F1 -2.87056 F4 0.0773499 F7 4.0933 F8 -5.6676 F9 -9.5275 F10 1.48027 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_469=1 F1 2.51944 F4 -0.50558 F7 -1.3098 F8 4.4843 F9 5.7413 F10 -2.12934 F11 -11.1319 F12 1.99979 F13 -4
-STDOUT_470=0 F1 -2.51944 F4 0.50558 F7 1.3098 F8 -4.4843 F9 -5.7413 F10 2.12934 F11 11.1319 F12 -1.99979 F13 4
-STDOUT_471=1 F1 2.49227 F4 0.12557 F7 -4.0933 F8 6.8011 F9 9.5275 F10 -1.24463 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_472=0 F1 -2.49227 F4 -0.12557 F7 4.0933 F8 -6.8011 F9 -9.5275 F10 1.24463 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_473=1 F1 2.699 F4 -0.73904 F7 -1.3098 F8 3.5504 F9 5.7413 F10 -2.22032 F11 -11.1319 F12 1.99979 F13 -4
-STDOUT_474=0 F1 -2.699 F4 0.73904 F7 1.3098 F8 -3.5504 F9 -5.7413 F10 2.22032 F11 11.1319 F12 -1.99979 F13 4
-STDOUT_475=1 F1 2.82352 F4 0.12332 F7 -4.0933 F8 7.2758 F9 9.5275 F10 -0.83187 F11 -9.1427 F12 0.9999 F13 -4
-STDOUT_476=0 F1 -2.82352 F4 -0.12332 F7 4.0933 F8 -7.2758 F9 -9.5275 F10 0.83187 F11 9.1427 F12 -0.9999 F13 4
-STDOUT_477=1 F1 2.58628 F4 -0.2618 F7 -4.0933 F8 6.923 F9 9.5275 F10 -1.48617 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_478=0 F1 -2.58628 F4 0.2618 F7 4.0933 F8 -6.923 F9 -9.5275 F10 1.48617 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_479=1 F1 2.66495 F4 0.13399 F7 -4.0933 F8 6.2397 F9 9.5275 F10 -1.27048 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_480=0 F1 -2.66495 F4 -0.13399 F7 4.0933 F8 -6.2397 F9 -9.5275 F10 1.27048 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_481=1 F1 3.26829 F4 0.42445 F7 -4.311 F8 7.0387 F9 8.017 F10 -1.68582 F11 -9.5083 F13 -4
-STDOUT_482=0 F1 -3.26829 F4 -0.42445 F7 4.311 F8 -7.0387 F9 -8.017 F10 1.68582 F11 9.5083 F13 4
-STDOUT_483=1 F1 2.62167 F4 0.0483501 F7 -4.0933 F8 7.7339 F9 9.5275 F10 -1.91279 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_484=0 F1 -2.62167 F4 -0.0483501 F7 4.0933 F8 -7.7339 F9 -9.5275 F10 1.91279 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_485=1 F1 2.80269 F4 0.16031 F7 -4.0933 F8 6.376 F9 9.5275 F10 -1.2163 F11 -9.1427 F12 0.9999 F13 -4
-STDOUT_486=0 F1 -2.80269 F4 -0.16031 F7 4.0933 F8 -6.376 F9 -9.5275 F10 1.2163 F11 9.1427 F12 -0.9999 F13 4
-STDOUT_487=1 F1 2.87212 F4 -0.40256 F7 -1.3098 F8 3.9028 F9 5.7413 F10 -2.5928 F11 -11.1319 F12 0.9999 F13 -4
-STDOUT_488=0 F1 -2.87212 F4 0.40256 F7 1.3098 F8 -3.9028 F9 -5.7413 F10 2.5928 F11 11.1319 F12 -0.9999 F13 4
-STDOUT_489=1 F1 2.90819 F4 -0.53837 F7 -1.3098 F8 4.5622 F9 5.7413 F10 -1.39319 F11 -11.1319 F12 0.9999 F13 -4
-STDOUT_490=0 F1 -2.90819 F4 0.53837 F7 1.3098 F8 -4.5622 F9 -5.7413 F10 1.39319 F11 11.1319 F12 -0.9999 F13 4
-STDOUT_491=1 F1 2.7709 F4 -0.23663 F7 -1.3098 F8 5.9345 F9 5.7413 F10 -1.79397 F11 -11.1319 F12 0.9999 F13 -4
-STDOUT_492=0 F1 -2.7709 F4 0.23663 F7 1.3098 F8 -5.9345 F9 -5.7413 F10 1.79397 F11 11.1319 F12 -0.9999 F13 4
-STDOUT_493=1 F1 2.52631 F4 -0.74746 F7 -1.3098 F8 4.1118 F9 5.7413 F10 -2.19448 F11 -11.1319 F12 1.99979 F13 -4
-STDOUT_494=0 F1 -2.52631 F4 0.74746 F7 1.3098 F8 -4.1118 F9 -5.7413 F10 2.19448 F11 11.1319 F12 -1.99979 F13 4
-STDOUT_495=1 F1 2.87056 F4 -0.0773499 F7 -4.0933 F8 5.6676 F9 9.5275 F10 -1.48027 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_496=0 F1 -2.87056 F4 0.0773499 F7 4.0933 F8 -5.6676 F9 -9.5275 F10 1.48027 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_497=1 F1 2.40673 F4 -0.0283499 F7 -4.0933 F8 7.857 F9 9.5275 F10 -1.39518 F11 -9.1427 F12 1.99979 F13 -4
-STDOUT_498=0 F1 -2.40673 F4 0.0283499 F7 4.0933 F8 -7.857 F9 -9.5275 F10 1.39518 F11 9.1427 F12 -1.99979 F13 4
-STDOUT_499=1 F1 2.72412 F4 -0.72823 F7 -1.3098 F8 2.6615 F9 5.7413 F10 -1.53701 F11 -11.1319 F12 1.99979 F13 -4
-STDOUT_500=0 F1 -2.72412 F4 0.72823 F7 1.3098 F8 -2.6615 F9 -5.7413 F10 1.53701 F11 11.1319 F12 -1.99979 F13 4
-STDOUT_501=1 F1 1.95064 F4 1.2158 F7 -12.5495 F8 22.7945 F9 15.5295 F10 5.9531 F11 -11.8604 F12 -0.999941 F13 -6
-STDOUT_502=0 F1 -1.95064 F4 -1.2158 F7 12.5495 F8 -22.7945 F9 -15.5295 F10 -5.9531 F11 11.8604 F12 0.999941 F13 6
-STDOUT_503=1 F1 1.80777 F4 1.14347 F7 -12.3671 F8 22.2145 F9 15.8267 F10 5.9956 F11 -12.4786 F12 -0.999941 F13 -6
-STDOUT_504=0 F1 -1.80777 F4 -1.14347 F7 12.3671 F8 -22.2145 F9 -15.8267 F10 -5.9956 F11 12.4786 F12 0.999941 F13 6
-STDOUT_505=1 F1 2.09962 F4 1.12407 F7 -9.4082 F8 16.7827 F9 11.6673 F10 4.2793 F11 -12.5457 F13 -6
-STDOUT_506=0 F1 -2.09962 F4 -1.12407 F7 9.4082 F8 -16.7827 F9 -11.6673 F10 -4.2793 F11 12.5457 F13 6
-STDOUT_507=1 F1 1.49094 F4 0.44598 F7 -7.3858 F8 15.1087 F9 8.5417 F10 5.1524 F11 -11.7573 F12 -0.999941 F13 -5
-STDOUT_508=0 F1 -1.49094 F4 -0.44598 F7 7.3858 F8 -15.1087 F9 -8.5417 F10 -5.1524 F11 11.7573 F12 0.999941 F13 5
-STDOUT_509=1 F1 1.84576 F4 1.01672 F7 -7.3858 F8 13.1698 F9 8.5417 F10 3.727 F11 -11.7573 F12 -0.999941 F13 -5
-STDOUT_510=0 F1 -1.84576 F4 -1.01672 F7 7.3858 F8 -13.1698 F9 -8.5417 F10 -3.727 F11 11.7573 F12 0.999941 F13 5
-STDOUT_511=1 F1 1.69091 F4 0.16923 F7 -7.3858 F8 14.2497 F9 8.5417 F10 5.6575 F11 -11.7573 F12 -0.999941 F13 -5
-STDOUT_512=0 F1 -1.69091 F4 -0.16923 F7 7.3858 F8 -14.2497 F9 -8.5417 F10 -5.6575 F11 11.7573 F12 0.999941 F13 5
-STDOUT_513=1 F1 1.88262 F4 0.83387 F7 -9.4082 F8 16.5529 F9 11.6673 F10 5.8594 F11 -12.5457 F13 -6
-STDOUT_514=0 F1 -1.88262 F4 -0.83387 F7 9.4082 F8 -16.5529 F9 -11.6673 F10 -5.8594 F11 12.5457 F13 6
-STDOUT_515=1 F1 2.11389 F4 1.08282 F7 -9.4082 F8 15.3554 F9 11.6673 F10 4.8727 F11 -12.5457 F13 -6
-STDOUT_516=0 F1 -2.11389 F4 -1.08282 F7 9.4082 F8 -15.3554 F9 -11.6673 F10 -4.8727 F11 12.5457 F13 6
-STDOUT_517=1 F1 1.59247 F4 0.91127 F7 -9.4082 F8 18.1178 F9 11.6673 F10 5.8448 F11 -12.5457 F12 -0.999941 F13 -6
-STDOUT_518=0 F1 -1.59247 F4 -0.91127 F7 9.4082 F8 -18.1178 F9 -11.6673 F10 -5.8448 F11 12.5457 F12 0.999941 F13 6
-STDOUT_519=1 F1 1.34553 F4 0.70373 F7 -8.3049 F8 16.2006 F9 10.3314 F10 4.268 F11 -9.4777 F12 -0.999941 F13 -4
-STDOUT_520=0 F1 -1.34553 F4 -0.70373 F7 8.3049 F8 -16.2006 F9 -10.3314 F10 -4.268 F11 9.4777 F12 0.999941 F13 4
-STDOUT_521=1 F1 2.09631 F4 1.24892 F7 -9.4082 F8 14.7146 F9 11.6673 F10 4.5188 F11 -12.5457 F13 -6
-STDOUT_522=0 F1 -2.09631 F4 -1.24892 F7 9.4082 F8 -14.7146 F9 -11.6673 F10 -4.5188 F11 12.5457 F13 6
-STDOUT_523=1 F1 1.66503 F4 1.17061 F7 -9.4082 F8 16.3801 F9 11.6673 F10 4.5892 F11 -12.5457 F12 -0.999941 F13 -6
-STDOUT_524=0 F1 -1.66503 F4 -1.17061 F7 9.4082 F8 -16.3801 F9 -11.6673 F10 -4.5892 F11 12.5457 F12 0.999941 F13 6
-STDOUT_525=1 F1 1.15397 F4 0.79856 F7 -8.3049 F8 15.8881 F9 10.3314 F10 4.6547 F11 -9.4777 F12 -0.999941 F13 -4
-STDOUT_526=0 F1 -1.15397 F4 -0.79856 F7 8.3049 F8 -15.8881 F9 -10.3314 F10 -4.6547 F11 9.4777 F12 0.999941 F13 4
-STDOUT_527=1 F1 1.77503 F4 0.98957 F7 -9.4082 F8 16.2941 F9 11.6673 F10 5.6908 F11 -12.5457 F13 -6
-STDOUT_528=0 F1 -1.77503 F4 -0.98957 F7 9.4082 F8 -16.2941 F9 -11.6673 F10 -5.6908 F11 12.5457 F13 6
-STDOUT_529=1 F1 1.36164 F4 0.85943 F7 -8.3049 F8 15.9089 F9 10.3314 F10 3.609 F11 -9.4777 F12 -0.999941 F13 -4
-STDOUT_530=0 F1 -1.36164 F4 -0.85943 F7 8.3049 F8 -15.9089 F9 -10.3314 F10 -3.609 F11 9.4777 F12 0.999941 F13 4
-STDOUT_531=1 F1 2.0459 F4 0.92893 F7 -7.3858 F8 11.9869 F9 8.5417 F10 3.9269 F11 -11.7573 F13 -5
-STDOUT_532=0 F1 -2.0459 F4 -0.92893 F7 7.3858 F8 -11.9869 F9 -8.5417 F10 -3.9269 F11 11.7573 F13 5
-STDOUT_533=1 F1 1.84737 F4 0.83388 F7 -10.3447 F8 19.1048 F9 12.7011 F10 5.2183 F11 -11.6902 F12 -0.999941 F13 -5
-STDOUT_534=0 F1 -1.84737 F4 -0.83388 F7 10.3447 F8 -19.1048 F9 -12.7011 F10 -5.2183 F11 11.6902 F12 0.999941 F13 5
-STDOUT_535=1 F1 2.31354 F4 1.21799 F7 -9.4082 F8 16.2106 F9 11.6673 F10 4.2388 F11 -12.5457 F13 -6
-STDOUT_536=0 F1 -2.31354 F4 -1.21799 F7 9.4082 F8 -16.2106 F9 -11.6673 F10 -4.2388 F11 12.5457 F13 6
-STDOUT_537=1 F1 2.13591 F4 0.93933 F7 -7.3858 F8 11.6049 F9 8.5417 F10 3.7415 F11 -11.7573 F13 -5
-STDOUT_538=0 F1 -2.13591 F4 -0.93933 F7 7.3858 F8 -11.6049 F9 -8.5417 F10 -3.7415 F11 11.7573 F13 5
-STDOUT_539=1 F1 2.00581 F4 1.46148 F7 -9.4082 F8 17.1347 F9 11.6673 F10 3.8704 F11 -12.5457 F12 -0.999941 F13 -6
-STDOUT_540=0 F1 -2.00581 F4 -1.46148 F7 9.4082 F8 -17.1347 F9 -11.6673 F10 -3.8704 F11 12.5457 F12 0.999941 F13 6
-STDOUT_541=1 F1 1.63207 F4 0.60168 F7 -7.3858 F8 15.0081 F9 8.5417 F10 5.0675 F11 -11.7573 F12 -0.999941 F13 -5
-STDOUT_542=0 F1 -1.63207 F4 -0.60168 F7 7.3858 F8 -15.0081 F9 -8.5417 F10 -5.0675 F11 11.7573 F12 0.999941 F13 5
-STDOUT_543=1 F1 1.77503 F4 0.98957 F7 -9.4082 F8 16.2941 F9 11.6673 F10 5.6908 F11 -12.5457 F13 -6
-STDOUT_544=0 F1 -1.77503 F4 -0.98957 F7 9.4082 F8 -16.2941 F9 -11.6673 F10 -5.6908 F11 12.5457 F13 6
-STDOUT_545=1 F1 1.75099 F4 1.08063 F7 -12.5495 F8 21.9393 F9 15.5295 F10 6.587 F11 -11.8604 F12 -0.999941 F13 -6
-STDOUT_546=0 F1 -1.75099 F4 -1.08063 F7 12.5495 F8 -21.9393 F9 -15.5295 F10 -6.587 F11 11.8604 F12 0.999941 F13 6
-STDOUT_547=1 F1 1.1856 F4 0.91233 F7 -8.3049 F8 13.8354 F9 10.3314 F10 4.302 F11 -9.4776 F12 -0.999941 F13 -4
-STDOUT_548=0 F1 -1.1856 F4 -0.91233 F7 8.3049 F8 -13.8354 F9 -10.3314 F10 -4.302 F11 9.4776 F12 0.999941 F13 4
-STDOUT_549=1 F1 2.00581 F4 1.46148 F7 -9.4082 F8 17.1347 F9 11.6673 F10 3.8704 F11 -12.5457 F12 -0.999941 F13 -6
-STDOUT_550=0 F1 -2.00581 F4 -1.46148 F7 9.4082 F8 -17.1347 F9 -11.6673 F10 -3.8704 F11 12.5457 F12 0.999941 F13 6
-STDOUT_551=1 F1 1.88262 F4 0.83387 F7 -9.4082 F8 16.5529 F9 11.6673 F10 5.8594 F11 -12.5457 F13 -6
-STDOUT_552=0 F1 -1.88262 F4 -0.83387 F7 9.4082 F8 -16.5529 F9 -11.6673 F10 -5.8594 F11 12.5457 F13 6
-STDOUT_553=1 F1 1.86334 F4 0.85062 F7 -7.3858 F8 13.8106 F9 8.5417 F10 4.0808 F11 -11.7573 F12 -0.999941 F13 -5
-STDOUT_554=0 F1 -1.86334 F4 -0.85062 F7 7.3858 F8 -13.8106 F9 -8.5417 F10 -4.0808 F11 11.7573 F12 0.999941 F13 5
-STDOUT_555=1 F1 1.77503 F4 0.98957 F7 -9.4082 F8 16.2941 F9 11.6673 F10 5.6908 F11 -12.5457 F13 -6
-STDOUT_556=0 F1 -1.77503 F4 -0.98957 F7 9.4082 F8 -16.2941 F9 -11.6673 F10 -5.6908 F11 12.5457 F13 6
-STDOUT_557=1 F1 1.02708 F4 0.74297 F7 -5.1635 F8 10.0139 F9 6.4692 F10 3.5598 F11 -10.1629 F12 -0.999941 F13 -4
-STDOUT_558=0 F1 -1.02708 F4 -0.74297 F7 5.1635 F8 -10.0139 F9 -6.4692 F10 -3.5598 F11 10.1629 F12 0.999941 F13 4
-STDOUT_559=1 F1 1.34553 F4 0.70373 F7 -8.3049 F8 16.2006 F9 10.3314 F10 4.268 F11 -9.4777 F12 -0.999941 F13 -4
-STDOUT_560=0 F1 -1.34553 F4 -0.70373 F7 8.3049 F8 -16.2006 F9 -10.3314 F10 -4.268 F11 9.4777 F12 0.999941 F13 4
-STDOUT_561=1 F1 2.0459 F4 0.92893 F7 -7.3858 F8 11.9869 F9 8.5417 F10 3.9269 F11 -11.7573 F13 -5
-STDOUT_562=0 F1 -2.0459 F4 -0.92893 F7 7.3858 F8 -11.9869 F9 -8.5417 F10 -3.9269 F11 11.7573 F13 5
-STDOUT_563=1 F1 2.0459 F4 0.92893 F7 -7.3858 F8 11.9869 F9 8.5417 F10 3.9269 F11 -11.7573 F13 -5
-STDOUT_564=0 F1 -2.0459 F4 -0.92893 F7 7.3858 F8 -11.9869 F9 -8.5417 F10 -3.9269 F11 11.7573 F13 5
-STDOUT_565=1 F1 2.20595 F4 1.37369 F7 -9.4082 F8 15.9518 F9 11.6673 F10 4.0703 F11 -12.5457 F13 -6
-STDOUT_566=0 F1 -2.20595 F4 -1.37369 F7 9.4082 F8 -15.9518 F9 -11.6673 F10 -4.0703 F11 12.5457 F13 6
-STDOUT_567=1 F1 1.38524 F4 1.0475 F7 -8.3049 F8 14.6906 F9 10.3314 F10 3.6681 F11 -9.4777 F12 -0.999941 F13 -4
-STDOUT_568=0 F1 -1.38524 F4 -1.0475 F7 8.3049 F8 -14.6906 F9 -10.3314 F10 -3.6681 F11 9.4777 F12 0.999941 F13 4
-STDOUT_569=1 F1 1.69091 F4 0.16923 F7 -7.3858 F8 14.2497 F9 8.5417 F10 5.6575 F11 -11.7573 F12 -0.999941 F13 -5
-STDOUT_570=0 F1 -1.69091 F4 -0.16923 F7 7.3858 F8 -14.2497 F9 -8.5417 F10 -5.6575 F11 11.7573 F12 0.999941 F13 5
-STDOUT_571=1 F1 1.38524 F4 1.0475 F7 -8.3049 F8 14.6906 F9 10.3314 F10 3.6681 F11 -9.4777 F12 -0.999941 F13 -4
-STDOUT_572=0 F1 -1.38524 F4 -1.0475 F7 8.3049 F8 -14.6906 F9 -10.3314 F10 -3.6681 F11 9.4777 F12 0.999941 F13 4
-STDOUT_573=1 F1 0.84635 F4 0.89686 F7 -7.186 F8 13.2242 F9 9.5948 F10 4.422 F11 -10.9513 F12 -0.999941 F13 -5
-STDOUT_574=0 F1 -0.84635 F4 -0.89686 F7 7.186 F8 -13.2242 F9 -9.5948 F10 -4.422 F11 10.9513 F12 0.999941 F13 5
-STDOUT_575=1 F1 1.86468 F4 1.30578 F7 -9.4082 F8 17.2353 F9 11.6673 F10 3.9553 F11 -12.5457 F12 -0.999941 F13 -6
-STDOUT_576=0 F1 -1.86468 F4 -1.30578 F7 9.4082 F8 -17.2353 F9 -11.6673 F10 -3.9553 F11 12.5457 F12 0.999941 F13 6
-STDOUT_577=1 F1 1.65131 F4 0.47882 F7 -9.4082 F8 17.3594 F9 11.6673 F10 6.4348 F11 -12.5457 F12 -0.999941 F13 -6
-STDOUT_578=0 F1 -1.65131 F4 -0.47882 F7 9.4082 F8 -17.3594 F9 -11.6673 F10 -6.4348 F11 12.5457 F12 0.999941 F13 6
-STDOUT_579=1 F1 1.43186 F4 1.07938 F7 -8.3049 F8 14.9567 F9 10.3314 F10 3.9699 F11 -9.4777 F12 -1.99984 F13 -4
-STDOUT_580=0 F1 -1.43186 F4 -1.07938 F7 8.3049 F8 -14.9567 F9 -10.3314 F10 -3.9699 F11 9.4777 F12 1.99984 F13 4
-STDOUT_581=1 F1 0.9719 F4 0.49728 F7 -8.3049 F8 15.6737 F9 10.3314 F10 5.6425 F11 -9.4776 F12 -0.999941 F13 -4
-STDOUT_582=0 F1 -0.9719 F4 -0.49728 F7 8.3049 F8 -15.6737 F9 -10.3314 F10 -5.6425 F11 9.4776 F12 0.999941 F13 4
-STDOUT_583=1 F1 1.85096 F4 0.61399 F7 -9.4082 F8 18.2146 F9 11.6673 F10 5.8009 F11 -12.5457 F12 -0.999941 F13 -6
-STDOUT_584=0 F1 -1.85096 F4 -0.61399 F7 9.4082 F8 -18.2146 F9 -11.6673 F10 -5.8009 F11 12.5457 F12 0.999941 F13 6
-STDOUT_585=1 F1 2.29596 F4 1.38409 F7 -9.4082 F8 15.5698 F9 11.6673 F10 3.8849 F11 -12.5457 F13 -6
-STDOUT_586=0 F1 -2.29596 F4 -1.38409 F7 9.4082 F8 -15.5698 F9 -11.6673 F10 -3.8849 F11 12.5457 F13 6
-STDOUT_587=1 F1 1.86468 F4 1.30578 F7 -9.4082 F8 17.2353 F9 11.6673 F10 3.9553 F11 -12.5457 F12 -0.999941 F13 -6
-STDOUT_588=0 F1 -1.86468 F4 -1.30578 F7 9.4082 F8 -17.2353 F9 -11.6673 F10 -3.9553 F11 12.5457 F12 0.999941 F13 6
-STDOUT_589=1 F1 1.75099 F4 1.08063 F7 -12.5495 F8 21.9393 F9 15.5295 F10 6.587 F11 -11.8604 F12 -0.999941 F13 -6
-STDOUT_590=0 F1 -1.75099 F4 -1.08063 F7 12.5495 F8 -21.9393 F9 -15.5295 F10 -6.587 F11 11.8604 F12 0.999941 F13 6
-STDOUT_591=1 F1 2.02339 F4 1.29538 F7 -9.4082 F8 17.7755 F9 11.6673 F10 4.2242 F11 -12.5457 F12 -0.999941 F13 -6
-STDOUT_592=0 F1 -2.02339 F4 -1.29538 F7 9.4082 F8 -17.7755 F9 -11.6673 F10 -4.2242 F11 12.5457 F12 0.999941 F13 6
-STDOUT_593=1 F1 1.92222 F4 0.52428 F7 -7.3858 F8 13.4432 F9 8.5417 F10 5.0821 F11 -11.7573 F13 -5
-STDOUT_594=0 F1 -1.92222 F4 -0.52428 F7 7.3858 F8 -13.4432 F9 -8.5417 F10 -5.0821 F11 11.7573 F13 5
-STDOUT_595=1 F1 0.95433 F4 0.66339 F7 -8.3049 F8 15.0329 F9 10.3314 F10 5.2886 F11 -9.4776 F12 -0.999941 F13 -4
-STDOUT_596=0 F1 -0.95433 F4 -0.66339 F7 8.3049 F8 -15.0329 F9 -10.3314 F10 -5.2886 F11 9.4776 F12 0.999941 F13 4
-STDOUT_597=1 F1 2.15349 F4 0.77323 F7 -7.3858 F8 12.2457 F9 8.5417 F10 4.0954 F11 -11.7573 F13 -5
-STDOUT_598=0 F1 -2.15349 F4 -0.77323 F7 7.3858 F8 -12.2457 F9 -8.5417 F10 -4.0954 F11 11.7573 F13 5
-STDOUT_599=1 F1 1.18713 F4 1.18773 F7 -7.186 F8 13.9788 F9 9.5948 F10 3.7032 F11 -10.9513 F12 -0.999941 F13 -5
-STDOUT_600=0 F1 -1.18713 F4 -1.18773 F7 7.186 F8 -13.9788 F9 -9.5948 F10 -3.7032 F11 10.9513 F12 0.999941 F13 5
-STDOUT_601=1 F1 -0.37592 F4 -0.0885999 F7 -6.1812 F8 9.7604 F9 19.7165 F10 -0.3052 F11 -2.2044 F13 -4
-STDOUT_602=0 F1 0.37592 F4 0.0885999 F7 6.1812 F8 -9.7604 F9 -19.7165 F10 0.3052 F11 2.2044 F13 4
-STDOUT_603=1 F1 -0.37898 F4 -0.178 F7 -6.1812 F8 9.9335 F9 19.7165 F10 -0.5792 F11 -2.2044 F12 0.999889 F13 -4
-STDOUT_604=0 F1 0.37898 F4 0.178 F7 6.1812 F8 -9.9335 F9 -19.7165 F10 0.5792 F11 2.2044 F12 -0.999889 F13 4
-STDOUT_605=1 F1 -0.45828 F4 -0.20467 F7 -4.0264 F8 8.7275 F9 16.7379 F10 -0.0948 F11 -3.1251 F13 -3
-STDOUT_606=0 F1 0.45828 F4 0.20467 F7 4.0264 F8 -8.7275 F9 -16.7379 F10 0.0948 F11 3.1251 F13 3
-STDOUT_607=1 F1 -0.4331 F4 -0.32172 F7 -6.1813 F8 10.5563 F9 19.7165 F10 0.7507 F11 -2.2044 F13 -4
-STDOUT_608=0 F1 0.4331 F4 0.32172 F7 6.1813 F8 -10.5563 F9 -19.7165 F10 -0.7507 F11 2.2044 F13 4
-STDOUT_609=1 F1 -0.42686 F4 -0.32983 F7 -4.0264 F8 7.8397 F9 16.7379 F10 -0.686701 F11 -3.1251 F12 0.999941 F13 -3
-STDOUT_610=0 F1 0.42686 F4 0.32983 F7 4.0264 F8 -7.8397 F9 -16.7379 F10 0.686701 F11 3.1251 F12 -0.999941 F13 3
-STDOUT_611=1 F1 -0.0629702 F4 -0.0688698 F7 -4.0264 F8 7.1533 F9 16.7379 F10 -0.5772 F11 -3.1251 F13 -3
-STDOUT_612=0 F1 0.0629702 F4 0.0688698 F7 4.0264 F8 -7.1533 F9 -16.7379 F10 0.5772 F11 3.1251 F13 3
-STDOUT_613=1 F1 -0.39944 F4 -0.0688698 F7 -3.5213 F8 7.2607 F9 15.6989 F10 -0.905701 F11 -4.0833 F13 -3
-STDOUT_614=0 F1 0.39944 F4 0.0688698 F7 3.5213 F8 -7.2607 F9 -15.6989 F10 0.905701 F11 4.0833 F13 3
-STDOUT_615=1 F1 -0.02842 F4 -0.0864599 F7 -8.7877 F8 15.0332 F9 24.197 F10 1.598 F11 -4.5391 F13 -5
-STDOUT_616=0 F1 0.02842 F4 0.0864599 F7 8.7877 F8 -15.0332 F9 -24.197 F10 -1.598 F11 4.5391 F13 5
-STDOUT_617=1 F1 0.17091 F4 0.10055 F7 -4.0264 F8 7.2658 F9 14.616 F10 0.0885992 F11 -3.1251 F13 -3
-STDOUT_618=0 F1 -0.17091 F4 -0.10055 F7 4.0264 F8 -7.2658 F9 -14.616 F10 -0.0885992 F11 3.1251 F13 3
-STDOUT_619=1 F1 0.0809698 F4 0.44196 F7 -4.0264 F8 5.1946 F9 16.7379 F10 -1.1938 F11 -3.1251 F12 -0.999889 F13 -3
-STDOUT_620=0 F1 -0.0809698 F4 -0.44196 F7 4.0264 F8 -5.1946 F9 -16.7379 F10 1.1938 F11 3.1251 F12 0.999889 F13 3
-STDOUT_621=1 F1 -0.0629702 F4 -0.0688698 F7 -4.0264 F8 7.1533 F9 16.7379 F10 -0.5772 F11 -3.1251 F13 -3
-STDOUT_622=0 F1 0.0629702 F4 0.0688698 F7 4.0264 F8 -7.1533 F9 -16.7379 F10 0.5772 F11 3.1251 F13 3
-STDOUT_623=1 F1 0.16583 F4 -0.0864599 F7 -8.78761 F8 15.0964 F9 24.197 F10 1.8359 F11 -4.5391 F13 -5
-STDOUT_624=0 F1 -0.16583 F4 0.0864599 F7 8.78761 F8 -15.0964 F9 -24.197 F10 -1.8359 F11 4.5391 F13 5
-STDOUT_625=1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
-STDOUT_626=0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
-STDOUT_627=1 F1 -0.44718 F4 -0.24621 F7 -6.1812 F8 10.5824 F9 19.7165 F10 0.4931 F11 -2.2044 F13 -4
-STDOUT_628=0 F1 0.44718 F4 0.24621 F7 6.1812 F8 -10.5824 F9 -19.7165 F10 -0.4931 F11 2.2044 F13 4
-STDOUT_629=1 F1 -0.41865 F4 -0.0352499 F7 -4.0264 F8 8.7768 F9 14.616 F10 0.3332 F11 -3.1251 F13 -3
-STDOUT_630=0 F1 0.41865 F4 0.0352499 F7 4.0264 F8 -8.7768 F9 -14.616 F10 -0.3332 F11 3.1251 F13 3
-STDOUT_631=1 F1 -0.37592 F4 -0.0885999 F7 -6.1812 F8 9.7604 F9 19.7165 F10 -0.3052 F11 -2.2044 F13 -4
-STDOUT_632=0 F1 0.37592 F4 0.0885999 F7 6.1812 F8 -9.7604 F9 -19.7165 F10 0.3052 F11 2.2044 F13 4
-STDOUT_633=1 F1 -0.46871 F4 0.0559402 F7 -6.1812 F8 9.6499 F9 19.7165 F10 0.9095 F11 -2.2044 F12 -0.999889 F13 -4
-STDOUT_634=0 F1 0.46871 F4 -0.0559402 F7 6.1812 F8 -9.6499 F9 -19.7165 F10 -0.9095 F11 2.2044 F12 0.999889 F13 4
-STDOUT_635=1 F1 -0.46225 F4 -0.22511 F7 -4.0264 F8 8.1201 F9 14.616 F10 0.5224 F11 -3.1251 F12 0.999941 F13 -3
-STDOUT_636=0 F1 0.46225 F4 0.22511 F7 4.0264 F8 -8.1201 F9 -14.616 F10 -0.5224 F11 3.1251 F12 -0.999941 F13 3
-STDOUT_637=1 F1 -0.0640302 F4 0.2912 F7 -8.78761 F8 14.1268 F9 24.197 F10 1.7568 F11 -4.5391 F12 -0.999889 F13 -5
-STDOUT_638=0 F1 0.0640302 F4 -0.2912 F7 8.78761 F8 -14.1268 F9 -24.197 F10 -1.7568 F11 4.5391 F12 0.999889 F13 5
-STDOUT_639=1 F1 0.18972 F4 0.34637 F7 -7.8897 F8 9.5997 F9 18.1293 F10 2.9744 F11 0.3673 F12 -0.999889 F13 -3
-STDOUT_640=0 F1 -0.18972 F4 -0.34637 F7 7.8897 F8 -9.5997 F9 -18.1293 F10 -2.9744 F11 -0.3673 F12 0.999889 F13 3
-STDOUT_641=1 F1 -0.16556 F4 0.10055 F7 -3.5213 F8 7.3732 F9 13.577 F10 -0.239901 F11 -4.0833 F13 -3
-STDOUT_642=0 F1 0.16556 F4 -0.10055 F7 3.5213 F8 -7.3732 F9 -13.577 F10 0.239901 F11 4.0833 F13 3
-STDOUT_643=1 F1 -0.21039 F4 -0.05477 F7 -6.1812 F8 10.1381 F9 19.7165 F10 0.4164 F11 -2.2044 F12 -0.999889 F13 -4
-STDOUT_644=0 F1 0.21039 F4 0.05477 F7 6.1812 F8 -10.1381 F9 -19.7165 F10 -0.4164 F11 2.2044 F12 0.999889 F13 4
-STDOUT_645=1 F1 -0.0315504 F4 -0.19403 F7 -4.0264 F8 6.2655 F9 16.7379 F10 -1.1692 F11 -3.1251 F12 0.999941 F13 -3
-STDOUT_646=0 F1 0.0315504 F4 0.19403 F7 4.0264 F8 -6.2655 F9 -16.7379 F10 1.1692 F11 3.1251 F12 -0.999941 F13 3
-STDOUT_647=1 F1 -0.02842 F4 -0.0864599 F7 -8.7877 F8 15.0332 F9 24.197 F10 1.598 F11 -4.5391 F13 -5
-STDOUT_648=0 F1 0.02842 F4 0.0864599 F7 8.7877 F8 -15.0332 F9 -24.197 F10 -1.598 F11 4.5391 F13 5
-STDOUT_649=1 F1 -0.37898 F4 -0.178 F7 -6.1812 F8 9.9335 F9 19.7165 F10 -0.5792 F11 -2.2044 F12 0.999889 F13 -4
-STDOUT_650=0 F1 0.37898 F4 0.178 F7 6.1812 F8 -9.9335 F9 -19.7165 F10 0.5792 F11 2.2044 F12 -0.999889 F13 4
-STDOUT_651=1 F1 -0.26633 F4 -0.63586 F7 -4.0264 F8 7.9719 F9 16.7379 F10 -0.488501 F11 -3.1251 F12 0.999941 F13 -3
-STDOUT_652=0 F1 0.26633 F4 0.63586 F7 4.0264 F8 -7.9719 F9 -16.7379 F10 0.488501 F11 3.1251 F12 -0.999941 F13 3
-STDOUT_653=1 F1 -0.0233302 F4 0.10055 F7 -4.0264 F8 7.2026 F9 14.616 F10 -0.149301 F11 -3.1251 F13 -3
-STDOUT_654=0 F1 0.0233302 F4 -0.10055 F7 4.0264 F8 -7.2026 F9 -14.616 F10 0.149301 F11 3.1251 F13 3
-STDOUT_655=1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
-STDOUT_656=0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
-STDOUT_657=1 F1 -0.46871 F4 0.0559402 F7 -6.1812 F8 9.6499 F9 19.7165 F10 0.9095 F11 -2.2044 F12 -0.999889 F13 -4
-STDOUT_658=0 F1 0.46871 F4 -0.0559402 F7 6.1812 F8 -9.6499 F9 -19.7165 F10 -0.9095 F11 2.2044 F12 0.999889 F13 4
-STDOUT_659=1 F1 0.17091 F4 0.10055 F7 -4.0264 F8 7.2658 F9 14.616 F10 0.0885992 F11 -3.1251 F13 -3
-STDOUT_660=0 F1 -0.17091 F4 -0.10055 F7 4.0264 F8 -7.2658 F9 -14.616 F10 -0.0885992 F11 3.1251 F13 3
-STDOUT_661=1 F1 -0.31435 F4 0.30616 F7 -4.0264 F8 6.7688 F9 16.7379 F10 -0.7113 F11 -3.1251 F12 -0.999889 F13 -3
-STDOUT_662=0 F1 0.31435 F4 -0.30616 F7 4.0264 F8 -6.7688 F9 -16.7379 F10 0.7113 F11 3.1251 F12 0.999889 F13 3
-STDOUT_663=1 F1 -0.0640302 F4 0.2912 F7 -8.78761 F8 14.1268 F9 24.197 F10 1.7568 F11 -4.5391 F12 -0.999889 F13 -5
-STDOUT_664=0 F1 0.0640302 F4 -0.2912 F7 8.78761 F8 -14.1268 F9 -24.197 F10 -1.7568 F11 4.5391 F12 0.999889 F13 5
-STDOUT_665=1 F1 -0.26633 F4 -0.63586 F7 -4.0264 F8 7.9719 F9 16.7379 F10 -0.488501 F11 -3.1251 F12 0.999941 F13 -3
-STDOUT_666=0 F1 0.26633 F4 0.63586 F7 4.0264 F8 -7.9719 F9 -16.7379 F10 0.488501 F11 3.1251 F12 -0.999941 F13 3
-STDOUT_667=1 F1 -0.31435 F4 0.30616 F7 -4.0264 F8 6.7688 F9 16.7379 F10 -0.7113 F11 -3.1251 F12 -0.999889 F13 -3
-STDOUT_668=0 F1 0.31435 F4 -0.30616 F7 4.0264 F8 -6.7688 F9 -16.7379 F10 0.7113 F11 3.1251 F12 0.999889 F13 3
-STDOUT_669=1 F1 -0.0315504 F4 -0.19403 F7 -4.0264 F8 6.2655 F9 16.7379 F10 -1.1692 F11 -3.1251 F12 0.999941 F13 -3
-STDOUT_670=0 F1 0.0315504 F4 0.19403 F7 4.0264 F8 -6.2655 F9 -16.7379 F10 1.1692 F11 3.1251 F12 -0.999941 F13 3
-STDOUT_671=1 F1 -0.0394402 F4 0.0784502 F7 -8.78761 F8 14.8862 F9 24.197 F10 1.6144 F11 -4.5391 F12 -0.999889 F13 -5
-STDOUT_672=0 F1 0.0394402 F4 -0.0784502 F7 8.78761 F8 -14.8862 F9 -24.197 F10 -1.6144 F11 4.5391 F12 0.999889 F13 5
-STDOUT_673=1 F1 -0.37592 F4 -0.0885999 F7 -6.1812 F8 9.7604 F9 19.7165 F10 -0.3052 F11 -2.2044 F13 -4
-STDOUT_674=0 F1 0.37592 F4 0.0885999 F7 6.1812 F8 -9.7604 F9 -19.7165 F10 0.3052 F11 2.2044 F13 4
-STDOUT_675=1 F1 0.0809698 F4 0.44196 F7 -4.0264 F8 5.1946 F9 16.7379 F10 -1.1938 F11 -3.1251 F12 -0.999889 F13 -3
-STDOUT_676=0 F1 -0.0809698 F4 -0.44196 F7 4.0264 F8 -5.1946 F9 -16.7379 F10 1.1938 F11 3.1251 F12 0.999889 F13 3
-STDOUT_677=1 F1 -0.0324502 F4 -0.46645 F7 -4.0264 F8 8.0844 F9 14.616 F10 0.1774 F11 -3.1251 F12 0.999941 F13 -3
-STDOUT_678=0 F1 0.0324502 F4 0.46645 F7 4.0264 F8 -8.0844 F9 -14.616 F10 -0.1774 F11 3.1251 F12 -0.999941 F13 3
-STDOUT_679=1 F1 -0.3649 F4 -0.25351 F7 -6.1813 F8 9.9074 F9 19.7165 F10 -0.3216 F11 -2.2044 F12 0.999889 F13 -4
-STDOUT_680=0 F1 0.3649 F4 0.25351 F7 6.1813 F8 -9.9074 F9 -19.7165 F10 0.3216 F11 2.2044 F12 -0.999889 F13 4
-STDOUT_681=1 F1 -0.61992 F4 -0.10367 F7 -4.0264 F8 8.3562 F9 14.616 F10 -0.0968008 F11 -3.1251 F13 -3
-STDOUT_682=0 F1 0.61992 F4 0.10367 F7 4.0264 F8 -8.3562 F9 -14.616 F10 0.0968008 F11 3.1251 F13 3
-STDOUT_683=1 F1 -0.0324502 F4 -0.46645 F7 -4.0264 F8 8.0844 F9 14.616 F10 0.1774 F11 -3.1251 F12 0.999941 F13 -3
-STDOUT_684=0 F1 0.0324502 F4 0.46645 F7 4.0264 F8 -8.0844 F9 -14.616 F10 -0.1774 F11 3.1251 F12 -0.999941 F13 3
-STDOUT_685=1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
-STDOUT_686=0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
-STDOUT_687=1 F1 -0.16865 F4 -0.9844 F7 -6.1812 F8 10.9184 F9 19.7165 F10 0.4931 F11 -2.2044 F13 -4
-STDOUT_688=0 F1 0.16865 F4 0.9844 F7 6.1812 F8 -10.9184 F9 -19.7165 F10 -0.4931 F11 2.2044 F13 4
-STDOUT_689=1 F1 -0.31435 F4 0.30616 F7 -4.0264 F8 6.7688 F9 16.7379 F10 -0.7113 F11 -3.1251 F12 -0.999889 F13 -3
-STDOUT_690=0 F1 0.31435 F4 -0.30616 F7 4.0264 F8 -6.7688 F9 -16.7379 F10 0.7113 F11 3.1251 F12 0.999889 F13 3
-STDOUT_691=1 F1 -0.37388 F4 0.17606 F7 -3.5213 F8 7.3361 F9 13.577 F10 -0.735401 F11 -4.0833 F13 -3
-STDOUT_692=0 F1 0.37388 F4 -0.17606 F7 3.5213 F8 -7.3361 F9 -13.577 F10 0.735401 F11 4.0833 F13 3
-STDOUT_693=1 F1 -0.43272 F4 0.0402601 F7 -4.0264 F8 8.8029 F9 14.616 F10 0.0754995 F11 -3.1251 F13 -3
-STDOUT_694=0 F1 0.43272 F4 -0.0402601 F7 4.0264 F8 -8.8029 F9 -14.616 F10 -0.0754995 F11 3.1251 F13 3
-STDOUT_695=1 F1 -0.0425 F4 -0.0109499 F7 -8.78761 F8 15.0593 F9 24.197 F10 1.3404 F11 -4.5391 F13 -5
-STDOUT_696=0 F1 0.0425 F4 0.0109499 F7 8.78761 F8 -15.0593 F9 -24.197 F10 -1.3404 F11 4.5391 F13 5
-STDOUT_697=1 F1 -0.17065 F4 -0.25351 F7 -6.1812 F8 9.9706 F9 19.7165 F10 -0.0837002 F11 -2.2044 F12 0.999889 F13 -4
-STDOUT_698=0 F1 0.17065 F4 0.25351 F7 6.1812 F8 -9.9706 F9 -19.7165 F10 0.0837002 F11 2.2044 F12 -0.999889 F13 4
-STDOUT_699=1 F1 -0.0374103 F4 0.17606 F7 -4.0264 F8 7.2287 F9 14.616 F10 -0.4069 F11 -3.1251 F13 -3
-STDOUT_700=0 F1 0.0374103 F4 -0.17606 F7 4.0264 F8 -7.2287 F9 -14.616 F10 0.4069 F11 3.1251 F13 3
-TOTAL_WALLTIME ~ 1
diff --git a/regression-testing/tests/mert.pro/weights.txt b/regression-testing/tests/mert.pro/weights.txt
deleted file mode 100644
index 0a8fcca97..000000000
--- a/regression-testing/tests/mert.pro/weights.txt
+++ /dev/null
@@ -1 +0,0 @@
-0.000488591 0.000241107 0.000561318 0.000818748 0.000750885 0.000210658 0.000893409 0.000287307 1.8763e-05 0.00088237 0.000277208 0.0671041 0.000544691 -0.926921
diff --git a/regression-testing/tests/perllib/RegTestUtils.pm b/regression-testing/tests/perllib/RegTestUtils.pm
deleted file mode 100644
index 25e7f5e53..000000000
--- a/regression-testing/tests/perllib/RegTestUtils.pm
+++ /dev/null
@@ -1,31 +0,0 @@
-#RegTestUtils.pm: for moses regression testing
-#Evan Herbst, 8 / 11 / 06
-
-use strict;
-
-package RegTestUtils;
-return 1;
-
-###############################################################
-
-#arguments: chomped line of output that gives the best hypo and various scores
-#return: a string to be compared with the correct total hypothesis score;
-# it's formatted as a double if no error, or "FORMAT ERROR" if there is one
-sub readHypoScore
-{
- my $line = shift;
- #the 0.12 is hardcoded in Hypothesis.cpp because some parsing scripts still
- #expect a comma-separated list of scores -- EVH
- if($line =~ /\[total=\s*(-?\d+\.\d+)\]/) {return $1;}
- return "FORMAT ERROR";
-}
-
-#arguments: chomped line of output that gives a time in seconds
-#return: a string to be compared with the correct time;
-# it's formatted as a double if no error, or "FORMAT ERROR" if there is one
-sub readTime
-{
- my $line = shift;
- if($line =~ /\[(\d+\.\d+)\]\s*seconds$/) {return $1;}
- return "FORMAT ERROR";
-}
diff --git a/regression-testing/tests/phrase.basic-lm-oov-withkenlm/filter-stderr.pl b/regression-testing/tests/phrase.basic-lm-oov-withkenlm/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.basic-lm-oov-withkenlm/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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-lm-oov-withkenlm/filter-stdout.pl b/regression-testing/tests/phrase.basic-lm-oov-withkenlm/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.basic-lm-oov-withkenlm/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.basic-lm-oov-withkenlm/moses.ini b/regression-testing/tests/phrase.basic-lm-oov-withkenlm/moses.ini
deleted file mode 100644
index 3c2558505..000000000
--- a/regression-testing/tests/phrase.basic-lm-oov-withkenlm/moses.ini
+++ /dev/null
@@ -1,53 +0,0 @@
-# moses.ini for regression test
-
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
-
-# language model
-[lmodel-file]
-8 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
-0.1
-
-# 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
-
-[lmodel-oov-feature]
-1
-
-
-[verbose]
-2
-
diff --git a/regression-testing/tests/phrase.basic-lm-oov-withkenlm/to-translate.txt b/regression-testing/tests/phrase.basic-lm-oov-withkenlm/to-translate.txt
deleted file mode 100644
index a505702d1..000000000
--- a/regression-testing/tests/phrase.basic-lm-oov-withkenlm/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-ich frage sie also , herr präsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschränkung des freien wettbewerbs in der europäischen union dar ?
-schaut man sich die fälligkeitspläne der ausführung des haushalts für 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 beschäftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
-das parlament will das auf zweierlei weise tun .
-nur dann werden die europäischen institutionen auch ihrem auftrag gerecht .
diff --git a/regression-testing/tests/phrase.basic-lm-oov-withkenlm/truth/results.txt b/regression-testing/tests/phrase.basic-lm-oov-withkenlm/truth/results.txt
deleted file mode 100644
index 974429d61..000000000
--- a/regression-testing/tests/phrase.basic-lm-oov-withkenlm/truth/results.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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 fälligkeitspläne 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 ~ 8.00
-PTLOAD_TIME ~ 9.00
-SCORE_1 = -14.843
-SCORE_2 = -152.932
-SCORE_3 = -277.957
-SCORE_4 = -5.995
-SCORE_5 = -7.015
-TOTAL_WALLTIME ~ 28
diff --git a/regression-testing/tests/phrase.basic-lm-oov/filter-stderr.pl b/regression-testing/tests/phrase.basic-lm-oov/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.basic-lm-oov/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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-lm-oov/filter-stdout.pl b/regression-testing/tests/phrase.basic-lm-oov/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.basic-lm-oov/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.basic-lm-oov/moses.ini b/regression-testing/tests/phrase.basic-lm-oov/moses.ini
deleted file mode 100644
index 88bbc1ee6..000000000
--- a/regression-testing/tests/phrase.basic-lm-oov/moses.ini
+++ /dev/null
@@ -1,53 +0,0 @@
-# moses.ini for regression test
-
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
-
-# language model
-[lmodel-file]
-0 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
-0.1
-
-# 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
-
-[lmodel-oov-feature]
-1
-
-
-[verbose]
-2
-
diff --git a/regression-testing/tests/phrase.basic-lm-oov/to-translate.txt b/regression-testing/tests/phrase.basic-lm-oov/to-translate.txt
deleted file mode 100644
index a505702d1..000000000
--- a/regression-testing/tests/phrase.basic-lm-oov/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-ich frage sie also , herr präsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschränkung des freien wettbewerbs in der europäischen union dar ?
-schaut man sich die fälligkeitspläne der ausführung des haushalts für 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 beschäftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
-das parlament will das auf zweierlei weise tun .
-nur dann werden die europäischen institutionen auch ihrem auftrag gerecht .
diff --git a/regression-testing/tests/phrase.basic-lm-oov/truth/results.txt b/regression-testing/tests/phrase.basic-lm-oov/truth/results.txt
deleted file mode 100644
index faca9f17b..000000000
--- a/regression-testing/tests/phrase.basic-lm-oov/truth/results.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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 fälligkeitspläne 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 ~ 8.00
-PTLOAD_TIME ~ 9.00
-SCORE_1 = -14.843
-SCORE_2 = -133.657
-SCORE_3 = -240.041
-SCORE_4 = -5.995
-SCORE_5 = -7.015
-TOTAL_WALLTIME ~ 28
diff --git a/regression-testing/tests/phrase.basic-surface-binptable/filter-stderr.pl b/regression-testing/tests/phrase.basic-surface-binptable/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.basic-surface-binptable/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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-binptable/filter-stdout.pl b/regression-testing/tests/phrase.basic-surface-binptable/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.basic-surface-binptable/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.basic-surface-binptable/moses.ini b/regression-testing/tests/phrase.basic-surface-binptable/moses.ini
deleted file mode 100644
index a1352e17c..000000000
--- a/regression-testing/tests/phrase.basic-surface-binptable/moses.ini
+++ /dev/null
@@ -1,56 +0,0 @@
-# Moses configuration file
-# automatic exodus from pharaoh.ini Wed Jul 12 18:24:14 EDT 2006
-
-###########################
-### PHARAOH CONFIG FILE ###
-###########################
-
-# phrase table f, n, p(n|f)
-[ttable-file]
-1 0 0 5 ${MODEL_PATH}/basic-surface-binptable/phrase-table.gz
-
-# language model
-[lmodel-file]
-0 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-binptable/to-translate.txt b/regression-testing/tests/phrase.basic-surface-binptable/to-translate.txt
deleted file mode 100644
index a505702d1..000000000
--- a/regression-testing/tests/phrase.basic-surface-binptable/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-ich frage sie also , herr präsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschränkung des freien wettbewerbs in der europäischen union dar ?
-schaut man sich die fälligkeitspläne der ausführung des haushalts für 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 beschäftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
-das parlament will das auf zweierlei weise tun .
-nur dann werden die europäischen institutionen auch ihrem auftrag gerecht .
diff --git a/regression-testing/tests/phrase.basic-surface-binptable/truth/results.txt b/regression-testing/tests/phrase.basic-surface-binptable/truth/results.txt
deleted file mode 100644
index 78091602c..000000000
--- a/regression-testing/tests/phrase.basic-surface-binptable/truth/results.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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 fälligkeitspläne 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 ~ 10.00
-PTLOAD_TIME ~ 10.00
-SCORE_1 = -14.843
-SCORE_2 = -133.757
-SCORE_3 = -240.241
-SCORE_4 = -5.995
-SCORE_5 = -7.015
-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
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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
deleted file mode 100644
index 271b8b34a..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/moses.ini
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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
deleted file mode 100644
index a505702d1..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-ich frage sie also , herr präsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschränkung des freien wettbewerbs in der europäischen union dar ?
-schaut man sich die fälligkeitspläne der ausführung des haushalts für 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 beschäftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
-das parlament will das auf zweierlei weise tun .
-nur dann werden die europäischen 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
deleted file mode 100644
index 2e8e3cab8..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withirstlm-binlm/truth/results.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-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 fälligkeitspläne 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
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withirstlm/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withirstlm/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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
deleted file mode 100644
index f4c6fee97..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withirstlm/moses.ini
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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
deleted file mode 100644
index a505702d1..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withirstlm/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-ich frage sie also , herr präsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschränkung des freien wettbewerbs in der europäischen union dar ?
-schaut man sich die fälligkeitspläne der ausführung des haushalts für 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 beschäftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
-das parlament will das auf zweierlei weise tun .
-nur dann werden die europäischen 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
deleted file mode 100644
index bf57182f6..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withirstlm/truth/results.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-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 fälligkeitspläne 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.basic-surface-only-withkenlm.bin/filter-stderr.pl b/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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-withkenlm.bin/filter-stdout.pl b/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/moses.ini b/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/moses.ini
deleted file mode 100644
index 25bd27173..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/moses.ini
+++ /dev/null
@@ -1,49 +0,0 @@
-# moses.ini for regression test
-
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
-
-# language model
-[lmodel-file]
-8 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-withkenlm.bin/to-translate.txt b/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/to-translate.txt
deleted file mode 100644
index a505702d1..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-ich frage sie also , herr präsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschränkung des freien wettbewerbs in der europäischen union dar ?
-schaut man sich die fälligkeitspläne der ausführung des haushalts für 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 beschäftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
-das parlament will das auf zweierlei weise tun .
-nur dann werden die europäischen institutionen auch ihrem auftrag gerecht .
diff --git a/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/truth/results.txt b/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/truth/results.txt
deleted file mode 100644
index 44a0502c8..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withkenlm.bin/truth/results.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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 fälligkeitspläne 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 ~ 8.00
-PTLOAD_TIME ~ 9.00
-SCORE_1 = -14.843
-SCORE_2 = -153.032
-SCORE_3 = -278.157
-SCORE_4 = -5.995
-SCORE_5 = -7.015
-TOTAL_WALLTIME ~ 28
diff --git a/regression-testing/tests/phrase.basic-surface-only-withkenlm/filter-stderr.pl b/regression-testing/tests/phrase.basic-surface-only-withkenlm/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withkenlm/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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-withkenlm/filter-stdout.pl b/regression-testing/tests/phrase.basic-surface-only-withkenlm/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withkenlm/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.basic-surface-only-withkenlm/moses.ini b/regression-testing/tests/phrase.basic-surface-only-withkenlm/moses.ini
deleted file mode 100644
index 25bd27173..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withkenlm/moses.ini
+++ /dev/null
@@ -1,49 +0,0 @@
-# moses.ini for regression test
-
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
-
-# language model
-[lmodel-file]
-8 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-withkenlm/to-translate.txt b/regression-testing/tests/phrase.basic-surface-only-withkenlm/to-translate.txt
deleted file mode 100644
index a505702d1..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withkenlm/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-ich frage sie also , herr präsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschränkung des freien wettbewerbs in der europäischen union dar ?
-schaut man sich die fälligkeitspläne der ausführung des haushalts für 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 beschäftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
-das parlament will das auf zweierlei weise tun .
-nur dann werden die europäischen institutionen auch ihrem auftrag gerecht .
diff --git a/regression-testing/tests/phrase.basic-surface-only-withkenlm/truth/results.txt b/regression-testing/tests/phrase.basic-surface-only-withkenlm/truth/results.txt
deleted file mode 100644
index 44a0502c8..000000000
--- a/regression-testing/tests/phrase.basic-surface-only-withkenlm/truth/results.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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 fälligkeitspläne 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 ~ 8.00
-PTLOAD_TIME ~ 9.00
-SCORE_1 = -14.843
-SCORE_2 = -153.032
-SCORE_3 = -278.157
-SCORE_4 = -5.995
-SCORE_5 = -7.015
-TOTAL_WALLTIME ~ 28
diff --git a/regression-testing/tests/phrase.basic-surface-only/filter-stderr.pl b/regression-testing/tests/phrase.basic-surface-only/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.basic-surface-only/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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/filter-stdout.pl b/regression-testing/tests/phrase.basic-surface-only/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.basic-surface-only/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.basic-surface-only/moses.ini b/regression-testing/tests/phrase.basic-surface-only/moses.ini
deleted file mode 100644
index 336b5c7b1..000000000
--- a/regression-testing/tests/phrase.basic-surface-only/moses.ini
+++ /dev/null
@@ -1,49 +0,0 @@
-# moses.ini for regression test
-
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
-
-# language model
-[lmodel-file]
-0 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/to-translate.txt b/regression-testing/tests/phrase.basic-surface-only/to-translate.txt
deleted file mode 100644
index a505702d1..000000000
--- a/regression-testing/tests/phrase.basic-surface-only/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-ich frage sie also , herr präsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschränkung des freien wettbewerbs in der europäischen union dar ?
-schaut man sich die fälligkeitspläne der ausführung des haushalts für 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 beschäftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
-das parlament will das auf zweierlei weise tun .
-nur dann werden die europäischen institutionen auch ihrem auftrag gerecht .
diff --git a/regression-testing/tests/phrase.basic-surface-only/truth/results.txt b/regression-testing/tests/phrase.basic-surface-only/truth/results.txt
deleted file mode 100644
index e17063443..000000000
--- a/regression-testing/tests/phrase.basic-surface-only/truth/results.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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 fälligkeitspläne 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 ~ 8.00
-PTLOAD_TIME ~ 9.00
-SCORE_1 = -14.843
-SCORE_2 = -133.757
-SCORE_3 = -240.241
-SCORE_4 = -5.995
-SCORE_5 = -7.015
-TOTAL_WALLTIME ~ 28
diff --git a/regression-testing/tests/phrase.confusionNet-multi-factor/filter-stderr.pl b/regression-testing/tests/phrase.confusionNet-multi-factor/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.confusionNet-multi-factor/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.confusionNet-multi-factor/filter-stdout.pl b/regression-testing/tests/phrase.confusionNet-multi-factor/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.confusionNet-multi-factor/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.confusionNet-multi-factor/moses.ini b/regression-testing/tests/phrase.confusionNet-multi-factor/moses.ini
deleted file mode 100644
index ee6c05de4..000000000
--- a/regression-testing/tests/phrase.confusionNet-multi-factor/moses.ini
+++ /dev/null
@@ -1,68 +0,0 @@
-[input-factors]
-0
-1
-
-[mapping]
-T 0
-G 0
-T 1
-
-[inputtype]
-1
-
-[lmodel-file]
-0 0 3 ${LM_PATH}/europarl.en.srilm.gz
-
-[ttable-file]
-1 0 0 5 ${MODEL_PATH}/multi-factor-binptable/phrase-table.0-0.gz
-1 1 1 5 ${MODEL_PATH}/multi-factor-binptable/phrase-table.1-1.gz
-
-# generation models: source-factors, target-factors, number-of-weights, filename
-[generation-file]
-0 1 2 ${MODEL_PATH}/multi-factor-binptable/generation.0-1.gz
-
-[weight-i]
-1.0
--1.0
-
-[weight-w]
-1.0
-
-[weight-l]
-1.0
-
-[weight-t]
-1.0
-1.0
-1.0
-1.0
-1.0
-1.0
-1.0
-1.0
-1.0
-1.0
-
-[weight-d]
-1.0
-
-[weight-generation]
-1.0
-1.0
-
-[ttable-limit]
-20
-0
-
-[beam-threshold]
-0.0003
-
-[distortion-limit]
-10
-
-[stack]
-1000
-
-[verbose]
-2
-
diff --git a/regression-testing/tests/phrase.confusionNet-multi-factor/to-translate.txt b/regression-testing/tests/phrase.confusionNet-multi-factor/to-translate.txt
deleted file mode 100644
index d08755644..000000000
--- a/regression-testing/tests/phrase.confusionNet-multi-factor/to-translate.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-damit|PROADV 1.0
-ist|VSFIN 1.0 war|VSFIN 1.0 sei|VSFIN 1.0
-der|ART 1.0 die|ART 1.0 das|ART 1.0
-arbeitsplan|NN 1.0
-
-damit|PROADV 1.0 dies|PROADV 1.0
-ist|VSFIN 1.0 war|VSFIN 1.0 sei|VSFIN 1.0 ist|VVFIN 1.0 war|VVFIN 1.0 sei|VVFIN 1.0
-der|ART 1.0 die|ART 1.0 das|ART 1.0 der|DT 1.0 die|DT 1.0 das|DT 1.0
-arbeitsplan|NN 1.0
-
-damit|PROADV 1.0 dies|PROADV 0.0
-ist|VSFIN 1.0 war|VSFIN 1.0 sei|VSFIN 1.0 dies|PROADV 0.0 das|DT 0.0
-der|ART 1.0 die|ART 1.0 das|ART 1.0 dies|PROADV 0.0
-arbeitsplan|NN 1.0 dies|PROADV 0.0
-
diff --git a/regression-testing/tests/phrase.confusionNet-multi-factor/truth/results.txt b/regression-testing/tests/phrase.confusionNet-multi-factor/truth/results.txt
deleted file mode 100644
index 49cbe55be..000000000
--- a/regression-testing/tests/phrase.confusionNet-multi-factor/truth/results.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-TRANSLATION_1=that is the order of business
-TRANSLATION_2=this is the order of business
-TRANSLATION_3=that is the order of business
-LMLOAD_TIME ~ 10.00
-PTLOAD_TIME ~ 10.00
-SCORE_1 = -93.671
-SCORE_2 = -85.300
-SCORE_3 = -93.671
-TOTAL_WALLTIME ~ 11
diff --git a/regression-testing/tests/phrase.confusionNet-surface-only/filter-stderr.pl b/regression-testing/tests/phrase.confusionNet-surface-only/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.confusionNet-surface-only/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.confusionNet-surface-only/filter-stdout.pl b/regression-testing/tests/phrase.confusionNet-surface-only/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.confusionNet-surface-only/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.confusionNet-surface-only/moses.ini b/regression-testing/tests/phrase.confusionNet-surface-only/moses.ini
deleted file mode 100644
index a18cb5934..000000000
--- a/regression-testing/tests/phrase.confusionNet-surface-only/moses.ini
+++ /dev/null
@@ -1,60 +0,0 @@
-# Moses configuration file
-# automatic exodus from pharaoh.ini Wed Jul 12 18:24:14 EDT 2006
-
-###########################
-### PHARAOH CONFIG FILE ###
-###########################
-
-# phrase table f, n, p(n|f)
-[ttable-file]
-1 0 0 5 ${MODEL_PATH}/confusionNet-surface-only/phrase-table.0-0
-
-# language model
-[lmodel-file]
-0 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
-
-[inputtype]
-1
-
-[weight-i]
-1.0
-
-[verbose]
-2
-
diff --git a/regression-testing/tests/phrase.confusionNet-surface-only/to-translate.txt b/regression-testing/tests/phrase.confusionNet-surface-only/to-translate.txt
deleted file mode 100644
index d08755644..000000000
--- a/regression-testing/tests/phrase.confusionNet-surface-only/to-translate.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-damit|PROADV 1.0
-ist|VSFIN 1.0 war|VSFIN 1.0 sei|VSFIN 1.0
-der|ART 1.0 die|ART 1.0 das|ART 1.0
-arbeitsplan|NN 1.0
-
-damit|PROADV 1.0 dies|PROADV 1.0
-ist|VSFIN 1.0 war|VSFIN 1.0 sei|VSFIN 1.0 ist|VVFIN 1.0 war|VVFIN 1.0 sei|VVFIN 1.0
-der|ART 1.0 die|ART 1.0 das|ART 1.0 der|DT 1.0 die|DT 1.0 das|DT 1.0
-arbeitsplan|NN 1.0
-
-damit|PROADV 1.0 dies|PROADV 0.0
-ist|VSFIN 1.0 war|VSFIN 1.0 sei|VSFIN 1.0 dies|PROADV 0.0 das|DT 0.0
-der|ART 1.0 die|ART 1.0 das|ART 1.0 dies|PROADV 0.0
-arbeitsplan|NN 1.0 dies|PROADV 0.0
-
diff --git a/regression-testing/tests/phrase.confusionNet-surface-only/truth/results.txt b/regression-testing/tests/phrase.confusionNet-surface-only/truth/results.txt
deleted file mode 100644
index 1e89b205e..000000000
--- a/regression-testing/tests/phrase.confusionNet-surface-only/truth/results.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-TRANSLATION_1=that is the order of business
-TRANSLATION_2=this is the order of business
-TRANSLATION_3=that is the order of business
-LMLOAD_TIME ~ 10.00
-PTLOAD_TIME ~ 10.00
-SCORE_1 = -2.966
-SCORE_2 = -2.565
-SCORE_3 = -2.966
-TOTAL_WALLTIME ~ 11
diff --git a/regression-testing/tests/phrase.consensus-decoding-surface/filter-stderr.pl b/regression-testing/tests/phrase.consensus-decoding-surface/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.consensus-decoding-surface/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.consensus-decoding-surface/filter-stdout.pl b/regression-testing/tests/phrase.consensus-decoding-surface/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.consensus-decoding-surface/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.consensus-decoding-surface/moses.ini b/regression-testing/tests/phrase.consensus-decoding-surface/moses.ini
deleted file mode 100644
index 550bc2e8f..000000000
--- a/regression-testing/tests/phrase.consensus-decoding-surface/moses.ini
+++ /dev/null
@@ -1,60 +0,0 @@
-# moses.ini for regression test
-
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
-
-# language model
-[lmodel-file]
-0 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
-
-[consensus-decoding]
-1
-
-[mbr-size]
-1000
-
-[lmbr-pruning-factor]
-100
-
-[mbr-scale]
-1
diff --git a/regression-testing/tests/phrase.consensus-decoding-surface/to-translate.txt b/regression-testing/tests/phrase.consensus-decoding-surface/to-translate.txt
deleted file mode 100644
index a505702d1..000000000
--- a/regression-testing/tests/phrase.consensus-decoding-surface/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-ich frage sie also , herr präsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschränkung des freien wettbewerbs in der europäischen union dar ?
-schaut man sich die fälligkeitspläne der ausführung des haushalts für 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 beschäftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
-das parlament will das auf zweierlei weise tun .
-nur dann werden die europäischen institutionen auch ihrem auftrag gerecht .
diff --git a/regression-testing/tests/phrase.consensus-decoding-surface/truth/results.txt b/regression-testing/tests/phrase.consensus-decoding-surface/truth/results.txt
deleted file mode 100644
index 9710951dd..000000000
--- a/regression-testing/tests/phrase.consensus-decoding-surface/truth/results.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-TRANSLATION_1=i ask you , therefore , mr president , are the different labour costs not therefore also a reduction of the free competition in the european union ?
-TRANSLATION_2=if we look at the fälligkeitspläne the implementation of the budget for the categories 2 , 3 , 4 and 7 to , we see that only an average of 8 % of all commitments by payments are met .
-TRANSLATION_3=three years ago , we have with our employment initiative started by small and medium-sized enterprises halfen , chancenkapital to obtain .
-TRANSLATION_4=parliament wants the in two ways to do .
-TRANSLATION_5=only then will the european institutions also its mandate fair .
-LMLOAD_TIME ~ 8.00
-PTLOAD_TIME ~ 9.00
-TOTAL_WALLTIME ~ 200
diff --git a/regression-testing/tests/phrase.continue-partial-translation/filter-stderr.pl b/regression-testing/tests/phrase.continue-partial-translation/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.continue-partial-translation/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.continue-partial-translation/filter-stdout.pl b/regression-testing/tests/phrase.continue-partial-translation/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.continue-partial-translation/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.continue-partial-translation/moses.ini b/regression-testing/tests/phrase.continue-partial-translation/moses.ini
deleted file mode 100644
index 2d1468e8f..000000000
--- a/regression-testing/tests/phrase.continue-partial-translation/moses.ini
+++ /dev/null
@@ -1,51 +0,0 @@
-# moses.ini for regression test
-
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
-
-# language model
-[lmodel-file]
-0 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]
-1.42658800199951
-
-# 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
-
-
-[continue-partial-translation]
-1
-
-[verbose]
-2
diff --git a/regression-testing/tests/phrase.continue-partial-translation/to-translate.txt b/regression-testing/tests/phrase.continue-partial-translation/to-translate.txt
deleted file mode 100644
index 9283512d3..000000000
--- a/regression-testing/tests/phrase.continue-partial-translation/to-translate.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-das
-keep ||| 00000 ||| das
-keep ||| 10000 ||| behalten das
-test ||| 0000 ||| raz dva tri ctyri
-two ||| 0100 ||| raz dva tri ctyri
-three ||| 0010 ||| raz dva tri ctyri
diff --git a/regression-testing/tests/phrase.continue-partial-translation/truth/results.txt b/regression-testing/tests/phrase.continue-partial-translation/truth/results.txt
deleted file mode 100644
index 8dd76dbb1..000000000
--- a/regression-testing/tests/phrase.continue-partial-translation/truth/results.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-TRANSLATION_1='
-TRANSLATION_2=keep the
-TRANSLATION_3=keep the
-TRANSLATION_4=test raz dva tri ctyri
-TRANSLATION_5=two raz tri ctyri
-TRANSLATION_6=three raz dva ctyri
-LMLOAD_TIME ~ 8.00
-PTLOAD_TIME ~ 9.00
-SCORE_1 = -17.279
-SCORE_2 = -18.098
-SCORE_3 = -18.098
-SCORE_4 = -981.521
-SCORE_5 = -739.277
-SCORE_6 = -739.277
-TOTAL_WALLTIME ~ 20
diff --git a/regression-testing/tests/phrase.lattice-distortion/CMD b/regression-testing/tests/phrase.lattice-distortion/CMD
deleted file mode 100755
index 7dcf26c8c..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/CMD
+++ /dev/null
@@ -1 +0,0 @@
-cat phrase-table | ~/moses/mosesdecoder-lattice/misc/processPhraseTable -ttable 0 0 - -nscores 2 -out phrase-table
diff --git a/regression-testing/tests/phrase.lattice-distortion/filter-nbest.pl b/regression-testing/tests/phrase.lattice-distortion/filter-nbest.pl
deleted file mode 100755
index 705fceea1..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/filter-nbest.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-$oldcode = "";
-while (<>) {
- chomp;
- ($code,$trans,$featscores,$globscores) = split(/[\s]*\|\|\|[\s]*/,$_);
- $x = 0 if $oldcode ne $code;
- $x++;
- chomp($code);
- print "TRANSLATION_${code}_NBEST_${x}=$trans ||| $featscores\n";
- $oldcode = $code;
-}
diff --git a/regression-testing/tests/phrase.lattice-distortion/filter-stderr.pl b/regression-testing/tests/phrase.lattice-distortion/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.lattice-distortion/filter-stdout.pl b/regression-testing/tests/phrase.lattice-distortion/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.lattice-distortion/moses.ini b/regression-testing/tests/phrase.lattice-distortion/moses.ini
deleted file mode 100644
index 80d4c4695..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/moses.ini
+++ /dev/null
@@ -1,64 +0,0 @@
-# Moses configuration file
-# automatic exodus from pharaoh.ini Wed Jul 12 18:24:14 EDT 2006
-
-###########################
-### PHARAOH CONFIG FILE ###
-###########################
-
-# phrase table f, n, p(n|f)
-[ttable-file]
-1 0 0 2 ${TEST_PATH}/phrase-table
-
-# language model
-[lmodel-file]
-0 0 3 ${TEST_PATH}/small.lm
-# limit on how many phrase translations e for each phrase f are loaded
-[ttable-limit]
-#ttable element load limit 0 = all elements loaded
-0
-
-# distortion (reordering) weight
-[weight-d]
-1.0
-
-# language model weight
-[weight-l]
-1.0
-
-# translation model weight (phrase translation, lexical weighting)
-[weight-t]
-0.5
-0.5
-
-# word penalty
-[weight-w]
--5.0
-
-[distortion-limit]
-25
-
-[beam-threshold]
-0.0001
-
-[input-factors]
-0
-
-[mapping]
-T 0
-
-[inputtype]
-2
-
-[weight-i]
-1.0
-
-[verbose]
-2
-
-[recover-input-path]
-1
-
-[n-best-list]
-nbest
-10
-
diff --git a/regression-testing/tests/phrase.lattice-distortion/phrase-table b/regression-testing/tests/phrase.lattice-distortion/phrase-table
deleted file mode 100644
index 48f6a1551..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/phrase-table
+++ /dev/null
@@ -1,8 +0,0 @@
-A ||| 1 ||| 0.1 0.1
-B ||| 2 ||| 0.1 0.1
-C ||| 3 ||| 0.1 0.1
-D ||| 4 ||| 0.1 0.1
-E ||| 5 ||| 0.1 0.1
-X ||| 1234 ||| 0.1 0.1
-Y ||| 123 ||| 0.1 0.1
-Z ||| 12 ||| 0.1 0.1
diff --git a/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.idx b/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.idx
deleted file mode 100644
index 7eded7e5d..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.idx
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.srctree b/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.srctree
deleted file mode 100644
index 93de16d2b..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.srctree
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.srcvoc b/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.srcvoc
deleted file mode 100644
index d096e7f09..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.srcvoc
+++ /dev/null
@@ -1,8 +0,0 @@
-7 Z
-6 Y
-5 X
-4 E
-3 D
-2 C
-1 B
-0 A
diff --git a/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.tgtdata b/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.tgtdata
deleted file mode 100644
index 0306f7108..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.tgtdata
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.tgtvoc b/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.tgtvoc
deleted file mode 100644
index 71dec3430..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/phrase-table.binphr.tgtvoc
+++ /dev/null
@@ -1,8 +0,0 @@
-7 12
-6 123
-5 1234
-4 5
-3 4
-2 3
-1 2
-0 1
diff --git a/regression-testing/tests/phrase.lattice-distortion/small.lm b/regression-testing/tests/phrase.lattice-distortion/small.lm
deleted file mode 100644
index 2206a7d57..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/small.lm
+++ /dev/null
@@ -1,86 +0,0 @@
-
-\data\
-ngram 1=21
-ngram 2=42
-ngram 3=10
-
-\1-grams:
--1.147663 1 -0.05147925
--1.90823 12 -0.1494838
--1.321964 123 -0.5169629
--1.445119 1234 -0.4663778
--1.147663 2 -0.8132458
--1.08123 3 0.08509711
--0.8860567 4 -0.005259842
--0.8138084 5 -0.5734631
--1.90823 6 -0.1816884
--1.90823 7 -0.1816884
--1.90823 8 -0.08341829
--0.6729417 </s>
--99 <s> -0.3836367
--1.90823 a -0.1816884
--1.617665 are -0.1709516
--1.90823 few -0.1816884
--1.617665 here -0.0699124
--1.90823 more -0.1712167
--1.90823 random -0.1712167
--1.90823 some -0.1816884
--1.445119 words -0.5470337
-
-\2-grams:
--0.7569619 1 2 0
--0.455932 12 3
--0.39794 123 4
--0.39794 123 </s>
--0.1760913 1234 5 -0.1413292
--0.9330532 1234 </s>
--0.07918125 2 3 -0.6283889
--1.234083 2 </s>
--0.8239087 3 4 -0.7345816
--1.30103 3 </s>
--1.497325 4 1
--0.7403627 4 123 -0.2552725
--1.020203 4 5 -0.4423592
--0.7403627 4 </s>
--1.569875 5 123
--1.569875 5 1234
--0.6368221 5 4 -0.3899711
--1.569875 5 6
--0.2688453 5 </s>
--0.455932 6 7
--0.455932 7 8
--0.455932 8 </s>
--0.5563025 <s> 1 -0.6946052
--1.711204 <s> 12
--1.711204 <s> 123
--0.9542425 <s> 1234 0
--1.711204 <s> 3
--0.5563025 <s> 5 -0.2839966
--1.711204 <s> here
--1.711204 <s> some
--1.711204 <s> words
--0.455932 a few
--0.7569619 are a
--0.7569619 are here
--0.455932 few more
--0.7569619 here </s>
--0.7569619 here are
--0.455932 more words
--0.455932 random words
--0.455932 some random
--0.1760913 words </s>
--0.9330532 words are
-
-\3-grams:
--0.07918125 <s> 1 2
--0.1760913 4 123 </s>
--0.1760913 <s> 1234 5
--0.07918125 1 2 3
--0.09691001 2 3 4
--0.07918125 3 4 5
--0.1760913 5 4 123
--0.1760913 1234 5 </s>
--0.07918125 4 5 </s>
--0.2218488 <s> 5 4
-
-\end\
diff --git a/regression-testing/tests/phrase.lattice-distortion/to-translate.txt b/regression-testing/tests/phrase.lattice-distortion/to-translate.txt
deleted file mode 100644
index ed1c0d1bb..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/to-translate.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-((('A',1.0,1),),(('B',1.0,1),),)
-((('A',1.0,1),('Z',1.0,2),),(('B',1.0,1),),(('C',1.0,1),),)
-((('A',1.0,1),('NOT_FOUND',1.0,2),),(('B',1.0,1),),(('C',1.0,1),),)
-((('A',1.0,1),),(('B',1.0,1),('Z',1.0,2),),(('C',1.0,1),),)
-((('A',1.0,5),('B',1.0,2),('C',1.0,3),('D',1.0,1),),(('E',1.0,4),),(('C',1.0,3),),(('D',1.0,1),),(('E',1.0,1),),(('X',1.0,1),),)
-((('A',1.0,1),),)
-((('\'',1.0,1),),)
diff --git a/regression-testing/tests/phrase.lattice-distortion/truth/results.txt b/regression-testing/tests/phrase.lattice-distortion/truth/results.txt
deleted file mode 100644
index c3d031cd8..000000000
--- a/regression-testing/tests/phrase.lattice-distortion/truth/results.txt
+++ /dev/null
@@ -1,53 +0,0 @@
-TRANSLATION_1=A B ||| 1 2
-TRANSLATION_2=A B C ||| 1 2 3
-TRANSLATION_3=A B C ||| 1 2 3
-TRANSLATION_4=A B C ||| 1 2 3
-TRANSLATION_5=C D E X ||| 1234 3 4 5
-TRANSLATION_6=A ||| 1
-TRANSLATION_7=' ||| '
-LMLOAD_TIME ~ 0.000
-PTLOAD_TIME ~ 0.000
-SCORE_1 = 1.090
-SCORE_2 = 2.004
-SCORE_3 = 2.004
-SCORE_4 = 2.004
-SCORE_5 = -0.233
-SCORE_6 = -1.851
-SCORE_7 = -196.549
-TRANSLATION_0_NBEST_1=1 2 ||| d: 0 lm: -4.30484 w: -2 I: 0 tm: -4.60517 -4.60517
-TRANSLATION_0_NBEST_2=2 1 ||| d: -3 lm: -9.70915 w: -2 I: 0 tm: -4.60517 -4.60517
-TRANSLATION_1_NBEST_1=1 2 3 ||| d: 0 lm: -6.08823 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_1_NBEST_2=12 3 ||| d: 0 lm: -7.98575 w: -2 I: 0 tm: -4.60517 -4.60517
-TRANSLATION_1_NBEST_3=2 3 1 ||| d: -3 lm: -9.26988 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_1_NBEST_4=1 3 2 ||| d: -3 lm: -10.7767 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_1_NBEST_5=3 1 2 ||| d: -3 lm: -10.9714 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_1_NBEST_6=3 12 ||| d: -3 lm: -10.0318 w: -2 I: 0 tm: -4.60517 -4.60517
-TRANSLATION_1_NBEST_7=3 2 1 ||| d: -4 lm: -12.57 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_1_NBEST_8=2 1 3 ||| d: -3 lm: -13.645 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_2_NBEST_1=1 2 3 ||| d: 0 lm: -6.08823 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_2_NBEST_2=2 3 1 ||| d: -3 lm: -9.26988 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_2_NBEST_3=1 3 2 ||| d: -3 lm: -10.7767 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_2_NBEST_4=3 1 2 ||| d: -3 lm: -10.9714 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_2_NBEST_5=3 2 1 ||| d: -4 lm: -12.57 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_2_NBEST_6=2 1 3 ||| d: -3 lm: -13.645 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_3_NBEST_1=1 2 3 ||| d: 0 lm: -6.08823 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_3_NBEST_2=1 12 ||| d: 0 lm: -9.28642 w: -2 I: 0 tm: -4.60517 -4.60517
-TRANSLATION_3_NBEST_3=2 3 1 ||| d: -3 lm: -9.26988 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_3_NBEST_4=1 3 2 ||| d: -2 lm: -10.7767 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_3_NBEST_5=12 1 ||| d: -3 lm: -8.59503 w: -2 I: 0 tm: -4.60517 -4.60517
-TRANSLATION_3_NBEST_6=3 1 2 ||| d: -4 lm: -10.9714 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_3_NBEST_7=3 2 1 ||| d: -5 lm: -12.57 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_3_NBEST_8=2 1 3 ||| d: -4 lm: -13.645 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_4_NBEST_1=1234 3 4 5 ||| d: -3 lm: -8.02249 w: -4 I: 0 tm: -9.21034 -9.21034
-TRANSLATION_4_NBEST_2=4 1234 5 ||| d: -3 lm: -7.07413 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_4_NBEST_3=3 4 5 1234 ||| d: 0 lm: -12.8014 w: -4 I: 0 tm: -9.21034 -9.21034
-TRANSLATION_4_NBEST_4=2 3 1234 ||| d: 0 lm: -10.4352 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_4_NBEST_5=1234 4 5 ||| d: -3 lm: -7.84275 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_4_NBEST_6=1234 5 4 ||| d: -4 lm: -6.99714 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_4_NBEST_7=1 1234 ||| d: 0 lm: -8.4748 w: -2 I: 0 tm: -4.60517 -4.60517
-TRANSLATION_4_NBEST_8=5 4 1234 ||| d: -3 lm: -8.17776 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_4_NBEST_9=3 4 1234 5 ||| d: -3 lm: -11.6793 w: -4 I: 0 tm: -9.21034 -9.21034
-TRANSLATION_4_NBEST_10=4 5 1234 ||| d: 0 lm: -12.0545 w: -3 I: 0 tm: -6.90776 -6.90776
-TRANSLATION_5_NBEST_1=1 ||| d: 0 lm: -4.54836 w: -1 I: 0 tm: -2.30259 -2.30259
-TRANSLATION_6_NBEST_1=' ||| d: 0 lm: -101.55 w: -1 I: 0 tm: 0 0
-TOTAL_WALLTIME ~ 0
diff --git a/regression-testing/tests/phrase.lattice-surface/filter-stderr.pl b/regression-testing/tests/phrase.lattice-surface/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.lattice-surface/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.lattice-surface/filter-stdout.pl b/regression-testing/tests/phrase.lattice-surface/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.lattice-surface/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.lattice-surface/moses.ini b/regression-testing/tests/phrase.lattice-surface/moses.ini
deleted file mode 100644
index 013d447cd..000000000
--- a/regression-testing/tests/phrase.lattice-surface/moses.ini
+++ /dev/null
@@ -1,60 +0,0 @@
-# Moses configuration file
-# automatic exodus from pharaoh.ini Wed Jul 12 18:24:14 EDT 2006
-
-###########################
-### PHARAOH CONFIG FILE ###
-###########################
-
-# phrase table f, n, p(n|f)
-[ttable-file]
-1 0 0 5 ${MODEL_PATH}/confusionNet-surface-only/phrase-table.0-0
-
-# language model
-[lmodel-file]
-0 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
-
-[inputtype]
-2
-
-[weight-i]
-1.0
-
-[verbose]
-2
-
diff --git a/regression-testing/tests/phrase.lattice-surface/to-translate.txt b/regression-testing/tests/phrase.lattice-surface/to-translate.txt
deleted file mode 100644
index fd475df5e..000000000
--- a/regression-testing/tests/phrase.lattice-surface/to-translate.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-((('damit|PROADV',1.0,1),),(('ist|VSFIN',1.0,1),('war|VSFIN',1.0,1),('sei|VSFIN',1.0,1),),(('der|ART',1.0,1),('die|ART',1.0,1),('das|ART',1.0,1),),(('arbeitsplan|NN',1.0,1),),)
-((('damit|PROADV',1.0,1),('dies|PROADV',1.0,1),),(('ist|VSFIN',1.0,1),('war|VSFIN',1.0,1),('sei|VSFIN',1.0,1),('ist|VVFIN',1.0,1),('war|VVFIN',1.0,1),('sei|VVFIN',1.0,1),),(('der|ART',1.0,1),('die|ART',1.0,1),('das|ART',1.0,1),('der|DT',1.0,1),('die|DT',1.0,1),('das|DT',1.0,1),),(('arbeitsplan|NN',1.0,1),),)
-((('damit|PROADV',1.0,1),('dies|PROADV',0.0,1),),(('ist|VSFIN',1.0,1),('war|VSFIN',1.0,1),('sei|VSFIN',1.0,1),('dies|PROADV',0.0,1),('das|DT',0.0,1),),(('der|ART',1.0,1),('die|ART',1.0,1),('das|ART',1.0,1),('dies|PROADV',0.0,1),),(('arbeitsplan|NN',1.0,1),('dies|PROADV',0.0,1),),)
-((('damit|PROADV',0.5,2),('das|DT',0.5,1),),(('war|FSFIN',1.0,1),),(('der|ART',1.0,1),),(('arbeitsplan|NN',1.0,1),),)
diff --git a/regression-testing/tests/phrase.lattice-surface/truth/results.txt b/regression-testing/tests/phrase.lattice-surface/truth/results.txt
deleted file mode 100644
index 7a7dd5304..000000000
--- a/regression-testing/tests/phrase.lattice-surface/truth/results.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-TRANSLATION_1=that is the order of business
-TRANSLATION_2=this is the order of business
-TRANSLATION_3=that is the order of business
-TRANSLATION_4=this was the order of business
-LMLOAD_TIME ~ 8.000
-PTLOAD_TIME ~ 8.000
-SCORE_1 = -2.966
-SCORE_2 = -2.565
-SCORE_3 = -2.966
-SCORE_4 = -4.126
-TOTAL_WALLTIME ~ 8
diff --git a/regression-testing/tests/phrase.lexicalized-reordering-bin/filter-stderr.pl b/regression-testing/tests/phrase.lexicalized-reordering-bin/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering-bin/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.lexicalized-reordering-bin/filter-stdout.pl b/regression-testing/tests/phrase.lexicalized-reordering-bin/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering-bin/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.lexicalized-reordering-bin/moses.ini b/regression-testing/tests/phrase.lexicalized-reordering-bin/moses.ini
deleted file mode 100644
index fb536f9a9..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering-bin/moses.ini
+++ /dev/null
@@ -1,63 +0,0 @@
-#########################
-### MOSES CONFIG FILE ###
-#########################
-
-# input factors
-[input-factors]
-0
-
-# mapping steps
-[mapping]
-T 0
-
-# translation tables: source-factors, target-factors, number of scores, file
-[ttable-file]
-1 0 0 5 ${MODEL_PATH}/lexicalized-reordering-bin/phrase-table
-
-# no generation models, no generation-file section
-
-# language models: type(srilm/irstlm), factors, order, file
-[lmodel-file]
-0 0 5 ${MODEL_PATH}/lexicalized-reordering/europarl.lm
-
-
-# limit on how many phrase translations e for each phrase f are loaded
-# 0 = all elements loaded
-[ttable-limit]
-20
-0
-# distortion (reordering) files
-[distortion-file]
-0-0 msd-bidirectional-fe 6 ${MODEL_PATH}/lexicalized-reordering-bin/reordering-table.msd-bidirectional-fe
-
-# distortion (reordering) weight
-[weight-d]
-0.5
-0.3
-0.3
-0.3
-0.3
-0.3
-0.3
-
-# language model weights
-[weight-l]
-0.5000
-
-
-# translation model weights
-[weight-t]
-0.2
-0.2
-0.2
-0.2
-0.2
-
-# no generation models, no weight-generation section
-
-# word penalty
-[weight-w]
--1
-
-[distortion-limit]
-6
diff --git a/regression-testing/tests/phrase.lexicalized-reordering-bin/to-translate.txt b/regression-testing/tests/phrase.lexicalized-reordering-bin/to-translate.txt
deleted file mode 100644
index d336d82f3..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering-bin/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-monsieur le président , ce que nous devrons toutefois également faire à biarritz , c' est regarder un peu plus loin .
-les élus que nous sommes avons au moins autant le devoir de l' encourager à progresser , en dépit de l' adversité , que de relayer les messages que nous recevons de l' opinion publique dans chacun de nos pays .
-au regard des événements de ces derniers temps , la question du prix de l' essence me semble elle aussi particulièrement remarquable .
-à l' heure actuelle , le conseil est en train d' examiner l' inclusion de tels mécanismes dans l' article 7 .
-deuxièmement , dans la transparence pour les citoyens , qui connaissent à présent les droits dont ils disposent vis-à-vis de ceux qui appliquent et élaborent le droit européen , et pour ceux qui , justement , appliquent et élaborent ce droit européen .
diff --git a/regression-testing/tests/phrase.lexicalized-reordering-bin/truth/results.txt b/regression-testing/tests/phrase.lexicalized-reordering-bin/truth/results.txt
deleted file mode 100644
index 198db29bc..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering-bin/truth/results.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-TRANSLATION_1=mr president , what we devrons but also to to biarritz , this is regarder a little more loin .
-TRANSLATION_2=the élus that we are have the with difference the us of the encourager to progresser , in dépit of the adversité , that of relayer the messages that we recevons of the opinion all in each of our countries .
-TRANSLATION_3=the prerequisites for the événements of these derniers time , the issue of the sufficiently of the essence to it also in remarquable .
-TRANSLATION_4=in the , the council , it is train of examiner the inclusion of such mécanismes in article 7 .
-TRANSLATION_5=secondly , in the transparency for the citizens , which are now the droits which they disposent vis-à-vis of those appliquent and élaborent the european law and , to those , precisely appliquent and élaborent this european law .
-LMLOAD_TIME ~ 8.00
-PTLOAD_TIME ~ 9.00
-SCORE_1 = -621.293
-SCORE_2 = -1402.951
-SCORE_3 = -636.300
-SCORE_4 = -631.966
-SCORE_5 = -1110.522
-TOTAL_WALLTIME ~ 16
diff --git a/regression-testing/tests/phrase.lexicalized-reordering-cn/filter-stderr.pl b/regression-testing/tests/phrase.lexicalized-reordering-cn/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering-cn/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.lexicalized-reordering-cn/filter-stdout.pl b/regression-testing/tests/phrase.lexicalized-reordering-cn/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering-cn/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.lexicalized-reordering-cn/moses.ini b/regression-testing/tests/phrase.lexicalized-reordering-cn/moses.ini
deleted file mode 100644
index afddd854d..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering-cn/moses.ini
+++ /dev/null
@@ -1,69 +0,0 @@
-#########################
-### MOSES CONFIG FILE ###
-#########################
-
-# input factors
-[input-factors]
-0
-
-# mapping steps
-[mapping]
-T 0
-
-# translation tables: source-factors, target-factors, number of scores, file
-[ttable-file]
-1 0 0 5 ${MODEL_PATH}/lexicalized-reordering-cn/fr-en
-
-# no generation models, no generation-file section
-
-# language models: type(srilm/irstlm), factors, order, file
-[lmodel-file]
-0 0 5 ${MODEL_PATH}/lexicalized-reordering/europarl.lm
-
-
-# limit on how many phrase translations e for each phrase f are loaded
-# 0 = all elements loaded
-[ttable-limit]
-20
-0
-# distortion (reordering) files
-[distortion-file]
-0-0 msd-bidirectional-fe 6 ${MODEL_PATH}/lexicalized-reordering/reordering-table.msd-bidirectional-fe.0.5.0-0.gz
-
-# distortion (reordering) weight
-[weight-d]
-0.5
-0.3
-0.3
-0.3
-0.3
-0.3
-0.3
-
-# language model weights
-[weight-l]
-0.5000
-
-[weight-i]
-1.0
-
-# translation model weights
-[weight-t]
-0.2
-0.2
-0.2
-0.2
-0.2
-
-# no generation models, no weight-generation section
-
-# word penalty
-[weight-w]
--1
-
-[distortion-limit]
-6
-
-[inputtype]
-1
-
diff --git a/regression-testing/tests/phrase.lexicalized-reordering-cn/to-translate.txt b/regression-testing/tests/phrase.lexicalized-reordering-cn/to-translate.txt
deleted file mode 100644
index 3e712ee1b..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering-cn/to-translate.txt
+++ /dev/null
@@ -1,89 +0,0 @@
-monsieur 1.0
-le 1.0
-président 1.0
-, 1.0
-ce 1.0
-que 1.0
-nous 1.0
-devrons 1.0
-toutefois 1.0
-également 1.0
-faire 1.0
-à 1.0
-biarritz 1.0
-, 1.0
-c' 1.0
-est 1.0
-regarder 1.0
-un 1.0
-peu 1.0
-plus 1.0
-loin 1.0
-. 1.0
-
-les 1.0
-élus 1.0
-que 1.0
-nous 1.0
-sommes 1.0
-avons 1.0
-au 1.0
-moins 1.0
-autant 1.0
-le 1.0
-devoir 1.0
-de 1.0
-l' 1.0
-encourager 1.0
-à 1.0
-progresser 1.0
-, 1.0
-en 1.0
-dépit 1.0
-de 1.0
-l' 1.0
-adversité 1.0
-, 1.0
-que 1.0
-de 1.0
-relayer 1.0
-les 1.0
-messages 1.0
-que 1.0
-nous 1.0
-recevons 1.0
-de 1.0
-l' 1.0
-opinion 1.0
-publique 1.0
-dans 1.0
-chacun 1.0
-de 1.0
-nos 1.0
-pays 1.0
-. 1.0
-
-au 1.0
-regard 1.0
-des 1.0
-événements 1.0
-de 1.0
-ces 1.0
-derniers 1.0
-temps 1.0
-, 1.0
-la 1.0
-question 1.0
-du 1.0
-prix 1.0
-de 1.0
-l' 1.0
-essence 1.0
-me 1.0
-semble 1.0
-elle 1.0
-aussi 1.0
-particulièrement 1.0
-remarquable 1.0
-. 1.0
-
diff --git a/regression-testing/tests/phrase.lexicalized-reordering-cn/truth/results.txt b/regression-testing/tests/phrase.lexicalized-reordering-cn/truth/results.txt
deleted file mode 100644
index 02dd60ec5..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering-cn/truth/results.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-TRANSLATION_1=mr president , what we devrons but also to to biarritz , this is regarder a little more loin .
-TRANSLATION_2=the élus that we are have the with difference the us of the encourager to progresser , in dépit of the adversité , that of relayer the messages that we recevons of the opinion all in each of our countries .
-TRANSLATION_3=the prerequisites for the événements of these derniers time , the issue of the sufficiently of the essence to it also in remarquable .
-LMLOAD_TIME ~ 1.000
-PTLOAD_TIME ~ 1.000
-SCORE_1 = -621.293
-SCORE_2 = -1402.951
-SCORE_3 = -636.300
-TOTAL_WALLTIME ~ 21
diff --git a/regression-testing/tests/phrase.lexicalized-reordering/filter-stderr.pl b/regression-testing/tests/phrase.lexicalized-reordering/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.lexicalized-reordering/filter-stdout.pl b/regression-testing/tests/phrase.lexicalized-reordering/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.lexicalized-reordering/moses.ini b/regression-testing/tests/phrase.lexicalized-reordering/moses.ini
deleted file mode 100644
index 83b3927cb..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering/moses.ini
+++ /dev/null
@@ -1,63 +0,0 @@
-#########################
-### MOSES CONFIG FILE ###
-#########################
-
-# input factors
-[input-factors]
-0
-
-# mapping steps
-[mapping]
-T 0
-
-# translation tables: source-factors, target-factors, number of scores, file
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/lexicalized-reordering/phrase-table.0-0.gz
-
-# no generation models, no generation-file section
-
-# language models: type(srilm/irstlm), factors, order, file
-[lmodel-file]
-0 0 5 ${MODEL_PATH}/lexicalized-reordering/europarl.lm
-
-
-# limit on how many phrase translations e for each phrase f are loaded
-# 0 = all elements loaded
-[ttable-limit]
-20
-0
-# distortion (reordering) files
-[distortion-file]
-0-0 msd-bidirectional-fe 6 ${MODEL_PATH}/lexicalized-reordering/reordering-table.msd-bidirectional-fe.0.5.0-0.gz
-
-# distortion (reordering) weight
-[weight-d]
-0.5
-0.3
-0.3
-0.3
-0.3
-0.3
-0.3
-
-# language model weights
-[weight-l]
-0.5000
-
-
-# translation model weights
-[weight-t]
-0.2
-0.2
-0.2
-0.2
-0.2
-
-# no generation models, no weight-generation section
-
-# word penalty
-[weight-w]
--1
-
-[distortion-limit]
-6
diff --git a/regression-testing/tests/phrase.lexicalized-reordering/to-translate.txt b/regression-testing/tests/phrase.lexicalized-reordering/to-translate.txt
deleted file mode 100644
index d336d82f3..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-monsieur le président , ce que nous devrons toutefois également faire à biarritz , c' est regarder un peu plus loin .
-les élus que nous sommes avons au moins autant le devoir de l' encourager à progresser , en dépit de l' adversité , que de relayer les messages que nous recevons de l' opinion publique dans chacun de nos pays .
-au regard des événements de ces derniers temps , la question du prix de l' essence me semble elle aussi particulièrement remarquable .
-à l' heure actuelle , le conseil est en train d' examiner l' inclusion de tels mécanismes dans l' article 7 .
-deuxièmement , dans la transparence pour les citoyens , qui connaissent à présent les droits dont ils disposent vis-à-vis de ceux qui appliquent et élaborent le droit européen , et pour ceux qui , justement , appliquent et élaborent ce droit européen .
diff --git a/regression-testing/tests/phrase.lexicalized-reordering/truth/results.txt b/regression-testing/tests/phrase.lexicalized-reordering/truth/results.txt
deleted file mode 100644
index 198db29bc..000000000
--- a/regression-testing/tests/phrase.lexicalized-reordering/truth/results.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-TRANSLATION_1=mr president , what we devrons but also to to biarritz , this is regarder a little more loin .
-TRANSLATION_2=the élus that we are have the with difference the us of the encourager to progresser , in dépit of the adversité , that of relayer the messages that we recevons of the opinion all in each of our countries .
-TRANSLATION_3=the prerequisites for the événements of these derniers time , the issue of the sufficiently of the essence to it also in remarquable .
-TRANSLATION_4=in the , the council , it is train of examiner the inclusion of such mécanismes in article 7 .
-TRANSLATION_5=secondly , in the transparency for the citizens , which are now the droits which they disposent vis-à-vis of those appliquent and élaborent the european law and , to those , precisely appliquent and élaborent this european law .
-LMLOAD_TIME ~ 8.00
-PTLOAD_TIME ~ 9.00
-SCORE_1 = -621.293
-SCORE_2 = -1402.951
-SCORE_3 = -636.300
-SCORE_4 = -631.966
-SCORE_5 = -1110.522
-TOTAL_WALLTIME ~ 16
diff --git a/regression-testing/tests/phrase.multi-factor-binptable/filter-stderr.pl b/regression-testing/tests/phrase.multi-factor-binptable/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.multi-factor-binptable/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.multi-factor-binptable/filter-stdout.pl b/regression-testing/tests/phrase.multi-factor-binptable/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.multi-factor-binptable/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.multi-factor-binptable/moses.ini b/regression-testing/tests/phrase.multi-factor-binptable/moses.ini
deleted file mode 100644
index a49100a6c..000000000
--- a/regression-testing/tests/phrase.multi-factor-binptable/moses.ini
+++ /dev/null
@@ -1,68 +0,0 @@
-#########################
-### MOSES CONFIG FILE ###
-#########################
-
-# input factors
-[input-factors]
-0
-1
-
-# mapping steps
-[mapping]
-T 0
-G 0
-T 1
-
-# translation tables: source-factors, target-factors, number of scores, file
-[ttable-file]
-1 0 0 5 ${MODEL_PATH}/multi-factor-binptable/phrase-table.0-0.gz
-1 1 1 5 ${MODEL_PATH}/multi-factor-binptable/phrase-table.1-1.gz
-
-# generation models: source-factors, target-factors
-[generation-file]
-0 1 2 ${MODEL_PATH}/multi-factor-binptable/generation.0-1.gz
-
-# language models: 0, factors, type, file
-[lmodel-file]
-0 0 3 ${LM_PATH}/europarl.en.srilm.gz
-
-# limit on how many phrase translations e for each phrase f are loaded
-# 0 = all elements loaded
-[ttable-limit]
-20
-0
-
-# distortion (reordering) weight
-[weight-d]
-0.6
-
-# language model weights
-[weight-l]
-0.5
-
-# translation model weights
-[weight-t]
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-
-# generation model weights
-[weight-generation]
-0.3
-0
-
-# word penalty
-[weight-w]
--1
-
-
-[verbose]
-2
-
diff --git a/regression-testing/tests/phrase.multi-factor-binptable/to-translate.txt b/regression-testing/tests/phrase.multi-factor-binptable/to-translate.txt
deleted file mode 100644
index b3283a754..000000000
--- a/regression-testing/tests/phrase.multi-factor-binptable/to-translate.txt
+++ /dev/null
@@ -1 +0,0 @@
-es|PPER gibt|VVFIN verschiedene|ADJ andere|ADJ meinungen|NN .|PE
diff --git a/regression-testing/tests/phrase.multi-factor-binptable/truth/results.txt b/regression-testing/tests/phrase.multi-factor-binptable/truth/results.txt
deleted file mode 100644
index 4b74da7f7..000000000
--- a/regression-testing/tests/phrase.multi-factor-binptable/truth/results.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-TRANSLATION_1=there are various different opinions .
-LMLOAD_TIME ~ 10.00
-PTLOAD_TIME ~ 10.00
-SCORE_1 = -113.734
-TOTAL_WALLTIME ~ 11
diff --git a/regression-testing/tests/phrase.multi-factor-drop/dropize_phrase_table.pl b/regression-testing/tests/phrase.multi-factor-drop/dropize_phrase_table.pl
deleted file mode 100755
index e764eec84..000000000
--- a/regression-testing/tests/phrase.multi-factor-drop/dropize_phrase_table.pl
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/usr/bin/perl
-
-#add_empties_to_phrase_table: go through an old-style pharaoh phrase table (no empty target sources) and add one such line for each single-word source phrase in the table,
-#complete with factors (note the number and type of factors are hardcoded here);
-#also add deletion-cost factors as necessary to all lines
-#Evan Herbst 7 / 11 / 06
-
-#usage: aetpt INPUT_PTABLE OUTPUT_PTABLE
-
-my ($inputFile, $outputFile) = @ARGV;
-my $DELETIONCOST = 2.718; #weight for an individual deletion
-
-open(INFILE, "<$inputFile") or die "couldn't open '$inputFile' for read\n";
-open(OUTFILE, ">$outputFile") or die "couldn't open '$outputFile' for write\n";
-my ($lastSrcPhrase, $srcPhrase);
-while(my $line = <INFILE>)
-{
- chop($line);
- $lastSrcPhrase = $srcPhrase;
- my @tokens = split(/\|\|\|/, $line);
- $srcPhrase = $tokens[0];
- if($srcPhrase ne $lastSrcPhrase && $srcPhrase =~ /^\s*\S+\s*$/) #new source phrase of a single word; add deletion line
- {
- print OUTFILE "$srcPhrase ||| ||| 1 1 1 1 2.718 $DELETIONCOST\n";
- }
- print OUTFILE "$line 1\n";
-}
-close(INFILE);
-close(OUTFILE);
diff --git a/regression-testing/tests/phrase.multi-factor-drop/filter-stderr.pl b/regression-testing/tests/phrase.multi-factor-drop/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.multi-factor-drop/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.multi-factor-drop/filter-stdout.pl b/regression-testing/tests/phrase.multi-factor-drop/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.multi-factor-drop/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.multi-factor-drop/moses.ini b/regression-testing/tests/phrase.multi-factor-drop/moses.ini
deleted file mode 100644
index 1409fc723..000000000
--- a/regression-testing/tests/phrase.multi-factor-drop/moses.ini
+++ /dev/null
@@ -1,75 +0,0 @@
-#########################
-### MOSES CONFIG FILE ###
-#########################
-
-# input factors
-[input-factors]
-0
-1
-
-# mapping steps
-[mapping]
-T 0
-G 0
-T 1
-
-# translation tables: source-factors, target-factors, number of scores, file
-[ttable-file]
-0 0 0 6 ${MODEL_PATH}/multi-factor-drop/phrase-table.0-0.gz
-1 1 1 5 ${MODEL_PATH}/multi-factor-drop/phrase-table.1-1.gz
-
-# generation models: source-factors, target-factors
-[generation-file]
-0 1 2 ${MODEL_PATH}/multi-factor-drop/generation.0-1.gz
-
-# language models: 0, factors, type, file
-[lmodel-file]
-0 0 3 ${LM_PATH}/europarl.en.srilm.gz
-
-# limit on how many phrase translations e for each phrase f are loaded
-# 0 = all elements loaded
-[ttable-limit]
-20
-0
-
-# distortion (reordering) weight
-[weight-d]
-0.6
-
-# language model weights
-[weight-l]
-0.5
-
-# translation model weights
-[weight-t]
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-
-# generation model weights
-[weight-generation]
-0.3
-0
-
-# word penalty
-[weight-w]
--1
-
-[phrase-drop-allowed]
-yes
-
-##word-drop penalty
-#[weight-e]
-#2.718
-
-[verbose]
-2
-
diff --git a/regression-testing/tests/phrase.multi-factor-drop/to-translate.txt b/regression-testing/tests/phrase.multi-factor-drop/to-translate.txt
deleted file mode 100644
index b3283a754..000000000
--- a/regression-testing/tests/phrase.multi-factor-drop/to-translate.txt
+++ /dev/null
@@ -1 +0,0 @@
-es|PPER gibt|VVFIN verschiedene|ADJ andere|ADJ meinungen|NN .|PE
diff --git a/regression-testing/tests/phrase.multi-factor-drop/truth/results.txt b/regression-testing/tests/phrase.multi-factor-drop/truth/results.txt
deleted file mode 100644
index 8cb75ab2d..000000000
--- a/regression-testing/tests/phrase.multi-factor-drop/truth/results.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-TRANSLATION_1=there are different opinions
-LMLOAD_TIME ~ 10.00
-PTLOAD_TIME ~ 11.00
-SCORE_1 = -12.675
-TOTAL_WALLTIME ~ 11
diff --git a/regression-testing/tests/phrase.multi-factor/filter-stderr.pl b/regression-testing/tests/phrase.multi-factor/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.multi-factor/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.multi-factor/filter-stdout.pl b/regression-testing/tests/phrase.multi-factor/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.multi-factor/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.multi-factor/moses.ini b/regression-testing/tests/phrase.multi-factor/moses.ini
deleted file mode 100644
index 13be27263..000000000
--- a/regression-testing/tests/phrase.multi-factor/moses.ini
+++ /dev/null
@@ -1,71 +0,0 @@
-#########################
-### MOSES CONFIG FILE ###
-#########################
-
-# input factors
-[input-factors]
-0
-1
-
-# indicates that factors are separated by '++' in the input
-[factor-delimiter]
-++
-
-# mapping steps
-[mapping]
-T 0
-G 0
-T 1
-
-# translation tables: source-factors, target-factors, number of scores, file
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/multi-factor/phrase-table.0-0.gz
-1 1 1 5 ${MODEL_PATH}/multi-factor/phrase-table.1-1.gz
-
-# generation models: source-factors, target-factors
-[generation-file]
-0 1 2 ${MODEL_PATH}/multi-factor/generation.0-1.gz
-
-# language models: 0, factors, type, file
-[lmodel-file]
-0 0 3 ${LM_PATH}/europarl.en.srilm.gz
-
-# limit on how many phrase translations e for each phrase f are loaded
-# 0 = all elements loaded
-[ttable-limit]
-20
-0
-
-# distortion (reordering) weight
-[weight-d]
-0.6
-
-# language model weights
-[weight-l]
-0.5
-
-# translation model weights
-[weight-t]
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-
-# generation model weights
-[weight-generation]
-0.3
-0
-
-# word penalty
-[weight-w]
--1
-
-[verbose]
-2
-
diff --git a/regression-testing/tests/phrase.multi-factor/to-translate.txt b/regression-testing/tests/phrase.multi-factor/to-translate.txt
deleted file mode 100644
index 58686860c..000000000
--- a/regression-testing/tests/phrase.multi-factor/to-translate.txt
+++ /dev/null
@@ -1 +0,0 @@
-es++PPER gibt++VVFIN verschiedene++ADJ andere++ADJ meinungen++NN .++PE
diff --git a/regression-testing/tests/phrase.multi-factor/truth/results.txt b/regression-testing/tests/phrase.multi-factor/truth/results.txt
deleted file mode 100644
index f1fd7dab3..000000000
--- a/regression-testing/tests/phrase.multi-factor/truth/results.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-TRANSLATION_1=there are various different opinions .
-LMLOAD_TIME ~ 10.00
-PTLOAD_TIME ~ 11.00
-SCORE_1 = -113.734
-TOTAL_WALLTIME ~ 12
diff --git a/regression-testing/tests/phrase.multiple-translation-system-lr/filter-stderr.pl b/regression-testing/tests/phrase.multiple-translation-system-lr/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.multiple-translation-system-lr/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.multiple-translation-system-lr/filter-stdout.pl b/regression-testing/tests/phrase.multiple-translation-system-lr/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.multiple-translation-system-lr/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.multiple-translation-system-lr/moses.ini b/regression-testing/tests/phrase.multiple-translation-system-lr/moses.ini
deleted file mode 100644
index 8687b0db9..000000000
--- a/regression-testing/tests/phrase.multiple-translation-system-lr/moses.ini
+++ /dev/null
@@ -1,76 +0,0 @@
-# moses.ini for regression test
-
-# D - decoding path, R - reordering model, L - language model
-[translation-systems]
-other D 0 L 0
-default D 1 L 1 R 0
-
-[mapping]
-0 T 0
-1 T 1
-
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
-0 0 0 5 ${MODEL_PATH}/lexicalized-reordering/phrase-table.0-0.gz
-
-# language model
-[lmodel-file]
-0 0 5 ${MODEL_PATH}/lexicalized-reordering/europarl.lm
-0 0 5 ${MODEL_PATH}/lexicalized-reordering/europarl.lm
-# limit on how many phrase translations e for each phrase f are loaded
-
-# distortion (reordering) files
-[distortion-file]
-0-0 msd-bidirectional-fe 6 ${MODEL_PATH}/lexicalized-reordering/reordering-table.msd-bidirectional-fe.0.5.0-0.gz
-
-[ttable-limit]
-#ttable element load limit 0 = all elements loaded
-20
-
-# distortion (reordering) weight
-[weight-d]
-0.1
-0.5
-
-# lexical reordering weights
-[weight-lr]
-0.3
-0.3
-0.3
-0.3
-0.3
-0.3
-
-# language model weight
-[weight-l]
-0.001
-0.5
-
-# translation model weight (phrase translation, lexical weighting)
-[weight-t]
-0.5
-0.5
-0.5
-0.5
-0.5
-0.2
-0.2
-0.2
-0.2
-0.2
-
-# word penalty
-[weight-w]
-0.273416114951401
--1
-
-[distortion-limit]
-6
-
-[input-factors]
-0
-
-
-[verbose]
-2
-
diff --git a/regression-testing/tests/phrase.multiple-translation-system-lr/to-translate.txt b/regression-testing/tests/phrase.multiple-translation-system-lr/to-translate.txt
deleted file mode 100644
index d336d82f3..000000000
--- a/regression-testing/tests/phrase.multiple-translation-system-lr/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-monsieur le président , ce que nous devrons toutefois également faire à biarritz , c' est regarder un peu plus loin .
-les élus que nous sommes avons au moins autant le devoir de l' encourager à progresser , en dépit de l' adversité , que de relayer les messages que nous recevons de l' opinion publique dans chacun de nos pays .
-au regard des événements de ces derniers temps , la question du prix de l' essence me semble elle aussi particulièrement remarquable .
-à l' heure actuelle , le conseil est en train d' examiner l' inclusion de tels mécanismes dans l' article 7 .
-deuxièmement , dans la transparence pour les citoyens , qui connaissent à présent les droits dont ils disposent vis-à-vis de ceux qui appliquent et élaborent le droit européen , et pour ceux qui , justement , appliquent et élaborent ce droit européen .
diff --git a/regression-testing/tests/phrase.multiple-translation-system-lr/truth/results.txt b/regression-testing/tests/phrase.multiple-translation-system-lr/truth/results.txt
deleted file mode 100644
index 198db29bc..000000000
--- a/regression-testing/tests/phrase.multiple-translation-system-lr/truth/results.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-TRANSLATION_1=mr president , what we devrons but also to to biarritz , this is regarder a little more loin .
-TRANSLATION_2=the élus that we are have the with difference the us of the encourager to progresser , in dépit of the adversité , that of relayer the messages that we recevons of the opinion all in each of our countries .
-TRANSLATION_3=the prerequisites for the événements of these derniers time , the issue of the sufficiently of the essence to it also in remarquable .
-TRANSLATION_4=in the , the council , it is train of examiner the inclusion of such mécanismes in article 7 .
-TRANSLATION_5=secondly , in the transparency for the citizens , which are now the droits which they disposent vis-à-vis of those appliquent and élaborent the european law and , to those , precisely appliquent and élaborent this european law .
-LMLOAD_TIME ~ 8.00
-PTLOAD_TIME ~ 9.00
-SCORE_1 = -621.293
-SCORE_2 = -1402.951
-SCORE_3 = -636.300
-SCORE_4 = -631.966
-SCORE_5 = -1110.522
-TOTAL_WALLTIME ~ 16
diff --git a/regression-testing/tests/phrase.multiple-translation-system/filter-stderr.pl b/regression-testing/tests/phrase.multiple-translation-system/filter-stderr.pl
deleted file mode 100755
index 2f6e17607..000000000
--- a/regression-testing/tests/phrase.multiple-translation-system/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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.multiple-translation-system/filter-stdout.pl b/regression-testing/tests/phrase.multiple-translation-system/filter-stdout.pl
deleted file mode 100755
index 476ddf6e9..000000000
--- a/regression-testing/tests/phrase.multiple-translation-system/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "TRANSLATION_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.multiple-translation-system/moses.ini b/regression-testing/tests/phrase.multiple-translation-system/moses.ini
deleted file mode 100644
index 7d9f23d39..000000000
--- a/regression-testing/tests/phrase.multiple-translation-system/moses.ini
+++ /dev/null
@@ -1,65 +0,0 @@
-# moses.ini for regression test
-
-# D - decoding path, R - reordering model, L - language model
-[translation-systems]
-other D 0 L 0
-default D 1 L 1
-
-[mapping]
-0 T 0
-1 T 1
-
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/lexicalized-reordering/phrase-table.0-0.gz
-0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz
-
-# language model
-[lmodel-file]
-0 0 3 ${LM_PATH}/europarl.en.srilm.gz
-0 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.1
-0.141806519223522
-
-# language model weight
-[weight-l]
-0.001
-0.142658800199951
-
-# translation model weight (phrase translation, lexical weighting)
-[weight-t]
-0.5
-0.5
-0.5
-0.5
-0.5
-0.00402447059454402
-0.0685647475075862
-0.294089113124688
-0.0328320356515851
--0.0426081987467227
-
-# word penalty
-[weight-w]
-0.273416114951401
--0.273416114951401
-
-[distortion-limit]
-4
-
-[beam-threshold]
-0.03
-
-[input-factors]
-0
-
-
-[verbose]
-2
-
diff --git a/regression-testing/tests/phrase.multiple-translation-system/to-translate.txt b/regression-testing/tests/phrase.multiple-translation-system/to-translate.txt
deleted file mode 100644
index a505702d1..000000000
--- a/regression-testing/tests/phrase.multiple-translation-system/to-translate.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-ich frage sie also , herr präsident : stellen die unterschiedlichen arbeitskosten somit nicht auch eine beschränkung des freien wettbewerbs in der europäischen union dar ?
-schaut man sich die fälligkeitspläne der ausführung des haushalts für 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 beschäftigungsinitiative begonnen , indem wir kleinen und mittleren unternehmen halfen , chancenkapital zu bekommen .
-das parlament will das auf zweierlei weise tun .
-nur dann werden die europäischen institutionen auch ihrem auftrag gerecht .
diff --git a/regression-testing/tests/phrase.multiple-translation-system/truth/results.txt b/regression-testing/tests/phrase.multiple-translation-system/truth/results.txt
deleted file mode 100644
index e17063443..000000000
--- a/regression-testing/tests/phrase.multiple-translation-system/truth/results.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-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 fälligkeitspläne 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 ~ 8.00
-PTLOAD_TIME ~ 9.00
-SCORE_1 = -14.843
-SCORE_2 = -133.757
-SCORE_3 = -240.241
-SCORE_4 = -5.995
-SCORE_5 = -7.015
-TOTAL_WALLTIME ~ 28
diff --git a/regression-testing/tests/phrase.nbest-multi-factor/filter-nbest.pl b/regression-testing/tests/phrase.nbest-multi-factor/filter-nbest.pl
deleted file mode 100755
index 705fceea1..000000000
--- a/regression-testing/tests/phrase.nbest-multi-factor/filter-nbest.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-$oldcode = "";
-while (<>) {
- chomp;
- ($code,$trans,$featscores,$globscores) = split(/[\s]*\|\|\|[\s]*/,$_);
- $x = 0 if $oldcode ne $code;
- $x++;
- chomp($code);
- print "TRANSLATION_${code}_NBEST_${x}=$trans ||| $featscores\n";
- $oldcode = $code;
-}
diff --git a/regression-testing/tests/phrase.nbest-multi-factor/filter-stderr.pl b/regression-testing/tests/phrase.nbest-multi-factor/filter-stderr.pl
deleted file mode 100755
index a359091ab..000000000
--- a/regression-testing/tests/phrase.nbest-multi-factor/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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($_);
- print "SCORE_$x = $pscore\n";
- $x++;
-}
diff --git a/regression-testing/tests/phrase.nbest-multi-factor/filter-stdout.pl b/regression-testing/tests/phrase.nbest-multi-factor/filter-stdout.pl
deleted file mode 100755
index 3f2ec4288..000000000
--- a/regression-testing/tests/phrase.nbest-multi-factor/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- print "TRANSLATION_$x=$_\n";
- $x++;
-}
diff --git a/regression-testing/tests/phrase.nbest-multi-factor/moses.ini b/regression-testing/tests/phrase.nbest-multi-factor/moses.ini
deleted file mode 100644
index cdc6e2359..000000000
--- a/regression-testing/tests/phrase.nbest-multi-factor/moses.ini
+++ /dev/null
@@ -1,75 +0,0 @@
-#########################
-### MOSES CONFIG FILE ###
-#########################
-
-# input factors
-[input-factors]
-0
-1
-
-# indicates that factors are separated by '++' in the input
-[factor-delimiter]
-++
-
-# mapping steps
-[mapping]
-T 0
-G 0
-T 1
-
-# translation tables: source-factors, target-factors, number of scores, file
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/multi-factor/phrase-table.0-0.gz
-1 1 1 5 ${MODEL_PATH}/multi-factor/phrase-table.1-1.gz
-
-# generation models: source-factors, target-factors
-[generation-file]
-0 1 2 ${MODEL_PATH}/multi-factor/generation.0-1.gz
-
-# language models: 0, factors, type, file
-[lmodel-file]
-0 0 3 ${LM_PATH}/europarl.en.srilm.gz
-
-# limit on how many phrase translations e for each phrase f are loaded
-# 0 = all elements loaded
-[ttable-limit]
-20
-0
-
-# distortion (reordering) weight
-[weight-d]
-0.6
-
-# language model weights
-[weight-l]
-0.5
-
-# translation model weights
-[weight-t]
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-0.2
-
-# generation model weights
-[weight-generation]
-0.3
-0
-
-# word penalty
-[weight-w]
--1
-
-[n-best-list]
-nbest
-2
-
-[verbose]
-2
-
diff --git a/regression-testing/tests/phrase.nbest-multi-factor/to-translate.txt b/regression-testing/tests/phrase.nbest-multi-factor/to-translate.txt
deleted file mode 100644
index 58686860c..000000000
--- a/regression-testing/tests/phrase.nbest-multi-factor/to-translate.txt
+++ /dev/null
@@ -1 +0,0 @@
-es++PPER gibt++VVFIN verschiedene++ADJ andere++ADJ meinungen++NN .++PE
diff --git a/regression-testing/tests/phrase.nbest-multi-factor/truth/results.txt b/regression-testing/tests/phrase.nbest-multi-factor/truth/results.txt
deleted file mode 100644
index a595f78e1..000000000
--- a/regression-testing/tests/phrase.nbest-multi-factor/truth/results.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-TRANSLATION_0=there are various different opinions .
-LMLOAD_TIME ~ 11.00
-PTLOAD_TIME ~ 23.00
-SCORE_0= -113.734
-TRANSLATION_0_NBEST_1=there are various different opinions . ||| d: 0 lm: -21.6664 w: -6 tm: -3.46226 -10.822 -2.82666 -9.32004 2.99969 -2.44147 -4.91188 -6.12017 -10.5033 2.99969 g: -0.0625204 -18.098
-TRANSLATION_0_NBEST_2=there are various other opinions . ||| d: 0 lm: -25.3276 w: -6 tm: -1.94591 -10.3833 -0.693147 -7.77959 1.99979 -0.924822 -4.91188 -3.33314 -10.5033 1.99979 g: -0.149241 -16.9924
-TOTAL_WALLTIME ~ 23
diff --git a/regression-testing/tests/phrase.ptable-filtering/filter-stderr.pl b/regression-testing/tests/phrase.ptable-filtering/filter-stderr.pl
deleted file mode 100755
index c48a43f55..000000000
--- a/regression-testing/tests/phrase.ptable-filtering/filter-stderr.pl
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
-
- if (/^\[.* ; 2-2\]$/o) {
- my @lines;
- my $done = 0;
- while (!$done) {
- $x = <>;
- if ($x =~ /^\s*$/o) { $done = 1; } else {
- chomp $x;
- $x =~ s/^\s+//o;
- push @lines, $x;
- }
- }
- my $c = 0;
- foreach my $x (sort @lines) {
- $c++;
- print "TRANSLATION_OPTION_$c=$x\n";
- }
- }
-
- next unless /^BEST TRANSLATION:/;
- s/^BEST TRANSLATION:\s*//;
- s/\s*\[111+.*$//;
- $x++;
- print "TRANSLATION_$x = $_\n";
-}
diff --git a/regression-testing/tests/phrase.ptable-filtering/filter-stdout.pl b/regression-testing/tests/phrase.ptable-filtering/filter-stdout.pl
deleted file mode 100755
index a0421ef93..000000000
--- a/regression-testing/tests/phrase.ptable-filtering/filter-stdout.pl
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/usr/bin/perl
-$x=0;
diff --git a/regression-testing/tests/phrase.ptable-filtering/moses.ini b/regression-testing/tests/phrase.ptable-filtering/moses.ini
deleted file mode 100644
index 0838ad6b7..000000000
--- a/regression-testing/tests/phrase.ptable-filtering/moses.ini
+++ /dev/null
@@ -1,52 +0,0 @@
-# reg testing
-
-[ttable-file]
-0 0 0 6 ${MODEL_PATH}/ptable-filtering/phrase-table.gz
-
-# language model
-[lmodel-file]
-0 0 3 ${LM_PATH}/europarl.en.srilm.gz
-# limit on how many phrase translations e for each phrase f are loaded
-# 0 = all elements loaded
-[ttable-limit]
-20
-
-# distortion (reordering) weight
-[weight-d]
-0.01
-
-# language model weight
-[weight-l]
-0.05
-
-# translation model weight (phrase translation, lexical weighting)
-[weight-t]
-0.019268
-0.025749
-0.018038
-0.008511
-0.013410
--0.624610
-
-# word penalty
-[weight-w]
--0.108496
-
-[distortion-limit]
-6
-
-[stack]
-100
-
-[beam-threshold]
-0.03
-
-[input-factors]
-0
-
-[mapping]
-T 0
-
-[verbose]
-3
-
diff --git a/regression-testing/tests/phrase.ptable-filtering/to-translate.txt b/regression-testing/tests/phrase.ptable-filtering/to-translate.txt
deleted file mode 100644
index 3ece67fa6..000000000
--- a/regression-testing/tests/phrase.ptable-filtering/to-translate.txt
+++ /dev/null
@@ -1 +0,0 @@
-西 è” æ±‡æ¬¾ .
diff --git a/regression-testing/tests/phrase.ptable-filtering/truth/results.txt b/regression-testing/tests/phrase.ptable-filtering/truth/results.txt
deleted file mode 100644
index 8be8a2fde..000000000
--- a/regression-testing/tests/phrase.ptable-filtering/truth/results.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-TRANSLATION_OPTION_1=form of :: pC=-0.571, c=-0.815
-TRANSLATION_OPTION_2=from :: pC=-0.604, c=-0.783
-TRANSLATION_OPTION_3=money :: pC=-0.380, c=-0.680
-TRANSLATION_OPTION_4=money transfers :: pC=-0.291, c=-0.797
-TRANSLATION_OPTION_5=of transfers :: pC=-0.323, c=-0.805
-TRANSLATION_OPTION_6=payments :: pC=-0.493, c=-0.816
-TRANSLATION_OPTION_7=providing :: pC=-0.536, c=-0.866
-TRANSLATION_OPTION_8=remittance :: pC=-0.059, c=-0.627
-TRANSLATION_OPTION_9=remittance of :: pC=-0.154, c=-0.726
-TRANSLATION_OPTION_10=remittances , :: pC=-0.202, c=-0.793
-TRANSLATION_OPTION_11=remittances , to :: pC=-0.161, c=-0.864
-TRANSLATION_OPTION_12=remittances :: pC=-0.043, c=-0.611
-TRANSLATION_OPTION_13=remittances from :: pC=-0.154, c=-0.753
-TRANSLATION_OPTION_14=represents :: pC=-0.551, c=-0.852
-TRANSLATION_OPTION_15=sending money :: pC=-0.333, c=-0.835
-TRANSLATION_OPTION_16=sent :: pC=-0.491, c=-0.833
-TRANSLATION_OPTION_17=transfer :: pC=-0.374, c=-0.717
-TRANSLATION_OPTION_18=transfer of money :: pC=-0.352, c=-0.801
-TRANSLATION_OPTION_19=transfers :: pC=-0.333, c=-0.692
-TRANSLATION_OPTION_20=transfers from :: pC=-0.359, c=-0.759
-TRANSLATION_1 = from the west .
-TOTAL_WALLTIME ~ 14
diff --git a/regression-testing/tests/phrase.show-weights.lex-reorder/filter-stderr.pl b/regression-testing/tests/phrase.show-weights.lex-reorder/filter-stderr.pl
deleted file mode 100755
index 9580c1999..000000000
--- a/regression-testing/tests/phrase.show-weights.lex-reorder/filter-stderr.pl
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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;
-}
diff --git a/regression-testing/tests/phrase.show-weights.lex-reorder/filter-stdout.pl b/regression-testing/tests/phrase.show-weights.lex-reorder/filter-stdout.pl
deleted file mode 100755
index bf007545e..000000000
--- a/regression-testing/tests/phrase.show-weights.lex-reorder/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "WEIGHT_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.show-weights.lex-reorder/moses.ini b/regression-testing/tests/phrase.show-weights.lex-reorder/moses.ini
deleted file mode 100644
index 0806f3cc8..000000000
--- a/regression-testing/tests/phrase.show-weights.lex-reorder/moses.ini
+++ /dev/null
@@ -1,66 +0,0 @@
-#########################
-### MOSES CONFIG FILE ###
-#########################
-
-# input factors
-[input-factors]
-0
-
-# mapping steps
-[mapping]
-T 0
-
-# translation tables: source-factors, target-factors, number of scores, file
-[ttable-file]
-0 0 0 5 ${MODEL_PATH}/lexicalized-reordering/phrase-table.0-0.gz
-
-# no generation models, no generation-file section
-
-# language models: type(srilm/irstlm), factors, order, file
-[lmodel-file]
-0 0 5 ${MODEL_PATH}/lexicalized-reordering/europarl.lm
-
-
-# limit on how many phrase translations e for each phrase f are loaded
-# 0 = all elements loaded
-[ttable-limit]
-20
-0
-# distortion (reordering) files
-[distortion-file]
-0-0 msd-bidirectional-fe 6 ${MODEL_PATH}/lexicalized-reordering/reordering-table.msd-bidirectional-fe.0.5.0-0.gz
-
-# distortion (reordering) weight
-[weight-d]
-0.5
-0.3
-0.3
-0.3
-0.3
-0.3
-0.3
-
-# language model weights
-[weight-l]
-0.5000
-
-
-# translation model weights
-[weight-t]
-0.2
-0.2
-0.2
-0.2
-0.2
-
-# no generation models, no weight-generation section
-
-# word penalty
-[weight-w]
--1
-
-[distortion-limit]
-6
-
-[show-weights]
-1
diff --git a/regression-testing/tests/phrase.show-weights.lex-reorder/to-translate.txt b/regression-testing/tests/phrase.show-weights.lex-reorder/to-translate.txt
deleted file mode 100644
index e69de29bb..000000000
--- a/regression-testing/tests/phrase.show-weights.lex-reorder/to-translate.txt
+++ /dev/null
diff --git a/regression-testing/tests/phrase.show-weights.lex-reorder/truth/results.txt b/regression-testing/tests/phrase.show-weights.lex-reorder/truth/results.txt
deleted file mode 100644
index d49a872ca..000000000
--- a/regression-testing/tests/phrase.show-weights.lex-reorder/truth/results.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-WEIGHT_1 = Distortion d 0.500000
-WEIGHT_2 = LexicalReordering_msd-bidirectional-fe d 0.300000
-WEIGHT_3 = LexicalReordering_msd-bidirectional-fe d 0.300000
-WEIGHT_4 = LexicalReordering_msd-bidirectional-fe d 0.300000
-WEIGHT_5 = LexicalReordering_msd-bidirectional-fe d 0.300000
-WEIGHT_6 = LexicalReordering_msd-bidirectional-fe d 0.300000
-WEIGHT_7 = LexicalReordering_msd-bidirectional-fe d 0.300000
-WEIGHT_8 = LM lm 0.500000
-WEIGHT_9 = WordPenalty w -1.000000
-WEIGHT_10 = PhraseModel tm 0.200000
-WEIGHT_11 = PhraseModel tm 0.200000
-WEIGHT_12 = PhraseModel tm 0.200000
-WEIGHT_13 = PhraseModel tm 0.200000
-WEIGHT_14 = PhraseModel tm 0.200000
-TOTAL_WALLTIME ~ 28
diff --git a/regression-testing/tests/phrase.show-weights/filter-stderr.pl b/regression-testing/tests/phrase.show-weights/filter-stderr.pl
deleted file mode 100755
index 9580c1999..000000000
--- a/regression-testing/tests/phrase.show-weights/filter-stderr.pl
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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;
-}
diff --git a/regression-testing/tests/phrase.show-weights/filter-stdout.pl b/regression-testing/tests/phrase.show-weights/filter-stdout.pl
deleted file mode 100755
index bf007545e..000000000
--- a/regression-testing/tests/phrase.show-weights/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- $x++;
- print "WEIGHT_$x=$_\n";
-}
diff --git a/regression-testing/tests/phrase.show-weights/moses.ini b/regression-testing/tests/phrase.show-weights/moses.ini
deleted file mode 100644
index e99ea9b1f..000000000
--- a/regression-testing/tests/phrase.show-weights/moses.ini
+++ /dev/null
@@ -1,58 +0,0 @@
-# Moses configuration file
-# automatic exodus from pharaoh.ini Wed Jul 12 18:24:14 EDT 2006
-
-###########################
-### PHARAOH CONFIG FILE ###
-###########################
-
-# phrase table f, n, p(n|f)
-[ttable-file]
-1 0 0 5 ${MODEL_PATH}/basic-surface-binptable/phrase-table.gz
-
-# language model
-[lmodel-file]
-0 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
-
-[show-weights]
-1
diff --git a/regression-testing/tests/phrase.show-weights/to-translate.txt b/regression-testing/tests/phrase.show-weights/to-translate.txt
deleted file mode 100644
index e69de29bb..000000000
--- a/regression-testing/tests/phrase.show-weights/to-translate.txt
+++ /dev/null
diff --git a/regression-testing/tests/phrase.show-weights/truth/results.txt b/regression-testing/tests/phrase.show-weights/truth/results.txt
deleted file mode 100644
index 5c7be0978..000000000
--- a/regression-testing/tests/phrase.show-weights/truth/results.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-WEIGHT_1 = Distortion d 0.141807
-WEIGHT_2 = LM lm 0.142659
-WEIGHT_3 = WordPenalty w -0.273416
-WEIGHT_4 = PhraseModel tm 0.004024
-WEIGHT_5 = PhraseModel tm 0.068565
-WEIGHT_6 = PhraseModel tm 0.294089
-WEIGHT_7 = PhraseModel tm 0.032832
-WEIGHT_8 = PhraseModel tm -0.042608
-TOTAL_WALLTIME ~ 28
diff --git a/regression-testing/tests/phrase.xml-markup/filter-nbest.pl b/regression-testing/tests/phrase.xml-markup/filter-nbest.pl
deleted file mode 100755
index 705fceea1..000000000
--- a/regression-testing/tests/phrase.xml-markup/filter-nbest.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-$oldcode = "";
-while (<>) {
- chomp;
- ($code,$trans,$featscores,$globscores) = split(/[\s]*\|\|\|[\s]*/,$_);
- $x = 0 if $oldcode ne $code;
- $x++;
- chomp($code);
- print "TRANSLATION_${code}_NBEST_${x}=$trans ||| $featscores\n";
- $oldcode = $code;
-}
diff --git a/regression-testing/tests/phrase.xml-markup/filter-stderr.pl b/regression-testing/tests/phrase.xml-markup/filter-stderr.pl
deleted file mode 100755
index a359091ab..000000000
--- a/regression-testing/tests/phrase.xml-markup/filter-stderr.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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($_);
- print "SCORE_$x = $pscore\n";
- $x++;
-}
diff --git a/regression-testing/tests/phrase.xml-markup/filter-stdout.pl b/regression-testing/tests/phrase.xml-markup/filter-stdout.pl
deleted file mode 100755
index 3f2ec4288..000000000
--- a/regression-testing/tests/phrase.xml-markup/filter-stdout.pl
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/perl
-$x=0;
-while (<>) {
- chomp;
- print "TRANSLATION_$x=$_\n";
- $x++;
-}
diff --git a/regression-testing/tests/phrase.xml-markup/moses.ini b/regression-testing/tests/phrase.xml-markup/moses.ini
deleted file mode 100644
index 1fedb28a5..000000000
--- a/regression-testing/tests/phrase.xml-markup/moses.ini
+++ /dev/null
@@ -1,57 +0,0 @@
-# Moses configuration file
-# automatic exodus from pharaoh.ini Wed Jul 12 18:24:14 EDT 2006
-
-###########################
-### PHARAOH CONFIG FILE ###
-###########################
-
-# phrase table f, n, p(n|f)
-[ttable-file]
-0 0 1 ${TEST_PATH}/phrase-table
-
-# language model
-[lmodel-file]
-0 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
-0
-
-# distortion (reordering) weight
-[weight-d]
-1.0
-
-# language model weight
-[weight-l]
-1.0
-
-# translation model weight (phrase translation, lexical weighting)
-[weight-t]
-1.0
-
-# word penalty
-[weight-w]
--5.0
-
-[distortion-limit]
-25
-
-[beam-threshold]
-0.000
-
-[input-factors]
-0
-
-[mapping]
-T 0
-
-[verbose]
-2
-
-[n-best-list]
-nbest
-10
-
-[xml-input]
-inclusive
-
diff --git a/regression-testing/tests/phrase.xml-markup/phrase-table b/regression-testing/tests/phrase.xml-markup/phrase-table
deleted file mode 100644
index fc67473c7..000000000
--- a/regression-testing/tests/phrase.xml-markup/phrase-table
+++ /dev/null
@@ -1,22 +0,0 @@
-der ||| the ||| 0.3
-das ||| the ||| 0.4
-das ||| it ||| 0.1
-das ||| this ||| 0.1
-die ||| the ||| 0.3
-ist ||| is ||| 1.0
-ist ||| 's ||| 1.0
-das ist ||| it is ||| 0.2
-das ist ||| this is ||| 0.8
-es ist ||| it is ||| 0.8
-es ist ||| this is ||| 0.2
-ein ||| a ||| 1.0
-ein ||| an ||| 1.0
-klein ||| small ||| 0.8
-klein ||| little ||| 0.8
-kleines ||| small ||| 0.2
-kleines ||| little ||| 0.2
-haus ||| house ||| 1.0
-alt ||| old ||| 0.8
-altes ||| old ||| 0.2
-gibt ||| gives ||| 1.0
-es gibt ||| there is ||| 1.0
diff --git a/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.idx b/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.idx
deleted file mode 100644
index a18ceafd3..000000000
--- a/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.idx
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.srctree b/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.srctree
deleted file mode 100644
index 9335395bf..000000000
--- a/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.srctree
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.srcvoc b/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.srcvoc
deleted file mode 100644
index cc94a13dc..000000000
--- a/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.srcvoc
+++ /dev/null
@@ -1,12 +0,0 @@
-11 gibt
-10 altes
-9 alt
-8 haus
-7 kleines
-6 klein
-5 ein
-4 es
-3 ist
-2 die
-1 das
-0 der
diff --git a/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.tgtdata b/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.tgtdata
deleted file mode 100644
index 1af05d728..000000000
--- a/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.tgtdata
+++ /dev/null
Binary files differ
diff --git a/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.tgtvoc b/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.tgtvoc
deleted file mode 100644
index a00b16fb1..000000000
--- a/regression-testing/tests/phrase.xml-markup/phrase-table.binphr.tgtvoc
+++ /dev/null
@@ -1,13 +0,0 @@
-12 there
-11 gives
-10 old
-9 house
-8 little
-7 small
-6 an
-5 a
-4 's
-3 is
-2 this
-1 it
-0 the
diff --git a/regression-testing/tests/phrase.xml-markup/to-translate.txt b/regression-testing/tests/phrase.xml-markup/to-translate.txt
deleted file mode 100644
index 3e0d71f97..000000000
--- a/regression-testing/tests/phrase.xml-markup/to-translate.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-das ist ein kleines <n english="dwelling" prob="0.8">haus</n> .
-das ist ein kleines <n english="dwelling||building" prob="0.6||0.4">haus</n> .
-das ist ein kleines <n english="dwelling||building" prob="0.6||100.0">haus</n> .
-<n english="dwelling||building" prob="10.6||0.4" span="4-4" />das ist ein kleines haus .
-<n english="dwelling" prob="10.6" span="4-4" />das ist ein kleines haus .
-<n english="nice place" prob="4.0" span="3-4" /><n english="dwelling" prob="10.6" span="4-4" />das ist ein kleines haus .
diff --git a/regression-testing/tests/phrase.xml-markup/truth/results.txt b/regression-testing/tests/phrase.xml-markup/truth/results.txt
deleted file mode 100644
index 3aa22c188..000000000
--- a/regression-testing/tests/phrase.xml-markup/truth/results.txt
+++ /dev/null
@@ -1,75 +0,0 @@
-TRANSLATION_0=this is a small house .
-TRANSLATION_1=this is a small house .
-TRANSLATION_2=this is a little building .
-TRANSLATION_3=this is a small house .
-TRANSLATION_4=this is a small house .
-TRANSLATION_5=this is a nice place .
-LMLOAD_TIME ~ 5.000
-PTLOAD_TIME ~ 5.000
-SCORE_0 = -94.029
-SCORE_1 = -94.029
-SCORE_2 = -92.554
-SCORE_3 = -94.029
-SCORE_4 = -94.029
-SCORE_5 = -93.875
-TRANSLATION_0_NBEST_1=this is a small house . ||| d: 0 lm: -22.1968 w: -6 tm: -1.83258
-TRANSLATION_0_NBEST_2=it is a small house . ||| d: 0 lm: -22.2422 w: -6 tm: -3.21888
-TRANSLATION_0_NBEST_3=this is a little house . ||| d: 0 lm: -26.517 w: -6 tm: -1.83258
-TRANSLATION_0_NBEST_4=it is a little house . ||| d: 0 lm: -26.5625 w: -6 tm: -3.21888
-TRANSLATION_0_NBEST_5=this is a little dwelling . ||| d: 0 lm: -31.093 w: -6 tm: -2.05573
-TRANSLATION_0_NBEST_6=this is an small house . ||| d: 0 lm: -31.6579 w: -6 tm: -1.83258
-TRANSLATION_0_NBEST_7=this is a small dwelling . ||| d: 0 lm: -31.5834 w: -6 tm: -2.05573
-TRANSLATION_0_NBEST_8=it is a little dwelling . ||| d: 0 lm: -31.1384 w: -6 tm: -3.44202
-TRANSLATION_0_NBEST_9=this is a house small . ||| d: -4 lm: -29.1723 w: -6 tm: -1.83258
-TRANSLATION_0_NBEST_10=it is a small dwelling . ||| d: 0 lm: -31.6288 w: -6 tm: -3.44202
-TRANSLATION_1_NBEST_1=this is a small house . ||| d: 0 lm: -22.1968 w: -6 tm: -1.83258
-TRANSLATION_1_NBEST_2=it is a small house . ||| d: 0 lm: -22.2422 w: -6 tm: -3.21888
-TRANSLATION_1_NBEST_3=this is a little building . ||| d: 0 lm: -25.3263 w: -6 tm: -2.74887
-TRANSLATION_1_NBEST_4=this is a little house . ||| d: 0 lm: -26.517 w: -6 tm: -1.83258
-TRANSLATION_1_NBEST_5=this is a small building . ||| d: 0 lm: -25.8167 w: -6 tm: -2.74887
-TRANSLATION_1_NBEST_6=it is a little building . ||| d: 0 lm: -25.3718 w: -6 tm: -4.13517
-TRANSLATION_1_NBEST_7=it is a little house . ||| d: 0 lm: -26.5625 w: -6 tm: -3.21888
-TRANSLATION_1_NBEST_8=it is a small building . ||| d: 0 lm: -25.8622 w: -6 tm: -4.13517
-TRANSLATION_1_NBEST_9=this is a little dwelling . ||| d: 0 lm: -31.093 w: -6 tm: -2.34341
-TRANSLATION_1_NBEST_10=this is an small house . ||| d: 0 lm: -31.6579 w: -6 tm: -1.83258
-TRANSLATION_2_NBEST_1=this is a little building . ||| d: 0 lm: -25.3263 w: -6 tm: 2.77259
-TRANSLATION_2_NBEST_2=this is a small building . ||| d: 0 lm: -25.8167 w: -6 tm: 2.77259
-TRANSLATION_2_NBEST_3=it is a little building . ||| d: 0 lm: -25.3718 w: -6 tm: 1.38629
-TRANSLATION_2_NBEST_4=this is a small house . ||| d: 0 lm: -22.1968 w: -6 tm: -1.83258
-TRANSLATION_2_NBEST_5=it is a small building . ||| d: 0 lm: -25.8622 w: -6 tm: 1.38629
-TRANSLATION_2_NBEST_6=it is a small house . ||| d: 0 lm: -22.2422 w: -6 tm: -3.21888
-TRANSLATION_2_NBEST_7=this is a little house . ||| d: 0 lm: -26.517 w: -6 tm: -1.83258
-TRANSLATION_2_NBEST_8=this is an small building . ||| d: 0 lm: -32.235 w: -6 tm: 2.77259
-TRANSLATION_2_NBEST_9=this is an little building . ||| d: 0 lm: -32.3167 w: -6 tm: 2.77259
-TRANSLATION_2_NBEST_10=it is a little house . ||| d: 0 lm: -26.5625 w: -6 tm: -3.21888
-TRANSLATION_3_NBEST_1=this is a small house . ||| d: 0 lm: -22.1968 w: -6 tm: -1.83258
-TRANSLATION_3_NBEST_2=it is a small house . ||| d: 0 lm: -22.2422 w: -6 tm: -3.21888
-TRANSLATION_3_NBEST_3=this is a little building . ||| d: 0 lm: -25.3263 w: -6 tm: -2.74887
-TRANSLATION_3_NBEST_4=this is a little house . ||| d: 0 lm: -26.517 w: -6 tm: -1.83258
-TRANSLATION_3_NBEST_5=this is a small building . ||| d: 0 lm: -25.8167 w: -6 tm: -2.74887
-TRANSLATION_3_NBEST_6=it is a little building . ||| d: 0 lm: -25.3718 w: -6 tm: -4.13517
-TRANSLATION_3_NBEST_7=it is a little house . ||| d: 0 lm: -26.5625 w: -6 tm: -3.21888
-TRANSLATION_3_NBEST_8=it is a small building . ||| d: 0 lm: -25.8622 w: -6 tm: -4.13517
-TRANSLATION_3_NBEST_9=this is a little dwelling . ||| d: 0 lm: -31.093 w: -6 tm: 0.528273
-TRANSLATION_3_NBEST_10=this is a small dwelling . ||| d: 0 lm: -31.5834 w: -6 tm: 0.528273
-TRANSLATION_4_NBEST_1=this is a small house . ||| d: 0 lm: -22.1968 w: -6 tm: -1.83258
-TRANSLATION_4_NBEST_2=it is a small house . ||| d: 0 lm: -22.2422 w: -6 tm: -3.21888
-TRANSLATION_4_NBEST_3=this is a little house . ||| d: 0 lm: -26.517 w: -6 tm: -1.83258
-TRANSLATION_4_NBEST_4=it is a little house . ||| d: 0 lm: -26.5625 w: -6 tm: -3.21888
-TRANSLATION_4_NBEST_5=this is a little dwelling . ||| d: 0 lm: -31.093 w: -6 tm: 0.528273
-TRANSLATION_4_NBEST_6=this is a small dwelling . ||| d: 0 lm: -31.5834 w: -6 tm: 0.528273
-TRANSLATION_4_NBEST_7=it is a little dwelling . ||| d: 0 lm: -31.1384 w: -6 tm: -0.858022
-TRANSLATION_4_NBEST_8=it is a small dwelling . ||| d: 0 lm: -31.6288 w: -6 tm: -0.858022
-TRANSLATION_4_NBEST_9=this is an small house . ||| d: 0 lm: -31.6579 w: -6 tm: -1.83258
-TRANSLATION_4_NBEST_10=this is a house small . ||| d: -4 lm: -29.1723 w: -6 tm: -1.83258
-TRANSLATION_5_NBEST_1=this is a nice place . ||| d: 0 lm: -25.0386 w: -6 tm: 1.16315
-TRANSLATION_5_NBEST_2=this is a small house . ||| d: 0 lm: -22.1968 w: -6 tm: -1.83258
-TRANSLATION_5_NBEST_3=it is a nice place . ||| d: 0 lm: -25.084 w: -6 tm: -0.223144
-TRANSLATION_5_NBEST_4=it is a small house . ||| d: 0 lm: -22.2422 w: -6 tm: -3.21888
-TRANSLATION_5_NBEST_5=this is a little house . ||| d: 0 lm: -26.517 w: -6 tm: -1.83258
-TRANSLATION_5_NBEST_6=it is a little house . ||| d: 0 lm: -26.5625 w: -6 tm: -3.21888
-TRANSLATION_5_NBEST_7=this is an nice place . ||| d: 0 lm: -31.5425 w: -6 tm: 1.16315
-TRANSLATION_5_NBEST_8=this is a little dwelling . ||| d: 0 lm: -31.093 w: -6 tm: 0.528273
-TRANSLATION_5_NBEST_9=this is a small dwelling . ||| d: 0 lm: -31.5834 w: -6 tm: 0.528273
-TRANSLATION_5_NBEST_10=it is a little dwelling . ||| d: 0 lm: -31.1384 w: -6 tm: -0.858022
-TOTAL_WALLTIME ~ 5
diff --git a/regression-testing/tests/score.hierarchical-inv/args.txt b/regression-testing/tests/score.hierarchical-inv/args.txt
deleted file mode 100644
index 9de2f235f..000000000
--- a/regression-testing/tests/score.hierarchical-inv/args.txt
+++ /dev/null
@@ -1 +0,0 @@
-$data_dir/models/score.hierarchical/extract.inv.sorted $data_dir/models/score.hierarchical/lex.e2f $outPath --Hierarchical --Inverse
diff --git a/regression-testing/tests/score.hierarchical-inv/truth/results.txt b/regression-testing/tests/score.hierarchical-inv/truth/results.txt
deleted file mode 100644
index 1515e02ad..000000000
--- a/regression-testing/tests/score.hierarchical-inv/truth/results.txt
+++ /dev/null
@@ -1,9603 +0,0 @@
-( [X] ||| ( [X] ||| 1 ||| ||| 1 1
-( [X][X] [X] ||| ( [X][X] [X] ||| 1 ||| ||| 0.576191 0.576191
-( [X][X] a [X] ||| ( [X][X] einer [X] ||| 1 ||| ||| 0.1 0.1
-( [X][X] rose and observed [X] ||| ( [X][X] erhebt sich zu [X] ||| 1 ||| ||| 0.142857 0.142857
-( the House [X] ||| ( das Parlament [X] ||| 1 ||| ||| 0.333333 0.333333
-( the House [X][X] [X] ||| ( das Parlament [X][X] [X] ||| 1 ||| ||| 0.242857 0.242857
-( the House [X][X] a [X] ||| ( das Parlament [X][X] einer [X] ||| 1 ||| ||| 0.1 0.1
-( the [X] ||| ( das [X] ||| 1 ||| ||| 1 1
-( the [X][X] [X] ||| ( das [X][X] [X] ||| 1 ||| ||| 0.242857 0.242857
-( the [X][X] a [X] ||| ( das [X][X] einer [X] ||| 1 ||| ||| 0.1 0.1
-) [X] ||| ) [X] ||| 1 ||| ||| 1 1
-Alexander [X] ||| , Alexander [X] ||| 1 ||| ||| 2 1
-for Alexander [X] ||| , Alexander [X] ||| 1 ||| ||| 2 1
-, Madam President , [X] ||| , Frau Präsidentin , [X] ||| 1 ||| ||| 0.166667 0.166667
-, Madam President , [X] ||| , Frau Präsidentin , der [X] ||| 1 ||| ||| 0.125 0.125
-, Madam President [X] ||| , Frau Präsidentin [X] ||| 1 ||| ||| 0.333333 0.333333
-, Madam [X] ||| , Frau [X] ||| 1 ||| ||| 1 1
-, Madam [X][X] [X] ||| , Frau [X][X] [X] ||| 1 ||| ||| 0.291667 0.291667
-, Madam [X][X] [X] ||| , Frau [X][X] der [X] ||| 1 ||| ||| 0.125 0.125
-, Mr Evans , [X] ||| , Herr Evans , [X] ||| 1 ||| ||| 0.166667 0.166667
-, Mr Evans , [X][X] [X] ||| , Herr Evans , [X][X] [X] ||| 1 ||| ||| 0.0871143 0.0871143
-, Mr Evans , I [X] ||| , Herr Evans , ich [X] ||| 1 ||| ||| 0.0909091 0.0909091
-, Mr Evans [X] ||| , Herr Evans [X] ||| 1 ||| ||| 0.333333 0.333333
-, Mr Evans [X][X] [X] ||| , Herr Evans [X][X] [X] ||| 1 ||| ||| 0.178023 0.178023
-, Mr Evans [X][X] feel [X] ||| , Herr Evans [X][X] denke , daß [X] ||| 1 ||| ||| 0.0526316 0.0526316
-, Mr Evans [X][X] an [X] ||| , Herr Evans [X][X] eine [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, Mr [X] ||| , Herr [X] ||| 1 ||| ||| 1 1
-, Mr [X][X] [X] ||| , Herr [X][X] [X] ||| 1 ||| ||| 0.34469 0.34469
-, Mr [X][X] feel [X] ||| , Herr [X][X] denke , daß [X] ||| 1 ||| ||| 0.0526316 0.0526316
-, Mr [X][X] feel an [X] ||| , Herr [X][X] denke , daß eine [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, Mr [X][X] an [X] ||| , Herr [X][X] eine [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, Mr [X][X] I [X] ||| , Herr [X][X] ich [X] ||| 1 ||| ||| 0.0909091 0.0909091
-, Mr [X][X] I [X][X] [X] ||| , Herr [X][X] ich [X][X] [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, Mr [X][X] I feel [X] ||| , Herr [X][X] ich denke , daß [X] ||| 1 ||| ||| 0.0526316 0.0526316
-, Mr Zimeray , [X] ||| , Herrn Zimeray , [X] ||| 1 ||| ||| 0.166667 0.166667
-, Mr Zimeray , [X][X] [X] ||| , Herrn Zimeray , [X][X] [X] ||| 1 ||| ||| 0.142157 0.142157
-, Mr Zimeray [X] ||| , Herrn Zimeray [X] ||| 1 ||| ||| 0.333333 0.333333
-, Mr Zimeray [X][X] [X] ||| , Herrn Zimeray [X][X] [X] ||| 1 ||| ||| 0.142157 0.142157
-, Mr Zimeray [X][X] presented [X] ||| , Herrn Zimeray [X][X] eingereicht [X] ||| 1 ||| ||| 0.0588235 0.0588235
-, Mr [X] ||| , Herrn [X] ||| 1 ||| ||| 1 1
-, Mr [X][X] [X] ||| , Herrn [X][X] [X] ||| 1 ||| ||| 0.308824 0.308824
-, Mr [X][X] presented [X] ||| , Herrn [X][X] eingereicht [X] ||| 1 ||| ||| 0.0588235 0.0588235
-, [X] ||| , [X] ||| 1 ||| ||| 39 28
-, on [X] ||| , [X] ||| 1 ||| ||| 39 1
-, on behalf [X] ||| , [X] ||| 1 ||| ||| 39 1
-, on behalf of [X] ||| , [X] ||| 1 ||| ||| 39 1
-, using [X] ||| , [X] ||| 1 ||| ||| 39 1
-indeed , [X] ||| , [X] ||| 1 ||| ||| 39 1
-representations , [X] ||| , [X] ||| 1 ||| ||| 39 1
-representations , using [X] ||| , [X] ||| 1 ||| ||| 39 1
-that [X] ||| , [X] ||| 1 ||| ||| 39 3
-to [X] ||| , [X] ||| 1 ||| ||| 39 1
-[X][X] , Madam President , [X] ||| , [X][X] , Frau Präsidentin , [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] , Madam President , [X] ||| , [X][X] , Frau Präsidentin , der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] , Madam President [X] ||| , [X][X] , Frau Präsidentin [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] , Madam [X] ||| , [X][X] , Frau [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , Madam [X][X] [X] ||| , [X][X] , Frau [X][X] [X] ||| 1 ||| ||| 0.0633528 0.0633528
-[X][X] , Madam [X][X] [X] ||| , [X][X] , Frau [X][X] der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-, [X][X] , [X] ||| , [X][X] , [X] ||| 1 ||| ||| 1.80334 1.02539
-, [X][X] [X] ||| , [X][X] , [X] ||| 1 ||| ||| 1.80334 0.2
-[X][X] , [X] ||| , [X][X] , [X] ||| 1 ||| ||| 1.80334 0.487037
-[X][X] that [X] ||| , [X][X] , [X] ||| 1 ||| ||| 1.80334 0.0909091
-, [X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , [X] ||| 1 ||| ||| 0.0715198 0.0344828
-[X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , [X] ||| 1 ||| ||| 0.0715198 0.037037
-[X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] , [X][X] . [X] ||| , [X][X] , [X][X] . [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] , [X][X] Governor [X] ||| , [X][X] , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] , [X][X] the Governor [X] ||| , [X][X] , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] , [X][X] President [X] ||| , [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] , [X][X] President and [X] ||| , [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0175439 0.0175439
-, [X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.977413 0.535178
-[X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.977413 0.142157
-[X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.977413 0.262823
-[X][X] , [X][X] the [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.977413 0.0120482
-[X][X] , [X][X] to [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.977413 0.0131579
-[X][X] , [X][X] to the [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.977413 0.0120482
-, [X][X] , raise [X][X] [X] ||| , [X][X] , [X][X] ansprechen [X] ||| 1 ||| ||| 0.0434783 0.0434783
-[X][X] , [X][X] [X] ||| , [X][X] , [X][X] der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-, [X][X] , [X][X] an [X] ||| , [X][X] , [X][X] eine [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, [X][X] , [X][X] presented [X] ||| , [X][X] , [X][X] eingereicht [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] , [X][X] . [X] ||| , [X][X] , [X][X] ist . [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] , [X][X] [X] ||| , [X][X] , [X][X] ist [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] , [X][X] and [X] ||| , [X][X] , [X][X] und [X] ||| 1 ||| ||| 0.0307018 0.0175439
-[X][X] , [X][X] and to [X] ||| , [X][X] , [X][X] und [X] ||| 1 ||| ||| 0.0307018 0.0131579
-, [X][X] , [X][X] to [X] ||| , [X][X] , [X][X] zu [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] , to [X] ||| , [X][X] , bei [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] , to [X][X] Governor [X] ||| , [X][X] , bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-[X][X] , to [X][X] [X] ||| , [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.105377 0.0801709
-[X][X] , to [X][X] the [X] ||| , [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.105377 0.0120482
-[X][X] , to [X][X] to [X] ||| , [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.105377 0.0131579
-[X][X] , to [X][X] and [X] ||| , [X][X] , bei [X][X] und [X] ||| 1 ||| ||| 0.0175439 0.0175439
-[X][X] , to the President [X] ||| , [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] , to the [X] ||| , [X][X] , bei dem [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] , to the [X][X] [X] ||| , [X][X] , bei dem [X][X] [X] ||| 1 ||| ||| 0.0515995 0.0515995
-, [X][X] , i.e. [X] ||| , [X][X] , d. h. [X] ||| 1 ||| ||| 0.142857 0.142857
-, [X][X] , i.e. [X][X] [X] ||| , [X][X] , d. h. [X][X] [X] ||| 1 ||| ||| 0.087037 0.087037
-, [X][X] , i.e. on [X] ||| , [X][X] , d. h. am [X] ||| 1 ||| ||| 0.0909091 0.0909091
-, [X][X] , [X] ||| , [X][X] , der [X] ||| 1 ||| ||| 0.276316 0.125
-[X][X] , [X] ||| , [X][X] , der [X] ||| 1 ||| ||| 0.276316 0.0263158
-[X][X] , who [X] ||| , [X][X] , der [X] ||| 1 ||| ||| 0.276316 0.125
-, [X][X] , which [X] ||| , [X][X] , die [X] ||| 1 ||| ||| 0.111111 0.111111
-, [X][X] , which [X] ||| , [X][X] , die von [X] ||| 1 ||| ||| 0.0833333 0.0833333
-, [X][X] , which many [X] ||| , [X][X] , die von vielen [X] ||| 1 ||| ||| 0.05 0.05
-, [X][X] , I [X] ||| , [X][X] , ich [X] ||| 1 ||| ||| 0.0909091 0.0909091
-, [X][X] , I [X][X] [X] ||| , [X][X] , ich [X][X] [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, [X][X] , I feel [X] ||| , [X][X] , ich denke , daß [X] ||| 1 ||| ||| 0.0526316 0.0526316
-people signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.0833333
-signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.142857
-people signed , [X][X] . [X] ||| , [X][X] , unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.05
-signed , [X][X] . [X] ||| , [X][X] , unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.111111
-people signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.0588235
-signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.142857
-, [X][X] . [X] ||| , [X][X] . [X] ||| 1 ||| ||| 0.657576 0.445455
-[X][X] . [X] ||| , [X][X] . [X] ||| 1 ||| ||| 0.657576 0.212122
-[X][X] 6 [X] ||| , [X][X] 6 [X] ||| 1 ||| ||| 0.2 0.2
-proposal [X][X] 6 that [X] ||| , [X][X] 6 vorschlägt , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-proposal [X][X] 6 [X] ||| , [X][X] 6 vorschlägt [X] ||| 1 ||| ||| 0.125 0.125
-, [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 1 ||| ||| 0.163101 0.0588235
-, using [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 1 ||| ||| 0.163101 0.0588235
-representations , [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 1 ||| ||| 0.163101 0.0454545
-, [X][X] prestigious office [X][X] [X] ||| , [X][X] Amtes [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-, [X][X] prestigious office and [X] ||| , [X][X] Amtes und [X] ||| 1 ||| ||| 0.0454545 0.0454545
-, [X][X] the start [X] ||| , [X][X] Beginn [X] ||| 1 ||| ||| 0.0588235 0.0588235
-, [X][X] the start [X][X] [X] ||| , [X][X] Beginn [X][X] [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] is appealing . [X] ||| , [X][X] Berufung geht . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] is appealing [X] ||| , [X][X] Berufung geht [X] ||| 1 ||| ||| 0.0555556 0.0555556
-, [X][X] Thursday prior [X] ||| , [X][X] Donnerstag [X] ||| 1 ||| ||| 0.175 0.175
-, [X][X] Thursday prior [X][X] [X] ||| , [X][X] Donnerstag [X][X] [X] ||| 1 ||| ||| 0.108824 0.108824
-, [X][X] Thursday prior to [X] ||| , [X][X] Donnerstag zu [X] ||| 1 ||| ||| 0.12037 0.12037
-[X][X] objection [X] ||| , [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Madam President , [X] ||| , [X][X] Frau Präsidentin , [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] Madam President , [X] ||| , [X][X] Frau Präsidentin , der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] Madam President [X] ||| , [X][X] Frau Präsidentin [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] Madam [X] ||| , [X][X] Frau [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Madam [X][X] [X] ||| , [X][X] Frau [X][X] [X] ||| 1 ||| ||| 0.0633528 0.0633528
-[X][X] Madam [X][X] [X] ||| , [X][X] Frau [X][X] der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-, [X][X] Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.112263 0.0285714
-, [X][X] the Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.112263 0.0285714
-, [X][X] to the Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.112263 0.0285714
-[X][X] Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.112263 0.00884956
-[X][X] the Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.112263 0.00884956
-[X][X] to the Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.112263 0.00884956
-, [X][X] Governor of [X] ||| , [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.0444444 0.0222222
-, [X][X] the Governor of [X] ||| , [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.0444444 0.0222222
-, [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 1 ||| ||| 0.195489 0.0714286
-, using [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 1 ||| ||| 0.195489 0.0714286
-representations , [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 1 ||| ||| 0.195489 0.0526316
-, [X][X] of your [X][X] [X] ||| , [X][X] Ihres [X][X] [X] ||| 1 ||| ||| 0.139992 0.139992
-, [X][X] the victims [X] ||| , [X][X] Opfern [X] ||| 1 ||| ||| 0.25 0.05
-, [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 1 ||| ||| 0.25 0.05
-, on [X][X] the victims [X] ||| , [X][X] Opfern [X] ||| 1 ||| ||| 0.25 0.05
-, on [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 1 ||| ||| 0.25 0.05
-, on behalf [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 1 ||| ||| 0.25 0.05
-[X][X] Parliament [X] ||| , [X][X] Parlament [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Parliament [X][X] [X] ||| , [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 0.121151 0.0672522
-[X][X] Parliament [X][X] an [X] ||| , [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 0.121151 0.02
-[X][X] Parliament [X][X] an interest [X] ||| , [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 0.121151 0.0169492
-[X][X] Parliament [X][X] interest [X] ||| , [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 0.121151 0.0169492
-[X][X] Parliament has [X][X] [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 1 ||| ||| 0.104201 0.0672522
-[X][X] Parliament has [X][X] an [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 1 ||| ||| 0.104201 0.02
-[X][X] Parliament has [X][X] interest [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 1 ||| ||| 0.104201 0.0169492
-[X][X] Parliament has consistently shown [X] ||| , [X][X] Parlament immer wieder befaßt hat [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] President , [X] ||| , [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] President , [X] ||| , [X][X] Präsidentin , der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] President [X] ||| , [X][X] Präsidentin [X] ||| 1 ||| ||| 0.0666667 0.0666667
-, [X][X] President [X] ||| , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.195238 0.166667
-[X][X] President [X] ||| , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.195238 0.0285714
-, [X][X] President [X][X] Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0462705 0.0285714
-[X][X] President [X][X] Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0462705 0.00884956
-[X][X] President [X][X] the Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0462705 0.00884956
-, [X][X] President [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.247691 0.153968
-, [X][X] President [X][X] the [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.247691 0.047619
-[X][X] President [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.247691 0.0340556
-[X][X] President [X][X] the [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.247691 0.0120482
-, [X][X] President [X][X] of [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| ||| 0.0222222 0.0222222
-, [X][X] President and [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.189215 0.0909091
-, [X][X] President and to [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.189215 0.0555556
-[X][X] President and [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.189215 0.0175439
-[X][X] President and to [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.189215 0.0131579
-[X][X] President and to the [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.189215 0.0120482
-, [X][X] President and [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.0684928 0.0507937
-[X][X] President and [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.0684928 0.00884956
-[X][X] President and to [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.0684928 0.00884956
-[X][X] public prosecutor [X] ||| , [X][X] Staatsanwalt [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] public prosecutor [X][X] . [X] ||| , [X][X] Staatsanwalt [X][X] . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] public prosecutor [X][X] [X] ||| , [X][X] Staatsanwalt [X][X] [X] ||| 1 ||| ||| 0.10101 0.10101
-[X][X] public prosecutor is appealing [X] ||| , [X][X] Staatsanwalt in Berufung geht [X] ||| 1 ||| ||| 0.0555556 0.0555556
-[X][X] public prosecutor [X] ||| , [X][X] Staatsanwalt in [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] public prosecutor [X][X] . [X] ||| , [X][X] Staatsanwalt in [X][X] . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] public prosecutor [X][X] [X] ||| , [X][X] Staatsanwalt in [X][X] [X] ||| 1 ||| ||| 0.10101 0.10101
-, [X][X] do [X][X] suggested [X] ||| , [X][X] Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.04 0.04
-, [X][X] as [X][X] suggested [X] ||| , [X][X] Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.04 0.04
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 11.7124
-, [X][X] do [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.416667
-, [X][X] have [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.030303
-, [X][X] people [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.142857
-, [X][X] representations [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.142857
-, [X][X] the [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.147619
-, [X][X] to [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.0555556
-, [X][X] to the [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.047619
-, [X][X] you [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.0357143
-, [X][X] you have [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.030303
-, on [X][X] [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.292857
-, on [X][X] the [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.1
-, on behalf [X][X] [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.292857
-, on behalf [X][X] the [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.1
-, on behalf of [X][X] [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.15
-, using [X][X] [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.378088
-representations , [X][X] [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.44368
-representations , using [X][X] [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.24368
-that [X][X] [X] ||| , [X][X] [X] ||| 1 ||| ||| 15.263 0.5
-, [X][X] do [X][X] . [X] ||| , [X][X] [X][X] . [X] ||| 1 ||| ||| 0.190909 0.0909091
-[X][X] , [X][X] . [X] ||| , [X][X] [X][X] . [X] ||| 1 ||| ||| 0.190909 0.1
-, [X][X] initiative [X][X] [X] ||| , [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.303315 0.118649
-, [X][X] initiative [X][X] have [X] ||| , [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.303315 0.030303
-, [X][X] initiative [X][X] you [X] ||| , [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.303315 0.0357143
-, [X][X] initiative of [X][X] [X] ||| , [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.303315 0.118649
-, [X][X] do [X][X] [X] ||| , [X][X] [X][X] [X] ||| 1 ||| ||| 0.550461 0.170909
-, [X][X] the [X][X] [X] ||| , [X][X] [X][X] [X] ||| 1 ||| ||| 0.550461 0.0222222
-, [X][X] to [X][X] [X] ||| , [X][X] [X][X] [X] ||| 1 ||| ||| 0.550461 0.0507937
-, [X][X] to the [X][X] [X] ||| , [X][X] [X][X] [X] ||| 1 ||| ||| 0.550461 0.0222222
-[X][X] , [X][X] [X] ||| , [X][X] [X][X] [X] ||| 1 ||| ||| 0.550461 0.284314
-, [X][X] raise [X][X] , [X] ||| , [X][X] [X][X] ansprechen , [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, [X][X] raise [X][X] [X] ||| , [X][X] [X][X] ansprechen [X] ||| 1 ||| ||| 0.0434783 0.0434783
-, [X][X] the [X][X] [X] ||| , [X][X] [X][X] das [X] ||| 1 ||| ||| 0.153846 0.0769231
-, [X][X] to the [X][X] [X] ||| , [X][X] [X][X] das [X] ||| 1 ||| ||| 0.153846 0.0769231
-, [X][X] a petition [X][X] [X] ||| , [X][X] [X][X] eine Petition [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] has [X][X] [X] ||| , [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.121151 0.0672522
-[X][X] has [X][X] an [X] ||| , [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.121151 0.02
-[X][X] has [X][X] an interest [X] ||| , [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.121151 0.0169492
-[X][X] has [X][X] interest [X] ||| , [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.121151 0.0169492
-[X][X] , [X][X] . [X] ||| , [X][X] [X][X] ist . [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] , [X][X] [X] ||| , [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.117647 0.117647
-, [X][X] to [X][X] of [X] ||| , [X][X] [X][X] von [X] ||| 1 ||| ||| 0.0222222 0.0222222
-, [X][X] on Thursday prior [X] ||| , [X][X] am Donnerstag [X] ||| 1 ||| ||| 0.05 0.05
-, [X][X] on [X] ||| , [X][X] am [X] ||| 1 ||| ||| 0.0909091 0.0909091
-, [X][X] on [X][X] [X] ||| , [X][X] am [X][X] [X] ||| 1 ||| ||| 0.087037 0.087037
-, [X][X] on [X][X] to [X] ||| , [X][X] am [X][X] zu [X] ||| 1 ||| ||| 0.037037 0.037037
-, raise [X][X] , [X] ||| , [X][X] ansprechen , [X] ||| 1 ||| ||| 0.2 0.2
-, raise [X][X] , [X][X] [X] ||| , [X][X] ansprechen , [X][X] [X] ||| 1 ||| ||| 0.177946 0.177946
-, raise [X][X] , i.e. [X] ||| , [X][X] ansprechen , d. h. [X] ||| 1 ||| ||| 0.142857 0.142857
-, raise [X][X] [X] ||| , [X][X] ansprechen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] to [X] ||| , [X][X] bei [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] to [X][X] Governor [X] ||| , [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] to [X][X] the Governor [X] ||| , [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] to [X][X] [X] ||| , [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.117425 0.0801709
-[X][X] to [X][X] the [X] ||| , [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.117425 0.0120482
-[X][X] to [X][X] to [X] ||| , [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.117425 0.0131579
-[X][X] to [X][X] to the [X] ||| , [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.117425 0.0120482
-[X][X] to [X][X] and [X] ||| , [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0307018 0.0175439
-[X][X] to [X][X] and to [X] ||| , [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0307018 0.0131579
-[X][X] to the President [X] ||| , [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] to the President [X][X] [X] ||| , [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0340556 0.0340556
-[X][X] to the President and [X] ||| , [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0175439 0.0175439
-[X][X] to the [X] ||| , [X][X] bei dem [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] to the [X][X] Governor [X] ||| , [X][X] bei dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-[X][X] to the [X][X] [X] ||| , [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.0768056 0.0515995
-[X][X] to the [X][X] the [X] ||| , [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.0768056 0.0120482
-[X][X] to the [X][X] to [X] ||| , [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.0768056 0.0131579
-, [X][X] i.e. [X] ||| , [X][X] d. h. [X] ||| 1 ||| ||| 0.142857 0.142857
-, [X][X] i.e. [X][X] [X] ||| , [X][X] d. h. [X][X] [X] ||| 1 ||| ||| 0.087037 0.087037
-, [X][X] i.e. [X][X] to [X] ||| , [X][X] d. h. [X][X] zu [X] ||| 1 ||| ||| 0.037037 0.037037
-, [X][X] i.e. on [X] ||| , [X][X] d. h. am [X] ||| 1 ||| ||| 0.0909091 0.0909091
-, [X][X] i.e. on [X][X] [X] ||| , [X][X] d. h. am [X][X] [X] ||| 1 ||| ||| 0.087037 0.087037
-[X][X] the President [X] ||| , [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] the President [X][X] Governor [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-[X][X] the President [X][X] [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0461038 0.0340556
-[X][X] the President [X][X] the [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0461038 0.0120482
-[X][X] the President and [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0307018 0.0175439
-[X][X] the President and to [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0307018 0.0131579
-[X][X] the President and [X][X] [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.00884956 0.00884956
-, [X][X] do [X][X] suggested [X] ||| , [X][X] dem Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.04 0.04
-, [X][X] as [X][X] suggested [X] ||| , [X][X] dem Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.04 0.04
-, [X][X] [X] ||| , [X][X] dem [X] ||| 1 ||| ||| 0.719299 0.5
-, [X][X] do [X] ||| , [X][X] dem [X] ||| 1 ||| ||| 0.719299 0.166667
-[X][X] the [X] ||| , [X][X] dem [X] ||| 1 ||| ||| 0.719299 0.0526316
-, [X][X] do [X][X] . [X] ||| , [X][X] dem [X][X] . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] the [X][X] Governor [X] ||| , [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] the [X][X] the Governor [X] ||| , [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-, [X][X] do [X][X] [X] ||| , [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.174308 0.0854545
-[X][X] the [X][X] [X] ||| , [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.174308 0.0515995
-[X][X] the [X][X] the [X] ||| , [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.174308 0.0120482
-[X][X] the [X][X] to [X] ||| , [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.174308 0.0131579
-[X][X] the [X][X] to the [X] ||| , [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.174308 0.0120482
-, [X][X] feel [X] ||| , [X][X] denke , daß [X] ||| 1 ||| ||| 0.0526316 0.0526316
-, [X][X] feel an [X] ||| , [X][X] denke , daß eine [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, [X][X] [X] ||| , [X][X] der [X] ||| 1 ||| ||| 0.246429 0.125
-, [X][X] of the [X] ||| , [X][X] der [X] ||| 1 ||| ||| 0.246429 0.05
-, [X][X] the [X] ||| , [X][X] der [X] ||| 1 ||| ||| 0.246429 0.0357143
-, using [X][X] the [X] ||| , [X][X] der [X] ||| 1 ||| ||| 0.246429 0.0357143
-, [X][X] which [X] ||| , [X][X] die [X] ||| 1 ||| ||| 0.111111 0.111111
-, [X][X] which [X] ||| , [X][X] die von [X] ||| 1 ||| ||| 0.0833333 0.0833333
-, [X][X] which many [X] ||| , [X][X] die von vielen [X] ||| 1 ||| ||| 0.05 0.05
-, [X][X] raise this question [X] ||| , [X][X] diese Frage ansprechen [X] ||| 1 ||| ||| 0.0434783 0.0434783
-[X][X] this Parliament [X] ||| , [X][X] dieses Parlament [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] this Parliament [X][X] [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.104201 0.0672522
-[X][X] this Parliament [X][X] an [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.104201 0.02
-[X][X] this Parliament [X][X] interest [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.104201 0.0169492
-[X][X] this Parliament has [X][X] [X] ||| , [X][X] dieses Parlament [X][X] hat [X] ||| 1 ||| ||| 0.0672522 0.0672522
-[X][X] this [X] ||| , [X][X] dieses [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] this [X][X] [X] ||| , [X][X] dieses [X][X] [X] ||| 1 ||| ||| 0.121151 0.0672522
-[X][X] this [X][X] an [X] ||| , [X][X] dieses [X][X] [X] ||| 1 ||| ||| 0.121151 0.02
-[X][X] this [X][X] an interest [X] ||| , [X][X] dieses [X][X] [X] ||| 1 ||| ||| 0.121151 0.0169492
-[X][X] this [X][X] interest [X] ||| , [X][X] dieses [X][X] [X] ||| 1 ||| ||| 0.121151 0.0169492
-, a petition [X][X] [X] ||| , [X][X] eine Petition [X] ||| 1 ||| ||| 0.2 0.2
-, a petition [X][X] presented [X] ||| , [X][X] eine Petition eingereicht [X] ||| 1 ||| ||| 0.2 0.2
-, [X][X] an [X] ||| , [X][X] eine [X] ||| 1 ||| ||| 0.201149 0.201149
-, [X][X] an initiative [X][X] [X] ||| , [X][X] eine [X][X] Initiative [X] ||| 1 ||| ||| 0.118649 0.118649
-, [X][X] an [X][X] [X] ||| , [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.184666 0.118649
-, [X][X] an [X][X] have [X] ||| , [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.184666 0.030303
-, [X][X] an [X][X] you [X] ||| , [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.184666 0.0357143
-, [X][X] presented , [X] ||| , [X][X] eingereicht , [X] ||| 1 ||| ||| 0.2 0.2
-, [X][X] presented , [X][X] [X] ||| , [X][X] eingereicht , [X][X] [X] ||| 1 ||| ||| 0.05 0.05
-, [X][X] presented , which [X] ||| , [X][X] eingereicht , die [X] ||| 1 ||| ||| 0.111111 0.111111
-, [X][X] presented , which [X] ||| , [X][X] eingereicht , die von [X] ||| 1 ||| ||| 0.0833333 0.0833333
-, [X][X] presented [X] ||| , [X][X] eingereicht [X] ||| 1 ||| ||| 0.258824 0.258824
-, [X][X] presented [X][X] [X] ||| , [X][X] eingereicht [X][X] [X] ||| 1 ||| ||| 0.244444 0.244444
-, [X][X] presented [X][X] many [X] ||| , [X][X] eingereicht [X][X] vielen [X] ||| 1 ||| ||| 0.05 0.05
-, [X][X] presented [X][X] [X] ||| , [X][X] eingereicht [X][X] von [X] ||| 1 ||| ||| 0.0833333 0.0833333
-, [X][X] presented [X][X] many [X] ||| , [X][X] eingereicht [X][X] von vielen [X] ||| 1 ||| ||| 0.05 0.05
-, [X][X] weight of your [X] ||| , [X][X] ganzen Einfluß Ihres [X] ||| 1 ||| ||| 0.0714286 0.0714286
-, [X][X] weight [X] ||| , [X][X] ganzen Einfluß [X] ||| 1 ||| ||| 0.277778 0.166667
-representations , [X][X] weight [X] ||| , [X][X] ganzen Einfluß [X] ||| 1 ||| ||| 0.277778 0.111111
-, [X][X] weight [X][X] [X] ||| , [X][X] ganzen Einfluß [X][X] [X] ||| 1 ||| ||| 0.34399 0.211421
-representations , [X][X] weight [X][X] [X] ||| , [X][X] ganzen Einfluß [X][X] [X] ||| 1 ||| ||| 0.34399 0.132569
-, [X][X] weight [X][X] the [X] ||| , [X][X] ganzen Einfluß [X][X] der [X] ||| 1 ||| ||| 0.0357143 0.0357143
-, [X][X] weight [X][X] and [X] ||| , [X][X] ganzen Einfluß [X][X] und [X] ||| 1 ||| ||| 0.0454545 0.0454545
-, I [X][X] [X] ||| , [X][X] ich [X] ||| 1 ||| ||| 0.340909 0.25
-, [X][X] I [X] ||| , [X][X] ich [X] ||| 1 ||| ||| 0.340909 0.0909091
-, [X][X] I [X][X] [X] ||| , [X][X] ich [X][X] [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, I [X][X] [X] ||| , [X][X] ich dem [X] ||| 1 ||| ||| 0.166667 0.166667
-, [X][X] I feel [X] ||| , [X][X] ich denke , daß [X] ||| 1 ||| ||| 0.0526316 0.0526316
-, [X][X] I feel an [X] ||| , [X][X] ich denke , daß eine [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] has consistently shown [X] ||| , [X][X] immer wieder befaßt hat [X] ||| 1 ||| ||| 0.050303 0.030303
-[X][X] has consistently shown an [X] ||| , [X][X] immer wieder befaßt hat [X] ||| 1 ||| ||| 0.050303 0.02
-[X][X] is appealing . [X] ||| , [X][X] in Berufung geht . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] is appealing [X] ||| , [X][X] in Berufung geht [X] ||| 1 ||| ||| 0.0555556 0.0555556
-, to [X][X] the [X][X] [X] ||| , [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.0769231 0.0769231
-her to do [X][X] possibly [X] ||| , [X][X] in ihrem Kräften stehende zu tun [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] annually [X] ||| , [X][X] jährlich [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] this Parliament [X] ||| , [X][X] sich dieses Parlament [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] this Parliament [X][X] [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.104201 0.0672522
-[X][X] this Parliament [X][X] an [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.104201 0.02
-[X][X] this Parliament [X][X] interest [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.104201 0.0169492
-[X][X] this Parliament has [X][X] [X] ||| , [X][X] sich dieses Parlament [X][X] hat [X] ||| 1 ||| ||| 0.0672522 0.0672522
-[X][X] this [X] ||| , [X][X] sich dieses [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] this [X][X] [X] ||| , [X][X] sich dieses [X][X] [X] ||| 1 ||| ||| 0.121151 0.0672522
-[X][X] this [X][X] an [X] ||| , [X][X] sich dieses [X][X] [X] ||| 1 ||| ||| 0.121151 0.02
-[X][X] this [X][X] an interest [X] ||| , [X][X] sich dieses [X][X] [X] ||| 1 ||| ||| 0.121151 0.0169492
-[X][X] this [X][X] interest [X] ||| , [X][X] sich dieses [X][X] [X] ||| 1 ||| ||| 0.121151 0.0169492
-[X][X] and to the Governor [X] ||| , [X][X] und Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-, [X][X] and [X] ||| , [X][X] und [X] ||| 1 ||| ||| 0.396709 0.136364
-, [X][X] and to [X] ||| , [X][X] und [X] ||| 1 ||| ||| 0.396709 0.0555556
-, [X][X] and to the [X] ||| , [X][X] und [X] ||| 1 ||| ||| 0.396709 0.047619
-, using [X][X] and [X] ||| , [X][X] und [X] ||| 1 ||| ||| 0.396709 0.0454545
-[X][X] and [X] ||| , [X][X] und [X] ||| 1 ||| ||| 0.396709 0.0175439
-[X][X] and to [X] ||| , [X][X] und [X] ||| 1 ||| ||| 0.396709 0.0131579
-[X][X] and to the [X] ||| , [X][X] und [X] ||| 1 ||| ||| 0.396709 0.0120482
-representations , [X][X] and [X] ||| , [X][X] und [X] ||| 1 ||| ||| 0.396709 0.0344828
-representations , using [X][X] and [X] ||| , [X][X] und [X] ||| 1 ||| ||| 0.396709 0.0344828
-, [X][X] and [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 1 ||| ||| 0.119287 0.0507937
-, [X][X] and to [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 1 ||| ||| 0.119287 0.0507937
-[X][X] and [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 1 ||| ||| 0.119287 0.00884956
-[X][X] and to [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 1 ||| ||| 0.119287 0.00884956
-, [X][X] and [X][X] of [X] ||| , [X][X] und [X][X] von [X] ||| 1 ||| ||| 0.0222222 0.0222222
-, [X][X] and the [X] ||| , [X][X] und der [X] ||| 1 ||| ||| 0.0714286 0.0357143
-, using [X][X] and the [X] ||| , [X][X] und der [X] ||| 1 ||| ||| 0.0714286 0.0357143
-people signed , [X][X] [X] ||| , [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.0833333
-signed , [X][X] [X] ||| , [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.142857
-people signed , [X][X] . [X] ||| , [X][X] unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.05
-signed , [X][X] . [X] ||| , [X][X] unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.111111
-people signed , [X][X] [X] ||| , [X][X] unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.0588235
-signed , [X][X] [X] ||| , [X][X] unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.142857
-, [X][X] many [X] ||| , [X][X] vielen [X] ||| 1 ||| ||| 0.05 0.05
-, [X][X] [X] ||| , [X][X] von [X] ||| 1 ||| ||| 0.105555 0.0833333
-, [X][X] of [X] ||| , [X][X] von [X] ||| 1 ||| ||| 0.105555 0.0222222
-, [X][X] many [X] ||| , [X][X] von vielen [X] ||| 1 ||| ||| 0.05 0.05
-proposal [X][X] that [X] ||| , [X][X] vorschlägt , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-proposal [X][X] [X] ||| , [X][X] vorschlägt [X] ||| 1 ||| ||| 0.125 0.125
-, [X][X] wish , [X] ||| , [X][X] wollen , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-, [X][X] wish , [X][X] [X] ||| , [X][X] wollen , [X][X] [X] ||| 1 ||| ||| 0.077961 0.077961
-, [X][X] wish [X] ||| , [X][X] wollen [X] ||| 1 ||| ||| 0.166667 0.166667
-, [X][X] wish [X][X] , [X] ||| , [X][X] wollen [X][X] , [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, [X][X] wish [X][X] [X] ||| , [X][X] wollen [X][X] [X] ||| 1 ||| ||| 0.077961 0.077961
-would be [X][X] . [X] ||| , [X][X] wäre . [X] ||| 1 ||| ||| 0.166667 0.166667
-would be [X][X] [X] ||| , [X][X] wäre [X] ||| 1 ||| ||| 0.25 0.25
-, [X][X] to the start [X] ||| , [X][X] zu Beginn [X] ||| 1 ||| ||| 0.0588235 0.0588235
-, [X][X] to [X] ||| , [X][X] zu [X] ||| 1 ||| ||| 0.12037 0.12037
-, [X][X] to [X][X] [X] ||| , [X][X] zu [X][X] [X] ||| 1 ||| ||| 0.108824 0.108824
-, on behalf of all [X] ||| , allen [X] ||| 1 ||| ||| 0.142857 0.142857
-everything [X] ||| , alles [X] ||| 1 ||| ||| 2 1
-everything she [X] ||| , alles [X] ||| 1 ||| ||| 2 1
-her to do everything [X][X] [X] ||| , alles in ihrem [X][X] stehende zu tun [X] ||| 1 ||| ||| 0.75 0.75
-her to do everything [X][X] [X] ||| , alles in ihrem [X][X] zu tun [X] ||| 1 ||| ||| 0.75 0.75
-, including [X] ||| , auch [X] ||| 1 ||| ||| 1 1
-, including [X] ||| , auch von [X] ||| 1 ||| ||| 1 1
-, including myself [X] ||| , auch von mir selbst , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] , including myself . [X] ||| , auch von mir selbst , [X][X] . [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] , including myself [X] ||| , auch von mir selbst , [X][X] [X] ||| 1 ||| ||| 0.142157 0.142157
-[X][X] , including myself . [X] ||| , auch von mir selbst , [X][X] ist . [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] , including myself [X] ||| , auch von mir selbst , [X][X] ist [X] ||| 1 ||| ||| 0.0588235 0.0588235
-people signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.0833333
-signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.142857
-signed , including myself . [X] ||| , auch von mir selbst , unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.111111 0.111111
-people signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.0588235
-signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.142857
-, including myself [X] ||| , auch von mir selbst [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] , including myself . [X] ||| , auch von mir selbst [X][X] . [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] , including myself [X] ||| , auch von mir selbst [X][X] [X] ||| 1 ||| ||| 0.142157 0.142157
-[X][X] , including myself . [X] ||| , auch von mir selbst [X][X] ist . [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] , including myself [X] ||| , auch von mir selbst [X][X] ist [X] ||| 1 ||| ||| 0.0588235 0.0588235
-, to [X] ||| , bei [X] ||| 1 ||| ||| 1 1
-, to [X][X] Governor [X] ||| , bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0571428 0.0285714
-, to [X][X] the Governor [X] ||| , bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0571428 0.0285714
-, to [X][X] Governor of [X] ||| , bei [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.0222222 0.0222222
-, to [X][X] [X] ||| , bei [X][X] [X] ||| 1 ||| ||| 0.562338 0.411544
-, to [X][X] the [X] ||| , bei [X][X] [X] ||| 1 ||| ||| 0.562338 0.047619
-, to [X][X] to [X] ||| , bei [X][X] [X] ||| 1 ||| ||| 0.562338 0.0555556
-, to [X][X] to the [X] ||| , bei [X][X] [X] ||| 1 ||| ||| 0.562338 0.047619
-, to [X][X] the [X][X] [X] ||| , bei [X][X] [X][X] [X] ||| 1 ||| ||| 0.0730159 0.0222222
-, to [X][X] to [X][X] [X] ||| , bei [X][X] [X][X] [X] ||| 1 ||| ||| 0.0730159 0.0507937
-, to [X][X] and [X] ||| , bei [X][X] und [X] ||| 1 ||| ||| 0.146465 0.0909091
-, to [X][X] and to [X] ||| , bei [X][X] und [X] ||| 1 ||| ||| 0.146465 0.0555556
-, to [X][X] and [X][X] [X] ||| , bei [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0507937 0.0507937
-, to [X][X] of [X] ||| , bei [X][X] von [X] ||| 1 ||| ||| 0.0222222 0.0222222
-, to the President [X] ||| , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.166667 0.166667
-, to the President [X][X] [X] ||| , bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.153968 0.153968
-, to the President and [X] ||| , bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0909091 0.0909091
-, to the [X] ||| , bei dem [X] ||| 1 ||| ||| 0.333333 0.333333
-, to the [X][X] Governor [X] ||| , bei dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0285714 0.0285714
-, to the [X][X] [X] ||| , bei dem [X][X] [X] ||| 1 ||| ||| 0.348052 0.244877
-, to the [X][X] the [X] ||| , bei dem [X][X] [X] ||| 1 ||| ||| 0.348052 0.047619
-, to the [X][X] to [X] ||| , bei dem [X][X] [X] ||| 1 ||| ||| 0.348052 0.0555556
-, to the [X][X] of [X] ||| , bei dem [X][X] von [X] ||| 1 ||| ||| 0.0222222 0.0222222
-, i.e. [X] ||| , d. h. [X] ||| 1 ||| ||| 1 1
-, i.e. [X][X] the start [X] ||| , d. h. [X][X] Beginn [X] ||| 1 ||| ||| 0.0588235 0.0588235
-, i.e. [X][X] [X] ||| , d. h. [X][X] [X] ||| 1 ||| ||| 0.317157 0.317157
-, i.e. [X][X] of the [X] ||| , d. h. [X][X] der [X] ||| 1 ||| ||| 0.05 0.05
-, i.e. [X][X] to [X] ||| , d. h. [X][X] zu [X] ||| 1 ||| ||| 0.0833333 0.0833333
-, i.e. [X][X] to [X][X] [X] ||| , d. h. [X][X] zu [X][X] [X] ||| 1 ||| ||| 0.108824 0.108824
-, i.e. on Thursday prior [X] ||| , d. h. am Donnerstag [X] ||| 1 ||| ||| 0.125 0.125
-, i.e. on [X] ||| , d. h. am [X] ||| 1 ||| ||| 0.333333 0.333333
-, i.e. on [X][X] [X] ||| , d. h. am [X][X] [X] ||| 1 ||| ||| 0.317157 0.317157
-, i.e. on [X][X] to [X] ||| , d. h. am [X][X] zu [X] ||| 1 ||| ||| 0.0833333 0.0833333
-, [X] ||| , daß [X] ||| 1 ||| ||| 6 2
-, that [X] ||| , daß [X] ||| 1 ||| ||| 6 1
-that [X] ||| , daß [X] ||| 1 ||| ||| 6 3
-that [X][X] stability [X] ||| , daß [X][X] Stabilität [X] ||| 1 ||| ||| 0.0883459 0.0526316
-that [X][X] stability is [X] ||| , daß [X][X] Stabilität [X] ||| 1 ||| ||| 0.0883459 0.0357143
-that [X][X] stability [X][X] [X] ||| , daß [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.0673077 0.0464744
-that [X][X] stability is [X][X] [X] ||| , daß [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.0673077 0.0208333
-that [X][X] stability [X][X] fundamental [X] ||| , daß [X][X] Stabilität [X][X] elementaren [X] ||| 1 ||| ||| 0.0208333 0.0208333
-that [X][X] stability is a [X] ||| , daß [X][X] Stabilität einen [X] ||| 1 ||| ||| 0.025641 0.025641
-that [X][X] environmental information [X] ||| , daß [X][X] Umweltinformationen [X] ||| 1 ||| ||| 0.047619 0.047619
-that [X][X] , [X] ||| , daß [X][X] [X] ||| 1 ||| ||| 2.26387 0.111111
-that [X][X] [X] ||| , daß [X][X] [X] ||| 1 ||| ||| 2.26387 1.91705
-that [X][X] have [X] ||| , daß [X][X] [X] ||| 1 ||| ||| 2.26387 0.2
-that [X][X] is [X] ||| , daß [X][X] [X] ||| 1 ||| ||| 2.26387 0.0357143
-that [X][X] , [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 1 ||| ||| 0.421239 0.124542
-that [X][X] , [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 1 ||| ||| 0.421239 0.111111
-that [X][X] have [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 1 ||| ||| 0.421239 0.164753
-that [X][X] is [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 1 ||| ||| 0.421239 0.0208333
-that [X][X] , [X][X] access [X] ||| , daß [X][X] [X][X] der Zugang [X] ||| 1 ||| ||| 0.0909091 0.0909091
-that [X][X] made [X][X] [X] ||| , daß [X][X] [X][X] gemacht hat [X] ||| 1 ||| ||| 0.0454545 0.0454545
-that [X][X] have [X][X] and [X] ||| , daß [X][X] [X][X] und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-that [X][X] , access [X] ||| , daß [X][X] der Zugang [X] ||| 1 ||| ||| 0.181818 0.0909091
-that [X][X] access [X] ||| , daß [X][X] der Zugang [X] ||| 1 ||| ||| 0.181818 0.0909091
-that [X][X] , access [X][X] [X] ||| , daß [X][X] der Zugang [X][X] [X] ||| 1 ||| ||| 0.095238 0.047619
-that [X][X] access [X][X] [X] ||| , daß [X][X] der Zugang [X][X] [X] ||| 1 ||| ||| 0.095238 0.047619
-that [X][X] , access to [X] ||| , daß [X][X] der Zugang zu [X] ||| 1 ||| ||| 0.153846 0.0769231
-that [X][X] access to [X] ||| , daß [X][X] der Zugang zu [X] ||| 1 ||| ||| 0.153846 0.0769231
-that [X][X] access to [X][X] [X] ||| , daß [X][X] der Zugang zu [X][X] [X] ||| 1 ||| ||| 0.047619 0.047619
-that [X][X] of [X] ||| , daß [X][X] der [X] ||| 1 ||| ||| 0.166667 0.166667
-that [X][X] of [X][X] [X] ||| , daß [X][X] der [X][X] [X] ||| 1 ||| ||| 0.170534 0.13482
-that [X][X] of [X][X] is [X] ||| , daß [X][X] der [X][X] [X] ||| 1 ||| ||| 0.170534 0.0357143
-that [X][X] of [X][X] a [X] ||| , daß [X][X] der [X][X] einen [X] ||| 1 ||| ||| 0.025641 0.025641
-that [X][X] of [X][X] fundamental [X] ||| , daß [X][X] der [X][X] elementaren [X] ||| 1 ||| ||| 0.0208333 0.0208333
-that [X][X] of relative stability [X] ||| , daß [X][X] der relativen Stabilität [X] ||| 1 ||| ||| 0.0526316 0.0526316
-that [X][X] of relative [X] ||| , daß [X][X] der relativen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-that [X][X] of relative [X][X] [X] ||| , daß [X][X] der relativen [X][X] [X] ||| 1 ||| ||| 0.0821887 0.0821887
-that [X][X] made it clear [X] ||| , daß [X][X] deutlich gemacht hat [X] ||| 1 ||| ||| 0.0454545 0.0454545
-that [X][X] a [X] ||| , daß [X][X] einen [X] ||| 1 ||| ||| 0.051282 0.025641
-that [X][X] is a [X] ||| , daß [X][X] einen [X] ||| 1 ||| ||| 0.051282 0.025641
-that [X][X] a fundamental [X] ||| , daß [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0416666 0.0208333
-that [X][X] is a fundamental [X] ||| , daß [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0416666 0.0208333
-that [X][X] fundamental [X] ||| , daß [X][X] elementaren [X] ||| 1 ||| ||| 0.0208333 0.0208333
-that [X][X] acquitted him [X] ||| , daß [X][X] ihn freigesprochen [X] ||| 1 ||| ||| 0.133333 0.0666667
-that [X][X] have acquitted him [X] ||| , daß [X][X] ihn freigesprochen [X] ||| 1 ||| ||| 0.133333 0.0666667
-that [X][X] acquitted him [X][X] [X] ||| , daß [X][X] ihn freigesprochen [X][X] [X] ||| 1 ||| ||| 0.0454545 0.0454545
-that [X][X] acquitted him and [X] ||| , daß [X][X] ihn freigesprochen und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-that in Russia , [X][X] [X] ||| , daß [X][X] in Rußland [X] ||| 1 ||| ||| 0.5 0.111111
-that in Russia [X][X] , [X] ||| , daß [X][X] in Rußland [X] ||| 1 ||| ||| 0.5 0.111111
-that in Russia [X][X] [X] ||| , daß [X][X] in Rußland [X] ||| 1 ||| ||| 0.5 0.277778
-that in Russia [X][X] access [X] ||| , daß [X][X] in Rußland der Zugang [X] ||| 1 ||| ||| 0.0909091 0.0909091
-that [X][X] relative stability [X] ||| , daß [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0883459 0.0526316
-that [X][X] relative stability is [X] ||| , daß [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0883459 0.0357143
-that [X][X] relative stability [X][X] [X] ||| , daß [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.0464744 0.0464744
-that [X][X] relative [X] ||| , daß [X][X] relativen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-that [X][X] relative [X][X] [X] ||| , daß [X][X] relativen [X][X] [X] ||| 1 ||| ||| 0.0821887 0.0821887
-that [X][X] relative [X][X] a [X] ||| , daß [X][X] relativen [X][X] einen [X] ||| 1 ||| ||| 0.025641 0.025641
-that [X][X] relative [X][X] fundamental [X] ||| , daß [X][X] relativen [X][X] elementaren [X] ||| 1 ||| ||| 0.0208333 0.0208333
-that [X][X] and [X] ||| , daß [X][X] und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-that [X][X] and [X][X] [X] ||| , daß [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0454545 0.0454545
-that [X][X] and made [X][X] [X] ||| , daß [X][X] und [X][X] gemacht hat [X] ||| 1 ||| ||| 0.0454545 0.0454545
-that [X][X] to environmental information [X] ||| , daß [X][X] zu Umweltinformationen [X] ||| 1 ||| ||| 0.047619 0.047619
-that [X][X] to [X] ||| , daß [X][X] zu [X] ||| 1 ||| ||| 0.0769231 0.0769231
-that [X][X] to [X][X] [X] ||| , daß [X][X] zu [X][X] [X] ||| 1 ||| ||| 0.047619 0.047619
-that [X][X] , too , [X] ||| , daß auch [X][X] [X] ||| 1 ||| ||| 0.555556 0.111111
-that [X][X] , too [X] ||| , daß auch [X][X] [X] ||| 1 ||| ||| 0.555556 0.166667
-that [X][X] too , [X] ||| , daß auch [X][X] [X] ||| 1 ||| ||| 0.555556 0.111111
-that [X][X] too [X] ||| , daß auch [X][X] [X] ||| 1 ||| ||| 0.555556 0.166667
-that [X][X] , too [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 1 ||| ||| 0.555444 0.215451
-that [X][X] too , [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 1 ||| ||| 0.555444 0.124542
-that [X][X] too [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 1 ||| ||| 0.555444 0.215451
-that [X][X] too [X][X] to [X] ||| , daß auch [X][X] [X][X] zu [X] ||| 1 ||| ||| 0.0769231 0.0769231
-that [X][X] too , access [X] ||| , daß auch [X][X] der Zugang [X] ||| 1 ||| ||| 0.0909091 0.0909091
-that in Russia , too [X] ||| , daß auch in Rußland [X] ||| 1 ||| ||| 0.166667 0.166667
-that in [X][X] too , [X] ||| , daß auch in [X][X] [X] ||| 1 ||| ||| 0.277778 0.111111
-that in [X][X] too [X] ||| , daß auch in [X][X] [X] ||| 1 ||| ||| 0.277778 0.166667
-that in [X][X] too [X][X] [X] ||| , daß auch in [X][X] [X][X] [X] ||| 1 ||| ||| 0.215451 0.215451
-that the courts [X] ||| , daß das Gericht [X] ||| 1 ||| ||| 0.533333 0.333333
-that the courts have [X] ||| , daß das Gericht [X] ||| 1 ||| ||| 0.533333 0.2
-that the courts [X][X] [X] ||| , daß das Gericht [X][X] [X] ||| 1 ||| ||| 0.329506 0.164753
-that the courts have [X][X] [X] ||| , daß das Gericht [X][X] [X] ||| 1 ||| ||| 0.329506 0.164753
-that the courts [X][X] and [X] ||| , daß das Gericht [X][X] und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-that the courts [X][X] him [X] ||| , daß das Gericht ihn [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-that the [X] ||| , daß das [X] ||| 1 ||| ||| 1 1
-that the [X][X] [X] ||| , daß das [X][X] [X] ||| 1 ||| ||| 0.364753 0.364753
-that the [X][X] made [X][X] [X] ||| , daß das [X][X] [X][X] gemacht hat [X] ||| 1 ||| ||| 0.0454545 0.0454545
-that the [X][X] acquitted him [X] ||| , daß das [X][X] ihn freigesprochen [X] ||| 1 ||| ||| 0.0666667 0.0666667
-that the [X][X] and [X] ||| , daß das [X][X] und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-that the [X][X] and [X][X] [X] ||| , daß das [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0454545 0.0454545
-that the principle [X] ||| , daß der Grundsatz [X] ||| 1 ||| ||| 0.333333 0.333333
-that the principle [X][X] stability [X] ||| , daß der Grundsatz [X][X] Stabilität [X] ||| 1 ||| ||| 0.0526316 0.0526316
-that the principle [X][X] [X] ||| , daß der Grundsatz [X][X] [X] ||| 1 ||| ||| 0.261443 0.225729
-that the principle [X][X] is [X] ||| , daß der Grundsatz [X][X] [X] ||| 1 ||| ||| 0.261443 0.0357143
-that the principle [X][X] a [X] ||| , daß der Grundsatz [X][X] einen [X] ||| 1 ||| ||| 0.025641 0.025641
-that the principle [X][X] fundamental [X] ||| , daß der Grundsatz [X][X] elementaren [X] ||| 1 ||| ||| 0.0208333 0.0208333
-that the principle of [X] ||| , daß der Grundsatz der [X] ||| 1 ||| ||| 0.166667 0.166667
-that the principle of [X][X] [X] ||| , daß der Grundsatz der [X][X] [X] ||| 1 ||| ||| 0.13482 0.13482
-that the principle of relative [X] ||| , daß der Grundsatz der relativen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-that the [X] ||| , daß der [X] ||| 1 ||| ||| 1 1
-that the [X][X] stability [X] ||| , daß der [X][X] Stabilität [X] ||| 1 ||| ||| 0.0883459 0.0526316
-that the [X][X] stability is [X] ||| , daß der [X][X] Stabilität [X] ||| 1 ||| ||| 0.0883459 0.0357143
-that the [X][X] stability [X][X] [X] ||| , daß der [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.0464744 0.0464744
-that the [X][X] [X] ||| , daß der [X][X] [X] ||| 1 ||| ||| 0.42811 0.392396
-that the [X][X] is [X] ||| , daß der [X][X] [X] ||| 1 ||| ||| 0.42811 0.0357143
-that the [X][X] is [X][X] [X] ||| , daß der [X][X] [X][X] [X] ||| 1 ||| ||| 0.0208333 0.0208333
-that the [X][X] a [X] ||| , daß der [X][X] einen [X] ||| 1 ||| ||| 0.051282 0.025641
-that the [X][X] is a [X] ||| , daß der [X][X] einen [X] ||| 1 ||| ||| 0.051282 0.025641
-that the [X][X] a fundamental [X] ||| , daß der [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0208333 0.0208333
-that the [X][X] fundamental [X] ||| , daß der [X][X] elementaren [X] ||| 1 ||| ||| 0.0208333 0.0208333
-that the [X][X] relative stability [X] ||| , daß der [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0526316 0.0526316
-that the [X][X] relative [X] ||| , daß der [X][X] relativen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-that the [X][X] relative [X][X] [X] ||| , daß der [X][X] relativen [X][X] [X] ||| 1 ||| ||| 0.0821887 0.0821887
-, he [X] ||| , daß er [X] ||| 1 ||| ||| 1 1
-, using the [X] ||| , den [X] ||| 1 ||| ||| 0.533333 0.333333
-representations , using the [X] ||| , den [X] ||| 1 ||| ||| 0.533333 0.2
-, using the [X][X] [X] ||| , den [X][X] [X] ||| 1 ||| ||| 0.34399 0.211421
-representations , using the [X][X] [X] ||| , den [X][X] [X] ||| 1 ||| ||| 0.34399 0.132569
-, using the [X][X] the [X] ||| , den [X][X] der [X] ||| 1 ||| ||| 0.0357143 0.0357143
-, using the [X][X] and [X] ||| , den [X][X] und [X] ||| 1 ||| ||| 0.0454545 0.0454545
-, using the weight [X] ||| , den ganzen Einfluß [X] ||| 1 ||| ||| 0.277778 0.166667
-representations , using the weight [X] ||| , den ganzen Einfluß [X] ||| 1 ||| ||| 0.277778 0.111111
-, using the weight [X][X] [X] ||| , den ganzen Einfluß [X][X] [X] ||| 1 ||| ||| 0.211421 0.211421
-, [X][X] President [X] ||| , der Präsidentin [X][X] [X] ||| 1 ||| ||| 0.0769231 0.0769231
-, [X][X] the [X][X] President [X] ||| , der Präsidentin [X][X] [X][X] das [X] ||| 1 ||| ||| 0.0769231 0.0769231
-, [X][X] Sri Lankan President [X] ||| , der Präsidentin von Sri Lanka [X][X] [X] ||| 1 ||| ||| 0.0769231 0.0769231
-, [X][X] President [X] ||| , der Präsidentin von [X][X] [X] ||| 1 ||| ||| 0.0769231 0.0769231
-, [X][X] the [X][X] President [X] ||| , der Präsidentin von [X][X] [X][X] das [X] ||| 1 ||| ||| 0.0769231 0.0769231
-, [X] ||| , der [X] ||| 1 ||| ||| 3 1
-, who [X] ||| , der [X] ||| 1 ||| ||| 3 2
-[X][X] that [X] ||| , der [X][X] , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] 6 [X] ||| , der [X][X] 6 [X] ||| 1 ||| ||| 0.2 0.2
-proposal [X][X] 6 that [X] ||| , der [X][X] 6 vorschlägt , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-proposal [X][X] 6 [X] ||| , der [X][X] 6 vorschlägt [X] ||| 1 ||| ||| 0.125 0.125
-, [X][X] [X] ||| , der [X][X] [X] ||| 1 ||| ||| 0.0769231 0.0769231
-, [X][X] the [X][X] [X] ||| , der [X][X] [X][X] das [X] ||| 1 ||| ||| 0.153846 0.0769231
-, [X][X] to the [X][X] [X] ||| , der [X][X] [X][X] das [X] ||| 1 ||| ||| 0.153846 0.0769231
-, to [X][X] the [X][X] [X] ||| , der [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.0769231 0.0769231
-proposal [X][X] that [X] ||| , der [X][X] vorschlägt , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-proposal [X][X] [X] ||| , der [X][X] vorschlägt [X] ||| 1 ||| ||| 0.125 0.125
-in paragraph 6 [X] ||| , der in Absatz 6 [X] ||| 1 ||| ||| 0.2 0.2
-proposal in paragraph 6 that [X] ||| , der in Absatz 6 vorschlägt , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-proposal in paragraph 6 [X] ||| , der in Absatz 6 vorschlägt [X] ||| 1 ||| ||| 0.125 0.125
-in paragraph [X] ||| , der in Absatz [X] ||| 1 ||| ||| 1 1
-in [X] ||| , der in [X] ||| 1 ||| ||| 1 1
-in [X][X] [X] ||| , der in [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-proposal in [X][X] that [X] ||| , der in [X][X] vorschlägt , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-proposal in [X][X] [X] ||| , der in [X][X] vorschlägt [X] ||| 1 ||| ||| 0.125 0.125
-you [X] ||| , die Sie [X] ||| 1 ||| ||| 1 1
-you [X][X] Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0265487 0.00884956
-you [X][X] the Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0265487 0.00884956
-you [X][X] to the Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0265487 0.00884956
-you [X][X] President [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-you [X][X] President [X][X] Governor [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-you [X][X] President [X][X] [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0461038 0.0340556
-you [X][X] President [X][X] the [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0461038 0.0120482
-you [X][X] President and [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0307018 0.0175439
-you [X][X] President and to [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0307018 0.0131579
-you [X][X] President and [X][X] [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.00884956 0.00884956
-you [X][X] [X] ||| , die Sie [X][X] [X] ||| 1 ||| ||| 0.470057 0.432803
-you [X][X] the [X] ||| , die Sie [X][X] [X] ||| 1 ||| ||| 0.470057 0.0120482
-you [X][X] to [X] ||| , die Sie [X][X] [X] ||| 1 ||| ||| 0.470057 0.0131579
-you [X][X] to the [X] ||| , die Sie [X][X] [X] ||| 1 ||| ||| 0.470057 0.0120482
-you [X][X] to [X][X] [X] ||| , die Sie [X][X] [X][X] [X] ||| 1 ||| ||| 0.00884956 0.00884956
-you [X][X] to [X] ||| , die Sie [X][X] bei [X] ||| 1 ||| ||| 0.1 0.1
-you [X][X] to [X][X] Governor [X] ||| , die Sie [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-you [X][X] to [X][X] [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.105377 0.0801709
-you [X][X] to [X][X] the [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.105377 0.0120482
-you [X][X] to [X][X] to [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.105377 0.0131579
-you [X][X] to [X][X] and [X] ||| , die Sie [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0175439 0.0175439
-you [X][X] to the President [X] ||| , die Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-you [X][X] to the [X] ||| , die Sie [X][X] bei dem [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you [X][X] to the [X][X] [X] ||| , die Sie [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.0515995 0.0515995
-you [X][X] the President [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-you [X][X] the President [X][X] [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0340556 0.0340556
-you [X][X] the President and [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0175439 0.0175439
-you [X][X] the [X] ||| , die Sie [X][X] dem [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you [X][X] the [X][X] Governor [X] ||| , die Sie [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-you [X][X] the [X][X] [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0768056 0.0515995
-you [X][X] the [X][X] the [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0768056 0.0120482
-you [X][X] the [X][X] to [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0768056 0.0131579
-you [X][X] and [X] ||| , die Sie [X][X] und [X] ||| 1 ||| ||| 0.04275 0.0175439
-you [X][X] and to [X] ||| , die Sie [X][X] und [X] ||| 1 ||| ||| 0.04275 0.0131579
-you [X][X] and to the [X] ||| , die Sie [X][X] und [X] ||| 1 ||| ||| 0.04275 0.0120482
-you [X][X] and [X][X] [X] ||| , die Sie [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0176991 0.00884956
-you [X][X] and to [X][X] [X] ||| , die Sie [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0176991 0.00884956
-you represent , [X] ||| , die Sie vertreten , [X] ||| 1 ||| ||| 0.2 0.2
-you represent , [X][X] Governor [X] ||| , die Sie vertreten , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-you represent , [X][X] President [X] ||| , die Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-you represent , [X][X] [X] ||| , die Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.158009 0.132803
-you represent , [X][X] the [X] ||| , die Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.158009 0.0120482
-you represent , [X][X] to [X] ||| , die Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.158009 0.0131579
-you represent , [X][X] and [X] ||| , die Sie vertreten , [X][X] und [X] ||| 1 ||| ||| 0.0175439 0.0175439
-you represent , to [X] ||| , die Sie vertreten , bei [X] ||| 1 ||| ||| 0.1 0.1
-you represent , to [X][X] [X] ||| , die Sie vertreten , bei [X][X] [X] ||| 1 ||| ||| 0.0801709 0.0801709
-you represent , to the [X] ||| , die Sie vertreten , bei dem [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you represent [X] ||| , die Sie vertreten [X] ||| 1 ||| ||| 1 1
-you represent [X][X] Governor [X] ||| , die Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-you represent [X][X] the Governor [X] ||| , die Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-you represent [X][X] President [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-you represent [X][X] President [X][X] [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0340556 0.0340556
-you represent [X][X] President and [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0175439 0.0175439
-you represent [X][X] [X] ||| , die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.270057 0.232803
-you represent [X][X] the [X] ||| , die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.270057 0.0120482
-you represent [X][X] to [X] ||| , die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.270057 0.0131579
-you represent [X][X] to the [X] ||| , die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.270057 0.0120482
-you represent [X][X] to [X][X] [X] ||| , die Sie vertreten [X][X] [X][X] [X] ||| 1 ||| ||| 0.00884956 0.00884956
-you represent [X][X] the President [X] ||| , die Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-you represent [X][X] the [X] ||| , die Sie vertreten [X][X] dem [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you represent [X][X] the [X][X] [X] ||| , die Sie vertreten [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0515995 0.0515995
-you represent [X][X] and [X] ||| , die Sie vertreten [X][X] und [X] ||| 1 ||| ||| 0.0307018 0.0175439
-you represent [X][X] and to [X] ||| , die Sie vertreten [X][X] und [X] ||| 1 ||| ||| 0.0307018 0.0131579
-you represent [X][X] and [X][X] [X] ||| , die Sie vertreten [X][X] und [X][X] [X] ||| 1 ||| ||| 0.00884956 0.00884956
-, [X] ||| , die [X] ||| 1 ||| ||| 6 1
-, which [X] ||| , die [X] ||| 1 ||| ||| 6 1
-indeed , [X] ||| , die [X] ||| 1 ||| ||| 6 1
-that [X] ||| , die [X] ||| 1 ||| ||| 6 2
-which [X] ||| , die [X] ||| 1 ||| ||| 6 1
-[X][X] , [X] ||| , die [X][X] , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] , [X][X] Governor [X] ||| , die [X][X] , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] , [X][X] the Governor [X] ||| , die [X][X] , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] , [X][X] President [X] ||| , die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] , [X][X] President and [X] ||| , die [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0175439 0.0175439
-[X][X] , [X][X] [X] ||| , die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.170057 0.132803
-[X][X] , [X][X] the [X] ||| , die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.170057 0.0120482
-[X][X] , [X][X] to [X] ||| , die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.170057 0.0131579
-[X][X] , [X][X] to the [X] ||| , die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.170057 0.0120482
-[X][X] , [X][X] and [X] ||| , die [X][X] , [X][X] und [X] ||| 1 ||| ||| 0.0307018 0.0175439
-[X][X] , [X][X] and to [X] ||| , die [X][X] , [X][X] und [X] ||| 1 ||| ||| 0.0307018 0.0131579
-[X][X] , to [X] ||| , die [X][X] , bei [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] , to [X][X] Governor [X] ||| , die [X][X] , bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-[X][X] , to [X][X] [X] ||| , die [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.105377 0.0801709
-[X][X] , to [X][X] the [X] ||| , die [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.105377 0.0120482
-[X][X] , to [X][X] to [X] ||| , die [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.105377 0.0131579
-[X][X] , to [X][X] and [X] ||| , die [X][X] , bei [X][X] und [X] ||| 1 ||| ||| 0.0175439 0.0175439
-[X][X] , to the President [X] ||| , die [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] , to the [X] ||| , die [X][X] , bei dem [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] , to the [X][X] [X] ||| , die [X][X] , bei dem [X][X] [X] ||| 1 ||| ||| 0.0515995 0.0515995
-that [X][X] . [X] ||| , die [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Governor [X] ||| , die [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0265487 0.00884956
-[X][X] the Governor [X] ||| , die [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0265487 0.00884956
-[X][X] to the Governor [X] ||| , die [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0265487 0.00884956
-[X][X] President [X] ||| , die [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] President [X][X] Governor [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] President [X][X] the Governor [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] President [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0461038 0.0340556
-[X][X] President [X][X] the [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0461038 0.0120482
-[X][X] President and [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.04275 0.0175439
-[X][X] President and to [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.04275 0.0131579
-[X][X] President and to the [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.04275 0.0120482
-[X][X] President and [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] President and to [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.0176991 0.00884956
-, which [X][X] [X] ||| , die [X][X] [X] ||| 1 ||| ||| 0.834524 0.142857
-that [X][X] [X] ||| , die [X][X] [X] ||| 1 ||| ||| 0.834524 0.291667
-which [X][X] [X] ||| , die [X][X] [X] ||| 1 ||| ||| 0.834524 0.4
-[X][X] to [X] ||| , die [X][X] bei [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] to [X][X] Governor [X] ||| , die [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] to [X][X] the Governor [X] ||| , die [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] to [X][X] [X] ||| , die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.117425 0.0801709
-[X][X] to [X][X] the [X] ||| , die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.117425 0.0120482
-[X][X] to [X][X] to [X] ||| , die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.117425 0.0131579
-[X][X] to [X][X] to the [X] ||| , die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.117425 0.0120482
-[X][X] to [X][X] and [X] ||| , die [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0307018 0.0175439
-[X][X] to [X][X] and to [X] ||| , die [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0307018 0.0131579
-[X][X] to the President [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] to the President [X][X] [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0340556 0.0340556
-[X][X] to the President and [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0175439 0.0175439
-[X][X] to the [X] ||| , die [X][X] bei dem [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] to the [X][X] Governor [X] ||| , die [X][X] bei dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-[X][X] to the [X][X] [X] ||| , die [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.0768056 0.0515995
-[X][X] to the [X][X] the [X] ||| , die [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.0768056 0.0120482
-[X][X] to the [X][X] to [X] ||| , die [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.0768056 0.0131579
-[X][X] the President [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] the President [X][X] Governor [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-[X][X] the President [X][X] [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0461038 0.0340556
-[X][X] the President [X][X] the [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0461038 0.0120482
-[X][X] the President and [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0307018 0.0175439
-[X][X] the President and to [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0307018 0.0131579
-[X][X] the President and [X][X] [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.00884956 0.00884956
-[X][X] the [X] ||| , die [X][X] dem [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] the [X][X] Governor [X] ||| , die [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] the [X][X] the Governor [X] ||| , die [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] the [X][X] [X] ||| , die [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0888538 0.0515995
-[X][X] the [X][X] the [X] ||| , die [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0888538 0.0120482
-[X][X] the [X][X] to [X] ||| , die [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0888538 0.0131579
-[X][X] the [X][X] to the [X] ||| , die [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0888538 0.0120482
-which [X][X] annually [X] ||| , die [X][X] jährlich [X] ||| 1 ||| ||| 0.2 0.2
-which fail to meet [X][X] [X] ||| , die [X][X] nicht erfüllen , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] and to the Governor [X] ||| , die [X][X] und Gouverneur [X] ||| 1 ||| ||| 0.00884956 0.00884956
-[X][X] and [X] ||| , die [X][X] und [X] ||| 1 ||| ||| 0.04275 0.0175439
-[X][X] and to [X] ||| , die [X][X] und [X] ||| 1 ||| ||| 0.04275 0.0131579
-[X][X] and to the [X] ||| , die [X][X] und [X] ||| 1 ||| ||| 0.04275 0.0120482
-[X][X] and [X][X] [X] ||| , die [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0176991 0.00884956
-[X][X] and to [X][X] [X] ||| , die [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0176991 0.00884956
-which [X][X] their fleet [X][X] [X] ||| , die ihr Soll [X][X] [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-which [X][X] their [X][X] [X] ||| , die ihr [X][X] [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-which [X][X] their [X][X] annually [X] ||| , die ihr [X][X] [X][X] jährlich [X] ||| 1 ||| ||| 0.2 0.2
-which fail [X][X] their [X][X] [X] ||| , die ihr [X][X] nicht [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-, which [X] ||| , die von [X] ||| 1 ||| ||| 1 1
-, which [X][X] [X] ||| , die von [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-, which many [X] ||| , die von vielen [X] ||| 1 ||| ||| 0.392857 0.25
-, which many people [X] ||| , die von vielen [X] ||| 1 ||| ||| 0.392857 0.142857
-that we [X] ||| , die wir [X] ||| 1 ||| ||| 1 1
-that we [X][X] . [X] ||| , die wir [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-that we [X][X] [X] ||| , die wir [X][X] [X] ||| 1 ||| ||| 0.291667 0.291667
-that we have [X][X] . [X] ||| , die wir [X][X] haben . [X] ||| 1 ||| ||| 0.125 0.125
-that we have [X][X] [X] ||| , die wir [X][X] haben [X] ||| 1 ||| ||| 0.166667 0.166667
-that we have always upheld [X] ||| , die wir stets verteidigt haben [X] ||| 1 ||| ||| 0.166667 0.166667
-that [X] ||| , dies [X] ||| 1 ||| ||| 1 1
-, raise this question , [X] ||| , diese Frage ansprechen , [X] ||| 1 ||| ||| 0.2 0.2
-, raise this question [X] ||| , diese Frage ansprechen [X] ||| 1 ||| ||| 0.333333 0.333333
-, raise this question [X][X] [X] ||| , diese Frage ansprechen [X][X] [X] ||| 1 ||| ||| 0.320803 0.320803
-to subvert it [X] ||| , diesen zu unterlaufen , [X] ||| 1 ||| ||| 1 1
-to subvert it [X][X] . [X] ||| , diesen zu unterlaufen , [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-to subvert it [X][X] [X] ||| , diesen zu unterlaufen , [X][X] [X] ||| 1 ||| ||| 0.267857 0.267857
-to subvert it [X] ||| , diesen zu unterlaufen [X] ||| 1 ||| ||| 1 1
-to subvert it [X][X] . [X] ||| , diesen zu unterlaufen [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-to subvert it [X][X] [X] ||| , diesen zu unterlaufen [X][X] [X] ||| 1 ||| ||| 0.267857 0.267857
-an objection [X] ||| , einen Einwand gegen [X] ||| 1 ||| ||| 1.33333 1
-raise an objection [X] ||| , einen Einwand gegen [X] ||| 1 ||| ||| 1.33333 0.333333
-an [X] ||| , einen [X] ||| 1 ||| ||| 2 1
-raise an [X] ||| , einen [X] ||| 1 ||| ||| 2 1
-, for [X] ||| , für [X] ||| 1 ||| ||| 1 1
-that there have been [X] ||| , gab es [X] ||| 1 ||| ||| 0.5 0.5
-, [X] ||| , geltend [X] ||| 1 ||| ||| 1 1
-, [X][X] [X] ||| , geltend [X][X] [X] ||| 1 ||| ||| 0.535714 0.392857
-, [X][X] representations [X] ||| , geltend [X][X] [X] ||| 1 ||| ||| 0.535714 0.142857
-, to [X] ||| , geltend zu [X] ||| 1 ||| ||| 1 1
-, to [X][X] [X] ||| , geltend zu [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-, to make [X] ||| , geltend zu machen [X] ||| 1 ||| ||| 0.392857 0.25
-, to make representations [X] ||| , geltend zu machen [X] ||| 1 ||| ||| 0.392857 0.142857
-, I [X] ||| , ich [X] ||| 1 ||| ||| 1 1
-, I [X][X] [X] ||| , ich [X][X] [X] ||| 1 ||| ||| 0.381636 0.285316
-, I [X][X] have [X] ||| , ich [X][X] [X] ||| 1 ||| ||| 0.381636 0.030303
-, I [X][X] you [X] ||| , ich [X][X] [X] ||| 1 ||| ||| 0.381636 0.0357143
-, I [X][X] you have [X] ||| , ich [X][X] [X] ||| 1 ||| ||| 0.381636 0.030303
-, I [X][X] initiative [X][X] [X] ||| , ich [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.118649 0.118649
-, I feel [X] ||| , ich denke , daß [X] ||| 1 ||| ||| 0.333333 0.333333
-, I feel [X][X] [X] ||| , ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.184666 0.118649
-, I feel [X][X] have [X] ||| , ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.184666 0.030303
-, I feel [X][X] you [X] ||| , ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.184666 0.0357143
-, I feel an [X] ||| , ich denke , daß eine [X] ||| 1 ||| ||| 0.166667 0.166667
-, I feel an [X][X] [X] ||| , ich denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.118649 0.118649
-, in Texas [X] ||| , in Texas [X] ||| 1 ||| ||| 0.333333 0.333333
-, as [X] ||| , in [X] ||| 1 ||| ||| 2 1
-, in [X] ||| , in [X] ||| 1 ||| ||| 2 1
-[X][X] , as [X] ||| , in [X][X] [X] ||| 1 ||| ||| 1 1
-in [X] ||| , mit [X] ||| 1 ||| ||| 1 1
-in [X][X] Parliament [X] ||| , mit [X][X] Parlament [X] ||| 1 ||| ||| 0.0909091 0.0909091
-in [X][X] Parliament [X][X] [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 0.104201 0.0672522
-in [X][X] Parliament [X][X] an [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 0.104201 0.02
-in [X][X] Parliament [X][X] interest [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 0.104201 0.0169492
-in [X][X] Parliament has [X][X] [X] ||| , mit [X][X] Parlament [X][X] hat [X] ||| 1 ||| ||| 0.0672522 0.0672522
-in [X][X] [X] ||| , mit [X][X] [X] ||| 1 ||| ||| 0.378726 0.324828
-in [X][X] an [X] ||| , mit [X][X] [X] ||| 1 ||| ||| 0.378726 0.02
-in [X][X] an interest [X] ||| , mit [X][X] [X] ||| 1 ||| ||| 0.378726 0.0169492
-in [X][X] interest [X] ||| , mit [X][X] [X] ||| 1 ||| ||| 0.378726 0.0169492
-in [X][X] has [X][X] [X] ||| , mit [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.104201 0.0672522
-in [X][X] has [X][X] an [X] ||| , mit [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.104201 0.02
-in [X][X] has [X][X] interest [X] ||| , mit [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.104201 0.0169492
-in [X][X] has consistently shown [X] ||| , mit [X][X] immer wieder befaßt hat [X] ||| 1 ||| ||| 0.030303 0.030303
-in which [X] ||| , mit dem [X] ||| 1 ||| ||| 1 1
-in which [X][X] [X] ||| , mit dem [X][X] [X] ||| 1 ||| ||| 0.212059 0.158161
-in which [X][X] an [X] ||| , mit dem [X][X] [X] ||| 1 ||| ||| 0.212059 0.02
-in which [X][X] an interest [X] ||| , mit dem [X][X] [X] ||| 1 ||| ||| 0.212059 0.0169492
-in which [X][X] interest [X] ||| , mit dem [X][X] [X] ||| 1 ||| ||| 0.212059 0.0169492
-in which [X][X] has [X][X] [X] ||| , mit dem [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.0672522 0.0672522
-in which [X] ||| , mit dem sich [X] ||| 1 ||| ||| 1 1
-in which [X][X] [X] ||| , mit dem sich [X][X] [X] ||| 1 ||| ||| 0.212059 0.158161
-in which [X][X] an [X] ||| , mit dem sich [X][X] [X] ||| 1 ||| ||| 0.212059 0.02
-in which [X][X] an interest [X] ||| , mit dem sich [X][X] [X] ||| 1 ||| ||| 0.212059 0.0169492
-in which [X][X] interest [X] ||| , mit dem sich [X][X] [X] ||| 1 ||| ||| 0.212059 0.0169492
-in which [X][X] has [X][X] [X] ||| , mit dem sich [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.0672522 0.0672522
-in which this Parliament [X] ||| , mit dem sich dieses Parlament [X] ||| 1 ||| ||| 0.0909091 0.0909091
-in which this Parliament [X][X] [X] ||| , mit dem sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.0672522 0.0672522
-in which this [X] ||| , mit dem sich dieses [X] ||| 1 ||| ||| 0.166667 0.166667
-in which this [X][X] [X] ||| , mit dem sich dieses [X][X] [X] ||| 1 ||| ||| 0.104201 0.0672522
-in which this [X][X] an [X] ||| , mit dem sich dieses [X][X] [X] ||| 1 ||| ||| 0.104201 0.02
-in which this [X][X] interest [X] ||| , mit dem sich dieses [X][X] [X] ||| 1 ||| ||| 0.104201 0.0169492
-legally [X] ||| , rechtlich [X] ||| 1 ||| ||| 1 1
-legally inadmissible [X] ||| , rechtlich unzulässig [X] ||| 1 ||| ||| 1 1
-[X][X] legally inadmissible . [X] ||| , rechtlich unzulässig [X][X] . [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] legally inadmissible [X] ||| , rechtlich unzulässig [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-would be legally inadmissible . [X] ||| , rechtlich unzulässig wäre . [X] ||| 1 ||| ||| 0.166667 0.166667
-would be legally inadmissible [X] ||| , rechtlich unzulässig wäre [X] ||| 1 ||| ||| 0.25 0.25
-rise , then , [X] ||| , sich [X] ||| 1 ||| ||| 1 1
-rise , then , [X][X] [X] ||| , sich [X][X] [X] ||| 1 ||| ||| 0.833333 0.833333
-, and [X] ||| , und [X] ||| 1 ||| ||| 1 1
-, and whether [X] ||| , und ob [X] ||| 1 ||| ||| 0.333333 0.333333
-people signed [X] ||| , unterzeichnet worden [X] ||| 1 ||| ||| 2 1
-signed [X] ||| , unterzeichnet worden [X] ||| 1 ||| ||| 2 1
-people signed [X] ||| , unterzeichnet worden ist [X] ||| 1 ||| ||| 2 1
-signed [X] ||| , unterzeichnet worden ist [X] ||| 1 ||| ||| 2 1
-because [X] ||| , weil [X] ||| 1 ||| ||| 1 1
-because [X][X] . [X] ||| , weil [X][X] . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-because [X][X] is appealing . [X] ||| , weil [X][X] Berufung geht . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-because [X][X] is appealing [X] ||| , weil [X][X] Berufung geht [X] ||| 1 ||| ||| 0.0555556 0.0555556
-because [X][X] [X] ||| , weil [X][X] [X] ||| 1 ||| ||| 0.443867 0.443867
-because [X][X] is appealing . [X] ||| , weil [X][X] in Berufung geht . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-because [X][X] is appealing [X] ||| , weil [X][X] in Berufung geht [X] ||| 1 ||| ||| 0.0555556 0.0555556
-because [X][X] [X] ||| , weil [X][X] in [X] ||| 1 ||| ||| 0.142857 0.142857
-because the public prosecutor [X] ||| , weil der Staatsanwalt [X] ||| 1 ||| ||| 0.2 0.2
-because the public prosecutor [X][X] [X] ||| , weil der Staatsanwalt [X][X] [X] ||| 1 ||| ||| 0.10101 0.10101
-because the public prosecutor [X] ||| , weil der Staatsanwalt in [X] ||| 1 ||| ||| 0.142857 0.142857
-because the public prosecutor [X][X] [X] ||| , weil der Staatsanwalt in [X][X] [X] ||| 1 ||| ||| 0.10101 0.10101
-because the [X] ||| , weil der [X] ||| 1 ||| ||| 1 1
-because the [X][X] . [X] ||| , weil der [X][X] . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-because the [X][X] is appealing [X] ||| , weil der [X][X] Berufung geht [X] ||| 1 ||| ||| 0.0555556 0.0555556
-because the [X][X] [X] ||| , weil der [X][X] [X] ||| 1 ||| ||| 0.443867 0.443867
-because the [X][X] is appealing [X] ||| , weil der [X][X] in Berufung geht [X] ||| 1 ||| ||| 0.0555556 0.0555556
-because the [X][X] [X] ||| , weil der [X][X] in [X] ||| 1 ||| ||| 0.142857 0.142857
-for you , Madam President [X] ||| , wenn Sie , Frau Präsidentin [X] ||| 1 ||| ||| 0.0666667 0.0666667
-for you , Madam [X] ||| , wenn Sie , Frau [X] ||| 1 ||| ||| 0.125 0.125
-for you , Madam [X][X] [X] ||| , wenn Sie , Frau [X][X] [X] ||| 1 ||| ||| 0.0633528 0.0633528
-for you , Madam [X][X] [X] ||| , wenn Sie , Frau [X][X] der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-for you , [X] ||| , wenn Sie , [X] ||| 1 ||| ||| 0.25 0.25
-for you , [X][X] , [X] ||| , wenn Sie , [X][X] , [X] ||| 1 ||| ||| 0.037037 0.037037
-for you , [X][X] , [X] ||| , wenn Sie , [X][X] , der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-for you , [X][X] [X] ||| , wenn Sie , [X][X] [X] ||| 1 ||| ||| 0.13002 0.13002
-for you , [X][X] [X] ||| , wenn Sie , [X][X] der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-, if you [X] ||| , wenn Sie [X] ||| 1 ||| ||| 1.33333 0.333333
-for you [X] ||| , wenn Sie [X] ||| 1 ||| ||| 1.33333 1
-, if you [X][X] , [X] ||| , wenn Sie [X][X] , [X] ||| 1 ||| ||| 0.0715198 0.0344828
-for you [X][X] , [X] ||| , wenn Sie [X][X] , [X] ||| 1 ||| ||| 0.0715198 0.037037
-for you [X][X] , [X] ||| , wenn Sie [X][X] , der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-for you [X][X] President , [X] ||| , wenn Sie [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.037037 0.037037
-for you [X][X] President , [X] ||| , wenn Sie [X][X] Präsidentin , der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-for you [X][X] President [X] ||| , wenn Sie [X][X] Präsidentin [X] ||| 1 ||| ||| 0.0666667 0.0666667
-, if you [X][X] [X] ||| , wenn Sie [X][X] [X] ||| 1 ||| ||| 0.423889 0.16887
-for you [X][X] [X] ||| , wenn Sie [X][X] [X] ||| 1 ||| ||| 0.423889 0.255019
-for you [X][X] [X] ||| , wenn Sie [X][X] der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-, if you wish , [X] ||| , wenn Sie wollen , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-, if you wish [X] ||| , wenn Sie wollen [X] ||| 1 ||| ||| 0.166667 0.166667
-, if you wish [X][X] [X] ||| , wenn Sie wollen [X][X] [X] ||| 1 ||| ||| 0.077961 0.077961
-, if [X] ||| , wenn [X] ||| 1 ||| ||| 2 1
-for [X] ||| , wenn [X] ||| 1 ||| ||| 2 1
-, if [X][X] , [X] ||| , wenn [X][X] , [X] ||| 1 ||| ||| 0.162429 0.125392
-for [X][X] , [X] ||| , wenn [X][X] , [X] ||| 1 ||| ||| 0.162429 0.037037
-, if [X][X] , [X][X] [X] ||| , wenn [X][X] , [X][X] [X] ||| 1 ||| ||| 0.077961 0.077961
-for [X][X] , [X] ||| , wenn [X][X] , der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-for [X][X] Madam President , [X] ||| , wenn [X][X] Frau Präsidentin , [X] ||| 1 ||| ||| 0.037037 0.037037
-for [X][X] Madam President , [X] ||| , wenn [X][X] Frau Präsidentin , der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-for [X][X] Madam President [X] ||| , wenn [X][X] Frau Präsidentin [X] ||| 1 ||| ||| 0.0666667 0.0666667
-for [X][X] Madam [X] ||| , wenn [X][X] Frau [X] ||| 1 ||| ||| 0.125 0.125
-for [X][X] Madam [X][X] [X] ||| , wenn [X][X] Frau [X][X] [X] ||| 1 ||| ||| 0.0633528 0.0633528
-for [X][X] Madam [X][X] [X] ||| , wenn [X][X] Frau [X][X] der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-for [X][X] President , [X] ||| , wenn [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.037037 0.037037
-for [X][X] President , [X] ||| , wenn [X][X] Präsidentin , der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-for [X][X] President [X] ||| , wenn [X][X] Präsidentin [X] ||| 1 ||| ||| 0.0666667 0.0666667
-, if [X][X] [X] ||| , wenn [X][X] [X] ||| 1 ||| ||| 0.840556 0.335537
-for [X][X] [X] ||| , wenn [X][X] [X] ||| 1 ||| ||| 0.840556 0.505019
-, if [X][X] raise [X][X] [X] ||| , wenn [X][X] [X][X] ansprechen [X] ||| 1 ||| ||| 0.0434783 0.0434783
-for [X][X] [X] ||| , wenn [X][X] der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-, I shall [X] ||| , werde ich [X] ||| 1 ||| ||| 0.75 0.5
-, I shall do [X] ||| , werde ich [X] ||| 1 ||| ||| 0.75 0.25
-, I shall [X][X] . [X] ||| , werde ich [X][X] . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-, I shall [X][X] [X] ||| , werde ich [X][X] [X] ||| 1 ||| ||| 0.170909 0.0854545
-, I shall do [X][X] [X] ||| , werde ich [X][X] [X] ||| 1 ||| ||| 0.170909 0.0854545
-, I shall [X][X] suggested [X] ||| , werde ich dem Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.04 0.04
-, I shall [X] ||| , werde ich dem [X] ||| 1 ||| ||| 0.5 0.333333
-, I shall do [X] ||| , werde ich dem [X] ||| 1 ||| ||| 0.5 0.166667
-, I shall [X][X] . [X] ||| , werde ich dem [X][X] . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-, I shall [X][X] [X] ||| , werde ich dem [X][X] [X] ||| 1 ||| ||| 0.170909 0.0854545
-, I shall do [X][X] [X] ||| , werde ich dem [X][X] [X] ||| 1 ||| ||| 0.170909 0.0854545
-, [X][X] has [X][X] [X] ||| , wurde [X][X] [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-, [X][X] has [X][X] presented [X] ||| , wurde [X][X] [X][X] eingereicht [X] ||| 1 ||| ||| 0.2 0.2
-, a petition has [X][X] [X] ||| , wurde [X][X] eine Petition [X] ||| 1 ||| ||| 0.2 0.2
-, [X][X] has already been [X] ||| , wurde bereits [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-, on [X] ||| , zur [X] ||| 1 ||| ||| 2 2
-, on [X][X] . [X] ||| , zur [X][X] . [X] ||| 1 ||| ||| 0.4 0.4
-, on [X][X] [X] ||| , zur [X][X] [X] ||| 1 ||| ||| 1.06667 1.06667
-[X][X] , who [X] ||| , zählt [X][X] , der [X] ||| 1 ||| ||| 0.125 0.125
-Mr Kumar Ponnambalam , who [X] ||| , zählt auch Herr Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.125 0.125
-Mr Kumar Ponnambalam [X] ||| , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.5 0.5
-Mr Kumar Ponnambalam [X][X] [X] ||| , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-Mr [X] ||| , zählt auch Herr [X] ||| 1 ||| ||| 1 1
-Mr [X][X] , who [X] ||| , zählt auch Herr [X][X] , der [X] ||| 1 ||| ||| 0.125 0.125
-Mr [X][X] [X] ||| , zählt auch Herr [X][X] [X] ||| 1 ||| ||| 0.625 0.625
-[X][X] , who [X] ||| , zählt auch [X][X] , der [X] ||| 1 ||| ||| 0.125 0.125
-, [X] ||| - , [X] ||| 1 ||| ||| 4 1
-, on [X] ||| - , [X] ||| 1 ||| ||| 4 1
-, on behalf [X] ||| - , [X] ||| 1 ||| ||| 4 1
-, on behalf of [X] ||| - , [X] ||| 1 ||| ||| 4 1
-, [X][X] the victims [X] ||| - , [X][X] Opfern [X] ||| 1 ||| ||| 0.16129 0.0322581
-, [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 1 ||| ||| 0.16129 0.0322581
-, on [X][X] the victims [X] ||| - , [X][X] Opfern [X] ||| 1 ||| ||| 0.16129 0.0322581
-, on [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 1 ||| ||| 0.16129 0.0322581
-, on behalf [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 1 ||| ||| 0.16129 0.0322581
-, [X][X] [X] ||| - , [X][X] [X] ||| 1 ||| ||| 0.967493 0.209181
-, [X][X] the [X] ||| - , [X][X] [X] ||| 1 ||| ||| 0.967493 0.0769231
-, on [X][X] [X] ||| - , [X][X] [X] ||| 1 ||| ||| 0.967493 0.209181
-, on [X][X] the [X] ||| - , [X][X] [X] ||| 1 ||| ||| 0.967493 0.0769231
-, on behalf [X][X] [X] ||| - , [X][X] [X] ||| 1 ||| ||| 0.967493 0.209181
-, on behalf [X][X] the [X] ||| - , [X][X] [X] ||| 1 ||| ||| 0.967493 0.0769231
-, on behalf of [X][X] [X] ||| - , [X][X] [X] ||| 1 ||| ||| 0.967493 0.109181
-, on behalf of all [X] ||| - , allen [X] ||| 1 ||| ||| 0.1 0.1
-, [X] ||| - [X] ||| 1 ||| ||| 3 2
-, including [X] ||| - [X] ||| 1 ||| ||| 3 1
-[X][X] the victims [X] ||| - [X][X] Opfern [X] ||| 1 ||| ||| 0.0645162 0.0322581
-[X][X] victims [X] ||| - [X][X] Opfern [X] ||| 1 ||| ||| 0.0645162 0.0322581
-[X][X] behalf [X][X] the victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 1 ||| ||| 0.129032 0.0322581
-[X][X] behalf [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 1 ||| ||| 0.129032 0.0322581
-[X][X] behalf of [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 1 ||| ||| 0.129032 0.0322581
-[X][X] of [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 1 ||| ||| 0.129032 0.0322581
-[X][X] all the victims [X] ||| - [X][X] allen Opfern [X] ||| 1 ||| ||| 0.0645162 0.0322581
-[X][X] of all the victims [X] ||| - [X][X] allen Opfern [X] ||| 1 ||| ||| 0.0645162 0.0322581
-[X][X] all [X] ||| - [X][X] allen [X] ||| 1 ||| ||| 0.530769 0.1
-[X][X] all the [X] ||| - [X][X] allen [X] ||| 1 ||| ||| 0.530769 0.0769231
-[X][X] behalf of all [X] ||| - [X][X] allen [X] ||| 1 ||| ||| 0.530769 0.1
-[X][X] behalf of all the [X] ||| - [X][X] allen [X] ||| 1 ||| ||| 0.530769 0.0769231
-[X][X] of all [X] ||| - [X][X] allen [X] ||| 1 ||| ||| 0.530769 0.1
-[X][X] of all the [X] ||| - [X][X] allen [X] ||| 1 ||| ||| 0.530769 0.0769231
-[X][X] all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 1 ||| ||| 0.0967743 0.0322581
-[X][X] behalf of all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 1 ||| ||| 0.0967743 0.0322581
-[X][X] of all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 1 ||| ||| 0.0967743 0.0322581
-indeed , including specifically [X] ||| - gerade [X] ||| 1 ||| ||| 0.5 0.5
-. [X] ||| . [X] ||| 1 ||| ||| 27 25
-an interest . [X] ||| . [X] ||| 1 ||| ||| 27 1
-interest . [X] ||| . [X] ||| 1 ||| ||| 27 1
-143 [X] ||| 143 [X] ||| 1 ||| ||| 1 1
-143 [X][X] . [X] ||| 143 [X][X] ? [X] ||| 1 ||| ||| 0.166667 0.166667
-143 [X][X] [X] ||| 143 [X][X] [X] ||| 1 ||| ||| 0.5 0.5
-143 concerning inadmissibility . [X] ||| 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.166667 0.166667
-143 concerning inadmissibility [X] ||| 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.333333 0.333333
-143 concerning [X] ||| 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 1 1
-143 concerning [X][X] [X] ||| 143 im Zusammenhang mit der [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-Madam President [X] ||| 34jährigen [X] ||| 1 ||| ||| 2 1
-President [X] ||| 34jährigen [X] ||| 1 ||| ||| 2 1
-6 [X] ||| 6 [X] ||| 1 ||| ||| 1 1
-. [X] ||| ? [X] ||| 1 ||| ||| 2 1
-? [X] ||| ? [X] ||| 1 ||| ||| 2 1
-paragraph 6 [X] ||| Absatz 6 [X] ||| 1 ||| ||| 1 1
-paragraph [X] ||| Absatz [X] ||| 1 ||| ||| 1 1
-Alexander Nikitin . [X] ||| Alexander Nikitin . [X] ||| 1 ||| ||| 0.333333 0.333333
-Alexander Nikitin [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 4.16667 2
-Alexander Nikitin to [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 4.16667 0.5
-Alexander Nikitin to be [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 4.16667 0.333333
-Alexander Nikitin to be accused [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 4.16667 0.25
-for Alexander Nikitin [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 4.16667 0.5
-for Alexander Nikitin to [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 4.16667 0.333333
-for Alexander Nikitin to be [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 4.16667 0.25
-Alexander [X] ||| Alexander [X] ||| 1 ||| ||| 3 2
-for Alexander [X] ||| Alexander [X] ||| 1 ||| ||| 3 1
-Alexander [X][X] [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 1.8277
-Alexander [X][X] accused [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 0.25
-Alexander [X][X] accused of [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 0.25
-Alexander [X][X] be [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 0.333333
-Alexander [X][X] be accused [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 0.25
-Alexander [X][X] be accused of [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 0.25
-Alexander [X][X] of [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 0.25
-for Alexander [X][X] [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 1.26782
-for Alexander [X][X] accused [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 0.25
-for Alexander [X][X] accused of [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 0.333333
-for Alexander [X][X] be [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 0.25
-for Alexander [X][X] be accused [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 0.25
-for Alexander [X][X] of [X] ||| Alexander [X][X] [X] ||| 1 ||| ||| 6.09552 0.333333
-prestigious office [X] ||| Amtes [X] ||| 1 ||| ||| 1 1
-prestigious office [X][X] , [X] ||| Amtes [X][X] , [X] ||| 1 ||| ||| 0.112648 0.0217391
-prestigious office [X][X] [X] ||| Amtes [X][X] , [X] ||| 1 ||| ||| 0.112648 0.0909091
-prestigious office [X][X] , to [X] ||| Amtes [X][X] , bei [X] ||| 1 ||| ||| 0.0169492 0.0169492
-prestigious office [X][X] you [X] ||| Amtes [X][X] , die Sie [X] ||| 1 ||| ||| 0.0454545 0.0454545
-prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] , die Sie [X][X] [X] ||| 1 ||| ||| 0.0386883 0.0386883
-prestigious office [X][X] you represent [X] ||| Amtes [X][X] , die Sie vertreten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-prestigious office [X][X] [X] ||| Amtes [X][X] , die [X] ||| 1 ||| ||| 0.0714286 0.0714286
-prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution , [X][X] [X] ||| 1 ||| ||| 0.0672597 0.0672597
-prestigious office [X][X] institution you [X] ||| Amtes [X][X] Institution , die Sie [X] ||| 1 ||| ||| 0.0454545 0.0454545
-prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution , die [X] ||| 1 ||| ||| 0.0714286 0.0714286
-prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution , die [X][X] [X] ||| 1 ||| ||| 0.0672597 0.0672597
-prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution [X] ||| 1 ||| ||| 0.125 0.125
-prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution [X][X] [X] ||| 1 ||| ||| 0.0672597 0.0672597
-prestigious office [X][X] you [X] ||| Amtes [X][X] Sie [X] ||| 1 ||| ||| 0.0454545 0.0454545
-prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] Sie [X][X] [X] ||| 1 ||| ||| 0.0386883 0.0386883
-prestigious office [X][X] you represent [X] ||| Amtes [X][X] Sie vertreten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-prestigious office [X][X] [X] ||| Amtes [X][X] [X] ||| 1 ||| ||| 0.650052 0.650052
-prestigious office [X][X] to [X] ||| Amtes [X][X] bei [X] ||| 1 ||| ||| 0.0169492 0.0169492
-prestigious office [X][X] you [X] ||| Amtes [X][X] die Sie [X] ||| 1 ||| ||| 0.0454545 0.0454545
-prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] die Sie [X][X] [X] ||| 1 ||| ||| 0.0386883 0.0386883
-prestigious office [X][X] you represent [X] ||| Amtes [X][X] die Sie vertreten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-prestigious office [X][X] [X] ||| Amtes [X][X] die [X] ||| 1 ||| ||| 0.0714286 0.0714286
-prestigious office [X][X] represent , [X] ||| Amtes [X][X] vertreten , [X] ||| 1 ||| ||| 0.0217391 0.0217391
-prestigious office [X][X] represent [X] ||| Amtes [X][X] vertreten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-prestigious office [X][X] represent [X][X] [X] ||| Amtes [X][X] vertreten [X][X] [X] ||| 1 ||| ||| 0.0169492 0.0169492
-prestigious office and [X] ||| Amtes und [X] ||| 1 ||| ||| 0.5 0.5
-prestigious office and [X][X] , [X] ||| Amtes und [X][X] , [X] ||| 1 ||| ||| 0.112648 0.0217391
-prestigious office and [X][X] [X] ||| Amtes und [X][X] , [X] ||| 1 ||| ||| 0.112648 0.0909091
-prestigious office and [X][X] you [X] ||| Amtes und [X][X] , die Sie [X] ||| 1 ||| ||| 0.0454545 0.0454545
-prestigious office and [X][X] [X] ||| Amtes und [X][X] , die [X] ||| 1 ||| ||| 0.0714286 0.0714286
-prestigious office and [X][X] you [X] ||| Amtes und [X][X] Sie [X] ||| 1 ||| ||| 0.0454545 0.0454545
-prestigious office and [X][X] [X] ||| Amtes und [X][X] [X] ||| 1 ||| ||| 0.400052 0.400052
-prestigious office and [X][X] to [X] ||| Amtes und [X][X] bei [X] ||| 1 ||| ||| 0.0169492 0.0169492
-prestigious office and [X][X] you [X] ||| Amtes und [X][X] die Sie [X] ||| 1 ||| ||| 0.0454545 0.0454545
-prestigious office and [X][X] [X] ||| Amtes und [X][X] die [X] ||| 1 ||| ||| 0.0714286 0.0714286
-prestigious office and [X][X] represent [X] ||| Amtes und [X][X] vertreten [X] ||| 1 ||| ||| 0.0285714 0.0285714
-prestigious office and the institution [X] ||| Amtes und der Institution , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-prestigious office and the institution [X] ||| Amtes und der Institution , die [X] ||| 1 ||| ||| 0.0714286 0.0714286
-prestigious office and the institution [X] ||| Amtes und der Institution [X] ||| 1 ||| ||| 0.125 0.125
-prestigious office and the [X] ||| Amtes und der [X] ||| 1 ||| ||| 0.25 0.25
-prestigious office and the [X][X] [X] ||| Amtes und der [X][X] [X] ||| 1 ||| ||| 0.112714 0.112714
-form of quota penalties [X] ||| Art Quotenstrafe belegt [X] ||| 1 ||| ||| 0.25 0.25
-form of quota penalties [X][X] [X] ||| Art Quotenstrafe belegt [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-form [X] ||| Art [X] ||| 1 ||| ||| 2 1
-form of [X] ||| Art [X] ||| 1 ||| ||| 2 1
-form [X][X] [X] ||| Art [X][X] [X] ||| 1 ||| ||| 0.75 0.375
-form of [X][X] [X] ||| Art [X][X] [X] ||| 1 ||| ||| 0.75 0.375
-form [X][X] should be [X] ||| Art [X][X] werden sollen [X] ||| 1 ||| ||| 0.25 0.125
-form of [X][X] should be [X] ||| Art [X][X] werden sollen [X] ||| 1 ||| ||| 0.25 0.125
-Rule 143 [X] ||| Artikel 143 [X] ||| 1 ||| ||| 1 1
-Rule 143 [X][X] . [X] ||| Artikel 143 [X][X] ? [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Rule 143 [X][X] [X] ||| Artikel 143 [X][X] [X] ||| 1 ||| ||| 0.257576 0.257576
-Rule 143 concerning inadmissibility . [X] ||| Artikel 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Rule 143 concerning inadmissibility [X] ||| Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.166667 0.166667
-Rule 143 concerning [X] ||| Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.333333 0.333333
-Rule 143 concerning [X][X] [X] ||| Artikel 143 im Zusammenhang mit der [X][X] [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Rule [X] ||| Artikel [X] ||| 1 ||| ||| 1 1
-Rule [X][X] . [X] ||| Artikel [X][X] ? [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Rule [X][X] inadmissibility . [X] ||| Artikel [X][X] Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Rule [X][X] inadmissibility [X] ||| Artikel [X][X] Unzulässigkeit geben [X] ||| 1 ||| ||| 0.166667 0.166667
-Rule [X][X] [X] ||| Artikel [X][X] [X] ||| 1 ||| ||| 0.590909 0.590909
-people assassinated very [X] ||| Attentatsopfern , die es in [X] ||| 1 ||| ||| 1 1
-people assassinated very [X][X] Lanka [X] ||| Attentatsopfern , die es in [X][X] Lanka [X] ||| 1 ||| ||| 0.0909091 0.0909091
-people assassinated very [X][X] Sri [X] ||| Attentatsopfern , die es in [X][X] Sri [X] ||| 1 ||| ||| 0.142857 0.142857
-people assassinated very [X][X] [X] ||| Attentatsopfern , die es in [X][X] [X] ||| 1 ||| ||| 0.483766 0.483766
-people assassinated very recently [X] ||| Attentatsopfern , die es in jüngster Zeit [X] ||| 1 ||| ||| 0.5 0.5
-people assassinated very recently [X][X] [X] ||| Attentatsopfern , die es in jüngster Zeit [X][X] [X] ||| 1 ||| ||| 0.233766 0.233766
-people assassinated very recently in [X] ||| Attentatsopfern , die es in jüngster Zeit in [X] ||| 1 ||| ||| 0.25 0.25
-advice [X] ||| Auskunft [X] ||| 1 ||| ||| 1 1
-advice [X][X] 143 [X] ||| Auskunft [X][X] 143 [X] ||| 1 ||| ||| 0.166667 0.166667
-advice [X][X] 143 [X][X] [X] ||| Auskunft [X][X] 143 [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-advice [X][X] 143 concerning inadmissibility [X] ||| Auskunft [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0526316 0.0526316
-advice [X][X] 143 concerning [X] ||| Auskunft [X][X] 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-advice [X][X] inadmissibility [X] ||| Auskunft [X][X] Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0526316 0.0526316
-advice [X][X] [X] ||| Auskunft [X][X] [X] ||| 1 ||| ||| 0.643541 0.643541
-advice [X][X] concerning inadmissibility [X] ||| Auskunft [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0526316 0.0526316
-advice [X][X] concerning [X] ||| Auskunft [X][X] im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-advice about Rule 143 [X] ||| Auskunft zu Artikel 143 [X] ||| 1 ||| ||| 0.166667 0.166667
-advice about Rule 143 [X][X] [X] ||| Auskunft zu Artikel 143 [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-advice about Rule 143 concerning [X] ||| Auskunft zu Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-advice about Rule [X] ||| Auskunft zu Artikel [X] ||| 1 ||| ||| 0.333333 0.333333
-advice about Rule [X][X] inadmissibility [X] ||| Auskunft zu Artikel [X][X] Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0526316 0.0526316
-advice about Rule [X][X] [X] ||| Auskunft zu Artikel [X][X] [X] ||| 1 ||| ||| 0.143541 0.143541
-advice about [X] ||| Auskunft zu [X] ||| 1 ||| ||| 1 1
-advice about [X][X] inadmissibility [X] ||| Auskunft zu [X][X] Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0526316 0.0526316
-advice about [X][X] [X] ||| Auskunft zu [X][X] [X] ||| 1 ||| ||| 0.310207 0.310207
-advice about [X][X] concerning inadmissibility [X] ||| Auskunft zu [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0526316 0.0526316
-advice about [X][X] concerning [X] ||| Auskunft zu [X][X] im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-guidance programmes [X] ||| Ausrichtungsprogramme [X] ||| 1 ||| ||| 2 1
-guidance programmes comes [X] ||| Ausrichtungsprogramme [X] ||| 1 ||| ||| 2 1
-guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] , [X] ||| 1 ||| ||| 0.2 0.2
-guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] , der [X] ||| 1 ||| ||| 0.166667 0.166667
-guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] [X] ||| 1 ||| ||| 0.616667 0.616667
-guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] der [X] ||| 1 ||| ||| 0.166667 0.166667
-guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen , [X] ||| 1 ||| ||| 0.2 0.2
-guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen , der [X] ||| 1 ||| ||| 0.166667 0.166667
-guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen [X] ||| 1 ||| ||| 0.25 0.25
-stay [X] ||| Aussetzung [X] ||| 1 ||| ||| 1 1
-a stay of execution [X] ||| Aussetzung der Vollstreckung des Todesurteils [X] ||| 1 ||| ||| 1 1
-a stay of execution [X][X] [X] ||| Aussetzung der Vollstreckung des Todesurteils [X][X] [X] ||| 1 ||| ||| 0.711111 0.711111
-a stay of execution and [X] ||| Aussetzung der Vollstreckung des Todesurteils und [X] ||| 1 ||| ||| 0.5 0.5
-debate [X] ||| Aussprache [X] ||| 1 ||| ||| 2 1
-presentation [X] ||| Aussprache [X] ||| 1 ||| ||| 2 1
-presentation [X][X] . [X] ||| Aussprache [X][X] . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-presentation [X][X] report . [X] ||| Aussprache [X][X] Bericht . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-presentation [X][X] report [X] ||| Aussprache [X][X] Bericht [X] ||| 1 ||| ||| 0.166667 0.166667
-presentation [X][X] [X] ||| Aussprache [X][X] [X] ||| 1 ||| ||| 0.590909 0.590909
-debate on [X] ||| Aussprache im [X] ||| 1 ||| ||| 1 1
-presentation of [X] ||| Aussprache über [X] ||| 1 ||| ||| 1 1
-presentation of [X][X] . [X] ||| Aussprache über [X][X] . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-presentation of [X][X] [X] ||| Aussprache über [X][X] [X] ||| 1 ||| ||| 0.257576 0.257576
-presentation of the report . [X] ||| Aussprache über den Bericht . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-presentation of the report [X] ||| Aussprache über den Bericht [X] ||| 1 ||| ||| 0.166667 0.166667
-presentation of the [X] ||| Aussprache über den [X] ||| 1 ||| ||| 0.333333 0.333333
-presentation of the [X][X] [X] ||| Aussprache über den [X][X] [X] ||| 1 ||| ||| 0.0909091 0.0909091
-regret [X] ||| Bedauern [X] ||| 1 ||| ||| 1 1
-[X][X] regret [X] ||| Bedauern [X][X] [X] ||| 1 ||| ||| 0.75 0.75
-expressing [X][X] regret [X] ||| Bedauern [X][X] zum [X] ||| 1 ||| ||| 0.25 0.25
-Parliament 's regret [X] ||| Bedauern des Parlaments [X] ||| 1 ||| ||| 0.5 0.5
-expressing Parliament 's regret [X] ||| Bedauern des Parlaments zum [X] ||| 1 ||| ||| 0.25 0.25
-the start [X] ||| Beginn [X] ||| 1 ||| ||| 1 1
-the start [X][X] . [X] ||| Beginn [X][X] . [X] ||| 1 ||| ||| 0.0416667 0.0416667
-the start [X][X] presentation [X] ||| Beginn [X][X] Aussprache [X] ||| 1 ||| ||| 0.2 0.2
-the start [X][X] presentation [X][X] [X] ||| Beginn [X][X] Aussprache [X][X] [X] ||| 1 ||| ||| 0.183824 0.183824
-the start [X][X] presentation of [X] ||| Beginn [X][X] Aussprache über [X] ||| 1 ||| ||| 0.125 0.125
-the start [X][X] report . [X] ||| Beginn [X][X] Bericht . [X] ||| 1 ||| ||| 0.0416667 0.0416667
-the start [X][X] report [X] ||| Beginn [X][X] Bericht [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the start [X][X] [X] ||| Beginn [X][X] [X] ||| 1 ||| ||| 0.842157 0.842157
-the start [X][X] the report [X] ||| Beginn [X][X] den Bericht [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the start [X][X] the [X] ||| Beginn [X][X] den [X] ||| 1 ||| ||| 0.0833333 0.0833333
-the start [X][X] the [X][X] [X] ||| Beginn [X][X] den [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-the start [X][X] of [X] ||| Beginn [X][X] über [X] ||| 1 ||| ||| 0.125 0.125
-the start [X][X] of [X][X] [X] ||| Beginn [X][X] über [X][X] [X] ||| 1 ||| ||| 0.10049 0.10049
-the start [X][X] of the [X] ||| Beginn [X][X] über den [X] ||| 1 ||| ||| 0.0833333 0.0833333
-the start of the presentation [X] ||| Beginn der Aussprache [X] ||| 1 ||| ||| 0.2 0.2
-the start of the [X] ||| Beginn der [X] ||| 1 ||| ||| 0.333333 0.333333
-the start of the [X][X] [X] ||| Beginn der [X][X] [X] ||| 1 ||| ||| 0.308824 0.308824
-reprieve [X] ||| Begnadigung [X] ||| 1 ||| ||| 1 1
-reprieve [X][X] [X] ||| Begnadigung [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-reprieve the condemned person [X] ||| Begnadigung des Verurteilten [X] ||| 1 ||| ||| 0.25 0.25
-reprieve the [X] ||| Begnadigung des [X] ||| 1 ||| ||| 1 1
-reprieve the [X][X] [X] ||| Begnadigung des [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-report . [X] ||| Bericht . [X] ||| 1 ||| ||| 1 1
-report [X] ||| Bericht [X] ||| 1 ||| ||| 2 2
-report [X][X] legislative proposal [X] ||| Bericht [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.125 0.125
-report [X][X] [X] ||| Bericht [X][X] [X] ||| 1 ||| ||| 0.375 0.375
-report , [X] ||| Bericht und [X] ||| 1 ||| ||| 1 1
-report , [X][X] legislative proposal [X] ||| Bericht und [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.125 0.125
-report , [X][X] [X] ||| Bericht und [X][X] [X] ||| 1 ||| ||| 0.375 0.375
-report , not a [X] ||| Bericht und keinen [X] ||| 1 ||| ||| 0.25 0.25
-report , not a [X][X] [X] ||| Bericht und keinen [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-appealing [X] ||| Berufung [X] ||| 1 ||| ||| 1 1
-is appealing . [X] ||| Berufung geht . [X] ||| 1 ||| ||| 0.5 0.5
-is appealing [X] ||| Berufung geht [X] ||| 1 ||| ||| 1 1
-visited [X] ||| Besuch [X] ||| 1 ||| ||| 1 1
-visited [X] ||| Besuch abgestattet [X] ||| 1 ||| ||| 1 1
-had visited [X] ||| Besuch abgestattet hatte [X] ||| 1 ||| ||| 1 1
-bomb explosions and killings [X] ||| Bombenexplosionen mit zahlreichen Toten [X] ||| 1 ||| ||| 0.833333 0.5
-of bomb explosions and killings [X] ||| Bombenexplosionen mit zahlreichen Toten [X] ||| 1 ||| ||| 0.833333 0.333333
-bomb explosions and [X] ||| Bombenexplosionen mit zahlreichen [X] ||| 1 ||| ||| 2 1
-of bomb explosions and [X] ||| Bombenexplosionen mit zahlreichen [X] ||| 1 ||| ||| 2 1
-Bush , [X] ||| Bush , [X] ||| 1 ||| ||| 1 1
-Bush , who [X] ||| Bush , der [X] ||| 1 ||| ||| 0.333333 0.333333
-Bush [X] ||| Bush [X] ||| 1 ||| ||| 1 1
-Bush [X][X] [X] ||| Bush [X][X] [X] ||| 1 ||| ||| 0.333333 0.333333
-Cunha report [X] ||| Cunha-Bericht [X] ||| 1 ||| ||| 1 1
-Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] , [X] ||| 1 ||| ||| 0.037037 0.037037
-Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] , der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-Cunha report [X][X] guidance programmes [X] ||| Cunha-Bericht [X][X] Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.1 0.1
-Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] [X] ||| 1 ||| ||| 0.622086 0.545163
-Cunha report [X][X] comes [X] ||| Cunha-Bericht [X][X] [X] ||| 1 ||| ||| 0.622086 0.0769231
-Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen , [X] ||| 1 ||| ||| 0.074074 0.037037
-Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen , [X] ||| 1 ||| ||| 0.074074 0.037037
-Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen , der [X] ||| 1 ||| ||| 0.0571428 0.0285714
-Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen , der [X] ||| 1 ||| ||| 0.0571428 0.0285714
-Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen [X] ||| 1 ||| ||| 0.105263 0.0526316
-Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen [X] ||| 1 ||| ||| 0.105263 0.0526316
-Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-Cunha report on [X] ||| Cunha-Bericht über [X] ||| 1 ||| ||| 0.5 0.5
-Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] , [X] ||| 1 ||| ||| 0.037037 0.037037
-Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] , der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] [X] ||| 1 ||| ||| 0.372086 0.295163
-Cunha report on [X][X] comes [X] ||| Cunha-Bericht über [X][X] [X] ||| 1 ||| ||| 0.372086 0.0769231
-Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen , [X] ||| 1 ||| ||| 0.037037 0.037037
-Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen , der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-Cunha report on multiannual [X] ||| Cunha-Bericht über mehrjährige [X] ||| 1 ||| ||| 0.25 0.25
-Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] , [X] ||| 1 ||| ||| 0.037037 0.037037
-Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] , der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] [X] ||| 1 ||| ||| 0.295163 0.295163
-Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] to [X] ||| Dokument [X][X] bei [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] to [X][X] [X] ||| Dokument [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.099537 0.099537
-[X][X] to [X][X] merely [X] ||| Dokument [X][X] bei [X][X] lediglich um [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] to what [X] ||| Dokument [X][X] bei dem es [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] to what [X][X] [X] ||| Dokument [X][X] bei dem es [X][X] [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] to what is [X] ||| Dokument [X][X] bei dem es sich [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] to what is merely [X] ||| Dokument [X][X] bei dem es sich lediglich um [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] what [X] ||| Dokument [X][X] dem es [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] what [X][X] [X] ||| Dokument [X][X] dem es [X][X] [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] what is [X] ||| Dokument [X][X] dem es sich [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] what is merely [X] ||| Dokument [X][X] dem es sich lediglich um [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] merely [X] ||| Dokument [X][X] lediglich um [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] is [X] ||| Dokument [X][X] sich [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] is merely [X] ||| Dokument [X][X] sich lediglich um [X] ||| 1 ||| ||| 0.037037 0.037037
-of [X] ||| Dokument zu [X] ||| 1 ||| ||| 1 1
-of [X][X] [X] ||| Dokument zu [X][X] [X] ||| 1 ||| ||| 0.910648 0.910648
-of [X][X] to [X] ||| Dokument zu [X][X] bei [X] ||| 1 ||| ||| 0.2 0.2
-of [X][X] to [X][X] [X] ||| Dokument zu [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.099537 0.099537
-of [X][X] to [X][X] merely [X] ||| Dokument zu [X][X] bei [X][X] lediglich um [X] ||| 1 ||| ||| 0.037037 0.037037
-of [X][X] to what [X] ||| Dokument zu [X][X] bei dem es [X] ||| 1 ||| ||| 0.111111 0.111111
-of [X][X] to what [X][X] [X] ||| Dokument zu [X][X] bei dem es [X][X] [X] ||| 1 ||| ||| 0.037037 0.037037
-of [X][X] to what is [X] ||| Dokument zu [X][X] bei dem es sich [X] ||| 1 ||| ||| 0.0625 0.0625
-of [X][X] what [X] ||| Dokument zu [X][X] dem es [X] ||| 1 ||| ||| 0.111111 0.111111
-of [X][X] what [X][X] [X] ||| Dokument zu [X][X] dem es [X][X] [X] ||| 1 ||| ||| 0.037037 0.037037
-of [X][X] what is [X] ||| Dokument zu [X][X] dem es sich [X] ||| 1 ||| ||| 0.0625 0.0625
-of [X][X] what is merely [X] ||| Dokument zu [X][X] dem es sich lediglich um [X] ||| 1 ||| ||| 0.037037 0.037037
-of [X][X] merely [X] ||| Dokument zu [X][X] lediglich um [X] ||| 1 ||| ||| 0.037037 0.037037
-of [X][X] is [X] ||| Dokument zu [X][X] sich [X] ||| 1 ||| ||| 0.0625 0.0625
-of [X][X] is merely [X] ||| Dokument zu [X][X] sich lediglich um [X] ||| 1 ||| ||| 0.037037 0.037037
-of that kind [X] ||| Dokument zu erheben , [X] ||| 1 ||| ||| 0.5 0.5
-of that kind [X][X] [X] ||| Dokument zu erheben , [X][X] [X] ||| 1 ||| ||| 0.210648 0.210648
-of that kind [X][X] merely [X] ||| Dokument zu erheben , [X][X] lediglich um [X] ||| 1 ||| ||| 0.037037 0.037037
-of that kind [X][X] is [X] ||| Dokument zu erheben , [X][X] sich [X] ||| 1 ||| ||| 0.0625 0.0625
-of that kind to [X] ||| Dokument zu erheben , bei [X] ||| 1 ||| ||| 0.2 0.2
-of that kind to [X][X] [X] ||| Dokument zu erheben , bei [X][X] [X] ||| 1 ||| ||| 0.099537 0.099537
-of that kind to what [X] ||| Dokument zu erheben , bei dem es [X] ||| 1 ||| ||| 0.111111 0.111111
-Thursday [X] ||| Donnerstag [X] ||| 1 ||| ||| 3 1
-Thursday prior [X] ||| Donnerstag [X] ||| 1 ||| ||| 3 1
-next Thursday [X] ||| Donnerstag [X] ||| 1 ||| ||| 3 1
-Thursday prior [X][X] presentation [X] ||| Donnerstag [X][X] Aussprache [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Thursday prior [X][X] presentation [X][X] [X] ||| Donnerstag [X][X] Aussprache [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Thursday prior [X][X] presentation of [X] ||| Donnerstag [X][X] Aussprache über [X] ||| 1 ||| ||| 0.0666667 0.0666667
-Thursday prior [X][X] [X] ||| Donnerstag [X][X] [X] ||| 1 ||| ||| 0.487985 0.487985
-Thursday prior [X][X] the [X] ||| Donnerstag [X][X] den [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Thursday prior [X][X] of the [X] ||| Donnerstag [X][X] der [X] ||| 1 ||| ||| 0.111111 0.111111
-Thursday prior [X][X] of [X] ||| Donnerstag [X][X] über [X] ||| 1 ||| ||| 0.0666667 0.0666667
-Thursday prior [X][X] of the [X] ||| Donnerstag [X][X] über den [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Thursday [X] ||| Donnerstag dieser Woche [X] ||| 1 ||| ||| 2 1
-next Thursday [X] ||| Donnerstag dieser Woche [X] ||| 1 ||| ||| 2 1
-Thursday [X] ||| Donnerstag dieser [X] ||| 1 ||| ||| 2 1
-next Thursday [X] ||| Donnerstag dieser [X] ||| 1 ||| ||| 2 1
-Thursday prior to the start [X] ||| Donnerstag zu Beginn [X] ||| 1 ||| ||| 0.166667 0.166667
-Thursday prior to [X] ||| Donnerstag zu [X] ||| 1 ||| ||| 0.5 0.5
-Thursday prior to [X][X] presentation [X] ||| Donnerstag zu [X][X] Aussprache [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Thursday prior to [X][X] [X] ||| Donnerstag zu [X][X] [X] ||| 1 ||| ||| 0.487985 0.487985
-Thursday prior to [X][X] the [X] ||| Donnerstag zu [X][X] den [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Thursday prior to [X][X] of [X] ||| Donnerstag zu [X][X] über [X] ||| 1 ||| ||| 0.0666667 0.0666667
-objection [X] ||| Einwand gegen [X] ||| 1 ||| ||| 1 1
-resolutions [X] ||| Entschließungen [X] ||| 1 ||| ||| 1 1
-findings [X] ||| Ergebnissen [X] ||| 1 ||| ||| 1 1
-European Parliament [X] ||| Europäischen Parlament [X] ||| 1 ||| ||| 2 2
-European Parliament [X][X] European Community [X] ||| Europäischen Parlament [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0181818 0.0181818
-European Parliament [X][X] European [X] ||| Europäischen Parlament [X][X] Europäischen [X] ||| 1 ||| ||| 0.0444444 0.0222222
-European Parliament [X][X] the European [X] ||| Europäischen Parlament [X][X] Europäischen [X] ||| 1 ||| ||| 0.0444444 0.0222222
-European Parliament [X][X] months ago [X] ||| Europäischen Parlament [X][X] Monaten [X] ||| 1 ||| ||| 0.0555556 0.0555556
-European Parliament [X][X] months ago [X] ||| Europäischen Parlament [X][X] Monaten einen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-European Parliament [X][X] Community [X] ||| Europäischen Parlament [X][X] Union [X] ||| 1 ||| ||| 0.0181818 0.0181818
-European Parliament [X][X] [X] ||| Europäischen Parlament [X][X] [X] ||| 1 ||| ||| 0.692186 0.591956
-European Parliament [X][X] of [X] ||| Europäischen Parlament [X][X] [X] ||| 1 ||| ||| 0.692186 0.0357143
-European Parliament [X][X] of the [X] ||| Europäischen Parlament [X][X] [X] ||| 1 ||| ||| 0.692186 0.0322581
-European Parliament [X][X] the [X] ||| Europäischen Parlament [X][X] [X] ||| 1 ||| ||| 0.692186 0.0322581
-European Parliament [X][X] of [X][X] [X] ||| Europäischen Parlament [X][X] [X][X] [X] ||| 1 ||| ||| 0.0585858 0.040404
-European Parliament [X][X] the [X][X] [X] ||| Europäischen Parlament [X][X] [X][X] [X] ||| 1 ||| ||| 0.0585858 0.0181818
-European Parliament [X][X] the [X] ||| Europäischen Parlament [X][X] der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-European Parliament [X][X] the [X][X] [X] ||| Europäischen Parlament [X][X] der [X][X] [X] ||| 1 ||| ||| 0.108376 0.108376
-European Parliament [X][X] the whole [X] ||| Europäischen Parlament [X][X] der gesamten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-European Parliament [X][X] [X] ||| Europäischen Parlament [X][X] einen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-European Parliament [X][X] whole [X] ||| Europäischen Parlament [X][X] gesamten [X] ||| 1 ||| ||| 0.0883459 0.0526316
-European Parliament [X][X] whole of [X] ||| Europäischen Parlament [X][X] gesamten [X] ||| 1 ||| ||| 0.0883459 0.0357143
-European Parliament [X][X] whole [X][X] [X] ||| Europäischen Parlament [X][X] gesamten [X][X] [X] ||| 1 ||| ||| 0.040404 0.040404
-European Parliament just [X] ||| Europäischen Parlament erst [X] ||| 1 ||| ||| 0.333333 0.333333
-European Parliament just [X][X] [X] ||| Europäischen Parlament erst [X][X] [X] ||| 1 ||| ||| 0.173372 0.173372
-European Parliament just [X][X] [X] ||| Europäischen Parlament erst [X][X] einen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-European Parliament just [X] ||| Europäischen Parlament erst vor [X] ||| 1 ||| ||| 0.25 0.25
-European Parliament just [X][X] [X] ||| Europäischen Parlament erst vor [X][X] [X] ||| 1 ||| ||| 0.173372 0.173372
-European Parliament just [X][X] [X] ||| Europäischen Parlament erst vor [X][X] einen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-European Parliament just a few [X] ||| Europäischen Parlament erst vor wenigen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-European Parliament and [X] ||| Europäischen Parlament und [X] ||| 1 ||| ||| 0.333333 0.333333
-European Parliament and [X][X] European [X] ||| Europäischen Parlament und [X][X] Europäischen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-European Parliament and [X][X] Community [X] ||| Europäischen Parlament und [X][X] Union [X] ||| 1 ||| ||| 0.0181818 0.0181818
-European Parliament and [X][X] [X] ||| Europäischen Parlament und [X][X] [X] ||| 1 ||| ||| 0.319889 0.251917
-European Parliament and [X][X] of [X] ||| Europäischen Parlament und [X][X] [X] ||| 1 ||| ||| 0.319889 0.0357143
-European Parliament and [X][X] the [X] ||| Europäischen Parlament und [X][X] [X] ||| 1 ||| ||| 0.319889 0.0322581
-European Parliament and [X][X] whole [X] ||| Europäischen Parlament und [X][X] gesamten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-European Parliament and by [X] ||| Europäischen Parlament und von [X] ||| 1 ||| ||| 0.166667 0.166667
-European Parliament and by [X][X] [X] ||| Europäischen Parlament und von [X][X] [X] ||| 1 ||| ||| 0.161008 0.161008
-European Parliament and by the [X] ||| Europäischen Parlament und von der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-European Parliament , [X] ||| Europäischen Parlaments [X] ||| 1 ||| ||| 2.08333 0.5
-European Parliament , a [X] ||| Europäischen Parlaments [X] ||| 1 ||| ||| 2.08333 0.333333
-European Parliament , a date [X] ||| Europäischen Parlaments [X] ||| 1 ||| ||| 2.08333 0.25
-European Parliament [X] ||| Europäischen Parlaments [X] ||| 1 ||| ||| 2.08333 1
-European Community [X] ||| Europäischen Union [X] ||| 1 ||| ||| 2.83333 1
-European Union [X] ||| Europäischen Union [X] ||| 1 ||| ||| 2.83333 1
-of the European Community [X] ||| Europäischen Union [X] ||| 1 ||| ||| 2.83333 0.333333
-the European Community [X] ||| Europäischen Union [X] ||| 1 ||| ||| 2.83333 0.5
-European [X] ||| Europäischen [X] ||| 1 ||| ||| 7 5
-of the European [X] ||| Europäischen [X] ||| 1 ||| ||| 7 1
-the European [X] ||| Europäischen [X] ||| 1 ||| ||| 7 1
-European [X][X] European Community [X] ||| Europäischen [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0363636 0.0181818
-European [X][X] the European Community [X] ||| Europäischen [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0363636 0.0181818
-European [X][X] European [X] ||| Europäischen [X][X] Europäischen [X] ||| 1 ||| ||| 0.0666666 0.0222222
-European [X][X] of the European [X] ||| Europäischen [X][X] Europäischen [X] ||| 1 ||| ||| 0.0666666 0.0222222
-European [X][X] the European [X] ||| Europäischen [X][X] Europäischen [X] ||| 1 ||| ||| 0.0666666 0.0222222
-European [X][X] months ago [X] ||| Europäischen [X][X] Monaten [X] ||| 1 ||| ||| 0.0555556 0.0555556
-European [X][X] months ago [X] ||| Europäischen [X][X] Monaten einen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-European [X][X] Community [X] ||| Europäischen [X][X] Union [X] ||| 1 ||| ||| 0.0181818 0.0181818
-European [X][X] [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 3.34195
-European [X][X] a [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.333333
-European [X][X] a date [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.25
-European [X][X] a date has [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.25
-European [X][X] been [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.25
-European [X][X] been set [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.25
-European [X][X] date [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.25
-European [X][X] date has [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.25
-European [X][X] date has been [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.25
-European [X][X] has [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.25
-European [X][X] has been [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.25
-European [X][X] has been set [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.25
-European [X][X] of [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.0357143
-European [X][X] of the [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.0322581
-European [X][X] set [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.25
-European [X][X] the [X] ||| Europäischen [X][X] [X] ||| 1 ||| ||| 6.52552 0.0322581
-European [X][X] of [X][X] Community [X] ||| Europäischen [X][X] [X][X] Union [X] ||| 1 ||| ||| 0.0181818 0.0181818
-European [X][X] of [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 1 ||| ||| 0.0767676 0.040404
-European [X][X] of the [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 1 ||| ||| 0.0767676 0.0181818
-European [X][X] the [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 1 ||| ||| 0.0767676 0.0181818
-European [X][X] the [X] ||| Europäischen [X][X] der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-European [X][X] the [X][X] European [X] ||| Europäischen [X][X] der [X][X] Europäischen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-European [X][X] the [X][X] Community [X] ||| Europäischen [X][X] der [X][X] Union [X] ||| 1 ||| ||| 0.0181818 0.0181818
-European [X][X] the [X][X] [X] ||| Europäischen [X][X] der [X][X] [X] ||| 1 ||| ||| 0.140634 0.108376
-European [X][X] the [X][X] the [X] ||| Europäischen [X][X] der [X][X] [X] ||| 1 ||| ||| 0.140634 0.0322581
-European [X][X] the whole [X] ||| Europäischen [X][X] der gesamten [X] ||| 1 ||| ||| 0.0883459 0.0526316
-European [X][X] the whole of [X] ||| Europäischen [X][X] der gesamten [X] ||| 1 ||| ||| 0.0883459 0.0357143
-European [X][X] the whole [X][X] [X] ||| Europäischen [X][X] der gesamten [X][X] [X] ||| 1 ||| ||| 0.040404 0.040404
-European [X][X] [X] ||| Europäischen [X][X] einen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-European [X][X] whole [X] ||| Europäischen [X][X] gesamten [X] ||| 1 ||| ||| 0.120604 0.0526316
-European [X][X] whole of [X] ||| Europäischen [X][X] gesamten [X] ||| 1 ||| ||| 0.120604 0.0357143
-European [X][X] whole of the [X] ||| Europäischen [X][X] gesamten [X] ||| 1 ||| ||| 0.120604 0.0322581
-European [X][X] whole [X][X] Community [X] ||| Europäischen [X][X] gesamten [X][X] Union [X] ||| 1 ||| ||| 0.0181818 0.0181818
-European [X][X] whole [X][X] [X] ||| Europäischen [X][X] gesamten [X][X] [X] ||| 1 ||| ||| 0.080808 0.040404
-European [X][X] whole of [X][X] [X] ||| Europäischen [X][X] gesamten [X][X] [X] ||| 1 ||| ||| 0.080808 0.040404
-European [X][X] by [X] ||| Europäischen [X][X] von [X] ||| 1 ||| ||| 0.166667 0.166667
-European [X][X] by [X][X] European [X] ||| Europäischen [X][X] von [X][X] Europäischen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-European [X][X] by [X][X] Community [X] ||| Europäischen [X][X] von [X][X] Union [X] ||| 1 ||| ||| 0.0181818 0.0181818
-European [X][X] by [X][X] [X] ||| Europäischen [X][X] von [X][X] [X] ||| 1 ||| ||| 0.22898 0.161008
-European [X][X] by [X][X] of [X] ||| Europäischen [X][X] von [X][X] [X] ||| 1 ||| ||| 0.22898 0.0357143
-European [X][X] by [X][X] the [X] ||| Europäischen [X][X] von [X][X] [X] ||| 1 ||| ||| 0.22898 0.0322581
-European [X][X] by the [X] ||| Europäischen [X][X] von der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-European [X][X] by the [X][X] [X] ||| Europäischen [X][X] von der [X][X] [X] ||| 1 ||| ||| 0.108376 0.108376
-European [X][X] by the whole [X] ||| Europäischen [X][X] von der gesamten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-European [X][X] [X] ||| Europäischen [X][X] vor [X] ||| 1 ||| ||| 0.25 0.25
-European [X][X] a few [X] ||| Europäischen [X][X] vor wenigen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-European [X][X] a few [X][X] [X] ||| Europäischen [X][X] vor wenigen [X][X] [X] ||| 1 ||| ||| 0.0900383 0.0900383
-European [X][X] a few [X][X] [X] ||| Europäischen [X][X] vor wenigen [X][X] einen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-European [X][X] a few [X] ||| Europäischen [X][X] wenigen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-European [X][X] a few [X][X] [X] ||| Europäischen [X][X] wenigen [X][X] [X] ||| 1 ||| ||| 0.0900383 0.0900383
-European [X][X] a few [X][X] [X] ||| Europäischen [X][X] wenigen [X][X] einen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-Evans , [X] ||| Evans , [X] ||| 1 ||| ||| 1 1
-Evans , [X][X] [X] ||| Evans , [X][X] [X] ||| 1 ||| ||| 0.35163 0.324603
-Evans , [X][X] you [X] ||| Evans , [X][X] [X] ||| 1 ||| ||| 0.35163 0.027027
-Evans , [X][X] initiative [X][X] [X] ||| Evans , [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.067027 0.067027
-Evans , [X][X] an [X] ||| Evans , [X][X] eine [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Evans , [X][X] an [X][X] [X] ||| Evans , [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.067027 0.067027
-Evans , I [X] ||| Evans , ich [X] ||| 1 ||| ||| 0.333333 0.333333
-Evans , I [X][X] [X] ||| Evans , ich [X][X] [X] ||| 1 ||| ||| 0.184963 0.157936
-Evans , I [X][X] you [X] ||| Evans , ich [X][X] [X] ||| 1 ||| ||| 0.184963 0.027027
-Evans , I feel [X] ||| Evans , ich denke , daß [X] ||| 1 ||| ||| 0.166667 0.166667
-Evans , I feel [X][X] [X] ||| Evans , ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.067027 0.067027
-Evans , I feel an [X] ||| Evans , ich denke , daß eine [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Evans [X] ||| Evans [X] ||| 1 ||| ||| 3 2
-Evans has [X] ||| Evans [X] ||| 1 ||| ||| 3 1
-Evans [X][X] [X] ||| Evans [X][X] [X] ||| 1 ||| ||| 0.684963 0.657936
-Evans [X][X] you [X] ||| Evans [X][X] [X] ||| 1 ||| ||| 0.684963 0.027027
-Evans [X][X] initiative [X][X] [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.161081 0.067027
-Evans [X][X] initiative [X][X] you [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.161081 0.027027
-Evans [X][X] initiative of [X][X] [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.161081 0.067027
-Evans [X][X] feel [X] ||| Evans [X][X] denke , daß [X] ||| 1 ||| ||| 0.166667 0.166667
-Evans [X][X] feel [X][X] [X] ||| Evans [X][X] denke , daß [X][X] [X] ||| 1 ||| ||| 0.094054 0.067027
-Evans [X][X] feel [X][X] you [X] ||| Evans [X][X] denke , daß [X][X] [X] ||| 1 ||| ||| 0.094054 0.027027
-Evans [X][X] feel an [X] ||| Evans [X][X] denke , daß eine [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Evans [X][X] feel an [X][X] [X] ||| Evans [X][X] denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.067027 0.067027
-Evans [X][X] an [X] ||| Evans [X][X] eine [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Evans [X][X] an initiative [X][X] [X] ||| Evans [X][X] eine [X][X] Initiative [X] ||| 1 ||| ||| 0.067027 0.067027
-Evans [X][X] an [X][X] [X] ||| Evans [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.094054 0.067027
-Evans [X][X] an [X][X] you [X] ||| Evans [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.094054 0.027027
-case [X] ||| Fall [X] ||| 1 ||| ||| 3 3
-case [X][X] . [X] ||| Fall [X][X] . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-case [X][X] Nikitin . [X] ||| Fall [X][X] Nikitin . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-case [X][X] Nikitin [X] ||| Fall [X][X] Nikitin [X] ||| 1 ||| ||| 0.166667 0.166667
-case [X][X] [X] ||| Fall [X][X] [X] ||| 1 ||| ||| 0.590909 0.590909
-case of Alexander Nikitin . [X] ||| Fall von Alexander Nikitin . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-case of Alexander Nikitin [X] ||| Fall von Alexander Nikitin [X] ||| 1 ||| ||| 0.166667 0.166667
-case of Alexander [X] ||| Fall von Alexander [X] ||| 1 ||| ||| 0.333333 0.333333
-case of Alexander [X][X] [X] ||| Fall von Alexander [X][X] [X] ||| 1 ||| ||| 0.0909091 0.0909091
-case of [X] ||| Fall von [X] ||| 1 ||| ||| 1 1
-case of [X][X] . [X] ||| Fall von [X][X] . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-case of [X][X] [X] ||| Fall von [X][X] [X] ||| 1 ||| ||| 0.257576 0.257576
-fisheries policy [X] ||| Fischereipolitik darstellt [X] ||| 1 ||| ||| 1 1
-fisheries policy [X][X] [X] ||| Fischereipolitik darstellt [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-fisheries policy [X][X] proposal [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 1 ||| ||| 0.125 0.125
-fisheries policy [X][X] proposal [X][X] [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-fisheries policy [X][X] proposal [X][X] [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X][X] [X] ||| 1 ||| ||| 0.128788 0.128788
-fisheries policy [X][X] [X] ||| Fischereipolitik darstellt [X][X] [X] ||| 1 ||| ||| 0.503788 0.503788
-fisheries policy and [X] ||| Fischereipolitik darstellt und [X] ||| 1 ||| ||| 0.5 0.5
-fisheries policy and [X][X] [X] ||| Fischereipolitik darstellt und [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-fisheries policy and [X][X] [X] ||| Fischereipolitik darstellt und [X][X] [X] ||| 1 ||| ||| 0.253788 0.253788
-fisheries policy and a proposal [X] ||| Fischereipolitik darstellt und ein Vorschlag [X] ||| 1 ||| ||| 0.125 0.125
-fisheries policy and a [X] ||| Fischereipolitik darstellt und ein [X] ||| 1 ||| ||| 0.25 0.25
-fisheries policy and a [X][X] [X] ||| Fischereipolitik darstellt und ein [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-fisheries policy and a [X][X] [X] ||| Fischereipolitik darstellt und ein [X][X] [X] ||| 1 ||| ||| 0.128788 0.128788
-question [X] ||| Frage [X] ||| 1 ||| ||| 2 2
-question [X][X] that [X] ||| Frage [X][X] , die [X] ||| 1 ||| ||| 0.1 0.1
-question [X][X] [X] ||| Frage [X][X] [X] ||| 1 ||| ||| 0.766667 0.766667
-question [X][X] something that [X] ||| Frage [X][X] eine Angelegenheit , die [X] ||| 1 ||| ||| 0.1 0.1
-question [X][X] something [X] ||| Frage [X][X] eine Angelegenheit [X] ||| 1 ||| ||| 0.166667 0.166667
-question relates [X] ||| Frage betrifft [X] ||| 1 ||| ||| 1.5 1
-question relates to [X] ||| Frage betrifft [X] ||| 1 ||| ||| 1.5 0.5
-question relates [X][X] that [X] ||| Frage betrifft [X][X] , die [X] ||| 1 ||| ||| 0.1 0.1
-question relates [X][X] [X] ||| Frage betrifft [X][X] [X] ||| 1 ||| ||| 0.366667 0.266667
-question relates to [X][X] [X] ||| Frage betrifft [X][X] [X] ||| 1 ||| ||| 0.366667 0.1
-question relates to something that [X] ||| Frage betrifft eine Angelegenheit , die [X] ||| 1 ||| ||| 0.1 0.1
-question relates to something [X] ||| Frage betrifft eine Angelegenheit [X] ||| 1 ||| ||| 0.166667 0.166667
-Madam President , [X] ||| Frau Präsidentin ! [X] ||| 1 ||| ||| 0.5 0.5
-Madam President , [X][X] [X] ||| Frau Präsidentin ! [X][X] Sie [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Madam President , [X][X] [X] ||| Frau Präsidentin ! [X][X] [X] ||| 1 ||| ||| 0.201923 0.201923
-Madam President , I [X] ||| Frau Präsidentin ! ich [X] ||| 1 ||| ||| 0.25 0.25
-Madam President , I [X][X] [X] ||| Frau Präsidentin ! ich [X][X] Sie [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Madam President , I [X][X] [X] ||| Frau Präsidentin ! ich [X][X] [X] ||| 1 ||| ||| 0.201923 0.201923
-Madam President , [X] ||| Frau Präsidentin , [X] ||| 1 ||| ||| 0.999999 0.999999
-Madam President , [X][X] . [X] ||| Frau Präsidentin , [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-Madam President , [X][X] [X] ||| Frau Präsidentin , [X][X] [X] ||| 1 ||| ||| 0.347222 0.347222
-Madam President , [X] ||| Frau Präsidentin , der [X] ||| 1 ||| ||| 0.25 0.25
-Madam President , on [X] ||| Frau Präsidentin , zur [X] ||| 1 ||| ||| 0.333334 0.333334
-Madam President , on [X][X] [X] ||| Frau Präsidentin , zur [X][X] [X] ||| 1 ||| ||| 0.347222 0.347222
-Madam President [X] ||| Frau Präsidentin [X] ||| 1 ||| ||| 3 3
-Madam President [X][X] . [X] ||| Frau Präsidentin [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-Madam President [X][X] [X] ||| Frau Präsidentin [X][X] [X] ||| 1 ||| ||| 0.680556 0.680556
-Madam [X] ||| Frau [X] ||| 1 ||| ||| 4 4
-Madam [X][X] . [X] ||| Frau [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-Madam [X][X] [X] ||| Frau [X][X] Sie [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Madam [X][X] [X] ||| Frau [X][X] [X] ||| 1 ||| ||| 2.88248 2.88248
-Madam [X][X] [X] ||| Frau [X][X] der [X] ||| 1 ||| ||| 0.25 0.25
-Madam [X][X] I [X] ||| Frau [X][X] ich [X] ||| 1 ||| ||| 0.25 0.25
-Madam [X][X] I [X][X] [X] ||| Frau [X][X] ich [X][X] Sie [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Madam [X][X] I [X][X] [X] ||| Frau [X][X] ich [X][X] [X] ||| 1 ||| ||| 0.201923 0.201923
-Madam [X][X] should like to [X] ||| Frau [X][X] möchte Sie [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Madam [X][X] should like to [X] ||| Frau [X][X] möchte [X] ||| 1 ||| ||| 0.125 0.125
-Madam [X][X] on [X] ||| Frau [X][X] zur [X] ||| 1 ||| ||| 0.333334 0.333334
-Madam [X][X] on [X][X] . [X] ||| Frau [X][X] zur [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-Madam [X][X] on [X][X] [X] ||| Frau [X][X] zur [X][X] [X] ||| 1 ||| ||| 0.347222 0.347222
-courts [X] ||| Gericht [X] ||| 1 ||| ||| 2 1
-courts have [X] ||| Gericht [X] ||| 1 ||| ||| 2 1
-courts [X][X] that [X] ||| Gericht [X][X] , daß [X] ||| 1 ||| ||| 0.095238 0.047619
-courts have [X][X] that [X] ||| Gericht [X][X] , daß [X] ||| 1 ||| ||| 0.095238 0.047619
-courts [X][X] [X] ||| Gericht [X][X] [X] ||| 1 ||| ||| 0.85635 0.428175
-courts have [X][X] [X] ||| Gericht [X][X] [X] ||| 1 ||| ||| 0.85635 0.428175
-courts [X][X] made [X][X] that [X] ||| Gericht [X][X] [X][X] gemacht hat , daß [X] ||| 1 ||| ||| 0.047619 0.047619
-courts [X][X] made [X][X] [X] ||| Gericht [X][X] [X][X] gemacht hat [X] ||| 1 ||| ||| 0.111111 0.0555556
-courts have [X][X] made [X][X] [X] ||| Gericht [X][X] [X][X] gemacht hat [X] ||| 1 ||| ||| 0.111111 0.0555556
-courts [X][X] made it clear [X] ||| Gericht [X][X] deutlich gemacht hat [X] ||| 1 ||| ||| 0.0555556 0.0555556
-courts [X][X] and [X] ||| Gericht [X][X] und [X] ||| 1 ||| ||| 0.25 0.125
-courts have [X][X] and [X] ||| Gericht [X][X] und [X] ||| 1 ||| ||| 0.25 0.125
-courts [X][X] and [X][X] that [X] ||| Gericht [X][X] und [X][X] , daß [X] ||| 1 ||| ||| 0.047619 0.047619
-courts [X][X] and [X][X] [X] ||| Gericht [X][X] und [X][X] [X] ||| 1 ||| ||| 0.20635 0.103175
-courts have [X][X] and [X][X] [X] ||| Gericht [X][X] und [X][X] [X] ||| 1 ||| ||| 0.20635 0.103175
-courts [X][X] and made [X][X] [X] ||| Gericht [X][X] und [X][X] gemacht hat [X] ||| 1 ||| ||| 0.0555556 0.0555556
-courts [X][X] him [X] ||| Gericht ihn [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-courts [X][X] him [X][X] that [X] ||| Gericht ihn [X][X] [X][X] , daß [X] ||| 1 ||| ||| 0.047619 0.047619
-courts [X][X] him [X][X] [X] ||| Gericht ihn [X][X] [X][X] [X] ||| 1 ||| ||| 0.103175 0.103175
-courts [X][X] him and [X] ||| Gericht ihn [X][X] und [X] ||| 1 ||| ||| 0.125 0.125
-courts [X][X] him and [X][X] [X] ||| Gericht ihn [X][X] und [X][X] [X] ||| 1 ||| ||| 0.103175 0.103175
-courts have acquitted him [X] ||| Gericht ihn freigesprochen [X] ||| 1 ||| ||| 0.2 0.2
-courts have acquitted him [X][X] [X] ||| Gericht ihn freigesprochen [X][X] [X] ||| 1 ||| ||| 0.103175 0.103175
-courts have acquitted him and [X] ||| Gericht ihn freigesprochen und [X] ||| 1 ||| ||| 0.125 0.125
-a point of order . [X] ||| Geschäftsordnung . [X] ||| 1 ||| ||| 1 1
-a point of order [X] ||| Geschäftsordnung [X] ||| 1 ||| ||| 2 2
-Governor [X] ||| Gouverneur [X] ||| 1 ||| ||| 3 1
-the Governor [X] ||| Gouverneur [X] ||| 1 ||| ||| 3 1
-to the Governor [X] ||| Gouverneur [X] ||| 1 ||| ||| 3 1
-Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 1 ||| ||| 0.254701 0.111111
-the Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 1 ||| ||| 0.254701 0.0769231
-to the Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 1 ||| ||| 0.254701 0.0666667
-Governor [X][X] , who [X] ||| Gouverneur [X][X] , der [X] ||| 1 ||| ||| 0.126984 0.0714286
-the Governor [X][X] , who [X] ||| Gouverneur [X][X] , der [X] ||| 1 ||| ||| 0.126984 0.0555556
-Governor [X][X] Bush , [X] ||| Gouverneur [X][X] Bush , [X] ||| 1 ||| ||| 0.188034 0.111111
-the Governor [X][X] Bush , [X] ||| Gouverneur [X][X] Bush , [X] ||| 1 ||| ||| 0.188034 0.0769231
-Governor [X][X] Bush , who [X] ||| Gouverneur [X][X] Bush , der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 1 ||| ||| 0.368687 0.166667
-the Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 1 ||| ||| 0.368687 0.111111
-to the Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 1 ||| ||| 0.368687 0.0909091
-Governor [X][X] Bush [X][X] [X] ||| Gouverneur [X][X] Bush [X][X] [X] ||| 1 ||| ||| 0.126984 0.0714286
-the Governor [X][X] Bush [X][X] [X] ||| Gouverneur [X][X] Bush [X][X] [X] ||| 1 ||| ||| 0.126984 0.0555556
-Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 1 ||| ||| 1.35989 0.599206
-the Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 1 ||| ||| 1.35989 0.410256
-to the Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 1 ||| ||| 1.35989 0.350433
-Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 1 ||| ||| 0.176984 0.0714286
-the Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 1 ||| ||| 0.176984 0.0555556
-to the Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 1 ||| ||| 0.176984 0.05
-Governor of Texas , Mr [X] ||| Gouverneur von Texas , George W. [X] ||| 1 ||| ||| 0.25 0.25
-Governor of [X] ||| Gouverneur von [X] ||| 1 ||| ||| 1.83333 1
-the Governor of [X] ||| Gouverneur von [X] ||| 1 ||| ||| 1.83333 0.5
-to the Governor of [X] ||| Gouverneur von [X] ||| 1 ||| ||| 1.83333 0.333333
-Governor of [X][X] , [X] ||| Gouverneur von [X][X] , [X] ||| 1 ||| ||| 0.188034 0.111111
-the Governor of [X][X] , [X] ||| Gouverneur von [X][X] , [X] ||| 1 ||| ||| 0.188034 0.0769231
-Governor of [X][X] , who [X] ||| Gouverneur von [X][X] , der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-Governor of [X][X] Bush , [X] ||| Gouverneur von [X][X] Bush , [X] ||| 1 ||| ||| 0.111111 0.111111
-Governor of [X][X] Bush [X] ||| Gouverneur von [X][X] Bush [X] ||| 1 ||| ||| 0.277778 0.166667
-the Governor of [X][X] Bush [X] ||| Gouverneur von [X][X] Bush [X] ||| 1 ||| ||| 0.277778 0.111111
-Governor of [X][X] Bush [X][X] [X] ||| Gouverneur von [X][X] Bush [X][X] [X] ||| 1 ||| ||| 0.0714286 0.0714286
-Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 1 ||| ||| 1.35989 0.599206
-the Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 1 ||| ||| 1.35989 0.410256
-to the Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 1 ||| ||| 1.35989 0.350433
-Governor of [X][X] who [X] ||| Gouverneur von [X][X] der [X] ||| 1 ||| ||| 0.126984 0.0714286
-the Governor of [X][X] who [X] ||| Gouverneur von [X][X] der [X] ||| 1 ||| ||| 0.126984 0.0555556
-principle [X] ||| Grundsatz [X] ||| 1 ||| ||| 1 1
-principle [X][X] legal principle [X] ||| Grundsatz [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.0294118 0.0294118
-principle [X][X] stability [X] ||| Grundsatz [X][X] Stabilität [X] ||| 1 ||| ||| 0.266667 0.166667
-principle [X][X] stability is [X] ||| Grundsatz [X][X] Stabilität [X] ||| 1 ||| ||| 0.266667 0.1
-principle [X][X] stability [X][X] [X] ||| Grundsatz [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.182884 0.117758
-principle [X][X] stability is [X][X] [X] ||| Grundsatz [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.182884 0.0651261
-principle [X][X] stability [X][X] fundamental [X] ||| Grundsatz [X][X] Stabilität [X][X] elementaren [X] ||| 1 ||| ||| 0.0357143 0.0357143
-principle [X][X] stability is a [X] ||| Grundsatz [X][X] Stabilität einen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-principle [X][X] [X] ||| Grundsatz [X][X] [X] ||| 1 ||| ||| 0.817758 0.717758
-principle [X][X] is [X] ||| Grundsatz [X][X] [X] ||| 1 ||| ||| 0.817758 0.1
-principle [X][X] is [X][X] [X] ||| Grundsatz [X][X] [X][X] [X] ||| 1 ||| ||| 0.0651261 0.0651261
-principle [X][X] a [X] ||| Grundsatz [X][X] einen [X] ||| 1 ||| ||| 0.105263 0.0526316
-principle [X][X] is a [X] ||| Grundsatz [X][X] einen [X] ||| 1 ||| ||| 0.105263 0.0526316
-principle [X][X] a [X][X] [X] ||| Grundsatz [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.0588236 0.0294118
-principle [X][X] is a [X][X] [X] ||| Grundsatz [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.0588236 0.0294118
-principle [X][X] a fundamental [X] ||| Grundsatz [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0714286 0.0357143
-principle [X][X] is a fundamental [X] ||| Grundsatz [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0714286 0.0357143
-principle [X][X] a fundamental [X][X] [X] ||| Grundsatz [X][X] einen elementaren [X][X] [X] ||| 1 ||| ||| 0.0294118 0.0294118
-principle [X][X] fundamental legal principle [X] ||| Grundsatz [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.0294118 0.0294118
-principle [X][X] fundamental [X] ||| Grundsatz [X][X] elementaren [X] ||| 1 ||| ||| 0.0357143 0.0357143
-principle [X][X] fundamental [X][X] [X] ||| Grundsatz [X][X] elementaren [X][X] [X] ||| 1 ||| ||| 0.0294118 0.0294118
-principle of [X] ||| Grundsatz der [X] ||| 1 ||| ||| 1 1
-principle of [X][X] legal principle [X] ||| Grundsatz der [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.0294118 0.0294118
-principle of [X][X] [X] ||| Grundsatz der [X][X] [X] ||| 1 ||| ||| 0.484424 0.384424
-principle of [X][X] is [X] ||| Grundsatz der [X][X] [X] ||| 1 ||| ||| 0.484424 0.1
-principle of [X][X] is [X][X] [X] ||| Grundsatz der [X][X] [X][X] [X] ||| 1 ||| ||| 0.0651261 0.0651261
-principle of [X][X] a [X] ||| Grundsatz der [X][X] einen [X] ||| 1 ||| ||| 0.105263 0.0526316
-principle of [X][X] is a [X] ||| Grundsatz der [X][X] einen [X] ||| 1 ||| ||| 0.105263 0.0526316
-principle of [X][X] a [X][X] [X] ||| Grundsatz der [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.0294118 0.0294118
-principle of [X][X] a fundamental [X] ||| Grundsatz der [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0357143 0.0357143
-principle of [X][X] fundamental [X] ||| Grundsatz der [X][X] elementaren [X] ||| 1 ||| ||| 0.0357143 0.0357143
-principle of [X][X] fundamental [X][X] [X] ||| Grundsatz der [X][X] elementaren [X][X] [X] ||| 1 ||| ||| 0.0294118 0.0294118
-principle of relative stability [X] ||| Grundsatz der relativen Stabilität [X] ||| 1 ||| ||| 0.266667 0.166667
-principle of relative stability is [X] ||| Grundsatz der relativen Stabilität [X] ||| 1 ||| ||| 0.266667 0.1
-principle of relative stability [X][X] [X] ||| Grundsatz der relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.117758 0.117758
-principle of relative [X] ||| Grundsatz der relativen [X] ||| 1 ||| ||| 0.333333 0.333333
-principle of relative [X][X] [X] ||| Grundsatz der relativen [X][X] [X] ||| 1 ||| ||| 0.217758 0.217758
-principle of relative [X][X] a [X] ||| Grundsatz der relativen [X][X] einen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-principle of relative [X][X] fundamental [X] ||| Grundsatz der relativen [X][X] elementaren [X] ||| 1 ||| ||| 0.0357143 0.0357143
-principle [X] ||| Grundsatzes [X] ||| 1 ||| ||| 1 1
-principle [X][X] stability [X] ||| Grundsatzes [X][X] Stabilität [X] ||| 1 ||| ||| 0.166667 0.166667
-principle [X][X] [X] ||| Grundsatzes [X][X] [X] ||| 1 ||| ||| 0.5 0.5
-principle of [X] ||| Grundsatzes der [X] ||| 1 ||| ||| 1 1
-principle of [X][X] [X] ||| Grundsatzes der [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-principle of relative stability [X] ||| Grundsatzes der relativen Stabilität [X] ||| 1 ||| ||| 0.166667 0.166667
-principle of relative [X] ||| Grundsatzes der relativen [X] ||| 1 ||| ||| 0.333333 0.333333
-principles that [X] ||| Grundsätzen , die [X] ||| 1 ||| ||| 1 1
-principles that [X][X] . [X] ||| Grundsätzen , die [X][X] . [X] ||| 1 ||| ||| 0.0769231 0.0769231
-principles that [X][X] [X] ||| Grundsätzen , die [X][X] [X] ||| 1 ||| ||| 0.167832 0.167832
-principles that we [X] ||| Grundsätzen , die wir [X] ||| 1 ||| ||| 0.333333 0.333333
-principles that we [X][X] . [X] ||| Grundsätzen , die wir [X][X] . [X] ||| 1 ||| ||| 0.0769231 0.0769231
-principles that we [X][X] [X] ||| Grundsätzen , die wir [X][X] [X] ||| 1 ||| ||| 0.167832 0.167832
-principles that we have [X][X] [X] ||| Grundsätzen , die wir [X][X] haben [X] ||| 1 ||| ||| 0.0909091 0.0909091
-principles [X] ||| Grundsätzen [X] ||| 1 ||| ||| 1 1
-principles [X][X] . [X] ||| Grundsätzen [X][X] . [X] ||| 1 ||| ||| 0.0769231 0.0769231
-principles [X][X] [X] ||| Grundsätzen [X][X] [X] ||| 1 ||| ||| 0.501166 0.501166
-principles [X][X] have [X][X] . [X] ||| Grundsätzen [X][X] [X][X] haben . [X] ||| 1 ||| ||| 0.0769231 0.0769231
-principles [X][X] have [X][X] [X] ||| Grundsätzen [X][X] [X][X] haben [X] ||| 1 ||| ||| 0.0909091 0.0909091
-principles [X][X] have always upheld [X] ||| Grundsätzen [X][X] stets verteidigt haben [X] ||| 1 ||| ||| 0.0909091 0.0909091
-House [X] ||| Haus [X] ||| 1 ||| ||| 1 1
-House [X][X] [X] ||| Haus [X][X] [X] ||| 1 ||| ||| 0.761957 0.651812
-House [X][X] do [X] ||| Haus [X][X] [X] ||| 1 ||| ||| 0.761957 0.110145
-House [X][X] I [X][X] [X] ||| Haus [X][X] [X][X] ich [X] ||| 1 ||| ||| 0.0666667 0.0666667
-House [X][X] I [X][X] [X] ||| Haus [X][X] [X][X] ich dem [X] ||| 1 ||| ||| 0.0434783 0.0434783
-House [X][X] [X] ||| Haus [X][X] dem [X] ||| 1 ||| ||| 0.17029 0.126812
-House [X][X] do [X] ||| Haus [X][X] dem [X] ||| 1 ||| ||| 0.17029 0.0434783
-House [X][X] I shall [X] ||| Haus [X][X] werde ich [X] ||| 1 ||| ||| 0.191667 0.125
-House [X][X] I shall do [X] ||| Haus [X][X] werde ich [X] ||| 1 ||| ||| 0.191667 0.0666667
-House [X][X] I shall [X] ||| Haus [X][X] werde ich dem [X] ||| 1 ||| ||| 0.126812 0.0833333
-House [X][X] I shall do [X] ||| Haus [X][X] werde ich dem [X] ||| 1 ||| ||| 0.126812 0.0434783
-House agrees , [X] ||| Haus damit einverstanden ist , [X] ||| 1 ||| ||| 0.333333 0.333333
-House agrees , [X][X] [X] ||| Haus damit einverstanden ist , [X][X] [X] ||| 1 ||| ||| 0.428623 0.318478
-House agrees , [X][X] do [X] ||| Haus damit einverstanden ist , [X][X] [X] ||| 1 ||| ||| 0.428623 0.110145
-House agrees , [X][X] [X] ||| Haus damit einverstanden ist , [X][X] dem [X] ||| 1 ||| ||| 0.17029 0.126812
-House agrees , [X][X] do [X] ||| Haus damit einverstanden ist , [X][X] dem [X] ||| 1 ||| ||| 0.17029 0.0434783
-House agrees , I [X][X] [X] ||| Haus damit einverstanden ist , [X][X] ich [X] ||| 1 ||| ||| 0.0666667 0.0666667
-House agrees , I [X][X] [X] ||| Haus damit einverstanden ist , [X][X] ich dem [X] ||| 1 ||| ||| 0.0434783 0.0434783
-House agrees , I shall [X] ||| Haus damit einverstanden ist , werde ich [X] ||| 1 ||| ||| 0.125 0.125
-House agrees , I shall [X] ||| Haus damit einverstanden ist , werde ich dem [X] ||| 1 ||| ||| 0.0833333 0.0833333
-House agrees [X] ||| Haus damit einverstanden ist [X] ||| 1 ||| ||| 1 1
-House agrees [X][X] [X] ||| Haus damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.428623 0.318478
-House agrees [X][X] do [X] ||| Haus damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.428623 0.110145
-House agrees [X][X] [X] ||| Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.17029 0.126812
-House agrees [X][X] do [X] ||| Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.17029 0.0434783
-Mr Evans , [X] ||| Herr Evans , [X] ||| 1 ||| ||| 0.333333 0.333333
-Mr Evans , [X][X] [X] ||| Herr Evans , [X][X] [X] ||| 1 ||| ||| 0.175799 0.175799
-Mr Evans , [X][X] an [X] ||| Herr Evans , [X][X] eine [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Mr Evans , I [X] ||| Herr Evans , ich [X] ||| 1 ||| ||| 0.166667 0.166667
-Mr Evans , I [X][X] [X] ||| Herr Evans , ich [X][X] [X] ||| 1 ||| ||| 0.0848896 0.0848896
-Mr Evans , I feel [X] ||| Herr Evans , ich denke , daß [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Mr Evans [X] ||| Herr Evans [X] ||| 1 ||| ||| 1 1
-Mr Evans [X][X] [X] ||| Herr Evans [X][X] [X] ||| 1 ||| ||| 0.342465 0.342465
-Mr Evans [X][X] initiative [X][X] [X] ||| Herr Evans [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.0322581 0.0322581
-Mr Evans [X][X] feel [X] ||| Herr Evans [X][X] denke , daß [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Mr Evans [X][X] feel [X][X] [X] ||| Herr Evans [X][X] denke , daß [X][X] [X] ||| 1 ||| ||| 0.0322581 0.0322581
-Mr Evans [X][X] feel an [X] ||| Herr Evans [X][X] denke , daß eine [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Mr Evans [X][X] an [X] ||| Herr Evans [X][X] eine [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Mr Evans [X][X] an [X][X] [X] ||| Herr Evans [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.0322581 0.0322581
-Mr Kumar Ponnambalam , who [X] ||| Herr Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.2 0.2
-Mr Kumar Ponnambalam [X] ||| Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.5 0.5
-Mr Kumar Ponnambalam [X][X] [X] ||| Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-Mr [X] ||| Herr [X] ||| 1 ||| ||| 2 2
-Mr [X][X] , who [X] ||| Herr [X][X] , der [X] ||| 1 ||| ||| 0.2 0.2
-Mr [X][X] [X] ||| Herr [X][X] [X] ||| 1 ||| ||| 1.3758 1.3758
-Mr [X][X] initiative [X][X] [X] ||| Herr [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.0645162 0.0322581
-Mr [X][X] initiative of [X][X] [X] ||| Herr [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.0645162 0.0322581
-Mr [X][X] feel [X] ||| Herr [X][X] denke , daß [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Mr [X][X] feel [X][X] [X] ||| Herr [X][X] denke , daß [X][X] [X] ||| 1 ||| ||| 0.0322581 0.0322581
-Mr [X][X] feel an [X] ||| Herr [X][X] denke , daß eine [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Mr [X][X] feel an [X][X] [X] ||| Herr [X][X] denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.0322581 0.0322581
-Mr [X][X] an [X] ||| Herr [X][X] eine [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Mr [X][X] an initiative [X][X] [X] ||| Herr [X][X] eine [X][X] Initiative [X] ||| 1 ||| ||| 0.0322581 0.0322581
-Mr [X][X] an [X][X] [X] ||| Herr [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.0322581 0.0322581
-Mr [X][X] I [X] ||| Herr [X][X] ich [X] ||| 1 ||| ||| 0.166667 0.166667
-Mr [X][X] I [X][X] [X] ||| Herr [X][X] ich [X][X] [X] ||| 1 ||| ||| 0.0848896 0.0848896
-Mr [X][X] I feel [X] ||| Herr [X][X] ich denke , daß [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Mr [X][X] I feel [X][X] [X] ||| Herr [X][X] ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.0322581 0.0322581
-Mr [X][X] I feel an [X] ||| Herr [X][X] ich denke , daß eine [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Mr Evans [X] ||| Herrn Evans [X] ||| 1 ||| ||| 1.5 1
-Mr Evans has [X] ||| Herrn Evans [X] ||| 1 ||| ||| 1.5 0.5
-Mr Zimeray , [X] ||| Herrn Zimeray , [X] ||| 1 ||| ||| 0.333333 0.333333
-Mr Zimeray , [X][X] , [X] ||| Herrn Zimeray , [X][X] , [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Mr Zimeray , [X][X] [X] ||| Herrn Zimeray , [X][X] [X] ||| 1 ||| ||| 0.301923 0.301923
-Mr Zimeray , [X][X] presented [X] ||| Herrn Zimeray , [X][X] eingereicht [X] ||| 1 ||| ||| 0.1 0.1
-Mr Zimeray [X] ||| Herrn Zimeray [X] ||| 1 ||| ||| 1 1
-Mr Zimeray [X][X] , [X] ||| Herrn Zimeray [X][X] , [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Mr Zimeray [X][X] [X] ||| Herrn Zimeray [X][X] [X] ||| 1 ||| ||| 0.301923 0.301923
-Mr Zimeray [X][X] presented , [X] ||| Herrn Zimeray [X][X] eingereicht , [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Mr Zimeray [X][X] presented [X] ||| Herrn Zimeray [X][X] eingereicht [X] ||| 1 ||| ||| 0.1 0.1
-Mr [X] ||| Herrn [X] ||| 1 ||| ||| 2 2
-Mr [X][X] , [X] ||| Herrn [X][X] , [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Mr [X][X] [X] ||| Herrn [X][X] [X] ||| 1 ||| ||| 1.13526 1.13526
-Mr [X][X] a petition [X][X] [X] ||| Herrn [X][X] [X][X] eine Petition [X] ||| 1 ||| ||| 0.125 0.125
-Mr [X][X] presented , [X] ||| Herrn [X][X] eingereicht , [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Mr [X][X] presented [X] ||| Herrn [X][X] eingereicht [X] ||| 1 ||| ||| 0.1 0.1
-execution [X] ||| Hinrichtung [X] ||| 1 ||| ||| 1 1
-execution [X][X] [X] ||| Hinrichtung [X][X] [X] ||| 1 ||| ||| 0.5 0.5
-execution of a [X] ||| Hinrichtung eines [X] ||| 1 ||| ||| 0.5 0.5
-of your prestigious office [X] ||| Ihres Amtes [X] ||| 1 ||| ||| 0.333333 0.333333
-of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] , [X] ||| 1 ||| ||| 0.0555556 0.0555556
-of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] , die [X] ||| 1 ||| ||| 0.0416667 0.0416667
-of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] [X] ||| 1 ||| ||| 0.392279 0.392279
-of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] die [X] ||| 1 ||| ||| 0.0416667 0.0416667
-of your prestigious office and [X] ||| Ihres Amtes und [X] ||| 1 ||| ||| 0.2 0.2
-of your [X] ||| Ihres [X] ||| 1 ||| ||| 1 1
-of your [X][X] , [X] ||| Ihres [X][X] , [X] ||| 1 ||| ||| 0.0759638 0.0204082
-of your [X][X] [X] ||| Ihres [X][X] , [X] ||| 1 ||| ||| 0.0759638 0.0555556
-of your [X][X] you [X] ||| Ihres [X][X] , die Sie [X] ||| 1 ||| ||| 0.04 0.04
-of your [X][X] you [X][X] [X] ||| Ihres [X][X] , die Sie [X][X] [X] ||| 1 ||| ||| 0.0204082 0.0204082
-of your [X][X] you represent [X] ||| Ihres [X][X] , die Sie vertreten [X] ||| 1 ||| ||| 0.0263158 0.0263158
-of your [X][X] [X] ||| Ihres [X][X] , die [X] ||| 1 ||| ||| 0.0416667 0.0416667
-of your [X][X] institution [X] ||| Ihres [X][X] Institution , [X] ||| 1 ||| ||| 0.0555556 0.0555556
-of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution , [X][X] [X] ||| 1 ||| ||| 0.046724 0.046724
-of your [X][X] institution you [X] ||| Ihres [X][X] Institution , die Sie [X] ||| 1 ||| ||| 0.04 0.04
-of your [X][X] institution [X] ||| Ihres [X][X] Institution , die [X] ||| 1 ||| ||| 0.0416667 0.0416667
-of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution , die [X][X] [X] ||| 1 ||| ||| 0.046724 0.046724
-of your [X][X] institution [X] ||| Ihres [X][X] Institution [X] ||| 1 ||| ||| 0.0833333 0.0833333
-of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution [X][X] [X] ||| 1 ||| ||| 0.046724 0.046724
-of your [X][X] you [X] ||| Ihres [X][X] Sie [X] ||| 1 ||| ||| 0.04 0.04
-of your [X][X] you [X][X] [X] ||| Ihres [X][X] Sie [X][X] [X] ||| 1 ||| ||| 0.0204082 0.0204082
-of your [X][X] you represent [X] ||| Ihres [X][X] Sie vertreten [X] ||| 1 ||| ||| 0.0263158 0.0263158
-of your [X][X] [X] ||| Ihres [X][X] [X] ||| 1 ||| ||| 0.925613 0.925613
-of your [X][X] the institution [X] ||| Ihres [X][X] der Institution , [X] ||| 1 ||| ||| 0.0555556 0.0555556
-of your [X][X] the institution [X] ||| Ihres [X][X] der Institution , die [X] ||| 1 ||| ||| 0.0416667 0.0416667
-of your [X][X] the institution [X] ||| Ihres [X][X] der Institution [X] ||| 1 ||| ||| 0.0833333 0.0833333
-of your [X][X] the [X] ||| Ihres [X][X] der [X] ||| 1 ||| ||| 0.125 0.125
-of your [X][X] the [X][X] [X] ||| Ihres [X][X] der [X][X] [X] ||| 1 ||| ||| 0.0867239 0.0867239
-of your [X][X] you [X] ||| Ihres [X][X] die Sie [X] ||| 1 ||| ||| 0.04 0.04
-of your [X][X] you [X][X] [X] ||| Ihres [X][X] die Sie [X][X] [X] ||| 1 ||| ||| 0.0204082 0.0204082
-of your [X][X] you represent [X] ||| Ihres [X][X] die Sie vertreten [X] ||| 1 ||| ||| 0.0263158 0.0263158
-of your [X][X] [X] ||| Ihres [X][X] die [X] ||| 1 ||| ||| 0.0416667 0.0416667
-of your [X][X] and [X] ||| Ihres [X][X] und [X] ||| 1 ||| ||| 0.2 0.2
-of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] , [X] ||| 1 ||| ||| 0.0555556 0.0555556
-of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] , die [X] ||| 1 ||| ||| 0.0416667 0.0416667
-of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] [X] ||| 1 ||| ||| 0.26728 0.26728
-of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] die [X] ||| 1 ||| ||| 0.0416667 0.0416667
-of your [X][X] and the [X] ||| Ihres [X][X] und der [X] ||| 1 ||| ||| 0.125 0.125
-of your [X][X] represent , [X] ||| Ihres [X][X] vertreten , [X] ||| 1 ||| ||| 0.0204082 0.0204082
-of your [X][X] represent [X] ||| Ihres [X][X] vertreten [X] ||| 1 ||| ||| 0.0263158 0.0263158
-initiative [X] ||| Initiative [X] ||| 1 ||| ||| 2 1
-initiative of [X] ||| Initiative [X] ||| 1 ||| ||| 2 1
-institution [X] ||| Institution , [X] ||| 1 ||| ||| 1 1
-institution [X][X] , [X] ||| Institution , [X][X] , [X] ||| 1 ||| ||| 0.1 0.1
-institution [X][X] , [X][X] President [X] ||| Institution , [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] , [X][X] [X] ||| Institution , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.124106 0.098602
-institution [X][X] , [X][X] the [X] ||| Institution , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.124106 0.0123457
-institution [X][X] , [X][X] to [X] ||| Institution , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.124106 0.0131579
-institution [X][X] , [X][X] and [X] ||| Institution , [X][X] , [X][X] und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-institution [X][X] , to [X] ||| Institution , [X][X] , bei [X] ||| 1 ||| ||| 0.0588235 0.0588235
-institution [X][X] , to [X][X] [X] ||| Institution , [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.0641192 0.0641192
-institution [X][X] , to the [X] ||| Institution , [X][X] , bei dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution [X][X] President [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] President [X][X] [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0378493 0.0255036
-institution [X][X] President [X][X] the [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0378493 0.0123457
-institution [X][X] President and [X] ||| Institution , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0295513 0.0163934
-institution [X][X] President and to [X] ||| Institution , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0295513 0.0131579
-institution [X][X] [X] ||| Institution , [X][X] [X] ||| 1 ||| ||| 0.495275 0.457426
-institution [X][X] the [X] ||| Institution , [X][X] [X] ||| 1 ||| ||| 0.495275 0.0123457
-institution [X][X] to [X] ||| Institution , [X][X] [X] ||| 1 ||| ||| 0.495275 0.0131579
-institution [X][X] to the [X] ||| Institution , [X][X] [X] ||| 1 ||| ||| 0.495275 0.0123457
-institution [X][X] to [X] ||| Institution , [X][X] bei [X] ||| 1 ||| ||| 0.0588235 0.0588235
-institution [X][X] to [X][X] [X] ||| Institution , [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0896228 0.0641192
-institution [X][X] to [X][X] the [X] ||| Institution , [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0896228 0.0123457
-institution [X][X] to [X][X] to [X] ||| Institution , [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0896228 0.0131579
-institution [X][X] to [X][X] and [X] ||| Institution , [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-institution [X][X] to the President [X] ||| Institution , [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] to the [X] ||| Institution , [X][X] bei dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution [X][X] to the [X][X] [X] ||| Institution , [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.041897 0.041897
-institution [X][X] the President [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] the President [X][X] [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0255036 0.0255036
-institution [X][X] the President and [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-institution [X][X] the [X] ||| Institution , [X][X] dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution [X][X] the [X][X] [X] ||| Institution , [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0674006 0.041897
-institution [X][X] the [X][X] the [X] ||| Institution , [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0674006 0.0123457
-institution [X][X] the [X][X] to [X] ||| Institution , [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0674006 0.0131579
-institution [X][X] and [X] ||| Institution , [X][X] und [X] ||| 1 ||| ||| 0.041897 0.0163934
-institution [X][X] and to [X] ||| Institution , [X][X] und [X] ||| 1 ||| ||| 0.041897 0.0131579
-institution [X][X] and to the [X] ||| Institution , [X][X] und [X] ||| 1 ||| ||| 0.041897 0.0123457
-institution you [X] ||| Institution , die Sie [X] ||| 1 ||| ||| 1 1
-institution you [X][X] President [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution you [X][X] President [X][X] [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0255036 0.0255036
-institution you [X][X] President and [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-institution you [X][X] [X] ||| Institution , die Sie [X][X] [X] ||| 1 ||| ||| 0.295275 0.257426
-institution you [X][X] the [X] ||| Institution , die Sie [X][X] [X] ||| 1 ||| ||| 0.295275 0.0123457
-institution you [X][X] to [X] ||| Institution , die Sie [X][X] [X] ||| 1 ||| ||| 0.295275 0.0131579
-institution you [X][X] to the [X] ||| Institution , die Sie [X][X] [X] ||| 1 ||| ||| 0.295275 0.0123457
-institution you [X][X] to [X] ||| Institution , die Sie [X][X] bei [X] ||| 1 ||| ||| 0.0588235 0.0588235
-institution you [X][X] to [X][X] [X] ||| Institution , die Sie [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0641192 0.0641192
-institution you [X][X] to the [X] ||| Institution , die Sie [X][X] bei dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution you [X][X] the President [X] ||| Institution , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution you [X][X] the [X] ||| Institution , die Sie [X][X] dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution you [X][X] the [X][X] [X] ||| Institution , die Sie [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.041897 0.041897
-institution you [X][X] and [X] ||| Institution , die Sie [X][X] und [X] ||| 1 ||| ||| 0.0295513 0.0163934
-institution you [X][X] and to [X] ||| Institution , die Sie [X][X] und [X] ||| 1 ||| ||| 0.0295513 0.0131579
-institution you represent , [X] ||| Institution , die Sie vertreten , [X] ||| 1 ||| ||| 0.1 0.1
-institution you represent , [X][X] [X] ||| Institution , die Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.098602 0.098602
-institution you represent , to [X] ||| Institution , die Sie vertreten , bei [X] ||| 1 ||| ||| 0.0588235 0.0588235
-institution you represent [X] ||| Institution , die Sie vertreten [X] ||| 1 ||| ||| 0.2 0.2
-institution you represent [X][X] President [X] ||| Institution , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution you represent [X][X] [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.18293 0.157426
-institution you represent [X][X] the [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.18293 0.0123457
-institution you represent [X][X] to [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.18293 0.0131579
-institution you represent [X][X] the [X] ||| Institution , die Sie vertreten [X][X] dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution you represent [X][X] and [X] ||| Institution , die Sie vertreten [X][X] und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-institution [X] ||| Institution , die [X] ||| 1 ||| ||| 1 1
-institution [X][X] , [X] ||| Institution , die [X][X] , [X] ||| 1 ||| ||| 0.1 0.1
-institution [X][X] , [X][X] President [X] ||| Institution , die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] , [X][X] [X] ||| Institution , die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.124106 0.098602
-institution [X][X] , [X][X] the [X] ||| Institution , die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.124106 0.0123457
-institution [X][X] , [X][X] to [X] ||| Institution , die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.124106 0.0131579
-institution [X][X] , [X][X] and [X] ||| Institution , die [X][X] , [X][X] und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-institution [X][X] , to [X] ||| Institution , die [X][X] , bei [X] ||| 1 ||| ||| 0.0588235 0.0588235
-institution [X][X] , to [X][X] [X] ||| Institution , die [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.0641192 0.0641192
-institution [X][X] , to the [X] ||| Institution , die [X][X] , bei dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution [X][X] President [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] President [X][X] [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0378493 0.0255036
-institution [X][X] President [X][X] the [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0378493 0.0123457
-institution [X][X] President and [X] ||| Institution , die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0295513 0.0163934
-institution [X][X] President and to [X] ||| Institution , die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0295513 0.0131579
-institution [X][X] [X] ||| Institution , die [X][X] [X] ||| 1 ||| ||| 0.495275 0.457426
-institution [X][X] the [X] ||| Institution , die [X][X] [X] ||| 1 ||| ||| 0.495275 0.0123457
-institution [X][X] to [X] ||| Institution , die [X][X] [X] ||| 1 ||| ||| 0.495275 0.0131579
-institution [X][X] to the [X] ||| Institution , die [X][X] [X] ||| 1 ||| ||| 0.495275 0.0123457
-institution [X][X] to [X] ||| Institution , die [X][X] bei [X] ||| 1 ||| ||| 0.0588235 0.0588235
-institution [X][X] to [X][X] [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0896228 0.0641192
-institution [X][X] to [X][X] the [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0896228 0.0123457
-institution [X][X] to [X][X] to [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0896228 0.0131579
-institution [X][X] to [X][X] and [X] ||| Institution , die [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-institution [X][X] to the President [X] ||| Institution , die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] to the [X] ||| Institution , die [X][X] bei dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution [X][X] to the [X][X] [X] ||| Institution , die [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.041897 0.041897
-institution [X][X] the President [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] the President [X][X] [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0255036 0.0255036
-institution [X][X] the President and [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-institution [X][X] the [X] ||| Institution , die [X][X] dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution [X][X] the [X][X] [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0674006 0.041897
-institution [X][X] the [X][X] the [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0674006 0.0123457
-institution [X][X] the [X][X] to [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0674006 0.0131579
-institution [X][X] and [X] ||| Institution , die [X][X] und [X] ||| 1 ||| ||| 0.041897 0.0163934
-institution [X][X] and to [X] ||| Institution , die [X][X] und [X] ||| 1 ||| ||| 0.041897 0.0131579
-institution [X][X] and to the [X] ||| Institution , die [X][X] und [X] ||| 1 ||| ||| 0.041897 0.0123457
-institution [X] ||| Institution [X] ||| 1 ||| ||| 1 1
-institution [X][X] , [X] ||| Institution [X][X] , [X] ||| 1 ||| ||| 0.1 0.1
-institution [X][X] , [X][X] President [X] ||| Institution [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] , [X][X] [X] ||| Institution [X][X] , [X][X] [X] ||| 1 ||| ||| 0.124106 0.098602
-institution [X][X] , [X][X] the [X] ||| Institution [X][X] , [X][X] [X] ||| 1 ||| ||| 0.124106 0.0123457
-institution [X][X] , [X][X] to [X] ||| Institution [X][X] , [X][X] [X] ||| 1 ||| ||| 0.124106 0.0131579
-institution [X][X] , [X][X] and [X] ||| Institution [X][X] , [X][X] und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-institution [X][X] , to [X] ||| Institution [X][X] , bei [X] ||| 1 ||| ||| 0.0588235 0.0588235
-institution [X][X] , to [X][X] [X] ||| Institution [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.0641192 0.0641192
-institution [X][X] , to the [X] ||| Institution [X][X] , bei dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution [X][X] President [X] ||| Institution [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] President [X][X] [X] ||| Institution [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0378493 0.0255036
-institution [X][X] President [X][X] the [X] ||| Institution [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0378493 0.0123457
-institution [X][X] President and [X] ||| Institution [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0295513 0.0163934
-institution [X][X] President and to [X] ||| Institution [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0295513 0.0131579
-institution [X][X] [X] ||| Institution [X][X] [X] ||| 1 ||| ||| 0.495275 0.457426
-institution [X][X] the [X] ||| Institution [X][X] [X] ||| 1 ||| ||| 0.495275 0.0123457
-institution [X][X] to [X] ||| Institution [X][X] [X] ||| 1 ||| ||| 0.495275 0.0131579
-institution [X][X] to the [X] ||| Institution [X][X] [X] ||| 1 ||| ||| 0.495275 0.0123457
-institution [X][X] to [X] ||| Institution [X][X] bei [X] ||| 1 ||| ||| 0.0588235 0.0588235
-institution [X][X] to [X][X] [X] ||| Institution [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0896228 0.0641192
-institution [X][X] to [X][X] the [X] ||| Institution [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0896228 0.0123457
-institution [X][X] to [X][X] to [X] ||| Institution [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0896228 0.0131579
-institution [X][X] to [X][X] and [X] ||| Institution [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-institution [X][X] to the President [X] ||| Institution [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] to the [X] ||| Institution [X][X] bei dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution [X][X] to the [X][X] [X] ||| Institution [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.041897 0.041897
-institution [X][X] the President [X] ||| Institution [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0222222 0.0222222
-institution [X][X] the President [X][X] [X] ||| Institution [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0255036 0.0255036
-institution [X][X] the President and [X] ||| Institution [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-institution [X][X] the [X] ||| Institution [X][X] dem [X] ||| 1 ||| ||| 0.0344828 0.0344828
-institution [X][X] the [X][X] [X] ||| Institution [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0674006 0.041897
-institution [X][X] the [X][X] the [X] ||| Institution [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0674006 0.0123457
-institution [X][X] the [X][X] to [X] ||| Institution [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0674006 0.0131579
-institution [X][X] and [X] ||| Institution [X][X] und [X] ||| 1 ||| ||| 0.041897 0.0163934
-institution [X][X] and to [X] ||| Institution [X][X] und [X] ||| 1 ||| ||| 0.041897 0.0131579
-institution [X][X] and to the [X] ||| Institution [X][X] und [X] ||| 1 ||| ||| 0.041897 0.0123457
-year , [X] ||| Jahres- , [X] ||| 1 ||| ||| 1 1
-year [X] ||| Jahres- [X] ||| 1 ||| ||| 1 1
-Members [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 6 1
-Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 6 1
-number of Members [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 6 1
-number of Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 6 1
-of Members [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 6 1
-of Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 6 1
-Members [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 6 1
-Members have [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 6 1
-number of Members [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 6 1
-number of Members have [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 6 1
-of Members [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 6 1
-of Members have [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 6 1
-accused of criminal activity [X] ||| Kriminalität [X] ||| 1 ||| ||| 4 1
-be accused of criminal activity [X] ||| Kriminalität [X] ||| 1 ||| ||| 4 1
-criminal activity [X] ||| Kriminalität [X] ||| 1 ||| ||| 4 1
-of criminal activity [X] ||| Kriminalität [X] ||| 1 ||| ||| 4 1
-accused of criminal activity and [X] ||| Kriminalität und [X] ||| 1 ||| ||| 1.08333 0.25
-criminal activity and [X] ||| Kriminalität und [X] ||| 1 ||| ||| 1.08333 0.5
-of criminal activity and [X] ||| Kriminalität und [X] ||| 1 ||| ||| 1.08333 0.333333
-possibly [X] ||| Kräften [X] ||| 1 ||| ||| 4 1
-possibly can [X] ||| Kräften [X] ||| 1 ||| ||| 4 1
-she possibly [X] ||| Kräften [X] ||| 1 ||| ||| 4 1
-she possibly can [X] ||| Kräften [X] ||| 1 ||| ||| 4 1
-possibly [X] ||| Kräften stehende [X] ||| 1 ||| ||| 4 1
-possibly can [X] ||| Kräften stehende [X] ||| 1 ||| ||| 4 1
-she possibly [X] ||| Kräften stehende [X] ||| 1 ||| ||| 4 1
-she possibly can [X] ||| Kräften stehende [X] ||| 1 ||| ||| 4 1
-Kumar Ponnambalam , who [X] ||| Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.333333 0.333333
-Kumar Ponnambalam [X] ||| Kumar Ponnambalam [X] ||| 1 ||| ||| 1 1
-Kumar Ponnambalam [X][X] [X] ||| Kumar Ponnambalam [X][X] [X] ||| 1 ||| ||| 0.333333 0.333333
-Lanka [X] ||| Lanka [X] ||| 1 ||| ||| 3 2
-Lankan [X] ||| Lanka [X] ||| 1 ||| ||| 3 1
-Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka [X][X] Kumar Ponnambalam [X] ||| 1 ||| ||| 0.047619 0.047619
-Lanka [X][X] [X] ||| Lanka [X][X] [X] ||| 1 ||| ||| 0.172619 0.172619
-Lanka [X] ||| Lanka zu [X] ||| 1 ||| ||| 1 1
-Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka zu [X][X] Kumar Ponnambalam [X] ||| 1 ||| ||| 0.047619 0.047619
-Lanka [X][X] [X] ||| Lanka zu [X][X] [X] ||| 1 ||| ||| 0.172619 0.172619
-Lanka [X] ||| Lanka zu beklagen [X] ||| 1 ||| ||| 1 1
-Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka zu beklagen [X][X] Kumar Ponnambalam [X] ||| 1 ||| ||| 0.047619 0.047619
-Lanka [X][X] [X] ||| Lanka zu beklagen [X][X] [X] ||| 1 ||| ||| 0.172619 0.172619
-Lanka was [X] ||| Lanka zu beklagen gab , [X] ||| 1 ||| ||| 1 1
-Lanka was [X][X] [X] ||| Lanka zu beklagen gab , [X][X] [X] ||| 1 ||| ||| 0.047619 0.047619
-Lanka was [X] ||| Lanka zu beklagen gab , zählt [X] ||| 1 ||| ||| 1 1
-Lanka was [X][X] [X] ||| Lanka zu beklagen gab , zählt [X][X] [X] ||| 1 ||| ||| 0.047619 0.047619
-Lanka was Mr Kumar Ponnambalam [X] ||| Lanka zu beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.047619 0.047619
-Lanka was Mr [X] ||| Lanka zu beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 0.125 0.125
-Lanka was Mr [X][X] [X] ||| Lanka zu beklagen gab , zählt auch Herr [X][X] [X] ||| 1 ||| ||| 0.047619 0.047619
-Lanka was [X] ||| Lanka zu beklagen gab , zählt auch [X] ||| 1 ||| ||| 1 1
-Lanka was [X][X] [X] ||| Lanka zu beklagen gab , zählt auch [X][X] [X] ||| 1 ||| ||| 0.047619 0.047619
-Lanka was [X] ||| Lanka zu beklagen gab [X] ||| 1 ||| ||| 1 1
-Lanka was [X][X] [X] ||| Lanka zu beklagen gab [X][X] [X] ||| 1 ||| ||| 0.047619 0.047619
-Lanka [X] ||| Lanka übermitteln [X] ||| 1 ||| ||| 1 1
-Lanka [X][X] [X] ||| Lanka übermitteln [X][X] , [X] ||| 1 ||| ||| 0.2 0.2
-Lanka [X][X] [X] ||| Lanka übermitteln [X][X] [X] ||| 1 ||| ||| 0.783333 0.783333
-Lanka [X][X] [X] ||| Lanka übermitteln [X][X] würden , [X] ||| 1 ||| ||| 0.2 0.2
-Lanka [X][X] [X] ||| Lanka übermitteln [X][X] würden [X] ||| 1 ||| ||| 0.25 0.25
-Lanka and [X] ||| Lanka übermitteln und [X] ||| 1 ||| ||| 1 1
-Lanka and urging [X] ||| Lanka übermitteln und sie auffordern [X] ||| 1 ||| ||| 0.333333 0.333333
-Lanka and urging [X] ||| Lanka übermitteln und sie auffordern würden , [X] ||| 1 ||| ||| 0.2 0.2
-Lanka and urging [X] ||| Lanka übermitteln und sie auffordern würden [X] ||| 1 ||| ||| 0.25 0.25
-legislative proposal [X] ||| Legislativvorschlag [X] ||| 1 ||| ||| 1 1
-countries [X] ||| Länder , [X] ||| 1 ||| ||| 1 1
-countries [X][X] [X] ||| Länder , [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-countries which [X] ||| Länder , die [X] ||| 1 ||| ||| 1 1
-countries which [X][X] [X] ||| Länder , die [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-countries which [X][X] their [X][X] [X] ||| Länder , die ihr [X][X] [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-countries [X] ||| Länder [X] ||| 1 ||| ||| 1 1
-countries [X][X] [X] ||| Länder [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-countries [X] ||| Ländern [X] ||| 1 ||| ||| 1 1
-countries [X][X] European Union [X] ||| Ländern [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.142857 0.142857
-countries [X][X] European [X] ||| Ländern [X][X] Europäischen [X] ||| 1 ||| ||| 0.25 0.25
-countries [X][X] Union [X] ||| Ländern [X][X] Union [X] ||| 1 ||| ||| 0.142857 0.142857
-countries [X][X] [X] ||| Ländern [X][X] [X] ||| 1 ||| ||| 0.892857 0.892857
-countries of the European Union [X] ||| Ländern der Europäischen Union [X] ||| 1 ||| ||| 0.142857 0.142857
-countries of the European [X] ||| Ländern der Europäischen [X] ||| 1 ||| ||| 0.25 0.25
-countries of the [X] ||| Ländern der [X] ||| 1 ||| ||| 0.5 0.5
-countries of the [X][X] [X] ||| Ländern der [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-reconciliation to [X] ||| Lösung [X] ||| 1 ||| ||| 1 1
-reconciliation to [X][X] situation [X] ||| Lösung [X][X] Situation [X] ||| 1 ||| ||| 0.0714286 0.0714286
-reconciliation to [X][X] [X] ||| Lösung [X][X] [X] ||| 1 ||| ||| 0.446429 0.446429
-reconciliation to [X][X] difficult situation [X] ||| Lösung [X][X] schwierigen Situation [X] ||| 1 ||| ||| 0.0714286 0.0714286
-reconciliation to [X][X] difficult [X] ||| Lösung [X][X] schwierigen [X] ||| 1 ||| ||| 0.125 0.125
-reconciliation to a [X] ||| Lösung dieser [X] ||| 1 ||| ||| 0.5 0.5
-reconciliation to a [X][X] situation [X] ||| Lösung dieser [X][X] Situation [X] ||| 1 ||| ||| 0.0714286 0.0714286
-reconciliation to a [X][X] [X] ||| Lösung dieser [X][X] [X] ||| 1 ||| ||| 0.196429 0.196429
-reconciliation to a very [X] ||| Lösung dieser sehr [X] ||| 1 ||| ||| 0.25 0.25
-reconciliation to a very [X][X] [X] ||| Lösung dieser sehr [X][X] [X] ||| 1 ||| ||| 0.0714286 0.0714286
-reconciliation to a very difficult [X] ||| Lösung dieser sehr schwierigen [X] ||| 1 ||| ||| 0.125 0.125
-34 year-old man who [X] ||| Mannes [X] ||| 1 ||| ||| 3 1
-man who [X] ||| Mannes [X] ||| 1 ||| ||| 3 1
-year-old man who [X] ||| Mannes [X] ||| 1 ||| ||| 3 1
-Member , Mr Zimeray , [X] ||| Mitglieds , Herrn Zimeray , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Member , Mr Zimeray [X] ||| Mitglieds , Herrn Zimeray [X] ||| 1 ||| ||| 0.166667 0.166667
-Member , Mr Zimeray [X][X] [X] ||| Mitglieds , Herrn Zimeray [X][X] [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Member , Mr [X] ||| Mitglieds , Herrn [X] ||| 1 ||| ||| 0.333333 0.333333
-Member , Mr [X][X] [X] ||| Mitglieds , Herrn [X][X] [X] ||| 1 ||| ||| 0.146465 0.146465
-Member , [X] ||| Mitglieds , [X] ||| 1 ||| ||| 1 1
-Member , [X][X] , [X] ||| Mitglieds , [X][X] , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Member , [X][X] , [X][X] [X] ||| Mitglieds , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Member , [X][X] [X] ||| Mitglieds , [X][X] [X] ||| 1 ||| ||| 0.313131 0.313131
-Member [X] ||| Mitglieds [X] ||| 1 ||| ||| 1 1
-Member [X][X] , [X] ||| Mitglieds [X][X] , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Member [X][X] , [X][X] [X] ||| Mitglieds [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Member [X][X] Zimeray , [X] ||| Mitglieds [X][X] Zimeray , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Member [X][X] Zimeray , [X][X] [X] ||| Mitglieds [X][X] Zimeray , [X][X] [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Member [X][X] Zimeray [X] ||| Mitglieds [X][X] Zimeray [X] ||| 1 ||| ||| 0.166667 0.166667
-Member [X][X] Zimeray [X][X] [X] ||| Mitglieds [X][X] Zimeray [X][X] [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Member [X][X] [X] ||| Mitglieds [X][X] [X] ||| 1 ||| ||| 0.646465 0.646465
-Member [X][X] a petition [X][X] [X] ||| Mitglieds [X][X] [X][X] eine Petition [X] ||| 1 ||| ||| 0.0555556 0.0555556
-months ago [X] ||| Monaten [X] ||| 1 ||| ||| 1 1
-months ago [X] ||| Monaten einen [X] ||| 1 ||| ||| 1 1
-Nikitin . [X] ||| Nikitin . [X] ||| 1 ||| ||| 1 1
-Nikitin [X] ||| Nikitin [X] ||| 1 ||| ||| 6 2
-Nikitin to [X] ||| Nikitin [X] ||| 1 ||| ||| 6 1
-Nikitin to be [X] ||| Nikitin [X] ||| 1 ||| ||| 6 1
-Nikitin to be accused [X] ||| Nikitin [X] ||| 1 ||| ||| 6 1
-Nikitin to be accused of [X] ||| Nikitin [X] ||| 1 ||| ||| 6 1
-Nikitin [X][X] [X] ||| Nikitin [X][X] [X] ||| 1 ||| ||| 1.26803 0.317008
-Nikitin to [X][X] [X] ||| Nikitin [X][X] [X] ||| 1 ||| ||| 1.26803 0.317008
-Nikitin to be [X][X] [X] ||| Nikitin [X][X] [X] ||| 1 ||| ||| 1.26803 0.317008
-Nikitin to be accused [X][X] [X] ||| Nikitin [X][X] [X] ||| 1 ||| ||| 1.26803 0.317008
-the victims [X] ||| Opfern [X] ||| 1 ||| ||| 2 1
-victims [X] ||| Opfern [X] ||| 1 ||| ||| 2 1
-victims [X][X] [X] ||| Opfern [X][X] [X] ||| 1 ||| ||| 1 1
-House [X] ||| Parlament [X] ||| 1 ||| ||| 5 1
-Parliament [X] ||| Parlament [X] ||| 1 ||| ||| 5 3
-you [X] ||| Parlament [X] ||| 1 ||| ||| 5 1
-House [X][X] ) [X] ||| Parlament [X][X] ) [X] ||| 1 ||| ||| 0.125 0.125
-Parliament [X][X] . [X] ||| Parlament [X][X] . [X] ||| 1 ||| ||| 0.25 0.0833333
-Parliament [X][X] an interest . [X] ||| Parlament [X][X] . [X] ||| 1 ||| ||| 0.25 0.0833333
-Parliament [X][X] interest . [X] ||| Parlament [X][X] . [X] ||| 1 ||| ||| 0.25 0.0833333
-you [X][X] debate [X] ||| Parlament [X][X] Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-you [X][X] debate on [X] ||| Parlament [X][X] Aussprache im [X] ||| 1 ||| ||| 0.0277778 0.0277778
-Parliament [X][X] European Community [X] ||| Parlament [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0444444 0.0222222
-Parliament [X][X] the European Community [X] ||| Parlament [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0444444 0.0222222
-Parliament [X][X] European [X] ||| Parlament [X][X] Europäischen [X] ||| 1 ||| ||| 0.0857142 0.0285714
-Parliament [X][X] of the European [X] ||| Parlament [X][X] Europäischen [X] ||| 1 ||| ||| 0.0857142 0.0285714
-Parliament [X][X] the European [X] ||| Parlament [X][X] Europäischen [X] ||| 1 ||| ||| 0.0857142 0.0285714
-Parliament [X][X] months ago [X] ||| Parlament [X][X] Monaten [X] ||| 1 ||| ||| 0.0833333 0.0833333
-Parliament [X][X] months ago [X] ||| Parlament [X][X] Monaten einen [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Parliament [X][X] Community [X] ||| Parlament [X][X] Union [X] ||| 1 ||| ||| 0.0222222 0.0222222
-House [X][X] [X] ||| Parlament [X][X] [X] ||| 1 ||| ||| 4.22067 1.075
-Parliament [X][X] [X] ||| Parlament [X][X] [X] ||| 1 ||| ||| 4.22067 1.83377
-Parliament [X][X] an [X] ||| Parlament [X][X] [X] ||| 1 ||| ||| 4.22067 0.2
-Parliament [X][X] an interest [X] ||| Parlament [X][X] [X] ||| 1 ||| ||| 4.22067 0.166667
-Parliament [X][X] interest [X] ||| Parlament [X][X] [X] ||| 1 ||| ||| 4.22067 0.166667
-Parliament [X][X] of [X] ||| Parlament [X][X] [X] ||| 1 ||| ||| 4.22067 0.0555556
-Parliament [X][X] of the [X] ||| Parlament [X][X] [X] ||| 1 ||| ||| 4.22067 0.047619
-Parliament [X][X] the [X] ||| Parlament [X][X] [X] ||| 1 ||| ||| 4.22067 0.047619
-you [X][X] [X] ||| Parlament [X][X] [X] ||| 1 ||| ||| 4.22067 0.627778
-Parliament [X][X] of [X][X] Community [X] ||| Parlament [X][X] [X][X] Union [X] ||| 1 ||| ||| 0.0222222 0.0222222
-Parliament [X][X] an [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 1 ||| ||| 0.178571 0.0833333
-Parliament [X][X] of [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 1 ||| ||| 0.178571 0.0507937
-Parliament [X][X] of the [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 1 ||| ||| 0.178571 0.0222222
-Parliament [X][X] the [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 1 ||| ||| 0.178571 0.0222222
-Parliament [X][X] the [X] ||| Parlament [X][X] der [X] ||| 1 ||| ||| 0.166667 0.166667
-Parliament [X][X] the [X][X] European [X] ||| Parlament [X][X] der [X][X] Europäischen [X] ||| 1 ||| ||| 0.0285714 0.0285714
-Parliament [X][X] the [X][X] Community [X] ||| Parlament [X][X] der [X][X] Union [X] ||| 1 ||| ||| 0.0222222 0.0222222
-Parliament [X][X] the [X][X] [X] ||| Parlament [X][X] der [X][X] [X] ||| 1 ||| ||| 0.201587 0.153968
-Parliament [X][X] the [X][X] the [X] ||| Parlament [X][X] der [X][X] [X] ||| 1 ||| ||| 0.201587 0.047619
-Parliament [X][X] the whole [X] ||| Parlament [X][X] der gesamten [X] ||| 1 ||| ||| 0.146465 0.0909091
-Parliament [X][X] the whole of [X] ||| Parlament [X][X] der gesamten [X] ||| 1 ||| ||| 0.146465 0.0555556
-Parliament [X][X] the whole [X][X] [X] ||| Parlament [X][X] der gesamten [X][X] [X] ||| 1 ||| ||| 0.0507937 0.0507937
-Parliament [X][X] [X] ||| Parlament [X][X] einen [X] ||| 1 ||| ||| 0.0555556 0.0555556
-you [X][X] a debate [X] ||| Parlament [X][X] einer Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-you [X][X] a debate on [X] ||| Parlament [X][X] einer Aussprache im [X] ||| 1 ||| ||| 0.0277778 0.0277778
-House [X][X] a [X] ||| Parlament [X][X] einer [X] ||| 1 ||| ||| 0.35 0.25
-you [X][X] a [X] ||| Parlament [X][X] einer [X] ||| 1 ||| ||| 0.35 0.1
-House [X][X] a [X][X] ) [X] ||| Parlament [X][X] einer [X][X] ) [X] ||| 1 ||| ||| 0.125 0.125
-House [X][X] a [X][X] [X] ||| Parlament [X][X] einer [X][X] [X] ||| 1 ||| ||| 0.352778 0.325
-you [X][X] a [X][X] [X] ||| Parlament [X][X] einer [X][X] [X] ||| 1 ||| ||| 0.352778 0.0277778
-Parliament [X][X] whole [X] ||| Parlament [X][X] gesamten [X] ||| 1 ||| ||| 0.194084 0.0909091
-Parliament [X][X] whole of [X] ||| Parlament [X][X] gesamten [X] ||| 1 ||| ||| 0.194084 0.0555556
-Parliament [X][X] whole of the [X] ||| Parlament [X][X] gesamten [X] ||| 1 ||| ||| 0.194084 0.047619
-Parliament [X][X] whole [X][X] Community [X] ||| Parlament [X][X] gesamten [X][X] Union [X] ||| 1 ||| ||| 0.0222222 0.0222222
-Parliament [X][X] whole [X][X] [X] ||| Parlament [X][X] gesamten [X][X] [X] ||| 1 ||| ||| 0.101587 0.0507937
-Parliament [X][X] whole of [X][X] [X] ||| Parlament [X][X] gesamten [X][X] [X] ||| 1 ||| ||| 0.101587 0.0507937
-Parliament has [X][X] . [X] ||| Parlament [X][X] hat . [X] ||| 1 ||| ||| 0.166667 0.0833333
-Parliament has [X][X] interest . [X] ||| Parlament [X][X] hat . [X] ||| 1 ||| ||| 0.166667 0.0833333
-Parliament has [X][X] [X] ||| Parlament [X][X] hat [X] ||| 1 ||| ||| 1.23333 0.7
-Parliament has [X][X] an [X] ||| Parlament [X][X] hat [X] ||| 1 ||| ||| 1.23333 0.2
-Parliament has [X][X] an interest [X] ||| Parlament [X][X] hat [X] ||| 1 ||| ||| 1.23333 0.166667
-Parliament has [X][X] interest [X] ||| Parlament [X][X] hat [X] ||| 1 ||| ||| 1.23333 0.166667
-Parliament has [X][X] an [X][X] [X] ||| Parlament [X][X] hat [X][X] [X] ||| 1 ||| ||| 0.0833333 0.0833333
-you [X][X] on [X] ||| Parlament [X][X] im [X] ||| 1 ||| ||| 0.0277778 0.0277778
-you [X][X] [X] ||| Parlament [X][X] nach [X] ||| 1 ||| ||| 0.2 0.2
-you [X][X] a debate [X] ||| Parlament [X][X] nach einer Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-you [X][X] a debate on [X] ||| Parlament [X][X] nach einer Aussprache im [X] ||| 1 ||| ||| 0.0277778 0.0277778
-you [X][X] a [X] ||| Parlament [X][X] nach einer [X] ||| 1 ||| ||| 0.1 0.1
-you [X][X] a [X][X] [X] ||| Parlament [X][X] nach einer [X][X] [X] ||| 1 ||| ||| 0.0277778 0.0277778
-you have [X] ||| Parlament besteht [X] ||| 1 ||| ||| 1 1
-you have [X][X] debate [X] ||| Parlament besteht [X][X] Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-you have [X][X] debate on [X] ||| Parlament besteht [X][X] Aussprache im [X] ||| 1 ||| ||| 0.0277778 0.0277778
-you have [X][X] [X] ||| Parlament besteht [X][X] [X] ||| 1 ||| ||| 0.177778 0.177778
-you have [X][X] on [X] ||| Parlament besteht [X][X] im [X] ||| 1 ||| ||| 0.0277778 0.0277778
-you have requested [X] ||| Parlament besteht der Wunsch [X] ||| 1 ||| ||| 0.25 0.25
-you have requested [X][X] [X] ||| Parlament besteht der Wunsch [X][X] [X] ||| 1 ||| ||| 0.0777778 0.0777778
-you have requested [X][X] on [X] ||| Parlament besteht der Wunsch [X][X] im [X] ||| 1 ||| ||| 0.0277778 0.0277778
-you have requested [X] ||| Parlament besteht der Wunsch nach [X] ||| 1 ||| ||| 0.2 0.2
-you have requested [X][X] [X] ||| Parlament besteht der Wunsch nach [X][X] [X] ||| 1 ||| ||| 0.0777778 0.0777778
-you have requested [X][X] on [X] ||| Parlament besteht der Wunsch nach [X][X] im [X] ||| 1 ||| ||| 0.0277778 0.0277778
-you have requested a debate [X] ||| Parlament besteht der Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-you have requested a [X] ||| Parlament besteht der Wunsch nach einer [X] ||| 1 ||| ||| 0.1 0.1
-you have requested a [X][X] [X] ||| Parlament besteht der Wunsch nach einer [X][X] [X] ||| 1 ||| ||| 0.0277778 0.0277778
-you have [X] ||| Parlament besteht der [X] ||| 1 ||| ||| 1 1
-you have [X][X] debate [X] ||| Parlament besteht der [X][X] Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-you have [X][X] debate on [X] ||| Parlament besteht der [X][X] Aussprache im [X] ||| 1 ||| ||| 0.0277778 0.0277778
-you have [X][X] [X] ||| Parlament besteht der [X][X] [X] ||| 1 ||| ||| 0.177778 0.177778
-you have [X][X] on [X] ||| Parlament besteht der [X][X] im [X] ||| 1 ||| ||| 0.0277778 0.0277778
-House rose and observed [X] ||| Parlament erhebt sich zu [X] ||| 1 ||| ||| 0.5 0.5
-House rose and observed [X][X] [X] ||| Parlament erhebt sich zu [X][X] [X] ||| 1 ||| ||| 0.325 0.325
-House rose and observed a [X] ||| Parlament erhebt sich zu einer [X] ||| 1 ||| ||| 0.25 0.25
-Parliament just [X] ||| Parlament erst [X] ||| 1 ||| ||| 1 1
-Parliament just [X][X] months ago [X] ||| Parlament erst [X][X] Monaten [X] ||| 1 ||| ||| 0.0833333 0.0833333
-Parliament just [X][X] months ago [X] ||| Parlament erst [X][X] Monaten einen [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Parliament just [X][X] [X] ||| Parlament erst [X][X] [X] ||| 1 ||| ||| 0.305556 0.305556
-Parliament just [X][X] [X] ||| Parlament erst [X][X] einen [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Parliament just [X] ||| Parlament erst vor [X] ||| 1 ||| ||| 1 1
-Parliament just [X][X] months ago [X] ||| Parlament erst vor [X][X] Monaten [X] ||| 1 ||| ||| 0.0833333 0.0833333
-Parliament just [X][X] months ago [X] ||| Parlament erst vor [X][X] Monaten einen [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Parliament just [X][X] [X] ||| Parlament erst vor [X][X] [X] ||| 1 ||| ||| 0.305556 0.305556
-Parliament just [X][X] [X] ||| Parlament erst vor [X][X] einen [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Parliament just a few [X] ||| Parlament erst vor wenigen [X] ||| 1 ||| ||| 0.166667 0.166667
-Parliament just a few [X][X] [X] ||| Parlament erst vor wenigen [X][X] [X] ||| 1 ||| ||| 0.138889 0.138889
-Parliament just a few [X][X] [X] ||| Parlament erst vor wenigen [X][X] einen [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Parliament has consistently shown [X] ||| Parlament immer wieder befaßt hat [X] ||| 1 ||| ||| 0.533333 0.333333
-Parliament has consistently shown an [X] ||| Parlament immer wieder befaßt hat [X] ||| 1 ||| ||| 0.533333 0.2
-Parliament has consistently shown [X][X] [X] ||| Parlament immer wieder befaßt hat [X][X] [X] ||| 1 ||| ||| 0.0833333 0.0833333
-Parliament and [X] ||| Parlament und [X] ||| 1 ||| ||| 1 1
-Parliament and [X][X] European Community [X] ||| Parlament und [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0222222 0.0222222
-Parliament and [X][X] European [X] ||| Parlament und [X][X] Europäischen [X] ||| 1 ||| ||| 0.0571428 0.0285714
-Parliament and [X][X] the European [X] ||| Parlament und [X][X] Europäischen [X] ||| 1 ||| ||| 0.0571428 0.0285714
-Parliament and [X][X] Community [X] ||| Parlament und [X][X] Union [X] ||| 1 ||| ||| 0.0222222 0.0222222
-Parliament and [X][X] [X] ||| Parlament und [X][X] [X] ||| 1 ||| ||| 0.562338 0.411544
-Parliament and [X][X] of [X] ||| Parlament und [X][X] [X] ||| 1 ||| ||| 0.562338 0.0555556
-Parliament and [X][X] of the [X] ||| Parlament und [X][X] [X] ||| 1 ||| ||| 0.562338 0.047619
-Parliament and [X][X] the [X] ||| Parlament und [X][X] [X] ||| 1 ||| ||| 0.562338 0.047619
-Parliament and [X][X] of [X][X] [X] ||| Parlament und [X][X] [X][X] [X] ||| 1 ||| ||| 0.0730159 0.0507937
-Parliament and [X][X] the [X][X] [X] ||| Parlament und [X][X] [X][X] [X] ||| 1 ||| ||| 0.0730159 0.0222222
-Parliament and [X][X] whole [X] ||| Parlament und [X][X] gesamten [X] ||| 1 ||| ||| 0.146465 0.0909091
-Parliament and [X][X] whole of [X] ||| Parlament und [X][X] gesamten [X] ||| 1 ||| ||| 0.146465 0.0555556
-Parliament and [X][X] whole [X][X] [X] ||| Parlament und [X][X] gesamten [X][X] [X] ||| 1 ||| ||| 0.0507937 0.0507937
-Parliament and by [X] ||| Parlament und von [X] ||| 1 ||| ||| 0.333333 0.333333
-Parliament and by [X][X] European [X] ||| Parlament und von [X][X] Europäischen [X] ||| 1 ||| ||| 0.0285714 0.0285714
-Parliament and by [X][X] Community [X] ||| Parlament und von [X][X] Union [X] ||| 1 ||| ||| 0.0222222 0.0222222
-Parliament and by [X][X] [X] ||| Parlament und von [X][X] [X] ||| 1 ||| ||| 0.348052 0.244877
-Parliament and by [X][X] of [X] ||| Parlament und von [X][X] [X] ||| 1 ||| ||| 0.348052 0.0555556
-Parliament and by [X][X] the [X] ||| Parlament und von [X][X] [X] ||| 1 ||| ||| 0.348052 0.047619
-Parliament and by the [X] ||| Parlament und von der [X] ||| 1 ||| ||| 0.166667 0.166667
-Parliament and by the [X][X] [X] ||| Parlament und von der [X][X] [X] ||| 1 ||| ||| 0.153968 0.153968
-Parliament and by the whole [X] ||| Parlament und von der gesamten [X] ||| 1 ||| ||| 0.0909091 0.0909091
-Parliament , [X] ||| Parlaments [X] ||| 1 ||| ||| 5 1
-Parliament , a [X] ||| Parlaments [X] ||| 1 ||| ||| 5 1
-Parliament , a date [X] ||| Parlaments [X] ||| 1 ||| ||| 5 1
-Parliament , a date has [X] ||| Parlaments [X] ||| 1 ||| ||| 5 1
-Parliament [X] ||| Parlaments [X] ||| 1 ||| ||| 5 1
-petition [X] ||| Petition [X] ||| 1 ||| ||| 1 1
-plenary part-session [X] ||| Plenartagung [X] ||| 1 ||| ||| 1 1
-plenary part-session of [X] ||| Plenartagung des [X] ||| 1 ||| ||| 0.5 0.5
-positions [X] ||| Position [X] ||| 1 ||| ||| 1 1
-press [X] ||| Presse [X] ||| 1 ||| ||| 1 1
-press [X][X] [X] ||| Presse [X][X] [X] ||| 1 ||| ||| 0.333333 0.333333
-press and [X] ||| Presse und [X] ||| 1 ||| ||| 1 1
-press and television [X] ||| Presse und dem Fernsehen [X] ||| 1 ||| ||| 0.333333 0.333333
-President , [X] ||| Präsidentin ! [X] ||| 1 ||| ||| 1 1
-President , [X][X] [X] ||| Präsidentin ! [X][X] Sie [X] ||| 1 ||| ||| 0.125 0.125
-President , [X][X] [X] ||| Präsidentin ! [X][X] [X] ||| 1 ||| ||| 0.325 0.325
-President , I [X] ||| Präsidentin ! ich [X] ||| 1 ||| ||| 0.5 0.5
-President , I [X][X] [X] ||| Präsidentin ! ich [X][X] Sie [X] ||| 1 ||| ||| 0.125 0.125
-President , I [X][X] [X] ||| Präsidentin ! ich [X][X] [X] ||| 1 ||| ||| 0.325 0.325
-President , [X] ||| Präsidentin , [X] ||| 1 ||| ||| 3 3
-President , [X][X] . [X] ||| Präsidentin , [X][X] . [X] ||| 1 ||| ||| 0.222222 0.222222
-President , [X][X] [X] ||| Präsidentin , [X][X] [X] ||| 1 ||| ||| 0.622222 0.622222
-President , [X] ||| Präsidentin , der [X] ||| 1 ||| ||| 1 1
-President , on [X] ||| Präsidentin , zur [X] ||| 1 ||| ||| 0.666666 0.666666
-President , on [X][X] . [X] ||| Präsidentin , zur [X][X] . [X] ||| 1 ||| ||| 0.222222 0.222222
-President , on [X][X] [X] ||| Präsidentin , zur [X][X] [X] ||| 1 ||| ||| 0.622222 0.622222
-President [X] ||| Präsidentin [X] ||| 1 ||| ||| 4 4
-President [X][X] . [X] ||| Präsidentin [X][X] . [X] ||| 1 ||| ||| 0.222222 0.222222
-President [X][X] [X] ||| Präsidentin [X][X] [X] ||| 1 ||| ||| 1.68889 1.28889
-[X][X] President [X] ||| Präsidentin [X][X] [X] ||| 1 ||| ||| 1.68889 0.4
-[X][X] the [X][X] President [X] ||| Präsidentin [X][X] [X][X] das [X] ||| 1 ||| ||| 0.133333 0.0666667
-[X][X] to the [X][X] President [X] ||| Präsidentin [X][X] [X][X] das [X] ||| 1 ||| ||| 0.133333 0.0666667
-to [X][X] the [X][X] President [X] ||| Präsidentin [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.0666667 0.0666667
-Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] the Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X][X] das [X] ||| 1 ||| ||| 0.0666667 0.0666667
-to [X][X] Sri Lankan President [X] ||| Präsidentin von Sri Lanka in [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-President [X] ||| Präsidentin von [X] ||| 1 ||| ||| 1 1
-[X][X] President [X] ||| Präsidentin von [X][X] [X] ||| 1 ||| ||| 0.4 0.4
-[X][X] the [X][X] President [X] ||| Präsidentin von [X][X] [X][X] das [X] ||| 1 ||| ||| 0.133333 0.0666667
-[X][X] to the [X][X] President [X] ||| Präsidentin von [X][X] [X][X] das [X] ||| 1 ||| ||| 0.133333 0.0666667
-to [X][X] the [X][X] President [X] ||| Präsidentin von [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.0666667 0.0666667
-President [X] ||| Präsidentschaftskandidaten [X] ||| 1 ||| ||| 1 1
-President [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] Bush [X] ||| 1 ||| ||| 0.0322581 0.0322581
-President [X][X] Governor [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.222222 0.111111
-President [X][X] the Governor [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.222222 0.111111
-President [X][X] Governor [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] Bush [X] ||| 1 ||| ||| 0.0322581 0.0322581
-President [X][X] Governor [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 1 ||| ||| 0.169779 0.0848896
-President [X][X] the Governor [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 1 ||| ||| 0.169779 0.0848896
-President [X][X] Governor of [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.133333 0.0666667
-President [X][X] the Governor of [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.133333 0.0666667
-President [X][X] Governor of [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X][X] [X] ||| 1 ||| ||| 0.0848896 0.0848896
-President [X][X] Texas , Mr [X] ||| Präsidentschaftskandidaten [X][X] Texas , George W. [X] ||| 1 ||| ||| 0.0526316 0.0526316
-President [X][X] [X] ||| Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 1.42933 1.096
-President [X][X] the [X] ||| Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 1.42933 0.333333
-President [X][X] the [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] [X][X] Bush [X] ||| 1 ||| ||| 0.0322581 0.0322581
-President [X][X] the [X][X] [X] ||| Präsidentschaftskandidaten [X][X] [X][X] [X] ||| 1 ||| ||| 0.151556 0.151556
-President [X][X] of [X] ||| Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| ||| 0.0666667 0.0666667
-President [X][X] of [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] von [X][X] Bush [X] ||| 1 ||| ||| 0.0322581 0.0322581
-President [X][X] of [X][X] [X] ||| Präsidentschaftskandidaten [X][X] von [X][X] [X] ||| 1 ||| ||| 0.0848896 0.0848896
-President and to the Governor [X] ||| Präsidentschaftskandidaten und Gouverneur [X] ||| 1 ||| ||| 0.111111 0.111111
-President and [X] ||| Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 1.83333 1
-President and to [X] ||| Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 1.83333 0.5
-President and to the [X] ||| Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 1.83333 0.333333
-President and [X][X] Bush [X] ||| Präsidentschaftskandidaten und [X][X] Bush [X] ||| 1 ||| ||| 0.0645162 0.0322581
-President and to [X][X] Bush [X] ||| Präsidentschaftskandidaten und [X][X] Bush [X] ||| 1 ||| ||| 0.0645162 0.0322581
-President and [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.67689 0.262667
-President and to [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.67689 0.262667
-President and to the [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.67689 0.151556
-President and [X][X] of [X] ||| Präsidentschaftskandidaten und [X][X] von [X] ||| 1 ||| ||| 0.133333 0.0666667
-President and to [X][X] of [X] ||| Präsidentschaftskandidaten und [X][X] von [X] ||| 1 ||| ||| 0.133333 0.0666667
-President and [X][X] of [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] von [X][X] [X] ||| 1 ||| ||| 0.0848896 0.0848896
-of quota penalties [X] ||| Quotenstrafe belegt [X] ||| 1 ||| ||| 2 1
-quota penalties [X] ||| Quotenstrafe belegt [X] ||| 1 ||| ||| 2 1
-of quota penalties [X][X] [X] ||| Quotenstrafe belegt [X][X] [X] ||| 1 ||| ||| 0.583333 0.25
-quota penalties [X][X] [X] ||| Quotenstrafe belegt [X][X] [X] ||| 1 ||| ||| 0.583333 0.333333
-of quota penalties should be [X] ||| Quotenstrafe belegt werden sollen [X] ||| 1 ||| ||| 0.583333 0.25
-quota penalties should be [X] ||| Quotenstrafe belegt werden sollen [X] ||| 1 ||| ||| 0.583333 0.333333
-right [X] ||| Recht [X] ||| 1 ||| ||| 1 1
-legal principle [X] ||| Rechtsgrundsatz [X] ||| 1 ||| ||| 1 1
-legal principle [X][X] fisheries policy [X] ||| Rechtsgrundsatz [X][X] Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.111111 0.111111
-legal principle [X][X] proposal [X] ||| Rechtsgrundsatz [X][X] Vorschlag [X] ||| 1 ||| ||| 0.05 0.05
-legal principle [X][X] [X] ||| Rechtsgrundsatz [X][X] [X] ||| 1 ||| ||| 0.840278 0.840278
-legal principle [X][X] a proposal [X] ||| Rechtsgrundsatz [X][X] ein Vorschlag [X] ||| 1 ||| ||| 0.05 0.05
-legal principle [X][X] a [X] ||| Rechtsgrundsatz [X][X] ein [X] ||| 1 ||| ||| 0.0625 0.0625
-legal principle [X][X] common [X] ||| Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.2 0.2
-legal principle [X][X] common [X][X] [X] ||| Rechtsgrundsatz [X][X] gemeinsamen [X][X] [X] ||| 1 ||| ||| 0.306944 0.306944
-legal principle [X][X] and [X] ||| Rechtsgrundsatz [X][X] und [X] ||| 1 ||| ||| 0.0833333 0.0833333
-legal principle [X][X] and [X][X] [X] ||| Rechtsgrundsatz [X][X] und [X][X] [X] ||| 1 ||| ||| 0.05 0.05
-legal principle [X][X] and a [X] ||| Rechtsgrundsatz [X][X] und ein [X] ||| 1 ||| ||| 0.0625 0.0625
-legal principle of the [X] ||| Rechtsgrundsatz der [X] ||| 1 ||| ||| 0.333333 0.333333
-legal principle of the [X][X] [X] ||| Rechtsgrundsatz der [X][X] [X] ||| 1 ||| ||| 0.306944 0.306944
-legal principle of the common [X] ||| Rechtsgrundsatz der gemeinsamen [X] ||| 1 ||| ||| 0.2 0.2
-Russia , [X] ||| Rußland [X] ||| 1 ||| ||| 2 1
-Russia [X] ||| Rußland [X] ||| 1 ||| ||| 2 1
-minute ' s silence ) [X] ||| Schweigeminute . ) [X] ||| 1 ||| ||| 0.5 0.5
-minute ' s silence [X] ||| Schweigeminute . [X] ||| 1 ||| ||| 1 1
-minute ' s silence . [X] ||| Schweigeminute zu erheben . [X] ||| 1 ||| ||| 0.5 0.5
-minute ' s silence [X] ||| Schweigeminute zu erheben [X] ||| 1 ||| ||| 1 1
-you , Madam President , [X] ||| Sie , Frau Präsidentin , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-you , Madam President , [X] ||| Sie , Frau Präsidentin , der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you , Madam President [X] ||| Sie , Frau Präsidentin [X] ||| 1 ||| ||| 0.166667 0.166667
-you , Madam [X] ||| Sie , Frau [X] ||| 1 ||| ||| 0.333333 0.333333
-you , Madam [X][X] [X] ||| Sie , Frau [X][X] [X] ||| 1 ||| ||| 0.157576 0.157576
-you , Madam [X][X] [X] ||| Sie , Frau [X][X] der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you , [X] ||| Sie , [X] ||| 1 ||| ||| 1 1
-you , [X][X] , [X] ||| Sie , [X][X] , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-you , [X][X] , [X] ||| Sie , [X][X] , der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you , [X][X] [X] ||| Sie , [X][X] [X] ||| 1 ||| ||| 0.324242 0.324242
-you , [X][X] [X] ||| Sie , [X][X] der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you [X] ||| Sie [X] ||| 1 ||| ||| 6 5
-your [X] ||| Sie [X] ||| 1 ||| ||| 6 1
-you [X][X] , [X] ||| Sie [X][X] , [X] ||| 1 ||| ||| 0.167832 0.167832
-you [X][X] , [X][X] [X] ||| Sie [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you [X][X] , i.e. [X] ||| Sie [X][X] , d. h. [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you [X][X] , i.e. on [X] ||| Sie [X][X] , d. h. am [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you [X][X] , [X] ||| Sie [X][X] , der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] in [X] ||| Sie [X][X] , mit [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] in which [X] ||| Sie [X][X] , mit dem [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] in which [X] ||| Sie [X][X] , mit dem sich [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] case [X] ||| Sie [X][X] Fall [X] ||| 1 ||| ||| 0.25 0.25
-draw your attention [X][X] case [X] ||| Sie [X][X] Fall aufmerksam machen , [X] ||| 1 ||| ||| 0.111111 0.111111
-draw your attention [X][X] case [X] ||| Sie [X][X] Fall aufmerksam machen [X] ||| 1 ||| ||| 0.142857 0.142857
-you [X][X] Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0545454 0.0181818
-you [X][X] the Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0545454 0.0181818
-you [X][X] to the Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0545454 0.0181818
-you [X][X] President , [X] ||| Sie [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-you [X][X] President , [X] ||| Sie [X][X] Präsidentin , der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you [X][X] President [X] ||| Sie [X][X] Präsidentin [X] ||| 1 ||| ||| 0.166667 0.166667
-you [X][X] President [X] ||| Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you [X][X] President [X][X] Governor [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0181818 0.0181818
-you [X][X] President [X][X] [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0932781 0.0688879
-you [X][X] President [X][X] the [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0932781 0.0243902
-you [X][X] President and [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0607986 0.0344828
-you [X][X] President and to [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0607986 0.0263158
-you [X][X] President and [X][X] [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.0181818 0.0181818
-you [X][X] [X] ||| Sie [X][X] [X] ||| 1 ||| ||| 2.10005 2.02495
-you [X][X] the [X] ||| Sie [X][X] [X] ||| 1 ||| ||| 2.10005 0.0243902
-you [X][X] to [X] ||| Sie [X][X] [X] ||| 1 ||| ||| 2.10005 0.0263158
-you [X][X] to the [X] ||| Sie [X][X] [X] ||| 1 ||| ||| 2.10005 0.0243902
-you [X][X] to [X][X] [X] ||| Sie [X][X] [X][X] [X] ||| 1 ||| ||| 0.0181818 0.0181818
-you [X][X] raise [X][X] , [X] ||| Sie [X][X] [X][X] ansprechen , [X] ||| 1 ||| ||| 0.0769231 0.0769231
-you [X][X] raise [X][X] [X] ||| Sie [X][X] [X][X] ansprechen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-you [X][X] on [X] ||| Sie [X][X] am [X] ||| 1 ||| ||| 0.0526316 0.0526316
-draw your attention [X][X] [X] ||| Sie [X][X] aufmerksam machen , [X] ||| 1 ||| ||| 0.111111 0.111111
-draw your attention [X][X] in [X] ||| Sie [X][X] aufmerksam machen , mit [X] ||| 1 ||| ||| 0.1 0.1
-draw your attention [X][X] [X] ||| Sie [X][X] aufmerksam machen [X] ||| 1 ||| ||| 0.142857 0.142857
-you [X][X] to [X] ||| Sie [X][X] bei [X] ||| 1 ||| ||| 0.166667 0.166667
-you [X][X] to [X][X] Governor [X] ||| Sie [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0181818 0.0181818
-you [X][X] to [X][X] [X] ||| Sie [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.206708 0.156002
-you [X][X] to [X][X] the [X] ||| Sie [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.206708 0.0243902
-you [X][X] to [X][X] to [X] ||| Sie [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.206708 0.0263158
-you [X][X] to [X][X] and [X] ||| Sie [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-you [X][X] to the President [X] ||| Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you [X][X] to the [X] ||| Sie [X][X] bei dem [X] ||| 1 ||| ||| 0.0909091 0.0909091
-you [X][X] to the [X][X] [X] ||| Sie [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.103371 0.103371
-you [X][X] i.e. [X] ||| Sie [X][X] d. h. [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you [X][X] i.e. on [X] ||| Sie [X][X] d. h. am [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you [X][X] the President [X] ||| Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you [X][X] the President [X][X] [X] ||| Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0688879 0.0688879
-you [X][X] the President and [X] ||| Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] which [X] ||| Sie [X][X] dem [X] ||| 1 ||| ||| 0.181818 0.0909091
-you [X][X] the [X] ||| Sie [X][X] dem [X] ||| 1 ||| ||| 0.181818 0.0909091
-you [X][X] the [X][X] Governor [X] ||| Sie [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0181818 0.0181818
-you [X][X] the [X][X] [X] ||| Sie [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.154077 0.103371
-you [X][X] the [X][X] the [X] ||| Sie [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.154077 0.0243902
-you [X][X] the [X][X] to [X] ||| Sie [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.154077 0.0263158
-[X][X] which [X] ||| Sie [X][X] dem sich [X] ||| 1 ||| ||| 0.0714286 0.0714286
-you [X][X] [X] ||| Sie [X][X] der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you [X][X] raise this question [X] ||| Sie [X][X] diese Frage ansprechen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] in [X] ||| Sie [X][X] mit [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] in which [X] ||| Sie [X][X] mit dem [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] in which [X] ||| Sie [X][X] mit dem sich [X] ||| 1 ||| ||| 0.0714286 0.0714286
-you [X][X] and [X] ||| Sie [X][X] und [X] ||| 1 ||| ||| 0.0851888 0.0344828
-you [X][X] and to [X] ||| Sie [X][X] und [X] ||| 1 ||| ||| 0.0851888 0.0263158
-you [X][X] and to the [X] ||| Sie [X][X] und [X] ||| 1 ||| ||| 0.0851888 0.0243902
-you [X][X] and [X][X] [X] ||| Sie [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0363636 0.0181818
-you [X][X] and to [X][X] [X] ||| Sie [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0363636 0.0181818
-to [X] ||| Sie auf [X] ||| 1 ||| ||| 1 1
-to [X][X] [X] ||| Sie auf [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] to [X][X] [X] ||| Sie auf [X][X] [X][X] , [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] to [X][X] in [X] ||| Sie auf [X][X] [X][X] , mit [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] , mit dem [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] , mit dem sich [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] to [X][X] [X] ||| Sie auf [X][X] [X][X] [X] ||| 1 ||| ||| 0.253968 0.253968
-[X][X] to [X][X] in [X] ||| Sie auf [X][X] [X][X] mit [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] mit dem [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] mit dem sich [X] ||| 1 ||| ||| 0.0714286 0.0714286
-draw your attention to [X][X] [X] ||| Sie auf [X][X] aufmerksam machen , [X] ||| 1 ||| ||| 0.111111 0.111111
-draw your attention to [X][X] [X] ||| Sie auf [X][X] aufmerksam machen [X] ||| 1 ||| ||| 0.142857 0.142857
-to a case [X] ||| Sie auf einen Fall [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] to a case [X] ||| Sie auf einen Fall [X][X] , [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] , [X][X] [X] ||| 1 ||| ||| 0.162338 0.162338
-[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] , [X][X] sich [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] to a case in [X] ||| Sie auf einen Fall [X][X] , mit [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] to a case [X] ||| Sie auf einen Fall [X][X] [X] ||| 1 ||| ||| 0.253968 0.253968
-[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] [X][X] [X] ||| 1 ||| ||| 0.324675 0.324675
-[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] [X][X] sich [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] to a case in [X] ||| Sie auf einen Fall [X][X] mit [X] ||| 1 ||| ||| 0.1 0.1
-to a [X] ||| Sie auf einen [X] ||| 1 ||| ||| 1 1
-you represent , [X] ||| Sie vertreten , [X] ||| 1 ||| ||| 0.333333 0.333333
-you represent , [X][X] Governor [X] ||| Sie vertreten , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0181818 0.0181818
-you represent , [X][X] President [X] ||| Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you represent , [X][X] [X] ||| Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.297617 0.246911
-you represent , [X][X] the [X] ||| Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.297617 0.0243902
-you represent , [X][X] to [X] ||| Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.297617 0.0263158
-you represent , [X][X] and [X] ||| Sie vertreten , [X][X] und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-you represent , to [X] ||| Sie vertreten , bei [X] ||| 1 ||| ||| 0.166667 0.166667
-you represent , to [X][X] [X] ||| Sie vertreten , bei [X][X] [X] ||| 1 ||| ||| 0.156002 0.156002
-you represent , to the [X] ||| Sie vertreten , bei dem [X] ||| 1 ||| ||| 0.0909091 0.0909091
-you represent [X] ||| Sie vertreten [X] ||| 1 ||| ||| 1 1
-you represent [X][X] Governor [X] ||| Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0363636 0.0181818
-you represent [X][X] the Governor [X] ||| Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0363636 0.0181818
-you represent [X][X] President [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you represent [X][X] President [X][X] [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0688879 0.0688879
-you represent [X][X] President and [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-you represent [X][X] [X] ||| Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.488674 0.413578
-you represent [X][X] the [X] ||| Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.488674 0.0243902
-you represent [X][X] to [X] ||| Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.488674 0.0263158
-you represent [X][X] to the [X] ||| Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.488674 0.0243902
-you represent [X][X] to [X][X] [X] ||| Sie vertreten [X][X] [X][X] [X] ||| 1 ||| ||| 0.0181818 0.0181818
-you represent [X][X] the President [X] ||| Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you represent [X][X] the [X] ||| Sie vertreten [X][X] dem [X] ||| 1 ||| ||| 0.0909091 0.0909091
-you represent [X][X] the [X][X] [X] ||| Sie vertreten [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.103371 0.103371
-you represent [X][X] and [X] ||| Sie vertreten [X][X] und [X] ||| 1 ||| ||| 0.0607986 0.0344828
-you represent [X][X] and to [X] ||| Sie vertreten [X][X] und [X] ||| 1 ||| ||| 0.0607986 0.0263158
-you represent [X][X] and [X][X] [X] ||| Sie vertreten [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0181818 0.0181818
-you wish , [X] ||| Sie wollen , [X] ||| 1 ||| ||| 0.333333 0.333333
-you wish , [X][X] , [X] ||| Sie wollen , [X][X] , [X] ||| 1 ||| ||| 0.0769231 0.0769231
-you wish , [X][X] [X] ||| Sie wollen , [X][X] [X] ||| 1 ||| ||| 0.28713 0.28713
-you wish , [X][X] on [X] ||| Sie wollen , [X][X] am [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you wish , raise [X][X] [X] ||| Sie wollen , [X][X] ansprechen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-you wish , [X][X] i.e. [X] ||| Sie wollen , [X][X] d. h. [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you wish [X] ||| Sie wollen [X] ||| 1 ||| ||| 1 1
-you wish [X][X] , [X] ||| Sie wollen [X][X] , [X] ||| 1 ||| ||| 0.0769231 0.0769231
-you wish [X][X] , [X][X] [X] ||| Sie wollen [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you wish [X][X] , i.e. [X] ||| Sie wollen [X][X] , d. h. [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you wish [X][X] [X] ||| Sie wollen [X][X] [X] ||| 1 ||| ||| 0.28713 0.28713
-you wish [X][X] on [X] ||| Sie wollen [X][X] am [X] ||| 1 ||| ||| 0.0526316 0.0526316
-you wish [X][X] i.e. [X] ||| Sie wollen [X][X] d. h. [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you wish [X][X] i.e. on [X] ||| Sie wollen [X][X] d. h. am [X] ||| 1 ||| ||| 0.0526316 0.0526316
-keeping with [X] ||| Sinne [X] ||| 1 ||| ||| 1 1
-keeping with [X][X] [X] ||| Sinne [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-keeping with the positions [X] ||| Sinne der Position [X] ||| 1 ||| ||| 0.25 0.25
-keeping with the [X] ||| Sinne der [X] ||| 1 ||| ||| 0.5 0.5
-situation [X] ||| Situation [X] ||| 1 ||| ||| 1 1
-session [X] ||| Sitzungsperiode [X] ||| 1 ||| ||| 1 1
-fleet [X] ||| Soll [X] ||| 1 ||| ||| 1 1
-fleet [X][X] [X] ||| Soll [X][X] [X] ||| 1 ||| ||| 0.5 0.5
-fleet reduction targets [X] ||| Soll zur Flottenverkleinerung [X] ||| 1 ||| ||| 0.5 0.5
-Sri Lanka [X] ||| Sri Lanka [X] ||| 1 ||| ||| 3 2
-Sri Lankan [X] ||| Sri Lanka [X] ||| 1 ||| ||| 3 1
-Sri Lanka [X][X] [X] ||| Sri Lanka [X][X] [X] ||| 1 ||| ||| 0.173611 0.0625
-[X][X] Sri Lankan [X] ||| Sri Lanka [X][X] [X] ||| 1 ||| ||| 0.173611 0.111111
-[X][X] the Sri Lankan [X] ||| Sri Lanka [X][X] das [X] ||| 1 ||| ||| 0.222222 0.111111
-[X][X] to the Sri Lankan [X] ||| Sri Lanka [X][X] das [X] ||| 1 ||| ||| 0.222222 0.111111
-to [X][X] Sri Lankan [X] ||| Sri Lanka in [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-to [X][X] the Sri Lankan [X] ||| Sri Lanka in [X][X] das [X] ||| 1 ||| ||| 0.111111 0.111111
-Sri Lanka [X] ||| Sri Lanka zu [X] ||| 1 ||| ||| 1 1
-Sri Lanka [X][X] [X] ||| Sri Lanka zu [X][X] [X] ||| 1 ||| ||| 0.0625 0.0625
-Sri Lanka [X] ||| Sri Lanka zu beklagen [X] ||| 1 ||| ||| 1 1
-Sri Lanka [X][X] [X] ||| Sri Lanka zu beklagen [X][X] [X] ||| 1 ||| ||| 0.0625 0.0625
-Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , [X] ||| 1 ||| ||| 0.166667 0.166667
-Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.142857 0.142857
-Sri Lanka was Mr [X] ||| Sri Lanka zu beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 0.0625 0.0625
-Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , zählt auch [X] ||| 1 ||| ||| 0.125 0.125
-Sri Lanka was [X] ||| Sri Lanka zu beklagen gab [X] ||| 1 ||| ||| 0.2 0.2
-Sri Lanka [X] ||| Sri Lanka übermitteln [X] ||| 1 ||| ||| 1 1
-Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] , [X] ||| 1 ||| ||| 0.1 0.1
-Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] [X] ||| 1 ||| ||| 0.391667 0.391667
-Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] würden , [X] ||| 1 ||| ||| 0.1 0.1
-Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] würden [X] ||| 1 ||| ||| 0.125 0.125
-Sri Lanka and [X] ||| Sri Lanka übermitteln und [X] ||| 1 ||| ||| 0.333333 0.333333
-Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern [X] ||| 1 ||| ||| 0.166667 0.166667
-Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern würden , [X] ||| 1 ||| ||| 0.1 0.1
-Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern würden [X] ||| 1 ||| ||| 0.125 0.125
-Sri [X] ||| Sri [X] ||| 1 ||| ||| 4 4
-Sri [X][X] [X] ||| Sri [X][X] , [X] ||| 1 ||| ||| 0.266667 0.266667
-Sri [X][X] [X] ||| Sri [X][X] , zählt [X] ||| 1 ||| ||| 0.142857 0.142857
-Sri [X][X] Mr [X] ||| Sri [X][X] , zählt auch Herr [X] ||| 1 ||| ||| 0.0625 0.0625
-Sri [X][X] [X] ||| Sri [X][X] , zählt auch [X] ||| 1 ||| ||| 0.125 0.125
-Sri [X][X] Mr [X] ||| Sri [X][X] Herr [X] ||| 1 ||| ||| 0.0625 0.0625
-Sri [X][X] [X] ||| Sri [X][X] [X] ||| 1 ||| ||| 1.42202 1.42202
-Sri [X][X] Mr [X] ||| Sri [X][X] auch Herr [X] ||| 1 ||| ||| 0.0625 0.0625
-Sri [X][X] [X] ||| Sri [X][X] auch [X] ||| 1 ||| ||| 0.125 0.125
-Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern [X] ||| 1 ||| ||| 0.166667 0.166667
-Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern würden , [X] ||| 1 ||| ||| 0.1 0.1
-Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern würden [X] ||| 1 ||| ||| 0.125 0.125
-Sri [X][X] [X] ||| Sri [X][X] würden , [X] ||| 1 ||| ||| 0.1 0.1
-Sri [X][X] [X] ||| Sri [X][X] würden [X] ||| 1 ||| ||| 0.125 0.125
-Sri [X][X] [X] ||| Sri [X][X] zählt [X] ||| 1 ||| ||| 0.142857 0.142857
-Sri [X][X] Mr [X] ||| Sri [X][X] zählt auch Herr [X] ||| 1 ||| ||| 0.0625 0.0625
-Sri [X][X] [X] ||| Sri [X][X] zählt auch [X] ||| 1 ||| ||| 0.125 0.125
-public prosecutor [X] ||| Staatsanwalt [X] ||| 1 ||| ||| 1 1
-public prosecutor [X][X] . [X] ||| Staatsanwalt [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-public prosecutor [X][X] [X] ||| Staatsanwalt [X][X] [X] ||| 1 ||| ||| 0.325 0.325
-public prosecutor is appealing . [X] ||| Staatsanwalt in Berufung geht . [X] ||| 1 ||| ||| 0.125 0.125
-public prosecutor is appealing [X] ||| Staatsanwalt in Berufung geht [X] ||| 1 ||| ||| 0.2 0.2
-public prosecutor [X] ||| Staatsanwalt in [X] ||| 1 ||| ||| 1 1
-public prosecutor [X][X] . [X] ||| Staatsanwalt in [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-public prosecutor [X][X] [X] ||| Staatsanwalt in [X][X] [X] ||| 1 ||| ||| 0.325 0.325
-stability [X] ||| Stabilität [X] ||| 1 ||| ||| 3 2
-stability is [X] ||| Stabilität [X] ||| 1 ||| ||| 3 1
-stability [X][X] legal principle [X] ||| Stabilität [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.142857 0.0714286
-stability is [X][X] legal principle [X] ||| Stabilität [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.142857 0.0714286
-stability [X][X] legal principle [X][X] [X] ||| Stabilität [X][X] Rechtsgrundsatz [X][X] [X] ||| 1 ||| ||| 0.104278 0.104278
-stability [X][X] [X] ||| Stabilität [X][X] [X] ||| 1 ||| ||| 1.01808 0.675707
-stability is [X][X] [X] ||| Stabilität [X][X] [X] ||| 1 ||| ||| 1.01808 0.342373
-stability [X][X] of the [X] ||| Stabilität [X][X] der [X] ||| 1 ||| ||| 0.117647 0.0588235
-stability is [X][X] of the [X] ||| Stabilität [X][X] der [X] ||| 1 ||| ||| 0.117647 0.0588235
-stability [X][X] of the common [X] ||| Stabilität [X][X] der gemeinsamen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-stability [X][X] fundamental legal principle [X] ||| Stabilität [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.0714286 0.0714286
-stability [X][X] fundamental [X] ||| Stabilität [X][X] elementaren [X] ||| 1 ||| ||| 0.166667 0.166667
-stability [X][X] fundamental [X][X] [X] ||| Stabilität [X][X] elementaren [X][X] [X] ||| 1 ||| ||| 0.175707 0.175707
-stability [X][X] fundamental [X][X] common [X] ||| Stabilität [X][X] elementaren [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-stability [X][X] common [X] ||| Stabilität [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.090909 0.0454545
-stability is [X][X] common [X] ||| Stabilität [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.090909 0.0454545
-stability is a [X] ||| Stabilität einen [X] ||| 1 ||| ||| 0.333333 0.333333
-stability is a [X][X] [X] ||| Stabilität einen [X][X] [X] ||| 1 ||| ||| 0.175707 0.175707
-stability is a [X][X] common [X] ||| Stabilität einen [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-stability is a fundamental [X] ||| Stabilität einen elementaren [X] ||| 1 ||| ||| 0.166667 0.166667
-stability is a fundamental [X][X] [X] ||| Stabilität einen elementaren [X][X] [X] ||| 1 ||| ||| 0.175707 0.175707
-says [X] ||| Strafen [X] ||| 1 ||| ||| 1 1
-few days , [X] ||| Tagen [X] ||| 1 ||| ||| 2 1
-few days [X] ||| Tagen [X] ||| 1 ||| ||| 2 1
-part-session [X] ||| Tagung [X] ||| 1 ||| ||| 1 1
-part-session [X][X] European Parliament , [X] ||| Tagung [X][X] Europäischen Parlaments [X] ||| 1 ||| ||| 0.233766 0.0909091
-part-session [X][X] European Parliament [X] ||| Tagung [X][X] Europäischen Parlaments [X] ||| 1 ||| ||| 0.233766 0.142857
-part-session [X][X] European [X] ||| Tagung [X][X] Europäischen [X] ||| 1 ||| ||| 0.25 0.25
-part-session [X][X] European [X][X] [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 0.731935 0.411422
-part-session [X][X] European [X][X] a [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 0.731935 0.0769231
-part-session [X][X] European [X][X] been [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 0.731935 0.0833333
-part-session [X][X] European [X][X] date [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 0.731935 0.0769231
-part-session [X][X] European [X][X] has [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 0.731935 0.0833333
-part-session [X][X] Parliament , [X] ||| Tagung [X][X] Parlaments [X] ||| 1 ||| ||| 0.310689 0.0909091
-part-session [X][X] Parliament , a [X] ||| Tagung [X][X] Parlaments [X] ||| 1 ||| ||| 0.310689 0.0769231
-part-session [X][X] Parliament [X] ||| Tagung [X][X] Parlaments [X] ||| 1 ||| ||| 0.310689 0.142857
-part-session [X][X] , [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0909091
-part-session [X][X] , a [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0769231
-part-session [X][X] , a date [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0769231
-part-session [X][X] [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 1.30428
-part-session [X][X] a [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0769231
-part-session [X][X] a date [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0769231
-part-session [X][X] a date has [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0833333
-part-session [X][X] been [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0833333
-part-session [X][X] date [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0769231
-part-session [X][X] date has [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0833333
-part-session [X][X] date has been [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0833333
-part-session [X][X] has [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0833333
-part-session [X][X] has been [X] ||| Tagung [X][X] [X] ||| 1 ||| ||| 2.2798 0.0833333
-part-session of the European Parliament [X] ||| Tagung des Europäischen Parlaments [X] ||| 1 ||| ||| 0.142857 0.142857
-part-session of the European [X] ||| Tagung des Europäischen [X] ||| 1 ||| ||| 0.25 0.25
-part-session of the European [X][X] [X] ||| Tagung des Europäischen [X][X] [X] ||| 1 ||| ||| 0.411422 0.411422
-part-session of the [X] ||| Tagung des [X] ||| 1 ||| ||| 0.5 0.5
-part-session of the [X][X] , [X] ||| Tagung des [X][X] [X] ||| 1 ||| ||| 0.965701 0.0909091
-part-session of the [X][X] [X] ||| Tagung des [X][X] [X] ||| 1 ||| ||| 0.965701 0.554279
-part-session of the [X][X] a [X] ||| Tagung des [X][X] [X] ||| 1 ||| ||| 0.965701 0.0769231
-part-session of the [X][X] been [X] ||| Tagung des [X][X] [X] ||| 1 ||| ||| 0.965701 0.0833333
-part-session of the [X][X] date [X] ||| Tagung des [X][X] [X] ||| 1 ||| ||| 0.965701 0.0769231
-part-session of the [X][X] has [X] ||| Tagung des [X][X] [X] ||| 1 ||| ||| 0.965701 0.0833333
-Texas , Mr Bush , [X] ||| Texas , George W. Bush , [X] ||| 1 ||| ||| 0.25 0.25
-Texas , Mr Bush [X] ||| Texas , George W. Bush [X] ||| 1 ||| ||| 0.5 0.5
-Texas , Mr Bush [X][X] [X] ||| Texas , George W. Bush [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-Texas , Mr [X] ||| Texas , George W. [X] ||| 1 ||| ||| 1 1
-Texas , Mr [X][X] [X] ||| Texas , George W. [X][X] [X] ||| 1 ||| ||| 0.392857 0.392857
-Texas , Mr [X][X] who [X] ||| Texas , George W. [X][X] der [X] ||| 1 ||| ||| 0.142857 0.142857
-Texas [X] ||| Texas [X] ||| 1 ||| ||| 1 1
-killings [X] ||| Toten [X] ||| 1 ||| ||| 1 1
-environmental information [X] ||| Umweltinformationen [X] ||| 1 ||| ||| 1 1
-environmental information [X][X] . [X] ||| Umweltinformationen [X][X] . [X] ||| 1 ||| ||| 0.142857 0.142857
-environmental information is [X][X] right [X] ||| Umweltinformationen [X][X] Recht ist [X] ||| 1 ||| ||| 0.111111 0.111111
-environmental information [X][X] [X] ||| Umweltinformationen [X][X] [X] ||| 1 ||| ||| 0.253968 0.253968
-environmental information is [X][X] . [X] ||| Umweltinformationen [X][X] ist . [X] ||| 1 ||| ||| 0.142857 0.142857
-environmental information is [X][X] [X] ||| Umweltinformationen [X][X] ist [X] ||| 1 ||| ||| 0.222222 0.111111
-environmental information is a [X][X] [X] ||| Umweltinformationen [X][X] ist [X] ||| 1 ||| ||| 0.222222 0.111111
-environmental information [X][X] constitutional right [X] ||| Umweltinformationen konstitutionelles Recht [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-Community [X] ||| Union [X] ||| 1 ||| ||| 2 1
-Union [X] ||| Union [X] ||| 1 ||| ||| 2 1
-inadmissibility . [X] ||| Unzulässigkeit geben ? [X] ||| 1 ||| ||| 1 1
-inadmissibility [X] ||| Unzulässigkeit geben [X] ||| 1 ||| ||| 1 1
-America [X] ||| Vereinigten Staaten [X] ||| 1 ||| ||| 1 1
-condemned person [X] ||| Verurteilten [X] ||| 1 ||| ||| 1 1
-proposal to subvert it [X] ||| Vorschlag , diesen zu unterlaufen , [X] ||| 1 ||| ||| 0.333333 0.333333
-proposal to subvert it [X][X] [X] ||| Vorschlag , diesen zu unterlaufen , [X][X] [X] ||| 1 ||| ||| 0.215909 0.215909
-proposal to subvert it [X] ||| Vorschlag , diesen zu unterlaufen [X] ||| 1 ||| ||| 0.5 0.5
-proposal to subvert it [X][X] [X] ||| Vorschlag , diesen zu unterlaufen [X][X] [X] ||| 1 ||| ||| 0.215909 0.215909
-proposal [X] ||| Vorschlag [X] ||| 1 ||| ||| 1 1
-proposal [X][X] [X] ||| Vorschlag [X][X] , [X] ||| 1 ||| ||| 0.333333 0.333333
-proposal [X][X] would be [X][X] [X] ||| Vorschlag [X][X] , [X][X] wäre [X] ||| 1 ||| ||| 0.0909091 0.0909091
-proposal [X][X] . [X] ||| Vorschlag [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Evans has suggested . [X] ||| Vorschlag [X][X] Evans folgen . [X] ||| 1 ||| ||| 0.253968 0.253968
-[X][X] Evans has suggested [X] ||| Vorschlag [X][X] Evans folgen [X] ||| 1 ||| ||| 0.324675 0.233766
-do [X][X] Evans has suggested [X] ||| Vorschlag [X][X] Evans folgen [X] ||| 1 ||| ||| 0.324675 0.0909091
-[X][X] Mr Evans has suggested [X] ||| Vorschlag [X][X] Herrn Evans folgen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Mr [X][X] suggested . [X] ||| Vorschlag [X][X] Herrn [X][X] folgen . [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] Mr [X][X] suggested [X] ||| Vorschlag [X][X] Herrn [X][X] folgen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-proposal [X][X] [X] ||| Vorschlag [X][X] [X] ||| 1 ||| ||| 1.04924 1.04924
-proposal [X][X] would be [X][X] [X] ||| Vorschlag [X][X] [X][X] wäre [X] ||| 1 ||| ||| 0.181818 0.181818
-[X][X] has suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 1 ||| ||| 0.730158 0.253968
-[X][X] suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 1 ||| ||| 0.730158 0.253968
-do [X][X] has suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 1 ||| ||| 0.730158 0.111111
-do [X][X] suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 1 ||| ||| 0.730158 0.111111
-[X][X] has suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.64935 0.233766
-[X][X] suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.64935 0.233766
-do [X][X] has suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.64935 0.0909091
-do [X][X] suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.64935 0.0909091
-as Mr Evans has suggested [X] ||| Vorschlag von Herrn Evans folgen [X] ||| 1 ||| ||| 0.142857 0.142857
-as Mr [X][X] suggested . [X] ||| Vorschlag von Herrn [X][X] folgen . [X] ||| 1 ||| ||| 0.142857 0.142857
-as Mr [X][X] suggested [X] ||| Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| ||| 0.233766 0.142857
-do as Mr [X][X] suggested [X] ||| Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| ||| 0.233766 0.0909091
-as [X][X] has suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 1 ||| ||| 0.396825 0.142857
-as [X][X] suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 1 ||| ||| 0.396825 0.142857
-do as [X][X] suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 1 ||| ||| 0.396825 0.111111
-as [X][X] has suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.467532 0.142857
-as [X][X] suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.467532 0.142857
-do as [X][X] has suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.467532 0.0909091
-do as [X][X] suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.467532 0.0909091
-resumption [X] ||| Wiederaufnahme [X] ||| 1 ||| ||| 1 1
-resumption [X][X] session [X] ||| Wiederaufnahme [X][X] Sitzungsperiode [X] ||| 1 ||| ||| 0.25 0.25
-resumption [X][X] [X] ||| Wiederaufnahme [X][X] [X] ||| 1 ||| ||| 0.75 0.75
-resumption of the session [X] ||| Wiederaufnahme der Sitzungsperiode [X] ||| 1 ||| ||| 0.25 0.25
-resumption of the [X] ||| Wiederaufnahme der [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] of a [X] ||| Woche [X][X] eines [X] ||| 1 ||| ||| 0.2 0.2
-the execution [X] ||| Woche die Hinrichtung [X] ||| 1 ||| ||| 1 1
-the execution [X][X] [X] ||| Woche die Hinrichtung [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-the execution of a [X] ||| Woche die Hinrichtung eines [X] ||| 1 ||| ||| 0.2 0.2
-the [X] ||| Woche die [X] ||| 1 ||| ||| 1 1
-the [X][X] [X] ||| Woche die [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-have requested [X] ||| Wunsch [X] ||| 1 ||| ||| 5 1
-request [X] ||| Wunsch [X] ||| 1 ||| ||| 5 1
-requested [X] ||| Wunsch [X] ||| 1 ||| ||| 5 2
-the request [X] ||| Wunsch [X] ||| 1 ||| ||| 5 1
-request [X][X] , Mr Zimeray [X] ||| Wunsch [X][X] , Herrn Zimeray [X] ||| 1 ||| ||| 0.0357143 0.0357143
-request [X][X] , Mr [X] ||| Wunsch [X][X] , Herrn [X] ||| 1 ||| ||| 0.0942983 0.0526316
-the request [X][X] , Mr [X] ||| Wunsch [X][X] , Herrn [X] ||| 1 ||| ||| 0.0942983 0.0416667
-request [X][X] , Mr [X][X] [X] ||| Wunsch [X][X] , Herrn [X][X] [X] ||| 1 ||| ||| 0.027027 0.027027
-[X][X] have requested , [X] ||| Wunsch [X][X] , [X] ||| 1 ||| ||| 0.423491 0.0588235
-[X][X] have requested , on [X] ||| Wunsch [X][X] , [X] ||| 1 ||| ||| 0.423491 0.0384615
-[X][X] requested , [X] ||| Wunsch [X][X] , [X] ||| 1 ||| ||| 0.423491 0.0588235
-[X][X] requested , on [X] ||| Wunsch [X][X] , [X] ||| 1 ||| ||| 0.423491 0.0384615
-[X][X] requested , on behalf [X] ||| Wunsch [X][X] , [X] ||| 1 ||| ||| 0.423491 0.0333333
-request [X][X] , [X] ||| Wunsch [X][X] , [X] ||| 1 ||| ||| 0.423491 0.11036
-the request [X][X] , [X] ||| Wunsch [X][X] , [X] ||| 1 ||| ||| 0.423491 0.0852273
-request [X][X] , [X][X] , [X] ||| Wunsch [X][X] , [X][X] , [X] ||| 1 ||| ||| 0.027027 0.027027
-request [X][X] , [X][X] [X] ||| Wunsch [X][X] , [X][X] [X] ||| 1 ||| ||| 0.11488 0.0627413
-the request [X][X] , [X][X] [X] ||| Wunsch [X][X] , [X][X] [X] ||| 1 ||| ||| 0.11488 0.052139
-[X][X] have requested , [X] ||| Wunsch [X][X] - , [X] ||| 1 ||| ||| 0.227903 0.0588235
-[X][X] have requested , on [X] ||| Wunsch [X][X] - , [X] ||| 1 ||| ||| 0.227903 0.0384615
-[X][X] requested , [X] ||| Wunsch [X][X] - , [X] ||| 1 ||| ||| 0.227903 0.0588235
-[X][X] requested , on [X] ||| Wunsch [X][X] - , [X] ||| 1 ||| ||| 0.227903 0.0384615
-[X][X] requested , on behalf [X] ||| Wunsch [X][X] - , [X] ||| 1 ||| ||| 0.227903 0.0333333
-[X][X] have requested [X] ||| Wunsch [X][X] - [X] ||| 1 ||| ||| 0.095238 0.047619
-[X][X] requested [X] ||| Wunsch [X][X] - [X] ||| 1 ||| ||| 0.095238 0.047619
-[X][X] have requested [X][X] [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| ||| 0.371547 0.104053
-[X][X] have requested [X][X] behalf [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| ||| 0.371547 0.0333333
-[X][X] have requested [X][X] of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| ||| 0.371547 0.0322581
-[X][X] requested [X][X] [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| ||| 0.371547 0.104053
-[X][X] requested [X][X] behalf [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| ||| 0.371547 0.0333333
-[X][X] requested [X][X] behalf of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| ||| 0.371547 0.0322581
-[X][X] requested [X][X] of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| ||| 0.371547 0.0322581
-request [X][X] Mr Zimeray , [X] ||| Wunsch [X][X] Herrn Zimeray , [X] ||| 1 ||| ||| 0.027027 0.027027
-request [X][X] Mr Zimeray [X] ||| Wunsch [X][X] Herrn Zimeray [X] ||| 1 ||| ||| 0.0651261 0.0357143
-the request [X][X] Mr Zimeray [X] ||| Wunsch [X][X] Herrn Zimeray [X] ||| 1 ||| ||| 0.0651261 0.0294118
-request [X][X] Mr [X] ||| Wunsch [X][X] Herrn [X] ||| 1 ||| ||| 0.0942983 0.0526316
-the request [X][X] Mr [X] ||| Wunsch [X][X] Herrn [X] ||| 1 ||| ||| 0.0942983 0.0416667
-request [X][X] Mr [X][X] [X] ||| Wunsch [X][X] Herrn [X][X] [X] ||| 1 ||| ||| 0.0497543 0.027027
-the request [X][X] Mr [X][X] [X] ||| Wunsch [X][X] Herrn [X][X] [X] ||| 1 ||| ||| 0.0497543 0.0227273
-[X][X] Members have requested , [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - , [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.095238 0.047619
-[X][X] of Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.095238 0.047619
-[X][X] Members have requested [X][X] [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X][X] [X] ||| 1 ||| ||| 0.104053 0.104053
-[X][X] Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.153846 0.0769231
-[X][X] of Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.153846 0.0769231
-[X][X] Members have requested [X][X] [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X][X] [X] ||| 1 ||| ||| 0.104053 0.104053
-request [X][X] Member , Mr [X] ||| Wunsch [X][X] Mitglieds , Herrn [X] ||| 1 ||| ||| 0.0526316 0.0526316
-request [X][X] Member , [X] ||| Wunsch [X][X] Mitglieds , [X] ||| 1 ||| ||| 0.145833 0.0833333
-the request [X][X] Member , [X] ||| Wunsch [X][X] Mitglieds , [X] ||| 1 ||| ||| 0.145833 0.0625
-request [X][X] Member , [X][X] [X] ||| Wunsch [X][X] Mitglieds , [X][X] [X] ||| 1 ||| ||| 0.0627413 0.0627413
-request [X][X] Member [X] ||| Wunsch [X][X] Mitglieds [X] ||| 1 ||| ||| 0.242857 0.142857
-the request [X][X] Member [X] ||| Wunsch [X][X] Mitglieds [X] ||| 1 ||| ||| 0.242857 0.1
-request [X][X] Member [X][X] , [X] ||| Wunsch [X][X] Mitglieds [X][X] , [X] ||| 1 ||| ||| 0.027027 0.027027
-request [X][X] Member [X][X] Zimeray [X] ||| Wunsch [X][X] Mitglieds [X][X] Zimeray [X] ||| 1 ||| ||| 0.0357143 0.0357143
-request [X][X] Member [X][X] [X] ||| Wunsch [X][X] Mitglieds [X][X] [X] ||| 1 ||| ||| 0.209179 0.115373
-the request [X][X] Member [X][X] [X] ||| Wunsch [X][X] Mitglieds [X][X] [X] ||| 1 ||| ||| 0.209179 0.0938057
-request [X][X] Zimeray , [X] ||| Wunsch [X][X] Zimeray , [X] ||| 1 ||| ||| 0.0497543 0.027027
-the request [X][X] Zimeray , [X] ||| Wunsch [X][X] Zimeray , [X] ||| 1 ||| ||| 0.0497543 0.0227273
-request [X][X] Zimeray [X] ||| Wunsch [X][X] Zimeray [X] ||| 1 ||| ||| 0.0651261 0.0357143
-the request [X][X] Zimeray [X] ||| Wunsch [X][X] Zimeray [X] ||| 1 ||| ||| 0.0651261 0.0294118
-[X][X] have requested [X] ||| Wunsch [X][X] [X] ||| 1 ||| ||| 2.47195 0.124542
-[X][X] requested [X] ||| Wunsch [X][X] [X] ||| 1 ||| ||| 2.47195 0.124542
-request [X][X] [X] ||| Wunsch [X][X] [X] ||| 1 ||| ||| 2.47195 1.09156
-requested [X][X] [X] ||| Wunsch [X][X] [X] ||| 1 ||| ||| 2.47195 0.375
-the request [X][X] [X] ||| Wunsch [X][X] [X] ||| 1 ||| ||| 2.47195 0.756306
-[X][X] of [X][X] requested , [X] ||| Wunsch [X][X] [X][X] , [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] of [X][X] requested , [X] ||| Wunsch [X][X] [X][X] - , [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] of [X][X] requested [X] ||| Wunsch [X][X] [X][X] - [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] have requested [X][X] [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| ||| 0.867636 0.208106
-[X][X] have requested [X][X] behalf [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| ||| 0.867636 0.0666667
-[X][X] have requested [X][X] of [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| ||| 0.867636 0.0645161
-[X][X] of [X][X] requested [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| ||| 0.867636 0.124542
-[X][X] requested [X][X] [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| ||| 0.867636 0.208106
-[X][X] requested [X][X] behalf [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| ||| 0.867636 0.0666667
-[X][X] requested [X][X] behalf of [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| ||| 0.867636 0.0645161
-[X][X] requested [X][X] of [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| ||| 0.867636 0.0645161
-request [X][X] French Member , [X] ||| Wunsch [X][X] französischen Mitglieds , [X] ||| 1 ||| ||| 0.0833333 0.0833333
-request [X][X] French Member [X] ||| Wunsch [X][X] französischen Mitglieds [X] ||| 1 ||| ||| 0.242857 0.142857
-the request [X][X] French Member [X] ||| Wunsch [X][X] französischen Mitglieds [X] ||| 1 ||| ||| 0.242857 0.1
-request [X][X] French Member [X][X] [X] ||| Wunsch [X][X] französischen Mitglieds [X][X] [X] ||| 1 ||| ||| 0.115373 0.115373
-request [X][X] French [X] ||| Wunsch [X][X] französischen [X] ||| 1 ||| ||| 0.416667 0.25
-the request [X][X] French [X] ||| Wunsch [X][X] französischen [X] ||| 1 ||| ||| 0.416667 0.166667
-request [X][X] French [X][X] , [X] ||| Wunsch [X][X] französischen [X][X] , [X] ||| 1 ||| ||| 0.027027 0.027027
-request [X][X] French [X][X] Mr [X] ||| Wunsch [X][X] französischen [X][X] Herrn [X] ||| 1 ||| ||| 0.0526316 0.0526316
-request [X][X] French [X][X] Zimeray [X] ||| Wunsch [X][X] französischen [X][X] Zimeray [X] ||| 1 ||| ||| 0.0357143 0.0357143
-request [X][X] French [X][X] [X] ||| Wunsch [X][X] französischen [X][X] [X] ||| 1 ||| ||| 0.355012 0.198706
-the request [X][X] French [X][X] [X] ||| Wunsch [X][X] französischen [X][X] [X] ||| 1 ||| ||| 0.355012 0.156306
-requested [X][X] on [X] ||| Wunsch [X][X] im [X] ||| 1 ||| ||| 0.125 0.125
-request of a [X] ||| Wunsch eines [X] ||| 1 ||| ||| 0.833333 0.5
-the request of a [X] ||| Wunsch eines [X] ||| 1 ||| ||| 0.833333 0.333333
-request of a [X][X] , [X] ||| Wunsch eines [X][X] , [X] ||| 1 ||| ||| 0.11036 0.11036
-request of a [X][X] Mr [X] ||| Wunsch eines [X][X] Herrn [X] ||| 1 ||| ||| 0.0526316 0.0526316
-request of a [X][X] Zimeray [X] ||| Wunsch eines [X][X] Zimeray [X] ||| 1 ||| ||| 0.0357143 0.0357143
-request of a [X][X] [X] ||| Wunsch eines [X][X] [X] ||| 1 ||| ||| 0.597869 0.341563
-the request of a [X][X] [X] ||| Wunsch eines [X][X] [X] ||| 1 ||| ||| 0.597869 0.256306
-request of a French Member [X] ||| Wunsch eines französischen Mitglieds [X] ||| 1 ||| ||| 0.142857 0.142857
-request of a French [X] ||| Wunsch eines französischen [X] ||| 1 ||| ||| 0.416667 0.25
-the request of a French [X] ||| Wunsch eines französischen [X] ||| 1 ||| ||| 0.416667 0.166667
-request of a French [X][X] [X] ||| Wunsch eines französischen [X][X] [X] ||| 1 ||| ||| 0.198706 0.198706
-a [X][X] have requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 1 ||| ||| 0.214932 0.0588235
-a [X][X] requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 1 ||| ||| 0.214932 0.0588235
-a [X][X] requested , on [X] ||| Wunsch einiger [X][X] , [X] ||| 1 ||| ||| 0.214932 0.0384615
-a number [X][X] requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 1 ||| ||| 0.214932 0.0588235
-a [X][X] have requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 1 ||| ||| 0.214932 0.0588235
-a [X][X] requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 1 ||| ||| 0.214932 0.0588235
-a [X][X] requested , on [X] ||| Wunsch einiger [X][X] - , [X] ||| 1 ||| ||| 0.214932 0.0384615
-a number [X][X] requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 1 ||| ||| 0.214932 0.0588235
-a [X][X] have requested [X] ||| Wunsch einiger [X][X] - [X] ||| 1 ||| ||| 0.238095 0.047619
-a [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 1 ||| ||| 0.238095 0.047619
-a number [X][X] have requested [X] ||| Wunsch einiger [X][X] - [X] ||| 1 ||| ||| 0.238095 0.047619
-a number [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 1 ||| ||| 0.238095 0.047619
-a number of [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 1 ||| ||| 0.238095 0.047619
-a [X][X] have requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 1 ||| ||| 0.37775 0.104053
-a [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 1 ||| ||| 0.37775 0.104053
-a [X][X] requested [X][X] behalf [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 1 ||| ||| 0.37775 0.0333333
-a [X][X] requested [X][X] of [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 1 ||| ||| 0.37775 0.0322581
-a number [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 1 ||| ||| 0.37775 0.104053
-a [X][X] have requested [X] ||| Wunsch einiger [X][X] [X] ||| 1 ||| ||| 0.62271 0.124542
-a [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 1 ||| ||| 0.62271 0.124542
-a number [X][X] have requested [X] ||| Wunsch einiger [X][X] [X] ||| 1 ||| ||| 0.62271 0.124542
-a number [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 1 ||| ||| 0.62271 0.124542
-a number of [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 1 ||| ||| 0.62271 0.124542
-a [X][X] have requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 1 ||| ||| 0.755501 0.208106
-a [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 1 ||| ||| 0.755501 0.208106
-a [X][X] requested [X][X] behalf [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 1 ||| ||| 0.755501 0.0666667
-a [X][X] requested [X][X] of [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 1 ||| ||| 0.755501 0.0645161
-a number [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 1 ||| ||| 0.755501 0.208106
-requested [X] ||| Wunsch nach [X] ||| 1 ||| ||| 1 1
-requested [X][X] [X] ||| Wunsch nach [X][X] [X] ||| 1 ||| ||| 0.375 0.375
-requested [X][X] on [X] ||| Wunsch nach [X][X] im [X] ||| 1 ||| ||| 0.125 0.125
-requested a debate [X] ||| Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.25 0.25
-requested a debate on [X] ||| Wunsch nach einer Aussprache im [X] ||| 1 ||| ||| 0.125 0.125
-requested a [X] ||| Wunsch nach einer [X] ||| 1 ||| ||| 1 1
-requested a [X][X] [X] ||| Wunsch nach einer [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-Zimeray , [X] ||| Zimeray , [X] ||| 1 ||| ||| 1 1
-Zimeray , [X][X] , [X] ||| Zimeray , [X][X] , [X] ||| 1 ||| ||| 0.125 0.125
-Zimeray , [X][X] , which [X] ||| Zimeray , [X][X] , die [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Zimeray , [X][X] , which [X] ||| Zimeray , [X][X] , die von [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Zimeray , [X][X] [X] ||| Zimeray , [X][X] [X] ||| 1 ||| ||| 0.590812 0.590812
-Zimeray , [X][X] which [X] ||| Zimeray , [X][X] die [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Zimeray , [X][X] which [X] ||| Zimeray , [X][X] die von [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Zimeray , a petition [X][X] [X] ||| Zimeray , [X][X] eine Petition [X] ||| 1 ||| ||| 0.166667 0.166667
-Zimeray , [X][X] presented , [X] ||| Zimeray , [X][X] eingereicht , [X] ||| 1 ||| ||| 0.125 0.125
-Zimeray , [X][X] presented [X] ||| Zimeray , [X][X] eingereicht [X] ||| 1 ||| ||| 0.166667 0.166667
-Zimeray , [X][X] presented [X][X] [X] ||| Zimeray , [X][X] eingereicht [X][X] [X] ||| 1 ||| ||| 0.132479 0.132479
-Zimeray , [X][X] presented [X][X] [X] ||| Zimeray , [X][X] eingereicht [X][X] von [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Zimeray , [X][X] [X] ||| Zimeray , [X][X] von [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Zimeray , [X][X] has [X][X] [X] ||| Zimeray , wurde [X][X] [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-Zimeray [X] ||| Zimeray [X] ||| 1 ||| ||| 1 1
-Zimeray [X][X] , [X] ||| Zimeray [X][X] , [X] ||| 1 ||| ||| 0.125 0.125
-Zimeray [X][X] , which [X] ||| Zimeray [X][X] , die [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Zimeray [X][X] , which [X] ||| Zimeray [X][X] , die von [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Zimeray [X][X] [X] ||| Zimeray [X][X] [X] ||| 1 ||| ||| 0.590812 0.590812
-Zimeray [X][X] which [X] ||| Zimeray [X][X] die [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Zimeray [X][X] which [X] ||| Zimeray [X][X] die von [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Zimeray [X][X] presented , [X] ||| Zimeray [X][X] eingereicht , [X] ||| 1 ||| ||| 0.125 0.125
-Zimeray [X][X] presented , which [X] ||| Zimeray [X][X] eingereicht , die [X] ||| 1 ||| ||| 0.0769231 0.0769231
-Zimeray [X][X] presented , which [X] ||| Zimeray [X][X] eingereicht , die von [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Zimeray [X][X] presented [X] ||| Zimeray [X][X] eingereicht [X] ||| 1 ||| ||| 0.166667 0.166667
-Zimeray [X][X] presented [X][X] [X] ||| Zimeray [X][X] eingereicht [X][X] [X] ||| 1 ||| ||| 0.132479 0.132479
-Zimeray [X][X] presented [X][X] [X] ||| Zimeray [X][X] eingereicht [X][X] von [X] ||| 1 ||| ||| 0.0555556 0.0555556
-Zimeray [X][X] [X] ||| Zimeray [X][X] von [X] ||| 1 ||| ||| 0.0555556 0.0555556
-[X][X] ) [X] ||| [X][X] ) [X] ||| 1 ||| ||| 1.125 1.125
-[X][X] , Madam President , [X] ||| [X][X] , Frau Präsidentin , [X] ||| 1 ||| ||| 0.142337 0.142337
-[X][X] , Madam President , [X] ||| [X][X] , Frau Präsidentin , der [X] ||| 1 ||| ||| 0.0815346 0.0815346
-[X][X] , Madam President [X] ||| [X][X] , Frau Präsidentin [X] ||| 1 ||| ||| 0.229545 0.229545
-[X][X] , Madam [X] ||| [X][X] , Frau [X] ||| 1 ||| ||| 0.403095 0.403095
-[X][X] , Madam [X][X] [X] ||| [X][X] , Frau [X][X] [X] ||| 1 ||| ||| 0.223871 0.223871
-[X][X] , Madam [X][X] [X] ||| [X][X] , Frau [X][X] der [X] ||| 1 ||| ||| 0.0815346 0.0815346
-[X][X] , Mr Zimeray , [X] ||| [X][X] , Herrn Zimeray , [X] ||| 1 ||| ||| 0.1381 0.1381
-[X][X] , Mr Zimeray [X] ||| [X][X] , Herrn Zimeray [X] ||| 1 ||| ||| 0.257456 0.228044
-the [X][X] , Mr Zimeray [X] ||| [X][X] , Herrn Zimeray [X] ||| 1 ||| ||| 0.257456 0.0294118
-[X][X] , Mr [X] ||| [X][X] , Herrn [X] ||| 1 ||| ||| 0.406319 0.364652
-the [X][X] , Mr [X] ||| [X][X] , Herrn [X] ||| 1 ||| ||| 0.406319 0.0416667
-[X][X] , Mr [X][X] [X] ||| [X][X] , Herrn [X][X] [X] ||| 1 ||| ||| 0.160827 0.1381
-the [X][X] , Mr [X][X] [X] ||| [X][X] , Herrn [X][X] [X] ||| 1 ||| ||| 0.160827 0.0227273
-, [X][X] [X] ||| [X][X] , [X] ||| 1 ||| ||| 11.6431 0.0625
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| ||| 11.6431 10.2259
-[X][X] , on [X] ||| [X][X] , [X] ||| 1 ||| ||| 11.6431 0.0384615
-[X][X] , on behalf [X] ||| [X][X] , [X] ||| 1 ||| ||| 11.6431 0.0333333
-[X][X] , on behalf of [X] ||| [X][X] , [X] ||| 1 ||| ||| 11.6431 0.0322581
-[X][X] that [X] ||| [X][X] , [X] ||| 1 ||| ||| 11.6431 0.683766
-indeed , [X][X] [X] ||| [X][X] , [X] ||| 1 ||| ||| 11.6431 0.0714286
-the [X][X] , [X] ||| [X][X] , [X] ||| 1 ||| ||| 11.6431 0.36215
-to [X][X] , [X] ||| [X][X] , [X] ||| 1 ||| ||| 11.6431 0.0666667
-to the [X][X] , [X] ||| [X][X] , [X] ||| 1 ||| ||| 11.6431 0.0666667
-[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 1 ||| ||| 0.697446 0.641385
-the [X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 1 ||| ||| 0.697446 0.0560606
-[X][X] , [X][X] , i.e. [X] ||| [X][X] , [X][X] , d. h. [X] ||| 1 ||| ||| 0.110145 0.110145
-[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , der [X] ||| 1 ||| ||| 0.0815346 0.0815346
-[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.087037 0.087037
-[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] , [X][X] . [X] ||| [X][X] , [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , [X][X] Thursday prior [X] ||| [X][X] , [X][X] Donnerstag [X] ||| 1 ||| ||| 0.163095 0.163095
-[X][X] , [X][X] Governor [X] ||| [X][X] , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0778722 0.0389361
-[X][X] , [X][X] the Governor [X] ||| [X][X] , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0778722 0.0389361
-[X][X] , [X][X] President [X] ||| [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.156856 0.156856
-[X][X] , [X][X] President and [X] ||| [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0916759 0.0916759
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| ||| 6.0502 5.25926
-[X][X] , [X][X] do [X] ||| [X][X] , [X][X] [X] ||| 1 ||| ||| 6.0502 0.2253
-[X][X] , [X][X] people [X] ||| [X][X] , [X][X] [X] ||| 1 ||| ||| 6.0502 0.05
-[X][X] , [X][X] the [X] ||| [X][X] , [X][X] [X] ||| 1 ||| ||| 6.0502 0.0649131
-[X][X] , [X][X] to [X] ||| [X][X] , [X][X] [X] ||| 1 ||| ||| 6.0502 0.0701754
-[X][X] , [X][X] to the [X] ||| [X][X] , [X][X] [X] ||| 1 ||| ||| 6.0502 0.0649131
-[X][X] that [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| ||| 6.0502 0.111111
-the [X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| ||| 6.0502 0.20452
-[X][X] , [X][X] on [X] ||| [X][X] , [X][X] am [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] , raise [X][X] , [X] ||| [X][X] , [X][X] ansprechen , [X] ||| 1 ||| ||| 0.161406 0.161406
-[X][X] , raise [X][X] [X] ||| [X][X] , [X][X] ansprechen [X] ||| 1 ||| ||| 0.234878 0.234878
-[X][X] , [X][X] i.e. [X] ||| [X][X] , [X][X] d. h. [X] ||| 1 ||| ||| 0.110145 0.110145
-[X][X] , [X][X] i.e. on [X] ||| [X][X] , [X][X] d. h. am [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] dem [X] ||| 1 ||| ||| 0.330685 0.244022
-[X][X] , [X][X] do [X] ||| [X][X] , [X][X] dem [X] ||| 1 ||| ||| 0.330685 0.0866631
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] der [X] ||| 1 ||| ||| 0.0815346 0.0815346
-[X][X] , a petition [X][X] [X] ||| [X][X] , [X][X] eine Petition [X] ||| 1 ||| ||| 0.263889 0.263889
-[X][X] , [X][X] an [X] ||| [X][X] , [X][X] eine [X] ||| 1 ||| ||| 0.112755 0.112755
-[X][X] , [X][X] presented , [X] ||| [X][X] , [X][X] eingereicht , [X] ||| 1 ||| ||| 0.0769231 0.0769231
-[X][X] , [X][X] presented [X] ||| [X][X] , [X][X] eingereicht [X] ||| 1 ||| ||| 0.158824 0.158824
-[X][X] , I [X][X] [X] ||| [X][X] , [X][X] ich [X] ||| 1 ||| ||| 0.138636 0.138636
-[X][X] , I [X][X] [X] ||| [X][X] , [X][X] ich dem [X] ||| 1 ||| ||| 0.0866631 0.0866631
-[X][X] , [X][X] and [X] ||| [X][X] , [X][X] und [X] ||| 1 ||| ||| 0.161851 0.0916759
-[X][X] , [X][X] and to [X] ||| [X][X] , [X][X] und [X] ||| 1 ||| ||| 0.161851 0.0701754
-[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.087037 0.087037
-[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] , [X][X] wish , [X] ||| [X][X] , [X][X] wollen , [X] ||| 1 ||| ||| 0.122619 0.122619
-[X][X] , [X][X] wish [X] ||| [X][X] , [X][X] wollen [X] ||| 1 ||| ||| 0.22549 0.177871
-the [X][X] , [X][X] wish [X] ||| [X][X] , [X][X] wollen [X] ||| 1 ||| ||| 0.22549 0.047619
-[X][X] would be [X][X] . [X] ||| [X][X] , [X][X] wäre . [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] would be [X][X] [X] ||| [X][X] , [X][X] wäre [X] ||| 1 ||| ||| 0.3171 0.3171
-[X][X] , [X][X] to [X] ||| [X][X] , [X][X] zu [X] ||| 1 ||| ||| 0.087037 0.087037
-[X][X] signed , including myself [X] ||| [X][X] , auch von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.087037 0.087037
-[X][X] signed , including myself [X] ||| [X][X] , auch von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] , to [X] ||| [X][X] , bei [X] ||| 1 ||| ||| 0.51661 0.51661
-[X][X] , to [X][X] Governor [X] ||| [X][X] , bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0389361 0.0389361
-[X][X] , to [X][X] [X] ||| [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.557644 0.422556
-[X][X] , to [X][X] the [X] ||| [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.557644 0.0649131
-[X][X] , to [X][X] to [X] ||| [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.557644 0.0701754
-[X][X] , to [X][X] and [X] ||| [X][X] , bei [X][X] und [X] ||| 1 ||| ||| 0.0916759 0.0916759
-[X][X] , to the President [X] ||| [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.156856 0.156856
-[X][X] , to the [X] ||| [X][X] , bei dem [X] ||| 1 ||| ||| 0.280024 0.280024
-[X][X] , to the [X][X] [X] ||| [X][X] , bei dem [X][X] [X] ||| 1 ||| ||| 0.265701 0.265701
-[X][X] , i.e. [X] ||| [X][X] , d. h. [X] ||| 1 ||| ||| 0.553002 0.553002
-[X][X] , i.e. [X][X] [X] ||| [X][X] , d. h. [X][X] [X] ||| 1 ||| ||| 0.250132 0.250132
-[X][X] , i.e. [X][X] to [X] ||| [X][X] , d. h. [X][X] zu [X] ||| 1 ||| ||| 0.087037 0.087037
-[X][X] , i.e. on [X] ||| [X][X] , d. h. am [X] ||| 1 ||| ||| 0.32608 0.32608
-[X][X] , i.e. on [X][X] [X] ||| [X][X] , d. h. am [X][X] [X] ||| 1 ||| ||| 0.250132 0.250132
-[X][X] , [X] ||| [X][X] , daß [X] ||| 1 ||| ||| 1.6516 0.25
-[X][X] that [X] ||| [X][X] , daß [X] ||| 1 ||| ||| 1.6516 1.34277
-have [X][X] that [X] ||| [X][X] , daß [X] ||| 1 ||| ||| 1.6516 0.0588235
-[X][X] that [X][X] stability [X] ||| [X][X] , daß [X][X] Stabilität [X] ||| 1 ||| ||| 0.0464743 0.025641
-[X][X] that [X][X] stability is [X] ||| [X][X] , daß [X][X] Stabilität [X] ||| 1 ||| ||| 0.0464743 0.0208333
-[X][X] that [X][X] , [X] ||| [X][X] , daß [X][X] [X] ||| 1 ||| ||| 1.14709 0.14359
-[X][X] that [X][X] [X] ||| [X][X] , daß [X][X] [X] ||| 1 ||| ||| 1.14709 0.877539
-[X][X] that [X][X] have [X] ||| [X][X] , daß [X][X] [X] ||| 1 ||| ||| 1.14709 0.105128
-[X][X] that [X][X] is [X] ||| [X][X] , daß [X][X] [X] ||| 1 ||| ||| 1.14709 0.0208333
-[X][X] that [X][X] , access [X] ||| [X][X] , daß [X][X] der Zugang [X] ||| 1 ||| ||| 0.181818 0.0909091
-[X][X] that [X][X] access [X] ||| [X][X] , daß [X][X] der Zugang [X] ||| 1 ||| ||| 0.181818 0.0909091
-[X][X] that [X][X] of [X] ||| [X][X] , daß [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] that [X][X] of relative [X] ||| [X][X] , daß [X][X] der relativen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] that [X][X] a [X] ||| [X][X] , daß [X][X] einen [X] ||| 1 ||| ||| 0.0338984 0.0169492
-[X][X] that [X][X] is a [X] ||| [X][X] , daß [X][X] einen [X] ||| 1 ||| ||| 0.0338984 0.0169492
-[X][X] that in Russia [X][X] [X] ||| [X][X] , daß [X][X] in Rußland [X] ||| 1 ||| ||| 0.29359 0.29359
-[X][X] that [X][X] relative stability [X] ||| [X][X] , daß [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] that [X][X] relative [X] ||| [X][X] , daß [X][X] relativen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] that [X][X] , too [X] ||| [X][X] , daß auch [X][X] [X] ||| 1 ||| ||| 0.44359 0.15
-[X][X] that [X][X] too , [X] ||| [X][X] , daß auch [X][X] [X] ||| 1 ||| ||| 0.44359 0.14359
-[X][X] that [X][X] too [X] ||| [X][X] , daß auch [X][X] [X] ||| 1 ||| ||| 0.44359 0.15
-[X][X] that in [X][X] too [X] ||| [X][X] , daß auch in [X][X] [X] ||| 1 ||| ||| 0.15 0.15
-[X][X] that the courts [X] ||| [X][X] , daß das Gericht [X] ||| 1 ||| ||| 0.251593 0.146465
-[X][X] that the courts have [X] ||| [X][X] , daß das Gericht [X] ||| 1 ||| ||| 0.251593 0.105128
-[X][X] that the [X] ||| [X][X] , daß das [X] ||| 1 ||| ||| 0.233766 0.233766
-[X][X] that the [X][X] [X] ||| [X][X] , daß das [X][X] [X] ||| 1 ||| ||| 0.105128 0.105128
-[X][X] that the principle [X] ||| [X][X] , daß der Grundsatz [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] that the principle [X][X] [X] ||| [X][X] , daß der Grundsatz [X][X] [X] ||| 1 ||| ||| 0.0979063 0.0979063
-[X][X] that the principle of [X] ||| [X][X] , daß der Grundsatz der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] that the [X] ||| [X][X] , daß der [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] that the [X][X] stability [X] ||| [X][X] , daß der [X][X] Stabilität [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] that the [X][X] [X] ||| [X][X] , daß der [X][X] [X] ||| 1 ||| ||| 0.171371 0.150538
-[X][X] that the [X][X] is [X] ||| [X][X] , daß der [X][X] [X] ||| 1 ||| ||| 0.171371 0.0208333
-[X][X] that the [X][X] a [X] ||| [X][X] , daß der [X][X] einen [X] ||| 1 ||| ||| 0.0169492 0.0169492
-[X][X] that the [X][X] relative [X] ||| [X][X] , daß der [X][X] relativen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] , he [X] ||| [X][X] , daß er [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , [X] ||| [X][X] , der [X] ||| 1 ||| ||| 2.19671 0.523201
-[X][X] , who [X] ||| [X][X] , der [X] ||| 1 ||| ||| 2.19671 1.51795
-the [X][X] , who [X] ||| [X][X] , der [X] ||| 1 ||| ||| 2.19671 0.0555556
-to [X][X] , who [X] ||| [X][X] , der [X] ||| 1 ||| ||| 2.19671 0.05
-to the [X][X] , who [X] ||| [X][X] , der [X] ||| 1 ||| ||| 2.19671 0.05
-[X][X] you [X] ||| [X][X] , die Sie [X] ||| 1 ||| ||| 0.414866 0.414866
-[X][X] you [X][X] President [X] ||| [X][X] , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-[X][X] you [X][X] [X] ||| [X][X] , die Sie [X][X] [X] ||| 1 ||| ||| 0.241197 0.241197
-[X][X] you [X][X] to [X] ||| [X][X] , die Sie [X][X] bei [X] ||| 1 ||| ||| 0.0661201 0.0661201
-[X][X] you [X][X] to the [X] ||| [X][X] , die Sie [X][X] bei dem [X] ||| 1 ||| ||| 0.0353335 0.0353335
-[X][X] you [X][X] the President [X] ||| [X][X] , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-[X][X] you [X][X] the [X] ||| [X][X] , die Sie [X][X] dem [X] ||| 1 ||| ||| 0.0353335 0.0353335
-[X][X] you represent , [X] ||| [X][X] , die Sie vertreten , [X] ||| 1 ||| ||| 0.12335 0.12335
-[X][X] you represent , [X][X] [X] ||| [X][X] , die Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.051727 0.051727
-[X][X] you represent , to [X] ||| [X][X] , die Sie vertreten , bei [X] ||| 1 ||| ||| 0.0661201 0.0661201
-[X][X] you represent [X] ||| [X][X] , die Sie vertreten [X] ||| 1 ||| ||| 0.207519 0.207519
-[X][X] you represent [X][X] President [X] ||| [X][X] , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-[X][X] you represent [X][X] [X] ||| [X][X] , die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.117847 0.117847
-[X][X] you represent [X][X] the [X] ||| [X][X] , die Sie vertreten [X][X] dem [X] ||| 1 ||| ||| 0.0353335 0.0353335
-, [X][X] [X] ||| [X][X] , die [X] ||| 1 ||| ||| 2.12276 0.0625
-[X][X] , which [X] ||| [X][X] , die [X] ||| 1 ||| ||| 2.12276 0.354701
-[X][X] that [X] ||| [X][X] , die [X] ||| 1 ||| ||| 2.12276 1.40556
-[X][X] which [X] ||| [X][X] , die [X] ||| 1 ||| ||| 2.12276 0.25
-indeed , [X][X] [X] ||| [X][X] , die [X] ||| 1 ||| ||| 2.12276 0.05
-[X][X] that [X][X] . [X] ||| [X][X] , die [X][X] . [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] , which [X][X] [X] ||| [X][X] , die [X][X] [X] ||| 1 ||| ||| 0.158824 0.05
-[X][X] that [X][X] [X] ||| [X][X] , die [X][X] [X] ||| 1 ||| ||| 0.158824 0.108824
-[X][X] , which [X] ||| [X][X] , die von [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] , which [X][X] [X] ||| [X][X] , die von [X][X] [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] , which many [X] ||| [X][X] , die von vielen [X] ||| 1 ||| ||| 0.183333 0.133333
-[X][X] , which many people [X] ||| [X][X] , die von vielen [X] ||| 1 ||| ||| 0.183333 0.05
-[X][X] that we [X] ||| [X][X] , die wir [X] ||| 1 ||| ||| 0.291667 0.291667
-[X][X] that we [X][X] . [X] ||| [X][X] , die wir [X][X] . [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] that we [X][X] [X] ||| [X][X] , die wir [X][X] [X] ||| 1 ||| ||| 0.108824 0.108824
-[X][X] that we have [X][X] [X] ||| [X][X] , die wir [X][X] haben [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] , raise this question [X] ||| [X][X] , diese Frage ansprechen [X] ||| 1 ||| ||| 0.234878 0.234878
-[X][X] to subvert it [X] ||| [X][X] , diesen zu unterlaufen , [X] ||| 1 ||| ||| 0.30303 0.30303
-[X][X] to subvert it [X][X] [X] ||| [X][X] , diesen zu unterlaufen , [X][X] [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] to subvert it [X] ||| [X][X] , diesen zu unterlaufen [X] ||| 1 ||| ||| 0.535014 0.535014
-[X][X] to subvert it [X][X] [X] ||| [X][X] , diesen zu unterlaufen [X][X] [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] an objection [X] ||| [X][X] , einen Einwand gegen [X] ||| 1 ||| ||| 0.206782 0.139105
-[X][X] raise an objection [X] ||| [X][X] , einen Einwand gegen [X] ||| 1 ||| ||| 0.206782 0.0676768
-[X][X] an [X] ||| [X][X] , einen [X] ||| 1 ||| ||| 0.455483 0.29917
-[X][X] raise an [X] ||| [X][X] , einen [X] ||| 1 ||| ||| 0.455483 0.156313
-Thursday [X][X] , for [X] ||| [X][X] , für Donnerstag [X] ||| 1 ||| ||| 0.583333 0.25
-next Thursday [X][X] , for [X] ||| [X][X] , für Donnerstag [X] ||| 1 ||| ||| 0.583333 0.333333
-[X][X] , for [X] ||| [X][X] , für [X] ||| 1 ||| ||| 0.242857 0.242857
-[X][X] that there have been [X] ||| [X][X] , gab es [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] , I [X] ||| [X][X] , ich [X] ||| 1 ||| ||| 0.310207 0.310207
-[X][X] , I [X][X] [X] ||| [X][X] , ich [X][X] [X] ||| 1 ||| ||| 0.145013 0.145013
-[X][X] , I feel [X] ||| [X][X] , ich denke , daß [X] ||| 1 ||| ||| 0.178023 0.178023
-[X][X] , I feel [X][X] [X] ||| [X][X] , ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.0322581 0.0322581
-[X][X] , I feel an [X] ||| [X][X] , ich denke , daß eine [X] ||| 1 ||| ||| 0.112755 0.112755
-, in Texas [X][X] , [X] ||| [X][X] , in Texas , [X] ||| 1 ||| ||| 0.277778 0.277778
-, in Texas [X][X] [X] ||| [X][X] , in Texas [X] ||| 1 ||| ||| 0.291667 0.291667
-[X][X] in [X] ||| [X][X] , mit [X] ||| 1 ||| ||| 0.367857 0.367857
-[X][X] in [X][X] [X] ||| [X][X] , mit [X][X] [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] in which [X] ||| [X][X] , mit dem [X] ||| 1 ||| ||| 0.215909 0.215909
-[X][X] in which [X] ||| [X][X] , mit dem sich [X] ||| 1 ||| ||| 0.162338 0.162338
-[X][X] in which this [X] ||| [X][X] , mit dem sich dieses [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] would be legally inadmissible [X] ||| [X][X] , rechtlich unzulässig wäre [X] ||| 1 ||| ||| 0.3171 0.3171
-people signed [X][X] [X] ||| [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.0833333
-signed [X][X] [X] ||| [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.142857
-people signed [X][X] . [X] ||| [X][X] , unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.05
-signed [X][X] . [X] ||| [X][X] , unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.111111
-people signed [X][X] [X] ||| [X][X] , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.0588235
-signed [X][X] [X] ||| [X][X] , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.142857
-[X][X] because [X] ||| [X][X] , weil [X] ||| 1 ||| ||| 0.0238095 0.0238095
-[X][X] because the [X] ||| [X][X] , weil der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] for you , Madam [X] ||| [X][X] , wenn Sie , Frau [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] for you , [X] ||| [X][X] , wenn Sie , [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] for you , [X][X] [X] ||| [X][X] , wenn Sie , [X][X] [X] ||| 1 ||| ||| 0.0559441 0.0559441
-[X][X] , if you [X] ||| [X][X] , wenn Sie [X] ||| 1 ||| ||| 0.451191 0.279762
-[X][X] for you [X] ||| [X][X] , wenn Sie [X] ||| 1 ||| ||| 0.451191 0.1
-the [X][X] , if you [X] ||| [X][X] , wenn Sie [X] ||| 1 ||| ||| 0.451191 0.0714286
-[X][X] for you [X][X] , [X] ||| [X][X] , wenn Sie [X][X] , [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] for you [X][X] President [X] ||| [X][X] , wenn Sie [X][X] Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] , if you [X][X] [X] ||| [X][X] , wenn Sie [X][X] [X] ||| 1 ||| ||| 0.26023 0.164286
-[X][X] for you [X][X] [X] ||| [X][X] , wenn Sie [X][X] [X] ||| 1 ||| ||| 0.26023 0.0959441
-[X][X] , if you wish [X] ||| [X][X] , wenn Sie wollen [X] ||| 1 ||| ||| 0.177871 0.177871
-[X][X] , if [X] ||| [X][X] , wenn [X] ||| 1 ||| ||| 0.880555 0.569444
-[X][X] for [X] ||| [X][X] , wenn [X] ||| 1 ||| ||| 0.880555 0.2
-the [X][X] , if [X] ||| [X][X] , wenn [X] ||| 1 ||| ||| 0.880555 0.111111
-[X][X] , if [X][X] , [X] ||| [X][X] , wenn [X][X] , [X] ||| 1 ||| ||| 0.14826 0.122619
-[X][X] for [X][X] , [X] ||| [X][X] , wenn [X][X] , [X] ||| 1 ||| ||| 0.14826 0.025641
-[X][X] for [X][X] Madam President [X] ||| [X][X] , wenn [X][X] Frau Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] for [X][X] Madam [X] ||| [X][X] , wenn [X][X] Frau [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] for [X][X] President , [X] ||| [X][X] , wenn [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] for [X][X] President [X] ||| [X][X] , wenn [X][X] Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] , if [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 1 ||| ||| 0.581553 0.342157
-[X][X] for [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 1 ||| ||| 0.581553 0.158444
-the [X][X] , if [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 1 ||| ||| 0.581553 0.0809524
-[X][X] , I shall [X] ||| [X][X] , werde ich [X] ||| 1 ||| ||| 0.382684 0.244048
-[X][X] , I shall do [X] ||| [X][X] , werde ich [X] ||| 1 ||| ||| 0.382684 0.138636
-[X][X] , I shall [X] ||| [X][X] , werde ich dem [X] ||| 1 ||| ||| 0.244022 0.157359
-[X][X] , I shall do [X] ||| [X][X] , werde ich dem [X] ||| 1 ||| ||| 0.244022 0.0866631
-[X][X] , on [X] ||| [X][X] , zur [X] ||| 1 ||| ||| 0.333334 0.333334
-[X][X] , on [X][X] . [X] ||| [X][X] , zur [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , on [X][X] [X] ||| [X][X] , zur [X][X] [X] ||| 1 ||| ||| 0.347222 0.347222
-[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Mr [X] ||| [X][X] , zählt auch Herr [X] ||| 1 ||| ||| 0.223214 0.223214
-[X][X] Mr [X][X] [X] ||| [X][X] , zählt auch Herr [X][X] [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] , [X] ||| [X][X] - , [X] ||| 1 ||| ||| 0.162876 0.0588235
-[X][X] , on [X] ||| [X][X] - , [X] ||| 1 ||| ||| 0.162876 0.0384615
-[X][X] , on behalf [X] ||| [X][X] - , [X] ||| 1 ||| ||| 0.162876 0.0333333
-[X][X] , on behalf of [X] ||| [X][X] - , [X] ||| 1 ||| ||| 0.162876 0.0322581
-, [X][X] [X] ||| [X][X] - [X] ||| 1 ||| ||| 0.333333 0.333333
-, [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.0625
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 11.8107
-[X][X] an interest . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.363754
-[X][X] interest . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.363754
-do [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.20202
-has [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.2
-have [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.25
-have just [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.25
-have just suggested [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.25
-just [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.333333
-just suggested [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.333333
-people [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.05
-suggested [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.5
-you [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.25
-you have [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.25
-you have just [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| ||| 15.7194 0.25
-[X][X] 143 [X] ||| [X][X] 143 [X] ||| 1 ||| ||| 0.696429 0.696429
-[X][X] 143 [X][X] . [X] ||| [X][X] 143 [X][X] ? [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] 143 [X][X] [X] ||| [X][X] 143 [X][X] [X] ||| 1 ||| ||| 0.196172 0.196172
-[X][X] 143 concerning inadmissibility . [X] ||| [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] 143 concerning inadmissibility [X] ||| [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.143541 0.143541
-[X][X] 143 concerning [X] ||| [X][X] 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.324242 0.324242
-[X][X] 143 concerning [X][X] [X] ||| [X][X] 143 im Zusammenhang mit der [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] 6 [X] ||| [X][X] 6 [X] ||| 1 ||| ||| 0.783333 0.783333
-proposal [X][X] 6 that [X] ||| [X][X] 6 vorschlägt , [X] ||| 1 ||| ||| 0.415909 0.415909
-proposal [X][X] 6 [X] ||| [X][X] 6 vorschlägt [X] ||| 1 ||| ||| 0.541667 0.541667
-[X][X] . [X] ||| [X][X] ? [X] ||| 1 ||| ||| 0.643541 0.643541
-[X][X] Alexander Nikitin . [X] ||| [X][X] Alexander Nikitin . [X] ||| 1 ||| ||| 0.203664 0.203664
-[X][X] Alexander Nikitin [X] ||| [X][X] Alexander Nikitin [X] ||| 1 ||| ||| 0.34469 0.34469
-[X][X] Alexander [X] ||| [X][X] Alexander [X] ||| 1 ||| ||| 0.643541 0.643541
-[X][X] Alexander [X][X] [X] ||| [X][X] Alexander [X][X] [X] ||| 1 ||| ||| 0.203664 0.203664
-[X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 1 ||| ||| 0.989885 0.853521
-representations [X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 1 ||| ||| 0.989885 0.0454545
-using [X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 1 ||| ||| 0.989885 0.0909091
-[X][X] prestigious office [X][X] , [X] ||| [X][X] Amtes [X][X] , [X] ||| 1 ||| ||| 0.208805 0.0204082
-[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , [X] ||| 1 ||| ||| 0.208805 0.16137
-using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , [X] ||| 1 ||| ||| 0.208805 0.027027
-[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] , die Sie [X] ||| 1 ||| ||| 0.0694118 0.0694118
-[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , die [X] ||| 1 ||| ||| 0.141966 0.121558
-using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , die [X] ||| 1 ||| ||| 0.141966 0.0204082
-[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution , [X] ||| 1 ||| ||| 0.16137 0.16137
-[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution , die [X] ||| 1 ||| ||| 0.121558 0.121558
-[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution [X] ||| 1 ||| ||| 0.24 0.24
-[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] Sie [X] ||| 1 ||| ||| 0.0694118 0.0694118
-[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] [X] ||| 1 ||| ||| 1.16391 1.02384
-using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] [X] ||| 1 ||| ||| 1.16391 0.140067
-[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] die Sie [X] ||| 1 ||| ||| 0.0694118 0.0694118
-[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] die [X] ||| 1 ||| ||| 0.141966 0.121558
-using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] die [X] ||| 1 ||| ||| 0.141966 0.0204082
-[X][X] prestigious office [X][X] represent [X] ||| [X][X] Amtes [X][X] vertreten [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 1 ||| ||| 0.700134 0.594223
-representations [X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 1 ||| ||| 0.700134 0.0344828
-using [X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 1 ||| ||| 0.700134 0.0714286
-[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] , [X] ||| 1 ||| ||| 0.16137 0.16137
-[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] , die [X] ||| 1 ||| ||| 0.121558 0.121558
-[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] [X] ||| 1 ||| ||| 0.639064 0.639064
-[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] die [X] ||| 1 ||| ||| 0.121558 0.121558
-[X][X] prestigious office and the [X] ||| [X][X] Amtes und der [X] ||| 1 ||| ||| 0.384774 0.384774
-[X][X] Rule 143 [X] ||| [X][X] Artikel 143 [X] ||| 1 ||| ||| 0.363095 0.363095
-[X][X] Rule 143 [X][X] [X] ||| [X][X] Artikel 143 [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] Rule 143 concerning inadmissibility [X] ||| [X][X] Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] Rule 143 concerning [X] ||| [X][X] Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.157576 0.157576
-[X][X] Rule [X] ||| [X][X] Artikel [X] ||| 1 ||| ||| 0.708333 0.708333
-[X][X] Rule [X][X] inadmissibility [X] ||| [X][X] Artikel [X][X] Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] Rule [X][X] [X] ||| [X][X] Artikel [X][X] [X] ||| 1 ||| ||| 0.210207 0.210207
-[X][X] people assassinated very [X] ||| [X][X] Attentatsopfern , die es in [X] ||| 1 ||| ||| 0.476191 0.476191
-[X][X] people assassinated very [X][X] [X] ||| [X][X] Attentatsopfern , die es in [X][X] [X] ||| 1 ||| ||| 0.273352 0.273352
-[X][X] people assassinated very recently [X] ||| [X][X] Attentatsopfern , die es in jüngster Zeit [X] ||| 1 ||| ||| 0.3 0.3
-[X][X] advice [X] ||| [X][X] Auskunft [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] advice [X][X] 143 [X] ||| [X][X] Auskunft [X][X] 143 [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] advice [X][X] [X] ||| [X][X] Auskunft [X][X] [X] ||| 1 ||| ||| 0.196429 0.196429
-[X][X] advice about Rule 143 [X] ||| [X][X] Auskunft zu Artikel 143 [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] advice about Rule [X] ||| [X][X] Auskunft zu Artikel [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] advice about [X] ||| [X][X] Auskunft zu [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] advice about [X][X] [X] ||| [X][X] Auskunft zu [X][X] [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] guidance programmes [X] ||| [X][X] Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.59359 0.35
-[X][X] guidance programmes comes [X] ||| [X][X] Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.59359 0.24359
-[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] , [X] ||| 1 ||| ||| 0.103704 0.103704
-[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] , der [X] ||| 1 ||| ||| 0.081203 0.081203
-[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] [X] ||| 1 ||| ||| 0.328447 0.328447
-[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] der [X] ||| 1 ||| ||| 0.081203 0.081203
-[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen , [X] ||| 1 ||| ||| 0.103704 0.103704
-[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen , der [X] ||| 1 ||| ||| 0.081203 0.081203
-[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen [X] ||| 1 ||| ||| 0.143541 0.143541
-[X][X] a stay of execution [X] ||| [X][X] Aussetzung der Vollstreckung des Todesurteils [X] ||| 1 ||| ||| 1.5 1.5
-[X][X] debate [X] ||| [X][X] Aussprache [X] ||| 1 ||| ||| 1.68075 0.634483
-[X][X] presentation [X] ||| [X][X] Aussprache [X] ||| 1 ||| ||| 1.68075 1.04627
-[X][X] presentation [X][X] . [X] ||| [X][X] Aussprache [X][X] . [X] ||| 1 ||| ||| 0.121544 0.121544
-[X][X] presentation [X][X] report . [X] ||| [X][X] Aussprache [X][X] Bericht . [X] ||| 1 ||| ||| 0.121544 0.121544
-[X][X] presentation [X][X] report [X] ||| [X][X] Aussprache [X][X] Bericht [X] ||| 1 ||| ||| 0.175707 0.175707
-[X][X] presentation [X][X] [X] ||| [X][X] Aussprache [X][X] [X] ||| 1 ||| ||| 0.624882 0.624882
-[X][X] debate on [X] ||| [X][X] Aussprache im [X] ||| 1 ||| ||| 0.326852 0.326852
-[X][X] presentation of [X] ||| [X][X] Aussprache über [X] ||| 1 ||| ||| 0.591667 0.591667
-[X][X] presentation of [X][X] . [X] ||| [X][X] Aussprache über [X][X] . [X] ||| 1 ||| ||| 0.121544 0.121544
-[X][X] presentation of [X][X] [X] ||| [X][X] Aussprache über [X][X] [X] ||| 1 ||| ||| 0.29725 0.29725
-[X][X] presentation of the report [X] ||| [X][X] Aussprache über den Bericht [X] ||| 1 ||| ||| 0.175707 0.175707
-[X][X] presentation of the [X] ||| [X][X] Aussprache über den [X] ||| 1 ||| ||| 0.327632 0.327632
-[X][X] presentation of the [X][X] [X] ||| [X][X] Aussprache über den [X][X] [X] ||| 1 ||| ||| 0.121544 0.121544
-[X][X] the start [X] ||| [X][X] Beginn [X] ||| 1 ||| ||| 0.413524 0.413524
-[X][X] the start [X][X] presentation [X] ||| [X][X] Beginn [X][X] Aussprache [X] ||| 1 ||| ||| 0.203409 0.203409
-[X][X] the start [X][X] [X] ||| [X][X] Beginn [X][X] [X] ||| 1 ||| ||| 0.679652 0.679652
-[X][X] the start [X][X] the [X] ||| [X][X] Beginn [X][X] den [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] the start [X][X] of [X] ||| [X][X] Beginn [X][X] über [X] ||| 1 ||| ||| 0.116667 0.116667
-[X][X] the start of the [X] ||| [X][X] Beginn der [X] ||| 1 ||| ||| 0.306944 0.306944
-[X][X] reprieve [X] ||| [X][X] Begnadigung [X] ||| 1 ||| ||| 0.858333 0.758333
-power [X][X] reprieve [X] ||| [X][X] Begnadigung [X] ||| 1 ||| ||| 0.858333 0.1
-[X][X] reprieve [X][X] [X] ||| [X][X] Begnadigung [X][X] [X] ||| 1 ||| ||| 0.138095 0.138095
-[X][X] reprieve the condemned person [X] ||| [X][X] Begnadigung des Verurteilten [X] ||| 1 ||| ||| 0.138095 0.138095
-[X][X] reprieve the [X] ||| [X][X] Begnadigung des [X] ||| 1 ||| ||| 0.354701 0.354701
-[X][X] reprieve the [X][X] [X] ||| [X][X] Begnadigung des [X][X] [X] ||| 1 ||| ||| 0.138095 0.138095
-[X][X] report . [X] ||| [X][X] Bericht . [X] ||| 1 ||| ||| 0.37912 0.37912
-[X][X] report [X] ||| [X][X] Bericht [X] ||| 1 ||| ||| 1.35496 1.35496
-[X][X] report [X][X] legislative proposal [X] ||| [X][X] Bericht [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.132748 0.132748
-[X][X] report [X][X] [X] ||| [X][X] Bericht [X][X] [X] ||| 1 ||| ||| 0.316082 0.316082
-[X][X] report , [X] ||| [X][X] Bericht und [X] ||| 1 ||| ||| 0.34469 0.34469
-[X][X] report , [X][X] [X] ||| [X][X] Bericht und [X][X] [X] ||| 1 ||| ||| 0.316082 0.316082
-[X][X] report , not a [X] ||| [X][X] Bericht und keinen [X] ||| 1 ||| ||| 0.183333 0.183333
-[X][X] is appealing . [X] ||| [X][X] Berufung geht . [X] ||| 1 ||| ||| 0.32803 0.32803
-[X][X] is appealing [X] ||| [X][X] Berufung geht [X] ||| 1 ||| ||| 0.457479 0.457479
-visited [X][X] [X] ||| [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] [X] ||| [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] bomb explosions and killings [X] ||| [X][X] Bombenexplosionen mit zahlreichen Toten [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] bomb explosions and [X] ||| [X][X] Bombenexplosionen mit zahlreichen [X] ||| 1 ||| ||| 0.5 0.25
-[X][X] of bomb explosions and [X] ||| [X][X] Bombenexplosionen mit zahlreichen [X] ||| 1 ||| ||| 0.5 0.25
-[X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 1 ||| ||| 0.917338 0.707082
-the [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 1 ||| ||| 0.917338 0.0769231
-to [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 1 ||| ||| 0.917338 0.0666667
-to the [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 1 ||| ||| 0.917338 0.0666667
-[X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 1 ||| ||| 0.525397 0.419841
-the [X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 1 ||| ||| 0.525397 0.0555556
-to [X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 1 ||| ||| 0.525397 0.05
-[X][X] Bush [X] ||| [X][X] Bush [X] ||| 1 ||| ||| 1.48933 1.1964
-the [X][X] Bush [X] ||| [X][X] Bush [X] ||| 1 ||| ||| 1.48933 0.111111
-to [X][X] Bush [X] ||| [X][X] Bush [X] ||| 1 ||| ||| 1.48933 0.0909091
-to the [X][X] Bush [X] ||| [X][X] Bush [X] ||| 1 ||| ||| 1.48933 0.0909091
-[X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 1 ||| ||| 0.575397 0.419841
-the [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 1 ||| ||| 0.575397 0.0555556
-to [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 1 ||| ||| 0.575397 0.05
-to the [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 1 ||| ||| 0.575397 0.05
-Thursday [X][X] [X] ||| [X][X] Donnerstag [X] ||| 1 ||| ||| 1.12143 0.25
-[X][X] Thursday prior [X] ||| [X][X] Donnerstag [X] ||| 1 ||| ||| 1.12143 0.538095
-next Thursday [X][X] [X] ||| [X][X] Donnerstag [X] ||| 1 ||| ||| 1.12143 0.333333
-[X][X] Thursday prior [X][X] presentation [X] ||| [X][X] Donnerstag [X][X] Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] Thursday prior [X][X] [X] ||| [X][X] Donnerstag [X][X] [X] ||| 1 ||| ||| 0.298247 0.298247
-[X][X] Thursday prior to [X] ||| [X][X] Donnerstag zu [X] ||| 1 ||| ||| 0.313228 0.313228
-[X][X] Thursday prior to [X][X] [X] ||| [X][X] Donnerstag zu [X][X] [X] ||| 1 ||| ||| 0.298247 0.298247
-[X][X] objection [X] ||| [X][X] Einwand gegen [X] ||| 1 ||| ||| 1.22244 1.22244
-[X][X] European Parliament [X] ||| [X][X] Europäischen Parlament [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] European Parliament [X][X] [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 1 ||| ||| 0.269141 0.211951
-[X][X] European Parliament [X][X] of [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 1 ||| ||| 0.269141 0.0294118
-[X][X] European Parliament [X][X] the [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 1 ||| ||| 0.269141 0.0277778
-[X][X] European Parliament [X][X] the [X] ||| [X][X] Europäischen Parlament [X][X] der [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] European Parliament [X][X] whole [X] ||| [X][X] Europäischen Parlament [X][X] gesamten [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] European Parliament and [X] ||| [X][X] Europäischen Parlament und [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] European Parliament and [X][X] [X] ||| [X][X] Europäischen Parlament und [X][X] [X] ||| 1 ||| ||| 0.140523 0.140523
-[X][X] European Parliament and by [X] ||| [X][X] Europäischen Parlament und von [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] European Parliament , [X] ||| [X][X] Europäischen Parlaments [X] ||| 1 ||| ||| 0.939657 0.233766
-[X][X] European Parliament , a [X] ||| [X][X] Europäischen Parlaments [X] ||| 1 ||| ||| 0.939657 0.188034
-[X][X] European Parliament [X] ||| [X][X] Europäischen Parlaments [X] ||| 1 ||| ||| 0.939657 0.517857
-[X][X] European Community [X] ||| [X][X] Europäischen Union [X] ||| 1 ||| ||| 1.33174 0.286753
-[X][X] European Union [X] ||| [X][X] Europäischen Union [X] ||| 1 ||| ||| 1.33174 0.58259
-[X][X] of the European Community [X] ||| [X][X] Europäischen Union [X] ||| 1 ||| ||| 1.33174 0.175642
-[X][X] the European Community [X] ||| [X][X] Europäischen Union [X] ||| 1 ||| ||| 1.33174 0.286753
-[X][X] European [X] ||| [X][X] Europäischen [X] ||| 1 ||| ||| 3.89426 3.05434
-[X][X] of the European [X] ||| [X][X] Europäischen [X] ||| 1 ||| ||| 3.89426 0.264405
-[X][X] the European [X] ||| [X][X] Europäischen [X] ||| 1 ||| ||| 3.89426 0.464405
-with [X][X] European [X] ||| [X][X] Europäischen [X] ||| 1 ||| ||| 3.89426 0.111111
-[X][X] European [X][X] [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 1.48845
-[X][X] European [X][X] a [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.188034
-[X][X] European [X][X] a date [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.188034
-[X][X] European [X][X] been [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.208333
-[X][X] European [X][X] been set [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.125
-[X][X] European [X][X] date [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.188034
-[X][X] European [X][X] date has [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.208333
-[X][X] European [X][X] has [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.208333
-[X][X] European [X][X] has been [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.208333
-[X][X] European [X][X] of [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.0294118
-[X][X] European [X][X] of the [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.0277778
-[X][X] European [X][X] set [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.125
-[X][X] European [X][X] the [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| ||| 3.22085 0.0277778
-[X][X] European [X][X] the [X] ||| [X][X] Europäischen [X][X] der [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] European [X][X] the whole [X] ||| [X][X] Europäischen [X][X] der gesamten [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] European [X][X] whole [X] ||| [X][X] Europäischen [X][X] gesamten [X] ||| 1 ||| ||| 0.0651261 0.0357143
-[X][X] European [X][X] whole of [X] ||| [X][X] Europäischen [X][X] gesamten [X] ||| 1 ||| ||| 0.0651261 0.0294118
-[X][X] European [X][X] by [X] ||| [X][X] Europäischen [X][X] von [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] European [X][X] by the [X] ||| [X][X] Europäischen [X][X] von der [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Evans , [X] ||| [X][X] Evans , [X] ||| 1 ||| ||| 0.257576 0.257576
-[X][X] Evans , [X][X] [X] ||| [X][X] Evans , [X][X] [X] ||| 1 ||| ||| 0.147238 0.147238
-[X][X] Evans , [X][X] an [X] ||| [X][X] Evans , [X][X] eine [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] Evans , I [X] ||| [X][X] Evans , ich [X] ||| 1 ||| ||| 0.143541 0.143541
-[X][X] Evans , I [X][X] [X] ||| [X][X] Evans , ich [X][X] [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] Evans , I feel [X] ||| [X][X] Evans , ich denke , daß [X] ||| 1 ||| ||| 0.0871143 0.0871143
-[X][X] Evans [X] ||| [X][X] Evans [X] ||| 1 ||| ||| 1.68333 1.03333
-[X][X] Evans has [X] ||| [X][X] Evans [X] ||| 1 ||| ||| 1.68333 0.325
-do [X][X] Evans [X] ||| [X][X] Evans [X] ||| 1 ||| ||| 1.68333 0.2
-do [X][X] Evans has [X] ||| [X][X] Evans [X] ||| 1 ||| ||| 1.68333 0.125
-[X][X] Evans [X][X] [X] ||| [X][X] Evans [X][X] [X] ||| 1 ||| ||| 0.290779 0.290779
-[X][X] Evans [X][X] feel [X] ||| [X][X] Evans [X][X] denke , daß [X] ||| 1 ||| ||| 0.0871143 0.0871143
-[X][X] Evans [X][X] feel an [X] ||| [X][X] Evans [X][X] denke , daß eine [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] Evans [X][X] an [X] ||| [X][X] Evans [X][X] eine [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] case [X] ||| [X][X] Fall [X] ||| 1 ||| ||| 1.08333 1.08333
-[X][X] case [X][X] . [X] ||| [X][X] Fall [X][X] . [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] case [X][X] Nikitin . [X] ||| [X][X] Fall [X][X] Nikitin . [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] case [X][X] Nikitin [X] ||| [X][X] Fall [X][X] Nikitin [X] ||| 1 ||| ||| 0.0871143 0.0871143
-[X][X] case [X][X] [X] ||| [X][X] Fall [X][X] [X] ||| 1 ||| ||| 0.290779 0.290779
-draw your attention [X][X] case [X] ||| [X][X] Fall aufmerksam machen , [X] ||| 1 ||| ||| 0.253968 0.253968
-draw your attention [X][X] case [X] ||| [X][X] Fall aufmerksam machen [X] ||| 1 ||| ||| 0.342857 0.342857
-[X][X] case of Alexander Nikitin [X] ||| [X][X] Fall von Alexander Nikitin [X] ||| 1 ||| ||| 0.0871143 0.0871143
-[X][X] case of Alexander [X] ||| [X][X] Fall von Alexander [X] ||| 1 ||| ||| 0.143541 0.143541
-[X][X] case of Alexander [X][X] [X] ||| [X][X] Fall von Alexander [X][X] [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] case of [X] ||| [X][X] Fall von [X] ||| 1 ||| ||| 0.257576 0.257576
-[X][X] case of [X][X] . [X] ||| [X][X] Fall von [X][X] . [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] case of [X][X] [X] ||| [X][X] Fall von [X][X] [X] ||| 1 ||| ||| 0.147238 0.147238
-[X][X] fisheries policy [X] ||| [X][X] Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.546465 0.490909
-is [X][X] fisheries policy [X] ||| [X][X] Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.546465 0.0555556
-[X][X] fisheries policy [X][X] proposal [X] ||| [X][X] Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 1 ||| ||| 0.108824 0.108824
-[X][X] fisheries policy [X][X] [X] ||| [X][X] Fischereipolitik darstellt [X][X] [X] ||| 1 ||| ||| 0.298247 0.298247
-[X][X] fisheries policy and [X] ||| [X][X] Fischereipolitik darstellt und [X] ||| 1 ||| ||| 0.306944 0.306944
-[X][X] fisheries policy and [X][X] [X] ||| [X][X] Fischereipolitik darstellt und [X][X] [X] ||| 1 ||| ||| 0.108824 0.108824
-[X][X] fisheries policy and a [X] ||| [X][X] Fischereipolitik darstellt und ein [X] ||| 1 ||| ||| 0.189423 0.189423
-[X][X] Madam President , [X] ||| [X][X] Frau Präsidentin , [X] ||| 1 ||| ||| 0.233246 0.233246
-[X][X] Madam President , [X] ||| [X][X] Frau Präsidentin , der [X] ||| 1 ||| ||| 0.148201 0.148201
-[X][X] Madam President [X] ||| [X][X] Frau Präsidentin [X] ||| 1 ||| ||| 0.396212 0.396212
-[X][X] Madam [X] ||| [X][X] Frau [X] ||| 1 ||| ||| 0.736429 0.736429
-[X][X] Madam [X][X] [X] ||| [X][X] Frau [X][X] [X] ||| 1 ||| ||| 0.381447 0.381447
-[X][X] Madam [X][X] [X] ||| [X][X] Frau [X][X] der [X] ||| 1 ||| ||| 0.148201 0.148201
-[X][X] courts [X] ||| [X][X] Gericht [X] ||| 1 ||| ||| 0.784926 0.479798
-[X][X] courts have [X] ||| [X][X] Gericht [X] ||| 1 ||| ||| 0.784926 0.305128
-[X][X] courts [X][X] [X] ||| [X][X] Gericht [X][X] [X] ||| 1 ||| ||| 0.329506 0.164753
-[X][X] courts have [X][X] [X] ||| [X][X] Gericht [X][X] [X] ||| 1 ||| ||| 0.329506 0.164753
-[X][X] courts [X][X] and [X] ||| [X][X] Gericht [X][X] und [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] courts have [X][X] and [X] ||| [X][X] Gericht [X][X] und [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] courts [X][X] him [X] ||| [X][X] Gericht ihn [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] courts [X][X] him and [X] ||| [X][X] Gericht ihn [X][X] und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] courts have acquitted him [X] ||| [X][X] Gericht ihn freigesprochen [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] a point of order [X] ||| [X][X] Geschäftsordnung [X] ||| 1 ||| ||| 1.28889 1.28889
-[X][X] Governor [X] ||| [X][X] Gouverneur [X] ||| 1 ||| ||| 1.31002 0.503341
-[X][X] the Governor [X] ||| [X][X] Gouverneur [X] ||| 1 ||| ||| 1.31002 0.503341
-[X][X] to the Governor [X] ||| [X][X] Gouverneur [X] ||| 1 ||| ||| 1.31002 0.303341
-[X][X] Governor [X][X] , [X] ||| [X][X] Gouverneur [X][X] , [X] ||| 1 ||| ||| 0.0714286 0.0357143
-[X][X] the Governor [X][X] , [X] ||| [X][X] Gouverneur [X][X] , [X] ||| 1 ||| ||| 0.0714286 0.0357143
-[X][X] Governor [X][X] Bush , [X] ||| [X][X] Gouverneur [X][X] Bush , [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Governor [X][X] Bush [X] ||| [X][X] Gouverneur [X][X] Bush [X] ||| 1 ||| ||| 0.155425 0.0777126
-[X][X] the Governor [X][X] Bush [X] ||| [X][X] Gouverneur [X][X] Bush [X] ||| 1 ||| ||| 0.155425 0.0777126
-[X][X] Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 1 ||| ||| 0.675249 0.275949
-[X][X] the Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 1 ||| ||| 0.675249 0.275949
-[X][X] to the Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 1 ||| ||| 0.675249 0.123351
-[X][X] Governor of [X] ||| [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.749148 0.286753
-[X][X] the Governor of [X] ||| [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.749148 0.286753
-[X][X] to the Governor of [X] ||| [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.749148 0.175642
-[X][X] Governor of [X][X] , [X] ||| [X][X] Gouverneur von [X][X] , [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Governor of [X][X] Bush [X] ||| [X][X] Gouverneur von [X][X] Bush [X] ||| 1 ||| ||| 0.0777126 0.0777126
-[X][X] Governor of [X][X] [X] ||| [X][X] Gouverneur von [X][X] [X] ||| 1 ||| ||| 0.551898 0.275949
-[X][X] the Governor of [X][X] [X] ||| [X][X] Gouverneur von [X][X] [X] ||| 1 ||| ||| 0.551898 0.275949
-[X][X] principle [X] ||| [X][X] Grundsatz [X] ||| 1 ||| ||| 0.590909 0.590909
-[X][X] principle [X][X] stability [X] ||| [X][X] Grundsatz [X][X] Stabilität [X] ||| 1 ||| ||| 0.195618 0.112755
-[X][X] principle [X][X] stability is [X] ||| [X][X] Grundsatz [X][X] Stabilität [X] ||| 1 ||| ||| 0.195618 0.0828634
-[X][X] principle [X][X] [X] ||| [X][X] Grundsatz [X][X] [X] ||| 1 ||| ||| 0.557578 0.474715
-[X][X] principle [X][X] is [X] ||| [X][X] Grundsatz [X][X] [X] ||| 1 ||| ||| 0.557578 0.0828634
-[X][X] principle [X][X] a [X] ||| [X][X] Grundsatz [X][X] einen [X] ||| 1 ||| ||| 0.125997 0.0629983
-[X][X] principle [X][X] is a [X] ||| [X][X] Grundsatz [X][X] einen [X] ||| 1 ||| ||| 0.125997 0.0629983
-[X][X] principle [X][X] a fundamental [X] ||| [X][X] Grundsatz [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0380747 0.0380747
-[X][X] principle [X][X] fundamental [X] ||| [X][X] Grundsatz [X][X] elementaren [X] ||| 1 ||| ||| 0.0380747 0.0380747
-[X][X] principle of [X] ||| [X][X] Grundsatz der [X] ||| 1 ||| ||| 0.310207 0.310207
-[X][X] principle of [X][X] [X] ||| [X][X] Grundsatz der [X][X] [X] ||| 1 ||| ||| 0.379555 0.296692
-[X][X] principle of [X][X] is [X] ||| [X][X] Grundsatz der [X][X] [X] ||| 1 ||| ||| 0.379555 0.0828634
-[X][X] principle of [X][X] a [X] ||| [X][X] Grundsatz der [X][X] einen [X] ||| 1 ||| ||| 0.0629983 0.0629983
-[X][X] principle of [X][X] fundamental [X] ||| [X][X] Grundsatz der [X][X] elementaren [X] ||| 1 ||| ||| 0.0380747 0.0380747
-[X][X] principle of relative stability [X] ||| [X][X] Grundsatz der relativen Stabilität [X] ||| 1 ||| ||| 0.112755 0.112755
-[X][X] principle of relative [X] ||| [X][X] Grundsatz der relativen [X] ||| 1 ||| ||| 0.178023 0.178023
-[X][X] principle of relative [X][X] [X] ||| [X][X] Grundsatz der relativen [X][X] [X] ||| 1 ||| ||| 0.183936 0.183936
-[X][X] principle [X] ||| [X][X] Grundsatzes [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] principle [X][X] stability [X] ||| [X][X] Grundsatzes [X][X] Stabilität [X] ||| 1 ||| ||| 0.0526316 0.0526316
-done [X][X] principle [X][X] stability [X] ||| [X][X] Grundsatzes [X][X] Stabilität verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] [X] ||| 1 ||| ||| 0.143541 0.143541
-done [X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-be done [X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] verhängt werden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] principle of [X] ||| [X][X] Grundsatzes der [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] principle of [X][X] [X] ||| [X][X] Grundsatzes der [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-done [X][X] principle of [X][X] [X] ||| [X][X] Grundsatzes der [X][X] verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] principle of relative stability [X] ||| [X][X] Grundsatzes der relativen Stabilität [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] principle of relative [X] ||| [X][X] Grundsatzes der relativen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] principles that [X] ||| [X][X] Grundsätzen , die [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] principles that we [X] ||| [X][X] Grundsätzen , die wir [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] principles [X] ||| [X][X] Grundsätzen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] principles [X][X] [X] ||| [X][X] Grundsätzen [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] House [X] ||| [X][X] Haus [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] House [X][X] [X] ||| [X][X] Haus [X][X] [X] ||| 1 ||| ||| 0.262793 0.214946
-[X][X] House [X][X] do [X] ||| [X][X] Haus [X][X] [X] ||| 1 ||| ||| 0.262793 0.0478469
-[X][X] House [X][X] [X] ||| [X][X] Haus [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0461153
-[X][X] House [X][X] do [X] ||| [X][X] Haus [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0175439
-[X][X] House [X][X] I shall [X] ||| [X][X] Haus [X][X] werde ich [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] House [X][X] I shall [X] ||| [X][X] Haus [X][X] werde ich dem [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] House agrees , [X] ||| [X][X] Haus damit einverstanden ist , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] House agrees , [X][X] [X] ||| [X][X] Haus damit einverstanden ist , [X][X] [X] ||| 1 ||| ||| 0.124037 0.124037
-[X][X] House agrees , [X][X] [X] ||| [X][X] Haus damit einverstanden ist , [X][X] dem [X] ||| 1 ||| ||| 0.0461153 0.0461153
-[X][X] House agrees [X] ||| [X][X] Haus damit einverstanden ist [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] House agrees [X][X] [X] ||| [X][X] Haus damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.171884 0.124037
-[X][X] House agrees [X][X] do [X] ||| [X][X] Haus damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.171884 0.0478469
-[X][X] House agrees [X][X] [X] ||| [X][X] Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0461153
-[X][X] House agrees [X][X] do [X] ||| [X][X] Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0175439
-[X][X] Mr Evans , [X] ||| [X][X] Herr Evans , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Mr Evans , [X][X] [X] ||| [X][X] Herr Evans , [X][X] [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] Mr Evans , I [X] ||| [X][X] Herr Evans , ich [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] Mr Evans [X] ||| [X][X] Herr Evans [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Mr Evans [X][X] [X] ||| [X][X] Herr Evans [X][X] [X] ||| 1 ||| ||| 0.112755 0.112755
-[X][X] Mr Evans [X][X] feel [X] ||| [X][X] Herr Evans [X][X] denke , daß [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] Mr Evans [X][X] an [X] ||| [X][X] Herr Evans [X][X] eine [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Mr [X] ||| [X][X] Herr [X] ||| 1 ||| ||| 0.556547 0.556547
-[X][X] Mr [X][X] [X] ||| [X][X] Herr [X][X] [X] ||| 1 ||| ||| 0.251283 0.251283
-[X][X] Mr [X][X] feel [X] ||| [X][X] Herr [X][X] denke , daß [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] Mr [X][X] feel an [X] ||| [X][X] Herr [X][X] denke , daß eine [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] Mr [X][X] an [X] ||| [X][X] Herr [X][X] eine [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] Mr [X][X] I [X] ||| [X][X] Herr [X][X] ich [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] Mr [X][X] I feel [X] ||| [X][X] Herr [X][X] ich denke , daß [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] Mr Evans [X] ||| [X][X] Herrn Evans [X] ||| 1 ||| ||| 0.325 0.2
-[X][X] Mr Evans has [X] ||| [X][X] Herrn Evans [X] ||| 1 ||| ||| 0.325 0.125
-[X][X] Mr Zimeray , [X] ||| [X][X] Herrn Zimeray , [X] ||| 1 ||| ||| 0.251736 0.229009
-the [X][X] Mr Zimeray , [X] ||| [X][X] Herrn Zimeray , [X] ||| 1 ||| ||| 0.251736 0.0227273
-[X][X] Mr Zimeray , [X][X] [X] ||| [X][X] Herrn Zimeray , [X][X] [X] ||| 1 ||| ||| 0.0555556 0.0555556
-[X][X] Mr Zimeray [X] ||| [X][X] Herrn Zimeray [X] ||| 1 ||| ||| 0.424123 0.394711
-the [X][X] Mr Zimeray [X] ||| [X][X] Herrn Zimeray [X] ||| 1 ||| ||| 0.424123 0.0294118
-[X][X] Mr Zimeray [X][X] [X] ||| [X][X] Herrn Zimeray [X][X] [X] ||| 1 ||| ||| 0.0555556 0.0555556
-[X][X] Mr [X] ||| [X][X] Herrn [X] ||| 1 ||| ||| 1.23965 1.19798
-the [X][X] Mr [X] ||| [X][X] Herrn [X] ||| 1 ||| ||| 1.23965 0.0416667
-[X][X] Mr [X][X] [X] ||| [X][X] Herrn [X][X] [X] ||| 1 ||| ||| 0.432292 0.409565
-the [X][X] Mr [X][X] [X] ||| [X][X] Herrn [X][X] [X] ||| 1 ||| ||| 0.432292 0.0227273
-[X][X] of your prestigious office [X] ||| [X][X] Ihres Amtes [X] ||| 1 ||| ||| 0.320187 0.320187
-[X][X] of your [X] ||| [X][X] Ihres [X] ||| 1 ||| ||| 0.712406 0.516917
-representations [X][X] of your [X] ||| [X][X] Ihres [X] ||| 1 ||| ||| 0.712406 0.0526316
-using [X][X] of your [X] ||| [X][X] Ihres [X] ||| 1 ||| ||| 0.712406 0.142857
-[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , [X] ||| 1 ||| ||| 0.0873874 0.0603604
-using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , [X] ||| 1 ||| ||| 0.0873874 0.027027
-[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , die [X] ||| 1 ||| ||| 0.0658164 0.0454082
-using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , die [X] ||| 1 ||| ||| 0.0658164 0.0204082
-[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution , [X] ||| 1 ||| ||| 0.0603604 0.0603604
-[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution , die [X] ||| 1 ||| ||| 0.0454082 0.0454082
-[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution [X] ||| 1 ||| ||| 0.09 0.09
-[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 1 ||| ||| 1.30944 0.927096
-representations [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 1 ||| ||| 1.30944 0.0799373
-using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 1 ||| ||| 1.30944 0.302404
-[X][X] of your [X][X] the [X] ||| [X][X] Ihres [X][X] der [X] ||| 1 ||| ||| 0.159774 0.159774
-[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] die [X] ||| 1 ||| ||| 0.0658164 0.0454082
-using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] die [X] ||| 1 ||| ||| 0.0658164 0.0204082
-[X][X] of your [X][X] and [X] ||| [X][X] Ihres [X][X] und [X] ||| 1 ||| ||| 0.251366 0.251366
-initiative [X][X] [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.845238
-initiative [X][X] have [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative [X][X] have just [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative [X][X] have just suggested [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative [X][X] just [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative [X][X] just suggested [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative [X][X] suggested [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative [X][X] you [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.166667
-initiative [X][X] you have [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative [X][X] you have just [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative of [X][X] [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.845238
-initiative of [X][X] have [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative of [X][X] have just [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative of [X][X] just [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative of [X][X] just suggested [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative of [X][X] suggested [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-initiative of [X][X] you [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.166667
-initiative of [X][X] you have [X] ||| [X][X] Initiative [X] ||| 1 ||| ||| 4.02381 0.142857
-[X][X] institution [X] ||| [X][X] Institution , [X] ||| 1 ||| ||| 0.529307 0.50228
-using [X][X] institution [X] ||| [X][X] Institution , [X] ||| 1 ||| ||| 0.529307 0.027027
-[X][X] institution [X][X] , [X] ||| [X][X] Institution , [X][X] , [X] ||| 1 ||| ||| 0.0707187 0.0707187
-[X][X] institution [X][X] , to [X] ||| [X][X] Institution , [X][X] , bei [X] ||| 1 ||| ||| 0.0358171 0.0358171
-[X][X] institution [X][X] [X] ||| [X][X] Institution , [X][X] [X] ||| 1 ||| ||| 0.22898 0.22898
-[X][X] institution [X][X] to [X] ||| [X][X] Institution , [X][X] bei [X] ||| 1 ||| ||| 0.0358171 0.0358171
-[X][X] institution [X][X] to the [X] ||| [X][X] Institution , [X][X] bei dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-[X][X] institution [X][X] the [X] ||| [X][X] Institution , [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-[X][X] institution you [X] ||| [X][X] Institution , die Sie [X] ||| 1 ||| ||| 0.214866 0.214866
-[X][X] institution you [X][X] [X] ||| [X][X] Institution , die Sie [X][X] [X] ||| 1 ||| ||| 0.121461 0.121461
-[X][X] institution you [X][X] to [X] ||| [X][X] Institution , die Sie [X][X] bei [X] ||| 1 ||| ||| 0.0358171 0.0358171
-[X][X] institution you [X][X] the [X] ||| [X][X] Institution , die Sie [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-[X][X] institution you represent , [X] ||| [X][X] Institution , die Sie vertreten , [X] ||| 1 ||| ||| 0.0707187 0.0707187
-[X][X] institution you represent [X] ||| [X][X] Institution , die Sie vertreten [X] ||| 1 ||| ||| 0.107519 0.107519
-[X][X] institution you represent [X][X] [X] ||| [X][X] Institution , die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.0507425 0.0507425
-[X][X] institution [X] ||| [X][X] Institution , die [X] ||| 1 ||| ||| 0.413394 0.392986
-using [X][X] institution [X] ||| [X][X] Institution , die [X] ||| 1 ||| ||| 0.413394 0.0204082
-[X][X] institution [X][X] , [X] ||| [X][X] Institution , die [X][X] , [X] ||| 1 ||| ||| 0.0707187 0.0707187
-[X][X] institution [X][X] , to [X] ||| [X][X] Institution , die [X][X] , bei [X] ||| 1 ||| ||| 0.0358171 0.0358171
-[X][X] institution [X][X] [X] ||| [X][X] Institution , die [X][X] [X] ||| 1 ||| ||| 0.22898 0.22898
-[X][X] institution [X][X] to [X] ||| [X][X] Institution , die [X][X] bei [X] ||| 1 ||| ||| 0.0358171 0.0358171
-[X][X] institution [X][X] to the [X] ||| [X][X] Institution , die [X][X] bei dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-[X][X] institution [X][X] the [X] ||| [X][X] Institution , die [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-[X][X] institution [X] ||| [X][X] Institution [X] ||| 1 ||| ||| 0.738333 0.698333
-using [X][X] institution [X] ||| [X][X] Institution [X] ||| 1 ||| ||| 0.738333 0.04
-[X][X] institution [X][X] , [X] ||| [X][X] Institution [X][X] , [X] ||| 1 ||| ||| 0.0707187 0.0707187
-[X][X] institution [X][X] , to [X] ||| [X][X] Institution [X][X] , bei [X] ||| 1 ||| ||| 0.0358171 0.0358171
-[X][X] institution [X][X] [X] ||| [X][X] Institution [X][X] [X] ||| 1 ||| ||| 0.22898 0.22898
-[X][X] institution [X][X] to [X] ||| [X][X] Institution [X][X] bei [X] ||| 1 ||| ||| 0.0358171 0.0358171
-[X][X] institution [X][X] to the [X] ||| [X][X] Institution [X][X] bei dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-[X][X] institution [X][X] the [X] ||| [X][X] Institution [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-[X][X] Members [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.43956 0.142857
-[X][X] Members have [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.43956 0.0769231
-[X][X] of Members [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.43956 0.142857
-[X][X] of Members have [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.43956 0.0769231
-[X][X] Members [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.65 0.2
-[X][X] Members have [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.65 0.125
-[X][X] of Members [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.65 0.2
-[X][X] of Members have [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.65 0.125
-[X][X] accused of criminal activity [X] ||| [X][X] Kriminalität [X] ||| 1 ||| ||| 1.14976 0.383254
-[X][X] criminal activity [X] ||| [X][X] Kriminalität [X] ||| 1 ||| ||| 1.14976 0.383254
-[X][X] of criminal activity [X] ||| [X][X] Kriminalität [X] ||| 1 ||| ||| 1.14976 0.383254
-[X][X] Kumar Ponnambalam , who [X] ||| [X][X] Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.130252 0.130252
-[X][X] Kumar Ponnambalam [X] ||| [X][X] Kumar Ponnambalam [X] ||| 1 ||| ||| 0.426587 0.426587
-[X][X] Kumar Ponnambalam [X][X] [X] ||| [X][X] Kumar Ponnambalam [X][X] [X] ||| 1 ||| ||| 0.130252 0.130252
-[X][X] Lanka [X] ||| [X][X] Lanka [X] ||| 1 ||| ||| 0.924242 0.924242
-[X][X] killings [X][X] Lanka [X] ||| [X][X] Lanka [X][X] Toten [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Lanka [X] ||| [X][X] Lanka zu [X] ||| 1 ||| ||| 0.375 0.375
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka zu [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Lanka [X] ||| [X][X] Lanka zu beklagen [X] ||| 1 ||| ||| 0.3 0.3
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka zu beklagen [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , [X] ||| 1 ||| ||| 0.130952 0.130952
-[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.111429 0.111429
-[X][X] Lanka was Mr [X] ||| [X][X] Lanka zu beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , zählt auch [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab [X] ||| 1 ||| ||| 0.158824 0.158824
-[X][X] Lanka [X] ||| [X][X] Lanka übermitteln [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] [X] ||| 1 ||| ||| 0.210207 0.210207
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] würden , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] würden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] Lanka and [X] ||| [X][X] Lanka übermitteln und [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern würden , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern würden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] legislative proposal [X] ||| [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.874415 0.874415
-[X][X] countries [X] ||| [X][X] Ländern [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] countries [X][X] European Union [X] ||| [X][X] Ländern [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0988235 0.0988235
-[X][X] countries [X][X] European [X] ||| [X][X] Ländern [X][X] Europäischen [X] ||| 1 ||| ||| 0.135965 0.135965
-[X][X] countries [X][X] Union [X] ||| [X][X] Ländern [X][X] Union [X] ||| 1 ||| ||| 0.0988235 0.0988235
-[X][X] countries [X][X] [X] ||| [X][X] Ländern [X][X] [X] ||| 1 ||| ||| 0.431217 0.431217
-[X][X] countries of the European [X] ||| [X][X] Ländern der Europäischen [X] ||| 1 ||| ||| 0.135965 0.135965
-[X][X] countries of the [X] ||| [X][X] Ländern der [X] ||| 1 ||| ||| 0.196429 0.196429
-[X][X] countries of the [X][X] [X] ||| [X][X] Ländern der [X][X] [X] ||| 1 ||| ||| 0.0988235 0.0988235
-[X][X] reconciliation to [X] ||| [X][X] Lösung [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] reconciliation to [X][X] situation [X] ||| [X][X] Lösung [X][X] Situation [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] reconciliation to [X][X] [X] ||| [X][X] Lösung [X][X] [X] ||| 1 ||| ||| 0.189733 0.189733
-[X][X] reconciliation to [X][X] difficult [X] ||| [X][X] Lösung [X][X] schwierigen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] reconciliation to a [X] ||| [X][X] Lösung dieser [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] reconciliation to a [X][X] [X] ||| [X][X] Lösung dieser [X][X] [X] ||| 1 ||| ||| 0.0988235 0.0988235
-[X][X] reconciliation to a very [X] ||| [X][X] Lösung dieser sehr [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] man who [X] ||| [X][X] Mannes [X] ||| 1 ||| ||| 0.333334 0.166667
-[X][X] year-old man who [X] ||| [X][X] Mannes [X] ||| 1 ||| ||| 0.333334 0.166667
-[X][X] Member , Mr Zimeray [X] ||| [X][X] Mitglieds , Herrn Zimeray [X] ||| 1 ||| ||| 0.137135 0.137135
-[X][X] Member , Mr [X] ||| [X][X] Mitglieds , Herrn [X] ||| 1 ||| ||| 0.239652 0.197985
-the [X][X] Member , Mr [X] ||| [X][X] Mitglieds , Herrn [X] ||| 1 ||| ||| 0.239652 0.0416667
-[X][X] Member , Mr [X][X] [X] ||| [X][X] Mitglieds , Herrn [X][X] [X] ||| 1 ||| ||| 0.0854686 0.0854686
-[X][X] Member , [X] ||| [X][X] Mitglieds , [X] ||| 1 ||| ||| 0.376812 0.314312
-the [X][X] Member , [X] ||| [X][X] Mitglieds , [X] ||| 1 ||| ||| 0.376812 0.0625
-[X][X] Member , [X][X] , [X] ||| [X][X] Mitglieds , [X][X] , [X] ||| 1 ||| ||| 0.0854686 0.0854686
-[X][X] Member , [X][X] [X] ||| [X][X] Mitglieds , [X][X] [X] ||| 1 ||| ||| 0.274743 0.222604
-the [X][X] Member , [X][X] [X] ||| [X][X] Mitglieds , [X][X] [X] ||| 1 ||| ||| 0.274743 0.052139
-[X][X] Member [X] ||| [X][X] Mitglieds [X] ||| 1 ||| ||| 0.651681 0.551681
-the [X][X] Member [X] ||| [X][X] Mitglieds [X] ||| 1 ||| ||| 0.651681 0.1
-[X][X] Member [X][X] , [X] ||| [X][X] Mitglieds [X][X] , [X] ||| 1 ||| ||| 0.108196 0.0854686
-the [X][X] Member [X][X] , [X] ||| [X][X] Mitglieds [X][X] , [X] ||| 1 ||| ||| 0.108196 0.0227273
-[X][X] Member [X][X] Zimeray , [X] ||| [X][X] Mitglieds [X][X] Zimeray , [X] ||| 1 ||| ||| 0.0854686 0.0854686
-[X][X] Member [X][X] Zimeray [X] ||| [X][X] Mitglieds [X][X] Zimeray [X] ||| 1 ||| ||| 0.166547 0.137135
-the [X][X] Member [X][X] Zimeray [X] ||| [X][X] Mitglieds [X][X] Zimeray [X] ||| 1 ||| ||| 0.166547 0.0294118
-[X][X] Member [X][X] [X] ||| [X][X] Mitglieds [X][X] [X] ||| 1 ||| ||| 0.514395 0.420589
-the [X][X] Member [X][X] [X] ||| [X][X] Mitglieds [X][X] [X] ||| 1 ||| ||| 0.514395 0.0938057
-[X][X] months ago [X] ||| [X][X] Monaten [X] ||| 1 ||| ||| 0.905079 0.905079
-visited [X][X] months ago [X] ||| [X][X] Monaten einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] months ago [X] ||| [X][X] Monaten einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] months ago [X] ||| [X][X] Monaten einen [X] ||| 1 ||| ||| 0.663848 0.663848
-[X][X] Nikitin . [X] ||| [X][X] Nikitin . [X] ||| 1 ||| ||| 0.370331 0.370331
-[X][X] Nikitin [X] ||| [X][X] Nikitin [X] ||| 1 ||| ||| 3.51153 1.69554
-[X][X] Nikitin to [X] ||| [X][X] Nikitin [X] ||| 1 ||| ||| 3.51153 0.707323
-[X][X] Nikitin to be [X] ||| [X][X] Nikitin [X] ||| 1 ||| ||| 3.51153 0.564334
-[X][X] Nikitin to be accused [X] ||| [X][X] Nikitin [X] ||| 1 ||| ||| 3.51153 0.544334
-[X][X] the victims [X] ||| [X][X] Opfern [X] ||| 1 ||| ||| 2.68713 0.550115
-[X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| ||| 2.68713 0.883449
-behalf [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 1 ||| ||| 2.68713 0.142857
-behalf [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| ||| 2.68713 0.142857
-behalf of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| ||| 2.68713 0.142857
-of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| ||| 2.68713 0.2
-on [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 1 ||| ||| 2.68713 0.125
-on [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| ||| 2.68713 0.125
-on behalf [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 1 ||| ||| 2.68713 0.125
-on behalf [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| ||| 2.68713 0.125
-on behalf of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| ||| 2.68713 0.125
-[X][X] House [X] ||| [X][X] Parlament [X] ||| 1 ||| ||| 1.38258 0.333333
-[X][X] Parliament [X] ||| [X][X] Parlament [X] ||| 1 ||| ||| 1.38258 1.04924
-[X][X] Parliament [X][X] . [X] ||| [X][X] Parlament [X][X] . [X] ||| 1 ||| ||| 0.122711 0.0613553
-[X][X] Parliament [X][X] interest . [X] ||| [X][X] Parlament [X][X] . [X] ||| 1 ||| ||| 0.122711 0.0613553
-visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Parliament [X][X] months ago [X] ||| [X][X] Parlament [X][X] Monaten [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] Parliament [X][X] months ago [X] ||| [X][X] Parlament [X][X] Monaten einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-[X][X] House [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 1.31312 0.242857
-[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 1.31312 0.716481
-[X][X] Parliament [X][X] an [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 1.31312 0.100303
-[X][X] Parliament [X][X] an interest [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 1.31312 0.0842569
-[X][X] Parliament [X][X] interest [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 1.31312 0.0842569
-[X][X] Parliament [X][X] of [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 1.31312 0.0294118
-[X][X] Parliament [X][X] of the [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 1.31312 0.0277778
-[X][X] Parliament [X][X] the [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 1.31312 0.0277778
-[X][X] Parliament [X][X] the [X] ||| [X][X] Parlament [X][X] der [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Parliament [X][X] the whole [X] ||| [X][X] Parlament [X][X] der gesamten [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-[X][X] House [X][X] a [X] ||| [X][X] Parlament [X][X] einer [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] Parliament [X][X] whole [X] ||| [X][X] Parlament [X][X] gesamten [X] ||| 1 ||| ||| 0.0651261 0.0357143
-[X][X] Parliament [X][X] whole of [X] ||| [X][X] Parlament [X][X] gesamten [X] ||| 1 ||| ||| 0.0651261 0.0294118
-[X][X] Parliament has [X][X] . [X] ||| [X][X] Parlament [X][X] hat . [X] ||| 1 ||| ||| 0.0613553 0.0613553
-[X][X] Parliament has [X][X] [X] ||| [X][X] Parlament [X][X] hat [X] ||| 1 ||| ||| 0.516306 0.331746
-[X][X] Parliament has [X][X] an [X] ||| [X][X] Parlament [X][X] hat [X] ||| 1 ||| ||| 0.516306 0.100303
-[X][X] Parliament has [X][X] interest [X] ||| [X][X] Parlament [X][X] hat [X] ||| 1 ||| ||| 0.516306 0.0842569
-[X][X] House rose and observed [X] ||| [X][X] Parlament erhebt sich zu [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] Parliament just [X] ||| [X][X] Parlament erst [X] ||| 1 ||| ||| 0.166667 0.166667
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] [X] ||| 1 ||| ||| 0.111429 0.111429
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-[X][X] Parliament just [X] ||| [X][X] Parlament erst vor [X] ||| 1 ||| ||| 0.125 0.125
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] [X] ||| 1 ||| ||| 0.111429 0.111429
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-[X][X] Parliament just a few [X] ||| [X][X] Parlament erst vor wenigen [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Parliament has consistently shown [X] ||| [X][X] Parlament immer wieder befaßt hat [X] ||| 1 ||| ||| 0.147186 0.147186
-[X][X] Parliament and [X] ||| [X][X] Parlament und [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Parliament and [X][X] [X] ||| [X][X] Parlament und [X][X] [X] ||| 1 ||| ||| 0.197713 0.140523
-[X][X] Parliament and [X][X] of [X] ||| [X][X] Parlament und [X][X] [X] ||| 1 ||| ||| 0.197713 0.0294118
-[X][X] Parliament and [X][X] the [X] ||| [X][X] Parlament und [X][X] [X] ||| 1 ||| ||| 0.197713 0.0277778
-[X][X] Parliament and [X][X] whole [X] ||| [X][X] Parlament und [X][X] gesamten [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Parliament and by [X] ||| [X][X] Parlament und von [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] Parliament and by [X][X] [X] ||| [X][X] Parlament und von [X][X] [X] ||| 1 ||| ||| 0.0929038 0.0929038
-[X][X] Parliament and by the [X] ||| [X][X] Parlament und von der [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Parliament , [X] ||| [X][X] Parlaments [X] ||| 1 ||| ||| 1.12769 0.233766
-[X][X] Parliament , a [X] ||| [X][X] Parlaments [X] ||| 1 ||| ||| 1.12769 0.188034
-[X][X] Parliament , a date [X] ||| [X][X] Parlaments [X] ||| 1 ||| ||| 1.12769 0.188034
-[X][X] Parliament [X] ||| [X][X] Parlaments [X] ||| 1 ||| ||| 1.12769 0.517857
-, [X][X] positions [X] ||| [X][X] Position , [X] ||| 1 ||| ||| 0.133929 0.0625
-indeed , [X][X] positions [X] ||| [X][X] Position , [X] ||| 1 ||| ||| 0.133929 0.0714286
-, [X][X] positions [X] ||| [X][X] Position , die [X] ||| 1 ||| ||| 0.1125 0.0625
-indeed , [X][X] positions [X] ||| [X][X] Position , die [X] ||| 1 ||| ||| 0.1125 0.05
-[X][X] positions [X] ||| [X][X] Position [X] ||| 1 ||| ||| 0.58259 0.58259
-[X][X] press [X] ||| [X][X] Presse [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] press [X][X] [X] ||| [X][X] Presse [X][X] [X] ||| 1 ||| ||| 0.0909091 0.0909091
-aware [X][X] press [X][X] that [X] ||| [X][X] Presse [X][X] wissen , [X] ||| 1 ||| ||| 0.125 0.125
-aware [X][X] press [X][X] [X] ||| [X][X] Presse [X][X] wissen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] press and [X] ||| [X][X] Presse und [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] press and television [X] ||| [X][X] Presse und dem Fernsehen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-aware [X][X] press and television [X] ||| [X][X] Presse und dem Fernsehen wissen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] President , [X] ||| [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.399912 0.399912
-[X][X] President , [X] ||| [X][X] Präsidentin , der [X] ||| 1 ||| ||| 0.273201 0.273201
-[X][X] President [X] ||| [X][X] Präsidentin [X] ||| 1 ||| ||| 0.729545 0.729545
-[X][X] President [X] ||| [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.747765 0.747765
-[X][X] President [X][X] Governor [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.25946 0.12973
-[X][X] President [X][X] the Governor [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.25946 0.12973
-[X][X] President [X][X] Governor of [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.0689755 0.0689755
-[X][X] President [X][X] [X] ||| [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.903577 0.681864
-[X][X] President [X][X] the [X] ||| [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.903577 0.221713
-[X][X] President [X][X] of [X] ||| [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| ||| 0.0689755 0.0689755
-[X][X] President and [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.885041 0.401883
-[X][X] President and to [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.885041 0.261445
-[X][X] President and to the [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.885041 0.221713
-[X][X] President and [X][X] [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.39741 0.198705
-[X][X] President and to [X][X] [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.39741 0.198705
-[X][X] President and [X][X] of [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] von [X] ||| 1 ||| ||| 0.0689755 0.0689755
-[X][X] of quota penalties [X] ||| [X][X] Quotenstrafe belegt [X] ||| 1 ||| ||| 0.535714 0.142857
-[X][X] quota penalties [X] ||| [X][X] Quotenstrafe belegt [X] ||| 1 ||| ||| 0.535714 0.392857
-[X][X] of quota penalties [X][X] [X] ||| [X][X] Quotenstrafe belegt [X][X] [X] ||| 1 ||| ||| 0.306818 0.0909091
-[X][X] quota penalties [X][X] [X] ||| [X][X] Quotenstrafe belegt [X][X] [X] ||| 1 ||| ||| 0.306818 0.215909
-[X][X] quota penalties should be [X] ||| [X][X] Quotenstrafe belegt werden sollen [X] ||| 1 ||| ||| 0.215909 0.215909
-[X][X] right [X] ||| [X][X] Recht [X] ||| 1 ||| ||| 0.5 0.5
-is [X][X] right . [X] ||| [X][X] Recht ist . [X] ||| 1 ||| ||| 0.166667 0.166667
-is [X][X] right [X] ||| [X][X] Recht ist [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] legal principle [X] ||| [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.747982 0.605125
-is [X][X] legal principle [X] ||| [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.747982 0.142857
-[X][X] legal principle [X][X] [X] ||| [X][X] Rechtsgrundsatz [X][X] [X] ||| 1 ||| ||| 0.991876 0.773983
-is [X][X] legal principle [X][X] [X] ||| [X][X] Rechtsgrundsatz [X][X] [X] ||| 1 ||| ||| 0.991876 0.217893
-[X][X] legal principle [X][X] common [X] ||| [X][X] Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.250216 0.250216
-[X][X] legal principle [X][X] and [X] ||| [X][X] Rechtsgrundsatz [X][X] und [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] legal principle of the [X] ||| [X][X] Rechtsgrundsatz der [X] ||| 1 ||| ||| 0.351544 0.351544
-[X][X] minute ' s silence [X] ||| [X][X] Schweigeminute . [X] ||| 1 ||| ||| 0.592857 0.592857
-[X][X] minute ' s silence [X] ||| [X][X] Schweigeminute zu erheben [X] ||| 1 ||| ||| 0.833333 0.833333
-[X][X] you , Madam President [X] ||| [X][X] Sie , Frau Präsidentin [X] ||| 1 ||| ||| 0.0719697 0.0719697
-[X][X] you , Madam [X] ||| [X][X] Sie , Frau [X] ||| 1 ||| ||| 0.111429 0.111429
-[X][X] you , Madam [X][X] [X] ||| [X][X] Sie , Frau [X][X] [X] ||| 1 ||| ||| 0.0708499 0.0708499
-[X][X] you , Madam [X][X] [X] ||| [X][X] Sie , Frau [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] you , [X] ||| [X][X] Sie , [X] ||| 1 ||| ||| 0.1875 0.1875
-[X][X] you , [X][X] , [X] ||| [X][X] Sie , [X][X] , [X] ||| 1 ||| ||| 0.0526681 0.0526681
-[X][X] you , [X][X] , [X] ||| [X][X] Sie , [X][X] , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] you , [X][X] [X] ||| [X][X] Sie , [X][X] [X] ||| 1 ||| ||| 0.14282 0.14282
-[X][X] you , [X][X] [X] ||| [X][X] Sie , [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] you [X] ||| [X][X] Sie [X] ||| 1 ||| ||| 1.44939 1.37796
-the [X][X] you [X] ||| [X][X] Sie [X] ||| 1 ||| ||| 1.44939 0.0714286
-[X][X] you [X][X] , [X] ||| [X][X] Sie [X][X] , [X] ||| 1 ||| ||| 0.0871509 0.0871509
-[X][X] you [X][X] , [X] ||| [X][X] Sie [X][X] , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] you [X][X] President , [X] ||| [X][X] Sie [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.0526681 0.0526681
-[X][X] you [X][X] President , [X] ||| [X][X] Sie [X][X] Präsidentin , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] you [X][X] President [X] ||| [X][X] Sie [X][X] Präsidentin [X] ||| 1 ||| ||| 0.0719697 0.0719697
-[X][X] you [X][X] President [X] ||| [X][X] Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 1 ||| ||| 0.861934 0.828601
-the [X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 1 ||| ||| 0.861934 0.0333333
-[X][X] draw your attention [X][X] [X] ||| [X][X] Sie [X][X] aufmerksam machen , [X] ||| 1 ||| ||| 0.253968 0.253968
-[X][X] draw your attention [X][X] [X] ||| [X][X] Sie [X][X] aufmerksam machen [X] ||| 1 ||| ||| 0.366667 0.366667
-[X][X] you [X][X] to [X] ||| [X][X] Sie [X][X] bei [X] ||| 1 ||| ||| 0.0661201 0.0661201
-[X][X] you [X][X] to the [X] ||| [X][X] Sie [X][X] bei dem [X] ||| 1 ||| ||| 0.0353335 0.0353335
-[X][X] you [X][X] the President [X] ||| [X][X] Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-[X][X] you [X][X] the [X] ||| [X][X] Sie [X][X] dem [X] ||| 1 ||| ||| 0.0353335 0.0353335
-[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] you represent , [X] ||| [X][X] Sie vertreten , [X] ||| 1 ||| ||| 0.12335 0.12335
-[X][X] you represent , [X][X] [X] ||| [X][X] Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.051727 0.051727
-[X][X] you represent , to [X] ||| [X][X] Sie vertreten , bei [X] ||| 1 ||| ||| 0.0661201 0.0661201
-[X][X] you represent [X] ||| [X][X] Sie vertreten [X] ||| 1 ||| ||| 0.207519 0.207519
-[X][X] you represent [X][X] President [X] ||| [X][X] Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-[X][X] you represent [X][X] [X] ||| [X][X] Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.117847 0.117847
-[X][X] you represent [X][X] the [X] ||| [X][X] Sie vertreten [X][X] dem [X] ||| 1 ||| ||| 0.0353335 0.0353335
-[X][X] you wish , [X] ||| [X][X] Sie wollen , [X] ||| 1 ||| ||| 0.246861 0.213528
-the [X][X] you wish , [X] ||| [X][X] Sie wollen , [X] ||| 1 ||| ||| 0.246861 0.0333333
-[X][X] you wish , [X][X] [X] ||| [X][X] Sie wollen , [X][X] [X] ||| 1 ||| ||| 0.119628 0.119628
-[X][X] you wish [X] ||| [X][X] Sie wollen [X] ||| 1 ||| ||| 0.392157 0.344538
-the [X][X] you wish [X] ||| [X][X] Sie wollen [X] ||| 1 ||| ||| 0.392157 0.047619
-[X][X] you wish [X][X] , [X] ||| [X][X] Sie wollen [X][X] , [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] you wish [X][X] [X] ||| [X][X] Sie wollen [X][X] [X] ||| 1 ||| ||| 0.119628 0.119628
-[X][X] keeping with [X] ||| [X][X] Sinne [X] ||| 1 ||| ||| 0.446429 0.446429
-, [X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] , [X] ||| 1 ||| ||| 0.0625 0.0625
-, [X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] , die [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] [X] ||| 1 ||| ||| 0.189733 0.189733
-[X][X] keeping with the positions [X] ||| [X][X] Sinne der Position [X] ||| 1 ||| ||| 0.189733 0.189733
-[X][X] keeping with the [X] ||| [X][X] Sinne der [X] ||| 1 ||| ||| 0.278822 0.278822
-[X][X] situation [X] ||| [X][X] Situation [X] ||| 1 ||| ||| 0.66406 0.66406
-[X][X] session [X] ||| [X][X] Sitzungsperiode [X] ||| 1 ||| ||| 0.75 0.75
-[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka [X] ||| 1 ||| ||| 0.257576 0.257576
-[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka zu [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka zu beklagen [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab , [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] Sri [X] ||| [X][X] Sri [X] ||| 1 ||| ||| 0.930037 0.853114
-of [X][X] Sri [X] ||| [X][X] Sri [X] ||| 1 ||| ||| 0.930037 0.0769231
-[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] , [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] , zählt [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] [X] ||| 1 ||| ||| 0.146443 0.146443
-[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] zählt [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] public prosecutor [X] ||| [X][X] Staatsanwalt [X] ||| 1 ||| ||| 0.45 0.45
-[X][X] public prosecutor [X][X] . [X] ||| [X][X] Staatsanwalt [X][X] . [X] ||| 1 ||| ||| 0.112121 0.112121
-[X][X] public prosecutor [X][X] [X] ||| [X][X] Staatsanwalt [X][X] [X] ||| 1 ||| ||| 0.2446 0.2446
-[X][X] public prosecutor is appealing [X] ||| [X][X] Staatsanwalt in Berufung geht [X] ||| 1 ||| ||| 0.132479 0.132479
-[X][X] public prosecutor [X] ||| [X][X] Staatsanwalt in [X] ||| 1 ||| ||| 0.309524 0.309524
-[X][X] public prosecutor [X][X] . [X] ||| [X][X] Staatsanwalt in [X][X] . [X] ||| 1 ||| ||| 0.112121 0.112121
-[X][X] public prosecutor [X][X] [X] ||| [X][X] Staatsanwalt in [X][X] [X] ||| 1 ||| ||| 0.2446 0.2446
-[X][X] stability [X] ||| [X][X] Stabilität [X] ||| 1 ||| ||| 1.78562 1.3472
-[X][X] stability is [X] ||| [X][X] Stabilität [X] ||| 1 ||| ||| 1.78562 0.438419
-[X][X] stability [X][X] legal principle [X] ||| [X][X] Stabilität [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.090839 0.090839
-[X][X] stability [X][X] [X] ||| [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.800687 0.520854
-[X][X] stability is [X][X] [X] ||| [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.800687 0.279833
-[X][X] stability [X][X] of the [X] ||| [X][X] Stabilität [X][X] der [X] ||| 1 ||| ||| 0.0333333 0.0333333
-[X][X] stability [X][X] fundamental [X] ||| [X][X] Stabilität [X][X] elementaren [X] ||| 1 ||| ||| 0.15566 0.15566
-[X][X] stability is a [X] ||| [X][X] Stabilität einen [X] ||| 1 ||| ||| 0.241022 0.241022
-[X][X] stability is a [X][X] [X] ||| [X][X] Stabilität einen [X][X] [X] ||| 1 ||| ||| 0.124172 0.124172
-[X][X] stability is a fundamental [X] ||| [X][X] Stabilität einen elementaren [X] ||| 1 ||| ||| 0.15566 0.15566
-done [X][X] stability [X] ||| [X][X] Stabilität verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-be done [X][X] stability . [X] ||| [X][X] Stabilität verhängt werden . [X] ||| 1 ||| ||| 0.125 0.125
-be done [X][X] stability [X] ||| [X][X] Stabilität verhängt werden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-says [X][X] [X] ||| [X][X] Strafen [X] ||| 1 ||| ||| 0.75 0.75
-[X][X] few days , [X] ||| [X][X] Tagen [X] ||| 1 ||| ||| 0.703968 0.311111
-[X][X] few days [X] ||| [X][X] Tagen [X] ||| 1 ||| ||| 0.703968 0.392857
-[X][X] part-session [X] ||| [X][X] Tagung [X] ||| 1 ||| ||| 2 1.5
-with [X][X] part-session [X] ||| [X][X] Tagung [X] ||| 1 ||| ||| 2 0.5
-[X][X] part-session [X][X] European Parliament [X] ||| [X][X] Tagung [X][X] Europäischen Parlaments [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] part-session [X][X] European [X] ||| [X][X] Tagung [X][X] Europäischen [X] ||| 1 ||| ||| 0.422222 0.311111
-with [X][X] part-session [X][X] European [X] ||| [X][X] Tagung [X][X] Europäischen [X] ||| 1 ||| ||| 0.422222 0.111111
-[X][X] part-session [X][X] Parliament [X] ||| [X][X] Tagung [X][X] Parlaments [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] part-session [X][X] [X] ||| [X][X] Tagung [X][X] [X] ||| 1 ||| ||| 1.21389 0.936111
-with [X][X] part-session [X][X] [X] ||| [X][X] Tagung [X][X] [X] ||| 1 ||| ||| 1.21389 0.277778
-[X][X] part-session of the European [X] ||| [X][X] Tagung des Europäischen [X] ||| 1 ||| ||| 0.311111 0.311111
-[X][X] part-session of the [X] ||| [X][X] Tagung des [X] ||| 1 ||| ||| 0.666667 0.5
-with [X][X] part-session of the [X] ||| [X][X] Tagung des [X] ||| 1 ||| ||| 0.666667 0.166667
-[X][X] part-session of the [X][X] [X] ||| [X][X] Tagung des [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Texas , Mr Bush [X] ||| [X][X] Texas , George W. Bush [X] ||| 1 ||| ||| 0.446399 0.446399
-[X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 1 ||| ||| 1.03157 0.722046
-the [X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 1 ||| ||| 1.03157 0.166667
-to [X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 1 ||| ||| 1.03157 0.142857
-[X][X] Texas , Mr [X][X] [X] ||| [X][X] Texas , George W. [X][X] [X] ||| 1 ||| ||| 0.467399 0.467399
-[X][X] Texas [X] ||| [X][X] Texas [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] killings [X] ||| [X][X] Toten [X] ||| 1 ||| ||| 1.30952 0.976191
-of [X][X] killings [X] ||| [X][X] Toten [X] ||| 1 ||| ||| 1.30952 0.333333
-, [X][X] environmental information [X] ||| [X][X] Umweltinformationen [X] ||| 1 ||| ||| 0.633333 0.142857
-[X][X] environmental information [X] ||| [X][X] Umweltinformationen [X] ||| 1 ||| ||| 0.633333 0.490476
-[X][X] environmental information [X][X] . [X] ||| [X][X] Umweltinformationen [X][X] . [X] ||| 1 ||| ||| 0.145833 0.145833
-, [X][X] environmental information [X][X] [X] ||| [X][X] Umweltinformationen [X][X] [X] ||| 1 ||| ||| 0.41859 0.129167
-[X][X] environmental information [X][X] [X] ||| [X][X] Umweltinformationen [X][X] [X] ||| 1 ||| ||| 0.41859 0.289423
-[X][X] environmental information is [X][X] [X] ||| [X][X] Umweltinformationen [X][X] ist [X] ||| 1 ||| ||| 0.14359 0.14359
-[X][X] Community [X] ||| [X][X] Union [X] ||| 1 ||| ||| 2.03601 1.12009
-[X][X] Union [X] ||| [X][X] Union [X] ||| 1 ||| ||| 2.03601 0.58259
-of [X][X] Community [X] ||| [X][X] Union [X] ||| 1 ||| ||| 2.03601 0.333333
-[X][X] inadmissibility . [X] ||| [X][X] Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.310207 0.310207
-[X][X] inadmissibility [X] ||| [X][X] Unzulässigkeit geben [X] ||| 1 ||| ||| 0.643541 0.643541
-[X][X] condemned person [X] ||| [X][X] Verurteilten [X] ||| 1 ||| ||| 0.513095 0.513095
-[X][X] proposal to subvert it [X] ||| [X][X] Vorschlag , diesen zu unterlaufen , [X] ||| 1 ||| ||| 0.136364 0.136364
-[X][X] proposal to subvert it [X] ||| [X][X] Vorschlag , diesen zu unterlaufen [X] ||| 1 ||| ||| 0.285014 0.285014
-[X][X] proposal [X] ||| [X][X] Vorschlag [X] ||| 1 ||| ||| 0.65049 0.65049
-[X][X] proposal [X][X] [X] ||| [X][X] Vorschlag [X][X] , [X] ||| 1 ||| ||| 0.136364 0.136364
-[X][X] proposal [X][X] [X] ||| [X][X] Vorschlag [X][X] [X] ||| 1 ||| ||| 0.421378 0.421378
-[X][X] do [X][X] suggested . [X] ||| [X][X] Vorschlag [X][X] folgen . [X] ||| 1 ||| ||| 0.104278 0.104278
-[X][X] do [X][X] has suggested [X] ||| [X][X] Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.18 0.09
-[X][X] do [X][X] suggested [X] ||| [X][X] Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.18 0.09
-[X][X] as Mr [X][X] suggested [X] ||| [X][X] Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| ||| 0.09 0.09
-[X][X] as [X][X] suggested . [X] ||| [X][X] Vorschlag von [X][X] folgen . [X] ||| 1 ||| ||| 0.104278 0.104278
-[X][X] as [X][X] has suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.27 0.09
-[X][X] as [X][X] suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.27 0.09
-[X][X] do as [X][X] suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.27 0.09
-[X][X] request [X] ||| [X][X] Wunsch [X] ||| 1 ||| ||| 0.75 0.333333
-[X][X] requested [X] ||| [X][X] Wunsch [X] ||| 1 ||| ||| 0.75 0.416667
-[X][X] request [X][X] , Mr [X] ||| [X][X] Wunsch [X][X] , Herrn [X] ||| 1 ||| ||| 0.0322581 0.0322581
-[X][X] request [X][X] , [X] ||| [X][X] Wunsch [X][X] , [X] ||| 1 ||| ||| 0.0434783 0.0434783
-[X][X] request [X][X] Mr Zimeray [X] ||| [X][X] Wunsch [X][X] Herrn Zimeray [X] ||| 1 ||| ||| 0.0243902 0.0243902
-[X][X] request [X][X] Mr [X] ||| [X][X] Wunsch [X][X] Herrn [X] ||| 1 ||| ||| 0.0322581 0.0322581
-[X][X] request [X][X] Member , [X] ||| [X][X] Wunsch [X][X] Mitglieds , [X] ||| 1 ||| ||| 0.0434783 0.0434783
-[X][X] request [X][X] Member [X] ||| [X][X] Wunsch [X][X] Mitglieds [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] request [X][X] Zimeray [X] ||| [X][X] Wunsch [X][X] Zimeray [X] ||| 1 ||| ||| 0.0243902 0.0243902
-[X][X] request [X][X] [X] ||| [X][X] Wunsch [X][X] [X] ||| 1 ||| ||| 0.498062 0.367283
-[X][X] requested [X][X] [X] ||| [X][X] Wunsch [X][X] [X] ||| 1 ||| ||| 0.498062 0.130779
-[X][X] request [X][X] French Member [X] ||| [X][X] Wunsch [X][X] französischen Mitglieds [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] request [X][X] French [X] ||| [X][X] Wunsch [X][X] französischen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] requested [X][X] on [X] ||| [X][X] Wunsch [X][X] im [X] ||| 1 ||| ||| 0.0462963 0.0462963
-[X][X] request of a [X] ||| [X][X] Wunsch eines [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] request of a [X][X] [X] ||| [X][X] Wunsch eines [X][X] [X] ||| 1 ||| ||| 0.15895 0.15895
-[X][X] request of a French [X] ||| [X][X] Wunsch eines französischen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] requested [X] ||| [X][X] Wunsch nach [X] ||| 1 ||| ||| 0.342857 0.342857
-[X][X] requested [X][X] [X] ||| [X][X] Wunsch nach [X][X] [X] ||| 1 ||| ||| 0.130779 0.130779
-[X][X] requested [X][X] on [X] ||| [X][X] Wunsch nach [X][X] im [X] ||| 1 ||| ||| 0.0462963 0.0462963
-[X][X] requested a debate [X] ||| [X][X] Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.0844828 0.0844828
-[X][X] requested a debate on [X] ||| [X][X] Wunsch nach einer Aussprache im [X] ||| 1 ||| ||| 0.0462963 0.0462963
-[X][X] requested a [X] ||| [X][X] Wunsch nach einer [X] ||| 1 ||| ||| 0.171429 0.171429
-[X][X] requested a [X][X] [X] ||| [X][X] Wunsch nach einer [X][X] [X] ||| 1 ||| ||| 0.0462963 0.0462963
-[X][X] Zimeray , [X] ||| [X][X] Zimeray , [X] ||| 1 ||| ||| 0.418403 0.395676
-the [X][X] Zimeray , [X] ||| [X][X] Zimeray , [X] ||| 1 ||| ||| 0.418403 0.0227273
-[X][X] Zimeray , [X][X] [X] ||| [X][X] Zimeray , [X][X] [X] ||| 1 ||| ||| 0.197712 0.197712
-[X][X] Zimeray , [X][X] presented [X] ||| [X][X] Zimeray , [X][X] eingereicht [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] Zimeray [X] ||| [X][X] Zimeray [X] ||| 1 ||| ||| 0.757456 0.728044
-the [X][X] Zimeray [X] ||| [X][X] Zimeray [X] ||| 1 ||| ||| 0.757456 0.0294118
-[X][X] Zimeray [X][X] [X] ||| [X][X] Zimeray [X][X] [X] ||| 1 ||| ||| 0.197712 0.197712
-[X][X] Zimeray [X][X] presented [X] ||| [X][X] Zimeray [X][X] eingereicht [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] the [X][X] , [X] ||| [X][X] [X][X] , [X] ||| 1 ||| ||| 0.146825 0.146825
-[X][X] have [X][X] that [X] ||| [X][X] [X][X] , daß [X] ||| 1 ||| ||| 0.0434783 0.0434783
-[X][X] signed [X][X] [X] ||| [X][X] [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.087037 0.087037
-[X][X] signed [X][X] [X] ||| [X][X] [X][X] , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] before [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 1 ||| ||| 0.142857 0.047619
-[X][X] before the [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 1 ||| ||| 0.142857 0.047619
-[X][X] the [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 1 ||| ||| 0.142857 0.047619
-[X][X] before [X][X] because the [X] ||| [X][X] [X][X] , weil der [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] the [X][X] because the [X] ||| [X][X] [X][X] , weil der [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] the [X][X] , if [X] ||| [X][X] [X][X] , wenn [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] do [X][X] . [X] ||| [X][X] [X][X] . [X] ||| 1 ||| ||| 0.335479 0.208556
-[X][X] has [X][X] . [X] ||| [X][X] [X][X] . [X] ||| 1 ||| ||| 0.335479 0.126923
-[X][X] using [X][X] prestigious office [X] ||| [X][X] [X][X] Amtes [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] the [X][X] Bush , [X] ||| [X][X] [X][X] Bush , [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] the [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 1 ||| ||| 0.142229 0.0777126
-[X][X] to [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 1 ||| ||| 0.142229 0.0322581
-[X][X] to the [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 1 ||| ||| 0.142229 0.0322581
-[X][X] using [X][X] of your [X] ||| [X][X] [X][X] Ihres [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] initiative [X][X] [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.853305
-[X][X] initiative [X][X] have [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.14521
-[X][X] initiative [X][X] have just [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.108333
-[X][X] initiative [X][X] just [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.108333
-[X][X] initiative [X][X] just suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.0666667
-[X][X] initiative [X][X] suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.0666667
-[X][X] initiative [X][X] you [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.206282
-[X][X] initiative [X][X] you have [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.14521
-[X][X] initiative of [X][X] [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.853305
-[X][X] initiative of [X][X] have [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.14521
-[X][X] initiative of [X][X] just [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.108333
-[X][X] initiative of [X][X] suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.0666667
-[X][X] initiative of [X][X] you [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 3.0798 0.206282
-[X][X] Members [X][X] , [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 1 ||| ||| 0.156108 0.0588235
-[X][X] Members [X][X] , on [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 1 ||| ||| 0.156108 0.0384615
-[X][X] of Members [X][X] , [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 1 ||| ||| 0.156108 0.0588235
-[X][X] Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.095238 0.047619
-[X][X] of Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.095238 0.047619
-[X][X] Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.153846 0.0769231
-[X][X] of Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.153846 0.0769231
-[X][X] behalf [X][X] the victims [X] ||| [X][X] [X][X] Opfern [X] ||| 1 ||| ||| 0.329032 0.0822581
-[X][X] behalf [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 1 ||| ||| 0.329032 0.0822581
-[X][X] behalf of [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 1 ||| ||| 0.329032 0.0822581
-[X][X] of [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 1 ||| ||| 0.329032 0.0822581
-[X][X] is [X][X] right . [X] ||| [X][X] [X][X] Recht ist . [X] ||| 1 ||| ||| 0.399802 0.399802
-, [X][X] is [X][X] right [X] ||| [X][X] [X][X] Recht ist [X] ||| 1 ||| ||| 0.421368 0.0666667
-[X][X] is [X][X] right [X] ||| [X][X] [X][X] Recht ist [X] ||| 1 ||| ||| 0.421368 0.354701
-[X][X] is [X][X] legal principle [X] ||| [X][X] [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.140839 0.140839
-[X][X] Texas [X][X] , [X] ||| [X][X] [X][X] Texas , [X] ||| 1 ||| ||| 0.277778 0.277778
-[X][X] Texas [X][X] , for [X] ||| [X][X] [X][X] Texas , für [X] ||| 1 ||| ||| 0.242857 0.242857
-[X][X] Texas [X][X] [X] ||| [X][X] [X][X] Texas [X] ||| 1 ||| ||| 0.291667 0.291667
-[X][X] killings [X][X] [X] ||| [X][X] [X][X] Toten [X] ||| 1 ||| ||| 0.267857 0.125
-[X][X] of [X][X] killings [X] ||| [X][X] [X][X] Toten [X] ||| 1 ||| ||| 0.267857 0.142857
-[X][X] , [X][X] environmental information [X] ||| [X][X] [X][X] Umweltinformationen [X] ||| 1 ||| ||| 0.097619 0.097619
-[X][X] of [X][X] Community [X] ||| [X][X] [X][X] Union [X] ||| 1 ||| ||| 0.175642 0.175642
-[X][X] raise [X][X] , [X] ||| [X][X] [X][X] ansprechen , [X] ||| 1 ||| ||| 0.286406 0.286406
-[X][X] raise [X][X] , i.e. [X] ||| [X][X] [X][X] ansprechen , d. h. [X] ||| 1 ||| ||| 0.210145 0.210145
-[X][X] raise [X][X] [X] ||| [X][X] [X][X] ansprechen [X] ||| 1 ||| ||| 0.401544 0.401544
-[X][X] draw your attention [X][X] [X] ||| [X][X] [X][X] aufmerksam machen , [X] ||| 1 ||| ||| 0.507937 0.507937
-[X][X] draw your attention [X][X] [X] ||| [X][X] [X][X] aufmerksam machen [X] ||| 1 ||| ||| 0.733333 0.733333
-[X][X] the [X][X] [X] ||| [X][X] [X][X] das [X] ||| 1 ||| ||| 0.614664 0.307332
-[X][X] to the [X][X] [X] ||| [X][X] [X][X] das [X] ||| 1 ||| ||| 0.614664 0.307332
-[X][X] aware [X][X] television that [X] ||| [X][X] [X][X] dem Fernsehen wissen , [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] aware [X][X] television [X] ||| [X][X] [X][X] dem Fernsehen wissen [X] ||| 1 ||| ||| 0.183333 0.183333
-[X][X] , [X][X] access [X] ||| [X][X] [X][X] der Zugang [X] ||| 1 ||| ||| 0.0769231 0.0769231
-[X][X] , [X][X] access to [X] ||| [X][X] [X][X] der Zugang zu [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] is [X][X] of the [X] ||| [X][X] [X][X] der [X] ||| 1 ||| ||| 0.0768116 0.0768116
-[X][X] a petition [X][X] [X] ||| [X][X] [X][X] eine Petition [X] ||| 1 ||| ||| 0.430556 0.430556
-[X][X] a petition [X][X] presented [X] ||| [X][X] [X][X] eine Petition eingereicht [X] ||| 1 ||| ||| 0.32549 0.32549
-[X][X] made [X][X] that [X] ||| [X][X] [X][X] gemacht hat , daß [X] ||| 1 ||| ||| 0.308744 0.249921
-have [X][X] made [X][X] that [X] ||| [X][X] [X][X] gemacht hat , daß [X] ||| 1 ||| ||| 0.308744 0.0588235
-[X][X] made [X][X] [X] ||| [X][X] [X][X] gemacht hat [X] ||| 1 ||| ||| 0.421499 0.35007
-have [X][X] made [X][X] [X] ||| [X][X] [X][X] gemacht hat [X] ||| 1 ||| ||| 0.421499 0.0714286
-[X][X] is [X][X] common [X] ||| [X][X] [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.0333333 0.0333333
-[X][X] have [X][X] . [X] ||| [X][X] [X][X] haben . [X] ||| 1 ||| ||| 0.251923 0.251923
-[X][X] have [X][X] [X] ||| [X][X] [X][X] haben [X] ||| 1 ||| ||| 0.316399 0.316399
-[X][X] has [X][X] . [X] ||| [X][X] [X][X] hat . [X] ||| 1 ||| ||| 0.33862 0.16931
-[X][X] has [X][X] interest . [X] ||| [X][X] [X][X] hat . [X] ||| 1 ||| ||| 0.33862 0.16931
-[X][X] has [X][X] [X] ||| [X][X] [X][X] hat [X] ||| 1 ||| ||| 1.76813 0.980195
-[X][X] has [X][X] an [X] ||| [X][X] [X][X] hat [X] ||| 1 ||| ||| 1.76813 0.294748
-[X][X] has [X][X] an interest [X] ||| [X][X] [X][X] hat [X] ||| 1 ||| ||| 1.76813 0.246595
-[X][X] has [X][X] interest [X] ||| [X][X] [X][X] hat [X] ||| 1 ||| ||| 1.76813 0.246595
-[X][X] here [X][X] [X] ||| [X][X] [X][X] hier [X] ||| 1 ||| ||| 0.291667 0.291667
-all [X][X] here [X][X] that [X] ||| [X][X] [X][X] hier alle , daß [X] ||| 1 ||| ||| 0.22619 0.22619
-all [X][X] here [X][X] [X] ||| [X][X] [X][X] hier alle [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] I [X][X] [X] ||| [X][X] [X][X] ich [X] ||| 1 ||| ||| 0.263636 0.263636
-[X][X] I [X][X] [X] ||| [X][X] [X][X] ich dem [X] ||| 1 ||| ||| 0.169996 0.169996
-[X][X] in Russia , [X][X] [X] ||| [X][X] [X][X] in Rußland [X] ||| 1 ||| ||| 0.58077 0.14359
-[X][X] in Russia [X][X] , [X] ||| [X][X] [X][X] in Rußland [X] ||| 1 ||| ||| 0.58077 0.14359
-[X][X] in Russia [X][X] [X] ||| [X][X] [X][X] in Rußland [X] ||| 1 ||| ||| 0.58077 0.29359
-[X][X] in Russia [X][X] access [X] ||| [X][X] [X][X] in Rußland der Zugang [X] ||| 1 ||| ||| 0.0909091 0.0909091
-, [X][X] is [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 1 ||| ||| 0.862104 0.0625
-[X][X] is [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 1 ||| ||| 0.862104 0.399802
-[X][X] is a [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 1 ||| ||| 0.862104 0.399802
-, [X][X] is [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.842735 0.0666667
-, [X][X] is a [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.842735 0.0666667
-[X][X] is [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.842735 0.354701
-[X][X] is a [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.842735 0.354701
-[X][X] the [X][X] you may [X] ||| [X][X] [X][X] können Sie [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.087037 0.087037
-[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] fail to meet [X][X] [X] ||| [X][X] [X][X] nicht erfüllen , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] have [X][X] and [X] ||| [X][X] [X][X] und [X] ||| 1 ||| ||| 0.170448 0.135965
-[X][X] using [X][X] and [X] ||| [X][X] [X][X] und [X] ||| 1 ||| ||| 0.170448 0.0344828
-[X][X] aware [X][X] and television [X] ||| [X][X] [X][X] und dem Fernsehen wissen [X] ||| 1 ||| ||| 0.183333 0.183333
-[X][X] signed [X][X] [X] ||| [X][X] [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.087037 0.087037
-[X][X] signed [X][X] [X] ||| [X][X] [X][X] unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] to [X][X] of [X] ||| [X][X] [X][X] von [X] ||| 1 ||| ||| 0.175642 0.175642
-[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.087037 0.087037
-[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] before [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 1 ||| ||| 0.142857 0.047619
-[X][X] before the [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 1 ||| ||| 0.142857 0.047619
-[X][X] the [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 1 ||| ||| 0.142857 0.047619
-[X][X] before [X][X] because the [X] ||| [X][X] [X][X] weil der [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] the [X][X] because the [X] ||| [X][X] [X][X] weil der [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] the [X][X] if [X] ||| [X][X] [X][X] wenn [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] of [X][X] should be [X] ||| [X][X] [X][X] werden sollen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] aware [X][X] that [X] ||| [X][X] [X][X] wissen , [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] aware [X][X] [X] ||| [X][X] [X][X] wissen [X] ||| 1 ||| ||| 0.183333 0.183333
-[X][X] would be [X][X] . [X] ||| [X][X] [X][X] wäre . [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] would be [X][X] [X] ||| [X][X] [X][X] wäre [X] ||| 1 ||| ||| 0.634199 0.634199
-all [X][X] that [X] ||| [X][X] alle , daß [X] ||| 1 ||| ||| 0.45238 0.22619
-all of [X][X] that [X] ||| [X][X] alle , daß [X] ||| 1 ||| ||| 0.45238 0.22619
-all [X][X] that [X][X] [X] ||| [X][X] alle , daß [X][X] [X] ||| 1 ||| ||| 0.608314 0.251593
-all [X][X] that [X][X] have [X] ||| [X][X] alle , daß [X][X] [X] ||| 1 ||| ||| 0.608314 0.105128
-all of [X][X] that [X][X] [X] ||| [X][X] alle , daß [X][X] [X] ||| 1 ||| ||| 0.608314 0.251593
-all [X][X] that the courts [X] ||| [X][X] alle , daß das Gericht [X] ||| 1 ||| ||| 0.146465 0.146465
-all [X][X] that the [X] ||| [X][X] alle , daß das [X] ||| 1 ||| ||| 0.467532 0.233766
-all of [X][X] that the [X] ||| [X][X] alle , daß das [X] ||| 1 ||| ||| 0.467532 0.233766
-all [X][X] that the [X][X] [X] ||| [X][X] alle , daß das [X][X] [X] ||| 1 ||| ||| 0.105128 0.105128
-all [X][X] [X] ||| [X][X] alle [X] ||| 1 ||| ||| 0.733334 0.366667
-all of [X][X] [X] ||| [X][X] alle [X] ||| 1 ||| ||| 0.733334 0.366667
-[X][X] all the victims [X] ||| [X][X] allen Opfern [X] ||| 1 ||| ||| 0.164516 0.0822581
-[X][X] of all the victims [X] ||| [X][X] allen Opfern [X] ||| 1 ||| ||| 0.164516 0.0822581
-[X][X] all [X] ||| [X][X] allen [X] ||| 1 ||| ||| 1.25934 0.242857
-[X][X] all the [X] ||| [X][X] allen [X] ||| 1 ||| ||| 1.25934 0.176923
-[X][X] behalf of all [X] ||| [X][X] allen [X] ||| 1 ||| ||| 1.25934 0.242857
-[X][X] behalf of all the [X] ||| [X][X] allen [X] ||| 1 ||| ||| 1.25934 0.176923
-[X][X] of all [X] ||| [X][X] allen [X] ||| 1 ||| ||| 1.25934 0.242857
-[X][X] of all the [X] ||| [X][X] allen [X] ||| 1 ||| ||| 1.25934 0.176923
-[X][X] all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 1 ||| ||| 0.246774 0.0822581
-[X][X] behalf of all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 1 ||| ||| 0.246774 0.0822581
-[X][X] of all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 1 ||| ||| 0.246774 0.0822581
-[X][X] on Thursday prior [X] ||| [X][X] am Donnerstag [X] ||| 1 ||| ||| 0.288095 0.288095
-[X][X] on Thursday prior [X][X] [X] ||| [X][X] am Donnerstag [X][X] [X] ||| 1 ||| ||| 0.108824 0.108824
-[X][X] on Thursday prior to [X] ||| [X][X] am Donnerstag zu [X] ||| 1 ||| ||| 0.17037 0.17037
-[X][X] on [X] ||| [X][X] am [X] ||| 1 ||| ||| 0.659414 0.659414
-[X][X] on [X][X] the start [X] ||| [X][X] am [X][X] Beginn [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] on [X][X] [X] ||| [X][X] am [X][X] [X] ||| 1 ||| ||| 0.567289 0.567289
-[X][X] on [X][X] of the [X] ||| [X][X] am [X][X] der [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] on [X][X] to [X] ||| [X][X] am [X][X] zu [X] ||| 1 ||| ||| 0.17037 0.17037
-[X][X] other [X] ||| [X][X] anderen [X] ||| 1 ||| ||| 0.583333 0.458333
-[X][X] the other [X] ||| [X][X] anderen [X] ||| 1 ||| ||| 0.583333 0.125
-before the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 1 ||| ||| 1.33333 0.25
-courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 1 ||| ||| 1.33333 0.5
-go before the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 1 ||| ||| 1.33333 0.25
-the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 1 ||| ||| 1.33333 0.333333
-[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 1 ||| ||| 0.075 0.025
-[X][X] courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 1 ||| ||| 0.075 0.025
-[X][X] the courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 1 ||| ||| 0.075 0.025
-[X][X] courts [X][X] because [X] ||| [X][X] angeklagt [X][X] , weil [X] ||| 1 ||| ||| 0.047619 0.0238095
-[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt [X][X] , weil [X] ||| 1 ||| ||| 0.047619 0.0238095
-[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt [X][X] , weil der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 1 ||| ||| 0.190384 0.0634615
-[X][X] courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 1 ||| ||| 0.190384 0.0634615
-[X][X] the courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 1 ||| ||| 0.190384 0.0634615
-[X][X] courts [X][X] because [X] ||| [X][X] angeklagt [X][X] weil [X] ||| 1 ||| ||| 0.047619 0.0238095
-[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt [X][X] weil [X] ||| 1 ||| ||| 0.047619 0.0238095
-[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt [X][X] weil der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-before the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 1 ||| ||| 1.05952 0.166667
-courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 1 ||| ||| 1.05952 0.5
-go before the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 1 ||| ||| 1.05952 0.142857
-the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 1 ||| ||| 1.05952 0.25
-[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 1 ||| ||| 0.075 0.025
-[X][X] courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 1 ||| ||| 0.075 0.025
-[X][X] the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 1 ||| ||| 0.075 0.025
-[X][X] courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] , weil [X] ||| 1 ||| ||| 0.047619 0.0238095
-[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] , weil [X] ||| 1 ||| ||| 0.047619 0.0238095
-[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt werden [X][X] , weil der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 1 ||| ||| 0.190384 0.0634615
-[X][X] courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 1 ||| ||| 0.190384 0.0634615
-[X][X] the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 1 ||| ||| 0.190384 0.0634615
-[X][X] courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] weil [X] ||| 1 ||| ||| 0.047619 0.0238095
-[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] weil [X] ||| 1 ||| ||| 0.047619 0.0238095
-[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt werden [X][X] weil der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] appropriate [X] ||| [X][X] angemessen , [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] appropriate [X][X] , Madam [X] ||| [X][X] angemessen , [X][X] , Frau [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] appropriate [X][X] , [X] ||| [X][X] angemessen , [X][X] , [X] ||| 1 ||| ||| 0.088141 0.088141
-[X][X] appropriate [X][X] Madam President [X] ||| [X][X] angemessen , [X][X] Frau Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] appropriate [X][X] Madam [X] ||| [X][X] angemessen , [X][X] Frau [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] appropriate [X][X] President , [X] ||| [X][X] angemessen , [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] appropriate [X][X] President [X] ||| [X][X] angemessen , [X][X] Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] appropriate [X][X] [X] ||| [X][X] angemessen , [X][X] [X] ||| 1 ||| ||| 0.258444 0.258444
-[X][X] appropriate for you , [X] ||| [X][X] angemessen , wenn Sie , [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] appropriate for you [X] ||| [X][X] angemessen , wenn Sie [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] appropriate for you [X][X] [X] ||| [X][X] angemessen , wenn Sie [X][X] [X] ||| 1 ||| ||| 0.0959441 0.0959441
-[X][X] appropriate for [X] ||| [X][X] angemessen , wenn [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] appropriate for [X][X] , [X] ||| [X][X] angemessen , wenn [X][X] , [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] appropriate for [X][X] Madam [X] ||| [X][X] angemessen , wenn [X][X] Frau [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] appropriate for [X][X] President [X] ||| [X][X] angemessen , wenn [X][X] Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] appropriate for [X][X] [X] ||| [X][X] angemessen , wenn [X][X] [X] ||| 1 ||| ||| 0.158444 0.158444
-[X][X] appropriate [X] ||| [X][X] angemessen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] appropriate [X][X] , Madam [X] ||| [X][X] angemessen [X][X] , Frau [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] appropriate [X][X] , [X] ||| [X][X] angemessen [X][X] , [X] ||| 1 ||| ||| 0.088141 0.088141
-[X][X] appropriate [X][X] Madam President [X] ||| [X][X] angemessen [X][X] Frau Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] appropriate [X][X] Madam [X] ||| [X][X] angemessen [X][X] Frau [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] appropriate [X][X] President , [X] ||| [X][X] angemessen [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] appropriate [X][X] President [X] ||| [X][X] angemessen [X][X] Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] appropriate [X][X] [X] ||| [X][X] angemessen [X][X] [X] ||| 1 ||| ||| 0.258444 0.258444
-raise [X][X] , [X] ||| [X][X] ansprechen , [X] ||| 1 ||| ||| 0.333333 0.333333
-raise [X][X] , [X][X] [X] ||| [X][X] ansprechen , [X][X] [X] ||| 1 ||| ||| 0.23254 0.23254
-raise [X][X] , [X][X] to [X] ||| [X][X] ansprechen , [X][X] zu [X] ||| 1 ||| ||| 0.05 0.05
-raise [X][X] , i.e. [X] ||| [X][X] ansprechen , d. h. [X] ||| 1 ||| ||| 0.2 0.2
-raise [X][X] , i.e. [X][X] [X] ||| [X][X] ansprechen , d. h. [X][X] [X] ||| 1 ||| ||| 0.121429 0.121429
-raise [X][X] , i.e. on [X] ||| [X][X] ansprechen , d. h. am [X] ||| 1 ||| ||| 0.111111 0.111111
-raise [X][X] [X] ||| [X][X] ansprechen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Mr [X] ||| [X][X] auch Herr [X] ||| 1 ||| ||| 0.223214 0.223214
-[X][X] Mr [X][X] [X] ||| [X][X] auch Herr [X][X] [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] in Russia , too [X] ||| [X][X] auch in Rußland [X] ||| 1 ||| ||| 0.15 0.15
-[X][X] in [X][X] too , [X] ||| [X][X] auch in [X][X] [X] ||| 1 ||| ||| 0.29359 0.14359
-[X][X] in [X][X] too [X] ||| [X][X] auch in [X][X] [X] ||| 1 ||| ||| 0.29359 0.15
-draw your attention [X][X] [X] ||| [X][X] aufmerksam machen , [X] ||| 1 ||| ||| 0.253968 0.253968
-draw your attention [X][X] in [X] ||| [X][X] aufmerksam machen , mit [X] ||| 1 ||| ||| 0.242857 0.242857
-draw your attention [X][X] [X] ||| [X][X] aufmerksam machen [X] ||| 1 ||| ||| 0.342857 0.342857
-[X][X] aware from [X][X] television [X] ||| [X][X] aus [X][X] dem Fernsehen wissen [X] ||| 1 ||| ||| 0.183333 0.183333
-[X][X] aware from [X][X] that [X] ||| [X][X] aus [X][X] wissen , [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] aware from [X][X] [X] ||| [X][X] aus [X][X] wissen [X] ||| 1 ||| ||| 0.183333 0.183333
-[X][X] aware from the [X][X] [X] ||| [X][X] aus der [X][X] wissen [X] ||| 1 ||| ||| 0.183333 0.183333
-[X][X] before [X] ||| [X][X] befassen , [X] ||| 1 ||| ||| 0.82963 0.414815
-[X][X] comes before [X] ||| [X][X] befassen , [X] ||| 1 ||| ||| 0.82963 0.414815
-[X][X] before [X] ||| [X][X] befassen , der [X] ||| 1 ||| ||| 0.677558 0.338779
-[X][X] comes before [X] ||| [X][X] befassen , der [X] ||| 1 ||| ||| 0.677558 0.338779
-[X][X] before [X] ||| [X][X] befassen [X] ||| 1 ||| ||| 1.0728 0.536398
-[X][X] comes before [X] ||| [X][X] befassen [X] ||| 1 ||| ||| 1.0728 0.536398
-[X][X] to [X] ||| [X][X] bei [X] ||| 1 ||| ||| 1.79994 1.79994
-[X][X] to [X][X] report [X] ||| [X][X] bei [X][X] Bericht [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] to [X][X] Governor [X] ||| [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.122317 0.0611584
-[X][X] to [X][X] the Governor [X] ||| [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.122317 0.0611584
-[X][X] to [X][X] Governor of [X] ||| [X][X] bei [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] to [X][X] [X] ||| [X][X] bei [X][X] [X] ||| 1 ||| ||| 1.52568 1.22545
-[X][X] to [X][X] the [X] ||| [X][X] bei [X][X] [X] ||| 1 ||| ||| 1.52568 0.0971712
-[X][X] to [X][X] to [X] ||| [X][X] bei [X][X] [X] ||| 1 ||| ||| 1.52568 0.10589
-[X][X] to [X][X] to the [X] ||| [X][X] bei [X][X] [X] ||| 1 ||| ||| 1.52568 0.0971712
-[X][X] to [X][X] a report [X] ||| [X][X] bei [X][X] einen Bericht [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] to [X][X] a [X] ||| [X][X] bei [X][X] einen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] to [X][X] merely [X] ||| [X][X] bei [X][X] lediglich um [X] ||| 1 ||| ||| 0.161097 0.161097
-[X][X] to [X][X] merely a [X] ||| [X][X] bei [X][X] lediglich um einen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] to [X][X] and [X] ||| [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.250197 0.144307
-[X][X] to [X][X] and to [X] ||| [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.250197 0.10589
-[X][X] to [X][X] of [X] ||| [X][X] bei [X][X] von [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] to the President [X] ||| [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.247765 0.247765
-[X][X] to the President [X][X] [X] ||| [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.282401 0.282401
-[X][X] to the President and [X] ||| [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.144307 0.144307
-[X][X] to the [X] ||| [X][X] bei dem [X] ||| 1 ||| ||| 0.44669 0.44669
-[X][X] to the [X][X] Governor [X] ||| [X][X] bei dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0611584 0.0611584
-[X][X] to the [X][X] [X] ||| [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.62977 0.426709
-[X][X] to the [X][X] the [X] ||| [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.62977 0.0971712
-[X][X] to the [X][X] to [X] ||| [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.62977 0.10589
-[X][X] to the [X][X] of [X] ||| [X][X] bei dem [X][X] von [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] to what [X] ||| [X][X] bei dem es [X] ||| 1 ||| ||| 0.503968 0.503968
-[X][X] to what [X][X] report [X] ||| [X][X] bei dem es [X][X] Bericht [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] to what [X][X] [X] ||| [X][X] bei dem es [X][X] [X] ||| 1 ||| ||| 0.280145 0.280145
-[X][X] to what [X][X] a [X] ||| [X][X] bei dem es [X][X] einen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] to what is [X] ||| [X][X] bei dem es sich [X] ||| 1 ||| ||| 0.270833 0.270833
-[X][X] to what is [X][X] [X] ||| [X][X] bei dem es sich [X][X] [X] ||| 1 ||| ||| 0.119048 0.119048
-[X][X] to what is merely [X] ||| [X][X] bei dem es sich lediglich um [X] ||| 1 ||| ||| 0.161097 0.161097
-[X][X] was [X] ||| [X][X] beklagen gab , [X] ||| 1 ||| ||| 0.297619 0.297619
-[X][X] was [X] ||| [X][X] beklagen gab , zählt [X] ||| 1 ||| ||| 0.254286 0.254286
-[X][X] was Mr [X] ||| [X][X] beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 0.0982143 0.0982143
-[X][X] was [X] ||| [X][X] beklagen gab , zählt auch [X] ||| 1 ||| ||| 0.1875 0.1875
-[X][X] was [X] ||| [X][X] beklagen gab [X] ||| 1 ||| ||| 0.358824 0.358824
-[X][X] relates [X] ||| [X][X] betrifft [X] ||| 1 ||| ||| 0.533333 0.333333
-[X][X] relates to [X] ||| [X][X] betrifft [X] ||| 1 ||| ||| 0.533333 0.2
-[X][X] relates [X][X] that [X] ||| [X][X] betrifft [X][X] , die [X] ||| 1 ||| ||| 0.0555556 0.0555556
-[X][X] relates [X][X] [X] ||| [X][X] betrifft [X][X] [X] ||| 1 ||| ||| 0.202021 0.146465
-[X][X] relates to [X][X] [X] ||| [X][X] betrifft [X][X] [X] ||| 1 ||| ||| 0.202021 0.0555556
-[X][X] relates to something that [X] ||| [X][X] betrifft eine Angelegenheit , die [X] ||| 1 ||| ||| 0.0555556 0.0555556
-[X][X] relates to something [X] ||| [X][X] betrifft eine Angelegenheit [X] ||| 1 ||| ||| 0.0909091 0.0909091
-, [X][X] [X] ||| [X][X] bitten - [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] i.e. [X] ||| [X][X] d. h. [X] ||| 1 ||| ||| 0.553002 0.553002
-[X][X] i.e. [X][X] [X] ||| [X][X] d. h. [X][X] [X] ||| 1 ||| ||| 0.250132 0.250132
-[X][X] i.e. [X][X] to [X] ||| [X][X] d. h. [X][X] zu [X] ||| 1 ||| ||| 0.087037 0.087037
-[X][X] i.e. on Thursday prior [X] ||| [X][X] d. h. am Donnerstag [X] ||| 1 ||| ||| 0.163095 0.163095
-[X][X] i.e. on [X] ||| [X][X] d. h. am [X] ||| 1 ||| ||| 0.32608 0.32608
-[X][X] i.e. on [X][X] [X] ||| [X][X] d. h. am [X][X] [X] ||| 1 ||| ||| 0.250132 0.250132
-[X][X] i.e. on [X][X] to [X] ||| [X][X] d. h. am [X][X] zu [X] ||| 1 ||| ||| 0.087037 0.087037
-, [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-, [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.333333
-, a [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-, a [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.333333
-, a date [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-[X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 2.08333
-[X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 2.16667
-a [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-a [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.333333
-a date [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-a date [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.333333
-a date has [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-been [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-been [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-been set [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-been set [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-date [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-date [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.333333
-date has [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-date has [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.333333
-date has been [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-has [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-has [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.333333
-has been [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-has been [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.333333
-has been set [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-set [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.333333
-set [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| ||| 11.5 0.25
-[X][X] agrees , [X] ||| [X][X] damit einverstanden ist , [X] ||| 1 ||| ||| 0.257576 0.257576
-[X][X] agrees , [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] [X] ||| 1 ||| ||| 0.423383 0.308228
-[X][X] agrees , [X][X] do [X] ||| [X][X] damit einverstanden ist , [X][X] [X] ||| 1 ||| ||| 0.423383 0.115155
-[X][X] agrees , [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] dem [X] ||| 1 ||| ||| 0.160396 0.117211
-[X][X] agrees , [X][X] do [X] ||| [X][X] damit einverstanden ist , [X][X] dem [X] ||| 1 ||| ||| 0.160396 0.0431849
-[X][X] agrees , I [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] ich [X] ||| 1 ||| ||| 0.0719697 0.0719697
-[X][X] agrees , I [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] ich dem [X] ||| 1 ||| ||| 0.0431849 0.0431849
-[X][X] agrees , I shall [X] ||| [X][X] damit einverstanden ist , werde ich [X] ||| 1 ||| ||| 0.119048 0.119048
-[X][X] agrees , I shall [X] ||| [X][X] damit einverstanden ist , werde ich dem [X] ||| 1 ||| ||| 0.074026 0.074026
-[X][X] agrees [X] ||| [X][X] damit einverstanden ist [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] agrees [X][X] [X] ||| [X][X] damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.423383 0.308228
-[X][X] agrees [X][X] do [X] ||| [X][X] damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.423383 0.115155
-[X][X] agrees [X][X] [X] ||| [X][X] damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.160396 0.117211
-[X][X] agrees [X][X] do [X] ||| [X][X] damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.160396 0.0431849
-, [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-, [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.333333
-, a [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-, a [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.333333
-, a date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-[X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 2.08333
-[X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 1.98333
-a [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-a [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.333333
-a date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-a date [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.333333
-a date has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-been [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.2
-been set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-been set [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.2
-date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-date [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.333333
-date has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-date has [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.333333
-date has been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-has [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.333333
-has been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-has been [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.333333
-has been set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.25
-set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.333333
-set [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| ||| 11.1667 0.2
-[X][X] the time when [X] ||| [X][X] dann [X] ||| 1 ||| ||| 0.5 0.25
-[X][X] time when [X] ||| [X][X] dann [X] ||| 1 ||| ||| 0.5 0.25
-[X][X] time when [X][X] , [X] ||| [X][X] dann [X][X] , [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] the time when [X][X] [X] ||| [X][X] dann [X][X] [X] ||| 1 ||| ||| 0.674604 0.337302
-[X][X] time when [X][X] [X] ||| [X][X] dann [X][X] [X] ||| 1 ||| ||| 0.674604 0.337302
-[X][X] time when [X][X] if [X] ||| [X][X] dann [X][X] wenn [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] time when you may [X] ||| [X][X] dann können Sie [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] the courts [X] ||| [X][X] das Gericht [X] ||| 1 ||| ||| 0.251593 0.146465
-[X][X] the courts have [X] ||| [X][X] das Gericht [X] ||| 1 ||| ||| 0.251593 0.105128
-[X][X] the [X] ||| [X][X] das [X] ||| 1 ||| ||| 1.0671 0.650433
-[X][X] to the [X] ||| [X][X] das [X] ||| 1 ||| ||| 1.0671 0.416667
-[X][X] the [X][X] [X] ||| [X][X] das [X][X] [X] ||| 1 ||| ||| 0.105128 0.105128
-in the [X][X] [X] ||| [X][X] das ist auch der [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] he [X] ||| [X][X] daß er [X] ||| 1 ||| ||| 0.375 0.375
-[X][X] television [X] ||| [X][X] dem Fernsehen [X] ||| 1 ||| ||| 0.590909 0.590909
-aware [X][X] television that [X] ||| [X][X] dem Fernsehen wissen , [X] ||| 1 ||| ||| 0.125 0.125
-aware [X][X] television that [X][X] [X] ||| [X][X] dem Fernsehen wissen , [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-aware [X][X] television [X] ||| [X][X] dem Fernsehen wissen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-aware [X][X] television [X][X] [X] ||| [X][X] dem Fernsehen wissen [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] the President [X] ||| [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.414431 0.414431
-[X][X] the President [X][X] Governor [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0897298 0.0897298
-[X][X] the President [X][X] [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.581159 0.436369
-[X][X] the President [X][X] the [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.581159 0.14479
-[X][X] the President [X][X] of [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| ||| 0.040404 0.040404
-[X][X] the President and [X] ||| [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.396662 0.235217
-[X][X] the President and to [X] ||| [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.396662 0.161445
-[X][X] the President and [X][X] [X] ||| [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.130134 0.130134
-[X][X] do [X][X] suggested . [X] ||| [X][X] dem Vorschlag [X][X] folgen . [X] ||| 1 ||| ||| 0.104278 0.104278
-[X][X] do [X][X] has suggested [X] ||| [X][X] dem Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.18 0.09
-[X][X] do [X][X] suggested [X] ||| [X][X] dem Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.18 0.09
-[X][X] as Mr [X][X] suggested [X] ||| [X][X] dem Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| ||| 0.09 0.09
-[X][X] as [X][X] suggested . [X] ||| [X][X] dem Vorschlag von [X][X] folgen . [X] ||| 1 ||| ||| 0.104278 0.104278
-[X][X] as [X][X] has suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.27 0.09
-[X][X] as [X][X] suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.27 0.09
-[X][X] do as [X][X] suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.27 0.09
-[X][X] the [X] ||| [X][X] dem [X] ||| 1 ||| ||| 0.995933 0.780024
-[X][X] which [X] ||| [X][X] dem [X] ||| 1 ||| ||| 0.995933 0.215909
-[X][X] do [X][X] . [X] ||| [X][X] dem [X][X] . [X] ||| 1 ||| ||| 0.104278 0.104278
-[X][X] the [X][X] Governor [X] ||| [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.17946 0.0897298
-[X][X] the [X][X] the Governor [X] ||| [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.17946 0.0897298
-[X][X] the [X][X] Governor of [X] ||| [X][X] dem [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.040404 0.040404
-[X][X] the [X][X] [X] ||| [X][X] dem [X][X] [X] ||| 1 ||| ||| 1.12261 0.671586
-[X][X] the [X][X] the [X] ||| [X][X] dem [X][X] [X] ||| 1 ||| ||| 1.12261 0.14479
-[X][X] the [X][X] to [X] ||| [X][X] dem [X][X] [X] ||| 1 ||| ||| 1.12261 0.161445
-[X][X] the [X][X] to the [X] ||| [X][X] dem [X][X] [X] ||| 1 ||| ||| 1.12261 0.14479
-[X][X] the [X][X] of [X] ||| [X][X] dem [X][X] von [X] ||| 1 ||| ||| 0.040404 0.040404
-[X][X] what [X] ||| [X][X] dem es [X] ||| 1 ||| ||| 0.503968 0.503968
-[X][X] what [X][X] report [X] ||| [X][X] dem es [X][X] Bericht [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] what [X][X] [X] ||| [X][X] dem es [X][X] [X] ||| 1 ||| ||| 0.280145 0.280145
-[X][X] what [X][X] a report [X] ||| [X][X] dem es [X][X] einen Bericht [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] what [X][X] a [X] ||| [X][X] dem es [X][X] einen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] what is [X] ||| [X][X] dem es sich [X] ||| 1 ||| ||| 0.270833 0.270833
-[X][X] what is [X][X] report [X] ||| [X][X] dem es sich [X][X] Bericht [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] what is [X][X] [X] ||| [X][X] dem es sich [X][X] [X] ||| 1 ||| ||| 0.119048 0.119048
-[X][X] what is merely [X] ||| [X][X] dem es sich lediglich um [X] ||| 1 ||| ||| 0.161097 0.161097
-[X][X] what is merely [X][X] [X] ||| [X][X] dem es sich lediglich um [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] what is merely a [X] ||| [X][X] dem es sich lediglich um einen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] which [X] ||| [X][X] dem sich [X] ||| 1 ||| ||| 0.162338 0.162338
-[X][X] which this [X] ||| [X][X] dem sich dieses [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] the people assassinated very [X] ||| [X][X] den Attentatsopfern , die es in [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] the report . [X] ||| [X][X] den Bericht . [X] ||| 1 ||| ||| 0.212453 0.212453
-[X][X] the report [X] ||| [X][X] den Bericht [X] ||| 1 ||| ||| 0.342373 0.342373
-[X][X] the principles that [X] ||| [X][X] den Grundsätzen , die [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] the principles that we [X] ||| [X][X] den Grundsätzen , die wir [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] the principles [X] ||| [X][X] den Grundsätzen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] the principles [X][X] [X] ||| [X][X] den Grundsätzen [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] the [X] ||| [X][X] den [X] ||| 1 ||| ||| 2.92763 2.52763
-[X][X] using the [X] ||| [X][X] den [X] ||| 1 ||| ||| 2.92763 0.2
-representations [X][X] the [X] ||| [X][X] den [X] ||| 1 ||| ||| 2.92763 0.2
-[X][X] the [X][X] prestigious office [X] ||| [X][X] den [X][X] Amtes [X] ||| 1 ||| ||| 0.104278 0.104278
-[X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 1 ||| ||| 1.51087 1.24573
-[X][X] using the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 1 ||| ||| 1.51087 0.132569
-representations [X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 1 ||| ||| 1.51087 0.132569
-[X][X] the [X][X] the [X] ||| [X][X] den [X][X] der [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] the [X][X] in [X] ||| [X][X] den [X][X] in [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] the [X][X] recently [X] ||| [X][X] den [X][X] jüngster Zeit [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] the [X][X] recently in [X] ||| [X][X] den [X][X] jüngster Zeit in [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 1 ||| ||| 0.148903 0.0799373
-[X][X] using the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 1 ||| ||| 0.148903 0.0344828
-representations [X][X] the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 1 ||| ||| 0.148903 0.0344828
-[X][X] the [X][X] and the [X] ||| [X][X] den [X][X] und der [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] the [X][X] we [X] ||| [X][X] den [X][X] wir [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] the weight of your [X] ||| [X][X] den ganzen Einfluß Ihres [X] ||| 1 ||| ||| 0.12406 0.12406
-[X][X] the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 1 ||| ||| 0.5 0.277778
-[X][X] using the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 1 ||| ||| 0.5 0.111111
-representations [X][X] the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 1 ||| ||| 0.5 0.111111
-[X][X] the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 1 ||| ||| 0.609128 0.34399
-[X][X] using the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 1 ||| ||| 0.609128 0.132569
-representations [X][X] the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 1 ||| ||| 0.609128 0.132569
-[X][X] the weight [X][X] the [X] ||| [X][X] den ganzen Einfluß [X][X] der [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] the weight [X][X] and [X] ||| [X][X] den ganzen Einfluß [X][X] und [X] ||| 1 ||| ||| 0.0799373 0.0799373
-[X][X] feel [X] ||| [X][X] denke , daß [X] ||| 1 ||| ||| 0.678023 0.678023
-[X][X] feel [X][X] [X] ||| [X][X] denke , daß [X][X] [X] ||| 1 ||| ||| 0.341281 0.217934
-[X][X] feel [X][X] have [X] ||| [X][X] denke , daß [X][X] [X] ||| 1 ||| ||| 0.341281 0.030303
-[X][X] feel [X][X] you [X] ||| [X][X] denke , daß [X][X] [X] ||| 1 ||| ||| 0.341281 0.0627413
-[X][X] feel [X][X] you have [X] ||| [X][X] denke , daß [X][X] [X] ||| 1 ||| ||| 0.341281 0.030303
-[X][X] feel an [X] ||| [X][X] denke , daß eine [X] ||| 1 ||| ||| 0.370331 0.370331
-[X][X] feel an initiative [X][X] [X] ||| [X][X] denke , daß eine [X][X] Initiative [X] ||| 1 ||| ||| 0.217934 0.217934
-[X][X] feel an [X][X] [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.310978 0.217934
-[X][X] feel an [X][X] have [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.310978 0.030303
-[X][X] feel an [X][X] you [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.310978 0.0627413
-[X][X] of the presentation [X] ||| [X][X] der Aussprache [X] ||| 1 ||| ||| 0.546266 0.546266
-[X][X] of the presentation [X][X] [X] ||| [X][X] der Aussprache [X][X] [X] ||| 1 ||| ||| 0.380834 0.380834
-[X][X] of the presentation of [X] ||| [X][X] der Aussprache über [X] ||| 1 ||| ||| 0.341667 0.341667
-[X][X] of the European Union [X] ||| [X][X] der Europäischen Union [X] ||| 1 ||| ||| 0.189733 0.189733
-[X][X] of the European [X] ||| [X][X] der Europäischen [X] ||| 1 ||| ||| 0.278822 0.278822
-[X][X] the case [X] ||| [X][X] der Fall [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] the case [X][X] . [X] ||| [X][X] der Fall [X][X] . [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] the case [X][X] Nikitin [X] ||| [X][X] der Fall [X][X] Nikitin [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] the case [X][X] [X] ||| [X][X] der Fall [X][X] [X] ||| 1 ||| ||| 0.112755 0.112755
-[X][X] the case of Alexander [X] ||| [X][X] der Fall von Alexander [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] the case of [X] ||| [X][X] der Fall von [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] the case of [X][X] [X] ||| [X][X] der Fall von [X][X] [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] the principle [X] ||| [X][X] der Grundsatz [X] ||| 1 ||| ||| 0.257576 0.257576
-[X][X] the principle [X][X] stability [X] ||| [X][X] der Grundsatz [X][X] Stabilität [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] the principle [X][X] [X] ||| [X][X] der Grundsatz [X][X] [X] ||| 1 ||| ||| 0.296135 0.248986
-[X][X] the principle [X][X] is [X] ||| [X][X] der Grundsatz [X][X] [X] ||| 1 ||| ||| 0.296135 0.0471491
-[X][X] the principle [X][X] a [X] ||| [X][X] der Grundsatz [X][X] einen [X] ||| 1 ||| ||| 0.0373573 0.0373573
-[X][X] the principle [X][X] fundamental [X] ||| [X][X] der Grundsatz [X][X] elementaren [X] ||| 1 ||| ||| 0.0172414 0.0172414
-[X][X] the principle of [X] ||| [X][X] der Grundsatz der [X] ||| 1 ||| ||| 0.143541 0.143541
-[X][X] the principle of [X][X] [X] ||| [X][X] der Grundsatz der [X][X] [X] ||| 1 ||| ||| 0.161872 0.161872
-[X][X] the principle of relative [X] ||| [X][X] der Grundsatz der relativen [X] ||| 1 ||| ||| 0.0871143 0.0871143
-[X][X] the institution [X] ||| [X][X] der Institution , [X] ||| 1 ||| ||| 0.279307 0.25228
-using [X][X] the institution [X] ||| [X][X] der Institution , [X] ||| 1 ||| ||| 0.279307 0.027027
-[X][X] the institution [X][X] , [X] ||| [X][X] der Institution , [X][X] , [X] ||| 1 ||| ||| 0.0421473 0.0421473
-[X][X] the institution [X][X] [X] ||| [X][X] der Institution , [X][X] [X] ||| 1 ||| ||| 0.113984 0.113984
-[X][X] the institution [X][X] to [X] ||| [X][X] der Institution , [X][X] bei [X] ||| 1 ||| ||| 0.0169492 0.0169492
-[X][X] the institution you [X] ||| [X][X] der Institution , die Sie [X] ||| 1 ||| ||| 0.114866 0.114866
-[X][X] the institution you [X][X] [X] ||| [X][X] der Institution , die Sie [X][X] [X] ||| 1 ||| ||| 0.0590964 0.0590964
-[X][X] the institution you represent [X] ||| [X][X] der Institution , die Sie vertreten [X] ||| 1 ||| ||| 0.0548872 0.0548872
-[X][X] the institution [X] ||| [X][X] der Institution , die [X] ||| 1 ||| ||| 0.213394 0.192986
-using [X][X] the institution [X] ||| [X][X] der Institution , die [X] ||| 1 ||| ||| 0.213394 0.0204082
-[X][X] the institution [X][X] , [X] ||| [X][X] der Institution , die [X][X] , [X] ||| 1 ||| ||| 0.0421473 0.0421473
-[X][X] the institution [X][X] [X] ||| [X][X] der Institution , die [X][X] [X] ||| 1 ||| ||| 0.113984 0.113984
-[X][X] the institution [X][X] to [X] ||| [X][X] der Institution , die [X][X] bei [X] ||| 1 ||| ||| 0.0169492 0.0169492
-[X][X] the institution [X] ||| [X][X] der Institution [X] ||| 1 ||| ||| 0.405 0.365
-using [X][X] the institution [X] ||| [X][X] der Institution [X] ||| 1 ||| ||| 0.405 0.04
-[X][X] the institution [X][X] , [X] ||| [X][X] der Institution [X][X] , [X] ||| 1 ||| ||| 0.0421473 0.0421473
-[X][X] the institution [X][X] [X] ||| [X][X] der Institution [X][X] [X] ||| 1 ||| ||| 0.113984 0.113984
-[X][X] the institution [X][X] to [X] ||| [X][X] der Institution [X][X] bei [X] ||| 1 ||| ||| 0.0169492 0.0169492
-, [X][X] the positions [X] ||| [X][X] der Position , [X] ||| 1 ||| ||| 0.133929 0.0625
-indeed , [X][X] the positions [X] ||| [X][X] der Position , [X] ||| 1 ||| ||| 0.133929 0.0714286
-, [X][X] the positions [X] ||| [X][X] der Position , die [X] ||| 1 ||| ||| 0.1125 0.0625
-indeed , [X][X] the positions [X] ||| [X][X] der Position , die [X] ||| 1 ||| ||| 0.1125 0.05
-[X][X] the positions [X] ||| [X][X] der Position [X] ||| 1 ||| ||| 0.58259 0.58259
-[X][X] requested [X] ||| [X][X] der Wunsch [X] ||| 1 ||| ||| 0.416667 0.416667
-[X][X] requested [X][X] [X] ||| [X][X] der Wunsch [X][X] [X] ||| 1 ||| ||| 0.130779 0.130779
-[X][X] requested [X][X] on [X] ||| [X][X] der Wunsch [X][X] im [X] ||| 1 ||| ||| 0.0462963 0.0462963
-[X][X] requested [X] ||| [X][X] der Wunsch nach [X] ||| 1 ||| ||| 0.342857 0.342857
-[X][X] requested [X][X] [X] ||| [X][X] der Wunsch nach [X][X] [X] ||| 1 ||| ||| 0.130779 0.130779
-[X][X] requested [X][X] on [X] ||| [X][X] der Wunsch nach [X][X] im [X] ||| 1 ||| ||| 0.0462963 0.0462963
-[X][X] requested a debate [X] ||| [X][X] der Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.0844828 0.0844828
-[X][X] requested a debate on [X] ||| [X][X] der Wunsch nach einer Aussprache im [X] ||| 1 ||| ||| 0.0462963 0.0462963
-[X][X] requested a [X] ||| [X][X] der Wunsch nach einer [X] ||| 1 ||| ||| 0.171429 0.171429
-[X][X] requested a [X][X] [X] ||| [X][X] der Wunsch nach einer [X][X] [X] ||| 1 ||| ||| 0.0462963 0.0462963
-[X][X] , access [X] ||| [X][X] der Zugang [X] ||| 1 ||| ||| 0.517482 0.258741
-[X][X] access [X] ||| [X][X] der Zugang [X] ||| 1 ||| ||| 0.517482 0.258741
-[X][X] , access [X][X] [X] ||| [X][X] der Zugang [X][X] [X] ||| 1 ||| ||| 0.195238 0.097619
-[X][X] access [X][X] [X] ||| [X][X] der Zugang [X][X] [X] ||| 1 ||| ||| 0.195238 0.097619
-[X][X] access to environmental information [X] ||| [X][X] der Zugang zu Umweltinformationen [X] ||| 1 ||| ||| 0.097619 0.097619
-[X][X] , access to [X] ||| [X][X] der Zugang zu [X] ||| 1 ||| ||| 0.271494 0.135747
-[X][X] access to [X] ||| [X][X] der Zugang zu [X] ||| 1 ||| ||| 0.271494 0.135747
-[X][X] , access to [X][X] [X] ||| [X][X] der Zugang zu [X][X] [X] ||| 1 ||| ||| 0.195238 0.097619
-[X][X] access to [X][X] [X] ||| [X][X] der Zugang zu [X][X] [X] ||| 1 ||| ||| 0.195238 0.097619
-[X][X] of [X] ||| [X][X] der [X] ||| 1 ||| ||| 8.02917 1.14354
-[X][X] of the [X] ||| [X][X] der [X] ||| 1 ||| ||| 8.02917 2.17159
-[X][X] the [X] ||| [X][X] der [X] ||| 1 ||| ||| 8.02917 3.66177
-[X][X] who [X] ||| [X][X] der [X] ||| 1 ||| ||| 8.02917 0.753175
-is [X][X] of the [X] ||| [X][X] der [X] ||| 1 ||| ||| 8.02917 0.0909091
-the [X][X] who [X] ||| [X][X] der [X] ||| 1 ||| ||| 8.02917 0.0555556
-to [X][X] who [X] ||| [X][X] der [X] ||| 1 ||| ||| 8.02917 0.05
-to the [X][X] who [X] ||| [X][X] der [X] ||| 1 ||| ||| 8.02917 0.05
-using [X][X] the [X] ||| [X][X] der [X] ||| 1 ||| ||| 8.02917 0.0526316
-[X][X] the [X][X] , [X] ||| [X][X] der [X][X] , [X] ||| 1 ||| ||| 0.0421473 0.0421473
-[X][X] the [X][X] , to [X] ||| [X][X] der [X][X] , bei [X] ||| 1 ||| ||| 0.0169492 0.0169492
-[X][X] of the [X][X] . [X] ||| [X][X] der [X][X] . [X] ||| 1 ||| ||| 0.0995657 0.0739247
-[X][X] the [X][X] . [X] ||| [X][X] der [X][X] . [X] ||| 1 ||| ||| 0.0995657 0.025641
-[X][X] the [X][X] Alexander Nikitin [X] ||| [X][X] der [X][X] Alexander Nikitin [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] the [X][X] Alexander [X] ||| [X][X] der [X][X] Alexander [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] of the [X][X] report [X] ||| [X][X] der [X][X] Bericht [X] ||| 1 ||| ||| 0.104278 0.104278
-[X][X] the [X][X] European Community [X] ||| [X][X] der [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0689755 0.0689755
-[X][X] the [X][X] European [X] ||| [X][X] der [X][X] Europäischen [X] ||| 1 ||| ||| 0.181587 0.0907936
-[X][X] the [X][X] the European [X] ||| [X][X] der [X][X] Europäischen [X] ||| 1 ||| ||| 0.181587 0.0907936
-[X][X] the [X][X] Nikitin . [X] ||| [X][X] der [X][X] Nikitin . [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] the [X][X] Nikitin [X] ||| [X][X] der [X][X] Nikitin [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] of [X][X] legal principle [X] ||| [X][X] der [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.0243902 0.0243902
-[X][X] the [X][X] stability [X] ||| [X][X] der [X][X] Stabilität [X] ||| 1 ||| ||| 0.107273 0.0601238
-[X][X] the [X][X] stability is [X] ||| [X][X] der [X][X] Stabilität [X] ||| 1 ||| ||| 0.107273 0.0471491
-[X][X] the [X][X] Community [X] ||| [X][X] der [X][X] Union [X] ||| 1 ||| ||| 0.0689755 0.0689755
-[X][X] of the [X][X] proposal [X] ||| [X][X] der [X][X] Vorschlag [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] of [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| ||| 4.08247 0.671886
-[X][X] of [X][X] is [X] ||| [X][X] der [X][X] [X] ||| 1 ||| ||| 4.08247 0.138419
-[X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| ||| 4.08247 1.59481
-[X][X] the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| ||| 4.08247 1.39007
-[X][X] the [X][X] is [X] ||| [X][X] der [X][X] [X] ||| 1 ||| ||| 4.08247 0.0471491
-[X][X] the [X][X] the [X] ||| [X][X] der [X][X] [X] ||| 1 ||| ||| 4.08247 0.184578
-is [X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| ||| 4.08247 0.0555556
-[X][X] the [X][X] to [X] ||| [X][X] der [X][X] bei [X] ||| 1 ||| ||| 0.0169492 0.0169492
-[X][X] of the [X][X] the [X] ||| [X][X] der [X][X] den [X] ||| 1 ||| ||| 0.202632 0.202632
-[X][X] of the [X][X] a [X] ||| [X][X] der [X][X] ein [X] ||| 1 ||| ||| 0.1125 0.1125
-[X][X] of [X][X] a [X] ||| [X][X] der [X][X] einen [X] ||| 1 ||| ||| 0.269677 0.0974811
-[X][X] of [X][X] is a [X] ||| [X][X] der [X][X] einen [X] ||| 1 ||| ||| 0.269677 0.0974811
-[X][X] the [X][X] a [X] ||| [X][X] der [X][X] einen [X] ||| 1 ||| ||| 0.269677 0.0373573
-[X][X] the [X][X] is a [X] ||| [X][X] der [X][X] einen [X] ||| 1 ||| ||| 0.269677 0.0373573
-[X][X] of [X][X] a fundamental [X] ||| [X][X] der [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0816319 0.0643905
-[X][X] the [X][X] a fundamental [X] ||| [X][X] der [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0816319 0.0172414
-[X][X] of [X][X] fundamental [X] ||| [X][X] der [X][X] elementaren [X] ||| 1 ||| ||| 0.0816319 0.0643905
-[X][X] the [X][X] fundamental [X] ||| [X][X] der [X][X] elementaren [X] ||| 1 ||| ||| 0.0816319 0.0172414
-[X][X] the [X][X] relative stability [X] ||| [X][X] der [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0601238 0.0601238
-[X][X] the [X][X] relative [X] ||| [X][X] der [X][X] relativen [X] ||| 1 ||| ||| 0.0871143 0.0871143
-[X][X] of the [X][X] and [X] ||| [X][X] der [X][X] und [X] ||| 1 ||| ||| 0.195833 0.195833
-done [X][X] of [X][X] [X] ||| [X][X] der [X][X] verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-be done [X][X] of [X][X] [X] ||| [X][X] der [X][X] verhängt werden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] the [X][X] represent , [X] ||| [X][X] der [X][X] vertreten , [X] ||| 1 ||| ||| 0.0421473 0.0421473
-[X][X] the [X][X] represent [X] ||| [X][X] der [X][X] vertreten [X] ||| 1 ||| ||| 0.0548872 0.0548872
-[X][X] of the common [X] ||| [X][X] der gemeinsamen [X] ||| 1 ||| ||| 0.664503 0.593074
-is [X][X] of the common [X] ||| [X][X] der gemeinsamen [X] ||| 1 ||| ||| 0.664503 0.0714286
-[X][X] of the common [X][X] [X] ||| [X][X] der gemeinsamen [X][X] [X] ||| 1 ||| ||| 0.682576 0.682576
-[X][X] the whole [X] ||| [X][X] der gesamten [X] ||| 1 ||| ||| 0.751182 0.345922
-[X][X] the whole of [X] ||| [X][X] der gesamten [X] ||| 1 ||| ||| 0.751182 0.220682
-[X][X] the whole of the [X] ||| [X][X] der gesamten [X] ||| 1 ||| ||| 0.751182 0.184578
-[X][X] the whole [X][X] Community [X] ||| [X][X] der gesamten [X][X] Union [X] ||| 1 ||| ||| 0.0689755 0.0689755
-[X][X] the whole [X][X] [X] ||| [X][X] der gesamten [X][X] [X] ||| 1 ||| ||| 0.319538 0.159769
-[X][X] the whole of [X][X] [X] ||| [X][X] der gesamten [X][X] [X] ||| 1 ||| ||| 0.319538 0.159769
-[X][X] of relative stability [X] ||| [X][X] der relativen Stabilität [X] ||| 1 ||| ||| 0.485624 0.347205
-[X][X] of relative stability is [X] ||| [X][X] der relativen Stabilität [X] ||| 1 ||| ||| 0.485624 0.138419
-[X][X] of relative stability [X][X] [X] ||| [X][X] der relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.186262 0.186262
-done [X][X] of relative stability [X] ||| [X][X] der relativen Stabilität verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] of relative [X] ||| [X][X] der relativen [X] ||| 1 ||| ||| 0.602266 0.602266
-[X][X] of relative [X][X] [X] ||| [X][X] der relativen [X][X] [X] ||| 1 ||| ||| 0.324681 0.324681
-[X][X] of relative [X][X] a [X] ||| [X][X] der relativen [X][X] einen [X] ||| 1 ||| ||| 0.0974811 0.0974811
-[X][X] of relative [X][X] fundamental [X] ||| [X][X] der relativen [X][X] elementaren [X] ||| 1 ||| ||| 0.0643905 0.0643905
-[X][X] initiative of the type [X] ||| [X][X] derartige Initiative [X] ||| 1 ||| ||| 0.326813 0.326813
-[X][X] of the European Parliament [X] ||| [X][X] des Europäischen Parlaments [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] of the European [X] ||| [X][X] des Europäischen [X] ||| 1 ||| ||| 0.422222 0.311111
-with [X][X] of the European [X] ||| [X][X] des Europäischen [X] ||| 1 ||| ||| 0.422222 0.111111
-[X][X] the condemned person [X] ||| [X][X] des Verurteilten [X] ||| 1 ||| ||| 0.263095 0.263095
-[X][X] of [X] ||| [X][X] des [X] ||| 1 ||| ||| 2.38645 1.03175
-[X][X] of the [X] ||| [X][X] des [X] ||| 1 ||| ||| 2.38645 0.5
-[X][X] the [X] ||| [X][X] des [X] ||| 1 ||| ||| 2.38645 0.688034
-with [X][X] of the [X] ||| [X][X] des [X] ||| 1 ||| ||| 2.38645 0.166667
-[X][X] of the [X][X] [X] ||| [X][X] des [X][X] [X] ||| 1 ||| ||| 0.388095 0.125
-[X][X] the [X][X] [X] ||| [X][X] des [X][X] [X] ||| 1 ||| ||| 0.388095 0.263095
-[X][X] made it clear that [X] ||| [X][X] deutlich gemacht hat , daß [X] ||| 1 ||| ||| 0.249921 0.249921
-[X][X] made it clear [X] ||| [X][X] deutlich gemacht hat [X] ||| 1 ||| ||| 0.421499 0.35007
-have [X][X] made it clear [X] ||| [X][X] deutlich gemacht hat [X] ||| 1 ||| ||| 0.421499 0.0714286
-[X][X] you [X] ||| [X][X] die Sie [X] ||| 1 ||| ||| 0.414866 0.414866
-[X][X] you [X][X] President [X] ||| [X][X] die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-[X][X] you [X][X] [X] ||| [X][X] die Sie [X][X] [X] ||| 1 ||| ||| 0.241197 0.241197
-[X][X] you [X][X] to [X] ||| [X][X] die Sie [X][X] bei [X] ||| 1 ||| ||| 0.0661201 0.0661201
-[X][X] you [X][X] to the [X] ||| [X][X] die Sie [X][X] bei dem [X] ||| 1 ||| ||| 0.0353335 0.0353335
-[X][X] you [X][X] the President [X] ||| [X][X] die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-[X][X] you [X][X] the [X] ||| [X][X] die Sie [X][X] dem [X] ||| 1 ||| ||| 0.0353335 0.0353335
-[X][X] you represent , [X] ||| [X][X] die Sie vertreten , [X] ||| 1 ||| ||| 0.12335 0.12335
-[X][X] you represent , [X][X] [X] ||| [X][X] die Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.051727 0.051727
-[X][X] you represent , to [X] ||| [X][X] die Sie vertreten , bei [X] ||| 1 ||| ||| 0.0661201 0.0661201
-[X][X] you represent [X] ||| [X][X] die Sie vertreten [X] ||| 1 ||| ||| 0.207519 0.207519
-[X][X] you represent [X][X] President [X] ||| [X][X] die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-[X][X] you represent [X][X] [X] ||| [X][X] die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.117847 0.117847
-[X][X] you represent [X][X] the [X] ||| [X][X] die Sie vertreten [X][X] dem [X] ||| 1 ||| ||| 0.0353335 0.0353335
-[X][X] which [X] ||| [X][X] die [X] ||| 1 ||| ||| 0.938034 0.938034
-[X][X] which [X][X] [X] ||| [X][X] die [X][X] [X] ||| 1 ||| ||| 0.121429 0.121429
-[X][X] which [X] ||| [X][X] die von [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] which [X][X] [X] ||| [X][X] die von [X][X] [X] ||| 1 ||| ||| 0.121429 0.121429
-[X][X] which many [X] ||| [X][X] die von vielen [X] ||| 1 ||| ||| 0.379762 0.258333
-[X][X] which many people [X] ||| [X][X] die von vielen [X] ||| 1 ||| ||| 0.379762 0.121429
-[X][X] raise this question , [X] ||| [X][X] diese Frage ansprechen , [X] ||| 1 ||| ||| 0.286406 0.286406
-[X][X] raise this question [X] ||| [X][X] diese Frage ansprechen [X] ||| 1 ||| ||| 0.401544 0.401544
-[X][X] raise this question [X][X] [X] ||| [X][X] diese Frage ansprechen [X][X] [X] ||| 1 ||| ||| 0.375872 0.375872
-[X][X] a [X] ||| [X][X] dieser [X] ||| 1 ||| ||| 0.892857 0.892857
-[X][X] a [X][X] situation [X] ||| [X][X] dieser [X][X] Situation [X] ||| 1 ||| ||| 0.16406 0.16406
-[X][X] a [X][X] [X] ||| [X][X] dieser [X][X] [X] ||| 1 ||| ||| 0.431217 0.431217
-[X][X] a very [X] ||| [X][X] dieser sehr [X] ||| 1 ||| ||| 0.483766 0.483766
-[X][X] a very [X][X] [X] ||| [X][X] dieser sehr [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-[X][X] a very difficult situation [X] ||| [X][X] dieser sehr schwierigen Situation [X] ||| 1 ||| ||| 0.16406 0.16406
-[X][X] a very difficult [X] ||| [X][X] dieser sehr schwierigen [X] ||| 1 ||| ||| 0.267157 0.267157
-[X][X] this Parliament [X] ||| [X][X] dieses Parlament [X] ||| 1 ||| ||| 0.215909 0.215909
-[X][X] this Parliament [X][X] . [X] ||| [X][X] dieses Parlament [X][X] . [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] this Parliament [X][X] [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.287185 0.194292
-[X][X] this Parliament [X][X] an [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.287185 0.050303
-[X][X] this Parliament [X][X] interest [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.287185 0.0425902
-[X][X] this Parliament has [X][X] [X] ||| [X][X] dieses Parlament [X][X] hat [X] ||| 1 ||| ||| 0.168651 0.168651
-[X][X] this [X] ||| [X][X] dieses [X] ||| 1 ||| ||| 0.516667 0.516667
-[X][X] this [X][X] . [X] ||| [X][X] dieses [X][X] . [X] ||| 1 ||| ||| 0.051282 0.025641
-[X][X] this [X][X] interest . [X] ||| [X][X] dieses [X][X] . [X] ||| 1 ||| ||| 0.051282 0.025641
-[X][X] this [X][X] [X] ||| [X][X] dieses [X][X] [X] ||| 1 ||| ||| 0.329775 0.194292
-[X][X] this [X][X] an [X] ||| [X][X] dieses [X][X] [X] ||| 1 ||| ||| 0.329775 0.050303
-[X][X] this [X][X] an interest [X] ||| [X][X] dieses [X][X] [X] ||| 1 ||| ||| 0.329775 0.0425902
-[X][X] this [X][X] interest [X] ||| [X][X] dieses [X][X] [X] ||| 1 ||| ||| 0.329775 0.0425902
-[X][X] a proposal [X] ||| [X][X] ein Vorschlag [X] ||| 1 ||| ||| 0.317157 0.317157
-[X][X] a proposal [X][X] [X] ||| [X][X] ein Vorschlag [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] a proposal [X][X] [X] ||| [X][X] ein Vorschlag [X][X] [X] ||| 1 ||| ||| 0.187611 0.187611
-[X][X] a [X] ||| [X][X] ein [X] ||| 1 ||| ||| 0.58228 0.58228
-[X][X] a [X][X] [X] ||| [X][X] ein [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] a [X][X] [X] ||| [X][X] ein [X][X] [X] ||| 1 ||| ||| 0.187611 0.187611
-[X][X] something that [X] ||| [X][X] eine Angelegenheit , die [X] ||| 1 ||| ||| 0.477778 0.322222
-[X][X] to something that [X] ||| [X][X] eine Angelegenheit , die [X] ||| 1 ||| ||| 0.477778 0.155556
-[X][X] something [X] ||| [X][X] eine Angelegenheit [X] ||| 1 ||| ||| 0.848485 0.590909
-[X][X] to something [X] ||| [X][X] eine Angelegenheit [X] ||| 1 ||| ||| 0.848485 0.257576
-[X][X] advice [X] ||| [X][X] eine Auskunft [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] advice [X][X] 143 [X] ||| [X][X] eine Auskunft [X][X] 143 [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] advice [X][X] [X] ||| [X][X] eine Auskunft [X][X] [X] ||| 1 ||| ||| 0.196429 0.196429
-[X][X] advice about Rule 143 [X] ||| [X][X] eine Auskunft zu Artikel 143 [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] advice about Rule [X] ||| [X][X] eine Auskunft zu Artikel [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] advice about [X] ||| [X][X] eine Auskunft zu [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] advice about [X][X] [X] ||| [X][X] eine Auskunft zu [X][X] [X] ||| 1 ||| ||| 0.0714286 0.0714286
-a petition [X][X] [X] ||| [X][X] eine Petition [X] ||| 1 ||| ||| 0.2 0.2
-a petition [X][X] presented , [X] ||| [X][X] eine Petition eingereicht , [X] ||| 1 ||| ||| 0.2 0.2
-a petition [X][X] presented [X] ||| [X][X] eine Petition eingereicht [X] ||| 1 ||| ||| 0.2 0.2
-a petition [X][X] presented [X][X] [X] ||| [X][X] eine Petition eingereicht [X][X] [X] ||| 1 ||| ||| 0.411111 0.411111
-a petition [X][X] presented [X][X] [X] ||| [X][X] eine Petition eingereicht [X][X] von [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] an [X] ||| [X][X] eine [X] ||| 1 ||| ||| 0.703664 0.703664
-[X][X] an initiative [X][X] [X] ||| [X][X] eine [X][X] Initiative [X] ||| 1 ||| ||| 1.09609 0.432634
-[X][X] an initiative [X][X] have [X] ||| [X][X] eine [X][X] Initiative [X] ||| 1 ||| ||| 1.09609 0.0737813
-[X][X] an initiative [X][X] just [X] ||| [X][X] eine [X][X] Initiative [X] ||| 1 ||| ||| 1.09609 0.0416667
-[X][X] an initiative [X][X] you [X] ||| [X][X] eine [X][X] Initiative [X] ||| 1 ||| ||| 1.09609 0.115373
-[X][X] an initiative of [X][X] [X] ||| [X][X] eine [X][X] Initiative [X] ||| 1 ||| ||| 1.09609 0.432634
-[X][X] an [X][X] [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.778903 0.432634
-[X][X] an [X][X] have [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.778903 0.0737813
-[X][X] an [X][X] have just [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.778903 0.0416667
-[X][X] an [X][X] just [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.778903 0.0416667
-[X][X] an [X][X] you [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.778903 0.115373
-[X][X] an [X][X] you have [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| ||| 0.778903 0.0737813
-[X][X] an [X][X] the type [X] ||| [X][X] eine derartige [X][X] [X] ||| 1 ||| ||| 0.201813 0.201813
-[X][X] a report [X] ||| [X][X] einen Bericht [X] ||| 1 ||| ||| 0.345922 0.345922
-[X][X] a report [X][X] [X] ||| [X][X] einen Bericht [X][X] [X] ||| 1 ||| ||| 0.185829 0.185829
-[X][X] a report , [X] ||| [X][X] einen Bericht und [X] ||| 1 ||| ||| 0.178023 0.178023
-[X][X] a report , [X][X] [X] ||| [X][X] einen Bericht und [X][X] [X] ||| 1 ||| ||| 0.185829 0.185829
-visited [X][X] [X] ||| [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] [X] ||| [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] an objection [X] ||| [X][X] einen Einwand gegen [X] ||| 1 ||| ||| 0.206782 0.139105
-[X][X] raise an objection [X] ||| [X][X] einen Einwand gegen [X] ||| 1 ||| ||| 0.206782 0.0676768
-[X][X] a [X] ||| [X][X] einen [X] ||| 1 ||| ||| 2.27843 1.41526
-[X][X] an [X] ||| [X][X] einen [X] ||| 1 ||| ||| 2.27843 0.29917
-[X][X] is a [X] ||| [X][X] einen [X] ||| 1 ||| ||| 2.27843 0.407688
-[X][X] raise an [X] ||| [X][X] einen [X] ||| 1 ||| ||| 2.27843 0.156313
-[X][X] a [X][X] legislative proposal [X] ||| [X][X] einen [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.0739247 0.0739247
-[X][X] a [X][X] [X] ||| [X][X] einen [X][X] [X] ||| 1 ||| ||| 1.04153 0.790544
-[X][X] is a [X][X] [X] ||| [X][X] einen [X][X] [X] ||| 1 ||| ||| 1.04153 0.250984
-[X][X] a [X][X] of the [X] ||| [X][X] einen [X][X] der [X] ||| 1 ||| ||| 0.135635 0.135635
-[X][X] a [X][X] common [X] ||| [X][X] einen [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.112121 0.0787879
-[X][X] is a [X][X] common [X] ||| [X][X] einen [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.112121 0.0333333
-[X][X] a [X][X] not a [X] ||| [X][X] einen [X][X] keinen [X] ||| 1 ||| ||| 0.111905 0.111905
-[X][X] a fundamental legal principle [X] ||| [X][X] einen elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.212268 0.212268
-[X][X] a fundamental [X] ||| [X][X] einen elementaren [X] ||| 1 ||| ||| 0.677987 0.422327
-[X][X] is a fundamental [X] ||| [X][X] einen elementaren [X] ||| 1 ||| ||| 0.677987 0.25566
-[X][X] a fundamental [X][X] [X] ||| [X][X] einen elementaren [X][X] [X] ||| 1 ||| ||| 0.677675 0.426691
-[X][X] is a fundamental [X][X] [X] ||| [X][X] einen elementaren [X][X] [X] ||| 1 ||| ||| 0.677675 0.250984
-[X][X] a fundamental [X][X] common [X] ||| [X][X] einen elementaren [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.0787879 0.0787879
-[X][X] a debate [X] ||| [X][X] einer Aussprache [X] ||| 1 ||| ||| 0.184483 0.184483
-[X][X] a debate on [X] ||| [X][X] einer Aussprache im [X] ||| 1 ||| ||| 0.101852 0.101852
-[X][X] a [X] ||| [X][X] einer [X] ||| 1 ||| ||| 1.3881 1.3881
-[X][X] a [X][X] ) [X] ||| [X][X] einer [X][X] ) [X] ||| 1 ||| ||| 0.291667 0.291667
-[X][X] a [X][X] [X] ||| [X][X] einer [X][X] [X] ||| 1 ||| ||| 0.986376 0.986376
-[X][X] of a [X] ||| [X][X] eines [X] ||| 1 ||| ||| 1.075 1.075
-[X][X] of a [X][X] , [X] ||| [X][X] eines [X][X] , [X] ||| 1 ||| ||| 0.128706 0.128706
-[X][X] of a [X][X] Mr [X] ||| [X][X] eines [X][X] Herrn [X] ||| 1 ||| ||| 0.0739247 0.0739247
-[X][X] of a [X][X] Zimeray [X] ||| [X][X] eines [X][X] Zimeray [X] ||| 1 ||| ||| 0.053802 0.053802
-[X][X] of a [X][X] [X] ||| [X][X] eines [X][X] [X] ||| 1 ||| ||| 0.415256 0.415256
-[X][X] of a French Member [X] ||| [X][X] eines französischen Mitglieds [X] ||| 1 ||| ||| 0.158824 0.158824
-[X][X] of a French [X] ||| [X][X] eines französischen [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] of a French [X][X] [X] ||| [X][X] eines französischen [X][X] [X] ||| 1 ||| ||| 0.256432 0.256432
-[X][X] presented , [X] ||| [X][X] eingereicht , [X] ||| 1 ||| ||| 0.601923 0.601923
-[X][X] presented , [X][X] [X] ||| [X][X] eingereicht , [X][X] [X] ||| 1 ||| ||| 0.233333 0.183333
-[X][X] presented , [X][X] people [X] ||| [X][X] eingereicht , [X][X] [X] ||| 1 ||| ||| 0.233333 0.05
-[X][X] presented , which [X] ||| [X][X] eingereicht , die [X] ||| 1 ||| ||| 0.354701 0.354701
-[X][X] presented , which [X][X] [X] ||| [X][X] eingereicht , die [X][X] [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] presented , which [X] ||| [X][X] eingereicht , die von [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] presented , which [X][X] [X] ||| [X][X] eingereicht , die von [X][X] [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] presented , which many [X] ||| [X][X] eingereicht , die von vielen [X] ||| 1 ||| ||| 0.133333 0.133333
-[X][X] presented [X] ||| [X][X] eingereicht [X] ||| 1 ||| ||| 0.72549 0.72549
-[X][X] presented [X][X] [X] ||| [X][X] eingereicht [X][X] [X] ||| 1 ||| ||| 0.838034 0.788034
-[X][X] presented [X][X] people [X] ||| [X][X] eingereicht [X][X] [X] ||| 1 ||| ||| 0.838034 0.05
-[X][X] presented [X][X] many [X] ||| [X][X] eingereicht [X][X] vielen [X] ||| 1 ||| ||| 0.183333 0.133333
-[X][X] presented [X][X] many people [X] ||| [X][X] eingereicht [X][X] vielen [X] ||| 1 ||| ||| 0.183333 0.05
-[X][X] presented [X][X] [X] ||| [X][X] eingereicht [X][X] von [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] presented [X][X] many [X] ||| [X][X] eingereicht [X][X] von vielen [X] ||| 1 ||| ||| 0.183333 0.133333
-[X][X] presented [X][X] many people [X] ||| [X][X] eingereicht [X][X] von vielen [X] ||| 1 ||| ||| 0.183333 0.05
-a number of Members [X][X] [X] ||| [X][X] einiger Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.047619 0.047619
-a number of Members [X][X] [X] ||| [X][X] einiger Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.0769231 0.0769231
-[X][X] fundamental legal principle [X] ||| [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.355125 0.355125
-[X][X] fundamental legal principle [X][X] [X] ||| [X][X] elementaren Rechtsgrundsatz [X][X] [X] ||| 1 ||| ||| 0.432316 0.432316
-[X][X] fundamental [X] ||| [X][X] elementaren [X] ||| 1 ||| ||| 0.922327 0.922327
-[X][X] fundamental [X][X] fisheries policy [X] ||| [X][X] elementaren [X][X] Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.0555556 0.0555556
-[X][X] fundamental [X][X] [X] ||| [X][X] elementaren [X][X] [X] ||| 1 ||| ||| 0.787441 0.787441
-[X][X] fundamental [X][X] of the [X] ||| [X][X] elementaren [X][X] der [X] ||| 1 ||| ||| 0.226544 0.226544
-[X][X] fundamental [X][X] common [X] ||| [X][X] elementaren [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.150216 0.150216
-[X][X] he [X] ||| [X][X] er [X] ||| 1 ||| ||| 0.375 0.375
-[X][X] rose and observed [X] ||| [X][X] erhebt sich zu [X] ||| 1 ||| ||| 0.392857 0.392857
-[X][X] rose and observed [X][X] [X] ||| [X][X] erhebt sich zu [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] rose and observed a [X] ||| [X][X] erhebt sich zu einer [X] ||| 1 ||| ||| 0.266667 0.266667
-[X][X] just [X] ||| [X][X] erst [X] ||| 1 ||| ||| 0.5 0.5
-visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] just [X][X] months ago [X] ||| [X][X] erst [X][X] Monaten [X] ||| 1 ||| ||| 0.0955556 0.0955556
-[X][X] just [X][X] months ago [X] ||| [X][X] erst [X][X] Monaten einen [X] ||| 1 ||| ||| 0.0582923 0.0582923
-[X][X] just [X][X] [X] ||| [X][X] erst [X][X] [X] ||| 1 ||| ||| 0.2848 0.2848
-visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen [X] ||| 1 ||| ||| 0.0582923 0.0582923
-[X][X] just [X] ||| [X][X] erst vor [X] ||| 1 ||| ||| 0.375 0.375
-visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] just [X][X] months ago [X] ||| [X][X] erst vor [X][X] Monaten [X] ||| 1 ||| ||| 0.0955556 0.0955556
-[X][X] just [X][X] months ago [X] ||| [X][X] erst vor [X][X] Monaten einen [X] ||| 1 ||| ||| 0.0582923 0.0582923
-[X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] [X] ||| 1 ||| ||| 0.2848 0.2848
-visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen [X] ||| 1 ||| ||| 0.0582923 0.0582923
-[X][X] just a few [X] ||| [X][X] erst vor wenigen [X] ||| 1 ||| ||| 0.130952 0.130952
-[X][X] just a few [X][X] [X] ||| [X][X] erst vor wenigen [X][X] [X] ||| 1 ||| ||| 0.153848 0.153848
-[X][X] just a few [X][X] [X] ||| [X][X] erst vor wenigen [X][X] einen [X] ||| 1 ||| ||| 0.0582923 0.0582923
-[X][X] one [X] ||| [X][X] es [X] ||| 1 ||| ||| 0.416667 0.416667
-[X][X] one [X][X] [X] ||| [X][X] es [X][X] , [X] ||| 1 ||| ||| 0.0679825 0.0679825
-[X][X] one [X][X] an [X] ||| [X][X] es [X][X] , einen [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] one [X][X] [X] ||| [X][X] es [X][X] [X] ||| 1 ||| ||| 0.371227 0.371227
-[X][X] one [X][X] an [X] ||| [X][X] es [X][X] einen [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] one [X][X] [X] ||| [X][X] es [X][X] ist , [X] ||| 1 ||| ||| 0.0679825 0.0679825
-[X][X] one [X][X] an [X] ||| [X][X] es [X][X] ist , einen [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] one [X][X] [X] ||| [X][X] es [X][X] ist [X] ||| 1 ||| ||| 0.0958606 0.0958606
-[X][X] one can [X] ||| [X][X] es möglich [X] ||| 1 ||| ||| 0.405357 0.242857
-[X][X] one can raise [X] ||| [X][X] es möglich [X] ||| 1 ||| ||| 0.405357 0.1625
-[X][X] one can [X][X] [X] ||| [X][X] es möglich [X][X] [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] one can [X] ||| [X][X] es möglich ist , [X] ||| 1 ||| ||| 0.200462 0.132479
-[X][X] one can raise [X] ||| [X][X] es möglich ist , [X] ||| 1 ||| ||| 0.200462 0.0679825
-[X][X] one can [X][X] [X] ||| [X][X] es möglich ist , [X][X] [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] one can raise an [X] ||| [X][X] es möglich ist , einen [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] one can [X] ||| [X][X] es möglich ist [X] ||| 1 ||| ||| 0.26729 0.171429
-[X][X] one can raise [X] ||| [X][X] es möglich ist [X] ||| 1 ||| ||| 0.26729 0.0958606
-[X][X] one can [X][X] [X] ||| [X][X] es möglich ist [X][X] [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] French Member , Mr [X] ||| [X][X] französischen Mitglieds , Herrn [X] ||| 1 ||| ||| 0.197985 0.197985
-[X][X] French Member , [X] ||| [X][X] französischen Mitglieds , [X] ||| 1 ||| ||| 0.376812 0.314312
-the [X][X] French Member , [X] ||| [X][X] französischen Mitglieds , [X] ||| 1 ||| ||| 0.376812 0.0625
-[X][X] French Member , [X][X] [X] ||| [X][X] französischen Mitglieds , [X][X] [X] ||| 1 ||| ||| 0.222604 0.222604
-[X][X] French Member [X] ||| [X][X] französischen Mitglieds [X] ||| 1 ||| ||| 0.651681 0.551681
-the [X][X] French Member [X] ||| [X][X] französischen Mitglieds [X] ||| 1 ||| ||| 0.651681 0.1
-[X][X] French Member [X][X] , [X] ||| [X][X] französischen Mitglieds [X][X] , [X] ||| 1 ||| ||| 0.0854686 0.0854686
-[X][X] French Member [X][X] Zimeray [X] ||| [X][X] französischen Mitglieds [X][X] Zimeray [X] ||| 1 ||| ||| 0.137135 0.137135
-[X][X] French Member [X][X] [X] ||| [X][X] französischen Mitglieds [X][X] [X] ||| 1 ||| ||| 0.514395 0.420589
-the [X][X] French Member [X][X] [X] ||| [X][X] französischen Mitglieds [X][X] [X] ||| 1 ||| ||| 0.514395 0.0938057
-[X][X] French [X] ||| [X][X] französischen [X] ||| 1 ||| ||| 1.16667 1
-the [X][X] French [X] ||| [X][X] französischen [X] ||| 1 ||| ||| 1.16667 0.166667
-[X][X] French [X][X] , [X] ||| [X][X] französischen [X][X] , [X] ||| 1 ||| ||| 0.108196 0.0854686
-the [X][X] French [X][X] , [X] ||| [X][X] französischen [X][X] , [X] ||| 1 ||| ||| 0.108196 0.0227273
-[X][X] French [X][X] Mr Zimeray [X] ||| [X][X] französischen [X][X] Herrn Zimeray [X] ||| 1 ||| ||| 0.137135 0.137135
-[X][X] French [X][X] Mr [X] ||| [X][X] französischen [X][X] Herrn [X] ||| 1 ||| ||| 0.239652 0.197985
-the [X][X] French [X][X] Mr [X] ||| [X][X] französischen [X][X] Herrn [X] ||| 1 ||| ||| 0.239652 0.0416667
-[X][X] French [X][X] Zimeray , [X] ||| [X][X] französischen [X][X] Zimeray , [X] ||| 1 ||| ||| 0.0854686 0.0854686
-[X][X] French [X][X] Zimeray [X] ||| [X][X] französischen [X][X] Zimeray [X] ||| 1 ||| ||| 0.166547 0.137135
-the [X][X] French [X][X] Zimeray [X] ||| [X][X] französischen [X][X] Zimeray [X] ||| 1 ||| ||| 0.166547 0.0294118
-[X][X] French [X][X] [X] ||| [X][X] französischen [X][X] [X] ||| 1 ||| ||| 0.891206 0.7349
-the [X][X] French [X][X] [X] ||| [X][X] französischen [X][X] [X] ||| 1 ||| ||| 0.891206 0.156306
-Thursday [X][X] for [X] ||| [X][X] für Donnerstag [X] ||| 1 ||| ||| 0.583333 0.25
-next Thursday [X][X] for [X] ||| [X][X] für Donnerstag [X] ||| 1 ||| ||| 0.583333 0.333333
-[X][X] for [X] ||| [X][X] für [X] ||| 1 ||| ||| 0.242857 0.242857
-[X][X] was [X] ||| [X][X] gab , [X] ||| 1 ||| ||| 0.297619 0.297619
-[X][X] was [X] ||| [X][X] gab , zählt [X] ||| 1 ||| ||| 0.254286 0.254286
-[X][X] was Mr [X] ||| [X][X] gab , zählt auch Herr [X] ||| 1 ||| ||| 0.0982143 0.0982143
-[X][X] was [X] ||| [X][X] gab , zählt auch [X] ||| 1 ||| ||| 0.1875 0.1875
-[X][X] was [X] ||| [X][X] gab [X] ||| 1 ||| ||| 0.358824 0.358824
-[X][X] there have been [X] ||| [X][X] gab es [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] quite [X] ||| [X][X] ganz [X] ||| 1 ||| ||| 0.333333 0.333333
-, [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , [X] ||| 1 ||| ||| 0.133929 0.0625
-indeed , [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , [X] ||| 1 ||| ||| 0.133929 0.0714286
-, [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , die [X] ||| 1 ||| ||| 0.1125 0.0625
-indeed , [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , die [X] ||| 1 ||| ||| 0.1125 0.05
-, [X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position , [X] ||| 1 ||| ||| 0.0625 0.0625
-, [X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position , die [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-[X][X] quite [X][X] the positions [X] ||| [X][X] ganz [X][X] der Position [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] quite [X][X] the [X] ||| [X][X] ganz [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] quite in keeping with [X] ||| [X][X] ganz im Sinne [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] quite in [X] ||| [X][X] ganz im [X] ||| 1 ||| ||| 0.166667 0.166667
-, [X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] , [X] ||| 1 ||| ||| 0.0625 0.0625
-, [X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] , die [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] quite in [X][X] positions [X] ||| [X][X] ganz im [X][X] Position [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-[X][X] quite in [X][X] the [X] ||| [X][X] ganz im [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] weight of your [X] ||| [X][X] ganzen Einfluß Ihres [X] ||| 1 ||| ||| 0.319549 0.266917
-representations [X][X] weight of your [X] ||| [X][X] ganzen Einfluß Ihres [X] ||| 1 ||| ||| 0.319549 0.0526316
-[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] , [X] ||| 1 ||| ||| 0.027027 0.027027
-[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] , die [X] ||| 1 ||| ||| 0.0204082 0.0204082
-[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] [X] ||| 1 ||| ||| 0.522334 0.522334
-[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] die [X] ||| 1 ||| ||| 0.0204082 0.0204082
-[X][X] weight [X] ||| [X][X] ganzen Einfluß [X] ||| 1 ||| ||| 0.888889 0.777778
-representations [X][X] weight [X] ||| [X][X] ganzen Einfluß [X] ||| 1 ||| ||| 0.888889 0.111111
-[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] , [X] ||| 1 ||| ||| 0.027027 0.027027
-[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] , die [X] ||| 1 ||| ||| 0.0204082 0.0204082
-[X][X] weight [X][X] prestigious office [X] ||| [X][X] ganzen Einfluß [X][X] Amtes [X] ||| 1 ||| ||| 0.195187 0.195187
-[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution , [X] ||| 1 ||| ||| 0.027027 0.027027
-[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution , die [X] ||| 1 ||| ||| 0.0204082 0.0204082
-[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] [X] ||| 1 ||| ||| 0.92182 0.789251
-representations [X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] [X] ||| 1 ||| ||| 0.92182 0.132569
-[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution , [X] ||| 1 ||| ||| 0.027027 0.027027
-[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution , die [X] ||| 1 ||| ||| 0.0204082 0.0204082
-[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] weight [X][X] the [X] ||| [X][X] ganzen Einfluß [X][X] der [X] ||| 1 ||| ||| 0.0883459 0.0883459
-[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] die [X] ||| 1 ||| ||| 0.0204082 0.0204082
-[X][X] weight [X][X] and [X] ||| [X][X] ganzen Einfluß [X][X] und [X] ||| 1 ||| ||| 0.185849 0.151366
-representations [X][X] weight [X][X] and [X] ||| [X][X] ganzen Einfluß [X][X] und [X] ||| 1 ||| ||| 0.185849 0.0344828
-[X][X] weight [X][X] and the [X] ||| [X][X] ganzen Einfluß [X][X] und der [X] ||| 1 ||| ||| 0.0883459 0.0883459
-made [X][X] that [X] ||| [X][X] gemacht hat , daß [X] ||| 1 ||| ||| 0.333333 0.333333
-made [X][X] that [X][X] , [X] ||| [X][X] gemacht hat , daß [X][X] [X] ||| 1 ||| ||| 0.328089 0.0769231
-made [X][X] that [X][X] [X] ||| [X][X] gemacht hat , daß [X][X] [X] ||| 1 ||| ||| 0.328089 0.251166
-made [X][X] that [X][X] access [X] ||| [X][X] gemacht hat , daß [X][X] der Zugang [X] ||| 1 ||| ||| 0.0909091 0.0909091
-made [X][X] that [X][X] too [X] ||| [X][X] gemacht hat , daß auch [X][X] [X] ||| 1 ||| ||| 0.0833333 0.0833333
-made [X][X] [X] ||| [X][X] gemacht hat [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] common fisheries policy [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.546465 0.490909
-is [X][X] common fisheries policy [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.546465 0.0555556
-[X][X] common fisheries policy [X][X] [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X][X] [X] ||| 1 ||| ||| 0.298247 0.298247
-[X][X] common fisheries policy and [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt und [X] ||| 1 ||| ||| 0.306944 0.306944
-[X][X] common [X] ||| [X][X] gemeinsamen [X] ||| 1 ||| ||| 1.1645 1.09307
-is [X][X] common [X] ||| [X][X] gemeinsamen [X] ||| 1 ||| ||| 1.1645 0.0714286
-[X][X] common [X][X] proposal [X] ||| [X][X] gemeinsamen [X][X] Vorschlag [X] ||| 1 ||| ||| 0.108824 0.108824
-[X][X] common [X][X] [X] ||| [X][X] gemeinsamen [X][X] [X] ||| 1 ||| ||| 1.15166 1.0961
-is [X][X] common [X][X] [X] ||| [X][X] gemeinsamen [X][X] [X] ||| 1 ||| ||| 1.15166 0.0555556
-[X][X] common [X][X] a proposal [X] ||| [X][X] gemeinsamen [X][X] ein Vorschlag [X] ||| 1 ||| ||| 0.108824 0.108824
-[X][X] common [X][X] a [X] ||| [X][X] gemeinsamen [X][X] ein [X] ||| 1 ||| ||| 0.189423 0.189423
-[X][X] common [X][X] and [X] ||| [X][X] gemeinsamen [X][X] und [X] ||| 1 ||| ||| 0.306944 0.306944
-[X][X] common [X][X] and a [X] ||| [X][X] gemeinsamen [X][X] und ein [X] ||| 1 ||| ||| 0.189423 0.189423
-indeed [X][X] specifically [X] ||| [X][X] gerade [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] whole of the European [X] ||| [X][X] gesamten Europäischen [X] ||| 1 ||| ||| 0.153294 0.153294
-[X][X] whole [X] ||| [X][X] gesamten [X] ||| 1 ||| ||| 1.42737 0.679255
-[X][X] whole of [X] ||| [X][X] gesamten [X] ||| 1 ||| ||| 1.42737 0.420682
-[X][X] whole of the [X] ||| [X][X] gesamten [X] ||| 1 ||| ||| 1.42737 0.327435
-[X][X] whole [X][X] Community [X] ||| [X][X] gesamten [X][X] Union [X] ||| 1 ||| ||| 0.21795 0.108975
-[X][X] whole of [X][X] Community [X] ||| [X][X] gesamten [X][X] Union [X] ||| 1 ||| ||| 0.21795 0.108975
-[X][X] whole [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 1 ||| ||| 0.633513 0.262269
-[X][X] whole of [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 1 ||| ||| 0.633513 0.262269
-[X][X] whole of the [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 1 ||| ||| 0.633513 0.108975
-have [X][X] . [X] ||| [X][X] haben . [X] ||| 1 ||| ||| 0.333333 0.333333
-have [X][X] [X] ||| [X][X] haben [X] ||| 1 ||| ||| 0.5 0.5
-has [X][X] . [X] ||| [X][X] hat . [X] ||| 1 ||| ||| 0.333333 0.111111
-has [X][X] an interest . [X] ||| [X][X] hat . [X] ||| 1 ||| ||| 0.333333 0.111111
-has [X][X] interest . [X] ||| [X][X] hat . [X] ||| 1 ||| ||| 0.333333 0.111111
-has [X][X] [X] ||| [X][X] hat [X] ||| 1 ||| ||| 1.91666 1.08333
-has [X][X] an [X] ||| [X][X] hat [X] ||| 1 ||| ||| 1.91666 0.333333
-has [X][X] an interest [X] ||| [X][X] hat [X] ||| 1 ||| ||| 1.91666 0.25
-has [X][X] interest [X] ||| [X][X] hat [X] ||| 1 ||| ||| 1.91666 0.25
-has [X][X] an [X][X] [X] ||| [X][X] hat [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] here [X] ||| [X][X] hier [X] ||| 1 ||| ||| 0.5 0.5
-all [X][X] here [X] ||| [X][X] hier alle [X] ||| 1 ||| ||| 0.2 0.2
-I [X][X] [X] ||| [X][X] ich [X] ||| 1 ||| ||| 2.14354 0.5
-[X][X] I [X] ||| [X][X] ich [X] ||| 1 ||| ||| 2.14354 1.64354
-[X][X] I [X][X] [X] ||| [X][X] ich [X][X] Sie [X] ||| 1 ||| ||| 0.201923 0.201923
-[X][X] I [X][X] [X] ||| [X][X] ich [X][X] [X] ||| 1 ||| ||| 0.8569 0.829873
-[X][X] I [X][X] you [X] ||| [X][X] ich [X][X] [X] ||| 1 ||| ||| 0.8569 0.027027
-I [X][X] as [X][X] suggested [X] ||| [X][X] ich dem Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.05 0.05
-I [X][X] [X] ||| [X][X] ich dem [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] I feel [X] ||| [X][X] ich denke , daß [X] ||| 1 ||| ||| 0.34469 0.34469
-[X][X] I feel [X][X] [X] ||| [X][X] ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.126312 0.0992851
-[X][X] I feel [X][X] you [X] ||| [X][X] ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.126312 0.027027
-[X][X] I feel an [X] ||| [X][X] ich denke , daß eine [X] ||| 1 ||| ||| 0.203664 0.203664
-[X][X] I feel an [X][X] [X] ||| [X][X] ich denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.0992851 0.0992851
-[X][X] I should like to [X] ||| [X][X] ich möchte Sie [X] ||| 1 ||| ||| 0.201923 0.201923
-[X][X] I should like to [X] ||| [X][X] ich möchte [X] ||| 1 ||| ||| 0.325 0.325
-[X][X] acquitted him [X] ||| [X][X] ihn freigesprochen [X] ||| 1 ||| ||| 0.583334 0.391667
-[X][X] have acquitted him [X] ||| [X][X] ihn freigesprochen [X] ||| 1 ||| ||| 0.583334 0.191667
-[X][X] acquitted him [X][X] that [X] ||| [X][X] ihn freigesprochen [X][X] , daß [X] ||| 1 ||| ||| 0.0910973 0.0910973
-[X][X] acquitted him [X][X] [X] ||| [X][X] ihn freigesprochen [X][X] [X] ||| 1 ||| ||| 0.386303 0.244739
-[X][X] have acquitted him [X][X] [X] ||| [X][X] ihn freigesprochen [X][X] [X] ||| 1 ||| ||| 0.386303 0.141564
-[X][X] acquitted him and [X] ||| [X][X] ihn freigesprochen und [X] ||| 1 ||| ||| 0.39693 0.260965
-[X][X] have acquitted him and [X] ||| [X][X] ihn freigesprochen und [X] ||| 1 ||| ||| 0.39693 0.135965
-[X][X] acquitted him and [X][X] [X] ||| [X][X] ihn freigesprochen und [X][X] [X] ||| 1 ||| ||| 0.244739 0.244739
-[X][X] in keeping with [X] ||| [X][X] im Sinne [X] ||| 1 ||| ||| 0.196429 0.196429
-[X][X] in keeping with [X][X] [X] ||| [X][X] im Sinne [X][X] [X] ||| 1 ||| ||| 0.0988235 0.0988235
-[X][X] in keeping with the [X] ||| [X][X] im Sinne der [X] ||| 1 ||| ||| 0.135965 0.135965
-[X][X] concerning inadmissibility . [X] ||| [X][X] im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.143541 0.143541
-[X][X] concerning inadmissibility [X] ||| [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.310207 0.310207
-[X][X] concerning [X] ||| [X][X] im Zusammenhang mit der [X] ||| 1 ||| ||| 0.657576 0.657576
-[X][X] concerning [X][X] [X] ||| [X][X] im Zusammenhang mit der [X][X] [X] ||| 1 ||| ||| 0.143541 0.143541
-[X][X] in [X] ||| [X][X] im [X] ||| 1 ||| ||| 1.41018 0.5
-[X][X] on [X] ||| [X][X] im [X] ||| 1 ||| ||| 1.41018 0.910185
-, [X][X] in [X][X] [X] ||| [X][X] im [X][X] , [X] ||| 1 ||| ||| 0.133929 0.0625
-indeed , [X][X] in [X][X] [X] ||| [X][X] im [X][X] , [X] ||| 1 ||| ||| 0.133929 0.0714286
-, [X][X] in [X][X] [X] ||| [X][X] im [X][X] , die [X] ||| 1 ||| ||| 0.1125 0.0625
-indeed , [X][X] in [X][X] [X] ||| [X][X] im [X][X] , die [X] ||| 1 ||| ||| 0.1125 0.05
-, [X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position , [X] ||| 1 ||| ||| 0.0625 0.0625
-, [X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position , die [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position [X] ||| 1 ||| ||| 0.0988235 0.0988235
-[X][X] in [X][X] [X] ||| [X][X] im [X][X] [X] ||| 1 ||| ||| 0.431217 0.431217
-[X][X] in [X][X] the positions [X] ||| [X][X] im [X][X] der Position [X] ||| 1 ||| ||| 0.0988235 0.0988235
-[X][X] in [X][X] the [X] ||| [X][X] im [X][X] der [X] ||| 1 ||| ||| 0.135965 0.135965
-[X][X] always [X] ||| [X][X] immer [X] ||| 1 ||| ||| 0.833334 0.416667
-[X][X] has always [X] ||| [X][X] immer [X] ||| 1 ||| ||| 0.833334 0.416667
-[X][X] always [X][X] [X] ||| [X][X] immer [X][X] [X] ||| 1 ||| ||| 0.253846 0.126923
-[X][X] has always [X][X] [X] ||| [X][X] immer [X][X] [X] ||| 1 ||| ||| 0.253846 0.126923
-[X][X] always adopted . [X] ||| [X][X] immer vertreten haben . [X] ||| 1 ||| ||| 0.253846 0.126923
-[X][X] has always adopted . [X] ||| [X][X] immer vertreten haben . [X] ||| 1 ||| ||| 0.253846 0.126923
-[X][X] always adopted [X] ||| [X][X] immer vertreten haben [X] ||| 1 ||| ||| 0.485714 0.242857
-[X][X] has always adopted [X] ||| [X][X] immer vertreten haben [X] ||| 1 ||| ||| 0.485714 0.242857
-[X][X] has consistently shown [X] ||| [X][X] immer wieder befaßt hat [X] ||| 1 ||| ||| 0.733601 0.438853
-[X][X] has consistently shown an [X] ||| [X][X] immer wieder befaßt hat [X] ||| 1 ||| ||| 0.733601 0.294748
-[X][X] has consistently shown [X][X] [X] ||| [X][X] immer wieder befaßt hat [X][X] [X] ||| 1 ||| ||| 0.16931 0.16931
-[X][X] is appealing . [X] ||| [X][X] in Berufung geht . [X] ||| 1 ||| ||| 0.32803 0.32803
-[X][X] is appealing [X] ||| [X][X] in Berufung geht [X] ||| 1 ||| ||| 0.457479 0.457479
-in Russia , [X][X] [X] ||| [X][X] in Rußland [X] ||| 1 ||| ||| 0.628571 0.142857
-in Russia [X][X] , [X] ||| [X][X] in Rußland [X] ||| 1 ||| ||| 0.628571 0.142857
-in Russia [X][X] [X] ||| [X][X] in Rußland [X] ||| 1 ||| ||| 0.628571 0.342857
-in Russia [X][X] , [X][X] [X] ||| [X][X] in Rußland [X][X] [X] ||| 1 ||| ||| 0.108824 0.108824
-in Russia , [X][X] access [X] ||| [X][X] in Rußland der Zugang [X] ||| 1 ||| ||| 0.230769 0.0769231
-in Russia [X][X] , access [X] ||| [X][X] in Rußland der Zugang [X] ||| 1 ||| ||| 0.230769 0.0769231
-in Russia [X][X] access [X] ||| [X][X] in Rußland der Zugang [X] ||| 1 ||| ||| 0.230769 0.0769231
-in Russia [X][X] access [X][X] [X] ||| [X][X] in Rußland der Zugang [X][X] [X] ||| 1 ||| ||| 0.05 0.05
-in Russia [X][X] access to [X] ||| [X][X] in Rußland der Zugang zu [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] in Sri Lanka [X] ||| [X][X] in Sri Lanka [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] in Sri [X] ||| [X][X] in Sri [X] ||| 1 ||| ||| 0.396703 0.31978
-of [X][X] in Sri [X] ||| [X][X] in Sri [X] ||| 1 ||| ||| 0.396703 0.0769231
-[X][X] in [X] ||| [X][X] in [X] ||| 1 ||| ||| 1.7381 1.6131
-of [X][X] in [X] ||| [X][X] in [X] ||| 1 ||| ||| 1.7381 0.125
-[X][X] in [X][X] [X] ||| [X][X] in [X][X] [X] ||| 1 ||| ||| 0.0909091 0.0909091
-to [X][X] the [X][X] [X] ||| [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.614664 0.307332
-to [X][X] to the [X][X] [X] ||| [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.614664 0.307332
-her to do [X][X] possibly [X] ||| [X][X] in ihrem Kräften stehende zu tun [X] ||| 1 ||| ||| 0.783333 0.783333
-[X][X] an objection [X] ||| [X][X] ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.206782 0.139105
-[X][X] raise an objection [X] ||| [X][X] ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.206782 0.0676768
-[X][X] an [X] ||| [X][X] ist , einen [X] ||| 1 ||| ||| 0.455483 0.29917
-[X][X] raise an [X] ||| [X][X] ist , einen [X] ||| 1 ||| ||| 0.455483 0.156313
-[X][X] . [X] ||| [X][X] ist . [X] ||| 1 ||| ||| 0.544445 0.161111
-is [X][X] . [X] ||| [X][X] ist . [X] ||| 1 ||| ||| 0.544445 0.166667
-is a [X][X] . [X] ||| [X][X] ist . [X] ||| 1 ||| ||| 0.544445 0.166667
-people [X][X] . [X] ||| [X][X] ist . [X] ||| 1 ||| ||| 0.544445 0.05
-is [X][X] [X] ||| [X][X] ist [X] ||| 1 ||| ||| 0.990909 0.790909
-is a [X][X] [X] ||| [X][X] ist [X] ||| 1 ||| ||| 0.990909 0.2
-[X][X] annually [X] ||| [X][X] jährlich [X] ||| 1 ||| ||| 0.65 0.65
-[X][X] recently [X] ||| [X][X] jüngster Zeit [X] ||| 1 ||| ||| 1.25 1.05
-of [X][X] recently [X] ||| [X][X] jüngster Zeit [X] ||| 1 ||| ||| 1.25 0.2
-[X][X] recently [X][X] Lanka [X] ||| [X][X] jüngster Zeit [X][X] Lanka [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] recently [X][X] [X] ||| [X][X] jüngster Zeit [X][X] [X] ||| 1 ||| ||| 0.487612 0.410689
-of [X][X] recently [X][X] [X] ||| [X][X] jüngster Zeit [X][X] [X] ||| 1 ||| ||| 0.487612 0.0769231
-[X][X] recently in Sri Lanka [X] ||| [X][X] jüngster Zeit in Sri Lanka [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] recently in Sri [X] ||| [X][X] jüngster Zeit in Sri [X] ||| 1 ||| ||| 0.396703 0.31978
-of [X][X] recently in Sri [X] ||| [X][X] jüngster Zeit in Sri [X] ||| 1 ||| ||| 0.396703 0.0769231
-[X][X] recently in [X] ||| [X][X] jüngster Zeit in [X] ||| 1 ||| ||| 0.738095 0.613095
-of [X][X] recently in [X] ||| [X][X] jüngster Zeit in [X] ||| 1 ||| ||| 0.738095 0.125
-[X][X] recently in [X][X] [X] ||| [X][X] jüngster Zeit in [X][X] [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] not a legislative proposal [X] ||| [X][X] keinen Legislativvorschlag [X] ||| 1 ||| ||| 0.341082 0.341082
-[X][X] not a [X] ||| [X][X] keinen [X] ||| 1 ||| ||| 0.558333 0.558333
-[X][X] not a [X][X] [X] ||| [X][X] keinen [X][X] [X] ||| 1 ||| ||| 0.341082 0.341082
-[X][X] is a constitutional right [X] ||| [X][X] konstitutionelles Recht ist [X] ||| 1 ||| ||| 0.354701 0.354701
-[X][X] you may , [X] ||| [X][X] können Sie , [X] ||| 1 ||| ||| 0.644445 0.477778
-the [X][X] you may , [X] ||| [X][X] können Sie , [X] ||| 1 ||| ||| 0.644445 0.166667
-[X][X] you may , [X][X] [X] ||| [X][X] können Sie , [X][X] [X] ||| 1 ||| ||| 0.336204 0.336204
-[X][X] you may , if [X] ||| [X][X] können Sie , wenn [X] ||| 1 ||| ||| 0.319444 0.319444
-[X][X] you may [X] ||| [X][X] können Sie [X] ||| 1 ||| ||| 0.976191 0.726191
-the [X][X] you may [X] ||| [X][X] können Sie [X] ||| 1 ||| ||| 0.976191 0.25
-[X][X] you may [X][X] , [X] ||| [X][X] können Sie [X][X] , [X] ||| 1 ||| ||| 0.075 0.075
-[X][X] you may [X][X] you [X] ||| [X][X] können Sie [X][X] Sie [X] ||| 1 ||| ||| 0.154762 0.154762
-[X][X] you may [X][X] [X] ||| [X][X] können Sie [X][X] [X] ||| 1 ||| ||| 0.919141 0.655649
-the [X][X] you may [X][X] [X] ||| [X][X] können Sie [X][X] [X] ||| 1 ||| ||| 0.919141 0.263492
-[X][X] you may [X][X] wish [X] ||| [X][X] können Sie [X][X] wollen [X] ||| 1 ||| ||| 0.106443 0.106443
-[X][X] merely [X] ||| [X][X] lediglich um [X] ||| 1 ||| ||| 0.661097 0.661097
-[X][X] merely [X][X] legislative proposal [X] ||| [X][X] lediglich um [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.0322581 0.0322581
-[X][X] merely [X][X] [X] ||| [X][X] lediglich um [X][X] [X] ||| 1 ||| ||| 0.362913 0.362913
-[X][X] merely [X][X] not a [X] ||| [X][X] lediglich um [X][X] keinen [X] ||| 1 ||| ||| 0.0642857 0.0642857
-[X][X] merely [X][X] , [X] ||| [X][X] lediglich um [X][X] und [X] ||| 1 ||| ||| 0.0871143 0.0871143
-[X][X] merely a report [X] ||| [X][X] lediglich um einen Bericht [X] ||| 1 ||| ||| 0.179255 0.179255
-[X][X] merely a report [X][X] [X] ||| [X][X] lediglich um einen Bericht [X][X] [X] ||| 1 ||| ||| 0.0965438 0.0965438
-[X][X] merely a report , [X] ||| [X][X] lediglich um einen Bericht und [X] ||| 1 ||| ||| 0.0871143 0.0871143
-[X][X] merely a [X] ||| [X][X] lediglich um einen [X] ||| 1 ||| ||| 0.340909 0.340909
-[X][X] merely a [X][X] [X] ||| [X][X] lediglich um einen [X][X] [X] ||| 1 ||| ||| 0.183658 0.183658
-[X][X] make [X] ||| [X][X] machen [X] ||| 1 ||| ||| 0.392857 0.25
-[X][X] make representations [X] ||| [X][X] machen [X] ||| 1 ||| ||| 0.392857 0.142857
-a number [X][X] killings [X][X] [X] ||| [X][X] mehrere [X][X] Toten [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] multiannual guidance programmes [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.176923 0.1
-[X][X] multiannual guidance programmes comes [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.176923 0.0769231
-[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 1 ||| ||| 0.11824 0.11824
-[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] multiannual [X] ||| [X][X] mehrjährige [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] , [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] , der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] [X] ||| 1 ||| ||| 0.372086 0.295163
-[X][X] multiannual [X][X] comes [X] ||| [X][X] mehrjährige [X][X] [X] ||| 1 ||| ||| 0.372086 0.0769231
-[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen , [X] ||| 1 ||| ||| 0.074074 0.037037
-[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen , [X] ||| 1 ||| ||| 0.074074 0.037037
-[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen , der [X] ||| 1 ||| ||| 0.0571428 0.0285714
-[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen , der [X] ||| 1 ||| ||| 0.0571428 0.0285714
-[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] myself [X] ||| [X][X] mir selbst , [X] ||| 1 ||| ||| 0.2 0.2
-people signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.0833333
-signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.142857
-people signed [X][X] myself . [X] ||| [X][X] mir selbst , unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.05
-signed [X][X] myself . [X] ||| [X][X] mir selbst , unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.111111
-people signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.0588235
-signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.142857
-[X][X] myself [X] ||| [X][X] mir selbst [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] and contains [X] ||| [X][X] mit [X] ||| 1 ||| ||| 1.2623 0.894444
-[X][X] in [X] ||| [X][X] mit [X] ||| 1 ||| ||| 1.2623 0.367857
-[X][X] in [X][X] [X] ||| [X][X] mit [X][X] [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] in which [X] ||| [X][X] mit dem [X] ||| 1 ||| ||| 0.215909 0.215909
-[X][X] in which [X] ||| [X][X] mit dem sich [X] ||| 1 ||| ||| 0.162338 0.162338
-[X][X] in which this [X] ||| [X][X] mit dem sich dieses [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] should like to [X] ||| [X][X] möchte Sie [X] ||| 1 ||| ||| 0.201923 0.201923
-[X][X] should like to [X] ||| [X][X] möchte [X] ||| 1 ||| ||| 0.325 0.325
-[X][X] can [X] ||| [X][X] möglich [X] ||| 1 ||| ||| 0.938691 0.576191
-[X][X] can raise [X] ||| [X][X] möglich [X] ||| 1 ||| ||| 0.938691 0.3625
-[X][X] can [X][X] objection [X] ||| [X][X] möglich [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-[X][X] can [X][X] [X] ||| [X][X] möglich [X][X] [X] ||| 1 ||| ||| 0.129328 0.107106
-[X][X] can raise [X][X] [X] ||| [X][X] möglich [X][X] [X] ||| 1 ||| ||| 0.129328 0.0222222
-[X][X] can [X] ||| [X][X] möglich ist , [X] ||| 1 ||| ||| 0.491371 0.332479
-[X][X] can raise [X] ||| [X][X] möglich ist , [X] ||| 1 ||| ||| 0.491371 0.158892
-[X][X] can [X][X] objection [X] ||| [X][X] möglich ist , [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-[X][X] can [X][X] [X] ||| [X][X] möglich ist , [X][X] [X] ||| 1 ||| ||| 0.129328 0.107106
-[X][X] can raise [X][X] [X] ||| [X][X] möglich ist , [X][X] [X] ||| 1 ||| ||| 0.129328 0.0222222
-[X][X] can raise an objection [X] ||| [X][X] möglich ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-[X][X] can raise an [X] ||| [X][X] möglich ist , einen [X] ||| 1 ||| ||| 0.0848842 0.0848842
-[X][X] can [X] ||| [X][X] möglich ist [X] ||| 1 ||| ||| 0.64229 0.421429
-[X][X] can raise [X] ||| [X][X] möglich ist [X] ||| 1 ||| ||| 0.64229 0.220861
-[X][X] can [X][X] objection [X] ||| [X][X] möglich ist [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-[X][X] can [X][X] [X] ||| [X][X] möglich ist [X][X] [X] ||| 1 ||| ||| 0.129328 0.107106
-[X][X] can raise [X][X] [X] ||| [X][X] möglich ist [X][X] [X] ||| 1 ||| ||| 0.129328 0.0222222
-[X][X] a debate [X] ||| [X][X] nach einer Aussprache [X] ||| 1 ||| ||| 0.184483 0.184483
-[X][X] a debate on [X] ||| [X][X] nach einer Aussprache im [X] ||| 1 ||| ||| 0.101852 0.101852
-[X][X] a [X] ||| [X][X] nach einer [X] ||| 1 ||| ||| 0.371429 0.371429
-[X][X] a [X][X] [X] ||| [X][X] nach einer [X][X] [X] ||| 1 ||| ||| 0.101852 0.101852
-fail to meet [X][X] [X] ||| [X][X] nicht erfüllen , [X] ||| 1 ||| ||| 0.142857 0.142857
-fail to meet [X][X] annually [X] ||| [X][X] nicht erfüllen , jährlich [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] next few days , [X] ||| [X][X] nächsten Tagen [X] ||| 1 ||| ||| 0.703968 0.311111
-[X][X] next few days [X] ||| [X][X] nächsten Tagen [X] ||| 1 ||| ||| 0.703968 0.392857
-[X][X] next [X] ||| [X][X] nächsten [X] ||| 1 ||| ||| 0.833333 0.833333
-[X][X] next [X][X] , [X] ||| [X][X] nächsten [X][X] [X] ||| 1 ||| ||| 1.01508 0.311111
-[X][X] next [X][X] [X] ||| [X][X] nächsten [X][X] [X] ||| 1 ||| ||| 1.01508 0.703968
-[X][X] whether [X] ||| [X][X] ob [X] ||| 1 ||| ||| 1.08333 1.08333
-[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] , [X] ||| 1 ||| ||| 0.268443 0.200461
-[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] , [X] ||| 1 ||| ||| 0.268443 0.0679825
-[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] , einen [X] ||| 1 ||| ||| 0.0897684 0.0448842
-[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] , einen [X] ||| 1 ||| ||| 0.0897684 0.0448842
-[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] [X] ||| 1 ||| ||| 1.24433 0.917992
-[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] [X] ||| 1 ||| ||| 1.24433 0.326343
-[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] einen [X] ||| 1 ||| ||| 0.0897684 0.0448842
-[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] einen [X] ||| 1 ||| ||| 0.0897684 0.0448842
-[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] ist , [X] ||| 1 ||| ||| 0.268443 0.200461
-[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] ist , [X] ||| 1 ||| ||| 0.268443 0.0679825
-[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] ist , einen [X] ||| 1 ||| ||| 0.0897684 0.0448842
-[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] ist , einen [X] ||| 1 ||| ||| 0.0897684 0.0448842
-[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] ist [X] ||| 1 ||| ||| 0.36315 0.267289
-[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] ist [X] ||| 1 ||| ||| 0.36315 0.0958606
-[X][X] whether one [X] ||| [X][X] ob es [X] ||| 1 ||| ||| 0.416667 0.416667
-[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] , [X] ||| 1 ||| ||| 0.0679825 0.0679825
-[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] , einen [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] [X] ||| 1 ||| ||| 0.371227 0.371227
-[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] einen [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] ist , [X] ||| 1 ||| ||| 0.0679825 0.0679825
-[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] ist , einen [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] ist [X] ||| 1 ||| ||| 0.0958606 0.0958606
-[X][X] whether one can [X] ||| [X][X] ob es möglich [X] ||| 1 ||| ||| 0.405357 0.242857
-[X][X] whether one can raise [X] ||| [X][X] ob es möglich [X] ||| 1 ||| ||| 0.405357 0.1625
-[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich [X][X] [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] whether one can [X] ||| [X][X] ob es möglich ist , [X] ||| 1 ||| ||| 0.200462 0.132479
-[X][X] whether one can raise [X] ||| [X][X] ob es möglich ist , [X] ||| 1 ||| ||| 0.200462 0.0679825
-[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich ist , [X][X] [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] whether one can [X] ||| [X][X] ob es möglich ist [X] ||| 1 ||| ||| 0.26729 0.171429
-[X][X] whether one can raise [X] ||| [X][X] ob es möglich ist [X] ||| 1 ||| ||| 0.26729 0.0958606
-[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich ist [X][X] [X] ||| 1 ||| ||| 0.0448842 0.0448842
-[X][X] would be legally inadmissible [X] ||| [X][X] rechtlich unzulässig wäre [X] ||| 1 ||| ||| 0.3171 0.3171
-[X][X] relative stability [X] ||| [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.918957 0.680538
-[X][X] relative stability is [X] ||| [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.918957 0.238419
-[X][X] relative stability [X][X] [X] ||| [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.457926 0.304019
-[X][X] relative stability is [X][X] [X] ||| [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.457926 0.153907
-[X][X] relative stability [X][X] fundamental [X] ||| [X][X] relativen Stabilität [X][X] elementaren [X] ||| 1 ||| ||| 0.100105 0.100105
-[X][X] relative stability is a [X] ||| [X][X] relativen Stabilität einen [X] ||| 1 ||| ||| 0.150113 0.150113
-done [X][X] relative stability [X] ||| [X][X] relativen Stabilität verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-be done [X][X] relative stability [X] ||| [X][X] relativen Stabilität verhängt werden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] relative [X] ||| [X][X] relativen [X] ||| 1 ||| ||| 1.26893 1.26893
-[X][X] relative [X][X] legal principle [X] ||| [X][X] relativen [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.053802 0.053802
-[X][X] relative [X][X] [X] ||| [X][X] relativen [X][X] [X] ||| 1 ||| ||| 0.542438 0.542438
-[X][X] relative [X][X] a [X] ||| [X][X] relativen [X][X] einen [X] ||| 1 ||| ||| 0.150113 0.150113
-[X][X] relative [X][X] a fundamental [X] ||| [X][X] relativen [X][X] einen elementaren [X] ||| 1 ||| ||| 0.100105 0.100105
-[X][X] relative [X][X] fundamental [X] ||| [X][X] relativen [X][X] elementaren [X] ||| 1 ||| ||| 0.100105 0.100105
-[X][X] difficult situation [X] ||| [X][X] schwierigen Situation [X] ||| 1 ||| ||| 0.330727 0.330727
-[X][X] difficult [X] ||| [X][X] schwierigen [X] ||| 1 ||| ||| 0.60049 0.60049
-[X][X] very [X] ||| [X][X] sehr [X] ||| 1 ||| ||| 0.483766 0.483766
-[X][X] very [X][X] [X] ||| [X][X] sehr [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-[X][X] very difficult situation [X] ||| [X][X] sehr schwierigen Situation [X] ||| 1 ||| ||| 0.16406 0.16406
-[X][X] very difficult [X] ||| [X][X] sehr schwierigen [X] ||| 1 ||| ||| 0.267157 0.267157
-[X][X] is [X] ||| [X][X] sich [X] ||| 1 ||| ||| 0.604167 0.604167
-[X][X] is [X][X] report [X] ||| [X][X] sich [X][X] Bericht [X] ||| 1 ||| ||| 0.0883459 0.0883459
-[X][X] is [X][X] report , [X] ||| [X][X] sich [X][X] Bericht und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] is [X][X] [X] ||| [X][X] sich [X][X] [X] ||| 1 ||| ||| 0.325642 0.325642
-[X][X] is [X][X] not a [X] ||| [X][X] sich [X][X] keinen [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] is [X][X] , [X] ||| [X][X] sich [X][X] und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] this Parliament [X] ||| [X][X] sich dieses Parlament [X] ||| 1 ||| ||| 0.215909 0.215909
-[X][X] this Parliament [X][X] . [X] ||| [X][X] sich dieses Parlament [X][X] . [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] this Parliament [X][X] [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.287185 0.194292
-[X][X] this Parliament [X][X] an [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.287185 0.050303
-[X][X] this Parliament [X][X] interest [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.287185 0.0425902
-[X][X] this Parliament has [X][X] [X] ||| [X][X] sich dieses Parlament [X][X] hat [X] ||| 1 ||| ||| 0.168651 0.168651
-[X][X] this [X] ||| [X][X] sich dieses [X] ||| 1 ||| ||| 0.516667 0.516667
-[X][X] this [X][X] . [X] ||| [X][X] sich dieses [X][X] . [X] ||| 1 ||| ||| 0.051282 0.025641
-[X][X] this [X][X] interest . [X] ||| [X][X] sich dieses [X][X] . [X] ||| 1 ||| ||| 0.051282 0.025641
-[X][X] this [X][X] [X] ||| [X][X] sich dieses [X][X] [X] ||| 1 ||| ||| 0.329775 0.194292
-[X][X] this [X][X] an [X] ||| [X][X] sich dieses [X][X] [X] ||| 1 ||| ||| 0.329775 0.050303
-[X][X] this [X][X] an interest [X] ||| [X][X] sich dieses [X][X] [X] ||| 1 ||| ||| 0.329775 0.0425902
-[X][X] this [X][X] interest [X] ||| [X][X] sich dieses [X][X] [X] ||| 1 ||| ||| 0.329775 0.0425902
-[X][X] is merely [X] ||| [X][X] sich lediglich um [X] ||| 1 ||| ||| 0.327764 0.327764
-[X][X] is merely [X][X] [X] ||| [X][X] sich lediglich um [X][X] [X] ||| 1 ||| ||| 0.1514 0.1514
-[X][X] is merely [X][X] , [X] ||| [X][X] sich lediglich um [X][X] und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] is merely a report [X] ||| [X][X] sich lediglich um einen Bericht [X] ||| 1 ||| ||| 0.0883459 0.0883459
-[X][X] is merely a [X] ||| [X][X] sich lediglich um einen [X] ||| 1 ||| ||| 0.174242 0.174242
-[X][X] is merely a [X][X] [X] ||| [X][X] sich lediglich um einen [X][X] [X] ||| 1 ||| ||| 0.0630542 0.0630542
-[X][X] urging [X] ||| [X][X] sie auffordern [X] ||| 1 ||| ||| 0.590909 0.590909
-[X][X] urging [X] ||| [X][X] sie auffordern würden , [X] ||| 1 ||| ||| 0.352632 0.352632
-[X][X] urging [X] ||| [X][X] sie auffordern würden [X] ||| 1 ||| ||| 0.441667 0.441667
-to [X][X] [X] ||| [X][X] soll , [X] ||| 1 ||| ||| 0.257895 0.0776316
-to go [X][X] [X] ||| [X][X] soll , [X] ||| 1 ||| ||| 0.257895 0.0776316
-to go before [X][X] [X] ||| [X][X] soll , [X] ||| 1 ||| ||| 0.257895 0.0776316
-to go before the [X][X] [X] ||| [X][X] soll , [X] ||| 1 ||| ||| 0.257895 0.025
-to [X][X] because [X] ||| [X][X] soll , weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-to go [X][X] because [X] ||| [X][X] soll , weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-to go before [X][X] because [X] ||| [X][X] soll , weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-to [X][X] because the [X] ||| [X][X] soll , weil der [X] ||| 1 ||| ||| 0.0526316 0.0263158
-to go [X][X] because the [X] ||| [X][X] soll , weil der [X] ||| 1 ||| ||| 0.0526316 0.0263158
-to [X][X] [X] ||| [X][X] soll [X] ||| 1 ||| ||| 0.384617 0.115385
-to go [X][X] [X] ||| [X][X] soll [X] ||| 1 ||| ||| 0.384617 0.115385
-to go before [X][X] [X] ||| [X][X] soll [X] ||| 1 ||| ||| 0.384617 0.115385
-to go before the [X][X] [X] ||| [X][X] soll [X] ||| 1 ||| ||| 0.384617 0.0384615
-[X][X] have always upheld . [X] ||| [X][X] stets verteidigt haben . [X] ||| 1 ||| ||| 0.251923 0.251923
-[X][X] have always upheld [X] ||| [X][X] stets verteidigt haben [X] ||| 1 ||| ||| 0.316399 0.316399
-do [X][X] . [X] ||| [X][X] tun . [X] ||| 1 ||| ||| 0.25 0.25
-do [X][X] [X] ||| [X][X] tun [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] and to the Governor [X] ||| [X][X] und Gouverneur [X] ||| 1 ||| ||| 0.19223 0.19223
-[X][X] , [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.678023
-[X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 9.93394
-[X][X] and the [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.333333
-[X][X] and to [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.461445
-[X][X] and to the [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.36457
-accused [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-accused of [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-be [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-be accused [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-be accused of [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-have [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-of [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.333333
-power [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-representations [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.0344828
-the [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-the power [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-to [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-to be [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-to be accused [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.25
-using [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| ||| 15.2106 0.0714286
-[X][X] and [X][X] , [X] ||| [X][X] und [X][X] , [X] ||| 1 ||| ||| 0.366909 0.0421473
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] , [X] ||| 1 ||| ||| 0.366909 0.297734
-using [X][X] and [X][X] [X] ||| [X][X] und [X][X] , [X] ||| 1 ||| ||| 0.366909 0.027027
-[X][X] and [X][X] , to [X] ||| [X][X] und [X][X] , bei [X] ||| 1 ||| ||| 0.0169492 0.0169492
-[X][X] and [X][X] that [X] ||| [X][X] und [X][X] , daß [X] ||| 1 ||| ||| 0.308744 0.249921
-have [X][X] and [X][X] that [X] ||| [X][X] und [X][X] , daß [X] ||| 1 ||| ||| 0.308744 0.0588235
-[X][X] and [X][X] you [X] ||| [X][X] und [X][X] , die Sie [X] ||| 1 ||| ||| 0.114866 0.114866
-[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] , die Sie vertreten [X] ||| 1 ||| ||| 0.0548872 0.0548872
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] , die [X] ||| 1 ||| ||| 0.213394 0.192986
-using [X][X] and [X][X] [X] ||| [X][X] und [X][X] , die [X] ||| 1 ||| ||| 0.213394 0.0204082
-[X][X] and [X][X] European Community [X] ||| [X][X] und [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] and [X][X] European [X] ||| [X][X] und [X][X] Europäischen [X] ||| 1 ||| ||| 0.0444444 0.0222222
-[X][X] and [X][X] the European [X] ||| [X][X] und [X][X] Europäischen [X] ||| 1 ||| ||| 0.0444444 0.0222222
-[X][X] , [X][X] legislative proposal [X] ||| [X][X] und [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.216082 0.216082
-[X][X] and [X][X] you [X] ||| [X][X] und [X][X] Sie [X] ||| 1 ||| ||| 0.114866 0.114866
-[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] Sie vertreten [X] ||| 1 ||| ||| 0.0548872 0.0548872
-[X][X] and [X][X] Community [X] ||| [X][X] und [X][X] Union [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] and [X][X] condemned person [X] ||| [X][X] und [X][X] Verurteilten [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] , [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| ||| 5.19508 0.524415
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| ||| 5.19508 3.68068
-[X][X] and [X][X] of [X] ||| [X][X] und [X][X] [X] ||| 1 ||| ||| 5.19508 0.0651261
-[X][X] and [X][X] of the [X] ||| [X][X] und [X][X] [X] ||| 1 ||| ||| 5.19508 0.0600358
-[X][X] and [X][X] the [X] ||| [X][X] und [X][X] [X] ||| 1 ||| ||| 5.19508 0.0600358
-[X][X] and to [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| ||| 5.19508 0.339667
-[X][X] and to the [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| ||| 5.19508 0.147437
-have [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| ||| 5.19508 0.130252
-power [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| ||| 5.19508 0.1
-using [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| ||| 5.19508 0.0874352
-[X][X] and [X][X] to [X] ||| [X][X] und [X][X] bei [X] ||| 1 ||| ||| 0.0169492 0.0169492
-[X][X] and [X][X] the [X] ||| [X][X] und [X][X] des [X] ||| 1 ||| ||| 0.188034 0.188034
-[X][X] and [X][X] you [X] ||| [X][X] und [X][X] die Sie [X] ||| 1 ||| ||| 0.114866 0.114866
-[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] die Sie vertreten [X] ||| 1 ||| ||| 0.0548872 0.0548872
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] die [X] ||| 1 ||| ||| 0.213394 0.192986
-using [X][X] and [X][X] [X] ||| [X][X] und [X][X] die [X] ||| 1 ||| ||| 0.213394 0.0204082
-[X][X] and made [X][X] that [X] ||| [X][X] und [X][X] gemacht hat , daß [X] ||| 1 ||| ||| 0.249921 0.249921
-[X][X] and made [X][X] [X] ||| [X][X] und [X][X] gemacht hat [X] ||| 1 ||| ||| 0.421499 0.35007
-have [X][X] and made [X][X] [X] ||| [X][X] und [X][X] gemacht hat [X] ||| 1 ||| ||| 0.421499 0.0714286
-[X][X] and [X][X] whole [X] ||| [X][X] und [X][X] gesamten [X] ||| 1 ||| ||| 0.153472 0.0883459
-[X][X] and [X][X] whole of [X] ||| [X][X] und [X][X] gesamten [X] ||| 1 ||| ||| 0.153472 0.0651261
-[X][X] and [X][X] represent , [X] ||| [X][X] und [X][X] vertreten , [X] ||| 1 ||| ||| 0.0421473 0.0421473
-[X][X] and [X][X] represent [X] ||| [X][X] und [X][X] vertreten [X] ||| 1 ||| ||| 0.0548872 0.0548872
-[X][X] and [X][X] of [X] ||| [X][X] und [X][X] von [X] ||| 1 ||| ||| 0.21795 0.108975
-[X][X] and to [X][X] of [X] ||| [X][X] und [X][X] von [X] ||| 1 ||| ||| 0.21795 0.108975
-[X][X] and the other [X] ||| [X][X] und anderen [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] and television [X] ||| [X][X] und dem Fernsehen [X] ||| 1 ||| ||| 0.257576 0.257576
-aware [X][X] and television that [X] ||| [X][X] und dem Fernsehen wissen , [X] ||| 1 ||| ||| 0.125 0.125
-aware [X][X] and television [X] ||| [X][X] und dem Fernsehen wissen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-aware [X][X] and television [X][X] [X] ||| [X][X] und dem Fernsehen wissen [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] and the institution [X] ||| [X][X] und der Institution , [X] ||| 1 ||| ||| 0.279307 0.25228
-using [X][X] and the institution [X] ||| [X][X] und der Institution , [X] ||| 1 ||| ||| 0.279307 0.027027
-[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution , [X][X] [X] ||| 1 ||| ||| 0.113984 0.113984
-[X][X] and the institution you [X] ||| [X][X] und der Institution , die Sie [X] ||| 1 ||| ||| 0.114866 0.114866
-[X][X] and the institution [X] ||| [X][X] und der Institution , die [X] ||| 1 ||| ||| 0.213394 0.192986
-using [X][X] and the institution [X] ||| [X][X] und der Institution , die [X] ||| 1 ||| ||| 0.213394 0.0204082
-[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution , die [X][X] [X] ||| 1 ||| ||| 0.113984 0.113984
-[X][X] and the institution [X] ||| [X][X] und der Institution [X] ||| 1 ||| ||| 0.405 0.365
-using [X][X] and the institution [X] ||| [X][X] und der Institution [X] ||| 1 ||| ||| 0.405 0.04
-[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution [X][X] [X] ||| 1 ||| ||| 0.113984 0.113984
-[X][X] and the [X] ||| [X][X] und der [X] ||| 1 ||| ||| 0.687406 0.634774
-using [X][X] and the [X] ||| [X][X] und der [X] ||| 1 ||| ||| 0.687406 0.0526316
-[X][X] and the [X][X] , [X] ||| [X][X] und der [X][X] , [X] ||| 1 ||| ||| 0.0421473 0.0421473
-[X][X] and the [X][X] [X] ||| [X][X] und der [X][X] [X] ||| 1 ||| ||| 0.22885 0.22885
-[X][X] and the [X][X] to [X] ||| [X][X] und der [X][X] bei [X] ||| 1 ||| ||| 0.0169492 0.0169492
-[X][X] and the [X][X] represent [X] ||| [X][X] und der [X][X] vertreten [X] ||| 1 ||| ||| 0.0548872 0.0548872
-[X][X] and made it clear [X] ||| [X][X] und deutlich gemacht hat [X] ||| 1 ||| ||| 0.35007 0.35007
-[X][X] and a proposal [X] ||| [X][X] und ein Vorschlag [X] ||| 1 ||| ||| 0.317157 0.317157
-[X][X] and a proposal [X][X] [X] ||| [X][X] und ein Vorschlag [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] and a proposal [X][X] [X] ||| [X][X] und ein Vorschlag [X][X] [X] ||| 1 ||| ||| 0.187611 0.187611
-[X][X] and a [X] ||| [X][X] und ein [X] ||| 1 ||| ||| 0.58228 0.58228
-[X][X] and a [X][X] [X] ||| [X][X] und ein [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] and a [X][X] [X] ||| [X][X] und ein [X][X] [X] ||| 1 ||| ||| 0.187611 0.187611
-[X][X] , not a [X] ||| [X][X] und keinen [X] ||| 1 ||| ||| 0.308333 0.308333
-[X][X] , not a [X][X] [X] ||| [X][X] und keinen [X][X] [X] ||| 1 ||| ||| 0.216082 0.216082
-[X][X] and urging [X] ||| [X][X] und sie auffordern [X] ||| 1 ||| ||| 0.257576 0.257576
-[X][X] and urging [X] ||| [X][X] und sie auffordern würden , [X] ||| 1 ||| ||| 0.152632 0.152632
-[X][X] and urging [X] ||| [X][X] und sie auffordern würden [X] ||| 1 ||| ||| 0.191667 0.191667
-[X][X] and by [X] ||| [X][X] und von [X] ||| 1 ||| ||| 0.238095 0.238095
-[X][X] and by [X][X] European [X] ||| [X][X] und von [X][X] Europäischen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-[X][X] and by [X][X] Community [X] ||| [X][X] und von [X][X] Union [X] ||| 1 ||| ||| 0.0181818 0.0181818
-[X][X] and by [X][X] [X] ||| [X][X] und von [X][X] [X] ||| 1 ||| ||| 0.379074 0.253912
-[X][X] and by [X][X] of [X] ||| [X][X] und von [X][X] [X] ||| 1 ||| ||| 0.379074 0.0651261
-[X][X] and by [X][X] the [X] ||| [X][X] und von [X][X] [X] ||| 1 ||| ||| 0.379074 0.0600358
-[X][X] and by the [X] ||| [X][X] und von der [X] ||| 1 ||| ||| 0.138528 0.138528
-[X][X] and by the [X][X] [X] ||| [X][X] und von der [X][X] [X] ||| 1 ||| ||| 0.165566 0.165566
-[X][X] and by the whole [X] ||| [X][X] und von der gesamten [X] ||| 1 ||| ||| 0.0883459 0.0883459
-[X][X] and to reprieve [X] ||| [X][X] und zur Begnadigung [X] ||| 1 ||| ||| 0.525 0.425
-power [X][X] and to reprieve [X] ||| [X][X] und zur Begnadigung [X] ||| 1 ||| ||| 0.525 0.1
-[X][X] and to reprieve [X][X] [X] ||| [X][X] und zur Begnadigung [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] and to reprieve the [X] ||| [X][X] und zur Begnadigung des [X] ||| 1 ||| ||| 0.188034 0.188034
-[X][X] and to [X] ||| [X][X] und zur [X] ||| 1 ||| ||| 1.29524 0.842857
-power [X][X] and to [X] ||| [X][X] und zur [X] ||| 1 ||| ||| 1.29524 0.166667
-the [X][X] and to [X] ||| [X][X] und zur [X] ||| 1 ||| ||| 1.29524 0.142857
-the power [X][X] and to [X] ||| [X][X] und zur [X] ||| 1 ||| ||| 1.29524 0.142857
-[X][X] and to [X][X] [X] ||| [X][X] und zur [X][X] [X] ||| 1 ||| ||| 0.254701 0.254701
-of us here [X][X] [X] ||| [X][X] uns hier [X] ||| 1 ||| ||| 0.875 0.291667
-us here [X][X] [X] ||| [X][X] uns hier [X] ||| 1 ||| ||| 0.875 0.583333
-[X][X] us here [X][X] that [X] ||| [X][X] uns hier [X][X] , daß [X] ||| 1 ||| ||| 0.22619 0.22619
-[X][X] us here [X][X] [X] ||| [X][X] uns hier [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-all of us here [X][X] [X] ||| [X][X] uns hier alle [X] ||| 1 ||| ||| 0.166667 0.166667
-people signed [X][X] [X] ||| [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.0833333
-signed [X][X] [X] ||| [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.142857
-people signed [X][X] . [X] ||| [X][X] unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.05
-signed [X][X] . [X] ||| [X][X] unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.111111
-people signed [X][X] [X] ||| [X][X] unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.0588235
-signed [X][X] [X] ||| [X][X] unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.142857
-done [X][X] [X] ||| [X][X] verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-be done [X][X] . [X] ||| [X][X] verhängt werden . [X] ||| 1 ||| ||| 0.125 0.125
-be done [X][X] [X] ||| [X][X] verhängt werden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] various countries [X] ||| [X][X] verschiedenen Ländern [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] various countries [X][X] European [X] ||| [X][X] verschiedenen Ländern [X][X] Europäischen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] various countries [X][X] Union [X] ||| [X][X] verschiedenen Ländern [X][X] Union [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] various countries [X][X] [X] ||| [X][X] verschiedenen Ländern [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-[X][X] various countries of the [X] ||| [X][X] verschiedenen Ländern der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] various [X] ||| [X][X] verschiedenen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] various [X][X] European Union [X] ||| [X][X] verschiedenen [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] various [X][X] European [X] ||| [X][X] verschiedenen [X][X] Europäischen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] various [X][X] Union [X] ||| [X][X] verschiedenen [X][X] Union [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] various [X][X] [X] ||| [X][X] verschiedenen [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-[X][X] represent , [X] ||| [X][X] vertreten , [X] ||| 1 ||| ||| 0.22335 0.22335
-[X][X] represent , [X][X] President [X] ||| [X][X] vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0386157 0.0386157
-[X][X] represent , [X][X] [X] ||| [X][X] vertreten , [X][X] [X] ||| 1 ||| ||| 0.175833 0.150329
-[X][X] represent , [X][X] the [X] ||| [X][X] vertreten , [X][X] [X] ||| 1 ||| ||| 0.175833 0.0123457
-[X][X] represent , [X][X] to [X] ||| [X][X] vertreten , [X][X] [X] ||| 1 ||| ||| 0.175833 0.0131579
-[X][X] represent , [X][X] and [X] ||| [X][X] vertreten , [X][X] und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-[X][X] represent , to [X] ||| [X][X] vertreten , bei [X] ||| 1 ||| ||| 0.124944 0.124944
-[X][X] represent , to [X][X] [X] ||| [X][X] vertreten , bei [X][X] [X] ||| 1 ||| ||| 0.0805127 0.0805127
-[X][X] represent , to the [X] ||| [X][X] vertreten , bei dem [X] ||| 1 ||| ||| 0.0698163 0.0698163
-[X][X] represent [X] ||| [X][X] vertreten [X] ||| 1 ||| ||| 0.407519 0.407519
-[X][X] represent [X][X] President [X] ||| [X][X] vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0386157 0.0386157
-[X][X] represent [X][X] President and [X] ||| [X][X] vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0163934 0.0163934
-[X][X] represent [X][X] [X] ||| [X][X] vertreten [X][X] [X] ||| 1 ||| ||| 0.313122 0.275273
-[X][X] represent [X][X] the [X] ||| [X][X] vertreten [X][X] [X] ||| 1 ||| ||| 0.313122 0.0123457
-[X][X] represent [X][X] to [X] ||| [X][X] vertreten [X][X] [X] ||| 1 ||| ||| 0.313122 0.0131579
-[X][X] represent [X][X] to the [X] ||| [X][X] vertreten [X][X] [X] ||| 1 ||| ||| 0.313122 0.0123457
-[X][X] represent [X][X] the President [X] ||| [X][X] vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0386157 0.0386157
-[X][X] represent [X][X] the [X] ||| [X][X] vertreten [X][X] dem [X] ||| 1 ||| ||| 0.0698163 0.0698163
-[X][X] represent [X][X] and [X] ||| [X][X] vertreten [X][X] und [X] ||| 1 ||| ||| 0.0295513 0.0163934
-[X][X] represent [X][X] and to [X] ||| [X][X] vertreten [X][X] und [X] ||| 1 ||| ||| 0.0295513 0.0131579
-[X][X] adopted . [X] ||| [X][X] vertreten haben . [X] ||| 1 ||| ||| 0.326923 0.326923
-[X][X] adopted [X] ||| [X][X] vertreten haben [X] ||| 1 ||| ||| 0.742857 0.742857
-[X][X] many [X] ||| [X][X] vielen [X] ||| 1 ||| ||| 0.772619 0.508333
-[X][X] many people [X] ||| [X][X] vielen [X] ||| 1 ||| ||| 0.772619 0.264286
-[X][X] of Alexander Nikitin . [X] ||| [X][X] von Alexander Nikitin . [X] ||| 1 ||| ||| 0.112755 0.112755
-[X][X] of Alexander Nikitin [X] ||| [X][X] von Alexander Nikitin [X] ||| 1 ||| ||| 0.178023 0.178023
-[X][X] of Alexander [X] ||| [X][X] von Alexander [X] ||| 1 ||| ||| 0.310207 0.310207
-[X][X] of Alexander [X][X] [X] ||| [X][X] von Alexander [X][X] [X] ||| 1 ||| ||| 0.112755 0.112755
-[X][X] in Sri [X] ||| [X][X] von Sri [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] of Texas , Mr [X] ||| [X][X] von Texas , George W. [X] ||| 1 ||| ||| 0.472046 0.472046
-[X][X] by [X] ||| [X][X] von [X] ||| 1 ||| ||| 2.94909 0.571429
-[X][X] in [X] ||| [X][X] von [X] ||| 1 ||| ||| 2.94909 0.333333
-[X][X] of [X] ||| [X][X] von [X] ||| 1 ||| ||| 2.94909 1.711
-to [X][X] of [X] ||| [X][X] von [X] ||| 1 ||| ||| 2.94909 0.333333
-[X][X] of [X][X] , [X] ||| [X][X] von [X][X] , [X] ||| 1 ||| ||| 0.245971 0.179304
-to [X][X] of [X][X] , [X] ||| [X][X] von [X][X] , [X] ||| 1 ||| ||| 0.245971 0.0666667
-[X][X] of [X][X] , who [X] ||| [X][X] von [X][X] , der [X] ||| 1 ||| ||| 0.105556 0.105556
-[X][X] of [X][X] . [X] ||| [X][X] von [X][X] . [X] ||| 1 ||| ||| 0.112755 0.112755
-[X][X] of [X][X] Bush , [X] ||| [X][X] von [X][X] Bush , [X] ||| 1 ||| ||| 0.179304 0.179304
-[X][X] of [X][X] Bush [X] ||| [X][X] von [X][X] Bush [X] ||| 1 ||| ||| 0.370642 0.279733
-to [X][X] of [X][X] Bush [X] ||| [X][X] von [X][X] Bush [X] ||| 1 ||| ||| 0.370642 0.0909091
-[X][X] by [X][X] European Community [X] ||| [X][X] von [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.040404 0.040404
-[X][X] by [X][X] European [X] ||| [X][X] von [X][X] Europäischen [X] ||| 1 ||| ||| 0.101587 0.0507937
-[X][X] by [X][X] the European [X] ||| [X][X] von [X][X] Europäischen [X] ||| 1 ||| ||| 0.101587 0.0507937
-[X][X] by [X][X] Community [X] ||| [X][X] von [X][X] Union [X] ||| 1 ||| ||| 0.040404 0.040404
-[X][X] by [X][X] [X] ||| [X][X] von [X][X] [X] ||| 1 ||| ||| 2.51263 0.498789
-[X][X] by [X][X] of [X] ||| [X][X] von [X][X] [X] ||| 1 ||| ||| 2.51263 0.120682
-[X][X] by [X][X] of the [X] ||| [X][X] von [X][X] [X] ||| 1 ||| ||| 2.51263 0.107655
-[X][X] by [X][X] the [X] ||| [X][X] von [X][X] [X] ||| 1 ||| ||| 2.51263 0.107655
-[X][X] of [X][X] [X] ||| [X][X] von [X][X] [X] ||| 1 ||| ||| 2.51263 1.32742
-to [X][X] of [X][X] [X] ||| [X][X] von [X][X] [X] ||| 1 ||| ||| 2.51263 0.350433
-[X][X] of [X][X] who [X] ||| [X][X] von [X][X] der [X] ||| 1 ||| ||| 0.155556 0.105556
-to [X][X] of [X][X] who [X] ||| [X][X] von [X][X] der [X] ||| 1 ||| ||| 0.155556 0.05
-[X][X] by the [X] ||| [X][X] von der [X] ||| 1 ||| ||| 0.305195 0.305195
-[X][X] by the [X][X] European [X] ||| [X][X] von der [X][X] Europäischen [X] ||| 1 ||| ||| 0.0507937 0.0507937
-[X][X] by the [X][X] Community [X] ||| [X][X] von der [X][X] Union [X] ||| 1 ||| ||| 0.040404 0.040404
-[X][X] by the [X][X] [X] ||| [X][X] von der [X][X] [X] ||| 1 ||| ||| 0.427189 0.319534
-[X][X] by the [X][X] the [X] ||| [X][X] von der [X][X] [X] ||| 1 ||| ||| 0.427189 0.107655
-[X][X] by the whole [X] ||| [X][X] von der gesamten [X] ||| 1 ||| ||| 0.299937 0.179255
-[X][X] by the whole of [X] ||| [X][X] von der gesamten [X] ||| 1 ||| ||| 0.299937 0.120682
-[X][X] by the whole [X][X] [X] ||| [X][X] von der gesamten [X][X] [X] ||| 1 ||| ||| 0.0911977 0.0911977
-[X][X] myself [X] ||| [X][X] von mir selbst , [X] ||| 1 ||| ||| 0.2 0.2
-people signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.0833333
-signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.22619 0.142857
-people signed [X][X] myself . [X] ||| [X][X] von mir selbst , unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.05
-signed [X][X] myself . [X] ||| [X][X] von mir selbst , unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.161111 0.111111
-people signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.0588235
-signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.20168 0.142857
-[X][X] myself [X] ||| [X][X] von mir selbst [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] many [X] ||| [X][X] von vielen [X] ||| 1 ||| ||| 0.772619 0.508333
-[X][X] many people [X] ||| [X][X] von vielen [X] ||| 1 ||| ||| 0.772619 0.264286
-[X][X] a few months ago [X] ||| [X][X] vor wenigen Monaten [X] ||| 1 ||| ||| 0.178889 0.178889
-[X][X] a few months ago [X] ||| [X][X] vor wenigen Monaten einen [X] ||| 1 ||| ||| 0.113848 0.113848
-[X][X] a few [X] ||| [X][X] vor wenigen [X] ||| 1 ||| ||| 0.297619 0.297619
-visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] [X] ||| 1 ||| ||| 0.292737 0.292737
-visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen [X] ||| 1 ||| ||| 0.113848 0.113848
-proposal [X][X] that [X] ||| [X][X] vorschlägt , [X] ||| 1 ||| ||| 0.415909 0.415909
-proposal [X][X] [X] ||| [X][X] vorschlägt [X] ||| 1 ||| ||| 0.541667 0.541667
-[X][X] because [X] ||| [X][X] weil [X] ||| 1 ||| ||| 0.0238095 0.0238095
-[X][X] because the [X] ||| [X][X] weil der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] a few months ago [X] ||| [X][X] wenigen Monaten [X] ||| 1 ||| ||| 0.178889 0.178889
-[X][X] a few months ago [X] ||| [X][X] wenigen Monaten einen [X] ||| 1 ||| ||| 0.113848 0.113848
-[X][X] a few [X] ||| [X][X] wenigen [X] ||| 1 ||| ||| 0.297619 0.297619
-visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] [X] ||| 1 ||| ||| 0.292737 0.292737
-visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen [X] ||| 1 ||| ||| 0.113848 0.113848
-[X][X] for you , Madam [X] ||| [X][X] wenn Sie , Frau [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] for you , [X] ||| [X][X] wenn Sie , [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] for you , [X][X] [X] ||| [X][X] wenn Sie , [X][X] [X] ||| 1 ||| ||| 0.0559441 0.0559441
-[X][X] for you [X] ||| [X][X] wenn Sie [X] ||| 1 ||| ||| 0.451191 0.1
-[X][X] if you [X] ||| [X][X] wenn Sie [X] ||| 1 ||| ||| 0.451191 0.279762
-the [X][X] if you [X] ||| [X][X] wenn Sie [X] ||| 1 ||| ||| 0.451191 0.0714286
-[X][X] for you [X][X] , [X] ||| [X][X] wenn Sie [X][X] , [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] for you [X][X] President [X] ||| [X][X] wenn Sie [X][X] Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] for you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 1 ||| ||| 0.293563 0.0959441
-[X][X] if you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 1 ||| ||| 0.293563 0.164286
-the [X][X] if you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 1 ||| ||| 0.293563 0.0333333
-[X][X] if you wish , [X] ||| [X][X] wenn Sie wollen , [X] ||| 1 ||| ||| 0.122619 0.122619
-[X][X] if you wish [X] ||| [X][X] wenn Sie wollen [X] ||| 1 ||| ||| 0.22549 0.177871
-the [X][X] if you wish [X] ||| [X][X] wenn Sie wollen [X] ||| 1 ||| ||| 0.22549 0.047619
-[X][X] if you wish [X][X] [X] ||| [X][X] wenn Sie wollen [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-[X][X] for [X] ||| [X][X] wenn [X] ||| 1 ||| ||| 0.880555 0.2
-[X][X] if [X] ||| [X][X] wenn [X] ||| 1 ||| ||| 0.880555 0.569444
-the [X][X] if [X] ||| [X][X] wenn [X] ||| 1 ||| ||| 0.880555 0.111111
-[X][X] for [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 1 ||| ||| 0.181593 0.025641
-[X][X] if [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 1 ||| ||| 0.181593 0.122619
-the [X][X] if [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 1 ||| ||| 0.181593 0.0333333
-[X][X] for [X][X] Madam President [X] ||| [X][X] wenn [X][X] Frau Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] for [X][X] Madam [X] ||| [X][X] wenn [X][X] Frau [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] for [X][X] President , [X] ||| [X][X] wenn [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.025641 0.025641
-[X][X] for [X][X] President [X] ||| [X][X] wenn [X][X] Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-[X][X] for [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 1 ||| ||| 0.581553 0.158444
-[X][X] if [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 1 ||| ||| 0.581553 0.342157
-the [X][X] if [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 1 ||| ||| 0.581553 0.0809524
-[X][X] I shall [X] ||| [X][X] werde ich [X] ||| 1 ||| ||| 0.757684 0.494048
-[X][X] I shall do [X] ||| [X][X] werde ich [X] ||| 1 ||| ||| 0.757684 0.263636
-[X][X] I shall [X] ||| [X][X] werde ich dem [X] ||| 1 ||| ||| 0.494022 0.324026
-[X][X] I shall do [X] ||| [X][X] werde ich dem [X] ||| 1 ||| ||| 0.494022 0.169996
-be [X][X] . [X] ||| [X][X] werden . [X] ||| 1 ||| ||| 0.125 0.125
-be [X][X] [X] ||| [X][X] werden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] before [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-[X][X] before the [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-[X][X] the [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-[X][X] before [X][X] because the [X] ||| [X][X] werden [X][X] , weil der [X] ||| 1 ||| ||| 0.0526316 0.0263158
-[X][X] the [X][X] because the [X] ||| [X][X] werden [X][X] , weil der [X] ||| 1 ||| ||| 0.0526316 0.0263158
-[X][X] before [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-[X][X] before the [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-[X][X] the [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-[X][X] before [X][X] because the [X] ||| [X][X] werden [X][X] weil der [X] ||| 1 ||| ||| 0.0526316 0.0263158
-[X][X] the [X][X] because the [X] ||| [X][X] werden [X][X] weil der [X] ||| 1 ||| ||| 0.0526316 0.0263158
-to [X][X] [X] ||| [X][X] werden soll , [X] ||| 1 ||| ||| 0.257895 0.0776316
-to go [X][X] [X] ||| [X][X] werden soll , [X] ||| 1 ||| ||| 0.257895 0.0776316
-to go before [X][X] [X] ||| [X][X] werden soll , [X] ||| 1 ||| ||| 0.257895 0.0776316
-to go before the [X][X] [X] ||| [X][X] werden soll , [X] ||| 1 ||| ||| 0.257895 0.025
-to [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-to go [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-to go before [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 1 ||| ||| 0.0714285 0.0238095
-to [X][X] because the [X] ||| [X][X] werden soll , weil der [X] ||| 1 ||| ||| 0.0526316 0.0263158
-to go [X][X] because the [X] ||| [X][X] werden soll , weil der [X] ||| 1 ||| ||| 0.0526316 0.0263158
-to [X][X] [X] ||| [X][X] werden soll [X] ||| 1 ||| ||| 0.384617 0.115385
-to go [X][X] [X] ||| [X][X] werden soll [X] ||| 1 ||| ||| 0.384617 0.115385
-to go before [X][X] [X] ||| [X][X] werden soll [X] ||| 1 ||| ||| 0.384617 0.115385
-to go before the [X][X] [X] ||| [X][X] werden soll [X] ||| 1 ||| ||| 0.384617 0.0384615
-[X][X] should be [X] ||| [X][X] werden sollen [X] ||| 1 ||| ||| 1.04924 0.799242
-of [X][X] should be [X] ||| [X][X] werden sollen [X] ||| 1 ||| ||| 1.04924 0.25
-[X][X] we [X] ||| [X][X] wir [X] ||| 1 ||| ||| 1.39167 1.39167
-[X][X] we [X][X] . [X] ||| [X][X] wir [X][X] . [X] ||| 1 ||| ||| 0.126923 0.126923
-[X][X] we [X][X] [X] ||| [X][X] wir [X][X] [X] ||| 1 ||| ||| 0.276656 0.276656
-[X][X] we have [X][X] . [X] ||| [X][X] wir [X][X] haben . [X] ||| 1 ||| ||| 0.126923 0.126923
-[X][X] we have [X][X] [X] ||| [X][X] wir [X][X] haben [X] ||| 1 ||| ||| 0.149733 0.149733
-[X][X] we have always upheld [X] ||| [X][X] wir stets verteidigt haben [X] ||| 1 ||| ||| 0.149733 0.149733
-will [X][X] [X] ||| [X][X] wird [X] ||| 1 ||| ||| 0.5 0.5
-aware [X][X] that [X] ||| [X][X] wissen , [X] ||| 1 ||| ||| 0.125 0.125
-aware [X][X] that [X][X] [X] ||| [X][X] wissen , [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-aware [X][X] [X] ||| [X][X] wissen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] wish , [X] ||| [X][X] wollen , [X] ||| 1 ||| ||| 0.413528 0.380195
-the [X][X] wish , [X] ||| [X][X] wollen , [X] ||| 1 ||| ||| 0.413528 0.0333333
-[X][X] wish , [X][X] , [X] ||| [X][X] wollen , [X][X] , [X] ||| 1 ||| ||| 0.0844828 0.0844828
-[X][X] wish , [X][X] [X] ||| [X][X] wollen , [X][X] [X] ||| 1 ||| ||| 0.271929 0.271929
-[X][X] wish , raise [X][X] [X] ||| [X][X] wollen , [X][X] ansprechen [X] ||| 1 ||| ||| 0.143968 0.143968
-[X][X] wish , [X][X] i.e. [X] ||| [X][X] wollen , [X][X] d. h. [X] ||| 1 ||| ||| 0.0434783 0.0434783
-[X][X] wish [X] ||| [X][X] wollen [X] ||| 1 ||| ||| 0.72549 0.677871
-the [X][X] wish [X] ||| [X][X] wollen [X] ||| 1 ||| ||| 0.72549 0.047619
-[X][X] wish [X][X] , [X] ||| [X][X] wollen [X][X] , [X] ||| 1 ||| ||| 0.0844828 0.0844828
-[X][X] wish [X][X] , i.e. [X] ||| [X][X] wollen [X][X] , d. h. [X] ||| 1 ||| ||| 0.0434783 0.0434783
-[X][X] wish [X][X] [X] ||| [X][X] wollen [X][X] [X] ||| 1 ||| ||| 0.271929 0.271929
-[X][X] wish [X][X] i.e. [X] ||| [X][X] wollen [X][X] d. h. [X] ||| 1 ||| ||| 0.0434783 0.0434783
-[X][X] a petition has [X][X] [X] ||| [X][X] wurde [X][X] eine Petition [X] ||| 1 ||| ||| 0.430556 0.430556
-would be [X][X] . [X] ||| [X][X] wäre . [X] ||| 1 ||| ||| 0.416667 0.416667
-would be [X][X] [X] ||| [X][X] wäre [X] ||| 1 ||| ||| 0.583333 0.583333
-[X][X] about Rule 143 [X] ||| [X][X] zu Artikel 143 [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] about Rule [X] ||| [X][X] zu Artikel [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] to the start [X] ||| [X][X] zu Beginn [X] ||| 1 ||| ||| 0.413524 0.413524
-[X][X] to the start [X][X] [X] ||| [X][X] zu Beginn [X][X] [X] ||| 1 ||| ||| 0.679652 0.679652
-[X][X] to environmental information [X] ||| [X][X] zu Umweltinformationen [X] ||| 1 ||| ||| 0.240476 0.240476
-[X][X] to environmental information [X][X] [X] ||| [X][X] zu Umweltinformationen [X][X] [X] ||| 1 ||| ||| 0.129167 0.129167
-[X][X] about [X] ||| [X][X] zu [X] ||| 1 ||| ||| 1.89898 0.2
-[X][X] to [X] ||| [X][X] zu [X] ||| 1 ||| ||| 1.89898 1.69898
-[X][X] to [X][X] . [X] ||| [X][X] zu [X][X] . [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] to [X][X] presentation [X] ||| [X][X] zu [X][X] Aussprache [X] ||| 1 ||| ||| 0.203409 0.203409
-[X][X] to [X][X] presentation of [X] ||| [X][X] zu [X][X] Aussprache über [X] ||| 1 ||| ||| 0.116667 0.116667
-[X][X] about [X][X] [X] ||| [X][X] zu [X][X] [X] ||| 1 ||| ||| 1.53425 0.0714286
-[X][X] to [X][X] [X] ||| [X][X] zu [X][X] [X] ||| 1 ||| ||| 1.53425 1.46282
-[X][X] to [X][X] the [X] ||| [X][X] zu [X][X] den [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] to [X][X] of the [X] ||| [X][X] zu [X][X] der [X] ||| 1 ||| ||| 0.306944 0.306944
-[X][X] to [X][X] of [X] ||| [X][X] zu [X][X] über [X] ||| 1 ||| ||| 0.116667 0.116667
-[X][X] to [X][X] of the [X] ||| [X][X] zu [X][X] über den [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] was [X] ||| [X][X] zu beklagen gab , [X] ||| 1 ||| ||| 0.297619 0.297619
-[X][X] was [X] ||| [X][X] zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.254286 0.254286
-[X][X] was Mr [X] ||| [X][X] zu beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 0.0982143 0.0982143
-[X][X] was [X] ||| [X][X] zu beklagen gab , zählt auch [X] ||| 1 ||| ||| 0.1875 0.1875
-[X][X] was [X] ||| [X][X] zu beklagen gab [X] ||| 1 ||| ||| 0.358824 0.358824
-[X][X] for this [X] ||| [X][X] zu einer [X] ||| 1 ||| ||| 0.833333 0.833333
-[X][X] for this [X][X] [X] ||| [X][X] zu einer [X][X] [X] ||| 1 ||| ||| 0.333333 0.333333
-expressing [X][X] [X] ||| [X][X] zum [X] ||| 1 ||| ||| 0.75 0.75
-[X][X] to reprieve [X] ||| [X][X] zur Begnadigung [X] ||| 1 ||| ||| 0.525 0.425
-power [X][X] to reprieve [X] ||| [X][X] zur Begnadigung [X] ||| 1 ||| ||| 0.525 0.1
-[X][X] to reprieve [X][X] [X] ||| [X][X] zur Begnadigung [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] to reprieve the [X] ||| [X][X] zur Begnadigung des [X] ||| 1 ||| ||| 0.188034 0.188034
-[X][X] to reprieve the [X][X] [X] ||| [X][X] zur Begnadigung des [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] reduction targets [X] ||| [X][X] zur Flottenverkleinerung [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] on [X] ||| [X][X] zur [X] ||| 1 ||| ||| 2.29524 1
-[X][X] to [X] ||| [X][X] zur [X] ||| 1 ||| ||| 2.29524 0.842857
-power [X][X] to [X] ||| [X][X] zur [X] ||| 1 ||| ||| 2.29524 0.166667
-the [X][X] to [X] ||| [X][X] zur [X] ||| 1 ||| ||| 2.29524 0.142857
-the power [X][X] to [X] ||| [X][X] zur [X] ||| 1 ||| ||| 2.29524 0.142857
-[X][X] on [X][X] . [X] ||| [X][X] zur [X][X] . [X] ||| 1 ||| ||| 0.347222 0.347222
-[X][X] to [X][X] condemned person [X] ||| [X][X] zur [X][X] Verurteilten [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] on [X][X] [X] ||| [X][X] zur [X][X] [X] ||| 1 ||| ||| 1.22414 0.969444
-[X][X] to [X][X] [X] ||| [X][X] zur [X][X] [X] ||| 1 ||| ||| 1.22414 0.254701
-[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Mr [X] ||| [X][X] zählt auch Herr [X] ||| 1 ||| ||| 0.223214 0.223214
-[X][X] Mr [X][X] [X] ||| [X][X] zählt auch Herr [X][X] [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] of [X] ||| [X][X] über [X] ||| 1 ||| ||| 1.09167 0.591667
-[X][X] on [X] ||| [X][X] über [X] ||| 1 ||| ||| 1.09167 0.5
-[X][X] on [X][X] [X] ||| [X][X] über [X][X] , [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] on [X][X] [X] ||| [X][X] über [X][X] , der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] of [X][X] . [X] ||| [X][X] über [X][X] . [X] ||| 1 ||| ||| 0.121544 0.121544
-[X][X] of [X][X] [X] ||| [X][X] über [X][X] [X] ||| 1 ||| ||| 0.669336 0.29725
-[X][X] on [X][X] [X] ||| [X][X] über [X][X] [X] ||| 1 ||| ||| 0.669336 0.295163
-[X][X] on [X][X] comes [X] ||| [X][X] über [X][X] [X] ||| 1 ||| ||| 0.669336 0.0769231
-[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen , [X] ||| 1 ||| ||| 0.074074 0.037037
-[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen , [X] ||| 1 ||| ||| 0.074074 0.037037
-[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen , der [X] ||| 1 ||| ||| 0.0571428 0.0285714
-[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen , der [X] ||| 1 ||| ||| 0.0571428 0.0285714
-[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] on [X][X] [X] ||| [X][X] über [X][X] der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] of the report . [X] ||| [X][X] über den Bericht . [X] ||| 1 ||| ||| 0.121544 0.121544
-[X][X] of the report [X] ||| [X][X] über den Bericht [X] ||| 1 ||| ||| 0.175707 0.175707
-[X][X] of the [X] ||| [X][X] über den [X] ||| 1 ||| ||| 0.327632 0.327632
-[X][X] of the [X][X] [X] ||| [X][X] über den [X][X] [X] ||| 1 ||| ||| 0.121544 0.121544
-[X][X] on multiannual guidance programmes [X] ||| [X][X] über mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] on multiannual [X] ||| [X][X] über mehrjährige [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] , [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] , der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] [X] ||| 1 ||| ||| 0.372086 0.295163
-[X][X] on multiannual [X][X] comes [X] ||| [X][X] über mehrjährige [X][X] [X] ||| 1 ||| ||| 0.372086 0.0769231
-[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen , [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen , der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] der [X] ||| 1 ||| ||| 0.0285714 0.0285714
-however , [X] ||| aber so , [X] ||| 1 ||| ||| 1 1
-however , [X] ||| aber so , daß [X] ||| 1 ||| ||| 1 1
-however , he [X] ||| aber so , daß er [X] ||| 1 ||| ||| 0.25 0.25
-however [X] ||| aber so [X] ||| 1 ||| ||| 1 1
-however [X][X] [X] ||| aber so [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-had [X] ||| abgestattet hatte [X] ||| 1 ||| ||| 1 1
-all [X] ||| all [X] ||| 1 ||| ||| 1 1
-all [X] ||| alle [X] ||| 1 ||| ||| 2 1
-all of [X] ||| alle [X] ||| 1 ||| ||| 2 1
-all the victims [X] ||| allen Opfern [X] ||| 1 ||| ||| 0.67619 0.333333
-behalf of all the victims [X] ||| allen Opfern [X] ||| 1 ||| ||| 0.67619 0.142857
-of all the victims [X] ||| allen Opfern [X] ||| 1 ||| ||| 0.67619 0.2
-all [X] ||| allen [X] ||| 1 ||| ||| 8 1
-all the [X] ||| allen [X] ||| 1 ||| ||| 8 1
-behalf of all [X] ||| allen [X] ||| 1 ||| ||| 8 1
-behalf of all the [X] ||| allen [X] ||| 1 ||| ||| 8 1
-of all [X] ||| allen [X] ||| 1 ||| ||| 8 1
-of all the [X] ||| allen [X] ||| 1 ||| ||| 8 1
-on behalf of all [X] ||| allen [X] ||| 1 ||| ||| 8 1
-on behalf of all the [X] ||| allen [X] ||| 1 ||| ||| 8 1
-all [X][X] [X] ||| allen [X][X] [X] ||| 1 ||| ||| 0.80119 0.333333
-behalf of all [X][X] [X] ||| allen [X][X] [X] ||| 1 ||| ||| 0.80119 0.142857
-of all [X][X] [X] ||| allen [X][X] [X] ||| 1 ||| ||| 0.80119 0.2
-on behalf of all [X][X] [X] ||| allen [X][X] [X] ||| 1 ||| ||| 0.80119 0.125
-everything [X] ||| alles [X] ||| 1 ||| ||| 2 1
-everything she [X] ||| alles [X] ||| 1 ||| ||| 2 1
-her to do everything [X][X] [X] ||| alles in ihrem [X][X] stehende zu tun [X] ||| 1 ||| ||| 0.833333 0.833333
-her to do everything [X][X] [X] ||| alles in ihrem [X][X] zu tun [X] ||| 1 ||| ||| 0.833333 0.833333
-as the [X] ||| als [X] ||| 1 ||| ||| 1 1
-Thursday [X] ||| am Donnerstag [X] ||| 1 ||| ||| 3.5 1
-on Thursday [X] ||| am Donnerstag [X] ||| 1 ||| ||| 3.5 2
-on Thursday prior [X] ||| am Donnerstag [X] ||| 1 ||| ||| 3.5 0.5
-[X][X] Thursday . [X] ||| am Donnerstag [X][X] . [X] ||| 1 ||| ||| 0.25 0.25
-on Thursday prior [X][X] presentation [X] ||| am Donnerstag [X][X] Aussprache [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] Thursday [X] ||| am Donnerstag [X][X] [X] ||| 1 ||| ||| 0.97361 0.333333
-on Thursday [X][X] [X] ||| am Donnerstag [X][X] [X] ||| 1 ||| ||| 0.97361 0.333333
-on Thursday prior [X][X] [X] ||| am Donnerstag [X][X] [X] ||| 1 ||| ||| 0.97361 0.306944
-on Thursday prior [X][X] of [X] ||| am Donnerstag [X][X] über [X] ||| 1 ||| ||| 0.05 0.05
-on Thursday and contains [X] ||| am Donnerstag mit [X] ||| 1 ||| ||| 0.333333 0.333333
-on Thursday [X] ||| am Donnerstag zu [X] ||| 1 ||| ||| 1.25 1
-on Thursday prior to [X] ||| am Donnerstag zu [X] ||| 1 ||| ||| 1.25 0.25
-on Thursday prior to [X][X] [X] ||| am Donnerstag zu [X][X] [X] ||| 1 ||| ||| 0.306944 0.306944
-do on Thursday . [X] ||| am Donnerstag zu tun . [X] ||| 1 ||| ||| 0.25 0.25
-do on Thursday [X] ||| am Donnerstag zu tun [X] ||| 1 ||| ||| 0.333333 0.333333
-on [X] ||| am [X] ||| 1 ||| ||| 1 1
-on [X][X] presentation [X] ||| am [X][X] Aussprache [X] ||| 1 ||| ||| 0.0625 0.0625
-on [X][X] presentation of [X] ||| am [X][X] Aussprache über [X] ||| 1 ||| ||| 0.05 0.05
-on [X][X] the start [X] ||| am [X][X] Beginn [X] ||| 1 ||| ||| 0.111111 0.111111
-on [X][X] the start [X][X] [X] ||| am [X][X] Beginn [X][X] [X] ||| 1 ||| ||| 0.195833 0.195833
-on [X][X] [X] ||| am [X][X] [X] ||| 1 ||| ||| 1.05694 1.05694
-on [X][X] of the presentation [X] ||| am [X][X] der Aussprache [X] ||| 1 ||| ||| 0.0625 0.0625
-on [X][X] of the [X] ||| am [X][X] der [X] ||| 1 ||| ||| 0.0833333 0.0833333
-on [X][X] of the [X][X] [X] ||| am [X][X] der [X][X] [X] ||| 1 ||| ||| 0.05 0.05
-on [X][X] to the start [X] ||| am [X][X] zu Beginn [X] ||| 1 ||| ||| 0.111111 0.111111
-on [X][X] to [X] ||| am [X][X] zu [X] ||| 1 ||| ||| 0.25 0.25
-on [X][X] to [X][X] presentation [X] ||| am [X][X] zu [X][X] Aussprache [X] ||| 1 ||| ||| 0.0625 0.0625
-on [X][X] to [X][X] [X] ||| am [X][X] zu [X][X] [X] ||| 1 ||| ||| 0.306944 0.306944
-on [X][X] to [X][X] of [X] ||| am [X][X] zu [X][X] über [X] ||| 1 ||| ||| 0.05 0.05
-on [X][X] of [X] ||| am [X][X] über [X] ||| 1 ||| ||| 0.05 0.05
-other [X] ||| anderen [X] ||| 1 ||| ||| 2 1
-the other [X] ||| anderen [X] ||| 1 ||| ||| 2 1
-before the courts [X] ||| angeklagt [X] ||| 1 ||| ||| 4 1
-courts [X] ||| angeklagt [X] ||| 1 ||| ||| 4 1
-go before the courts [X] ||| angeklagt [X] ||| 1 ||| ||| 4 1
-the courts [X] ||| angeklagt [X] ||| 1 ||| ||| 4 1
-[X][X] before the courts [X] ||| angeklagt [X][X] , [X] ||| 1 ||| ||| 0.157895 0.0526316
-[X][X] courts [X] ||| angeklagt [X][X] , [X] ||| 1 ||| ||| 0.157895 0.0526316
-[X][X] the courts [X] ||| angeklagt [X][X] , [X] ||| 1 ||| ||| 0.157895 0.0526316
-[X][X] before the courts [X] ||| angeklagt [X][X] [X] ||| 1 ||| ||| 0.388665 0.129555
-[X][X] courts [X] ||| angeklagt [X][X] [X] ||| 1 ||| ||| 0.388665 0.129555
-[X][X] the courts [X] ||| angeklagt [X][X] [X] ||| 1 ||| ||| 0.388665 0.129555
-before the courts [X] ||| angeklagt werden [X] ||| 1 ||| ||| 4 1
-courts [X] ||| angeklagt werden [X] ||| 1 ||| ||| 4 1
-go before the courts [X] ||| angeklagt werden [X] ||| 1 ||| ||| 4 1
-the courts [X] ||| angeklagt werden [X] ||| 1 ||| ||| 4 1
-[X][X] before the courts [X] ||| angeklagt werden [X][X] , [X] ||| 1 ||| ||| 0.157895 0.0526316
-[X][X] courts [X] ||| angeklagt werden [X][X] , [X] ||| 1 ||| ||| 0.157895 0.0526316
-[X][X] the courts [X] ||| angeklagt werden [X][X] , [X] ||| 1 ||| ||| 0.157895 0.0526316
-[X][X] before the courts [X] ||| angeklagt werden [X][X] [X] ||| 1 ||| ||| 0.388665 0.129555
-[X][X] courts [X] ||| angeklagt werden [X][X] [X] ||| 1 ||| ||| 0.388665 0.129555
-[X][X] the courts [X] ||| angeklagt werden [X][X] [X] ||| 1 ||| ||| 0.388665 0.129555
-to go before the courts [X] ||| angeklagt werden soll , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-to go before the courts [X] ||| angeklagt werden soll [X] ||| 1 ||| ||| 0.0769231 0.0769231
-appropriate [X] ||| angemessen , [X] ||| 1 ||| ||| 1 1
-appropriate [X][X] , Madam President [X] ||| angemessen , [X][X] , Frau Präsidentin [X] ||| 1 ||| ||| 0.0416667 0.0416667
-appropriate [X][X] , Madam [X] ||| angemessen , [X][X] , Frau [X] ||| 1 ||| ||| 0.0714286 0.0714286
-appropriate [X][X] , Madam [X][X] [X] ||| angemessen , [X][X] , Frau [X][X] [X] ||| 1 ||| ||| 0.0452088 0.0452088
-appropriate [X][X] , Madam [X][X] [X] ||| angemessen , [X][X] , Frau [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] , [X] ||| angemessen , [X][X] , [X] ||| 1 ||| ||| 0.152027 0.152027
-appropriate [X][X] , [X][X] , [X] ||| angemessen , [X][X] , [X][X] , [X] ||| 1 ||| ||| 0.027027 0.027027
-appropriate [X][X] , [X][X] , [X] ||| angemessen , [X][X] , [X][X] , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] , [X][X] [X] ||| angemessen , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0868755 0.0868755
-appropriate [X][X] , [X][X] [X] ||| angemessen , [X][X] , [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] , [X] ||| angemessen , [X][X] , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] Madam President , [X] ||| angemessen , [X][X] Frau Präsidentin , [X] ||| 1 ||| ||| 0.027027 0.027027
-appropriate [X][X] Madam President , [X] ||| angemessen , [X][X] Frau Präsidentin , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] Madam President [X] ||| angemessen , [X][X] Frau Präsidentin [X] ||| 1 ||| ||| 0.0416667 0.0416667
-appropriate [X][X] Madam [X] ||| angemessen , [X][X] Frau [X] ||| 1 ||| ||| 0.0714286 0.0714286
-appropriate [X][X] Madam [X][X] [X] ||| angemessen , [X][X] Frau [X][X] [X] ||| 1 ||| ||| 0.0452088 0.0452088
-appropriate [X][X] Madam [X][X] [X] ||| angemessen , [X][X] Frau [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] President , [X] ||| angemessen , [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.027027 0.027027
-appropriate [X][X] President , [X] ||| angemessen , [X][X] Präsidentin , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] President [X] ||| angemessen , [X][X] Präsidentin [X] ||| 1 ||| ||| 0.0416667 0.0416667
-appropriate [X][X] [X] ||| angemessen , [X][X] [X] ||| 1 ||| ||| 0.533304 0.533304
-appropriate [X][X] [X] ||| angemessen , [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate for you , Madam [X] ||| angemessen , wenn Sie , Frau [X] ||| 1 ||| ||| 0.0714286 0.0714286
-appropriate for you , [X] ||| angemessen , wenn Sie , [X] ||| 1 ||| ||| 0.125 0.125
-appropriate for you , [X][X] [X] ||| angemessen , wenn Sie , [X][X] [X] ||| 1 ||| ||| 0.0868755 0.0868755
-appropriate for you , [X][X] [X] ||| angemessen , wenn Sie , [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate for you [X] ||| angemessen , wenn Sie [X] ||| 1 ||| ||| 0.25 0.25
-appropriate for you [X][X] , [X] ||| angemessen , wenn Sie [X][X] , [X] ||| 1 ||| ||| 0.027027 0.027027
-appropriate for you [X][X] , [X] ||| angemessen , wenn Sie [X][X] , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate for you [X][X] President [X] ||| angemessen , wenn Sie [X][X] Präsidentin [X] ||| 1 ||| ||| 0.0416667 0.0416667
-appropriate for you [X][X] [X] ||| angemessen , wenn Sie [X][X] [X] ||| 1 ||| ||| 0.158304 0.158304
-appropriate for you [X][X] [X] ||| angemessen , wenn Sie [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate for [X] ||| angemessen , wenn [X] ||| 1 ||| ||| 1 1
-appropriate for [X][X] , [X] ||| angemessen , wenn [X][X] , [X] ||| 1 ||| ||| 0.027027 0.027027
-appropriate for [X][X] , [X] ||| angemessen , wenn [X][X] , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate for [X][X] Madam President [X] ||| angemessen , wenn [X][X] Frau Präsidentin [X] ||| 1 ||| ||| 0.0416667 0.0416667
-appropriate for [X][X] Madam [X] ||| angemessen , wenn [X][X] Frau [X] ||| 1 ||| ||| 0.0714286 0.0714286
-appropriate for [X][X] Madam [X][X] [X] ||| angemessen , wenn [X][X] Frau [X][X] [X] ||| 1 ||| ||| 0.0452088 0.0452088
-appropriate for [X][X] Madam [X][X] [X] ||| angemessen , wenn [X][X] Frau [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate for [X][X] President , [X] ||| angemessen , wenn [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.027027 0.027027
-appropriate for [X][X] President , [X] ||| angemessen , wenn [X][X] Präsidentin , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate for [X][X] President [X] ||| angemessen , wenn [X][X] Präsidentin [X] ||| 1 ||| ||| 0.0416667 0.0416667
-appropriate for [X][X] [X] ||| angemessen , wenn [X][X] [X] ||| 1 ||| ||| 0.283304 0.283304
-appropriate for [X][X] [X] ||| angemessen , wenn [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X] ||| angemessen [X] ||| 1 ||| ||| 1 1
-appropriate [X][X] , Madam President [X] ||| angemessen [X][X] , Frau Präsidentin [X] ||| 1 ||| ||| 0.0416667 0.0416667
-appropriate [X][X] , Madam [X] ||| angemessen [X][X] , Frau [X] ||| 1 ||| ||| 0.0714286 0.0714286
-appropriate [X][X] , Madam [X][X] [X] ||| angemessen [X][X] , Frau [X][X] [X] ||| 1 ||| ||| 0.0452088 0.0452088
-appropriate [X][X] , Madam [X][X] [X] ||| angemessen [X][X] , Frau [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] , [X] ||| angemessen [X][X] , [X] ||| 1 ||| ||| 0.152027 0.152027
-appropriate [X][X] , [X][X] , [X] ||| angemessen [X][X] , [X][X] , [X] ||| 1 ||| ||| 0.027027 0.027027
-appropriate [X][X] , [X][X] , [X] ||| angemessen [X][X] , [X][X] , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] , [X][X] [X] ||| angemessen [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0868755 0.0868755
-appropriate [X][X] , [X][X] [X] ||| angemessen [X][X] , [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] , [X] ||| angemessen [X][X] , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] Madam President , [X] ||| angemessen [X][X] Frau Präsidentin , [X] ||| 1 ||| ||| 0.027027 0.027027
-appropriate [X][X] Madam President , [X] ||| angemessen [X][X] Frau Präsidentin , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] Madam President [X] ||| angemessen [X][X] Frau Präsidentin [X] ||| 1 ||| ||| 0.0416667 0.0416667
-appropriate [X][X] Madam [X] ||| angemessen [X][X] Frau [X] ||| 1 ||| ||| 0.0714286 0.0714286
-appropriate [X][X] Madam [X][X] [X] ||| angemessen [X][X] Frau [X][X] [X] ||| 1 ||| ||| 0.0452088 0.0452088
-appropriate [X][X] Madam [X][X] [X] ||| angemessen [X][X] Frau [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] President , [X] ||| angemessen [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.027027 0.027027
-appropriate [X][X] President , [X] ||| angemessen [X][X] Präsidentin , der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-appropriate [X][X] President [X] ||| angemessen [X][X] Präsidentin [X] ||| 1 ||| ||| 0.0416667 0.0416667
-appropriate [X][X] [X] ||| angemessen [X][X] [X] ||| 1 ||| ||| 0.533304 0.533304
-appropriate [X][X] [X] ||| angemessen [X][X] der [X] ||| 1 ||| ||| 0.0181818 0.0181818
-raise [X] ||| ansprechen [X] ||| 1 ||| ||| 1 1
-Mr Kumar Ponnambalam , who [X] ||| auch Herr Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.166667 0.166667
-Mr Kumar Ponnambalam [X] ||| auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.5 0.5
-Mr Kumar Ponnambalam [X][X] [X] ||| auch Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-Mr [X] ||| auch Herr [X] ||| 1 ||| ||| 1 1
-Mr [X][X] , who [X] ||| auch Herr [X][X] , der [X] ||| 1 ||| ||| 0.166667 0.166667
-Mr [X][X] [X] ||| auch Herr [X][X] [X] ||| 1 ||| ||| 0.666667 0.666667
-, too , [X] ||| auch [X] ||| 1 ||| ||| 5 1
-, too [X] ||| auch [X] ||| 1 ||| ||| 5 1
-including [X] ||| auch [X] ||| 1 ||| ||| 5 1
-too , [X] ||| auch [X] ||| 1 ||| ||| 5 1
-too [X] ||| auch [X] ||| 1 ||| ||| 5 1
-[X][X] , who [X] ||| auch [X][X] , der [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] , too , [X] ||| auch [X][X] [X] ||| 1 ||| ||| 0.685714 0.142857
-[X][X] , too [X] ||| auch [X][X] [X] ||| 1 ||| ||| 0.685714 0.2
-[X][X] too , [X] ||| auch [X][X] [X] ||| 1 ||| ||| 0.685714 0.142857
-[X][X] too [X] ||| auch [X][X] [X] ||| 1 ||| ||| 0.685714 0.2
-[X][X] too [X][X] environmental information [X] ||| auch [X][X] [X][X] Umweltinformationen [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] , too , [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 1 ||| ||| 0.589142 0.108824
-[X][X] , too [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 1 ||| ||| 0.589142 0.185747
-[X][X] too , [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 1 ||| ||| 0.589142 0.108824
-[X][X] too [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 1 ||| ||| 0.589142 0.185747
-[X][X] , too [X][X] to [X] ||| auch [X][X] [X][X] zu [X] ||| 1 ||| ||| 0.117647 0.0588235
-[X][X] too [X][X] to [X] ||| auch [X][X] [X][X] zu [X] ||| 1 ||| ||| 0.117647 0.0588235
-[X][X] , too , access [X] ||| auch [X][X] der Zugang [X] ||| 1 ||| ||| 0.153846 0.0769231
-[X][X] too , access [X] ||| auch [X][X] der Zugang [X] ||| 1 ||| ||| 0.153846 0.0769231
-[X][X] too , access [X][X] [X] ||| auch [X][X] der Zugang [X][X] [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] too , access to [X] ||| auch [X][X] der Zugang zu [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the [X] ||| auch der [X] ||| 1 ||| ||| 1 1
-in Russia , too , [X] ||| auch in Rußland [X] ||| 1 ||| ||| 0.342857 0.142857
-in Russia , too [X] ||| auch in Rußland [X] ||| 1 ||| ||| 0.342857 0.2
-in Russia , too [X][X] [X] ||| auch in Rußland [X][X] [X] ||| 1 ||| ||| 0.185747 0.185747
-in [X][X] too , [X] ||| auch in [X][X] [X] ||| 1 ||| ||| 0.342857 0.142857
-in [X][X] too [X] ||| auch in [X][X] [X] ||| 1 ||| ||| 0.342857 0.2
-in [X][X] too , [X][X] [X] ||| auch in [X][X] [X][X] [X] ||| 1 ||| ||| 0.294571 0.108824
-in [X][X] too [X][X] [X] ||| auch in [X][X] [X][X] [X] ||| 1 ||| ||| 0.294571 0.185747
-in [X][X] too [X][X] to [X] ||| auch in [X][X] [X][X] zu [X] ||| 1 ||| ||| 0.0588235 0.0588235
-in [X][X] too , access [X] ||| auch in [X][X] der Zugang [X] ||| 1 ||| ||| 0.0769231 0.0769231
-including [X] ||| auch von [X] ||| 1 ||| ||| 1 1
-including myself [X] ||| auch von mir selbst , [X] ||| 1 ||| ||| 1 1
-including myself [X] ||| auch von mir selbst [X] ||| 1 ||| ||| 1 1
-at the request [X] ||| auf Wunsch [X] ||| 1 ||| ||| 0.333333 0.333333
-at the request [X][X] , [X] ||| auf Wunsch [X][X] , [X] ||| 1 ||| ||| 0.0434783 0.0434783
-at the request [X][X] Mr [X] ||| auf Wunsch [X][X] Herrn [X] ||| 1 ||| ||| 0.0322581 0.0322581
-at the request [X][X] Member [X] ||| auf Wunsch [X][X] Mitglieds [X] ||| 1 ||| ||| 0.0588235 0.0588235
-at the request [X][X] Zimeray [X] ||| auf Wunsch [X][X] Zimeray [X] ||| 1 ||| ||| 0.0243902 0.0243902
-at the request [X][X] [X] ||| auf Wunsch [X][X] [X] ||| 1 ||| ||| 0.367283 0.367283
-at the request [X][X] French [X] ||| auf Wunsch [X][X] französischen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-at the request of a [X] ||| auf Wunsch eines [X] ||| 1 ||| ||| 0.125 0.125
-at [X] ||| auf [X] ||| 1 ||| ||| 3 1
-at the [X] ||| auf [X] ||| 1 ||| ||| 3 1
-to [X] ||| auf [X] ||| 1 ||| ||| 3 1
-at [X][X] , Mr Zimeray [X] ||| auf [X][X] , Herrn Zimeray [X] ||| 1 ||| ||| 0.0243902 0.0243902
-at [X][X] , Mr [X] ||| auf [X][X] , Herrn [X] ||| 1 ||| ||| 0.0645162 0.0322581
-at the [X][X] , Mr [X] ||| auf [X][X] , Herrn [X] ||| 1 ||| ||| 0.0645162 0.0322581
-at [X][X] , [X] ||| auf [X][X] , [X] ||| 1 ||| ||| 0.0869566 0.0434783
-at the [X][X] , [X] ||| auf [X][X] , [X] ||| 1 ||| ||| 0.0869566 0.0434783
-at [X][X] , [X][X] [X] ||| auf [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0487804 0.0243902
-at the [X][X] , [X][X] [X] ||| auf [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0487804 0.0243902
-at [X][X] Mr Zimeray [X] ||| auf [X][X] Herrn Zimeray [X] ||| 1 ||| ||| 0.0487804 0.0243902
-at the [X][X] Mr Zimeray [X] ||| auf [X][X] Herrn Zimeray [X] ||| 1 ||| ||| 0.0487804 0.0243902
-at [X][X] Mr [X] ||| auf [X][X] Herrn [X] ||| 1 ||| ||| 0.0645162 0.0322581
-at the [X][X] Mr [X] ||| auf [X][X] Herrn [X] ||| 1 ||| ||| 0.0645162 0.0322581
-at [X][X] Member , Mr [X] ||| auf [X][X] Mitglieds , Herrn [X] ||| 1 ||| ||| 0.0322581 0.0322581
-at [X][X] Member , [X] ||| auf [X][X] Mitglieds , [X] ||| 1 ||| ||| 0.0869566 0.0434783
-at the [X][X] Member , [X] ||| auf [X][X] Mitglieds , [X] ||| 1 ||| ||| 0.0869566 0.0434783
-at [X][X] Member , [X][X] [X] ||| auf [X][X] Mitglieds , [X][X] [X] ||| 1 ||| ||| 0.0243902 0.0243902
-at [X][X] Member [X] ||| auf [X][X] Mitglieds [X] ||| 1 ||| ||| 0.117647 0.0588235
-at the [X][X] Member [X] ||| auf [X][X] Mitglieds [X] ||| 1 ||| ||| 0.117647 0.0588235
-at [X][X] Member [X][X] Zimeray [X] ||| auf [X][X] Mitglieds [X][X] Zimeray [X] ||| 1 ||| ||| 0.0243902 0.0243902
-at [X][X] Member [X][X] [X] ||| auf [X][X] Mitglieds [X][X] [X] ||| 1 ||| ||| 0.113297 0.0566483
-at the [X][X] Member [X][X] [X] ||| auf [X][X] Mitglieds [X][X] [X] ||| 1 ||| ||| 0.113297 0.0566483
-at [X][X] Zimeray [X] ||| auf [X][X] Zimeray [X] ||| 1 ||| ||| 0.0487804 0.0243902
-at the [X][X] Zimeray [X] ||| auf [X][X] Zimeray [X] ||| 1 ||| ||| 0.0487804 0.0243902
-at [X][X] [X] ||| auf [X][X] [X] ||| 1 ||| ||| 1.40123 0.700617
-at the [X][X] [X] ||| auf [X][X] [X] ||| 1 ||| ||| 1.40123 0.367283
-to [X][X] [X] ||| auf [X][X] [X] ||| 1 ||| ||| 1.40123 0.333333
-[X][X] to [X][X] [X] ||| auf [X][X] [X][X] , [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] to [X][X] in [X] ||| auf [X][X] [X][X] , mit [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] , mit dem [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] , mit dem sich [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] to [X][X] [X] ||| auf [X][X] [X][X] [X] ||| 1 ||| ||| 0.342857 0.342857
-[X][X] to [X][X] in [X] ||| auf [X][X] [X][X] mit [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] mit dem [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] mit dem sich [X] ||| 1 ||| ||| 0.0909091 0.0909091
-draw your attention to [X][X] [X] ||| auf [X][X] aufmerksam machen , [X] ||| 1 ||| ||| 0.142857 0.142857
-draw your attention to [X][X] [X] ||| auf [X][X] aufmerksam machen [X] ||| 1 ||| ||| 0.2 0.2
-at [X][X] of a [X] ||| auf [X][X] eines [X] ||| 1 ||| ||| 0.125 0.125
-at [X][X] of a [X][X] [X] ||| auf [X][X] eines [X][X] [X] ||| 1 ||| ||| 0.15895 0.15895
-at [X][X] of a French [X] ||| auf [X][X] eines französischen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-at [X][X] French Member , [X] ||| auf [X][X] französischen Mitglieds , [X] ||| 1 ||| ||| 0.0434783 0.0434783
-at [X][X] French Member [X] ||| auf [X][X] französischen Mitglieds [X] ||| 1 ||| ||| 0.117647 0.0588235
-at the [X][X] French Member [X] ||| auf [X][X] französischen Mitglieds [X] ||| 1 ||| ||| 0.117647 0.0588235
-at [X][X] French Member [X][X] [X] ||| auf [X][X] französischen Mitglieds [X][X] [X] ||| 1 ||| ||| 0.0566483 0.0566483
-at [X][X] French [X] ||| auf [X][X] französischen [X] ||| 1 ||| ||| 0.166667 0.0833333
-at the [X][X] French [X] ||| auf [X][X] französischen [X] ||| 1 ||| ||| 0.166667 0.0833333
-at [X][X] French [X][X] Mr [X] ||| auf [X][X] französischen [X][X] Herrn [X] ||| 1 ||| ||| 0.0322581 0.0322581
-at [X][X] French [X][X] Zimeray [X] ||| auf [X][X] französischen [X][X] Zimeray [X] ||| 1 ||| ||| 0.0243902 0.0243902
-at [X][X] French [X][X] [X] ||| auf [X][X] französischen [X][X] [X] ||| 1 ||| ||| 0.200254 0.100127
-at the [X][X] French [X][X] [X] ||| auf [X][X] französischen [X][X] [X] ||| 1 ||| ||| 0.200254 0.100127
-which [X] ||| auf die [X] ||| 1 ||| ||| 1 1
-which I [X] ||| auf die ich [X] ||| 1 ||| ||| 1 1
-to a case [X] ||| auf einen Fall [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] to a case [X] ||| auf einen Fall [X][X] , [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] , [X][X] [X] ||| 1 ||| ||| 0.315909 0.315909
-[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] , [X][X] sich [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] to a case in [X] ||| auf einen Fall [X][X] , mit [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] to a case [X] ||| auf einen Fall [X][X] [X] ||| 1 ||| ||| 0.342857 0.342857
-[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] [X][X] [X] ||| 1 ||| ||| 0.631818 0.631818
-[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] [X][X] sich [X] ||| 1 ||| ||| 0.181818 0.181818
-[X][X] to a case in [X] ||| auf einen Fall [X][X] mit [X] ||| 1 ||| ||| 0.142857 0.142857
-to a [X] ||| auf einen [X] ||| 1 ||| ||| 1 1
-draw your attention [X] ||| aufmerksam machen , [X] ||| 1 ||| ||| 1 1
-draw your attention [X] ||| aufmerksam machen [X] ||| 1 ||| ||| 1 1
-from [X] ||| aus [X] ||| 1 ||| ||| 1 1
-from [X][X] [X] ||| aus [X][X] [X] ||| 1 ||| ||| 0.590909 0.590909
-from [X][X] television [X] ||| aus [X][X] dem Fernsehen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-aware from [X][X] television that [X] ||| aus [X][X] dem Fernsehen wissen , [X] ||| 1 ||| ||| 0.125 0.125
-aware from [X][X] television [X] ||| aus [X][X] dem Fernsehen wissen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-aware from [X][X] television [X][X] [X] ||| aus [X][X] dem Fernsehen wissen [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-from [X][X] and [X] ||| aus [X][X] und [X] ||| 1 ||| ||| 0.166667 0.166667
-from [X][X] and television [X] ||| aus [X][X] und dem Fernsehen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-aware from [X][X] and television [X] ||| aus [X][X] und dem Fernsehen wissen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-aware from [X][X] that [X] ||| aus [X][X] wissen , [X] ||| 1 ||| ||| 0.125 0.125
-aware from [X][X] that [X][X] [X] ||| aus [X][X] wissen , [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-aware from [X][X] [X] ||| aus [X][X] wissen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-from the press [X] ||| aus der Presse [X] ||| 1 ||| ||| 0.333333 0.333333
-from the press [X][X] [X] ||| aus der Presse [X][X] [X] ||| 1 ||| ||| 0.0909091 0.0909091
-aware from the press [X][X] [X] ||| aus der Presse [X][X] wissen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-from the press and [X] ||| aus der Presse und [X] ||| 1 ||| ||| 0.166667 0.166667
-from the press and television [X] ||| aus der Presse und dem Fernsehen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-from the [X] ||| aus der [X] ||| 1 ||| ||| 1 1
-from the [X][X] [X] ||| aus der [X][X] [X] ||| 1 ||| ||| 0.257576 0.257576
-from the [X][X] television [X] ||| aus der [X][X] dem Fernsehen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-aware from the [X][X] television [X] ||| aus der [X][X] dem Fernsehen wissen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-aware from the [X][X] that [X] ||| aus der [X][X] wissen , [X] ||| 1 ||| ||| 0.125 0.125
-aware from the [X][X] [X] ||| aus der [X][X] wissen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-before [X] ||| befassen , [X] ||| 1 ||| ||| 2 1
-comes before [X] ||| befassen , [X] ||| 1 ||| ||| 2 1
-before [X] ||| befassen , der [X] ||| 1 ||| ||| 2 1
-comes before [X] ||| befassen , der [X] ||| 1 ||| ||| 2 1
-before [X] ||| befassen [X] ||| 1 ||| ||| 2 1
-comes before [X] ||| befassen [X] ||| 1 ||| ||| 2 1
-has [X] ||| befugt [X] ||| 1 ||| ||| 3 1
-has the [X] ||| befugt [X] ||| 1 ||| ||| 3 1
-has the power [X] ||| befugt [X] ||| 1 ||| ||| 3 1
-can competently [X] ||| befugt bin [X] ||| 1 ||| ||| 1 1
-to [X] ||| bei [X] ||| 1 ||| ||| 2 2
-to [X][X] report [X] ||| bei [X][X] Bericht [X] ||| 1 ||| ||| 0.0526316 0.0526316
-to [X][X] report [X][X] [X] ||| bei [X][X] Bericht [X][X] [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to [X][X] report , [X] ||| bei [X][X] Bericht und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-to [X][X] report , [X][X] [X] ||| bei [X][X] Bericht und [X][X] [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to [X][X] Governor [X] ||| bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.12 0.04
-to [X][X] the Governor [X] ||| bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.12 0.04
-to [X][X] to the Governor [X] ||| bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.12 0.04
-to [X][X] Governor of [X] ||| bei [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.0571428 0.0285714
-to [X][X] the Governor of [X] ||| bei [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.0571428 0.0285714
-to [X][X] [X] ||| bei [X][X] [X] ||| 1 ||| ||| 1.70594 1.45209
-to [X][X] the [X] ||| bei [X][X] [X] ||| 1 ||| ||| 1.70594 0.0769231
-to [X][X] to [X] ||| bei [X][X] [X] ||| 1 ||| ||| 1.70594 0.1
-to [X][X] to the [X] ||| bei [X][X] [X] ||| 1 ||| ||| 1.70594 0.0769231
-to [X][X] the [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 1 ||| ||| 0.125714 0.0285714
-to [X][X] to [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 1 ||| ||| 0.125714 0.0685714
-to [X][X] to the [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 1 ||| ||| 0.125714 0.0285714
-to [X][X] to [X][X] of [X] ||| bei [X][X] [X][X] von [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to [X][X] a report [X] ||| bei [X][X] einen Bericht [X] ||| 1 ||| ||| 0.0526316 0.0526316
-to [X][X] a report [X][X] [X] ||| bei [X][X] einen Bericht [X][X] [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to [X][X] a report , [X] ||| bei [X][X] einen Bericht und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-to [X][X] a [X] ||| bei [X][X] einen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-to [X][X] a [X][X] [X] ||| bei [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.0630542 0.0630542
-to [X][X] not a [X] ||| bei [X][X] keinen [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to [X][X] merely [X] ||| bei [X][X] lediglich um [X] ||| 1 ||| ||| 0.166667 0.166667
-to [X][X] merely [X][X] [X] ||| bei [X][X] lediglich um [X][X] [X] ||| 1 ||| ||| 0.115686 0.115686
-to [X][X] merely [X][X] , [X] ||| bei [X][X] lediglich um [X][X] und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-to [X][X] merely a report [X] ||| bei [X][X] lediglich um einen Bericht [X] ||| 1 ||| ||| 0.0526316 0.0526316
-to [X][X] merely a [X] ||| bei [X][X] lediglich um einen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-to [X][X] merely a [X][X] [X] ||| bei [X][X] lediglich um einen [X][X] [X] ||| 1 ||| ||| 0.0630542 0.0630542
-to [X][X] , [X] ||| bei [X][X] und [X] ||| 1 ||| ||| 0.378073 0.0344828
-to [X][X] and [X] ||| bei [X][X] und [X] ||| 1 ||| ||| 0.378073 0.166667
-to [X][X] and to [X] ||| bei [X][X] und [X] ||| 1 ||| ||| 0.378073 0.1
-to [X][X] and to the [X] ||| bei [X][X] und [X] ||| 1 ||| ||| 0.378073 0.0769231
-to [X][X] , [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 1 ||| ||| 0.165714 0.0285714
-to [X][X] and [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 1 ||| ||| 0.165714 0.0685714
-to [X][X] and to [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 1 ||| ||| 0.165714 0.0685714
-to [X][X] and [X][X] of [X] ||| bei [X][X] und [X][X] von [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to [X][X] , not a [X] ||| bei [X][X] und keinen [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to [X][X] of [X] ||| bei [X][X] von [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to the President [X] ||| bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.333333 0.333333
-to the President [X][X] Governor [X] ||| bei dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.04 0.04
-to the President [X][X] [X] ||| bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.322418 0.245495
-to the President [X][X] the [X] ||| bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.322418 0.0769231
-to the President [X][X] of [X] ||| bei dem Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to the President and [X] ||| bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.266667 0.166667
-to the President and to [X] ||| bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.266667 0.1
-to the President and [X][X] [X] ||| bei dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.0685714 0.0685714
-to the [X] ||| bei dem [X] ||| 1 ||| ||| 1 1
-to the [X][X] Governor [X] ||| bei dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.08 0.04
-to the [X][X] the Governor [X] ||| bei dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.08 0.04
-to the [X][X] Governor of [X] ||| bei dem [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to the [X][X] [X] ||| bei dem [X][X] [X] ||| 1 ||| ||| 0.666007 0.412161
-to the [X][X] the [X] ||| bei dem [X][X] [X] ||| 1 ||| ||| 0.666007 0.0769231
-to the [X][X] to [X] ||| bei dem [X][X] [X] ||| 1 ||| ||| 0.666007 0.1
-to the [X][X] to the [X] ||| bei dem [X][X] [X] ||| 1 ||| ||| 0.666007 0.0769231
-to the [X][X] the [X][X] [X] ||| bei dem [X][X] [X][X] [X] ||| 1 ||| ||| 0.0971428 0.0285714
-to the [X][X] to [X][X] [X] ||| bei dem [X][X] [X][X] [X] ||| 1 ||| ||| 0.0971428 0.0685714
-to the [X][X] of [X] ||| bei dem [X][X] von [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to what [X] ||| bei dem es [X] ||| 1 ||| ||| 1 1
-to what [X][X] report [X] ||| bei dem es [X][X] Bericht [X] ||| 1 ||| ||| 0.0526316 0.0526316
-to what [X][X] report [X][X] [X] ||| bei dem es [X][X] Bericht [X][X] [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to what [X][X] report , [X] ||| bei dem es [X][X] Bericht und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-to what [X][X] [X] ||| bei dem es [X][X] [X] ||| 1 ||| ||| 0.373262 0.373262
-to what [X][X] a report [X] ||| bei dem es [X][X] einen Bericht [X] ||| 1 ||| ||| 0.0526316 0.0526316
-to what [X][X] a [X] ||| bei dem es [X][X] einen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-to what [X][X] a [X][X] [X] ||| bei dem es [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.0630542 0.0630542
-to what [X][X] not a [X] ||| bei dem es [X][X] keinen [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to what [X][X] , [X] ||| bei dem es [X][X] und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-to what [X][X] , [X][X] [X] ||| bei dem es [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0285714 0.0285714
-to what is [X] ||| bei dem es sich [X] ||| 1 ||| ||| 0.333333 0.333333
-to what is [X][X] report [X] ||| bei dem es sich [X][X] Bericht [X] ||| 1 ||| ||| 0.0526316 0.0526316
-to what is [X][X] [X] ||| bei dem es sich [X][X] [X] ||| 1 ||| ||| 0.206595 0.206595
-to what is [X][X] , [X] ||| bei dem es sich [X][X] und [X] ||| 1 ||| ||| 0.0344828 0.0344828
-to what is merely [X] ||| bei dem es sich lediglich um [X] ||| 1 ||| ||| 0.166667 0.166667
-to what is merely [X][X] [X] ||| bei dem es sich lediglich um [X][X] [X] ||| 1 ||| ||| 0.115686 0.115686
-to what is merely a [X] ||| bei dem es sich lediglich um einen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] , who [X] ||| beklagen [X][X] , der [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] Kumar Ponnambalam , who [X] ||| beklagen [X][X] Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] Kumar Ponnambalam [X] ||| beklagen [X][X] Kumar Ponnambalam [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Kumar Ponnambalam [X][X] [X] ||| beklagen [X][X] Kumar Ponnambalam [X][X] [X] ||| 1 ||| ||| 0.0588235 0.0588235
-was [X] ||| beklagen gab , [X] ||| 1 ||| ||| 1 1
-was [X][X] , who [X] ||| beklagen gab , [X][X] , der [X] ||| 1 ||| ||| 0.0588235 0.0588235
-was [X][X] [X] ||| beklagen gab , [X][X] [X] ||| 1 ||| ||| 0.183824 0.183824
-was [X] ||| beklagen gab , zählt [X] ||| 1 ||| ||| 1 1
-was [X][X] , who [X] ||| beklagen gab , zählt [X][X] , der [X] ||| 1 ||| ||| 0.0588235 0.0588235
-was [X][X] [X] ||| beklagen gab , zählt [X][X] [X] ||| 1 ||| ||| 0.183824 0.183824
-was Mr Kumar Ponnambalam [X] ||| beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.125 0.125
-was Mr Kumar Ponnambalam [X][X] [X] ||| beklagen gab , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| ||| 0.0588235 0.0588235
-was Mr [X] ||| beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 1 1
-was Mr [X][X] , who [X] ||| beklagen gab , zählt auch Herr [X][X] , der [X] ||| 1 ||| ||| 0.0588235 0.0588235
-was Mr [X][X] [X] ||| beklagen gab , zählt auch Herr [X][X] [X] ||| 1 ||| ||| 0.183824 0.183824
-was [X] ||| beklagen gab , zählt auch [X] ||| 1 ||| ||| 1 1
-was [X][X] , who [X] ||| beklagen gab , zählt auch [X][X] , der [X] ||| 1 ||| ||| 0.0588235 0.0588235
-was [X][X] [X] ||| beklagen gab , zählt auch [X][X] [X] ||| 1 ||| ||| 0.183824 0.183824
-was [X] ||| beklagen gab [X] ||| 1 ||| ||| 1 1
-was [X][X] , who [X] ||| beklagen gab [X][X] , der [X] ||| 1 ||| ||| 0.0588235 0.0588235
-was [X][X] [X] ||| beklagen gab [X][X] [X] ||| 1 ||| ||| 0.183824 0.183824
-already been [X] ||| bereits [X] ||| 1 ||| ||| 1 1
-have [X] ||| besteht [X] ||| 1 ||| ||| 1 1
-have [X][X] debate [X] ||| besteht [X][X] Aussprache [X] ||| 1 ||| ||| 0.1 0.1
-have [X][X] debate on [X] ||| besteht [X][X] Aussprache im [X] ||| 1 ||| ||| 0.0555556 0.0555556
-have [X][X] [X] ||| besteht [X][X] [X] ||| 1 ||| ||| 0.355556 0.355556
-have [X][X] on [X] ||| besteht [X][X] im [X] ||| 1 ||| ||| 0.0555556 0.0555556
-have requested [X] ||| besteht der Wunsch [X] ||| 1 ||| ||| 1 1
-have requested [X][X] [X] ||| besteht der Wunsch [X][X] [X] ||| 1 ||| ||| 0.155556 0.155556
-have requested [X][X] on [X] ||| besteht der Wunsch [X][X] im [X] ||| 1 ||| ||| 0.0555556 0.0555556
-have requested [X] ||| besteht der Wunsch nach [X] ||| 1 ||| ||| 1 1
-have requested [X][X] [X] ||| besteht der Wunsch nach [X][X] [X] ||| 1 ||| ||| 0.155556 0.155556
-have requested [X][X] on [X] ||| besteht der Wunsch nach [X][X] im [X] ||| 1 ||| ||| 0.0555556 0.0555556
-have requested a debate [X] ||| besteht der Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.1 0.1
-have requested a debate on [X] ||| besteht der Wunsch nach einer Aussprache im [X] ||| 1 ||| ||| 0.0555556 0.0555556
-have requested a [X] ||| besteht der Wunsch nach einer [X] ||| 1 ||| ||| 0.2 0.2
-have requested a [X][X] [X] ||| besteht der Wunsch nach einer [X][X] [X] ||| 1 ||| ||| 0.0555556 0.0555556
-have [X] ||| besteht der [X] ||| 1 ||| ||| 1 1
-have [X][X] debate [X] ||| besteht der [X][X] Aussprache [X] ||| 1 ||| ||| 0.1 0.1
-have [X][X] debate on [X] ||| besteht der [X][X] Aussprache im [X] ||| 1 ||| ||| 0.0555556 0.0555556
-have [X][X] [X] ||| besteht der [X][X] [X] ||| 1 ||| ||| 0.355556 0.355556
-have [X][X] on [X] ||| besteht der [X][X] im [X] ||| 1 ||| ||| 0.0555556 0.0555556
-relates [X] ||| betrifft [X] ||| 1 ||| ||| 2 1
-relates to [X] ||| betrifft [X] ||| 1 ||| ||| 2 1
-relates [X][X] that [X] ||| betrifft [X][X] , die [X] ||| 1 ||| ||| 0.166667 0.166667
-relates [X][X] [X] ||| betrifft [X][X] [X] ||| 1 ||| ||| 0.666667 0.5
-relates to [X][X] [X] ||| betrifft [X][X] [X] ||| 1 ||| ||| 0.666667 0.166667
-relates to something that [X] ||| betrifft eine Angelegenheit , die [X] ||| 1 ||| ||| 0.166667 0.166667
-relates to something [X] ||| betrifft eine Angelegenheit [X] ||| 1 ||| ||| 0.333333 0.333333
-, [X] ||| bitten - [X] ||| 1 ||| ||| 1 1
-ask [X] ||| bitten [X] ||| 1 ||| ||| 1 1
-i.e. [X] ||| d. h. [X] ||| 1 ||| ||| 1 1
-i.e. [X][X] presentation [X] ||| d. h. [X][X] Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-i.e. [X][X] the start [X] ||| d. h. [X][X] Beginn [X] ||| 1 ||| ||| 0.0769231 0.0769231
-i.e. [X][X] the start [X][X] [X] ||| d. h. [X][X] Beginn [X][X] [X] ||| 1 ||| ||| 0.1125 0.1125
-i.e. [X][X] [X] ||| d. h. [X][X] [X] ||| 1 ||| ||| 0.58228 0.58228
-i.e. [X][X] of the presentation [X] ||| d. h. [X][X] der Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-i.e. [X][X] of the [X] ||| d. h. [X][X] der [X] ||| 1 ||| ||| 0.0625 0.0625
-i.e. [X][X] to the start [X] ||| d. h. [X][X] zu Beginn [X] ||| 1 ||| ||| 0.0769231 0.0769231
-i.e. [X][X] to [X] ||| d. h. [X][X] zu [X] ||| 1 ||| ||| 0.142857 0.142857
-i.e. [X][X] to [X][X] presentation [X] ||| d. h. [X][X] zu [X][X] Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-i.e. [X][X] to [X][X] [X] ||| d. h. [X][X] zu [X][X] [X] ||| 1 ||| ||| 0.189423 0.189423
-i.e. on Thursday prior [X] ||| d. h. am Donnerstag [X] ||| 1 ||| ||| 0.25 0.25
-i.e. on Thursday prior [X][X] [X] ||| d. h. am Donnerstag [X][X] [X] ||| 1 ||| ||| 0.189423 0.189423
-i.e. on Thursday prior to [X] ||| d. h. am Donnerstag zu [X] ||| 1 ||| ||| 0.142857 0.142857
-i.e. on [X] ||| d. h. am [X] ||| 1 ||| ||| 1 1
-i.e. on [X][X] presentation [X] ||| d. h. am [X][X] Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-i.e. on [X][X] the start [X] ||| d. h. am [X][X] Beginn [X] ||| 1 ||| ||| 0.0769231 0.0769231
-i.e. on [X][X] [X] ||| d. h. am [X][X] [X] ||| 1 ||| ||| 0.58228 0.58228
-i.e. on [X][X] of the [X] ||| d. h. am [X][X] der [X] ||| 1 ||| ||| 0.0625 0.0625
-i.e. on [X][X] to [X] ||| d. h. am [X][X] zu [X] ||| 1 ||| ||| 0.142857 0.142857
-i.e. on [X][X] to [X][X] [X] ||| d. h. am [X][X] zu [X][X] [X] ||| 1 ||| ||| 0.189423 0.189423
-for [X] ||| damit [X] ||| 1 ||| ||| 2 1
-for next [X] ||| damit [X] ||| 1 ||| ||| 2 1
-agrees , [X] ||| damit einverstanden ist , [X] ||| 1 ||| ||| 1 1
-agrees , [X][X] [X] ||| damit einverstanden ist , [X][X] [X] ||| 1 ||| ||| 0.833333 0.625
-agrees , [X][X] do [X] ||| damit einverstanden ist , [X][X] [X] ||| 1 ||| ||| 0.833333 0.208333
-agrees , [X][X] [X] ||| damit einverstanden ist , [X][X] dem [X] ||| 1 ||| ||| 0.333333 0.25
-agrees , [X][X] do [X] ||| damit einverstanden ist , [X][X] dem [X] ||| 1 ||| ||| 0.333333 0.0833333
-agrees , I [X][X] [X] ||| damit einverstanden ist , [X][X] ich [X] ||| 1 ||| ||| 0.125 0.125
-agrees , I [X][X] [X] ||| damit einverstanden ist , [X][X] ich dem [X] ||| 1 ||| ||| 0.0833333 0.0833333
-agrees , I shall [X] ||| damit einverstanden ist , werde ich [X] ||| 1 ||| ||| 0.375 0.25
-agrees , I shall do [X] ||| damit einverstanden ist , werde ich [X] ||| 1 ||| ||| 0.375 0.125
-agrees , I shall [X] ||| damit einverstanden ist , werde ich dem [X] ||| 1 ||| ||| 0.25 0.166667
-agrees , I shall do [X] ||| damit einverstanden ist , werde ich dem [X] ||| 1 ||| ||| 0.25 0.0833333
-agrees [X] ||| damit einverstanden ist [X] ||| 1 ||| ||| 1 1
-agrees [X][X] [X] ||| damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.833333 0.625
-agrees [X][X] do [X] ||| damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.833333 0.208333
-agrees [X][X] [X] ||| damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.333333 0.25
-agrees [X][X] do [X] ||| damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.333333 0.0833333
-for [X] ||| damit zusammen [X] ||| 1 ||| ||| 2 1
-for next [X] ||| damit zusammen [X] ||| 1 ||| ||| 2 1
-the time when [X] ||| dann [X] ||| 1 ||| ||| 3 1
-then [X] ||| dann [X] ||| 1 ||| ||| 3 1
-time when [X] ||| dann [X] ||| 1 ||| ||| 3 1
-the time when [X][X] , [X] ||| dann [X][X] , [X] ||| 1 ||| ||| 0.441667 0.2
-time when [X][X] , [X] ||| dann [X][X] , [X] ||| 1 ||| ||| 0.441667 0.241667
-time when [X][X] , [X][X] [X] ||| dann [X][X] , [X][X] [X] ||| 1 ||| ||| 0.183824 0.183824
-time when [X][X] , if [X] ||| dann [X][X] , wenn [X] ||| 1 ||| ||| 0.125 0.125
-the time when [X][X] you [X] ||| dann [X][X] Sie [X] ||| 1 ||| ||| 0.154762 0.0714286
-time when [X][X] you [X] ||| dann [X][X] Sie [X] ||| 1 ||| ||| 0.154762 0.0833333
-time when [X][X] you [X][X] [X] ||| dann [X][X] Sie [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-time when [X][X] you wish [X] ||| dann [X][X] Sie wollen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the time when [X][X] [X] ||| dann [X][X] [X] ||| 1 ||| ||| 1.52232 0.680159
-time when [X][X] [X] ||| dann [X][X] [X] ||| 1 ||| ||| 1.52232 0.842157
-time when [X][X] if you [X] ||| dann [X][X] wenn Sie [X] ||| 1 ||| ||| 0.0833333 0.0833333
-the time when [X][X] if [X] ||| dann [X][X] wenn [X] ||| 1 ||| ||| 0.236111 0.111111
-time when [X][X] if [X] ||| dann [X][X] wenn [X] ||| 1 ||| ||| 0.236111 0.125
-time when [X][X] if [X][X] [X] ||| dann [X][X] wenn [X][X] [X] ||| 1 ||| ||| 0.10049 0.10049
-time when [X][X] wish , [X] ||| dann [X][X] wollen , [X] ||| 1 ||| ||| 0.0416667 0.0416667
-the time when [X][X] wish [X] ||| dann [X][X] wollen [X] ||| 1 ||| ||| 0.106442 0.047619
-time when [X][X] wish [X] ||| dann [X][X] wollen [X] ||| 1 ||| ||| 0.106442 0.0588235
-time when you may , [X] ||| dann können Sie , [X] ||| 1 ||| ||| 0.2 0.2
-the time when you may [X] ||| dann können Sie [X] ||| 1 ||| ||| 0.583333 0.25
-time when you may [X] ||| dann können Sie [X] ||| 1 ||| ||| 0.583333 0.333333
-time when you may [X][X] [X] ||| dann können Sie [X][X] [X] ||| 1 ||| ||| 0.308824 0.308824
-the courts [X] ||| das Gericht [X] ||| 1 ||| ||| 1.5 1
-the courts have [X] ||| das Gericht [X] ||| 1 ||| ||| 1.5 0.5
-the courts [X][X] that [X] ||| das Gericht [X][X] , daß [X] ||| 1 ||| ||| 0.0869566 0.0434783
-the courts have [X][X] that [X] ||| das Gericht [X][X] , daß [X] ||| 1 ||| ||| 0.0869566 0.0434783
-the courts [X][X] [X] ||| das Gericht [X][X] [X] ||| 1 ||| ||| 0.608886 0.304443
-the courts have [X][X] [X] ||| das Gericht [X][X] [X] ||| 1 ||| ||| 0.608886 0.304443
-the courts [X][X] made [X][X] [X] ||| das Gericht [X][X] [X][X] gemacht hat [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the courts [X][X] and [X] ||| das Gericht [X][X] und [X] ||| 1 ||| ||| 0.166667 0.0833333
-the courts have [X][X] and [X] ||| das Gericht [X][X] und [X] ||| 1 ||| ||| 0.166667 0.0833333
-the courts [X][X] and [X][X] [X] ||| das Gericht [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0961098 0.0961098
-the courts [X][X] him [X] ||| das Gericht ihn [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-the courts [X][X] him [X][X] [X] ||| das Gericht ihn [X][X] [X][X] [X] ||| 1 ||| ||| 0.0961098 0.0961098
-the courts [X][X] him and [X] ||| das Gericht ihn [X][X] und [X] ||| 1 ||| ||| 0.0833333 0.0833333
-the courts have acquitted him [X] ||| das Gericht ihn freigesprochen [X] ||| 1 ||| ||| 0.125 0.125
-the House [X] ||| das Haus [X] ||| 1 ||| ||| 1 1
-the House [X][X] [X] ||| das Haus [X][X] [X] ||| 1 ||| ||| 0.418165 0.350857
-the House [X][X] do [X] ||| das Haus [X][X] [X] ||| 1 ||| ||| 0.418165 0.0673077
-the House [X][X] I [X][X] [X] ||| das Haus [X][X] [X][X] ich [X] ||| 1 ||| ||| 0.0416667 0.0416667
-the House [X][X] I [X][X] [X] ||| das Haus [X][X] [X][X] ich dem [X] ||| 1 ||| ||| 0.025641 0.025641
-the House [X][X] [X] ||| das Haus [X][X] dem [X] ||| 1 ||| ||| 0.0967366 0.0710956
-the House [X][X] do [X] ||| das Haus [X][X] dem [X] ||| 1 ||| ||| 0.0967366 0.025641
-the House [X][X] I shall [X] ||| das Haus [X][X] werde ich [X] ||| 1 ||| ||| 0.0714286 0.0714286
-the House [X][X] I shall [X] ||| das Haus [X][X] werde ich dem [X] ||| 1 ||| ||| 0.0454545 0.0454545
-the House agrees , [X] ||| das Haus damit einverstanden ist , [X] ||| 1 ||| ||| 0.166667 0.166667
-the House agrees , [X][X] [X] ||| das Haus damit einverstanden ist , [X][X] [X] ||| 1 ||| ||| 0.184191 0.184191
-the House agrees , [X][X] [X] ||| das Haus damit einverstanden ist , [X][X] dem [X] ||| 1 ||| ||| 0.0710956 0.0710956
-the House agrees [X] ||| das Haus damit einverstanden ist [X] ||| 1 ||| ||| 0.333333 0.333333
-the House agrees [X][X] [X] ||| das Haus damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.251499 0.184191
-the House agrees [X][X] do [X] ||| das Haus damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.251499 0.0673077
-the House agrees [X][X] [X] ||| das Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.0967366 0.0710956
-the House agrees [X][X] do [X] ||| das Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.0967366 0.025641
-Parliament [X] ||| das Parlament [X] ||| 1 ||| ||| 2 1
-the House [X] ||| das Parlament [X] ||| 1 ||| ||| 2 1
-Parliament [X][X] [X] ||| das Parlament [X][X] [X] ||| 1 ||| ||| 0.920635 0.361111
-the House [X][X] [X] ||| das Parlament [X][X] [X] ||| 1 ||| ||| 0.920635 0.559524
-the House [X][X] a [X] ||| das Parlament [X][X] einer [X] ||| 1 ||| ||| 0.166667 0.166667
-the House [X][X] a [X][X] [X] ||| das Parlament [X][X] einer [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-Parliament [X][X] and contains [X] ||| das Parlament [X][X] mit [X] ||| 1 ||| ||| 0.111111 0.111111
-the House rose and observed [X] ||| das Parlament erhebt sich zu [X] ||| 1 ||| ||| 0.25 0.25
-Parliament [X] ||| das Parlament wird [X] ||| 1 ||| ||| 1 1
-Parliament [X][X] [X] ||| das Parlament wird [X][X] [X] ||| 1 ||| ||| 0.361111 0.361111
-Parliament [X][X] and contains [X] ||| das Parlament wird [X][X] mit [X] ||| 1 ||| ||| 0.111111 0.111111
-Parliament [X] ||| das Parlament wird sich [X] ||| 1 ||| ||| 1 1
-Parliament [X][X] [X] ||| das Parlament wird sich [X][X] [X] ||| 1 ||| ||| 0.361111 0.361111
-Parliament [X][X] and contains [X] ||| das Parlament wird sich [X][X] mit [X] ||| 1 ||| ||| 0.111111 0.111111
-Parliament on Thursday [X] ||| das Parlament wird sich am Donnerstag [X] ||| 1 ||| ||| 0.25 0.25
-Parliament on Thursday [X][X] [X] ||| das Parlament wird sich am Donnerstag [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-Parliament on Thursday and contains [X] ||| das Parlament wird sich am Donnerstag mit [X] ||| 1 ||| ||| 0.111111 0.111111
-in [X] ||| das [X] ||| 1 ||| ||| 8 1
-it [X] ||| das [X] ||| 1 ||| ||| 8 2
-the [X] ||| das [X] ||| 1 ||| ||| 8 4
-to the [X] ||| das [X] ||| 1 ||| ||| 8 1
-, it [X][X] [X] ||| das [X][X] , [X] ||| 1 ||| ||| 0.300596 0.0625
-indeed , it [X][X] [X] ||| das [X][X] , [X] ||| 1 ||| ||| 0.300596 0.0714286
-the [X][X] , [X] ||| das [X][X] , [X] ||| 1 ||| ||| 0.300596 0.166667
-the [X][X] , [X][X] [X] ||| das [X][X] , [X][X] [X] ||| 1 ||| ||| 0.251499 0.184191
-the [X][X] , [X][X] do [X] ||| das [X][X] , [X][X] [X] ||| 1 ||| ||| 0.251499 0.0673077
-the [X][X] , [X][X] [X] ||| das [X][X] , [X][X] dem [X] ||| 1 ||| ||| 0.0967366 0.0710956
-the [X][X] , [X][X] do [X] ||| das [X][X] , [X][X] dem [X] ||| 1 ||| ||| 0.0967366 0.025641
-the [X][X] , I [X][X] [X] ||| das [X][X] , [X][X] ich [X] ||| 1 ||| ||| 0.0416667 0.0416667
-the [X][X] , I [X][X] [X] ||| das [X][X] , [X][X] ich dem [X] ||| 1 ||| ||| 0.025641 0.025641
-the [X][X] that [X] ||| das [X][X] , daß [X] ||| 1 ||| ||| 0.0434783 0.0434783
-, it [X][X] [X] ||| das [X][X] , die [X] ||| 1 ||| ||| 0.1125 0.0625
-indeed , it [X][X] [X] ||| das [X][X] , die [X] ||| 1 ||| ||| 0.1125 0.05
-the [X][X] , I shall [X] ||| das [X][X] , werde ich [X] ||| 1 ||| ||| 0.0714286 0.0714286
-the [X][X] , I shall [X] ||| das [X][X] , werde ich dem [X] ||| 1 ||| ||| 0.0454545 0.0454545
-it [X][X] . [X] ||| das [X][X] . [X] ||| 1 ||| ||| 0.025641 0.025641
-it [X][X] Alexander Nikitin . [X] ||| das [X][X] Alexander Nikitin . [X] ||| 1 ||| ||| 0.025641 0.025641
-it [X][X] Alexander Nikitin [X] ||| das [X][X] Alexander Nikitin [X] ||| 1 ||| ||| 0.0344828 0.0344828
-it [X][X] Alexander [X] ||| das [X][X] Alexander [X] ||| 1 ||| ||| 0.0526316 0.0526316
-it [X][X] Alexander [X][X] [X] ||| das [X][X] Alexander [X][X] [X] ||| 1 ||| ||| 0.025641 0.025641
-it [X][X] case [X] ||| das [X][X] Fall [X] ||| 1 ||| ||| 0.166667 0.166667
-it [X][X] case [X][X] . [X] ||| das [X][X] Fall [X][X] . [X] ||| 1 ||| ||| 0.025641 0.025641
-it [X][X] case [X][X] Nikitin [X] ||| das [X][X] Fall [X][X] Nikitin [X] ||| 1 ||| ||| 0.0344828 0.0344828
-it [X][X] case [X][X] [X] ||| das [X][X] Fall [X][X] [X] ||| 1 ||| ||| 0.112755 0.112755
-it [X][X] case of Alexander [X] ||| das [X][X] Fall von Alexander [X] ||| 1 ||| ||| 0.0526316 0.0526316
-it [X][X] case of [X] ||| das [X][X] Fall von [X] ||| 1 ||| ||| 0.0909091 0.0909091
-it [X][X] case of [X][X] [X] ||| das [X][X] Fall von [X][X] [X] ||| 1 ||| ||| 0.0601238 0.0601238
-it [X][X] Nikitin . [X] ||| das [X][X] Nikitin . [X] ||| 1 ||| ||| 0.025641 0.025641
-it [X][X] Nikitin [X] ||| das [X][X] Nikitin [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, it [X][X] positions [X] ||| das [X][X] Position , [X] ||| 1 ||| ||| 0.133929 0.0625
-indeed , it [X][X] positions [X] ||| das [X][X] Position , [X] ||| 1 ||| ||| 0.133929 0.0714286
-, it [X][X] positions [X] ||| das [X][X] Position , die [X] ||| 1 ||| ||| 0.1125 0.0625
-indeed , it [X][X] positions [X] ||| das [X][X] Position , die [X] ||| 1 ||| ||| 0.1125 0.05
-it [X][X] positions [X] ||| das [X][X] Position [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] it [X][X] positions [X] ||| das [X][X] Position [X][X] [X] ||| 1 ||| ||| 0.121429 0.121429
-[X][X] it [X][X] positions [X] ||| das [X][X] Position [X][X] die [X] ||| 1 ||| ||| 0.05 0.05
-it [X][X] keeping with [X] ||| das [X][X] Sinne [X] ||| 1 ||| ||| 0.0714286 0.0714286
-it [X][X] keeping with [X][X] [X] ||| das [X][X] Sinne [X][X] [X] ||| 1 ||| ||| 0.04 0.04
-it [X][X] keeping with the [X] ||| das [X][X] Sinne der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-it [X][X] [X] ||| das [X][X] [X] ||| 1 ||| ||| 3.48319 1.36772
-the [X][X] [X] ||| das [X][X] [X] ||| 1 ||| ||| 3.48319 2.04816
-the [X][X] do [X] ||| das [X][X] [X] ||| 1 ||| ||| 3.48319 0.0673077
-[X][X] it [X][X] [X] ||| das [X][X] [X][X] [X] ||| 1 ||| ||| 0.121429 0.121429
-[X][X] it [X][X] [X] ||| das [X][X] [X][X] die [X] ||| 1 ||| ||| 0.05 0.05
-the [X][X] made [X][X] that [X] ||| das [X][X] [X][X] gemacht hat , daß [X] ||| 1 ||| ||| 0.0434783 0.0434783
-the [X][X] made [X][X] [X] ||| das [X][X] [X][X] gemacht hat [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the [X][X] I [X][X] [X] ||| das [X][X] [X][X] ich [X] ||| 1 ||| ||| 0.0416667 0.0416667
-the [X][X] I [X][X] [X] ||| das [X][X] [X][X] ich dem [X] ||| 1 ||| ||| 0.025641 0.025641
-the [X][X] [X] ||| das [X][X] dem [X] ||| 1 ||| ||| 0.0967366 0.0710956
-the [X][X] do [X] ||| das [X][X] dem [X] ||| 1 ||| ||| 0.0967366 0.025641
-, it [X][X] the positions [X] ||| das [X][X] der Position , [X] ||| 1 ||| ||| 0.0625 0.0625
-, it [X][X] the positions [X] ||| das [X][X] der Position , die [X] ||| 1 ||| ||| 0.0625 0.0625
-it [X][X] the positions [X] ||| das [X][X] der Position [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] it [X][X] the positions [X] ||| das [X][X] der Position [X][X] [X] ||| 1 ||| ||| 0.121429 0.121429
-[X][X] it [X][X] the positions [X] ||| das [X][X] der Position [X][X] die [X] ||| 1 ||| ||| 0.05 0.05
-it [X][X] the [X] ||| das [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the [X][X] made it clear [X] ||| das [X][X] deutlich gemacht hat [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the [X][X] a [X] ||| das [X][X] einer [X] ||| 1 ||| ||| 0.166667 0.166667
-the [X][X] a [X][X] [X] ||| das [X][X] einer [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-the [X][X] acquitted him [X] ||| das [X][X] ihn freigesprochen [X] ||| 1 ||| ||| 0.125 0.125
-the [X][X] acquitted him [X][X] [X] ||| das [X][X] ihn freigesprochen [X][X] [X] ||| 1 ||| ||| 0.0961098 0.0961098
-the [X][X] acquitted him and [X] ||| das [X][X] ihn freigesprochen und [X] ||| 1 ||| ||| 0.0833333 0.0833333
-it [X][X] in keeping with [X] ||| das [X][X] im Sinne [X] ||| 1 ||| ||| 0.0714286 0.0714286
-it [X][X] in [X] ||| das [X][X] im [X] ||| 1 ||| ||| 0.166667 0.166667
-, it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] , [X] ||| 1 ||| ||| 0.0625 0.0625
-, it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] , die [X] ||| 1 ||| ||| 0.0625 0.0625
-it [X][X] in [X][X] positions [X] ||| das [X][X] im [X][X] Position [X] ||| 1 ||| ||| 0.04 0.04
-it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-it [X][X] in [X][X] the [X] ||| das [X][X] im [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the [X][X] and [X] ||| das [X][X] und [X] ||| 1 ||| ||| 0.0833333 0.0833333
-the [X][X] and [X][X] that [X] ||| das [X][X] und [X][X] , daß [X] ||| 1 ||| ||| 0.0434783 0.0434783
-the [X][X] and [X][X] [X] ||| das [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0961098 0.0961098
-the [X][X] and made [X][X] [X] ||| das [X][X] und [X][X] gemacht hat [X] ||| 1 ||| ||| 0.0526316 0.0526316
-it [X][X] of Alexander Nikitin [X] ||| das [X][X] von Alexander Nikitin [X] ||| 1 ||| ||| 0.0344828 0.0344828
-it [X][X] of Alexander [X] ||| das [X][X] von Alexander [X] ||| 1 ||| ||| 0.0526316 0.0526316
-it [X][X] of Alexander [X][X] [X] ||| das [X][X] von Alexander [X][X] [X] ||| 1 ||| ||| 0.025641 0.025641
-it [X][X] of [X] ||| das [X][X] von [X] ||| 1 ||| ||| 0.0909091 0.0909091
-it [X][X] of [X][X] . [X] ||| das [X][X] von [X][X] . [X] ||| 1 ||| ||| 0.025641 0.025641
-it [X][X] of [X][X] [X] ||| das [X][X] von [X][X] [X] ||| 1 ||| ||| 0.0601238 0.0601238
-the [X][X] I shall [X] ||| das [X][X] werde ich [X] ||| 1 ||| ||| 0.113095 0.0714286
-the [X][X] I shall do [X] ||| das [X][X] werde ich [X] ||| 1 ||| ||| 0.113095 0.0416667
-the [X][X] I shall [X] ||| das [X][X] werde ich dem [X] ||| 1 ||| ||| 0.0710955 0.0454545
-the [X][X] I shall do [X] ||| das [X][X] werde ich dem [X] ||| 1 ||| ||| 0.0710955 0.025641
-in [X] ||| das ist [X] ||| 1 ||| ||| 3 1
-it is [X] ||| das ist [X] ||| 1 ||| ||| 3 2
-, it is [X][X] [X] ||| das ist [X][X] , [X] ||| 1 ||| ||| 0.133929 0.0625
-indeed , it is [X][X] [X] ||| das ist [X][X] , [X] ||| 1 ||| ||| 0.133929 0.0714286
-, it is [X][X] [X] ||| das ist [X][X] , die [X] ||| 1 ||| ||| 0.1125 0.0625
-indeed , it is [X][X] [X] ||| das ist [X][X] , die [X] ||| 1 ||| ||| 0.1125 0.05
-it is [X][X] . [X] ||| das ist [X][X] . [X] ||| 1 ||| ||| 0.025641 0.025641
-it is [X][X] Alexander Nikitin [X] ||| das ist [X][X] Alexander Nikitin [X] ||| 1 ||| ||| 0.0344828 0.0344828
-it is [X][X] Alexander [X] ||| das ist [X][X] Alexander [X] ||| 1 ||| ||| 0.0526316 0.0526316
-it is [X][X] Alexander [X][X] [X] ||| das ist [X][X] Alexander [X][X] [X] ||| 1 ||| ||| 0.025641 0.025641
-it is [X][X] Nikitin . [X] ||| das ist [X][X] Nikitin . [X] ||| 1 ||| ||| 0.025641 0.025641
-it is [X][X] Nikitin [X] ||| das ist [X][X] Nikitin [X] ||| 1 ||| ||| 0.0344828 0.0344828
-, it is [X][X] positions [X] ||| das ist [X][X] Position , [X] ||| 1 ||| ||| 0.0625 0.0625
-, it is [X][X] positions [X] ||| das ist [X][X] Position , die [X] ||| 1 ||| ||| 0.0625 0.0625
-it is [X][X] positions [X] ||| das ist [X][X] Position [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] it is [X][X] positions [X] ||| das ist [X][X] Position [X][X] [X] ||| 1 ||| ||| 0.121429 0.121429
-[X][X] it is [X][X] positions [X] ||| das ist [X][X] Position [X][X] die [X] ||| 1 ||| ||| 0.05 0.05
-it is [X][X] keeping with [X] ||| das ist [X][X] Sinne [X] ||| 1 ||| ||| 0.0714286 0.0714286
-it is [X][X] [X] ||| das ist [X][X] [X] ||| 1 ||| ||| 0.701058 0.701058
-[X][X] it is [X][X] [X] ||| das ist [X][X] [X][X] [X] ||| 1 ||| ||| 0.121429 0.121429
-[X][X] it is [X][X] [X] ||| das ist [X][X] [X][X] die [X] ||| 1 ||| ||| 0.05 0.05
-it is [X][X] the positions [X] ||| das ist [X][X] der Position [X] ||| 1 ||| ||| 0.04 0.04
-it is [X][X] the [X] ||| das ist [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-it is [X][X] of Alexander [X] ||| das ist [X][X] von Alexander [X] ||| 1 ||| ||| 0.0526316 0.0526316
-it is [X][X] of [X] ||| das ist [X][X] von [X] ||| 1 ||| ||| 0.0909091 0.0909091
-it is [X][X] of [X][X] [X] ||| das ist [X][X] von [X][X] [X] ||| 1 ||| ||| 0.0601238 0.0601238
-in [X] ||| das ist auch [X] ||| 1 ||| ||| 1 1
-in the [X] ||| das ist auch der [X] ||| 1 ||| ||| 1 1
-it is the case [X] ||| das ist der Fall [X] ||| 1 ||| ||| 0.166667 0.166667
-it is the case [X][X] [X] ||| das ist der Fall [X][X] [X] ||| 1 ||| ||| 0.112755 0.112755
-it is the case of [X] ||| das ist der Fall von [X] ||| 1 ||| ||| 0.0909091 0.0909091
-it is the [X] ||| das ist der [X] ||| 1 ||| ||| 0.333333 0.333333
-it is the [X][X] . [X] ||| das ist der [X][X] . [X] ||| 1 ||| ||| 0.025641 0.025641
-it is the [X][X] Alexander [X] ||| das ist der [X][X] Alexander [X] ||| 1 ||| ||| 0.0526316 0.0526316
-it is the [X][X] Nikitin [X] ||| das ist der [X][X] Nikitin [X] ||| 1 ||| ||| 0.0344828 0.0344828
-it is the [X][X] [X] ||| das ist der [X][X] [X] ||| 1 ||| ||| 0.203664 0.203664
-it is quite [X] ||| das ist ganz [X] ||| 1 ||| ||| 0.333333 0.333333
-, it is quite [X][X] [X] ||| das ist ganz [X][X] , [X] ||| 1 ||| ||| 0.0625 0.0625
-, it is quite [X][X] [X] ||| das ist ganz [X][X] , die [X] ||| 1 ||| ||| 0.0625 0.0625
-it is quite [X][X] positions [X] ||| das ist ganz [X][X] Position [X] ||| 1 ||| ||| 0.04 0.04
-it is quite [X][X] [X] ||| das ist ganz [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-[X][X] it is quite [X][X] [X] ||| das ist ganz [X][X] [X][X] [X] ||| 1 ||| ||| 0.121429 0.121429
-[X][X] it is quite [X][X] [X] ||| das ist ganz [X][X] [X][X] die [X] ||| 1 ||| ||| 0.05 0.05
-it is quite [X][X] the [X] ||| das ist ganz [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-it is quite in [X] ||| das ist ganz im [X] ||| 1 ||| ||| 0.166667 0.166667
-it is quite in [X][X] [X] ||| das ist ganz im [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-for countries [X] ||| daß Länder , [X] ||| 1 ||| ||| 1 1
-for countries which [X] ||| daß Länder , die [X] ||| 1 ||| ||| 0.25 0.25
-for countries [X] ||| daß Länder [X] ||| 1 ||| ||| 1 1
-for [X] ||| daß [X] ||| 1 ||| ||| 3 1
-that [X] ||| daß [X] ||| 1 ||| ||| 3 2
-[X][X] , [X] ||| daß [X][X] , [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] , for [X] ||| daß [X][X] , für [X] ||| 1 ||| ||| 0.1 0.1
-, in Texas [X][X] , [X] ||| daß [X][X] , in Texas , [X] ||| 1 ||| ||| 0.111111 0.111111
-, in Texas [X][X] [X] ||| daß [X][X] , in Texas [X] ||| 1 ||| ||| 0.125 0.125
-for [X][X] [X] ||| daß [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] Texas [X][X] , [X] ||| daß [X][X] [X][X] Texas , [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] Texas [X][X] , for [X] ||| daß [X][X] [X][X] Texas , für [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] Texas [X][X] [X] ||| daß [X][X] [X][X] Texas [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] for [X] ||| daß [X][X] für [X] ||| 1 ||| ||| 0.1 0.1
-that this [X] ||| daß dies [X] ||| 1 ||| ||| 1 1
-he [X] ||| daß er [X] ||| 1 ||| ||| 1 1
-that it [X] ||| daß es [X] ||| 1 ||| ||| 1 1
-in [X] ||| daß in [X] ||| 1 ||| ||| 1 1
-, [X][X] in America , [X] ||| daß in den Vereinigten Staaten , [X][X] , [X] ||| 1 ||| ||| 0.111111 0.111111
-, [X][X] in America [X] ||| daß in den Vereinigten Staaten , [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-, [X][X] in America [X][X] [X] ||| daß in den Vereinigten Staaten , [X][X] [X][X] [X] ||| 1 ||| ||| 0.1 0.1
-, in Texas in America [X] ||| daß in den Vereinigten Staaten , in Texas [X] ||| 1 ||| ||| 0.125 0.125
-in America [X] ||| daß in den Vereinigten Staaten [X] ||| 1 ||| ||| 1 1
-[X][X] in America , [X] ||| daß in den Vereinigten Staaten [X][X] , [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] in America , for [X] ||| daß in den Vereinigten Staaten [X][X] , für [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] Texas in America , [X] ||| daß in den Vereinigten Staaten [X][X] Texas , [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] Texas in America [X] ||| daß in den Vereinigten Staaten [X][X] Texas [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Texas in America [X][X] [X] ||| daß in den Vereinigten Staaten [X][X] Texas [X][X] [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] in America [X] ||| daß in den Vereinigten Staaten [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] in America [X][X] [X] ||| daß in den Vereinigten Staaten [X][X] [X][X] [X] ||| 1 ||| ||| 0.1 0.1
-in [X] ||| daß in den [X] ||| 1 ||| ||| 1 1
-the European Parliament [X] ||| dem Europäischen Parlament [X] ||| 1 ||| ||| 0.333333 0.333333
-visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] [X] ||| 1 ||| ||| 0.111429 0.111429
-visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-the European Parliament just [X] ||| dem Europäischen Parlament erst [X] ||| 1 ||| ||| 0.166667 0.166667
-the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst [X][X] [X] ||| 1 ||| ||| 0.111429 0.111429
-the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-the European Parliament just [X] ||| dem Europäischen Parlament erst vor [X] ||| 1 ||| ||| 0.125 0.125
-the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst vor [X][X] [X] ||| 1 ||| ||| 0.111429 0.111429
-the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst vor [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-the European [X] ||| dem Europäischen [X] ||| 1 ||| ||| 1 1
-visited the European [X][X] [X] ||| dem Europäischen [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited the European [X][X] [X] ||| dem Europäischen [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-the European [X][X] months ago [X] ||| dem Europäischen [X][X] Monaten [X] ||| 1 ||| ||| 0.04 0.04
-the European [X][X] months ago [X] ||| dem Europäischen [X][X] Monaten einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-the European [X][X] [X] ||| dem Europäischen [X][X] [X] ||| 1 ||| ||| 0.403095 0.403095
-visited the European [X][X] [X] ||| dem Europäischen [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited the European [X][X] [X] ||| dem Europäischen [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-the European [X][X] [X] ||| dem Europäischen [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-the European [X][X] [X] ||| dem Europäischen [X][X] vor [X] ||| 1 ||| ||| 0.125 0.125
-the European [X][X] a few [X] ||| dem Europäischen [X][X] vor wenigen [X] ||| 1 ||| ||| 0.047619 0.047619
-the European [X][X] a few [X] ||| dem Europäischen [X][X] wenigen [X] ||| 1 ||| ||| 0.047619 0.047619
-television [X] ||| dem Fernsehen [X] ||| 1 ||| ||| 1 1
-the President [X] ||| dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 1 1
-the President [X][X] Governor [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.125 0.0625
-the President [X][X] the Governor [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.125 0.0625
-the President [X][X] Governor [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 1 ||| ||| 0.0384615 0.0384615
-the President [X][X] Governor of [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.04 0.04
-the President [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.626676 0.483819
-the President [X][X] the [X] ||| dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.626676 0.142857
-the President [X][X] the [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] [X][X] [X] ||| 1 ||| ||| 0.0784615 0.0784615
-the President [X][X] of [X] ||| dem Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| ||| 0.04 0.04
-the President [X][X] of [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] von [X][X] [X] ||| 1 ||| ||| 0.0384615 0.0384615
-the President and [X] ||| dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.67619 0.333333
-the President and to [X] ||| dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.67619 0.2
-the President and to the [X] ||| dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.67619 0.142857
-the President and [X][X] [X] ||| dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.281924 0.140962
-the President and to [X][X] [X] ||| dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.281924 0.140962
-the President and [X][X] of [X] ||| dem Präsidentschaftskandidaten und [X][X] von [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] Evans has suggested . [X] ||| dem Vorschlag [X][X] Evans folgen . [X] ||| 1 ||| ||| 0.215909 0.215909
-[X][X] Evans has suggested [X] ||| dem Vorschlag [X][X] Evans folgen [X] ||| 1 ||| ||| 0.324675 0.233766
-do [X][X] Evans has suggested [X] ||| dem Vorschlag [X][X] Evans folgen [X] ||| 1 ||| ||| 0.324675 0.0909091
-[X][X] Mr Evans has suggested [X] ||| dem Vorschlag [X][X] Herrn Evans folgen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Mr [X][X] suggested . [X] ||| dem Vorschlag [X][X] Herrn [X][X] folgen . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Mr [X][X] suggested [X] ||| dem Vorschlag [X][X] Herrn [X][X] folgen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] has suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 1 ||| ||| 0.613636 0.215909
-[X][X] suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 1 ||| ||| 0.613636 0.215909
-do [X][X] has suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 1 ||| ||| 0.613636 0.0909091
-do [X][X] suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 1 ||| ||| 0.613636 0.0909091
-[X][X] has suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.64935 0.233766
-[X][X] suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.64935 0.233766
-do [X][X] has suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.64935 0.0909091
-do [X][X] suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.64935 0.0909091
-as Mr Evans has suggested [X] ||| dem Vorschlag von Herrn Evans folgen [X] ||| 1 ||| ||| 0.142857 0.142857
-as Mr [X][X] suggested . [X] ||| dem Vorschlag von Herrn [X][X] folgen . [X] ||| 1 ||| ||| 0.125 0.125
-as Mr [X][X] suggested [X] ||| dem Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| ||| 0.233766 0.142857
-do as Mr [X][X] suggested [X] ||| dem Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| ||| 0.233766 0.0909091
-as [X][X] has suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 1 ||| ||| 0.340909 0.125
-as [X][X] suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 1 ||| ||| 0.340909 0.125
-do as [X][X] suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 1 ||| ||| 0.340909 0.0909091
-as [X][X] has suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.467532 0.142857
-as [X][X] suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.467532 0.142857
-do as [X][X] has suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.467532 0.0909091
-do as [X][X] suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 1 ||| ||| 0.467532 0.0909091
-the [X] ||| dem [X] ||| 1 ||| ||| 3 2
-which [X] ||| dem [X] ||| 1 ||| ||| 3 1
-[X][X] . [X] ||| dem [X][X] . [X] ||| 1 ||| ||| 0.413961 0.215909
-do [X][X] . [X] ||| dem [X][X] . [X] ||| 1 ||| ||| 0.413961 0.0909091
-which [X][X] . [X] ||| dem [X][X] . [X] ||| 1 ||| ||| 0.413961 0.0357143
-which [X][X] an interest . [X] ||| dem [X][X] . [X] ||| 1 ||| ||| 0.413961 0.0357143
-which [X][X] interest . [X] ||| dem [X][X] . [X] ||| 1 ||| ||| 0.413961 0.0357143
-visited the [X][X] [X] ||| dem [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited the [X][X] [X] ||| dem [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-the [X][X] Governor [X] ||| dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.1875 0.0625
-the [X][X] the Governor [X] ||| dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.1875 0.0625
-the [X][X] to the Governor [X] ||| dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.1875 0.0625
-the [X][X] Governor [X][X] [X] ||| dem [X][X] Gouverneur [X][X] [X] ||| 1 ||| ||| 0.076923 0.0384615
-the [X][X] the Governor [X][X] [X] ||| dem [X][X] Gouverneur [X][X] [X] ||| 1 ||| ||| 0.076923 0.0384615
-the [X][X] Governor of [X] ||| dem [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.08 0.04
-the [X][X] the Governor of [X] ||| dem [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.08 0.04
-the [X][X] Governor of [X][X] [X] ||| dem [X][X] Gouverneur von [X][X] [X] ||| 1 ||| ||| 0.0384615 0.0384615
-the [X][X] months ago [X] ||| dem [X][X] Monaten [X] ||| 1 ||| ||| 0.04 0.04
-visited the [X][X] months ago [X] ||| dem [X][X] Monaten einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited the [X][X] months ago [X] ||| dem [X][X] Monaten einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-the [X][X] months ago [X] ||| dem [X][X] Monaten einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-the [X][X] Texas , Mr [X] ||| dem [X][X] Texas , George W. [X] ||| 1 ||| ||| 0.0384615 0.0384615
-the [X][X] [X] ||| dem [X][X] [X] ||| 1 ||| ||| 2.62144 1.55358
-the [X][X] the [X] ||| dem [X][X] [X] ||| 1 ||| ||| 2.62144 0.142857
-the [X][X] to [X] ||| dem [X][X] [X] ||| 1 ||| ||| 2.62144 0.2
-the [X][X] to the [X] ||| dem [X][X] [X] ||| 1 ||| ||| 2.62144 0.142857
-which [X][X] [X] ||| dem [X][X] [X] ||| 1 ||| ||| 2.62144 0.44881
-which [X][X] an [X] ||| dem [X][X] [X] ||| 1 ||| ||| 2.62144 0.05
-which [X][X] an interest [X] ||| dem [X][X] [X] ||| 1 ||| ||| 2.62144 0.0416667
-which [X][X] interest [X] ||| dem [X][X] [X] ||| 1 ||| ||| 2.62144 0.0416667
-the [X][X] the [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 1 ||| ||| 0.333599 0.0784615
-the [X][X] to [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 1 ||| ||| 0.333599 0.140962
-the [X][X] to the [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 1 ||| ||| 0.333599 0.0784615
-which [X][X] an [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 1 ||| ||| 0.333599 0.0357143
-which [X][X] has [X][X] . [X] ||| dem [X][X] [X][X] hat . [X] ||| 1 ||| ||| 0.0357143 0.0357143
-which [X][X] has [X][X] [X] ||| dem [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.254762 0.163095
-which [X][X] has [X][X] an [X] ||| dem [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.254762 0.05
-which [X][X] has [X][X] interest [X] ||| dem [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.254762 0.0416667
-the [X][X] to [X][X] of [X] ||| dem [X][X] [X][X] von [X] ||| 1 ||| ||| 0.04 0.04
-visited the [X][X] [X] ||| dem [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited the [X][X] [X] ||| dem [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-the [X][X] [X] ||| dem [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-the [X][X] just [X] ||| dem [X][X] erst [X] ||| 1 ||| ||| 0.166667 0.166667
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] [X] ||| 1 ||| ||| 0.111429 0.111429
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-the [X][X] just [X] ||| dem [X][X] erst vor [X] ||| 1 ||| ||| 0.125 0.125
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] [X] ||| 1 ||| ||| 0.111429 0.111429
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen Besuch [X] ||| 1 ||| ||| 0.0357143 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen Besuch abgestattet [X] ||| 1 ||| ||| 0.0357143 0.0357143
-the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-the [X][X] just a few [X] ||| dem [X][X] erst vor wenigen [X] ||| 1 ||| ||| 0.047619 0.047619
-which [X][X] has consistently shown [X] ||| dem [X][X] immer wieder befaßt hat [X] ||| 1 ||| ||| 0.0714286 0.0714286
-the [X][X] of [X] ||| dem [X][X] von [X] ||| 1 ||| ||| 0.04 0.04
-the [X][X] of [X][X] [X] ||| dem [X][X] von [X][X] [X] ||| 1 ||| ||| 0.0384615 0.0384615
-the [X][X] [X] ||| dem [X][X] vor [X] ||| 1 ||| ||| 0.125 0.125
-the [X][X] a few [X] ||| dem [X][X] vor wenigen [X] ||| 1 ||| ||| 0.047619 0.047619
-the [X][X] a few [X][X] [X] ||| dem [X][X] vor wenigen [X][X] [X] ||| 1 ||| ||| 0.0638095 0.0638095
-the [X][X] a few [X][X] [X] ||| dem [X][X] vor wenigen [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-the [X][X] a few [X] ||| dem [X][X] wenigen [X] ||| 1 ||| ||| 0.047619 0.047619
-the [X][X] a few [X][X] [X] ||| dem [X][X] wenigen [X][X] [X] ||| 1 ||| ||| 0.0638095 0.0638095
-the [X][X] a few [X][X] [X] ||| dem [X][X] wenigen [X][X] einen [X] ||| 1 ||| ||| 0.0238095 0.0238095
-what [X] ||| dem es [X] ||| 1 ||| ||| 1 1
-what [X][X] report [X] ||| dem es [X][X] Bericht [X] ||| 1 ||| ||| 0.0909091 0.0909091
-what [X][X] report [X][X] [X] ||| dem es [X][X] Bericht [X][X] [X] ||| 1 ||| ||| 0.0679723 0.0679723
-what [X][X] report , [X] ||| dem es [X][X] Bericht und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-what [X][X] report , [X][X] [X] ||| dem es [X][X] Bericht und [X][X] [X] ||| 1 ||| ||| 0.0679723 0.0679723
-what [X][X] legislative proposal [X] ||| dem es [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.0322581 0.0322581
-what [X][X] [X] ||| dem es [X][X] [X] ||| 1 ||| ||| 0.711513 0.711513
-what [X][X] a report [X] ||| dem es [X][X] einen Bericht [X] ||| 1 ||| ||| 0.0909091 0.0909091
-what [X][X] a report [X][X] [X] ||| dem es [X][X] einen Bericht [X][X] [X] ||| 1 ||| ||| 0.0679723 0.0679723
-what [X][X] a report , [X] ||| dem es [X][X] einen Bericht und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-what [X][X] a [X] ||| dem es [X][X] einen [X] ||| 1 ||| ||| 0.166667 0.166667
-what [X][X] a [X][X] [X] ||| dem es [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.120604 0.120604
-what [X][X] not a [X] ||| dem es [X][X] keinen [X] ||| 1 ||| ||| 0.0357143 0.0357143
-what [X][X] not a [X][X] [X] ||| dem es [X][X] keinen [X][X] [X] ||| 1 ||| ||| 0.0322581 0.0322581
-what [X][X] , [X] ||| dem es [X][X] und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-what [X][X] , [X][X] [X] ||| dem es [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0679723 0.0679723
-what [X][X] , not a [X] ||| dem es [X][X] und keinen [X] ||| 1 ||| ||| 0.0357143 0.0357143
-what is [X] ||| dem es sich [X] ||| 1 ||| ||| 1 1
-what is [X][X] report [X] ||| dem es sich [X][X] Bericht [X] ||| 1 ||| ||| 0.0909091 0.0909091
-what is [X][X] report [X][X] [X] ||| dem es sich [X][X] Bericht [X][X] [X] ||| 1 ||| ||| 0.0679723 0.0679723
-what is [X][X] report , [X] ||| dem es sich [X][X] Bericht und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-what is [X][X] legislative proposal [X] ||| dem es sich [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.0322581 0.0322581
-what is [X][X] [X] ||| dem es sich [X][X] [X] ||| 1 ||| ||| 0.37818 0.37818
-what is [X][X] not a [X] ||| dem es sich [X][X] keinen [X] ||| 1 ||| ||| 0.0357143 0.0357143
-what is [X][X] , [X] ||| dem es sich [X][X] und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-what is [X][X] , [X][X] [X] ||| dem es sich [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0679723 0.0679723
-what is merely [X] ||| dem es sich lediglich um [X] ||| 1 ||| ||| 0.333333 0.333333
-what is merely [X][X] [X] ||| dem es sich lediglich um [X][X] [X] ||| 1 ||| ||| 0.211513 0.211513
-what is merely [X][X] , [X] ||| dem es sich lediglich um [X][X] und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-what is merely a report [X] ||| dem es sich lediglich um einen Bericht [X] ||| 1 ||| ||| 0.0909091 0.0909091
-what is merely a [X] ||| dem es sich lediglich um einen [X] ||| 1 ||| ||| 0.166667 0.166667
-what is merely a [X][X] [X] ||| dem es sich lediglich um einen [X][X] [X] ||| 1 ||| ||| 0.120604 0.120604
-which [X] ||| dem sich [X] ||| 1 ||| ||| 1 1
-which [X][X] . [X] ||| dem sich [X][X] . [X] ||| 1 ||| ||| 0.107143 0.0357143
-which [X][X] an interest . [X] ||| dem sich [X][X] . [X] ||| 1 ||| ||| 0.107143 0.0357143
-which [X][X] interest . [X] ||| dem sich [X][X] . [X] ||| 1 ||| ||| 0.107143 0.0357143
-which [X][X] [X] ||| dem sich [X][X] [X] ||| 1 ||| ||| 0.582143 0.44881
-which [X][X] an [X] ||| dem sich [X][X] [X] ||| 1 ||| ||| 0.582143 0.05
-which [X][X] an interest [X] ||| dem sich [X][X] [X] ||| 1 ||| ||| 0.582143 0.0416667
-which [X][X] interest [X] ||| dem sich [X][X] [X] ||| 1 ||| ||| 0.582143 0.0416667
-which [X][X] an [X][X] [X] ||| dem sich [X][X] [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-which [X][X] has [X][X] . [X] ||| dem sich [X][X] [X][X] hat . [X] ||| 1 ||| ||| 0.0357143 0.0357143
-which [X][X] has [X][X] [X] ||| dem sich [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.254762 0.163095
-which [X][X] has [X][X] an [X] ||| dem sich [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.254762 0.05
-which [X][X] has [X][X] interest [X] ||| dem sich [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.254762 0.0416667
-which [X][X] has consistently shown [X] ||| dem sich [X][X] immer wieder befaßt hat [X] ||| 1 ||| ||| 0.0714286 0.0714286
-which this Parliament [X] ||| dem sich dieses Parlament [X] ||| 1 ||| ||| 0.25 0.25
-which this Parliament [X][X] . [X] ||| dem sich dieses Parlament [X][X] . [X] ||| 1 ||| ||| 0.0357143 0.0357143
-which this Parliament [X][X] [X] ||| dem sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.290477 0.19881
-which this Parliament [X][X] an [X] ||| dem sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.290477 0.05
-which this Parliament [X][X] interest [X] ||| dem sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.290477 0.0416667
-which this Parliament has [X][X] [X] ||| dem sich dieses Parlament [X][X] hat [X] ||| 1 ||| ||| 0.163095 0.163095
-which this [X] ||| dem sich dieses [X] ||| 1 ||| ||| 1 1
-which this [X][X] . [X] ||| dem sich dieses [X][X] . [X] ||| 1 ||| ||| 0.0714286 0.0357143
-which this [X][X] interest . [X] ||| dem sich dieses [X][X] . [X] ||| 1 ||| ||| 0.0714286 0.0357143
-which this [X][X] [X] ||| dem sich dieses [X][X] [X] ||| 1 ||| ||| 0.332143 0.19881
-which this [X][X] an [X] ||| dem sich dieses [X][X] [X] ||| 1 ||| ||| 0.332143 0.05
-which this [X][X] an interest [X] ||| dem sich dieses [X][X] [X] ||| 1 ||| ||| 0.332143 0.0416667
-which this [X][X] interest [X] ||| dem sich dieses [X][X] [X] ||| 1 ||| ||| 0.332143 0.0416667
-which this [X][X] an [X][X] [X] ||| dem sich dieses [X][X] [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-of the people assassinated very [X] ||| den Attentatsopfern , die es in [X] ||| 1 ||| ||| 0.833333 0.333333
-the people assassinated very [X] ||| den Attentatsopfern , die es in [X] ||| 1 ||| ||| 0.833333 0.5
-the people assassinated very [X][X] [X] ||| den Attentatsopfern , die es in [X][X] [X] ||| 1 ||| ||| 0.266667 0.266667
-the people assassinated very recently [X] ||| den Attentatsopfern , die es in jüngster Zeit [X] ||| 1 ||| ||| 0.25 0.25
-the report . [X] ||| den Bericht . [X] ||| 1 ||| ||| 0.333333 0.333333
-the report [X] ||| den Bericht [X] ||| 1 ||| ||| 1 1
-the principles that [X] ||| den Grundsätzen , die [X] ||| 1 ||| ||| 0.333333 0.333333
-the principles that [X][X] . [X] ||| den Grundsätzen , die [X][X] . [X] ||| 1 ||| ||| 0.05 0.05
-the principles that [X][X] [X] ||| den Grundsätzen , die [X][X] [X] ||| 1 ||| ||| 0.108824 0.108824
-the principles that we [X] ||| den Grundsätzen , die wir [X] ||| 1 ||| ||| 0.166667 0.166667
-the principles that we [X][X] [X] ||| den Grundsätzen , die wir [X][X] [X] ||| 1 ||| ||| 0.108824 0.108824
-the principles [X] ||| den Grundsätzen [X] ||| 1 ||| ||| 1 1
-the principles [X][X] . [X] ||| den Grundsätzen [X][X] . [X] ||| 1 ||| ||| 0.05 0.05
-the principles [X][X] [X] ||| den Grundsätzen [X][X] [X] ||| 1 ||| ||| 0.27549 0.27549
-the principles [X][X] have [X][X] [X] ||| den Grundsätzen [X][X] [X][X] haben [X] ||| 1 ||| ||| 0.0588235 0.0588235
-America [X] ||| den Vereinigten Staaten [X] ||| 1 ||| ||| 1 1
-of the [X] ||| den [X] ||| 1 ||| ||| 8 1
-the [X] ||| den [X] ||| 1 ||| ||| 8 5
-the course of the [X] ||| den [X] ||| 1 ||| ||| 8 1
-using the [X] ||| den [X] ||| 1 ||| ||| 8 1
-the [X][X] [X] ||| den [X][X] , [X] ||| 1 ||| ||| 0.0603603 0.0333333
-using the [X][X] [X] ||| den [X][X] , [X] ||| 1 ||| ||| 0.0603603 0.027027
-the [X][X] [X] ||| den [X][X] , die [X] ||| 1 ||| ||| 0.0454082 0.025
-using the [X][X] [X] ||| den [X][X] , die [X] ||| 1 ||| ||| 0.0454082 0.0204082
-the [X][X] . [X] ||| den [X][X] . [X] ||| 1 ||| ||| 0.05 0.05
-the [X][X] prestigious office [X] ||| den [X][X] Amtes [X] ||| 1 ||| ||| 0.215909 0.125
-using the [X][X] prestigious office [X] ||| den [X][X] Amtes [X] ||| 1 ||| ||| 0.215909 0.0909091
-the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] , [X] ||| 1 ||| ||| 0.0333333 0.0333333
-the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] , die [X] ||| 1 ||| ||| 0.025 0.025
-the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] [X] ||| 1 ||| ||| 0.179762 0.179762
-the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] die [X] ||| 1 ||| ||| 0.025 0.025
-the [X][X] prestigious office and [X] ||| den [X][X] Amtes und [X] ||| 1 ||| ||| 0.1 0.1
-the [X][X] European Union [X] ||| den [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the [X][X] European [X] ||| den [X][X] Europäischen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-the [X][X] institution [X] ||| den [X][X] Institution , [X] ||| 1 ||| ||| 0.0603603 0.0333333
-using the [X][X] institution [X] ||| den [X][X] Institution , [X] ||| 1 ||| ||| 0.0603603 0.027027
-the [X][X] institution [X] ||| den [X][X] Institution , die [X] ||| 1 ||| ||| 0.0454082 0.025
-using the [X][X] institution [X] ||| den [X][X] Institution , die [X] ||| 1 ||| ||| 0.0454082 0.0204082
-the [X][X] institution [X] ||| den [X][X] Institution [X] ||| 1 ||| ||| 0.09 0.05
-using the [X][X] institution [X] ||| den [X][X] Institution [X] ||| 1 ||| ||| 0.09 0.04
-of the [X][X] Sri [X] ||| den [X][X] Sri [X] ||| 1 ||| ||| 0.176923 0.0769231
-the [X][X] Sri [X] ||| den [X][X] Sri [X] ||| 1 ||| ||| 0.176923 0.1
-the [X][X] Union [X] ||| den [X][X] Union [X] ||| 1 ||| ||| 0.0588235 0.0588235
-of the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| ||| 4.8446 0.735256
-the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| ||| 4.8446 3.21408
-the course of the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| ||| 4.8446 0.45
-using the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| ||| 4.8446 0.445262
-the [X][X] have [X][X] . [X] ||| den [X][X] [X][X] haben . [X] ||| 1 ||| ||| 0.05 0.05
-the [X][X] have [X][X] [X] ||| den [X][X] [X][X] haben [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the [X][X] of the European [X] ||| den [X][X] der Europäischen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-the [X][X] the institution [X] ||| den [X][X] der Institution , [X] ||| 1 ||| ||| 0.0603603 0.0333333
-using the [X][X] the institution [X] ||| den [X][X] der Institution , [X] ||| 1 ||| ||| 0.0603603 0.027027
-the [X][X] the institution [X] ||| den [X][X] der Institution , die [X] ||| 1 ||| ||| 0.0454082 0.025
-using the [X][X] the institution [X] ||| den [X][X] der Institution , die [X] ||| 1 ||| ||| 0.0454082 0.0204082
-the [X][X] the institution [X] ||| den [X][X] der Institution [X] ||| 1 ||| ||| 0.09 0.05
-using the [X][X] the institution [X] ||| den [X][X] der Institution [X] ||| 1 ||| ||| 0.09 0.04
-the [X][X] of the [X] ||| den [X][X] der [X] ||| 1 ||| ||| 0.24906 0.125
-the [X][X] the [X] ||| den [X][X] der [X] ||| 1 ||| ||| 0.24906 0.0714286
-using the [X][X] the [X] ||| den [X][X] der [X] ||| 1 ||| ||| 0.24906 0.0526316
-the [X][X] of the [X][X] [X] ||| den [X][X] der [X][X] [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the [X][X] [X] ||| den [X][X] die [X] ||| 1 ||| ||| 0.0454082 0.025
-using the [X][X] [X] ||| den [X][X] die [X] ||| 1 ||| ||| 0.0454082 0.0204082
-of the [X][X] in Sri [X] ||| den [X][X] in Sri [X] ||| 1 ||| ||| 0.176923 0.0769231
-the [X][X] in Sri [X] ||| den [X][X] in Sri [X] ||| 1 ||| ||| 0.176923 0.1
-of the [X][X] in [X] ||| den [X][X] in [X] ||| 1 ||| ||| 0.291667 0.125
-the [X][X] in [X] ||| den [X][X] in [X] ||| 1 ||| ||| 0.291667 0.166667
-of the [X][X] recently [X] ||| den [X][X] jüngster Zeit [X] ||| 1 ||| ||| 0.45 0.2
-the [X][X] recently [X] ||| den [X][X] jüngster Zeit [X] ||| 1 ||| ||| 0.45 0.25
-of the [X][X] recently [X][X] [X] ||| den [X][X] jüngster Zeit [X][X] [X] ||| 1 ||| ||| 0.176923 0.0769231
-the [X][X] recently [X][X] [X] ||| den [X][X] jüngster Zeit [X][X] [X] ||| 1 ||| ||| 0.176923 0.1
-the [X][X] recently in Sri [X] ||| den [X][X] jüngster Zeit in Sri [X] ||| 1 ||| ||| 0.1 0.1
-of the [X][X] recently in [X] ||| den [X][X] jüngster Zeit in [X] ||| 1 ||| ||| 0.291667 0.125
-the [X][X] recently in [X] ||| den [X][X] jüngster Zeit in [X] ||| 1 ||| ||| 0.291667 0.166667
-the [X][X] have always upheld [X] ||| den [X][X] stets verteidigt haben [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the [X][X] and [X] ||| den [X][X] und [X] ||| 1 ||| ||| 0.171429 0.1
-using the [X][X] and [X] ||| den [X][X] und [X] ||| 1 ||| ||| 0.171429 0.0714286
-the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , [X] ||| 1 ||| ||| 0.0603603 0.0333333
-using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , [X] ||| 1 ||| ||| 0.0603603 0.027027
-the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , die [X] ||| 1 ||| ||| 0.0454082 0.025
-using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , die [X] ||| 1 ||| ||| 0.0454082 0.0204082
-the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] [X] ||| 1 ||| ||| 0.195768 0.108333
-using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] [X] ||| 1 ||| ||| 0.195768 0.0874352
-the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] die [X] ||| 1 ||| ||| 0.0454082 0.025
-using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] die [X] ||| 1 ||| ||| 0.0454082 0.0204082
-the [X][X] and the institution [X] ||| den [X][X] und der Institution , [X] ||| 1 ||| ||| 0.0333333 0.0333333
-the [X][X] and the institution [X] ||| den [X][X] und der Institution , die [X] ||| 1 ||| ||| 0.025 0.025
-the [X][X] and the institution [X] ||| den [X][X] und der Institution [X] ||| 1 ||| ||| 0.05 0.05
-the [X][X] and the [X] ||| den [X][X] und der [X] ||| 1 ||| ||| 0.12406 0.0714286
-using the [X][X] and the [X] ||| den [X][X] und der [X] ||| 1 ||| ||| 0.12406 0.0526316
-the [X][X] we [X] ||| den [X][X] wir [X] ||| 1 ||| ||| 0.166667 0.166667
-the [X][X] we [X][X] . [X] ||| den [X][X] wir [X][X] . [X] ||| 1 ||| ||| 0.05 0.05
-the [X][X] we [X][X] [X] ||| den [X][X] wir [X][X] [X] ||| 1 ||| ||| 0.108824 0.108824
-the [X][X] we have [X][X] [X] ||| den [X][X] wir [X][X] haben [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the weight of your [X] ||| den ganzen Einfluß Ihres [X] ||| 1 ||| ||| 0.392857 0.25
-using the weight of your [X] ||| den ganzen Einfluß Ihres [X] ||| 1 ||| ||| 0.392857 0.142857
-the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] , [X] ||| 1 ||| ||| 0.0333333 0.0333333
-the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] , die [X] ||| 1 ||| ||| 0.025 0.025
-the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] [X] ||| 1 ||| ||| 0.404762 0.404762
-the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] die [X] ||| 1 ||| ||| 0.025 0.025
-the weight [X] ||| den ganzen Einfluß [X] ||| 1 ||| ||| 1.5 1
-using the weight [X] ||| den ganzen Einfluß [X] ||| 1 ||| ||| 1.5 0.5
-the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , [X] ||| 1 ||| ||| 0.0603603 0.0333333
-using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , [X] ||| 1 ||| ||| 0.0603603 0.027027
-the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , die [X] ||| 1 ||| ||| 0.0454082 0.025
-using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , die [X] ||| 1 ||| ||| 0.0454082 0.0204082
-the weight [X][X] prestigious office [X] ||| den ganzen Einfluß [X][X] Amtes [X] ||| 1 ||| ||| 0.125 0.125
-the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , [X] ||| 1 ||| ||| 0.0603603 0.0333333
-using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , [X] ||| 1 ||| ||| 0.0603603 0.027027
-the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , die [X] ||| 1 ||| ||| 0.0454082 0.025
-using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , die [X] ||| 1 ||| ||| 0.0454082 0.0204082
-the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution [X] ||| 1 ||| ||| 0.09 0.05
-using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution [X] ||| 1 ||| ||| 0.09 0.04
-the weight [X][X] [X] ||| den ganzen Einfluß [X][X] [X] ||| 1 ||| ||| 1.10002 0.654762
-using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] [X] ||| 1 ||| ||| 1.10002 0.445262
-the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution , [X] ||| 1 ||| ||| 0.0333333 0.0333333
-the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution , die [X] ||| 1 ||| ||| 0.025 0.025
-the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution [X] ||| 1 ||| ||| 0.05 0.05
-the weight [X][X] the [X] ||| den ganzen Einfluß [X][X] der [X] ||| 1 ||| ||| 0.12406 0.0714286
-using the weight [X][X] the [X] ||| den ganzen Einfluß [X][X] der [X] ||| 1 ||| ||| 0.12406 0.0526316
-the weight [X][X] [X] ||| den ganzen Einfluß [X][X] die [X] ||| 1 ||| ||| 0.0454082 0.025
-using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] die [X] ||| 1 ||| ||| 0.0454082 0.0204082
-the weight [X][X] and [X] ||| den ganzen Einfluß [X][X] und [X] ||| 1 ||| ||| 0.171429 0.1
-using the weight [X][X] and [X] ||| den ganzen Einfluß [X][X] und [X] ||| 1 ||| ||| 0.171429 0.0714286
-the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] , [X] ||| 1 ||| ||| 0.0333333 0.0333333
-the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] , die [X] ||| 1 ||| ||| 0.025 0.025
-the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] [X] ||| 1 ||| ||| 0.108333 0.108333
-the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] die [X] ||| 1 ||| ||| 0.025 0.025
-the weight [X][X] and the [X] ||| den ganzen Einfluß [X][X] und der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-the course of the next [X] ||| den nächsten [X] ||| 1 ||| ||| 0.5 0.5
-the various countries [X] ||| den verschiedenen Ländern [X] ||| 1 ||| ||| 0.333333 0.333333
-the various countries [X][X] European [X] ||| den verschiedenen Ländern [X][X] Europäischen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-the various countries [X][X] Union [X] ||| den verschiedenen Ländern [X][X] Union [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the various countries [X][X] [X] ||| den verschiedenen Ländern [X][X] [X] ||| 1 ||| ||| 0.267157 0.267157
-the various countries of the [X] ||| den verschiedenen Ländern der [X] ||| 1 ||| ||| 0.125 0.125
-the various [X] ||| den verschiedenen [X] ||| 1 ||| ||| 1 1
-the various [X][X] European Union [X] ||| den verschiedenen [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the various [X][X] European [X] ||| den verschiedenen [X][X] Europäischen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-the various [X][X] Union [X] ||| den verschiedenen [X][X] Union [X] ||| 1 ||| ||| 0.0588235 0.0588235
-the various [X][X] [X] ||| den verschiedenen [X][X] [X] ||| 1 ||| ||| 0.267157 0.267157
-feel [X] ||| denke , daß [X] ||| 1 ||| ||| 1 1
-feel [X][X] [X] ||| denke , daß [X][X] [X] ||| 1 ||| ||| 1.05444 0.420671
-feel [X][X] have [X] ||| denke , daß [X][X] [X] ||| 1 ||| ||| 1.05444 0.0714286
-feel [X][X] have just [X] ||| denke , daß [X][X] [X] ||| 1 ||| ||| 1.05444 0.0666667
-feel [X][X] have just suggested [X] ||| denke , daß [X][X] [X] ||| 1 ||| ||| 1.05444 0.0666667
-feel [X][X] just [X] ||| denke , daß [X][X] [X] ||| 1 ||| ||| 1.05444 0.0666667
-feel [X][X] just suggested [X] ||| denke , daß [X][X] [X] ||| 1 ||| ||| 1.05444 0.0666667
-feel [X][X] suggested [X] ||| denke , daß [X][X] [X] ||| 1 ||| ||| 1.05444 0.0666667
-feel [X][X] you [X] ||| denke , daß [X][X] [X] ||| 1 ||| ||| 1.05444 0.0909091
-feel [X][X] you have [X] ||| denke , daß [X][X] [X] ||| 1 ||| ||| 1.05444 0.0714286
-feel [X][X] you have just [X] ||| denke , daß [X][X] [X] ||| 1 ||| ||| 1.05444 0.0666667
-feel an [X] ||| denke , daß eine [X] ||| 1 ||| ||| 1 1
-feel an initiative [X][X] [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| ||| 1.13701 0.420671
-feel an initiative [X][X] have [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| ||| 1.13701 0.0714286
-feel an initiative [X][X] just [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| ||| 1.13701 0.0666667
-feel an initiative [X][X] suggested [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| ||| 1.13701 0.0666667
-feel an initiative [X][X] you [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| ||| 1.13701 0.0909091
-feel an initiative of [X][X] [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| ||| 1.13701 0.420671
-feel an [X][X] [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.921104 0.420671
-feel an [X][X] have [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.921104 0.0714286
-feel an [X][X] have just [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.921104 0.0666667
-feel an [X][X] just [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.921104 0.0666667
-feel an [X][X] just suggested [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.921104 0.0666667
-feel an [X][X] suggested [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.921104 0.0666667
-feel an [X][X] you [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.921104 0.0909091
-feel an [X][X] you have [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.921104 0.0714286
-feel an [X][X] the type [X] ||| denke , daß eine derartige [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-of the presentation [X] ||| der Aussprache [X] ||| 1 ||| ||| 0.5 0.5
-of the presentation [X][X] . [X] ||| der Aussprache [X][X] . [X] ||| 1 ||| ||| 0.047619 0.047619
-of the presentation [X][X] report [X] ||| der Aussprache [X][X] Bericht [X] ||| 1 ||| ||| 0.0714286 0.0714286
-of the presentation [X][X] [X] ||| der Aussprache [X][X] [X] ||| 1 ||| ||| 0.244048 0.244048
-of the presentation of [X] ||| der Aussprache über [X] ||| 1 ||| ||| 0.25 0.25
-of the presentation of [X][X] [X] ||| der Aussprache über [X][X] [X] ||| 1 ||| ||| 0.119048 0.119048
-of the presentation of the [X] ||| der Aussprache über den [X] ||| 1 ||| ||| 0.125 0.125
-of the European Union [X] ||| der Europäischen Union [X] ||| 1 ||| ||| 0.25 0.25
-of the European [X] ||| der Europäischen [X] ||| 1 ||| ||| 0.5 0.5
-the case [X] ||| der Fall [X] ||| 1 ||| ||| 1 1
-the case [X][X] . [X] ||| der Fall [X][X] . [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the case [X][X] Nikitin . [X] ||| der Fall [X][X] Nikitin . [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the case [X][X] Nikitin [X] ||| der Fall [X][X] Nikitin [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the case [X][X] [X] ||| der Fall [X][X] [X] ||| 1 ||| ||| 0.310207 0.310207
-the case of Alexander Nikitin [X] ||| der Fall von Alexander Nikitin [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the case of Alexander [X] ||| der Fall von Alexander [X] ||| 1 ||| ||| 0.166667 0.166667
-the case of Alexander [X][X] [X] ||| der Fall von Alexander [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the case of [X] ||| der Fall von [X] ||| 1 ||| ||| 0.333333 0.333333
-the case of [X][X] . [X] ||| der Fall von [X][X] . [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the case of [X][X] [X] ||| der Fall von [X][X] [X] ||| 1 ||| ||| 0.143541 0.143541
-the principle [X] ||| der Grundsatz [X] ||| 1 ||| ||| 1 1
-the principle [X][X] legal principle [X] ||| der Grundsatz [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.0243902 0.0243902
-the principle [X][X] stability [X] ||| der Grundsatz [X][X] Stabilität [X] ||| 1 ||| ||| 0.146465 0.0909091
-the principle [X][X] stability is [X] ||| der Grundsatz [X][X] Stabilität [X] ||| 1 ||| ||| 0.146465 0.0555556
-the principle [X][X] stability [X][X] [X] ||| der Grundsatz [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.0851888 0.0851888
-the principle [X][X] [X] ||| der Grundsatz [X][X] [X] ||| 1 ||| ||| 0.453876 0.39832
-the principle [X][X] is [X] ||| der Grundsatz [X][X] [X] ||| 1 ||| ||| 0.453876 0.0555556
-the principle [X][X] is [X][X] [X] ||| der Grundsatz [X][X] [X][X] [X] ||| 1 ||| ||| 0.050706 0.050706
-the principle [X][X] a [X] ||| der Grundsatz [X][X] einen [X] ||| 1 ||| ||| 0.0689656 0.0344828
-the principle [X][X] is a [X] ||| der Grundsatz [X][X] einen [X] ||| 1 ||| ||| 0.0689656 0.0344828
-the principle [X][X] a [X][X] [X] ||| der Grundsatz [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.0243902 0.0243902
-the principle [X][X] a fundamental [X] ||| der Grundsatz [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0263158 0.0263158
-the principle [X][X] fundamental [X] ||| der Grundsatz [X][X] elementaren [X] ||| 1 ||| ||| 0.0263158 0.0263158
-the principle [X][X] fundamental [X][X] [X] ||| der Grundsatz [X][X] elementaren [X][X] [X] ||| 1 ||| ||| 0.0243902 0.0243902
-the principle of [X] ||| der Grundsatz der [X] ||| 1 ||| ||| 0.333333 0.333333
-the principle of [X][X] [X] ||| der Grundsatz der [X][X] [X] ||| 1 ||| ||| 0.287209 0.231653
-the principle of [X][X] is [X] ||| der Grundsatz der [X][X] [X] ||| 1 ||| ||| 0.287209 0.0555556
-the principle of [X][X] a [X] ||| der Grundsatz der [X][X] einen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-the principle of [X][X] fundamental [X] ||| der Grundsatz der [X][X] elementaren [X] ||| 1 ||| ||| 0.0263158 0.0263158
-the principle of relative stability [X] ||| der Grundsatz der relativen Stabilität [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the principle of relative [X] ||| der Grundsatz der relativen [X] ||| 1 ||| ||| 0.166667 0.166667
-the principle of relative [X][X] [X] ||| der Grundsatz der relativen [X][X] [X] ||| 1 ||| ||| 0.140744 0.140744
-the institution [X] ||| der Institution , [X] ||| 1 ||| ||| 1 1
-the institution [X][X] , [X] ||| der Institution , [X][X] , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the institution [X][X] , [X][X] [X] ||| der Institution , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0368016 0.0368016
-the institution [X][X] , to [X] ||| der Institution , [X][X] , bei [X] ||| 1 ||| ||| 0.030303 0.030303
-the institution [X][X] President [X] ||| der Institution , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the institution [X][X] [X] ||| der Institution , [X][X] [X] ||| 1 ||| ||| 0.219736 0.219736
-the institution [X][X] to [X] ||| der Institution , [X][X] bei [X] ||| 1 ||| ||| 0.030303 0.030303
-the institution [X][X] to [X][X] [X] ||| der Institution , [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the institution [X][X] to the [X] ||| der Institution , [X][X] bei dem [X] ||| 1 ||| ||| 0.0204082 0.0204082
-the institution [X][X] the President [X] ||| der Institution , [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the institution [X][X] the [X] ||| der Institution , [X][X] dem [X] ||| 1 ||| ||| 0.0204082 0.0204082
-the institution you [X] ||| der Institution , die Sie [X] ||| 1 ||| ||| 0.2 0.2
-the institution you [X][X] President [X] ||| der Institution , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the institution you [X][X] [X] ||| der Institution , die Sie [X][X] [X] ||| 1 ||| ||| 0.119736 0.119736
-the institution you [X][X] to [X] ||| der Institution , die Sie [X][X] bei [X] ||| 1 ||| ||| 0.030303 0.030303
-the institution you [X][X] the [X] ||| der Institution , die Sie [X][X] dem [X] ||| 1 ||| ||| 0.0204082 0.0204082
-the institution you represent , [X] ||| der Institution , die Sie vertreten , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the institution you represent [X] ||| der Institution , die Sie vertreten [X] ||| 1 ||| ||| 0.1 0.1
-the institution you represent [X][X] [X] ||| der Institution , die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.0671046 0.0671046
-the institution [X] ||| der Institution , die [X] ||| 1 ||| ||| 1 1
-the institution [X][X] , [X] ||| der Institution , die [X][X] , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the institution [X][X] , [X][X] [X] ||| der Institution , die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0368016 0.0368016
-the institution [X][X] , to [X] ||| der Institution , die [X][X] , bei [X] ||| 1 ||| ||| 0.030303 0.030303
-the institution [X][X] President [X] ||| der Institution , die [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the institution [X][X] [X] ||| der Institution , die [X][X] [X] ||| 1 ||| ||| 0.219736 0.219736
-the institution [X][X] to [X] ||| der Institution , die [X][X] bei [X] ||| 1 ||| ||| 0.030303 0.030303
-the institution [X][X] to [X][X] [X] ||| der Institution , die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the institution [X][X] to the [X] ||| der Institution , die [X][X] bei dem [X] ||| 1 ||| ||| 0.0204082 0.0204082
-the institution [X][X] the President [X] ||| der Institution , die [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the institution [X][X] the [X] ||| der Institution , die [X][X] dem [X] ||| 1 ||| ||| 0.0204082 0.0204082
-the institution [X] ||| der Institution [X] ||| 1 ||| ||| 1 1
-the institution [X][X] , [X] ||| der Institution [X][X] , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the institution [X][X] , [X][X] [X] ||| der Institution [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0368016 0.0368016
-the institution [X][X] , to [X] ||| der Institution [X][X] , bei [X] ||| 1 ||| ||| 0.030303 0.030303
-the institution [X][X] President [X] ||| der Institution [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the institution [X][X] [X] ||| der Institution [X][X] [X] ||| 1 ||| ||| 0.219736 0.219736
-the institution [X][X] to [X] ||| der Institution [X][X] bei [X] ||| 1 ||| ||| 0.030303 0.030303
-the institution [X][X] to [X][X] [X] ||| der Institution [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the institution [X][X] to the [X] ||| der Institution [X][X] bei dem [X] ||| 1 ||| ||| 0.0204082 0.0204082
-the institution [X][X] the President [X] ||| der Institution [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the institution [X][X] the [X] ||| der Institution [X][X] dem [X] ||| 1 ||| ||| 0.0204082 0.0204082
-the positions [X] ||| der Position [X] ||| 1 ||| ||| 1 1
-the press [X] ||| der Presse [X] ||| 1 ||| ||| 1 1
-the press [X][X] [X] ||| der Presse [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-the press and [X] ||| der Presse und [X] ||| 1 ||| ||| 0.333333 0.333333
-the press and television [X] ||| der Presse und dem Fernsehen [X] ||| 1 ||| ||| 0.166667 0.166667
-President [X] ||| der Präsidentin [X] ||| 1 ||| ||| 1 1
-[X][X] President [X] ||| der Präsidentin [X][X] [X] ||| 1 ||| ||| 0.385965 0.385965
-[X][X] the [X][X] President [X] ||| der Präsidentin [X][X] [X][X] das [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] to the [X][X] President [X] ||| der Präsidentin [X][X] [X][X] das [X] ||| 1 ||| ||| 0.105263 0.0526316
-to [X][X] the [X][X] President [X] ||| der Präsidentin [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.0526316 0.0526316
-Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] the Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X][X] das [X] ||| 1 ||| ||| 0.0526316 0.0526316
-to [X][X] Sri Lankan President [X] ||| der Präsidentin von Sri Lanka in [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-President [X] ||| der Präsidentin von [X] ||| 1 ||| ||| 1 1
-[X][X] President [X] ||| der Präsidentin von [X][X] [X] ||| 1 ||| ||| 0.385965 0.385965
-[X][X] the [X][X] President [X] ||| der Präsidentin von [X][X] [X][X] das [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] to the [X][X] President [X] ||| der Präsidentin von [X][X] [X][X] das [X] ||| 1 ||| ||| 0.105263 0.0526316
-to [X][X] the [X][X] President [X] ||| der Präsidentin von [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.0526316 0.0526316
-of the session [X] ||| der Sitzungsperiode [X] ||| 1 ||| ||| 0.5 0.5
-the public prosecutor [X] ||| der Staatsanwalt [X] ||| 1 ||| ||| 0.5 0.5
-the public prosecutor [X][X] . [X] ||| der Staatsanwalt [X][X] . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the public prosecutor [X][X] [X] ||| der Staatsanwalt [X][X] [X] ||| 1 ||| ||| 0.215909 0.215909
-the public prosecutor is appealing [X] ||| der Staatsanwalt in Berufung geht [X] ||| 1 ||| ||| 0.125 0.125
-the public prosecutor [X] ||| der Staatsanwalt in [X] ||| 1 ||| ||| 0.333333 0.333333
-the public prosecutor [X][X] . [X] ||| der Staatsanwalt in [X][X] . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the public prosecutor [X][X] [X] ||| der Staatsanwalt in [X][X] [X] ||| 1 ||| ||| 0.215909 0.215909
-requested [X] ||| der Wunsch [X] ||| 1 ||| ||| 1 1
-requested [X][X] [X] ||| der Wunsch [X][X] [X] ||| 1 ||| ||| 0.3 0.3
-requested [X][X] on [X] ||| der Wunsch [X][X] im [X] ||| 1 ||| ||| 0.1 0.1
-requested [X] ||| der Wunsch nach [X] ||| 1 ||| ||| 1 1
-requested [X][X] [X] ||| der Wunsch nach [X][X] [X] ||| 1 ||| ||| 0.3 0.3
-requested [X][X] on [X] ||| der Wunsch nach [X][X] im [X] ||| 1 ||| ||| 0.1 0.1
-requested a debate [X] ||| der Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.2 0.2
-requested a debate on [X] ||| der Wunsch nach einer Aussprache im [X] ||| 1 ||| ||| 0.1 0.1
-requested a [X] ||| der Wunsch nach einer [X] ||| 1 ||| ||| 1 1
-requested a [X][X] [X] ||| der Wunsch nach einer [X][X] [X] ||| 1 ||| ||| 0.1 0.1
-, access [X] ||| der Zugang [X] ||| 1 ||| ||| 2 1
-access [X] ||| der Zugang [X] ||| 1 ||| ||| 2 1
-, access [X][X] . [X] ||| der Zugang [X][X] . [X] ||| 1 ||| ||| 0.145833 0.0625
-access [X][X] . [X] ||| der Zugang [X][X] . [X] ||| 1 ||| ||| 0.145833 0.0833333
-, access [X][X] [X] ||| der Zugang [X][X] [X] ||| 1 ||| ||| 0.68228 0.272024
-access [X][X] [X] ||| der Zugang [X][X] [X] ||| 1 ||| ||| 0.68228 0.410256
-access [X][X] is [X][X] right [X] ||| der Zugang [X][X] [X][X] Recht ist [X] ||| 1 ||| ||| 0.0769231 0.0769231
-access [X][X] is [X][X] . [X] ||| der Zugang [X][X] [X][X] ist . [X] ||| 1 ||| ||| 0.0833333 0.0833333
-, access [X][X] is [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.220513 0.0666667
-access [X][X] is [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.220513 0.0769231
-access [X][X] is a [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.220513 0.0769231
-, access to environmental information [X] ||| der Zugang zu Umweltinformationen [X] ||| 1 ||| ||| 0.392857 0.142857
-access to environmental information [X] ||| der Zugang zu Umweltinformationen [X] ||| 1 ||| ||| 0.392857 0.25
-access to environmental information [X][X] [X] ||| der Zugang zu Umweltinformationen [X][X] [X] ||| 1 ||| ||| 0.160256 0.160256
-, access to [X] ||| der Zugang zu [X] ||| 1 ||| ||| 1.5 0.5
-access to [X] ||| der Zugang zu [X] ||| 1 ||| ||| 1.5 1
-, access to [X][X] . [X] ||| der Zugang zu [X][X] . [X] ||| 1 ||| ||| 0.145833 0.0625
-access to [X][X] . [X] ||| der Zugang zu [X][X] . [X] ||| 1 ||| ||| 0.145833 0.0833333
-, access to [X][X] [X] ||| der Zugang zu [X][X] [X] ||| 1 ||| ||| 0.68228 0.272024
-access to [X][X] [X] ||| der Zugang zu [X][X] [X] ||| 1 ||| ||| 0.68228 0.410256
-access to [X][X] is [X][X] [X] ||| der Zugang zu [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.0769231 0.0769231
-of [X] ||| der [X] ||| 1 ||| ||| 18 2
-of the [X] ||| der [X] ||| 1 ||| ||| 18 5
-the [X] ||| der [X] ||| 1 ||| ||| 18 10
-who [X] ||| der [X] ||| 1 ||| ||| 18 1
-[X][X] that [X] ||| der [X][X] , [X] ||| 1 ||| ||| 0.177632 0.125
-the [X][X] , [X] ||| der [X][X] , [X] ||| 1 ||| ||| 0.177632 0.0526316
-the [X][X] , [X][X] President [X] ||| der [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the [X][X] , [X][X] [X] ||| der [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0368016 0.0368016
-the [X][X] , to [X] ||| der [X][X] , bei [X] ||| 1 ||| ||| 0.030303 0.030303
-the [X][X] , to [X][X] [X] ||| der [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the [X][X] , to the [X] ||| der [X][X] , bei dem [X] ||| 1 ||| ||| 0.0204082 0.0204082
-of the [X][X] . [X] ||| der [X][X] . [X] ||| 1 ||| ||| 0.19116 0.047619
-the [X][X] . [X] ||| der [X][X] . [X] ||| 1 ||| ||| 0.19116 0.143541
-[X][X] 6 [X] ||| der [X][X] 6 [X] ||| 1 ||| ||| 0.25 0.25
-proposal [X][X] 6 that [X] ||| der [X][X] 6 vorschlägt , [X] ||| 1 ||| ||| 0.125 0.125
-proposal [X][X] 6 [X] ||| der [X][X] 6 vorschlägt [X] ||| 1 ||| ||| 0.166667 0.166667
-the [X][X] Alexander Nikitin . [X] ||| der [X][X] Alexander Nikitin . [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the [X][X] Alexander Nikitin [X] ||| der [X][X] Alexander Nikitin [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the [X][X] Alexander [X] ||| der [X][X] Alexander [X] ||| 1 ||| ||| 0.166667 0.166667
-the [X][X] Alexander [X][X] [X] ||| der [X][X] Alexander [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] debate [X] ||| der [X][X] Aussprache [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] debate on [X] ||| der [X][X] Aussprache im [X] ||| 1 ||| ||| 0.1 0.1
-of the [X][X] report . [X] ||| der [X][X] Bericht . [X] ||| 1 ||| ||| 0.047619 0.047619
-of the [X][X] report [X] ||| der [X][X] Bericht [X] ||| 1 ||| ||| 0.0714286 0.0714286
-the [X][X] is appealing . [X] ||| der [X][X] Berufung geht . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the [X][X] is appealing [X] ||| der [X][X] Berufung geht [X] ||| 1 ||| ||| 0.125 0.125
-the [X][X] European Community [X] ||| der [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.133333 0.0666667
-the [X][X] the European Community [X] ||| der [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.133333 0.0666667
-the [X][X] European [X] ||| der [X][X] Europäischen [X] ||| 1 ||| ||| 0.222222 0.111111
-the [X][X] the European [X] ||| der [X][X] Europäischen [X] ||| 1 ||| ||| 0.222222 0.111111
-the [X][X] Nikitin . [X] ||| der [X][X] Nikitin . [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the [X][X] Nikitin [X] ||| der [X][X] Nikitin [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the [X][X] President [X] ||| der [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-of [X][X] legal principle [X] ||| der [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.0614272 0.037037
-the [X][X] legal principle [X] ||| der [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.0614272 0.0243902
-of [X][X] legal principle [X][X] [X] ||| der [X][X] Rechtsgrundsatz [X][X] [X] ||| 1 ||| ||| 0.0333333 0.0333333
-the [X][X] stability [X] ||| der [X][X] Stabilität [X] ||| 1 ||| ||| 0.146465 0.0909091
-the [X][X] stability is [X] ||| der [X][X] Stabilität [X] ||| 1 ||| ||| 0.146465 0.0555556
-the [X][X] stability [X][X] [X] ||| der [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.135895 0.0851888
-the [X][X] stability is [X][X] [X] ||| der [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.135895 0.050706
-the [X][X] stability [X][X] fundamental [X] ||| der [X][X] Stabilität [X][X] elementaren [X] ||| 1 ||| ||| 0.0263158 0.0263158
-the [X][X] stability is a [X] ||| der [X][X] Stabilität einen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-the [X][X] Community [X] ||| der [X][X] Union [X] ||| 1 ||| ||| 0.0666667 0.0666667
-of the [X][X] proposal [X] ||| der [X][X] Vorschlag [X] ||| 1 ||| ||| 0.0588235 0.0588235
-of [X][X] [X] ||| der [X][X] [X] ||| 1 ||| ||| 7.18525 1.0835
-of [X][X] is [X] ||| der [X][X] [X] ||| 1 ||| ||| 7.18525 0.2
-of the [X][X] [X] ||| der [X][X] [X] ||| 1 ||| ||| 7.18525 1.15757
-the [X][X] [X] ||| der [X][X] [X] ||| 1 ||| ||| 7.18525 4.35529
-the [X][X] is [X] ||| der [X][X] [X] ||| 1 ||| ||| 7.18525 0.0555556
-the [X][X] the [X] ||| der [X][X] [X] ||| 1 ||| ||| 7.18525 0.333333
-of [X][X] is [X][X] [X] ||| der [X][X] [X][X] [X] ||| 1 ||| ||| 0.243299 0.125926
-the [X][X] is [X][X] [X] ||| der [X][X] [X][X] [X] ||| 1 ||| ||| 0.243299 0.050706
-the [X][X] the [X][X] [X] ||| der [X][X] [X][X] [X] ||| 1 ||| ||| 0.243299 0.0666667
-[X][X] the [X][X] [X] ||| der [X][X] [X][X] das [X] ||| 1 ||| ||| 0.105263 0.0526316
-[X][X] to the [X][X] [X] ||| der [X][X] [X][X] das [X] ||| 1 ||| ||| 0.105263 0.0526316
-the [X][X] to [X] ||| der [X][X] bei [X] ||| 1 ||| ||| 0.030303 0.030303
-the [X][X] to [X][X] [X] ||| der [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the [X][X] to the President [X] ||| der [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the [X][X] to the [X] ||| der [X][X] bei dem [X] ||| 1 ||| ||| 0.0204082 0.0204082
-the [X][X] television [X] ||| der [X][X] dem Fernsehen [X] ||| 1 ||| ||| 0.166667 0.166667
-the [X][X] the President [X] ||| der [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the [X][X] the [X] ||| der [X][X] dem [X] ||| 1 ||| ||| 0.0204082 0.0204082
-of the [X][X] the report [X] ||| der [X][X] den Bericht [X] ||| 1 ||| ||| 0.0714286 0.0714286
-of the [X][X] the [X] ||| der [X][X] den [X] ||| 1 ||| ||| 0.125 0.125
-of the [X][X] the [X][X] [X] ||| der [X][X] den [X][X] [X] ||| 1 ||| ||| 0.047619 0.047619
-of [X][X] of the [X] ||| der [X][X] der [X] ||| 1 ||| ||| 0.0333333 0.0333333
-of the [X][X] a proposal [X] ||| der [X][X] ein Vorschlag [X] ||| 1 ||| ||| 0.0588235 0.0588235
-of the [X][X] a [X] ||| der [X][X] ein [X] ||| 1 ||| ||| 0.0769231 0.0769231
-of [X][X] a [X] ||| der [X][X] einen [X] ||| 1 ||| ||| 0.250784 0.0909091
-of [X][X] is a [X] ||| der [X][X] einen [X] ||| 1 ||| ||| 0.250784 0.0909091
-the [X][X] a [X] ||| der [X][X] einen [X] ||| 1 ||| ||| 0.250784 0.0344828
-the [X][X] is a [X] ||| der [X][X] einen [X] ||| 1 ||| ||| 0.250784 0.0344828
-of [X][X] a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.189521 0.0703704
-of [X][X] is a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.189521 0.0703704
-the [X][X] a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.189521 0.0243902
-the [X][X] is a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.189521 0.0243902
-of [X][X] a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 1 ||| ||| 0.163743 0.0555556
-of [X][X] is a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 1 ||| ||| 0.163743 0.0555556
-the [X][X] a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 1 ||| ||| 0.163743 0.0263158
-the [X][X] is a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 1 ||| ||| 0.163743 0.0263158
-of [X][X] a fundamental [X][X] [X] ||| der [X][X] einen elementaren [X][X] [X] ||| 1 ||| ||| 0.0947606 0.0703704
-the [X][X] a fundamental [X][X] [X] ||| der [X][X] einen elementaren [X][X] [X] ||| 1 ||| ||| 0.0947606 0.0243902
-of [X][X] fundamental legal principle [X] ||| der [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.0614272 0.037037
-the [X][X] fundamental legal principle [X] ||| der [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.0614272 0.0243902
-of [X][X] fundamental [X] ||| der [X][X] elementaren [X] ||| 1 ||| ||| 0.0818714 0.0555556
-the [X][X] fundamental [X] ||| der [X][X] elementaren [X] ||| 1 ||| ||| 0.0818714 0.0263158
-of [X][X] fundamental [X][X] [X] ||| der [X][X] elementaren [X][X] [X] ||| 1 ||| ||| 0.0947606 0.0703704
-the [X][X] fundamental [X][X] [X] ||| der [X][X] elementaren [X][X] [X] ||| 1 ||| ||| 0.0947606 0.0243902
-[X][X] on [X] ||| der [X][X] im [X] ||| 1 ||| ||| 0.1 0.1
-the [X][X] is appealing . [X] ||| der [X][X] in Berufung geht . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the [X][X] is appealing [X] ||| der [X][X] in Berufung geht [X] ||| 1 ||| ||| 0.125 0.125
-the [X][X] [X] ||| der [X][X] in [X] ||| 1 ||| ||| 0.333333 0.333333
-to [X][X] the [X][X] [X] ||| der [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.105263 0.0526316
-to [X][X] to the [X][X] [X] ||| der [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.105263 0.0526316
-the [X][X] relative stability [X] ||| der [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.146465 0.0909091
-the [X][X] relative stability is [X] ||| der [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.146465 0.0555556
-the [X][X] relative stability [X][X] [X] ||| der [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.0851888 0.0851888
-the [X][X] relative [X] ||| der [X][X] relativen [X] ||| 1 ||| ||| 0.166667 0.166667
-the [X][X] relative [X][X] [X] ||| der [X][X] relativen [X][X] [X] ||| 1 ||| ||| 0.140744 0.140744
-the [X][X] relative [X][X] a [X] ||| der [X][X] relativen [X][X] einen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-the [X][X] relative [X][X] fundamental [X] ||| der [X][X] relativen [X][X] elementaren [X] ||| 1 ||| ||| 0.0263158 0.0263158
-of the [X][X] and [X] ||| der [X][X] und [X] ||| 1 ||| ||| 0.111111 0.111111
-of the [X][X] and [X][X] [X] ||| der [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0588235 0.0588235
-of the [X][X] and a [X] ||| der [X][X] und ein [X] ||| 1 ||| ||| 0.0769231 0.0769231
-the [X][X] represent , [X] ||| der [X][X] vertreten , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-the [X][X] represent , [X][X] [X] ||| der [X][X] vertreten , [X][X] [X] ||| 1 ||| ||| 0.0368016 0.0368016
-the [X][X] represent , to [X] ||| der [X][X] vertreten , bei [X] ||| 1 ||| ||| 0.030303 0.030303
-the [X][X] represent [X] ||| der [X][X] vertreten [X] ||| 1 ||| ||| 0.1 0.1
-the [X][X] represent [X][X] President [X] ||| der [X][X] vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0163934 0.0163934
-the [X][X] represent [X][X] [X] ||| der [X][X] vertreten [X][X] [X] ||| 1 ||| ||| 0.0671046 0.0671046
-the [X][X] represent [X][X] the [X] ||| der [X][X] vertreten [X][X] dem [X] ||| 1 ||| ||| 0.0204082 0.0204082
-proposal [X][X] that [X] ||| der [X][X] vorschlägt , [X] ||| 1 ||| ||| 0.125 0.125
-proposal [X][X] [X] ||| der [X][X] vorschlägt [X] ||| 1 ||| ||| 0.166667 0.166667
-of the common fisheries policy [X] ||| der gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.166667 0.166667
-of the common [X] ||| der gemeinsamen [X] ||| 1 ||| ||| 0.5 0.5
-of the common [X][X] proposal [X] ||| der gemeinsamen [X][X] Vorschlag [X] ||| 1 ||| ||| 0.0588235 0.0588235
-of the common [X][X] [X] ||| der gemeinsamen [X][X] [X] ||| 1 ||| ||| 0.413524 0.413524
-of the common [X][X] a [X] ||| der gemeinsamen [X][X] ein [X] ||| 1 ||| ||| 0.0769231 0.0769231
-of the common [X][X] and [X] ||| der gemeinsamen [X][X] und [X] ||| 1 ||| ||| 0.111111 0.111111
-the whole of the European [X] ||| der gesamten Europäischen [X] ||| 1 ||| ||| 0.111111 0.111111
-the whole [X] ||| der gesamten [X] ||| 1 ||| ||| 1.83333 1
-the whole of [X] ||| der gesamten [X] ||| 1 ||| ||| 1.83333 0.5
-the whole of the [X] ||| der gesamten [X] ||| 1 ||| ||| 1.83333 0.333333
-the whole [X][X] Community [X] ||| der gesamten [X][X] Union [X] ||| 1 ||| ||| 0.133333 0.0666667
-the whole of [X][X] Community [X] ||| der gesamten [X][X] Union [X] ||| 1 ||| ||| 0.133333 0.0666667
-the whole [X][X] [X] ||| der gesamten [X][X] [X] ||| 1 ||| ||| 0.422223 0.177778
-the whole of [X][X] [X] ||| der gesamten [X][X] [X] ||| 1 ||| ||| 0.422223 0.177778
-the whole of the [X][X] [X] ||| der gesamten [X][X] [X] ||| 1 ||| ||| 0.422223 0.0666667
-in paragraph 6 [X] ||| der in Absatz 6 [X] ||| 1 ||| ||| 0.25 0.25
-proposal in paragraph 6 that [X] ||| der in Absatz 6 vorschlägt , [X] ||| 1 ||| ||| 0.125 0.125
-proposal in paragraph 6 [X] ||| der in Absatz 6 vorschlägt [X] ||| 1 ||| ||| 0.166667 0.166667
-in paragraph [X] ||| der in Absatz [X] ||| 1 ||| ||| 1 1
-in [X] ||| der in [X] ||| 1 ||| ||| 1 1
-in [X][X] [X] ||| der in [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-proposal in [X][X] that [X] ||| der in [X][X] vorschlägt , [X] ||| 1 ||| ||| 0.125 0.125
-proposal in [X][X] [X] ||| der in [X][X] vorschlägt [X] ||| 1 ||| ||| 0.166667 0.166667
-the last [X] ||| der letzten [X] ||| 1 ||| ||| 1 1
-of relative stability [X] ||| der relativen Stabilität [X] ||| 1 ||| ||| 0.866666 0.666666
-of relative stability is [X] ||| der relativen Stabilität [X] ||| 1 ||| ||| 0.866666 0.2
-of relative stability [X][X] [X] ||| der relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.342761 0.216835
-of relative stability is [X][X] [X] ||| der relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.342761 0.125926
-of relative stability [X][X] fundamental [X] ||| der relativen Stabilität [X][X] elementaren [X] ||| 1 ||| ||| 0.0555556 0.0555556
-of relative stability is a [X] ||| der relativen Stabilität einen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-of relative [X] ||| der relativen [X] ||| 1 ||| ||| 2 2
-of relative [X][X] legal principle [X] ||| der relativen [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.037037 0.037037
-of relative [X][X] [X] ||| der relativen [X][X] [X] ||| 1 ||| ||| 0.416835 0.416835
-of relative [X][X] of the [X] ||| der relativen [X][X] der [X] ||| 1 ||| ||| 0.0333333 0.0333333
-of relative [X][X] a [X] ||| der relativen [X][X] einen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-of relative [X][X] a [X][X] [X] ||| der relativen [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.0703704 0.0703704
-of relative [X][X] a fundamental [X] ||| der relativen [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0555556 0.0555556
-of relative [X][X] fundamental [X] ||| der relativen [X][X] elementaren [X] ||| 1 ||| ||| 0.0555556 0.0555556
-of relative [X][X] fundamental [X][X] [X] ||| der relativen [X][X] elementaren [X][X] [X] ||| 1 ||| ||| 0.0703704 0.0703704
-initiative of the type [X] ||| derartige Initiative [X] ||| 1 ||| ||| 0.416667 0.25
-initiative of the type you [X] ||| derartige Initiative [X] ||| 1 ||| ||| 0.416667 0.166667
-says that this [X] ||| derartige Strafen [X] ||| 1 ||| ||| 0.5 0.5
-of the type [X] ||| derartige [X] ||| 1 ||| ||| 8 1
-of the type you [X] ||| derartige [X] ||| 1 ||| ||| 8 1
-of the type you have [X] ||| derartige [X] ||| 1 ||| ||| 8 1
-that this [X] ||| derartige [X] ||| 1 ||| ||| 8 1
-the type [X] ||| derartige [X] ||| 1 ||| ||| 8 1
-the type you [X] ||| derartige [X] ||| 1 ||| ||| 8 1
-the type you have [X] ||| derartige [X] ||| 1 ||| ||| 8 1
-the type you have just [X] ||| derartige [X] ||| 1 ||| ||| 8 1
-[X][X] the type [X] ||| derartige [X][X] [X] ||| 1 ||| ||| 0.559524 0.25
-[X][X] the type you [X] ||| derartige [X][X] [X] ||| 1 ||| ||| 0.559524 0.166667
-[X][X] the type you have [X] ||| derartige [X][X] [X] ||| 1 ||| ||| 0.559524 0.142857
-of the European Parliament , [X] ||| des Europäischen Parlaments [X] ||| 1 ||| ||| 0.392857 0.142857
-of the European Parliament [X] ||| des Europäischen Parlaments [X] ||| 1 ||| ||| 0.392857 0.25
-of the European [X] ||| des Europäischen [X] ||| 1 ||| ||| 0.5 0.5
-of the European [X][X] [X] ||| des Europäischen [X][X] [X] ||| 1 ||| ||| 1.3373 0.740079
-of the European [X][X] a [X] ||| des Europäischen [X][X] [X] ||| 1 ||| ||| 1.3373 0.111111
-of the European [X][X] been [X] ||| des Europäischen [X][X] [X] ||| 1 ||| ||| 1.3373 0.125
-of the European [X][X] date [X] ||| des Europäischen [X][X] [X] ||| 1 ||| ||| 1.3373 0.111111
-of the European [X][X] has [X] ||| des Europäischen [X][X] [X] ||| 1 ||| ||| 1.3373 0.125
-of the European [X][X] set [X] ||| des Europäischen [X][X] [X] ||| 1 ||| ||| 1.3373 0.125
-the principle [X] ||| des Grundsatzes [X] ||| 1 ||| ||| 1 1
-the principle [X][X] stability [X] ||| des Grundsatzes [X][X] Stabilität [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the principle [X][X] [X] ||| des Grundsatzes [X][X] [X] ||| 1 ||| ||| 0.257576 0.257576
-the principle of [X] ||| des Grundsatzes der [X] ||| 1 ||| ||| 0.333333 0.333333
-the principle of [X][X] [X] ||| des Grundsatzes der [X][X] [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the principle of relative stability [X] ||| des Grundsatzes der relativen Stabilität [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the principle of relative [X] ||| des Grundsatzes der relativen [X] ||| 1 ||| ||| 0.166667 0.166667
-Parliament 's [X] ||| des Parlaments [X] ||| 1 ||| ||| 1 1
-expressing Parliament 's [X] ||| des Parlaments zum [X] ||| 1 ||| ||| 0.5 0.5
-the condemned person [X] ||| des Verurteilten [X] ||| 1 ||| ||| 0.5 0.5
-of [X] ||| des [X] ||| 1 ||| ||| 4 1
-of the [X] ||| des [X] ||| 1 ||| ||| 4 1
-the [X] ||| des [X] ||| 1 ||| ||| 4 2
-the [X][X] stability [X] ||| des [X][X] Stabilität [X] ||| 1 ||| ||| 0.0909091 0.0909091
-of the [X][X] , [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.142857
-of the [X][X] , a [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.111111
-of the [X][X] [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.990079
-of the [X][X] a [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.111111
-of the [X][X] a date [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.111111
-of the [X][X] been [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.125
-of the [X][X] been set [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.125
-of the [X][X] date [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.111111
-of the [X][X] date has [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.125
-of the [X][X] has [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.125
-of the [X][X] has been [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.125
-of the [X][X] set [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 0.125
-the [X][X] [X] ||| des [X][X] [X] ||| 1 ||| ||| 3.41829 1.09091
-the [X][X] relative stability [X] ||| des [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the [X][X] relative [X] ||| des [X][X] relativen [X] ||| 1 ||| ||| 0.166667 0.166667
-of last [X] ||| des vergangenen [X] ||| 1 ||| ||| 1 1
-it clear [X] ||| deutlich [X] ||| 1 ||| ||| 1 1
-made it clear that [X] ||| deutlich gemacht hat , daß [X] ||| 1 ||| ||| 0.333333 0.333333
-made it clear that [X][X] [X] ||| deutlich gemacht hat , daß [X][X] [X] ||| 1 ||| ||| 0.251166 0.251166
-made it clear [X] ||| deutlich gemacht hat [X] ||| 1 ||| ||| 0.5 0.5
-made it clear [X][X] , [X] ||| deutlich gemacht hat [X][X] [X] ||| 1 ||| ||| 0.328089 0.0769231
-made it clear [X][X] [X] ||| deutlich gemacht hat [X][X] [X] ||| 1 ||| ||| 0.328089 0.251166
-made it clear [X][X] access [X] ||| deutlich gemacht hat [X][X] der Zugang [X] ||| 1 ||| ||| 0.0909091 0.0909091
-the execution [X] ||| die Hinrichtung [X] ||| 1 ||| ||| 1 1
-the execution [X][X] [X] ||| die Hinrichtung [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-the execution of a [X] ||| die Hinrichtung eines [X] ||| 1 ||| ||| 0.25 0.25
-you [X] ||| die Sie [X] ||| 1 ||| ||| 1 1
-you [X][X] Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0357144 0.0119048
-you [X][X] the Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0357144 0.0119048
-you [X][X] to the Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0357144 0.0119048
-you [X][X] President [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.037037 0.037037
-you [X][X] President [X][X] Governor [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0119048 0.0119048
-you [X][X] President [X][X] [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0617067 0.0455777
-you [X][X] President [X][X] the [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0617067 0.016129
-you [X][X] President and [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0407997 0.0232558
-you [X][X] President and to [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0407997 0.0175439
-you [X][X] President and [X][X] [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.0119048 0.0119048
-you [X][X] [X] ||| die Sie [X][X] [X] ||| 1 ||| ||| 0.597339 0.547537
-you [X][X] the [X] ||| die Sie [X][X] [X] ||| 1 ||| ||| 0.597339 0.016129
-you [X][X] to [X] ||| die Sie [X][X] [X] ||| 1 ||| ||| 0.597339 0.0175439
-you [X][X] to the [X] ||| die Sie [X][X] [X] ||| 1 ||| ||| 0.597339 0.016129
-you [X][X] to [X][X] [X] ||| die Sie [X][X] [X][X] [X] ||| 1 ||| ||| 0.0119048 0.0119048
-you [X][X] to [X] ||| die Sie [X][X] bei [X] ||| 1 ||| ||| 0.125 0.125
-you [X][X] to [X][X] Governor [X] ||| die Sie [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0119048 0.0119048
-you [X][X] to [X][X] [X] ||| die Sie [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.139544 0.105871
-you [X][X] to [X][X] the [X] ||| die Sie [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.139544 0.016129
-you [X][X] to [X][X] to [X] ||| die Sie [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.139544 0.0175439
-you [X][X] to [X][X] and [X] ||| die Sie [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0232558 0.0232558
-you [X][X] to the President [X] ||| die Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.037037 0.037037
-you [X][X] to the [X] ||| die Sie [X][X] bei dem [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you [X][X] to the [X][X] [X] ||| die Sie [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.0688335 0.0688335
-you [X][X] the President [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.037037 0.037037
-you [X][X] the President [X][X] [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0455777 0.0455777
-you [X][X] the President and [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0232558 0.0232558
-you [X][X] the [X] ||| die Sie [X][X] dem [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you [X][X] the [X][X] Governor [X] ||| die Sie [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0119048 0.0119048
-you [X][X] the [X][X] [X] ||| die Sie [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.102506 0.0688335
-you [X][X] the [X][X] the [X] ||| die Sie [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.102506 0.016129
-you [X][X] the [X][X] to [X] ||| die Sie [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.102506 0.0175439
-you [X][X] and [X] ||| die Sie [X][X] und [X] ||| 1 ||| ||| 0.0569287 0.0232558
-you [X][X] and to [X] ||| die Sie [X][X] und [X] ||| 1 ||| ||| 0.0569287 0.0175439
-you [X][X] and to the [X] ||| die Sie [X][X] und [X] ||| 1 ||| ||| 0.0569287 0.016129
-you [X][X] and [X][X] [X] ||| die Sie [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0238096 0.0119048
-you [X][X] and to [X][X] [X] ||| die Sie [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0238096 0.0119048
-you represent , [X] ||| die Sie vertreten , [X] ||| 1 ||| ||| 0.25 0.25
-you represent , [X][X] Governor [X] ||| die Sie vertreten , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0119048 0.0119048
-you represent , [X][X] President [X] ||| die Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.037037 0.037037
-you represent , [X][X] [X] ||| die Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.20621 0.172537
-you represent , [X][X] the [X] ||| die Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.20621 0.016129
-you represent , [X][X] to [X] ||| die Sie vertreten , [X][X] [X] ||| 1 ||| ||| 0.20621 0.0175439
-you represent , [X][X] and [X] ||| die Sie vertreten , [X][X] und [X] ||| 1 ||| ||| 0.0232558 0.0232558
-you represent , to [X] ||| die Sie vertreten , bei [X] ||| 1 ||| ||| 0.125 0.125
-you represent , to [X][X] [X] ||| die Sie vertreten , bei [X][X] [X] ||| 1 ||| ||| 0.105871 0.105871
-you represent , to the [X] ||| die Sie vertreten , bei dem [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you represent [X] ||| die Sie vertreten [X] ||| 1 ||| ||| 1 1
-you represent [X][X] Governor [X] ||| die Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0238096 0.0119048
-you represent [X][X] the Governor [X] ||| die Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0238096 0.0119048
-you represent [X][X] President [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.037037 0.037037
-you represent [X][X] President [X][X] [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0455777 0.0455777
-you represent [X][X] President and [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0232558 0.0232558
-you represent [X][X] [X] ||| die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.347339 0.297537
-you represent [X][X] the [X] ||| die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.347339 0.016129
-you represent [X][X] to [X] ||| die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.347339 0.0175439
-you represent [X][X] to the [X] ||| die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.347339 0.016129
-you represent [X][X] to [X][X] [X] ||| die Sie vertreten [X][X] [X][X] [X] ||| 1 ||| ||| 0.0119048 0.0119048
-you represent [X][X] the President [X] ||| die Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.037037 0.037037
-you represent [X][X] the [X] ||| die Sie vertreten [X][X] dem [X] ||| 1 ||| ||| 0.0666667 0.0666667
-you represent [X][X] the [X][X] [X] ||| die Sie vertreten [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.0688335 0.0688335
-you represent [X][X] and [X] ||| die Sie vertreten [X][X] und [X] ||| 1 ||| ||| 0.0407997 0.0232558
-you represent [X][X] and to [X] ||| die Sie vertreten [X][X] und [X] ||| 1 ||| ||| 0.0407997 0.0175439
-you represent [X][X] and [X][X] [X] ||| die Sie vertreten [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0119048 0.0119048
-the [X] ||| die [X] ||| 1 ||| ||| 4 1
-which [X] ||| die [X] ||| 1 ||| ||| 4 3
-[X][X] , [X] ||| die [X][X] , [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] , [X][X] Governor [X] ||| die [X][X] , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0238096 0.0119048
-[X][X] , [X][X] the Governor [X] ||| die [X][X] , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0238096 0.0119048
-[X][X] , [X][X] President [X] ||| die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] , [X][X] President and [X] ||| die [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0232558 0.0232558
-[X][X] , [X][X] [X] ||| die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.222339 0.172537
-[X][X] , [X][X] the [X] ||| die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.222339 0.016129
-[X][X] , [X][X] to [X] ||| die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.222339 0.0175439
-[X][X] , [X][X] to the [X] ||| die [X][X] , [X][X] [X] ||| 1 ||| ||| 0.222339 0.016129
-[X][X] , [X][X] and [X] ||| die [X][X] , [X][X] und [X] ||| 1 ||| ||| 0.0407997 0.0232558
-[X][X] , [X][X] and to [X] ||| die [X][X] , [X][X] und [X] ||| 1 ||| ||| 0.0407997 0.0175439
-[X][X] , to [X] ||| die [X][X] , bei [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , to [X][X] Governor [X] ||| die [X][X] , bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0119048 0.0119048
-[X][X] , to [X][X] [X] ||| die [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.139544 0.105871
-[X][X] , to [X][X] the [X] ||| die [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.139544 0.016129
-[X][X] , to [X][X] to [X] ||| die [X][X] , bei [X][X] [X] ||| 1 ||| ||| 0.139544 0.0175439
-[X][X] , to [X][X] and [X] ||| die [X][X] , bei [X][X] und [X] ||| 1 ||| ||| 0.0232558 0.0232558
-[X][X] , to the President [X] ||| die [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] , to the [X] ||| die [X][X] , bei dem [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] , to the [X][X] [X] ||| die [X][X] , bei dem [X][X] [X] ||| 1 ||| ||| 0.0688335 0.0688335
-[X][X] . [X] ||| die [X][X] . [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] Governor [X] ||| die [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0357144 0.0119048
-[X][X] the Governor [X] ||| die [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0357144 0.0119048
-[X][X] to the Governor [X] ||| die [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0357144 0.0119048
-[X][X] President [X] ||| die [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] President [X][X] Governor [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0238096 0.0119048
-[X][X] President [X][X] the Governor [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0238096 0.0119048
-[X][X] President [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0617067 0.0455777
-[X][X] President [X][X] the [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0617067 0.016129
-[X][X] President and [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0569287 0.0232558
-[X][X] President and to [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0569287 0.0175439
-[X][X] President and to the [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0569287 0.016129
-[X][X] President and [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.0238096 0.0119048
-[X][X] President and to [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.0238096 0.0119048
-the [X][X] [X] ||| die [X][X] [X] ||| 1 ||| ||| 1.03333 0.25
-which [X][X] [X] ||| die [X][X] [X] ||| 1 ||| ||| 1.03333 0.783333
-[X][X] has [X][X] . [X] ||| die [X][X] [X][X] . [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] to [X] ||| die [X][X] bei [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] to [X][X] Governor [X] ||| die [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0238096 0.0119048
-[X][X] to [X][X] the Governor [X] ||| die [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0238096 0.0119048
-[X][X] to [X][X] [X] ||| die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.155673 0.105871
-[X][X] to [X][X] the [X] ||| die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.155673 0.016129
-[X][X] to [X][X] to [X] ||| die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.155673 0.0175439
-[X][X] to [X][X] to the [X] ||| die [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.155673 0.016129
-[X][X] to [X][X] and [X] ||| die [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0407997 0.0232558
-[X][X] to [X][X] and to [X] ||| die [X][X] bei [X][X] und [X] ||| 1 ||| ||| 0.0407997 0.0175439
-[X][X] to the President [X] ||| die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] to the President [X][X] [X] ||| die [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0455777 0.0455777
-[X][X] to the President and [X] ||| die [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0232558 0.0232558
-[X][X] to the [X] ||| die [X][X] bei dem [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] to the [X][X] Governor [X] ||| die [X][X] bei dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0119048 0.0119048
-[X][X] to the [X][X] [X] ||| die [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.102506 0.0688335
-[X][X] to the [X][X] the [X] ||| die [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.102506 0.016129
-[X][X] to the [X][X] to [X] ||| die [X][X] bei dem [X][X] [X] ||| 1 ||| ||| 0.102506 0.0175439
-[X][X] the President [X] ||| die [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] the President [X][X] Governor [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0119048 0.0119048
-[X][X] the President [X][X] [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0617067 0.0455777
-[X][X] the President [X][X] the [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.0617067 0.016129
-[X][X] the President and [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0407997 0.0232558
-[X][X] the President and to [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0407997 0.0175439
-[X][X] the President and [X][X] [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.0119048 0.0119048
-[X][X] the [X] ||| die [X][X] dem [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] the [X][X] Governor [X] ||| die [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0238096 0.0119048
-[X][X] the [X][X] the Governor [X] ||| die [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0238096 0.0119048
-[X][X] the [X][X] [X] ||| die [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.118635 0.0688335
-[X][X] the [X][X] the [X] ||| die [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.118635 0.016129
-[X][X] the [X][X] to [X] ||| die [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.118635 0.0175439
-[X][X] the [X][X] to the [X] ||| die [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.118635 0.016129
-[X][X] always [X] ||| die [X][X] immer [X] ||| 1 ||| ||| 0.333334 0.166667
-[X][X] has always [X] ||| die [X][X] immer [X] ||| 1 ||| ||| 0.333334 0.166667
-[X][X] always [X][X] [X] ||| die [X][X] immer [X][X] [X] ||| 1 ||| ||| 0.1 0.05
-[X][X] has always [X][X] [X] ||| die [X][X] immer [X][X] [X] ||| 1 ||| ||| 0.1 0.05
-[X][X] always adopted . [X] ||| die [X][X] immer vertreten haben . [X] ||| 1 ||| ||| 0.1 0.05
-[X][X] has always adopted . [X] ||| die [X][X] immer vertreten haben . [X] ||| 1 ||| ||| 0.1 0.05
-[X][X] always adopted [X] ||| die [X][X] immer vertreten haben [X] ||| 1 ||| ||| 0.2 0.1
-[X][X] has always adopted [X] ||| die [X][X] immer vertreten haben [X] ||| 1 ||| ||| 0.2 0.1
-which [X][X] annually [X] ||| die [X][X] jährlich [X] ||| 1 ||| ||| 0.25 0.25
-which fail to meet [X][X] [X] ||| die [X][X] nicht erfüllen , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] and to the Governor [X] ||| die [X][X] und Gouverneur [X] ||| 1 ||| ||| 0.0119048 0.0119048
-[X][X] and [X] ||| die [X][X] und [X] ||| 1 ||| ||| 0.0569287 0.0232558
-[X][X] and to [X] ||| die [X][X] und [X] ||| 1 ||| ||| 0.0569287 0.0175439
-[X][X] and to the [X] ||| die [X][X] und [X] ||| 1 ||| ||| 0.0569287 0.016129
-[X][X] and [X][X] [X] ||| die [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0238096 0.0119048
-[X][X] and to [X][X] [X] ||| die [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0238096 0.0119048
-[X][X] adopted . [X] ||| die [X][X] vertreten haben . [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] adopted [X] ||| die [X][X] vertreten haben [X] ||| 1 ||| ||| 0.1 0.1
-this year ' s first [X] ||| die erste diesjährige [X] ||| 1 ||| ||| 1 1
-which I [X] ||| die ich [X] ||| 1 ||| ||| 1 1
-which [X][X] their fleet [X][X] [X] ||| die ihr Soll [X][X] [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-which [X][X] their [X][X] [X] ||| die ihr [X][X] [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-which [X][X] their [X][X] annually [X] ||| die ihr [X][X] [X][X] jährlich [X] ||| 1 ||| ||| 0.25 0.25
-which fail [X][X] their [X][X] [X] ||| die ihr [X][X] nicht [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-which [X] ||| die von [X] ||| 1 ||| ||| 1 1
-which [X][X] [X] ||| die von [X][X] [X] ||| 1 ||| ||| 0.333333 0.333333
-which many [X] ||| die von vielen [X] ||| 1 ||| ||| 1.33333 1
-which many people [X] ||| die von vielen [X] ||| 1 ||| ||| 1.33333 0.333333
-this House [X] ||| die wir als Parlament [X] ||| 1 ||| ||| 2 1
-this House has [X] ||| die wir als Parlament [X] ||| 1 ||| ||| 2 1
-this House [X][X] . [X] ||| die wir als Parlament [X][X] . [X] ||| 1 ||| ||| 0.1 0.05
-this House has [X][X] . [X] ||| die wir als Parlament [X][X] . [X] ||| 1 ||| ||| 0.1 0.05
-this House [X][X] [X] ||| die wir als Parlament [X][X] [X] ||| 1 ||| ||| 0.466667 0.316667
-this House has [X][X] [X] ||| die wir als Parlament [X][X] [X] ||| 1 ||| ||| 0.466667 0.15
-this House [X][X] adopted . [X] ||| die wir als Parlament [X][X] vertreten haben . [X] ||| 1 ||| ||| 0.05 0.05
-this House [X][X] adopted [X] ||| die wir als Parlament [X][X] vertreten haben [X] ||| 1 ||| ||| 0.1 0.1
-this House has always [X] ||| die wir als Parlament immer [X] ||| 1 ||| ||| 0.166667 0.166667
-this House has always [X][X] [X] ||| die wir als Parlament immer [X][X] [X] ||| 1 ||| ||| 0.05 0.05
-this House has always adopted [X] ||| die wir als Parlament immer vertreten haben [X] ||| 1 ||| ||| 0.1 0.1
-this [X] ||| dies [X] ||| 1 ||| ||| 2 2
-this question [X] ||| diese Frage [X] ||| 1 ||| ||| 1 1
-raise this question , [X] ||| diese Frage ansprechen , [X] ||| 1 ||| ||| 0.333333 0.333333
-raise this question , [X][X] [X] ||| diese Frage ansprechen , [X][X] [X] ||| 1 ||| ||| 0.23254 0.23254
-raise this question , i.e. [X] ||| diese Frage ansprechen , d. h. [X] ||| 1 ||| ||| 0.2 0.2
-raise this question [X] ||| diese Frage ansprechen [X] ||| 1 ||| ||| 0.5 0.5
-raise this question [X][X] [X] ||| diese Frage ansprechen [X][X] [X] ||| 1 ||| ||| 0.43254 0.43254
-raise this question [X][X] on [X] ||| diese Frage ansprechen [X][X] am [X] ||| 1 ||| ||| 0.111111 0.111111
-raise this question [X][X] to [X] ||| diese Frage ansprechen [X][X] zu [X] ||| 1 ||| ||| 0.05 0.05
-this [X] ||| diese [X] ||| 1 ||| ||| 1 1
-[X][X] of a [X] ||| dieser Woche [X][X] eines [X] ||| 1 ||| ||| 0.166667 0.166667
-the execution [X] ||| dieser Woche die Hinrichtung [X] ||| 1 ||| ||| 1 1
-the execution [X][X] [X] ||| dieser Woche die Hinrichtung [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-the execution of a [X] ||| dieser Woche die Hinrichtung eines [X] ||| 1 ||| ||| 0.166667 0.166667
-the [X] ||| dieser Woche die [X] ||| 1 ||| ||| 1 1
-the [X][X] [X] ||| dieser Woche die [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-a [X] ||| dieser [X] ||| 1 ||| ||| 1 1
-a [X][X] situation [X] ||| dieser [X][X] Situation [X] ||| 1 ||| ||| 0.166667 0.166667
-a [X][X] [X] ||| dieser [X][X] [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] of a [X] ||| dieser [X][X] eines [X] ||| 1 ||| ||| 0.166667 0.166667
-a very [X] ||| dieser sehr [X] ||| 1 ||| ||| 1 1
-a very [X][X] [X] ||| dieser sehr [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-a very difficult situation [X] ||| dieser sehr schwierigen Situation [X] ||| 1 ||| ||| 0.166667 0.166667
-a very difficult [X] ||| dieser sehr schwierigen [X] ||| 1 ||| ||| 0.333333 0.333333
-this Parliament [X] ||| dieses Parlament [X] ||| 1 ||| ||| 1 1
-this Parliament [X][X] . [X] ||| dieses Parlament [X][X] . [X] ||| 1 ||| ||| 0.125 0.0625
-this Parliament [X][X] interest . [X] ||| dieses Parlament [X][X] . [X] ||| 1 ||| ||| 0.125 0.0625
-this Parliament [X][X] [X] ||| dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.724116 0.431187
-this Parliament [X][X] an [X] ||| dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.724116 0.111111
-this Parliament [X][X] an interest [X] ||| dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.724116 0.0909091
-this Parliament [X][X] interest [X] ||| dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.724116 0.0909091
-this Parliament [X][X] an [X][X] [X] ||| dieses Parlament [X][X] [X][X] [X] ||| 1 ||| ||| 0.0625 0.0625
-this Parliament has [X][X] . [X] ||| dieses Parlament [X][X] hat . [X] ||| 1 ||| ||| 0.0625 0.0625
-this Parliament has [X][X] [X] ||| dieses Parlament [X][X] hat [X] ||| 1 ||| ||| 0.570707 0.368687
-this Parliament has [X][X] an [X] ||| dieses Parlament [X][X] hat [X] ||| 1 ||| ||| 0.570707 0.111111
-this Parliament has [X][X] interest [X] ||| dieses Parlament [X][X] hat [X] ||| 1 ||| ||| 0.570707 0.0909091
-this Parliament has consistently shown [X] ||| dieses Parlament immer wieder befaßt hat [X] ||| 1 ||| ||| 0.166667 0.166667
-this [X] ||| dieses [X] ||| 1 ||| ||| 1 1
-this [X][X] . [X] ||| dieses [X][X] . [X] ||| 1 ||| ||| 0.1875 0.0625
-this [X][X] an interest . [X] ||| dieses [X][X] . [X] ||| 1 ||| ||| 0.1875 0.0625
-this [X][X] interest . [X] ||| dieses [X][X] . [X] ||| 1 ||| ||| 0.1875 0.0625
-this [X][X] [X] ||| dieses [X][X] [X] ||| 1 ||| ||| 0.724116 0.431187
-this [X][X] an [X] ||| dieses [X][X] [X] ||| 1 ||| ||| 0.724116 0.111111
-this [X][X] an interest [X] ||| dieses [X][X] [X] ||| 1 ||| ||| 0.724116 0.0909091
-this [X][X] interest [X] ||| dieses [X][X] [X] ||| 1 ||| ||| 0.724116 0.0909091
-this [X][X] an [X][X] [X] ||| dieses [X][X] [X][X] [X] ||| 1 ||| ||| 0.0625 0.0625
-entirely [X] ||| durchaus [X] ||| 1 ||| ||| 1 1
-would be entirely appropriate . [X] ||| durchaus angebracht ist . [X] ||| 1 ||| ||| 0.5 0.5
-suggested would be entirely appropriate [X] ||| durchaus angebracht ist [X] ||| 1 ||| ||| 2 1
-would be entirely appropriate [X] ||| durchaus angebracht ist [X] ||| 1 ||| ||| 2 1
-something [X] ||| ein Dokument [X] ||| 1 ||| ||| 1 1
-a proposal to subvert it [X] ||| ein Vorschlag , diesen zu unterlaufen , [X] ||| 1 ||| ||| 0.166667 0.166667
-a proposal to subvert it [X] ||| ein Vorschlag , diesen zu unterlaufen [X] ||| 1 ||| ||| 0.25 0.25
-a proposal [X] ||| ein Vorschlag [X] ||| 1 ||| ||| 1 1
-a proposal [X][X] [X] ||| ein Vorschlag [X][X] , [X] ||| 1 ||| ||| 0.166667 0.166667
-a proposal [X][X] [X] ||| ein Vorschlag [X][X] [X] ||| 1 ||| ||| 0.5 0.5
-a [X] ||| ein [X] ||| 1 ||| ||| 3 2
-something [X] ||| ein [X] ||| 1 ||| ||| 3 1
-a [X][X] [X] ||| ein [X][X] , [X] ||| 1 ||| ||| 0.166667 0.166667
-a [X][X] would be [X][X] [X] ||| ein [X][X] , [X][X] wäre [X] ||| 1 ||| ||| 0.0833333 0.0833333
-a [X][X] [X] ||| ein [X][X] [X] ||| 1 ||| ||| 0.5 0.5
-a [X][X] would be [X][X] [X] ||| ein [X][X] [X][X] wäre [X] ||| 1 ||| ||| 0.166667 0.166667
-a legal [X] ||| ein juristischer [X] ||| 1 ||| ||| 1 1
-something that [X] ||| eine Angelegenheit , die [X] ||| 1 ||| ||| 1.5 1
-to something that [X] ||| eine Angelegenheit , die [X] ||| 1 ||| ||| 1.5 0.5
-something [X] ||| eine Angelegenheit [X] ||| 1 ||| ||| 2 1
-to something [X] ||| eine Angelegenheit [X] ||| 1 ||| ||| 2 1
-advice [X] ||| eine Auskunft [X] ||| 1 ||| ||| 1 1
-advice [X][X] 143 [X] ||| eine Auskunft [X][X] 143 [X] ||| 1 ||| ||| 0.125 0.125
-advice [X][X] 143 concerning [X] ||| eine Auskunft [X][X] 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-advice [X][X] [X] ||| eine Auskunft [X][X] [X] ||| 1 ||| ||| 0.441667 0.441667
-advice [X][X] concerning [X] ||| eine Auskunft [X][X] im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-advice about Rule 143 [X] ||| eine Auskunft zu Artikel 143 [X] ||| 1 ||| ||| 0.125 0.125
-advice about Rule 143 concerning [X] ||| eine Auskunft zu Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-advice about Rule [X] ||| eine Auskunft zu Artikel [X] ||| 1 ||| ||| 0.25 0.25
-advice about Rule [X][X] [X] ||| eine Auskunft zu Artikel [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-advice about [X] ||| eine Auskunft zu [X] ||| 1 ||| ||| 1 1
-advice about [X][X] [X] ||| eine Auskunft zu [X][X] [X] ||| 1 ||| ||| 0.191667 0.191667
-advice about [X][X] concerning [X] ||| eine Auskunft zu [X][X] im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-a petition [X] ||| eine Petition [X] ||| 1 ||| ||| 1 1
-a [X] ||| eine [X] ||| 1 ||| ||| 2 1
-an [X] ||| eine [X] ||| 1 ||| ||| 2 1
-[X][X] 143 [X] ||| eine [X][X] 143 [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] 143 concerning [X] ||| eine [X][X] 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] Rule 143 [X] ||| eine [X][X] Artikel 143 [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Rule 143 concerning [X] ||| eine [X][X] Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] Rule [X] ||| eine [X][X] Artikel [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] Rule [X][X] [X] ||| eine [X][X] Artikel [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-an initiative [X][X] [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.690079
-an initiative [X][X] have [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.125
-an initiative [X][X] have just [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.111111
-an initiative [X][X] just [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.111111
-an initiative [X][X] just suggested [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.111111
-an initiative [X][X] suggested [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.111111
-an initiative [X][X] you [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.142857
-an initiative [X][X] you have [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.125
-an initiative of [X][X] [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.690079
-an initiative of [X][X] have [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.125
-an initiative of [X][X] just [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.111111
-an initiative of [X][X] suggested [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.111111
-an initiative of [X][X] you [X] ||| eine [X][X] Initiative [X] ||| 1 ||| ||| 2.70754 0.142857
-an [X][X] [X] ||| eine [X][X] [X] ||| 1 ||| ||| 1.7496 0.690079
-an [X][X] have [X] ||| eine [X][X] [X] ||| 1 ||| ||| 1.7496 0.125
-an [X][X] have just [X] ||| eine [X][X] [X] ||| 1 ||| ||| 1.7496 0.111111
-an [X][X] have just suggested [X] ||| eine [X][X] [X] ||| 1 ||| ||| 1.7496 0.111111
-an [X][X] just [X] ||| eine [X][X] [X] ||| 1 ||| ||| 1.7496 0.111111
-an [X][X] just suggested [X] ||| eine [X][X] [X] ||| 1 ||| ||| 1.7496 0.111111
-an [X][X] suggested [X] ||| eine [X][X] [X] ||| 1 ||| ||| 1.7496 0.111111
-an [X][X] you [X] ||| eine [X][X] [X] ||| 1 ||| ||| 1.7496 0.142857
-an [X][X] you have [X] ||| eine [X][X] [X] ||| 1 ||| ||| 1.7496 0.125
-an [X][X] you have just [X] ||| eine [X][X] [X] ||| 1 ||| ||| 1.7496 0.111111
-[X][X] concerning [X] ||| eine [X][X] im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-an initiative of the type [X] ||| eine derartige Initiative [X] ||| 1 ||| ||| 0.2 0.2
-an [X][X] the type [X] ||| eine derartige [X][X] [X] ||| 1 ||| ||| 0.342857 0.2
-an [X][X] the type you [X] ||| eine derartige [X][X] [X] ||| 1 ||| ||| 0.342857 0.142857
-write a letter [X] ||| einem Schreiben [X] ||| 1 ||| ||| 2 1
-write a letter to [X] ||| einem Schreiben [X] ||| 1 ||| ||| 2 1
-write a letter [X][X] [X] ||| einem Schreiben [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-write a letter to the [X] ||| einem Schreiben das [X] ||| 1 ||| ||| 0.25 0.25
-a [X] ||| einem [X] ||| 1 ||| ||| 1 1
-a report [X] ||| einen Bericht [X] ||| 1 ||| ||| 1 1
-a report [X][X] legislative proposal [X] ||| einen Bericht [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.0833333 0.0833333
-a report [X][X] [X] ||| einen Bericht [X][X] [X] ||| 1 ||| ||| 0.208333 0.208333
-a report , [X] ||| einen Bericht und [X] ||| 1 ||| ||| 0.333333 0.333333
-a report , [X][X] [X] ||| einen Bericht und [X][X] [X] ||| 1 ||| ||| 0.208333 0.208333
-a report , not a [X] ||| einen Bericht und keinen [X] ||| 1 ||| ||| 0.125 0.125
-visited [X] ||| einen Besuch [X] ||| 1 ||| ||| 1 1
-visited [X] ||| einen Besuch abgestattet [X] ||| 1 ||| ||| 1 1
-had visited [X] ||| einen Besuch abgestattet hatte [X] ||| 1 ||| ||| 1 1
-an objection [X] ||| einen Einwand gegen [X] ||| 1 ||| ||| 1.5 1
-raise an objection [X] ||| einen Einwand gegen [X] ||| 1 ||| ||| 1.5 0.5
-a case [X] ||| einen Fall [X] ||| 1 ||| ||| 1 1
-a [X] ||| einen [X] ||| 1 ||| ||| 6 3
-an [X] ||| einen [X] ||| 1 ||| ||| 6 1
-is a [X] ||| einen [X] ||| 1 ||| ||| 6 1
-raise an [X] ||| einen [X] ||| 1 ||| ||| 6 1
-a [X][X] fisheries policy [X] ||| einen [X][X] Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.122222 0.0666667
-is a [X][X] fisheries policy [X] ||| einen [X][X] Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.122222 0.0555556
-a [X][X] fisheries policy and [X] ||| einen [X][X] Fischereipolitik darstellt und [X] ||| 1 ||| ||| 0.05 0.05
-a [X][X] legislative proposal [X] ||| einen [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.0833333 0.0833333
-a [X][X] [X] ||| einen [X][X] [X] ||| 1 ||| ||| 1.49408 1.13333
-is a [X][X] [X] ||| einen [X][X] [X] ||| 1 ||| ||| 1.49408 0.36075
-a [X][X] of the [X] ||| einen [X][X] der [X] ||| 1 ||| ||| 0.215909 0.125
-is a [X][X] of the [X] ||| einen [X][X] der [X] ||| 1 ||| ||| 0.215909 0.0909091
-a [X][X] of the [X][X] [X] ||| einen [X][X] der [X][X] [X] ||| 1 ||| ||| 0.116667 0.116667
-a [X][X] of the common [X] ||| einen [X][X] der gemeinsamen [X] ||| 1 ||| ||| 0.1 0.1
-a [X][X] common fisheries policy [X] ||| einen [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-a [X][X] common [X] ||| einen [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.171429 0.1
-is a [X][X] common [X] ||| einen [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.171429 0.0714286
-a [X][X] common [X][X] [X] ||| einen [X][X] gemeinsamen [X][X] [X] ||| 1 ||| ||| 0.172223 0.116667
-is a [X][X] common [X][X] [X] ||| einen [X][X] gemeinsamen [X][X] [X] ||| 1 ||| ||| 0.172223 0.0555556
-a [X][X] common [X][X] and [X] ||| einen [X][X] gemeinsamen [X][X] und [X] ||| 1 ||| ||| 0.05 0.05
-a [X][X] not a [X] ||| einen [X][X] keinen [X] ||| 1 ||| ||| 0.125 0.125
-a [X][X] not a [X][X] [X] ||| einen [X][X] keinen [X][X] [X] ||| 1 ||| ||| 0.0833333 0.0833333
-a [X][X] and [X] ||| einen [X][X] und [X] ||| 1 ||| ||| 0.05 0.05
-a fundamental legal principle [X] ||| einen elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.392857 0.25
-is a fundamental legal principle [X] ||| einen elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.392857 0.142857
-a fundamental legal principle [X][X] [X] ||| einen elementaren Rechtsgrundsatz [X][X] [X] ||| 1 ||| ||| 0.341667 0.341667
-a fundamental [X] ||| einen elementaren [X] ||| 1 ||| ||| 1.5 1
-is a fundamental [X] ||| einen elementaren [X] ||| 1 ||| ||| 1.5 0.5
-a fundamental [X][X] fisheries policy [X] ||| einen elementaren [X][X] Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-a fundamental [X][X] [X] ||| einen elementaren [X][X] [X] ||| 1 ||| ||| 0.952417 0.591667
-is a fundamental [X][X] [X] ||| einen elementaren [X][X] [X] ||| 1 ||| ||| 0.952417 0.36075
-a fundamental [X][X] of the [X] ||| einen elementaren [X][X] der [X] ||| 1 ||| ||| 0.125 0.125
-a fundamental [X][X] common [X] ||| einen elementaren [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.171429 0.1
-is a fundamental [X][X] common [X] ||| einen elementaren [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.171429 0.0714286
-a fundamental [X][X] common [X][X] [X] ||| einen elementaren [X][X] gemeinsamen [X][X] [X] ||| 1 ||| ||| 0.116667 0.116667
-a fundamental [X][X] and [X] ||| einen elementaren [X][X] und [X] ||| 1 ||| ||| 0.05 0.05
-a form of quota penalties [X] ||| einer Art Quotenstrafe belegt [X] ||| 1 ||| ||| 0.142857 0.142857
-a form [X] ||| einer Art [X] ||| 1 ||| ||| 1.5 1
-a form of [X] ||| einer Art [X] ||| 1 ||| ||| 1.5 0.5
-a form [X][X] [X] ||| einer Art [X][X] [X] ||| 1 ||| ||| 0.467532 0.233766
-a form of [X][X] [X] ||| einer Art [X][X] [X] ||| 1 ||| ||| 0.467532 0.233766
-a form [X][X] should be [X] ||| einer Art [X][X] werden sollen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-a debate [X] ||| einer Aussprache [X] ||| 1 ||| ||| 1 1
-a debate on [X] ||| einer Aussprache im [X] ||| 1 ||| ||| 0.333333 0.333333
-a minute ' s silence [X] ||| einer Schweigeminute . [X] ||| 1 ||| ||| 0.5 0.5
-a [X] ||| einer [X] ||| 1 ||| ||| 5 5
-a [X][X] ) [X] ||| einer [X][X] ) [X] ||| 1 ||| ||| 0.333333 0.333333
-a [X][X] quota penalties [X] ||| einer [X][X] Quotenstrafe belegt [X] ||| 1 ||| ||| 0.142857 0.142857
-a [X][X] quota penalties [X][X] [X] ||| einer [X][X] Quotenstrafe belegt [X][X] [X] ||| 1 ||| ||| 0.0909091 0.0909091
-a [X][X] situation [X] ||| einer [X][X] Situation [X] ||| 1 ||| ||| 0.04 0.04
-a [X][X] [X] ||| einer [X][X] [X] ||| 1 ||| ||| 2.48302 2.48302
-a [X][X] a [X] ||| einer [X][X] dieser [X] ||| 1 ||| ||| 0.142857 0.142857
-a [X][X] a [X][X] situation [X] ||| einer [X][X] dieser [X][X] Situation [X] ||| 1 ||| ||| 0.04 0.04
-a [X][X] a [X][X] [X] ||| einer [X][X] dieser [X][X] [X] ||| 1 ||| ||| 0.0988235 0.0988235
-a [X][X] a very [X] ||| einer [X][X] dieser sehr [X] ||| 1 ||| ||| 0.0909091 0.0909091
-a [X][X] a very [X][X] [X] ||| einer [X][X] dieser sehr [X][X] [X] ||| 1 ||| ||| 0.04 0.04
-a [X][X] a very difficult [X] ||| einer [X][X] dieser sehr schwierigen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-a [X][X] difficult situation [X] ||| einer [X][X] schwierigen Situation [X] ||| 1 ||| ||| 0.04 0.04
-a [X][X] difficult [X] ||| einer [X][X] schwierigen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-a [X][X] very [X] ||| einer [X][X] sehr [X] ||| 1 ||| ||| 0.0909091 0.0909091
-a [X][X] very [X][X] [X] ||| einer [X][X] sehr [X][X] [X] ||| 1 ||| ||| 0.04 0.04
-a [X][X] very difficult situation [X] ||| einer [X][X] sehr schwierigen Situation [X] ||| 1 ||| ||| 0.04 0.04
-a [X][X] very difficult [X] ||| einer [X][X] sehr schwierigen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-a [X][X] should be [X] ||| einer [X][X] werden sollen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-a peaceful reconciliation to [X] ||| einer friedlichen Lösung [X] ||| 1 ||| ||| 0.25 0.25
-a peaceful reconciliation to [X][X] [X] ||| einer friedlichen Lösung [X][X] [X] ||| 1 ||| ||| 0.189733 0.189733
-a peaceful reconciliation to a [X] ||| einer friedlichen Lösung dieser [X] ||| 1 ||| ||| 0.142857 0.142857
-a peaceful [X] ||| einer friedlichen [X] ||| 1 ||| ||| 1 1
-a peaceful [X][X] situation [X] ||| einer friedlichen [X][X] Situation [X] ||| 1 ||| ||| 0.04 0.04
-a peaceful [X][X] [X] ||| einer friedlichen [X][X] [X] ||| 1 ||| ||| 0.58259 0.58259
-a peaceful [X][X] a [X] ||| einer friedlichen [X][X] dieser [X] ||| 1 ||| ||| 0.142857 0.142857
-a peaceful [X][X] a [X][X] [X] ||| einer friedlichen [X][X] dieser [X][X] [X] ||| 1 ||| ||| 0.0988235 0.0988235
-a peaceful [X][X] a very [X] ||| einer friedlichen [X][X] dieser sehr [X] ||| 1 ||| ||| 0.0909091 0.0909091
-a peaceful [X][X] difficult situation [X] ||| einer friedlichen [X][X] schwierigen Situation [X] ||| 1 ||| ||| 0.04 0.04
-a peaceful [X][X] difficult [X] ||| einer friedlichen [X][X] schwierigen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-a peaceful [X][X] very [X] ||| einer friedlichen [X][X] sehr [X] ||| 1 ||| ||| 0.0909091 0.0909091
-a peaceful [X][X] very [X][X] [X] ||| einer friedlichen [X][X] sehr [X][X] [X] ||| 1 ||| ||| 0.04 0.04
-a peaceful [X][X] very difficult [X] ||| einer friedlichen [X][X] sehr schwierigen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-of a [X] ||| eines [X] ||| 1 ||| ||| 2 2
-of a [X][X] , Mr [X] ||| eines [X][X] , Herrn [X] ||| 1 ||| ||| 0.0714286 0.0714286
-of a [X][X] , [X] ||| eines [X][X] , [X] ||| 1 ||| ||| 0.160714 0.160714
-of a [X][X] , [X][X] [X] ||| eines [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0833333 0.0833333
-of a [X][X] Mr Zimeray [X] ||| eines [X][X] Herrn Zimeray [X] ||| 1 ||| ||| 0.047619 0.047619
-of a [X][X] Mr [X] ||| eines [X][X] Herrn [X] ||| 1 ||| ||| 0.0714286 0.0714286
-of a [X][X] Mr [X][X] [X] ||| eines [X][X] Herrn [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-of a [X][X] Zimeray , [X] ||| eines [X][X] Zimeray , [X] ||| 1 ||| ||| 0.0357143 0.0357143
-of a [X][X] Zimeray [X] ||| eines [X][X] Zimeray [X] ||| 1 ||| ||| 0.047619 0.047619
-of a [X][X] [X] ||| eines [X][X] [X] ||| 1 ||| ||| 0.529762 0.529762
-of a French Member , [X] ||| eines französischen Mitglieds , [X] ||| 1 ||| ||| 0.125 0.125
-of a French Member [X] ||| eines französischen Mitglieds [X] ||| 1 ||| ||| 0.25 0.25
-of a French Member [X][X] [X] ||| eines französischen Mitglieds [X][X] [X] ||| 1 ||| ||| 0.154762 0.154762
-of a French [X] ||| eines französischen [X] ||| 1 ||| ||| 0.5 0.5
-of a French [X][X] , [X] ||| eines französischen [X][X] , [X] ||| 1 ||| ||| 0.0357143 0.0357143
-of a French [X][X] Mr [X] ||| eines französischen [X][X] Herrn [X] ||| 1 ||| ||| 0.0714286 0.0714286
-of a French [X][X] Zimeray [X] ||| eines französischen [X][X] Zimeray [X] ||| 1 ||| ||| 0.047619 0.047619
-of a French [X][X] [X] ||| eines französischen [X][X] [X] ||| 1 ||| ||| 0.279762 0.279762
-presented , [X] ||| eingereicht , [X] ||| 1 ||| ||| 1 1
-presented , [X][X] [X] ||| eingereicht , [X][X] [X] ||| 1 ||| ||| 0.267858 0.196429
-presented , [X][X] people [X] ||| eingereicht , [X][X] [X] ||| 1 ||| ||| 0.267858 0.0714286
-presented , which [X] ||| eingereicht , die [X] ||| 1 ||| ||| 0.333333 0.333333
-presented , which [X][X] [X] ||| eingereicht , die [X][X] [X] ||| 1 ||| ||| 0.0714286 0.0714286
-presented , which [X] ||| eingereicht , die von [X] ||| 1 ||| ||| 0.25 0.25
-presented , which [X][X] [X] ||| eingereicht , die von [X][X] [X] ||| 1 ||| ||| 0.0714286 0.0714286
-presented , which many [X] ||| eingereicht , die von vielen [X] ||| 1 ||| ||| 0.196429 0.125
-presented , which many people [X] ||| eingereicht , die von vielen [X] ||| 1 ||| ||| 0.196429 0.0714286
-presented [X] ||| eingereicht [X] ||| 1 ||| ||| 1 1
-presented [X][X] [X] ||| eingereicht [X][X] [X] ||| 1 ||| ||| 0.851191 0.779762
-presented [X][X] people [X] ||| eingereicht [X][X] [X] ||| 1 ||| ||| 0.851191 0.0714286
-presented [X][X] many [X] ||| eingereicht [X][X] vielen [X] ||| 1 ||| ||| 0.196429 0.125
-presented [X][X] many people [X] ||| eingereicht [X][X] vielen [X] ||| 1 ||| ||| 0.196429 0.0714286
-presented [X][X] [X] ||| eingereicht [X][X] von [X] ||| 1 ||| ||| 0.25 0.25
-presented [X][X] many [X] ||| eingereicht [X][X] von vielen [X] ||| 1 ||| ||| 0.196429 0.125
-presented [X][X] many people [X] ||| eingereicht [X][X] von vielen [X] ||| 1 ||| ||| 0.196429 0.0714286
-a number of Members [X] ||| einiger Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.21978 0.142857
-a number of Members have [X] ||| einiger Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.21978 0.0769231
-a number of Members [X] ||| einiger Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.325 0.2
-a number of Members have [X] ||| einiger Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.325 0.125
-a [X] ||| einiger [X] ||| 1 ||| ||| 3 1
-a number [X] ||| einiger [X] ||| 1 ||| ||| 3 1
-a number of [X] ||| einiger [X] ||| 1 ||| ||| 3 1
-a [X][X] [X] ||| einiger [X][X] - [X] ||| 1 ||| ||| 0.670329 0.21978
-a [X][X] have [X] ||| einiger [X][X] - [X] ||| 1 ||| ||| 0.670329 0.0769231
-a number [X][X] [X] ||| einiger [X][X] - [X] ||| 1 ||| ||| 0.670329 0.21978
-a number [X][X] have [X] ||| einiger [X][X] - [X] ||| 1 ||| ||| 0.670329 0.0769231
-a number of [X][X] [X] ||| einiger [X][X] - [X] ||| 1 ||| ||| 0.670329 0.0769231
-a [X][X] [X] ||| einiger [X][X] [X] ||| 1 ||| ||| 1.69533 0.54478
-a [X][X] have [X] ||| einiger [X][X] [X] ||| 1 ||| ||| 1.69533 0.201923
-a number [X][X] [X] ||| einiger [X][X] [X] ||| 1 ||| ||| 1.69533 0.54478
-a number [X][X] have [X] ||| einiger [X][X] [X] ||| 1 ||| ||| 1.69533 0.201923
-a number of [X][X] [X] ||| einiger [X][X] [X] ||| 1 ||| ||| 1.69533 0.201923
-fundamental legal principle [X] ||| elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.5 0.5
-fundamental legal principle [X][X] [X] ||| elementaren Rechtsgrundsatz [X][X] [X] ||| 1 ||| ||| 0.546266 0.546266
-fundamental legal principle [X][X] a [X] ||| elementaren Rechtsgrundsatz [X][X] ein [X] ||| 1 ||| ||| 0.05 0.05
-fundamental legal principle [X][X] common [X] ||| elementaren Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.142857 0.142857
-fundamental legal principle [X][X] and [X] ||| elementaren Rechtsgrundsatz [X][X] und [X] ||| 1 ||| ||| 0.0625 0.0625
-fundamental legal principle of the [X] ||| elementaren Rechtsgrundsatz der [X] ||| 1 ||| ||| 0.2 0.2
-fundamental [X] ||| elementaren [X] ||| 1 ||| ||| 1 1
-fundamental [X][X] fisheries policy [X] ||| elementaren [X][X] Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.0909091 0.0909091
-fundamental [X][X] fisheries policy [X][X] [X] ||| elementaren [X][X] Fischereipolitik darstellt [X][X] [X] ||| 1 ||| ||| 0.05 0.05
-fundamental [X][X] fisheries policy and [X] ||| elementaren [X][X] Fischereipolitik darstellt und [X] ||| 1 ||| ||| 0.0625 0.0625
-fundamental [X][X] [X] ||| elementaren [X][X] [X] ||| 1 ||| ||| 1.04627 1.04627
-fundamental [X][X] of the [X] ||| elementaren [X][X] der [X] ||| 1 ||| ||| 0.2 0.2
-fundamental [X][X] of the [X][X] [X] ||| elementaren [X][X] der [X][X] [X] ||| 1 ||| ||| 0.203409 0.203409
-fundamental [X][X] of the common [X] ||| elementaren [X][X] der gemeinsamen [X] ||| 1 ||| ||| 0.142857 0.142857
-fundamental [X][X] a [X] ||| elementaren [X][X] ein [X] ||| 1 ||| ||| 0.05 0.05
-fundamental [X][X] common fisheries policy [X] ||| elementaren [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.0909091 0.0909091
-fundamental [X][X] common [X] ||| elementaren [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.142857 0.142857
-fundamental [X][X] common [X][X] [X] ||| elementaren [X][X] gemeinsamen [X][X] [X] ||| 1 ||| ||| 0.203409 0.203409
-fundamental [X][X] common [X][X] a [X] ||| elementaren [X][X] gemeinsamen [X][X] ein [X] ||| 1 ||| ||| 0.05 0.05
-fundamental [X][X] common [X][X] and [X] ||| elementaren [X][X] gemeinsamen [X][X] und [X] ||| 1 ||| ||| 0.0625 0.0625
-fundamental [X][X] and [X] ||| elementaren [X][X] und [X] ||| 1 ||| ||| 0.0625 0.0625
-fundamental [X][X] and a [X] ||| elementaren [X][X] und ein [X] ||| 1 ||| ||| 0.05 0.05
-he [X] ||| er [X] ||| 1 ||| ||| 1 1
-to meet [X] ||| erfüllen , [X] ||| 1 ||| ||| 1 1
-meet [X] ||| erfüllen [X] ||| 1 ||| ||| 1 1
-that kind [X] ||| erheben , [X] ||| 1 ||| ||| 1 1
-that kind [X][X] report [X] ||| erheben , [X][X] Bericht [X] ||| 1 ||| ||| 0.0357143 0.0357143
-that kind [X][X] [X] ||| erheben , [X][X] [X] ||| 1 ||| ||| 0.529762 0.529762
-that kind [X][X] a report [X] ||| erheben , [X][X] einen Bericht [X] ||| 1 ||| ||| 0.0357143 0.0357143
-that kind [X][X] a [X] ||| erheben , [X][X] einen [X] ||| 1 ||| ||| 0.047619 0.047619
-that kind [X][X] merely [X] ||| erheben , [X][X] lediglich um [X] ||| 1 ||| ||| 0.0714286 0.0714286
-that kind [X][X] merely [X][X] [X] ||| erheben , [X][X] lediglich um [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-that kind [X][X] merely a [X] ||| erheben , [X][X] lediglich um einen [X] ||| 1 ||| ||| 0.047619 0.047619
-that kind [X][X] is [X] ||| erheben , [X][X] sich [X] ||| 1 ||| ||| 0.125 0.125
-that kind [X][X] is [X][X] [X] ||| erheben , [X][X] sich [X][X] [X] ||| 1 ||| ||| 0.0833333 0.0833333
-that kind [X][X] is merely [X] ||| erheben , [X][X] sich lediglich um [X] ||| 1 ||| ||| 0.0714286 0.0714286
-that kind to [X] ||| erheben , bei [X] ||| 1 ||| ||| 0.5 0.5
-that kind to [X][X] report [X] ||| erheben , bei [X][X] Bericht [X] ||| 1 ||| ||| 0.0357143 0.0357143
-that kind to [X][X] [X] ||| erheben , bei [X][X] [X] ||| 1 ||| ||| 0.279762 0.279762
-that kind to [X][X] a [X] ||| erheben , bei [X][X] einen [X] ||| 1 ||| ||| 0.047619 0.047619
-that kind to [X][X] merely [X] ||| erheben , bei [X][X] lediglich um [X] ||| 1 ||| ||| 0.0714286 0.0714286
-that kind to what [X] ||| erheben , bei dem es [X] ||| 1 ||| ||| 0.25 0.25
-that kind to what [X][X] [X] ||| erheben , bei dem es [X][X] [X] ||| 1 ||| ||| 0.154762 0.154762
-that kind to what is [X] ||| erheben , bei dem es sich [X] ||| 1 ||| ||| 0.125 0.125
-kind [X] ||| erheben [X] ||| 1 ||| ||| 1 1
-rose and observed [X] ||| erhebt sich zu [X] ||| 1 ||| ||| 1 1
-rose and observed [X][X] ) [X] ||| erhebt sich zu [X][X] ) [X] ||| 1 ||| ||| 0.166667 0.166667
-rose and observed [X][X] [X] ||| erhebt sich zu [X][X] [X] ||| 1 ||| ||| 0.416667 0.416667
-rose and observed a [X] ||| erhebt sich zu einer [X] ||| 1 ||| ||| 0.5 0.5
-rose and observed a [X][X] [X] ||| erhebt sich zu einer [X][X] [X] ||| 1 ||| ||| 0.416667 0.416667
-again [X] ||| erneut [X] ||| 1 ||| ||| 1 1
-just [X] ||| erst [X] ||| 1 ||| ||| 1 1
-just [X][X] months ago [X] ||| erst [X][X] Monaten [X] ||| 1 ||| ||| 0.142857 0.142857
-just [X][X] months ago [X] ||| erst [X][X] Monaten einen [X] ||| 1 ||| ||| 0.1 0.1
-just [X][X] [X] ||| erst [X][X] [X] ||| 1 ||| ||| 0.576191 0.576191
-just [X][X] [X] ||| erst [X][X] einen [X] ||| 1 ||| ||| 0.1 0.1
-just [X] ||| erst vor [X] ||| 1 ||| ||| 1 1
-just [X][X] months ago [X] ||| erst vor [X][X] Monaten [X] ||| 1 ||| ||| 0.142857 0.142857
-just [X][X] months ago [X] ||| erst vor [X][X] Monaten einen [X] ||| 1 ||| ||| 0.1 0.1
-just [X][X] [X] ||| erst vor [X][X] [X] ||| 1 ||| ||| 0.576191 0.576191
-just [X][X] [X] ||| erst vor [X][X] einen [X] ||| 1 ||| ||| 0.1 0.1
-just a few months ago [X] ||| erst vor wenigen Monaten [X] ||| 1 ||| ||| 0.142857 0.142857
-just a few months ago [X] ||| erst vor wenigen Monaten einen [X] ||| 1 ||| ||| 0.1 0.1
-just a few [X] ||| erst vor wenigen [X] ||| 1 ||| ||| 0.333333 0.333333
-just a few [X][X] [X] ||| erst vor wenigen [X][X] [X] ||| 1 ||| ||| 0.242857 0.242857
-just a few [X][X] [X] ||| erst vor wenigen [X][X] einen [X] ||| 1 ||| ||| 0.1 0.1
-first [X] ||| erste [X] ||| 1 ||| ||| 1 1
-, [X] ||| es [X] ||| 1 ||| ||| 4 1
-it [X] ||| es [X] ||| 1 ||| ||| 4 2
-one [X] ||| es [X] ||| 1 ||| ||| 4 1
-one [X][X] [X] ||| es [X][X] , [X] ||| 1 ||| ||| 0.25 0.25
-one [X][X] an objection [X] ||| es [X][X] , einen Einwand gegen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-one [X][X] an [X] ||| es [X][X] , einen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-one [X][X] objection [X] ||| es [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-, [X][X] [X] ||| es [X][X] [X] ||| 1 ||| ||| 1.90855 0.708333
-one [X][X] [X] ||| es [X][X] [X] ||| 1 ||| ||| 1.90855 1.20022
-, [X][X] [X] ||| es [X][X] daß [X] ||| 1 ||| ||| 0.25 0.25
-, [X][X] he [X] ||| es [X][X] daß er [X] ||| 1 ||| ||| 0.125 0.125
-one [X][X] an objection [X] ||| es [X][X] einen Einwand gegen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-one [X][X] an [X] ||| es [X][X] einen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-, [X][X] he [X] ||| es [X][X] er [X] ||| 1 ||| ||| 0.125 0.125
-one [X][X] [X] ||| es [X][X] ist , [X] ||| 1 ||| ||| 0.25 0.25
-one [X][X] an objection [X] ||| es [X][X] ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-one [X][X] an [X] ||| es [X][X] ist , einen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-one [X][X] [X] ||| es [X][X] ist [X] ||| 1 ||| ||| 0.333333 0.333333
-, however , [X] ||| es aber so , [X] ||| 1 ||| ||| 0.333333 0.333333
-, however , [X] ||| es aber so , daß [X] ||| 1 ||| ||| 0.25 0.25
-, however , he [X] ||| es aber so , daß er [X] ||| 1 ||| ||| 0.125 0.125
-, however [X] ||| es aber so [X] ||| 1 ||| ||| 1 1
-, however [X][X] [X] ||| es aber so [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-one can [X] ||| es möglich [X] ||| 1 ||| ||| 1.5 1
-one can raise [X] ||| es möglich [X] ||| 1 ||| ||| 1.5 0.5
-one can [X][X] objection [X] ||| es möglich [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-one can [X][X] [X] ||| es möglich [X][X] [X] ||| 1 ||| ||| 0.162337 0.116883
-one can raise [X][X] [X] ||| es möglich [X][X] [X] ||| 1 ||| ||| 0.162337 0.0454545
-one can [X] ||| es möglich ist , [X] ||| 1 ||| ||| 1.25 1
-one can raise [X] ||| es möglich ist , [X] ||| 1 ||| ||| 1.25 0.25
-one can [X][X] objection [X] ||| es möglich ist , [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-one can [X][X] [X] ||| es möglich ist , [X][X] [X] ||| 1 ||| ||| 0.162337 0.116883
-one can raise [X][X] [X] ||| es möglich ist , [X][X] [X] ||| 1 ||| ||| 0.162337 0.0454545
-one can raise an objection [X] ||| es möglich ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-one can raise an [X] ||| es möglich ist , einen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-one can [X] ||| es möglich ist [X] ||| 1 ||| ||| 1.33333 1
-one can raise [X] ||| es möglich ist [X] ||| 1 ||| ||| 1.33333 0.333333
-one can [X][X] objection [X] ||| es möglich ist [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-one can [X][X] [X] ||| es möglich ist [X][X] [X] ||| 1 ||| ||| 0.162337 0.116883
-one can raise [X][X] [X] ||| es möglich ist [X][X] [X] ||| 1 ||| ||| 0.162337 0.0454545
-wrong [X] ||| falsch [X] ||| 1 ||| ||| 2 1
-wrong for [X] ||| falsch [X] ||| 1 ||| ||| 2 1
-is wrong [X] ||| falsch ist [X] ||| 1 ||| ||| 1.5 1
-is wrong for [X] ||| falsch ist [X] ||| 1 ||| ||| 1.5 0.5
-stated [X] ||| festgestellt [X] ||| 1 ||| ||| 1 1
-French Member , Mr Zimeray [X] ||| französischen Mitglieds , Herrn Zimeray [X] ||| 1 ||| ||| 0.0909091 0.0909091
-French Member , Mr [X] ||| französischen Mitglieds , Herrn [X] ||| 1 ||| ||| 0.166667 0.166667
-French Member , Mr [X][X] [X] ||| französischen Mitglieds , Herrn [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-French Member , [X] ||| französischen Mitglieds , [X] ||| 1 ||| ||| 0.333333 0.333333
-French Member , [X][X] , [X] ||| französischen Mitglieds , [X][X] , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-French Member , [X][X] [X] ||| französischen Mitglieds , [X][X] [X] ||| 1 ||| ||| 0.143541 0.143541
-French Member [X] ||| französischen Mitglieds [X] ||| 1 ||| ||| 1 1
-French Member [X][X] , [X] ||| französischen Mitglieds [X][X] , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-French Member [X][X] Zimeray , [X] ||| französischen Mitglieds [X][X] Zimeray , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-French Member [X][X] Zimeray [X] ||| französischen Mitglieds [X][X] Zimeray [X] ||| 1 ||| ||| 0.0909091 0.0909091
-French Member [X][X] [X] ||| französischen Mitglieds [X][X] [X] ||| 1 ||| ||| 0.310207 0.310207
-French [X] ||| französischen [X] ||| 1 ||| ||| 1 1
-French [X][X] , [X] ||| französischen [X][X] , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-French [X][X] Mr Zimeray , [X] ||| französischen [X][X] Herrn Zimeray , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-French [X][X] Mr Zimeray [X] ||| französischen [X][X] Herrn Zimeray [X] ||| 1 ||| ||| 0.0909091 0.0909091
-French [X][X] Mr [X] ||| französischen [X][X] Herrn [X] ||| 1 ||| ||| 0.166667 0.166667
-French [X][X] Mr [X][X] [X] ||| französischen [X][X] Herrn [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-French [X][X] Zimeray , [X] ||| französischen [X][X] Zimeray , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-French [X][X] Zimeray [X] ||| französischen [X][X] Zimeray [X] ||| 1 ||| ||| 0.0909091 0.0909091
-French [X][X] [X] ||| französischen [X][X] [X] ||| 1 ||| ||| 0.643541 0.643541
-acquitted [X] ||| freigesprochen [X] ||| 1 ||| ||| 2 1
-have acquitted [X] ||| freigesprochen [X] ||| 1 ||| ||| 2 1
-are pleased [X] ||| freuen [X] ||| 1 ||| ||| 1 1
-[X][X] are pleased that [X] ||| freuen [X][X] , daß [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] are pleased that [X][X] [X] ||| freuen [X][X] , daß [X][X] [X] ||| 1 ||| ||| 0.157576 0.157576
-[X][X] are pleased that the [X] ||| freuen [X][X] , daß das [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] are pleased [X] ||| freuen [X][X] [X] ||| 1 ||| ||| 0.766667 0.6
-of [X][X] are pleased [X] ||| freuen [X][X] [X] ||| 1 ||| ||| 0.766667 0.166667
-[X][X] are pleased [X][X] courts [X] ||| freuen [X][X] [X][X] Gericht [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] are pleased [X][X] [X] ||| freuen [X][X] [X][X] [X] ||| 1 ||| ||| 0.3671 0.300433
-[X][X] are pleased [X][X] have [X] ||| freuen [X][X] [X][X] [X] ||| 1 ||| ||| 0.3671 0.0666667
-all [X][X] are pleased that [X] ||| freuen [X][X] alle , daß [X] ||| 1 ||| ||| 0.142857 0.142857
-all [X][X] are pleased [X] ||| freuen [X][X] alle [X] ||| 1 ||| ||| 0.2 0.1
-all of [X][X] are pleased [X] ||| freuen [X][X] alle [X] ||| 1 ||| ||| 0.2 0.1
-all [X][X] are pleased [X][X] [X] ||| freuen [X][X] alle [X][X] [X] ||| 1 ||| ||| 0.300433 0.300433
-[X][X] here are pleased [X] ||| freuen [X][X] hier [X] ||| 1 ||| ||| 0.166667 0.166667
-all [X][X] here are pleased [X] ||| freuen [X][X] hier alle [X] ||| 1 ||| ||| 0.1 0.1
-of us here are pleased [X] ||| freuen uns hier [X] ||| 1 ||| ||| 0.5 0.166667
-us here are pleased [X] ||| freuen uns hier [X] ||| 1 ||| ||| 0.5 0.333333
-[X][X] us here are pleased [X] ||| freuen uns hier [X][X] [X] ||| 1 ||| ||| 0.1 0.1
-peaceful reconciliation to [X] ||| friedlichen Lösung [X] ||| 1 ||| ||| 0.5 0.5
-peaceful reconciliation to [X][X] situation [X] ||| friedlichen Lösung [X][X] Situation [X] ||| 1 ||| ||| 0.0526316 0.0526316
-peaceful reconciliation to [X][X] [X] ||| friedlichen Lösung [X][X] [X] ||| 1 ||| ||| 0.278822 0.278822
-peaceful reconciliation to [X][X] difficult [X] ||| friedlichen Lösung [X][X] schwierigen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-peaceful reconciliation to a [X] ||| friedlichen Lösung dieser [X] ||| 1 ||| ||| 0.25 0.25
-peaceful reconciliation to a [X][X] [X] ||| friedlichen Lösung dieser [X][X] [X] ||| 1 ||| ||| 0.135965 0.135965
-peaceful reconciliation to a very [X] ||| friedlichen Lösung dieser sehr [X] ||| 1 ||| ||| 0.142857 0.142857
-peaceful [X] ||| friedlichen [X] ||| 1 ||| ||| 1 1
-peaceful [X][X] situation [X] ||| friedlichen [X][X] Situation [X] ||| 1 ||| ||| 0.0526316 0.0526316
-peaceful [X][X] [X] ||| friedlichen [X][X] [X] ||| 1 ||| ||| 1.02882 1.02882
-peaceful [X][X] a [X] ||| friedlichen [X][X] dieser [X] ||| 1 ||| ||| 0.25 0.25
-peaceful [X][X] a [X][X] situation [X] ||| friedlichen [X][X] dieser [X][X] Situation [X] ||| 1 ||| ||| 0.0526316 0.0526316
-peaceful [X][X] a [X][X] [X] ||| friedlichen [X][X] dieser [X][X] [X] ||| 1 ||| ||| 0.135965 0.135965
-peaceful [X][X] a very [X] ||| friedlichen [X][X] dieser sehr [X] ||| 1 ||| ||| 0.142857 0.142857
-peaceful [X][X] a very [X][X] [X] ||| friedlichen [X][X] dieser sehr [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-peaceful [X][X] a very difficult [X] ||| friedlichen [X][X] dieser sehr schwierigen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-peaceful [X][X] difficult situation [X] ||| friedlichen [X][X] schwierigen Situation [X] ||| 1 ||| ||| 0.0526316 0.0526316
-peaceful [X][X] difficult [X] ||| friedlichen [X][X] schwierigen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-peaceful [X][X] very [X] ||| friedlichen [X][X] sehr [X] ||| 1 ||| ||| 0.142857 0.142857
-peaceful [X][X] very [X][X] [X] ||| friedlichen [X][X] sehr [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-peaceful [X][X] very difficult situation [X] ||| friedlichen [X][X] sehr schwierigen Situation [X] ||| 1 ||| ||| 0.0526316 0.0526316
-peaceful [X][X] very difficult [X] ||| friedlichen [X][X] sehr schwierigen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-coinciding [X] ||| fällt [X] ||| 1 ||| ||| 2 1
-coinciding with [X] ||| fällt [X] ||| 1 ||| ||| 2 1
-for [X] ||| für [X] ||| 1 ||| ||| 1 1
-was [X] ||| gab , [X] ||| 1 ||| ||| 1 1
-was [X][X] , who [X] ||| gab , [X][X] , der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-was [X][X] [X] ||| gab , [X][X] [X] ||| 1 ||| ||| 0.214286 0.214286
-was [X] ||| gab , zählt [X] ||| 1 ||| ||| 1 1
-was [X][X] , who [X] ||| gab , zählt [X][X] , der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-was [X][X] [X] ||| gab , zählt [X][X] [X] ||| 1 ||| ||| 0.214286 0.214286
-was Mr Kumar Ponnambalam [X] ||| gab , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.142857 0.142857
-was Mr Kumar Ponnambalam [X][X] [X] ||| gab , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| ||| 0.0714286 0.0714286
-was Mr [X] ||| gab , zählt auch Herr [X] ||| 1 ||| ||| 1 1
-was Mr [X][X] , who [X] ||| gab , zählt auch Herr [X][X] , der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-was Mr [X][X] [X] ||| gab , zählt auch Herr [X][X] [X] ||| 1 ||| ||| 0.214286 0.214286
-was [X] ||| gab , zählt auch [X] ||| 1 ||| ||| 1 1
-was [X][X] , who [X] ||| gab , zählt auch [X][X] , der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-was [X][X] [X] ||| gab , zählt auch [X][X] [X] ||| 1 ||| ||| 0.214286 0.214286
-was [X] ||| gab [X] ||| 1 ||| ||| 1 1
-was [X][X] , who [X] ||| gab [X][X] , der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-was [X][X] [X] ||| gab [X][X] [X] ||| 1 ||| ||| 0.214286 0.214286
-there have been [X] ||| gab es [X] ||| 1 ||| ||| 1 1
-quite [X] ||| ganz [X] ||| 1 ||| ||| 1 1
-quite [X][X] positions [X] ||| ganz [X][X] Position [X] ||| 1 ||| ||| 0.0909091 0.0909091
-quite [X][X] [X] ||| ganz [X][X] [X] ||| 1 ||| ||| 0.483766 0.483766
-quite [X][X] the positions [X] ||| ganz [X][X] der Position [X] ||| 1 ||| ||| 0.0909091 0.0909091
-quite [X][X] the [X] ||| ganz [X][X] der [X] ||| 1 ||| ||| 0.142857 0.142857
-quite in keeping with [X] ||| ganz im Sinne [X] ||| 1 ||| ||| 0.25 0.25
-quite in keeping with [X][X] [X] ||| ganz im Sinne [X][X] [X] ||| 1 ||| ||| 0.0909091 0.0909091
-quite in keeping with the [X] ||| ganz im Sinne der [X] ||| 1 ||| ||| 0.142857 0.142857
-quite in [X] ||| ganz im [X] ||| 1 ||| ||| 1 1
-quite in [X][X] positions [X] ||| ganz im [X][X] Position [X] ||| 1 ||| ||| 0.0909091 0.0909091
-quite in [X][X] [X] ||| ganz im [X][X] [X] ||| 1 ||| ||| 0.483766 0.483766
-quite in [X][X] the positions [X] ||| ganz im [X][X] der Position [X] ||| 1 ||| ||| 0.0909091 0.0909091
-quite in [X][X] the [X] ||| ganz im [X][X] der [X] ||| 1 ||| ||| 0.142857 0.142857
-weight of your prestigious office [X] ||| ganzen Einfluß Ihres Amtes [X] ||| 1 ||| ||| 0.2 0.2
-weight of your [X] ||| ganzen Einfluß Ihres [X] ||| 1 ||| ||| 0.5 0.5
-weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] , die Sie [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] , die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution , die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution [X] ||| 1 ||| ||| 0.0666667 0.0666667
-weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] Sie [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] [X] ||| 1 ||| ||| 0.618873 0.618873
-weight of your [X][X] the [X] ||| ganzen Einfluß Ihres [X][X] der [X] ||| 1 ||| ||| 0.1 0.1
-weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] die Sie [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight of your [X][X] and [X] ||| ganzen Einfluß Ihres [X][X] und [X] ||| 1 ||| ||| 0.142857 0.142857
-weight [X] ||| ganzen Einfluß [X] ||| 1 ||| ||| 1 1
-weight [X][X] [X] ||| ganzen Einfluß [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-weight [X][X] you [X] ||| ganzen Einfluß [X][X] , die Sie [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight [X][X] [X] ||| ganzen Einfluß [X][X] , die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight [X][X] prestigious office [X] ||| ganzen Einfluß [X][X] Amtes [X] ||| 1 ||| ||| 0.2 0.2
-weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] , die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] [X] ||| 1 ||| ||| 0.276016 0.276016
-weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight [X][X] prestigious office and [X] ||| ganzen Einfluß [X][X] Amtes und [X] ||| 1 ||| ||| 0.142857 0.142857
-weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-weight [X][X] institution you [X] ||| ganzen Einfluß [X][X] Institution , die Sie [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution , die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution [X] ||| 1 ||| ||| 0.0666667 0.0666667
-weight [X][X] you [X] ||| ganzen Einfluß [X][X] Sie [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight [X][X] [X] ||| ganzen Einfluß [X][X] [X] ||| 1 ||| ||| 1.11887 1.11887
-weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-weight [X][X] the institution you [X] ||| ganzen Einfluß [X][X] der Institution , die Sie [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution , die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution [X] ||| 1 ||| ||| 0.0666667 0.0666667
-weight [X][X] the [X] ||| ganzen Einfluß [X][X] der [X] ||| 1 ||| ||| 0.1 0.1
-weight [X][X] the [X][X] [X] ||| ganzen Einfluß [X][X] der [X][X] [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight [X][X] you [X] ||| ganzen Einfluß [X][X] die Sie [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight [X][X] [X] ||| ganzen Einfluß [X][X] die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight [X][X] and [X] ||| ganzen Einfluß [X][X] und [X] ||| 1 ||| ||| 0.142857 0.142857
-weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] , die Sie [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] , die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] Sie [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] [X] ||| 1 ||| ||| 0.176016 0.176016
-weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] die Sie [X] ||| 1 ||| ||| 0.0294118 0.0294118
-weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution , [X] ||| 1 ||| ||| 0.0454545 0.0454545
-weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution , die [X] ||| 1 ||| ||| 0.0344828 0.0344828
-weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution [X] ||| 1 ||| ||| 0.0666667 0.0666667
-weight [X][X] and the [X] ||| ganzen Einfluß [X][X] und der [X] ||| 1 ||| ||| 0.1 0.1
-weight [X][X] and the [X][X] [X] ||| ganzen Einfluß [X][X] und der [X][X] [X] ||| 1 ||| ||| 0.0294118 0.0294118
-is [X] ||| geht [X] ||| 1 ||| ||| 1 1
-to [X] ||| geltend zu [X] ||| 1 ||| ||| 1 1
-to [X][X] [X] ||| geltend zu [X][X] [X] ||| 1 ||| ||| 0.5 0.5
-to make [X] ||| geltend zu machen [X] ||| 1 ||| ||| 1.5 1
-to make representations [X] ||| geltend zu machen [X] ||| 1 ||| ||| 1.5 0.5
-made [X] ||| gemacht hat [X] ||| 1 ||| ||| 1 1
-common fisheries policy [X] ||| gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.5 0.5
-common fisheries policy [X][X] proposal [X] ||| gemeinsamen Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 1 ||| ||| 0.0833333 0.0833333
-common fisheries policy [X][X] [X] ||| gemeinsamen Fischereipolitik darstellt [X][X] [X] ||| 1 ||| ||| 0.285014 0.285014
-common fisheries policy and [X] ||| gemeinsamen Fischereipolitik darstellt und [X] ||| 1 ||| ||| 0.25 0.25
-common fisheries policy and [X][X] [X] ||| gemeinsamen Fischereipolitik darstellt und [X][X] [X] ||| 1 ||| ||| 0.142157 0.142157
-common fisheries policy and a [X] ||| gemeinsamen Fischereipolitik darstellt und ein [X] ||| 1 ||| ||| 0.142857 0.142857
-common [X] ||| gemeinsamen [X] ||| 1 ||| ||| 1 1
-common [X][X] to subvert it [X] ||| gemeinsamen [X][X] , diesen zu unterlaufen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-common [X][X] proposal [X] ||| gemeinsamen [X][X] Vorschlag [X] ||| 1 ||| ||| 0.0833333 0.0833333
-common [X][X] proposal [X][X] [X] ||| gemeinsamen [X][X] Vorschlag [X][X] [X] ||| 1 ||| ||| 0.0588235 0.0588235
-common [X][X] [X] ||| gemeinsamen [X][X] [X] ||| 1 ||| ||| 1.03501 1.03501
-common [X][X] a proposal [X] ||| gemeinsamen [X][X] ein Vorschlag [X] ||| 1 ||| ||| 0.0833333 0.0833333
-common [X][X] a proposal [X][X] [X] ||| gemeinsamen [X][X] ein Vorschlag [X][X] [X] ||| 1 ||| ||| 0.0588235 0.0588235
-common [X][X] a [X] ||| gemeinsamen [X][X] ein [X] ||| 1 ||| ||| 0.142857 0.142857
-common [X][X] a [X][X] [X] ||| gemeinsamen [X][X] ein [X][X] [X] ||| 1 ||| ||| 0.0588235 0.0588235
-common [X][X] and [X] ||| gemeinsamen [X][X] und [X] ||| 1 ||| ||| 0.25 0.25
-common [X][X] and [X][X] [X] ||| gemeinsamen [X][X] und [X][X] [X] ||| 1 ||| ||| 0.142157 0.142157
-common [X][X] and a proposal [X] ||| gemeinsamen [X][X] und ein Vorschlag [X] ||| 1 ||| ||| 0.0833333 0.0833333
-common [X][X] and a [X] ||| gemeinsamen [X][X] und ein [X] ||| 1 ||| ||| 0.142857 0.142857
-common [X][X] and a [X][X] [X] ||| gemeinsamen [X][X] und ein [X][X] [X] ||| 1 ||| ||| 0.0588235 0.0588235
-in accordance with [X] ||| gemäß [X] ||| 1 ||| ||| 1 1
-in accordance with the [X] ||| gemäß der [X] ||| 1 ||| ||| 0.5 0.5
-that is precisely [X] ||| genau [X] ||| 1 ||| ||| 2 1
-that is precisely the [X] ||| genau [X] ||| 1 ||| ||| 2 1
-that is precisely [X][X] , [X] ||| genau [X][X] , [X] ||| 1 ||| ||| 0.111111 0.111111
-that is precisely [X][X] [X] ||| genau [X][X] [X] ||| 1 ||| ||| 1.1746 0.587302
-that is precisely the [X][X] [X] ||| genau [X][X] [X] ||| 1 ||| ||| 1.1746 0.587302
-that is precisely [X][X] if [X] ||| genau [X][X] wenn [X] ||| 1 ||| ||| 0.0833333 0.0833333
-whole of the European Community [X] ||| gesamten Europäischen Union [X] ||| 1 ||| ||| 0.111111 0.111111
-whole of the European [X] ||| gesamten Europäischen [X] ||| 1 ||| ||| 0.2 0.2
-whole [X] ||| gesamten [X] ||| 1 ||| ||| 3 1
-whole of [X] ||| gesamten [X] ||| 1 ||| ||| 3 1
-whole of the [X] ||| gesamten [X] ||| 1 ||| ||| 3 1
-whole [X][X] Community [X] ||| gesamten [X][X] Union [X] ||| 1 ||| ||| 0.222222 0.111111
-whole of [X][X] Community [X] ||| gesamten [X][X] Union [X] ||| 1 ||| ||| 0.222222 0.111111
-whole [X][X] [X] ||| gesamten [X][X] [X] ||| 1 ||| ||| 0.733333 0.311111
-whole of [X][X] [X] ||| gesamten [X][X] [X] ||| 1 ||| ||| 0.733333 0.311111
-whole of the [X][X] [X] ||| gesamten [X][X] [X] ||| 1 ||| ||| 0.733333 0.111111
-[X][X] violent deaths [X] ||| gewaltsamen Tod [X][X] Bürgern [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] violent deaths [X][X] [X] ||| gewaltsamen Tod [X][X] Bürgern [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] violent deaths in Sri [X] ||| gewaltsamen Tod [X][X] Bürgern von Sri [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] violent deaths in [X] ||| gewaltsamen Tod [X][X] Bürgern von [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] other violent deaths [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X] ||| 1 ||| ||| 0.4 0.2
-[X][X] the other violent deaths [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X] ||| 1 ||| ||| 0.4 0.2
-[X][X] other violent deaths [X][X] [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] other violent deaths in [X] ||| gewaltsamen Tod [X][X] anderen Bürgern von [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] and [X][X] violent deaths [X] ||| gewaltsamen Tod [X][X] und [X][X] Bürgern [X] ||| 1 ||| ||| 0.2 0.2
-at his [X][X] violent deaths [X] ||| gewaltsamen Tod von Herrn Ponnambalam [X][X] Bürgern [X] ||| 1 ||| ||| 0.2 0.2
-violent [X] ||| gewaltsamen [X] ||| 1 ||| ||| 1 1
-have [X] ||| haben [X] ||| 1 ||| ||| 2 2
-is [X] ||| handelt [X] ||| 1 ||| ||| 1 1
-has [X] ||| hat [X] ||| 1 ||| ||| 1 1
-had [X] ||| hatte [X] ||| 1 ||| ||| 1 1
-meantime [X] ||| heute [X] ||| 1 ||| ||| 1 1
-meantime , [X][X] [X] ||| heute [X][X] - [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] meantime , [X][X] [X] ||| heute [X][X] - [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-in the meantime , [X][X] [X] ||| heute [X][X] - das ist auch der [X] ||| 1 ||| ||| 0.142857 0.142857
-meantime [X][X] [X] ||| heute [X][X] [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] meantime [X][X] [X] ||| heute [X][X] [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-meantime , [X][X] [X] ||| heute [X][X] bitten - [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] meantime , [X][X] [X] ||| heute [X][X] bitten - [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-in the meantime , [X][X] [X] ||| heute [X][X] bitten - das ist auch der [X] ||| 1 ||| ||| 0.142857 0.142857
-in the meantime [X][X] [X] ||| heute [X][X] das ist auch der [X] ||| 1 ||| ||| 0.142857 0.142857
-here [X] ||| hier [X] ||| 1 ||| ||| 1 1
-I [X] ||| ich [X] ||| 1 ||| ||| 9 9
-I [X][X] [X] ||| ich [X][X] , [X] ||| 1 ||| ||| 0.219298 0.192982
-I [X][X] raise [X] ||| ich [X][X] , [X] ||| 1 ||| ||| 0.219298 0.0263158
-I [X][X] an [X] ||| ich [X][X] , einen [X] ||| 1 ||| ||| 0.0357142 0.0178571
-I [X][X] raise an [X] ||| ich [X][X] , einen [X] ||| 1 ||| ||| 0.0357142 0.0178571
-I [X][X] principle [X] ||| ich [X][X] Grundsatz [X] ||| 1 ||| ||| 0.0909091 0.0909091
-I [X][X] principle [X][X] stability [X] ||| ich [X][X] Grundsatz [X][X] Stabilität [X] ||| 1 ||| ||| 0.025641 0.025641
-I [X][X] principle [X][X] [X] ||| ich [X][X] Grundsatz [X][X] [X] ||| 1 ||| ||| 0.11874 0.0979063
-I [X][X] principle [X][X] is [X] ||| ich [X][X] Grundsatz [X][X] [X] ||| 1 ||| ||| 0.11874 0.0208333
-I [X][X] principle [X][X] a [X] ||| ich [X][X] Grundsatz [X][X] einen [X] ||| 1 ||| ||| 0.0169492 0.0169492
-I [X][X] principle of [X] ||| ich [X][X] Grundsatz der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-I [X][X] principle of [X][X] [X] ||| ich [X][X] Grundsatz der [X][X] [X] ||| 1 ||| ||| 0.0634235 0.0634235
-I [X][X] principle of relative [X] ||| ich [X][X] Grundsatz der relativen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-I [X][X] [X] ||| ich [X][X] Sie [X] ||| 1 ||| ||| 0.333333 0.333333
-I [X][X] stability [X] ||| ich [X][X] Stabilität [X] ||| 1 ||| ||| 0.0464743 0.025641
-I [X][X] stability is [X] ||| ich [X][X] Stabilität [X] ||| 1 ||| ||| 0.0464743 0.0208333
-I [X][X] stability [X][X] [X] ||| ich [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.0169492 0.0169492
-I [X][X] stability is a [X] ||| ich [X][X] Stabilität einen [X] ||| 1 ||| ||| 0.0169492 0.0169492
-I [X][X] [X] ||| ich [X][X] [X] ||| 1 ||| ||| 4.59922 4.18795
-I [X][X] have [X] ||| ich [X][X] [X] ||| 1 ||| ||| 4.59922 0.0434783
-I [X][X] have just [X] ||| ich [X][X] [X] ||| 1 ||| ||| 4.59922 0.0416667
-I [X][X] is [X] ||| ich [X][X] [X] ||| 1 ||| ||| 4.59922 0.0208333
-I [X][X] just [X] ||| ich [X][X] [X] ||| 1 ||| ||| 4.59922 0.0416667
-I [X][X] raise [X] ||| ich [X][X] [X] ||| 1 ||| ||| 4.59922 0.125853
-I [X][X] you [X] ||| ich [X][X] [X] ||| 1 ||| ||| 4.59922 0.0526316
-I [X][X] you have [X] ||| ich [X][X] [X] ||| 1 ||| ||| 4.59922 0.0434783
-I [X][X] you have just [X] ||| ich [X][X] [X] ||| 1 ||| ||| 4.59922 0.0416667
-I [X][X] initiative [X][X] [X] ||| ich [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.567177 0.2147
-I [X][X] initiative [X][X] have [X] ||| ich [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.567177 0.0434783
-I [X][X] initiative [X][X] just [X] ||| ich [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.567177 0.0416667
-I [X][X] initiative [X][X] you [X] ||| ich [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.567177 0.0526316
-I [X][X] initiative of [X][X] [X] ||| ich [X][X] [X][X] Initiative [X] ||| 1 ||| ||| 0.567177 0.2147
-I [X][X] the principle [X] ||| ich [X][X] der Grundsatz [X] ||| 1 ||| ||| 0.0909091 0.0909091
-I [X][X] the principle [X][X] [X] ||| ich [X][X] der Grundsatz [X][X] [X] ||| 1 ||| ||| 0.0979063 0.0979063
-I [X][X] the principle of [X] ||| ich [X][X] der Grundsatz der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-I [X][X] of [X] ||| ich [X][X] der [X] ||| 1 ||| ||| 0.219299 0.0526316
-I [X][X] the [X] ||| ich [X][X] der [X] ||| 1 ||| ||| 0.219299 0.166667
-I [X][X] the [X][X] stability [X] ||| ich [X][X] der [X][X] Stabilität [X] ||| 1 ||| ||| 0.025641 0.025641
-I [X][X] of [X][X] [X] ||| ich [X][X] der [X][X] [X] ||| 1 ||| ||| 0.255628 0.0634235
-I [X][X] of [X][X] is [X] ||| ich [X][X] der [X][X] [X] ||| 1 ||| ||| 0.255628 0.0208333
-I [X][X] the [X][X] [X] ||| ich [X][X] der [X][X] [X] ||| 1 ||| ||| 0.255628 0.150538
-I [X][X] the [X][X] is [X] ||| ich [X][X] der [X][X] [X] ||| 1 ||| ||| 0.255628 0.0208333
-I [X][X] of [X][X] a [X] ||| ich [X][X] der [X][X] einen [X] ||| 1 ||| ||| 0.0338984 0.0169492
-I [X][X] the [X][X] a [X] ||| ich [X][X] der [X][X] einen [X] ||| 1 ||| ||| 0.0338984 0.0169492
-I [X][X] the [X][X] relative [X] ||| ich [X][X] der [X][X] relativen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-I [X][X] of relative stability [X] ||| ich [X][X] der relativen Stabilität [X] ||| 1 ||| ||| 0.025641 0.025641
-I [X][X] of relative [X] ||| ich [X][X] der relativen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-I [X][X] of relative [X][X] [X] ||| ich [X][X] der relativen [X][X] [X] ||| 1 ||| ||| 0.0377825 0.0377825
-I [X][X] a [X] ||| ich [X][X] einen [X] ||| 1 ||| ||| 0.0696126 0.0169492
-I [X][X] an [X] ||| ich [X][X] einen [X] ||| 1 ||| ||| 0.0696126 0.0178571
-I [X][X] is a [X] ||| ich [X][X] einen [X] ||| 1 ||| ||| 0.0696126 0.0169492
-I [X][X] raise an [X] ||| ich [X][X] einen [X] ||| 1 ||| ||| 0.0696126 0.0178571
-I [X][X] one [X] ||| ich [X][X] es [X] ||| 1 ||| ||| 0.166667 0.166667
-I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] , [X] ||| 1 ||| ||| 0.0263158 0.0263158
-I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] , einen [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] [X] ||| 1 ||| ||| 0.14371 0.14371
-I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] einen [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] ist , [X] ||| 1 ||| ||| 0.0263158 0.0263158
-I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] ist , einen [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] ist [X] ||| 1 ||| ||| 0.037037 0.037037
-I [X][X] one can [X] ||| ich [X][X] es möglich [X] ||| 1 ||| ||| 0.1625 0.1
-I [X][X] one can raise [X] ||| ich [X][X] es möglich [X] ||| 1 ||| ||| 0.1625 0.0625
-I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich [X][X] [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] one can [X] ||| ich [X][X] es möglich ist , [X] ||| 1 ||| ||| 0.0818714 0.0555556
-I [X][X] one can raise [X] ||| ich [X][X] es möglich ist , [X] ||| 1 ||| ||| 0.0818714 0.0263158
-I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich ist , [X][X] [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] one can [X] ||| ich [X][X] es möglich ist [X] ||| 1 ||| ||| 0.108466 0.0714286
-I [X][X] one can raise [X] ||| ich [X][X] es möglich ist [X] ||| 1 ||| ||| 0.108466 0.037037
-I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich ist [X][X] [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] [X] ||| ich [X][X] ist , [X] ||| 1 ||| ||| 0.108187 0.0818713
-I [X][X] raise [X] ||| ich [X][X] ist , [X] ||| 1 ||| ||| 0.108187 0.0263158
-I [X][X] an [X] ||| ich [X][X] ist , einen [X] ||| 1 ||| ||| 0.0357142 0.0178571
-I [X][X] raise an [X] ||| ich [X][X] ist , einen [X] ||| 1 ||| ||| 0.0357142 0.0178571
-I [X][X] [X] ||| ich [X][X] ist [X] ||| 1 ||| ||| 0.145503 0.108466
-I [X][X] raise [X] ||| ich [X][X] ist [X] ||| 1 ||| ||| 0.145503 0.037037
-I [X][X] can [X] ||| ich [X][X] möglich [X] ||| 1 ||| ||| 0.1625 0.1
-I [X][X] can raise [X] ||| ich [X][X] möglich [X] ||| 1 ||| ||| 0.1625 0.0625
-I [X][X] can [X][X] [X] ||| ich [X][X] möglich [X][X] [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] can [X] ||| ich [X][X] möglich ist , [X] ||| 1 ||| ||| 0.0818714 0.0555556
-I [X][X] can raise [X] ||| ich [X][X] möglich ist , [X] ||| 1 ||| ||| 0.0818714 0.0263158
-I [X][X] can [X][X] [X] ||| ich [X][X] möglich ist , [X][X] [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] can raise an [X] ||| ich [X][X] möglich ist , einen [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] can [X] ||| ich [X][X] möglich ist [X] ||| 1 ||| ||| 0.108466 0.0714286
-I [X][X] can raise [X] ||| ich [X][X] möglich ist [X] ||| 1 ||| ||| 0.108466 0.037037
-I [X][X] can [X][X] [X] ||| ich [X][X] möglich ist [X][X] [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] whether [X] ||| ich [X][X] ob [X] ||| 1 ||| ||| 0.25 0.25
-I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] , [X] ||| 1 ||| ||| 0.108187 0.0818713
-I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] , [X] ||| 1 ||| ||| 0.108187 0.0263158
-I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] , einen [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] [X] ||| 1 ||| ||| 0.496547 0.370694
-I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] [X] ||| 1 ||| ||| 0.496547 0.125853
-I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] einen [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] ist , [X] ||| 1 ||| ||| 0.108187 0.0818713
-I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] ist , [X] ||| 1 ||| ||| 0.108187 0.0263158
-I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] ist , einen [X] ||| 1 ||| ||| 0.0178571 0.0178571
-I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] ist [X] ||| 1 ||| ||| 0.145503 0.108466
-I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] ist [X] ||| 1 ||| ||| 0.145503 0.037037
-I [X][X] whether one [X] ||| ich [X][X] ob es [X] ||| 1 ||| ||| 0.166667 0.166667
-I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] , [X] ||| 1 ||| ||| 0.0263158 0.0263158
-I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] [X] ||| 1 ||| ||| 0.14371 0.14371
-I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] ist , [X] ||| 1 ||| ||| 0.0263158 0.0263158
-I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] ist [X] ||| 1 ||| ||| 0.037037 0.037037
-I [X][X] whether one can [X] ||| ich [X][X] ob es möglich [X] ||| 1 ||| ||| 0.1 0.1
-I [X][X] whether one can [X] ||| ich [X][X] ob es möglich ist , [X] ||| 1 ||| ||| 0.0555556 0.0555556
-I [X][X] whether one can [X] ||| ich [X][X] ob es möglich ist [X] ||| 1 ||| ||| 0.0714286 0.0714286
-I [X][X] relative stability [X] ||| ich [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0464743 0.025641
-I [X][X] relative stability is [X] ||| ich [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0464743 0.0208333
-I [X][X] relative stability [X][X] [X] ||| ich [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.0169492 0.0169492
-I [X][X] relative [X] ||| ich [X][X] relativen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-I [X][X] relative [X][X] [X] ||| ich [X][X] relativen [X][X] [X] ||| 1 ||| ||| 0.0377825 0.0377825
-I [X][X] relative [X][X] a [X] ||| ich [X][X] relativen [X][X] einen [X] ||| 1 ||| ||| 0.0169492 0.0169492
-I can competently [X] ||| ich befugt bin [X] ||| 1 ||| ||| 0.5 0.5
-please rise , then , [X] ||| ich bitte Sie , sich [X] ||| 1 ||| ||| 0.5 0.5
-please [X] ||| ich bitte Sie [X] ||| 1 ||| ||| 1 1
-please [X][X] [X] ||| ich bitte Sie [X][X] [X] ||| 1 ||| ||| 0.833333 0.833333
-please [X][X] for this [X] ||| ich bitte Sie [X][X] zu einer [X] ||| 1 ||| ||| 0.333333 0.333333
-I [X] ||| ich dem [X] ||| 1 ||| ||| 1 1
-I feel [X] ||| ich denke , daß [X] ||| 1 ||| ||| 1 1
-I feel [X][X] [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.437622 0.2147
-I feel [X][X] have [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.437622 0.0434783
-I feel [X][X] have just [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.437622 0.0416667
-I feel [X][X] just [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.437622 0.0416667
-I feel [X][X] you [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.437622 0.0526316
-I feel [X][X] you have [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| ||| 0.437622 0.0434783
-I feel an [X] ||| ich denke , daß eine [X] ||| 1 ||| ||| 0.333333 0.333333
-I feel an initiative [X][X] [X] ||| ich denke , daß eine [X][X] Initiative [X] ||| 1 ||| ||| 0.2147 0.2147
-I feel an [X][X] [X] ||| ich denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.352477 0.2147
-I feel an [X][X] have [X] ||| ich denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.352477 0.0434783
-I feel an [X][X] just [X] ||| ich denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.352477 0.0416667
-I feel an [X][X] you [X] ||| ich denke , daß eine [X][X] [X] ||| 1 ||| ||| 0.352477 0.0526316
-I believe that [X] ||| ich meine , daß [X] ||| 1 ||| ||| 0.333333 0.333333
-I believe that [X][X] stability [X] ||| ich meine , daß [X][X] Stabilität [X] ||| 1 ||| ||| 0.025641 0.025641
-I believe that [X][X] [X] ||| ich meine , daß [X][X] [X] ||| 1 ||| ||| 0.26228 0.241447
-I believe that [X][X] is [X] ||| ich meine , daß [X][X] [X] ||| 1 ||| ||| 0.26228 0.0208333
-I believe that [X][X] of [X] ||| ich meine , daß [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-I believe that [X][X] a [X] ||| ich meine , daß [X][X] einen [X] ||| 1 ||| ||| 0.0169492 0.0169492
-I believe that [X][X] relative [X] ||| ich meine , daß [X][X] relativen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-I believe that the principle [X] ||| ich meine , daß der Grundsatz [X] ||| 1 ||| ||| 0.0909091 0.0909091
-I believe that the [X] ||| ich meine , daß der [X] ||| 1 ||| ||| 0.166667 0.166667
-I believe that the [X][X] [X] ||| ich meine , daß der [X][X] [X] ||| 1 ||| ||| 0.150538 0.150538
-I believe [X] ||| ich meine [X] ||| 1 ||| ||| 1 1
-I believe [X][X] principle [X] ||| ich meine [X][X] Grundsatz [X] ||| 1 ||| ||| 0.0909091 0.0909091
-I believe [X][X] principle [X][X] [X] ||| ich meine [X][X] Grundsatz [X][X] [X] ||| 1 ||| ||| 0.0979063 0.0979063
-I believe [X][X] principle of [X] ||| ich meine [X][X] Grundsatz der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-I believe [X][X] stability [X] ||| ich meine [X][X] Stabilität [X] ||| 1 ||| ||| 0.0464743 0.025641
-I believe [X][X] stability is [X] ||| ich meine [X][X] Stabilität [X] ||| 1 ||| ||| 0.0464743 0.0208333
-I believe [X][X] stability [X][X] [X] ||| ich meine [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.0169492 0.0169492
-I believe [X][X] [X] ||| ich meine [X][X] [X] ||| 1 ||| ||| 0.428947 0.408114
-I believe [X][X] is [X] ||| ich meine [X][X] [X] ||| 1 ||| ||| 0.428947 0.0208333
-I believe [X][X] of [X] ||| ich meine [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-I believe [X][X] of [X][X] [X] ||| ich meine [X][X] der [X][X] [X] ||| 1 ||| ||| 0.0634235 0.0634235
-I believe [X][X] of relative [X] ||| ich meine [X][X] der relativen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-I believe [X][X] a [X] ||| ich meine [X][X] einen [X] ||| 1 ||| ||| 0.0338984 0.0169492
-I believe [X][X] is a [X] ||| ich meine [X][X] einen [X] ||| 1 ||| ||| 0.0338984 0.0169492
-I believe [X][X] relative stability [X] ||| ich meine [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.025641 0.025641
-I believe [X][X] relative [X] ||| ich meine [X][X] relativen [X] ||| 1 ||| ||| 0.0344828 0.0344828
-I believe [X][X] relative [X][X] [X] ||| ich meine [X][X] relativen [X][X] [X] ||| 1 ||| ||| 0.0377825 0.0377825
-I should like to [X] ||| ich möchte Sie [X] ||| 1 ||| ||| 0.333333 0.333333
-I should like to [X][X] [X] ||| ich möchte Sie [X][X] , [X] ||| 1 ||| ||| 0.111111 0.111111
-I should like to [X][X] [X] ||| ich möchte Sie [X][X] [X] ||| 1 ||| ||| 0.277778 0.277778
-I should like to [X] ||| ich möchte [X] ||| 1 ||| ||| 0.5 0.5
-I should like to [X][X] [X] ||| ich möchte [X][X] , [X] ||| 1 ||| ||| 0.111111 0.111111
-I should like to [X][X] [X] ||| ich möchte [X][X] [X] ||| 1 ||| ||| 0.277778 0.277778
-I want to know [X] ||| ich möchte wissen , [X] ||| 1 ||| ||| 0.5 0.5
-I want to know [X][X] [X] ||| ich möchte wissen , [X][X] , [X] ||| 1 ||| ||| 0.0818713 0.0818713
-I want to know [X][X] [X] ||| ich möchte wissen , [X][X] [X] ||| 1 ||| ||| 0.537361 0.537361
-I want to know [X][X] [X] ||| ich möchte wissen , [X][X] ist , [X] ||| 1 ||| ||| 0.0818713 0.0818713
-I want to know [X][X] [X] ||| ich möchte wissen , [X][X] ist [X] ||| 1 ||| ||| 0.108466 0.108466
-I want to know whether [X] ||| ich möchte wissen , ob [X] ||| 1 ||| ||| 0.25 0.25
-him [X] ||| ihn [X] ||| 1 ||| ||| 1 1
-[X][X] him [X] ||| ihn [X][X] [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] him [X][X] that [X] ||| ihn [X][X] [X][X] , daß [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] him [X][X] [X] ||| ihn [X][X] [X][X] [X] ||| 1 ||| ||| 0.130252 0.130252
-[X][X] him and [X] ||| ihn [X][X] und [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] him and [X][X] that [X] ||| ihn [X][X] und [X][X] , daß [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] him and [X][X] [X] ||| ihn [X][X] und [X][X] [X] ||| 1 ||| ||| 0.130252 0.130252
-[X][X] him and made [X][X] [X] ||| ihn [X][X] und [X][X] gemacht hat [X] ||| 1 ||| ||| 0.0714286 0.0714286
-acquitted him [X] ||| ihn freigesprochen [X] ||| 1 ||| ||| 1.5 1
-have acquitted him [X] ||| ihn freigesprochen [X] ||| 1 ||| ||| 1.5 0.5
-acquitted him [X][X] that [X] ||| ihn freigesprochen [X][X] , daß [X] ||| 1 ||| ||| 0.158824 0.1
-have acquitted him [X][X] that [X] ||| ihn freigesprochen [X][X] , daß [X] ||| 1 ||| ||| 0.158824 0.0588235
-acquitted him [X][X] [X] ||| ihn freigesprochen [X][X] [X] ||| 1 ||| ||| 0.355252 0.225
-have acquitted him [X][X] [X] ||| ihn freigesprochen [X][X] [X] ||| 1 ||| ||| 0.355252 0.130252
-acquitted him and [X] ||| ihn freigesprochen und [X] ||| 1 ||| ||| 0.75 0.5
-have acquitted him and [X] ||| ihn freigesprochen und [X] ||| 1 ||| ||| 0.75 0.25
-acquitted him and [X][X] that [X] ||| ihn freigesprochen und [X][X] , daß [X] ||| 1 ||| ||| 0.1 0.1
-acquitted him and [X][X] [X] ||| ihn freigesprochen und [X][X] [X] ||| 1 ||| ||| 0.355252 0.225
-have acquitted him and [X][X] [X] ||| ihn freigesprochen und [X][X] [X] ||| 1 ||| ||| 0.355252 0.130252
-acquitted him and made [X][X] [X] ||| ihn freigesprochen und [X][X] gemacht hat [X] ||| 1 ||| ||| 0.125 0.125
-their fleet [X] ||| ihr Soll [X] ||| 1 ||| ||| 1 1
-their fleet [X][X] [X] ||| ihr Soll [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] their fleet [X][X] [X] ||| ihr Soll [X][X] [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] their fleet [X][X] annually [X] ||| ihr Soll [X][X] [X][X] jährlich [X] ||| 1 ||| ||| 0.2 0.2
-fail [X][X] their fleet [X][X] [X] ||| ihr Soll [X][X] nicht [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-their fleet reduction targets [X] ||| ihr Soll zur Flottenverkleinerung [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] their fleet reduction targets [X] ||| ihr Soll zur Flottenverkleinerung [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-their [X] ||| ihr [X] ||| 1 ||| ||| 1 1
-their [X][X] [X] ||| ihr [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] their [X][X] [X] ||| ihr [X][X] [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] their [X][X] annually [X] ||| ihr [X][X] [X][X] jährlich [X] ||| 1 ||| ||| 0.2 0.2
-fail [X][X] their [X][X] [X] ||| ihr [X][X] nicht [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-fail [X][X] their [X][X] annually [X] ||| ihr [X][X] nicht [X][X] jährlich [X] ||| 1 ||| ||| 0.2 0.2
-fail to meet their [X][X] [X] ||| ihr [X][X] nicht erfüllen , [X] ||| 1 ||| ||| 0.142857 0.142857
-her [X] ||| ihrem [X] ||| 1 ||| ||| 1 1
-you [X] ||| im Parlament [X] ||| 1 ||| ||| 1 1
-you [X][X] debate [X] ||| im Parlament [X][X] Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-you [X][X] debate on [X] ||| im Parlament [X][X] Aussprache im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you [X][X] [X] ||| im Parlament [X][X] [X] ||| 1 ||| ||| 0.433954 0.433954
-you [X][X] a debate [X] ||| im Parlament [X][X] einer Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-you [X][X] a debate on [X] ||| im Parlament [X][X] einer Aussprache im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you [X][X] a [X] ||| im Parlament [X][X] einer [X] ||| 1 ||| ||| 0.0714286 0.0714286
-you [X][X] a [X][X] [X] ||| im Parlament [X][X] einer [X][X] [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you [X][X] on [X] ||| im Parlament [X][X] im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you [X][X] [X] ||| im Parlament [X][X] nach [X] ||| 1 ||| ||| 0.142857 0.142857
-you [X][X] a debate [X] ||| im Parlament [X][X] nach einer Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-you [X][X] a debate on [X] ||| im Parlament [X][X] nach einer Aussprache im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you [X][X] a [X] ||| im Parlament [X][X] nach einer [X] ||| 1 ||| ||| 0.0714286 0.0714286
-you [X][X] a [X][X] [X] ||| im Parlament [X][X] nach einer [X][X] [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you have [X] ||| im Parlament besteht [X] ||| 1 ||| ||| 1 1
-you have [X][X] debate [X] ||| im Parlament besteht [X][X] Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-you have [X][X] debate on [X] ||| im Parlament besteht [X][X] Aussprache im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you have [X][X] [X] ||| im Parlament besteht [X][X] [X] ||| 1 ||| ||| 0.12443 0.12443
-you have [X][X] on [X] ||| im Parlament besteht [X][X] im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you have requested [X] ||| im Parlament besteht der Wunsch [X] ||| 1 ||| ||| 0.166667 0.166667
-you have requested [X][X] [X] ||| im Parlament besteht der Wunsch [X][X] [X] ||| 1 ||| ||| 0.0530013 0.0530013
-you have requested [X][X] on [X] ||| im Parlament besteht der Wunsch [X][X] im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you have requested [X] ||| im Parlament besteht der Wunsch nach [X] ||| 1 ||| ||| 0.142857 0.142857
-you have requested [X][X] [X] ||| im Parlament besteht der Wunsch nach [X][X] [X] ||| 1 ||| ||| 0.0530013 0.0530013
-you have requested [X][X] on [X] ||| im Parlament besteht der Wunsch nach [X][X] im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you have requested a debate [X] ||| im Parlament besteht der Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-you have requested a [X] ||| im Parlament besteht der Wunsch nach einer [X] ||| 1 ||| ||| 0.0714286 0.0714286
-you have requested a [X][X] [X] ||| im Parlament besteht der Wunsch nach einer [X][X] [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you have [X] ||| im Parlament besteht der [X] ||| 1 ||| ||| 1 1
-you have [X][X] debate [X] ||| im Parlament besteht der [X][X] Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-you have [X][X] debate on [X] ||| im Parlament besteht der [X][X] Aussprache im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-you have [X][X] [X] ||| im Parlament besteht der [X][X] [X] ||| 1 ||| ||| 0.12443 0.12443
-you have [X][X] on [X] ||| im Parlament besteht der [X][X] im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-in keeping with [X] ||| im Sinne [X] ||| 1 ||| ||| 0.5 0.5
-in keeping with [X][X] [X] ||| im Sinne [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-in keeping with the positions [X] ||| im Sinne der Position [X] ||| 1 ||| ||| 0.142857 0.142857
-in keeping with the [X] ||| im Sinne der [X] ||| 1 ||| ||| 0.25 0.25
-concerning inadmissibility . [X] ||| im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.333333 0.333333
-concerning inadmissibility [X] ||| im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 1 1
-concerning [X] ||| im Zusammenhang mit der [X] ||| 1 ||| ||| 1 1
-concerning [X][X] [X] ||| im Zusammenhang mit der [X][X] [X] ||| 1 ||| ||| 0.333333 0.333333
-in [X] ||| im [X] ||| 1 ||| ||| 2 1
-on [X] ||| im [X] ||| 1 ||| ||| 2 1
-[X][X] debate [X] ||| im [X][X] Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] debate on [X] ||| im [X][X] Aussprache im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-in [X][X] positions [X] ||| im [X][X] Position [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] requested [X] ||| im [X][X] Wunsch [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] requested [X][X] [X] ||| im [X][X] Wunsch [X][X] [X] ||| 1 ||| ||| 0.0530013 0.0530013
-[X][X] requested [X][X] on [X] ||| im [X][X] Wunsch [X][X] im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-[X][X] requested [X] ||| im [X][X] Wunsch nach [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] requested [X][X] [X] ||| im [X][X] Wunsch nach [X][X] [X] ||| 1 ||| ||| 0.0530013 0.0530013
-[X][X] requested [X][X] on [X] ||| im [X][X] Wunsch nach [X][X] im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-[X][X] requested a debate [X] ||| im [X][X] Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] requested a debate on [X] ||| im [X][X] Wunsch nach einer Aussprache im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-[X][X] requested a [X] ||| im [X][X] Wunsch nach einer [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] requested a [X][X] [X] ||| im [X][X] Wunsch nach einer [X][X] [X] ||| 1 ||| ||| 0.0185185 0.0185185
-in [X][X] [X] ||| im [X][X] [X] ||| 1 ||| ||| 0.892857 0.892857
-in [X][X] the positions [X] ||| im [X][X] der Position [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] requested [X] ||| im [X][X] der Wunsch [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] requested [X][X] [X] ||| im [X][X] der Wunsch [X][X] [X] ||| 1 ||| ||| 0.0530013 0.0530013
-[X][X] requested [X][X] on [X] ||| im [X][X] der Wunsch [X][X] im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-[X][X] requested [X] ||| im [X][X] der Wunsch nach [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] requested [X][X] [X] ||| im [X][X] der Wunsch nach [X][X] [X] ||| 1 ||| ||| 0.0530013 0.0530013
-[X][X] requested [X][X] on [X] ||| im [X][X] der Wunsch nach [X][X] im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-[X][X] requested a debate [X] ||| im [X][X] der Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] requested a debate on [X] ||| im [X][X] der Wunsch nach einer Aussprache im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-[X][X] requested a [X] ||| im [X][X] der Wunsch nach einer [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] requested a [X][X] [X] ||| im [X][X] der Wunsch nach einer [X][X] [X] ||| 1 ||| ||| 0.0185185 0.0185185
-in [X][X] the [X] ||| im [X][X] der [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] a debate [X] ||| im [X][X] einer Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] a debate on [X] ||| im [X][X] einer Aussprache im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-[X][X] a [X] ||| im [X][X] einer [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] a [X][X] [X] ||| im [X][X] einer [X][X] [X] ||| 1 ||| ||| 0.0185185 0.0185185
-[X][X] on [X] ||| im [X][X] im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-[X][X] a debate [X] ||| im [X][X] nach einer Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] a debate on [X] ||| im [X][X] nach einer Aussprache im [X] ||| 1 ||| ||| 0.0185185 0.0185185
-[X][X] a [X] ||| im [X][X] nach einer [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] a [X][X] [X] ||| im [X][X] nach einer [X][X] [X] ||| 1 ||| ||| 0.0185185 0.0185185
-always [X] ||| immer [X] ||| 1 ||| ||| 2 1
-has always [X] ||| immer [X] ||| 1 ||| ||| 2 1
-always [X][X] [X] ||| immer [X][X] [X] ||| 1 ||| ||| 0.533333 0.333333
-has always [X][X] [X] ||| immer [X][X] [X] ||| 1 ||| ||| 0.533333 0.2
-always adopted . [X] ||| immer vertreten haben . [X] ||| 1 ||| ||| 0.533333 0.333333
-has always adopted . [X] ||| immer vertreten haben . [X] ||| 1 ||| ||| 0.533333 0.2
-always adopted [X] ||| immer vertreten haben [X] ||| 1 ||| ||| 1.5 1
-has always adopted [X] ||| immer vertreten haben [X] ||| 1 ||| ||| 1.5 0.5
-consistently shown [X] ||| immer wieder befaßt [X] ||| 1 ||| ||| 3 1
-consistently shown an [X] ||| immer wieder befaßt [X] ||| 1 ||| ||| 3 1
-consistently shown an interest [X] ||| immer wieder befaßt [X] ||| 1 ||| ||| 3 1
-has consistently shown [X] ||| immer wieder befaßt hat [X] ||| 1 ||| ||| 1.08333 0.5
-has consistently shown an [X] ||| immer wieder befaßt hat [X] ||| 1 ||| ||| 1.08333 0.333333
-has consistently shown an interest [X] ||| immer wieder befaßt hat [X] ||| 1 ||| ||| 1.08333 0.25
-has consistently shown [X][X] [X] ||| immer wieder befaßt hat [X][X] [X] ||| 1 ||| ||| 0.222222 0.111111
-has consistently shown an [X][X] [X] ||| immer wieder befaßt hat [X][X] [X] ||| 1 ||| ||| 0.222222 0.111111
-in paragraph 6 [X] ||| in Absatz 6 [X] ||| 1 ||| ||| 0.333333 0.333333
-proposal in paragraph 6 that [X] ||| in Absatz 6 vorschlägt , [X] ||| 1 ||| ||| 0.2 0.2
-proposal in paragraph 6 [X] ||| in Absatz 6 vorschlägt [X] ||| 1 ||| ||| 0.25 0.25
-in paragraph [X] ||| in Absatz [X] ||| 1 ||| ||| 1 1
-appealing [X] ||| in Berufung [X] ||| 1 ||| ||| 1 1
-is appealing . [X] ||| in Berufung geht . [X] ||| 1 ||| ||| 0.333333 0.333333
-is appealing [X] ||| in Berufung geht [X] ||| 1 ||| ||| 1 1
-in Russia , [X] ||| in Rußland [X] ||| 1 ||| ||| 1.5 0.5
-in Russia [X] ||| in Rußland [X] ||| 1 ||| ||| 1.5 1
-in Sri Lanka [X] ||| in Sri Lanka [X] ||| 1 ||| ||| 0.666666 0.666666
-[X][X] killings in Sri Lanka [X] ||| in Sri Lanka [X][X] Toten [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] in Sri Lanka [X] ||| in Sri Lanka [X][X] [X] ||| 1 ||| ||| 0.160714 0.125
-in Sri Lanka [X][X] [X] ||| in Sri Lanka [X][X] [X] ||| 1 ||| ||| 0.160714 0.0357143
-in Sri Lanka [X] ||| in Sri Lanka zu [X] ||| 1 ||| ||| 0.25 0.25
-in Sri Lanka [X][X] [X] ||| in Sri Lanka zu [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in Sri Lanka [X] ||| in Sri Lanka zu beklagen [X] ||| 1 ||| ||| 0.2 0.2
-in Sri Lanka [X][X] [X] ||| in Sri Lanka zu beklagen [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , [X] ||| 1 ||| ||| 0.0833333 0.0833333
-in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.0714286 0.0714286
-in Sri Lanka was Mr [X] ||| in Sri Lanka zu beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , zählt auch [X] ||| 1 ||| ||| 0.0625 0.0625
-in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab [X] ||| 1 ||| ||| 0.1 0.1
-in Sri [X] ||| in Sri [X] ||| 1 ||| ||| 2 2
-in Sri [X][X] [X] ||| in Sri [X][X] , [X] ||| 1 ||| ||| 0.0833333 0.0833333
-in Sri [X][X] [X] ||| in Sri [X][X] , zählt [X] ||| 1 ||| ||| 0.0714286 0.0714286
-in Sri [X][X] Mr [X] ||| in Sri [X][X] , zählt auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in Sri [X][X] [X] ||| in Sri [X][X] , zählt auch [X] ||| 1 ||| ||| 0.0625 0.0625
-in Sri [X][X] Mr [X] ||| in Sri [X][X] Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in Sri [X][X] [X] ||| in Sri [X][X] [X] ||| 1 ||| ||| 0.352976 0.352976
-in Sri [X][X] Mr [X] ||| in Sri [X][X] auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in Sri [X][X] [X] ||| in Sri [X][X] auch [X] ||| 1 ||| ||| 0.0625 0.0625
-in Sri [X][X] [X] ||| in Sri [X][X] zählt [X] ||| 1 ||| ||| 0.0714286 0.0714286
-in Sri [X][X] Mr [X] ||| in Sri [X][X] zählt auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in Sri [X][X] [X] ||| in Sri [X][X] zählt auch [X] ||| 1 ||| ||| 0.0625 0.0625
-in Texas [X] ||| in Texas [X] ||| 1 ||| ||| 1 1
-as [X] ||| in [X] ||| 1 ||| ||| 11 1
-in [X] ||| in [X] ||| 1 ||| ||| 11 9
-to [X] ||| in [X] ||| 1 ||| ||| 11 1
-in [X][X] [X] ||| in [X][X] , [X] ||| 1 ||| ||| 0.0833333 0.0833333
-in [X][X] [X] ||| in [X][X] , zählt [X] ||| 1 ||| ||| 0.0714286 0.0714286
-in [X][X] Mr [X] ||| in [X][X] , zählt auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in [X][X] [X] ||| in [X][X] , zählt auch [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] . [X] ||| in [X][X] . [X] ||| 1 ||| ||| 0.333333 0.333333
-in [X][X] European Union [X] ||| in [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.04 0.04
-in [X][X] European [X] ||| in [X][X] Europäischen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in [X][X] Mr [X] ||| in [X][X] Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in [X][X] countries [X] ||| in [X][X] Ländern [X] ||| 1 ||| ||| 0.166667 0.166667
-in [X][X] countries [X][X] European [X] ||| in [X][X] Ländern [X][X] Europäischen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in [X][X] countries [X][X] Union [X] ||| in [X][X] Ländern [X][X] Union [X] ||| 1 ||| ||| 0.04 0.04
-in [X][X] countries [X][X] [X] ||| in [X][X] Ländern [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-in [X][X] countries of the [X] ||| in [X][X] Ländern der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-in [X][X] few days , [X] ||| in [X][X] Tagen [X] ||| 1 ||| ||| 0.253968 0.111111
-in [X][X] few days [X] ||| in [X][X] Tagen [X] ||| 1 ||| ||| 0.253968 0.142857
-in [X][X] Union [X] ||| in [X][X] Union [X] ||| 1 ||| ||| 0.04 0.04
-in [X][X] , [X] ||| in [X][X] [X] ||| 1 ||| ||| 5.49878 0.111111
-in [X][X] [X] ||| in [X][X] [X] ||| 1 ||| ||| 5.49878 4.05434
-to [X][X] [X] ||| in [X][X] [X] ||| 1 ||| ||| 5.49878 1
-to [X][X] to [X] ||| in [X][X] [X] ||| 1 ||| ||| 5.49878 0.333333
-[X][X] killings in [X][X] [X] ||| in [X][X] [X][X] Toten [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] in [X][X] [X] ||| in [X][X] [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-in [X][X] Mr [X] ||| in [X][X] auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in [X][X] [X] ||| in [X][X] auch [X] ||| 1 ||| ||| 0.0625 0.0625
-in [X][X] [X] ||| in [X][X] beklagen [X] ||| 1 ||| ||| 0.2 0.2
-in [X][X] was [X] ||| in [X][X] beklagen gab , [X] ||| 1 ||| ||| 0.0833333 0.0833333
-in [X][X] was [X] ||| in [X][X] beklagen gab , zählt [X] ||| 1 ||| ||| 0.0714286 0.0714286
-in [X][X] was Mr [X] ||| in [X][X] beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in [X][X] was [X] ||| in [X][X] beklagen gab , zählt auch [X] ||| 1 ||| ||| 0.0625 0.0625
-in [X][X] was [X] ||| in [X][X] beklagen gab [X] ||| 1 ||| ||| 0.1 0.1
-to [X][X] the [X] ||| in [X][X] das [X] ||| 1 ||| ||| 0.333334 0.166667
-to [X][X] to the [X] ||| in [X][X] das [X] ||| 1 ||| ||| 0.333334 0.166667
-in [X][X] of the European [X] ||| in [X][X] der Europäischen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in [X][X] of the [X] ||| in [X][X] der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-in [X][X] of the [X][X] [X] ||| in [X][X] der [X][X] [X] ||| 1 ||| ||| 0.04 0.04
-in [X][X] was [X] ||| in [X][X] gab , [X] ||| 1 ||| ||| 0.0833333 0.0833333
-in [X][X] was [X] ||| in [X][X] gab , zählt [X] ||| 1 ||| ||| 0.0714286 0.0714286
-in [X][X] was Mr [X] ||| in [X][X] gab , zählt auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in [X][X] was [X] ||| in [X][X] gab , zählt auch [X] ||| 1 ||| ||| 0.0625 0.0625
-in [X][X] was [X] ||| in [X][X] gab [X] ||| 1 ||| ||| 0.1 0.1
-a number [X][X] in [X][X] [X] ||| in [X][X] mehrere [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-in [X][X] next few days [X] ||| in [X][X] nächsten Tagen [X] ||| 1 ||| ||| 0.142857 0.142857
-in [X][X] next [X] ||| in [X][X] nächsten [X] ||| 1 ||| ||| 0.333333 0.333333
-in [X][X] next [X][X] , [X] ||| in [X][X] nächsten [X][X] [X] ||| 1 ||| ||| 0.365079 0.111111
-in [X][X] next [X][X] [X] ||| in [X][X] nächsten [X][X] [X] ||| 1 ||| ||| 0.365079 0.253968
-proposal in [X][X] that [X] ||| in [X][X] vorschlägt , [X] ||| 1 ||| ||| 0.2 0.2
-proposal in [X][X] [X] ||| in [X][X] vorschlägt [X] ||| 1 ||| ||| 0.25 0.25
-in [X][X] [X] ||| in [X][X] zu [X] ||| 1 ||| ||| 0.25 0.25
-in [X][X] [X] ||| in [X][X] zu beklagen [X] ||| 1 ||| ||| 0.2 0.2
-in [X][X] was [X] ||| in [X][X] zu beklagen gab , [X] ||| 1 ||| ||| 0.0833333 0.0833333
-in [X][X] was [X] ||| in [X][X] zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.0714286 0.0714286
-in [X][X] was Mr [X] ||| in [X][X] zu beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in [X][X] was [X] ||| in [X][X] zu beklagen gab , zählt auch [X] ||| 1 ||| ||| 0.0625 0.0625
-in [X][X] was [X] ||| in [X][X] zu beklagen gab [X] ||| 1 ||| ||| 0.1 0.1
-in [X][X] [X] ||| in [X][X] zählt [X] ||| 1 ||| ||| 0.0714286 0.0714286
-in [X][X] Mr [X] ||| in [X][X] zählt auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-in [X][X] [X] ||| in [X][X] zählt auch [X] ||| 1 ||| ||| 0.0625 0.0625
-, [X][X] in America , [X] ||| in den Vereinigten Staaten , [X][X] , [X] ||| 1 ||| ||| 0.166667 0.166667
-, [X][X] in America [X] ||| in den Vereinigten Staaten , [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-, [X][X] in America [X][X] [X] ||| in den Vereinigten Staaten , [X][X] [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-, in Texas in America [X] ||| in den Vereinigten Staaten , in Texas [X] ||| 1 ||| ||| 0.166667 0.166667
-in America [X] ||| in den Vereinigten Staaten [X] ||| 1 ||| ||| 1 1
-[X][X] in America , [X] ||| in den Vereinigten Staaten [X][X] , [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] in America , for [X] ||| in den Vereinigten Staaten [X][X] , für [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] Texas in America , [X] ||| in den Vereinigten Staaten [X][X] Texas , [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Texas in America [X] ||| in den Vereinigten Staaten [X][X] Texas [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Texas in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] Texas [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] in America [X] ||| in den Vereinigten Staaten [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-Thursday [X][X] in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] [X][X] Donnerstag [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-in [X] ||| in den [X] ||| 1 ||| ||| 2.5 1
-in the [X] ||| in den [X] ||| 1 ||| ||| 2.5 1
-in the course of the [X] ||| in den [X] ||| 1 ||| ||| 2.5 0.5
-in the [X][X] European Union [X] ||| in den [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.04 0.04
-in the [X][X] European [X] ||| in den [X][X] Europäischen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in the [X][X] Union [X] ||| in den [X][X] Union [X] ||| 1 ||| ||| 0.04 0.04
-in the [X][X] [X] ||| in den [X][X] [X] ||| 1 ||| ||| 0.330727 0.330727
-in the [X][X] of the [X] ||| in den [X][X] der [X] ||| 1 ||| ||| 0.0714286 0.0714286
-in the various countries [X] ||| in den verschiedenen Ländern [X] ||| 1 ||| ||| 0.166667 0.166667
-in the various countries [X][X] [X] ||| in den verschiedenen Ländern [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-in the various [X] ||| in den verschiedenen [X] ||| 1 ||| ||| 0.333333 0.333333
-in the various [X][X] European [X] ||| in den verschiedenen [X][X] Europäischen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in the various [X][X] Union [X] ||| in den verschiedenen [X][X] Union [X] ||| 1 ||| ||| 0.04 0.04
-in the various [X][X] [X] ||| in den verschiedenen [X][X] [X] ||| 1 ||| ||| 0.16406 0.16406
-to write a letter [X] ||| in einem Schreiben [X] ||| 1 ||| ||| 0.833333 0.5
-to write a letter to [X] ||| in einem Schreiben [X] ||| 1 ||| ||| 0.833333 0.333333
-to write a letter [X][X] [X] ||| in einem Schreiben [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-particularly those [X] ||| insbesondere [X] ||| 1 ||| ||| 1 1
-is [X] ||| ist , [X] ||| 1 ||| ||| 1 1
-[X][X] objection [X] ||| ist , [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.25 0.25
-an objection [X] ||| ist , einen Einwand gegen [X] ||| 1 ||| ||| 1.25 1
-raise an objection [X] ||| ist , einen Einwand gegen [X] ||| 1 ||| ||| 1.25 0.25
-an [X] ||| ist , einen [X] ||| 1 ||| ||| 2 1
-raise an [X] ||| ist , einen [X] ||| 1 ||| ||| 2 1
-. [X] ||| ist . [X] ||| 1 ||| ||| 1 1
-is [X] ||| ist [X] ||| 1 ||| ||| 9 7
-is a [X] ||| ist [X] ||| 1 ||| ||| 9 1
-which is [X] ||| ist [X] ||| 1 ||| ||| 9 1
-[X][X] , he is [X] ||| ist [X][X] , daß er [X] ||| 1 ||| ||| 0.111111 0.111111
-is [X][X] . [X] ||| ist [X][X] . [X] ||| 1 ||| ||| 0.0344828 0.0344828
-is [X][X] Alexander Nikitin . [X] ||| ist [X][X] Alexander Nikitin . [X] ||| 1 ||| ||| 0.0344828 0.0344828
-is [X][X] Alexander Nikitin [X] ||| ist [X][X] Alexander Nikitin [X] ||| 1 ||| ||| 0.0526316 0.0526316
-is [X][X] Alexander [X] ||| ist [X][X] Alexander [X] ||| 1 ||| ||| 0.0909091 0.0909091
-is [X][X] Alexander [X][X] [X] ||| ist [X][X] Alexander [X][X] [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] objection [X] ||| ist [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.25 0.25
-is [X][X] Nikitin . [X] ||| ist [X][X] Nikitin . [X] ||| 1 ||| ||| 0.0344828 0.0344828
-is [X][X] Nikitin [X] ||| ist [X][X] Nikitin [X] ||| 1 ||| ||| 0.0526316 0.0526316
-is [X][X] positions [X] ||| ist [X][X] Position [X] ||| 1 ||| ||| 0.0588235 0.0588235
-is [X][X] keeping with [X] ||| ist [X][X] Sinne [X] ||| 1 ||| ||| 0.125 0.125
-is [X][X] keeping with [X][X] [X] ||| ist [X][X] Sinne [X][X] [X] ||| 1 ||| ||| 0.0588235 0.0588235
-is [X][X] keeping with the [X] ||| ist [X][X] Sinne der [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] is [X] ||| ist [X][X] [X] ||| 1 ||| ||| 1.38962 0.111111
-is [X][X] [X] ||| ist [X][X] [X] ||| 1 ||| ||| 1.38962 1.27851
-[X][X] he is [X] ||| ist [X][X] daß er [X] ||| 1 ||| ||| 0.111111 0.111111
-is [X][X] the positions [X] ||| ist [X][X] der Position [X] ||| 1 ||| ||| 0.0588235 0.0588235
-is [X][X] the [X] ||| ist [X][X] der [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] he is [X] ||| ist [X][X] er [X] ||| 1 ||| ||| 0.111111 0.111111
-is [X][X] of Alexander Nikitin [X] ||| ist [X][X] von Alexander Nikitin [X] ||| 1 ||| ||| 0.0526316 0.0526316
-is [X][X] of Alexander [X] ||| ist [X][X] von Alexander [X] ||| 1 ||| ||| 0.0909091 0.0909091
-is [X][X] of Alexander [X][X] [X] ||| ist [X][X] von Alexander [X][X] [X] ||| 1 ||| ||| 0.0344828 0.0344828
-is [X][X] of [X] ||| ist [X][X] von [X] ||| 1 ||| ||| 0.166667 0.166667
-is [X][X] of [X][X] . [X] ||| ist [X][X] von [X][X] . [X] ||| 1 ||| ||| 0.0344828 0.0344828
-is [X][X] of [X][X] [X] ||| ist [X][X] von [X][X] [X] ||| 1 ||| ||| 0.0871143 0.0871143
-the [X] ||| ist auch der [X] ||| 1 ||| ||| 1 1
-is the case [X] ||| ist der Fall [X] ||| 1 ||| ||| 0.333333 0.333333
-is the case [X][X] . [X] ||| ist der Fall [X][X] . [X] ||| 1 ||| ||| 0.0344828 0.0344828
-is the case [X][X] Nikitin [X] ||| ist der Fall [X][X] Nikitin [X] ||| 1 ||| ||| 0.0526316 0.0526316
-is the case [X][X] [X] ||| ist der Fall [X][X] [X] ||| 1 ||| ||| 0.178023 0.178023
-is the case of Alexander [X] ||| ist der Fall von Alexander [X] ||| 1 ||| ||| 0.0909091 0.0909091
-is the case of [X] ||| ist der Fall von [X] ||| 1 ||| ||| 0.166667 0.166667
-is the case of [X][X] [X] ||| ist der Fall von [X][X] [X] ||| 1 ||| ||| 0.0871143 0.0871143
-is the [X] ||| ist der [X] ||| 1 ||| ||| 1 1
-is the [X][X] . [X] ||| ist der [X][X] . [X] ||| 1 ||| ||| 0.0344828 0.0344828
-is the [X][X] Alexander Nikitin [X] ||| ist der [X][X] Alexander Nikitin [X] ||| 1 ||| ||| 0.0526316 0.0526316
-is the [X][X] Alexander [X] ||| ist der [X][X] Alexander [X] ||| 1 ||| ||| 0.0909091 0.0909091
-is the [X][X] Alexander [X][X] [X] ||| ist der [X][X] Alexander [X][X] [X] ||| 1 ||| ||| 0.0344828 0.0344828
-is the [X][X] Nikitin . [X] ||| ist der [X][X] Nikitin . [X] ||| 1 ||| ||| 0.0344828 0.0344828
-is the [X][X] Nikitin [X] ||| ist der [X][X] Nikitin [X] ||| 1 ||| ||| 0.0526316 0.0526316
-is the [X][X] [X] ||| ist der [X][X] [X] ||| 1 ||| ||| 0.34469 0.34469
-, [X][X] is [X] ||| ist es [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-, [X][X] he is [X] ||| ist es [X][X] daß er [X] ||| 1 ||| ||| 0.111111 0.111111
-, [X][X] he is [X] ||| ist es [X][X] er [X] ||| 1 ||| ||| 0.111111 0.111111
-, however , he is [X] ||| ist es aber so , daß er [X] ||| 1 ||| ||| 0.111111 0.111111
-, however [X][X] is [X] ||| ist es aber so [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-is quite [X] ||| ist ganz [X] ||| 1 ||| ||| 1 1
-is quite [X][X] positions [X] ||| ist ganz [X][X] Position [X] ||| 1 ||| ||| 0.0588235 0.0588235
-is quite [X][X] [X] ||| ist ganz [X][X] [X] ||| 1 ||| ||| 0.267157 0.267157
-is quite [X][X] the positions [X] ||| ist ganz [X][X] der Position [X] ||| 1 ||| ||| 0.0588235 0.0588235
-is quite [X][X] the [X] ||| ist ganz [X][X] der [X] ||| 1 ||| ||| 0.0833333 0.0833333
-is quite in keeping with [X] ||| ist ganz im Sinne [X] ||| 1 ||| ||| 0.125 0.125
-is quite in [X] ||| ist ganz im [X] ||| 1 ||| ||| 0.333333 0.333333
-is quite in [X][X] positions [X] ||| ist ganz im [X][X] Position [X] ||| 1 ||| ||| 0.0588235 0.0588235
-is quite in [X][X] [X] ||| ist ganz im [X][X] [X] ||| 1 ||| ||| 0.267157 0.267157
-is quite in [X][X] the [X] ||| ist ganz im [X][X] der [X] ||| 1 ||| ||| 0.0833333 0.0833333
-yes , Mr Evans , [X] ||| ja , Herr Evans , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-yes , Mr Evans [X] ||| ja , Herr Evans [X] ||| 1 ||| ||| 0.166667 0.166667
-yes , Mr Evans [X][X] [X] ||| ja , Herr Evans [X][X] [X] ||| 1 ||| ||| 0.112755 0.112755
-yes , Mr [X] ||| ja , Herr [X] ||| 1 ||| ||| 0.333333 0.333333
-yes , Mr [X][X] [X] ||| ja , Herr [X][X] [X] ||| 1 ||| ||| 0.203664 0.203664
-yes , Mr [X][X] feel [X] ||| ja , Herr [X][X] denke , daß [X] ||| 1 ||| ||| 0.0344828 0.0344828
-yes , Mr [X][X] an [X] ||| ja , Herr [X][X] eine [X] ||| 1 ||| ||| 0.025641 0.025641
-yes , Mr [X][X] I [X] ||| ja , Herr [X][X] ich [X] ||| 1 ||| ||| 0.0526316 0.0526316
-yes , [X] ||| ja , [X] ||| 1 ||| ||| 1 1
-yes , [X][X] , [X] ||| ja , [X][X] , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-yes , [X][X] , [X][X] [X] ||| ja , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0601238 0.0601238
-yes , [X][X] , I [X] ||| ja , [X][X] , ich [X] ||| 1 ||| ||| 0.0526316 0.0526316
-yes , [X][X] [X] ||| ja , [X][X] [X] ||| 1 ||| ||| 0.370331 0.370331
-yes , [X][X] feel [X] ||| ja , [X][X] denke , daß [X] ||| 1 ||| ||| 0.0344828 0.0344828
-yes , [X][X] feel an [X] ||| ja , [X][X] denke , daß eine [X] ||| 1 ||| ||| 0.025641 0.025641
-yes , [X][X] an [X] ||| ja , [X][X] eine [X] ||| 1 ||| ||| 0.025641 0.025641
-yes , [X][X] I [X] ||| ja , [X][X] ich [X] ||| 1 ||| ||| 0.0526316 0.0526316
-yes , [X][X] I [X][X] [X] ||| ja , [X][X] ich [X][X] [X] ||| 1 ||| ||| 0.025641 0.025641
-yes , [X][X] I feel [X] ||| ja , [X][X] ich denke , daß [X] ||| 1 ||| ||| 0.0344828 0.0344828
-yes [X] ||| ja [X] ||| 1 ||| ||| 1 1
-yes [X][X] , [X] ||| ja [X][X] , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-yes [X][X] , [X][X] [X] ||| ja [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0601238 0.0601238
-yes [X][X] , [X][X] an [X] ||| ja [X][X] , [X][X] eine [X] ||| 1 ||| ||| 0.025641 0.025641
-yes [X][X] , I [X] ||| ja [X][X] , ich [X] ||| 1 ||| ||| 0.0526316 0.0526316
-yes [X][X] , I [X][X] [X] ||| ja [X][X] , ich [X][X] [X] ||| 1 ||| ||| 0.025641 0.025641
-yes [X][X] , I feel [X] ||| ja [X][X] , ich denke , daß [X] ||| 1 ||| ||| 0.0344828 0.0344828
-yes [X][X] Evans , [X] ||| ja [X][X] Evans , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-yes [X][X] Evans , [X][X] [X] ||| ja [X][X] Evans , [X][X] [X] ||| 1 ||| ||| 0.0601238 0.0601238
-yes [X][X] Evans , I [X] ||| ja [X][X] Evans , ich [X] ||| 1 ||| ||| 0.0526316 0.0526316
-yes [X][X] Evans [X] ||| ja [X][X] Evans [X] ||| 1 ||| ||| 0.166667 0.166667
-yes [X][X] Evans [X][X] [X] ||| ja [X][X] Evans [X][X] [X] ||| 1 ||| ||| 0.112755 0.112755
-yes [X][X] Evans [X][X] feel [X] ||| ja [X][X] Evans [X][X] denke , daß [X] ||| 1 ||| ||| 0.0344828 0.0344828
-yes [X][X] Evans [X][X] an [X] ||| ja [X][X] Evans [X][X] eine [X] ||| 1 ||| ||| 0.025641 0.025641
-yes [X][X] [X] ||| ja [X][X] [X] ||| 1 ||| ||| 0.703664 0.703664
-yes [X][X] feel [X] ||| ja [X][X] denke , daß [X] ||| 1 ||| ||| 0.0344828 0.0344828
-yes [X][X] feel an [X] ||| ja [X][X] denke , daß eine [X] ||| 1 ||| ||| 0.025641 0.025641
-yes [X][X] an [X] ||| ja [X][X] eine [X] ||| 1 ||| ||| 0.025641 0.025641
-yes [X][X] I [X] ||| ja [X][X] ich [X] ||| 1 ||| ||| 0.0526316 0.0526316
-yes [X][X] I [X][X] [X] ||| ja [X][X] ich [X][X] [X] ||| 1 ||| ||| 0.025641 0.025641
-yes [X][X] I feel [X] ||| ja [X][X] ich denke , daß [X] ||| 1 ||| ||| 0.0344828 0.0344828
-yes [X][X] I feel an [X] ||| ja [X][X] ich denke , daß eine [X] ||| 1 ||| ||| 0.025641 0.025641
-young 34 year-old man who [X] ||| jungen Mannes [X] ||| 1 ||| ||| 0.166667 0.166667
-young 34 [X] ||| jungen [X] ||| 1 ||| ||| 3 1
-young 34 year-old [X] ||| jungen [X] ||| 1 ||| ||| 3 1
-young [X] ||| jungen [X] ||| 1 ||| ||| 3 1
-young 34 [X][X] [X] ||| jungen [X][X] [X] ||| 1 ||| ||| 0.500001 0.166667
-young 34 year-old [X][X] [X] ||| jungen [X][X] [X] ||| 1 ||| ||| 0.500001 0.166667
-young [X][X] [X] ||| jungen [X][X] [X] ||| 1 ||| ||| 0.500001 0.166667
-legal case [X] ||| juristischer Fall [X] ||| 1 ||| ||| 1 1
-legal [X] ||| juristischer [X] ||| 1 ||| ||| 1 1
-annually [X] ||| jährlich [X] ||| 1 ||| ||| 1 1
-recently [X] ||| jüngster Zeit [X] ||| 1 ||| ||| 1 1
-recently [X][X] [X] ||| jüngster Zeit [X][X] , [X] ||| 1 ||| ||| 0.047619 0.047619
-recently [X][X] [X] ||| jüngster Zeit [X][X] , zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka [X] ||| 1 ||| ||| 0.166667 0.166667
-recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka zu [X] ||| 1 ||| ||| 0.125 0.125
-recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka zu beklagen [X] ||| 1 ||| ||| 0.1 0.1
-recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab , [X] ||| 1 ||| ||| 0.047619 0.047619
-recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab [X] ||| 1 ||| ||| 0.0588235 0.0588235
-recently [X][X] [X] ||| jüngster Zeit [X][X] [X] ||| 1 ||| ||| 0.871443 0.871443
-recently [X][X] [X] ||| jüngster Zeit [X][X] beklagen [X] ||| 1 ||| ||| 0.1 0.1
-recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab , [X] ||| 1 ||| ||| 0.047619 0.047619
-recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab , zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab [X] ||| 1 ||| ||| 0.0588235 0.0588235
-recently [X][X] was [X] ||| jüngster Zeit [X][X] gab , [X] ||| 1 ||| ||| 0.047619 0.047619
-recently [X][X] was [X] ||| jüngster Zeit [X][X] gab , zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently [X][X] was [X] ||| jüngster Zeit [X][X] gab [X] ||| 1 ||| ||| 0.0588235 0.0588235
-recently [X][X] [X] ||| jüngster Zeit [X][X] zu [X] ||| 1 ||| ||| 0.125 0.125
-recently [X][X] [X] ||| jüngster Zeit [X][X] zu beklagen [X] ||| 1 ||| ||| 0.1 0.1
-recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab , [X] ||| 1 ||| ||| 0.047619 0.047619
-recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab [X] ||| 1 ||| ||| 0.0588235 0.0588235
-recently [X][X] [X] ||| jüngster Zeit [X][X] zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka [X] ||| 1 ||| ||| 0.166667 0.166667
-recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka zu [X] ||| 1 ||| ||| 0.125 0.125
-recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka zu beklagen [X] ||| 1 ||| ||| 0.1 0.1
-recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab , [X] ||| 1 ||| ||| 0.047619 0.047619
-recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab [X] ||| 1 ||| ||| 0.0588235 0.0588235
-recently in Sri [X] ||| jüngster Zeit in Sri [X] ||| 1 ||| ||| 0.333333 0.333333
-recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] , [X] ||| 1 ||| ||| 0.047619 0.047619
-recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] , zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] [X] ||| 1 ||| ||| 0.146443 0.146443
-recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently in [X] ||| jüngster Zeit in [X] ||| 1 ||| ||| 1 1
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] , [X] ||| 1 ||| ||| 0.047619 0.047619
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] , zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] [X] ||| 1 ||| ||| 0.538109 0.538109
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] beklagen [X] ||| 1 ||| ||| 0.1 0.1
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab , [X] ||| 1 ||| ||| 0.047619 0.047619
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab , zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab [X] ||| 1 ||| ||| 0.0588235 0.0588235
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab , [X] ||| 1 ||| ||| 0.047619 0.047619
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab , zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab [X] ||| 1 ||| ||| 0.0588235 0.0588235
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] zu [X] ||| 1 ||| ||| 0.125 0.125
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] zu beklagen [X] ||| 1 ||| ||| 0.1 0.1
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab , [X] ||| 1 ||| ||| 0.047619 0.047619
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.04 0.04
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab [X] ||| 1 ||| ||| 0.0588235 0.0588235
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] zählt [X] ||| 1 ||| ||| 0.04 0.04
-not a legislative proposal [X] ||| keinen Legislativvorschlag [X] ||| 1 ||| ||| 0.333333 0.333333
-not a [X] ||| keinen [X] ||| 1 ||| ||| 1 1
-not a [X][X] [X] ||| keinen [X][X] [X] ||| 1 ||| ||| 0.333333 0.333333
-come up [X] ||| kommen [X] ||| 1 ||| ||| 1 1
-will come up [X] ||| kommen wird [X] ||| 1 ||| ||| 0.5 0.5
-a constitutional right [X] ||| konstitutionelles Recht [X] ||| 1 ||| ||| 1.5 0.5
-constitutional right [X] ||| konstitutionelles Recht [X] ||| 1 ||| ||| 1.5 1
-[X][X] constitutional right . [X] ||| konstitutionelles Recht [X][X] . [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] constitutional right [X] ||| konstitutionelles Recht [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-is a constitutional right . [X] ||| konstitutionelles Recht ist . [X] ||| 1 ||| ||| 0.166667 0.166667
-is a constitutional right [X] ||| konstitutionelles Recht ist [X] ||| 1 ||| ||| 0.2 0.2
-a constitutional [X] ||| konstitutionelles [X] ||| 1 ||| ||| 2 1
-constitutional [X] ||| konstitutionelles [X] ||| 1 ||| ||| 2 1
-you may , [X] ||| können Sie , [X] ||| 1 ||| ||| 0.5 0.5
-you may , [X][X] , [X] ||| können Sie , [X][X] , [X] ||| 1 ||| ||| 0.047619 0.047619
-you may , [X][X] [X] ||| können Sie , [X][X] [X] ||| 1 ||| ||| 0.285714 0.285714
-you may , [X][X] wish [X] ||| können Sie , [X][X] wollen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-you may , if you [X] ||| können Sie , wenn Sie [X] ||| 1 ||| ||| 0.125 0.125
-you may , if [X] ||| können Sie , wenn [X] ||| 1 ||| ||| 0.25 0.25
-you may , if [X][X] [X] ||| können Sie , wenn [X][X] [X] ||| 1 ||| ||| 0.160714 0.160714
-you may [X] ||| können Sie [X] ||| 1 ||| ||| 1 1
-you may [X][X] , [X] ||| können Sie [X][X] , [X] ||| 1 ||| ||| 0.047619 0.047619
-you may [X][X] , [X][X] [X] ||| können Sie [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-you may [X][X] you [X] ||| können Sie [X][X] Sie [X] ||| 1 ||| ||| 0.125 0.125
-you may [X][X] you [X][X] [X] ||| können Sie [X][X] Sie [X][X] [X] ||| 1 ||| ||| 0.0892857 0.0892857
-you may [X][X] you wish [X] ||| können Sie [X][X] Sie wollen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-you may [X][X] [X] ||| können Sie [X][X] [X] ||| 1 ||| ||| 0.535714 0.535714
-you may [X][X] raise [X][X] [X] ||| können Sie [X][X] [X][X] ansprechen [X] ||| 1 ||| ||| 0.0416667 0.0416667
-you may [X][X] wish , [X] ||| können Sie [X][X] wollen , [X] ||| 1 ||| ||| 0.047619 0.047619
-you may [X][X] wish [X] ||| können Sie [X][X] wollen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-you may [X][X] wish [X][X] [X] ||| können Sie [X][X] wollen [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-may [X] ||| können [X] ||| 1 ||| ||| 1 1
-I would like your [X] ||| könnten Sie mir [X] ||| 1 ||| ||| 1 1
-I would like your [X][X] [X] ||| könnten Sie mir [X][X] [X] ||| 1 ||| ||| 0.396429 0.396429
-I would like your advice [X] ||| könnten Sie mir eine Auskunft [X] ||| 1 ||| ||| 0.333333 0.333333
-I would like your [X] ||| könnten Sie mir eine [X] ||| 1 ||| ||| 1 1
-I would like your [X][X] [X] ||| könnten Sie mir eine [X][X] [X] ||| 1 ||| ||| 0.396429 0.396429
-would [X] ||| könnten [X] ||| 1 ||| ||| 1 1
-merely [X] ||| lediglich um [X] ||| 1 ||| ||| 1 1
-merely [X][X] legislative proposal [X] ||| lediglich um [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.0588235 0.0588235
-merely [X][X] [X] ||| lediglich um [X][X] [X] ||| 1 ||| ||| 0.630252 0.630252
-merely [X][X] not a [X] ||| lediglich um [X][X] keinen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-merely [X][X] not a [X][X] [X] ||| lediglich um [X][X] keinen [X][X] [X] ||| 1 ||| ||| 0.0588235 0.0588235
-merely [X][X] , [X] ||| lediglich um [X][X] und [X] ||| 1 ||| ||| 0.166667 0.166667
-merely [X][X] , [X][X] [X] ||| lediglich um [X][X] und [X][X] [X] ||| 1 ||| ||| 0.130252 0.130252
-merely [X][X] , not a [X] ||| lediglich um [X][X] und keinen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-merely a report [X] ||| lediglich um einen Bericht [X] ||| 1 ||| ||| 0.333333 0.333333
-merely a report [X][X] [X] ||| lediglich um einen Bericht [X][X] [X] ||| 1 ||| ||| 0.130252 0.130252
-merely a report , [X] ||| lediglich um einen Bericht und [X] ||| 1 ||| ||| 0.166667 0.166667
-merely a report , [X][X] [X] ||| lediglich um einen Bericht und [X][X] [X] ||| 1 ||| ||| 0.130252 0.130252
-merely a [X] ||| lediglich um einen [X] ||| 1 ||| ||| 1 1
-merely a [X][X] legislative proposal [X] ||| lediglich um einen [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.0588235 0.0588235
-merely a [X][X] [X] ||| lediglich um einen [X][X] [X] ||| 1 ||| ||| 0.296919 0.296919
-merely a [X][X] not a [X] ||| lediglich um einen [X][X] keinen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-, unfortunately [X] ||| leider [X] ||| 1 ||| ||| 4 1
-been set , unfortunately [X] ||| leider [X] ||| 1 ||| ||| 4 1
-has been set , unfortunately [X] ||| leider [X] ||| 1 ||| ||| 4 1
-set , unfortunately [X] ||| leider [X] ||| 1 ||| ||| 4 1
-, unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 1 ||| ||| 1.48333 0.583333
-been set , unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 1 ||| ||| 1.48333 0.45
-set , unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 1 ||| ||| 1.48333 0.45
-, unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 1 ||| ||| 0.65 0.25
-been set , unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 1 ||| ||| 0.65 0.2
-set , unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 1 ||| ||| 0.65 0.2
-, unfortunately for [X] ||| leider damit [X] ||| 1 ||| ||| 1.66667 0.5
-, unfortunately for next [X] ||| leider damit [X] ||| 1 ||| ||| 1.66667 0.333333
-been set , unfortunately for [X] ||| leider damit [X] ||| 1 ||| ||| 1.66667 0.25
-set , unfortunately for [X] ||| leider damit [X] ||| 1 ||| ||| 1.66667 0.333333
-set , unfortunately for next [X] ||| leider damit [X] ||| 1 ||| ||| 1.66667 0.25
-, unfortunately for [X] ||| leider damit zusammen [X] ||| 1 ||| ||| 1.53333 0.5
-, unfortunately for next [X] ||| leider damit zusammen [X] ||| 1 ||| ||| 1.53333 0.25
-been set , unfortunately for [X] ||| leider damit zusammen [X] ||| 1 ||| ||| 1.53333 0.25
-set , unfortunately for [X] ||| leider damit zusammen [X] ||| 1 ||| ||| 1.53333 0.333333
-set , unfortunately for next [X] ||| leider damit zusammen [X] ||| 1 ||| ||| 1.53333 0.2
-last plenary part-session [X] ||| letzten Plenartagung [X] ||| 1 ||| ||| 0.5 0.5
-last [X] ||| letzten [X] ||| 1 ||| ||| 1 1
-last [X][X] [X] ||| letzten [X][X] [X] ||| 1 ||| ||| 1.09156 1.09156
-make [X] ||| machen [X] ||| 1 ||| ||| 2 1
-make representations [X] ||| machen [X] ||| 1 ||| ||| 2 1
-a number [X] ||| mehrere [X] ||| 1 ||| ||| 2 1
-a number of [X] ||| mehrere [X] ||| 1 ||| ||| 2 1
-a number [X][X] killings [X] ||| mehrere [X][X] Toten [X] ||| 1 ||| ||| 0.285714 0.142857
-a number of [X][X] killings [X] ||| mehrere [X][X] Toten [X] ||| 1 ||| ||| 0.285714 0.142857
-a number [X][X] [X] ||| mehrere [X][X] [X] ||| 1 ||| ||| 0.785714 0.392857
-a number of [X][X] [X] ||| mehrere [X][X] [X] ||| 1 ||| ||| 0.785714 0.392857
-multiannual guidance programmes [X] ||| mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.833333 0.5
-multiannual guidance programmes comes [X] ||| mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.833333 0.333333
-multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 1 ||| ||| 0.111111 0.111111
-multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 1 ||| ||| 0.344877 0.344877
-multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen , [X] ||| 1 ||| ||| 0.111111 0.111111
-multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen , der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen [X] ||| 1 ||| ||| 0.142857 0.142857
-multiannual [X] ||| mehrjährige [X] ||| 1 ||| ||| 1 1
-multiannual [X][X] [X] ||| mehrjährige [X][X] , [X] ||| 1 ||| ||| 0.111111 0.111111
-multiannual [X][X] [X] ||| mehrjährige [X][X] , der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-multiannual [X][X] [X] ||| mehrjährige [X][X] [X] ||| 1 ||| ||| 1.51154 1.17821
-multiannual [X][X] comes [X] ||| mehrjährige [X][X] [X] ||| 1 ||| ||| 1.51154 0.333333
-multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen , [X] ||| 1 ||| ||| 0.222222 0.111111
-multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen , [X] ||| 1 ||| ||| 0.222222 0.111111
-multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen , der [X] ||| 1 ||| ||| 0.181818 0.0909091
-multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen , der [X] ||| 1 ||| ||| 0.181818 0.0909091
-multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen [X] ||| 1 ||| ||| 0.285714 0.142857
-multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen [X] ||| 1 ||| ||| 0.285714 0.142857
-multiannual [X][X] [X] ||| mehrjährige [X][X] der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-believe that [X] ||| meine , daß [X] ||| 1 ||| ||| 1 1
-believe that [X][X] stability [X] ||| meine , daß [X][X] Stabilität [X] ||| 1 ||| ||| 0.0607986 0.0344828
-believe that [X][X] stability is [X] ||| meine , daß [X][X] Stabilität [X] ||| 1 ||| ||| 0.0607986 0.0263158
-believe that [X][X] stability [X][X] [X] ||| meine , daß [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.0376495 0.0376495
-believe that [X][X] [X] ||| meine , daß [X][X] [X] ||| 1 ||| ||| 0.434971 0.408655
-believe that [X][X] is [X] ||| meine , daß [X][X] [X] ||| 1 ||| ||| 0.434971 0.0263158
-believe that [X][X] is [X][X] [X] ||| meine , daß [X][X] [X][X] [X] ||| 1 ||| ||| 0.0172414 0.0172414
-believe that [X][X] of [X] ||| meine , daß [X][X] der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-believe that [X][X] of [X][X] [X] ||| meine , daß [X][X] der [X][X] [X] ||| 1 ||| ||| 0.0984481 0.0984481
-believe that [X][X] of relative [X] ||| meine , daß [X][X] der relativen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-believe that [X][X] a [X] ||| meine , daß [X][X] einen [X] ||| 1 ||| ||| 0.0408164 0.0204082
-believe that [X][X] is a [X] ||| meine , daß [X][X] einen [X] ||| 1 ||| ||| 0.0408164 0.0204082
-believe that [X][X] a fundamental [X] ||| meine , daß [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0172414 0.0172414
-believe that [X][X] fundamental [X] ||| meine , daß [X][X] elementaren [X] ||| 1 ||| ||| 0.0172414 0.0172414
-believe that [X][X] relative stability [X] ||| meine , daß [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0344828 0.0344828
-believe that [X][X] relative [X] ||| meine , daß [X][X] relativen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-believe that [X][X] relative [X][X] [X] ||| meine , daß [X][X] relativen [X][X] [X] ||| 1 ||| ||| 0.0639653 0.0639653
-believe that the principle [X] ||| meine , daß der Grundsatz [X] ||| 1 ||| ||| 0.166667 0.166667
-believe that the principle [X][X] [X] ||| meine , daß der Grundsatz [X][X] [X] ||| 1 ||| ||| 0.15108 0.15108
-believe that the principle of [X] ||| meine , daß der Grundsatz der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-believe that the [X] ||| meine , daß der [X] ||| 1 ||| ||| 0.333333 0.333333
-believe that the [X][X] stability [X] ||| meine , daß der [X][X] Stabilität [X] ||| 1 ||| ||| 0.0344828 0.0344828
-believe that the [X][X] [X] ||| meine , daß der [X][X] [X] ||| 1 ||| ||| 0.268305 0.241989
-believe that the [X][X] is [X] ||| meine , daß der [X][X] [X] ||| 1 ||| ||| 0.268305 0.0263158
-believe that the [X][X] a [X] ||| meine , daß der [X][X] einen [X] ||| 1 ||| ||| 0.0204082 0.0204082
-believe that the [X][X] fundamental [X] ||| meine , daß der [X][X] elementaren [X] ||| 1 ||| ||| 0.0172414 0.0172414
-believe that the [X][X] relative [X] ||| meine , daß der [X][X] relativen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-my question [X] ||| meine Frage [X] ||| 1 ||| ||| 1 1
-my question [X][X] that [X] ||| meine Frage [X][X] , die [X] ||| 1 ||| ||| 0.0555556 0.0555556
-my question [X][X] [X] ||| meine Frage [X][X] [X] ||| 1 ||| ||| 0.346465 0.346465
-my question [X][X] something that [X] ||| meine Frage [X][X] eine Angelegenheit , die [X] ||| 1 ||| ||| 0.0555556 0.0555556
-my question [X][X] something [X] ||| meine Frage [X][X] eine Angelegenheit [X] ||| 1 ||| ||| 0.0909091 0.0909091
-my question relates [X] ||| meine Frage betrifft [X] ||| 1 ||| ||| 0.533333 0.333333
-my question relates to [X] ||| meine Frage betrifft [X] ||| 1 ||| ||| 0.533333 0.2
-my question relates [X][X] that [X] ||| meine Frage betrifft [X][X] , die [X] ||| 1 ||| ||| 0.0555556 0.0555556
-my question relates [X][X] [X] ||| meine Frage betrifft [X][X] [X] ||| 1 ||| ||| 0.202021 0.146465
-my question relates to [X][X] [X] ||| meine Frage betrifft [X][X] [X] ||| 1 ||| ||| 0.202021 0.0555556
-my question relates to something [X] ||| meine Frage betrifft eine Angelegenheit [X] ||| 1 ||| ||| 0.0909091 0.0909091
-believe [X] ||| meine [X] ||| 1 ||| ||| 2 1
-my [X] ||| meine [X] ||| 1 ||| ||| 2 1
-my [X][X] that [X] ||| meine [X][X] , die [X] ||| 1 ||| ||| 0.0555556 0.0555556
-believe [X][X] principle [X] ||| meine [X][X] Grundsatz [X] ||| 1 ||| ||| 0.166667 0.166667
-believe [X][X] principle [X][X] stability [X] ||| meine [X][X] Grundsatz [X][X] Stabilität [X] ||| 1 ||| ||| 0.0344828 0.0344828
-believe [X][X] principle [X][X] [X] ||| meine [X][X] Grundsatz [X][X] [X] ||| 1 ||| ||| 0.177396 0.15108
-believe [X][X] principle [X][X] is [X] ||| meine [X][X] Grundsatz [X][X] [X] ||| 1 ||| ||| 0.177396 0.0263158
-believe [X][X] principle [X][X] a [X] ||| meine [X][X] Grundsatz [X][X] einen [X] ||| 1 ||| ||| 0.0204082 0.0204082
-believe [X][X] principle [X][X] fundamental [X] ||| meine [X][X] Grundsatz [X][X] elementaren [X] ||| 1 ||| ||| 0.0172414 0.0172414
-believe [X][X] principle of [X] ||| meine [X][X] Grundsatz der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-believe [X][X] principle of [X][X] [X] ||| meine [X][X] Grundsatz der [X][X] [X] ||| 1 ||| ||| 0.0984481 0.0984481
-believe [X][X] principle of relative [X] ||| meine [X][X] Grundsatz der relativen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-believe [X][X] stability [X] ||| meine [X][X] Stabilität [X] ||| 1 ||| ||| 0.0607986 0.0344828
-believe [X][X] stability is [X] ||| meine [X][X] Stabilität [X] ||| 1 ||| ||| 0.0607986 0.0263158
-believe [X][X] stability [X][X] [X] ||| meine [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.0548909 0.0376495
-believe [X][X] stability is [X][X] [X] ||| meine [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.0548909 0.0172414
-believe [X][X] stability [X][X] fundamental [X] ||| meine [X][X] Stabilität [X][X] elementaren [X] ||| 1 ||| ||| 0.0172414 0.0172414
-believe [X][X] stability is a [X] ||| meine [X][X] Stabilität einen [X] ||| 1 ||| ||| 0.0204082 0.0204082
-believe [X][X] [X] ||| meine [X][X] [X] ||| 1 ||| ||| 1.6481 0.741989
-believe [X][X] is [X] ||| meine [X][X] [X] ||| 1 ||| ||| 1.6481 0.0263158
-my [X][X] [X] ||| meine [X][X] [X] ||| 1 ||| ||| 1.6481 0.679798
-my [X][X] to [X] ||| meine [X][X] [X] ||| 1 ||| ||| 1.6481 0.2
-believe [X][X] is [X][X] [X] ||| meine [X][X] [X][X] [X] ||| 1 ||| ||| 0.072797 0.0172414
-my [X][X] to [X][X] [X] ||| meine [X][X] [X][X] [X] ||| 1 ||| ||| 0.072797 0.0555556
-believe [X][X] of [X] ||| meine [X][X] der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-believe [X][X] of [X][X] [X] ||| meine [X][X] der [X][X] [X] ||| 1 ||| ||| 0.124764 0.0984481
-believe [X][X] of [X][X] is [X] ||| meine [X][X] der [X][X] [X] ||| 1 ||| ||| 0.124764 0.0263158
-believe [X][X] of [X][X] a [X] ||| meine [X][X] der [X][X] einen [X] ||| 1 ||| ||| 0.0204082 0.0204082
-believe [X][X] of [X][X] fundamental [X] ||| meine [X][X] der [X][X] elementaren [X] ||| 1 ||| ||| 0.0172414 0.0172414
-believe [X][X] of relative stability [X] ||| meine [X][X] der relativen Stabilität [X] ||| 1 ||| ||| 0.0344828 0.0344828
-believe [X][X] of relative [X] ||| meine [X][X] der relativen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-believe [X][X] of relative [X][X] [X] ||| meine [X][X] der relativen [X][X] [X] ||| 1 ||| ||| 0.0639653 0.0639653
-my [X][X] something that [X] ||| meine [X][X] eine Angelegenheit , die [X] ||| 1 ||| ||| 0.111111 0.0555556
-my [X][X] to something that [X] ||| meine [X][X] eine Angelegenheit , die [X] ||| 1 ||| ||| 0.111111 0.0555556
-my [X][X] something [X] ||| meine [X][X] eine Angelegenheit [X] ||| 1 ||| ||| 0.181818 0.0909091
-my [X][X] to something [X] ||| meine [X][X] eine Angelegenheit [X] ||| 1 ||| ||| 0.181818 0.0909091
-believe [X][X] a [X] ||| meine [X][X] einen [X] ||| 1 ||| ||| 0.0408164 0.0204082
-believe [X][X] is a [X] ||| meine [X][X] einen [X] ||| 1 ||| ||| 0.0408164 0.0204082
-believe [X][X] a fundamental [X] ||| meine [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0344828 0.0172414
-believe [X][X] is a fundamental [X] ||| meine [X][X] einen elementaren [X] ||| 1 ||| ||| 0.0344828 0.0172414
-believe [X][X] fundamental [X] ||| meine [X][X] elementaren [X] ||| 1 ||| ||| 0.0172414 0.0172414
-believe [X][X] relative stability [X] ||| meine [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0607986 0.0344828
-believe [X][X] relative stability is [X] ||| meine [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0607986 0.0263158
-believe [X][X] relative stability [X][X] [X] ||| meine [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.0376495 0.0376495
-believe [X][X] relative [X] ||| meine [X][X] relativen [X] ||| 1 ||| ||| 0.0526316 0.0526316
-believe [X][X] relative [X][X] [X] ||| meine [X][X] relativen [X][X] [X] ||| 1 ||| ||| 0.0639653 0.0639653
-believe [X][X] relative [X][X] a [X] ||| meine [X][X] relativen [X][X] einen [X] ||| 1 ||| ||| 0.0204082 0.0204082
-believe [X][X] relative [X][X] fundamental [X] ||| meine [X][X] relativen [X][X] elementaren [X] ||| 1 ||| ||| 0.0172414 0.0172414
-myself [X] ||| mir selbst , [X] ||| 1 ||| ||| 1 1
-myself [X] ||| mir selbst [X] ||| 1 ||| ||| 1 1
-and [X] ||| mit [X] ||| 1 ||| ||| 4 1
-and contains [X] ||| mit [X] ||| 1 ||| ||| 4 1
-in [X] ||| mit [X] ||| 1 ||| ||| 4 1
-introduced [X] ||| mit [X] ||| 1 ||| ||| 4 1
-in [X][X] . [X] ||| mit [X][X] . [X] ||| 1 ||| ||| 0.076923 0.025641
-in [X][X] an interest . [X] ||| mit [X][X] . [X] ||| 1 ||| ||| 0.076923 0.025641
-in [X][X] interest . [X] ||| mit [X][X] . [X] ||| 1 ||| ||| 0.076923 0.025641
-in [X][X] Parliament [X] ||| mit [X][X] Parlament [X] ||| 1 ||| ||| 0.125 0.125
-in [X][X] Parliament [X][X] . [X] ||| mit [X][X] Parlament [X][X] . [X] ||| 1 ||| ||| 0.025641 0.025641
-in [X][X] Parliament [X][X] [X] ||| mit [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 0.182984 0.12704
-in [X][X] Parliament [X][X] an [X] ||| mit [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 0.182984 0.030303
-in [X][X] Parliament [X][X] interest [X] ||| mit [X][X] Parlament [X][X] [X] ||| 1 ||| ||| 0.182984 0.025641
-in [X][X] Parliament has [X][X] [X] ||| mit [X][X] Parlament [X][X] hat [X] ||| 1 ||| ||| 0.101399 0.101399
-[X][X] quota penalties [X][X] introduced [X] ||| mit [X][X] Quotenstrafe belegt [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] introduced [X] ||| mit [X][X] [X] ||| 1 ||| ||| 0.708625 0.125
-in [X][X] [X] ||| mit [X][X] [X] ||| 1 ||| ||| 0.708625 0.50204
-in [X][X] an [X] ||| mit [X][X] [X] ||| 1 ||| ||| 0.708625 0.030303
-in [X][X] an interest [X] ||| mit [X][X] [X] ||| 1 ||| ||| 0.708625 0.025641
-in [X][X] interest [X] ||| mit [X][X] [X] ||| 1 ||| ||| 0.708625 0.025641
-[X][X] of [X][X] introduced [X] ||| mit [X][X] [X][X] [X] ||| 1 ||| ||| 0.150641 0.125
-in [X][X] an [X][X] [X] ||| mit [X][X] [X][X] [X] ||| 1 ||| ||| 0.150641 0.025641
-in [X][X] has [X][X] . [X] ||| mit [X][X] [X][X] hat . [X] ||| 1 ||| ||| 0.025641 0.025641
-in [X][X] has [X][X] [X] ||| mit [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.157343 0.101399
-in [X][X] has [X][X] an [X] ||| mit [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.157343 0.030303
-in [X][X] has [X][X] interest [X] ||| mit [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.157343 0.025641
-in [X][X] has consistently shown [X] ||| mit [X][X] immer wieder befaßt hat [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] should be introduced [X] ||| mit [X][X] werden sollen [X] ||| 1 ||| ||| 0.125 0.125
-in which [X] ||| mit dem [X] ||| 1 ||| ||| 1 1
-in which [X][X] . [X] ||| mit dem [X][X] . [X] ||| 1 ||| ||| 0.051282 0.025641
-in which [X][X] interest . [X] ||| mit dem [X][X] . [X] ||| 1 ||| ||| 0.051282 0.025641
-in which [X][X] [X] ||| mit dem [X][X] [X] ||| 1 ||| ||| 0.333625 0.25204
-in which [X][X] an [X] ||| mit dem [X][X] [X] ||| 1 ||| ||| 0.333625 0.030303
-in which [X][X] an interest [X] ||| mit dem [X][X] [X] ||| 1 ||| ||| 0.333625 0.025641
-in which [X][X] interest [X] ||| mit dem [X][X] [X] ||| 1 ||| ||| 0.333625 0.025641
-in which [X][X] an [X][X] [X] ||| mit dem [X][X] [X][X] [X] ||| 1 ||| ||| 0.025641 0.025641
-in which [X][X] has [X][X] [X] ||| mit dem [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.101399 0.101399
-in which [X] ||| mit dem sich [X] ||| 1 ||| ||| 1 1
-in which [X][X] . [X] ||| mit dem sich [X][X] . [X] ||| 1 ||| ||| 0.051282 0.025641
-in which [X][X] interest . [X] ||| mit dem sich [X][X] . [X] ||| 1 ||| ||| 0.051282 0.025641
-in which [X][X] [X] ||| mit dem sich [X][X] [X] ||| 1 ||| ||| 0.333625 0.25204
-in which [X][X] an [X] ||| mit dem sich [X][X] [X] ||| 1 ||| ||| 0.333625 0.030303
-in which [X][X] an interest [X] ||| mit dem sich [X][X] [X] ||| 1 ||| ||| 0.333625 0.025641
-in which [X][X] interest [X] ||| mit dem sich [X][X] [X] ||| 1 ||| ||| 0.333625 0.025641
-in which [X][X] an [X][X] [X] ||| mit dem sich [X][X] [X][X] [X] ||| 1 ||| ||| 0.025641 0.025641
-in which [X][X] has [X][X] [X] ||| mit dem sich [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.101399 0.101399
-in which this Parliament [X] ||| mit dem sich dieses Parlament [X] ||| 1 ||| ||| 0.125 0.125
-in which this Parliament [X][X] [X] ||| mit dem sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.12704 0.12704
-in which this [X] ||| mit dem sich dieses [X] ||| 1 ||| ||| 0.25 0.25
-in which this [X][X] . [X] ||| mit dem sich dieses [X][X] . [X] ||| 1 ||| ||| 0.025641 0.025641
-in which this [X][X] [X] ||| mit dem sich dieses [X][X] [X] ||| 1 ||| ||| 0.182984 0.12704
-in which this [X][X] an [X] ||| mit dem sich dieses [X][X] [X] ||| 1 ||| ||| 0.182984 0.030303
-in which this [X][X] interest [X] ||| mit dem sich dieses [X][X] [X] ||| 1 ||| ||| 0.182984 0.025641
-a form [X][X] introduced [X] ||| mit einer Art [X][X] [X] ||| 1 ||| ||| 0.25 0.125
-a form of [X][X] introduced [X] ||| mit einer Art [X][X] [X] ||| 1 ||| ||| 0.25 0.125
-a [X][X] introduced [X] ||| mit einer [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-a [X][X] should be introduced [X] ||| mit einer [X][X] werden sollen [X] ||| 1 ||| ||| 0.125 0.125
-should like to [X] ||| möchte Sie [X] ||| 1 ||| ||| 1 1
-should like to [X][X] [X] ||| möchte Sie [X][X] , [X] ||| 1 ||| ||| 0.142857 0.142857
-should like to [X][X] in [X] ||| möchte Sie [X][X] , mit [X] ||| 1 ||| ||| 0.125 0.125
-should like to [X][X] [X] ||| möchte Sie [X][X] [X] ||| 1 ||| ||| 0.467857 0.467857
-should like to [X][X] in [X] ||| möchte Sie [X][X] mit [X] ||| 1 ||| ||| 0.125 0.125
-should like to [X] ||| möchte [X] ||| 1 ||| ||| 2 1
-would [X] ||| möchte [X] ||| 1 ||| ||| 2 1
-should like to [X][X] [X] ||| möchte [X][X] , [X] ||| 1 ||| ||| 0.142857 0.142857
-should like to [X][X] in [X] ||| möchte [X][X] , mit [X] ||| 1 ||| ||| 0.125 0.125
-should like to [X][X] [X] ||| möchte [X][X] [X] ||| 1 ||| ||| 0.467857 0.467857
-should like to [X][X] in [X] ||| möchte [X][X] mit [X] ||| 1 ||| ||| 0.125 0.125
-I should like to [X] ||| möchte ich Sie [X] ||| 1 ||| ||| 1 1
-, I should like to [X] ||| möchte ich Sie bitten - [X] ||| 1 ||| ||| 0.333333 0.333333
-I should like to [X] ||| möchte ich Sie bitten [X] ||| 1 ||| ||| 1 1
-I would [X] ||| möchte ich [X] ||| 1 ||| ||| 1 1
-want to know [X] ||| möchte wissen , [X] ||| 1 ||| ||| 1 1
-want to know [X][X] [X] ||| möchte wissen , [X][X] , [X] ||| 1 ||| ||| 0.160257 0.11859
-want to know [X][X] raise [X] ||| möchte wissen , [X][X] , [X] ||| 1 ||| ||| 0.160257 0.0416667
-want to know [X][X] an [X] ||| möchte wissen , [X][X] , einen [X] ||| 1 ||| ||| 0.027027 0.027027
-want to know [X][X] [X] ||| möchte wissen , [X][X] [X] ||| 1 ||| ||| 0.997787 0.797297
-want to know [X][X] raise [X] ||| möchte wissen , [X][X] [X] ||| 1 ||| ||| 0.997787 0.20049
-want to know [X][X] an [X] ||| möchte wissen , [X][X] einen [X] ||| 1 ||| ||| 0.027027 0.027027
-want to know [X][X] [X] ||| möchte wissen , [X][X] ist , [X] ||| 1 ||| ||| 0.160257 0.11859
-want to know [X][X] raise [X] ||| möchte wissen , [X][X] ist , [X] ||| 1 ||| ||| 0.160257 0.0416667
-want to know [X][X] an [X] ||| möchte wissen , [X][X] ist , einen [X] ||| 1 ||| ||| 0.027027 0.027027
-want to know [X][X] [X] ||| möchte wissen , [X][X] ist [X] ||| 1 ||| ||| 0.217647 0.158824
-want to know [X][X] raise [X] ||| möchte wissen , [X][X] ist [X] ||| 1 ||| ||| 0.217647 0.0588235
-want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich [X] ||| 1 ||| ||| 0.142857 0.142857
-want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich ist , [X] ||| 1 ||| ||| 0.0769231 0.0769231
-want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich ist [X] ||| 1 ||| ||| 0.1 0.1
-want to know whether [X] ||| möchte wissen , ob [X] ||| 1 ||| ||| 0.5 0.5
-want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] , [X] ||| 1 ||| ||| 0.11859 0.11859
-want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] [X] ||| 1 ||| ||| 0.547297 0.547297
-want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] ist , [X] ||| 1 ||| ||| 0.11859 0.11859
-want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] ist [X] ||| 1 ||| ||| 0.158824 0.158824
-want to know whether one [X] ||| möchte wissen , ob es [X] ||| 1 ||| ||| 0.25 0.25
-can [X] ||| möglich [X] ||| 1 ||| ||| 2 1
-can raise [X] ||| möglich [X] ||| 1 ||| ||| 2 1
-can [X][X] objection [X] ||| möglich [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-can [X][X] [X] ||| möglich [X][X] [X] ||| 1 ||| ||| 0.285715 0.214286
-can raise [X][X] [X] ||| möglich [X][X] [X] ||| 1 ||| ||| 0.285715 0.0714286
-can [X] ||| möglich ist , [X] ||| 1 ||| ||| 2 1
-can raise [X] ||| möglich ist , [X] ||| 1 ||| ||| 2 1
-can [X][X] objection [X] ||| möglich ist , [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-can [X][X] [X] ||| möglich ist , [X][X] [X] ||| 1 ||| ||| 0.285715 0.214286
-can raise [X][X] [X] ||| möglich ist , [X][X] [X] ||| 1 ||| ||| 0.285715 0.0714286
-can raise an objection [X] ||| möglich ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-can raise an [X] ||| möglich ist , einen [X] ||| 1 ||| ||| 0.142857 0.142857
-can [X] ||| möglich ist [X] ||| 1 ||| ||| 2 1
-can raise [X] ||| möglich ist [X] ||| 1 ||| ||| 2 1
-can [X][X] objection [X] ||| möglich ist [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-can [X][X] [X] ||| möglich ist [X][X] [X] ||| 1 ||| ||| 0.285715 0.214286
-can raise [X][X] [X] ||| möglich ist [X][X] [X] ||| 1 ||| ||| 0.285715 0.0714286
-[X][X] on [X] ||| nach [X][X] im [X] ||| 1 ||| ||| 0.25 0.25
-a debate [X] ||| nach einer Aussprache [X] ||| 1 ||| ||| 1 1
-a debate on [X] ||| nach einer Aussprache im [X] ||| 1 ||| ||| 0.25 0.25
-a [X] ||| nach einer [X] ||| 1 ||| ||| 1 1
-a [X][X] [X] ||| nach einer [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-fail [X] ||| nicht [X] ||| 1 ||| ||| 2 1
-not [X] ||| nicht [X] ||| 1 ||| ||| 2 1
-fail [X][X] [X] ||| nicht [X][X] [X] ||| 1 ||| ||| 0.5 0.5
-fail to meet [X] ||| nicht erfüllen , [X] ||| 1 ||| ||| 0.5 0.5
-not solely [X] ||| nicht nur [X] ||| 1 ||| ||| 1 1
-now [X] ||| nun [X] ||| 1 ||| ||| 1 1
-now [X][X] [X] ||| nun [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-now [X][X] , he is [X] ||| nun ist [X][X] , daß er [X] ||| 1 ||| ||| 0.111111 0.111111
-now [X][X] is [X] ||| nun ist [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-now [X][X] he is [X] ||| nun ist [X][X] daß er [X] ||| 1 ||| ||| 0.111111 0.111111
-now [X][X] he is [X] ||| nun ist [X][X] er [X] ||| 1 ||| ||| 0.111111 0.111111
-now , [X][X] is [X] ||| nun ist es [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-now , [X][X] he is [X] ||| nun ist es [X][X] daß er [X] ||| 1 ||| ||| 0.111111 0.111111
-now , [X][X] he is [X] ||| nun ist es [X][X] er [X] ||| 1 ||| ||| 0.111111 0.111111
-now , however [X][X] is [X] ||| nun ist es aber so [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-now [X] ||| nunmehr [X] ||| 1 ||| ||| 1 1
-now constantly [X] ||| nunmehr ständig [X] ||| 1 ||| ||| 1 1
-solely [X] ||| nur [X] ||| 1 ||| ||| 1 1
-solely a [X] ||| nur ein [X] ||| 1 ||| ||| 1 1
-next few days , [X] ||| nächsten Tagen [X] ||| 1 ||| ||| 0.833333 0.333333
-next few days [X] ||| nächsten Tagen [X] ||| 1 ||| ||| 0.833333 0.5
-next [X] ||| nächsten [X] ||| 1 ||| ||| 1 1
-next [X][X] , [X] ||| nächsten [X][X] [X] ||| 1 ||| ||| 1.16667 0.333333
-next [X][X] [X] ||| nächsten [X][X] [X] ||| 1 ||| ||| 1.16667 0.833333
-whether [X] ||| ob [X] ||| 1 ||| ||| 2 2
-whether [X][X] [X] ||| ob [X][X] , [X] ||| 1 ||| ||| 0.381818 0.290909
-whether [X][X] raise [X] ||| ob [X][X] , [X] ||| 1 ||| ||| 0.381818 0.0909091
-whether [X][X] raise [X][X] [X] ||| ob [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0222222 0.0222222
-whether [X][X] an objection [X] ||| ob [X][X] , einen Einwand gegen [X] ||| 1 ||| ||| 0.0444444 0.0222222
-whether [X][X] raise an objection [X] ||| ob [X][X] , einen Einwand gegen [X] ||| 1 ||| ||| 0.0444444 0.0222222
-whether [X][X] an [X] ||| ob [X][X] , einen [X] ||| 1 ||| ||| 0.08 0.04
-whether [X][X] raise an [X] ||| ob [X][X] , einen [X] ||| 1 ||| ||| 0.08 0.04
-whether [X][X] objection [X] ||| ob [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-whether [X][X] [X] ||| ob [X][X] [X] ||| 1 ||| ||| 1.67737 1.26146
-whether [X][X] raise [X] ||| ob [X][X] [X] ||| 1 ||| ||| 1.67737 0.415909
-whether [X][X] raise [X][X] [X] ||| ob [X][X] [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-whether [X][X] an objection [X] ||| ob [X][X] einen Einwand gegen [X] ||| 1 ||| ||| 0.0444444 0.0222222
-whether [X][X] raise an objection [X] ||| ob [X][X] einen Einwand gegen [X] ||| 1 ||| ||| 0.0444444 0.0222222
-whether [X][X] an [X] ||| ob [X][X] einen [X] ||| 1 ||| ||| 0.08 0.04
-whether [X][X] raise an [X] ||| ob [X][X] einen [X] ||| 1 ||| ||| 0.08 0.04
-whether [X][X] [X] ||| ob [X][X] ist , [X] ||| 1 ||| ||| 0.381818 0.290909
-whether [X][X] raise [X] ||| ob [X][X] ist , [X] ||| 1 ||| ||| 0.381818 0.0909091
-whether [X][X] raise [X][X] [X] ||| ob [X][X] ist , [X][X] [X] ||| 1 ||| ||| 0.0222222 0.0222222
-whether [X][X] an objection [X] ||| ob [X][X] ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.0444444 0.0222222
-whether [X][X] raise an objection [X] ||| ob [X][X] ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.0444444 0.0222222
-whether [X][X] an [X] ||| ob [X][X] ist , einen [X] ||| 1 ||| ||| 0.08 0.04
-whether [X][X] raise an [X] ||| ob [X][X] ist , einen [X] ||| 1 ||| ||| 0.08 0.04
-whether [X][X] [X] ||| ob [X][X] ist [X] ||| 1 ||| ||| 0.5 0.375
-whether [X][X] raise [X] ||| ob [X][X] ist [X] ||| 1 ||| ||| 0.5 0.125
-whether [X][X] raise [X][X] [X] ||| ob [X][X] ist [X][X] [X] ||| 1 ||| ||| 0.0222222 0.0222222
-whether one [X] ||| ob es [X] ||| 1 ||| ||| 1 1
-whether one [X][X] [X] ||| ob es [X][X] , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-whether one [X][X] an objection [X] ||| ob es [X][X] , einen Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-whether one [X][X] an [X] ||| ob es [X][X] , einen [X] ||| 1 ||| ||| 0.04 0.04
-whether one [X][X] objection [X] ||| ob es [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-whether one [X][X] [X] ||| ob es [X][X] [X] ||| 1 ||| ||| 0.478131 0.478131
-whether one [X][X] an objection [X] ||| ob es [X][X] einen Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-whether one [X][X] an [X] ||| ob es [X][X] einen [X] ||| 1 ||| ||| 0.04 0.04
-whether one [X][X] [X] ||| ob es [X][X] ist , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-whether one [X][X] an objection [X] ||| ob es [X][X] ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-whether one [X][X] an [X] ||| ob es [X][X] ist , einen [X] ||| 1 ||| ||| 0.04 0.04
-whether one [X][X] [X] ||| ob es [X][X] ist [X] ||| 1 ||| ||| 0.125 0.125
-whether one can [X] ||| ob es möglich [X] ||| 1 ||| ||| 0.533333 0.333333
-whether one can raise [X] ||| ob es möglich [X] ||| 1 ||| ||| 0.533333 0.2
-whether one can [X][X] objection [X] ||| ob es möglich [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-whether one can [X][X] [X] ||| ob es möglich [X][X] [X] ||| 1 ||| ||| 0.0844444 0.0622222
-whether one can raise [X][X] [X] ||| ob es möglich [X][X] [X] ||| 1 ||| ||| 0.0844444 0.0222222
-whether one can [X] ||| ob es möglich ist , [X] ||| 1 ||| ||| 0.290909 0.2
-whether one can raise [X] ||| ob es möglich ist , [X] ||| 1 ||| ||| 0.290909 0.0909091
-whether one can [X][X] objection [X] ||| ob es möglich ist , [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-whether one can [X][X] [X] ||| ob es möglich ist , [X][X] [X] ||| 1 ||| ||| 0.0844444 0.0622222
-whether one can raise [X][X] [X] ||| ob es möglich ist , [X][X] [X] ||| 1 ||| ||| 0.0844444 0.0222222
-whether one can raise an [X] ||| ob es möglich ist , einen [X] ||| 1 ||| ||| 0.04 0.04
-whether one can [X] ||| ob es möglich ist [X] ||| 1 ||| ||| 0.375 0.25
-whether one can raise [X] ||| ob es möglich ist [X] ||| 1 ||| ||| 0.375 0.125
-whether one can [X][X] objection [X] ||| ob es möglich ist [X][X] Einwand gegen [X] ||| 1 ||| ||| 0.0222222 0.0222222
-whether one can [X][X] [X] ||| ob es möglich ist [X][X] [X] ||| 1 ||| ||| 0.0844444 0.0622222
-whether one can raise [X][X] [X] ||| ob es möglich ist [X][X] [X] ||| 1 ||| ||| 0.0844444 0.0222222
-legally [X] ||| rechtlich [X] ||| 1 ||| ||| 1 1
-legally inadmissible [X] ||| rechtlich unzulässig [X] ||| 1 ||| ||| 1 1
-[X][X] legally inadmissible . [X] ||| rechtlich unzulässig [X][X] . [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] legally inadmissible [X] ||| rechtlich unzulässig [X][X] [X] ||| 1 ||| ||| 0.333333 0.333333
-would be legally inadmissible . [X] ||| rechtlich unzulässig wäre . [X] ||| 1 ||| ||| 0.25 0.25
-would be legally inadmissible [X] ||| rechtlich unzulässig wäre [X] ||| 1 ||| ||| 0.333333 0.333333
-relative stability [X] ||| relativen Stabilität [X] ||| 1 ||| ||| 2.5 2
-relative stability is [X] ||| relativen Stabilität [X] ||| 1 ||| ||| 2.5 0.5
-relative stability [X][X] legal principle [X] ||| relativen Stabilität [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.05 0.05
-relative stability [X][X] [X] ||| relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.62029 0.393478
-relative stability is [X][X] [X] ||| relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.62029 0.226812
-relative stability [X][X] of the [X] ||| relativen Stabilität [X][X] der [X] ||| 1 ||| ||| 0.0434783 0.0434783
-relative stability [X][X] fundamental [X] ||| relativen Stabilität [X][X] elementaren [X] ||| 1 ||| ||| 0.1 0.1
-relative stability [X][X] fundamental [X][X] [X] ||| relativen Stabilität [X][X] elementaren [X][X] [X] ||| 1 ||| ||| 0.126812 0.126812
-relative stability [X][X] common [X] ||| relativen Stabilität [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.0666666 0.0333333
-relative stability is [X][X] common [X] ||| relativen Stabilität [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.0666666 0.0333333
-relative stability is a [X] ||| relativen Stabilität einen [X] ||| 1 ||| ||| 0.166667 0.166667
-relative stability is a [X][X] [X] ||| relativen Stabilität einen [X][X] [X] ||| 1 ||| ||| 0.126812 0.126812
-relative stability is a fundamental [X] ||| relativen Stabilität einen elementaren [X] ||| 1 ||| ||| 0.1 0.1
-relative [X] ||| relativen [X] ||| 1 ||| ||| 2 2
-relative [X][X] legal principle [X] ||| relativen [X][X] Rechtsgrundsatz [X] ||| 1 ||| ||| 0.05 0.05
-relative [X][X] legal principle [X][X] [X] ||| relativen [X][X] Rechtsgrundsatz [X][X] [X] ||| 1 ||| ||| 0.0768116 0.0768116
-relative [X][X] [X] ||| relativen [X][X] [X] ||| 1 ||| ||| 0.893478 0.893478
-relative [X][X] of the [X] ||| relativen [X][X] der [X] ||| 1 ||| ||| 0.0434783 0.0434783
-relative [X][X] of the common [X] ||| relativen [X][X] der gemeinsamen [X] ||| 1 ||| ||| 0.0333333 0.0333333
-relative [X][X] a [X] ||| relativen [X][X] einen [X] ||| 1 ||| ||| 0.166667 0.166667
-relative [X][X] a [X][X] [X] ||| relativen [X][X] einen [X][X] [X] ||| 1 ||| ||| 0.126812 0.126812
-relative [X][X] a [X][X] common [X] ||| relativen [X][X] einen [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.0333333 0.0333333
-relative [X][X] a fundamental [X] ||| relativen [X][X] einen elementaren [X] ||| 1 ||| ||| 0.1 0.1
-relative [X][X] a fundamental [X][X] [X] ||| relativen [X][X] einen elementaren [X][X] [X] ||| 1 ||| ||| 0.126812 0.126812
-relative [X][X] fundamental legal principle [X] ||| relativen [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.05 0.05
-relative [X][X] fundamental [X] ||| relativen [X][X] elementaren [X] ||| 1 ||| ||| 0.1 0.1
-relative [X][X] fundamental [X][X] [X] ||| relativen [X][X] elementaren [X][X] [X] ||| 1 ||| ||| 0.126812 0.126812
-relative [X][X] fundamental [X][X] common [X] ||| relativen [X][X] elementaren [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.0333333 0.0333333
-relative [X][X] common [X] ||| relativen [X][X] gemeinsamen [X] ||| 1 ||| ||| 0.0333333 0.0333333
-difficult situation [X] ||| schwierigen Situation [X] ||| 1 ||| ||| 1 1
-difficult [X] ||| schwierigen [X] ||| 1 ||| ||| 1 1
-very [X] ||| sehr [X] ||| 1 ||| ||| 2 2
-very [X][X] [X] ||| sehr [X][X] [X] ||| 1 ||| ||| 0.333333 0.333333
-very difficult situation [X] ||| sehr schwierigen Situation [X] ||| 1 ||| ||| 0.333333 0.333333
-very difficult [X] ||| sehr schwierigen [X] ||| 1 ||| ||| 1 1
-very many [X] ||| sehr vielen [X] ||| 1 ||| ||| 1 1
-his [X] ||| seinen [X] ||| 1 ||| ||| 1 1
-is [X] ||| sich [X] ||| 1 ||| ||| 1 1
-[X][X] . [X] ||| sich [X][X] . [X] ||| 1 ||| ||| 0.136363 0.0454545
-[X][X] an interest . [X] ||| sich [X][X] . [X] ||| 1 ||| ||| 0.136363 0.0454545
-[X][X] interest . [X] ||| sich [X][X] . [X] ||| 1 ||| ||| 0.136363 0.0454545
-is [X][X] report [X] ||| sich [X][X] Bericht [X] ||| 1 ||| ||| 0.166667 0.166667
-is [X][X] report [X][X] [X] ||| sich [X][X] Bericht [X][X] [X] ||| 1 ||| ||| 0.0892857 0.0892857
-is [X][X] report , [X] ||| sich [X][X] Bericht und [X] ||| 1 ||| ||| 0.0909091 0.0909091
-is [X][X] report , [X][X] [X] ||| sich [X][X] Bericht und [X][X] [X] ||| 1 ||| ||| 0.0892857 0.0892857
-is [X][X] legislative proposal [X] ||| sich [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.0416667 0.0416667
-is [X][X] [X] ||| sich [X][X] [X] ||| 1 ||| ||| 0.680195 0.680195
-[X][X] has [X][X] . [X] ||| sich [X][X] [X][X] hat . [X] ||| 1 ||| ||| 0.090909 0.0454545
-[X][X] has [X][X] interest . [X] ||| sich [X][X] [X][X] hat . [X] ||| 1 ||| ||| 0.090909 0.0454545
-[X][X] has [X][X] [X] ||| sich [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.505952 0.279762
-[X][X] has [X][X] an [X] ||| sich [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.505952 0.0833333
-[X][X] has [X][X] an interest [X] ||| sich [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.505952 0.0714286
-[X][X] has [X][X] interest [X] ||| sich [X][X] [X][X] hat [X] ||| 1 ||| ||| 0.505952 0.0714286
-[X][X] has consistently shown [X] ||| sich [X][X] immer wieder befaßt hat [X] ||| 1 ||| ||| 0.208333 0.125
-[X][X] has consistently shown an [X] ||| sich [X][X] immer wieder befaßt hat [X] ||| 1 ||| ||| 0.208333 0.0833333
-[X][X] has consistently shown [X][X] [X] ||| sich [X][X] immer wieder befaßt hat [X][X] [X] ||| 1 ||| ||| 0.0454545 0.0454545
-is [X][X] not a [X] ||| sich [X][X] keinen [X] ||| 1 ||| ||| 0.047619 0.047619
-is [X][X] not a [X][X] [X] ||| sich [X][X] keinen [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-[X][X] and contains [X] ||| sich [X][X] mit [X] ||| 1 ||| ||| 0.25 0.25
-is [X][X] , [X] ||| sich [X][X] und [X] ||| 1 ||| ||| 0.0909091 0.0909091
-is [X][X] , [X][X] [X] ||| sich [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0892857 0.0892857
-is [X][X] , not a [X] ||| sich [X][X] und keinen [X] ||| 1 ||| ||| 0.047619 0.047619
-on Thursday [X] ||| sich am Donnerstag [X] ||| 1 ||| ||| 1 1
-on Thursday [X][X] [X] ||| sich am Donnerstag [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-on Thursday and contains [X] ||| sich am Donnerstag mit [X] ||| 1 ||| ||| 0.25 0.25
-this Parliament [X] ||| sich dieses Parlament [X] ||| 1 ||| ||| 1 1
-this Parliament [X][X] . [X] ||| sich dieses Parlament [X][X] . [X] ||| 1 ||| ||| 0.090909 0.0454545
-this Parliament [X][X] interest . [X] ||| sich dieses Parlament [X][X] . [X] ||| 1 ||| ||| 0.090909 0.0454545
-this Parliament [X][X] [X] ||| sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.551407 0.325216
-this Parliament [X][X] an [X] ||| sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.551407 0.0833333
-this Parliament [X][X] an interest [X] ||| sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.551407 0.0714286
-this Parliament [X][X] interest [X] ||| sich dieses Parlament [X][X] [X] ||| 1 ||| ||| 0.551407 0.0714286
-this Parliament [X][X] an [X][X] [X] ||| sich dieses Parlament [X][X] [X][X] [X] ||| 1 ||| ||| 0.0454545 0.0454545
-this Parliament has [X][X] . [X] ||| sich dieses Parlament [X][X] hat . [X] ||| 1 ||| ||| 0.0454545 0.0454545
-this Parliament has [X][X] [X] ||| sich dieses Parlament [X][X] hat [X] ||| 1 ||| ||| 0.434524 0.279762
-this Parliament has [X][X] an [X] ||| sich dieses Parlament [X][X] hat [X] ||| 1 ||| ||| 0.434524 0.0833333
-this Parliament has [X][X] interest [X] ||| sich dieses Parlament [X][X] hat [X] ||| 1 ||| ||| 0.434524 0.0714286
-this Parliament has consistently shown [X] ||| sich dieses Parlament immer wieder befaßt hat [X] ||| 1 ||| ||| 0.125 0.125
-this [X] ||| sich dieses [X] ||| 1 ||| ||| 1 1
-this [X][X] . [X] ||| sich dieses [X][X] . [X] ||| 1 ||| ||| 0.136363 0.0454545
-this [X][X] an interest . [X] ||| sich dieses [X][X] . [X] ||| 1 ||| ||| 0.136363 0.0454545
-this [X][X] interest . [X] ||| sich dieses [X][X] . [X] ||| 1 ||| ||| 0.136363 0.0454545
-this [X][X] [X] ||| sich dieses [X][X] [X] ||| 1 ||| ||| 0.551407 0.325216
-this [X][X] an [X] ||| sich dieses [X][X] [X] ||| 1 ||| ||| 0.551407 0.0833333
-this [X][X] an interest [X] ||| sich dieses [X][X] [X] ||| 1 ||| ||| 0.551407 0.0714286
-this [X][X] interest [X] ||| sich dieses [X][X] [X] ||| 1 ||| ||| 0.551407 0.0714286
-this [X][X] an [X][X] [X] ||| sich dieses [X][X] [X][X] [X] ||| 1 ||| ||| 0.0454545 0.0454545
-is merely [X] ||| sich lediglich um [X] ||| 1 ||| ||| 1 1
-is merely [X][X] legislative proposal [X] ||| sich lediglich um [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.0416667 0.0416667
-is merely [X][X] [X] ||| sich lediglich um [X][X] [X] ||| 1 ||| ||| 0.346861 0.346861
-is merely [X][X] not a [X] ||| sich lediglich um [X][X] keinen [X] ||| 1 ||| ||| 0.047619 0.047619
-is merely [X][X] , [X] ||| sich lediglich um [X][X] und [X] ||| 1 ||| ||| 0.0909091 0.0909091
-is merely [X][X] , [X][X] [X] ||| sich lediglich um [X][X] und [X][X] [X] ||| 1 ||| ||| 0.0892857 0.0892857
-is merely a report [X] ||| sich lediglich um einen Bericht [X] ||| 1 ||| ||| 0.166667 0.166667
-is merely a report [X][X] [X] ||| sich lediglich um einen Bericht [X][X] [X] ||| 1 ||| ||| 0.0892857 0.0892857
-is merely a report , [X] ||| sich lediglich um einen Bericht und [X] ||| 1 ||| ||| 0.0909091 0.0909091
-is merely a [X] ||| sich lediglich um einen [X] ||| 1 ||| ||| 0.333333 0.333333
-is merely a [X][X] [X] ||| sich lediglich um einen [X][X] [X] ||| 1 ||| ||| 0.180195 0.180195
-will be [X] ||| sicher [X] ||| 1 ||| ||| 1 1
-will be [X][X] that [X] ||| sicher [X][X] , [X] ||| 1 ||| ||| 0.142857 0.142857
-will be [X][X] [X] ||| sicher [X][X] [X] ||| 1 ||| ||| 0.242857 0.242857
-will be aware [X][X] television [X] ||| sicher [X][X] dem Fernsehen wissen [X] ||| 1 ||| ||| 0.1 0.1
-will be aware [X][X] that [X] ||| sicher [X][X] wissen , [X] ||| 1 ||| ||| 0.142857 0.142857
-will be aware [X][X] [X] ||| sicher [X][X] wissen [X] ||| 1 ||| ||| 0.1 0.1
-will be aware from [X][X] [X] ||| sicher aus [X][X] wissen [X] ||| 1 ||| ||| 0.1 0.1
-urging [X] ||| sie auffordern [X] ||| 1 ||| ||| 1 1
-urging [X] ||| sie auffordern würden , [X] ||| 1 ||| ||| 1 1
-urging [X] ||| sie auffordern würden [X] ||| 1 ||| ||| 1 1
-to [X] ||| soll , [X] ||| 1 ||| ||| 4 1
-to go [X] ||| soll , [X] ||| 1 ||| ||| 4 1
-to go before [X] ||| soll , [X] ||| 1 ||| ||| 4 1
-to go before the [X] ||| soll , [X] ||| 1 ||| ||| 4 1
-to [X] ||| soll [X] ||| 1 ||| ||| 4 1
-to go [X] ||| soll [X] ||| 1 ||| ||| 4 1
-to go before [X] ||| soll [X] ||| 1 ||| ||| 4 1
-to go before the [X] ||| soll [X] ||| 1 ||| ||| 4 1
-should [X] ||| sollen [X] ||| 1 ||| ||| 2 2
-says [X][X] should [X] ||| sollen [X][X] Strafen [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] should [X] ||| sollen [X][X] [X] ||| 1 ||| ||| 0.75 0.75
-says that this should [X] ||| sollen derartige Strafen [X] ||| 1 ||| ||| 0.25 0.25
-that this should [X] ||| sollen derartige [X] ||| 1 ||| ||| 0.5 0.5
-always [X] ||| stets [X] ||| 1 ||| ||| 1 1
-always upheld [X] ||| stets verteidigt [X] ||| 1 ||| ||| 1 1
-have always upheld . [X] ||| stets verteidigt haben . [X] ||| 1 ||| ||| 0.333333 0.333333
-have always upheld [X] ||| stets verteidigt haben [X] ||| 1 ||| ||| 0.5 0.5
-constantly [X] ||| ständig [X] ||| 1 ||| ||| 1 1
-despite [X] ||| trotz [X] ||| 1 ||| ||| 1 1
-despite [X][X] stability [X] ||| trotz [X][X] Stabilität [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] despite [X][X] stability . [X] ||| trotz [X][X] Stabilität [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] despite [X][X] stability [X] ||| trotz [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-done despite [X][X] stability [X] ||| trotz [X][X] Stabilität verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-be done despite [X][X] stability [X] ||| trotz [X][X] Stabilität verhängt werden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-despite [X][X] [X] ||| trotz [X][X] [X] ||| 1 ||| ||| 0.643541 0.643541
-[X][X] despite [X][X] . [X] ||| trotz [X][X] [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] despite [X][X] [X] ||| trotz [X][X] [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-despite [X][X] of [X] ||| trotz [X][X] der [X] ||| 1 ||| ||| 0.166667 0.166667
-despite [X][X] of [X][X] [X] ||| trotz [X][X] der [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-done despite [X][X] of [X][X] [X] ||| trotz [X][X] der [X][X] verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-despite [X][X] of relative stability [X] ||| trotz [X][X] der relativen Stabilität [X] ||| 1 ||| ||| 0.0526316 0.0526316
-despite [X][X] of relative [X] ||| trotz [X][X] der relativen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-done despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-despite [X][X] relative [X] ||| trotz [X][X] relativen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-done despite [X][X] [X] ||| trotz [X][X] verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-be done despite [X][X] . [X] ||| trotz [X][X] verhängt werden . [X] ||| 1 ||| ||| 0.125 0.125
-be done despite [X][X] [X] ||| trotz [X][X] verhängt werden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-despite the principle [X] ||| trotz des Grundsatzes [X] ||| 1 ||| ||| 0.333333 0.333333
-despite the principle [X][X] stability [X] ||| trotz des Grundsatzes [X][X] Stabilität [X] ||| 1 ||| ||| 0.0526316 0.0526316
-despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] [X] ||| 1 ||| ||| 0.143541 0.143541
-[X][X] despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-done despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-despite the principle of [X] ||| trotz des Grundsatzes der [X] ||| 1 ||| ||| 0.166667 0.166667
-despite the principle of [X][X] [X] ||| trotz des Grundsatzes der [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-despite the principle of relative [X] ||| trotz des Grundsatzes der relativen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-despite the [X] ||| trotz des [X] ||| 1 ||| ||| 1 1
-despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-done despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-despite the [X][X] [X] ||| trotz des [X][X] [X] ||| 1 ||| ||| 0.310207 0.310207
-[X][X] despite the [X][X] . [X] ||| trotz des [X][X] [X][X] . [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] despite the [X][X] [X] ||| trotz des [X][X] [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-despite the [X][X] relative stability [X] ||| trotz des [X][X] relativen Stabilität [X] ||| 1 ||| ||| 0.0526316 0.0526316
-despite the [X][X] relative [X] ||| trotz des [X][X] relativen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-done despite the [X][X] [X] ||| trotz des [X][X] verhängt [X] ||| 1 ||| ||| 0.0666667 0.0666667
-be done despite the [X][X] [X] ||| trotz des [X][X] verhängt werden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-do [X] ||| tun [X] ||| 1 ||| ||| 2 2
-and to the Governor [X] ||| und Gouverneur [X] ||| 1 ||| ||| 0.2 0.2
-and to the Governor [X][X] [X] ||| und Gouverneur [X][X] [X] ||| 1 ||| ||| 0.152597 0.152597
-and to the Governor of [X] ||| und Gouverneur von [X] ||| 1 ||| ||| 0.111111 0.111111
-, [X] ||| und [X] ||| 1 ||| ||| 19 1
-, and [X] ||| und [X] ||| 1 ||| ||| 19 1
-and [X] ||| und [X] ||| 1 ||| ||| 19 14
-and the [X] ||| und [X] ||| 1 ||| ||| 19 1
-and to [X] ||| und [X] ||| 1 ||| ||| 19 1
-and to the [X] ||| und [X] ||| 1 ||| ||| 19 1
-and [X][X] , [X] ||| und [X][X] , [X] ||| 1 ||| ||| 0.476623 0.0642857
-and [X][X] [X] ||| und [X][X] , [X] ||| 1 ||| ||| 0.476623 0.340909
-and to [X][X] , [X] ||| und [X][X] , [X] ||| 1 ||| ||| 0.476623 0.0357143
-and to the [X][X] , [X] ||| und [X][X] , [X] ||| 1 ||| ||| 0.476623 0.0357143
-and [X][X] , [X][X] [X] ||| und [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and [X][X] , to [X] ||| und [X][X] , bei [X] ||| 1 ||| ||| 0.0188679 0.0188679
-and [X][X] , to the [X] ||| und [X][X] , bei dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and [X][X] that [X] ||| und [X][X] , daß [X] ||| 1 ||| ||| 0.2 0.2
-and [X][X] that [X][X] , [X] ||| und [X][X] , daß [X][X] [X] ||| 1 ||| ||| 0.2 0.0666667
-and [X][X] that [X][X] [X] ||| und [X][X] , daß [X][X] [X] ||| 1 ||| ||| 0.2 0.133333
-and [X][X] that [X][X] too [X] ||| und [X][X] , daß auch [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-and [X][X] you [X] ||| und [X][X] , die Sie [X] ||| 1 ||| ||| 0.1 0.1
-and [X][X] you [X][X] [X] ||| und [X][X] , die Sie [X][X] [X] ||| 1 ||| ||| 0.0623647 0.0623647
-and [X][X] you [X][X] to [X] ||| und [X][X] , die Sie [X][X] bei [X] ||| 1 ||| ||| 0.0188679 0.0188679
-and [X][X] you [X][X] the [X] ||| und [X][X] , die Sie [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and [X][X] you represent , [X] ||| und [X][X] , die Sie vertreten , [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and [X][X] you represent [X] ||| und [X][X] , die Sie vertreten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-and [X][X] you represent [X][X] [X] ||| und [X][X] , die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.0337933 0.0337933
-and [X][X] [X] ||| und [X][X] , die [X] ||| 1 ||| ||| 0.2 0.2
-and [X][X] to subvert it [X] ||| und [X][X] , diesen zu unterlaufen , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-and [X][X] to subvert it [X] ||| und [X][X] , diesen zu unterlaufen [X] ||| 1 ||| ||| 0.142857 0.142857
-and [X][X] Bush , [X] ||| und [X][X] Bush , [X] ||| 1 ||| ||| 0.0714286 0.0357143
-and to [X][X] Bush , [X] ||| und [X][X] Bush , [X] ||| 1 ||| ||| 0.0714286 0.0357143
-and [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 1 ||| ||| 0.136363 0.0454545
-and to [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 1 ||| ||| 0.136363 0.0454545
-and to the [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 1 ||| ||| 0.136363 0.0454545
-and [X][X] European Community [X] ||| und [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0571428 0.0285714
-and [X][X] the European Community [X] ||| und [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0571428 0.0285714
-and [X][X] European [X] ||| und [X][X] Europäischen [X] ||| 1 ||| ||| 0.12 0.04
-and [X][X] of the European [X] ||| und [X][X] Europäischen [X] ||| 1 ||| ||| 0.12 0.04
-and [X][X] the European [X] ||| und [X][X] Europäischen [X] ||| 1 ||| ||| 0.12 0.04
-, [X][X] legislative proposal [X] ||| und [X][X] Legislativvorschlag [X] ||| 1 ||| ||| 0.2 0.2
-and [X][X] you [X] ||| und [X][X] Sie [X] ||| 1 ||| ||| 0.1 0.1
-and [X][X] you [X][X] [X] ||| und [X][X] Sie [X][X] [X] ||| 1 ||| ||| 0.0623647 0.0623647
-and [X][X] you [X][X] to [X] ||| und [X][X] Sie [X][X] bei [X] ||| 1 ||| ||| 0.0188679 0.0188679
-and [X][X] you [X][X] the [X] ||| und [X][X] Sie [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and [X][X] you represent , [X] ||| und [X][X] Sie vertreten , [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and [X][X] you represent [X] ||| und [X][X] Sie vertreten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-and [X][X] you represent [X][X] [X] ||| und [X][X] Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.0337933 0.0337933
-and [X][X] Texas , Mr [X] ||| und [X][X] Texas , George W. [X] ||| 1 ||| ||| 0.0714286 0.0714286
-and [X][X] Community [X] ||| und [X][X] Union [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and [X][X] condemned person [X] ||| und [X][X] Verurteilten [X] ||| 1 ||| ||| 0.0714286 0.0714286
-, [X][X] [X] ||| und [X][X] [X] ||| 1 ||| ||| 6.34399 0.7
-and [X][X] , [X] ||| und [X][X] [X] ||| 1 ||| ||| 6.34399 0.0666667
-and [X][X] [X] ||| und [X][X] [X] ||| 1 ||| ||| 6.34399 4.59606
-and [X][X] of [X] ||| und [X][X] [X] ||| 1 ||| ||| 6.34399 0.1
-and [X][X] of the [X] ||| und [X][X] [X] ||| 1 ||| ||| 6.34399 0.0769231
-and [X][X] the [X] ||| und [X][X] [X] ||| 1 ||| ||| 6.34399 0.0769231
-and to [X][X] [X] ||| und [X][X] [X] ||| 1 ||| ||| 6.34399 0.463709
-and to the [X][X] [X] ||| und [X][X] [X] ||| 1 ||| ||| 6.34399 0.263709
-and [X][X] of [X][X] Community [X] ||| und [X][X] [X][X] Union [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and [X][X] of [X][X] [X] ||| und [X][X] [X][X] [X] ||| 1 ||| ||| 0.125714 0.0685714
-and [X][X] of the [X][X] [X] ||| und [X][X] [X][X] [X] ||| 1 ||| ||| 0.125714 0.0285714
-and [X][X] the [X][X] [X] ||| und [X][X] [X][X] [X] ||| 1 ||| ||| 0.125714 0.0285714
-and [X][X] in Russia [X][X] [X] ||| und [X][X] [X][X] in Rußland [X] ||| 1 ||| ||| 0.133333 0.133333
-and [X][X] in [X][X] too [X] ||| und [X][X] auch in [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-and [X][X] to [X] ||| und [X][X] bei [X] ||| 1 ||| ||| 0.0188679 0.0188679
-and [X][X] to the [X] ||| und [X][X] bei dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and [X][X] the [X] ||| und [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and [X][X] the condemned person [X] ||| und [X][X] des Verurteilten [X] ||| 1 ||| ||| 0.0714286 0.0714286
-and [X][X] the [X] ||| und [X][X] des [X] ||| 1 ||| ||| 0.166667 0.166667
-and [X][X] the [X][X] [X] ||| und [X][X] des [X][X] [X] ||| 1 ||| ||| 0.0714286 0.0714286
-and [X][X] you [X] ||| und [X][X] die Sie [X] ||| 1 ||| ||| 0.1 0.1
-and [X][X] you [X][X] [X] ||| und [X][X] die Sie [X][X] [X] ||| 1 ||| ||| 0.0623647 0.0623647
-and [X][X] you [X][X] to [X] ||| und [X][X] die Sie [X][X] bei [X] ||| 1 ||| ||| 0.0188679 0.0188679
-and [X][X] you [X][X] the [X] ||| und [X][X] die Sie [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and [X][X] you represent , [X] ||| und [X][X] die Sie vertreten , [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and [X][X] you represent [X] ||| und [X][X] die Sie vertreten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-and [X][X] you represent [X][X] [X] ||| und [X][X] die Sie vertreten [X][X] [X] ||| 1 ||| ||| 0.0337933 0.0337933
-and [X][X] [X] ||| und [X][X] die [X] ||| 1 ||| ||| 0.2 0.2
-and made [X][X] that [X] ||| und [X][X] gemacht hat , daß [X] ||| 1 ||| ||| 0.2 0.2
-and made [X][X] that [X][X] [X] ||| und [X][X] gemacht hat , daß [X][X] [X] ||| 1 ||| ||| 0.133333 0.133333
-and made [X][X] [X] ||| und [X][X] gemacht hat [X] ||| 1 ||| ||| 0.333333 0.333333
-and [X][X] whole [X] ||| und [X][X] gesamten [X] ||| 1 ||| ||| 0.34359 0.166667
-and [X][X] whole of [X] ||| und [X][X] gesamten [X] ||| 1 ||| ||| 0.34359 0.1
-and [X][X] whole of the [X] ||| und [X][X] gesamten [X] ||| 1 ||| ||| 0.34359 0.0769231
-and [X][X] whole [X][X] Community [X] ||| und [X][X] gesamten [X][X] Union [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and [X][X] whole [X][X] [X] ||| und [X][X] gesamten [X][X] [X] ||| 1 ||| ||| 0.137143 0.0685714
-and [X][X] whole of [X][X] [X] ||| und [X][X] gesamten [X][X] [X] ||| 1 ||| ||| 0.137143 0.0685714
-and [X][X] represent , [X] ||| und [X][X] vertreten , [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and [X][X] represent , [X][X] [X] ||| und [X][X] vertreten , [X][X] [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and [X][X] represent , to [X] ||| und [X][X] vertreten , bei [X] ||| 1 ||| ||| 0.0188679 0.0188679
-and [X][X] represent [X] ||| und [X][X] vertreten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-and [X][X] represent [X][X] [X] ||| und [X][X] vertreten [X][X] [X] ||| 1 ||| ||| 0.0337933 0.0337933
-and [X][X] represent [X][X] the [X] ||| und [X][X] vertreten [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and [X][X] of [X] ||| und [X][X] von [X] ||| 1 ||| ||| 0.222222 0.111111
-and to [X][X] of [X] ||| und [X][X] von [X] ||| 1 ||| ||| 0.222222 0.111111
-and [X][X] of [X][X] , [X] ||| und [X][X] von [X][X] , [X] ||| 1 ||| ||| 0.0357143 0.0357143
-and [X][X] of [X][X] Bush [X] ||| und [X][X] von [X][X] Bush [X] ||| 1 ||| ||| 0.0454545 0.0454545
-and [X][X] of [X][X] [X] ||| und [X][X] von [X][X] [X] ||| 1 ||| ||| 0.305194 0.152597
-and to [X][X] of [X][X] [X] ||| und [X][X] von [X][X] [X] ||| 1 ||| ||| 0.305194 0.152597
-and the other [X] ||| und anderen [X] ||| 1 ||| ||| 0.333333 0.333333
-and [X] ||| und auf [X] ||| 1 ||| ||| 1 1
-and [X][X] [X] ||| und auf [X][X] [X] ||| 1 ||| ||| 0.25 0.25
-and which [X] ||| und auf die [X] ||| 1 ||| ||| 1 1
-and which I [X] ||| und auf die ich [X] ||| 1 ||| ||| 0.25 0.25
-and that [X] ||| und daß [X] ||| 1 ||| ||| 1 1
-and television [X] ||| und dem Fernsehen [X] ||| 1 ||| ||| 1 1
-and the institution [X] ||| und der Institution , [X] ||| 1 ||| ||| 0.25 0.25
-and the institution [X][X] , [X] ||| und der Institution , [X][X] , [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and the institution [X][X] [X] ||| und der Institution , [X][X] [X] ||| 1 ||| ||| 0.114996 0.114996
-and the institution [X][X] to [X] ||| und der Institution , [X][X] bei [X] ||| 1 ||| ||| 0.0188679 0.0188679
-and the institution [X][X] the [X] ||| und der Institution , [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and the institution you [X] ||| und der Institution , die Sie [X] ||| 1 ||| ||| 0.1 0.1
-and the institution you [X][X] [X] ||| und der Institution , die Sie [X][X] [X] ||| 1 ||| ||| 0.0623647 0.0623647
-and the institution you represent [X] ||| und der Institution , die Sie vertreten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-and the institution [X] ||| und der Institution , die [X] ||| 1 ||| ||| 0.2 0.2
-and the institution [X][X] , [X] ||| und der Institution , die [X][X] , [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and the institution [X][X] [X] ||| und der Institution , die [X][X] [X] ||| 1 ||| ||| 0.114996 0.114996
-and the institution [X][X] to [X] ||| und der Institution , die [X][X] bei [X] ||| 1 ||| ||| 0.0188679 0.0188679
-and the institution [X][X] the [X] ||| und der Institution , die [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and the institution [X] ||| und der Institution [X] ||| 1 ||| ||| 0.333333 0.333333
-and the institution [X][X] , [X] ||| und der Institution [X][X] , [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and the institution [X][X] [X] ||| und der Institution [X][X] [X] ||| 1 ||| ||| 0.114996 0.114996
-and the institution [X][X] to [X] ||| und der Institution [X][X] bei [X] ||| 1 ||| ||| 0.0188679 0.0188679
-and the institution [X][X] the [X] ||| und der Institution [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and the [X] ||| und der [X] ||| 1 ||| ||| 1 1
-and the [X][X] , [X] ||| und der [X][X] , [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and the [X][X] , [X][X] [X] ||| und der [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and the [X][X] , to [X] ||| und der [X][X] , bei [X] ||| 1 ||| ||| 0.0188679 0.0188679
-and the [X][X] [X] ||| und der [X][X] [X] ||| 1 ||| ||| 0.214996 0.214996
-and the [X][X] to [X] ||| und der [X][X] bei [X] ||| 1 ||| ||| 0.0188679 0.0188679
-and the [X][X] to the [X] ||| und der [X][X] bei dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and the [X][X] the [X] ||| und der [X][X] dem [X] ||| 1 ||| ||| 0.0149254 0.0149254
-and the [X][X] represent , [X] ||| und der [X][X] vertreten , [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and the [X][X] represent [X] ||| und der [X][X] vertreten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-and the [X][X] represent [X][X] [X] ||| und der [X][X] vertreten [X][X] [X] ||| 1 ||| ||| 0.0337933 0.0337933
-and made it clear that [X] ||| und deutlich gemacht hat , daß [X] ||| 1 ||| ||| 0.2 0.2
-and made it clear [X] ||| und deutlich gemacht hat [X] ||| 1 ||| ||| 0.333333 0.333333
-and made it clear [X][X] [X] ||| und deutlich gemacht hat [X][X] [X] ||| 1 ||| ||| 0.133333 0.133333
-and a proposal [X] ||| und ein Vorschlag [X] ||| 1 ||| ||| 0.333333 0.333333
-and a proposal [X][X] [X] ||| und ein Vorschlag [X][X] , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-and a proposal [X][X] [X] ||| und ein Vorschlag [X][X] [X] ||| 1 ||| ||| 0.233766 0.233766
-and a [X] ||| und ein [X] ||| 1 ||| ||| 1 1
-and a [X][X] [X] ||| und ein [X][X] , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-and a [X][X] [X] ||| und ein [X][X] [X] ||| 1 ||| ||| 0.233766 0.233766
-, not a legislative proposal [X] ||| und keinen Legislativvorschlag [X] ||| 1 ||| ||| 0.2 0.2
-, not a [X] ||| und keinen [X] ||| 1 ||| ||| 0.5 0.5
-, not a [X][X] [X] ||| und keinen [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-and whether [X] ||| und ob [X] ||| 1 ||| ||| 1 1
-and urging [X] ||| und sie auffordern [X] ||| 1 ||| ||| 1 1
-and urging [X] ||| und sie auffordern würden , [X] ||| 1 ||| ||| 1 1
-and urging [X] ||| und sie auffordern würden [X] ||| 1 ||| ||| 1 1
-and by [X] ||| und von [X] ||| 1 ||| ||| 1 1
-and by [X][X] European Community [X] ||| und von [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and by [X][X] European [X] ||| und von [X][X] Europäischen [X] ||| 1 ||| ||| 0.08 0.04
-and by [X][X] the European [X] ||| und von [X][X] Europäischen [X] ||| 1 ||| ||| 0.08 0.04
-and by [X][X] Community [X] ||| und von [X][X] Union [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and by [X][X] [X] ||| und von [X][X] [X] ||| 1 ||| ||| 0.666007 0.412161
-and by [X][X] of [X] ||| und von [X][X] [X] ||| 1 ||| ||| 0.666007 0.1
-and by [X][X] of the [X] ||| und von [X][X] [X] ||| 1 ||| ||| 0.666007 0.0769231
-and by [X][X] the [X] ||| und von [X][X] [X] ||| 1 ||| ||| 0.666007 0.0769231
-and by [X][X] of [X][X] [X] ||| und von [X][X] [X][X] [X] ||| 1 ||| ||| 0.0971428 0.0685714
-and by [X][X] the [X][X] [X] ||| und von [X][X] [X][X] [X] ||| 1 ||| ||| 0.0971428 0.0285714
-and by the [X] ||| und von der [X] ||| 1 ||| ||| 0.333333 0.333333
-and by the [X][X] European [X] ||| und von der [X][X] Europäischen [X] ||| 1 ||| ||| 0.04 0.04
-and by the [X][X] Community [X] ||| und von der [X][X] Union [X] ||| 1 ||| ||| 0.0285714 0.0285714
-and by the [X][X] [X] ||| und von der [X][X] [X] ||| 1 ||| ||| 0.322418 0.245495
-and by the [X][X] the [X] ||| und von der [X][X] [X] ||| 1 ||| ||| 0.322418 0.0769231
-and by the whole [X] ||| und von der gesamten [X] ||| 1 ||| ||| 0.266667 0.166667
-and by the whole of [X] ||| und von der gesamten [X] ||| 1 ||| ||| 0.266667 0.1
-and by the whole [X][X] [X] ||| und von der gesamten [X][X] [X] ||| 1 ||| ||| 0.0685714 0.0685714
-, and we [X] ||| und wir [X] ||| 1 ||| ||| 1.5 0.5
-and we [X] ||| und wir [X] ||| 1 ||| ||| 1.5 1
-and to reprieve [X] ||| und zur Begnadigung [X] ||| 1 ||| ||| 0.333333 0.333333
-and to reprieve [X][X] [X] ||| und zur Begnadigung [X][X] [X] ||| 1 ||| ||| 0.0714286 0.0714286
-and to reprieve the [X] ||| und zur Begnadigung des [X] ||| 1 ||| ||| 0.166667 0.166667
-and to reprieve the [X][X] [X] ||| und zur Begnadigung des [X][X] [X] ||| 1 ||| ||| 0.0714286 0.0714286
-and to [X] ||| und zur [X] ||| 1 ||| ||| 1 1
-and to [X][X] condemned person [X] ||| und zur [X][X] Verurteilten [X] ||| 1 ||| ||| 0.0714286 0.0714286
-and to [X][X] [X] ||| und zur [X][X] [X] ||| 1 ||| ||| 0.238095 0.238095
-it [X] ||| und zwar [X] ||| 1 ||| ||| 1 1
-it says [X][X] [X] ||| und zwar [X][X] Strafen [X] ||| 1 ||| ||| 0.2 0.2
-it [X][X] [X] ||| und zwar [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-it says [X][X] should [X] ||| und zwar sollen [X][X] Strafen [X] ||| 1 ||| ||| 0.2 0.2
-it [X][X] should [X] ||| und zwar sollen [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-it says that this should [X] ||| und zwar sollen derartige Strafen [X] ||| 1 ||| ||| 0.2 0.2
-of us [X] ||| uns [X] ||| 1 ||| ||| 2 1
-us [X] ||| uns [X] ||| 1 ||| ||| 2 1
-of us here [X] ||| uns hier [X] ||| 1 ||| ||| 1.5 0.5
-us here [X] ||| uns hier [X] ||| 1 ||| ||| 1.5 1
-[X][X] us here [X] ||| uns hier [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-all of us here [X] ||| uns hier alle [X] ||| 1 ||| ||| 0.2 0.2
-people signed [X] ||| unterzeichnet worden [X] ||| 1 ||| ||| 2 1
-signed [X] ||| unterzeichnet worden [X] ||| 1 ||| ||| 2 1
-people signed [X] ||| unterzeichnet worden ist [X] ||| 1 ||| ||| 2 1
-signed [X] ||| unterzeichnet worden ist [X] ||| 1 ||| ||| 2 1
-inadmissible [X] ||| unzulässig [X] ||| 1 ||| ||| 1 1
-last year [X] ||| vergangenen Jahres- [X] ||| 1 ||| ||| 1 1
-last [X] ||| vergangenen [X] ||| 1 ||| ||| 1 1
-done [X] ||| verhängt [X] ||| 1 ||| ||| 1 1
-be done [X] ||| verhängt werden [X] ||| 1 ||| ||| 1 1
-various countries [X] ||| verschiedenen Ländern [X] ||| 1 ||| ||| 1 1
-various countries [X][X] European Union [X] ||| verschiedenen Ländern [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0909091 0.0909091
-various countries [X][X] European [X] ||| verschiedenen Ländern [X][X] Europäischen [X] ||| 1 ||| ||| 0.142857 0.142857
-various countries [X][X] Union [X] ||| verschiedenen Ländern [X][X] Union [X] ||| 1 ||| ||| 0.0909091 0.0909091
-various countries [X][X] [X] ||| verschiedenen Ländern [X][X] [X] ||| 1 ||| ||| 0.483766 0.483766
-various countries of the European [X] ||| verschiedenen Ländern der Europäischen [X] ||| 1 ||| ||| 0.142857 0.142857
-various countries of the [X] ||| verschiedenen Ländern der [X] ||| 1 ||| ||| 0.25 0.25
-various countries of the [X][X] [X] ||| verschiedenen Ländern der [X][X] [X] ||| 1 ||| ||| 0.0909091 0.0909091
-various [X] ||| verschiedenen [X] ||| 1 ||| ||| 1 1
-various [X][X] European Union [X] ||| verschiedenen [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.0909091 0.0909091
-various [X][X] European [X] ||| verschiedenen [X][X] Europäischen [X] ||| 1 ||| ||| 0.142857 0.142857
-various [X][X] Union [X] ||| verschiedenen [X][X] Union [X] ||| 1 ||| ||| 0.0909091 0.0909091
-various [X][X] [X] ||| verschiedenen [X][X] [X] ||| 1 ||| ||| 0.483766 0.483766
-upheld [X] ||| verteidigt [X] ||| 1 ||| ||| 1 1
-represent , [X] ||| vertreten , [X] ||| 1 ||| ||| 1 1
-represent , [X][X] Governor [X] ||| vertreten , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0444444 0.0222222
-represent , [X][X] the Governor [X] ||| vertreten , [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0444444 0.0222222
-represent , [X][X] Governor of [X] ||| vertreten , [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.0181818 0.0181818
-represent , [X][X] President [X] ||| vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0909091 0.0909091
-represent , [X][X] President [X][X] [X] ||| vertreten , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.108376 0.108376
-represent , [X][X] President and [X] ||| vertreten , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-represent , [X][X] [X] ||| vertreten , [X][X] [X] ||| 1 ||| ||| 0.518815 0.418584
-represent , [X][X] the [X] ||| vertreten , [X][X] [X] ||| 1 ||| ||| 0.518815 0.0322581
-represent , [X][X] to [X] ||| vertreten , [X][X] [X] ||| 1 ||| ||| 0.518815 0.0357143
-represent , [X][X] to the [X] ||| vertreten , [X][X] [X] ||| 1 ||| ||| 0.518815 0.0322581
-represent , [X][X] the [X][X] [X] ||| vertreten , [X][X] [X][X] [X] ||| 1 ||| ||| 0.0585858 0.0181818
-represent , [X][X] to [X][X] [X] ||| vertreten , [X][X] [X][X] [X] ||| 1 ||| ||| 0.0585858 0.040404
-represent , [X][X] and [X] ||| vertreten , [X][X] und [X] ||| 1 ||| ||| 0.0883459 0.0526316
-represent , [X][X] and to [X] ||| vertreten , [X][X] und [X] ||| 1 ||| ||| 0.0883459 0.0357143
-represent , [X][X] and [X][X] [X] ||| vertreten , [X][X] und [X][X] [X] ||| 1 ||| ||| 0.040404 0.040404
-represent , [X][X] of [X] ||| vertreten , [X][X] von [X] ||| 1 ||| ||| 0.0181818 0.0181818
-represent , to [X] ||| vertreten , bei [X] ||| 1 ||| ||| 0.333333 0.333333
-represent , to [X][X] Governor [X] ||| vertreten , bei [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0222222 0.0222222
-represent , to [X][X] [X] ||| vertreten , bei [X][X] [X] ||| 1 ||| ||| 0.319889 0.251917
-represent , to [X][X] the [X] ||| vertreten , bei [X][X] [X] ||| 1 ||| ||| 0.319889 0.0322581
-represent , to [X][X] to [X] ||| vertreten , bei [X][X] [X] ||| 1 ||| ||| 0.319889 0.0357143
-represent , to [X][X] and [X] ||| vertreten , bei [X][X] und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-represent , to [X][X] of [X] ||| vertreten , bei [X][X] von [X] ||| 1 ||| ||| 0.0181818 0.0181818
-represent , to the President [X] ||| vertreten , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0909091 0.0909091
-represent , to the [X] ||| vertreten , bei dem [X] ||| 1 ||| ||| 0.166667 0.166667
-represent , to the [X][X] [X] ||| vertreten , bei dem [X][X] [X] ||| 1 ||| ||| 0.161008 0.161008
-represent [X] ||| vertreten [X] ||| 1 ||| ||| 1 1
-represent [X][X] Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0666666 0.0222222
-represent [X][X] the Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0666666 0.0222222
-represent [X][X] to the Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0666666 0.0222222
-represent [X][X] Governor of [X] ||| vertreten [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.0363636 0.0181818
-represent [X][X] the Governor of [X] ||| vertreten [X][X] Gouverneur von [X] ||| 1 ||| ||| 0.0363636 0.0181818
-represent [X][X] President [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0909091 0.0909091
-represent [X][X] President [X][X] Governor [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0222222 0.0222222
-represent [X][X] President [X][X] [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.140634 0.108376
-represent [X][X] President [X][X] the [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.140634 0.0322581
-represent [X][X] President [X][X] of [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| ||| 0.0181818 0.0181818
-represent [X][X] President and [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0883459 0.0526316
-represent [X][X] President and to [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0883459 0.0357143
-represent [X][X] President and [X][X] [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| ||| 0.040404 0.040404
-represent [X][X] [X] ||| vertreten [X][X] [X] ||| 1 ||| ||| 0.852148 0.751917
-represent [X][X] the [X] ||| vertreten [X][X] [X] ||| 1 ||| ||| 0.852148 0.0322581
-represent [X][X] to [X] ||| vertreten [X][X] [X] ||| 1 ||| ||| 0.852148 0.0357143
-represent [X][X] to the [X] ||| vertreten [X][X] [X] ||| 1 ||| ||| 0.852148 0.0322581
-represent [X][X] the [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 1 ||| ||| 0.0767676 0.0181818
-represent [X][X] to [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 1 ||| ||| 0.0767676 0.040404
-represent [X][X] to the [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 1 ||| ||| 0.0767676 0.0181818
-represent [X][X] to [X][X] of [X] ||| vertreten [X][X] [X][X] von [X] ||| 1 ||| ||| 0.0181818 0.0181818
-represent [X][X] the President [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0909091 0.0909091
-represent [X][X] the President [X][X] [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| ||| 0.108376 0.108376
-represent [X][X] the President and [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0526316 0.0526316
-represent [X][X] the [X] ||| vertreten [X][X] dem [X] ||| 1 ||| ||| 0.166667 0.166667
-represent [X][X] the [X][X] Governor [X] ||| vertreten [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| ||| 0.0222222 0.0222222
-represent [X][X] the [X][X] [X] ||| vertreten [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.22898 0.161008
-represent [X][X] the [X][X] the [X] ||| vertreten [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.22898 0.0322581
-represent [X][X] the [X][X] to [X] ||| vertreten [X][X] dem [X][X] [X] ||| 1 ||| ||| 0.22898 0.0357143
-represent [X][X] the [X][X] of [X] ||| vertreten [X][X] dem [X][X] von [X] ||| 1 ||| ||| 0.0181818 0.0181818
-represent [X][X] and [X] ||| vertreten [X][X] und [X] ||| 1 ||| ||| 0.120604 0.0526316
-represent [X][X] and to [X] ||| vertreten [X][X] und [X] ||| 1 ||| ||| 0.120604 0.0357143
-represent [X][X] and to the [X] ||| vertreten [X][X] und [X] ||| 1 ||| ||| 0.120604 0.0322581
-represent [X][X] and [X][X] [X] ||| vertreten [X][X] und [X][X] [X] ||| 1 ||| ||| 0.080808 0.040404
-represent [X][X] and to [X][X] [X] ||| vertreten [X][X] und [X][X] [X] ||| 1 ||| ||| 0.080808 0.040404
-represent [X][X] and [X][X] of [X] ||| vertreten [X][X] und [X][X] von [X] ||| 1 ||| ||| 0.0181818 0.0181818
-represent [X][X] of [X] ||| vertreten [X][X] von [X] ||| 1 ||| ||| 0.0181818 0.0181818
-adopted . [X] ||| vertreten haben . [X] ||| 1 ||| ||| 1 1
-adopted [X] ||| vertreten haben [X] ||| 1 ||| ||| 1 1
-many [X][X] , [X][X] [X] ||| vielen , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.087037 0.087037
-many [X][X] , [X][X] [X] ||| vielen , [X][X] , [X][X] ist [X] ||| 1 ||| ||| 0.037037 0.037037
-many people signed , [X][X] [X] ||| vielen , [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.05 0.05
-many people signed , [X][X] [X] ||| vielen , [X][X] , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-many [X][X] , [X][X] [X] ||| vielen , [X][X] [X][X] [X] ||| 1 ||| ||| 0.174074 0.174074
-many [X][X] , [X][X] [X] ||| vielen , [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.0740741 0.0740741
-many people signed , [X][X] [X] ||| vielen , [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.05 0.05
-many people signed , [X][X] [X] ||| vielen , [X][X] unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-many [X][X] , including myself [X] ||| vielen , auch von mir selbst , [X][X] [X] ||| 1 ||| ||| 0.087037 0.087037
-many [X][X] , including myself [X] ||| vielen , auch von mir selbst , [X][X] ist [X] ||| 1 ||| ||| 0.037037 0.037037
-many [X][X] , including myself [X] ||| vielen , auch von mir selbst [X][X] [X] ||| 1 ||| ||| 0.087037 0.087037
-many [X][X] , including myself [X] ||| vielen , auch von mir selbst [X][X] ist [X] ||| 1 ||| ||| 0.037037 0.037037
-many resolutions [X] ||| vielen Entschließungen [X] ||| 1 ||| ||| 1 1
-many [X] ||| vielen [X] ||| 1 ||| ||| 3 2
-many people [X] ||| vielen [X] ||| 1 ||| ||| 3 1
-many people signed [X][X] [X] ||| vielen [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.05 0.05
-many people signed [X][X] [X] ||| vielen [X][X] , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-many [X][X] [X] ||| vielen [X][X] [X] ||| 1 ||| ||| 0.174074 0.087037
-many people [X][X] [X] ||| vielen [X][X] [X] ||| 1 ||| ||| 0.174074 0.087037
-many [X][X] [X] ||| vielen [X][X] ist [X] ||| 1 ||| ||| 0.074074 0.037037
-many people [X][X] [X] ||| vielen [X][X] ist [X] ||| 1 ||| ||| 0.074074 0.037037
-many people signed [X][X] myself [X] ||| vielen [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.05 0.05
-many people signed [X][X] myself [X] ||| vielen [X][X] mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-many people signed [X][X] [X] ||| vielen [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.05 0.05
-many people signed [X][X] [X] ||| vielen [X][X] unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-many people signed [X][X] myself [X] ||| vielen [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.05 0.05
-many people signed [X][X] myself [X] ||| vielen [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.037037 0.037037
-by the European Parliament [X] ||| vom Europäischen Parlament [X] ||| 1 ||| ||| 0.25 0.25
-by the European Parliament [X][X] [X] ||| vom Europäischen Parlament [X][X] [X] ||| 1 ||| ||| 0.211951 0.211951
-by the European Parliament and [X] ||| vom Europäischen Parlament und [X] ||| 1 ||| ||| 0.125 0.125
-by the European [X] ||| vom Europäischen [X] ||| 1 ||| ||| 0.5 0.5
-by the European [X][X] [X] ||| vom Europäischen [X][X] [X] ||| 1 ||| ||| 0.394141 0.336951
-by the European [X][X] of [X] ||| vom Europäischen [X][X] [X] ||| 1 ||| ||| 0.394141 0.0294118
-by the European [X][X] the [X] ||| vom Europäischen [X][X] [X] ||| 1 ||| ||| 0.394141 0.0277778
-by the European [X][X] the [X] ||| vom Europäischen [X][X] der [X] ||| 1 ||| ||| 0.047619 0.047619
-by the European [X][X] whole [X] ||| vom Europäischen [X][X] gesamten [X] ||| 1 ||| ||| 0.0357143 0.0357143
-by the European [X][X] by [X] ||| vom Europäischen [X][X] von [X] ||| 1 ||| ||| 0.0714286 0.0714286
-by the [X] ||| vom [X] ||| 1 ||| ||| 1 1
-by the [X][X] [X] ||| vom [X][X] [X] ||| 1 ||| ||| 0.671918 0.586951
-by the [X][X] of [X] ||| vom [X][X] [X] ||| 1 ||| ||| 0.671918 0.0294118
-by the [X][X] of the [X] ||| vom [X][X] [X] ||| 1 ||| ||| 0.671918 0.0277778
-by the [X][X] the [X] ||| vom [X][X] [X] ||| 1 ||| ||| 0.671918 0.0277778
-by the [X][X] the [X] ||| vom [X][X] der [X] ||| 1 ||| ||| 0.047619 0.047619
-by the [X][X] the [X][X] [X] ||| vom [X][X] der [X][X] [X] ||| 1 ||| ||| 0.0571895 0.0571895
-by the [X][X] the whole [X] ||| vom [X][X] der gesamten [X] ||| 1 ||| ||| 0.0357143 0.0357143
-by the [X][X] whole [X] ||| vom [X][X] gesamten [X] ||| 1 ||| ||| 0.0651261 0.0357143
-by the [X][X] whole of [X] ||| vom [X][X] gesamten [X] ||| 1 ||| ||| 0.0651261 0.0294118
-by the [X][X] and [X] ||| vom [X][X] und [X] ||| 1 ||| ||| 0.125 0.125
-by the [X][X] and [X][X] [X] ||| vom [X][X] und [X][X] [X] ||| 1 ||| ||| 0.140523 0.140523
-by the [X][X] and by [X] ||| vom [X][X] und von [X] ||| 1 ||| ||| 0.0714286 0.0714286
-by the [X][X] by [X] ||| vom [X][X] von [X] ||| 1 ||| ||| 0.0714286 0.0714286
-by the [X][X] by [X][X] [X] ||| vom [X][X] von [X][X] [X] ||| 1 ||| ||| 0.0929038 0.0929038
-by the [X][X] by the [X] ||| vom [X][X] von der [X] ||| 1 ||| ||| 0.047619 0.047619
-of Alexander Nikitin . [X] ||| von Alexander Nikitin . [X] ||| 1 ||| ||| 0.166667 0.166667
-of Alexander Nikitin [X] ||| von Alexander Nikitin [X] ||| 1 ||| ||| 0.333333 0.333333
-of Alexander [X] ||| von Alexander [X] ||| 1 ||| ||| 1 1
-of Alexander [X][X] [X] ||| von Alexander [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-as Mr Evans [X] ||| von Herrn Evans [X] ||| 1 ||| ||| 0.858333 0.333333
-as Mr Evans has [X] ||| von Herrn Evans [X] ||| 1 ||| ||| 0.858333 0.2
-do as Mr Evans [X] ||| von Herrn Evans [X] ||| 1 ||| ||| 0.858333 0.2
-do as Mr Evans has [X] ||| von Herrn Evans [X] ||| 1 ||| ||| 0.858333 0.125
-at his [X] ||| von Herrn Ponnambalam [X] ||| 1 ||| ||| 1 1
-at his [X][X] [X] ||| von Herrn Ponnambalam [X][X] [X] ||| 1 ||| ||| 0.458333 0.458333
-at his [X][X] other [X] ||| von Herrn Ponnambalam [X][X] anderen [X] ||| 1 ||| ||| 0.125 0.125
-at his and [X] ||| von Herrn Ponnambalam und [X] ||| 1 ||| ||| 0.833333 0.5
-at his and the [X] ||| von Herrn Ponnambalam und [X] ||| 1 ||| ||| 0.833333 0.333333
-at his and [X][X] [X] ||| von Herrn Ponnambalam und [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-at his and the other [X] ||| von Herrn Ponnambalam und anderen [X] ||| 1 ||| ||| 0.125 0.125
-as Mr [X] ||| von Herrn [X] ||| 1 ||| ||| 1.5 1
-do as Mr [X] ||| von Herrn [X] ||| 1 ||| ||| 1.5 0.5
-as Mr [X][X] [X] ||| von Herrn [X][X] [X] ||| 1 ||| ||| 0.325 0.2
-do as Mr [X][X] [X] ||| von Herrn [X][X] [X] ||| 1 ||| ||| 0.325 0.125
-Sri Lankan [X] ||| von Sri Lanka [X] ||| 1 ||| ||| 1 1
-[X][X] Sri Lankan [X] ||| von Sri Lanka [X][X] [X] ||| 1 ||| ||| 0.0769231 0.0769231
-[X][X] the Sri Lankan [X] ||| von Sri Lanka [X][X] das [X] ||| 1 ||| ||| 0.153846 0.0769231
-[X][X] to the Sri Lankan [X] ||| von Sri Lanka [X][X] das [X] ||| 1 ||| ||| 0.153846 0.0769231
-to [X][X] Sri Lankan [X] ||| von Sri Lanka in [X][X] [X] ||| 1 ||| ||| 0.0769231 0.0769231
-to [X][X] the Sri Lankan [X] ||| von Sri Lanka in [X][X] das [X] ||| 1 ||| ||| 0.0769231 0.0769231
-in Sri Lanka [X] ||| von Sri Lanka übermitteln [X] ||| 1 ||| ||| 0.333333 0.333333
-in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] [X] ||| 1 ||| ||| 0.210207 0.210207
-in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] würden , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] würden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-in Sri Lanka and [X] ||| von Sri Lanka übermitteln und [X] ||| 1 ||| ||| 0.166667 0.166667
-in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern [X] ||| 1 ||| ||| 0.0909091 0.0909091
-in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern würden , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern würden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-Sri [X] ||| von Sri [X] ||| 1 ||| ||| 2 1
-in Sri [X] ||| von Sri [X] ||| 1 ||| ||| 2 1
-in Sri [X][X] [X] ||| von Sri [X][X] , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in Sri [X][X] [X] ||| von Sri [X][X] [X] ||| 1 ||| ||| 0.376874 0.376874
-in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern [X] ||| 1 ||| ||| 0.0909091 0.0909091
-in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern würden , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern würden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-in Sri [X][X] [X] ||| von Sri [X][X] würden , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in Sri [X][X] [X] ||| von Sri [X][X] würden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-of Texas , Mr Bush [X] ||| von Texas , George W. Bush [X] ||| 1 ||| ||| 0.25 0.25
-of Texas , Mr [X] ||| von Texas , George W. [X] ||| 1 ||| ||| 0.5 0.5
-of Texas , Mr [X][X] [X] ||| von Texas , George W. [X][X] [X] ||| 1 ||| ||| 0.266667 0.266667
-as [X] ||| von [X] ||| 1 ||| ||| 7 1
-by [X] ||| von [X] ||| 1 ||| ||| 7 1
-do as [X] ||| von [X] ||| 1 ||| ||| 7 1
-in [X] ||| von [X] ||| 1 ||| ||| 7 1
-of [X] ||| von [X] ||| 1 ||| ||| 7 3
-in [X][X] [X] ||| von [X][X] , [X] ||| 1 ||| ||| 0.219299 0.0526316
-of [X][X] , [X] ||| von [X][X] , [X] ||| 1 ||| ||| 0.219299 0.166667
-[X][X] signed , [X][X] [X] ||| von [X][X] , [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] signed , [X][X] [X] ||| von [X][X] , [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] signed , including myself [X] ||| von [X][X] , auch von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-of [X][X] , who [X] ||| von [X][X] , der [X] ||| 1 ||| ||| 0.1 0.1
-of [X][X] . [X] ||| von [X][X] . [X] ||| 1 ||| ||| 0.166667 0.166667
-of [X][X] Bush , [X] ||| von [X][X] Bush , [X] ||| 1 ||| ||| 0.166667 0.166667
-of [X][X] Bush , who [X] ||| von [X][X] Bush , der [X] ||| 1 ||| ||| 0.1 0.1
-of [X][X] Bush [X] ||| von [X][X] Bush [X] ||| 1 ||| ||| 0.25 0.25
-of [X][X] Bush [X][X] [X] ||| von [X][X] Bush [X][X] [X] ||| 1 ||| ||| 0.1 0.1
-by [X][X] European Community [X] ||| von [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.08 0.04
-by [X][X] the European Community [X] ||| von [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.08 0.04
-by [X][X] European [X] ||| von [X][X] Europäischen [X] ||| 1 ||| ||| 0.1875 0.0625
-by [X][X] of the European [X] ||| von [X][X] Europäischen [X] ||| 1 ||| ||| 0.1875 0.0625
-by [X][X] the European [X] ||| von [X][X] Europäischen [X] ||| 1 ||| ||| 0.1875 0.0625
-by [X][X] Community [X] ||| von [X][X] Union [X] ||| 1 ||| ||| 0.04 0.04
-as [X][X] [X] ||| von [X][X] [X] ||| 1 ||| ||| 4.67461 0.533333
-as [X][X] has [X] ||| von [X][X] [X] ||| 1 ||| ||| 4.67461 0.2
-by [X][X] [X] ||| von [X][X] [X] ||| 1 ||| ||| 4.67461 0.778691
-by [X][X] of [X] ||| von [X][X] [X] ||| 1 ||| ||| 4.67461 0.2
-by [X][X] of the [X] ||| von [X][X] [X] ||| 1 ||| ||| 4.67461 0.142857
-by [X][X] the [X] ||| von [X][X] [X] ||| 1 ||| ||| 4.67461 0.142857
-do as [X][X] [X] ||| von [X][X] [X] ||| 1 ||| ||| 4.67461 0.325
-do as [X][X] has [X] ||| von [X][X] [X] ||| 1 ||| ||| 4.67461 0.125
-in [X][X] [X] ||| von [X][X] [X] ||| 1 ||| ||| 4.67461 0.710207
-of [X][X] [X] ||| von [X][X] [X] ||| 1 ||| ||| 4.67461 1.51667
-[X][X] signed [X][X] [X] ||| von [X][X] [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-by [X][X] of [X][X] Community [X] ||| von [X][X] [X][X] Union [X] ||| 1 ||| ||| 0.04 0.04
-by [X][X] of [X][X] [X] ||| von [X][X] [X][X] [X] ||| 1 ||| ||| 0.1825 0.1025
-by [X][X] of the [X][X] [X] ||| von [X][X] [X][X] [X] ||| 1 ||| ||| 0.1825 0.04
-by [X][X] the [X][X] [X] ||| von [X][X] [X][X] [X] ||| 1 ||| ||| 0.1825 0.04
-[X][X] the [X][X] [X] ||| von [X][X] [X][X] das [X] ||| 1 ||| ||| 0.153846 0.0769231
-[X][X] to the [X][X] [X] ||| von [X][X] [X][X] das [X] ||| 1 ||| ||| 0.153846 0.0769231
-[X][X] signed [X][X] myself [X] ||| von [X][X] [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] signed [X][X] [X] ||| von [X][X] [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] signed [X][X] myself [X] ||| von [X][X] [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-of [X][X] who [X] ||| von [X][X] der [X] ||| 1 ||| ||| 0.1 0.1
-to [X][X] the [X][X] [X] ||| von [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.153846 0.0769231
-to [X][X] to the [X][X] [X] ||| von [X][X] in [X][X] das [X] ||| 1 ||| ||| 0.153846 0.0769231
-in [X][X] urging [X] ||| von [X][X] sie auffordern [X] ||| 1 ||| ||| 0.0909091 0.0909091
-in [X][X] urging [X] ||| von [X][X] sie auffordern würden , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in [X][X] urging [X] ||| von [X][X] sie auffordern würden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-in [X][X] and [X] ||| von [X][X] und [X] ||| 1 ||| ||| 0.166667 0.166667
-in [X][X] and urging [X] ||| von [X][X] und sie auffordern [X] ||| 1 ||| ||| 0.0909091 0.0909091
-in [X][X] and urging [X] ||| von [X][X] und sie auffordern würden , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in [X][X] and urging [X] ||| von [X][X] und sie auffordern würden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-in [X][X] [X] ||| von [X][X] würden , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-in [X][X] [X] ||| von [X][X] würden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-by the [X] ||| von der [X] ||| 1 ||| ||| 1 1
-by the [X][X] European Community [X] ||| von der [X][X] Europäischen Union [X] ||| 1 ||| ||| 0.04 0.04
-by the [X][X] European [X] ||| von der [X][X] Europäischen [X] ||| 1 ||| ||| 0.125 0.0625
-by the [X][X] the European [X] ||| von der [X][X] Europäischen [X] ||| 1 ||| ||| 0.125 0.0625
-by the [X][X] Community [X] ||| von der [X][X] Union [X] ||| 1 ||| ||| 0.04 0.04
-by the [X][X] [X] ||| von der [X][X] [X] ||| 1 ||| ||| 0.588214 0.445357
-by the [X][X] the [X] ||| von der [X][X] [X] ||| 1 ||| ||| 0.588214 0.142857
-by the [X][X] the [X][X] [X] ||| von der [X][X] [X][X] [X] ||| 1 ||| ||| 0.04 0.04
-by the whole [X] ||| von der gesamten [X] ||| 1 ||| ||| 0.67619 0.333333
-by the whole of [X] ||| von der gesamten [X] ||| 1 ||| ||| 0.67619 0.2
-by the whole of the [X] ||| von der gesamten [X] ||| 1 ||| ||| 0.67619 0.142857
-by the whole [X][X] Community [X] ||| von der gesamten [X][X] Union [X] ||| 1 ||| ||| 0.04 0.04
-by the whole [X][X] [X] ||| von der gesamten [X][X] [X] ||| 1 ||| ||| 0.205 0.1025
-by the whole of [X][X] [X] ||| von der gesamten [X][X] [X] ||| 1 ||| ||| 0.205 0.1025
-myself [X] ||| von mir selbst , [X] ||| 1 ||| ||| 1 1
-myself [X] ||| von mir selbst [X] ||| 1 ||| ||| 1 1
-many [X][X] , [X][X] [X] ||| von vielen , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.037037 0.037037
-many people signed , [X][X] [X] ||| von vielen , [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-many [X][X] , [X][X] [X] ||| von vielen , [X][X] [X][X] [X] ||| 1 ||| ||| 0.0740741 0.0740741
-many people signed , [X][X] [X] ||| von vielen , [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-many [X][X] , including myself [X] ||| von vielen , auch von mir selbst , [X][X] [X] ||| 1 ||| ||| 0.037037 0.037037
-many [X][X] , including myself [X] ||| von vielen , auch von mir selbst [X][X] [X] ||| 1 ||| ||| 0.037037 0.037037
-many [X] ||| von vielen [X] ||| 1 ||| ||| 2 1
-many people [X] ||| von vielen [X] ||| 1 ||| ||| 2 1
-many people signed [X][X] [X] ||| von vielen [X][X] , unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-many [X][X] [X] ||| von vielen [X][X] [X] ||| 1 ||| ||| 0.074074 0.037037
-many people [X][X] [X] ||| von vielen [X][X] [X] ||| 1 ||| ||| 0.074074 0.037037
-many people signed [X][X] myself [X] ||| von vielen [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-many people signed [X][X] [X] ||| von vielen [X][X] unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-many people signed [X][X] myself [X] ||| von vielen [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.037037 0.037037
-[X][X] months ago [X] ||| vor [X][X] Monaten [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] months ago [X] ||| vor [X][X] Monaten einen [X] ||| 1 ||| ||| 0.2 0.2
-a few months ago [X] ||| vor wenigen Monaten [X] ||| 1 ||| ||| 0.25 0.25
-a few months ago [X] ||| vor wenigen Monaten einen [X] ||| 1 ||| ||| 0.2 0.2
-a few [X] ||| vor wenigen [X] ||| 1 ||| ||| 1 1
-a few [X][X] [X] ||| vor wenigen [X][X] [X] ||| 1 ||| ||| 0.45 0.45
-a few [X][X] [X] ||| vor wenigen [X][X] einen [X] ||| 1 ||| ||| 0.2 0.2
-proposal [X] ||| vorschlägt [X] ||| 1 ||| ||| 1 1
-because [X] ||| weil [X] ||| 1 ||| ||| 3 2
-because of [X] ||| weil [X] ||| 1 ||| ||| 3 1
-because [X][X] . [X] ||| weil [X][X] . [X] ||| 1 ||| ||| 0.0666667 0.0666667
-because [X][X] is appealing . [X] ||| weil [X][X] Berufung geht . [X] ||| 1 ||| ||| 0.0666667 0.0666667
-because [X][X] is appealing [X] ||| weil [X][X] Berufung geht [X] ||| 1 ||| ||| 0.0769231 0.0769231
-because [X][X] [X] ||| weil [X][X] [X] ||| 1 ||| ||| 0.560256 0.560256
-because [X][X] is appealing . [X] ||| weil [X][X] in Berufung geht . [X] ||| 1 ||| ||| 0.0666667 0.0666667
-because [X][X] is appealing [X] ||| weil [X][X] in Berufung geht [X] ||| 1 ||| ||| 0.0769231 0.0769231
-because [X][X] [X] ||| weil [X][X] in [X] ||| 1 ||| ||| 0.166667 0.166667
-because the public prosecutor [X] ||| weil der Staatsanwalt [X] ||| 1 ||| ||| 0.25 0.25
-because the public prosecutor [X][X] [X] ||| weil der Staatsanwalt [X][X] [X] ||| 1 ||| ||| 0.14359 0.14359
-because the public prosecutor [X] ||| weil der Staatsanwalt in [X] ||| 1 ||| ||| 0.166667 0.166667
-because the public prosecutor [X][X] [X] ||| weil der Staatsanwalt in [X][X] [X] ||| 1 ||| ||| 0.14359 0.14359
-because the [X] ||| weil der [X] ||| 1 ||| ||| 1 1
-because the [X][X] . [X] ||| weil der [X][X] . [X] ||| 1 ||| ||| 0.0666667 0.0666667
-because the [X][X] is appealing [X] ||| weil der [X][X] Berufung geht [X] ||| 1 ||| ||| 0.0769231 0.0769231
-because the [X][X] [X] ||| weil der [X][X] [X] ||| 1 ||| ||| 0.560256 0.560256
-because the [X][X] is appealing [X] ||| weil der [X][X] in Berufung geht [X] ||| 1 ||| ||| 0.0769231 0.0769231
-because the [X][X] [X] ||| weil der [X][X] in [X] ||| 1 ||| ||| 0.166667 0.166667
-a few months ago [X] ||| wenigen Monaten [X] ||| 1 ||| ||| 0.333333 0.333333
-a few months ago [X] ||| wenigen Monaten einen [X] ||| 1 ||| ||| 0.25 0.25
-a few [X] ||| wenigen [X] ||| 1 ||| ||| 1 1
-a few [X][X] [X] ||| wenigen [X][X] [X] ||| 1 ||| ||| 0.583333 0.583333
-a few [X][X] [X] ||| wenigen [X][X] einen [X] ||| 1 ||| ||| 0.25 0.25
-for you , Madam President [X] ||| wenn Sie , Frau Präsidentin [X] ||| 1 ||| ||| 0.0909091 0.0909091
-for you , Madam [X] ||| wenn Sie , Frau [X] ||| 1 ||| ||| 0.166667 0.166667
-for you , Madam [X][X] [X] ||| wenn Sie , Frau [X][X] [X] ||| 1 ||| ||| 0.0896686 0.0896686
-for you , Madam [X][X] [X] ||| wenn Sie , Frau [X][X] der [X] ||| 1 ||| ||| 0.037037 0.037037
-for you , [X] ||| wenn Sie , [X] ||| 1 ||| ||| 0.333333 0.333333
-for you , [X][X] , [X] ||| wenn Sie , [X][X] , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-for you , [X][X] , [X] ||| wenn Sie , [X][X] , der [X] ||| 1 ||| ||| 0.037037 0.037037
-for you , [X][X] [X] ||| wenn Sie , [X][X] [X] ||| 1 ||| ||| 0.180578 0.180578
-for you , [X][X] [X] ||| wenn Sie , [X][X] der [X] ||| 1 ||| ||| 0.037037 0.037037
-for you [X] ||| wenn Sie [X] ||| 1 ||| ||| 2 1
-if you [X] ||| wenn Sie [X] ||| 1 ||| ||| 2 1
-for you [X][X] , [X] ||| wenn Sie [X][X] , [X] ||| 1 ||| ||| 0.102632 0.0526316
-if you [X][X] , [X] ||| wenn Sie [X][X] , [X] ||| 1 ||| ||| 0.102632 0.05
-if you [X][X] , i.e. [X] ||| wenn Sie [X][X] , d. h. [X] ||| 1 ||| ||| 0.0434783 0.0434783
-for you [X][X] , [X] ||| wenn Sie [X][X] , der [X] ||| 1 ||| ||| 0.037037 0.037037
-for you [X][X] President , [X] ||| wenn Sie [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-for you [X][X] President , [X] ||| wenn Sie [X][X] Präsidentin , der [X] ||| 1 ||| ||| 0.037037 0.037037
-for you [X][X] President [X] ||| wenn Sie [X][X] Präsidentin [X] ||| 1 ||| ||| 0.0909091 0.0909091
-for you [X][X] [X] ||| wenn Sie [X][X] [X] ||| 1 ||| ||| 0.666212 0.347244
-if you [X][X] [X] ||| wenn Sie [X][X] [X] ||| 1 ||| ||| 0.666212 0.318968
-if you [X][X] raise [X][X] [X] ||| wenn Sie [X][X] [X][X] ansprechen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-if you [X][X] i.e. [X] ||| wenn Sie [X][X] d. h. [X] ||| 1 ||| ||| 0.0434783 0.0434783
-for you [X][X] [X] ||| wenn Sie [X][X] der [X] ||| 1 ||| ||| 0.037037 0.037037
-if you wish , [X] ||| wenn Sie wollen , [X] ||| 1 ||| ||| 0.166667 0.166667
-if you wish , [X][X] [X] ||| wenn Sie wollen , [X][X] [X] ||| 1 ||| ||| 0.152302 0.152302
-if you wish [X] ||| wenn Sie wollen [X] ||| 1 ||| ||| 0.333333 0.333333
-if you wish [X][X] , [X] ||| wenn Sie wollen [X][X] , [X] ||| 1 ||| ||| 0.05 0.05
-if you wish [X][X] [X] ||| wenn Sie wollen [X][X] [X] ||| 1 ||| ||| 0.152302 0.152302
-if you wish [X][X] i.e. [X] ||| wenn Sie wollen [X][X] d. h. [X] ||| 1 ||| ||| 0.0434783 0.0434783
-for [X] ||| wenn [X] ||| 1 ||| ||| 3 1
-if [X] ||| wenn [X] ||| 1 ||| ||| 3 2
-for [X][X] , [X] ||| wenn [X][X] , [X] ||| 1 ||| ||| 0.360208 0.0526316
-if [X][X] , [X] ||| wenn [X][X] , [X] ||| 1 ||| ||| 0.360208 0.307576
-if [X][X] , [X][X] , [X] ||| wenn [X][X] , [X][X] , [X] ||| 1 ||| ||| 0.05 0.05
-if [X][X] , [X][X] [X] ||| wenn [X][X] , [X][X] [X] ||| 1 ||| ||| 0.324186 0.276339
-if [X][X] , [X][X] do [X] ||| wenn [X][X] , [X][X] [X] ||| 1 ||| ||| 0.324186 0.0478469
-if [X][X] , raise [X][X] [X] ||| wenn [X][X] , [X][X] ansprechen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-if [X][X] , [X][X] i.e. [X] ||| wenn [X][X] , [X][X] d. h. [X] ||| 1 ||| ||| 0.0434783 0.0434783
-if [X][X] , [X][X] [X] ||| wenn [X][X] , [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0461153
-if [X][X] , [X][X] do [X] ||| wenn [X][X] , [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0175439
-if [X][X] , I [X][X] [X] ||| wenn [X][X] , [X][X] ich [X] ||| 1 ||| ||| 0.030303 0.030303
-if [X][X] , I [X][X] [X] ||| wenn [X][X] , [X][X] ich dem [X] ||| 1 ||| ||| 0.0175439 0.0175439
-if [X][X] , i.e. [X] ||| wenn [X][X] , d. h. [X] ||| 1 ||| ||| 0.0434783 0.0434783
-for [X][X] , [X] ||| wenn [X][X] , der [X] ||| 1 ||| ||| 0.037037 0.037037
-if [X][X] , I shall [X] ||| wenn [X][X] , werde ich [X] ||| 1 ||| ||| 0.047619 0.047619
-if [X][X] , I shall [X] ||| wenn [X][X] , werde ich dem [X] ||| 1 ||| ||| 0.0285714 0.0285714
-for [X][X] Madam President , [X] ||| wenn [X][X] Frau Präsidentin , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-for [X][X] Madam President , [X] ||| wenn [X][X] Frau Präsidentin , der [X] ||| 1 ||| ||| 0.037037 0.037037
-for [X][X] Madam President [X] ||| wenn [X][X] Frau Präsidentin [X] ||| 1 ||| ||| 0.0909091 0.0909091
-for [X][X] Madam [X] ||| wenn [X][X] Frau [X] ||| 1 ||| ||| 0.166667 0.166667
-for [X][X] Madam [X][X] [X] ||| wenn [X][X] Frau [X][X] [X] ||| 1 ||| ||| 0.0896686 0.0896686
-for [X][X] Madam [X][X] [X] ||| wenn [X][X] Frau [X][X] der [X] ||| 1 ||| ||| 0.037037 0.037037
-for [X][X] President , [X] ||| wenn [X][X] Präsidentin , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-for [X][X] President , [X] ||| wenn [X][X] Präsidentin , der [X] ||| 1 ||| ||| 0.037037 0.037037
-for [X][X] President [X] ||| wenn [X][X] Präsidentin [X] ||| 1 ||| ||| 0.0909091 0.0909091
-for [X][X] [X] ||| wenn [X][X] [X] ||| 1 ||| ||| 2.09567 0.680578
-if [X][X] [X] ||| wenn [X][X] [X] ||| 1 ||| ||| 2.09567 1.36725
-if [X][X] do [X] ||| wenn [X][X] [X] ||| 1 ||| ||| 2.09567 0.0478469
-if [X][X] raise [X][X] , [X] ||| wenn [X][X] [X][X] ansprechen , [X] ||| 1 ||| ||| 0.05 0.05
-if [X][X] raise [X][X] [X] ||| wenn [X][X] [X][X] ansprechen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-if [X][X] I [X][X] [X] ||| wenn [X][X] [X][X] ich [X] ||| 1 ||| ||| 0.030303 0.030303
-if [X][X] I [X][X] [X] ||| wenn [X][X] [X][X] ich dem [X] ||| 1 ||| ||| 0.0175439 0.0175439
-if [X][X] i.e. [X] ||| wenn [X][X] d. h. [X] ||| 1 ||| ||| 0.0434783 0.0434783
-if [X][X] agrees , [X] ||| wenn [X][X] damit einverstanden ist , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-if [X][X] agrees , [X][X] [X] ||| wenn [X][X] damit einverstanden ist , [X][X] [X] ||| 1 ||| ||| 0.124037 0.124037
-if [X][X] agrees , [X][X] [X] ||| wenn [X][X] damit einverstanden ist , [X][X] dem [X] ||| 1 ||| ||| 0.0461153 0.0461153
-if [X][X] agrees [X] ||| wenn [X][X] damit einverstanden ist [X] ||| 1 ||| ||| 0.166667 0.166667
-if [X][X] agrees [X][X] [X] ||| wenn [X][X] damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.171884 0.124037
-if [X][X] agrees [X][X] do [X] ||| wenn [X][X] damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.171884 0.0478469
-if [X][X] agrees [X][X] [X] ||| wenn [X][X] damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0461153
-if [X][X] agrees [X][X] do [X] ||| wenn [X][X] damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0175439
-if [X][X] [X] ||| wenn [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0461153
-if [X][X] do [X] ||| wenn [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0175439
-for [X][X] [X] ||| wenn [X][X] der [X] ||| 1 ||| ||| 0.037037 0.037037
-if [X][X] raise this question [X] ||| wenn [X][X] diese Frage ansprechen [X] ||| 1 ||| ||| 0.0588235 0.0588235
-if [X][X] I shall [X] ||| wenn [X][X] werde ich [X] ||| 1 ||| ||| 0.077922 0.047619
-if [X][X] I shall do [X] ||| wenn [X][X] werde ich [X] ||| 1 ||| ||| 0.077922 0.030303
-if [X][X] I shall [X] ||| wenn [X][X] werde ich dem [X] ||| 1 ||| ||| 0.0461153 0.0285714
-if [X][X] I shall do [X] ||| wenn [X][X] werde ich dem [X] ||| 1 ||| ||| 0.0461153 0.0175439
-if the House [X] ||| wenn das Haus [X] ||| 1 ||| ||| 0.333333 0.333333
-if the House [X][X] [X] ||| wenn das Haus [X][X] [X] ||| 1 ||| ||| 0.262793 0.214946
-if the House [X][X] do [X] ||| wenn das Haus [X][X] [X] ||| 1 ||| ||| 0.262793 0.0478469
-if the House [X][X] [X] ||| wenn das Haus [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0461153
-if the House [X][X] do [X] ||| wenn das Haus [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0175439
-if the House agrees , [X] ||| wenn das Haus damit einverstanden ist , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-if the House agrees [X] ||| wenn das Haus damit einverstanden ist [X] ||| 1 ||| ||| 0.166667 0.166667
-if the House agrees [X][X] [X] ||| wenn das Haus damit einverstanden ist [X][X] [X] ||| 1 ||| ||| 0.124037 0.124037
-if the House agrees [X][X] [X] ||| wenn das Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| ||| 0.0461153 0.0461153
-if the [X] ||| wenn das [X] ||| 1 ||| ||| 1 1
-if the [X][X] , [X] ||| wenn das [X][X] , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-if the [X][X] , [X][X] [X] ||| wenn das [X][X] , [X][X] [X] ||| 1 ||| ||| 0.124037 0.124037
-if the [X][X] , [X][X] [X] ||| wenn das [X][X] , [X][X] dem [X] ||| 1 ||| ||| 0.0461153 0.0461153
-if the [X][X] [X] ||| wenn das [X][X] [X] ||| 1 ||| ||| 0.42946 0.381613
-if the [X][X] do [X] ||| wenn das [X][X] [X] ||| 1 ||| ||| 0.42946 0.0478469
-if the [X][X] I [X][X] [X] ||| wenn das [X][X] [X][X] ich [X] ||| 1 ||| ||| 0.030303 0.030303
-if the [X][X] I [X][X] [X] ||| wenn das [X][X] [X][X] ich dem [X] ||| 1 ||| ||| 0.0175439 0.0175439
-if the [X][X] [X] ||| wenn das [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0461153
-if the [X][X] do [X] ||| wenn das [X][X] dem [X] ||| 1 ||| ||| 0.0636592 0.0175439
-if the [X][X] I shall [X] ||| wenn das [X][X] werde ich [X] ||| 1 ||| ||| 0.047619 0.047619
-if the [X][X] I shall [X] ||| wenn das [X][X] werde ich dem [X] ||| 1 ||| ||| 0.0285714 0.0285714
-shall [X] ||| werde [X] ||| 1 ||| ||| 3 1
-shall do [X] ||| werde [X] ||| 1 ||| ||| 3 1
-will [X] ||| werde [X] ||| 1 ||| ||| 3 1
-I shall [X] ||| werde ich [X] ||| 1 ||| ||| 1.5 1
-I shall do [X] ||| werde ich [X] ||| 1 ||| ||| 1.5 0.5
-I shall [X][X] . [X] ||| werde ich [X][X] . [X] ||| 1 ||| ||| 0.117647 0.0588235
-I shall do [X][X] . [X] ||| werde ich [X][X] . [X] ||| 1 ||| ||| 0.117647 0.0588235
-I shall [X][X] [X] ||| werde ich [X][X] [X] ||| 1 ||| ||| 0.217648 0.108824
-I shall do [X][X] [X] ||| werde ich [X][X] [X] ||| 1 ||| ||| 0.217648 0.108824
-I shall [X][X] suggested . [X] ||| werde ich dem Vorschlag [X][X] folgen . [X] ||| 1 ||| ||| 0.0588235 0.0588235
-I shall [X][X] has suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.15 0.05
-I shall [X][X] suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.15 0.05
-I shall do [X][X] suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 1 ||| ||| 0.15 0.05
-I shall [X] ||| werde ich dem [X] ||| 1 ||| ||| 1.5 1
-I shall do [X] ||| werde ich dem [X] ||| 1 ||| ||| 1.5 0.5
-I shall [X][X] . [X] ||| werde ich dem [X][X] . [X] ||| 1 ||| ||| 0.117647 0.0588235
-I shall do [X][X] . [X] ||| werde ich dem [X][X] . [X] ||| 1 ||| ||| 0.117647 0.0588235
-I shall [X][X] [X] ||| werde ich dem [X][X] [X] ||| 1 ||| ||| 0.217648 0.108824
-I shall do [X][X] [X] ||| werde ich dem [X][X] [X] ||| 1 ||| ||| 0.217648 0.108824
-be [X] ||| werden [X] ||| 1 ||| ||| 2 2
-to [X] ||| werden soll , [X] ||| 1 ||| ||| 4 1
-to go [X] ||| werden soll , [X] ||| 1 ||| ||| 4 1
-to go before [X] ||| werden soll , [X] ||| 1 ||| ||| 4 1
-to go before the [X] ||| werden soll , [X] ||| 1 ||| ||| 4 1
-to [X] ||| werden soll [X] ||| 1 ||| ||| 4 1
-to go [X] ||| werden soll [X] ||| 1 ||| ||| 4 1
-to go before [X] ||| werden soll [X] ||| 1 ||| ||| 4 1
-to go before the [X] ||| werden soll [X] ||| 1 ||| ||| 4 1
-should be [X] ||| werden sollen [X] ||| 1 ||| ||| 1 1
-you [X] ||| wie Sie [X] ||| 1 ||| ||| 1 1
-you [X][X] [X] ||| wie Sie [X][X] [X] ||| 1 ||| ||| 0.583333 0.583333
-you [X][X] aware [X][X] television [X] ||| wie Sie [X][X] [X][X] dem Fernsehen wissen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-you [X][X] aware [X][X] [X] ||| wie Sie [X][X] [X][X] wissen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-you [X][X] aware from [X][X] [X] ||| wie Sie [X][X] aus [X][X] wissen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-you will be [X] ||| wie Sie sicher [X] ||| 1 ||| ||| 0.5 0.5
-you will be [X][X] [X] ||| wie Sie sicher [X][X] [X] ||| 1 ||| ||| 0.0833333 0.0833333
-you will be aware [X][X] [X] ||| wie Sie sicher [X][X] wissen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-once more [X] ||| wieder [X] ||| 1 ||| ||| 1 1
-[X][X] once more [X] ||| wieder [X][X] , [X] ||| 1 ||| ||| 0.025 0.025
-[X][X] once more [X][X] [X] ||| wieder [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] once more because [X] ||| wieder [X][X] , weil [X] ||| 1 ||| ||| 0.0238095 0.0238095
-[X][X] once more because the [X] ||| wieder [X][X] , weil der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] once more [X] ||| wieder [X][X] [X] ||| 1 ||| ||| 2.6587 1.45632
-before [X][X] once more [X] ||| wieder [X][X] [X] ||| 1 ||| ||| 2.6587 0.416667
-go [X][X] once more [X] ||| wieder [X][X] [X] ||| 1 ||| ||| 2.6587 0.392857
-go before [X][X] once more [X] ||| wieder [X][X] [X] ||| 1 ||| ||| 2.6587 0.392857
-[X][X] before [X][X] once more [X] ||| wieder [X][X] [X][X] , [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] before [X][X] once more [X] ||| wieder [X][X] [X][X] [X] ||| 1 ||| ||| 0.179555 0.126923
-[X][X] once more [X][X] [X] ||| wieder [X][X] [X][X] [X] ||| 1 ||| ||| 0.179555 0.0526316
-to [X][X] once more [X] ||| wieder [X][X] soll , [X] ||| 1 ||| ||| 0.05 0.025
-to go [X][X] once more [X] ||| wieder [X][X] soll , [X] ||| 1 ||| ||| 0.05 0.025
-to [X][X] once more [X][X] [X] ||| wieder [X][X] soll , [X][X] [X] ||| 1 ||| ||| 0.0263158 0.0263158
-to [X][X] once more because [X] ||| wieder [X][X] soll , weil [X] ||| 1 ||| ||| 0.0238095 0.0238095
-to [X][X] once more [X] ||| wieder [X][X] soll [X] ||| 1 ||| ||| 0.076923 0.0384615
-to go [X][X] once more [X] ||| wieder [X][X] soll [X] ||| 1 ||| ||| 0.076923 0.0384615
-to [X][X] once more [X][X] [X] ||| wieder [X][X] soll [X][X] [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] once more because [X] ||| wieder [X][X] weil [X] ||| 1 ||| ||| 0.0238095 0.0238095
-[X][X] once more because the [X] ||| wieder [X][X] weil der [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] once more [X] ||| wieder [X][X] werden [X] ||| 1 ||| ||| 1.0119 0.559524
-before [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 1 ||| ||| 1.0119 0.166667
-go [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 1 ||| ||| 1.0119 0.142857
-go before [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 1 ||| ||| 1.0119 0.142857
-[X][X] before [X][X] once more [X] ||| wieder [X][X] werden [X][X] , [X] ||| 1 ||| ||| 0.025 0.025
-[X][X] before [X][X] once more [X] ||| wieder [X][X] werden [X][X] [X] ||| 1 ||| ||| 0.0634615 0.0634615
-to [X][X] once more [X] ||| wieder [X][X] werden soll , [X] ||| 1 ||| ||| 0.05 0.025
-to go [X][X] once more [X] ||| wieder [X][X] werden soll , [X] ||| 1 ||| ||| 0.05 0.025
-to [X][X] once more [X][X] [X] ||| wieder [X][X] werden soll , [X][X] [X] ||| 1 ||| ||| 0.0263158 0.0263158
-to [X][X] once more because [X] ||| wieder [X][X] werden soll , weil [X] ||| 1 ||| ||| 0.0238095 0.0238095
-to [X][X] once more [X] ||| wieder [X][X] werden soll [X] ||| 1 ||| ||| 0.076923 0.0384615
-to go [X][X] once more [X] ||| wieder [X][X] werden soll [X] ||| 1 ||| ||| 0.076923 0.0384615
-to [X][X] once more [X][X] [X] ||| wieder [X][X] werden soll [X][X] [X] ||| 1 ||| ||| 0.0263158 0.0263158
-before the courts once more [X] ||| wieder angeklagt [X] ||| 1 ||| ||| 1.08333 0.25
-courts once more [X] ||| wieder angeklagt [X] ||| 1 ||| ||| 1.08333 0.5
-the courts once more [X] ||| wieder angeklagt [X] ||| 1 ||| ||| 1.08333 0.333333
-[X][X] courts once more [X] ||| wieder angeklagt [X][X] , [X] ||| 1 ||| ||| 0.05 0.025
-[X][X] the courts once more [X] ||| wieder angeklagt [X][X] , [X] ||| 1 ||| ||| 0.05 0.025
-[X][X] courts once more [X][X] [X] ||| wieder angeklagt [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] courts once more because [X] ||| wieder angeklagt [X][X] , weil [X] ||| 1 ||| ||| 0.0238095 0.0238095
-[X][X] courts once more [X] ||| wieder angeklagt [X][X] [X] ||| 1 ||| ||| 0.126923 0.0634615
-[X][X] the courts once more [X] ||| wieder angeklagt [X][X] [X] ||| 1 ||| ||| 0.126923 0.0634615
-[X][X] courts once more [X][X] [X] ||| wieder angeklagt [X][X] [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] courts once more because [X] ||| wieder angeklagt [X][X] weil [X] ||| 1 ||| ||| 0.0238095 0.0238095
-before the courts once more [X] ||| wieder angeklagt werden [X] ||| 1 ||| ||| 0.916667 0.166667
-courts once more [X] ||| wieder angeklagt werden [X] ||| 1 ||| ||| 0.916667 0.5
-the courts once more [X] ||| wieder angeklagt werden [X] ||| 1 ||| ||| 0.916667 0.25
-[X][X] courts once more [X] ||| wieder angeklagt werden [X][X] , [X] ||| 1 ||| ||| 0.05 0.025
-[X][X] the courts once more [X] ||| wieder angeklagt werden [X][X] , [X] ||| 1 ||| ||| 0.05 0.025
-[X][X] courts once more [X][X] [X] ||| wieder angeklagt werden [X][X] , [X][X] [X] ||| 1 ||| ||| 0.0263158 0.0263158
-[X][X] courts once more because [X] ||| wieder angeklagt werden [X][X] , weil [X] ||| 1 ||| ||| 0.0238095 0.0238095
-[X][X] courts once more [X] ||| wieder angeklagt werden [X][X] [X] ||| 1 ||| ||| 0.126923 0.0634615
-[X][X] the courts once more [X] ||| wieder angeklagt werden [X][X] [X] ||| 1 ||| ||| 0.126923 0.0634615
-[X][X] courts once more [X][X] [X] ||| wieder angeklagt werden [X][X] [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] courts once more because [X] ||| wieder angeklagt werden [X][X] weil [X] ||| 1 ||| ||| 0.0238095 0.0238095
-of our [X] ||| wir [X] ||| 1 ||| ||| 5 1
-our [X] ||| wir [X] ||| 1 ||| ||| 5 1
-we [X] ||| wir [X] ||| 1 ||| ||| 5 3
-[X][X] that [X] ||| wir [X][X] , daß [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] that [X][X] [X] ||| wir [X][X] , daß [X][X] [X] ||| 1 ||| ||| 0.132479 0.0940171
-[X][X] that [X][X] have [X] ||| wir [X][X] , daß [X][X] [X] ||| 1 ||| ||| 0.132479 0.0384615
-[X][X] that the courts [X] ||| wir [X][X] , daß das Gericht [X] ||| 1 ||| ||| 0.0940171 0.0555556
-[X][X] that the courts have [X] ||| wir [X][X] , daß das Gericht [X] ||| 1 ||| ||| 0.0940171 0.0384615
-[X][X] that the [X] ||| wir [X][X] , daß das [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] that the [X][X] [X] ||| wir [X][X] , daß das [X][X] [X] ||| 1 ||| ||| 0.0384615 0.0384615
-we [X][X] . [X] ||| wir [X][X] . [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] courts [X] ||| wir [X][X] Gericht [X] ||| 1 ||| ||| 0.0940171 0.0555556
-[X][X] courts have [X] ||| wir [X][X] Gericht [X] ||| 1 ||| ||| 0.0940171 0.0384615
-we [X][X] [X] ||| wir [X][X] [X] ||| 1 ||| ||| 1.49841 1.49841
-[X][X] here [X][X] [X] ||| wir [X][X] [X][X] hier [X] ||| 1 ||| ||| 0.125 0.125
-all [X][X] here [X][X] that [X] ||| wir [X][X] [X][X] hier alle , daß [X] ||| 1 ||| ||| 0.0833333 0.0833333
-all [X][X] here [X][X] [X] ||| wir [X][X] [X][X] hier alle [X] ||| 1 ||| ||| 0.0666667 0.0666667
-all [X][X] that [X] ||| wir [X][X] alle , daß [X] ||| 1 ||| ||| 0.166667 0.0833333
-all of [X][X] that [X] ||| wir [X][X] alle , daß [X] ||| 1 ||| ||| 0.166667 0.0833333
-all [X][X] that [X][X] [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 1 ||| ||| 0.226496 0.0940171
-all [X][X] that [X][X] have [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 1 ||| ||| 0.226496 0.0384615
-all of [X][X] that [X][X] [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 1 ||| ||| 0.226496 0.0940171
-all [X][X] that the courts [X] ||| wir [X][X] alle , daß das Gericht [X] ||| 1 ||| ||| 0.0555556 0.0555556
-all [X][X] that the [X] ||| wir [X][X] alle , daß das [X] ||| 1 ||| ||| 0.181818 0.0909091
-all of [X][X] that the [X] ||| wir [X][X] alle , daß das [X] ||| 1 ||| ||| 0.181818 0.0909091
-all [X][X] that the [X][X] [X] ||| wir [X][X] alle , daß das [X][X] [X] ||| 1 ||| ||| 0.0384615 0.0384615
-all [X][X] [X] ||| wir [X][X] alle [X] ||| 1 ||| ||| 0.133333 0.0666667
-all of [X][X] [X] ||| wir [X][X] alle [X] ||| 1 ||| ||| 0.133333 0.0666667
-[X][X] the courts [X] ||| wir [X][X] das Gericht [X] ||| 1 ||| ||| 0.0940171 0.0555556
-[X][X] the courts have [X] ||| wir [X][X] das Gericht [X] ||| 1 ||| ||| 0.0940171 0.0384615
-[X][X] the [X] ||| wir [X][X] das [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] the [X][X] [X] ||| wir [X][X] das [X][X] [X] ||| 1 ||| ||| 0.0384615 0.0384615
-we have [X][X] . [X] ||| wir [X][X] haben . [X] ||| 1 ||| ||| 0.2 0.2
-we have [X][X] [X] ||| wir [X][X] haben [X] ||| 1 ||| ||| 0.333333 0.333333
-of us here [X][X] [X] ||| wir [X][X] uns hier [X] ||| 1 ||| ||| 0.375 0.125
-us here [X][X] [X] ||| wir [X][X] uns hier [X] ||| 1 ||| ||| 0.375 0.25
-[X][X] us here [X][X] that [X] ||| wir [X][X] uns hier [X][X] , daß [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] us here [X][X] [X] ||| wir [X][X] uns hier [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-all of us here [X][X] [X] ||| wir [X][X] uns hier alle [X] ||| 1 ||| ||| 0.0666667 0.0666667
-this House [X] ||| wir als Parlament [X] ||| 1 ||| ||| 2 1
-this House has [X] ||| wir als Parlament [X] ||| 1 ||| ||| 2 1
-this House [X][X] . [X] ||| wir als Parlament [X][X] . [X] ||| 1 ||| ||| 0.153846 0.0769231
-this House has [X][X] . [X] ||| wir als Parlament [X][X] . [X] ||| 1 ||| ||| 0.153846 0.0769231
-this House [X][X] [X] ||| wir als Parlament [X][X] [X] ||| 1 ||| ||| 0.68956 0.46978
-this House has [X][X] [X] ||| wir als Parlament [X][X] [X] ||| 1 ||| ||| 0.68956 0.21978
-this House [X][X] adopted . [X] ||| wir als Parlament [X][X] vertreten haben . [X] ||| 1 ||| ||| 0.0769231 0.0769231
-this House [X][X] adopted [X] ||| wir als Parlament [X][X] vertreten haben [X] ||| 1 ||| ||| 0.142857 0.142857
-this House has always [X] ||| wir als Parlament immer [X] ||| 1 ||| ||| 0.25 0.25
-this House has always [X][X] [X] ||| wir als Parlament immer [X][X] [X] ||| 1 ||| ||| 0.0769231 0.0769231
-this House has always adopted [X] ||| wir als Parlament immer vertreten haben [X] ||| 1 ||| ||| 0.142857 0.142857
-are pleased [X] ||| wir freuen [X] ||| 1 ||| ||| 1 1
-[X][X] are pleased that [X] ||| wir freuen [X][X] , daß [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] are pleased that [X][X] [X] ||| wir freuen [X][X] , daß [X][X] [X] ||| 1 ||| ||| 0.0940171 0.0940171
-[X][X] are pleased that the [X] ||| wir freuen [X][X] , daß das [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] are pleased [X] ||| wir freuen [X][X] [X] ||| 1 ||| ||| 0.566667 0.441667
-of [X][X] are pleased [X] ||| wir freuen [X][X] [X] ||| 1 ||| ||| 0.566667 0.125
-[X][X] are pleased [X][X] courts [X] ||| wir freuen [X][X] [X][X] Gericht [X] ||| 1 ||| ||| 0.0555556 0.0555556
-[X][X] are pleased [X][X] [X] ||| wir freuen [X][X] [X][X] [X] ||| 1 ||| ||| 0.223388 0.184926
-[X][X] are pleased [X][X] have [X] ||| wir freuen [X][X] [X][X] [X] ||| 1 ||| ||| 0.223388 0.0384615
-all [X][X] are pleased that [X] ||| wir freuen [X][X] alle , daß [X] ||| 1 ||| ||| 0.0833333 0.0833333
-all [X][X] are pleased [X] ||| wir freuen [X][X] alle [X] ||| 1 ||| ||| 0.133333 0.0666667
-all of [X][X] are pleased [X] ||| wir freuen [X][X] alle [X] ||| 1 ||| ||| 0.133333 0.0666667
-all [X][X] are pleased [X][X] [X] ||| wir freuen [X][X] alle [X][X] [X] ||| 1 ||| ||| 0.184926 0.184926
-[X][X] here are pleased [X] ||| wir freuen [X][X] hier [X] ||| 1 ||| ||| 0.125 0.125
-all [X][X] here are pleased [X] ||| wir freuen [X][X] hier alle [X] ||| 1 ||| ||| 0.0666667 0.0666667
-of us here are pleased [X] ||| wir freuen uns hier [X] ||| 1 ||| ||| 0.375 0.125
-us here are pleased [X] ||| wir freuen uns hier [X] ||| 1 ||| ||| 0.375 0.25
-[X][X] us here are pleased [X] ||| wir freuen uns hier [X][X] [X] ||| 1 ||| ||| 0.0666667 0.0666667
-we have [X] ||| wir haben [X] ||| 1 ||| ||| 1 1
-we have always upheld . [X] ||| wir stets verteidigt haben . [X] ||| 1 ||| ||| 0.2 0.2
-we have always upheld [X] ||| wir stets verteidigt haben [X] ||| 1 ||| ||| 0.333333 0.333333
-we know , [X] ||| wir wissen [X] ||| 1 ||| ||| 1.5 0.5
-we know [X] ||| wir wissen [X] ||| 1 ||| ||| 1.5 1
-will [X] ||| wird [X] ||| 1 ||| ||| 1 1
-[X][X] and contains [X] ||| wird [X][X] mit [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] and contains [X] ||| wird sich [X][X] mit [X] ||| 1 ||| ||| 0.2 0.2
-on Thursday [X] ||| wird sich am Donnerstag [X] ||| 1 ||| ||| 1 1
-on Thursday [X][X] [X] ||| wird sich am Donnerstag [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-on Thursday and contains [X] ||| wird sich am Donnerstag mit [X] ||| 1 ||| ||| 0.2 0.2
-aware [X] ||| wissen [X] ||| 1 ||| ||| 4 1
-know , [X] ||| wissen [X] ||| 1 ||| ||| 4 1
-know [X] ||| wissen [X] ||| 1 ||| ||| 4 2
-know [X][X] [X] ||| wissen [X][X] [X] ||| 1 ||| ||| 0.590909 0.590909
-know , and [X] ||| wissen und [X] ||| 1 ||| ||| 0.333333 0.333333
-wish , [X] ||| wollen , [X] ||| 1 ||| ||| 1 1
-wish , [X][X] , [X] ||| wollen , [X][X] , [X] ||| 1 ||| ||| 0.125 0.125
-wish , [X][X] , [X][X] [X] ||| wollen , [X][X] , [X][X] [X] ||| 1 ||| ||| 0.113095 0.113095
-wish , [X][X] , i.e. [X] ||| wollen , [X][X] , d. h. [X] ||| 1 ||| ||| 0.1 0.1
-wish , [X][X] Thursday prior [X] ||| wollen , [X][X] Donnerstag [X] ||| 1 ||| ||| 0.0416667 0.0416667
-wish , [X][X] [X] ||| wollen , [X][X] [X] ||| 1 ||| ||| 0.504762 0.504762
-wish , [X][X] on [X] ||| wollen , [X][X] am [X] ||| 1 ||| ||| 0.0714286 0.0714286
-wish , [X][X] on [X][X] [X] ||| wollen , [X][X] am [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-wish , raise [X][X] , [X] ||| wollen , [X][X] ansprechen , [X] ||| 1 ||| ||| 0.125 0.125
-wish , raise [X][X] [X] ||| wollen , [X][X] ansprechen [X] ||| 1 ||| ||| 0.166667 0.166667
-wish , [X][X] i.e. [X] ||| wollen , [X][X] d. h. [X] ||| 1 ||| ||| 0.1 0.1
-wish , [X][X] i.e. [X][X] [X] ||| wollen , [X][X] d. h. [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-wish , [X][X] i.e. on [X] ||| wollen , [X][X] d. h. am [X] ||| 1 ||| ||| 0.0714286 0.0714286
-wish , raise this question [X] ||| wollen , diese Frage ansprechen [X] ||| 1 ||| ||| 0.166667 0.166667
-wish [X] ||| wollen [X] ||| 1 ||| ||| 1 1
-wish [X][X] , [X] ||| wollen [X][X] , [X] ||| 1 ||| ||| 0.125 0.125
-wish [X][X] , [X][X] [X] ||| wollen [X][X] , [X][X] [X] ||| 1 ||| ||| 0.113095 0.113095
-wish [X][X] , i.e. [X] ||| wollen [X][X] , d. h. [X] ||| 1 ||| ||| 0.1 0.1
-wish [X][X] , i.e. [X][X] [X] ||| wollen [X][X] , d. h. [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-wish [X][X] , i.e. on [X] ||| wollen [X][X] , d. h. am [X] ||| 1 ||| ||| 0.0714286 0.0714286
-wish [X][X] Thursday prior [X] ||| wollen [X][X] Donnerstag [X] ||| 1 ||| ||| 0.0416667 0.0416667
-wish [X][X] [X] ||| wollen [X][X] [X] ||| 1 ||| ||| 0.504762 0.504762
-wish [X][X] on Thursday prior [X] ||| wollen [X][X] am Donnerstag [X] ||| 1 ||| ||| 0.0416667 0.0416667
-wish [X][X] on [X] ||| wollen [X][X] am [X] ||| 1 ||| ||| 0.0714286 0.0714286
-wish [X][X] on [X][X] [X] ||| wollen [X][X] am [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-wish [X][X] i.e. [X] ||| wollen [X][X] d. h. [X] ||| 1 ||| ||| 0.1 0.1
-wish [X][X] i.e. [X][X] [X] ||| wollen [X][X] d. h. [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-wish [X][X] i.e. on [X] ||| wollen [X][X] d. h. am [X] ||| 1 ||| ||| 0.0714286 0.0714286
-wish [X][X] i.e. on [X][X] [X] ||| wollen [X][X] d. h. am [X][X] [X] ||| 1 ||| ||| 0.0416667 0.0416667
-has been [X] ||| worden ist [X] ||| 1 ||| ||| 1 1
-has [X] ||| wurde [X] ||| 1 ||| ||| 1 1
-has [X][X] [X] ||| wurde [X][X] [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] has [X][X] [X] ||| wurde [X][X] [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] has [X][X] presented , [X] ||| wurde [X][X] [X][X] eingereicht , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] has [X][X] presented [X] ||| wurde [X][X] [X][X] eingereicht [X] ||| 1 ||| ||| 0.2 0.2
-a petition has [X][X] [X] ||| wurde [X][X] eine Petition [X] ||| 1 ||| ||| 0.2 0.2
-a petition has [X][X] presented [X] ||| wurde [X][X] eine Petition eingereicht [X] ||| 1 ||| ||| 0.2 0.2
-has already been [X] ||| wurde bereits [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] has already been [X] ||| wurde bereits [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] has already been [X][X] [X] ||| wurde bereits [X][X] [X][X] [X] ||| 1 ||| ||| 0.611111 0.611111
-[X][X] has already been [X][X] [X] ||| wurde bereits [X][X] [X][X] von [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] has already been presented [X] ||| wurde bereits [X][X] eingereicht [X] ||| 1 ||| ||| 0.2 0.2
-a petition has already been [X] ||| wurde bereits eine Petition [X] ||| 1 ||| ||| 0.2 0.2
-during [X] ||| während [X] ||| 1 ||| ||| 1 1
-during the [X] ||| während der [X] ||| 1 ||| ||| 1 1
-would be [X] ||| wäre [X] ||| 1 ||| ||| 1 1
-would it be [X] ||| wäre es [X] ||| 1 ||| ||| 1 1
-would it be [X][X] , [X] ||| wäre es [X][X] , [X] ||| 1 ||| ||| 0.088141 0.088141
-would it be [X][X] Madam [X] ||| wäre es [X][X] Frau [X] ||| 1 ||| ||| 0.04 0.04
-would it be [X][X] President [X] ||| wäre es [X][X] Präsidentin [X] ||| 1 ||| ||| 0.030303 0.030303
-would it be [X][X] you [X] ||| wäre es [X][X] Sie [X] ||| 1 ||| ||| 0.1 0.1
-would it be [X][X] [X] ||| wäre es [X][X] [X] ||| 1 ||| ||| 0.458444 0.458444
-would it be appropriate [X] ||| wäre es angemessen , [X] ||| 1 ||| ||| 0.5 0.5
-would it be appropriate [X][X] [X] ||| wäre es angemessen , [X][X] [X] ||| 1 ||| ||| 0.258444 0.258444
-would it be appropriate for [X] ||| wäre es angemessen , wenn [X] ||| 1 ||| ||| 0.2 0.2
-would it be appropriate [X] ||| wäre es angemessen [X] ||| 1 ||| ||| 0.5 0.5
-would it be appropriate [X][X] [X] ||| wäre es angemessen [X][X] [X] ||| 1 ||| ||| 0.258444 0.258444
-her to do [X][X] possibly [X] ||| würden , [X][X] in ihrem Kräften stehende zu tun [X] ||| 1 ||| ||| 0.2 0.2
-everything [X] ||| würden , alles [X] ||| 1 ||| ||| 2 1
-everything she [X] ||| würden , alles [X] ||| 1 ||| ||| 2 1
-her to do everything [X][X] [X] ||| würden , alles in ihrem [X][X] stehende zu tun [X] ||| 1 ||| ||| 0.7 0.7
-her to do everything [X][X] [X] ||| würden , alles in ihrem [X][X] zu tun [X] ||| 1 ||| ||| 0.7 0.7
-her to do [X][X] possibly [X] ||| würden [X][X] in ihrem Kräften stehende zu tun [X] ||| 1 ||| ||| 0.2 0.2
-about Rule 143 [X] ||| zu Artikel 143 [X] ||| 1 ||| ||| 0.333333 0.333333
-about Rule 143 [X][X] . [X] ||| zu Artikel 143 [X][X] ? [X] ||| 1 ||| ||| 0.0526316 0.0526316
-about Rule 143 [X][X] [X] ||| zu Artikel 143 [X][X] [X] ||| 1 ||| ||| 0.143541 0.143541
-about Rule 143 concerning inadmissibility [X] ||| zu Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0909091 0.0909091
-about Rule 143 concerning [X] ||| zu Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.166667 0.166667
-about Rule 143 concerning [X][X] [X] ||| zu Artikel 143 im Zusammenhang mit der [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-about Rule [X] ||| zu Artikel [X] ||| 1 ||| ||| 1 1
-about Rule [X][X] . [X] ||| zu Artikel [X][X] ? [X] ||| 1 ||| ||| 0.0526316 0.0526316
-about Rule [X][X] inadmissibility . [X] ||| zu Artikel [X][X] Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.0526316 0.0526316
-about Rule [X][X] inadmissibility [X] ||| zu Artikel [X][X] Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0909091 0.0909091
-about Rule [X][X] [X] ||| zu Artikel [X][X] [X] ||| 1 ||| ||| 0.310207 0.310207
-to the start [X] ||| zu Beginn [X] ||| 1 ||| ||| 0.5 0.5
-to the start [X][X] . [X] ||| zu Beginn [X][X] . [X] ||| 1 ||| ||| 0.0322581 0.0322581
-to the start [X][X] presentation [X] ||| zu Beginn [X][X] Aussprache [X] ||| 1 ||| ||| 0.142857 0.142857
-to the start [X][X] report [X] ||| zu Beginn [X][X] Bericht [X] ||| 1 ||| ||| 0.0454545 0.0454545
-to the start [X][X] [X] ||| zu Beginn [X][X] [X] ||| 1 ||| ||| 0.587236 0.587236
-to the start [X][X] the [X] ||| zu Beginn [X][X] den [X] ||| 1 ||| ||| 0.0666667 0.0666667
-to the start [X][X] of [X] ||| zu Beginn [X][X] über [X] ||| 1 ||| ||| 0.1 0.1
-to the start of the [X] ||| zu Beginn der [X] ||| 1 ||| ||| 0.2 0.2
-to environmental information [X] ||| zu Umweltinformationen [X] ||| 1 ||| ||| 0.5 0.5
-to environmental information [X][X] . [X] ||| zu Umweltinformationen [X][X] . [X] ||| 1 ||| ||| 0.111111 0.111111
-to environmental information [X][X] [X] ||| zu Umweltinformationen [X][X] [X] ||| 1 ||| ||| 0.211111 0.211111
-to environmental information is [X][X] [X] ||| zu Umweltinformationen [X][X] ist [X] ||| 1 ||| ||| 0.1 0.1
-about [X] ||| zu [X] ||| 1 ||| ||| 8 1
-of [X] ||| zu [X] ||| 1 ||| ||| 8 1
-on [X] ||| zu [X] ||| 1 ||| ||| 8 1
-one [X] ||| zu [X] ||| 1 ||| ||| 8 1
-one of [X] ||| zu [X] ||| 1 ||| ||| 8 1
-to [X] ||| zu [X] ||| 1 ||| ||| 8 3
-to [X][X] . [X] ||| zu [X][X] . [X] ||| 1 ||| ||| 0.143369 0.143369
-about [X][X] . [X] ||| zu [X][X] ? [X] ||| 1 ||| ||| 0.0526316 0.0526316
-one [X][X] people assassinated very [X] ||| zu [X][X] Attentatsopfern , die es in [X] ||| 1 ||| ||| 0.142857 0.142857
-to [X][X] presentation [X] ||| zu [X][X] Aussprache [X] ||| 1 ||| ||| 0.142857 0.142857
-to [X][X] presentation [X][X] . [X] ||| zu [X][X] Aussprache [X][X] . [X] ||| 1 ||| ||| 0.0322581 0.0322581
-to [X][X] presentation [X][X] report [X] ||| zu [X][X] Aussprache [X][X] Bericht [X] ||| 1 ||| ||| 0.0454545 0.0454545
-to [X][X] presentation [X][X] [X] ||| zu [X][X] Aussprache [X][X] [X] ||| 1 ||| ||| 0.144379 0.144379
-to [X][X] presentation of [X] ||| zu [X][X] Aussprache über [X] ||| 1 ||| ||| 0.1 0.1
-to [X][X] presentation of [X][X] [X] ||| zu [X][X] Aussprache über [X][X] [X] ||| 1 ||| ||| 0.0777126 0.0777126
-to [X][X] presentation of the [X] ||| zu [X][X] Aussprache über den [X] ||| 1 ||| ||| 0.0666667 0.0666667
-to [X][X] report . [X] ||| zu [X][X] Bericht . [X] ||| 1 ||| ||| 0.0322581 0.0322581
-to [X][X] report [X] ||| zu [X][X] Bericht [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] Kumar Ponnambalam [X] ||| zu [X][X] Kumar Ponnambalam [X] ||| 1 ||| ||| 0.111111 0.111111
-about [X][X] inadmissibility . [X] ||| zu [X][X] Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.0526316 0.0526316
-about [X][X] inadmissibility [X] ||| zu [X][X] Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0909091 0.0909091
-about [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| ||| 4.96834 0.643541
-of [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| ||| 4.96834 1.06454
-one [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| ||| 4.96834 0.647619
-one of [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| ||| 4.96834 0.314286
-to [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| ||| 4.96834 2.29835
-to [X][X] is [X][X] right [X] ||| zu [X][X] [X][X] Recht ist [X] ||| 1 ||| ||| 0.1 0.1
-to [X][X] is [X][X] . [X] ||| zu [X][X] [X][X] ist . [X] ||| 1 ||| ||| 0.111111 0.111111
-to [X][X] is [X][X] [X] ||| zu [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.2 0.1
-to [X][X] is a [X][X] [X] ||| zu [X][X] [X][X] ist [X] ||| 1 ||| ||| 0.2 0.1
-of [X][X] to [X] ||| zu [X][X] bei [X] ||| 1 ||| ||| 0.25 0.25
-of [X][X] to [X][X] [X] ||| zu [X][X] bei [X][X] [X] ||| 1 ||| ||| 0.171679 0.171679
-of [X][X] to [X][X] a [X] ||| zu [X][X] bei [X][X] einen [X] ||| 1 ||| ||| 0.0357143 0.0357143
-of [X][X] to [X][X] merely [X] ||| zu [X][X] bei [X][X] lediglich um [X] ||| 1 ||| ||| 0.0526316 0.0526316
-of [X][X] to what [X] ||| zu [X][X] bei dem es [X] ||| 1 ||| ||| 0.142857 0.142857
-of [X][X] to what [X][X] [X] ||| zu [X][X] bei dem es [X][X] [X] ||| 1 ||| ||| 0.0883459 0.0883459
-of [X][X] to what is [X] ||| zu [X][X] bei dem es sich [X] ||| 1 ||| ||| 0.0833333 0.0833333
-of [X][X] what [X] ||| zu [X][X] dem es [X] ||| 1 ||| ||| 0.142857 0.142857
-of [X][X] what [X][X] [X] ||| zu [X][X] dem es [X][X] [X] ||| 1 ||| ||| 0.0883459 0.0883459
-of [X][X] what [X][X] a [X] ||| zu [X][X] dem es [X][X] einen [X] ||| 1 ||| ||| 0.0357143 0.0357143
-of [X][X] what is [X] ||| zu [X][X] dem es sich [X] ||| 1 ||| ||| 0.0833333 0.0833333
-of [X][X] what is [X][X] [X] ||| zu [X][X] dem es sich [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-of [X][X] what is merely [X] ||| zu [X][X] dem es sich lediglich um [X] ||| 1 ||| ||| 0.0526316 0.0526316
-to [X][X] the report . [X] ||| zu [X][X] den Bericht . [X] ||| 1 ||| ||| 0.0322581 0.0322581
-to [X][X] the report [X] ||| zu [X][X] den Bericht [X] ||| 1 ||| ||| 0.0454545 0.0454545
-to [X][X] the [X] ||| zu [X][X] den [X] ||| 1 ||| ||| 0.0666667 0.0666667
-to [X][X] the [X][X] [X] ||| zu [X][X] den [X][X] [X] ||| 1 ||| ||| 0.0322581 0.0322581
-to [X][X] of the presentation [X] ||| zu [X][X] der Aussprache [X] ||| 1 ||| ||| 0.142857 0.142857
-to [X][X] of the [X] ||| zu [X][X] der [X] ||| 1 ||| ||| 0.2 0.2
-to [X][X] of the [X][X] [X] ||| zu [X][X] der [X][X] [X] ||| 1 ||| ||| 0.244379 0.244379
-of [X][X] a [X] ||| zu [X][X] einen [X] ||| 1 ||| ||| 0.0357143 0.0357143
-about [X][X] concerning inadmissibility . [X] ||| zu [X][X] im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.0526316 0.0526316
-about [X][X] concerning inadmissibility [X] ||| zu [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0909091 0.0909091
-about [X][X] concerning [X] ||| zu [X][X] im Zusammenhang mit der [X] ||| 1 ||| ||| 0.166667 0.166667
-about [X][X] concerning [X][X] [X] ||| zu [X][X] im Zusammenhang mit der [X][X] [X] ||| 1 ||| ||| 0.0526316 0.0526316
-one [X][X] in [X] ||| zu [X][X] in [X] ||| 1 ||| ||| 0.142857 0.0714286
-one of [X][X] in [X] ||| zu [X][X] in [X] ||| 1 ||| ||| 0.142857 0.0714286
-one [X][X] recently [X] ||| zu [X][X] jüngster Zeit [X] ||| 1 ||| ||| 0.2 0.1
-one of [X][X] recently [X] ||| zu [X][X] jüngster Zeit [X] ||| 1 ||| ||| 0.2 0.1
-one [X][X] recently in [X] ||| zu [X][X] jüngster Zeit in [X] ||| 1 ||| ||| 0.142857 0.0714286
-one of [X][X] recently in [X] ||| zu [X][X] jüngster Zeit in [X] ||| 1 ||| ||| 0.142857 0.0714286
-of [X][X] merely [X] ||| zu [X][X] lediglich um [X] ||| 1 ||| ||| 0.0526316 0.0526316
-of [X][X] merely a [X] ||| zu [X][X] lediglich um einen [X] ||| 1 ||| ||| 0.0357143 0.0357143
-of [X][X] is [X] ||| zu [X][X] sich [X] ||| 1 ||| ||| 0.0833333 0.0833333
-of [X][X] is [X][X] [X] ||| zu [X][X] sich [X][X] [X] ||| 1 ||| ||| 0.0357143 0.0357143
-of [X][X] is merely [X] ||| zu [X][X] sich lediglich um [X] ||| 1 ||| ||| 0.0526316 0.0526316
-of [X][X] is merely a [X] ||| zu [X][X] sich lediglich um einen [X] ||| 1 ||| ||| 0.0357143 0.0357143
-to [X][X] of [X] ||| zu [X][X] über [X] ||| 1 ||| ||| 0.1 0.1
-to [X][X] of [X][X] . [X] ||| zu [X][X] über [X][X] . [X] ||| 1 ||| ||| 0.0322581 0.0322581
-to [X][X] of [X][X] [X] ||| zu [X][X] über [X][X] [X] ||| 1 ||| ||| 0.0777126 0.0777126
-to [X][X] of the report [X] ||| zu [X][X] über den Bericht [X] ||| 1 ||| ||| 0.0454545 0.0454545
-to [X][X] of the [X] ||| zu [X][X] über den [X] ||| 1 ||| ||| 0.0666667 0.0666667
-to [X][X] of the [X][X] [X] ||| zu [X][X] über den [X][X] [X] ||| 1 ||| ||| 0.0322581 0.0322581
-[X][X] Kumar Ponnambalam [X] ||| zu beklagen [X][X] Kumar Ponnambalam [X] ||| 1 ||| ||| 0.111111 0.111111
-was [X] ||| zu beklagen gab , [X] ||| 1 ||| ||| 1 1
-was [X][X] [X] ||| zu beklagen gab , [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-was [X] ||| zu beklagen gab , zählt [X] ||| 1 ||| ||| 1 1
-was [X][X] [X] ||| zu beklagen gab , zählt [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-was Mr Kumar Ponnambalam [X] ||| zu beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.111111 0.111111
-was Mr [X] ||| zu beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 1 1
-was Mr [X][X] [X] ||| zu beklagen gab , zählt auch Herr [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-was [X] ||| zu beklagen gab , zählt auch [X] ||| 1 ||| ||| 1 1
-was [X][X] [X] ||| zu beklagen gab , zählt auch [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-was [X] ||| zu beklagen gab [X] ||| 1 ||| ||| 1 1
-was [X][X] [X] ||| zu beklagen gab [X][X] [X] ||| 1 ||| ||| 0.111111 0.111111
-one of the [X] ||| zu den [X] ||| 1 ||| ||| 0.333333 0.333333
-one of the [X][X] [X] ||| zu den [X][X] [X] ||| 1 ||| ||| 0.314286 0.314286
-one of the [X][X] in [X] ||| zu den [X][X] in [X] ||| 1 ||| ||| 0.0714286 0.0714286
-one of the [X][X] recently [X] ||| zu den [X][X] jüngster Zeit [X] ||| 1 ||| ||| 0.1 0.1
-for this [X] ||| zu einer [X] ||| 1 ||| ||| 1 1
-for this [X][X] . [X] ||| zu einer [X][X] . [X] ||| 1 ||| ||| 0.333333 0.333333
-for this [X][X] [X] ||| zu einer [X][X] [X] ||| 1 ||| ||| 0.833333 0.833333
-of that kind [X] ||| zu erheben , [X] ||| 1 ||| ||| 0.5 0.5
-of that kind [X][X] [X] ||| zu erheben , [X][X] [X] ||| 1 ||| ||| 0.314536 0.314536
-of that kind [X][X] a [X] ||| zu erheben , [X][X] einen [X] ||| 1 ||| ||| 0.0357143 0.0357143
-of that kind [X][X] merely [X] ||| zu erheben , [X][X] lediglich um [X] ||| 1 ||| ||| 0.0526316 0.0526316
-of that kind [X][X] is [X] ||| zu erheben , [X][X] sich [X] ||| 1 ||| ||| 0.0833333 0.0833333
-of that kind to [X] ||| zu erheben , bei [X] ||| 1 ||| ||| 0.25 0.25
-of that kind to [X][X] [X] ||| zu erheben , bei [X][X] [X] ||| 1 ||| ||| 0.171679 0.171679
-of that kind to what [X] ||| zu erheben , bei dem es [X] ||| 1 ||| ||| 0.142857 0.142857
-to make [X] ||| zu machen [X] ||| 1 ||| ||| 1.5 1
-to make representations [X] ||| zu machen [X] ||| 1 ||| ||| 1.5 0.5
-do on [X] ||| zu tun [X] ||| 1 ||| ||| 1 1
-sentenced to death . [X] ||| zum Tode verurteilten [X] ||| 1 ||| ||| 2 1
-sentenced to death [X] ||| zum Tode verurteilten [X] ||| 1 ||| ||| 2 1
-expressing [X] ||| zum [X] ||| 1 ||| ||| 1 1
-to reprieve [X] ||| zur Begnadigung [X] ||| 1 ||| ||| 1 1
-to reprieve [X][X] [X] ||| zur Begnadigung [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-to reprieve the condemned person [X] ||| zur Begnadigung des Verurteilten [X] ||| 1 ||| ||| 0.125 0.125
-to reprieve the [X] ||| zur Begnadigung des [X] ||| 1 ||| ||| 0.333333 0.333333
-to reprieve the [X][X] [X] ||| zur Begnadigung des [X][X] [X] ||| 1 ||| ||| 0.125 0.125
-reduction targets [X] ||| zur Flottenverkleinerung [X] ||| 1 ||| ||| 1 1
-on a point of order [X] ||| zur Geschäftsordnung [X] ||| 1 ||| ||| 1 1
-on [X] ||| zur [X] ||| 1 ||| ||| 6 2
-power to order [X] ||| zur [X] ||| 1 ||| ||| 6 1
-the power to order [X] ||| zur [X] ||| 1 ||| ||| 6 1
-to [X] ||| zur [X] ||| 1 ||| ||| 6 1
-to order [X] ||| zur [X] ||| 1 ||| ||| 6 1
-on [X][X] . [X] ||| zur [X][X] . [X] ||| 1 ||| ||| 0.666666 0.666666
-power to order [X][X] reprieve [X] ||| zur [X][X] Begnadigung [X] ||| 1 ||| ||| 0.225 0.1
-to order [X][X] reprieve [X] ||| zur [X][X] Begnadigung [X] ||| 1 ||| ||| 0.225 0.125
-to order [X][X] reprieve the [X] ||| zur [X][X] Begnadigung des [X] ||| 1 ||| ||| 0.0769231 0.0769231
-to [X][X] condemned person [X] ||| zur [X][X] Verurteilten [X] ||| 1 ||| ||| 0.125 0.125
-on [X][X] [X] ||| zur [X][X] [X] ||| 1 ||| ||| 5.26979 1.66667
-power to order [X][X] [X] ||| zur [X][X] [X] ||| 1 ||| ||| 5.26979 1.01667
-the power to order [X][X] [X] ||| zur [X][X] [X] ||| 1 ||| ||| 5.26979 0.892857
-to [X][X] [X] ||| zur [X][X] [X] ||| 1 ||| ||| 5.26979 0.458333
-to order [X][X] [X] ||| zur [X][X] [X] ||| 1 ||| ||| 5.26979 1.23526
-to order [X][X] the [X] ||| zur [X][X] des [X] ||| 1 ||| ||| 0.0769231 0.0769231
-power to order [X][X] and [X] ||| zur [X][X] und [X] ||| 1 ||| ||| 0.583333 0.25
-to order [X][X] and [X] ||| zur [X][X] und [X] ||| 1 ||| ||| 0.583333 0.333333
-to order [X][X] and [X][X] [X] ||| zur [X][X] und [X][X] [X] ||| 1 ||| ||| 0.201923 0.201923
-to order [X][X] and to [X] ||| zur [X][X] und zur [X] ||| 1 ||| ||| 0.2 0.2
-to order [X][X] to reprieve [X] ||| zur [X][X] zur Begnadigung [X] ||| 1 ||| ||| 0.125 0.125
-power to order [X][X] to [X] ||| zur [X][X] zur [X] ||| 1 ||| ||| 0.366667 0.166667
-to order [X][X] to [X] ||| zur [X][X] zur [X] ||| 1 ||| ||| 0.366667 0.2
-to order [X][X] to [X][X] [X] ||| zur [X][X] zur [X][X] [X] ||| 1 ||| ||| 0.0769231 0.0769231
-, [X] ||| zusammen , [X] ||| 1 ||| ||| 1 1
-, [X] ||| zusammen , daß [X] ||| 1 ||| ||| 1 1
-it [X] ||| zwar [X] ||| 1 ||| ||| 1 1
-it says [X][X] [X] ||| zwar [X][X] Strafen [X] ||| 1 ||| ||| 0.2 0.2
-it [X][X] [X] ||| zwar [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-it says [X][X] should [X] ||| zwar sollen [X][X] Strafen [X] ||| 1 ||| ||| 0.2 0.2
-it [X][X] should [X] ||| zwar sollen [X][X] [X] ||| 1 ||| ||| 0.2 0.2
-it says that this should [X] ||| zwar sollen derartige Strafen [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] , who [X] ||| zählt [X][X] , der [X] ||| 1 ||| ||| 0.142857 0.142857
-Mr Kumar Ponnambalam , who [X] ||| zählt auch Herr Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.142857 0.142857
-Mr Kumar Ponnambalam [X] ||| zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.5 0.5
-Mr Kumar Ponnambalam [X][X] [X] ||| zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| ||| 0.142857 0.142857
-Mr [X] ||| zählt auch Herr [X] ||| 1 ||| ||| 1 1
-Mr [X][X] , who [X] ||| zählt auch Herr [X][X] , der [X] ||| 1 ||| ||| 0.142857 0.142857
-Mr [X][X] [X] ||| zählt auch Herr [X][X] [X] ||| 1 ||| ||| 0.642857 0.642857
-[X][X] , who [X] ||| zählt auch [X][X] , der [X] ||| 1 ||| ||| 0.142857 0.142857
-of [X] ||| über [X] ||| 1 ||| ||| 2 1
-on [X] ||| über [X] ||| 1 ||| ||| 2 1
-on [X][X] [X] ||| über [X][X] , [X] ||| 1 ||| ||| 0.0666667 0.0666667
-on [X][X] [X] ||| über [X][X] , der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-of [X][X] . [X] ||| über [X][X] . [X] ||| 1 ||| ||| 0.166667 0.166667
-of [X][X] [X] ||| über [X][X] [X] ||| 1 ||| ||| 1.29354 0.5
-on [X][X] [X] ||| über [X][X] [X] ||| 1 ||| ||| 1.29354 0.626874
-on [X][X] comes [X] ||| über [X][X] [X] ||| 1 ||| ||| 1.29354 0.166667
-on [X][X] before [X] ||| über [X][X] befassen , [X] ||| 1 ||| ||| 0.133333 0.0666667
-on [X][X] comes before [X] ||| über [X][X] befassen , [X] ||| 1 ||| ||| 0.133333 0.0666667
-on [X][X] before [X] ||| über [X][X] befassen , der [X] ||| 1 ||| ||| 0.105263 0.0526316
-on [X][X] comes before [X] ||| über [X][X] befassen , der [X] ||| 1 ||| ||| 0.105263 0.0526316
-on [X][X] before [X] ||| über [X][X] befassen [X] ||| 1 ||| ||| 0.181818 0.0909091
-on [X][X] comes before [X] ||| über [X][X] befassen [X] ||| 1 ||| ||| 0.181818 0.0909091
-on [X][X] [X] ||| über [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-of the report . [X] ||| über den Bericht . [X] ||| 1 ||| ||| 0.166667 0.166667
-of the report [X] ||| über den Bericht [X] ||| 1 ||| ||| 0.333333 0.333333
-of the [X] ||| über den [X] ||| 1 ||| ||| 1 1
-of the [X][X] [X] ||| über den [X][X] [X] ||| 1 ||| ||| 0.166667 0.166667
-on multiannual guidance programmes [X] ||| über mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.416667 0.25
-on multiannual guidance programmes comes [X] ||| über mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.416667 0.166667
-on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 1 ||| ||| 0.0666667 0.0666667
-on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 1 ||| ||| 0.210207 0.210207
-on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-on multiannual [X] ||| über mehrjährige [X] ||| 1 ||| ||| 1 1
-on multiannual [X][X] [X] ||| über mehrjährige [X][X] , [X] ||| 1 ||| ||| 0.0666667 0.0666667
-on multiannual [X][X] [X] ||| über mehrjährige [X][X] , der [X] ||| 1 ||| ||| 0.0526316 0.0526316
-on multiannual [X][X] [X] ||| über mehrjährige [X][X] [X] ||| 1 ||| ||| 0.793541 0.626874
-on multiannual [X][X] comes [X] ||| über mehrjährige [X][X] [X] ||| 1 ||| ||| 0.793541 0.166667
-on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen , [X] ||| 1 ||| ||| 0.133333 0.0666667
-on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen , [X] ||| 1 ||| ||| 0.133333 0.0666667
-on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen , der [X] ||| 1 ||| ||| 0.105263 0.0526316
-on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen , der [X] ||| 1 ||| ||| 0.105263 0.0526316
-on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen [X] ||| 1 ||| ||| 0.181818 0.0909091
-on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen [X] ||| 1 ||| ||| 0.181818 0.0909091
-on multiannual [X][X] [X] ||| über mehrjährige [X][X] der [X] ||| 1 ||| ||| 0.0526316 0.0526316
diff --git a/regression-testing/tests/score.hierarchical/args.txt b/regression-testing/tests/score.hierarchical/args.txt
deleted file mode 100644
index 744443c1f..000000000
--- a/regression-testing/tests/score.hierarchical/args.txt
+++ /dev/null
@@ -1 +0,0 @@
-$data_dir/models/score.hierarchical/extract $data_dir/models/score.hierarchical/lex.f2e $outPath --Hierarchical
diff --git a/regression-testing/tests/score.hierarchical/truth/results.txt b/regression-testing/tests/score.hierarchical/truth/results.txt
deleted file mode 100644
index 763376734..000000000
--- a/regression-testing/tests/score.hierarchical/truth/results.txt
+++ /dev/null
@@ -1,10000 +0,0 @@
-resumption [X] ||| Wiederaufnahme [X] ||| 1 ||| ||| 1 1
-of the [X] ||| der [X] ||| 1 ||| ||| 1 1
-session [X] ||| Sitzungsperiode [X] ||| 1 ||| ||| 1 1
-resumption of the [X] ||| Wiederaufnahme der [X] ||| 1 ||| ||| 0.5 0.5
-resumption [X][X] [X] ||| Wiederaufnahme [X][X] [X] ||| 1 ||| 1-1 ||| 0.75 0.75
-of the session [X] ||| der Sitzungsperiode [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] session [X] ||| [X][X] Sitzungsperiode [X] ||| 1 ||| 0-0 ||| 0.75 0.75
-resumption of the session [X] ||| Wiederaufnahme der Sitzungsperiode [X] ||| 1 ||| ||| 0.25 0.25
-resumption [X][X] session [X] ||| Wiederaufnahme [X][X] Sitzungsperiode [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-you [X] ||| Parlament [X] ||| 1 ||| ||| 1 1
-have [X] ||| besteht [X] ||| 1 ||| ||| 1 1
-requested [X] ||| Wunsch [X] ||| 1 ||| ||| 1 1
-a [X] ||| einer [X] ||| 1 ||| ||| 1 1
-debate [X] ||| Aussprache [X] ||| 1 ||| ||| 1 1
-on [X] ||| im [X] ||| 1 ||| ||| 1 1
-in [X] ||| in [X] ||| 1 ||| ||| 1 1
-the course of the [X] ||| den [X] ||| 1 ||| ||| 1 1
-next [X] ||| nächsten [X] ||| 1 ||| ||| 1 1
-few days [X] ||| Tagen [X] ||| 1 ||| ||| 1 1
-few days , [X] ||| Tagen [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-you [X] ||| im Parlament [X] ||| 1 ||| ||| 1 1
-you have [X] ||| Parlament besteht [X] ||| 1 ||| ||| 1 1
-have [X] ||| besteht der [X] ||| 1 ||| ||| 1 1
-requested [X] ||| der Wunsch [X] ||| 1 ||| ||| 2 1
-requested [X] ||| Wunsch nach [X] ||| 1 ||| ||| 2 1
-a [X] ||| nach einer [X] ||| 1 ||| ||| 1 1
-a debate [X] ||| einer Aussprache [X] ||| 1 ||| ||| 1 1
-debate on [X] ||| Aussprache im [X] ||| 1 ||| ||| 1 1
-in the course of the [X] ||| in den [X] ||| 1 ||| ||| 0.5 0.5
-in [X][X] [X] ||| in [X][X] [X] ||| 1 ||| 1-1 ||| 1.0873 1.0873
-the course of the next [X] ||| den nächsten [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] next [X] ||| [X][X] nächsten [X] ||| 1 ||| 0-0 ||| 0.833333 0.833333
-next few days [X] ||| nächsten Tagen [X] ||| 1 ||| ||| 0.5 0.5
-next [X][X] [X] ||| nächsten [X][X] [X] ||| 1 ||| 1-1 ||| 0.833333 0.833333
-next few days , [X] ||| nächsten Tagen [X] ||| 1 ||| ||| 0.333333 0.333333
-next [X][X] , [X] ||| nächsten [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-you have [X] ||| im Parlament besteht [X] ||| 1 ||| ||| 2 1
-you have [X] ||| Parlament besteht der [X] ||| 1 ||| ||| 2 1
-have requested [X] ||| besteht der Wunsch [X] ||| 1 ||| ||| 1 1
-requested [X] ||| der Wunsch nach [X] ||| 1 ||| ||| 1 1
-requested a [X] ||| Wunsch nach einer [X] ||| 1 ||| ||| 1 1
-a debate [X] ||| nach einer Aussprache [X] ||| 1 ||| ||| 1 1
-a debate on [X] ||| einer Aussprache im [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] on [X] ||| [X][X] im [X] ||| 1 ||| 0-0 ||| 0.910185 0.910185
-a [X][X] [X] ||| einer [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-in [X][X] next [X] ||| in [X][X] nächsten [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-[X][X] next few days [X] ||| [X][X] nächsten Tagen [X] ||| 1 ||| 0-0 ||| 0.392857 0.392857
-[X][X] next [X][X] [X] ||| [X][X] nächsten [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.703968 0.703968
-[X][X] few days [X] ||| [X][X] Tagen [X] ||| 1 ||| 0-0 ||| 0.392857 0.392857
-the course of the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| 4-1 ||| 0.45 0.45
-[X][X] next few days , [X] ||| [X][X] nächsten Tagen [X] ||| 1 ||| 0-0 ||| 0.311111 0.311111
-[X][X] next [X][X] , [X] ||| [X][X] nächsten [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.311111 0.311111
-[X][X] few days , [X] ||| [X][X] Tagen [X] ||| 1 ||| 0-0 ||| 0.311111 0.311111
-you have [X] ||| im Parlament besteht der [X] ||| 1 ||| ||| 1 1
-you have requested [X] ||| Parlament besteht der Wunsch [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] requested [X] ||| [X][X] der Wunsch [X] ||| 1 ||| 0-0 ||| 0.833334 0.416667
-[X][X] requested [X] ||| [X][X] Wunsch [X] ||| 1 ||| 0-0 ||| 0.833334 0.416667
-you [X][X] [X] ||| Parlament [X][X] [X] ||| 1 ||| 1-1 ||| 0.627778 0.627778
-have requested [X] ||| besteht der Wunsch nach [X] ||| 1 ||| ||| 1 1
-requested a [X] ||| der Wunsch nach einer [X] ||| 1 ||| ||| 1 1
-requested a debate [X] ||| Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] debate [X] ||| [X][X] Aussprache [X] ||| 1 ||| 0-0 ||| 0.634483 0.634483
-requested [X][X] [X] ||| Wunsch [X][X] [X] ||| 1 ||| 1-1 ||| 0.75 0.375
-requested [X][X] [X] ||| Wunsch nach [X][X] [X] ||| 1 ||| 1-2 ||| 0.75 0.375
-a debate on [X] ||| nach einer Aussprache im [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] on [X] ||| nach [X][X] im [X] ||| 1 ||| 0-1 ||| 0.25 0.25
-a [X][X] [X] ||| nach einer [X][X] [X] ||| 1 ||| 1-2 ||| 0.25 0.25
-in [X][X] next few days [X] ||| in [X][X] nächsten Tagen [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-in [X][X] next [X][X] [X] ||| in [X][X] nächsten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.253968 0.253968
-in [X][X] few days [X] ||| in [X][X] Tagen [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-in [X][X] next [X][X] , [X] ||| in [X][X] nächsten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.111111 0.111111
-in [X][X] few days , [X] ||| in [X][X] Tagen [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-in [X][X] , [X] ||| in [X][X] [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-you have requested [X] ||| im Parlament besteht der Wunsch [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] requested [X] ||| im [X][X] der Wunsch [X] ||| 1 ||| 0-1 ||| 0.333334 0.166667
-[X][X] requested [X] ||| im [X][X] Wunsch [X] ||| 1 ||| 0-1 ||| 0.333334 0.166667
-you [X][X] [X] ||| im Parlament [X][X] [X] ||| 1 ||| 1-2 ||| 0.433954 0.433954
-you have requested [X] ||| Parlament besteht der Wunsch nach [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] requested [X] ||| [X][X] der Wunsch nach [X] ||| 1 ||| 0-0 ||| 0.685714 0.342857
-[X][X] requested [X] ||| [X][X] Wunsch nach [X] ||| 1 ||| 0-0 ||| 0.685714 0.342857
-you [X][X] [X] ||| Parlament [X][X] nach [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-have requested a [X] ||| besteht der Wunsch nach einer [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] a [X] ||| [X][X] nach einer [X] ||| 1 ||| 0-0 ||| 0.742858 0.371429
-[X][X] a [X] ||| [X][X] einer [X] ||| 1 ||| 0-0 ||| 0.742858 0.371429
-have [X][X] [X] ||| besteht [X][X] [X] ||| 1 ||| 1-1 ||| 0.711112 0.355556
-have [X][X] [X] ||| besteht der [X][X] [X] ||| 1 ||| 1-2 ||| 0.711112 0.355556
-requested a debate [X] ||| der Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] debate [X] ||| der [X][X] Aussprache [X] ||| 1 ||| 0-1 ||| 0.2 0.2
-requested [X][X] [X] ||| der Wunsch [X][X] [X] ||| 1 ||| 1-2 ||| 0.6 0.3
-requested [X][X] [X] ||| der Wunsch nach [X][X] [X] ||| 1 ||| 1-3 ||| 0.6 0.3
-requested a debate on [X] ||| Wunsch nach einer Aussprache im [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] debate on [X] ||| [X][X] Aussprache im [X] ||| 1 ||| 0-0 ||| 0.326852 0.326852
-requested [X][X] on [X] ||| Wunsch [X][X] im [X] ||| 1 ||| 1-1 ||| 0.25 0.125
-requested [X][X] on [X] ||| Wunsch nach [X][X] im [X] ||| 1 ||| 1-2 ||| 0.25 0.125
-requested a [X][X] [X] ||| Wunsch nach einer [X][X] [X] ||| 1 ||| 2-3 ||| 0.125 0.125
-you have requested [X] ||| im Parlament besteht der Wunsch nach [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] requested [X] ||| im [X][X] der Wunsch nach [X] ||| 1 ||| 0-1 ||| 0.285714 0.142857
-[X][X] requested [X] ||| im [X][X] Wunsch nach [X] ||| 1 ||| 0-1 ||| 0.285714 0.142857
-you [X][X] [X] ||| im Parlament [X][X] nach [X] ||| 1 ||| 1-2 ||| 0.142857 0.142857
-you have requested a [X] ||| Parlament besteht der Wunsch nach einer [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] requested a [X] ||| [X][X] der Wunsch nach einer [X] ||| 1 ||| 0-0 ||| 0.342858 0.171429
-[X][X] requested a [X] ||| [X][X] Wunsch nach einer [X] ||| 1 ||| 0-0 ||| 0.342858 0.171429
-you [X][X] a [X] ||| Parlament [X][X] nach einer [X] ||| 1 ||| 1-1 ||| 0.2 0.1
-you [X][X] a [X] ||| Parlament [X][X] einer [X] ||| 1 ||| 1-1 ||| 0.2 0.1
-you have [X][X] [X] ||| Parlament besteht [X][X] [X] ||| 1 ||| 2-2 ||| 0.355556 0.177778
-you have [X][X] [X] ||| Parlament besteht der [X][X] [X] ||| 1 ||| 2-3 ||| 0.355556 0.177778
-have requested a debate [X] ||| besteht der Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] a debate [X] ||| [X][X] nach einer Aussprache [X] ||| 1 ||| 0-0 ||| 0.368966 0.184483
-[X][X] a debate [X] ||| [X][X] einer Aussprache [X] ||| 1 ||| 0-0 ||| 0.368966 0.184483
-have [X][X] debate [X] ||| besteht [X][X] Aussprache [X] ||| 1 ||| 1-1 ||| 0.2 0.1
-have [X][X] debate [X] ||| besteht der [X][X] Aussprache [X] ||| 1 ||| 1-2 ||| 0.2 0.1
-have requested [X][X] [X] ||| besteht der Wunsch [X][X] [X] ||| 1 ||| 2-3 ||| 0.311112 0.155556
-have requested [X][X] [X] ||| besteht der Wunsch nach [X][X] [X] ||| 1 ||| 2-4 ||| 0.311112 0.155556
-requested a debate on [X] ||| der Wunsch nach einer Aussprache im [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] debate on [X] ||| der [X][X] Aussprache im [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-[X][X] on [X] ||| der [X][X] im [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-requested [X][X] on [X] ||| der Wunsch [X][X] im [X] ||| 1 ||| 1-2 ||| 0.2 0.1
-requested [X][X] on [X] ||| der Wunsch nach [X][X] im [X] ||| 1 ||| 1-3 ||| 0.2 0.1
-requested a [X][X] [X] ||| der Wunsch nach einer [X][X] [X] ||| 1 ||| 2-4 ||| 0.1 0.1
-you have requested a [X] ||| im Parlament besteht der Wunsch nach einer [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] requested a [X] ||| im [X][X] der Wunsch nach einer [X] ||| 1 ||| 0-1 ||| 0.142857 0.0714286
-[X][X] requested a [X] ||| im [X][X] Wunsch nach einer [X] ||| 1 ||| 0-1 ||| 0.142857 0.0714286
-[X][X] a [X] ||| im [X][X] nach einer [X] ||| 1 ||| 0-1 ||| 0.142857 0.0714286
-[X][X] a [X] ||| im [X][X] einer [X] ||| 1 ||| 0-1 ||| 0.142857 0.0714286
-you [X][X] a [X] ||| im Parlament [X][X] nach einer [X] ||| 1 ||| 1-2 ||| 0.142857 0.0714286
-you [X][X] a [X] ||| im Parlament [X][X] einer [X] ||| 1 ||| 1-2 ||| 0.142857 0.0714286
-you have [X][X] [X] ||| im Parlament besteht [X][X] [X] ||| 1 ||| 2-3 ||| 0.24886 0.12443
-you have [X][X] [X] ||| im Parlament besteht der [X][X] [X] ||| 1 ||| 2-4 ||| 0.24886 0.12443
-you have requested a debate [X] ||| Parlament besteht der Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.05 0.05
-[X][X] requested a debate [X] ||| [X][X] der Wunsch nach einer Aussprache [X] ||| 1 ||| 0-0 ||| 0.0844828 0.0844828
-[X][X] requested [X][X] [X] ||| [X][X] der Wunsch [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.261558 0.130779
-[X][X] requested [X][X] [X] ||| [X][X] der Wunsch nach [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.261558 0.130779
-[X][X] requested a debate [X] ||| [X][X] Wunsch nach einer Aussprache [X] ||| 1 ||| 0-0 ||| 0.0844828 0.0844828
-[X][X] requested [X][X] [X] ||| [X][X] Wunsch [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.261558 0.130779
-[X][X] requested [X][X] [X] ||| [X][X] Wunsch nach [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.261558 0.130779
-you [X][X] a debate [X] ||| Parlament [X][X] nach einer Aussprache [X] ||| 1 ||| 1-1 ||| 0.1 0.05
-you [X][X] a debate [X] ||| Parlament [X][X] einer Aussprache [X] ||| 1 ||| 1-1 ||| 0.1 0.05
-you [X][X] debate [X] ||| Parlament [X][X] Aussprache [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-you have [X][X] debate [X] ||| Parlament besteht [X][X] Aussprache [X] ||| 1 ||| 2-2 ||| 0.1 0.05
-you have [X][X] debate [X] ||| Parlament besteht der [X][X] Aussprache [X] ||| 1 ||| 2-3 ||| 0.1 0.05
-you have requested [X][X] [X] ||| Parlament besteht der Wunsch [X][X] [X] ||| 1 ||| 3-4 ||| 0.155556 0.0777778
-you have requested [X][X] [X] ||| Parlament besteht der Wunsch nach [X][X] [X] ||| 1 ||| 3-5 ||| 0.155556 0.0777778
-have requested a debate on [X] ||| besteht der Wunsch nach einer Aussprache im [X] ||| 1 ||| ||| 0.0555556 0.0555556
-[X][X] a debate on [X] ||| [X][X] nach einer Aussprache im [X] ||| 1 ||| 0-0 ||| 0.101852 0.101852
-[X][X] a [X][X] [X] ||| [X][X] nach einer [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.101852 0.101852
-[X][X] a debate on [X] ||| [X][X] einer Aussprache im [X] ||| 1 ||| 0-0 ||| 0.101852 0.101852
-[X][X] a [X][X] [X] ||| [X][X] einer [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.101852 0.101852
-have [X][X] debate on [X] ||| besteht [X][X] Aussprache im [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-have [X][X] on [X] ||| besteht [X][X] im [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-have [X][X] debate on [X] ||| besteht der [X][X] Aussprache im [X] ||| 1 ||| 1-2 ||| 0.0555556 0.0555556
-have [X][X] on [X] ||| besteht der [X][X] im [X] ||| 1 ||| 1-2 ||| 0.0555556 0.0555556
-have requested [X][X] on [X] ||| besteht der Wunsch [X][X] im [X] ||| 1 ||| 2-3 ||| 0.111111 0.0555556
-have requested [X][X] on [X] ||| besteht der Wunsch nach [X][X] im [X] ||| 1 ||| 2-4 ||| 0.111111 0.0555556
-have requested a [X][X] [X] ||| besteht der Wunsch nach einer [X][X] [X] ||| 1 ||| 3-5 ||| 0.0555556 0.0555556
-you have requested a debate [X] ||| im Parlament besteht der Wunsch nach einer Aussprache [X] ||| 1 ||| ||| 0.0344828 0.0344828
-[X][X] requested a debate [X] ||| im [X][X] der Wunsch nach einer Aussprache [X] ||| 1 ||| 0-1 ||| 0.0344828 0.0344828
-[X][X] requested [X][X] [X] ||| im [X][X] der Wunsch [X][X] [X] ||| 1 ||| 0-1 2-4 ||| 0.106003 0.0530013
-[X][X] requested [X][X] [X] ||| im [X][X] der Wunsch nach [X][X] [X] ||| 1 ||| 0-1 2-5 ||| 0.106003 0.0530013
-[X][X] requested a debate [X] ||| im [X][X] Wunsch nach einer Aussprache [X] ||| 1 ||| 0-1 ||| 0.0344828 0.0344828
-[X][X] requested [X][X] [X] ||| im [X][X] Wunsch [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.106003 0.0530013
-[X][X] requested [X][X] [X] ||| im [X][X] Wunsch nach [X][X] [X] ||| 1 ||| 0-1 2-4 ||| 0.106003 0.0530013
-[X][X] a debate [X] ||| im [X][X] nach einer Aussprache [X] ||| 1 ||| 0-1 ||| 0.0689656 0.0344828
-[X][X] a debate [X] ||| im [X][X] einer Aussprache [X] ||| 1 ||| 0-1 ||| 0.0689656 0.0344828
-[X][X] debate [X] ||| im [X][X] Aussprache [X] ||| 1 ||| 0-1 ||| 0.0344828 0.0344828
-you [X][X] a debate [X] ||| im Parlament [X][X] nach einer Aussprache [X] ||| 1 ||| 1-2 ||| 0.0689656 0.0344828
-you [X][X] a debate [X] ||| im Parlament [X][X] einer Aussprache [X] ||| 1 ||| 1-2 ||| 0.0689656 0.0344828
-you [X][X] debate [X] ||| im Parlament [X][X] Aussprache [X] ||| 1 ||| 1-2 ||| 0.0344828 0.0344828
-you have [X][X] debate [X] ||| im Parlament besteht [X][X] Aussprache [X] ||| 1 ||| 2-3 ||| 0.0689656 0.0344828
-you have [X][X] debate [X] ||| im Parlament besteht der [X][X] Aussprache [X] ||| 1 ||| 2-4 ||| 0.0689656 0.0344828
-you have requested [X][X] [X] ||| im Parlament besteht der Wunsch [X][X] [X] ||| 1 ||| 3-5 ||| 0.106003 0.0530013
-you have requested [X][X] [X] ||| im Parlament besteht der Wunsch nach [X][X] [X] ||| 1 ||| 3-6 ||| 0.106003 0.0530013
-[X][X] requested a debate on [X] ||| [X][X] der Wunsch nach einer Aussprache im [X] ||| 1 ||| 0-0 ||| 0.0462963 0.0462963
-[X][X] requested [X][X] on [X] ||| [X][X] der Wunsch [X][X] im [X] ||| 1 ||| 0-0 2-3 ||| 0.0925926 0.0462963
-[X][X] requested [X][X] on [X] ||| [X][X] der Wunsch nach [X][X] im [X] ||| 1 ||| 0-0 2-4 ||| 0.0925926 0.0462963
-[X][X] requested a [X][X] [X] ||| [X][X] der Wunsch nach einer [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.0462963 0.0462963
-[X][X] requested a debate on [X] ||| [X][X] Wunsch nach einer Aussprache im [X] ||| 1 ||| 0-0 ||| 0.0462963 0.0462963
-[X][X] requested [X][X] on [X] ||| [X][X] Wunsch [X][X] im [X] ||| 1 ||| 0-0 2-2 ||| 0.0925926 0.0462963
-[X][X] requested [X][X] on [X] ||| [X][X] Wunsch nach [X][X] im [X] ||| 1 ||| 0-0 2-3 ||| 0.0925926 0.0462963
-[X][X] requested a [X][X] [X] ||| [X][X] Wunsch nach einer [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.0462963 0.0462963
-you [X][X] a debate on [X] ||| Parlament [X][X] nach einer Aussprache im [X] ||| 1 ||| 1-1 ||| 0.0277778 0.0277778
-you [X][X] a [X][X] [X] ||| Parlament [X][X] nach einer [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.0277778 0.0277778
-you [X][X] a debate on [X] ||| Parlament [X][X] einer Aussprache im [X] ||| 1 ||| 1-1 ||| 0.0277778 0.0277778
-you [X][X] a [X][X] [X] ||| Parlament [X][X] einer [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0277778 0.0277778
-you [X][X] debate on [X] ||| Parlament [X][X] Aussprache im [X] ||| 1 ||| 1-1 ||| 0.0277778 0.0277778
-you [X][X] on [X] ||| Parlament [X][X] im [X] ||| 1 ||| 1-1 ||| 0.0277778 0.0277778
-you have [X][X] debate on [X] ||| Parlament besteht [X][X] Aussprache im [X] ||| 1 ||| 2-2 ||| 0.0277778 0.0277778
-you have [X][X] on [X] ||| Parlament besteht [X][X] im [X] ||| 1 ||| 2-2 ||| 0.0277778 0.0277778
-you have [X][X] debate on [X] ||| Parlament besteht der [X][X] Aussprache im [X] ||| 1 ||| 2-3 ||| 0.0277778 0.0277778
-you have [X][X] on [X] ||| Parlament besteht der [X][X] im [X] ||| 1 ||| 2-3 ||| 0.0277778 0.0277778
-you have requested [X][X] on [X] ||| Parlament besteht der Wunsch [X][X] im [X] ||| 1 ||| 3-4 ||| 0.0555556 0.0277778
-you have requested [X][X] on [X] ||| Parlament besteht der Wunsch nach [X][X] im [X] ||| 1 ||| 3-5 ||| 0.0555556 0.0277778
-you have requested a [X][X] [X] ||| Parlament besteht der Wunsch nach einer [X][X] [X] ||| 1 ||| 4-6 ||| 0.0277778 0.0277778
-[X][X] requested a debate on [X] ||| im [X][X] der Wunsch nach einer Aussprache im [X] ||| 1 ||| 0-1 ||| 0.0185185 0.0185185
-[X][X] requested [X][X] on [X] ||| im [X][X] der Wunsch [X][X] im [X] ||| 1 ||| 0-1 2-4 ||| 0.037037 0.0185185
-[X][X] requested [X][X] on [X] ||| im [X][X] der Wunsch nach [X][X] im [X] ||| 1 ||| 0-1 2-5 ||| 0.037037 0.0185185
-[X][X] requested a [X][X] [X] ||| im [X][X] der Wunsch nach einer [X][X] [X] ||| 1 ||| 0-1 3-6 ||| 0.0185185 0.0185185
-[X][X] requested a debate on [X] ||| im [X][X] Wunsch nach einer Aussprache im [X] ||| 1 ||| 0-1 ||| 0.0185185 0.0185185
-[X][X] requested [X][X] on [X] ||| im [X][X] Wunsch [X][X] im [X] ||| 1 ||| 0-1 2-3 ||| 0.037037 0.0185185
-[X][X] requested [X][X] on [X] ||| im [X][X] Wunsch nach [X][X] im [X] ||| 1 ||| 0-1 2-4 ||| 0.037037 0.0185185
-[X][X] requested a [X][X] [X] ||| im [X][X] Wunsch nach einer [X][X] [X] ||| 1 ||| 0-1 3-5 ||| 0.0185185 0.0185185
-[X][X] a debate on [X] ||| im [X][X] nach einer Aussprache im [X] ||| 1 ||| 0-1 ||| 0.0185185 0.0185185
-[X][X] a [X][X] [X] ||| im [X][X] nach einer [X][X] [X] ||| 1 ||| 0-1 2-4 ||| 0.0185185 0.0185185
-[X][X] a debate on [X] ||| im [X][X] einer Aussprache im [X] ||| 1 ||| 0-1 ||| 0.0185185 0.0185185
-[X][X] a [X][X] [X] ||| im [X][X] einer [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0185185 0.0185185
-[X][X] debate on [X] ||| im [X][X] Aussprache im [X] ||| 1 ||| 0-1 ||| 0.0185185 0.0185185
-[X][X] on [X] ||| im [X][X] im [X] ||| 1 ||| 0-1 ||| 0.0185185 0.0185185
-you [X][X] a debate on [X] ||| im Parlament [X][X] nach einer Aussprache im [X] ||| 1 ||| 1-2 ||| 0.0185185 0.0185185
-you [X][X] a [X][X] [X] ||| im Parlament [X][X] nach einer [X][X] [X] ||| 1 ||| 1-2 3-5 ||| 0.0185185 0.0185185
-you [X][X] a debate on [X] ||| im Parlament [X][X] einer Aussprache im [X] ||| 1 ||| 1-2 ||| 0.0185185 0.0185185
-you [X][X] a [X][X] [X] ||| im Parlament [X][X] einer [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0185185 0.0185185
-you [X][X] debate on [X] ||| im Parlament [X][X] Aussprache im [X] ||| 1 ||| 1-2 ||| 0.0185185 0.0185185
-you [X][X] on [X] ||| im Parlament [X][X] im [X] ||| 1 ||| 1-2 ||| 0.0185185 0.0185185
-you have [X][X] debate on [X] ||| im Parlament besteht [X][X] Aussprache im [X] ||| 1 ||| 2-3 ||| 0.0185185 0.0185185
-you have [X][X] on [X] ||| im Parlament besteht [X][X] im [X] ||| 1 ||| 2-3 ||| 0.0185185 0.0185185
-you have [X][X] debate on [X] ||| im Parlament besteht der [X][X] Aussprache im [X] ||| 1 ||| 2-4 ||| 0.0185185 0.0185185
-you have [X][X] on [X] ||| im Parlament besteht der [X][X] im [X] ||| 1 ||| 2-4 ||| 0.0185185 0.0185185
-you have requested [X][X] on [X] ||| im Parlament besteht der Wunsch [X][X] im [X] ||| 1 ||| 3-5 ||| 0.037037 0.0185185
-you have requested [X][X] on [X] ||| im Parlament besteht der Wunsch nach [X][X] im [X] ||| 1 ||| 3-6 ||| 0.037037 0.0185185
-you have requested a [X][X] [X] ||| im Parlament besteht der Wunsch nach einer [X][X] [X] ||| 1 ||| 4-7 ||| 0.0185185 0.0185185
-meantime [X] ||| heute [X] ||| 1 ||| ||| 1 1
-I [X] ||| ich [X] ||| 1 ||| ||| 1 1
-, [X] ||| - [X] ||| 1 ||| ||| 1 1
-in [X] ||| das [X] ||| 1 ||| ||| 1 1
-the [X] ||| der [X] ||| 1 ||| ||| 1 1
-requested [X] ||| Wunsch [X] ||| 1 ||| ||| 1 1
-have requested [X] ||| Wunsch [X] ||| 1 ||| ||| 1 1
-a [X] ||| einiger [X] ||| 1 ||| ||| 1 1
-a number [X] ||| einiger [X] ||| 1 ||| ||| 1 1
-a number of [X] ||| einiger [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 2 2
-, on [X] ||| , [X] ||| 1 ||| ||| 1 1
-, on behalf [X] ||| , [X] ||| 1 ||| ||| 1 1
-, on behalf of [X] ||| , [X] ||| 1 ||| ||| 1 1
-all [X] ||| allen [X] ||| 1 ||| ||| 1 1
-all the [X] ||| allen [X] ||| 1 ||| ||| 1 1
-of all [X] ||| allen [X] ||| 1 ||| ||| 1 1
-of all the [X] ||| allen [X] ||| 1 ||| ||| 1 1
-behalf of all [X] ||| allen [X] ||| 1 ||| ||| 1 1
-behalf of all the [X] ||| allen [X] ||| 1 ||| ||| 1 1
-on behalf of all [X] ||| allen [X] ||| 1 ||| ||| 1 1
-on behalf of all the [X] ||| allen [X] ||| 1 ||| ||| 1 1
-victims [X] ||| Opfern [X] ||| 1 ||| ||| 1 1
-the victims [X] ||| Opfern [X] ||| 1 ||| ||| 1 1
-of the [X] ||| der [X] ||| 1 ||| ||| 2 2
-particularly those [X] ||| insbesondere [X] ||| 1 ||| ||| 1 1
-in [X] ||| in [X] ||| 1 ||| ||| 1 1
-the [X] ||| den [X] ||| 1 ||| ||| 1 1
-various [X] ||| verschiedenen [X] ||| 1 ||| ||| 1 1
-countries [X] ||| Ländern [X] ||| 1 ||| ||| 1 1
-European [X] ||| Europäischen [X] ||| 1 ||| ||| 1 1
-Union [X] ||| Union [X] ||| 1 ||| ||| 1 1
-as [X] ||| in [X] ||| 1 ||| ||| 1 1
-a [X] ||| einer [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-, [X] ||| bitten - [X] ||| 1 ||| ||| 1 1
-in [X] ||| das ist [X] ||| 1 ||| ||| 1 1
-the [X] ||| auch der [X] ||| 1 ||| ||| 1 1
-, [X] ||| - , [X] ||| 1 ||| ||| 1 1
-, on [X] ||| - , [X] ||| 1 ||| ||| 1 1
-, on behalf [X] ||| - , [X] ||| 1 ||| ||| 1 1
-, on behalf of [X] ||| - , [X] ||| 1 ||| ||| 1 1
-, on behalf of all [X] ||| , allen [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] behalf of all [X] ||| [X][X] allen [X] ||| 1 ||| 0-0 ||| 0.242857 0.242857
-[X][X] of all [X] ||| [X][X] allen [X] ||| 1 ||| 0-0 ||| 0.242857 0.242857
-[X][X] all [X] ||| [X][X] allen [X] ||| 1 ||| 0-0 ||| 0.242857 0.242857
-, on behalf [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 3-1 ||| 0.292857 0.292857
-, on [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 2-1 ||| 0.292857 0.292857
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.292857 0.292857
-[X][X] behalf of all the [X] ||| [X][X] allen [X] ||| 1 ||| 0-0 ||| 0.176923 0.176923
-[X][X] of all the [X] ||| [X][X] allen [X] ||| 1 ||| 0-0 ||| 0.176923 0.176923
-[X][X] all the [X] ||| [X][X] allen [X] ||| 1 ||| 0-0 ||| 0.176923 0.176923
-, on behalf of [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 4-1 ||| 0.15 0.15
-, on behalf [X][X] the [X] ||| , [X][X] [X] ||| 1 ||| 3-1 ||| 0.1 0.1
-, on [X][X] the [X] ||| , [X][X] [X] ||| 1 ||| 2-1 ||| 0.1 0.1
-, [X][X] the [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-all the victims [X] ||| allen Opfern [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| 0-0 ||| 0.883449 0.883449
-all [X][X] [X] ||| allen [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-of all the victims [X] ||| allen Opfern [X] ||| 1 ||| ||| 0.2 0.2
-of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-[X][X] the victims [X] ||| [X][X] Opfern [X] ||| 1 ||| 0-0 ||| 0.550115 0.550115
-of all [X][X] [X] ||| allen [X][X] [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-behalf of all the victims [X] ||| allen Opfern [X] ||| 1 ||| ||| 0.142857 0.142857
-behalf of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| 2-0 ||| 0.142857 0.142857
-behalf [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-behalf [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-behalf of all [X][X] [X] ||| allen [X][X] [X] ||| 1 ||| 3-1 ||| 0.142857 0.142857
-on behalf of [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| 3-0 ||| 0.125 0.125
-on behalf [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 1 ||| 2-0 ||| 0.125 0.125
-on behalf [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| 2-0 ||| 0.125 0.125
-on [X][X] the victims [X] ||| [X][X] Opfern [X] ||| 1 ||| 1-0 ||| 0.125 0.125
-on [X][X] victims [X] ||| [X][X] Opfern [X] ||| 1 ||| 1-0 ||| 0.125 0.125
-on behalf of all [X][X] [X] ||| allen [X][X] [X] ||| 1 ||| 4-1 ||| 0.125 0.125
-in the [X] ||| in den [X] ||| 1 ||| ||| 1 1
-the various [X] ||| den verschiedenen [X] ||| 1 ||| ||| 1 1
-various countries [X] ||| verschiedenen Ländern [X] ||| 1 ||| ||| 1 1
-countries of the [X] ||| Ländern der [X] ||| 1 ||| ||| 0.5 0.5
-countries [X][X] [X] ||| Ländern [X][X] [X] ||| 1 ||| 1-1 ||| 0.892857 0.892857
-of the European [X] ||| der Europäischen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] European [X] ||| [X][X] Europäischen [X] ||| 1 ||| 0-0 ||| 1.02882 1.02882
-European Union [X] ||| Europäischen Union [X] ||| 1 ||| ||| 1 1
-, as [X] ||| , in [X] ||| 1 ||| ||| 1 1
-I should like to [X] ||| möchte ich Sie [X] ||| 1 ||| ||| 1 1
-in [X] ||| das ist auch [X] ||| 1 ||| ||| 1 1
-the [X] ||| ist auch der [X] ||| 1 ||| ||| 1 1
-Members [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 1 1
-Members have [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 1 1
-of Members [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 1 1
-of Members have [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 1 1
-number of Members [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 1 1
-number of Members have [X] ||| Kolleginnen und Kollegen [X] ||| 1 ||| ||| 1 1
-, on behalf of all [X] ||| - , allen [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] behalf of all [X] ||| - [X][X] allen [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-[X][X] of all [X] ||| - [X][X] allen [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-[X][X] all [X] ||| - [X][X] allen [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-, on behalf [X][X] [X] ||| - , [X][X] [X] ||| 1 ||| 3-2 ||| 0.209181 0.209181
-, on [X][X] [X] ||| - , [X][X] [X] ||| 1 ||| 2-2 ||| 0.209181 0.209181
-, [X][X] [X] ||| - , [X][X] [X] ||| 1 ||| 1-2 ||| 0.209181 0.209181
-[X][X] behalf of all the [X] ||| - [X][X] allen [X] ||| 1 ||| 0-1 ||| 0.0769231 0.0769231
-[X][X] of all the [X] ||| - [X][X] allen [X] ||| 1 ||| 0-1 ||| 0.0769231 0.0769231
-[X][X] all the [X] ||| - [X][X] allen [X] ||| 1 ||| 0-1 ||| 0.0769231 0.0769231
-, on behalf of [X][X] [X] ||| - , [X][X] [X] ||| 1 ||| 4-2 ||| 0.109181 0.109181
-, on behalf [X][X] the [X] ||| - , [X][X] [X] ||| 1 ||| 3-2 ||| 0.0769231 0.0769231
-, on [X][X] the [X] ||| - , [X][X] [X] ||| 1 ||| 2-2 ||| 0.0769231 0.0769231
-, [X][X] the [X] ||| - , [X][X] [X] ||| 1 ||| 1-2 ||| 0.0769231 0.0769231
-[X][X] behalf of [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 1 ||| 0-0 3-1 ||| 0.0822581 0.0822581
-[X][X] behalf [X][X] the victims [X] ||| [X][X] [X][X] Opfern [X] ||| 1 ||| 0-0 2-1 ||| 0.0822581 0.0822581
-[X][X] behalf [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 1 ||| 0-0 2-1 ||| 0.0822581 0.0822581
-[X][X] behalf of all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 1 ||| 0-0 4-2 ||| 0.0822581 0.0822581
-[X][X] of all the victims [X] ||| [X][X] allen Opfern [X] ||| 1 ||| 0-0 ||| 0.0822581 0.0822581
-[X][X] of [X][X] victims [X] ||| [X][X] [X][X] Opfern [X] ||| 1 ||| 0-0 2-1 ||| 0.0822581 0.0822581
-[X][X] of all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.0822581 0.0822581
-[X][X] all the victims [X] ||| [X][X] allen Opfern [X] ||| 1 ||| 0-0 ||| 0.0822581 0.0822581
-[X][X] all [X][X] [X] ||| [X][X] allen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0822581 0.0822581
-, on behalf [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 1 ||| 3-1 ||| 0.05 0.05
-, on [X][X] the victims [X] ||| , [X][X] Opfern [X] ||| 1 ||| 2-1 ||| 0.05 0.05
-, on [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 1 ||| 2-1 ||| 0.05 0.05
-, [X][X] the victims [X] ||| , [X][X] Opfern [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-, [X][X] victims [X] ||| , [X][X] Opfern [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-in the various [X] ||| in den verschiedenen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] various [X] ||| [X][X] verschiedenen [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-in [X][X] [X] ||| in [X][X] [X] ||| 1 ||| 1-1 ||| 0.66406 0.66406
-the various countries [X] ||| den verschiedenen Ländern [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] countries [X] ||| [X][X] Ländern [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| 1-1 ||| 0.60049 0.60049
-various countries of the [X] ||| verschiedenen Ländern der [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] of the [X] ||| [X][X] der [X] ||| 1 ||| 0-0 ||| 0.446429 0.446429
-various [X][X] [X] ||| verschiedenen [X][X] [X] ||| 1 ||| 1-1 ||| 0.483766 0.483766
-various countries [X][X] [X] ||| verschiedenen Ländern [X][X] [X] ||| 1 ||| 2-2 ||| 0.483766 0.483766
-countries of the European [X] ||| Ländern der Europäischen [X] ||| 1 ||| ||| 0.25 0.25
-countries [X][X] European [X] ||| Ländern [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-of the European Union [X] ||| der Europäischen Union [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] European Union [X] ||| [X][X] Europäischen Union [X] ||| 1 ||| 0-0 ||| 0.58259 0.58259
-[X][X] Union [X] ||| [X][X] Union [X] ||| 1 ||| 0-0 ||| 0.58259 0.58259
-of the [X][X] [X] ||| der [X][X] [X] ||| 1 ||| 2-1 ||| 0.25 0.25
-I should like to [X] ||| möchte ich Sie bitten [X] ||| 1 ||| ||| 1 1
-in the [X] ||| das ist auch der [X] ||| 1 ||| ||| 1 1
-a number of Members [X] ||| einiger Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] of Members [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| 0-0 ||| 0.2 0.2
-[X][X] Members [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| 0-0 ||| 0.2 0.2
-a number [X][X] [X] ||| einiger [X][X] [X] ||| 1 ||| 2-1 ||| 0.54478 0.54478
-a [X][X] [X] ||| einiger [X][X] [X] ||| 1 ||| 1-1 ||| 0.54478 0.54478
-a number of Members have [X] ||| einiger Kolleginnen und Kollegen [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] of Members have [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-[X][X] Members have [X] ||| [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-a number of [X][X] [X] ||| einiger [X][X] [X] ||| 1 ||| 3-1 ||| 0.201923 0.201923
-a number [X][X] have [X] ||| einiger [X][X] [X] ||| 1 ||| 2-1 ||| 0.201923 0.201923
-a [X][X] have [X] ||| einiger [X][X] [X] ||| 1 ||| 1-1 ||| 0.201923 0.201923
-Members [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 1 1
-Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 1 1
-of Members [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 1 1
-of Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 1 1
-number of Members [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 1 1
-number of Members have [X] ||| Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 1 1
-[X][X] behalf of [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 1 ||| 0-1 3-2 ||| 0.0322581 0.0322581
-[X][X] behalf [X][X] the victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 1 ||| 0-1 2-2 ||| 0.0322581 0.0322581
-[X][X] behalf [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 1 ||| 0-1 2-2 ||| 0.0322581 0.0322581
-[X][X] behalf of all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 1 ||| 0-1 4-3 ||| 0.0322581 0.0322581
-[X][X] of all the victims [X] ||| - [X][X] allen Opfern [X] ||| 1 ||| 0-1 ||| 0.0322581 0.0322581
-[X][X] of [X][X] victims [X] ||| - [X][X] [X][X] Opfern [X] ||| 1 ||| 0-1 2-2 ||| 0.0322581 0.0322581
-[X][X] of all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 1 ||| 0-1 3-3 ||| 0.0322581 0.0322581
-[X][X] all the victims [X] ||| - [X][X] allen Opfern [X] ||| 1 ||| 0-1 ||| 0.0322581 0.0322581
-[X][X] all [X][X] [X] ||| - [X][X] allen [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0322581 0.0322581
-[X][X] the victims [X] ||| - [X][X] Opfern [X] ||| 1 ||| 0-1 ||| 0.0322581 0.0322581
-[X][X] victims [X] ||| - [X][X] Opfern [X] ||| 1 ||| 0-1 ||| 0.0322581 0.0322581
-, on behalf [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 1 ||| 3-2 ||| 0.0322581 0.0322581
-, on [X][X] the victims [X] ||| - , [X][X] Opfern [X] ||| 1 ||| 2-2 ||| 0.0322581 0.0322581
-, on [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 1 ||| 2-2 ||| 0.0322581 0.0322581
-, [X][X] the victims [X] ||| - , [X][X] Opfern [X] ||| 1 ||| 1-2 ||| 0.0322581 0.0322581
-, [X][X] victims [X] ||| - , [X][X] Opfern [X] ||| 1 ||| 1-2 ||| 0.0322581 0.0322581
-in the various countries [X] ||| in den verschiedenen Ländern [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] various countries [X] ||| [X][X] verschiedenen Ländern [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-in [X][X] countries [X] ||| in [X][X] Ländern [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-in the [X][X] [X] ||| in den [X][X] [X] ||| 1 ||| 2-2 ||| 0.330727 0.330727
-the various countries of the [X] ||| den verschiedenen Ländern der [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] countries of the [X] ||| [X][X] Ländern der [X] ||| 1 ||| 0-0 ||| 0.196429 0.196429
-[X][X] countries [X][X] [X] ||| [X][X] Ländern [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.431217 0.431217
-the [X][X] of the [X] ||| den [X][X] der [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-the various [X][X] [X] ||| den verschiedenen [X][X] [X] ||| 1 ||| 2-2 ||| 0.267157 0.267157
-the various countries [X][X] [X] ||| den verschiedenen Ländern [X][X] [X] ||| 1 ||| 3-3 ||| 0.267157 0.267157
-various countries of the European [X] ||| verschiedenen Ländern der Europäischen [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] of the European [X] ||| [X][X] der Europäischen [X] ||| 1 ||| 0-0 ||| 0.278822 0.278822
-various [X][X] European [X] ||| verschiedenen [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-various countries [X][X] European [X] ||| verschiedenen Ländern [X][X] Europäischen [X] ||| 1 ||| 2-2 ||| 0.142857 0.142857
-countries of the European Union [X] ||| Ländern der Europäischen Union [X] ||| 1 ||| ||| 0.142857 0.142857
-countries [X][X] European Union [X] ||| Ländern [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-countries [X][X] Union [X] ||| Ländern [X][X] Union [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-countries of the [X][X] [X] ||| Ländern der [X][X] [X] ||| 1 ||| 3-2 ||| 0.142857 0.142857
-, I should like to [X] ||| möchte ich Sie bitten - [X] ||| 1 ||| ||| 0.333333 0.333333
-, [X][X] [X] ||| [X][X] bitten - [X] ||| 1 ||| 1-0 ||| 0.666666 0.333333
-, [X][X] [X] ||| [X][X] - [X] ||| 1 ||| 1-0 ||| 0.666666 0.333333
-a number of Members [X][X] [X] ||| [X][X] einiger Kolleginnen und Kollegen [X] ||| 1 ||| 4-0 ||| 0.0769231 0.0769231
-[X][X] of Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| 3-0 0-1 ||| 0.0769231 0.0769231
-[X][X] Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| 2-0 0-1 ||| 0.0769231 0.0769231
-[X][X] of Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| 0-1 ||| 0.0769231 0.0769231
-[X][X] of [X][X] requested [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| 0-1 2-2 ||| 0.124542 0.124542
-[X][X] Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X] ||| 1 ||| 0-1 ||| 0.0769231 0.0769231
-[X][X] have requested [X] ||| Wunsch [X][X] [X] ||| 1 ||| 0-1 ||| 0.124542 0.124542
-[X][X] requested [X] ||| Wunsch [X][X] [X] ||| 1 ||| 0-1 ||| 0.124542 0.124542
-a number of [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 1 ||| 3-2 ||| 0.124542 0.124542
-a number [X][X] have requested [X] ||| Wunsch einiger [X][X] [X] ||| 1 ||| 2-2 ||| 0.124542 0.124542
-a number [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 1 ||| 2-2 ||| 0.124542 0.124542
-a [X][X] have requested [X] ||| Wunsch einiger [X][X] [X] ||| 1 ||| 1-2 ||| 0.124542 0.124542
-a [X][X] requested [X] ||| Wunsch einiger [X][X] [X] ||| 1 ||| 1-2 ||| 0.124542 0.124542
-a number of Members [X] ||| einiger Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] of Members [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| 0-0 ||| 0.142857 0.142857
-[X][X] Members [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| 0-0 ||| 0.142857 0.142857
-a number [X][X] [X] ||| einiger [X][X] - [X] ||| 1 ||| 2-1 ||| 0.21978 0.21978
-a [X][X] [X] ||| einiger [X][X] - [X] ||| 1 ||| 1-1 ||| 0.21978 0.21978
-a number of Members have [X] ||| einiger Kolleginnen und Kollegen - [X] ||| 1 ||| ||| 0.0769231 0.0769231
-[X][X] of Members have [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| 0-0 ||| 0.0769231 0.0769231
-[X][X] Members have [X] ||| [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| 0-0 ||| 0.0769231 0.0769231
-a number of [X][X] [X] ||| einiger [X][X] - [X] ||| 1 ||| 3-1 ||| 0.0769231 0.0769231
-a number [X][X] have [X] ||| einiger [X][X] - [X] ||| 1 ||| 2-1 ||| 0.0769231 0.0769231
-a [X][X] have [X] ||| einiger [X][X] - [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-victims [X][X] [X] ||| Opfern [X][X] [X] ||| 1 ||| 1-1 ||| 1 1
-[X][X] in [X] ||| [X][X] in [X] ||| 1 ||| 0-0 ||| 1 1
-[X][X] various countries of the [X] ||| [X][X] verschiedenen Ländern der [X] ||| 1 ||| 0-0 ||| 0.0714286 0.0714286
-[X][X] various [X][X] [X] ||| [X][X] verschiedenen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.16406 0.16406
-[X][X] various countries [X][X] [X] ||| [X][X] verschiedenen Ländern [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.16406 0.16406
-in [X][X] countries of the [X] ||| in [X][X] Ländern der [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-in [X][X] countries [X][X] [X] ||| in [X][X] Ländern [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.16406 0.16406
-in [X][X] of the [X] ||| in [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-in the [X][X] of the [X] ||| in den [X][X] der [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-in the various [X][X] [X] ||| in den verschiedenen [X][X] [X] ||| 1 ||| 3-3 ||| 0.16406 0.16406
-in the various countries [X][X] [X] ||| in den verschiedenen Ländern [X][X] [X] ||| 1 ||| 4-4 ||| 0.16406 0.16406
-[X][X] countries of the European [X] ||| [X][X] Ländern der Europäischen [X] ||| 1 ||| 0-0 ||| 0.135965 0.135965
-[X][X] countries [X][X] European [X] ||| [X][X] Ländern [X][X] Europäischen [X] ||| 1 ||| 0-0 2-2 ||| 0.135965 0.135965
-the [X][X] of the European [X] ||| den [X][X] der Europäischen [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-the [X][X] European [X] ||| den [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-the various [X][X] European [X] ||| den verschiedenen [X][X] Europäischen [X] ||| 1 ||| 2-2 ||| 0.0833333 0.0833333
-the various countries [X][X] European [X] ||| den verschiedenen Ländern [X][X] Europäischen [X] ||| 1 ||| 3-3 ||| 0.0833333 0.0833333
-[X][X] of the European Union [X] ||| [X][X] der Europäischen Union [X] ||| 1 ||| 0-0 ||| 0.189733 0.189733
-[X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.189733 0.189733
-various [X][X] European Union [X] ||| verschiedenen [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-various [X][X] Union [X] ||| verschiedenen [X][X] Union [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-various countries [X][X] European Union [X] ||| verschiedenen Ländern [X][X] Europäischen Union [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-various countries [X][X] Union [X] ||| verschiedenen Ländern [X][X] Union [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-various countries of the [X][X] [X] ||| verschiedenen Ländern der [X][X] [X] ||| 1 ||| 4-3 ||| 0.0909091 0.0909091
-meantime , [X][X] [X] ||| heute [X][X] bitten - [X] ||| 1 ||| 2-1 ||| 0.666666 0.333333
-meantime , [X][X] [X] ||| heute [X][X] - [X] ||| 1 ||| 2-1 ||| 0.666666 0.333333
-meantime [X][X] [X] ||| heute [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-a number of Members [X][X] [X] ||| [X][X] einiger Kolleginnen und Kollegen - [X] ||| 1 ||| 4-0 ||| 0.047619 0.047619
-[X][X] of Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| 3-0 0-1 ||| 0.047619 0.047619
-[X][X] Members [X][X] [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| 2-0 0-1 ||| 0.047619 0.047619
-[X][X] of Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| 0-1 ||| 0.047619 0.047619
-[X][X] of [X][X] requested [X] ||| Wunsch [X][X] [X][X] - [X] ||| 1 ||| 0-1 2-2 ||| 0.047619 0.047619
-[X][X] Members have requested [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X] ||| 1 ||| 0-1 ||| 0.047619 0.047619
-[X][X] have requested [X] ||| Wunsch [X][X] - [X] ||| 1 ||| 0-1 ||| 0.047619 0.047619
-[X][X] requested [X] ||| Wunsch [X][X] - [X] ||| 1 ||| 0-1 ||| 0.047619 0.047619
-a number of [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 1 ||| 3-2 ||| 0.047619 0.047619
-a number [X][X] have requested [X] ||| Wunsch einiger [X][X] - [X] ||| 1 ||| 2-2 ||| 0.047619 0.047619
-a number [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 1 ||| 2-2 ||| 0.047619 0.047619
-a [X][X] have requested [X] ||| Wunsch einiger [X][X] - [X] ||| 1 ||| 1-2 ||| 0.047619 0.047619
-a [X][X] requested [X] ||| Wunsch einiger [X][X] - [X] ||| 1 ||| 1-2 ||| 0.047619 0.047619
-[X][X] various [X][X] European [X] ||| [X][X] verschiedenen [X][X] Europäischen [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] various countries [X][X] European [X] ||| [X][X] verschiedenen Ländern [X][X] Europäischen [X] ||| 1 ||| 0-0 3-3 ||| 0.0526316 0.0526316
-in [X][X] countries [X][X] European [X] ||| in [X][X] Ländern [X][X] Europäischen [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0526316
-in [X][X] of the European [X] ||| in [X][X] der Europäischen [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-in [X][X] European [X] ||| in [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-in the [X][X] European [X] ||| in den [X][X] Europäischen [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-in the various [X][X] European [X] ||| in den verschiedenen [X][X] Europäischen [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-[X][X] countries [X][X] European Union [X] ||| [X][X] Ländern [X][X] Europäischen Union [X] ||| 1 ||| 0-0 2-2 ||| 0.0988235 0.0988235
-[X][X] countries [X][X] Union [X] ||| [X][X] Ländern [X][X] Union [X] ||| 1 ||| 0-0 2-2 ||| 0.0988235 0.0988235
-[X][X] countries of the [X][X] [X] ||| [X][X] Ländern der [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.0988235 0.0988235
-the [X][X] of the [X][X] [X] ||| den [X][X] der [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0588235 0.0588235
-the [X][X] European Union [X] ||| den [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-the [X][X] Union [X] ||| den [X][X] Union [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-the various [X][X] European Union [X] ||| den verschiedenen [X][X] Europäischen Union [X] ||| 1 ||| 2-2 ||| 0.0588235 0.0588235
-the various [X][X] Union [X] ||| den verschiedenen [X][X] Union [X] ||| 1 ||| 2-2 ||| 0.0588235 0.0588235
-the various countries [X][X] Union [X] ||| den verschiedenen Ländern [X][X] Union [X] ||| 1 ||| 3-3 ||| 0.0588235 0.0588235
-[X][X] , as [X] ||| , in [X][X] [X] ||| 1 ||| 0-2 ||| 1 1
-[X][X] of Members [X][X] , [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 1 ||| 3-0 0-1 ||| 0.0588235 0.0588235
-[X][X] Members [X][X] , [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 1 ||| 2-0 0-1 ||| 0.0588235 0.0588235
-[X][X] , [X] ||| [X][X] - , [X] ||| 1 ||| 0-0 ||| 0.117647 0.0588235
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.117647 0.0588235
-[X][X] of [X][X] requested , [X] ||| Wunsch [X][X] [X][X] - , [X] ||| 1 ||| 0-1 2-2 ||| 0.117647 0.0588235
-[X][X] of [X][X] requested , [X] ||| Wunsch [X][X] [X][X] , [X] ||| 1 ||| 0-1 2-2 ||| 0.117647 0.0588235
-[X][X] Members have requested , [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - , [X] ||| 1 ||| 0-1 ||| 0.0588235 0.0588235
-[X][X] have requested , [X] ||| Wunsch [X][X] - , [X] ||| 1 ||| 0-1 ||| 0.0588235 0.0588235
-[X][X] requested , [X] ||| Wunsch [X][X] - , [X] ||| 1 ||| 0-1 ||| 0.0588235 0.0588235
-[X][X] have requested , [X] ||| Wunsch [X][X] , [X] ||| 1 ||| 0-1 ||| 0.0588235 0.0588235
-[X][X] requested , [X] ||| Wunsch [X][X] , [X] ||| 1 ||| 0-1 ||| 0.0588235 0.0588235
-a number [X][X] requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 1 ||| 2-2 ||| 0.0588235 0.0588235
-a [X][X] have requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 1 ||| 1-2 ||| 0.0588235 0.0588235
-a [X][X] requested , [X] ||| Wunsch einiger [X][X] - , [X] ||| 1 ||| 1-2 ||| 0.0588235 0.0588235
-a number [X][X] requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0588235 0.0588235
-a [X][X] have requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 1 ||| 1-2 ||| 0.0588235 0.0588235
-a [X][X] requested , [X] ||| Wunsch einiger [X][X] , [X] ||| 1 ||| 1-2 ||| 0.0588235 0.0588235
-[X][X] Members [X][X] , on [X] ||| [X][X] [X][X] Kolleginnen und Kollegen - , [X] ||| 1 ||| 2-0 0-1 ||| 0.0384615 0.0384615
-[X][X] , on [X] ||| [X][X] - , [X] ||| 1 ||| 0-0 ||| 0.076923 0.0384615
-[X][X] , on [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.076923 0.0384615
-[X][X] Members have requested [X][X] [X] ||| Wunsch [X][X] Kolleginnen und Kollegen [X][X] [X] ||| 1 ||| 0-1 4-5 ||| 0.208106 0.104053
-[X][X] Members have requested [X][X] [X] ||| Wunsch [X][X] Kolleginnen und Kollegen - [X][X] [X] ||| 1 ||| 0-1 4-6 ||| 0.208106 0.104053
-[X][X] have requested , on [X] ||| Wunsch [X][X] - , [X] ||| 1 ||| 0-1 ||| 0.0384615 0.0384615
-[X][X] have requested [X][X] [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| 0-1 3-2 ||| 0.312159 0.208106
-[X][X] have requested [X][X] [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| 0-1 3-3 ||| 0.312159 0.104053
-[X][X] requested , on [X] ||| Wunsch [X][X] - , [X] ||| 1 ||| 0-1 ||| 0.0384615 0.0384615
-[X][X] requested [X][X] [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| 0-1 2-2 ||| 0.312159 0.208106
-[X][X] requested [X][X] [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.312159 0.104053
-[X][X] have requested , on [X] ||| Wunsch [X][X] , [X] ||| 1 ||| 0-1 ||| 0.0384615 0.0384615
-[X][X] requested , on [X] ||| Wunsch [X][X] , [X] ||| 1 ||| 0-1 ||| 0.0384615 0.0384615
-a number [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.312159 0.208106
-a number [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.312159 0.104053
-a [X][X] have requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 1 ||| 1-2 4-3 ||| 0.312159 0.208106
-a [X][X] have requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 1 ||| 1-2 4-4 ||| 0.312159 0.104053
-a [X][X] requested , on [X] ||| Wunsch einiger [X][X] - , [X] ||| 1 ||| 1-2 ||| 0.0384615 0.0384615
-a [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 1 ||| 1-2 3-3 ||| 0.312159 0.208106
-a [X][X] requested [X][X] [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.312159 0.104053
-a [X][X] requested , on [X] ||| Wunsch einiger [X][X] , [X] ||| 1 ||| 1-2 ||| 0.0384615 0.0384615
-[X][X] , on behalf [X] ||| [X][X] - , [X] ||| 1 ||| 0-0 ||| 0.0666666 0.0333333
-[X][X] , on behalf [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.0666666 0.0333333
-[X][X] have requested [X][X] behalf [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| 0-1 3-2 ||| 0.1 0.0666667
-[X][X] have requested [X][X] behalf [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| 0-1 3-3 ||| 0.1 0.0333333
-[X][X] requested , on behalf [X] ||| Wunsch [X][X] - , [X] ||| 1 ||| 0-1 ||| 0.0333333 0.0333333
-[X][X] requested [X][X] behalf [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| 0-1 2-2 ||| 0.1 0.0666667
-[X][X] requested [X][X] behalf [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.1 0.0333333
-[X][X] requested , on behalf [X] ||| Wunsch [X][X] , [X] ||| 1 ||| 0-1 ||| 0.0333333 0.0333333
-a [X][X] requested [X][X] behalf [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 1 ||| 1-2 3-3 ||| 0.1 0.0666667
-a [X][X] requested [X][X] behalf [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.1 0.0333333
-[X][X] , on behalf of [X] ||| [X][X] - , [X] ||| 1 ||| 0-0 ||| 0.0645162 0.0322581
-[X][X] , on behalf of [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.0645162 0.0322581
-[X][X] have requested [X][X] of [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| 0-1 3-2 ||| 0.0967742 0.0645161
-[X][X] have requested [X][X] of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| 0-1 3-3 ||| 0.0967742 0.0322581
-[X][X] requested [X][X] behalf of [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| 0-1 2-2 ||| 0.0645161 0.0645161
-[X][X] requested [X][X] of [X] ||| Wunsch [X][X] [X][X] [X] ||| 1 ||| 0-1 2-2 ||| 0.0645161 0.0645161
-[X][X] requested [X][X] behalf of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0322581 0.0322581
-[X][X] requested [X][X] of [X] ||| Wunsch [X][X] - [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0322581 0.0322581
-a [X][X] requested [X][X] of [X] ||| Wunsch einiger [X][X] [X][X] [X] ||| 1 ||| 1-2 3-3 ||| 0.0967742 0.0645161
-a [X][X] requested [X][X] of [X] ||| Wunsch einiger [X][X] - [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0967742 0.0322581
-[X][X] various [X][X] European Union [X] ||| [X][X] verschiedenen [X][X] Europäischen Union [X] ||| 1 ||| 0-0 2-2 ||| 0.04 0.04
-[X][X] various [X][X] Union [X] ||| [X][X] verschiedenen [X][X] Union [X] ||| 1 ||| 0-0 2-2 ||| 0.04 0.04
-[X][X] various countries [X][X] Union [X] ||| [X][X] verschiedenen Ländern [X][X] Union [X] ||| 1 ||| 0-0 3-3 ||| 0.04 0.04
-in [X][X] countries [X][X] Union [X] ||| in [X][X] Ländern [X][X] Union [X] ||| 1 ||| 1-1 3-3 ||| 0.04 0.04
-in [X][X] of the [X][X] [X] ||| in [X][X] der [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.04 0.04
-in [X][X] European Union [X] ||| in [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-in [X][X] Union [X] ||| in [X][X] Union [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-in the [X][X] European Union [X] ||| in den [X][X] Europäischen Union [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-in the [X][X] Union [X] ||| in den [X][X] Union [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-in the various [X][X] Union [X] ||| in den verschiedenen [X][X] Union [X] ||| 1 ||| 3-3 ||| 0.04 0.04
-in the [X][X] [X] ||| [X][X] das ist auch der [X] ||| 1 ||| 2-0 ||| 0.142857 0.142857
-in the meantime , [X][X] [X] ||| heute [X][X] bitten - das ist auch der [X] ||| 1 ||| 4-1 ||| 0.142857 0.142857
-[X][X] meantime , [X][X] [X] ||| heute [X][X] bitten - [X][X] [X] ||| 1 ||| 3-1 0-4 ||| 0.142857 0.142857
-in the meantime , [X][X] [X] ||| heute [X][X] - das ist auch der [X] ||| 1 ||| 4-1 ||| 0.142857 0.142857
-[X][X] meantime , [X][X] [X] ||| heute [X][X] - [X][X] [X] ||| 1 ||| 3-1 0-3 ||| 0.142857 0.142857
-in the meantime [X][X] [X] ||| heute [X][X] das ist auch der [X] ||| 1 ||| 3-1 ||| 0.142857 0.142857
-[X][X] meantime [X][X] [X] ||| heute [X][X] [X][X] [X] ||| 1 ||| 2-1 0-2 ||| 0.142857 0.142857
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-rise , then , [X] ||| , sich [X] ||| 1 ||| ||| 1 1
-for this [X] ||| zu einer [X] ||| 1 ||| ||| 1 1
-please [X] ||| ich bitte Sie [X] ||| 1 ||| ||| 1 1
-minute ' s silence [X] ||| Schweigeminute zu erheben [X] ||| 1 ||| ||| 1 1
-[X][X] for this [X] ||| [X][X] zu einer [X] ||| 1 ||| 0-0 ||| 0.833333 0.833333
-rise , then , [X][X] [X] ||| , sich [X][X] [X] ||| 1 ||| 4-2 ||| 0.833333 0.833333
-minute ' s silence . [X] ||| Schweigeminute zu erheben . [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.833333 0.833333
-please rise , then , [X] ||| ich bitte Sie , sich [X] ||| 1 ||| ||| 0.5 0.5
-please [X][X] [X] ||| ich bitte Sie [X][X] [X] ||| 1 ||| 1-3 ||| 0.833333 0.833333
-[X][X] minute ' s silence [X] ||| [X][X] Schweigeminute zu erheben [X] ||| 1 ||| 0-0 ||| 0.833333 0.833333
-for this [X][X] [X] ||| zu einer [X][X] [X] ||| 1 ||| 2-2 ||| 0.833333 0.833333
-for this [X][X] . [X] ||| zu einer [X][X] . [X] ||| 1 ||| 2-2 ||| 0.333333 0.333333
-please [X][X] for this [X] ||| ich bitte Sie [X][X] zu einer [X] ||| 1 ||| 1-3 ||| 0.333333 0.333333
-[X][X] for this [X][X] [X] ||| [X][X] zu einer [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.333333 0.333333
-( [X] ||| ( [X] ||| 1 ||| ||| 1 1
-the [X] ||| das [X] ||| 1 ||| ||| 1 1
-House [X] ||| Parlament [X] ||| 1 ||| ||| 1 1
-a [X] ||| einer [X] ||| 1 ||| ||| 1 1
-) [X] ||| ) [X] ||| 1 ||| ||| 1 1
-( the [X] ||| ( das [X] ||| 1 ||| ||| 1 1
-the House [X] ||| das Parlament [X] ||| 1 ||| ||| 1 1
-minute ' s silence [X] ||| Schweigeminute . [X] ||| 1 ||| ||| 1 1
-( the House [X] ||| ( das Parlament [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] House [X] ||| [X][X] Parlament [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-( [X][X] [X] ||| ( [X][X] [X] ||| 1 ||| 1-1 ||| 0.576191 0.576191
-rose and observed [X] ||| erhebt sich zu [X] ||| 1 ||| ||| 1 1
-a minute ' s silence [X] ||| einer Schweigeminute . [X] ||| 1 ||| ||| 0.5 0.5
-a [X][X] [X] ||| einer [X][X] [X] ||| 1 ||| 1-1 ||| 0.833333 0.833333
-minute ' s silence ) [X] ||| Schweigeminute . ) [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] ) [X] ||| [X][X] ) [X] ||| 1 ||| 0-0 ||| 1.125 1.125
-House rose and observed [X] ||| Parlament erhebt sich zu [X] ||| 1 ||| ||| 0.5 0.5
-House [X][X] [X] ||| Parlament [X][X] [X] ||| 1 ||| 1-1 ||| 1.075 1.075
-rose and observed a [X] ||| erhebt sich zu einer [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] a [X] ||| [X][X] einer [X] ||| 1 ||| 0-0 ||| 1.01667 1.01667
-a [X][X] ) [X] ||| einer [X][X] ) [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-the House rose and observed [X] ||| das Parlament erhebt sich zu [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] rose and observed [X] ||| [X][X] erhebt sich zu [X] ||| 1 ||| 0-0 ||| 0.392857 0.392857
-the [X][X] [X] ||| das [X][X] [X] ||| 1 ||| 1-1 ||| 0.559524 0.559524
-the House [X][X] [X] ||| das Parlament [X][X] [X] ||| 1 ||| 2-2 ||| 0.559524 0.559524
-House rose and observed a [X] ||| Parlament erhebt sich zu einer [X] ||| 1 ||| ||| 0.25 0.25
-House [X][X] a [X] ||| Parlament [X][X] einer [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-[X][X] House rose and observed [X] ||| [X][X] Parlament erhebt sich zu [X] ||| 1 ||| 0-0 ||| 0.142857 0.142857
-[X][X] House [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.242857 0.242857
-( [X][X] rose and observed [X] ||| ( [X][X] erhebt sich zu [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-( the [X][X] [X] ||| ( das [X][X] [X] ||| 1 ||| 2-2 ||| 0.242857 0.242857
-( the House [X][X] [X] ||| ( das Parlament [X][X] [X] ||| 1 ||| 3-3 ||| 0.242857 0.242857
-[X][X] rose and observed a [X] ||| [X][X] erhebt sich zu einer [X] ||| 1 ||| 0-0 ||| 0.266667 0.266667
-the [X][X] a [X] ||| das [X][X] einer [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-the House [X][X] a [X] ||| das Parlament [X][X] einer [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-[X][X] a [X][X] [X] ||| [X][X] einer [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.884524 0.884524
-[X][X] minute ' s silence [X] ||| [X][X] Schweigeminute . [X] ||| 1 ||| 0-0 ||| 0.592857 0.592857
-rose and observed [X][X] [X] ||| erhebt sich zu [X][X] [X] ||| 1 ||| 3-3 ||| 0.416667 0.416667
-rose and observed a [X][X] [X] ||| erhebt sich zu einer [X][X] [X] ||| 1 ||| 4-4 ||| 0.416667 0.416667
-[X][X] House [X][X] a [X] ||| [X][X] Parlament [X][X] einer [X] ||| 1 ||| 0-0 2-2 ||| 0.1 0.1
-( [X][X] a [X] ||| ( [X][X] einer [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-( the [X][X] a [X] ||| ( das [X][X] einer [X] ||| 1 ||| 2-2 ||| 0.1 0.1
-( the House [X][X] a [X] ||| ( das Parlament [X][X] einer [X] ||| 1 ||| 3-3 ||| 0.1 0.1
-House [X][X] a [X][X] [X] ||| Parlament [X][X] einer [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.325 0.325
-House rose and observed [X][X] [X] ||| Parlament erhebt sich zu [X][X] [X] ||| 1 ||| 4-4 ||| 0.325 0.325
-[X][X] a [X][X] ) [X] ||| [X][X] einer [X][X] ) [X] ||| 1 ||| 0-0 2-2 ||| 0.291667 0.291667
-rose and observed [X][X] ) [X] ||| erhebt sich zu [X][X] ) [X] ||| 1 ||| 3-3 ||| 0.166667 0.166667
-[X][X] rose and observed [X][X] [X] ||| [X][X] erhebt sich zu [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.142857 0.142857
-the [X][X] a [X][X] [X] ||| das [X][X] einer [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.142857 0.142857
-the House [X][X] a [X][X] [X] ||| das Parlament [X][X] einer [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.142857 0.142857
-House [X][X] a [X][X] ) [X] ||| Parlament [X][X] einer [X][X] ) [X] ||| 1 ||| 1-1 3-3 ||| 0.125 0.125
-House [X][X] ) [X] ||| Parlament [X][X] ) [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-Madam [X] ||| Frau [X] ||| 1 ||| ||| 1 1
-President [X] ||| Präsidentin [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 1 1
-on [X] ||| zur [X] ||| 1 ||| ||| 1 1
-a point of order [X] ||| Geschäftsordnung [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-Madam President [X] ||| Frau Präsidentin [X] ||| 1 ||| ||| 1 1
-President , [X] ||| Präsidentin , [X] ||| 1 ||| ||| 1 1
-, on [X] ||| , zur [X] ||| 1 ||| ||| 1 1
-on a point of order [X] ||| zur Geschäftsordnung [X] ||| 1 ||| ||| 0.5 0.5
-on [X][X] [X] ||| zur [X][X] [X] ||| 1 ||| 1-1 ||| 0.833333 0.833333
-a point of order . [X] ||| Geschäftsordnung . [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 1.20694 1.20694
-Madam President , [X] ||| Frau Präsidentin , [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-Madam [X][X] [X] ||| Frau [X][X] [X] ||| 1 ||| 1-1 ||| 0.673611 0.673611
-President , on [X] ||| Präsidentin , zur [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] on [X] ||| [X][X] zur [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-President [X][X] [X] ||| Präsidentin [X][X] [X] ||| 1 ||| 1-1 ||| 0.644444 0.644444
-[X][X] a point of order [X] ||| [X][X] Geschäftsordnung [X] ||| 1 ||| 0-0 ||| 0.644444 0.644444
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.533333 0.533333
-, on [X][X] [X] ||| , zur [X][X] [X] ||| 1 ||| 2-2 ||| 0.533333 0.533333
-on [X][X] . [X] ||| zur [X][X] . [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-Madam President , on [X] ||| Frau Präsidentin , zur [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] , on [X] ||| [X][X] , zur [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-Madam [X][X] on [X] ||| Frau [X][X] zur [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Madam President [X][X] [X] ||| Frau Präsidentin [X][X] [X] ||| 1 ||| 2-2 ||| 0.340278 0.340278
-[X][X] on [X][X] [X] ||| [X][X] zur [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.484722 0.484722
-President , [X][X] [X] ||| Präsidentin , [X][X] [X] ||| 1 ||| 2-2 ||| 0.311111 0.311111
-President , on [X][X] [X] ||| Präsidentin , zur [X][X] [X] ||| 1 ||| 3-3 ||| 0.311111 0.311111
-, [X][X] . [X] ||| , [X][X] . [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-, on [X][X] . [X] ||| , zur [X][X] . [X] ||| 1 ||| 2-2 ||| 0.2 0.2
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.173611 0.173611
-[X][X] , on [X][X] [X] ||| [X][X] , zur [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.173611 0.173611
-Madam [X][X] on [X][X] [X] ||| Frau [X][X] zur [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.173611 0.173611
-Madam President , [X][X] [X] ||| Frau Präsidentin , [X][X] [X] ||| 1 ||| 3-3 ||| 0.173611 0.173611
-Madam President , on [X][X] [X] ||| Frau Präsidentin , zur [X][X] [X] ||| 1 ||| 4-4 ||| 0.173611 0.173611
-[X][X] on [X][X] . [X] ||| [X][X] zur [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.173611 0.173611
-President [X][X] . [X] ||| Präsidentin [X][X] . [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-President , [X][X] . [X] ||| Präsidentin , [X][X] . [X] ||| 1 ||| 2-2 ||| 0.111111 0.111111
-President , on [X][X] . [X] ||| Präsidentin , zur [X][X] . [X] ||| 1 ||| 3-3 ||| 0.111111 0.111111
-[X][X] , [X][X] . [X] ||| [X][X] , [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.0625 0.0625
-[X][X] , on [X][X] . [X] ||| [X][X] , zur [X][X] . [X] ||| 1 ||| 0-0 3-3 ||| 0.0625 0.0625
-Madam [X][X] on [X][X] . [X] ||| Frau [X][X] zur [X][X] . [X] ||| 1 ||| 1-1 3-3 ||| 0.0625 0.0625
-Madam [X][X] . [X] ||| Frau [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-Madam President [X][X] . [X] ||| Frau Präsidentin [X][X] . [X] ||| 1 ||| 2-2 ||| 0.0625 0.0625
-Madam President , [X][X] . [X] ||| Frau Präsidentin , [X][X] . [X] ||| 1 ||| 3-3 ||| 0.0625 0.0625
-will be [X] ||| sicher [X] ||| 1 ||| ||| 1 1
-from [X] ||| aus [X] ||| 1 ||| ||| 1 1
-the [X] ||| der [X] ||| 1 ||| ||| 1 1
-press [X] ||| Presse [X] ||| 1 ||| ||| 1 1
-and [X] ||| und [X] ||| 1 ||| ||| 1 1
-aware [X] ||| wissen [X] ||| 1 ||| ||| 1 1
-that [X] ||| , [X] ||| 1 ||| ||| 1 1
-in [X] ||| in [X] ||| 1 ||| ||| 1 1
-Sri [X] ||| Sri [X] ||| 1 ||| ||| 1 1
-Lanka [X] ||| Lanka [X] ||| 1 ||| ||| 1 1
-a number [X] ||| mehrere [X] ||| 1 ||| ||| 1 1
-a number of [X] ||| mehrere [X] ||| 1 ||| ||| 1 1
-and [X] ||| mit [X] ||| 1 ||| ||| 1 1
-killings [X] ||| Toten [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-you [X] ||| wie Sie [X] ||| 1 ||| ||| 1 1
-from the [X] ||| aus der [X] ||| 1 ||| ||| 1 1
-the press [X] ||| der Presse [X] ||| 1 ||| ||| 1 1
-press and [X] ||| Presse und [X] ||| 1 ||| ||| 1 1
-television [X] ||| dem Fernsehen [X] ||| 1 ||| ||| 1 1
-there have been [X] ||| gab es [X] ||| 1 ||| ||| 1 1
-in Sri [X] ||| in Sri [X] ||| 1 ||| ||| 1 1
-Sri Lanka [X] ||| Sri Lanka [X] ||| 1 ||| ||| 1 1
-you will be [X] ||| wie Sie sicher [X] ||| 1 ||| ||| 0.5 0.5
-you [X][X] [X] ||| wie Sie [X][X] [X] ||| 1 ||| 1-2 ||| 0.583333 0.583333
-from the press [X] ||| aus der Presse [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] press [X] ||| [X][X] Presse [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-from [X][X] [X] ||| aus [X][X] [X] ||| 1 ||| 1-1 ||| 0.590909 0.590909
-the press and [X] ||| der Presse und [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-the [X][X] [X] ||| der [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-and television [X] ||| und dem Fernsehen [X] ||| 1 ||| ||| 1 1
-that there have been [X] ||| , gab es [X] ||| 1 ||| ||| 0.5 0.5
-that [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-in Sri Lanka [X] ||| in Sri Lanka [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Lanka [X] ||| [X][X] Lanka [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-in [X][X] [X] ||| in [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-bomb explosions and [X] ||| Bombenexplosionen mit zahlreichen [X] ||| 1 ||| ||| 1 1
-of bomb explosions and [X] ||| Bombenexplosionen mit zahlreichen [X] ||| 1 ||| ||| 1 1
-from the press and [X] ||| aus der Presse und [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] press and [X] ||| [X][X] Presse und [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-from [X][X] and [X] ||| aus [X][X] und [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-from the [X][X] [X] ||| aus der [X][X] [X] ||| 1 ||| 2-2 ||| 0.257576 0.257576
-press and television [X] ||| Presse und dem Fernsehen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] television [X] ||| [X][X] dem Fernsehen [X] ||| 1 ||| 0-0 ||| 0.590909 0.590909
-press [X][X] [X] ||| Presse [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-[X][X] of bomb explosions and [X] ||| [X][X] Bombenexplosionen mit zahlreichen [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-[X][X] bomb explosions and [X] ||| [X][X] Bombenexplosionen mit zahlreichen [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-a number of [X][X] [X] ||| mehrere [X][X] [X] ||| 1 ||| 3-1 ||| 0.392857 0.392857
-a number [X][X] [X] ||| mehrere [X][X] [X] ||| 1 ||| 2-1 ||| 0.392857 0.392857
-bomb explosions and killings [X] ||| Bombenexplosionen mit zahlreichen Toten [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] killings [X] ||| [X][X] Toten [X] ||| 1 ||| 0-0 ||| 0.976191 0.976191
-of bomb explosions and killings [X] ||| Bombenexplosionen mit zahlreichen Toten [X] ||| 1 ||| ||| 0.333333 0.333333
-of [X][X] killings [X] ||| [X][X] Toten [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-the press and television [X] ||| der Presse und dem Fernsehen [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] and television [X] ||| [X][X] und dem Fernsehen [X] ||| 1 ||| 0-0 ||| 0.257576 0.257576
-the [X][X] television [X] ||| der [X][X] dem Fernsehen [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-the press [X][X] [X] ||| der Presse [X][X] [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-[X][X] of [X][X] killings [X] ||| [X][X] [X][X] Toten [X] ||| 1 ||| 0-0 2-1 ||| 0.142857 0.142857
-[X][X] bomb explosions and killings [X] ||| [X][X] Bombenexplosionen mit zahlreichen Toten [X] ||| 1 ||| 0-0 ||| 0.142857 0.142857
-a number of [X][X] killings [X] ||| mehrere [X][X] Toten [X] ||| 1 ||| 3-1 ||| 0.142857 0.142857
-a number [X][X] killings [X] ||| mehrere [X][X] Toten [X] ||| 1 ||| 2-1 ||| 0.142857 0.142857
-from the press and television [X] ||| aus der Presse und dem Fernsehen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] press and television [X] ||| [X][X] Presse und dem Fernsehen [X] ||| 1 ||| 0-0 ||| 0.0909091 0.0909091
-[X][X] press [X][X] [X] ||| [X][X] Presse [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0909091 0.0909091
-from [X][X] and television [X] ||| aus [X][X] und dem Fernsehen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-from [X][X] television [X] ||| aus [X][X] dem Fernsehen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-from the [X][X] television [X] ||| aus der [X][X] dem Fernsehen [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-from the press [X][X] [X] ||| aus der Presse [X][X] [X] ||| 1 ||| 3-3 ||| 0.0909091 0.0909091
-aware [X][X] press and television [X] ||| [X][X] Presse und dem Fernsehen wissen [X] ||| 1 ||| 1-0 ||| 0.0909091 0.0909091
-aware [X][X] press [X][X] [X] ||| [X][X] Presse [X][X] wissen [X] ||| 1 ||| 1-0 3-2 ||| 0.0909091 0.0909091
-aware [X][X] and television [X] ||| [X][X] und dem Fernsehen wissen [X] ||| 1 ||| 1-0 ||| 0.0909091 0.0909091
-aware [X][X] television [X] ||| [X][X] dem Fernsehen wissen [X] ||| 1 ||| 1-0 ||| 0.0909091 0.0909091
-aware [X][X] [X] ||| [X][X] wissen [X] ||| 1 ||| 1-0 ||| 0.0909091 0.0909091
-aware from [X][X] and television [X] ||| aus [X][X] und dem Fernsehen wissen [X] ||| 1 ||| 2-1 ||| 0.0909091 0.0909091
-aware from [X][X] television [X] ||| aus [X][X] dem Fernsehen wissen [X] ||| 1 ||| 2-1 ||| 0.0909091 0.0909091
-aware from [X][X] [X] ||| aus [X][X] wissen [X] ||| 1 ||| 2-1 ||| 0.0909091 0.0909091
-aware from the [X][X] television [X] ||| aus der [X][X] dem Fernsehen wissen [X] ||| 1 ||| 3-2 ||| 0.0909091 0.0909091
-aware from the [X][X] [X] ||| aus der [X][X] wissen [X] ||| 1 ||| 3-2 ||| 0.0909091 0.0909091
-aware from the press [X][X] [X] ||| aus der Presse [X][X] wissen [X] ||| 1 ||| 4-3 ||| 0.0909091 0.0909091
-[X][X] aware [X][X] and television [X] ||| [X][X] [X][X] und dem Fernsehen wissen [X] ||| 1 ||| 0-0 2-1 ||| 0.183333 0.183333
-[X][X] aware [X][X] television [X] ||| [X][X] [X][X] dem Fernsehen wissen [X] ||| 1 ||| 0-0 2-1 ||| 0.183333 0.183333
-[X][X] aware [X][X] [X] ||| [X][X] [X][X] wissen [X] ||| 1 ||| 0-0 2-1 ||| 0.183333 0.183333
-[X][X] aware from [X][X] television [X] ||| [X][X] aus [X][X] dem Fernsehen wissen [X] ||| 1 ||| 0-0 3-2 ||| 0.183333 0.183333
-[X][X] aware from [X][X] [X] ||| [X][X] aus [X][X] wissen [X] ||| 1 ||| 0-0 3-2 ||| 0.183333 0.183333
-[X][X] aware from the [X][X] [X] ||| [X][X] aus der [X][X] wissen [X] ||| 1 ||| 0-0 4-3 ||| 0.183333 0.183333
-will be aware [X][X] television [X] ||| sicher [X][X] dem Fernsehen wissen [X] ||| 1 ||| 3-1 ||| 0.1 0.1
-will be aware [X][X] [X] ||| sicher [X][X] wissen [X] ||| 1 ||| 3-1 ||| 0.1 0.1
-will be [X][X] [X] ||| sicher [X][X] [X] ||| 1 ||| 2-1 ||| 0.242857 0.242857
-will be aware from [X][X] [X] ||| sicher aus [X][X] wissen [X] ||| 1 ||| 4-2 ||| 0.1 0.1
-aware [X][X] press [X][X] that [X] ||| [X][X] Presse [X][X] wissen , [X] ||| 1 ||| 1-0 3-2 ||| 0.125 0.125
-aware [X][X] and television that [X] ||| [X][X] und dem Fernsehen wissen , [X] ||| 1 ||| 1-0 ||| 0.125 0.125
-aware [X][X] television that [X] ||| [X][X] dem Fernsehen wissen , [X] ||| 1 ||| 1-0 ||| 0.125 0.125
-aware [X][X] that [X] ||| [X][X] wissen , [X] ||| 1 ||| 1-0 ||| 0.125 0.125
-[X][X] that [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.267857 0.267857
-aware from [X][X] television that [X] ||| aus [X][X] dem Fernsehen wissen , [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-aware from [X][X] that [X] ||| aus [X][X] wissen , [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-aware from the [X][X] that [X] ||| aus der [X][X] wissen , [X] ||| 1 ||| 3-2 ||| 0.125 0.125
-[X][X] killings [X][X] Lanka [X] ||| [X][X] Lanka [X][X] Toten [X] ||| 1 ||| 2-0 0-2 ||| 0.125 0.125
-[X][X] killings [X][X] [X] ||| [X][X] [X][X] Toten [X] ||| 1 ||| 2-0 0-1 ||| 0.125 0.125
-a number [X][X] killings [X][X] [X] ||| [X][X] mehrere [X][X] Toten [X] ||| 1 ||| 4-0 2-2 ||| 0.125 0.125
-[X][X] killings in [X][X] [X] ||| in [X][X] [X][X] Toten [X] ||| 1 ||| 3-1 0-2 ||| 0.125 0.125
-[X][X] in [X][X] [X] ||| in [X][X] [X][X] [X] ||| 1 ||| 2-1 0-2 ||| 0.125 0.125
-a number [X][X] in [X][X] [X] ||| in [X][X] mehrere [X][X] [X] ||| 1 ||| 4-1 2-3 ||| 0.125 0.125
-[X][X] killings in Sri Lanka [X] ||| in Sri Lanka [X][X] Toten [X] ||| 1 ||| 0-3 ||| 0.125 0.125
-[X][X] in Sri Lanka [X] ||| in Sri Lanka [X][X] [X] ||| 1 ||| 0-3 ||| 0.125 0.125
-[X][X] aware [X][X] television that [X] ||| [X][X] [X][X] dem Fernsehen wissen , [X] ||| 1 ||| 0-0 2-1 ||| 0.142857 0.142857
-[X][X] aware [X][X] that [X] ||| [X][X] [X][X] wissen , [X] ||| 1 ||| 0-0 2-1 ||| 0.142857 0.142857
-[X][X] aware from [X][X] that [X] ||| [X][X] aus [X][X] wissen , [X] ||| 1 ||| 0-0 3-2 ||| 0.142857 0.142857
-will be aware [X][X] that [X] ||| sicher [X][X] wissen , [X] ||| 1 ||| 3-1 ||| 0.142857 0.142857
-will be [X][X] that [X] ||| sicher [X][X] , [X] ||| 1 ||| 2-1 ||| 0.142857 0.142857
-you [X][X] aware [X][X] television [X] ||| wie Sie [X][X] [X][X] dem Fernsehen wissen [X] ||| 1 ||| 1-2 3-3 ||| 0.0833333 0.0833333
-you [X][X] aware [X][X] [X] ||| wie Sie [X][X] [X][X] wissen [X] ||| 1 ||| 1-2 3-3 ||| 0.0833333 0.0833333
-you [X][X] aware from [X][X] [X] ||| wie Sie [X][X] aus [X][X] wissen [X] ||| 1 ||| 1-2 4-4 ||| 0.0833333 0.0833333
-you will be aware [X][X] [X] ||| wie Sie sicher [X][X] wissen [X] ||| 1 ||| 4-3 ||| 0.0833333 0.0833333
-you will be [X][X] [X] ||| wie Sie sicher [X][X] [X] ||| 1 ||| 3-3 ||| 0.0833333 0.0833333
-aware [X][X] and television [X][X] [X] ||| [X][X] und dem Fernsehen wissen [X][X] [X] ||| 1 ||| 1-0 4-5 ||| 0.111111 0.111111
-aware [X][X] television [X][X] [X] ||| [X][X] dem Fernsehen wissen [X][X] [X] ||| 1 ||| 1-0 3-4 ||| 0.111111 0.111111
-aware [X][X] television that [X][X] [X] ||| [X][X] dem Fernsehen wissen , [X][X] [X] ||| 1 ||| 1-0 4-5 ||| 0.111111 0.111111
-aware [X][X] that [X][X] [X] ||| [X][X] wissen , [X][X] [X] ||| 1 ||| 1-0 3-3 ||| 0.111111 0.111111
-[X][X] that there have been [X] ||| [X][X] , gab es [X] ||| 1 ||| 0-0 ||| 0.111111 0.111111
-[X][X] that [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.111111 0.111111
-[X][X] there have been [X] ||| [X][X] gab es [X] ||| 1 ||| 0-0 ||| 0.111111 0.111111
-aware from [X][X] television [X][X] [X] ||| aus [X][X] dem Fernsehen wissen [X][X] [X] ||| 1 ||| 2-1 4-5 ||| 0.111111 0.111111
-aware from [X][X] that [X][X] [X] ||| aus [X][X] wissen , [X][X] [X] ||| 1 ||| 2-1 4-4 ||| 0.111111 0.111111
-one [X] ||| zu [X] ||| 1 ||| ||| 1 1
-one of [X] ||| zu [X] ||| 1 ||| ||| 1 1
-the [X] ||| den [X] ||| 1 ||| ||| 1 1
-of the [X] ||| den [X] ||| 1 ||| ||| 1 1
-in [X] ||| in [X] ||| 1 ||| ||| 1 1
-Sri [X] ||| Sri [X] ||| 1 ||| ||| 1 1
-Lanka [X] ||| Lanka [X] ||| 1 ||| ||| 1 1
-was [X] ||| gab [X] ||| 1 ||| ||| 1 1
-Mr [X] ||| Herr [X] ||| 1 ||| ||| 1 1
-the [X] ||| dem [X] ||| 1 ||| ||| 1 1
-European [X] ||| Europäischen [X] ||| 1 ||| ||| 1 1
-Parliament [X] ||| Parlament [X] ||| 1 ||| ||| 1 1
-just [X] ||| erst [X] ||| 1 ||| ||| 1 1
-a few [X] ||| wenigen [X] ||| 1 ||| ||| 1 1
-months ago [X] ||| Monaten [X] ||| 1 ||| ||| 1 1
-visited [X] ||| Besuch [X] ||| 1 ||| ||| 1 1
-had [X] ||| hatte [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-one of the [X] ||| zu den [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] the [X] ||| [X][X] den [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-one [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| 1-1 ||| 0.647619 0.647619
-recently [X] ||| jüngster Zeit [X] ||| 1 ||| ||| 1 1
-in Sri [X] ||| in Sri [X] ||| 1 ||| ||| 1 1
-Sri Lanka [X] ||| Sri Lanka [X] ||| 1 ||| ||| 1 1
-Lanka [X] ||| Lanka zu [X] ||| 1 ||| ||| 1 1
-was [X] ||| beklagen gab [X] ||| 1 ||| ||| 2 1
-was [X] ||| gab , [X] ||| 1 ||| ||| 2 1
-Mr [X] ||| auch Herr [X] ||| 1 ||| ||| 1 1
-Kumar Ponnambalam [X] ||| Kumar Ponnambalam [X] ||| 1 ||| ||| 1 1
-, who [X] ||| , der [X] ||| 1 ||| ||| 1 1
-the European [X] ||| dem Europäischen [X] ||| 1 ||| ||| 1 1
-European Parliament [X] ||| Europäischen Parlament [X] ||| 1 ||| ||| 1 1
-Parliament just [X] ||| Parlament erst [X] ||| 1 ||| ||| 1 1
-just [X] ||| erst vor [X] ||| 1 ||| ||| 1 1
-a few [X] ||| vor wenigen [X] ||| 1 ||| ||| 1 1
-a few months ago [X] ||| wenigen Monaten [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] months ago [X] ||| [X][X] Monaten [X] ||| 1 ||| 0-0 ||| 0.905079 0.905079
-a few [X][X] [X] ||| wenigen [X][X] [X] ||| 1 ||| 2-1 ||| 0.583333 0.583333
-months ago [X] ||| Monaten einen [X] ||| 1 ||| ||| 1 1
-visited [X] ||| einen Besuch [X] ||| 1 ||| ||| 2 1
-visited [X] ||| Besuch abgestattet [X] ||| 1 ||| ||| 2 1
-had [X] ||| abgestattet hatte [X] ||| 1 ||| ||| 1 1
-recently in [X] ||| jüngster Zeit in [X] ||| 1 ||| ||| 1 1
-in Sri Lanka [X] ||| in Sri Lanka [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Lanka [X] ||| [X][X] Lanka [X] ||| 1 ||| 0-0 ||| 0.590909 0.590909
-in [X][X] [X] ||| in [X][X] [X] ||| 1 ||| 1-1 ||| 1.13631 1.13631
-Sri Lanka [X] ||| Sri Lanka zu [X] ||| 1 ||| ||| 1 1
-Lanka [X] ||| Lanka zu beklagen [X] ||| 1 ||| ||| 1 1
-was [X] ||| zu beklagen gab [X] ||| 1 ||| ||| 3 1
-was [X] ||| beklagen gab , [X] ||| 1 ||| ||| 3 1
-was [X] ||| gab , zählt [X] ||| 1 ||| ||| 3 1
-Mr [X] ||| zählt auch Herr [X] ||| 1 ||| ||| 1 1
-Mr Kumar Ponnambalam [X] ||| Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.5 0.5
-Mr [X][X] [X] ||| Herr [X][X] [X] ||| 1 ||| 1-1 ||| 0.7 0.7
-the European Parliament [X] ||| dem Europäischen Parlament [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Parliament [X] ||| [X][X] Parlament [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-the [X][X] [X] ||| dem [X][X] [X] ||| 1 ||| 1-1 ||| 0.736429 0.736429
-European Parliament just [X] ||| Europäischen Parlament erst [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] just [X] ||| [X][X] erst [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-European [X][X] [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.756705 0.756705
-Parliament just [X] ||| Parlament erst vor [X] ||| 1 ||| ||| 1 1
-just a few [X] ||| erst vor wenigen [X] ||| 1 ||| ||| 0.333333 0.333333
-just [X][X] [X] ||| erst [X][X] [X] ||| 1 ||| 1-1 ||| 1.15238 0.576191
-just [X][X] [X] ||| erst vor [X][X] [X] ||| 1 ||| 1-2 ||| 1.15238 0.576191
-a few months ago [X] ||| vor wenigen Monaten [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] months ago [X] ||| vor [X][X] Monaten [X] ||| 1 ||| 0-1 ||| 0.25 0.25
-a few [X][X] [X] ||| vor wenigen [X][X] [X] ||| 1 ||| 2-2 ||| 0.45 0.45
-a few months ago [X] ||| wenigen Monaten einen [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] months ago [X] ||| [X][X] Monaten einen [X] ||| 1 ||| 0-0 ||| 0.663848 0.663848
-a few [X][X] [X] ||| wenigen [X][X] einen [X] ||| 1 ||| 2-1 ||| 0.25 0.25
-visited [X] ||| einen Besuch abgestattet [X] ||| 1 ||| ||| 1 1
-had visited [X] ||| Besuch abgestattet hatte [X] ||| 1 ||| ||| 1 1
-recently in Sri [X] ||| jüngster Zeit in Sri [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Sri [X] ||| [X][X] Sri [X] ||| 1 ||| 0-0 ||| 0.653114 0.653114
-recently [X][X] [X] ||| jüngster Zeit [X][X] [X] ||| 1 ||| 1-2 ||| 0.871443 0.871443
-in Sri Lanka [X] ||| in Sri Lanka zu [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] Lanka [X] ||| [X][X] Lanka zu [X] ||| 1 ||| 0-0 ||| 0.375 0.375
-in [X][X] [X] ||| in [X][X] zu [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-Sri Lanka [X] ||| Sri Lanka zu beklagen [X] ||| 1 ||| ||| 1 1
-Lanka was [X] ||| Lanka zu beklagen gab [X] ||| 1 ||| ||| 1 1
-was [X] ||| zu beklagen gab , [X] ||| 1 ||| ||| 3 1
-was [X] ||| beklagen gab , zählt [X] ||| 1 ||| ||| 3 1
-was [X] ||| gab , zählt auch [X] ||| 1 ||| ||| 3 1
-Mr [X] ||| , zählt auch Herr [X] ||| 1 ||| ||| 1 1
-Mr Kumar Ponnambalam [X] ||| auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.5 0.5
-Mr [X][X] [X] ||| auch Herr [X][X] [X] ||| 1 ||| 1-2 ||| 0.666667 0.666667
-Kumar Ponnambalam , who [X] ||| Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] , who [X] ||| [X][X] , der [X] ||| 1 ||| 0-0 ||| 1.09811 1.09811
-Kumar Ponnambalam [X][X] [X] ||| Kumar Ponnambalam [X][X] [X] ||| 1 ||| 2-2 ||| 0.333333 0.333333
-the European Parliament just [X] ||| dem Europäischen Parlament erst [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Parliament just [X] ||| [X][X] Parlament erst [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-the [X][X] just [X] ||| dem [X][X] erst [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-the European [X][X] [X] ||| dem Europäischen [X][X] [X] ||| 1 ||| 2-2 ||| 0.403095 0.403095
-European Parliament just [X] ||| Europäischen Parlament erst vor [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] just [X] ||| [X][X] erst vor [X] ||| 1 ||| 0-0 ||| 0.375 0.375
-European [X][X] [X] ||| Europäischen [X][X] vor [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-Parliament just a few [X] ||| Parlament erst vor wenigen [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] a few [X] ||| [X][X] vor wenigen [X] ||| 1 ||| 0-0 ||| 0.595238 0.297619
-[X][X] a few [X] ||| [X][X] wenigen [X] ||| 1 ||| 0-0 ||| 0.595238 0.297619
-Parliament [X][X] [X] ||| Parlament [X][X] [X] ||| 1 ||| 1-1 ||| 0.305556 0.305556
-Parliament just [X][X] [X] ||| Parlament erst [X][X] [X] ||| 1 ||| 2-2 ||| 0.611112 0.305556
-Parliament just [X][X] [X] ||| Parlament erst vor [X][X] [X] ||| 1 ||| 2-3 ||| 0.611112 0.305556
-just a few months ago [X] ||| erst vor wenigen Monaten [X] ||| 1 ||| ||| 0.142857 0.142857
-just [X][X] months ago [X] ||| erst [X][X] Monaten [X] ||| 1 ||| 1-1 ||| 0.285714 0.142857
-just [X][X] months ago [X] ||| erst vor [X][X] Monaten [X] ||| 1 ||| 1-2 ||| 0.285714 0.142857
-just a few [X][X] [X] ||| erst vor wenigen [X][X] [X] ||| 1 ||| 3-3 ||| 0.242857 0.242857
-a few months ago [X] ||| vor wenigen Monaten einen [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] months ago [X] ||| vor [X][X] Monaten einen [X] ||| 1 ||| 0-1 ||| 0.2 0.2
-a few [X][X] [X] ||| vor wenigen [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.2 0.2
-had visited [X] ||| einen Besuch abgestattet hatte [X] ||| 1 ||| ||| 1 1
-people assassinated very [X] ||| Attentatsopfern , die es in [X] ||| 1 ||| ||| 1 1
-recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka [X] ||| 1 ||| 0-0 ||| 0.257576 0.257576
-recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka [X] ||| 1 ||| 1-2 ||| 0.166667 0.166667
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] [X] ||| 1 ||| 2-3 ||| 0.538109 0.538109
-in Sri Lanka [X] ||| in Sri Lanka zu beklagen [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] Lanka [X] ||| [X][X] Lanka zu beklagen [X] ||| 1 ||| 0-0 ||| 0.3 0.3
-in [X][X] [X] ||| in [X][X] zu beklagen [X] ||| 1 ||| 1-1 ||| 0.4 0.2
-in [X][X] [X] ||| in [X][X] beklagen [X] ||| 1 ||| 1-1 ||| 0.4 0.2
-Sri Lanka was [X] ||| Sri Lanka zu beklagen gab [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] was [X] ||| [X][X] zu beklagen gab [X] ||| 1 ||| 0-0 ||| 1.07647 0.358824
-[X][X] was [X] ||| [X][X] beklagen gab [X] ||| 1 ||| 0-0 ||| 1.07647 0.358824
-[X][X] was [X] ||| [X][X] gab [X] ||| 1 ||| 0-0 ||| 1.07647 0.358824
-Sri [X][X] [X] ||| Sri [X][X] [X] ||| 1 ||| 1-1 ||| 0.697024 0.697024
-Lanka was [X] ||| Lanka zu beklagen gab , [X] ||| 1 ||| ||| 1 1
-was [X] ||| zu beklagen gab , zählt [X] ||| 1 ||| ||| 2 1
-was [X] ||| beklagen gab , zählt auch [X] ||| 1 ||| ||| 2 1
-was Mr [X] ||| gab , zählt auch Herr [X] ||| 1 ||| ||| 1 1
-Mr Kumar Ponnambalam [X] ||| zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.5 0.5
-Mr [X][X] [X] ||| zählt auch Herr [X][X] [X] ||| 1 ||| 1-3 ||| 0.642857 0.642857
-Mr Kumar Ponnambalam , who [X] ||| Herr Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.2 0.2
-Mr [X][X] , who [X] ||| Herr [X][X] , der [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-Mr Kumar Ponnambalam [X][X] [X] ||| Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| 3-3 ||| 0.2 0.2
-the European Parliament just [X] ||| dem Europäischen Parlament erst vor [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Parliament just [X] ||| [X][X] Parlament erst vor [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-the [X][X] just [X] ||| dem [X][X] erst vor [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-the [X][X] [X] ||| dem [X][X] vor [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-the European [X][X] [X] ||| dem Europäischen [X][X] vor [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-European Parliament just a few [X] ||| Europäischen Parlament erst vor wenigen [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] just a few [X] ||| [X][X] erst vor wenigen [X] ||| 1 ||| 0-0 ||| 0.130952 0.130952
-[X][X] just [X][X] [X] ||| [X][X] erst [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.5696 0.2848
-[X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.5696 0.2848
-European [X][X] a few [X] ||| Europäischen [X][X] vor wenigen [X] ||| 1 ||| 1-1 ||| 0.166667 0.0833333
-European [X][X] a few [X] ||| Europäischen [X][X] wenigen [X] ||| 1 ||| 1-1 ||| 0.166667 0.0833333
-European Parliament [X][X] [X] ||| Europäischen Parlament [X][X] [X] ||| 1 ||| 2-2 ||| 0.173372 0.173372
-European Parliament just [X][X] [X] ||| Europäischen Parlament erst [X][X] [X] ||| 1 ||| 3-3 ||| 0.346744 0.173372
-European Parliament just [X][X] [X] ||| Europäischen Parlament erst vor [X][X] [X] ||| 1 ||| 3-4 ||| 0.346744 0.173372
-[X][X] a few months ago [X] ||| [X][X] vor wenigen Monaten [X] ||| 1 ||| 0-0 ||| 0.178889 0.178889
-[X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.292737 0.292737
-[X][X] a few months ago [X] ||| [X][X] wenigen Monaten [X] ||| 1 ||| 0-0 ||| 0.178889 0.178889
-[X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.292737 0.292737
-Parliament [X][X] months ago [X] ||| Parlament [X][X] Monaten [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-Parliament just [X][X] months ago [X] ||| Parlament erst [X][X] Monaten [X] ||| 1 ||| 2-2 ||| 0.166667 0.0833333
-Parliament just [X][X] months ago [X] ||| Parlament erst vor [X][X] Monaten [X] ||| 1 ||| 2-3 ||| 0.166667 0.0833333
-Parliament just a few [X][X] [X] ||| Parlament erst vor wenigen [X][X] [X] ||| 1 ||| 4-4 ||| 0.138889 0.138889
-just a few months ago [X] ||| erst vor wenigen Monaten einen [X] ||| 1 ||| ||| 0.1 0.1
-just [X][X] months ago [X] ||| erst [X][X] Monaten einen [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-just [X][X] [X] ||| erst [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-just [X][X] months ago [X] ||| erst vor [X][X] Monaten einen [X] ||| 1 ||| 1-2 ||| 0.1 0.1
-just [X][X] [X] ||| erst vor [X][X] einen [X] ||| 1 ||| 1-2 ||| 0.1 0.1
-just a few [X][X] [X] ||| erst vor wenigen [X][X] einen [X] ||| 1 ||| 3-3 ||| 0.1 0.1
-the people assassinated very [X] ||| den Attentatsopfern , die es in [X] ||| 1 ||| ||| 0.5 0.5
-the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| 1-1 ||| 1.01667 1.01667
-of the people assassinated very [X] ||| den Attentatsopfern , die es in [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] people assassinated very [X] ||| [X][X] Attentatsopfern , die es in [X] ||| 1 ||| 0-0 ||| 0.476191 0.476191
-of the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| 2-1 ||| 0.735256 0.735256
-recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka zu [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka zu [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka zu [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-recently [X][X] [X] ||| jüngster Zeit [X][X] zu [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] zu [X] ||| 1 ||| 2-3 ||| 0.125 0.125
-in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab [X] ||| 1 ||| 0-0 ||| 0.158824 0.158824
-in [X][X] was [X] ||| in [X][X] zu beklagen gab [X] ||| 1 ||| 1-1 ||| 0.3 0.1
-in [X][X] was [X] ||| in [X][X] beklagen gab [X] ||| 1 ||| 1-1 ||| 0.3 0.1
-in [X][X] was [X] ||| in [X][X] gab [X] ||| 1 ||| 1-1 ||| 0.3 0.1
-in Sri [X][X] [X] ||| in Sri [X][X] [X] ||| 1 ||| 2-2 ||| 0.352976 0.352976
-Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] was [X] ||| [X][X] zu beklagen gab , [X] ||| 1 ||| 0-0 ||| 0.892857 0.297619
-[X][X] was [X] ||| [X][X] beklagen gab , [X] ||| 1 ||| 0-0 ||| 0.892857 0.297619
-[X][X] was [X] ||| [X][X] gab , [X] ||| 1 ||| 0-0 ||| 0.892857 0.297619
-Sri [X][X] [X] ||| Sri [X][X] , [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Lanka was [X] ||| Lanka zu beklagen gab , zählt [X] ||| 1 ||| ||| 1 1
-was [X] ||| zu beklagen gab , zählt auch [X] ||| 1 ||| ||| 1 1
-was Mr [X] ||| beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 1 1
-Mr Kumar Ponnambalam [X] ||| , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.5 0.5
-Mr [X][X] [X] ||| , zählt auch Herr [X][X] [X] ||| 1 ||| 1-4 ||| 0.625 0.625
-Mr Kumar Ponnambalam , who [X] ||| auch Herr Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] , who [X] ||| auch [X][X] , der [X] ||| 1 ||| 0-1 ||| 0.166667 0.166667
-Mr [X][X] , who [X] ||| auch Herr [X][X] , der [X] ||| 1 ||| 1-2 ||| 0.166667 0.166667
-Mr Kumar Ponnambalam [X][X] [X] ||| auch Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| 3-4 ||| 0.166667 0.166667
-[X][X] Parliament just a few [X] ||| [X][X] Parlament erst vor wenigen [X] ||| 1 ||| 0-0 ||| 0.047619 0.047619
-[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.111429 0.111429
-[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.222858 0.111429
-[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.222858 0.111429
-the [X][X] just a few [X] ||| dem [X][X] erst vor wenigen [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.222858 0.111429
-the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.222858 0.111429
-the [X][X] a few [X] ||| dem [X][X] vor wenigen [X] ||| 1 ||| 1-1 ||| 0.095238 0.047619
-the [X][X] a few [X] ||| dem [X][X] wenigen [X] ||| 1 ||| 1-1 ||| 0.095238 0.047619
-the European [X][X] a few [X] ||| dem Europäischen [X][X] vor wenigen [X] ||| 1 ||| 2-2 ||| 0.095238 0.047619
-the European [X][X] a few [X] ||| dem Europäischen [X][X] wenigen [X] ||| 1 ||| 2-2 ||| 0.095238 0.047619
-the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] [X] ||| 1 ||| 3-3 ||| 0.111429 0.111429
-the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst [X][X] [X] ||| 1 ||| 4-4 ||| 0.222858 0.111429
-the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst vor [X][X] [X] ||| 1 ||| 4-5 ||| 0.222858 0.111429
-[X][X] just [X][X] months ago [X] ||| [X][X] erst [X][X] Monaten [X] ||| 1 ||| 0-0 2-2 ||| 0.191111 0.0955556
-[X][X] just [X][X] months ago [X] ||| [X][X] erst vor [X][X] Monaten [X] ||| 1 ||| 0-0 2-3 ||| 0.191111 0.0955556
-[X][X] just a few [X][X] [X] ||| [X][X] erst vor wenigen [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.153848 0.153848
-European [X][X] a few [X][X] [X] ||| Europäischen [X][X] vor wenigen [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.180077 0.0900383
-European [X][X] a few [X][X] [X] ||| Europäischen [X][X] wenigen [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.180077 0.0900383
-European [X][X] months ago [X] ||| Europäischen [X][X] Monaten [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-European Parliament [X][X] months ago [X] ||| Europäischen Parlament [X][X] Monaten [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-[X][X] a few months ago [X] ||| [X][X] vor wenigen Monaten einen [X] ||| 1 ||| 0-0 ||| 0.113848 0.113848
-[X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen [X] ||| 1 ||| 0-0 3-3 ||| 0.113848 0.113848
-[X][X] a few months ago [X] ||| [X][X] wenigen Monaten einen [X] ||| 1 ||| 0-0 ||| 0.113848 0.113848
-[X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen [X] ||| 1 ||| 0-0 3-2 ||| 0.113848 0.113848
-Parliament [X][X] months ago [X] ||| Parlament [X][X] Monaten einen [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-Parliament [X][X] [X] ||| Parlament [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-Parliament just [X][X] months ago [X] ||| Parlament erst [X][X] Monaten einen [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-Parliament just [X][X] [X] ||| Parlament erst [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-Parliament just [X][X] months ago [X] ||| Parlament erst vor [X][X] Monaten einen [X] ||| 1 ||| 2-3 ||| 0.0555556 0.0555556
-Parliament just [X][X] [X] ||| Parlament erst vor [X][X] einen [X] ||| 1 ||| 2-3 ||| 0.0555556 0.0555556
-Parliament just a few [X][X] [X] ||| Parlament erst vor wenigen [X][X] einen [X] ||| 1 ||| 4-4 ||| 0.0555556 0.0555556
-[X][X] the people assassinated very [X] ||| [X][X] den Attentatsopfern , die es in [X] ||| 1 ||| 0-0 ||| 0.142857 0.142857
-[X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.314286 0.314286
-one [X][X] people assassinated very [X] ||| zu [X][X] Attentatsopfern , die es in [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-one of [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| 2-1 ||| 0.314286 0.314286
-one of the [X][X] [X] ||| zu den [X][X] [X] ||| 1 ||| 3-2 ||| 0.314286 0.314286
-people assassinated very recently [X] ||| Attentatsopfern , die es in jüngster Zeit [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] recently [X] ||| [X][X] jüngster Zeit [X] ||| 1 ||| 0-0 ||| 1.05 1.05
-recently in Sri Lanka [X] ||| jüngster Zeit in Sri Lanka zu beklagen [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] Sri Lanka [X] ||| [X][X] Sri Lanka zu beklagen [X] ||| 1 ||| 0-0 ||| 0.1 0.1
-recently [X][X] Lanka [X] ||| jüngster Zeit [X][X] Lanka zu beklagen [X] ||| 1 ||| 1-2 ||| 0.1 0.1
-recently [X][X] [X] ||| jüngster Zeit [X][X] zu beklagen [X] ||| 1 ||| 1-2 ||| 0.2 0.1
-recently [X][X] [X] ||| jüngster Zeit [X][X] beklagen [X] ||| 1 ||| 1-2 ||| 0.2 0.1
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] zu beklagen [X] ||| 1 ||| 2-3 ||| 0.2 0.1
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] beklagen [X] ||| 1 ||| 2-3 ||| 0.2 0.1
-in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , [X] ||| 1 ||| 0-0 ||| 0.130952 0.130952
-in [X][X] was [X] ||| in [X][X] zu beklagen gab , [X] ||| 1 ||| 1-1 ||| 0.25 0.0833333
-in [X][X] was [X] ||| in [X][X] beklagen gab , [X] ||| 1 ||| 1-1 ||| 0.25 0.0833333
-in [X][X] was [X] ||| in [X][X] gab , [X] ||| 1 ||| 1-1 ||| 0.25 0.0833333
-in [X][X] [X] ||| in [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-in Sri [X][X] [X] ||| in Sri [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0833333 0.0833333
-Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] was [X] ||| [X][X] zu beklagen gab , zählt [X] ||| 1 ||| 0-0 ||| 0.762858 0.254286
-[X][X] was [X] ||| [X][X] beklagen gab , zählt [X] ||| 1 ||| 0-0 ||| 0.762858 0.254286
-[X][X] was [X] ||| [X][X] gab , zählt [X] ||| 1 ||| 0-0 ||| 0.762858 0.254286
-Sri [X][X] [X] ||| Sri [X][X] , zählt [X] ||| 1 ||| 1-1 ||| 0.285714 0.142857
-Sri [X][X] [X] ||| Sri [X][X] zählt [X] ||| 1 ||| 1-1 ||| 0.285714 0.142857
-Lanka was [X] ||| Lanka zu beklagen gab , zählt auch [X] ||| 1 ||| ||| 1 1
-was Mr [X] ||| zu beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 1 1
-was Mr Kumar Ponnambalam [X] ||| gab , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] Kumar Ponnambalam [X] ||| [X][X] Kumar Ponnambalam [X] ||| 1 ||| 0-0 ||| 0.426587 0.426587
-was [X][X] [X] ||| gab [X][X] [X] ||| 1 ||| 1-1 ||| 0.857144 0.214286
-was [X][X] [X] ||| gab , [X][X] [X] ||| 1 ||| 1-2 ||| 0.857144 0.214286
-was [X][X] [X] ||| gab , zählt [X][X] [X] ||| 1 ||| 1-3 ||| 0.857144 0.214286
-was [X][X] [X] ||| gab , zählt auch [X][X] [X] ||| 1 ||| 1-4 ||| 0.857144 0.214286
-was Mr [X][X] [X] ||| gab , zählt auch Herr [X][X] [X] ||| 1 ||| 2-5 ||| 0.214286 0.214286
-Mr Kumar Ponnambalam , who [X] ||| zählt auch Herr Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] , who [X] ||| zählt [X][X] , der [X] ||| 1 ||| 0-1 ||| 0.285714 0.142857
-[X][X] , who [X] ||| zählt auch [X][X] , der [X] ||| 1 ||| 0-2 ||| 0.285714 0.142857
-Mr [X][X] , who [X] ||| zählt auch Herr [X][X] , der [X] ||| 1 ||| 1-3 ||| 0.142857 0.142857
-Mr Kumar Ponnambalam [X][X] [X] ||| zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| 3-5 ||| 0.142857 0.142857
-[X][X] Parliament [X][X] months ago [X] ||| [X][X] Parlament [X][X] Monaten [X] ||| 1 ||| 0-0 2-2 ||| 0.04 0.04
-the [X][X] a few [X][X] [X] ||| dem [X][X] vor wenigen [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.127619 0.0638095
-the [X][X] a few [X][X] [X] ||| dem [X][X] wenigen [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.127619 0.0638095
-the [X][X] months ago [X] ||| dem [X][X] Monaten [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-the European [X][X] months ago [X] ||| dem Europäischen [X][X] Monaten [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-[X][X] just [X][X] months ago [X] ||| [X][X] erst [X][X] Monaten einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0582923 0.0582923
-[X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0582923 0.0582923
-[X][X] just [X][X] months ago [X] ||| [X][X] erst vor [X][X] Monaten einen [X] ||| 1 ||| 0-0 2-3 ||| 0.0582923 0.0582923
-[X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen [X] ||| 1 ||| 0-0 2-3 ||| 0.0582923 0.0582923
-[X][X] just a few [X][X] [X] ||| [X][X] erst vor wenigen [X][X] einen [X] ||| 1 ||| 0-0 4-4 ||| 0.0582923 0.0582923
-European [X][X] a few [X][X] [X] ||| Europäischen [X][X] vor wenigen [X][X] einen [X] ||| 1 ||| 1-1 4-4 ||| 0.0689656 0.0344828
-European [X][X] a few [X][X] [X] ||| Europäischen [X][X] wenigen [X][X] einen [X] ||| 1 ||| 1-1 4-3 ||| 0.0689656 0.0344828
-European [X][X] months ago [X] ||| Europäischen [X][X] Monaten einen [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-European [X][X] [X] ||| Europäischen [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-European Parliament [X][X] months ago [X] ||| Europäischen Parlament [X][X] Monaten einen [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-European Parliament [X][X] [X] ||| Europäischen Parlament [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-European Parliament just [X][X] [X] ||| Europäischen Parlament erst [X][X] einen [X] ||| 1 ||| 3-3 ||| 0.0689656 0.0344828
-European Parliament just [X][X] [X] ||| Europäischen Parlament erst vor [X][X] einen [X] ||| 1 ||| 3-4 ||| 0.0689656 0.0344828
-the people assassinated very recently [X] ||| den Attentatsopfern , die es in jüngster Zeit [X] ||| 1 ||| ||| 0.25 0.25
-the [X][X] recently [X] ||| den [X][X] jüngster Zeit [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-[X][X] people assassinated very recently [X] ||| [X][X] Attentatsopfern , die es in jüngster Zeit [X] ||| 1 ||| 0-0 ||| 0.3 0.3
-of [X][X] recently [X] ||| [X][X] jüngster Zeit [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-of the [X][X] recently [X] ||| den [X][X] jüngster Zeit [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-people assassinated very recently in [X] ||| Attentatsopfern , die es in jüngster Zeit in [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] recently in [X] ||| [X][X] jüngster Zeit in [X] ||| 1 ||| 0-0 ||| 0.613095 0.613095
-[X][X] in [X] ||| [X][X] in [X] ||| 1 ||| 0-0 ||| 0.613095 0.613095
-people assassinated very [X][X] [X] ||| Attentatsopfern , die es in [X][X] [X] ||| 1 ||| 3-5 ||| 0.483766 0.483766
-recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab [X] ||| 1 ||| 0-0 ||| 0.0588235 0.0588235
-[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.146443 0.146443
-recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab [X] ||| 1 ||| 1-2 ||| 0.0588235 0.0588235
-recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab [X] ||| 1 ||| 1-2 ||| 0.176471 0.0588235
-recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab [X] ||| 1 ||| 1-2 ||| 0.176471 0.0588235
-recently [X][X] was [X] ||| jüngster Zeit [X][X] gab [X] ||| 1 ||| 1-2 ||| 0.176471 0.0588235
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab [X] ||| 1 ||| 2-3 ||| 0.176471 0.0588235
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab [X] ||| 1 ||| 2-3 ||| 0.176471 0.0588235
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab [X] ||| 1 ||| 2-3 ||| 0.176471 0.0588235
-recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] [X] ||| 1 ||| 3-4 ||| 0.146443 0.146443
-in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , zählt [X] ||| 1 ||| 0-0 ||| 0.111429 0.111429
-in [X][X] was [X] ||| in [X][X] zu beklagen gab , zählt [X] ||| 1 ||| 1-1 ||| 0.214286 0.0714286
-in [X][X] was [X] ||| in [X][X] beklagen gab , zählt [X] ||| 1 ||| 1-1 ||| 0.214286 0.0714286
-in [X][X] was [X] ||| in [X][X] gab , zählt [X] ||| 1 ||| 1-1 ||| 0.214286 0.0714286
-in [X][X] [X] ||| in [X][X] , zählt [X] ||| 1 ||| 1-1 ||| 0.142857 0.0714286
-in [X][X] [X] ||| in [X][X] zählt [X] ||| 1 ||| 1-1 ||| 0.142857 0.0714286
-in Sri [X][X] [X] ||| in Sri [X][X] , zählt [X] ||| 1 ||| 2-2 ||| 0.142857 0.0714286
-in Sri [X][X] [X] ||| in Sri [X][X] zählt [X] ||| 1 ||| 2-2 ||| 0.142857 0.0714286
-Sri Lanka was [X] ||| Sri Lanka zu beklagen gab , zählt auch [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] was [X] ||| [X][X] zu beklagen gab , zählt auch [X] ||| 1 ||| 0-0 ||| 0.5625 0.1875
-[X][X] was [X] ||| [X][X] beklagen gab , zählt auch [X] ||| 1 ||| 0-0 ||| 0.5625 0.1875
-[X][X] was [X] ||| [X][X] gab , zählt auch [X] ||| 1 ||| 0-0 ||| 0.5625 0.1875
-Sri [X][X] [X] ||| Sri [X][X] , zählt auch [X] ||| 1 ||| 1-1 ||| 0.375 0.125
-Sri [X][X] [X] ||| Sri [X][X] zählt auch [X] ||| 1 ||| 1-1 ||| 0.375 0.125
-Sri [X][X] [X] ||| Sri [X][X] auch [X] ||| 1 ||| 1-1 ||| 0.375 0.125
-Lanka was Mr [X] ||| Lanka zu beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Mr [X] ||| [X][X] , zählt auch Herr [X] ||| 1 ||| 0-0 ||| 0.892856 0.223214
-[X][X] Mr [X] ||| [X][X] zählt auch Herr [X] ||| 1 ||| 0-0 ||| 0.892856 0.223214
-[X][X] Mr [X] ||| [X][X] auch Herr [X] ||| 1 ||| 0-0 ||| 0.892856 0.223214
-[X][X] Mr [X] ||| [X][X] Herr [X] ||| 1 ||| 0-0 ||| 0.892856 0.223214
-Lanka [X][X] [X] ||| Lanka [X][X] [X] ||| 1 ||| 1-1 ||| 0.517857 0.172619
-Lanka [X][X] [X] ||| Lanka zu [X][X] [X] ||| 1 ||| 1-2 ||| 0.517857 0.172619
-Lanka [X][X] [X] ||| Lanka zu beklagen [X][X] [X] ||| 1 ||| 1-3 ||| 0.517857 0.172619
-was Mr Kumar Ponnambalam [X] ||| beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Kumar Ponnambalam [X] ||| beklagen [X][X] Kumar Ponnambalam [X] ||| 1 ||| 0-1 ||| 0.125 0.125
-was [X][X] [X] ||| beklagen gab [X][X] [X] ||| 1 ||| 1-2 ||| 0.735296 0.183824
-was [X][X] [X] ||| beklagen gab , [X][X] [X] ||| 1 ||| 1-3 ||| 0.735296 0.183824
-was [X][X] [X] ||| beklagen gab , zählt [X][X] [X] ||| 1 ||| 1-4 ||| 0.735296 0.183824
-was [X][X] [X] ||| beklagen gab , zählt auch [X][X] [X] ||| 1 ||| 1-5 ||| 0.735296 0.183824
-was Mr [X][X] [X] ||| beklagen gab , zählt auch Herr [X][X] [X] ||| 1 ||| 2-6 ||| 0.183824 0.183824
-Mr Kumar Ponnambalam , who [X] ||| , zählt auch Herr Kumar Ponnambalam , der [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , who [X] ||| , [X][X] , der [X] ||| 1 ||| 0-1 ||| 0.375 0.125
-[X][X] , who [X] ||| , zählt [X][X] , der [X] ||| 1 ||| 0-2 ||| 0.375 0.125
-[X][X] , who [X] ||| , zählt auch [X][X] , der [X] ||| 1 ||| 0-3 ||| 0.375 0.125
-Mr [X][X] , who [X] ||| , zählt auch Herr [X][X] , der [X] ||| 1 ||| 1-4 ||| 0.125 0.125
-Mr Kumar Ponnambalam [X][X] [X] ||| , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| 3-6 ||| 0.125 0.125
-[X][X] Parliament [X][X] months ago [X] ||| [X][X] Parlament [X][X] Monaten einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0238095 0.0238095
-[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0238095 0.0238095
-[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen [X] ||| 1 ||| 0-0 3-3 ||| 0.047619 0.0238095
-[X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen [X] ||| 1 ||| 0-0 3-4 ||| 0.047619 0.0238095
-the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.047619 0.0238095
-the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen [X] ||| 1 ||| 1-1 3-4 ||| 0.047619 0.0238095
-the [X][X] a few [X][X] [X] ||| dem [X][X] vor wenigen [X][X] einen [X] ||| 1 ||| 1-1 4-4 ||| 0.047619 0.0238095
-the [X][X] a few [X][X] [X] ||| dem [X][X] wenigen [X][X] einen [X] ||| 1 ||| 1-1 4-3 ||| 0.047619 0.0238095
-the [X][X] months ago [X] ||| dem [X][X] Monaten einen [X] ||| 1 ||| 1-1 ||| 0.0238095 0.0238095
-the [X][X] [X] ||| dem [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0238095 0.0238095
-the European [X][X] months ago [X] ||| dem Europäischen [X][X] Monaten einen [X] ||| 1 ||| 2-2 ||| 0.0238095 0.0238095
-the European [X][X] [X] ||| dem Europäischen [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.0238095 0.0238095
-the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen [X] ||| 1 ||| 3-3 ||| 0.0238095 0.0238095
-the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst [X][X] einen [X] ||| 1 ||| 4-4 ||| 0.047619 0.0238095
-the European Parliament just [X][X] [X] ||| dem Europäischen Parlament erst vor [X][X] einen [X] ||| 1 ||| 4-5 ||| 0.047619 0.0238095
-[X][X] the [X][X] recently [X] ||| [X][X] den [X][X] jüngster Zeit [X] ||| 1 ||| 0-0 2-2 ||| 0.1 0.1
-one of [X][X] recently [X] ||| zu [X][X] jüngster Zeit [X] ||| 1 ||| 2-1 ||| 0.1 0.1
-one [X][X] recently [X] ||| zu [X][X] jüngster Zeit [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-one of the [X][X] recently [X] ||| zu den [X][X] jüngster Zeit [X] ||| 1 ||| 3-2 ||| 0.1 0.1
-the [X][X] recently in [X] ||| den [X][X] jüngster Zeit in [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-the [X][X] in [X] ||| den [X][X] in [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-the people assassinated very [X][X] [X] ||| den Attentatsopfern , die es in [X][X] [X] ||| 1 ||| 4-6 ||| 0.266667 0.266667
-[X][X] people assassinated very [X][X] [X] ||| [X][X] Attentatsopfern , die es in [X][X] [X] ||| 1 ||| 0-0 4-6 ||| 0.273352 0.273352
-of [X][X] recently in [X] ||| [X][X] jüngster Zeit in [X] ||| 1 ||| 1-0 ||| 0.125 0.125
-of [X][X] in [X] ||| [X][X] in [X] ||| 1 ||| 1-0 ||| 0.125 0.125
-of the [X][X] recently in [X] ||| den [X][X] jüngster Zeit in [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-of the [X][X] in [X] ||| den [X][X] in [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-[X][X] recently in Sri [X] ||| [X][X] jüngster Zeit in Sri [X] ||| 1 ||| 0-0 ||| 0.31978 0.31978
-[X][X] recently [X][X] [X] ||| [X][X] jüngster Zeit [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.410689 0.410689
-[X][X] in Sri [X] ||| [X][X] in Sri [X] ||| 1 ||| 0-0 ||| 0.31978 0.31978
-people assassinated very [X][X] Sri [X] ||| Attentatsopfern , die es in [X][X] Sri [X] ||| 1 ||| 3-5 ||| 0.142857 0.142857
-people assassinated very recently [X][X] [X] ||| Attentatsopfern , die es in jüngster Zeit [X][X] [X] ||| 1 ||| 4-7 ||| 0.233766 0.233766
-recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab , [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab , [X] ||| 1 ||| 0-0 ||| 0.047619 0.047619
-[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.047619 0.047619
-recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab , [X] ||| 1 ||| 1-2 ||| 0.047619 0.047619
-recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab , [X] ||| 1 ||| 1-2 ||| 0.142857 0.047619
-recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab , [X] ||| 1 ||| 1-2 ||| 0.142857 0.047619
-recently [X][X] was [X] ||| jüngster Zeit [X][X] gab , [X] ||| 1 ||| 1-2 ||| 0.142857 0.047619
-recently [X][X] [X] ||| jüngster Zeit [X][X] , [X] ||| 1 ||| 1-2 ||| 0.047619 0.047619
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab , [X] ||| 1 ||| 2-3 ||| 0.142857 0.047619
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab , [X] ||| 1 ||| 2-3 ||| 0.142857 0.047619
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab , [X] ||| 1 ||| 2-3 ||| 0.142857 0.047619
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] , [X] ||| 1 ||| 2-3 ||| 0.047619 0.047619
-recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] , [X] ||| 1 ||| 3-4 ||| 0.047619 0.047619
-in Sri Lanka was [X] ||| in Sri Lanka zu beklagen gab , zählt auch [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] Lanka was [X] ||| [X][X] Lanka zu beklagen gab , zählt auch [X] ||| 1 ||| 0-0 ||| 0.0625 0.0625
-in [X][X] was [X] ||| in [X][X] zu beklagen gab , zählt auch [X] ||| 1 ||| 1-1 ||| 0.1875 0.0625
-in [X][X] was [X] ||| in [X][X] beklagen gab , zählt auch [X] ||| 1 ||| 1-1 ||| 0.1875 0.0625
-in [X][X] was [X] ||| in [X][X] gab , zählt auch [X] ||| 1 ||| 1-1 ||| 0.1875 0.0625
-in [X][X] [X] ||| in [X][X] , zählt auch [X] ||| 1 ||| 1-1 ||| 0.1875 0.0625
-in [X][X] [X] ||| in [X][X] zählt auch [X] ||| 1 ||| 1-1 ||| 0.1875 0.0625
-in [X][X] [X] ||| in [X][X] auch [X] ||| 1 ||| 1-1 ||| 0.1875 0.0625
-in Sri [X][X] [X] ||| in Sri [X][X] , zählt auch [X] ||| 1 ||| 2-2 ||| 0.1875 0.0625
-in Sri [X][X] [X] ||| in Sri [X][X] zählt auch [X] ||| 1 ||| 2-2 ||| 0.1875 0.0625
-in Sri [X][X] [X] ||| in Sri [X][X] auch [X] ||| 1 ||| 2-2 ||| 0.1875 0.0625
-Sri Lanka was Mr [X] ||| Sri Lanka zu beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 0.0625 0.0625
-[X][X] was Mr [X] ||| [X][X] zu beklagen gab , zählt auch Herr [X] ||| 1 ||| 0-0 ||| 0.294643 0.0982143
-[X][X] was Mr [X] ||| [X][X] beklagen gab , zählt auch Herr [X] ||| 1 ||| 0-0 ||| 0.294643 0.0982143
-[X][X] was Mr [X] ||| [X][X] gab , zählt auch Herr [X] ||| 1 ||| 0-0 ||| 0.294643 0.0982143
-Sri [X][X] Mr [X] ||| Sri [X][X] , zählt auch Herr [X] ||| 1 ||| 1-1 ||| 0.25 0.0625
-Sri [X][X] Mr [X] ||| Sri [X][X] zählt auch Herr [X] ||| 1 ||| 1-1 ||| 0.25 0.0625
-Sri [X][X] Mr [X] ||| Sri [X][X] auch Herr [X] ||| 1 ||| 1-1 ||| 0.25 0.0625
-Sri [X][X] Mr [X] ||| Sri [X][X] Herr [X] ||| 1 ||| 1-1 ||| 0.25 0.0625
-Sri Lanka [X][X] [X] ||| Sri Lanka [X][X] [X] ||| 1 ||| 2-2 ||| 0.1875 0.0625
-Sri Lanka [X][X] [X] ||| Sri Lanka zu [X][X] [X] ||| 1 ||| 2-3 ||| 0.1875 0.0625
-Sri Lanka [X][X] [X] ||| Sri Lanka zu beklagen [X][X] [X] ||| 1 ||| 2-4 ||| 0.1875 0.0625
-was Mr Kumar Ponnambalam [X] ||| zu beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] Kumar Ponnambalam [X] ||| zu [X][X] Kumar Ponnambalam [X] ||| 1 ||| 0-1 ||| 0.222222 0.111111
-[X][X] Kumar Ponnambalam [X] ||| zu beklagen [X][X] Kumar Ponnambalam [X] ||| 1 ||| 0-2 ||| 0.222222 0.111111
-was [X][X] [X] ||| zu beklagen gab [X][X] [X] ||| 1 ||| 1-3 ||| 0.444444 0.111111
-was [X][X] [X] ||| zu beklagen gab , [X][X] [X] ||| 1 ||| 1-4 ||| 0.444444 0.111111
-was [X][X] [X] ||| zu beklagen gab , zählt [X][X] [X] ||| 1 ||| 1-5 ||| 0.444444 0.111111
-was [X][X] [X] ||| zu beklagen gab , zählt auch [X][X] [X] ||| 1 ||| 1-6 ||| 0.444444 0.111111
-was Mr [X][X] [X] ||| zu beklagen gab , zählt auch Herr [X][X] [X] ||| 1 ||| 2-7 ||| 0.111111 0.111111
-[X][X] Kumar Ponnambalam , who [X] ||| [X][X] Kumar Ponnambalam , der [X] ||| 1 ||| 0-0 ||| 0.130252 0.130252
-[X][X] Kumar Ponnambalam [X][X] [X] ||| [X][X] Kumar Ponnambalam [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.130252 0.130252
-was [X][X] , who [X] ||| gab [X][X] , der [X] ||| 1 ||| 1-1 ||| 0.285714 0.0714286
-was [X][X] , who [X] ||| gab , [X][X] , der [X] ||| 1 ||| 1-2 ||| 0.285714 0.0714286
-was [X][X] , who [X] ||| gab , zählt [X][X] , der [X] ||| 1 ||| 1-3 ||| 0.285714 0.0714286
-was [X][X] , who [X] ||| gab , zählt auch [X][X] , der [X] ||| 1 ||| 1-4 ||| 0.285714 0.0714286
-was Mr [X][X] , who [X] ||| gab , zählt auch Herr [X][X] , der [X] ||| 1 ||| 2-5 ||| 0.0714286 0.0714286
-was Mr Kumar Ponnambalam [X][X] [X] ||| gab , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| 4-7 ||| 0.0714286 0.0714286
-visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen Besuch [X] ||| 1 ||| 1-0 3-2 ||| 0.0714286 0.0357143
-visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] Besuch [X] ||| 1 ||| 1-0 3-2 ||| 0.0714286 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen Besuch [X] ||| 1 ||| 1-0 4-3 ||| 0.142857 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] Besuch [X] ||| 1 ||| 1-0 4-3 ||| 0.142857 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen Besuch [X] ||| 1 ||| 1-0 4-4 ||| 0.142857 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] Besuch [X] ||| 1 ||| 1-0 4-4 ||| 0.142857 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen Besuch [X] ||| 1 ||| 1-0 3-2 ||| 0.142857 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] Besuch [X] ||| 1 ||| 1-0 3-2 ||| 0.142857 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen Besuch [X] ||| 1 ||| 1-0 3-3 ||| 0.142857 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] Besuch [X] ||| 1 ||| 1-0 3-3 ||| 0.142857 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen Besuch [X] ||| 1 ||| 1-0 4-3 ||| 0.142857 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] Besuch [X] ||| 1 ||| 1-0 4-3 ||| 0.142857 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen Besuch [X] ||| 1 ||| 1-0 4-2 ||| 0.142857 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] Besuch [X] ||| 1 ||| 1-0 4-2 ||| 0.142857 0.0357143
-visited [X][X] months ago [X] ||| [X][X] Monaten einen Besuch [X] ||| 1 ||| 1-0 ||| 0.0357143 0.0357143
-visited [X][X] [X] ||| [X][X] einen Besuch [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0357143
-visited [X][X] [X] ||| [X][X] Besuch [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen Besuch [X] ||| 1 ||| 2-1 4-3 ||| 0.142857 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] Besuch [X] ||| 1 ||| 2-1 4-3 ||| 0.142857 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen Besuch [X] ||| 1 ||| 2-1 4-4 ||| 0.142857 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] Besuch [X] ||| 1 ||| 2-1 4-4 ||| 0.142857 0.0357143
-visited the [X][X] months ago [X] ||| dem [X][X] Monaten einen Besuch [X] ||| 1 ||| 2-1 ||| 0.0357143 0.0357143
-visited the [X][X] [X] ||| dem [X][X] einen Besuch [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0357143
-visited the [X][X] [X] ||| dem [X][X] Besuch [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0357143
-visited the European [X][X] [X] ||| dem Europäischen [X][X] einen Besuch [X] ||| 1 ||| 3-2 ||| 0.0714286 0.0357143
-visited the European [X][X] [X] ||| dem Europäischen [X][X] Besuch [X] ||| 1 ||| 3-2 ||| 0.0714286 0.0357143
-visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen Besuch [X] ||| 1 ||| 4-3 ||| 0.0714286 0.0357143
-visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] Besuch [X] ||| 1 ||| 4-3 ||| 0.0714286 0.0357143
-[X][X] the [X][X] recently in [X] ||| [X][X] den [X][X] jüngster Zeit in [X] ||| 1 ||| 0-0 2-2 ||| 0.0714286 0.0714286
-[X][X] the [X][X] in [X] ||| [X][X] den [X][X] in [X] ||| 1 ||| 0-0 2-2 ||| 0.0714286 0.0714286
-one of [X][X] recently in [X] ||| zu [X][X] jüngster Zeit in [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-one [X][X] recently in [X] ||| zu [X][X] jüngster Zeit in [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-one of [X][X] in [X] ||| zu [X][X] in [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-one [X][X] in [X] ||| zu [X][X] in [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-one of the [X][X] in [X] ||| zu den [X][X] in [X] ||| 1 ||| 3-2 ||| 0.0714286 0.0714286
-the [X][X] recently in Sri [X] ||| den [X][X] jüngster Zeit in Sri [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-the [X][X] recently [X][X] [X] ||| den [X][X] jüngster Zeit [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.1 0.1
-the [X][X] in Sri [X] ||| den [X][X] in Sri [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-the [X][X] Sri [X] ||| den [X][X] Sri [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-of [X][X] recently in Sri [X] ||| [X][X] jüngster Zeit in Sri [X] ||| 1 ||| 1-0 ||| 0.0769231 0.0769231
-of [X][X] recently [X][X] [X] ||| [X][X] jüngster Zeit [X][X] [X] ||| 1 ||| 1-0 3-3 ||| 0.0769231 0.0769231
-of [X][X] in Sri [X] ||| [X][X] in Sri [X] ||| 1 ||| 1-0 ||| 0.0769231 0.0769231
-of [X][X] Sri [X] ||| [X][X] Sri [X] ||| 1 ||| 1-0 ||| 0.0769231 0.0769231
-of the [X][X] recently [X][X] [X] ||| den [X][X] jüngster Zeit [X][X] [X] ||| 1 ||| 2-1 4-4 ||| 0.0769231 0.0769231
-of the [X][X] in Sri [X] ||| den [X][X] in Sri [X] ||| 1 ||| 2-1 ||| 0.0769231 0.0769231
-of the [X][X] Sri [X] ||| den [X][X] Sri [X] ||| 1 ||| 2-1 ||| 0.0769231 0.0769231
-[X][X] recently in Sri Lanka [X] ||| [X][X] jüngster Zeit in Sri Lanka [X] ||| 1 ||| 0-0 ||| 0.0909091 0.0909091
-[X][X] recently [X][X] Lanka [X] ||| [X][X] jüngster Zeit [X][X] Lanka [X] ||| 1 ||| 0-0 2-3 ||| 0.0909091 0.0909091
-[X][X] recently in [X][X] [X] ||| [X][X] jüngster Zeit in [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.0909091 0.0909091
-[X][X] in Sri Lanka [X] ||| [X][X] in Sri Lanka [X] ||| 1 ||| 0-0 ||| 0.0909091 0.0909091
-[X][X] in [X][X] [X] ||| [X][X] in [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0909091 0.0909091
-people assassinated very [X][X] Lanka [X] ||| Attentatsopfern , die es in [X][X] Lanka [X] ||| 1 ||| 3-5 ||| 0.0909091 0.0909091
-recently in Sri Lanka was [X] ||| jüngster Zeit in Sri Lanka zu beklagen gab , zählt [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] Sri Lanka was [X] ||| [X][X] Sri Lanka zu beklagen gab , zählt [X] ||| 1 ||| 0-0 ||| 0.04 0.04
-[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] , zählt [X] ||| 1 ||| 0-0 2-2 ||| 0.08 0.04
-[X][X] Sri [X][X] [X] ||| [X][X] Sri [X][X] zählt [X] ||| 1 ||| 0-0 2-2 ||| 0.08 0.04
-recently [X][X] Lanka was [X] ||| jüngster Zeit [X][X] Lanka zu beklagen gab , zählt [X] ||| 1 ||| 1-2 ||| 0.04 0.04
-recently [X][X] was [X] ||| jüngster Zeit [X][X] zu beklagen gab , zählt [X] ||| 1 ||| 1-2 ||| 0.12 0.04
-recently [X][X] was [X] ||| jüngster Zeit [X][X] beklagen gab , zählt [X] ||| 1 ||| 1-2 ||| 0.12 0.04
-recently [X][X] was [X] ||| jüngster Zeit [X][X] gab , zählt [X] ||| 1 ||| 1-2 ||| 0.12 0.04
-recently [X][X] [X] ||| jüngster Zeit [X][X] , zählt [X] ||| 1 ||| 1-2 ||| 0.08 0.04
-recently [X][X] [X] ||| jüngster Zeit [X][X] zählt [X] ||| 1 ||| 1-2 ||| 0.08 0.04
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] zu beklagen gab , zählt [X] ||| 1 ||| 2-3 ||| 0.12 0.04
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] beklagen gab , zählt [X] ||| 1 ||| 2-3 ||| 0.12 0.04
-recently in [X][X] was [X] ||| jüngster Zeit in [X][X] gab , zählt [X] ||| 1 ||| 2-3 ||| 0.12 0.04
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] , zählt [X] ||| 1 ||| 2-3 ||| 0.08 0.04
-recently in [X][X] [X] ||| jüngster Zeit in [X][X] zählt [X] ||| 1 ||| 2-3 ||| 0.08 0.04
-recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] , zählt [X] ||| 1 ||| 3-4 ||| 0.08 0.04
-recently in Sri [X][X] [X] ||| jüngster Zeit in Sri [X][X] zählt [X] ||| 1 ||| 3-4 ||| 0.08 0.04
-in Sri Lanka was Mr [X] ||| in Sri Lanka zu beklagen gab , zählt auch Herr [X] ||| 1 ||| ||| 0.0357143 0.0357143
-[X][X] Lanka was Mr [X] ||| [X][X] Lanka zu beklagen gab , zählt auch Herr [X] ||| 1 ||| 0-0 ||| 0.0357143 0.0357143
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.107143 0.0357143
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka zu [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.107143 0.0357143
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka zu beklagen [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.107143 0.0357143
-in [X][X] was Mr [X] ||| in [X][X] zu beklagen gab , zählt auch Herr [X] ||| 1 ||| 1-1 ||| 0.107143 0.0357143
-in [X][X] was Mr [X] ||| in [X][X] beklagen gab , zählt auch Herr [X] ||| 1 ||| 1-1 ||| 0.107143 0.0357143
-in [X][X] was Mr [X] ||| in [X][X] gab , zählt auch Herr [X] ||| 1 ||| 1-1 ||| 0.107143 0.0357143
-in [X][X] Mr [X] ||| in [X][X] , zählt auch Herr [X] ||| 1 ||| 1-1 ||| 0.142857 0.0357143
-in [X][X] Mr [X] ||| in [X][X] zählt auch Herr [X] ||| 1 ||| 1-1 ||| 0.142857 0.0357143
-in [X][X] Mr [X] ||| in [X][X] auch Herr [X] ||| 1 ||| 1-1 ||| 0.142857 0.0357143
-in [X][X] Mr [X] ||| in [X][X] Herr [X] ||| 1 ||| 1-1 ||| 0.142857 0.0357143
-in Sri [X][X] Mr [X] ||| in Sri [X][X] , zählt auch Herr [X] ||| 1 ||| 2-2 ||| 0.142857 0.0357143
-in Sri [X][X] Mr [X] ||| in Sri [X][X] zählt auch Herr [X] ||| 1 ||| 2-2 ||| 0.142857 0.0357143
-in Sri [X][X] Mr [X] ||| in Sri [X][X] auch Herr [X] ||| 1 ||| 2-2 ||| 0.142857 0.0357143
-in Sri [X][X] Mr [X] ||| in Sri [X][X] Herr [X] ||| 1 ||| 2-2 ||| 0.142857 0.0357143
-in Sri Lanka [X][X] [X] ||| in Sri Lanka [X][X] [X] ||| 1 ||| 3-3 ||| 0.107143 0.0357143
-in Sri Lanka [X][X] [X] ||| in Sri Lanka zu [X][X] [X] ||| 1 ||| 3-4 ||| 0.107143 0.0357143
-in Sri Lanka [X][X] [X] ||| in Sri Lanka zu beklagen [X][X] [X] ||| 1 ||| 3-5 ||| 0.107143 0.0357143
-Lanka was Mr Kumar Ponnambalam [X] ||| Lanka zu beklagen gab , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| ||| 0.047619 0.047619
-[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] , zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| 0-0 ||| 0.047619 0.047619
-[X][X] Mr [X][X] [X] ||| [X][X] , zählt auch Herr [X][X] [X] ||| 1 ||| 0-0 2-5 ||| 0.047619 0.047619
-[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] zählt auch Herr Kumar Ponnambalam [X] ||| 1 ||| 0-0 ||| 0.047619 0.047619
-[X][X] Mr [X][X] [X] ||| [X][X] zählt auch Herr [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.047619 0.047619
-[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] auch Herr Kumar Ponnambalam [X] ||| 1 ||| 0-0 ||| 0.047619 0.047619
-[X][X] Mr [X][X] [X] ||| [X][X] auch Herr [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.047619 0.047619
-[X][X] Mr Kumar Ponnambalam [X] ||| [X][X] Herr Kumar Ponnambalam [X] ||| 1 ||| 0-0 ||| 0.047619 0.047619
-[X][X] Mr [X][X] [X] ||| [X][X] Herr [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.047619 0.047619
-Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka [X][X] Kumar Ponnambalam [X] ||| 1 ||| 1-1 ||| 0.142857 0.047619
-Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka zu [X][X] Kumar Ponnambalam [X] ||| 1 ||| 1-2 ||| 0.142857 0.047619
-Lanka [X][X] Kumar Ponnambalam [X] ||| Lanka zu beklagen [X][X] Kumar Ponnambalam [X] ||| 1 ||| 1-3 ||| 0.142857 0.047619
-Lanka was [X][X] [X] ||| Lanka zu beklagen gab [X][X] [X] ||| 1 ||| 2-4 ||| 0.190476 0.047619
-Lanka was [X][X] [X] ||| Lanka zu beklagen gab , [X][X] [X] ||| 1 ||| 2-5 ||| 0.190476 0.047619
-Lanka was [X][X] [X] ||| Lanka zu beklagen gab , zählt [X][X] [X] ||| 1 ||| 2-6 ||| 0.190476 0.047619
-Lanka was [X][X] [X] ||| Lanka zu beklagen gab , zählt auch [X][X] [X] ||| 1 ||| 2-7 ||| 0.190476 0.047619
-Lanka was Mr [X][X] [X] ||| Lanka zu beklagen gab , zählt auch Herr [X][X] [X] ||| 1 ||| 3-8 ||| 0.047619 0.047619
-[X][X] Kumar Ponnambalam , who [X] ||| beklagen [X][X] Kumar Ponnambalam , der [X] ||| 1 ||| 0-1 ||| 0.0588235 0.0588235
-[X][X] Kumar Ponnambalam [X][X] [X] ||| beklagen [X][X] Kumar Ponnambalam [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0588235 0.0588235
-[X][X] , who [X] ||| beklagen [X][X] , der [X] ||| 1 ||| 0-1 ||| 0.0588235 0.0588235
-was [X][X] , who [X] ||| beklagen gab [X][X] , der [X] ||| 1 ||| 1-2 ||| 0.235294 0.0588235
-was [X][X] , who [X] ||| beklagen gab , [X][X] , der [X] ||| 1 ||| 1-3 ||| 0.235294 0.0588235
-was [X][X] , who [X] ||| beklagen gab , zählt [X][X] , der [X] ||| 1 ||| 1-4 ||| 0.235294 0.0588235
-was [X][X] , who [X] ||| beklagen gab , zählt auch [X][X] , der [X] ||| 1 ||| 1-5 ||| 0.235294 0.0588235
-was Mr [X][X] , who [X] ||| beklagen gab , zählt auch Herr [X][X] , der [X] ||| 1 ||| 2-6 ||| 0.0588235 0.0588235
-was Mr Kumar Ponnambalam [X][X] [X] ||| beklagen gab , zählt auch Herr Kumar Ponnambalam [X][X] [X] ||| 1 ||| 4-8 ||| 0.0588235 0.0588235
-visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] einen Besuch abgestattet [X] ||| 1 ||| 1-0 3-2 ||| 0.0714286 0.0357143
-visited [X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] Besuch abgestattet [X] ||| 1 ||| 1-0 3-2 ||| 0.0714286 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] einen Besuch abgestattet [X] ||| 1 ||| 1-0 4-3 ||| 0.142857 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst [X][X] Besuch abgestattet [X] ||| 1 ||| 1-0 4-3 ||| 0.142857 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] einen Besuch abgestattet [X] ||| 1 ||| 1-0 4-4 ||| 0.142857 0.0357143
-visited [X][X] Parliament just [X][X] [X] ||| [X][X] Parlament erst vor [X][X] Besuch abgestattet [X] ||| 1 ||| 1-0 4-4 ||| 0.142857 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] einen Besuch abgestattet [X] ||| 1 ||| 1-0 3-2 ||| 0.142857 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst [X][X] Besuch abgestattet [X] ||| 1 ||| 1-0 3-2 ||| 0.142857 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] einen Besuch abgestattet [X] ||| 1 ||| 1-0 3-3 ||| 0.142857 0.0357143
-visited [X][X] just [X][X] [X] ||| [X][X] erst vor [X][X] Besuch abgestattet [X] ||| 1 ||| 1-0 3-3 ||| 0.142857 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] einen Besuch abgestattet [X] ||| 1 ||| 1-0 4-3 ||| 0.142857 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] vor wenigen [X][X] Besuch abgestattet [X] ||| 1 ||| 1-0 4-3 ||| 0.142857 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] einen Besuch abgestattet [X] ||| 1 ||| 1-0 4-2 ||| 0.142857 0.0357143
-visited [X][X] a few [X][X] [X] ||| [X][X] wenigen [X][X] Besuch abgestattet [X] ||| 1 ||| 1-0 4-2 ||| 0.142857 0.0357143
-visited [X][X] months ago [X] ||| [X][X] Monaten einen Besuch abgestattet [X] ||| 1 ||| 1-0 ||| 0.0357143 0.0357143
-visited [X][X] [X] ||| [X][X] einen Besuch abgestattet [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0357143
-visited [X][X] [X] ||| [X][X] Besuch abgestattet [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] einen Besuch abgestattet [X] ||| 1 ||| 2-1 4-3 ||| 0.142857 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst [X][X] Besuch abgestattet [X] ||| 1 ||| 2-1 4-3 ||| 0.142857 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] einen Besuch abgestattet [X] ||| 1 ||| 2-1 4-4 ||| 0.142857 0.0357143
-visited the [X][X] just [X][X] [X] ||| dem [X][X] erst vor [X][X] Besuch abgestattet [X] ||| 1 ||| 2-1 4-4 ||| 0.142857 0.0357143
-visited the [X][X] months ago [X] ||| dem [X][X] Monaten einen Besuch abgestattet [X] ||| 1 ||| 2-1 ||| 0.0357143 0.0357143
-visited the [X][X] [X] ||| dem [X][X] einen Besuch abgestattet [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0357143
-visited the [X][X] [X] ||| dem [X][X] Besuch abgestattet [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0357143
-visited the European [X][X] [X] ||| dem Europäischen [X][X] einen Besuch abgestattet [X] ||| 1 ||| 3-2 ||| 0.0714286 0.0357143
-visited the European [X][X] [X] ||| dem Europäischen [X][X] Besuch abgestattet [X] ||| 1 ||| 3-2 ||| 0.0714286 0.0357143
-visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] einen Besuch abgestattet [X] ||| 1 ||| 4-3 ||| 0.0714286 0.0357143
-visited the European Parliament [X][X] [X] ||| dem Europäischen Parlament [X][X] Besuch abgestattet [X] ||| 1 ||| 4-3 ||| 0.0714286 0.0357143
-it [X] ||| es [X] ||| 1 ||| ||| 1 1
-appropriate [X] ||| angemessen [X] ||| 1 ||| ||| 1 1
-for [X] ||| wenn [X] ||| 1 ||| ||| 1 1
-you [X] ||| Sie [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 2 2
-Madam [X] ||| Frau [X] ||| 1 ||| ||| 1 1
-President [X] ||| Präsidentin [X] ||| 1 ||| ||| 2 2
-Sri [X] ||| Sri [X] ||| 1 ||| ||| 2 2
-Lankan [X] ||| Lanka [X] ||| 1 ||| ||| 1 1
-to [X] ||| in [X] ||| 1 ||| ||| 1 1
-a [X] ||| einem [X] ||| 1 ||| ||| 1 1
-the [X] ||| das [X] ||| 1 ||| ||| 1 1
-to the [X] ||| das [X] ||| 1 ||| ||| 1 1
-regret [X] ||| Bedauern [X] ||| 1 ||| ||| 1 1
-expressing [X] ||| zum [X] ||| 1 ||| ||| 1 1
-violent [X] ||| gewaltsamen [X] ||| 1 ||| ||| 1 1
-and [X] ||| und [X] ||| 1 ||| ||| 2 2
-and the [X] ||| und [X] ||| 1 ||| ||| 1 1
-other [X] ||| anderen [X] ||| 1 ||| ||| 1 1
-the other [X] ||| anderen [X] ||| 1 ||| ||| 1 1
-in [X] ||| von [X] ||| 1 ||| ||| 1 1
-everything [X] ||| alles [X] ||| 1 ||| ||| 1 1
-everything she [X] ||| alles [X] ||| 1 ||| ||| 1 1
-her [X] ||| ihrem [X] ||| 1 ||| ||| 1 1
-possibly [X] ||| Kräften [X] ||| 1 ||| ||| 1 1
-possibly can [X] ||| Kräften [X] ||| 1 ||| ||| 1 1
-she possibly [X] ||| Kräften [X] ||| 1 ||| ||| 1 1
-she possibly can [X] ||| Kräften [X] ||| 1 ||| ||| 1 1
-do [X] ||| tun [X] ||| 1 ||| ||| 1 1
-a [X] ||| einer [X] ||| 1 ||| ||| 1 1
-peaceful [X] ||| friedlichen [X] ||| 1 ||| ||| 1 1
-reconciliation to [X] ||| Lösung [X] ||| 1 ||| ||| 1 1
-a [X] ||| dieser [X] ||| 1 ||| ||| 1 1
-very [X] ||| sehr [X] ||| 1 ||| ||| 1 1
-difficult [X] ||| schwierigen [X] ||| 1 ||| ||| 1 1
-situation [X] ||| Situation [X] ||| 1 ||| ||| 1 1
-? [X] ||| ? [X] ||| 1 ||| ||| 1 1
-would it be [X] ||| wäre es [X] ||| 1 ||| ||| 1 1
-appropriate [X] ||| angemessen , [X] ||| 1 ||| ||| 1 1
-for [X] ||| , wenn [X] ||| 1 ||| ||| 1 1
-for you [X] ||| wenn Sie [X] ||| 1 ||| ||| 1 1
-you , [X] ||| Sie , [X] ||| 1 ||| ||| 1 1
-, Madam [X] ||| , Frau [X] ||| 1 ||| ||| 1 1
-Madam President [X] ||| Frau Präsidentin [X] ||| 1 ||| ||| 1 1
-President , [X] ||| Präsidentin , [X] ||| 1 ||| ||| 1 1
-, [X] ||| , der [X] ||| 1 ||| ||| 1 1
-President [X] ||| der Präsidentin [X] ||| 1 ||| ||| 2 1
-President [X] ||| Präsidentin von [X] ||| 1 ||| ||| 2 1
-Sri [X] ||| von Sri [X] ||| 1 ||| ||| 1 1
-Sri Lankan [X] ||| Sri Lanka [X] ||| 1 ||| ||| 1 1
-write a letter [X] ||| einem Schreiben [X] ||| 1 ||| ||| 1 1
-write a letter to [X] ||| einem Schreiben [X] ||| 1 ||| ||| 1 1
-Parliament 's [X] ||| des Parlaments [X] ||| 1 ||| ||| 1 1
-and the other [X] ||| und anderen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] other [X] ||| [X][X] anderen [X] ||| 1 ||| 0-0 ||| 0.458333 0.458333
-and [X][X] [X] ||| und [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-in Sri [X] ||| von Sri [X] ||| 1 ||| ||| 1 1
-Lanka [X] ||| Lanka übermitteln [X] ||| 1 ||| ||| 1 1
-urging [X] ||| sie auffordern [X] ||| 1 ||| ||| 1 1
-everything [X] ||| , alles [X] ||| 1 ||| ||| 1 1
-everything she [X] ||| , alles [X] ||| 1 ||| ||| 1 1
-possibly [X] ||| Kräften stehende [X] ||| 1 ||| ||| 1 1
-possibly can [X] ||| Kräften stehende [X] ||| 1 ||| ||| 1 1
-she possibly [X] ||| Kräften stehende [X] ||| 1 ||| ||| 1 1
-she possibly can [X] ||| Kräften stehende [X] ||| 1 ||| ||| 1 1
-a peaceful [X] ||| einer friedlichen [X] ||| 1 ||| ||| 1 1
-peaceful reconciliation to [X] ||| friedlichen Lösung [X] ||| 1 ||| ||| 0.5 0.5
-peaceful [X][X] [X] ||| friedlichen [X][X] [X] ||| 1 ||| 1-1 ||| 1.02882 1.02882
-reconciliation to a [X] ||| Lösung dieser [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] a [X] ||| [X][X] dieser [X] ||| 1 ||| 0-0 ||| 0.892857 0.892857
-a very [X] ||| dieser sehr [X] ||| 1 ||| ||| 1 1
-very difficult [X] ||| sehr schwierigen [X] ||| 1 ||| ||| 1 1
-difficult situation [X] ||| schwierigen Situation [X] ||| 1 ||| ||| 1 1
-would it be appropriate [X] ||| wäre es angemessen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] appropriate [X] ||| [X][X] angemessen [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-appropriate for [X] ||| angemessen , wenn [X] ||| 1 ||| ||| 1 1
-for you [X] ||| , wenn Sie [X] ||| 1 ||| ||| 1 1
-for you , [X] ||| wenn Sie , [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 1.50408 1.50408
-for [X][X] [X] ||| wenn [X][X] [X] ||| 1 ||| 1-1 ||| 0.680578 0.680578
-you , Madam [X] ||| Sie , Frau [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Madam [X] ||| [X][X] Frau [X] ||| 1 ||| 0-0 ||| 0.736429 0.736429
-you [X][X] [X] ||| Sie [X][X] [X] ||| 1 ||| 1-1 ||| 0.657576 0.657576
-, Madam President [X] ||| , Frau Präsidentin [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] President [X] ||| [X][X] Präsidentin [X] ||| 1 ||| 0-0 ||| 0.729545 0.729545
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.701923 0.701923
-Madam President , [X] ||| Frau Präsidentin , [X] ||| 1 ||| ||| 0.333333 0.333333
-Madam [X][X] [X] ||| Frau [X][X] [X] ||| 1 ||| 1-1 ||| 0.583333 0.583333
-President , [X] ||| Präsidentin , der [X] ||| 1 ||| ||| 1 1
-President [X] ||| der Präsidentin von [X] ||| 1 ||| ||| 1 1
-Sri Lankan [X] ||| von Sri Lanka [X] ||| 1 ||| ||| 1 1
-to write a letter [X] ||| in einem Schreiben [X] ||| 1 ||| ||| 0.5 0.5
-to [X][X] [X] ||| in [X][X] [X] ||| 1 ||| 1-1 ||| 1 1
-to write a letter to [X] ||| in einem Schreiben [X] ||| 1 ||| ||| 0.333333 0.333333
-to [X][X] to [X] ||| in [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-write a letter to the [X] ||| einem Schreiben das [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] to the [X] ||| [X][X] das [X] ||| 1 ||| 0-0 ||| 0.416667 0.416667
-[X][X] the [X] ||| [X][X] das [X] ||| 1 ||| 0-0 ||| 0.416667 0.416667
-write a letter [X][X] [X] ||| einem Schreiben [X][X] [X] ||| 1 ||| 3-2 ||| 0.25 0.25
-Parliament 's regret [X] ||| Bedauern des Parlaments [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] regret [X] ||| Bedauern [X][X] [X] ||| 1 ||| 0-1 ||| 0.75 0.75
-expressing Parliament 's [X] ||| des Parlaments zum [X] ||| 1 ||| ||| 0.5 0.5
-expressing [X][X] [X] ||| [X][X] zum [X] ||| 1 ||| 1-0 ||| 0.75 0.75
-at his [X] ||| von Herrn Ponnambalam [X] ||| 1 ||| ||| 1 1
-Sri Lanka [X] ||| Sri Lanka übermitteln [X] ||| 1 ||| ||| 1 1
-Lanka and [X] ||| Lanka übermitteln und [X] ||| 1 ||| ||| 1 1
-and urging [X] ||| und sie auffordern [X] ||| 1 ||| ||| 1 1
-urging [X] ||| sie auffordern würden [X] ||| 1 ||| ||| 1 1
-everything [X] ||| würden , alles [X] ||| 1 ||| ||| 1 1
-everything she [X] ||| würden , alles [X] ||| 1 ||| ||| 1 1
-a peaceful reconciliation to [X] ||| einer friedlichen Lösung [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] reconciliation to [X] ||| [X][X] Lösung [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-a [X][X] [X] ||| einer [X][X] [X] ||| 1 ||| 1-1 ||| 0.58259 0.58259
-a peaceful [X][X] [X] ||| einer friedlichen [X][X] [X] ||| 1 ||| 2-2 ||| 0.58259 0.58259
-peaceful reconciliation to a [X] ||| friedlichen Lösung dieser [X] ||| 1 ||| ||| 0.25 0.25
-peaceful [X][X] a [X] ||| friedlichen [X][X] dieser [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-reconciliation to a very [X] ||| Lösung dieser sehr [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] a very [X] ||| [X][X] dieser sehr [X] ||| 1 ||| 0-0 ||| 0.483766 0.483766
-[X][X] very [X] ||| [X][X] sehr [X] ||| 1 ||| 0-0 ||| 0.483766 0.483766
-reconciliation to [X][X] [X] ||| Lösung [X][X] [X] ||| 1 ||| 2-1 ||| 0.446429 0.446429
-a very difficult [X] ||| dieser sehr schwierigen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] difficult [X] ||| [X][X] schwierigen [X] ||| 1 ||| 0-0 ||| 0.60049 0.60049
-a [X][X] [X] ||| dieser [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-very difficult situation [X] ||| sehr schwierigen Situation [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] situation [X] ||| [X][X] Situation [X] ||| 1 ||| 0-0 ||| 0.66406 0.66406
-very [X][X] [X] ||| sehr [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-would it be appropriate [X] ||| wäre es angemessen , [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] appropriate [X] ||| [X][X] angemessen , [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-appropriate for you [X] ||| angemessen , wenn Sie [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] you [X] ||| [X][X] Sie [X] ||| 1 ||| 0-0 ||| 0.35 0.35
-appropriate [X][X] [X] ||| angemessen [X][X] [X] ||| 1 ||| 1-1 ||| 1.06661 0.533304
-appropriate [X][X] [X] ||| angemessen , [X][X] [X] ||| 1 ||| 1-2 ||| 1.06661 0.533304
-for you , [X] ||| , wenn Sie , [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] , [X] ||| , [X][X] , [X] ||| 1 ||| 0-1 ||| 0.287037 0.287037
-for [X][X] [X] ||| , wenn [X][X] [X] ||| 1 ||| 1-2 ||| 0.505019 0.505019
-for you , Madam [X] ||| wenn Sie , Frau [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] , Madam [X] ||| [X][X] , Frau [X] ||| 1 ||| 0-0 ||| 0.403095 0.403095
-for [X][X] Madam [X] ||| wenn [X][X] Frau [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-for you [X][X] [X] ||| wenn Sie [X][X] [X] ||| 1 ||| 2-2 ||| 0.347244 0.347244
-you , Madam President [X] ||| Sie , Frau Präsidentin [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Madam President [X] ||| [X][X] Frau Präsidentin [X] ||| 1 ||| 0-0 ||| 0.396212 0.396212
-you [X][X] President [X] ||| Sie [X][X] Präsidentin [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-you , [X][X] [X] ||| Sie , [X][X] [X] ||| 1 ||| 2-2 ||| 0.324242 0.324242
-, Madam President , [X] ||| , Frau Präsidentin , [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] President , [X] ||| [X][X] Präsidentin , [X] ||| 1 ||| 0-0 ||| 0.399912 0.399912
-, [X][X] , [X] ||| , [X][X] , [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-, Madam [X][X] [X] ||| , Frau [X][X] [X] ||| 1 ||| 2-2 ||| 0.291667 0.291667
-Madam President , [X] ||| Frau Präsidentin , der [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] , [X] ||| [X][X] , der [X] ||| 1 ||| 0-0 ||| 0.523201 0.523201
-Madam [X][X] [X] ||| Frau [X][X] der [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] President [X] ||| Präsidentin [X][X] [X] ||| 1 ||| 0-1 ||| 0.8 0.4
-[X][X] President [X] ||| Präsidentin von [X][X] [X] ||| 1 ||| 0-2 ||| 0.8 0.4
-to [X][X] to the [X] ||| in [X][X] das [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-to [X][X] the [X] ||| in [X][X] das [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-to write a letter [X][X] [X] ||| in einem Schreiben [X][X] [X] ||| 1 ||| 4-3 ||| 0.166667 0.166667
-expressing Parliament 's regret [X] ||| Bedauern des Parlaments zum [X] ||| 1 ||| ||| 0.25 0.25
-expressing [X][X] regret [X] ||| Bedauern [X][X] zum [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-at his and [X] ||| von Herrn Ponnambalam und [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 0-0 ||| 1 1
-at his and the [X] ||| von Herrn Ponnambalam und [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] and the [X] ||| [X][X] und [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-at his [X][X] [X] ||| von Herrn Ponnambalam [X][X] [X] ||| 1 ||| 2-3 ||| 0.458333 0.458333
-in Sri Lanka [X] ||| von Sri Lanka übermitteln [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Lanka [X] ||| [X][X] Lanka übermitteln [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-in [X][X] [X] ||| von [X][X] [X] ||| 1 ||| 1-1 ||| 0.710207 0.710207
-Sri Lanka and [X] ||| Sri Lanka übermitteln und [X] ||| 1 ||| ||| 0.333333 0.333333
-Sri [X][X] [X] ||| Sri [X][X] [X] ||| 1 ||| 1-1 ||| 0.725 0.725
-and urging [X] ||| und sie auffordern würden [X] ||| 1 ||| ||| 1 1
-urging [X] ||| sie auffordern würden , [X] ||| 1 ||| ||| 1 1
-a peaceful reconciliation to a [X] ||| einer friedlichen Lösung dieser [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] reconciliation to a [X] ||| [X][X] Lösung dieser [X] ||| 1 ||| 0-0 ||| 0.142857 0.142857
-a [X][X] a [X] ||| einer [X][X] dieser [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-a peaceful [X][X] a [X] ||| einer friedlichen [X][X] dieser [X] ||| 1 ||| 2-2 ||| 0.142857 0.142857
-peaceful reconciliation to a very [X] ||| friedlichen Lösung dieser sehr [X] ||| 1 ||| ||| 0.142857 0.142857
-peaceful [X][X] a very [X] ||| friedlichen [X][X] dieser sehr [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-peaceful [X][X] very [X] ||| friedlichen [X][X] sehr [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-peaceful reconciliation to [X][X] [X] ||| friedlichen Lösung [X][X] [X] ||| 1 ||| 3-2 ||| 0.278822 0.278822
-reconciliation to a very difficult [X] ||| Lösung dieser sehr schwierigen [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] a very difficult [X] ||| [X][X] dieser sehr schwierigen [X] ||| 1 ||| 0-0 ||| 0.267157 0.267157
-[X][X] a [X][X] [X] ||| [X][X] dieser [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.431217 0.431217
-[X][X] very difficult [X] ||| [X][X] sehr schwierigen [X] ||| 1 ||| 0-0 ||| 0.267157 0.267157
-reconciliation to [X][X] difficult [X] ||| Lösung [X][X] schwierigen [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-reconciliation to a [X][X] [X] ||| Lösung dieser [X][X] [X] ||| 1 ||| 3-2 ||| 0.196429 0.196429
-a very difficult situation [X] ||| dieser sehr schwierigen Situation [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] difficult situation [X] ||| [X][X] schwierigen Situation [X] ||| 1 ||| 0-0 ||| 0.330727 0.330727
-a [X][X] situation [X] ||| dieser [X][X] Situation [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-a very [X][X] [X] ||| dieser sehr [X][X] [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-would it be appropriate for [X] ||| wäre es angemessen , wenn [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] appropriate for [X] ||| [X][X] angemessen , wenn [X] ||| 1 ||| 0-0 ||| 0.2 0.2
-[X][X] for [X] ||| [X][X] , wenn [X] ||| 1 ||| 0-0 ||| 0.4 0.2
-[X][X] for [X] ||| [X][X] wenn [X] ||| 1 ||| 0-0 ||| 0.4 0.2
-would it be [X][X] [X] ||| wäre es [X][X] [X] ||| 1 ||| 3-2 ||| 0.458444 0.458444
-appropriate for you , [X] ||| angemessen , wenn Sie , [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] you , [X] ||| [X][X] Sie , [X] ||| 1 ||| 0-0 ||| 0.1875 0.1875
-appropriate [X][X] , [X] ||| angemessen [X][X] , [X] ||| 1 ||| 1-1 ||| 0.304054 0.152027
-appropriate [X][X] , [X] ||| angemessen , [X][X] , [X] ||| 1 ||| 1-2 ||| 0.304054 0.152027
-appropriate for [X][X] [X] ||| angemessen , wenn [X][X] [X] ||| 1 ||| 2-3 ||| 0.283304 0.283304
-for you , Madam [X] ||| , wenn Sie , Frau [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , Madam [X] ||| , [X][X] , Frau [X] ||| 1 ||| 0-1 ||| 0.125 0.125
-[X][X] Madam [X] ||| , [X][X] Frau [X] ||| 1 ||| 0-1 ||| 0.125 0.125
-for [X][X] Madam [X] ||| , wenn [X][X] Frau [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-for you [X][X] [X] ||| , wenn Sie [X][X] [X] ||| 1 ||| 2-3 ||| 0.255019 0.255019
-for you , Madam President [X] ||| wenn Sie , Frau Präsidentin [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] , Madam President [X] ||| [X][X] , Frau Präsidentin [X] ||| 1 ||| 0-0 ||| 0.229545 0.229545
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.453417 0.453417
-for [X][X] Madam President [X] ||| wenn [X][X] Frau Präsidentin [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-for [X][X] President [X] ||| wenn [X][X] Präsidentin [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-for you [X][X] President [X] ||| wenn Sie [X][X] Präsidentin [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-for you , [X][X] [X] ||| wenn Sie , [X][X] [X] ||| 1 ||| 3-3 ||| 0.180578 0.180578
-you , Madam President , [X] ||| Sie , Frau Präsidentin , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Madam President , [X] ||| [X][X] Frau Präsidentin , [X] ||| 1 ||| 0-0 ||| 0.233246 0.233246
-[X][X] Madam [X][X] [X] ||| [X][X] Frau [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.381447 0.381447
-you [X][X] President , [X] ||| Sie [X][X] Präsidentin , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-you [X][X] , [X] ||| Sie [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-you , [X][X] , [X] ||| Sie , [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-you , Madam [X][X] [X] ||| Sie , Frau [X][X] [X] ||| 1 ||| 3-3 ||| 0.157576 0.157576
-, Madam President , [X] ||| , Frau Präsidentin , der [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] President , [X] ||| [X][X] Präsidentin , der [X] ||| 1 ||| 0-0 ||| 0.273201 0.273201
-, [X][X] , [X] ||| , [X][X] , der [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-, [X][X] [X] ||| , [X][X] der [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-, Madam [X][X] [X] ||| , Frau [X][X] der [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] President [X] ||| der Präsidentin [X][X] [X] ||| 1 ||| 0-2 ||| 0.77193 0.385965
-[X][X] President [X] ||| der Präsidentin von [X][X] [X] ||| 1 ||| 0-3 ||| 0.77193 0.385965
-at his and the other [X] ||| von Herrn Ponnambalam und anderen [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] and the other [X] ||| [X][X] und anderen [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.125 0.125
-[X][X] the other [X] ||| [X][X] anderen [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-at his [X][X] other [X] ||| von Herrn Ponnambalam [X][X] anderen [X] ||| 1 ||| 2-3 ||| 0.125 0.125
-at his and [X][X] [X] ||| von Herrn Ponnambalam und [X][X] [X] ||| 1 ||| 3-4 ||| 0.125 0.125
-in Sri Lanka and [X] ||| von Sri Lanka übermitteln und [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Lanka and [X] ||| [X][X] Lanka übermitteln und [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-in [X][X] and [X] ||| von [X][X] und [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-in Sri [X][X] [X] ||| von Sri [X][X] [X] ||| 1 ||| 2-2 ||| 0.376874 0.376874
-Lanka and urging [X] ||| Lanka übermitteln und sie auffordern [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] urging [X] ||| [X][X] sie auffordern [X] ||| 1 ||| 0-0 ||| 0.590909 0.590909
-Lanka [X][X] [X] ||| Lanka übermitteln [X][X] [X] ||| 1 ||| 1-2 ||| 0.783333 0.783333
-and urging [X] ||| und sie auffordern würden , [X] ||| 1 ||| ||| 1 1
-[X][X] reconciliation to a very [X] ||| [X][X] Lösung dieser sehr [X] ||| 1 ||| 0-0 ||| 0.0909091 0.0909091
-[X][X] reconciliation to [X][X] [X] ||| [X][X] Lösung [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.189733 0.189733
-a [X][X] a very [X] ||| einer [X][X] dieser sehr [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-a [X][X] very [X] ||| einer [X][X] sehr [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-a peaceful [X][X] a very [X] ||| einer friedlichen [X][X] dieser sehr [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-a peaceful [X][X] very [X] ||| einer friedlichen [X][X] sehr [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-a peaceful reconciliation to [X][X] [X] ||| einer friedlichen Lösung [X][X] [X] ||| 1 ||| 4-3 ||| 0.189733 0.189733
-peaceful [X][X] a very difficult [X] ||| friedlichen [X][X] dieser sehr schwierigen [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-peaceful [X][X] a [X][X] [X] ||| friedlichen [X][X] dieser [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.135965 0.135965
-peaceful [X][X] very difficult [X] ||| friedlichen [X][X] sehr schwierigen [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-peaceful [X][X] difficult [X] ||| friedlichen [X][X] schwierigen [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-peaceful reconciliation to [X][X] difficult [X] ||| friedlichen Lösung [X][X] schwierigen [X] ||| 1 ||| 3-2 ||| 0.0833333 0.0833333
-peaceful reconciliation to a [X][X] [X] ||| friedlichen Lösung dieser [X][X] [X] ||| 1 ||| 4-3 ||| 0.135965 0.135965
-[X][X] a very difficult situation [X] ||| [X][X] dieser sehr schwierigen Situation [X] ||| 1 ||| 0-0 ||| 0.16406 0.16406
-[X][X] a [X][X] situation [X] ||| [X][X] dieser [X][X] Situation [X] ||| 1 ||| 0-0 2-2 ||| 0.16406 0.16406
-[X][X] a very [X][X] [X] ||| [X][X] dieser sehr [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.16406 0.16406
-[X][X] very difficult situation [X] ||| [X][X] sehr schwierigen Situation [X] ||| 1 ||| 0-0 ||| 0.16406 0.16406
-[X][X] very [X][X] [X] ||| [X][X] sehr [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.16406 0.16406
-reconciliation to [X][X] difficult situation [X] ||| Lösung [X][X] schwierigen Situation [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-reconciliation to [X][X] situation [X] ||| Lösung [X][X] Situation [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-reconciliation to a [X][X] situation [X] ||| Lösung dieser [X][X] Situation [X] ||| 1 ||| 3-2 ||| 0.0714286 0.0714286
-reconciliation to a very [X][X] [X] ||| Lösung dieser sehr [X][X] [X] ||| 1 ||| 4-3 ||| 0.0714286 0.0714286
-[X][X] appropriate for you [X] ||| [X][X] angemessen , wenn Sie [X] ||| 1 ||| 0-0 ||| 0.1 0.1
-[X][X] appropriate [X][X] [X] ||| [X][X] angemessen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.516888 0.258444
-[X][X] appropriate [X][X] [X] ||| [X][X] angemessen , [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.516888 0.258444
-[X][X] for you [X] ||| [X][X] , wenn Sie [X] ||| 1 ||| 0-0 ||| 0.2 0.1
-[X][X] for you [X] ||| [X][X] wenn Sie [X] ||| 1 ||| 0-0 ||| 0.2 0.1
-would it be [X][X] you [X] ||| wäre es [X][X] Sie [X] ||| 1 ||| 3-2 ||| 0.1 0.1
-would it be appropriate [X][X] [X] ||| wäre es angemessen [X][X] [X] ||| 1 ||| 4-3 ||| 0.516888 0.258444
-would it be appropriate [X][X] [X] ||| wäre es angemessen , [X][X] [X] ||| 1 ||| 4-4 ||| 0.516888 0.258444
-appropriate for you , Madam [X] ||| angemessen , wenn Sie , Frau [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] you , Madam [X] ||| [X][X] Sie , Frau [X] ||| 1 ||| 0-0 ||| 0.111429 0.111429
-[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.254248 0.254248
-appropriate [X][X] , Madam [X] ||| angemessen [X][X] , Frau [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-appropriate [X][X] Madam [X] ||| angemessen [X][X] Frau [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-appropriate [X][X] , Madam [X] ||| angemessen , [X][X] , Frau [X] ||| 1 ||| 1-2 ||| 0.0714286 0.0714286
-appropriate [X][X] Madam [X] ||| angemessen , [X][X] Frau [X] ||| 1 ||| 1-2 ||| 0.0714286 0.0714286
-appropriate for [X][X] Madam [X] ||| angemessen , wenn [X][X] Frau [X] ||| 1 ||| 2-3 ||| 0.0714286 0.0714286
-appropriate for you [X][X] [X] ||| angemessen , wenn Sie [X][X] [X] ||| 1 ||| 3-4 ||| 0.158304 0.158304
-for you , Madam President [X] ||| , wenn Sie , Frau Präsidentin [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] , Madam President [X] ||| , [X][X] , Frau Präsidentin [X] ||| 1 ||| 0-1 ||| 0.0666667 0.0666667
-[X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.13002 0.13002
-[X][X] Madam President [X] ||| , [X][X] Frau Präsidentin [X] ||| 1 ||| 0-1 ||| 0.0666667 0.0666667
-[X][X] President [X] ||| , [X][X] Präsidentin [X] ||| 1 ||| 0-1 ||| 0.0666667 0.0666667
-for [X][X] Madam President [X] ||| , wenn [X][X] Frau Präsidentin [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-for [X][X] President [X] ||| , wenn [X][X] Präsidentin [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-for you [X][X] President [X] ||| , wenn Sie [X][X] Präsidentin [X] ||| 1 ||| 2-3 ||| 0.0666667 0.0666667
-for you , [X][X] [X] ||| , wenn Sie , [X][X] [X] ||| 1 ||| 3-4 ||| 0.13002 0.13002
-[X][X] , Madam President , [X] ||| [X][X] , Frau Präsidentin , [X] ||| 1 ||| 0-0 ||| 0.142337 0.142337
-[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.142337 0.142337
-[X][X] , Madam [X][X] [X] ||| [X][X] , Frau [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.223871 0.223871
-for [X][X] Madam President , [X] ||| wenn [X][X] Frau Präsidentin , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-for [X][X] Madam [X][X] [X] ||| wenn [X][X] Frau [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0896686 0.0896686
-for [X][X] President , [X] ||| wenn [X][X] Präsidentin , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-for [X][X] , [X] ||| wenn [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-for you [X][X] President , [X] ||| wenn Sie [X][X] Präsidentin , [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-for you [X][X] , [X] ||| wenn Sie [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-for you , [X][X] , [X] ||| wenn Sie , [X][X] , [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-for you , Madam [X][X] [X] ||| wenn Sie , Frau [X][X] [X] ||| 1 ||| 4-4 ||| 0.0896686 0.0896686
-you , Madam President , [X] ||| Sie , Frau Präsidentin , der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] Madam President , [X] ||| [X][X] Frau Präsidentin , der [X] ||| 1 ||| 0-0 ||| 0.148201 0.148201
-[X][X] Madam [X][X] [X] ||| [X][X] Frau [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.148201 0.148201
-you [X][X] President , [X] ||| Sie [X][X] Präsidentin , der [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-you [X][X] , [X] ||| Sie [X][X] , der [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-you [X][X] [X] ||| Sie [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-you , [X][X] , [X] ||| Sie , [X][X] , der [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-you , [X][X] [X] ||| Sie , [X][X] der [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-you , Madam [X][X] [X] ||| Sie , Frau [X][X] der [X] ||| 1 ||| 3-3 ||| 0.0666667 0.0666667
-[X][X] to the [X][X] [X] ||| [X][X] [X][X] das [X] ||| 1 ||| 3-0 0-1 ||| 0.307332 0.307332
-[X][X] the [X][X] [X] ||| [X][X] [X][X] das [X] ||| 1 ||| 2-0 0-1 ||| 0.307332 0.307332
-to [X][X] to the [X][X] [X] ||| [X][X] in [X][X] das [X] ||| 1 ||| 4-0 1-2 ||| 0.307332 0.307332
-to [X][X] the [X][X] [X] ||| [X][X] in [X][X] das [X] ||| 1 ||| 3-0 1-2 ||| 0.307332 0.307332
-[X][X] to the Sri Lankan [X] ||| Sri Lanka [X][X] das [X] ||| 1 ||| 0-2 ||| 0.111111 0.111111
-[X][X] the Sri Lankan [X] ||| Sri Lanka [X][X] das [X] ||| 1 ||| 0-2 ||| 0.111111 0.111111
-[X][X] Sri Lankan [X] ||| Sri Lanka [X][X] [X] ||| 1 ||| 0-2 ||| 0.111111 0.111111
-to [X][X] the Sri Lankan [X] ||| Sri Lanka in [X][X] das [X] ||| 1 ||| 1-3 ||| 0.111111 0.111111
-to [X][X] Sri Lankan [X] ||| Sri Lanka in [X][X] [X] ||| 1 ||| 1-3 ||| 0.111111 0.111111
-Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] and urging [X] ||| [X][X] und sie auffordern [X] ||| 1 ||| 0-0 ||| 0.257576 0.257576
-Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] [X] ||| 1 ||| 2-3 ||| 0.391667 0.391667
-Lanka and urging [X] ||| Lanka übermitteln und sie auffordern würden [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] urging [X] ||| [X][X] sie auffordern würden [X] ||| 1 ||| 0-0 ||| 0.441667 0.441667
-Lanka [X][X] [X] ||| Lanka übermitteln [X][X] würden [X] ||| 1 ||| 1-2 ||| 0.25 0.25
-[X][X] reconciliation to [X][X] difficult [X] ||| [X][X] Lösung [X][X] schwierigen [X] ||| 1 ||| 0-0 3-2 ||| 0.0588235 0.0588235
-[X][X] reconciliation to a [X][X] [X] ||| [X][X] Lösung dieser [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.0988235 0.0988235
-a [X][X] a very difficult [X] ||| einer [X][X] dieser sehr schwierigen [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-a [X][X] a [X][X] [X] ||| einer [X][X] dieser [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0988235 0.0988235
-a [X][X] very difficult [X] ||| einer [X][X] sehr schwierigen [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-a [X][X] difficult [X] ||| einer [X][X] schwierigen [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-a peaceful [X][X] a [X][X] [X] ||| einer friedlichen [X][X] dieser [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0988235 0.0988235
-a peaceful [X][X] very difficult [X] ||| einer friedlichen [X][X] sehr schwierigen [X] ||| 1 ||| 2-2 ||| 0.0588235 0.0588235
-a peaceful [X][X] difficult [X] ||| einer friedlichen [X][X] schwierigen [X] ||| 1 ||| 2-2 ||| 0.0588235 0.0588235
-peaceful [X][X] a [X][X] situation [X] ||| friedlichen [X][X] dieser [X][X] Situation [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0526316
-peaceful [X][X] a very [X][X] [X] ||| friedlichen [X][X] dieser sehr [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0526316 0.0526316
-peaceful [X][X] very difficult situation [X] ||| friedlichen [X][X] sehr schwierigen Situation [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-peaceful [X][X] very [X][X] [X] ||| friedlichen [X][X] sehr [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0526316
-peaceful [X][X] difficult situation [X] ||| friedlichen [X][X] schwierigen Situation [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-peaceful [X][X] situation [X] ||| friedlichen [X][X] Situation [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-peaceful reconciliation to [X][X] situation [X] ||| friedlichen Lösung [X][X] Situation [X] ||| 1 ||| 3-2 ||| 0.0526316 0.0526316
-[X][X] appropriate for you , [X] ||| [X][X] angemessen , wenn Sie , [X] ||| 1 ||| 0-0 ||| 0.0625 0.0625
-[X][X] appropriate [X][X] , [X] ||| [X][X] angemessen [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.176282 0.088141
-[X][X] appropriate [X][X] , [X] ||| [X][X] angemessen , [X][X] , [X] ||| 1 ||| 0-0 2-3 ||| 0.176282 0.088141
-[X][X] appropriate for [X][X] [X] ||| [X][X] angemessen , wenn [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.158444 0.158444
-[X][X] for you , [X] ||| [X][X] , wenn Sie , [X] ||| 1 ||| 0-0 ||| 0.0625 0.0625
-[X][X] for [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.158444 0.158444
-[X][X] for you , [X] ||| [X][X] wenn Sie , [X] ||| 1 ||| 0-0 ||| 0.0625 0.0625
-[X][X] for [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.158444 0.158444
-would it be [X][X] , [X] ||| wäre es [X][X] , [X] ||| 1 ||| 3-2 ||| 0.088141 0.088141
-[X][X] you , Madam President [X] ||| [X][X] Sie , Frau Präsidentin [X] ||| 1 ||| 0-0 ||| 0.0719697 0.0719697
-[X][X] you [X][X] President [X] ||| [X][X] Sie [X][X] Präsidentin [X] ||| 1 ||| 0-0 2-2 ||| 0.0719697 0.0719697
-[X][X] you , [X][X] [X] ||| [X][X] Sie , [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.14282 0.14282
-appropriate [X][X] , Madam President [X] ||| angemessen [X][X] , Frau Präsidentin [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-appropriate [X][X] , [X][X] [X] ||| angemessen [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0868755 0.0868755
-appropriate [X][X] Madam President [X] ||| angemessen [X][X] Frau Präsidentin [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-appropriate [X][X] President [X] ||| angemessen [X][X] Präsidentin [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-appropriate [X][X] , Madam President [X] ||| angemessen , [X][X] , Frau Präsidentin [X] ||| 1 ||| 1-2 ||| 0.0416667 0.0416667
-appropriate [X][X] , [X][X] [X] ||| angemessen , [X][X] , [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0868755 0.0868755
-appropriate [X][X] Madam President [X] ||| angemessen , [X][X] Frau Präsidentin [X] ||| 1 ||| 1-2 ||| 0.0416667 0.0416667
-appropriate [X][X] President [X] ||| angemessen , [X][X] Präsidentin [X] ||| 1 ||| 1-2 ||| 0.0416667 0.0416667
-appropriate for [X][X] Madam President [X] ||| angemessen , wenn [X][X] Frau Präsidentin [X] ||| 1 ||| 2-3 ||| 0.0416667 0.0416667
-appropriate for [X][X] President [X] ||| angemessen , wenn [X][X] Präsidentin [X] ||| 1 ||| 2-3 ||| 0.0416667 0.0416667
-appropriate for you [X][X] President [X] ||| angemessen , wenn Sie [X][X] Präsidentin [X] ||| 1 ||| 3-4 ||| 0.0416667 0.0416667
-appropriate for you , [X][X] [X] ||| angemessen , wenn Sie , [X][X] [X] ||| 1 ||| 4-5 ||| 0.0868755 0.0868755
-[X][X] , Madam President , [X] ||| , [X][X] , Frau Präsidentin , [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-[X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , [X] ||| 1 ||| 0-1 2-3 ||| 0.037037 0.037037
-[X][X] , Madam [X][X] [X] ||| , [X][X] , Frau [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0633528 0.0633528
-[X][X] Madam President , [X] ||| , [X][X] Frau Präsidentin , [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-[X][X] Madam [X][X] [X] ||| , [X][X] Frau [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0633528 0.0633528
-[X][X] President , [X] ||| , [X][X] Präsidentin , [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-for [X][X] Madam President , [X] ||| , wenn [X][X] Frau Präsidentin , [X] ||| 1 ||| 1-2 ||| 0.037037 0.037037
-for [X][X] Madam [X][X] [X] ||| , wenn [X][X] Frau [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0633528 0.0633528
-for [X][X] President , [X] ||| , wenn [X][X] Präsidentin , [X] ||| 1 ||| 1-2 ||| 0.037037 0.037037
-for [X][X] , [X] ||| , wenn [X][X] , [X] ||| 1 ||| 1-2 ||| 0.037037 0.037037
-for you [X][X] President , [X] ||| , wenn Sie [X][X] Präsidentin , [X] ||| 1 ||| 2-3 ||| 0.037037 0.037037
-for you [X][X] , [X] ||| , wenn Sie [X][X] , [X] ||| 1 ||| 2-3 ||| 0.037037 0.037037
-for you , [X][X] , [X] ||| , wenn Sie , [X][X] , [X] ||| 1 ||| 3-4 ||| 0.037037 0.037037
-for you , Madam [X][X] [X] ||| , wenn Sie , Frau [X][X] [X] ||| 1 ||| 4-5 ||| 0.0633528 0.0633528
-[X][X] , Madam President , [X] ||| [X][X] , Frau Präsidentin , der [X] ||| 1 ||| 0-0 ||| 0.0815346 0.0815346
-[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , der [X] ||| 1 ||| 0-0 2-2 ||| 0.0815346 0.0815346
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.0815346 0.0815346
-[X][X] , Madam [X][X] [X] ||| [X][X] , Frau [X][X] der [X] ||| 1 ||| 0-0 3-3 ||| 0.0815346 0.0815346
-for [X][X] Madam President , [X] ||| wenn [X][X] Frau Präsidentin , der [X] ||| 1 ||| 1-1 ||| 0.037037 0.037037
-for [X][X] Madam [X][X] [X] ||| wenn [X][X] Frau [X][X] der [X] ||| 1 ||| 1-1 3-3 ||| 0.037037 0.037037
-for [X][X] President , [X] ||| wenn [X][X] Präsidentin , der [X] ||| 1 ||| 1-1 ||| 0.037037 0.037037
-for [X][X] , [X] ||| wenn [X][X] , der [X] ||| 1 ||| 1-1 ||| 0.037037 0.037037
-for [X][X] [X] ||| wenn [X][X] der [X] ||| 1 ||| 1-1 ||| 0.037037 0.037037
-for you [X][X] President , [X] ||| wenn Sie [X][X] Präsidentin , der [X] ||| 1 ||| 2-2 ||| 0.037037 0.037037
-for you [X][X] , [X] ||| wenn Sie [X][X] , der [X] ||| 1 ||| 2-2 ||| 0.037037 0.037037
-for you [X][X] [X] ||| wenn Sie [X][X] der [X] ||| 1 ||| 2-2 ||| 0.037037 0.037037
-for you , [X][X] , [X] ||| wenn Sie , [X][X] , der [X] ||| 1 ||| 3-3 ||| 0.037037 0.037037
-for you , [X][X] [X] ||| wenn Sie , [X][X] der [X] ||| 1 ||| 3-3 ||| 0.037037 0.037037
-for you , Madam [X][X] [X] ||| wenn Sie , Frau [X][X] der [X] ||| 1 ||| 4-4 ||| 0.037037 0.037037
-[X][X] to the [X][X] [X] ||| von [X][X] [X][X] das [X] ||| 1 ||| 3-1 0-2 ||| 0.0769231 0.0769231
-[X][X] the [X][X] [X] ||| von [X][X] [X][X] das [X] ||| 1 ||| 2-1 0-2 ||| 0.0769231 0.0769231
-to [X][X] to the [X][X] [X] ||| von [X][X] in [X][X] das [X] ||| 1 ||| 4-1 1-3 ||| 0.0769231 0.0769231
-to [X][X] the [X][X] [X] ||| von [X][X] in [X][X] das [X] ||| 1 ||| 3-1 1-3 ||| 0.0769231 0.0769231
-[X][X] to the Sri Lankan [X] ||| von Sri Lanka [X][X] das [X] ||| 1 ||| 0-3 ||| 0.0769231 0.0769231
-[X][X] the Sri Lankan [X] ||| von Sri Lanka [X][X] das [X] ||| 1 ||| 0-3 ||| 0.0769231 0.0769231
-[X][X] Sri Lankan [X] ||| von Sri Lanka [X][X] [X] ||| 1 ||| 0-3 ||| 0.0769231 0.0769231
-to [X][X] the Sri Lankan [X] ||| von Sri Lanka in [X][X] das [X] ||| 1 ||| 1-4 ||| 0.0769231 0.0769231
-to [X][X] Sri Lankan [X] ||| von Sri Lanka in [X][X] [X] ||| 1 ||| 1-4 ||| 0.0769231 0.0769231
-in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern [X] ||| 1 ||| 0-0 ||| 0.0909091 0.0909091
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.210207 0.210207
-in [X][X] and urging [X] ||| von [X][X] und sie auffordern [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-in [X][X] urging [X] ||| von [X][X] sie auffordern [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] [X] ||| 1 ||| 3-4 ||| 0.210207 0.210207
-Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern würden [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] and urging [X] ||| [X][X] und sie auffordern würden [X] ||| 1 ||| 0-0 ||| 0.191667 0.191667
-Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern würden [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-Sri [X][X] [X] ||| Sri [X][X] würden [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] würden [X] ||| 1 ||| 2-3 ||| 0.125 0.125
-Lanka and urging [X] ||| Lanka übermitteln und sie auffordern würden , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] urging [X] ||| [X][X] sie auffordern würden , [X] ||| 1 ||| 0-0 ||| 0.352632 0.352632
-Lanka [X][X] [X] ||| Lanka übermitteln [X][X] würden , [X] ||| 1 ||| 1-2 ||| 0.4 0.2
-Lanka [X][X] [X] ||| Lanka übermitteln [X][X] , [X] ||| 1 ||| 1-2 ||| 0.4 0.2
-her to do [X][X] possibly [X] ||| [X][X] in ihrem Kräften stehende zu tun [X] ||| 1 ||| 3-0 ||| 0.783333 0.783333
-her to do everything [X][X] [X] ||| alles in ihrem [X][X] stehende zu tun [X] ||| 1 ||| 4-3 ||| 1.66667 0.833333
-her to do everything [X][X] [X] ||| alles in ihrem [X][X] zu tun [X] ||| 1 ||| 4-3 ||| 1.66667 0.833333
-[X][X] reconciliation to [X][X] situation [X] ||| [X][X] Lösung [X][X] Situation [X] ||| 1 ||| 0-0 3-2 ||| 0.04 0.04
-a [X][X] a [X][X] situation [X] ||| einer [X][X] dieser [X][X] Situation [X] ||| 1 ||| 1-1 3-3 ||| 0.04 0.04
-a [X][X] a very [X][X] [X] ||| einer [X][X] dieser sehr [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.04 0.04
-a [X][X] very difficult situation [X] ||| einer [X][X] sehr schwierigen Situation [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-a [X][X] very [X][X] [X] ||| einer [X][X] sehr [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.04 0.04
-a [X][X] difficult situation [X] ||| einer [X][X] schwierigen Situation [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-a [X][X] situation [X] ||| einer [X][X] Situation [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-a peaceful [X][X] very [X][X] [X] ||| einer friedlichen [X][X] sehr [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.04 0.04
-a peaceful [X][X] difficult situation [X] ||| einer friedlichen [X][X] schwierigen Situation [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-a peaceful [X][X] situation [X] ||| einer friedlichen [X][X] Situation [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-[X][X] appropriate [X][X] , Madam [X] ||| [X][X] angemessen [X][X] , Frau [X] ||| 1 ||| 0-0 2-2 ||| 0.04 0.04
-[X][X] appropriate [X][X] Madam [X] ||| [X][X] angemessen [X][X] Frau [X] ||| 1 ||| 0-0 2-2 ||| 0.04 0.04
-[X][X] appropriate [X][X] , Madam [X] ||| [X][X] angemessen , [X][X] , Frau [X] ||| 1 ||| 0-0 2-3 ||| 0.04 0.04
-[X][X] appropriate [X][X] Madam [X] ||| [X][X] angemessen , [X][X] Frau [X] ||| 1 ||| 0-0 2-3 ||| 0.04 0.04
-[X][X] appropriate for [X][X] Madam [X] ||| [X][X] angemessen , wenn [X][X] Frau [X] ||| 1 ||| 0-0 3-4 ||| 0.04 0.04
-[X][X] appropriate for you [X][X] [X] ||| [X][X] angemessen , wenn Sie [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.0959441 0.0959441
-[X][X] for you , Madam [X] ||| [X][X] , wenn Sie , Frau [X] ||| 1 ||| 0-0 ||| 0.04 0.04
-[X][X] for [X][X] Madam [X] ||| [X][X] , wenn [X][X] Frau [X] ||| 1 ||| 0-0 2-3 ||| 0.04 0.04
-[X][X] for you [X][X] [X] ||| [X][X] , wenn Sie [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.0959441 0.0959441
-[X][X] for you , Madam [X] ||| [X][X] wenn Sie , Frau [X] ||| 1 ||| 0-0 ||| 0.04 0.04
-[X][X] for [X][X] Madam [X] ||| [X][X] wenn [X][X] Frau [X] ||| 1 ||| 0-0 2-2 ||| 0.04 0.04
-[X][X] for you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0959441 0.0959441
-would it be [X][X] Madam [X] ||| wäre es [X][X] Frau [X] ||| 1 ||| 3-2 ||| 0.04 0.04
-[X][X] you [X][X] President , [X] ||| [X][X] Sie [X][X] Präsidentin , [X] ||| 1 ||| 0-0 2-2 ||| 0.0526681 0.0526681
-[X][X] you [X][X] , [X] ||| [X][X] Sie [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.0526681 0.0526681
-[X][X] you , [X][X] , [X] ||| [X][X] Sie , [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.0526681 0.0526681
-[X][X] you , Madam [X][X] [X] ||| [X][X] Sie , Frau [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0708499 0.0708499
-appropriate [X][X] , [X][X] , [X] ||| angemessen [X][X] , [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.027027 0.027027
-appropriate [X][X] , Madam [X][X] [X] ||| angemessen [X][X] , Frau [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0452088 0.0452088
-appropriate [X][X] Madam President , [X] ||| angemessen [X][X] Frau Präsidentin , [X] ||| 1 ||| 1-1 ||| 0.027027 0.027027
-appropriate [X][X] Madam [X][X] [X] ||| angemessen [X][X] Frau [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0452088 0.0452088
-appropriate [X][X] President , [X] ||| angemessen [X][X] Präsidentin , [X] ||| 1 ||| 1-1 ||| 0.027027 0.027027
-appropriate [X][X] , [X][X] , [X] ||| angemessen , [X][X] , [X][X] , [X] ||| 1 ||| 1-2 3-4 ||| 0.027027 0.027027
-appropriate [X][X] , Madam [X][X] [X] ||| angemessen , [X][X] , Frau [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0452088 0.0452088
-appropriate [X][X] Madam President , [X] ||| angemessen , [X][X] Frau Präsidentin , [X] ||| 1 ||| 1-2 ||| 0.027027 0.027027
-appropriate [X][X] Madam [X][X] [X] ||| angemessen , [X][X] Frau [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0452088 0.0452088
-appropriate [X][X] President , [X] ||| angemessen , [X][X] Präsidentin , [X] ||| 1 ||| 1-2 ||| 0.027027 0.027027
-appropriate for [X][X] Madam [X][X] [X] ||| angemessen , wenn [X][X] Frau [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0452088 0.0452088
-appropriate for [X][X] President , [X] ||| angemessen , wenn [X][X] Präsidentin , [X] ||| 1 ||| 2-3 ||| 0.027027 0.027027
-appropriate for [X][X] , [X] ||| angemessen , wenn [X][X] , [X] ||| 1 ||| 2-3 ||| 0.027027 0.027027
-appropriate for you [X][X] , [X] ||| angemessen , wenn Sie [X][X] , [X] ||| 1 ||| 3-4 ||| 0.027027 0.027027
-[X][X] , Madam President , [X] ||| , [X][X] , Frau Präsidentin , der [X] ||| 1 ||| 0-1 ||| 0.0263158 0.0263158
-[X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , der [X] ||| 1 ||| 0-1 2-3 ||| 0.0263158 0.0263158
-[X][X] , [X][X] [X] ||| , [X][X] , [X][X] der [X] ||| 1 ||| 0-1 2-3 ||| 0.0263158 0.0263158
-[X][X] , Madam [X][X] [X] ||| , [X][X] , Frau [X][X] der [X] ||| 1 ||| 0-1 3-4 ||| 0.0263158 0.0263158
-[X][X] Madam President , [X] ||| , [X][X] Frau Präsidentin , der [X] ||| 1 ||| 0-1 ||| 0.0263158 0.0263158
-[X][X] Madam [X][X] [X] ||| , [X][X] Frau [X][X] der [X] ||| 1 ||| 0-1 2-3 ||| 0.0263158 0.0263158
-[X][X] President , [X] ||| , [X][X] Präsidentin , der [X] ||| 1 ||| 0-1 ||| 0.0263158 0.0263158
-[X][X] , [X] ||| , [X][X] , der [X] ||| 1 ||| 0-1 ||| 0.0263158 0.0263158
-for [X][X] Madam President , [X] ||| , wenn [X][X] Frau Präsidentin , der [X] ||| 1 ||| 1-2 ||| 0.0263158 0.0263158
-for [X][X] Madam [X][X] [X] ||| , wenn [X][X] Frau [X][X] der [X] ||| 1 ||| 1-2 3-4 ||| 0.0263158 0.0263158
-for [X][X] President , [X] ||| , wenn [X][X] Präsidentin , der [X] ||| 1 ||| 1-2 ||| 0.0263158 0.0263158
-for [X][X] , [X] ||| , wenn [X][X] , der [X] ||| 1 ||| 1-2 ||| 0.0263158 0.0263158
-for [X][X] [X] ||| , wenn [X][X] der [X] ||| 1 ||| 1-2 ||| 0.0263158 0.0263158
-for you [X][X] President , [X] ||| , wenn Sie [X][X] Präsidentin , der [X] ||| 1 ||| 2-3 ||| 0.0263158 0.0263158
-for you [X][X] , [X] ||| , wenn Sie [X][X] , der [X] ||| 1 ||| 2-3 ||| 0.0263158 0.0263158
-for you [X][X] [X] ||| , wenn Sie [X][X] der [X] ||| 1 ||| 2-3 ||| 0.0263158 0.0263158
-for you , [X][X] , [X] ||| , wenn Sie , [X][X] , der [X] ||| 1 ||| 3-4 ||| 0.0263158 0.0263158
-for you , [X][X] [X] ||| , wenn Sie , [X][X] der [X] ||| 1 ||| 3-4 ||| 0.0263158 0.0263158
-for you , Madam [X][X] [X] ||| , wenn Sie , Frau [X][X] der [X] ||| 1 ||| 4-5 ||| 0.0263158 0.0263158
-[X][X] to the [X][X] President [X] ||| Präsidentin [X][X] [X][X] das [X] ||| 1 ||| 3-1 0-2 ||| 0.0666667 0.0666667
-[X][X] the [X][X] President [X] ||| Präsidentin [X][X] [X][X] das [X] ||| 1 ||| 2-1 0-2 ||| 0.0666667 0.0666667
-to [X][X] the [X][X] President [X] ||| Präsidentin [X][X] in [X][X] das [X] ||| 1 ||| 3-1 1-3 ||| 0.0666667 0.0666667
-[X][X] to the [X][X] President [X] ||| Präsidentin von [X][X] [X][X] das [X] ||| 1 ||| 3-2 0-3 ||| 0.0666667 0.0666667
-[X][X] the [X][X] President [X] ||| Präsidentin von [X][X] [X][X] das [X] ||| 1 ||| 2-2 0-3 ||| 0.0666667 0.0666667
-to [X][X] the [X][X] President [X] ||| Präsidentin von [X][X] in [X][X] das [X] ||| 1 ||| 3-2 1-4 ||| 0.0666667 0.0666667
-[X][X] the Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X][X] das [X] ||| 1 ||| 0-4 ||| 0.0666667 0.0666667
-[X][X] Sri Lankan President [X] ||| Präsidentin von Sri Lanka [X][X] [X] ||| 1 ||| 0-4 ||| 0.0666667 0.0666667
-to [X][X] Sri Lankan President [X] ||| Präsidentin von Sri Lanka in [X][X] [X] ||| 1 ||| 1-5 ||| 0.0666667 0.0666667
-[X][X] and [X][X] violent deaths [X] ||| gewaltsamen Tod [X][X] und [X][X] Bürgern [X] ||| 1 ||| 0-2 2-4 ||| 0.2 0.2
-[X][X] the other violent deaths [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X] ||| 1 ||| 0-2 ||| 0.2 0.2
-[X][X] other violent deaths [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X] ||| 1 ||| 0-2 ||| 0.2 0.2
-[X][X] violent deaths [X] ||| gewaltsamen Tod [X][X] Bürgern [X] ||| 1 ||| 0-2 ||| 0.2 0.2
-at his [X][X] violent deaths [X] ||| gewaltsamen Tod von Herrn Ponnambalam [X][X] Bürgern [X] ||| 1 ||| 2-5 ||| 0.2 0.2
-in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern würden [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern würden [X] ||| 1 ||| 0-0 ||| 0.0666667 0.0666667
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] würden [X] ||| 1 ||| 0-0 2-3 ||| 0.0666667 0.0666667
-in [X][X] and urging [X] ||| von [X][X] und sie auffordern würden [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-in [X][X] urging [X] ||| von [X][X] sie auffordern würden [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-in [X][X] [X] ||| von [X][X] würden [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern würden [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-in Sri [X][X] [X] ||| von Sri [X][X] würden [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] würden [X] ||| 1 ||| 3-4 ||| 0.0666667 0.0666667
-Sri Lanka and urging [X] ||| Sri Lanka übermitteln und sie auffordern würden , [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] and urging [X] ||| [X][X] und sie auffordern würden , [X] ||| 1 ||| 0-0 ||| 0.152632 0.152632
-Sri [X][X] urging [X] ||| Sri [X][X] sie auffordern würden , [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-Sri [X][X] [X] ||| Sri [X][X] würden , [X] ||| 1 ||| 1-1 ||| 0.2 0.1
-Sri [X][X] [X] ||| Sri [X][X] , [X] ||| 1 ||| 1-1 ||| 0.2 0.1
-Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] würden , [X] ||| 1 ||| 2-3 ||| 0.2 0.1
-Sri Lanka [X][X] [X] ||| Sri Lanka übermitteln [X][X] , [X] ||| 1 ||| 2-3 ||| 0.2 0.1
-her to do [X][X] possibly [X] ||| , [X][X] in ihrem Kräften stehende zu tun [X] ||| 1 ||| 3-1 ||| 0.25 0.25
-her to do everything [X][X] [X] ||| , alles in ihrem [X][X] stehende zu tun [X] ||| 1 ||| 4-4 ||| 1.5 0.75
-her to do everything [X][X] [X] ||| , alles in ihrem [X][X] zu tun [X] ||| 1 ||| 4-4 ||| 1.5 0.75
-[X][X] appropriate [X][X] Madam President [X] ||| [X][X] angemessen [X][X] Frau Präsidentin [X] ||| 1 ||| 0-0 2-2 ||| 0.030303 0.030303
-[X][X] appropriate [X][X] President [X] ||| [X][X] angemessen [X][X] Präsidentin [X] ||| 1 ||| 0-0 2-2 ||| 0.030303 0.030303
-[X][X] appropriate [X][X] Madam President [X] ||| [X][X] angemessen , [X][X] Frau Präsidentin [X] ||| 1 ||| 0-0 2-3 ||| 0.030303 0.030303
-[X][X] appropriate [X][X] President [X] ||| [X][X] angemessen , [X][X] Präsidentin [X] ||| 1 ||| 0-0 2-3 ||| 0.030303 0.030303
-[X][X] appropriate for [X][X] President [X] ||| [X][X] angemessen , wenn [X][X] Präsidentin [X] ||| 1 ||| 0-0 3-4 ||| 0.030303 0.030303
-[X][X] for [X][X] Madam President [X] ||| [X][X] , wenn [X][X] Frau Präsidentin [X] ||| 1 ||| 0-0 2-3 ||| 0.030303 0.030303
-[X][X] for [X][X] President [X] ||| [X][X] , wenn [X][X] Präsidentin [X] ||| 1 ||| 0-0 2-3 ||| 0.030303 0.030303
-[X][X] for you [X][X] President [X] ||| [X][X] , wenn Sie [X][X] Präsidentin [X] ||| 1 ||| 0-0 3-4 ||| 0.030303 0.030303
-[X][X] for you , [X][X] [X] ||| [X][X] , wenn Sie , [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.0559441 0.0559441
-[X][X] for [X][X] Madam President [X] ||| [X][X] wenn [X][X] Frau Präsidentin [X] ||| 1 ||| 0-0 2-2 ||| 0.030303 0.030303
-[X][X] for [X][X] President [X] ||| [X][X] wenn [X][X] Präsidentin [X] ||| 1 ||| 0-0 2-2 ||| 0.030303 0.030303
-[X][X] for you [X][X] President [X] ||| [X][X] wenn Sie [X][X] Präsidentin [X] ||| 1 ||| 0-0 3-3 ||| 0.030303 0.030303
-[X][X] for you , [X][X] [X] ||| [X][X] wenn Sie , [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0559441 0.0559441
-would it be [X][X] President [X] ||| wäre es [X][X] Präsidentin [X] ||| 1 ||| 3-2 ||| 0.030303 0.030303
-[X][X] you [X][X] President , [X] ||| [X][X] Sie [X][X] Präsidentin , der [X] ||| 1 ||| 0-0 2-2 ||| 0.0181818 0.0181818
-[X][X] you [X][X] , [X] ||| [X][X] Sie [X][X] , der [X] ||| 1 ||| 0-0 2-2 ||| 0.0181818 0.0181818
-[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.0181818 0.0181818
-[X][X] you , [X][X] , [X] ||| [X][X] Sie , [X][X] , der [X] ||| 1 ||| 0-0 3-3 ||| 0.0181818 0.0181818
-[X][X] you , [X][X] [X] ||| [X][X] Sie , [X][X] der [X] ||| 1 ||| 0-0 3-3 ||| 0.0181818 0.0181818
-[X][X] you , Madam [X][X] [X] ||| [X][X] Sie , Frau [X][X] der [X] ||| 1 ||| 0-0 4-4 ||| 0.0181818 0.0181818
-appropriate [X][X] , [X][X] , [X] ||| angemessen [X][X] , [X][X] , der [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-appropriate [X][X] , [X][X] [X] ||| angemessen [X][X] , [X][X] der [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-appropriate [X][X] , Madam [X][X] [X] ||| angemessen [X][X] , Frau [X][X] der [X] ||| 1 ||| 1-1 4-4 ||| 0.0181818 0.0181818
-appropriate [X][X] Madam President , [X] ||| angemessen [X][X] Frau Präsidentin , der [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-appropriate [X][X] Madam [X][X] [X] ||| angemessen [X][X] Frau [X][X] der [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-appropriate [X][X] President , [X] ||| angemessen [X][X] Präsidentin , der [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-appropriate [X][X] , [X] ||| angemessen [X][X] , der [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-appropriate [X][X] [X] ||| angemessen [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-appropriate [X][X] , [X][X] , [X] ||| angemessen , [X][X] , [X][X] , der [X] ||| 1 ||| 1-2 3-4 ||| 0.0181818 0.0181818
-appropriate [X][X] , [X][X] [X] ||| angemessen , [X][X] , [X][X] der [X] ||| 1 ||| 1-2 3-4 ||| 0.0181818 0.0181818
-appropriate [X][X] , Madam [X][X] [X] ||| angemessen , [X][X] , Frau [X][X] der [X] ||| 1 ||| 1-2 4-5 ||| 0.0181818 0.0181818
-appropriate [X][X] Madam President , [X] ||| angemessen , [X][X] Frau Präsidentin , der [X] ||| 1 ||| 1-2 ||| 0.0181818 0.0181818
-appropriate [X][X] Madam [X][X] [X] ||| angemessen , [X][X] Frau [X][X] der [X] ||| 1 ||| 1-2 3-4 ||| 0.0181818 0.0181818
-appropriate [X][X] President , [X] ||| angemessen , [X][X] Präsidentin , der [X] ||| 1 ||| 1-2 ||| 0.0181818 0.0181818
-appropriate [X][X] , [X] ||| angemessen , [X][X] , der [X] ||| 1 ||| 1-2 ||| 0.0181818 0.0181818
-appropriate [X][X] [X] ||| angemessen , [X][X] der [X] ||| 1 ||| 1-2 ||| 0.0181818 0.0181818
-appropriate for [X][X] Madam [X][X] [X] ||| angemessen , wenn [X][X] Frau [X][X] der [X] ||| 1 ||| 2-3 4-5 ||| 0.0181818 0.0181818
-appropriate for [X][X] President , [X] ||| angemessen , wenn [X][X] Präsidentin , der [X] ||| 1 ||| 2-3 ||| 0.0181818 0.0181818
-appropriate for [X][X] , [X] ||| angemessen , wenn [X][X] , der [X] ||| 1 ||| 2-3 ||| 0.0181818 0.0181818
-appropriate for [X][X] [X] ||| angemessen , wenn [X][X] der [X] ||| 1 ||| 2-3 ||| 0.0181818 0.0181818
-appropriate for you [X][X] , [X] ||| angemessen , wenn Sie [X][X] , der [X] ||| 1 ||| 3-4 ||| 0.0181818 0.0181818
-appropriate for you [X][X] [X] ||| angemessen , wenn Sie [X][X] der [X] ||| 1 ||| 3-4 ||| 0.0181818 0.0181818
-appropriate for you , [X][X] [X] ||| angemessen , wenn Sie , [X][X] der [X] ||| 1 ||| 4-5 ||| 0.0181818 0.0181818
-[X][X] to the [X][X] [X] ||| der [X][X] [X][X] das [X] ||| 1 ||| 3-1 0-2 ||| 0.0526316 0.0526316
-[X][X] the [X][X] [X] ||| der [X][X] [X][X] das [X] ||| 1 ||| 2-1 0-2 ||| 0.0526316 0.0526316
-to [X][X] to the [X][X] [X] ||| der [X][X] in [X][X] das [X] ||| 1 ||| 4-1 1-3 ||| 0.0526316 0.0526316
-to [X][X] the [X][X] [X] ||| der [X][X] in [X][X] das [X] ||| 1 ||| 3-1 1-3 ||| 0.0526316 0.0526316
-[X][X] to the [X][X] President [X] ||| der Präsidentin [X][X] [X][X] das [X] ||| 1 ||| 3-2 0-3 ||| 0.0526316 0.0526316
-[X][X] the [X][X] President [X] ||| der Präsidentin [X][X] [X][X] das [X] ||| 1 ||| 2-2 0-3 ||| 0.0526316 0.0526316
-to [X][X] the [X][X] President [X] ||| der Präsidentin [X][X] in [X][X] das [X] ||| 1 ||| 3-2 1-4 ||| 0.0526316 0.0526316
-[X][X] to the [X][X] President [X] ||| der Präsidentin von [X][X] [X][X] das [X] ||| 1 ||| 3-3 0-4 ||| 0.0526316 0.0526316
-[X][X] the [X][X] President [X] ||| der Präsidentin von [X][X] [X][X] das [X] ||| 1 ||| 2-3 0-4 ||| 0.0526316 0.0526316
-to [X][X] the [X][X] President [X] ||| der Präsidentin von [X][X] in [X][X] das [X] ||| 1 ||| 3-3 1-5 ||| 0.0526316 0.0526316
-[X][X] the Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X][X] das [X] ||| 1 ||| 0-5 ||| 0.0526316 0.0526316
-[X][X] Sri Lankan President [X] ||| der Präsidentin von Sri Lanka [X][X] [X] ||| 1 ||| 0-5 ||| 0.0526316 0.0526316
-to [X][X] Sri Lankan President [X] ||| der Präsidentin von Sri Lanka in [X][X] [X] ||| 1 ||| 1-6 ||| 0.0526316 0.0526316
-[X][X] in [X] ||| [X][X] von [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-[X][X] other violent deaths in [X] ||| gewaltsamen Tod [X][X] anderen Bürgern von [X] ||| 1 ||| 0-2 ||| 0.333333 0.333333
-[X][X] violent deaths in [X] ||| gewaltsamen Tod [X][X] Bürgern von [X] ||| 1 ||| 0-2 ||| 0.333333 0.333333
-in Sri Lanka and urging [X] ||| von Sri Lanka übermitteln und sie auffordern würden , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] Lanka and urging [X] ||| [X][X] Lanka übermitteln und sie auffordern würden , [X] ||| 1 ||| 0-0 ||| 0.0526316 0.0526316
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] würden , [X] ||| 1 ||| 0-0 2-3 ||| 0.105263 0.0526316
-[X][X] Lanka [X][X] [X] ||| [X][X] Lanka übermitteln [X][X] , [X] ||| 1 ||| 0-0 2-3 ||| 0.105263 0.0526316
-in [X][X] and urging [X] ||| von [X][X] und sie auffordern würden , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-in [X][X] urging [X] ||| von [X][X] sie auffordern würden , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-in [X][X] [X] ||| von [X][X] würden , [X] ||| 1 ||| 1-1 ||| 0.105263 0.0526316
-in [X][X] [X] ||| von [X][X] , [X] ||| 1 ||| 1-1 ||| 0.105263 0.0526316
-in Sri [X][X] urging [X] ||| von Sri [X][X] sie auffordern würden , [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-in Sri [X][X] [X] ||| von Sri [X][X] würden , [X] ||| 1 ||| 2-2 ||| 0.105263 0.0526316
-in Sri [X][X] [X] ||| von Sri [X][X] , [X] ||| 1 ||| 2-2 ||| 0.105263 0.0526316
-in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] würden , [X] ||| 1 ||| 3-4 ||| 0.105263 0.0526316
-in Sri Lanka [X][X] [X] ||| von Sri Lanka übermitteln [X][X] , [X] ||| 1 ||| 3-4 ||| 0.105263 0.0526316
-her to do [X][X] possibly [X] ||| würden [X][X] in ihrem Kräften stehende zu tun [X] ||| 1 ||| 3-1 ||| 0.4 0.2
-her to do [X][X] possibly [X] ||| würden , [X][X] in ihrem Kräften stehende zu tun [X] ||| 1 ||| 3-2 ||| 0.4 0.2
-her to do everything [X][X] [X] ||| würden , alles in ihrem [X][X] stehende zu tun [X] ||| 1 ||| 4-5 ||| 1.4 0.7
-her to do everything [X][X] [X] ||| würden , alles in ihrem [X][X] zu tun [X] ||| 1 ||| 4-5 ||| 1.4 0.7
-[X][X] appropriate [X][X] President , [X] ||| [X][X] angemessen [X][X] Präsidentin , [X] ||| 1 ||| 0-0 2-2 ||| 0.051282 0.025641
-[X][X] appropriate [X][X] President , [X] ||| [X][X] angemessen , [X][X] Präsidentin , [X] ||| 1 ||| 0-0 2-3 ||| 0.051282 0.025641
-[X][X] appropriate for [X][X] , [X] ||| [X][X] angemessen , wenn [X][X] , [X] ||| 1 ||| 0-0 3-4 ||| 0.025641 0.025641
-[X][X] for [X][X] President , [X] ||| [X][X] , wenn [X][X] Präsidentin , [X] ||| 1 ||| 0-0 2-3 ||| 0.025641 0.025641
-[X][X] for [X][X] , [X] ||| [X][X] , wenn [X][X] , [X] ||| 1 ||| 0-0 2-3 ||| 0.025641 0.025641
-[X][X] for you [X][X] , [X] ||| [X][X] , wenn Sie [X][X] , [X] ||| 1 ||| 0-0 3-4 ||| 0.025641 0.025641
-[X][X] for [X][X] President , [X] ||| [X][X] wenn [X][X] Präsidentin , [X] ||| 1 ||| 0-0 2-2 ||| 0.025641 0.025641
-[X][X] for [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.025641 0.025641
-[X][X] for you [X][X] , [X] ||| [X][X] wenn Sie [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.025641 0.025641
-, [X][X] to the [X][X] [X] ||| , [X][X] [X][X] das [X] ||| 1 ||| 4-1 1-2 ||| 0.0769231 0.0769231
-, [X][X] the [X][X] [X] ||| , [X][X] [X][X] das [X] ||| 1 ||| 3-1 1-2 ||| 0.0769231 0.0769231
-, to [X][X] the [X][X] [X] ||| , [X][X] in [X][X] das [X] ||| 1 ||| 4-1 2-3 ||| 0.0769231 0.0769231
-, [X][X] to the [X][X] [X] ||| , der [X][X] [X][X] das [X] ||| 1 ||| 4-2 1-3 ||| 0.0769231 0.0769231
-, [X][X] the [X][X] [X] ||| , der [X][X] [X][X] das [X] ||| 1 ||| 3-2 1-3 ||| 0.0769231 0.0769231
-, to [X][X] the [X][X] [X] ||| , der [X][X] in [X][X] das [X] ||| 1 ||| 4-2 2-4 ||| 0.0769231 0.0769231
-, [X][X] [X] ||| , der [X][X] [X] ||| 1 ||| 1-2 ||| 0.0769231 0.0769231
-, [X][X] the [X][X] President [X] ||| , der Präsidentin [X][X] [X][X] das [X] ||| 1 ||| 3-3 1-4 ||| 0.0769231 0.0769231
-, [X][X] President [X] ||| , der Präsidentin [X][X] [X] ||| 1 ||| 1-3 ||| 0.0769231 0.0769231
-, [X][X] the [X][X] President [X] ||| , der Präsidentin von [X][X] [X][X] das [X] ||| 1 ||| 3-4 1-5 ||| 0.0769231 0.0769231
-, [X][X] President [X] ||| , der Präsidentin von [X][X] [X] ||| 1 ||| 1-4 ||| 0.0769231 0.0769231
-, [X][X] Sri Lankan President [X] ||| , der Präsidentin von Sri Lanka [X][X] [X] ||| 1 ||| 1-6 ||| 0.0769231 0.0769231
-[X][X] in Sri [X] ||| [X][X] von Sri [X] ||| 1 ||| 0-0 ||| 0.2 0.2
-[X][X] Sri [X] ||| [X][X] Sri [X] ||| 1 ||| 0-0 ||| 0.2 0.2
-[X][X] other violent deaths [X][X] [X] ||| gewaltsamen Tod [X][X] anderen Bürgern [X][X] [X] ||| 1 ||| 0-2 4-5 ||| 0.2 0.2
-[X][X] violent deaths in Sri [X] ||| gewaltsamen Tod [X][X] Bürgern von Sri [X] ||| 1 ||| 0-2 ||| 0.2 0.2
-[X][X] violent deaths [X][X] [X] ||| gewaltsamen Tod [X][X] Bürgern [X][X] [X] ||| 1 ||| 0-2 3-4 ||| 0.2 0.2
-yes [X] ||| ja [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 2 2
-Mr [X] ||| Herr [X] ||| 1 ||| ||| 1 1
-Evans [X] ||| Evans [X] ||| 1 ||| ||| 1 1
-I [X] ||| ich [X] ||| 1 ||| ||| 1 1
-an [X] ||| eine [X] ||| 1 ||| ||| 1 1
-the type [X] ||| derartige [X] ||| 1 ||| ||| 1 1
-the type you [X] ||| derartige [X] ||| 1 ||| ||| 1 1
-the type you have [X] ||| derartige [X] ||| 1 ||| ||| 1 1
-the type you have just [X] ||| derartige [X] ||| 1 ||| ||| 1 1
-of the type [X] ||| derartige [X] ||| 1 ||| ||| 1 1
-of the type you [X] ||| derartige [X] ||| 1 ||| ||| 1 1
-of the type you have [X] ||| derartige [X] ||| 1 ||| ||| 1 1
-initiative [X] ||| Initiative [X] ||| 1 ||| ||| 1 1
-initiative of [X] ||| Initiative [X] ||| 1 ||| ||| 1 1
-entirely [X] ||| durchaus [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-yes , [X] ||| ja , [X] ||| 1 ||| ||| 1 1
-, Mr [X] ||| , Herr [X] ||| 1 ||| ||| 1 1
-Mr Evans [X] ||| Herr Evans [X] ||| 1 ||| ||| 1 1
-Evans , [X] ||| Evans , [X] ||| 1 ||| ||| 1 1
-, I [X] ||| , ich [X] ||| 1 ||| ||| 1 1
-initiative of the type [X] ||| derartige Initiative [X] ||| 1 ||| ||| 0.25 0.25
-initiative of [X][X] [X] ||| [X][X] Initiative [X] ||| 1 ||| 2-0 ||| 0.845238 0.845238
-initiative [X][X] [X] ||| [X][X] Initiative [X] ||| 1 ||| 1-0 ||| 0.845238 0.845238
-[X][X] the type [X] ||| derartige [X][X] [X] ||| 1 ||| 0-1 ||| 0.25 0.25
-initiative of the type you [X] ||| derartige Initiative [X] ||| 1 ||| ||| 0.166667 0.166667
-initiative of [X][X] you [X] ||| [X][X] Initiative [X] ||| 1 ||| 2-0 ||| 0.166667 0.166667
-initiative [X][X] you [X] ||| [X][X] Initiative [X] ||| 1 ||| 1-0 ||| 0.166667 0.166667
-[X][X] the type you [X] ||| derartige [X][X] [X] ||| 1 ||| 0-1 ||| 0.166667 0.166667
-initiative of [X][X] you have [X] ||| [X][X] Initiative [X] ||| 1 ||| 2-0 ||| 0.142857 0.142857
-initiative of [X][X] have [X] ||| [X][X] Initiative [X] ||| 1 ||| 2-0 ||| 0.142857 0.142857
-initiative [X][X] you have [X] ||| [X][X] Initiative [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-initiative [X][X] have [X] ||| [X][X] Initiative [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-[X][X] the type you have [X] ||| derartige [X][X] [X] ||| 1 ||| 0-1 ||| 0.142857 0.142857
-initiative of [X][X] have just [X] ||| [X][X] Initiative [X] ||| 1 ||| 2-0 ||| 0.142857 0.142857
-initiative of [X][X] just [X] ||| [X][X] Initiative [X] ||| 1 ||| 2-0 ||| 0.142857 0.142857
-initiative [X][X] you have just [X] ||| [X][X] Initiative [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-initiative [X][X] have just [X] ||| [X][X] Initiative [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-initiative [X][X] just [X] ||| [X][X] Initiative [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-initiative of [X][X] just suggested [X] ||| [X][X] Initiative [X] ||| 1 ||| 2-0 ||| 0.142857 0.142857
-initiative of [X][X] suggested [X] ||| [X][X] Initiative [X] ||| 1 ||| 2-0 ||| 0.142857 0.142857
-initiative [X][X] have just suggested [X] ||| [X][X] Initiative [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-initiative [X][X] just suggested [X] ||| [X][X] Initiative [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-initiative [X][X] suggested [X] ||| [X][X] Initiative [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-yes , Mr [X] ||| ja , Herr [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Mr [X] ||| [X][X] Herr [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-yes [X][X] [X] ||| ja [X][X] [X] ||| 1 ||| 1-1 ||| 0.703664 0.703664
-, Mr Evans [X] ||| , Herr Evans [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Evans [X] ||| [X][X] Evans [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 1.29667 1.29667
-Mr Evans , [X] ||| Herr Evans , [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.590909 0.590909
-Mr [X][X] [X] ||| Herr [X][X] [X] ||| 1 ||| 1-1 ||| 0.675799 0.675799
-Evans , I [X] ||| Evans , ich [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] I [X] ||| [X][X] ich [X] ||| 1 ||| 0-0 ||| 0.643541 0.643541
-Evans [X][X] [X] ||| Evans [X][X] [X] ||| 1 ||| 1-1 ||| 0.657936 0.657936
-feel [X] ||| denke , daß [X] ||| 1 ||| ||| 1 1
-an initiative of the type [X] ||| eine derartige Initiative [X] ||| 1 ||| ||| 0.2 0.2
-an initiative of [X][X] [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 3-1 ||| 0.690079 0.690079
-an initiative [X][X] [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 2-1 ||| 0.690079 0.690079
-an [X][X] [X] ||| eine [X][X] [X] ||| 1 ||| 1-1 ||| 0.690079 0.690079
-an [X][X] the type [X] ||| eine derartige [X][X] [X] ||| 1 ||| 1-2 ||| 0.2 0.2
-an initiative of [X][X] you [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 3-1 ||| 0.142857 0.142857
-an initiative [X][X] you [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 2-1 ||| 0.142857 0.142857
-an [X][X] you [X] ||| eine [X][X] [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-an [X][X] the type you [X] ||| eine derartige [X][X] [X] ||| 1 ||| 1-2 ||| 0.142857 0.142857
-an initiative of [X][X] have [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 3-1 ||| 0.125 0.125
-an initiative [X][X] you have [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-an initiative [X][X] have [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-an [X][X] you have [X] ||| eine [X][X] [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-an [X][X] have [X] ||| eine [X][X] [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-an initiative of [X][X] just [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 3-1 ||| 0.111111 0.111111
-an initiative [X][X] have just [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-an initiative [X][X] just [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-an [X][X] you have just [X] ||| eine [X][X] [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-an [X][X] have just [X] ||| eine [X][X] [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-an [X][X] just [X] ||| eine [X][X] [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-an initiative of [X][X] suggested [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 3-1 ||| 0.111111 0.111111
-an initiative [X][X] just suggested [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-an initiative [X][X] suggested [X] ||| eine [X][X] Initiative [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-an [X][X] have just suggested [X] ||| eine [X][X] [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-an [X][X] just suggested [X] ||| eine [X][X] [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-an [X][X] suggested [X] ||| eine [X][X] [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-would be entirely appropriate [X] ||| durchaus angebracht ist [X] ||| 1 ||| ||| 1 1
-suggested would be entirely appropriate [X] ||| durchaus angebracht ist [X] ||| 1 ||| ||| 1 1
-yes , Mr Evans [X] ||| ja , Herr Evans [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Mr Evans [X] ||| [X][X] Herr Evans [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-yes [X][X] Evans [X] ||| ja [X][X] Evans [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-yes , [X][X] [X] ||| ja , [X][X] [X] ||| 1 ||| 2-2 ||| 0.370331 0.370331
-, Mr Evans , [X] ||| , Herr Evans , [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Evans , [X] ||| [X][X] Evans , [X] ||| 1 ||| 0-0 ||| 0.257576 0.257576
-, [X][X] , [X] ||| , [X][X] , [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-, Mr [X][X] [X] ||| , Herr [X][X] [X] ||| 1 ||| 2-2 ||| 0.34469 0.34469
-Mr Evans , I [X] ||| Herr Evans , ich [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] , I [X] ||| [X][X] , ich [X] ||| 1 ||| 0-0 ||| 0.310207 0.310207
-Mr [X][X] I [X] ||| Herr [X][X] ich [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Mr Evans [X][X] [X] ||| Herr Evans [X][X] [X] ||| 1 ||| 2-2 ||| 0.342465 0.342465
-I feel [X] ||| ich denke , daß [X] ||| 1 ||| ||| 1 1
-feel an [X] ||| denke , daß eine [X] ||| 1 ||| ||| 1 1
-would be entirely appropriate . [X] ||| durchaus angebracht ist . [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 1.83333 1.83333
-suggested [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 1-0 ||| 0.5 0.5
-just suggested [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-just [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-have just suggested [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-have just [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-have [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-you have just [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-you have [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-you [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-yes , Mr Evans , [X] ||| ja , Herr Evans , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Mr Evans , [X] ||| [X][X] Herr Evans , [X] ||| 1 ||| 0-0 ||| 0.0909091 0.0909091
-[X][X] Mr [X][X] [X] ||| [X][X] Herr [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.203664 0.203664
-yes [X][X] Evans , [X] ||| ja [X][X] Evans , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-yes [X][X] , [X] ||| ja [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-yes , [X][X] , [X] ||| ja , [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-yes , Mr [X][X] [X] ||| ja , Herr [X][X] [X] ||| 1 ||| 3-3 ||| 0.203664 0.203664
-, Mr Evans , I [X] ||| , Herr Evans , ich [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Evans , I [X] ||| [X][X] Evans , ich [X] ||| 1 ||| 0-0 ||| 0.143541 0.143541
-[X][X] Evans [X][X] [X] ||| [X][X] Evans [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.290779 0.290779
-, [X][X] , I [X] ||| , [X][X] , ich [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-, [X][X] I [X] ||| , [X][X] ich [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-, Mr [X][X] I [X] ||| , Herr [X][X] ich [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-, Mr Evans [X][X] [X] ||| , Herr Evans [X][X] [X] ||| 1 ||| 3-3 ||| 0.178023 0.178023
-, I feel [X] ||| , ich denke , daß [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] feel [X] ||| [X][X] denke , daß [X] ||| 1 ||| 0-0 ||| 0.678023 0.678023
-I feel an [X] ||| ich denke , daß eine [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] an [X] ||| [X][X] eine [X] ||| 1 ||| 0-0 ||| 0.703664 0.703664
-I [X][X] [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 0.548033 0.548033
-[X][X] Mr Evans , I [X] ||| [X][X] Herr Evans , ich [X] ||| 1 ||| 0-0 ||| 0.0526316 0.0526316
-[X][X] Mr [X][X] I [X] ||| [X][X] Herr [X][X] ich [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] Mr Evans [X][X] [X] ||| [X][X] Herr Evans [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.112755 0.112755
-yes [X][X] Evans , I [X] ||| ja [X][X] Evans , ich [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-yes [X][X] Evans [X][X] [X] ||| ja [X][X] Evans [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.112755 0.112755
-yes [X][X] , I [X] ||| ja [X][X] , ich [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-yes [X][X] I [X] ||| ja [X][X] ich [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-yes , [X][X] , I [X] ||| ja , [X][X] , ich [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-yes , [X][X] I [X] ||| ja , [X][X] ich [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-yes , Mr [X][X] I [X] ||| ja , Herr [X][X] ich [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-yes , Mr Evans [X][X] [X] ||| ja , Herr Evans [X][X] [X] ||| 1 ||| 4-4 ||| 0.112755 0.112755
-Evans , I feel [X] ||| Evans , ich denke , daß [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] I feel [X] ||| [X][X] ich denke , daß [X] ||| 1 ||| 0-0 ||| 0.34469 0.34469
-Evans [X][X] feel [X] ||| Evans [X][X] denke , daß [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Evans , [X][X] [X] ||| Evans , [X][X] [X] ||| 1 ||| 2-2 ||| 0.324603 0.324603
-, I feel an [X] ||| , ich denke , daß eine [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] feel an [X] ||| [X][X] denke , daß eine [X] ||| 1 ||| 0-0 ||| 0.370331 0.370331
-, [X][X] an [X] ||| , [X][X] eine [X] ||| 1 ||| 1-1 ||| 0.201149 0.201149
-, I [X][X] [X] ||| , ich [X][X] [X] ||| 1 ||| 2-2 ||| 0.285316 0.285316
-[X][X] initiative of the type [X] ||| [X][X] derartige Initiative [X] ||| 1 ||| 0-0 ||| 0.326813 0.326813
-[X][X] initiative of [X][X] [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 3-1 ||| 0.853305 0.853305
-[X][X] initiative [X][X] [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 2-1 ||| 0.853305 0.853305
-feel [X][X] [X] ||| denke , daß [X][X] [X] ||| 1 ||| 1-3 ||| 0.420671 0.420671
-feel an initiative of [X][X] [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| 4-4 ||| 0.420671 0.420671
-feel an initiative [X][X] [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| 3-4 ||| 0.420671 0.420671
-feel an [X][X] [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| 2-4 ||| 0.420671 0.420671
-feel an [X][X] the type [X] ||| denke , daß eine derartige [X][X] [X] ||| 1 ||| 2-5 ||| 0.125 0.125
-[X][X] initiative of [X][X] you [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 3-1 ||| 0.206282 0.206282
-[X][X] initiative [X][X] you [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 2-1 ||| 0.206282 0.206282
-feel [X][X] you [X] ||| denke , daß [X][X] [X] ||| 1 ||| 1-3 ||| 0.0909091 0.0909091
-feel an initiative [X][X] you [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| 3-4 ||| 0.0909091 0.0909091
-feel an [X][X] you [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| 2-4 ||| 0.0909091 0.0909091
-[X][X] initiative of [X][X] have [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 3-1 ||| 0.14521 0.14521
-[X][X] initiative [X][X] you have [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 2-1 ||| 0.14521 0.14521
-[X][X] initiative [X][X] have [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 2-1 ||| 0.14521 0.14521
-feel [X][X] you have [X] ||| denke , daß [X][X] [X] ||| 1 ||| 1-3 ||| 0.0714286 0.0714286
-feel [X][X] have [X] ||| denke , daß [X][X] [X] ||| 1 ||| 1-3 ||| 0.0714286 0.0714286
-feel an initiative [X][X] have [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| 3-4 ||| 0.0714286 0.0714286
-feel an [X][X] you have [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| 2-4 ||| 0.0714286 0.0714286
-feel an [X][X] have [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| 2-4 ||| 0.0714286 0.0714286
-[X][X] initiative of [X][X] just [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 3-1 ||| 0.108333 0.108333
-[X][X] initiative [X][X] have just [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 2-1 ||| 0.108333 0.108333
-[X][X] initiative [X][X] just [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 2-1 ||| 0.108333 0.108333
-feel [X][X] you have just [X] ||| denke , daß [X][X] [X] ||| 1 ||| 1-3 ||| 0.0666667 0.0666667
-feel [X][X] have just [X] ||| denke , daß [X][X] [X] ||| 1 ||| 1-3 ||| 0.0666667 0.0666667
-feel [X][X] just [X] ||| denke , daß [X][X] [X] ||| 1 ||| 1-3 ||| 0.0666667 0.0666667
-feel an initiative [X][X] just [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| 3-4 ||| 0.0666667 0.0666667
-feel an [X][X] have just [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| 2-4 ||| 0.0666667 0.0666667
-feel an [X][X] just [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| 2-4 ||| 0.0666667 0.0666667
-[X][X] initiative of [X][X] suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 3-1 ||| 0.0666667 0.0666667
-[X][X] initiative [X][X] just suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 2-1 ||| 0.0666667 0.0666667
-[X][X] initiative [X][X] suggested [X] ||| [X][X] [X][X] Initiative [X] ||| 1 ||| 0-0 2-1 ||| 0.0666667 0.0666667
-feel [X][X] have just suggested [X] ||| denke , daß [X][X] [X] ||| 1 ||| 1-3 ||| 0.0666667 0.0666667
-feel [X][X] just suggested [X] ||| denke , daß [X][X] [X] ||| 1 ||| 1-3 ||| 0.0666667 0.0666667
-feel [X][X] suggested [X] ||| denke , daß [X][X] [X] ||| 1 ||| 1-3 ||| 0.0666667 0.0666667
-feel an initiative [X][X] suggested [X] ||| denke , daß eine [X][X] Initiative [X] ||| 1 ||| 3-4 ||| 0.0666667 0.0666667
-feel an [X][X] just suggested [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| 2-4 ||| 0.0666667 0.0666667
-feel an [X][X] suggested [X] ||| denke , daß eine [X][X] [X] ||| 1 ||| 2-4 ||| 0.0666667 0.0666667
-Mr Evans , I feel [X] ||| Herr Evans , ich denke , daß [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] , I feel [X] ||| [X][X] , ich denke , daß [X] ||| 1 ||| 0-0 ||| 0.178023 0.178023
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.323037 0.323037
-Mr [X][X] I feel [X] ||| Herr [X][X] ich denke , daß [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-Mr [X][X] feel [X] ||| Herr [X][X] denke , daß [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-Mr Evans [X][X] feel [X] ||| Herr Evans [X][X] denke , daß [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-Mr Evans , [X][X] [X] ||| Herr Evans , [X][X] [X] ||| 1 ||| 3-3 ||| 0.175799 0.175799
-Evans , I feel an [X] ||| Evans , ich denke , daß eine [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] I feel an [X] ||| [X][X] ich denke , daß eine [X] ||| 1 ||| 0-0 ||| 0.203664 0.203664
-[X][X] I [X][X] [X] ||| [X][X] ich [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.30295 0.30295
-Evans [X][X] feel an [X] ||| Evans [X][X] denke , daß eine [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-Evans [X][X] an [X] ||| Evans [X][X] eine [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-Evans , [X][X] an [X] ||| Evans , [X][X] eine [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-Evans , I [X][X] [X] ||| Evans , ich [X][X] [X] ||| 1 ||| 3-3 ||| 0.157936 0.157936
-[X][X] an initiative of [X][X] [X] ||| [X][X] eine [X][X] Initiative [X] ||| 1 ||| 0-0 4-2 ||| 0.432634 0.432634
-[X][X] an initiative [X][X] [X] ||| [X][X] eine [X][X] Initiative [X] ||| 1 ||| 0-0 3-2 ||| 0.432634 0.432634
-[X][X] an [X][X] [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.432634 0.432634
-[X][X] an [X][X] the type [X] ||| [X][X] eine derartige [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.201813 0.201813
-I [X][X] initiative of [X][X] [X] ||| ich [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 4-2 ||| 0.2147 0.2147
-I [X][X] initiative [X][X] [X] ||| ich [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 3-2 ||| 0.2147 0.2147
-I feel [X][X] [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| 2-4 ||| 0.2147 0.2147
-I feel an initiative [X][X] [X] ||| ich denke , daß eine [X][X] Initiative [X] ||| 1 ||| 4-5 ||| 0.2147 0.2147
-I feel an [X][X] [X] ||| ich denke , daß eine [X][X] [X] ||| 1 ||| 3-5 ||| 0.2147 0.2147
-[X][X] an initiative [X][X] you [X] ||| [X][X] eine [X][X] Initiative [X] ||| 1 ||| 0-0 3-2 ||| 0.115373 0.115373
-[X][X] an [X][X] you [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.115373 0.115373
-I [X][X] initiative [X][X] you [X] ||| ich [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 3-2 ||| 0.0526316 0.0526316
-I [X][X] you [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-I feel [X][X] you [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| 2-4 ||| 0.0526316 0.0526316
-I feel an [X][X] you [X] ||| ich denke , daß eine [X][X] [X] ||| 1 ||| 3-5 ||| 0.0526316 0.0526316
-[X][X] an initiative [X][X] have [X] ||| [X][X] eine [X][X] Initiative [X] ||| 1 ||| 0-0 3-2 ||| 0.0737813 0.0737813
-[X][X] an [X][X] you have [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0737813 0.0737813
-[X][X] an [X][X] have [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0737813 0.0737813
-I [X][X] initiative [X][X] have [X] ||| ich [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 3-2 ||| 0.0434783 0.0434783
-I [X][X] you have [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-I [X][X] have [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-I feel [X][X] you have [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| 2-4 ||| 0.0434783 0.0434783
-I feel [X][X] have [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| 2-4 ||| 0.0434783 0.0434783
-I feel an [X][X] have [X] ||| ich denke , daß eine [X][X] [X] ||| 1 ||| 3-5 ||| 0.0434783 0.0434783
-[X][X] an initiative [X][X] just [X] ||| [X][X] eine [X][X] Initiative [X] ||| 1 ||| 0-0 3-2 ||| 0.0416667 0.0416667
-[X][X] an [X][X] have just [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0416667 0.0416667
-[X][X] an [X][X] just [X] ||| [X][X] eine [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0416667 0.0416667
-I [X][X] initiative [X][X] just [X] ||| ich [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 3-2 ||| 0.0416667 0.0416667
-I [X][X] you have just [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-I [X][X] have just [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-I [X][X] just [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-I feel [X][X] have just [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| 2-4 ||| 0.0416667 0.0416667
-I feel [X][X] just [X] ||| ich denke , daß [X][X] [X] ||| 1 ||| 2-4 ||| 0.0416667 0.0416667
-I feel an [X][X] just [X] ||| ich denke , daß eine [X][X] [X] ||| 1 ||| 3-5 ||| 0.0416667 0.0416667
-[X][X] Evans , I feel [X] ||| [X][X] Evans , ich denke , daß [X] ||| 1 ||| 0-0 ||| 0.0871143 0.0871143
-[X][X] Evans [X][X] feel [X] ||| [X][X] Evans [X][X] denke , daß [X] ||| 1 ||| 0-0 2-2 ||| 0.0871143 0.0871143
-[X][X] Evans , [X][X] [X] ||| [X][X] Evans , [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.147238 0.147238
-, [X][X] , I feel [X] ||| , [X][X] , ich denke , daß [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-, [X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0871143 0.0871143
-, [X][X] I feel [X] ||| , [X][X] ich denke , daß [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-, [X][X] feel [X] ||| , [X][X] denke , daß [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-, Mr [X][X] I feel [X] ||| , Herr [X][X] ich denke , daß [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-, Mr [X][X] feel [X] ||| , Herr [X][X] denke , daß [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-, Mr Evans [X][X] feel [X] ||| , Herr Evans [X][X] denke , daß [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-, Mr Evans , [X][X] [X] ||| , Herr Evans , [X][X] [X] ||| 1 ||| 4-4 ||| 0.0871143 0.0871143
-[X][X] , I feel an [X] ||| [X][X] , ich denke , daß eine [X] ||| 1 ||| 0-0 ||| 0.112755 0.112755
-[X][X] , [X][X] an [X] ||| [X][X] , [X][X] eine [X] ||| 1 ||| 0-0 2-2 ||| 0.112755 0.112755
-[X][X] , I [X][X] [X] ||| [X][X] , ich [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.145013 0.145013
-Mr [X][X] I feel an [X] ||| Herr [X][X] ich denke , daß eine [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-Mr [X][X] I [X][X] [X] ||| Herr [X][X] ich [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0848896 0.0848896
-Mr [X][X] feel an [X] ||| Herr [X][X] denke , daß eine [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-Mr [X][X] an [X] ||| Herr [X][X] eine [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-Mr Evans [X][X] feel an [X] ||| Herr Evans [X][X] denke , daß eine [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-Mr Evans [X][X] an [X] ||| Herr Evans [X][X] eine [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-Mr Evans , [X][X] an [X] ||| Herr Evans , [X][X] eine [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-Mr Evans , I [X][X] [X] ||| Herr Evans , ich [X][X] [X] ||| 1 ||| 4-4 ||| 0.0848896 0.0848896
-[X][X] feel [X][X] [X] ||| [X][X] denke , daß [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.217934 0.217934
-[X][X] feel an initiative [X][X] [X] ||| [X][X] denke , daß eine [X][X] Initiative [X] ||| 1 ||| 0-0 4-5 ||| 0.217934 0.217934
-[X][X] feel an [X][X] [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.217934 0.217934
-, [X][X] an initiative [X][X] [X] ||| , [X][X] eine [X][X] Initiative [X] ||| 1 ||| 1-1 4-3 ||| 0.118649 0.118649
-, [X][X] an [X][X] [X] ||| , [X][X] eine [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.118649 0.118649
-, [X][X] initiative of [X][X] [X] ||| , [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 4-2 ||| 0.118649 0.118649
-, [X][X] initiative [X][X] [X] ||| , [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 3-2 ||| 0.118649 0.118649
-, I [X][X] initiative [X][X] [X] ||| , ich [X][X] [X][X] Initiative [X] ||| 1 ||| 2-2 4-3 ||| 0.118649 0.118649
-, I feel [X][X] [X] ||| , ich denke , daß [X][X] [X] ||| 1 ||| 3-5 ||| 0.118649 0.118649
-, I feel an [X][X] [X] ||| , ich denke , daß eine [X][X] [X] ||| 1 ||| 4-6 ||| 0.118649 0.118649
-[X][X] feel [X][X] you [X] ||| [X][X] denke , daß [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.0627413 0.0627413
-[X][X] feel an [X][X] you [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.0627413 0.0627413
-, [X][X] an [X][X] you [X] ||| , [X][X] eine [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0357143 0.0357143
-, [X][X] initiative [X][X] you [X] ||| , [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 3-2 ||| 0.0357143 0.0357143
-, [X][X] you [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-, I [X][X] you [X] ||| , ich [X][X] [X] ||| 1 ||| 2-2 ||| 0.0357143 0.0357143
-, I feel [X][X] you [X] ||| , ich denke , daß [X][X] [X] ||| 1 ||| 3-5 ||| 0.0357143 0.0357143
-[X][X] feel [X][X] you have [X] ||| [X][X] denke , daß [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.030303 0.030303
-[X][X] feel [X][X] have [X] ||| [X][X] denke , daß [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.030303 0.030303
-[X][X] feel an [X][X] have [X] ||| [X][X] denke , daß eine [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.030303 0.030303
-, [X][X] an [X][X] have [X] ||| , [X][X] eine [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.030303 0.030303
-, [X][X] initiative [X][X] have [X] ||| , [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 3-2 ||| 0.030303 0.030303
-, [X][X] you have [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.030303 0.030303
-, [X][X] have [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.030303 0.030303
-, I [X][X] you have [X] ||| , ich [X][X] [X] ||| 1 ||| 2-2 ||| 0.030303 0.030303
-, I [X][X] have [X] ||| , ich [X][X] [X] ||| 1 ||| 2-2 ||| 0.030303 0.030303
-, I feel [X][X] have [X] ||| , ich denke , daß [X][X] [X] ||| 1 ||| 3-5 ||| 0.030303 0.030303
-[X][X] Mr [X][X] I feel [X] ||| [X][X] Herr [X][X] ich denke , daß [X] ||| 1 ||| 0-0 2-2 ||| 0.0344828 0.0344828
-[X][X] Mr [X][X] feel [X] ||| [X][X] Herr [X][X] denke , daß [X] ||| 1 ||| 0-0 2-2 ||| 0.0344828 0.0344828
-[X][X] Mr Evans [X][X] feel [X] ||| [X][X] Herr Evans [X][X] denke , daß [X] ||| 1 ||| 0-0 3-3 ||| 0.0344828 0.0344828
-[X][X] Mr Evans , [X][X] [X] ||| [X][X] Herr Evans , [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0601238 0.0601238
-yes [X][X] Evans [X][X] feel [X] ||| ja [X][X] Evans [X][X] denke , daß [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-yes [X][X] Evans , [X][X] [X] ||| ja [X][X] Evans , [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0601238 0.0601238
-yes [X][X] , I feel [X] ||| ja [X][X] , ich denke , daß [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-yes [X][X] , [X][X] [X] ||| ja [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0601238 0.0601238
-yes [X][X] I feel [X] ||| ja [X][X] ich denke , daß [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-yes [X][X] feel [X] ||| ja [X][X] denke , daß [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-yes , [X][X] , [X][X] [X] ||| ja , [X][X] , [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0601238 0.0601238
-yes , [X][X] I feel [X] ||| ja , [X][X] ich denke , daß [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-yes , [X][X] feel [X] ||| ja , [X][X] denke , daß [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-yes , Mr [X][X] feel [X] ||| ja , Herr [X][X] denke , daß [X] ||| 1 ||| 3-3 ||| 0.0344828 0.0344828
-[X][X] Evans [X][X] feel an [X] ||| [X][X] Evans [X][X] denke , daß eine [X] ||| 1 ||| 0-0 2-2 ||| 0.0601238 0.0601238
-[X][X] Evans [X][X] an [X] ||| [X][X] Evans [X][X] eine [X] ||| 1 ||| 0-0 2-2 ||| 0.0601238 0.0601238
-[X][X] Evans , [X][X] an [X] ||| [X][X] Evans , [X][X] eine [X] ||| 1 ||| 0-0 3-3 ||| 0.0601238 0.0601238
-[X][X] Evans , I [X][X] [X] ||| [X][X] Evans , ich [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0601238 0.0601238
-, [X][X] , [X][X] an [X] ||| , [X][X] , [X][X] eine [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-, [X][X] , I [X][X] [X] ||| , [X][X] , ich [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0344828 0.0344828
-, [X][X] I feel an [X] ||| , [X][X] ich denke , daß eine [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-, [X][X] I [X][X] [X] ||| , [X][X] ich [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-, [X][X] feel an [X] ||| , [X][X] denke , daß eine [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-, Mr [X][X] I [X][X] [X] ||| , Herr [X][X] ich [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0344828 0.0344828
-, Mr [X][X] feel an [X] ||| , Herr [X][X] denke , daß eine [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-, Mr [X][X] an [X] ||| , Herr [X][X] eine [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-, Mr Evans [X][X] an [X] ||| , Herr Evans [X][X] eine [X] ||| 1 ||| 3-3 ||| 0.0344828 0.0344828
-[X][X] I feel [X][X] [X] ||| [X][X] ich denke , daß [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.0992851 0.0992851
-[X][X] I feel an [X][X] [X] ||| [X][X] ich denke , daß eine [X][X] [X] ||| 1 ||| 0-0 4-6 ||| 0.0992851 0.0992851
-Evans [X][X] feel [X][X] [X] ||| Evans [X][X] denke , daß [X][X] [X] ||| 1 ||| 1-1 3-5 ||| 0.067027 0.067027
-Evans [X][X] feel an [X][X] [X] ||| Evans [X][X] denke , daß eine [X][X] [X] ||| 1 ||| 1-1 4-6 ||| 0.067027 0.067027
-Evans [X][X] an initiative [X][X] [X] ||| Evans [X][X] eine [X][X] Initiative [X] ||| 1 ||| 1-1 4-3 ||| 0.067027 0.067027
-Evans [X][X] an [X][X] [X] ||| Evans [X][X] eine [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.067027 0.067027
-Evans [X][X] initiative of [X][X] [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 4-2 ||| 0.067027 0.067027
-Evans [X][X] initiative [X][X] [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 3-2 ||| 0.067027 0.067027
-Evans , [X][X] an [X][X] [X] ||| Evans , [X][X] eine [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.067027 0.067027
-Evans , [X][X] initiative [X][X] [X] ||| Evans , [X][X] [X][X] Initiative [X] ||| 1 ||| 2-2 4-3 ||| 0.067027 0.067027
-Evans , I feel [X][X] [X] ||| Evans , ich denke , daß [X][X] [X] ||| 1 ||| 4-6 ||| 0.067027 0.067027
-[X][X] I [X][X] you [X] ||| [X][X] ich [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.027027 0.027027
-[X][X] I feel [X][X] you [X] ||| [X][X] ich denke , daß [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.027027 0.027027
-Evans [X][X] feel [X][X] you [X] ||| Evans [X][X] denke , daß [X][X] [X] ||| 1 ||| 1-1 3-5 ||| 0.027027 0.027027
-Evans [X][X] an [X][X] you [X] ||| Evans [X][X] eine [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.027027 0.027027
-Evans [X][X] initiative [X][X] you [X] ||| Evans [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 3-2 ||| 0.027027 0.027027
-Evans [X][X] you [X] ||| Evans [X][X] [X] ||| 1 ||| 1-1 ||| 0.027027 0.027027
-Evans , [X][X] you [X] ||| Evans , [X][X] [X] ||| 1 ||| 2-2 ||| 0.027027 0.027027
-Evans , I [X][X] you [X] ||| Evans , ich [X][X] [X] ||| 1 ||| 3-3 ||| 0.027027 0.027027
-[X][X] Mr [X][X] feel an [X] ||| [X][X] Herr [X][X] denke , daß eine [X] ||| 1 ||| 0-0 2-2 ||| 0.025641 0.025641
-[X][X] Mr [X][X] an [X] ||| [X][X] Herr [X][X] eine [X] ||| 1 ||| 0-0 2-2 ||| 0.025641 0.025641
-[X][X] Mr Evans [X][X] an [X] ||| [X][X] Herr Evans [X][X] eine [X] ||| 1 ||| 0-0 3-3 ||| 0.025641 0.025641
-yes [X][X] Evans [X][X] an [X] ||| ja [X][X] Evans [X][X] eine [X] ||| 1 ||| 1-1 3-3 ||| 0.025641 0.025641
-yes [X][X] , [X][X] an [X] ||| ja [X][X] , [X][X] eine [X] ||| 1 ||| 1-1 3-3 ||| 0.025641 0.025641
-yes [X][X] , I [X][X] [X] ||| ja [X][X] , ich [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.025641 0.025641
-yes [X][X] I feel an [X] ||| ja [X][X] ich denke , daß eine [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-yes [X][X] I [X][X] [X] ||| ja [X][X] ich [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.025641 0.025641
-yes [X][X] feel an [X] ||| ja [X][X] denke , daß eine [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-yes [X][X] an [X] ||| ja [X][X] eine [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-yes , [X][X] I [X][X] [X] ||| ja , [X][X] ich [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.025641 0.025641
-yes , [X][X] feel an [X] ||| ja , [X][X] denke , daß eine [X] ||| 1 ||| 2-2 ||| 0.025641 0.025641
-yes , [X][X] an [X] ||| ja , [X][X] eine [X] ||| 1 ||| 2-2 ||| 0.025641 0.025641
-yes , Mr [X][X] an [X] ||| ja , Herr [X][X] eine [X] ||| 1 ||| 3-3 ||| 0.025641 0.025641
-[X][X] , I feel [X][X] [X] ||| [X][X] , ich denke , daß [X][X] [X] ||| 1 ||| 0-0 4-6 ||| 0.0322581 0.0322581
-Mr [X][X] I feel [X][X] [X] ||| Herr [X][X] ich denke , daß [X][X] [X] ||| 1 ||| 1-1 4-6 ||| 0.0322581 0.0322581
-Mr [X][X] feel [X][X] [X] ||| Herr [X][X] denke , daß [X][X] [X] ||| 1 ||| 1-1 3-5 ||| 0.0322581 0.0322581
-Mr [X][X] feel an [X][X] [X] ||| Herr [X][X] denke , daß eine [X][X] [X] ||| 1 ||| 1-1 4-6 ||| 0.0322581 0.0322581
-Mr [X][X] an initiative [X][X] [X] ||| Herr [X][X] eine [X][X] Initiative [X] ||| 1 ||| 1-1 4-3 ||| 0.0322581 0.0322581
-Mr [X][X] an [X][X] [X] ||| Herr [X][X] eine [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0322581 0.0322581
-Mr [X][X] initiative of [X][X] [X] ||| Herr [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 4-2 ||| 0.0322581 0.0322581
-Mr [X][X] initiative [X][X] [X] ||| Herr [X][X] [X][X] Initiative [X] ||| 1 ||| 1-1 3-2 ||| 0.0322581 0.0322581
-Mr Evans [X][X] feel [X][X] [X] ||| Herr Evans [X][X] denke , daß [X][X] [X] ||| 1 ||| 2-2 4-6 ||| 0.0322581 0.0322581
-Mr Evans [X][X] an [X][X] [X] ||| Herr Evans [X][X] eine [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0322581 0.0322581
-Mr Evans [X][X] initiative [X][X] [X] ||| Herr Evans [X][X] [X][X] Initiative [X] ||| 1 ||| 2-2 4-3 ||| 0.0322581 0.0322581
-if [X] ||| wenn [X] ||| 1 ||| ||| 1 1
-the [X] ||| das [X] ||| 1 ||| ||| 1 1
-House [X] ||| Haus [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 1 1
-shall [X] ||| werde [X] ||| 1 ||| ||| 1 1
-shall do [X] ||| werde [X] ||| 1 ||| ||| 1 1
-I [X] ||| ich [X] ||| 1 ||| ||| 1 1
-as [X] ||| von [X] ||| 1 ||| ||| 1 1
-do as [X] ||| von [X] ||| 1 ||| ||| 1 1
-Mr [X] ||| Herrn [X] ||| 1 ||| ||| 1 1
-Evans [X] ||| Evans [X] ||| 1 ||| ||| 1 1
-Evans has [X] ||| Evans [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-if the [X] ||| wenn das [X] ||| 1 ||| ||| 1 1
-the House [X] ||| das Haus [X] ||| 1 ||| ||| 1 1
-I shall [X] ||| werde ich [X] ||| 1 ||| ||| 1 1
-I shall do [X] ||| werde ich [X] ||| 1 ||| ||| 0.5 0.5
-I [X][X] [X] ||| [X][X] ich [X] ||| 1 ||| 1-0 ||| 0.5 0.5
-I [X] ||| ich dem [X] ||| 1 ||| ||| 1 1
-as Mr [X] ||| von Herrn [X] ||| 1 ||| ||| 1 1
-do as Mr [X] ||| von Herrn [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] Mr [X] ||| [X][X] Herrn [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-Mr Evans [X] ||| Herrn Evans [X] ||| 1 ||| ||| 1 1
-Mr Evans has [X] ||| Herrn Evans [X] ||| 1 ||| ||| 0.5 0.5
-Mr [X][X] [X] ||| Herrn [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-if the House [X] ||| wenn das Haus [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] House [X] ||| [X][X] Haus [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-if [X][X] [X] ||| wenn [X][X] [X] ||| 1 ||| 1-1 ||| 0.714947 0.714947
-agrees [X] ||| damit einverstanden ist [X] ||| 1 ||| ||| 1 1
-, I shall [X] ||| , werde ich [X] ||| 1 ||| ||| 0.5 0.5
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 1.33545 1.33545
-, I shall do [X] ||| , werde ich [X] ||| 1 ||| ||| 0.25 0.25
-, I [X][X] [X] ||| , [X][X] ich [X] ||| 1 ||| 2-1 ||| 0.25 0.25
-, [X][X] do [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.416667 0.416667
-I shall [X] ||| werde ich dem [X] ||| 1 ||| ||| 1 1
-I shall do [X] ||| werde ich dem [X] ||| 1 ||| ||| 0.5 0.5
-I [X][X] [X] ||| [X][X] ich dem [X] ||| 1 ||| 1-0 ||| 0.5 0.5
-as Mr Evans [X] ||| von Herrn Evans [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Evans [X] ||| [X][X] Evans [X] ||| 1 ||| 0-0 ||| 0.533333 0.533333
-as [X][X] [X] ||| von [X][X] [X] ||| 1 ||| 1-1 ||| 0.533333 0.533333
-as Mr Evans has [X] ||| von Herrn Evans [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] Evans has [X] ||| [X][X] Evans [X] ||| 1 ||| 0-0 ||| 0.325 0.325
-as [X][X] has [X] ||| von [X][X] [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-as Mr [X][X] [X] ||| von Herrn [X][X] [X] ||| 1 ||| 2-2 ||| 0.2 0.2
-do as Mr Evans [X] ||| von Herrn Evans [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] Mr Evans [X] ||| [X][X] Herrn Evans [X] ||| 1 ||| 0-0 ||| 0.2 0.2
-do [X][X] Evans [X] ||| [X][X] Evans [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-do as [X][X] [X] ||| von [X][X] [X] ||| 1 ||| 2-1 ||| 0.325 0.325
-do as Mr Evans has [X] ||| von Herrn Evans [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Mr Evans has [X] ||| [X][X] Herrn Evans [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-[X][X] Mr [X][X] [X] ||| [X][X] Herrn [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.125 0.125
-do [X][X] Evans has [X] ||| [X][X] Evans [X] ||| 1 ||| 1-0 ||| 0.125 0.125
-do as [X][X] has [X] ||| von [X][X] [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-do as Mr [X][X] [X] ||| von Herrn [X][X] [X] ||| 1 ||| 3-2 ||| 0.125 0.125
-House agrees [X] ||| Haus damit einverstanden ist [X] ||| 1 ||| ||| 1 1
-agrees , [X] ||| damit einverstanden ist , [X] ||| 1 ||| ||| 1 1
-, I shall [X] ||| , werde ich dem [X] ||| 1 ||| ||| 0.333333 0.333333
-, [X][X] [X] ||| , [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-, I shall do [X] ||| , werde ich dem [X] ||| 1 ||| ||| 0.166667 0.166667
-, I [X][X] [X] ||| , [X][X] ich dem [X] ||| 1 ||| 2-1 ||| 0.166667 0.166667
-, [X][X] do [X] ||| , [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-the House agrees [X] ||| das Haus damit einverstanden ist [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] agrees [X] ||| [X][X] damit einverstanden ist [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-the [X][X] [X] ||| das [X][X] [X] ||| 1 ||| 1-1 ||| 0.684191 0.684191
-House agrees , [X] ||| Haus damit einverstanden ist , [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.590909 0.590909
-House [X][X] [X] ||| Haus [X][X] [X] ||| 1 ||| 1-1 ||| 0.651812 0.651812
-as Mr Evans has suggested [X] ||| Vorschlag von Herrn Evans folgen [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] Evans has suggested [X] ||| Vorschlag [X][X] Evans folgen [X] ||| 1 ||| 0-1 ||| 0.233766 0.233766
-[X][X] has suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 1 ||| 0-1 ||| 0.233766 0.233766
-[X][X] suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 1 ||| 0-1 ||| 0.233766 0.233766
-as [X][X] has suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 1 ||| 1-2 ||| 0.142857 0.142857
-as [X][X] suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 1 ||| 1-2 ||| 0.142857 0.142857
-as Mr [X][X] suggested [X] ||| Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| 2-3 ||| 0.142857 0.142857
-[X][X] Mr Evans has suggested [X] ||| Vorschlag [X][X] Herrn Evans folgen [X] ||| 1 ||| 0-1 ||| 0.0909091 0.0909091
-[X][X] Mr [X][X] suggested [X] ||| Vorschlag [X][X] Herrn [X][X] folgen [X] ||| 1 ||| 0-1 2-3 ||| 0.0909091 0.0909091
-do [X][X] Evans has suggested [X] ||| Vorschlag [X][X] Evans folgen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-do [X][X] has suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-do [X][X] suggested [X] ||| Vorschlag [X][X] folgen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-do as [X][X] has suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-do as [X][X] suggested [X] ||| Vorschlag von [X][X] folgen [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-do as Mr [X][X] suggested [X] ||| Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| 3-3 ||| 0.0909091 0.0909091
-if the House agrees [X] ||| wenn das Haus damit einverstanden ist [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] House agrees [X] ||| [X][X] Haus damit einverstanden ist [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-if [X][X] agrees [X] ||| wenn [X][X] damit einverstanden ist [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-if the [X][X] [X] ||| wenn das [X][X] [X] ||| 1 ||| 2-2 ||| 0.381613 0.381613
-the House agrees , [X] ||| das Haus damit einverstanden ist , [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] agrees , [X] ||| [X][X] damit einverstanden ist , [X] ||| 1 ||| 0-0 ||| 0.257576 0.257576
-the [X][X] , [X] ||| das [X][X] , [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-the House [X][X] [X] ||| das Haus [X][X] [X] ||| 1 ||| 2-2 ||| 0.350857 0.350857
-agrees , I shall [X] ||| damit einverstanden ist , werde ich [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] I shall [X] ||| [X][X] werde ich [X] ||| 1 ||| 0-0 ||| 0.494048 0.494048
-agrees [X][X] [X] ||| damit einverstanden ist [X][X] [X] ||| 1 ||| 1-3 ||| 0.625 0.625
-agrees , [X][X] [X] ||| damit einverstanden ist , [X][X] [X] ||| 1 ||| 2-4 ||| 0.625 0.625
-agrees , I shall do [X] ||| damit einverstanden ist , werde ich [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] I shall do [X] ||| [X][X] werde ich [X] ||| 1 ||| 0-0 ||| 0.263636 0.263636
-[X][X] I [X][X] [X] ||| [X][X] [X][X] ich [X] ||| 1 ||| 0-0 2-1 ||| 0.263636 0.263636
-agrees [X][X] do [X] ||| damit einverstanden ist [X][X] [X] ||| 1 ||| 1-3 ||| 0.208333 0.208333
-agrees , I [X][X] [X] ||| damit einverstanden ist , [X][X] ich [X] ||| 1 ||| 3-4 ||| 0.125 0.125
-agrees , [X][X] do [X] ||| damit einverstanden ist , [X][X] [X] ||| 1 ||| 2-4 ||| 0.208333 0.208333
-as Mr Evans has suggested [X] ||| dem Vorschlag von Herrn Evans folgen [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] Evans has suggested [X] ||| dem Vorschlag [X][X] Evans folgen [X] ||| 1 ||| 0-2 ||| 0.233766 0.233766
-[X][X] has suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 1 ||| 0-2 ||| 0.233766 0.233766
-[X][X] suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 1 ||| 0-2 ||| 0.233766 0.233766
-as [X][X] has suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 1 ||| 1-3 ||| 0.142857 0.142857
-as [X][X] suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 1 ||| 1-3 ||| 0.142857 0.142857
-as Mr [X][X] suggested [X] ||| dem Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| 2-4 ||| 0.142857 0.142857
-[X][X] Mr Evans has suggested [X] ||| dem Vorschlag [X][X] Herrn Evans folgen [X] ||| 1 ||| 0-2 ||| 0.0909091 0.0909091
-[X][X] Mr [X][X] suggested [X] ||| dem Vorschlag [X][X] Herrn [X][X] folgen [X] ||| 1 ||| 0-2 2-4 ||| 0.0909091 0.0909091
-do [X][X] Evans has suggested [X] ||| dem Vorschlag [X][X] Evans folgen [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-do [X][X] has suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-do [X][X] suggested [X] ||| dem Vorschlag [X][X] folgen [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-do as [X][X] has suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 1 ||| 2-3 ||| 0.0909091 0.0909091
-do as [X][X] suggested [X] ||| dem Vorschlag von [X][X] folgen [X] ||| 1 ||| 2-3 ||| 0.0909091 0.0909091
-do as Mr [X][X] suggested [X] ||| dem Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| 3-4 ||| 0.0909091 0.0909091
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.574155 0.574155
-[X][X] Evans has suggested . [X] ||| Vorschlag [X][X] Evans folgen . [X] ||| 1 ||| 0-1 ||| 0.253968 0.253968
-[X][X] has suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 1 ||| 0-1 ||| 0.253968 0.253968
-[X][X] suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 1 ||| 0-1 ||| 0.253968 0.253968
-as [X][X] has suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 1 ||| 1-2 ||| 0.142857 0.142857
-as [X][X] suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 1 ||| 1-2 ||| 0.142857 0.142857
-as Mr [X][X] suggested . [X] ||| Vorschlag von Herrn [X][X] folgen . [X] ||| 1 ||| 2-3 ||| 0.142857 0.142857
-do [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 1-0 ||| 0.20202 0.20202
-[X][X] Mr [X][X] suggested . [X] ||| Vorschlag [X][X] Herrn [X][X] folgen . [X] ||| 1 ||| 0-1 2-3 ||| 0.111111 0.111111
-do [X][X] has suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-do [X][X] suggested . [X] ||| Vorschlag [X][X] folgen . [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-do as [X][X] suggested . [X] ||| Vorschlag von [X][X] folgen . [X] ||| 1 ||| 2-2 ||| 0.111111 0.111111
-if the House agrees , [X] ||| wenn das Haus damit einverstanden ist , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] House agrees , [X] ||| [X][X] Haus damit einverstanden ist , [X] ||| 1 ||| 0-0 ||| 0.0909091 0.0909091
-[X][X] House [X][X] [X] ||| [X][X] Haus [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.214946 0.214946
-if [X][X] agrees , [X] ||| wenn [X][X] damit einverstanden ist , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-if [X][X] , [X] ||| wenn [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-if the [X][X] , [X] ||| wenn das [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-if the House [X][X] [X] ||| wenn das Haus [X][X] [X] ||| 1 ||| 3-3 ||| 0.214946 0.214946
-House agrees , I shall [X] ||| Haus damit einverstanden ist , werde ich [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , I shall [X] ||| [X][X] , werde ich [X] ||| 1 ||| 0-0 ||| 0.244048 0.244048
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.626706 0.626706
-House [X][X] I shall [X] ||| Haus [X][X] werde ich [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-House agrees [X][X] [X] ||| Haus damit einverstanden ist [X][X] [X] ||| 1 ||| 2-4 ||| 0.318478 0.318478
-House agrees , [X][X] [X] ||| Haus damit einverstanden ist , [X][X] [X] ||| 1 ||| 3-5 ||| 0.318478 0.318478
-[X][X] , I shall do [X] ||| [X][X] , werde ich [X] ||| 1 ||| 0-0 ||| 0.138636 0.138636
-[X][X] , I [X][X] [X] ||| [X][X] , [X][X] ich [X] ||| 1 ||| 0-0 3-2 ||| 0.138636 0.138636
-[X][X] , [X][X] do [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.2253 0.2253
-House [X][X] I shall do [X] ||| Haus [X][X] werde ich [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-House [X][X] I [X][X] [X] ||| Haus [X][X] [X][X] ich [X] ||| 1 ||| 1-1 3-2 ||| 0.0666667 0.0666667
-House [X][X] do [X] ||| Haus [X][X] [X] ||| 1 ||| 1-1 ||| 0.110145 0.110145
-House agrees [X][X] do [X] ||| Haus damit einverstanden ist [X][X] [X] ||| 1 ||| 2-4 ||| 0.110145 0.110145
-House agrees , I [X][X] [X] ||| Haus damit einverstanden ist , [X][X] ich [X] ||| 1 ||| 4-5 ||| 0.0666667 0.0666667
-House agrees , [X][X] do [X] ||| Haus damit einverstanden ist , [X][X] [X] ||| 1 ||| 3-5 ||| 0.110145 0.110145
-agrees , I shall [X] ||| damit einverstanden ist , werde ich dem [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] I shall [X] ||| [X][X] werde ich dem [X] ||| 1 ||| 0-0 ||| 0.324026 0.324026
-agrees [X][X] [X] ||| damit einverstanden ist [X][X] dem [X] ||| 1 ||| 1-3 ||| 0.25 0.25
-agrees , [X][X] [X] ||| damit einverstanden ist , [X][X] dem [X] ||| 1 ||| 2-4 ||| 0.25 0.25
-agrees , I shall do [X] ||| damit einverstanden ist , werde ich dem [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] I shall do [X] ||| [X][X] werde ich dem [X] ||| 1 ||| 0-0 ||| 0.169996 0.169996
-[X][X] I [X][X] [X] ||| [X][X] [X][X] ich dem [X] ||| 1 ||| 0-0 2-1 ||| 0.169996 0.169996
-agrees [X][X] do [X] ||| damit einverstanden ist [X][X] dem [X] ||| 1 ||| 1-3 ||| 0.0833333 0.0833333
-agrees , I [X][X] [X] ||| damit einverstanden ist , [X][X] ich dem [X] ||| 1 ||| 3-4 ||| 0.0833333 0.0833333
-agrees , [X][X] do [X] ||| damit einverstanden ist , [X][X] dem [X] ||| 1 ||| 2-4 ||| 0.0833333 0.0833333
-[X][X] . [X] ||| dem [X][X] . [X] ||| 1 ||| 0-1 ||| 0.215909 0.215909
-[X][X] Evans has suggested . [X] ||| dem Vorschlag [X][X] Evans folgen . [X] ||| 1 ||| 0-2 ||| 0.215909 0.215909
-[X][X] has suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 1 ||| 0-2 ||| 0.215909 0.215909
-[X][X] suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 1 ||| 0-2 ||| 0.215909 0.215909
-as [X][X] has suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 1 ||| 1-3 ||| 0.125 0.125
-as [X][X] suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 1 ||| 1-3 ||| 0.125 0.125
-as Mr [X][X] suggested . [X] ||| dem Vorschlag von Herrn [X][X] folgen . [X] ||| 1 ||| 2-4 ||| 0.125 0.125
-do [X][X] . [X] ||| dem [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-[X][X] Mr [X][X] suggested . [X] ||| dem Vorschlag [X][X] Herrn [X][X] folgen . [X] ||| 1 ||| 0-2 2-4 ||| 0.0909091 0.0909091
-do [X][X] has suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-do [X][X] suggested . [X] ||| dem Vorschlag [X][X] folgen . [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-do as [X][X] suggested . [X] ||| dem Vorschlag von [X][X] folgen . [X] ||| 1 ||| 2-3 ||| 0.0909091 0.0909091
-[X][X] agrees , I shall [X] ||| [X][X] damit einverstanden ist , werde ich [X] ||| 1 ||| 0-0 ||| 0.119048 0.119048
-[X][X] agrees [X][X] [X] ||| [X][X] damit einverstanden ist [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.308228 0.308228
-[X][X] agrees , [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.308228 0.308228
-the [X][X] , I shall [X] ||| das [X][X] , werde ich [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-the [X][X] , [X][X] [X] ||| das [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.184191 0.184191
-the [X][X] I shall [X] ||| das [X][X] werde ich [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-the House [X][X] I shall [X] ||| das Haus [X][X] werde ich [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-the House agrees [X][X] [X] ||| das Haus damit einverstanden ist [X][X] [X] ||| 1 ||| 3-5 ||| 0.184191 0.184191
-the House agrees , [X][X] [X] ||| das Haus damit einverstanden ist , [X][X] [X] ||| 1 ||| 4-6 ||| 0.184191 0.184191
-[X][X] agrees [X][X] do [X] ||| [X][X] damit einverstanden ist [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.115155 0.115155
-[X][X] agrees , I [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] ich [X] ||| 1 ||| 0-0 4-5 ||| 0.0719697 0.0719697
-[X][X] agrees , [X][X] do [X] ||| [X][X] damit einverstanden ist , [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.115155 0.115155
-the [X][X] , I [X][X] [X] ||| das [X][X] , [X][X] ich [X] ||| 1 ||| 1-1 4-3 ||| 0.0416667 0.0416667
-the [X][X] , [X][X] do [X] ||| das [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0673077 0.0673077
-the [X][X] I shall do [X] ||| das [X][X] werde ich [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-the [X][X] I [X][X] [X] ||| das [X][X] [X][X] ich [X] ||| 1 ||| 1-1 3-2 ||| 0.0416667 0.0416667
-the [X][X] do [X] ||| das [X][X] [X] ||| 1 ||| 1-1 ||| 0.0673077 0.0673077
-the House [X][X] I [X][X] [X] ||| das Haus [X][X] [X][X] ich [X] ||| 1 ||| 2-2 4-3 ||| 0.0416667 0.0416667
-the House [X][X] do [X] ||| das Haus [X][X] [X] ||| 1 ||| 2-2 ||| 0.0673077 0.0673077
-the House agrees [X][X] do [X] ||| das Haus damit einverstanden ist [X][X] [X] ||| 1 ||| 3-5 ||| 0.0673077 0.0673077
-House agrees , I shall [X] ||| Haus damit einverstanden ist , werde ich dem [X] ||| 1 ||| ||| 0.0833333 0.0833333
-[X][X] , I shall [X] ||| [X][X] , werde ich dem [X] ||| 1 ||| 0-0 ||| 0.157359 0.157359
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] dem [X] ||| 1 ||| 0-0 2-2 ||| 0.244022 0.244022
-House [X][X] I shall [X] ||| Haus [X][X] werde ich dem [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-House [X][X] [X] ||| Haus [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.126812 0.126812
-House agrees [X][X] [X] ||| Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| 2-4 ||| 0.126812 0.126812
-House agrees , [X][X] [X] ||| Haus damit einverstanden ist , [X][X] dem [X] ||| 1 ||| 3-5 ||| 0.126812 0.126812
-[X][X] , I shall do [X] ||| [X][X] , werde ich dem [X] ||| 1 ||| 0-0 ||| 0.0866631 0.0866631
-[X][X] , I [X][X] [X] ||| [X][X] , [X][X] ich dem [X] ||| 1 ||| 0-0 3-2 ||| 0.0866631 0.0866631
-[X][X] , [X][X] do [X] ||| [X][X] , [X][X] dem [X] ||| 1 ||| 0-0 2-2 ||| 0.0866631 0.0866631
-House [X][X] I shall do [X] ||| Haus [X][X] werde ich dem [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-House [X][X] I [X][X] [X] ||| Haus [X][X] [X][X] ich dem [X] ||| 1 ||| 1-1 3-2 ||| 0.0434783 0.0434783
-House [X][X] do [X] ||| Haus [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-House agrees [X][X] do [X] ||| Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| 2-4 ||| 0.0434783 0.0434783
-House agrees , I [X][X] [X] ||| Haus damit einverstanden ist , [X][X] ich dem [X] ||| 1 ||| 4-5 ||| 0.0434783 0.0434783
-House agrees , [X][X] do [X] ||| Haus damit einverstanden ist , [X][X] dem [X] ||| 1 ||| 3-5 ||| 0.0434783 0.0434783
-I [X][X] as [X][X] suggested [X] ||| [X][X] ich dem Vorschlag von [X][X] folgen [X] ||| 1 ||| 1-0 3-5 ||| 0.05 0.05
-[X][X] do [X][X] has suggested [X] ||| [X][X] dem Vorschlag [X][X] folgen [X] ||| 1 ||| 0-0 2-3 ||| 0.09 0.09
-[X][X] do [X][X] suggested [X] ||| [X][X] dem Vorschlag [X][X] folgen [X] ||| 1 ||| 0-0 2-3 ||| 0.09 0.09
-[X][X] do as [X][X] suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 1 ||| 0-0 3-4 ||| 0.09 0.09
-[X][X] as [X][X] has suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 1 ||| 0-0 2-4 ||| 0.09 0.09
-[X][X] as [X][X] suggested [X] ||| [X][X] dem Vorschlag von [X][X] folgen [X] ||| 1 ||| 0-0 2-4 ||| 0.09 0.09
-[X][X] as Mr [X][X] suggested [X] ||| [X][X] dem Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| 0-0 3-5 ||| 0.09 0.09
-[X][X] do [X][X] has suggested [X] ||| [X][X] Vorschlag [X][X] folgen [X] ||| 1 ||| 0-0 2-2 ||| 0.09 0.09
-[X][X] do [X][X] suggested [X] ||| [X][X] Vorschlag [X][X] folgen [X] ||| 1 ||| 0-0 2-2 ||| 0.09 0.09
-[X][X] do as [X][X] suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 1 ||| 0-0 3-3 ||| 0.09 0.09
-[X][X] as [X][X] has suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 1 ||| 0-0 2-3 ||| 0.09 0.09
-[X][X] as [X][X] suggested [X] ||| [X][X] Vorschlag von [X][X] folgen [X] ||| 1 ||| 0-0 2-3 ||| 0.09 0.09
-[X][X] as Mr [X][X] suggested [X] ||| [X][X] Vorschlag von Herrn [X][X] folgen [X] ||| 1 ||| 0-0 3-4 ||| 0.09 0.09
-I shall do [X][X] [X] ||| werde ich [X][X] [X] ||| 1 ||| 3-2 ||| 0.108824 0.108824
-I shall [X][X] [X] ||| werde ich [X][X] [X] ||| 1 ||| 2-2 ||| 0.108824 0.108824
-I shall do [X][X] [X] ||| werde ich dem [X][X] [X] ||| 1 ||| 3-3 ||| 0.108824 0.108824
-I shall [X][X] [X] ||| werde ich dem [X][X] [X] ||| 1 ||| 2-3 ||| 0.108824 0.108824
-I shall do [X][X] suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 1 ||| 3-4 ||| 0.05 0.05
-I shall [X][X] has suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 1 ||| 2-4 ||| 0.05 0.05
-I shall [X][X] suggested [X] ||| werde ich dem Vorschlag [X][X] folgen [X] ||| 1 ||| 2-4 ||| 0.05 0.05
-[X][X] House [X][X] I shall [X] ||| [X][X] Haus [X][X] werde ich [X] ||| 1 ||| 0-0 2-2 ||| 0.047619 0.047619
-[X][X] House agrees [X][X] [X] ||| [X][X] Haus damit einverstanden ist [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.124037 0.124037
-[X][X] House agrees , [X][X] [X] ||| [X][X] Haus damit einverstanden ist , [X][X] [X] ||| 1 ||| 0-0 4-6 ||| 0.124037 0.124037
-if [X][X] agrees [X][X] [X] ||| wenn [X][X] damit einverstanden ist [X][X] [X] ||| 1 ||| 1-1 3-5 ||| 0.124037 0.124037
-if [X][X] agrees , [X][X] [X] ||| wenn [X][X] damit einverstanden ist , [X][X] [X] ||| 1 ||| 1-1 4-6 ||| 0.124037 0.124037
-if [X][X] , I shall [X] ||| wenn [X][X] , werde ich [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-if [X][X] , [X][X] [X] ||| wenn [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.124037 0.124037
-if [X][X] I shall [X] ||| wenn [X][X] werde ich [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-if the [X][X] , [X][X] [X] ||| wenn das [X][X] , [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.124037 0.124037
-if the [X][X] I shall [X] ||| wenn das [X][X] werde ich [X] ||| 1 ||| 2-2 ||| 0.047619 0.047619
-if the House agrees [X][X] [X] ||| wenn das Haus damit einverstanden ist [X][X] [X] ||| 1 ||| 4-6 ||| 0.124037 0.124037
-[X][X] House [X][X] do [X] ||| [X][X] Haus [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0478469 0.0478469
-[X][X] House agrees [X][X] do [X] ||| [X][X] Haus damit einverstanden ist [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.0478469 0.0478469
-if [X][X] agrees [X][X] do [X] ||| wenn [X][X] damit einverstanden ist [X][X] [X] ||| 1 ||| 1-1 3-5 ||| 0.0478469 0.0478469
-if [X][X] , I [X][X] [X] ||| wenn [X][X] , [X][X] ich [X] ||| 1 ||| 1-1 4-3 ||| 0.030303 0.030303
-if [X][X] , [X][X] do [X] ||| wenn [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0478469 0.0478469
-if [X][X] I shall do [X] ||| wenn [X][X] werde ich [X] ||| 1 ||| 1-1 ||| 0.030303 0.030303
-if [X][X] I [X][X] [X] ||| wenn [X][X] [X][X] ich [X] ||| 1 ||| 1-1 3-2 ||| 0.030303 0.030303
-if [X][X] do [X] ||| wenn [X][X] [X] ||| 1 ||| 1-1 ||| 0.0478469 0.0478469
-if the [X][X] I [X][X] [X] ||| wenn das [X][X] [X][X] ich [X] ||| 1 ||| 2-2 4-3 ||| 0.030303 0.030303
-if the [X][X] do [X] ||| wenn das [X][X] [X] ||| 1 ||| 2-2 ||| 0.0478469 0.0478469
-if the House [X][X] do [X] ||| wenn das Haus [X][X] [X] ||| 1 ||| 3-3 ||| 0.0478469 0.0478469
-[X][X] agrees , I shall [X] ||| [X][X] damit einverstanden ist , werde ich dem [X] ||| 1 ||| 0-0 ||| 0.074026 0.074026
-[X][X] agrees [X][X] [X] ||| [X][X] damit einverstanden ist [X][X] dem [X] ||| 1 ||| 0-0 2-4 ||| 0.117211 0.117211
-[X][X] agrees , [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] dem [X] ||| 1 ||| 0-0 3-5 ||| 0.117211 0.117211
-the [X][X] , I shall [X] ||| das [X][X] , werde ich dem [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-the [X][X] , [X][X] [X] ||| das [X][X] , [X][X] dem [X] ||| 1 ||| 1-1 3-3 ||| 0.0710956 0.0710956
-the [X][X] I shall [X] ||| das [X][X] werde ich dem [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-the [X][X] [X] ||| das [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.0710956 0.0710956
-the House [X][X] I shall [X] ||| das Haus [X][X] werde ich dem [X] ||| 1 ||| 2-2 ||| 0.0454545 0.0454545
-the House [X][X] [X] ||| das Haus [X][X] dem [X] ||| 1 ||| 2-2 ||| 0.0710956 0.0710956
-the House agrees [X][X] [X] ||| das Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| 3-5 ||| 0.0710956 0.0710956
-the House agrees , [X][X] [X] ||| das Haus damit einverstanden ist , [X][X] dem [X] ||| 1 ||| 4-6 ||| 0.0710956 0.0710956
-[X][X] agrees [X][X] do [X] ||| [X][X] damit einverstanden ist [X][X] dem [X] ||| 1 ||| 0-0 2-4 ||| 0.0431849 0.0431849
-[X][X] agrees , I [X][X] [X] ||| [X][X] damit einverstanden ist , [X][X] ich dem [X] ||| 1 ||| 0-0 4-5 ||| 0.0431849 0.0431849
-[X][X] agrees , [X][X] do [X] ||| [X][X] damit einverstanden ist , [X][X] dem [X] ||| 1 ||| 0-0 3-5 ||| 0.0431849 0.0431849
-the [X][X] , I [X][X] [X] ||| das [X][X] , [X][X] ich dem [X] ||| 1 ||| 1-1 4-3 ||| 0.025641 0.025641
-the [X][X] , [X][X] do [X] ||| das [X][X] , [X][X] dem [X] ||| 1 ||| 1-1 3-3 ||| 0.025641 0.025641
-the [X][X] I shall do [X] ||| das [X][X] werde ich dem [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-the [X][X] I [X][X] [X] ||| das [X][X] [X][X] ich dem [X] ||| 1 ||| 1-1 3-2 ||| 0.025641 0.025641
-the [X][X] do [X] ||| das [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-the House [X][X] I [X][X] [X] ||| das Haus [X][X] [X][X] ich dem [X] ||| 1 ||| 2-2 4-3 ||| 0.025641 0.025641
-the House [X][X] do [X] ||| das Haus [X][X] dem [X] ||| 1 ||| 2-2 ||| 0.025641 0.025641
-the House agrees [X][X] do [X] ||| das Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| 3-5 ||| 0.025641 0.025641
-, [X][X] do [X][X] [X] ||| , [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.256364 0.170909
-, [X][X] do [X][X] [X] ||| , [X][X] dem [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.256364 0.0854545
-, [X][X] do [X][X] suggested [X] ||| , [X][X] dem Vorschlag [X][X] folgen [X] ||| 1 ||| 1-1 3-4 ||| 0.04 0.04
-, [X][X] as [X][X] suggested [X] ||| , [X][X] dem Vorschlag von [X][X] folgen [X] ||| 1 ||| 1-1 3-5 ||| 0.04 0.04
-, [X][X] do [X][X] suggested [X] ||| , [X][X] Vorschlag [X][X] folgen [X] ||| 1 ||| 1-1 3-3 ||| 0.04 0.04
-, [X][X] as [X][X] suggested [X] ||| , [X][X] Vorschlag von [X][X] folgen [X] ||| 1 ||| 1-1 3-4 ||| 0.04 0.04
-, I shall do [X][X] [X] ||| , werde ich [X][X] [X] ||| 1 ||| 4-3 ||| 0.0854545 0.0854545
-, I shall [X][X] [X] ||| , werde ich [X][X] [X] ||| 1 ||| 3-3 ||| 0.0854545 0.0854545
-, I shall do [X][X] [X] ||| , werde ich dem [X][X] [X] ||| 1 ||| 4-4 ||| 0.0854545 0.0854545
-, I shall [X][X] [X] ||| , werde ich dem [X][X] [X] ||| 1 ||| 3-4 ||| 0.0854545 0.0854545
-, I shall [X][X] suggested [X] ||| , werde ich dem Vorschlag [X][X] folgen [X] ||| 1 ||| 3-5 ||| 0.04 0.04
-[X][X] do [X][X] . [X] ||| [X][X] [X][X] . [X] ||| 1 ||| 0-0 2-1 ||| 0.312834 0.208556
-[X][X] do [X][X] . [X] ||| [X][X] dem [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.312834 0.104278
-[X][X] do [X][X] suggested . [X] ||| [X][X] dem Vorschlag [X][X] folgen . [X] ||| 1 ||| 0-0 2-3 ||| 0.104278 0.104278
-[X][X] as [X][X] suggested . [X] ||| [X][X] dem Vorschlag von [X][X] folgen . [X] ||| 1 ||| 0-0 2-4 ||| 0.104278 0.104278
-[X][X] do [X][X] suggested . [X] ||| [X][X] Vorschlag [X][X] folgen . [X] ||| 1 ||| 0-0 2-2 ||| 0.104278 0.104278
-[X][X] as [X][X] suggested . [X] ||| [X][X] Vorschlag von [X][X] folgen . [X] ||| 1 ||| 0-0 2-3 ||| 0.104278 0.104278
-I shall do [X][X] . [X] ||| werde ich [X][X] . [X] ||| 1 ||| 3-2 ||| 0.0588235 0.0588235
-I shall [X][X] . [X] ||| werde ich [X][X] . [X] ||| 1 ||| 2-2 ||| 0.0588235 0.0588235
-I shall do [X][X] . [X] ||| werde ich dem [X][X] . [X] ||| 1 ||| 3-3 ||| 0.0588235 0.0588235
-I shall [X][X] . [X] ||| werde ich dem [X][X] . [X] ||| 1 ||| 2-3 ||| 0.0588235 0.0588235
-I shall [X][X] suggested . [X] ||| werde ich dem Vorschlag [X][X] folgen . [X] ||| 1 ||| 2-4 ||| 0.0588235 0.0588235
-[X][X] House [X][X] I shall [X] ||| [X][X] Haus [X][X] werde ich dem [X] ||| 1 ||| 0-0 2-2 ||| 0.0285714 0.0285714
-[X][X] House [X][X] [X] ||| [X][X] Haus [X][X] dem [X] ||| 1 ||| 0-0 2-2 ||| 0.0461153 0.0461153
-[X][X] House agrees [X][X] [X] ||| [X][X] Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| 0-0 3-5 ||| 0.0461153 0.0461153
-[X][X] House agrees , [X][X] [X] ||| [X][X] Haus damit einverstanden ist , [X][X] dem [X] ||| 1 ||| 0-0 4-6 ||| 0.0461153 0.0461153
-if [X][X] agrees [X][X] [X] ||| wenn [X][X] damit einverstanden ist [X][X] dem [X] ||| 1 ||| 1-1 3-5 ||| 0.0461153 0.0461153
-if [X][X] agrees , [X][X] [X] ||| wenn [X][X] damit einverstanden ist , [X][X] dem [X] ||| 1 ||| 1-1 4-6 ||| 0.0461153 0.0461153
-if [X][X] , I shall [X] ||| wenn [X][X] , werde ich dem [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-if [X][X] , [X][X] [X] ||| wenn [X][X] , [X][X] dem [X] ||| 1 ||| 1-1 3-3 ||| 0.0461153 0.0461153
-if [X][X] I shall [X] ||| wenn [X][X] werde ich dem [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-if [X][X] [X] ||| wenn [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.0461153 0.0461153
-if the [X][X] , [X][X] [X] ||| wenn das [X][X] , [X][X] dem [X] ||| 1 ||| 2-2 4-4 ||| 0.0461153 0.0461153
-if the [X][X] I shall [X] ||| wenn das [X][X] werde ich dem [X] ||| 1 ||| 2-2 ||| 0.0285714 0.0285714
-if the [X][X] [X] ||| wenn das [X][X] dem [X] ||| 1 ||| 2-2 ||| 0.0461153 0.0461153
-if the House [X][X] [X] ||| wenn das Haus [X][X] dem [X] ||| 1 ||| 3-3 ||| 0.0461153 0.0461153
-if the House agrees [X][X] [X] ||| wenn das Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| 4-6 ||| 0.0461153 0.0461153
-[X][X] House [X][X] do [X] ||| [X][X] Haus [X][X] dem [X] ||| 1 ||| 0-0 2-2 ||| 0.0175439 0.0175439
-[X][X] House agrees [X][X] do [X] ||| [X][X] Haus damit einverstanden ist [X][X] dem [X] ||| 1 ||| 0-0 3-5 ||| 0.0175439 0.0175439
-if [X][X] agrees [X][X] do [X] ||| wenn [X][X] damit einverstanden ist [X][X] dem [X] ||| 1 ||| 1-1 3-5 ||| 0.0175439 0.0175439
-if [X][X] , I [X][X] [X] ||| wenn [X][X] , [X][X] ich dem [X] ||| 1 ||| 1-1 4-3 ||| 0.0175439 0.0175439
-if [X][X] , [X][X] do [X] ||| wenn [X][X] , [X][X] dem [X] ||| 1 ||| 1-1 3-3 ||| 0.0175439 0.0175439
-if [X][X] I shall do [X] ||| wenn [X][X] werde ich dem [X] ||| 1 ||| 1-1 ||| 0.0175439 0.0175439
-if [X][X] I [X][X] [X] ||| wenn [X][X] [X][X] ich dem [X] ||| 1 ||| 1-1 3-2 ||| 0.0175439 0.0175439
-if [X][X] do [X] ||| wenn [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.0175439 0.0175439
-if the [X][X] I [X][X] [X] ||| wenn das [X][X] [X][X] ich dem [X] ||| 1 ||| 2-2 4-3 ||| 0.0175439 0.0175439
-if the [X][X] do [X] ||| wenn das [X][X] dem [X] ||| 1 ||| 2-2 ||| 0.0175439 0.0175439
-if the House [X][X] do [X] ||| wenn das Haus [X][X] dem [X] ||| 1 ||| 3-3 ||| 0.0175439 0.0175439
-, [X][X] do [X][X] . [X] ||| , [X][X] [X][X] . [X] ||| 1 ||| 1-1 3-2 ||| 0.136364 0.0909091
-, [X][X] do [X][X] . [X] ||| , [X][X] dem [X][X] . [X] ||| 1 ||| 1-1 3-3 ||| 0.136364 0.0454545
-, [X][X] . [X] ||| , [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-, I shall [X][X] . [X] ||| , werde ich [X][X] . [X] ||| 1 ||| 3-3 ||| 0.090909 0.0454545
-, I shall [X][X] . [X] ||| , werde ich dem [X][X] . [X] ||| 1 ||| 3-4 ||| 0.090909 0.0454545
-Madam [X] ||| Frau [X] ||| 1 ||| ||| 1 1
-President [X] ||| Präsidentin [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 1 1
-on [X] ||| zur [X] ||| 1 ||| ||| 1 1
-a point of order [X] ||| Geschäftsordnung [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-Madam President [X] ||| Frau Präsidentin [X] ||| 1 ||| ||| 1 1
-President , [X] ||| Präsidentin , [X] ||| 1 ||| ||| 1 1
-, on [X] ||| , zur [X] ||| 1 ||| ||| 1 1
-on a point of order [X] ||| zur Geschäftsordnung [X] ||| 1 ||| ||| 0.5 0.5
-on [X][X] [X] ||| zur [X][X] [X] ||| 1 ||| 1-1 ||| 0.833333 0.833333
-a point of order . [X] ||| Geschäftsordnung . [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 1.20694 1.20694
-Madam President , [X] ||| Frau Präsidentin , [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-Madam [X][X] [X] ||| Frau [X][X] [X] ||| 1 ||| 1-1 ||| 0.673611 0.673611
-President , on [X] ||| Präsidentin , zur [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] on [X] ||| [X][X] zur [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-President [X][X] [X] ||| Präsidentin [X][X] [X] ||| 1 ||| 1-1 ||| 0.644444 0.644444
-[X][X] a point of order [X] ||| [X][X] Geschäftsordnung [X] ||| 1 ||| 0-0 ||| 0.644444 0.644444
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.533333 0.533333
-, on [X][X] [X] ||| , zur [X][X] [X] ||| 1 ||| 2-2 ||| 0.533333 0.533333
-on [X][X] . [X] ||| zur [X][X] . [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-Madam President , on [X] ||| Frau Präsidentin , zur [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] , on [X] ||| [X][X] , zur [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-Madam [X][X] on [X] ||| Frau [X][X] zur [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Madam President [X][X] [X] ||| Frau Präsidentin [X][X] [X] ||| 1 ||| 2-2 ||| 0.340278 0.340278
-[X][X] on [X][X] [X] ||| [X][X] zur [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.484722 0.484722
-President , [X][X] [X] ||| Präsidentin , [X][X] [X] ||| 1 ||| 2-2 ||| 0.311111 0.311111
-President , on [X][X] [X] ||| Präsidentin , zur [X][X] [X] ||| 1 ||| 3-3 ||| 0.311111 0.311111
-, [X][X] . [X] ||| , [X][X] . [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-, on [X][X] . [X] ||| , zur [X][X] . [X] ||| 1 ||| 2-2 ||| 0.2 0.2
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.173611 0.173611
-[X][X] , on [X][X] [X] ||| [X][X] , zur [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.173611 0.173611
-Madam [X][X] on [X][X] [X] ||| Frau [X][X] zur [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.173611 0.173611
-Madam President , [X][X] [X] ||| Frau Präsidentin , [X][X] [X] ||| 1 ||| 3-3 ||| 0.173611 0.173611
-Madam President , on [X][X] [X] ||| Frau Präsidentin , zur [X][X] [X] ||| 1 ||| 4-4 ||| 0.173611 0.173611
-[X][X] on [X][X] . [X] ||| [X][X] zur [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.173611 0.173611
-President [X][X] . [X] ||| Präsidentin [X][X] . [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-President , [X][X] . [X] ||| Präsidentin , [X][X] . [X] ||| 1 ||| 2-2 ||| 0.111111 0.111111
-President , on [X][X] . [X] ||| Präsidentin , zur [X][X] . [X] ||| 1 ||| 3-3 ||| 0.111111 0.111111
-[X][X] , [X][X] . [X] ||| [X][X] , [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.0625 0.0625
-[X][X] , on [X][X] . [X] ||| [X][X] , zur [X][X] . [X] ||| 1 ||| 0-0 3-3 ||| 0.0625 0.0625
-Madam [X][X] on [X][X] . [X] ||| Frau [X][X] zur [X][X] . [X] ||| 1 ||| 1-1 3-3 ||| 0.0625 0.0625
-Madam [X][X] . [X] ||| Frau [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-Madam President [X][X] . [X] ||| Frau Präsidentin [X][X] . [X] ||| 1 ||| 2-2 ||| 0.0625 0.0625
-Madam President , [X][X] . [X] ||| Frau Präsidentin , [X][X] . [X] ||| 1 ||| 3-3 ||| 0.0625 0.0625
-would [X] ||| könnten [X] ||| 1 ||| ||| 1 1
-your [X] ||| Sie [X] ||| 1 ||| ||| 1 1
-advice [X] ||| Auskunft [X] ||| 1 ||| ||| 1 1
-about [X] ||| zu [X] ||| 1 ||| ||| 1 1
-Rule [X] ||| Artikel [X] ||| 1 ||| ||| 1 1
-143 [X] ||| 143 [X] ||| 1 ||| ||| 1 1
-. [X] ||| ? [X] ||| 1 ||| ||| 1 1
-advice [X] ||| eine Auskunft [X] ||| 1 ||| ||| 1 1
-advice about [X] ||| Auskunft zu [X] ||| 1 ||| ||| 1 1
-about Rule [X] ||| zu Artikel [X] ||| 1 ||| ||| 1 1
-Rule 143 [X] ||| Artikel 143 [X] ||| 1 ||| ||| 1 1
-inadmissibility [X] ||| Unzulässigkeit geben [X] ||| 1 ||| ||| 1 1
-I would like your [X] ||| könnten Sie mir [X] ||| 1 ||| ||| 1 1
-advice about [X] ||| eine Auskunft zu [X] ||| 1 ||| ||| 1 1
-advice about Rule [X] ||| Auskunft zu Artikel [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Rule [X] ||| [X][X] Artikel [X] ||| 1 ||| 0-0 ||| 0.708333 0.708333
-advice [X][X] [X] ||| Auskunft [X][X] [X] ||| 1 ||| 1-1 ||| 0.643541 0.643541
-about Rule 143 [X] ||| zu Artikel 143 [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] 143 [X] ||| [X][X] 143 [X] ||| 1 ||| 0-0 ||| 0.696429 0.696429
-about [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| 1-1 ||| 0.643541 0.643541
-inadmissibility . [X] ||| Unzulässigkeit geben ? [X] ||| 1 ||| ||| 1 1
-I would like your [X] ||| könnten Sie mir eine [X] ||| 1 ||| ||| 1 1
-advice about Rule [X] ||| eine Auskunft zu Artikel [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] Rule [X] ||| eine [X][X] Artikel [X] ||| 1 ||| 0-1 ||| 0.25 0.25
-advice [X][X] [X] ||| eine Auskunft [X][X] [X] ||| 1 ||| 1-2 ||| 0.441667 0.441667
-advice about Rule 143 [X] ||| Auskunft zu Artikel 143 [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Rule 143 [X] ||| [X][X] Artikel 143 [X] ||| 1 ||| 0-0 ||| 0.363095 0.363095
-advice [X][X] 143 [X] ||| Auskunft [X][X] 143 [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-advice about [X][X] [X] ||| Auskunft zu [X][X] [X] ||| 1 ||| 2-2 ||| 0.310207 0.310207
-concerning [X] ||| im Zusammenhang mit der [X] ||| 1 ||| ||| 1 1
-I would like your advice [X] ||| könnten Sie mir eine Auskunft [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] advice [X] ||| [X][X] eine Auskunft [X] ||| 1 ||| 0-0 ||| 0.666666 0.333333
-[X][X] advice [X] ||| [X][X] Auskunft [X] ||| 1 ||| 0-0 ||| 0.666666 0.333333
-advice about Rule 143 [X] ||| eine Auskunft zu Artikel 143 [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] Rule 143 [X] ||| eine [X][X] Artikel 143 [X] ||| 1 ||| 0-1 ||| 0.125 0.125
-[X][X] 143 [X] ||| eine [X][X] 143 [X] ||| 1 ||| 0-1 ||| 0.125 0.125
-advice [X][X] 143 [X] ||| eine Auskunft [X][X] 143 [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-advice about [X][X] [X] ||| eine Auskunft zu [X][X] [X] ||| 1 ||| 2-3 ||| 0.191667 0.191667
-143 concerning [X] ||| 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 1 1
-[X][X] advice about [X] ||| [X][X] eine Auskunft zu [X] ||| 1 ||| 0-0 ||| 0.4 0.2
-[X][X] advice about [X] ||| [X][X] Auskunft zu [X] ||| 1 ||| 0-0 ||| 0.4 0.2
-[X][X] about [X] ||| [X][X] zu [X] ||| 1 ||| 0-0 ||| 0.2 0.2
-I would like your [X][X] [X] ||| könnten Sie mir [X][X] [X] ||| 1 ||| 4-3 ||| 0.792858 0.396429
-I would like your [X][X] [X] ||| könnten Sie mir eine [X][X] [X] ||| 1 ||| 4-4 ||| 0.792858 0.396429
-Rule 143 concerning [X] ||| Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] concerning [X] ||| [X][X] im Zusammenhang mit der [X] ||| 1 ||| 0-0 ||| 0.657576 0.657576
-Rule [X][X] [X] ||| Artikel [X][X] [X] ||| 1 ||| 1-1 ||| 0.590909 0.590909
-concerning inadmissibility [X] ||| im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 1 1
-[X][X] advice about Rule [X] ||| [X][X] eine Auskunft zu Artikel [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-[X][X] advice [X][X] [X] ||| [X][X] eine Auskunft [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.196429 0.196429
-[X][X] advice about Rule [X] ||| [X][X] Auskunft zu Artikel [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-[X][X] advice [X][X] [X] ||| [X][X] Auskunft [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.196429 0.196429
-[X][X] about Rule [X] ||| [X][X] zu Artikel [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-about Rule 143 concerning [X] ||| zu Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] 143 concerning [X] ||| [X][X] 143 im Zusammenhang mit der [X] ||| 1 ||| 0-0 ||| 0.324242 0.324242
-about [X][X] concerning [X] ||| zu [X][X] im Zusammenhang mit der [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-about Rule [X][X] [X] ||| zu Artikel [X][X] [X] ||| 1 ||| 2-2 ||| 0.310207 0.310207
-143 concerning inadmissibility [X] ||| 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] inadmissibility [X] ||| [X][X] Unzulässigkeit geben [X] ||| 1 ||| 0-0 ||| 0.643541 0.643541
-143 [X][X] [X] ||| 143 [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-concerning inadmissibility . [X] ||| im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] . [X] ||| [X][X] ? [X] ||| 1 ||| 0-0 ||| 0.643541 0.643541
-concerning [X][X] [X] ||| im Zusammenhang mit der [X][X] [X] ||| 1 ||| 1-4 ||| 0.333333 0.333333
-[X][X] advice about Rule 143 [X] ||| [X][X] eine Auskunft zu Artikel 143 [X] ||| 1 ||| 0-0 ||| 0.0714286 0.0714286
-[X][X] advice [X][X] 143 [X] ||| [X][X] eine Auskunft [X][X] 143 [X] ||| 1 ||| 0-0 2-3 ||| 0.0714286 0.0714286
-[X][X] advice about [X][X] [X] ||| [X][X] eine Auskunft zu [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.0714286 0.0714286
-[X][X] advice about Rule 143 [X] ||| [X][X] Auskunft zu Artikel 143 [X] ||| 1 ||| 0-0 ||| 0.0714286 0.0714286
-[X][X] advice [X][X] 143 [X] ||| [X][X] Auskunft [X][X] 143 [X] ||| 1 ||| 0-0 2-2 ||| 0.0714286 0.0714286
-[X][X] advice about [X][X] [X] ||| [X][X] Auskunft zu [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0714286 0.0714286
-[X][X] about Rule 143 [X] ||| [X][X] zu Artikel 143 [X] ||| 1 ||| 0-0 ||| 0.0714286 0.0714286
-[X][X] about [X][X] [X] ||| [X][X] zu [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0714286 0.0714286
-advice about Rule 143 concerning [X] ||| Auskunft zu Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Rule 143 concerning [X] ||| [X][X] Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| 0-0 ||| 0.157576 0.157576
-[X][X] Rule [X][X] [X] ||| [X][X] Artikel [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.210207 0.210207
-advice [X][X] 143 concerning [X] ||| Auskunft [X][X] 143 im Zusammenhang mit der [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-advice [X][X] concerning [X] ||| Auskunft [X][X] im Zusammenhang mit der [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-advice about [X][X] concerning [X] ||| Auskunft zu [X][X] im Zusammenhang mit der [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-advice about Rule [X][X] [X] ||| Auskunft zu Artikel [X][X] [X] ||| 1 ||| 3-3 ||| 0.143541 0.143541
-Rule 143 concerning inadmissibility [X] ||| Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] concerning inadmissibility [X] ||| [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| 0-0 ||| 0.310207 0.310207
-Rule [X][X] inadmissibility [X] ||| Artikel [X][X] Unzulässigkeit geben [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Rule 143 [X][X] [X] ||| Artikel 143 [X][X] [X] ||| 1 ||| 2-2 ||| 0.257576 0.257576
-143 concerning inadmissibility . [X] ||| 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] inadmissibility . [X] ||| [X][X] Unzulässigkeit geben ? [X] ||| 1 ||| 0-0 ||| 0.310207 0.310207
-143 [X][X] . [X] ||| 143 [X][X] ? [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-143 concerning [X][X] [X] ||| 143 im Zusammenhang mit der [X][X] [X] ||| 1 ||| 2-5 ||| 0.166667 0.166667
-advice about Rule 143 concerning [X] ||| eine Auskunft zu Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] Rule 143 concerning [X] ||| eine [X][X] Artikel 143 im Zusammenhang mit der [X] ||| 1 ||| 0-1 ||| 0.0666667 0.0666667
-[X][X] Rule [X][X] [X] ||| eine [X][X] Artikel [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0666667 0.0666667
-[X][X] 143 concerning [X] ||| eine [X][X] 143 im Zusammenhang mit der [X] ||| 1 ||| 0-1 ||| 0.0666667 0.0666667
-[X][X] concerning [X] ||| eine [X][X] im Zusammenhang mit der [X] ||| 1 ||| 0-1 ||| 0.0666667 0.0666667
-advice [X][X] 143 concerning [X] ||| eine Auskunft [X][X] 143 im Zusammenhang mit der [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-advice [X][X] concerning [X] ||| eine Auskunft [X][X] im Zusammenhang mit der [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-advice about [X][X] concerning [X] ||| eine Auskunft zu [X][X] im Zusammenhang mit der [X] ||| 1 ||| 2-3 ||| 0.0666667 0.0666667
-advice about Rule [X][X] [X] ||| eine Auskunft zu Artikel [X][X] [X] ||| 1 ||| 3-4 ||| 0.0666667 0.0666667
-about Rule 143 concerning inadmissibility [X] ||| zu Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] 143 concerning inadmissibility [X] ||| [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| 0-0 ||| 0.143541 0.143541
-[X][X] 143 [X][X] [X] ||| [X][X] 143 [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.196172 0.196172
-about [X][X] concerning inadmissibility [X] ||| zu [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-about [X][X] inadmissibility [X] ||| zu [X][X] Unzulässigkeit geben [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-about Rule [X][X] inadmissibility [X] ||| zu Artikel [X][X] Unzulässigkeit geben [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-about Rule 143 [X][X] [X] ||| zu Artikel 143 [X][X] [X] ||| 1 ||| 3-3 ||| 0.143541 0.143541
-Rule 143 concerning inadmissibility . [X] ||| Artikel 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] concerning inadmissibility . [X] ||| [X][X] im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| 0-0 ||| 0.143541 0.143541
-[X][X] concerning [X][X] [X] ||| [X][X] im Zusammenhang mit der [X][X] [X] ||| 1 ||| 0-0 2-5 ||| 0.143541 0.143541
-Rule [X][X] inadmissibility . [X] ||| Artikel [X][X] Unzulässigkeit geben ? [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-Rule [X][X] . [X] ||| Artikel [X][X] ? [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-Rule 143 [X][X] . [X] ||| Artikel 143 [X][X] ? [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-Rule 143 concerning [X][X] [X] ||| Artikel 143 im Zusammenhang mit der [X][X] [X] ||| 1 ||| 3-6 ||| 0.0909091 0.0909091
-[X][X] Rule 143 concerning inadmissibility [X] ||| [X][X] Artikel 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| 0-0 ||| 0.0526316 0.0526316
-[X][X] Rule [X][X] inadmissibility [X] ||| [X][X] Artikel [X][X] Unzulässigkeit geben [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] Rule 143 [X][X] [X] ||| [X][X] Artikel 143 [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0526316 0.0526316
-advice [X][X] 143 concerning inadmissibility [X] ||| Auskunft [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-advice [X][X] 143 [X][X] [X] ||| Auskunft [X][X] 143 [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0526316
-advice [X][X] concerning inadmissibility [X] ||| Auskunft [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-advice [X][X] inadmissibility [X] ||| Auskunft [X][X] Unzulässigkeit geben [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-advice about [X][X] concerning inadmissibility [X] ||| Auskunft zu [X][X] im Zusammenhang mit der Unzulässigkeit geben [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-advice about [X][X] inadmissibility [X] ||| Auskunft zu [X][X] Unzulässigkeit geben [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-advice about Rule [X][X] inadmissibility [X] ||| Auskunft zu Artikel [X][X] Unzulässigkeit geben [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-advice about Rule 143 [X][X] [X] ||| Auskunft zu Artikel 143 [X][X] [X] ||| 1 ||| 4-4 ||| 0.0526316 0.0526316
-[X][X] 143 concerning inadmissibility . [X] ||| [X][X] 143 im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| 0-0 ||| 0.0526316 0.0526316
-[X][X] 143 [X][X] . [X] ||| [X][X] 143 [X][X] ? [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] 143 concerning [X][X] [X] ||| [X][X] 143 im Zusammenhang mit der [X][X] [X] ||| 1 ||| 0-0 3-6 ||| 0.0526316 0.0526316
-about [X][X] concerning inadmissibility . [X] ||| zu [X][X] im Zusammenhang mit der Unzulässigkeit geben ? [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-about [X][X] concerning [X][X] [X] ||| zu [X][X] im Zusammenhang mit der [X][X] [X] ||| 1 ||| 1-1 3-6 ||| 0.0526316 0.0526316
-about [X][X] inadmissibility . [X] ||| zu [X][X] Unzulässigkeit geben ? [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-about [X][X] . [X] ||| zu [X][X] ? [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-about Rule [X][X] inadmissibility . [X] ||| zu Artikel [X][X] Unzulässigkeit geben ? [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-about Rule [X][X] . [X] ||| zu Artikel [X][X] ? [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-about Rule 143 [X][X] . [X] ||| zu Artikel 143 [X][X] ? [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-about Rule 143 concerning [X][X] [X] ||| zu Artikel 143 im Zusammenhang mit der [X][X] [X] ||| 1 ||| 4-7 ||| 0.0526316 0.0526316
-my [X] ||| meine [X] ||| 1 ||| ||| 1 1
-question [X] ||| Frage [X] ||| 1 ||| ||| 1 1
-relates [X] ||| betrifft [X] ||| 1 ||| ||| 1 1
-relates to [X] ||| betrifft [X] ||| 1 ||| ||| 1 1
-come up [X] ||| kommen [X] ||| 1 ||| ||| 1 1
-will [X] ||| wird [X] ||| 1 ||| ||| 1 1
-and [X] ||| und [X] ||| 1 ||| ||| 1 1
-which [X] ||| die [X] ||| 1 ||| ||| 1 1
-I [X] ||| ich [X] ||| 1 ||| ||| 1 1
-then [X] ||| dann [X] ||| 1 ||| ||| 1 1
-again [X] ||| erneut [X] ||| 1 ||| ||| 1 1
-will [X] ||| werde [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-my question [X] ||| meine Frage [X] ||| 1 ||| ||| 1 1
-question relates [X] ||| Frage betrifft [X] ||| 1 ||| ||| 1 1
-question relates to [X] ||| Frage betrifft [X] ||| 1 ||| ||| 0.5 0.5
-question [X][X] [X] ||| Frage [X][X] [X] ||| 1 ||| 1-1 ||| 0.766667 0.766667
-something [X] ||| eine Angelegenheit [X] ||| 1 ||| ||| 1 1
-to something [X] ||| eine Angelegenheit [X] ||| 1 ||| ||| 1 1
-that [X] ||| , die [X] ||| 1 ||| ||| 1 1
-on Thursday [X] ||| am Donnerstag [X] ||| 1 ||| ||| 1 1
-will come up [X] ||| kommen wird [X] ||| 1 ||| ||| 0.5 0.5
-will [X][X] [X] ||| [X][X] wird [X] ||| 1 ||| 1-0 ||| 0.5 0.5
-and [X] ||| und auf [X] ||| 1 ||| ||| 1 1
-which [X] ||| auf die [X] ||| 1 ||| ||| 1 1
-which I [X] ||| die ich [X] ||| 1 ||| ||| 1 1
-my question relates [X] ||| meine Frage betrifft [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] relates [X] ||| [X][X] betrifft [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-my [X][X] [X] ||| meine [X][X] [X] ||| 1 ||| 1-1 ||| 0.679798 0.679798
-my question relates to [X] ||| meine Frage betrifft [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] relates to [X] ||| [X][X] betrifft [X] ||| 1 ||| 0-0 ||| 0.2 0.2
-my [X][X] to [X] ||| meine [X][X] [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-my question [X][X] [X] ||| meine Frage [X][X] [X] ||| 1 ||| 2-2 ||| 0.346465 0.346465
-relates to something [X] ||| betrifft eine Angelegenheit [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] something [X] ||| [X][X] eine Angelegenheit [X] ||| 1 ||| 0-0 ||| 0.590909 0.590909
-relates [X][X] [X] ||| betrifft [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-and which [X] ||| und auf die [X] ||| 1 ||| ||| 1 1
-which I [X] ||| auf die ich [X] ||| 1 ||| ||| 1 1
-question relates to something [X] ||| Frage betrifft eine Angelegenheit [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] to something [X] ||| [X][X] eine Angelegenheit [X] ||| 1 ||| 0-0 ||| 0.257576 0.257576
-question [X][X] something [X] ||| Frage [X][X] eine Angelegenheit [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-question relates [X][X] [X] ||| Frage betrifft [X][X] [X] ||| 1 ||| 2-2 ||| 0.266667 0.266667
-something that [X] ||| eine Angelegenheit , die [X] ||| 1 ||| ||| 1 1
-to something that [X] ||| eine Angelegenheit , die [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] that [X] ||| [X][X] , die [X] ||| 1 ||| 0-0 ||| 0.822222 0.822222
-and which I [X] ||| und auf die ich [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] I [X] ||| [X][X] ich [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-and [X][X] [X] ||| und [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.25
-and [X][X] [X] ||| und auf [X][X] [X] ||| 1 ||| 1-2 ||| 0.5 0.25
-my question relates to something [X] ||| meine Frage betrifft eine Angelegenheit [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] relates to something [X] ||| [X][X] betrifft eine Angelegenheit [X] ||| 1 ||| 0-0 ||| 0.0909091 0.0909091
-[X][X] relates [X][X] [X] ||| [X][X] betrifft [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.146465 0.146465
-my [X][X] to something [X] ||| meine [X][X] eine Angelegenheit [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-my [X][X] something [X] ||| meine [X][X] eine Angelegenheit [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-my question [X][X] something [X] ||| meine Frage [X][X] eine Angelegenheit [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-my question relates [X][X] [X] ||| meine Frage betrifft [X][X] [X] ||| 1 ||| 3-3 ||| 0.146465 0.146465
-relates to something that [X] ||| betrifft eine Angelegenheit , die [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] something that [X] ||| [X][X] eine Angelegenheit , die [X] ||| 1 ||| 0-0 ||| 0.322222 0.322222
-relates [X][X] that [X] ||| betrifft [X][X] , die [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-relates to [X][X] [X] ||| betrifft [X][X] [X] ||| 1 ||| 2-1 ||| 0.166667 0.166667
-question relates to something that [X] ||| Frage betrifft eine Angelegenheit , die [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] to something that [X] ||| [X][X] eine Angelegenheit , die [X] ||| 1 ||| 0-0 ||| 0.155556 0.155556
-question [X][X] something that [X] ||| Frage [X][X] eine Angelegenheit , die [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-question [X][X] that [X] ||| Frage [X][X] , die [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-question relates [X][X] that [X] ||| Frage betrifft [X][X] , die [X] ||| 1 ||| 2-2 ||| 0.1 0.1
-question relates to [X][X] [X] ||| Frage betrifft [X][X] [X] ||| 1 ||| 3-2 ||| 0.1 0.1
-[X][X] relates to something that [X] ||| [X][X] betrifft eine Angelegenheit , die [X] ||| 1 ||| 0-0 ||| 0.0555556 0.0555556
-[X][X] relates [X][X] that [X] ||| [X][X] betrifft [X][X] , die [X] ||| 1 ||| 0-0 2-2 ||| 0.0555556 0.0555556
-[X][X] relates to [X][X] [X] ||| [X][X] betrifft [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.0555556 0.0555556
-my [X][X] to something that [X] ||| meine [X][X] eine Angelegenheit , die [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-my [X][X] to [X][X] [X] ||| meine [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0555556 0.0555556
-my [X][X] something that [X] ||| meine [X][X] eine Angelegenheit , die [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-my [X][X] that [X] ||| meine [X][X] , die [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-my question [X][X] something that [X] ||| meine Frage [X][X] eine Angelegenheit , die [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-my question [X][X] that [X] ||| meine Frage [X][X] , die [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-my question relates [X][X] that [X] ||| meine Frage betrifft [X][X] , die [X] ||| 1 ||| 3-3 ||| 0.0555556 0.0555556
-my question relates to [X][X] [X] ||| meine Frage betrifft [X][X] [X] ||| 1 ||| 4-3 ||| 0.0555556 0.0555556
-and contains [X] ||| mit [X] ||| 1 ||| ||| 1 1
-Cunha report [X] ||| Cunha-Bericht [X] ||| 1 ||| ||| 1 1
-on [X] ||| über [X] ||| 1 ||| ||| 1 1
-multiannual [X] ||| mehrjährige [X] ||| 1 ||| ||| 1 1
-guidance programmes [X] ||| Ausrichtungsprogramme [X] ||| 1 ||| ||| 1 1
-guidance programmes comes [X] ||| Ausrichtungsprogramme [X] ||| 1 ||| ||| 1 1
-before [X] ||| befassen [X] ||| 1 ||| ||| 1 1
-comes before [X] ||| befassen [X] ||| 1 ||| ||| 1 1
-in [X] ||| in [X] ||| 1 ||| ||| 1 1
-paragraph [X] ||| Absatz [X] ||| 1 ||| ||| 1 1
-6 [X] ||| 6 [X] ||| 1 ||| ||| 1 1
-proposal [X] ||| vorschlägt [X] ||| 1 ||| ||| 1 1
-that [X] ||| , [X] ||| 1 ||| ||| 1 1
-for [X] ||| daß [X] ||| 1 ||| ||| 1 1
-countries [X] ||| Länder [X] ||| 1 ||| ||| 1 1
-which [X] ||| die [X] ||| 1 ||| ||| 1 1
-their [X] ||| ihr [X] ||| 1 ||| ||| 1 1
-fleet [X] ||| Soll [X] ||| 1 ||| ||| 1 1
-fail [X] ||| nicht [X] ||| 1 ||| ||| 1 1
-meet [X] ||| erfüllen [X] ||| 1 ||| ||| 1 1
-to [X] ||| , [X] ||| 1 ||| ||| 1 1
-annually [X] ||| jährlich [X] ||| 1 ||| ||| 1 1
-introduced [X] ||| mit [X] ||| 1 ||| ||| 1 1
-a [X] ||| einer [X] ||| 1 ||| ||| 1 1
-form [X] ||| Art [X] ||| 1 ||| ||| 1 1
-form of [X] ||| Art [X] ||| 1 ||| ||| 1 1
-be [X] ||| werden [X] ||| 1 ||| ||| 1 1
-should [X] ||| sollen [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-Parliament [X] ||| das Parlament [X] ||| 1 ||| ||| 1 1
-on Thursday [X] ||| am Donnerstag [X] ||| 1 ||| ||| 1 1
-Cunha report on [X] ||| Cunha-Bericht über [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] on [X] ||| [X][X] über [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-on multiannual [X] ||| über mehrjährige [X] ||| 1 ||| ||| 1 1
-multiannual guidance programmes [X] ||| mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.5 0.5
-multiannual [X][X] [X] ||| mehrjährige [X][X] [X] ||| 1 ||| 1-1 ||| 1.17821 1.17821
-multiannual guidance programmes comes [X] ||| mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.333333 0.333333
-multiannual [X][X] comes [X] ||| mehrjährige [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] comes before [X] ||| [X][X] befassen [X] ||| 1 ||| 0-0 ||| 0.536398 0.536398
-[X][X] before [X] ||| [X][X] befassen [X] ||| 1 ||| 0-0 ||| 0.536398 0.536398
-guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] [X] ||| 1 ||| 2-1 ||| 0.616667 0.616667
-before [X] ||| befassen , [X] ||| 1 ||| ||| 1 1
-comes before [X] ||| befassen , [X] ||| 1 ||| ||| 1 1
-in [X] ||| der in [X] ||| 1 ||| ||| 1 1
-in paragraph [X] ||| in Absatz [X] ||| 1 ||| ||| 1 1
-paragraph 6 [X] ||| Absatz 6 [X] ||| 1 ||| ||| 1 1
-for countries [X] ||| daß Länder [X] ||| 1 ||| ||| 1 1
-countries [X] ||| Länder , [X] ||| 1 ||| ||| 1 1
-which [X] ||| , die [X] ||| 1 ||| ||| 1 1
-their fleet [X] ||| ihr Soll [X] ||| 1 ||| ||| 1 1
-reduction targets [X] ||| zur Flottenverkleinerung [X] ||| 1 ||| ||| 1 1
-to meet [X] ||| erfüllen , [X] ||| 1 ||| ||| 1 1
-a form [X] ||| einer Art [X] ||| 1 ||| ||| 1 1
-a form of [X] ||| einer Art [X] ||| 1 ||| ||| 0.5 0.5
-a [X][X] [X] ||| einer [X][X] [X] ||| 1 ||| 1-1 ||| 0.733766 0.733766
-quota penalties [X] ||| Quotenstrafe belegt [X] ||| 1 ||| ||| 1 1
-of quota penalties [X] ||| Quotenstrafe belegt [X] ||| 1 ||| ||| 1 1
-should be [X] ||| werden sollen [X] ||| 1 ||| ||| 1 1
-Parliament [X] ||| das Parlament wird [X] ||| 1 ||| ||| 1 1
-on Thursday [X] ||| sich am Donnerstag [X] ||| 1 ||| ||| 1 1
-on Thursday and contains [X] ||| am Donnerstag mit [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] and contains [X] ||| [X][X] mit [X] ||| 1 ||| 0-0 ||| 0.894444 0.894444
-on Thursday [X][X] [X] ||| am Donnerstag [X][X] [X] ||| 1 ||| 2-2 ||| 0.333333 0.333333
-Cunha report on multiannual [X] ||| Cunha-Bericht über mehrjährige [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] on multiannual [X] ||| [X][X] über mehrjährige [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-[X][X] multiannual [X] ||| [X][X] mehrjährige [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] [X] ||| 1 ||| 2-1 ||| 0.545163 0.545163
-on multiannual guidance programmes [X] ||| über mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] guidance programmes [X] ||| [X][X] Ausrichtungsprogramme [X] ||| 1 ||| 0-0 ||| 0.35 0.35
-on [X][X] [X] ||| über [X][X] [X] ||| 1 ||| 1-1 ||| 0.626874 0.626874
-on multiannual [X][X] [X] ||| über mehrjährige [X][X] [X] ||| 1 ||| 2-2 ||| 0.626874 0.626874
-on multiannual guidance programmes comes [X] ||| über mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] guidance programmes comes [X] ||| [X][X] Ausrichtungsprogramme [X] ||| 1 ||| 0-0 ||| 0.24359 0.24359
-on [X][X] comes [X] ||| über [X][X] [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-on multiannual [X][X] comes [X] ||| über mehrjährige [X][X] [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen [X] ||| 1 ||| ||| 0.142857 0.142857
-multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 1 ||| 3-2 ||| 0.344877 0.344877
-guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] comes before [X] ||| [X][X] befassen , [X] ||| 1 ||| 0-0 ||| 0.414815 0.414815
-[X][X] before [X] ||| [X][X] befassen , [X] ||| 1 ||| 0-0 ||| 0.414815 0.414815
-guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] , [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-before [X] ||| befassen , der [X] ||| 1 ||| ||| 1 1
-comes before [X] ||| befassen , der [X] ||| 1 ||| ||| 1 1
-in [X] ||| , der in [X] ||| 1 ||| ||| 1 1
-in paragraph [X] ||| der in Absatz [X] ||| 1 ||| ||| 1 1
-in paragraph 6 [X] ||| in Absatz 6 [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] 6 [X] ||| [X][X] 6 [X] ||| 1 ||| 0-0 ||| 0.783333 0.783333
-in [X][X] [X] ||| in [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-for countries [X] ||| daß Länder , [X] ||| 1 ||| ||| 1 1
-countries which [X] ||| Länder , die [X] ||| 1 ||| ||| 1 1
-fleet reduction targets [X] ||| Soll zur Flottenverkleinerung [X] ||| 1 ||| ||| 0.5 0.5
-fleet [X][X] [X] ||| Soll [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-fail to meet [X] ||| nicht erfüllen , [X] ||| 1 ||| ||| 0.5 0.5
-fail [X][X] [X] ||| nicht [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-form of quota penalties [X] ||| Art Quotenstrafe belegt [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] quota penalties [X] ||| [X][X] Quotenstrafe belegt [X] ||| 1 ||| 0-0 ||| 0.392857 0.392857
-form of [X][X] [X] ||| Art [X][X] [X] ||| 1 ||| 2-1 ||| 0.375 0.375
-form [X][X] [X] ||| Art [X][X] [X] ||| 1 ||| 1-1 ||| 0.375 0.375
-Parliament [X] ||| das Parlament wird sich [X] ||| 1 ||| ||| 1 1
-on Thursday [X] ||| wird sich am Donnerstag [X] ||| 1 ||| ||| 1 1
-on Thursday and contains [X] ||| sich am Donnerstag mit [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] and contains [X] ||| sich [X][X] mit [X] ||| 1 ||| 0-1 ||| 0.25 0.25
-on Thursday [X][X] [X] ||| sich am Donnerstag [X][X] [X] ||| 1 ||| 2-3 ||| 0.25 0.25
-[X][X] on multiannual guidance programmes [X] ||| [X][X] über mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| 0-0 ||| 0.1 0.1
-[X][X] on [X][X] [X] ||| [X][X] über [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.295163 0.295163
-[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.295163 0.295163
-[X][X] multiannual guidance programmes [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| 0-0 ||| 0.1 0.1
-[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.295163 0.295163
-Cunha report [X][X] guidance programmes [X] ||| Cunha-Bericht [X][X] Ausrichtungsprogramme [X] ||| 1 ||| 2-1 ||| 0.1 0.1
-Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] [X] ||| 1 ||| 3-2 ||| 0.295163 0.295163
-Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] [X] ||| 1 ||| 4-3 ||| 0.295163 0.295163
-[X][X] on [X][X] comes [X] ||| [X][X] über [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0769231 0.0769231
-[X][X] on multiannual [X][X] comes [X] ||| [X][X] über mehrjährige [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0769231 0.0769231
-[X][X] multiannual guidance programmes comes [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X] ||| 1 ||| 0-0 ||| 0.0769231 0.0769231
-[X][X] multiannual [X][X] comes [X] ||| [X][X] mehrjährige [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0769231 0.0769231
-Cunha report [X][X] comes [X] ||| Cunha-Bericht [X][X] [X] ||| 1 ||| 2-1 ||| 0.0769231 0.0769231
-Cunha report on [X][X] comes [X] ||| Cunha-Bericht über [X][X] [X] ||| 1 ||| 3-2 ||| 0.0769231 0.0769231
-[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen [X] ||| 1 ||| 0-0 ||| 0.143541 0.143541
-[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.328447 0.328447
-on [X][X] comes before [X] ||| über [X][X] befassen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-on [X][X] before [X] ||| über [X][X] befassen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 1 ||| 4-3 ||| 0.210207 0.210207
-multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen , [X] ||| 1 ||| ||| 0.111111 0.111111
-multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen , [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen , [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-multiannual [X][X] [X] ||| mehrjährige [X][X] , [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 1 ||| 3-2 ||| 0.111111 0.111111
-guidance programmes comes before [X] ||| Ausrichtungsprogramme befassen , der [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] comes before [X] ||| [X][X] befassen , der [X] ||| 1 ||| 0-0 ||| 0.338779 0.338779
-[X][X] before [X] ||| [X][X] befassen , der [X] ||| 1 ||| 0-0 ||| 0.338779 0.338779
-guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] , der [X] ||| 1 ||| 2-1 ||| 0.333334 0.166667
-guidance programmes [X][X] [X] ||| Ausrichtungsprogramme [X][X] der [X] ||| 1 ||| 2-1 ||| 0.333334 0.166667
-in paragraph [X] ||| , der in Absatz [X] ||| 1 ||| ||| 1 1
-in paragraph 6 [X] ||| der in Absatz 6 [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] 6 [X] ||| der [X][X] 6 [X] ||| 1 ||| 0-1 ||| 0.25 0.25
-in [X][X] [X] ||| der in [X][X] [X] ||| 1 ||| 1-2 ||| 0.25 0.25
-proposal in paragraph 6 [X] ||| in Absatz 6 vorschlägt [X] ||| 1 ||| ||| 0.25 0.25
-proposal [X][X] 6 [X] ||| [X][X] 6 vorschlägt [X] ||| 1 ||| 1-0 ||| 0.541667 0.541667
-proposal [X][X] [X] ||| [X][X] vorschlägt [X] ||| 1 ||| 1-0 ||| 0.541667 0.541667
-proposal in [X][X] [X] ||| in [X][X] vorschlägt [X] ||| 1 ||| 2-1 ||| 0.25 0.25
-for countries which [X] ||| daß Länder , die [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] which [X] ||| [X][X] , die [X] ||| 1 ||| 0-0 ||| 0.5 0.25
-[X][X] which [X] ||| [X][X] die [X] ||| 1 ||| 0-0 ||| 0.5 0.25
-for [X][X] [X] ||| daß [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-their fleet reduction targets [X] ||| ihr Soll zur Flottenverkleinerung [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] reduction targets [X] ||| [X][X] zur Flottenverkleinerung [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-their [X][X] [X] ||| ihr [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-their fleet [X][X] [X] ||| ihr Soll [X][X] [X] ||| 1 ||| 2-2 ||| 0.25 0.25
-a form of quota penalties [X] ||| einer Art Quotenstrafe belegt [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] of quota penalties [X] ||| [X][X] Quotenstrafe belegt [X] ||| 1 ||| 0-0 ||| 0.142857 0.142857
-a [X][X] quota penalties [X] ||| einer [X][X] Quotenstrafe belegt [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-a form of [X][X] [X] ||| einer Art [X][X] [X] ||| 1 ||| 3-2 ||| 0.233766 0.233766
-a form [X][X] [X] ||| einer Art [X][X] [X] ||| 1 ||| 2-2 ||| 0.233766 0.233766
-quota penalties should be [X] ||| Quotenstrafe belegt werden sollen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] should be [X] ||| [X][X] werden sollen [X] ||| 1 ||| 0-0 ||| 0.799242 0.799242
-quota penalties [X][X] [X] ||| Quotenstrafe belegt [X][X] [X] ||| 1 ||| 2-2 ||| 0.333333 0.333333
-of quota penalties should be [X] ||| Quotenstrafe belegt werden sollen [X] ||| 1 ||| ||| 0.25 0.25
-of [X][X] should be [X] ||| [X][X] werden sollen [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-of quota penalties [X][X] [X] ||| Quotenstrafe belegt [X][X] [X] ||| 1 ||| 3-2 ||| 0.25 0.25
-on Thursday and contains [X] ||| wird sich am Donnerstag mit [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] and contains [X] ||| wird [X][X] mit [X] ||| 1 ||| 0-1 ||| 0.4 0.2
-[X][X] and contains [X] ||| wird sich [X][X] mit [X] ||| 1 ||| 0-2 ||| 0.4 0.2
-on Thursday [X][X] [X] ||| wird sich am Donnerstag [X][X] [X] ||| 1 ||| 2-4 ||| 0.2 0.2
-[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen [X] ||| 1 ||| 0-0 3-3 ||| 0.0526316 0.0526316
-[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.11824 0.11824
-Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen [X] ||| 1 ||| 2-1 ||| 0.0526316 0.0526316
-Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen [X] ||| 1 ||| 2-1 ||| 0.0526316 0.0526316
-Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen [X] ||| 1 ||| 3-2 ||| 0.0526316 0.0526316
-[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen , [X] ||| 1 ||| 0-0 ||| 0.103704 0.103704
-[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] , [X] ||| 1 ||| 0-0 3-2 ||| 0.103704 0.103704
-on [X][X] comes before [X] ||| über [X][X] befassen , [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-on [X][X] before [X] ||| über [X][X] befassen , [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-on [X][X] [X] ||| über [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen , [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen , [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-on multiannual [X][X] [X] ||| über mehrjährige [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 1 ||| 4-3 ||| 0.0666667 0.0666667
-multiannual guidance programmes comes before [X] ||| mehrjährige Ausrichtungsprogramme befassen , der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-multiannual [X][X] comes before [X] ||| mehrjährige [X][X] befassen , der [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-multiannual [X][X] before [X] ||| mehrjährige [X][X] befassen , der [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-multiannual [X][X] [X] ||| mehrjährige [X][X] , der [X] ||| 1 ||| 1-1 ||| 0.181818 0.0909091
-multiannual [X][X] [X] ||| mehrjährige [X][X] der [X] ||| 1 ||| 1-1 ||| 0.181818 0.0909091
-multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 1 ||| 3-2 ||| 0.181818 0.0909091
-multiannual guidance programmes [X][X] [X] ||| mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 1 ||| 3-2 ||| 0.181818 0.0909091
-in paragraph 6 [X] ||| , der in Absatz 6 [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] 6 [X] ||| , [X][X] 6 [X] ||| 1 ||| 0-1 ||| 0.4 0.2
-[X][X] 6 [X] ||| , der [X][X] 6 [X] ||| 1 ||| 0-2 ||| 0.4 0.2
-in [X][X] [X] ||| , der in [X][X] [X] ||| 1 ||| 1-3 ||| 0.2 0.2
-proposal in paragraph 6 [X] ||| der in Absatz 6 vorschlägt [X] ||| 1 ||| ||| 0.166667 0.166667
-proposal [X][X] 6 [X] ||| der [X][X] 6 vorschlägt [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-proposal [X][X] [X] ||| der [X][X] vorschlägt [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-proposal in [X][X] [X] ||| der in [X][X] vorschlägt [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-proposal in paragraph 6 that [X] ||| in Absatz 6 vorschlägt , [X] ||| 1 ||| ||| 0.2 0.2
-proposal [X][X] 6 that [X] ||| [X][X] 6 vorschlägt , [X] ||| 1 ||| 1-0 ||| 0.415909 0.415909
-proposal [X][X] that [X] ||| [X][X] vorschlägt , [X] ||| 1 ||| 1-0 ||| 0.415909 0.415909
-[X][X] that [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.415909 0.415909
-proposal in [X][X] that [X] ||| in [X][X] vorschlägt , [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-[X][X] quota penalties should be [X] ||| [X][X] Quotenstrafe belegt werden sollen [X] ||| 1 ||| 0-0 ||| 0.215909 0.215909
-[X][X] quota penalties [X][X] [X] ||| [X][X] Quotenstrafe belegt [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.215909 0.215909
-form of [X][X] should be [X] ||| Art [X][X] werden sollen [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-form [X][X] should be [X] ||| Art [X][X] werden sollen [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-form of quota penalties [X][X] [X] ||| Art Quotenstrafe belegt [X][X] [X] ||| 1 ||| 4-3 ||| 0.125 0.125
-Parliament on Thursday [X] ||| das Parlament wird sich am Donnerstag [X] ||| 1 ||| ||| 0.25 0.25
-Parliament [X][X] [X] ||| das Parlament [X][X] [X] ||| 1 ||| 1-2 ||| 1.08333 0.361111
-Parliament [X][X] [X] ||| das Parlament wird [X][X] [X] ||| 1 ||| 1-3 ||| 1.08333 0.361111
-Parliament [X][X] [X] ||| das Parlament wird sich [X][X] [X] ||| 1 ||| 1-4 ||| 1.08333 0.361111
-[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen , [X] ||| 1 ||| 0-0 2-2 ||| 0.037037 0.037037
-[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen , [X] ||| 1 ||| 0-0 2-2 ||| 0.037037 0.037037
-[X][X] on [X][X] [X] ||| [X][X] über [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.037037 0.037037
-[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen , [X] ||| 1 ||| 0-0 3-3 ||| 0.037037 0.037037
-[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.037037 0.037037
-[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen , [X] ||| 1 ||| 0-0 2-2 ||| 0.037037 0.037037
-[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen , [X] ||| 1 ||| 0-0 2-2 ||| 0.037037 0.037037
-[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.037037 0.037037
-[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] , [X] ||| 1 ||| 0-0 4-3 ||| 0.037037 0.037037
-Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen , [X] ||| 1 ||| 2-1 ||| 0.037037 0.037037
-Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen , [X] ||| 1 ||| 2-1 ||| 0.037037 0.037037
-Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] , [X] ||| 1 ||| 2-1 ||| 0.037037 0.037037
-Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen , [X] ||| 1 ||| 3-2 ||| 0.037037 0.037037
-Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] , [X] ||| 1 ||| 3-2 ||| 0.037037 0.037037
-Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] , [X] ||| 1 ||| 4-3 ||| 0.037037 0.037037
-[X][X] guidance programmes comes before [X] ||| [X][X] Ausrichtungsprogramme befassen , der [X] ||| 1 ||| 0-0 ||| 0.081203 0.081203
-[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] , der [X] ||| 1 ||| 0-0 3-2 ||| 0.162406 0.081203
-[X][X] guidance programmes [X][X] [X] ||| [X][X] Ausrichtungsprogramme [X][X] der [X] ||| 1 ||| 0-0 3-2 ||| 0.162406 0.081203
-on [X][X] comes before [X] ||| über [X][X] befassen , der [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-on [X][X] before [X] ||| über [X][X] befassen , der [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-on [X][X] [X] ||| über [X][X] , der [X] ||| 1 ||| 1-1 ||| 0.105263 0.0526316
-on [X][X] [X] ||| über [X][X] der [X] ||| 1 ||| 1-1 ||| 0.105263 0.0526316
-on multiannual [X][X] comes before [X] ||| über mehrjährige [X][X] befassen , der [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-on multiannual [X][X] before [X] ||| über mehrjährige [X][X] befassen , der [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-on multiannual [X][X] [X] ||| über mehrjährige [X][X] , der [X] ||| 1 ||| 2-2 ||| 0.105263 0.0526316
-on multiannual [X][X] [X] ||| über mehrjährige [X][X] der [X] ||| 1 ||| 2-2 ||| 0.105263 0.0526316
-on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 1 ||| 4-3 ||| 0.105263 0.0526316
-on multiannual guidance programmes [X][X] [X] ||| über mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 1 ||| 4-3 ||| 0.105263 0.0526316
-proposal in paragraph 6 [X] ||| , der in Absatz 6 vorschlägt [X] ||| 1 ||| ||| 0.125 0.125
-proposal [X][X] 6 [X] ||| , [X][X] 6 vorschlägt [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-proposal [X][X] [X] ||| , [X][X] vorschlägt [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-proposal [X][X] 6 [X] ||| , der [X][X] 6 vorschlägt [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-proposal [X][X] [X] ||| , der [X][X] vorschlägt [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-proposal in [X][X] [X] ||| , der in [X][X] vorschlägt [X] ||| 1 ||| 2-3 ||| 0.125 0.125
-proposal in paragraph 6 that [X] ||| der in Absatz 6 vorschlägt , [X] ||| 1 ||| ||| 0.125 0.125
-proposal [X][X] 6 that [X] ||| der [X][X] 6 vorschlägt , [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-proposal [X][X] that [X] ||| der [X][X] vorschlägt , [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-[X][X] that [X] ||| der [X][X] , [X] ||| 1 ||| 0-1 ||| 0.125 0.125
-proposal in [X][X] that [X] ||| der in [X][X] vorschlägt , [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-[X][X] of [X][X] should be [X] ||| [X][X] [X][X] werden sollen [X] ||| 1 ||| 0-0 2-1 ||| 0.0909091 0.0909091
-[X][X] of quota penalties [X][X] [X] ||| [X][X] Quotenstrafe belegt [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.0909091 0.0909091
-a [X][X] quota penalties [X][X] [X] ||| einer [X][X] Quotenstrafe belegt [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0909091 0.0909091
-a [X][X] should be [X] ||| einer [X][X] werden sollen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-a form [X][X] should be [X] ||| einer Art [X][X] werden sollen [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-Parliament on Thursday and contains [X] ||| das Parlament wird sich am Donnerstag mit [X] ||| 1 ||| ||| 0.111111 0.111111
-Parliament [X][X] and contains [X] ||| das Parlament [X][X] mit [X] ||| 1 ||| 1-2 ||| 0.333333 0.111111
-Parliament [X][X] and contains [X] ||| das Parlament wird [X][X] mit [X] ||| 1 ||| 1-3 ||| 0.333333 0.111111
-Parliament [X][X] and contains [X] ||| das Parlament wird sich [X][X] mit [X] ||| 1 ||| 1-4 ||| 0.333333 0.111111
-Parliament on Thursday [X][X] [X] ||| das Parlament wird sich am Donnerstag [X][X] [X] ||| 1 ||| 3-6 ||| 0.111111 0.111111
-[X][X] on [X][X] comes before [X] ||| [X][X] über [X][X] befassen , der [X] ||| 1 ||| 0-0 2-2 ||| 0.0285714 0.0285714
-[X][X] on [X][X] before [X] ||| [X][X] über [X][X] befassen , der [X] ||| 1 ||| 0-0 2-2 ||| 0.0285714 0.0285714
-[X][X] on [X][X] [X] ||| [X][X] über [X][X] , der [X] ||| 1 ||| 0-0 2-2 ||| 0.0571428 0.0285714
-[X][X] on [X][X] [X] ||| [X][X] über [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.0571428 0.0285714
-[X][X] on multiannual [X][X] before [X] ||| [X][X] über mehrjährige [X][X] befassen , der [X] ||| 1 ||| 0-0 3-3 ||| 0.0285714 0.0285714
-[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] , der [X] ||| 1 ||| 0-0 3-3 ||| 0.0571428 0.0285714
-[X][X] on multiannual [X][X] [X] ||| [X][X] über mehrjährige [X][X] der [X] ||| 1 ||| 0-0 3-3 ||| 0.0571428 0.0285714
-[X][X] multiannual [X][X] comes before [X] ||| [X][X] mehrjährige [X][X] befassen , der [X] ||| 1 ||| 0-0 2-2 ||| 0.0285714 0.0285714
-[X][X] multiannual [X][X] before [X] ||| [X][X] mehrjährige [X][X] befassen , der [X] ||| 1 ||| 0-0 2-2 ||| 0.0285714 0.0285714
-[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] , der [X] ||| 1 ||| 0-0 2-2 ||| 0.0571428 0.0285714
-[X][X] multiannual [X][X] [X] ||| [X][X] mehrjährige [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.0571428 0.0285714
-[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] , der [X] ||| 1 ||| 0-0 4-3 ||| 0.0571428 0.0285714
-[X][X] multiannual guidance programmes [X][X] [X] ||| [X][X] mehrjährige Ausrichtungsprogramme [X][X] der [X] ||| 1 ||| 0-0 4-3 ||| 0.0571428 0.0285714
-Cunha report [X][X] comes before [X] ||| Cunha-Bericht [X][X] befassen , der [X] ||| 1 ||| 2-1 ||| 0.0285714 0.0285714
-Cunha report [X][X] before [X] ||| Cunha-Bericht [X][X] befassen , der [X] ||| 1 ||| 2-1 ||| 0.0285714 0.0285714
-Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] , der [X] ||| 1 ||| 2-1 ||| 0.0571428 0.0285714
-Cunha report [X][X] [X] ||| Cunha-Bericht [X][X] der [X] ||| 1 ||| 2-1 ||| 0.0571428 0.0285714
-Cunha report on [X][X] before [X] ||| Cunha-Bericht über [X][X] befassen , der [X] ||| 1 ||| 3-2 ||| 0.0285714 0.0285714
-Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] , der [X] ||| 1 ||| 3-2 ||| 0.0571428 0.0285714
-Cunha report on [X][X] [X] ||| Cunha-Bericht über [X][X] der [X] ||| 1 ||| 3-2 ||| 0.0571428 0.0285714
-Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] , der [X] ||| 1 ||| 4-3 ||| 0.0571428 0.0285714
-Cunha report on multiannual [X][X] [X] ||| Cunha-Bericht über mehrjährige [X][X] der [X] ||| 1 ||| 4-3 ||| 0.0571428 0.0285714
-proposal in paragraph 6 that [X] ||| , der in Absatz 6 vorschlägt , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-proposal [X][X] 6 that [X] ||| , [X][X] 6 vorschlägt , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-proposal [X][X] that [X] ||| , [X][X] vorschlägt , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-[X][X] that [X] ||| , [X][X] , [X] ||| 1 ||| 0-1 ||| 0.0909091 0.0909091
-proposal [X][X] 6 that [X] ||| , der [X][X] 6 vorschlägt , [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-proposal [X][X] that [X] ||| , der [X][X] vorschlägt , [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-[X][X] that [X] ||| , der [X][X] , [X] ||| 1 ||| 0-2 ||| 0.0909091 0.0909091
-proposal in [X][X] that [X] ||| , der in [X][X] vorschlägt , [X] ||| 1 ||| 2-3 ||| 0.0909091 0.0909091
-fail to meet [X][X] [X] ||| [X][X] nicht erfüllen , [X] ||| 1 ||| 3-0 ||| 0.142857 0.142857
-fail to meet their [X][X] [X] ||| ihr [X][X] nicht erfüllen , [X] ||| 1 ||| 4-1 ||| 0.142857 0.142857
-[X][X] their [X][X] [X] ||| ihr [X][X] [X][X] [X] ||| 1 ||| 2-1 0-2 ||| 0.142857 0.142857
-fail [X][X] their [X][X] [X] ||| ihr [X][X] nicht [X][X] [X] ||| 1 ||| 3-1 1-3 ||| 0.142857 0.142857
-[X][X] their fleet [X][X] [X] ||| ihr Soll [X][X] [X][X] [X] ||| 1 ||| 3-2 0-3 ||| 0.142857 0.142857
-fail [X][X] their fleet [X][X] [X] ||| ihr Soll [X][X] nicht [X][X] [X] ||| 1 ||| 4-2 1-4 ||| 0.142857 0.142857
-[X][X] their fleet reduction targets [X] ||| ihr Soll zur Flottenverkleinerung [X][X] [X] ||| 1 ||| 0-4 ||| 0.142857 0.142857
-[X][X] of [X][X] introduced [X] ||| mit [X][X] [X][X] [X] ||| 1 ||| 0-1 2-2 ||| 0.125 0.125
-[X][X] quota penalties [X][X] introduced [X] ||| mit [X][X] Quotenstrafe belegt [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.125 0.125
-[X][X] should be introduced [X] ||| mit [X][X] werden sollen [X] ||| 1 ||| 0-1 ||| 0.125 0.125
-[X][X] introduced [X] ||| mit [X][X] [X] ||| 1 ||| 0-1 ||| 0.125 0.125
-a [X][X] should be introduced [X] ||| mit einer [X][X] werden sollen [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-a [X][X] introduced [X] ||| mit einer [X][X] [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-a form of [X][X] introduced [X] ||| mit einer Art [X][X] [X] ||| 1 ||| 3-3 ||| 0.125 0.125
-a form [X][X] introduced [X] ||| mit einer Art [X][X] [X] ||| 1 ||| 2-3 ||| 0.125 0.125
-which fail to meet [X][X] [X] ||| die [X][X] nicht erfüllen , [X] ||| 1 ||| 4-1 ||| 0.2 0.2
-which [X][X] [X] ||| die [X][X] [X] ||| 1 ||| 1-1 ||| 0.45 0.45
-which [X][X] their [X][X] [X] ||| die ihr [X][X] [X][X] [X] ||| 1 ||| 3-2 1-3 ||| 0.2 0.2
-which fail [X][X] their [X][X] [X] ||| die ihr [X][X] nicht [X][X] [X] ||| 1 ||| 4-2 2-4 ||| 0.2 0.2
-which [X][X] their fleet [X][X] [X] ||| die ihr Soll [X][X] [X][X] [X] ||| 1 ||| 4-3 1-4 ||| 0.2 0.2
-fail to meet [X][X] annually [X] ||| [X][X] nicht erfüllen , jährlich [X] ||| 1 ||| 3-0 ||| 0.2 0.2
-[X][X] annually [X] ||| [X][X] jährlich [X] ||| 1 ||| 0-0 ||| 0.65 0.65
-[X][X] their [X][X] annually [X] ||| ihr [X][X] [X][X] jährlich [X] ||| 1 ||| 2-1 0-2 ||| 0.2 0.2
-fail [X][X] their [X][X] annually [X] ||| ihr [X][X] nicht [X][X] jährlich [X] ||| 1 ||| 3-1 1-3 ||| 0.2 0.2
-[X][X] their fleet [X][X] annually [X] ||| ihr Soll [X][X] [X][X] jährlich [X] ||| 1 ||| 3-2 0-3 ||| 0.2 0.2
-which fail to meet [X][X] [X] ||| , die [X][X] nicht erfüllen , [X] ||| 1 ||| 4-2 ||| 0.2 0.2
-which [X][X] [X] ||| , die [X][X] [X] ||| 1 ||| 1-2 ||| 0.4 0.4
-which [X][X] their [X][X] [X] ||| , die ihr [X][X] [X][X] [X] ||| 1 ||| 3-3 1-4 ||| 0.2 0.2
-which fail [X][X] their [X][X] [X] ||| , die ihr [X][X] nicht [X][X] [X] ||| 1 ||| 4-3 2-5 ||| 0.2 0.2
-which [X][X] their fleet [X][X] [X] ||| , die ihr Soll [X][X] [X][X] [X] ||| 1 ||| 4-4 1-5 ||| 0.2 0.2
-which [X][X] annually [X] ||| die [X][X] jährlich [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-which [X][X] their [X][X] annually [X] ||| die ihr [X][X] [X][X] jährlich [X] ||| 1 ||| 3-2 1-3 ||| 0.25 0.25
-[X][X] fail to meet [X][X] [X] ||| [X][X] [X][X] nicht erfüllen , [X] ||| 1 ||| 0-0 4-1 ||| 0.2 0.2
-countries [X][X] [X] ||| Länder [X][X] [X] ||| 1 ||| 1-1 ||| 0.4 0.2
-countries [X][X] [X] ||| Länder , [X][X] [X] ||| 1 ||| 1-2 ||| 0.4 0.2
-countries which [X][X] [X] ||| Länder , die [X][X] [X] ||| 1 ||| 2-3 ||| 0.2 0.2
-countries which [X][X] their [X][X] [X] ||| Länder , die ihr [X][X] [X][X] [X] ||| 1 ||| 4-4 2-5 ||| 0.2 0.2
-[X][X] annually [X] ||| , [X][X] jährlich [X] ||| 1 ||| 0-1 ||| 0.2 0.2
-which [X][X] annually [X] ||| , die [X][X] jährlich [X] ||| 1 ||| 1-2 ||| 0.2 0.2
-which [X][X] their [X][X] annually [X] ||| , die ihr [X][X] [X][X] jährlich [X] ||| 1 ||| 3-3 1-4 ||| 0.2 0.2
-it [X] ||| zwar [X] ||| 1 ||| ||| 1 1
-should [X] ||| sollen [X] ||| 1 ||| ||| 1 1
-that this [X] ||| derartige [X] ||| 1 ||| ||| 1 1
-says [X] ||| Strafen [X] ||| 1 ||| ||| 1 1
-despite [X] ||| trotz [X] ||| 1 ||| ||| 1 1
-the [X] ||| des [X] ||| 1 ||| ||| 1 1
-principle [X] ||| Grundsatzes [X] ||| 1 ||| ||| 1 1
-of [X] ||| der [X] ||| 1 ||| ||| 1 1
-relative [X] ||| relativen [X] ||| 1 ||| ||| 1 1
-stability [X] ||| Stabilität [X] ||| 1 ||| ||| 1 1
-done [X] ||| verhängt [X] ||| 1 ||| ||| 1 1
-be [X] ||| werden [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-it [X] ||| und zwar [X] ||| 1 ||| ||| 1 1
-that this should [X] ||| sollen derartige [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] should [X] ||| sollen [X][X] [X] ||| 1 ||| 0-1 ||| 0.75 0.75
-says that this [X] ||| derartige Strafen [X] ||| 1 ||| ||| 0.5 0.5
-says [X][X] [X] ||| [X][X] Strafen [X] ||| 1 ||| 1-0 ||| 0.75 0.75
-despite the [X] ||| trotz des [X] ||| 1 ||| ||| 1 1
-the principle [X] ||| des Grundsatzes [X] ||| 1 ||| ||| 1 1
-principle of [X] ||| Grundsatzes der [X] ||| 1 ||| ||| 1 1
-of relative [X] ||| der relativen [X] ||| 1 ||| ||| 1 1
-relative stability [X] ||| relativen Stabilität [X] ||| 1 ||| ||| 1 1
-be done [X] ||| verhängt werden [X] ||| 1 ||| ||| 1 1
-says that this should [X] ||| sollen derartige Strafen [X] ||| 1 ||| ||| 0.25 0.25
-says [X][X] should [X] ||| sollen [X][X] Strafen [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-despite the principle [X] ||| trotz des Grundsatzes [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] principle [X] ||| [X][X] Grundsatzes [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-despite [X][X] [X] ||| trotz [X][X] [X] ||| 1 ||| 1-1 ||| 0.643541 0.643541
-the principle of [X] ||| des Grundsatzes der [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] of [X] ||| [X][X] der [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-the [X][X] [X] ||| des [X][X] [X] ||| 1 ||| 1-1 ||| 0.590909 0.590909
-principle of relative [X] ||| Grundsatzes der relativen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] relative [X] ||| [X][X] relativen [X] ||| 1 ||| 0-0 ||| 0.590909 0.590909
-principle [X][X] [X] ||| Grundsatzes [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-of relative stability [X] ||| der relativen Stabilität [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] stability [X] ||| [X][X] Stabilität [X] ||| 1 ||| 0-0 ||| 0.643541 0.643541
-of [X][X] [X] ||| der [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-it says that this should [X] ||| zwar sollen derartige Strafen [X] ||| 1 ||| ||| 0.2 0.2
-it says [X][X] [X] ||| zwar [X][X] Strafen [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-it [X][X] [X] ||| zwar [X][X] [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-it says [X][X] should [X] ||| zwar sollen [X][X] Strafen [X] ||| 1 ||| 2-2 ||| 0.2 0.2
-it [X][X] should [X] ||| zwar sollen [X][X] [X] ||| 1 ||| 1-2 ||| 0.2 0.2
-despite the principle of [X] ||| trotz des Grundsatzes der [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] principle of [X] ||| [X][X] Grundsatzes der [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-despite [X][X] of [X] ||| trotz [X][X] der [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-despite the [X][X] [X] ||| trotz des [X][X] [X] ||| 1 ||| 2-2 ||| 0.310207 0.310207
-the principle of relative [X] ||| des Grundsatzes der relativen [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] of relative [X] ||| [X][X] der relativen [X] ||| 1 ||| 0-0 ||| 0.257576 0.257576
-the [X][X] relative [X] ||| des [X][X] relativen [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-the principle [X][X] [X] ||| des Grundsatzes [X][X] [X] ||| 1 ||| 2-2 ||| 0.257576 0.257576
-principle of relative stability [X] ||| Grundsatzes der relativen Stabilität [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] relative stability [X] ||| [X][X] relativen Stabilität [X] ||| 1 ||| 0-0 ||| 0.310207 0.310207
-principle [X][X] stability [X] ||| Grundsatzes [X][X] Stabilität [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-principle of [X][X] [X] ||| Grundsatzes der [X][X] [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-it says that this should [X] ||| und zwar sollen derartige Strafen [X] ||| 1 ||| ||| 0.2 0.2
-it says [X][X] [X] ||| und zwar [X][X] Strafen [X] ||| 1 ||| 2-2 ||| 0.2 0.2
-it [X][X] [X] ||| und zwar [X][X] [X] ||| 1 ||| 1-2 ||| 0.2 0.2
-it says [X][X] should [X] ||| und zwar sollen [X][X] Strafen [X] ||| 1 ||| 2-3 ||| 0.2 0.2
-it [X][X] should [X] ||| und zwar sollen [X][X] [X] ||| 1 ||| 1-3 ||| 0.2 0.2
-despite the principle of relative [X] ||| trotz des Grundsatzes der relativen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] principle of relative [X] ||| [X][X] Grundsatzes der relativen [X] ||| 1 ||| 0-0 ||| 0.0909091 0.0909091
-[X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.143541 0.143541
-despite [X][X] of relative [X] ||| trotz [X][X] der relativen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-despite [X][X] relative [X] ||| trotz [X][X] relativen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-despite the [X][X] relative [X] ||| trotz des [X][X] relativen [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] [X] ||| 1 ||| 3-3 ||| 0.143541 0.143541
-the principle of relative stability [X] ||| des Grundsatzes der relativen Stabilität [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] of relative stability [X] ||| [X][X] der relativen Stabilität [X] ||| 1 ||| 0-0 ||| 0.143541 0.143541
-[X][X] of [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.143541 0.143541
-the [X][X] relative stability [X] ||| des [X][X] relativen Stabilität [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-the [X][X] stability [X] ||| des [X][X] Stabilität [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-the principle [X][X] stability [X] ||| des Grundsatzes [X][X] Stabilität [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-the principle of [X][X] [X] ||| des Grundsatzes der [X][X] [X] ||| 1 ||| 3-3 ||| 0.0909091 0.0909091
-[X][X] principle of relative stability [X] ||| [X][X] Grundsatzes der relativen Stabilität [X] ||| 1 ||| 0-0 ||| 0.0526316 0.0526316
-[X][X] principle [X][X] stability [X] ||| [X][X] Grundsatzes [X][X] Stabilität [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] principle of [X][X] [X] ||| [X][X] Grundsatzes der [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0526316 0.0526316
-despite [X][X] of relative stability [X] ||| trotz [X][X] der relativen Stabilität [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-despite [X][X] of [X][X] [X] ||| trotz [X][X] der [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0526316
-despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-despite [X][X] stability [X] ||| trotz [X][X] Stabilität [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-despite the [X][X] relative stability [X] ||| trotz des [X][X] relativen Stabilität [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-despite the principle [X][X] stability [X] ||| trotz des Grundsatzes [X][X] Stabilität [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-despite the principle of [X][X] [X] ||| trotz des Grundsatzes der [X][X] [X] ||| 1 ||| 4-4 ||| 0.0526316 0.0526316
-done [X][X] principle [X][X] stability [X] ||| [X][X] Grundsatzes [X][X] Stabilität verhängt [X] ||| 1 ||| 1-0 3-2 ||| 0.0666667 0.0666667
-done [X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] verhängt [X] ||| 1 ||| 1-0 3-2 ||| 0.0666667 0.0666667
-done [X][X] principle of [X][X] [X] ||| [X][X] Grundsatzes der [X][X] verhängt [X] ||| 1 ||| 1-0 4-3 ||| 0.0666667 0.0666667
-done [X][X] of relative stability [X] ||| [X][X] der relativen Stabilität verhängt [X] ||| 1 ||| 1-0 ||| 0.0666667 0.0666667
-done [X][X] of [X][X] [X] ||| [X][X] der [X][X] verhängt [X] ||| 1 ||| 1-0 3-2 ||| 0.0666667 0.0666667
-done [X][X] relative stability [X] ||| [X][X] relativen Stabilität verhängt [X] ||| 1 ||| 1-0 ||| 0.0666667 0.0666667
-done [X][X] stability [X] ||| [X][X] Stabilität verhängt [X] ||| 1 ||| 1-0 ||| 0.0666667 0.0666667
-done [X][X] [X] ||| [X][X] verhängt [X] ||| 1 ||| 1-0 ||| 0.0666667 0.0666667
-done despite [X][X] of [X][X] [X] ||| trotz [X][X] der [X][X] verhängt [X] ||| 1 ||| 2-1 4-3 ||| 0.0666667 0.0666667
-done despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität verhängt [X] ||| 1 ||| 2-1 ||| 0.0666667 0.0666667
-done despite [X][X] stability [X] ||| trotz [X][X] Stabilität verhängt [X] ||| 1 ||| 2-1 ||| 0.0666667 0.0666667
-done despite [X][X] [X] ||| trotz [X][X] verhängt [X] ||| 1 ||| 2-1 ||| 0.0666667 0.0666667
-done despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität verhängt [X] ||| 1 ||| 3-2 ||| 0.0666667 0.0666667
-done despite the [X][X] [X] ||| trotz des [X][X] verhängt [X] ||| 1 ||| 3-2 ||| 0.0666667 0.0666667
-done despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] verhängt [X] ||| 1 ||| 4-3 ||| 0.0666667 0.0666667
-be done [X][X] principle [X][X] [X] ||| [X][X] Grundsatzes [X][X] verhängt werden [X] ||| 1 ||| 2-0 4-2 ||| 0.0666667 0.0666667
-be done [X][X] of [X][X] [X] ||| [X][X] der [X][X] verhängt werden [X] ||| 1 ||| 2-0 4-2 ||| 0.0666667 0.0666667
-be done [X][X] relative stability [X] ||| [X][X] relativen Stabilität verhängt werden [X] ||| 1 ||| 2-0 ||| 0.0666667 0.0666667
-be done [X][X] stability [X] ||| [X][X] Stabilität verhängt werden [X] ||| 1 ||| 2-0 ||| 0.0666667 0.0666667
-be done [X][X] [X] ||| [X][X] verhängt werden [X] ||| 1 ||| 2-0 ||| 0.0666667 0.0666667
-be [X][X] [X] ||| [X][X] werden [X] ||| 1 ||| 1-0 ||| 0.0666667 0.0666667
-[X][X] despite [X][X] relative stability [X] ||| trotz [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| 2-1 0-4 ||| 0.0666667 0.0666667
-be done despite [X][X] stability [X] ||| trotz [X][X] Stabilität verhängt werden [X] ||| 1 ||| 3-1 ||| 0.0666667 0.0666667
-[X][X] despite [X][X] stability [X] ||| trotz [X][X] Stabilität [X][X] [X] ||| 1 ||| 2-1 0-3 ||| 0.0666667 0.0666667
-be done despite [X][X] [X] ||| trotz [X][X] verhängt werden [X] ||| 1 ||| 3-1 ||| 0.0666667 0.0666667
-[X][X] despite [X][X] [X] ||| trotz [X][X] [X][X] [X] ||| 1 ||| 2-1 0-2 ||| 0.0666667 0.0666667
-[X][X] despite the [X][X] stability [X] ||| trotz des [X][X] Stabilität [X][X] [X] ||| 1 ||| 3-2 0-4 ||| 0.0666667 0.0666667
-be done despite the [X][X] [X] ||| trotz des [X][X] verhängt werden [X] ||| 1 ||| 4-2 ||| 0.0666667 0.0666667
-[X][X] despite the [X][X] [X] ||| trotz des [X][X] [X][X] [X] ||| 1 ||| 3-2 0-3 ||| 0.0666667 0.0666667
-[X][X] despite the principle [X][X] [X] ||| trotz des Grundsatzes [X][X] [X][X] [X] ||| 1 ||| 4-3 0-4 ||| 0.0666667 0.0666667
-be done [X][X] stability . [X] ||| [X][X] Stabilität verhängt werden . [X] ||| 1 ||| 2-0 ||| 0.125 0.125
-be done [X][X] . [X] ||| [X][X] verhängt werden . [X] ||| 1 ||| 2-0 ||| 0.125 0.125
-be [X][X] . [X] ||| [X][X] werden . [X] ||| 1 ||| 1-0 ||| 0.125 0.125
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-[X][X] despite [X][X] stability . [X] ||| trotz [X][X] Stabilität [X][X] . [X] ||| 1 ||| 2-1 0-3 ||| 0.125 0.125
-be done despite [X][X] . [X] ||| trotz [X][X] verhängt werden . [X] ||| 1 ||| 3-1 ||| 0.125 0.125
-[X][X] despite [X][X] . [X] ||| trotz [X][X] [X][X] . [X] ||| 1 ||| 2-1 0-2 ||| 0.125 0.125
-[X][X] despite the [X][X] . [X] ||| trotz des [X][X] [X][X] . [X] ||| 1 ||| 3-2 0-3 ||| 0.125 0.125
-I [X] ||| ich [X] ||| 1 ||| ||| 1 1
-believe [X] ||| meine [X] ||| 1 ||| ||| 1 1
-the [X] ||| der [X] ||| 1 ||| ||| 1 1
-principle [X] ||| Grundsatz [X] ||| 1 ||| ||| 1 1
-of [X] ||| der [X] ||| 1 ||| ||| 1 1
-relative [X] ||| relativen [X] ||| 1 ||| ||| 1 1
-stability [X] ||| Stabilität [X] ||| 1 ||| ||| 1 1
-stability is [X] ||| Stabilität [X] ||| 1 ||| ||| 1 1
-a [X] ||| einen [X] ||| 1 ||| ||| 1 1
-is a [X] ||| einen [X] ||| 1 ||| ||| 1 1
-fundamental [X] ||| elementaren [X] ||| 1 ||| ||| 1 1
-legal principle [X] ||| Rechtsgrundsatz [X] ||| 1 ||| ||| 1 1
-of the [X] ||| der [X] ||| 1 ||| ||| 1 1
-common [X] ||| gemeinsamen [X] ||| 1 ||| ||| 1 1
-and [X] ||| und [X] ||| 1 ||| ||| 1 1
-a [X] ||| ein [X] ||| 1 ||| ||| 1 1
-proposal [X] ||| Vorschlag [X] ||| 1 ||| ||| 1 1
-legally [X] ||| rechtlich [X] ||| 1 ||| ||| 1 1
-inadmissible [X] ||| unzulässig [X] ||| 1 ||| ||| 1 1
-would be [X] ||| wäre [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-I believe [X] ||| ich meine [X] ||| 1 ||| ||| 1 1
-that [X] ||| , daß [X] ||| 1 ||| ||| 1 1
-the principle [X] ||| der Grundsatz [X] ||| 1 ||| ||| 1 1
-principle of [X] ||| Grundsatz der [X] ||| 1 ||| ||| 1 1
-of relative [X] ||| der relativen [X] ||| 1 ||| ||| 1 1
-relative stability [X] ||| relativen Stabilität [X] ||| 1 ||| ||| 1 1
-relative stability is [X] ||| relativen Stabilität [X] ||| 1 ||| ||| 0.5 0.5
-relative [X][X] [X] ||| relativen [X][X] [X] ||| 1 ||| 1-1 ||| 0.893478 0.893478
-stability is a [X] ||| Stabilität einen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] a [X] ||| [X][X] einen [X] ||| 1 ||| 0-0 ||| 0.741022 0.741022
-stability [X][X] [X] ||| Stabilität [X][X] [X] ||| 1 ||| 1-1 ||| 0.675707 0.675707
-a fundamental [X] ||| einen elementaren [X] ||| 1 ||| ||| 1 1
-is a fundamental [X] ||| einen elementaren [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] fundamental [X] ||| [X][X] elementaren [X] ||| 1 ||| 0-0 ||| 0.922327 0.922327
-fundamental legal principle [X] ||| elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.5 0.5
-fundamental [X][X] [X] ||| elementaren [X][X] [X] ||| 1 ||| 1-1 ||| 1.04627 1.04627
-legal principle of the [X] ||| Rechtsgrundsatz der [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] of the [X] ||| [X][X] der [X] ||| 1 ||| 0-0 ||| 0.884878 0.884878
-legal principle [X][X] [X] ||| Rechtsgrundsatz [X][X] [X] ||| 1 ||| 2-1 ||| 0.840278 0.840278
-of the common [X] ||| der gemeinsamen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] common [X] ||| [X][X] gemeinsamen [X] ||| 1 ||| 0-0 ||| 1.09307 1.09307
-fisheries policy [X] ||| Fischereipolitik darstellt [X] ||| 1 ||| ||| 1 1
-and a [X] ||| und ein [X] ||| 1 ||| ||| 1 1
-a proposal [X] ||| ein Vorschlag [X] ||| 1 ||| ||| 1 1
-legally [X] ||| , rechtlich [X] ||| 1 ||| ||| 1 1
-legally inadmissible [X] ||| rechtlich unzulässig [X] ||| 1 ||| ||| 1 1
-believe that [X] ||| meine , daß [X] ||| 1 ||| ||| 1 1
-that the [X] ||| , daß der [X] ||| 1 ||| ||| 1 1
-the principle of [X] ||| der Grundsatz der [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] of [X] ||| [X][X] der [X] ||| 1 ||| 0-0 ||| 0.643541 0.643541
-the [X][X] [X] ||| der [X][X] [X] ||| 1 ||| 1-1 ||| 0.731654 0.731654
-principle of relative [X] ||| Grundsatz der relativen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] relative [X] ||| [X][X] relativen [X] ||| 1 ||| 0-0 ||| 0.678023 0.678023
-principle [X][X] [X] ||| Grundsatz [X][X] [X] ||| 1 ||| 1-1 ||| 0.717758 0.717758
-of relative stability [X] ||| der relativen Stabilität [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] stability [X] ||| [X][X] Stabilität [X] ||| 1 ||| 0-0 ||| 0.703664 0.703664
-of [X][X] [X] ||| der [X][X] [X] ||| 1 ||| 1-1 ||| 0.750168 0.750168
-of relative stability is [X] ||| der relativen Stabilität [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] stability is [X] ||| [X][X] Stabilität [X] ||| 1 ||| 0-0 ||| 0.438419 0.438419
-of [X][X] is [X] ||| der [X][X] [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-of relative [X][X] [X] ||| der relativen [X][X] [X] ||| 1 ||| 2-2 ||| 0.416835 0.416835
-relative stability is a [X] ||| relativen Stabilität einen [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] is a [X] ||| [X][X] einen [X] ||| 1 ||| 0-0 ||| 0.407688 0.407688
-relative [X][X] a [X] ||| relativen [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-relative stability [X][X] [X] ||| relativen Stabilität [X][X] [X] ||| 1 ||| 2-2 ||| 0.393478 0.393478
-stability is a fundamental [X] ||| Stabilität einen elementaren [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] a fundamental [X] ||| [X][X] einen elementaren [X] ||| 1 ||| 0-0 ||| 0.422327 0.422327
-stability [X][X] fundamental [X] ||| Stabilität [X][X] elementaren [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-stability is [X][X] [X] ||| Stabilität [X][X] [X] ||| 1 ||| 2-1 ||| 0.342373 0.342373
-a fundamental legal principle [X] ||| einen elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] legal principle [X] ||| [X][X] Rechtsgrundsatz [X] ||| 1 ||| 0-0 ||| 0.605125 0.605125
-a [X][X] [X] ||| einen [X][X] [X] ||| 1 ||| 1-1 ||| 0.591667 0.591667
-a fundamental [X][X] [X] ||| einen elementaren [X][X] [X] ||| 1 ||| 2-2 ||| 0.591667 0.591667
-is a fundamental legal principle [X] ||| einen elementaren Rechtsgrundsatz [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] fundamental legal principle [X] ||| [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| 0-0 ||| 0.355125 0.355125
-[X][X] fundamental [X][X] [X] ||| [X][X] elementaren [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.787441 0.787441
-is [X][X] legal principle [X] ||| [X][X] Rechtsgrundsatz [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-is a [X][X] [X] ||| einen [X][X] [X] ||| 1 ||| 2-1 ||| 0.36075 0.36075
-is a fundamental [X][X] [X] ||| einen elementaren [X][X] [X] ||| 1 ||| 3-2 ||| 0.36075 0.36075
-fundamental legal principle of the [X] ||| elementaren Rechtsgrundsatz der [X] ||| 1 ||| ||| 0.2 0.2
-fundamental [X][X] of the [X] ||| elementaren [X][X] der [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-fundamental legal principle [X][X] [X] ||| elementaren Rechtsgrundsatz [X][X] [X] ||| 1 ||| 3-2 ||| 0.546266 0.546266
-legal principle of the common [X] ||| Rechtsgrundsatz der gemeinsamen [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] of the common [X] ||| [X][X] der gemeinsamen [X] ||| 1 ||| 0-0 ||| 0.593074 0.593074
-legal principle [X][X] common [X] ||| Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-common fisheries policy [X] ||| gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.5 0.5
-common [X][X] [X] ||| gemeinsamen [X][X] [X] ||| 1 ||| 1-1 ||| 1.03501 1.03501
-fisheries policy and [X] ||| Fischereipolitik darstellt und [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 0-0 ||| 1.05694 1.05694
-and a proposal [X] ||| und ein Vorschlag [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] proposal [X] ||| [X][X] Vorschlag [X] ||| 1 ||| 0-0 ||| 0.65049 0.65049
-and [X][X] [X] ||| und [X][X] [X] ||| 1 ||| 1-1 ||| 0.5671 0.5671
-legally inadmissible [X] ||| , rechtlich unzulässig [X] ||| 1 ||| ||| 1 1
-would be legally inadmissible [X] ||| rechtlich unzulässig wäre [X] ||| 1 ||| ||| 0.333333 0.333333
-would be [X][X] [X] ||| [X][X] wäre [X] ||| 1 ||| 2-0 ||| 0.583333 0.583333
-[X][X] legally inadmissible [X] ||| rechtlich unzulässig [X][X] [X] ||| 1 ||| 0-2 ||| 0.333333 0.333333
-I believe that [X] ||| ich meine , daß [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] that [X] ||| [X][X] , daß [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-I [X][X] [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 0.741447 0.741447
-believe that the [X] ||| meine , daß der [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] the [X] ||| [X][X] der [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-believe [X][X] [X] ||| meine [X][X] [X] ||| 1 ||| 1-1 ||| 0.741989 0.741989
-that the principle [X] ||| , daß der Grundsatz [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] principle [X] ||| [X][X] Grundsatz [X] ||| 1 ||| 0-0 ||| 0.590909 0.590909
-that [X][X] [X] ||| , daß [X][X] [X] ||| 1 ||| 1-2 ||| 0.725729 0.725729
-the principle of relative [X] ||| der Grundsatz der relativen [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] of relative [X] ||| [X][X] der relativen [X] ||| 1 ||| 0-0 ||| 0.34469 0.34469
-the [X][X] relative [X] ||| der [X][X] relativen [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-the principle [X][X] [X] ||| der Grundsatz [X][X] [X] ||| 1 ||| 2-2 ||| 0.39832 0.39832
-principle of relative stability [X] ||| Grundsatz der relativen Stabilität [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] relative stability [X] ||| [X][X] relativen Stabilität [X] ||| 1 ||| 0-0 ||| 0.370331 0.370331
-principle [X][X] stability [X] ||| Grundsatz [X][X] Stabilität [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-principle of [X][X] [X] ||| Grundsatz der [X][X] [X] ||| 1 ||| 2-2 ||| 0.384424 0.384424
-principle of relative stability is [X] ||| Grundsatz der relativen Stabilität [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] relative stability is [X] ||| [X][X] relativen Stabilität [X] ||| 1 ||| 0-0 ||| 0.238419 0.238419
-[X][X] relative [X][X] [X] ||| [X][X] relativen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.542438 0.542438
-principle [X][X] stability is [X] ||| Grundsatz [X][X] Stabilität [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-principle [X][X] is [X] ||| Grundsatz [X][X] [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-principle of [X][X] is [X] ||| Grundsatz der [X][X] [X] ||| 1 ||| 2-2 ||| 0.1 0.1
-principle of relative [X][X] [X] ||| Grundsatz der relativen [X][X] [X] ||| 1 ||| 3-3 ||| 0.217758 0.217758
-of relative stability is a [X] ||| der relativen Stabilität einen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] stability is a [X] ||| [X][X] Stabilität einen [X] ||| 1 ||| 0-0 ||| 0.241022 0.241022
-[X][X] stability [X][X] [X] ||| [X][X] Stabilität [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.520854 0.520854
-of [X][X] is a [X] ||| der [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-of [X][X] a [X] ||| der [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-of relative [X][X] a [X] ||| der relativen [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-of relative stability [X][X] [X] ||| der relativen Stabilität [X][X] [X] ||| 1 ||| 3-3 ||| 0.216835 0.216835
-relative stability is a fundamental [X] ||| relativen Stabilität einen elementaren [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] is a fundamental [X] ||| [X][X] einen elementaren [X] ||| 1 ||| 0-0 ||| 0.25566 0.25566
-relative [X][X] a fundamental [X] ||| relativen [X][X] einen elementaren [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-relative [X][X] fundamental [X] ||| relativen [X][X] elementaren [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-relative stability [X][X] fundamental [X] ||| relativen Stabilität [X][X] elementaren [X] ||| 1 ||| 2-2 ||| 0.1 0.1
-relative stability is [X][X] [X] ||| relativen Stabilität [X][X] [X] ||| 1 ||| 3-2 ||| 0.226812 0.226812
-[X][X] a fundamental legal principle [X] ||| [X][X] einen elementaren Rechtsgrundsatz [X] ||| 1 ||| 0-0 ||| 0.212268 0.212268
-[X][X] a [X][X] [X] ||| [X][X] einen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.426691 0.426691
-[X][X] a fundamental [X][X] [X] ||| [X][X] einen elementaren [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.426691 0.426691
-stability [X][X] fundamental legal principle [X] ||| Stabilität [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-stability [X][X] fundamental [X][X] [X] ||| Stabilität [X][X] elementaren [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.175707 0.175707
-stability is [X][X] legal principle [X] ||| Stabilität [X][X] Rechtsgrundsatz [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-stability [X][X] legal principle [X] ||| Stabilität [X][X] Rechtsgrundsatz [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-stability is a [X][X] [X] ||| Stabilität einen [X][X] [X] ||| 1 ||| 3-2 ||| 0.175707 0.175707
-stability is a fundamental [X][X] [X] ||| Stabilität einen elementaren [X][X] [X] ||| 1 ||| 4-3 ||| 0.175707 0.175707
-[X][X] legal principle of the [X] ||| [X][X] Rechtsgrundsatz der [X] ||| 1 ||| 0-0 ||| 0.351544 0.351544
-[X][X] legal principle [X][X] [X] ||| [X][X] Rechtsgrundsatz [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.773983 0.773983
-a [X][X] of the [X] ||| einen [X][X] der [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-a fundamental [X][X] of the [X] ||| einen elementaren [X][X] der [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-a fundamental legal principle [X][X] [X] ||| einen elementaren Rechtsgrundsatz [X][X] [X] ||| 1 ||| 4-3 ||| 0.341667 0.341667
-[X][X] fundamental [X][X] of the [X] ||| [X][X] elementaren [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.226544 0.226544
-[X][X] fundamental legal principle [X][X] [X] ||| [X][X] elementaren Rechtsgrundsatz [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.432316 0.432316
-is [X][X] legal principle [X][X] [X] ||| [X][X] Rechtsgrundsatz [X][X] [X] ||| 1 ||| 1-0 4-2 ||| 0.217893 0.217893
-is [X][X] of the [X] ||| [X][X] der [X] ||| 1 ||| 1-0 ||| 0.0909091 0.0909091
-is a [X][X] of the [X] ||| einen [X][X] der [X] ||| 1 ||| 2-1 ||| 0.0909091 0.0909091
-fundamental [X][X] of the common [X] ||| elementaren [X][X] der gemeinsamen [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-fundamental [X][X] common [X] ||| elementaren [X][X] gemeinsamen [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-fundamental legal principle [X][X] common [X] ||| elementaren Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 1 ||| 3-2 ||| 0.142857 0.142857
-of the common fisheries policy [X] ||| der gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] common fisheries policy [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| 0-0 ||| 0.490909 0.490909
-[X][X] common [X][X] [X] ||| [X][X] gemeinsamen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 1.0961 1.0961
-[X][X] fisheries policy [X] ||| [X][X] Fischereipolitik darstellt [X] ||| 1 ||| 0-0 ||| 0.490909 0.490909
-of the [X][X] [X] ||| der [X][X] [X] ||| 1 ||| 2-1 ||| 0.413524 0.413524
-of the common [X][X] [X] ||| der gemeinsamen [X][X] [X] ||| 1 ||| 3-2 ||| 0.413524 0.413524
-common fisheries policy and [X] ||| gemeinsamen Fischereipolitik darstellt und [X] ||| 1 ||| ||| 0.25 0.25
-common [X][X] and [X] ||| gemeinsamen [X][X] und [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-fisheries policy and a [X] ||| Fischereipolitik darstellt und ein [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] and a [X] ||| [X][X] und ein [X] ||| 1 ||| 0-0 ||| 0.58228 0.58228
-[X][X] a [X] ||| [X][X] ein [X] ||| 1 ||| 0-0 ||| 0.58228 0.58228
-fisheries policy [X][X] [X] ||| Fischereipolitik darstellt [X][X] [X] ||| 1 ||| 2-2 ||| 0.503788 0.503788
-to subvert it [X] ||| , diesen zu unterlaufen [X] ||| 1 ||| ||| 1 1
-would be legally inadmissible [X] ||| , rechtlich unzulässig wäre [X] ||| 1 ||| ||| 0.25 0.25
-would be [X][X] [X] ||| , [X][X] wäre [X] ||| 1 ||| 2-1 ||| 0.25 0.25
-[X][X] legally inadmissible [X] ||| , rechtlich unzulässig [X][X] [X] ||| 1 ||| 0-3 ||| 0.25 0.25
-would be legally inadmissible . [X] ||| rechtlich unzulässig wäre . [X] ||| 1 ||| ||| 0.25 0.25
-would be [X][X] . [X] ||| [X][X] wäre . [X] ||| 1 ||| 2-0 ||| 0.416667 0.416667
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.666667 0.666667
-[X][X] legally inadmissible . [X] ||| rechtlich unzulässig [X][X] . [X] ||| 1 ||| 0-2 ||| 0.25 0.25
-I believe that the [X] ||| ich meine , daß der [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] that the [X] ||| [X][X] , daß der [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-I [X][X] the [X] ||| ich [X][X] der [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-I believe [X][X] [X] ||| ich meine [X][X] [X] ||| 1 ||| 2-2 ||| 0.408114 0.408114
-believe that the principle [X] ||| meine , daß der Grundsatz [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] the principle [X] ||| [X][X] der Grundsatz [X] ||| 1 ||| 0-0 ||| 0.257576 0.257576
-believe [X][X] principle [X] ||| meine [X][X] Grundsatz [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-believe that [X][X] [X] ||| meine , daß [X][X] [X] ||| 1 ||| 2-3 ||| 0.408655 0.408655
-that the principle of [X] ||| , daß der Grundsatz der [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] principle of [X] ||| [X][X] Grundsatz der [X] ||| 1 ||| 0-0 ||| 0.310207 0.310207
-that [X][X] of [X] ||| , daß [X][X] der [X] ||| 1 ||| 1-2 ||| 0.166667 0.166667
-that the [X][X] [X] ||| , daß der [X][X] [X] ||| 1 ||| 2-3 ||| 0.392396 0.392396
-the principle of relative stability [X] ||| der Grundsatz der relativen Stabilität [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] of relative stability [X] ||| [X][X] der relativen Stabilität [X] ||| 1 ||| 0-0 ||| 0.203664 0.203664
-[X][X] of [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.528345 0.528345
-the [X][X] relative stability [X] ||| der [X][X] relativen Stabilität [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-the [X][X] stability [X] ||| der [X][X] Stabilität [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-the principle [X][X] stability [X] ||| der Grundsatz [X][X] Stabilität [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-the principle of [X][X] [X] ||| der Grundsatz der [X][X] [X] ||| 1 ||| 3-3 ||| 0.231653 0.231653
-[X][X] of relative stability is [X] ||| [X][X] der relativen Stabilität [X] ||| 1 ||| 0-0 ||| 0.138419 0.138419
-[X][X] of [X][X] is [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.138419 0.138419
-[X][X] of relative [X][X] [X] ||| [X][X] der relativen [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.324681 0.324681
-the [X][X] relative stability is [X] ||| der [X][X] relativen Stabilität [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-the [X][X] relative [X][X] [X] ||| der [X][X] relativen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.140744 0.140744
-the [X][X] stability is [X] ||| der [X][X] Stabilität [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-the [X][X] is [X] ||| der [X][X] [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-the principle [X][X] stability is [X] ||| der Grundsatz [X][X] Stabilität [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-the principle [X][X] is [X] ||| der Grundsatz [X][X] [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-the principle of [X][X] is [X] ||| der Grundsatz der [X][X] [X] ||| 1 ||| 3-3 ||| 0.0555556 0.0555556
-the principle of relative [X][X] [X] ||| der Grundsatz der relativen [X][X] [X] ||| 1 ||| 4-4 ||| 0.140744 0.140744
-[X][X] relative stability is a [X] ||| [X][X] relativen Stabilität einen [X] ||| 1 ||| 0-0 ||| 0.150113 0.150113
-[X][X] relative [X][X] a [X] ||| [X][X] relativen [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.150113 0.150113
-[X][X] relative stability [X][X] [X] ||| [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.304019 0.304019
-principle [X][X] stability is a [X] ||| Grundsatz [X][X] Stabilität einen [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-principle [X][X] stability [X][X] [X] ||| Grundsatz [X][X] Stabilität [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.117758 0.117758
-principle [X][X] is a [X] ||| Grundsatz [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-principle [X][X] a [X] ||| Grundsatz [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-principle of [X][X] is a [X] ||| Grundsatz der [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-principle of [X][X] a [X] ||| Grundsatz der [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-principle of relative [X][X] a [X] ||| Grundsatz der relativen [X][X] einen [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-principle of relative stability [X][X] [X] ||| Grundsatz der relativen Stabilität [X][X] [X] ||| 1 ||| 4-4 ||| 0.117758 0.117758
-[X][X] stability is a fundamental [X] ||| [X][X] Stabilität einen elementaren [X] ||| 1 ||| 0-0 ||| 0.15566 0.15566
-[X][X] stability [X][X] fundamental [X] ||| [X][X] Stabilität [X][X] elementaren [X] ||| 1 ||| 0-0 2-2 ||| 0.15566 0.15566
-[X][X] stability is [X][X] [X] ||| [X][X] Stabilität [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.279833 0.279833
-of [X][X] is a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-of [X][X] is [X][X] [X] ||| der [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.125926 0.125926
-of [X][X] a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-of [X][X] fundamental [X] ||| der [X][X] elementaren [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-of relative [X][X] a fundamental [X] ||| der relativen [X][X] einen elementaren [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-of relative [X][X] fundamental [X] ||| der relativen [X][X] elementaren [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-of relative stability [X][X] fundamental [X] ||| der relativen Stabilität [X][X] elementaren [X] ||| 1 ||| 3-3 ||| 0.0555556 0.0555556
-of relative stability is [X][X] [X] ||| der relativen Stabilität [X][X] [X] ||| 1 ||| 4-3 ||| 0.125926 0.125926
-[X][X] is [X][X] legal principle [X] ||| [X][X] [X][X] Rechtsgrundsatz [X] ||| 1 ||| 0-0 2-1 ||| 0.140839 0.140839
-[X][X] is a [X][X] [X] ||| [X][X] einen [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.250984 0.250984
-[X][X] is a fundamental [X][X] [X] ||| [X][X] einen elementaren [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.250984 0.250984
-relative [X][X] a [X][X] [X] ||| relativen [X][X] einen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.126812 0.126812
-relative [X][X] a fundamental [X][X] [X] ||| relativen [X][X] einen elementaren [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.126812 0.126812
-relative [X][X] fundamental legal principle [X] ||| relativen [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-relative [X][X] fundamental [X][X] [X] ||| relativen [X][X] elementaren [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.126812 0.126812
-relative [X][X] legal principle [X] ||| relativen [X][X] Rechtsgrundsatz [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-relative stability [X][X] fundamental [X][X] [X] ||| relativen Stabilität [X][X] elementaren [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.126812 0.126812
-relative stability [X][X] legal principle [X] ||| relativen Stabilität [X][X] Rechtsgrundsatz [X] ||| 1 ||| 2-2 ||| 0.05 0.05
-relative stability is a [X][X] [X] ||| relativen Stabilität einen [X][X] [X] ||| 1 ||| 4-3 ||| 0.126812 0.126812
-[X][X] a [X][X] of the [X] ||| [X][X] einen [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.135635 0.135635
-stability [X][X] legal principle [X][X] [X] ||| Stabilität [X][X] Rechtsgrundsatz [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.104278 0.104278
-stability is [X][X] of the [X] ||| Stabilität [X][X] der [X] ||| 1 ||| 2-1 ||| 0.0588235 0.0588235
-stability [X][X] of the [X] ||| Stabilität [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-[X][X] legal principle [X][X] common [X] ||| [X][X] Rechtsgrundsatz [X][X] gemeinsamen [X] ||| 1 ||| 0-0 3-2 ||| 0.250216 0.250216
-a [X][X] of the common [X] ||| einen [X][X] der gemeinsamen [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-a [X][X] common [X] ||| einen [X][X] gemeinsamen [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-a fundamental [X][X] common [X] ||| einen elementaren [X][X] gemeinsamen [X] ||| 1 ||| 2-2 ||| 0.1 0.1
-[X][X] fundamental [X][X] common [X] ||| [X][X] elementaren [X][X] gemeinsamen [X] ||| 1 ||| 0-0 2-2 ||| 0.150216 0.150216
-is [X][X] of the common [X] ||| [X][X] der gemeinsamen [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0714286
-is [X][X] common [X] ||| [X][X] gemeinsamen [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0714286
-is a [X][X] common [X] ||| einen [X][X] gemeinsamen [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-is a fundamental [X][X] common [X] ||| einen elementaren [X][X] gemeinsamen [X] ||| 1 ||| 3-2 ||| 0.0714286 0.0714286
-[X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.682576 0.682576
-[X][X] of the common [X][X] [X] ||| [X][X] der gemeinsamen [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.682576 0.682576
-legal principle [X][X] common [X][X] [X] ||| Rechtsgrundsatz [X][X] gemeinsamen [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.306944 0.306944
-legal principle [X][X] fisheries policy [X] ||| Rechtsgrundsatz [X][X] Fischereipolitik darstellt [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-legal principle of the [X][X] [X] ||| Rechtsgrundsatz der [X][X] [X] ||| 1 ||| 4-2 ||| 0.306944 0.306944
-[X][X] common fisheries policy and [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt und [X] ||| 1 ||| 0-0 ||| 0.306944 0.306944
-[X][X] common [X][X] and [X] ||| [X][X] gemeinsamen [X][X] und [X] ||| 1 ||| 0-0 2-2 ||| 0.306944 0.306944
-[X][X] fisheries policy and [X] ||| [X][X] Fischereipolitik darstellt und [X] ||| 1 ||| 0-0 ||| 0.306944 0.306944
-of the [X][X] and [X] ||| der [X][X] und [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-of the common [X][X] and [X] ||| der gemeinsamen [X][X] und [X] ||| 1 ||| 3-2 ||| 0.111111 0.111111
-common fisheries policy and a [X] ||| gemeinsamen Fischereipolitik darstellt und ein [X] ||| 1 ||| ||| 0.142857 0.142857
-common [X][X] and a [X] ||| gemeinsamen [X][X] und ein [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-common [X][X] a [X] ||| gemeinsamen [X][X] ein [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-common fisheries policy [X][X] [X] ||| gemeinsamen Fischereipolitik darstellt [X][X] [X] ||| 1 ||| 3-3 ||| 0.285014 0.285014
-fisheries policy and a proposal [X] ||| Fischereipolitik darstellt und ein Vorschlag [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] and a proposal [X] ||| [X][X] und ein Vorschlag [X] ||| 1 ||| 0-0 ||| 0.317157 0.317157
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.504768 0.504768
-[X][X] a proposal [X] ||| [X][X] ein Vorschlag [X] ||| 1 ||| 0-0 ||| 0.317157 0.317157
-fisheries policy [X][X] proposal [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-fisheries policy and [X][X] [X] ||| Fischereipolitik darstellt und [X][X] [X] ||| 1 ||| 3-3 ||| 0.253788 0.253788
-proposal to subvert it [X] ||| Vorschlag , diesen zu unterlaufen [X] ||| 1 ||| ||| 0.5 0.5
-proposal [X][X] [X] ||| Vorschlag [X][X] [X] ||| 1 ||| 1-1 ||| 1.04924 1.04924
-to subvert it [X] ||| , diesen zu unterlaufen , [X] ||| 1 ||| ||| 1 1
-would be legally inadmissible . [X] ||| , rechtlich unzulässig wäre . [X] ||| 1 ||| ||| 0.166667 0.166667
-would be [X][X] . [X] ||| , [X][X] wäre . [X] ||| 1 ||| 2-1 ||| 0.166667 0.166667
-[X][X] . [X] ||| , [X][X] . [X] ||| 1 ||| 0-1 ||| 0.166667 0.166667
-[X][X] legally inadmissible . [X] ||| , rechtlich unzulässig [X][X] . [X] ||| 1 ||| 0-3 ||| 0.166667 0.166667
-I believe that the principle [X] ||| ich meine , daß der Grundsatz [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] that the principle [X] ||| [X][X] , daß der Grundsatz [X] ||| 1 ||| 0-0 ||| 0.0909091 0.0909091
-[X][X] that [X][X] [X] ||| [X][X] , daß [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.241447 0.241447
-I [X][X] the principle [X] ||| ich [X][X] der Grundsatz [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-I [X][X] principle [X] ||| ich [X][X] Grundsatz [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-I believe [X][X] principle [X] ||| ich meine [X][X] Grundsatz [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-I believe that [X][X] [X] ||| ich meine , daß [X][X] [X] ||| 1 ||| 3-4 ||| 0.241447 0.241447
-believe that the principle of [X] ||| meine , daß der Grundsatz der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] the principle of [X] ||| [X][X] der Grundsatz der [X] ||| 1 ||| 0-0 ||| 0.143541 0.143541
-[X][X] the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.392527 0.392527
-believe [X][X] principle of [X] ||| meine [X][X] Grundsatz der [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-believe [X][X] of [X] ||| meine [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-believe that [X][X] of [X] ||| meine , daß [X][X] der [X] ||| 1 ||| 2-3 ||| 0.0909091 0.0909091
-believe that the [X][X] [X] ||| meine , daß der [X][X] [X] ||| 1 ||| 3-4 ||| 0.241989 0.241989
-that the principle of relative [X] ||| , daß der Grundsatz der relativen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] principle of relative [X] ||| [X][X] Grundsatz der relativen [X] ||| 1 ||| 0-0 ||| 0.178023 0.178023
-[X][X] principle [X][X] [X] ||| [X][X] Grundsatz [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.474715 0.474715
-that [X][X] of relative [X] ||| , daß [X][X] der relativen [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-that [X][X] relative [X] ||| , daß [X][X] relativen [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-that the [X][X] relative [X] ||| , daß der [X][X] relativen [X] ||| 1 ||| 2-3 ||| 0.0909091 0.0909091
-that the principle [X][X] [X] ||| , daß der Grundsatz [X][X] [X] ||| 1 ||| 3-4 ||| 0.225729 0.225729
-[X][X] of [X][X] is a [X] ||| [X][X] der [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0974811 0.0974811
-[X][X] of [X][X] a [X] ||| [X][X] der [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0974811 0.0974811
-[X][X] of relative [X][X] a [X] ||| [X][X] der relativen [X][X] einen [X] ||| 1 ||| 0-0 3-3 ||| 0.0974811 0.0974811
-[X][X] of relative stability [X][X] [X] ||| [X][X] der relativen Stabilität [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.186262 0.186262
-the [X][X] relative [X][X] a [X] ||| der [X][X] relativen [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-the [X][X] relative stability [X][X] [X] ||| der [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0851888 0.0851888
-the [X][X] stability is a [X] ||| der [X][X] Stabilität einen [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-the [X][X] stability [X][X] [X] ||| der [X][X] Stabilität [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0851888 0.0851888
-the [X][X] is a [X] ||| der [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-the [X][X] a [X] ||| der [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-the principle [X][X] stability [X][X] [X] ||| der Grundsatz [X][X] Stabilität [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0851888 0.0851888
-the principle [X][X] is a [X] ||| der Grundsatz [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-the principle [X][X] a [X] ||| der Grundsatz [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-the principle of [X][X] a [X] ||| der Grundsatz der [X][X] einen [X] ||| 1 ||| 3-3 ||| 0.0344828 0.0344828
-[X][X] relative [X][X] a fundamental [X] ||| [X][X] relativen [X][X] einen elementaren [X] ||| 1 ||| 0-0 2-2 ||| 0.100105 0.100105
-[X][X] relative [X][X] fundamental [X] ||| [X][X] relativen [X][X] elementaren [X] ||| 1 ||| 0-0 2-2 ||| 0.100105 0.100105
-[X][X] relative stability [X][X] fundamental [X] ||| [X][X] relativen Stabilität [X][X] elementaren [X] ||| 1 ||| 0-0 3-3 ||| 0.100105 0.100105
-[X][X] relative stability is [X][X] [X] ||| [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.153907 0.153907
-principle [X][X] stability [X][X] fundamental [X] ||| Grundsatz [X][X] Stabilität [X][X] elementaren [X] ||| 1 ||| 1-1 3-3 ||| 0.0357143 0.0357143
-principle [X][X] stability is [X][X] [X] ||| Grundsatz [X][X] Stabilität [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0651261 0.0651261
-principle [X][X] is a fundamental [X] ||| Grundsatz [X][X] einen elementaren [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-principle [X][X] is [X][X] [X] ||| Grundsatz [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0651261 0.0651261
-principle [X][X] a fundamental [X] ||| Grundsatz [X][X] einen elementaren [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-principle [X][X] fundamental [X] ||| Grundsatz [X][X] elementaren [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-principle of [X][X] is [X][X] [X] ||| Grundsatz der [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0651261 0.0651261
-principle of [X][X] a fundamental [X] ||| Grundsatz der [X][X] einen elementaren [X] ||| 1 ||| 2-2 ||| 0.0357143 0.0357143
-principle of [X][X] fundamental [X] ||| Grundsatz der [X][X] elementaren [X] ||| 1 ||| 2-2 ||| 0.0357143 0.0357143
-principle of relative [X][X] fundamental [X] ||| Grundsatz der relativen [X][X] elementaren [X] ||| 1 ||| 3-3 ||| 0.0357143 0.0357143
-[X][X] stability [X][X] legal principle [X] ||| [X][X] Stabilität [X][X] Rechtsgrundsatz [X] ||| 1 ||| 0-0 2-2 ||| 0.090839 0.090839
-[X][X] stability is a [X][X] [X] ||| [X][X] Stabilität einen [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.124172 0.124172
-of [X][X] is a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0703704 0.0703704
-of [X][X] a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0703704 0.0703704
-of [X][X] a fundamental [X][X] [X] ||| der [X][X] einen elementaren [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0703704 0.0703704
-of [X][X] fundamental legal principle [X] ||| der [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| 1-1 ||| 0.037037 0.037037
-of [X][X] fundamental [X][X] [X] ||| der [X][X] elementaren [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0703704 0.0703704
-of [X][X] legal principle [X] ||| der [X][X] Rechtsgrundsatz [X] ||| 1 ||| 1-1 ||| 0.037037 0.037037
-of relative [X][X] a [X][X] [X] ||| der relativen [X][X] einen [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0703704 0.0703704
-of relative [X][X] fundamental [X][X] [X] ||| der relativen [X][X] elementaren [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0703704 0.0703704
-of relative [X][X] legal principle [X] ||| der relativen [X][X] Rechtsgrundsatz [X] ||| 1 ||| 2-2 ||| 0.037037 0.037037
-[X][X] is [X][X] of the [X] ||| [X][X] [X][X] der [X] ||| 1 ||| 0-0 2-1 ||| 0.0768116 0.0768116
-relative [X][X] legal principle [X][X] [X] ||| relativen [X][X] Rechtsgrundsatz [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0768116 0.0768116
-relative [X][X] of the [X] ||| relativen [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-relative stability [X][X] of the [X] ||| relativen Stabilität [X][X] der [X] ||| 1 ||| 2-2 ||| 0.0434783 0.0434783
-[X][X] a [X][X] common [X] ||| [X][X] einen [X][X] gemeinsamen [X] ||| 1 ||| 0-0 2-2 ||| 0.0787879 0.0787879
-[X][X] a fundamental [X][X] common [X] ||| [X][X] einen elementaren [X][X] gemeinsamen [X] ||| 1 ||| 0-0 3-3 ||| 0.0787879 0.0787879
-stability [X][X] fundamental [X][X] common [X] ||| Stabilität [X][X] elementaren [X][X] gemeinsamen [X] ||| 1 ||| 1-1 3-3 ||| 0.0454545 0.0454545
-stability [X][X] of the common [X] ||| Stabilität [X][X] der gemeinsamen [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-stability is [X][X] common [X] ||| Stabilität [X][X] gemeinsamen [X] ||| 1 ||| 2-1 ||| 0.0454545 0.0454545
-stability [X][X] common [X] ||| Stabilität [X][X] gemeinsamen [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-stability is a [X][X] common [X] ||| Stabilität einen [X][X] gemeinsamen [X] ||| 1 ||| 3-2 ||| 0.0454545 0.0454545
-fundamental [X][X] of the [X][X] [X] ||| elementaren [X][X] der [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.203409 0.203409
-fundamental [X][X] common fisheries policy [X] ||| elementaren [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-fundamental [X][X] common [X][X] [X] ||| elementaren [X][X] gemeinsamen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.203409 0.203409
-fundamental [X][X] fisheries policy [X] ||| elementaren [X][X] Fischereipolitik darstellt [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-[X][X] of the [X][X] and [X] ||| [X][X] der [X][X] und [X] ||| 1 ||| 0-0 3-2 ||| 0.195833 0.195833
-legal principle [X][X] and [X] ||| Rechtsgrundsatz [X][X] und [X] ||| 1 ||| 2-1 ||| 0.0833333 0.0833333
-[X][X] common [X][X] and a [X] ||| [X][X] gemeinsamen [X][X] und ein [X] ||| 1 ||| 0-0 2-2 ||| 0.189423 0.189423
-[X][X] common [X][X] a [X] ||| [X][X] gemeinsamen [X][X] ein [X] ||| 1 ||| 0-0 2-2 ||| 0.189423 0.189423
-[X][X] common fisheries policy [X][X] [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.298247 0.298247
-[X][X] fisheries policy and a [X] ||| [X][X] Fischereipolitik darstellt und ein [X] ||| 1 ||| 0-0 ||| 0.189423 0.189423
-[X][X] fisheries policy [X][X] [X] ||| [X][X] Fischereipolitik darstellt [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.298247 0.298247
-of the [X][X] and a [X] ||| der [X][X] und ein [X] ||| 1 ||| 2-1 ||| 0.0769231 0.0769231
-of the [X][X] a [X] ||| der [X][X] ein [X] ||| 1 ||| 2-1 ||| 0.0769231 0.0769231
-of the common [X][X] a [X] ||| der gemeinsamen [X][X] ein [X] ||| 1 ||| 3-2 ||| 0.0769231 0.0769231
-common [X][X] and a proposal [X] ||| gemeinsamen [X][X] und ein Vorschlag [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-common [X][X] and [X][X] [X] ||| gemeinsamen [X][X] und [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.142157 0.142157
-common [X][X] a proposal [X] ||| gemeinsamen [X][X] ein Vorschlag [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-common [X][X] proposal [X] ||| gemeinsamen [X][X] Vorschlag [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-common fisheries policy [X][X] proposal [X] ||| gemeinsamen Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 1 ||| 3-3 ||| 0.0833333 0.0833333
-common fisheries policy and [X][X] [X] ||| gemeinsamen Fischereipolitik darstellt und [X][X] [X] ||| 1 ||| 4-4 ||| 0.142157 0.142157
-a proposal to subvert it [X] ||| ein Vorschlag , diesen zu unterlaufen [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] to subvert it [X] ||| [X][X] , diesen zu unterlaufen [X] ||| 1 ||| 0-0 ||| 0.535014 0.535014
-a [X][X] [X] ||| ein [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-a proposal [X][X] [X] ||| ein Vorschlag [X][X] [X] ||| 1 ||| 2-2 ||| 0.5 0.5
-proposal to subvert it [X] ||| Vorschlag , diesen zu unterlaufen , [X] ||| 1 ||| ||| 0.333333 0.333333
-proposal [X][X] [X] ||| Vorschlag [X][X] , [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-[X][X] that the principle of [X] ||| [X][X] , daß der Grundsatz der [X] ||| 1 ||| 0-0 ||| 0.0526316 0.0526316
-[X][X] that [X][X] of [X] ||| [X][X] , daß [X][X] der [X] ||| 1 ||| 0-0 2-3 ||| 0.0526316 0.0526316
-[X][X] that the [X][X] [X] ||| [X][X] , daß der [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.150538 0.150538
-I [X][X] the principle of [X] ||| ich [X][X] der Grundsatz der [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-I [X][X] the [X][X] [X] ||| ich [X][X] der [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.150538 0.150538
-I [X][X] principle of [X] ||| ich [X][X] Grundsatz der [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-I [X][X] of [X] ||| ich [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-I believe [X][X] principle of [X] ||| ich meine [X][X] Grundsatz der [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-I believe [X][X] of [X] ||| ich meine [X][X] der [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-I believe that [X][X] of [X] ||| ich meine , daß [X][X] der [X] ||| 1 ||| 3-4 ||| 0.0526316 0.0526316
-I believe that the [X][X] [X] ||| ich meine , daß der [X][X] [X] ||| 1 ||| 4-5 ||| 0.150538 0.150538
-[X][X] the principle of relative [X] ||| [X][X] der Grundsatz der relativen [X] ||| 1 ||| 0-0 ||| 0.0871143 0.0871143
-[X][X] the [X][X] relative [X] ||| [X][X] der [X][X] relativen [X] ||| 1 ||| 0-0 2-2 ||| 0.0871143 0.0871143
-[X][X] the principle [X][X] [X] ||| [X][X] der Grundsatz [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.248986 0.248986
-believe [X][X] principle of relative [X] ||| meine [X][X] Grundsatz der relativen [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-believe [X][X] principle [X][X] [X] ||| meine [X][X] Grundsatz [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.15108 0.15108
-believe [X][X] of relative [X] ||| meine [X][X] der relativen [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-believe [X][X] relative [X] ||| meine [X][X] relativen [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-believe that [X][X] of relative [X] ||| meine , daß [X][X] der relativen [X] ||| 1 ||| 2-3 ||| 0.0526316 0.0526316
-believe that [X][X] relative [X] ||| meine , daß [X][X] relativen [X] ||| 1 ||| 2-3 ||| 0.0526316 0.0526316
-believe that the [X][X] relative [X] ||| meine , daß der [X][X] relativen [X] ||| 1 ||| 3-4 ||| 0.0526316 0.0526316
-believe that the principle [X][X] [X] ||| meine , daß der Grundsatz [X][X] [X] ||| 1 ||| 4-5 ||| 0.15108 0.15108
-[X][X] principle of relative stability [X] ||| [X][X] Grundsatz der relativen Stabilität [X] ||| 1 ||| 0-0 ||| 0.112755 0.112755
-[X][X] principle [X][X] stability [X] ||| [X][X] Grundsatz [X][X] Stabilität [X] ||| 1 ||| 0-0 2-2 ||| 0.112755 0.112755
-[X][X] principle of [X][X] [X] ||| [X][X] Grundsatz der [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.296692 0.296692
-that [X][X] of relative stability [X] ||| , daß [X][X] der relativen Stabilität [X] ||| 1 ||| 1-2 ||| 0.0526316 0.0526316
-that [X][X] of [X][X] [X] ||| , daß [X][X] der [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.13482 0.13482
-that [X][X] relative stability [X] ||| , daß [X][X] relativen Stabilität [X] ||| 1 ||| 1-2 ||| 0.0526316 0.0526316
-that [X][X] stability [X] ||| , daß [X][X] Stabilität [X] ||| 1 ||| 1-2 ||| 0.0526316 0.0526316
-that the [X][X] relative stability [X] ||| , daß der [X][X] relativen Stabilität [X] ||| 1 ||| 2-3 ||| 0.0526316 0.0526316
-that the [X][X] stability [X] ||| , daß der [X][X] Stabilität [X] ||| 1 ||| 2-3 ||| 0.0526316 0.0526316
-that the principle [X][X] stability [X] ||| , daß der Grundsatz [X][X] Stabilität [X] ||| 1 ||| 3-4 ||| 0.0526316 0.0526316
-that the principle of [X][X] [X] ||| , daß der Grundsatz der [X][X] [X] ||| 1 ||| 4-5 ||| 0.13482 0.13482
-[X][X] principle [X][X] stability is [X] ||| [X][X] Grundsatz [X][X] Stabilität [X] ||| 1 ||| 0-0 2-2 ||| 0.0828634 0.0828634
-[X][X] principle [X][X] is [X] ||| [X][X] Grundsatz [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0828634 0.0828634
-[X][X] principle of [X][X] is [X] ||| [X][X] Grundsatz der [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0828634 0.0828634
-[X][X] principle of relative [X][X] [X] ||| [X][X] Grundsatz der relativen [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.183936 0.183936
-that [X][X] of [X][X] is [X] ||| , daß [X][X] der [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0357143 0.0357143
-that [X][X] of relative [X][X] [X] ||| , daß [X][X] der relativen [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0821887 0.0821887
-that [X][X] relative stability is [X] ||| , daß [X][X] relativen Stabilität [X] ||| 1 ||| 1-2 ||| 0.0357143 0.0357143
-that [X][X] relative [X][X] [X] ||| , daß [X][X] relativen [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0821887 0.0821887
-that [X][X] stability is [X] ||| , daß [X][X] Stabilität [X] ||| 1 ||| 1-2 ||| 0.0357143 0.0357143
-that [X][X] is [X] ||| , daß [X][X] [X] ||| 1 ||| 1-2 ||| 0.0357143 0.0357143
-that the [X][X] relative [X][X] [X] ||| , daß der [X][X] relativen [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0821887 0.0821887
-that the [X][X] stability is [X] ||| , daß der [X][X] Stabilität [X] ||| 1 ||| 2-3 ||| 0.0357143 0.0357143
-that the [X][X] is [X] ||| , daß der [X][X] [X] ||| 1 ||| 2-3 ||| 0.0357143 0.0357143
-that the principle [X][X] is [X] ||| , daß der Grundsatz [X][X] [X] ||| 1 ||| 3-4 ||| 0.0357143 0.0357143
-[X][X] of [X][X] a fundamental [X] ||| [X][X] der [X][X] einen elementaren [X] ||| 1 ||| 0-0 2-2 ||| 0.0643905 0.0643905
-[X][X] of [X][X] fundamental [X] ||| [X][X] der [X][X] elementaren [X] ||| 1 ||| 0-0 2-2 ||| 0.0643905 0.0643905
-[X][X] of relative [X][X] fundamental [X] ||| [X][X] der relativen [X][X] elementaren [X] ||| 1 ||| 0-0 3-3 ||| 0.0643905 0.0643905
-the [X][X] relative [X][X] fundamental [X] ||| der [X][X] relativen [X][X] elementaren [X] ||| 1 ||| 1-1 3-3 ||| 0.0263158 0.0263158
-the [X][X] stability [X][X] fundamental [X] ||| der [X][X] Stabilität [X][X] elementaren [X] ||| 1 ||| 1-1 3-3 ||| 0.0263158 0.0263158
-the [X][X] stability is [X][X] [X] ||| der [X][X] Stabilität [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.050706 0.050706
-the [X][X] is a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 1 ||| 1-1 ||| 0.0263158 0.0263158
-the [X][X] is [X][X] [X] ||| der [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.050706 0.050706
-the [X][X] a fundamental [X] ||| der [X][X] einen elementaren [X] ||| 1 ||| 1-1 ||| 0.0263158 0.0263158
-the [X][X] fundamental [X] ||| der [X][X] elementaren [X] ||| 1 ||| 1-1 ||| 0.0263158 0.0263158
-the principle [X][X] is [X][X] [X] ||| der Grundsatz [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.050706 0.050706
-the principle [X][X] a fundamental [X] ||| der Grundsatz [X][X] einen elementaren [X] ||| 1 ||| 2-2 ||| 0.0263158 0.0263158
-the principle [X][X] fundamental [X] ||| der Grundsatz [X][X] elementaren [X] ||| 1 ||| 2-2 ||| 0.0263158 0.0263158
-the principle of [X][X] fundamental [X] ||| der Grundsatz der [X][X] elementaren [X] ||| 1 ||| 3-3 ||| 0.0263158 0.0263158
-[X][X] relative [X][X] legal principle [X] ||| [X][X] relativen [X][X] Rechtsgrundsatz [X] ||| 1 ||| 0-0 2-2 ||| 0.053802 0.053802
-principle [X][X] is a [X][X] [X] ||| Grundsatz [X][X] einen [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0294118 0.0294118
-principle [X][X] a [X][X] [X] ||| Grundsatz [X][X] einen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0294118 0.0294118
-principle [X][X] a fundamental [X][X] [X] ||| Grundsatz [X][X] einen elementaren [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0294118 0.0294118
-principle [X][X] fundamental legal principle [X] ||| Grundsatz [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| 1-1 ||| 0.0294118 0.0294118
-principle [X][X] fundamental [X][X] [X] ||| Grundsatz [X][X] elementaren [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0294118 0.0294118
-principle [X][X] legal principle [X] ||| Grundsatz [X][X] Rechtsgrundsatz [X] ||| 1 ||| 1-1 ||| 0.0294118 0.0294118
-principle of [X][X] a [X][X] [X] ||| Grundsatz der [X][X] einen [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0294118 0.0294118
-principle of [X][X] fundamental [X][X] [X] ||| Grundsatz der [X][X] elementaren [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0294118 0.0294118
-principle of [X][X] legal principle [X] ||| Grundsatz der [X][X] Rechtsgrundsatz [X] ||| 1 ||| 2-2 ||| 0.0294118 0.0294118
-[X][X] stability [X][X] of the [X] ||| [X][X] Stabilität [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.0333333 0.0333333
-of [X][X] legal principle [X][X] [X] ||| der [X][X] Rechtsgrundsatz [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0333333 0.0333333
-of [X][X] of the [X] ||| der [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0333333 0.0333333
-of relative [X][X] of the [X] ||| der relativen [X][X] der [X] ||| 1 ||| 2-2 ||| 0.0333333 0.0333333
-[X][X] is [X][X] common [X] ||| [X][X] [X][X] gemeinsamen [X] ||| 1 ||| 0-0 2-1 ||| 0.0333333 0.0333333
-[X][X] is a [X][X] common [X] ||| [X][X] einen [X][X] gemeinsamen [X] ||| 1 ||| 0-0 3-2 ||| 0.0333333 0.0333333
-relative [X][X] a [X][X] common [X] ||| relativen [X][X] einen [X][X] gemeinsamen [X] ||| 1 ||| 1-1 3-3 ||| 0.0333333 0.0333333
-relative [X][X] fundamental [X][X] common [X] ||| relativen [X][X] elementaren [X][X] gemeinsamen [X] ||| 1 ||| 1-1 3-3 ||| 0.0333333 0.0333333
-relative [X][X] of the common [X] ||| relativen [X][X] der gemeinsamen [X] ||| 1 ||| 1-1 ||| 0.0333333 0.0333333
-relative [X][X] common [X] ||| relativen [X][X] gemeinsamen [X] ||| 1 ||| 1-1 ||| 0.0333333 0.0333333
-relative stability is [X][X] common [X] ||| relativen Stabilität [X][X] gemeinsamen [X] ||| 1 ||| 3-2 ||| 0.0333333 0.0333333
-relative stability [X][X] common [X] ||| relativen Stabilität [X][X] gemeinsamen [X] ||| 1 ||| 2-2 ||| 0.0333333 0.0333333
-a [X][X] of the [X][X] [X] ||| einen [X][X] der [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.116667 0.116667
-a [X][X] common fisheries policy [X] ||| einen [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-a [X][X] common [X][X] [X] ||| einen [X][X] gemeinsamen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.116667 0.116667
-a [X][X] fisheries policy [X] ||| einen [X][X] Fischereipolitik darstellt [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-a fundamental [X][X] common [X][X] [X] ||| einen elementaren [X][X] gemeinsamen [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.116667 0.116667
-a fundamental [X][X] fisheries policy [X] ||| einen elementaren [X][X] Fischereipolitik darstellt [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-[X][X] fundamental [X][X] fisheries policy [X] ||| [X][X] elementaren [X][X] Fischereipolitik darstellt [X] ||| 1 ||| 0-0 2-2 ||| 0.0555556 0.0555556
-is [X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 1-0 4-2 ||| 0.0555556 0.0555556
-is [X][X] common fisheries policy [X] ||| [X][X] gemeinsamen Fischereipolitik darstellt [X] ||| 1 ||| 1-0 ||| 0.0555556 0.0555556
-is [X][X] common [X][X] [X] ||| [X][X] gemeinsamen [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.0555556 0.0555556
-is [X][X] fisheries policy [X] ||| [X][X] Fischereipolitik darstellt [X] ||| 1 ||| 1-0 ||| 0.0555556 0.0555556
-is a [X][X] common [X][X] [X] ||| einen [X][X] gemeinsamen [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0555556 0.0555556
-is a [X][X] fisheries policy [X] ||| einen [X][X] Fischereipolitik darstellt [X] ||| 1 ||| 2-1 ||| 0.0555556 0.0555556
-fundamental [X][X] common [X][X] and [X] ||| elementaren [X][X] gemeinsamen [X][X] und [X] ||| 1 ||| 1-1 3-3 ||| 0.0625 0.0625
-fundamental [X][X] fisheries policy and [X] ||| elementaren [X][X] Fischereipolitik darstellt und [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-fundamental [X][X] and [X] ||| elementaren [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-fundamental legal principle [X][X] and [X] ||| elementaren Rechtsgrundsatz [X][X] und [X] ||| 1 ||| 3-2 ||| 0.0625 0.0625
-[X][X] of the [X][X] a [X] ||| [X][X] der [X][X] ein [X] ||| 1 ||| 0-0 3-2 ||| 0.1125 0.1125
-legal principle [X][X] and a [X] ||| Rechtsgrundsatz [X][X] und ein [X] ||| 1 ||| 2-1 ||| 0.0625 0.0625
-legal principle [X][X] a [X] ||| Rechtsgrundsatz [X][X] ein [X] ||| 1 ||| 2-1 ||| 0.0625 0.0625
-[X][X] common [X][X] a proposal [X] ||| [X][X] gemeinsamen [X][X] ein Vorschlag [X] ||| 1 ||| 0-0 2-2 ||| 0.108824 0.108824
-[X][X] common [X][X] proposal [X] ||| [X][X] gemeinsamen [X][X] Vorschlag [X] ||| 1 ||| 0-0 2-2 ||| 0.108824 0.108824
-[X][X] fisheries policy [X][X] proposal [X] ||| [X][X] Fischereipolitik darstellt [X][X] Vorschlag [X] ||| 1 ||| 0-0 3-3 ||| 0.108824 0.108824
-[X][X] fisheries policy and [X][X] [X] ||| [X][X] Fischereipolitik darstellt und [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.108824 0.108824
-of the [X][X] and [X][X] [X] ||| der [X][X] und [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0588235 0.0588235
-of the [X][X] a proposal [X] ||| der [X][X] ein Vorschlag [X] ||| 1 ||| 2-1 ||| 0.0588235 0.0588235
-of the [X][X] proposal [X] ||| der [X][X] Vorschlag [X] ||| 1 ||| 2-1 ||| 0.0588235 0.0588235
-of the common [X][X] proposal [X] ||| der gemeinsamen [X][X] Vorschlag [X] ||| 1 ||| 3-2 ||| 0.0588235 0.0588235
-[X][X] proposal to subvert it [X] ||| [X][X] Vorschlag , diesen zu unterlaufen [X] ||| 1 ||| 0-0 ||| 0.285014 0.285014
-[X][X] proposal [X][X] [X] ||| [X][X] Vorschlag [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.421378 0.421378
-and [X][X] to subvert it [X] ||| und [X][X] , diesen zu unterlaufen [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-and a [X][X] [X] ||| und ein [X][X] [X] ||| 1 ||| 2-2 ||| 0.233766 0.233766
-and a proposal [X][X] [X] ||| und ein Vorschlag [X][X] [X] ||| 1 ||| 3-3 ||| 0.233766 0.233766
-a proposal to subvert it [X] ||| ein Vorschlag , diesen zu unterlaufen , [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] to subvert it [X] ||| [X][X] , diesen zu unterlaufen , [X] ||| 1 ||| 0-0 ||| 0.30303 0.30303
-a [X][X] [X] ||| ein [X][X] , [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-a proposal [X][X] [X] ||| ein Vorschlag [X][X] , [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-[X][X] that [X][X] of relative [X] ||| [X][X] , daß [X][X] der relativen [X] ||| 1 ||| 0-0 2-3 ||| 0.0344828 0.0344828
-[X][X] that [X][X] relative [X] ||| [X][X] , daß [X][X] relativen [X] ||| 1 ||| 0-0 2-3 ||| 0.0344828 0.0344828
-[X][X] that the [X][X] relative [X] ||| [X][X] , daß der [X][X] relativen [X] ||| 1 ||| 0-0 3-4 ||| 0.0344828 0.0344828
-[X][X] that the principle [X][X] [X] ||| [X][X] , daß der Grundsatz [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.0979063 0.0979063
-I [X][X] the [X][X] relative [X] ||| ich [X][X] der [X][X] relativen [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-I [X][X] the principle [X][X] [X] ||| ich [X][X] der Grundsatz [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0979063 0.0979063
-I [X][X] principle of relative [X] ||| ich [X][X] Grundsatz der relativen [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-I [X][X] principle [X][X] [X] ||| ich [X][X] Grundsatz [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0979063 0.0979063
-I [X][X] of relative [X] ||| ich [X][X] der relativen [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-I [X][X] relative [X] ||| ich [X][X] relativen [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-I believe [X][X] principle [X][X] [X] ||| ich meine [X][X] Grundsatz [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0979063 0.0979063
-I believe [X][X] of relative [X] ||| ich meine [X][X] der relativen [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-I believe [X][X] relative [X] ||| ich meine [X][X] relativen [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-I believe that [X][X] relative [X] ||| ich meine , daß [X][X] relativen [X] ||| 1 ||| 3-4 ||| 0.0344828 0.0344828
-[X][X] the [X][X] relative stability [X] ||| [X][X] der [X][X] relativen Stabilität [X] ||| 1 ||| 0-0 2-2 ||| 0.0601238 0.0601238
-[X][X] the [X][X] stability [X] ||| [X][X] der [X][X] Stabilität [X] ||| 1 ||| 0-0 2-2 ||| 0.0601238 0.0601238
-[X][X] the principle [X][X] stability [X] ||| [X][X] der Grundsatz [X][X] Stabilität [X] ||| 1 ||| 0-0 3-3 ||| 0.0601238 0.0601238
-[X][X] the principle of [X][X] [X] ||| [X][X] der Grundsatz der [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.161872 0.161872
-believe [X][X] principle [X][X] stability [X] ||| meine [X][X] Grundsatz [X][X] Stabilität [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-believe [X][X] principle of [X][X] [X] ||| meine [X][X] Grundsatz der [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0984481 0.0984481
-believe [X][X] of relative stability [X] ||| meine [X][X] der relativen Stabilität [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-believe [X][X] of [X][X] [X] ||| meine [X][X] der [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0984481 0.0984481
-believe [X][X] relative stability [X] ||| meine [X][X] relativen Stabilität [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-believe [X][X] stability [X] ||| meine [X][X] Stabilität [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-believe that [X][X] of [X][X] [X] ||| meine , daß [X][X] der [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0984481 0.0984481
-believe that [X][X] relative stability [X] ||| meine , daß [X][X] relativen Stabilität [X] ||| 1 ||| 2-3 ||| 0.0344828 0.0344828
-believe that [X][X] stability [X] ||| meine , daß [X][X] Stabilität [X] ||| 1 ||| 2-3 ||| 0.0344828 0.0344828
-believe that the [X][X] stability [X] ||| meine , daß der [X][X] Stabilität [X] ||| 1 ||| 3-4 ||| 0.0344828 0.0344828
-[X][X] the [X][X] stability is [X] ||| [X][X] der [X][X] Stabilität [X] ||| 1 ||| 0-0 2-2 ||| 0.0471491 0.0471491
-[X][X] the [X][X] is [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0471491 0.0471491
-[X][X] the principle [X][X] is [X] ||| [X][X] der Grundsatz [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0471491 0.0471491
-believe [X][X] principle [X][X] is [X] ||| meine [X][X] Grundsatz [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0263158 0.0263158
-believe [X][X] of [X][X] is [X] ||| meine [X][X] der [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0263158 0.0263158
-believe [X][X] of relative [X][X] [X] ||| meine [X][X] der relativen [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0639653 0.0639653
-believe [X][X] relative stability is [X] ||| meine [X][X] relativen Stabilität [X] ||| 1 ||| 1-1 ||| 0.0263158 0.0263158
-believe [X][X] relative [X][X] [X] ||| meine [X][X] relativen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0639653 0.0639653
-believe [X][X] stability is [X] ||| meine [X][X] Stabilität [X] ||| 1 ||| 1-1 ||| 0.0263158 0.0263158
-believe [X][X] is [X] ||| meine [X][X] [X] ||| 1 ||| 1-1 ||| 0.0263158 0.0263158
-believe that [X][X] relative [X][X] [X] ||| meine , daß [X][X] relativen [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0639653 0.0639653
-believe that [X][X] stability is [X] ||| meine , daß [X][X] Stabilität [X] ||| 1 ||| 2-3 ||| 0.0263158 0.0263158
-believe that [X][X] is [X] ||| meine , daß [X][X] [X] ||| 1 ||| 2-3 ||| 0.0263158 0.0263158
-believe that the [X][X] is [X] ||| meine , daß der [X][X] [X] ||| 1 ||| 3-4 ||| 0.0263158 0.0263158
-[X][X] principle [X][X] is a [X] ||| [X][X] Grundsatz [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0629983 0.0629983
-[X][X] principle [X][X] a [X] ||| [X][X] Grundsatz [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0629983 0.0629983
-[X][X] principle of [X][X] a [X] ||| [X][X] Grundsatz der [X][X] einen [X] ||| 1 ||| 0-0 3-3 ||| 0.0629983 0.0629983
-that [X][X] of [X][X] a [X] ||| , daß [X][X] der [X][X] einen [X] ||| 1 ||| 1-2 3-4 ||| 0.025641 0.025641
-that [X][X] relative [X][X] a [X] ||| , daß [X][X] relativen [X][X] einen [X] ||| 1 ||| 1-2 3-4 ||| 0.025641 0.025641
-that [X][X] relative stability [X][X] [X] ||| , daß [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0464744 0.0464744
-that [X][X] stability is a [X] ||| , daß [X][X] Stabilität einen [X] ||| 1 ||| 1-2 ||| 0.025641 0.025641
-that [X][X] stability [X][X] [X] ||| , daß [X][X] Stabilität [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0464744 0.0464744
-that [X][X] is a [X] ||| , daß [X][X] einen [X] ||| 1 ||| 1-2 ||| 0.025641 0.025641
-that [X][X] a [X] ||| , daß [X][X] einen [X] ||| 1 ||| 1-2 ||| 0.025641 0.025641
-that the [X][X] stability [X][X] [X] ||| , daß der [X][X] Stabilität [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0464744 0.0464744
-that the [X][X] is a [X] ||| , daß der [X][X] einen [X] ||| 1 ||| 2-3 ||| 0.025641 0.025641
-that the [X][X] a [X] ||| , daß der [X][X] einen [X] ||| 1 ||| 2-3 ||| 0.025641 0.025641
-that the principle [X][X] a [X] ||| , daß der Grundsatz [X][X] einen [X] ||| 1 ||| 3-4 ||| 0.025641 0.025641
-[X][X] of [X][X] legal principle [X] ||| [X][X] der [X][X] Rechtsgrundsatz [X] ||| 1 ||| 0-0 2-2 ||| 0.0243902 0.0243902
-the [X][X] is a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0243902 0.0243902
-the [X][X] a [X][X] [X] ||| der [X][X] einen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0243902 0.0243902
-the [X][X] a fundamental [X][X] [X] ||| der [X][X] einen elementaren [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0243902 0.0243902
-the [X][X] fundamental legal principle [X] ||| der [X][X] elementaren Rechtsgrundsatz [X] ||| 1 ||| 1-1 ||| 0.0243902 0.0243902
-the [X][X] fundamental [X][X] [X] ||| der [X][X] elementaren [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0243902 0.0243902
-the [X][X] legal principle [X] ||| der [X][X] Rechtsgrundsatz [X] ||| 1 ||| 1-1 ||| 0.0243902 0.0243902
-the principle [X][X] a [X][X] [X] ||| der Grundsatz [X][X] einen [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0243902 0.0243902
-the principle [X][X] fundamental [X][X] [X] ||| der Grundsatz [X][X] elementaren [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0243902 0.0243902
-the principle [X][X] legal principle [X] ||| der Grundsatz [X][X] Rechtsgrundsatz [X] ||| 1 ||| 2-2 ||| 0.0243902 0.0243902
-[X][X] legal principle [X][X] and [X] ||| [X][X] Rechtsgrundsatz [X][X] und [X] ||| 1 ||| 0-0 3-2 ||| 0.05 0.05
-a [X][X] common [X][X] and [X] ||| einen [X][X] gemeinsamen [X][X] und [X] ||| 1 ||| 1-1 3-3 ||| 0.05 0.05
-a [X][X] fisheries policy and [X] ||| einen [X][X] Fischereipolitik darstellt und [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-a [X][X] and [X] ||| einen [X][X] und [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-a fundamental [X][X] and [X] ||| einen elementaren [X][X] und [X] ||| 1 ||| 2-2 ||| 0.05 0.05
-fundamental [X][X] common [X][X] a [X] ||| elementaren [X][X] gemeinsamen [X][X] ein [X] ||| 1 ||| 1-1 3-3 ||| 0.05 0.05
-fundamental [X][X] fisheries policy [X][X] [X] ||| elementaren [X][X] Fischereipolitik darstellt [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.05 0.05
-fundamental [X][X] and a [X] ||| elementaren [X][X] und ein [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-fundamental [X][X] a [X] ||| elementaren [X][X] ein [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-fundamental legal principle [X][X] a [X] ||| elementaren Rechtsgrundsatz [X][X] ein [X] ||| 1 ||| 3-2 ||| 0.05 0.05
-[X][X] of the [X][X] proposal [X] ||| [X][X] der [X][X] Vorschlag [X] ||| 1 ||| 0-0 3-2 ||| 0.05 0.05
-legal principle [X][X] and [X][X] [X] ||| Rechtsgrundsatz [X][X] und [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.05 0.05
-legal principle [X][X] a proposal [X] ||| Rechtsgrundsatz [X][X] ein Vorschlag [X] ||| 1 ||| 2-1 ||| 0.05 0.05
-legal principle [X][X] proposal [X] ||| Rechtsgrundsatz [X][X] Vorschlag [X] ||| 1 ||| 2-1 ||| 0.05 0.05
-[X][X] proposal to subvert it [X] ||| [X][X] Vorschlag , diesen zu unterlaufen , [X] ||| 1 ||| 0-0 ||| 0.136364 0.136364
-[X][X] proposal [X][X] [X] ||| [X][X] Vorschlag [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.136364 0.136364
-and [X][X] to subvert it [X] ||| und [X][X] , diesen zu unterlaufen , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-and [X][X] [X] ||| und [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-and a [X][X] [X] ||| und ein [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-and a proposal [X][X] [X] ||| und ein Vorschlag [X][X] , [X] ||| 1 ||| 3-3 ||| 0.0909091 0.0909091
-[X][X] would be legally inadmissible [X] ||| [X][X] , rechtlich unzulässig wäre [X] ||| 1 ||| 0-0 ||| 0.3171 0.3171
-[X][X] would be [X][X] [X] ||| [X][X] [X][X] wäre [X] ||| 1 ||| 0-0 3-1 ||| 0.951299 0.634199
-[X][X] would be [X][X] [X] ||| [X][X] , [X][X] wäre [X] ||| 1 ||| 0-0 3-2 ||| 0.951299 0.3171
-[X][X] would be legally inadmissible [X] ||| [X][X] rechtlich unzulässig wäre [X] ||| 1 ||| 0-0 ||| 0.3171 0.3171
-to subvert it [X][X] [X] ||| , diesen zu unterlaufen [X][X] [X] ||| 1 ||| 3-4 ||| 0.535714 0.267857
-to subvert it [X][X] [X] ||| , diesen zu unterlaufen , [X][X] [X] ||| 1 ||| 3-5 ||| 0.535714 0.267857
-[X][X] that [X][X] relative stability [X] ||| [X][X] , daß [X][X] relativen Stabilität [X] ||| 1 ||| 0-0 2-3 ||| 0.025641 0.025641
-[X][X] that [X][X] stability [X] ||| [X][X] , daß [X][X] Stabilität [X] ||| 1 ||| 0-0 2-3 ||| 0.025641 0.025641
-[X][X] that the [X][X] stability [X] ||| [X][X] , daß der [X][X] Stabilität [X] ||| 1 ||| 0-0 3-4 ||| 0.025641 0.025641
-I [X][X] the [X][X] stability [X] ||| ich [X][X] der [X][X] Stabilität [X] ||| 1 ||| 1-1 3-3 ||| 0.025641 0.025641
-I [X][X] principle [X][X] stability [X] ||| ich [X][X] Grundsatz [X][X] Stabilität [X] ||| 1 ||| 1-1 3-3 ||| 0.025641 0.025641
-I [X][X] principle of [X][X] [X] ||| ich [X][X] Grundsatz der [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0634235 0.0634235
-I [X][X] of relative stability [X] ||| ich [X][X] der relativen Stabilität [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-I [X][X] of [X][X] [X] ||| ich [X][X] der [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0634235 0.0634235
-I [X][X] relative stability [X] ||| ich [X][X] relativen Stabilität [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-I [X][X] stability [X] ||| ich [X][X] Stabilität [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-I believe [X][X] of [X][X] [X] ||| ich meine [X][X] der [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0634235 0.0634235
-I believe [X][X] relative stability [X] ||| ich meine [X][X] relativen Stabilität [X] ||| 1 ||| 2-2 ||| 0.025641 0.025641
-I believe [X][X] stability [X] ||| ich meine [X][X] Stabilität [X] ||| 1 ||| 2-2 ||| 0.025641 0.025641
-I believe that [X][X] stability [X] ||| ich meine , daß [X][X] Stabilität [X] ||| 1 ||| 3-4 ||| 0.025641 0.025641
-[X][X] that [X][X] stability is [X] ||| [X][X] , daß [X][X] Stabilität [X] ||| 1 ||| 0-0 2-3 ||| 0.0208333 0.0208333
-[X][X] that [X][X] is [X] ||| [X][X] , daß [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.0208333 0.0208333
-[X][X] that the [X][X] is [X] ||| [X][X] , daß der [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.0208333 0.0208333
-I [X][X] the [X][X] is [X] ||| ich [X][X] der [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0208333 0.0208333
-I [X][X] principle [X][X] is [X] ||| ich [X][X] Grundsatz [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0208333 0.0208333
-I [X][X] of [X][X] is [X] ||| ich [X][X] der [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0208333 0.0208333
-I [X][X] of relative [X][X] [X] ||| ich [X][X] der relativen [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0377825 0.0377825
-I [X][X] relative stability is [X] ||| ich [X][X] relativen Stabilität [X] ||| 1 ||| 1-1 ||| 0.0208333 0.0208333
-I [X][X] relative [X][X] [X] ||| ich [X][X] relativen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0377825 0.0377825
-I [X][X] stability is [X] ||| ich [X][X] Stabilität [X] ||| 1 ||| 1-1 ||| 0.0208333 0.0208333
-I [X][X] is [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 0.0208333 0.0208333
-I believe [X][X] relative [X][X] [X] ||| ich meine [X][X] relativen [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0377825 0.0377825
-I believe [X][X] stability is [X] ||| ich meine [X][X] Stabilität [X] ||| 1 ||| 2-2 ||| 0.0208333 0.0208333
-I believe [X][X] is [X] ||| ich meine [X][X] [X] ||| 1 ||| 2-2 ||| 0.0208333 0.0208333
-I believe that [X][X] is [X] ||| ich meine , daß [X][X] [X] ||| 1 ||| 3-4 ||| 0.0208333 0.0208333
-[X][X] the [X][X] is a [X] ||| [X][X] der [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0373573 0.0373573
-[X][X] the [X][X] a [X] ||| [X][X] der [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0373573 0.0373573
-[X][X] the principle [X][X] a [X] ||| [X][X] der Grundsatz [X][X] einen [X] ||| 1 ||| 0-0 3-3 ||| 0.0373573 0.0373573
-believe [X][X] principle [X][X] a [X] ||| meine [X][X] Grundsatz [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0204082 0.0204082
-believe [X][X] of [X][X] a [X] ||| meine [X][X] der [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0204082 0.0204082
-believe [X][X] relative [X][X] a [X] ||| meine [X][X] relativen [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0204082 0.0204082
-believe [X][X] relative stability [X][X] [X] ||| meine [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0376495 0.0376495
-believe [X][X] stability is a [X] ||| meine [X][X] Stabilität einen [X] ||| 1 ||| 1-1 ||| 0.0204082 0.0204082
-believe [X][X] stability [X][X] [X] ||| meine [X][X] Stabilität [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0376495 0.0376495
-believe [X][X] is a [X] ||| meine [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0204082 0.0204082
-believe [X][X] a [X] ||| meine [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0204082 0.0204082
-believe that [X][X] stability [X][X] [X] ||| meine , daß [X][X] Stabilität [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0376495 0.0376495
-believe that [X][X] is a [X] ||| meine , daß [X][X] einen [X] ||| 1 ||| 2-3 ||| 0.0204082 0.0204082
-believe that [X][X] a [X] ||| meine , daß [X][X] einen [X] ||| 1 ||| 2-3 ||| 0.0204082 0.0204082
-believe that the [X][X] a [X] ||| meine , daß der [X][X] einen [X] ||| 1 ||| 3-4 ||| 0.0204082 0.0204082
-[X][X] principle [X][X] a fundamental [X] ||| [X][X] Grundsatz [X][X] einen elementaren [X] ||| 1 ||| 0-0 2-2 ||| 0.0380747 0.0380747
-[X][X] principle [X][X] fundamental [X] ||| [X][X] Grundsatz [X][X] elementaren [X] ||| 1 ||| 0-0 2-2 ||| 0.0380747 0.0380747
-[X][X] principle of [X][X] fundamental [X] ||| [X][X] Grundsatz der [X][X] elementaren [X] ||| 1 ||| 0-0 3-3 ||| 0.0380747 0.0380747
-that [X][X] of [X][X] fundamental [X] ||| , daß [X][X] der [X][X] elementaren [X] ||| 1 ||| 1-2 3-4 ||| 0.0208333 0.0208333
-that [X][X] relative [X][X] fundamental [X] ||| , daß [X][X] relativen [X][X] elementaren [X] ||| 1 ||| 1-2 3-4 ||| 0.0208333 0.0208333
-that [X][X] stability [X][X] fundamental [X] ||| , daß [X][X] Stabilität [X][X] elementaren [X] ||| 1 ||| 1-2 3-4 ||| 0.0208333 0.0208333
-that [X][X] stability is [X][X] [X] ||| , daß [X][X] Stabilität [X][X] [X] ||| 1 ||| 1-2 4-4 ||| 0.0208333 0.0208333
-that [X][X] is a fundamental [X] ||| , daß [X][X] einen elementaren [X] ||| 1 ||| 1-2 ||| 0.0208333 0.0208333
-that [X][X] is [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 1 ||| 1-2 3-3 ||| 0.0208333 0.0208333
-that [X][X] a fundamental [X] ||| , daß [X][X] einen elementaren [X] ||| 1 ||| 1-2 ||| 0.0208333 0.0208333
-that [X][X] fundamental [X] ||| , daß [X][X] elementaren [X] ||| 1 ||| 1-2 ||| 0.0208333 0.0208333
-that the [X][X] is [X][X] [X] ||| , daß der [X][X] [X][X] [X] ||| 1 ||| 2-3 4-4 ||| 0.0208333 0.0208333
-that the [X][X] a fundamental [X] ||| , daß der [X][X] einen elementaren [X] ||| 1 ||| 2-3 ||| 0.0208333 0.0208333
-that the [X][X] fundamental [X] ||| , daß der [X][X] elementaren [X] ||| 1 ||| 2-3 ||| 0.0208333 0.0208333
-that the principle [X][X] fundamental [X] ||| , daß der Grundsatz [X][X] elementaren [X] ||| 1 ||| 3-4 ||| 0.0208333 0.0208333
-[X][X] and a [X][X] [X] ||| [X][X] und ein [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.187611 0.187611
-[X][X] and a proposal [X][X] [X] ||| [X][X] und ein Vorschlag [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.187611 0.187611
-[X][X] a [X][X] [X] ||| [X][X] ein [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.187611 0.187611
-[X][X] a proposal [X][X] [X] ||| [X][X] ein Vorschlag [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.187611 0.187611
-fisheries policy [X][X] proposal [X][X] [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.128788 0.128788
-fisheries policy and a [X][X] [X] ||| Fischereipolitik darstellt und ein [X][X] [X] ||| 1 ||| 4-4 ||| 0.128788 0.128788
-proposal [X][X] would be [X][X] [X] ||| Vorschlag [X][X] [X][X] wäre [X] ||| 1 ||| 1-1 4-2 ||| 0.272727 0.181818
-proposal [X][X] would be [X][X] [X] ||| Vorschlag [X][X] , [X][X] wäre [X] ||| 1 ||| 1-1 4-3 ||| 0.272727 0.0909091
-proposal to subvert it [X][X] [X] ||| Vorschlag , diesen zu unterlaufen [X][X] [X] ||| 1 ||| 4-5 ||| 0.431818 0.215909
-proposal to subvert it [X][X] [X] ||| Vorschlag , diesen zu unterlaufen , [X][X] [X] ||| 1 ||| 4-6 ||| 0.431818 0.215909
-[X][X] would be [X][X] . [X] ||| [X][X] [X][X] wäre . [X] ||| 1 ||| 0-0 3-1 ||| 0.75 0.5
-[X][X] would be [X][X] . [X] ||| [X][X] , [X][X] wäre . [X] ||| 1 ||| 0-0 3-2 ||| 0.75 0.25
-to subvert it [X][X] . [X] ||| , diesen zu unterlaufen [X][X] . [X] ||| 1 ||| 3-4 ||| 0.25 0.125
-to subvert it [X][X] . [X] ||| , diesen zu unterlaufen , [X][X] . [X] ||| 1 ||| 3-5 ||| 0.25 0.125
-[X][X] that [X][X] is a [X] ||| [X][X] , daß [X][X] einen [X] ||| 1 ||| 0-0 2-3 ||| 0.0169492 0.0169492
-[X][X] that [X][X] a [X] ||| [X][X] , daß [X][X] einen [X] ||| 1 ||| 0-0 2-3 ||| 0.0169492 0.0169492
-[X][X] that the [X][X] a [X] ||| [X][X] , daß der [X][X] einen [X] ||| 1 ||| 0-0 3-4 ||| 0.0169492 0.0169492
-I [X][X] the [X][X] a [X] ||| ich [X][X] der [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0169492 0.0169492
-I [X][X] principle [X][X] a [X] ||| ich [X][X] Grundsatz [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0169492 0.0169492
-I [X][X] of [X][X] a [X] ||| ich [X][X] der [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0169492 0.0169492
-I [X][X] relative [X][X] a [X] ||| ich [X][X] relativen [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0169492 0.0169492
-I [X][X] relative stability [X][X] [X] ||| ich [X][X] relativen Stabilität [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0169492 0.0169492
-I [X][X] stability is a [X] ||| ich [X][X] Stabilität einen [X] ||| 1 ||| 1-1 ||| 0.0169492 0.0169492
-I [X][X] stability [X][X] [X] ||| ich [X][X] Stabilität [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0169492 0.0169492
-I [X][X] is a [X] ||| ich [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0169492 0.0169492
-I [X][X] a [X] ||| ich [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0169492 0.0169492
-I believe [X][X] stability [X][X] [X] ||| ich meine [X][X] Stabilität [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0169492 0.0169492
-I believe [X][X] is a [X] ||| ich meine [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.0169492 0.0169492
-I believe [X][X] a [X] ||| ich meine [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.0169492 0.0169492
-I believe that [X][X] a [X] ||| ich meine , daß [X][X] einen [X] ||| 1 ||| 3-4 ||| 0.0169492 0.0169492
-[X][X] the [X][X] a fundamental [X] ||| [X][X] der [X][X] einen elementaren [X] ||| 1 ||| 0-0 2-2 ||| 0.0172414 0.0172414
-[X][X] the [X][X] fundamental [X] ||| [X][X] der [X][X] elementaren [X] ||| 1 ||| 0-0 2-2 ||| 0.0172414 0.0172414
-[X][X] the principle [X][X] fundamental [X] ||| [X][X] der Grundsatz [X][X] elementaren [X] ||| 1 ||| 0-0 3-3 ||| 0.0172414 0.0172414
-believe [X][X] principle [X][X] fundamental [X] ||| meine [X][X] Grundsatz [X][X] elementaren [X] ||| 1 ||| 1-1 3-3 ||| 0.0172414 0.0172414
-believe [X][X] of [X][X] fundamental [X] ||| meine [X][X] der [X][X] elementaren [X] ||| 1 ||| 1-1 3-3 ||| 0.0172414 0.0172414
-believe [X][X] relative [X][X] fundamental [X] ||| meine [X][X] relativen [X][X] elementaren [X] ||| 1 ||| 1-1 3-3 ||| 0.0172414 0.0172414
-believe [X][X] stability [X][X] fundamental [X] ||| meine [X][X] Stabilität [X][X] elementaren [X] ||| 1 ||| 1-1 3-3 ||| 0.0172414 0.0172414
-believe [X][X] stability is [X][X] [X] ||| meine [X][X] Stabilität [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0172414 0.0172414
-believe [X][X] is a fundamental [X] ||| meine [X][X] einen elementaren [X] ||| 1 ||| 1-1 ||| 0.0172414 0.0172414
-believe [X][X] is [X][X] [X] ||| meine [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0172414 0.0172414
-believe [X][X] a fundamental [X] ||| meine [X][X] einen elementaren [X] ||| 1 ||| 1-1 ||| 0.0172414 0.0172414
-believe [X][X] fundamental [X] ||| meine [X][X] elementaren [X] ||| 1 ||| 1-1 ||| 0.0172414 0.0172414
-believe that [X][X] is [X][X] [X] ||| meine , daß [X][X] [X][X] [X] ||| 1 ||| 2-3 4-4 ||| 0.0172414 0.0172414
-believe that [X][X] a fundamental [X] ||| meine , daß [X][X] einen elementaren [X] ||| 1 ||| 2-3 ||| 0.0172414 0.0172414
-believe that [X][X] fundamental [X] ||| meine , daß [X][X] elementaren [X] ||| 1 ||| 2-3 ||| 0.0172414 0.0172414
-believe that the [X][X] fundamental [X] ||| meine , daß der [X][X] elementaren [X] ||| 1 ||| 3-4 ||| 0.0172414 0.0172414
-common [X][X] and a [X][X] [X] ||| gemeinsamen [X][X] und ein [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0588235 0.0588235
-common [X][X] a [X][X] [X] ||| gemeinsamen [X][X] ein [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0588235 0.0588235
-common [X][X] a proposal [X][X] [X] ||| gemeinsamen [X][X] ein Vorschlag [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0588235 0.0588235
-common [X][X] proposal [X][X] [X] ||| gemeinsamen [X][X] Vorschlag [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0588235 0.0588235
-common [X][X] to subvert it [X] ||| gemeinsamen [X][X] , diesen zu unterlaufen [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.0454545 0.0454545
-[X][X] and a [X][X] [X] ||| [X][X] und ein [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.0454545 0.0454545
-[X][X] and a proposal [X][X] [X] ||| [X][X] und ein Vorschlag [X][X] , [X] ||| 1 ||| 0-0 4-4 ||| 0.0454545 0.0454545
-[X][X] a [X][X] [X] ||| [X][X] ein [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.0454545 0.0454545
-[X][X] a proposal [X][X] [X] ||| [X][X] ein Vorschlag [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.0454545 0.0454545
-fisheries policy [X][X] proposal [X][X] [X] ||| Fischereipolitik darstellt [X][X] Vorschlag [X][X] , [X] ||| 1 ||| 2-2 4-4 ||| 0.0454545 0.0454545
-fisheries policy [X][X] [X] ||| Fischereipolitik darstellt [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0454545 0.0454545
-fisheries policy and [X][X] [X] ||| Fischereipolitik darstellt und [X][X] , [X] ||| 1 ||| 3-3 ||| 0.0454545 0.0454545
-fisheries policy and a [X][X] [X] ||| Fischereipolitik darstellt und ein [X][X] , [X] ||| 1 ||| 4-4 ||| 0.0454545 0.0454545
-[X][X] to subvert it [X][X] [X] ||| [X][X] , diesen zu unterlaufen [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.166667 0.0833333
-[X][X] to subvert it [X][X] [X] ||| [X][X] , diesen zu unterlaufen , [X][X] [X] ||| 1 ||| 0-0 4-6 ||| 0.166667 0.0833333
-a [X][X] would be [X][X] [X] ||| ein [X][X] [X][X] wäre [X] ||| 1 ||| 1-1 4-2 ||| 0.25 0.166667
-a [X][X] would be [X][X] [X] ||| ein [X][X] , [X][X] wäre [X] ||| 1 ||| 1-1 4-3 ||| 0.25 0.0833333
-proposal [X][X] . [X] ||| Vorschlag [X][X] . [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-I [X] ||| ich [X] ||| 1 ||| ||| 2 2
-know [X] ||| wissen [X] ||| 1 ||| ||| 1 1
-whether [X] ||| ob [X] ||| 1 ||| ||| 2 2
-one [X] ||| es [X] ||| 1 ||| ||| 1 1
-can [X] ||| möglich [X] ||| 1 ||| ||| 1 1
-can raise [X] ||| möglich [X] ||| 1 ||| ||| 1 1
-an [X] ||| einen [X] ||| 1 ||| ||| 1 1
-raise an [X] ||| einen [X] ||| 1 ||| ||| 1 1
-something [X] ||| ein [X] ||| 1 ||| ||| 1 1
-of [X] ||| zu [X] ||| 1 ||| ||| 1 1
-kind [X] ||| erheben [X] ||| 1 ||| ||| 1 1
-that [X] ||| , [X] ||| 1 ||| ||| 1 1
-to [X] ||| bei [X] ||| 1 ||| ||| 1 1
-is [X] ||| sich [X] ||| 1 ||| ||| 1 1
-a [X] ||| einen [X] ||| 1 ||| ||| 1 1
-report [X] ||| Bericht [X] ||| 1 ||| ||| 1 1
-, [X] ||| und [X] ||| 1 ||| ||| 1 1
-not a [X] ||| keinen [X] ||| 1 ||| ||| 1 1
-legislative proposal [X] ||| Legislativvorschlag [X] ||| 1 ||| ||| 1 1
-is [X] ||| handelt [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 1 1
-and [X] ||| und [X] ||| 1 ||| ||| 1 1
-on [X] ||| zu [X] ||| 1 ||| ||| 1 1
-do [X] ||| tun [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-whether one [X] ||| ob es [X] ||| 1 ||| ||| 1 1
-one can [X] ||| es möglich [X] ||| 1 ||| ||| 1 1
-one can raise [X] ||| es möglich [X] ||| 1 ||| ||| 0.5 0.5
-one [X][X] [X] ||| es [X][X] [X] ||| 1 ||| 1-1 ||| 1.20022 1.20022
-can [X] ||| möglich ist [X] ||| 1 ||| ||| 1 1
-can raise [X] ||| möglich ist [X] ||| 1 ||| ||| 1 1
-an [X] ||| , einen [X] ||| 1 ||| ||| 1 1
-raise an [X] ||| , einen [X] ||| 1 ||| ||| 1 1
-objection [X] ||| Einwand gegen [X] ||| 1 ||| ||| 1 1
-something [X] ||| ein Dokument [X] ||| 1 ||| ||| 1 1
-of [X] ||| Dokument zu [X] ||| 1 ||| ||| 1 1
-that kind [X] ||| erheben , [X] ||| 1 ||| ||| 1 1
-what [X] ||| dem es [X] ||| 1 ||| ||| 1 1
-merely [X] ||| lediglich um [X] ||| 1 ||| ||| 1 1
-a report [X] ||| einen Bericht [X] ||| 1 ||| ||| 1 1
-report , [X] ||| Bericht und [X] ||| 1 ||| ||| 1 1
-, not a [X] ||| und keinen [X] ||| 1 ||| ||| 0.5 0.5
-, [X][X] [X] ||| und [X][X] [X] ||| 1 ||| 1-1 ||| 0.7 0.7
-not a legislative proposal [X] ||| keinen Legislativvorschlag [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] legislative proposal [X] ||| [X][X] Legislativvorschlag [X] ||| 1 ||| 0-0 ||| 0.874415 0.874415
-not a [X][X] [X] ||| keinen [X][X] [X] ||| 1 ||| 2-1 ||| 0.333333 0.333333
-, and [X] ||| , und [X] ||| 1 ||| ||| 1 1
-and whether [X] ||| und ob [X] ||| 1 ||| ||| 1 1
-can competently [X] ||| befugt bin [X] ||| 1 ||| ||| 1 1
-that [X] ||| , dies [X] ||| 1 ||| ||| 1 1
-Thursday [X] ||| am Donnerstag [X] ||| 1 ||| ||| 1 1
-do on [X] ||| zu tun [X] ||| 1 ||| ||| 1 1
-want to know [X] ||| möchte wissen , [X] ||| 1 ||| ||| 1 1
-whether one can [X] ||| ob es möglich [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] can [X] ||| [X][X] möglich [X] ||| 1 ||| 0-0 ||| 0.576191 0.576191
-whether [X][X] [X] ||| ob [X][X] [X] ||| 1 ||| 1-1 ||| 1.26146 1.26146
-whether one can raise [X] ||| ob es möglich [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] can raise [X] ||| [X][X] möglich [X] ||| 1 ||| 0-0 ||| 0.3625 0.3625
-whether [X][X] raise [X] ||| ob [X][X] [X] ||| 1 ||| 1-1 ||| 0.415909 0.415909
-whether one [X][X] [X] ||| ob es [X][X] [X] ||| 1 ||| 2-2 ||| 0.478131 0.478131
-one can [X] ||| es möglich ist [X] ||| 1 ||| ||| 1 1
-one can raise [X] ||| es möglich ist [X] ||| 1 ||| ||| 0.333333 0.333333
-one [X][X] [X] ||| es [X][X] ist [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-can [X] ||| möglich ist , [X] ||| 1 ||| ||| 1 1
-can raise [X] ||| möglich ist , [X] ||| 1 ||| ||| 1 1
-an [X] ||| ist , einen [X] ||| 1 ||| ||| 1 1
-raise an [X] ||| ist , einen [X] ||| 1 ||| ||| 1 1
-an objection [X] ||| einen Einwand gegen [X] ||| 1 ||| ||| 1 1
-raise an objection [X] ||| einen Einwand gegen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] objection [X] ||| [X][X] Einwand gegen [X] ||| 1 ||| 0-0 ||| 1.22244 1.22244
-of that kind [X] ||| zu erheben , [X] ||| 1 ||| ||| 0.5 0.5
-of [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| 1-1 ||| 1.06454 1.06454
-that kind to [X] ||| erheben , bei [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] to [X] ||| [X][X] bei [X] ||| 1 ||| 0-0 ||| 0.95 0.95
-to what [X] ||| bei dem es [X] ||| 1 ||| ||| 1 1
-what is [X] ||| dem es sich [X] ||| 1 ||| ||| 1 1
-is merely [X] ||| sich lediglich um [X] ||| 1 ||| ||| 1 1
-merely a [X] ||| lediglich um einen [X] ||| 1 ||| ||| 1 1
-a report , [X] ||| einen Bericht und [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] , [X] ||| [X][X] und [X] ||| 1 ||| 0-0 ||| 0.678023 0.678023
-a [X][X] [X] ||| einen [X][X] [X] ||| 1 ||| 1-1 ||| 0.541667 0.541667
-report , not a [X] ||| Bericht und keinen [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] not a [X] ||| [X][X] keinen [X] ||| 1 ||| 0-0 ||| 0.558333 0.558333
-report [X][X] [X] ||| Bericht [X][X] [X] ||| 1 ||| 1-1 ||| 0.375 0.375
-report , [X][X] [X] ||| Bericht und [X][X] [X] ||| 1 ||| 2-2 ||| 0.375 0.375
-, not a legislative proposal [X] ||| und keinen Legislativvorschlag [X] ||| 1 ||| ||| 0.2 0.2
-, [X][X] legislative proposal [X] ||| und [X][X] Legislativvorschlag [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-, not a [X][X] [X] ||| und keinen [X][X] [X] ||| 1 ||| 3-2 ||| 0.2 0.2
-, and whether [X] ||| , und ob [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] whether [X] ||| [X][X] ob [X] ||| 1 ||| 0-0 ||| 1.08333 1.08333
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-I can competently [X] ||| ich befugt bin [X] ||| 1 ||| ||| 0.5 0.5
-I [X][X] [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 1.78736 1.78736
-on Thursday [X] ||| am Donnerstag zu [X] ||| 1 ||| ||| 1 1
-I want to know [X] ||| ich möchte wissen , [X] ||| 1 ||| ||| 0.5 0.5
-want to know whether [X] ||| möchte wissen , ob [X] ||| 1 ||| ||| 0.5 0.5
-whether one can [X] ||| ob es möglich ist [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] can [X] ||| [X][X] möglich ist [X] ||| 1 ||| 0-0 ||| 0.421429 0.421429
-whether [X][X] [X] ||| ob [X][X] ist [X] ||| 1 ||| 1-1 ||| 0.375 0.375
-whether one can raise [X] ||| ob es möglich ist [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] can raise [X] ||| [X][X] möglich ist [X] ||| 1 ||| 0-0 ||| 0.220861 0.220861
-whether [X][X] raise [X] ||| ob [X][X] ist [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-whether one [X][X] [X] ||| ob es [X][X] ist [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-one can [X] ||| es möglich ist , [X] ||| 1 ||| ||| 1 1
-one can raise [X] ||| es möglich ist , [X] ||| 1 ||| ||| 0.25 0.25
-one [X][X] [X] ||| es [X][X] ist , [X] ||| 1 ||| 1-1 ||| 0.5 0.25
-one [X][X] [X] ||| es [X][X] , [X] ||| 1 ||| 1-1 ||| 0.5 0.25
-can raise an [X] ||| möglich ist , einen [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] an [X] ||| [X][X] ist , einen [X] ||| 1 ||| 0-0 ||| 0.89751 0.29917
-[X][X] an [X] ||| [X][X] , einen [X] ||| 1 ||| 0-0 ||| 0.89751 0.29917
-[X][X] an [X] ||| [X][X] einen [X] ||| 1 ||| 0-0 ||| 0.89751 0.29917
-can [X][X] [X] ||| möglich [X][X] [X] ||| 1 ||| 1-1 ||| 0.642858 0.214286
-can [X][X] [X] ||| möglich ist [X][X] [X] ||| 1 ||| 1-2 ||| 0.642858 0.214286
-can [X][X] [X] ||| möglich ist , [X][X] [X] ||| 1 ||| 1-3 ||| 0.642858 0.214286
-an objection [X] ||| , einen Einwand gegen [X] ||| 1 ||| ||| 1 1
-raise an objection [X] ||| , einen Einwand gegen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] objection [X] ||| , [X][X] Einwand gegen [X] ||| 1 ||| 0-1 ||| 0.333333 0.333333
-of that kind [X] ||| Dokument zu erheben , [X] ||| 1 ||| ||| 0.5 0.5
-of [X][X] [X] ||| Dokument zu [X][X] [X] ||| 1 ||| 1-2 ||| 0.910648 0.910648
-of that kind to [X] ||| zu erheben , bei [X] ||| 1 ||| ||| 0.25 0.25
-of [X][X] to [X] ||| zu [X][X] bei [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-to what is [X] ||| bei dem es sich [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] is [X] ||| [X][X] sich [X] ||| 1 ||| 0-0 ||| 0.604167 0.604167
-to [X][X] [X] ||| bei [X][X] [X] ||| 1 ||| 1-1 ||| 0.706595 0.706595
-is merely a [X] ||| sich lediglich um einen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] a [X] ||| [X][X] einen [X] ||| 1 ||| 0-0 ||| 0.674242 0.674242
-is [X][X] [X] ||| sich [X][X] [X] ||| 1 ||| 1-1 ||| 0.680195 0.680195
-merely a report [X] ||| lediglich um einen Bericht [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] report [X] ||| [X][X] Bericht [X] ||| 1 ||| 0-0 ||| 0.679255 0.679255
-merely [X][X] [X] ||| lediglich um [X][X] [X] ||| 1 ||| 1-2 ||| 0.630252 0.630252
-a report , not a [X] ||| einen Bericht und keinen [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , not a [X] ||| [X][X] und keinen [X] ||| 1 ||| 0-0 ||| 0.308333 0.308333
-[X][X] , [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.524415 0.524415
-a [X][X] not a [X] ||| einen [X][X] keinen [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-a report [X][X] [X] ||| einen Bericht [X][X] [X] ||| 1 ||| 2-2 ||| 0.208333 0.208333
-a report , [X][X] [X] ||| einen Bericht und [X][X] [X] ||| 1 ||| 3-3 ||| 0.208333 0.208333
-[X][X] not a legislative proposal [X] ||| [X][X] keinen Legislativvorschlag [X] ||| 1 ||| 0-0 ||| 0.341082 0.341082
-[X][X] not a [X][X] [X] ||| [X][X] keinen [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.341082 0.341082
-report [X][X] legislative proposal [X] ||| Bericht [X][X] Legislativvorschlag [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-report , [X][X] legislative proposal [X] ||| Bericht und [X][X] Legislativvorschlag [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-report , not a [X][X] [X] ||| Bericht und keinen [X][X] [X] ||| 1 ||| 4-3 ||| 0.125 0.125
-do on Thursday [X] ||| am Donnerstag zu tun [X] ||| 1 ||| ||| 0.333333 0.333333
-do [X][X] [X] ||| [X][X] tun [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-[X][X] Thursday [X] ||| am Donnerstag [X][X] [X] ||| 1 ||| 0-2 ||| 0.333333 0.333333
-I want to know whether [X] ||| ich möchte wissen , ob [X] ||| 1 ||| ||| 0.25 0.25
-I [X][X] whether [X] ||| ich [X][X] ob [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-want to know whether one [X] ||| möchte wissen , ob es [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] whether one [X] ||| [X][X] ob es [X] ||| 1 ||| 0-0 ||| 0.416667 0.416667
-[X][X] one [X] ||| [X][X] es [X] ||| 1 ||| 0-0 ||| 0.416667 0.416667
-want to know [X][X] [X] ||| möchte wissen , [X][X] [X] ||| 1 ||| 3-3 ||| 0.797297 0.797297
-whether one can [X] ||| ob es möglich ist , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] can [X] ||| [X][X] möglich ist , [X] ||| 1 ||| 0-0 ||| 0.332479 0.332479
-whether [X][X] [X] ||| ob [X][X] ist , [X] ||| 1 ||| 1-1 ||| 0.581818 0.290909
-whether [X][X] [X] ||| ob [X][X] , [X] ||| 1 ||| 1-1 ||| 0.581818 0.290909
-whether one can raise [X] ||| ob es möglich ist , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] can raise [X] ||| [X][X] möglich ist , [X] ||| 1 ||| 0-0 ||| 0.158892 0.158892
-whether [X][X] raise [X] ||| ob [X][X] ist , [X] ||| 1 ||| 1-1 ||| 0.181818 0.0909091
-whether [X][X] raise [X] ||| ob [X][X] , [X] ||| 1 ||| 1-1 ||| 0.181818 0.0909091
-whether one [X][X] [X] ||| ob es [X][X] ist , [X] ||| 1 ||| 2-2 ||| 0.181818 0.0909091
-whether one [X][X] [X] ||| ob es [X][X] , [X] ||| 1 ||| 2-2 ||| 0.181818 0.0909091
-one can raise an [X] ||| es möglich ist , einen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] raise an [X] ||| [X][X] ist , einen [X] ||| 1 ||| 0-0 ||| 0.468939 0.156313
-[X][X] raise an [X] ||| [X][X] , einen [X] ||| 1 ||| 0-0 ||| 0.468939 0.156313
-[X][X] raise an [X] ||| [X][X] einen [X] ||| 1 ||| 0-0 ||| 0.468939 0.156313
-one [X][X] an [X] ||| es [X][X] ist , einen [X] ||| 1 ||| 1-1 ||| 0.214286 0.0714286
-one [X][X] an [X] ||| es [X][X] , einen [X] ||| 1 ||| 1-1 ||| 0.214286 0.0714286
-one [X][X] an [X] ||| es [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.214286 0.0714286
-one can [X][X] [X] ||| es möglich [X][X] [X] ||| 1 ||| 2-2 ||| 0.350649 0.116883
-one can [X][X] [X] ||| es möglich ist [X][X] [X] ||| 1 ||| 2-3 ||| 0.350649 0.116883
-one can [X][X] [X] ||| es möglich ist , [X][X] [X] ||| 1 ||| 2-4 ||| 0.350649 0.116883
-an objection [X] ||| ist , einen Einwand gegen [X] ||| 1 ||| ||| 1 1
-raise an objection [X] ||| ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] objection [X] ||| ist [X][X] Einwand gegen [X] ||| 1 ||| 0-1 ||| 0.5 0.25
-[X][X] objection [X] ||| ist , [X][X] Einwand gegen [X] ||| 1 ||| 0-2 ||| 0.5 0.25
-of that kind to [X] ||| Dokument zu erheben , bei [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] to [X] ||| Dokument [X][X] bei [X] ||| 1 ||| 0-1 ||| 0.2 0.2
-of [X][X] to [X] ||| Dokument zu [X][X] bei [X] ||| 1 ||| 1-2 ||| 0.2 0.2
-that kind to what [X] ||| erheben , bei dem es [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] to what [X] ||| [X][X] bei dem es [X] ||| 1 ||| 0-0 ||| 0.503968 0.503968
-[X][X] what [X] ||| [X][X] dem es [X] ||| 1 ||| 0-0 ||| 0.503968 0.503968
-that kind [X][X] [X] ||| erheben , [X][X] [X] ||| 1 ||| 2-2 ||| 0.529762 0.529762
-what is merely [X] ||| dem es sich lediglich um [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] merely [X] ||| [X][X] lediglich um [X] ||| 1 ||| 0-0 ||| 0.661097 0.661097
-what [X][X] [X] ||| dem es [X][X] [X] ||| 1 ||| 1-2 ||| 0.711513 0.711513
-is merely a report [X] ||| sich lediglich um einen Bericht [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] a report [X] ||| [X][X] einen Bericht [X] ||| 1 ||| 0-0 ||| 0.345922 0.345922
-is [X][X] report [X] ||| sich [X][X] Bericht [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-is merely [X][X] [X] ||| sich lediglich um [X][X] [X] ||| 1 ||| 2-3 ||| 0.346861 0.346861
-merely a report , [X] ||| lediglich um einen Bericht und [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] report , [X] ||| [X][X] Bericht und [X] ||| 1 ||| 0-0 ||| 0.34469 0.34469
-merely [X][X] , [X] ||| lediglich um [X][X] und [X] ||| 1 ||| 1-2 ||| 0.166667 0.166667
-merely a [X][X] [X] ||| lediglich um einen [X][X] [X] ||| 1 ||| 2-3 ||| 0.296919 0.296919
-[X][X] , [X][X] legislative proposal [X] ||| [X][X] und [X][X] Legislativvorschlag [X] ||| 1 ||| 0-0 2-2 ||| 0.216082 0.216082
-[X][X] , not a [X][X] [X] ||| [X][X] und keinen [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.216082 0.216082
-a [X][X] not a [X][X] [X] ||| einen [X][X] keinen [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0833333 0.0833333
-a [X][X] legislative proposal [X] ||| einen [X][X] Legislativvorschlag [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-a report [X][X] legislative proposal [X] ||| einen Bericht [X][X] Legislativvorschlag [X] ||| 1 ||| 2-2 ||| 0.0833333 0.0833333
-do on Thursday . [X] ||| am Donnerstag zu tun . [X] ||| 1 ||| ||| 0.25 0.25
-do [X][X] . [X] ||| [X][X] tun . [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-[X][X] Thursday . [X] ||| am Donnerstag [X][X] . [X] ||| 1 ||| 0-2 ||| 0.25 0.25
-I [X][X] whether one [X] ||| ich [X][X] ob es [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-I [X][X] one [X] ||| ich [X][X] es [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-I want to know [X][X] [X] ||| ich möchte wissen , [X][X] [X] ||| 1 ||| 4-4 ||| 0.537361 0.537361
-[X][X] whether one can [X] ||| [X][X] ob es möglich [X] ||| 1 ||| 0-0 ||| 0.242857 0.242857
-[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.917992 0.917992
-[X][X] one can [X] ||| [X][X] es möglich [X] ||| 1 ||| 0-0 ||| 0.242857 0.242857
-want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich [X] ||| 1 ||| 3-3 ||| 0.142857 0.142857
-want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] [X] ||| 1 ||| 4-4 ||| 0.547297 0.547297
-[X][X] whether one can raise [X] ||| [X][X] ob es möglich [X] ||| 1 ||| 0-0 ||| 0.1625 0.1625
-[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.326343 0.326343
-[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.371227 0.371227
-[X][X] one can raise [X] ||| [X][X] es möglich [X] ||| 1 ||| 0-0 ||| 0.1625 0.1625
-[X][X] one [X][X] [X] ||| [X][X] es [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.371227 0.371227
-want to know [X][X] raise [X] ||| möchte wissen , [X][X] [X] ||| 1 ||| 3-3 ||| 0.20049 0.20049
-whether one can raise an [X] ||| ob es möglich ist , einen [X] ||| 1 ||| ||| 0.04 0.04
-[X][X] can raise an [X] ||| [X][X] möglich ist , einen [X] ||| 1 ||| 0-0 ||| 0.0848842 0.0848842
-[X][X] can [X][X] [X] ||| [X][X] möglich [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.321318 0.107106
-[X][X] can [X][X] [X] ||| [X][X] möglich ist [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.321318 0.107106
-[X][X] can [X][X] [X] ||| [X][X] möglich ist , [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.321318 0.107106
-whether [X][X] raise an [X] ||| ob [X][X] ist , einen [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-whether [X][X] an [X] ||| ob [X][X] ist , einen [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-whether [X][X] raise an [X] ||| ob [X][X] , einen [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-whether [X][X] an [X] ||| ob [X][X] , einen [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-whether [X][X] raise an [X] ||| ob [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-whether [X][X] an [X] ||| ob [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-whether one [X][X] an [X] ||| ob es [X][X] ist , einen [X] ||| 1 ||| 2-2 ||| 0.12 0.04
-whether one [X][X] an [X] ||| ob es [X][X] , einen [X] ||| 1 ||| 2-2 ||| 0.12 0.04
-whether one [X][X] an [X] ||| ob es [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.12 0.04
-whether one can [X][X] [X] ||| ob es möglich [X][X] [X] ||| 1 ||| 3-3 ||| 0.186667 0.0622222
-whether one can [X][X] [X] ||| ob es möglich ist [X][X] [X] ||| 1 ||| 3-4 ||| 0.186667 0.0622222
-whether one can [X][X] [X] ||| ob es möglich ist , [X][X] [X] ||| 1 ||| 3-5 ||| 0.186667 0.0622222
-can raise an objection [X] ||| möglich ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] an objection [X] ||| [X][X] ist , einen Einwand gegen [X] ||| 1 ||| 0-0 ||| 0.417315 0.139105
-[X][X] an objection [X] ||| [X][X] , einen Einwand gegen [X] ||| 1 ||| 0-0 ||| 0.417315 0.139105
-[X][X] an objection [X] ||| [X][X] einen Einwand gegen [X] ||| 1 ||| 0-0 ||| 0.417315 0.139105
-can [X][X] objection [X] ||| möglich [X][X] Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-can raise [X][X] [X] ||| möglich [X][X] [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-can [X][X] objection [X] ||| möglich ist [X][X] Einwand gegen [X] ||| 1 ||| 1-2 ||| 0.0714286 0.0714286
-can raise [X][X] [X] ||| möglich ist [X][X] [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-can [X][X] objection [X] ||| möglich ist , [X][X] Einwand gegen [X] ||| 1 ||| 1-3 ||| 0.0714286 0.0714286
-can raise [X][X] [X] ||| möglich ist , [X][X] [X] ||| 1 ||| 2-3 ||| 0.0714286 0.0714286
-of that kind to what [X] ||| zu erheben , bei dem es [X] ||| 1 ||| ||| 0.142857 0.142857
-of [X][X] to what [X] ||| zu [X][X] bei dem es [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-of [X][X] what [X] ||| zu [X][X] dem es [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-of that kind [X][X] [X] ||| zu erheben , [X][X] [X] ||| 1 ||| 3-3 ||| 0.314536 0.314536
-that kind to what is [X] ||| erheben , bei dem es sich [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] to what is [X] ||| [X][X] bei dem es sich [X] ||| 1 ||| 0-0 ||| 0.270833 0.270833
-[X][X] to [X][X] [X] ||| [X][X] bei [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.550978 0.550978
-[X][X] what is [X] ||| [X][X] dem es sich [X] ||| 1 ||| 0-0 ||| 0.270833 0.270833
-that kind [X][X] is [X] ||| erheben , [X][X] sich [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-that kind to [X][X] [X] ||| erheben , bei [X][X] [X] ||| 1 ||| 3-3 ||| 0.279762 0.279762
-to what is merely [X] ||| bei dem es sich lediglich um [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] is merely [X] ||| [X][X] sich lediglich um [X] ||| 1 ||| 0-0 ||| 0.327764 0.327764
-to [X][X] merely [X] ||| bei [X][X] lediglich um [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-to what [X][X] [X] ||| bei dem es [X][X] [X] ||| 1 ||| 2-3 ||| 0.373262 0.373262
-what is merely a [X] ||| dem es sich lediglich um einen [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] merely a [X] ||| [X][X] lediglich um einen [X] ||| 1 ||| 0-0 ||| 0.340909 0.340909
-what [X][X] a [X] ||| dem es [X][X] einen [X] ||| 1 ||| 1-2 ||| 0.166667 0.166667
-what is [X][X] [X] ||| dem es sich [X][X] [X] ||| 1 ||| 2-3 ||| 0.37818 0.37818
-is merely a report , [X] ||| sich lediglich um einen Bericht und [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] a report , [X] ||| [X][X] einen Bericht und [X] ||| 1 ||| 0-0 ||| 0.178023 0.178023
-[X][X] a [X][X] [X] ||| [X][X] einen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.363853 0.363853
-is [X][X] report , [X] ||| sich [X][X] Bericht und [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-is [X][X] , [X] ||| sich [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-is merely [X][X] , [X] ||| sich lediglich um [X][X] und [X] ||| 1 ||| 2-3 ||| 0.0909091 0.0909091
-is merely a [X][X] [X] ||| sich lediglich um einen [X][X] [X] ||| 1 ||| 3-4 ||| 0.180195 0.180195
-[X][X] report , not a [X] ||| [X][X] Bericht und keinen [X] ||| 1 ||| 0-0 ||| 0.183333 0.183333
-[X][X] report [X][X] [X] ||| [X][X] Bericht [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.316082 0.316082
-[X][X] report , [X][X] [X] ||| [X][X] Bericht und [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.316082 0.316082
-merely [X][X] , not a [X] ||| lediglich um [X][X] und keinen [X] ||| 1 ||| 1-2 ||| 0.0714286 0.0714286
-merely [X][X] , [X][X] [X] ||| lediglich um [X][X] und [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.130252 0.130252
-merely [X][X] not a [X] ||| lediglich um [X][X] keinen [X] ||| 1 ||| 1-2 ||| 0.0714286 0.0714286
-merely a [X][X] not a [X] ||| lediglich um einen [X][X] keinen [X] ||| 1 ||| 2-3 ||| 0.0714286 0.0714286
-merely a report [X][X] [X] ||| lediglich um einen Bericht [X][X] [X] ||| 1 ||| 3-4 ||| 0.130252 0.130252
-merely a report , [X][X] [X] ||| lediglich um einen Bericht und [X][X] [X] ||| 1 ||| 4-5 ||| 0.130252 0.130252
-I [X][X] whether one can [X] ||| ich [X][X] ob es möglich [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.370694 0.370694
-I [X][X] one can [X] ||| ich [X][X] es möglich [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-I [X][X] can [X] ||| ich [X][X] möglich [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.125853 0.125853
-I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.14371 0.14371
-I [X][X] one can raise [X] ||| ich [X][X] es möglich [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.14371 0.14371
-I [X][X] can raise [X] ||| ich [X][X] möglich [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-I [X][X] raise [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 0.125853 0.125853
-[X][X] whether one can [X] ||| [X][X] ob es möglich ist [X] ||| 1 ||| 0-0 ||| 0.171429 0.171429
-[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] ist [X] ||| 1 ||| 0-0 2-2 ||| 0.267289 0.267289
-[X][X] one can [X] ||| [X][X] es möglich ist [X] ||| 1 ||| 0-0 ||| 0.171429 0.171429
-want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich ist [X] ||| 1 ||| 3-3 ||| 0.1 0.1
-want to know [X][X] [X] ||| möchte wissen , [X][X] ist [X] ||| 1 ||| 3-3 ||| 0.158824 0.158824
-want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] ist [X] ||| 1 ||| 4-4 ||| 0.158824 0.158824
-[X][X] whether one can raise [X] ||| [X][X] ob es möglich ist [X] ||| 1 ||| 0-0 ||| 0.0958606 0.0958606
-[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] ist [X] ||| 1 ||| 0-0 2-2 ||| 0.0958606 0.0958606
-[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] ist [X] ||| 1 ||| 0-0 3-3 ||| 0.0958606 0.0958606
-[X][X] one can raise [X] ||| [X][X] es möglich ist [X] ||| 1 ||| 0-0 ||| 0.0958606 0.0958606
-[X][X] one [X][X] [X] ||| [X][X] es [X][X] ist [X] ||| 1 ||| 0-0 2-2 ||| 0.0958606 0.0958606
-want to know [X][X] raise [X] ||| möchte wissen , [X][X] ist [X] ||| 1 ||| 3-3 ||| 0.0588235 0.0588235
-one can raise an objection [X] ||| es möglich ist , einen Einwand gegen [X] ||| 1 ||| ||| 0.0454545 0.0454545
-[X][X] raise an objection [X] ||| [X][X] ist , einen Einwand gegen [X] ||| 1 ||| 0-0 ||| 0.20303 0.0676768
-[X][X] raise an objection [X] ||| [X][X] , einen Einwand gegen [X] ||| 1 ||| 0-0 ||| 0.20303 0.0676768
-[X][X] raise an objection [X] ||| [X][X] einen Einwand gegen [X] ||| 1 ||| 0-0 ||| 0.20303 0.0676768
-one [X][X] an objection [X] ||| es [X][X] ist , einen Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.136363 0.0454545
-one [X][X] an objection [X] ||| es [X][X] , einen Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.136363 0.0454545
-one [X][X] an objection [X] ||| es [X][X] einen Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.136363 0.0454545
-one [X][X] objection [X] ||| es [X][X] Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-one can [X][X] objection [X] ||| es möglich [X][X] Einwand gegen [X] ||| 1 ||| 2-2 ||| 0.0454545 0.0454545
-one can raise [X][X] [X] ||| es möglich [X][X] [X] ||| 1 ||| 3-2 ||| 0.0454545 0.0454545
-one can [X][X] objection [X] ||| es möglich ist [X][X] Einwand gegen [X] ||| 1 ||| 2-3 ||| 0.0454545 0.0454545
-one can raise [X][X] [X] ||| es möglich ist [X][X] [X] ||| 1 ||| 3-3 ||| 0.0454545 0.0454545
-one can [X][X] objection [X] ||| es möglich ist , [X][X] Einwand gegen [X] ||| 1 ||| 2-4 ||| 0.0454545 0.0454545
-one can raise [X][X] [X] ||| es möglich ist , [X][X] [X] ||| 1 ||| 3-4 ||| 0.0454545 0.0454545
-of that kind to what [X] ||| Dokument zu erheben , bei dem es [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] to what [X] ||| Dokument [X][X] bei dem es [X] ||| 1 ||| 0-1 ||| 0.111111 0.111111
-[X][X] what [X] ||| Dokument [X][X] dem es [X] ||| 1 ||| 0-1 ||| 0.111111 0.111111
-of [X][X] to what [X] ||| Dokument zu [X][X] bei dem es [X] ||| 1 ||| 1-2 ||| 0.111111 0.111111
-of [X][X] what [X] ||| Dokument zu [X][X] dem es [X] ||| 1 ||| 1-2 ||| 0.111111 0.111111
-of that kind [X][X] [X] ||| Dokument zu erheben , [X][X] [X] ||| 1 ||| 3-4 ||| 0.210648 0.210648
-of [X][X] to what is [X] ||| zu [X][X] bei dem es sich [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-of [X][X] to [X][X] [X] ||| zu [X][X] bei [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.171679 0.171679
-of [X][X] what is [X] ||| zu [X][X] dem es sich [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-of [X][X] is [X] ||| zu [X][X] sich [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-of that kind [X][X] is [X] ||| zu erheben , [X][X] sich [X] ||| 1 ||| 3-3 ||| 0.0833333 0.0833333
-of that kind to [X][X] [X] ||| zu erheben , bei [X][X] [X] ||| 1 ||| 4-4 ||| 0.171679 0.171679
-to what is merely a [X] ||| bei dem es sich lediglich um einen [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] is merely a [X] ||| [X][X] sich lediglich um einen [X] ||| 1 ||| 0-0 ||| 0.174242 0.174242
-[X][X] is [X][X] [X] ||| [X][X] sich [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.325642 0.325642
-to [X][X] merely a [X] ||| bei [X][X] lediglich um einen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-to [X][X] a [X] ||| bei [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-to what [X][X] a [X] ||| bei dem es [X][X] einen [X] ||| 1 ||| 2-3 ||| 0.0909091 0.0909091
-to what is [X][X] [X] ||| bei dem es sich [X][X] [X] ||| 1 ||| 3-4 ||| 0.206595 0.206595
-what is merely a report [X] ||| dem es sich lediglich um einen Bericht [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] merely a report [X] ||| [X][X] lediglich um einen Bericht [X] ||| 1 ||| 0-0 ||| 0.179255 0.179255
-[X][X] merely [X][X] [X] ||| [X][X] lediglich um [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.362913 0.362913
-what [X][X] a report [X] ||| dem es [X][X] einen Bericht [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-what [X][X] report [X] ||| dem es [X][X] Bericht [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-what is [X][X] report [X] ||| dem es sich [X][X] Bericht [X] ||| 1 ||| 2-3 ||| 0.0909091 0.0909091
-what is merely [X][X] [X] ||| dem es sich lediglich um [X][X] [X] ||| 1 ||| 3-5 ||| 0.211513 0.211513
-[X][X] a [X][X] not a [X] ||| [X][X] einen [X][X] keinen [X] ||| 1 ||| 0-0 2-2 ||| 0.111905 0.111905
-[X][X] a report [X][X] [X] ||| [X][X] einen Bericht [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.185829 0.185829
-[X][X] a report , [X][X] [X] ||| [X][X] einen Bericht und [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.185829 0.185829
-is [X][X] report [X][X] [X] ||| sich [X][X] Bericht [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0892857 0.0892857
-is [X][X] report , [X][X] [X] ||| sich [X][X] Bericht und [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0892857 0.0892857
-is [X][X] , not a [X] ||| sich [X][X] und keinen [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-is [X][X] , [X][X] [X] ||| sich [X][X] und [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0892857 0.0892857
-is [X][X] not a [X] ||| sich [X][X] keinen [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-is merely [X][X] , [X][X] [X] ||| sich lediglich um [X][X] und [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0892857 0.0892857
-is merely [X][X] not a [X] ||| sich lediglich um [X][X] keinen [X] ||| 1 ||| 2-3 ||| 0.047619 0.047619
-is merely a report [X][X] [X] ||| sich lediglich um einen Bericht [X][X] [X] ||| 1 ||| 4-5 ||| 0.0892857 0.0892857
-[X][X] report [X][X] legislative proposal [X] ||| [X][X] Bericht [X][X] Legislativvorschlag [X] ||| 1 ||| 0-0 2-2 ||| 0.132748 0.132748
-merely [X][X] not a [X][X] [X] ||| lediglich um [X][X] keinen [X][X] [X] ||| 1 ||| 1-2 4-4 ||| 0.0588235 0.0588235
-merely [X][X] legislative proposal [X] ||| lediglich um [X][X] Legislativvorschlag [X] ||| 1 ||| 1-2 ||| 0.0588235 0.0588235
-merely a [X][X] legislative proposal [X] ||| lediglich um einen [X][X] Legislativvorschlag [X] ||| 1 ||| 2-3 ||| 0.0588235 0.0588235
-I [X][X] whether one can [X] ||| ich [X][X] ob es möglich ist [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] ist [X] ||| 1 ||| 1-1 3-3 ||| 0.108466 0.108466
-I [X][X] one can [X] ||| ich [X][X] es möglich ist [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-I [X][X] can [X] ||| ich [X][X] möglich ist [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-I [X][X] [X] ||| ich [X][X] ist [X] ||| 1 ||| 1-1 ||| 0.108466 0.108466
-I want to know [X][X] [X] ||| ich möchte wissen , [X][X] ist [X] ||| 1 ||| 4-4 ||| 0.108466 0.108466
-I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] ist [X] ||| 1 ||| 1-1 3-3 ||| 0.037037 0.037037
-I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] ist [X] ||| 1 ||| 1-1 4-4 ||| 0.037037 0.037037
-I [X][X] one can raise [X] ||| ich [X][X] es möglich ist [X] ||| 1 ||| 1-1 ||| 0.037037 0.037037
-I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] ist [X] ||| 1 ||| 1-1 3-3 ||| 0.037037 0.037037
-I [X][X] can raise [X] ||| ich [X][X] möglich ist [X] ||| 1 ||| 1-1 ||| 0.037037 0.037037
-I [X][X] raise [X] ||| ich [X][X] ist [X] ||| 1 ||| 1-1 ||| 0.037037 0.037037
-[X][X] whether one can [X] ||| [X][X] ob es möglich ist , [X] ||| 1 ||| 0-0 ||| 0.132479 0.132479
-[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] ist , [X] ||| 1 ||| 0-0 2-2 ||| 0.400922 0.200461
-[X][X] whether [X][X] [X] ||| [X][X] ob [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.400922 0.200461
-[X][X] one can [X] ||| [X][X] es möglich ist , [X] ||| 1 ||| 0-0 ||| 0.132479 0.132479
-want to know [X][X] can [X] ||| möchte wissen , [X][X] möglich ist , [X] ||| 1 ||| 3-3 ||| 0.0769231 0.0769231
-want to know [X][X] [X] ||| möchte wissen , [X][X] ist , [X] ||| 1 ||| 3-3 ||| 0.23718 0.11859
-want to know [X][X] [X] ||| möchte wissen , [X][X] , [X] ||| 1 ||| 3-3 ||| 0.23718 0.11859
-want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] ist , [X] ||| 1 ||| 4-4 ||| 0.23718 0.11859
-want to know whether [X][X] [X] ||| möchte wissen , ob [X][X] , [X] ||| 1 ||| 4-4 ||| 0.23718 0.11859
-[X][X] whether one can raise [X] ||| [X][X] ob es möglich ist , [X] ||| 1 ||| 0-0 ||| 0.0679825 0.0679825
-[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] ist , [X] ||| 1 ||| 0-0 2-2 ||| 0.135965 0.0679825
-[X][X] whether [X][X] raise [X] ||| [X][X] ob [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.135965 0.0679825
-[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] ist , [X] ||| 1 ||| 0-0 3-3 ||| 0.135965 0.0679825
-[X][X] whether one [X][X] [X] ||| [X][X] ob es [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.135965 0.0679825
-[X][X] one can raise [X] ||| [X][X] es möglich ist , [X] ||| 1 ||| 0-0 ||| 0.0679825 0.0679825
-[X][X] one [X][X] [X] ||| [X][X] es [X][X] ist , [X] ||| 1 ||| 0-0 2-2 ||| 0.135965 0.0679825
-[X][X] one [X][X] [X] ||| [X][X] es [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.135965 0.0679825
-want to know [X][X] raise [X] ||| möchte wissen , [X][X] ist , [X] ||| 1 ||| 3-3 ||| 0.0833334 0.0416667
-want to know [X][X] raise [X] ||| möchte wissen , [X][X] , [X] ||| 1 ||| 3-3 ||| 0.0833334 0.0416667
-[X][X] can raise an objection [X] ||| [X][X] möglich ist , einen Einwand gegen [X] ||| 1 ||| 0-0 ||| 0.0222222 0.0222222
-[X][X] can [X][X] objection [X] ||| [X][X] möglich [X][X] Einwand gegen [X] ||| 1 ||| 0-0 2-2 ||| 0.0222222 0.0222222
-[X][X] can raise [X][X] [X] ||| [X][X] möglich [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.0222222 0.0222222
-[X][X] can [X][X] objection [X] ||| [X][X] möglich ist [X][X] Einwand gegen [X] ||| 1 ||| 0-0 2-3 ||| 0.0222222 0.0222222
-[X][X] can raise [X][X] [X] ||| [X][X] möglich ist [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0222222 0.0222222
-[X][X] can [X][X] objection [X] ||| [X][X] möglich ist , [X][X] Einwand gegen [X] ||| 1 ||| 0-0 2-4 ||| 0.0222222 0.0222222
-[X][X] can raise [X][X] [X] ||| [X][X] möglich ist , [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.0222222 0.0222222
-whether [X][X] raise an objection [X] ||| ob [X][X] ist , einen Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-whether [X][X] raise [X][X] [X] ||| ob [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.111111 0.0666667
-whether [X][X] raise [X][X] [X] ||| ob [X][X] ist [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.111111 0.0222222
-whether [X][X] raise [X][X] [X] ||| ob [X][X] ist , [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.111111 0.0222222
-whether [X][X] an objection [X] ||| ob [X][X] ist , einen Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-whether [X][X] raise an objection [X] ||| ob [X][X] , einen Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-whether [X][X] raise [X][X] [X] ||| ob [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0222222 0.0222222
-whether [X][X] an objection [X] ||| ob [X][X] , einen Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-whether [X][X] raise an objection [X] ||| ob [X][X] einen Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-whether [X][X] an objection [X] ||| ob [X][X] einen Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-whether [X][X] objection [X] ||| ob [X][X] Einwand gegen [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-whether one [X][X] an objection [X] ||| ob es [X][X] ist , einen Einwand gegen [X] ||| 1 ||| 2-2 ||| 0.0666666 0.0222222
-whether one [X][X] an objection [X] ||| ob es [X][X] , einen Einwand gegen [X] ||| 1 ||| 2-2 ||| 0.0666666 0.0222222
-whether one [X][X] an objection [X] ||| ob es [X][X] einen Einwand gegen [X] ||| 1 ||| 2-2 ||| 0.0666666 0.0222222
-whether one [X][X] objection [X] ||| ob es [X][X] Einwand gegen [X] ||| 1 ||| 2-2 ||| 0.0222222 0.0222222
-whether one can [X][X] objection [X] ||| ob es möglich [X][X] Einwand gegen [X] ||| 1 ||| 3-3 ||| 0.0222222 0.0222222
-whether one can raise [X][X] [X] ||| ob es möglich [X][X] [X] ||| 1 ||| 4-3 ||| 0.0222222 0.0222222
-whether one can [X][X] objection [X] ||| ob es möglich ist [X][X] Einwand gegen [X] ||| 1 ||| 3-4 ||| 0.0222222 0.0222222
-whether one can raise [X][X] [X] ||| ob es möglich ist [X][X] [X] ||| 1 ||| 4-4 ||| 0.0222222 0.0222222
-whether one can [X][X] objection [X] ||| ob es möglich ist , [X][X] Einwand gegen [X] ||| 1 ||| 3-5 ||| 0.0222222 0.0222222
-whether one can raise [X][X] [X] ||| ob es möglich ist , [X][X] [X] ||| 1 ||| 4-5 ||| 0.0222222 0.0222222
-[X][X] to what is [X] ||| Dokument [X][X] bei dem es sich [X] ||| 1 ||| 0-1 ||| 0.0625 0.0625
-[X][X] to [X][X] [X] ||| Dokument [X][X] bei [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.099537 0.099537
-[X][X] what is [X] ||| Dokument [X][X] dem es sich [X] ||| 1 ||| 0-1 ||| 0.0625 0.0625
-[X][X] is [X] ||| Dokument [X][X] sich [X] ||| 1 ||| 0-1 ||| 0.0625 0.0625
-of [X][X] to what is [X] ||| Dokument zu [X][X] bei dem es sich [X] ||| 1 ||| 1-2 ||| 0.0625 0.0625
-of [X][X] to [X][X] [X] ||| Dokument zu [X][X] bei [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.099537 0.099537
-of [X][X] what is [X] ||| Dokument zu [X][X] dem es sich [X] ||| 1 ||| 1-2 ||| 0.0625 0.0625
-of [X][X] is [X] ||| Dokument zu [X][X] sich [X] ||| 1 ||| 1-2 ||| 0.0625 0.0625
-of that kind [X][X] is [X] ||| Dokument zu erheben , [X][X] sich [X] ||| 1 ||| 3-4 ||| 0.0625 0.0625
-of that kind to [X][X] [X] ||| Dokument zu erheben , bei [X][X] [X] ||| 1 ||| 4-5 ||| 0.099537 0.099537
-[X][X] to what is merely [X] ||| [X][X] bei dem es sich lediglich um [X] ||| 1 ||| 0-0 ||| 0.161097 0.161097
-[X][X] to [X][X] merely [X] ||| [X][X] bei [X][X] lediglich um [X] ||| 1 ||| 0-0 2-2 ||| 0.161097 0.161097
-[X][X] to what [X][X] [X] ||| [X][X] bei dem es [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.280145 0.280145
-[X][X] what is merely [X] ||| [X][X] dem es sich lediglich um [X] ||| 1 ||| 0-0 ||| 0.161097 0.161097
-[X][X] what [X][X] [X] ||| [X][X] dem es [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.280145 0.280145
-that kind [X][X] is merely [X] ||| erheben , [X][X] sich lediglich um [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-that kind [X][X] merely [X] ||| erheben , [X][X] lediglich um [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-that kind to [X][X] merely [X] ||| erheben , bei [X][X] lediglich um [X] ||| 1 ||| 3-3 ||| 0.0714286 0.0714286
-that kind to what [X][X] [X] ||| erheben , bei dem es [X][X] [X] ||| 1 ||| 4-5 ||| 0.154762 0.154762
-[X][X] is merely a report [X] ||| [X][X] sich lediglich um einen Bericht [X] ||| 1 ||| 0-0 ||| 0.0883459 0.0883459
-[X][X] is [X][X] report [X] ||| [X][X] sich [X][X] Bericht [X] ||| 1 ||| 0-0 2-2 ||| 0.0883459 0.0883459
-[X][X] is merely [X][X] [X] ||| [X][X] sich lediglich um [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.1514 0.1514
-to [X][X] merely a report [X] ||| bei [X][X] lediglich um einen Bericht [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-to [X][X] merely [X][X] [X] ||| bei [X][X] lediglich um [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.115686 0.115686
-to [X][X] a report [X] ||| bei [X][X] einen Bericht [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-to [X][X] report [X] ||| bei [X][X] Bericht [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-to what [X][X] a report [X] ||| bei dem es [X][X] einen Bericht [X] ||| 1 ||| 2-3 ||| 0.0526316 0.0526316
-to what [X][X] report [X] ||| bei dem es [X][X] Bericht [X] ||| 1 ||| 2-3 ||| 0.0526316 0.0526316
-to what is [X][X] report [X] ||| bei dem es sich [X][X] Bericht [X] ||| 1 ||| 3-4 ||| 0.0526316 0.0526316
-to what is merely [X][X] [X] ||| bei dem es sich lediglich um [X][X] [X] ||| 1 ||| 4-6 ||| 0.115686 0.115686
-[X][X] merely a report , [X] ||| [X][X] lediglich um einen Bericht und [X] ||| 1 ||| 0-0 ||| 0.0871143 0.0871143
-[X][X] merely [X][X] , [X] ||| [X][X] lediglich um [X][X] und [X] ||| 1 ||| 0-0 2-3 ||| 0.0871143 0.0871143
-[X][X] merely a [X][X] [X] ||| [X][X] lediglich um einen [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.183658 0.183658
-what [X][X] a report , [X] ||| dem es [X][X] einen Bericht und [X] ||| 1 ||| 1-2 ||| 0.0526316 0.0526316
-what [X][X] a [X][X] [X] ||| dem es [X][X] einen [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.120604 0.120604
-what [X][X] report , [X] ||| dem es [X][X] Bericht und [X] ||| 1 ||| 1-2 ||| 0.0526316 0.0526316
-what [X][X] , [X] ||| dem es [X][X] und [X] ||| 1 ||| 1-2 ||| 0.0526316 0.0526316
-what is [X][X] report , [X] ||| dem es sich [X][X] Bericht und [X] ||| 1 ||| 2-3 ||| 0.0526316 0.0526316
-what is [X][X] , [X] ||| dem es sich [X][X] und [X] ||| 1 ||| 2-3 ||| 0.0526316 0.0526316
-what is merely [X][X] , [X] ||| dem es sich lediglich um [X][X] und [X] ||| 1 ||| 3-5 ||| 0.0526316 0.0526316
-what is merely a [X][X] [X] ||| dem es sich lediglich um einen [X][X] [X] ||| 1 ||| 4-6 ||| 0.120604 0.120604
-[X][X] a [X][X] legislative proposal [X] ||| [X][X] einen [X][X] Legislativvorschlag [X] ||| 1 ||| 0-0 2-2 ||| 0.0739247 0.0739247
-is [X][X] not a [X][X] [X] ||| sich [X][X] keinen [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0416667 0.0416667
-is [X][X] legislative proposal [X] ||| sich [X][X] Legislativvorschlag [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-is merely [X][X] legislative proposal [X] ||| sich lediglich um [X][X] Legislativvorschlag [X] ||| 1 ||| 2-3 ||| 0.0416667 0.0416667
-I [X][X] whether one can [X] ||| ich [X][X] ob es möglich ist , [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] ist , [X] ||| 1 ||| 1-1 3-3 ||| 0.163743 0.0818713
-I [X][X] whether [X][X] [X] ||| ich [X][X] ob [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.163743 0.0818713
-I [X][X] one can [X] ||| ich [X][X] es möglich ist , [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-I [X][X] can [X] ||| ich [X][X] möglich ist , [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-I [X][X] [X] ||| ich [X][X] ist , [X] ||| 1 ||| 1-1 ||| 0.163743 0.0818713
-I [X][X] [X] ||| ich [X][X] , [X] ||| 1 ||| 1-1 ||| 0.163743 0.0818713
-I want to know [X][X] [X] ||| ich möchte wissen , [X][X] ist , [X] ||| 1 ||| 4-4 ||| 0.163743 0.0818713
-I want to know [X][X] [X] ||| ich möchte wissen , [X][X] , [X] ||| 1 ||| 4-4 ||| 0.163743 0.0818713
-I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] ist , [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0263158
-I [X][X] whether [X][X] raise [X] ||| ich [X][X] ob [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0263158
-I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] ist , [X] ||| 1 ||| 1-1 4-4 ||| 0.0526316 0.0263158
-I [X][X] whether one [X][X] [X] ||| ich [X][X] ob es [X][X] , [X] ||| 1 ||| 1-1 4-4 ||| 0.0526316 0.0263158
-I [X][X] one can raise [X] ||| ich [X][X] es möglich ist , [X] ||| 1 ||| 1-1 ||| 0.0263158 0.0263158
-I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] ist , [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0263158
-I [X][X] one [X][X] [X] ||| ich [X][X] es [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0263158
-I [X][X] can raise [X] ||| ich [X][X] möglich ist , [X] ||| 1 ||| 1-1 ||| 0.0263158 0.0263158
-I [X][X] raise [X] ||| ich [X][X] ist , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0263158
-I [X][X] raise [X] ||| ich [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0263158
-[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] ist , einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0448842 0.0448842
-[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] ist , einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0448842 0.0448842
-[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] , einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0448842 0.0448842
-[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] , einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0448842 0.0448842
-[X][X] whether [X][X] raise an [X] ||| [X][X] ob [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0448842 0.0448842
-[X][X] whether [X][X] an [X] ||| [X][X] ob [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0448842 0.0448842
-[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] ist , einen [X] ||| 1 ||| 0-0 3-3 ||| 0.134653 0.0448842
-[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] , einen [X] ||| 1 ||| 0-0 3-3 ||| 0.134653 0.0448842
-[X][X] whether one [X][X] an [X] ||| [X][X] ob es [X][X] einen [X] ||| 1 ||| 0-0 3-3 ||| 0.134653 0.0448842
-[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.134653 0.0448842
-[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich ist [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.134653 0.0448842
-[X][X] whether one can [X][X] [X] ||| [X][X] ob es möglich ist , [X][X] [X] ||| 1 ||| 0-0 4-6 ||| 0.134653 0.0448842
-[X][X] one can raise an [X] ||| [X][X] es möglich ist , einen [X] ||| 1 ||| 0-0 ||| 0.0448842 0.0448842
-[X][X] one [X][X] an [X] ||| [X][X] es [X][X] ist , einen [X] ||| 1 ||| 0-0 2-2 ||| 0.134653 0.0448842
-[X][X] one [X][X] an [X] ||| [X][X] es [X][X] , einen [X] ||| 1 ||| 0-0 2-2 ||| 0.134653 0.0448842
-[X][X] one [X][X] an [X] ||| [X][X] es [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.134653 0.0448842
-[X][X] one can [X][X] [X] ||| [X][X] es möglich [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.134653 0.0448842
-[X][X] one can [X][X] [X] ||| [X][X] es möglich ist [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.134653 0.0448842
-[X][X] one can [X][X] [X] ||| [X][X] es möglich ist , [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.134653 0.0448842
-want to know [X][X] an [X] ||| möchte wissen , [X][X] ist , einen [X] ||| 1 ||| 3-3 ||| 0.081081 0.027027
-want to know [X][X] an [X] ||| möchte wissen , [X][X] , einen [X] ||| 1 ||| 3-3 ||| 0.081081 0.027027
-want to know [X][X] an [X] ||| möchte wissen , [X][X] einen [X] ||| 1 ||| 3-3 ||| 0.081081 0.027027
-of [X][X] to [X][X] merely [X] ||| zu [X][X] bei [X][X] lediglich um [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0526316
-of [X][X] to what [X][X] [X] ||| zu [X][X] bei dem es [X][X] [X] ||| 1 ||| 1-1 4-5 ||| 0.0883459 0.0883459
-of [X][X] what is merely [X] ||| zu [X][X] dem es sich lediglich um [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-of [X][X] what [X][X] [X] ||| zu [X][X] dem es [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.0883459 0.0883459
-of [X][X] is merely [X] ||| zu [X][X] sich lediglich um [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-of [X][X] merely [X] ||| zu [X][X] lediglich um [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-of that kind [X][X] merely [X] ||| zu erheben , [X][X] lediglich um [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-[X][X] to [X][X] merely a [X] ||| [X][X] bei [X][X] lediglich um einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0833333 0.0833333
-[X][X] to [X][X] a [X] ||| [X][X] bei [X][X] einen [X] ||| 1 ||| 0-0 2-2 ||| 0.0833333 0.0833333
-[X][X] to what [X][X] a [X] ||| [X][X] bei dem es [X][X] einen [X] ||| 1 ||| 0-0 3-4 ||| 0.0833333 0.0833333
-[X][X] to what is [X][X] [X] ||| [X][X] bei dem es sich [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.119048 0.119048
-[X][X] what is merely a [X] ||| [X][X] dem es sich lediglich um einen [X] ||| 1 ||| 0-0 ||| 0.0833333 0.0833333
-[X][X] what [X][X] a [X] ||| [X][X] dem es [X][X] einen [X] ||| 1 ||| 0-0 2-3 ||| 0.0833333 0.0833333
-[X][X] what is [X][X] [X] ||| [X][X] dem es sich [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.119048 0.119048
-that kind [X][X] is [X][X] [X] ||| erheben , [X][X] sich [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0833333 0.0833333
-that kind [X][X] merely a [X] ||| erheben , [X][X] lediglich um einen [X] ||| 1 ||| 2-2 ||| 0.047619 0.047619
-that kind [X][X] a [X] ||| erheben , [X][X] einen [X] ||| 1 ||| 2-2 ||| 0.047619 0.047619
-that kind to [X][X] a [X] ||| erheben , bei [X][X] einen [X] ||| 1 ||| 3-3 ||| 0.047619 0.047619
-[X][X] is [X][X] report , [X] ||| [X][X] sich [X][X] Bericht und [X] ||| 1 ||| 0-0 2-2 ||| 0.0344828 0.0344828
-[X][X] is [X][X] , [X] ||| [X][X] sich [X][X] und [X] ||| 1 ||| 0-0 2-2 ||| 0.0344828 0.0344828
-[X][X] is merely [X][X] , [X] ||| [X][X] sich lediglich um [X][X] und [X] ||| 1 ||| 0-0 3-4 ||| 0.0344828 0.0344828
-[X][X] is merely a [X][X] [X] ||| [X][X] sich lediglich um einen [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.0630542 0.0630542
-to [X][X] merely [X][X] , [X] ||| bei [X][X] lediglich um [X][X] und [X] ||| 1 ||| 1-1 3-4 ||| 0.0344828 0.0344828
-to [X][X] merely a [X][X] [X] ||| bei [X][X] lediglich um einen [X][X] [X] ||| 1 ||| 1-1 4-5 ||| 0.0630542 0.0630542
-to [X][X] a report , [X] ||| bei [X][X] einen Bericht und [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-to [X][X] a [X][X] [X] ||| bei [X][X] einen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0630542 0.0630542
-to [X][X] report , [X] ||| bei [X][X] Bericht und [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-to [X][X] , [X] ||| bei [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-to what [X][X] a [X][X] [X] ||| bei dem es [X][X] einen [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0630542 0.0630542
-to what [X][X] report , [X] ||| bei dem es [X][X] Bericht und [X] ||| 1 ||| 2-3 ||| 0.0344828 0.0344828
-to what [X][X] , [X] ||| bei dem es [X][X] und [X] ||| 1 ||| 2-3 ||| 0.0344828 0.0344828
-to what is [X][X] , [X] ||| bei dem es sich [X][X] und [X] ||| 1 ||| 3-4 ||| 0.0344828 0.0344828
-[X][X] merely [X][X] not a [X] ||| [X][X] lediglich um [X][X] keinen [X] ||| 1 ||| 0-0 2-3 ||| 0.0642857 0.0642857
-[X][X] merely a report [X][X] [X] ||| [X][X] lediglich um einen Bericht [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.0965438 0.0965438
-what [X][X] a report [X][X] [X] ||| dem es [X][X] einen Bericht [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0679723 0.0679723
-what [X][X] report [X][X] [X] ||| dem es [X][X] Bericht [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0679723 0.0679723
-what [X][X] report , [X][X] [X] ||| dem es [X][X] Bericht und [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0679723 0.0679723
-what [X][X] , not a [X] ||| dem es [X][X] und keinen [X] ||| 1 ||| 1-2 ||| 0.0357143 0.0357143
-what [X][X] , [X][X] [X] ||| dem es [X][X] und [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0679723 0.0679723
-what [X][X] not a [X] ||| dem es [X][X] keinen [X] ||| 1 ||| 1-2 ||| 0.0357143 0.0357143
-what is [X][X] report [X][X] [X] ||| dem es sich [X][X] Bericht [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0679723 0.0679723
-what is [X][X] , [X][X] [X] ||| dem es sich [X][X] und [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0679723 0.0679723
-what is [X][X] not a [X] ||| dem es sich [X][X] keinen [X] ||| 1 ||| 2-3 ||| 0.0357143 0.0357143
-I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] ist , einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0535713 0.0178571
-I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] , einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0535713 0.0178571
-I [X][X] whether [X][X] an [X] ||| ich [X][X] ob [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0535713 0.0178571
-I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] ist , einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0535713 0.0178571
-I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] , einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0535713 0.0178571
-I [X][X] one [X][X] an [X] ||| ich [X][X] es [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0535713 0.0178571
-I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0535713 0.0178571
-I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich ist [X][X] [X] ||| 1 ||| 1-1 4-5 ||| 0.0535713 0.0178571
-I [X][X] one can [X][X] [X] ||| ich [X][X] es möglich ist , [X][X] [X] ||| 1 ||| 1-1 4-6 ||| 0.0535713 0.0178571
-I [X][X] can raise an [X] ||| ich [X][X] möglich ist , einen [X] ||| 1 ||| 1-1 ||| 0.0178571 0.0178571
-I [X][X] can [X][X] [X] ||| ich [X][X] möglich [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0535713 0.0178571
-I [X][X] can [X][X] [X] ||| ich [X][X] möglich ist [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.0535713 0.0178571
-I [X][X] can [X][X] [X] ||| ich [X][X] möglich ist , [X][X] [X] ||| 1 ||| 1-1 3-5 ||| 0.0535713 0.0178571
-I [X][X] raise an [X] ||| ich [X][X] ist , einen [X] ||| 1 ||| 1-1 ||| 0.0178571 0.0178571
-I [X][X] an [X] ||| ich [X][X] ist , einen [X] ||| 1 ||| 1-1 ||| 0.0178571 0.0178571
-I [X][X] raise an [X] ||| ich [X][X] , einen [X] ||| 1 ||| 1-1 ||| 0.0178571 0.0178571
-I [X][X] an [X] ||| ich [X][X] , einen [X] ||| 1 ||| 1-1 ||| 0.0178571 0.0178571
-I [X][X] raise an [X] ||| ich [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0178571 0.0178571
-I [X][X] an [X] ||| ich [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0178571 0.0178571
-[X][X] to what is merely [X] ||| Dokument [X][X] bei dem es sich lediglich um [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-[X][X] to [X][X] merely [X] ||| Dokument [X][X] bei [X][X] lediglich um [X] ||| 1 ||| 0-1 2-3 ||| 0.037037 0.037037
-[X][X] to what [X][X] [X] ||| Dokument [X][X] bei dem es [X][X] [X] ||| 1 ||| 0-1 3-5 ||| 0.037037 0.037037
-[X][X] what is merely [X] ||| Dokument [X][X] dem es sich lediglich um [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-[X][X] what [X][X] [X] ||| Dokument [X][X] dem es [X][X] [X] ||| 1 ||| 0-1 2-4 ||| 0.037037 0.037037
-[X][X] is merely [X] ||| Dokument [X][X] sich lediglich um [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-[X][X] merely [X] ||| Dokument [X][X] lediglich um [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-of [X][X] to [X][X] merely [X] ||| Dokument zu [X][X] bei [X][X] lediglich um [X] ||| 1 ||| 1-2 3-4 ||| 0.037037 0.037037
-of [X][X] to what [X][X] [X] ||| Dokument zu [X][X] bei dem es [X][X] [X] ||| 1 ||| 1-2 4-6 ||| 0.037037 0.037037
-of [X][X] what is merely [X] ||| Dokument zu [X][X] dem es sich lediglich um [X] ||| 1 ||| 1-2 ||| 0.037037 0.037037
-of [X][X] what [X][X] [X] ||| Dokument zu [X][X] dem es [X][X] [X] ||| 1 ||| 1-2 3-5 ||| 0.037037 0.037037
-of [X][X] is merely [X] ||| Dokument zu [X][X] sich lediglich um [X] ||| 1 ||| 1-2 ||| 0.037037 0.037037
-of [X][X] merely [X] ||| Dokument zu [X][X] lediglich um [X] ||| 1 ||| 1-2 ||| 0.037037 0.037037
-of that kind [X][X] merely [X] ||| Dokument zu erheben , [X][X] lediglich um [X] ||| 1 ||| 3-4 ||| 0.037037 0.037037
-of [X][X] to [X][X] a [X] ||| zu [X][X] bei [X][X] einen [X] ||| 1 ||| 1-1 3-3 ||| 0.0357143 0.0357143
-of [X][X] what [X][X] a [X] ||| zu [X][X] dem es [X][X] einen [X] ||| 1 ||| 1-1 3-4 ||| 0.0357143 0.0357143
-of [X][X] what is [X][X] [X] ||| zu [X][X] dem es sich [X][X] [X] ||| 1 ||| 1-1 4-5 ||| 0.0357143 0.0357143
-of [X][X] is merely a [X] ||| zu [X][X] sich lediglich um einen [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-of [X][X] is [X][X] [X] ||| zu [X][X] sich [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0357143 0.0357143
-of [X][X] merely a [X] ||| zu [X][X] lediglich um einen [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-of [X][X] a [X] ||| zu [X][X] einen [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-of that kind [X][X] a [X] ||| zu erheben , [X][X] einen [X] ||| 1 ||| 3-3 ||| 0.0357143 0.0357143
-[X][X] to [X][X] a report [X] ||| [X][X] bei [X][X] einen Bericht [X] ||| 1 ||| 0-0 2-2 ||| 0.0357143 0.0357143
-[X][X] to [X][X] report [X] ||| [X][X] bei [X][X] Bericht [X] ||| 1 ||| 0-0 2-2 ||| 0.0357143 0.0357143
-[X][X] to what [X][X] report [X] ||| [X][X] bei dem es [X][X] Bericht [X] ||| 1 ||| 0-0 3-4 ||| 0.0357143 0.0357143
-[X][X] what [X][X] a report [X] ||| [X][X] dem es [X][X] einen Bericht [X] ||| 1 ||| 0-0 2-3 ||| 0.0357143 0.0357143
-[X][X] what [X][X] report [X] ||| [X][X] dem es [X][X] Bericht [X] ||| 1 ||| 0-0 2-3 ||| 0.0357143 0.0357143
-[X][X] what is [X][X] report [X] ||| [X][X] dem es sich [X][X] Bericht [X] ||| 1 ||| 0-0 3-4 ||| 0.0357143 0.0357143
-[X][X] what is merely [X][X] [X] ||| [X][X] dem es sich lediglich um [X][X] [X] ||| 1 ||| 0-0 4-6 ||| 0.0357143 0.0357143
-that kind [X][X] merely [X][X] [X] ||| erheben , [X][X] lediglich um [X][X] [X] ||| 1 ||| 2-2 4-5 ||| 0.0357143 0.0357143
-that kind [X][X] a report [X] ||| erheben , [X][X] einen Bericht [X] ||| 1 ||| 2-2 ||| 0.0357143 0.0357143
-that kind [X][X] report [X] ||| erheben , [X][X] Bericht [X] ||| 1 ||| 2-2 ||| 0.0357143 0.0357143
-that kind to [X][X] report [X] ||| erheben , bei [X][X] Bericht [X] ||| 1 ||| 3-3 ||| 0.0357143 0.0357143
-[X][X] is [X][X] not a [X] ||| [X][X] sich [X][X] keinen [X] ||| 1 ||| 0-0 2-2 ||| 0.0285714 0.0285714
-to [X][X] a report [X][X] [X] ||| bei [X][X] einen Bericht [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0285714 0.0285714
-to [X][X] report [X][X] [X] ||| bei [X][X] Bericht [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0285714 0.0285714
-to [X][X] report , [X][X] [X] ||| bei [X][X] Bericht und [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0285714 0.0285714
-to [X][X] , not a [X] ||| bei [X][X] und keinen [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-to [X][X] , [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0285714 0.0285714
-to [X][X] not a [X] ||| bei [X][X] keinen [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-to what [X][X] report [X][X] [X] ||| bei dem es [X][X] Bericht [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0285714 0.0285714
-to what [X][X] , [X][X] [X] ||| bei dem es [X][X] und [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0285714 0.0285714
-to what [X][X] not a [X] ||| bei dem es [X][X] keinen [X] ||| 1 ||| 2-3 ||| 0.0285714 0.0285714
-[X][X] merely [X][X] legislative proposal [X] ||| [X][X] lediglich um [X][X] Legislativvorschlag [X] ||| 1 ||| 0-0 2-3 ||| 0.0322581 0.0322581
-what [X][X] not a [X][X] [X] ||| dem es [X][X] keinen [X][X] [X] ||| 1 ||| 1-2 4-4 ||| 0.0322581 0.0322581
-what [X][X] legislative proposal [X] ||| dem es [X][X] Legislativvorschlag [X] ||| 1 ||| 1-2 ||| 0.0322581 0.0322581
-what is [X][X] legislative proposal [X] ||| dem es sich [X][X] Legislativvorschlag [X] ||| 1 ||| 2-3 ||| 0.0322581 0.0322581
-that is precisely [X] ||| genau [X] ||| 1 ||| ||| 1 1
-that is precisely the [X] ||| genau [X] ||| 1 ||| ||| 1 1
-time when [X] ||| dann [X] ||| 1 ||| ||| 1 1
-the time when [X] ||| dann [X] ||| 1 ||| ||| 1 1
-may [X] ||| können [X] ||| 1 ||| ||| 1 1
-you [X] ||| Sie [X] ||| 1 ||| ||| 2 2
-, [X] ||| , [X] ||| 1 ||| ||| 3 3
-if [X] ||| wenn [X] ||| 1 ||| ||| 1 1
-wish [X] ||| wollen [X] ||| 1 ||| ||| 1 1
-this [X] ||| diese [X] ||| 1 ||| ||| 1 1
-question [X] ||| Frage [X] ||| 1 ||| ||| 1 1
-raise [X] ||| ansprechen [X] ||| 1 ||| ||| 1 1
-on [X] ||| am [X] ||| 1 ||| ||| 1 1
-Thursday prior [X] ||| Donnerstag [X] ||| 1 ||| ||| 1 1
-to [X] ||| zu [X] ||| 1 ||| ||| 1 1
-the start [X] ||| Beginn [X] ||| 1 ||| ||| 1 1
-of the [X] ||| der [X] ||| 1 ||| ||| 1 1
-presentation [X] ||| Aussprache [X] ||| 1 ||| ||| 1 1
-of [X] ||| über [X] ||| 1 ||| ||| 1 1
-the [X] ||| den [X] ||| 1 ||| ||| 1 1
-report [X] ||| Bericht [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-[X][X] the time when [X] ||| [X][X] dann [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-[X][X] time when [X] ||| [X][X] dann [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-that is precisely the [X][X] [X] ||| genau [X][X] [X] ||| 1 ||| 4-1 ||| 0.587302 0.587302
-that is precisely [X][X] [X] ||| genau [X][X] [X] ||| 1 ||| 3-1 ||| 0.587302 0.587302
-you may [X] ||| können Sie [X] ||| 1 ||| ||| 1 1
-, if [X] ||| , wenn [X] ||| 1 ||| ||| 1 1
-if you [X] ||| wenn Sie [X] ||| 1 ||| ||| 1 1
-you wish [X] ||| Sie wollen [X] ||| 1 ||| ||| 1 1
-wish , [X] ||| wollen , [X] ||| 1 ||| ||| 1 1
-this question [X] ||| diese Frage [X] ||| 1 ||| ||| 1 1
-i.e. [X] ||| d. h. [X] ||| 1 ||| ||| 1 1
-on Thursday prior [X] ||| am Donnerstag [X] ||| 1 ||| ||| 0.5 0.5
-on [X][X] [X] ||| am [X][X] [X] ||| 1 ||| 1-1 ||| 1.05694 1.05694
-Thursday prior to [X] ||| Donnerstag zu [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] to [X] ||| [X][X] zu [X] ||| 1 ||| 0-0 ||| 1.06323 1.06323
-to the start [X] ||| zu Beginn [X] ||| 1 ||| ||| 0.5 0.5
-to [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| 1-1 ||| 1.08724 1.08724
-the start of the [X] ||| Beginn der [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] of the [X] ||| [X][X] der [X] ||| 1 ||| 0-0 ||| 0.840278 0.840278
-the start [X][X] [X] ||| Beginn [X][X] [X] ||| 1 ||| 2-1 ||| 0.842157 0.842157
-of the presentation [X] ||| der Aussprache [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] presentation [X] ||| [X][X] Aussprache [X] ||| 1 ||| 0-0 ||| 1.04627 1.04627
-presentation of [X] ||| Aussprache über [X] ||| 1 ||| ||| 1 1
-of the [X] ||| über den [X] ||| 1 ||| ||| 1 1
-the report [X] ||| den Bericht [X] ||| 1 ||| ||| 1 1
-report . [X] ||| Bericht . [X] ||| 1 ||| ||| 1 1
-time when you may [X] ||| dann können Sie [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] you may [X] ||| [X][X] können Sie [X] ||| 1 ||| 0-0 ||| 0.726191 0.726191
-time when [X][X] [X] ||| dann [X][X] [X] ||| 1 ||| 2-1 ||| 0.842157 0.842157
-the time when you may [X] ||| dann können Sie [X] ||| 1 ||| ||| 0.25 0.25
-the [X][X] you may [X] ||| [X][X] können Sie [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-the time when [X][X] [X] ||| dann [X][X] [X] ||| 1 ||| 3-1 ||| 0.680159 0.680159
-you may , [X] ||| können Sie , [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 2.51105 2.51105
-, if you [X] ||| , wenn Sie [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] you [X] ||| [X][X] Sie [X] ||| 1 ||| 0-0 ||| 0.613095 0.613095
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 2.1735 2.1735
-if you wish [X] ||| wenn Sie wollen [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] wish [X] ||| [X][X] wollen [X] ||| 1 ||| 0-0 ||| 0.677871 0.677871
-if [X][X] [X] ||| wenn [X][X] [X] ||| 1 ||| 1-1 ||| 0.652302 0.652302
-you wish , [X] ||| Sie wollen , [X] ||| 1 ||| ||| 0.333333 0.333333
-you [X][X] [X] ||| Sie [X][X] [X] ||| 1 ||| 1-1 ||| 0.620464 0.620464
-raise this question [X] ||| diese Frage ansprechen [X] ||| 1 ||| ||| 0.5 0.5
-raise [X][X] [X] ||| [X][X] ansprechen [X] ||| 1 ||| 1-0 ||| 0.5 0.5
-, i.e. [X] ||| , d. h. [X] ||| 1 ||| ||| 1 1
-i.e. on [X] ||| d. h. am [X] ||| 1 ||| ||| 1 1
-on Thursday prior to [X] ||| am Donnerstag zu [X] ||| 1 ||| ||| 0.25 0.25
-on [X][X] to [X] ||| am [X][X] zu [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-Thursday prior to the start [X] ||| Donnerstag zu Beginn [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] to the start [X] ||| [X][X] zu Beginn [X] ||| 1 ||| 0-0 ||| 0.413524 0.413524
-[X][X] to [X][X] [X] ||| [X][X] zu [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 1.09318 1.09318
-[X][X] the start [X] ||| [X][X] Beginn [X] ||| 1 ||| 0-0 ||| 0.413524 0.413524
-Thursday prior [X][X] [X] ||| Donnerstag [X][X] [X] ||| 1 ||| 2-1 ||| 0.487985 0.487985
-Thursday prior to [X][X] [X] ||| Donnerstag zu [X][X] [X] ||| 1 ||| 3-2 ||| 0.487985 0.487985
-to the start of the [X] ||| zu Beginn der [X] ||| 1 ||| ||| 0.2 0.2
-to [X][X] of the [X] ||| zu [X][X] der [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-to the start [X][X] [X] ||| zu Beginn [X][X] [X] ||| 1 ||| 3-2 ||| 0.587236 0.587236
-the start of the presentation [X] ||| Beginn der Aussprache [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] of the presentation [X] ||| [X][X] der Aussprache [X] ||| 1 ||| 0-0 ||| 0.546266 0.546266
-the start [X][X] presentation [X] ||| Beginn [X][X] Aussprache [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-of the presentation of [X] ||| der Aussprache über [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] presentation of [X] ||| [X][X] Aussprache über [X] ||| 1 ||| 0-0 ||| 0.591667 0.591667
-[X][X] of [X] ||| [X][X] über [X] ||| 1 ||| 0-0 ||| 0.591667 0.591667
-of the [X][X] [X] ||| der [X][X] [X] ||| 1 ||| 2-1 ||| 0.494048 0.494048
-presentation of the [X] ||| Aussprache über den [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] the [X] ||| [X][X] den [X] ||| 1 ||| 0-0 ||| 0.660965 0.660965
-presentation [X][X] [X] ||| Aussprache [X][X] [X] ||| 1 ||| 1-1 ||| 0.590909 0.590909
-of the report [X] ||| über den Bericht [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] report [X] ||| [X][X] Bericht [X] ||| 1 ||| 0-0 ||| 0.675707 0.675707
-of [X][X] [X] ||| über [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-the report . [X] ||| den Bericht . [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.712453 0.712453
-the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-[X][X] the [X][X] you may [X] ||| [X][X] [X][X] können Sie [X] ||| 1 ||| 0-0 2-1 ||| 0.142857 0.142857
-[X][X] the time when [X][X] [X] ||| [X][X] dann [X][X] [X] ||| 1 ||| 0-0 4-2 ||| 0.337302 0.337302
-[X][X] time when you may [X] ||| [X][X] dann können Sie [X] ||| 1 ||| 0-0 ||| 0.142857 0.142857
-[X][X] time when [X][X] [X] ||| [X][X] dann [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.337302 0.337302
-time when you may , [X] ||| dann können Sie , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] you may , [X] ||| [X][X] können Sie , [X] ||| 1 ||| 0-0 ||| 0.477778 0.477778
-time when [X][X] , [X] ||| dann [X][X] , [X] ||| 1 ||| 2-1 ||| 0.241667 0.241667
-the [X][X] you may , [X] ||| [X][X] können Sie , [X] ||| 1 ||| 1-0 ||| 0.166667 0.166667
-the [X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-the time when [X][X] , [X] ||| dann [X][X] , [X] ||| 1 ||| 3-1 ||| 0.2 0.2
-you may , if [X] ||| können Sie , wenn [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] , if [X] ||| [X][X] , wenn [X] ||| 1 ||| 0-0 ||| 0.569444 0.569444
-[X][X] if [X] ||| [X][X] wenn [X] ||| 1 ||| 0-0 ||| 0.569444 0.569444
-you may [X][X] [X] ||| können Sie [X][X] [X] ||| 1 ||| 2-2 ||| 0.535714 0.535714
-, if you wish [X] ||| , wenn Sie wollen [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] you wish [X] ||| [X][X] Sie wollen [X] ||| 1 ||| 0-0 ||| 0.344538 0.344538
-, [X][X] wish [X] ||| , [X][X] wollen [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-, if [X][X] [X] ||| , wenn [X][X] [X] ||| 1 ||| 2-2 ||| 0.335537 0.335537
-if you wish , [X] ||| wenn Sie wollen , [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] wish , [X] ||| [X][X] wollen , [X] ||| 1 ||| 0-0 ||| 0.380195 0.380195
-if [X][X] , [X] ||| wenn [X][X] , [X] ||| 1 ||| 1-1 ||| 0.216667 0.216667
-if you [X][X] [X] ||| wenn Sie [X][X] [X] ||| 1 ||| 2-2 ||| 0.318968 0.318968
-, raise this question [X] ||| , diese Frage ansprechen [X] ||| 1 ||| ||| 0.333333 0.333333
-, raise [X][X] [X] ||| , [X][X] ansprechen [X] ||| 1 ||| 2-1 ||| 0.333333 0.333333
-raise this question , [X] ||| diese Frage ansprechen , [X] ||| 1 ||| ||| 0.333333 0.333333
-raise [X][X] , [X] ||| [X][X] ansprechen , [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-, i.e. on [X] ||| , d. h. am [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] on [X] ||| [X][X] am [X] ||| 1 ||| 0-0 ||| 0.659414 0.659414
-i.e. on Thursday prior [X] ||| d. h. am Donnerstag [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] Thursday prior [X] ||| [X][X] Donnerstag [X] ||| 1 ||| 0-0 ||| 0.538095 0.538095
-i.e. [X][X] [X] ||| d. h. [X][X] [X] ||| 1 ||| 1-2 ||| 0.58228 0.58228
-i.e. on [X][X] [X] ||| d. h. am [X][X] [X] ||| 1 ||| 2-3 ||| 0.58228 0.58228
-on [X][X] to the start [X] ||| am [X][X] zu Beginn [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-on [X][X] to [X][X] [X] ||| am [X][X] zu [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.306944 0.306944
-on [X][X] the start [X] ||| am [X][X] Beginn [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-on Thursday prior [X][X] [X] ||| am Donnerstag [X][X] [X] ||| 1 ||| 3-2 ||| 0.306944 0.306944
-on Thursday prior to [X][X] [X] ||| am Donnerstag zu [X][X] [X] ||| 1 ||| 4-3 ||| 0.306944 0.306944
-[X][X] to [X][X] of the [X] ||| [X][X] zu [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.306944 0.306944
-[X][X] to the start [X][X] [X] ||| [X][X] zu Beginn [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.679652 0.679652
-[X][X] the start of the [X] ||| [X][X] Beginn der [X] ||| 1 ||| 0-0 ||| 0.306944 0.306944
-[X][X] the start [X][X] [X] ||| [X][X] Beginn [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.679652 0.679652
-Thursday prior [X][X] of the [X] ||| Donnerstag [X][X] der [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-to [X][X] of the presentation [X] ||| zu [X][X] der Aussprache [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-to [X][X] presentation [X] ||| zu [X][X] Aussprache [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-to the start [X][X] presentation [X] ||| zu Beginn [X][X] Aussprache [X] ||| 1 ||| 3-2 ||| 0.142857 0.142857
-[X][X] of the presentation of [X] ||| [X][X] der Aussprache über [X] ||| 1 ||| 0-0 ||| 0.341667 0.341667
-[X][X] of the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.722501 0.722501
-the start [X][X] presentation of [X] ||| Beginn [X][X] Aussprache über [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-the start [X][X] of [X] ||| Beginn [X][X] über [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-the start of the [X][X] [X] ||| Beginn der [X][X] [X] ||| 1 ||| 4-2 ||| 0.308824 0.308824
-of the presentation of the [X] ||| der Aussprache über den [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] presentation of the [X] ||| [X][X] Aussprache über den [X] ||| 1 ||| 0-0 ||| 0.327632 0.327632
-[X][X] presentation [X][X] [X] ||| [X][X] Aussprache [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.624882 0.624882
-[X][X] of the [X] ||| [X][X] über den [X] ||| 1 ||| 0-0 ||| 0.327632 0.327632
-of the [X][X] the [X] ||| der [X][X] den [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-of the presentation [X][X] [X] ||| der Aussprache [X][X] [X] ||| 1 ||| 3-2 ||| 0.244048 0.244048
-presentation of the report [X] ||| Aussprache über den Bericht [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] the report [X] ||| [X][X] den Bericht [X] ||| 1 ||| 0-0 ||| 0.342373 0.342373
-presentation [X][X] report [X] ||| Aussprache [X][X] Bericht [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-presentation of [X][X] [X] ||| Aussprache über [X][X] [X] ||| 1 ||| 2-2 ||| 0.257576 0.257576
-of the report . [X] ||| über den Bericht . [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] report . [X] ||| [X][X] Bericht . [X] ||| 1 ||| 0-0 ||| 0.37912 0.37912
-of [X][X] . [X] ||| über [X][X] . [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-of the [X][X] [X] ||| über den [X][X] [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-[X][X] the [X][X] , [X] ||| [X][X] [X][X] , [X] ||| 1 ||| 0-0 2-1 ||| 0.111111 0.111111
-[X][X] time when [X][X] , [X] ||| [X][X] dann [X][X] , [X] ||| 1 ||| 0-0 3-2 ||| 0.111111 0.111111
-that is precisely [X][X] , [X] ||| genau [X][X] , [X] ||| 1 ||| 3-1 ||| 0.111111 0.111111
-[X][X] you may , if [X] ||| [X][X] können Sie , wenn [X] ||| 1 ||| 0-0 ||| 0.319444 0.319444
-[X][X] you may [X][X] [X] ||| [X][X] können Sie [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.655649 0.655649
-time when [X][X] , if [X] ||| dann [X][X] , wenn [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-time when [X][X] if [X] ||| dann [X][X] wenn [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-time when you may [X][X] [X] ||| dann können Sie [X][X] [X] ||| 1 ||| 4-3 ||| 0.308824 0.308824
-the [X][X] you may [X][X] [X] ||| [X][X] können Sie [X][X] [X] ||| 1 ||| 1-0 4-3 ||| 0.263492 0.263492
-the [X][X] , if [X] ||| [X][X] , wenn [X] ||| 1 ||| 1-0 ||| 0.111111 0.111111
-the [X][X] if [X] ||| [X][X] wenn [X] ||| 1 ||| 1-0 ||| 0.111111 0.111111
-the time when [X][X] if [X] ||| dann [X][X] wenn [X] ||| 1 ||| 3-1 ||| 0.111111 0.111111
-you may , if you [X] ||| können Sie , wenn Sie [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , if you [X] ||| [X][X] , wenn Sie [X] ||| 1 ||| 0-0 ||| 0.279762 0.279762
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 1.75719 1.75719
-[X][X] if you [X] ||| [X][X] wenn Sie [X] ||| 1 ||| 0-0 ||| 0.279762 0.279762
-you may [X][X] you [X] ||| können Sie [X][X] Sie [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-you may , [X][X] [X] ||| können Sie , [X][X] [X] ||| 1 ||| 3-3 ||| 0.285714 0.285714
-, if you wish , [X] ||| , wenn Sie wollen , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] you wish , [X] ||| [X][X] Sie wollen , [X] ||| 1 ||| 0-0 ||| 0.213528 0.213528
-[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.333156 0.333156
-, [X][X] wish , [X] ||| , [X][X] wollen , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-, [X][X] , [X] ||| , [X][X] , [X] ||| 1 ||| 1-1 ||| 0.325392 0.325392
-, if [X][X] , [X] ||| , wenn [X][X] , [X] ||| 1 ||| 2-2 ||| 0.125392 0.125392
-, if you [X][X] [X] ||| , wenn Sie [X][X] [X] ||| 1 ||| 3-3 ||| 0.16887 0.16887
-wish , raise this question [X] ||| wollen , diese Frage ansprechen [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] raise this question [X] ||| [X][X] diese Frage ansprechen [X] ||| 1 ||| 0-0 ||| 0.401544 0.401544
-[X][X] raise [X][X] [X] ||| [X][X] [X][X] ansprechen [X] ||| 1 ||| 0-0 2-1 ||| 0.401544 0.401544
-wish [X][X] [X] ||| wollen [X][X] [X] ||| 1 ||| 1-1 ||| 0.504762 0.504762
-wish , raise [X][X] [X] ||| wollen , [X][X] ansprechen [X] ||| 1 ||| 3-2 ||| 0.166667 0.166667
-wish , [X][X] [X] ||| wollen , [X][X] [X] ||| 1 ||| 2-2 ||| 0.504762 0.504762
-, raise this question , [X] ||| , diese Frage ansprechen , [X] ||| 1 ||| ||| 0.2 0.2
-, raise [X][X] , [X] ||| , [X][X] ansprechen , [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-, i.e. on Thursday prior [X] ||| , d. h. am Donnerstag [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] on Thursday prior [X] ||| [X][X] am Donnerstag [X] ||| 1 ||| 0-0 ||| 0.288095 0.288095
-[X][X] on [X][X] [X] ||| [X][X] am [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.567289 0.567289
-, [X][X] Thursday prior [X] ||| , [X][X] Donnerstag [X] ||| 1 ||| 1-1 ||| 0.175 0.175
-, i.e. [X][X] [X] ||| , d. h. [X][X] [X] ||| 1 ||| 2-3 ||| 0.317157 0.317157
-, i.e. on [X][X] [X] ||| , d. h. am [X][X] [X] ||| 1 ||| 3-4 ||| 0.317157 0.317157
-i.e. on Thursday prior to [X] ||| d. h. am Donnerstag zu [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] Thursday prior to [X] ||| [X][X] Donnerstag zu [X] ||| 1 ||| 0-0 ||| 0.313228 0.313228
-i.e. [X][X] to [X] ||| d. h. [X][X] zu [X] ||| 1 ||| 1-2 ||| 0.142857 0.142857
-i.e. on [X][X] to [X] ||| d. h. am [X][X] zu [X] ||| 1 ||| 2-3 ||| 0.142857 0.142857
-on [X][X] the start [X][X] [X] ||| am [X][X] Beginn [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.195833 0.195833
-on [X][X] of the [X] ||| am [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-[X][X] to [X][X] presentation [X] ||| [X][X] zu [X][X] Aussprache [X] ||| 1 ||| 0-0 2-2 ||| 0.203409 0.203409
-[X][X] the start [X][X] presentation [X] ||| [X][X] Beginn [X][X] Aussprache [X] ||| 1 ||| 0-0 3-2 ||| 0.203409 0.203409
-Thursday prior [X][X] presentation [X] ||| Donnerstag [X][X] Aussprache [X] ||| 1 ||| 2-1 ||| 0.0909091 0.0909091
-Thursday prior to [X][X] presentation [X] ||| Donnerstag zu [X][X] Aussprache [X] ||| 1 ||| 3-2 ||| 0.0909091 0.0909091
-to [X][X] of the [X][X] [X] ||| zu [X][X] der [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.244379 0.244379
-to [X][X] presentation of [X] ||| zu [X][X] Aussprache über [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-to [X][X] of [X] ||| zu [X][X] über [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-to the start [X][X] of [X] ||| zu Beginn [X][X] über [X] ||| 1 ||| 3-2 ||| 0.1 0.1
-[X][X] of the [X][X] the [X] ||| [X][X] der [X][X] den [X] ||| 1 ||| 0-0 3-2 ||| 0.202632 0.202632
-[X][X] of the presentation [X][X] [X] ||| [X][X] der Aussprache [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.380834 0.380834
-the start [X][X] presentation [X][X] [X] ||| Beginn [X][X] Aussprache [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.183824 0.183824
-the start [X][X] of the [X] ||| Beginn [X][X] über den [X] ||| 1 ||| 2-1 ||| 0.0833333 0.0833333
-the start [X][X] the [X] ||| Beginn [X][X] den [X] ||| 1 ||| 2-1 ||| 0.0833333 0.0833333
-[X][X] presentation of the report [X] ||| [X][X] Aussprache über den Bericht [X] ||| 1 ||| 0-0 ||| 0.175707 0.175707
-[X][X] presentation [X][X] report [X] ||| [X][X] Aussprache [X][X] Bericht [X] ||| 1 ||| 0-0 2-2 ||| 0.175707 0.175707
-[X][X] presentation of [X][X] [X] ||| [X][X] Aussprache über [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.29725 0.29725
-[X][X] of the report [X] ||| [X][X] über den Bericht [X] ||| 1 ||| 0-0 ||| 0.175707 0.175707
-[X][X] of [X][X] [X] ||| [X][X] über [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.29725 0.29725
-of the [X][X] the report [X] ||| der [X][X] den Bericht [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-of the [X][X] report [X] ||| der [X][X] Bericht [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-of the presentation [X][X] report [X] ||| der Aussprache [X][X] Bericht [X] ||| 1 ||| 3-2 ||| 0.0714286 0.0714286
-of the presentation of [X][X] [X] ||| der Aussprache über [X][X] [X] ||| 1 ||| 4-3 ||| 0.119048 0.119048
-presentation of the report . [X] ||| Aussprache über den Bericht . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] the report . [X] ||| [X][X] den Bericht . [X] ||| 1 ||| 0-0 ||| 0.212453 0.212453
-[X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.212453 0.212453
-presentation [X][X] report . [X] ||| Aussprache [X][X] Bericht . [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-presentation [X][X] . [X] ||| Aussprache [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-presentation of [X][X] . [X] ||| Aussprache über [X][X] . [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-presentation of the [X][X] [X] ||| Aussprache über den [X][X] [X] ||| 1 ||| 3-3 ||| 0.0909091 0.0909091
-[X][X] the [X][X] , if [X] ||| [X][X] [X][X] , wenn [X] ||| 1 ||| 0-0 2-1 ||| 0.0833333 0.0833333
-[X][X] the [X][X] if [X] ||| [X][X] [X][X] wenn [X] ||| 1 ||| 0-0 2-1 ||| 0.0833333 0.0833333
-[X][X] time when [X][X] if [X] ||| [X][X] dann [X][X] wenn [X] ||| 1 ||| 0-0 3-2 ||| 0.0833333 0.0833333
-that is precisely [X][X] if [X] ||| genau [X][X] wenn [X] ||| 1 ||| 3-1 ||| 0.0833333 0.0833333
-[X][X] you may [X][X] you [X] ||| [X][X] können Sie [X][X] Sie [X] ||| 1 ||| 0-0 3-3 ||| 0.154762 0.154762
-[X][X] you may , [X][X] [X] ||| [X][X] können Sie , [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.336204 0.336204
-time when [X][X] , [X][X] [X] ||| dann [X][X] , [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.183824 0.183824
-time when [X][X] if you [X] ||| dann [X][X] wenn Sie [X] ||| 1 ||| 2-1 ||| 0.0833333 0.0833333
-time when [X][X] you [X] ||| dann [X][X] Sie [X] ||| 1 ||| 2-1 ||| 0.0833333 0.0833333
-the [X][X] , if you [X] ||| [X][X] , wenn Sie [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0714286
-the [X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.152381 0.152381
-the [X][X] if you [X] ||| [X][X] wenn Sie [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0714286
-the [X][X] you [X] ||| [X][X] Sie [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0714286
-the time when [X][X] you [X] ||| dann [X][X] Sie [X] ||| 1 ||| 3-1 ||| 0.0714286 0.0714286
-[X][X] , if you wish [X] ||| [X][X] , wenn Sie wollen [X] ||| 1 ||| 0-0 ||| 0.177871 0.177871
-[X][X] , [X][X] wish [X] ||| [X][X] , [X][X] wollen [X] ||| 1 ||| 0-0 2-2 ||| 0.177871 0.177871
-[X][X] , if [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.342157 0.342157
-[X][X] if you wish [X] ||| [X][X] wenn Sie wollen [X] ||| 1 ||| 0-0 ||| 0.177871 0.177871
-[X][X] if [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.342157 0.342157
-you may [X][X] you wish [X] ||| können Sie [X][X] Sie wollen [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-you may [X][X] wish [X] ||| können Sie [X][X] wollen [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-you may , [X][X] wish [X] ||| können Sie , [X][X] wollen [X] ||| 1 ||| 3-3 ||| 0.0714286 0.0714286
-you may , if [X][X] [X] ||| können Sie , wenn [X][X] [X] ||| 1 ||| 4-4 ||| 0.160714 0.160714
-[X][X] , raise this question [X] ||| [X][X] , diese Frage ansprechen [X] ||| 1 ||| 0-0 ||| 0.234878 0.234878
-[X][X] , raise [X][X] [X] ||| [X][X] , [X][X] ansprechen [X] ||| 1 ||| 0-0 3-2 ||| 0.234878 0.234878
-you [X][X] raise this question [X] ||| Sie [X][X] diese Frage ansprechen [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-you [X][X] raise [X][X] [X] ||| Sie [X][X] [X][X] ansprechen [X] ||| 1 ||| 1-1 3-2 ||| 0.0909091 0.0909091
-you wish [X][X] [X] ||| Sie wollen [X][X] [X] ||| 1 ||| 2-2 ||| 0.28713 0.28713
-you wish , raise [X][X] [X] ||| Sie wollen , [X][X] ansprechen [X] ||| 1 ||| 4-3 ||| 0.0909091 0.0909091
-you wish , [X][X] [X] ||| Sie wollen , [X][X] [X] ||| 1 ||| 3-3 ||| 0.28713 0.28713
-[X][X] raise this question , [X] ||| [X][X] diese Frage ansprechen , [X] ||| 1 ||| 0-0 ||| 0.286406 0.286406
-[X][X] raise [X][X] , [X] ||| [X][X] [X][X] ansprechen , [X] ||| 1 ||| 0-0 2-1 ||| 0.286406 0.286406
-wish [X][X] , [X] ||| wollen [X][X] , [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-wish , raise [X][X] , [X] ||| wollen , [X][X] ansprechen , [X] ||| 1 ||| 3-2 ||| 0.125 0.125
-wish , [X][X] , [X] ||| wollen , [X][X] , [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-raise this question , i.e. [X] ||| diese Frage ansprechen , d. h. [X] ||| 1 ||| ||| 0.2 0.2
-raise [X][X] , i.e. [X] ||| [X][X] ansprechen , d. h. [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-[X][X] , i.e. [X] ||| [X][X] , d. h. [X] ||| 1 ||| 0-0 ||| 0.553002 0.553002
-[X][X] i.e. [X] ||| [X][X] d. h. [X] ||| 1 ||| 0-0 ||| 0.553002 0.553002
-raise this question [X][X] [X] ||| diese Frage ansprechen [X][X] [X] ||| 1 ||| 3-3 ||| 0.43254 0.43254
-[X][X] on Thursday prior to [X] ||| [X][X] am Donnerstag zu [X] ||| 1 ||| 0-0 ||| 0.17037 0.17037
-[X][X] on [X][X] to [X] ||| [X][X] am [X][X] zu [X] ||| 1 ||| 0-0 2-2 ||| 0.17037 0.17037
-, [X][X] Thursday prior to [X] ||| , [X][X] Donnerstag zu [X] ||| 1 ||| 1-1 ||| 0.12037 0.12037
-, [X][X] to [X] ||| , [X][X] zu [X] ||| 1 ||| 1-1 ||| 0.12037 0.12037
-, i.e. [X][X] to [X] ||| , d. h. [X][X] zu [X] ||| 1 ||| 2-3 ||| 0.0833333 0.0833333
-, i.e. on [X][X] to [X] ||| , d. h. am [X][X] zu [X] ||| 1 ||| 3-4 ||| 0.0833333 0.0833333
-[X][X] Thursday prior [X][X] [X] ||| [X][X] Donnerstag [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.298247 0.298247
-[X][X] Thursday prior to [X][X] [X] ||| [X][X] Donnerstag zu [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.298247 0.298247
-i.e. [X][X] to the start [X] ||| d. h. [X][X] zu Beginn [X] ||| 1 ||| 1-2 ||| 0.0769231 0.0769231
-i.e. [X][X] to [X][X] [X] ||| d. h. [X][X] zu [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.189423 0.189423
-i.e. [X][X] the start [X] ||| d. h. [X][X] Beginn [X] ||| 1 ||| 1-2 ||| 0.0769231 0.0769231
-i.e. on [X][X] to [X][X] [X] ||| d. h. am [X][X] zu [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.189423 0.189423
-i.e. on [X][X] the start [X] ||| d. h. am [X][X] Beginn [X] ||| 1 ||| 2-3 ||| 0.0769231 0.0769231
-i.e. on Thursday prior [X][X] [X] ||| d. h. am Donnerstag [X][X] [X] ||| 1 ||| 4-4 ||| 0.189423 0.189423
-on [X][X] to [X][X] presentation [X] ||| am [X][X] zu [X][X] Aussprache [X] ||| 1 ||| 1-1 3-3 ||| 0.0625 0.0625
-on [X][X] of the presentation [X] ||| am [X][X] der Aussprache [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-on [X][X] presentation [X] ||| am [X][X] Aussprache [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-on Thursday prior [X][X] presentation [X] ||| am Donnerstag [X][X] Aussprache [X] ||| 1 ||| 3-2 ||| 0.0625 0.0625
-[X][X] to [X][X] presentation of [X] ||| [X][X] zu [X][X] Aussprache über [X] ||| 1 ||| 0-0 2-2 ||| 0.116667 0.116667
-[X][X] to [X][X] of [X] ||| [X][X] zu [X][X] über [X] ||| 1 ||| 0-0 2-2 ||| 0.116667 0.116667
-[X][X] the start [X][X] of [X] ||| [X][X] Beginn [X][X] über [X] ||| 1 ||| 0-0 3-2 ||| 0.116667 0.116667
-Thursday prior [X][X] presentation of [X] ||| Donnerstag [X][X] Aussprache über [X] ||| 1 ||| 2-1 ||| 0.0666667 0.0666667
-Thursday prior [X][X] of [X] ||| Donnerstag [X][X] über [X] ||| 1 ||| 2-1 ||| 0.0666667 0.0666667
-Thursday prior to [X][X] of [X] ||| Donnerstag zu [X][X] über [X] ||| 1 ||| 3-2 ||| 0.0666667 0.0666667
-to [X][X] presentation of the [X] ||| zu [X][X] Aussprache über den [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-to [X][X] presentation [X][X] [X] ||| zu [X][X] Aussprache [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.144379 0.144379
-to [X][X] of the [X] ||| zu [X][X] über den [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-to [X][X] the [X] ||| zu [X][X] den [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-to the start [X][X] the [X] ||| zu Beginn [X][X] den [X] ||| 1 ||| 3-2 ||| 0.0666667 0.0666667
-[X][X] of the [X][X] report [X] ||| [X][X] der [X][X] Bericht [X] ||| 1 ||| 0-0 3-2 ||| 0.104278 0.104278
-the start [X][X] of [X][X] [X] ||| Beginn [X][X] über [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.10049 0.10049
-the start [X][X] the report [X] ||| Beginn [X][X] den Bericht [X] ||| 1 ||| 2-1 ||| 0.0588235 0.0588235
-the start [X][X] report [X] ||| Beginn [X][X] Bericht [X] ||| 1 ||| 2-1 ||| 0.0588235 0.0588235
-[X][X] presentation [X][X] report . [X] ||| [X][X] Aussprache [X][X] Bericht . [X] ||| 1 ||| 0-0 2-2 ||| 0.121544 0.121544
-[X][X] presentation [X][X] . [X] ||| [X][X] Aussprache [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.121544 0.121544
-[X][X] presentation of [X][X] . [X] ||| [X][X] Aussprache über [X][X] . [X] ||| 1 ||| 0-0 3-3 ||| 0.121544 0.121544
-[X][X] presentation of the [X][X] [X] ||| [X][X] Aussprache über den [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.121544 0.121544
-[X][X] of the report . [X] ||| [X][X] über den Bericht . [X] ||| 1 ||| 0-0 ||| 0.121544 0.121544
-[X][X] of [X][X] . [X] ||| [X][X] über [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.121544 0.121544
-[X][X] of the [X][X] [X] ||| [X][X] über den [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.121544 0.121544
-of the [X][X] the [X][X] [X] ||| der [X][X] den [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.047619 0.047619
-of the [X][X] report . [X] ||| der [X][X] Bericht . [X] ||| 1 ||| 2-1 ||| 0.047619 0.047619
-of the [X][X] . [X] ||| der [X][X] . [X] ||| 1 ||| 2-1 ||| 0.047619 0.047619
-of the presentation [X][X] . [X] ||| der Aussprache [X][X] . [X] ||| 1 ||| 3-2 ||| 0.047619 0.047619
-[X][X] you may [X][X] wish [X] ||| [X][X] können Sie [X][X] wollen [X] ||| 1 ||| 0-0 3-3 ||| 0.106443 0.106443
-time when [X][X] if [X][X] [X] ||| dann [X][X] wenn [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.10049 0.10049
-time when [X][X] you wish [X] ||| dann [X][X] Sie wollen [X] ||| 1 ||| 2-1 ||| 0.0588235 0.0588235
-time when [X][X] wish [X] ||| dann [X][X] wollen [X] ||| 1 ||| 2-1 ||| 0.0588235 0.0588235
-the [X][X] , [X][X] wish [X] ||| [X][X] , [X][X] wollen [X] ||| 1 ||| 1-0 3-2 ||| 0.047619 0.047619
-the [X][X] , if [X][X] [X] ||| [X][X] , wenn [X][X] [X] ||| 1 ||| 1-0 4-3 ||| 0.0809524 0.0809524
-the [X][X] if you wish [X] ||| [X][X] wenn Sie wollen [X] ||| 1 ||| 1-0 ||| 0.047619 0.047619
-the [X][X] if [X][X] [X] ||| [X][X] wenn [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.0809524 0.0809524
-the [X][X] you wish [X] ||| [X][X] Sie wollen [X] ||| 1 ||| 1-0 ||| 0.047619 0.047619
-the [X][X] wish [X] ||| [X][X] wollen [X] ||| 1 ||| 1-0 ||| 0.047619 0.047619
-the time when [X][X] wish [X] ||| dann [X][X] wollen [X] ||| 1 ||| 3-1 ||| 0.047619 0.047619
-[X][X] , [X][X] wish , [X] ||| [X][X] , [X][X] wollen , [X] ||| 1 ||| 0-0 2-2 ||| 0.122619 0.122619
-[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.284025 0.284025
-[X][X] , if [X][X] , [X] ||| [X][X] , wenn [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.122619 0.122619
-[X][X] , if you [X][X] [X] ||| [X][X] , wenn Sie [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.164286 0.164286
-[X][X] if you wish , [X] ||| [X][X] wenn Sie wollen , [X] ||| 1 ||| 0-0 ||| 0.122619 0.122619
-[X][X] if [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.122619 0.122619
-[X][X] if you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.164286 0.164286
-you may [X][X] you [X][X] [X] ||| können Sie [X][X] Sie [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0892857 0.0892857
-you may [X][X] wish , [X] ||| können Sie [X][X] wollen , [X] ||| 1 ||| 2-2 ||| 0.047619 0.047619
-you may [X][X] , [X] ||| können Sie [X][X] , [X] ||| 1 ||| 2-2 ||| 0.047619 0.047619
-you may , [X][X] , [X] ||| können Sie , [X][X] , [X] ||| 1 ||| 3-3 ||| 0.047619 0.047619
-[X][X] wish [X][X] [X] ||| [X][X] wollen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.271929 0.271929
-[X][X] wish , raise [X][X] [X] ||| [X][X] wollen , [X][X] ansprechen [X] ||| 1 ||| 0-0 4-3 ||| 0.143968 0.143968
-[X][X] wish , [X][X] [X] ||| [X][X] wollen , [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.271929 0.271929
-if [X][X] , raise [X][X] [X] ||| wenn [X][X] , [X][X] ansprechen [X] ||| 1 ||| 1-1 4-3 ||| 0.0588235 0.0588235
-if [X][X] , [X][X] [X] ||| wenn [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.152302 0.152302
-if [X][X] raise this question [X] ||| wenn [X][X] diese Frage ansprechen [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-if [X][X] raise [X][X] [X] ||| wenn [X][X] [X][X] ansprechen [X] ||| 1 ||| 1-1 3-2 ||| 0.0588235 0.0588235
-if you [X][X] raise [X][X] [X] ||| wenn Sie [X][X] [X][X] ansprechen [X] ||| 1 ||| 2-2 4-3 ||| 0.0588235 0.0588235
-if you wish [X][X] [X] ||| wenn Sie wollen [X][X] [X] ||| 1 ||| 3-3 ||| 0.152302 0.152302
-if you wish , [X][X] [X] ||| wenn Sie wollen , [X][X] [X] ||| 1 ||| 4-4 ||| 0.152302 0.152302
-[X][X] , raise [X][X] , [X] ||| [X][X] , [X][X] ansprechen , [X] ||| 1 ||| 0-0 3-2 ||| 0.161406 0.161406
-you [X][X] raise [X][X] , [X] ||| Sie [X][X] [X][X] ansprechen , [X] ||| 1 ||| 1-1 3-2 ||| 0.0769231 0.0769231
-you [X][X] , [X] ||| Sie [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-you wish [X][X] , [X] ||| Sie wollen [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0769231 0.0769231
-you wish , [X][X] , [X] ||| Sie wollen , [X][X] , [X] ||| 1 ||| 3-3 ||| 0.0769231 0.0769231
-, raise [X][X] , i.e. [X] ||| , [X][X] ansprechen , d. h. [X] ||| 1 ||| 2-1 ||| 0.142857 0.142857
-, [X][X] , i.e. [X] ||| , [X][X] , d. h. [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-, [X][X] i.e. [X] ||| , [X][X] d. h. [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-, raise this question [X][X] [X] ||| , diese Frage ansprechen [X][X] [X] ||| 1 ||| 4-4 ||| 0.320803 0.320803
-raise [X][X] , i.e. on [X] ||| [X][X] ansprechen , d. h. am [X] ||| 1 ||| 1-0 ||| 0.111111 0.111111
-raise [X][X] , [X][X] [X] ||| [X][X] ansprechen , [X][X] [X] ||| 1 ||| 1-0 3-3 ||| 0.23254 0.23254
-[X][X] , i.e. on [X] ||| [X][X] , d. h. am [X] ||| 1 ||| 0-0 ||| 0.32608 0.32608
-[X][X] i.e. on [X] ||| [X][X] d. h. am [X] ||| 1 ||| 0-0 ||| 0.32608 0.32608
-raise this question [X][X] on [X] ||| diese Frage ansprechen [X][X] am [X] ||| 1 ||| 3-3 ||| 0.111111 0.111111
-raise this question , [X][X] [X] ||| diese Frage ansprechen , [X][X] [X] ||| 1 ||| 4-4 ||| 0.23254 0.23254
-[X][X] on [X][X] the start [X] ||| [X][X] am [X][X] Beginn [X] ||| 1 ||| 0-0 2-2 ||| 0.0588235 0.0588235
-[X][X] on Thursday prior [X][X] [X] ||| [X][X] am Donnerstag [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.108824 0.108824
-, [X][X] Thursday prior [X][X] [X] ||| , [X][X] Donnerstag [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.108824 0.108824
-, [X][X] to the start [X] ||| , [X][X] zu Beginn [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-, [X][X] to [X][X] [X] ||| , [X][X] zu [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.108824 0.108824
-, [X][X] the start [X] ||| , [X][X] Beginn [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-, i.e. [X][X] to [X][X] [X] ||| , d. h. [X][X] zu [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.108824 0.108824
-, i.e. [X][X] the start [X] ||| , d. h. [X][X] Beginn [X] ||| 1 ||| 2-3 ||| 0.0588235 0.0588235
-i.e. [X][X] the start [X][X] [X] ||| d. h. [X][X] Beginn [X][X] [X] ||| 1 ||| 1-2 4-4 ||| 0.1125 0.1125
-i.e. [X][X] of the [X] ||| d. h. [X][X] der [X] ||| 1 ||| 1-2 ||| 0.0625 0.0625
-i.e. on [X][X] of the [X] ||| d. h. am [X][X] der [X] ||| 1 ||| 2-3 ||| 0.0625 0.0625
-on [X][X] to [X][X] of [X] ||| am [X][X] zu [X][X] über [X] ||| 1 ||| 1-1 3-3 ||| 0.05 0.05
-on [X][X] of the [X][X] [X] ||| am [X][X] der [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.05 0.05
-on [X][X] presentation of [X] ||| am [X][X] Aussprache über [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-on [X][X] of [X] ||| am [X][X] über [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-on Thursday prior [X][X] of [X] ||| am Donnerstag [X][X] über [X] ||| 1 ||| 3-2 ||| 0.05 0.05
-[X][X] to [X][X] of the [X] ||| [X][X] zu [X][X] über den [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] to [X][X] the [X] ||| [X][X] zu [X][X] den [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] the start [X][X] the [X] ||| [X][X] Beginn [X][X] den [X] ||| 1 ||| 0-0 3-2 ||| 0.0526316 0.0526316
-Thursday prior [X][X] presentation [X][X] [X] ||| Donnerstag [X][X] Aussprache [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0526316 0.0526316
-Thursday prior [X][X] of the [X] ||| Donnerstag [X][X] über den [X] ||| 1 ||| 2-1 ||| 0.0526316 0.0526316
-Thursday prior [X][X] the [X] ||| Donnerstag [X][X] den [X] ||| 1 ||| 2-1 ||| 0.0526316 0.0526316
-Thursday prior to [X][X] the [X] ||| Donnerstag zu [X][X] den [X] ||| 1 ||| 3-2 ||| 0.0526316 0.0526316
-to [X][X] presentation [X][X] report [X] ||| zu [X][X] Aussprache [X][X] Bericht [X] ||| 1 ||| 1-1 3-3 ||| 0.0454545 0.0454545
-to [X][X] presentation of [X][X] [X] ||| zu [X][X] Aussprache über [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0777126 0.0777126
-to [X][X] of the report [X] ||| zu [X][X] über den Bericht [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-to [X][X] of [X][X] [X] ||| zu [X][X] über [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0777126 0.0777126
-to [X][X] the report [X] ||| zu [X][X] den Bericht [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-to [X][X] report [X] ||| zu [X][X] Bericht [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-to the start [X][X] report [X] ||| zu Beginn [X][X] Bericht [X] ||| 1 ||| 3-2 ||| 0.0454545 0.0454545
-[X][X] of the [X][X] . [X] ||| [X][X] der [X][X] . [X] ||| 1 ||| 0-0 3-2 ||| 0.0739247 0.0739247
-the start [X][X] the [X][X] [X] ||| Beginn [X][X] den [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0416667 0.0416667
-the start [X][X] report . [X] ||| Beginn [X][X] Bericht . [X] ||| 1 ||| 2-1 ||| 0.0416667 0.0416667
-the start [X][X] . [X] ||| Beginn [X][X] . [X] ||| 1 ||| 2-1 ||| 0.0416667 0.0416667
-[X][X] you may [X][X] , [X] ||| [X][X] können Sie [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.075 0.075
-time when [X][X] you [X][X] [X] ||| dann [X][X] Sie [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0416667 0.0416667
-time when [X][X] wish , [X] ||| dann [X][X] wollen , [X] ||| 1 ||| 2-1 ||| 0.0416667 0.0416667
-the [X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 1 ||| 1-0 3-2 ||| 0.0333333 0.0333333
-the [X][X] if [X][X] , [X] ||| [X][X] wenn [X][X] , [X] ||| 1 ||| 1-0 3-2 ||| 0.0333333 0.0333333
-the [X][X] if you [X][X] [X] ||| [X][X] wenn Sie [X][X] [X] ||| 1 ||| 1-0 4-3 ||| 0.0333333 0.0333333
-the [X][X] you wish , [X] ||| [X][X] Sie wollen , [X] ||| 1 ||| 1-0 ||| 0.0333333 0.0333333
-the [X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.0333333 0.0333333
-the [X][X] wish , [X] ||| [X][X] wollen , [X] ||| 1 ||| 1-0 ||| 0.0333333 0.0333333
-[X][X] you wish [X][X] [X] ||| [X][X] Sie wollen [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.119628 0.119628
-[X][X] you wish , [X][X] [X] ||| [X][X] Sie wollen , [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.119628 0.119628
-, [X][X] wish [X][X] [X] ||| , [X][X] wollen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.077961 0.077961
-, [X][X] wish , [X][X] [X] ||| , [X][X] wollen , [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.077961 0.077961
-, [X][X] , raise [X][X] [X] ||| , [X][X] , [X][X] ansprechen [X] ||| 1 ||| 1-1 4-3 ||| 0.0434783 0.0434783
-, [X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.255907 0.255907
-, [X][X] raise this question [X] ||| , [X][X] diese Frage ansprechen [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-, [X][X] raise [X][X] [X] ||| , [X][X] [X][X] ansprechen [X] ||| 1 ||| 1-1 3-2 ||| 0.0434783 0.0434783
-, if [X][X] , [X][X] [X] ||| , wenn [X][X] , [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.077961 0.077961
-, if [X][X] raise [X][X] [X] ||| , wenn [X][X] [X][X] ansprechen [X] ||| 1 ||| 2-2 4-3 ||| 0.0434783 0.0434783
-, if you wish [X][X] [X] ||| , wenn Sie wollen [X][X] [X] ||| 1 ||| 4-4 ||| 0.077961 0.077961
-[X][X] wish [X][X] , [X] ||| [X][X] wollen [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.0844828 0.0844828
-[X][X] wish , [X][X] , [X] ||| [X][X] wollen , [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.0844828 0.0844828
-if [X][X] , [X][X] , [X] ||| wenn [X][X] , [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.05 0.05
-if [X][X] raise [X][X] , [X] ||| wenn [X][X] [X][X] ansprechen , [X] ||| 1 ||| 1-1 3-2 ||| 0.05 0.05
-if you [X][X] , [X] ||| wenn Sie [X][X] , [X] ||| 1 ||| 2-2 ||| 0.05 0.05
-if you wish [X][X] , [X] ||| wenn Sie wollen [X][X] , [X] ||| 1 ||| 3-3 ||| 0.05 0.05
-[X][X] raise [X][X] , i.e. [X] ||| [X][X] [X][X] ansprechen , d. h. [X] ||| 1 ||| 0-0 2-1 ||| 0.210145 0.210145
-[X][X] raise this question [X][X] [X] ||| [X][X] diese Frage ansprechen [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.375872 0.375872
-wish [X][X] , i.e. [X] ||| wollen [X][X] , d. h. [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-wish [X][X] i.e. [X] ||| wollen [X][X] d. h. [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-wish , [X][X] , i.e. [X] ||| wollen , [X][X] , d. h. [X] ||| 1 ||| 2-2 ||| 0.1 0.1
-wish , [X][X] i.e. [X] ||| wollen , [X][X] d. h. [X] ||| 1 ||| 2-2 ||| 0.1 0.1
-, raise [X][X] , [X][X] [X] ||| , [X][X] ansprechen , [X][X] [X] ||| 1 ||| 2-1 4-4 ||| 0.177946 0.177946
-, [X][X] , i.e. on [X] ||| , [X][X] , d. h. am [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-, [X][X] i.e. on [X] ||| , [X][X] d. h. am [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-, [X][X] on [X] ||| , [X][X] am [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-raise [X][X] , i.e. [X][X] [X] ||| [X][X] ansprechen , d. h. [X][X] [X] ||| 1 ||| 1-0 4-5 ||| 0.121429 0.121429
-[X][X] , [X][X] Thursday prior [X] ||| [X][X] , [X][X] Donnerstag [X] ||| 1 ||| 0-0 2-2 ||| 0.163095 0.163095
-[X][X] , i.e. [X][X] [X] ||| [X][X] , d. h. [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.250132 0.250132
-[X][X] , i.e. on [X][X] [X] ||| [X][X] , d. h. am [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.250132 0.250132
-[X][X] i.e. on Thursday prior [X] ||| [X][X] d. h. am Donnerstag [X] ||| 1 ||| 0-0 ||| 0.163095 0.163095
-[X][X] i.e. [X][X] [X] ||| [X][X] d. h. [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.250132 0.250132
-[X][X] i.e. on [X][X] [X] ||| [X][X] d. h. am [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.250132 0.250132
-[X][X] on [X][X] of the [X] ||| [X][X] am [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.05 0.05
-, [X][X] the start [X][X] [X] ||| , [X][X] Beginn [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.05 0.05
-, [X][X] of the [X] ||| , [X][X] der [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-, i.e. [X][X] of the [X] ||| , d. h. [X][X] der [X] ||| 1 ||| 2-3 ||| 0.05 0.05
-[X][X] Thursday prior [X][X] presentation [X] ||| [X][X] Donnerstag [X][X] Aussprache [X] ||| 1 ||| 0-0 3-2 ||| 0.05 0.05
-i.e. [X][X] to [X][X] presentation [X] ||| d. h. [X][X] zu [X][X] Aussprache [X] ||| 1 ||| 1-2 3-4 ||| 0.05 0.05
-i.e. [X][X] of the presentation [X] ||| d. h. [X][X] der Aussprache [X] ||| 1 ||| 1-2 ||| 0.05 0.05
-i.e. [X][X] presentation [X] ||| d. h. [X][X] Aussprache [X] ||| 1 ||| 1-2 ||| 0.05 0.05
-i.e. on [X][X] presentation [X] ||| d. h. am [X][X] Aussprache [X] ||| 1 ||| 2-3 ||| 0.05 0.05
-to [X][X] presentation [X][X] . [X] ||| zu [X][X] Aussprache [X][X] . [X] ||| 1 ||| 1-1 3-3 ||| 0.0322581 0.0322581
-to [X][X] of [X][X] . [X] ||| zu [X][X] über [X][X] . [X] ||| 1 ||| 1-1 3-3 ||| 0.0322581 0.0322581
-to [X][X] of the [X][X] [X] ||| zu [X][X] über den [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0322581 0.0322581
-to [X][X] the report . [X] ||| zu [X][X] den Bericht . [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-to [X][X] the [X][X] [X] ||| zu [X][X] den [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0322581 0.0322581
-to [X][X] report . [X] ||| zu [X][X] Bericht . [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-to [X][X] . [X] ||| zu [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-to the start [X][X] . [X] ||| zu Beginn [X][X] . [X] ||| 1 ||| 3-2 ||| 0.0322581 0.0322581
-[X][X] you [X][X] , [X] ||| [X][X] Sie [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.0344828 0.0344828
-[X][X] you wish [X][X] , [X] ||| [X][X] Sie wollen [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.0344828 0.0344828
-, [X][X] wish [X][X] , [X] ||| , [X][X] wollen [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-, [X][X] , [X][X] , [X] ||| , [X][X] , [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-, [X][X] raise [X][X] , [X] ||| , [X][X] [X][X] ansprechen , [X] ||| 1 ||| 1-1 3-2 ||| 0.0344828 0.0344828
-, if you [X][X] , [X] ||| , wenn Sie [X][X] , [X] ||| 1 ||| 3-3 ||| 0.0344828 0.0344828
-[X][X] , [X][X] , i.e. [X] ||| [X][X] , [X][X] , d. h. [X] ||| 1 ||| 0-0 2-2 ||| 0.110145 0.110145
-[X][X] , [X][X] i.e. [X] ||| [X][X] , [X][X] d. h. [X] ||| 1 ||| 0-0 2-2 ||| 0.110145 0.110145
-you [X][X] , i.e. [X] ||| Sie [X][X] , d. h. [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-you [X][X] i.e. [X] ||| Sie [X][X] d. h. [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-you wish [X][X] , i.e. [X] ||| Sie wollen [X][X] , d. h. [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-you wish [X][X] i.e. [X] ||| Sie wollen [X][X] d. h. [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-you wish , [X][X] i.e. [X] ||| Sie wollen , [X][X] d. h. [X] ||| 1 ||| 3-3 ||| 0.0666667 0.0666667
-wish [X][X] , i.e. on [X] ||| wollen [X][X] , d. h. am [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-wish [X][X] , [X][X] [X] ||| wollen [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.113095 0.113095
-wish [X][X] i.e. on [X] ||| wollen [X][X] d. h. am [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-wish [X][X] on [X] ||| wollen [X][X] am [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-wish , [X][X] , [X][X] [X] ||| wollen , [X][X] , [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.113095 0.113095
-wish , [X][X] i.e. on [X] ||| wollen , [X][X] d. h. am [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-wish , [X][X] on [X] ||| wollen , [X][X] am [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-, [X][X] , i.e. [X][X] [X] ||| , [X][X] , d. h. [X][X] [X] ||| 1 ||| 1-1 4-5 ||| 0.087037 0.087037
-, [X][X] i.e. [X][X] [X] ||| , [X][X] d. h. [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.087037 0.087037
-, [X][X] i.e. on [X][X] [X] ||| , [X][X] d. h. am [X][X] [X] ||| 1 ||| 1-1 4-5 ||| 0.087037 0.087037
-, [X][X] on Thursday prior [X] ||| , [X][X] am Donnerstag [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-, [X][X] on [X][X] [X] ||| , [X][X] am [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.087037 0.087037
-raise [X][X] , [X][X] to [X] ||| [X][X] ansprechen , [X][X] zu [X] ||| 1 ||| 1-0 3-3 ||| 0.05 0.05
-[X][X] , [X][X] to [X] ||| [X][X] , [X][X] zu [X] ||| 1 ||| 0-0 2-2 ||| 0.087037 0.087037
-[X][X] , i.e. [X][X] to [X] ||| [X][X] , d. h. [X][X] zu [X] ||| 1 ||| 0-0 3-4 ||| 0.087037 0.087037
-[X][X] i.e. [X][X] to [X] ||| [X][X] d. h. [X][X] zu [X] ||| 1 ||| 0-0 2-3 ||| 0.087037 0.087037
-[X][X] i.e. on [X][X] to [X] ||| [X][X] d. h. am [X][X] zu [X] ||| 1 ||| 0-0 3-4 ||| 0.087037 0.087037
-raise this question [X][X] to [X] ||| diese Frage ansprechen [X][X] zu [X] ||| 1 ||| 3-3 ||| 0.05 0.05
-[X][X] if you wish [X][X] [X] ||| [X][X] wenn Sie wollen [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0416667 0.0416667
-you may [X][X] wish [X][X] [X] ||| können Sie [X][X] wollen [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0416667 0.0416667
-you may [X][X] , [X][X] [X] ||| können Sie [X][X] , [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0416667 0.0416667
-you may [X][X] raise [X][X] [X] ||| können Sie [X][X] [X][X] ansprechen [X] ||| 1 ||| 2-2 4-3 ||| 0.0416667 0.0416667
-[X][X] wish [X][X] , i.e. [X] ||| [X][X] wollen [X][X] , d. h. [X] ||| 1 ||| 0-0 2-2 ||| 0.0434783 0.0434783
-[X][X] wish [X][X] i.e. [X] ||| [X][X] wollen [X][X] d. h. [X] ||| 1 ||| 0-0 2-2 ||| 0.0434783 0.0434783
-[X][X] wish , [X][X] i.e. [X] ||| [X][X] wollen , [X][X] d. h. [X] ||| 1 ||| 0-0 3-3 ||| 0.0434783 0.0434783
-if [X][X] , [X][X] i.e. [X] ||| wenn [X][X] , [X][X] d. h. [X] ||| 1 ||| 1-1 3-3 ||| 0.0434783 0.0434783
-if [X][X] , i.e. [X] ||| wenn [X][X] , d. h. [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-if [X][X] i.e. [X] ||| wenn [X][X] d. h. [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-if you [X][X] , i.e. [X] ||| wenn Sie [X][X] , d. h. [X] ||| 1 ||| 2-2 ||| 0.0434783 0.0434783
-if you [X][X] i.e. [X] ||| wenn Sie [X][X] d. h. [X] ||| 1 ||| 2-2 ||| 0.0434783 0.0434783
-if you wish [X][X] i.e. [X] ||| wenn Sie wollen [X][X] d. h. [X] ||| 1 ||| 3-3 ||| 0.0434783 0.0434783
-[X][X] , [X][X] i.e. on [X] ||| [X][X] , [X][X] d. h. am [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] , [X][X] on [X] ||| [X][X] , [X][X] am [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-you [X][X] , i.e. on [X] ||| Sie [X][X] , d. h. am [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-you [X][X] , [X][X] [X] ||| Sie [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0526316
-you [X][X] i.e. on [X] ||| Sie [X][X] d. h. am [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-you [X][X] on [X] ||| Sie [X][X] am [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-you wish [X][X] , [X][X] [X] ||| Sie wollen [X][X] , [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0526316 0.0526316
-you wish [X][X] i.e. on [X] ||| Sie wollen [X][X] d. h. am [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-you wish [X][X] on [X] ||| Sie wollen [X][X] am [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-you wish , [X][X] on [X] ||| Sie wollen , [X][X] am [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-wish [X][X] , i.e. [X][X] [X] ||| wollen [X][X] , d. h. [X][X] [X] ||| 1 ||| 1-1 4-5 ||| 0.0416667 0.0416667
-wish [X][X] i.e. [X][X] [X] ||| wollen [X][X] d. h. [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.0416667 0.0416667
-wish [X][X] i.e. on [X][X] [X] ||| wollen [X][X] d. h. am [X][X] [X] ||| 1 ||| 1-1 4-5 ||| 0.0416667 0.0416667
-wish [X][X] on Thursday prior [X] ||| wollen [X][X] am Donnerstag [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-wish [X][X] on [X][X] [X] ||| wollen [X][X] am [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0416667 0.0416667
-wish [X][X] Thursday prior [X] ||| wollen [X][X] Donnerstag [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-wish , [X][X] i.e. [X][X] [X] ||| wollen , [X][X] d. h. [X][X] [X] ||| 1 ||| 2-2 4-5 ||| 0.0416667 0.0416667
-wish , [X][X] on [X][X] [X] ||| wollen , [X][X] am [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0416667 0.0416667
-wish , [X][X] Thursday prior [X] ||| wollen , [X][X] Donnerstag [X] ||| 1 ||| 2-2 ||| 0.0416667 0.0416667
-, [X][X] , [X][X] to [X] ||| , [X][X] , [X][X] zu [X] ||| 1 ||| 1-1 3-3 ||| 0.037037 0.037037
-, [X][X] i.e. [X][X] to [X] ||| , [X][X] d. h. [X][X] zu [X] ||| 1 ||| 1-1 3-4 ||| 0.037037 0.037037
-, [X][X] on [X][X] to [X] ||| , [X][X] am [X][X] zu [X] ||| 1 ||| 1-1 3-3 ||| 0.037037 0.037037
-first [X] ||| erste [X] ||| 1 ||| ||| 1 1
-part-session [X] ||| Tagung [X] ||| 1 ||| ||| 1 1
-of the [X] ||| des [X] ||| 1 ||| ||| 1 1
-European [X] ||| Europäischen [X] ||| 1 ||| ||| 1 1
-Parliament [X] ||| Parlaments [X] ||| 1 ||| ||| 1 1
-Parliament , [X] ||| Parlaments [X] ||| 1 ||| ||| 1 1
-Parliament , a [X] ||| Parlaments [X] ||| 1 ||| ||| 1 1
-Parliament , a date [X] ||| Parlaments [X] ||| 1 ||| ||| 1 1
-Parliament , a date has [X] ||| Parlaments [X] ||| 1 ||| ||| 1 1
-coinciding [X] ||| fällt [X] ||| 1 ||| ||| 1 1
-coinciding with [X] ||| fällt [X] ||| 1 ||| ||| 1 1
-, unfortunately [X] ||| leider [X] ||| 1 ||| ||| 1 1
-set , unfortunately [X] ||| leider [X] ||| 1 ||| ||| 1 1
-been set , unfortunately [X] ||| leider [X] ||| 1 ||| ||| 1 1
-has been set , unfortunately [X] ||| leider [X] ||| 1 ||| ||| 1 1
-for [X] ||| damit [X] ||| 1 ||| ||| 1 1
-for next [X] ||| damit [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 3 3
-in [X] ||| in [X] ||| 1 ||| ||| 2 2
-Texas [X] ||| Texas [X] ||| 1 ||| ||| 1 1
-for [X] ||| für [X] ||| 1 ||| ||| 1 1
-Thursday [X] ||| Donnerstag [X] ||| 1 ||| ||| 1 1
-next Thursday [X] ||| Donnerstag [X] ||| 1 ||| ||| 1 1
-the [X] ||| die [X] ||| 1 ||| ||| 1 1
-execution [X] ||| Hinrichtung [X] ||| 1 ||| ||| 1 1
-of a [X] ||| eines [X] ||| 1 ||| ||| 1 1
-President [X] ||| 34jährigen [X] ||| 1 ||| ||| 1 1
-Madam President [X] ||| 34jährigen [X] ||| 1 ||| ||| 1 1
-young [X] ||| jungen [X] ||| 1 ||| ||| 1 1
-young 34 [X] ||| jungen [X] ||| 1 ||| ||| 1 1
-young 34 year-old [X] ||| jungen [X] ||| 1 ||| ||| 1 1
-man who [X] ||| Mannes [X] ||| 1 ||| ||| 1 1
-year-old man who [X] ||| Mannes [X] ||| 1 ||| ||| 1 1
-34 year-old man who [X] ||| Mannes [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-part-session of the [X] ||| Tagung des [X] ||| 1 ||| ||| 0.5 0.5
-part-session [X][X] [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 1.30428 1.30428
-of the European [X] ||| des Europäischen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] European [X] ||| [X][X] Europäischen [X] ||| 1 ||| 0-0 ||| 1.06111 1.06111
-European Parliament [X] ||| Europäischen Parlaments [X] ||| 1 ||| ||| 1 1
-European Parliament , [X] ||| Europäischen Parlaments [X] ||| 1 ||| ||| 0.5 0.5
-European [X][X] [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 1.83333 1.83333
-European Parliament , a [X] ||| Europäischen Parlaments [X] ||| 1 ||| ||| 0.333333 0.333333
-European [X][X] a [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-European Parliament , a date [X] ||| Europäischen Parlaments [X] ||| 1 ||| ||| 0.25 0.25
-European [X][X] a date [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-European [X][X] date [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-European [X][X] a date has [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-European [X][X] date has [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-European [X][X] has [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-European [X][X] date has been [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-European [X][X] has been [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-European [X][X] been [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-European [X][X] has been set [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-European [X][X] been set [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-European [X][X] set [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-, unfortunately for [X] ||| leider damit [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 0-0 ||| 2.08333 2.08333
-, unfortunately for next [X] ||| leider damit [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 0-0 ||| 2.16667 2.16667
-, unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 1 ||| 2-1 ||| 0.583333 0.583333
-set , unfortunately for [X] ||| leider damit [X] ||| 1 ||| ||| 0.333333 0.333333
-set [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-set , unfortunately for next [X] ||| leider damit [X] ||| 1 ||| ||| 0.25 0.25
-set [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-set , unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 1 ||| 3-1 ||| 0.45 0.45
-been set , unfortunately for [X] ||| leider damit [X] ||| 1 ||| ||| 0.25 0.25
-been set [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-been [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-been set [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-been [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-been set , unfortunately [X][X] [X] ||| leider [X][X] [X] ||| 1 ||| 4-1 ||| 0.45 0.45
-has been set [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-has been [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-has [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-has been [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-has [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-date has been [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-date has [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-date [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-date has [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-date [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-a date has [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-a date [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-a [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-a date [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-a [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-, a date [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-, a [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-, [X][X] for [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-, a [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-, [X][X] for next [X] ||| [X][X] damit [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-for [X] ||| damit zusammen [X] ||| 1 ||| ||| 1 1
-for next [X] ||| damit zusammen [X] ||| 1 ||| ||| 1 1
-, [X] ||| zusammen , [X] ||| 1 ||| ||| 2 1
-, [X] ||| , daß [X] ||| 1 ||| ||| 2 1
-in [X] ||| daß in [X] ||| 1 ||| ||| 2 1
-in [X] ||| in den [X] ||| 1 ||| ||| 2 1
-America [X] ||| Vereinigten Staaten [X] ||| 1 ||| ||| 1 1
-, in [X] ||| , in [X] ||| 1 ||| ||| 1 1
-in Texas [X] ||| in Texas [X] ||| 1 ||| ||| 1 1
-, for [X] ||| , für [X] ||| 1 ||| ||| 1 1
-Thursday [X] ||| Donnerstag dieser [X] ||| 1 ||| ||| 1 1
-next Thursday [X] ||| Donnerstag dieser [X] ||| 1 ||| ||| 1 1
-the [X] ||| Woche die [X] ||| 1 ||| ||| 1 1
-the execution [X] ||| die Hinrichtung [X] ||| 1 ||| ||| 1 1
-execution of a [X] ||| Hinrichtung eines [X] ||| 1 ||| ||| 0.5 0.5
-execution [X][X] [X] ||| Hinrichtung [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-young 34 year-old man who [X] ||| jungen Mannes [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] year-old man who [X] ||| [X][X] Mannes [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-[X][X] man who [X] ||| [X][X] Mannes [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-young 34 year-old [X][X] [X] ||| jungen [X][X] [X] ||| 1 ||| 3-1 ||| 0.166667 0.166667
-young 34 [X][X] [X] ||| jungen [X][X] [X] ||| 1 ||| 2-1 ||| 0.166667 0.166667
-young [X][X] [X] ||| jungen [X][X] [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-has been [X] ||| worden ist [X] ||| 1 ||| ||| 1 1
-this year ' s first [X] ||| die erste diesjährige [X] ||| 1 ||| ||| 1 1
-part-session of the European [X] ||| Tagung des Europäischen [X] ||| 1 ||| ||| 0.25 0.25
-part-session [X][X] European [X] ||| Tagung [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-of the European Parliament [X] ||| des Europäischen Parlaments [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] European Parliament [X] ||| [X][X] Europäischen Parlaments [X] ||| 1 ||| 0-0 ||| 0.517857 0.517857
-[X][X] Parliament [X] ||| [X][X] Parlaments [X] ||| 1 ||| 0-0 ||| 0.517857 0.517857
-of the [X][X] [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.990079 0.990079
-of the European Parliament , [X] ||| des Europäischen Parlaments [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] European Parliament , [X] ||| [X][X] Europäischen Parlaments [X] ||| 1 ||| 0-0 ||| 0.233766 0.233766
-[X][X] European [X][X] [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 1.1515 1.1515
-[X][X] Parliament , [X] ||| [X][X] Parlaments [X] ||| 1 ||| 0-0 ||| 0.233766 0.233766
-of the [X][X] , [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.142857 0.142857
-of the European [X][X] [X] ||| des Europäischen [X][X] [X] ||| 1 ||| 3-2 ||| 0.740079 0.740079
-[X][X] European Parliament , a [X] ||| [X][X] Europäischen Parlaments [X] ||| 1 ||| 0-0 ||| 0.188034 0.188034
-[X][X] European [X][X] a [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.188034 0.188034
-[X][X] Parliament , a [X] ||| [X][X] Parlaments [X] ||| 1 ||| 0-0 ||| 0.188034 0.188034
-of the [X][X] , a [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-of the [X][X] a [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-of the European [X][X] a [X] ||| des Europäischen [X][X] [X] ||| 1 ||| 3-2 ||| 0.111111 0.111111
-[X][X] European [X][X] a date [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.188034 0.188034
-[X][X] European [X][X] date [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.188034 0.188034
-[X][X] Parliament , a date [X] ||| [X][X] Parlaments [X] ||| 1 ||| 0-0 ||| 0.188034 0.188034
-of the [X][X] a date [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-of the [X][X] date [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-of the European [X][X] date [X] ||| des Europäischen [X][X] [X] ||| 1 ||| 3-2 ||| 0.111111 0.111111
-[X][X] European [X][X] date has [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.208333 0.208333
-[X][X] European [X][X] has [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.208333 0.208333
-of the [X][X] date has [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-of the [X][X] has [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-of the European [X][X] has [X] ||| des Europäischen [X][X] [X] ||| 1 ||| 3-2 ||| 0.125 0.125
-[X][X] European [X][X] has been [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.208333 0.208333
-[X][X] European [X][X] been [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.208333 0.208333
-of the [X][X] has been [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-of the [X][X] been [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-of the European [X][X] been [X] ||| des Europäischen [X][X] [X] ||| 1 ||| 3-2 ||| 0.125 0.125
-[X][X] European [X][X] been set [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.125 0.125
-[X][X] European [X][X] set [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.125 0.125
-of the [X][X] been set [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-of the [X][X] set [X] ||| des [X][X] [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-of the European [X][X] set [X] ||| des Europäischen [X][X] [X] ||| 1 ||| 3-2 ||| 0.125 0.125
-, unfortunately for [X] ||| leider damit zusammen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 0-0 ||| 2.08333 2.08333
-, unfortunately for next [X] ||| leider damit zusammen [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 0-0 ||| 1.98333 1.98333
-, unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 1 ||| 2-1 ||| 0.25 0.25
-set , unfortunately for [X] ||| leider damit zusammen [X] ||| 1 ||| ||| 0.333333 0.333333
-set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-set , unfortunately for next [X] ||| leider damit zusammen [X] ||| 1 ||| ||| 0.2 0.2
-set [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-set , unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 1 ||| 3-1 ||| 0.2 0.2
-been set , unfortunately for [X] ||| leider damit zusammen [X] ||| 1 ||| ||| 0.25 0.25
-been set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-been set [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 2-0 ||| 0.2 0.2
-been [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-been set , unfortunately [X][X] [X] ||| leider [X][X] zusammen [X] ||| 1 ||| 4-1 ||| 0.2 0.2
-has been set [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-has been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-has been [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-has [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-date has been [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-date has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-date has [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-date [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-a date has [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-a date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-a [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-a date [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-a [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-, a date [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-, a [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-, [X][X] for [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-, a [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-, [X][X] for next [X] ||| [X][X] damit zusammen [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-, [X] ||| zusammen , daß [X] ||| 1 ||| ||| 1 1
-in [X] ||| daß in den [X] ||| 1 ||| ||| 1 1
-America [X] ||| den Vereinigten Staaten [X] ||| 1 ||| ||| 1 1
-, in Texas [X] ||| , in Texas [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Texas [X] ||| [X][X] Texas [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-Thursday [X] ||| Donnerstag dieser Woche [X] ||| 1 ||| ||| 1 1
-next Thursday [X] ||| Donnerstag dieser Woche [X] ||| 1 ||| ||| 1 1
-the [X] ||| dieser Woche die [X] ||| 1 ||| ||| 1 1
-the execution [X] ||| Woche die Hinrichtung [X] ||| 1 ||| ||| 1 1
-the execution of a [X] ||| die Hinrichtung eines [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] of a [X] ||| [X][X] eines [X] ||| 1 ||| 0-0 ||| 0.616667 0.616667
-the [X][X] [X] ||| die [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-the execution [X][X] [X] ||| die Hinrichtung [X][X] [X] ||| 1 ||| 2-2 ||| 0.25 0.25
-sentenced to death [X] ||| zum Tode verurteilten [X] ||| 1 ||| ||| 1 1
-sentenced to death . [X] ||| zum Tode verurteilten [X] ||| 1 ||| ||| 1 1
-[X][X] part-session [X] ||| [X][X] Tagung [X] ||| 1 ||| 0-0 ||| 1.5 1.5
-with [X][X] part-session [X] ||| [X][X] Tagung [X] ||| 1 ||| 1-0 ||| 0.5 0.5
-part-session of the European Parliament [X] ||| Tagung des Europäischen Parlaments [X] ||| 1 ||| ||| 0.142857 0.142857
-part-session [X][X] European Parliament [X] ||| Tagung [X][X] Europäischen Parlaments [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-part-session [X][X] Parliament [X] ||| Tagung [X][X] Parlaments [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-part-session of the [X][X] [X] ||| Tagung des [X][X] [X] ||| 1 ||| 3-2 ||| 0.554279 0.554279
-part-session [X][X] European Parliament , [X] ||| Tagung [X][X] Europäischen Parlaments [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-part-session [X][X] European [X][X] [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.411422 0.411422
-part-session [X][X] Parliament , [X] ||| Tagung [X][X] Parlaments [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-part-session [X][X] , [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-part-session of the [X][X] , [X] ||| Tagung des [X][X] [X] ||| 1 ||| 3-2 ||| 0.0909091 0.0909091
-part-session of the European [X][X] [X] ||| Tagung des Europäischen [X][X] [X] ||| 1 ||| 4-3 ||| 0.411422 0.411422
-part-session [X][X] European [X][X] a [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0769231 0.0769231
-part-session [X][X] Parliament , a [X] ||| Tagung [X][X] Parlaments [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-part-session [X][X] , a [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-part-session [X][X] a [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-part-session of the [X][X] a [X] ||| Tagung des [X][X] [X] ||| 1 ||| 3-2 ||| 0.0769231 0.0769231
-part-session [X][X] European [X][X] date [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0769231 0.0769231
-part-session [X][X] , a date [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-part-session [X][X] a date [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-part-session [X][X] date [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-part-session of the [X][X] date [X] ||| Tagung des [X][X] [X] ||| 1 ||| 3-2 ||| 0.0769231 0.0769231
-part-session [X][X] European [X][X] has [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0833333 0.0833333
-part-session [X][X] a date has [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-part-session [X][X] date has [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-part-session [X][X] has [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-part-session of the [X][X] has [X] ||| Tagung des [X][X] [X] ||| 1 ||| 3-2 ||| 0.0833333 0.0833333
-part-session [X][X] European [X][X] been [X] ||| Tagung [X][X] Europäischen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0833333 0.0833333
-part-session [X][X] date has been [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-part-session [X][X] has been [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-part-session [X][X] been [X] ||| Tagung [X][X] [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-part-session of the [X][X] been [X] ||| Tagung des [X][X] [X] ||| 1 ||| 3-2 ||| 0.0833333 0.0833333
-in America [X] ||| in den Vereinigten Staaten [X] ||| 1 ||| ||| 1 1
-the execution [X] ||| dieser Woche die Hinrichtung [X] ||| 1 ||| ||| 1 1
-the execution of a [X] ||| Woche die Hinrichtung eines [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] of a [X] ||| Woche [X][X] eines [X] ||| 1 ||| 0-1 ||| 0.2 0.2
-the [X][X] [X] ||| Woche die [X][X] [X] ||| 1 ||| 1-2 ||| 0.2 0.2
-the execution [X][X] [X] ||| Woche die Hinrichtung [X][X] [X] ||| 1 ||| 2-3 ||| 0.2 0.2
-[X][X] part-session of the [X] ||| [X][X] Tagung des [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-[X][X] part-session [X][X] [X] ||| [X][X] Tagung [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.936111 0.936111
-[X][X] of the [X] ||| [X][X] des [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-with [X][X] part-session of the [X] ||| [X][X] Tagung des [X] ||| 1 ||| 1-0 ||| 0.166667 0.166667
-with [X][X] part-session [X][X] [X] ||| [X][X] Tagung [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.277778 0.277778
-with [X][X] of the [X] ||| [X][X] des [X] ||| 1 ||| 1-0 ||| 0.166667 0.166667
-in America [X] ||| daß in den Vereinigten Staaten [X] ||| 1 ||| ||| 1 1
-the execution of a [X] ||| dieser Woche die Hinrichtung eines [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] of a [X] ||| dieser [X][X] eines [X] ||| 1 ||| 0-1 ||| 0.333334 0.166667
-[X][X] of a [X] ||| dieser Woche [X][X] eines [X] ||| 1 ||| 0-2 ||| 0.333334 0.166667
-the [X][X] [X] ||| dieser Woche die [X][X] [X] ||| 1 ||| 1-3 ||| 0.166667 0.166667
-the execution [X][X] [X] ||| dieser Woche die Hinrichtung [X][X] [X] ||| 1 ||| 2-4 ||| 0.166667 0.166667
-[X][X] part-session of the European [X] ||| [X][X] Tagung des Europäischen [X] ||| 1 ||| 0-0 ||| 0.311111 0.311111
-[X][X] part-session [X][X] European [X] ||| [X][X] Tagung [X][X] Europäischen [X] ||| 1 ||| 0-0 2-2 ||| 0.311111 0.311111
-[X][X] of the European [X] ||| [X][X] des Europäischen [X] ||| 1 ||| 0-0 ||| 0.311111 0.311111
-with [X][X] part-session [X][X] European [X] ||| [X][X] Tagung [X][X] Europäischen [X] ||| 1 ||| 1-0 3-2 ||| 0.111111 0.111111
-with [X][X] of the European [X] ||| [X][X] des Europäischen [X] ||| 1 ||| 1-0 ||| 0.111111 0.111111
-with [X][X] European [X] ||| [X][X] Europäischen [X] ||| 1 ||| 1-0 ||| 0.111111 0.111111
-[X][X] part-session [X][X] European Parliament [X] ||| [X][X] Tagung [X][X] Europäischen Parlaments [X] ||| 1 ||| 0-0 2-2 ||| 0.125 0.125
-[X][X] part-session [X][X] Parliament [X] ||| [X][X] Tagung [X][X] Parlaments [X] ||| 1 ||| 0-0 2-2 ||| 0.125 0.125
-[X][X] part-session of the [X][X] [X] ||| [X][X] Tagung des [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.125 0.125
-[X][X] of the European Parliament [X] ||| [X][X] des Europäischen Parlaments [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-[X][X] of the [X][X] [X] ||| [X][X] des [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.125 0.125
-, in Texas in America [X] ||| in den Vereinigten Staaten , in Texas [X] ||| 1 ||| ||| 0.166667 0.166667
-, in Texas [X][X] [X] ||| [X][X] , in Texas [X] ||| 1 ||| 3-0 ||| 0.291667 0.291667
-[X][X] Texas [X][X] [X] ||| [X][X] [X][X] Texas [X] ||| 1 ||| 2-0 0-1 ||| 0.291667 0.291667
-[X][X] Texas in America [X] ||| in den Vereinigten Staaten [X][X] Texas [X] ||| 1 ||| 0-4 ||| 0.166667 0.166667
-[X][X] in America [X] ||| in den Vereinigten Staaten [X][X] [X] ||| 1 ||| 0-4 ||| 0.166667 0.166667
-, [X][X] in America [X] ||| in den Vereinigten Staaten , [X][X] [X] ||| 1 ||| 1-5 ||| 0.166667 0.166667
-, in Texas in America [X] ||| daß in den Vereinigten Staaten , in Texas [X] ||| 1 ||| ||| 0.125 0.125
-, in Texas [X][X] [X] ||| daß [X][X] , in Texas [X] ||| 1 ||| 3-1 ||| 0.125 0.125
-[X][X] Texas [X][X] [X] ||| daß [X][X] [X][X] Texas [X] ||| 1 ||| 2-1 0-2 ||| 0.125 0.125
-[X][X] Texas in America [X] ||| daß in den Vereinigten Staaten [X][X] Texas [X] ||| 1 ||| 0-5 ||| 0.125 0.125
-[X][X] in America [X] ||| daß in den Vereinigten Staaten [X][X] [X] ||| 1 ||| 0-5 ||| 0.125 0.125
-, [X][X] in America [X] ||| daß in den Vereinigten Staaten , [X][X] [X] ||| 1 ||| 1-6 ||| 0.125 0.125
-, in Texas [X][X] , [X] ||| [X][X] , in Texas , [X] ||| 1 ||| 3-0 ||| 0.277778 0.277778
-[X][X] Texas [X][X] , [X] ||| [X][X] [X][X] Texas , [X] ||| 1 ||| 2-0 0-1 ||| 0.277778 0.277778
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.277778 0.277778
-[X][X] Texas in America , [X] ||| in den Vereinigten Staaten [X][X] Texas , [X] ||| 1 ||| 0-4 ||| 0.166667 0.166667
-[X][X] in America , [X] ||| in den Vereinigten Staaten [X][X] , [X] ||| 1 ||| 0-4 ||| 0.166667 0.166667
-, [X][X] in America , [X] ||| in den Vereinigten Staaten , [X][X] , [X] ||| 1 ||| 1-5 ||| 0.166667 0.166667
-, in Texas [X][X] , [X] ||| daß [X][X] , in Texas , [X] ||| 1 ||| 3-1 ||| 0.111111 0.111111
-[X][X] Texas [X][X] , [X] ||| daß [X][X] [X][X] Texas , [X] ||| 1 ||| 2-1 0-2 ||| 0.111111 0.111111
-[X][X] , [X] ||| daß [X][X] , [X] ||| 1 ||| 0-1 ||| 0.111111 0.111111
-[X][X] Texas in America , [X] ||| daß in den Vereinigten Staaten [X][X] Texas , [X] ||| 1 ||| 0-5 ||| 0.111111 0.111111
-[X][X] in America , [X] ||| daß in den Vereinigten Staaten [X][X] , [X] ||| 1 ||| 0-5 ||| 0.111111 0.111111
-, [X][X] in America , [X] ||| daß in den Vereinigten Staaten , [X][X] , [X] ||| 1 ||| 1-6 ||| 0.111111 0.111111
-[X][X] Texas [X][X] , for [X] ||| [X][X] [X][X] Texas , für [X] ||| 1 ||| 2-0 0-1 ||| 0.242857 0.242857
-[X][X] , for [X] ||| [X][X] , für [X] ||| 1 ||| 0-0 ||| 0.242857 0.242857
-[X][X] for [X] ||| [X][X] für [X] ||| 1 ||| 0-0 ||| 0.242857 0.242857
-[X][X] Texas in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] Texas [X][X] [X] ||| 1 ||| 0-4 4-6 ||| 0.142857 0.142857
-[X][X] in America , for [X] ||| in den Vereinigten Staaten [X][X] , für [X] ||| 1 ||| 0-4 ||| 0.142857 0.142857
-[X][X] in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] [X][X] [X] ||| 1 ||| 0-4 3-5 ||| 0.142857 0.142857
-, [X][X] in America [X][X] [X] ||| in den Vereinigten Staaten , [X][X] [X][X] [X] ||| 1 ||| 1-5 4-6 ||| 0.142857 0.142857
-[X][X] Texas [X][X] , for [X] ||| daß [X][X] [X][X] Texas , für [X] ||| 1 ||| 2-1 0-2 ||| 0.1 0.1
-[X][X] , for [X] ||| daß [X][X] , für [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-[X][X] for [X] ||| daß [X][X] für [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-[X][X] Texas in America [X][X] [X] ||| daß in den Vereinigten Staaten [X][X] Texas [X][X] [X] ||| 1 ||| 0-5 4-7 ||| 0.1 0.1
-[X][X] in America , for [X] ||| daß in den Vereinigten Staaten [X][X] , für [X] ||| 1 ||| 0-5 ||| 0.1 0.1
-[X][X] in America [X][X] [X] ||| daß in den Vereinigten Staaten [X][X] [X][X] [X] ||| 1 ||| 0-5 3-6 ||| 0.1 0.1
-, [X][X] in America [X][X] [X] ||| daß in den Vereinigten Staaten , [X][X] [X][X] [X] ||| 1 ||| 1-6 4-7 ||| 0.1 0.1
-Thursday [X][X] , for [X] ||| [X][X] , für Donnerstag [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-Thursday [X][X] for [X] ||| [X][X] für Donnerstag [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-Thursday [X][X] [X] ||| [X][X] Donnerstag [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-Thursday [X][X] in America [X][X] [X] ||| in den Vereinigten Staaten [X][X] [X][X] Donnerstag [X] ||| 1 ||| 1-4 4-5 ||| 0.25 0.25
-next Thursday [X][X] , for [X] ||| [X][X] , für Donnerstag [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-next Thursday [X][X] for [X] ||| [X][X] für Donnerstag [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-next Thursday [X][X] [X] ||| [X][X] Donnerstag [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-at [X] ||| auf [X] ||| 1 ||| ||| 1 1
-at the [X] ||| auf [X] ||| 1 ||| ||| 1 1
-request [X] ||| Wunsch [X] ||| 1 ||| ||| 1 1
-the request [X] ||| Wunsch [X] ||| 1 ||| ||| 1 1
-of a [X] ||| eines [X] ||| 1 ||| ||| 1 1
-French [X] ||| französischen [X] ||| 1 ||| ||| 1 1
-Member [X] ||| Mitglieds [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 4 4
-Mr [X] ||| Herrn [X] ||| 1 ||| ||| 1 1
-Zimeray [X] ||| Zimeray [X] ||| 1 ||| ||| 1 1
-has [X] ||| wurde [X] ||| 1 ||| ||| 1 1
-already been [X] ||| bereits [X] ||| 1 ||| ||| 1 1
-a [X] ||| eine [X] ||| 1 ||| ||| 1 1
-petition [X] ||| Petition [X] ||| 1 ||| ||| 1 1
-presented [X] ||| eingereicht [X] ||| 1 ||| ||| 1 1
-which [X] ||| die [X] ||| 1 ||| ||| 1 1
-many [X] ||| vielen [X] ||| 1 ||| ||| 1 1
-many people [X] ||| vielen [X] ||| 1 ||| ||| 1 1
-including [X] ||| auch [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-at the request [X] ||| auf Wunsch [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] request [X] ||| [X][X] Wunsch [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-at [X][X] [X] ||| auf [X][X] [X] ||| 1 ||| 1-1 ||| 0.700617 0.700617
-request of a [X] ||| Wunsch eines [X] ||| 1 ||| ||| 0.5 0.5
-request [X][X] [X] ||| Wunsch [X][X] [X] ||| 1 ||| 1-1 ||| 1.09156 1.09156
-the request of a [X] ||| Wunsch eines [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] of a [X] ||| [X][X] eines [X] ||| 1 ||| 0-0 ||| 0.458333 0.458333
-the request [X][X] [X] ||| Wunsch [X][X] [X] ||| 1 ||| 2-1 ||| 0.756306 0.756306
-of a French [X] ||| eines französischen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] French [X] ||| [X][X] französischen [X] ||| 1 ||| 0-0 ||| 1 1
-French Member [X] ||| französischen Mitglieds [X] ||| 1 ||| ||| 1 1
-Member , [X] ||| Mitglieds , [X] ||| 1 ||| ||| 1 1
-, Mr [X] ||| , Herrn [X] ||| 1 ||| ||| 1 1
-Mr Zimeray [X] ||| Herrn Zimeray [X] ||| 1 ||| ||| 1 1
-Zimeray , [X] ||| Zimeray , [X] ||| 1 ||| ||| 1 1
-has already been [X] ||| wurde bereits [X] ||| 1 ||| ||| 0.5 0.5
-has [X][X] [X] ||| wurde [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-a petition [X] ||| eine Petition [X] ||| 1 ||| ||| 1 1
-presented , [X] ||| eingereicht , [X] ||| 1 ||| ||| 1 1
-, which [X] ||| , die [X] ||| 1 ||| ||| 1 1
-which [X] ||| die von [X] ||| 1 ||| ||| 1 1
-many [X] ||| von vielen [X] ||| 1 ||| ||| 1 1
-many people [X] ||| von vielen [X] ||| 1 ||| ||| 1 1
-, including [X] ||| , auch [X] ||| 1 ||| ||| 1 1
-including [X] ||| auch von [X] ||| 1 ||| ||| 1 1
-myself [X] ||| mir selbst [X] ||| 1 ||| ||| 1 1
-signed [X] ||| unterzeichnet worden [X] ||| 1 ||| ||| 1 1
-people signed [X] ||| unterzeichnet worden [X] ||| 1 ||| ||| 1 1
-. [X] ||| ist . [X] ||| 1 ||| ||| 1 1
-at the request of a [X] ||| auf Wunsch eines [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] request of a [X] ||| [X][X] Wunsch eines [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-[X][X] request [X][X] [X] ||| [X][X] Wunsch [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.367283 0.367283
-at [X][X] of a [X] ||| auf [X][X] eines [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-at the [X][X] [X] ||| auf [X][X] [X] ||| 1 ||| 2-1 ||| 0.367283 0.367283
-at the request [X][X] [X] ||| auf Wunsch [X][X] [X] ||| 1 ||| 3-2 ||| 0.367283 0.367283
-request of a French [X] ||| Wunsch eines französischen [X] ||| 1 ||| ||| 0.25 0.25
-request [X][X] French [X] ||| Wunsch [X][X] französischen [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-the request of a French [X] ||| Wunsch eines französischen [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] of a French [X] ||| [X][X] eines französischen [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-the [X][X] French [X] ||| [X][X] französischen [X] ||| 1 ||| 1-0 ||| 0.166667 0.166667
-the request [X][X] French [X] ||| Wunsch [X][X] französischen [X] ||| 1 ||| 2-1 ||| 0.166667 0.166667
-of a French Member [X] ||| eines französischen Mitglieds [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] French Member [X] ||| [X][X] französischen Mitglieds [X] ||| 1 ||| 0-0 ||| 0.551681 0.551681
-[X][X] Member [X] ||| [X][X] Mitglieds [X] ||| 1 ||| 0-0 ||| 0.551681 0.551681
-of a [X][X] [X] ||| eines [X][X] [X] ||| 1 ||| 2-1 ||| 0.529762 0.529762
-French Member , [X] ||| französischen Mitglieds , [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 1.97858 1.97858
-French [X][X] [X] ||| französischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.643541 0.643541
-Member , Mr [X] ||| Mitglieds , Herrn [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Mr [X] ||| [X][X] Herrn [X] ||| 1 ||| 0-0 ||| 0.697985 0.697985
-Member [X][X] [X] ||| Mitglieds [X][X] [X] ||| 1 ||| 1-1 ||| 0.646465 0.646465
-, Mr Zimeray [X] ||| , Herrn Zimeray [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Zimeray [X] ||| [X][X] Zimeray [X] ||| 1 ||| 0-0 ||| 0.728044 0.728044
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 2.32946 2.32946
-Mr Zimeray , [X] ||| Herrn Zimeray , [X] ||| 1 ||| ||| 0.333333 0.333333
-Mr [X][X] [X] ||| Herrn [X][X] [X] ||| 1 ||| 1-1 ||| 0.635256 0.635256
-presented , which [X] ||| eingereicht , die [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] which [X] ||| [X][X] die [X] ||| 1 ||| 0-0 ||| 0.688034 0.688034
-presented [X][X] [X] ||| eingereicht [X][X] [X] ||| 1 ||| 1-1 ||| 0.779762 0.779762
-, which [X] ||| , die von [X] ||| 1 ||| ||| 1 1
-which many [X] ||| die von vielen [X] ||| 1 ||| ||| 1 1
-which many people [X] ||| die von vielen [X] ||| 1 ||| ||| 0.333333 0.333333
-which [X][X] [X] ||| die [X][X] [X] ||| 1 ||| 1-1 ||| 0.666666 0.333333
-which [X][X] [X] ||| die von [X][X] [X] ||| 1 ||| 1-2 ||| 0.666666 0.333333
-, including [X] ||| , auch von [X] ||| 1 ||| ||| 1 1
-myself [X] ||| von mir selbst [X] ||| 1 ||| ||| 2 1
-myself [X] ||| mir selbst , [X] ||| 1 ||| ||| 2 1
-signed [X] ||| , unterzeichnet worden [X] ||| 1 ||| ||| 1 1
-people signed [X] ||| , unterzeichnet worden [X] ||| 1 ||| ||| 1 1
-signed [X] ||| unterzeichnet worden ist [X] ||| 1 ||| ||| 1 1
-people signed [X] ||| unterzeichnet worden ist [X] ||| 1 ||| ||| 1 1
-[X][X] request of a French [X] ||| [X][X] Wunsch eines französischen [X] ||| 1 ||| 0-0 ||| 0.0833333 0.0833333
-[X][X] request [X][X] French [X] ||| [X][X] Wunsch [X][X] französischen [X] ||| 1 ||| 0-0 2-2 ||| 0.0833333 0.0833333
-at [X][X] of a French [X] ||| auf [X][X] eines französischen [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-at the [X][X] French [X] ||| auf [X][X] französischen [X] ||| 1 ||| 2-1 ||| 0.0833333 0.0833333
-at [X][X] French [X] ||| auf [X][X] französischen [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-at the request [X][X] French [X] ||| auf Wunsch [X][X] französischen [X] ||| 1 ||| 3-2 ||| 0.0833333 0.0833333
-request of a French Member [X] ||| Wunsch eines französischen Mitglieds [X] ||| 1 ||| ||| 0.142857 0.142857
-request [X][X] French Member [X] ||| Wunsch [X][X] französischen Mitglieds [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-request [X][X] Member [X] ||| Wunsch [X][X] Mitglieds [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-request of a [X][X] [X] ||| Wunsch eines [X][X] [X] ||| 1 ||| 3-2 ||| 0.341563 0.341563
-[X][X] of a French Member [X] ||| [X][X] eines französischen Mitglieds [X] ||| 1 ||| 0-0 ||| 0.158824 0.158824
-[X][X] of a [X][X] [X] ||| [X][X] eines [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.415256 0.415256
-the [X][X] French Member [X] ||| [X][X] französischen Mitglieds [X] ||| 1 ||| 1-0 ||| 0.1 0.1
-the [X][X] Member [X] ||| [X][X] Mitglieds [X] ||| 1 ||| 1-0 ||| 0.1 0.1
-the request [X][X] French Member [X] ||| Wunsch [X][X] französischen Mitglieds [X] ||| 1 ||| 2-1 ||| 0.1 0.1
-the request [X][X] Member [X] ||| Wunsch [X][X] Mitglieds [X] ||| 1 ||| 2-1 ||| 0.1 0.1
-the request of a [X][X] [X] ||| Wunsch eines [X][X] [X] ||| 1 ||| 4-2 ||| 0.256306 0.256306
-of a French Member , [X] ||| eines französischen Mitglieds , [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] French Member , [X] ||| [X][X] französischen Mitglieds , [X] ||| 1 ||| 0-0 ||| 0.314312 0.314312
-[X][X] French [X][X] [X] ||| [X][X] französischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.7349 0.7349
-[X][X] Member , [X] ||| [X][X] Mitglieds , [X] ||| 1 ||| 0-0 ||| 0.314312 0.314312
-of a [X][X] , [X] ||| eines [X][X] , [X] ||| 1 ||| 2-1 ||| 0.160714 0.160714
-of a French [X][X] [X] ||| eines französischen [X][X] [X] ||| 1 ||| 3-2 ||| 0.279762 0.279762
-French Member , Mr [X] ||| französischen Mitglieds , Herrn [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] , Mr [X] ||| [X][X] , Herrn [X] ||| 1 ||| 0-0 ||| 0.364652 0.364652
-French [X][X] Mr [X] ||| französischen [X][X] Herrn [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-French Member [X][X] [X] ||| französischen Mitglieds [X][X] [X] ||| 1 ||| 2-2 ||| 0.310207 0.310207
-Member , Mr Zimeray [X] ||| Mitglieds , Herrn Zimeray [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Mr Zimeray [X] ||| [X][X] Herrn Zimeray [X] ||| 1 ||| 0-0 ||| 0.394711 0.394711
-Member [X][X] Zimeray [X] ||| Mitglieds [X][X] Zimeray [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Member , [X][X] [X] ||| Mitglieds , [X][X] [X] ||| 1 ||| 2-2 ||| 0.313131 0.313131
-, Mr Zimeray , [X] ||| , Herrn Zimeray , [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Zimeray , [X] ||| [X][X] Zimeray , [X] ||| 1 ||| 0-0 ||| 0.395676 0.395676
-, [X][X] , [X] ||| , [X][X] , [X] ||| 1 ||| 1-1 ||| 0.366667 0.366667
-, Mr [X][X] [X] ||| , Herrn [X][X] [X] ||| 1 ||| 2-2 ||| 0.308824 0.308824
-a petition has already been [X] ||| wurde bereits eine Petition [X] ||| 1 ||| ||| 0.2 0.2
-a petition [X][X] [X] ||| [X][X] eine Petition [X] ||| 1 ||| 2-0 ||| 0.2 0.2
-a petition has [X][X] [X] ||| wurde [X][X] eine Petition [X] ||| 1 ||| 3-1 ||| 0.2 0.2
-[X][X] has [X][X] [X] ||| wurde [X][X] [X][X] [X] ||| 1 ||| 2-1 0-2 ||| 0.2 0.2
-[X][X] has already been [X] ||| wurde bereits [X][X] [X] ||| 1 ||| 0-2 ||| 0.2 0.2
-presented , which [X] ||| eingereicht , die von [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] which [X] ||| [X][X] die von [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-presented [X][X] [X] ||| eingereicht [X][X] von [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-, which many [X] ||| , die von vielen [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] many [X] ||| [X][X] von vielen [X] ||| 1 ||| 0-0 ||| 1.01667 0.508333
-[X][X] many [X] ||| [X][X] vielen [X] ||| 1 ||| 0-0 ||| 1.01667 0.508333
-, which many people [X] ||| , die von vielen [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] many people [X] ||| [X][X] von vielen [X] ||| 1 ||| 0-0 ||| 0.528572 0.264286
-[X][X] many people [X] ||| [X][X] vielen [X] ||| 1 ||| 0-0 ||| 0.528572 0.264286
-, [X][X] people [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-, which [X][X] [X] ||| , die [X][X] [X] ||| 1 ||| 2-2 ||| 0.285714 0.142857
-, which [X][X] [X] ||| , die von [X][X] [X] ||| 1 ||| 2-3 ||| 0.285714 0.142857
-including myself [X] ||| auch von mir selbst [X] ||| 1 ||| ||| 1 1
-myself [X] ||| von mir selbst , [X] ||| 1 ||| ||| 1 1
-signed [X] ||| , unterzeichnet worden ist [X] ||| 1 ||| ||| 1 1
-people signed [X] ||| , unterzeichnet worden ist [X] ||| 1 ||| ||| 1 1
-[X][X] request [X][X] French Member [X] ||| [X][X] Wunsch [X][X] französischen Mitglieds [X] ||| 1 ||| 0-0 2-2 ||| 0.0588235 0.0588235
-[X][X] request [X][X] Member [X] ||| [X][X] Wunsch [X][X] Mitglieds [X] ||| 1 ||| 0-0 2-2 ||| 0.0588235 0.0588235
-[X][X] request of a [X][X] [X] ||| [X][X] Wunsch eines [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.15895 0.15895
-at [X][X] of a [X][X] [X] ||| auf [X][X] eines [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.15895 0.15895
-at the [X][X] French Member [X] ||| auf [X][X] französischen Mitglieds [X] ||| 1 ||| 2-1 ||| 0.0588235 0.0588235
-at [X][X] French Member [X] ||| auf [X][X] französischen Mitglieds [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-at the [X][X] Member [X] ||| auf [X][X] Mitglieds [X] ||| 1 ||| 2-1 ||| 0.0588235 0.0588235
-at [X][X] Member [X] ||| auf [X][X] Mitglieds [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-at the request [X][X] Member [X] ||| auf Wunsch [X][X] Mitglieds [X] ||| 1 ||| 3-2 ||| 0.0588235 0.0588235
-request [X][X] French Member , [X] ||| Wunsch [X][X] französischen Mitglieds , [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-request [X][X] French [X][X] [X] ||| Wunsch [X][X] französischen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.198706 0.198706
-request [X][X] Member , [X] ||| Wunsch [X][X] Mitglieds , [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-request [X][X] , [X] ||| Wunsch [X][X] , [X] ||| 1 ||| 1-1 ||| 0.11036 0.11036
-request of a [X][X] , [X] ||| Wunsch eines [X][X] , [X] ||| 1 ||| 3-2 ||| 0.11036 0.11036
-request of a French [X][X] [X] ||| Wunsch eines französischen [X][X] [X] ||| 1 ||| 4-3 ||| 0.198706 0.198706
-[X][X] of a [X][X] , [X] ||| [X][X] eines [X][X] , [X] ||| 1 ||| 0-0 3-2 ||| 0.128706 0.128706
-[X][X] of a French [X][X] [X] ||| [X][X] eines französischen [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.256432 0.256432
-the [X][X] French Member , [X] ||| [X][X] französischen Mitglieds , [X] ||| 1 ||| 1-0 ||| 0.0625 0.0625
-the [X][X] French [X][X] [X] ||| [X][X] französischen [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.156306 0.156306
-the [X][X] Member , [X] ||| [X][X] Mitglieds , [X] ||| 1 ||| 1-0 ||| 0.0625 0.0625
-the [X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 1-0 ||| 0.0852273 0.0852273
-the request [X][X] French [X][X] [X] ||| Wunsch [X][X] französischen [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.156306 0.156306
-the request [X][X] Member , [X] ||| Wunsch [X][X] Mitglieds , [X] ||| 1 ||| 2-1 ||| 0.0625 0.0625
-the request [X][X] , [X] ||| Wunsch [X][X] , [X] ||| 1 ||| 2-1 ||| 0.0852273 0.0852273
-[X][X] French Member , Mr [X] ||| [X][X] französischen Mitglieds , Herrn [X] ||| 1 ||| 0-0 ||| 0.197985 0.197985
-[X][X] French [X][X] Mr [X] ||| [X][X] französischen [X][X] Herrn [X] ||| 1 ||| 0-0 2-2 ||| 0.197985 0.197985
-[X][X] French Member [X][X] [X] ||| [X][X] französischen Mitglieds [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.420589 0.420589
-[X][X] Member , Mr [X] ||| [X][X] Mitglieds , Herrn [X] ||| 1 ||| 0-0 ||| 0.197985 0.197985
-[X][X] Member [X][X] [X] ||| [X][X] Mitglieds [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.420589 0.420589
-of a [X][X] , Mr [X] ||| eines [X][X] , Herrn [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-of a [X][X] Mr [X] ||| eines [X][X] Herrn [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-of a French [X][X] Mr [X] ||| eines französischen [X][X] Herrn [X] ||| 1 ||| 3-2 ||| 0.0714286 0.0714286
-of a French Member [X][X] [X] ||| eines französischen Mitglieds [X][X] [X] ||| 1 ||| 4-3 ||| 0.154762 0.154762
-French Member , Mr Zimeray [X] ||| französischen Mitglieds , Herrn Zimeray [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] , Mr Zimeray [X] ||| [X][X] , Herrn Zimeray [X] ||| 1 ||| 0-0 ||| 0.228044 0.228044
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 1.04911 1.04911
-French [X][X] Mr Zimeray [X] ||| französischen [X][X] Herrn Zimeray [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-French [X][X] Zimeray [X] ||| französischen [X][X] Zimeray [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-French Member [X][X] Zimeray [X] ||| französischen Mitglieds [X][X] Zimeray [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-French Member , [X][X] [X] ||| französischen Mitglieds , [X][X] [X] ||| 1 ||| 3-3 ||| 0.143541 0.143541
-Member , Mr Zimeray , [X] ||| Mitglieds , Herrn Zimeray , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Mr Zimeray , [X] ||| [X][X] Herrn Zimeray , [X] ||| 1 ||| 0-0 ||| 0.229009 0.229009
-[X][X] Mr [X][X] [X] ||| [X][X] Herrn [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.284565 0.284565
-Member [X][X] Zimeray , [X] ||| Mitglieds [X][X] Zimeray , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-Member [X][X] , [X] ||| Mitglieds [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-Member , [X][X] , [X] ||| Mitglieds , [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-Member , Mr [X][X] [X] ||| Mitglieds , Herrn [X][X] [X] ||| 1 ||| 3-3 ||| 0.146465 0.146465
-, a petition [X][X] [X] ||| , [X][X] eine Petition [X] ||| 1 ||| 3-1 ||| 0.2 0.2
-, a petition has [X][X] [X] ||| , wurde [X][X] eine Petition [X] ||| 1 ||| 4-2 ||| 0.2 0.2
-, [X][X] has [X][X] [X] ||| , wurde [X][X] [X][X] [X] ||| 1 ||| 3-2 1-3 ||| 0.2 0.2
-, [X][X] has already been [X] ||| , wurde bereits [X][X] [X] ||| 1 ||| 1-3 ||| 0.2 0.2
-a petition [X][X] presented [X] ||| [X][X] eine Petition eingereicht [X] ||| 1 ||| 2-0 ||| 0.2 0.2
-[X][X] presented [X] ||| [X][X] eingereicht [X] ||| 1 ||| 0-0 ||| 0.72549 0.72549
-a petition has [X][X] presented [X] ||| wurde [X][X] eine Petition eingereicht [X] ||| 1 ||| 3-1 ||| 0.2 0.2
-[X][X] has [X][X] presented [X] ||| wurde [X][X] [X][X] eingereicht [X] ||| 1 ||| 2-1 0-2 ||| 0.2 0.2
-[X][X] has already been presented [X] ||| wurde bereits [X][X] eingereicht [X] ||| 1 ||| 0-2 ||| 0.2 0.2
-presented , which many [X] ||| eingereicht , die von vielen [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] which many [X] ||| [X][X] die von vielen [X] ||| 1 ||| 0-0 ||| 0.258333 0.258333
-presented [X][X] many [X] ||| eingereicht [X][X] von vielen [X] ||| 1 ||| 1-1 ||| 0.25 0.125
-presented [X][X] many [X] ||| eingereicht [X][X] vielen [X] ||| 1 ||| 1-1 ||| 0.25 0.125
-presented , [X][X] [X] ||| eingereicht , [X][X] [X] ||| 1 ||| 2-2 ||| 0.196429 0.196429
-presented , which many people [X] ||| eingereicht , die von vielen [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] which many people [X] ||| [X][X] die von vielen [X] ||| 1 ||| 0-0 ||| 0.121429 0.121429
-[X][X] which [X][X] [X] ||| [X][X] die [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.242858 0.121429
-[X][X] which [X][X] [X] ||| [X][X] die von [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.242858 0.121429
-presented [X][X] many people [X] ||| eingereicht [X][X] von vielen [X] ||| 1 ||| 1-1 ||| 0.142857 0.0714286
-presented [X][X] many people [X] ||| eingereicht [X][X] vielen [X] ||| 1 ||| 1-1 ||| 0.142857 0.0714286
-presented [X][X] people [X] ||| eingereicht [X][X] [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-presented , [X][X] people [X] ||| eingereicht , [X][X] [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-presented , which [X][X] [X] ||| eingereicht , die [X][X] [X] ||| 1 ||| 3-3 ||| 0.142857 0.0714286
-presented , which [X][X] [X] ||| eingereicht , die von [X][X] [X] ||| 1 ||| 3-4 ||| 0.142857 0.0714286
-, including myself [X] ||| , auch von mir selbst [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] myself [X] ||| [X][X] von mir selbst [X] ||| 1 ||| 0-0 ||| 0.5 0.25
-[X][X] myself [X] ||| [X][X] mir selbst [X] ||| 1 ||| 0-0 ||| 0.5 0.25
-including myself [X] ||| auch von mir selbst , [X] ||| 1 ||| ||| 1 1
-[X][X] request [X][X] Member , [X] ||| [X][X] Wunsch [X][X] Mitglieds , [X] ||| 1 ||| 0-0 2-2 ||| 0.0434783 0.0434783
-[X][X] request [X][X] , [X] ||| [X][X] Wunsch [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.0434783 0.0434783
-at the [X][X] French [X][X] [X] ||| auf [X][X] französischen [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.100127 0.100127
-at [X][X] French Member , [X] ||| auf [X][X] französischen Mitglieds , [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-at [X][X] French [X][X] [X] ||| auf [X][X] französischen [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.100127 0.100127
-at the [X][X] Member , [X] ||| auf [X][X] Mitglieds , [X] ||| 1 ||| 2-1 ||| 0.0434783 0.0434783
-at [X][X] Member , [X] ||| auf [X][X] Mitglieds , [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-at the [X][X] , [X] ||| auf [X][X] , [X] ||| 1 ||| 2-1 ||| 0.0434783 0.0434783
-at [X][X] , [X] ||| auf [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-at the request [X][X] , [X] ||| auf Wunsch [X][X] , [X] ||| 1 ||| 3-2 ||| 0.0434783 0.0434783
-request [X][X] French [X][X] Mr [X] ||| Wunsch [X][X] französischen [X][X] Herrn [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0526316
-request [X][X] French Member [X][X] [X] ||| Wunsch [X][X] französischen Mitglieds [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.115373 0.115373
-request [X][X] Member , Mr [X] ||| Wunsch [X][X] Mitglieds , Herrn [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-request [X][X] Member [X][X] [X] ||| Wunsch [X][X] Mitglieds [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.115373 0.115373
-request [X][X] , Mr [X] ||| Wunsch [X][X] , Herrn [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-request [X][X] Mr [X] ||| Wunsch [X][X] Herrn [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-request of a [X][X] Mr [X] ||| Wunsch eines [X][X] Herrn [X] ||| 1 ||| 3-2 ||| 0.0526316 0.0526316
-[X][X] of a [X][X] Mr [X] ||| [X][X] eines [X][X] Herrn [X] ||| 1 ||| 0-0 3-2 ||| 0.0739247 0.0739247
-the [X][X] French [X][X] Mr [X] ||| [X][X] französischen [X][X] Herrn [X] ||| 1 ||| 1-0 3-2 ||| 0.0416667 0.0416667
-the [X][X] French Member [X][X] [X] ||| [X][X] französischen Mitglieds [X][X] [X] ||| 1 ||| 1-0 4-3 ||| 0.0938057 0.0938057
-the [X][X] Member , Mr [X] ||| [X][X] Mitglieds , Herrn [X] ||| 1 ||| 1-0 ||| 0.0416667 0.0416667
-the [X][X] Member [X][X] [X] ||| [X][X] Mitglieds [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.0938057 0.0938057
-the [X][X] , Mr [X] ||| [X][X] , Herrn [X] ||| 1 ||| 1-0 ||| 0.0416667 0.0416667
-the [X][X] Mr [X] ||| [X][X] Herrn [X] ||| 1 ||| 1-0 ||| 0.0416667 0.0416667
-the request [X][X] Member [X][X] [X] ||| Wunsch [X][X] Mitglieds [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0938057 0.0938057
-the request [X][X] , Mr [X] ||| Wunsch [X][X] , Herrn [X] ||| 1 ||| 2-1 ||| 0.0416667 0.0416667
-the request [X][X] Mr [X] ||| Wunsch [X][X] Herrn [X] ||| 1 ||| 2-1 ||| 0.0416667 0.0416667
-[X][X] French [X][X] Mr Zimeray [X] ||| [X][X] französischen [X][X] Herrn Zimeray [X] ||| 1 ||| 0-0 2-2 ||| 0.137135 0.137135
-[X][X] French [X][X] Zimeray [X] ||| [X][X] französischen [X][X] Zimeray [X] ||| 1 ||| 0-0 2-2 ||| 0.137135 0.137135
-[X][X] French Member [X][X] Zimeray [X] ||| [X][X] französischen Mitglieds [X][X] Zimeray [X] ||| 1 ||| 0-0 3-3 ||| 0.137135 0.137135
-[X][X] French Member , [X][X] [X] ||| [X][X] französischen Mitglieds , [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.222604 0.222604
-[X][X] Member , Mr Zimeray [X] ||| [X][X] Mitglieds , Herrn Zimeray [X] ||| 1 ||| 0-0 ||| 0.137135 0.137135
-[X][X] Member [X][X] Zimeray [X] ||| [X][X] Mitglieds [X][X] Zimeray [X] ||| 1 ||| 0-0 2-2 ||| 0.137135 0.137135
-[X][X] Member , [X][X] [X] ||| [X][X] Mitglieds , [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.222604 0.222604
-of a [X][X] , [X][X] [X] ||| eines [X][X] , [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0833333 0.0833333
-of a [X][X] Mr Zimeray [X] ||| eines [X][X] Herrn Zimeray [X] ||| 1 ||| 2-1 ||| 0.047619 0.047619
-of a [X][X] Zimeray [X] ||| eines [X][X] Zimeray [X] ||| 1 ||| 2-1 ||| 0.047619 0.047619
-of a French [X][X] Zimeray [X] ||| eines französischen [X][X] Zimeray [X] ||| 1 ||| 3-2 ||| 0.047619 0.047619
-[X][X] , Mr Zimeray , [X] ||| [X][X] , Herrn Zimeray , [X] ||| 1 ||| 0-0 ||| 0.1381 0.1381
-[X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.215023 0.215023
-[X][X] , Mr [X][X] [X] ||| [X][X] , Herrn [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.1381 0.1381
-French [X][X] Mr Zimeray , [X] ||| französischen [X][X] Herrn Zimeray , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-French [X][X] Mr [X][X] [X] ||| französischen [X][X] Herrn [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0526316
-French [X][X] Zimeray , [X] ||| französischen [X][X] Zimeray , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-French [X][X] , [X] ||| französischen [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-French Member [X][X] Zimeray , [X] ||| französischen Mitglieds [X][X] Zimeray , [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-French Member [X][X] , [X] ||| französischen Mitglieds [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-French Member , [X][X] , [X] ||| französischen Mitglieds , [X][X] , [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-French Member , Mr [X][X] [X] ||| französischen Mitglieds , Herrn [X][X] [X] ||| 1 ||| 4-4 ||| 0.0526316 0.0526316
-[X][X] a petition [X][X] [X] ||| [X][X] [X][X] eine Petition [X] ||| 1 ||| 0-0 3-1 ||| 0.430556 0.430556
-[X][X] a petition has [X][X] [X] ||| [X][X] wurde [X][X] eine Petition [X] ||| 1 ||| 0-0 4-2 ||| 0.430556 0.430556
-Zimeray [X][X] [X] ||| Zimeray [X][X] [X] ||| 1 ||| 1-1 ||| 0.590812 0.590812
-Zimeray , a petition [X][X] [X] ||| Zimeray , [X][X] eine Petition [X] ||| 1 ||| 4-2 ||| 0.166667 0.166667
-Zimeray , [X][X] [X] ||| Zimeray , [X][X] [X] ||| 1 ||| 2-2 ||| 0.590812 0.590812
-Zimeray , [X][X] has [X][X] [X] ||| Zimeray , wurde [X][X] [X][X] [X] ||| 1 ||| 4-3 2-4 ||| 0.166667 0.166667
-, a petition [X][X] presented [X] ||| , [X][X] eine Petition eingereicht [X] ||| 1 ||| 3-1 ||| 0.2 0.2
-, [X][X] presented [X] ||| , [X][X] eingereicht [X] ||| 1 ||| 1-1 ||| 0.258824 0.258824
-, [X][X] has [X][X] presented [X] ||| , wurde [X][X] [X][X] eingereicht [X] ||| 1 ||| 3-2 1-3 ||| 0.2 0.2
-a petition [X][X] presented , [X] ||| [X][X] eine Petition eingereicht , [X] ||| 1 ||| 2-0 ||| 0.2 0.2
-[X][X] presented , [X] ||| [X][X] eingereicht , [X] ||| 1 ||| 0-0 ||| 0.601923 0.601923
-[X][X] has [X][X] presented , [X] ||| wurde [X][X] [X][X] eingereicht , [X] ||| 1 ||| 2-1 0-2 ||| 0.2 0.2
-[X][X] has already been [X][X] [X] ||| wurde bereits [X][X] [X][X] [X] ||| 1 ||| 0-2 4-3 ||| 0.611111 0.611111
-, including myself [X] ||| , auch von mir selbst , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] myself [X] ||| [X][X] von mir selbst , [X] ||| 1 ||| 0-0 ||| 0.4 0.2
-[X][X] myself [X] ||| [X][X] mir selbst , [X] ||| 1 ||| 0-0 ||| 0.4 0.2
-, [X][X] [X] ||| , [X][X] , [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-[X][X] request [X][X] , Mr [X] ||| [X][X] Wunsch [X][X] , Herrn [X] ||| 1 ||| 0-0 2-2 ||| 0.0322581 0.0322581
-[X][X] request [X][X] Mr [X] ||| [X][X] Wunsch [X][X] Herrn [X] ||| 1 ||| 0-0 2-2 ||| 0.0322581 0.0322581
-at [X][X] French [X][X] Mr [X] ||| auf [X][X] französischen [X][X] Herrn [X] ||| 1 ||| 1-1 3-3 ||| 0.0322581 0.0322581
-at [X][X] French Member [X][X] [X] ||| auf [X][X] französischen Mitglieds [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0566483 0.0566483
-at the [X][X] Member [X][X] [X] ||| auf [X][X] Mitglieds [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0566483 0.0566483
-at [X][X] Member , Mr [X] ||| auf [X][X] Mitglieds , Herrn [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-at [X][X] Member [X][X] [X] ||| auf [X][X] Mitglieds [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0566483 0.0566483
-at the [X][X] , Mr [X] ||| auf [X][X] , Herrn [X] ||| 1 ||| 2-1 ||| 0.0322581 0.0322581
-at [X][X] , Mr [X] ||| auf [X][X] , Herrn [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-at the [X][X] Mr [X] ||| auf [X][X] Herrn [X] ||| 1 ||| 2-1 ||| 0.0322581 0.0322581
-at [X][X] Mr [X] ||| auf [X][X] Herrn [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-at the request [X][X] Mr [X] ||| auf Wunsch [X][X] Herrn [X] ||| 1 ||| 3-2 ||| 0.0322581 0.0322581
-request [X][X] French [X][X] Zimeray [X] ||| Wunsch [X][X] französischen [X][X] Zimeray [X] ||| 1 ||| 1-1 3-3 ||| 0.0357143 0.0357143
-request [X][X] Member [X][X] Zimeray [X] ||| Wunsch [X][X] Mitglieds [X][X] Zimeray [X] ||| 1 ||| 1-1 3-3 ||| 0.0357143 0.0357143
-request [X][X] Member , [X][X] [X] ||| Wunsch [X][X] Mitglieds , [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0627413 0.0627413
-request [X][X] , Mr Zimeray [X] ||| Wunsch [X][X] , Herrn Zimeray [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-request [X][X] , [X][X] [X] ||| Wunsch [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0627413 0.0627413
-request [X][X] Mr Zimeray [X] ||| Wunsch [X][X] Herrn Zimeray [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-request [X][X] Zimeray [X] ||| Wunsch [X][X] Zimeray [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-request of a [X][X] Zimeray [X] ||| Wunsch eines [X][X] Zimeray [X] ||| 1 ||| 3-2 ||| 0.0357143 0.0357143
-[X][X] of a [X][X] Zimeray [X] ||| [X][X] eines [X][X] Zimeray [X] ||| 1 ||| 0-0 3-2 ||| 0.053802 0.053802
-the [X][X] French [X][X] Zimeray [X] ||| [X][X] französischen [X][X] Zimeray [X] ||| 1 ||| 1-0 3-2 ||| 0.0294118 0.0294118
-the [X][X] Member [X][X] Zimeray [X] ||| [X][X] Mitglieds [X][X] Zimeray [X] ||| 1 ||| 1-0 3-2 ||| 0.0294118 0.0294118
-the [X][X] Member , [X][X] [X] ||| [X][X] Mitglieds , [X][X] [X] ||| 1 ||| 1-0 4-3 ||| 0.052139 0.052139
-the [X][X] , Mr Zimeray [X] ||| [X][X] , Herrn Zimeray [X] ||| 1 ||| 1-0 ||| 0.0294118 0.0294118
-the [X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.052139 0.052139
-the [X][X] Mr Zimeray [X] ||| [X][X] Herrn Zimeray [X] ||| 1 ||| 1-0 ||| 0.0294118 0.0294118
-the [X][X] Zimeray [X] ||| [X][X] Zimeray [X] ||| 1 ||| 1-0 ||| 0.0294118 0.0294118
-the request [X][X] , [X][X] [X] ||| Wunsch [X][X] , [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.052139 0.052139
-the request [X][X] Mr Zimeray [X] ||| Wunsch [X][X] Herrn Zimeray [X] ||| 1 ||| 2-1 ||| 0.0294118 0.0294118
-the request [X][X] Zimeray [X] ||| Wunsch [X][X] Zimeray [X] ||| 1 ||| 2-1 ||| 0.0294118 0.0294118
-[X][X] French [X][X] Zimeray , [X] ||| [X][X] französischen [X][X] Zimeray , [X] ||| 1 ||| 0-0 2-2 ||| 0.0854686 0.0854686
-[X][X] French [X][X] , [X] ||| [X][X] französischen [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.0854686 0.0854686
-[X][X] French Member [X][X] , [X] ||| [X][X] französischen Mitglieds [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.0854686 0.0854686
-[X][X] Member [X][X] Zimeray , [X] ||| [X][X] Mitglieds [X][X] Zimeray , [X] ||| 1 ||| 0-0 2-2 ||| 0.0854686 0.0854686
-[X][X] Member [X][X] , [X] ||| [X][X] Mitglieds [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.0854686 0.0854686
-[X][X] Member , [X][X] , [X] ||| [X][X] Mitglieds , [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.0854686 0.0854686
-[X][X] Member , Mr [X][X] [X] ||| [X][X] Mitglieds , Herrn [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0854686 0.0854686
-of a [X][X] Mr [X][X] [X] ||| eines [X][X] Herrn [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0357143 0.0357143
-of a [X][X] Zimeray , [X] ||| eines [X][X] Zimeray , [X] ||| 1 ||| 2-1 ||| 0.0357143 0.0357143
-of a French [X][X] , [X] ||| eines französischen [X][X] , [X] ||| 1 ||| 3-2 ||| 0.0357143 0.0357143
-[X][X] , a petition [X][X] [X] ||| [X][X] , [X][X] eine Petition [X] ||| 1 ||| 0-0 4-2 ||| 0.263889 0.263889
-Mr [X][X] a petition [X][X] [X] ||| Herrn [X][X] [X][X] eine Petition [X] ||| 1 ||| 1-1 4-2 ||| 0.125 0.125
-Mr Zimeray [X][X] [X] ||| Herrn Zimeray [X][X] [X] ||| 1 ||| 2-2 ||| 0.301923 0.301923
-Mr Zimeray , [X][X] [X] ||| Herrn Zimeray , [X][X] [X] ||| 1 ||| 3-3 ||| 0.301923 0.301923
-[X][X] a petition [X][X] presented [X] ||| [X][X] [X][X] eine Petition eingereicht [X] ||| 1 ||| 0-0 3-1 ||| 0.32549 0.32549
-Zimeray [X][X] presented [X] ||| Zimeray [X][X] eingereicht [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Zimeray , [X][X] presented [X] ||| Zimeray , [X][X] eingereicht [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-, [X][X] presented , [X] ||| , [X][X] eingereicht , [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-a petition [X][X] presented [X][X] [X] ||| [X][X] eine Petition eingereicht [X][X] [X] ||| 1 ||| 2-0 4-4 ||| 0.411111 0.411111
-[X][X] presented , which [X] ||| [X][X] eingereicht , die [X] ||| 1 ||| 0-0 ||| 0.354701 0.354701
-[X][X] presented [X][X] [X] ||| [X][X] eingereicht [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.788034 0.788034
-[X][X] , which [X] ||| [X][X] , die [X] ||| 1 ||| 0-0 ||| 0.354701 0.354701
-[X][X] request [X][X] Mr Zimeray [X] ||| [X][X] Wunsch [X][X] Herrn Zimeray [X] ||| 1 ||| 0-0 2-2 ||| 0.0243902 0.0243902
-[X][X] request [X][X] Zimeray [X] ||| [X][X] Wunsch [X][X] Zimeray [X] ||| 1 ||| 0-0 2-2 ||| 0.0243902 0.0243902
-at [X][X] French [X][X] Zimeray [X] ||| auf [X][X] französischen [X][X] Zimeray [X] ||| 1 ||| 1-1 3-3 ||| 0.0243902 0.0243902
-at [X][X] Member [X][X] Zimeray [X] ||| auf [X][X] Mitglieds [X][X] Zimeray [X] ||| 1 ||| 1-1 3-3 ||| 0.0243902 0.0243902
-at [X][X] Member , [X][X] [X] ||| auf [X][X] Mitglieds , [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0243902 0.0243902
-at the [X][X] , [X][X] [X] ||| auf [X][X] , [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0243902 0.0243902
-at [X][X] , Mr Zimeray [X] ||| auf [X][X] , Herrn Zimeray [X] ||| 1 ||| 1-1 ||| 0.0243902 0.0243902
-at [X][X] , [X][X] [X] ||| auf [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0243902 0.0243902
-at the [X][X] Mr Zimeray [X] ||| auf [X][X] Herrn Zimeray [X] ||| 1 ||| 2-1 ||| 0.0243902 0.0243902
-at [X][X] Mr Zimeray [X] ||| auf [X][X] Herrn Zimeray [X] ||| 1 ||| 1-1 ||| 0.0243902 0.0243902
-at the [X][X] Zimeray [X] ||| auf [X][X] Zimeray [X] ||| 1 ||| 2-1 ||| 0.0243902 0.0243902
-at [X][X] Zimeray [X] ||| auf [X][X] Zimeray [X] ||| 1 ||| 1-1 ||| 0.0243902 0.0243902
-at the request [X][X] Zimeray [X] ||| auf Wunsch [X][X] Zimeray [X] ||| 1 ||| 3-2 ||| 0.0243902 0.0243902
-request [X][X] French [X][X] , [X] ||| Wunsch [X][X] französischen [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.027027 0.027027
-request [X][X] Member [X][X] , [X] ||| Wunsch [X][X] Mitglieds [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.027027 0.027027
-request [X][X] , [X][X] , [X] ||| Wunsch [X][X] , [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.027027 0.027027
-request [X][X] , Mr [X][X] [X] ||| Wunsch [X][X] , Herrn [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.027027 0.027027
-request [X][X] Mr Zimeray , [X] ||| Wunsch [X][X] Herrn Zimeray , [X] ||| 1 ||| 1-1 ||| 0.027027 0.027027
-request [X][X] Mr [X][X] [X] ||| Wunsch [X][X] Herrn [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.027027 0.027027
-request [X][X] Zimeray , [X] ||| Wunsch [X][X] Zimeray , [X] ||| 1 ||| 1-1 ||| 0.027027 0.027027
-the [X][X] French [X][X] , [X] ||| [X][X] französischen [X][X] , [X] ||| 1 ||| 1-0 3-2 ||| 0.0227273 0.0227273
-the [X][X] Member [X][X] , [X] ||| [X][X] Mitglieds [X][X] , [X] ||| 1 ||| 1-0 3-2 ||| 0.0227273 0.0227273
-the [X][X] , [X][X] , [X] ||| [X][X] , [X][X] , [X] ||| 1 ||| 1-0 3-2 ||| 0.0227273 0.0227273
-the [X][X] , Mr [X][X] [X] ||| [X][X] , Herrn [X][X] [X] ||| 1 ||| 1-0 4-3 ||| 0.0227273 0.0227273
-the [X][X] Mr Zimeray , [X] ||| [X][X] Herrn Zimeray , [X] ||| 1 ||| 1-0 ||| 0.0227273 0.0227273
-the [X][X] Mr [X][X] [X] ||| [X][X] Herrn [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.0227273 0.0227273
-the [X][X] Zimeray , [X] ||| [X][X] Zimeray , [X] ||| 1 ||| 1-0 ||| 0.0227273 0.0227273
-the request [X][X] Mr [X][X] [X] ||| Wunsch [X][X] Herrn [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0227273 0.0227273
-the request [X][X] Zimeray , [X] ||| Wunsch [X][X] Zimeray , [X] ||| 1 ||| 2-1 ||| 0.0227273 0.0227273
-[X][X] Zimeray [X][X] [X] ||| [X][X] Zimeray [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.197712 0.197712
-[X][X] Zimeray , [X][X] [X] ||| [X][X] Zimeray , [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.197712 0.197712
-, [X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.192157 0.192157
-, [X][X] a petition [X][X] [X] ||| , [X][X] [X][X] eine Petition [X] ||| 1 ||| 1-1 4-2 ||| 0.0833333 0.0833333
-, Mr Zimeray [X][X] [X] ||| , Herrn Zimeray [X][X] [X] ||| 1 ||| 3-3 ||| 0.142157 0.142157
-, Mr Zimeray , [X][X] [X] ||| , Herrn Zimeray , [X][X] [X] ||| 1 ||| 4-4 ||| 0.142157 0.142157
-[X][X] , [X][X] presented [X] ||| [X][X] , [X][X] eingereicht [X] ||| 1 ||| 0-0 2-2 ||| 0.158824 0.158824
-Mr [X][X] presented [X] ||| Herrn [X][X] eingereicht [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-Mr Zimeray [X][X] presented [X] ||| Herrn Zimeray [X][X] eingereicht [X] ||| 1 ||| 2-2 ||| 0.1 0.1
-Mr Zimeray , [X][X] presented [X] ||| Herrn Zimeray , [X][X] eingereicht [X] ||| 1 ||| 3-3 ||| 0.1 0.1
-Zimeray [X][X] presented , [X] ||| Zimeray [X][X] eingereicht , [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-Zimeray [X][X] , [X] ||| Zimeray [X][X] , [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-Zimeray , [X][X] presented , [X] ||| Zimeray , [X][X] eingereicht , [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-Zimeray , [X][X] , [X] ||| Zimeray , [X][X] , [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-, [X][X] presented , which [X] ||| , [X][X] eingereicht , die [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-, [X][X] presented [X][X] [X] ||| , [X][X] eingereicht [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.244444 0.244444
-, [X][X] , which [X] ||| , [X][X] , die [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-, [X][X] which [X] ||| , [X][X] die [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-a petition [X][X] presented [X][X] [X] ||| [X][X] eine Petition eingereicht [X][X] von [X] ||| 1 ||| 2-0 4-4 ||| 0.111111 0.111111
-[X][X] presented , which [X] ||| [X][X] eingereicht , die von [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-[X][X] presented [X][X] [X] ||| [X][X] eingereicht [X][X] von [X] ||| 1 ||| 0-0 2-2 ||| 0.25 0.25
-[X][X] , which [X] ||| [X][X] , die von [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-[X][X] has already been [X][X] [X] ||| wurde bereits [X][X] [X][X] von [X] ||| 1 ||| 0-2 4-3 ||| 0.111111 0.111111
-signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.142857 0.142857
-signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| 1-0 ||| 0.285714 0.142857
-signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| 1-0 ||| 0.285714 0.142857
-signed [X][X] [X] ||| [X][X] , unterzeichnet worden [X] ||| 1 ||| 1-0 ||| 0.285714 0.142857
-signed [X][X] [X] ||| [X][X] unterzeichnet worden [X] ||| 1 ||| 1-0 ||| 0.285714 0.142857
-signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden [X] ||| 1 ||| 2-1 ||| 0.285714 0.142857
-signed , [X][X] [X] ||| , [X][X] unterzeichnet worden [X] ||| 1 ||| 2-1 ||| 0.285714 0.142857
-people signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden [X] ||| 1 ||| ||| 0.0833333 0.0833333
-people signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| 2-0 ||| 0.166667 0.0833333
-people signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| 2-0 ||| 0.166667 0.0833333
-people signed [X][X] [X] ||| [X][X] , unterzeichnet worden [X] ||| 1 ||| 2-0 ||| 0.166667 0.0833333
-people signed [X][X] [X] ||| [X][X] unterzeichnet worden [X] ||| 1 ||| 2-0 ||| 0.166667 0.0833333
-people signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden [X] ||| 1 ||| 3-1 ||| 0.0833333 0.0833333
-[X][X] , [X][X] [X] ||| , [X][X] [X][X] [X] ||| 1 ||| 2-1 0-2 ||| 0.426471 0.284314
-[X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| 2-1 0-3 ||| 0.426471 0.142157
-people signed , [X][X] [X] ||| , [X][X] unterzeichnet worden [X] ||| 1 ||| 3-1 ||| 0.0833333 0.0833333
-[X][X] , including myself [X] ||| , auch von mir selbst [X][X] [X] ||| 1 ||| 0-5 ||| 0.284314 0.142157
-[X][X] , including myself [X] ||| , auch von mir selbst , [X][X] [X] ||| 1 ||| 0-6 ||| 0.284314 0.142157
-[X][X] Mr Zimeray [X][X] [X] ||| [X][X] Herrn Zimeray [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0555556 0.0555556
-[X][X] Mr Zimeray , [X][X] [X] ||| [X][X] Herrn Zimeray , [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0555556 0.0555556
-Member [X][X] Zimeray [X][X] [X] ||| Mitglieds [X][X] Zimeray [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0555556 0.0555556
-Member [X][X] Zimeray , [X][X] [X] ||| Mitglieds [X][X] Zimeray , [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0555556 0.0555556
-Member [X][X] , [X][X] [X] ||| Mitglieds [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0555556 0.0555556
-Member [X][X] a petition [X][X] [X] ||| Mitglieds [X][X] [X][X] eine Petition [X] ||| 1 ||| 1-1 4-2 ||| 0.0555556 0.0555556
-Member , [X][X] , [X][X] [X] ||| Mitglieds , [X][X] , [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0555556 0.0555556
-Member , Mr Zimeray [X][X] [X] ||| Mitglieds , Herrn Zimeray [X][X] [X] ||| 1 ||| 4-4 ||| 0.0555556 0.0555556
-[X][X] Zimeray [X][X] presented [X] ||| [X][X] Zimeray [X][X] eingereicht [X] ||| 1 ||| 0-0 2-2 ||| 0.0588235 0.0588235
-[X][X] Zimeray , [X][X] presented [X] ||| [X][X] Zimeray , [X][X] eingereicht [X] ||| 1 ||| 0-0 3-3 ||| 0.0588235 0.0588235
-, [X][X] , [X][X] presented [X] ||| , [X][X] , [X][X] eingereicht [X] ||| 1 ||| 1-1 3-3 ||| 0.0588235 0.0588235
-, Mr [X][X] presented [X] ||| , Herrn [X][X] eingereicht [X] ||| 1 ||| 2-2 ||| 0.0588235 0.0588235
-, Mr Zimeray [X][X] presented [X] ||| , Herrn Zimeray [X][X] eingereicht [X] ||| 1 ||| 3-3 ||| 0.0588235 0.0588235
-[X][X] , [X][X] presented , [X] ||| [X][X] , [X][X] eingereicht , [X] ||| 1 ||| 0-0 2-2 ||| 0.0769231 0.0769231
-Mr [X][X] presented , [X] ||| Herrn [X][X] eingereicht , [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-Mr [X][X] , [X] ||| Herrn [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-Mr Zimeray [X][X] presented , [X] ||| Herrn Zimeray [X][X] eingereicht , [X] ||| 1 ||| 2-2 ||| 0.0769231 0.0769231
-Mr Zimeray [X][X] , [X] ||| Herrn Zimeray [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0769231 0.0769231
-Mr Zimeray , [X][X] , [X] ||| Herrn Zimeray , [X][X] , [X] ||| 1 ||| 3-3 ||| 0.0769231 0.0769231
-Zimeray [X][X] presented , which [X] ||| Zimeray [X][X] eingereicht , die [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-Zimeray [X][X] presented [X][X] [X] ||| Zimeray [X][X] eingereicht [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.132479 0.132479
-Zimeray [X][X] , which [X] ||| Zimeray [X][X] , die [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-Zimeray [X][X] which [X] ||| Zimeray [X][X] die [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-Zimeray , [X][X] presented [X][X] [X] ||| Zimeray , [X][X] eingereicht [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.132479 0.132479
-Zimeray , [X][X] , which [X] ||| Zimeray , [X][X] , die [X] ||| 1 ||| 2-2 ||| 0.0769231 0.0769231
-Zimeray , [X][X] which [X] ||| Zimeray , [X][X] die [X] ||| 1 ||| 2-2 ||| 0.0769231 0.0769231
-, [X][X] presented , which [X] ||| , [X][X] eingereicht , die von [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-, [X][X] presented [X][X] [X] ||| , [X][X] eingereicht [X][X] von [X] ||| 1 ||| 1-1 3-3 ||| 0.0833333 0.0833333
-, [X][X] , which [X] ||| , [X][X] , die von [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-, [X][X] which [X] ||| , [X][X] die von [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-, [X][X] [X] ||| , [X][X] von [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-[X][X] presented , which many [X] ||| [X][X] eingereicht , die von vielen [X] ||| 1 ||| 0-0 ||| 0.133333 0.133333
-[X][X] presented [X][X] many [X] ||| [X][X] eingereicht [X][X] von vielen [X] ||| 1 ||| 0-0 2-2 ||| 0.266666 0.133333
-[X][X] presented [X][X] many [X] ||| [X][X] eingereicht [X][X] vielen [X] ||| 1 ||| 0-0 2-2 ||| 0.266666 0.133333
-[X][X] presented , [X][X] [X] ||| [X][X] eingereicht , [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.183333 0.183333
-[X][X] , which many [X] ||| [X][X] , die von vielen [X] ||| 1 ||| 0-0 ||| 0.133333 0.133333
-[X][X] presented [X][X] many people [X] ||| [X][X] eingereicht [X][X] von vielen [X] ||| 1 ||| 0-0 2-2 ||| 0.1 0.05
-[X][X] presented [X][X] many people [X] ||| [X][X] eingereicht [X][X] vielen [X] ||| 1 ||| 0-0 2-2 ||| 0.1 0.05
-[X][X] presented [X][X] people [X] ||| [X][X] eingereicht [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.05 0.05
-[X][X] presented , [X][X] people [X] ||| [X][X] eingereicht , [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.05 0.05
-[X][X] presented , which [X][X] [X] ||| [X][X] eingereicht , die [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.1 0.05
-[X][X] presented , which [X][X] [X] ||| [X][X] eingereicht , die von [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.1 0.05
-[X][X] , which many people [X] ||| [X][X] , die von vielen [X] ||| 1 ||| 0-0 ||| 0.05 0.05
-[X][X] , [X][X] people [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.05 0.05
-[X][X] , which [X][X] [X] ||| [X][X] , die [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.1 0.05
-[X][X] , which [X][X] [X] ||| [X][X] , die von [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.1 0.05
-[X][X] signed , including myself [X] ||| [X][X] , auch von mir selbst , unterzeichnet worden [X] ||| 1 ||| 0-0 ||| 0.087037 0.087037
-[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| 0-0 2-1 ||| 0.174074 0.087037
-[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| 0-0 2-1 ||| 0.174074 0.087037
-[X][X] signed [X][X] [X] ||| [X][X] [X][X] , unterzeichnet worden [X] ||| 1 ||| 0-0 2-1 ||| 0.174074 0.087037
-[X][X] signed [X][X] [X] ||| [X][X] [X][X] unterzeichnet worden [X] ||| 1 ||| 0-0 2-1 ||| 0.174074 0.087037
-[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] , unterzeichnet worden [X] ||| 1 ||| 0-0 3-2 ||| 0.174074 0.087037
-[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] unterzeichnet worden [X] ||| 1 ||| 0-0 3-2 ||| 0.174074 0.087037
-many people signed [X][X] myself [X] ||| vielen [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| 3-1 ||| 0.1 0.05
-many people signed [X][X] myself [X] ||| vielen [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| 3-1 ||| 0.1 0.05
-many people signed [X][X] [X] ||| vielen [X][X] , unterzeichnet worden [X] ||| 1 ||| 3-1 ||| 0.1 0.05
-many people signed [X][X] [X] ||| vielen [X][X] unterzeichnet worden [X] ||| 1 ||| 3-1 ||| 0.1 0.05
-many people [X][X] [X] ||| vielen [X][X] [X] ||| 1 ||| 2-1 ||| 0.087037 0.087037
-many [X][X] [X] ||| vielen [X][X] [X] ||| 1 ||| 1-1 ||| 0.087037 0.087037
-many people signed , [X][X] [X] ||| vielen , [X][X] , unterzeichnet worden [X] ||| 1 ||| 4-2 ||| 0.05 0.05
-many [X][X] , [X][X] [X] ||| vielen , [X][X] [X][X] [X] ||| 1 ||| 3-2 1-3 ||| 0.261111 0.174074
-many [X][X] , [X][X] [X] ||| vielen , [X][X] , [X][X] [X] ||| 1 ||| 3-2 1-4 ||| 0.261111 0.087037
-many people signed , [X][X] [X] ||| vielen , [X][X] unterzeichnet worden [X] ||| 1 ||| 4-2 ||| 0.05 0.05
-many [X][X] , including myself [X] ||| vielen , auch von mir selbst [X][X] [X] ||| 1 ||| 1-6 ||| 0.174074 0.087037
-many [X][X] , including myself [X] ||| vielen , auch von mir selbst , [X][X] [X] ||| 1 ||| 1-7 ||| 0.174074 0.087037
-signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.142857 0.142857
-signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| 1-0 ||| 0.285714 0.142857
-signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden ist [X] ||| 1 ||| 1-0 ||| 0.285714 0.142857
-signed [X][X] [X] ||| [X][X] , unterzeichnet worden ist [X] ||| 1 ||| 1-0 ||| 0.285714 0.142857
-signed [X][X] [X] ||| [X][X] unterzeichnet worden ist [X] ||| 1 ||| 1-0 ||| 0.285714 0.142857
-signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden ist [X] ||| 1 ||| 2-1 ||| 0.285714 0.142857
-signed , [X][X] [X] ||| , [X][X] unterzeichnet worden ist [X] ||| 1 ||| 2-1 ||| 0.285714 0.142857
-people signed , including myself [X] ||| , auch von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| ||| 0.0588235 0.0588235
-people signed [X][X] myself [X] ||| [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| 2-0 ||| 0.117647 0.0588235
-people signed [X][X] myself [X] ||| [X][X] mir selbst , unterzeichnet worden ist [X] ||| 1 ||| 2-0 ||| 0.117647 0.0588235
-people signed [X][X] [X] ||| [X][X] , unterzeichnet worden ist [X] ||| 1 ||| 2-0 ||| 0.117647 0.0588235
-people signed [X][X] [X] ||| [X][X] unterzeichnet worden ist [X] ||| 1 ||| 2-0 ||| 0.117647 0.0588235
-people signed , [X][X] [X] ||| , [X][X] , unterzeichnet worden ist [X] ||| 1 ||| 3-1 ||| 0.0588235 0.0588235
-[X][X] , [X][X] [X] ||| , [X][X] [X][X] ist [X] ||| 1 ||| 2-1 0-2 ||| 0.176471 0.117647
-[X][X] , [X][X] [X] ||| , [X][X] , [X][X] ist [X] ||| 1 ||| 2-1 0-3 ||| 0.176471 0.0588235
-people signed , [X][X] [X] ||| , [X][X] unterzeichnet worden ist [X] ||| 1 ||| 3-1 ||| 0.0588235 0.0588235
-[X][X] , including myself [X] ||| , auch von mir selbst [X][X] ist [X] ||| 1 ||| 0-5 ||| 0.117647 0.0588235
-[X][X] , including myself [X] ||| , auch von mir selbst , [X][X] ist [X] ||| 1 ||| 0-6 ||| 0.117647 0.0588235
-Zimeray [X][X] presented , which [X] ||| Zimeray [X][X] eingereicht , die von [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-Zimeray [X][X] presented [X][X] [X] ||| Zimeray [X][X] eingereicht [X][X] von [X] ||| 1 ||| 1-1 3-3 ||| 0.0555556 0.0555556
-Zimeray [X][X] , which [X] ||| Zimeray [X][X] , die von [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-Zimeray [X][X] which [X] ||| Zimeray [X][X] die von [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-Zimeray [X][X] [X] ||| Zimeray [X][X] von [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-Zimeray , [X][X] presented [X][X] [X] ||| Zimeray , [X][X] eingereicht [X][X] von [X] ||| 1 ||| 2-2 4-4 ||| 0.0555556 0.0555556
-Zimeray , [X][X] , which [X] ||| Zimeray , [X][X] , die von [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-Zimeray , [X][X] which [X] ||| Zimeray , [X][X] die von [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-Zimeray , [X][X] [X] ||| Zimeray , [X][X] von [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-, [X][X] presented [X][X] many [X] ||| , [X][X] eingereicht [X][X] von vielen [X] ||| 1 ||| 1-1 3-3 ||| 0.1 0.05
-, [X][X] presented [X][X] many [X] ||| , [X][X] eingereicht [X][X] vielen [X] ||| 1 ||| 1-1 3-3 ||| 0.1 0.05
-, [X][X] presented , [X][X] [X] ||| , [X][X] eingereicht , [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.05 0.05
-, [X][X] , which many [X] ||| , [X][X] , die von vielen [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-, [X][X] which many [X] ||| , [X][X] die von vielen [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-, [X][X] many [X] ||| , [X][X] von vielen [X] ||| 1 ||| 1-1 ||| 0.1 0.05
-, [X][X] many [X] ||| , [X][X] vielen [X] ||| 1 ||| 1-1 ||| 0.1 0.05
-[X][X] signed , including myself [X] ||| von [X][X] , auch von mir selbst , unterzeichnet worden [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-[X][X] signed [X][X] myself [X] ||| von [X][X] [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| 0-1 2-2 ||| 0.074074 0.037037
-[X][X] signed [X][X] myself [X] ||| von [X][X] [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| 0-1 2-2 ||| 0.074074 0.037037
-[X][X] signed [X][X] [X] ||| von [X][X] [X][X] , unterzeichnet worden [X] ||| 1 ||| 0-1 2-2 ||| 0.074074 0.037037
-[X][X] signed [X][X] [X] ||| von [X][X] [X][X] unterzeichnet worden [X] ||| 1 ||| 0-1 2-2 ||| 0.074074 0.037037
-[X][X] signed , [X][X] [X] ||| von [X][X] , [X][X] , unterzeichnet worden [X] ||| 1 ||| 0-1 3-3 ||| 0.074074 0.037037
-[X][X] signed , [X][X] [X] ||| von [X][X] , [X][X] unterzeichnet worden [X] ||| 1 ||| 0-1 3-3 ||| 0.074074 0.037037
-many people signed [X][X] myself [X] ||| von vielen [X][X] von mir selbst , unterzeichnet worden [X] ||| 1 ||| 3-2 ||| 0.074074 0.037037
-many people signed [X][X] myself [X] ||| von vielen [X][X] mir selbst , unterzeichnet worden [X] ||| 1 ||| 3-2 ||| 0.074074 0.037037
-many people signed [X][X] [X] ||| von vielen [X][X] , unterzeichnet worden [X] ||| 1 ||| 3-2 ||| 0.074074 0.037037
-many people signed [X][X] [X] ||| von vielen [X][X] unterzeichnet worden [X] ||| 1 ||| 3-2 ||| 0.074074 0.037037
-many people [X][X] [X] ||| von vielen [X][X] [X] ||| 1 ||| 2-2 ||| 0.037037 0.037037
-many [X][X] [X] ||| von vielen [X][X] [X] ||| 1 ||| 1-2 ||| 0.037037 0.037037
-many people signed , [X][X] [X] ||| von vielen , [X][X] , unterzeichnet worden [X] ||| 1 ||| 4-3 ||| 0.037037 0.037037
-many [X][X] , [X][X] [X] ||| von vielen , [X][X] [X][X] [X] ||| 1 ||| 3-3 1-4 ||| 0.111111 0.0740741
-many [X][X] , [X][X] [X] ||| von vielen , [X][X] , [X][X] [X] ||| 1 ||| 3-3 1-5 ||| 0.111111 0.037037
-many people signed , [X][X] [X] ||| von vielen , [X][X] unterzeichnet worden [X] ||| 1 ||| 4-3 ||| 0.037037 0.037037
-many [X][X] , including myself [X] ||| von vielen , auch von mir selbst [X][X] [X] ||| 1 ||| 1-7 ||| 0.074074 0.037037
-many [X][X] , including myself [X] ||| von vielen , auch von mir selbst , [X][X] [X] ||| 1 ||| 1-8 ||| 0.074074 0.037037
-[X][X] signed , including myself [X] ||| [X][X] , auch von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| 0-0 ||| 0.037037 0.037037
-[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| 0-0 2-1 ||| 0.074074 0.037037
-[X][X] signed [X][X] myself [X] ||| [X][X] [X][X] mir selbst , unterzeichnet worden ist [X] ||| 1 ||| 0-0 2-1 ||| 0.074074 0.037037
-[X][X] signed [X][X] [X] ||| [X][X] [X][X] , unterzeichnet worden ist [X] ||| 1 ||| 0-0 2-1 ||| 0.074074 0.037037
-[X][X] signed [X][X] [X] ||| [X][X] [X][X] unterzeichnet worden ist [X] ||| 1 ||| 0-0 2-1 ||| 0.074074 0.037037
-[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] , unterzeichnet worden ist [X] ||| 1 ||| 0-0 3-2 ||| 0.074074 0.037037
-[X][X] signed , [X][X] [X] ||| [X][X] , [X][X] unterzeichnet worden ist [X] ||| 1 ||| 0-0 3-2 ||| 0.074074 0.037037
-many people signed [X][X] myself [X] ||| vielen [X][X] von mir selbst , unterzeichnet worden ist [X] ||| 1 ||| 3-1 ||| 0.074074 0.037037
-many people signed [X][X] myself [X] ||| vielen [X][X] mir selbst , unterzeichnet worden ist [X] ||| 1 ||| 3-1 ||| 0.074074 0.037037
-many people signed [X][X] [X] ||| vielen [X][X] , unterzeichnet worden ist [X] ||| 1 ||| 3-1 ||| 0.074074 0.037037
-many people signed [X][X] [X] ||| vielen [X][X] unterzeichnet worden ist [X] ||| 1 ||| 3-1 ||| 0.074074 0.037037
-many people [X][X] [X] ||| vielen [X][X] ist [X] ||| 1 ||| 2-1 ||| 0.037037 0.037037
-many [X][X] [X] ||| vielen [X][X] ist [X] ||| 1 ||| 1-1 ||| 0.037037 0.037037
-many people signed , [X][X] [X] ||| vielen , [X][X] , unterzeichnet worden ist [X] ||| 1 ||| 4-2 ||| 0.037037 0.037037
-many [X][X] , [X][X] [X] ||| vielen , [X][X] [X][X] ist [X] ||| 1 ||| 3-2 1-3 ||| 0.111111 0.0740741
-many [X][X] , [X][X] [X] ||| vielen , [X][X] , [X][X] ist [X] ||| 1 ||| 3-2 1-4 ||| 0.111111 0.037037
-many people signed , [X][X] [X] ||| vielen , [X][X] unterzeichnet worden ist [X] ||| 1 ||| 4-2 ||| 0.037037 0.037037
-many [X][X] , including myself [X] ||| vielen , auch von mir selbst [X][X] ist [X] ||| 1 ||| 1-6 ||| 0.074074 0.037037
-many [X][X] , including myself [X] ||| vielen , auch von mir selbst , [X][X] ist [X] ||| 1 ||| 1-7 ||| 0.074074 0.037037
-signed , including myself . [X] ||| , auch von mir selbst , unterzeichnet worden ist . [X] ||| 1 ||| ||| 0.111111 0.111111
-signed [X][X] myself . [X] ||| [X][X] von mir selbst , unterzeichnet worden ist . [X] ||| 1 ||| 1-0 ||| 0.222222 0.111111
-signed [X][X] myself . [X] ||| [X][X] mir selbst , unterzeichnet worden ist . [X] ||| 1 ||| 1-0 ||| 0.222222 0.111111
-signed [X][X] . [X] ||| [X][X] , unterzeichnet worden ist . [X] ||| 1 ||| 1-0 ||| 0.222222 0.111111
-signed [X][X] . [X] ||| [X][X] unterzeichnet worden ist . [X] ||| 1 ||| 1-0 ||| 0.222222 0.111111
-[X][X] . [X] ||| [X][X] ist . [X] ||| 1 ||| 0-0 ||| 0.322222 0.161111
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.322222 0.161111
-signed , [X][X] . [X] ||| , [X][X] , unterzeichnet worden ist . [X] ||| 1 ||| 2-1 ||| 0.222222 0.111111
-signed , [X][X] . [X] ||| , [X][X] unterzeichnet worden ist . [X] ||| 1 ||| 2-1 ||| 0.222222 0.111111
-people signed [X][X] myself . [X] ||| [X][X] von mir selbst , unterzeichnet worden ist . [X] ||| 1 ||| 2-0 ||| 0.1 0.05
-people signed [X][X] myself . [X] ||| [X][X] mir selbst , unterzeichnet worden ist . [X] ||| 1 ||| 2-0 ||| 0.1 0.05
-people signed [X][X] . [X] ||| [X][X] , unterzeichnet worden ist . [X] ||| 1 ||| 2-0 ||| 0.1 0.05
-people signed [X][X] . [X] ||| [X][X] unterzeichnet worden ist . [X] ||| 1 ||| 2-0 ||| 0.1 0.05
-people [X][X] . [X] ||| [X][X] ist . [X] ||| 1 ||| 1-0 ||| 0.1 0.05
-people [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 1-0 ||| 0.1 0.05
-people signed , [X][X] . [X] ||| , [X][X] , unterzeichnet worden ist . [X] ||| 1 ||| 3-1 ||| 0.05 0.05
-[X][X] , [X][X] . [X] ||| , [X][X] [X][X] ist . [X] ||| 1 ||| 2-1 0-2 ||| 0.3 0.1
-[X][X] , [X][X] . [X] ||| , [X][X] [X][X] . [X] ||| 1 ||| 2-1 0-2 ||| 0.3 0.1
-[X][X] , [X][X] . [X] ||| , [X][X] , [X][X] ist . [X] ||| 1 ||| 2-1 0-3 ||| 0.3 0.05
-[X][X] , [X][X] . [X] ||| , [X][X] , [X][X] . [X] ||| 1 ||| 2-1 0-3 ||| 0.3 0.05
-people signed , [X][X] . [X] ||| , [X][X] unterzeichnet worden ist . [X] ||| 1 ||| 3-1 ||| 0.05 0.05
-[X][X] , including myself . [X] ||| , auch von mir selbst [X][X] ist . [X] ||| 1 ||| 0-5 ||| 0.2 0.05
-[X][X] , including myself . [X] ||| , auch von mir selbst [X][X] . [X] ||| 1 ||| 0-5 ||| 0.2 0.05
-[X][X] , including myself . [X] ||| , auch von mir selbst , [X][X] ist . [X] ||| 1 ||| 0-6 ||| 0.2 0.05
-[X][X] , including myself . [X] ||| , auch von mir selbst , [X][X] . [X] ||| 1 ||| 0-6 ||| 0.2 0.05
-in accordance with [X] ||| gemäß [X] ||| 1 ||| ||| 1 1
-the [X] ||| der [X] ||| 1 ||| ||| 3 3
-by the [X] ||| vom [X] ||| 1 ||| ||| 1 1
-European [X] ||| Europäischen [X] ||| 1 ||| ||| 2 2
-Parliament [X] ||| Parlament [X] ||| 1 ||| ||| 1 1
-and [X] ||| und [X] ||| 1 ||| ||| 4 4
-by [X] ||| von [X] ||| 1 ||| ||| 1 1
-whole [X] ||| gesamten [X] ||| 1 ||| ||| 1 1
-whole of [X] ||| gesamten [X] ||| 1 ||| ||| 1 1
-whole of the [X] ||| gesamten [X] ||| 1 ||| ||| 1 1
-the European [X] ||| Europäischen [X] ||| 1 ||| ||| 1 1
-of the European [X] ||| Europäischen [X] ||| 1 ||| ||| 1 1
-Community [X] ||| Union [X] ||| 1 ||| ||| 1 1
-now [X] ||| nunmehr [X] ||| 1 ||| ||| 1 1
-constantly [X] ||| ständig [X] ||| 1 ||| ||| 1 1
-would [X] ||| möchte [X] ||| 1 ||| ||| 1 1
-I [X] ||| ich [X] ||| 1 ||| ||| 1 1
-you [X] ||| Sie [X] ||| 1 ||| ||| 2 2
-ask [X] ||| bitten [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 5 5
-, using [X] ||| , [X] ||| 1 ||| ||| 1 1
-representations , [X] ||| , [X] ||| 1 ||| ||| 1 1
-representations , using [X] ||| , [X] ||| 1 ||| ||| 1 1
-the [X] ||| den [X] ||| 1 ||| ||| 1 1
-using the [X] ||| den [X] ||| 1 ||| ||| 1 1
-of your [X] ||| Ihres [X] ||| 1 ||| ||| 1 1
-prestigious office [X] ||| Amtes [X] ||| 1 ||| ||| 1 1
-institution [X] ||| Institution [X] ||| 1 ||| ||| 1 1
-represent [X] ||| vertreten [X] ||| 1 ||| ||| 1 1
-to [X] ||| bei [X] ||| 1 ||| ||| 1 1
-the [X] ||| dem [X] ||| 1 ||| ||| 1 1
-President [X] ||| Präsidentschaftskandidaten [X] ||| 1 ||| ||| 1 1
-and to [X] ||| und [X] ||| 1 ||| ||| 1 1
-and to the [X] ||| und [X] ||| 1 ||| ||| 1 1
-Governor [X] ||| Gouverneur [X] ||| 1 ||| ||| 1 1
-the Governor [X] ||| Gouverneur [X] ||| 1 ||| ||| 1 1
-to the Governor [X] ||| Gouverneur [X] ||| 1 ||| ||| 1 1
-of [X] ||| von [X] ||| 1 ||| ||| 1 1
-Bush [X] ||| Bush [X] ||| 1 ||| ||| 1 1
-who [X] ||| der [X] ||| 1 ||| ||| 1 1
-to order [X] ||| zur [X] ||| 1 ||| ||| 1 1
-power to order [X] ||| zur [X] ||| 1 ||| ||| 1 1
-the power to order [X] ||| zur [X] ||| 1 ||| ||| 1 1
-stay [X] ||| Aussetzung [X] ||| 1 ||| ||| 1 1
-to [X] ||| zur [X] ||| 1 ||| ||| 1 1
-reprieve [X] ||| Begnadigung [X] ||| 1 ||| ||| 1 1
-the [X] ||| des [X] ||| 1 ||| ||| 1 1
-condemned person [X] ||| Verurteilten [X] ||| 1 ||| ||| 1 1
-has [X] ||| befugt [X] ||| 1 ||| ||| 1 1
-has the [X] ||| befugt [X] ||| 1 ||| ||| 1 1
-has the power [X] ||| befugt [X] ||| 1 ||| ||| 1 1
-is [X] ||| ist [X] ||| 1 ||| ||| 1 1
-which is [X] ||| ist [X] ||| 1 ||| ||| 1 1
-to [X] ||| zu [X] ||| 1 ||| ||| 1 1
-make [X] ||| machen [X] ||| 1 ||| ||| 1 1
-make representations [X] ||| machen [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-in accordance with the [X] ||| gemäß der [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] the [X] ||| [X][X] der [X] ||| 1 ||| 0-0 ||| 1.7733 1.7733
-by the European [X] ||| vom Europäischen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] European [X] ||| [X][X] Europäischen [X] ||| 1 ||| 0-0 ||| 0.964405 0.964405
-European Parliament [X] ||| Europäischen Parlament [X] ||| 1 ||| ||| 1 1
-Parliament and [X] ||| Parlament und [X] ||| 1 ||| ||| 1 1
-and by [X] ||| und von [X] ||| 1 ||| ||| 1 1
-by the [X] ||| von der [X] ||| 1 ||| ||| 1 1
-the whole [X] ||| der gesamten [X] ||| 1 ||| ||| 1 1
-the whole of [X] ||| der gesamten [X] ||| 1 ||| ||| 0.5 0.5
-the [X][X] [X] ||| der [X][X] [X] ||| 1 ||| 1-1 ||| 1.43085 1.43085
-the whole of the [X] ||| der gesamten [X] ||| 1 ||| ||| 0.333333 0.333333
-the [X][X] the [X] ||| der [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-whole of the European [X] ||| gesamten Europäischen [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] the European [X] ||| [X][X] Europäischen [X] ||| 1 ||| 0-0 ||| 0.464405 0.464405
-whole of [X][X] [X] ||| gesamten [X][X] [X] ||| 1 ||| 2-1 ||| 0.311111 0.311111
-whole [X][X] [X] ||| gesamten [X][X] [X] ||| 1 ||| 1-1 ||| 0.311111 0.311111
-European Community [X] ||| Europäischen Union [X] ||| 1 ||| ||| 1 1
-the European Community [X] ||| Europäischen Union [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] Community [X] ||| [X][X] Union [X] ||| 1 ||| 0-0 ||| 1.12009 1.12009
-of the European Community [X] ||| Europäischen Union [X] ||| 1 ||| ||| 0.333333 0.333333
-of [X][X] Community [X] ||| [X][X] Union [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-now constantly [X] ||| nunmehr ständig [X] ||| 1 ||| ||| 1 1
-I would [X] ||| möchte ich [X] ||| 1 ||| ||| 1 1
-, using the [X] ||| , den [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] the [X] ||| [X][X] den [X] ||| 1 ||| 0-0 ||| 0.533333 0.533333
-, [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 1.84916 1.84916
-representations , using the [X] ||| , den [X] ||| 1 ||| ||| 0.2 0.2
-representations [X][X] the [X] ||| [X][X] den [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-[X][X] using the [X] ||| [X][X] den [X] ||| 1 ||| 0-0 ||| 0.2 0.2
-representations , [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 2-1 ||| 0.44368 0.44368
-weight [X] ||| ganzen Einfluß [X] ||| 1 ||| ||| 1 1
-of your prestigious office [X] ||| Ihres Amtes [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 1 ||| 0-0 ||| 0.853521 0.853521
-of your [X][X] [X] ||| Ihres [X][X] [X] ||| 1 ||| 2-1 ||| 0.925613 0.925613
-prestigious office and [X] ||| Amtes und [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 0-0 ||| 3.62111 3.62111
-and the [X] ||| und der [X] ||| 1 ||| ||| 1 1
-the institution [X] ||| der Institution [X] ||| 1 ||| ||| 1 1
-institution [X] ||| Institution , [X] ||| 1 ||| ||| 1 1
-you [X] ||| die Sie [X] ||| 1 ||| ||| 1 1
-you represent [X] ||| Sie vertreten [X] ||| 1 ||| ||| 1 1
-represent , [X] ||| vertreten , [X] ||| 1 ||| ||| 1 1
-, to [X] ||| , bei [X] ||| 1 ||| ||| 1 1
-to the [X] ||| bei dem [X] ||| 1 ||| ||| 1 1
-the President [X] ||| dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 1 1
-President and [X] ||| Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 1 1
-President and to [X] ||| Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.5 0.5
-President [X][X] [X] ||| Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 ||| 1.096 1.096
-President and to the [X] ||| Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.333333 0.333333
-President [X][X] the [X] ||| Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-and to the Governor [X] ||| und Gouverneur [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] the Governor [X] ||| [X][X] Gouverneur [X] ||| 1 ||| 0-0 ||| 0.503341 0.503341
-[X][X] Governor [X] ||| [X][X] Gouverneur [X] ||| 1 ||| 0-0 ||| 0.503341 0.503341
-and to [X][X] [X] ||| und [X][X] [X] ||| 1 ||| 2-1 ||| 0.463709 0.463709
-and [X][X] [X] ||| und [X][X] [X] ||| 1 ||| 1-1 ||| 2.77896 2.77896
-Governor of [X] ||| Gouverneur von [X] ||| 1 ||| ||| 1 1
-the Governor of [X] ||| Gouverneur von [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] of [X] ||| [X][X] von [X] ||| 1 ||| 0-0 ||| 1.12009 1.12009
-to the Governor of [X] ||| Gouverneur von [X] ||| 1 ||| ||| 0.333333 0.333333
-to [X][X] of [X] ||| [X][X] von [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-Bush , [X] ||| Bush , [X] ||| 1 ||| ||| 1 1
-, who [X] ||| , der [X] ||| 1 ||| ||| 1 1
-and to [X] ||| und zur [X] ||| 1 ||| ||| 1 1
-to reprieve [X] ||| zur Begnadigung [X] ||| 1 ||| ||| 1 1
-reprieve the [X] ||| Begnadigung des [X] ||| 1 ||| ||| 1 1
-the condemned person [X] ||| des Verurteilten [X] ||| 1 ||| ||| 0.5 0.5
-the [X][X] [X] ||| des [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-, [X] ||| , geltend [X] ||| 1 ||| ||| 1 1
-to [X] ||| geltend zu [X] ||| 1 ||| ||| 1 1
-to make [X] ||| zu machen [X] ||| 1 ||| ||| 1 1
-to make representations [X] ||| zu machen [X] ||| 1 ||| ||| 0.5 0.5
-to [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-by the European Parliament [X] ||| vom Europäischen Parlament [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] European Parliament [X] ||| [X][X] Europäischen Parlament [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-[X][X] Parliament [X] ||| [X][X] Parlament [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-by the [X][X] [X] ||| vom [X][X] [X] ||| 1 ||| 2-1 ||| 0.586951 0.586951
-European Parliament and [X] ||| Europäischen Parlament und [X] ||| 1 ||| ||| 0.333333 0.333333
-European [X][X] [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.751917 0.751917
-Parliament and by [X] ||| Parlament und von [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] by [X] ||| [X][X] von [X] ||| 1 ||| 0-0 ||| 0.571429 0.571429
-Parliament [X][X] [X] ||| Parlament [X][X] [X] ||| 1 ||| 1-1 ||| 0.744877 0.744877
-and by the [X] ||| und von der [X] ||| 1 ||| ||| 0.333333 0.333333
-by the whole [X] ||| von der gesamten [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] whole [X] ||| [X][X] gesamten [X] ||| 1 ||| 0-0 ||| 0.679255 0.679255
-by [X][X] [X] ||| von [X][X] [X] ||| 1 ||| 1-1 ||| 0.778691 0.778691
-by the whole of [X] ||| von der gesamten [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] whole of [X] ||| [X][X] gesamten [X] ||| 1 ||| 0-0 ||| 0.420682 0.420682
-by [X][X] of [X] ||| von [X][X] [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-by the [X][X] [X] ||| von der [X][X] [X] ||| 1 ||| 2-2 ||| 0.445357 0.445357
-by the whole of the [X] ||| von der gesamten [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] whole of the [X] ||| [X][X] gesamten [X] ||| 1 ||| 0-0 ||| 0.327435 0.327435
-by [X][X] of the [X] ||| von [X][X] [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-by [X][X] the [X] ||| von [X][X] [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-by the [X][X] the [X] ||| von der [X][X] [X] ||| 1 ||| 2-2 ||| 0.142857 0.142857
-the whole of the European [X] ||| der gesamten Europäischen [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] of the European [X] ||| [X][X] Europäischen [X] ||| 1 ||| 0-0 ||| 0.264405 0.264405
-the [X][X] the European [X] ||| der [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-the [X][X] European [X] ||| der [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-the whole of [X][X] [X] ||| der gesamten [X][X] [X] ||| 1 ||| 3-2 ||| 0.177778 0.177778
-the whole [X][X] [X] ||| der gesamten [X][X] [X] ||| 1 ||| 2-2 ||| 0.177778 0.177778
-whole of the European Community [X] ||| gesamten Europäischen Union [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] the European Community [X] ||| [X][X] Europäischen Union [X] ||| 1 ||| 0-0 ||| 0.286753 0.286753
-[X][X] European Community [X] ||| [X][X] Europäischen Union [X] ||| 1 ||| 0-0 ||| 0.286753 0.286753
-whole of [X][X] Community [X] ||| gesamten [X][X] Union [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-whole [X][X] Community [X] ||| gesamten [X][X] Union [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-whole of the [X][X] [X] ||| gesamten [X][X] [X] ||| 1 ||| 3-1 ||| 0.111111 0.111111
-the weight [X] ||| den ganzen Einfluß [X] ||| 1 ||| ||| 1 1
-using the weight [X] ||| den ganzen Einfluß [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] weight [X] ||| [X][X] ganzen Einfluß [X] ||| 1 ||| 0-0 ||| 0.777778 0.777778
-weight of your [X] ||| ganzen Einfluß Ihres [X] ||| 1 ||| ||| 0.5 0.5
-weight [X][X] [X] ||| ganzen Einfluß [X][X] [X] ||| 1 ||| 1-2 ||| 1.11887 1.11887
-of your prestigious office and [X] ||| Ihres Amtes und [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 1 ||| 0-0 ||| 0.594223 0.594223
-of your [X][X] and [X] ||| Ihres [X][X] und [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-prestigious office and the [X] ||| Amtes und der [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] and the [X] ||| [X][X] und der [X] ||| 1 ||| 0-0 ||| 0.634774 0.634774
-prestigious office [X][X] [X] ||| Amtes [X][X] [X] ||| 1 ||| 2-1 ||| 0.650052 0.650052
-and the institution [X] ||| und der Institution [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] institution [X] ||| [X][X] Institution [X] ||| 1 ||| 0-0 ||| 0.698333 0.698333
-the institution [X] ||| der Institution , [X] ||| 1 ||| ||| 1 1
-institution [X] ||| Institution , die [X] ||| 1 ||| ||| 1 1
-you [X] ||| , die Sie [X] ||| 1 ||| ||| 1 1
-you represent [X] ||| die Sie vertreten [X] ||| 1 ||| ||| 1 1
-you represent , [X] ||| Sie vertreten , [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 1.71377 1.71377
-you [X][X] [X] ||| Sie [X][X] [X] ||| 1 ||| 1-1 ||| 0.746911 0.746911
-represent , to [X] ||| vertreten , bei [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] to [X] ||| [X][X] bei [X] ||| 1 ||| 0-0 ||| 0.849944 0.849944
-represent [X][X] [X] ||| vertreten [X][X] [X] ||| 1 ||| 1-1 ||| 0.751917 0.751917
-, to the [X] ||| , bei dem [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] the [X] ||| [X][X] dem [X] ||| 1 ||| 0-0 ||| 0.780024 0.780024
-to the President [X] ||| bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] President [X] ||| [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 ||| 0.747765 0.747765
-to [X][X] [X] ||| bei [X][X] [X] ||| 1 ||| 1-1 ||| 0.745495 0.745495
-the President and [X] ||| dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.333333 0.333333
-the [X][X] [X] ||| dem [X][X] [X] ||| 1 ||| 1-1 ||| 0.817152 0.817152
-the President and to [X] ||| dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] and to [X] ||| [X][X] und [X] ||| 1 ||| 0-0 ||| 0.461445 0.461445
-the [X][X] to [X] ||| dem [X][X] [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-the President [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 2-2 ||| 0.483819 0.483819
-the President and to the [X] ||| dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] and to the [X] ||| [X][X] und [X] ||| 1 ||| 0-0 ||| 0.36457 0.36457
-the [X][X] to the [X] ||| dem [X][X] [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-the [X][X] the [X] ||| dem [X][X] [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-the President [X][X] the [X] ||| dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 2-2 ||| 0.142857 0.142857
-President and to the Governor [X] ||| Präsidentschaftskandidaten und Gouverneur [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] to the Governor [X] ||| [X][X] Gouverneur [X] ||| 1 ||| 0-0 ||| 0.303341 0.303341
-President [X][X] the Governor [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-President [X][X] Governor [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-President and to [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 3-2 ||| 0.262667 0.262667
-President and [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 2-2 ||| 0.262667 0.262667
-and to the Governor of [X] ||| und Gouverneur von [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] the Governor of [X] ||| [X][X] Gouverneur von [X] ||| 1 ||| 0-0 ||| 0.286753 0.286753
-[X][X] Governor of [X] ||| [X][X] Gouverneur von [X] ||| 1 ||| 0-0 ||| 0.286753 0.286753
-and to [X][X] of [X] ||| und [X][X] von [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-and [X][X] of [X] ||| und [X][X] von [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-and to the [X][X] [X] ||| und [X][X] [X] ||| 1 ||| 3-1 ||| 0.263709 0.263709
-Bush , who [X] ||| Bush , der [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] who [X] ||| [X][X] der [X] ||| 1 ||| 0-0 ||| 0.753175 0.753175
-Bush [X][X] [X] ||| Bush [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-and to reprieve [X] ||| und zur Begnadigung [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] reprieve [X] ||| [X][X] Begnadigung [X] ||| 1 ||| 0-0 ||| 0.758333 0.758333
-to reprieve the [X] ||| zur Begnadigung des [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] the [X] ||| [X][X] des [X] ||| 1 ||| 0-0 ||| 0.688034 0.688034
-to [X][X] [X] ||| zur [X][X] [X] ||| 1 ||| 1-1 ||| 0.458333 0.458333
-reprieve the condemned person [X] ||| Begnadigung des Verurteilten [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] condemned person [X] ||| [X][X] Verurteilten [X] ||| 1 ||| 0-0 ||| 0.513095 0.513095
-reprieve [X][X] [X] ||| Begnadigung [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-reprieve the [X][X] [X] ||| Begnadigung des [X][X] [X] ||| 1 ||| 2-2 ||| 0.25 0.25
-, to [X] ||| , geltend zu [X] ||| 1 ||| ||| 1 1
-to make [X] ||| geltend zu machen [X] ||| 1 ||| ||| 1 1
-to make representations [X] ||| geltend zu machen [X] ||| 1 ||| ||| 0.5 0.5
-to [X][X] [X] ||| geltend zu [X][X] [X] ||| 1 ||| 1-2 ||| 0.5 0.5
-by the European Parliament and [X] ||| vom Europäischen Parlament und [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] European Parliament and [X] ||| [X][X] Europäischen Parlament und [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-[X][X] European [X][X] [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.336951 0.336951
-[X][X] Parliament and [X] ||| [X][X] Parlament und [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-by the [X][X] and [X] ||| vom [X][X] und [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-by the European [X][X] [X] ||| vom Europäischen [X][X] [X] ||| 1 ||| 3-2 ||| 0.336951 0.336951
-European Parliament and by [X] ||| Europäischen Parlament und von [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] and by [X] ||| [X][X] und von [X] ||| 1 ||| 0-0 ||| 0.238095 0.238095
-European [X][X] by [X] ||| Europäischen [X][X] von [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-European Parliament [X][X] [X] ||| Europäischen Parlament [X][X] [X] ||| 1 ||| 2-2 ||| 0.418584 0.418584
-Parliament and by the [X] ||| Parlament und von der [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] by the [X] ||| [X][X] von der [X] ||| 1 ||| 0-0 ||| 0.305195 0.305195
-Parliament [X][X] the [X] ||| Parlament [X][X] der [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Parliament and [X][X] [X] ||| Parlament und [X][X] [X] ||| 1 ||| 2-2 ||| 0.411544 0.411544
-and by the whole [X] ||| und von der gesamten [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] the whole [X] ||| [X][X] der gesamten [X] ||| 1 ||| 0-0 ||| 0.345922 0.345922
-and [X][X] whole [X] ||| und [X][X] gesamten [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-and by [X][X] [X] ||| und von [X][X] [X] ||| 1 ||| 2-2 ||| 0.412161 0.412161
-and by the whole of [X] ||| und von der gesamten [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] the whole of [X] ||| [X][X] der gesamten [X] ||| 1 ||| 0-0 ||| 0.220682 0.220682
-[X][X] the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.793879 0.793879
-and [X][X] whole of [X] ||| und [X][X] gesamten [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-and [X][X] of [X] ||| und [X][X] [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-and by [X][X] of [X] ||| und von [X][X] [X] ||| 1 ||| 2-2 ||| 0.1 0.1
-and by the [X][X] [X] ||| und von der [X][X] [X] ||| 1 ||| 3-3 ||| 0.245495 0.245495
-[X][X] the whole of the [X] ||| [X][X] der gesamten [X] ||| 1 ||| 0-0 ||| 0.184578 0.184578
-[X][X] the [X][X] the [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.184578 0.184578
-and [X][X] whole of the [X] ||| und [X][X] gesamten [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-and [X][X] of the [X] ||| und [X][X] [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-and [X][X] the [X] ||| und [X][X] [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-and by [X][X] of the [X] ||| und von [X][X] [X] ||| 1 ||| 2-2 ||| 0.0769231 0.0769231
-and by [X][X] the [X] ||| und von [X][X] [X] ||| 1 ||| 2-2 ||| 0.0769231 0.0769231
-and by the [X][X] the [X] ||| und von der [X][X] [X] ||| 1 ||| 3-3 ||| 0.0769231 0.0769231
-[X][X] whole of the European [X] ||| [X][X] gesamten Europäischen [X] ||| 1 ||| 0-0 ||| 0.153294 0.153294
-[X][X] whole of [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.262269 0.262269
-[X][X] whole [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.262269 0.262269
-by [X][X] of the European [X] ||| von [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-by [X][X] of [X][X] [X] ||| von [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.1025 0.1025
-by [X][X] the European [X] ||| von [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-by [X][X] European [X] ||| von [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-by the [X][X] the European [X] ||| von der [X][X] Europäischen [X] ||| 1 ||| 2-2 ||| 0.0625 0.0625
-by the [X][X] European [X] ||| von der [X][X] Europäischen [X] ||| 1 ||| 2-2 ||| 0.0625 0.0625
-by the whole of [X][X] [X] ||| von der gesamten [X][X] [X] ||| 1 ||| 4-3 ||| 0.1025 0.1025
-by the whole [X][X] [X] ||| von der gesamten [X][X] [X] ||| 1 ||| 3-3 ||| 0.1025 0.1025
-[X][X] of the European Community [X] ||| [X][X] Europäischen Union [X] ||| 1 ||| 0-0 ||| 0.175642 0.175642
-[X][X] of [X][X] Community [X] ||| [X][X] [X][X] Union [X] ||| 1 ||| 0-0 2-1 ||| 0.175642 0.175642
-the [X][X] the European Community [X] ||| der [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-the [X][X] the [X][X] [X] ||| der [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0666667 0.0666667
-the [X][X] European Community [X] ||| der [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-the [X][X] Community [X] ||| der [X][X] Union [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-the whole of [X][X] Community [X] ||| der gesamten [X][X] Union [X] ||| 1 ||| 3-2 ||| 0.0666667 0.0666667
-the whole [X][X] Community [X] ||| der gesamten [X][X] Union [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-the whole of the [X][X] [X] ||| der gesamten [X][X] [X] ||| 1 ||| 4-2 ||| 0.0666667 0.0666667
-, using the weight [X] ||| , den ganzen Einfluß [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 1 ||| 0-0 ||| 0.277778 0.277778
-, [X][X] weight [X] ||| , [X][X] ganzen Einfluß [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-, using [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 2-1 ||| 0.378088 0.378088
-representations , using the weight [X] ||| , den ganzen Einfluß [X] ||| 1 ||| ||| 0.111111 0.111111
-representations [X][X] the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 1 ||| 1-0 ||| 0.111111 0.111111
-[X][X] using the weight [X] ||| [X][X] den ganzen Einfluß [X] ||| 1 ||| 0-0 ||| 0.111111 0.111111
-representations [X][X] weight [X] ||| [X][X] ganzen Einfluß [X] ||| 1 ||| 1-0 ||| 0.111111 0.111111
-representations , [X][X] weight [X] ||| , [X][X] ganzen Einfluß [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-representations , using [X][X] [X] ||| , [X][X] [X] ||| 1 ||| 3-1 ||| 0.24368 0.24368
-the weight of your [X] ||| den ganzen Einfluß Ihres [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] of your [X] ||| [X][X] Ihres [X] ||| 1 ||| 0-0 ||| 0.516917 0.516917
-the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| 1-1 ||| 0.654762 0.654762
-the weight [X][X] [X] ||| den ganzen Einfluß [X][X] [X] ||| 1 ||| 2-3 ||| 0.654762 0.654762
-using the weight of your [X] ||| den ganzen Einfluß Ihres [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] weight of your [X] ||| [X][X] ganzen Einfluß Ihres [X] ||| 1 ||| 0-0 ||| 0.266917 0.266917
-[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.789251 0.789251
-using [X][X] of your [X] ||| [X][X] Ihres [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-using the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| 2-1 ||| 0.445262 0.445262
-using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] [X] ||| 1 ||| 3-3 ||| 0.445262 0.445262
-weight of your prestigious office [X] ||| ganzen Einfluß Ihres Amtes [X] ||| 1 ||| ||| 0.2 0.2
-weight [X][X] prestigious office [X] ||| ganzen Einfluß [X][X] Amtes [X] ||| 1 ||| 1-2 ||| 0.2 0.2
-weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] [X] ||| 1 ||| 3-3 ||| 0.618873 0.618873
-[X][X] prestigious office and the [X] ||| [X][X] Amtes und der [X] ||| 1 ||| 0-0 ||| 0.384774 0.384774
-[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 1.02384 1.02384
-of your [X][X] and the [X] ||| Ihres [X][X] und der [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-of your [X][X] the [X] ||| Ihres [X][X] der [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] [X] ||| 1 ||| 4-2 ||| 0.392279 0.392279
-prestigious office and the institution [X] ||| Amtes und der Institution [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] and the institution [X] ||| [X][X] und der Institution [X] ||| 1 ||| 0-0 ||| 0.365 0.365
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 2.45092 2.45092
-[X][X] the institution [X] ||| [X][X] der Institution [X] ||| 1 ||| 0-0 ||| 0.365 0.365
-prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-prestigious office and [X][X] [X] ||| Amtes und [X][X] [X] ||| 1 ||| 3-2 ||| 0.400052 0.400052
-and the institution [X] ||| und der Institution , [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] institution [X] ||| [X][X] Institution , [X] ||| 1 ||| 0-0 ||| 0.50228 0.50228
-and [X][X] [X] ||| und [X][X] , [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-the institution [X] ||| der Institution , die [X] ||| 1 ||| ||| 1 1
-institution you [X] ||| Institution , die Sie [X] ||| 1 ||| ||| 1 1
-you represent [X] ||| , die Sie vertreten [X] ||| 1 ||| ||| 1 1
-you represent , [X] ||| die Sie vertreten , [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] , [X] ||| die [X][X] , [X] ||| 1 ||| 0-1 ||| 0.25 0.25
-you [X][X] [X] ||| die Sie [X][X] [X] ||| 1 ||| 1-2 ||| 0.547537 0.547537
-you represent , to [X] ||| Sie vertreten , bei [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] , to [X] ||| [X][X] , bei [X] ||| 1 ||| 0-0 ||| 0.51661 0.51661
-you [X][X] to [X] ||| Sie [X][X] bei [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-you represent [X][X] [X] ||| Sie vertreten [X][X] [X] ||| 1 ||| 2-2 ||| 0.413578 0.413578
-represent , to the [X] ||| vertreten , bei dem [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] to the [X] ||| [X][X] bei dem [X] ||| 1 ||| 0-0 ||| 0.44669 0.44669
-represent [X][X] the [X] ||| vertreten [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-represent , [X][X] [X] ||| vertreten , [X][X] [X] ||| 1 ||| 2-2 ||| 0.418584 0.418584
-, to the President [X] ||| , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] the President [X] ||| [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 ||| 0.414431 0.414431
-, [X][X] President [X] ||| , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-, to [X][X] [X] ||| , bei [X][X] [X] ||| 1 ||| 2-2 ||| 0.411544 0.411544
-to the President and [X] ||| bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] President and [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-0 ||| 0.401883 0.401883
-to [X][X] and [X] ||| bei [X][X] und [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-to the [X][X] [X] ||| bei dem [X][X] [X] ||| 1 ||| 2-2 ||| 0.412161 0.412161
-to the President and to [X] ||| bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] President and to [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-0 ||| 0.261445 0.261445
-[X][X] President [X][X] [X] ||| [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.681864 0.681864
-to [X][X] and to [X] ||| bei [X][X] und [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-to [X][X] to [X] ||| bei [X][X] [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-to the [X][X] to [X] ||| bei dem [X][X] [X] ||| 1 ||| 2-2 ||| 0.1 0.1
-to the President [X][X] [X] ||| bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 3-3 ||| 0.245495 0.245495
-[X][X] President and to the [X] ||| [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-0 ||| 0.221713 0.221713
-[X][X] President [X][X] the [X] ||| [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.221713 0.221713
-to [X][X] and to the [X] ||| bei [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-to [X][X] to the [X] ||| bei [X][X] [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-to [X][X] the [X] ||| bei [X][X] [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-to the [X][X] to the [X] ||| bei dem [X][X] [X] ||| 1 ||| 2-2 ||| 0.0769231 0.0769231
-to the [X][X] the [X] ||| bei dem [X][X] [X] ||| 1 ||| 2-2 ||| 0.0769231 0.0769231
-to the President [X][X] the [X] ||| bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 3-3 ||| 0.0769231 0.0769231
-[X][X] and to the Governor [X] ||| [X][X] und Gouverneur [X] ||| 1 ||| 0-0 ||| 0.19223 0.19223
-[X][X] and to [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.339667 0.339667
-the [X][X] to the Governor [X] ||| dem [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-the [X][X] to [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.140962 0.140962
-the [X][X] the Governor [X] ||| dem [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-the [X][X] Governor [X] ||| dem [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-the President [X][X] the Governor [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 2-2 ||| 0.0625 0.0625
-the President [X][X] Governor [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 2-2 ||| 0.0625 0.0625
-the President and to [X][X] [X] ||| dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 4-3 ||| 0.140962 0.140962
-the President and [X][X] [X] ||| dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 3-3 ||| 0.140962 0.140962
-[X][X] to the Governor of [X] ||| [X][X] Gouverneur von [X] ||| 1 ||| 0-0 ||| 0.175642 0.175642
-[X][X] to [X][X] of [X] ||| [X][X] [X][X] von [X] ||| 1 ||| 0-0 2-1 ||| 0.175642 0.175642
-President [X][X] the Governor of [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-President [X][X] the [X][X] [X] ||| Präsidentschaftskandidaten [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.151556 0.151556
-President [X][X] Governor of [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-President [X][X] of [X] ||| Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-President and to [X][X] of [X] ||| Präsidentschaftskandidaten und [X][X] von [X] ||| 1 ||| 3-2 ||| 0.0666667 0.0666667
-President and [X][X] of [X] ||| Präsidentschaftskandidaten und [X][X] von [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-President and to the [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 4-2 ||| 0.151556 0.151556
-Texas , Mr [X] ||| Texas , George W. [X] ||| 1 ||| ||| 1 1
-and to reprieve the [X] ||| und zur Begnadigung des [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] reprieve the [X] ||| [X][X] Begnadigung des [X] ||| 1 ||| 0-0 ||| 0.354701 0.354701
-and [X][X] the [X] ||| und [X][X] des [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-and to [X][X] [X] ||| und zur [X][X] [X] ||| 1 ||| 2-2 ||| 0.238095 0.238095
-to reprieve the condemned person [X] ||| zur Begnadigung des Verurteilten [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] the condemned person [X] ||| [X][X] des Verurteilten [X] ||| 1 ||| 0-0 ||| 0.263095 0.263095
-[X][X] the [X][X] [X] ||| [X][X] des [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.263095 0.263095
-to [X][X] condemned person [X] ||| zur [X][X] Verurteilten [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-to reprieve [X][X] [X] ||| zur Begnadigung [X][X] [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-to reprieve the [X][X] [X] ||| zur Begnadigung des [X][X] [X] ||| 1 ||| 3-3 ||| 0.125 0.125
-, to make [X] ||| , geltend zu machen [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] make [X] ||| [X][X] machen [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-, [X][X] [X] ||| , geltend [X][X] [X] ||| 1 ||| 1-2 ||| 0.392857 0.392857
-, to make representations [X] ||| , geltend zu machen [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] make representations [X] ||| [X][X] machen [X] ||| 1 ||| 0-0 ||| 0.142857 0.142857
-, [X][X] representations [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.285714 0.142857
-, [X][X] representations [X] ||| , geltend [X][X] [X] ||| 1 ||| 1-2 ||| 0.285714 0.142857
-, to [X][X] [X] ||| , geltend zu [X][X] [X] ||| 1 ||| 2-3 ||| 0.142857 0.142857
-[X][X] European Parliament and by [X] ||| [X][X] Europäischen Parlament und von [X] ||| 1 ||| 0-0 ||| 0.0714286 0.0714286
-[X][X] European [X][X] by [X] ||| [X][X] Europäischen [X][X] von [X] ||| 1 ||| 0-0 2-2 ||| 0.0714286 0.0714286
-[X][X] European Parliament [X][X] [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.211951 0.211951
-[X][X] Parliament and by [X] ||| [X][X] Parlament und von [X] ||| 1 ||| 0-0 ||| 0.0714286 0.0714286
-[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.211951 0.211951
-by the [X][X] and by [X] ||| vom [X][X] und von [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-by the [X][X] by [X] ||| vom [X][X] von [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-by the European [X][X] by [X] ||| vom Europäischen [X][X] von [X] ||| 1 ||| 3-2 ||| 0.0714286 0.0714286
-by the European Parliament [X][X] [X] ||| vom Europäischen Parlament [X][X] [X] ||| 1 ||| 4-3 ||| 0.211951 0.211951
-European Parliament and by the [X] ||| Europäischen Parlament und von der [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] and by the [X] ||| [X][X] und von der [X] ||| 1 ||| 0-0 ||| 0.138528 0.138528
-European [X][X] by the [X] ||| Europäischen [X][X] von der [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-European [X][X] the [X] ||| Europäischen [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-European Parliament [X][X] the [X] ||| Europäischen Parlament [X][X] der [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-European Parliament and [X][X] [X] ||| Europäischen Parlament und [X][X] [X] ||| 1 ||| 3-3 ||| 0.251917 0.251917
-Parliament and by the whole [X] ||| Parlament und von der gesamten [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] by the whole [X] ||| [X][X] von der gesamten [X] ||| 1 ||| 0-0 ||| 0.179255 0.179255
-[X][X] by [X][X] [X] ||| [X][X] von [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.498789 0.498789
-Parliament [X][X] the whole [X] ||| Parlament [X][X] der gesamten [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-Parliament [X][X] whole [X] ||| Parlament [X][X] gesamten [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-Parliament and [X][X] whole [X] ||| Parlament und [X][X] gesamten [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-Parliament and by [X][X] [X] ||| Parlament und von [X][X] [X] ||| 1 ||| 3-3 ||| 0.244877 0.244877
-[X][X] by the whole of [X] ||| [X][X] von der gesamten [X] ||| 1 ||| 0-0 ||| 0.120682 0.120682
-[X][X] by [X][X] of [X] ||| [X][X] von [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.120682 0.120682
-[X][X] by the [X][X] [X] ||| [X][X] von der [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.319534 0.319534
-Parliament [X][X] the whole of [X] ||| Parlament [X][X] der gesamten [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-Parliament [X][X] the [X][X] [X] ||| Parlament [X][X] der [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.153968 0.153968
-Parliament [X][X] whole of [X] ||| Parlament [X][X] gesamten [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-Parliament [X][X] of [X] ||| Parlament [X][X] [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-Parliament and [X][X] whole of [X] ||| Parlament und [X][X] gesamten [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-Parliament and [X][X] of [X] ||| Parlament und [X][X] [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-Parliament and by [X][X] of [X] ||| Parlament und von [X][X] [X] ||| 1 ||| 3-3 ||| 0.0555556 0.0555556
-Parliament and by the [X][X] [X] ||| Parlament und von der [X][X] [X] ||| 1 ||| 4-4 ||| 0.153968 0.153968
-[X][X] by [X][X] of the [X] ||| [X][X] von [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.107655 0.107655
-[X][X] by [X][X] the [X] ||| [X][X] von [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.107655 0.107655
-[X][X] by the [X][X] the [X] ||| [X][X] von der [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.107655 0.107655
-Parliament [X][X] the [X][X] the [X] ||| Parlament [X][X] der [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.047619 0.047619
-Parliament [X][X] whole of the [X] ||| Parlament [X][X] gesamten [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-Parliament [X][X] of the [X] ||| Parlament [X][X] [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-Parliament [X][X] the [X] ||| Parlament [X][X] [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-Parliament and [X][X] of the [X] ||| Parlament und [X][X] [X] ||| 1 ||| 2-2 ||| 0.047619 0.047619
-Parliament and [X][X] the [X] ||| Parlament und [X][X] [X] ||| 1 ||| 2-2 ||| 0.047619 0.047619
-Parliament and by [X][X] the [X] ||| Parlament und von [X][X] [X] ||| 1 ||| 3-3 ||| 0.047619 0.047619
-[X][X] the [X][X] the European [X] ||| [X][X] der [X][X] Europäischen [X] ||| 1 ||| 0-0 2-2 ||| 0.0907936 0.0907936
-[X][X] the [X][X] European [X] ||| [X][X] der [X][X] Europäischen [X] ||| 1 ||| 0-0 2-2 ||| 0.0907936 0.0907936
-[X][X] the whole of [X][X] [X] ||| [X][X] der gesamten [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.159769 0.159769
-[X][X] the whole [X][X] [X] ||| [X][X] der gesamten [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.159769 0.159769
-and [X][X] whole of [X][X] [X] ||| und [X][X] gesamten [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0685714 0.0685714
-and [X][X] whole [X][X] [X] ||| und [X][X] gesamten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0685714 0.0685714
-and [X][X] of the European [X] ||| und [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-and [X][X] of [X][X] [X] ||| und [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0685714 0.0685714
-and [X][X] the European [X] ||| und [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-and [X][X] European [X] ||| und [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-and by [X][X] of [X][X] [X] ||| und von [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0685714 0.0685714
-and by [X][X] the European [X] ||| und von [X][X] Europäischen [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-and by [X][X] European [X] ||| und von [X][X] Europäischen [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-and by the [X][X] European [X] ||| und von der [X][X] Europäischen [X] ||| 1 ||| 3-3 ||| 0.04 0.04
-and by the whole [X][X] [X] ||| und von der gesamten [X][X] [X] ||| 1 ||| 4-4 ||| 0.0685714 0.0685714
-[X][X] whole of [X][X] Community [X] ||| [X][X] gesamten [X][X] Union [X] ||| 1 ||| 0-0 3-2 ||| 0.108975 0.108975
-[X][X] whole [X][X] Community [X] ||| [X][X] gesamten [X][X] Union [X] ||| 1 ||| 0-0 2-2 ||| 0.108975 0.108975
-[X][X] whole of the [X][X] [X] ||| [X][X] gesamten [X][X] [X] ||| 1 ||| 0-0 4-2 ||| 0.108975 0.108975
-by [X][X] of [X][X] Community [X] ||| von [X][X] [X][X] Union [X] ||| 1 ||| 1-1 3-2 ||| 0.04 0.04
-by [X][X] of the [X][X] [X] ||| von [X][X] [X][X] [X] ||| 1 ||| 1-1 4-2 ||| 0.04 0.04
-by [X][X] the European Community [X] ||| von [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-by [X][X] the [X][X] [X] ||| von [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.04 0.04
-by [X][X] European Community [X] ||| von [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-by [X][X] Community [X] ||| von [X][X] Union [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-by the [X][X] the [X][X] [X] ||| von der [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.04 0.04
-by the [X][X] European Community [X] ||| von der [X][X] Europäischen Union [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-by the [X][X] Community [X] ||| von der [X][X] Union [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-by the whole [X][X] Community [X] ||| von der gesamten [X][X] Union [X] ||| 1 ||| 3-3 ||| 0.04 0.04
-[X][X] the weight of your [X] ||| [X][X] den ganzen Einfluß Ihres [X] ||| 1 ||| 0-0 ||| 0.12406 0.12406
-[X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.34399 0.34399
-[X][X] the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.34399 0.34399
-, [X][X] weight of your [X] ||| , [X][X] ganzen Einfluß Ihres [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-, [X][X] weight [X][X] [X] ||| , [X][X] ganzen Einfluß [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.211421 0.211421
-, using [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-, [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-, using the [X][X] [X] ||| , den [X][X] [X] ||| 1 ||| 3-2 ||| 0.211421 0.211421
-, using the weight [X][X] [X] ||| , den ganzen Einfluß [X][X] [X] ||| 1 ||| 4-4 ||| 0.211421 0.211421
-representations [X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.132569 0.132569
-representations [X][X] the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 1 ||| 1-0 4-4 ||| 0.132569 0.132569
-[X][X] using [X][X] of your [X] ||| [X][X] [X][X] Ihres [X] ||| 1 ||| 0-0 2-1 ||| 0.0526316 0.0526316
-[X][X] using the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.132569 0.132569
-[X][X] using the weight [X][X] [X] ||| [X][X] den ganzen Einfluß [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.132569 0.132569
-representations [X][X] weight of your [X] ||| [X][X] ganzen Einfluß Ihres [X] ||| 1 ||| 1-0 ||| 0.0526316 0.0526316
-representations [X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] [X] ||| 1 ||| 1-0 3-3 ||| 0.132569 0.132569
-representations [X][X] of your [X] ||| [X][X] Ihres [X] ||| 1 ||| 1-0 ||| 0.0526316 0.0526316
-representations , [X][X] weight [X][X] [X] ||| , [X][X] ganzen Einfluß [X][X] [X] ||| 1 ||| 2-1 4-4 ||| 0.132569 0.132569
-representations , [X][X] of your [X] ||| , [X][X] Ihres [X] ||| 1 ||| 2-1 ||| 0.0526316 0.0526316
-representations , using the [X][X] [X] ||| , den [X][X] [X] ||| 1 ||| 4-2 ||| 0.132569 0.132569
-[X][X] of your prestigious office [X] ||| [X][X] Ihres Amtes [X] ||| 1 ||| 0-0 ||| 0.320187 0.320187
-[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.927096 0.927096
-the [X][X] prestigious office [X] ||| den [X][X] Amtes [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-the weight [X][X] prestigious office [X] ||| den ganzen Einfluß [X][X] Amtes [X] ||| 1 ||| 2-3 ||| 0.125 0.125
-the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] [X] ||| 1 ||| 4-4 ||| 0.404762 0.404762
-[X][X] weight [X][X] prestigious office [X] ||| [X][X] ganzen Einfluß [X][X] Amtes [X] ||| 1 ||| 0-0 2-3 ||| 0.195187 0.195187
-[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.522334 0.522334
-using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 1 ||| 1-0 4-2 ||| 0.302404 0.302404
-using [X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 1 ||| 1-0 ||| 0.0909091 0.0909091
-using the [X][X] prestigious office [X] ||| den [X][X] Amtes [X] ||| 1 ||| 2-1 ||| 0.0909091 0.0909091
-weight [X][X] prestigious office and [X] ||| ganzen Einfluß [X][X] Amtes und [X] ||| 1 ||| 1-2 ||| 0.142857 0.142857
-weight [X][X] and [X] ||| ganzen Einfluß [X][X] und [X] ||| 1 ||| 1-2 ||| 0.142857 0.142857
-weight of your [X][X] and [X] ||| ganzen Einfluß Ihres [X][X] und [X] ||| 1 ||| 3-3 ||| 0.142857 0.142857
-[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution [X] ||| 1 ||| 0-0 3-2 ||| 0.24 0.24
-[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.639064 0.639064
-of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.26728 0.26728
-of your [X][X] the institution [X] ||| Ihres [X][X] der Institution [X] ||| 1 ||| 2-1 ||| 0.0833333 0.0833333
-of your [X][X] institution [X] ||| Ihres [X][X] Institution [X] ||| 1 ||| 2-1 ||| 0.0833333 0.0833333
-prestigious office and the institution [X] ||| Amtes und der Institution , [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] and the institution [X] ||| [X][X] und der Institution , [X] ||| 1 ||| 0-0 ||| 0.25228 0.25228
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.25228 0.25228
-[X][X] the institution [X] ||| [X][X] der Institution , [X] ||| 1 ||| 0-0 ||| 0.25228 0.25228
-prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution , [X] ||| 1 ||| 2-1 ||| 0.0909091 0.0909091
-prestigious office [X][X] [X] ||| Amtes [X][X] , [X] ||| 1 ||| 2-1 ||| 0.0909091 0.0909091
-prestigious office and [X][X] [X] ||| Amtes und [X][X] , [X] ||| 1 ||| 3-2 ||| 0.0909091 0.0909091
-and the institution [X] ||| und der Institution , die [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] institution [X] ||| [X][X] Institution , die [X] ||| 1 ||| 0-0 ||| 0.392986 0.392986
-and [X][X] [X] ||| und [X][X] , die [X] ||| 1 ||| 1-1 ||| 0.4 0.2
-and [X][X] [X] ||| und [X][X] die [X] ||| 1 ||| 1-1 ||| 0.4 0.2
-the institution you [X] ||| der Institution , die Sie [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] you [X] ||| [X][X] , die Sie [X] ||| 1 ||| 0-0 ||| 1.2446 0.414866
-[X][X] you [X] ||| [X][X] die Sie [X] ||| 1 ||| 0-0 ||| 1.2446 0.414866
-[X][X] you [X] ||| [X][X] Sie [X] ||| 1 ||| 0-0 ||| 1.2446 0.414866
-institution you represent [X] ||| Institution , die Sie vertreten [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] represent [X] ||| [X][X] vertreten [X] ||| 1 ||| 0-0 ||| 0.407519 0.407519
-institution [X][X] [X] ||| Institution [X][X] [X] ||| 1 ||| 1-1 ||| 1.37228 0.457426
-institution [X][X] [X] ||| Institution , [X][X] [X] ||| 1 ||| 1-2 ||| 1.37228 0.457426
-institution [X][X] [X] ||| Institution , die [X][X] [X] ||| 1 ||| 1-3 ||| 1.37228 0.457426
-you represent , [X] ||| , die Sie vertreten , [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] , [X] ||| , [X][X] , [X] ||| 1 ||| 0-1 ||| 0.4 0.2
-[X][X] , [X] ||| , die [X][X] , [X] ||| 1 ||| 0-2 ||| 0.4 0.2
-you [X][X] [X] ||| , die Sie [X][X] [X] ||| 1 ||| 1-3 ||| 0.432803 0.432803
-you represent , to [X] ||| die Sie vertreten , bei [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , to [X] ||| die [X][X] , bei [X] ||| 1 ||| 0-1 ||| 0.125 0.125
-[X][X] to [X] ||| die [X][X] bei [X] ||| 1 ||| 0-1 ||| 0.125 0.125
-you [X][X] to [X] ||| die Sie [X][X] bei [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-you represent [X][X] [X] ||| die Sie vertreten [X][X] [X] ||| 1 ||| 2-3 ||| 0.297537 0.297537
-you represent , to the [X] ||| Sie vertreten , bei dem [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] , to the [X] ||| [X][X] , bei dem [X] ||| 1 ||| 0-0 ||| 0.280024 0.280024
-[X][X] , [X][X] [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.70258 0.70258
-you [X][X] to the [X] ||| Sie [X][X] bei dem [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-you [X][X] the [X] ||| Sie [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-you represent [X][X] the [X] ||| Sie vertreten [X][X] dem [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-you represent , [X][X] [X] ||| Sie vertreten , [X][X] [X] ||| 1 ||| 3-3 ||| 0.246911 0.246911
-represent , to the President [X] ||| vertreten , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] to the President [X] ||| [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 ||| 0.247765 0.247765
-[X][X] to [X][X] [X] ||| [X][X] bei [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.674473 0.674473
-represent [X][X] the President [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-represent [X][X] President [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-represent , [X][X] President [X] ||| vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-represent , to [X][X] [X] ||| vertreten , bei [X][X] [X] ||| 1 ||| 3-3 ||| 0.251917 0.251917
-, to the President and [X] ||| , bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] the President and [X] ||| [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-0 ||| 0.235217 0.235217
-[X][X] the [X][X] [X] ||| [X][X] dem [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.671586 0.671586
-, [X][X] President and [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-, [X][X] and [X] ||| , [X][X] und [X] ||| 1 ||| 1-1 ||| 0.136364 0.136364
-, to [X][X] and [X] ||| , bei [X][X] und [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-, to the [X][X] [X] ||| , bei dem [X][X] [X] ||| 1 ||| 3-3 ||| 0.244877 0.244877
-[X][X] the President and to [X] ||| [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-0 ||| 0.161445 0.161445
-[X][X] the [X][X] to [X] ||| [X][X] dem [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.161445 0.161445
-[X][X] the President [X][X] [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.436369 0.436369
-, [X][X] President and to [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-, [X][X] President [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.153968 0.153968
-, [X][X] and to [X] ||| , [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-, [X][X] to [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-, to [X][X] and to [X] ||| , bei [X][X] und [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-, to [X][X] to [X] ||| , bei [X][X] [X] ||| 1 ||| 2-2 ||| 0.0555556 0.0555556
-, to the [X][X] to [X] ||| , bei dem [X][X] [X] ||| 1 ||| 3-3 ||| 0.0555556 0.0555556
-, to the President [X][X] [X] ||| , bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 4-4 ||| 0.153968 0.153968
-[X][X] the [X][X] to the [X] ||| [X][X] dem [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.14479 0.14479
-[X][X] the [X][X] the [X] ||| [X][X] dem [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.14479 0.14479
-[X][X] the President [X][X] the [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.14479 0.14479
-, [X][X] President [X][X] the [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.047619 0.047619
-, [X][X] and to the [X] ||| , [X][X] und [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-, [X][X] to the [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-, [X][X] the [X] ||| , [X][X] [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-, to [X][X] to the [X] ||| , bei [X][X] [X] ||| 1 ||| 2-2 ||| 0.047619 0.047619
-, to [X][X] the [X] ||| , bei [X][X] [X] ||| 1 ||| 2-2 ||| 0.047619 0.047619
-, to the [X][X] the [X] ||| , bei dem [X][X] [X] ||| 1 ||| 3-3 ||| 0.047619 0.047619
-[X][X] President [X][X] the Governor [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-0 2-2 ||| 0.12973 0.12973
-[X][X] President [X][X] Governor [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-0 2-2 ||| 0.12973 0.12973
-[X][X] President and to [X][X] [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.198705 0.198705
-[X][X] President and [X][X] [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.198705 0.198705
-to [X][X] and to [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0685714 0.0685714
-to [X][X] and [X][X] [X] ||| bei [X][X] und [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0685714 0.0685714
-to [X][X] to the Governor [X] ||| bei [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-to [X][X] to [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0685714 0.0685714
-to [X][X] the Governor [X] ||| bei [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-to [X][X] Governor [X] ||| bei [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-to the [X][X] to [X][X] [X] ||| bei dem [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0685714 0.0685714
-to the [X][X] the Governor [X] ||| bei dem [X][X] Gouverneur [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-to the [X][X] Governor [X] ||| bei dem [X][X] Gouverneur [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-to the President [X][X] Governor [X] ||| bei dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 3-3 ||| 0.04 0.04
-to the President and [X][X] [X] ||| bei dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 4-4 ||| 0.0685714 0.0685714
-[X][X] and to [X][X] of [X] ||| [X][X] und [X][X] von [X] ||| 1 ||| 0-0 3-2 ||| 0.108975 0.108975
-[X][X] and [X][X] of [X] ||| [X][X] und [X][X] von [X] ||| 1 ||| 0-0 2-2 ||| 0.108975 0.108975
-[X][X] and to the [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 0-0 4-2 ||| 0.147437 0.147437
-the [X][X] to [X][X] of [X] ||| dem [X][X] [X][X] von [X] ||| 1 ||| 1-1 3-2 ||| 0.04 0.04
-the [X][X] to the [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 1 ||| 1-1 4-2 ||| 0.0784615 0.0784615
-the [X][X] the Governor of [X] ||| dem [X][X] Gouverneur von [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-the [X][X] the [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0784615 0.0784615
-the [X][X] Governor of [X] ||| dem [X][X] Gouverneur von [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-the [X][X] of [X] ||| dem [X][X] von [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-the President [X][X] the [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0784615 0.0784615
-the President [X][X] Governor of [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-the President [X][X] of [X] ||| dem Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-the President and [X][X] of [X] ||| dem Präsidentschaftskandidaten und [X][X] von [X] ||| 1 ||| 3-3 ||| 0.04 0.04
-of Texas , Mr [X] ||| von Texas , George W. [X] ||| 1 ||| ||| 0.5 0.5
-of [X][X] [X] ||| von [X][X] [X] ||| 1 ||| 1-1 ||| 1.01667 1.01667
-Texas , Mr Bush [X] ||| Texas , George W. Bush [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] Bush [X] ||| [X][X] Bush [X] ||| 1 ||| 0-0 ||| 1.1964 1.1964
-a stay of execution [X] ||| Aussetzung der Vollstreckung des Todesurteils [X] ||| 1 ||| ||| 1 1
-[X][X] reprieve the condemned person [X] ||| [X][X] Begnadigung des Verurteilten [X] ||| 1 ||| 0-0 ||| 0.138095 0.138095
-[X][X] reprieve [X][X] [X] ||| [X][X] Begnadigung [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.138095 0.138095
-[X][X] reprieve the [X][X] [X] ||| [X][X] Begnadigung des [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.138095 0.138095
-and [X][X] the condemned person [X] ||| und [X][X] des Verurteilten [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-and [X][X] the [X][X] [X] ||| und [X][X] des [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0714286 0.0714286
-and [X][X] condemned person [X] ||| und [X][X] Verurteilten [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-and to [X][X] condemned person [X] ||| und zur [X][X] Verurteilten [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-and to reprieve [X][X] [X] ||| und zur Begnadigung [X][X] [X] ||| 1 ||| 3-3 ||| 0.0714286 0.0714286
-and to reprieve the [X][X] [X] ||| und zur Begnadigung des [X][X] [X] ||| 1 ||| 4-4 ||| 0.0714286 0.0714286
-[X][X] European [X][X] by the [X] ||| [X][X] Europäischen [X][X] von der [X] ||| 1 ||| 0-0 2-2 ||| 0.047619 0.047619
-[X][X] European [X][X] the [X] ||| [X][X] Europäischen [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.047619 0.047619
-[X][X] European Parliament [X][X] the [X] ||| [X][X] Europäischen Parlament [X][X] der [X] ||| 1 ||| 0-0 3-3 ||| 0.047619 0.047619
-[X][X] European Parliament and [X][X] [X] ||| [X][X] Europäischen Parlament und [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.140523 0.140523
-[X][X] Parliament and by the [X] ||| [X][X] Parlament und von der [X] ||| 1 ||| 0-0 ||| 0.047619 0.047619
-[X][X] Parliament [X][X] the [X] ||| [X][X] Parlament [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.047619 0.047619
-[X][X] Parliament and [X][X] [X] ||| [X][X] Parlament und [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.140523 0.140523
-by the [X][X] and [X][X] [X] ||| vom [X][X] und [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.140523 0.140523
-by the [X][X] by the [X] ||| vom [X][X] von der [X] ||| 1 ||| 2-1 ||| 0.047619 0.047619
-by the [X][X] the [X] ||| vom [X][X] der [X] ||| 1 ||| 2-1 ||| 0.047619 0.047619
-by the European [X][X] the [X] ||| vom Europäischen [X][X] der [X] ||| 1 ||| 3-2 ||| 0.047619 0.047619
-[X][X] and by the whole [X] ||| [X][X] und von der gesamten [X] ||| 1 ||| 0-0 ||| 0.0883459 0.0883459
-[X][X] and [X][X] whole [X] ||| [X][X] und [X][X] gesamten [X] ||| 1 ||| 0-0 2-2 ||| 0.0883459 0.0883459
-[X][X] and by [X][X] [X] ||| [X][X] und von [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.253912 0.253912
-European [X][X] by the whole [X] ||| Europäischen [X][X] von der gesamten [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-European [X][X] by [X][X] [X] ||| Europäischen [X][X] von [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.161008 0.161008
-European [X][X] the whole [X] ||| Europäischen [X][X] der gesamten [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-European [X][X] whole [X] ||| Europäischen [X][X] gesamten [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-European Parliament [X][X] the whole [X] ||| Europäischen Parlament [X][X] der gesamten [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-European Parliament [X][X] whole [X] ||| Europäischen Parlament [X][X] gesamten [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-European Parliament and [X][X] whole [X] ||| Europäischen Parlament und [X][X] gesamten [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-European Parliament and by [X][X] [X] ||| Europäischen Parlament und von [X][X] [X] ||| 1 ||| 4-4 ||| 0.161008 0.161008
-[X][X] and [X][X] whole of [X] ||| [X][X] und [X][X] gesamten [X] ||| 1 ||| 0-0 2-2 ||| 0.0651261 0.0651261
-[X][X] and [X][X] of [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0651261 0.0651261
-[X][X] and by [X][X] of [X] ||| [X][X] und von [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0651261 0.0651261
-[X][X] and by the [X][X] [X] ||| [X][X] und von der [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.165566 0.165566
-European [X][X] by [X][X] of [X] ||| Europäischen [X][X] von [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0357143 0.0357143
-European [X][X] by the [X][X] [X] ||| Europäischen [X][X] von der [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.108376 0.108376
-European [X][X] the whole of [X] ||| Europäischen [X][X] der gesamten [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-European [X][X] the [X][X] [X] ||| Europäischen [X][X] der [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.108376 0.108376
-European [X][X] whole of [X] ||| Europäischen [X][X] gesamten [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-European [X][X] of [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-European Parliament [X][X] the [X][X] [X] ||| Europäischen Parlament [X][X] der [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.108376 0.108376
-European Parliament [X][X] whole of [X] ||| Europäischen Parlament [X][X] gesamten [X] ||| 1 ||| 2-2 ||| 0.0357143 0.0357143
-European Parliament [X][X] of [X] ||| Europäischen Parlament [X][X] [X] ||| 1 ||| 2-2 ||| 0.0357143 0.0357143
-European Parliament and [X][X] of [X] ||| Europäischen Parlament und [X][X] [X] ||| 1 ||| 3-3 ||| 0.0357143 0.0357143
-[X][X] and [X][X] of the [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0600358 0.0600358
-[X][X] and [X][X] the [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0600358 0.0600358
-[X][X] and by [X][X] the [X] ||| [X][X] und von [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0600358 0.0600358
-European [X][X] by [X][X] the [X] ||| Europäischen [X][X] von [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0322581 0.0322581
-European [X][X] the [X][X] the [X] ||| Europäischen [X][X] der [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0322581 0.0322581
-European [X][X] whole of the [X] ||| Europäischen [X][X] gesamten [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-European [X][X] of the [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-European [X][X] the [X] ||| Europäischen [X][X] [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-European Parliament [X][X] of the [X] ||| Europäischen Parlament [X][X] [X] ||| 1 ||| 2-2 ||| 0.0322581 0.0322581
-European Parliament [X][X] the [X] ||| Europäischen Parlament [X][X] [X] ||| 1 ||| 2-2 ||| 0.0322581 0.0322581
-European Parliament and [X][X] the [X] ||| Europäischen Parlament und [X][X] [X] ||| 1 ||| 3-3 ||| 0.0322581 0.0322581
-[X][X] by [X][X] the European [X] ||| [X][X] von [X][X] Europäischen [X] ||| 1 ||| 0-0 2-2 ||| 0.0507937 0.0507937
-[X][X] by [X][X] European [X] ||| [X][X] von [X][X] Europäischen [X] ||| 1 ||| 0-0 2-2 ||| 0.0507937 0.0507937
-[X][X] by the [X][X] European [X] ||| [X][X] von der [X][X] Europäischen [X] ||| 1 ||| 0-0 3-3 ||| 0.0507937 0.0507937
-[X][X] by the whole [X][X] [X] ||| [X][X] von der gesamten [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0911977 0.0911977
-Parliament [X][X] the [X][X] European [X] ||| Parlament [X][X] der [X][X] Europäischen [X] ||| 1 ||| 1-1 3-3 ||| 0.0285714 0.0285714
-Parliament [X][X] the whole [X][X] [X] ||| Parlament [X][X] der gesamten [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0507937 0.0507937
-Parliament [X][X] whole of [X][X] [X] ||| Parlament [X][X] gesamten [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0507937 0.0507937
-Parliament [X][X] whole [X][X] [X] ||| Parlament [X][X] gesamten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0507937 0.0507937
-Parliament [X][X] of the European [X] ||| Parlament [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-Parliament [X][X] of [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0507937 0.0507937
-Parliament [X][X] the European [X] ||| Parlament [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-Parliament [X][X] European [X] ||| Parlament [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-Parliament and [X][X] whole [X][X] [X] ||| Parlament und [X][X] gesamten [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0507937 0.0507937
-Parliament and [X][X] of [X][X] [X] ||| Parlament und [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0507937 0.0507937
-Parliament and [X][X] the European [X] ||| Parlament und [X][X] Europäischen [X] ||| 1 ||| 2-2 ||| 0.0285714 0.0285714
-Parliament and [X][X] European [X] ||| Parlament und [X][X] Europäischen [X] ||| 1 ||| 2-2 ||| 0.0285714 0.0285714
-Parliament and by [X][X] European [X] ||| Parlament und von [X][X] Europäischen [X] ||| 1 ||| 3-3 ||| 0.0285714 0.0285714
-[X][X] the [X][X] European Community [X] ||| [X][X] der [X][X] Europäischen Union [X] ||| 1 ||| 0-0 2-2 ||| 0.0689755 0.0689755
-[X][X] the [X][X] Community [X] ||| [X][X] der [X][X] Union [X] ||| 1 ||| 0-0 2-2 ||| 0.0689755 0.0689755
-[X][X] the whole [X][X] Community [X] ||| [X][X] der gesamten [X][X] Union [X] ||| 1 ||| 0-0 3-3 ||| 0.0689755 0.0689755
-and [X][X] whole [X][X] Community [X] ||| und [X][X] gesamten [X][X] Union [X] ||| 1 ||| 1-1 3-3 ||| 0.0285714 0.0285714
-and [X][X] of [X][X] Community [X] ||| und [X][X] [X][X] Union [X] ||| 1 ||| 1-1 3-2 ||| 0.0285714 0.0285714
-and [X][X] of the [X][X] [X] ||| und [X][X] [X][X] [X] ||| 1 ||| 1-1 4-2 ||| 0.0285714 0.0285714
-and [X][X] the European Community [X] ||| und [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-and [X][X] the [X][X] [X] ||| und [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0285714 0.0285714
-and [X][X] European Community [X] ||| und [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-and [X][X] Community [X] ||| und [X][X] Union [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-and by [X][X] the [X][X] [X] ||| und von [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0285714 0.0285714
-and by [X][X] European Community [X] ||| und von [X][X] Europäischen Union [X] ||| 1 ||| 2-2 ||| 0.0285714 0.0285714
-and by [X][X] Community [X] ||| und von [X][X] Union [X] ||| 1 ||| 2-2 ||| 0.0285714 0.0285714
-and by the [X][X] Community [X] ||| und von der [X][X] Union [X] ||| 1 ||| 3-3 ||| 0.0285714 0.0285714
-[X][X] the [X][X] prestigious office [X] ||| [X][X] den [X][X] Amtes [X] ||| 1 ||| 0-0 2-2 ||| 0.104278 0.104278
-, [X][X] of your [X][X] [X] ||| , [X][X] Ihres [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.139992 0.139992
-, using [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 1 ||| 2-1 ||| 0.0588235 0.0588235
-, [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-[X][X] using [X][X] prestigious office [X] ||| [X][X] [X][X] Amtes [X] ||| 1 ||| 0-0 2-1 ||| 0.0454545 0.0454545
-representations [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] [X] ||| 1 ||| 1-0 4-2 ||| 0.0799373 0.0799373
-representations [X][X] prestigious office [X] ||| [X][X] Amtes [X] ||| 1 ||| 1-0 ||| 0.0454545 0.0454545
-representations , [X][X] prestigious office [X] ||| , [X][X] Amtes [X] ||| 1 ||| 2-1 ||| 0.0454545 0.0454545
-[X][X] of your [X][X] and [X] ||| [X][X] Ihres [X][X] und [X] ||| 1 ||| 0-0 3-2 ||| 0.251366 0.251366
-the [X][X] prestigious office and [X] ||| den [X][X] Amtes und [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-the [X][X] and [X] ||| den [X][X] und [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-the weight [X][X] and [X] ||| den ganzen Einfluß [X][X] und [X] ||| 1 ||| 2-3 ||| 0.1 0.1
-[X][X] weight [X][X] and [X] ||| [X][X] ganzen Einfluß [X][X] und [X] ||| 1 ||| 0-0 2-3 ||| 0.151366 0.151366
-using [X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0714286
-using [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0714286
-using the [X][X] and [X] ||| den [X][X] und [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-using the weight [X][X] and [X] ||| den ganzen Einfluß [X][X] und [X] ||| 1 ||| 3-3 ||| 0.0714286 0.0714286
-weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] [X] ||| 1 ||| 1-2 4-4 ||| 0.276016 0.276016
-weight [X][X] and the [X] ||| ganzen Einfluß [X][X] und der [X] ||| 1 ||| 1-2 ||| 0.1 0.1
-weight [X][X] the [X] ||| ganzen Einfluß [X][X] der [X] ||| 1 ||| 1-2 ||| 0.1 0.1
-weight of your [X][X] the [X] ||| ganzen Einfluß Ihres [X][X] der [X] ||| 1 ||| 3-3 ||| 0.1 0.1
-[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution , [X] ||| 1 ||| 0-0 3-2 ||| 0.16137 0.16137
-[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , [X] ||| 1 ||| 0-0 3-2 ||| 0.16137 0.16137
-[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] , [X] ||| 1 ||| 0-0 4-3 ||| 0.16137 0.16137
-of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] , [X] ||| 1 ||| 2-1 4-3 ||| 0.0555556 0.0555556
-of your [X][X] the institution [X] ||| Ihres [X][X] der Institution , [X] ||| 1 ||| 2-1 ||| 0.0555556 0.0555556
-of your [X][X] institution [X] ||| Ihres [X][X] Institution , [X] ||| 1 ||| 2-1 ||| 0.0555556 0.0555556
-of your [X][X] [X] ||| Ihres [X][X] , [X] ||| 1 ||| 2-1 ||| 0.0555556 0.0555556
-of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] , [X] ||| 1 ||| 4-2 ||| 0.0555556 0.0555556
-prestigious office and the institution [X] ||| Amtes und der Institution , die [X] ||| 1 ||| ||| 0.0714286 0.0714286
-[X][X] and the institution [X] ||| [X][X] und der Institution , die [X] ||| 1 ||| 0-0 ||| 0.192986 0.192986
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] , die [X] ||| 1 ||| 0-0 2-2 ||| 0.385972 0.192986
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] die [X] ||| 1 ||| 0-0 2-2 ||| 0.385972 0.192986
-[X][X] the institution [X] ||| [X][X] der Institution , die [X] ||| 1 ||| 0-0 ||| 0.192986 0.192986
-prestigious office [X][X] institution [X] ||| Amtes [X][X] Institution , die [X] ||| 1 ||| 2-1 ||| 0.0714286 0.0714286
-prestigious office [X][X] [X] ||| Amtes [X][X] , die [X] ||| 1 ||| 2-1 ||| 0.142857 0.0714286
-prestigious office [X][X] [X] ||| Amtes [X][X] die [X] ||| 1 ||| 2-1 ||| 0.142857 0.0714286
-prestigious office and [X][X] [X] ||| Amtes und [X][X] , die [X] ||| 1 ||| 3-2 ||| 0.142857 0.0714286
-prestigious office and [X][X] [X] ||| Amtes und [X][X] die [X] ||| 1 ||| 3-2 ||| 0.142857 0.0714286
-and the institution you [X] ||| und der Institution , die Sie [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] institution you [X] ||| [X][X] Institution , die Sie [X] ||| 1 ||| 0-0 ||| 0.214866 0.214866
-and [X][X] you [X] ||| und [X][X] , die Sie [X] ||| 1 ||| 1-1 ||| 0.3 0.1
-and [X][X] you [X] ||| und [X][X] die Sie [X] ||| 1 ||| 1-1 ||| 0.3 0.1
-and [X][X] you [X] ||| und [X][X] Sie [X] ||| 1 ||| 1-1 ||| 0.3 0.1
-and the [X][X] [X] ||| und der [X][X] [X] ||| 1 ||| 2-2 ||| 0.214996 0.214996
-the institution you represent [X] ||| der Institution , die Sie vertreten [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] you represent [X] ||| [X][X] , die Sie vertreten [X] ||| 1 ||| 0-0 ||| 0.622557 0.207519
-[X][X] you represent [X] ||| [X][X] die Sie vertreten [X] ||| 1 ||| 0-0 ||| 0.622557 0.207519
-[X][X] you represent [X] ||| [X][X] Sie vertreten [X] ||| 1 ||| 0-0 ||| 0.622557 0.207519
-the [X][X] represent [X] ||| der [X][X] vertreten [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-the institution [X][X] [X] ||| der Institution [X][X] [X] ||| 1 ||| 2-2 ||| 0.659208 0.219736
-the institution [X][X] [X] ||| der Institution , [X][X] [X] ||| 1 ||| 2-3 ||| 0.659208 0.219736
-the institution [X][X] [X] ||| der Institution , die [X][X] [X] ||| 1 ||| 2-4 ||| 0.659208 0.219736
-institution you represent , [X] ||| Institution , die Sie vertreten , [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] represent , [X] ||| [X][X] vertreten , [X] ||| 1 ||| 0-0 ||| 0.22335 0.22335
-institution [X][X] , [X] ||| Institution [X][X] , [X] ||| 1 ||| 1-1 ||| 0.3 0.1
-institution [X][X] , [X] ||| Institution , [X][X] , [X] ||| 1 ||| 1-2 ||| 0.3 0.1
-institution [X][X] , [X] ||| Institution , die [X][X] , [X] ||| 1 ||| 1-3 ||| 0.3 0.1
-institution you [X][X] [X] ||| Institution , die Sie [X][X] [X] ||| 1 ||| 2-4 ||| 0.257426 0.257426
-you represent , to [X] ||| , die Sie vertreten , bei [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] , to [X] ||| , [X][X] , bei [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-[X][X] to [X] ||| , [X][X] bei [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-[X][X] , to [X] ||| , die [X][X] , bei [X] ||| 1 ||| 0-2 ||| 0.1 0.1
-[X][X] to [X] ||| , die [X][X] bei [X] ||| 1 ||| 0-2 ||| 0.1 0.1
-you [X][X] to [X] ||| , die Sie [X][X] bei [X] ||| 1 ||| 1-3 ||| 0.1 0.1
-you represent [X][X] [X] ||| , die Sie vertreten [X][X] [X] ||| 1 ||| 2-4 ||| 0.232803 0.232803
-you represent , to the [X] ||| die Sie vertreten , bei dem [X] ||| 1 ||| ||| 0.0666667 0.0666667
-[X][X] , to the [X] ||| die [X][X] , bei dem [X] ||| 1 ||| 0-1 ||| 0.0666667 0.0666667
-[X][X] , [X][X] [X] ||| die [X][X] , [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.172537 0.172537
-[X][X] to the [X] ||| die [X][X] bei dem [X] ||| 1 ||| 0-1 ||| 0.0666667 0.0666667
-[X][X] the [X] ||| die [X][X] dem [X] ||| 1 ||| 0-1 ||| 0.0666667 0.0666667
-you [X][X] to the [X] ||| die Sie [X][X] bei dem [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-you [X][X] the [X] ||| die Sie [X][X] dem [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-you represent [X][X] the [X] ||| die Sie vertreten [X][X] dem [X] ||| 1 ||| 2-3 ||| 0.0666667 0.0666667
-you represent , [X][X] [X] ||| die Sie vertreten , [X][X] [X] ||| 1 ||| 3-4 ||| 0.172537 0.172537
-[X][X] , to the President [X] ||| [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 ||| 0.156856 0.156856
-[X][X] , [X][X] President [X] ||| [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 2-2 ||| 0.156856 0.156856
-[X][X] , to [X][X] [X] ||| [X][X] , bei [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.422556 0.422556
-you [X][X] to the President [X] ||| Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-you [X][X] to [X][X] [X] ||| Sie [X][X] bei [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.156002 0.156002
-you [X][X] the President [X] ||| Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-you [X][X] President [X] ||| Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-you represent [X][X] the President [X] ||| Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-you represent [X][X] President [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-you represent , [X][X] President [X] ||| Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-you represent , to [X][X] [X] ||| Sie vertreten , bei [X][X] [X] ||| 1 ||| 4-4 ||| 0.156002 0.156002
-[X][X] to the President and [X] ||| [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-0 ||| 0.144307 0.144307
-[X][X] to [X][X] and [X] ||| [X][X] bei [X][X] und [X] ||| 1 ||| 0-0 2-2 ||| 0.144307 0.144307
-[X][X] to the [X][X] [X] ||| [X][X] bei dem [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.426709 0.426709
-represent [X][X] the President and [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-represent [X][X] the [X][X] [X] ||| vertreten [X][X] dem [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.161008 0.161008
-represent [X][X] President and [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-represent [X][X] and [X] ||| vertreten [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-represent , [X][X] President and [X] ||| vertreten , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-represent , [X][X] and [X] ||| vertreten , [X][X] und [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-represent , to [X][X] and [X] ||| vertreten , bei [X][X] und [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-represent , to the [X][X] [X] ||| vertreten , bei dem [X][X] [X] ||| 1 ||| 4-4 ||| 0.161008 0.161008
-[X][X] to [X][X] and to [X] ||| [X][X] bei [X][X] und [X] ||| 1 ||| 0-0 2-2 ||| 0.10589 0.10589
-[X][X] to [X][X] to [X] ||| [X][X] bei [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.10589 0.10589
-[X][X] to the [X][X] to [X] ||| [X][X] bei dem [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.10589 0.10589
-[X][X] to the President [X][X] [X] ||| [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.282401 0.282401
-represent [X][X] the [X][X] to [X] ||| vertreten [X][X] dem [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0357143 0.0357143
-represent [X][X] the President [X][X] [X] ||| vertreten [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.108376 0.108376
-represent [X][X] President and to [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-represent [X][X] President [X][X] [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.108376 0.108376
-represent [X][X] and to [X] ||| vertreten [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-represent [X][X] to [X] ||| vertreten [X][X] [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-represent , [X][X] President [X][X] [X] ||| vertreten , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.108376 0.108376
-represent , [X][X] and to [X] ||| vertreten , [X][X] und [X] ||| 1 ||| 2-2 ||| 0.0357143 0.0357143
-represent , [X][X] to [X] ||| vertreten , [X][X] [X] ||| 1 ||| 2-2 ||| 0.0357143 0.0357143
-represent , to [X][X] to [X] ||| vertreten , bei [X][X] [X] ||| 1 ||| 3-3 ||| 0.0357143 0.0357143
-[X][X] to [X][X] to the [X] ||| [X][X] bei [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0971712 0.0971712
-[X][X] to [X][X] the [X] ||| [X][X] bei [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0971712 0.0971712
-[X][X] to the [X][X] the [X] ||| [X][X] bei dem [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0971712 0.0971712
-represent [X][X] the [X][X] the [X] ||| vertreten [X][X] dem [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0322581 0.0322581
-represent [X][X] President [X][X] the [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0322581 0.0322581
-represent [X][X] and to the [X] ||| vertreten [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-represent [X][X] to the [X] ||| vertreten [X][X] [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-represent [X][X] the [X] ||| vertreten [X][X] [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-represent , [X][X] to the [X] ||| vertreten , [X][X] [X] ||| 1 ||| 2-2 ||| 0.0322581 0.0322581
-represent , [X][X] the [X] ||| vertreten , [X][X] [X] ||| 1 ||| 2-2 ||| 0.0322581 0.0322581
-represent , to [X][X] the [X] ||| vertreten , bei [X][X] [X] ||| 1 ||| 3-3 ||| 0.0322581 0.0322581
-[X][X] the [X][X] the Governor [X] ||| [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 0-0 2-2 ||| 0.0897298 0.0897298
-[X][X] the [X][X] Governor [X] ||| [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 0-0 2-2 ||| 0.0897298 0.0897298
-[X][X] the President [X][X] Governor [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-0 3-3 ||| 0.0897298 0.0897298
-[X][X] the President and [X][X] [X] ||| [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.130134 0.130134
-, [X][X] President [X][X] Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 1-1 3-3 ||| 0.0285714 0.0285714
-, [X][X] President and [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0507937 0.0507937
-, [X][X] and to [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0507937 0.0507937
-, [X][X] and [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0507937 0.0507937
-, [X][X] to the Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-, [X][X] to [X][X] [X] ||| , [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0507937 0.0507937
-, [X][X] the Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-, [X][X] Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-, to [X][X] and [X][X] [X] ||| , bei [X][X] und [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0507937 0.0507937
-, to [X][X] to [X][X] [X] ||| , bei [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0507937 0.0507937
-, to [X][X] the Governor [X] ||| , bei [X][X] Gouverneur [X] ||| 1 ||| 2-2 ||| 0.0285714 0.0285714
-, to [X][X] Governor [X] ||| , bei [X][X] Gouverneur [X] ||| 1 ||| 2-2 ||| 0.0285714 0.0285714
-, to the [X][X] Governor [X] ||| , bei dem [X][X] Gouverneur [X] ||| 1 ||| 3-3 ||| 0.0285714 0.0285714
-[X][X] President [X][X] Governor of [X] ||| [X][X] Präsidentschaftskandidaten [X][X] Gouverneur von [X] ||| 1 ||| 0-0 2-2 ||| 0.0689755 0.0689755
-[X][X] President [X][X] of [X] ||| [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| 0-0 2-2 ||| 0.0689755 0.0689755
-[X][X] President and [X][X] of [X] ||| [X][X] Präsidentschaftskandidaten und [X][X] von [X] ||| 1 ||| 0-0 3-3 ||| 0.0689755 0.0689755
-to [X][X] and [X][X] of [X] ||| bei [X][X] und [X][X] von [X] ||| 1 ||| 1-1 3-3 ||| 0.0285714 0.0285714
-to [X][X] to [X][X] of [X] ||| bei [X][X] [X][X] von [X] ||| 1 ||| 1-1 3-2 ||| 0.0285714 0.0285714
-to [X][X] to the [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 1 ||| 1-1 4-2 ||| 0.0285714 0.0285714
-to [X][X] the Governor of [X] ||| bei [X][X] Gouverneur von [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-to [X][X] the [X][X] [X] ||| bei [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0285714 0.0285714
-to [X][X] Governor of [X] ||| bei [X][X] Gouverneur von [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-to [X][X] of [X] ||| bei [X][X] von [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-to the [X][X] the [X][X] [X] ||| bei dem [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0285714 0.0285714
-to the [X][X] Governor of [X] ||| bei dem [X][X] Gouverneur von [X] ||| 1 ||| 2-2 ||| 0.0285714 0.0285714
-to the [X][X] of [X] ||| bei dem [X][X] von [X] ||| 1 ||| 2-2 ||| 0.0285714 0.0285714
-to the President [X][X] of [X] ||| bei dem Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| 3-3 ||| 0.0285714 0.0285714
-Governor of Texas , Mr [X] ||| Gouverneur von Texas , George W. [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 1 ||| 0-0 ||| 0.722046 0.722046
-Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 1 ||| 1-1 ||| 0.599206 0.599206
-Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 1 ||| 2-2 ||| 0.599206 0.599206
-[X][X] of Texas , Mr [X] ||| [X][X] von Texas , George W. [X] ||| 1 ||| 0-0 ||| 0.472046 0.472046
-[X][X] of [X][X] [X] ||| [X][X] von [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 1.03664 1.03664
-the [X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 1 ||| 1-0 ||| 0.166667 0.166667
-the Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 1 ||| 2-1 ||| 0.410256 0.410256
-the Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 1 ||| 3-2 ||| 0.410256 0.410256
-to [X][X] of [X][X] [X] ||| [X][X] von [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.350433 0.350433
-to [X][X] Texas , Mr [X] ||| [X][X] Texas , George W. [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-to the Governor [X][X] [X] ||| Gouverneur [X][X] [X] ||| 1 ||| 3-1 ||| 0.350433 0.350433
-to the Governor of [X][X] [X] ||| Gouverneur von [X][X] [X] ||| 1 ||| 4-2 ||| 0.350433 0.350433
-of Texas , Mr Bush [X] ||| von Texas , George W. Bush [X] ||| 1 ||| ||| 0.25 0.25
-of [X][X] Bush [X] ||| von [X][X] Bush [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-Texas , Mr Bush , [X] ||| Texas , George W. Bush , [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 1 ||| 0-0 ||| 0.707082 0.707082
-Texas , Mr [X][X] [X] ||| Texas , George W. [X][X] [X] ||| 1 ||| 3-4 ||| 0.392857 0.392857
-[X][X] a stay of execution [X] ||| [X][X] Aussetzung der Vollstreckung des Todesurteils [X] ||| 1 ||| 0-0 ||| 1.5 1.5
-to order [X][X] [X] ||| zur [X][X] [X] ||| 1 ||| 2-1 ||| 1.23526 1.23526
-power to order [X][X] [X] ||| zur [X][X] [X] ||| 1 ||| 3-1 ||| 1.01667 1.01667
-the power to order [X][X] [X] ||| zur [X][X] [X] ||| 1 ||| 4-1 ||| 0.892857 0.892857
-a stay of execution and [X] ||| Aussetzung der Vollstreckung des Todesurteils und [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] European [X][X] the whole [X] ||| [X][X] Europäischen [X][X] der gesamten [X] ||| 1 ||| 0-0 2-2 ||| 0.0357143 0.0357143
-[X][X] European [X][X] whole [X] ||| [X][X] Europäischen [X][X] gesamten [X] ||| 1 ||| 0-0 2-2 ||| 0.0357143 0.0357143
-[X][X] European Parliament [X][X] whole [X] ||| [X][X] Europäischen Parlament [X][X] gesamten [X] ||| 1 ||| 0-0 3-3 ||| 0.0357143 0.0357143
-[X][X] Parliament [X][X] the whole [X] ||| [X][X] Parlament [X][X] der gesamten [X] ||| 1 ||| 0-0 2-2 ||| 0.0357143 0.0357143
-[X][X] Parliament [X][X] whole [X] ||| [X][X] Parlament [X][X] gesamten [X] ||| 1 ||| 0-0 2-2 ||| 0.0357143 0.0357143
-[X][X] Parliament and [X][X] whole [X] ||| [X][X] Parlament und [X][X] gesamten [X] ||| 1 ||| 0-0 3-3 ||| 0.0357143 0.0357143
-[X][X] Parliament and by [X][X] [X] ||| [X][X] Parlament und von [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0929038 0.0929038
-by the [X][X] by [X][X] [X] ||| vom [X][X] von [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0929038 0.0929038
-by the [X][X] the whole [X] ||| vom [X][X] der gesamten [X] ||| 1 ||| 2-1 ||| 0.0357143 0.0357143
-by the [X][X] whole [X] ||| vom [X][X] gesamten [X] ||| 1 ||| 2-1 ||| 0.0357143 0.0357143
-by the European [X][X] whole [X] ||| vom Europäischen [X][X] gesamten [X] ||| 1 ||| 3-2 ||| 0.0357143 0.0357143
-[X][X] European [X][X] whole of [X] ||| [X][X] Europäischen [X][X] gesamten [X] ||| 1 ||| 0-0 2-2 ||| 0.0294118 0.0294118
-[X][X] European [X][X] of [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0294118 0.0294118
-[X][X] European Parliament [X][X] of [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0294118 0.0294118
-[X][X] Parliament [X][X] whole of [X] ||| [X][X] Parlament [X][X] gesamten [X] ||| 1 ||| 0-0 2-2 ||| 0.0294118 0.0294118
-[X][X] Parliament [X][X] of [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0294118 0.0294118
-[X][X] Parliament and [X][X] of [X] ||| [X][X] Parlament und [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0294118 0.0294118
-by the [X][X] the [X][X] [X] ||| vom [X][X] der [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0571895 0.0571895
-by the [X][X] whole of [X] ||| vom [X][X] gesamten [X] ||| 1 ||| 2-1 ||| 0.0294118 0.0294118
-by the [X][X] of [X] ||| vom [X][X] [X] ||| 1 ||| 2-1 ||| 0.0294118 0.0294118
-by the European [X][X] of [X] ||| vom Europäischen [X][X] [X] ||| 1 ||| 3-2 ||| 0.0294118 0.0294118
-[X][X] European [X][X] of the [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0277778 0.0277778
-[X][X] European [X][X] the [X] ||| [X][X] Europäischen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0277778 0.0277778
-[X][X] European Parliament [X][X] the [X] ||| [X][X] Europäischen Parlament [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0277778 0.0277778
-[X][X] Parliament [X][X] of the [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0277778 0.0277778
-[X][X] Parliament [X][X] the [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0277778 0.0277778
-[X][X] Parliament and [X][X] the [X] ||| [X][X] Parlament und [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0277778 0.0277778
-by the [X][X] of the [X] ||| vom [X][X] [X] ||| 1 ||| 2-1 ||| 0.0277778 0.0277778
-by the [X][X] the [X] ||| vom [X][X] [X] ||| 1 ||| 2-1 ||| 0.0277778 0.0277778
-by the European [X][X] the [X] ||| vom Europäischen [X][X] [X] ||| 1 ||| 3-2 ||| 0.0277778 0.0277778
-[X][X] and [X][X] the European [X] ||| [X][X] und [X][X] Europäischen [X] ||| 1 ||| 0-0 2-2 ||| 0.0222222 0.0222222
-[X][X] and [X][X] European [X] ||| [X][X] und [X][X] Europäischen [X] ||| 1 ||| 0-0 2-2 ||| 0.0222222 0.0222222
-[X][X] and by [X][X] European [X] ||| [X][X] und von [X][X] Europäischen [X] ||| 1 ||| 0-0 3-3 ||| 0.0222222 0.0222222
-European [X][X] by [X][X] European [X] ||| Europäischen [X][X] von [X][X] Europäischen [X] ||| 1 ||| 1-1 3-3 ||| 0.0222222 0.0222222
-European [X][X] the [X][X] European [X] ||| Europäischen [X][X] der [X][X] Europäischen [X] ||| 1 ||| 1-1 3-3 ||| 0.0222222 0.0222222
-European [X][X] the whole [X][X] [X] ||| Europäischen [X][X] der gesamten [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.040404 0.040404
-European [X][X] whole of [X][X] [X] ||| Europäischen [X][X] gesamten [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.040404 0.040404
-European [X][X] whole [X][X] [X] ||| Europäischen [X][X] gesamten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.040404 0.040404
-European [X][X] of the European [X] ||| Europäischen [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-European [X][X] of [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.040404 0.040404
-European [X][X] the European [X] ||| Europäischen [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-European [X][X] European [X] ||| Europäischen [X][X] Europäischen [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-European Parliament [X][X] whole [X][X] [X] ||| Europäischen Parlament [X][X] gesamten [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.040404 0.040404
-European Parliament [X][X] of [X][X] [X] ||| Europäischen Parlament [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.040404 0.040404
-European Parliament [X][X] the European [X] ||| Europäischen Parlament [X][X] Europäischen [X] ||| 1 ||| 2-2 ||| 0.0222222 0.0222222
-European Parliament [X][X] European [X] ||| Europäischen Parlament [X][X] Europäischen [X] ||| 1 ||| 2-2 ||| 0.0222222 0.0222222
-European Parliament and [X][X] European [X] ||| Europäischen Parlament und [X][X] Europäischen [X] ||| 1 ||| 3-3 ||| 0.0222222 0.0222222
-[X][X] by [X][X] European Community [X] ||| [X][X] von [X][X] Europäischen Union [X] ||| 1 ||| 0-0 2-2 ||| 0.040404 0.040404
-[X][X] by [X][X] Community [X] ||| [X][X] von [X][X] Union [X] ||| 1 ||| 0-0 2-2 ||| 0.040404 0.040404
-[X][X] by the [X][X] Community [X] ||| [X][X] von der [X][X] Union [X] ||| 1 ||| 0-0 3-3 ||| 0.040404 0.040404
-Parliament [X][X] the [X][X] Community [X] ||| Parlament [X][X] der [X][X] Union [X] ||| 1 ||| 1-1 3-3 ||| 0.0222222 0.0222222
-Parliament [X][X] whole [X][X] Community [X] ||| Parlament [X][X] gesamten [X][X] Union [X] ||| 1 ||| 1-1 3-3 ||| 0.0222222 0.0222222
-Parliament [X][X] of [X][X] Community [X] ||| Parlament [X][X] [X][X] Union [X] ||| 1 ||| 1-1 3-2 ||| 0.0222222 0.0222222
-Parliament [X][X] of the [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 1 ||| 1-1 4-2 ||| 0.0222222 0.0222222
-Parliament [X][X] the European Community [X] ||| Parlament [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-Parliament [X][X] the [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0222222 0.0222222
-Parliament [X][X] European Community [X] ||| Parlament [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-Parliament [X][X] Community [X] ||| Parlament [X][X] Union [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-Parliament and [X][X] the [X][X] [X] ||| Parlament und [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0222222 0.0222222
-Parliament and [X][X] European Community [X] ||| Parlament und [X][X] Europäischen Union [X] ||| 1 ||| 2-2 ||| 0.0222222 0.0222222
-Parliament and [X][X] Community [X] ||| Parlament und [X][X] Union [X] ||| 1 ||| 2-2 ||| 0.0222222 0.0222222
-Parliament and by [X][X] Community [X] ||| Parlament und von [X][X] Union [X] ||| 1 ||| 3-3 ||| 0.0222222 0.0222222
-[X][X] the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 1 ||| 0-0 2-2 ||| 0.0799373 0.0799373
-[X][X] the weight [X][X] and [X] ||| [X][X] den ganzen Einfluß [X][X] und [X] ||| 1 ||| 0-0 3-4 ||| 0.0799373 0.0799373
-, [X][X] weight [X][X] and [X] ||| , [X][X] ganzen Einfluß [X][X] und [X] ||| 1 ||| 1-1 3-4 ||| 0.0454545 0.0454545
-, [X][X] prestigious office and [X] ||| , [X][X] Amtes und [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-, using [X][X] and [X] ||| , [X][X] und [X] ||| 1 ||| 2-1 ||| 0.0454545 0.0454545
-, using the [X][X] and [X] ||| , den [X][X] und [X] ||| 1 ||| 3-2 ||| 0.0454545 0.0454545
-representations [X][X] the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 1 ||| 1-0 3-2 ||| 0.0344828 0.0344828
-[X][X] using [X][X] and [X] ||| [X][X] [X][X] und [X] ||| 1 ||| 0-0 2-1 ||| 0.0344828 0.0344828
-[X][X] using the [X][X] and [X] ||| [X][X] den [X][X] und [X] ||| 1 ||| 0-0 3-2 ||| 0.0344828 0.0344828
-representations [X][X] weight [X][X] and [X] ||| [X][X] ganzen Einfluß [X][X] und [X] ||| 1 ||| 1-0 3-3 ||| 0.0344828 0.0344828
-representations [X][X] prestigious office and [X] ||| [X][X] Amtes und [X] ||| 1 ||| 1-0 ||| 0.0344828 0.0344828
-representations [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 1-0 ||| 0.0344828 0.0344828
-representations , using [X][X] and [X] ||| , [X][X] und [X] ||| 1 ||| 3-1 ||| 0.0344828 0.0344828
-representations , [X][X] and [X] ||| , [X][X] und [X] ||| 1 ||| 2-1 ||| 0.0344828 0.0344828
-[X][X] of your [X][X] the [X] ||| [X][X] Ihres [X][X] der [X] ||| 1 ||| 0-0 3-2 ||| 0.159774 0.159774
-the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.179762 0.179762
-the [X][X] and the [X] ||| den [X][X] und der [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-the [X][X] the [X] ||| den [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-the weight [X][X] and the [X] ||| den ganzen Einfluß [X][X] und der [X] ||| 1 ||| 2-3 ||| 0.0714286 0.0714286
-the weight [X][X] the [X] ||| den ganzen Einfluß [X][X] der [X] ||| 1 ||| 2-3 ||| 0.0714286 0.0714286
-[X][X] weight [X][X] and the [X] ||| [X][X] ganzen Einfluß [X][X] und der [X] ||| 1 ||| 0-0 2-3 ||| 0.0883459 0.0883459
-[X][X] weight [X][X] the [X] ||| [X][X] ganzen Einfluß [X][X] der [X] ||| 1 ||| 0-0 2-3 ||| 0.0883459 0.0883459
-using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] [X] ||| 1 ||| 1-0 4-2 ||| 0.140067 0.140067
-using [X][X] and the [X] ||| [X][X] und der [X] ||| 1 ||| 1-0 ||| 0.0526316 0.0526316
-using [X][X] the [X] ||| [X][X] der [X] ||| 1 ||| 1-0 ||| 0.0526316 0.0526316
-using the [X][X] and the [X] ||| den [X][X] und der [X] ||| 1 ||| 2-1 ||| 0.0526316 0.0526316
-using the [X][X] the [X] ||| den [X][X] der [X] ||| 1 ||| 2-1 ||| 0.0526316 0.0526316
-using the weight [X][X] the [X] ||| den ganzen Einfluß [X][X] der [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.176016 0.176016
-weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution [X] ||| 1 ||| 3-3 ||| 0.0666667 0.0666667
-[X][X] prestigious office [X][X] institution [X] ||| [X][X] Amtes [X][X] Institution , die [X] ||| 1 ||| 0-0 3-2 ||| 0.121558 0.121558
-[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , die [X] ||| 1 ||| 0-0 3-2 ||| 0.243116 0.121558
-[X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] die [X] ||| 1 ||| 0-0 3-2 ||| 0.243116 0.121558
-[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] , die [X] ||| 1 ||| 0-0 4-3 ||| 0.243116 0.121558
-[X][X] prestigious office and [X][X] [X] ||| [X][X] Amtes und [X][X] die [X] ||| 1 ||| 0-0 4-3 ||| 0.243116 0.121558
-of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] , die [X] ||| 1 ||| 2-1 4-3 ||| 0.0833334 0.0416667
-of your [X][X] and [X][X] [X] ||| Ihres [X][X] und [X][X] die [X] ||| 1 ||| 2-1 4-3 ||| 0.0833334 0.0416667
-of your [X][X] the institution [X] ||| Ihres [X][X] der Institution , die [X] ||| 1 ||| 2-1 ||| 0.0416667 0.0416667
-of your [X][X] institution [X] ||| Ihres [X][X] Institution , die [X] ||| 1 ||| 2-1 ||| 0.0416667 0.0416667
-of your [X][X] [X] ||| Ihres [X][X] , die [X] ||| 1 ||| 2-1 ||| 0.0833334 0.0416667
-of your [X][X] [X] ||| Ihres [X][X] die [X] ||| 1 ||| 2-1 ||| 0.0833334 0.0416667
-of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] , die [X] ||| 1 ||| 4-2 ||| 0.0833334 0.0416667
-of your prestigious office [X][X] [X] ||| Ihres Amtes [X][X] die [X] ||| 1 ||| 4-2 ||| 0.0833334 0.0416667
-[X][X] and the institution you [X] ||| [X][X] und der Institution , die Sie [X] ||| 1 ||| 0-0 ||| 0.114866 0.114866
-[X][X] and [X][X] you [X] ||| [X][X] und [X][X] , die Sie [X] ||| 1 ||| 0-0 2-2 ||| 0.344598 0.114866
-[X][X] and [X][X] you [X] ||| [X][X] und [X][X] die Sie [X] ||| 1 ||| 0-0 2-2 ||| 0.344598 0.114866
-[X][X] and [X][X] you [X] ||| [X][X] und [X][X] Sie [X] ||| 1 ||| 0-0 2-2 ||| 0.344598 0.114866
-[X][X] and the [X][X] [X] ||| [X][X] und der [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.22885 0.22885
-[X][X] the institution you [X] ||| [X][X] der Institution , die Sie [X] ||| 1 ||| 0-0 ||| 0.114866 0.114866
-prestigious office [X][X] institution you [X] ||| Amtes [X][X] Institution , die Sie [X] ||| 1 ||| 2-1 ||| 0.0454545 0.0454545
-prestigious office [X][X] you [X] ||| Amtes [X][X] , die Sie [X] ||| 1 ||| 2-1 ||| 0.136363 0.0454545
-prestigious office [X][X] you [X] ||| Amtes [X][X] die Sie [X] ||| 1 ||| 2-1 ||| 0.136363 0.0454545
-prestigious office [X][X] you [X] ||| Amtes [X][X] Sie [X] ||| 1 ||| 2-1 ||| 0.136363 0.0454545
-prestigious office and [X][X] you [X] ||| Amtes und [X][X] , die Sie [X] ||| 1 ||| 3-2 ||| 0.136363 0.0454545
-prestigious office and [X][X] you [X] ||| Amtes und [X][X] die Sie [X] ||| 1 ||| 3-2 ||| 0.136363 0.0454545
-prestigious office and [X][X] you [X] ||| Amtes und [X][X] Sie [X] ||| 1 ||| 3-2 ||| 0.136363 0.0454545
-prestigious office and the [X][X] [X] ||| Amtes und der [X][X] [X] ||| 1 ||| 4-3 ||| 0.112714 0.112714
-and the institution you represent [X] ||| und der Institution , die Sie vertreten [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] institution you represent [X] ||| [X][X] Institution , die Sie vertreten [X] ||| 1 ||| 0-0 ||| 0.107519 0.107519
-[X][X] institution [X][X] [X] ||| [X][X] Institution [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.68694 0.22898
-[X][X] institution [X][X] [X] ||| [X][X] Institution , [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.68694 0.22898
-[X][X] institution [X][X] [X] ||| [X][X] Institution , die [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.68694 0.22898
-and [X][X] you represent [X] ||| und [X][X] , die Sie vertreten [X] ||| 1 ||| 1-1 ||| 0.157895 0.0526316
-and [X][X] you represent [X] ||| und [X][X] die Sie vertreten [X] ||| 1 ||| 1-1 ||| 0.157895 0.0526316
-and [X][X] you represent [X] ||| und [X][X] Sie vertreten [X] ||| 1 ||| 1-1 ||| 0.157895 0.0526316
-and [X][X] represent [X] ||| und [X][X] vertreten [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-and the [X][X] represent [X] ||| und der [X][X] vertreten [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-and the institution [X][X] [X] ||| und der Institution [X][X] [X] ||| 1 ||| 3-3 ||| 0.344988 0.114996
-and the institution [X][X] [X] ||| und der Institution , [X][X] [X] ||| 1 ||| 3-4 ||| 0.344988 0.114996
-and the institution [X][X] [X] ||| und der Institution , die [X][X] [X] ||| 1 ||| 3-5 ||| 0.344988 0.114996
-the institution you represent , [X] ||| der Institution , die Sie vertreten , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] you represent , [X] ||| [X][X] , die Sie vertreten , [X] ||| 1 ||| 0-0 ||| 0.12335 0.12335
-[X][X] you [X][X] [X] ||| [X][X] , die Sie [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.241197 0.241197
-[X][X] you represent , [X] ||| [X][X] die Sie vertreten , [X] ||| 1 ||| 0-0 ||| 0.12335 0.12335
-[X][X] you [X][X] [X] ||| [X][X] die Sie [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.241197 0.241197
-[X][X] you represent , [X] ||| [X][X] Sie vertreten , [X] ||| 1 ||| 0-0 ||| 0.12335 0.12335
-[X][X] you [X][X] [X] ||| [X][X] Sie [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.241197 0.241197
-the [X][X] represent , [X] ||| der [X][X] vertreten , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-the [X][X] , [X] ||| der [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-the institution [X][X] , [X] ||| der Institution [X][X] , [X] ||| 1 ||| 2-2 ||| 0.157895 0.0526316
-the institution [X][X] , [X] ||| der Institution , [X][X] , [X] ||| 1 ||| 2-3 ||| 0.157895 0.0526316
-the institution [X][X] , [X] ||| der Institution , die [X][X] , [X] ||| 1 ||| 2-4 ||| 0.157895 0.0526316
-the institution you [X][X] [X] ||| der Institution , die Sie [X][X] [X] ||| 1 ||| 3-5 ||| 0.119736 0.119736
-institution you represent , to [X] ||| Institution , die Sie vertreten , bei [X] ||| 1 ||| ||| 0.0588235 0.0588235
-[X][X] represent , to [X] ||| [X][X] vertreten , bei [X] ||| 1 ||| 0-0 ||| 0.124944 0.124944
-[X][X] represent [X][X] [X] ||| [X][X] vertreten [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.275273 0.275273
-institution [X][X] , to [X] ||| Institution [X][X] , bei [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-institution [X][X] to [X] ||| Institution [X][X] bei [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-institution [X][X] , to [X] ||| Institution , [X][X] , bei [X] ||| 1 ||| 1-2 ||| 0.0588235 0.0588235
-institution [X][X] to [X] ||| Institution , [X][X] bei [X] ||| 1 ||| 1-2 ||| 0.0588235 0.0588235
-institution [X][X] , to [X] ||| Institution , die [X][X] , bei [X] ||| 1 ||| 1-3 ||| 0.0588235 0.0588235
-institution [X][X] to [X] ||| Institution , die [X][X] bei [X] ||| 1 ||| 1-3 ||| 0.0588235 0.0588235
-institution you [X][X] to [X] ||| Institution , die Sie [X][X] bei [X] ||| 1 ||| 2-4 ||| 0.0588235 0.0588235
-institution you represent [X][X] [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 1 ||| 3-5 ||| 0.157426 0.157426
-you represent , to the [X] ||| , die Sie vertreten , bei dem [X] ||| 1 ||| ||| 0.0526316 0.0526316
-[X][X] , to the [X] ||| , [X][X] , bei dem [X] ||| 1 ||| 0-1 ||| 0.0526316 0.0526316
-[X][X] , [X][X] [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.132803 0.132803
-[X][X] to the [X] ||| , [X][X] bei dem [X] ||| 1 ||| 0-1 ||| 0.0526316 0.0526316
-[X][X] the [X] ||| , [X][X] dem [X] ||| 1 ||| 0-1 ||| 0.0526316 0.0526316
-[X][X] , to the [X] ||| , die [X][X] , bei dem [X] ||| 1 ||| 0-2 ||| 0.0526316 0.0526316
-[X][X] , [X][X] [X] ||| , die [X][X] , [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.132803 0.132803
-[X][X] to the [X] ||| , die [X][X] bei dem [X] ||| 1 ||| 0-2 ||| 0.0526316 0.0526316
-[X][X] the [X] ||| , die [X][X] dem [X] ||| 1 ||| 0-2 ||| 0.0526316 0.0526316
-you [X][X] to the [X] ||| , die Sie [X][X] bei dem [X] ||| 1 ||| 1-3 ||| 0.0526316 0.0526316
-you [X][X] the [X] ||| , die Sie [X][X] dem [X] ||| 1 ||| 1-3 ||| 0.0526316 0.0526316
-you represent [X][X] the [X] ||| , die Sie vertreten [X][X] dem [X] ||| 1 ||| 2-4 ||| 0.0526316 0.0526316
-you represent , [X][X] [X] ||| , die Sie vertreten , [X][X] [X] ||| 1 ||| 3-5 ||| 0.132803 0.132803
-[X][X] , to the President [X] ||| die [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-[X][X] , [X][X] President [X] ||| die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-1 2-3 ||| 0.037037 0.037037
-[X][X] , to [X][X] [X] ||| die [X][X] , bei [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.105871 0.105871
-[X][X] to the President [X] ||| die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-[X][X] to [X][X] [X] ||| die [X][X] bei [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.105871 0.105871
-[X][X] the President [X] ||| die [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-[X][X] President [X] ||| die [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-1 ||| 0.037037 0.037037
-you [X][X] to the President [X] ||| die Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-2 ||| 0.037037 0.037037
-you [X][X] to [X][X] [X] ||| die Sie [X][X] bei [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.105871 0.105871
-you [X][X] the President [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-2 ||| 0.037037 0.037037
-you [X][X] President [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-2 ||| 0.037037 0.037037
-you represent [X][X] the President [X] ||| die Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 2-3 ||| 0.037037 0.037037
-you represent [X][X] President [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 2-3 ||| 0.037037 0.037037
-you represent , [X][X] President [X] ||| die Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 3-4 ||| 0.037037 0.037037
-you represent , to [X][X] [X] ||| die Sie vertreten , bei [X][X] [X] ||| 1 ||| 4-5 ||| 0.105871 0.105871
-[X][X] , [X][X] President and [X] ||| [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-0 2-2 ||| 0.0916759 0.0916759
-[X][X] , [X][X] and [X] ||| [X][X] , [X][X] und [X] ||| 1 ||| 0-0 2-2 ||| 0.0916759 0.0916759
-[X][X] , to [X][X] and [X] ||| [X][X] , bei [X][X] und [X] ||| 1 ||| 0-0 3-3 ||| 0.0916759 0.0916759
-[X][X] , to the [X][X] [X] ||| [X][X] , bei dem [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.265701 0.265701
-you [X][X] to [X][X] and [X] ||| Sie [X][X] bei [X][X] und [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-you [X][X] to the [X][X] [X] ||| Sie [X][X] bei dem [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.103371 0.103371
-you [X][X] the President and [X] ||| Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-you [X][X] the [X][X] [X] ||| Sie [X][X] dem [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.103371 0.103371
-you [X][X] President and [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-you [X][X] and [X] ||| Sie [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-you represent [X][X] the [X][X] [X] ||| Sie vertreten [X][X] dem [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.103371 0.103371
-you represent [X][X] President and [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-you represent [X][X] and [X] ||| Sie vertreten [X][X] und [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-you represent , [X][X] and [X] ||| Sie vertreten , [X][X] und [X] ||| 1 ||| 3-3 ||| 0.0344828 0.0344828
-[X][X] , [X][X] and to [X] ||| [X][X] , [X][X] und [X] ||| 1 ||| 0-0 2-2 ||| 0.0701754 0.0701754
-[X][X] , [X][X] to [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0701754 0.0701754
-[X][X] , to [X][X] to [X] ||| [X][X] , bei [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0701754 0.0701754
-you [X][X] to [X][X] to [X] ||| Sie [X][X] bei [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0263158 0.0263158
-you [X][X] the [X][X] to [X] ||| Sie [X][X] dem [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0263158 0.0263158
-you [X][X] the President [X][X] [X] ||| Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0688879 0.0688879
-you [X][X] President and to [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-1 ||| 0.0263158 0.0263158
-you [X][X] President [X][X] [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0688879 0.0688879
-you [X][X] and to [X] ||| Sie [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0263158 0.0263158
-you [X][X] to [X] ||| Sie [X][X] [X] ||| 1 ||| 1-1 ||| 0.0263158 0.0263158
-you represent [X][X] President [X][X] [X] ||| Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0688879 0.0688879
-you represent [X][X] and to [X] ||| Sie vertreten [X][X] und [X] ||| 1 ||| 2-2 ||| 0.0263158 0.0263158
-you represent [X][X] to [X] ||| Sie vertreten [X][X] [X] ||| 1 ||| 2-2 ||| 0.0263158 0.0263158
-you represent , [X][X] to [X] ||| Sie vertreten , [X][X] [X] ||| 1 ||| 3-3 ||| 0.0263158 0.0263158
-[X][X] , [X][X] to the [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0649131 0.0649131
-[X][X] , [X][X] the [X] ||| [X][X] , [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0649131 0.0649131
-[X][X] , to [X][X] the [X] ||| [X][X] , bei [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0649131 0.0649131
-you [X][X] to [X][X] the [X] ||| Sie [X][X] bei [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0243902 0.0243902
-you [X][X] the [X][X] the [X] ||| Sie [X][X] dem [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0243902 0.0243902
-you [X][X] President [X][X] the [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0243902 0.0243902
-you [X][X] and to the [X] ||| Sie [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0243902 0.0243902
-you [X][X] to the [X] ||| Sie [X][X] [X] ||| 1 ||| 1-1 ||| 0.0243902 0.0243902
-you [X][X] the [X] ||| Sie [X][X] [X] ||| 1 ||| 1-1 ||| 0.0243902 0.0243902
-you represent [X][X] to the [X] ||| Sie vertreten [X][X] [X] ||| 1 ||| 2-2 ||| 0.0243902 0.0243902
-you represent [X][X] the [X] ||| Sie vertreten [X][X] [X] ||| 1 ||| 2-2 ||| 0.0243902 0.0243902
-you represent , [X][X] the [X] ||| Sie vertreten , [X][X] [X] ||| 1 ||| 3-3 ||| 0.0243902 0.0243902
-[X][X] to [X][X] the Governor [X] ||| [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| 0-0 2-2 ||| 0.0611584 0.0611584
-[X][X] to [X][X] Governor [X] ||| [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| 0-0 2-2 ||| 0.0611584 0.0611584
-[X][X] to the [X][X] Governor [X] ||| [X][X] bei dem [X][X] Gouverneur [X] ||| 1 ||| 0-0 3-3 ||| 0.0611584 0.0611584
-represent [X][X] the [X][X] Governor [X] ||| vertreten [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 1-1 3-3 ||| 0.0222222 0.0222222
-represent [X][X] President [X][X] Governor [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 1-1 3-3 ||| 0.0222222 0.0222222
-represent [X][X] President and [X][X] [X] ||| vertreten [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.040404 0.040404
-represent [X][X] and to [X][X] [X] ||| vertreten [X][X] und [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.040404 0.040404
-represent [X][X] and [X][X] [X] ||| vertreten [X][X] und [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.040404 0.040404
-represent [X][X] to the Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-represent [X][X] to [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.040404 0.040404
-represent [X][X] the Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-represent [X][X] Governor [X] ||| vertreten [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-represent , [X][X] and [X][X] [X] ||| vertreten , [X][X] und [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.040404 0.040404
-represent , [X][X] to [X][X] [X] ||| vertreten , [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.040404 0.040404
-represent , [X][X] the Governor [X] ||| vertreten , [X][X] Gouverneur [X] ||| 1 ||| 2-2 ||| 0.0222222 0.0222222
-represent , [X][X] Governor [X] ||| vertreten , [X][X] Gouverneur [X] ||| 1 ||| 2-2 ||| 0.0222222 0.0222222
-represent , to [X][X] Governor [X] ||| vertreten , bei [X][X] Gouverneur [X] ||| 1 ||| 3-3 ||| 0.0222222 0.0222222
-[X][X] the [X][X] Governor of [X] ||| [X][X] dem [X][X] Gouverneur von [X] ||| 1 ||| 0-0 2-2 ||| 0.040404 0.040404
-[X][X] the [X][X] of [X] ||| [X][X] dem [X][X] von [X] ||| 1 ||| 0-0 2-2 ||| 0.040404 0.040404
-[X][X] the President [X][X] of [X] ||| [X][X] dem Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| 0-0 3-3 ||| 0.040404 0.040404
-, [X][X] President [X][X] of [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| 1-1 3-3 ||| 0.0222222 0.0222222
-, [X][X] and [X][X] of [X] ||| , [X][X] und [X][X] von [X] ||| 1 ||| 1-1 3-3 ||| 0.0222222 0.0222222
-, [X][X] to [X][X] of [X] ||| , [X][X] [X][X] von [X] ||| 1 ||| 1-1 3-2 ||| 0.0222222 0.0222222
-, [X][X] to the [X][X] [X] ||| , [X][X] [X][X] [X] ||| 1 ||| 1-1 4-2 ||| 0.0222222 0.0222222
-, [X][X] the Governor of [X] ||| , [X][X] Gouverneur von [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-, [X][X] the [X][X] [X] ||| , [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0222222 0.0222222
-, [X][X] Governor of [X] ||| , [X][X] Gouverneur von [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-, [X][X] of [X] ||| , [X][X] von [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-, to [X][X] the [X][X] [X] ||| , bei [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0222222 0.0222222
-, to [X][X] Governor of [X] ||| , bei [X][X] Gouverneur von [X] ||| 1 ||| 2-2 ||| 0.0222222 0.0222222
-, to [X][X] of [X] ||| , bei [X][X] von [X] ||| 1 ||| 2-2 ||| 0.0222222 0.0222222
-, to the [X][X] of [X] ||| , bei dem [X][X] von [X] ||| 1 ||| 3-3 ||| 0.0222222 0.0222222
-[X][X] the Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.275949 0.275949
-[X][X] the Governor of [X][X] [X] ||| [X][X] Gouverneur von [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.275949 0.275949
-[X][X] Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.275949 0.275949
-[X][X] Governor of [X][X] [X] ||| [X][X] Gouverneur von [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.275949 0.275949
-and to [X][X] of [X][X] [X] ||| und [X][X] von [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.152597 0.152597
-and [X][X] of [X][X] [X] ||| und [X][X] von [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.152597 0.152597
-and [X][X] Texas , Mr [X] ||| und [X][X] Texas , George W. [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-and to the Governor [X][X] [X] ||| und Gouverneur [X][X] [X] ||| 1 ||| 4-2 ||| 0.152597 0.152597
-[X][X] Texas , Mr Bush [X] ||| [X][X] Texas , George W. Bush [X] ||| 1 ||| 0-0 ||| 0.446399 0.446399
-Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Governor of [X][X] Bush [X] ||| Gouverneur von [X][X] Bush [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-[X][X] of [X][X] Bush [X] ||| [X][X] von [X][X] Bush [X] ||| 1 ||| 0-0 2-2 ||| 0.279733 0.279733
-the [X][X] Bush [X] ||| [X][X] Bush [X] ||| 1 ||| 1-0 ||| 0.111111 0.111111
-the Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 1 ||| 2-1 ||| 0.111111 0.111111
-the Governor of [X][X] Bush [X] ||| Gouverneur von [X][X] Bush [X] ||| 1 ||| 3-2 ||| 0.111111 0.111111
-to [X][X] of [X][X] Bush [X] ||| [X][X] von [X][X] Bush [X] ||| 1 ||| 1-0 3-2 ||| 0.0909091 0.0909091
-to the [X][X] Bush [X] ||| [X][X] Bush [X] ||| 1 ||| 2-0 ||| 0.0909091 0.0909091
-to [X][X] Bush [X] ||| [X][X] Bush [X] ||| 1 ||| 1-0 ||| 0.0909091 0.0909091
-to the Governor [X][X] Bush [X] ||| Gouverneur [X][X] Bush [X] ||| 1 ||| 3-1 ||| 0.0909091 0.0909091
-of [X][X] Bush , [X] ||| von [X][X] Bush , [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-of [X][X] , [X] ||| von [X][X] , [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-of Texas , Mr [X][X] [X] ||| von Texas , George W. [X][X] [X] ||| 1 ||| 4-5 ||| 0.266667 0.266667
-[X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 1 ||| 0-0 ||| 0.419841 0.419841
-[X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.419841 0.419841
-[X][X] , who [X] ||| [X][X] , der [X] ||| 1 ||| 0-0 ||| 0.419841 0.419841
-Texas , Mr [X][X] who [X] ||| Texas , George W. [X][X] der [X] ||| 1 ||| 3-4 ||| 0.142857 0.142857
-Texas , Mr Bush [X][X] [X] ||| Texas , George W. Bush [X][X] [X] ||| 1 ||| 4-5 ||| 0.142857 0.142857
-to order [X][X] and [X] ||| zur [X][X] und [X] ||| 1 ||| 2-1 ||| 0.333333 0.333333
-power [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-power to order [X][X] and [X] ||| zur [X][X] und [X] ||| 1 ||| 3-1 ||| 0.25 0.25
-the power [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-the [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-[X][X] and to [X] ||| [X][X] und zur [X] ||| 1 ||| 0-0 ||| 0.842857 0.842857
-[X][X] to [X] ||| [X][X] zur [X] ||| 1 ||| 0-0 ||| 0.842857 0.842857
-a stay of execution [X][X] [X] ||| Aussetzung der Vollstreckung des Todesurteils [X][X] [X] ||| 1 ||| 4-5 ||| 0.711111 0.711111
-[X][X] and [X][X] European Community [X] ||| [X][X] und [X][X] Europäischen Union [X] ||| 1 ||| 0-0 2-2 ||| 0.0181818 0.0181818
-[X][X] and [X][X] Community [X] ||| [X][X] und [X][X] Union [X] ||| 1 ||| 0-0 2-2 ||| 0.0181818 0.0181818
-[X][X] and by [X][X] Community [X] ||| [X][X] und von [X][X] Union [X] ||| 1 ||| 0-0 3-3 ||| 0.0181818 0.0181818
-European [X][X] by [X][X] Community [X] ||| Europäischen [X][X] von [X][X] Union [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-European [X][X] the [X][X] Community [X] ||| Europäischen [X][X] der [X][X] Union [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-European [X][X] whole [X][X] Community [X] ||| Europäischen [X][X] gesamten [X][X] Union [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-European [X][X] of [X][X] Community [X] ||| Europäischen [X][X] [X][X] Union [X] ||| 1 ||| 1-1 3-2 ||| 0.0181818 0.0181818
-European [X][X] of the [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 1 ||| 1-1 4-2 ||| 0.0181818 0.0181818
-European [X][X] the European Community [X] ||| Europäischen [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-European [X][X] the [X][X] [X] ||| Europäischen [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0181818 0.0181818
-European [X][X] European Community [X] ||| Europäischen [X][X] Europäischen Union [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-European [X][X] Community [X] ||| Europäischen [X][X] Union [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-European Parliament [X][X] the [X][X] [X] ||| Europäischen Parlament [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0181818 0.0181818
-European Parliament [X][X] European Community [X] ||| Europäischen Parlament [X][X] Europäischen Union [X] ||| 1 ||| 2-2 ||| 0.0181818 0.0181818
-European Parliament [X][X] Community [X] ||| Europäischen Parlament [X][X] Union [X] ||| 1 ||| 2-2 ||| 0.0181818 0.0181818
-European Parliament and [X][X] Community [X] ||| Europäischen Parlament und [X][X] Union [X] ||| 1 ||| 3-3 ||| 0.0181818 0.0181818
-[X][X] the [X][X] and the [X] ||| [X][X] den [X][X] und der [X] ||| 1 ||| 0-0 2-2 ||| 0.0357143 0.0357143
-[X][X] the [X][X] the [X] ||| [X][X] den [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.0357143 0.0357143
-[X][X] the weight [X][X] the [X] ||| [X][X] den ganzen Einfluß [X][X] der [X] ||| 1 ||| 0-0 3-4 ||| 0.0357143 0.0357143
-, [X][X] weight [X][X] the [X] ||| , [X][X] ganzen Einfluß [X][X] der [X] ||| 1 ||| 1-1 3-4 ||| 0.0357143 0.0357143
-, [X][X] prestigious office [X][X] [X] ||| , [X][X] Amtes [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0357143 0.0357143
-, using [X][X] and the [X] ||| , [X][X] und der [X] ||| 1 ||| 2-1 ||| 0.0357143 0.0357143
-, [X][X] and the [X] ||| , [X][X] und der [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-, using [X][X] the [X] ||| , [X][X] der [X] ||| 1 ||| 2-1 ||| 0.0357143 0.0357143
-, [X][X] the [X] ||| , [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-, using the [X][X] the [X] ||| , den [X][X] der [X] ||| 1 ||| 3-2 ||| 0.0357143 0.0357143
-[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution [X] ||| 1 ||| 0-0 3-2 ||| 0.09 0.09
-the [X][X] and the institution [X] ||| den [X][X] und der Institution [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.108333 0.108333
-the [X][X] the institution [X] ||| den [X][X] der Institution [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-the [X][X] institution [X] ||| den [X][X] Institution [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.108333 0.108333
-the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution [X] ||| 1 ||| 2-3 ||| 0.05 0.05
-the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution [X] ||| 1 ||| 2-3 ||| 0.05 0.05
-[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution [X] ||| 1 ||| 0-0 2-3 ||| 0.04 0.04
-[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution [X] ||| 1 ||| 0-0 2-3 ||| 0.04 0.04
-using [X][X] and the institution [X] ||| [X][X] und der Institution [X] ||| 1 ||| 1-0 ||| 0.04 0.04
-using [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.0874352 0.0874352
-using [X][X] the institution [X] ||| [X][X] der Institution [X] ||| 1 ||| 1-0 ||| 0.04 0.04
-using [X][X] institution [X] ||| [X][X] Institution [X] ||| 1 ||| 1-0 ||| 0.04 0.04
-using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0874352 0.0874352
-using the [X][X] the institution [X] ||| den [X][X] der Institution [X] ||| 1 ||| 2-1 ||| 0.04 0.04
-using the [X][X] institution [X] ||| den [X][X] Institution [X] ||| 1 ||| 2-1 ||| 0.04 0.04
-using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution [X] ||| 1 ||| 3-3 ||| 0.04 0.04
-weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] , [X] ||| 1 ||| 1-2 4-4 ||| 0.0454545 0.0454545
-weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution , [X] ||| 1 ||| 1-2 ||| 0.0454545 0.0454545
-weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] , [X] ||| 1 ||| 1-2 3-4 ||| 0.0454545 0.0454545
-weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution , [X] ||| 1 ||| 1-2 ||| 0.0454545 0.0454545
-weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution , [X] ||| 1 ||| 1-2 ||| 0.0454545 0.0454545
-weight [X][X] [X] ||| ganzen Einfluß [X][X] , [X] ||| 1 ||| 1-2 ||| 0.0454545 0.0454545
-weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution , [X] ||| 1 ||| 3-3 ||| 0.0454545 0.0454545
-weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] , [X] ||| 1 ||| 3-3 ||| 0.0454545 0.0454545
-[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] , die Sie [X] ||| 1 ||| 0-0 3-2 ||| 0.208235 0.0694118
-[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] die Sie [X] ||| 1 ||| 0-0 3-2 ||| 0.208235 0.0694118
-[X][X] prestigious office [X][X] you [X] ||| [X][X] Amtes [X][X] Sie [X] ||| 1 ||| 0-0 3-2 ||| 0.208235 0.0694118
-of your [X][X] the [X][X] [X] ||| Ihres [X][X] der [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0867239 0.0867239
-of your [X][X] institution you [X] ||| Ihres [X][X] Institution , die Sie [X] ||| 1 ||| 2-1 ||| 0.04 0.04
-of your [X][X] you [X] ||| Ihres [X][X] , die Sie [X] ||| 1 ||| 2-1 ||| 0.12 0.04
-of your [X][X] you [X] ||| Ihres [X][X] die Sie [X] ||| 1 ||| 2-1 ||| 0.12 0.04
-of your [X][X] you [X] ||| Ihres [X][X] Sie [X] ||| 1 ||| 2-1 ||| 0.12 0.04
-[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] , die Sie vertreten [X] ||| 1 ||| 0-0 2-2 ||| 0.164662 0.0548872
-[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] die Sie vertreten [X] ||| 1 ||| 0-0 2-2 ||| 0.164662 0.0548872
-[X][X] and [X][X] you represent [X] ||| [X][X] und [X][X] Sie vertreten [X] ||| 1 ||| 0-0 2-2 ||| 0.164662 0.0548872
-[X][X] and [X][X] represent [X] ||| [X][X] und [X][X] vertreten [X] ||| 1 ||| 0-0 2-2 ||| 0.0548872 0.0548872
-[X][X] and the [X][X] represent [X] ||| [X][X] und der [X][X] vertreten [X] ||| 1 ||| 0-0 3-3 ||| 0.0548872 0.0548872
-[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.341952 0.113984
-[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution , [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.341952 0.113984
-[X][X] and the institution [X][X] [X] ||| [X][X] und der Institution , die [X][X] [X] ||| 1 ||| 0-0 4-6 ||| 0.341952 0.113984
-[X][X] the institution you represent [X] ||| [X][X] der Institution , die Sie vertreten [X] ||| 1 ||| 0-0 ||| 0.0548872 0.0548872
-[X][X] the [X][X] represent [X] ||| [X][X] der [X][X] vertreten [X] ||| 1 ||| 0-0 2-2 ||| 0.0548872 0.0548872
-[X][X] the institution [X][X] [X] ||| [X][X] der Institution [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.341952 0.113984
-[X][X] the institution [X][X] [X] ||| [X][X] der Institution , [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.341952 0.113984
-[X][X] the institution [X][X] [X] ||| [X][X] der Institution , die [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.341952 0.113984
-prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.201779 0.0672597
-prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution , [X][X] [X] ||| 1 ||| 2-1 4-4 ||| 0.201779 0.0672597
-prestigious office [X][X] institution [X][X] [X] ||| Amtes [X][X] Institution , die [X][X] [X] ||| 1 ||| 2-1 4-5 ||| 0.201779 0.0672597
-prestigious office [X][X] you represent [X] ||| Amtes [X][X] , die Sie vertreten [X] ||| 1 ||| 2-1 ||| 0.0857142 0.0285714
-prestigious office [X][X] you represent [X] ||| Amtes [X][X] die Sie vertreten [X] ||| 1 ||| 2-1 ||| 0.0857142 0.0285714
-prestigious office [X][X] you represent [X] ||| Amtes [X][X] Sie vertreten [X] ||| 1 ||| 2-1 ||| 0.0857142 0.0285714
-prestigious office [X][X] represent [X] ||| Amtes [X][X] vertreten [X] ||| 1 ||| 2-1 ||| 0.0285714 0.0285714
-prestigious office and [X][X] represent [X] ||| Amtes und [X][X] vertreten [X] ||| 1 ||| 3-2 ||| 0.0285714 0.0285714
-[X][X] institution you represent , [X] ||| [X][X] Institution , die Sie vertreten , [X] ||| 1 ||| 0-0 ||| 0.0707187 0.0707187
-[X][X] institution [X][X] , [X] ||| [X][X] Institution [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.212156 0.0707187
-[X][X] institution [X][X] , [X] ||| [X][X] Institution , [X][X] , [X] ||| 1 ||| 0-0 2-3 ||| 0.212156 0.0707187
-[X][X] institution [X][X] , [X] ||| [X][X] Institution , die [X][X] , [X] ||| 1 ||| 0-0 2-4 ||| 0.212156 0.0707187
-[X][X] institution you [X][X] [X] ||| [X][X] Institution , die Sie [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.121461 0.121461
-and [X][X] you represent , [X] ||| und [X][X] , die Sie vertreten , [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-and [X][X] you [X][X] [X] ||| und [X][X] , die Sie [X][X] [X] ||| 1 ||| 1-1 3-5 ||| 0.0623647 0.0623647
-and [X][X] you represent , [X] ||| und [X][X] die Sie vertreten , [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-and [X][X] you [X][X] [X] ||| und [X][X] die Sie [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.0623647 0.0623647
-and [X][X] you represent , [X] ||| und [X][X] Sie vertreten , [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-and [X][X] you [X][X] [X] ||| und [X][X] Sie [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0623647 0.0623647
-and [X][X] represent , [X] ||| und [X][X] vertreten , [X] ||| 1 ||| 1-1 ||| 0.0285714 0.0285714
-and [X][X] , [X] ||| und [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0642857 0.0642857
-and the [X][X] represent , [X] ||| und der [X][X] vertreten , [X] ||| 1 ||| 2-2 ||| 0.0285714 0.0285714
-and the [X][X] , [X] ||| und der [X][X] , [X] ||| 1 ||| 2-2 ||| 0.0285714 0.0285714
-and the institution [X][X] , [X] ||| und der Institution [X][X] , [X] ||| 1 ||| 3-3 ||| 0.0857142 0.0285714
-and the institution [X][X] , [X] ||| und der Institution , [X][X] , [X] ||| 1 ||| 3-4 ||| 0.0857142 0.0285714
-and the institution [X][X] , [X] ||| und der Institution , die [X][X] , [X] ||| 1 ||| 3-5 ||| 0.0857142 0.0285714
-and the institution you [X][X] [X] ||| und der Institution , die Sie [X][X] [X] ||| 1 ||| 4-6 ||| 0.0623647 0.0623647
-[X][X] you represent , to [X] ||| [X][X] , die Sie vertreten , bei [X] ||| 1 ||| 0-0 ||| 0.0661201 0.0661201
-[X][X] you [X][X] to [X] ||| [X][X] , die Sie [X][X] bei [X] ||| 1 ||| 0-0 2-4 ||| 0.0661201 0.0661201
-[X][X] you represent [X][X] [X] ||| [X][X] , die Sie vertreten [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.117847 0.117847
-[X][X] you represent , to [X] ||| [X][X] die Sie vertreten , bei [X] ||| 1 ||| 0-0 ||| 0.0661201 0.0661201
-[X][X] you [X][X] to [X] ||| [X][X] die Sie [X][X] bei [X] ||| 1 ||| 0-0 2-3 ||| 0.0661201 0.0661201
-[X][X] you represent [X][X] [X] ||| [X][X] die Sie vertreten [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.117847 0.117847
-[X][X] you represent , to [X] ||| [X][X] Sie vertreten , bei [X] ||| 1 ||| 0-0 ||| 0.0661201 0.0661201
-[X][X] you [X][X] to [X] ||| [X][X] Sie [X][X] bei [X] ||| 1 ||| 0-0 2-2 ||| 0.0661201 0.0661201
-[X][X] you represent [X][X] [X] ||| [X][X] Sie vertreten [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.117847 0.117847
-the [X][X] represent , to [X] ||| der [X][X] vertreten , bei [X] ||| 1 ||| 1-1 ||| 0.030303 0.030303
-the [X][X] represent [X][X] [X] ||| der [X][X] vertreten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0671046 0.0671046
-the [X][X] , to [X] ||| der [X][X] , bei [X] ||| 1 ||| 1-1 ||| 0.030303 0.030303
-the [X][X] to [X] ||| der [X][X] bei [X] ||| 1 ||| 1-1 ||| 0.030303 0.030303
-the institution [X][X] , to [X] ||| der Institution [X][X] , bei [X] ||| 1 ||| 2-2 ||| 0.030303 0.030303
-the institution [X][X] to [X] ||| der Institution [X][X] bei [X] ||| 1 ||| 2-2 ||| 0.030303 0.030303
-the institution [X][X] , to [X] ||| der Institution , [X][X] , bei [X] ||| 1 ||| 2-3 ||| 0.030303 0.030303
-the institution [X][X] to [X] ||| der Institution , [X][X] bei [X] ||| 1 ||| 2-3 ||| 0.030303 0.030303
-the institution [X][X] , to [X] ||| der Institution , die [X][X] , bei [X] ||| 1 ||| 2-4 ||| 0.030303 0.030303
-the institution [X][X] to [X] ||| der Institution , die [X][X] bei [X] ||| 1 ||| 2-4 ||| 0.030303 0.030303
-the institution you [X][X] to [X] ||| der Institution , die Sie [X][X] bei [X] ||| 1 ||| 3-5 ||| 0.030303 0.030303
-the institution you represent [X][X] [X] ||| der Institution , die Sie vertreten [X][X] [X] ||| 1 ||| 4-6 ||| 0.0671046 0.0671046
-[X][X] represent , to the [X] ||| [X][X] vertreten , bei dem [X] ||| 1 ||| 0-0 ||| 0.0698163 0.0698163
-[X][X] represent [X][X] the [X] ||| [X][X] vertreten [X][X] dem [X] ||| 1 ||| 0-0 2-2 ||| 0.0698163 0.0698163
-[X][X] represent , [X][X] [X] ||| [X][X] vertreten , [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.150329 0.150329
-institution [X][X] , to the [X] ||| Institution [X][X] , bei dem [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-institution [X][X] , [X][X] [X] ||| Institution [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.098602 0.098602
-institution [X][X] to the [X] ||| Institution [X][X] bei dem [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-institution [X][X] the [X] ||| Institution [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-institution [X][X] , to the [X] ||| Institution , [X][X] , bei dem [X] ||| 1 ||| 1-2 ||| 0.0344828 0.0344828
-institution [X][X] , [X][X] [X] ||| Institution , [X][X] , [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.098602 0.098602
-institution [X][X] to the [X] ||| Institution , [X][X] bei dem [X] ||| 1 ||| 1-2 ||| 0.0344828 0.0344828
-institution [X][X] the [X] ||| Institution , [X][X] dem [X] ||| 1 ||| 1-2 ||| 0.0344828 0.0344828
-institution [X][X] , to the [X] ||| Institution , die [X][X] , bei dem [X] ||| 1 ||| 1-3 ||| 0.0344828 0.0344828
-institution [X][X] , [X][X] [X] ||| Institution , die [X][X] , [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.098602 0.098602
-institution [X][X] to the [X] ||| Institution , die [X][X] bei dem [X] ||| 1 ||| 1-3 ||| 0.0344828 0.0344828
-institution [X][X] the [X] ||| Institution , die [X][X] dem [X] ||| 1 ||| 1-3 ||| 0.0344828 0.0344828
-institution you [X][X] to the [X] ||| Institution , die Sie [X][X] bei dem [X] ||| 1 ||| 2-4 ||| 0.0344828 0.0344828
-institution you [X][X] the [X] ||| Institution , die Sie [X][X] dem [X] ||| 1 ||| 2-4 ||| 0.0344828 0.0344828
-institution you represent [X][X] the [X] ||| Institution , die Sie vertreten [X][X] dem [X] ||| 1 ||| 3-5 ||| 0.0344828 0.0344828
-institution you represent , [X][X] [X] ||| Institution , die Sie vertreten , [X][X] [X] ||| 1 ||| 4-6 ||| 0.098602 0.098602
-[X][X] , to the President [X] ||| , [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-1 ||| 0.0285714 0.0285714
-[X][X] , [X][X] President [X] ||| , [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-1 2-3 ||| 0.0285714 0.0285714
-[X][X] , to [X][X] [X] ||| , [X][X] , bei [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0801709 0.0801709
-[X][X] to the President [X] ||| , [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-1 ||| 0.0285714 0.0285714
-[X][X] to [X][X] [X] ||| , [X][X] bei [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0801709 0.0801709
-[X][X] the President [X] ||| , [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-1 ||| 0.0285714 0.0285714
-[X][X] President [X] ||| , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-1 ||| 0.0285714 0.0285714
-[X][X] , to the President [X] ||| , die [X][X] , bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-2 ||| 0.0285714 0.0285714
-[X][X] , [X][X] President [X] ||| , die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-2 2-4 ||| 0.0285714 0.0285714
-[X][X] , to [X][X] [X] ||| , die [X][X] , bei [X][X] [X] ||| 1 ||| 0-2 3-5 ||| 0.0801709 0.0801709
-[X][X] to the President [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-2 ||| 0.0285714 0.0285714
-[X][X] to [X][X] [X] ||| , die [X][X] bei [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0801709 0.0801709
-[X][X] the President [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-2 ||| 0.0285714 0.0285714
-[X][X] President [X] ||| , die [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-2 ||| 0.0285714 0.0285714
-you [X][X] to the President [X] ||| , die Sie [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-3 ||| 0.0285714 0.0285714
-you [X][X] to [X][X] [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0801709 0.0801709
-you [X][X] the President [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-3 ||| 0.0285714 0.0285714
-you [X][X] President [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-3 ||| 0.0285714 0.0285714
-you represent [X][X] the President [X] ||| , die Sie vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 2-4 ||| 0.0285714 0.0285714
-you represent [X][X] President [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 2-4 ||| 0.0285714 0.0285714
-you represent , [X][X] President [X] ||| , die Sie vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 3-5 ||| 0.0285714 0.0285714
-you represent , to [X][X] [X] ||| , die Sie vertreten , bei [X][X] [X] ||| 1 ||| 4-6 ||| 0.0801709 0.0801709
-[X][X] , [X][X] President and [X] ||| die [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 2-3 ||| 0.0232558 0.0232558
-[X][X] , [X][X] and [X] ||| die [X][X] , [X][X] und [X] ||| 1 ||| 0-1 2-3 ||| 0.0232558 0.0232558
-[X][X] , to [X][X] and [X] ||| die [X][X] , bei [X][X] und [X] ||| 1 ||| 0-1 3-4 ||| 0.0232558 0.0232558
-[X][X] , to the [X][X] [X] ||| die [X][X] , bei dem [X][X] [X] ||| 1 ||| 0-1 4-5 ||| 0.0688335 0.0688335
-[X][X] to the President and [X] ||| die [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.0232558 0.0232558
-[X][X] to [X][X] and [X] ||| die [X][X] bei [X][X] und [X] ||| 1 ||| 0-1 2-3 ||| 0.0232558 0.0232558
-[X][X] to the [X][X] [X] ||| die [X][X] bei dem [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0688335 0.0688335
-[X][X] the President and [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.0232558 0.0232558
-[X][X] the [X][X] [X] ||| die [X][X] dem [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0688335 0.0688335
-[X][X] President and [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.0232558 0.0232558
-[X][X] and [X] ||| die [X][X] und [X] ||| 1 ||| 0-1 ||| 0.0232558 0.0232558
-you [X][X] to [X][X] and [X] ||| die Sie [X][X] bei [X][X] und [X] ||| 1 ||| 1-2 3-4 ||| 0.0232558 0.0232558
-you [X][X] to the [X][X] [X] ||| die Sie [X][X] bei dem [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0688335 0.0688335
-you [X][X] the President and [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 1-2 ||| 0.0232558 0.0232558
-you [X][X] the [X][X] [X] ||| die Sie [X][X] dem [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0688335 0.0688335
-you [X][X] President and [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-2 ||| 0.0232558 0.0232558
-you [X][X] and [X] ||| die Sie [X][X] und [X] ||| 1 ||| 1-2 ||| 0.0232558 0.0232558
-you represent [X][X] the [X][X] [X] ||| die Sie vertreten [X][X] dem [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0688335 0.0688335
-you represent [X][X] President and [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 2-3 ||| 0.0232558 0.0232558
-you represent [X][X] and [X] ||| die Sie vertreten [X][X] und [X] ||| 1 ||| 2-3 ||| 0.0232558 0.0232558
-you represent , [X][X] and [X] ||| die Sie vertreten , [X][X] und [X] ||| 1 ||| 3-4 ||| 0.0232558 0.0232558
-[X][X] , [X][X] and to [X] ||| die [X][X] , [X][X] und [X] ||| 1 ||| 0-1 2-3 ||| 0.0175439 0.0175439
-[X][X] , [X][X] to [X] ||| die [X][X] , [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0175439 0.0175439
-[X][X] , to [X][X] to [X] ||| die [X][X] , bei [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0175439 0.0175439
-[X][X] to [X][X] and to [X] ||| die [X][X] bei [X][X] und [X] ||| 1 ||| 0-1 2-3 ||| 0.0175439 0.0175439
-[X][X] to [X][X] to [X] ||| die [X][X] bei [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0175439 0.0175439
-[X][X] to the [X][X] to [X] ||| die [X][X] bei dem [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0175439 0.0175439
-[X][X] to the President [X][X] [X] ||| die [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-1 4-5 ||| 0.0455777 0.0455777
-[X][X] the President and to [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.0175439 0.0175439
-[X][X] the [X][X] to [X] ||| die [X][X] dem [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0175439 0.0175439
-[X][X] the President [X][X] [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0455777 0.0455777
-[X][X] President and to [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.0175439 0.0175439
-[X][X] President [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0455777 0.0455777
-[X][X] and to [X] ||| die [X][X] und [X] ||| 1 ||| 0-1 ||| 0.0175439 0.0175439
-you [X][X] to [X][X] to [X] ||| die Sie [X][X] bei [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0175439 0.0175439
-you [X][X] the [X][X] to [X] ||| die Sie [X][X] dem [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0175439 0.0175439
-you [X][X] the President [X][X] [X] ||| die Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0455777 0.0455777
-you [X][X] President and to [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-2 ||| 0.0175439 0.0175439
-you [X][X] President [X][X] [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0455777 0.0455777
-you [X][X] and to [X] ||| die Sie [X][X] und [X] ||| 1 ||| 1-2 ||| 0.0175439 0.0175439
-you [X][X] to [X] ||| die Sie [X][X] [X] ||| 1 ||| 1-2 ||| 0.0175439 0.0175439
-you represent [X][X] President [X][X] [X] ||| die Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0455777 0.0455777
-you represent [X][X] and to [X] ||| die Sie vertreten [X][X] und [X] ||| 1 ||| 2-3 ||| 0.0175439 0.0175439
-you represent [X][X] to [X] ||| die Sie vertreten [X][X] [X] ||| 1 ||| 2-3 ||| 0.0175439 0.0175439
-you represent , [X][X] to [X] ||| die Sie vertreten , [X][X] [X] ||| 1 ||| 3-4 ||| 0.0175439 0.0175439
-[X][X] , [X][X] to the [X] ||| die [X][X] , [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.016129 0.016129
-[X][X] , [X][X] the [X] ||| die [X][X] , [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.016129 0.016129
-[X][X] , to [X][X] the [X] ||| die [X][X] , bei [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.016129 0.016129
-[X][X] to [X][X] to the [X] ||| die [X][X] bei [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.016129 0.016129
-[X][X] to [X][X] the [X] ||| die [X][X] bei [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.016129 0.016129
-[X][X] to the [X][X] the [X] ||| die [X][X] bei dem [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.016129 0.016129
-[X][X] the [X][X] to the [X] ||| die [X][X] dem [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.016129 0.016129
-[X][X] the [X][X] the [X] ||| die [X][X] dem [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.016129 0.016129
-[X][X] the President [X][X] the [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.016129 0.016129
-[X][X] President and to the [X] ||| die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.016129 0.016129
-[X][X] President [X][X] the [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.016129 0.016129
-[X][X] and to the [X] ||| die [X][X] und [X] ||| 1 ||| 0-1 ||| 0.016129 0.016129
-you [X][X] to [X][X] the [X] ||| die Sie [X][X] bei [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.016129 0.016129
-you [X][X] the [X][X] the [X] ||| die Sie [X][X] dem [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.016129 0.016129
-you [X][X] President [X][X] the [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.016129 0.016129
-you [X][X] and to the [X] ||| die Sie [X][X] und [X] ||| 1 ||| 1-2 ||| 0.016129 0.016129
-you [X][X] to the [X] ||| die Sie [X][X] [X] ||| 1 ||| 1-2 ||| 0.016129 0.016129
-you [X][X] the [X] ||| die Sie [X][X] [X] ||| 1 ||| 1-2 ||| 0.016129 0.016129
-you represent [X][X] to the [X] ||| die Sie vertreten [X][X] [X] ||| 1 ||| 2-3 ||| 0.016129 0.016129
-you represent [X][X] the [X] ||| die Sie vertreten [X][X] [X] ||| 1 ||| 2-3 ||| 0.016129 0.016129
-you represent , [X][X] the [X] ||| die Sie vertreten , [X][X] [X] ||| 1 ||| 3-4 ||| 0.016129 0.016129
-[X][X] , [X][X] the Governor [X] ||| [X][X] , [X][X] Gouverneur [X] ||| 1 ||| 0-0 2-2 ||| 0.0389361 0.0389361
-[X][X] , [X][X] Governor [X] ||| [X][X] , [X][X] Gouverneur [X] ||| 1 ||| 0-0 2-2 ||| 0.0389361 0.0389361
-[X][X] , to [X][X] Governor [X] ||| [X][X] , bei [X][X] Gouverneur [X] ||| 1 ||| 0-0 3-3 ||| 0.0389361 0.0389361
-you [X][X] to [X][X] Governor [X] ||| Sie [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-you [X][X] the [X][X] Governor [X] ||| Sie [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-you [X][X] President [X][X] Governor [X] ||| Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-you [X][X] President and [X][X] [X] ||| Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0181818 0.0181818
-you [X][X] and to [X][X] [X] ||| Sie [X][X] und [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0181818 0.0181818
-you [X][X] and [X][X] [X] ||| Sie [X][X] und [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-you [X][X] to the Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-you [X][X] to [X][X] [X] ||| Sie [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0181818 0.0181818
-you [X][X] the Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-you [X][X] Governor [X] ||| Sie [X][X] Gouverneur [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-you represent [X][X] and [X][X] [X] ||| Sie vertreten [X][X] und [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0181818 0.0181818
-you represent [X][X] to [X][X] [X] ||| Sie vertreten [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0181818 0.0181818
-you represent [X][X] the Governor [X] ||| Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| 2-2 ||| 0.0181818 0.0181818
-you represent [X][X] Governor [X] ||| Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| 2-2 ||| 0.0181818 0.0181818
-you represent , [X][X] Governor [X] ||| Sie vertreten , [X][X] Gouverneur [X] ||| 1 ||| 3-3 ||| 0.0181818 0.0181818
-[X][X] to [X][X] Governor of [X] ||| [X][X] bei [X][X] Gouverneur von [X] ||| 1 ||| 0-0 2-2 ||| 0.0181818 0.0181818
-[X][X] to [X][X] of [X] ||| [X][X] bei [X][X] von [X] ||| 1 ||| 0-0 2-2 ||| 0.0181818 0.0181818
-[X][X] to the [X][X] of [X] ||| [X][X] bei dem [X][X] von [X] ||| 1 ||| 0-0 3-3 ||| 0.0181818 0.0181818
-represent [X][X] the [X][X] of [X] ||| vertreten [X][X] dem [X][X] von [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-represent [X][X] President [X][X] of [X] ||| vertreten [X][X] Präsidentschaftskandidaten [X][X] von [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-represent [X][X] and [X][X] of [X] ||| vertreten [X][X] und [X][X] von [X] ||| 1 ||| 1-1 3-3 ||| 0.0181818 0.0181818
-represent [X][X] to [X][X] of [X] ||| vertreten [X][X] [X][X] von [X] ||| 1 ||| 1-1 3-2 ||| 0.0181818 0.0181818
-represent [X][X] to the [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 1 ||| 1-1 4-2 ||| 0.0181818 0.0181818
-represent [X][X] the Governor of [X] ||| vertreten [X][X] Gouverneur von [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-represent [X][X] the [X][X] [X] ||| vertreten [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0181818 0.0181818
-represent [X][X] Governor of [X] ||| vertreten [X][X] Gouverneur von [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-represent [X][X] of [X] ||| vertreten [X][X] von [X] ||| 1 ||| 1-1 ||| 0.0181818 0.0181818
-represent , [X][X] the [X][X] [X] ||| vertreten , [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0181818 0.0181818
-represent , [X][X] Governor of [X] ||| vertreten , [X][X] Gouverneur von [X] ||| 1 ||| 2-2 ||| 0.0181818 0.0181818
-represent , [X][X] of [X] ||| vertreten , [X][X] von [X] ||| 1 ||| 2-2 ||| 0.0181818 0.0181818
-represent , to [X][X] of [X] ||| vertreten , bei [X][X] von [X] ||| 1 ||| 3-3 ||| 0.0181818 0.0181818
-[X][X] to the Governor [X][X] [X] ||| [X][X] Gouverneur [X][X] [X] ||| 1 ||| 0-0 4-2 ||| 0.123351 0.123351
-President [X][X] the Governor [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0848896 0.0848896
-President [X][X] Governor [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0848896 0.0848896
-President [X][X] Governor of [X][X] [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur von [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0848896 0.0848896
-President [X][X] of [X][X] [X] ||| Präsidentschaftskandidaten [X][X] von [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0848896 0.0848896
-President [X][X] Texas , Mr [X] ||| Präsidentschaftskandidaten [X][X] Texas , George W. [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-President and [X][X] of [X][X] [X] ||| Präsidentschaftskandidaten und [X][X] von [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0848896 0.0848896
-[X][X] the [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 1 ||| 0-0 2-1 ||| 0.0777126 0.0777126
-[X][X] the Governor [X][X] Bush [X] ||| [X][X] Gouverneur [X][X] Bush [X] ||| 1 ||| 0-0 3-2 ||| 0.0777126 0.0777126
-[X][X] Governor [X][X] Bush [X] ||| [X][X] Gouverneur [X][X] Bush [X] ||| 1 ||| 0-0 2-2 ||| 0.0777126 0.0777126
-[X][X] Governor of [X][X] Bush [X] ||| [X][X] Gouverneur von [X][X] Bush [X] ||| 1 ||| 0-0 3-3 ||| 0.0777126 0.0777126
-and [X][X] of [X][X] Bush [X] ||| und [X][X] von [X][X] Bush [X] ||| 1 ||| 1-1 3-3 ||| 0.0454545 0.0454545
-and to the [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 1 ||| 3-1 ||| 0.0454545 0.0454545
-and to [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 1 ||| 2-1 ||| 0.0454545 0.0454545
-and [X][X] Bush [X] ||| und [X][X] Bush [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-[X][X] Texas , Mr [X][X] [X] ||| [X][X] Texas , George W. [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.467399 0.467399
-Governor [X][X] Bush , [X] ||| Gouverneur [X][X] Bush , [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-Governor of [X][X] Bush , [X] ||| Gouverneur von [X][X] Bush , [X] ||| 1 ||| 2-2 ||| 0.111111 0.111111
-Governor of [X][X] , [X] ||| Gouverneur von [X][X] , [X] ||| 1 ||| 2-2 ||| 0.111111 0.111111
-[X][X] of [X][X] Bush , [X] ||| [X][X] von [X][X] Bush , [X] ||| 1 ||| 0-0 2-2 ||| 0.179304 0.179304
-[X][X] of [X][X] , [X] ||| [X][X] von [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.179304 0.179304
-the [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 1 ||| 1-0 ||| 0.0769231 0.0769231
-the [X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 1-0 ||| 0.0769231 0.0769231
-the Governor [X][X] Bush , [X] ||| Gouverneur [X][X] Bush , [X] ||| 1 ||| 2-1 ||| 0.0769231 0.0769231
-the Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 1 ||| 2-1 ||| 0.0769231 0.0769231
-the Governor of [X][X] , [X] ||| Gouverneur von [X][X] , [X] ||| 1 ||| 3-2 ||| 0.0769231 0.0769231
-to [X][X] of [X][X] , [X] ||| [X][X] von [X][X] , [X] ||| 1 ||| 1-0 3-2 ||| 0.0666667 0.0666667
-to the [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 1 ||| 2-0 ||| 0.0666667 0.0666667
-to [X][X] Bush , [X] ||| [X][X] Bush , [X] ||| 1 ||| 1-0 ||| 0.0666667 0.0666667
-to the [X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 2-0 ||| 0.0666667 0.0666667
-to [X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 1-0 ||| 0.0666667 0.0666667
-to the Governor [X][X] , [X] ||| Gouverneur [X][X] , [X] ||| 1 ||| 3-1 ||| 0.0666667 0.0666667
-of [X][X] Bush , who [X] ||| von [X][X] Bush , der [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-of [X][X] Bush [X][X] [X] ||| von [X][X] Bush [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.1 0.1
-of [X][X] , who [X] ||| von [X][X] , der [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-of [X][X] who [X] ||| von [X][X] der [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-to order [X][X] and to [X] ||| zur [X][X] und zur [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-to order [X][X] to [X] ||| zur [X][X] zur [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-power [X][X] and to [X] ||| [X][X] und zur [X] ||| 1 ||| 1-0 ||| 0.166667 0.166667
-power [X][X] to [X] ||| [X][X] zur [X] ||| 1 ||| 1-0 ||| 0.166667 0.166667
-power to order [X][X] to [X] ||| zur [X][X] zur [X] ||| 1 ||| 3-1 ||| 0.166667 0.166667
-the power [X][X] and to [X] ||| [X][X] und zur [X] ||| 1 ||| 2-0 ||| 0.142857 0.142857
-the [X][X] and to [X] ||| [X][X] und zur [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-the power [X][X] to [X] ||| [X][X] zur [X] ||| 1 ||| 2-0 ||| 0.142857 0.142857
-the [X][X] to [X] ||| [X][X] zur [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-[X][X] and to reprieve [X] ||| [X][X] und zur Begnadigung [X] ||| 1 ||| 0-0 ||| 0.425 0.425
-[X][X] to reprieve [X] ||| [X][X] zur Begnadigung [X] ||| 1 ||| 0-0 ||| 0.425 0.425
-[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution , [X] ||| 1 ||| 0-0 3-2 ||| 0.0603604 0.0603604
-[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , [X] ||| 1 ||| 0-0 3-2 ||| 0.0603604 0.0603604
-the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] , [X] ||| 1 ||| 1-1 4-3 ||| 0.0333333 0.0333333
-the [X][X] and the institution [X] ||| den [X][X] und der Institution , [X] ||| 1 ||| 1-1 ||| 0.0333333 0.0333333
-the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.0333333 0.0333333
-the [X][X] the institution [X] ||| den [X][X] der Institution , [X] ||| 1 ||| 1-1 ||| 0.0333333 0.0333333
-the [X][X] institution [X] ||| den [X][X] Institution , [X] ||| 1 ||| 1-1 ||| 0.0333333 0.0333333
-the [X][X] [X] ||| den [X][X] , [X] ||| 1 ||| 1-1 ||| 0.0333333 0.0333333
-the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] , [X] ||| 1 ||| 2-3 4-5 ||| 0.0333333 0.0333333
-the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution , [X] ||| 1 ||| 2-3 ||| 0.0333333 0.0333333
-the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , [X] ||| 1 ||| 2-3 ||| 0.0333333 0.0333333
-the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , [X] ||| 1 ||| 2-3 ||| 0.0333333 0.0333333
-the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] , [X] ||| 1 ||| 4-4 ||| 0.0333333 0.0333333
-[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution , [X] ||| 1 ||| 0-0 2-3 ||| 0.027027 0.027027
-[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution , [X] ||| 1 ||| 0-0 2-3 ||| 0.027027 0.027027
-[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] , [X] ||| 1 ||| 0-0 2-3 ||| 0.027027 0.027027
-[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] , [X] ||| 1 ||| 0-0 4-4 ||| 0.027027 0.027027
-using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , [X] ||| 1 ||| 1-0 4-2 ||| 0.027027 0.027027
-using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , [X] ||| 1 ||| 1-0 4-2 ||| 0.027027 0.027027
-using [X][X] and the institution [X] ||| [X][X] und der Institution , [X] ||| 1 ||| 1-0 ||| 0.027027 0.027027
-using [X][X] and [X][X] [X] ||| [X][X] und [X][X] , [X] ||| 1 ||| 1-0 3-2 ||| 0.027027 0.027027
-using [X][X] the institution [X] ||| [X][X] der Institution , [X] ||| 1 ||| 1-0 ||| 0.027027 0.027027
-using [X][X] institution [X] ||| [X][X] Institution , [X] ||| 1 ||| 1-0 ||| 0.027027 0.027027
-using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , [X] ||| 1 ||| 2-1 4-3 ||| 0.027027 0.027027
-using the [X][X] the institution [X] ||| den [X][X] der Institution , [X] ||| 1 ||| 2-1 ||| 0.027027 0.027027
-using the [X][X] institution [X] ||| den [X][X] Institution , [X] ||| 1 ||| 2-1 ||| 0.027027 0.027027
-using the [X][X] [X] ||| den [X][X] , [X] ||| 1 ||| 2-1 ||| 0.027027 0.027027
-using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , [X] ||| 1 ||| 3-3 ||| 0.027027 0.027027
-using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , [X] ||| 1 ||| 3-3 ||| 0.027027 0.027027
-weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] , die [X] ||| 1 ||| 1-2 4-4 ||| 0.0689656 0.0344828
-weight [X][X] prestigious office [X][X] [X] ||| ganzen Einfluß [X][X] Amtes [X][X] die [X] ||| 1 ||| 1-2 4-4 ||| 0.0689656 0.0344828
-weight [X][X] and the institution [X] ||| ganzen Einfluß [X][X] und der Institution , die [X] ||| 1 ||| 1-2 ||| 0.0344828 0.0344828
-weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] , die [X] ||| 1 ||| 1-2 3-4 ||| 0.0689656 0.0344828
-weight [X][X] and [X][X] [X] ||| ganzen Einfluß [X][X] und [X][X] die [X] ||| 1 ||| 1-2 3-4 ||| 0.0689656 0.0344828
-weight [X][X] the institution [X] ||| ganzen Einfluß [X][X] der Institution , die [X] ||| 1 ||| 1-2 ||| 0.0344828 0.0344828
-weight [X][X] institution [X] ||| ganzen Einfluß [X][X] Institution , die [X] ||| 1 ||| 1-2 ||| 0.0344828 0.0344828
-weight [X][X] [X] ||| ganzen Einfluß [X][X] , die [X] ||| 1 ||| 1-2 ||| 0.0689656 0.0344828
-weight [X][X] [X] ||| ganzen Einfluß [X][X] die [X] ||| 1 ||| 1-2 ||| 0.0689656 0.0344828
-weight of your [X][X] institution [X] ||| ganzen Einfluß Ihres [X][X] Institution , die [X] ||| 1 ||| 3-3 ||| 0.0344828 0.0344828
-weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] , die [X] ||| 1 ||| 3-3 ||| 0.0689656 0.0344828
-weight of your [X][X] [X] ||| ganzen Einfluß Ihres [X][X] die [X] ||| 1 ||| 3-3 ||| 0.0689656 0.0344828
-[X][X] prestigious office [X][X] represent [X] ||| [X][X] Amtes [X][X] vertreten [X] ||| 1 ||| 0-0 3-2 ||| 0.0263158 0.0263158
-of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.140172 0.046724
-of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution , [X][X] [X] ||| 1 ||| 2-1 4-4 ||| 0.140172 0.046724
-of your [X][X] institution [X][X] [X] ||| Ihres [X][X] Institution , die [X][X] [X] ||| 1 ||| 2-1 4-5 ||| 0.140172 0.046724
-of your [X][X] you represent [X] ||| Ihres [X][X] , die Sie vertreten [X] ||| 1 ||| 2-1 ||| 0.0789474 0.0263158
-of your [X][X] you represent [X] ||| Ihres [X][X] die Sie vertreten [X] ||| 1 ||| 2-1 ||| 0.0789474 0.0263158
-of your [X][X] you represent [X] ||| Ihres [X][X] Sie vertreten [X] ||| 1 ||| 2-1 ||| 0.0789474 0.0263158
-of your [X][X] represent [X] ||| Ihres [X][X] vertreten [X] ||| 1 ||| 2-1 ||| 0.0263158 0.0263158
-[X][X] and [X][X] represent , [X] ||| [X][X] und [X][X] vertreten , [X] ||| 1 ||| 0-0 2-2 ||| 0.0421473 0.0421473
-[X][X] and [X][X] , [X] ||| [X][X] und [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.0421473 0.0421473
-[X][X] and the [X][X] , [X] ||| [X][X] und der [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.0421473 0.0421473
-[X][X] the [X][X] represent , [X] ||| [X][X] der [X][X] vertreten , [X] ||| 1 ||| 0-0 2-2 ||| 0.0421473 0.0421473
-[X][X] the [X][X] , [X] ||| [X][X] der [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.0421473 0.0421473
-[X][X] the institution [X][X] , [X] ||| [X][X] der Institution [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.126442 0.0421473
-[X][X] the institution [X][X] , [X] ||| [X][X] der Institution , [X][X] , [X] ||| 1 ||| 0-0 3-4 ||| 0.126442 0.0421473
-[X][X] the institution [X][X] , [X] ||| [X][X] der Institution , die [X][X] , [X] ||| 1 ||| 0-0 3-5 ||| 0.126442 0.0421473
-[X][X] the institution you [X][X] [X] ||| [X][X] der Institution , die Sie [X][X] [X] ||| 1 ||| 0-0 4-6 ||| 0.0590964 0.0590964
-prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] , die Sie [X][X] [X] ||| 1 ||| 2-1 4-5 ||| 0.116065 0.0386883
-prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] die Sie [X][X] [X] ||| 1 ||| 2-1 4-4 ||| 0.116065 0.0386883
-prestigious office [X][X] you [X][X] [X] ||| Amtes [X][X] Sie [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.116065 0.0386883
-prestigious office [X][X] represent , [X] ||| Amtes [X][X] vertreten , [X] ||| 1 ||| 2-1 ||| 0.0217391 0.0217391
-prestigious office [X][X] , [X] ||| Amtes [X][X] , [X] ||| 1 ||| 2-1 ||| 0.0217391 0.0217391
-prestigious office and [X][X] , [X] ||| Amtes und [X][X] , [X] ||| 1 ||| 3-2 ||| 0.0217391 0.0217391
-[X][X] institution [X][X] , to [X] ||| [X][X] Institution [X][X] , bei [X] ||| 1 ||| 0-0 2-2 ||| 0.0358171 0.0358171
-[X][X] institution [X][X] to [X] ||| [X][X] Institution [X][X] bei [X] ||| 1 ||| 0-0 2-2 ||| 0.0358171 0.0358171
-[X][X] institution [X][X] , to [X] ||| [X][X] Institution , [X][X] , bei [X] ||| 1 ||| 0-0 2-3 ||| 0.0358171 0.0358171
-[X][X] institution [X][X] to [X] ||| [X][X] Institution , [X][X] bei [X] ||| 1 ||| 0-0 2-3 ||| 0.0358171 0.0358171
-[X][X] institution [X][X] , to [X] ||| [X][X] Institution , die [X][X] , bei [X] ||| 1 ||| 0-0 2-4 ||| 0.0358171 0.0358171
-[X][X] institution [X][X] to [X] ||| [X][X] Institution , die [X][X] bei [X] ||| 1 ||| 0-0 2-4 ||| 0.0358171 0.0358171
-[X][X] institution you [X][X] to [X] ||| [X][X] Institution , die Sie [X][X] bei [X] ||| 1 ||| 0-0 3-5 ||| 0.0358171 0.0358171
-[X][X] institution you represent [X][X] [X] ||| [X][X] Institution , die Sie vertreten [X][X] [X] ||| 1 ||| 0-0 4-6 ||| 0.0507425 0.0507425
-and [X][X] you [X][X] to [X] ||| und [X][X] , die Sie [X][X] bei [X] ||| 1 ||| 1-1 3-5 ||| 0.0188679 0.0188679
-and [X][X] you represent [X][X] [X] ||| und [X][X] , die Sie vertreten [X][X] [X] ||| 1 ||| 1-1 4-6 ||| 0.0337933 0.0337933
-and [X][X] you [X][X] to [X] ||| und [X][X] die Sie [X][X] bei [X] ||| 1 ||| 1-1 3-4 ||| 0.0188679 0.0188679
-and [X][X] you represent [X][X] [X] ||| und [X][X] die Sie vertreten [X][X] [X] ||| 1 ||| 1-1 4-5 ||| 0.0337933 0.0337933
-and [X][X] you [X][X] to [X] ||| und [X][X] Sie [X][X] bei [X] ||| 1 ||| 1-1 3-3 ||| 0.0188679 0.0188679
-and [X][X] you represent [X][X] [X] ||| und [X][X] Sie vertreten [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0337933 0.0337933
-and [X][X] represent , to [X] ||| und [X][X] vertreten , bei [X] ||| 1 ||| 1-1 ||| 0.0188679 0.0188679
-and [X][X] represent [X][X] [X] ||| und [X][X] vertreten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0337933 0.0337933
-and [X][X] , to [X] ||| und [X][X] , bei [X] ||| 1 ||| 1-1 ||| 0.0188679 0.0188679
-and [X][X] to [X] ||| und [X][X] bei [X] ||| 1 ||| 1-1 ||| 0.0188679 0.0188679
-and the [X][X] represent [X][X] [X] ||| und der [X][X] vertreten [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0337933 0.0337933
-and the [X][X] , to [X] ||| und der [X][X] , bei [X] ||| 1 ||| 2-2 ||| 0.0188679 0.0188679
-and the [X][X] to [X] ||| und der [X][X] bei [X] ||| 1 ||| 2-2 ||| 0.0188679 0.0188679
-and the institution [X][X] to [X] ||| und der Institution [X][X] bei [X] ||| 1 ||| 3-3 ||| 0.0566037 0.0188679
-and the institution [X][X] to [X] ||| und der Institution , [X][X] bei [X] ||| 1 ||| 3-4 ||| 0.0566037 0.0188679
-and the institution [X][X] to [X] ||| und der Institution , die [X][X] bei [X] ||| 1 ||| 3-5 ||| 0.0566037 0.0188679
-[X][X] you [X][X] to the [X] ||| [X][X] , die Sie [X][X] bei dem [X] ||| 1 ||| 0-0 2-4 ||| 0.0353335 0.0353335
-[X][X] you [X][X] the [X] ||| [X][X] , die Sie [X][X] dem [X] ||| 1 ||| 0-0 2-4 ||| 0.0353335 0.0353335
-[X][X] you represent [X][X] the [X] ||| [X][X] , die Sie vertreten [X][X] dem [X] ||| 1 ||| 0-0 3-5 ||| 0.0353335 0.0353335
-[X][X] you represent , [X][X] [X] ||| [X][X] , die Sie vertreten , [X][X] [X] ||| 1 ||| 0-0 4-6 ||| 0.051727 0.051727
-[X][X] you [X][X] to the [X] ||| [X][X] die Sie [X][X] bei dem [X] ||| 1 ||| 0-0 2-3 ||| 0.0353335 0.0353335
-[X][X] you [X][X] the [X] ||| [X][X] die Sie [X][X] dem [X] ||| 1 ||| 0-0 2-3 ||| 0.0353335 0.0353335
-[X][X] you represent [X][X] the [X] ||| [X][X] die Sie vertreten [X][X] dem [X] ||| 1 ||| 0-0 3-4 ||| 0.0353335 0.0353335
-[X][X] you represent , [X][X] [X] ||| [X][X] die Sie vertreten , [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.051727 0.051727
-[X][X] you [X][X] to the [X] ||| [X][X] Sie [X][X] bei dem [X] ||| 1 ||| 0-0 2-2 ||| 0.0353335 0.0353335
-[X][X] you [X][X] the [X] ||| [X][X] Sie [X][X] dem [X] ||| 1 ||| 0-0 2-2 ||| 0.0353335 0.0353335
-[X][X] you represent [X][X] the [X] ||| [X][X] Sie vertreten [X][X] dem [X] ||| 1 ||| 0-0 3-3 ||| 0.0353335 0.0353335
-[X][X] you represent , [X][X] [X] ||| [X][X] Sie vertreten , [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.051727 0.051727
-the [X][X] represent [X][X] the [X] ||| der [X][X] vertreten [X][X] dem [X] ||| 1 ||| 1-1 3-3 ||| 0.0204082 0.0204082
-the [X][X] represent , [X][X] [X] ||| der [X][X] vertreten , [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0368016 0.0368016
-the [X][X] , to the [X] ||| der [X][X] , bei dem [X] ||| 1 ||| 1-1 ||| 0.0204082 0.0204082
-the [X][X] , [X][X] [X] ||| der [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0368016 0.0368016
-the [X][X] to the [X] ||| der [X][X] bei dem [X] ||| 1 ||| 1-1 ||| 0.0204082 0.0204082
-the [X][X] the [X] ||| der [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.0204082 0.0204082
-the institution [X][X] , [X][X] [X] ||| der Institution [X][X] , [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0368016 0.0368016
-the institution [X][X] to the [X] ||| der Institution [X][X] bei dem [X] ||| 1 ||| 2-2 ||| 0.0204082 0.0204082
-the institution [X][X] the [X] ||| der Institution [X][X] dem [X] ||| 1 ||| 2-2 ||| 0.0204082 0.0204082
-the institution [X][X] , [X][X] [X] ||| der Institution , [X][X] , [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0368016 0.0368016
-the institution [X][X] to the [X] ||| der Institution , [X][X] bei dem [X] ||| 1 ||| 2-3 ||| 0.0204082 0.0204082
-the institution [X][X] the [X] ||| der Institution , [X][X] dem [X] ||| 1 ||| 2-3 ||| 0.0204082 0.0204082
-the institution [X][X] , [X][X] [X] ||| der Institution , die [X][X] , [X][X] [X] ||| 1 ||| 2-4 4-6 ||| 0.0368016 0.0368016
-the institution [X][X] to the [X] ||| der Institution , die [X][X] bei dem [X] ||| 1 ||| 2-4 ||| 0.0204082 0.0204082
-the institution [X][X] the [X] ||| der Institution , die [X][X] dem [X] ||| 1 ||| 2-4 ||| 0.0204082 0.0204082
-the institution you [X][X] the [X] ||| der Institution , die Sie [X][X] dem [X] ||| 1 ||| 3-5 ||| 0.0204082 0.0204082
-[X][X] represent [X][X] the President [X] ||| [X][X] vertreten [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 2-2 ||| 0.0386157 0.0386157
-[X][X] represent [X][X] President [X] ||| [X][X] vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 2-2 ||| 0.0386157 0.0386157
-[X][X] represent , [X][X] President [X] ||| [X][X] vertreten , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 3-3 ||| 0.0386157 0.0386157
-[X][X] represent , to [X][X] [X] ||| [X][X] vertreten , bei [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0805127 0.0805127
-institution [X][X] , [X][X] President [X] ||| Institution [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 3-3 ||| 0.0222222 0.0222222
-institution [X][X] , to [X][X] [X] ||| Institution [X][X] , bei [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0641192 0.0641192
-institution [X][X] to the President [X] ||| Institution [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-institution [X][X] to [X][X] [X] ||| Institution [X][X] bei [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0641192 0.0641192
-institution [X][X] the President [X] ||| Institution [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-institution [X][X] President [X] ||| Institution [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.0222222 0.0222222
-institution [X][X] , [X][X] President [X] ||| Institution , [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-2 3-4 ||| 0.0222222 0.0222222
-institution [X][X] , to [X][X] [X] ||| Institution , [X][X] , bei [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0641192 0.0641192
-institution [X][X] to the President [X] ||| Institution , [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-2 ||| 0.0222222 0.0222222
-institution [X][X] to [X][X] [X] ||| Institution , [X][X] bei [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0641192 0.0641192
-institution [X][X] the President [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-2 ||| 0.0222222 0.0222222
-institution [X][X] President [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-2 ||| 0.0222222 0.0222222
-institution [X][X] , [X][X] President [X] ||| Institution , die [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-3 3-5 ||| 0.0222222 0.0222222
-institution [X][X] , to [X][X] [X] ||| Institution , die [X][X] , bei [X][X] [X] ||| 1 ||| 1-3 4-6 ||| 0.0641192 0.0641192
-institution [X][X] to the President [X] ||| Institution , die [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-3 ||| 0.0222222 0.0222222
-institution [X][X] to [X][X] [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0641192 0.0641192
-institution [X][X] the President [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-3 ||| 0.0222222 0.0222222
-institution [X][X] President [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-3 ||| 0.0222222 0.0222222
-institution you [X][X] to [X][X] [X] ||| Institution , die Sie [X][X] bei [X][X] [X] ||| 1 ||| 2-4 4-6 ||| 0.0641192 0.0641192
-institution you [X][X] the President [X] ||| Institution , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 2-4 ||| 0.0222222 0.0222222
-institution you [X][X] President [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 2-4 ||| 0.0222222 0.0222222
-institution you represent [X][X] President [X] ||| Institution , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 3-5 ||| 0.0222222 0.0222222
-[X][X] , [X][X] President and [X] ||| , [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 2-3 ||| 0.0175439 0.0175439
-[X][X] , [X][X] and [X] ||| , [X][X] , [X][X] und [X] ||| 1 ||| 0-1 2-3 ||| 0.0175439 0.0175439
-[X][X] , to [X][X] and [X] ||| , [X][X] , bei [X][X] und [X] ||| 1 ||| 0-1 3-4 ||| 0.0175439 0.0175439
-[X][X] , to the [X][X] [X] ||| , [X][X] , bei dem [X][X] [X] ||| 1 ||| 0-1 4-5 ||| 0.0515995 0.0515995
-[X][X] to the President and [X] ||| , [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.0175439 0.0175439
-[X][X] to [X][X] and [X] ||| , [X][X] bei [X][X] und [X] ||| 1 ||| 0-1 2-3 ||| 0.0175439 0.0175439
-[X][X] to the [X][X] [X] ||| , [X][X] bei dem [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0515995 0.0515995
-[X][X] the President and [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.0175439 0.0175439
-[X][X] the [X][X] [X] ||| , [X][X] dem [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0515995 0.0515995
-[X][X] President and [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.0175439 0.0175439
-[X][X] and [X] ||| , [X][X] und [X] ||| 1 ||| 0-1 ||| 0.0175439 0.0175439
-[X][X] , [X][X] President and [X] ||| , die [X][X] , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-2 2-4 ||| 0.0175439 0.0175439
-[X][X] , [X][X] and [X] ||| , die [X][X] , [X][X] und [X] ||| 1 ||| 0-2 2-4 ||| 0.0175439 0.0175439
-[X][X] , to [X][X] and [X] ||| , die [X][X] , bei [X][X] und [X] ||| 1 ||| 0-2 3-5 ||| 0.0175439 0.0175439
-[X][X] , to the [X][X] [X] ||| , die [X][X] , bei dem [X][X] [X] ||| 1 ||| 0-2 4-6 ||| 0.0515995 0.0515995
-[X][X] to the President and [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-2 ||| 0.0175439 0.0175439
-[X][X] to [X][X] and [X] ||| , die [X][X] bei [X][X] und [X] ||| 1 ||| 0-2 2-4 ||| 0.0175439 0.0175439
-[X][X] to the [X][X] [X] ||| , die [X][X] bei dem [X][X] [X] ||| 1 ||| 0-2 3-5 ||| 0.0515995 0.0515995
-[X][X] the President and [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-2 ||| 0.0175439 0.0175439
-[X][X] the [X][X] [X] ||| , die [X][X] dem [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0515995 0.0515995
-[X][X] President and [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-2 ||| 0.0175439 0.0175439
-[X][X] and [X] ||| , die [X][X] und [X] ||| 1 ||| 0-2 ||| 0.0175439 0.0175439
-you [X][X] to [X][X] and [X] ||| , die Sie [X][X] bei [X][X] und [X] ||| 1 ||| 1-3 3-5 ||| 0.0175439 0.0175439
-you [X][X] to the [X][X] [X] ||| , die Sie [X][X] bei dem [X][X] [X] ||| 1 ||| 1-3 4-6 ||| 0.0515995 0.0515995
-you [X][X] the President and [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 1-3 ||| 0.0175439 0.0175439
-you [X][X] the [X][X] [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0515995 0.0515995
-you [X][X] President and [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-3 ||| 0.0175439 0.0175439
-you [X][X] and [X] ||| , die Sie [X][X] und [X] ||| 1 ||| 1-3 ||| 0.0175439 0.0175439
-you represent [X][X] the [X][X] [X] ||| , die Sie vertreten [X][X] dem [X][X] [X] ||| 1 ||| 2-4 4-6 ||| 0.0515995 0.0515995
-you represent [X][X] President and [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 2-4 ||| 0.0175439 0.0175439
-you represent [X][X] and [X] ||| , die Sie vertreten [X][X] und [X] ||| 1 ||| 2-4 ||| 0.0175439 0.0175439
-you represent , [X][X] and [X] ||| , die Sie vertreten , [X][X] und [X] ||| 1 ||| 3-5 ||| 0.0175439 0.0175439
-[X][X] , [X][X] and to [X] ||| , [X][X] , [X][X] und [X] ||| 1 ||| 0-1 2-3 ||| 0.0131579 0.0131579
-[X][X] , [X][X] to [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0131579 0.0131579
-[X][X] , to [X][X] to [X] ||| , [X][X] , bei [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0131579 0.0131579
-[X][X] to [X][X] and to [X] ||| , [X][X] bei [X][X] und [X] ||| 1 ||| 0-1 2-3 ||| 0.0131579 0.0131579
-[X][X] to [X][X] to [X] ||| , [X][X] bei [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0131579 0.0131579
-[X][X] to the [X][X] to [X] ||| , [X][X] bei dem [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0131579 0.0131579
-[X][X] to the President [X][X] [X] ||| , [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-1 4-5 ||| 0.0340556 0.0340556
-[X][X] the President and to [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.0131579 0.0131579
-[X][X] the [X][X] to [X] ||| , [X][X] dem [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0131579 0.0131579
-[X][X] the President [X][X] [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0340556 0.0340556
-[X][X] President and to [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.0131579 0.0131579
-[X][X] President [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0340556 0.0340556
-[X][X] and to [X] ||| , [X][X] und [X] ||| 1 ||| 0-1 ||| 0.0131579 0.0131579
-[X][X] , [X][X] and to [X] ||| , die [X][X] , [X][X] und [X] ||| 1 ||| 0-2 2-4 ||| 0.0131579 0.0131579
-[X][X] , [X][X] to [X] ||| , die [X][X] , [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0131579 0.0131579
-[X][X] , to [X][X] to [X] ||| , die [X][X] , bei [X][X] [X] ||| 1 ||| 0-2 3-5 ||| 0.0131579 0.0131579
-[X][X] to [X][X] and to [X] ||| , die [X][X] bei [X][X] und [X] ||| 1 ||| 0-2 2-4 ||| 0.0131579 0.0131579
-[X][X] to [X][X] to [X] ||| , die [X][X] bei [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0131579 0.0131579
-[X][X] to the [X][X] to [X] ||| , die [X][X] bei dem [X][X] [X] ||| 1 ||| 0-2 3-5 ||| 0.0131579 0.0131579
-[X][X] to the President [X][X] [X] ||| , die [X][X] bei dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-2 4-6 ||| 0.0340556 0.0340556
-[X][X] the President and to [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 0-2 ||| 0.0131579 0.0131579
-[X][X] the [X][X] to [X] ||| , die [X][X] dem [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0131579 0.0131579
-[X][X] the President [X][X] [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-2 3-5 ||| 0.0340556 0.0340556
-[X][X] President and to [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-2 ||| 0.0131579 0.0131579
-[X][X] President [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0340556 0.0340556
-[X][X] and to [X] ||| , die [X][X] und [X] ||| 1 ||| 0-2 ||| 0.0131579 0.0131579
-you [X][X] to [X][X] to [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0131579 0.0131579
-you [X][X] the [X][X] to [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0131579 0.0131579
-you [X][X] the President [X][X] [X] ||| , die Sie [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-3 4-6 ||| 0.0340556 0.0340556
-you [X][X] President and to [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-3 ||| 0.0131579 0.0131579
-you [X][X] President [X][X] [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0340556 0.0340556
-you [X][X] and to [X] ||| , die Sie [X][X] und [X] ||| 1 ||| 1-3 ||| 0.0131579 0.0131579
-you [X][X] to [X] ||| , die Sie [X][X] [X] ||| 1 ||| 1-3 ||| 0.0131579 0.0131579
-you represent [X][X] President [X][X] [X] ||| , die Sie vertreten [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 2-4 4-6 ||| 0.0340556 0.0340556
-you represent [X][X] and to [X] ||| , die Sie vertreten [X][X] und [X] ||| 1 ||| 2-4 ||| 0.0131579 0.0131579
-you represent [X][X] to [X] ||| , die Sie vertreten [X][X] [X] ||| 1 ||| 2-4 ||| 0.0131579 0.0131579
-you represent , [X][X] to [X] ||| , die Sie vertreten , [X][X] [X] ||| 1 ||| 3-5 ||| 0.0131579 0.0131579
-[X][X] , [X][X] to the [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0120482 0.0120482
-[X][X] , [X][X] the [X] ||| , [X][X] , [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0120482 0.0120482
-[X][X] , to [X][X] the [X] ||| , [X][X] , bei [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0120482 0.0120482
-[X][X] to [X][X] to the [X] ||| , [X][X] bei [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0120482 0.0120482
-[X][X] to [X][X] the [X] ||| , [X][X] bei [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0120482 0.0120482
-[X][X] to the [X][X] the [X] ||| , [X][X] bei dem [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0120482 0.0120482
-[X][X] the [X][X] to the [X] ||| , [X][X] dem [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0120482 0.0120482
-[X][X] the [X][X] the [X] ||| , [X][X] dem [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0120482 0.0120482
-[X][X] the President [X][X] the [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0120482 0.0120482
-[X][X] President and to the [X] ||| , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-1 ||| 0.0120482 0.0120482
-[X][X] President [X][X] the [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0120482 0.0120482
-[X][X] and to the [X] ||| , [X][X] und [X] ||| 1 ||| 0-1 ||| 0.0120482 0.0120482
-[X][X] , [X][X] to the [X] ||| , die [X][X] , [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0120482 0.0120482
-[X][X] , [X][X] the [X] ||| , die [X][X] , [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0120482 0.0120482
-[X][X] , to [X][X] the [X] ||| , die [X][X] , bei [X][X] [X] ||| 1 ||| 0-2 3-5 ||| 0.0120482 0.0120482
-[X][X] to [X][X] to the [X] ||| , die [X][X] bei [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0120482 0.0120482
-[X][X] to [X][X] the [X] ||| , die [X][X] bei [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0120482 0.0120482
-[X][X] to the [X][X] the [X] ||| , die [X][X] bei dem [X][X] [X] ||| 1 ||| 0-2 3-5 ||| 0.0120482 0.0120482
-[X][X] the [X][X] to the [X] ||| , die [X][X] dem [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0120482 0.0120482
-[X][X] the [X][X] the [X] ||| , die [X][X] dem [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0120482 0.0120482
-[X][X] the President [X][X] the [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-2 3-5 ||| 0.0120482 0.0120482
-[X][X] President and to the [X] ||| , die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-2 ||| 0.0120482 0.0120482
-[X][X] President [X][X] the [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.0120482 0.0120482
-[X][X] and to the [X] ||| , die [X][X] und [X] ||| 1 ||| 0-2 ||| 0.0120482 0.0120482
-you [X][X] to [X][X] the [X] ||| , die Sie [X][X] bei [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0120482 0.0120482
-you [X][X] the [X][X] the [X] ||| , die Sie [X][X] dem [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0120482 0.0120482
-you [X][X] President [X][X] the [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0120482 0.0120482
-you [X][X] and to the [X] ||| , die Sie [X][X] und [X] ||| 1 ||| 1-3 ||| 0.0120482 0.0120482
-you [X][X] to the [X] ||| , die Sie [X][X] [X] ||| 1 ||| 1-3 ||| 0.0120482 0.0120482
-you [X][X] the [X] ||| , die Sie [X][X] [X] ||| 1 ||| 1-3 ||| 0.0120482 0.0120482
-you represent [X][X] to the [X] ||| , die Sie vertreten [X][X] [X] ||| 1 ||| 2-4 ||| 0.0120482 0.0120482
-you represent [X][X] the [X] ||| , die Sie vertreten [X][X] [X] ||| 1 ||| 2-4 ||| 0.0120482 0.0120482
-you represent , [X][X] the [X] ||| , die Sie vertreten , [X][X] [X] ||| 1 ||| 3-5 ||| 0.0120482 0.0120482
-[X][X] , [X][X] the Governor [X] ||| die [X][X] , [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.0119048 0.0119048
-[X][X] , [X][X] Governor [X] ||| die [X][X] , [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.0119048 0.0119048
-[X][X] , to [X][X] Governor [X] ||| die [X][X] , bei [X][X] Gouverneur [X] ||| 1 ||| 0-1 3-4 ||| 0.0119048 0.0119048
-[X][X] to [X][X] the Governor [X] ||| die [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.0119048 0.0119048
-[X][X] to [X][X] Governor [X] ||| die [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.0119048 0.0119048
-[X][X] to the [X][X] Governor [X] ||| die [X][X] bei dem [X][X] Gouverneur [X] ||| 1 ||| 0-1 3-4 ||| 0.0119048 0.0119048
-[X][X] the [X][X] the Governor [X] ||| die [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.0119048 0.0119048
-[X][X] the [X][X] Governor [X] ||| die [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.0119048 0.0119048
-[X][X] the President [X][X] Governor [X] ||| die [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-1 3-4 ||| 0.0119048 0.0119048
-[X][X] the President and [X][X] [X] ||| die [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-1 4-5 ||| 0.0119048 0.0119048
-[X][X] President [X][X] the Governor [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.0119048 0.0119048
-[X][X] President [X][X] Governor [X] ||| die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.0119048 0.0119048
-[X][X] President and to [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-1 4-4 ||| 0.0119048 0.0119048
-[X][X] President and [X][X] [X] ||| die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0119048 0.0119048
-[X][X] and to the Governor [X] ||| die [X][X] und Gouverneur [X] ||| 1 ||| 0-1 ||| 0.0119048 0.0119048
-[X][X] and to [X][X] [X] ||| die [X][X] und [X][X] [X] ||| 1 ||| 0-1 3-3 ||| 0.0119048 0.0119048
-[X][X] and [X][X] [X] ||| die [X][X] und [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0119048 0.0119048
-[X][X] to the Governor [X] ||| die [X][X] Gouverneur [X] ||| 1 ||| 0-1 ||| 0.0119048 0.0119048
-[X][X] the Governor [X] ||| die [X][X] Gouverneur [X] ||| 1 ||| 0-1 ||| 0.0119048 0.0119048
-[X][X] Governor [X] ||| die [X][X] Gouverneur [X] ||| 1 ||| 0-1 ||| 0.0119048 0.0119048
-you [X][X] to [X][X] Governor [X] ||| die Sie [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| 1-2 3-4 ||| 0.0119048 0.0119048
-you [X][X] the [X][X] Governor [X] ||| die Sie [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 1-2 3-4 ||| 0.0119048 0.0119048
-you [X][X] President [X][X] Governor [X] ||| die Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 1-2 3-4 ||| 0.0119048 0.0119048
-you [X][X] President and [X][X] [X] ||| die Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0119048 0.0119048
-you [X][X] and to [X][X] [X] ||| die Sie [X][X] und [X][X] [X] ||| 1 ||| 1-2 4-4 ||| 0.0119048 0.0119048
-you [X][X] and [X][X] [X] ||| die Sie [X][X] und [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0119048 0.0119048
-you [X][X] to the Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 1 ||| 1-2 ||| 0.0119048 0.0119048
-you [X][X] to [X][X] [X] ||| die Sie [X][X] [X][X] [X] ||| 1 ||| 1-2 3-3 ||| 0.0119048 0.0119048
-you [X][X] the Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 1 ||| 1-2 ||| 0.0119048 0.0119048
-you [X][X] Governor [X] ||| die Sie [X][X] Gouverneur [X] ||| 1 ||| 1-2 ||| 0.0119048 0.0119048
-you represent [X][X] and [X][X] [X] ||| die Sie vertreten [X][X] und [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0119048 0.0119048
-you represent [X][X] to [X][X] [X] ||| die Sie vertreten [X][X] [X][X] [X] ||| 1 ||| 2-3 4-4 ||| 0.0119048 0.0119048
-you represent [X][X] the Governor [X] ||| die Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| 2-3 ||| 0.0119048 0.0119048
-you represent [X][X] Governor [X] ||| die Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| 2-3 ||| 0.0119048 0.0119048
-you represent , [X][X] Governor [X] ||| die Sie vertreten , [X][X] Gouverneur [X] ||| 1 ||| 3-4 ||| 0.0119048 0.0119048
-the [X][X] the Governor [X][X] [X] ||| dem [X][X] Gouverneur [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0384615 0.0384615
-the [X][X] Governor [X][X] [X] ||| dem [X][X] Gouverneur [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0384615 0.0384615
-the [X][X] Governor of [X][X] [X] ||| dem [X][X] Gouverneur von [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0384615 0.0384615
-the [X][X] of [X][X] [X] ||| dem [X][X] von [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0384615 0.0384615
-the [X][X] Texas , Mr [X] ||| dem [X][X] Texas , George W. [X] ||| 1 ||| 1-1 ||| 0.0384615 0.0384615
-the President [X][X] Governor [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] Gouverneur [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0384615 0.0384615
-the President [X][X] of [X][X] [X] ||| dem Präsidentschaftskandidaten [X][X] von [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0384615 0.0384615
-[X][X] to the [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 1 ||| 0-0 3-1 ||| 0.0322581 0.0322581
-[X][X] to [X][X] Bush [X] ||| [X][X] [X][X] Bush [X] ||| 1 ||| 0-0 2-1 ||| 0.0322581 0.0322581
-President [X][X] the [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] [X][X] Bush [X] ||| 1 ||| 1-1 3-2 ||| 0.0322581 0.0322581
-President [X][X] Governor [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] Gouverneur [X][X] Bush [X] ||| 1 ||| 1-1 3-3 ||| 0.0322581 0.0322581
-President [X][X] of [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] von [X][X] Bush [X] ||| 1 ||| 1-1 3-3 ||| 0.0322581 0.0322581
-President [X][X] Bush [X] ||| Präsidentschaftskandidaten [X][X] Bush [X] ||| 1 ||| 1-1 ||| 0.0322581 0.0322581
-President and to [X][X] Bush [X] ||| Präsidentschaftskandidaten und [X][X] Bush [X] ||| 1 ||| 3-2 ||| 0.0322581 0.0322581
-President and [X][X] Bush [X] ||| Präsidentschaftskandidaten und [X][X] Bush [X] ||| 1 ||| 2-2 ||| 0.0322581 0.0322581
-[X][X] the [X][X] Bush , [X] ||| [X][X] [X][X] Bush , [X] ||| 1 ||| 0-0 2-1 ||| 0.0357143 0.0357143
-[X][X] the [X][X] , [X] ||| [X][X] [X][X] , [X] ||| 1 ||| 0-0 2-1 ||| 0.0357143 0.0357143
-[X][X] the Governor [X][X] , [X] ||| [X][X] Gouverneur [X][X] , [X] ||| 1 ||| 0-0 3-2 ||| 0.0357143 0.0357143
-[X][X] Governor [X][X] Bush , [X] ||| [X][X] Gouverneur [X][X] Bush , [X] ||| 1 ||| 0-0 2-2 ||| 0.0357143 0.0357143
-[X][X] Governor [X][X] , [X] ||| [X][X] Gouverneur [X][X] , [X] ||| 1 ||| 0-0 2-2 ||| 0.0357143 0.0357143
-[X][X] Governor of [X][X] , [X] ||| [X][X] Gouverneur von [X][X] , [X] ||| 1 ||| 0-0 3-3 ||| 0.0357143 0.0357143
-and [X][X] of [X][X] , [X] ||| und [X][X] von [X][X] , [X] ||| 1 ||| 1-1 3-3 ||| 0.0357143 0.0357143
-and to [X][X] Bush , [X] ||| und [X][X] Bush , [X] ||| 1 ||| 2-1 ||| 0.0357143 0.0357143
-and [X][X] Bush , [X] ||| und [X][X] Bush , [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-and to the [X][X] , [X] ||| und [X][X] , [X] ||| 1 ||| 3-1 ||| 0.0357143 0.0357143
-and to [X][X] , [X] ||| und [X][X] , [X] ||| 1 ||| 2-1 ||| 0.0357143 0.0357143
-Governor [X][X] Bush , who [X] ||| Gouverneur [X][X] Bush , der [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-Governor [X][X] Bush [X][X] [X] ||| Gouverneur [X][X] Bush [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0714286 0.0714286
-Governor [X][X] , who [X] ||| Gouverneur [X][X] , der [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-Governor of [X][X] Bush [X][X] [X] ||| Gouverneur von [X][X] Bush [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0714286 0.0714286
-Governor of [X][X] , who [X] ||| Gouverneur von [X][X] , der [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-Governor of [X][X] who [X] ||| Gouverneur von [X][X] der [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-[X][X] of [X][X] , who [X] ||| [X][X] von [X][X] , der [X] ||| 1 ||| 0-0 2-2 ||| 0.105556 0.105556
-[X][X] of [X][X] who [X] ||| [X][X] von [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.105556 0.105556
-the [X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 1 ||| 1-0 ||| 0.0555556 0.0555556
-the [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.0555556 0.0555556
-the [X][X] , who [X] ||| [X][X] , der [X] ||| 1 ||| 1-0 ||| 0.0555556 0.0555556
-the [X][X] who [X] ||| [X][X] der [X] ||| 1 ||| 1-0 ||| 0.0555556 0.0555556
-the Governor [X][X] Bush [X][X] [X] ||| Gouverneur [X][X] Bush [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0555556 0.0555556
-the Governor [X][X] , who [X] ||| Gouverneur [X][X] , der [X] ||| 1 ||| 2-1 ||| 0.0555556 0.0555556
-the Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 1 ||| 2-1 ||| 0.0555556 0.0555556
-the Governor of [X][X] who [X] ||| Gouverneur von [X][X] der [X] ||| 1 ||| 3-2 ||| 0.0555556 0.0555556
-to [X][X] of [X][X] who [X] ||| [X][X] von [X][X] der [X] ||| 1 ||| 1-0 3-2 ||| 0.05 0.05
-to the [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 1 ||| 2-0 4-2 ||| 0.05 0.05
-to [X][X] Bush , who [X] ||| [X][X] Bush , der [X] ||| 1 ||| 1-0 ||| 0.05 0.05
-to [X][X] Bush [X][X] [X] ||| [X][X] Bush [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.05 0.05
-to the [X][X] , who [X] ||| [X][X] , der [X] ||| 1 ||| 2-0 ||| 0.05 0.05
-to [X][X] , who [X] ||| [X][X] , der [X] ||| 1 ||| 1-0 ||| 0.05 0.05
-to the [X][X] who [X] ||| [X][X] der [X] ||| 1 ||| 2-0 ||| 0.05 0.05
-to [X][X] who [X] ||| [X][X] der [X] ||| 1 ||| 1-0 ||| 0.05 0.05
-to the Governor [X][X] who [X] ||| Gouverneur [X][X] der [X] ||| 1 ||| 3-1 ||| 0.05 0.05
-to order [X][X] and [X][X] [X] ||| zur [X][X] und [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.201923 0.201923
-to order [X][X] to reprieve [X] ||| zur [X][X] zur Begnadigung [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-to order [X][X] reprieve [X] ||| zur [X][X] Begnadigung [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-power [X][X] and to reprieve [X] ||| [X][X] und zur Begnadigung [X] ||| 1 ||| 1-0 ||| 0.1 0.1
-power [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.1 0.1
-power [X][X] to reprieve [X] ||| [X][X] zur Begnadigung [X] ||| 1 ||| 1-0 ||| 0.1 0.1
-power [X][X] reprieve [X] ||| [X][X] Begnadigung [X] ||| 1 ||| 1-0 ||| 0.1 0.1
-power to order [X][X] reprieve [X] ||| zur [X][X] Begnadigung [X] ||| 1 ||| 3-1 ||| 0.1 0.1
-[X][X] and to reprieve the [X] ||| [X][X] und zur Begnadigung des [X] ||| 1 ||| 0-0 ||| 0.188034 0.188034
-[X][X] and [X][X] the [X] ||| [X][X] und [X][X] des [X] ||| 1 ||| 0-0 2-2 ||| 0.188034 0.188034
-[X][X] and to [X][X] [X] ||| [X][X] und zur [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.254701 0.254701
-[X][X] to reprieve the [X] ||| [X][X] zur Begnadigung des [X] ||| 1 ||| 0-0 ||| 0.188034 0.188034
-[X][X] to [X][X] [X] ||| [X][X] zur [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.254701 0.254701
-[X][X] of your [X][X] institution [X] ||| [X][X] Ihres [X][X] Institution , die [X] ||| 1 ||| 0-0 3-2 ||| 0.0454082 0.0454082
-[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , die [X] ||| 1 ||| 0-0 3-2 ||| 0.0908164 0.0454082
-[X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] die [X] ||| 1 ||| 0-0 3-2 ||| 0.0908164 0.0454082
-the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] , die [X] ||| 1 ||| 1-1 4-3 ||| 0.05 0.025
-the [X][X] prestigious office [X][X] [X] ||| den [X][X] Amtes [X][X] die [X] ||| 1 ||| 1-1 4-3 ||| 0.05 0.025
-the [X][X] and the institution [X] ||| den [X][X] und der Institution , die [X] ||| 1 ||| 1-1 ||| 0.025 0.025
-the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , die [X] ||| 1 ||| 1-1 3-3 ||| 0.05 0.025
-the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] die [X] ||| 1 ||| 1-1 3-3 ||| 0.05 0.025
-the [X][X] the institution [X] ||| den [X][X] der Institution , die [X] ||| 1 ||| 1-1 ||| 0.025 0.025
-the [X][X] institution [X] ||| den [X][X] Institution , die [X] ||| 1 ||| 1-1 ||| 0.025 0.025
-the [X][X] [X] ||| den [X][X] , die [X] ||| 1 ||| 1-1 ||| 0.05 0.025
-the [X][X] [X] ||| den [X][X] die [X] ||| 1 ||| 1-1 ||| 0.05 0.025
-the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] , die [X] ||| 1 ||| 2-3 4-5 ||| 0.05 0.025
-the weight [X][X] and [X][X] [X] ||| den ganzen Einfluß [X][X] und [X][X] die [X] ||| 1 ||| 2-3 4-5 ||| 0.05 0.025
-the weight [X][X] the institution [X] ||| den ganzen Einfluß [X][X] der Institution , die [X] ||| 1 ||| 2-3 ||| 0.025 0.025
-the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , die [X] ||| 1 ||| 2-3 ||| 0.025 0.025
-the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , die [X] ||| 1 ||| 2-3 ||| 0.05 0.025
-the weight [X][X] [X] ||| den ganzen Einfluß [X][X] die [X] ||| 1 ||| 2-3 ||| 0.05 0.025
-the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] , die [X] ||| 1 ||| 4-4 ||| 0.05 0.025
-the weight of your [X][X] [X] ||| den ganzen Einfluß Ihres [X][X] die [X] ||| 1 ||| 4-4 ||| 0.05 0.025
-[X][X] weight [X][X] the institution [X] ||| [X][X] ganzen Einfluß [X][X] der Institution , die [X] ||| 1 ||| 0-0 2-3 ||| 0.0204082 0.0204082
-[X][X] weight [X][X] institution [X] ||| [X][X] ganzen Einfluß [X][X] Institution , die [X] ||| 1 ||| 0-0 2-3 ||| 0.0204082 0.0204082
-[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] , die [X] ||| 1 ||| 0-0 2-3 ||| 0.0408164 0.0204082
-[X][X] weight [X][X] [X] ||| [X][X] ganzen Einfluß [X][X] die [X] ||| 1 ||| 0-0 2-3 ||| 0.0408164 0.0204082
-[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] , die [X] ||| 1 ||| 0-0 4-4 ||| 0.0408164 0.0204082
-[X][X] weight of your [X][X] [X] ||| [X][X] ganzen Einfluß Ihres [X][X] die [X] ||| 1 ||| 0-0 4-4 ||| 0.0408164 0.0204082
-using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] , die [X] ||| 1 ||| 1-0 4-2 ||| 0.0408164 0.0204082
-using [X][X] of your [X][X] [X] ||| [X][X] Ihres [X][X] die [X] ||| 1 ||| 1-0 4-2 ||| 0.0408164 0.0204082
-using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] , die [X] ||| 1 ||| 1-0 4-2 ||| 0.0408164 0.0204082
-using [X][X] prestigious office [X][X] [X] ||| [X][X] Amtes [X][X] die [X] ||| 1 ||| 1-0 4-2 ||| 0.0408164 0.0204082
-using [X][X] and the institution [X] ||| [X][X] und der Institution , die [X] ||| 1 ||| 1-0 ||| 0.0204082 0.0204082
-using [X][X] and [X][X] [X] ||| [X][X] und [X][X] , die [X] ||| 1 ||| 1-0 3-2 ||| 0.0408164 0.0204082
-using [X][X] and [X][X] [X] ||| [X][X] und [X][X] die [X] ||| 1 ||| 1-0 3-2 ||| 0.0408164 0.0204082
-using [X][X] the institution [X] ||| [X][X] der Institution , die [X] ||| 1 ||| 1-0 ||| 0.0204082 0.0204082
-using [X][X] institution [X] ||| [X][X] Institution , die [X] ||| 1 ||| 1-0 ||| 0.0204082 0.0204082
-using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] , die [X] ||| 1 ||| 2-1 4-3 ||| 0.0408164 0.0204082
-using the [X][X] and [X][X] [X] ||| den [X][X] und [X][X] die [X] ||| 1 ||| 2-1 4-3 ||| 0.0408164 0.0204082
-using the [X][X] the institution [X] ||| den [X][X] der Institution , die [X] ||| 1 ||| 2-1 ||| 0.0204082 0.0204082
-using the [X][X] institution [X] ||| den [X][X] Institution , die [X] ||| 1 ||| 2-1 ||| 0.0204082 0.0204082
-using the [X][X] [X] ||| den [X][X] , die [X] ||| 1 ||| 2-1 ||| 0.0408164 0.0204082
-using the [X][X] [X] ||| den [X][X] die [X] ||| 1 ||| 2-1 ||| 0.0408164 0.0204082
-using the weight [X][X] institution [X] ||| den ganzen Einfluß [X][X] Institution , die [X] ||| 1 ||| 3-3 ||| 0.0204082 0.0204082
-using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] , die [X] ||| 1 ||| 3-3 ||| 0.0408164 0.0204082
-using the weight [X][X] [X] ||| den ganzen Einfluß [X][X] die [X] ||| 1 ||| 3-3 ||| 0.0408164 0.0204082
-weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] , die Sie [X] ||| 1 ||| 1-2 3-4 ||| 0.0882354 0.0294118
-weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] die Sie [X] ||| 1 ||| 1-2 3-4 ||| 0.0882354 0.0294118
-weight [X][X] and [X][X] you [X] ||| ganzen Einfluß [X][X] und [X][X] Sie [X] ||| 1 ||| 1-2 3-4 ||| 0.0882354 0.0294118
-weight [X][X] and the [X][X] [X] ||| ganzen Einfluß [X][X] und der [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0294118 0.0294118
-weight [X][X] the institution you [X] ||| ganzen Einfluß [X][X] der Institution , die Sie [X] ||| 1 ||| 1-2 ||| 0.0294118 0.0294118
-weight [X][X] the [X][X] [X] ||| ganzen Einfluß [X][X] der [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0294118 0.0294118
-weight [X][X] institution you [X] ||| ganzen Einfluß [X][X] Institution , die Sie [X] ||| 1 ||| 1-2 ||| 0.0294118 0.0294118
-weight [X][X] you [X] ||| ganzen Einfluß [X][X] , die Sie [X] ||| 1 ||| 1-2 ||| 0.0882354 0.0294118
-weight [X][X] you [X] ||| ganzen Einfluß [X][X] die Sie [X] ||| 1 ||| 1-2 ||| 0.0882354 0.0294118
-weight [X][X] you [X] ||| ganzen Einfluß [X][X] Sie [X] ||| 1 ||| 1-2 ||| 0.0882354 0.0294118
-weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] , die Sie [X] ||| 1 ||| 3-3 ||| 0.0882354 0.0294118
-weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] die Sie [X] ||| 1 ||| 3-3 ||| 0.0882354 0.0294118
-weight of your [X][X] you [X] ||| ganzen Einfluß Ihres [X][X] Sie [X] ||| 1 ||| 3-3 ||| 0.0882354 0.0294118
-[X][X] prestigious office [X][X] , [X] ||| [X][X] Amtes [X][X] , [X] ||| 1 ||| 0-0 3-2 ||| 0.0204082 0.0204082
-of your [X][X] you [X][X] [X] ||| Ihres [X][X] , die Sie [X][X] [X] ||| 1 ||| 2-1 4-5 ||| 0.0612246 0.0204082
-of your [X][X] you [X][X] [X] ||| Ihres [X][X] die Sie [X][X] [X] ||| 1 ||| 2-1 4-4 ||| 0.0612246 0.0204082
-of your [X][X] you [X][X] [X] ||| Ihres [X][X] Sie [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0612246 0.0204082
-of your [X][X] represent , [X] ||| Ihres [X][X] vertreten , [X] ||| 1 ||| 2-1 ||| 0.0204082 0.0204082
-of your [X][X] , [X] ||| Ihres [X][X] , [X] ||| 1 ||| 2-1 ||| 0.0204082 0.0204082
-[X][X] and [X][X] , to [X] ||| [X][X] und [X][X] , bei [X] ||| 1 ||| 0-0 2-2 ||| 0.0169492 0.0169492
-[X][X] and [X][X] to [X] ||| [X][X] und [X][X] bei [X] ||| 1 ||| 0-0 2-2 ||| 0.0169492 0.0169492
-[X][X] and the [X][X] to [X] ||| [X][X] und der [X][X] bei [X] ||| 1 ||| 0-0 3-3 ||| 0.0169492 0.0169492
-[X][X] the [X][X] , to [X] ||| [X][X] der [X][X] , bei [X] ||| 1 ||| 0-0 2-2 ||| 0.0169492 0.0169492
-[X][X] the [X][X] to [X] ||| [X][X] der [X][X] bei [X] ||| 1 ||| 0-0 2-2 ||| 0.0169492 0.0169492
-[X][X] the institution [X][X] to [X] ||| [X][X] der Institution [X][X] bei [X] ||| 1 ||| 0-0 3-3 ||| 0.0508476 0.0169492
-[X][X] the institution [X][X] to [X] ||| [X][X] der Institution , [X][X] bei [X] ||| 1 ||| 0-0 3-4 ||| 0.0508476 0.0169492
-[X][X] the institution [X][X] to [X] ||| [X][X] der Institution , die [X][X] bei [X] ||| 1 ||| 0-0 3-5 ||| 0.0508476 0.0169492
-prestigious office [X][X] represent [X][X] [X] ||| Amtes [X][X] vertreten [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0169492 0.0169492
-prestigious office [X][X] , to [X] ||| Amtes [X][X] , bei [X] ||| 1 ||| 2-1 ||| 0.0169492 0.0169492
-prestigious office [X][X] to [X] ||| Amtes [X][X] bei [X] ||| 1 ||| 2-1 ||| 0.0169492 0.0169492
-prestigious office and [X][X] to [X] ||| Amtes und [X][X] bei [X] ||| 1 ||| 3-2 ||| 0.0169492 0.0169492
-[X][X] institution [X][X] to the [X] ||| [X][X] Institution [X][X] bei dem [X] ||| 1 ||| 0-0 2-2 ||| 0.0149254 0.0149254
-[X][X] institution [X][X] the [X] ||| [X][X] Institution [X][X] dem [X] ||| 1 ||| 0-0 2-2 ||| 0.0149254 0.0149254
-[X][X] institution [X][X] to the [X] ||| [X][X] Institution , [X][X] bei dem [X] ||| 1 ||| 0-0 2-3 ||| 0.0149254 0.0149254
-[X][X] institution [X][X] the [X] ||| [X][X] Institution , [X][X] dem [X] ||| 1 ||| 0-0 2-3 ||| 0.0149254 0.0149254
-[X][X] institution [X][X] to the [X] ||| [X][X] Institution , die [X][X] bei dem [X] ||| 1 ||| 0-0 2-4 ||| 0.0149254 0.0149254
-[X][X] institution [X][X] the [X] ||| [X][X] Institution , die [X][X] dem [X] ||| 1 ||| 0-0 2-4 ||| 0.0149254 0.0149254
-[X][X] institution you [X][X] the [X] ||| [X][X] Institution , die Sie [X][X] dem [X] ||| 1 ||| 0-0 3-5 ||| 0.0149254 0.0149254
-and [X][X] you [X][X] the [X] ||| und [X][X] , die Sie [X][X] dem [X] ||| 1 ||| 1-1 3-5 ||| 0.0447762 0.0149254
-and [X][X] you [X][X] the [X] ||| und [X][X] die Sie [X][X] dem [X] ||| 1 ||| 1-1 3-4 ||| 0.0447762 0.0149254
-and [X][X] you [X][X] the [X] ||| und [X][X] Sie [X][X] dem [X] ||| 1 ||| 1-1 3-3 ||| 0.0447762 0.0149254
-and [X][X] represent [X][X] the [X] ||| und [X][X] vertreten [X][X] dem [X] ||| 1 ||| 1-1 3-3 ||| 0.0149254 0.0149254
-and [X][X] represent , [X][X] [X] ||| und [X][X] vertreten , [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0149254 0.0149254
-and [X][X] , to the [X] ||| und [X][X] , bei dem [X] ||| 1 ||| 1-1 ||| 0.0149254 0.0149254
-and [X][X] , [X][X] [X] ||| und [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0149254 0.0149254
-and [X][X] to the [X] ||| und [X][X] bei dem [X] ||| 1 ||| 1-1 ||| 0.0149254 0.0149254
-and [X][X] the [X] ||| und [X][X] dem [X] ||| 1 ||| 1-1 ||| 0.0149254 0.0149254
-and the [X][X] , [X][X] [X] ||| und der [X][X] , [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0149254 0.0149254
-and the [X][X] to the [X] ||| und der [X][X] bei dem [X] ||| 1 ||| 2-2 ||| 0.0149254 0.0149254
-and the [X][X] the [X] ||| und der [X][X] dem [X] ||| 1 ||| 2-2 ||| 0.0149254 0.0149254
-and the institution [X][X] the [X] ||| und der Institution [X][X] dem [X] ||| 1 ||| 3-3 ||| 0.0447762 0.0149254
-and the institution [X][X] the [X] ||| und der Institution , [X][X] dem [X] ||| 1 ||| 3-4 ||| 0.0447762 0.0149254
-and the institution [X][X] the [X] ||| und der Institution , die [X][X] dem [X] ||| 1 ||| 3-5 ||| 0.0447762 0.0149254
-[X][X] you [X][X] the President [X] ||| [X][X] , die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 2-4 ||| 0.0163934 0.0163934
-[X][X] you [X][X] President [X] ||| [X][X] , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 2-4 ||| 0.0163934 0.0163934
-[X][X] you represent [X][X] President [X] ||| [X][X] , die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 3-5 ||| 0.0163934 0.0163934
-[X][X] you [X][X] the President [X] ||| [X][X] die Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 2-3 ||| 0.0163934 0.0163934
-[X][X] you [X][X] President [X] ||| [X][X] die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 2-3 ||| 0.0163934 0.0163934
-[X][X] you represent [X][X] President [X] ||| [X][X] die Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 3-4 ||| 0.0163934 0.0163934
-[X][X] you [X][X] the President [X] ||| [X][X] Sie [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 2-2 ||| 0.0163934 0.0163934
-[X][X] you [X][X] President [X] ||| [X][X] Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 2-2 ||| 0.0163934 0.0163934
-[X][X] you represent [X][X] President [X] ||| [X][X] Sie vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 0-0 3-3 ||| 0.0163934 0.0163934
-the [X][X] represent [X][X] President [X] ||| der [X][X] vertreten [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 3-3 ||| 0.0163934 0.0163934
-the [X][X] , [X][X] President [X] ||| der [X][X] , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 3-3 ||| 0.0163934 0.0163934
-the [X][X] , to [X][X] [X] ||| der [X][X] , bei [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0163934 0.0163934
-the [X][X] to the President [X] ||| der [X][X] bei dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.0163934 0.0163934
-the [X][X] to [X][X] [X] ||| der [X][X] bei [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0163934 0.0163934
-the [X][X] the President [X] ||| der [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.0163934 0.0163934
-the [X][X] President [X] ||| der [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 1-1 ||| 0.0163934 0.0163934
-the institution [X][X] to [X][X] [X] ||| der Institution [X][X] bei [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0163934 0.0163934
-the institution [X][X] the President [X] ||| der Institution [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 2-2 ||| 0.0163934 0.0163934
-the institution [X][X] President [X] ||| der Institution [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 2-2 ||| 0.0163934 0.0163934
-the institution [X][X] to [X][X] [X] ||| der Institution , [X][X] bei [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0163934 0.0163934
-the institution [X][X] the President [X] ||| der Institution , [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 2-3 ||| 0.0163934 0.0163934
-the institution [X][X] President [X] ||| der Institution , [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 2-3 ||| 0.0163934 0.0163934
-the institution [X][X] to [X][X] [X] ||| der Institution , die [X][X] bei [X][X] [X] ||| 1 ||| 2-4 4-6 ||| 0.0163934 0.0163934
-the institution [X][X] the President [X] ||| der Institution , die [X][X] dem Präsidentschaftskandidaten [X] ||| 1 ||| 2-4 ||| 0.0163934 0.0163934
-the institution [X][X] President [X] ||| der Institution , die [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 2-4 ||| 0.0163934 0.0163934
-the institution you [X][X] President [X] ||| der Institution , die Sie [X][X] Präsidentschaftskandidaten [X] ||| 1 ||| 3-5 ||| 0.0163934 0.0163934
-[X][X] represent [X][X] President and [X] ||| [X][X] vertreten [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 0-0 2-2 ||| 0.0163934 0.0163934
-[X][X] represent [X][X] and [X] ||| [X][X] vertreten [X][X] und [X] ||| 1 ||| 0-0 2-2 ||| 0.0163934 0.0163934
-[X][X] represent , [X][X] and [X] ||| [X][X] vertreten , [X][X] und [X] ||| 1 ||| 0-0 3-3 ||| 0.0163934 0.0163934
-institution [X][X] , [X][X] and [X] ||| Institution [X][X] , [X][X] und [X] ||| 1 ||| 1-1 3-3 ||| 0.0163934 0.0163934
-institution [X][X] to [X][X] and [X] ||| Institution [X][X] bei [X][X] und [X] ||| 1 ||| 1-1 3-3 ||| 0.0163934 0.0163934
-institution [X][X] to the [X][X] [X] ||| Institution [X][X] bei dem [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.041897 0.041897
-institution [X][X] the President and [X] ||| Institution [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 1-1 ||| 0.0163934 0.0163934
-institution [X][X] the [X][X] [X] ||| Institution [X][X] dem [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.041897 0.041897
-institution [X][X] President and [X] ||| Institution [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-1 ||| 0.0163934 0.0163934
-institution [X][X] and [X] ||| Institution [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0163934 0.0163934
-institution [X][X] , [X][X] and [X] ||| Institution , [X][X] , [X][X] und [X] ||| 1 ||| 1-2 3-4 ||| 0.0163934 0.0163934
-institution [X][X] to [X][X] and [X] ||| Institution , [X][X] bei [X][X] und [X] ||| 1 ||| 1-2 3-4 ||| 0.0163934 0.0163934
-institution [X][X] to the [X][X] [X] ||| Institution , [X][X] bei dem [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.041897 0.041897
-institution [X][X] the President and [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 1-2 ||| 0.0163934 0.0163934
-institution [X][X] the [X][X] [X] ||| Institution , [X][X] dem [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.041897 0.041897
-institution [X][X] President and [X] ||| Institution , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-2 ||| 0.0163934 0.0163934
-institution [X][X] and [X] ||| Institution , [X][X] und [X] ||| 1 ||| 1-2 ||| 0.0163934 0.0163934
-institution [X][X] , [X][X] and [X] ||| Institution , die [X][X] , [X][X] und [X] ||| 1 ||| 1-3 3-5 ||| 0.0163934 0.0163934
-institution [X][X] to [X][X] and [X] ||| Institution , die [X][X] bei [X][X] und [X] ||| 1 ||| 1-3 3-5 ||| 0.0163934 0.0163934
-institution [X][X] to the [X][X] [X] ||| Institution , die [X][X] bei dem [X][X] [X] ||| 1 ||| 1-3 4-6 ||| 0.041897 0.041897
-institution [X][X] the President and [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten und [X] ||| 1 ||| 1-3 ||| 0.0163934 0.0163934
-institution [X][X] the [X][X] [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.041897 0.041897
-institution [X][X] President and [X] ||| Institution , die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-3 ||| 0.0163934 0.0163934
-institution [X][X] and [X] ||| Institution , die [X][X] und [X] ||| 1 ||| 1-3 ||| 0.0163934 0.0163934
-institution you [X][X] the [X][X] [X] ||| Institution , die Sie [X][X] dem [X][X] [X] ||| 1 ||| 2-4 4-6 ||| 0.041897 0.041897
-institution you [X][X] President and [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 2-4 ||| 0.0163934 0.0163934
-institution you [X][X] and [X] ||| Institution , die Sie [X][X] und [X] ||| 1 ||| 2-4 ||| 0.0163934 0.0163934
-institution you represent [X][X] and [X] ||| Institution , die Sie vertreten [X][X] und [X] ||| 1 ||| 3-5 ||| 0.0163934 0.0163934
-[X][X] represent [X][X] and to [X] ||| [X][X] vertreten [X][X] und [X] ||| 1 ||| 0-0 2-2 ||| 0.0131579 0.0131579
-[X][X] represent [X][X] to [X] ||| [X][X] vertreten [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0131579 0.0131579
-[X][X] represent , [X][X] to [X] ||| [X][X] vertreten , [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0131579 0.0131579
-institution [X][X] , [X][X] to [X] ||| Institution [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0131579 0.0131579
-institution [X][X] to [X][X] to [X] ||| Institution [X][X] bei [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0131579 0.0131579
-institution [X][X] the [X][X] to [X] ||| Institution [X][X] dem [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0131579 0.0131579
-institution [X][X] the President [X][X] [X] ||| Institution [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0255036 0.0255036
-institution [X][X] President and to [X] ||| Institution [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-1 ||| 0.0131579 0.0131579
-institution [X][X] President [X][X] [X] ||| Institution [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0255036 0.0255036
-institution [X][X] and to [X] ||| Institution [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0131579 0.0131579
-institution [X][X] to [X] ||| Institution [X][X] [X] ||| 1 ||| 1-1 ||| 0.0131579 0.0131579
-institution [X][X] , [X][X] to [X] ||| Institution , [X][X] , [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0131579 0.0131579
-institution [X][X] to [X][X] to [X] ||| Institution , [X][X] bei [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0131579 0.0131579
-institution [X][X] the [X][X] to [X] ||| Institution , [X][X] dem [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0131579 0.0131579
-institution [X][X] the President [X][X] [X] ||| Institution , [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0255036 0.0255036
-institution [X][X] President and to [X] ||| Institution , [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-2 ||| 0.0131579 0.0131579
-institution [X][X] President [X][X] [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0255036 0.0255036
-institution [X][X] and to [X] ||| Institution , [X][X] und [X] ||| 1 ||| 1-2 ||| 0.0131579 0.0131579
-institution [X][X] to [X] ||| Institution , [X][X] [X] ||| 1 ||| 1-2 ||| 0.0131579 0.0131579
-institution [X][X] , [X][X] to [X] ||| Institution , die [X][X] , [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0131579 0.0131579
-institution [X][X] to [X][X] to [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0131579 0.0131579
-institution [X][X] the [X][X] to [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0131579 0.0131579
-institution [X][X] the President [X][X] [X] ||| Institution , die [X][X] dem Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-3 4-6 ||| 0.0255036 0.0255036
-institution [X][X] President and to [X] ||| Institution , die [X][X] Präsidentschaftskandidaten und [X] ||| 1 ||| 1-3 ||| 0.0131579 0.0131579
-institution [X][X] President [X][X] [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0255036 0.0255036
-institution [X][X] and to [X] ||| Institution , die [X][X] und [X] ||| 1 ||| 1-3 ||| 0.0131579 0.0131579
-institution [X][X] to [X] ||| Institution , die [X][X] [X] ||| 1 ||| 1-3 ||| 0.0131579 0.0131579
-institution you [X][X] President [X][X] [X] ||| Institution , die Sie [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 2-4 4-6 ||| 0.0255036 0.0255036
-institution you [X][X] and to [X] ||| Institution , die Sie [X][X] und [X] ||| 1 ||| 2-4 ||| 0.0131579 0.0131579
-institution you [X][X] to [X] ||| Institution , die Sie [X][X] [X] ||| 1 ||| 2-4 ||| 0.0131579 0.0131579
-institution you represent [X][X] to [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 1 ||| 3-5 ||| 0.0131579 0.0131579
-[X][X] represent [X][X] to the [X] ||| [X][X] vertreten [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0123457 0.0123457
-[X][X] represent [X][X] the [X] ||| [X][X] vertreten [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0123457 0.0123457
-[X][X] represent , [X][X] the [X] ||| [X][X] vertreten , [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0123457 0.0123457
-institution [X][X] , [X][X] the [X] ||| Institution [X][X] , [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0123457 0.0123457
-institution [X][X] to [X][X] the [X] ||| Institution [X][X] bei [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0123457 0.0123457
-institution [X][X] the [X][X] the [X] ||| Institution [X][X] dem [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0123457 0.0123457
-institution [X][X] President [X][X] the [X] ||| Institution [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0123457 0.0123457
-institution [X][X] and to the [X] ||| Institution [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0123457 0.0123457
-institution [X][X] to the [X] ||| Institution [X][X] [X] ||| 1 ||| 1-1 ||| 0.0123457 0.0123457
-institution [X][X] the [X] ||| Institution [X][X] [X] ||| 1 ||| 1-1 ||| 0.0123457 0.0123457
-institution [X][X] , [X][X] the [X] ||| Institution , [X][X] , [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0123457 0.0123457
-institution [X][X] to [X][X] the [X] ||| Institution , [X][X] bei [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0123457 0.0123457
-institution [X][X] the [X][X] the [X] ||| Institution , [X][X] dem [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0123457 0.0123457
-institution [X][X] President [X][X] the [X] ||| Institution , [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0123457 0.0123457
-institution [X][X] and to the [X] ||| Institution , [X][X] und [X] ||| 1 ||| 1-2 ||| 0.0123457 0.0123457
-institution [X][X] to the [X] ||| Institution , [X][X] [X] ||| 1 ||| 1-2 ||| 0.0123457 0.0123457
-institution [X][X] the [X] ||| Institution , [X][X] [X] ||| 1 ||| 1-2 ||| 0.0123457 0.0123457
-institution [X][X] , [X][X] the [X] ||| Institution , die [X][X] , [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0123457 0.0123457
-institution [X][X] to [X][X] the [X] ||| Institution , die [X][X] bei [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0123457 0.0123457
-institution [X][X] the [X][X] the [X] ||| Institution , die [X][X] dem [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0123457 0.0123457
-institution [X][X] President [X][X] the [X] ||| Institution , die [X][X] Präsidentschaftskandidaten [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.0123457 0.0123457
-institution [X][X] and to the [X] ||| Institution , die [X][X] und [X] ||| 1 ||| 1-3 ||| 0.0123457 0.0123457
-institution [X][X] to the [X] ||| Institution , die [X][X] [X] ||| 1 ||| 1-3 ||| 0.0123457 0.0123457
-institution [X][X] the [X] ||| Institution , die [X][X] [X] ||| 1 ||| 1-3 ||| 0.0123457 0.0123457
-institution you [X][X] to the [X] ||| Institution , die Sie [X][X] [X] ||| 1 ||| 2-4 ||| 0.0123457 0.0123457
-institution you [X][X] the [X] ||| Institution , die Sie [X][X] [X] ||| 1 ||| 2-4 ||| 0.0123457 0.0123457
-institution you represent [X][X] the [X] ||| Institution , die Sie vertreten [X][X] [X] ||| 1 ||| 3-5 ||| 0.0123457 0.0123457
-[X][X] , [X][X] the Governor [X] ||| , [X][X] , [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.00884956 0.00884956
-[X][X] , [X][X] Governor [X] ||| , [X][X] , [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.00884956 0.00884956
-[X][X] , to [X][X] Governor [X] ||| , [X][X] , bei [X][X] Gouverneur [X] ||| 1 ||| 0-1 3-4 ||| 0.00884956 0.00884956
-[X][X] to [X][X] the Governor [X] ||| , [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.00884956 0.00884956
-[X][X] to [X][X] Governor [X] ||| , [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.00884956 0.00884956
-[X][X] to the [X][X] Governor [X] ||| , [X][X] bei dem [X][X] Gouverneur [X] ||| 1 ||| 0-1 3-4 ||| 0.00884956 0.00884956
-[X][X] the [X][X] the Governor [X] ||| , [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.00884956 0.00884956
-[X][X] the [X][X] Governor [X] ||| , [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.00884956 0.00884956
-[X][X] the President [X][X] Governor [X] ||| , [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-1 3-4 ||| 0.00884956 0.00884956
-[X][X] the President and [X][X] [X] ||| , [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-1 4-5 ||| 0.00884956 0.00884956
-[X][X] President [X][X] the Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.00884956 0.00884956
-[X][X] President [X][X] Governor [X] ||| , [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-1 2-3 ||| 0.00884956 0.00884956
-[X][X] President and to [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-1 4-4 ||| 0.00884956 0.00884956
-[X][X] President and [X][X] [X] ||| , [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.00884956 0.00884956
-[X][X] and to the Governor [X] ||| , [X][X] und Gouverneur [X] ||| 1 ||| 0-1 ||| 0.00884956 0.00884956
-[X][X] and to [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 1 ||| 0-1 3-3 ||| 0.00884956 0.00884956
-[X][X] and [X][X] [X] ||| , [X][X] und [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.00884956 0.00884956
-[X][X] to the Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| 0-1 ||| 0.00884956 0.00884956
-[X][X] the Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| 0-1 ||| 0.00884956 0.00884956
-[X][X] Governor [X] ||| , [X][X] Gouverneur [X] ||| 1 ||| 0-1 ||| 0.00884956 0.00884956
-[X][X] , [X][X] the Governor [X] ||| , die [X][X] , [X][X] Gouverneur [X] ||| 1 ||| 0-2 2-4 ||| 0.00884956 0.00884956
-[X][X] , [X][X] Governor [X] ||| , die [X][X] , [X][X] Gouverneur [X] ||| 1 ||| 0-2 2-4 ||| 0.00884956 0.00884956
-[X][X] , to [X][X] Governor [X] ||| , die [X][X] , bei [X][X] Gouverneur [X] ||| 1 ||| 0-2 3-5 ||| 0.00884956 0.00884956
-[X][X] to [X][X] the Governor [X] ||| , die [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| 0-2 2-4 ||| 0.00884956 0.00884956
-[X][X] to [X][X] Governor [X] ||| , die [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| 0-2 2-4 ||| 0.00884956 0.00884956
-[X][X] to the [X][X] Governor [X] ||| , die [X][X] bei dem [X][X] Gouverneur [X] ||| 1 ||| 0-2 3-5 ||| 0.00884956 0.00884956
-[X][X] the [X][X] the Governor [X] ||| , die [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 0-2 2-4 ||| 0.00884956 0.00884956
-[X][X] the [X][X] Governor [X] ||| , die [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 0-2 2-4 ||| 0.00884956 0.00884956
-[X][X] the President [X][X] Governor [X] ||| , die [X][X] dem Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-2 3-5 ||| 0.00884956 0.00884956
-[X][X] the President and [X][X] [X] ||| , die [X][X] dem Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-2 4-6 ||| 0.00884956 0.00884956
-[X][X] President [X][X] the Governor [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-2 2-4 ||| 0.00884956 0.00884956
-[X][X] President [X][X] Governor [X] ||| , die [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 0-2 2-4 ||| 0.00884956 0.00884956
-[X][X] President and to [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-2 4-5 ||| 0.00884956 0.00884956
-[X][X] President and [X][X] [X] ||| , die [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 0-2 3-5 ||| 0.00884956 0.00884956
-[X][X] and to the Governor [X] ||| , die [X][X] und Gouverneur [X] ||| 1 ||| 0-2 ||| 0.00884956 0.00884956
-[X][X] and to [X][X] [X] ||| , die [X][X] und [X][X] [X] ||| 1 ||| 0-2 3-4 ||| 0.00884956 0.00884956
-[X][X] and [X][X] [X] ||| , die [X][X] und [X][X] [X] ||| 1 ||| 0-2 2-4 ||| 0.00884956 0.00884956
-[X][X] to the Governor [X] ||| , die [X][X] Gouverneur [X] ||| 1 ||| 0-2 ||| 0.00884956 0.00884956
-[X][X] the Governor [X] ||| , die [X][X] Gouverneur [X] ||| 1 ||| 0-2 ||| 0.00884956 0.00884956
-[X][X] Governor [X] ||| , die [X][X] Gouverneur [X] ||| 1 ||| 0-2 ||| 0.00884956 0.00884956
-you [X][X] to [X][X] Governor [X] ||| , die Sie [X][X] bei [X][X] Gouverneur [X] ||| 1 ||| 1-3 3-5 ||| 0.00884956 0.00884956
-you [X][X] the [X][X] Governor [X] ||| , die Sie [X][X] dem [X][X] Gouverneur [X] ||| 1 ||| 1-3 3-5 ||| 0.00884956 0.00884956
-you [X][X] President [X][X] Governor [X] ||| , die Sie [X][X] Präsidentschaftskandidaten [X][X] Gouverneur [X] ||| 1 ||| 1-3 3-5 ||| 0.00884956 0.00884956
-you [X][X] President and [X][X] [X] ||| , die Sie [X][X] Präsidentschaftskandidaten und [X][X] [X] ||| 1 ||| 1-3 4-6 ||| 0.00884956 0.00884956
-you [X][X] and to [X][X] [X] ||| , die Sie [X][X] und [X][X] [X] ||| 1 ||| 1-3 4-5 ||| 0.00884956 0.00884956
-you [X][X] and [X][X] [X] ||| , die Sie [X][X] und [X][X] [X] ||| 1 ||| 1-3 3-5 ||| 0.00884956 0.00884956
-you [X][X] to the Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 1 ||| 1-3 ||| 0.00884956 0.00884956
-you [X][X] to [X][X] [X] ||| , die Sie [X][X] [X][X] [X] ||| 1 ||| 1-3 3-4 ||| 0.00884956 0.00884956
-you [X][X] the Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 1 ||| 1-3 ||| 0.00884956 0.00884956
-you [X][X] Governor [X] ||| , die Sie [X][X] Gouverneur [X] ||| 1 ||| 1-3 ||| 0.00884956 0.00884956
-you represent [X][X] and [X][X] [X] ||| , die Sie vertreten [X][X] und [X][X] [X] ||| 1 ||| 2-4 4-6 ||| 0.00884956 0.00884956
-you represent [X][X] to [X][X] [X] ||| , die Sie vertreten [X][X] [X][X] [X] ||| 1 ||| 2-4 4-5 ||| 0.00884956 0.00884956
-you represent [X][X] the Governor [X] ||| , die Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| 2-4 ||| 0.00884956 0.00884956
-you represent [X][X] Governor [X] ||| , die Sie vertreten [X][X] Gouverneur [X] ||| 1 ||| 2-4 ||| 0.00884956 0.00884956
-you represent , [X][X] Governor [X] ||| , die Sie vertreten , [X][X] Gouverneur [X] ||| 1 ||| 3-5 ||| 0.00884956 0.00884956
-to order [X][X] to [X][X] [X] ||| zur [X][X] zur [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0769231 0.0769231
-to order [X][X] reprieve the [X] ||| zur [X][X] Begnadigung des [X] ||| 1 ||| 2-1 ||| 0.0769231 0.0769231
-to order [X][X] the [X] ||| zur [X][X] des [X] ||| 1 ||| 2-1 ||| 0.0769231 0.0769231
-[X][X] and [X][X] condemned person [X] ||| [X][X] und [X][X] Verurteilten [X] ||| 1 ||| 0-0 2-2 ||| 0.0666667 0.0666667
-[X][X] and to reprieve [X][X] [X] ||| [X][X] und zur Begnadigung [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0666667 0.0666667
-[X][X] to [X][X] condemned person [X] ||| [X][X] zur [X][X] Verurteilten [X] ||| 1 ||| 0-0 2-2 ||| 0.0666667 0.0666667
-[X][X] to reprieve [X][X] [X] ||| [X][X] zur Begnadigung [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0666667 0.0666667
-[X][X] to reprieve the [X][X] [X] ||| [X][X] zur Begnadigung des [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0666667 0.0666667
-all [X] ||| all [X] ||| 1 ||| ||| 1 1
-this [X] ||| dies [X] ||| 1 ||| ||| 1 1
-the [X] ||| den [X] ||| 1 ||| ||| 1 1
-principles [X] ||| Grundsätzen [X] ||| 1 ||| ||| 1 1
-we [X] ||| wir [X] ||| 1 ||| ||| 1 1
-always [X] ||| stets [X] ||| 1 ||| ||| 1 1
-upheld [X] ||| verteidigt [X] ||| 1 ||| ||| 1 1
-have [X] ||| haben [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-the principles [X] ||| den Grundsätzen [X] ||| 1 ||| ||| 1 1
-that [X] ||| , die [X] ||| 1 ||| ||| 1 1
-always upheld [X] ||| stets verteidigt [X] ||| 1 ||| ||| 1 1
-principles that [X] ||| Grundsätzen , die [X] ||| 1 ||| ||| 1 1
-that we [X] ||| , die wir [X] ||| 1 ||| ||| 1 1
-have always upheld [X] ||| stets verteidigt haben [X] ||| 1 ||| ||| 0.5 0.5
-have [X][X] [X] ||| [X][X] haben [X] ||| 1 ||| 1-0 ||| 0.5 0.5
-[X][X] the [X] ||| [X][X] den [X] ||| 1 ||| 0-0 ||| 1 1
-the principles that [X] ||| den Grundsätzen , die [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] that [X] ||| [X][X] , die [X] ||| 1 ||| 0-0 ||| 0.583333 0.583333
-the [X][X] [X] ||| den [X][X] [X] ||| 1 ||| 1-1 ||| 0.608824 0.608824
-principles that we [X] ||| Grundsätzen , die wir [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] we [X] ||| [X][X] wir [X] ||| 1 ||| 0-0 ||| 0.625 0.625
-principles [X][X] [X] ||| Grundsätzen [X][X] [X] ||| 1 ||| 1-1 ||| 0.501166 0.501166
-we have always upheld [X] ||| wir stets verteidigt haben [X] ||| 1 ||| ||| 0.333333 0.333333
-we have [X][X] [X] ||| wir [X][X] haben [X] ||| 1 ||| 2-1 ||| 0.333333 0.333333
-we [X][X] [X] ||| wir [X][X] [X] ||| 1 ||| 1-1 ||| 0.533333 0.533333
-have always upheld . [X] ||| stets verteidigt haben . [X] ||| 1 ||| ||| 0.333333 0.333333
-have [X][X] . [X] ||| [X][X] haben . [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.785256 0.785256
-[X][X] the principles [X] ||| [X][X] den Grundsätzen [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-[X][X] principles [X] ||| [X][X] Grundsätzen [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-the principles that we [X] ||| den Grundsätzen , die wir [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] that we [X] ||| [X][X] , die wir [X] ||| 1 ||| 0-0 ||| 0.291667 0.291667
-the [X][X] we [X] ||| den [X][X] wir [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-the principles [X][X] [X] ||| den Grundsätzen [X][X] [X] ||| 1 ||| 2-2 ||| 0.27549 0.27549
-we have always upheld . [X] ||| wir stets verteidigt haben . [X] ||| 1 ||| ||| 0.2 0.2
-we have [X][X] . [X] ||| wir [X][X] haben . [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-we [X][X] . [X] ||| wir [X][X] . [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-that we have always upheld [X] ||| , die wir stets verteidigt haben [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] have always upheld [X] ||| [X][X] stets verteidigt haben [X] ||| 1 ||| 0-0 ||| 0.316399 0.316399
-[X][X] have [X][X] [X] ||| [X][X] [X][X] haben [X] ||| 1 ||| 0-0 2-1 ||| 0.316399 0.316399
-that [X][X] [X] ||| , die [X][X] [X] ||| 1 ||| 1-2 ||| 0.291667 0.291667
-that we have [X][X] [X] ||| , die wir [X][X] haben [X] ||| 1 ||| 3-3 ||| 0.166667 0.166667
-that we [X][X] [X] ||| , die wir [X][X] [X] ||| 1 ||| 2-3 ||| 0.291667 0.291667
-[X][X] the principles that [X] ||| [X][X] den Grundsätzen , die [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-[X][X] the [X][X] [X] ||| [X][X] den [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.375 0.375
-[X][X] principles that [X] ||| [X][X] Grundsätzen , die [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-[X][X] we have always upheld [X] ||| [X][X] wir stets verteidigt haben [X] ||| 1 ||| 0-0 ||| 0.149733 0.149733
-[X][X] we have [X][X] [X] ||| [X][X] wir [X][X] haben [X] ||| 1 ||| 0-0 3-2 ||| 0.149733 0.149733
-[X][X] we [X][X] [X] ||| [X][X] wir [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.276656 0.276656
-principles [X][X] have always upheld [X] ||| Grundsätzen [X][X] stets verteidigt haben [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-principles [X][X] have [X][X] [X] ||| Grundsätzen [X][X] [X][X] haben [X] ||| 1 ||| 1-1 3-2 ||| 0.0909091 0.0909091
-principles that [X][X] [X] ||| Grundsätzen , die [X][X] [X] ||| 1 ||| 2-3 ||| 0.167832 0.167832
-principles that we have [X][X] [X] ||| Grundsätzen , die wir [X][X] haben [X] ||| 1 ||| 4-4 ||| 0.0909091 0.0909091
-principles that we [X][X] [X] ||| Grundsätzen , die wir [X][X] [X] ||| 1 ||| 3-4 ||| 0.167832 0.167832
-[X][X] have always upheld . [X] ||| [X][X] stets verteidigt haben . [X] ||| 1 ||| 0-0 ||| 0.251923 0.251923
-[X][X] have [X][X] . [X] ||| [X][X] [X][X] haben . [X] ||| 1 ||| 0-0 2-1 ||| 0.251923 0.251923
-that [X][X] . [X] ||| , die [X][X] . [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-that we have [X][X] . [X] ||| , die wir [X][X] haben . [X] ||| 1 ||| 3-3 ||| 0.125 0.125
-that we [X][X] . [X] ||| , die wir [X][X] . [X] ||| 1 ||| 2-3 ||| 0.125 0.125
-[X][X] the principles that we [X] ||| [X][X] den Grundsätzen , die wir [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-[X][X] the [X][X] we [X] ||| [X][X] den [X][X] wir [X] ||| 1 ||| 0-0 2-2 ||| 0.125 0.125
-[X][X] the principles [X][X] [X] ||| [X][X] den Grundsätzen [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.125 0.125
-[X][X] principles that we [X] ||| [X][X] Grundsätzen , die wir [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-[X][X] principles [X][X] [X] ||| [X][X] Grundsätzen [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.125 0.125
-[X][X] that [X][X] [X] ||| [X][X] , die [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.108824 0.108824
-[X][X] that we have [X][X] [X] ||| [X][X] , die wir [X][X] haben [X] ||| 1 ||| 0-0 4-4 ||| 0.0588235 0.0588235
-[X][X] that we [X][X] [X] ||| [X][X] , die wir [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.108824 0.108824
-the [X][X] we have [X][X] [X] ||| den [X][X] wir [X][X] haben [X] ||| 1 ||| 1-1 4-3 ||| 0.0588235 0.0588235
-the [X][X] we [X][X] [X] ||| den [X][X] wir [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.108824 0.108824
-the [X][X] have always upheld [X] ||| den [X][X] stets verteidigt haben [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-the [X][X] have [X][X] [X] ||| den [X][X] [X][X] haben [X] ||| 1 ||| 1-1 3-2 ||| 0.0588235 0.0588235
-the principles [X][X] have [X][X] [X] ||| den Grundsätzen [X][X] [X][X] haben [X] ||| 1 ||| 2-2 4-3 ||| 0.0588235 0.0588235
-the principles that [X][X] [X] ||| den Grundsätzen , die [X][X] [X] ||| 1 ||| 3-4 ||| 0.108824 0.108824
-the principles that we [X][X] [X] ||| den Grundsätzen , die wir [X][X] [X] ||| 1 ||| 4-5 ||| 0.108824 0.108824
-[X][X] we have [X][X] . [X] ||| [X][X] wir [X][X] haben . [X] ||| 1 ||| 0-0 3-2 ||| 0.126923 0.126923
-[X][X] we [X][X] . [X] ||| [X][X] wir [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.126923 0.126923
-principles [X][X] have [X][X] . [X] ||| Grundsätzen [X][X] [X][X] haben . [X] ||| 1 ||| 1-1 3-2 ||| 0.0769231 0.0769231
-principles [X][X] . [X] ||| Grundsätzen [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-principles that [X][X] . [X] ||| Grundsätzen , die [X][X] . [X] ||| 1 ||| 2-3 ||| 0.0769231 0.0769231
-principles that we [X][X] . [X] ||| Grundsätzen , die wir [X][X] . [X] ||| 1 ||| 3-4 ||| 0.0769231 0.0769231
-[X][X] that [X][X] . [X] ||| [X][X] , die [X][X] . [X] ||| 1 ||| 0-0 2-3 ||| 0.05 0.05
-[X][X] that we [X][X] . [X] ||| [X][X] , die wir [X][X] . [X] ||| 1 ||| 0-0 3-4 ||| 0.05 0.05
-the [X][X] we [X][X] . [X] ||| den [X][X] wir [X][X] . [X] ||| 1 ||| 1-1 3-3 ||| 0.05 0.05
-the [X][X] have [X][X] . [X] ||| den [X][X] [X][X] haben . [X] ||| 1 ||| 1-1 3-2 ||| 0.05 0.05
-the [X][X] . [X] ||| den [X][X] . [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-the principles [X][X] . [X] ||| den Grundsätzen [X][X] . [X] ||| 1 ||| 2-2 ||| 0.05 0.05
-the principles that [X][X] . [X] ||| den Grundsätzen , die [X][X] . [X] ||| 1 ||| 3-4 ||| 0.05 0.05
-it [X] ||| das [X] ||| 1 ||| ||| 1 1
-is [X] ||| ist [X] ||| 1 ||| ||| 1 1
-quite [X] ||| ganz [X] ||| 1 ||| ||| 1 1
-in [X] ||| im [X] ||| 1 ||| ||| 1 1
-keeping with [X] ||| Sinne [X] ||| 1 ||| ||| 1 1
-the [X] ||| der [X] ||| 1 ||| ||| 1 1
-positions [X] ||| Position [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 1 1
-indeed , [X] ||| , [X] ||| 1 ||| ||| 1 1
-always [X] ||| immer [X] ||| 1 ||| ||| 1 1
-has always [X] ||| immer [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-it is [X] ||| das ist [X] ||| 1 ||| ||| 1 1
-is quite [X] ||| ist ganz [X] ||| 1 ||| ||| 1 1
-quite in [X] ||| ganz im [X] ||| 1 ||| ||| 1 1
-in keeping with [X] ||| im Sinne [X] ||| 1 ||| ||| 0.5 0.5
-in [X][X] [X] ||| im [X][X] [X] ||| 1 ||| 1-1 ||| 0.892857 0.892857
-keeping with the [X] ||| Sinne der [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] the [X] ||| [X][X] der [X] ||| 1 ||| 0-0 ||| 1.02882 1.02882
-the positions [X] ||| der Position [X] ||| 1 ||| ||| 1 1
-, [X] ||| , die [X] ||| 1 ||| ||| 1 1
-indeed , [X] ||| , die [X] ||| 1 ||| ||| 1 1
-adopted [X] ||| vertreten haben [X] ||| 1 ||| ||| 1 1
-it is quite [X] ||| das ist ganz [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] quite [X] ||| [X][X] ganz [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-it [X][X] [X] ||| das [X][X] [X] ||| 1 ||| 1-1 ||| 0.66406 0.66406
-is quite in [X] ||| ist ganz im [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] in [X] ||| [X][X] im [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-is [X][X] [X] ||| ist [X][X] [X] ||| 1 ||| 1-1 ||| 0.60049 0.60049
-quite in keeping with [X] ||| ganz im Sinne [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] keeping with [X] ||| [X][X] Sinne [X] ||| 1 ||| 0-0 ||| 0.446429 0.446429
-quite [X][X] [X] ||| ganz [X][X] [X] ||| 1 ||| 1-1 ||| 0.483766 0.483766
-quite in [X][X] [X] ||| ganz im [X][X] [X] ||| 1 ||| 2-2 ||| 0.483766 0.483766
-in keeping with the [X] ||| im Sinne der [X] ||| 1 ||| ||| 0.25 0.25
-in [X][X] the [X] ||| im [X][X] der [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-keeping with the positions [X] ||| Sinne der Position [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] the positions [X] ||| [X][X] der Position [X] ||| 1 ||| 0-0 ||| 0.58259 0.58259
-[X][X] positions [X] ||| [X][X] Position [X] ||| 1 ||| 0-0 ||| 0.58259 0.58259
-keeping with [X][X] [X] ||| Sinne [X][X] [X] ||| 1 ||| 2-1 ||| 0.25 0.25
-this House [X] ||| wir als Parlament [X] ||| 1 ||| ||| 1 1
-this House has [X] ||| wir als Parlament [X] ||| 1 ||| ||| 1 1
-always adopted [X] ||| immer vertreten haben [X] ||| 1 ||| ||| 1 1
-has always adopted [X] ||| immer vertreten haben [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] adopted [X] ||| [X][X] vertreten haben [X] ||| 1 ||| 0-0 ||| 0.742857 0.742857
-adopted . [X] ||| vertreten haben . [X] ||| 1 ||| ||| 1 1
-it is quite in [X] ||| das ist ganz im [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] quite in [X] ||| [X][X] ganz im [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-it [X][X] in [X] ||| das [X][X] im [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-it is [X][X] [X] ||| das ist [X][X] [X] ||| 1 ||| 2-2 ||| 0.330727 0.330727
-is quite in keeping with [X] ||| ist ganz im Sinne [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] in keeping with [X] ||| [X][X] im Sinne [X] ||| 1 ||| 0-0 ||| 0.196429 0.196429
-[X][X] in [X][X] [X] ||| [X][X] im [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.431217 0.431217
-is [X][X] keeping with [X] ||| ist [X][X] Sinne [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-is quite [X][X] [X] ||| ist ganz [X][X] [X] ||| 1 ||| 2-2 ||| 0.267157 0.267157
-is quite in [X][X] [X] ||| ist ganz im [X][X] [X] ||| 1 ||| 3-3 ||| 0.267157 0.267157
-quite in keeping with the [X] ||| ganz im Sinne der [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] keeping with the [X] ||| [X][X] Sinne der [X] ||| 1 ||| 0-0 ||| 0.278822 0.278822
-quite [X][X] the [X] ||| ganz [X][X] der [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-quite in [X][X] the [X] ||| ganz im [X][X] der [X] ||| 1 ||| 2-2 ||| 0.142857 0.142857
-in keeping with the positions [X] ||| im Sinne der Position [X] ||| 1 ||| ||| 0.142857 0.142857
-in [X][X] the positions [X] ||| im [X][X] der Position [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-in [X][X] positions [X] ||| im [X][X] Position [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-in keeping with [X][X] [X] ||| im Sinne [X][X] [X] ||| 1 ||| 3-2 ||| 0.142857 0.142857
-this House [X] ||| die wir als Parlament [X] ||| 1 ||| ||| 1 1
-this House has [X] ||| die wir als Parlament [X] ||| 1 ||| ||| 1 1
-this House has always [X] ||| wir als Parlament immer [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] has always [X] ||| [X][X] immer [X] ||| 1 ||| 0-0 ||| 0.416667 0.416667
-[X][X] always [X] ||| [X][X] immer [X] ||| 1 ||| 0-0 ||| 0.416667 0.416667
-this House [X][X] [X] ||| wir als Parlament [X][X] [X] ||| 1 ||| 2-3 ||| 0.46978 0.46978
-always adopted . [X] ||| immer vertreten haben . [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.660256 0.660256
-always [X][X] [X] ||| immer [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-has always adopted . [X] ||| immer vertreten haben . [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] adopted . [X] ||| [X][X] vertreten haben . [X] ||| 1 ||| 0-0 ||| 0.326923 0.326923
-has [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-has always [X][X] [X] ||| immer [X][X] [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-[X][X] quite in keeping with [X] ||| [X][X] ganz im Sinne [X] ||| 1 ||| 0-0 ||| 0.0714286 0.0714286
-[X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.16406 0.16406
-[X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.16406 0.16406
-it [X][X] in keeping with [X] ||| das [X][X] im Sinne [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.16406 0.16406
-it [X][X] keeping with [X] ||| das [X][X] Sinne [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-it is [X][X] keeping with [X] ||| das ist [X][X] Sinne [X] ||| 1 ||| 2-2 ||| 0.0714286 0.0714286
-it is quite [X][X] [X] ||| das ist ganz [X][X] [X] ||| 1 ||| 3-3 ||| 0.16406 0.16406
-it is quite in [X][X] [X] ||| das ist ganz im [X][X] [X] ||| 1 ||| 4-4 ||| 0.16406 0.16406
-[X][X] in keeping with the [X] ||| [X][X] im Sinne der [X] ||| 1 ||| 0-0 ||| 0.135965 0.135965
-[X][X] in [X][X] the [X] ||| [X][X] im [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.135965 0.135965
-is [X][X] keeping with the [X] ||| ist [X][X] Sinne der [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-is [X][X] the [X] ||| ist [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-is quite [X][X] the [X] ||| ist ganz [X][X] der [X] ||| 1 ||| 2-2 ||| 0.0833333 0.0833333
-is quite in [X][X] the [X] ||| ist ganz im [X][X] der [X] ||| 1 ||| 3-3 ||| 0.0833333 0.0833333
-[X][X] keeping with the positions [X] ||| [X][X] Sinne der Position [X] ||| 1 ||| 0-0 ||| 0.189733 0.189733
-[X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.189733 0.189733
-quite [X][X] the positions [X] ||| ganz [X][X] der Position [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-quite [X][X] positions [X] ||| ganz [X][X] Position [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-quite in [X][X] the positions [X] ||| ganz im [X][X] der Position [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-quite in [X][X] positions [X] ||| ganz im [X][X] Position [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-quite in keeping with [X][X] [X] ||| ganz im Sinne [X][X] [X] ||| 1 ||| 4-3 ||| 0.0909091 0.0909091
-this House has always [X] ||| die wir als Parlament immer [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] has always [X] ||| die [X][X] immer [X] ||| 1 ||| 0-1 ||| 0.166667 0.166667
-[X][X] always [X] ||| die [X][X] immer [X] ||| 1 ||| 0-1 ||| 0.166667 0.166667
-this House [X][X] [X] ||| die wir als Parlament [X][X] [X] ||| 1 ||| 2-4 ||| 0.316667 0.316667
-[X][X] quite [X][X] the [X] ||| [X][X] ganz [X][X] der [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] quite in [X][X] the [X] ||| [X][X] ganz im [X][X] der [X] ||| 1 ||| 0-0 3-3 ||| 0.0526316 0.0526316
-it [X][X] in [X][X] the [X] ||| das [X][X] im [X][X] der [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0526316
-it [X][X] keeping with the [X] ||| das [X][X] Sinne der [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-it [X][X] the [X] ||| das [X][X] der [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-it is [X][X] the [X] ||| das ist [X][X] der [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-it is quite [X][X] the [X] ||| das ist ganz [X][X] der [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-[X][X] in [X][X] the positions [X] ||| [X][X] im [X][X] der Position [X] ||| 1 ||| 0-0 2-2 ||| 0.0988235 0.0988235
-[X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position [X] ||| 1 ||| 0-0 2-2 ||| 0.0988235 0.0988235
-[X][X] in keeping with [X][X] [X] ||| [X][X] im Sinne [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.0988235 0.0988235
-is [X][X] keeping with [X][X] [X] ||| ist [X][X] Sinne [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.0588235 0.0588235
-is [X][X] the positions [X] ||| ist [X][X] der Position [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-is [X][X] positions [X] ||| ist [X][X] Position [X] ||| 1 ||| 1-1 ||| 0.0588235 0.0588235
-is quite [X][X] the positions [X] ||| ist ganz [X][X] der Position [X] ||| 1 ||| 2-2 ||| 0.0588235 0.0588235
-is quite [X][X] positions [X] ||| ist ganz [X][X] Position [X] ||| 1 ||| 2-2 ||| 0.0588235 0.0588235
-is quite in [X][X] positions [X] ||| ist ganz im [X][X] Position [X] ||| 1 ||| 3-3 ||| 0.0588235 0.0588235
-this House has always adopted [X] ||| wir als Parlament immer vertreten haben [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] has always adopted [X] ||| [X][X] immer vertreten haben [X] ||| 1 ||| 0-0 ||| 0.242857 0.242857
-[X][X] always adopted [X] ||| [X][X] immer vertreten haben [X] ||| 1 ||| 0-0 ||| 0.242857 0.242857
-this House [X][X] adopted [X] ||| wir als Parlament [X][X] vertreten haben [X] ||| 1 ||| 2-3 ||| 0.142857 0.142857
-this House has [X][X] [X] ||| wir als Parlament [X][X] [X] ||| 1 ||| 3-3 ||| 0.21978 0.21978
-[X][X] quite [X][X] the positions [X] ||| [X][X] ganz [X][X] der Position [X] ||| 1 ||| 0-0 2-2 ||| 0.04 0.04
-[X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position [X] ||| 1 ||| 0-0 2-2 ||| 0.04 0.04
-[X][X] quite in [X][X] positions [X] ||| [X][X] ganz im [X][X] Position [X] ||| 1 ||| 0-0 3-3 ||| 0.04 0.04
-it [X][X] in [X][X] positions [X] ||| das [X][X] im [X][X] Position [X] ||| 1 ||| 1-1 3-3 ||| 0.04 0.04
-it [X][X] keeping with [X][X] [X] ||| das [X][X] Sinne [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.04 0.04
-it [X][X] the positions [X] ||| das [X][X] der Position [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-it [X][X] positions [X] ||| das [X][X] Position [X] ||| 1 ||| 1-1 ||| 0.04 0.04
-it is [X][X] the positions [X] ||| das ist [X][X] der Position [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-it is [X][X] positions [X] ||| das ist [X][X] Position [X] ||| 1 ||| 2-2 ||| 0.04 0.04
-it is quite [X][X] positions [X] ||| das ist ganz [X][X] Position [X] ||| 1 ||| 3-3 ||| 0.04 0.04
-this House has always adopted [X] ||| die wir als Parlament immer vertreten haben [X] ||| 1 ||| ||| 0.1 0.1
-[X][X] has always adopted [X] ||| die [X][X] immer vertreten haben [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-[X][X] always adopted [X] ||| die [X][X] immer vertreten haben [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-[X][X] adopted [X] ||| die [X][X] vertreten haben [X] ||| 1 ||| 0-1 ||| 0.1 0.1
-this House [X][X] adopted [X] ||| die wir als Parlament [X][X] vertreten haben [X] ||| 1 ||| 2-4 ||| 0.1 0.1
-this House has [X][X] [X] ||| die wir als Parlament [X][X] [X] ||| 1 ||| 3-4 ||| 0.15 0.15
-[X][X] has always adopted . [X] ||| [X][X] immer vertreten haben . [X] ||| 1 ||| 0-0 ||| 0.126923 0.126923
-[X][X] has [X][X] . [X] ||| [X][X] [X][X] . [X] ||| 1 ||| 0-0 2-1 ||| 0.126923 0.126923
-[X][X] has always [X][X] [X] ||| [X][X] immer [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.126923 0.126923
-[X][X] always adopted . [X] ||| [X][X] immer vertreten haben . [X] ||| 1 ||| 0-0 ||| 0.126923 0.126923
-[X][X] always [X][X] [X] ||| [X][X] immer [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.126923 0.126923
-this House [X][X] adopted . [X] ||| wir als Parlament [X][X] vertreten haben . [X] ||| 1 ||| 2-3 ||| 0.0769231 0.0769231
-this House has [X][X] . [X] ||| wir als Parlament [X][X] . [X] ||| 1 ||| 3-3 ||| 0.0769231 0.0769231
-this House [X][X] . [X] ||| wir als Parlament [X][X] . [X] ||| 1 ||| 2-3 ||| 0.0769231 0.0769231
-this House has always [X][X] [X] ||| wir als Parlament immer [X][X] [X] ||| 1 ||| 4-4 ||| 0.0769231 0.0769231
-, [X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position , [X] ||| 1 ||| 1-0 3-2 ||| 0.0625 0.0625
-, [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , [X] ||| 1 ||| 1-0 3-2 ||| 0.0625 0.0625
-, [X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] , [X] ||| 1 ||| 1-0 4-3 ||| 0.0625 0.0625
-, [X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position , [X] ||| 1 ||| 1-0 3-2 ||| 0.0625 0.0625
-, [X][X] in [X][X] [X] ||| [X][X] im [X][X] , [X] ||| 1 ||| 1-0 3-2 ||| 0.0625 0.0625
-, [X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] , [X] ||| 1 ||| 1-0 4-2 ||| 0.0625 0.0625
-, [X][X] the positions [X] ||| [X][X] der Position , [X] ||| 1 ||| 1-0 ||| 0.0625 0.0625
-, [X][X] positions [X] ||| [X][X] Position , [X] ||| 1 ||| 1-0 ||| 0.0625 0.0625
-, [X][X] [X] ||| [X][X] , [X] ||| 1 ||| 1-0 ||| 0.0625 0.0625
-, it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] , [X] ||| 1 ||| 2-1 4-3 ||| 0.0625 0.0625
-, it [X][X] the positions [X] ||| das [X][X] der Position , [X] ||| 1 ||| 2-1 ||| 0.0625 0.0625
-, it [X][X] positions [X] ||| das [X][X] Position , [X] ||| 1 ||| 2-1 ||| 0.0625 0.0625
-, it [X][X] [X] ||| das [X][X] , [X] ||| 1 ||| 2-1 ||| 0.0625 0.0625
-, it is [X][X] positions [X] ||| das ist [X][X] Position , [X] ||| 1 ||| 3-2 ||| 0.0625 0.0625
-, it is [X][X] [X] ||| das ist [X][X] , [X] ||| 1 ||| 3-2 ||| 0.0625 0.0625
-, it is quite [X][X] [X] ||| das ist ganz [X][X] , [X] ||| 1 ||| 4-3 ||| 0.0625 0.0625
-indeed , [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , [X] ||| 1 ||| 2-0 4-2 ||| 0.0714286 0.0714286
-indeed , [X][X] in [X][X] [X] ||| [X][X] im [X][X] , [X] ||| 1 ||| 2-0 4-2 ||| 0.0714286 0.0714286
-indeed , [X][X] the positions [X] ||| [X][X] der Position , [X] ||| 1 ||| 2-0 ||| 0.0714286 0.0714286
-indeed , [X][X] positions [X] ||| [X][X] Position , [X] ||| 1 ||| 2-0 ||| 0.0714286 0.0714286
-indeed , [X][X] [X] ||| [X][X] , [X] ||| 1 ||| 2-0 ||| 0.0714286 0.0714286
-[X][X] it [X][X] the positions [X] ||| das [X][X] der Position [X][X] [X] ||| 1 ||| 2-1 0-4 ||| 0.121429 0.121429
-indeed , it [X][X] positions [X] ||| das [X][X] Position , [X] ||| 1 ||| 3-1 ||| 0.0714286 0.0714286
-[X][X] it [X][X] positions [X] ||| das [X][X] Position [X][X] [X] ||| 1 ||| 2-1 0-3 ||| 0.121429 0.121429
-indeed , it [X][X] [X] ||| das [X][X] , [X] ||| 1 ||| 3-1 ||| 0.0714286 0.0714286
-[X][X] it [X][X] [X] ||| das [X][X] [X][X] [X] ||| 1 ||| 2-1 0-2 ||| 0.121429 0.121429
-[X][X] it is [X][X] positions [X] ||| das ist [X][X] Position [X][X] [X] ||| 1 ||| 3-2 0-4 ||| 0.121429 0.121429
-indeed , it is [X][X] [X] ||| das ist [X][X] , [X] ||| 1 ||| 4-2 ||| 0.0714286 0.0714286
-[X][X] it is [X][X] [X] ||| das ist [X][X] [X][X] [X] ||| 1 ||| 3-2 0-3 ||| 0.121429 0.121429
-[X][X] it is quite [X][X] [X] ||| das ist ganz [X][X] [X][X] [X] ||| 1 ||| 4-3 0-4 ||| 0.121429 0.121429
-[X][X] has always adopted . [X] ||| die [X][X] immer vertreten haben . [X] ||| 1 ||| 0-1 ||| 0.05 0.05
-[X][X] has [X][X] . [X] ||| die [X][X] [X][X] . [X] ||| 1 ||| 0-1 2-2 ||| 0.05 0.05
-[X][X] has always [X][X] [X] ||| die [X][X] immer [X][X] [X] ||| 1 ||| 0-1 3-3 ||| 0.05 0.05
-[X][X] always adopted . [X] ||| die [X][X] immer vertreten haben . [X] ||| 1 ||| 0-1 ||| 0.05 0.05
-[X][X] always [X][X] [X] ||| die [X][X] immer [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.05 0.05
-[X][X] adopted . [X] ||| die [X][X] vertreten haben . [X] ||| 1 ||| 0-1 ||| 0.05 0.05
-[X][X] . [X] ||| die [X][X] . [X] ||| 1 ||| 0-1 ||| 0.05 0.05
-this House [X][X] adopted . [X] ||| die wir als Parlament [X][X] vertreten haben . [X] ||| 1 ||| 2-4 ||| 0.05 0.05
-this House has [X][X] . [X] ||| die wir als Parlament [X][X] . [X] ||| 1 ||| 3-4 ||| 0.05 0.05
-this House [X][X] . [X] ||| die wir als Parlament [X][X] . [X] ||| 1 ||| 2-4 ||| 0.05 0.05
-this House has always [X][X] [X] ||| die wir als Parlament immer [X][X] [X] ||| 1 ||| 4-5 ||| 0.05 0.05
-, [X][X] quite [X][X] positions [X] ||| [X][X] ganz [X][X] Position , die [X] ||| 1 ||| 1-0 3-2 ||| 0.0625 0.0625
-, [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , die [X] ||| 1 ||| 1-0 3-2 ||| 0.0625 0.0625
-, [X][X] quite in [X][X] [X] ||| [X][X] ganz im [X][X] , die [X] ||| 1 ||| 1-0 4-3 ||| 0.0625 0.0625
-, [X][X] in [X][X] positions [X] ||| [X][X] im [X][X] Position , die [X] ||| 1 ||| 1-0 3-2 ||| 0.0625 0.0625
-, [X][X] in [X][X] [X] ||| [X][X] im [X][X] , die [X] ||| 1 ||| 1-0 3-2 ||| 0.0625 0.0625
-, [X][X] keeping with [X][X] [X] ||| [X][X] Sinne [X][X] , die [X] ||| 1 ||| 1-0 4-2 ||| 0.0625 0.0625
-, [X][X] the positions [X] ||| [X][X] der Position , die [X] ||| 1 ||| 1-0 ||| 0.0625 0.0625
-, [X][X] positions [X] ||| [X][X] Position , die [X] ||| 1 ||| 1-0 ||| 0.0625 0.0625
-, [X][X] [X] ||| [X][X] , die [X] ||| 1 ||| 1-0 ||| 0.0625 0.0625
-, it [X][X] in [X][X] [X] ||| das [X][X] im [X][X] , die [X] ||| 1 ||| 2-1 4-3 ||| 0.0625 0.0625
-, it [X][X] the positions [X] ||| das [X][X] der Position , die [X] ||| 1 ||| 2-1 ||| 0.0625 0.0625
-, it [X][X] positions [X] ||| das [X][X] Position , die [X] ||| 1 ||| 2-1 ||| 0.0625 0.0625
-, it [X][X] [X] ||| das [X][X] , die [X] ||| 1 ||| 2-1 ||| 0.0625 0.0625
-, it is [X][X] positions [X] ||| das ist [X][X] Position , die [X] ||| 1 ||| 3-2 ||| 0.0625 0.0625
-, it is [X][X] [X] ||| das ist [X][X] , die [X] ||| 1 ||| 3-2 ||| 0.0625 0.0625
-, it is quite [X][X] [X] ||| das ist ganz [X][X] , die [X] ||| 1 ||| 4-3 ||| 0.0625 0.0625
-indeed , [X][X] quite [X][X] [X] ||| [X][X] ganz [X][X] , die [X] ||| 1 ||| 2-0 4-2 ||| 0.05 0.05
-indeed , [X][X] in [X][X] [X] ||| [X][X] im [X][X] , die [X] ||| 1 ||| 2-0 4-2 ||| 0.05 0.05
-indeed , [X][X] the positions [X] ||| [X][X] der Position , die [X] ||| 1 ||| 2-0 ||| 0.05 0.05
-indeed , [X][X] positions [X] ||| [X][X] Position , die [X] ||| 1 ||| 2-0 ||| 0.05 0.05
-indeed , [X][X] [X] ||| [X][X] , die [X] ||| 1 ||| 2-0 ||| 0.05 0.05
-[X][X] it [X][X] the positions [X] ||| das [X][X] der Position [X][X] die [X] ||| 1 ||| 2-1 0-4 ||| 0.05 0.05
-indeed , it [X][X] positions [X] ||| das [X][X] Position , die [X] ||| 1 ||| 3-1 ||| 0.05 0.05
-[X][X] it [X][X] positions [X] ||| das [X][X] Position [X][X] die [X] ||| 1 ||| 2-1 0-3 ||| 0.05 0.05
-indeed , it [X][X] [X] ||| das [X][X] , die [X] ||| 1 ||| 3-1 ||| 0.05 0.05
-[X][X] it [X][X] [X] ||| das [X][X] [X][X] die [X] ||| 1 ||| 2-1 0-2 ||| 0.05 0.05
-[X][X] it is [X][X] positions [X] ||| das ist [X][X] Position [X][X] die [X] ||| 1 ||| 3-2 0-4 ||| 0.05 0.05
-indeed , it is [X][X] [X] ||| das ist [X][X] , die [X] ||| 1 ||| 4-2 ||| 0.05 0.05
-[X][X] it is [X][X] [X] ||| das ist [X][X] [X][X] die [X] ||| 1 ||| 3-2 0-3 ||| 0.05 0.05
-[X][X] it is quite [X][X] [X] ||| das ist ganz [X][X] [X][X] die [X] ||| 1 ||| 4-3 0-4 ||| 0.05 0.05
-Madam [X] ||| Frau [X] ||| 1 ||| ||| 1 1
-I [X] ||| ich [X] ||| 1 ||| ||| 1 1
-should like to [X] ||| möchte [X] ||| 1 ||| ||| 1 1
-to [X] ||| auf [X] ||| 1 ||| ||| 1 1
-a [X] ||| einen [X] ||| 1 ||| ||| 1 1
-case [X] ||| Fall [X] ||| 1 ||| ||| 1 1
-in [X] ||| mit [X] ||| 1 ||| ||| 1 1
-which [X] ||| dem [X] ||| 1 ||| ||| 1 1
-this [X] ||| dieses [X] ||| 1 ||| ||| 1 1
-Parliament [X] ||| Parlament [X] ||| 1 ||| ||| 1 1
-has [X] ||| hat [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-interest . [X] ||| . [X] ||| 1 ||| ||| 1 1
-an interest . [X] ||| . [X] ||| 1 ||| ||| 1 1
-President , [X] ||| Präsidentin ! [X] ||| 1 ||| ||| 1 1
-I should like to [X] ||| ich möchte [X] ||| 1 ||| ||| 0.5 0.5
-I [X][X] [X] ||| ich [X][X] [X] ||| 1 ||| 1-1 ||| 1.11111 1.11111
-should like to [X] ||| möchte Sie [X] ||| 1 ||| ||| 1 1
-to [X] ||| Sie auf [X] ||| 1 ||| ||| 1 1
-to a [X] ||| auf einen [X] ||| 1 ||| ||| 1 1
-a case [X] ||| einen Fall [X] ||| 1 ||| ||| 1 1
-draw your attention [X] ||| aufmerksam machen [X] ||| 1 ||| ||| 1 1
-in [X] ||| , mit [X] ||| 1 ||| ||| 1 1
-in which [X] ||| mit dem [X] ||| 1 ||| ||| 1 1
-which [X] ||| dem sich [X] ||| 1 ||| ||| 1 1
-this [X] ||| sich dieses [X] ||| 1 ||| ||| 1 1
-this Parliament [X] ||| dieses Parlament [X] ||| 1 ||| ||| 1 1
-Madam President , [X] ||| Frau Präsidentin ! [X] ||| 1 ||| ||| 0.5 0.5
-Madam [X][X] [X] ||| Frau [X][X] [X] ||| 1 ||| 1-1 ||| 0.951923 0.951923
-President , I [X] ||| Präsidentin ! ich [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] I [X] ||| [X][X] ich [X] ||| 1 ||| 0-0 ||| 0.75 0.75
-I should like to [X] ||| ich möchte Sie [X] ||| 1 ||| ||| 0.333333 0.333333
-I [X][X] [X] ||| ich [X][X] Sie [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-to a [X] ||| Sie auf einen [X] ||| 1 ||| ||| 1 1
-to a case [X] ||| auf einen Fall [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] case [X] ||| [X][X] Fall [X] ||| 1 ||| 0-0 ||| 0.583333 0.583333
-to [X][X] [X] ||| auf [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-draw your attention [X] ||| aufmerksam machen , [X] ||| 1 ||| ||| 1 1
-in which [X] ||| , mit dem [X] ||| 1 ||| ||| 2 1
-in which [X] ||| mit dem sich [X] ||| 1 ||| ||| 2 1
-which this [X] ||| dem sich dieses [X] ||| 1 ||| ||| 1 1
-this Parliament [X] ||| sich dieses Parlament [X] ||| 1 ||| ||| 1 1
-consistently shown [X] ||| immer wieder befaßt [X] ||| 1 ||| ||| 1 1
-consistently shown an [X] ||| immer wieder befaßt [X] ||| 1 ||| ||| 1 1
-consistently shown an interest [X] ||| immer wieder befaßt [X] ||| 1 ||| ||| 1 1
-Madam President , I [X] ||| Frau Präsidentin ! ich [X] ||| 1 ||| ||| 0.25 0.25
-Madam [X][X] I [X] ||| Frau [X][X] ich [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-[X][X] I should like to [X] ||| [X][X] ich möchte [X] ||| 1 ||| 0-0 ||| 0.325 0.325
-[X][X] I [X][X] [X] ||| [X][X] ich [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.526923 0.526923
-[X][X] should like to [X] ||| [X][X] möchte [X] ||| 1 ||| 0-0 ||| 0.325 0.325
-President , [X][X] [X] ||| Präsidentin ! [X][X] [X] ||| 1 ||| 2-2 ||| 0.325 0.325
-President , I [X][X] [X] ||| Präsidentin ! ich [X][X] [X] ||| 1 ||| 3-3 ||| 0.325 0.325
-to a case [X] ||| Sie auf einen Fall [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] case [X] ||| Sie [X][X] Fall [X] ||| 1 ||| 0-1 ||| 0.25 0.25
-to [X][X] [X] ||| Sie auf [X][X] [X] ||| 1 ||| 1-2 ||| 0.25 0.25
-in which [X] ||| , mit dem sich [X] ||| 1 ||| ||| 1 1
-in which this [X] ||| mit dem sich dieses [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] this [X] ||| [X][X] sich dieses [X] ||| 1 ||| 0-0 ||| 1.03333 0.516667
-[X][X] this [X] ||| [X][X] dieses [X] ||| 1 ||| 0-0 ||| 1.03333 0.516667
-in [X][X] [X] ||| mit [X][X] [X] ||| 1 ||| 1-1 ||| 0.50204 0.50204
-which this Parliament [X] ||| dem sich dieses Parlament [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] Parliament [X] ||| [X][X] Parlament [X] ||| 1 ||| 0-0 ||| 0.465909 0.465909
-which [X][X] [X] ||| dem [X][X] [X] ||| 1 ||| 1-1 ||| 0.89762 0.44881
-which [X][X] [X] ||| dem sich [X][X] [X] ||| 1 ||| 1-2 ||| 0.89762 0.44881
-has consistently shown [X] ||| immer wieder befaßt hat [X] ||| 1 ||| ||| 0.5 0.5
-has [X][X] [X] ||| [X][X] hat [X] ||| 1 ||| 1-0 ||| 1.08333 1.08333
-has consistently shown an [X] ||| immer wieder befaßt hat [X] ||| 1 ||| ||| 0.333333 0.333333
-has [X][X] an [X] ||| [X][X] hat [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-has consistently shown an interest [X] ||| immer wieder befaßt hat [X] ||| 1 ||| ||| 0.25 0.25
-has [X][X] an interest [X] ||| [X][X] hat [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-has [X][X] interest [X] ||| [X][X] hat [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-Madam [X][X] I [X][X] [X] ||| Frau [X][X] ich [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.201923 0.201923
-Madam [X][X] should like to [X] ||| Frau [X][X] möchte [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-Madam President , [X][X] [X] ||| Frau Präsidentin ! [X][X] [X] ||| 1 ||| 3-3 ||| 0.201923 0.201923
-Madam President , I [X][X] [X] ||| Frau Präsidentin ! ich [X][X] [X] ||| 1 ||| 4-4 ||| 0.201923 0.201923
-[X][X] I should like to [X] ||| [X][X] ich möchte Sie [X] ||| 1 ||| 0-0 ||| 0.201923 0.201923
-[X][X] I [X][X] [X] ||| [X][X] ich [X][X] Sie [X] ||| 1 ||| 0-0 2-2 ||| 0.201923 0.201923
-[X][X] should like to [X] ||| [X][X] möchte Sie [X] ||| 1 ||| 0-0 ||| 0.201923 0.201923
-President , [X][X] [X] ||| Präsidentin ! [X][X] Sie [X] ||| 1 ||| 2-2 ||| 0.125 0.125
-President , I [X][X] [X] ||| Präsidentin ! ich [X][X] Sie [X] ||| 1 ||| 3-3 ||| 0.125 0.125
-draw your attention [X][X] case [X] ||| [X][X] Fall aufmerksam machen [X] ||| 1 ||| 3-0 ||| 0.342857 0.342857
-draw your attention [X][X] [X] ||| [X][X] aufmerksam machen [X] ||| 1 ||| 3-0 ||| 0.342857 0.342857
-draw your attention to [X][X] [X] ||| auf [X][X] aufmerksam machen [X] ||| 1 ||| 4-1 ||| 0.2 0.2
-[X][X] to [X][X] [X] ||| auf [X][X] [X][X] [X] ||| 1 ||| 2-1 0-2 ||| 0.342857 0.342857
-[X][X] to a case [X] ||| auf einen Fall [X][X] [X] ||| 1 ||| 0-3 ||| 0.342857 0.342857
-in which this [X] ||| , mit dem sich dieses [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] this [X] ||| , [X][X] sich dieses [X] ||| 1 ||| 0-1 ||| 0.333334 0.166667
-[X][X] this [X] ||| , [X][X] dieses [X] ||| 1 ||| 0-1 ||| 0.333334 0.166667
-in [X][X] [X] ||| , mit [X][X] [X] ||| 1 ||| 1-2 ||| 0.324828 0.324828
-in which this Parliament [X] ||| mit dem sich dieses Parlament [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] this Parliament [X] ||| [X][X] sich dieses Parlament [X] ||| 1 ||| 0-0 ||| 0.431818 0.215909
-[X][X] this Parliament [X] ||| [X][X] dieses Parlament [X] ||| 1 ||| 0-0 ||| 0.431818 0.215909
-in [X][X] Parliament [X] ||| mit [X][X] Parlament [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-in which [X][X] [X] ||| mit dem [X][X] [X] ||| 1 ||| 2-2 ||| 0.50408 0.25204
-in which [X][X] [X] ||| mit dem sich [X][X] [X] ||| 1 ||| 2-3 ||| 0.50408 0.25204
-Parliament has consistently shown [X] ||| Parlament immer wieder befaßt hat [X] ||| 1 ||| ||| 0.333333 0.333333
-Parliament has [X][X] [X] ||| Parlament [X][X] hat [X] ||| 1 ||| 2-1 ||| 0.7 0.7
-Parliament [X][X] [X] ||| Parlament [X][X] [X] ||| 1 ||| 1-1 ||| 0.783333 0.783333
-Parliament has consistently shown an [X] ||| Parlament immer wieder befaßt hat [X] ||| 1 ||| ||| 0.2 0.2
-Parliament has [X][X] an [X] ||| Parlament [X][X] hat [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-Parliament [X][X] an [X] ||| Parlament [X][X] [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-Parliament has [X][X] an interest [X] ||| Parlament [X][X] hat [X] ||| 1 ||| 2-1 ||| 0.166667 0.166667
-Parliament has [X][X] interest [X] ||| Parlament [X][X] hat [X] ||| 1 ||| 2-1 ||| 0.166667 0.166667
-Parliament [X][X] an interest [X] ||| Parlament [X][X] [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-Parliament [X][X] interest [X] ||| Parlament [X][X] [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-has [X][X] an interest . [X] ||| [X][X] hat . [X] ||| 1 ||| 1-0 ||| 0.111111 0.111111
-has [X][X] an [X][X] [X] ||| [X][X] hat [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.111111 0.111111
-has [X][X] interest . [X] ||| [X][X] hat . [X] ||| 1 ||| 1-0 ||| 0.111111 0.111111
-has [X][X] . [X] ||| [X][X] hat . [X] ||| 1 ||| 1-0 ||| 0.111111 0.111111
-[X][X] an interest . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.363754 0.363754
-[X][X] interest . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.363754 0.363754
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.363754 0.363754
-has consistently shown an [X][X] [X] ||| immer wieder befaßt hat [X][X] [X] ||| 1 ||| 4-4 ||| 0.111111 0.111111
-has consistently shown [X][X] [X] ||| immer wieder befaßt hat [X][X] [X] ||| 1 ||| 3-4 ||| 0.111111 0.111111
-Madam [X][X] I [X][X] [X] ||| Frau [X][X] ich [X][X] Sie [X] ||| 1 ||| 1-1 3-3 ||| 0.0769231 0.0769231
-Madam [X][X] should like to [X] ||| Frau [X][X] möchte Sie [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-Madam [X][X] [X] ||| Frau [X][X] Sie [X] ||| 1 ||| 1-1 ||| 0.0769231 0.0769231
-Madam President , [X][X] [X] ||| Frau Präsidentin ! [X][X] Sie [X] ||| 1 ||| 3-3 ||| 0.0769231 0.0769231
-Madam President , I [X][X] [X] ||| Frau Präsidentin ! ich [X][X] Sie [X] ||| 1 ||| 4-4 ||| 0.0769231 0.0769231
-draw your attention [X][X] case [X] ||| Sie [X][X] Fall aufmerksam machen [X] ||| 1 ||| 3-1 ||| 0.142857 0.142857
-draw your attention [X][X] [X] ||| Sie [X][X] aufmerksam machen [X] ||| 1 ||| 3-1 ||| 0.142857 0.142857
-draw your attention to [X][X] [X] ||| Sie auf [X][X] aufmerksam machen [X] ||| 1 ||| 4-2 ||| 0.142857 0.142857
-[X][X] to [X][X] [X] ||| Sie auf [X][X] [X][X] [X] ||| 1 ||| 2-2 0-3 ||| 0.253968 0.253968
-[X][X] to a case [X] ||| Sie auf einen Fall [X][X] [X] ||| 1 ||| 0-4 ||| 0.253968 0.253968
-draw your attention [X][X] case [X] ||| [X][X] Fall aufmerksam machen , [X] ||| 1 ||| 3-0 ||| 0.253968 0.253968
-draw your attention [X][X] [X] ||| [X][X] aufmerksam machen , [X] ||| 1 ||| 3-0 ||| 0.253968 0.253968
-draw your attention to [X][X] [X] ||| auf [X][X] aufmerksam machen , [X] ||| 1 ||| 4-1 ||| 0.142857 0.142857
-[X][X] to [X][X] [X] ||| auf [X][X] [X][X] , [X] ||| 1 ||| 2-1 0-2 ||| 0.142857 0.142857
-[X][X] to a case [X] ||| auf einen Fall [X][X] , [X] ||| 1 ||| 0-3 ||| 0.142857 0.142857
-in which this Parliament [X] ||| , mit dem sich dieses Parlament [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] this Parliament [X] ||| , [X][X] sich dieses Parlament [X] ||| 1 ||| 0-1 ||| 0.181818 0.0909091
-[X][X] this Parliament [X] ||| , [X][X] dieses Parlament [X] ||| 1 ||| 0-1 ||| 0.181818 0.0909091
-[X][X] Parliament [X] ||| , [X][X] Parlament [X] ||| 1 ||| 0-1 ||| 0.0909091 0.0909091
-in [X][X] Parliament [X] ||| , mit [X][X] Parlament [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-in which [X][X] [X] ||| , mit dem [X][X] [X] ||| 1 ||| 2-3 ||| 0.316322 0.158161
-in which [X][X] [X] ||| , mit dem sich [X][X] [X] ||| 1 ||| 2-4 ||| 0.316322 0.158161
-this Parliament has consistently shown [X] ||| dieses Parlament immer wieder befaßt hat [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] has consistently shown [X] ||| [X][X] immer wieder befaßt hat [X] ||| 1 ||| 0-0 ||| 0.438853 0.438853
-[X][X] has [X][X] [X] ||| [X][X] [X][X] hat [X] ||| 1 ||| 0-0 2-1 ||| 0.980195 0.980195
-this [X][X] [X] ||| dieses [X][X] [X] ||| 1 ||| 1-1 ||| 0.431187 0.431187
-this Parliament has [X][X] [X] ||| dieses Parlament [X][X] hat [X] ||| 1 ||| 3-2 ||| 0.368687 0.368687
-this Parliament [X][X] [X] ||| dieses Parlament [X][X] [X] ||| 1 ||| 2-2 ||| 0.431187 0.431187
-[X][X] has consistently shown an [X] ||| [X][X] immer wieder befaßt hat [X] ||| 1 ||| 0-0 ||| 0.294748 0.294748
-[X][X] has [X][X] an [X] ||| [X][X] [X][X] hat [X] ||| 1 ||| 0-0 2-1 ||| 0.294748 0.294748
-this [X][X] an [X] ||| dieses [X][X] [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-this Parliament has [X][X] an [X] ||| dieses Parlament [X][X] hat [X] ||| 1 ||| 3-2 ||| 0.111111 0.111111
-this Parliament [X][X] an [X] ||| dieses Parlament [X][X] [X] ||| 1 ||| 2-2 ||| 0.111111 0.111111
-[X][X] has [X][X] an interest [X] ||| [X][X] [X][X] hat [X] ||| 1 ||| 0-0 2-1 ||| 0.246595 0.246595
-[X][X] has [X][X] interest [X] ||| [X][X] [X][X] hat [X] ||| 1 ||| 0-0 2-1 ||| 0.246595 0.246595
-this [X][X] an interest [X] ||| dieses [X][X] [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-this [X][X] interest [X] ||| dieses [X][X] [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-this Parliament has [X][X] interest [X] ||| dieses Parlament [X][X] hat [X] ||| 1 ||| 3-2 ||| 0.0909091 0.0909091
-this Parliament [X][X] an interest [X] ||| dieses Parlament [X][X] [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-this Parliament [X][X] interest [X] ||| dieses Parlament [X][X] [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-Parliament has [X][X] an [X][X] [X] ||| Parlament [X][X] hat [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.0833333 0.0833333
-Parliament has [X][X] interest . [X] ||| Parlament [X][X] hat . [X] ||| 1 ||| 2-1 ||| 0.0833333 0.0833333
-Parliament has [X][X] . [X] ||| Parlament [X][X] hat . [X] ||| 1 ||| 2-1 ||| 0.0833333 0.0833333
-Parliament [X][X] an interest . [X] ||| Parlament [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-Parliament [X][X] an [X][X] [X] ||| Parlament [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0833333 0.0833333
-Parliament [X][X] interest . [X] ||| Parlament [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-Parliament [X][X] . [X] ||| Parlament [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-Parliament has consistently shown [X][X] [X] ||| Parlament immer wieder befaßt hat [X][X] [X] ||| 1 ||| 4-5 ||| 0.0833333 0.0833333
-[X][X] draw your attention [X][X] [X] ||| [X][X] [X][X] aufmerksam machen [X] ||| 1 ||| 0-0 4-1 ||| 1.1 0.733333
-[X][X] draw your attention [X][X] [X] ||| [X][X] Sie [X][X] aufmerksam machen [X] ||| 1 ||| 0-0 4-2 ||| 1.1 0.366667
-should like to [X][X] [X] ||| möchte [X][X] [X] ||| 1 ||| 3-1 ||| 0.935714 0.467857
-should like to [X][X] [X] ||| möchte Sie [X][X] [X] ||| 1 ||| 3-2 ||| 0.935714 0.467857
-draw your attention [X][X] case [X] ||| Sie [X][X] Fall aufmerksam machen , [X] ||| 1 ||| 3-1 ||| 0.111111 0.111111
-draw your attention [X][X] [X] ||| Sie [X][X] aufmerksam machen , [X] ||| 1 ||| 3-1 ||| 0.111111 0.111111
-draw your attention to [X][X] [X] ||| Sie auf [X][X] aufmerksam machen , [X] ||| 1 ||| 4-2 ||| 0.111111 0.111111
-[X][X] to [X][X] [X] ||| Sie auf [X][X] [X][X] , [X] ||| 1 ||| 2-2 0-3 ||| 0.111111 0.111111
-[X][X] to a case [X] ||| Sie auf einen Fall [X][X] , [X] ||| 1 ||| 0-4 ||| 0.111111 0.111111
-draw your attention [X][X] in [X] ||| [X][X] aufmerksam machen , mit [X] ||| 1 ||| 3-0 ||| 0.242857 0.242857
-[X][X] in [X] ||| [X][X] , mit [X] ||| 1 ||| 0-0 ||| 0.735714 0.367857
-[X][X] in [X] ||| [X][X] mit [X] ||| 1 ||| 0-0 ||| 0.735714 0.367857
-[X][X] to [X][X] in [X] ||| auf [X][X] [X][X] , mit [X] ||| 1 ||| 2-1 0-2 ||| 0.285714 0.142857
-[X][X] to [X][X] in [X] ||| auf [X][X] [X][X] mit [X] ||| 1 ||| 2-1 0-2 ||| 0.285714 0.142857
-[X][X] to a case in [X] ||| auf einen Fall [X][X] , mit [X] ||| 1 ||| 0-3 ||| 0.285714 0.142857
-[X][X] to a case in [X] ||| auf einen Fall [X][X] mit [X] ||| 1 ||| 0-3 ||| 0.285714 0.142857
-this Parliament has consistently shown [X] ||| sich dieses Parlament immer wieder befaßt hat [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] has consistently shown [X] ||| sich [X][X] immer wieder befaßt hat [X] ||| 1 ||| 0-1 ||| 0.125 0.125
-[X][X] has [X][X] [X] ||| sich [X][X] [X][X] hat [X] ||| 1 ||| 0-1 2-2 ||| 0.279762 0.279762
-this [X][X] [X] ||| sich dieses [X][X] [X] ||| 1 ||| 1-2 ||| 0.325216 0.325216
-this Parliament has [X][X] [X] ||| sich dieses Parlament [X][X] hat [X] ||| 1 ||| 3-3 ||| 0.279762 0.279762
-this Parliament [X][X] [X] ||| sich dieses Parlament [X][X] [X] ||| 1 ||| 2-3 ||| 0.325216 0.325216
-[X][X] has consistently shown an [X] ||| sich [X][X] immer wieder befaßt hat [X] ||| 1 ||| 0-1 ||| 0.0833333 0.0833333
-[X][X] has [X][X] an [X] ||| sich [X][X] [X][X] hat [X] ||| 1 ||| 0-1 2-2 ||| 0.0833333 0.0833333
-this [X][X] an [X] ||| sich dieses [X][X] [X] ||| 1 ||| 1-2 ||| 0.0833333 0.0833333
-this Parliament has [X][X] an [X] ||| sich dieses Parlament [X][X] hat [X] ||| 1 ||| 3-3 ||| 0.0833333 0.0833333
-this Parliament [X][X] an [X] ||| sich dieses Parlament [X][X] [X] ||| 1 ||| 2-3 ||| 0.0833333 0.0833333
-[X][X] has [X][X] an interest [X] ||| sich [X][X] [X][X] hat [X] ||| 1 ||| 0-1 2-2 ||| 0.0714286 0.0714286
-[X][X] has [X][X] interest [X] ||| sich [X][X] [X][X] hat [X] ||| 1 ||| 0-1 2-2 ||| 0.0714286 0.0714286
-this [X][X] an interest [X] ||| sich dieses [X][X] [X] ||| 1 ||| 1-2 ||| 0.0714286 0.0714286
-this [X][X] interest [X] ||| sich dieses [X][X] [X] ||| 1 ||| 1-2 ||| 0.0714286 0.0714286
-this Parliament has [X][X] interest [X] ||| sich dieses Parlament [X][X] hat [X] ||| 1 ||| 3-3 ||| 0.0714286 0.0714286
-this Parliament [X][X] an interest [X] ||| sich dieses Parlament [X][X] [X] ||| 1 ||| 2-3 ||| 0.0714286 0.0714286
-this Parliament [X][X] interest [X] ||| sich dieses Parlament [X][X] [X] ||| 1 ||| 2-3 ||| 0.0714286 0.0714286
-[X][X] has [X][X] interest . [X] ||| [X][X] [X][X] hat . [X] ||| 1 ||| 0-0 2-1 ||| 0.16931 0.16931
-[X][X] has [X][X] . [X] ||| [X][X] [X][X] hat . [X] ||| 1 ||| 0-0 2-1 ||| 0.16931 0.16931
-[X][X] has consistently shown [X][X] [X] ||| [X][X] immer wieder befaßt hat [X][X] [X] ||| 1 ||| 0-0 4-5 ||| 0.16931 0.16931
-this [X][X] an interest . [X] ||| dieses [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-this [X][X] an [X][X] [X] ||| dieses [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0625 0.0625
-this [X][X] interest . [X] ||| dieses [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-this [X][X] . [X] ||| dieses [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0625 0.0625
-this Parliament has [X][X] . [X] ||| dieses Parlament [X][X] hat . [X] ||| 1 ||| 3-2 ||| 0.0625 0.0625
-this Parliament [X][X] an [X][X] [X] ||| dieses Parlament [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.0625 0.0625
-this Parliament [X][X] interest . [X] ||| dieses Parlament [X][X] . [X] ||| 1 ||| 2-2 ||| 0.0625 0.0625
-this Parliament [X][X] . [X] ||| dieses Parlament [X][X] . [X] ||| 1 ||| 2-2 ||| 0.0625 0.0625
-I should like to [X][X] [X] ||| ich möchte [X][X] [X] ||| 1 ||| 4-2 ||| 0.555556 0.277778
-I should like to [X][X] [X] ||| ich möchte Sie [X][X] [X] ||| 1 ||| 4-3 ||| 0.555556 0.277778
-[X][X] draw your attention [X][X] [X] ||| [X][X] [X][X] aufmerksam machen , [X] ||| 1 ||| 0-0 4-1 ||| 0.761905 0.507937
-[X][X] draw your attention [X][X] [X] ||| [X][X] Sie [X][X] aufmerksam machen , [X] ||| 1 ||| 0-0 4-2 ||| 0.761905 0.253968
-should like to [X][X] [X] ||| möchte [X][X] , [X] ||| 1 ||| 3-1 ||| 0.285714 0.142857
-should like to [X][X] [X] ||| möchte Sie [X][X] , [X] ||| 1 ||| 3-2 ||| 0.285714 0.142857
-draw your attention [X][X] in [X] ||| Sie [X][X] aufmerksam machen , mit [X] ||| 1 ||| 3-1 ||| 0.1 0.1
-[X][X] in [X] ||| Sie [X][X] , mit [X] ||| 1 ||| 0-1 ||| 0.2 0.1
-[X][X] in [X] ||| Sie [X][X] mit [X] ||| 1 ||| 0-1 ||| 0.2 0.1
-[X][X] to [X][X] in [X] ||| Sie auf [X][X] [X][X] , mit [X] ||| 1 ||| 2-2 0-3 ||| 0.2 0.1
-[X][X] to [X][X] in [X] ||| Sie auf [X][X] [X][X] mit [X] ||| 1 ||| 2-2 0-3 ||| 0.2 0.1
-[X][X] to a case in [X] ||| Sie auf einen Fall [X][X] , mit [X] ||| 1 ||| 0-4 ||| 0.2 0.1
-[X][X] to a case in [X] ||| Sie auf einen Fall [X][X] mit [X] ||| 1 ||| 0-4 ||| 0.2 0.1
-[X][X] in which [X] ||| [X][X] , mit dem [X] ||| 1 ||| 0-0 ||| 0.431818 0.215909
-[X][X] in which [X] ||| [X][X] mit dem [X] ||| 1 ||| 0-0 ||| 0.431818 0.215909
-[X][X] which [X] ||| [X][X] dem [X] ||| 1 ||| 0-0 ||| 0.215909 0.215909
-[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] , mit dem [X] ||| 1 ||| 2-1 0-2 ||| 0.25 0.125
-[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] mit dem [X] ||| 1 ||| 2-1 0-2 ||| 0.25 0.125
-[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] [X][X] [X] ||| 1 ||| 0-3 4-4 ||| 0.947727 0.631818
-[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] , [X][X] [X] ||| 1 ||| 0-3 4-5 ||| 0.947727 0.315909
-[X][X] Parliament has consistently shown [X] ||| [X][X] Parlament immer wieder befaßt hat [X] ||| 1 ||| 0-0 ||| 0.147186 0.147186
-[X][X] Parliament has [X][X] [X] ||| [X][X] Parlament [X][X] hat [X] ||| 1 ||| 0-0 3-2 ||| 0.331746 0.331746
-[X][X] Parliament [X][X] [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.393101 0.393101
-which [X][X] has consistently shown [X] ||| dem [X][X] immer wieder befaßt hat [X] ||| 1 ||| 1-1 ||| 0.0714286 0.0714286
-which [X][X] has [X][X] [X] ||| dem [X][X] [X][X] hat [X] ||| 1 ||| 1-1 3-2 ||| 0.163095 0.163095
-which [X][X] has consistently shown [X] ||| dem sich [X][X] immer wieder befaßt hat [X] ||| 1 ||| 1-2 ||| 0.0714286 0.0714286
-which [X][X] has [X][X] [X] ||| dem sich [X][X] [X][X] hat [X] ||| 1 ||| 1-2 3-3 ||| 0.163095 0.163095
-which this [X][X] [X] ||| dem sich dieses [X][X] [X] ||| 1 ||| 2-3 ||| 0.19881 0.19881
-which this Parliament has [X][X] [X] ||| dem sich dieses Parlament [X][X] hat [X] ||| 1 ||| 4-4 ||| 0.163095 0.163095
-which this Parliament [X][X] [X] ||| dem sich dieses Parlament [X][X] [X] ||| 1 ||| 3-4 ||| 0.19881 0.19881
-[X][X] Parliament has [X][X] an [X] ||| [X][X] Parlament [X][X] hat [X] ||| 1 ||| 0-0 3-2 ||| 0.100303 0.100303
-[X][X] Parliament [X][X] an [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.100303 0.100303
-which [X][X] has [X][X] an [X] ||| dem [X][X] [X][X] hat [X] ||| 1 ||| 1-1 3-2 ||| 0.05 0.05
-which [X][X] an [X] ||| dem [X][X] [X] ||| 1 ||| 1-1 ||| 0.05 0.05
-which [X][X] has [X][X] an [X] ||| dem sich [X][X] [X][X] hat [X] ||| 1 ||| 1-2 3-3 ||| 0.05 0.05
-which [X][X] an [X] ||| dem sich [X][X] [X] ||| 1 ||| 1-2 ||| 0.05 0.05
-which this [X][X] an [X] ||| dem sich dieses [X][X] [X] ||| 1 ||| 2-3 ||| 0.05 0.05
-which this Parliament [X][X] an [X] ||| dem sich dieses Parlament [X][X] [X] ||| 1 ||| 3-4 ||| 0.05 0.05
-[X][X] Parliament has [X][X] interest [X] ||| [X][X] Parlament [X][X] hat [X] ||| 1 ||| 0-0 3-2 ||| 0.0842569 0.0842569
-[X][X] Parliament [X][X] an interest [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0842569 0.0842569
-[X][X] Parliament [X][X] interest [X] ||| [X][X] Parlament [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0842569 0.0842569
-which [X][X] has [X][X] interest [X] ||| dem [X][X] [X][X] hat [X] ||| 1 ||| 1-1 3-2 ||| 0.0416667 0.0416667
-which [X][X] an interest [X] ||| dem [X][X] [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-which [X][X] interest [X] ||| dem [X][X] [X] ||| 1 ||| 1-1 ||| 0.0416667 0.0416667
-which [X][X] has [X][X] interest [X] ||| dem sich [X][X] [X][X] hat [X] ||| 1 ||| 1-2 3-3 ||| 0.0416667 0.0416667
-which [X][X] an interest [X] ||| dem sich [X][X] [X] ||| 1 ||| 1-2 ||| 0.0416667 0.0416667
-which [X][X] interest [X] ||| dem sich [X][X] [X] ||| 1 ||| 1-2 ||| 0.0416667 0.0416667
-which this [X][X] an interest [X] ||| dem sich dieses [X][X] [X] ||| 1 ||| 2-3 ||| 0.0416667 0.0416667
-which this [X][X] interest [X] ||| dem sich dieses [X][X] [X] ||| 1 ||| 2-3 ||| 0.0416667 0.0416667
-which this Parliament [X][X] interest [X] ||| dem sich dieses Parlament [X][X] [X] ||| 1 ||| 3-4 ||| 0.0416667 0.0416667
-[X][X] has [X][X] interest . [X] ||| sich [X][X] [X][X] hat . [X] ||| 1 ||| 0-1 2-2 ||| 0.0454545 0.0454545
-[X][X] has [X][X] . [X] ||| sich [X][X] [X][X] hat . [X] ||| 1 ||| 0-1 2-2 ||| 0.0454545 0.0454545
-[X][X] has consistently shown [X][X] [X] ||| sich [X][X] immer wieder befaßt hat [X][X] [X] ||| 1 ||| 0-1 4-6 ||| 0.0454545 0.0454545
-[X][X] an interest . [X] ||| sich [X][X] . [X] ||| 1 ||| 0-1 ||| 0.0454545 0.0454545
-[X][X] interest . [X] ||| sich [X][X] . [X] ||| 1 ||| 0-1 ||| 0.0454545 0.0454545
-[X][X] . [X] ||| sich [X][X] . [X] ||| 1 ||| 0-1 ||| 0.0454545 0.0454545
-this [X][X] an interest . [X] ||| sich dieses [X][X] . [X] ||| 1 ||| 1-2 ||| 0.0454545 0.0454545
-this [X][X] an [X][X] [X] ||| sich dieses [X][X] [X][X] [X] ||| 1 ||| 1-2 3-3 ||| 0.0454545 0.0454545
-this [X][X] interest . [X] ||| sich dieses [X][X] . [X] ||| 1 ||| 1-2 ||| 0.0454545 0.0454545
-this [X][X] . [X] ||| sich dieses [X][X] . [X] ||| 1 ||| 1-2 ||| 0.0454545 0.0454545
-this Parliament has [X][X] . [X] ||| sich dieses Parlament [X][X] hat . [X] ||| 1 ||| 3-3 ||| 0.0454545 0.0454545
-this Parliament [X][X] an [X][X] [X] ||| sich dieses Parlament [X][X] [X][X] [X] ||| 1 ||| 2-3 4-4 ||| 0.0454545 0.0454545
-this Parliament [X][X] interest . [X] ||| sich dieses Parlament [X][X] . [X] ||| 1 ||| 2-3 ||| 0.0454545 0.0454545
-this Parliament [X][X] . [X] ||| sich dieses Parlament [X][X] . [X] ||| 1 ||| 2-3 ||| 0.0454545 0.0454545
-I [X][X] [X] ||| ich [X][X] , [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-I should like to [X][X] [X] ||| ich möchte [X][X] , [X] ||| 1 ||| 4-2 ||| 0.222222 0.111111
-I should like to [X][X] [X] ||| ich möchte Sie [X][X] , [X] ||| 1 ||| 4-3 ||| 0.222222 0.111111
-should like to [X][X] in [X] ||| möchte [X][X] , mit [X] ||| 1 ||| 3-1 ||| 0.5 0.125
-should like to [X][X] in [X] ||| möchte [X][X] mit [X] ||| 1 ||| 3-1 ||| 0.5 0.125
-should like to [X][X] in [X] ||| möchte Sie [X][X] , mit [X] ||| 1 ||| 3-2 ||| 0.5 0.125
-should like to [X][X] in [X] ||| möchte Sie [X][X] mit [X] ||| 1 ||| 3-2 ||| 0.5 0.125
-[X][X] in which [X] ||| Sie [X][X] , mit dem [X] ||| 1 ||| 0-1 ||| 0.181818 0.0909091
-[X][X] in which [X] ||| Sie [X][X] mit dem [X] ||| 1 ||| 0-1 ||| 0.181818 0.0909091
-[X][X] which [X] ||| Sie [X][X] dem [X] ||| 1 ||| 0-1 ||| 0.0909091 0.0909091
-[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] , mit dem [X] ||| 1 ||| 2-2 0-3 ||| 0.181818 0.0909091
-[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] mit dem [X] ||| 1 ||| 2-2 0-3 ||| 0.181818 0.0909091
-[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] [X][X] [X] ||| 1 ||| 0-4 4-5 ||| 0.487013 0.324675
-[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] , [X][X] [X] ||| 1 ||| 0-4 4-6 ||| 0.487013 0.162338
-[X][X] in which [X] ||| [X][X] , mit dem sich [X] ||| 1 ||| 0-0 ||| 0.324676 0.162338
-[X][X] in which [X] ||| [X][X] mit dem sich [X] ||| 1 ||| 0-0 ||| 0.324676 0.162338
-[X][X] which [X] ||| [X][X] dem sich [X] ||| 1 ||| 0-0 ||| 0.162338 0.162338
-[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] , mit dem sich [X] ||| 1 ||| 2-1 0-2 ||| 0.181818 0.0909091
-[X][X] to [X][X] in which [X] ||| auf [X][X] [X][X] mit dem sich [X] ||| 1 ||| 2-1 0-2 ||| 0.181818 0.0909091
-[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] [X][X] sich [X] ||| 1 ||| 0-3 4-4 ||| 0.272727 0.181818
-[X][X] to a case [X][X] [X] ||| auf einen Fall [X][X] , [X][X] sich [X] ||| 1 ||| 0-3 4-5 ||| 0.272727 0.0909091
-[X][X] this [X][X] [X] ||| [X][X] sich dieses [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.194292 0.194292
-[X][X] this Parliament has [X][X] [X] ||| [X][X] sich dieses Parlament [X][X] hat [X] ||| 1 ||| 0-0 4-4 ||| 0.168651 0.168651
-[X][X] this Parliament [X][X] [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.194292 0.194292
-[X][X] this [X][X] [X] ||| [X][X] dieses [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.194292 0.194292
-[X][X] this Parliament has [X][X] [X] ||| [X][X] dieses Parlament [X][X] hat [X] ||| 1 ||| 0-0 4-3 ||| 0.168651 0.168651
-[X][X] this Parliament [X][X] [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.194292 0.194292
-in [X][X] Parliament has [X][X] [X] ||| mit [X][X] Parlament [X][X] hat [X] ||| 1 ||| 1-1 4-3 ||| 0.101399 0.101399
-in [X][X] Parliament [X][X] [X] ||| mit [X][X] Parlament [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.12704 0.12704
-in [X][X] has consistently shown [X] ||| mit [X][X] immer wieder befaßt hat [X] ||| 1 ||| 1-1 ||| 0.0454545 0.0454545
-in [X][X] has [X][X] [X] ||| mit [X][X] [X][X] hat [X] ||| 1 ||| 1-1 3-2 ||| 0.101399 0.101399
-in which [X][X] has [X][X] [X] ||| mit dem [X][X] [X][X] hat [X] ||| 1 ||| 2-2 4-3 ||| 0.202798 0.101399
-in which [X][X] has [X][X] [X] ||| mit dem sich [X][X] [X][X] hat [X] ||| 1 ||| 2-3 4-4 ||| 0.202798 0.101399
-in which this [X][X] [X] ||| mit dem sich dieses [X][X] [X] ||| 1 ||| 3-4 ||| 0.12704 0.12704
-in which this Parliament [X][X] [X] ||| mit dem sich dieses Parlament [X][X] [X] ||| 1 ||| 4-5 ||| 0.12704 0.12704
-[X][X] this [X][X] an [X] ||| [X][X] sich dieses [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.050303 0.050303
-[X][X] this Parliament [X][X] an [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.050303 0.050303
-[X][X] this [X][X] an [X] ||| [X][X] dieses [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.050303 0.050303
-[X][X] this Parliament [X][X] an [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.050303 0.050303
-in [X][X] Parliament [X][X] an [X] ||| mit [X][X] Parlament [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.030303 0.030303
-in [X][X] has [X][X] an [X] ||| mit [X][X] [X][X] hat [X] ||| 1 ||| 1-1 3-2 ||| 0.030303 0.030303
-in [X][X] an [X] ||| mit [X][X] [X] ||| 1 ||| 1-1 ||| 0.030303 0.030303
-in which [X][X] an [X] ||| mit dem [X][X] [X] ||| 1 ||| 2-2 ||| 0.060606 0.030303
-in which [X][X] an [X] ||| mit dem sich [X][X] [X] ||| 1 ||| 2-3 ||| 0.060606 0.030303
-in which this [X][X] an [X] ||| mit dem sich dieses [X][X] [X] ||| 1 ||| 3-4 ||| 0.030303 0.030303
-[X][X] this [X][X] an interest [X] ||| [X][X] sich dieses [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.0425902 0.0425902
-[X][X] this [X][X] interest [X] ||| [X][X] sich dieses [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.0425902 0.0425902
-[X][X] this Parliament [X][X] interest [X] ||| [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.0425902 0.0425902
-[X][X] this [X][X] an interest [X] ||| [X][X] dieses [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0425902 0.0425902
-[X][X] this [X][X] interest [X] ||| [X][X] dieses [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.0425902 0.0425902
-[X][X] this Parliament [X][X] interest [X] ||| [X][X] dieses Parlament [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.0425902 0.0425902
-in [X][X] Parliament [X][X] interest [X] ||| mit [X][X] Parlament [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.025641 0.025641
-in [X][X] has [X][X] interest [X] ||| mit [X][X] [X][X] hat [X] ||| 1 ||| 1-1 3-2 ||| 0.025641 0.025641
-in [X][X] an interest [X] ||| mit [X][X] [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-in [X][X] interest [X] ||| mit [X][X] [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-in which [X][X] an interest [X] ||| mit dem [X][X] [X] ||| 1 ||| 2-2 ||| 0.025641 0.025641
-in which [X][X] interest [X] ||| mit dem [X][X] [X] ||| 1 ||| 2-2 ||| 0.025641 0.025641
-in which [X][X] an interest [X] ||| mit dem sich [X][X] [X] ||| 1 ||| 2-3 ||| 0.025641 0.025641
-in which [X][X] interest [X] ||| mit dem sich [X][X] [X] ||| 1 ||| 2-3 ||| 0.025641 0.025641
-in which this [X][X] interest [X] ||| mit dem sich dieses [X][X] [X] ||| 1 ||| 3-4 ||| 0.025641 0.025641
-[X][X] Parliament has [X][X] . [X] ||| [X][X] Parlament [X][X] hat . [X] ||| 1 ||| 0-0 3-2 ||| 0.0613553 0.0613553
-[X][X] Parliament [X][X] interest . [X] ||| [X][X] Parlament [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.0613553 0.0613553
-[X][X] Parliament [X][X] . [X] ||| [X][X] Parlament [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.0613553 0.0613553
-which [X][X] has [X][X] . [X] ||| dem [X][X] [X][X] hat . [X] ||| 1 ||| 1-1 3-2 ||| 0.0357143 0.0357143
-which [X][X] an interest . [X] ||| dem [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-which [X][X] an [X][X] [X] ||| dem [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.0357143 0.0357143
-which [X][X] interest . [X] ||| dem [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-which [X][X] . [X] ||| dem [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0357143 0.0357143
-which [X][X] has [X][X] . [X] ||| dem sich [X][X] [X][X] hat . [X] ||| 1 ||| 1-2 3-3 ||| 0.0357143 0.0357143
-which [X][X] an interest . [X] ||| dem sich [X][X] . [X] ||| 1 ||| 1-2 ||| 0.0357143 0.0357143
-which [X][X] an [X][X] [X] ||| dem sich [X][X] [X][X] [X] ||| 1 ||| 1-2 3-3 ||| 0.0357143 0.0357143
-which [X][X] interest . [X] ||| dem sich [X][X] . [X] ||| 1 ||| 1-2 ||| 0.0357143 0.0357143
-which [X][X] . [X] ||| dem sich [X][X] . [X] ||| 1 ||| 1-2 ||| 0.0357143 0.0357143
-which this [X][X] an [X][X] [X] ||| dem sich dieses [X][X] [X][X] [X] ||| 1 ||| 2-3 4-4 ||| 0.0357143 0.0357143
-which this [X][X] interest . [X] ||| dem sich dieses [X][X] . [X] ||| 1 ||| 2-3 ||| 0.0357143 0.0357143
-which this [X][X] . [X] ||| dem sich dieses [X][X] . [X] ||| 1 ||| 2-3 ||| 0.0357143 0.0357143
-which this Parliament [X][X] . [X] ||| dem sich dieses Parlament [X][X] . [X] ||| 1 ||| 3-4 ||| 0.0357143 0.0357143
-[X][X] in which [X] ||| Sie [X][X] , mit dem sich [X] ||| 1 ||| 0-1 ||| 0.142857 0.0714286
-[X][X] in which [X] ||| Sie [X][X] mit dem sich [X] ||| 1 ||| 0-1 ||| 0.142857 0.0714286
-[X][X] which [X] ||| Sie [X][X] dem sich [X] ||| 1 ||| 0-1 ||| 0.0714286 0.0714286
-[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] , mit dem sich [X] ||| 1 ||| 2-2 0-3 ||| 0.142857 0.0714286
-[X][X] to [X][X] in which [X] ||| Sie auf [X][X] [X][X] mit dem sich [X] ||| 1 ||| 2-2 0-3 ||| 0.142857 0.0714286
-[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] [X][X] sich [X] ||| 1 ||| 0-4 4-5 ||| 0.214286 0.142857
-[X][X] to a case [X][X] [X] ||| Sie auf einen Fall [X][X] , [X][X] sich [X] ||| 1 ||| 0-4 4-6 ||| 0.214286 0.0714286
-[X][X] in which this [X] ||| [X][X] , mit dem sich dieses [X] ||| 1 ||| 0-0 ||| 0.1 0.1
-[X][X] in [X][X] [X] ||| [X][X] , mit [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.1 0.1
-[X][X] in which this [X] ||| [X][X] mit dem sich dieses [X] ||| 1 ||| 0-0 ||| 0.1 0.1
-[X][X] in [X][X] [X] ||| [X][X] mit [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.1 0.1
-[X][X] which this [X] ||| [X][X] dem sich dieses [X] ||| 1 ||| 0-0 ||| 0.1 0.1
-[X][X] this [X][X] [X] ||| , [X][X] sich dieses [X][X] [X] ||| 1 ||| 0-1 2-4 ||| 0.0672522 0.0672522
-[X][X] this Parliament has [X][X] [X] ||| , [X][X] sich dieses Parlament [X][X] hat [X] ||| 1 ||| 0-1 4-5 ||| 0.0672522 0.0672522
-[X][X] this Parliament [X][X] [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| 0-1 3-5 ||| 0.0672522 0.0672522
-[X][X] this [X][X] [X] ||| , [X][X] dieses [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0672522 0.0672522
-[X][X] this Parliament has [X][X] [X] ||| , [X][X] dieses Parlament [X][X] hat [X] ||| 1 ||| 0-1 4-4 ||| 0.0672522 0.0672522
-[X][X] this Parliament [X][X] [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0672522 0.0672522
-[X][X] Parliament has consistently shown [X] ||| , [X][X] Parlament immer wieder befaßt hat [X] ||| 1 ||| 0-1 ||| 0.030303 0.030303
-[X][X] Parliament has [X][X] [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 1 ||| 0-1 3-3 ||| 0.0672522 0.0672522
-[X][X] Parliament [X][X] [X] ||| , [X][X] Parlament [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0672522 0.0672522
-[X][X] has consistently shown [X] ||| , [X][X] immer wieder befaßt hat [X] ||| 1 ||| 0-1 ||| 0.030303 0.030303
-[X][X] has [X][X] [X] ||| , [X][X] [X][X] hat [X] ||| 1 ||| 0-1 2-2 ||| 0.0672522 0.0672522
-in [X][X] Parliament has [X][X] [X] ||| , mit [X][X] Parlament [X][X] hat [X] ||| 1 ||| 1-2 4-4 ||| 0.0672522 0.0672522
-in [X][X] Parliament [X][X] [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0672522 0.0672522
-in [X][X] has consistently shown [X] ||| , mit [X][X] immer wieder befaßt hat [X] ||| 1 ||| 1-2 ||| 0.030303 0.030303
-in [X][X] has [X][X] [X] ||| , mit [X][X] [X][X] hat [X] ||| 1 ||| 1-2 3-3 ||| 0.0672522 0.0672522
-in which [X][X] has [X][X] [X] ||| , mit dem [X][X] [X][X] hat [X] ||| 1 ||| 2-3 4-4 ||| 0.134504 0.0672522
-in which [X][X] has [X][X] [X] ||| , mit dem sich [X][X] [X][X] hat [X] ||| 1 ||| 2-4 4-5 ||| 0.134504 0.0672522
-in which this [X][X] [X] ||| , mit dem sich dieses [X][X] [X] ||| 1 ||| 3-5 ||| 0.0672522 0.0672522
-in which this Parliament [X][X] [X] ||| , mit dem sich dieses Parlament [X][X] [X] ||| 1 ||| 4-6 ||| 0.0672522 0.0672522
-[X][X] this [X][X] an [X] ||| , [X][X] sich dieses [X][X] [X] ||| 1 ||| 0-1 2-4 ||| 0.02 0.02
-[X][X] this Parliament [X][X] an [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| 0-1 3-5 ||| 0.02 0.02
-[X][X] this [X][X] an [X] ||| , [X][X] dieses [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.02 0.02
-[X][X] this Parliament [X][X] an [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.02 0.02
-[X][X] Parliament has [X][X] an [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 1 ||| 0-1 3-3 ||| 0.02 0.02
-[X][X] Parliament [X][X] an [X] ||| , [X][X] Parlament [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.02 0.02
-[X][X] has consistently shown an [X] ||| , [X][X] immer wieder befaßt hat [X] ||| 1 ||| 0-1 ||| 0.02 0.02
-[X][X] has [X][X] an [X] ||| , [X][X] [X][X] hat [X] ||| 1 ||| 0-1 2-2 ||| 0.02 0.02
-in [X][X] Parliament [X][X] an [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.02 0.02
-in [X][X] has [X][X] an [X] ||| , mit [X][X] [X][X] hat [X] ||| 1 ||| 1-2 3-3 ||| 0.02 0.02
-in [X][X] an [X] ||| , mit [X][X] [X] ||| 1 ||| 1-2 ||| 0.02 0.02
-in which [X][X] an [X] ||| , mit dem [X][X] [X] ||| 1 ||| 2-3 ||| 0.04 0.02
-in which [X][X] an [X] ||| , mit dem sich [X][X] [X] ||| 1 ||| 2-4 ||| 0.04 0.02
-in which this [X][X] an [X] ||| , mit dem sich dieses [X][X] [X] ||| 1 ||| 3-5 ||| 0.02 0.02
-[X][X] this [X][X] an interest [X] ||| , [X][X] sich dieses [X][X] [X] ||| 1 ||| 0-1 2-4 ||| 0.0169492 0.0169492
-[X][X] this [X][X] interest [X] ||| , [X][X] sich dieses [X][X] [X] ||| 1 ||| 0-1 2-4 ||| 0.0169492 0.0169492
-[X][X] this Parliament [X][X] interest [X] ||| , [X][X] sich dieses Parlament [X][X] [X] ||| 1 ||| 0-1 3-5 ||| 0.0169492 0.0169492
-[X][X] this [X][X] an interest [X] ||| , [X][X] dieses [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0169492 0.0169492
-[X][X] this [X][X] interest [X] ||| , [X][X] dieses [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0169492 0.0169492
-[X][X] this Parliament [X][X] interest [X] ||| , [X][X] dieses Parlament [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.0169492 0.0169492
-[X][X] Parliament has [X][X] interest [X] ||| , [X][X] Parlament [X][X] hat [X] ||| 1 ||| 0-1 3-3 ||| 0.0169492 0.0169492
-[X][X] Parliament [X][X] an interest [X] ||| , [X][X] Parlament [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0169492 0.0169492
-[X][X] Parliament [X][X] interest [X] ||| , [X][X] Parlament [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0169492 0.0169492
-[X][X] has [X][X] an interest [X] ||| , [X][X] [X][X] hat [X] ||| 1 ||| 0-1 2-2 ||| 0.0169492 0.0169492
-[X][X] has [X][X] interest [X] ||| , [X][X] [X][X] hat [X] ||| 1 ||| 0-1 2-2 ||| 0.0169492 0.0169492
-in [X][X] Parliament [X][X] interest [X] ||| , mit [X][X] Parlament [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0169492 0.0169492
-in [X][X] has [X][X] interest [X] ||| , mit [X][X] [X][X] hat [X] ||| 1 ||| 1-2 3-3 ||| 0.0169492 0.0169492
-in [X][X] an interest [X] ||| , mit [X][X] [X] ||| 1 ||| 1-2 ||| 0.0169492 0.0169492
-in [X][X] interest [X] ||| , mit [X][X] [X] ||| 1 ||| 1-2 ||| 0.0169492 0.0169492
-in which [X][X] an interest [X] ||| , mit dem [X][X] [X] ||| 1 ||| 2-3 ||| 0.0169492 0.0169492
-in which [X][X] interest [X] ||| , mit dem [X][X] [X] ||| 1 ||| 2-3 ||| 0.0169492 0.0169492
-in which [X][X] an interest [X] ||| , mit dem sich [X][X] [X] ||| 1 ||| 2-4 ||| 0.0169492 0.0169492
-in which [X][X] interest [X] ||| , mit dem sich [X][X] [X] ||| 1 ||| 2-4 ||| 0.0169492 0.0169492
-in which this [X][X] interest [X] ||| , mit dem sich dieses [X][X] [X] ||| 1 ||| 3-5 ||| 0.0169492 0.0169492
-[X][X] this [X][X] interest . [X] ||| [X][X] sich dieses [X][X] . [X] ||| 1 ||| 0-0 2-3 ||| 0.025641 0.025641
-[X][X] this [X][X] . [X] ||| [X][X] sich dieses [X][X] . [X] ||| 1 ||| 0-0 2-3 ||| 0.025641 0.025641
-[X][X] this Parliament [X][X] . [X] ||| [X][X] sich dieses Parlament [X][X] . [X] ||| 1 ||| 0-0 3-4 ||| 0.025641 0.025641
-[X][X] this [X][X] interest . [X] ||| [X][X] dieses [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.025641 0.025641
-[X][X] this [X][X] . [X] ||| [X][X] dieses [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.025641 0.025641
-[X][X] this Parliament [X][X] . [X] ||| [X][X] dieses Parlament [X][X] . [X] ||| 1 ||| 0-0 3-3 ||| 0.025641 0.025641
-in [X][X] Parliament [X][X] . [X] ||| mit [X][X] Parlament [X][X] . [X] ||| 1 ||| 1-1 3-3 ||| 0.025641 0.025641
-in [X][X] has [X][X] . [X] ||| mit [X][X] [X][X] hat . [X] ||| 1 ||| 1-1 3-2 ||| 0.025641 0.025641
-in [X][X] an interest . [X] ||| mit [X][X] . [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-in [X][X] an [X][X] [X] ||| mit [X][X] [X][X] [X] ||| 1 ||| 1-1 3-2 ||| 0.025641 0.025641
-in [X][X] interest . [X] ||| mit [X][X] . [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-in [X][X] . [X] ||| mit [X][X] . [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-in which [X][X] an [X][X] [X] ||| mit dem [X][X] [X][X] [X] ||| 1 ||| 2-2 4-3 ||| 0.025641 0.025641
-in which [X][X] interest . [X] ||| mit dem [X][X] . [X] ||| 1 ||| 2-2 ||| 0.025641 0.025641
-in which [X][X] . [X] ||| mit dem [X][X] . [X] ||| 1 ||| 2-2 ||| 0.025641 0.025641
-in which [X][X] an [X][X] [X] ||| mit dem sich [X][X] [X][X] [X] ||| 1 ||| 2-3 4-4 ||| 0.025641 0.025641
-in which [X][X] interest . [X] ||| mit dem sich [X][X] . [X] ||| 1 ||| 2-3 ||| 0.025641 0.025641
-in which [X][X] . [X] ||| mit dem sich [X][X] . [X] ||| 1 ||| 2-3 ||| 0.025641 0.025641
-in which this [X][X] . [X] ||| mit dem sich dieses [X][X] . [X] ||| 1 ||| 3-4 ||| 0.025641 0.025641
-it [X] ||| das [X] ||| 1 ||| ||| 1 1
-is [X] ||| ist [X] ||| 1 ||| ||| 1 1
-the [X] ||| der [X] ||| 1 ||| ||| 1 1
-case [X] ||| Fall [X] ||| 1 ||| ||| 1 1
-of [X] ||| von [X] ||| 1 ||| ||| 1 1
-Alexander [X] ||| Alexander [X] ||| 1 ||| ||| 1 1
-Nikitin [X] ||| Nikitin [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-it is [X] ||| das ist [X] ||| 1 ||| ||| 1 1
-is the [X] ||| ist der [X] ||| 1 ||| ||| 1 1
-the case [X] ||| der Fall [X] ||| 1 ||| ||| 1 1
-case of [X] ||| Fall von [X] ||| 1 ||| ||| 1 1
-of Alexander [X] ||| von Alexander [X] ||| 1 ||| ||| 1 1
-Alexander Nikitin [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 1 1
-Nikitin . [X] ||| Nikitin . [X] ||| 1 ||| ||| 1 1
-it is the [X] ||| das ist der [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] the [X] ||| [X][X] der [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-it [X][X] [X] ||| das [X][X] [X] ||| 1 ||| 1-1 ||| 0.703664 0.703664
-is the case [X] ||| ist der Fall [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] case [X] ||| [X][X] Fall [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-is [X][X] [X] ||| ist [X][X] [X] ||| 1 ||| 1-1 ||| 0.678023 0.678023
-the case of [X] ||| der Fall von [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] of [X] ||| [X][X] von [X] ||| 1 ||| 0-0 ||| 0.590909 0.590909
-the [X][X] [X] ||| der [X][X] [X] ||| 1 ||| 1-1 ||| 0.643541 0.643541
-case of Alexander [X] ||| Fall von Alexander [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Alexander [X] ||| [X][X] Alexander [X] ||| 1 ||| 0-0 ||| 0.643541 0.643541
-case [X][X] [X] ||| Fall [X][X] [X] ||| 1 ||| 1-1 ||| 0.590909 0.590909
-of Alexander Nikitin [X] ||| von Alexander Nikitin [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Nikitin [X] ||| [X][X] Nikitin [X] ||| 1 ||| 0-0 ||| 0.678023 0.678023
-of [X][X] [X] ||| von [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-Alexander Nikitin . [X] ||| Alexander Nikitin . [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.703664 0.703664
-Alexander [X][X] [X] ||| Alexander [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-it is the case [X] ||| das ist der Fall [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] the case [X] ||| [X][X] der Fall [X] ||| 1 ||| 0-0 ||| 0.166667 0.166667
-it [X][X] case [X] ||| das [X][X] Fall [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-it is [X][X] [X] ||| das ist [X][X] [X] ||| 1 ||| 2-2 ||| 0.370331 0.370331
-is the case of [X] ||| ist der Fall von [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] case of [X] ||| [X][X] Fall von [X] ||| 1 ||| 0-0 ||| 0.257576 0.257576
-is [X][X] of [X] ||| ist [X][X] von [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-is the [X][X] [X] ||| ist der [X][X] [X] ||| 1 ||| 2-2 ||| 0.34469 0.34469
-the case of Alexander [X] ||| der Fall von Alexander [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] of Alexander [X] ||| [X][X] von Alexander [X] ||| 1 ||| 0-0 ||| 0.310207 0.310207
-the [X][X] Alexander [X] ||| der [X][X] Alexander [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-the case [X][X] [X] ||| der Fall [X][X] [X] ||| 1 ||| 2-2 ||| 0.310207 0.310207
-case of Alexander Nikitin [X] ||| Fall von Alexander Nikitin [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Alexander Nikitin [X] ||| [X][X] Alexander Nikitin [X] ||| 1 ||| 0-0 ||| 0.34469 0.34469
-case [X][X] Nikitin [X] ||| Fall [X][X] Nikitin [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-case of [X][X] [X] ||| Fall von [X][X] [X] ||| 1 ||| 2-2 ||| 0.257576 0.257576
-of Alexander Nikitin . [X] ||| von Alexander Nikitin . [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] Nikitin . [X] ||| [X][X] Nikitin . [X] ||| 1 ||| 0-0 ||| 0.370331 0.370331
-of [X][X] . [X] ||| von [X][X] . [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-of Alexander [X][X] [X] ||| von Alexander [X][X] [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-it is the case of [X] ||| das ist der Fall von [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] the case of [X] ||| [X][X] der Fall von [X] ||| 1 ||| 0-0 ||| 0.0909091 0.0909091
-[X][X] the [X][X] [X] ||| [X][X] der [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.203664 0.203664
-it [X][X] case of [X] ||| das [X][X] Fall von [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-it [X][X] of [X] ||| das [X][X] von [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-it is [X][X] of [X] ||| das ist [X][X] von [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-it is the [X][X] [X] ||| das ist der [X][X] [X] ||| 1 ||| 3-3 ||| 0.203664 0.203664
-is the case of Alexander [X] ||| ist der Fall von Alexander [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] case of Alexander [X] ||| [X][X] Fall von Alexander [X] ||| 1 ||| 0-0 ||| 0.143541 0.143541
-[X][X] case [X][X] [X] ||| [X][X] Fall [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.290779 0.290779
-is [X][X] of Alexander [X] ||| ist [X][X] von Alexander [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-is [X][X] Alexander [X] ||| ist [X][X] Alexander [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-is the [X][X] Alexander [X] ||| ist der [X][X] Alexander [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-is the case [X][X] [X] ||| ist der Fall [X][X] [X] ||| 1 ||| 3-3 ||| 0.178023 0.178023
-the case of Alexander Nikitin [X] ||| der Fall von Alexander Nikitin [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] of Alexander Nikitin [X] ||| [X][X] von Alexander Nikitin [X] ||| 1 ||| 0-0 ||| 0.178023 0.178023
-[X][X] of [X][X] [X] ||| [X][X] von [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.290779 0.290779
-the [X][X] Alexander Nikitin [X] ||| der [X][X] Alexander Nikitin [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-the [X][X] Nikitin [X] ||| der [X][X] Nikitin [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-the case [X][X] Nikitin [X] ||| der Fall [X][X] Nikitin [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-the case of [X][X] [X] ||| der Fall von [X][X] [X] ||| 1 ||| 3-3 ||| 0.143541 0.143541
-case of Alexander Nikitin . [X] ||| Fall von Alexander Nikitin . [X] ||| 1 ||| ||| 0.0909091 0.0909091
-[X][X] Alexander Nikitin . [X] ||| [X][X] Alexander Nikitin . [X] ||| 1 ||| 0-0 ||| 0.203664 0.203664
-[X][X] Alexander [X][X] [X] ||| [X][X] Alexander [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.203664 0.203664
-case [X][X] Nikitin . [X] ||| Fall [X][X] Nikitin . [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-case [X][X] . [X] ||| Fall [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-case of [X][X] . [X] ||| Fall von [X][X] . [X] ||| 1 ||| 2-2 ||| 0.0909091 0.0909091
-case of Alexander [X][X] [X] ||| Fall von Alexander [X][X] [X] ||| 1 ||| 3-3 ||| 0.0909091 0.0909091
-[X][X] the case of Alexander [X] ||| [X][X] der Fall von Alexander [X] ||| 1 ||| 0-0 ||| 0.0526316 0.0526316
-[X][X] the [X][X] Alexander [X] ||| [X][X] der [X][X] Alexander [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] the case [X][X] [X] ||| [X][X] der Fall [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.112755 0.112755
-it [X][X] case of Alexander [X] ||| das [X][X] Fall von Alexander [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-it [X][X] case [X][X] [X] ||| das [X][X] Fall [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.112755 0.112755
-it [X][X] of Alexander [X] ||| das [X][X] von Alexander [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-it [X][X] Alexander [X] ||| das [X][X] Alexander [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-it is [X][X] of Alexander [X] ||| das ist [X][X] von Alexander [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-it is [X][X] Alexander [X] ||| das ist [X][X] Alexander [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-it is the [X][X] Alexander [X] ||| das ist der [X][X] Alexander [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-it is the case [X][X] [X] ||| das ist der Fall [X][X] [X] ||| 1 ||| 4-4 ||| 0.112755 0.112755
-[X][X] case of Alexander Nikitin [X] ||| [X][X] Fall von Alexander Nikitin [X] ||| 1 ||| 0-0 ||| 0.0871143 0.0871143
-[X][X] case [X][X] Nikitin [X] ||| [X][X] Fall [X][X] Nikitin [X] ||| 1 ||| 0-0 2-2 ||| 0.0871143 0.0871143
-[X][X] case of [X][X] [X] ||| [X][X] Fall von [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.147238 0.147238
-is [X][X] of Alexander Nikitin [X] ||| ist [X][X] von Alexander Nikitin [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-is [X][X] of [X][X] [X] ||| ist [X][X] von [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0871143 0.0871143
-is [X][X] Alexander Nikitin [X] ||| ist [X][X] Alexander Nikitin [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-is [X][X] Nikitin [X] ||| ist [X][X] Nikitin [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-is the [X][X] Alexander Nikitin [X] ||| ist der [X][X] Alexander Nikitin [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-is the [X][X] Nikitin [X] ||| ist der [X][X] Nikitin [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-is the case [X][X] Nikitin [X] ||| ist der Fall [X][X] Nikitin [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-is the case of [X][X] [X] ||| ist der Fall von [X][X] [X] ||| 1 ||| 4-4 ||| 0.0871143 0.0871143
-[X][X] of Alexander Nikitin . [X] ||| [X][X] von Alexander Nikitin . [X] ||| 1 ||| 0-0 ||| 0.112755 0.112755
-[X][X] of [X][X] . [X] ||| [X][X] von [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.112755 0.112755
-[X][X] of Alexander [X][X] [X] ||| [X][X] von Alexander [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.112755 0.112755
-the [X][X] Alexander Nikitin . [X] ||| der [X][X] Alexander Nikitin . [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-the [X][X] Alexander [X][X] [X] ||| der [X][X] Alexander [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0526316 0.0526316
-the [X][X] Nikitin . [X] ||| der [X][X] Nikitin . [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-the [X][X] . [X] ||| der [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-the case [X][X] Nikitin . [X] ||| der Fall [X][X] Nikitin . [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-the case [X][X] . [X] ||| der Fall [X][X] . [X] ||| 1 ||| 2-2 ||| 0.0526316 0.0526316
-the case of [X][X] . [X] ||| der Fall von [X][X] . [X] ||| 1 ||| 3-3 ||| 0.0526316 0.0526316
-the case of Alexander [X][X] [X] ||| der Fall von Alexander [X][X] [X] ||| 1 ||| 4-4 ||| 0.0526316 0.0526316
-[X][X] the [X][X] Alexander Nikitin [X] ||| [X][X] der [X][X] Alexander Nikitin [X] ||| 1 ||| 0-0 2-2 ||| 0.0344828 0.0344828
-[X][X] the [X][X] Nikitin [X] ||| [X][X] der [X][X] Nikitin [X] ||| 1 ||| 0-0 2-2 ||| 0.0344828 0.0344828
-[X][X] the case [X][X] Nikitin [X] ||| [X][X] der Fall [X][X] Nikitin [X] ||| 1 ||| 0-0 3-3 ||| 0.0344828 0.0344828
-[X][X] the case of [X][X] [X] ||| [X][X] der Fall von [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0601238 0.0601238
-it [X][X] case [X][X] Nikitin [X] ||| das [X][X] Fall [X][X] Nikitin [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-it [X][X] case of [X][X] [X] ||| das [X][X] Fall von [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0601238 0.0601238
-it [X][X] of Alexander Nikitin [X] ||| das [X][X] von Alexander Nikitin [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-it [X][X] of [X][X] [X] ||| das [X][X] von [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0601238 0.0601238
-it [X][X] Alexander Nikitin [X] ||| das [X][X] Alexander Nikitin [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-it [X][X] Nikitin [X] ||| das [X][X] Nikitin [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-it is [X][X] of [X][X] [X] ||| das ist [X][X] von [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0601238 0.0601238
-it is [X][X] Alexander Nikitin [X] ||| das ist [X][X] Alexander Nikitin [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-it is [X][X] Nikitin [X] ||| das ist [X][X] Nikitin [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-it is the [X][X] Nikitin [X] ||| das ist der [X][X] Nikitin [X] ||| 1 ||| 3-3 ||| 0.0344828 0.0344828
-[X][X] case [X][X] Nikitin . [X] ||| [X][X] Fall [X][X] Nikitin . [X] ||| 1 ||| 0-0 2-2 ||| 0.0601238 0.0601238
-[X][X] case [X][X] . [X] ||| [X][X] Fall [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.0601238 0.0601238
-[X][X] case of [X][X] . [X] ||| [X][X] Fall von [X][X] . [X] ||| 1 ||| 0-0 3-3 ||| 0.0601238 0.0601238
-[X][X] case of Alexander [X][X] [X] ||| [X][X] Fall von Alexander [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.0601238 0.0601238
-is [X][X] of [X][X] . [X] ||| ist [X][X] von [X][X] . [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-is [X][X] of Alexander [X][X] [X] ||| ist [X][X] von Alexander [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0344828 0.0344828
-is [X][X] Alexander Nikitin . [X] ||| ist [X][X] Alexander Nikitin . [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-is [X][X] Alexander [X][X] [X] ||| ist [X][X] Alexander [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0344828 0.0344828
-is [X][X] Nikitin . [X] ||| ist [X][X] Nikitin . [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-is [X][X] . [X] ||| ist [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0344828 0.0344828
-is the [X][X] Alexander [X][X] [X] ||| ist der [X][X] Alexander [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0344828 0.0344828
-is the [X][X] Nikitin . [X] ||| ist der [X][X] Nikitin . [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-is the [X][X] . [X] ||| ist der [X][X] . [X] ||| 1 ||| 2-2 ||| 0.0344828 0.0344828
-is the case [X][X] . [X] ||| ist der Fall [X][X] . [X] ||| 1 ||| 3-3 ||| 0.0344828 0.0344828
-[X][X] the [X][X] Nikitin . [X] ||| [X][X] der [X][X] Nikitin . [X] ||| 1 ||| 0-0 2-2 ||| 0.025641 0.025641
-[X][X] the [X][X] . [X] ||| [X][X] der [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.025641 0.025641
-[X][X] the case [X][X] . [X] ||| [X][X] der Fall [X][X] . [X] ||| 1 ||| 0-0 3-3 ||| 0.025641 0.025641
-it [X][X] case [X][X] . [X] ||| das [X][X] Fall [X][X] . [X] ||| 1 ||| 1-1 3-3 ||| 0.025641 0.025641
-it [X][X] of [X][X] . [X] ||| das [X][X] von [X][X] . [X] ||| 1 ||| 1-1 3-3 ||| 0.025641 0.025641
-it [X][X] of Alexander [X][X] [X] ||| das [X][X] von Alexander [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.025641 0.025641
-it [X][X] Alexander Nikitin . [X] ||| das [X][X] Alexander Nikitin . [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-it [X][X] Alexander [X][X] [X] ||| das [X][X] Alexander [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.025641 0.025641
-it [X][X] Nikitin . [X] ||| das [X][X] Nikitin . [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-it [X][X] . [X] ||| das [X][X] . [X] ||| 1 ||| 1-1 ||| 0.025641 0.025641
-it is [X][X] Alexander [X][X] [X] ||| das ist [X][X] Alexander [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.025641 0.025641
-it is [X][X] Nikitin . [X] ||| das ist [X][X] Nikitin . [X] ||| 1 ||| 2-2 ||| 0.025641 0.025641
-it is [X][X] . [X] ||| das ist [X][X] . [X] ||| 1 ||| 2-2 ||| 0.025641 0.025641
-it is the [X][X] . [X] ||| das ist der [X][X] . [X] ||| 1 ||| 3-3 ||| 0.025641 0.025641
-are pleased [X] ||| freuen [X] ||| 1 ||| ||| 1 1
-us [X] ||| uns [X] ||| 1 ||| ||| 1 1
-of us [X] ||| uns [X] ||| 1 ||| ||| 1 1
-here [X] ||| hier [X] ||| 1 ||| ||| 1 1
-all [X] ||| alle [X] ||| 1 ||| ||| 1 1
-all of [X] ||| alle [X] ||| 1 ||| ||| 1 1
-the [X] ||| das [X] ||| 1 ||| ||| 1 1
-courts [X] ||| Gericht [X] ||| 1 ||| ||| 1 1
-courts have [X] ||| Gericht [X] ||| 1 ||| ||| 1 1
-him [X] ||| ihn [X] ||| 1 ||| ||| 1 1
-acquitted [X] ||| freigesprochen [X] ||| 1 ||| ||| 1 1
-have acquitted [X] ||| freigesprochen [X] ||| 1 ||| ||| 1 1
-and [X] ||| und [X] ||| 1 ||| ||| 1 1
-it clear [X] ||| deutlich [X] ||| 1 ||| ||| 1 1
-too [X] ||| auch [X] ||| 1 ||| ||| 1 1
-too , [X] ||| auch [X] ||| 1 ||| ||| 1 1
-, too [X] ||| auch [X] ||| 1 ||| ||| 1 1
-, too , [X] ||| auch [X] ||| 1 ||| ||| 1 1
-in [X] ||| in [X] ||| 1 ||| ||| 1 1
-Russia [X] ||| Rußland [X] ||| 1 ||| ||| 1 1
-Russia , [X] ||| Rußland [X] ||| 1 ||| ||| 1 1
-to [X] ||| zu [X] ||| 1 ||| ||| 1 1
-environmental information [X] ||| Umweltinformationen [X] ||| 1 ||| ||| 1 1
-constitutional [X] ||| konstitutionelles [X] ||| 1 ||| ||| 1 1
-a constitutional [X] ||| konstitutionelles [X] ||| 1 ||| ||| 1 1
-right [X] ||| Recht [X] ||| 1 ||| ||| 1 1
-is [X] ||| ist [X] ||| 1 ||| ||| 1 1
-is a [X] ||| ist [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-are pleased [X] ||| wir freuen [X] ||| 1 ||| ||| 1 1
-us here [X] ||| uns hier [X] ||| 1 ||| ||| 1 1
-of us here [X] ||| uns hier [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] here [X] ||| [X][X] hier [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-that [X] ||| , daß [X] ||| 1 ||| ||| 2 2
-the courts [X] ||| das Gericht [X] ||| 1 ||| ||| 1 1
-the courts have [X] ||| das Gericht [X] ||| 1 ||| ||| 0.5 0.5
-the [X][X] [X] ||| das [X][X] [X] ||| 1 ||| 1-1 ||| 0.804443 0.804443
-acquitted him [X] ||| ihn freigesprochen [X] ||| 1 ||| ||| 1 1
-have acquitted him [X] ||| ihn freigesprochen [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] him [X] ||| ihn [X][X] [X] ||| 1 ||| 0-1 ||| 0.5 0.5
-made [X] ||| gemacht hat [X] ||| 1 ||| ||| 1 1
-in Russia [X] ||| in Rußland [X] ||| 1 ||| ||| 1 1
-in Russia , [X] ||| in Rußland [X] ||| 1 ||| ||| 0.5 0.5
-in [X][X] [X] ||| in [X][X] [X] ||| 1 ||| 1-1 ||| 0.5 0.5
-access [X] ||| der Zugang [X] ||| 1 ||| ||| 1 1
-, access [X] ||| der Zugang [X] ||| 1 ||| ||| 1 1
-to environmental information [X] ||| zu Umweltinformationen [X] ||| 1 ||| ||| 0.5 0.5
-to [X][X] [X] ||| zu [X][X] [X] ||| 1 ||| 1-1 ||| 0.711111 0.711111
-constitutional right [X] ||| konstitutionelles Recht [X] ||| 1 ||| ||| 1 1
-a constitutional right [X] ||| konstitutionelles Recht [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] right [X] ||| [X][X] Recht [X] ||| 1 ||| 0-0 ||| 0.5 0.5
-us here are pleased [X] ||| freuen uns hier [X] ||| 1 ||| ||| 0.333333 0.333333
-us here [X][X] [X] ||| [X][X] uns hier [X] ||| 1 ||| 2-0 ||| 0.583333 0.583333
-[X][X] are pleased [X] ||| freuen [X][X] [X] ||| 1 ||| 0-1 ||| 0.6 0.6
-of us here are pleased [X] ||| freuen uns hier [X] ||| 1 ||| ||| 0.166667 0.166667
-of us here [X][X] [X] ||| [X][X] uns hier [X] ||| 1 ||| 3-0 ||| 0.291667 0.291667
-[X][X] here [X][X] [X] ||| [X][X] [X][X] hier [X] ||| 1 ||| 2-0 0-1 ||| 0.291667 0.291667
-[X][X] here are pleased [X] ||| freuen [X][X] hier [X] ||| 1 ||| 0-1 ||| 0.166667 0.166667
-of [X][X] are pleased [X] ||| freuen [X][X] [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-all of us here [X] ||| uns hier alle [X] ||| 1 ||| ||| 0.2 0.2
-all [X][X] here [X] ||| [X][X] hier alle [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-all of [X][X] [X] ||| [X][X] alle [X] ||| 1 ||| 2-0 ||| 0.366667 0.366667
-all [X][X] [X] ||| [X][X] alle [X] ||| 1 ||| 1-0 ||| 0.366667 0.366667
-[X][X] us here [X] ||| uns hier [X][X] [X] ||| 1 ||| 0-2 ||| 0.2 0.2
-that the [X] ||| , daß das [X] ||| 1 ||| ||| 1 1
-courts have acquitted him [X] ||| Gericht ihn freigesprochen [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] acquitted him [X] ||| [X][X] ihn freigesprochen [X] ||| 1 ||| 0-0 ||| 0.391667 0.391667
-courts have [X][X] [X] ||| Gericht [X][X] [X] ||| 1 ||| 2-1 ||| 0.428175 0.428175
-courts [X][X] [X] ||| Gericht [X][X] [X] ||| 1 ||| 1-1 ||| 0.428175 0.428175
-courts [X][X] him [X] ||| Gericht ihn [X][X] [X] ||| 1 ||| 1-2 ||| 0.2 0.2
-acquitted him and [X] ||| ihn freigesprochen und [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 0-0 ||| 1.01096 1.01096
-have acquitted him and [X] ||| ihn freigesprochen und [X] ||| 1 ||| ||| 0.25 0.25
-have [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-[X][X] him and [X] ||| ihn [X][X] und [X] ||| 1 ||| 0-1 ||| 0.25 0.25
-made it clear [X] ||| deutlich gemacht hat [X] ||| 1 ||| ||| 0.5 0.5
-made [X][X] [X] ||| [X][X] gemacht hat [X] ||| 1 ||| 1-0 ||| 0.5 0.5
-in Russia , too [X] ||| auch in Rußland [X] ||| 1 ||| ||| 0.2 0.2
-in Russia [X][X] [X] ||| [X][X] in Rußland [X] ||| 1 ||| 2-0 ||| 0.342857 0.342857
-[X][X] , too [X] ||| auch [X][X] [X] ||| 1 ||| 0-1 ||| 0.2 0.2
-[X][X] too [X] ||| auch [X][X] [X] ||| 1 ||| 0-1 ||| 0.2 0.2
-in [X][X] too [X] ||| auch in [X][X] [X] ||| 1 ||| 1-2 ||| 0.2 0.2
-in Russia , too , [X] ||| auch in Rußland [X] ||| 1 ||| ||| 0.142857 0.142857
-in Russia , [X][X] [X] ||| [X][X] in Rußland [X] ||| 1 ||| 3-0 ||| 0.142857 0.142857
-in Russia [X][X] , [X] ||| [X][X] in Rußland [X] ||| 1 ||| 2-0 ||| 0.142857 0.142857
-[X][X] , too , [X] ||| auch [X][X] [X] ||| 1 ||| 0-1 ||| 0.142857 0.142857
-[X][X] too , [X] ||| auch [X][X] [X] ||| 1 ||| 0-1 ||| 0.142857 0.142857
-in [X][X] too , [X] ||| auch in [X][X] [X] ||| 1 ||| 1-2 ||| 0.142857 0.142857
-access to [X] ||| der Zugang zu [X] ||| 1 ||| ||| 1 1
-, access to [X] ||| der Zugang zu [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] to [X] ||| [X][X] zu [X] ||| 1 ||| 0-0 ||| 0.635747 0.635747
-is a constitutional right [X] ||| konstitutionelles Recht ist [X] ||| 1 ||| ||| 0.2 0.2
-is [X][X] right [X] ||| [X][X] Recht ist [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-is a [X][X] [X] ||| [X][X] ist [X] ||| 1 ||| 2-0 ||| 0.2 0.2
-is [X][X] [X] ||| [X][X] ist [X] ||| 1 ||| 1-0 ||| 0.2 0.2
-[X][X] constitutional right [X] ||| konstitutionelles Recht [X][X] [X] ||| 1 ||| 0-2 ||| 0.2 0.2
-us here are pleased [X] ||| wir freuen uns hier [X] ||| 1 ||| ||| 0.25 0.25
-us here [X][X] [X] ||| wir [X][X] uns hier [X] ||| 1 ||| 2-1 ||| 0.25 0.25
-[X][X] are pleased [X] ||| wir freuen [X][X] [X] ||| 1 ||| 0-2 ||| 0.441667 0.441667
-of us here are pleased [X] ||| wir freuen uns hier [X] ||| 1 ||| ||| 0.125 0.125
-of us here [X][X] [X] ||| wir [X][X] uns hier [X] ||| 1 ||| 3-1 ||| 0.125 0.125
-[X][X] here [X][X] [X] ||| wir [X][X] [X][X] hier [X] ||| 1 ||| 2-1 0-2 ||| 0.125 0.125
-[X][X] here are pleased [X] ||| wir freuen [X][X] hier [X] ||| 1 ||| 0-2 ||| 0.125 0.125
-of [X][X] are pleased [X] ||| wir freuen [X][X] [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-all of us here [X][X] [X] ||| [X][X] uns hier alle [X] ||| 1 ||| 4-0 ||| 0.166667 0.166667
-all [X][X] here [X][X] [X] ||| [X][X] [X][X] hier alle [X] ||| 1 ||| 3-0 1-1 ||| 0.166667 0.166667
-[X][X] us here [X][X] [X] ||| [X][X] uns hier [X][X] [X] ||| 1 ||| 3-0 0-3 ||| 0.166667 0.166667
-all [X][X] here are pleased [X] ||| freuen [X][X] hier alle [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-all of [X][X] are pleased [X] ||| freuen [X][X] alle [X] ||| 1 ||| 2-1 ||| 0.1 0.1
-all [X][X] are pleased [X] ||| freuen [X][X] alle [X] ||| 1 ||| 1-1 ||| 0.1 0.1
-[X][X] us here are pleased [X] ||| freuen uns hier [X][X] [X] ||| 1 ||| 0-3 ||| 0.1 0.1
-that the courts [X] ||| , daß das Gericht [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] courts [X] ||| [X][X] Gericht [X] ||| 1 ||| 0-0 ||| 0.479798 0.479798
-that [X][X] [X] ||| , daß [X][X] [X] ||| 1 ||| 1-2 ||| 1.19132 1.19132
-that the courts have [X] ||| , daß das Gericht [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] courts have [X] ||| [X][X] Gericht [X] ||| 1 ||| 0-0 ||| 0.305128 0.305128
-that [X][X] have [X] ||| , daß [X][X] [X] ||| 1 ||| 1-2 ||| 0.2 0.2
-that the [X][X] [X] ||| , daß das [X][X] [X] ||| 1 ||| 2-3 ||| 0.364753 0.364753
-the courts have acquitted him [X] ||| das Gericht ihn freigesprochen [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] have acquitted him [X] ||| [X][X] ihn freigesprochen [X] ||| 1 ||| 0-0 ||| 0.191667 0.191667
-the [X][X] acquitted him [X] ||| das [X][X] ihn freigesprochen [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-the courts have [X][X] [X] ||| das Gericht [X][X] [X] ||| 1 ||| 3-2 ||| 0.304443 0.304443
-the courts [X][X] [X] ||| das Gericht [X][X] [X] ||| 1 ||| 2-2 ||| 0.304443 0.304443
-the courts [X][X] him [X] ||| das Gericht ihn [X][X] [X] ||| 1 ||| 2-3 ||| 0.125 0.125
-courts have acquitted him and [X] ||| Gericht ihn freigesprochen und [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] acquitted him and [X] ||| [X][X] ihn freigesprochen und [X] ||| 1 ||| 0-0 ||| 0.260965 0.260965
-courts have [X][X] and [X] ||| Gericht [X][X] und [X] ||| 1 ||| 2-1 ||| 0.125 0.125
-courts [X][X] and [X] ||| Gericht [X][X] und [X] ||| 1 ||| 1-1 ||| 0.125 0.125
-courts [X][X] him and [X] ||| Gericht ihn [X][X] und [X] ||| 1 ||| 1-2 ||| 0.125 0.125
-and made it clear [X] ||| und deutlich gemacht hat [X] ||| 1 ||| ||| 0.333333 0.333333
-and made [X][X] [X] ||| und [X][X] gemacht hat [X] ||| 1 ||| 2-1 ||| 0.333333 0.333333
-and [X][X] [X] ||| und [X][X] [X] ||| 1 ||| 1-1 ||| 0.666667 0.666667
-access to environmental information [X] ||| der Zugang zu Umweltinformationen [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] environmental information [X] ||| [X][X] Umweltinformationen [X] ||| 1 ||| 0-0 ||| 0.490476 0.490476
-access [X][X] [X] ||| der Zugang [X][X] [X] ||| 1 ||| 1-2 ||| 0.410256 0.410256
-access to [X][X] [X] ||| der Zugang zu [X][X] [X] ||| 1 ||| 2-3 ||| 0.410256 0.410256
-, access to environmental information [X] ||| der Zugang zu Umweltinformationen [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] to environmental information [X] ||| [X][X] zu Umweltinformationen [X] ||| 1 ||| 0-0 ||| 0.240476 0.240476
-[X][X] to [X][X] [X] ||| [X][X] zu [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.369643 0.369643
-, [X][X] environmental information [X] ||| [X][X] Umweltinformationen [X] ||| 1 ||| 1-0 ||| 0.142857 0.142857
-, access [X][X] [X] ||| der Zugang [X][X] [X] ||| 1 ||| 2-2 ||| 0.272024 0.272024
-, access to [X][X] [X] ||| der Zugang zu [X][X] [X] ||| 1 ||| 3-3 ||| 0.272024 0.272024
-[X][X] is a constitutional right [X] ||| [X][X] konstitutionelles Recht ist [X] ||| 1 ||| 0-0 ||| 0.354701 0.354701
-[X][X] is [X][X] right [X] ||| [X][X] [X][X] Recht ist [X] ||| 1 ||| 0-0 2-1 ||| 0.354701 0.354701
-[X][X] is a [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 1 ||| 0-0 3-1 ||| 0.354701 0.354701
-[X][X] is [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 1 ||| 0-0 2-1 ||| 0.354701 0.354701
-environmental information is [X][X] right [X] ||| Umweltinformationen [X][X] Recht ist [X] ||| 1 ||| 3-1 ||| 0.111111 0.111111
-environmental information is a [X][X] [X] ||| Umweltinformationen [X][X] ist [X] ||| 1 ||| 4-1 ||| 0.111111 0.111111
-environmental information is [X][X] [X] ||| Umweltinformationen [X][X] ist [X] ||| 1 ||| 3-1 ||| 0.111111 0.111111
-environmental information [X][X] [X] ||| Umweltinformationen [X][X] [X] ||| 1 ||| 2-1 ||| 0.253968 0.253968
-environmental information [X][X] constitutional right [X] ||| Umweltinformationen konstitutionelles Recht [X][X] [X] ||| 1 ||| 2-3 ||| 0.111111 0.111111
-is a constitutional right . [X] ||| konstitutionelles Recht ist . [X] ||| 1 ||| ||| 0.166667 0.166667
-is [X][X] right . [X] ||| [X][X] Recht ist . [X] ||| 1 ||| 1-0 ||| 0.166667 0.166667
-is a [X][X] . [X] ||| [X][X] ist . [X] ||| 1 ||| 2-0 ||| 0.166667 0.166667
-is [X][X] . [X] ||| [X][X] ist . [X] ||| 1 ||| 1-0 ||| 0.166667 0.166667
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 0.566468 0.566468
-[X][X] constitutional right . [X] ||| konstitutionelles Recht [X][X] . [X] ||| 1 ||| 0-2 ||| 0.166667 0.166667
-all of us here [X][X] [X] ||| wir [X][X] uns hier alle [X] ||| 1 ||| 4-1 ||| 0.0666667 0.0666667
-all [X][X] here [X][X] [X] ||| wir [X][X] [X][X] hier alle [X] ||| 1 ||| 3-1 1-2 ||| 0.0666667 0.0666667
-[X][X] us here [X][X] [X] ||| wir [X][X] uns hier [X][X] [X] ||| 1 ||| 3-1 0-4 ||| 0.0666667 0.0666667
-all of [X][X] [X] ||| wir [X][X] alle [X] ||| 1 ||| 2-1 ||| 0.0666667 0.0666667
-all [X][X] [X] ||| wir [X][X] alle [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-all [X][X] here are pleased [X] ||| wir freuen [X][X] hier alle [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-all of [X][X] are pleased [X] ||| wir freuen [X][X] alle [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-all [X][X] are pleased [X] ||| wir freuen [X][X] alle [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-[X][X] us here are pleased [X] ||| wir freuen uns hier [X][X] [X] ||| 1 ||| 0-4 ||| 0.0666667 0.0666667
-[X][X] have acquitted him and [X] ||| [X][X] ihn freigesprochen und [X] ||| 1 ||| 0-0 ||| 0.135965 0.135965
-[X][X] have [X][X] and [X] ||| [X][X] [X][X] und [X] ||| 1 ||| 0-0 2-1 ||| 0.135965 0.135965
-the [X][X] acquitted him and [X] ||| das [X][X] ihn freigesprochen und [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-the [X][X] and [X] ||| das [X][X] und [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-the courts have [X][X] and [X] ||| das Gericht [X][X] und [X] ||| 1 ||| 3-2 ||| 0.0833333 0.0833333
-the courts [X][X] and [X] ||| das Gericht [X][X] und [X] ||| 1 ||| 2-2 ||| 0.0833333 0.0833333
-the courts [X][X] him and [X] ||| das Gericht ihn [X][X] und [X] ||| 1 ||| 2-3 ||| 0.0833333 0.0833333
-made it clear that [X] ||| deutlich gemacht hat , daß [X] ||| 1 ||| ||| 0.333333 0.333333
-made [X][X] that [X] ||| [X][X] gemacht hat , daß [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-[X][X] that [X] ||| [X][X] , daß [X] ||| 1 ||| 0-0 ||| 1.00944 1.00944
-that in Russia , too [X] ||| , daß auch in Rußland [X] ||| 1 ||| ||| 0.166667 0.166667
-that in Russia [X][X] [X] ||| , daß [X][X] in Rußland [X] ||| 1 ||| 3-2 ||| 0.277778 0.277778
-that [X][X] , too [X] ||| , daß auch [X][X] [X] ||| 1 ||| 1-3 ||| 0.166667 0.166667
-that [X][X] too [X] ||| , daß auch [X][X] [X] ||| 1 ||| 1-3 ||| 0.166667 0.166667
-that in [X][X] too [X] ||| , daß auch in [X][X] [X] ||| 1 ||| 2-4 ||| 0.166667 0.166667
-that in Russia , [X][X] [X] ||| , daß [X][X] in Rußland [X] ||| 1 ||| 4-2 ||| 0.111111 0.111111
-that [X][X] , [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 1 ||| 3-2 1-3 ||| 0.111111 0.111111
-that in Russia [X][X] , [X] ||| , daß [X][X] in Rußland [X] ||| 1 ||| 3-2 ||| 0.111111 0.111111
-that [X][X] , [X] ||| , daß [X][X] [X] ||| 1 ||| 1-2 ||| 0.111111 0.111111
-that [X][X] , too , [X] ||| , daß auch [X][X] [X] ||| 1 ||| 1-3 ||| 0.111111 0.111111
-that [X][X] too , [X] ||| , daß auch [X][X] [X] ||| 1 ||| 1-3 ||| 0.111111 0.111111
-that in [X][X] too , [X] ||| , daß auch in [X][X] [X] ||| 1 ||| 2-4 ||| 0.111111 0.111111
-in Russia , [X][X] access [X] ||| [X][X] in Rußland der Zugang [X] ||| 1 ||| 3-0 ||| 0.0769231 0.0769231
-[X][X] , [X][X] access [X] ||| [X][X] [X][X] der Zugang [X] ||| 1 ||| 2-0 0-1 ||| 0.0769231 0.0769231
-in Russia [X][X] , access [X] ||| [X][X] in Rußland der Zugang [X] ||| 1 ||| 2-0 ||| 0.0769231 0.0769231
-in Russia [X][X] access [X] ||| [X][X] in Rußland der Zugang [X] ||| 1 ||| 2-0 ||| 0.0769231 0.0769231
-[X][X] , access [X] ||| [X][X] der Zugang [X] ||| 1 ||| 0-0 ||| 0.258741 0.258741
-[X][X] access [X] ||| [X][X] der Zugang [X] ||| 1 ||| 0-0 ||| 0.258741 0.258741
-[X][X] , too , access [X] ||| auch [X][X] der Zugang [X] ||| 1 ||| 0-1 ||| 0.0769231 0.0769231
-[X][X] , too [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 1 ||| 0-1 3-2 ||| 0.185747 0.185747
-[X][X] too , access [X] ||| auch [X][X] der Zugang [X] ||| 1 ||| 0-1 ||| 0.0769231 0.0769231
-[X][X] too [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 1 ||| 0-1 2-2 ||| 0.185747 0.185747
-in [X][X] too , access [X] ||| auch in [X][X] der Zugang [X] ||| 1 ||| 1-2 ||| 0.0769231 0.0769231
-in [X][X] too [X][X] [X] ||| auch in [X][X] [X][X] [X] ||| 1 ||| 1-2 3-3 ||| 0.185747 0.185747
-in Russia , too [X][X] [X] ||| auch in Rußland [X][X] [X] ||| 1 ||| 4-3 ||| 0.185747 0.185747
-to [X][X] is [X][X] right [X] ||| zu [X][X] [X][X] Recht ist [X] ||| 1 ||| 1-1 3-2 ||| 0.1 0.1
-to [X][X] is a [X][X] [X] ||| zu [X][X] [X][X] ist [X] ||| 1 ||| 1-1 4-2 ||| 0.1 0.1
-to [X][X] is [X][X] [X] ||| zu [X][X] [X][X] ist [X] ||| 1 ||| 1-1 3-2 ||| 0.1 0.1
-to environmental information is [X][X] [X] ||| zu Umweltinformationen [X][X] ist [X] ||| 1 ||| 4-2 ||| 0.1 0.1
-to environmental information [X][X] [X] ||| zu Umweltinformationen [X][X] [X] ||| 1 ||| 3-2 ||| 0.211111 0.211111
-[X][X] is [X][X] right . [X] ||| [X][X] [X][X] Recht ist . [X] ||| 1 ||| 0-0 2-1 ||| 0.399802 0.399802
-[X][X] is a [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 1 ||| 0-0 3-1 ||| 0.399802 0.399802
-[X][X] is [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 1 ||| 0-0 2-1 ||| 0.399802 0.399802
-environmental information is [X][X] . [X] ||| Umweltinformationen [X][X] ist . [X] ||| 1 ||| 3-1 ||| 0.142857 0.142857
-environmental information [X][X] . [X] ||| Umweltinformationen [X][X] . [X] ||| 1 ||| 2-1 ||| 0.142857 0.142857
-all [X][X] here [X][X] that [X] ||| [X][X] [X][X] hier alle , daß [X] ||| 1 ||| 3-0 1-1 ||| 0.22619 0.22619
-[X][X] us here [X][X] that [X] ||| [X][X] uns hier [X][X] , daß [X] ||| 1 ||| 3-0 0-3 ||| 0.22619 0.22619
-all of [X][X] that [X] ||| [X][X] alle , daß [X] ||| 1 ||| 2-0 ||| 0.22619 0.22619
-all [X][X] that [X] ||| [X][X] alle , daß [X] ||| 1 ||| 1-0 ||| 0.22619 0.22619
-all [X][X] are pleased that [X] ||| freuen [X][X] alle , daß [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-[X][X] are pleased that [X] ||| freuen [X][X] , daß [X] ||| 1 ||| 0-1 ||| 0.142857 0.142857
-[X][X] courts have acquitted him [X] ||| [X][X] Gericht ihn freigesprochen [X] ||| 1 ||| 0-0 ||| 0.0666667 0.0666667
-[X][X] courts have [X][X] [X] ||| [X][X] Gericht [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.164753 0.164753
-[X][X] courts [X][X] [X] ||| [X][X] Gericht [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.164753 0.164753
-[X][X] courts [X][X] him [X] ||| [X][X] Gericht ihn [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.0666667 0.0666667
-that [X][X] have acquitted him [X] ||| , daß [X][X] ihn freigesprochen [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-that [X][X] have [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 1 ||| 1-2 3-3 ||| 0.164753 0.164753
-that [X][X] acquitted him [X] ||| , daß [X][X] ihn freigesprochen [X] ||| 1 ||| 1-2 ||| 0.0666667 0.0666667
-that the [X][X] acquitted him [X] ||| , daß das [X][X] ihn freigesprochen [X] ||| 1 ||| 2-3 ||| 0.0666667 0.0666667
-that the courts have [X][X] [X] ||| , daß das Gericht [X][X] [X] ||| 1 ||| 4-4 ||| 0.164753 0.164753
-that the courts [X][X] [X] ||| , daß das Gericht [X][X] [X] ||| 1 ||| 3-4 ||| 0.164753 0.164753
-that the courts [X][X] him [X] ||| , daß das Gericht ihn [X][X] [X] ||| 1 ||| 3-5 ||| 0.0666667 0.0666667
-[X][X] and made it clear [X] ||| [X][X] und deutlich gemacht hat [X] ||| 1 ||| 0-0 ||| 0.35007 0.35007
-[X][X] and made [X][X] [X] ||| [X][X] und [X][X] gemacht hat [X] ||| 1 ||| 0-0 3-2 ||| 0.35007 0.35007
-[X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.599991 0.599991
-[X][X] made it clear [X] ||| [X][X] deutlich gemacht hat [X] ||| 1 ||| 0-0 ||| 0.35007 0.35007
-[X][X] made [X][X] [X] ||| [X][X] [X][X] gemacht hat [X] ||| 1 ||| 0-0 2-1 ||| 0.35007 0.35007
-acquitted him [X][X] [X] ||| ihn freigesprochen [X][X] [X] ||| 1 ||| 2-2 ||| 0.225 0.225
-acquitted him and made [X][X] [X] ||| ihn freigesprochen und [X][X] gemacht hat [X] ||| 1 ||| 4-3 ||| 0.125 0.125
-acquitted him and [X][X] [X] ||| ihn freigesprochen und [X][X] [X] ||| 1 ||| 3-3 ||| 0.225 0.225
-have [X][X] and made [X][X] [X] ||| [X][X] und [X][X] gemacht hat [X] ||| 1 ||| 1-0 4-2 ||| 0.0714286 0.0714286
-have [X][X] and [X][X] [X] ||| [X][X] und [X][X] [X] ||| 1 ||| 1-0 3-2 ||| 0.130252 0.130252
-have [X][X] made it clear [X] ||| [X][X] deutlich gemacht hat [X] ||| 1 ||| 1-0 ||| 0.0714286 0.0714286
-have [X][X] made [X][X] [X] ||| [X][X] [X][X] gemacht hat [X] ||| 1 ||| 1-0 3-1 ||| 0.0714286 0.0714286
-[X][X] him [X][X] [X] ||| ihn [X][X] [X][X] [X] ||| 1 ||| 0-1 2-2 ||| 0.130252 0.130252
-[X][X] him and made [X][X] [X] ||| ihn [X][X] und [X][X] gemacht hat [X] ||| 1 ||| 0-1 4-3 ||| 0.0714286 0.0714286
-[X][X] him and [X][X] [X] ||| ihn [X][X] und [X][X] [X] ||| 1 ||| 0-1 3-3 ||| 0.130252 0.130252
-have acquitted him [X][X] [X] ||| ihn freigesprochen [X][X] [X] ||| 1 ||| 3-2 ||| 0.130252 0.130252
-have acquitted him and [X][X] [X] ||| ihn freigesprochen und [X][X] [X] ||| 1 ||| 4-3 ||| 0.130252 0.130252
-and made it clear that [X] ||| und deutlich gemacht hat , daß [X] ||| 1 ||| ||| 0.2 0.2
-and made [X][X] that [X] ||| und [X][X] gemacht hat , daß [X] ||| 1 ||| 2-1 ||| 0.2 0.2
-and [X][X] that [X] ||| und [X][X] , daß [X] ||| 1 ||| 1-1 ||| 0.2 0.2
-[X][X] , [X][X] access to [X] ||| [X][X] [X][X] der Zugang zu [X] ||| 1 ||| 2-0 0-1 ||| 0.0588235 0.0588235
-in Russia [X][X] , [X][X] [X] ||| [X][X] in Rußland [X][X] [X] ||| 1 ||| 2-0 4-3 ||| 0.108824 0.108824
-in Russia [X][X] access to [X] ||| [X][X] in Rußland der Zugang zu [X] ||| 1 ||| 2-0 ||| 0.0588235 0.0588235
-[X][X] , access to [X] ||| [X][X] der Zugang zu [X] ||| 1 ||| 0-0 ||| 0.135747 0.135747
-[X][X] access to [X] ||| [X][X] der Zugang zu [X] ||| 1 ||| 0-0 ||| 0.135747 0.135747
-[X][X] , too [X][X] to [X] ||| auch [X][X] [X][X] zu [X] ||| 1 ||| 0-1 3-2 ||| 0.0588235 0.0588235
-[X][X] , too , [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 1 ||| 0-1 4-2 ||| 0.108824 0.108824
-[X][X] too , access to [X] ||| auch [X][X] der Zugang zu [X] ||| 1 ||| 0-1 ||| 0.0588235 0.0588235
-[X][X] too [X][X] to [X] ||| auch [X][X] [X][X] zu [X] ||| 1 ||| 0-1 2-2 ||| 0.0588235 0.0588235
-[X][X] too , [X][X] [X] ||| auch [X][X] [X][X] [X] ||| 1 ||| 0-1 3-2 ||| 0.108824 0.108824
-in [X][X] too [X][X] to [X] ||| auch in [X][X] [X][X] zu [X] ||| 1 ||| 1-2 3-3 ||| 0.0588235 0.0588235
-in [X][X] too , [X][X] [X] ||| auch in [X][X] [X][X] [X] ||| 1 ||| 1-2 4-3 ||| 0.108824 0.108824
-to [X][X] is [X][X] . [X] ||| zu [X][X] [X][X] ist . [X] ||| 1 ||| 1-1 3-2 ||| 0.111111 0.111111
-to [X][X] . [X] ||| zu [X][X] . [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-to environmental information [X][X] . [X] ||| zu Umweltinformationen [X][X] . [X] ||| 1 ||| 3-2 ||| 0.111111 0.111111
-all [X][X] here [X][X] that [X] ||| wir [X][X] [X][X] hier alle , daß [X] ||| 1 ||| 3-1 1-2 ||| 0.0833333 0.0833333
-[X][X] us here [X][X] that [X] ||| wir [X][X] uns hier [X][X] , daß [X] ||| 1 ||| 3-1 0-4 ||| 0.0833333 0.0833333
-all of [X][X] that [X] ||| wir [X][X] alle , daß [X] ||| 1 ||| 2-1 ||| 0.0833333 0.0833333
-all [X][X] that [X] ||| wir [X][X] alle , daß [X] ||| 1 ||| 1-1 ||| 0.0833333 0.0833333
-[X][X] that [X] ||| wir [X][X] , daß [X] ||| 1 ||| 0-1 ||| 0.0833333 0.0833333
-all [X][X] are pleased that [X] ||| wir freuen [X][X] alle , daß [X] ||| 1 ||| 1-2 ||| 0.0833333 0.0833333
-[X][X] are pleased that [X] ||| wir freuen [X][X] , daß [X] ||| 1 ||| 0-2 ||| 0.0833333 0.0833333
-all of [X][X] that the [X] ||| [X][X] alle , daß das [X] ||| 1 ||| 2-0 ||| 0.233766 0.233766
-all [X][X] that the [X] ||| [X][X] alle , daß das [X] ||| 1 ||| 1-0 ||| 0.233766 0.233766
-[X][X] that the [X] ||| [X][X] , daß das [X] ||| 1 ||| 0-0 ||| 0.233766 0.233766
-[X][X] the [X] ||| [X][X] das [X] ||| 1 ||| 0-0 ||| 0.233766 0.233766
-all [X][X] are pleased [X][X] [X] ||| freuen [X][X] alle [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.300433 0.300433
-[X][X] are pleased that the [X] ||| freuen [X][X] , daß das [X] ||| 1 ||| 0-1 ||| 0.142857 0.142857
-[X][X] are pleased [X][X] [X] ||| freuen [X][X] [X][X] [X] ||| 1 ||| 0-1 3-2 ||| 0.300433 0.300433
-[X][X] courts have [X][X] and [X] ||| [X][X] Gericht [X][X] und [X] ||| 1 ||| 0-0 3-2 ||| 0.0526316 0.0526316
-[X][X] courts [X][X] and [X] ||| [X][X] Gericht [X][X] und [X] ||| 1 ||| 0-0 2-2 ||| 0.0526316 0.0526316
-[X][X] courts [X][X] him and [X] ||| [X][X] Gericht ihn [X][X] und [X] ||| 1 ||| 0-0 2-3 ||| 0.0526316 0.0526316
-that [X][X] have [X][X] and [X] ||| , daß [X][X] [X][X] und [X] ||| 1 ||| 1-2 3-3 ||| 0.0526316 0.0526316
-that [X][X] acquitted him and [X] ||| , daß [X][X] ihn freigesprochen und [X] ||| 1 ||| 1-2 ||| 0.0526316 0.0526316
-that [X][X] and [X] ||| , daß [X][X] und [X] ||| 1 ||| 1-2 ||| 0.0526316 0.0526316
-that the [X][X] and [X] ||| , daß das [X][X] und [X] ||| 1 ||| 2-3 ||| 0.0526316 0.0526316
-that the courts [X][X] and [X] ||| , daß das Gericht [X][X] und [X] ||| 1 ||| 3-4 ||| 0.0526316 0.0526316
-[X][X] acquitted him [X][X] [X] ||| [X][X] ihn freigesprochen [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.244739 0.244739
-[X][X] acquitted him and [X][X] [X] ||| [X][X] ihn freigesprochen und [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.244739 0.244739
-courts have [X][X] and [X][X] [X] ||| Gericht [X][X] und [X][X] [X] ||| 1 ||| 2-1 4-3 ||| 0.103175 0.103175
-courts [X][X] and made [X][X] [X] ||| Gericht [X][X] und [X][X] gemacht hat [X] ||| 1 ||| 1-1 4-3 ||| 0.0555556 0.0555556
-courts [X][X] and [X][X] [X] ||| Gericht [X][X] und [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.103175 0.103175
-courts have [X][X] made [X][X] [X] ||| Gericht [X][X] [X][X] gemacht hat [X] ||| 1 ||| 2-1 4-2 ||| 0.0555556 0.0555556
-courts [X][X] made it clear [X] ||| Gericht [X][X] deutlich gemacht hat [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-courts [X][X] made [X][X] [X] ||| Gericht [X][X] [X][X] gemacht hat [X] ||| 1 ||| 1-1 3-2 ||| 0.0555556 0.0555556
-courts [X][X] him [X][X] [X] ||| Gericht ihn [X][X] [X][X] [X] ||| 1 ||| 1-2 3-3 ||| 0.103175 0.103175
-courts [X][X] him and [X][X] [X] ||| Gericht ihn [X][X] und [X][X] [X] ||| 1 ||| 1-2 4-4 ||| 0.103175 0.103175
-courts have acquitted him [X][X] [X] ||| Gericht ihn freigesprochen [X][X] [X] ||| 1 ||| 4-3 ||| 0.103175 0.103175
-that [X][X] , [X][X] access [X] ||| , daß [X][X] [X][X] der Zugang [X] ||| 1 ||| 3-2 1-3 ||| 0.0909091 0.0909091
-that in Russia [X][X] access [X] ||| , daß [X][X] in Rußland der Zugang [X] ||| 1 ||| 3-2 ||| 0.0909091 0.0909091
-that [X][X] , access [X] ||| , daß [X][X] der Zugang [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-that [X][X] access [X] ||| , daß [X][X] der Zugang [X] ||| 1 ||| 1-2 ||| 0.0909091 0.0909091
-that [X][X] , too [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 1 ||| 1-3 4-4 ||| 0.215451 0.215451
-that [X][X] too , access [X] ||| , daß auch [X][X] der Zugang [X] ||| 1 ||| 1-3 ||| 0.0909091 0.0909091
-that [X][X] too [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 1 ||| 1-3 3-4 ||| 0.215451 0.215451
-that in [X][X] too [X][X] [X] ||| , daß auch in [X][X] [X][X] [X] ||| 1 ||| 2-4 4-5 ||| 0.215451 0.215451
-in Russia [X][X] access [X][X] [X] ||| [X][X] in Rußland der Zugang [X][X] [X] ||| 1 ||| 2-0 4-5 ||| 0.05 0.05
-[X][X] , [X][X] environmental information [X] ||| [X][X] [X][X] Umweltinformationen [X] ||| 1 ||| 0-0 2-1 ||| 0.097619 0.097619
-[X][X] , access [X][X] [X] ||| [X][X] der Zugang [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.097619 0.097619
-[X][X] , access to [X][X] [X] ||| [X][X] der Zugang zu [X][X] [X] ||| 1 ||| 0-0 4-4 ||| 0.097619 0.097619
-[X][X] access to environmental information [X] ||| [X][X] der Zugang zu Umweltinformationen [X] ||| 1 ||| 0-0 ||| 0.097619 0.097619
-[X][X] access [X][X] [X] ||| [X][X] der Zugang [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.097619 0.097619
-[X][X] access to [X][X] [X] ||| [X][X] der Zugang zu [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.097619 0.097619
-[X][X] too [X][X] environmental information [X] ||| auch [X][X] [X][X] Umweltinformationen [X] ||| 1 ||| 0-1 2-2 ||| 0.05 0.05
-[X][X] too , access [X][X] [X] ||| auch [X][X] der Zugang [X][X] [X] ||| 1 ||| 0-1 4-4 ||| 0.05 0.05
-[X][X] environmental information is [X][X] [X] ||| [X][X] Umweltinformationen [X][X] ist [X] ||| 1 ||| 0-0 4-2 ||| 0.14359 0.14359
-[X][X] environmental information [X][X] [X] ||| [X][X] Umweltinformationen [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.289423 0.289423
-access [X][X] is [X][X] right [X] ||| der Zugang [X][X] [X][X] Recht ist [X] ||| 1 ||| 1-2 3-3 ||| 0.0769231 0.0769231
-access [X][X] is a [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 1 ||| 1-2 4-3 ||| 0.0769231 0.0769231
-access [X][X] is [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 1 ||| 1-2 3-3 ||| 0.0769231 0.0769231
-access to [X][X] is [X][X] [X] ||| der Zugang zu [X][X] [X][X] ist [X] ||| 1 ||| 2-3 4-4 ||| 0.0769231 0.0769231
-access to environmental information [X][X] [X] ||| der Zugang zu Umweltinformationen [X][X] [X] ||| 1 ||| 4-4 ||| 0.160256 0.160256
-[X][X] to environmental information [X][X] [X] ||| [X][X] zu Umweltinformationen [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.129167 0.129167
-, [X][X] environmental information [X][X] [X] ||| [X][X] Umweltinformationen [X][X] [X] ||| 1 ||| 1-0 4-2 ||| 0.129167 0.129167
-, [X][X] is [X][X] right [X] ||| [X][X] [X][X] Recht ist [X] ||| 1 ||| 1-0 3-1 ||| 0.0666667 0.0666667
-, [X][X] is a [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 1 ||| 1-0 4-1 ||| 0.0666667 0.0666667
-, [X][X] is [X][X] [X] ||| [X][X] [X][X] ist [X] ||| 1 ||| 1-0 3-1 ||| 0.0666667 0.0666667
-, access [X][X] is [X][X] [X] ||| der Zugang [X][X] [X][X] ist [X] ||| 1 ||| 2-2 4-3 ||| 0.0666667 0.0666667
-all of [X][X] that the [X] ||| wir [X][X] alle , daß das [X] ||| 1 ||| 2-1 ||| 0.0909091 0.0909091
-all [X][X] that the [X] ||| wir [X][X] alle , daß das [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-[X][X] that the [X] ||| wir [X][X] , daß das [X] ||| 1 ||| 0-1 ||| 0.0909091 0.0909091
-[X][X] the [X] ||| wir [X][X] das [X] ||| 1 ||| 0-1 ||| 0.0909091 0.0909091
-all [X][X] are pleased [X][X] [X] ||| wir freuen [X][X] alle [X][X] [X] ||| 1 ||| 1-2 4-4 ||| 0.184926 0.184926
-[X][X] are pleased that the [X] ||| wir freuen [X][X] , daß das [X] ||| 1 ||| 0-2 ||| 0.0909091 0.0909091
-[X][X] are pleased [X][X] [X] ||| wir freuen [X][X] [X][X] [X] ||| 1 ||| 0-2 3-3 ||| 0.184926 0.184926
-all of [X][X] that [X][X] [X] ||| [X][X] alle , daß [X][X] [X] ||| 1 ||| 2-0 4-4 ||| 0.251593 0.251593
-all [X][X] that the courts [X] ||| [X][X] alle , daß das Gericht [X] ||| 1 ||| 1-0 ||| 0.146465 0.146465
-all [X][X] that [X][X] [X] ||| [X][X] alle , daß [X][X] [X] ||| 1 ||| 1-0 3-4 ||| 0.251593 0.251593
-[X][X] that the courts [X] ||| [X][X] , daß das Gericht [X] ||| 1 ||| 0-0 ||| 0.146465 0.146465
-[X][X] that [X][X] [X] ||| [X][X] , daß [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.636092 0.636092
-[X][X] the courts [X] ||| [X][X] das Gericht [X] ||| 1 ||| 0-0 ||| 0.146465 0.146465
-[X][X] are pleased [X][X] courts [X] ||| freuen [X][X] [X][X] Gericht [X] ||| 1 ||| 0-1 3-2 ||| 0.0909091 0.0909091
-[X][X] are pleased that [X][X] [X] ||| freuen [X][X] , daß [X][X] [X] ||| 1 ||| 0-1 4-4 ||| 0.157576 0.157576
-all [X][X] that [X][X] have [X] ||| [X][X] alle , daß [X][X] [X] ||| 1 ||| 1-0 3-4 ||| 0.105128 0.105128
-all [X][X] that the [X][X] [X] ||| [X][X] alle , daß das [X][X] [X] ||| 1 ||| 1-0 4-5 ||| 0.105128 0.105128
-[X][X] that the courts have [X] ||| [X][X] , daß das Gericht [X] ||| 1 ||| 0-0 ||| 0.105128 0.105128
-[X][X] that [X][X] have [X] ||| [X][X] , daß [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.105128 0.105128
-[X][X] that the [X][X] [X] ||| [X][X] , daß das [X][X] [X] ||| 1 ||| 0-0 3-4 ||| 0.105128 0.105128
-[X][X] the courts have [X] ||| [X][X] das Gericht [X] ||| 1 ||| 0-0 ||| 0.105128 0.105128
-[X][X] the [X][X] [X] ||| [X][X] das [X][X] [X] ||| 1 ||| 0-0 2-2 ||| 0.105128 0.105128
-[X][X] are pleased [X][X] have [X] ||| freuen [X][X] [X][X] [X] ||| 1 ||| 0-1 3-2 ||| 0.0666667 0.0666667
-[X][X] have acquitted him [X][X] [X] ||| [X][X] ihn freigesprochen [X][X] [X] ||| 1 ||| 0-0 4-3 ||| 0.141564 0.141564
-the [X][X] acquitted him [X][X] [X] ||| das [X][X] ihn freigesprochen [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.0961098 0.0961098
-the [X][X] and made [X][X] [X] ||| das [X][X] und [X][X] gemacht hat [X] ||| 1 ||| 1-1 4-3 ||| 0.0526316 0.0526316
-the [X][X] and [X][X] [X] ||| das [X][X] und [X][X] [X] ||| 1 ||| 1-1 3-3 ||| 0.0961098 0.0961098
-the [X][X] made it clear [X] ||| das [X][X] deutlich gemacht hat [X] ||| 1 ||| 1-1 ||| 0.0526316 0.0526316
-the [X][X] made [X][X] [X] ||| das [X][X] [X][X] gemacht hat [X] ||| 1 ||| 1-1 3-2 ||| 0.0526316 0.0526316
-the courts [X][X] and [X][X] [X] ||| das Gericht [X][X] und [X][X] [X] ||| 1 ||| 2-2 4-4 ||| 0.0961098 0.0961098
-the courts [X][X] made [X][X] [X] ||| das Gericht [X][X] [X][X] gemacht hat [X] ||| 1 ||| 2-2 4-3 ||| 0.0526316 0.0526316
-the courts [X][X] him [X][X] [X] ||| das Gericht ihn [X][X] [X][X] [X] ||| 1 ||| 2-3 4-4 ||| 0.0961098 0.0961098
-[X][X] and made [X][X] that [X] ||| [X][X] und [X][X] gemacht hat , daß [X] ||| 1 ||| 0-0 3-2 ||| 0.249921 0.249921
-[X][X] and [X][X] that [X] ||| [X][X] und [X][X] , daß [X] ||| 1 ||| 0-0 2-2 ||| 0.249921 0.249921
-[X][X] made it clear that [X] ||| [X][X] deutlich gemacht hat , daß [X] ||| 1 ||| 0-0 ||| 0.249921 0.249921
-[X][X] made [X][X] that [X] ||| [X][X] [X][X] gemacht hat , daß [X] ||| 1 ||| 0-0 2-1 ||| 0.249921 0.249921
-acquitted him [X][X] that [X] ||| ihn freigesprochen [X][X] , daß [X] ||| 1 ||| 2-2 ||| 0.1 0.1
-acquitted him and [X][X] that [X] ||| ihn freigesprochen und [X][X] , daß [X] ||| 1 ||| 3-3 ||| 0.1 0.1
-have [X][X] and [X][X] that [X] ||| [X][X] und [X][X] , daß [X] ||| 1 ||| 1-0 3-2 ||| 0.0588235 0.0588235
-have [X][X] made [X][X] that [X] ||| [X][X] [X][X] gemacht hat , daß [X] ||| 1 ||| 1-0 3-1 ||| 0.0588235 0.0588235
-have [X][X] that [X] ||| [X][X] , daß [X] ||| 1 ||| 1-0 ||| 0.0588235 0.0588235
-[X][X] him [X][X] that [X] ||| ihn [X][X] [X][X] , daß [X] ||| 1 ||| 0-1 2-2 ||| 0.0588235 0.0588235
-[X][X] him and [X][X] that [X] ||| ihn [X][X] und [X][X] , daß [X] ||| 1 ||| 0-1 3-3 ||| 0.0588235 0.0588235
-have acquitted him [X][X] that [X] ||| ihn freigesprochen [X][X] , daß [X] ||| 1 ||| 3-2 ||| 0.0588235 0.0588235
-made [X][X] that [X][X] [X] ||| [X][X] gemacht hat , daß [X][X] [X] ||| 1 ||| 1-0 3-5 ||| 0.251166 0.251166
-made [X][X] that [X][X] too [X] ||| [X][X] gemacht hat , daß auch [X][X] [X] ||| 1 ||| 1-0 3-6 ||| 0.0833333 0.0833333
-[X][X] that in Russia [X][X] [X] ||| [X][X] , daß [X][X] in Rußland [X] ||| 1 ||| 0-0 4-3 ||| 0.29359 0.29359
-[X][X] that [X][X] , too [X] ||| [X][X] , daß auch [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.15 0.15
-[X][X] that [X][X] too [X] ||| [X][X] , daß auch [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.15 0.15
-[X][X] that in [X][X] too [X] ||| [X][X] , daß auch in [X][X] [X] ||| 1 ||| 0-0 3-5 ||| 0.15 0.15
-[X][X] in Russia , too [X] ||| [X][X] auch in Rußland [X] ||| 1 ||| 0-0 ||| 0.15 0.15
-[X][X] in Russia [X][X] [X] ||| [X][X] [X][X] in Rußland [X] ||| 1 ||| 0-0 3-1 ||| 0.29359 0.29359
-[X][X] in [X][X] too [X] ||| [X][X] auch in [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.15 0.15
-made it clear [X][X] [X] ||| deutlich gemacht hat [X][X] [X] ||| 1 ||| 3-3 ||| 0.251166 0.251166
-made it clear that [X][X] [X] ||| deutlich gemacht hat , daß [X][X] [X] ||| 1 ||| 4-5 ||| 0.251166 0.251166
-made [X][X] that [X][X] , [X] ||| [X][X] gemacht hat , daß [X][X] [X] ||| 1 ||| 1-0 3-5 ||| 0.0769231 0.0769231
-[X][X] that [X][X] , [X] ||| [X][X] , daß [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.14359 0.14359
-[X][X] that [X][X] too , [X] ||| [X][X] , daß auch [X][X] [X] ||| 1 ||| 0-0 2-4 ||| 0.14359 0.14359
-[X][X] in Russia , [X][X] [X] ||| [X][X] [X][X] in Rußland [X] ||| 1 ||| 0-0 4-1 ||| 0.14359 0.14359
-[X][X] in Russia [X][X] , [X] ||| [X][X] [X][X] in Rußland [X] ||| 1 ||| 0-0 3-1 ||| 0.14359 0.14359
-[X][X] in [X][X] too , [X] ||| [X][X] auch in [X][X] [X] ||| 1 ||| 0-0 2-3 ||| 0.14359 0.14359
-made it clear [X][X] , [X] ||| deutlich gemacht hat [X][X] [X] ||| 1 ||| 3-3 ||| 0.0769231 0.0769231
-that [X][X] , access to [X] ||| , daß [X][X] der Zugang zu [X] ||| 1 ||| 1-2 ||| 0.0769231 0.0769231
-that [X][X] , [X][X] [X] ||| , daß [X][X] [X][X] [X] ||| 1 ||| 1-2 3-3 ||| 0.124542 0.124542
-that [X][X] access to [X] ||| , daß [X][X] der Zugang zu [X] ||| 1 ||| 1-2 ||| 0.0769231 0.0769231
-that [X][X] to [X] ||| , daß [X][X] zu [X] ||| 1 ||| 1-2 ||| 0.0769231 0.0769231
-that [X][X] too [X][X] to [X] ||| , daß auch [X][X] [X][X] zu [X] ||| 1 ||| 1-3 3-4 ||| 0.0769231 0.0769231
-that [X][X] too , [X][X] [X] ||| , daß auch [X][X] [X][X] [X] ||| 1 ||| 1-3 4-4 ||| 0.124542 0.124542
-[X][X] environmental information [X][X] . [X] ||| [X][X] Umweltinformationen [X][X] . [X] ||| 1 ||| 0-0 3-2 ||| 0.145833 0.145833
-access [X][X] is [X][X] . [X] ||| der Zugang [X][X] [X][X] ist . [X] ||| 1 ||| 1-2 3-3 ||| 0.0833333 0.0833333
-access [X][X] . [X] ||| der Zugang [X][X] . [X] ||| 1 ||| 1-2 ||| 0.0833333 0.0833333
-access to [X][X] . [X] ||| der Zugang zu [X][X] . [X] ||| 1 ||| 2-3 ||| 0.0833333 0.0833333
-[X][X] to [X][X] . [X] ||| [X][X] zu [X][X] . [X] ||| 1 ||| 0-0 2-2 ||| 0.0625 0.0625
-, [X][X] is [X][X] . [X] ||| [X][X] [X][X] ist . [X] ||| 1 ||| 1-0 3-1 ||| 0.0625 0.0625
-, [X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 1-0 ||| 0.0625 0.0625
-, access [X][X] . [X] ||| der Zugang [X][X] . [X] ||| 1 ||| 2-2 ||| 0.0625 0.0625
-, access to [X][X] . [X] ||| der Zugang zu [X][X] . [X] ||| 1 ||| 3-3 ||| 0.0625 0.0625
-all of [X][X] that [X][X] [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 1 ||| 2-1 4-5 ||| 0.0940171 0.0940171
-all [X][X] that the courts [X] ||| wir [X][X] alle , daß das Gericht [X] ||| 1 ||| 1-1 ||| 0.0555556 0.0555556
-all [X][X] that [X][X] [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 1 ||| 1-1 3-5 ||| 0.0940171 0.0940171
-[X][X] that the courts [X] ||| wir [X][X] , daß das Gericht [X] ||| 1 ||| 0-1 ||| 0.0555556 0.0555556
-[X][X] that [X][X] [X] ||| wir [X][X] , daß [X][X] [X] ||| 1 ||| 0-1 2-4 ||| 0.0940171 0.0940171
-[X][X] the courts [X] ||| wir [X][X] das Gericht [X] ||| 1 ||| 0-1 ||| 0.0555556 0.0555556
-[X][X] courts [X] ||| wir [X][X] Gericht [X] ||| 1 ||| 0-1 ||| 0.0555556 0.0555556
-[X][X] are pleased [X][X] courts [X] ||| wir freuen [X][X] [X][X] Gericht [X] ||| 1 ||| 0-2 3-3 ||| 0.0555556 0.0555556
-[X][X] are pleased that [X][X] [X] ||| wir freuen [X][X] , daß [X][X] [X] ||| 1 ||| 0-2 4-5 ||| 0.0940171 0.0940171
-all [X][X] that [X][X] have [X] ||| wir [X][X] alle , daß [X][X] [X] ||| 1 ||| 1-1 3-5 ||| 0.0384615 0.0384615
-all [X][X] that the [X][X] [X] ||| wir [X][X] alle , daß das [X][X] [X] ||| 1 ||| 1-1 4-6 ||| 0.0384615 0.0384615
-[X][X] that the courts have [X] ||| wir [X][X] , daß das Gericht [X] ||| 1 ||| 0-1 ||| 0.0384615 0.0384615
-[X][X] that [X][X] have [X] ||| wir [X][X] , daß [X][X] [X] ||| 1 ||| 0-1 2-4 ||| 0.0384615 0.0384615
-[X][X] that the [X][X] [X] ||| wir [X][X] , daß das [X][X] [X] ||| 1 ||| 0-1 3-5 ||| 0.0384615 0.0384615
-[X][X] the courts have [X] ||| wir [X][X] das Gericht [X] ||| 1 ||| 0-1 ||| 0.0384615 0.0384615
-[X][X] the [X][X] [X] ||| wir [X][X] das [X][X] [X] ||| 1 ||| 0-1 2-3 ||| 0.0384615 0.0384615
-[X][X] courts have [X] ||| wir [X][X] Gericht [X] ||| 1 ||| 0-1 ||| 0.0384615 0.0384615
-[X][X] are pleased [X][X] have [X] ||| wir freuen [X][X] [X][X] [X] ||| 1 ||| 0-2 3-3 ||| 0.0384615 0.0384615
-[X][X] acquitted him [X][X] that [X] ||| [X][X] ihn freigesprochen [X][X] , daß [X] ||| 1 ||| 0-0 3-3 ||| 0.0910973 0.0910973
-courts [X][X] and [X][X] that [X] ||| Gericht [X][X] und [X][X] , daß [X] ||| 1 ||| 1-1 3-3 ||| 0.047619 0.047619
-courts [X][X] made [X][X] that [X] ||| Gericht [X][X] [X][X] gemacht hat , daß [X] ||| 1 ||| 1-1 3-2 ||| 0.047619 0.047619
-courts have [X][X] that [X] ||| Gericht [X][X] , daß [X] ||| 1 ||| 2-1 ||| 0.047619 0.047619
-courts [X][X] that [X] ||| Gericht [X][X] , daß [X] ||| 1 ||| 1-1 ||| 0.047619 0.047619
-courts [X][X] him [X][X] that [X] ||| Gericht ihn [X][X] [X][X] , daß [X] ||| 1 ||| 1-2 3-3 ||| 0.047619 0.047619
-and made [X][X] that [X][X] [X] ||| und [X][X] gemacht hat , daß [X][X] [X] ||| 1 ||| 2-1 4-6 ||| 0.133333 0.133333
-and [X][X] that [X][X] [X] ||| und [X][X] , daß [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.133333 0.133333
-and [X][X] that [X][X] too [X] ||| und [X][X] , daß auch [X][X] [X] ||| 1 ||| 1-1 3-5 ||| 0.0666667 0.0666667
-and [X][X] in Russia [X][X] [X] ||| und [X][X] [X][X] in Rußland [X] ||| 1 ||| 1-1 4-2 ||| 0.133333 0.133333
-and [X][X] in [X][X] too [X] ||| und [X][X] auch in [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.0666667 0.0666667
-and made it clear [X][X] [X] ||| und deutlich gemacht hat [X][X] [X] ||| 1 ||| 4-4 ||| 0.133333 0.133333
-and [X][X] that [X][X] , [X] ||| und [X][X] , daß [X][X] [X] ||| 1 ||| 1-1 3-4 ||| 0.0666667 0.0666667
-and [X][X] , [X] ||| und [X][X] [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-that [X][X] , access [X][X] [X] ||| , daß [X][X] der Zugang [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.047619 0.047619
-that [X][X] access [X][X] [X] ||| , daß [X][X] der Zugang [X][X] [X] ||| 1 ||| 1-2 3-5 ||| 0.047619 0.047619
-that [X][X] access to [X][X] [X] ||| , daß [X][X] der Zugang zu [X][X] [X] ||| 1 ||| 1-2 4-6 ||| 0.047619 0.047619
-that [X][X] to environmental information [X] ||| , daß [X][X] zu Umweltinformationen [X] ||| 1 ||| 1-2 ||| 0.047619 0.047619
-that [X][X] to [X][X] [X] ||| , daß [X][X] zu [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.047619 0.047619
-that [X][X] environmental information [X] ||| , daß [X][X] Umweltinformationen [X] ||| 1 ||| 1-2 ||| 0.047619 0.047619
-that [X][X] acquitted him [X][X] [X] ||| , daß [X][X] ihn freigesprochen [X][X] [X] ||| 1 ||| 1-2 4-5 ||| 0.0454545 0.0454545
-that [X][X] and made [X][X] [X] ||| , daß [X][X] und [X][X] gemacht hat [X] ||| 1 ||| 1-2 4-4 ||| 0.0454545 0.0454545
-that [X][X] and [X][X] [X] ||| , daß [X][X] und [X][X] [X] ||| 1 ||| 1-2 3-4 ||| 0.0454545 0.0454545
-that [X][X] made it clear [X] ||| , daß [X][X] deutlich gemacht hat [X] ||| 1 ||| 1-2 ||| 0.0454545 0.0454545
-that [X][X] made [X][X] [X] ||| , daß [X][X] [X][X] gemacht hat [X] ||| 1 ||| 1-2 3-3 ||| 0.0454545 0.0454545
-that the [X][X] and [X][X] [X] ||| , daß das [X][X] und [X][X] [X] ||| 1 ||| 2-3 4-5 ||| 0.0454545 0.0454545
-that the [X][X] made [X][X] [X] ||| , daß das [X][X] [X][X] gemacht hat [X] ||| 1 ||| 2-3 4-4 ||| 0.0454545 0.0454545
-[X][X] have [X][X] that [X] ||| [X][X] [X][X] , daß [X] ||| 1 ||| 0-0 2-1 ||| 0.0434783 0.0434783
-the [X][X] and [X][X] that [X] ||| das [X][X] und [X][X] , daß [X] ||| 1 ||| 1-1 3-3 ||| 0.0434783 0.0434783
-the [X][X] made [X][X] that [X] ||| das [X][X] [X][X] gemacht hat , daß [X] ||| 1 ||| 1-1 3-2 ||| 0.0434783 0.0434783
-the [X][X] that [X] ||| das [X][X] , daß [X] ||| 1 ||| 1-1 ||| 0.0434783 0.0434783
-the courts have [X][X] that [X] ||| das Gericht [X][X] , daß [X] ||| 1 ||| 3-2 ||| 0.0434783 0.0434783
-the courts [X][X] that [X] ||| das Gericht [X][X] , daß [X] ||| 1 ||| 2-2 ||| 0.0434783 0.0434783
-made [X][X] that [X][X] access [X] ||| [X][X] gemacht hat , daß [X][X] der Zugang [X] ||| 1 ||| 1-0 3-5 ||| 0.0909091 0.0909091
-[X][X] that [X][X] , access [X] ||| [X][X] , daß [X][X] der Zugang [X] ||| 1 ||| 0-0 2-3 ||| 0.0909091 0.0909091
-[X][X] that [X][X] access [X] ||| [X][X] , daß [X][X] der Zugang [X] ||| 1 ||| 0-0 2-3 ||| 0.0909091 0.0909091
-[X][X] in Russia [X][X] access [X] ||| [X][X] [X][X] in Rußland der Zugang [X] ||| 1 ||| 0-0 3-1 ||| 0.0909091 0.0909091
-made it clear [X][X] access [X] ||| deutlich gemacht hat [X][X] der Zugang [X] ||| 1 ||| 3-3 ||| 0.0909091 0.0909091
-now [X] ||| nun [X] ||| 1 ||| ||| 1 1
-is [X] ||| ist [X] ||| 1 ||| ||| 1 1
-, [X] ||| es [X] ||| 1 ||| ||| 2 1
-, [X] ||| , [X] ||| 1 ||| ||| 2 1
-he [X] ||| er [X] ||| 1 ||| ||| 1 1
-once more [X] ||| wieder [X] ||| 1 ||| ||| 1 1
-courts [X] ||| angeklagt [X] ||| 1 ||| ||| 1 1
-the courts [X] ||| angeklagt [X] ||| 1 ||| ||| 1 1
-before the courts [X] ||| angeklagt [X] ||| 1 ||| ||| 1 1
-go before the courts [X] ||| angeklagt [X] ||| 1 ||| ||| 1 1
-to [X] ||| soll [X] ||| 1 ||| ||| 1 1
-to go [X] ||| soll [X] ||| 1 ||| ||| 1 1
-to go before [X] ||| soll [X] ||| 1 ||| ||| 1 1
-to go before the [X] ||| soll [X] ||| 1 ||| ||| 1 1
-because [X] ||| weil [X] ||| 1 ||| ||| 1 1
-the [X] ||| der [X] ||| 1 ||| ||| 1 1
-public prosecutor [X] ||| Staatsanwalt [X] ||| 1 ||| ||| 1 1
-appealing [X] ||| Berufung [X] ||| 1 ||| ||| 1 1
-is [X] ||| geht [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-however [X] ||| aber so [X] ||| 1 ||| ||| 1 1
-, [X] ||| , daß [X] ||| 1 ||| ||| 1 1
-he [X] ||| daß er [X] ||| 1 ||| ||| 1 1
-courts once more [X] ||| wieder angeklagt [X] ||| 1 ||| ||| 0.5 0.5
-courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 1 ||| 1-0 ||| 0.5 0.5
-the courts once more [X] ||| wieder angeklagt [X] ||| 1 ||| ||| 0.333333 0.333333
-the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 1 ||| 2-0 ||| 0.333333 0.333333
-[X][X] once more [X] ||| wieder [X][X] [X] ||| 1 ||| 0-1 ||| 1.45632 1.45632
-before the courts once more [X] ||| wieder angeklagt [X] ||| 1 ||| ||| 0.25 0.25
-before the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-before [X][X] once more [X] ||| wieder [X][X] [X] ||| 1 ||| 1-1 ||| 0.416667 0.416667
-go before the courts [X][X] [X] ||| [X][X] angeklagt [X] ||| 1 ||| 4-0 ||| 0.25 0.25
-go before [X][X] once more [X] ||| wieder [X][X] [X] ||| 1 ||| 2-1 ||| 0.392857 0.392857
-go [X][X] once more [X] ||| wieder [X][X] [X] ||| 1 ||| 1-1 ||| 0.392857 0.392857
-courts [X] ||| angeklagt werden [X] ||| 1 ||| ||| 1 1
-the courts [X] ||| angeklagt werden [X] ||| 1 ||| ||| 1 1
-before the courts [X] ||| angeklagt werden [X] ||| 1 ||| ||| 1 1
-go before the courts [X] ||| angeklagt werden [X] ||| 1 ||| ||| 1 1
-to [X] ||| werden soll [X] ||| 1 ||| ||| 1 1
-to go [X] ||| werden soll [X] ||| 1 ||| ||| 1 1
-to go before [X] ||| werden soll [X] ||| 1 ||| ||| 1 1
-to go before the [X] ||| werden soll [X] ||| 1 ||| ||| 1 1
-to [X] ||| soll , [X] ||| 1 ||| ||| 1 1
-to go [X] ||| soll , [X] ||| 1 ||| ||| 1 1
-to go before [X] ||| soll , [X] ||| 1 ||| ||| 1 1
-to go before the [X] ||| soll , [X] ||| 1 ||| ||| 1 1
-because [X] ||| , weil [X] ||| 1 ||| ||| 1 1
-because the [X] ||| weil der [X] ||| 1 ||| ||| 1 1
-the public prosecutor [X] ||| der Staatsanwalt [X] ||| 1 ||| ||| 0.5 0.5
-the [X][X] [X] ||| der [X][X] [X] ||| 1 ||| 1-1 ||| 1.04924 1.04924
-public prosecutor [X] ||| Staatsanwalt in [X] ||| 1 ||| ||| 1 1
-appealing [X] ||| in Berufung [X] ||| 1 ||| ||| 1 1
-is appealing [X] ||| Berufung geht [X] ||| 1 ||| ||| 1 1
-, however [X] ||| es aber so [X] ||| 1 ||| ||| 1 1
-however , [X] ||| aber so , [X] ||| 1 ||| ||| 1 1
-, he [X] ||| , daß er [X] ||| 1 ||| ||| 1 1
-courts once more [X] ||| wieder angeklagt werden [X] ||| 1 ||| ||| 0.5 0.5
-courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 1 ||| 1-0 ||| 0.5 0.5
-the courts once more [X] ||| wieder angeklagt werden [X] ||| 1 ||| ||| 0.25 0.25
-the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-[X][X] once more [X] ||| wieder [X][X] werden [X] ||| 1 ||| 0-1 ||| 0.559524 0.559524
-before the courts once more [X] ||| wieder angeklagt werden [X] ||| 1 ||| ||| 0.166667 0.166667
-before the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 1 ||| 3-0 ||| 0.166667 0.166667
-before [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-go before the courts [X][X] [X] ||| [X][X] angeklagt werden [X] ||| 1 ||| 4-0 ||| 0.142857 0.142857
-go before [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 1 ||| 2-1 ||| 0.142857 0.142857
-go [X][X] once more [X] ||| wieder [X][X] werden [X] ||| 1 ||| 1-1 ||| 0.142857 0.142857
-to go before the courts [X] ||| angeklagt werden soll [X] ||| 1 ||| ||| 0.0769231 0.0769231
-to go before [X][X] [X] ||| [X][X] werden soll [X] ||| 1 ||| 3-0 ||| 0.115385 0.115385
-to go [X][X] [X] ||| [X][X] werden soll [X] ||| 1 ||| 2-0 ||| 0.115385 0.115385
-to [X][X] [X] ||| [X][X] werden soll [X] ||| 1 ||| 1-0 ||| 0.115385 0.115385
-to go before [X][X] [X] ||| [X][X] soll [X] ||| 1 ||| 3-0 ||| 0.115385 0.115385
-to go [X][X] [X] ||| [X][X] soll [X] ||| 1 ||| 2-0 ||| 0.115385 0.115385
-to [X][X] [X] ||| [X][X] soll [X] ||| 1 ||| 1-0 ||| 0.115385 0.115385
-[X][X] before the courts [X] ||| angeklagt [X][X] [X] ||| 1 ||| 0-1 ||| 0.129555 0.129555
-[X][X] the courts [X] ||| angeklagt [X][X] [X] ||| 1 ||| 0-1 ||| 0.129555 0.129555
-[X][X] courts [X] ||| angeklagt [X][X] [X] ||| 1 ||| 0-1 ||| 0.129555 0.129555
-[X][X] before the courts [X] ||| angeklagt werden [X][X] [X] ||| 1 ||| 0-2 ||| 0.129555 0.129555
-[X][X] the courts [X] ||| angeklagt werden [X][X] [X] ||| 1 ||| 0-2 ||| 0.129555 0.129555
-[X][X] courts [X] ||| angeklagt werden [X][X] [X] ||| 1 ||| 0-2 ||| 0.129555 0.129555
-to [X] ||| werden soll , [X] ||| 1 ||| ||| 1 1
-to go [X] ||| werden soll , [X] ||| 1 ||| ||| 1 1
-to go before [X] ||| werden soll , [X] ||| 1 ||| ||| 1 1
-to go before the [X] ||| werden soll , [X] ||| 1 ||| ||| 1 1
-because the [X] ||| , weil der [X] ||| 1 ||| ||| 1 1
-because the public prosecutor [X] ||| weil der Staatsanwalt [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] public prosecutor [X] ||| [X][X] Staatsanwalt [X] ||| 1 ||| 0-0 ||| 0.45 0.45
-because [X][X] [X] ||| weil [X][X] [X] ||| 1 ||| 1-1 ||| 0.560256 0.560256
-because the [X][X] [X] ||| weil der [X][X] [X] ||| 1 ||| 2-2 ||| 0.560256 0.560256
-the public prosecutor [X] ||| der Staatsanwalt in [X] ||| 1 ||| ||| 0.333333 0.333333
-the [X][X] [X] ||| der [X][X] in [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-is appealing [X] ||| in Berufung geht [X] ||| 1 ||| ||| 1 1
-is appealing . [X] ||| Berufung geht . [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] . [X] ||| [X][X] . [X] ||| 1 ||| 0-0 ||| 1.16136 1.16136
-, however , [X] ||| es aber so , [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] , [X] ||| [X][X] , [X] ||| 1 ||| 0-0 ||| 0.333333 0.333333
-, [X][X] [X] ||| es [X][X] [X] ||| 1 ||| 1-1 ||| 0.708333 0.708333
-however , [X] ||| aber so , daß [X] ||| 1 ||| ||| 1 1
-[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 1 ||| 4-0 0-2 ||| 0.0634615 0.0634615
-[X][X] the courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 1 ||| 3-0 0-2 ||| 0.0634615 0.0634615
-[X][X] courts [X][X] [X] ||| [X][X] angeklagt [X][X] [X] ||| 1 ||| 2-0 0-2 ||| 0.0634615 0.0634615
-[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 1 ||| 4-0 0-3 ||| 0.0634615 0.0634615
-[X][X] the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 1 ||| 3-0 0-3 ||| 0.0634615 0.0634615
-[X][X] courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] [X] ||| 1 ||| 2-0 0-3 ||| 0.0634615 0.0634615
-to go before the [X][X] [X] ||| [X][X] werden soll [X] ||| 1 ||| 4-0 ||| 0.076923 0.0384615
-to go before the [X][X] [X] ||| [X][X] soll [X] ||| 1 ||| 4-0 ||| 0.076923 0.0384615
-[X][X] before [X][X] once more [X] ||| wieder [X][X] [X][X] [X] ||| 1 ||| 2-1 0-2 ||| 0.190384 0.126923
-[X][X] before [X][X] once more [X] ||| wieder [X][X] werden [X][X] [X] ||| 1 ||| 2-1 0-3 ||| 0.190384 0.0634615
-to go [X][X] once more [X] ||| wieder [X][X] werden soll [X] ||| 1 ||| 2-1 ||| 0.0384615 0.0384615
-to [X][X] once more [X] ||| wieder [X][X] werden soll [X] ||| 1 ||| 1-1 ||| 0.0384615 0.0384615
-to go [X][X] once more [X] ||| wieder [X][X] soll [X] ||| 1 ||| 2-1 ||| 0.0384615 0.0384615
-to [X][X] once more [X] ||| wieder [X][X] soll [X] ||| 1 ||| 1-1 ||| 0.0384615 0.0384615
-[X][X] the courts once more [X] ||| wieder angeklagt [X][X] [X] ||| 1 ||| 0-2 ||| 0.0634615 0.0634615
-[X][X] courts once more [X] ||| wieder angeklagt [X][X] [X] ||| 1 ||| 0-2 ||| 0.0634615 0.0634615
-[X][X] the courts once more [X] ||| wieder angeklagt werden [X][X] [X] ||| 1 ||| 0-3 ||| 0.0634615 0.0634615
-[X][X] courts once more [X] ||| wieder angeklagt werden [X][X] [X] ||| 1 ||| 0-3 ||| 0.0634615 0.0634615
-to go before the courts [X] ||| angeklagt werden soll , [X] ||| 1 ||| ||| 0.0526316 0.0526316
-to go before [X][X] [X] ||| [X][X] werden soll , [X] ||| 1 ||| 3-0 ||| 0.0776316 0.0776316
-to go [X][X] [X] ||| [X][X] werden soll , [X] ||| 1 ||| 2-0 ||| 0.0776316 0.0776316
-to [X][X] [X] ||| [X][X] werden soll , [X] ||| 1 ||| 1-0 ||| 0.0776316 0.0776316
-to go before [X][X] [X] ||| [X][X] soll , [X] ||| 1 ||| 3-0 ||| 0.0776316 0.0776316
-to go [X][X] [X] ||| [X][X] soll , [X] ||| 1 ||| 2-0 ||| 0.0776316 0.0776316
-to [X][X] [X] ||| [X][X] soll , [X] ||| 1 ||| 1-0 ||| 0.0776316 0.0776316
-[X][X] before the courts [X] ||| angeklagt [X][X] , [X] ||| 1 ||| 0-1 ||| 0.0526316 0.0526316
-[X][X] the courts [X] ||| angeklagt [X][X] , [X] ||| 1 ||| 0-1 ||| 0.0526316 0.0526316
-[X][X] courts [X] ||| angeklagt [X][X] , [X] ||| 1 ||| 0-1 ||| 0.0526316 0.0526316
-[X][X] before the courts [X] ||| angeklagt werden [X][X] , [X] ||| 1 ||| 0-2 ||| 0.0526316 0.0526316
-[X][X] the courts [X] ||| angeklagt werden [X][X] , [X] ||| 1 ||| 0-2 ||| 0.0526316 0.0526316
-[X][X] courts [X] ||| angeklagt werden [X][X] , [X] ||| 1 ||| 0-2 ||| 0.0526316 0.0526316
-because the public prosecutor [X] ||| , weil der Staatsanwalt [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] public prosecutor [X] ||| , [X][X] Staatsanwalt [X] ||| 1 ||| 0-1 ||| 0.2 0.2
-because [X][X] [X] ||| , weil [X][X] [X] ||| 1 ||| 1-2 ||| 0.443867 0.443867
-because the [X][X] [X] ||| , weil der [X][X] [X] ||| 1 ||| 2-3 ||| 0.443867 0.443867
-because the public prosecutor [X] ||| weil der Staatsanwalt in [X] ||| 1 ||| ||| 0.166667 0.166667
-[X][X] public prosecutor [X] ||| [X][X] Staatsanwalt in [X] ||| 1 ||| 0-0 ||| 0.309524 0.309524
-because [X][X] [X] ||| weil [X][X] in [X] ||| 1 ||| 1-1 ||| 0.166667 0.166667
-because the [X][X] [X] ||| weil der [X][X] in [X] ||| 1 ||| 2-2 ||| 0.166667 0.166667
-public prosecutor is appealing [X] ||| Staatsanwalt in Berufung geht [X] ||| 1 ||| ||| 0.2 0.2
-[X][X] is appealing [X] ||| [X][X] in Berufung geht [X] ||| 1 ||| 0-0 ||| 0.914958 0.457479
-[X][X] is appealing [X] ||| [X][X] Berufung geht [X] ||| 1 ||| 0-0 ||| 0.914958 0.457479
-public prosecutor [X][X] [X] ||| Staatsanwalt [X][X] [X] ||| 1 ||| 2-1 ||| 0.65 0.325
-public prosecutor [X][X] [X] ||| Staatsanwalt in [X][X] [X] ||| 1 ||| 2-2 ||| 0.65 0.325
-is appealing . [X] ||| in Berufung geht . [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] . [X] ||| in [X][X] . [X] ||| 1 ||| 0-1 ||| 0.333333 0.333333
-, however , [X] ||| es aber so , daß [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] , [X] ||| [X][X] , daß [X] ||| 1 ||| 0-0 ||| 0.25 0.25
-, [X][X] [X] ||| es [X][X] daß [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-however , he [X] ||| aber so , daß er [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] he [X] ||| [X][X] daß er [X] ||| 1 ||| 0-0 ||| 0.75 0.375
-[X][X] he [X] ||| [X][X] er [X] ||| 1 ||| 0-0 ||| 0.75 0.375
-however [X][X] [X] ||| aber so [X][X] [X] ||| 1 ||| 1-2 ||| 0.25 0.25
-[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 1 ||| 4-0 0-2 ||| 0.025 0.025
-[X][X] the courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 1 ||| 3-0 0-2 ||| 0.025 0.025
-[X][X] courts [X][X] [X] ||| [X][X] angeklagt [X][X] , [X] ||| 1 ||| 2-0 0-2 ||| 0.025 0.025
-[X][X] before the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 1 ||| 4-0 0-3 ||| 0.025 0.025
-[X][X] the courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 1 ||| 3-0 0-3 ||| 0.025 0.025
-[X][X] courts [X][X] [X] ||| [X][X] angeklagt werden [X][X] , [X] ||| 1 ||| 2-0 0-3 ||| 0.025 0.025
-to go before the [X][X] [X] ||| [X][X] werden soll , [X] ||| 1 ||| 4-0 ||| 0.05 0.025
-to go before the [X][X] [X] ||| [X][X] soll , [X] ||| 1 ||| 4-0 ||| 0.05 0.025
-[X][X] before [X][X] once more [X] ||| wieder [X][X] [X][X] , [X] ||| 1 ||| 2-1 0-2 ||| 0.075 0.05
-[X][X] before [X][X] once more [X] ||| wieder [X][X] werden [X][X] , [X] ||| 1 ||| 2-1 0-3 ||| 0.075 0.025
-to go [X][X] once more [X] ||| wieder [X][X] werden soll , [X] ||| 1 ||| 2-1 ||| 0.025 0.025
-to [X][X] once more [X] ||| wieder [X][X] werden soll , [X] ||| 1 ||| 1-1 ||| 0.025 0.025
-to go [X][X] once more [X] ||| wieder [X][X] soll , [X] ||| 1 ||| 2-1 ||| 0.025 0.025
-to [X][X] once more [X] ||| wieder [X][X] soll , [X] ||| 1 ||| 1-1 ||| 0.025 0.025
-[X][X] once more [X] ||| wieder [X][X] , [X] ||| 1 ||| 0-1 ||| 0.025 0.025
-[X][X] the courts once more [X] ||| wieder angeklagt [X][X] , [X] ||| 1 ||| 0-2 ||| 0.025 0.025
-[X][X] courts once more [X] ||| wieder angeklagt [X][X] , [X] ||| 1 ||| 0-2 ||| 0.025 0.025
-[X][X] the courts once more [X] ||| wieder angeklagt werden [X][X] , [X] ||| 1 ||| 0-3 ||| 0.025 0.025
-[X][X] courts once more [X] ||| wieder angeklagt werden [X][X] , [X] ||| 1 ||| 0-3 ||| 0.025 0.025
-because the public prosecutor [X] ||| , weil der Staatsanwalt in [X] ||| 1 ||| ||| 0.142857 0.142857
-[X][X] public prosecutor [X] ||| , [X][X] Staatsanwalt in [X] ||| 1 ||| 0-1 ||| 0.142857 0.142857
-because [X][X] [X] ||| , weil [X][X] in [X] ||| 1 ||| 1-2 ||| 0.142857 0.142857
-because the [X][X] [X] ||| , weil der [X][X] in [X] ||| 1 ||| 2-3 ||| 0.142857 0.142857
-the public prosecutor is appealing [X] ||| der Staatsanwalt in Berufung geht [X] ||| 1 ||| ||| 0.125 0.125
-the [X][X] is appealing [X] ||| der [X][X] in Berufung geht [X] ||| 1 ||| 1-1 ||| 0.25 0.125
-the [X][X] is appealing [X] ||| der [X][X] Berufung geht [X] ||| 1 ||| 1-1 ||| 0.25 0.125
-the public prosecutor [X][X] [X] ||| der Staatsanwalt [X][X] [X] ||| 1 ||| 3-2 ||| 0.431818 0.215909
-the public prosecutor [X][X] [X] ||| der Staatsanwalt in [X][X] [X] ||| 1 ||| 3-3 ||| 0.431818 0.215909
-public prosecutor is appealing . [X] ||| Staatsanwalt in Berufung geht . [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] is appealing . [X] ||| [X][X] in Berufung geht . [X] ||| 1 ||| 0-0 ||| 0.65606 0.32803
-[X][X] is appealing . [X] ||| [X][X] Berufung geht . [X] ||| 1 ||| 0-0 ||| 0.65606 0.32803
-public prosecutor [X][X] . [X] ||| Staatsanwalt [X][X] . [X] ||| 1 ||| 2-1 ||| 0.25 0.125
-public prosecutor [X][X] . [X] ||| Staatsanwalt in [X][X] . [X] ||| 1 ||| 2-2 ||| 0.25 0.125
-, however , he [X] ||| es aber so , daß er [X] ||| 1 ||| ||| 0.125 0.125
-[X][X] , he [X] ||| [X][X] , daß er [X] ||| 1 ||| 0-0 ||| 0.125 0.125
-, [X][X] he [X] ||| es [X][X] daß er [X] ||| 1 ||| 1-1 ||| 0.25 0.125
-, [X][X] he [X] ||| es [X][X] er [X] ||| 1 ||| 1-1 ||| 0.25 0.125
-, however [X][X] [X] ||| es aber so [X][X] [X] ||| 1 ||| 2-3 ||| 0.125 0.125
-[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt [X][X] , weil [X] ||| 1 ||| 3-0 0-2 ||| 0.0238095 0.0238095
-[X][X] courts [X][X] because [X] ||| [X][X] angeklagt [X][X] , weil [X] ||| 1 ||| 2-0 0-2 ||| 0.0238095 0.0238095
-[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt [X][X] weil [X] ||| 1 ||| 3-0 0-2 ||| 0.0238095 0.0238095
-[X][X] courts [X][X] because [X] ||| [X][X] angeklagt [X][X] weil [X] ||| 1 ||| 2-0 0-2 ||| 0.0238095 0.0238095
-[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] , weil [X] ||| 1 ||| 3-0 0-3 ||| 0.0238095 0.0238095
-[X][X] courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] , weil [X] ||| 1 ||| 2-0 0-3 ||| 0.0238095 0.0238095
-[X][X] the courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] weil [X] ||| 1 ||| 3-0 0-3 ||| 0.0238095 0.0238095
-[X][X] courts [X][X] because [X] ||| [X][X] angeklagt werden [X][X] weil [X] ||| 1 ||| 2-0 0-3 ||| 0.0238095 0.0238095
-[X][X] before the [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 1 ||| 3-0 0-1 ||| 0.047619 0.047619
-[X][X] the [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 1 ||| 2-0 0-1 ||| 0.047619 0.047619
-[X][X] before the [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 1 ||| 3-0 0-1 ||| 0.047619 0.047619
-[X][X] the [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 1 ||| 2-0 0-1 ||| 0.047619 0.047619
-[X][X] before the [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 1 ||| 3-0 0-2 ||| 0.0238095 0.0238095
-[X][X] the [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 1 ||| 2-0 0-2 ||| 0.0238095 0.0238095
-[X][X] before the [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 1 ||| 3-0 0-2 ||| 0.0238095 0.0238095
-[X][X] the [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 1 ||| 2-0 0-2 ||| 0.0238095 0.0238095
-to go before [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 1 ||| 3-0 ||| 0.0238095 0.0238095
-[X][X] before [X][X] because [X] ||| [X][X] [X][X] , weil [X] ||| 1 ||| 2-0 0-1 ||| 0.142857 0.047619
-[X][X] before [X][X] because [X] ||| [X][X] [X][X] weil [X] ||| 1 ||| 2-0 0-1 ||| 0.142857 0.047619
-[X][X] before [X][X] because [X] ||| [X][X] werden [X][X] , weil [X] ||| 1 ||| 2-0 0-2 ||| 0.142857 0.0238095
-[X][X] before [X][X] because [X] ||| [X][X] werden [X][X] weil [X] ||| 1 ||| 2-0 0-2 ||| 0.142857 0.0238095
-to go [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 1 ||| 2-0 ||| 0.0238095 0.0238095
-to [X][X] because [X] ||| [X][X] werden soll , weil [X] ||| 1 ||| 1-0 ||| 0.0238095 0.0238095
-to go before [X][X] because [X] ||| [X][X] soll , weil [X] ||| 1 ||| 3-0 ||| 0.0238095 0.0238095
-to go [X][X] because [X] ||| [X][X] soll , weil [X] ||| 1 ||| 2-0 ||| 0.0238095 0.0238095
-to [X][X] because [X] ||| [X][X] soll , weil [X] ||| 1 ||| 1-0 ||| 0.0238095 0.0238095
-[X][X] because [X] ||| [X][X] , weil [X] ||| 1 ||| 0-0 ||| 0.047619 0.0238095
-[X][X] because [X] ||| [X][X] weil [X] ||| 1 ||| 0-0 ||| 0.047619 0.0238095
-to [X][X] once more because [X] ||| wieder [X][X] werden soll , weil [X] ||| 1 ||| 1-1 ||| 0.047619 0.0238095
-to [X][X] once more because [X] ||| wieder [X][X] soll , weil [X] ||| 1 ||| 1-1 ||| 0.047619 0.0238095
-[X][X] once more because [X] ||| wieder [X][X] , weil [X] ||| 1 ||| 0-1 ||| 0.047619 0.0238095
-[X][X] once more because [X] ||| wieder [X][X] weil [X] ||| 1 ||| 0-1 ||| 0.047619 0.0238095
-[X][X] courts once more because [X] ||| wieder angeklagt [X][X] , weil [X] ||| 1 ||| 0-2 ||| 0.095238 0.0238095
-[X][X] courts once more because [X] ||| wieder angeklagt [X][X] weil [X] ||| 1 ||| 0-2 ||| 0.095238 0.0238095
-[X][X] courts once more because [X] ||| wieder angeklagt werden [X][X] , weil [X] ||| 1 ||| 0-3 ||| 0.095238 0.0238095
-[X][X] courts once more because [X] ||| wieder angeklagt werden [X][X] weil [X] ||| 1 ||| 0-3 ||| 0.095238 0.0238095
-[X][X] public prosecutor is appealing [X] ||| [X][X] Staatsanwalt in Berufung geht [X] ||| 1 ||| 0-0 ||| 0.132479 0.132479
-[X][X] public prosecutor [X][X] [X] ||| [X][X] Staatsanwalt [X][X] [X] ||| 1 ||| 0-0 3-2 ||| 0.4892 0.2446
-[X][X] public prosecutor [X][X] [X] ||| [X][X] Staatsanwalt in [X][X] [X] ||| 1 ||| 0-0 3-3 ||| 0.4892 0.2446
-because [X][X] is appealing [X] ||| weil [X][X] in Berufung geht [X] ||| 1 ||| 1-1 ||| 0.153846 0.0769231
-because [X][X] is appealing [X] ||| weil [X][X] Berufung geht [X] ||| 1 ||| 1-1 ||| 0.153846 0.0769231
-because the [X][X] is appealing [X] ||| weil der [X][X] in Berufung geht [X] ||| 1 ||| 2-2 ||| 0.153846 0.0769231
-because the [X][X] is appealing [X] ||| weil der [X][X] Berufung geht [X] ||| 1 ||| 2-2 ||| 0.153846 0.0769231
-because the public prosecutor [X][X] [X] ||| weil der Staatsanwalt [X][X] [X] ||| 1 ||| 4-3 ||| 0.28718 0.14359
-because the public prosecutor [X][X] [X] ||| weil der Staatsanwalt in [X][X] [X] ||| 1 ||| 4-4 ||| 0.28718 0.14359
-the [X][X] is appealing . [X] ||| der [X][X] in Berufung geht . [X] ||| 1 ||| 1-1 ||| 0.181818 0.0909091
-the [X][X] is appealing . [X] ||| der [X][X] Berufung geht . [X] ||| 1 ||| 1-1 ||| 0.181818 0.0909091
-the [X][X] . [X] ||| der [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0909091 0.0909091
-the public prosecutor [X][X] . [X] ||| der Staatsanwalt [X][X] . [X] ||| 1 ||| 3-2 ||| 0.181818 0.0909091
-the public prosecutor [X][X] . [X] ||| der Staatsanwalt in [X][X] . [X] ||| 1 ||| 3-3 ||| 0.181818 0.0909091
-, however , he is [X] ||| ist es aber so , daß er [X] ||| 1 ||| ||| 0.111111 0.111111
-[X][X] , he is [X] ||| ist [X][X] , daß er [X] ||| 1 ||| 0-1 ||| 0.111111 0.111111
-[X][X] he is [X] ||| ist [X][X] daß er [X] ||| 1 ||| 0-1 ||| 0.222222 0.111111
-[X][X] he is [X] ||| ist [X][X] er [X] ||| 1 ||| 0-1 ||| 0.222222 0.111111
-[X][X] is [X] ||| ist [X][X] [X] ||| 1 ||| 0-1 ||| 0.111111 0.111111
-, [X][X] he is [X] ||| ist es [X][X] daß er [X] ||| 1 ||| 1-2 ||| 0.222222 0.111111
-, [X][X] he is [X] ||| ist es [X][X] er [X] ||| 1 ||| 1-2 ||| 0.222222 0.111111
-, [X][X] is [X] ||| ist es [X][X] [X] ||| 1 ||| 1-2 ||| 0.111111 0.111111
-, however [X][X] is [X] ||| ist es aber so [X][X] [X] ||| 1 ||| 2-4 ||| 0.111111 0.111111
-[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt [X][X] , weil der [X] ||| 1 ||| 2-0 0-2 ||| 0.105263 0.0263158
-[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt [X][X] weil der [X] ||| 1 ||| 2-0 0-2 ||| 0.105263 0.0263158
-[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt werden [X][X] , weil der [X] ||| 1 ||| 2-0 0-3 ||| 0.105263 0.0263158
-[X][X] courts [X][X] because the [X] ||| [X][X] angeklagt werden [X][X] weil der [X] ||| 1 ||| 2-0 0-3 ||| 0.105263 0.0263158
-[X][X] the [X][X] because the [X] ||| [X][X] [X][X] , weil der [X] ||| 1 ||| 2-0 0-1 ||| 0.157895 0.0526316
-[X][X] the [X][X] because the [X] ||| [X][X] [X][X] weil der [X] ||| 1 ||| 2-0 0-1 ||| 0.157895 0.0526316
-[X][X] the [X][X] because the [X] ||| [X][X] werden [X][X] , weil der [X] ||| 1 ||| 2-0 0-2 ||| 0.157895 0.0263158
-[X][X] the [X][X] because the [X] ||| [X][X] werden [X][X] weil der [X] ||| 1 ||| 2-0 0-2 ||| 0.157895 0.0263158
-[X][X] before [X][X] because the [X] ||| [X][X] [X][X] , weil der [X] ||| 1 ||| 2-0 0-1 ||| 0.157895 0.0526316
-[X][X] before [X][X] because the [X] ||| [X][X] [X][X] weil der [X] ||| 1 ||| 2-0 0-1 ||| 0.157895 0.0526316
-[X][X] before [X][X] because the [X] ||| [X][X] werden [X][X] , weil der [X] ||| 1 ||| 2-0 0-2 ||| 0.157895 0.0263158
-[X][X] before [X][X] because the [X] ||| [X][X] werden [X][X] weil der [X] ||| 1 ||| 2-0 0-2 ||| 0.157895 0.0263158
-to go [X][X] because the [X] ||| [X][X] werden soll , weil der [X] ||| 1 ||| 2-0 ||| 0.0263158 0.0263158
-to [X][X] because the [X] ||| [X][X] werden soll , weil der [X] ||| 1 ||| 1-0 ||| 0.0263158 0.0263158
-to go [X][X] because the [X] ||| [X][X] soll , weil der [X] ||| 1 ||| 2-0 ||| 0.0263158 0.0263158
-to [X][X] because the [X] ||| [X][X] soll , weil der [X] ||| 1 ||| 1-0 ||| 0.0263158 0.0263158
-[X][X] because the [X] ||| [X][X] , weil der [X] ||| 1 ||| 0-0 ||| 0.0526316 0.0263158
-[X][X] because the [X] ||| [X][X] weil der [X] ||| 1 ||| 0-0 ||| 0.0526316 0.0263158
-[X][X] the [X] ||| [X][X] der [X] ||| 1 ||| 0-0 ||| 0.0263158 0.0263158
-to [X][X] once more [X][X] [X] ||| wieder [X][X] werden soll [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.105263 0.0263158
-to [X][X] once more [X][X] [X] ||| wieder [X][X] werden soll , [X][X] [X] ||| 1 ||| 1-1 4-5 ||| 0.105263 0.0263158
-to [X][X] once more [X][X] [X] ||| wieder [X][X] soll [X][X] [X] ||| 1 ||| 1-1 4-3 ||| 0.105263 0.0263158
-to [X][X] once more [X][X] [X] ||| wieder [X][X] soll , [X][X] [X] ||| 1 ||| 1-1 4-4 ||| 0.105263 0.0263158
-[X][X] once more because the [X] ||| wieder [X][X] , weil der [X] ||| 1 ||| 0-1 ||| 0.0263158 0.0263158
-[X][X] once more [X][X] [X] ||| wieder [X][X] [X][X] [X] ||| 1 ||| 0-1 3-2 ||| 0.0789474 0.0526316
-[X][X] once more [X][X] [X] ||| wieder [X][X] , [X][X] [X] ||| 1 ||| 0-1 3-3 ||| 0.0789474 0.0263158
-[X][X] once more because the [X] ||| wieder [X][X] weil der [X] ||| 1 ||| 0-1 ||| 0.0263158 0.0263158
-[X][X] courts once more [X][X] [X] ||| wieder angeklagt [X][X] [X][X] [X] ||| 1 ||| 0-2 4-3 ||| 0.157895 0.0526316
-[X][X] courts once more [X][X] [X] ||| wieder angeklagt [X][X] , [X][X] [X] ||| 1 ||| 0-2 4-4 ||| 0.157895 0.0263158
-[X][X] courts once more [X][X] [X] ||| wieder angeklagt werden [X][X] [X][X] [X] ||| 1 ||| 0-3 4-4 ||| 0.157895 0.0526316
-[X][X] courts once more [X][X] [X] ||| wieder angeklagt werden [X][X] , [X][X] [X] ||| 1 ||| 0-3 4-5 ||| 0.157895 0.0263158
-[X][X] public prosecutor is appealing [X] ||| , [X][X] Staatsanwalt in Berufung geht [X] ||| 1 ||| 0-1 ||| 0.0555556 0.0555556
-[X][X] public prosecutor [X][X] [X] ||| , [X][X] Staatsanwalt [X][X] [X] ||| 1 ||| 0-1 3-3 ||| 0.20202 0.10101
-[X][X] public prosecutor [X][X] [X] ||| , [X][X] Staatsanwalt in [X][X] [X] ||| 1 ||| 0-1 3-4 ||| 0.20202 0.10101
-[X][X] is appealing [X] ||| , [X][X] in Berufung geht [X] ||| 1 ||| 0-1 ||| 0.111111 0.0555556
-[X][X] is appealing [X] ||| , [X][X] Berufung geht [X] ||| 1 ||| 0-1 ||| 0.111111 0.0555556
-because [X][X] is appealing [X] ||| , weil [X][X] in Berufung geht [X] ||| 1 ||| 1-2 ||| 0.111111 0.0555556
-because [X][X] is appealing [X] ||| , weil [X][X] Berufung geht [X] ||| 1 ||| 1-2 ||| 0.111111 0.0555556
-because the [X][X] is appealing [X] ||| , weil der [X][X] in Berufung geht [X] ||| 1 ||| 2-3 ||| 0.111111 0.0555556
-because the [X][X] is appealing [X] ||| , weil der [X][X] Berufung geht [X] ||| 1 ||| 2-3 ||| 0.111111 0.0555556
-because the public prosecutor [X][X] [X] ||| , weil der Staatsanwalt [X][X] [X] ||| 1 ||| 4-4 ||| 0.20202 0.10101
-because the public prosecutor [X][X] [X] ||| , weil der Staatsanwalt in [X][X] [X] ||| 1 ||| 4-5 ||| 0.20202 0.10101
-[X][X] public prosecutor [X][X] . [X] ||| [X][X] Staatsanwalt [X][X] . [X] ||| 1 ||| 0-0 3-2 ||| 0.224242 0.112121
-[X][X] public prosecutor [X][X] . [X] ||| [X][X] Staatsanwalt in [X][X] . [X] ||| 1 ||| 0-0 3-3 ||| 0.224242 0.112121
-because [X][X] is appealing . [X] ||| weil [X][X] in Berufung geht . [X] ||| 1 ||| 1-1 ||| 0.133333 0.0666667
-because [X][X] is appealing . [X] ||| weil [X][X] Berufung geht . [X] ||| 1 ||| 1-1 ||| 0.133333 0.0666667
-because [X][X] . [X] ||| weil [X][X] . [X] ||| 1 ||| 1-1 ||| 0.0666667 0.0666667
-because the [X][X] . [X] ||| weil der [X][X] . [X] ||| 1 ||| 2-2 ||| 0.0666667 0.0666667
-now [X][X] [X] ||| nun [X][X] [X] ||| 1 ||| 1-1 ||| 0.111111 0.111111
-now [X][X] , he is [X] ||| nun ist [X][X] , daß er [X] ||| 1 ||| 1-2 ||| 0.111111 0.111111
-now [X][X] he is [X] ||| nun ist [X][X] daß er [X] ||| 1 ||| 1-2 ||| 0.222222 0.111111
-now [X][X] he is [X] ||| nun ist [X][X] er [X] ||| 1 ||| 1-2 ||| 0.222222 0.111111
-now [X][X] is [X] ||| nun ist [X][X] [X] ||| 1 ||| 1-2 ||| 0.111111 0.111111
-now , [X][X] he is [X] ||| nun ist es [X][X] daß er [X] ||| 1 ||| 2-3 ||| 0.222222 0.111111
-now , [X][X] he is [X] ||| nun ist es [X][X] er [X] ||| 1 ||| 2-3 ||| 0.222222 0.111111
-now , [X][X] is [X] ||| nun ist es [X][X] [X] ||| 1 ||| 2-3 ||| 0.111111 0.111111
-now , however [X][X] is [X] ||| nun ist es aber so [X][X] [X] ||| 1 ||| 3-5 ||| 0.111111 0.111111
-[X][X] public prosecutor [X][X] . [X] ||| , [X][X] Staatsanwalt [X][X] . [X] ||| 1 ||| 0-1 3-3 ||| 0.090909 0.0454545
-[X][X] public prosecutor [X][X] . [X] ||| , [X][X] Staatsanwalt in [X][X] . [X] ||| 1 ||| 0-1 3-4 ||| 0.090909 0.0454545
-[X][X] is appealing . [X] ||| , [X][X] in Berufung geht . [X] ||| 1 ||| 0-1 ||| 0.090909 0.0454545
-[X][X] is appealing . [X] ||| , [X][X] Berufung geht . [X] ||| 1 ||| 0-1 ||| 0.090909 0.0454545
-[X][X] . [X] ||| , [X][X] . [X] ||| 1 ||| 0-1 ||| 0.0454545 0.0454545
-because [X][X] is appealing . [X] ||| , weil [X][X] in Berufung geht . [X] ||| 1 ||| 1-2 ||| 0.090909 0.0454545
-because [X][X] is appealing . [X] ||| , weil [X][X] Berufung geht . [X] ||| 1 ||| 1-2 ||| 0.090909 0.0454545
-because [X][X] . [X] ||| , weil [X][X] . [X] ||| 1 ||| 1-2 ||| 0.0454545 0.0454545
-because the [X][X] . [X] ||| , weil der [X][X] . [X] ||| 1 ||| 2-3 ||| 0.0454545 0.0454545
-we [X] ||| wir [X] ||| 1 ||| ||| 2 2
-know [X] ||| wissen [X] ||| 1 ||| ||| 1 1
-know , [X] ||| wissen [X] ||| 1 ||| ||| 1 1
-and [X] ||| und [X] ||| 1 ||| ||| 3 3
-, and [X] ||| und [X] ||| 1 ||| ||| 1 1
-have [X] ||| haben [X] ||| 1 ||| ||| 1 1
-in [X] ||| in [X] ||| 1 ||| ||| 1 1
-very [X] ||| sehr [X] ||| 1 ||| ||| 1 1
-many [X] ||| vielen [X] ||| 1 ||| ||| 1 1
-resolutions [X] ||| Entschließungen [X] ||| 1 ||| ||| 1 1
-stated [X] ||| festgestellt [X] ||| 1 ||| ||| 1 1
-, [X] ||| - [X] ||| 1 ||| ||| 1 1
-, including [X] ||| - [X] ||| 1 ||| ||| 1 1
-during [X] ||| während [X] ||| 1 ||| ||| 1 1
-the [X] ||| der [X] ||| 1 ||| ||| 1 1
-last [X] ||| letzten [X] ||| 1 ||| ||| 1 1
-plenary part-session [X] ||| Plenartagung [X] ||| 1 ||| ||| 1 1
-of [X] ||| des [X] ||| 1 ||| ||| 1 1
-last [X] ||| vergangenen [X] ||| 1 ||| ||| 1 1
-year [X] ||| Jahres- [X] ||| 1 ||| ||| 1 1
-, [X] ||| , [X] ||| 1 ||| ||| 1 1
-that [X] ||| daß [X] ||| 1 ||| ||| 2 2
-this [X] ||| dies [X] ||| 1 ||| ||| 1 1
-not [X] ||| nicht [X] ||| 1 ||| ||| 1 1
-solely [X] ||| nur [X] ||| 1 ||| ||| 1 1
-a [X] ||| ein [X] ||| 1 ||| ||| 1 1
-legal [X] ||| juristischer [X] ||| 1 ||| ||| 1 1
-case [X] ||| Fall [X] ||| 1 ||| ||| 1 1
-is [X] ||| ist [X] ||| 1 ||| ||| 2 2
-it [X] ||| es [X] ||| 1 ||| ||| 1 1
-wrong [X] ||| falsch [X] ||| 1 ||| ||| 1 1
-wrong for [X] ||| falsch [X] ||| 1 ||| ||| 1 1
-Alexander [X] ||| Alexander [X] ||| 1 ||| ||| 1 1
-for Alexander [X] ||| Alexander [X] ||| 1 ||| ||| 1 1
-Nikitin [X] ||| Nikitin [X] ||| 1 ||| ||| 1 1
-Nikitin to [X] ||| Nikitin [X] ||| 1 ||| ||| 1 1
-Nikitin to be [X] ||| Nikitin [X] ||| 1 ||| ||| 1 1
-Nikitin to be accused [X] ||| Nikitin [X] ||| 1 ||| ||| 1 1
-Nikitin to be accused of [X] ||| Nikitin [X] ||| 1 ||| ||| 1 1
-criminal activity [X] ||| Kriminalität [X] ||| 1 ||| ||| 1 1
-of criminal activity [X] ||| Kriminalität [X] ||| 1 ||| ||| 1 1
-accused of criminal activity [X] ||| Kriminalität [X] ||| 1 ||| ||| 1 1
-be accused of criminal activity [X] ||| Kriminalität [X] ||| 1 ||| ||| 1 1
-because [X] ||| weil [X] ||| 1 ||| ||| 1 1
-because of [X] ||| weil [X] ||| 1 ||| ||| 1 1
-our [X] ||| wir [X] ||| 1 ||| ||| 1 1
-of our [X] ||| wir [X] ||| 1 ||| ||| 1 1
-as the [X] ||| als [X] ||| 1 ||| ||| 1 1
-of [X] ||| von [X] ||| 1 ||| ||| 1 1
-his [X] ||| seinen [X] ||| 1 ||| ||| 1 1
-findings [X] ||| Ergebnissen [X] ||| 1 ||| ||| 1 1
-. [X] ||| . [X] ||| 1 ||| ||| 1 1
-we know [X] ||| wir wissen [X] ||| 1 ||| ||| 1 1
-we know , [X] ||| wir wissen [X] ||| 1 ||| ||| 0.5 0.5
-we [X][X] [X] ||| wir [X][X] [X] ||| 1 ||| 1-1 ||| 0.965079 0.965079
-know , and [X] ||| wissen und [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 0-0 ||| 2.74493 2.74493
-know [X][X] [X] ||| wissen [X][X] [X] ||| 1 ||| 1-1 ||| 0.590909 0.590909
-and we [X] ||| und wir [X] ||| 1 ||| ||| 1 1
-, and we [X] ||| und wir [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] we [X] ||| [X][X] wir [X] ||| 1 ||| 0-0 ||| 0.766667 0.766667
-we have [X] ||| wir haben [X] ||| 1 ||| ||| 1 1
-very many [X] ||| sehr vielen [X] ||| 1 ||| ||| 1 1
-many resolutions [X] ||| vielen Entschließungen [X] ||| 1 ||| ||| 1 1
-indeed , including specifically [X] ||| - gerade [X] ||| 1 ||| ||| 0.5 0.5
-indeed [X][X] specifically [X] ||| [X][X] gerade [X] ||| 1 ||| 1-0 ||| 0.5 0.5
-during the [X] ||| während der [X] ||| 1 ||| ||| 1 1
-the last [X] ||| der letzten [X] ||| 1 ||| ||| 1 1
-last plenary part-session [X] ||| letzten Plenartagung [X] ||| 1 ||| ||| 0.5 0.5
-last [X][X] [X] ||| letzten [X][X] [X] ||| 1 ||| 1-1 ||| 1.09156 1.09156
-plenary part-session of [X] ||| Plenartagung des [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] of [X] ||| [X][X] des [X] ||| 1 ||| 0-0 ||| 1.03175 1.03175
-of last [X] ||| des vergangenen [X] ||| 1 ||| ||| 1 1
-last year [X] ||| vergangenen Jahres- [X] ||| 1 ||| ||| 1 1
-year , [X] ||| Jahres- , [X] ||| 1 ||| ||| 1 1
-, that [X] ||| , daß [X] ||| 1 ||| ||| 1 1
-that this [X] ||| daß dies [X] ||| 1 ||| ||| 1 1
-not solely [X] ||| nicht nur [X] ||| 1 ||| ||| 1 1
-solely a [X] ||| nur ein [X] ||| 1 ||| ||| 1 1
-a legal [X] ||| ein juristischer [X] ||| 1 ||| ||| 1 1
-legal case [X] ||| juristischer Fall [X] ||| 1 ||| ||| 1 1
-and that [X] ||| und daß [X] ||| 1 ||| ||| 1 1
-that it [X] ||| daß es [X] ||| 1 ||| ||| 1 1
-is wrong [X] ||| falsch ist [X] ||| 1 ||| ||| 1 1
-is wrong for [X] ||| falsch ist [X] ||| 1 ||| ||| 0.5 0.5
-is [X][X] [X] ||| [X][X] ist [X] ||| 1 ||| 1-0 ||| 0.590909 0.590909
-is [X] ||| ist , [X] ||| 1 ||| ||| 1 1
-Alexander [X] ||| , Alexander [X] ||| 1 ||| ||| 1 1
-for Alexander [X] ||| , Alexander [X] ||| 1 ||| ||| 1 1
-Alexander Nikitin [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 1 1
-Alexander Nikitin to [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 0.5 0.5
-Alexander [X][X] [X] ||| Alexander [X][X] [X] ||| 1 ||| 1-1 ||| 1.49437 1.49437
-Alexander Nikitin to be [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 0.333333 0.333333
-Alexander [X][X] be [X] ||| Alexander [X][X] [X] ||| 1 ||| 1-1 ||| 0.333333 0.333333
-Alexander Nikitin to be accused [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 0.25 0.25
-Alexander [X][X] be accused [X] ||| Alexander [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-Alexander [X][X] accused [X] ||| Alexander [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-Alexander [X][X] be accused of [X] ||| Alexander [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-Alexander [X][X] accused of [X] ||| Alexander [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-Alexander [X][X] of [X] ||| Alexander [X][X] [X] ||| 1 ||| 1-1 ||| 0.25 0.25
-for Alexander Nikitin [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 0.5 0.5
-[X][X] Nikitin [X] ||| [X][X] Nikitin [X] ||| 1 ||| 0-0 ||| 1.01752 1.01752
-for Alexander Nikitin to [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 0.333333 0.333333
-[X][X] Nikitin to [X] ||| [X][X] Nikitin [X] ||| 1 ||| 0-0 ||| 0.707323 0.707323
-for Alexander [X][X] [X] ||| Alexander [X][X] [X] ||| 1 ||| 2-1 ||| 1.26782 1.26782
-for Alexander Nikitin to be [X] ||| Alexander Nikitin [X] ||| 1 ||| ||| 0.25 0.25
-[X][X] Nikitin to be [X] ||| [X][X] Nikitin [X] ||| 1 ||| 0-0 ||| 0.564334 0.564334
-for Alexander [X][X] be [X] ||| Alexander [X][X] [X] ||| 1 ||| 2-1 ||| 0.25 0.25
-[X][X] Nikitin to be accused [X] ||| [X][X] Nikitin [X] ||| 1 ||| 0-0 ||| 0.544334 0.544334
-for Alexander [X][X] be accused [X] ||| Alexander [X][X] [X] ||| 1 ||| 2-1 ||| 0.25 0.25
-for Alexander [X][X] accused [X] ||| Alexander [X][X] [X] ||| 1 ||| 2-1 ||| 0.25 0.25
-for Alexander [X][X] accused of [X] ||| Alexander [X][X] [X] ||| 1 ||| 2-1 ||| 0.333333 0.333333
-for Alexander [X][X] of [X] ||| Alexander [X][X] [X] ||| 1 ||| 2-1 ||| 0.333333 0.333333
-[X][X] accused of criminal activity [X] ||| [X][X] Kriminalität [X] ||| 1 ||| 0-0 ||| 0.383254 0.383254
-[X][X] of criminal activity [X] ||| [X][X] Kriminalität [X] ||| 1 ||| 0-0 ||| 0.383254 0.383254
-[X][X] criminal activity [X] ||| [X][X] Kriminalität [X] ||| 1 ||| 0-0 ||| 0.383254 0.383254
-Nikitin to be accused [X][X] [X] ||| Nikitin [X][X] [X] ||| 1 ||| 4-1 ||| 0.317008 0.317008
-Nikitin to be [X][X] [X] ||| Nikitin [X][X] [X] ||| 1 ||| 3-1 ||| 0.317008 0.317008
-Nikitin to [X][X] [X] ||| Nikitin [X][X] [X] ||| 1 ||| 2-1 ||| 0.317008 0.317008
-Nikitin [X][X] [X] ||| Nikitin [X][X] [X] ||| 1 ||| 1-1 ||| 0.317008 0.317008
-criminal activity and [X] ||| Kriminalität und [X] ||| 1 ||| ||| 0.5 0.5
-of criminal activity and [X] ||| Kriminalität und [X] ||| 1 ||| ||| 0.333333 0.333333
-of [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 1-0 ||| 0.333333 0.333333
-accused of criminal activity and [X] ||| Kriminalität und [X] ||| 1 ||| ||| 0.25 0.25
-accused of [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-accused [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-be accused of [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-be accused [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-be [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 1-0 ||| 0.25 0.25
-to be accused [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 3-0 ||| 0.25 0.25
-to be [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 2-0 ||| 0.25 0.25
-to [X][X] and [X] ||| [X][X] und [X] ||| 1 ||| 1-0 ||| 0.25 0.25
diff --git a/regression-testing/tests/score.phrase-based-inv/args.txt b/regression-testing/tests/score.phrase-based-inv/args.txt
deleted file mode 100644
index 2bac52b87..000000000
--- a/regression-testing/tests/score.phrase-based-inv/args.txt
+++ /dev/null
@@ -1 +0,0 @@
-$data_dir/models/score.phrase-based/extract.inv.sorted $data_dir/models/score.phrase-based/lex.e2f $outPath --Inverse
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
deleted file mode 100755
index bdf1fa620..000000000
--- a/regression-testing/tests/score.phrase-based-inv/run-test-scorer.perl
+++ /dev/null
@@ -1,65 +0,0 @@
-#!/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
deleted file mode 100644
index 216d9cdea..000000000
--- a/regression-testing/tests/score.phrase-based-inv/truth/results.txt
+++ /dev/null
@@ -1,913 +0,0 @@
-! ! ! ) bezeichnet wird , ||| ! ! ! ) , ||| 0.689873 ||| ||| 1 1
-! ! ! ) bezeichnet wird ||| ! ! ! ) ||| 0.689873 ||| ||| 4 1
-! ! ! ) bezeichnet ||| ! ! ! ) ||| 0.689873 ||| ||| 4 1
-! ! ! ) ||| ! ! ! ) ||| 0.689873 ||| ||| 4 2
-! ! ! ||| ! ! ! ||| 0.689873 ||| ||| 3 3
-! ! ) bezeichnet wird , hat ||| ! ! ) , has ||| 0.780751 ||| ||| 1 1
-! ! ) bezeichnet wird , ||| ! ! ) , ||| 0.780751 ||| ||| 1 1
-! ! ) bezeichnet wird ||| ! ! ) ||| 0.780751 ||| ||| 4 1
-! ! ) bezeichnet ||| ! ! ) ||| 0.780751 ||| ||| 4 1
-! ! ) ||| ! ! ) ||| 0.780751 ||| ||| 4 2
-! ! ||| ! ! ||| 0.780751 ||| ||| 8 7
-erforderlich ! ||| ! ! ||| 0.883601 ||| ||| 8 1
-! ) Herr Kollege Ferber , ||| ! " ) Mr Ferber , ||| 0.883601 ||| ||| 1 1
-! ) Herr Kollege Ferber ||| ! " ) Mr Ferber ||| 0.883601 ||| ||| 1 1
-! ) Herr ||| ! " ) Mr ||| 0.883601 ||| ||| 1 1
-! ) ||| ! " ) ||| 0.883601 ||| ||| 1 1
-! " , schrie der Hirtenjunge ||| ! " , cried the shepherd boy ||| 0.582214 ||| ||| 1 1
-! " , schrie der ||| ! " , cried the ||| 0.582214 ||| ||| 1 1
-! " , schrie ||| ! " , cried ||| 0.582214 ||| ||| 1 1
-! " , ||| ! " , ||| 0.582214 ||| ||| 2 2
-! " ||| ! " . ||| 0.292946 ||| ||| 1 1
-! " , sagte ich zu ihr ||| ! " I said to her ||| 0.582214 ||| ||| 1 1
-! " , sagte ich zu ||| ! " I said to ||| 0.582214 ||| ||| 1 1
-! " , sagte ich ||| ! " I said ||| 0.582214 ||| ||| 1 1
-! " , doch der ||| ! " but a ||| 0.582214 ||| ||| 2 1
-vermag ! " , doch der ||| ! " but a ||| 0.582214 ||| ||| 2 1
-! " , doch ||| ! " but ||| 0.582214 ||| ||| 2 1
-vermag ! " , doch ||| ! " but ||| 0.582214 ||| ||| 2 1
-! " geht nicht mehr weiter ||| ! " can no longer continue ||| 0.582214 ||| ||| 1 1
-! " geht nicht mehr ||| ! " can no longer ||| 0.582214 ||| ||| 1 1
-! " geht nicht ||| ! " can no ||| 0.582214 ||| ||| 1 1
-! " geht ||| ! " can ||| 0.582214 ||| ||| 1 1
-! , war ebenfalls kein Beitrag zur ||| ! " did little to ||| 0.883601 ||| ||| 1 1
-! , war ebenfalls kein Beitrag ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! , war ebenfalls kein ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! , war ebenfalls ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! , war ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! , ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! , war ebenfalls kein Beitrag ||| ! " did ||| 0.883601 ||| ||| 6 1
-! , war ebenfalls kein ||| ! " did ||| 0.883601 ||| ||| 6 1
-! , war ebenfalls ||| ! " did ||| 0.883601 ||| ||| 6 1
-! , war ||| ! " did ||| 0.883601 ||| ||| 6 1
-! , ||| ! " did ||| 0.883601 ||| ||| 6 1
-! ||| ! " did ||| 0.883601 ||| ||| 6 1
-! " , antwortete der Präsident . ||| ! " replied the President . ||| 0.582214 ||| ||| 1 1
-! " , antwortete der Präsident ||| ! " replied the President ||| 0.582214 ||| ||| 1 1
-! " , antwortete der ||| ! " replied the ||| 0.582214 ||| ||| 1 1
-! " , antwortete ||| ! " replied ||| 0.582214 ||| ||| 1 1
-auf sein ||| ! " summoned all ||| 1 ||| ||| 2 1
-sein ||| ! " summoned all ||| 1 ||| ||| 2 1
-auf sein ||| ! " summoned ||| 1 ||| ||| 2 1
-sein ||| ! " summoned ||| 1 ||| ||| 2 1
-! " , ||| ! " ||| 0.582214 ||| ||| 48 3
-! " ? ||| ! " ||| 0.582214 ||| ||| 48 1
-! " ||| ! " ||| 0.582214 ||| ||| 48 29
-! , war ebenfalls kein Beitrag ||| ! " ||| 0.883601 ||| ||| 48 1
-! , war ebenfalls kein ||| ! " ||| 0.883601 ||| ||| 48 1
-! , war ebenfalls ||| ! " ||| 0.883601 ||| ||| 48 1
-! , war ||| ! " ||| 0.883601 ||| ||| 48 1
-! , ||| ! " ||| 0.883601 ||| ||| 48 1
-! ||| ! " ||| 0.883601 ||| ||| 48 4
-Staatsflagge " ||| ! " ||| 0.65891 ||| ||| 48 1
-auf sein ||| ! " ||| 1 ||| ||| 48 1
-sein ||| ! " ||| 1 ||| ||| 48 1
-serviert ! " ||| ! " ||| 0.582214 ||| ||| 48 1
-vermag ! " , ||| ! " ||| 0.582214 ||| ||| 48 1
-vermag ! " ||| ! " ||| 0.582214 ||| ||| 48 1
-, ||| ! ' ' I know , ||| 1 ||| ||| 1 1
-! " ||| ! ' ' really ? ' ||| 0.0911499 ||| ||| 1 1
-! " ) Heute ||| ! ' ) We ||| 0.272342 ||| ||| 1 1
-! " ) sagte er , die ||| ! ' ) said that the ||| 0.272342 ||| ||| 1 1
-! " ) sagte er , ||| ! ' ) said that ||| 0.272342 ||| ||| 1 1
-! " ) sagte er ||| ! ' ) said ||| 0.272342 ||| ||| 2 1
-! " ) sagte ||| ! ' ) said ||| 0.272342 ||| ||| 2 1
-! " ) ||| ! ' ) ||| 0.272342 ||| ||| 8 8
-! " hat das Parlament bereits ||| ! ' , Parliament has already ||| 0.272342 ||| ||| 1 1
-! " hat das Parlament ||| ! ' , Parliament ||| 0.272342 ||| ||| 1 1
-! " gehört , und denen ||| ! ' , and those ||| 0.272342 ||| ||| 1 1
-! " oder zu Kollegin Harms ||| ! ' , and to Mrs Harms ||| 0.272342 ||| ||| 1 1
-! " oder zu Kollegin ||| ! ' , and to Mrs ||| 0.272342 ||| ||| 1 1
-! " oder zu ||| ! ' , and to ||| 0.272342 ||| ||| 1 1
-! " gehört , und ||| ! ' , and ||| 0.272342 ||| ||| 3 1
-! " oder ||| ! ' , and ||| 0.272342 ||| ||| 3 1
-! ' ||| ! ' , and ||| 0.453737 ||| ||| 3 1
-! " , sondern damit es ||| ! ' , but so that they ||| 0.272342 ||| ||| 1 1
-! " , sondern damit ||| ! ' , but so that ||| 0.272342 ||| ||| 1 1
-aber diese 2,7 % ||| ! ' , but that 2.7 % ||| 1 ||| ||| 1 1
-aber diese 2,7 ||| ! ' , but that 2.7 ||| 1 ||| ||| 1 1
-aber diese ||| ! ' , but that ||| 1 ||| ||| 1 1
-! ' . aber dort gibt ||| ! ' , but there are widely ||| 0.883601 ||| ||| 1 1
-! ' . aber dort gibt ||| ! ' , but there are ||| 0.883601 ||| ||| 1 1
-! ' . aber dort ||| ! ' , but there ||| 0.883601 ||| ||| 1 1
-! " , sondern ||| ! ' , but ||| 0.272342 ||| ||| 3 1
-! ' . aber ||| ! ' , but ||| 0.883601 ||| ||| 3 1
-aber ||| ! ' , but ||| 1 ||| ||| 3 1
-, ||| ! ' , that ||| 1 ||| ||| 4 1
-Ziel kommen , ||| ! ' , that ||| 1 ||| ||| 4 1
-kommen , ||| ! ' , that ||| 1 ||| ||| 4 1
-zum Ziel kommen , ||| ! ' , that ||| 1 ||| ||| 4 1
-! " , der ||| ! ' , which ||| 0.272342 ||| ||| 1 1
-! " , ||| ! ' , ||| 0.272342 ||| ||| 14 2
-! " gehört , ||| ! ' , ||| 0.272342 ||| ||| 14 1
-! " hat ||| ! ' , ||| 0.272342 ||| ||| 14 1
-! " ||| ! ' , ||| 0.272342 ||| ||| 14 1
-! ' , womit ||| ! ' , ||| 0.883601 ||| ||| 14 1
-! ' , ||| ! ' , ||| 0.883601 ||| ||| 14 1
-! ' . ||| ! ' , ||| 0.883601 ||| ||| 14 1
-! ' Stand , ||| ! ' , ||| 0.883601 ||| ||| 14 1
-! ' ||| ! ' , ||| 0.453737 ||| ||| 14 1
-, ||| ! ' , ||| 1 ||| ||| 14 1
-Ziel kommen , ||| ! ' , ||| 1 ||| ||| 14 1
-kommen , ||| ! ' , ||| 1 ||| ||| 14 1
-zum Ziel kommen , ||| ! ' , ||| 1 ||| ||| 14 1
-! " - und dies übrigens ||| ! ' - and what is more ||| 0.272342 ||| ||| 1 1
-! " - und dies ||| ! ' - and what is ||| 0.272342 ||| ||| 1 1
-! " - und ||| ! ' - and ||| 0.272342 ||| ||| 1 1
-! " - ||| ! ' - ||| 0.272342 ||| ||| 1 1
-! “ ||| ! ' . nevertheless , ||| 0.883601 ||| ||| 1 1
-! “ ||| ! ' . nevertheless ||| 0.883601 ||| ||| 1 1
-! " . ||| ! ' . ||| 0.272342 ||| ||| 11 4
-! " ||| ! ' . ||| 0.272342 ||| ||| 11 4
-! ' ||| ! ' . ||| 0.883601 ||| ||| 11 1
-! ||| ! ' . ||| 0.883601 ||| ||| 11 1
-! “ ||| ! ' . ||| 0.883601 ||| ||| 11 1
-! " . und Spinelli , der ||| ! ' ; Spinelli , who ||| 0.272342 ||| ||| 1 1
-! " . und Spinelli ||| ! ' ; Spinelli ||| 0.272342 ||| ||| 1 1
-! " . und ||| ! ' ; ||| 0.272342 ||| ||| 1 1
-! " ? ||| ! ' ? ||| 0.272342 ||| ||| 1 1
-! " , gab ich zur Antwort ||| ! ' I replied ||| 0.272342 ||| ||| 1 1
-Parlaments ||| ! ' ] ||| 1 ||| ||| 1 1
-! " und Nizza II ? ||| ! ' and Nice II ? ||| 0.272342 ||| ||| 1 1
-! " und Nizza II ||| ! ' and Nice II ||| 0.272342 ||| ||| 1 1
-! " und Nizza ||| ! ' and Nice ||| 0.272342 ||| ||| 1 1
-! " und schlagen uns an die ||| ! ' and beat our ||| 0.272342 ||| ||| 3 1
-! " und schlagen uns an ||| ! ' and beat our ||| 0.272342 ||| ||| 3 1
-! " und schlagen uns ||| ! ' and beat our ||| 0.272342 ||| ||| 3 1
-! " und schlagen ||| ! ' and beat ||| 0.272342 ||| ||| 1 1
-! ' rufen , ||| ! ' and then murder ||| 0.883601 ||| ||| 1 1
-! ' rufen , ||| ! ' and then ||| 0.883601 ||| ||| 1 1
-! " , und fuhr fort , ||| ! ' and ||| 0.272342 ||| ||| 7 1
-! " , und fuhr fort ||| ! ' and ||| 0.272342 ||| ||| 7 1
-! " , und fuhr ||| ! ' and ||| 0.272342 ||| ||| 7 1
-! " , und ||| ! ' and ||| 0.272342 ||| ||| 7 1
-! " und ||| ! ' and ||| 0.272342 ||| ||| 7 2
-! ' rufen , ||| ! ' and ||| 0.883601 ||| ||| 7 1
-" ! aber ||| ! ' but ||| 0.272342 ||| ||| 1 1
-! " ) Sie haben vollkommen recht ||| ! ' exactly ||| 0.272342 ||| ||| 2 1
-! " ) Sie haben vollkommen ||| ! ' exactly ||| 0.272342 ||| ||| 2 1
-! " rufe vonseiten der IND ||| ! ' from members of the IND ||| 0.272342 ||| ||| 1 1
-! " rufe vonseiten der ||| ! ' from members of the ||| 0.272342 ||| ||| 1 1
-! " rufe vonseiten ||| ! ' from members of ||| 0.272342 ||| ||| 1 1
-! " rufe vonseiten ||| ! ' from members ||| 0.272342 ||| ||| 1 1
-! " rufe vonseiten ||| ! ' from ||| 0.272342 ||| ||| 1 1
-! “ Ist sich der amtierende Ratspräsident ||| ! ' is the Presidency-in-Office ||| 0.883601 ||| ||| 1 1
-! ' , diese Aufforderung ||| ! ' is the message ||| 0.883601 ||| ||| 1 1
-! ' , diese ||| ! ' is the ||| 0.883601 ||| ||| 2 1
-! “ Ist sich der ||| ! ' is the ||| 0.883601 ||| ||| 2 1
-! ' , ||| ! ' is ||| 0.883601 ||| ||| 3 1
-! ' ||| ! ' is ||| 0.883601 ||| ||| 3 1
-! “ Ist sich ||| ! ' is ||| 0.883601 ||| ||| 3 1
-beglückwünschen Sie dazu ! " oder ||| ! ' or alternatively ||| 0.272342 ||| ||| 2 1
-wir beglückwünschen Sie dazu ! " oder ||| ! ' or alternatively ||| 0.272342 ||| ||| 2 1
-! " oder ||| ! ' or ||| 0.272342 ||| ||| 3 1
-Sie dazu ! " oder ||| ! ' or ||| 0.272342 ||| ||| 3 1
-dazu ! " oder ||| ! ' or ||| 0.272342 ||| ||| 3 1
-! " rufen die Föderalisten , und ||| ! ' say the federalists , and ||| 0.272342 ||| ||| 1 1
-! " rufen die Föderalisten , ||| ! ' say the federalists , ||| 0.272342 ||| ||| 1 1
-! " rufen die Föderalisten ||| ! ' say the federalists ||| 0.272342 ||| ||| 1 1
-! " rufen die ||| ! ' say the ||| 0.272342 ||| ||| 1 1
-! " rufen ||| ! ' say ||| 0.272342 ||| ||| 1 1
-" , schrie sie , " nicht ||| ! ' she shrieked , ' not ||| 0.0949985 ||| ||| 1 1
-" , schrie sie , " ||| ! ' she shrieked , ' ||| 0.0949985 ||| ||| 1 1
-" , schrie sie , ||| ! ' she shrieked , ||| 0.308218 ||| ||| 1 1
-" , schrie sie ||| ! ' she shrieked ||| 0.308218 ||| ||| 1 1
-" , schrie sie ||| ! ' she ||| 0.308218 ||| ||| 1 1
-! " zu allen Formen des Protektionismus ||| ! ' to all forms of protectionism ||| 0.272342 ||| ||| 1 1
-! " zu allen Formen des ||| ! ' to all forms of ||| 0.272342 ||| ||| 1 1
-! " zu allen Formen ||| ! ' to all forms ||| 0.272342 ||| ||| 1 1
-! " zu allen ||| ! ' to all ||| 0.272342 ||| ||| 1 1
-! " zur Offenheit und zum Wettbewerb ||| ! ' to openness and competition ||| 0.272342 ||| ||| 1 1
-! " zur Offenheit und zum ||| ! ' to openness and ||| 0.272342 ||| ||| 2 1
-! " zur Offenheit und ||| ! ' to openness and ||| 0.272342 ||| ||| 2 1
-! " zur Offenheit ||| ! ' to openness ||| 0.272342 ||| ||| 1 1
-! " zu ||| ! ' to ||| 0.272342 ||| ||| 2 1
-! " zur ||| ! ' to ||| 0.272342 ||| ||| 2 1
-" war auch der Ruf der Menschen ||| ! ' was what the communities ||| 0.308218 ||| ||| 1 1
-" war auch der Ruf der ||| ! ' was what the ||| 0.308218 ||| ||| 1 1
-" war auch der Ruf ||| ! ' was what ||| 0.308218 ||| ||| 2 1
-" war auch der ||| ! ' was what ||| 0.308218 ||| ||| 2 1
-" war auch ||| ! ' was ||| 0.308218 ||| ||| 2 1
-" war ||| ! ' was ||| 0.308218 ||| ||| 2 1
-! " ( Europa war gut zu ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ( Europa war gut ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ( Europa war ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ( Europa ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ( ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ) Sie haben ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ) Sie ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ) ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " , ||| ! ' ||| 0.272342 ||| ||| 218 3
-! " . ||| ! ' ||| 0.272342 ||| ||| 218 9
-! " begrüßt ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " gehört ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " rufe ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " steht . ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " steht ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " vereinen ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ||| ! ' ||| 0.272342 ||| ||| 218 101
-! ' , ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' - wir lassen uns ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' - wir lassen ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' - wir ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' - ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' . ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' Stand ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' rufen ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' ||| ! ' ||| 0.883601 ||| ||| 218 25
-! ||| ! ' ||| 0.883601 ||| ||| 218 18
-! “ ||| ! ' ||| 0.883601 ||| ||| 218 3
-" ! ||| ! ' ||| 0.272342 ||| ||| 218 4
-" , schrie ||| ! ' ||| 0.308218 ||| ||| 218 1
-" . ||| ! ' ||| 0.308218 ||| ||| 218 1
-" ||| ! ' ||| 0.308218 ||| ||| 218 1
-' ||| ! ' ||| 1 ||| ||| 218 1
-, Rassismus ' ||| ! ' ||| 1 ||| ||| 218 1
-. " ||| ! ' ||| 0.308218 ||| ||| 218 5
-. ' ||| ! ' ||| 1 ||| ||| 218 1
-. ||| ! ' ||| 1 ||| ||| 218 2
-: " ||| ! ' ||| 0.308218 ||| ||| 218 1
-? ' ||| ! ' ||| 1 ||| ||| 218 1
-Ihr müßt ||| ! ' ||| 1 ||| ||| 218 1
-Parlaments ||| ! ' ||| 1 ||| ||| 218 1
-Rassismus ' ||| ! ' ||| 1 ||| ||| 218 1
-Sie dazu ! " ||| ! ' ||| 0.272342 ||| ||| 218 1
-Sonnenergie ! ||| ! ' ||| 0.883601 ||| ||| 218 1
-aufgreifen . ||| ! ' ||| 1 ||| ||| 218 1
-befassen ! ' ||| ! ' ||| 0.883601 ||| ||| 218 1
-das tun ! " ||| ! ' ||| 0.272342 ||| ||| 218 1
-dazu ! " ||| ! ' ||| 0.272342 ||| ||| 218 1
-den ||| ! ' ||| 1 ||| ||| 218 1
-erschaffen ! ' ||| ! ' ||| 0.883601 ||| ||| 218 1
-gehabt ! ' ||| ! ' ||| 0.883601 ||| ||| 218 1
-geschehen ! " ||| ! ' ||| 0.272342 ||| ||| 218 1
-müßt ||| ! ' ||| 1 ||| ||| 218 1
-stellen ! ||| ! ' ||| 0.883601 ||| ||| 218 1
-tun ! " ||| ! ' ||| 0.272342 ||| ||| 218 1
-verabschieden ! ||| ! ' ||| 0.883601 ||| ||| 218 1
-zu erschaffen ! ' ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ) bezeichnet wird , hat ||| ! ) , has ||| 0.883601 ||| ||| 1 1
-! ) oder ihr Egonet ||| ! ) , or rather their egonet ||| 0.883601 ||| ||| 1 1
-! ) oder ||| ! ) , or ||| 0.883601 ||| ||| 1 1
-! ) , Forschung , Wettbewerbsfähigkeit und ||| ! ) , research , competitiveness and ||| 0.883601 ||| ||| 1 1
-! ) , Forschung , Wettbewerbsfähigkeit ||| ! ) , research , competitiveness ||| 0.883601 ||| ||| 1 1
-! ) , Forschung , ||| ! ) , research , ||| 0.883601 ||| ||| 1 1
-! ) , Forschung ||| ! ) , research ||| 0.883601 ||| ||| 1 1
-! ) , mit der Rodung von ||| ! ) , the grubbing-up of ||| 0.883601 ||| ||| 1 1
-! ) , mit der Rodung ||| ! ) , the grubbing-up ||| 0.883601 ||| ||| 1 1
-! ) , mit der ||| ! ) , the ||| 0.883601 ||| ||| 1 1
-! - , ist zu ersehen ||| ! ) , we see ||| 0.883601 ||| ||| 1 1
-! - , ist zu ||| ! ) , we ||| 0.883601 ||| ||| 1 1
-! ) , während über 100 ||| ! ) , while over 100 ||| 0.883601 ||| ||| 2 1
-aus ! ) , während über 100 ||| ! ) , while over 100 ||| 0.883601 ||| ||| 2 1
-! ) , während über ||| ! ) , while over ||| 0.883601 ||| ||| 3 1
-aus ! ) , während über ||| ! ) , while over ||| 0.883601 ||| ||| 3 1
-leer aus ! ) , während über ||| ! ) , while over ||| 0.883601 ||| ||| 3 1
-! ) , während ||| ! ) , while ||| 0.883601 ||| ||| 4 1
-aus ! ) , während ||| ! ) , while ||| 0.883601 ||| ||| 4 1
-leer aus ! ) , während ||| ! ) , while ||| 0.883601 ||| ||| 4 1
-völlig leer aus ! ) , während ||| ! ) , while ||| 0.883601 ||| ||| 4 1
-! ) , mit ||| ! ) , ||| 0.883601 ||| ||| 13 1
-! ) , ||| ! ) , ||| 0.883601 ||| ||| 13 4
-! ) bezeichnet wird , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-! ) ||| ! ) , ||| 0.883601 ||| ||| 13 1
-! - , ist ||| ! ) , ||| 0.883601 ||| ||| 13 1
-! - , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-aus ! ) , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-ging völlig leer aus ! ) , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-leer aus ! ) , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-völlig leer aus ! ) , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-durch ||| ! ) - in fact neither is ||| 1 ||| ||| 1 1
-durch ||| ! ) - in fact neither ||| 1 ||| ||| 1 1
-durch ||| ! ) - in fact ||| 1 ||| ||| 1 1
-durch ||| ! ) - in ||| 1 ||| ||| 1 1
-! ) . ||| ! ) . ||| 0.883601 ||| ||| 2 2
-Berichtigungshaushalts im laufenden ||| ! ) amending budget in the current ||| 1 ||| ||| 1 1
-Berichtigungshaushalts im ||| ! ) amending budget in the ||| 1 ||| ||| 1 1
-Berichtigungshaushalts ||| ! ) amending budget ||| 1 ||| ||| 1 1
-! ) , und schließlich ||| ! ) and , finally , ||| 0.883601 ||| ||| 1 1
-! ) , und ||| ! ) and , ||| 0.883601 ||| ||| 1 1
-! ) und die Schaffung nationaler Finanzmärkte ||| ! ) and create national financial markets ||| 0.883601 ||| ||| 1 1
-! ) und die Schaffung nationaler ||| ! ) and create national ||| 0.883601 ||| ||| 1 1
-! ) und die Schaffung ||| ! ) and create ||| 0.883601 ||| ||| 1 1
-! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.883601 ||| ||| 2 1
-ankündigen ! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.883601 ||| ||| 2 1
-! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.883601 ||| ||| 2 1
-ankündigen ! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.883601 ||| ||| 2 1
-! ) und häufig ||| ! ) and often ||| 0.883601 ||| ||| 2 1
-ankündigen ! ) und häufig ||| ! ) and often ||| 0.883601 ||| ||| 2 1
-! ) und die ||| ! ) and ||| 0.883601 ||| ||| 4 1
-! ) und ||| ! ) and ||| 0.883601 ||| ||| 4 2
-ankündigen ! ) und ||| ! ) and ||| 0.883601 ||| ||| 4 1
-! ) für die Umsetzung der ||| ! ) before they apply the ||| 0.883601 ||| ||| 1 1
-! ) für die Umsetzung ||| ! ) before they apply ||| 0.883601 ||| ||| 1 1
-! ) für die ||| ! ) before they ||| 0.883601 ||| ||| 1 1
-! ) für ||| ! ) before ||| 0.883601 ||| ||| 2 1
-! ) ||| ! ) before ||| 0.883601 ||| ||| 2 1
-! ||| ! ) can ||| 0.442597 ||| ||| 1 1
-! ) dürfen nicht verwendet ( missbraucht ||| ! ) cannot be used ( misused ||| 0.883601 ||| ||| 1 1
-! ) dürfen nicht verwendet ( ||| ! ) cannot be used ( ||| 0.883601 ||| ||| 1 1
-! ) dürfen nicht verwendet ||| ! ) cannot be used ||| 0.883601 ||| ||| 1 1
-! ) dürfen nicht ||| ! ) cannot be ||| 0.883601 ||| ||| 1 1
-! ) großen Not ||| ! ) high level of need ||| 0.883601 ||| ||| 1 1
-! ) großen ||| ! ) high ||| 0.883601 ||| ||| 1 1
-) fiktiven Holocaust an den Juden im ||| ! ) holocaust of the Jews ||| 1 ||| ||| 2 1
-) fiktiven Holocaust an den Juden ||| ! ) holocaust of the Jews ||| 1 ||| ||| 2 1
-) fiktiven Holocaust an den ||| ! ) holocaust of the ||| 1 ||| ||| 1 1
-) fiktiven Holocaust an ||| ! ) holocaust of ||| 1 ||| ||| 1 1
-) fiktiven Holocaust ||| ! ) holocaust ||| 1 ||| ||| 1 1
-! ) für den Fall der ||| ! ) in the event that we ||| 0.883601 ||| ||| 1 1
-! ) für den Fall ||| ! ) in the event that ||| 0.883601 ||| ||| 1 1
-! ) für den Fall ||| ! ) in the event ||| 0.883601 ||| ||| 1 1
-! ) für den ||| ! ) in the ||| 0.883601 ||| ||| 1 1
-! ) für ||| ! ) in ||| 0.883601 ||| ||| 1 1
-! ) allein für ||| ! ) just for ||| 0.883601 ||| ||| 1 1
-! ) allein ||| ! ) just ||| 0.883601 ||| ||| 1 1
-! ) Marktwirtschaft , die von einem ||| ! ) market economy ||| 0.883601 ||| ||| 5 1
-! ) Marktwirtschaft , die von ||| ! ) market economy ||| 0.883601 ||| ||| 5 1
-! ) Marktwirtschaft , die ||| ! ) market economy ||| 0.883601 ||| ||| 5 1
-! ) Marktwirtschaft , ||| ! ) market economy ||| 0.883601 ||| ||| 5 1
-! ) Marktwirtschaft ||| ! ) market economy ||| 0.883601 ||| ||| 5 1
-! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.883601 ||| ||| 4 1
-! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.883601 ||| ||| 4 1
-sichere ! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.883601 ||| ||| 4 1
-sichere ! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.883601 ||| ||| 4 1
-! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.883601 ||| ||| 2 1
-sichere ! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.883601 ||| ||| 2 1
-! ) über die Änderung der ||| ! ) on the amendment of ||| 0.883601 ||| ||| 1 1
-! ) über die Änderung ||| ! ) on the amendment ||| 0.883601 ||| ||| 1 1
-! ) über die ||| ! ) on the ||| 0.883601 ||| ||| 1 1
-! ) über ||| ! ) on ||| 0.883601 ||| ||| 1 1
-klug . ||| ! ) to be wise enough ||| 1 ||| ||| 1 1
-. ||| ! ) to be ||| 1 ||| ||| 1 1
-. ||| ! ) to ||| 1 ||| ||| 1 1
-! ) , die die Arbeitslosenunterstützung ||| ! ) which unemployment benefit ||| 0.883601 ||| ||| 1 1
-! ! ! ) ||| ! ) ||| 0.689873 ||| ||| 71 1
-! ) , geht . ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) , geht ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) , ||| ! ) ||| 0.883601 ||| ||| 71 2
-! ) . ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) bezeichnet wird ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) bezeichnet ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) für ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) vertritt ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) ||| ! ) ||| 0.883601 ||| ||| 71 45
-! - ||| ! ) ||| 0.883601 ||| ||| 71 2
-! ||| ! ) ||| 0.442597 ||| ||| 71 1
-) fiktiven ||| ! ) ||| 1 ||| ||| 71 1
-) ||| ! ) ||| 1 ||| ||| 71 1
-, ging völlig leer aus ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-- ||| ! ) ||| 1 ||| ||| 71 1
-. ||| ! ) ||| 1 ||| ||| 71 2
-? ) ||| ! ) ||| 1 ||| ||| 71 1
-ankündigen ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-aus ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-ging völlig leer aus ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-leer aus ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-sichere ! - ||| ! ) ||| 0.883601 ||| ||| 71 1
-völlig leer aus ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-, er hatte überhaupt nicht zur Kenntnis ||| ! , he was entirely unaware ||| 1 ||| ||| 3 1
-, er hatte überhaupt nicht zur ||| ! , he was entirely unaware ||| 1 ||| ||| 3 1
-, er hatte überhaupt nicht ||| ! , he was entirely unaware ||| 1 ||| ||| 3 1
-, er hatte ||| ! , he was entirely ||| 1 ||| ||| 2 1
-, er hatte überhaupt ||| ! , he was entirely ||| 1 ||| ||| 2 1
-, er hatte ||| ! , he was ||| 1 ||| ||| 2 1
-, er hatte überhaupt ||| ! , he was ||| 1 ||| ||| 2 1
-, er ||| ! , he ||| 1 ||| ||| 1 1
-! , dem Gewinner des Sacharow-Preises in ||| ! , the Sakharov Prize winner in ||| 0.883601 ||| ||| 1 1
-! , dem Gewinner des Sacharow-Preises ||| ! , the Sakharov Prize winner ||| 0.883601 ||| ||| 1 1
-! , dem ||| ! , the ||| 0.883601 ||| ||| 1 1
-! , ||| ! , ||| 0.883601 ||| ||| 2 1
-, ||| ! , ||| 1 ||| ||| 2 1
-! - ' Es reicht ' ||| ! - ' Enough is enough ' ||| 0.883601 ||| ||| 1 1
-! - ' Es reicht ||| ! - ' Enough is enough ||| 0.883601 ||| ||| 1 1
-! - ' Es ||| ! - ' Enough ||| 0.883601 ||| ||| 1 1
-! - ' ||| ! - ' ||| 0.883601 ||| ||| 1 1
-! ich kann auch mitteilen ||| ! - I can also tell you ||| 0.442845 ||| ||| 1 1
-! ich kann auch ||| ! - I can also ||| 0.442845 ||| ||| 1 1
-! ich kann ||| ! - I can ||| 0.442845 ||| ||| 1 1
-ja auch tun ! warum sollte ||| ! - I do not see ||| 0.442845 ||| ||| 1 1
-ja auch tun ! warum sollte ||| ! - I do not ||| 0.442845 ||| ||| 1 1
-! - ||| ! - I do ||| 0.883601 ||| ||| 2 1
-ja auch tun ! warum ||| ! - I do ||| 0.442845 ||| ||| 2 1
-! - räume ich ein , ||| ! - I recognise ||| 0.883601 ||| ||| 2 1
-! - räume ich ein ||| ! - I recognise ||| 0.883601 ||| ||| 2 1
-! - , möchte ich meinerseits ||| ! - I would like to ||| 0.883601 ||| ||| 2 1
-! - , möchte ich ||| ! - I would like to ||| 0.883601 ||| ||| 2 1
-! - sage ich ||| ! - I would say ||| 0.883601 ||| ||| 1 1
-! - ||| ! - I ||| 0.883601 ||| ||| 2 1
-! ich ||| ! - I ||| 0.442845 ||| ||| 2 1
-! - Frau Präsidentin , ich wurde ||| ! - Madam President , I was ||| 0.883601 ||| ||| 1 1
-! - Frau Präsidentin , ich ||| ! - Madam President , I ||| 0.883601 ||| ||| 1 1
-! - Frau Präsidentin , ||| ! - Madam President , ||| 0.883601 ||| ||| 1 1
-! - Frau Präsidentin ||| ! - Madam President ||| 0.883601 ||| ||| 1 1
-! - Frau ||| ! - Madam ||| 0.883601 ||| ||| 1 1
-! ein Statut mit einem großen ||| ! - a statute with a capital ||| 0.442845 ||| ||| 1 1
-! ein Statut mit einem ||| ! - a statute with a ||| 0.442845 ||| ||| 1 1
-! ein Statut mit ||| ! - a statute with ||| 0.442845 ||| ||| 1 1
-! ein Statut ||| ! - a statute ||| 0.442845 ||| ||| 1 1
-! ein ||| ! - a ||| 0.442845 ||| ||| 1 1
-! - quer durch alle Fraktionen , ||| ! - all , ||| 0.883601 ||| ||| 1 1
-! - quer durch alle Fraktionen ||| ! - all ||| 0.883601 ||| ||| 2 1
-! - quer durch alle ||| ! - all ||| 0.883601 ||| ||| 2 1
-! - und ideologischer Manipulation ||| ! - and borders on ideological manipulation ||| 0.883601 ||| ||| 1 1
-! - und ideologischer ||| ! - and borders on ideological ||| 0.883601 ||| ||| 1 1
-! - und zum ersten ||| ! - and we saw the first ||| 0.883601 ||| ||| 1 1
-! - und zum ||| ! - and we saw the ||| 0.883601 ||| ||| 1 1
-! - und ||| ! - and we saw ||| 0.883601 ||| ||| 1 1
-! - und ||| ! - and we ||| 0.883601 ||| ||| 1 1
-! - und ||| ! - and ||| 0.883601 ||| ||| 2 2
-! - um zu bekräftigen , daß ||| ! - as a reaffirmation of ||| 0.883601 ||| ||| 3 1
-! - um zu bekräftigen , ||| ! - as a reaffirmation of ||| 0.883601 ||| ||| 3 1
-! - um zu bekräftigen ||| ! - as a reaffirmation of ||| 0.883601 ||| ||| 3 1
-! - um zu bekräftigen , daß ||| ! - as a reaffirmation ||| 0.883601 ||| ||| 3 1
-! - um zu bekräftigen , ||| ! - as a reaffirmation ||| 0.883601 ||| ||| 3 1
-! - um zu bekräftigen ||| ! - as a reaffirmation ||| 0.883601 ||| ||| 3 1
-! - um zu ||| ! - as a ||| 0.883601 ||| ||| 2 1
-! - um ||| ! - as a ||| 0.883601 ||| ||| 2 1
-! aber ||| ! - but , ||| 0.303187 ||| ||| 1 1
-! - , doch die britische Regierung ||| ! - but the British Government ||| 0.883601 ||| ||| 1 1
-! - , doch die britische ||| ! - but the British ||| 0.883601 ||| ||| 1 1
-! - , doch die ||| ! - but the ||| 0.883601 ||| ||| 1 1
-! - , doch ||| ! - but ||| 0.883601 ||| ||| 1 1
-! - , von dem ||| ! - in favour ||| 0.883601 ||| ||| 2 1
-! - , von ||| ! - in favour ||| 0.883601 ||| ||| 2 1
-! - , von dem ||| ! - in ||| 0.883601 ||| ||| 2 1
-! - , von ||| ! - in ||| 0.883601 ||| ||| 2 1
-. ||| ! - is for the troops ||| 1 ||| ||| 1 1
-. ||| ! - is for the ||| 1 ||| ||| 1 1
-. ||| ! - is for ||| 1 ||| ||| 1 1
-. ||| ! - is ||| 1 ||| ||| 1 1
-! ebenso wie die anvisierte bessere ||| ! - just as planned and improved ||| 0.883601 ||| ||| 1 1
-! ebenso wie die anvisierte ||| ! - just as planned and ||| 0.883601 ||| ||| 1 1
-! ebenso wie die anvisierte ||| ! - just as planned ||| 0.883601 ||| ||| 1 1
-! ebenso wie die ||| ! - just as ||| 0.883601 ||| ||| 2 1
-! ebenso wie ||| ! - just as ||| 0.883601 ||| ||| 2 1
-! ebenso ||| ! - just ||| 0.883601 ||| ||| 1 1
-! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.883601 ||| ||| 2 1
-Herren ! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.883601 ||| ||| 2 1
-! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.883601 ||| ||| 2 1
-Herren ! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.883601 ||| ||| 2 1
-! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.883601 ||| ||| 3 1
-Herren ! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.883601 ||| ||| 3 1
-und Herren ! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.883601 ||| ||| 3 1
-! - der operativen ||| ! - of operational ||| 0.883601 ||| ||| 4 1
-Damen und Herren ! - der operativen ||| ! - of operational ||| 0.883601 ||| ||| 4 1
-Herren ! - der operativen ||| ! - of operational ||| 0.883601 ||| ||| 4 1
-und Herren ! - der operativen ||| ! - of operational ||| 0.883601 ||| ||| 4 1
-! - Referenden und Volksinitiativen zu stellen ||| ! - of referendums and popular initiatives ||| 0.883601 ||| ||| 3 1
-! - Referenden und Volksinitiativen zu ||| ! - of referendums and popular initiatives ||| 0.883601 ||| ||| 3 1
-! - Referenden und Volksinitiativen ||| ! - of referendums and popular initiatives ||| 0.883601 ||| ||| 3 1
-! - Referenden und ||| ! - of referendums and ||| 0.883601 ||| ||| 1 1
-! - Referenden ||| ! - of referendums ||| 0.883601 ||| ||| 1 1
-! - der Energie vergeudet , bevor ||| ! - of the energy before ||| 0.883601 ||| ||| 1 1
-! - der Energie vergeudet , ||| ! - of the energy ||| 0.883601 ||| ||| 3 1
-! - der Energie vergeudet ||| ! - of the energy ||| 0.883601 ||| ||| 3 1
-! - der Energie ||| ! - of the energy ||| 0.883601 ||| ||| 3 1
-! - der ||| ! - of the ||| 0.883601 ||| ||| 1 1
-! - der ||| ! - of ||| 0.883601 ||| ||| 12 1
-! - ||| ! - of ||| 0.883601 ||| ||| 12 1
-Damen und Herren ! - der ||| ! - of ||| 0.883601 ||| ||| 12 1
-Herren ! - der ||| ! - of ||| 0.883601 ||| ||| 12 1
-Höhepunkt ist - , ||| ! - of ||| 1 ||| ||| 12 1
-Höhepunkt ist - ||| ! - of ||| 1 ||| ||| 12 1
-der Höhepunkt ist - , ||| ! - of ||| 1 ||| ||| 12 1
-der Höhepunkt ist - ||| ! - of ||| 1 ||| ||| 12 1
-ist - , ||| ! - of ||| 1 ||| ||| 12 1
-ist - ||| ! - of ||| 1 ||| ||| 12 1
-meine Damen und Herren ! - der ||| ! - of ||| 0.883601 ||| ||| 12 1
-und Herren ! - der ||| ! - of ||| 0.883601 ||| ||| 12 1
-! oder zugunsten der Rückkehr auf den ||| ! - or return to ||| 0.442845 ||| ||| 1 1
-! oder zugunsten der Rückkehr ||| ! - or return ||| 0.442845 ||| ||| 1 1
-! oder zugunsten der ||| ! - or ||| 0.442845 ||| ||| 3 1
-! oder zugunsten ||| ! - or ||| 0.442845 ||| ||| 3 1
-! oder ||| ! - or ||| 0.442845 ||| ||| 3 1
-! - energische Maßnahmen vorgeschlagen hat , ||| ! - proposing powerful measures ||| 0.883601 ||| ||| 3 1
-! - energische Maßnahmen vorgeschlagen hat ||| ! - proposing powerful measures ||| 0.883601 ||| ||| 3 1
-! - energische Maßnahmen vorgeschlagen ||| ! - proposing powerful measures ||| 0.883601 ||| ||| 3 1
-sage ich Dank ||| ! - say ' thank you ||| 1 ||| ||| 1 1
-sage ich ||| ! - say ' ||| 1 ||| ||| 1 1
-! - besagen , dass der Zugang ||| ! - stipulate that access ||| 0.883601 ||| ||| 1 1
-! - besagen , dass ||| ! - stipulate that ||| 0.883601 ||| ||| 1 1
-! - besagen ||| ! - stipulate ||| 0.883601 ||| ||| 1 1
-! - , die mit ||| ! - that have been treated with ||| 0.883601 ||| ||| 3 1
-Munde zusammen ! - , die mit ||| ! - that have been treated with ||| 0.883601 ||| ||| 3 1
-zusammen ! - , die mit ||| ! - that have been treated with ||| 0.883601 ||| ||| 3 1
-! - , die ||| ! - that have been ||| 0.883601 ||| ||| 4 1
-Munde zusammen ! - , die ||| ! - that have been ||| 0.883601 ||| ||| 4 1
-im Munde zusammen ! - , die ||| ! - that have been ||| 0.883601 ||| ||| 4 1
-zusammen ! - , die ||| ! - that have been ||| 0.883601 ||| ||| 4 1
-! - , die ||| ! - that have ||| 0.883601 ||| ||| 4 1
-Munde zusammen ! - , die ||| ! - that have ||| 0.883601 ||| ||| 4 1
-im Munde zusammen ! - , die ||| ! - that have ||| 0.883601 ||| ||| 4 1
-zusammen ! - , die ||| ! - that have ||| 0.883601 ||| ||| 4 1
-! - scheint die Europäische Union jetzt ||| ! - the EU seems ||| 0.883601 ||| ||| 2 1
-! - scheint die Europäische Union ||| ! - the EU seems ||| 0.883601 ||| ||| 2 1
-! - und begrenzt somit die ||| ! - thereby restricting the ||| 0.883601 ||| ||| 1 1
-! - rechtzeitig reagiert : sie hat ||| ! - took timely action : it ||| 0.883601 ||| ||| 2 1
-! - rechtzeitig reagiert : sie ||| ! - took timely action : it ||| 0.883601 ||| ||| 2 1
-! - rechtzeitig reagiert : ||| ! - took timely action : ||| 0.883601 ||| ||| 1 1
-! - rechtzeitig reagiert ||| ! - took timely action ||| 0.883601 ||| ||| 1 1
-! - rechtzeitig ||| ! - took timely ||| 0.883601 ||| ||| 1 1
-! - , wohingegen man ||| ! - whereas one ||| 0.883601 ||| ||| 1 1
-! - , wohingegen ||| ! - whereas ||| 0.883601 ||| ||| 1 1
-! - , die ||| ! - which ||| 0.883601 ||| ||| 1 1
-! - , während diejenigen , die ||| ! - while those responsible for the ||| 0.883601 ||| ||| 1 1
-! - , während diejenigen , ||| ! - while those responsible for ||| 0.883601 ||| ||| 2 1
-! - , während diejenigen ||| ! - while those responsible for ||| 0.883601 ||| ||| 2 1
-! - , während diejenigen , ||| ! - while those responsible ||| 0.883601 ||| ||| 2 1
-! - , während diejenigen ||| ! - while those responsible ||| 0.883601 ||| ||| 2 1
-! - , während ||| ! - while ||| 0.883601 ||| ||| 1 1
-- , so frage ||| ! - who would ||| 1 ||| ||| 1 1
-! - , die ||| ! - who ||| 0.883601 ||| ||| 2 1
-- , so ||| ! - who ||| 1 ||| ||| 2 1
-hinsichtlich des ||| ! - why the rules on the ||| 1 ||| ||| 1 1
-hinsichtlich ||| ! - why the rules on ||| 1 ||| ||| 1 1
-aufbewahren - müssen ||| ! - will have ||| 1 ||| ||| 1 1
-aufbewahren - ||| ! - will ||| 1 ||| ||| 1 1
-! ) ||| ! - ||| 0.883601 ||| ||| 67 1
-! - , die ||| ! - ||| 0.883601 ||| ||| 67 1
-! - , ||| ! - ||| 0.883601 ||| ||| 67 7
-! - quer durch ||| ! - ||| 0.883601 ||| ||| 67 1
-! - quer ||| ! - ||| 0.883601 ||| ||| 67 1
-! - ||| ! - ||| 0.883601 ||| ||| 67 34
-! ||| ! - ||| 0.442845 ||| ||| 67 4
-, meine Damen und Herren ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-. ||| ! - ||| 1 ||| ||| 67 2
-Damen und Herren ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-Herren ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-Höhepunkt ist - , ||| ! - ||| 1 ||| ||| 67 1
-Höhepunkt ist - ||| ! - ||| 1 ||| ||| 67 1
-Munde zusammen ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-aufbewahren - ||| ! - ||| 1 ||| ||| 67 1
-bleibt - ||| ! - ||| 1 ||| ||| 67 1
-der Höhepunkt ist - , ||| ! - ||| 1 ||| ||| 67 1
-der Höhepunkt ist - ||| ! - ||| 1 ||| ||| 67 1
-im Munde zusammen ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-ist - , ||| ! - ||| 1 ||| ||| 67 1
-ist - ||| ! - ||| 1 ||| ||| 67 1
-meine Damen und Herren ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-und Herren ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-zusammen ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-! " . ||| ! . ||| 0.00130746 ||| ||| 2 1
-! ||| ! . ||| 0.444592 ||| ||| 2 1
-! ... und , hier war ich ||| ! ... ||| 0.883601 ||| ||| 17 1
-! ... und , hier war ||| ! ... ||| 0.883601 ||| ||| 17 1
-! ... und , hier ||| ! ... ||| 0.883601 ||| ||| 17 1
-! ... und , ||| ! ... ||| 0.883601 ||| ||| 17 1
-! ... und ||| ! ... ||| 0.883601 ||| ||| 17 1
-! ... ||| ! ... ||| 0.883601 ||| ||| 17 3
-Ausnahme machen ! ... und , hier ||| ! ... ||| 0.883601 ||| ||| 17 1
-Ausnahme machen ! ... und , ||| ! ... ||| 0.883601 ||| ||| 17 1
-Ausnahme machen ! ... und ||| ! ... ||| 0.883601 ||| ||| 17 1
-Ausnahme machen ! ... ||| ! ... ||| 0.883601 ||| ||| 17 1
-machen ! ... und , hier war ||| ! ... ||| 0.883601 ||| ||| 17 1
-machen ! ... und , hier ||| ! ... ||| 0.883601 ||| ||| 17 1
-machen ! ... und , ||| ! ... ||| 0.883601 ||| ||| 17 1
-machen ! ... und ||| ! ... ||| 0.883601 ||| ||| 17 1
-machen ! ... ||| ! ... ||| 0.883601 ||| ||| 17 1
-! " ||| ! .... ' ||| 0.272342 ||| ||| 1 1
-! ||| ! .... ||| 0.883601 ||| ||| 1 1
-! 14,5 % Feuchte ist ||| ! 14.5 % is ||| 0.883601 ||| ||| 1 1
-! 14,5 % Feuchte ||| ! 14.5 % ||| 0.883601 ||| ||| 1 1
-! 173 Auftragsmorde seit 1990 ||| ! 173 contract killings since 1990 ||| 0.883601 ||| ||| 1 1
-! 173 Auftragsmorde seit 1990 – ||| ! 173 contract killings since 1990 – ||| 0.883601 ||| ||| 1 1
-! 173 Auftragsmorde seit ||| ! 173 contract killings since ||| 0.883601 ||| ||| 1 1
-! 173 Auftragsmorde ||| ! 173 contract killings ||| 0.883601 ||| ||| 1 1
-! 173 ||| ! 173 ||| 0.883601 ||| ||| 1 1
-! 2004 ||| ! 2004 may ||| 0.883601 ||| ||| 1 1
-! 2004 ||| ! 2004 ||| 0.883601 ||| ||| 1 1
-! ; und aus Angola , Dom ||| ! ; and from Angola , Dom ||| 0.883601 ||| ||| 1 1
-! ; und aus Angola , ||| ! ; and from Angola , ||| 0.883601 ||| ||| 1 1
-! ; und aus Angola ||| ! ; and from Angola ||| 0.883601 ||| ||| 1 1
-! ; und aus ||| ! ; and from ||| 0.883601 ||| ||| 1 1
-! ; und ||| ! ; and ||| 0.883601 ||| ||| 1 1
-! ; ||| ! ; ||| 0.883601 ||| ||| 1 1
-! 100 Mio. ECU ||| ! ECU 100 m ||| 0.883601 ||| ||| 2 1
-so ! 100 Mio. ECU ||| ! ECU 100 m ||| 0.883601 ||| ||| 2 1
-wie ich es bereits ||| ! I have been ||| 1 ||| ||| 1 1
-wie ich es ||| ! I have ||| 1 ||| ||| 1 1
-ich nicht einer Meinung mit ||| ! I may not agree with ||| 1 ||| ||| 1 1
-ich nicht einer Meinung ||| ! I may not agree ||| 1 ||| ||| 1 1
-ich nicht ||| ! I may not ||| 1 ||| ||| 1 1
-ich ||| ! I may ||| 1 ||| ||| 1 1
-das meines Erachtens ||| ! I think that ||| 1 ||| ||| 1 1
-und möchte zu ||| ! I want it ||| 1 ||| ||| 2 1
-und möchte ||| ! I want it ||| 1 ||| ||| 2 1
-und möchte zu ||| ! I want ||| 1 ||| ||| 2 1
-und möchte ||| ! I want ||| 1 ||| ||| 2 1
-! ||| ! I ||| 0.883601 ||| ||| 5 1
-das meines ||| ! I ||| 1 ||| ||| 5 1
-ich ||| ! I ||| 1 ||| ||| 5 1
-und ||| ! I ||| 1 ||| ||| 5 1
-wie ich ||| ! I ||| 1 ||| ||| 5 1
-! schottisches Rindfleisch ist ||| ! Scotch beef is ||| 0.883601 ||| ||| 1 1
-! schottisches Rindfleisch ||| ! Scotch beef ||| 0.883601 ||| ||| 1 1
-! schottisches ||| ! Scotch ||| 0.883601 ||| ||| 1 1
-dies ist der Wahlspruch ||| ! ] This is the relevant phrase ||| 1 ||| ||| 1 1
-dies ist der ||| ! ] This is the relevant ||| 1 ||| ||| 1 1
-dies ist der ||| ! ] This is the ||| 1 ||| ||| 1 1
-dies ist ||| ! ] This is ||| 1 ||| ||| 1 1
-dies ||| ! ] This ||| 1 ||| ||| 1 1
-! ) ||| ! ] ||| 0.883601 ||| ||| 1 1
-alle unsere Länder , wenn auch in ||| ! all our countries , to ||| 1 ||| ||| 1 1
-alle unsere Länder , wenn auch ||| ! all our countries , ||| 1 ||| ||| 3 1
-alle unsere Länder , wenn ||| ! all our countries , ||| 1 ||| ||| 3 1
-alle unsere Länder , ||| ! all our countries , ||| 1 ||| ||| 3 1
-alle unsere Länder ||| ! all our countries ||| 1 ||| ||| 1 1
-alle unsere ||| ! all our ||| 1 ||| ||| 1 1
-all ||| ! all this ||| 1 ||| ||| 1 1
-, denn alle nehmen ||| ! all ||| 1 ||| ||| 6 1
-, denn alle ||| ! all ||| 1 ||| ||| 6 1
-all ||| ! all ||| 1 ||| ||| 6 1
-alle ||| ! all ||| 1 ||| ||| 6 1
-denn alle nehmen ||| ! all ||| 1 ||| ||| 6 1
-denn alle ||| ! all ||| 1 ||| ||| 6 1
-und traut euch doch , etwa die ||| ! and dare to adopt the ||| 1 ||| ||| 1 1
-und traut euch doch , etwa ||| ! and dare to adopt ||| 1 ||| ||| 2 1
-und traut euch doch , ||| ! and dare to adopt ||| 1 ||| ||| 2 1
-und traut euch doch , etwa ||| ! and dare to ||| 1 ||| ||| 2 1
-und traut euch doch , ||| ! and dare to ||| 1 ||| ||| 2 1
-und traut euch doch ||| ! and dare ||| 1 ||| ||| 1 1
-anderes Beispiel : wenn ich ||| ! another example : when I ||| 1 ||| ||| 1 1
-anderes Beispiel : wenn ||| ! another example : when ||| 1 ||| ||| 1 1
-anderes Beispiel : ||| ! another example : ||| 1 ||| ||| 1 1
-anderes Beispiel ||| ! another example ||| 1 ||| ||| 1 1
-anderes ||| ! another ||| 1 ||| ||| 1 1
-werden Sie hart , oder seien Sie ||| ! be firm , or be ||| 1 ||| ||| 1 1
-hat der Rat so ||| ! can the Council even begin to ||| 1 ||| ||| 1 1
-hat der Rat so ||| ! can the Council even begin ||| 1 ||| ||| 1 1
-hat der Rat so ||| ! can the Council even ||| 1 ||| ||| 1 1
-hat der Rat ||| ! can the Council ||| 1 ||| ||| 1 1
-hat der ||| ! can the ||| 1 ||| ||| 1 1
-hat ||| ! can ||| 1 ||| ||| 1 1
-so ||| ! create ||| 1 ||| ||| 1 1
-jeder Staat versucht ||| ! each state tries ||| 1 ||| ||| 1 1
-jeder Staat ||| ! each state ||| 1 ||| ||| 1 1
-jeder ||| ! each ||| 1 ||| ||| 1 1
-immer nur zu reden und zu ||| ! enough of words ||| 1 ||| ||| 3 1
-immer nur zu reden und ||| ! enough of words ||| 1 ||| ||| 3 1
-immer nur zu reden ||| ! enough of words ||| 1 ||| ||| 3 1
-immer nur zu ||| ! enough of ||| 1 ||| ||| 2 1
-immer nur ||| ! enough of ||| 1 ||| ||| 2 1
-immer nur zu ||| ! enough ||| 1 ||| ||| 2 1
-immer nur ||| ! enough ||| 1 ||| ||| 2 1
-für viele von Ihnen - Sie ||| ! for many of you - you ||| 1 ||| ||| 1 1
-für viele von Ihnen - ||| ! for many of you - ||| 1 ||| ||| 1 1
-für viele von Ihnen ||| ! for many of you ||| 1 ||| ||| 1 1
-für viele von ||| ! for many of ||| 1 ||| ||| 1 1
-für viele ||| ! for many ||| 1 ||| ||| 1 1
-für ||| ! for ||| 1 ||| ||| 1 1
-tun vom Rinderwahn bis zu Bioziden , ||| ! from mad cow disease to biocides ||| 1 ||| ||| 4 1
-tun vom Rinderwahn bis zu Bioziden ||| ! from mad cow disease to biocides ||| 1 ||| ||| 4 1
-vom Rinderwahn bis zu Bioziden , ||| ! from mad cow disease to biocides ||| 1 ||| ||| 4 1
-vom Rinderwahn bis zu Bioziden ||| ! from mad cow disease to biocides ||| 1 ||| ||| 4 1
-tun vom Rinderwahn bis zu ||| ! from mad cow disease to ||| 1 ||| ||| 2 1
-vom Rinderwahn bis zu ||| ! from mad cow disease to ||| 1 ||| ||| 2 1
-: gute Rechtsvorschriften sind schön und gut ||| ! good legislation is fine ||| 1 ||| ||| 1 1
-: gute Rechtsvorschriften sind ||| ! good legislation is ||| 1 ||| ||| 1 1
-: gute Rechtsvorschriften ||| ! good legislation ||| 1 ||| ||| 1 1
-: gute ||| ! good ||| 1 ||| ||| 1 1
-Probleme anzupacken : wir müssen hier ||| ! here , we have to ||| 1 ||| ||| 2 1
-anzupacken : wir müssen hier ||| ! here , we have to ||| 1 ||| ||| 2 1
-: wir müssen hier ||| ! here , we have ||| 1 ||| ||| 1 1
-hier ||| ! here ||| 1 ||| ||| 1 1
-- all diese Möglichkeiten werden derzeit ||| ! however , these solutions are being ||| 1 ||| ||| 1 1
-- all diese Möglichkeiten werden ||| ! however , these solutions are ||| 1 ||| ||| 1 1
-- all diese Möglichkeiten ||| ! however , these solutions ||| 1 ||| ||| 1 1
-- all diese ||| ! however , these ||| 1 ||| ||| 1 1
-- ||| ! however , ||| 1 ||| ||| 1 1
-wenn diese Untersuchung ||| ! if this inquiry ||| 1 ||| ||| 1 1
-wenn diese ||| ! if this ||| 1 ||| ||| 1 1
-wirklich : wenn es ||| ! if we ||| 1 ||| ||| 1 1
-wenn ||| ! if ||| 1 ||| ||| 2 1
-wirklich : wenn ||| ! if ||| 1 ||| ||| 2 1
-! 1962 haben sie dies ||| ! in 1962 , did they not ||| 0.883601 ||| ||| 2 1
-! 1962 haben sie ||| ! in 1962 , did they not ||| 0.883601 ||| ||| 2 1
-! 1962 haben sie dies ||| ! in 1962 , did they ||| 0.883601 ||| ||| 2 1
-! 1962 haben sie ||| ! in 1962 , did they ||| 0.883601 ||| ||| 2 1
-! 1962 haben ||| ! in 1962 , did ||| 0.883601 ||| ||| 1 1
-! 1962 ||| ! in 1962 , ||| 0.883601 ||| ||| 1 1
-! 1962 ||| ! in 1962 ||| 0.883601 ||| ||| 1 1
-! 1996 haben vier Millionen Menschen ||| ! in 1996 , four million people ||| 0.883601 ||| ||| 1 1
-! 1996 haben vier Millionen ||| ! in 1996 , four million ||| 0.883601 ||| ||| 1 1
-! 1996 haben vier ||| ! in 1996 , four ||| 0.883601 ||| ||| 1 1
-! 1996 haben ||| ! in 1996 , ||| 0.883601 ||| ||| 1 1
-! 1996 ||| ! in 1996 ||| 0.883601 ||| ||| 1 1
-dies einfach ||| ! in ||| 1 ||| ||| 1 1
-wirklich ||| ! instead , because we ||| 1 ||| ||| 1 1
-wirklich ||| ! instead , because ||| 1 ||| ||| 1 1
-wirklich ||| ! instead , ||| 1 ||| ||| 1 1
-wirklich ||| ! instead ||| 1 ||| ||| 1 1
-wurde ! ||| ! it has ||| 0.883601 ||| ||| 1 1
-, und befürworte ein ||| ! let us say yes to a ||| 1 ||| ||| 1 1
-, und befürworte ||| ! let us say yes to ||| 1 ||| ||| 1 1
-befürworte ||| ! let us say yes ||| 1 ||| ||| 2 1
-und befürworte ||| ! let us say yes ||| 1 ||| ||| 2 1
-befürworte ||| ! let us say ||| 1 ||| ||| 2 1
-und befürworte ||| ! let us say ||| 1 ||| ||| 2 1
-befürworte ||| ! let us ||| 1 ||| ||| 4 1
-tun wir doch um ||| ! let us ||| 1 ||| ||| 4 1
-tun wir doch ||| ! let us ||| 1 ||| ||| 4 1
-und befürworte ||| ! let us ||| 1 ||| ||| 4 1
-befürworte ||| ! let ||| 1 ||| ||| 2 1
-und befürworte ||| ! let ||| 1 ||| ||| 2 1
-! Malaria und Tuberkulose sind heilbar ||| ! malaria and tuberculosis can be cured ||| 0.883601 ||| ||| 1 1
-! Malaria und Tuberkulose sind ||| ! malaria and tuberculosis can ||| 0.883601 ||| ||| 1 1
-! Malaria und Tuberkulose ||| ! malaria and tuberculosis ||| 0.883601 ||| ||| 1 1
-! Malaria und ||| ! malaria and ||| 0.883601 ||| ||| 1 1
-! Malaria ||| ! malaria ||| 0.883601 ||| ||| 1 1
-vielleicht können Sie mich ja berichtigen ||| ! maybe you will put me right ||| 1 ||| ||| 1 1
-, und ||| ! moreover , it ||| 1 ||| ||| 1 1
-Kollegin , man könnte ||| ! my dear colleague , we could ||| 1 ||| ||| 1 1
-Kollegin , man ||| ! my dear colleague , we ||| 1 ||| ||| 1 1
-Kollegin , ||| ! my dear colleague , ||| 1 ||| ||| 1 1
-Kollegin ||| ! my dear colleague ||| 1 ||| ||| 1 1
-und nochmals Nein ! ||| ! no ! ||| 0.883601 ||| ||| 1 1
-und nochmals Nein ! “ , denn ||| ! no ! ’ , because , ||| 0.883601 ||| ||| 1 1
-und nochmals Nein ! “ , denn ||| ! no ! ’ , because ||| 0.883601 ||| ||| 1 1
-und nochmals Nein ! “ , ||| ! no ! ’ , ||| 0.883601 ||| ||| 1 1
-und nochmals Nein ! “ ||| ! no ! ’ ||| 0.883601 ||| ||| 1 1
-und nochmals Nein ||| ! no ||| 1 ||| ||| 1 1
-auch im Namen der Fraktion Die Grünen ||| ! on behalf of the Green Group ||| 1 ||| ||| 2 1
-im Namen der Fraktion Die Grünen ||| ! on behalf of the Green Group ||| 1 ||| ||| 2 1
-Vorredner auch im Namen der ||| ! on behalf of the ||| 1 ||| ||| 3 1
-auch im Namen der ||| ! on behalf of the ||| 1 ||| ||| 3 1
-im Namen der ||| ! on behalf of the ||| 1 ||| ||| 3 1
-Vorredner auch im Namen ||| ! on behalf ||| 1 ||| ||| 3 1
-auch im Namen ||| ! on behalf ||| 1 ||| ||| 3 1
-im Namen ||| ! on behalf ||| 1 ||| ||| 3 1
-Vorredner auch im ||| ! on ||| 1 ||| ||| 3 1
-auch im ||| ! on ||| 1 ||| ||| 3 1
-im ||| ! on ||| 1 ||| ||| 3 1
-wenn das alles ||| ! once everything that ||| 1 ||| ||| 1 1
-wenn ||| ! once ||| 1 ||| ||| 1 1
-ein politisch und wirtschaftlich vereintes ||| ! politically and economically united ||| 1 ||| ||| 1 1
-ein politisch und wirtschaftlich ||| ! politically and economically ||| 1 ||| ||| 1 1
-ein politisch und ||| ! politically and ||| 1 ||| ||| 1 1
-ein politisch ||| ! politically ||| 1 ||| ||| 1 1
-aber sollen wir darüber erfreut sein ? ||| ! should we rejoice at this ? ||| 1 ||| ||| 2 1
-sollen wir darüber erfreut sein ? ||| ! should we rejoice at this ? ||| 1 ||| ||| 2 1
-, aber sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 1 ||| ||| 3 1
-aber sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 1 ||| ||| 3 1
-sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 1 ||| ||| 3 1
-, aber sollen wir ||| ! should we ||| 1 ||| ||| 4 1
-aber sollen wir ||| ! should we ||| 1 ||| ||| 4 1
-sein , aber sollen wir ||| ! should we ||| 1 ||| ||| 4 1
-sollen wir ||| ! should we ||| 1 ||| ||| 4 1
-, aber sollen ||| ! should ||| 1 ||| ||| 4 1
-aber sollen ||| ! should ||| 1 ||| ||| 4 1
-sein , aber sollen ||| ! should ||| 1 ||| ||| 4 1
-sollen ||| ! should ||| 1 ||| ||| 4 1
-Elementen ||| ! social coherence ||| 1 ||| ||| 1 1
-Margaret Thatcher ||| ! sometimes I really miss Margaret Thatcher ||| 1 ||| ||| 1 1
-das ist wunderbar , und ich bin ||| ! that is extraordinary and I am ||| 1 ||| ||| 1 1
-das ist wunderbar , und ich ||| ! that is extraordinary and I ||| 1 ||| ||| 1 1
-das ist wunderbar , und ||| ! that is extraordinary and ||| 1 ||| ||| 1 1
-das ist wunderbar , ||| ! that is extraordinary ||| 1 ||| ||| 2 1
-das ist wunderbar ||| ! that is extraordinary ||| 1 ||| ||| 2 1
-das ist ||| ! that is ||| 1 ||| ||| 1 1
-das ||| ! that ||| 1 ||| ||| 1 1
-der Kommission bewirken wird , denn dies ||| ! the Commission can accept all the ||| 1 ||| ||| 1 1
-der Kommission bewirken wird , denn ||| ! the Commission can accept all ||| 1 ||| ||| 1 1
-der Kommission bewirken wird , ||| ! the Commission can accept ||| 1 ||| ||| 2 1
-der Kommission bewirken wird ||| ! the Commission can accept ||| 1 ||| ||| 2 1
-der Kommission bewirken wird , ||| ! the Commission can ||| 1 ||| ||| 2 1
-der Kommission bewirken wird ||| ! the Commission can ||| 1 ||| ||| 2 1
-der Kommission bewirken ||| ! the Commission ||| 1 ||| ||| 2 1
-der Kommission ||| ! the Commission ||| 1 ||| ||| 2 1
-! “ Die EU , die ||| ! the EU , the ||| 0.883601 ||| ||| 1 1
-! “ Die EU , ||| ! the EU , ||| 0.883601 ||| ||| 1 1
-! “ Die EU ||| ! the EU ||| 0.883601 ||| ||| 1 1
-, die ||| ! the European ||| 1 ||| ||| 2 1
-die ||| ! the European ||| 1 ||| ||| 2 1
-, und ||| ! the truth is that ||| 1 ||| ||| 2 1
-, ||| ! the truth is that ||| 1 ||| ||| 2 1
-! “ Die ||| ! the ||| 0.883601 ||| ||| 4 1
-, die ||| ! the ||| 1 ||| ||| 4 1
-der ||| ! the ||| 1 ||| ||| 4 1
-die ||| ! the ||| 1 ||| ||| 4 1
-ich doch eine große Flagge ||| ! there is a great big flag ||| 1 ||| ||| 3 1
-mir sehe ich doch eine große Flagge ||| ! there is a great big flag ||| 1 ||| ||| 3 1
-sehe ich doch eine große Flagge ||| ! there is a great big flag ||| 1 ||| ||| 3 1
-ich doch eine große ||| ! there is a great big ||| 1 ||| ||| 3 1
-mir sehe ich doch eine große ||| ! there is a great big ||| 1 ||| ||| 3 1
-sehe ich doch eine große ||| ! there is a great big ||| 1 ||| ||| 3 1
-ich doch eine ||| ! there is a ||| 1 ||| ||| 3 1
-mir sehe ich doch eine ||| ! there is a ||| 1 ||| ||| 3 1
-sehe ich doch eine ||| ! there is a ||| 1 ||| ||| 3 1
-ich doch ||| ! there is ||| 1 ||| ||| 3 1
-mir sehe ich doch ||| ! there is ||| 1 ||| ||| 3 1
-sehe ich doch ||| ! there is ||| 1 ||| ||| 3 1
-ich ||| ! there ||| 1 ||| ||| 3 1
-mir sehe ich ||| ! there ||| 1 ||| ||| 3 1
-sehe ich ||| ! there ||| 1 ||| ||| 3 1
-, denn das ist unsere Pflicht ||| ! this is our duty ||| 1 ||| ||| 3 1
-denn das ist unsere Pflicht ||| ! this is our duty ||| 1 ||| ||| 3 1
-nehmen , denn das ist unsere Pflicht ||| ! this is our duty ||| 1 ||| ||| 3 1
-, denn das ist unsere ||| ! this is our ||| 1 ||| ||| 4 1
-Angriff nehmen , denn das ist unsere ||| ! this is our ||| 1 ||| ||| 4 1
-denn das ist unsere ||| ! this is our ||| 1 ||| ||| 4 1
-nehmen , denn das ist unsere ||| ! this is our ||| 1 ||| ||| 4 1
-, denn das ist ||| ! this is ||| 1 ||| ||| 5 1
-Angriff nehmen , denn das ist ||| ! this is ||| 1 ||| ||| 5 1
-denn das ist ||| ! this is ||| 1 ||| ||| 5 1
-in Angriff nehmen , denn das ist ||| ! this is ||| 1 ||| ||| 5 1
-nehmen , denn das ist ||| ! this is ||| 1 ||| ||| 5 1
-, denn das ||| ! this ||| 1 ||| ||| 5 1
-Angriff nehmen , denn das ||| ! this ||| 1 ||| ||| 5 1
-denn das ||| ! this ||| 1 ||| ||| 5 1
-in Angriff nehmen , denn das ||| ! this ||| 1 ||| ||| 5 1
-nehmen , denn das ||| ! this ||| 1 ||| ||| 5 1
-! – dieses Mal leider flankiert ||| ! unfortunately accompanied , this time , ||| 0.883601 ||| ||| 1 1
-! – dieses Mal leider flankiert ||| ! unfortunately accompanied , this time ||| 0.883601 ||| ||| 1 1
-leider ||| ! unfortunately ||| 1 ||| ||| 1 1
-, und hier kommen wir nur weiter ||| ! we can only make progress here ||| 1 ||| ||| 5 1
-hier kommen wir nur weiter , ||| ! we can only make progress here ||| 1 ||| ||| 5 1
-hier kommen wir nur weiter ||| ! we can only make progress here ||| 1 ||| ||| 5 1
-und hier kommen wir nur weiter , ||| ! we can only make progress here ||| 1 ||| ||| 5 1
-und hier kommen wir nur weiter ||| ! we can only make progress here ||| 1 ||| ||| 5 1
-kommen wir nur weiter , ||| ! we can only make progress ||| 1 ||| ||| 2 1
-kommen wir nur weiter ||| ! we can only make progress ||| 1 ||| ||| 2 1
-kommen wir nur ||| ! we can only ||| 1 ||| ||| 1 1
-kommen wir ||| ! we can ||| 1 ||| ||| 1 1
-, und wir wissen genau , dass ||| ! we know quite well that ||| 1 ||| ||| 2 1
-und wir wissen genau , dass ||| ! we know quite well that ||| 1 ||| ||| 2 1
-, und wir wissen genau ||| ! we know quite well ||| 1 ||| ||| 2 1
-und wir wissen genau ||| ! we know quite well ||| 1 ||| ||| 2 1
-, und wir wissen ||| ! we know ||| 1 ||| ||| 2 1
-und wir wissen ||| ! we know ||| 1 ||| ||| 2 1
-! - , dass wir mehr wollen ||| ! we want more ||| 0.883601 ||| ||| 1 1
-, und wir ||| ! we ||| 1 ||| ||| 9 1
-ebenfalls mangelnde Vorsicht ||| ! we ||| 1 ||| ||| 9 1
-eine größere ||| ! we ||| 1 ||| ||| 9 1
-eine ||| ! we ||| 1 ||| ||| 9 1
-ist ebenfalls mangelnde Vorsicht ||| ! we ||| 1 ||| ||| 9 1
-oh Gott , wir ||| ! we ||| 1 ||| ||| 9 1
-und wir ||| ! we ||| 1 ||| ||| 9 1
-wird eine größere ||| ! we ||| 1 ||| ||| 9 1
-wird eine ||| ! we ||| 1 ||| ||| 9 1
-. ||| ! well ! ||| 1 ||| ||| 1 1
-. ||| ! well ||| 1 ||| ||| 1 1
-eben solch eine ||| ! what ||| 1 ||| ||| 2 1
-eben solch ||| ! what ||| 1 ||| ||| 2 1
-wann wollen Sie endlich ||| ! when are you finally going ||| 1 ||| ||| 1 1
-wann wollen Sie endlich ||| ! when are you finally ||| 1 ||| ||| 1 1
-wann wollen Sie ||| ! when are you ||| 1 ||| ||| 1 1
-wann wollen ||| ! when are ||| 1 ||| ||| 1 1
-wann ||| ! when ||| 1 ||| ||| 1 1
-. ||| ! why ? ||| 1 ||| ||| 1 1
-! den Sacharow-Preis , ||| ! won the Sakharov Prize ||| 0.883601 ||| ||| 2 1
-! den Sacharow-Preis ||| ! won the Sakharov Prize ||| 0.883601 ||| ||| 2 1
-! den ||| ! won the ||| 0.883601 ||| ||| 1 1
-! ||| ! won ||| 0.883601 ||| ||| 1 1
-es steht in Ihrer Macht ! ||| ! you have the power to do ||| 0.883601 ||| ||| 1 1
-es steht in Ihrer Macht ! ||| ! you have the power to ||| 0.883601 ||| ||| 1 1
-es steht in Ihrer Macht ! ||| ! you have the power ||| 0.883601 ||| ||| 1 1
-sie werden nie eine frei gewählte Abgeordnete ||| ! you will never be ||| 1 ||| ||| 3 1
-sie werden nie eine frei gewählte ||| ! you will never be ||| 1 ||| ||| 3 1
-sie werden nie eine frei ||| ! you will never be ||| 1 ||| ||| 3 1
-sie werden nie eine ||| ! you will never ||| 1 ||| ||| 2 1
-sie werden nie ||| ! you will never ||| 1 ||| ||| 2 1
-sie werden ||| ! you will ||| 1 ||| ||| 1 1
-sie ||| ! you ||| 1 ||| ||| 1 1
-! ! ! ||| ! ||| 0.689873 ||| ||| 1030 5
-! ! ||| ! ||| 0.780751 ||| ||| 1030 2
-! " ||| ! ||| 0.00130746 ||| ||| 1030 7
-! ) . ||| ! ||| 0.883601 ||| ||| 1030 1
-! ) ||| ! ||| 0.883601 ||| ||| 1030 2
-! , war ebenfalls kein Beitrag ||| ! ||| 0.883601 ||| ||| 1030 1
-! , war ebenfalls kein ||| ! ||| 0.883601 ||| ||| 1030 1
-! , war ebenfalls ||| ! ||| 0.883601 ||| ||| 1030 1
-! , war ||| ! ||| 0.883601 ||| ||| 1030 1
-! , ||| ! ||| 0.883601 ||| ||| 1030 1
-! - , ||| ! ||| 0.883601 ||| ||| 1030 1
-! - ||| ! ||| 0.883601 ||| ||| 1030 2
-! . ||| ! ||| 0.883601 ||| ||| 1030 3
-! 2004 war die UKIP die einzige ||| ! ||| 0.883601 ||| ||| 1030 1
-! 2004 war die UKIP die ||| ! ||| 0.883601 ||| ||| 1030 1
-! 2004 war die UKIP ||| ! ||| 0.883601 ||| ||| 1030 1
-! 2004 war die ||| ! ||| 0.883601 ||| ||| 1030 1
-! 2004 war ||| ! ||| 0.883601 ||| ||| 1030 1
-! 2004 ||| ! ||| 0.883601 ||| ||| 1030 1
-! ? ? ||| ! ||| 0.883601 ||| ||| 1030 1
-! die Opfer der Kriminalität in Europa ||| ! ||| 0.883601 ||| ||| 1030 1
-! die Opfer der Kriminalität in ||| ! ||| 0.883601 ||| ||| 1030 1
-! die Opfer der Kriminalität ||| ! ||| 0.883601 ||| ||| 1030 1
-! die Opfer der ||| ! ||| 0.883601 ||| ||| 1030 1
-! die Opfer ||| ! ||| 0.883601 ||| ||| 1030 1
-! die ||| ! ||| 0.883601 ||| ||| 1030 1
-! es ist nicht ||| ! ||| 0.883601 ||| ||| 1030 1
-! es ist ||| ! ||| 0.883601 ||| ||| 1030 1
-! es ||| ! ||| 0.883601 ||| ||| 1030 1
-! ich weiß , ||| ! ||| 0.883601 ||| ||| 1030 1
-! ich weiß ||| ! ||| 0.883601 ||| ||| 1030 1
-! ich ||| ! ||| 0.883601 ||| ||| 1030 3
-! und deshalb halte ich den Vorschlag ||| ! ||| 0.883601 ||| ||| 1030 1
-! und deshalb halte ich den ||| ! ||| 0.883601 ||| ||| 1030 1
-! und deshalb halte ich ||| ! ||| 0.883601 ||| ||| 1030 1
-! und deshalb halte ||| ! ||| 0.883601 ||| ||| 1030 1
-! und deshalb ||| ! ||| 0.883601 ||| ||| 1030 1
-! und ||| ! ||| 0.883601 ||| ||| 1030 1
-! ||| ! ||| 0.883601 ||| ||| 1030 975
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
deleted file mode 100644
index c60d1e3ce..000000000
--- a/regression-testing/tests/score.phrase-based-with-alignment-inv/args.txt
+++ /dev/null
@@ -1 +0,0 @@
-$data_dir/models/score.phrase-based/extract.inv.sorted $data_dir/models/score.phrase-based/lex.e2f $outPath --Inverse --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
deleted file mode 100755
index bdf1fa620..000000000
--- a/regression-testing/tests/score.phrase-based-with-alignment-inv/run-test-scorer.perl
+++ /dev/null
@@ -1,65 +0,0 @@
-#!/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
deleted file mode 100644
index 216d9cdea..000000000
--- a/regression-testing/tests/score.phrase-based-with-alignment-inv/truth/results.txt
+++ /dev/null
@@ -1,913 +0,0 @@
-! ! ! ) bezeichnet wird , ||| ! ! ! ) , ||| 0.689873 ||| ||| 1 1
-! ! ! ) bezeichnet wird ||| ! ! ! ) ||| 0.689873 ||| ||| 4 1
-! ! ! ) bezeichnet ||| ! ! ! ) ||| 0.689873 ||| ||| 4 1
-! ! ! ) ||| ! ! ! ) ||| 0.689873 ||| ||| 4 2
-! ! ! ||| ! ! ! ||| 0.689873 ||| ||| 3 3
-! ! ) bezeichnet wird , hat ||| ! ! ) , has ||| 0.780751 ||| ||| 1 1
-! ! ) bezeichnet wird , ||| ! ! ) , ||| 0.780751 ||| ||| 1 1
-! ! ) bezeichnet wird ||| ! ! ) ||| 0.780751 ||| ||| 4 1
-! ! ) bezeichnet ||| ! ! ) ||| 0.780751 ||| ||| 4 1
-! ! ) ||| ! ! ) ||| 0.780751 ||| ||| 4 2
-! ! ||| ! ! ||| 0.780751 ||| ||| 8 7
-erforderlich ! ||| ! ! ||| 0.883601 ||| ||| 8 1
-! ) Herr Kollege Ferber , ||| ! " ) Mr Ferber , ||| 0.883601 ||| ||| 1 1
-! ) Herr Kollege Ferber ||| ! " ) Mr Ferber ||| 0.883601 ||| ||| 1 1
-! ) Herr ||| ! " ) Mr ||| 0.883601 ||| ||| 1 1
-! ) ||| ! " ) ||| 0.883601 ||| ||| 1 1
-! " , schrie der Hirtenjunge ||| ! " , cried the shepherd boy ||| 0.582214 ||| ||| 1 1
-! " , schrie der ||| ! " , cried the ||| 0.582214 ||| ||| 1 1
-! " , schrie ||| ! " , cried ||| 0.582214 ||| ||| 1 1
-! " , ||| ! " , ||| 0.582214 ||| ||| 2 2
-! " ||| ! " . ||| 0.292946 ||| ||| 1 1
-! " , sagte ich zu ihr ||| ! " I said to her ||| 0.582214 ||| ||| 1 1
-! " , sagte ich zu ||| ! " I said to ||| 0.582214 ||| ||| 1 1
-! " , sagte ich ||| ! " I said ||| 0.582214 ||| ||| 1 1
-! " , doch der ||| ! " but a ||| 0.582214 ||| ||| 2 1
-vermag ! " , doch der ||| ! " but a ||| 0.582214 ||| ||| 2 1
-! " , doch ||| ! " but ||| 0.582214 ||| ||| 2 1
-vermag ! " , doch ||| ! " but ||| 0.582214 ||| ||| 2 1
-! " geht nicht mehr weiter ||| ! " can no longer continue ||| 0.582214 ||| ||| 1 1
-! " geht nicht mehr ||| ! " can no longer ||| 0.582214 ||| ||| 1 1
-! " geht nicht ||| ! " can no ||| 0.582214 ||| ||| 1 1
-! " geht ||| ! " can ||| 0.582214 ||| ||| 1 1
-! , war ebenfalls kein Beitrag zur ||| ! " did little to ||| 0.883601 ||| ||| 1 1
-! , war ebenfalls kein Beitrag ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! , war ebenfalls kein ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! , war ebenfalls ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! , war ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! , ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! ||| ! " did little ||| 0.883601 ||| ||| 6 1
-! , war ebenfalls kein Beitrag ||| ! " did ||| 0.883601 ||| ||| 6 1
-! , war ebenfalls kein ||| ! " did ||| 0.883601 ||| ||| 6 1
-! , war ebenfalls ||| ! " did ||| 0.883601 ||| ||| 6 1
-! , war ||| ! " did ||| 0.883601 ||| ||| 6 1
-! , ||| ! " did ||| 0.883601 ||| ||| 6 1
-! ||| ! " did ||| 0.883601 ||| ||| 6 1
-! " , antwortete der Präsident . ||| ! " replied the President . ||| 0.582214 ||| ||| 1 1
-! " , antwortete der Präsident ||| ! " replied the President ||| 0.582214 ||| ||| 1 1
-! " , antwortete der ||| ! " replied the ||| 0.582214 ||| ||| 1 1
-! " , antwortete ||| ! " replied ||| 0.582214 ||| ||| 1 1
-auf sein ||| ! " summoned all ||| 1 ||| ||| 2 1
-sein ||| ! " summoned all ||| 1 ||| ||| 2 1
-auf sein ||| ! " summoned ||| 1 ||| ||| 2 1
-sein ||| ! " summoned ||| 1 ||| ||| 2 1
-! " , ||| ! " ||| 0.582214 ||| ||| 48 3
-! " ? ||| ! " ||| 0.582214 ||| ||| 48 1
-! " ||| ! " ||| 0.582214 ||| ||| 48 29
-! , war ebenfalls kein Beitrag ||| ! " ||| 0.883601 ||| ||| 48 1
-! , war ebenfalls kein ||| ! " ||| 0.883601 ||| ||| 48 1
-! , war ebenfalls ||| ! " ||| 0.883601 ||| ||| 48 1
-! , war ||| ! " ||| 0.883601 ||| ||| 48 1
-! , ||| ! " ||| 0.883601 ||| ||| 48 1
-! ||| ! " ||| 0.883601 ||| ||| 48 4
-Staatsflagge " ||| ! " ||| 0.65891 ||| ||| 48 1
-auf sein ||| ! " ||| 1 ||| ||| 48 1
-sein ||| ! " ||| 1 ||| ||| 48 1
-serviert ! " ||| ! " ||| 0.582214 ||| ||| 48 1
-vermag ! " , ||| ! " ||| 0.582214 ||| ||| 48 1
-vermag ! " ||| ! " ||| 0.582214 ||| ||| 48 1
-, ||| ! ' ' I know , ||| 1 ||| ||| 1 1
-! " ||| ! ' ' really ? ' ||| 0.0911499 ||| ||| 1 1
-! " ) Heute ||| ! ' ) We ||| 0.272342 ||| ||| 1 1
-! " ) sagte er , die ||| ! ' ) said that the ||| 0.272342 ||| ||| 1 1
-! " ) sagte er , ||| ! ' ) said that ||| 0.272342 ||| ||| 1 1
-! " ) sagte er ||| ! ' ) said ||| 0.272342 ||| ||| 2 1
-! " ) sagte ||| ! ' ) said ||| 0.272342 ||| ||| 2 1
-! " ) ||| ! ' ) ||| 0.272342 ||| ||| 8 8
-! " hat das Parlament bereits ||| ! ' , Parliament has already ||| 0.272342 ||| ||| 1 1
-! " hat das Parlament ||| ! ' , Parliament ||| 0.272342 ||| ||| 1 1
-! " gehört , und denen ||| ! ' , and those ||| 0.272342 ||| ||| 1 1
-! " oder zu Kollegin Harms ||| ! ' , and to Mrs Harms ||| 0.272342 ||| ||| 1 1
-! " oder zu Kollegin ||| ! ' , and to Mrs ||| 0.272342 ||| ||| 1 1
-! " oder zu ||| ! ' , and to ||| 0.272342 ||| ||| 1 1
-! " gehört , und ||| ! ' , and ||| 0.272342 ||| ||| 3 1
-! " oder ||| ! ' , and ||| 0.272342 ||| ||| 3 1
-! ' ||| ! ' , and ||| 0.453737 ||| ||| 3 1
-! " , sondern damit es ||| ! ' , but so that they ||| 0.272342 ||| ||| 1 1
-! " , sondern damit ||| ! ' , but so that ||| 0.272342 ||| ||| 1 1
-aber diese 2,7 % ||| ! ' , but that 2.7 % ||| 1 ||| ||| 1 1
-aber diese 2,7 ||| ! ' , but that 2.7 ||| 1 ||| ||| 1 1
-aber diese ||| ! ' , but that ||| 1 ||| ||| 1 1
-! ' . aber dort gibt ||| ! ' , but there are widely ||| 0.883601 ||| ||| 1 1
-! ' . aber dort gibt ||| ! ' , but there are ||| 0.883601 ||| ||| 1 1
-! ' . aber dort ||| ! ' , but there ||| 0.883601 ||| ||| 1 1
-! " , sondern ||| ! ' , but ||| 0.272342 ||| ||| 3 1
-! ' . aber ||| ! ' , but ||| 0.883601 ||| ||| 3 1
-aber ||| ! ' , but ||| 1 ||| ||| 3 1
-, ||| ! ' , that ||| 1 ||| ||| 4 1
-Ziel kommen , ||| ! ' , that ||| 1 ||| ||| 4 1
-kommen , ||| ! ' , that ||| 1 ||| ||| 4 1
-zum Ziel kommen , ||| ! ' , that ||| 1 ||| ||| 4 1
-! " , der ||| ! ' , which ||| 0.272342 ||| ||| 1 1
-! " , ||| ! ' , ||| 0.272342 ||| ||| 14 2
-! " gehört , ||| ! ' , ||| 0.272342 ||| ||| 14 1
-! " hat ||| ! ' , ||| 0.272342 ||| ||| 14 1
-! " ||| ! ' , ||| 0.272342 ||| ||| 14 1
-! ' , womit ||| ! ' , ||| 0.883601 ||| ||| 14 1
-! ' , ||| ! ' , ||| 0.883601 ||| ||| 14 1
-! ' . ||| ! ' , ||| 0.883601 ||| ||| 14 1
-! ' Stand , ||| ! ' , ||| 0.883601 ||| ||| 14 1
-! ' ||| ! ' , ||| 0.453737 ||| ||| 14 1
-, ||| ! ' , ||| 1 ||| ||| 14 1
-Ziel kommen , ||| ! ' , ||| 1 ||| ||| 14 1
-kommen , ||| ! ' , ||| 1 ||| ||| 14 1
-zum Ziel kommen , ||| ! ' , ||| 1 ||| ||| 14 1
-! " - und dies übrigens ||| ! ' - and what is more ||| 0.272342 ||| ||| 1 1
-! " - und dies ||| ! ' - and what is ||| 0.272342 ||| ||| 1 1
-! " - und ||| ! ' - and ||| 0.272342 ||| ||| 1 1
-! " - ||| ! ' - ||| 0.272342 ||| ||| 1 1
-! “ ||| ! ' . nevertheless , ||| 0.883601 ||| ||| 1 1
-! “ ||| ! ' . nevertheless ||| 0.883601 ||| ||| 1 1
-! " . ||| ! ' . ||| 0.272342 ||| ||| 11 4
-! " ||| ! ' . ||| 0.272342 ||| ||| 11 4
-! ' ||| ! ' . ||| 0.883601 ||| ||| 11 1
-! ||| ! ' . ||| 0.883601 ||| ||| 11 1
-! “ ||| ! ' . ||| 0.883601 ||| ||| 11 1
-! " . und Spinelli , der ||| ! ' ; Spinelli , who ||| 0.272342 ||| ||| 1 1
-! " . und Spinelli ||| ! ' ; Spinelli ||| 0.272342 ||| ||| 1 1
-! " . und ||| ! ' ; ||| 0.272342 ||| ||| 1 1
-! " ? ||| ! ' ? ||| 0.272342 ||| ||| 1 1
-! " , gab ich zur Antwort ||| ! ' I replied ||| 0.272342 ||| ||| 1 1
-Parlaments ||| ! ' ] ||| 1 ||| ||| 1 1
-! " und Nizza II ? ||| ! ' and Nice II ? ||| 0.272342 ||| ||| 1 1
-! " und Nizza II ||| ! ' and Nice II ||| 0.272342 ||| ||| 1 1
-! " und Nizza ||| ! ' and Nice ||| 0.272342 ||| ||| 1 1
-! " und schlagen uns an die ||| ! ' and beat our ||| 0.272342 ||| ||| 3 1
-! " und schlagen uns an ||| ! ' and beat our ||| 0.272342 ||| ||| 3 1
-! " und schlagen uns ||| ! ' and beat our ||| 0.272342 ||| ||| 3 1
-! " und schlagen ||| ! ' and beat ||| 0.272342 ||| ||| 1 1
-! ' rufen , ||| ! ' and then murder ||| 0.883601 ||| ||| 1 1
-! ' rufen , ||| ! ' and then ||| 0.883601 ||| ||| 1 1
-! " , und fuhr fort , ||| ! ' and ||| 0.272342 ||| ||| 7 1
-! " , und fuhr fort ||| ! ' and ||| 0.272342 ||| ||| 7 1
-! " , und fuhr ||| ! ' and ||| 0.272342 ||| ||| 7 1
-! " , und ||| ! ' and ||| 0.272342 ||| ||| 7 1
-! " und ||| ! ' and ||| 0.272342 ||| ||| 7 2
-! ' rufen , ||| ! ' and ||| 0.883601 ||| ||| 7 1
-" ! aber ||| ! ' but ||| 0.272342 ||| ||| 1 1
-! " ) Sie haben vollkommen recht ||| ! ' exactly ||| 0.272342 ||| ||| 2 1
-! " ) Sie haben vollkommen ||| ! ' exactly ||| 0.272342 ||| ||| 2 1
-! " rufe vonseiten der IND ||| ! ' from members of the IND ||| 0.272342 ||| ||| 1 1
-! " rufe vonseiten der ||| ! ' from members of the ||| 0.272342 ||| ||| 1 1
-! " rufe vonseiten ||| ! ' from members of ||| 0.272342 ||| ||| 1 1
-! " rufe vonseiten ||| ! ' from members ||| 0.272342 ||| ||| 1 1
-! " rufe vonseiten ||| ! ' from ||| 0.272342 ||| ||| 1 1
-! “ Ist sich der amtierende Ratspräsident ||| ! ' is the Presidency-in-Office ||| 0.883601 ||| ||| 1 1
-! ' , diese Aufforderung ||| ! ' is the message ||| 0.883601 ||| ||| 1 1
-! ' , diese ||| ! ' is the ||| 0.883601 ||| ||| 2 1
-! “ Ist sich der ||| ! ' is the ||| 0.883601 ||| ||| 2 1
-! ' , ||| ! ' is ||| 0.883601 ||| ||| 3 1
-! ' ||| ! ' is ||| 0.883601 ||| ||| 3 1
-! “ Ist sich ||| ! ' is ||| 0.883601 ||| ||| 3 1
-beglückwünschen Sie dazu ! " oder ||| ! ' or alternatively ||| 0.272342 ||| ||| 2 1
-wir beglückwünschen Sie dazu ! " oder ||| ! ' or alternatively ||| 0.272342 ||| ||| 2 1
-! " oder ||| ! ' or ||| 0.272342 ||| ||| 3 1
-Sie dazu ! " oder ||| ! ' or ||| 0.272342 ||| ||| 3 1
-dazu ! " oder ||| ! ' or ||| 0.272342 ||| ||| 3 1
-! " rufen die Föderalisten , und ||| ! ' say the federalists , and ||| 0.272342 ||| ||| 1 1
-! " rufen die Föderalisten , ||| ! ' say the federalists , ||| 0.272342 ||| ||| 1 1
-! " rufen die Föderalisten ||| ! ' say the federalists ||| 0.272342 ||| ||| 1 1
-! " rufen die ||| ! ' say the ||| 0.272342 ||| ||| 1 1
-! " rufen ||| ! ' say ||| 0.272342 ||| ||| 1 1
-" , schrie sie , " nicht ||| ! ' she shrieked , ' not ||| 0.0949985 ||| ||| 1 1
-" , schrie sie , " ||| ! ' she shrieked , ' ||| 0.0949985 ||| ||| 1 1
-" , schrie sie , ||| ! ' she shrieked , ||| 0.308218 ||| ||| 1 1
-" , schrie sie ||| ! ' she shrieked ||| 0.308218 ||| ||| 1 1
-" , schrie sie ||| ! ' she ||| 0.308218 ||| ||| 1 1
-! " zu allen Formen des Protektionismus ||| ! ' to all forms of protectionism ||| 0.272342 ||| ||| 1 1
-! " zu allen Formen des ||| ! ' to all forms of ||| 0.272342 ||| ||| 1 1
-! " zu allen Formen ||| ! ' to all forms ||| 0.272342 ||| ||| 1 1
-! " zu allen ||| ! ' to all ||| 0.272342 ||| ||| 1 1
-! " zur Offenheit und zum Wettbewerb ||| ! ' to openness and competition ||| 0.272342 ||| ||| 1 1
-! " zur Offenheit und zum ||| ! ' to openness and ||| 0.272342 ||| ||| 2 1
-! " zur Offenheit und ||| ! ' to openness and ||| 0.272342 ||| ||| 2 1
-! " zur Offenheit ||| ! ' to openness ||| 0.272342 ||| ||| 1 1
-! " zu ||| ! ' to ||| 0.272342 ||| ||| 2 1
-! " zur ||| ! ' to ||| 0.272342 ||| ||| 2 1
-" war auch der Ruf der Menschen ||| ! ' was what the communities ||| 0.308218 ||| ||| 1 1
-" war auch der Ruf der ||| ! ' was what the ||| 0.308218 ||| ||| 1 1
-" war auch der Ruf ||| ! ' was what ||| 0.308218 ||| ||| 2 1
-" war auch der ||| ! ' was what ||| 0.308218 ||| ||| 2 1
-" war auch ||| ! ' was ||| 0.308218 ||| ||| 2 1
-" war ||| ! ' was ||| 0.308218 ||| ||| 2 1
-! " ( Europa war gut zu ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ( Europa war gut ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ( Europa war ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ( Europa ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ( ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ) Sie haben ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ) Sie ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ) ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " , ||| ! ' ||| 0.272342 ||| ||| 218 3
-! " . ||| ! ' ||| 0.272342 ||| ||| 218 9
-! " begrüßt ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " gehört ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " rufe ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " steht . ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " steht ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " vereinen ||| ! ' ||| 0.272342 ||| ||| 218 1
-! " ||| ! ' ||| 0.272342 ||| ||| 218 101
-! ' , ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' - wir lassen uns ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' - wir lassen ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' - wir ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' - ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' . ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' Stand ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' rufen ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ' ||| ! ' ||| 0.883601 ||| ||| 218 25
-! ||| ! ' ||| 0.883601 ||| ||| 218 18
-! “ ||| ! ' ||| 0.883601 ||| ||| 218 3
-" ! ||| ! ' ||| 0.272342 ||| ||| 218 4
-" , schrie ||| ! ' ||| 0.308218 ||| ||| 218 1
-" . ||| ! ' ||| 0.308218 ||| ||| 218 1
-" ||| ! ' ||| 0.308218 ||| ||| 218 1
-' ||| ! ' ||| 1 ||| ||| 218 1
-, Rassismus ' ||| ! ' ||| 1 ||| ||| 218 1
-. " ||| ! ' ||| 0.308218 ||| ||| 218 5
-. ' ||| ! ' ||| 1 ||| ||| 218 1
-. ||| ! ' ||| 1 ||| ||| 218 2
-: " ||| ! ' ||| 0.308218 ||| ||| 218 1
-? ' ||| ! ' ||| 1 ||| ||| 218 1
-Ihr müßt ||| ! ' ||| 1 ||| ||| 218 1
-Parlaments ||| ! ' ||| 1 ||| ||| 218 1
-Rassismus ' ||| ! ' ||| 1 ||| ||| 218 1
-Sie dazu ! " ||| ! ' ||| 0.272342 ||| ||| 218 1
-Sonnenergie ! ||| ! ' ||| 0.883601 ||| ||| 218 1
-aufgreifen . ||| ! ' ||| 1 ||| ||| 218 1
-befassen ! ' ||| ! ' ||| 0.883601 ||| ||| 218 1
-das tun ! " ||| ! ' ||| 0.272342 ||| ||| 218 1
-dazu ! " ||| ! ' ||| 0.272342 ||| ||| 218 1
-den ||| ! ' ||| 1 ||| ||| 218 1
-erschaffen ! ' ||| ! ' ||| 0.883601 ||| ||| 218 1
-gehabt ! ' ||| ! ' ||| 0.883601 ||| ||| 218 1
-geschehen ! " ||| ! ' ||| 0.272342 ||| ||| 218 1
-müßt ||| ! ' ||| 1 ||| ||| 218 1
-stellen ! ||| ! ' ||| 0.883601 ||| ||| 218 1
-tun ! " ||| ! ' ||| 0.272342 ||| ||| 218 1
-verabschieden ! ||| ! ' ||| 0.883601 ||| ||| 218 1
-zu erschaffen ! ' ||| ! ' ||| 0.883601 ||| ||| 218 1
-! ) bezeichnet wird , hat ||| ! ) , has ||| 0.883601 ||| ||| 1 1
-! ) oder ihr Egonet ||| ! ) , or rather their egonet ||| 0.883601 ||| ||| 1 1
-! ) oder ||| ! ) , or ||| 0.883601 ||| ||| 1 1
-! ) , Forschung , Wettbewerbsfähigkeit und ||| ! ) , research , competitiveness and ||| 0.883601 ||| ||| 1 1
-! ) , Forschung , Wettbewerbsfähigkeit ||| ! ) , research , competitiveness ||| 0.883601 ||| ||| 1 1
-! ) , Forschung , ||| ! ) , research , ||| 0.883601 ||| ||| 1 1
-! ) , Forschung ||| ! ) , research ||| 0.883601 ||| ||| 1 1
-! ) , mit der Rodung von ||| ! ) , the grubbing-up of ||| 0.883601 ||| ||| 1 1
-! ) , mit der Rodung ||| ! ) , the grubbing-up ||| 0.883601 ||| ||| 1 1
-! ) , mit der ||| ! ) , the ||| 0.883601 ||| ||| 1 1
-! - , ist zu ersehen ||| ! ) , we see ||| 0.883601 ||| ||| 1 1
-! - , ist zu ||| ! ) , we ||| 0.883601 ||| ||| 1 1
-! ) , während über 100 ||| ! ) , while over 100 ||| 0.883601 ||| ||| 2 1
-aus ! ) , während über 100 ||| ! ) , while over 100 ||| 0.883601 ||| ||| 2 1
-! ) , während über ||| ! ) , while over ||| 0.883601 ||| ||| 3 1
-aus ! ) , während über ||| ! ) , while over ||| 0.883601 ||| ||| 3 1
-leer aus ! ) , während über ||| ! ) , while over ||| 0.883601 ||| ||| 3 1
-! ) , während ||| ! ) , while ||| 0.883601 ||| ||| 4 1
-aus ! ) , während ||| ! ) , while ||| 0.883601 ||| ||| 4 1
-leer aus ! ) , während ||| ! ) , while ||| 0.883601 ||| ||| 4 1
-völlig leer aus ! ) , während ||| ! ) , while ||| 0.883601 ||| ||| 4 1
-! ) , mit ||| ! ) , ||| 0.883601 ||| ||| 13 1
-! ) , ||| ! ) , ||| 0.883601 ||| ||| 13 4
-! ) bezeichnet wird , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-! ) ||| ! ) , ||| 0.883601 ||| ||| 13 1
-! - , ist ||| ! ) , ||| 0.883601 ||| ||| 13 1
-! - , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-aus ! ) , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-ging völlig leer aus ! ) , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-leer aus ! ) , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-völlig leer aus ! ) , ||| ! ) , ||| 0.883601 ||| ||| 13 1
-durch ||| ! ) - in fact neither is ||| 1 ||| ||| 1 1
-durch ||| ! ) - in fact neither ||| 1 ||| ||| 1 1
-durch ||| ! ) - in fact ||| 1 ||| ||| 1 1
-durch ||| ! ) - in ||| 1 ||| ||| 1 1
-! ) . ||| ! ) . ||| 0.883601 ||| ||| 2 2
-Berichtigungshaushalts im laufenden ||| ! ) amending budget in the current ||| 1 ||| ||| 1 1
-Berichtigungshaushalts im ||| ! ) amending budget in the ||| 1 ||| ||| 1 1
-Berichtigungshaushalts ||| ! ) amending budget ||| 1 ||| ||| 1 1
-! ) , und schließlich ||| ! ) and , finally , ||| 0.883601 ||| ||| 1 1
-! ) , und ||| ! ) and , ||| 0.883601 ||| ||| 1 1
-! ) und die Schaffung nationaler Finanzmärkte ||| ! ) and create national financial markets ||| 0.883601 ||| ||| 1 1
-! ) und die Schaffung nationaler ||| ! ) and create national ||| 0.883601 ||| ||| 1 1
-! ) und die Schaffung ||| ! ) and create ||| 0.883601 ||| ||| 1 1
-! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.883601 ||| ||| 2 1
-ankündigen ! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.883601 ||| ||| 2 1
-! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.883601 ||| ||| 2 1
-ankündigen ! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.883601 ||| ||| 2 1
-! ) und häufig ||| ! ) and often ||| 0.883601 ||| ||| 2 1
-ankündigen ! ) und häufig ||| ! ) and often ||| 0.883601 ||| ||| 2 1
-! ) und die ||| ! ) and ||| 0.883601 ||| ||| 4 1
-! ) und ||| ! ) and ||| 0.883601 ||| ||| 4 2
-ankündigen ! ) und ||| ! ) and ||| 0.883601 ||| ||| 4 1
-! ) für die Umsetzung der ||| ! ) before they apply the ||| 0.883601 ||| ||| 1 1
-! ) für die Umsetzung ||| ! ) before they apply ||| 0.883601 ||| ||| 1 1
-! ) für die ||| ! ) before they ||| 0.883601 ||| ||| 1 1
-! ) für ||| ! ) before ||| 0.883601 ||| ||| 2 1
-! ) ||| ! ) before ||| 0.883601 ||| ||| 2 1
-! ||| ! ) can ||| 0.442597 ||| ||| 1 1
-! ) dürfen nicht verwendet ( missbraucht ||| ! ) cannot be used ( misused ||| 0.883601 ||| ||| 1 1
-! ) dürfen nicht verwendet ( ||| ! ) cannot be used ( ||| 0.883601 ||| ||| 1 1
-! ) dürfen nicht verwendet ||| ! ) cannot be used ||| 0.883601 ||| ||| 1 1
-! ) dürfen nicht ||| ! ) cannot be ||| 0.883601 ||| ||| 1 1
-! ) großen Not ||| ! ) high level of need ||| 0.883601 ||| ||| 1 1
-! ) großen ||| ! ) high ||| 0.883601 ||| ||| 1 1
-) fiktiven Holocaust an den Juden im ||| ! ) holocaust of the Jews ||| 1 ||| ||| 2 1
-) fiktiven Holocaust an den Juden ||| ! ) holocaust of the Jews ||| 1 ||| ||| 2 1
-) fiktiven Holocaust an den ||| ! ) holocaust of the ||| 1 ||| ||| 1 1
-) fiktiven Holocaust an ||| ! ) holocaust of ||| 1 ||| ||| 1 1
-) fiktiven Holocaust ||| ! ) holocaust ||| 1 ||| ||| 1 1
-! ) für den Fall der ||| ! ) in the event that we ||| 0.883601 ||| ||| 1 1
-! ) für den Fall ||| ! ) in the event that ||| 0.883601 ||| ||| 1 1
-! ) für den Fall ||| ! ) in the event ||| 0.883601 ||| ||| 1 1
-! ) für den ||| ! ) in the ||| 0.883601 ||| ||| 1 1
-! ) für ||| ! ) in ||| 0.883601 ||| ||| 1 1
-! ) allein für ||| ! ) just for ||| 0.883601 ||| ||| 1 1
-! ) allein ||| ! ) just ||| 0.883601 ||| ||| 1 1
-! ) Marktwirtschaft , die von einem ||| ! ) market economy ||| 0.883601 ||| ||| 5 1
-! ) Marktwirtschaft , die von ||| ! ) market economy ||| 0.883601 ||| ||| 5 1
-! ) Marktwirtschaft , die ||| ! ) market economy ||| 0.883601 ||| ||| 5 1
-! ) Marktwirtschaft , ||| ! ) market economy ||| 0.883601 ||| ||| 5 1
-! ) Marktwirtschaft ||| ! ) market economy ||| 0.883601 ||| ||| 5 1
-! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.883601 ||| ||| 4 1
-! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.883601 ||| ||| 4 1
-sichere ! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.883601 ||| ||| 4 1
-sichere ! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.883601 ||| ||| 4 1
-! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.883601 ||| ||| 2 1
-sichere ! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.883601 ||| ||| 2 1
-! ) über die Änderung der ||| ! ) on the amendment of ||| 0.883601 ||| ||| 1 1
-! ) über die Änderung ||| ! ) on the amendment ||| 0.883601 ||| ||| 1 1
-! ) über die ||| ! ) on the ||| 0.883601 ||| ||| 1 1
-! ) über ||| ! ) on ||| 0.883601 ||| ||| 1 1
-klug . ||| ! ) to be wise enough ||| 1 ||| ||| 1 1
-. ||| ! ) to be ||| 1 ||| ||| 1 1
-. ||| ! ) to ||| 1 ||| ||| 1 1
-! ) , die die Arbeitslosenunterstützung ||| ! ) which unemployment benefit ||| 0.883601 ||| ||| 1 1
-! ! ! ) ||| ! ) ||| 0.689873 ||| ||| 71 1
-! ) , geht . ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) , geht ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) , ||| ! ) ||| 0.883601 ||| ||| 71 2
-! ) . ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) bezeichnet wird ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) bezeichnet ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) für ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) vertritt ||| ! ) ||| 0.883601 ||| ||| 71 1
-! ) ||| ! ) ||| 0.883601 ||| ||| 71 45
-! - ||| ! ) ||| 0.883601 ||| ||| 71 2
-! ||| ! ) ||| 0.442597 ||| ||| 71 1
-) fiktiven ||| ! ) ||| 1 ||| ||| 71 1
-) ||| ! ) ||| 1 ||| ||| 71 1
-, ging völlig leer aus ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-- ||| ! ) ||| 1 ||| ||| 71 1
-. ||| ! ) ||| 1 ||| ||| 71 2
-? ) ||| ! ) ||| 1 ||| ||| 71 1
-ankündigen ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-aus ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-ging völlig leer aus ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-leer aus ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-sichere ! - ||| ! ) ||| 0.883601 ||| ||| 71 1
-völlig leer aus ! ) ||| ! ) ||| 0.883601 ||| ||| 71 1
-, er hatte überhaupt nicht zur Kenntnis ||| ! , he was entirely unaware ||| 1 ||| ||| 3 1
-, er hatte überhaupt nicht zur ||| ! , he was entirely unaware ||| 1 ||| ||| 3 1
-, er hatte überhaupt nicht ||| ! , he was entirely unaware ||| 1 ||| ||| 3 1
-, er hatte ||| ! , he was entirely ||| 1 ||| ||| 2 1
-, er hatte überhaupt ||| ! , he was entirely ||| 1 ||| ||| 2 1
-, er hatte ||| ! , he was ||| 1 ||| ||| 2 1
-, er hatte überhaupt ||| ! , he was ||| 1 ||| ||| 2 1
-, er ||| ! , he ||| 1 ||| ||| 1 1
-! , dem Gewinner des Sacharow-Preises in ||| ! , the Sakharov Prize winner in ||| 0.883601 ||| ||| 1 1
-! , dem Gewinner des Sacharow-Preises ||| ! , the Sakharov Prize winner ||| 0.883601 ||| ||| 1 1
-! , dem ||| ! , the ||| 0.883601 ||| ||| 1 1
-! , ||| ! , ||| 0.883601 ||| ||| 2 1
-, ||| ! , ||| 1 ||| ||| 2 1
-! - ' Es reicht ' ||| ! - ' Enough is enough ' ||| 0.883601 ||| ||| 1 1
-! - ' Es reicht ||| ! - ' Enough is enough ||| 0.883601 ||| ||| 1 1
-! - ' Es ||| ! - ' Enough ||| 0.883601 ||| ||| 1 1
-! - ' ||| ! - ' ||| 0.883601 ||| ||| 1 1
-! ich kann auch mitteilen ||| ! - I can also tell you ||| 0.442845 ||| ||| 1 1
-! ich kann auch ||| ! - I can also ||| 0.442845 ||| ||| 1 1
-! ich kann ||| ! - I can ||| 0.442845 ||| ||| 1 1
-ja auch tun ! warum sollte ||| ! - I do not see ||| 0.442845 ||| ||| 1 1
-ja auch tun ! warum sollte ||| ! - I do not ||| 0.442845 ||| ||| 1 1
-! - ||| ! - I do ||| 0.883601 ||| ||| 2 1
-ja auch tun ! warum ||| ! - I do ||| 0.442845 ||| ||| 2 1
-! - räume ich ein , ||| ! - I recognise ||| 0.883601 ||| ||| 2 1
-! - räume ich ein ||| ! - I recognise ||| 0.883601 ||| ||| 2 1
-! - , möchte ich meinerseits ||| ! - I would like to ||| 0.883601 ||| ||| 2 1
-! - , möchte ich ||| ! - I would like to ||| 0.883601 ||| ||| 2 1
-! - sage ich ||| ! - I would say ||| 0.883601 ||| ||| 1 1
-! - ||| ! - I ||| 0.883601 ||| ||| 2 1
-! ich ||| ! - I ||| 0.442845 ||| ||| 2 1
-! - Frau Präsidentin , ich wurde ||| ! - Madam President , I was ||| 0.883601 ||| ||| 1 1
-! - Frau Präsidentin , ich ||| ! - Madam President , I ||| 0.883601 ||| ||| 1 1
-! - Frau Präsidentin , ||| ! - Madam President , ||| 0.883601 ||| ||| 1 1
-! - Frau Präsidentin ||| ! - Madam President ||| 0.883601 ||| ||| 1 1
-! - Frau ||| ! - Madam ||| 0.883601 ||| ||| 1 1
-! ein Statut mit einem großen ||| ! - a statute with a capital ||| 0.442845 ||| ||| 1 1
-! ein Statut mit einem ||| ! - a statute with a ||| 0.442845 ||| ||| 1 1
-! ein Statut mit ||| ! - a statute with ||| 0.442845 ||| ||| 1 1
-! ein Statut ||| ! - a statute ||| 0.442845 ||| ||| 1 1
-! ein ||| ! - a ||| 0.442845 ||| ||| 1 1
-! - quer durch alle Fraktionen , ||| ! - all , ||| 0.883601 ||| ||| 1 1
-! - quer durch alle Fraktionen ||| ! - all ||| 0.883601 ||| ||| 2 1
-! - quer durch alle ||| ! - all ||| 0.883601 ||| ||| 2 1
-! - und ideologischer Manipulation ||| ! - and borders on ideological manipulation ||| 0.883601 ||| ||| 1 1
-! - und ideologischer ||| ! - and borders on ideological ||| 0.883601 ||| ||| 1 1
-! - und zum ersten ||| ! - and we saw the first ||| 0.883601 ||| ||| 1 1
-! - und zum ||| ! - and we saw the ||| 0.883601 ||| ||| 1 1
-! - und ||| ! - and we saw ||| 0.883601 ||| ||| 1 1
-! - und ||| ! - and we ||| 0.883601 ||| ||| 1 1
-! - und ||| ! - and ||| 0.883601 ||| ||| 2 2
-! - um zu bekräftigen , daß ||| ! - as a reaffirmation of ||| 0.883601 ||| ||| 3 1
-! - um zu bekräftigen , ||| ! - as a reaffirmation of ||| 0.883601 ||| ||| 3 1
-! - um zu bekräftigen ||| ! - as a reaffirmation of ||| 0.883601 ||| ||| 3 1
-! - um zu bekräftigen , daß ||| ! - as a reaffirmation ||| 0.883601 ||| ||| 3 1
-! - um zu bekräftigen , ||| ! - as a reaffirmation ||| 0.883601 ||| ||| 3 1
-! - um zu bekräftigen ||| ! - as a reaffirmation ||| 0.883601 ||| ||| 3 1
-! - um zu ||| ! - as a ||| 0.883601 ||| ||| 2 1
-! - um ||| ! - as a ||| 0.883601 ||| ||| 2 1
-! aber ||| ! - but , ||| 0.303187 ||| ||| 1 1
-! - , doch die britische Regierung ||| ! - but the British Government ||| 0.883601 ||| ||| 1 1
-! - , doch die britische ||| ! - but the British ||| 0.883601 ||| ||| 1 1
-! - , doch die ||| ! - but the ||| 0.883601 ||| ||| 1 1
-! - , doch ||| ! - but ||| 0.883601 ||| ||| 1 1
-! - , von dem ||| ! - in favour ||| 0.883601 ||| ||| 2 1
-! - , von ||| ! - in favour ||| 0.883601 ||| ||| 2 1
-! - , von dem ||| ! - in ||| 0.883601 ||| ||| 2 1
-! - , von ||| ! - in ||| 0.883601 ||| ||| 2 1
-. ||| ! - is for the troops ||| 1 ||| ||| 1 1
-. ||| ! - is for the ||| 1 ||| ||| 1 1
-. ||| ! - is for ||| 1 ||| ||| 1 1
-. ||| ! - is ||| 1 ||| ||| 1 1
-! ebenso wie die anvisierte bessere ||| ! - just as planned and improved ||| 0.883601 ||| ||| 1 1
-! ebenso wie die anvisierte ||| ! - just as planned and ||| 0.883601 ||| ||| 1 1
-! ebenso wie die anvisierte ||| ! - just as planned ||| 0.883601 ||| ||| 1 1
-! ebenso wie die ||| ! - just as ||| 0.883601 ||| ||| 2 1
-! ebenso wie ||| ! - just as ||| 0.883601 ||| ||| 2 1
-! ebenso ||| ! - just ||| 0.883601 ||| ||| 1 1
-! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.883601 ||| ||| 2 1
-Herren ! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.883601 ||| ||| 2 1
-! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.883601 ||| ||| 2 1
-Herren ! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.883601 ||| ||| 2 1
-! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.883601 ||| ||| 3 1
-Herren ! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.883601 ||| ||| 3 1
-und Herren ! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.883601 ||| ||| 3 1
-! - der operativen ||| ! - of operational ||| 0.883601 ||| ||| 4 1
-Damen und Herren ! - der operativen ||| ! - of operational ||| 0.883601 ||| ||| 4 1
-Herren ! - der operativen ||| ! - of operational ||| 0.883601 ||| ||| 4 1
-und Herren ! - der operativen ||| ! - of operational ||| 0.883601 ||| ||| 4 1
-! - Referenden und Volksinitiativen zu stellen ||| ! - of referendums and popular initiatives ||| 0.883601 ||| ||| 3 1
-! - Referenden und Volksinitiativen zu ||| ! - of referendums and popular initiatives ||| 0.883601 ||| ||| 3 1
-! - Referenden und Volksinitiativen ||| ! - of referendums and popular initiatives ||| 0.883601 ||| ||| 3 1
-! - Referenden und ||| ! - of referendums and ||| 0.883601 ||| ||| 1 1
-! - Referenden ||| ! - of referendums ||| 0.883601 ||| ||| 1 1
-! - der Energie vergeudet , bevor ||| ! - of the energy before ||| 0.883601 ||| ||| 1 1
-! - der Energie vergeudet , ||| ! - of the energy ||| 0.883601 ||| ||| 3 1
-! - der Energie vergeudet ||| ! - of the energy ||| 0.883601 ||| ||| 3 1
-! - der Energie ||| ! - of the energy ||| 0.883601 ||| ||| 3 1
-! - der ||| ! - of the ||| 0.883601 ||| ||| 1 1
-! - der ||| ! - of ||| 0.883601 ||| ||| 12 1
-! - ||| ! - of ||| 0.883601 ||| ||| 12 1
-Damen und Herren ! - der ||| ! - of ||| 0.883601 ||| ||| 12 1
-Herren ! - der ||| ! - of ||| 0.883601 ||| ||| 12 1
-Höhepunkt ist - , ||| ! - of ||| 1 ||| ||| 12 1
-Höhepunkt ist - ||| ! - of ||| 1 ||| ||| 12 1
-der Höhepunkt ist - , ||| ! - of ||| 1 ||| ||| 12 1
-der Höhepunkt ist - ||| ! - of ||| 1 ||| ||| 12 1
-ist - , ||| ! - of ||| 1 ||| ||| 12 1
-ist - ||| ! - of ||| 1 ||| ||| 12 1
-meine Damen und Herren ! - der ||| ! - of ||| 0.883601 ||| ||| 12 1
-und Herren ! - der ||| ! - of ||| 0.883601 ||| ||| 12 1
-! oder zugunsten der Rückkehr auf den ||| ! - or return to ||| 0.442845 ||| ||| 1 1
-! oder zugunsten der Rückkehr ||| ! - or return ||| 0.442845 ||| ||| 1 1
-! oder zugunsten der ||| ! - or ||| 0.442845 ||| ||| 3 1
-! oder zugunsten ||| ! - or ||| 0.442845 ||| ||| 3 1
-! oder ||| ! - or ||| 0.442845 ||| ||| 3 1
-! - energische Maßnahmen vorgeschlagen hat , ||| ! - proposing powerful measures ||| 0.883601 ||| ||| 3 1
-! - energische Maßnahmen vorgeschlagen hat ||| ! - proposing powerful measures ||| 0.883601 ||| ||| 3 1
-! - energische Maßnahmen vorgeschlagen ||| ! - proposing powerful measures ||| 0.883601 ||| ||| 3 1
-sage ich Dank ||| ! - say ' thank you ||| 1 ||| ||| 1 1
-sage ich ||| ! - say ' ||| 1 ||| ||| 1 1
-! - besagen , dass der Zugang ||| ! - stipulate that access ||| 0.883601 ||| ||| 1 1
-! - besagen , dass ||| ! - stipulate that ||| 0.883601 ||| ||| 1 1
-! - besagen ||| ! - stipulate ||| 0.883601 ||| ||| 1 1
-! - , die mit ||| ! - that have been treated with ||| 0.883601 ||| ||| 3 1
-Munde zusammen ! - , die mit ||| ! - that have been treated with ||| 0.883601 ||| ||| 3 1
-zusammen ! - , die mit ||| ! - that have been treated with ||| 0.883601 ||| ||| 3 1
-! - , die ||| ! - that have been ||| 0.883601 ||| ||| 4 1
-Munde zusammen ! - , die ||| ! - that have been ||| 0.883601 ||| ||| 4 1
-im Munde zusammen ! - , die ||| ! - that have been ||| 0.883601 ||| ||| 4 1
-zusammen ! - , die ||| ! - that have been ||| 0.883601 ||| ||| 4 1
-! - , die ||| ! - that have ||| 0.883601 ||| ||| 4 1
-Munde zusammen ! - , die ||| ! - that have ||| 0.883601 ||| ||| 4 1
-im Munde zusammen ! - , die ||| ! - that have ||| 0.883601 ||| ||| 4 1
-zusammen ! - , die ||| ! - that have ||| 0.883601 ||| ||| 4 1
-! - scheint die Europäische Union jetzt ||| ! - the EU seems ||| 0.883601 ||| ||| 2 1
-! - scheint die Europäische Union ||| ! - the EU seems ||| 0.883601 ||| ||| 2 1
-! - und begrenzt somit die ||| ! - thereby restricting the ||| 0.883601 ||| ||| 1 1
-! - rechtzeitig reagiert : sie hat ||| ! - took timely action : it ||| 0.883601 ||| ||| 2 1
-! - rechtzeitig reagiert : sie ||| ! - took timely action : it ||| 0.883601 ||| ||| 2 1
-! - rechtzeitig reagiert : ||| ! - took timely action : ||| 0.883601 ||| ||| 1 1
-! - rechtzeitig reagiert ||| ! - took timely action ||| 0.883601 ||| ||| 1 1
-! - rechtzeitig ||| ! - took timely ||| 0.883601 ||| ||| 1 1
-! - , wohingegen man ||| ! - whereas one ||| 0.883601 ||| ||| 1 1
-! - , wohingegen ||| ! - whereas ||| 0.883601 ||| ||| 1 1
-! - , die ||| ! - which ||| 0.883601 ||| ||| 1 1
-! - , während diejenigen , die ||| ! - while those responsible for the ||| 0.883601 ||| ||| 1 1
-! - , während diejenigen , ||| ! - while those responsible for ||| 0.883601 ||| ||| 2 1
-! - , während diejenigen ||| ! - while those responsible for ||| 0.883601 ||| ||| 2 1
-! - , während diejenigen , ||| ! - while those responsible ||| 0.883601 ||| ||| 2 1
-! - , während diejenigen ||| ! - while those responsible ||| 0.883601 ||| ||| 2 1
-! - , während ||| ! - while ||| 0.883601 ||| ||| 1 1
-- , so frage ||| ! - who would ||| 1 ||| ||| 1 1
-! - , die ||| ! - who ||| 0.883601 ||| ||| 2 1
-- , so ||| ! - who ||| 1 ||| ||| 2 1
-hinsichtlich des ||| ! - why the rules on the ||| 1 ||| ||| 1 1
-hinsichtlich ||| ! - why the rules on ||| 1 ||| ||| 1 1
-aufbewahren - müssen ||| ! - will have ||| 1 ||| ||| 1 1
-aufbewahren - ||| ! - will ||| 1 ||| ||| 1 1
-! ) ||| ! - ||| 0.883601 ||| ||| 67 1
-! - , die ||| ! - ||| 0.883601 ||| ||| 67 1
-! - , ||| ! - ||| 0.883601 ||| ||| 67 7
-! - quer durch ||| ! - ||| 0.883601 ||| ||| 67 1
-! - quer ||| ! - ||| 0.883601 ||| ||| 67 1
-! - ||| ! - ||| 0.883601 ||| ||| 67 34
-! ||| ! - ||| 0.442845 ||| ||| 67 4
-, meine Damen und Herren ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-. ||| ! - ||| 1 ||| ||| 67 2
-Damen und Herren ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-Herren ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-Höhepunkt ist - , ||| ! - ||| 1 ||| ||| 67 1
-Höhepunkt ist - ||| ! - ||| 1 ||| ||| 67 1
-Munde zusammen ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-aufbewahren - ||| ! - ||| 1 ||| ||| 67 1
-bleibt - ||| ! - ||| 1 ||| ||| 67 1
-der Höhepunkt ist - , ||| ! - ||| 1 ||| ||| 67 1
-der Höhepunkt ist - ||| ! - ||| 1 ||| ||| 67 1
-im Munde zusammen ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-ist - , ||| ! - ||| 1 ||| ||| 67 1
-ist - ||| ! - ||| 1 ||| ||| 67 1
-meine Damen und Herren ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-und Herren ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-zusammen ! - ||| ! - ||| 0.883601 ||| ||| 67 1
-! " . ||| ! . ||| 0.00130746 ||| ||| 2 1
-! ||| ! . ||| 0.444592 ||| ||| 2 1
-! ... und , hier war ich ||| ! ... ||| 0.883601 ||| ||| 17 1
-! ... und , hier war ||| ! ... ||| 0.883601 ||| ||| 17 1
-! ... und , hier ||| ! ... ||| 0.883601 ||| ||| 17 1
-! ... und , ||| ! ... ||| 0.883601 ||| ||| 17 1
-! ... und ||| ! ... ||| 0.883601 ||| ||| 17 1
-! ... ||| ! ... ||| 0.883601 ||| ||| 17 3
-Ausnahme machen ! ... und , hier ||| ! ... ||| 0.883601 ||| ||| 17 1
-Ausnahme machen ! ... und , ||| ! ... ||| 0.883601 ||| ||| 17 1
-Ausnahme machen ! ... und ||| ! ... ||| 0.883601 ||| ||| 17 1
-Ausnahme machen ! ... ||| ! ... ||| 0.883601 ||| ||| 17 1
-machen ! ... und , hier war ||| ! ... ||| 0.883601 ||| ||| 17 1
-machen ! ... und , hier ||| ! ... ||| 0.883601 ||| ||| 17 1
-machen ! ... und , ||| ! ... ||| 0.883601 ||| ||| 17 1
-machen ! ... und ||| ! ... ||| 0.883601 ||| ||| 17 1
-machen ! ... ||| ! ... ||| 0.883601 ||| ||| 17 1
-! " ||| ! .... ' ||| 0.272342 ||| ||| 1 1
-! ||| ! .... ||| 0.883601 ||| ||| 1 1
-! 14,5 % Feuchte ist ||| ! 14.5 % is ||| 0.883601 ||| ||| 1 1
-! 14,5 % Feuchte ||| ! 14.5 % ||| 0.883601 ||| ||| 1 1
-! 173 Auftragsmorde seit 1990 ||| ! 173 contract killings since 1990 ||| 0.883601 ||| ||| 1 1
-! 173 Auftragsmorde seit 1990 – ||| ! 173 contract killings since 1990 – ||| 0.883601 ||| ||| 1 1
-! 173 Auftragsmorde seit ||| ! 173 contract killings since ||| 0.883601 ||| ||| 1 1
-! 173 Auftragsmorde ||| ! 173 contract killings ||| 0.883601 ||| ||| 1 1
-! 173 ||| ! 173 ||| 0.883601 ||| ||| 1 1
-! 2004 ||| ! 2004 may ||| 0.883601 ||| ||| 1 1
-! 2004 ||| ! 2004 ||| 0.883601 ||| ||| 1 1
-! ; und aus Angola , Dom ||| ! ; and from Angola , Dom ||| 0.883601 ||| ||| 1 1
-! ; und aus Angola , ||| ! ; and from Angola , ||| 0.883601 ||| ||| 1 1
-! ; und aus Angola ||| ! ; and from Angola ||| 0.883601 ||| ||| 1 1
-! ; und aus ||| ! ; and from ||| 0.883601 ||| ||| 1 1
-! ; und ||| ! ; and ||| 0.883601 ||| ||| 1 1
-! ; ||| ! ; ||| 0.883601 ||| ||| 1 1
-! 100 Mio. ECU ||| ! ECU 100 m ||| 0.883601 ||| ||| 2 1
-so ! 100 Mio. ECU ||| ! ECU 100 m ||| 0.883601 ||| ||| 2 1
-wie ich es bereits ||| ! I have been ||| 1 ||| ||| 1 1
-wie ich es ||| ! I have ||| 1 ||| ||| 1 1
-ich nicht einer Meinung mit ||| ! I may not agree with ||| 1 ||| ||| 1 1
-ich nicht einer Meinung ||| ! I may not agree ||| 1 ||| ||| 1 1
-ich nicht ||| ! I may not ||| 1 ||| ||| 1 1
-ich ||| ! I may ||| 1 ||| ||| 1 1
-das meines Erachtens ||| ! I think that ||| 1 ||| ||| 1 1
-und möchte zu ||| ! I want it ||| 1 ||| ||| 2 1
-und möchte ||| ! I want it ||| 1 ||| ||| 2 1
-und möchte zu ||| ! I want ||| 1 ||| ||| 2 1
-und möchte ||| ! I want ||| 1 ||| ||| 2 1
-! ||| ! I ||| 0.883601 ||| ||| 5 1
-das meines ||| ! I ||| 1 ||| ||| 5 1
-ich ||| ! I ||| 1 ||| ||| 5 1
-und ||| ! I ||| 1 ||| ||| 5 1
-wie ich ||| ! I ||| 1 ||| ||| 5 1
-! schottisches Rindfleisch ist ||| ! Scotch beef is ||| 0.883601 ||| ||| 1 1
-! schottisches Rindfleisch ||| ! Scotch beef ||| 0.883601 ||| ||| 1 1
-! schottisches ||| ! Scotch ||| 0.883601 ||| ||| 1 1
-dies ist der Wahlspruch ||| ! ] This is the relevant phrase ||| 1 ||| ||| 1 1
-dies ist der ||| ! ] This is the relevant ||| 1 ||| ||| 1 1
-dies ist der ||| ! ] This is the ||| 1 ||| ||| 1 1
-dies ist ||| ! ] This is ||| 1 ||| ||| 1 1
-dies ||| ! ] This ||| 1 ||| ||| 1 1
-! ) ||| ! ] ||| 0.883601 ||| ||| 1 1
-alle unsere Länder , wenn auch in ||| ! all our countries , to ||| 1 ||| ||| 1 1
-alle unsere Länder , wenn auch ||| ! all our countries , ||| 1 ||| ||| 3 1
-alle unsere Länder , wenn ||| ! all our countries , ||| 1 ||| ||| 3 1
-alle unsere Länder , ||| ! all our countries , ||| 1 ||| ||| 3 1
-alle unsere Länder ||| ! all our countries ||| 1 ||| ||| 1 1
-alle unsere ||| ! all our ||| 1 ||| ||| 1 1
-all ||| ! all this ||| 1 ||| ||| 1 1
-, denn alle nehmen ||| ! all ||| 1 ||| ||| 6 1
-, denn alle ||| ! all ||| 1 ||| ||| 6 1
-all ||| ! all ||| 1 ||| ||| 6 1
-alle ||| ! all ||| 1 ||| ||| 6 1
-denn alle nehmen ||| ! all ||| 1 ||| ||| 6 1
-denn alle ||| ! all ||| 1 ||| ||| 6 1
-und traut euch doch , etwa die ||| ! and dare to adopt the ||| 1 ||| ||| 1 1
-und traut euch doch , etwa ||| ! and dare to adopt ||| 1 ||| ||| 2 1
-und traut euch doch , ||| ! and dare to adopt ||| 1 ||| ||| 2 1
-und traut euch doch , etwa ||| ! and dare to ||| 1 ||| ||| 2 1
-und traut euch doch , ||| ! and dare to ||| 1 ||| ||| 2 1
-und traut euch doch ||| ! and dare ||| 1 ||| ||| 1 1
-anderes Beispiel : wenn ich ||| ! another example : when I ||| 1 ||| ||| 1 1
-anderes Beispiel : wenn ||| ! another example : when ||| 1 ||| ||| 1 1
-anderes Beispiel : ||| ! another example : ||| 1 ||| ||| 1 1
-anderes Beispiel ||| ! another example ||| 1 ||| ||| 1 1
-anderes ||| ! another ||| 1 ||| ||| 1 1
-werden Sie hart , oder seien Sie ||| ! be firm , or be ||| 1 ||| ||| 1 1
-hat der Rat so ||| ! can the Council even begin to ||| 1 ||| ||| 1 1
-hat der Rat so ||| ! can the Council even begin ||| 1 ||| ||| 1 1
-hat der Rat so ||| ! can the Council even ||| 1 ||| ||| 1 1
-hat der Rat ||| ! can the Council ||| 1 ||| ||| 1 1
-hat der ||| ! can the ||| 1 ||| ||| 1 1
-hat ||| ! can ||| 1 ||| ||| 1 1
-so ||| ! create ||| 1 ||| ||| 1 1
-jeder Staat versucht ||| ! each state tries ||| 1 ||| ||| 1 1
-jeder Staat ||| ! each state ||| 1 ||| ||| 1 1
-jeder ||| ! each ||| 1 ||| ||| 1 1
-immer nur zu reden und zu ||| ! enough of words ||| 1 ||| ||| 3 1
-immer nur zu reden und ||| ! enough of words ||| 1 ||| ||| 3 1
-immer nur zu reden ||| ! enough of words ||| 1 ||| ||| 3 1
-immer nur zu ||| ! enough of ||| 1 ||| ||| 2 1
-immer nur ||| ! enough of ||| 1 ||| ||| 2 1
-immer nur zu ||| ! enough ||| 1 ||| ||| 2 1
-immer nur ||| ! enough ||| 1 ||| ||| 2 1
-für viele von Ihnen - Sie ||| ! for many of you - you ||| 1 ||| ||| 1 1
-für viele von Ihnen - ||| ! for many of you - ||| 1 ||| ||| 1 1
-für viele von Ihnen ||| ! for many of you ||| 1 ||| ||| 1 1
-für viele von ||| ! for many of ||| 1 ||| ||| 1 1
-für viele ||| ! for many ||| 1 ||| ||| 1 1
-für ||| ! for ||| 1 ||| ||| 1 1
-tun vom Rinderwahn bis zu Bioziden , ||| ! from mad cow disease to biocides ||| 1 ||| ||| 4 1
-tun vom Rinderwahn bis zu Bioziden ||| ! from mad cow disease to biocides ||| 1 ||| ||| 4 1
-vom Rinderwahn bis zu Bioziden , ||| ! from mad cow disease to biocides ||| 1 ||| ||| 4 1
-vom Rinderwahn bis zu Bioziden ||| ! from mad cow disease to biocides ||| 1 ||| ||| 4 1
-tun vom Rinderwahn bis zu ||| ! from mad cow disease to ||| 1 ||| ||| 2 1
-vom Rinderwahn bis zu ||| ! from mad cow disease to ||| 1 ||| ||| 2 1
-: gute Rechtsvorschriften sind schön und gut ||| ! good legislation is fine ||| 1 ||| ||| 1 1
-: gute Rechtsvorschriften sind ||| ! good legislation is ||| 1 ||| ||| 1 1
-: gute Rechtsvorschriften ||| ! good legislation ||| 1 ||| ||| 1 1
-: gute ||| ! good ||| 1 ||| ||| 1 1
-Probleme anzupacken : wir müssen hier ||| ! here , we have to ||| 1 ||| ||| 2 1
-anzupacken : wir müssen hier ||| ! here , we have to ||| 1 ||| ||| 2 1
-: wir müssen hier ||| ! here , we have ||| 1 ||| ||| 1 1
-hier ||| ! here ||| 1 ||| ||| 1 1
-- all diese Möglichkeiten werden derzeit ||| ! however , these solutions are being ||| 1 ||| ||| 1 1
-- all diese Möglichkeiten werden ||| ! however , these solutions are ||| 1 ||| ||| 1 1
-- all diese Möglichkeiten ||| ! however , these solutions ||| 1 ||| ||| 1 1
-- all diese ||| ! however , these ||| 1 ||| ||| 1 1
-- ||| ! however , ||| 1 ||| ||| 1 1
-wenn diese Untersuchung ||| ! if this inquiry ||| 1 ||| ||| 1 1
-wenn diese ||| ! if this ||| 1 ||| ||| 1 1
-wirklich : wenn es ||| ! if we ||| 1 ||| ||| 1 1
-wenn ||| ! if ||| 1 ||| ||| 2 1
-wirklich : wenn ||| ! if ||| 1 ||| ||| 2 1
-! 1962 haben sie dies ||| ! in 1962 , did they not ||| 0.883601 ||| ||| 2 1
-! 1962 haben sie ||| ! in 1962 , did they not ||| 0.883601 ||| ||| 2 1
-! 1962 haben sie dies ||| ! in 1962 , did they ||| 0.883601 ||| ||| 2 1
-! 1962 haben sie ||| ! in 1962 , did they ||| 0.883601 ||| ||| 2 1
-! 1962 haben ||| ! in 1962 , did ||| 0.883601 ||| ||| 1 1
-! 1962 ||| ! in 1962 , ||| 0.883601 ||| ||| 1 1
-! 1962 ||| ! in 1962 ||| 0.883601 ||| ||| 1 1
-! 1996 haben vier Millionen Menschen ||| ! in 1996 , four million people ||| 0.883601 ||| ||| 1 1
-! 1996 haben vier Millionen ||| ! in 1996 , four million ||| 0.883601 ||| ||| 1 1
-! 1996 haben vier ||| ! in 1996 , four ||| 0.883601 ||| ||| 1 1
-! 1996 haben ||| ! in 1996 , ||| 0.883601 ||| ||| 1 1
-! 1996 ||| ! in 1996 ||| 0.883601 ||| ||| 1 1
-dies einfach ||| ! in ||| 1 ||| ||| 1 1
-wirklich ||| ! instead , because we ||| 1 ||| ||| 1 1
-wirklich ||| ! instead , because ||| 1 ||| ||| 1 1
-wirklich ||| ! instead , ||| 1 ||| ||| 1 1
-wirklich ||| ! instead ||| 1 ||| ||| 1 1
-wurde ! ||| ! it has ||| 0.883601 ||| ||| 1 1
-, und befürworte ein ||| ! let us say yes to a ||| 1 ||| ||| 1 1
-, und befürworte ||| ! let us say yes to ||| 1 ||| ||| 1 1
-befürworte ||| ! let us say yes ||| 1 ||| ||| 2 1
-und befürworte ||| ! let us say yes ||| 1 ||| ||| 2 1
-befürworte ||| ! let us say ||| 1 ||| ||| 2 1
-und befürworte ||| ! let us say ||| 1 ||| ||| 2 1
-befürworte ||| ! let us ||| 1 ||| ||| 4 1
-tun wir doch um ||| ! let us ||| 1 ||| ||| 4 1
-tun wir doch ||| ! let us ||| 1 ||| ||| 4 1
-und befürworte ||| ! let us ||| 1 ||| ||| 4 1
-befürworte ||| ! let ||| 1 ||| ||| 2 1
-und befürworte ||| ! let ||| 1 ||| ||| 2 1
-! Malaria und Tuberkulose sind heilbar ||| ! malaria and tuberculosis can be cured ||| 0.883601 ||| ||| 1 1
-! Malaria und Tuberkulose sind ||| ! malaria and tuberculosis can ||| 0.883601 ||| ||| 1 1
-! Malaria und Tuberkulose ||| ! malaria and tuberculosis ||| 0.883601 ||| ||| 1 1
-! Malaria und ||| ! malaria and ||| 0.883601 ||| ||| 1 1
-! Malaria ||| ! malaria ||| 0.883601 ||| ||| 1 1
-vielleicht können Sie mich ja berichtigen ||| ! maybe you will put me right ||| 1 ||| ||| 1 1
-, und ||| ! moreover , it ||| 1 ||| ||| 1 1
-Kollegin , man könnte ||| ! my dear colleague , we could ||| 1 ||| ||| 1 1
-Kollegin , man ||| ! my dear colleague , we ||| 1 ||| ||| 1 1
-Kollegin , ||| ! my dear colleague , ||| 1 ||| ||| 1 1
-Kollegin ||| ! my dear colleague ||| 1 ||| ||| 1 1
-und nochmals Nein ! ||| ! no ! ||| 0.883601 ||| ||| 1 1
-und nochmals Nein ! “ , denn ||| ! no ! ’ , because , ||| 0.883601 ||| ||| 1 1
-und nochmals Nein ! “ , denn ||| ! no ! ’ , because ||| 0.883601 ||| ||| 1 1
-und nochmals Nein ! “ , ||| ! no ! ’ , ||| 0.883601 ||| ||| 1 1
-und nochmals Nein ! “ ||| ! no ! ’ ||| 0.883601 ||| ||| 1 1
-und nochmals Nein ||| ! no ||| 1 ||| ||| 1 1
-auch im Namen der Fraktion Die Grünen ||| ! on behalf of the Green Group ||| 1 ||| ||| 2 1
-im Namen der Fraktion Die Grünen ||| ! on behalf of the Green Group ||| 1 ||| ||| 2 1
-Vorredner auch im Namen der ||| ! on behalf of the ||| 1 ||| ||| 3 1
-auch im Namen der ||| ! on behalf of the ||| 1 ||| ||| 3 1
-im Namen der ||| ! on behalf of the ||| 1 ||| ||| 3 1
-Vorredner auch im Namen ||| ! on behalf ||| 1 ||| ||| 3 1
-auch im Namen ||| ! on behalf ||| 1 ||| ||| 3 1
-im Namen ||| ! on behalf ||| 1 ||| ||| 3 1
-Vorredner auch im ||| ! on ||| 1 ||| ||| 3 1
-auch im ||| ! on ||| 1 ||| ||| 3 1
-im ||| ! on ||| 1 ||| ||| 3 1
-wenn das alles ||| ! once everything that ||| 1 ||| ||| 1 1
-wenn ||| ! once ||| 1 ||| ||| 1 1
-ein politisch und wirtschaftlich vereintes ||| ! politically and economically united ||| 1 ||| ||| 1 1
-ein politisch und wirtschaftlich ||| ! politically and economically ||| 1 ||| ||| 1 1
-ein politisch und ||| ! politically and ||| 1 ||| ||| 1 1
-ein politisch ||| ! politically ||| 1 ||| ||| 1 1
-aber sollen wir darüber erfreut sein ? ||| ! should we rejoice at this ? ||| 1 ||| ||| 2 1
-sollen wir darüber erfreut sein ? ||| ! should we rejoice at this ? ||| 1 ||| ||| 2 1
-, aber sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 1 ||| ||| 3 1
-aber sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 1 ||| ||| 3 1
-sollen wir darüber erfreut sein ||| ! should we rejoice at this ||| 1 ||| ||| 3 1
-, aber sollen wir ||| ! should we ||| 1 ||| ||| 4 1
-aber sollen wir ||| ! should we ||| 1 ||| ||| 4 1
-sein , aber sollen wir ||| ! should we ||| 1 ||| ||| 4 1
-sollen wir ||| ! should we ||| 1 ||| ||| 4 1
-, aber sollen ||| ! should ||| 1 ||| ||| 4 1
-aber sollen ||| ! should ||| 1 ||| ||| 4 1
-sein , aber sollen ||| ! should ||| 1 ||| ||| 4 1
-sollen ||| ! should ||| 1 ||| ||| 4 1
-Elementen ||| ! social coherence ||| 1 ||| ||| 1 1
-Margaret Thatcher ||| ! sometimes I really miss Margaret Thatcher ||| 1 ||| ||| 1 1
-das ist wunderbar , und ich bin ||| ! that is extraordinary and I am ||| 1 ||| ||| 1 1
-das ist wunderbar , und ich ||| ! that is extraordinary and I ||| 1 ||| ||| 1 1
-das ist wunderbar , und ||| ! that is extraordinary and ||| 1 ||| ||| 1 1
-das ist wunderbar , ||| ! that is extraordinary ||| 1 ||| ||| 2 1
-das ist wunderbar ||| ! that is extraordinary ||| 1 ||| ||| 2 1
-das ist ||| ! that is ||| 1 ||| ||| 1 1
-das ||| ! that ||| 1 ||| ||| 1 1
-der Kommission bewirken wird , denn dies ||| ! the Commission can accept all the ||| 1 ||| ||| 1 1
-der Kommission bewirken wird , denn ||| ! the Commission can accept all ||| 1 ||| ||| 1 1
-der Kommission bewirken wird , ||| ! the Commission can accept ||| 1 ||| ||| 2 1
-der Kommission bewirken wird ||| ! the Commission can accept ||| 1 ||| ||| 2 1
-der Kommission bewirken wird , ||| ! the Commission can ||| 1 ||| ||| 2 1
-der Kommission bewirken wird ||| ! the Commission can ||| 1 ||| ||| 2 1
-der Kommission bewirken ||| ! the Commission ||| 1 ||| ||| 2 1
-der Kommission ||| ! the Commission ||| 1 ||| ||| 2 1
-! “ Die EU , die ||| ! the EU , the ||| 0.883601 ||| ||| 1 1
-! “ Die EU , ||| ! the EU , ||| 0.883601 ||| ||| 1 1
-! “ Die EU ||| ! the EU ||| 0.883601 ||| ||| 1 1
-, die ||| ! the European ||| 1 ||| ||| 2 1
-die ||| ! the European ||| 1 ||| ||| 2 1
-, und ||| ! the truth is that ||| 1 ||| ||| 2 1
-, ||| ! the truth is that ||| 1 ||| ||| 2 1
-! “ Die ||| ! the ||| 0.883601 ||| ||| 4 1
-, die ||| ! the ||| 1 ||| ||| 4 1
-der ||| ! the ||| 1 ||| ||| 4 1
-die ||| ! the ||| 1 ||| ||| 4 1
-ich doch eine große Flagge ||| ! there is a great big flag ||| 1 ||| ||| 3 1
-mir sehe ich doch eine große Flagge ||| ! there is a great big flag ||| 1 ||| ||| 3 1
-sehe ich doch eine große Flagge ||| ! there is a great big flag ||| 1 ||| ||| 3 1
-ich doch eine große ||| ! there is a great big ||| 1 ||| ||| 3 1
-mir sehe ich doch eine große ||| ! there is a great big ||| 1 ||| ||| 3 1
-sehe ich doch eine große ||| ! there is a great big ||| 1 ||| ||| 3 1
-ich doch eine ||| ! there is a ||| 1 ||| ||| 3 1
-mir sehe ich doch eine ||| ! there is a ||| 1 ||| ||| 3 1
-sehe ich doch eine ||| ! there is a ||| 1 ||| ||| 3 1
-ich doch ||| ! there is ||| 1 ||| ||| 3 1
-mir sehe ich doch ||| ! there is ||| 1 ||| ||| 3 1
-sehe ich doch ||| ! there is ||| 1 ||| ||| 3 1
-ich ||| ! there ||| 1 ||| ||| 3 1
-mir sehe ich ||| ! there ||| 1 ||| ||| 3 1
-sehe ich ||| ! there ||| 1 ||| ||| 3 1
-, denn das ist unsere Pflicht ||| ! this is our duty ||| 1 ||| ||| 3 1
-denn das ist unsere Pflicht ||| ! this is our duty ||| 1 ||| ||| 3 1
-nehmen , denn das ist unsere Pflicht ||| ! this is our duty ||| 1 ||| ||| 3 1
-, denn das ist unsere ||| ! this is our ||| 1 ||| ||| 4 1
-Angriff nehmen , denn das ist unsere ||| ! this is our ||| 1 ||| ||| 4 1
-denn das ist unsere ||| ! this is our ||| 1 ||| ||| 4 1
-nehmen , denn das ist unsere ||| ! this is our ||| 1 ||| ||| 4 1
-, denn das ist ||| ! this is ||| 1 ||| ||| 5 1
-Angriff nehmen , denn das ist ||| ! this is ||| 1 ||| ||| 5 1
-denn das ist ||| ! this is ||| 1 ||| ||| 5 1
-in Angriff nehmen , denn das ist ||| ! this is ||| 1 ||| ||| 5 1
-nehmen , denn das ist ||| ! this is ||| 1 ||| ||| 5 1
-, denn das ||| ! this ||| 1 ||| ||| 5 1
-Angriff nehmen , denn das ||| ! this ||| 1 ||| ||| 5 1
-denn das ||| ! this ||| 1 ||| ||| 5 1
-in Angriff nehmen , denn das ||| ! this ||| 1 ||| ||| 5 1
-nehmen , denn das ||| ! this ||| 1 ||| ||| 5 1
-! – dieses Mal leider flankiert ||| ! unfortunately accompanied , this time , ||| 0.883601 ||| ||| 1 1
-! – dieses Mal leider flankiert ||| ! unfortunately accompanied , this time ||| 0.883601 ||| ||| 1 1
-leider ||| ! unfortunately ||| 1 ||| ||| 1 1
-, und hier kommen wir nur weiter ||| ! we can only make progress here ||| 1 ||| ||| 5 1
-hier kommen wir nur weiter , ||| ! we can only make progress here ||| 1 ||| ||| 5 1
-hier kommen wir nur weiter ||| ! we can only make progress here ||| 1 ||| ||| 5 1
-und hier kommen wir nur weiter , ||| ! we can only make progress here ||| 1 ||| ||| 5 1
-und hier kommen wir nur weiter ||| ! we can only make progress here ||| 1 ||| ||| 5 1
-kommen wir nur weiter , ||| ! we can only make progress ||| 1 ||| ||| 2 1
-kommen wir nur weiter ||| ! we can only make progress ||| 1 ||| ||| 2 1
-kommen wir nur ||| ! we can only ||| 1 ||| ||| 1 1
-kommen wir ||| ! we can ||| 1 ||| ||| 1 1
-, und wir wissen genau , dass ||| ! we know quite well that ||| 1 ||| ||| 2 1
-und wir wissen genau , dass ||| ! we know quite well that ||| 1 ||| ||| 2 1
-, und wir wissen genau ||| ! we know quite well ||| 1 ||| ||| 2 1
-und wir wissen genau ||| ! we know quite well ||| 1 ||| ||| 2 1
-, und wir wissen ||| ! we know ||| 1 ||| ||| 2 1
-und wir wissen ||| ! we know ||| 1 ||| ||| 2 1
-! - , dass wir mehr wollen ||| ! we want more ||| 0.883601 ||| ||| 1 1
-, und wir ||| ! we ||| 1 ||| ||| 9 1
-ebenfalls mangelnde Vorsicht ||| ! we ||| 1 ||| ||| 9 1
-eine größere ||| ! we ||| 1 ||| ||| 9 1
-eine ||| ! we ||| 1 ||| ||| 9 1
-ist ebenfalls mangelnde Vorsicht ||| ! we ||| 1 ||| ||| 9 1
-oh Gott , wir ||| ! we ||| 1 ||| ||| 9 1
-und wir ||| ! we ||| 1 ||| ||| 9 1
-wird eine größere ||| ! we ||| 1 ||| ||| 9 1
-wird eine ||| ! we ||| 1 ||| ||| 9 1
-. ||| ! well ! ||| 1 ||| ||| 1 1
-. ||| ! well ||| 1 ||| ||| 1 1
-eben solch eine ||| ! what ||| 1 ||| ||| 2 1
-eben solch ||| ! what ||| 1 ||| ||| 2 1
-wann wollen Sie endlich ||| ! when are you finally going ||| 1 ||| ||| 1 1
-wann wollen Sie endlich ||| ! when are you finally ||| 1 ||| ||| 1 1
-wann wollen Sie ||| ! when are you ||| 1 ||| ||| 1 1
-wann wollen ||| ! when are ||| 1 ||| ||| 1 1
-wann ||| ! when ||| 1 ||| ||| 1 1
-. ||| ! why ? ||| 1 ||| ||| 1 1
-! den Sacharow-Preis , ||| ! won the Sakharov Prize ||| 0.883601 ||| ||| 2 1
-! den Sacharow-Preis ||| ! won the Sakharov Prize ||| 0.883601 ||| ||| 2 1
-! den ||| ! won the ||| 0.883601 ||| ||| 1 1
-! ||| ! won ||| 0.883601 ||| ||| 1 1
-es steht in Ihrer Macht ! ||| ! you have the power to do ||| 0.883601 ||| ||| 1 1
-es steht in Ihrer Macht ! ||| ! you have the power to ||| 0.883601 ||| ||| 1 1
-es steht in Ihrer Macht ! ||| ! you have the power ||| 0.883601 ||| ||| 1 1
-sie werden nie eine frei gewählte Abgeordnete ||| ! you will never be ||| 1 ||| ||| 3 1
-sie werden nie eine frei gewählte ||| ! you will never be ||| 1 ||| ||| 3 1
-sie werden nie eine frei ||| ! you will never be ||| 1 ||| ||| 3 1
-sie werden nie eine ||| ! you will never ||| 1 ||| ||| 2 1
-sie werden nie ||| ! you will never ||| 1 ||| ||| 2 1
-sie werden ||| ! you will ||| 1 ||| ||| 1 1
-sie ||| ! you ||| 1 ||| ||| 1 1
-! ! ! ||| ! ||| 0.689873 ||| ||| 1030 5
-! ! ||| ! ||| 0.780751 ||| ||| 1030 2
-! " ||| ! ||| 0.00130746 ||| ||| 1030 7
-! ) . ||| ! ||| 0.883601 ||| ||| 1030 1
-! ) ||| ! ||| 0.883601 ||| ||| 1030 2
-! , war ebenfalls kein Beitrag ||| ! ||| 0.883601 ||| ||| 1030 1
-! , war ebenfalls kein ||| ! ||| 0.883601 ||| ||| 1030 1
-! , war ebenfalls ||| ! ||| 0.883601 ||| ||| 1030 1
-! , war ||| ! ||| 0.883601 ||| ||| 1030 1
-! , ||| ! ||| 0.883601 ||| ||| 1030 1
-! - , ||| ! ||| 0.883601 ||| ||| 1030 1
-! - ||| ! ||| 0.883601 ||| ||| 1030 2
-! . ||| ! ||| 0.883601 ||| ||| 1030 3
-! 2004 war die UKIP die einzige ||| ! ||| 0.883601 ||| ||| 1030 1
-! 2004 war die UKIP die ||| ! ||| 0.883601 ||| ||| 1030 1
-! 2004 war die UKIP ||| ! ||| 0.883601 ||| ||| 1030 1
-! 2004 war die ||| ! ||| 0.883601 ||| ||| 1030 1
-! 2004 war ||| ! ||| 0.883601 ||| ||| 1030 1
-! 2004 ||| ! ||| 0.883601 ||| ||| 1030 1
-! ? ? ||| ! ||| 0.883601 ||| ||| 1030 1
-! die Opfer der Kriminalität in Europa ||| ! ||| 0.883601 ||| ||| 1030 1
-! die Opfer der Kriminalität in ||| ! ||| 0.883601 ||| ||| 1030 1
-! die Opfer der Kriminalität ||| ! ||| 0.883601 ||| ||| 1030 1
-! die Opfer der ||| ! ||| 0.883601 ||| ||| 1030 1
-! die Opfer ||| ! ||| 0.883601 ||| ||| 1030 1
-! die ||| ! ||| 0.883601 ||| ||| 1030 1
-! es ist nicht ||| ! ||| 0.883601 ||| ||| 1030 1
-! es ist ||| ! ||| 0.883601 ||| ||| 1030 1
-! es ||| ! ||| 0.883601 ||| ||| 1030 1
-! ich weiß , ||| ! ||| 0.883601 ||| ||| 1030 1
-! ich weiß ||| ! ||| 0.883601 ||| ||| 1030 1
-! ich ||| ! ||| 0.883601 ||| ||| 1030 3
-! und deshalb halte ich den Vorschlag ||| ! ||| 0.883601 ||| ||| 1030 1
-! und deshalb halte ich den ||| ! ||| 0.883601 ||| ||| 1030 1
-! und deshalb halte ich ||| ! ||| 0.883601 ||| ||| 1030 1
-! und deshalb halte ||| ! ||| 0.883601 ||| ||| 1030 1
-! und deshalb ||| ! ||| 0.883601 ||| ||| 1030 1
-! und ||| ! ||| 0.883601 ||| ||| 1030 1
-! ||| ! ||| 0.883601 ||| ||| 1030 975
diff --git a/regression-testing/tests/score.phrase-based-with-alignment/args.txt b/regression-testing/tests/score.phrase-based-with-alignment/args.txt
deleted file mode 100644
index 1dd5b5d3e..000000000
--- a/regression-testing/tests/score.phrase-based-with-alignment/args.txt
+++ /dev/null
@@ -1 +0,0 @@
-$data_dir/models/score.phrase-based/extract.sorted $data_dir/models/score.phrase-based/lex.f2e $outPath --WordAlignment
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
deleted file mode 100644
index 45b247702..000000000
--- a/regression-testing/tests/score.phrase-based-with-alignment/truth/results.txt
+++ /dev/null
@@ -1,1739 +0,0 @@
-! ! ! ) bezeichnet wird , ||| ! ! ! ) , ||| 0.000466119 ||| 0-0 1-1 2-2 3-3 6-4 ||| 1 1
-! ! ! ) bezeichnet wird ||| ! ! ! ) ||| 0.000466119 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! ! ! ) bezeichnet ||| ! ! ! ) ||| 0.000466119 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! ! ! ) ||| ! ! ! ) ||| 0.000466119 ||| 0-0 1-1 2-2 3-3 ||| 3 2
-! ! ! ) ||| ! ) ||| 0.0775352 ||| 0-0 1-0 2-0 3-1 ||| 3 1
-! ! ! ||| ! ! ! ||| 0.000466119 ||| 0-0 1-1 2-2 ||| 8 3
-! ! ! ||| ! ||| 0.0775352 ||| 0-0 1-0 2-0 ||| 8 5
-! ! ) bezeichnet wird , hat ||| ! ! ) , has ||| 0.00601171 ||| 0-0 1-1 2-2 5-3 6-4 ||| 1 1
-! ! ) bezeichnet wird , ||| ! ! ) , ||| 0.00601171 ||| 0-0 1-1 2-2 5-3 ||| 1 1
-! ! ) bezeichnet wird ||| ! ! ) ||| 0.00601171 ||| 0-0 1-1 2-2 ||| 1 1
-! ! ) bezeichnet ||| ! ! ) ||| 0.00601171 ||| 0-0 1-1 2-2 ||| 1 1
-! ! ) ||| ! ! ) ||| 0.00601171 ||| 0-0 1-1 2-2 ||| 2 2
-! ! die Bilanz , die wir ||| and we ||| 1 ||| 4-0 6-1 ||| 1 1
-! ! die Bilanz , die ||| and ||| 1 ||| 4-0 ||| 1 1
-! ! die Bilanz , ||| and ||| 1 ||| 4-0 ||| 1 1
-! ! ||| ! ! ||| 0.00601171 ||| 0-0 1-1 ||| 11 7
-! ! ||| ! ||| 0.0775352 ||| 0-0 1-0 ||| 11 2
-! ! ||| . ||| 1 ||| 0-0 1-0 ||| 11 1
-! ! ||| unemployment ! ||| 0.0775352 ||| 0-1 1-1 ||| 11 1
-! " ( Europa war gut zu ||| ! ' ||| 0.022535 ||| 0-0 1-1 2-1 ||| 1 1
-! " ( Europa war gut ||| ! ' ||| 0.022535 ||| 0-0 1-1 2-1 ||| 1 1
-! " ( Europa war ||| ! ' ||| 0.022535 ||| 0-0 1-1 2-1 ||| 1 1
-! " ( Europa ||| ! ' ||| 0.022535 ||| 0-0 1-1 2-1 ||| 1 1
-! " ( es ist die Sonne ||| the sun ||| 1 ||| 5-0 6-1 ||| 1 1
-! " ( es ist die ||| the ||| 1 ||| 5-0 ||| 1 1
-! " ( ||| ! ' ||| 0.022535 ||| 0-0 1-1 2-1 ||| 1 1
-! " ) Heute ||| ! ' ) We ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " ) Sie haben vollkommen recht ||| ! ' exactly ||| 0.0449274 ||| 0-0 1-1 5-2 ||| 1 1
-! " ) Sie haben vollkommen ||| ! ' exactly ||| 0.0449274 ||| 0-0 1-1 5-2 ||| 1 1
-! " ) Sie haben ||| ! ' ||| 0.0449274 ||| 0-0 1-1 ||| 1 1
-! " ) Sie ||| ! ' ||| 0.0449274 ||| 0-0 1-1 ||| 1 1
-! " ) sagte er , die ||| ! ' ) said that the ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 5-4 6-5 ||| 1 1
-! " ) sagte er , ||| ! ' ) said that ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 5-4 ||| 1 1
-! " ) sagte er ||| ! ' ) said ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " ) sagte ||| ! ' ) said ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " ) ||| ! ' ) ||| 0.0449274 ||| 0-0 1-1 2-2 ||| 11 8
-! " ) ||| ! ' ||| 0.0449274 ||| 0-0 1-1 ||| 11 1
-! " ) ||| common ||| 1 ||| 0-0 ||| 11 1
-! " ) ||| more common ||| 1 ||| 0-1 ||| 11 1
-! " , aber natürlich unter der ||| ' , but of course on ||| 0.289866 ||| 0-0 1-0 2-1 3-2 4-3 4-4 5-5 ||| 1 1
-! " , aber natürlich unter ||| ' , but of course on ||| 0.289866 ||| 0-0 1-0 2-1 3-2 4-3 4-4 5-5 ||| 1 1
-! " , aber natürlich ||| ' , but of course ||| 0.289866 ||| 0-0 1-0 2-1 3-2 4-3 4-4 ||| 1 1
-! " , aber ||| ' , but ||| 0.289866 ||| 0-0 1-0 2-1 3-2 ||| 1 1
-! " , also ||| ' , i.e. , ||| 0.579445 ||| 1-0 2-1 3-2 0-3 ||| 1 1
-! " , antwortete der Präsident . ||| ! " replied the President . ||| 0.00917533 ||| 0-0 1-1 3-2 4-3 5-4 6-5 ||| 1 1
-! " , antwortete der Präsident ||| ! " replied the President ||| 0.00917533 ||| 0-0 1-1 3-2 4-3 5-4 ||| 1 1
-! " , antwortete der ||| ! " replied the ||| 0.00917533 ||| 0-0 1-1 3-2 4-3 ||| 1 1
-! " , antwortete ||| ! " replied ||| 0.00917533 ||| 0-0 1-1 3-2 ||| 1 1
-! " , der ||| ! ' , which ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " , doch der ||| ! " but a ||| 0.00917533 ||| 0-0 1-1 3-2 4-3 ||| 1 1
-! " , doch ||| ! " but ||| 0.00917533 ||| 0-0 1-1 3-2 ||| 1 1
-! " , entgegnete der Pilot ||| ' flying is the safest form of ||| 0.526578 ||| 0-0 1-0 4-0 3-1 4-3 5-4 5-5 ||| 2 1
-! " , entgegnete der Pilot ||| ' flying is the safest form ||| 0.526578 ||| 0-0 1-0 4-0 3-1 4-3 5-4 5-5 ||| 2 1
-! " , entgegnete der ||| ' flying is the ||| 0.526578 ||| 0-0 1-0 4-0 3-1 4-3 ||| 1 1
-! " , gab ich zur Antwort ||| ! ' I replied ||| 0.0449274 ||| 0-0 1-1 4-2 3-3 5-3 6-3 ||| 1 1
-! " , muss ||| is ! ' ||| 0.0449274 ||| 3-0 0-1 1-2 ||| 1 1
-! " , rief Alice ' . ||| ! †cried Alice ' . ||| 0.042258 ||| 0-0 1-1 3-2 4-3 5-4 6-5 ||| 1 1
-! " , rief Alice ' ||| ! †cried Alice ' ||| 0.042258 ||| 0-0 1-1 3-2 4-3 5-4 ||| 1 1
-! " , rief Alice ||| ! †cried Alice ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 ||| 1 1
-! " , rief ich aus , ||| , ||| 1 ||| 0-0 ||| 2 1
-! " , rief ich aus , ||| done , ||| 1 ||| 0-1 ||| 2 1
-! " , rief ich aus ||| , ||| 1 ||| 0-0 ||| 2 1
-! " , rief ich aus ||| done , ||| 1 ||| 0-1 ||| 2 1
-! " , rief ich ||| , ||| 1 ||| 0-0 ||| 2 1
-! " , rief ich ||| done , ||| 1 ||| 0-1 ||| 2 1
-! " , rief ||| ! †cried ||| 0.0775352 ||| 0-0 1-1 3-2 ||| 3 1
-! " , rief ||| , ||| 1 ||| 0-0 ||| 3 1
-! " , rief ||| done , ||| 1 ||| 0-1 ||| 3 1
-! " , sagte die andere Kuh ||| , " replied the other cow ||| 0.118338 ||| 0-0 1-1 3-2 4-3 5-4 6-5 ||| 1 1
-! " , sagte die andere ||| , " replied the other ||| 0.118338 ||| 0-0 1-1 3-2 4-3 5-4 ||| 1 1
-! " , sagte die ||| , " replied the ||| 0.118338 ||| 0-0 1-1 3-2 4-3 ||| 1 1
-! " , sagte ich zu ihr ||| ! " I said to her ||| 0.00917533 ||| 0-0 1-1 4-2 3-3 5-4 6-5 ||| 1 1
-! " , sagte ich zu ||| ! " I said to ||| 0.00917533 ||| 0-0 1-1 4-2 3-3 5-4 ||| 1 1
-! " , sagte ich ||| ! " I said ||| 0.00917533 ||| 0-0 1-1 4-2 3-3 ||| 1 1
-! " , sagte ||| , " replied ||| 0.118338 ||| 0-0 1-1 3-2 ||| 1 1
-! " , schrie der Hirtenjunge ||| ! " , cried the shepherd boy ||| 0.00917533 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1 1
-! " , schrie der ||| ! " , cried the ||| 0.00917533 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! " , schrie ||| ! " , cried ||| 0.00917533 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " , sondern damit es ||| ! ' , but so that they ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 4-5 5-6 ||| 1 1
-! " , sondern damit ||| ! ' , but so that ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 1 1
-! " , sondern ||| ! ' , but ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " , und fuhr fort , ||| ! ' and ||| 0.0449274 ||| 0-0 1-1 3-2 ||| 1 1
-! " , und fuhr fort ||| ! ' and ||| 0.0449274 ||| 0-0 1-1 3-2 ||| 1 1
-! " , und fuhr ||| ! ' and ||| 0.0449274 ||| 0-0 1-1 3-2 ||| 1 1
-! " , und ||| ! ' and ||| 0.0449274 ||| 0-0 1-1 3-2 ||| 1 1
-! " , weil insgesamt fünf Kollegen ||| , " because altogether five colleagues ||| 0.118338 ||| 0-0 1-1 3-2 4-3 5-4 6-5 ||| 1 1
-! " , weil insgesamt fünf ||| , " because altogether five ||| 0.118338 ||| 0-0 1-1 3-2 4-3 5-4 ||| 1 1
-! " , weil insgesamt ||| , " because altogether ||| 0.118338 ||| 0-0 1-1 3-2 4-3 ||| 1 1
-! " , weil ||| , " because ||| 0.118338 ||| 0-0 1-1 3-2 ||| 1 1
-! " , worauf Eric antwortet : ||| , ' and Eric says , ||| 0.579445 ||| 0-0 1-1 2-2 3-2 4-3 5-3 5-4 6-4 6-5 ||| 1 1
-! " , worauf ||| , ' and ||| 0.579445 ||| 0-0 1-1 2-2 3-2 ||| 1 1
-! " , ||| ! " , ||| 0.00917533 ||| 0-0 1-1 2-2 ||| 22 2
-! " , ||| ! " ||| 0.00917533 ||| 0-0 1-1 ||| 22 3
-! " , ||| ! ' , ||| 0.0449274 ||| 0-0 1-1 2-2 ||| 22 2
-! " , ||| ! ' ||| 0.0449274 ||| 0-0 1-1 ||| 22 3
-! " , ||| ! †||| 0.0775352 ||| 0-0 1-1 ||| 22 1
-! " , ||| ' , ||| 0.289866 ||| 0-0 1-0 2-1 ||| 22 1
-! " , ||| , " ||| 0.118338 ||| 0-0 1-1 ||| 22 2
-! " , ||| , ||| 1 ||| 0-0 ||| 22 1
-! " , ||| ? ' ||| 0.579445 ||| 0-0 1-1 ||| 22 1
-! " , ||| any fish ? ' ||| 0.579445 ||| 0-2 1-3 ||| 22 1
-! " , ||| done , ||| 1 ||| 0-1 ||| 22 1
-! " , ||| fish ? ' ||| 0.579445 ||| 0-1 1-2 ||| 22 1
-! " , ||| give you " , ||| 0.118338 ||| 0-1 1-2 2-3 ||| 22 1
-! " , ||| to give you " , ||| 0.118338 ||| 0-2 1-3 2-4 ||| 22 1
-! " , ||| you " , ||| 0.118338 ||| 0-0 1-1 2-2 ||| 22 1
-! " - obwohl wir doch wissen ||| ' . whereas we know ||| 0.289866 ||| 0-0 1-0 2-1 3-2 4-3 5-4 6-4 ||| 1 1
-! " - obwohl wir ||| ' . whereas we ||| 0.289866 ||| 0-0 1-0 2-1 3-2 4-3 ||| 1 1
-! " - obwohl ||| ' . whereas ||| 0.289866 ||| 0-0 1-0 2-1 3-2 ||| 1 1
-! " - und dies ||| ! ' - and what is ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 1 1
-! " - und dies übrigens ||| ! ' - and what is more ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 4-5 5-6 ||| 1 1
-! " - und ||| ! ' - and ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " - ||| ! ' - ||| 0.0449274 ||| 0-0 1-1 2-2 ||| 2 1
-! " - ||| ' . ||| 0.289866 ||| 0-0 1-0 2-1 ||| 2 1
-! " . und Spinelli , der ||| ! ' ; Spinelli , who ||| 0.0449274 ||| 0-0 1-1 2-2 3-2 4-3 5-4 5-5 6-5 ||| 1 1
-! " . und Spinelli ||| ! ' ; Spinelli ||| 0.0449274 ||| 0-0 1-1 2-2 3-2 4-3 ||| 1 1
-! " . und ||| ! ' ; ||| 0.0449274 ||| 0-0 1-1 2-2 3-2 ||| 1 1
-! " . ||| ! ' . ||| 0.0449274 ||| 0-0 1-1 2-2 ||| 18 4
-! " . ||| ! ' ||| 0.0224666 ||| 0-0 1-1 2-1 ||| 18 9
-! " . ||| ! . ||| 0.0775352 ||| 0-0 2-1 ||| 18 1
-! " . ||| ' . ||| 0.579445 ||| 1-0 2-1 ||| 18 1
-! " . ||| . †||| 1 ||| 2-0 0-1 1-1 ||| 18 1
-! " . ||| a living ! ' . ||| 0.0449274 ||| 0-2 1-3 2-4 ||| 18 1
-! " . ||| living ! ' . ||| 0.0449274 ||| 0-1 1-2 2-3 ||| 18 1
-! " : mit der linken Hand ||| ' - ||| 0.289866 ||| 0-0 1-0 2-1 ||| 1 1
-! " : mit der linken ||| ' - ||| 0.289866 ||| 0-0 1-0 2-1 ||| 1 1
-! " : mit der ||| ' - ||| 0.289866 ||| 0-0 1-0 2-1 ||| 1 1
-! " : mit ||| ' - ||| 0.289866 ||| 0-0 1-0 2-1 ||| 1 1
-! " : ||| ' - ||| 0.289866 ||| 0-0 1-0 2-1 ||| 1 1
-! " ? ||| ! " ||| 0.00461275 ||| 0-0 1-1 2-1 ||| 2 1
-! " ? ||| ! ' ? ||| 0.0449274 ||| 0-0 1-1 2-2 ||| 2 1
-! " Europa gelingt gemeinsam ! " ||| . ||| 1 ||| 0-0 ||| 1 1
-! " Europa gelingt gemeinsam ! ||| . ||| 1 ||| 0-0 ||| 1 1
-! " Europa gelingt gemeinsam ||| . ||| 1 ||| 0-0 ||| 1 1
-! " Europa gelingt ||| . ||| 1 ||| 0-0 ||| 1 1
-! " Europa ||| . ||| 1 ||| 0-0 ||| 1 1
-! " Le nationalisme , c ||| : ' Le nationalisme , c ||| 0.579445 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! " Le nationalisme , ||| : ' Le nationalisme , ||| 0.579445 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! " Le nationalisme ||| : ' Le nationalisme ||| 0.579445 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " Le ||| : ' Le ||| 0.579445 ||| 0-0 1-1 2-2 ||| 1 1
-! " an die Eurokraten in Brüssel ||| ' to the Brussels Eurocrats ||| 0.289866 ||| 0-0 1-0 2-1 3-2 6-3 4-4 ||| 1 1
-! " an die ||| ' to the ||| 0.289866 ||| 0-0 1-0 2-1 3-2 ||| 1 1
-! " an ||| ' to ||| 0.289866 ||| 0-0 1-0 2-1 ||| 1 1
-! " begrüßt ||| ! ' ||| 0.0449274 ||| 0-0 1-1 ||| 1 1
-! " das war die Antwort ||| their reply was that ||| 1 ||| 4-0 5-1 3-2 2-3 ||| 1 1
-! " das war ||| was that ||| 1 ||| 3-0 2-1 ||| 1 1
-! " das ||| that ||| 1 ||| 2-0 ||| 1 1
-! " die Milch macht ' s ||| , ' milk is good for you ||| 0.579445 ||| 0-0 1-1 3-2 4-3 4-4 6-6 ||| 1 1
-! " die Milch macht ' ||| , ' milk is good for ||| 0.579445 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2 1
-! " die Milch macht ' ||| , ' milk is good ||| 0.579445 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2 1
-! " die Milch macht ||| , ' milk is good for ||| 0.579445 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2 1
-! " die Milch macht ||| , ' milk is good ||| 0.579445 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2 1
-! " die Milch ||| , ' milk ||| 0.579445 ||| 0-0 1-1 3-2 ||| 1 1
-! " die ||| , ' ||| 0.579445 ||| 0-0 1-1 ||| 1 1
-! " diese Botschaft ||| a message ||| 1 ||| 2-0 3-1 ||| 1 1
-! " diese ||| a ||| 1 ||| 2-0 ||| 1 1
-! " geht nicht mehr weiter ||| ! " can no longer continue ||| 0.00917533 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! " geht nicht mehr ||| ! " can no longer ||| 0.00917533 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! " geht nicht ||| ! " can no ||| 0.00917533 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " geht ||| ! " can ||| 0.00917533 ||| 0-0 1-1 2-2 ||| 1 1
-! " gehört , und denen ||| ! ' , and those ||| 0.0449274 ||| 0-0 1-1 3-2 4-3 5-4 ||| 2 1
-! " gehört , und denen ||| kill ! ' , and those ||| 0.0449274 ||| 0-1 1-2 3-3 4-4 5-5 ||| 2 1
-! " gehört , und ||| ! ' , and ||| 0.0449274 ||| 0-0 1-1 3-2 4-3 ||| 2 1
-! " gehört , und ||| kill ! ' , and ||| 0.0449274 ||| 0-1 1-2 3-3 4-4 ||| 2 1
-! " gehört , ||| ! ' , ||| 0.0449274 ||| 0-0 1-1 3-2 ||| 2 1
-! " gehört , ||| kill ! ' , ||| 0.0449274 ||| 0-1 1-2 3-3 ||| 2 1
-! " gehört ||| ! ' ||| 0.0449274 ||| 0-0 1-1 ||| 2 1
-! " gehört ||| kill ! ' ||| 0.0449274 ||| 0-1 1-2 ||| 2 1
-! " hat das Parlament bereits ||| ! ' , Parliament has already ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-3 5-4 5-5 ||| 1 1
-! " hat das Parlament ||| ! ' , Parliament ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-3 ||| 1 1
-! " hat ||| ! ' , ||| 0.0449274 ||| 0-0 1-1 2-2 ||| 1 1
-! " kommen ||| " ||| 0.0592024 ||| 0-0 1-0 ||| 1 1
-! " mögen ||| ' , may ||| 0.579445 ||| 1-0 0-1 2-2 ||| 1 1
-! " nicht nur in bezug ||| ' does not just ||| 0.579445 ||| 1-0 2-1 2-2 3-3 ||| 1 1
-! " nicht nur in ||| ' does not just ||| 0.579445 ||| 1-0 2-1 2-2 3-3 ||| 1 1
-! " nicht nur ||| ' does not just ||| 0.579445 ||| 1-0 2-1 2-2 3-3 ||| 1 1
-! " nicht ||| ' does not ||| 0.579445 ||| 1-0 2-1 2-2 ||| 1 1
-! " oder zu Kollegin Harms ||| ! ' , and to Mrs Harms ||| 0.0449274 ||| 0-0 1-1 2-3 3-4 4-5 5-6 ||| 1 1
-! " oder zu Kollegin ||| ! ' , and to Mrs ||| 0.0449274 ||| 0-0 1-1 2-3 3-4 4-5 ||| 1 1
-! " oder zu ||| ! ' , and to ||| 0.0449274 ||| 0-0 1-1 2-3 3-4 ||| 1 1
-! " oder ||| ! ' , and ||| 0.0449274 ||| 0-0 1-1 2-3 ||| 2 1
-! " oder ||| ! ' or ||| 0.0449274 ||| 0-0 1-1 2-2 ||| 2 1
-! " rufe vonseiten der IND ||| ! ' from members of the IND ||| 0.0449274 ||| 0-0 1-1 3-2 4-5 5-6 ||| 1 1
-! " rufe vonseiten der ||| ! ' from members of the ||| 0.0449274 ||| 0-0 1-1 3-2 4-5 ||| 1 1
-! " rufe vonseiten ||| ! ' from members of ||| 0.0449274 ||| 0-0 1-1 3-2 ||| 3 1
-! " rufe vonseiten ||| ! ' from members ||| 0.0449274 ||| 0-0 1-1 3-2 ||| 3 1
-! " rufe vonseiten ||| ! ' from ||| 0.0449274 ||| 0-0 1-1 3-2 ||| 3 1
-! " rufe ||| ! ' ||| 0.0449274 ||| 0-0 1-1 ||| 1 1
-! " rufen , würden wir ||| ' , we would ||| 0.579445 ||| 1-0 3-1 5-2 4-3 ||| 1 1
-! " rufen , ||| ' , ||| 0.579445 ||| 1-0 3-1 ||| 1 1
-! " rufen die Föderalisten , und ||| ! ' say the federalists , and ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! " rufen die Föderalisten , ||| ! ' say the federalists , ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! " rufen die Föderalisten ||| ! ' say the federalists ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! " rufen die ||| ! ' say the ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " rufen ||| ! ' say ||| 0.0449274 ||| 0-0 1-1 2-2 ||| 2 1
-! " rufen ||| ' ||| 0.579445 ||| 1-0 ||| 2 1
-! " sagen die ||| , ' say the people on the ||| 0.579445 ||| 0-0 1-1 2-2 3-6 ||| 1 1
-! " sagen ||| , ' say the people on ||| 0.579445 ||| 0-0 1-1 2-2 ||| 4 1
-! " sagen ||| , ' say the people ||| 0.579445 ||| 0-0 1-1 2-2 ||| 4 1
-! " sagen ||| , ' say the ||| 0.579445 ||| 0-0 1-1 2-2 ||| 4 1
-! " sagen ||| , ' say ||| 0.579445 ||| 0-0 1-1 2-2 ||| 4 1
-! " steht . ||| ! ' ||| 0.0449274 ||| 0-0 1-1 ||| 1 1
-! " steht ||| ! ' ||| 0.0449274 ||| 0-0 1-1 ||| 1 1
-! " und Nizza II ? ||| ! ' and Nice II ? ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! " und Nizza II ||| ! ' and Nice II ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! " und Nizza ||| ! ' and Nice ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " und schlagen uns an die ||| ! ' and beat our ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! " und schlagen uns an ||| ! ' and beat our ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! " und schlagen uns ||| ! ' and beat our ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! " und schlagen ||| ! ' and beat ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " und ||| ! ' and ||| 0.0449274 ||| 0-0 1-1 2-2 ||| 2 2
-! " vereinen ||| ! ' ||| 0.0449274 ||| 0-0 1-1 ||| 1 1
-! " zu allen Formen des Protektionismus ||| ! ' to all forms of protectionism ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! " zu allen Formen des ||| ! ' to all forms of ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! " zu allen Formen ||| ! ' to all forms ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! " zu allen ||| ! ' to all ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " zu ||| ! ' to ||| 0.0449274 ||| 0-0 1-1 2-2 ||| 1 1
-! " zur Offenheit und zum Wettbewerb ||| ! ' to openness and competition ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 6-5 ||| 1 1
-! " zur Offenheit und zum ||| ! ' to openness and ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! " zur Offenheit und ||| ! ' to openness and ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! " zur Offenheit ||| ! ' to openness ||| 0.0449274 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! " zur ||| ! ' to ||| 0.0449274 ||| 0-0 1-1 2-2 ||| 1 1
-! " ||| ! " . ||| 0.00917533 ||| 0-0 1-1 0-2 ||| 233 1
-! " ||| ! " ||| 0.00917533 ||| 0-0 1-1 ||| 233 29
-! " ||| ! ' ' really ? ' ||| 0.0150846 ||| 0-0 1-1 1-2 0-3 0-4 1-5 ||| 233 1
-! " ||| ! ' , ||| 0.0449274 ||| 0-0 1-1 ||| 233 1
-! " ||| ! ' . ||| 0.0449274 ||| 0-0 1-1 ||| 233 4
-! " ||| ! ' ||| 0.0449274 ||| 0-0 1-1 ||| 233 101
-! " ||| ! .... ' ||| 0.0449274 ||| 0-0 1-2 ||| 233 1
-! " ||| ! ||| 0.0775352 ||| 0-0 ||| 233 7
-! " ||| ! †||| 0.0775352 ||| 0-0 1-1 ||| 233 2
-! " ||| " . ||| 0.118338 ||| 1-0 0-1 ||| 233 2
-! " ||| " ||| 0.0592024 ||| 0-0 1-0 ||| 233 2
-! " ||| ' ! ||| 0.0449274 ||| 1-0 0-1 ||| 233 2
-! " ||| ' , ||| 0.579445 ||| 1-0 0-1 ||| 233 1
-! " ||| ' . ||| 0.579445 ||| 1-0 0-1 ||| 233 12
-! " ||| ' ||| 0.289866 ||| 0-0 1-0 ||| 233 8
-! " ||| , " ||| 0.118338 ||| 0-0 1-1 ||| 233 2
-! " ||| , ' ||| 0.579445 ||| 0-0 1-1 ||| 233 4
-! " ||| , that ||| 1 ||| 0-0 ||| 233 1
-! " ||| , ||| 1 ||| 0-0 ||| 233 5
-! " ||| . " ! ||| 0.00917533 ||| 0-0 1-1 0-2 ||| 233 1
-! " ||| . " ||| 0.118338 ||| 0-0 1-1 ||| 233 3
-! " ||| . ' ||| 0.579445 ||| 0-0 1-1 ||| 233 2
-! " ||| . ||| 1 ||| 0-0 ||| 233 10
-! " ||| : ' ||| 0.579445 ||| 0-0 1-1 ||| 233 1
-! " ||| ? ' ||| 0.579445 ||| 0-0 1-1 ||| 233 2
-! " ||| Commission to ||| 1 ||| 0-0 ||| 233 1
-! " ||| Commission ||| 1 ||| 0-0 ||| 233 1
-! " ||| a living ! ' ||| 0.0449274 ||| 0-2 1-3 ||| 233 1
-! " ||| any fish ? ' ||| 0.579445 ||| 0-2 1-3 ||| 233 1
-! " ||| asked the Commission to ||| 1 ||| 0-2 ||| 233 1
-! " ||| asked the Commission ||| 1 ||| 0-2 ||| 233 1
-! " ||| bearing the ||| 1 ||| 0-1 ||| 233 1
-! " ||| common ||| 1 ||| 0-0 ||| 233 1
-! " ||| done , ||| 1 ||| 0-1 ||| 233 1
-! " ||| face ! " ||| 0.00917533 ||| 0-1 1-2 ||| 233 1
-! " ||| fish ? ' ||| 0.579445 ||| 0-1 1-2 ||| 233 1
-! " ||| give you " ||| 0.118338 ||| 0-1 1-2 ||| 233 1
-! " ||| kill ! ' ||| 0.0449274 ||| 0-1 1-2 ||| 233 1
-! " ||| living ! ' ||| 0.0449274 ||| 0-1 1-2 ||| 233 1
-! " ||| may ||| 1 ||| 0-0 ||| 233 1
-! " ||| more common ||| 1 ||| 0-1 ||| 233 1
-! " ||| of products bearing the ||| 1 ||| 0-3 ||| 233 1
-! " ||| one ' . ||| 0.579445 ||| 0-0 1-1 0-2 ||| 233 1
-! " ||| products bearing the ||| 1 ||| 0-2 ||| 233 1
-! " ||| term , ' ||| 0.579445 ||| 0-1 1-2 ||| 233 1
-! " ||| the Commission to ||| 1 ||| 0-1 ||| 233 1
-! " ||| the Commission ||| 1 ||| 0-1 ||| 233 1
-! " ||| the ||| 1 ||| 0-0 ||| 233 2
-! " ||| to give you " ||| 0.118338 ||| 0-2 1-3 ||| 233 1
-! " ||| uneven ' . ||| 0.579445 ||| 1-1 0-2 ||| 233 1
-! " ||| you " ||| 0.118338 ||| 0-0 1-1 ||| 233 1
-! " ||| †||| 1 ||| 0-0 1-0 ||| 233 1
-! ' , dann sage ich ||| ' . I would ||| 0.545017 ||| 1-0 0-1 5-2 4-3 ||| 1 1
-! ' , dann ||| ' . ||| 0.545017 ||| 1-0 0-1 ||| 1 1
-! ' , diese Aufforderung ||| ! ' is the message ||| 0.042258 ||| 0-0 1-1 3-3 4-4 ||| 1 1
-! ' , diese ||| ! ' is the ||| 0.042258 ||| 0-0 1-1 3-3 ||| 1 1
-! ' , sollte Gegenstand von ||| ' , should ||| 0.272653 ||| 0-0 1-0 2-1 3-2 ||| 1 1
-! ' , sollte Gegenstand ||| ' , should ||| 0.272653 ||| 0-0 1-0 2-1 3-2 ||| 1 1
-! ' , sollte ||| ' , should ||| 0.272653 ||| 0-0 1-0 2-1 3-2 ||| 1 1
-! ' , womit ||| ! ' , ||| 0.042258 ||| 0-0 1-1 2-2 ||| 1 1
-! ' , ||| ! ' , ||| 0.042258 ||| 0-0 1-1 2-2 ||| 5 1
-! ' , ||| ! ' is ||| 0.042258 ||| 0-0 1-1 ||| 5 1
-! ' , ||| ! ' ||| 0.042258 ||| 0-0 1-1 ||| 5 1
-! ' , ||| ' , ||| 0.272653 ||| 0-0 1-0 2-1 ||| 5 1
-! ' , ||| ' . ||| 0.545017 ||| 1-0 0-1 ||| 5 1
-! ' - wir lassen uns ||| ! ' ||| 0.042258 ||| 0-0 1-1 ||| 1 1
-! ' - wir lassen ||| ! ' ||| 0.042258 ||| 0-0 1-1 ||| 1 1
-! ' - wir ||| ! ' ||| 0.042258 ||| 0-0 1-1 ||| 1 1
-! ' - ||| ! ' ||| 0.042258 ||| 0-0 1-1 ||| 1 1
-! ' . aber dort gibt ||| ! ' , but there are widely ||| 0.042258 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 2 1
-! ' . aber dort gibt ||| ! ' , but there are ||| 0.042258 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 2 1
-! ' . aber dort ||| ! ' , but there ||| 0.042258 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! ' . aber ||| ! ' , but ||| 0.042258 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! ' . ||| ! ' , ||| 0.042258 ||| 0-0 1-1 2-2 ||| 3 1
-! ' . ||| ! ' ||| 0.0211319 ||| 0-0 1-1 2-1 ||| 3 1
-! ' . ||| . ||| 1 ||| 2-0 ||| 3 1
-! ' Stand , ||| ! ' , ||| 0.042258 ||| 0-0 1-1 3-2 ||| 1 1
-! ' Stand ||| ! ' ||| 0.042258 ||| 0-0 1-1 ||| 1 1
-! ' rufen , ||| ! ' and then murder ||| 0.042258 ||| 0-0 1-1 3-2 ||| 3 1
-! ' rufen , ||| ! ' and then ||| 0.042258 ||| 0-0 1-1 3-2 ||| 3 1
-! ' rufen , ||| ! ' and ||| 0.042258 ||| 0-0 1-1 3-2 ||| 3 1
-! ' rufen ||| ! ' ||| 0.042258 ||| 0-0 1-1 ||| 1 1
-! ' ||| ! ' , and ||| 0.042258 ||| 0-0 1-1 0-2 ||| 51 1
-! ' ||| ! ' , ||| 0.042258 ||| 0-0 1-1 0-2 ||| 51 1
-! ' ||| ! ' . ||| 0.042258 ||| 0-0 1-1 ||| 51 1
-! ' ||| ! ' is ||| 0.042258 ||| 0-0 1-1 ||| 51 1
-! ' ||| ! ' ||| 0.042258 ||| 0-0 1-1 ||| 51 25
-! ' ||| ' ! ||| 0.042258 ||| 1-0 0-1 ||| 51 1
-! ' ||| ' , and ||| 0.545017 ||| 1-0 0-1 ||| 51 1
-! ' ||| ' , ||| 0.545017 ||| 1-0 0-1 ||| 51 1
-! ' ||| ' . ||| 0.545017 ||| 1-0 0-1 ||| 51 4
-! ' ||| ' ||| 0.272653 ||| 0-0 1-0 ||| 51 2
-! ' ||| 't . ' ||| 0.545017 ||| 0-1 1-2 ||| 51 1
-! ' ||| . ' ||| 0.545017 ||| 0-0 1-1 ||| 51 4
-! ' ||| . ||| 1 ||| 0-0 ||| 51 1
-! ' ||| ? " ||| 0.0291059 ||| 0-0 1-1 ||| 51 1
-! ' ||| ? ' ||| 0.545017 ||| 0-0 1-1 ||| 51 1
-! ' ||| ? ||| 1 ||| 0-0 ||| 51 1
-! ' ||| hook ' ! ||| 0.042258 ||| 1-1 0-2 ||| 51 1
-! ' ||| in 't . ' ||| 0.545017 ||| 0-2 1-3 ||| 51 1
-! ' ||| luck ! ' ||| 0.042258 ||| 0-1 1-2 ||| 51 1
-! ' ||| of . ' ||| 0.545017 ||| 0-1 1-2 ||| 51 1
-! ( 1 ) ||| . ( 1 ) ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! ( 1 ||| . ( 1 ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! ( ||| . ( ||| 1 ||| 0-0 1-1 ||| 1 1
-! ) , Forschung , Wettbewerbsfähigkeit und ||| ! ) , research , competitiveness and ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! ) , Forschung , Wettbewerbsfähigkeit ||| ! ) , research , competitiveness ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! ) , Forschung , ||| ! ) , research , ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! ) , Forschung ||| ! ) , research ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! ) , die die Arbeitslosenunterstützung ||| ! ) which unemployment benefit ||| 0.0775352 ||| 0-0 1-1 3-2 4-2 4-3 5-3 5-4 ||| 1 1
-! ) , geht . ||| ! ) ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! ) , geht ||| ! ) ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! ) , mit der Rodung von ||| ! ) , the grubbing-up of ||| 0.0775352 ||| 0-0 1-1 2-2 4-3 5-4 6-5 ||| 1 1
-! ) , mit der Rodung ||| ! ) , the grubbing-up ||| 0.0775352 ||| 0-0 1-1 2-2 4-3 5-4 ||| 1 1
-! ) , mit der ||| ! ) , the ||| 0.0775352 ||| 0-0 1-1 2-2 4-3 ||| 1 1
-! ) , mit ||| ! ) , ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 1 1
-! ) , und schließlich ||| ! ) and , finally , ||| 0.0775352 ||| 0-0 1-1 3-2 2-3 4-4 4-5 ||| 1 1
-! ) , und ||| ! ) and , ||| 0.0775352 ||| 0-0 1-1 3-2 2-3 ||| 1 1
-! ) , während ||| ! ) , while ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! ) , während über 100 ||| ! ) , while over 100 ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! ) , während über ||| ! ) , while over ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! ) , ||| ! ) , ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 6 4
-! ) , ||| ! ) ||| 0.0775352 ||| 0-0 1-1 ||| 6 2
-! ) . seit einigen Jahren ||| , and for a number of years ||| 1 ||| 0-0 2-1 3-2 4-3 4-4 5-6 ||| 2 2
-! ) . seit einigen ||| , and for a number of ||| 1 ||| 0-0 2-1 3-2 4-3 4-4 ||| 8 2
-! ) . seit einigen ||| , and for a number ||| 1 ||| 0-0 2-1 3-2 4-3 4-4 ||| 8 2
-! ) . seit einigen ||| recycled , and for a number of ||| 1 ||| 0-1 2-2 3-3 4-4 4-5 ||| 8 2
-! ) . seit einigen ||| recycled , and for a number ||| 1 ||| 0-1 2-2 3-3 4-4 4-5 ||| 8 2
-! ) . seit ||| , and for ||| 1 ||| 0-0 2-1 3-2 ||| 4 2
-! ) . seit ||| recycled , and for ||| 1 ||| 0-1 2-2 3-3 ||| 4 2
-! ) . ||| ! ) . ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 9 2
-! ) . ||| ! ) ||| 0.0775352 ||| 0-0 1-1 2-1 ||| 9 1
-! ) . ||| ! ||| 0.0775352 ||| 0-0 ||| 9 1
-! ) . ||| ) . ||| 1 ||| 1-0 0-1 2-1 ||| 9 1
-! ) . ||| , and ||| 1 ||| 0-0 2-1 ||| 9 2
-! ) . ||| recycled , and ||| 1 ||| 0-1 2-2 ||| 9 2
-! ) Herr Kollege Ferber , ||| ! " ) Mr Ferber , ||| 1.7585e-05 ||| 0-0 1-2 2-3 3-4 4-4 5-5 ||| 1 1
-! ) Herr Kollege Ferber ||| ! " ) Mr Ferber ||| 1.7585e-05 ||| 0-0 1-2 2-3 3-4 4-4 ||| 1 1
-! ) Herr ||| ! " ) Mr ||| 1.7585e-05 ||| 0-0 1-2 2-3 ||| 1 1
-! ) Marktwirtschaft , die von einem ||| ! ) market economy ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! ) Marktwirtschaft , die von ||| ! ) market economy ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! ) Marktwirtschaft , die ||| ! ) market economy ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! ) Marktwirtschaft , ||| ! ) market economy ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! ) Marktwirtschaft ||| ! ) market economy ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! ) allein für ||| ! ) just for ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! ) allein ||| ! ) just ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 1 1
-! ) bei . ||| ) . ||| 1 ||| 1-0 3-1 ||| 1 1
-! ) bei ||| ) ||| 1 ||| 1-0 ||| 1 1
-! ) bezeichnet wird , hat ||| ! ) , has ||| 0.0775352 ||| 0-0 1-1 4-2 5-3 ||| 1 1
-! ) bezeichnet wird , ||| ! ) , ||| 0.0775352 ||| 0-0 1-1 4-2 ||| 1 1
-! ) bezeichnet wird ||| ! ) ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! ) bezeichnet ||| ! ) ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! ) das ||| the ||| 1 ||| 2-0 ||| 1 1
-! ) dürfen nicht verwendet ( missbraucht ||| ! ) cannot be used ( misused ||| 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 4-4 5-5 6-6 ||| 1 1
-! ) dürfen nicht verwendet ( ||| ! ) cannot be used ( ||| 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 4-4 5-5 ||| 1 1
-! ) dürfen nicht verwendet ||| ! ) cannot be used ||| 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 4-4 ||| 1 1
-! ) dürfen nicht ||| ! ) cannot be ||| 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 ||| 1 1
-! ) für den Fall der ||| ! ) in the event that we ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-6 ||| 1 1
-! ) für den Fall ||| ! ) in the event that ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! ) für den Fall ||| ! ) in the event ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! ) für den ||| ! ) in the ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! ) für die Umsetzung der ||| ! ) before they apply the ||| 0.0775352 ||| 0-0 1-1 3-3 4-4 5-5 ||| 1 1
-! ) für die Umsetzung ||| ! ) before they apply ||| 0.0775352 ||| 0-0 1-1 3-3 4-4 ||| 1 1
-! ) für die ||| ! ) before they ||| 0.0775352 ||| 0-0 1-1 3-3 ||| 1 1
-! ) für ||| ! ) before ||| 0.0775352 ||| 0-0 1-1 ||| 3 1
-! ) für ||| ! ) in ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 3 1
-! ) für ||| ! ) ||| 0.0775352 ||| 0-0 1-1 ||| 3 1
-! ) großen Not ||| ! ) high level of need ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 3-5 ||| 1 1
-! ) großen ||| ! ) high ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 1 1
-! ) oder ihr Egonet ||| ! ) , or rather their egonet ||| 0.0775352 ||| 0-0 1-1 2-3 4-4 3-5 4-6 ||| 1 1
-! ) oder ||| ! ) , or ||| 0.0775352 ||| 0-0 1-1 2-3 ||| 1 1
-! ) und die Schaffung nationaler Finanzmärkte ||| ! ) and create national financial markets ||| 0.0775352 ||| 0-0 1-1 2-2 4-3 5-4 6-5 6-6 ||| 1 1
-! ) und die Schaffung nationaler ||| ! ) and create national ||| 0.0775352 ||| 0-0 1-1 2-2 4-3 5-4 ||| 1 1
-! ) und die Schaffung ||| ! ) and create ||| 0.0775352 ||| 0-0 1-1 2-2 4-3 ||| 1 1
-! ) und die ||| ! ) and ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 1 1
-! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! ) und häufig ||| ! ) and often ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! ) und ||| ! ) and ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 2 2
-! ) vertritt ||| ! ) ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! ) ||| ! " ) ||| 1.7585e-05 ||| 0-0 1-2 ||| 63 1
-! ) ||| ! ) , ||| 0.0775352 ||| 0-0 1-1 ||| 63 1
-! ) ||| ! ) before ||| 0.0775352 ||| 0-0 1-1 ||| 63 1
-! ) ||| ! ) ||| 0.0775352 ||| 0-0 1-1 ||| 63 45
-! ) ||| ! - ||| 0.0775352 ||| 0-0 1-1 ||| 63 1
-! ) ||| ! ] ||| 0.0775352 ||| 0-0 1-1 ||| 63 1
-! ) ||| ! ||| 0.0775352 ||| 0-0 ||| 63 2
-! ) ||| ) ||| 1 ||| 1-0 ||| 63 1
-! ) ||| , ||| 1 ||| 0-0 ||| 63 5
-! ) ||| Latin ! ) ||| 0.0775352 ||| 0-1 1-2 ||| 63 1
-! ) ||| arrival ! ) ||| 0.0775352 ||| 0-1 1-2 ||| 63 1
-! ) ||| recycled , ||| 1 ||| 0-1 ||| 63 2
-! ) ||| the ||| 1 ||| 0-0 ||| 63 1
-! ) über die ||| ! ) on the ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! ) über die Änderung der ||| ! ) on the amendment of ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! ) über die Änderung ||| ! ) on the amendment ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! ) über ||| ! ) on ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 1 1
-! , dem Gewinner des Sacharow-Preises in ||| ! , the Sakharov Prize winner in ||| 0.0775352 ||| 0-0 1-1 2-2 5-3 4-4 5-4 3-5 6-6 ||| 1 1
-! , dem Gewinner des Sacharow-Preises ||| ! , the Sakharov Prize winner ||| 0.0775352 ||| 0-0 1-1 2-2 5-3 4-4 5-4 3-5 ||| 1 1
-! , dem ||| ! , the ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 1 1
-! , war ebenfalls kein Beitrag zur ||| ! " did little to ||| 1.7585e-05 ||| 0-0 6-4 ||| 1 1
-! , war ebenfalls kein Beitrag ||| ! " did little ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ebenfalls kein Beitrag ||| ! " did ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ebenfalls kein Beitrag ||| ! " ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ebenfalls kein Beitrag ||| ! ||| 0.0775352 ||| 0-0 ||| 4 1
-! , war ebenfalls kein ||| ! " did little ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ebenfalls kein ||| ! " did ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ebenfalls kein ||| ! " ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ebenfalls kein ||| ! ||| 0.0775352 ||| 0-0 ||| 4 1
-! , war ebenfalls ||| ! " did little ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ebenfalls ||| ! " did ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ebenfalls ||| ! " ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ebenfalls ||| ! ||| 0.0775352 ||| 0-0 ||| 4 1
-! , war ||| ! " did little ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ||| ! " did ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ||| ! " ||| 1.7585e-05 ||| 0-0 ||| 4 1
-! , war ||| ! ||| 0.0775352 ||| 0-0 ||| 4 1
-! , ||| ! " did little ||| 1.7585e-05 ||| 0-0 ||| 6 1
-! , ||| ! " did ||| 1.7585e-05 ||| 0-0 ||| 6 1
-! , ||| ! " ||| 1.7585e-05 ||| 0-0 ||| 6 1
-! , ||| ! , ||| 0.0775352 ||| 0-0 1-1 ||| 6 1
-! , ||| ! ||| 0.0775352 ||| 0-0 ||| 6 1
-! , ||| , ||| 1 ||| 0-0 ||| 6 1
-! - ' Es reicht ' ||| ! - ' Enough is enough ' ||| 0.0230313 ||| 0-0 1-1 2-2 3-3 4-4 4-5 5-6 ||| 1 1
-! - ' Es reicht ||| ! - ' Enough is enough ||| 0.042258 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 1 1
-! - ' Es ||| ! - ' Enough ||| 0.042258 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! - ' ||| ! - ' ||| 0.042258 ||| 0-0 1-1 2-2 ||| 1 1
-! - , dass wir mehr wollen ||| ! we want more ||| 0.0775352 ||| 0-0 4-1 3-2 6-2 5-3 ||| 1 1
-! - , die mit ||| ! - that have been treated with ||| 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 4-5 4-6 ||| 1 1
-! - , die ||| ! - that have been ||| 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 ||| 5 1
-! - , die ||| ! - that have ||| 0.0775352 ||| 0-0 1-1 2-2 3-2 3-3 ||| 5 1
-! - , die ||| ! - which ||| 0.0775352 ||| 0-0 1-1 2-2 3-2 ||| 5 1
-! - , die ||| ! - who ||| 0.0775352 ||| 0-0 1-1 2-2 3-2 ||| 5 1
-! - , die ||| ! - ||| 0.0775352 ||| 0-0 1-1 ||| 5 1
-! - , doch die britische Regierung ||| ! - but the British Government ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 5-4 6-5 ||| 1 1
-! - , doch die britische ||| ! - but the British ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 5-4 ||| 1 1
-! - , doch die ||| ! - but the ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 ||| 1 1
-! - , doch ||| ! - but ||| 0.0775352 ||| 0-0 1-1 3-2 ||| 1 1
-! - , ist zu ersehen ||| ! ) , we see ||| 0.0775352 ||| 0-0 1-1 2-2 4-3 5-4 ||| 1 1
-! - , ist zu ||| ! ) , we ||| 0.0775352 ||| 0-0 1-1 2-2 4-3 ||| 1 1
-! - , ist ||| ! ) , ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 1 1
-! - , möchte ich meinerseits ||| ! - I would like to ||| 0.0775352 ||| 0-0 1-1 4-2 3-3 3-4 3-5 ||| 2 1
-! - , möchte ich meinerseits ||| surprise ! - I would like to ||| 0.0775352 ||| 0-1 1-2 4-3 3-4 3-5 3-6 ||| 2 1
-! - , möchte ich ||| ! - I would like to ||| 0.0775352 ||| 0-0 1-1 4-2 3-3 3-4 3-5 ||| 2 1
-! - , möchte ich ||| surprise ! - I would like to ||| 0.0775352 ||| 0-1 1-2 4-3 3-4 3-5 3-6 ||| 2 1
-! - , so wie es ja ||| . this is ||| 1 ||| 0-0 5-1 6-2 ||| 2 1
-! - , so wie es ja ||| indeed . this is ||| 1 ||| 0-1 5-2 6-3 ||| 2 1
-! - , so wie es ||| . this ||| 1 ||| 0-0 5-1 ||| 2 1
-! - , so wie es ||| indeed . this ||| 1 ||| 0-1 5-2 ||| 2 1
-! - , so wie ||| . ||| 1 ||| 0-0 ||| 2 1
-! - , so wie ||| indeed . ||| 1 ||| 0-1 ||| 2 1
-! - , so ||| . ||| 1 ||| 0-0 ||| 2 1
-! - , so ||| indeed . ||| 1 ||| 0-1 ||| 2 1
-! - , sondern daß sogar geradezu ||| ? - but that ||| 1 ||| 0-0 1-1 3-2 2-3 4-3 ||| 1 1
-! - , sondern daß sogar ||| ? - but that ||| 1 ||| 0-0 1-1 3-2 2-3 4-3 ||| 1 1
-! - , sondern daß ||| ? - but that ||| 1 ||| 0-0 1-1 3-2 2-3 4-3 ||| 1 1
-! - , um uns dann , ||| it - and then , ||| 1 ||| 0-0 1-1 2-2 5-3 6-4 ||| 1 1
-! - , um uns dann ||| it - and then ||| 1 ||| 0-0 1-1 2-2 5-3 ||| 1 1
-! - , um uns ||| it - and ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! - , um ||| it - and ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! - , von dem ||| ! - in favour ||| 0.0775352 ||| 0-0 1-1 3-2 ||| 2 1
-! - , von dem ||| ! - in ||| 0.0775352 ||| 0-0 1-1 3-2 ||| 2 1
-! - , von ||| ! - in favour ||| 0.0775352 ||| 0-0 1-1 3-2 ||| 2 1
-! - , von ||| ! - in ||| 0.0775352 ||| 0-0 1-1 3-2 ||| 2 1
-! - , wohingegen man ||| ! - whereas one ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 ||| 1 1
-! - , wohingegen ||| ! - whereas ||| 0.0775352 ||| 0-0 1-1 3-2 ||| 1 1
-! - , während diejenigen , die ||| ! - while those responsible for the ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 4-4 6-6 ||| 1 1
-! - , während diejenigen , ||| ! - while those responsible for ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2 1
-! - , während diejenigen , ||| ! - while those responsible ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2 1
-! - , während diejenigen ||| ! - while those responsible for ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2 1
-! - , während diejenigen ||| ! - while those responsible ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 4-4 ||| 2 1
-! - , während ||| ! - while ||| 0.0775352 ||| 0-0 1-1 3-2 ||| 1 1
-! - , ||| ! ) , ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 16 1
-! - , ||| ! - ||| 0.0775352 ||| 0-0 1-1 ||| 16 7
-! - , ||| ! ||| 0.0775352 ||| 0-0 ||| 16 1
-! - , ||| - which ||| 1 ||| 1-0 2-1 ||| 16 1
-! - , ||| - ||| 1 ||| 0-0 1-0 ||| 16 1
-! - , ||| . ||| 1 ||| 0-0 ||| 16 1
-! - , ||| indeed . ||| 1 ||| 0-1 ||| 16 1
-! - , ||| it - and ||| 1 ||| 0-0 1-1 2-2 ||| 16 1
-! - , ||| surprise ! - ||| 0.0775352 ||| 0-1 1-2 ||| 16 1
-! - , ||| we ||| 1 ||| 0-0 ||| 16 1
-! - Die ||| - the United Nations ||| 1 ||| 0-0 1-0 2-1 ||| 3 1
-! - Die ||| - the United ||| 1 ||| 0-0 1-0 2-1 ||| 3 1
-! - Die ||| - the ||| 1 ||| 0-0 1-0 2-1 ||| 3 1
-! - Es sind ||| the two draftsmen have presented ||| 1 ||| 0-0 2-1 2-2 3-3 2-4 ||| 1 1
-! - Frage von Unvereinbarkeiten ||| ! – incompatibilities arise ||| 0.0775352 ||| 0-0 1-1 2-2 4-2 4-3 ||| 1 1
-! - Frau Präsidentin , ich wurde ||| ! - Madam President , I was ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! - Frau Präsidentin , ich ||| ! - Madam President , I ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! - Frau Präsidentin , ||| ! - Madam President , ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! - Frau Präsidentin ||| ! - Madam President ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! - Frau ||| ! - Madam ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 1 1
-! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 2-4 3-5 ||| 1 1
-! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 2-4 3-5 ||| 1 1
-! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 2-4 ||| 1 1
-! - Referenden und Volksinitiativen zu stellen ||| ! - of referendums and popular initiatives ||| 0.0775352 ||| 0-0 1-1 2-3 3-4 4-5 4-6 ||| 1 1
-! - Referenden und Volksinitiativen zu ||| ! - of referendums and popular initiatives ||| 0.0775352 ||| 0-0 1-1 2-3 3-4 4-5 4-6 ||| 1 1
-! - Referenden und Volksinitiativen ||| ! - of referendums and popular initiatives ||| 0.0775352 ||| 0-0 1-1 2-3 3-4 4-5 4-6 ||| 1 1
-! - Referenden und ||| ! - of referendums and ||| 0.0775352 ||| 0-0 1-1 2-3 3-4 ||| 1 1
-! - Referenden ||| ! - of referendums ||| 0.0775352 ||| 0-0 1-1 2-3 ||| 1 1
-! - Rücksicht ||| into consideration ||| 1 ||| 2-0 2-1 ||| 1 1
-! - bedeutet eine derart anmaßende ||| , such an arrogant ||| 1 ||| 0-0 1-0 4-1 3-2 4-2 2-3 4-3 5-3 ||| 1 1
-! - besagen , dass der Zugang ||| ! - stipulate that access ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-3 5-4 6-4 ||| 1 1
-! - besagen , dass ||| ! - stipulate that ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-3 ||| 1 1
-! - besagen ||| ! - stipulate ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 1 1
-! - besteht , wie ||| , via ||| 1 ||| 0-0 1-0 2-1 ||| 1 1
-! - besteht , ||| , via ||| 1 ||| 0-0 1-0 2-1 ||| 1 1
-! - besteht ||| , via ||| 1 ||| 0-0 1-0 2-1 ||| 1 1
-! - der Energie vergeudet , bevor ||| ! - of the energy before ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 6-5 ||| 1 1
-! - der Energie vergeudet , ||| ! - of the energy ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! - der Energie vergeudet ||| ! - of the energy ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! - der Energie ||| ! - of the energy ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! - der betreffenden Minderheiten ||| , - of the relevant minorities ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1 1
-! - der betreffenden ||| , - of the relevant ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 2 1
-! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 2 1
-! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! - der operativen ||| ! - of operational ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! - der ||| ! - of the ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 3 1
-! - der ||| ! - of ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 3 1
-! - der ||| , - of the ||| 1 ||| 0-0 1-1 2-2 2-3 ||| 3 1
-! - die ||| , ||| 1 ||| 0-0 ||| 1 1
-! - direkte ||| - direct ||| 1 ||| 1-0 2-1 ||| 1 1
-! - direkte Ãœbertragung , aber auch ||| - direct transmission but also ||| 1 ||| 1-0 2-1 3-2 5-3 6-4 ||| 1 1
-! - direkte Ãœbertragung , aber ||| - direct transmission but ||| 1 ||| 1-0 2-1 3-2 5-3 ||| 1 1
-! - direkte Ãœbertragung , ||| - direct transmission ||| 1 ||| 1-0 2-1 3-2 ||| 1 1
-! - direkte Ãœbertragung ||| - direct transmission ||| 1 ||| 1-0 2-1 3-2 ||| 1 1
-! - energische Maßnahmen vorgeschlagen hat , ||| ! - proposing powerful measures ||| 0.0775352 ||| 0-0 1-1 4-2 2-3 3-4 ||| 1 1
-! - energische Maßnahmen vorgeschlagen hat ||| ! - proposing powerful measures ||| 0.0775352 ||| 0-0 1-1 4-2 2-3 3-4 ||| 1 1
-! - energische Maßnahmen vorgeschlagen ||| ! - proposing powerful measures ||| 0.0775352 ||| 0-0 1-1 4-2 2-3 3-4 ||| 1 1
-! - im Lauf dieser Woche begonnen ||| - set in motion this week ||| 1 ||| 1-0 6-1 2-2 3-3 4-4 5-5 ||| 1 1
-! - ist ein klares und durchsichtiges ||| - is a clear , transparent ||| 1 ||| 1-0 2-1 3-2 4-3 5-4 6-5 ||| 1 1
-! - ist ein klares und ||| - is a clear , ||| 1 ||| 1-0 2-1 3-2 4-3 5-4 ||| 1 1
-! - ist ein klares ||| - is a clear ||| 1 ||| 1-0 2-1 3-2 4-3 ||| 1 1
-! - ist ein ||| - is a ||| 1 ||| 1-0 2-1 3-2 ||| 1 1
-! - ist ||| - is ||| 1 ||| 1-0 2-1 ||| 1 1
-! - mit beeindruckender Hellsichtigkeit den ||| - with ||| 1 ||| 1-0 2-1 ||| 1 1
-! - mit beeindruckender Hellsichtigkeit ||| - with ||| 1 ||| 1-0 2-1 ||| 1 1
-! - mit beeindruckender ||| - with ||| 1 ||| 1-0 2-1 ||| 1 1
-! - mit ||| - with ||| 1 ||| 1-0 2-1 ||| 1 1
-! - quer durch alle Fraktionen , ||| ! - all , ||| 0.0775352 ||| 0-0 1-1 4-2 6-3 ||| 1 1
-! - quer durch alle Fraktionen ||| ! - all ||| 0.0775352 ||| 0-0 1-1 4-2 ||| 1 1
-! - quer durch alle ||| ! - all ||| 0.0775352 ||| 0-0 1-1 4-2 ||| 1 1
-! - quer durch ||| ! - ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! - quer ||| ! - ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! - rechtzeitig reagiert : sie hat ||| ! - took timely action : it ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1 1
-! - rechtzeitig reagiert : sie ||| ! - took timely action : it ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1 1
-! - rechtzeitig reagiert : ||| ! - took timely action : ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1 1
-! - rechtzeitig reagiert ||| ! - took timely action ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! - rechtzeitig ||| ! - took timely ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! - räume ich ein , ||| ! - I recognise ||| 0.0775352 ||| 0-0 1-1 3-2 2-3 4-3 ||| 1 1
-! - räume ich ein ||| ! - I recognise ||| 0.0775352 ||| 0-0 1-1 3-2 2-3 4-3 ||| 1 1
-! - sage ich ||| ! - I would say ||| 0.0775352 ||| 0-0 1-1 3-2 2-3 2-4 ||| 1 1
-! - scheint die Europäische Union jetzt ||| ! - the EU seems ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 5-3 2-4 ||| 1 1
-! - scheint die Europäische Union ||| ! - the EU seems ||| 0.0775352 ||| 0-0 1-1 3-2 4-3 5-3 2-4 ||| 1 1
-! - um zu bekräftigen , daß ||| ! - as a reaffirmation of ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2 1
-! - um zu bekräftigen , daß ||| ! - as a reaffirmation ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2 1
-! - um zu bekräftigen , ||| ! - as a reaffirmation of ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2 1
-! - um zu bekräftigen , ||| ! - as a reaffirmation ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2 1
-! - um zu bekräftigen ||| ! - as a reaffirmation of ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2 1
-! - um zu bekräftigen ||| ! - as a reaffirmation ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 4-4 ||| 2 1
-! - um zu ||| ! - as a ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! - um ||| ! - as a ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 2 1
-! - um ||| , ||| 1 ||| 0-0 ||| 2 1
-! - und begrenzt somit die ||| ! - thereby restricting the ||| 0.0775352 ||| 0-0 1-1 2-2 4-2 3-3 5-3 5-4 ||| 1 1
-! - und dass die landwirtschaftliche Produktivität ||| - and that agricultural productivity ||| 1 ||| 0-0 1-0 2-1 3-2 4-2 5-3 6-4 ||| 1 1
-! - und dass die landwirtschaftliche ||| - and that agricultural ||| 1 ||| 0-0 1-0 2-1 3-2 4-2 5-3 ||| 1 1
-! - und dass die ||| - and that ||| 1 ||| 0-0 1-0 2-1 3-2 4-2 ||| 1 1
-! - und ideologischer Manipulation ||| ! - and borders on ideological manipulation ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 3-4 3-5 4-6 ||| 1 1
-! - und ideologischer ||| ! - and borders on ideological ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 3-4 3-5 ||| 1 1
-! - und nationale Präferenz entschieden ||| - and national preference ||| 1 ||| 0-0 1-0 2-1 3-2 4-3 5-3 ||| 1 1
-! - und nationale ||| - and national ||| 1 ||| 0-0 1-0 2-1 3-2 ||| 1 1
-! - und zum ersten ||| ! - and we saw the first ||| 0.0775352 ||| 0-0 1-1 2-2 3-5 4-6 ||| 1 1
-! - und zum ||| ! - and we saw the ||| 0.0775352 ||| 0-0 1-1 2-2 3-5 ||| 1 1
-! - und ||| ! - and we saw ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 6 1
-! - und ||| ! - and we ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 6 1
-! - und ||| ! - and ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 6 2
-! - und ||| - and ||| 1 ||| 0-0 1-0 2-1 ||| 6 2
-! - ungefähr 18 Millionen Arbeitslose . ||| , some 18 million unemployed . ||| 1 ||| 0-0 1-0 2-1 3-2 4-3 5-4 6-5 ||| 1 1
-! - ungefähr 18 Millionen Arbeitslose ||| , some 18 million unemployed ||| 1 ||| 0-0 1-0 2-1 3-2 4-3 5-4 ||| 1 1
-! - ungefähr 18 Millionen ||| , some 18 million ||| 1 ||| 0-0 1-0 2-1 3-2 4-3 ||| 1 1
-! - ungefähr 18 ||| , some 18 ||| 1 ||| 0-0 1-0 2-1 3-2 ||| 1 1
-! - ungefähr ||| , some ||| 1 ||| 0-0 1-0 2-1 ||| 1 1
-! - unter Anlegung objektiver Maßstäbe erfolgen ||| emphasize , from an objective viewpoint ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 ||| 2 1
-! - unter Anlegung objektiver Maßstäbe erfolgen ||| would emphasize , from an objective viewpoint ||| 1 ||| 0-1 1-2 2-3 3-4 4-5 5-6 6-6 ||| 2 1
-! - unter Anlegung objektiver ||| emphasize , from an objective ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! - unter Anlegung objektiver ||| would emphasize , from an objective ||| 1 ||| 0-1 1-2 2-3 3-4 4-5 ||| 2 1
-! - unter Anlegung ||| emphasize , from an ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 2 1
-! - unter Anlegung ||| would emphasize , from an ||| 1 ||| 0-1 1-2 2-3 3-4 ||| 2 1
-! - unter vielen anderen . ||| , one among many others . ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! - unter vielen anderen ||| , one among many others ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! - unter vielen ||| , one among many ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! - unter ||| , one among ||| 1 ||| 0-0 1-1 2-2 ||| 3 1
-! - unter ||| emphasize , from ||| 1 ||| 0-0 1-1 2-2 ||| 3 1
-! - unter ||| would emphasize , from ||| 1 ||| 0-1 1-2 2-3 ||| 3 1
-! - weiß ich nicht , ||| - I do not know , but ||| 1 ||| 0-0 1-0 3-1 2-2 4-3 2-4 5-5 ||| 2 1
-! - weiß ich nicht , ||| - I do not know , ||| 1 ||| 0-0 1-0 3-1 2-2 4-3 2-4 5-5 ||| 2 1
-! - weiß ich nicht ||| - I do not know ||| 1 ||| 0-0 1-0 3-1 2-2 4-3 2-4 ||| 1 1
-! - zugab ||| saying something – admitted ||| 1 ||| 2-0 2-1 0-2 1-2 2-2 2-3 ||| 1 1
-! - zur Koordination im ||| - relating to applying coordination in the ||| 1 ||| 0-0 1-0 2-1 2-2 3-3 3-4 4-5 4-6 ||| 1 1
-! - zur Koordination ||| - relating to applying coordination ||| 1 ||| 0-0 1-0 2-1 2-2 3-3 3-4 ||| 1 1
-! - zur ||| - relating to ||| 1 ||| 0-0 1-0 2-1 2-2 ||| 1 1
-! - ||| ! ) ||| 0.0775352 ||| 0-0 1-1 ||| 94 2
-! - ||| ! - I do ||| 0.0775352 ||| 0-0 1-1 ||| 94 1
-! - ||| ! - I ||| 0.0775352 ||| 0-0 1-1 ||| 94 1
-! - ||| ! - of ||| 0.0775352 ||| 0-0 1-1 ||| 94 1
-! - ||| ! - ||| 0.0775352 ||| 0-0 1-1 ||| 94 34
-! - ||| ! ||| 0.0775352 ||| 0-0 ||| 94 2
-! - ||| ! – ||| 0.0775352 ||| 0-0 1-1 ||| 94 1
-! - ||| , - ||| 1 ||| 0-0 1-1 ||| 94 1
-! - ||| , and ||| 1 ||| 0-0 1-1 ||| 94 2
-! - ||| , mind you - ||| 1 ||| 0-0 1-3 ||| 94 1
-! - ||| , one ||| 1 ||| 0-0 1-1 ||| 94 1
-! - ||| , ||| 1 ||| 0-0 1-0 ||| 94 7
-! - ||| - ||| 1 ||| 0-0 1-0 ||| 94 20
-! - ||| . at ||| 1 ||| 0-0 1-1 ||| 94 1
-! - ||| . indeed ||| 1 ||| 0-0 ||| 94 1
-! - ||| . ||| 1 ||| 0-0 ||| 94 3
-! - ||| ? - ||| 1 ||| 0-0 1-1 ||| 94 1
-! - ||| emphasize , ||| 1 ||| 0-0 1-1 ||| 94 1
-! - ||| indeed . ||| 1 ||| 0-1 ||| 94 1
-! - ||| is , ||| 1 ||| 0-1 1-1 ||| 94 1
-! - ||| it - ||| 1 ||| 0-0 1-1 ||| 94 1
-! - ||| it everybody - ||| 1 ||| 0-0 1-2 ||| 94 1
-! - ||| one ||| 1 ||| 0-0 ||| 94 1
-! - ||| sake , ||| 1 ||| 0-1 1-1 ||| 94 1
-! - ||| surprise ! - ||| 0.0775352 ||| 0-1 1-2 ||| 94 1
-! - ||| the ||| 1 ||| 0-0 ||| 94 1
-! - ||| want . ||| 1 ||| 0-1 ||| 94 1
-! - ||| we ||| 1 ||| 0-0 ||| 94 1
-! - ||| would be ||| 1 ||| 0-0 ||| 94 1
-! - ||| would emphasize , ||| 1 ||| 0-1 1-2 ||| 94 1
-! - ||| would ||| 1 ||| 0-0 ||| 94 1
-! - über 10 Milliarden dänische ||| it everybody - over 10 billion Danish ||| 1 ||| 0-0 1-2 2-3 3-4 4-5 5-6 ||| 1 1
-! - über 10 Milliarden ||| it everybody - over 10 billion ||| 1 ||| 0-0 1-2 2-3 3-4 4-5 ||| 1 1
-! - über 10 ||| it everybody - over 10 ||| 1 ||| 0-0 1-2 2-3 3-4 ||| 1 1
-! - über ||| it everybody - over ||| 1 ||| 0-0 1-2 2-3 ||| 1 1
-! . ||| ! ||| 0.0390177 ||| 0-0 1-0 ||| 9 3
-! . ||| . ||| 1 ||| 0-0 1-0 ||| 9 2
-! . ||| in this . ||| 1 ||| 0-1 0-2 1-2 ||| 9 1
-! . ||| misunderstandings . ||| 1 ||| 0-0 1-1 ||| 9 1
-! . ||| point . ||| 1 ||| 0-0 0-1 1-1 ||| 9 1
-! . ||| this . ||| 1 ||| 0-0 0-1 1-1 ||| 9 1
-! ... und , hier war ich ||| ! ... ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! ... und , hier war ||| ! ... ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! ... und , hier ||| ! ... ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! ... und , ||| ! ... ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! ... und ||| ! ... ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! ... ||| ! ... ||| 0.0775352 ||| 0-0 1-1 ||| 3 3
-! 100 Mio. ECU ||| ! ECU 100 m ||| 0.0775352 ||| 0-0 3-1 1-2 2-3 ||| 1 1
-! 14,5 % Feuchte ist ||| ! 14.5 % is ||| 0.0733998 ||| 0-0 1-1 3-1 2-2 4-3 ||| 1 1
-! 14,5 % Feuchte ||| ! 14.5 % ||| 0.0733998 ||| 0-0 1-1 3-1 2-2 ||| 1 1
-! 173 Auftragsmorde seit 1990 ||| ! 173 contract killings since 1990 ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1 1
-! 173 Auftragsmorde seit 1990 – ||| ! 173 contract killings since 1990 – ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1 1
-! 173 Auftragsmorde seit ||| ! 173 contract killings since ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! 173 Auftragsmorde ||| ! 173 contract killings ||| 0.0775352 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! 173 ||| ! 173 ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! 1962 haben sie dies ||| ! in 1962 , did they not ||| 0.0775352 ||| 0-0 1-1 1-2 2-4 3-5 ||| 2 1
-! 1962 haben sie dies ||| ! in 1962 , did they ||| 0.0775352 ||| 0-0 1-1 1-2 2-4 3-5 ||| 2 1
-! 1962 haben sie ||| ! in 1962 , did they not ||| 0.0775352 ||| 0-0 1-1 1-2 2-4 3-5 ||| 2 1
-! 1962 haben sie ||| ! in 1962 , did they ||| 0.0775352 ||| 0-0 1-1 1-2 2-4 3-5 ||| 2 1
-! 1962 haben ||| ! in 1962 , did ||| 0.0775352 ||| 0-0 1-1 1-2 2-4 ||| 1 1
-! 1962 ||| ! in 1962 , ||| 0.0775352 ||| 0-0 1-1 1-2 ||| 2 1
-! 1962 ||| ! in 1962 ||| 0.0775352 ||| 0-0 1-1 1-2 ||| 2 1
-! 1991 habe ich ||| , in 1991 , I joined ||| 1 ||| 0-0 1-1 1-2 3-4 2-5 ||| 1 1
-! 1991 ||| , in 1991 , ||| 1 ||| 0-0 1-1 1-2 ||| 2 1
-! 1991 ||| , in 1991 ||| 1 ||| 0-0 1-1 1-2 ||| 2 1
-! 1996 haben vier Millionen Menschen ||| ! in 1996 , four million people ||| 0.0775352 ||| 0-0 1-1 1-2 2-3 3-4 4-5 5-6 ||| 1 1
-! 1996 haben vier Millionen ||| ! in 1996 , four million ||| 0.0775352 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1 1
-! 1996 haben vier ||| ! in 1996 , four ||| 0.0775352 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1 1
-! 1996 haben ||| ! in 1996 , ||| 0.0775352 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! 1996 ||| ! in 1996 ||| 0.0775352 ||| 0-0 1-1 1-2 ||| 1 1
-! 20 % des ||| . twenty per cent of the territory ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 3-5 ||| 2 1
-! 20 % des ||| . twenty per cent of the ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 3-5 ||| 2 1
-! 20 % ||| . twenty per cent ||| 1 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! 20 Prozent der jungen Frauen ||| . 20 % of young women ||| 0.529412 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! 20 Prozent der jungen ||| . 20 % of young ||| 0.529412 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! 20 Prozent der ||| . 20 % of ||| 0.529412 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! 20 Prozent ||| . 20 % ||| 0.529412 ||| 0-0 1-1 2-2 ||| 1 1
-! 20 ||| . 20 ||| 1 ||| 0-0 1-1 ||| 2 1
-! 20 ||| . twenty ||| 1 ||| 0-0 1-1 ||| 2 1
-! 2002 wird ein entscheidendes Jahr ||| , 2002 will be a crucial year ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1 1
-! 2002 wird ein entscheidendes ||| , 2002 will be a crucial ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1 1
-! 2002 wird ein ||| , 2002 will be a ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! 2002 wird ||| , 2002 will be ||| 1 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! 2002 ||| , 2002 ||| 1 ||| 0-0 1-1 ||| 1 1
-! 2003 ||| 2003 ||| 1 ||| 1-0 ||| 1 1
-! 2004 war die UKIP die einzige ||| ! ||| 0.0388843 ||| 0-0 1-0 ||| 1 1
-! 2004 war die UKIP die ||| ! ||| 0.0388843 ||| 0-0 1-0 ||| 1 1
-! 2004 war die UKIP ||| ! ||| 0.0388843 ||| 0-0 1-0 ||| 1 1
-! 2004 war die ||| ! ||| 0.0388843 ||| 0-0 1-0 ||| 1 1
-! 2004 war ||| ! ||| 0.0388843 ||| 0-0 1-0 ||| 2 1
-! 2004 war ||| , 2004 was ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! 2004 ||| ! 2004 may ||| 0.0775352 ||| 0-0 1-1 ||| 4 1
-! 2004 ||| ! 2004 ||| 0.0775352 ||| 0-0 1-1 ||| 4 1
-! 2004 ||| ! ||| 0.0388843 ||| 0-0 1-0 ||| 4 1
-! 2004 ||| , 2004 ||| 1 ||| 0-0 1-1 ||| 4 1
-! 2005 war ||| , 2005 has ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! 2005 wird ||| , 2005 will ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! 2005 ||| , 2005 ||| 1 ||| 0-0 1-1 ||| 2 2
-! 2010 ist eigentlich schon morgen ||| , 2010 is just round the corner ||| 1 ||| 0-0 1-1 2-2 3-3 4-3 4-4 5-6 ||| 1 1
-! 2010 ist eigentlich schon ||| , 2010 is just round the ||| 1 ||| 0-0 1-1 2-2 3-3 4-3 4-4 ||| 2 1
-! 2010 ist eigentlich schon ||| , 2010 is just round ||| 1 ||| 0-0 1-1 2-2 3-3 4-3 4-4 ||| 2 1
-! 2010 ist ||| , 2010 is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! 2010 ||| , 2010 ||| 1 ||| 0-0 1-1 ||| 1 1
-! 91 % gehen an Rechtsinhaber , ||| the other 91 % goes to holders ||| 0.946664 ||| 0-0 1-2 2-3 3-4 4-5 5-6 ||| 1 1
-! 91 % gehen an Rechtsinhaber ||| the other 91 % goes to holders ||| 0.946664 ||| 0-0 1-2 2-3 3-4 4-5 5-6 ||| 1 1
-! 91 % gehen an ||| the other 91 % goes to ||| 0.946664 ||| 0-0 1-2 2-3 3-4 4-5 ||| 1 1
-! 91 % gehen ||| the other 91 % goes ||| 0.946664 ||| 0-0 1-2 2-3 3-4 ||| 1 1
-! 91 % ||| the other 91 % ||| 0.946664 ||| 0-0 1-2 2-3 ||| 1 1
-! 91 ||| the other 91 ||| 1 ||| 0-0 1-2 ||| 1 1
-! 99 % ||| 99 % ||| 0.946664 ||| 1-0 2-1 ||| 1 1
-! 99 ||| 99 ||| 1 ||| 1-0 ||| 1 1
-! ; und aus Angola , Dom ||| ! ; and from Angola , Dom ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! ; und aus Angola , ||| ! ; and from Angola , ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! ; und aus Angola ||| ! ; and from Angola ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! ; und aus ||| ! ; and from ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! ; und ||| ! ; and ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 1 1
-! ; ||| ! ; ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! ? " ||| ? " ||| 0.118338 ||| 1-0 2-1 ||| 1 1
-! ? ? ||| ! ||| 0.0265065 ||| 0-0 1-0 2-0 ||| 2 1
-! ? ? ||| ! ’ ||| 0.0265065 ||| 0-0 1-0 2-0 ||| 2 1
-! ? Inshaallah . ' ||| , ' inshallah ' . ||| 0.545017 ||| 0-0 2-1 1-2 2-2 4-3 3-4 ||| 1 1
-! ? Inshaallah ||| , ' inshallah ||| 1 ||| 0-0 2-1 1-2 2-2 ||| 1 1
-! ? ||| . ' ||| 0.0032785 ||| 0-0 1-1 ||| 3 1
-! ? ||| ? ! ||| 0.0775352 ||| 1-0 0-1 ||| 3 1
-! ? ||| ? ||| 1 ||| 1-0 ||| 3 1
-! Airbus ist eine europäische Erfolgsgeschichte ||| , Airbus is a European success story ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1 1
-! Airbus ist eine europäische ||| , Airbus is a European ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Airbus ist eine ||| , Airbus is a ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Airbus ist ||| , Airbus is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Airbus ||| , Airbus ||| 1 ||| 0-0 1-1 ||| 1 1
-! Algerien ist schwerkrank ||| , Algeria is a very ill country ||| 1 ||| 0-0 1-1 2-2 3-4 ||| 3 1
-! Algerien ist schwerkrank ||| , Algeria is a very ill ||| 1 ||| 0-0 1-1 2-2 3-4 ||| 3 1
-! Algerien ist schwerkrank ||| , Algeria is a very ||| 1 ||| 0-0 1-1 2-2 3-4 ||| 3 1
-! Algerien ist ||| , Algeria is a ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Algerien ist ||| , Algeria is ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Algerien ||| , Algeria ||| 1 ||| 0-0 1-1 ||| 1 1
-! Alkoholkonsum ist eine Gewohnheit , die ||| , alcohol consumption is a habit ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1 1
-! Alkoholkonsum ist eine Gewohnheit , ||| , alcohol consumption is a habit ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1 1
-! Alkoholkonsum ist eine Gewohnheit ||| , alcohol consumption is a habit ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1 1
-! Alkoholkonsum ist eine ||| , alcohol consumption is a ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1 1
-! Alkoholkonsum ist ||| , alcohol consumption is ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Alkoholkonsum ||| , alcohol consumption ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Anfang Juli hat sich Filip ||| , at the beginning of July Filip ||| 1 ||| 0-0 1-1 1-2 1-3 2-5 5-6 ||| 1 1
-! Anfang Juli hat sich ||| , at the beginning of July ||| 1 ||| 0-0 1-1 1-2 1-3 2-5 ||| 1 1
-! Anfang Juli hat ||| , at the beginning of July ||| 1 ||| 0-0 1-1 1-2 1-3 2-5 ||| 1 1
-! Anfang Juli ||| , at the beginning of July ||| 1 ||| 0-0 1-1 1-2 1-3 2-5 ||| 1 1
-! Anfang dieses Jahres haben sich die ||| , earlier this year the ||| 1 ||| 0-0 1-1 2-2 3-3 6-4 ||| 1 1
-! Anfang dieses Jahres haben sich ||| , earlier this year ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Anfang dieses Jahres haben ||| , earlier this year ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Anfang dieses Jahres ||| , earlier this year ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Anfang dieses ||| , earlier this ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Anfang ||| , at the beginning of ||| 1 ||| 0-0 1-1 1-2 1-3 ||| 3 1
-! Anfang ||| , at the beginning ||| 1 ||| 0-0 1-1 1-2 1-3 ||| 3 1
-! Anfang ||| , earlier ||| 1 ||| 0-0 1-1 ||| 3 1
-! Anlass ||| , the occasion ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Armut hat ||| , poverty has ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Armut und soziale Ausgrenzung ||| , poverty and social exclusion ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Armut und soziale ||| , poverty and social ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Armut und ||| , poverty and ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Armut ||| , poverty ||| 1 ||| 0-0 1-1 ||| 2 2
-! Aufgabe der Konferenz von Bali ||| , the remit of the Bali Conference ||| 1 ||| 0-0 1-2 2-3 2-4 4-5 5-5 3-6 ||| 1 1
-! Aufgabe der ||| , the remit of the ||| 1 ||| 0-0 1-2 2-3 2-4 ||| 1 1
-! Aufgabe ||| , the remit ||| 1 ||| 0-0 1-2 ||| 1 1
-! Aus- und Fortbildung wird ||| , training and education will be a ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 2 1
-! Aus- und Fortbildung wird ||| , training and education will be ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 2 1
-! Aus- und Fortbildung ||| , training and education ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Aus- und ||| , training and ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Aus- ||| , training ||| 1 ||| 0-0 1-1 ||| 1 1
-! Außenpolitik muß ||| and gentlemen , foreign policy needs to ||| 1 ||| 0-1 0-2 1-3 1-4 2-5 2-6 ||| 2 1
-! Außenpolitik muß ||| gentlemen , foreign policy needs to ||| 1 ||| 0-0 0-1 1-2 1-3 2-4 2-5 ||| 2 1
-! Außenpolitik ||| , ladies and gentlemen , foreign policy ||| 1 ||| 0-3 0-4 1-5 1-6 ||| 4 1
-! Außenpolitik ||| and gentlemen , foreign policy ||| 1 ||| 0-1 0-2 1-3 1-4 ||| 4 1
-! Außenpolitik ||| gentlemen , foreign policy ||| 1 ||| 0-0 0-1 1-2 1-3 ||| 4 1
-! Außenpolitik ||| ladies and gentlemen , foreign policy ||| 1 ||| 0-2 0-3 1-4 1-5 ||| 4 1
-! Beifall an den tschechischen ||| , let us applaud the Czech ||| 1 ||| 0-0 0-1 0-2 1-3 3-4 4-5 ||| 1 1
-! Beifall an den ||| , let us applaud the ||| 1 ||| 0-0 0-1 0-2 1-3 3-4 ||| 1 1
-! Beifall an ||| , let us applaud ||| 1 ||| 0-0 0-1 0-2 1-3 ||| 1 1
-! Beifall ||| , let us applaud ||| 1 ||| 0-0 0-1 0-2 1-3 ||| 1 1
-! Belarus gehörte im Laufe der Geschichte ||| , throughout history , Belarus has belonged ||| 1 ||| 3-1 4-1 6-2 0-3 1-4 2-5 2-6 ||| 2 1
-! Belarus gehörte im Laufe der Geschichte ||| throughout history , Belarus has belonged ||| 1 ||| 3-0 4-0 6-1 0-2 1-3 2-4 2-5 ||| 2 1
-! Belarus gehörte ||| , Belarus has belonged ||| 1 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! Belarus ||| , Belarus ||| 1 ||| 0-0 1-1 ||| 1 1
-! Belgien hat offenbar ||| , it does seem that Belgium has ||| 1 ||| 0-0 3-1 3-2 3-3 3-4 1-5 2-6 ||| 1 1
-! Beschäftigungspolitik und soziale Sicherheit gehören ||| , employment policy and social security go ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 5-6 ||| 1 1
-! Beschäftigungspolitik und soziale Sicherheit ||| , employment policy and social security ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1 1
-! Beschäftigungspolitik und soziale ||| , employment policy and social ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1 1
-! Beschäftigungspolitik und ||| , employment policy and ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Beschäftigungspolitik ||| , employment policy ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Betriebsstilllegungen wie jetzt in ||| , plant closures like this one in ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-6 ||| 1 1
-! Betriebsstilllegungen wie jetzt ||| , plant closures like this one ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 2 1
-! Betriebsstilllegungen wie jetzt ||| , plant closures like this ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 2 1
-! Betriebsstilllegungen wie ||| , plant closures like ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Betriebsstilllegungen ||| , plant closures ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Beziehungen zu Nachbarn sind ||| , links with neighbours are ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Beziehungen zu Nachbarn ||| , links with neighbours ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Beziehungen zu ||| , links with ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Beziehungen ||| , links ||| 1 ||| 0-0 1-1 ||| 1 1
-! Bezug ||| the ||| 1 ||| 0-0 ||| 1 1
-! Biozide , das sind Produkte , ||| , biocides are products that ||| 1 ||| 0-0 2-0 1-1 4-2 5-3 6-4 ||| 1 1
-! Biozide , das sind Produkte ||| , biocides are products ||| 1 ||| 0-0 2-0 1-1 4-2 5-3 ||| 1 1
-! Biozide , das sind ||| , biocides are ||| 1 ||| 0-0 2-0 1-1 4-2 ||| 1 1
-! Biozide , das ||| , biocides ||| 1 ||| 0-0 2-0 1-1 ||| 1 1
-! Biozide , ||| , biocides ||| 1 ||| 0-0 2-0 1-1 ||| 1 1
-! Birma ||| , Burma ||| 1 ||| 0-0 1-1 ||| 1 1
-! Bosnien-Herzegowina ist im Grunde ||| , Bosnia-Herzegovina is , in fact , ||| 1 ||| 0-0 1-1 2-2 3-4 4-5 4-6 ||| 1 1
-! Bosnien-Herzegowina ist im ||| , Bosnia-Herzegovina is , in ||| 1 ||| 0-0 1-1 2-2 3-4 ||| 1 1
-! Bosnien-Herzegowina ist ||| , Bosnia-Herzegovina is , ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Bosnien-Herzegowina ist ||| , Bosnia-Herzegovina is ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Bosnien-Herzegowina ||| , Bosnia-Herzegovina ||| 1 ||| 0-0 1-1 ||| 1 1
-! Bovine spongiforme Enzephalopathie , Dioxin , ||| , bovine spongiform encephalopathy , dioxin , ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Bovine spongiforme Enzephalopathie , Dioxin ||| , bovine spongiform encephalopathy , dioxin ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Bovine spongiforme Enzephalopathie , ||| , bovine spongiform encephalopathy , ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Bovine spongiforme Enzephalopathie ||| , bovine spongiform encephalopathy ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Bovine spongiforme ||| , bovine spongiform ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Bovine ||| , bovine ||| 1 ||| 0-0 1-1 ||| 1 1
-! Burma taucht regelmäßig als Thema ||| , Burma is a regular theme ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 ||| 1 1
-! Burma taucht regelmäßig als ||| , Burma is a regular ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 ||| 1 1
-! Burma taucht ||| , Burma is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Burma ||| , Burma ||| 1 ||| 0-0 1-1 ||| 1 1
-! Bücher sind ein wichtiges Medium ||| , books are an important instrument ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Bücher sind ein wichtiges ||| , books are an important ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Bücher sind ein ||| , books are an ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Bücher sind ||| , books are ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Bücher ||| , books ||| 1 ||| 0-0 1-1 ||| 1 1
-! Cancún ist ebenso ein Misserfolg wie ||| , Cancún was a failure just like ||| 1 ||| 0-0 1-1 2-2 4-3 5-4 6-5 6-6 ||| 1 1
-! Cancún ist ebenso ein Misserfolg ||| , Cancún was a failure ||| 1 ||| 0-0 1-1 2-2 4-3 5-4 ||| 1 1
-! Cancún ist ebenso ein ||| , Cancún was a ||| 1 ||| 0-0 1-1 2-2 4-3 ||| 1 1
-! Cancún ist ebenso ||| , Cancún was ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Cancún ist ||| , Cancún was ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Cancún ||| , Cancún ||| 1 ||| 0-0 1-1 ||| 1 1
-! Chaos , wie es vom ||| ' to the chaos that the ||| 1 ||| 0-2 1-3 2-4 4-4 5-5 ||| 4 1
-! Chaos , wie es vom ||| no ' to the chaos that the ||| 1 ||| 0-3 1-4 2-5 4-5 5-6 ||| 4 1
-! Chaos , wie es vom ||| the chaos that the ||| 1 ||| 0-0 1-1 2-2 4-2 5-3 ||| 4 1
-! Chaos , wie es vom ||| to the chaos that the ||| 1 ||| 0-1 1-2 2-3 4-3 5-4 ||| 4 1
-! Chaos , wie es ||| ' no ' to the chaos that ||| 1 ||| 0-4 1-5 2-6 4-6 ||| 5 1
-! Chaos , wie es ||| ' to the chaos that ||| 1 ||| 0-2 1-3 2-4 4-4 ||| 5 1
-! Chaos , wie es ||| no ' to the chaos that ||| 1 ||| 0-3 1-4 2-5 4-5 ||| 5 1
-! Chaos , wie es ||| the chaos that ||| 1 ||| 0-0 1-1 2-2 4-2 ||| 5 1
-! Chaos , wie es ||| to the chaos that ||| 1 ||| 0-1 1-2 2-3 4-3 ||| 5 1
-! Chaos ||| ' no ' to the chaos ||| 1 ||| 0-4 1-5 ||| 5 1
-! Chaos ||| ' to the chaos ||| 1 ||| 0-2 1-3 ||| 5 1
-! Chaos ||| no ' to the chaos ||| 1 ||| 0-3 1-4 ||| 5 1
-! Chaos ||| the chaos ||| 1 ||| 0-0 1-1 ||| 5 1
-! Chaos ||| to the chaos ||| 1 ||| 0-1 1-2 ||| 5 1
-! Clearing und Abrechnung sind ein wesentliches ||| , clearing and settlement are an essential ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Clearing und Abrechnung sind ein ||| , clearing and settlement are an ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Clearing und Abrechnung sind ||| , clearing and settlement are ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Clearing und Abrechnung ||| , clearing and settlement ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Clearing und ||| , clearing and ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Clearing ||| , clearing ||| 1 ||| 0-0 1-1 ||| 1 1
-! Dank an Constanze ||| I am obliged to ||| 1 ||| 0-0 1-1 1-2 3-2 2-3 ||| 1 1
-! Dank der Arbeit Ihres ||| , thanks to the work of your ||| 1 ||| 0-0 1-1 2-3 3-4 4-5 4-6 ||| 1 1
-! Dank der Arbeit ||| , thanks to the work ||| 1 ||| 0-0 1-1 2-3 3-4 ||| 1 1
-! Dank der ||| , thanks to the ||| 1 ||| 0-0 1-1 2-3 ||| 1 1
-! Dank ||| , thanks to ||| 1 ||| 0-0 1-1 ||| 2 1
-! Dank ||| , thanks ||| 1 ||| 0-0 1-1 ||| 2 1
-! Dogan gehört zu den Köpfen ||| , Dogan is one of the heads ||| 1 ||| 0-0 1-1 2-2 2-3 3-3 4-5 5-6 ||| 1 1
-! Dogan gehört zu den ||| , Dogan is one of the ||| 1 ||| 0-0 1-1 2-2 2-3 3-3 4-5 ||| 1 1
-! Dogan gehört zu ||| , Dogan is one of ||| 1 ||| 0-0 1-1 2-2 2-3 3-3 ||| 2 1
-! Dogan gehört zu ||| , Dogan is one ||| 1 ||| 0-0 1-1 2-2 2-3 3-3 ||| 2 1
-! Dogan ||| , Dogan ||| 1 ||| 0-0 1-1 ||| 1 1
-! Doris Pack hat ||| , Mrs Pack has ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Doris Pack ||| , Mrs Pack ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Doris ||| , Mrs ||| 1 ||| 0-0 1-1 ||| 1 1
-! Echelon existiert ||| , ECHELON exists , as has already ||| 1 ||| 0-0 1-1 2-2 ||| 5 1
-! Echelon existiert ||| , ECHELON exists , as has ||| 1 ||| 0-0 1-1 2-2 ||| 5 1
-! Echelon existiert ||| , ECHELON exists , as ||| 1 ||| 0-0 1-1 2-2 ||| 5 1
-! Echelon existiert ||| , ECHELON exists , ||| 1 ||| 0-0 1-1 2-2 ||| 5 1
-! Echelon existiert ||| , ECHELON exists ||| 1 ||| 0-0 1-1 2-2 ||| 5 1
-! Echelon ||| , ECHELON ||| 1 ||| 0-0 1-1 ||| 1 1
-! Emissionsrechte sind keine ||| , emission allowances are not ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1 1
-! Emissionsrechte sind ||| , emission allowances are ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Emissionsrechte ||| , emission allowances ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Energie stellt einen entscheidenden Faktor in ||| , energy is a crucial factor as ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Energie stellt einen entscheidenden Faktor ||| , energy is a crucial factor ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Energie stellt einen entscheidenden ||| , energy is a crucial ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Energie stellt einen ||| , energy is a ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Energie stellt ||| , energy is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Energie ||| , energy ||| 1 ||| 0-0 1-1 ||| 1 1
-! Energieabhängigkeit ist das Thema Nummer eins ||| , energy dependence is priority number one ||| 1 ||| 0-0 1-1 1-2 2-3 4-4 5-4 5-5 6-6 ||| 1 1
-! Energieabhängigkeit ist das Thema Nummer ||| , energy dependence is priority number ||| 1 ||| 0-0 1-1 1-2 2-3 4-4 5-4 5-5 ||| 1 1
-! Energieabhängigkeit ist das ||| , energy dependence is ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Energieabhängigkeit ist ||| , energy dependence is ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Energieabhängigkeit ||| , energy dependence ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Entschuldigung , ||| , and I apologise ||| 1 ||| 0-0 1-3 ||| 4 1
-! Entschuldigung , ||| of the tongue , and I apologise ||| 1 ||| 0-3 1-6 ||| 4 1
-! Entschuldigung , ||| the tongue , and I apologise ||| 1 ||| 0-2 1-5 ||| 4 1
-! Entschuldigung , ||| tongue , and I apologise ||| 1 ||| 0-1 1-4 ||| 4 1
-! Entschuldigung ||| , and I apologise ||| 1 ||| 0-0 1-3 ||| 4 1
-! Entschuldigung ||| of the tongue , and I apologise ||| 1 ||| 0-3 1-6 ||| 4 1
-! Entschuldigung ||| the tongue , and I apologise ||| 1 ||| 0-2 1-5 ||| 4 1
-! Entschuldigung ||| tongue , and I apologise ||| 1 ||| 0-1 1-4 ||| 4 1
-! Entwicklungszusammenarbeit und Handel sind ||| , development cooperation and trade are ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1 1
-! Entwicklungszusammenarbeit und Handel ||| , development cooperation and trade ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1 1
-! Entwicklungszusammenarbeit und ||| , development cooperation and ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Entwicklungszusammenarbeit ||| , development cooperation ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Erfahrungen sind nicht wirklichkeitsfremd ||| , there is nothing fanciful about experience ||| 1 ||| 0-0 2-2 3-3 4-4 4-5 1-6 ||| 1 1
-! Erzeugnisse aus den besetzten Gebieten sind ||| , products from the Occupied Territories are ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Erzeugnisse aus den besetzten Gebieten ||| , products from the Occupied Territories ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Erzeugnisse aus den besetzten ||| , products from the Occupied ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Erzeugnisse aus den ||| , products from the ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Erzeugnisse aus ||| , products from ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Erzeugnisse ||| , products ||| 1 ||| 0-0 1-1 ||| 1 1
-! Europa befindet sich gegenwärtig in einer ||| , Europe is currently going through a ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 5-5 6-6 ||| 1 1
-! Europa befindet sich gegenwärtig in ||| , Europe is currently going through ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 5-5 ||| 1 1
-! Europa befindet sich gegenwärtig ||| , Europe is currently going ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 ||| 2 1
-! Europa befindet sich gegenwärtig ||| , Europe is currently ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 ||| 2 1
-! Europa befindet sich ||| , Europe is ||| 1 ||| 0-0 1-1 2-2 3-2 ||| 1 1
-! Europa hat ||| , Europe has ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Europa ist ein großes Ideal : ||| , Europe is a great ideal : ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Europa ist ein großes Ideal ||| , Europe is a great ideal ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Europa ist ein großes ||| , Europe is a great ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Europa ist ein ||| , Europe is a ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Europa ist ||| , Europe is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Europa muss ||| , Europe must ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Europa und das Europäische Parlament ||| , Europe and the European Parliament ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Europa und das Europäische ||| , Europe and the European ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Europa und das ||| , Europe and the ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Europa und ||| , Europe and ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Europa unter Wasser , Europa im ||| , Europe under water , Europe under ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Europa unter Wasser , Europa ||| , Europe under water , Europe ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Europa unter Wasser , ||| , Europe under water , ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Europa unter Wasser ||| , Europe under water ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Europa unter ||| , Europe under ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Europa verdient Besseres als dieses ||| , Europeans deserve more than the ||| 1 ||| 0-0 1-1 2-2 3-2 3-3 4-4 5-5 ||| 1 1
-! Europa verdient Besseres als ||| , Europeans deserve more than ||| 1 ||| 0-0 1-1 2-2 3-2 3-3 4-4 ||| 1 1
-! Europa verdient Besseres ||| , Europeans deserve more ||| 1 ||| 0-0 1-1 2-2 3-2 3-3 ||| 1 1
-! Europa wurde gebeten ||| , Europe has been asked ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! Europa wurde ||| , Europe has been ||| 1 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! Europa ||| , Europe ||| 1 ||| 0-0 1-1 ||| 8 7
-! Europa ||| , Europeans ||| 1 ||| 0-0 1-1 ||| 8 1
-! Europas Zukunft ist in hohem Maße ||| that Europe 's future is largely ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 5-5 6-5 ||| 1 1
-! Europas Zukunft ist in ||| that Europe 's future is ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1 1
-! Europas Zukunft ist ||| that Europe 's future is ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1 1
-! Europas Zukunft ||| that Europe 's future ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Europas modernisierte Industriepolitik , ||| , Europe 's updated industrial policy , ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 4-6 ||| 1 1
-! Europas modernisierte Industriepolitik ||| , Europe 's updated industrial policy ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1 1
-! Europas modernisierte ||| , Europe 's updated ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Europas ||| , Europe 's ||| 1 ||| 0-0 1-1 1-2 ||| 2 1
-! Europas ||| that Europe 's ||| 1 ||| 0-0 1-1 1-2 ||| 2 1
-! Europäische Solidarität wird greifbar ||| , European solidarity is within our grasp ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 4-5 4-6 ||| 1 1
-! Europäische Solidarität wird ||| , European solidarity is ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Europäische Solidarität ||| , European solidarity ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Europäische ||| , European ||| 1 ||| 0-0 1-1 ||| 1 1
-! Feinstaubemissionen ||| , particulate-matter emissions ||| 1 ||| 0-0 0-1 1-1 1-2 ||| 4 1
-! Feinstaubemissionen ||| Commission , particulate-matter emissions ||| 1 ||| 0-1 0-2 1-2 1-3 ||| 4 1
-! Feinstaubemissionen ||| of the Commission , particulate-matter emissions ||| 1 ||| 0-3 0-4 1-4 1-5 ||| 4 1
-! Feinstaubemissionen ||| the Commission , particulate-matter emissions ||| 1 ||| 0-2 0-3 1-3 1-4 ||| 4 1
-! Finnland hat ||| , Finland is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Finnland ||| , Finland ||| 1 ||| 0-0 1-1 ||| 2 2
-! Finnland übernimmt ||| , Finland is taking over ||| 1 ||| 0-0 1-1 2-2 2-3 2-4 ||| 1 1
-! Francis Bacon hat gesagt : " ||| , Francis Bacon said that whoever ||| 1 ||| 0-0 1-1 2-2 5-2 6-2 3-3 4-3 5-4 ||| 2 1
-! Francis Bacon hat gesagt : " ||| , Francis Bacon said that ||| 1 ||| 0-0 1-1 2-2 5-2 6-2 3-3 4-3 5-4 ||| 2 1
-! Francis ||| , Francis ||| 1 ||| 0-0 1-1 ||| 1 1
-! Frau Angelilli führte aus , daß ||| Representative , Mrs Angelilli commented that ||| 1 ||| 0-0 0-1 1-2 2-3 3-3 2-4 5-5 6-5 ||| 1 1
-! Frau Angelilli führte aus ||| Representative , Mrs Angelilli commented ||| 1 ||| 0-0 0-1 1-2 2-3 3-3 2-4 ||| 1 1
-! Frau Angelilli führte ||| Representative , Mrs Angelilli commented ||| 1 ||| 0-0 0-1 1-2 2-3 3-3 2-4 ||| 1 1
-! Frau Doyle hat bei ||| , as Mrs Doyle has ||| 1 ||| 0-0 4-1 1-2 2-3 3-4 ||| 1 1
-! Frau Ferrero-Waldner kann an ||| , Mrs Ferrero-Waldner is unable to ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 1 1
-! Frau Ferrero-Waldner kann ||| , Mrs Ferrero-Waldner is unable ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1 1
-! Frau Ferrero-Waldner ||| , Mrs Ferrero-Waldner ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Frau Flautre , ||| , Mrs Flautre ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Frau Flautre ||| , Mrs Flautre ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Frau Kommissarin , ||| ; Commissioner , ||| 1 ||| 0-0 1-1 2-1 3-2 ||| 1 1
-! Frau Kommissarin Wallström hat am Ende ||| , Commissioner Wallström ended ||| 1 ||| 0-0 1-1 2-1 3-2 4-3 5-3 6-3 ||| 1 1
-! Frau Kommissarin Wallström ||| , Commissioner Wallström ||| 1 ||| 0-0 1-1 2-1 3-2 ||| 1 1
-! Frau Kommissarin ||| , Commissioner ||| 1 ||| 0-0 1-1 2-1 ||| 2 1
-! Frau Kommissarin ||| ; Commissioner ||| 1 ||| 0-0 1-1 2-1 ||| 2 1
-! Frau Martens hat ||| , Mrs Martens has ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Frau Martens ||| , Mrs Martens ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Frau Plooij-van Gorsel zeichnet ein ||| , Mrs Plooij-van Gorsel is painting a ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 4-5 5-6 ||| 1 1
-! Frau Plooij-van Gorsel zeichnet ||| , Mrs Plooij-van Gorsel is painting ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 4-5 ||| 1 1
-! Frau Plooij-van Gorsel ||| , Mrs Plooij-van Gorsel ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Frau Plooij-van ||| , Mrs Plooij-van ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Frau Torres Marques hat sehr ||| , Mrs Torres Marques has done an ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-6 ||| 1 1
-! Frau Torres Marques hat ||| , Mrs Torres Marques has done ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! Frau Torres Marques hat ||| , Mrs Torres Marques has ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! Frau Torres Marques ||| , Mrs Torres Marques ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Frau Torres ||| , Mrs Torres ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Frau in ' t Veld hat ||| , Mrs in ' t Veld is ||| 0.545017 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Frau in ' t Veld ||| , Mrs in ' t Veld ||| 0.545017 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Frau in ' t ||| , Mrs in ' t ||| 0.545017 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Frau in ' ||| , Mrs in ' ||| 0.545017 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Frau in ||| , Mrs in ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Frau ||| , Mrs ||| 1 ||| 0-0 1-1 ||| 7 6
-! Frau ||| Representative , Mrs ||| 1 ||| 0-0 0-1 1-2 ||| 7 1
-! Galileo könnte auch den Untertitel " ||| , Galileo could also be subtitled ' ||| 0.579445 ||| 0-0 1-1 2-2 3-3 5-4 4-5 5-5 6-6 ||| 1 1
-! Galileo könnte auch den Untertitel ||| , Galileo could also be subtitled ||| 1 ||| 0-0 1-1 2-2 3-3 5-4 4-5 5-5 ||| 1 1
-! Galileo könnte auch ||| , Galileo could also ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Galileo könnte ||| , Galileo could ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Galileo ||| , Galileo ||| 1 ||| 0-0 1-1 ||| 1 1
-! General de Gaulle sagte ||| , General de Gaulle said ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! General de Gaulle sagte über Valéry ||| , General de Gaulle said of Valéry ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! General de Gaulle sagte über ||| , General de Gaulle said of ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! General de Gaulle ||| , General de Gaulle ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! General de ||| , General de ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! General ||| , General ||| 1 ||| 0-0 1-1 ||| 1 1
-! Genozid ist auch , wenn ||| : it is also genocide to deprive ||| 1 ||| 0-0 2-2 3-3 1-4 4-5 5-6 ||| 1 1
-! Genozid ist auch , ||| : it is also genocide to ||| 1 ||| 0-0 2-2 3-3 1-4 4-5 ||| 1 1
-! Genozid ist auch ||| : it is also genocide ||| 1 ||| 0-0 2-2 3-3 1-4 ||| 1 1
-! Gesundheit und Verbraucherschutz sind zwei ||| , health and consumer protection are two ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 5-6 ||| 1 1
-! Gesundheit und Verbraucherschutz sind ||| , health and consumer protection are ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 1 1
-! Gesundheit und Verbraucherschutz ||| , health and consumer protection ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1 1
-! Gesundheit und ||| , health and ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Gesundheit ||| , health ||| 1 ||| 0-0 1-1 ||| 1 1
-! Gewissens- ||| , conscience ||| 1 ||| 0-0 1-1 ||| 1 1
-! Gleichstellung von Frauen und Männern ist ||| , equality between women and men is ||| 1 ||| 0-0 1-1 1-2 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Gleichstellung von Frauen und Männern ||| , equality between women and men ||| 1 ||| 0-0 1-1 1-2 2-2 3-3 4-4 5-5 ||| 1 1
-! Gleichstellung von Frauen und ||| , equality between women and ||| 1 ||| 0-0 1-1 1-2 2-2 3-3 4-4 ||| 1 1
-! Gleichstellung von Frauen ||| , equality between women ||| 1 ||| 0-0 1-1 1-2 2-2 3-3 ||| 1 1
-! Gleichstellung von ||| , equality between ||| 1 ||| 0-0 1-1 1-2 2-2 ||| 1 1
-! Griechenland hat ||| , Greece was not ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Griechenland hat ||| , Greece was ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Griechenland ||| , Greece ||| 1 ||| 0-0 1-1 ||| 1 1
-! Heizen und Kühlen machen 49 ||| , heating and cooling accounts for 49 ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-4 4-5 5-6 ||| 1 1
-! Heizen und Kühlen machen ||| , heating and cooling accounts for ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-4 4-5 ||| 1 1
-! Heizen und ||| , heating and ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Heizen ||| , heating ||| 1 ||| 0-0 1-1 ||| 1 1
-! Herr Blair , Sie haben erklärt ||| , you have , Mr Blair ||| 1 ||| 3-0 4-1 5-2 0-3 1-4 2-5 6-5 ||| 1 1
-! Herr Bösch , ich ||| , Mr Bösch , I ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Herr Bösch , ||| , Mr Bösch , ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Bösch ||| , Mr Bösch ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Friedrich , eine Staatsbürgerschaft ist ||| , Mr Friedrich , citizenship must ||| 1 ||| 0-0 1-1 2-2 3-3 5-4 6-5 ||| 1 1
-! Herr Friedrich , eine Staatsbürgerschaft ||| , Mr Friedrich , citizenship ||| 1 ||| 0-0 1-1 2-2 3-3 5-4 ||| 1 1
-! Herr Friedrich , eine ||| , Mr Friedrich , ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Friedrich , ||| , Mr Friedrich , ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Friedrich ||| , Mr Friedrich ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Galeote Quecedo unterstreicht in ||| , Mr Galeote Quecedo emphasises , in ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-6 ||| 1 1
-! Herr Galeote Quecedo unterstreicht ||| , Mr Galeote Quecedo emphasises , ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! Herr Galeote Quecedo unterstreicht ||| , Mr Galeote Quecedo emphasises ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! Herr Galeote Quecedo ||| , Mr Galeote Quecedo ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Galeote ||| , Mr Galeote ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Jarzembowski , ich danke Ihnen ||| , Mr Jarzembowski , thank you ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-4 6-5 ||| 1 1
-! Herr Jarzembowski , ich danke ||| , Mr Jarzembowski , thank ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-4 ||| 1 1
-! Herr Jarzembowski , ||| , Mr Jarzembowski , ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Jarzembowski ||| , Mr Jarzembowski ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Kommissar ! ||| . ||| 1 ||| 3-0 ||| 1 1
-! Herr Kommissar , welche Bereiche ||| , Commissioner , which sectors ||| 1 ||| 0-0 1-1 2-1 3-2 4-3 5-4 ||| 1 1
-! Herr Kommissar , welche ||| , Commissioner , which ||| 1 ||| 0-0 1-1 2-1 3-2 4-3 ||| 1 1
-! Herr Kommissar , ||| , Commissioner , ||| 1 ||| 0-0 1-1 2-1 3-2 ||| 1 1
-! Herr Kommissar Frattini ||| , Commissioner Fratini ||| 1 ||| 0-0 1-1 2-1 3-2 ||| 1 1
-! Herr Kommissar ||| , Commissioner ||| 1 ||| 0-0 1-1 2-1 ||| 2 2
-! Herr Kommissionspräsident , ||| ) Mr President , ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Kommissionspräsident Romano Prodi erhielt ||| , President Prodi was ||| 1 ||| 0-0 0-1 1-1 2-1 3-2 4-2 5-3 ||| 1 1
-! Herr Kommissionspräsident Romano Prodi ||| , President Prodi ||| 1 ||| 0-0 0-1 1-1 2-1 3-2 4-2 ||| 1 1
-! Herr Kommissionspräsident ||| ) Mr President ||| 1 ||| 0-0 1-1 2-2 ||| 4 1
-! Herr Kommissionspräsident ||| , Mr President of the Commission , ||| 1 ||| 0-0 1-1 1-2 2-2 2-3 2-4 2-5 ||| 4 1
-! Herr Kommissionspräsident ||| , Mr President of the Commission ||| 1 ||| 0-0 1-1 1-2 2-2 2-3 2-4 2-5 ||| 4 1
-! Herr Kommissionspräsident ||| , President ||| 1 ||| 0-0 0-1 1-1 2-1 ||| 4 1
-! Herr Kreissl-Dörfler ging ||| , Mr Kreissl-Dörfler went ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Kreissl-Dörfler ||| , Mr Kreissl-Dörfler ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Lannoye hat soeben gesagt ||| , Mr Lannoye stated a moment ago ||| 1 ||| 0-0 1-1 2-2 5-3 4-4 4-5 3-6 4-6 ||| 1 1
-! Herr Lannoye ||| , Mr Lannoye ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Morris verdient sicher eine Antwort ||| , Mr Morris certainly deserves an answer ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 6-6 ||| 1 1
-! Herr Morris verdient sicher eine ||| , Mr Morris certainly deserves an ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 ||| 1 1
-! Herr Morris verdient sicher ||| , Mr Morris certainly deserves ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 ||| 1 1
-! Herr Morris ||| , Mr Morris ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Nisticò hat ||| , the report Mr Nisticò has ||| 1 ||| 0-0 0-2 1-3 2-4 3-5 ||| 1 1
-! Herr Nisticò ||| , the report Mr Nisticò ||| 1 ||| 0-0 0-2 1-3 2-4 ||| 1 1
-! Herr Palko ist ein führender Vertreter ||| , Mr Palko is a senior representative ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Herr Palko ist ein führender ||| , Mr Palko is a senior ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Herr Palko ist ein ||| , Mr Palko is a ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Herr Palko ist ||| , Mr Palko is ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Palko ||| , Mr Palko ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Peter hat ||| , Mr Peter has ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Peter ||| , Mr Peter ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Piecyk , zunächst mein ||| , Mr Piecyk , I should first ||| 1 ||| 0-0 1-1 2-2 3-3 5-4 4-6 ||| 1 1
-! Herr Piecyk , ||| , Mr Piecyk , ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Piecyk ||| , Mr Piecyk ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Pohjamo hat in seinen Entschließungsantrag ||| , Mr Pohjamo ' s resolution included ||| 1 ||| 0-0 1-1 2-2 5-4 6-5 ||| 2 1
-! Herr Pohjamo hat in seinen Entschließungsantrag ||| , Mr Pohjamo ' s resolution ||| 1 ||| 0-0 1-1 2-2 5-4 6-5 ||| 2 1
-! Herr Pohjamo hat in seinen ||| , Mr Pohjamo ' s ||| 1 ||| 0-0 1-1 2-2 5-4 ||| 1 1
-! Herr Pohjamo hat in ||| , Mr Pohjamo ' ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Herr Pohjamo hat in ||| , Mr Pohjamo ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Herr Pohjamo hat ||| , Mr Pohjamo ' ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Herr Pohjamo hat ||| , Mr Pohjamo ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Herr Pohjamo ||| , Mr Pohjamo ' ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Herr Pohjamo ||| , Mr Pohjamo ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Herr Poignant weist ||| , as Mr Poignant points out ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1 1
-! Herr Poignant ||| , as Mr Poignant ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Herr Professor Prodi , Sie stellen ||| , Professor Prodi , you are ||| 1 ||| 0-0 2-1 3-2 4-3 5-4 6-5 ||| 1 1
-! Herr Professor Prodi , Sie ||| , Professor Prodi , you ||| 1 ||| 0-0 2-1 3-2 4-3 5-4 ||| 1 1
-! Herr Professor Prodi , ||| , Professor Prodi , ||| 1 ||| 0-0 2-1 3-2 4-3 ||| 1 1
-! Herr Professor Prodi ||| , Professor Prodi ||| 1 ||| 0-0 2-1 3-2 ||| 1 1
-! Herr Professor ||| , Professor ||| 1 ||| 0-0 2-1 ||| 1 1
-! Herr Präsident , leider hat der ||| ) Mr President , unfortunately , the ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Herr Präsident , leider hat ||| ) Mr President , unfortunately , ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Herr Präsident , leider ||| ) Mr President , unfortunately ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Herr Präsident , ||| ) Mr President , ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Präsident ||| ) Mr President ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Herr Präsident ||| , Dear Mr. Chairman ||| 1 ||| 0-0 0-1 1-2 2-3 ||| 2 1
-! Herr Ratspräsident ||| , Mr President ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Schmid , ich danke Ihnen ||| , Mr Schmid , thank you ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-4 6-5 ||| 1 1
-! Herr Schmid , ich danke ||| , Mr Schmid , thank ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-4 ||| 1 1
-! Herr Schmid , ||| , Mr Schmid , ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Schmid ||| , Mr Schmid ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Schnellhardt hat ||| , Mr Schnellhardt has ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Schnellhardt ||| , Mr Schnellhardt ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Schwab ||| , Mr Schwab 's ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Herr Schwab ||| , Mr Schwab ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Herr Swoboda gelangt in seinem Bericht ||| , Mr Swoboda 's report ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 5-3 6-4 ||| 1 1
-! Herr Swoboda gelangt in seinem ||| , Mr Swoboda 's ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 5-3 ||| 1 1
-! Herr Swoboda gelangt ||| , Mr Swoboda ||| 1 ||| 0-0 1-1 2-2 3-2 ||| 1 1
-! Herr Trakatellis und Frau Scheele haben ||| , Mr Trakatellis and Mrs Scheele have ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Herr Trakatellis und Frau Scheele ||| , Mr Trakatellis and Mrs Scheele ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Herr Trakatellis und Frau ||| , Mr Trakatellis and Mrs ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Herr Trakatellis und ||| , Mr Trakatellis and ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Trakatellis ||| , Mr Trakatellis ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Verheugen , Sie ||| , Mr Verheugen , you ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Herr Verheugen , ||| , Mr Verheugen , ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Verheugen ||| , Mr Verheugen ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr Whitehead hat ||| , Mr Whitehead has ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Herr Whitehead ||| , Mr Whitehead ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Herr ||| ) Mr ||| 1 ||| 0-0 1-1 ||| 27 2
-! Herr ||| , Dear Mr. ||| 1 ||| 0-0 0-1 1-2 ||| 27 1
-! Herr ||| , Mr ||| 1 ||| 0-0 1-1 ||| 27 21
-! Herr ||| , as Mr ||| 1 ||| 0-0 1-1 1-2 ||| 27 1
-! Herr ||| , the report Mr ||| 1 ||| 0-0 0-2 1-3 ||| 27 1
-! Herr ||| , ||| 1 ||| 0-0 ||| 27 1
-! Herrn Berlatos Bericht befasst sich mit ||| , Mr Berlato 's report deals with ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-5 6-6 ||| 1 1
-! Herrn Berlatos Bericht befasst sich ||| , Mr Berlato 's report deals ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-5 ||| 1 1
-! Herrn Berlatos Bericht ||| , Mr Berlato 's report ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! Herrn Berlatos ||| , Mr Berlato 's ||| 1 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! Herrn ||| , Mr ||| 1 ||| 0-0 1-1 ||| 1 1
-! Härte auf der einen Seite , ||| ; rigour on the one hand , ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Härte auf der einen Seite ||| ; rigour on the one hand ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Härte auf der einen ||| ; rigour on the one ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Härte auf der ||| ; rigour on the ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Härte auf ||| ; rigour on ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Härte ||| ; rigour ||| 1 ||| 0-0 1-1 ||| 1 1
-! Ihnen allen ist die Sachlage bekannt ||| , you all know the position ||| 1 ||| 0-0 1-1 2-2 6-3 4-4 5-5 ||| 1 1
-! Ihnen allen ist ||| , you all ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Ihnen allen ||| , you all ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Ihnen dürfte bekannt sein , dass ||| , as you will know , ||| 1 ||| 0-0 1-2 2-3 3-4 5-5 ||| 1 1
-! Ihnen dürfte bekannt sein , ||| , as you will know , ||| 1 ||| 0-0 1-2 2-3 3-4 5-5 ||| 1 1
-! Ihnen dürfte bekannt sein ||| , as you will know ||| 1 ||| 0-0 1-2 2-3 3-4 ||| 1 1
-! Ihnen dürfte bekannt ||| , as you will know ||| 1 ||| 0-0 1-2 2-3 3-4 ||| 1 1
-! Ihnen dürfte ||| , as you will ||| 1 ||| 0-0 1-2 2-3 ||| 1 1
-! Ihnen gilt meine Solidarität . ||| and express my solidarity with them . ||| 1 ||| 0-0 1-1 2-1 3-2 4-3 5-6 ||| 1 1
-! Ihnen gilt meine Solidarität ||| and express my solidarity with them ||| 1 ||| 0-0 1-1 2-1 3-2 4-3 ||| 3 1
-! Ihnen gilt meine Solidarität ||| and express my solidarity with ||| 1 ||| 0-0 1-1 2-1 3-2 4-3 ||| 3 1
-! Ihnen gilt meine Solidarität ||| and express my solidarity ||| 1 ||| 0-0 1-1 2-1 3-2 4-3 ||| 3 1
-! Ihnen gilt meine ||| and express my ||| 1 ||| 0-0 1-1 2-1 3-2 ||| 1 1
-! Ihnen gilt ||| and express ||| 1 ||| 0-0 1-1 2-1 ||| 1 1
-! Ihnen ist durchaus bewusst , dass ||| , you are well aware that ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 ||| 1 1
-! Ihnen ist durchaus bewusst ||| , you are well aware ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Ihnen ist durchaus ||| , you are well ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Ihnen ist ||| , you are ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Ihnen werden ||| , you will ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Ihnen ||| , as you ||| 1 ||| 0-0 1-2 ||| 4 1
-! Ihnen ||| , you ||| 1 ||| 0-0 1-1 ||| 4 3
-! Information und Wissen bilden die Grundlage ||| , knowledge and know-how are the basis ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Information und Wissen bilden die ||| , knowledge and know-how are the ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Information und Wissen bilden ||| , knowledge and know-how are ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Information und Wissen ||| , knowledge and know-how ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Information und ||| , knowledge and ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Information ||| , knowledge ||| 1 ||| 0-0 1-1 ||| 1 1
-! Israel hat die militärische Macht und ||| Israel has the military power and ||| 1 ||| 1-0 2-1 3-2 4-3 5-4 6-5 ||| 1 1
-! Israel hat die militärische Macht ||| Israel has the military power ||| 1 ||| 1-0 2-1 3-2 4-3 5-4 ||| 1 1
-! Israel hat die militärische ||| Israel has the military ||| 1 ||| 1-0 2-1 3-2 4-3 ||| 1 1
-! Israel hat die ||| Israel has the ||| 1 ||| 1-0 2-1 3-2 ||| 1 1
-! Israel hat ||| Israel has ||| 1 ||| 1-0 2-1 ||| 1 1
-! Israel ||| Israel ||| 1 ||| 1-0 ||| 1 1
-! Jacques Barrot gehört ja ||| although Mr Barrot belongs ||| 1 ||| 0-0 1-1 1-2 2-2 3-3 4-3 ||| 1 1
-! Jacques Barrot ||| although Mr Barrot ||| 1 ||| 0-0 1-1 1-2 2-2 ||| 1 1
-! Joaquim Miranda , vielen Dank ||| , thank you , Mr Miranda , ||| 1 ||| 0-0 4-1 5-1 5-2 0-3 1-4 1-5 2-5 3-6 ||| 1 1
-! Kleinunternehmen gehören zu ||| , small enterprises ||| 1 ||| 0-0 1-1 1-2 2-2 ||| 1 1
-! Kleinunternehmen gehören ||| , small enterprises ||| 1 ||| 0-0 1-1 1-2 2-2 ||| 1 1
-! Kollege Davies sprach von ||| , Mr Davies has been talking about ||| 1 ||| 0-0 1-1 2-2 3-3 3-5 4-6 ||| 1 1
-! Kollege Davies sprach ||| , Mr Davies has been talking ||| 1 ||| 0-0 1-1 2-2 3-3 3-5 ||| 1 1
-! Kollege Davies ||| , Mr Davies ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Kollege Sarlis , ||| , Mr Sarlis , ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Kollege Sarlis ||| , Mr Sarlis ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Kollege ||| , Mr ||| 1 ||| 0-0 1-1 ||| 2 2
-! Kommissar Barroso befand sich kürzlich zu ||| , Commissioner Barroso was on a ||| 1 ||| 0-0 1-1 2-2 3-3 6-4 5-5 ||| 1 1
-! Kommissar Barroso befand sich ||| , Commissioner Barroso was ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Kommissar Barroso befand ||| , Commissioner Barroso was ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Kommissar Barroso ||| , Commissioner Barroso ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Kommissar Mandelson ||| , Commissioner Mandelson ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Kommissar Patten hat ||| , Commissioner Patten has ||| 1 ||| 0-0 0-1 1-1 2-2 3-3 ||| 1 1
-! Kommissar Patten meinte , wir sollten ||| , Commissioner Patten said that we should ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Kommissar Patten meinte , wir ||| , Commissioner Patten said that we ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Kommissar Patten meinte , ||| , Commissioner Patten said that ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Kommissar Patten meinte ||| , Commissioner Patten said ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Kommissar Patten ||| , Commissioner Patten ||| 1 ||| 0-0 0-1 1-1 2-2 ||| 2 2
-! Kommissar Verheugen hat soeben ||| , Commissioner Verheugen has just ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Kommissar Verheugen hat ||| , Commissioner Verheugen has ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Kommissar Verheugen ||| , Commissioner Verheugen ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Kommissar ||| , Commissioner ||| 1 ||| 0-0 1-1 ||| 5 5
-! Kommissarin Ferrero-Waldner hatte Recht , als ||| , Commissioner Ferrero-Waldner was right at the ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 6-6 ||| 1 1
-! Kommissarin Ferrero-Waldner hatte Recht , ||| , Commissioner Ferrero-Waldner was right at ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! Kommissarin Ferrero-Waldner hatte Recht , ||| , Commissioner Ferrero-Waldner was right ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! Kommissarin Ferrero-Waldner hatte Recht ||| , Commissioner Ferrero-Waldner was right at ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! Kommissarin Ferrero-Waldner hatte Recht ||| , Commissioner Ferrero-Waldner was right ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 2 1
-! Kommissarin Ferrero-Waldner hatte ||| , Commissioner Ferrero-Waldner was ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Kommissarin Ferrero-Waldner ||| , Commissioner Ferrero-Waldner ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Kommissarin ||| , Commissioner ||| 1 ||| 0-0 1-1 ||| 1 1
-! Kommissionspräsident Prodi hat heute vormittag unter ||| , this morning President Prodi , among ||| 1 ||| 0-0 5-1 4-2 5-2 1-3 1-4 2-4 3-5 6-6 ||| 1 1
-! Kommissionspräsident Prodi hat heute vormittag ||| , this morning President Prodi , ||| 1 ||| 0-0 5-1 4-2 5-2 1-3 1-4 2-4 3-5 ||| 1 1
-! Kommissionspräsident Prodi hatte ||| , President of the Commission Prodi was ||| 1 ||| 0-0 0-1 1-1 1-2 1-3 1-4 2-5 3-6 ||| 1 1
-! Kommissionspräsident Prodi ||| , President of the Commission Prodi ||| 1 ||| 0-0 0-1 1-1 1-2 1-3 1-4 2-5 ||| 1 1
-! Kommissionspräsident ||| , President of the Commission ||| 1 ||| 0-0 0-1 1-1 1-2 1-3 1-4 ||| 1 1
-! Kyoto ist nicht mehr ||| , this is no longer ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Kyoto ist nicht ||| , this is no ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Kyoto ist ||| , this is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Kyoto ||| , this ||| 1 ||| 0-0 1-1 ||| 1 1
-! LIFE + ||| , the intention is that LIFE + ||| 1 ||| 0-0 1-5 2-6 ||| 1 1
-! LIFE ||| , the intention is that LIFE ||| 1 ||| 0-0 1-5 ||| 1 1
-! Leidenschaft und ||| ' passion and ||| 0.000288 ||| 0-0 1-1 2-2 ||| 1 1
-! Leidenschaft und Ãœberzeugung haben unseren ||| ' passion and conviction have ||| 0.000288 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Leidenschaft und Ãœberzeugung haben ||| ' passion and conviction have ||| 0.000288 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Leidenschaft und Ãœberzeugung ||| ' passion and conviction ||| 0.000288 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Leidenschaft ||| ' passion ||| 0.000288 ||| 0-0 1-1 ||| 1 1
-! Mahmoud ||| , so far President Mahmoud ||| 1 ||| 0-0 0-3 1-4 ||| 1 1
-! Mal sehen , was Sie ||| , let us see what you ||| 1 ||| 0-0 3-0 2-1 2-2 2-3 4-4 5-5 ||| 1 1
-! Mal sehen , was ||| , let us see what ||| 1 ||| 0-0 3-0 2-1 2-2 2-3 4-4 ||| 1 1
-! Mal sehen , ||| , let us see ||| 1 ||| 0-0 3-0 2-1 2-2 2-3 ||| 1 1
-! Malaria und Tuberkulose sind heilbar ||| ! malaria and tuberculosis can be cured ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1 1
-! Malaria und Tuberkulose sind ||| ! malaria and tuberculosis can ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Malaria und Tuberkulose ||| ! malaria and tuberculosis ||| 0.0775352 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Malaria und ||| ! malaria and ||| 0.0775352 ||| 0-0 1-1 2-2 ||| 1 1
-! Malaria ||| ! malaria ||| 0.0775352 ||| 0-0 1-1 ||| 1 1
-! Menschenhandel , wie wir ||| , human trafficking , as we ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1 1
-! Menschenhandel , wie ||| , human trafficking , as ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1 1
-! Menschenhandel , ||| , human trafficking , ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Menschenhandel ist ||| , trafficking in human beings is ||| 1 ||| 0-0 1-1 1-2 1-3 1-4 2-5 ||| 1 1
-! Menschenhandel ||| , human trafficking ||| 1 ||| 0-0 1-1 1-2 ||| 2 1
-! Menschenhandel ||| , trafficking in human beings ||| 1 ||| 0-0 1-1 1-2 1-3 1-4 ||| 2 1
-! Minister Sasi hat soeben ||| , Mr Sasi has just ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Minister Sasi hat ||| , Mr Sasi has ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Minister Sasi ||| , Mr Sasi ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Minister ||| , Mr ||| 1 ||| 0-0 1-1 ||| 1 1
-! Ministerpräsident Meciar spielt mit dem Feuer ||| , President Meciar is playing with fire ||| 1 ||| 0-0 0-1 1-1 2-2 3-3 3-4 4-5 5-6 6-6 ||| 1 1
-! Ministerpräsident Meciar spielt mit ||| , President Meciar is playing with ||| 1 ||| 0-0 0-1 1-1 2-2 3-3 3-4 4-5 ||| 1 1
-! Ministerpräsident Meciar spielt ||| , President Meciar is playing ||| 1 ||| 0-0 0-1 1-1 2-2 3-3 3-4 ||| 1 1
-! Ministerpräsident Meciar ||| , President Meciar ||| 1 ||| 0-0 0-1 1-1 2-2 ||| 1 1
-! Ministerpräsident ||| , President ||| 1 ||| 0-0 0-1 1-1 ||| 1 1
-! Mobiltelefon und Internet ||| , the mobile telephone and the Internet ||| 1 ||| 0-0 0-1 1-2 1-3 2-4 3-6 ||| 1 1
-! Mobiltelefon und ||| , the mobile telephone and the ||| 1 ||| 0-0 0-1 1-2 1-3 2-4 ||| 2 1
-! Mobiltelefon und ||| , the mobile telephone and ||| 1 ||| 0-0 0-1 1-2 1-3 2-4 ||| 2 1
-! Mobiltelefon ||| , the mobile telephone ||| 1 ||| 0-0 0-1 1-2 1-3 ||| 1 1
-! Mosambik ist ein junger afrikanischer Staat ||| , Mozambique is a young African country ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Mosambik ist ein junger afrikanischer ||| , Mozambique is a young African ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Mosambik ist ein junger ||| , Mozambique is a young ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Mosambik ist ein ||| , Mozambique is a ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Mosambik ist ||| , Mozambique is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Mosambik ||| , Mozambique ||| 1 ||| 0-0 1-1 ||| 1 1
-! Multiple Sklerose sollte - und muss ||| , multiple sclerosis should - and must ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Multiple Sklerose sollte - und ||| , multiple sclerosis should - and ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Multiple Sklerose sollte - ||| , multiple sclerosis should - ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Multiple Sklerose sollte ||| , multiple sclerosis should ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Multiple Sklerose ||| , multiple sclerosis ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Multiple ||| , multiple ||| 1 ||| 0-0 1-1 ||| 1 1
-! Nachahmungen und Produktpiraterie sind eben gerade ||| : counterfeiting and product piracy certainly are ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 3-5 5-5 6-5 4-6 ||| 1 1
-! Nachahmungen und ||| : counterfeiting and ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Nachahmungen ||| : counterfeiting ||| 1 ||| 0-0 1-1 ||| 1 1
-! Natura 2000 ist eine der ||| , Natura 2000 is one of the ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1 1
-! Natura 2000 ist eine ||| , Natura 2000 is one ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Natura 2000 ist ||| , Natura 2000 is ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Natura 2000 ||| , Natura 2000 ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Natura ||| , Natura ||| 1 ||| 0-0 1-1 ||| 1 1
-! Nein , das ||| but no , it is ||| 1 ||| 0-0 1-0 1-1 2-2 3-3 ||| 2 1
-! Nein , das ||| but no , it ||| 1 ||| 0-0 1-0 1-1 2-2 3-3 ||| 2 1
-! Nein , wir wollen keine ||| ; no , we do not want ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 4-6 ||| 1 1
-! Nein , wir ||| ; no , we ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Nein , ||| ; no , ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Nein , ||| but no , ||| 1 ||| 0-0 1-0 1-1 2-2 ||| 2 1
-! Nein ||| ; no ||| 1 ||| 0-0 1-1 ||| 2 1
-! Nein ||| but no ||| 1 ||| 0-0 1-0 1-1 ||| 2 1
-! Nepal verdient mehr als eine ||| , Nepal deserves more than ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Nepal verdient mehr als ||| , Nepal deserves more than ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Nepal verdient mehr ||| , Nepal deserves more ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Nepal verdient ||| , Nepal deserves ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Nepal ||| , Nepal ||| 1 ||| 0-0 1-1 ||| 1 1
-! Olivenöl ist eines der ||| , olive oil is one of the ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 4-6 ||| 1 1
-! Olivenöl ist eines ||| , olive oil is one of ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1 1
-! Olivenöl ist ||| , olive oil is ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Olivenöl ||| , olive oil ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Organtransplantationen retten tatsächlich ||| , organ transplants do indeed save ||| 1 ||| 0-0 1-1 1-2 3-3 3-4 2-5 ||| 1 1
-! Organtransplantationen ||| , organ transplants ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Ortega y Gasset sagte , daß ||| Ortega y Gasset said that ||| 1 ||| 1-0 2-1 3-2 4-3 5-4 6-4 ||| 1 1
-! Ortega y Gasset sagte ||| Ortega y Gasset said ||| 1 ||| 1-0 2-1 3-2 4-3 ||| 1 1
-! Ortega y Gasset ||| Ortega y Gasset ||| 1 ||| 1-0 2-1 3-2 ||| 1 1
-! Ortega y ||| Ortega y ||| 1 ||| 1-0 2-1 ||| 1 1
-! Ortega ||| Ortega ||| 1 ||| 1-0 ||| 1 1
-! Parlament , Rat und ||| , Parliament , the Council and ||| 1 ||| 0-0 1-1 2-2 3-4 4-5 ||| 1 1
-! Parlament , Rat ||| , Parliament , the Council ||| 1 ||| 0-0 1-1 2-2 3-4 ||| 1 1
-! Parlament , ||| , Parliament , the ||| 1 ||| 0-0 1-1 2-2 ||| 3 1
-! Parlament , ||| , Parliament , ||| 1 ||| 0-0 1-1 2-2 ||| 3 1
-! Parlament , ||| , this House , ||| 1 ||| 0-0 0-1 1-2 2-3 ||| 3 1
-! Parlament ||| , Parliament ||| 1 ||| 0-0 1-1 ||| 2 1
-! Parlament ||| , this House ||| 1 ||| 0-0 0-1 1-2 ||| 2 1
-! Pascal Lamy und ich ||| , Mr Lamy and I ||| 1 ||| 0-0 1-2 2-2 3-3 4-4 ||| 1 1
-! Pascal Lamy und ||| , Mr Lamy and ||| 1 ||| 0-0 1-2 2-2 3-3 ||| 1 1
-! Pascal Lamy ||| , Mr Lamy ||| 1 ||| 0-0 1-2 2-2 ||| 1 1
-! Patente ||| , ||| 1 ||| 0-0 ||| 1 1
-! Paul Rübig hat gesagt , ||| , as Mr Rübig said , ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-4 5-5 ||| 1 1
-! Paul Rübig hat gesagt ||| , as Mr Rübig said ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-4 ||| 1 1
-! Paul Rübig ||| , as Mr Rübig ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Paul ||| , as Mr ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Postdienste sind ||| , postal services are ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Postdienste ||| , postal services ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Professor Ukshin Hoti ist eine von ||| , Professor Ukshin Hoti is one of ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Professor Ukshin Hoti ist eine ||| , Professor Ukshin Hoti is one ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Professor Ukshin Hoti ist ||| , Professor Ukshin Hoti is ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Professor Ukshin Hoti ||| , Professor Ukshin Hoti ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Professor Ukshin ||| , Professor Ukshin ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Professor ||| , Professor ||| 1 ||| 0-0 1-1 ||| 1 1
-! Präsident Barroso spricht immer von einem ||| , President Barroso always speaks of a ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 6-6 ||| 1 1
-! Präsident Barroso spricht immer von ||| , President Barroso always speaks of ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 ||| 1 1
-! Präsident Barroso spricht immer ||| , President Barroso always speaks ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 ||| 1 1
-! Präsident Barroso ||| , President Barroso ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Präsident Chirac hat sich ||| , President Chirac says he would ||| 1 ||| 0-0 1-1 2-2 2-3 3-3 2-4 4-5 ||| 1 1
-! Präsident Chirac hat ||| , President Chirac says he ||| 1 ||| 0-0 1-1 2-2 2-3 3-3 2-4 ||| 1 1
-! Präsident ||| , President ||| 1 ||| 0-0 1-1 ||| 2 2
-! Rassismus und Fremdenfeindlichkeit haben selbst ||| , racism and xenophobia have even ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Rassismus und Fremdenfeindlichkeit haben ||| , racism and xenophobia have ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Rassismus und Fremdenfeindlichkeit ||| , racism and xenophobia ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Rassismus und ||| , racism and ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Rassismus ||| , racism ||| 1 ||| 0-0 1-1 ||| 1 1
-! Rat und Kommission sollten ||| the Council and the Commission should ||| 1 ||| 0-0 1-1 2-2 3-4 4-5 ||| 1 1
-! Rat und Kommission ||| the Council and the Commission ||| 1 ||| 0-0 1-1 2-2 3-4 ||| 1 1
-! Rat und ||| the Council and the ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Rat und ||| the Council and ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! Rat ||| the Council ||| 1 ||| 0-0 1-1 ||| 1 1
-! Rauchen ist schädlich - sowohl für ||| , smoking is dangerous both for ||| 1 ||| 0-0 1-1 2-2 3-3 5-4 6-5 ||| 1 1
-! Rauchen ist schädlich - sowohl ||| , smoking is dangerous both ||| 1 ||| 0-0 1-1 2-2 3-3 5-4 ||| 1 1
-! Rauchen ist schädlich - ||| , smoking is dangerous ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Rauchen ist schädlich ||| , smoking is dangerous ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Rauchen ist ||| , smoking is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Rauchen ||| , smoking ||| 1 ||| 0-0 1-1 ||| 1 1
-! Rentenpolitik , Armutsbekämpfung ||| , pension policy , poverty reduction ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1 1
-! Rentenpolitik , ||| , pension policy , ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Rentenpolitik ||| , pension policy ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Rohöl ist teurer als ||| , crude oil is more expensive than ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 4-6 ||| 1 1
-! Rohöl ist teurer ||| , crude oil is more expensive ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1 1
-! Rohöl ist ||| , crude oil is ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Rohöl ||| , crude oil ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Russland verweigert die Unterzeichnung ||| , Russia is refusing to sign up ||| 1 ||| 0-0 1-1 2-3 3-3 2-4 4-5 4-6 ||| 1 1
-! Russland verweigert die ||| , Russia is refusing to ||| 1 ||| 0-0 1-1 2-3 3-3 2-4 ||| 1 1
-! Russland ||| , Russia is ||| 1 ||| 0-0 1-1 ||| 3 1
-! Russland ||| , Russia ||| 1 ||| 0-0 1-1 ||| 3 2
-! Schlepperkriminalität und Menschenhandel ||| , organising illegal immigration and people trafficking ||| 1 ||| 0-0 1-1 1-2 1-3 2-4 3-5 3-6 ||| 1 1
-! Schlepperkriminalität und ||| , organising illegal immigration and ||| 1 ||| 0-0 1-1 1-2 1-3 2-4 ||| 1 1
-! Schlepperkriminalität ||| , organising illegal immigration ||| 1 ||| 0-0 1-1 1-2 1-3 ||| 1 1
-! Schreiben Sie Ihren Blauen Brief , ||| and write your warning letter , ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 5-4 6-5 ||| 1 1
-! Schreiben Sie Ihren Blauen Brief ||| and write your warning letter ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 5-4 ||| 1 1
-! Schreiben Sie Ihren Blauen ||| and write your warning ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 ||| 1 1
-! Schreiben Sie Ihren ||| and write your ||| 1 ||| 0-0 1-1 2-2 3-2 ||| 1 1
-! Schreiben ||| and write ||| 1 ||| 0-0 1-1 ||| 1 1
-! Schule , Gesundheit , Postdienste ||| , education , health , postal services ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1 1
-! Schule , Gesundheit , ||| , education , health , ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Schule , Gesundheit ||| , education , health ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Schule , ||| , education , ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Schule ||| , education ||| 1 ||| 0-0 1-1 ||| 1 1
-! Schweden hat ||| , Sweden has ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Schweden ||| , Sweden ||| 1 ||| 0-0 1-1 ||| 1 1
-! Schwindel , Schwund und Betrügereien und ||| ; fraud , wastage and ||| 1 ||| 0-0 1-1 5-1 2-2 4-2 3-3 6-4 ||| 1 1
-! Schwindel , Schwund und Betrügereien ||| ; fraud , wastage ||| 1 ||| 0-0 1-1 5-1 2-2 4-2 3-3 ||| 1 1
-! Sicherheit ist nach wie vor ein ||| , safety remains an ||| 1 ||| 0-0 1-1 2-2 3-2 4-2 5-2 6-3 ||| 1 1
-! Sicherheit ist nach wie vor ||| , safety remains ||| 1 ||| 0-0 1-1 2-2 3-2 4-2 5-2 ||| 1 1
-! Sicherheit ||| , safety ||| 1 ||| 0-0 1-1 ||| 1 1
-! Sinn und Zweck der ||| , the purpose of the ||| 1 ||| 0-0 1-1 3-2 4-3 4-4 ||| 1 1
-! Sinn und Zweck der Ãœberarbeitung ||| , the purpose of the revision ||| 1 ||| 0-0 1-1 3-2 4-3 4-4 5-5 ||| 1 1
-! Sinn und Zweck ||| , the purpose ||| 1 ||| 0-0 1-1 3-2 ||| 1 1
-! Sinn und ||| , the ||| 1 ||| 0-0 1-1 ||| 1 1
-! Sinn ||| , the ||| 1 ||| 0-0 1-1 ||| 1 1
-! Small is beautiful , vor allem ||| , small is beautiful , especially ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 ||| 1 1
-! Small is beautiful , ||| , small is beautiful , ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Small is beautiful ||| , small is beautiful ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Small is ||| , small is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Small ||| , small ||| 1 ||| 0-0 1-1 ||| 1 1
-! Solidarität mit den Opfern der ||| , solidarity with the victims of the ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1 1
-! Solidarität mit den Opfern ||| , solidarity with the victims ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Solidarität mit den ||| , solidarity with the ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Solidarität mit ||| , solidarity with ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Solidarität ||| , solidarity ||| 1 ||| 0-0 1-1 ||| 1 1
-! Spanien ||| , Spain ||| 1 ||| 0-0 1-1 ||| 1 1
-! Spanien übernimmt ||| , Spain will ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Stichwort : Verbraucherkreditrichtlinie ; ||| the Consumer Credit Directive ; ||| 1 ||| 0-0 3-1 3-2 3-3 4-4 ||| 2 1
-! Stichwort : Verbraucherkreditrichtlinie ; ||| with the Consumer Credit Directive ; ||| 1 ||| 0-1 3-2 3-3 3-4 4-5 ||| 2 1
-! Stichwort : Verbraucherkreditrichtlinie ||| the Consumer Credit Directive ||| 1 ||| 0-0 3-1 3-2 3-3 ||| 2 1
-! Stichwort : Verbraucherkreditrichtlinie ||| with the Consumer Credit Directive ||| 1 ||| 0-1 3-2 3-3 3-4 ||| 2 1
-! Stichwort : ||| the ||| 1 ||| 0-0 ||| 2 1
-! Stichwort : ||| with the ||| 1 ||| 0-1 ||| 2 1
-! Stichwort ||| the ||| 1 ||| 0-0 ||| 2 1
-! Stichwort ||| with the ||| 1 ||| 0-1 ||| 2 1
-! Stringenz ist eine Sache , aber ||| , stringency is one thing , but ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Stringenz ist eine Sache , ||| , stringency is one thing , ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Stringenz ist eine Sache ||| , stringency is one thing ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Stringenz ist eine ||| , stringency is one ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Stringenz ist ||| , stringency is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Stringenz ||| , stringency ||| 1 ||| 0-0 1-1 ||| 1 1
-! Tampere ist ||| , Tampere has ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Tampere ||| , Tampere ||| 1 ||| 0-0 1-1 ||| 1 1
-! Tatsache ist , dass ||| it is true that , ||| 1 ||| 0-0 2-1 1-2 4-3 3-4 ||| 1 1
-! Tatsache ist ||| it is true ||| 1 ||| 0-0 2-1 1-2 ||| 1 1
-! Tausende Zivilpersonen sind ||| , thousands of civilians have ||| 1 ||| 0-0 1-1 2-3 3-4 ||| 1 1
-! Tausende Zivilpersonen ||| , thousands of civilians ||| 1 ||| 0-0 1-1 2-3 ||| 1 1
-! Tausende ||| , thousands of ||| 1 ||| 0-0 1-1 ||| 2 1
-! Tausende ||| , thousands ||| 1 ||| 0-0 1-1 ||| 2 1
-! Terrorismus ist ein Verbrechen gegen ||| , terrorism is a crime against ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Terrorismus ist ein Verbrechen ||| , terrorism is a crime ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Terrorismus ist ein ||| , terrorism is a ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Terrorismus ist ||| , terrorism is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Terrorismus ||| , terrorism ||| 1 ||| 0-0 1-1 ||| 1 1
-! Tierversuche gehören bei ||| , animal experiments in the field of ||| 1 ||| 0-0 1-1 1-2 3-3 ||| 4 1
-! Tierversuche gehören bei ||| , animal experiments in the field ||| 1 ||| 0-0 1-1 1-2 3-3 ||| 4 1
-! Tierversuche gehören bei ||| , animal experiments in the ||| 1 ||| 0-0 1-1 1-2 3-3 ||| 4 1
-! Tierversuche gehören bei ||| , animal experiments in ||| 1 ||| 0-0 1-1 1-2 3-3 ||| 4 1
-! Tierversuche gehören ||| , animal experiments ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Tierversuche ||| , animal experiments ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Tunesien ist ein Land , in ||| , Tunisia is a country in ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 6-5 ||| 1 1
-! Tunesien ist ein Land , ||| , Tunisia is a country ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Tunesien ist ein Land ||| , Tunisia is a country ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Tunesien ist ein ||| , Tunisia is a ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Tunesien ist ||| , Tunisia is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Tunesien ||| , Tunisia ||| 1 ||| 0-0 1-1 ||| 1 1
-! Umwelt- , Sozial- und Steuerrecht ||| , environmental , social and tax legislation ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 5-6 ||| 1 1
-! Umwelt- , Sozial- und ||| , environmental , social and ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Umwelt- , Sozial- ||| , environmental , social ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Umwelt- , ||| , environmental , ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Umwelt- ||| , environmental ||| 1 ||| 0-0 1-1 ||| 1 1
-! Umweltfragen werden am besten gelöst , ||| , environmental issues are handled best ||| 1 ||| 0-0 1-1 1-2 2-3 5-4 3-5 4-5 ||| 1 1
-! Umweltfragen werden am besten gelöst ||| , environmental issues are handled best ||| 1 ||| 0-0 1-1 1-2 2-3 5-4 3-5 4-5 ||| 1 1
-! Umweltfragen werden ||| , environmental issues are ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Umweltfragen ||| , environmental issues ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Umweltvereinbarungen in der Europäischen Gemeinschaft ||| , environmental agreements in the European Community ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 5-6 ||| 1 1
-! Umweltvereinbarungen in der Europäischen ||| , environmental agreements in the European ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1 1
-! Umweltvereinbarungen in der ||| , environmental agreements in the ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1 1
-! Umweltvereinbarungen in ||| , environmental agreements in ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! Umweltvereinbarungen ||| , environmental agreements ||| 1 ||| 0-0 1-1 1-2 ||| 1 1
-! Usted no es una persona loca ||| , usted no es una persona loca ||| 1 ||| 0-0 1-1 2-1 2-2 1-3 3-3 4-4 5-5 6-6 ||| 1 1
-! Usted no es una persona ||| , usted no es una persona ||| 1 ||| 0-0 1-1 2-1 2-2 1-3 3-3 4-4 5-5 ||| 1 1
-! Usted no es una ||| , usted no es una ||| 1 ||| 0-0 1-1 2-1 2-2 1-3 3-3 4-4 ||| 1 1
-! Usted no es ||| , usted no es ||| 1 ||| 0-0 1-1 2-1 2-2 1-3 3-3 ||| 1 1
-! Verletzungen des Rechts auf geistiges Eigentum ||| , infringements of intellectual property rights ||| 1 ||| 0-0 1-1 2-2 5-3 6-4 6-5 ||| 1 1
-! Verletzungen des Rechts auf geistiges ||| , infringements of intellectual ||| 1 ||| 0-0 1-1 2-2 5-3 ||| 1 1
-! Verletzungen des Rechts auf ||| , infringements of ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Verletzungen des Rechts ||| , infringements of ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Verletzungen des ||| , infringements of ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Verletzungen ||| , infringements ||| 1 ||| 0-0 1-1 ||| 1 1
-! Vertrauen ist gut , Kontrolle ist ||| , trust is good , control is ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! Vertrauen ist gut , Kontrolle ||| , trust is good , control ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! Vertrauen ist gut , ||| , trust is good , ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! Vertrauen ist gut ||| , trust is good ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! Vertrauen ist ||| , trust is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Vertrauen ||| , trust ||| 1 ||| 0-0 1-1 ||| 1 1
-! Vietnam ist ||| , both in ||| 1 ||| 0-0 1-1 ||| 2 1
-! Vietnam ist ||| , both ||| 1 ||| 0-0 1-1 ||| 2 1
-! Vietnam ||| , both in ||| 1 ||| 0-0 1-1 ||| 2 1
-! Vietnam ||| , both ||| 1 ||| 0-0 1-1 ||| 2 1
-! Walter ||| , Mr Walter 's ||| 1 ||| 0-0 1-1 1-2 1-3 ||| 1 1
-! Wechsel ist ||| you are right in ||| 1 ||| 0-0 2-1 ||| 3 1
-! Wechsel ist ||| you are right ||| 1 ||| 0-0 2-1 ||| 3 1
-! Wechsel ist ||| you are ||| 1 ||| 0-0 2-1 ||| 3 1
-! Wechsel ||| you ||| 1 ||| 0-0 ||| 1 1
-! Wettbewerb ist gut , wenn ||| , competition is a good thing when ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 3-5 5-6 ||| 1 1
-! Wettbewerb ist gut , ||| , competition is a good thing ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 3-5 ||| 1 1
-! Wettbewerb ist gut ||| , competition is a good thing ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 3-5 ||| 1 1
-! Wettbewerb ist ||| , competition is ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! Wettbewerb ||| , competition ||| 1 ||| 0-0 1-1 ||| 1 1
-! Wwir beraten heute ||| , this morning we are ||| 1 ||| 0-0 1-1 1-2 1-3 3-4 ||| 1 1
-! Wwir beraten heute über die ||| , this morning we are examining the ||| 1 ||| 0-0 1-1 1-2 1-3 3-4 4-5 5-6 ||| 1 1
-! Wwir beraten heute über ||| , this morning we are examining ||| 1 ||| 0-0 1-1 1-2 1-3 3-4 4-5 ||| 1 1
-! Wwir beraten ||| , this morning we ||| 1 ||| 0-0 1-1 1-2 1-3 ||| 1 1
-! Wwir ||| , this morning we ||| 1 ||| 0-0 1-1 1-2 1-3 ||| 1 1
-! Ziel des ||| , the objective of the ||| 1 ||| 0-0 1-1 1-2 2-3 2-4 ||| 1 1
-! Ziel ||| , the objective ||| 1 ||| 0-0 1-1 1-2 ||| 2 1
-! Ziel ||| aiming ||| 1 ||| 1-0 ||| 2 1
-! Zypern ist vergangene Woche ||| , last week Cyprus was ||| 1 ||| 0-0 3-1 4-2 1-3 2-4 ||| 1 1
-! aber - ich bin Ihnen ||| , and I am much ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 5-4 ||| 1 1
-! aber - ich bin ||| , and I am ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 ||| 1 1
-! aber - ich ||| , and I ||| 1 ||| 0-0 1-1 2-2 3-2 ||| 1 1
-! aber - wie ein Humorist sagte ||| , but as the joke goes ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 5-4 6-4 5-5 ||| 1 1
-! aber - wie ein ||| , but as the ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 ||| 1 1
-! aber - wie ||| , but as ||| 1 ||| 0-0 1-1 2-2 3-2 ||| 1 1
-! aber Herr ||| , but I ask you , ||| 1 ||| 0-0 1-1 2-2 ||| 4 1
-! aber Herr ||| , but I ask you ||| 1 ||| 0-0 1-1 2-2 ||| 4 1
-! aber Herr ||| , but I ask ||| 1 ||| 0-0 1-1 2-2 ||| 4 1
-! aber Herr ||| , but I ||| 1 ||| 0-0 1-1 2-2 ||| 4 1
-! aber Sie werden ||| , but you will ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber Sie ||| , but you ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! aber da liegt ein Missverständnis vor ||| , but there is a misunderstanding here ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 5-6 ||| 1 1
-! aber da liegt ein ||| , but there is a ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! aber da liegt ||| , but there is ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber da ||| , but there ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! aber dann ||| , but then ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! aber darum geht es eigentlich nicht ||| , but that is not my point ||| 1 ||| 0-0 1-1 2-2 3-3 6-4 ||| 3 1
-! aber darum geht es eigentlich nicht ||| , but that is not my ||| 1 ||| 0-0 1-1 2-2 3-3 6-4 ||| 3 1
-! aber darum geht es eigentlich nicht ||| , but that is not ||| 1 ||| 0-0 1-1 2-2 3-3 6-4 ||| 3 1
-! aber darum geht es eigentlich ||| , but that is ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber darum geht es ||| , but that is ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber darum geht ||| , but that is ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber darum ||| , but that ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! aber das kann man ja schon ||| , but one can ||| 1 ||| 0-0 1-1 2-2 4-2 3-3 ||| 3 1
-! aber das kann man ja schon ||| control , but one can ||| 1 ||| 0-1 1-2 2-3 4-3 3-4 ||| 3 1
-! aber das kann man ja schon ||| supervisory control , but one can ||| 1 ||| 0-2 1-3 2-4 4-4 3-5 ||| 3 1
-! aber das kann man ja ||| , but one can ||| 1 ||| 0-0 1-1 2-2 4-2 3-3 ||| 3 1
-! aber das kann man ja ||| control , but one can ||| 1 ||| 0-1 1-2 2-3 4-3 3-4 ||| 3 1
-! aber das kann man ja ||| supervisory control , but one can ||| 1 ||| 0-2 1-3 2-4 4-4 3-5 ||| 3 1
-! aber das kann man ||| , but one can ||| 1 ||| 0-0 1-1 2-2 4-2 3-3 ||| 3 1
-! aber das kann man ||| control , but one can ||| 1 ||| 0-1 1-2 2-3 4-3 3-4 ||| 3 1
-! aber das kann man ||| supervisory control , but one can ||| 1 ||| 0-2 1-3 2-4 4-4 3-5 ||| 3 1
-! aber die ||| , but the ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! aber diese Freundschaft soll ||| , but this friendship should bear fruit ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 3 1
-! aber diese Freundschaft soll ||| , but this friendship should bear ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 3 1
-! aber diese Freundschaft soll ||| , but this friendship should ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 3 1
-! aber diese Freundschaft ||| , but this friendship ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber diese ||| , but this ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! aber dieses Fenster der Gelegenheit ||| , but this window of opportunity ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! aber dieses Fenster der ||| , but this window of ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! aber dieses Fenster ||| , but this window ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber dieses ||| , but this ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! aber eine ||| , but there ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! aber eine ||| from , but there ||| 1 ||| 0-1 1-2 2-3 ||| 2 1
-! aber es gilt ||| , but ||| 1 ||| 0-0 1-1 ||| 1 1
-! aber es muss ||| , but there need to ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1 1
-! aber es ||| , but there ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! aber es ||| , but ||| 1 ||| 0-0 1-1 ||| 2 1
-! aber ich glaube , die Bürger ||| , but I think our citizens ||| 1 ||| 0-0 1-1 2-2 3-3 5-4 6-5 ||| 1 1
-! aber ich glaube , die ||| , but I think our ||| 1 ||| 0-0 1-1 2-2 3-3 5-4 ||| 1 1
-! aber ich glaube , ||| , but I think ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber ich glaube ||| , but I think ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber ich ||| , but I ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! aber man muss in Betracht ziehen ||| , but we have to consider the ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 ||| 3 1
-! aber man muss in Betracht ziehen ||| , but we have to consider ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-5 ||| 3 1
-! aber man muss in Betracht ziehen ||| taken , but we have to consider ||| 1 ||| 0-1 1-2 2-3 3-4 4-5 5-6 6-6 ||| 3 1
-! aber man muss in ||| , but we have to ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 3 1
-! aber man muss in ||| been taken , but we have to ||| 1 ||| 0-2 1-3 2-4 3-5 4-6 ||| 3 1
-! aber man muss in ||| taken , but we have to ||| 1 ||| 0-1 1-2 2-3 3-4 4-5 ||| 3 1
-! aber man muss ||| , but we have ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 4 1
-! aber man muss ||| been taken , but we have ||| 1 ||| 0-2 1-3 2-4 3-5 ||| 4 1
-! aber man muss ||| have been taken , but we have ||| 1 ||| 0-3 1-4 2-5 3-6 ||| 4 1
-! aber man muss ||| taken , but we have ||| 1 ||| 0-1 1-2 2-3 3-4 ||| 4 1
-! aber man ||| , but we ||| 1 ||| 0-0 1-1 2-2 ||| 4 1
-! aber man ||| been taken , but we ||| 1 ||| 0-2 1-3 2-4 ||| 4 1
-! aber man ||| have been taken , but we ||| 1 ||| 0-3 1-4 2-5 ||| 4 1
-! aber man ||| taken , but we ||| 1 ||| 0-1 1-2 2-3 ||| 4 1
-! aber mein besonderer Dank gilt ||| , but I am particularly obliged , ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1 1
-! aber mein besonderer Dank ||| , but I am particularly obliged ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1 1
-! aber mein besonderer ||| , but I am particularly ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! aber mein ||| , but I am ||| 1 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! aber meine Antwort wird leider ||| , but my answer is ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! aber meine Antwort wird ||| , but my answer is ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! aber meine Antwort ||| , but my answer ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber meine ||| , but my ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! aber wenn Sie ||| , but if you ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber wenn ||| , but if ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! aber wer macht sie ||| , but exactly who is making them ||| 1 ||| 0-0 1-1 2-3 3-4 3-5 4-6 ||| 1 1
-! aber wer macht ||| , but exactly who is making ||| 1 ||| 0-0 1-1 2-3 3-4 3-5 ||| 1 1
-! aber wer ||| , but exactly who ||| 1 ||| 0-0 1-1 2-3 ||| 1 1
-! aber wir haben gehört ||| , but we have learned ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-4 ||| 1 1
-! aber wir hätten ||| , but we would have preferred ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 3-5 ||| 2 1
-! aber wir hätten ||| EU , but we would have preferred ||| 1 ||| 0-1 1-2 2-3 3-4 3-5 3-6 ||| 2 1
-! aber wir sind ||| , but we have great ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 2 1
-! aber wir sind ||| , but we have ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 2 1
-! aber wir sollten nicht anfangen ||| , but we should not start ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! aber wir sollten nicht ||| , but we should not ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! aber wir sollten ||| , but we should ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! aber wir ||| , but we ||| 1 ||| 0-0 1-1 2-2 ||| 7 5
-! aber wir ||| EU , but we ||| 1 ||| 0-1 1-2 2-3 ||| 7 1
-! aber wir ||| the EU , but we ||| 1 ||| 0-2 1-3 2-4 ||| 7 1
-! aber ||| ! - but , ||| 0.0775352 ||| 0-0 0-1 1-2 0-3 ||| 44 1
-! aber ||| , and ||| 1 ||| 0-0 1-1 ||| 44 1
-! aber ||| , but exactly ||| 1 ||| 0-0 1-1 ||| 44 1
-! aber ||| , but its prospects ||| 1 ||| 0-0 1-1 ||| 44 1
-! aber ||| , but its ||| 1 ||| 0-0 1-1 ||| 44 1
-! aber ||| , but ||| 1 ||| 0-0 1-1 ||| 44 30
-! aber ||| EU , but ||| 1 ||| 0-1 1-2 ||| 44 1
-! aber ||| am saying ||| 1 ||| 0-0 1-1 ||| 44 1
-! aber ||| been taken , but ||| 1 ||| 0-2 1-3 ||| 44 1
-! aber ||| control , but ||| 1 ||| 0-1 1-2 ||| 44 1
-! aber ||| from , but ||| 1 ||| 0-1 1-2 ||| 44 1
-! aber ||| have been taken , but ||| 1 ||| 0-3 1-4 ||| 44 1
-! aber ||| supervisory control , but ||| 1 ||| 0-2 1-3 ||| 44 1
-! aber ||| taken , but ||| 1 ||| 0-1 1-2 ||| 44 1
-! aber ||| the EU , but ||| 1 ||| 0-2 1-3 ||| 44 1
-! abgesehen von der Technik der Mittelzuweisungen ||| , beyond its technique on envelopes ||| 1 ||| 0-0 1-1 2-1 3-2 4-3 5-4 6-5 ||| 1 1
-! abgesehen von der Technik der ||| , beyond its technique on ||| 1 ||| 0-0 1-1 2-1 3-2 4-3 5-4 ||| 1 1
-! abgesehen von der Technik ||| , beyond its technique ||| 1 ||| 0-0 1-1 2-1 3-2 4-3 ||| 1 1
-! abgesehen von der ||| , beyond its ||| 1 ||| 0-0 1-1 2-1 3-2 ||| 1 1
-! abgesehen von ||| , beyond ||| 1 ||| 0-0 1-1 2-1 ||| 1 1
-! abschließend möchte ich noch ||| , I should like to conclude by ||| 1 ||| 0-0 3-1 2-2 2-3 2-4 1-5 1-6 ||| 1 1
-! abschließend möchte ich ||| , I should like to conclude by ||| 1 ||| 0-0 3-1 2-2 2-3 2-4 1-5 1-6 ||| 2 1
-! abschließend möchte ich ||| to conclude , ||| 1 ||| 1-0 1-1 2-1 3-1 0-2 ||| 2 1
-! abschließend ||| , by way of conclusion , ||| 1 ||| 0-0 1-1 1-4 ||| 2 1
-! abschließend ||| , by way of conclusion ||| 1 ||| 0-0 1-1 1-4 ||| 2 1
-! all dies ist ||| that all these things should ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! all dies ||| that all these things ||| 1 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! all ||| that all ||| 1 ||| 0-0 1-1 ||| 1 1
-! alle , die mich kennen , ||| , those who know me can ||| 1 ||| 0-0 1-1 2-2 3-2 6-2 5-3 4-4 5-5 ||| 1 1
-! alle Arten landwirtschaftlicher Tätigkeit und ||| , all types of agricultural activity and ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 5-6 ||| 1 1
-! alle Arten landwirtschaftlicher Tätigkeit ||| , all types of agricultural activity ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 1 1
-! alle Arten landwirtschaftlicher ||| , all types of agricultural ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1 1
-! alle Arten ||| , all types ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! alle Mittel aus dem europäischen Haushalt ||| , all funds from the European Budget ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! alle Mittel aus dem europäischen ||| , all funds from the European ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! alle Mittel aus dem ||| , all funds from the ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! alle Mittel aus ||| , all funds from ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! alle Mittel ||| , all funds ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! alle singen heute ||| , everyone is proclaiming today ||| 1 ||| 0-0 1-1 2-3 3-4 ||| 1 1
-! alle singen ||| , everyone is proclaiming ||| 1 ||| 0-0 1-1 2-3 ||| 1 1
-! alle wissen um die ||| , no one is unaware of the ||| 1 ||| 0-0 1-1 3-3 2-4 4-6 ||| 1 1
-! alle wissen um ||| , no one is unaware of ||| 1 ||| 0-0 1-1 3-3 2-4 ||| 2 1
-! alle wissen um ||| , no one is unaware ||| 1 ||| 0-0 1-1 3-3 2-4 ||| 2 1
-! alle ||| , all ||| 1 ||| 0-0 1-1 ||| 7 2
-! alle ||| , everyone is ||| 1 ||| 0-0 1-1 ||| 7 1
-! alle ||| , everyone ||| 1 ||| 0-0 1-1 ||| 7 1
-! alle ||| , no one ||| 1 ||| 0-0 1-1 ||| 7 1
-! alle ||| , no ||| 1 ||| 0-0 1-1 ||| 7 1
-! alle ||| , those ||| 1 ||| 0-0 1-1 ||| 7 1
-! allerdings gehört das ||| , but unfortunately that has ||| 1 ||| 0-0 1-1 1-2 3-3 2-4 ||| 1 1
-! allerdings muss sie mit ||| , but the opinion must accord with ||| 1 ||| 0-0 1-1 3-2 2-4 4-6 ||| 1 1
-! allerdings muss sie ||| , but the opinion must accord ||| 1 ||| 0-0 1-1 3-2 2-4 ||| 2 1
-! allerdings muss sie ||| , but the opinion must ||| 1 ||| 0-0 1-1 3-2 2-4 ||| 2 1
-! allerdings ||| , but unfortunately ||| 1 ||| 0-0 1-1 1-2 ||| 2 1
-! allerdings ||| , but ||| 1 ||| 0-0 1-1 ||| 2 1
-! alles an diesen Informationen ist in ||| , all of this information is ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! alles an diesen Informationen ist ||| , all of this information is ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! alles an diesen Informationen ||| , all of this information ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! alles an diesen ||| , all of this ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! alles an ||| , all of ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! alles ist bereits gesagt worden . ||| , everything has been said . ||| 1 ||| 0-0 1-1 2-2 5-3 3-4 4-4 6-5 ||| 1 1
-! alles ist bereits gesagt worden ||| , everything has been said ||| 1 ||| 0-0 1-1 2-2 5-3 3-4 4-4 ||| 1 1
-! alles ist ||| , everything has ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! alles ||| , all ||| 1 ||| 0-0 1-1 ||| 2 1
-! alles ||| , everything ||| 1 ||| 0-0 1-1 ||| 2 1
-! allgemein gesagt , halte ich diese ||| , generally speaking I consider this ||| 1 ||| 0-0 1-1 1-2 2-2 5-3 4-4 6-5 ||| 1 1
-! allgemein gesagt , halte ich ||| , generally speaking I consider ||| 1 ||| 0-0 1-1 1-2 2-2 5-3 4-4 ||| 1 1
-! allgemein gesagt , ||| , generally speaking ||| 1 ||| 0-0 1-1 1-2 2-2 ||| 1 1
-! allgemein gesagt ||| , generally speaking ||| 1 ||| 0-0 1-1 1-2 2-2 ||| 1 1
-! allzu viele ||| , there are too many ||| 1 ||| 0-0 0-1 1-3 2-4 ||| 1 1
-! allzu ||| , there are too ||| 1 ||| 0-0 0-1 1-3 ||| 1 1
-! als Abgeordneter aus ||| , as a member of parliament from ||| 1 ||| 0-0 1-1 2-2 2-3 2-5 3-6 ||| 1 1
-! als Abgeordneter des ||| , as a Member for the ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 3-5 ||| 1 1
-! als Abgeordneter von der französischen ||| , as a Member for the French ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 5-6 ||| 1 1
-! als Abgeordneter von der ||| , as a Member for the ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 4-5 ||| 1 1
-! als Abgeordneter von ||| , as a Member for ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 ||| 1 1
-! als Abgeordneter ||| , as a Member ||| 1 ||| 0-0 1-1 2-2 2-3 ||| 3 2
-! als Abgeordneter ||| , as a member of parliament ||| 1 ||| 0-0 1-1 2-2 2-3 2-5 ||| 3 1
-! als Beobachter des Europäischen Parlaments ||| , as European Parliament observers , ||| 1 ||| 0-0 1-1 4-2 3-3 5-3 2-4 ||| 2 1
-! als Beobachter des Europäischen Parlaments ||| , as European Parliament observers ||| 1 ||| 0-0 1-1 4-2 3-3 5-3 2-4 ||| 2 1
-! als Berichterstatter bedaure ich es eigentlich ||| , as rapporteur I regret the fact ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 6-6 ||| 1 1
-! als Berichterstatter bedaure ich es ||| , as rapporteur I regret the ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 ||| 1 1
-! als Berichterstatter bedaure ich ||| , as rapporteur I regret ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 ||| 1 1
-! als Berichterstatter für Estland ||| , as rapporteur for Estonia ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! als Berichterstatter für ||| , as rapporteur for ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! als Berichterstatter zu ||| , in the capacity of rapporteur for ||| 1 ||| 0-0 1-1 1-2 1-3 2-5 3-6 ||| 1 1
-! als Berichterstatter zum Beitritt ||| , as rapporteur for the accession of ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 2 1
-! als Berichterstatter zum Beitritt ||| , as rapporteur for the accession ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 2 1
-! als Berichterstatter zum ||| , as rapporteur for the ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1 1
-! als Berichterstatter ||| , as rapporteur ||| 1 ||| 0-0 1-1 2-2 ||| 4 3
-! als Berichterstatter ||| , in the capacity of rapporteur ||| 1 ||| 0-0 1-1 1-2 1-3 2-5 ||| 4 1
-! als Berichterstatterin meiner Fraktion für ||| , as my group 's rapporteur for ||| 1 ||| 0-0 1-1 3-2 4-3 2-5 5-6 ||| 1 1
-! als Berichterstatterin meiner Fraktion ||| , as my group 's rapporteur ||| 1 ||| 0-0 1-1 3-2 4-3 2-5 ||| 1 1
-! als Berichterstatterin ||| , as rapporteur ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! als Berichterstatterin über die Entlastung betreffend ||| , as rapporteur on the discharge for ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 6-6 ||| 1 1
-! als Berichterstatterin über die Entlastung ||| , as rapporteur on the discharge ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 5-5 ||| 1 1
-! als Berichterstatterin über die ||| , as rapporteur on the ||| 1 ||| 0-0 1-1 2-2 3-3 4-4 ||| 1 1
-! als Berichterstatterin über ||| , as rapporteur on ||| 1 ||| 0-0 1-1 2-2 3-3 ||| 1 1
-! als Beweis dafür , daß dieses ||| , as proof that this ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 5-3 6-4 ||| 1 1
-! als Beweis dafür , daß ||| , as proof that ||| 1 ||| 0-0 1-1 2-2 3-2 4-3 5-3 ||| 1 1
-! als Beweis dafür ||| , as proof ||| 1 ||| 0-0 1-1 2-2 3-2 ||| 1 1
-! als Bürgerbeauftragter vertreten Sie die 450 ||| , as Ombudsman you represent the 450 ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 6-6 ||| 1 1
-! als Bürgerbeauftragter vertreten Sie die ||| , as Ombudsman you represent the ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 5-5 ||| 1 1
-! als Bürgerbeauftragter vertreten Sie ||| , as Ombudsman you represent ||| 1 ||| 0-0 1-1 2-2 4-3 3-4 ||| 1 1
-! als Bürgerbeauftragter ||| , as Ombudsman ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! als China ||| , when China ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! als Christdemokrat und schwedischer ||| , as a Christian Democrat and Swedish ||| 1 ||| 0-0 1-1 2-2 2-3 2-4 3-5 4-6 ||| 1 1
-! als Christdemokrat und ||| , as a Christian Democrat and ||| 1 ||| 0-0 1-1 2-2 2-3 2-4 3-5 ||| 1 1
-! als Christdemokrat ||| , as a Christian Democrat ||| 1 ||| 0-0 1-1 2-2 2-3 2-4 ||| 1 1
-! als Deutscher ist man hier in ||| , any German in this House will ||| 1 ||| 0-0 1-1 2-1 2-2 6-3 4-4 5-4 5-5 3-6 ||| 1 1
-! als Deutscher ||| , any German ||| 1 ||| 0-0 1-1 2-1 2-2 ||| 1 1
-! als Einwohner der ||| , as a resident of the ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1 1
-! als Einwohner ||| , as a resident ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! als Ergebnis der Beratungen auf ||| , as a result of consultations at ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 5-6 ||| 1 1
-! als Ergebnis der Beratungen ||| , as a result of consultations ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 4-5 ||| 1 1
-! als Ergebnis der ||| , as a result of ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 ||| 1 1
-! als Ergebnis ||| , as a result ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! als Ergänzung zu meiner ||| , further to the question that I ||| 1 ||| 0-0 2-1 3-2 1-3 4-6 ||| 1 1
-! als Ergänzung zu ||| , further to the question that ||| 1 ||| 0-0 2-1 3-2 1-3 ||| 3 1
-! als Ergänzung zu ||| , further to the question ||| 1 ||| 0-0 2-1 3-2 1-3 ||| 3 1
-! als Ergänzung zu ||| , further to the ||| 1 ||| 0-0 2-1 3-2 1-3 ||| 3 1
-! als Erstes möchte ich ||| , I should like to start by ||| 1 ||| 0-0 4-1 3-2 3-3 3-4 2-5 2-6 ||| 2 1
-! als Erstes möchte ich ||| , firstly I would like to ||| 1 ||| 0-0 1-1 2-1 4-2 3-3 3-4 3-5 ||| 2 1
-! als Erstes ||| , first of all , ||| 1 ||| 0-0 1-1 2-1 ||| 12 1
-! als Erstes ||| , first of all ||| 1 ||| 0-0 1-1 2-1 ||| 12 3
-! als Erstes ||| , first of ||| 1 ||| 0-0 1-1 2-1 ||| 12 3
-! als Erstes ||| , first ||| 1 ||| 0-0 1-1 2-1 ||| 12 3
-! als Erstes ||| , firstly ||| 1 ||| 0-0 1-1 2-1 ||| 12 1
-! als Erstes ||| , the first message ||| 1 ||| 0-0 1-1 2-2 2-3 ||| 12 1
-! als Föderalisten haben ||| , as a pro-federalist party ||| 1 ||| 0-0 1-1 1-2 2-3 3-3 2-4 ||| 1 1
-! als Grüne bin ich ||| , as a Green I am ||| 1 ||| 0-0 1-1 1-2 2-3 4-4 3-5 ||| 1 1
-! als Grüne ||| , as a Green ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! als Leiter der Delegation ||| , as the leader of the delegation ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 4-6 ||| 1 1
-! als Leiter der ||| , as the leader of the ||| 1 ||| 0-0 1-1 1-2 2-3 3-4 3-5 ||| 1 1
-! als Leiter ||| , as the leader ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
-! als Mitberichterstatter dieser ||| , as co-rapporteur for this , ||| 1 ||| 0-0 1-1 2-2 3-4 ||| 2 1
-! als Mitberichterstatter dieser ||| , as co-rapporteur for this ||| 1 ||| 0-0 1-1 2-2 3-4 ||| 2 1
-! als Mitberichterstatter ||| , as co-rapporteur for ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! als Mitberichterstatter ||| , as co-rapporteur ||| 1 ||| 0-0 1-1 2-2 ||| 2 1
-! als Mitglied des ||| , as a member of the ||| 1 ||| 0-0 1-1 2-2 2-3 3-4 3-5 ||| 1 1
-! als Mitglied ||| , as a member ||| 1 ||| 0-0 1-1 2-2 2-3 ||| 1 1
-! als Präsident der Europäischen Union ||| , as President-in-Office of the European Union ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 5-6 ||| 1 1
-! als Präsident der Europäischen ||| , as President-in-Office of the European ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 4-5 ||| 1 1
-! als Präsident der ||| , as President-in-Office of the ||| 1 ||| 0-0 1-1 2-2 3-3 3-4 ||| 1 1
-! als Präsident ||| , as President-in-Office ||| 1 ||| 0-0 1-1 2-2 ||| 1 1
-! als Schotte und Ihr Landsmann bin ||| , as a fellow Scot , ||| 1 ||| 0-0 1-1 2-2 3-3 2-4 4-4 5-4 6-4 ||| 2 1
-! als Schotte und Ihr Landsmann bin ||| , as a fellow Scot ||| 1 ||| 0-0 1-1 2-2 3-3 2-4 4-4 5-4 6-4 ||| 2 1
-! als Sie ||| , when ||| 1 ||| 0-0 1-1 ||| 1 1
-! als Skandinavierin verwende ich ||| , as a Scandinavian , I ||| 1 ||| 0-0 1-1 1-2 2-3 4-5 ||| 1 1
-! als Skandinavierin verwende ||| , as a Scandinavian , ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 2 1
-! als Skandinavierin verwende ||| , as a Scandinavian ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 2 1
-! als Skandinavierin ||| , as a Scandinavian , ||| 1 ||| 0-0 1-1 1-2 2-3 ||| 1 1
diff --git a/regression-testing/tests/score.phrase-based/args.txt b/regression-testing/tests/score.phrase-based/args.txt
deleted file mode 100644
index ff2f97026..000000000
--- a/regression-testing/tests/score.phrase-based/args.txt
+++ /dev/null
@@ -1 +0,0 @@
-$data_dir/models/score.phrase-based/extract.sorted $data_dir/models/score.phrase-based/lex.f2e $outPath
diff --git a/regression-testing/tests/score.phrase-based/truth/results.txt b/regression-testing/tests/score.phrase-based/truth/results.txt
deleted file mode 100644
index d8b64963d..000000000
--- a/regression-testing/tests/score.phrase-based/truth/results.txt
+++ /dev/null
@@ -1,1739 +0,0 @@
-! ! ! ) bezeichnet wird , ||| ! ! ! ) , ||| 0.000466119 ||| ||| 1 1
-! ! ! ) bezeichnet wird ||| ! ! ! ) ||| 0.000466119 ||| ||| 1 1
-! ! ! ) bezeichnet ||| ! ! ! ) ||| 0.000466119 ||| ||| 1 1
-! ! ! ) ||| ! ! ! ) ||| 0.000466119 ||| ||| 3 2
-! ! ! ) ||| ! ) ||| 0.0775352 ||| ||| 3 1
-! ! ! ||| ! ! ! ||| 0.000466119 ||| ||| 8 3
-! ! ! ||| ! ||| 0.0775352 ||| ||| 8 5
-! ! ) bezeichnet wird , hat ||| ! ! ) , has ||| 0.00601171 ||| ||| 1 1
-! ! ) bezeichnet wird , ||| ! ! ) , ||| 0.00601171 ||| ||| 1 1
-! ! ) bezeichnet wird ||| ! ! ) ||| 0.00601171 ||| ||| 1 1
-! ! ) bezeichnet ||| ! ! ) ||| 0.00601171 ||| ||| 1 1
-! ! ) ||| ! ! ) ||| 0.00601171 ||| ||| 2 2
-! ! die Bilanz , die wir ||| and we ||| 1 ||| ||| 1 1
-! ! die Bilanz , die ||| and ||| 1 ||| ||| 1 1
-! ! die Bilanz , ||| and ||| 1 ||| ||| 1 1
-! ! ||| ! ! ||| 0.00601171 ||| ||| 11 7
-! ! ||| ! ||| 0.0775352 ||| ||| 11 2
-! ! ||| . ||| 1 ||| ||| 11 1
-! ! ||| unemployment ! ||| 0.0775352 ||| ||| 11 1
-! " ( Europa war gut zu ||| ! ' ||| 0.022535 ||| ||| 1 1
-! " ( Europa war gut ||| ! ' ||| 0.022535 ||| ||| 1 1
-! " ( Europa war ||| ! ' ||| 0.022535 ||| ||| 1 1
-! " ( Europa ||| ! ' ||| 0.022535 ||| ||| 1 1
-! " ( es ist die Sonne ||| the sun ||| 1 ||| ||| 1 1
-! " ( es ist die ||| the ||| 1 ||| ||| 1 1
-! " ( ||| ! ' ||| 0.022535 ||| ||| 1 1
-! " ) Heute ||| ! ' ) We ||| 0.0449274 ||| ||| 1 1
-! " ) Sie haben vollkommen recht ||| ! ' exactly ||| 0.0449274 ||| ||| 1 1
-! " ) Sie haben vollkommen ||| ! ' exactly ||| 0.0449274 ||| ||| 1 1
-! " ) Sie haben ||| ! ' ||| 0.0449274 ||| ||| 1 1
-! " ) Sie ||| ! ' ||| 0.0449274 ||| ||| 1 1
-! " ) sagte er , die ||| ! ' ) said that the ||| 0.0449274 ||| ||| 1 1
-! " ) sagte er , ||| ! ' ) said that ||| 0.0449274 ||| ||| 1 1
-! " ) sagte er ||| ! ' ) said ||| 0.0449274 ||| ||| 1 1
-! " ) sagte ||| ! ' ) said ||| 0.0449274 ||| ||| 1 1
-! " ) ||| ! ' ) ||| 0.0449274 ||| ||| 11 8
-! " ) ||| ! ' ||| 0.0449274 ||| ||| 11 1
-! " ) ||| common ||| 1 ||| ||| 11 1
-! " ) ||| more common ||| 1 ||| ||| 11 1
-! " , aber natürlich unter der ||| ' , but of course on ||| 0.289866 ||| ||| 1 1
-! " , aber natürlich unter ||| ' , but of course on ||| 0.289866 ||| ||| 1 1
-! " , aber natürlich ||| ' , but of course ||| 0.289866 ||| ||| 1 1
-! " , aber ||| ' , but ||| 0.289866 ||| ||| 1 1
-! " , also ||| ' , i.e. , ||| 0.579445 ||| ||| 1 1
-! " , antwortete der Präsident . ||| ! " replied the President . ||| 0.00917533 ||| ||| 1 1
-! " , antwortete der Präsident ||| ! " replied the President ||| 0.00917533 ||| ||| 1 1
-! " , antwortete der ||| ! " replied the ||| 0.00917533 ||| ||| 1 1
-! " , antwortete ||| ! " replied ||| 0.00917533 ||| ||| 1 1
-! " , der ||| ! ' , which ||| 0.0449274 ||| ||| 1 1
-! " , doch der ||| ! " but a ||| 0.00917533 ||| ||| 1 1
-! " , doch ||| ! " but ||| 0.00917533 ||| ||| 1 1
-! " , entgegnete der Pilot ||| ' flying is the safest form of ||| 0.526578 ||| ||| 2 1
-! " , entgegnete der Pilot ||| ' flying is the safest form ||| 0.526578 ||| ||| 2 1
-! " , entgegnete der ||| ' flying is the ||| 0.526578 ||| ||| 1 1
-! " , gab ich zur Antwort ||| ! ' I replied ||| 0.0449274 ||| ||| 1 1
-! " , muss ||| is ! ' ||| 0.0449274 ||| ||| 1 1
-! " , rief Alice ' . ||| ! †cried Alice ' . ||| 0.042258 ||| ||| 1 1
-! " , rief Alice ' ||| ! †cried Alice ' ||| 0.042258 ||| ||| 1 1
-! " , rief Alice ||| ! †cried Alice ||| 0.0775352 ||| ||| 1 1
-! " , rief ich aus , ||| , ||| 1 ||| ||| 2 1
-! " , rief ich aus , ||| done , ||| 1 ||| ||| 2 1
-! " , rief ich aus ||| , ||| 1 ||| ||| 2 1
-! " , rief ich aus ||| done , ||| 1 ||| ||| 2 1
-! " , rief ich ||| , ||| 1 ||| ||| 2 1
-! " , rief ich ||| done , ||| 1 ||| ||| 2 1
-! " , rief ||| ! †cried ||| 0.0775352 ||| ||| 3 1
-! " , rief ||| , ||| 1 ||| ||| 3 1
-! " , rief ||| done , ||| 1 ||| ||| 3 1
-! " , sagte die andere Kuh ||| , " replied the other cow ||| 0.118338 ||| ||| 1 1
-! " , sagte die andere ||| , " replied the other ||| 0.118338 ||| ||| 1 1
-! " , sagte die ||| , " replied the ||| 0.118338 ||| ||| 1 1
-! " , sagte ich zu ihr ||| ! " I said to her ||| 0.00917533 ||| ||| 1 1
-! " , sagte ich zu ||| ! " I said to ||| 0.00917533 ||| ||| 1 1
-! " , sagte ich ||| ! " I said ||| 0.00917533 ||| ||| 1 1
-! " , sagte ||| , " replied ||| 0.118338 ||| ||| 1 1
-! " , schrie der Hirtenjunge ||| ! " , cried the shepherd boy ||| 0.00917533 ||| ||| 1 1
-! " , schrie der ||| ! " , cried the ||| 0.00917533 ||| ||| 1 1
-! " , schrie ||| ! " , cried ||| 0.00917533 ||| ||| 1 1
-! " , sondern damit es ||| ! ' , but so that they ||| 0.0449274 ||| ||| 1 1
-! " , sondern damit ||| ! ' , but so that ||| 0.0449274 ||| ||| 1 1
-! " , sondern ||| ! ' , but ||| 0.0449274 ||| ||| 1 1
-! " , und fuhr fort , ||| ! ' and ||| 0.0449274 ||| ||| 1 1
-! " , und fuhr fort ||| ! ' and ||| 0.0449274 ||| ||| 1 1
-! " , und fuhr ||| ! ' and ||| 0.0449274 ||| ||| 1 1
-! " , und ||| ! ' and ||| 0.0449274 ||| ||| 1 1
-! " , weil insgesamt fünf Kollegen ||| , " because altogether five colleagues ||| 0.118338 ||| ||| 1 1
-! " , weil insgesamt fünf ||| , " because altogether five ||| 0.118338 ||| ||| 1 1
-! " , weil insgesamt ||| , " because altogether ||| 0.118338 ||| ||| 1 1
-! " , weil ||| , " because ||| 0.118338 ||| ||| 1 1
-! " , worauf Eric antwortet : ||| , ' and Eric says , ||| 0.579445 ||| ||| 1 1
-! " , worauf ||| , ' and ||| 0.579445 ||| ||| 1 1
-! " , ||| ! " , ||| 0.00917533 ||| ||| 22 2
-! " , ||| ! " ||| 0.00917533 ||| ||| 22 3
-! " , ||| ! ' , ||| 0.0449274 ||| ||| 22 2
-! " , ||| ! ' ||| 0.0449274 ||| ||| 22 3
-! " , ||| ! †||| 0.0775352 ||| ||| 22 1
-! " , ||| ' , ||| 0.289866 ||| ||| 22 1
-! " , ||| , " ||| 0.118338 ||| ||| 22 2
-! " , ||| , ||| 1 ||| ||| 22 1
-! " , ||| ? ' ||| 0.579445 ||| ||| 22 1
-! " , ||| any fish ? ' ||| 0.579445 ||| ||| 22 1
-! " , ||| done , ||| 1 ||| ||| 22 1
-! " , ||| fish ? ' ||| 0.579445 ||| ||| 22 1
-! " , ||| give you " , ||| 0.118338 ||| ||| 22 1
-! " , ||| to give you " , ||| 0.118338 ||| ||| 22 1
-! " , ||| you " , ||| 0.118338 ||| ||| 22 1
-! " - obwohl wir doch wissen ||| ' . whereas we know ||| 0.289866 ||| ||| 1 1
-! " - obwohl wir ||| ' . whereas we ||| 0.289866 ||| ||| 1 1
-! " - obwohl ||| ' . whereas ||| 0.289866 ||| ||| 1 1
-! " - und dies ||| ! ' - and what is ||| 0.0449274 ||| ||| 1 1
-! " - und dies übrigens ||| ! ' - and what is more ||| 0.0449274 ||| ||| 1 1
-! " - und ||| ! ' - and ||| 0.0449274 ||| ||| 1 1
-! " - ||| ! ' - ||| 0.0449274 ||| ||| 2 1
-! " - ||| ' . ||| 0.289866 ||| ||| 2 1
-! " . und Spinelli , der ||| ! ' ; Spinelli , who ||| 0.0449274 ||| ||| 1 1
-! " . und Spinelli ||| ! ' ; Spinelli ||| 0.0449274 ||| ||| 1 1
-! " . und ||| ! ' ; ||| 0.0449274 ||| ||| 1 1
-! " . ||| ! ' . ||| 0.0449274 ||| ||| 18 4
-! " . ||| ! ' ||| 0.0224666 ||| ||| 18 9
-! " . ||| ! . ||| 0.0775352 ||| ||| 18 1
-! " . ||| ' . ||| 0.579445 ||| ||| 18 1
-! " . ||| . †||| 1 ||| ||| 18 1
-! " . ||| a living ! ' . ||| 0.0449274 ||| ||| 18 1
-! " . ||| living ! ' . ||| 0.0449274 ||| ||| 18 1
-! " : mit der linken Hand ||| ' - ||| 0.289866 ||| ||| 1 1
-! " : mit der linken ||| ' - ||| 0.289866 ||| ||| 1 1
-! " : mit der ||| ' - ||| 0.289866 ||| ||| 1 1
-! " : mit ||| ' - ||| 0.289866 ||| ||| 1 1
-! " : ||| ' - ||| 0.289866 ||| ||| 1 1
-! " ? ||| ! " ||| 0.00461275 ||| ||| 2 1
-! " ? ||| ! ' ? ||| 0.0449274 ||| ||| 2 1
-! " Europa gelingt gemeinsam ! " ||| . ||| 1 ||| ||| 1 1
-! " Europa gelingt gemeinsam ! ||| . ||| 1 ||| ||| 1 1
-! " Europa gelingt gemeinsam ||| . ||| 1 ||| ||| 1 1
-! " Europa gelingt ||| . ||| 1 ||| ||| 1 1
-! " Europa ||| . ||| 1 ||| ||| 1 1
-! " Le nationalisme , c ||| : ' Le nationalisme , c ||| 0.579445 ||| ||| 1 1
-! " Le nationalisme , ||| : ' Le nationalisme , ||| 0.579445 ||| ||| 1 1
-! " Le nationalisme ||| : ' Le nationalisme ||| 0.579445 ||| ||| 1 1
-! " Le ||| : ' Le ||| 0.579445 ||| ||| 1 1
-! " an die Eurokraten in Brüssel ||| ' to the Brussels Eurocrats ||| 0.289866 ||| ||| 1 1
-! " an die ||| ' to the ||| 0.289866 ||| ||| 1 1
-! " an ||| ' to ||| 0.289866 ||| ||| 1 1
-! " begrüßt ||| ! ' ||| 0.0449274 ||| ||| 1 1
-! " das war die Antwort ||| their reply was that ||| 1 ||| ||| 1 1
-! " das war ||| was that ||| 1 ||| ||| 1 1
-! " das ||| that ||| 1 ||| ||| 1 1
-! " die Milch macht ' s ||| , ' milk is good for you ||| 0.579445 ||| ||| 1 1
-! " die Milch macht ' ||| , ' milk is good for ||| 0.579445 ||| ||| 2 1
-! " die Milch macht ' ||| , ' milk is good ||| 0.579445 ||| ||| 2 1
-! " die Milch macht ||| , ' milk is good for ||| 0.579445 ||| ||| 2 1
-! " die Milch macht ||| , ' milk is good ||| 0.579445 ||| ||| 2 1
-! " die Milch ||| , ' milk ||| 0.579445 ||| ||| 1 1
-! " die ||| , ' ||| 0.579445 ||| ||| 1 1
-! " diese Botschaft ||| a message ||| 1 ||| ||| 1 1
-! " diese ||| a ||| 1 ||| ||| 1 1
-! " geht nicht mehr weiter ||| ! " can no longer continue ||| 0.00917533 ||| ||| 1 1
-! " geht nicht mehr ||| ! " can no longer ||| 0.00917533 ||| ||| 1 1
-! " geht nicht ||| ! " can no ||| 0.00917533 ||| ||| 1 1
-! " geht ||| ! " can ||| 0.00917533 ||| ||| 1 1
-! " gehört , und denen ||| ! ' , and those ||| 0.0449274 ||| ||| 2 1
-! " gehört , und denen ||| kill ! ' , and those ||| 0.0449274 ||| ||| 2 1
-! " gehört , und ||| ! ' , and ||| 0.0449274 ||| ||| 2 1
-! " gehört , und ||| kill ! ' , and ||| 0.0449274 ||| ||| 2 1
-! " gehört , ||| ! ' , ||| 0.0449274 ||| ||| 2 1
-! " gehört , ||| kill ! ' , ||| 0.0449274 ||| ||| 2 1
-! " gehört ||| ! ' ||| 0.0449274 ||| ||| 2 1
-! " gehört ||| kill ! ' ||| 0.0449274 ||| ||| 2 1
-! " hat das Parlament bereits ||| ! ' , Parliament has already ||| 0.0449274 ||| ||| 1 1
-! " hat das Parlament ||| ! ' , Parliament ||| 0.0449274 ||| ||| 1 1
-! " hat ||| ! ' , ||| 0.0449274 ||| ||| 1 1
-! " kommen ||| " ||| 0.0592024 ||| ||| 1 1
-! " mögen ||| ' , may ||| 0.579445 ||| ||| 1 1
-! " nicht nur in bezug ||| ' does not just ||| 0.579445 ||| ||| 1 1
-! " nicht nur in ||| ' does not just ||| 0.579445 ||| ||| 1 1
-! " nicht nur ||| ' does not just ||| 0.579445 ||| ||| 1 1
-! " nicht ||| ' does not ||| 0.579445 ||| ||| 1 1
-! " oder zu Kollegin Harms ||| ! ' , and to Mrs Harms ||| 0.0449274 ||| ||| 1 1
-! " oder zu Kollegin ||| ! ' , and to Mrs ||| 0.0449274 ||| ||| 1 1
-! " oder zu ||| ! ' , and to ||| 0.0449274 ||| ||| 1 1
-! " oder ||| ! ' , and ||| 0.0449274 ||| ||| 2 1
-! " oder ||| ! ' or ||| 0.0449274 ||| ||| 2 1
-! " rufe vonseiten der IND ||| ! ' from members of the IND ||| 0.0449274 ||| ||| 1 1
-! " rufe vonseiten der ||| ! ' from members of the ||| 0.0449274 ||| ||| 1 1
-! " rufe vonseiten ||| ! ' from members of ||| 0.0449274 ||| ||| 3 1
-! " rufe vonseiten ||| ! ' from members ||| 0.0449274 ||| ||| 3 1
-! " rufe vonseiten ||| ! ' from ||| 0.0449274 ||| ||| 3 1
-! " rufe ||| ! ' ||| 0.0449274 ||| ||| 1 1
-! " rufen , würden wir ||| ' , we would ||| 0.579445 ||| ||| 1 1
-! " rufen , ||| ' , ||| 0.579445 ||| ||| 1 1
-! " rufen die Föderalisten , und ||| ! ' say the federalists , and ||| 0.0449274 ||| ||| 1 1
-! " rufen die Föderalisten , ||| ! ' say the federalists , ||| 0.0449274 ||| ||| 1 1
-! " rufen die Föderalisten ||| ! ' say the federalists ||| 0.0449274 ||| ||| 1 1
-! " rufen die ||| ! ' say the ||| 0.0449274 ||| ||| 1 1
-! " rufen ||| ! ' say ||| 0.0449274 ||| ||| 2 1
-! " rufen ||| ' ||| 0.579445 ||| ||| 2 1
-! " sagen die ||| , ' say the people on the ||| 0.579445 ||| ||| 1 1
-! " sagen ||| , ' say the people on ||| 0.579445 ||| ||| 4 1
-! " sagen ||| , ' say the people ||| 0.579445 ||| ||| 4 1
-! " sagen ||| , ' say the ||| 0.579445 ||| ||| 4 1
-! " sagen ||| , ' say ||| 0.579445 ||| ||| 4 1
-! " steht . ||| ! ' ||| 0.0449274 ||| ||| 1 1
-! " steht ||| ! ' ||| 0.0449274 ||| ||| 1 1
-! " und Nizza II ? ||| ! ' and Nice II ? ||| 0.0449274 ||| ||| 1 1
-! " und Nizza II ||| ! ' and Nice II ||| 0.0449274 ||| ||| 1 1
-! " und Nizza ||| ! ' and Nice ||| 0.0449274 ||| ||| 1 1
-! " und schlagen uns an die ||| ! ' and beat our ||| 0.0449274 ||| ||| 1 1
-! " und schlagen uns an ||| ! ' and beat our ||| 0.0449274 ||| ||| 1 1
-! " und schlagen uns ||| ! ' and beat our ||| 0.0449274 ||| ||| 1 1
-! " und schlagen ||| ! ' and beat ||| 0.0449274 ||| ||| 1 1
-! " und ||| ! ' and ||| 0.0449274 ||| ||| 2 2
-! " vereinen ||| ! ' ||| 0.0449274 ||| ||| 1 1
-! " zu allen Formen des Protektionismus ||| ! ' to all forms of protectionism ||| 0.0449274 ||| ||| 1 1
-! " zu allen Formen des ||| ! ' to all forms of ||| 0.0449274 ||| ||| 1 1
-! " zu allen Formen ||| ! ' to all forms ||| 0.0449274 ||| ||| 1 1
-! " zu allen ||| ! ' to all ||| 0.0449274 ||| ||| 1 1
-! " zu ||| ! ' to ||| 0.0449274 ||| ||| 1 1
-! " zur Offenheit und zum Wettbewerb ||| ! ' to openness and competition ||| 0.0449274 ||| ||| 1 1
-! " zur Offenheit und zum ||| ! ' to openness and ||| 0.0449274 ||| ||| 1 1
-! " zur Offenheit und ||| ! ' to openness and ||| 0.0449274 ||| ||| 1 1
-! " zur Offenheit ||| ! ' to openness ||| 0.0449274 ||| ||| 1 1
-! " zur ||| ! ' to ||| 0.0449274 ||| ||| 1 1
-! " ||| ! " . ||| 0.00917533 ||| ||| 233 1
-! " ||| ! " ||| 0.00917533 ||| ||| 233 29
-! " ||| ! ' ' really ? ' ||| 0.0150846 ||| ||| 233 1
-! " ||| ! ' , ||| 0.0449274 ||| ||| 233 1
-! " ||| ! ' . ||| 0.0449274 ||| ||| 233 4
-! " ||| ! ' ||| 0.0449274 ||| ||| 233 101
-! " ||| ! .... ' ||| 0.0449274 ||| ||| 233 1
-! " ||| ! ||| 0.0775352 ||| ||| 233 7
-! " ||| ! †||| 0.0775352 ||| ||| 233 2
-! " ||| " . ||| 0.118338 ||| ||| 233 2
-! " ||| " ||| 0.0592024 ||| ||| 233 2
-! " ||| ' ! ||| 0.0449274 ||| ||| 233 2
-! " ||| ' , ||| 0.579445 ||| ||| 233 1
-! " ||| ' . ||| 0.579445 ||| ||| 233 12
-! " ||| ' ||| 0.289866 ||| ||| 233 8
-! " ||| , " ||| 0.118338 ||| ||| 233 2
-! " ||| , ' ||| 0.579445 ||| ||| 233 4
-! " ||| , that ||| 1 ||| ||| 233 1
-! " ||| , ||| 1 ||| ||| 233 5
-! " ||| . " ! ||| 0.00917533 ||| ||| 233 1
-! " ||| . " ||| 0.118338 ||| ||| 233 3
-! " ||| . ' ||| 0.579445 ||| ||| 233 2
-! " ||| . ||| 1 ||| ||| 233 10
-! " ||| : ' ||| 0.579445 ||| ||| 233 1
-! " ||| ? ' ||| 0.579445 ||| ||| 233 2
-! " ||| Commission to ||| 1 ||| ||| 233 1
-! " ||| Commission ||| 1 ||| ||| 233 1
-! " ||| a living ! ' ||| 0.0449274 ||| ||| 233 1
-! " ||| any fish ? ' ||| 0.579445 ||| ||| 233 1
-! " ||| asked the Commission to ||| 1 ||| ||| 233 1
-! " ||| asked the Commission ||| 1 ||| ||| 233 1
-! " ||| bearing the ||| 1 ||| ||| 233 1
-! " ||| common ||| 1 ||| ||| 233 1
-! " ||| done , ||| 1 ||| ||| 233 1
-! " ||| face ! " ||| 0.00917533 ||| ||| 233 1
-! " ||| fish ? ' ||| 0.579445 ||| ||| 233 1
-! " ||| give you " ||| 0.118338 ||| ||| 233 1
-! " ||| kill ! ' ||| 0.0449274 ||| ||| 233 1
-! " ||| living ! ' ||| 0.0449274 ||| ||| 233 1
-! " ||| may ||| 1 ||| ||| 233 1
-! " ||| more common ||| 1 ||| ||| 233 1
-! " ||| of products bearing the ||| 1 ||| ||| 233 1
-! " ||| one ' . ||| 0.579445 ||| ||| 233 1
-! " ||| products bearing the ||| 1 ||| ||| 233 1
-! " ||| term , ' ||| 0.579445 ||| ||| 233 1
-! " ||| the Commission to ||| 1 ||| ||| 233 1
-! " ||| the Commission ||| 1 ||| ||| 233 1
-! " ||| the ||| 1 ||| ||| 233 2
-! " ||| to give you " ||| 0.118338 ||| ||| 233 1
-! " ||| uneven ' . ||| 0.579445 ||| ||| 233 1
-! " ||| you " ||| 0.118338 ||| ||| 233 1
-! " ||| †||| 1 ||| ||| 233 1
-! ' , dann sage ich ||| ' . I would ||| 0.545017 ||| ||| 1 1
-! ' , dann ||| ' . ||| 0.545017 ||| ||| 1 1
-! ' , diese Aufforderung ||| ! ' is the message ||| 0.042258 ||| ||| 1 1
-! ' , diese ||| ! ' is the ||| 0.042258 ||| ||| 1 1
-! ' , sollte Gegenstand von ||| ' , should ||| 0.272653 ||| ||| 1 1
-! ' , sollte Gegenstand ||| ' , should ||| 0.272653 ||| ||| 1 1
-! ' , sollte ||| ' , should ||| 0.272653 ||| ||| 1 1
-! ' , womit ||| ! ' , ||| 0.042258 ||| ||| 1 1
-! ' , ||| ! ' , ||| 0.042258 ||| ||| 5 1
-! ' , ||| ! ' is ||| 0.042258 ||| ||| 5 1
-! ' , ||| ! ' ||| 0.042258 ||| ||| 5 1
-! ' , ||| ' , ||| 0.272653 ||| ||| 5 1
-! ' , ||| ' . ||| 0.545017 ||| ||| 5 1
-! ' - wir lassen uns ||| ! ' ||| 0.042258 ||| ||| 1 1
-! ' - wir lassen ||| ! ' ||| 0.042258 ||| ||| 1 1
-! ' - wir ||| ! ' ||| 0.042258 ||| ||| 1 1
-! ' - ||| ! ' ||| 0.042258 ||| ||| 1 1
-! ' . aber dort gibt ||| ! ' , but there are widely ||| 0.042258 ||| ||| 2 1
-! ' . aber dort gibt ||| ! ' , but there are ||| 0.042258 ||| ||| 2 1
-! ' . aber dort ||| ! ' , but there ||| 0.042258 ||| ||| 1 1
-! ' . aber ||| ! ' , but ||| 0.042258 ||| ||| 1 1
-! ' . ||| ! ' , ||| 0.042258 ||| ||| 3 1
-! ' . ||| ! ' ||| 0.0211319 ||| ||| 3 1
-! ' . ||| . ||| 1 ||| ||| 3 1
-! ' Stand , ||| ! ' , ||| 0.042258 ||| ||| 1 1
-! ' Stand ||| ! ' ||| 0.042258 ||| ||| 1 1
-! ' rufen , ||| ! ' and then murder ||| 0.042258 ||| ||| 3 1
-! ' rufen , ||| ! ' and then ||| 0.042258 ||| ||| 3 1
-! ' rufen , ||| ! ' and ||| 0.042258 ||| ||| 3 1
-! ' rufen ||| ! ' ||| 0.042258 ||| ||| 1 1
-! ' ||| ! ' , and ||| 0.042258 ||| ||| 51 1
-! ' ||| ! ' , ||| 0.042258 ||| ||| 51 1
-! ' ||| ! ' . ||| 0.042258 ||| ||| 51 1
-! ' ||| ! ' is ||| 0.042258 ||| ||| 51 1
-! ' ||| ! ' ||| 0.042258 ||| ||| 51 25
-! ' ||| ' ! ||| 0.042258 ||| ||| 51 1
-! ' ||| ' , and ||| 0.545017 ||| ||| 51 1
-! ' ||| ' , ||| 0.545017 ||| ||| 51 1
-! ' ||| ' . ||| 0.545017 ||| ||| 51 4
-! ' ||| ' ||| 0.272653 ||| ||| 51 2
-! ' ||| 't . ' ||| 0.545017 ||| ||| 51 1
-! ' ||| . ' ||| 0.545017 ||| ||| 51 4
-! ' ||| . ||| 1 ||| ||| 51 1
-! ' ||| ? " ||| 0.0291059 ||| ||| 51 1
-! ' ||| ? ' ||| 0.545017 ||| ||| 51 1
-! ' ||| ? ||| 1 ||| ||| 51 1
-! ' ||| hook ' ! ||| 0.042258 ||| ||| 51 1
-! ' ||| in 't . ' ||| 0.545017 ||| ||| 51 1
-! ' ||| luck ! ' ||| 0.042258 ||| ||| 51 1
-! ' ||| of . ' ||| 0.545017 ||| ||| 51 1
-! ( 1 ) ||| . ( 1 ) ||| 1 ||| ||| 1 1
-! ( 1 ||| . ( 1 ||| 1 ||| ||| 1 1
-! ( ||| . ( ||| 1 ||| ||| 1 1
-! ) , Forschung , Wettbewerbsfähigkeit und ||| ! ) , research , competitiveness and ||| 0.0775352 ||| ||| 1 1
-! ) , Forschung , Wettbewerbsfähigkeit ||| ! ) , research , competitiveness ||| 0.0775352 ||| ||| 1 1
-! ) , Forschung , ||| ! ) , research , ||| 0.0775352 ||| ||| 1 1
-! ) , Forschung ||| ! ) , research ||| 0.0775352 ||| ||| 1 1
-! ) , die die Arbeitslosenunterstützung ||| ! ) which unemployment benefit ||| 0.0775352 ||| ||| 1 1
-! ) , geht . ||| ! ) ||| 0.0775352 ||| ||| 1 1
-! ) , geht ||| ! ) ||| 0.0775352 ||| ||| 1 1
-! ) , mit der Rodung von ||| ! ) , the grubbing-up of ||| 0.0775352 ||| ||| 1 1
-! ) , mit der Rodung ||| ! ) , the grubbing-up ||| 0.0775352 ||| ||| 1 1
-! ) , mit der ||| ! ) , the ||| 0.0775352 ||| ||| 1 1
-! ) , mit ||| ! ) , ||| 0.0775352 ||| ||| 1 1
-! ) , und schließlich ||| ! ) and , finally , ||| 0.0775352 ||| ||| 1 1
-! ) , und ||| ! ) and , ||| 0.0775352 ||| ||| 1 1
-! ) , während ||| ! ) , while ||| 0.0775352 ||| ||| 1 1
-! ) , während über 100 ||| ! ) , while over 100 ||| 0.0775352 ||| ||| 1 1
-! ) , während über ||| ! ) , while over ||| 0.0775352 ||| ||| 1 1
-! ) , ||| ! ) , ||| 0.0775352 ||| ||| 6 4
-! ) , ||| ! ) ||| 0.0775352 ||| ||| 6 2
-! ) . seit einigen Jahren ||| , and for a number of years ||| 1 ||| ||| 2 2
-! ) . seit einigen ||| , and for a number of ||| 1 ||| ||| 8 2
-! ) . seit einigen ||| , and for a number ||| 1 ||| ||| 8 2
-! ) . seit einigen ||| recycled , and for a number of ||| 1 ||| ||| 8 2
-! ) . seit einigen ||| recycled , and for a number ||| 1 ||| ||| 8 2
-! ) . seit ||| , and for ||| 1 ||| ||| 4 2
-! ) . seit ||| recycled , and for ||| 1 ||| ||| 4 2
-! ) . ||| ! ) . ||| 0.0775352 ||| ||| 9 2
-! ) . ||| ! ) ||| 0.0775352 ||| ||| 9 1
-! ) . ||| ! ||| 0.0775352 ||| ||| 9 1
-! ) . ||| ) . ||| 1 ||| ||| 9 1
-! ) . ||| , and ||| 1 ||| ||| 9 2
-! ) . ||| recycled , and ||| 1 ||| ||| 9 2
-! ) Herr Kollege Ferber , ||| ! " ) Mr Ferber , ||| 1.7585e-05 ||| ||| 1 1
-! ) Herr Kollege Ferber ||| ! " ) Mr Ferber ||| 1.7585e-05 ||| ||| 1 1
-! ) Herr ||| ! " ) Mr ||| 1.7585e-05 ||| ||| 1 1
-! ) Marktwirtschaft , die von einem ||| ! ) market economy ||| 0.0775352 ||| ||| 1 1
-! ) Marktwirtschaft , die von ||| ! ) market economy ||| 0.0775352 ||| ||| 1 1
-! ) Marktwirtschaft , die ||| ! ) market economy ||| 0.0775352 ||| ||| 1 1
-! ) Marktwirtschaft , ||| ! ) market economy ||| 0.0775352 ||| ||| 1 1
-! ) Marktwirtschaft ||| ! ) market economy ||| 0.0775352 ||| ||| 1 1
-! ) allein für ||| ! ) just for ||| 0.0775352 ||| ||| 1 1
-! ) allein ||| ! ) just ||| 0.0775352 ||| ||| 1 1
-! ) bei . ||| ) . ||| 1 ||| ||| 1 1
-! ) bei ||| ) ||| 1 ||| ||| 1 1
-! ) bezeichnet wird , hat ||| ! ) , has ||| 0.0775352 ||| ||| 1 1
-! ) bezeichnet wird , ||| ! ) , ||| 0.0775352 ||| ||| 1 1
-! ) bezeichnet wird ||| ! ) ||| 0.0775352 ||| ||| 1 1
-! ) bezeichnet ||| ! ) ||| 0.0775352 ||| ||| 1 1
-! ) das ||| the ||| 1 ||| ||| 1 1
-! ) dürfen nicht verwendet ( missbraucht ||| ! ) cannot be used ( misused ||| 0.0775352 ||| ||| 1 1
-! ) dürfen nicht verwendet ( ||| ! ) cannot be used ( ||| 0.0775352 ||| ||| 1 1
-! ) dürfen nicht verwendet ||| ! ) cannot be used ||| 0.0775352 ||| ||| 1 1
-! ) dürfen nicht ||| ! ) cannot be ||| 0.0775352 ||| ||| 1 1
-! ) für den Fall der ||| ! ) in the event that we ||| 0.0775352 ||| ||| 1 1
-! ) für den Fall ||| ! ) in the event that ||| 0.0775352 ||| ||| 2 1
-! ) für den Fall ||| ! ) in the event ||| 0.0775352 ||| ||| 2 1
-! ) für den ||| ! ) in the ||| 0.0775352 ||| ||| 1 1
-! ) für die Umsetzung der ||| ! ) before they apply the ||| 0.0775352 ||| ||| 1 1
-! ) für die Umsetzung ||| ! ) before they apply ||| 0.0775352 ||| ||| 1 1
-! ) für die ||| ! ) before they ||| 0.0775352 ||| ||| 1 1
-! ) für ||| ! ) before ||| 0.0775352 ||| ||| 3 1
-! ) für ||| ! ) in ||| 0.0775352 ||| ||| 3 1
-! ) für ||| ! ) ||| 0.0775352 ||| ||| 3 1
-! ) großen Not ||| ! ) high level of need ||| 0.0775352 ||| ||| 1 1
-! ) großen ||| ! ) high ||| 0.0775352 ||| ||| 1 1
-! ) oder ihr Egonet ||| ! ) , or rather their egonet ||| 0.0775352 ||| ||| 1 1
-! ) oder ||| ! ) , or ||| 0.0775352 ||| ||| 1 1
-! ) und die Schaffung nationaler Finanzmärkte ||| ! ) and create national financial markets ||| 0.0775352 ||| ||| 1 1
-! ) und die Schaffung nationaler ||| ! ) and create national ||| 0.0775352 ||| ||| 1 1
-! ) und die Schaffung ||| ! ) and create ||| 0.0775352 ||| ||| 1 1
-! ) und die ||| ! ) and ||| 0.0775352 ||| ||| 1 1
-! ) und häufig unverständliche ||| ! ) and often unreadable ||| 0.0775352 ||| ||| 2 1
-! ) und häufig unverständliche ||| ! ) and often unreadable – ||| 0.0775352 ||| ||| 2 1
-! ) und häufig ||| ! ) and often ||| 0.0775352 ||| ||| 1 1
-! ) und ||| ! ) and ||| 0.0775352 ||| ||| 2 2
-! ) vertritt ||| ! ) ||| 0.0775352 ||| ||| 1 1
-! ) ||| ! " ) ||| 1.7585e-05 ||| ||| 63 1
-! ) ||| ! ) , ||| 0.0775352 ||| ||| 63 1
-! ) ||| ! ) before ||| 0.0775352 ||| ||| 63 1
-! ) ||| ! ) ||| 0.0775352 ||| ||| 63 45
-! ) ||| ! - ||| 0.0775352 ||| ||| 63 1
-! ) ||| ! ] ||| 0.0775352 ||| ||| 63 1
-! ) ||| ! ||| 0.0775352 ||| ||| 63 2
-! ) ||| ) ||| 1 ||| ||| 63 1
-! ) ||| , ||| 1 ||| ||| 63 5
-! ) ||| Latin ! ) ||| 0.0775352 ||| ||| 63 1
-! ) ||| arrival ! ) ||| 0.0775352 ||| ||| 63 1
-! ) ||| recycled , ||| 1 ||| ||| 63 2
-! ) ||| the ||| 1 ||| ||| 63 1
-! ) über die ||| ! ) on the ||| 0.0775352 ||| ||| 1 1
-! ) über die Änderung der ||| ! ) on the amendment of ||| 0.0775352 ||| ||| 1 1
-! ) über die Änderung ||| ! ) on the amendment ||| 0.0775352 ||| ||| 1 1
-! ) über ||| ! ) on ||| 0.0775352 ||| ||| 1 1
-! , dem Gewinner des Sacharow-Preises in ||| ! , the Sakharov Prize winner in ||| 0.0775352 ||| ||| 1 1
-! , dem Gewinner des Sacharow-Preises ||| ! , the Sakharov Prize winner ||| 0.0775352 ||| ||| 1 1
-! , dem ||| ! , the ||| 0.0775352 ||| ||| 1 1
-! , war ebenfalls kein Beitrag zur ||| ! " did little to ||| 1.7585e-05 ||| ||| 1 1
-! , war ebenfalls kein Beitrag ||| ! " did little ||| 1.7585e-05 ||| ||| 4 1
-! , war ebenfalls kein Beitrag ||| ! " did ||| 1.7585e-05 ||| ||| 4 1
-! , war ebenfalls kein Beitrag ||| ! " ||| 1.7585e-05 ||| ||| 4 1
-! , war ebenfalls kein Beitrag ||| ! ||| 0.0775352 ||| ||| 4 1
-! , war ebenfalls kein ||| ! " did little ||| 1.7585e-05 ||| ||| 4 1
-! , war ebenfalls kein ||| ! " did ||| 1.7585e-05 ||| ||| 4 1
-! , war ebenfalls kein ||| ! " ||| 1.7585e-05 ||| ||| 4 1
-! , war ebenfalls kein ||| ! ||| 0.0775352 ||| ||| 4 1
-! , war ebenfalls ||| ! " did little ||| 1.7585e-05 ||| ||| 4 1
-! , war ebenfalls ||| ! " did ||| 1.7585e-05 ||| ||| 4 1
-! , war ebenfalls ||| ! " ||| 1.7585e-05 ||| ||| 4 1
-! , war ebenfalls ||| ! ||| 0.0775352 ||| ||| 4 1
-! , war ||| ! " did little ||| 1.7585e-05 ||| ||| 4 1
-! , war ||| ! " did ||| 1.7585e-05 ||| ||| 4 1
-! , war ||| ! " ||| 1.7585e-05 ||| ||| 4 1
-! , war ||| ! ||| 0.0775352 ||| ||| 4 1
-! , ||| ! " did little ||| 1.7585e-05 ||| ||| 6 1
-! , ||| ! " did ||| 1.7585e-05 ||| ||| 6 1
-! , ||| ! " ||| 1.7585e-05 ||| ||| 6 1
-! , ||| ! , ||| 0.0775352 ||| ||| 6 1
-! , ||| ! ||| 0.0775352 ||| ||| 6 1
-! , ||| , ||| 1 ||| ||| 6 1
-! - ' Es reicht ' ||| ! - ' Enough is enough ' ||| 0.0230313 ||| ||| 1 1
-! - ' Es reicht ||| ! - ' Enough is enough ||| 0.042258 ||| ||| 1 1
-! - ' Es ||| ! - ' Enough ||| 0.042258 ||| ||| 1 1
-! - ' ||| ! - ' ||| 0.042258 ||| ||| 1 1
-! - , dass wir mehr wollen ||| ! we want more ||| 0.0775352 ||| ||| 1 1
-! - , die mit ||| ! - that have been treated with ||| 0.0775352 ||| ||| 1 1
-! - , die ||| ! - that have been ||| 0.0775352 ||| ||| 5 1
-! - , die ||| ! - that have ||| 0.0775352 ||| ||| 5 1
-! - , die ||| ! - which ||| 0.0775352 ||| ||| 5 1
-! - , die ||| ! - who ||| 0.0775352 ||| ||| 5 1
-! - , die ||| ! - ||| 0.0775352 ||| ||| 5 1
-! - , doch die britische Regierung ||| ! - but the British Government ||| 0.0775352 ||| ||| 1 1
-! - , doch die britische ||| ! - but the British ||| 0.0775352 ||| ||| 1 1
-! - , doch die ||| ! - but the ||| 0.0775352 ||| ||| 1 1
-! - , doch ||| ! - but ||| 0.0775352 ||| ||| 1 1
-! - , ist zu ersehen ||| ! ) , we see ||| 0.0775352 ||| ||| 1 1
-! - , ist zu ||| ! ) , we ||| 0.0775352 ||| ||| 1 1
-! - , ist ||| ! ) , ||| 0.0775352 ||| ||| 1 1
-! - , möchte ich meinerseits ||| ! - I would like to ||| 0.0775352 ||| ||| 2 1
-! - , möchte ich meinerseits ||| surprise ! - I would like to ||| 0.0775352 ||| ||| 2 1
-! - , möchte ich ||| ! - I would like to ||| 0.0775352 ||| ||| 2 1
-! - , möchte ich ||| surprise ! - I would like to ||| 0.0775352 ||| ||| 2 1
-! - , so wie es ja ||| . this is ||| 1 ||| ||| 2 1
-! - , so wie es ja ||| indeed . this is ||| 1 ||| ||| 2 1
-! - , so wie es ||| . this ||| 1 ||| ||| 2 1
-! - , so wie es ||| indeed . this ||| 1 ||| ||| 2 1
-! - , so wie ||| . ||| 1 ||| ||| 2 1
-! - , so wie ||| indeed . ||| 1 ||| ||| 2 1
-! - , so ||| . ||| 1 ||| ||| 2 1
-! - , so ||| indeed . ||| 1 ||| ||| 2 1
-! - , sondern daß sogar geradezu ||| ? - but that ||| 1 ||| ||| 1 1
-! - , sondern daß sogar ||| ? - but that ||| 1 ||| ||| 1 1
-! - , sondern daß ||| ? - but that ||| 1 ||| ||| 1 1
-! - , um uns dann , ||| it - and then , ||| 1 ||| ||| 1 1
-! - , um uns dann ||| it - and then ||| 1 ||| ||| 1 1
-! - , um uns ||| it - and ||| 1 ||| ||| 1 1
-! - , um ||| it - and ||| 1 ||| ||| 1 1
-! - , von dem ||| ! - in favour ||| 0.0775352 ||| ||| 2 1
-! - , von dem ||| ! - in ||| 0.0775352 ||| ||| 2 1
-! - , von ||| ! - in favour ||| 0.0775352 ||| ||| 2 1
-! - , von ||| ! - in ||| 0.0775352 ||| ||| 2 1
-! - , wohingegen man ||| ! - whereas one ||| 0.0775352 ||| ||| 1 1
-! - , wohingegen ||| ! - whereas ||| 0.0775352 ||| ||| 1 1
-! - , während diejenigen , die ||| ! - while those responsible for the ||| 0.0775352 ||| ||| 1 1
-! - , während diejenigen , ||| ! - while those responsible for ||| 0.0775352 ||| ||| 2 1
-! - , während diejenigen , ||| ! - while those responsible ||| 0.0775352 ||| ||| 2 1
-! - , während diejenigen ||| ! - while those responsible for ||| 0.0775352 ||| ||| 2 1
-! - , während diejenigen ||| ! - while those responsible ||| 0.0775352 ||| ||| 2 1
-! - , während ||| ! - while ||| 0.0775352 ||| ||| 1 1
-! - , ||| ! ) , ||| 0.0775352 ||| ||| 16 1
-! - , ||| ! - ||| 0.0775352 ||| ||| 16 7
-! - , ||| ! ||| 0.0775352 ||| ||| 16 1
-! - , ||| - which ||| 1 ||| ||| 16 1
-! - , ||| - ||| 1 ||| ||| 16 1
-! - , ||| . ||| 1 ||| ||| 16 1
-! - , ||| indeed . ||| 1 ||| ||| 16 1
-! - , ||| it - and ||| 1 ||| ||| 16 1
-! - , ||| surprise ! - ||| 0.0775352 ||| ||| 16 1
-! - , ||| we ||| 1 ||| ||| 16 1
-! - Die ||| - the United Nations ||| 1 ||| ||| 3 1
-! - Die ||| - the United ||| 1 ||| ||| 3 1
-! - Die ||| - the ||| 1 ||| ||| 3 1
-! - Es sind ||| the two draftsmen have presented ||| 1 ||| ||| 1 1
-! - Frage von Unvereinbarkeiten ||| ! – incompatibilities arise ||| 0.0775352 ||| ||| 1 1
-! - Frau Präsidentin , ich wurde ||| ! - Madam President , I was ||| 0.0775352 ||| ||| 1 1
-! - Frau Präsidentin , ich ||| ! - Madam President , I ||| 0.0775352 ||| ||| 1 1
-! - Frau Präsidentin , ||| ! - Madam President , ||| 0.0775352 ||| ||| 1 1
-! - Frau Präsidentin ||| ! - Madam President ||| 0.0775352 ||| ||| 1 1
-! - Frau ||| ! - Madam ||| 0.0775352 ||| ||| 1 1
-! - Kernkraftwerke errichtet werden ||| ! ) nuclear power stations built ||| 0.0775352 ||| ||| 1 1
-! - Kernkraftwerke errichtet ||| ! ) nuclear power stations built ||| 0.0775352 ||| ||| 1 1
-! - Kernkraftwerke ||| ! ) nuclear power stations ||| 0.0775352 ||| ||| 1 1
-! - Referenden und Volksinitiativen zu stellen ||| ! - of referendums and popular initiatives ||| 0.0775352 ||| ||| 1 1
-! - Referenden und Volksinitiativen zu ||| ! - of referendums and popular initiatives ||| 0.0775352 ||| ||| 1 1
-! - Referenden und Volksinitiativen ||| ! - of referendums and popular initiatives ||| 0.0775352 ||| ||| 1 1
-! - Referenden und ||| ! - of referendums and ||| 0.0775352 ||| ||| 1 1
-! - Referenden ||| ! - of referendums ||| 0.0775352 ||| ||| 1 1
-! - Rücksicht ||| into consideration ||| 1 ||| ||| 1 1
-! - bedeutet eine derart anmaßende ||| , such an arrogant ||| 1 ||| ||| 1 1
-! - besagen , dass der Zugang ||| ! - stipulate that access ||| 0.0775352 ||| ||| 1 1
-! - besagen , dass ||| ! - stipulate that ||| 0.0775352 ||| ||| 1 1
-! - besagen ||| ! - stipulate ||| 0.0775352 ||| ||| 1 1
-! - besteht , wie ||| , via ||| 1 ||| ||| 1 1
-! - besteht , ||| , via ||| 1 ||| ||| 1 1
-! - besteht ||| , via ||| 1 ||| ||| 1 1
-! - der Energie vergeudet , bevor ||| ! - of the energy before ||| 0.0775352 ||| ||| 1 1
-! - der Energie vergeudet , ||| ! - of the energy ||| 0.0775352 ||| ||| 1 1
-! - der Energie vergeudet ||| ! - of the energy ||| 0.0775352 ||| ||| 1 1
-! - der Energie ||| ! - of the energy ||| 0.0775352 ||| ||| 1 1
-! - der betreffenden Minderheiten ||| , - of the relevant minorities ||| 1 ||| ||| 1 1
-! - der betreffenden ||| , - of the relevant ||| 1 ||| ||| 1 1
-! - der operativen Ausgaben werden ||| ! - of operational expenses are managed ||| 0.0775352 ||| ||| 2 1
-! - der operativen Ausgaben werden ||| ! - of operational expenses are ||| 0.0775352 ||| ||| 2 1
-! - der operativen Ausgaben ||| ! - of operational expenses ||| 0.0775352 ||| ||| 1 1
-! - der operativen ||| ! - of operational ||| 0.0775352 ||| ||| 1 1
-! - der ||| ! - of the ||| 0.0775352 ||| ||| 3 1
-! - der ||| ! - of ||| 0.0775352 ||| ||| 3 1
-! - der ||| , - of the ||| 1 ||| ||| 3 1
-! - die ||| , ||| 1 ||| ||| 1 1
-! - direkte ||| - direct ||| 1 ||| ||| 1 1
-! - direkte Ãœbertragung , aber auch ||| - direct transmission but also ||| 1 ||| ||| 1 1
-! - direkte Ãœbertragung , aber ||| - direct transmission but ||| 1 ||| ||| 1 1
-! - direkte Ãœbertragung , ||| - direct transmission ||| 1 ||| ||| 1 1
-! - direkte Ãœbertragung ||| - direct transmission ||| 1 ||| ||| 1 1
-! - energische Maßnahmen vorgeschlagen hat , ||| ! - proposing powerful measures ||| 0.0775352 ||| ||| 1 1
-! - energische Maßnahmen vorgeschlagen hat ||| ! - proposing powerful measures ||| 0.0775352 ||| ||| 1 1
-! - energische Maßnahmen vorgeschlagen ||| ! - proposing powerful measures ||| 0.0775352 ||| ||| 1 1
-! - im Lauf dieser Woche begonnen ||| - set in motion this week ||| 1 ||| ||| 1 1
-! - ist ein klares und durchsichtiges ||| - is a clear , transparent ||| 1 ||| ||| 1 1
-! - ist ein klares und ||| - is a clear , ||| 1 ||| ||| 1 1
-! - ist ein klares ||| - is a clear ||| 1 ||| ||| 1 1
-! - ist ein ||| - is a ||| 1 ||| ||| 1 1
-! - ist ||| - is ||| 1 ||| ||| 1 1
-! - mit beeindruckender Hellsichtigkeit den ||| - with ||| 1 ||| ||| 1 1
-! - mit beeindruckender Hellsichtigkeit ||| - with ||| 1 ||| ||| 1 1
-! - mit beeindruckender ||| - with ||| 1 ||| ||| 1 1
-! - mit ||| - with ||| 1 ||| ||| 1 1
-! - quer durch alle Fraktionen , ||| ! - all , ||| 0.0775352 ||| ||| 1 1
-! - quer durch alle Fraktionen ||| ! - all ||| 0.0775352 ||| ||| 1 1
-! - quer durch alle ||| ! - all ||| 0.0775352 ||| ||| 1 1
-! - quer durch ||| ! - ||| 0.0775352 ||| ||| 1 1
-! - quer ||| ! - ||| 0.0775352 ||| ||| 1 1
-! - rechtzeitig reagiert : sie hat ||| ! - took timely action : it ||| 0.0775352 ||| ||| 1 1
-! - rechtzeitig reagiert : sie ||| ! - took timely action : it ||| 0.0775352 ||| ||| 1 1
-! - rechtzeitig reagiert : ||| ! - took timely action : ||| 0.0775352 ||| ||| 1 1
-! - rechtzeitig reagiert ||| ! - took timely action ||| 0.0775352 ||| ||| 1 1
-! - rechtzeitig ||| ! - took timely ||| 0.0775352 ||| ||| 1 1
-! - räume ich ein , ||| ! - I recognise ||| 0.0775352 ||| ||| 1 1
-! - räume ich ein ||| ! - I recognise ||| 0.0775352 ||| ||| 1 1
-! - sage ich ||| ! - I would say ||| 0.0775352 ||| ||| 1 1
-! - scheint die Europäische Union jetzt ||| ! - the EU seems ||| 0.0775352 ||| ||| 1 1
-! - scheint die Europäische Union ||| ! - the EU seems ||| 0.0775352 ||| ||| 1 1
-! - um zu bekräftigen , daß ||| ! - as a reaffirmation of ||| 0.0775352 ||| ||| 2 1
-! - um zu bekräftigen , daß ||| ! - as a reaffirmation ||| 0.0775352 ||| ||| 2 1
-! - um zu bekräftigen , ||| ! - as a reaffirmation of ||| 0.0775352 ||| ||| 2 1
-! - um zu bekräftigen , ||| ! - as a reaffirmation ||| 0.0775352 ||| ||| 2 1
-! - um zu bekräftigen ||| ! - as a reaffirmation of ||| 0.0775352 ||| ||| 2 1
-! - um zu bekräftigen ||| ! - as a reaffirmation ||| 0.0775352 ||| ||| 2 1
-! - um zu ||| ! - as a ||| 0.0775352 ||| ||| 1 1
-! - um ||| ! - as a ||| 0.0775352 ||| ||| 2 1
-! - um ||| , ||| 1 ||| ||| 2 1
-! - und begrenzt somit die ||| ! - thereby restricting the ||| 0.0775352 ||| ||| 1 1
-! - und dass die landwirtschaftliche Produktivität ||| - and that agricultural productivity ||| 1 ||| ||| 1 1
-! - und dass die landwirtschaftliche ||| - and that agricultural ||| 1 ||| ||| 1 1
-! - und dass die ||| - and that ||| 1 ||| ||| 1 1
-! - und ideologischer Manipulation ||| ! - and borders on ideological manipulation ||| 0.0775352 ||| ||| 1 1
-! - und ideologischer ||| ! - and borders on ideological ||| 0.0775352 ||| ||| 1 1
-! - und nationale Präferenz entschieden ||| - and national preference ||| 1 ||| ||| 1 1
-! - und nationale ||| - and national ||| 1 ||| ||| 1 1
-! - und zum ersten ||| ! - and we saw the first ||| 0.0775352 ||| ||| 1 1
-! - und zum ||| ! - and we saw the ||| 0.0775352 ||| ||| 1 1
-! - und ||| ! - and we saw ||| 0.0775352 ||| ||| 6 1
-! - und ||| ! - and we ||| 0.0775352 ||| ||| 6 1
-! - und ||| ! - and ||| 0.0775352 ||| ||| 6 2
-! - und ||| - and ||| 1 ||| ||| 6 2
-! - ungefähr 18 Millionen Arbeitslose . ||| , some 18 million unemployed . ||| 1 ||| ||| 1 1
-! - ungefähr 18 Millionen Arbeitslose ||| , some 18 million unemployed ||| 1 ||| ||| 1 1
-! - ungefähr 18 Millionen ||| , some 18 million ||| 1 ||| ||| 1 1
-! - ungefähr 18 ||| , some 18 ||| 1 ||| ||| 1 1
-! - ungefähr ||| , some ||| 1 ||| ||| 1 1
-! - unter Anlegung objektiver Maßstäbe erfolgen ||| emphasize , from an objective viewpoint ||| 1 ||| ||| 2 1
-! - unter Anlegung objektiver Maßstäbe erfolgen ||| would emphasize , from an objective viewpoint ||| 1 ||| ||| 2 1
-! - unter Anlegung objektiver ||| emphasize , from an objective ||| 1 ||| ||| 2 1
-! - unter Anlegung objektiver ||| would emphasize , from an objective ||| 1 ||| ||| 2 1
-! - unter Anlegung ||| emphasize , from an ||| 1 ||| ||| 2 1
-! - unter Anlegung ||| would emphasize , from an ||| 1 ||| ||| 2 1
-! - unter vielen anderen . ||| , one among many others . ||| 1 ||| ||| 1 1
-! - unter vielen anderen ||| , one among many others ||| 1 ||| ||| 1 1
-! - unter vielen ||| , one among many ||| 1 ||| ||| 1 1
-! - unter ||| , one among ||| 1 ||| ||| 3 1
-! - unter ||| emphasize , from ||| 1 ||| ||| 3 1
-! - unter ||| would emphasize , from ||| 1 ||| ||| 3 1
-! - weiß ich nicht , ||| - I do not know , but ||| 1 ||| ||| 2 1
-! - weiß ich nicht , ||| - I do not know , ||| 1 ||| ||| 2 1
-! - weiß ich nicht ||| - I do not know ||| 1 ||| ||| 1 1
-! - zugab ||| saying something – admitted ||| 1 ||| ||| 1 1
-! - zur Koordination im ||| - relating to applying coordination in the ||| 1 ||| ||| 1 1
-! - zur Koordination ||| - relating to applying coordination ||| 1 ||| ||| 1 1
-! - zur ||| - relating to ||| 1 ||| ||| 1 1
-! - ||| ! ) ||| 0.0775352 ||| ||| 94 2
-! - ||| ! - I do ||| 0.0775352 ||| ||| 94 1
-! - ||| ! - I ||| 0.0775352 ||| ||| 94 1
-! - ||| ! - of ||| 0.0775352 ||| ||| 94 1
-! - ||| ! - ||| 0.0775352 ||| ||| 94 34
-! - ||| ! ||| 0.0775352 ||| ||| 94 2
-! - ||| ! – ||| 0.0775352 ||| ||| 94 1
-! - ||| , - ||| 1 ||| ||| 94 1
-! - ||| , and ||| 1 ||| ||| 94 2
-! - ||| , mind you - ||| 1 ||| ||| 94 1
-! - ||| , one ||| 1 ||| ||| 94 1
-! - ||| , ||| 1 ||| ||| 94 7
-! - ||| - ||| 1 ||| ||| 94 20
-! - ||| . at ||| 1 ||| ||| 94 1
-! - ||| . indeed ||| 1 ||| ||| 94 1
-! - ||| . ||| 1 ||| ||| 94 3
-! - ||| ? - ||| 1 ||| ||| 94 1
-! - ||| emphasize , ||| 1 ||| ||| 94 1
-! - ||| indeed . ||| 1 ||| ||| 94 1
-! - ||| is , ||| 1 ||| ||| 94 1
-! - ||| it - ||| 1 ||| ||| 94 1
-! - ||| it everybody - ||| 1 ||| ||| 94 1
-! - ||| one ||| 1 ||| ||| 94 1
-! - ||| sake , ||| 1 ||| ||| 94 1
-! - ||| surprise ! - ||| 0.0775352 ||| ||| 94 1
-! - ||| the ||| 1 ||| ||| 94 1
-! - ||| want . ||| 1 ||| ||| 94 1
-! - ||| we ||| 1 ||| ||| 94 1
-! - ||| would be ||| 1 ||| ||| 94 1
-! - ||| would emphasize , ||| 1 ||| ||| 94 1
-! - ||| would ||| 1 ||| ||| 94 1
-! - über 10 Milliarden dänische ||| it everybody - over 10 billion Danish ||| 1 ||| ||| 1 1
-! - über 10 Milliarden ||| it everybody - over 10 billion ||| 1 ||| ||| 1 1
-! - über 10 ||| it everybody - over 10 ||| 1 ||| ||| 1 1
-! - über ||| it everybody - over ||| 1 ||| ||| 1 1
-! . ||| ! ||| 0.0390177 ||| ||| 9 3
-! . ||| . ||| 1 ||| ||| 9 2
-! . ||| in this . ||| 1 ||| ||| 9 1
-! . ||| misunderstandings . ||| 1 ||| ||| 9 1
-! . ||| point . ||| 1 ||| ||| 9 1
-! . ||| this . ||| 1 ||| ||| 9 1
-! ... und , hier war ich ||| ! ... ||| 0.0775352 ||| ||| 1 1
-! ... und , hier war ||| ! ... ||| 0.0775352 ||| ||| 1 1
-! ... und , hier ||| ! ... ||| 0.0775352 ||| ||| 1 1
-! ... und , ||| ! ... ||| 0.0775352 ||| ||| 1 1
-! ... und ||| ! ... ||| 0.0775352 ||| ||| 1 1
-! ... ||| ! ... ||| 0.0775352 ||| ||| 3 3
-! 100 Mio. ECU ||| ! ECU 100 m ||| 0.0775352 ||| ||| 1 1
-! 14,5 % Feuchte ist ||| ! 14.5 % is ||| 0.0733998 ||| ||| 1 1
-! 14,5 % Feuchte ||| ! 14.5 % ||| 0.0733998 ||| ||| 1 1
-! 173 Auftragsmorde seit 1990 ||| ! 173 contract killings since 1990 ||| 0.0775352 ||| ||| 1 1
-! 173 Auftragsmorde seit 1990 – ||| ! 173 contract killings since 1990 – ||| 0.0775352 ||| ||| 1 1
-! 173 Auftragsmorde seit ||| ! 173 contract killings since ||| 0.0775352 ||| ||| 1 1
-! 173 Auftragsmorde ||| ! 173 contract killings ||| 0.0775352 ||| ||| 1 1
-! 173 ||| ! 173 ||| 0.0775352 ||| ||| 1 1
-! 1962 haben sie dies ||| ! in 1962 , did they not ||| 0.0775352 ||| ||| 2 1
-! 1962 haben sie dies ||| ! in 1962 , did they ||| 0.0775352 ||| ||| 2 1
-! 1962 haben sie ||| ! in 1962 , did they not ||| 0.0775352 ||| ||| 2 1
-! 1962 haben sie ||| ! in 1962 , did they ||| 0.0775352 ||| ||| 2 1
-! 1962 haben ||| ! in 1962 , did ||| 0.0775352 ||| ||| 1 1
-! 1962 ||| ! in 1962 , ||| 0.0775352 ||| ||| 2 1
-! 1962 ||| ! in 1962 ||| 0.0775352 ||| ||| 2 1
-! 1991 habe ich ||| , in 1991 , I joined ||| 1 ||| ||| 1 1
-! 1991 ||| , in 1991 , ||| 1 ||| ||| 2 1
-! 1991 ||| , in 1991 ||| 1 ||| ||| 2 1
-! 1996 haben vier Millionen Menschen ||| ! in 1996 , four million people ||| 0.0775352 ||| ||| 1 1
-! 1996 haben vier Millionen ||| ! in 1996 , four million ||| 0.0775352 ||| ||| 1 1
-! 1996 haben vier ||| ! in 1996 , four ||| 0.0775352 ||| ||| 1 1
-! 1996 haben ||| ! in 1996 , ||| 0.0775352 ||| ||| 1 1
-! 1996 ||| ! in 1996 ||| 0.0775352 ||| ||| 1 1
-! 20 % des ||| . twenty per cent of the territory ||| 1 ||| ||| 2 1
-! 20 % des ||| . twenty per cent of the ||| 1 ||| ||| 2 1
-! 20 % ||| . twenty per cent ||| 1 ||| ||| 1 1
-! 20 Prozent der jungen Frauen ||| . 20 % of young women ||| 0.529412 ||| ||| 1 1
-! 20 Prozent der jungen ||| . 20 % of young ||| 0.529412 ||| ||| 1 1
-! 20 Prozent der ||| . 20 % of ||| 0.529412 ||| ||| 1 1
-! 20 Prozent ||| . 20 % ||| 0.529412 ||| ||| 1 1
-! 20 ||| . 20 ||| 1 ||| ||| 2 1
-! 20 ||| . twenty ||| 1 ||| ||| 2 1
-! 2002 wird ein entscheidendes Jahr ||| , 2002 will be a crucial year ||| 1 ||| ||| 1 1
-! 2002 wird ein entscheidendes ||| , 2002 will be a crucial ||| 1 ||| ||| 1 1
-! 2002 wird ein ||| , 2002 will be a ||| 1 ||| ||| 1 1
-! 2002 wird ||| , 2002 will be ||| 1 ||| ||| 1 1
-! 2002 ||| , 2002 ||| 1 ||| ||| 1 1
-! 2003 ||| 2003 ||| 1 ||| ||| 1 1
-! 2004 war die UKIP die einzige ||| ! ||| 0.0388843 ||| ||| 1 1
-! 2004 war die UKIP die ||| ! ||| 0.0388843 ||| ||| 1 1
-! 2004 war die UKIP ||| ! ||| 0.0388843 ||| ||| 1 1
-! 2004 war die ||| ! ||| 0.0388843 ||| ||| 1 1
-! 2004 war ||| ! ||| 0.0388843 ||| ||| 2 1
-! 2004 war ||| , 2004 was ||| 1 ||| ||| 2 1
-! 2004 ||| ! 2004 may ||| 0.0775352 ||| ||| 4 1
-! 2004 ||| ! 2004 ||| 0.0775352 ||| ||| 4 1
-! 2004 ||| ! ||| 0.0388843 ||| ||| 4 1
-! 2004 ||| , 2004 ||| 1 ||| ||| 4 1
-! 2005 war ||| , 2005 has ||| 1 ||| ||| 1 1
-! 2005 wird ||| , 2005 will ||| 1 ||| ||| 1 1
-! 2005 ||| , 2005 ||| 1 ||| ||| 2 2
-! 2010 ist eigentlich schon morgen ||| , 2010 is just round the corner ||| 1 ||| ||| 1 1
-! 2010 ist eigentlich schon ||| , 2010 is just round the ||| 1 ||| ||| 2 1
-! 2010 ist eigentlich schon ||| , 2010 is just round ||| 1 ||| ||| 2 1
-! 2010 ist ||| , 2010 is ||| 1 ||| ||| 1 1
-! 2010 ||| , 2010 ||| 1 ||| ||| 1 1
-! 91 % gehen an Rechtsinhaber , ||| the other 91 % goes to holders ||| 0.946664 ||| ||| 1 1
-! 91 % gehen an Rechtsinhaber ||| the other 91 % goes to holders ||| 0.946664 ||| ||| 1 1
-! 91 % gehen an ||| the other 91 % goes to ||| 0.946664 ||| ||| 1 1
-! 91 % gehen ||| the other 91 % goes ||| 0.946664 ||| ||| 1 1
-! 91 % ||| the other 91 % ||| 0.946664 ||| ||| 1 1
-! 91 ||| the other 91 ||| 1 ||| ||| 1 1
-! 99 % ||| 99 % ||| 0.946664 ||| ||| 1 1
-! 99 ||| 99 ||| 1 ||| ||| 1 1
-! ; und aus Angola , Dom ||| ! ; and from Angola , Dom ||| 0.0775352 ||| ||| 1 1
-! ; und aus Angola , ||| ! ; and from Angola , ||| 0.0775352 ||| ||| 1 1
-! ; und aus Angola ||| ! ; and from Angola ||| 0.0775352 ||| ||| 1 1
-! ; und aus ||| ! ; and from ||| 0.0775352 ||| ||| 1 1
-! ; und ||| ! ; and ||| 0.0775352 ||| ||| 1 1
-! ; ||| ! ; ||| 0.0775352 ||| ||| 1 1
-! ? " ||| ? " ||| 0.118338 ||| ||| 1 1
-! ? ? ||| ! ||| 0.0265065 ||| ||| 2 1
-! ? ? ||| ! ’ ||| 0.0265065 ||| ||| 2 1
-! ? Inshaallah . ' ||| , ' inshallah ' . ||| 0.545017 ||| ||| 1 1
-! ? Inshaallah ||| , ' inshallah ||| 1 ||| ||| 1 1
-! ? ||| . ' ||| 0.0032785 ||| ||| 3 1
-! ? ||| ? ! ||| 0.0775352 ||| ||| 3 1
-! ? ||| ? ||| 1 ||| ||| 3 1
-! Airbus ist eine europäische Erfolgsgeschichte ||| , Airbus is a European success story ||| 1 ||| ||| 1 1
-! Airbus ist eine europäische ||| , Airbus is a European ||| 1 ||| ||| 1 1
-! Airbus ist eine ||| , Airbus is a ||| 1 ||| ||| 1 1
-! Airbus ist ||| , Airbus is ||| 1 ||| ||| 1 1
-! Airbus ||| , Airbus ||| 1 ||| ||| 1 1
-! Algerien ist schwerkrank ||| , Algeria is a very ill country ||| 1 ||| ||| 3 1
-! Algerien ist schwerkrank ||| , Algeria is a very ill ||| 1 ||| ||| 3 1
-! Algerien ist schwerkrank ||| , Algeria is a very ||| 1 ||| ||| 3 1
-! Algerien ist ||| , Algeria is a ||| 1 ||| ||| 2 1
-! Algerien ist ||| , Algeria is ||| 1 ||| ||| 2 1
-! Algerien ||| , Algeria ||| 1 ||| ||| 1 1
-! Alkoholkonsum ist eine Gewohnheit , die ||| , alcohol consumption is a habit ||| 1 ||| ||| 1 1
-! Alkoholkonsum ist eine Gewohnheit , ||| , alcohol consumption is a habit ||| 1 ||| ||| 1 1
-! Alkoholkonsum ist eine Gewohnheit ||| , alcohol consumption is a habit ||| 1 ||| ||| 1 1
-! Alkoholkonsum ist eine ||| , alcohol consumption is a ||| 1 ||| ||| 1 1
-! Alkoholkonsum ist ||| , alcohol consumption is ||| 1 ||| ||| 1 1
-! Alkoholkonsum ||| , alcohol consumption ||| 1 ||| ||| 1 1
-! Anfang Juli hat sich Filip ||| , at the beginning of July Filip ||| 1 ||| ||| 1 1
-! Anfang Juli hat sich ||| , at the beginning of July ||| 1 ||| ||| 1 1
-! Anfang Juli hat ||| , at the beginning of July ||| 1 ||| ||| 1 1
-! Anfang Juli ||| , at the beginning of July ||| 1 ||| ||| 1 1
-! Anfang dieses Jahres haben sich die ||| , earlier this year the ||| 1 ||| ||| 1 1
-! Anfang dieses Jahres haben sich ||| , earlier this year ||| 1 ||| ||| 1 1
-! Anfang dieses Jahres haben ||| , earlier this year ||| 1 ||| ||| 1 1
-! Anfang dieses Jahres ||| , earlier this year ||| 1 ||| ||| 1 1
-! Anfang dieses ||| , earlier this ||| 1 ||| ||| 1 1
-! Anfang ||| , at the beginning of ||| 1 ||| ||| 3 1
-! Anfang ||| , at the beginning ||| 1 ||| ||| 3 1
-! Anfang ||| , earlier ||| 1 ||| ||| 3 1
-! Anlass ||| , the occasion ||| 1 ||| ||| 1 1
-! Armut hat ||| , poverty has ||| 1 ||| ||| 1 1
-! Armut und soziale Ausgrenzung ||| , poverty and social exclusion ||| 1 ||| ||| 1 1
-! Armut und soziale ||| , poverty and social ||| 1 ||| ||| 1 1
-! Armut und ||| , poverty and ||| 1 ||| ||| 1 1
-! Armut ||| , poverty ||| 1 ||| ||| 2 2
-! Aufgabe der Konferenz von Bali ||| , the remit of the Bali Conference ||| 1 ||| ||| 1 1
-! Aufgabe der ||| , the remit of the ||| 1 ||| ||| 1 1
-! Aufgabe ||| , the remit ||| 1 ||| ||| 1 1
-! Aus- und Fortbildung wird ||| , training and education will be a ||| 1 ||| ||| 2 1
-! Aus- und Fortbildung wird ||| , training and education will be ||| 1 ||| ||| 2 1
-! Aus- und Fortbildung ||| , training and education ||| 1 ||| ||| 1 1
-! Aus- und ||| , training and ||| 1 ||| ||| 1 1
-! Aus- ||| , training ||| 1 ||| ||| 1 1
-! Außenpolitik muß ||| and gentlemen , foreign policy needs to ||| 1 ||| ||| 2 1
-! Außenpolitik muß ||| gentlemen , foreign policy needs to ||| 1 ||| ||| 2 1
-! Außenpolitik ||| , ladies and gentlemen , foreign policy ||| 1 ||| ||| 4 1
-! Außenpolitik ||| and gentlemen , foreign policy ||| 1 ||| ||| 4 1
-! Außenpolitik ||| gentlemen , foreign policy ||| 1 ||| ||| 4 1
-! Außenpolitik ||| ladies and gentlemen , foreign policy ||| 1 ||| ||| 4 1
-! Beifall an den tschechischen ||| , let us applaud the Czech ||| 1 ||| ||| 1 1
-! Beifall an den ||| , let us applaud the ||| 1 ||| ||| 1 1
-! Beifall an ||| , let us applaud ||| 1 ||| ||| 1 1
-! Beifall ||| , let us applaud ||| 1 ||| ||| 1 1
-! Belarus gehörte im Laufe der Geschichte ||| , throughout history , Belarus has belonged ||| 1 ||| ||| 2 1
-! Belarus gehörte im Laufe der Geschichte ||| throughout history , Belarus has belonged ||| 1 ||| ||| 2 1
-! Belarus gehörte ||| , Belarus has belonged ||| 1 ||| ||| 1 1
-! Belarus ||| , Belarus ||| 1 ||| ||| 1 1
-! Belgien hat offenbar ||| , it does seem that Belgium has ||| 1 ||| ||| 1 1
-! Beschäftigungspolitik und soziale Sicherheit gehören ||| , employment policy and social security go ||| 1 ||| ||| 1 1
-! Beschäftigungspolitik und soziale Sicherheit ||| , employment policy and social security ||| 1 ||| ||| 1 1
-! Beschäftigungspolitik und soziale ||| , employment policy and social ||| 1 ||| ||| 1 1
-! Beschäftigungspolitik und ||| , employment policy and ||| 1 ||| ||| 1 1
-! Beschäftigungspolitik ||| , employment policy ||| 1 ||| ||| 1 1
-! Betriebsstilllegungen wie jetzt in ||| , plant closures like this one in ||| 1 ||| ||| 1 1
-! Betriebsstilllegungen wie jetzt ||| , plant closures like this one ||| 1 ||| ||| 2 1
-! Betriebsstilllegungen wie jetzt ||| , plant closures like this ||| 1 ||| ||| 2 1
-! Betriebsstilllegungen wie ||| , plant closures like ||| 1 ||| ||| 1 1
-! Betriebsstilllegungen ||| , plant closures ||| 1 ||| ||| 1 1
-! Beziehungen zu Nachbarn sind ||| , links with neighbours are ||| 1 ||| ||| 1 1
-! Beziehungen zu Nachbarn ||| , links with neighbours ||| 1 ||| ||| 1 1
-! Beziehungen zu ||| , links with ||| 1 ||| ||| 1 1
-! Beziehungen ||| , links ||| 1 ||| ||| 1 1
-! Bezug ||| the ||| 1 ||| ||| 1 1
-! Biozide , das sind Produkte , ||| , biocides are products that ||| 1 ||| ||| 1 1
-! Biozide , das sind Produkte ||| , biocides are products ||| 1 ||| ||| 1 1
-! Biozide , das sind ||| , biocides are ||| 1 ||| ||| 1 1
-! Biozide , das ||| , biocides ||| 1 ||| ||| 1 1
-! Biozide , ||| , biocides ||| 1 ||| ||| 1 1
-! Birma ||| , Burma ||| 1 ||| ||| 1 1
-! Bosnien-Herzegowina ist im Grunde ||| , Bosnia-Herzegovina is , in fact , ||| 1 ||| ||| 1 1
-! Bosnien-Herzegowina ist im ||| , Bosnia-Herzegovina is , in ||| 1 ||| ||| 1 1
-! Bosnien-Herzegowina ist ||| , Bosnia-Herzegovina is , ||| 1 ||| ||| 2 1
-! Bosnien-Herzegowina ist ||| , Bosnia-Herzegovina is ||| 1 ||| ||| 2 1
-! Bosnien-Herzegowina ||| , Bosnia-Herzegovina ||| 1 ||| ||| 1 1
-! Bovine spongiforme Enzephalopathie , Dioxin , ||| , bovine spongiform encephalopathy , dioxin , ||| 1 ||| ||| 1 1
-! Bovine spongiforme Enzephalopathie , Dioxin ||| , bovine spongiform encephalopathy , dioxin ||| 1 ||| ||| 1 1
-! Bovine spongiforme Enzephalopathie , ||| , bovine spongiform encephalopathy , ||| 1 ||| ||| 1 1
-! Bovine spongiforme Enzephalopathie ||| , bovine spongiform encephalopathy ||| 1 ||| ||| 1 1
-! Bovine spongiforme ||| , bovine spongiform ||| 1 ||| ||| 1 1
-! Bovine ||| , bovine ||| 1 ||| ||| 1 1
-! Burma taucht regelmäßig als Thema ||| , Burma is a regular theme ||| 1 ||| ||| 1 1
-! Burma taucht regelmäßig als ||| , Burma is a regular ||| 1 ||| ||| 1 1
-! Burma taucht ||| , Burma is ||| 1 ||| ||| 1 1
-! Burma ||| , Burma ||| 1 ||| ||| 1 1
-! Bücher sind ein wichtiges Medium ||| , books are an important instrument ||| 1 ||| ||| 1 1
-! Bücher sind ein wichtiges ||| , books are an important ||| 1 ||| ||| 1 1
-! Bücher sind ein ||| , books are an ||| 1 ||| ||| 1 1
-! Bücher sind ||| , books are ||| 1 ||| ||| 1 1
-! Bücher ||| , books ||| 1 ||| ||| 1 1
-! Cancún ist ebenso ein Misserfolg wie ||| , Cancún was a failure just like ||| 1 ||| ||| 1 1
-! Cancún ist ebenso ein Misserfolg ||| , Cancún was a failure ||| 1 ||| ||| 1 1
-! Cancún ist ebenso ein ||| , Cancún was a ||| 1 ||| ||| 1 1
-! Cancún ist ebenso ||| , Cancún was ||| 1 ||| ||| 1 1
-! Cancún ist ||| , Cancún was ||| 1 ||| ||| 1 1
-! Cancún ||| , Cancún ||| 1 ||| ||| 1 1
-! Chaos , wie es vom ||| ' to the chaos that the ||| 1 ||| ||| 4 1
-! Chaos , wie es vom ||| no ' to the chaos that the ||| 1 ||| ||| 4 1
-! Chaos , wie es vom ||| the chaos that the ||| 1 ||| ||| 4 1
-! Chaos , wie es vom ||| to the chaos that the ||| 1 ||| ||| 4 1
-! Chaos , wie es ||| ' no ' to the chaos that ||| 1 ||| ||| 5 1
-! Chaos , wie es ||| ' to the chaos that ||| 1 ||| ||| 5 1
-! Chaos , wie es ||| no ' to the chaos that ||| 1 ||| ||| 5 1
-! Chaos , wie es ||| the chaos that ||| 1 ||| ||| 5 1
-! Chaos , wie es ||| to the chaos that ||| 1 ||| ||| 5 1
-! Chaos ||| ' no ' to the chaos ||| 1 ||| ||| 5 1
-! Chaos ||| ' to the chaos ||| 1 ||| ||| 5 1
-! Chaos ||| no ' to the chaos ||| 1 ||| ||| 5 1
-! Chaos ||| the chaos ||| 1 ||| ||| 5 1
-! Chaos ||| to the chaos ||| 1 ||| ||| 5 1
-! Clearing und Abrechnung sind ein wesentliches ||| , clearing and settlement are an essential ||| 1 ||| ||| 1 1
-! Clearing und Abrechnung sind ein ||| , clearing and settlement are an ||| 1 ||| ||| 1 1
-! Clearing und Abrechnung sind ||| , clearing and settlement are ||| 1 ||| ||| 1 1
-! Clearing und Abrechnung ||| , clearing and settlement ||| 1 ||| ||| 1 1
-! Clearing und ||| , clearing and ||| 1 ||| ||| 1 1
-! Clearing ||| , clearing ||| 1 ||| ||| 1 1
-! Dank an Constanze ||| I am obliged to ||| 1 ||| ||| 1 1
-! Dank der Arbeit Ihres ||| , thanks to the work of your ||| 1 ||| ||| 1 1
-! Dank der Arbeit ||| , thanks to the work ||| 1 ||| ||| 1 1
-! Dank der ||| , thanks to the ||| 1 ||| ||| 1 1
-! Dank ||| , thanks to ||| 1 ||| ||| 2 1
-! Dank ||| , thanks ||| 1 ||| ||| 2 1
-! Dogan gehört zu den Köpfen ||| , Dogan is one of the heads ||| 1 ||| ||| 1 1
-! Dogan gehört zu den ||| , Dogan is one of the ||| 1 ||| ||| 1 1
-! Dogan gehört zu ||| , Dogan is one of ||| 1 ||| ||| 2 1
-! Dogan gehört zu ||| , Dogan is one ||| 1 ||| ||| 2 1
-! Dogan ||| , Dogan ||| 1 ||| ||| 1 1
-! Doris Pack hat ||| , Mrs Pack has ||| 1 ||| ||| 1 1
-! Doris Pack ||| , Mrs Pack ||| 1 ||| ||| 1 1
-! Doris ||| , Mrs ||| 1 ||| ||| 1 1
-! Echelon existiert ||| , ECHELON exists , as has already ||| 1 ||| ||| 5 1
-! Echelon existiert ||| , ECHELON exists , as has ||| 1 ||| ||| 5 1
-! Echelon existiert ||| , ECHELON exists , as ||| 1 ||| ||| 5 1
-! Echelon existiert ||| , ECHELON exists , ||| 1 ||| ||| 5 1
-! Echelon existiert ||| , ECHELON exists ||| 1 ||| ||| 5 1
-! Echelon ||| , ECHELON ||| 1 ||| ||| 1 1
-! Emissionsrechte sind keine ||| , emission allowances are not ||| 1 ||| ||| 1 1
-! Emissionsrechte sind ||| , emission allowances are ||| 1 ||| ||| 1 1
-! Emissionsrechte ||| , emission allowances ||| 1 ||| ||| 1 1
-! Energie stellt einen entscheidenden Faktor in ||| , energy is a crucial factor as ||| 1 ||| ||| 1 1
-! Energie stellt einen entscheidenden Faktor ||| , energy is a crucial factor ||| 1 ||| ||| 1 1
-! Energie stellt einen entscheidenden ||| , energy is a crucial ||| 1 ||| ||| 1 1
-! Energie stellt einen ||| , energy is a ||| 1 ||| ||| 1 1
-! Energie stellt ||| , energy is ||| 1 ||| ||| 1 1
-! Energie ||| , energy ||| 1 ||| ||| 1 1
-! Energieabhängigkeit ist das Thema Nummer eins ||| , energy dependence is priority number one ||| 1 ||| ||| 1 1
-! Energieabhängigkeit ist das Thema Nummer ||| , energy dependence is priority number ||| 1 ||| ||| 1 1
-! Energieabhängigkeit ist das ||| , energy dependence is ||| 1 ||| ||| 1 1
-! Energieabhängigkeit ist ||| , energy dependence is ||| 1 ||| ||| 1 1
-! Energieabhängigkeit ||| , energy dependence ||| 1 ||| ||| 1 1
-! Entschuldigung , ||| , and I apologise ||| 1 ||| ||| 4 1
-! Entschuldigung , ||| of the tongue , and I apologise ||| 1 ||| ||| 4 1
-! Entschuldigung , ||| the tongue , and I apologise ||| 1 ||| ||| 4 1
-! Entschuldigung , ||| tongue , and I apologise ||| 1 ||| ||| 4 1
-! Entschuldigung ||| , and I apologise ||| 1 ||| ||| 4 1
-! Entschuldigung ||| of the tongue , and I apologise ||| 1 ||| ||| 4 1
-! Entschuldigung ||| the tongue , and I apologise ||| 1 ||| ||| 4 1
-! Entschuldigung ||| tongue , and I apologise ||| 1 ||| ||| 4 1
-! Entwicklungszusammenarbeit und Handel sind ||| , development cooperation and trade are ||| 1 ||| ||| 1 1
-! Entwicklungszusammenarbeit und Handel ||| , development cooperation and trade ||| 1 ||| ||| 1 1
-! Entwicklungszusammenarbeit und ||| , development cooperation and ||| 1 ||| ||| 1 1
-! Entwicklungszusammenarbeit ||| , development cooperation ||| 1 ||| ||| 1 1
-! Erfahrungen sind nicht wirklichkeitsfremd ||| , there is nothing fanciful about experience ||| 1 ||| ||| 1 1
-! Erzeugnisse aus den besetzten Gebieten sind ||| , products from the Occupied Territories are ||| 1 ||| ||| 1 1
-! Erzeugnisse aus den besetzten Gebieten ||| , products from the Occupied Territories ||| 1 ||| ||| 1 1
-! Erzeugnisse aus den besetzten ||| , products from the Occupied ||| 1 ||| ||| 1 1
-! Erzeugnisse aus den ||| , products from the ||| 1 ||| ||| 1 1
-! Erzeugnisse aus ||| , products from ||| 1 ||| ||| 1 1
-! Erzeugnisse ||| , products ||| 1 ||| ||| 1 1
-! Europa befindet sich gegenwärtig in einer ||| , Europe is currently going through a ||| 1 ||| ||| 1 1
-! Europa befindet sich gegenwärtig in ||| , Europe is currently going through ||| 1 ||| ||| 1 1
-! Europa befindet sich gegenwärtig ||| , Europe is currently going ||| 1 ||| ||| 2 1
-! Europa befindet sich gegenwärtig ||| , Europe is currently ||| 1 ||| ||| 2 1
-! Europa befindet sich ||| , Europe is ||| 1 ||| ||| 1 1
-! Europa hat ||| , Europe has ||| 1 ||| ||| 1 1
-! Europa ist ein großes Ideal : ||| , Europe is a great ideal : ||| 1 ||| ||| 1 1
-! Europa ist ein großes Ideal ||| , Europe is a great ideal ||| 1 ||| ||| 1 1
-! Europa ist ein großes ||| , Europe is a great ||| 1 ||| ||| 1 1
-! Europa ist ein ||| , Europe is a ||| 1 ||| ||| 1 1
-! Europa ist ||| , Europe is ||| 1 ||| ||| 1 1
-! Europa muss ||| , Europe must ||| 1 ||| ||| 1 1
-! Europa und das Europäische Parlament ||| , Europe and the European Parliament ||| 1 ||| ||| 1 1
-! Europa und das Europäische ||| , Europe and the European ||| 1 ||| ||| 1 1
-! Europa und das ||| , Europe and the ||| 1 ||| ||| 1 1
-! Europa und ||| , Europe and ||| 1 ||| ||| 1 1
-! Europa unter Wasser , Europa im ||| , Europe under water , Europe under ||| 1 ||| ||| 1 1
-! Europa unter Wasser , Europa ||| , Europe under water , Europe ||| 1 ||| ||| 1 1
-! Europa unter Wasser , ||| , Europe under water , ||| 1 ||| ||| 1 1
-! Europa unter Wasser ||| , Europe under water ||| 1 ||| ||| 1 1
-! Europa unter ||| , Europe under ||| 1 ||| ||| 1 1
-! Europa verdient Besseres als dieses ||| , Europeans deserve more than the ||| 1 ||| ||| 1 1
-! Europa verdient Besseres als ||| , Europeans deserve more than ||| 1 ||| ||| 1 1
-! Europa verdient Besseres ||| , Europeans deserve more ||| 1 ||| ||| 1 1
-! Europa wurde gebeten ||| , Europe has been asked ||| 1 ||| ||| 1 1
-! Europa wurde ||| , Europe has been ||| 1 ||| ||| 1 1
-! Europa ||| , Europe ||| 1 ||| ||| 8 7
-! Europa ||| , Europeans ||| 1 ||| ||| 8 1
-! Europas Zukunft ist in hohem Maße ||| that Europe 's future is largely ||| 1 ||| ||| 1 1
-! Europas Zukunft ist in ||| that Europe 's future is ||| 1 ||| ||| 1 1
-! Europas Zukunft ist ||| that Europe 's future is ||| 1 ||| ||| 1 1
-! Europas Zukunft ||| that Europe 's future ||| 1 ||| ||| 1 1
-! Europas modernisierte Industriepolitik , ||| , Europe 's updated industrial policy , ||| 1 ||| ||| 1 1
-! Europas modernisierte Industriepolitik ||| , Europe 's updated industrial policy ||| 1 ||| ||| 1 1
-! Europas modernisierte ||| , Europe 's updated ||| 1 ||| ||| 1 1
-! Europas ||| , Europe 's ||| 1 ||| ||| 2 1
-! Europas ||| that Europe 's ||| 1 ||| ||| 2 1
-! Europäische Solidarität wird greifbar ||| , European solidarity is within our grasp ||| 1 ||| ||| 1 1
-! Europäische Solidarität wird ||| , European solidarity is ||| 1 ||| ||| 1 1
-! Europäische Solidarität ||| , European solidarity ||| 1 ||| ||| 1 1
-! Europäische ||| , European ||| 1 ||| ||| 1 1
-! Feinstaubemissionen ||| , particulate-matter emissions ||| 1 ||| ||| 4 1
-! Feinstaubemissionen ||| Commission , particulate-matter emissions ||| 1 ||| ||| 4 1
-! Feinstaubemissionen ||| of the Commission , particulate-matter emissions ||| 1 ||| ||| 4 1
-! Feinstaubemissionen ||| the Commission , particulate-matter emissions ||| 1 ||| ||| 4 1
-! Finnland hat ||| , Finland is ||| 1 ||| ||| 1 1
-! Finnland ||| , Finland ||| 1 ||| ||| 2 2
-! Finnland übernimmt ||| , Finland is taking over ||| 1 ||| ||| 1 1
-! Francis Bacon hat gesagt : " ||| , Francis Bacon said that whoever ||| 1 ||| ||| 2 1
-! Francis Bacon hat gesagt : " ||| , Francis Bacon said that ||| 1 ||| ||| 2 1
-! Francis ||| , Francis ||| 1 ||| ||| 1 1
-! Frau Angelilli führte aus , daß ||| Representative , Mrs Angelilli commented that ||| 1 ||| ||| 1 1
-! Frau Angelilli führte aus ||| Representative , Mrs Angelilli commented ||| 1 ||| ||| 1 1
-! Frau Angelilli führte ||| Representative , Mrs Angelilli commented ||| 1 ||| ||| 1 1
-! Frau Doyle hat bei ||| , as Mrs Doyle has ||| 1 ||| ||| 1 1
-! Frau Ferrero-Waldner kann an ||| , Mrs Ferrero-Waldner is unable to ||| 1 ||| ||| 1 1
-! Frau Ferrero-Waldner kann ||| , Mrs Ferrero-Waldner is unable ||| 1 ||| ||| 1 1
-! Frau Ferrero-Waldner ||| , Mrs Ferrero-Waldner ||| 1 ||| ||| 1 1
-! Frau Flautre , ||| , Mrs Flautre ||| 1 ||| ||| 1 1
-! Frau Flautre ||| , Mrs Flautre ||| 1 ||| ||| 1 1
-! Frau Kommissarin , ||| ; Commissioner , ||| 1 ||| ||| 1 1
-! Frau Kommissarin Wallström hat am Ende ||| , Commissioner Wallström ended ||| 1 ||| ||| 1 1
-! Frau Kommissarin Wallström ||| , Commissioner Wallström ||| 1 ||| ||| 1 1
-! Frau Kommissarin ||| , Commissioner ||| 1 ||| ||| 2 1
-! Frau Kommissarin ||| ; Commissioner ||| 1 ||| ||| 2 1
-! Frau Martens hat ||| , Mrs Martens has ||| 1 ||| ||| 1 1
-! Frau Martens ||| , Mrs Martens ||| 1 ||| ||| 1 1
-! Frau Plooij-van Gorsel zeichnet ein ||| , Mrs Plooij-van Gorsel is painting a ||| 1 ||| ||| 1 1
-! Frau Plooij-van Gorsel zeichnet ||| , Mrs Plooij-van Gorsel is painting ||| 1 ||| ||| 1 1
-! Frau Plooij-van Gorsel ||| , Mrs Plooij-van Gorsel ||| 1 ||| ||| 1 1
-! Frau Plooij-van ||| , Mrs Plooij-van ||| 1 ||| ||| 1 1
-! Frau Torres Marques hat sehr ||| , Mrs Torres Marques has done an ||| 1 ||| ||| 1 1
-! Frau Torres Marques hat ||| , Mrs Torres Marques has done ||| 1 ||| ||| 2 1
-! Frau Torres Marques hat ||| , Mrs Torres Marques has ||| 1 ||| ||| 2 1
-! Frau Torres Marques ||| , Mrs Torres Marques ||| 1 ||| ||| 1 1
-! Frau Torres ||| , Mrs Torres ||| 1 ||| ||| 1 1
-! Frau in ' t Veld hat ||| , Mrs in ' t Veld is ||| 0.545017 ||| ||| 1 1
-! Frau in ' t Veld ||| , Mrs in ' t Veld ||| 0.545017 ||| ||| 1 1
-! Frau in ' t ||| , Mrs in ' t ||| 0.545017 ||| ||| 1 1
-! Frau in ' ||| , Mrs in ' ||| 0.545017 ||| ||| 1 1
-! Frau in ||| , Mrs in ||| 1 ||| ||| 1 1
-! Frau ||| , Mrs ||| 1 ||| ||| 7 6
-! Frau ||| Representative , Mrs ||| 1 ||| ||| 7 1
-! Galileo könnte auch den Untertitel " ||| , Galileo could also be subtitled ' ||| 0.579445 ||| ||| 1 1
-! Galileo könnte auch den Untertitel ||| , Galileo could also be subtitled ||| 1 ||| ||| 1 1
-! Galileo könnte auch ||| , Galileo could also ||| 1 ||| ||| 1 1
-! Galileo könnte ||| , Galileo could ||| 1 ||| ||| 1 1
-! Galileo ||| , Galileo ||| 1 ||| ||| 1 1
-! General de Gaulle sagte ||| , General de Gaulle said ||| 1 ||| ||| 1 1
-! General de Gaulle sagte über Valéry ||| , General de Gaulle said of Valéry ||| 1 ||| ||| 1 1
-! General de Gaulle sagte über ||| , General de Gaulle said of ||| 1 ||| ||| 1 1
-! General de Gaulle ||| , General de Gaulle ||| 1 ||| ||| 1 1
-! General de ||| , General de ||| 1 ||| ||| 1 1
-! General ||| , General ||| 1 ||| ||| 1 1
-! Genozid ist auch , wenn ||| : it is also genocide to deprive ||| 1 ||| ||| 1 1
-! Genozid ist auch , ||| : it is also genocide to ||| 1 ||| ||| 1 1
-! Genozid ist auch ||| : it is also genocide ||| 1 ||| ||| 1 1
-! Gesundheit und Verbraucherschutz sind zwei ||| , health and consumer protection are two ||| 1 ||| ||| 1 1
-! Gesundheit und Verbraucherschutz sind ||| , health and consumer protection are ||| 1 ||| ||| 1 1
-! Gesundheit und Verbraucherschutz ||| , health and consumer protection ||| 1 ||| ||| 1 1
-! Gesundheit und ||| , health and ||| 1 ||| ||| 1 1
-! Gesundheit ||| , health ||| 1 ||| ||| 1 1
-! Gewissens- ||| , conscience ||| 1 ||| ||| 1 1
-! Gleichstellung von Frauen und Männern ist ||| , equality between women and men is ||| 1 ||| ||| 1 1
-! Gleichstellung von Frauen und Männern ||| , equality between women and men ||| 1 ||| ||| 1 1
-! Gleichstellung von Frauen und ||| , equality between women and ||| 1 ||| ||| 1 1
-! Gleichstellung von Frauen ||| , equality between women ||| 1 ||| ||| 1 1
-! Gleichstellung von ||| , equality between ||| 1 ||| ||| 1 1
-! Griechenland hat ||| , Greece was not ||| 1 ||| ||| 2 1
-! Griechenland hat ||| , Greece was ||| 1 ||| ||| 2 1
-! Griechenland ||| , Greece ||| 1 ||| ||| 1 1
-! Heizen und Kühlen machen 49 ||| , heating and cooling accounts for 49 ||| 1 ||| ||| 1 1
-! Heizen und Kühlen machen ||| , heating and cooling accounts for ||| 1 ||| ||| 1 1
-! Heizen und ||| , heating and ||| 1 ||| ||| 1 1
-! Heizen ||| , heating ||| 1 ||| ||| 1 1
-! Herr Blair , Sie haben erklärt ||| , you have , Mr Blair ||| 1 ||| ||| 1 1
-! Herr Bösch , ich ||| , Mr Bösch , I ||| 1 ||| ||| 1 1
-! Herr Bösch , ||| , Mr Bösch , ||| 1 ||| ||| 1 1
-! Herr Bösch ||| , Mr Bösch ||| 1 ||| ||| 1 1
-! Herr Friedrich , eine Staatsbürgerschaft ist ||| , Mr Friedrich , citizenship must ||| 1 ||| ||| 1 1
-! Herr Friedrich , eine Staatsbürgerschaft ||| , Mr Friedrich , citizenship ||| 1 ||| ||| 1 1
-! Herr Friedrich , eine ||| , Mr Friedrich , ||| 1 ||| ||| 1 1
-! Herr Friedrich , ||| , Mr Friedrich , ||| 1 ||| ||| 1 1
-! Herr Friedrich ||| , Mr Friedrich ||| 1 ||| ||| 1 1
-! Herr Galeote Quecedo unterstreicht in ||| , Mr Galeote Quecedo emphasises , in ||| 1 ||| ||| 1 1
-! Herr Galeote Quecedo unterstreicht ||| , Mr Galeote Quecedo emphasises , ||| 1 ||| ||| 2 1
-! Herr Galeote Quecedo unterstreicht ||| , Mr Galeote Quecedo emphasises ||| 1 ||| ||| 2 1
-! Herr Galeote Quecedo ||| , Mr Galeote Quecedo ||| 1 ||| ||| 1 1
-! Herr Galeote ||| , Mr Galeote ||| 1 ||| ||| 1 1
-! Herr Jarzembowski , ich danke Ihnen ||| , Mr Jarzembowski , thank you ||| 1 ||| ||| 1 1
-! Herr Jarzembowski , ich danke ||| , Mr Jarzembowski , thank ||| 1 ||| ||| 1 1
-! Herr Jarzembowski , ||| , Mr Jarzembowski , ||| 1 ||| ||| 1 1
-! Herr Jarzembowski ||| , Mr Jarzembowski ||| 1 ||| ||| 1 1
-! Herr Kommissar ! ||| . ||| 1 ||| ||| 1 1
-! Herr Kommissar , welche Bereiche ||| , Commissioner , which sectors ||| 1 ||| ||| 1 1
-! Herr Kommissar , welche ||| , Commissioner , which ||| 1 ||| ||| 1 1
-! Herr Kommissar , ||| , Commissioner , ||| 1 ||| ||| 1 1
-! Herr Kommissar Frattini ||| , Commissioner Fratini ||| 1 ||| ||| 1 1
-! Herr Kommissar ||| , Commissioner ||| 1 ||| ||| 2 2
-! Herr Kommissionspräsident , ||| ) Mr President , ||| 1 ||| ||| 1 1
-! Herr Kommissionspräsident Romano Prodi erhielt ||| , President Prodi was ||| 1 ||| ||| 1 1
-! Herr Kommissionspräsident Romano Prodi ||| , President Prodi ||| 1 ||| ||| 1 1
-! Herr Kommissionspräsident ||| ) Mr President ||| 1 ||| ||| 4 1
-! Herr Kommissionspräsident ||| , Mr President of the Commission , ||| 1 ||| ||| 4 1
-! Herr Kommissionspräsident ||| , Mr President of the Commission ||| 1 ||| ||| 4 1
-! Herr Kommissionspräsident ||| , President ||| 1 ||| ||| 4 1
-! Herr Kreissl-Dörfler ging ||| , Mr Kreissl-Dörfler went ||| 1 ||| ||| 1 1
-! Herr Kreissl-Dörfler ||| , Mr Kreissl-Dörfler ||| 1 ||| ||| 1 1
-! Herr Lannoye hat soeben gesagt ||| , Mr Lannoye stated a moment ago ||| 1 ||| ||| 1 1
-! Herr Lannoye ||| , Mr Lannoye ||| 1 ||| ||| 1 1
-! Herr Morris verdient sicher eine Antwort ||| , Mr Morris certainly deserves an answer ||| 1 ||| ||| 1 1
-! Herr Morris verdient sicher eine ||| , Mr Morris certainly deserves an ||| 1 ||| ||| 1 1
-! Herr Morris verdient sicher ||| , Mr Morris certainly deserves ||| 1 ||| ||| 1 1
-! Herr Morris ||| , Mr Morris ||| 1 ||| ||| 1 1
-! Herr Nisticò hat ||| , the report Mr Nisticò has ||| 1 ||| ||| 1 1
-! Herr Nisticò ||| , the report Mr Nisticò ||| 1 ||| ||| 1 1
-! Herr Palko ist ein führender Vertreter ||| , Mr Palko is a senior representative ||| 1 ||| ||| 1 1
-! Herr Palko ist ein führender ||| , Mr Palko is a senior ||| 1 ||| ||| 1 1
-! Herr Palko ist ein ||| , Mr Palko is a ||| 1 ||| ||| 1 1
-! Herr Palko ist ||| , Mr Palko is ||| 1 ||| ||| 1 1
-! Herr Palko ||| , Mr Palko ||| 1 ||| ||| 1 1
-! Herr Peter hat ||| , Mr Peter has ||| 1 ||| ||| 1 1
-! Herr Peter ||| , Mr Peter ||| 1 ||| ||| 1 1
-! Herr Piecyk , zunächst mein ||| , Mr Piecyk , I should first ||| 1 ||| ||| 1 1
-! Herr Piecyk , ||| , Mr Piecyk , ||| 1 ||| ||| 1 1
-! Herr Piecyk ||| , Mr Piecyk ||| 1 ||| ||| 1 1
-! Herr Pohjamo hat in seinen Entschließungsantrag ||| , Mr Pohjamo ' s resolution included ||| 1 ||| ||| 2 1
-! Herr Pohjamo hat in seinen Entschließungsantrag ||| , Mr Pohjamo ' s resolution ||| 1 ||| ||| 2 1
-! Herr Pohjamo hat in seinen ||| , Mr Pohjamo ' s ||| 1 ||| ||| 1 1
-! Herr Pohjamo hat in ||| , Mr Pohjamo ' ||| 1 ||| ||| 2 1
-! Herr Pohjamo hat in ||| , Mr Pohjamo ||| 1 ||| ||| 2 1
-! Herr Pohjamo hat ||| , Mr Pohjamo ' ||| 1 ||| ||| 2 1
-! Herr Pohjamo hat ||| , Mr Pohjamo ||| 1 ||| ||| 2 1
-! Herr Pohjamo ||| , Mr Pohjamo ' ||| 1 ||| ||| 2 1
-! Herr Pohjamo ||| , Mr Pohjamo ||| 1 ||| ||| 2 1
-! Herr Poignant weist ||| , as Mr Poignant points out ||| 1 ||| ||| 1 1
-! Herr Poignant ||| , as Mr Poignant ||| 1 ||| ||| 1 1
-! Herr Professor Prodi , Sie stellen ||| , Professor Prodi , you are ||| 1 ||| ||| 1 1
-! Herr Professor Prodi , Sie ||| , Professor Prodi , you ||| 1 ||| ||| 1 1
-! Herr Professor Prodi , ||| , Professor Prodi , ||| 1 ||| ||| 1 1
-! Herr Professor Prodi ||| , Professor Prodi ||| 1 ||| ||| 1 1
-! Herr Professor ||| , Professor ||| 1 ||| ||| 1 1
-! Herr Präsident , leider hat der ||| ) Mr President , unfortunately , the ||| 1 ||| ||| 1 1
-! Herr Präsident , leider hat ||| ) Mr President , unfortunately , ||| 1 ||| ||| 1 1
-! Herr Präsident , leider ||| ) Mr President , unfortunately ||| 1 ||| ||| 1 1
-! Herr Präsident , ||| ) Mr President , ||| 1 ||| ||| 1 1
-! Herr Präsident ||| ) Mr President ||| 1 ||| ||| 2 1
-! Herr Präsident ||| , Dear Mr. Chairman ||| 1 ||| ||| 2 1
-! Herr Ratspräsident ||| , Mr President ||| 1 ||| ||| 1 1
-! Herr Schmid , ich danke Ihnen ||| , Mr Schmid , thank you ||| 1 ||| ||| 1 1
-! Herr Schmid , ich danke ||| , Mr Schmid , thank ||| 1 ||| ||| 1 1
-! Herr Schmid , ||| , Mr Schmid , ||| 1 ||| ||| 1 1
-! Herr Schmid ||| , Mr Schmid ||| 1 ||| ||| 1 1
-! Herr Schnellhardt hat ||| , Mr Schnellhardt has ||| 1 ||| ||| 1 1
-! Herr Schnellhardt ||| , Mr Schnellhardt ||| 1 ||| ||| 1 1
-! Herr Schwab ||| , Mr Schwab 's ||| 1 ||| ||| 2 1
-! Herr Schwab ||| , Mr Schwab ||| 1 ||| ||| 2 1
-! Herr Swoboda gelangt in seinem Bericht ||| , Mr Swoboda 's report ||| 1 ||| ||| 1 1
-! Herr Swoboda gelangt in seinem ||| , Mr Swoboda 's ||| 1 ||| ||| 1 1
-! Herr Swoboda gelangt ||| , Mr Swoboda ||| 1 ||| ||| 1 1
-! Herr Trakatellis und Frau Scheele haben ||| , Mr Trakatellis and Mrs Scheele have ||| 1 ||| ||| 1 1
-! Herr Trakatellis und Frau Scheele ||| , Mr Trakatellis and Mrs Scheele ||| 1 ||| ||| 1 1
-! Herr Trakatellis und Frau ||| , Mr Trakatellis and Mrs ||| 1 ||| ||| 1 1
-! Herr Trakatellis und ||| , Mr Trakatellis and ||| 1 ||| ||| 1 1
-! Herr Trakatellis ||| , Mr Trakatellis ||| 1 ||| ||| 1 1
-! Herr Verheugen , Sie ||| , Mr Verheugen , you ||| 1 ||| ||| 1 1
-! Herr Verheugen , ||| , Mr Verheugen , ||| 1 ||| ||| 1 1
-! Herr Verheugen ||| , Mr Verheugen ||| 1 ||| ||| 1 1
-! Herr Whitehead hat ||| , Mr Whitehead has ||| 1 ||| ||| 1 1
-! Herr Whitehead ||| , Mr Whitehead ||| 1 ||| ||| 1 1
-! Herr ||| ) Mr ||| 1 ||| ||| 27 2
-! Herr ||| , Dear Mr. ||| 1 ||| ||| 27 1
-! Herr ||| , Mr ||| 1 ||| ||| 27 21
-! Herr ||| , as Mr ||| 1 ||| ||| 27 1
-! Herr ||| , the report Mr ||| 1 ||| ||| 27 1
-! Herr ||| , ||| 1 ||| ||| 27 1
-! Herrn Berlatos Bericht befasst sich mit ||| , Mr Berlato 's report deals with ||| 1 ||| ||| 1 1
-! Herrn Berlatos Bericht befasst sich ||| , Mr Berlato 's report deals ||| 1 ||| ||| 1 1
-! Herrn Berlatos Bericht ||| , Mr Berlato 's report ||| 1 ||| ||| 1 1
-! Herrn Berlatos ||| , Mr Berlato 's ||| 1 ||| ||| 1 1
-! Herrn ||| , Mr ||| 1 ||| ||| 1 1
-! Härte auf der einen Seite , ||| ; rigour on the one hand , ||| 1 ||| ||| 1 1
-! Härte auf der einen Seite ||| ; rigour on the one hand ||| 1 ||| ||| 1 1
-! Härte auf der einen ||| ; rigour on the one ||| 1 ||| ||| 1 1
-! Härte auf der ||| ; rigour on the ||| 1 ||| ||| 1 1
-! Härte auf ||| ; rigour on ||| 1 ||| ||| 1 1
-! Härte ||| ; rigour ||| 1 ||| ||| 1 1
-! Ihnen allen ist die Sachlage bekannt ||| , you all know the position ||| 1 ||| ||| 1 1
-! Ihnen allen ist ||| , you all ||| 1 ||| ||| 1 1
-! Ihnen allen ||| , you all ||| 1 ||| ||| 1 1
-! Ihnen dürfte bekannt sein , dass ||| , as you will know , ||| 1 ||| ||| 1 1
-! Ihnen dürfte bekannt sein , ||| , as you will know , ||| 1 ||| ||| 1 1
-! Ihnen dürfte bekannt sein ||| , as you will know ||| 1 ||| ||| 1 1
-! Ihnen dürfte bekannt ||| , as you will know ||| 1 ||| ||| 1 1
-! Ihnen dürfte ||| , as you will ||| 1 ||| ||| 1 1
-! Ihnen gilt meine Solidarität . ||| and express my solidarity with them . ||| 1 ||| ||| 1 1
-! Ihnen gilt meine Solidarität ||| and express my solidarity with them ||| 1 ||| ||| 3 1
-! Ihnen gilt meine Solidarität ||| and express my solidarity with ||| 1 ||| ||| 3 1
-! Ihnen gilt meine Solidarität ||| and express my solidarity ||| 1 ||| ||| 3 1
-! Ihnen gilt meine ||| and express my ||| 1 ||| ||| 1 1
-! Ihnen gilt ||| and express ||| 1 ||| ||| 1 1
-! Ihnen ist durchaus bewusst , dass ||| , you are well aware that ||| 1 ||| ||| 1 1
-! Ihnen ist durchaus bewusst ||| , you are well aware ||| 1 ||| ||| 1 1
-! Ihnen ist durchaus ||| , you are well ||| 1 ||| ||| 1 1
-! Ihnen ist ||| , you are ||| 1 ||| ||| 1 1
-! Ihnen werden ||| , you will ||| 1 ||| ||| 1 1
-! Ihnen ||| , as you ||| 1 ||| ||| 4 1
-! Ihnen ||| , you ||| 1 ||| ||| 4 3
-! Information und Wissen bilden die Grundlage ||| , knowledge and know-how are the basis ||| 1 ||| ||| 1 1
-! Information und Wissen bilden die ||| , knowledge and know-how are the ||| 1 ||| ||| 1 1
-! Information und Wissen bilden ||| , knowledge and know-how are ||| 1 ||| ||| 1 1
-! Information und Wissen ||| , knowledge and know-how ||| 1 ||| ||| 1 1
-! Information und ||| , knowledge and ||| 1 ||| ||| 1 1
-! Information ||| , knowledge ||| 1 ||| ||| 1 1
-! Israel hat die militärische Macht und ||| Israel has the military power and ||| 1 ||| ||| 1 1
-! Israel hat die militärische Macht ||| Israel has the military power ||| 1 ||| ||| 1 1
-! Israel hat die militärische ||| Israel has the military ||| 1 ||| ||| 1 1
-! Israel hat die ||| Israel has the ||| 1 ||| ||| 1 1
-! Israel hat ||| Israel has ||| 1 ||| ||| 1 1
-! Israel ||| Israel ||| 1 ||| ||| 1 1
-! Jacques Barrot gehört ja ||| although Mr Barrot belongs ||| 1 ||| ||| 1 1
-! Jacques Barrot ||| although Mr Barrot ||| 1 ||| ||| 1 1
-! Joaquim Miranda , vielen Dank ||| , thank you , Mr Miranda , ||| 1 ||| ||| 1 1
-! Kleinunternehmen gehören zu ||| , small enterprises ||| 1 ||| ||| 1 1
-! Kleinunternehmen gehören ||| , small enterprises ||| 1 ||| ||| 1 1
-! Kollege Davies sprach von ||| , Mr Davies has been talking about ||| 1 ||| ||| 1 1
-! Kollege Davies sprach ||| , Mr Davies has been talking ||| 1 ||| ||| 1 1
-! Kollege Davies ||| , Mr Davies ||| 1 ||| ||| 1 1
-! Kollege Sarlis , ||| , Mr Sarlis , ||| 1 ||| ||| 1 1
-! Kollege Sarlis ||| , Mr Sarlis ||| 1 ||| ||| 1 1
-! Kollege ||| , Mr ||| 1 ||| ||| 2 2
-! Kommissar Barroso befand sich kürzlich zu ||| , Commissioner Barroso was on a ||| 1 ||| ||| 1 1
-! Kommissar Barroso befand sich ||| , Commissioner Barroso was ||| 1 ||| ||| 1 1
-! Kommissar Barroso befand ||| , Commissioner Barroso was ||| 1 ||| ||| 1 1
-! Kommissar Barroso ||| , Commissioner Barroso ||| 1 ||| ||| 1 1
-! Kommissar Mandelson ||| , Commissioner Mandelson ||| 1 ||| ||| 1 1
-! Kommissar Patten hat ||| , Commissioner Patten has ||| 1 ||| ||| 1 1
-! Kommissar Patten meinte , wir sollten ||| , Commissioner Patten said that we should ||| 1 ||| ||| 1 1
-! Kommissar Patten meinte , wir ||| , Commissioner Patten said that we ||| 1 ||| ||| 1 1
-! Kommissar Patten meinte , ||| , Commissioner Patten said that ||| 1 ||| ||| 1 1
-! Kommissar Patten meinte ||| , Commissioner Patten said ||| 1 ||| ||| 1 1
-! Kommissar Patten ||| , Commissioner Patten ||| 1 ||| ||| 2 2
-! Kommissar Verheugen hat soeben ||| , Commissioner Verheugen has just ||| 1 ||| ||| 1 1
-! Kommissar Verheugen hat ||| , Commissioner Verheugen has ||| 1 ||| ||| 1 1
-! Kommissar Verheugen ||| , Commissioner Verheugen ||| 1 ||| ||| 1 1
-! Kommissar ||| , Commissioner ||| 1 ||| ||| 5 5
-! Kommissarin Ferrero-Waldner hatte Recht , als ||| , Commissioner Ferrero-Waldner was right at the ||| 1 ||| ||| 1 1
-! Kommissarin Ferrero-Waldner hatte Recht , ||| , Commissioner Ferrero-Waldner was right at ||| 1 ||| ||| 2 1
-! Kommissarin Ferrero-Waldner hatte Recht , ||| , Commissioner Ferrero-Waldner was right ||| 1 ||| ||| 2 1
-! Kommissarin Ferrero-Waldner hatte Recht ||| , Commissioner Ferrero-Waldner was right at ||| 1 ||| ||| 2 1
-! Kommissarin Ferrero-Waldner hatte Recht ||| , Commissioner Ferrero-Waldner was right ||| 1 ||| ||| 2 1
-! Kommissarin Ferrero-Waldner hatte ||| , Commissioner Ferrero-Waldner was ||| 1 ||| ||| 1 1
-! Kommissarin Ferrero-Waldner ||| , Commissioner Ferrero-Waldner ||| 1 ||| ||| 1 1
-! Kommissarin ||| , Commissioner ||| 1 ||| ||| 1 1
-! Kommissionspräsident Prodi hat heute vormittag unter ||| , this morning President Prodi , among ||| 1 ||| ||| 1 1
-! Kommissionspräsident Prodi hat heute vormittag ||| , this morning President Prodi , ||| 1 ||| ||| 1 1
-! Kommissionspräsident Prodi hatte ||| , President of the Commission Prodi was ||| 1 ||| ||| 1 1
-! Kommissionspräsident Prodi ||| , President of the Commission Prodi ||| 1 ||| ||| 1 1
-! Kommissionspräsident ||| , President of the Commission ||| 1 ||| ||| 1 1
-! Kyoto ist nicht mehr ||| , this is no longer ||| 1 ||| ||| 1 1
-! Kyoto ist nicht ||| , this is no ||| 1 ||| ||| 1 1
-! Kyoto ist ||| , this is ||| 1 ||| ||| 1 1
-! Kyoto ||| , this ||| 1 ||| ||| 1 1
-! LIFE + ||| , the intention is that LIFE + ||| 1 ||| ||| 1 1
-! LIFE ||| , the intention is that LIFE ||| 1 ||| ||| 1 1
-! Leidenschaft und ||| ' passion and ||| 0.000288 ||| ||| 1 1
-! Leidenschaft und Ãœberzeugung haben unseren ||| ' passion and conviction have ||| 0.000288 ||| ||| 1 1
-! Leidenschaft und Ãœberzeugung haben ||| ' passion and conviction have ||| 0.000288 ||| ||| 1 1
-! Leidenschaft und Ãœberzeugung ||| ' passion and conviction ||| 0.000288 ||| ||| 1 1
-! Leidenschaft ||| ' passion ||| 0.000288 ||| ||| 1 1
-! Mahmoud ||| , so far President Mahmoud ||| 1 ||| ||| 1 1
-! Mal sehen , was Sie ||| , let us see what you ||| 1 ||| ||| 1 1
-! Mal sehen , was ||| , let us see what ||| 1 ||| ||| 1 1
-! Mal sehen , ||| , let us see ||| 1 ||| ||| 1 1
-! Malaria und Tuberkulose sind heilbar ||| ! malaria and tuberculosis can be cured ||| 0.0775352 ||| ||| 1 1
-! Malaria und Tuberkulose sind ||| ! malaria and tuberculosis can ||| 0.0775352 ||| ||| 1 1
-! Malaria und Tuberkulose ||| ! malaria and tuberculosis ||| 0.0775352 ||| ||| 1 1
-! Malaria und ||| ! malaria and ||| 0.0775352 ||| ||| 1 1
-! Malaria ||| ! malaria ||| 0.0775352 ||| ||| 1 1
-! Menschenhandel , wie wir ||| , human trafficking , as we ||| 1 ||| ||| 1 1
-! Menschenhandel , wie ||| , human trafficking , as ||| 1 ||| ||| 1 1
-! Menschenhandel , ||| , human trafficking , ||| 1 ||| ||| 1 1
-! Menschenhandel ist ||| , trafficking in human beings is ||| 1 ||| ||| 1 1
-! Menschenhandel ||| , human trafficking ||| 1 ||| ||| 2 1
-! Menschenhandel ||| , trafficking in human beings ||| 1 ||| ||| 2 1
-! Minister Sasi hat soeben ||| , Mr Sasi has just ||| 1 ||| ||| 1 1
-! Minister Sasi hat ||| , Mr Sasi has ||| 1 ||| ||| 1 1
-! Minister Sasi ||| , Mr Sasi ||| 1 ||| ||| 1 1
-! Minister ||| , Mr ||| 1 ||| ||| 1 1
-! Ministerpräsident Meciar spielt mit dem Feuer ||| , President Meciar is playing with fire ||| 1 ||| ||| 1 1
-! Ministerpräsident Meciar spielt mit ||| , President Meciar is playing with ||| 1 ||| ||| 1 1
-! Ministerpräsident Meciar spielt ||| , President Meciar is playing ||| 1 ||| ||| 1 1
-! Ministerpräsident Meciar ||| , President Meciar ||| 1 ||| ||| 1 1
-! Ministerpräsident ||| , President ||| 1 ||| ||| 1 1
-! Mobiltelefon und Internet ||| , the mobile telephone and the Internet ||| 1 ||| ||| 1 1
-! Mobiltelefon und ||| , the mobile telephone and the ||| 1 ||| ||| 2 1
-! Mobiltelefon und ||| , the mobile telephone and ||| 1 ||| ||| 2 1
-! Mobiltelefon ||| , the mobile telephone ||| 1 ||| ||| 1 1
-! Mosambik ist ein junger afrikanischer Staat ||| , Mozambique is a young African country ||| 1 ||| ||| 1 1
-! Mosambik ist ein junger afrikanischer ||| , Mozambique is a young African ||| 1 ||| ||| 1 1
-! Mosambik ist ein junger ||| , Mozambique is a young ||| 1 ||| ||| 1 1
-! Mosambik ist ein ||| , Mozambique is a ||| 1 ||| ||| 1 1
-! Mosambik ist ||| , Mozambique is ||| 1 ||| ||| 1 1
-! Mosambik ||| , Mozambique ||| 1 ||| ||| 1 1
-! Multiple Sklerose sollte - und muss ||| , multiple sclerosis should - and must ||| 1 ||| ||| 1 1
-! Multiple Sklerose sollte - und ||| , multiple sclerosis should - and ||| 1 ||| ||| 1 1
-! Multiple Sklerose sollte - ||| , multiple sclerosis should - ||| 1 ||| ||| 1 1
-! Multiple Sklerose sollte ||| , multiple sclerosis should ||| 1 ||| ||| 1 1
-! Multiple Sklerose ||| , multiple sclerosis ||| 1 ||| ||| 1 1
-! Multiple ||| , multiple ||| 1 ||| ||| 1 1
-! Nachahmungen und Produktpiraterie sind eben gerade ||| : counterfeiting and product piracy certainly are ||| 1 ||| ||| 1 1
-! Nachahmungen und ||| : counterfeiting and ||| 1 ||| ||| 1 1
-! Nachahmungen ||| : counterfeiting ||| 1 ||| ||| 1 1
-! Natura 2000 ist eine der ||| , Natura 2000 is one of the ||| 1 ||| ||| 1 1
-! Natura 2000 ist eine ||| , Natura 2000 is one ||| 1 ||| ||| 1 1
-! Natura 2000 ist ||| , Natura 2000 is ||| 1 ||| ||| 1 1
-! Natura 2000 ||| , Natura 2000 ||| 1 ||| ||| 1 1
-! Natura ||| , Natura ||| 1 ||| ||| 1 1
-! Nein , das ||| but no , it is ||| 1 ||| ||| 2 1
-! Nein , das ||| but no , it ||| 1 ||| ||| 2 1
-! Nein , wir wollen keine ||| ; no , we do not want ||| 1 ||| ||| 1 1
-! Nein , wir ||| ; no , we ||| 1 ||| ||| 1 1
-! Nein , ||| ; no , ||| 1 ||| ||| 2 1
-! Nein , ||| but no , ||| 1 ||| ||| 2 1
-! Nein ||| ; no ||| 1 ||| ||| 2 1
-! Nein ||| but no ||| 1 ||| ||| 2 1
-! Nepal verdient mehr als eine ||| , Nepal deserves more than ||| 1 ||| ||| 1 1
-! Nepal verdient mehr als ||| , Nepal deserves more than ||| 1 ||| ||| 1 1
-! Nepal verdient mehr ||| , Nepal deserves more ||| 1 ||| ||| 1 1
-! Nepal verdient ||| , Nepal deserves ||| 1 ||| ||| 1 1
-! Nepal ||| , Nepal ||| 1 ||| ||| 1 1
-! Olivenöl ist eines der ||| , olive oil is one of the ||| 1 ||| ||| 1 1
-! Olivenöl ist eines ||| , olive oil is one of ||| 1 ||| ||| 1 1
-! Olivenöl ist ||| , olive oil is ||| 1 ||| ||| 1 1
-! Olivenöl ||| , olive oil ||| 1 ||| ||| 1 1
-! Organtransplantationen retten tatsächlich ||| , organ transplants do indeed save ||| 1 ||| ||| 1 1
-! Organtransplantationen ||| , organ transplants ||| 1 ||| ||| 1 1
-! Ortega y Gasset sagte , daß ||| Ortega y Gasset said that ||| 1 ||| ||| 1 1
-! Ortega y Gasset sagte ||| Ortega y Gasset said ||| 1 ||| ||| 1 1
-! Ortega y Gasset ||| Ortega y Gasset ||| 1 ||| ||| 1 1
-! Ortega y ||| Ortega y ||| 1 ||| ||| 1 1
-! Ortega ||| Ortega ||| 1 ||| ||| 1 1
-! Parlament , Rat und ||| , Parliament , the Council and ||| 1 ||| ||| 1 1
-! Parlament , Rat ||| , Parliament , the Council ||| 1 ||| ||| 1 1
-! Parlament , ||| , Parliament , the ||| 1 ||| ||| 3 1
-! Parlament , ||| , Parliament , ||| 1 ||| ||| 3 1
-! Parlament , ||| , this House , ||| 1 ||| ||| 3 1
-! Parlament ||| , Parliament ||| 1 ||| ||| 2 1
-! Parlament ||| , this House ||| 1 ||| ||| 2 1
-! Pascal Lamy und ich ||| , Mr Lamy and I ||| 1 ||| ||| 1 1
-! Pascal Lamy und ||| , Mr Lamy and ||| 1 ||| ||| 1 1
-! Pascal Lamy ||| , Mr Lamy ||| 1 ||| ||| 1 1
-! Patente ||| , ||| 1 ||| ||| 1 1
-! Paul Rübig hat gesagt , ||| , as Mr Rübig said , ||| 1 ||| ||| 1 1
-! Paul Rübig hat gesagt ||| , as Mr Rübig said ||| 1 ||| ||| 1 1
-! Paul Rübig ||| , as Mr Rübig ||| 1 ||| ||| 1 1
-! Paul ||| , as Mr ||| 1 ||| ||| 1 1
-! Postdienste sind ||| , postal services are ||| 1 ||| ||| 1 1
-! Postdienste ||| , postal services ||| 1 ||| ||| 1 1
-! Professor Ukshin Hoti ist eine von ||| , Professor Ukshin Hoti is one of ||| 1 ||| ||| 1 1
-! Professor Ukshin Hoti ist eine ||| , Professor Ukshin Hoti is one ||| 1 ||| ||| 1 1
-! Professor Ukshin Hoti ist ||| , Professor Ukshin Hoti is ||| 1 ||| ||| 1 1
-! Professor Ukshin Hoti ||| , Professor Ukshin Hoti ||| 1 ||| ||| 1 1
-! Professor Ukshin ||| , Professor Ukshin ||| 1 ||| ||| 1 1
-! Professor ||| , Professor ||| 1 ||| ||| 1 1
-! Präsident Barroso spricht immer von einem ||| , President Barroso always speaks of a ||| 1 ||| ||| 1 1
-! Präsident Barroso spricht immer von ||| , President Barroso always speaks of ||| 1 ||| ||| 1 1
-! Präsident Barroso spricht immer ||| , President Barroso always speaks ||| 1 ||| ||| 1 1
-! Präsident Barroso ||| , President Barroso ||| 1 ||| ||| 1 1
-! Präsident Chirac hat sich ||| , President Chirac says he would ||| 1 ||| ||| 1 1
-! Präsident Chirac hat ||| , President Chirac says he ||| 1 ||| ||| 1 1
-! Präsident ||| , President ||| 1 ||| ||| 2 2
-! Rassismus und Fremdenfeindlichkeit haben selbst ||| , racism and xenophobia have even ||| 1 ||| ||| 1 1
-! Rassismus und Fremdenfeindlichkeit haben ||| , racism and xenophobia have ||| 1 ||| ||| 1 1
-! Rassismus und Fremdenfeindlichkeit ||| , racism and xenophobia ||| 1 ||| ||| 1 1
-! Rassismus und ||| , racism and ||| 1 ||| ||| 1 1
-! Rassismus ||| , racism ||| 1 ||| ||| 1 1
-! Rat und Kommission sollten ||| the Council and the Commission should ||| 1 ||| ||| 1 1
-! Rat und Kommission ||| the Council and the Commission ||| 1 ||| ||| 1 1
-! Rat und ||| the Council and the ||| 1 ||| ||| 2 1
-! Rat und ||| the Council and ||| 1 ||| ||| 2 1
-! Rat ||| the Council ||| 1 ||| ||| 1 1
-! Rauchen ist schädlich - sowohl für ||| , smoking is dangerous both for ||| 1 ||| ||| 1 1
-! Rauchen ist schädlich - sowohl ||| , smoking is dangerous both ||| 1 ||| ||| 1 1
-! Rauchen ist schädlich - ||| , smoking is dangerous ||| 1 ||| ||| 1 1
-! Rauchen ist schädlich ||| , smoking is dangerous ||| 1 ||| ||| 1 1
-! Rauchen ist ||| , smoking is ||| 1 ||| ||| 1 1
-! Rauchen ||| , smoking ||| 1 ||| ||| 1 1
-! Rentenpolitik , Armutsbekämpfung ||| , pension policy , poverty reduction ||| 1 ||| ||| 1 1
-! Rentenpolitik , ||| , pension policy , ||| 1 ||| ||| 1 1
-! Rentenpolitik ||| , pension policy ||| 1 ||| ||| 1 1
-! Rohöl ist teurer als ||| , crude oil is more expensive than ||| 1 ||| ||| 1 1
-! Rohöl ist teurer ||| , crude oil is more expensive ||| 1 ||| ||| 1 1
-! Rohöl ist ||| , crude oil is ||| 1 ||| ||| 1 1
-! Rohöl ||| , crude oil ||| 1 ||| ||| 1 1
-! Russland verweigert die Unterzeichnung ||| , Russia is refusing to sign up ||| 1 ||| ||| 1 1
-! Russland verweigert die ||| , Russia is refusing to ||| 1 ||| ||| 1 1
-! Russland ||| , Russia is ||| 1 ||| ||| 3 1
-! Russland ||| , Russia ||| 1 ||| ||| 3 2
-! Schlepperkriminalität und Menschenhandel ||| , organising illegal immigration and people trafficking ||| 1 ||| ||| 1 1
-! Schlepperkriminalität und ||| , organising illegal immigration and ||| 1 ||| ||| 1 1
-! Schlepperkriminalität ||| , organising illegal immigration ||| 1 ||| ||| 1 1
-! Schreiben Sie Ihren Blauen Brief , ||| and write your warning letter , ||| 1 ||| ||| 1 1
-! Schreiben Sie Ihren Blauen Brief ||| and write your warning letter ||| 1 ||| ||| 1 1
-! Schreiben Sie Ihren Blauen ||| and write your warning ||| 1 ||| ||| 1 1
-! Schreiben Sie Ihren ||| and write your ||| 1 ||| ||| 1 1
-! Schreiben ||| and write ||| 1 ||| ||| 1 1
-! Schule , Gesundheit , Postdienste ||| , education , health , postal services ||| 1 ||| ||| 1 1
-! Schule , Gesundheit , ||| , education , health , ||| 1 ||| ||| 1 1
-! Schule , Gesundheit ||| , education , health ||| 1 ||| ||| 1 1
-! Schule , ||| , education , ||| 1 ||| ||| 1 1
-! Schule ||| , education ||| 1 ||| ||| 1 1
-! Schweden hat ||| , Sweden has ||| 1 ||| ||| 1 1
-! Schweden ||| , Sweden ||| 1 ||| ||| 1 1
-! Schwindel , Schwund und Betrügereien und ||| ; fraud , wastage and ||| 1 ||| ||| 1 1
-! Schwindel , Schwund und Betrügereien ||| ; fraud , wastage ||| 1 ||| ||| 1 1
-! Sicherheit ist nach wie vor ein ||| , safety remains an ||| 1 ||| ||| 1 1
-! Sicherheit ist nach wie vor ||| , safety remains ||| 1 ||| ||| 1 1
-! Sicherheit ||| , safety ||| 1 ||| ||| 1 1
-! Sinn und Zweck der ||| , the purpose of the ||| 1 ||| ||| 1 1
-! Sinn und Zweck der Ãœberarbeitung ||| , the purpose of the revision ||| 1 ||| ||| 1 1
-! Sinn und Zweck ||| , the purpose ||| 1 ||| ||| 1 1
-! Sinn und ||| , the ||| 1 ||| ||| 1 1
-! Sinn ||| , the ||| 1 ||| ||| 1 1
-! Small is beautiful , vor allem ||| , small is beautiful , especially ||| 1 ||| ||| 1 1
-! Small is beautiful , ||| , small is beautiful , ||| 1 ||| ||| 1 1
-! Small is beautiful ||| , small is beautiful ||| 1 ||| ||| 1 1
-! Small is ||| , small is ||| 1 ||| ||| 1 1
-! Small ||| , small ||| 1 ||| ||| 1 1
-! Solidarität mit den Opfern der ||| , solidarity with the victims of the ||| 1 ||| ||| 1 1
-! Solidarität mit den Opfern ||| , solidarity with the victims ||| 1 ||| ||| 1 1
-! Solidarität mit den ||| , solidarity with the ||| 1 ||| ||| 1 1
-! Solidarität mit ||| , solidarity with ||| 1 ||| ||| 1 1
-! Solidarität ||| , solidarity ||| 1 ||| ||| 1 1
-! Spanien ||| , Spain ||| 1 ||| ||| 1 1
-! Spanien übernimmt ||| , Spain will ||| 1 ||| ||| 1 1
-! Stichwort : Verbraucherkreditrichtlinie ; ||| the Consumer Credit Directive ; ||| 1 ||| ||| 2 1
-! Stichwort : Verbraucherkreditrichtlinie ; ||| with the Consumer Credit Directive ; ||| 1 ||| ||| 2 1
-! Stichwort : Verbraucherkreditrichtlinie ||| the Consumer Credit Directive ||| 1 ||| ||| 2 1
-! Stichwort : Verbraucherkreditrichtlinie ||| with the Consumer Credit Directive ||| 1 ||| ||| 2 1
-! Stichwort : ||| the ||| 1 ||| ||| 2 1
-! Stichwort : ||| with the ||| 1 ||| ||| 2 1
-! Stichwort ||| the ||| 1 ||| ||| 2 1
-! Stichwort ||| with the ||| 1 ||| ||| 2 1
-! Stringenz ist eine Sache , aber ||| , stringency is one thing , but ||| 1 ||| ||| 1 1
-! Stringenz ist eine Sache , ||| , stringency is one thing , ||| 1 ||| ||| 1 1
-! Stringenz ist eine Sache ||| , stringency is one thing ||| 1 ||| ||| 1 1
-! Stringenz ist eine ||| , stringency is one ||| 1 ||| ||| 1 1
-! Stringenz ist ||| , stringency is ||| 1 ||| ||| 1 1
-! Stringenz ||| , stringency ||| 1 ||| ||| 1 1
-! Tampere ist ||| , Tampere has ||| 1 ||| ||| 1 1
-! Tampere ||| , Tampere ||| 1 ||| ||| 1 1
-! Tatsache ist , dass ||| it is true that , ||| 1 ||| ||| 1 1
-! Tatsache ist ||| it is true ||| 1 ||| ||| 1 1
-! Tausende Zivilpersonen sind ||| , thousands of civilians have ||| 1 ||| ||| 1 1
-! Tausende Zivilpersonen ||| , thousands of civilians ||| 1 ||| ||| 1 1
-! Tausende ||| , thousands of ||| 1 ||| ||| 2 1
-! Tausende ||| , thousands ||| 1 ||| ||| 2 1
-! Terrorismus ist ein Verbrechen gegen ||| , terrorism is a crime against ||| 1 ||| ||| 1 1
-! Terrorismus ist ein Verbrechen ||| , terrorism is a crime ||| 1 ||| ||| 1 1
-! Terrorismus ist ein ||| , terrorism is a ||| 1 ||| ||| 1 1
-! Terrorismus ist ||| , terrorism is ||| 1 ||| ||| 1 1
-! Terrorismus ||| , terrorism ||| 1 ||| ||| 1 1
-! Tierversuche gehören bei ||| , animal experiments in the field of ||| 1 ||| ||| 4 1
-! Tierversuche gehören bei ||| , animal experiments in the field ||| 1 ||| ||| 4 1
-! Tierversuche gehören bei ||| , animal experiments in the ||| 1 ||| ||| 4 1
-! Tierversuche gehören bei ||| , animal experiments in ||| 1 ||| ||| 4 1
-! Tierversuche gehören ||| , animal experiments ||| 1 ||| ||| 1 1
-! Tierversuche ||| , animal experiments ||| 1 ||| ||| 1 1
-! Tunesien ist ein Land , in ||| , Tunisia is a country in ||| 1 ||| ||| 1 1
-! Tunesien ist ein Land , ||| , Tunisia is a country ||| 1 ||| ||| 1 1
-! Tunesien ist ein Land ||| , Tunisia is a country ||| 1 ||| ||| 1 1
-! Tunesien ist ein ||| , Tunisia is a ||| 1 ||| ||| 1 1
-! Tunesien ist ||| , Tunisia is ||| 1 ||| ||| 1 1
-! Tunesien ||| , Tunisia ||| 1 ||| ||| 1 1
-! Umwelt- , Sozial- und Steuerrecht ||| , environmental , social and tax legislation ||| 1 ||| ||| 1 1
-! Umwelt- , Sozial- und ||| , environmental , social and ||| 1 ||| ||| 1 1
-! Umwelt- , Sozial- ||| , environmental , social ||| 1 ||| ||| 1 1
-! Umwelt- , ||| , environmental , ||| 1 ||| ||| 1 1
-! Umwelt- ||| , environmental ||| 1 ||| ||| 1 1
-! Umweltfragen werden am besten gelöst , ||| , environmental issues are handled best ||| 1 ||| ||| 1 1
-! Umweltfragen werden am besten gelöst ||| , environmental issues are handled best ||| 1 ||| ||| 1 1
-! Umweltfragen werden ||| , environmental issues are ||| 1 ||| ||| 1 1
-! Umweltfragen ||| , environmental issues ||| 1 ||| ||| 1 1
-! Umweltvereinbarungen in der Europäischen Gemeinschaft ||| , environmental agreements in the European Community ||| 1 ||| ||| 1 1
-! Umweltvereinbarungen in der Europäischen ||| , environmental agreements in the European ||| 1 ||| ||| 1 1
-! Umweltvereinbarungen in der ||| , environmental agreements in the ||| 1 ||| ||| 1 1
-! Umweltvereinbarungen in ||| , environmental agreements in ||| 1 ||| ||| 1 1
-! Umweltvereinbarungen ||| , environmental agreements ||| 1 ||| ||| 1 1
-! Usted no es una persona loca ||| , usted no es una persona loca ||| 1 ||| ||| 1 1
-! Usted no es una persona ||| , usted no es una persona ||| 1 ||| ||| 1 1
-! Usted no es una ||| , usted no es una ||| 1 ||| ||| 1 1
-! Usted no es ||| , usted no es ||| 1 ||| ||| 1 1
-! Verletzungen des Rechts auf geistiges Eigentum ||| , infringements of intellectual property rights ||| 1 ||| ||| 1 1
-! Verletzungen des Rechts auf geistiges ||| , infringements of intellectual ||| 1 ||| ||| 1 1
-! Verletzungen des Rechts auf ||| , infringements of ||| 1 ||| ||| 1 1
-! Verletzungen des Rechts ||| , infringements of ||| 1 ||| ||| 1 1
-! Verletzungen des ||| , infringements of ||| 1 ||| ||| 1 1
-! Verletzungen ||| , infringements ||| 1 ||| ||| 1 1
-! Vertrauen ist gut , Kontrolle ist ||| , trust is good , control is ||| 1 ||| ||| 1 1
-! Vertrauen ist gut , Kontrolle ||| , trust is good , control ||| 1 ||| ||| 1 1
-! Vertrauen ist gut , ||| , trust is good , ||| 1 ||| ||| 1 1
-! Vertrauen ist gut ||| , trust is good ||| 1 ||| ||| 1 1
-! Vertrauen ist ||| , trust is ||| 1 ||| ||| 1 1
-! Vertrauen ||| , trust ||| 1 ||| ||| 1 1
-! Vietnam ist ||| , both in ||| 1 ||| ||| 2 1
-! Vietnam ist ||| , both ||| 1 ||| ||| 2 1
-! Vietnam ||| , both in ||| 1 ||| ||| 2 1
-! Vietnam ||| , both ||| 1 ||| ||| 2 1
-! Walter ||| , Mr Walter 's ||| 1 ||| ||| 1 1
-! Wechsel ist ||| you are right in ||| 1 ||| ||| 3 1
-! Wechsel ist ||| you are right ||| 1 ||| ||| 3 1
-! Wechsel ist ||| you are ||| 1 ||| ||| 3 1
-! Wechsel ||| you ||| 1 ||| ||| 1 1
-! Wettbewerb ist gut , wenn ||| , competition is a good thing when ||| 1 ||| ||| 1 1
-! Wettbewerb ist gut , ||| , competition is a good thing ||| 1 ||| ||| 1 1
-! Wettbewerb ist gut ||| , competition is a good thing ||| 1 ||| ||| 1 1
-! Wettbewerb ist ||| , competition is ||| 1 ||| ||| 1 1
-! Wettbewerb ||| , competition ||| 1 ||| ||| 1 1
-! Wwir beraten heute ||| , this morning we are ||| 1 ||| ||| 1 1
-! Wwir beraten heute über die ||| , this morning we are examining the ||| 1 ||| ||| 1 1
-! Wwir beraten heute über ||| , this morning we are examining ||| 1 ||| ||| 1 1
-! Wwir beraten ||| , this morning we ||| 1 ||| ||| 1 1
-! Wwir ||| , this morning we ||| 1 ||| ||| 1 1
-! Ziel des ||| , the objective of the ||| 1 ||| ||| 1 1
-! Ziel ||| , the objective ||| 1 ||| ||| 2 1
-! Ziel ||| aiming ||| 1 ||| ||| 2 1
-! Zypern ist vergangene Woche ||| , last week Cyprus was ||| 1 ||| ||| 1 1
-! aber - ich bin Ihnen ||| , and I am much ||| 1 ||| ||| 1 1
-! aber - ich bin ||| , and I am ||| 1 ||| ||| 1 1
-! aber - ich ||| , and I ||| 1 ||| ||| 1 1
-! aber - wie ein Humorist sagte ||| , but as the joke goes ||| 1 ||| ||| 1 1
-! aber - wie ein ||| , but as the ||| 1 ||| ||| 1 1
-! aber - wie ||| , but as ||| 1 ||| ||| 1 1
-! aber Herr ||| , but I ask you , ||| 1 ||| ||| 4 1
-! aber Herr ||| , but I ask you ||| 1 ||| ||| 4 1
-! aber Herr ||| , but I ask ||| 1 ||| ||| 4 1
-! aber Herr ||| , but I ||| 1 ||| ||| 4 1
-! aber Sie werden ||| , but you will ||| 1 ||| ||| 1 1
-! aber Sie ||| , but you ||| 1 ||| ||| 1 1
-! aber da liegt ein Missverständnis vor ||| , but there is a misunderstanding here ||| 1 ||| ||| 1 1
-! aber da liegt ein ||| , but there is a ||| 1 ||| ||| 1 1
-! aber da liegt ||| , but there is ||| 1 ||| ||| 1 1
-! aber da ||| , but there ||| 1 ||| ||| 1 1
-! aber dann ||| , but then ||| 1 ||| ||| 1 1
-! aber darum geht es eigentlich nicht ||| , but that is not my point ||| 1 ||| ||| 3 1
-! aber darum geht es eigentlich nicht ||| , but that is not my ||| 1 ||| ||| 3 1
-! aber darum geht es eigentlich nicht ||| , but that is not ||| 1 ||| ||| 3 1
-! aber darum geht es eigentlich ||| , but that is ||| 1 ||| ||| 1 1
-! aber darum geht es ||| , but that is ||| 1 ||| ||| 1 1
-! aber darum geht ||| , but that is ||| 1 ||| ||| 1 1
-! aber darum ||| , but that ||| 1 ||| ||| 1 1
-! aber das kann man ja schon ||| , but one can ||| 1 ||| ||| 3 1
-! aber das kann man ja schon ||| control , but one can ||| 1 ||| ||| 3 1
-! aber das kann man ja schon ||| supervisory control , but one can ||| 1 ||| ||| 3 1
-! aber das kann man ja ||| , but one can ||| 1 ||| ||| 3 1
-! aber das kann man ja ||| control , but one can ||| 1 ||| ||| 3 1
-! aber das kann man ja ||| supervisory control , but one can ||| 1 ||| ||| 3 1
-! aber das kann man ||| , but one can ||| 1 ||| ||| 3 1
-! aber das kann man ||| control , but one can ||| 1 ||| ||| 3 1
-! aber das kann man ||| supervisory control , but one can ||| 1 ||| ||| 3 1
-! aber die ||| , but the ||| 1 ||| ||| 1 1
-! aber diese Freundschaft soll ||| , but this friendship should bear fruit ||| 1 ||| ||| 3 1
-! aber diese Freundschaft soll ||| , but this friendship should bear ||| 1 ||| ||| 3 1
-! aber diese Freundschaft soll ||| , but this friendship should ||| 1 ||| ||| 3 1
-! aber diese Freundschaft ||| , but this friendship ||| 1 ||| ||| 1 1
-! aber diese ||| , but this ||| 1 ||| ||| 1 1
-! aber dieses Fenster der Gelegenheit ||| , but this window of opportunity ||| 1 ||| ||| 1 1
-! aber dieses Fenster der ||| , but this window of ||| 1 ||| ||| 1 1
-! aber dieses Fenster ||| , but this window ||| 1 ||| ||| 1 1
-! aber dieses ||| , but this ||| 1 ||| ||| 1 1
-! aber eine ||| , but there ||| 1 ||| ||| 2 1
-! aber eine ||| from , but there ||| 1 ||| ||| 2 1
-! aber es gilt ||| , but ||| 1 ||| ||| 1 1
-! aber es muss ||| , but there need to ||| 1 ||| ||| 1 1
-! aber es ||| , but there ||| 1 ||| ||| 2 1
-! aber es ||| , but ||| 1 ||| ||| 2 1
-! aber ich glaube , die Bürger ||| , but I think our citizens ||| 1 ||| ||| 1 1
-! aber ich glaube , die ||| , but I think our ||| 1 ||| ||| 1 1
-! aber ich glaube , ||| , but I think ||| 1 ||| ||| 1 1
-! aber ich glaube ||| , but I think ||| 1 ||| ||| 1 1
-! aber ich ||| , but I ||| 1 ||| ||| 1 1
-! aber man muss in Betracht ziehen ||| , but we have to consider the ||| 1 ||| ||| 3 1
-! aber man muss in Betracht ziehen ||| , but we have to consider ||| 1 ||| ||| 3 1
-! aber man muss in Betracht ziehen ||| taken , but we have to consider ||| 1 ||| ||| 3 1
-! aber man muss in ||| , but we have to ||| 1 ||| ||| 3 1
-! aber man muss in ||| been taken , but we have to ||| 1 ||| ||| 3 1
-! aber man muss in ||| taken , but we have to ||| 1 ||| ||| 3 1
-! aber man muss ||| , but we have ||| 1 ||| ||| 4 1
-! aber man muss ||| been taken , but we have ||| 1 ||| ||| 4 1
-! aber man muss ||| have been taken , but we have ||| 1 ||| ||| 4 1
-! aber man muss ||| taken , but we have ||| 1 ||| ||| 4 1
-! aber man ||| , but we ||| 1 ||| ||| 4 1
-! aber man ||| been taken , but we ||| 1 ||| ||| 4 1
-! aber man ||| have been taken , but we ||| 1 ||| ||| 4 1
-! aber man ||| taken , but we ||| 1 ||| ||| 4 1
-! aber mein besonderer Dank gilt ||| , but I am particularly obliged , ||| 1 ||| ||| 1 1
-! aber mein besonderer Dank ||| , but I am particularly obliged ||| 1 ||| ||| 1 1
-! aber mein besonderer ||| , but I am particularly ||| 1 ||| ||| 1 1
-! aber mein ||| , but I am ||| 1 ||| ||| 1 1
-! aber meine Antwort wird leider ||| , but my answer is ||| 1 ||| ||| 1 1
-! aber meine Antwort wird ||| , but my answer is ||| 1 ||| ||| 1 1
-! aber meine Antwort ||| , but my answer ||| 1 ||| ||| 1 1
-! aber meine ||| , but my ||| 1 ||| ||| 1 1
-! aber wenn Sie ||| , but if you ||| 1 ||| ||| 1 1
-! aber wenn ||| , but if ||| 1 ||| ||| 1 1
-! aber wer macht sie ||| , but exactly who is making them ||| 1 ||| ||| 1 1
-! aber wer macht ||| , but exactly who is making ||| 1 ||| ||| 1 1
-! aber wer ||| , but exactly who ||| 1 ||| ||| 1 1
-! aber wir haben gehört ||| , but we have learned ||| 1 ||| ||| 1 1
-! aber wir hätten ||| , but we would have preferred ||| 1 ||| ||| 2 1
-! aber wir hätten ||| EU , but we would have preferred ||| 1 ||| ||| 2 1
-! aber wir sind ||| , but we have great ||| 1 ||| ||| 2 1
-! aber wir sind ||| , but we have ||| 1 ||| ||| 2 1
-! aber wir sollten nicht anfangen ||| , but we should not start ||| 1 ||| ||| 1 1
-! aber wir sollten nicht ||| , but we should not ||| 1 ||| ||| 1 1
-! aber wir sollten ||| , but we should ||| 1 ||| ||| 1 1
-! aber wir ||| , but we ||| 1 ||| ||| 7 5
-! aber wir ||| EU , but we ||| 1 ||| ||| 7 1
-! aber wir ||| the EU , but we ||| 1 ||| ||| 7 1
-! aber ||| ! - but , ||| 0.0775352 ||| ||| 44 1
-! aber ||| , and ||| 1 ||| ||| 44 1
-! aber ||| , but exactly ||| 1 ||| ||| 44 1
-! aber ||| , but its prospects ||| 1 ||| ||| 44 1
-! aber ||| , but its ||| 1 ||| ||| 44 1
-! aber ||| , but ||| 1 ||| ||| 44 30
-! aber ||| EU , but ||| 1 ||| ||| 44 1
-! aber ||| am saying ||| 1 ||| ||| 44 1
-! aber ||| been taken , but ||| 1 ||| ||| 44 1
-! aber ||| control , but ||| 1 ||| ||| 44 1
-! aber ||| from , but ||| 1 ||| ||| 44 1
-! aber ||| have been taken , but ||| 1 ||| ||| 44 1
-! aber ||| supervisory control , but ||| 1 ||| ||| 44 1
-! aber ||| taken , but ||| 1 ||| ||| 44 1
-! aber ||| the EU , but ||| 1 ||| ||| 44 1
-! abgesehen von der Technik der Mittelzuweisungen ||| , beyond its technique on envelopes ||| 1 ||| ||| 1 1
-! abgesehen von der Technik der ||| , beyond its technique on ||| 1 ||| ||| 1 1
-! abgesehen von der Technik ||| , beyond its technique ||| 1 ||| ||| 1 1
-! abgesehen von der ||| , beyond its ||| 1 ||| ||| 1 1
-! abgesehen von ||| , beyond ||| 1 ||| ||| 1 1
-! abschließend möchte ich noch ||| , I should like to conclude by ||| 1 ||| ||| 1 1
-! abschließend möchte ich ||| , I should like to conclude by ||| 1 ||| ||| 2 1
-! abschließend möchte ich ||| to conclude , ||| 1 ||| ||| 2 1
-! abschließend ||| , by way of conclusion , ||| 1 ||| ||| 2 1
-! abschließend ||| , by way of conclusion ||| 1 ||| ||| 2 1
-! all dies ist ||| that all these things should ||| 1 ||| ||| 1 1
-! all dies ||| that all these things ||| 1 ||| ||| 1 1
-! all ||| that all ||| 1 ||| ||| 1 1
-! alle , die mich kennen , ||| , those who know me can ||| 1 ||| ||| 1 1
-! alle Arten landwirtschaftlicher Tätigkeit und ||| , all types of agricultural activity and ||| 1 ||| ||| 1 1
-! alle Arten landwirtschaftlicher Tätigkeit ||| , all types of agricultural activity ||| 1 ||| ||| 1 1
-! alle Arten landwirtschaftlicher ||| , all types of agricultural ||| 1 ||| ||| 1 1
-! alle Arten ||| , all types ||| 1 ||| ||| 1 1
-! alle Mittel aus dem europäischen Haushalt ||| , all funds from the European Budget ||| 1 ||| ||| 1 1
-! alle Mittel aus dem europäischen ||| , all funds from the European ||| 1 ||| ||| 1 1
-! alle Mittel aus dem ||| , all funds from the ||| 1 ||| ||| 1 1
-! alle Mittel aus ||| , all funds from ||| 1 ||| ||| 1 1
-! alle Mittel ||| , all funds ||| 1 ||| ||| 1 1
-! alle singen heute ||| , everyone is proclaiming today ||| 1 ||| ||| 1 1
-! alle singen ||| , everyone is proclaiming ||| 1 ||| ||| 1 1
-! alle wissen um die ||| , no one is unaware of the ||| 1 ||| ||| 1 1
-! alle wissen um ||| , no one is unaware of ||| 1 ||| ||| 2 1
-! alle wissen um ||| , no one is unaware ||| 1 ||| ||| 2 1
-! alle ||| , all ||| 1 ||| ||| 7 2
-! alle ||| , everyone is ||| 1 ||| ||| 7 1
-! alle ||| , everyone ||| 1 ||| ||| 7 1
-! alle ||| , no one ||| 1 ||| ||| 7 1
-! alle ||| , no ||| 1 ||| ||| 7 1
-! alle ||| , those ||| 1 ||| ||| 7 1
-! allerdings gehört das ||| , but unfortunately that has ||| 1 ||| ||| 1 1
-! allerdings muss sie mit ||| , but the opinion must accord with ||| 1 ||| ||| 1 1
-! allerdings muss sie ||| , but the opinion must accord ||| 1 ||| ||| 2 1
-! allerdings muss sie ||| , but the opinion must ||| 1 ||| ||| 2 1
-! allerdings ||| , but unfortunately ||| 1 ||| ||| 2 1
-! allerdings ||| , but ||| 1 ||| ||| 2 1
-! alles an diesen Informationen ist in ||| , all of this information is ||| 1 ||| ||| 1 1
-! alles an diesen Informationen ist ||| , all of this information is ||| 1 ||| ||| 1 1
-! alles an diesen Informationen ||| , all of this information ||| 1 ||| ||| 1 1
-! alles an diesen ||| , all of this ||| 1 ||| ||| 1 1
-! alles an ||| , all of ||| 1 ||| ||| 1 1
-! alles ist bereits gesagt worden . ||| , everything has been said . ||| 1 ||| ||| 1 1
-! alles ist bereits gesagt worden ||| , everything has been said ||| 1 ||| ||| 1 1
-! alles ist ||| , everything has ||| 1 ||| ||| 1 1
-! alles ||| , all ||| 1 ||| ||| 2 1
-! alles ||| , everything ||| 1 ||| ||| 2 1
-! allgemein gesagt , halte ich diese ||| , generally speaking I consider this ||| 1 ||| ||| 1 1
-! allgemein gesagt , halte ich ||| , generally speaking I consider ||| 1 ||| ||| 1 1
-! allgemein gesagt , ||| , generally speaking ||| 1 ||| ||| 1 1
-! allgemein gesagt ||| , generally speaking ||| 1 ||| ||| 1 1
-! allzu viele ||| , there are too many ||| 1 ||| ||| 1 1
-! allzu ||| , there are too ||| 1 ||| ||| 1 1
-! als Abgeordneter aus ||| , as a member of parliament from ||| 1 ||| ||| 1 1
-! als Abgeordneter des ||| , as a Member for the ||| 1 ||| ||| 1 1
-! als Abgeordneter von der französischen ||| , as a Member for the French ||| 1 ||| ||| 1 1
-! als Abgeordneter von der ||| , as a Member for the ||| 1 ||| ||| 1 1
-! als Abgeordneter von ||| , as a Member for ||| 1 ||| ||| 1 1
-! als Abgeordneter ||| , as a Member ||| 1 ||| ||| 3 2
-! als Abgeordneter ||| , as a member of parliament ||| 1 ||| ||| 3 1
-! als Beobachter des Europäischen Parlaments ||| , as European Parliament observers , ||| 1 ||| ||| 2 1
-! als Beobachter des Europäischen Parlaments ||| , as European Parliament observers ||| 1 ||| ||| 2 1
-! als Berichterstatter bedaure ich es eigentlich ||| , as rapporteur I regret the fact ||| 1 ||| ||| 1 1
-! als Berichterstatter bedaure ich es ||| , as rapporteur I regret the ||| 1 ||| ||| 1 1
-! als Berichterstatter bedaure ich ||| , as rapporteur I regret ||| 1 ||| ||| 1 1
-! als Berichterstatter für Estland ||| , as rapporteur for Estonia ||| 1 ||| ||| 1 1
-! als Berichterstatter für ||| , as rapporteur for ||| 1 ||| ||| 1 1
-! als Berichterstatter zu ||| , in the capacity of rapporteur for ||| 1 ||| ||| 1 1
-! als Berichterstatter zum Beitritt ||| , as rapporteur for the accession of ||| 1 ||| ||| 2 1
-! als Berichterstatter zum Beitritt ||| , as rapporteur for the accession ||| 1 ||| ||| 2 1
-! als Berichterstatter zum ||| , as rapporteur for the ||| 1 ||| ||| 1 1
-! als Berichterstatter ||| , as rapporteur ||| 1 ||| ||| 4 3
-! als Berichterstatter ||| , in the capacity of rapporteur ||| 1 ||| ||| 4 1
-! als Berichterstatterin meiner Fraktion für ||| , as my group 's rapporteur for ||| 1 ||| ||| 1 1
-! als Berichterstatterin meiner Fraktion ||| , as my group 's rapporteur ||| 1 ||| ||| 1 1
-! als Berichterstatterin ||| , as rapporteur ||| 1 ||| ||| 1 1
-! als Berichterstatterin über die Entlastung betreffend ||| , as rapporteur on the discharge for ||| 1 ||| ||| 1 1
-! als Berichterstatterin über die Entlastung ||| , as rapporteur on the discharge ||| 1 ||| ||| 1 1
-! als Berichterstatterin über die ||| , as rapporteur on the ||| 1 ||| ||| 1 1
-! als Berichterstatterin über ||| , as rapporteur on ||| 1 ||| ||| 1 1
-! als Beweis dafür , daß dieses ||| , as proof that this ||| 1 ||| ||| 1 1
-! als Beweis dafür , daß ||| , as proof that ||| 1 ||| ||| 1 1
-! als Beweis dafür ||| , as proof ||| 1 ||| ||| 1 1
-! als Bürgerbeauftragter vertreten Sie die 450 ||| , as Ombudsman you represent the 450 ||| 1 ||| ||| 1 1
-! als Bürgerbeauftragter vertreten Sie die ||| , as Ombudsman you represent the ||| 1 ||| ||| 1 1
-! als Bürgerbeauftragter vertreten Sie ||| , as Ombudsman you represent ||| 1 ||| ||| 1 1
-! als Bürgerbeauftragter ||| , as Ombudsman ||| 1 ||| ||| 1 1
-! als China ||| , when China ||| 1 ||| ||| 1 1
-! als Christdemokrat und schwedischer ||| , as a Christian Democrat and Swedish ||| 1 ||| ||| 1 1
-! als Christdemokrat und ||| , as a Christian Democrat and ||| 1 ||| ||| 1 1
-! als Christdemokrat ||| , as a Christian Democrat ||| 1 ||| ||| 1 1
-! als Deutscher ist man hier in ||| , any German in this House will ||| 1 ||| ||| 1 1
-! als Deutscher ||| , any German ||| 1 ||| ||| 1 1
-! als Einwohner der ||| , as a resident of the ||| 1 ||| ||| 1 1
-! als Einwohner ||| , as a resident ||| 1 ||| ||| 1 1
-! als Ergebnis der Beratungen auf ||| , as a result of consultations at ||| 1 ||| ||| 1 1
-! als Ergebnis der Beratungen ||| , as a result of consultations ||| 1 ||| ||| 1 1
-! als Ergebnis der ||| , as a result of ||| 1 ||| ||| 1 1
-! als Ergebnis ||| , as a result ||| 1 ||| ||| 1 1
-! als Ergänzung zu meiner ||| , further to the question that I ||| 1 ||| ||| 1 1
-! als Ergänzung zu ||| , further to the question that ||| 1 ||| ||| 3 1
-! als Ergänzung zu ||| , further to the question ||| 1 ||| ||| 3 1
-! als Ergänzung zu ||| , further to the ||| 1 ||| ||| 3 1
-! als Erstes möchte ich ||| , I should like to start by ||| 1 ||| ||| 2 1
-! als Erstes möchte ich ||| , firstly I would like to ||| 1 ||| ||| 2 1
-! als Erstes ||| , first of all , ||| 1 ||| ||| 12 1
-! als Erstes ||| , first of all ||| 1 ||| ||| 12 3
-! als Erstes ||| , first of ||| 1 ||| ||| 12 3
-! als Erstes ||| , first ||| 1 ||| ||| 12 3
-! als Erstes ||| , firstly ||| 1 ||| ||| 12 1
-! als Erstes ||| , the first message ||| 1 ||| ||| 12 1
-! als Föderalisten haben ||| , as a pro-federalist party ||| 1 ||| ||| 1 1
-! als Grüne bin ich ||| , as a Green I am ||| 1 ||| ||| 1 1
-! als Grüne ||| , as a Green ||| 1 ||| ||| 1 1
-! als Leiter der Delegation ||| , as the leader of the delegation ||| 1 ||| ||| 1 1
-! als Leiter der ||| , as the leader of the ||| 1 ||| ||| 1 1
-! als Leiter ||| , as the leader ||| 1 ||| ||| 1 1
-! als Mitberichterstatter dieser ||| , as co-rapporteur for this , ||| 1 ||| ||| 2 1
-! als Mitberichterstatter dieser ||| , as co-rapporteur for this ||| 1 ||| ||| 2 1
-! als Mitberichterstatter ||| , as co-rapporteur for ||| 1 ||| ||| 2 1
-! als Mitberichterstatter ||| , as co-rapporteur ||| 1 ||| ||| 2 1
-! als Mitglied des ||| , as a member of the ||| 1 ||| ||| 1 1
-! als Mitglied ||| , as a member ||| 1 ||| ||| 1 1
-! als Präsident der Europäischen Union ||| , as President-in-Office of the European Union ||| 1 ||| ||| 1 1
-! als Präsident der Europäischen ||| , as President-in-Office of the European ||| 1 ||| ||| 1 1
-! als Präsident der ||| , as President-in-Office of the ||| 1 ||| ||| 1 1
-! als Präsident ||| , as President-in-Office ||| 1 ||| ||| 1 1
-! als Schotte und Ihr Landsmann bin ||| , as a fellow Scot , ||| 1 ||| ||| 2 1
-! als Schotte und Ihr Landsmann bin ||| , as a fellow Scot ||| 1 ||| ||| 2 1
-! als Sie ||| , when ||| 1 ||| ||| 1 1
-! als Skandinavierin verwende ich ||| , as a Scandinavian , I ||| 1 ||| ||| 1 1
-! als Skandinavierin verwende ||| , as a Scandinavian , ||| 1 ||| ||| 2 1
-! als Skandinavierin verwende ||| , as a Scandinavian ||| 1 ||| ||| 2 1
-! als Skandinavierin ||| , as a Scandinavian , ||| 1 ||| ||| 1 1
diff --git a/scripts/Jamfile b/scripts/Jamfile
index e33544d17..6fb9bad39 100644
--- a/scripts/Jamfile
+++ b/scripts/Jamfile
@@ -1,5 +1,5 @@
#See ../Jamroot for options.
-import option ;
+import option path ;
build-project ems/biconcor ;
build-project training ;
@@ -34,6 +34,7 @@ if $(with-giza) {
location = [ option.get "install-scripts" ] ;
if $(location) {
+ location = [ path.root $(location) [ path.pwd ] ] ;
location = $(location)$(GITTAG) ;
#These two used to live in a tools directory.
diff --git a/scripts/ems/biconcor/Alignment.cpp b/scripts/ems/biconcor/Alignment.cpp
index 979037ee6..e73e18840 100644
--- a/scripts/ems/biconcor/Alignment.cpp
+++ b/scripts/ems/biconcor/Alignment.cpp
@@ -1,17 +1,31 @@
#include "Alignment.h"
+
+#include <fstream>
#include <string>
#include <stdlib.h>
#include <cstring>
+namespace {
+
+const int LINE_MAX_LENGTH = 10000;
+
+} // namespace
+
using namespace std;
-void Alignment::Create( string fileName )
+void Alignment::Create(const string& fileName)
{
ifstream textFile;
char line[LINE_MAX_LENGTH];
// count the number of words first;
textFile.open(fileName.c_str());
+
+ if (!textFile) {
+ cerr << "No such file or directory: " << fileName << endl;
+ exit(1);
+ }
+
istream *fileP = &textFile;
m_size = 0;
m_sentenceCount = 0;
@@ -26,19 +40,35 @@ void Alignment::Create( string fileName )
cerr << m_size << " alignment points" << endl;
// allocate memory
- m_array = (char*) calloc( sizeof( char ), m_size*2 );
+ m_array = (int*) calloc( sizeof(int), m_size*2 );
m_sentenceEnd = (INDEX*) calloc( sizeof( INDEX ), m_sentenceCount );
+ if (m_array == NULL) {
+ cerr << "Error: cannot allocate memory to m_array" << endl;
+ exit(1);
+ }
+
+ if (m_sentenceEnd == NULL) {
+ cerr << "Error: cannot allocate memory to m_sentenceEnd" << endl;
+ exit(1);
+ }
+
// fill the array
int alignmentPointIndex = 0;
int sentenceId = 0;
+
textFile.open(fileName.c_str());
+ if (!textFile) {
+ cerr << "Failed to open " << fileName << endl;
+ exit(1);
+ }
+
fileP = &textFile;
while(!fileP->eof()) {
SAFE_GETLINE((*fileP), line, LINE_MAX_LENGTH, '\n');
if (fileP->eof()) break;
vector<string> alignmentSequence = Tokenize( line );
- for(int i=0; i<alignmentSequence.size(); i++) {
+ for(size_t i=0; i<alignmentSequence.size(); i++) {
int s,t;
// cout << "scaning " << alignmentSequence[i].c_str() << endl;
if (! sscanf(alignmentSequence[i].c_str(), "%d-%d", &s, &t)) {
@@ -53,10 +83,20 @@ void Alignment::Create( string fileName )
cerr << "done reading " << (alignmentPointIndex/2) << " alignment points, " << sentenceId << " sentences." << endl;
}
+Alignment::Alignment()
+ : m_array(NULL),
+ m_sentenceEnd(NULL),
+ m_size(0),
+ m_sentenceCount(0) {}
+
Alignment::~Alignment()
{
- free(m_array);
- free(m_sentenceEnd);
+ if (m_array != NULL) {
+ free(m_array);
+ }
+ if (m_sentenceEnd != NULL) {
+ free(m_sentenceEnd);
+ }
}
vector<string> Alignment::Tokenize( const char input[] )
@@ -81,13 +121,11 @@ vector<string> Alignment::Tokenize( const char input[] )
return token;
}
-bool Alignment::PhraseAlignment( INDEX sentence, char target_length,
- char source_start, char source_end,
- char &target_start, char &target_end,
- char &pre_null, char &post_null )
+bool Alignment::PhraseAlignment( INDEX sentence, int target_length,
+ int source_start, int source_end,
+ int &target_start, int &target_end,
+ int &pre_null, int &post_null )
{
- vector< char > alignedTargetWords;
-
// get index for first alignment point
INDEX sentenceStart = 0;
if (sentence > 0) {
@@ -98,9 +136,9 @@ bool Alignment::PhraseAlignment( INDEX sentence, char target_length,
target_start = target_length;
target_end = 0;
for(INDEX ap = sentenceStart; ap <= m_sentenceEnd[ sentence ]; ap += 2 ) {
- char source = m_array[ ap ];
+ int source = m_array[ ap ];
if (source >= source_start && source <= source_end ) {
- char target = m_array[ ap+1 ];
+ int target = m_array[ ap+1 ];
if (target < target_start) target_start = target;
if (target > target_end ) target_end = target;
}
@@ -111,9 +149,9 @@ bool Alignment::PhraseAlignment( INDEX sentence, char target_length,
// check consistency
for(INDEX ap = sentenceStart; ap <= m_sentenceEnd[ sentence ]; ap += 2 ) {
- char target = m_array[ ap+1 ];
+ int target = m_array[ ap+1 ];
if (target >= target_start && target <= target_end ) {
- char source = m_array[ ap ];
+ int source = m_array[ ap ];
if (source < source_start || source > source_end) {
return false; // alignment point out of range
}
@@ -125,45 +163,54 @@ bool Alignment::PhraseAlignment( INDEX sentence, char target_length,
m_unaligned[i] = true;
}
for(INDEX ap = sentenceStart; ap <= m_sentenceEnd[ sentence ]; ap += 2 ) {
- char target = m_array[ ap+1 ];
+ int target = m_array[ ap+1 ];
m_unaligned[ target ] = false;
}
// prior unaligned words
pre_null = 0;
- for(char target = target_start-1; target >= 0 && m_unaligned[ target ]; target--) {
+ for(int target = target_start-1; target >= 0 && m_unaligned[ target ]; target--) {
pre_null++;
}
// post unaligned words;
post_null = 0;
- for(char target = target_end+1; target < target_length && m_unaligned[ target ]; target++) {
+ for(int target = target_end+1; target < target_length && m_unaligned[ target ]; target++) {
post_null++;
}
return true;
}
-void Alignment::Save( string fileName )
+void Alignment::Save(const string& fileName ) const
{
FILE *pFile = fopen ( (fileName + ".align").c_str() , "w" );
+ if (pFile == NULL) {
+ cerr << "Cannot open " << fileName << ".align" << endl;
+ exit(1);
+ }
fwrite( &m_size, sizeof(INDEX), 1, pFile );
- fwrite( m_array, sizeof(char), m_size*2, pFile ); // corpus
+ fwrite( m_array, sizeof(int), m_size*2, pFile ); // corpus
fwrite( &m_sentenceCount, sizeof(INDEX), 1, pFile );
fwrite( m_sentenceEnd, sizeof(INDEX), m_sentenceCount, pFile); // sentence index
fclose( pFile );
}
-void Alignment::Load( string fileName )
+void Alignment::Load(const string& fileName )
{
FILE *pFile = fopen ( (fileName + ".align").c_str() , "r" );
+ if (pFile == NULL) {
+ cerr << "no such file or directory: " << fileName << ".align" << endl;
+ exit(1);
+ }
+
cerr << "loading from " << fileName << ".align" << endl;
fread( &m_size, sizeof(INDEX), 1, pFile );
cerr << "alignment points in corpus: " << m_size << endl;
- m_array = (char*) calloc( sizeof(char), m_size*2 );
- fread( m_array, sizeof(char), m_size*2, pFile ); // corpus
+ m_array = (int*) calloc( sizeof(int), m_size*2 );
+ fread( m_array, sizeof(int), m_size*2, pFile ); // corpus
fread( &m_sentenceCount, sizeof(INDEX), 1, pFile );
cerr << "sentences in corpus: " << m_sentenceCount << endl;
diff --git a/scripts/ems/biconcor/Alignment.h b/scripts/ems/biconcor/Alignment.h
index 38e4dab17..d3de47863 100644
--- a/scripts/ems/biconcor/Alignment.h
+++ b/scripts/ems/biconcor/Alignment.h
@@ -1,8 +1,6 @@
-#include "Vocabulary.h"
-
#pragma once
-#define LINE_MAX_LENGTH 10000
+#include "Vocabulary.h"
class Alignment
{
@@ -10,35 +8,40 @@ public:
typedef unsigned int INDEX;
private:
- char *m_array;
+ int *m_array;
INDEX *m_sentenceEnd;
INDEX m_size;
INDEX m_sentenceCount;
char m_unaligned[ 256 ]; // here for speed (local to PhraseAlignment)
+ // No copying allowed.
+ Alignment(const Alignment&);
+ void operator=(const Alignment&);
+
public:
+ Alignment();
~Alignment();
- void Create( string fileName );
- bool PhraseAlignment( INDEX sentence, char target_length,
- char source_start, char source_end,
- char &target_start, char &target_end,
- char &pre_null, char &post_null );
- void Load( string fileName );
- void Save( string fileName );
- vector<string> Tokenize( const char input[] );
+ void Create(const std::string& fileName );
+ bool PhraseAlignment( INDEX sentence, int target_length,
+ int source_start, int source_end,
+ int &target_start, int &target_end,
+ int &pre_null, int &post_null );
+ void Load(const std::string& fileName );
+ void Save(const std::string& fileName ) const;
+ std::vector<std::string> Tokenize( const char input[] );
- INDEX GetSentenceStart( INDEX sentence ) {
- if (sentence == 0) return 0;
- return m_sentenceEnd[ sentence-1 ] + 2;
- }
- INDEX GetNumberOfAlignmentPoints( INDEX sentence ) {
- return ( m_sentenceEnd[ sentence ] - GetSentenceStart( sentence ) ) / 2;
- }
- char GetSourceWord( INDEX sentence, INDEX alignment_point ) {
- return m_array[ GetSentenceStart( sentence ) + alignment_point*2 ];
- }
- char GetTargetWord( INDEX sentence, INDEX alignment_point ) {
- return m_array[ GetSentenceStart( sentence ) + alignment_point*2 + 1 ];
- }
+ INDEX GetSentenceStart( INDEX sentence ) const {
+ if (sentence == 0) return 0;
+ return m_sentenceEnd[ sentence-1 ] + 2;
+ }
+ INDEX GetNumberOfAlignmentPoints( INDEX sentence ) const {
+ return ( m_sentenceEnd[ sentence ] - GetSentenceStart( sentence ) ) / 2;
+ }
+ int GetSourceWord( INDEX sentence, INDEX alignment_point ) const {
+ return m_array[ GetSentenceStart( sentence ) + alignment_point*2 ];
+ }
+ int GetTargetWord( INDEX sentence, INDEX alignment_point ) const {
+ return m_array[ GetSentenceStart( sentence ) + alignment_point*2 + 1 ];
+ }
};
diff --git a/scripts/ems/biconcor/Mismatch.cpp b/scripts/ems/biconcor/Mismatch.cpp
index 43e83e921..31140b200 100644
--- a/scripts/ems/biconcor/Mismatch.cpp
+++ b/scripts/ems/biconcor/Mismatch.cpp
@@ -1,20 +1,65 @@
#include "Mismatch.h"
+
+#include <fstream>
+#include <iostream>
+#include <cstring>
+#include <string>
+#include <stdlib.h>
+
+#include "SuffixArray.h"
+#include "TargetCorpus.h"
+#include "Alignment.h"
#include "Vocabulary.h"
using namespace std;
-#define UNANNOTATED 0
-#define PRE_ALIGNED 1
-#define POST_ALIGNED 2
-#define UNALIGNED 3
-#define MISALIGNED 4
-#define ALIGNED 5
+enum {
+ UNANNOTATED = 0,
+ PRE_ALIGNED = 1,
+ POST_ALIGNED = 2,
+ UNALIGNED = 3,
+ MISALIGNED = 4,
+ ALIGNED = 5
+};
+
+Mismatch::Mismatch( SuffixArray *sa, TargetCorpus *tc, Alignment *a, INDEX sentence_id, INDEX position, int source_length, int target_length, int source_start, int source_end )
+ :m_suffixArray(sa)
+ ,m_targetCorpus(tc)
+ ,m_alignment(a)
+ ,m_sentence_id(sentence_id)
+ ,m_source_length(source_length)
+ ,m_target_length(target_length)
+ ,m_source_position(position)
+ ,m_source_start(source_start)
+ ,m_source_end(source_end)
+ ,m_unaligned(true)
+{
+ // initialize unaligned indexes
+ for (int i = 0; i < m_source_length; i++) {
+ m_source_unaligned[i] = true;
+ }
+ for (int i = 0; i < m_target_length; i++) {
+ m_target_unaligned[i] = true;
+ }
+ m_num_alignment_points =
+ m_alignment->GetNumberOfAlignmentPoints( sentence_id );
+ for(INDEX ap=0; ap<m_num_alignment_points; ap++) {
+ m_source_unaligned[ (int)m_alignment->GetSourceWord( sentence_id, ap ) ] = false;
+ m_target_unaligned[ (int)m_alignment->GetTargetWord( sentence_id, ap ) ] = false;
+ }
+ for(int i = source_start; i <= source_end; i++) {
+ if (!m_source_unaligned[ i ]) {
+ m_unaligned = false;
+ }
+ }
+}
+Mismatch::~Mismatch () {}
void Mismatch::PrintClippedHTML( ostream* out, int width )
{
- char source_annotation[256], target_annotation[256];
- vector< string > label_class;
+ int source_annotation[256], target_annotation[256];
+ vector< string > label_class;
label_class.push_back( "" );
label_class.push_back( "mismatch_pre_aligned" );
label_class.push_back( "mismatch_post_aligned" );
@@ -236,7 +281,7 @@ void Mismatch::PrintClippedHTML( ostream* out, int width )
*out << "</td></tr>";
}
-void Mismatch::LabelSourceMatches( char *source_annotation, char *target_annotation, char source_id, char label ) {
+void Mismatch::LabelSourceMatches(int *source_annotation, int *target_annotation, int source_id, int label ) {
for(INDEX ap=0; ap<m_num_alignment_points; ap++) {
if (m_alignment->GetSourceWord( m_sentence_id, ap ) == source_id) {
source_annotation[ source_id ] = label;
diff --git a/scripts/ems/biconcor/Mismatch.h b/scripts/ems/biconcor/Mismatch.h
index bfcbf4fd8..c0063d049 100644
--- a/scripts/ems/biconcor/Mismatch.h
+++ b/scripts/ems/biconcor/Mismatch.h
@@ -1,15 +1,10 @@
-#include <string>
-#include <stdlib.h>
-#include <cstring>
-#include <fstream>
-#include <sstream>
-#include <iostream>
-#include "SuffixArray.h"
-#include "TargetCorpus.h"
-#include "Alignment.h"
#pragma once
-using namespace std;
+#include <iosfwd>
+
+class Alignment;
+class SuffixArray;
+class TargetCorpus;
class Mismatch
{
@@ -21,50 +16,25 @@ private:
TargetCorpus *m_targetCorpus;
Alignment *m_alignment;
INDEX m_sentence_id;
- INDEX m_num_alignment_points;
- char m_source_length;
- char m_target_length;
- SuffixArray::INDEX m_source_position;
- char m_source_start, m_source_end;
- char m_source_unaligned[ 256 ];
- char m_target_unaligned[ 256 ];
- char m_unaligned;
+ INDEX m_num_alignment_points;
+ int m_source_length;
+ int m_target_length;
+ INDEX m_source_position;
+ int m_source_start;
+ int m_source_end;
+ bool m_source_unaligned[ 256 ];
+ bool m_target_unaligned[ 256 ];
+ bool m_unaligned;
+
+ // No copying allowed.
+ Mismatch(const Mismatch&);
+ void operator=(const Mismatch&);
public:
- Mismatch( SuffixArray *sa, TargetCorpus *tc, Alignment *a, INDEX sentence_id, INDEX position, char source_length, char target_length, char source_start, char source_end )
- :m_suffixArray(sa)
- ,m_targetCorpus(tc)
- ,m_alignment(a)
- ,m_sentence_id(sentence_id)
- ,m_source_position(position)
- ,m_source_length(source_length)
- ,m_target_length(target_length)
- ,m_source_start(source_start)
- ,m_source_end(source_end)
- {
- // initialize unaligned indexes
- for(char i=0; i<m_source_length; i++) {
- m_source_unaligned[i] = true;
- }
- for(char i=0; i<m_target_length; i++) {
- m_target_unaligned[i] = true;
- }
- m_num_alignment_points =
- m_alignment->GetNumberOfAlignmentPoints( sentence_id );
- for(INDEX ap=0; ap<m_num_alignment_points; ap++) {
- m_source_unaligned[ m_alignment->GetSourceWord( sentence_id, ap ) ] = false;
- m_target_unaligned[ m_alignment->GetTargetWord( sentence_id, ap ) ] = false;
- }
- m_unaligned = true;
- for(char i=source_start; i<=source_end; i++) {
- if (!m_source_unaligned[ i ]) {
- m_unaligned = false;
- }
- }
- }
- ~Mismatch () {}
+ Mismatch( SuffixArray *sa, TargetCorpus *tc, Alignment *a, INDEX sentence_id, INDEX position, int source_length, int target_length, int source_start, int source_end );
+ ~Mismatch();
- bool Unaligned() { return m_unaligned; }
- void PrintClippedHTML( ostream* out, int width );
- void LabelSourceMatches( char *source_annotation, char *target_annotation, char source_id, char label );
+ bool Unaligned() const { return m_unaligned; }
+ void PrintClippedHTML(std::ostream* out, int width );
+ void LabelSourceMatches(int *source_annotation, int *target_annotation, int source_id, int label );
};
diff --git a/scripts/ems/biconcor/PhrasePair.cpp b/scripts/ems/biconcor/PhrasePair.cpp
index b5330a5fb..9c16be77c 100644
--- a/scripts/ems/biconcor/PhrasePair.cpp
+++ b/scripts/ems/biconcor/PhrasePair.cpp
@@ -1,19 +1,24 @@
#include "PhrasePair.h"
+
+#include <iostream>
+#include "TargetCorpus.h"
+#include "Alignment.h"
#include "Vocabulary.h"
+#include "SuffixArray.h"
using namespace std;
-void PhrasePair::Print( ostream* out, int width )
+void PhrasePair::Print( ostream* out, int width ) const
{
- vector< WORD_ID >::iterator t;
+ vector< WORD_ID >::const_iterator t;
// source
int sentence_start = m_source_position - m_source_start;
- int source_width = (width-3)/2;
+ size_t source_width = (width-3)/2;
string source_pre = "";
string source = "";
string source_post = "";
- for( int space=0; space<source_width/2; space++ ) source_pre += " ";
+ for( size_t space=0; space<source_width/2; space++ ) source_pre += " ";
for( char i=0; i<m_source_start; i++ ) {
source_pre += " " + m_suffixArray->GetWord( sentence_start + i );
}
@@ -26,12 +31,12 @@ void PhrasePair::Print( ostream* out, int width )
if (i>m_source_end+1) source_post += " ";
source_post += m_suffixArray->GetWord( sentence_start + i );
}
- for( int space=0; space<source_width/2; space++ ) source_post += " ";
+ for( size_t space=0; space<source_width/2; space++ ) source_post += " ";
- int source_pre_width = (source_width-source.size()-2)/2;
- int source_post_width = (source_width-source.size()-2+1)/2;
+ size_t source_pre_width = (source_width-source.size()-2)/2;
+ size_t source_post_width = (source_width-source.size()-2+1)/2;
- if (source.size() > width) {
+ if (source.size() > (size_t)width) {
source_pre_width = 0;
source_post_width = 0;
}
@@ -41,11 +46,11 @@ void PhrasePair::Print( ostream* out, int width )
<< source_post.substr( 0, source_post_width ) << " | ";
// target
- int target_width = (width-3)/2;
+ size_t target_width = (width-3)/2;
string target_pre = "";
string target = "";
string target_post = "";
- for( int space=0; space<target_width/2; space++ ) target_pre += " ";
+ for( size_t space=0; space<target_width/2; space++ ) target_pre += " ";
for( char i=0; i<m_target_start; i++ ) {
target_pre += " " + m_targetCorpus->GetWord( m_sentence_id, i);
}
@@ -58,10 +63,10 @@ void PhrasePair::Print( ostream* out, int width )
target_post += m_targetCorpus->GetWord( m_sentence_id, i);
}
- int target_pre_width = (target_width-target.size()-2)/2;
- int target_post_width = (target_width-target.size()-2+1)/2;
+ size_t target_pre_width = (target_width-target.size()-2)/2;
+ size_t target_post_width = (target_width-target.size()-2+1)/2;
- if (target.size() > width) {
+ if (target.size() > (size_t)width) {
target_pre_width = 0;
target_post_width = 0;
}
@@ -71,7 +76,7 @@ void PhrasePair::Print( ostream* out, int width )
<< target_post.substr( 0, target_post_width ) << endl;
}
-void PhrasePair::PrintTarget( ostream* out )
+void PhrasePair::PrintTarget( ostream* out ) const
{
for( char i=m_target_start; i<=m_target_end; i++ ) {
if (i>m_target_start) *out << " ";
@@ -79,7 +84,7 @@ void PhrasePair::PrintTarget( ostream* out )
}
}
-void PhrasePair::PrintHTML( ostream* out )
+void PhrasePair::PrintHTML( ostream* out ) const
{
// source
int sentence_start = m_source_position - m_source_start;
@@ -120,13 +125,13 @@ void PhrasePair::PrintHTML( ostream* out )
*out << "</td></tr>\n";
}
-void PhrasePair::PrintClippedHTML( ostream* out, int width )
+void PhrasePair::PrintClippedHTML( ostream* out, int width ) const
{
- vector< WORD_ID >::iterator t;
+ vector< WORD_ID >::const_iterator t;
// source
int sentence_start = m_source_position - m_source_start;
- int source_width = (width+1)/2;
+ size_t source_width = (width+1)/2;
string source_pre = "";
string source = "";
string source_post = "";
@@ -142,16 +147,16 @@ void PhrasePair::PrintClippedHTML( ostream* out, int width )
if (i>m_source_end+1) source_post += " ";
source_post += m_suffixArray->GetWord( sentence_start + i );
}
- int source_pre_width = (source_width-source.size())/2;
- int source_post_width = (source_width-source.size()+1)/2;
+ size_t source_pre_width = (source_width-source.size())/2;
+ size_t source_post_width = (source_width-source.size()+1)/2;
// if phrase is too long, don't show any context
- if (source.size() > width) {
+ if (source.size() > (size_t)width) {
source_pre_width = 0;
source_post_width = 0;
}
// too long -> truncate and add "..."
- if (source_pre.size()>source_pre_width) {
+ if (source_pre.size() > source_pre_width) {
// first skip up to a space
while(source_pre_width>0 &&
source_pre.substr(source_pre.size()-source_pre_width,1) != " ") {
@@ -176,12 +181,12 @@ void PhrasePair::PrintClippedHTML( ostream* out, int width )
<< "</td>";
// target
- int target_width = width/2;
+ size_t target_width = width/2;
string target_pre = "";
string target = "";
string target_post = "";
- int target_pre_null_width = 0;
- int target_post_null_width = 0;
+ size_t target_pre_null_width = 0;
+ size_t target_post_null_width = 0;
for( char i=0; i<m_target_start; i++ ) {
WORD word = m_targetCorpus->GetWord( m_sentence_id, i);
target_pre += " " + word;
@@ -201,10 +206,10 @@ void PhrasePair::PrintClippedHTML( ostream* out, int width )
}
}
- int target_pre_width = (target_width-target.size())/2;
- int target_post_width = (target_width-target.size()+1)/2;
+ size_t target_pre_width = (target_width-target.size())/2;
+ size_t target_post_width = (target_width-target.size()+1)/2;
- if (target.size() > width) {
+ if (target.size() > (size_t)width) {
target_pre_width = 0;
target_post_width = 0;
}
@@ -241,7 +246,7 @@ void PhrasePair::PrintClippedHTML( ostream* out, int width )
}
if (m_post_null) {
//cerr << endl << "target_post_width=" << target_post_width << ", target_post_null_width=" << target_post_null_width << ", target_post.size()=" << target_post.size() << endl;
- if (target_post_null_width>target_post.size()) {
+ if (target_post_null_width > target_post.size()) {
target_post_null_width = target_post.size();
}
target_post = "<span class=\"null_aligned\">"
diff --git a/scripts/ems/biconcor/PhrasePair.h b/scripts/ems/biconcor/PhrasePair.h
index 079588277..f8a7881a0 100644
--- a/scripts/ems/biconcor/PhrasePair.h
+++ b/scripts/ems/biconcor/PhrasePair.h
@@ -1,15 +1,10 @@
-#include <string>
-#include <stdlib.h>
-#include <cstring>
-#include <fstream>
-#include <sstream>
-#include <iostream>
-#include "SuffixArray.h"
-#include "TargetCorpus.h"
-#include "Alignment.h"
#pragma once
-using namespace std;
+#include <iosfwd>
+
+class Alignment;
+class SuffixArray;
+class TargetCorpus;
class PhrasePair
{
@@ -22,7 +17,7 @@ private:
Alignment *m_alignment;
INDEX m_sentence_id;
char m_target_length;
- SuffixArray::INDEX m_source_position;
+ INDEX m_source_position;
char m_source_start, m_source_end;
char m_target_start, m_target_end;
char m_start_null, m_end_null;
@@ -34,8 +29,8 @@ public:
,m_targetCorpus(tc)
,m_alignment(a)
,m_sentence_id(sentence_id)
- ,m_source_position(position)
,m_target_length(target_length)
+ ,m_source_position(position)
,m_source_start(source_start)
,m_source_end(source_end)
,m_target_start(target_start)
@@ -47,8 +42,8 @@ public:
{}
~PhrasePair () {}
- void PrintTarget( ostream* out );
- void Print( ostream* out, int width );
- void PrintHTML( ostream* out );
- void PrintClippedHTML( ostream* out, int width );
+ void PrintTarget( std::ostream* out ) const;
+ void Print( std::ostream* out, int width ) const;
+ void PrintHTML( std::ostream* out ) const;
+ void PrintClippedHTML( std::ostream* out, int width ) const;
};
diff --git a/scripts/ems/biconcor/PhrasePairCollection.cpp b/scripts/ems/biconcor/PhrasePairCollection.cpp
index 10d4e37c4..17c95d24a 100644
--- a/scripts/ems/biconcor/PhrasePairCollection.cpp
+++ b/scripts/ems/biconcor/PhrasePairCollection.cpp
@@ -1,9 +1,16 @@
#include "PhrasePairCollection.h"
-#include <string>
+
#include <stdlib.h>
#include <cstring>
#include <algorithm>
+#include "Vocabulary.h"
+#include "SuffixArray.h"
+#include "TargetCorpus.h"
+#include "Alignment.h"
+#include "PhrasePair.h"
+#include "Mismatch.h"
+
using namespace std;
PhrasePairCollection::PhrasePairCollection( SuffixArray *sa, TargetCorpus *tc, Alignment *a )
@@ -19,7 +26,7 @@ PhrasePairCollection::PhrasePairCollection( SuffixArray *sa, TargetCorpus *tc, A
PhrasePairCollection::~PhrasePairCollection()
{}
-bool PhrasePairCollection::GetCollection( const vector< string > sourceString )
+bool PhrasePairCollection::GetCollection( const vector< string >& sourceString )
{
INDEX first_match, last_match;
if (! m_suffixArray->FindMatches( sourceString, first_match, last_match )) {
@@ -43,16 +50,16 @@ bool PhrasePairCollection::GetCollection( const vector< string > sourceString )
<< ", starting at word " << source_start
<< " of " << sentence_length
<< ". target sentence has " << target_length << " words.";
- char target_start, target_end, pre_null, post_null;
+ int target_start, target_end, pre_null, post_null;
if (m_alignment->PhraseAlignment( sentence_id, target_length, source_start, source_end, target_start, target_end, pre_null, post_null)) {
cerr << " aligned to [" << (int)target_start << "," << (int)target_end << "]";
cerr << " +(" << (int)pre_null << "," << (int)post_null << ")";
bool null_boundary_words = false;
- for( char pre = 0; pre <= pre_null && (pre==0||null_boundary_words); pre++ ) {
- for( char post = 0; post <= post_null && (post==0||null_boundary_words); post++ ) {
+ for (int pre = 0; pre <= pre_null && (pre == 0 || null_boundary_words); pre++ ) {
+ for (int post = 0; post <= post_null && (post == 0 || null_boundary_words); post++ ) {
vector< WORD_ID > targetString;
cerr << "; ";
- for( char target = target_start-pre; target <= target_end+post; target++ ) {
+ for (int target = target_start - pre; target <= target_end + post; target++) {
targetString.push_back( m_targetCorpus->GetWordId( sentence_id, target) );
cerr << m_targetCorpus->GetWord( sentence_id, target) << " ";
}
@@ -82,40 +89,41 @@ bool PhrasePairCollection::GetCollection( const vector< string > sourceString )
}
cerr << endl;
- if (found > m_max_lookup) {
+ if (found > (INDEX)m_max_lookup) {
i += found/m_max_lookup-1;
}
}
sort(m_collection.begin(), m_collection.end(), CompareBySize());
+ return true;
}
-void PhrasePairCollection::Print()
+void PhrasePairCollection::Print() const
{
- vector< vector<PhrasePair*> >::iterator ppWithSameTarget;
+ vector< vector<PhrasePair*> >::const_iterator ppWithSameTarget;
for( ppWithSameTarget = m_collection.begin(); ppWithSameTarget != m_collection.end(); ppWithSameTarget++ ) {
(*(ppWithSameTarget->begin()))->PrintTarget( &cout );
int count = ppWithSameTarget->size();
cout << "(" << count << ")" << endl;
- vector< PhrasePair* >::iterator p;
+ vector< PhrasePair* >::const_iterator p;
for(p = ppWithSameTarget->begin(); p != ppWithSameTarget->end(); p++ ) {
(*p)->Print( &cout, 100 );
}
}
}
-void PhrasePairCollection::PrintHTML()
+void PhrasePairCollection::PrintHTML() const
{
int pp_target = 0;
bool singleton = false;
// loop over all translations
- vector< vector<PhrasePair*> >::iterator ppWithSameTarget;
+ vector< vector<PhrasePair*> >::const_iterator ppWithSameTarget;
for( ppWithSameTarget = m_collection.begin(); ppWithSameTarget != m_collection.end() && pp_target<m_max_pp_target; ppWithSameTarget++, pp_target++ ) {
int count = ppWithSameTarget->size();
if (!singleton) {
if (count == 1) {
singleton = true;
- cout << "<p class=\"pp_singleton_header\">singleton"
+ cout << "<p class=\"pp_singleton_header\">singleton"
<< (m_collection.end() - ppWithSameTarget==1?"":"s") << " ("
<< (m_collection.end() - ppWithSameTarget)
<< "/" << m_size << ")</p>";
@@ -128,8 +136,8 @@ void PhrasePairCollection::PrintHTML()
}
cout << "<table align=\"center\">";
}
-
- vector< PhrasePair* >::iterator p;
+
+ vector< PhrasePair* >::const_iterator p;
// loop over all sentences where translation occurs
int pp=0;
int i=0;
@@ -164,7 +172,7 @@ void PhrasePairCollection::PrintHTML()
if (singleton) cout << "</table></div>\n";
else if (pp_target > 9) cout << "</div>";
- int max_mismatch = m_max_pp/3;
+ size_t max_mismatch = m_max_pp/3;
// unaligned phrases
if (m_unaligned.size() > 0) {
cout << "<p class=\"pp_singleton_header\">unaligned"
@@ -173,7 +181,7 @@ void PhrasePairCollection::PrintHTML()
int step_size = 1;
if (m_unaligned.size() > max_mismatch)
step_size = (m_unaligned.size()+max_mismatch-1) / max_mismatch;
- for(int i=0;i<m_unaligned.size();i+=step_size)
+ for(size_t i=0;i<m_unaligned.size();i+=step_size)
m_unaligned[i]->PrintClippedHTML( &cout, 160 );
cout << "</table>";
}
@@ -186,7 +194,7 @@ void PhrasePairCollection::PrintHTML()
int step_size = 1;
if (m_mismatch.size() > max_mismatch)
step_size = (m_mismatch.size()+max_mismatch-1) / max_mismatch;
- for(int i=0;i<m_mismatch.size();i+=step_size)
+ for(size_t i=0;i<m_mismatch.size();i+=step_size)
m_mismatch[i]->PrintClippedHTML( &cout, 160 );
cout << "</table>";
}
diff --git a/scripts/ems/biconcor/PhrasePairCollection.h b/scripts/ems/biconcor/PhrasePairCollection.h
index b2473515e..f88bfc10f 100644
--- a/scripts/ems/biconcor/PhrasePairCollection.h
+++ b/scripts/ems/biconcor/PhrasePairCollection.h
@@ -1,12 +1,14 @@
-#include "Vocabulary.h"
-#include "SuffixArray.h"
-#include "TargetCorpus.h"
-#include "Alignment.h"
-#include "PhrasePair.h"
-#include "Mismatch.h"
-
#pragma once
+#include <vector>
+#include <string>
+
+class Alignment;
+class PhrasePair;
+class SuffixArray;
+class TargetCorpus;
+class Mismatch;
+
class PhrasePairCollection
{
public:
@@ -16,25 +18,29 @@ private:
SuffixArray *m_suffixArray;
TargetCorpus *m_targetCorpus;
Alignment *m_alignment;
- vector< vector<PhrasePair*> > m_collection;
- vector< Mismatch* > m_mismatch, m_unaligned;
+ std::vector<std::vector<PhrasePair*> > m_collection;
+ std::vector< Mismatch* > m_mismatch, m_unaligned;
int m_size;
int m_max_lookup;
int m_max_pp_target;
int m_max_pp;
+ // No copying allowed.
+ PhrasePairCollection(const PhrasePairCollection&);
+ void operator=(const PhrasePairCollection&);
+
public:
PhrasePairCollection ( SuffixArray *, TargetCorpus *, Alignment * );
~PhrasePairCollection ();
- bool GetCollection( const vector< string > sourceString );
- void Print();
- void PrintHTML();
+ bool GetCollection( const std::vector<std::string >& sourceString );
+ void Print() const;
+ void PrintHTML() const;
};
// sorting helper
struct CompareBySize {
- bool operator()(const vector<PhrasePair*> a, const vector<PhrasePair*> b ) const {
+ bool operator()(const std::vector<PhrasePair*>& a, const std::vector<PhrasePair*>& b ) const {
return a.size() > b.size();
}
};
diff --git a/scripts/ems/biconcor/SuffixArray.cpp b/scripts/ems/biconcor/SuffixArray.cpp
index e7214bf43..15e6b47b0 100644
--- a/scripts/ems/biconcor/SuffixArray.cpp
+++ b/scripts/ems/biconcor/SuffixArray.cpp
@@ -1,11 +1,39 @@
#include "SuffixArray.h"
+
+#include <fstream>
#include <string>
#include <stdlib.h>
#include <cstring>
+namespace {
+
+const int LINE_MAX_LENGTH = 10000;
+
+} // namespace
+
using namespace std;
-void SuffixArray::Create( string fileName )
+SuffixArray::SuffixArray()
+ : m_array(NULL),
+ m_index(NULL),
+ m_buffer(NULL),
+ m_wordInSentence(NULL),
+ m_sentence(NULL),
+ m_sentenceLength(NULL),
+ m_vcb(),
+ m_size(0),
+ m_sentenceCount(0) { }
+
+SuffixArray::~SuffixArray()
+{
+ free(m_array);
+ free(m_index);
+ free(m_wordInSentence);
+ free(m_sentence);
+ free(m_sentenceLength);
+}
+
+void SuffixArray::Create(const string& fileName )
{
m_vcb.StoreIfNew( "<uNk>" );
m_endOfSentence = m_vcb.StoreIfNew( "<s>" );
@@ -15,6 +43,12 @@ void SuffixArray::Create( string fileName )
// count the number of words first;
textFile.open(fileName.c_str());
+
+ if (!textFile) {
+ cerr << "no such file or directory " << fileName << endl;
+ exit(1);
+ }
+
istream *fileP = &textFile;
m_size = 0;
m_sentenceCount = 0;
@@ -39,6 +73,12 @@ void SuffixArray::Create( string fileName )
int wordIndex = 0;
int sentenceId = 0;
textFile.open(fileName.c_str());
+
+ if (!textFile) {
+ cerr << "no such file or directory " << fileName << endl;
+ exit(1);
+ }
+
fileP = &textFile;
while(!fileP->eof()) {
SAFE_GETLINE((*fileP), line, LINE_MAX_LENGTH, '\n');
@@ -62,6 +102,12 @@ void SuffixArray::Create( string fileName )
// sort
m_buffer = (INDEX*) calloc( sizeof( INDEX ), m_size );
+
+ if (m_buffer == NULL) {
+ cerr << "cannot allocate memory to m_buffer" << endl;
+ exit(1);
+ }
+
Sort( 0, m_size-1 );
free( m_buffer );
cerr << "done sorting" << endl;
@@ -76,10 +122,10 @@ void SuffixArray::Sort(INDEX start, INDEX end)
Sort( mid, end );
// merge
- int i = start;
- int j = mid;
- int k = 0;
- int length = end-start+1;
+ INDEX i = start;
+ INDEX j = mid;
+ INDEX k = 0;
+ INDEX length = end-start+1;
while( k<length ) {
if (i == mid ) {
m_buffer[ k++ ] = m_index[ j++ ];
@@ -98,12 +144,6 @@ void SuffixArray::Sort(INDEX start, INDEX end)
((char*)m_buffer), sizeof( INDEX ) * (end-start+1) );
}
-SuffixArray::~SuffixArray()
-{
- free(m_index);
- free(m_array);
-}
-
int SuffixArray::CompareIndex( INDEX a, INDEX b ) const
{
// skip over identical words
@@ -134,7 +174,7 @@ int SuffixArray::Count( const vector< WORD > &phrase )
bool SuffixArray::MinCount( const vector< WORD > &phrase, INDEX min )
{
INDEX dummy;
- return LimitedCount( phrase, min, dummy, dummy, 0, m_size-1 ) >= min;
+ return (INDEX)LimitedCount( phrase, min, dummy, dummy, 0, m_size-1 ) >= min;
}
bool SuffixArray::Exists( const vector< WORD > &phrase )
@@ -152,7 +192,7 @@ int SuffixArray::LimitedCount( const vector< WORD > &phrase, INDEX min, INDEX &f
{
// cerr << "FindFirst\n";
INDEX start = search_start;
- INDEX end = (search_end == -1) ? (m_size-1) : search_end;
+ INDEX end = (search_end == (INDEX)-1) ? (m_size-1) : search_end;
INDEX mid = FindFirst( phrase, start, end );
// cerr << "done\n";
if (mid == m_size) return 0; // no matches
@@ -231,9 +271,13 @@ void SuffixArray::List(INDEX start, INDEX end)
}
}
-void SuffixArray::Save( string fileName )
+void SuffixArray::Save(const string& fileName ) const
{
FILE *pFile = fopen ( fileName.c_str() , "w" );
+ if (pFile == NULL) {
+ cerr << "Cannot open " << fileName << endl;
+ exit(1);
+ }
fwrite( &m_size, sizeof(INDEX), 1, pFile );
fwrite( m_array, sizeof(WORD_ID), m_size, pFile ); // corpus
@@ -248,9 +292,14 @@ void SuffixArray::Save( string fileName )
m_vcb.Save( fileName + ".src-vcb" );
}
-void SuffixArray::Load( string fileName )
+void SuffixArray::Load(const string& fileName )
{
FILE *pFile = fopen ( fileName.c_str() , "r" );
+ if (pFile == NULL) {
+ cerr << "no such file or directory " << fileName << endl;
+ exit(1);
+ }
+
cerr << "loading from " << fileName << endl;
fread( &m_size, sizeof(INDEX), 1, pFile );
@@ -260,6 +309,26 @@ void SuffixArray::Load( string fileName )
m_wordInSentence = (char*) calloc( sizeof( char ), m_size );
m_sentence = (INDEX*) calloc( sizeof( INDEX ), m_size );
+ if (m_array == NULL) {
+ cerr << "Error: cannot allocate memory to m_array" << endl;
+ exit(1);
+ }
+
+ if (m_index == NULL) {
+ cerr << "Error: cannot allocate memory to m_index" << endl;
+ exit(1);
+ }
+
+ if (m_wordInSentence == NULL) {
+ cerr << "Error: cannot allocate memory to m_wordInSentence" << endl;
+ exit(1);
+ }
+
+ if (m_sentence == NULL) {
+ cerr << "Error: cannot allocate memory to m_sentence" << endl;
+ exit(1);
+ }
+
fread( m_array, sizeof(WORD_ID), m_size, pFile ); // corpus
fread( m_index, sizeof(INDEX), m_size, pFile ); // suffix array
fread( m_wordInSentence, sizeof(char), m_size, pFile); // word index
@@ -268,10 +337,14 @@ void SuffixArray::Load( string fileName )
fread( &m_sentenceCount, sizeof(INDEX), 1, pFile );
cerr << "sentences in corpus: " << m_sentenceCount << endl;
m_sentenceLength = (char*) calloc( sizeof( char ), m_sentenceCount );
+
+ if (m_sentenceLength == NULL) {
+ cerr << "Error: cannot allocate memory to m_sentenceLength" << endl;
+ exit(1);
+ }
+
fread( m_sentenceLength, sizeof(char), m_sentenceCount, pFile); // sentence length
fclose( pFile );
m_vcb.Load( fileName + ".src-vcb" );
}
-
-
diff --git a/scripts/ems/biconcor/SuffixArray.h b/scripts/ems/biconcor/SuffixArray.h
index fc5ad7c1c..af7f5567e 100644
--- a/scripts/ems/biconcor/SuffixArray.h
+++ b/scripts/ems/biconcor/SuffixArray.h
@@ -1,9 +1,6 @@
-#include "Vocabulary.h"
-
#pragma once
-#define LINE_MAX_LENGTH 10000
-
+#include "Vocabulary.h"
class SuffixArray
{
@@ -22,40 +19,45 @@ private:
INDEX m_size;
INDEX m_sentenceCount;
+ // No copying allowed.
+ SuffixArray(const SuffixArray&);
+ void operator=(const SuffixArray&);
+
public:
+ SuffixArray();
~SuffixArray();
- void Create( string fileName );
+ void Create(const std::string& fileName );
void Sort(INDEX start, INDEX end);
int CompareIndex( INDEX a, INDEX b ) const;
inline int CompareWord( WORD_ID a, WORD_ID b ) const;
- int Count( const vector< WORD > &phrase );
- bool MinCount( const vector< WORD > &phrase, INDEX min );
- bool Exists( const vector< WORD > &phrase );
- int FindMatches( const vector< WORD > &phrase, INDEX &firstMatch, INDEX &lastMatch, INDEX search_start = 0, INDEX search_end = -1 );
- int LimitedCount( const vector< WORD > &phrase, INDEX min, INDEX &firstMatch, INDEX &lastMatch, INDEX search_start = -1, INDEX search_end = 0 );
- INDEX FindFirst( const vector< WORD > &phrase, INDEX &start, INDEX &end );
- INDEX FindLast( const vector< WORD > &phrase, INDEX start, INDEX end, int direction );
- int Match( const vector< WORD > &phrase, INDEX index );
+ int Count( const std::vector< WORD > &phrase );
+ bool MinCount( const std::vector< WORD > &phrase, INDEX min );
+ bool Exists( const std::vector< WORD > &phrase );
+ int FindMatches( const std::vector< WORD > &phrase, INDEX &firstMatch, INDEX &lastMatch, INDEX search_start = 0, INDEX search_end = -1 );
+ int LimitedCount( const std::vector< WORD > &phrase, INDEX min, INDEX &firstMatch, INDEX &lastMatch, INDEX search_start = -1, INDEX search_end = 0 );
+ INDEX FindFirst( const std::vector< WORD > &phrase, INDEX &start, INDEX &end );
+ INDEX FindLast( const std::vector< WORD > &phrase, INDEX start, INDEX end, int direction );
+ int Match( const std::vector< WORD > &phrase, INDEX index );
void List( INDEX start, INDEX end );
- inline INDEX GetPosition( INDEX index ) {
+ inline INDEX GetPosition( INDEX index ) const {
return m_index[ index ];
}
- inline INDEX GetSentence( INDEX position ) {
+ inline INDEX GetSentence( INDEX position ) const {
return m_sentence[position];
}
- inline char GetWordInSentence( INDEX position ) {
+ inline char GetWordInSentence( INDEX position ) const {
return m_wordInSentence[position];
}
- inline char GetSentenceLength( INDEX sentenceId ) {
+ inline char GetSentenceLength( INDEX sentenceId ) const {
return m_sentenceLength[sentenceId];
}
- inline INDEX GetSize() {
+ inline INDEX GetSize() const {
return m_size;
}
- inline WORD GetWord( INDEX position ) {
+ inline WORD GetWord( INDEX position ) const {
return m_vcb.GetWord( m_array[position] );
}
- void Save( string fileName );
- void Load( string fileName );
+ void Save(const std::string& fileName ) const;
+ void Load(const std::string& fileName );
};
diff --git a/scripts/ems/biconcor/TargetCorpus.cpp b/scripts/ems/biconcor/TargetCorpus.cpp
index 78c67987f..d331a548a 100644
--- a/scripts/ems/biconcor/TargetCorpus.cpp
+++ b/scripts/ems/biconcor/TargetCorpus.cpp
@@ -1,15 +1,44 @@
#include "TargetCorpus.h"
+
+#include <fstream>
#include <string>
#include <stdlib.h>
#include <cstring>
-void TargetCorpus::Create( string fileName )
+namespace {
+
+const int LINE_MAX_LENGTH = 10000;
+
+} // namespace
+
+using namespace std;
+
+TargetCorpus::TargetCorpus()
+ : m_array(NULL),
+ m_sentenceEnd(NULL),
+ m_vcb(),
+ m_size(0),
+ m_sentenceCount(0) {}
+
+TargetCorpus::~TargetCorpus()
+{
+ free(m_array);
+ free(m_sentenceEnd);
+}
+
+void TargetCorpus::Create(const string& fileName )
{
ifstream textFile;
char line[LINE_MAX_LENGTH];
// count the number of words first;
textFile.open(fileName.c_str());
+
+ if (!textFile) {
+ cerr << "no such file or directory " << fileName << endl;
+ exit(1);
+ }
+
istream *fileP = &textFile;
m_size = 0;
m_sentenceCount = 0;
@@ -27,10 +56,26 @@ void TargetCorpus::Create( string fileName )
m_array = (WORD_ID*) calloc( sizeof( WORD_ID ), m_size );
m_sentenceEnd = (INDEX*) calloc( sizeof( INDEX ), m_sentenceCount );
+ if (m_array == NULL) {
+ cerr << "cannot allocate memory to m_array" << endl;
+ exit(1);
+ }
+
+ if (m_sentenceEnd == NULL) {
+ cerr << "cannot allocate memory to m_sentenceEnd" << endl;
+ exit(1);
+ }
+
// fill the array
int wordIndex = 0;
int sentenceId = 0;
textFile.open(fileName.c_str());
+
+ if (!textFile) {
+ cerr << "no such file or directory " << fileName << endl;
+ exit(1);
+ }
+
fileP = &textFile;
while(!fileP->eof()) {
SAFE_GETLINE((*fileP), line, LINE_MAX_LENGTH, '\n');
@@ -47,23 +92,17 @@ void TargetCorpus::Create( string fileName )
cerr << "done reading " << wordIndex << " words, " << sentenceId << " sentences." << endl;
}
-TargetCorpus::~TargetCorpus()
-{
- free(m_array);
- free(m_sentenceEnd);
-}
-
WORD TargetCorpus::GetWordFromId( const WORD_ID id ) const
{
return m_vcb.GetWord( id );
}
-WORD TargetCorpus::GetWord( INDEX sentence, char word )
+WORD TargetCorpus::GetWord( INDEX sentence, int word ) const
{
return m_vcb.GetWord( GetWordId( sentence, word ) );
}
-WORD_ID TargetCorpus::GetWordId( INDEX sentence, char word )
+WORD_ID TargetCorpus::GetWordId( INDEX sentence, int word ) const
{
if (sentence == 0) {
return m_array[ word ];
@@ -71,7 +110,7 @@ WORD_ID TargetCorpus::GetWordId( INDEX sentence, char word )
return m_array[ m_sentenceEnd[ sentence-1 ] + 1 + word ] ;
}
-char TargetCorpus::GetSentenceLength( INDEX sentence )
+char TargetCorpus::GetSentenceLength( INDEX sentence ) const
{
if (sentence == 0) {
return (char) m_sentenceEnd[ 0 ]+1;
@@ -79,9 +118,13 @@ char TargetCorpus::GetSentenceLength( INDEX sentence )
return (char) ( m_sentenceEnd[ sentence ] - m_sentenceEnd[ sentence-1 ] );
}
-void TargetCorpus::Save( string fileName )
+void TargetCorpus::Save(const string& fileName ) const
{
FILE *pFile = fopen ( (fileName + ".tgt").c_str() , "w" );
+ if (pFile == NULL) {
+ cerr << "Cannot open " << fileName << endl;
+ exit(1);
+ }
fwrite( &m_size, sizeof(INDEX), 1, pFile );
fwrite( m_array, sizeof(WORD_ID), m_size, pFile ); // corpus
@@ -93,21 +136,37 @@ void TargetCorpus::Save( string fileName )
m_vcb.Save( fileName + ".tgt-vcb" );
}
-void TargetCorpus::Load( string fileName )
+void TargetCorpus::Load(const string& fileName )
{
FILE *pFile = fopen ( (fileName + ".tgt").c_str() , "r" );
+ if (pFile == NULL) {
+ cerr << "Cannot open " << fileName << endl;
+ exit(1);
+ }
+
cerr << "loading from " << fileName << ".tgt" << endl;
fread( &m_size, sizeof(INDEX), 1, pFile );
cerr << "words in corpus: " << m_size << endl;
m_array = (WORD_ID*) calloc( sizeof(WORD_ID), m_size );
+
+ if (m_array == NULL) {
+ cerr << "cannot allocate memory to m_array" << endl;
+ exit(1);
+ }
+
fread( m_array, sizeof(WORD_ID), m_size, pFile ); // corpus
fread( &m_sentenceCount, sizeof(INDEX), 1, pFile );
cerr << "sentences in corpus: " << m_sentenceCount << endl;
m_sentenceEnd = (INDEX*) calloc( sizeof(INDEX), m_sentenceCount );
+
+ if (m_sentenceEnd == NULL) {
+ cerr << "cannot allocate memory to m_sentenceEnd" << endl;
+ exit(1);
+ }
+
fread( m_sentenceEnd, sizeof(INDEX), m_sentenceCount, pFile); // sentence index
fclose( pFile );
m_vcb.Load( fileName + ".tgt-vcb" );
}
-
diff --git a/scripts/ems/biconcor/TargetCorpus.h b/scripts/ems/biconcor/TargetCorpus.h
index 557b1fc4e..5a35356f9 100644
--- a/scripts/ems/biconcor/TargetCorpus.h
+++ b/scripts/ems/biconcor/TargetCorpus.h
@@ -1,8 +1,6 @@
-#include "Vocabulary.h"
-
#pragma once
-#define LINE_MAX_LENGTH 10000
+#include "Vocabulary.h"
class TargetCorpus
{
@@ -16,14 +14,19 @@ private:
INDEX m_size;
INDEX m_sentenceCount;
+ // No copying allowed.
+ TargetCorpus(const TargetCorpus&);
+ void operator=(const TargetCorpus&);
+
public:
+ TargetCorpus();
~TargetCorpus();
- void Create( string fileName );
+ void Create(const std::string& fileName );
WORD GetWordFromId( const WORD_ID id ) const;
- WORD GetWord( INDEX sentence, char word );
- WORD_ID GetWordId( INDEX sentence, char word );
- char GetSentenceLength( INDEX sentence );
- void Load( string fileName );
- void Save( string fileName );
+ WORD GetWord( INDEX sentence, int word ) const;
+ WORD_ID GetWordId( INDEX sentence, int word ) const;
+ char GetSentenceLength( INDEX sentence ) const;
+ void Load(const std::string& fileName );
+ void Save(const std::string& fileName ) const;
};
diff --git a/scripts/ems/biconcor/Vocabulary.cpp b/scripts/ems/biconcor/Vocabulary.cpp
index 6a9bea7e3..9c35b3feb 100644
--- a/scripts/ems/biconcor/Vocabulary.cpp
+++ b/scripts/ems/biconcor/Vocabulary.cpp
@@ -1,5 +1,14 @@
// $Id: Vocabulary.cpp 1565 2008-02-22 14:42:01Z bojar $
#include "Vocabulary.h"
+#include <fstream>
+
+namespace {
+
+const int MAX_LENGTH = 10000;
+
+} // namespace
+
+using namespace std;
// as in beamdecoder/tables.cpp
vector<WORD_ID> Vocabulary::Tokenize( const char input[] )
@@ -37,20 +46,26 @@ WORD_ID Vocabulary::StoreIfNew( const WORD& word )
return id;
}
-WORD_ID Vocabulary::GetWordID( const WORD &word )
+WORD_ID Vocabulary::GetWordID( const WORD &word ) const
{
- map<WORD, WORD_ID>::iterator i = lookup.find( word );
+ map<WORD, WORD_ID>::const_iterator i = lookup.find( word );
if( i == lookup.end() )
return 0;
WORD_ID w= (WORD_ID) i->second;
return w;
}
-void Vocabulary::Save( string fileName )
+void Vocabulary::Save(const string& fileName ) const
{
ofstream vcbFile;
vcbFile.open( fileName.c_str(), ios::out | ios::ate | ios::trunc);
- vector< WORD >::iterator i;
+
+ if (!vcbFile) {
+ cerr << "Failed to open " << vcbFile << endl;
+ exit(1);
+ }
+
+ vector< WORD >::const_iterator i;
for(i = vocab.begin(); i != vocab.end(); i++) {
const string &word = *i;
vcbFile << word << endl;
@@ -58,11 +73,17 @@ void Vocabulary::Save( string fileName )
vcbFile.close();
}
-void Vocabulary::Load( string fileName )
+void Vocabulary::Load(const string& fileName )
{
ifstream vcbFile;
char line[MAX_LENGTH];
vcbFile.open(fileName.c_str());
+
+ if (!vcbFile) {
+ cerr << "no such file or directory: " << vcbFile << endl;
+ exit(1);
+ }
+
cerr << "loading from " << fileName << endl;
istream *fileP = &vcbFile;
int count = 0;
diff --git a/scripts/ems/biconcor/Vocabulary.h b/scripts/ems/biconcor/Vocabulary.h
index dc0175387..674912006 100644
--- a/scripts/ems/biconcor/Vocabulary.h
+++ b/scripts/ems/biconcor/Vocabulary.h
@@ -3,44 +3,37 @@
#pragma once
#include <iostream>
-#include <fstream>
-#include <assert.h>
-#include <stdlib.h>
+#include <cstdlib>
#include <string>
-#include <queue>
#include <map>
-#include <cmath>
-
-using namespace std;
-
-#define MAX_LENGTH 10000
+#include <vector>
#define SAFE_GETLINE(_IS, _LINE, _SIZE, _DELIM) { \
_IS.getline(_LINE, _SIZE, _DELIM); \
if(_IS.fail() && !_IS.bad() && !_IS.eof()) _IS.clear(); \
if (_IS.gcount() == _SIZE-1) { \
- cerr << "Line too long! Buffer overflow. Delete lines >=" \
+ std::cerr << "Line too long! Buffer overflow. Delete lines >=" \
<< _SIZE << " chars or raise MAX_LENGTH in phrase-extract/tables-core.cpp" \
- << endl; \
- exit(1); \
+ << std::endl; \
+ std::exit(1); \
} \
}
-typedef string WORD;
+typedef std::string WORD;
typedef unsigned int WORD_ID;
class Vocabulary
{
public:
- map<WORD, WORD_ID> lookup;
- vector< WORD > vocab;
+ std::map<WORD, WORD_ID> lookup;
+ std::vector< WORD > vocab;
WORD_ID StoreIfNew( const WORD& );
- WORD_ID GetWordID( const WORD& );
- vector<WORD_ID> Tokenize( const char[] );
+ WORD_ID GetWordID( const WORD& ) const;
+ std::vector<WORD_ID> Tokenize( const char[] );
inline WORD &GetWord( WORD_ID id ) const {
WORD &i = (WORD&) vocab[ id ];
return i;
}
- void Save( string fileName );
- void Load( string fileName );
+ void Save(const std::string& fileName ) const;
+ void Load(const std::string& fileName );
};
diff --git a/scripts/ems/biconcor/base64.h b/scripts/ems/biconcor/base64.h
index 65d5db8b2..20398dd37 100644
--- a/scripts/ems/biconcor/base64.h
+++ b/scripts/ems/biconcor/base64.h
@@ -1,3 +1,5 @@
+#pragma once
+
#include <string>
std::string base64_encode(unsigned char const* , unsigned int len);
diff --git a/scripts/ems/biconcor/biconcor.cpp b/scripts/ems/biconcor/biconcor.cpp
index 0b6218623..a25e63cb7 100644
--- a/scripts/ems/biconcor/biconcor.cpp
+++ b/scripts/ems/biconcor/biconcor.cpp
@@ -118,4 +118,6 @@ int main(int argc, char* argv[])
ppCollection.GetCollection( queryString );
ppCollection.PrintHTML();
}
+
+ return 0;
}
diff --git a/scripts/ems/example/config.basic b/scripts/ems/example/config.basic
index fb8d62c74..c08f51764 100644
--- a/scripts/ems/example/config.basic
+++ b/scripts/ems/example/config.basic
@@ -18,25 +18,34 @@ pair-extension = fr-en
# moses
moses-src-dir = /home/pkoehn/moses
#
+# moses binaries
+moses-bin-dir = $moses-src-dir/dist/bin
+#
# moses scripts
-moses-script-dir = /home/pkoehn/moses/scripts
+moses-script-dir = $moses-src-dir/scripts
#
# srilm
srilm-dir = $moses-src-dir/srilm/bin/i686
#
+# irstlm
+irstlm-dir = $moses-src-dir/irstlm/bin
+#
+# randlm
+randlm-dir = $moses-src-dir/randlm/bin
+#
# data
-wmt10-data = $working-dir/data
+wmt12-data = $working-dir/data
### basic tools
#
# moses decoder
-decoder = $moses-src-dir/dist/bin/moses
+decoder = $moses-bin-dir/moses
# conversion of phrase table into binary on-disk format
-ttable-binarizer = $moses-src-dir/dist/bin/processPhraseTable
+ttable-binarizer = $moses-bin-dir/processPhraseTable
# conversion of rule table into binary on-disk format
-#ttable-binarizer = "$moses-src-dir/dist/bin/CreateOnDiskPt 1 1 5 100 2"
+#ttable-binarizer = "$moses-bin-dir/CreateOnDiskPt 1 1 5 100 2"
# tokenizers - comment out if all your data is already tokenized
input-tokenizer = "$moses-script-dir/tokenizer/tokenizer.perl -a -l $input-extension"
@@ -95,7 +104,7 @@ max-sentence-length = 80
### raw corpus files (untokenized, but sentence aligned)
#
-raw-stem = $wmt10-data/training/europarl-v5.$pair-extension
+raw-stem = $wmt12-data/training/europarl-v7.$pair-extension
### tokenized corpus files (may contain long sentences)
#
@@ -112,10 +121,10 @@ raw-stem = $wmt10-data/training/europarl-v5.$pair-extension
#lowercased-stem =
[CORPUS:nc]
-raw-stem = $wmt10-data/training/news-commentary10.$pair-extension
+raw-stem = $wmt12-data/training/news-commentary-v7.$pair-extension
[CORPUS:un] IGNORE
-raw-stem = $wmt10-data/training/undoc.2000.$pair-extension
+raw-stem = $wmt12-data/training/undoc.2000.$pair-extension
#################################################################
# LANGUAGE MODEL TRAINING
@@ -123,10 +132,15 @@ raw-stem = $wmt10-data/training/undoc.2000.$pair-extension
[LM]
### tool to be used for language model training
-# for instance: ngram-count (SRILM), train-lm-on-disk.perl (Edinburgh)
-#
+# srilm
lm-training = $srilm-dir/ngram-count
settings = "-interpolate -kndiscount -unk"
+
+# irstlm
+#lm-training = "$moses-script-dir/generic/trainlm-irst.perl -cores $cores -irst-dir $irstlm-dir -temp-dir $working-dir/lm"
+#settings = ""
+
+# order of the language model
order = 5
### tool to be used for training randomized language model from scratch
@@ -138,27 +152,21 @@ order = 5
# (default: no binarization)
# irstlm
-#lm-binarizer = $moses-src-dir/irstlm/bin/compile-lm
+#lm-binarizer = $irstlm-dir/compile-lm
# kenlm, also set type to 8
-#lm-binarizer = $moses-src-dir/dist/bin/build_binary
-#type = 8
-
-#
-# if binarized, set type (default srilm; if binarized: irstlm)
-#
-# set to 8 when using kenlm
-#type = 8
+lm-binarizer = $moses-bin-dir/build_binary
+type = 8
### script to create quantized language model format (irstlm)
# (default: no quantization)
#
-#lm-quantizer = $moses-src-dir/irstlm/bin/quantize-lm
+#lm-quantizer = $irstlm-dir/quantize-lm
### script to use for converting into randomized table format
# (default: no randomization)
#
-#lm-randomizer = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#lm-randomizer = "$randlm-dir/buildlm -falsepos 8 -values 8"
### each language model to be used has its own section here
@@ -170,7 +178,7 @@ order = 5
### raw corpus (untokenized)
#
-raw-corpus = $wmt10-data/training/europarl-v5.$output-extension
+raw-corpus = $wmt12-data/training/europarl-v7.$output-extension
### tokenized corpus files (may contain long sentences)
#
@@ -182,13 +190,13 @@ raw-corpus = $wmt10-data/training/europarl-v5.$output-extension
#lm =
[LM:nc]
-raw-corpus = $wmt10-data/training/news-commentary10.$pair-extension.$output-extension
+raw-corpus = $wmt12-data/training/news-commentary-v7.$pair-extension.$output-extension
[LM:un] IGNORE
-raw-corpus = $wmt10-data/training/undoc.2000.$pair-extension.$output-extension
+raw-corpus = $wmt12-data/training/undoc.2000.$pair-extension.$output-extension
[LM:news] IGNORE
-raw-corpus = $wmt10-data/training/news.$output-extension.shuffled
+raw-corpus = $wmt12-data/training/news.$output-extension.shuffled
#################################################################
@@ -208,32 +216,36 @@ script = $moses-script-dir/ems/support/interpolate-lm.perl
### tuning set
# you may use the same set that is used for mert tuning (reference set)
#
-tuning-sgm = $wmt10-data/dev/news-test2008-ref.$output-extension.sgm
+tuning-sgm = $wmt12-data/dev/newstest2010-ref.$output-extension.sgm
#raw-tuning =
#tokenized-tuning =
#factored-tuning =
#lowercased-tuning =
#split-tuning =
+### group language models for hierarchical interpolation
+# (flat interpolation is limited to 10 language models)
+#group = "first,second fourth,fifth"
+
### script to use for binary table format for irstlm or kenlm
# (default: no binarization)
# irstlm
-#lm-binarizer = $moses-src-dir/irstlm/bin/compile-lm
+#lm-binarizer = $irstlm-dir/compile-lm
# kenlm, also set type to 8
-#lm-binarizer = $moses-src-dir/dist/bin/build_binary
-#type = 8
+lm-binarizer = $moses-bin-dir/build_binary
+type = 8
### script to create quantized language model format (irstlm)
# (default: no quantization)
#
-#lm-quantizer = $moses-src-dir/irstlm/bin/quantize-lm
+#lm-quantizer = $irstlm-dir/quantize-lm
### script to use for converting into randomized table format
# (default: no randomization)
#
-#lm-randomizer = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#lm-randomizer = "$randlm-dir/buildlm -falsepos 8 -values 8"
#################################################################
# TRANSLATION MODEL TRAINING
@@ -246,6 +258,9 @@ tuning-sgm = $wmt10-data/dev/news-test2008-ref.$output-extension.sgm
script = $moses-script-dir/training/train-model.perl
### general options
+# these are options that are passed on to train-model.perl, for instance
+# * "-mgiza -mgiza-cpus 8" to use mgiza instead of giza
+# * "-sort-buffer-size 8G" to reduce on-disk sorting
#
#training-options = ""
@@ -261,12 +276,18 @@ script = $moses-script-dir/training/train-model.perl
#generation-factors = "word -> pos"
#decoding-steps = "t0, g0"
+### parallelization of data preparation step
+# the two directions of the data preparation can be run in parallel
+# comment out if not needed
+#
+parallel = yes
+
### pre-computation for giza++
# giza++ has a more efficient data structure that needs to be
# initialized with snt2cooc. if run in parallel, this may reduces
# memory requirements. set here the number of parts
#
-run-giza-in-parts = 5
+#run-giza-in-parts = 5
### symmetrization method to obtain word alignments from giza output
# (commonly used: grow-diag-final-and)
@@ -355,18 +376,18 @@ score-settings = "--GoodTuring"
### tuning script to be used
#
tuning-script = $moses-script-dir/training/mert-moses.pl
-tuning-settings = "-mertdir $moses-src-dir/mert"
+tuning-settings = "-mertdir $moses-bin-dir"
### specify the corpus used for tuning
# it should contain 1000s of sentences
#
-input-sgm = $wmt10-data/dev/news-test2008-src.$input-extension.sgm
+input-sgm = $wmt12-data/dev/newstest2010-src.$input-extension.sgm
#raw-input =
#tokenized-input =
#factorized-input =
#input =
#
-reference-sgm = $wmt10-data/dev/news-test2008-ref.$output-extension.sgm
+reference-sgm = $wmt12-data/dev/newstest2010-ref.$output-extension.sgm
#raw-reference =
#tokenized-reference =
#factorized-reference =
@@ -394,14 +415,14 @@ decoder-settings = ""
# and also point to a configuration file that contains
# pointers to all relevant model files
#
-#config =
+#config-with-reused-weights =
#########################################################
## RECASER: restore case, this part only trains the model
[RECASING]
-#decoder = $moses-src-dir/moses-cmd/src/moses.1521.srilm
+#decoder = $moses-bin-dir/moses
### training data
# raw input needs to be still tokenized,
@@ -448,6 +469,11 @@ trainer = $moses-script-dir/recaser/train-truecaser.perl
### additional decoder settings
# switches for the Moses decoder
+# common choices:
+# "-threads N" for multi-threading
+# "-mbr" for MBR decoding
+# "-drop-unknown" for dropping unknown source words
+# "-search-algorithm 1 -cube-pruning-pop-limit 5000 -s 5000" for cube pruning
#
decoder-settings = "-search-algorithm 1 -cube-pruning-pop-limit 5000 -s 5000"
@@ -470,8 +496,8 @@ wrapping-script = "$moses-script-dir/ems/support/wrap-xml.perl $output-extension
### BLEU
#
-nist-bleu = $moses-script-dir/generic/mteval-v12.pl
-nist-bleu-c = "$moses-script-dir/generic/mteval-v12.pl -c"
+nist-bleu = $moses-script-dir/generic/mteval-v13a.pl
+nist-bleu-c = "$moses-script-dir/generic/mteval-v13a.pl -c"
#multi-bleu = $moses-script-dir/generic/multi-bleu.perl
#ibm-bleu =
@@ -481,9 +507,13 @@ nist-bleu-c = "$moses-script-dir/generic/mteval-v12.pl -c"
# ter =
### METEOR: gives credit to stem / worknet synonym matches
-# not yet integrated
-#
-# meteor =
+## recently integrated - use with care
+## only for supported languages, needs to be installed separately
+##
+## uncomment following 3 lines, modify first one adding the location of meteor installation on your disk
+# meteor-script = "/project/software/meteor-1.3/meteor-1.3.jar"
+# meteor = "java -Xmx2G -jar $meteor-script"
+# meteor-params = " -l $output-extension -norm"
### Analysis: carry out various forms of analysis on the output
#
@@ -502,11 +532,11 @@ report-segmentation = yes
# further precision breakdown by factor
#precision-by-coverage-factor = pos
-[EVALUATION:newstest2009]
+[EVALUATION:newstest2011]
### input data
#
-input-sgm = $wmt10-data/dev/newstest2009-src.$input-extension.sgm
+input-sgm = $wmt12-data/dev/newstest2011-src.$input-extension.sgm
# raw-input =
# tokenized-input =
# factorized-input =
@@ -514,7 +544,7 @@ input-sgm = $wmt10-data/dev/newstest2009-src.$input-extension.sgm
### reference data
#
-reference-sgm = $wmt10-data/dev/newstest2009-ref.$output-extension.sgm
+reference-sgm = $wmt12-data/dev/newstest2011-ref.$output-extension.sgm
# raw-reference =
# tokenized-reference =
# reference =
diff --git a/scripts/ems/example/config.factored b/scripts/ems/example/config.factored
index 0fb072c66..4bc198a6b 100644
--- a/scripts/ems/example/config.factored
+++ b/scripts/ems/example/config.factored
@@ -18,25 +18,34 @@ pair-extension = fr-en
# moses
moses-src-dir = /home/pkoehn/moses
#
+# moses binaries
+moses-bin-dir = $moses-src-dir/dist/bin
+#
# moses scripts
-moses-script-dir = /home/pkoehn/moses/scripts
+moses-script-dir = $moses-src-dir/scripts
#
# srilm
srilm-dir = $moses-src-dir/srilm/bin/i686
#
+# irstlm
+irstlm-dir = $moses-src-dir/irstlm/bin
+#
+# randlm
+randlm-dir = $moses-src-dir/randlm/bin
+#
# data
-wmt10-data = $working-dir/data
+wmt12-data = $working-dir/data
### basic tools
#
# moses decoder
-decoder = $moses-src-dir/dist/bin/moses
+decoder = $moses-bin-dir/moses
# conversion of phrase table into binary on-disk format
-ttable-binarizer = $moses-src-dir/misc/processPhraseTable
+ttable-binarizer = $moses-bin-dir/processPhraseTable
# conversion of rule table into binary on-disk format
-#ttable-binarizer = "$moses-src-dir/dist/bin/CreateOnDiskPt 1 1 5 100 2"
+#ttable-binarizer = "$moses-bin-dir/CreateOnDiskPt 1 1 5 100 2"
# tokenizers - comment out if all your data is already tokenized
input-tokenizer = "$moses-script-dir/tokenizer/tokenizer.perl -a -l $input-extension"
@@ -95,7 +104,7 @@ max-sentence-length = 80
### raw corpus files (untokenized, but sentence aligned)
#
-raw-stem = $wmt10-data/training/europarl-v5.$pair-extension
+raw-stem = $wmt12-data/training/europarl-v7.$pair-extension
### tokenized corpus files (may contain long sentences)
#
@@ -112,10 +121,10 @@ raw-stem = $wmt10-data/training/europarl-v5.$pair-extension
#lowercased-stem =
[CORPUS:nc]
-raw-stem = $wmt10-data/training/news-commentary10.$pair-extension
+raw-stem = $wmt12-data/training/news-commentary-v7.$pair-extension
[CORPUS:un] IGNORE
-raw-stem = $wmt10-data/training/undoc.2000.$pair-extension
+raw-stem = $wmt12-data/training/undoc.2000.$pair-extension
#################################################################
# LANGUAGE MODEL TRAINING
@@ -123,36 +132,41 @@ raw-stem = $wmt10-data/training/undoc.2000.$pair-extension
[LM]
### tool to be used for language model training
-# for instance: ngram-count (SRILM), train-lm-on-disk.perl (Edinburgh)
-#
+# srilm
lm-training = $srilm-dir/ngram-count
settings = "-interpolate -kndiscount -unk"
+
+# irstlm
+#lm-training = "$moses-script-dir/generic/trainlm-irst.perl -cores $cores -irst-dir $irstlm-dir -temp-dir $working-dir/lm"
+#settings = ""
+
+# order of the language model
order = 5
### tool to be used for training randomized language model from scratch
# (more commonly, a SRILM is trained)
#
-#rlm-training = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#rlm-training = "$randlm-dir/buildlm -falsepos 8 -values 8"
### script to use for binary table format for irstlm or kenlm
# (default: no binarization)
# irstlm
-#lm-binarizer = $moses-src-dir/irstlm/bin/compile-lm
+#lm-binarizer = $irstlm-dir/compile-lm
# kenlm, also set type to 8
-#lm-binarizer = $moses-src-dir/dist/bin/build_binary
+#lm-binarizer = $moses-bin-dir/build_binary
#type = 8
### script to create quantized language model format (irstlm)
# (default: no quantization)
#
-#lm-quantizer = $moses-src-dir/irstlm/bin/quantize-lm
+#lm-quantizer = $irstlm-dir/quantize-lm
### script to use for converting into randomized table format
# (default: no randomization)
#
-#lm-randomizer = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#lm-randomizer = "$randlm-dir/buildlm -falsepos 8 -values 8"
### each language model to be used has its own section here
@@ -164,7 +178,7 @@ order = 5
### raw corpus (untokenized)
#
-raw-corpus = $wmt10-data/training/europarl-v5.$output-extension
+raw-corpus = $wmt12-data/training/europarl-v7.$output-extension
### tokenized corpus files (may contain long sentences)
#
@@ -176,19 +190,19 @@ raw-corpus = $wmt10-data/training/europarl-v5.$output-extension
#lm =
[LM:nc]
-raw-corpus = $wmt10-data/training/news-commentary10.$pair-extension.$output-extension
+raw-corpus = $wmt12-data/training/news-commentary-v7.$pair-extension.$output-extension
[LM:un] IGNORE
-raw-corpus = $wmt10-data/training/undoc.2000.$pair-extension.$output-extension
+raw-corpus = $wmt12-data/training/undoc.2000.$pair-extension.$output-extension
[LM:news] IGNORE
-raw-corpus = $wmt10-data/training/news.$output-extension.shuffled
+raw-corpus = $wmt12-data/training/news.$output-extension.shuffled
[LM:nc=pos]
factors = "pos"
order = 7
settings = "-interpolate -unk"
-raw-corpus = $wmt10-data/training/news-commentary10.$pair-extension.$output-extension
+raw-corpus = $wmt12-data/training/news-commentary-v7.$pair-extension.$output-extension
#################################################################
# INTERPOLATING LANGUAGE MODELS
@@ -207,32 +221,36 @@ script = $moses-script-dir/ems/support/interpolate-lm.perl
### tuning set
# you may use the same set that is used for mert tuning (reference set)
#
-tuning-sgm = $wmt10-data/dev/news-test2008-ref.$output-extension.sgm
+tuning-sgm = $wmt12-data/dev/newstest2010-ref.$output-extension.sgm
#raw-tuning =
#tokenized-tuning =
#factored-tuning =
#lowercased-tuning =
#split-tuning =
+### group language models for hierarchical interpolation
+# (flat interpolation is limited to 10 language models)
+#group = "first,second fourth,fifth"
+
### script to use for binary table format for irstlm or kenlm
# (default: no binarization)
# irstlm
-#lm-binarizer = $moses-src-dir/irstlm/bin/compile-lm
+#lm-binarizer = $irstlm-dir/compile-lm
# kenlm, also set type to 8
-#lm-binarizer = $moses-src-dir/dist/bin/build_binary
+#lm-binarizer = $moses-bin-dir/build_binary
#type = 8
### script to create quantized language model format (irstlm)
# (default: no quantization)
#
-#lm-quantizer = $moses-src-dir/irstlm/bin/quantize-lm
+#lm-quantizer = $irstlm-dir/quantize-lm
### script to use for converting into randomized table format
# (default: no randomization)
#
-#lm-randomizer = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#lm-randomizer = "$randlm-dir/buildlm -falsepos 8 -values 8"
#################################################################
# FACTOR DEFINITION
@@ -260,6 +278,9 @@ factor-script = "$moses-script-dir/training/wrappers/make-factor-en-pos.mxpost.p
script = $moses-script-dir/training/train-model.perl
### general options
+# these are options that are passed on to train-model.perl, for instance
+# * "-mgiza -mgiza-cpus 8" to use mgiza instead of giza
+# * "-sort-buffer-size 8G" to reduce on-disk sorting
#
#training-options = ""
@@ -275,12 +296,18 @@ reordering-factors = "word -> word"
#generation-factors =
decoding-steps = "t0"
+### parallelization of data preparation step
+# the two directions of the data preparation can be run in parallel
+# comment out if not needed
+#
+parallel = yes
+
### pre-computation for giza++
# giza++ has a more efficient data structure that needs to be
# initialized with snt2cooc. if run in parallel, this may reduces
# memory requirements. set here the number of parts
#
-run-giza-in-parts = 5
+#run-giza-in-parts = 5
### symmetrization method to obtain word alignments from giza output
# (commonly used: grow-diag-final-and)
@@ -354,7 +381,7 @@ score-settings = "--GoodTuring"
# point to a configuration file that contains
# pointers to all relevant model files
#
-#config =
+#config-with-reused-weights =
#####################################################
### TUNING: finding good weights for model components
@@ -369,18 +396,18 @@ score-settings = "--GoodTuring"
### tuning script to be used
#
tuning-script = $moses-script-dir/training/mert-moses.pl
-tuning-settings = "-mertdir $moses-src-dir/mert"
+tuning-settings = "-mertdir $moses-bin-dir"
### specify the corpus used for tuning
# it should contain 1000s of sentences
#
-input-sgm = $wmt10-data/dev/news-test2008-src.$input-extension.sgm
+input-sgm = $wmt12-data/dev/newstest2010-src.$input-extension.sgm
#raw-input =
#tokenized-input =
#factorized-input =
#input =
#
-reference-sgm = $wmt10-data/dev/news-test2008-ref.$output-extension.sgm
+reference-sgm = $wmt12-data/dev/newstest2010-ref.$output-extension.sgm
#raw-reference =
#tokenized-reference =
#factorized-reference =
@@ -415,7 +442,7 @@ decoder-settings = ""
[RECASING]
-#decoder = $moses-src-dir/moses-cmd/src/moses.1521.srilm
+#decoder = $moses-bin-dir/moses
### training data
# raw input needs to be still tokenized,
@@ -462,6 +489,11 @@ trainer = $moses-script-dir/recaser/train-truecaser.perl
### additional decoder settings
# switches for the Moses decoder
+# common choices:
+# "-threads N" for multi-threading
+# "-mbr" for MBR decoding
+# "-drop-unknown" for dropping unknown source words
+# "-search-algorithm 1 -cube-pruning-pop-limit 5000 -s 5000" for cube pruning
#
decoder-settings = "-search-algorithm 1 -cube-pruning-pop-limit 5000 -s 5000"
@@ -484,8 +516,8 @@ wrapping-script = "$moses-script-dir/ems/support/wrap-xml.perl $output-extension
### BLEU
#
-nist-bleu = $moses-script-dir/generic/mteval-v12.pl
-nist-bleu-c = "$moses-script-dir/generic/mteval-v12.pl -c"
+nist-bleu = $moses-script-dir/generic/mteval-v13a.pl
+nist-bleu-c = "$moses-script-dir/generic/mteval-v13a.pl -c"
#multi-bleu = $moses-script-dir/generic/multi-bleu.perl
#ibm-bleu =
@@ -516,11 +548,11 @@ report-segmentation = yes
# further precision breakdown by factor
#precision-by-coverage-factor = pos
-[EVALUATION:newstest2009]
+[EVALUATION:newstest2011]
### input data
#
-input-sgm = $wmt10-data/dev/newstest2009-src.$input-extension.sgm
+input-sgm = $wmt12-data/dev/newstest2011-src.$input-extension.sgm
# raw-input =
# tokenized-input =
# factorized-input =
@@ -528,7 +560,7 @@ input-sgm = $wmt10-data/dev/newstest2009-src.$input-extension.sgm
### reference data
#
-reference-sgm = $wmt10-data/dev/newstest2009-ref.$output-extension.sgm
+reference-sgm = $wmt12-data/dev/newstest2011-ref.$output-extension.sgm
# raw-reference =
# tokenized-reference =
# reference =
diff --git a/scripts/ems/example/config.hierarchical b/scripts/ems/example/config.hierarchical
index 9284726c7..b9858f393 100644
--- a/scripts/ems/example/config.hierarchical
+++ b/scripts/ems/example/config.hierarchical
@@ -18,25 +18,34 @@ pair-extension = fr-en
# moses
moses-src-dir = /home/pkoehn/moses
#
+# moses binaries
+moses-bin-dir = $moses-src-dir/dist/bin
+#
# moses scripts
-moses-script-dir = /home/pkoehn/moses/scripts
+moses-script-dir = $moses-src-dir/scripts
#
# srilm
srilm-dir = $moses-src-dir/srilm/bin/i686
#
+# irstlm
+irstlm-dir = $moses-src-dir/irstlm/bin
+#
+# randlm
+randlm-dir = $moses-src-dir/randlm/bin
+#
# data
-wmt10-data = $working-dir/data
+wmt12-data = $working-dir/data
### basic tools
#
# moses decoder
-decoder = $moses-src-dir/dist/bin/moses_chart
+decoder = $moses-bin-dir/moses_chart
# conversion of phrase table into binary on-disk format
-#ttable-binarizer = $moses-src-dir/dist/bin/processPhraseTable
+#ttable-binarizer = $moses-bin-dir/processPhraseTable
# conversion of rule table into binary on-disk format
-ttable-binarizer = "$moses-src-dir/dist/bin/CreateOnDiskPt 1 1 5 100 2"
+ttable-binarizer = "$moses-bin-dir/CreateOnDiskPt 1 1 5 100 2"
# tokenizers - comment out if all your data is already tokenized
input-tokenizer = "$moses-script-dir/tokenizer/tokenizer.perl -a -l $input-extension"
@@ -95,7 +104,7 @@ max-sentence-length = 80
### raw corpus files (untokenized, but sentence aligned)
#
-raw-stem = $wmt10-data/training/europarl-v5.$pair-extension
+raw-stem = $wmt12-data/training/europarl-v7.$pair-extension
### tokenized corpus files (may contain long sentences)
#
@@ -112,10 +121,10 @@ raw-stem = $wmt10-data/training/europarl-v5.$pair-extension
#lowercased-stem =
[CORPUS:nc]
-raw-stem = $wmt10-data/training/news-commentary10.$pair-extension
+raw-stem = $wmt12-data/training/news-commentary-v7.$pair-extension
[CORPUS:un] IGNORE
-raw-stem = $wmt10-data/training/undoc.2000.$pair-extension
+raw-stem = $wmt12-data/training/undoc.2000.$pair-extension
#################################################################
# LANGUAGE MODEL TRAINING
@@ -123,36 +132,41 @@ raw-stem = $wmt10-data/training/undoc.2000.$pair-extension
[LM]
### tool to be used for language model training
-# for instance: ngram-count (SRILM), train-lm-on-disk.perl (Edinburgh)
-#
+# srilm
lm-training = $srilm-dir/ngram-count
settings = "-interpolate -kndiscount -unk"
+
+# irstlm
+#lm-training = "$moses-script-dir/generic/trainlm-irst.perl -cores $cores -irst-dir $irstlm-dir -temp-dir $working-dir/lm"
+#settings = ""
+
+# order of the language model
order = 5
### tool to be used for training randomized language model from scratch
# (more commonly, a SRILM is trained)
#
-#rlm-training = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#rlm-training = "$randlm-dir/buildlm -falsepos 8 -values 8"
### script to use for binary table format for irstlm or kenlm
# (default: no binarization)
# irstlm
-#lm-binarizer = $moses-src-dir/irstlm/bin/compile-lm
+#lm-binarizer = $irstlm-dir/compile-lm
# kenlm, also set type to 8
-#lm-binarizer = $moses-src-dir/dist/bin/build_binary
-#type = 8
+lm-binarizer = $moses-bin-dir/build_binary
+type = 8
### script to create quantized language model format (irstlm)
# (default: no quantization)
#
-#lm-quantizer = $moses-src-dir/irstlm/bin/quantize-lm
+#lm-quantizer = $irstlm-dir/quantize-lm
### script to use for converting into randomized table format
# (default: no randomization)
#
-#lm-randomizer = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#lm-randomizer = "$randlm-dir/buildlm -falsepos 8 -values 8"
### each language model to be used has its own section here
@@ -164,7 +178,7 @@ order = 5
### raw corpus (untokenized)
#
-raw-corpus = $wmt10-data/training/europarl-v5.$output-extension
+raw-corpus = $wmt12-data/training/europarl-v7.$output-extension
### tokenized corpus files (may contain long sentences)
#
@@ -176,13 +190,13 @@ raw-corpus = $wmt10-data/training/europarl-v5.$output-extension
#lm =
[LM:nc]
-raw-corpus = $wmt10-data/training/news-commentary10.$pair-extension.$output-extension
+raw-corpus = $wmt12-data/training/news-commentary-v7.$pair-extension.$output-extension
[LM:un] IGNORE
-raw-corpus = $wmt10-data/training/undoc.2000.$pair-extension.$output-extension
+raw-corpus = $wmt12-data/training/undoc.2000.$pair-extension.$output-extension
[LM:news] IGNORE
-raw-corpus = $wmt10-data/training/news.$output-extension.shuffled
+raw-corpus = $wmt12-data/training/news.$output-extension.shuffled
#################################################################
@@ -202,32 +216,36 @@ script = $moses-script-dir/ems/support/interpolate-lm.perl
### tuning set
# you may use the same set that is used for mert tuning (reference set)
#
-tuning-sgm = $wmt10-data/dev/news-test2008-ref.$output-extension.sgm
+tuning-sgm = $wmt12-data/dev/newstest2010-ref.$output-extension.sgm
#raw-tuning =
#tokenized-tuning =
#factored-tuning =
#lowercased-tuning =
#split-tuning =
+### group language models for hierarchical interpolation
+# (flat interpolation is limited to 10 language models)
+#group = "first,second fourth,fifth"
+
### script to use for binary table format for irstlm or kenlm
# (default: no binarization)
# irstlm
-#lm-binarizer = $moses-src-dir/irstlm/bin/compile-lm
+#lm-binarizer = $irstlm-dir/compile-lm
# kenlm, also set type to 8
-#lm-binarizer = $moses-src-dir/dist/bin/build_binary
-#type = 8
+lm-binarizer = $moses-bin-dir/build_binary
+type = 8
### script to create quantized language model format (irstlm)
# (default: no quantization)
#
-#lm-quantizer = $moses-src-dir/irstlm/bin/quantize-lm
+#lm-quantizer = $irstlm-dir/quantize-lm
### script to use for converting into randomized table format
# (default: no randomization)
#
-#lm-randomizer = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#lm-randomizer = "$randlm-dir/buildlm -falsepos 8 -values 8"
#################################################################
# TRANSLATION MODEL TRAINING
@@ -240,6 +258,9 @@ tuning-sgm = $wmt10-data/dev/news-test2008-ref.$output-extension.sgm
script = $moses-script-dir/training/train-model.perl
### general options
+# these are options that are passed on to train-model.perl, for instance
+# * "-mgiza -mgiza-cpus 8" to use mgiza instead of giza
+# * "-sort-buffer-size 8G" to reduce on-disk sorting
#
#training-options = ""
@@ -255,12 +276,18 @@ script = $moses-script-dir/training/train-model.perl
#generation-factors = "word -> pos"
#decoding-steps = "t0, g0"
+### parallelization of data preparation step
+# the two directions of the data preparation can be run in parallel
+# comment out if not needed
+#
+parallel = yes
+
### pre-computation for giza++
# giza++ has a more efficient data structure that needs to be
# initialized with snt2cooc. if run in parallel, this may reduces
# memory requirements. set here the number of parts
#
-run-giza-in-parts = 5
+#run-giza-in-parts = 5
### symmetrization method to obtain word alignments from giza output
# (commonly used: grow-diag-final-and)
@@ -334,7 +361,7 @@ score-settings = "--GoodTuring"
# point to a configuration file that contains
# pointers to all relevant model files
#
-#config =
+#config-with-reused-weights =
#####################################################
### TUNING: finding good weights for model components
@@ -349,18 +376,18 @@ score-settings = "--GoodTuring"
### tuning script to be used
#
tuning-script = $moses-script-dir/training/mert-moses.pl
-tuning-settings = "-mertdir $moses-src-dir/mert"
+tuning-settings = "-mertdir $moses-bin-dir"
### specify the corpus used for tuning
# it should contain 1000s of sentences
#
-input-sgm = $wmt10-data/dev/news-test2008-src.$input-extension.sgm
+input-sgm = $wmt12-data/dev/newstest2010-src.$input-extension.sgm
#raw-input =
#tokenized-input =
#factorized-input =
#input =
#
-reference-sgm = $wmt10-data/dev/news-test2008-ref.$output-extension.sgm
+reference-sgm = $wmt12-data/dev/newstest2010-ref.$output-extension.sgm
#raw-reference =
#tokenized-reference =
#factorized-reference =
@@ -395,7 +422,7 @@ decoder-settings = ""
[RECASING]
-#decoder = $moses-src-dir/moses-cmd/src/moses.1521.srilm
+#decoder = $moses-bin-dir/moses
### training data
# raw input needs to be still tokenized,
@@ -442,6 +469,11 @@ trainer = $moses-script-dir/recaser/train-truecaser.perl
### additional decoder settings
# switches for the Moses decoder
+# common choices:
+# "-threads N" for multi-threading
+# "-mbr" for MBR decoding
+# "-drop-unknown" for dropping unknown source words
+# "-search-algorithm 1 -cube-pruning-pop-limit 5000 -s 5000" for cube pruning
#
#decoder-settings = ""
@@ -464,8 +496,8 @@ wrapping-script = "$moses-script-dir/ems/support/wrap-xml.perl $output-extension
### BLEU
#
-nist-bleu = $moses-script-dir/generic/mteval-v12.pl
-nist-bleu-c = "$moses-script-dir/generic/mteval-v12.pl -c"
+nist-bleu = $moses-script-dir/generic/mteval-v13a.pl
+nist-bleu-c = "$moses-script-dir/generic/mteval-v13a.pl -c"
#multi-bleu = $moses-script-dir/generic/multi-bleu.perl
#ibm-bleu =
@@ -496,11 +528,11 @@ report-segmentation = yes
# further precision breakdown by factor
#precision-by-coverage-factor = pos
-[EVALUATION:newstest2009]
+[EVALUATION:newstest2011]
### input data
#
-input-sgm = $wmt10-data/dev/newstest2009-src.$input-extension.sgm
+input-sgm = $wmt12-data/dev/newstest2011-src.$input-extension.sgm
# raw-input =
# tokenized-input =
# factorized-input =
@@ -508,7 +540,7 @@ input-sgm = $wmt10-data/dev/newstest2009-src.$input-extension.sgm
### reference data
#
-reference-sgm = $wmt10-data/dev/newstest2009-ref.$output-extension.sgm
+reference-sgm = $wmt12-data/dev/newstest2011-ref.$output-extension.sgm
# raw-reference =
# tokenized-reference =
# reference =
diff --git a/scripts/ems/example/config.syntax b/scripts/ems/example/config.syntax
index 085e210a5..7c97b9ac4 100644
--- a/scripts/ems/example/config.syntax
+++ b/scripts/ems/example/config.syntax
@@ -18,25 +18,34 @@ pair-extension = fr-en
# moses
moses-src-dir = /home/pkoehn/moses
#
+# moses binaries
+moses-bin-dir = $moses-src-dir/dist/bin
+#
# moses scripts
-moses-script-dir = /home/pkoehn/moses/scripts
+moses-script-dir = $moses-src-dir/scripts
#
# srilm
srilm-dir = $moses-src-dir/srilm/bin/i686
#
+# irstlm
+irstlm-dir = $moses-src-dir/irstlm/bin
+#
+# randlm
+randlm-dir = $moses-src-dir/randlm/bin
+#
# data
-wmt10-data = $working-dir/data
+wmt12-data = $working-dir/data
### basic tools
#
# moses decoder
-decoder = $moses-src-dir/dist/bin/moses_chart
+decoder = $moses-bin-dir/moses_chart
# conversion of phrase table into binary on-disk format
-#ttable-binarizer = $moses-src-dir/dist/bin/processPhraseTable
+#ttable-binarizer = $moses-bin-dir/processPhraseTable
# conversion of rule table into binary on-disk format
-ttable-binarizer = "$moses-src-dir/dist/bin/CreateOnDiskPt 1 1 5 100 2"
+ttable-binarizer = "$moses-bin-dir/CreateOnDiskPt 1 1 5 100 2"
# tokenizers - comment out if all your data is already tokenized
input-tokenizer = "$moses-script-dir/tokenizer/tokenizer.perl -a -l $input-extension"
@@ -99,7 +108,7 @@ max-sentence-length = 80
### raw corpus files (untokenized, but sentence aligned)
#
-raw-stem = $wmt10-data/training/europarl-v5.$pair-extension
+raw-stem = $wmt12-data/training/europarl-v7.$pair-extension
### tokenized corpus files (may contain long sentences)
#
@@ -116,10 +125,10 @@ raw-stem = $wmt10-data/training/europarl-v5.$pair-extension
#lowercased-stem =
[CORPUS:nc]
-raw-stem = $wmt10-data/training/news-commentary10.$pair-extension
+raw-stem = $wmt12-data/training/news-commentary-v7.$pair-extension
[CORPUS:un] IGNORE
-raw-stem = $wmt10-data/training/undoc.2000.$pair-extension
+raw-stem = $wmt12-data/training/undoc.2000.$pair-extension
#################################################################
# LANGUAGE MODEL TRAINING
@@ -127,36 +136,41 @@ raw-stem = $wmt10-data/training/undoc.2000.$pair-extension
[LM]
### tool to be used for language model training
-# for instance: ngram-count (SRILM), train-lm-on-disk.perl (Edinburgh)
-#
+# srilm
lm-training = $srilm-dir/ngram-count
settings = "-interpolate -kndiscount -unk"
+
+# irstlm
+#lm-training = "$moses-script-dir/generic/trainlm-irst.perl -cores $cores -irst-dir $irstlm-dir -temp-dir $working-dir/lm"
+#settings = ""
+
+# order of the language model
order = 5
### tool to be used for training randomized language model from scratch
# (more commonly, a SRILM is trained)
#
-#rlm-training = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#rlm-training = "$randlm-dir/buildlm -falsepos 8 -values 8"
### script to use for binary table format for irstlm or kenlm
# (default: no binarization)
# irstlm
-#lm-binarizer = $moses-src-dir/irstlm/bin/compile-lm
+#lm-binarizer = $irstlm-dir/compile-lm
# kenlm, also set type to 8
-#lm-binarizer = $moses-src-dir/dist/bin/build_binary
-#type = 8
+lm-binarizer = $moses-bin-dir/build_binary
+type = 8
### script to create quantized language model format (irstlm)
# (default: no quantization)
#
-#lm-quantizer = $moses-src-dir/irstlm/bin/quantize-lm
+#lm-quantizer = $irstlm-dir/quantize-lm
### script to use for converting into randomized table format
# (default: no randomization)
#
-#lm-randomizer = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#lm-randomizer = "$randlm-dir/buildlm -falsepos 8 -values 8"
### each language model to be used has its own section here
@@ -168,7 +182,7 @@ order = 5
### raw corpus (untokenized)
#
-raw-corpus = $wmt10-data/training/europarl-v5.$output-extension
+raw-corpus = $wmt12-data/training/europarl-v7.$output-extension
### tokenized corpus files (may contain long sentences)
#
@@ -180,13 +194,13 @@ raw-corpus = $wmt10-data/training/europarl-v5.$output-extension
#lm =
[LM:nc]
-raw-corpus = $wmt10-data/training/news-commentary10.$pair-extension.$output-extension
+raw-corpus = $wmt12-data/training/news-commentary-v7.$pair-extension.$output-extension
[LM:un] IGNORE
-raw-corpus = $wmt10-data/training/undoc.2000.$pair-extension.$output-extension
+raw-corpus = $wmt12-data/training/undoc.2000.$pair-extension.$output-extension
[LM:news] IGNORE
-raw-corpus = $wmt10-data/training/news.$output-extension.shuffled
+raw-corpus = $wmt12-data/training/news.$output-extension.shuffled
#################################################################
@@ -206,32 +220,36 @@ script = $moses-script-dir/ems/support/interpolate-lm.perl
### tuning set
# you may use the same set that is used for mert tuning (reference set)
#
-tuning-sgm = $wmt10-data/dev/news-test2008-ref.$output-extension.sgm
+tuning-sgm = $wmt12-data/dev/newstest2010-ref.$output-extension.sgm
#raw-tuning =
#tokenized-tuning =
#factored-tuning =
#lowercased-tuning =
#split-tuning =
+### group language models for hierarchical interpolation
+# (flat interpolation is limited to 10 language models)
+#group = "first,second fourth,fifth"
+
### script to use for binary table format for irstlm or kenlm
# (default: no binarization)
# irstlm
-#lm-binarizer = $moses-src-dir/irstlm/bin/compile-lm
+#lm-binarizer = $irstlm-dir/compile-lm
# kenlm, also set type to 8
-#lm-binarizer = $moses-src-dir/dist/bin/build_binary
-#type = 8
+lm-binarizer = $moses-bin-dir/build_binary
+type = 8
### script to create quantized language model format (irstlm)
# (default: no quantization)
#
-#lm-quantizer = $moses-src-dir/irstlm/bin/quantize-lm
+#lm-quantizer = $irstlm-dir/quantize-lm
### script to use for converting into randomized table format
# (default: no randomization)
#
-#lm-randomizer = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#lm-randomizer = "$randlm-dir/buildlm -falsepos 8 -values 8"
#################################################################
# TRANSLATION MODEL TRAINING
@@ -244,6 +262,9 @@ tuning-sgm = $wmt10-data/dev/news-test2008-ref.$output-extension.sgm
script = $moses-script-dir/training/train-model.perl
### general options
+# these are options that are passed on to train-model.perl, for instance
+# * "-mgiza -mgiza-cpus 8" to use mgiza instead of giza
+# * "-sort-buffer-size 8G" to reduce on-disk sorting
#
#training-options = ""
@@ -259,12 +280,18 @@ script = $moses-script-dir/training/train-model.perl
#generation-factors = "word -> pos"
#decoding-steps = "t0, g0"
+### parallelization of data preparation step
+# the two directions of the data preparation can be run in parallel
+# comment out if not needed
+#
+parallel = yes
+
### pre-computation for giza++
# giza++ has a more efficient data structure that needs to be
# initialized with snt2cooc. if run in parallel, this may reduces
# memory requirements. set here the number of parts
#
-run-giza-in-parts = 5
+#run-giza-in-parts = 5
### symmetrization method to obtain word alignments from giza output
# (commonly used: grow-diag-final-and)
@@ -338,7 +365,7 @@ score-settings = "--GoodTuring"
# point to a configuration file that contains
# pointers to all relevant model files
#
-#config =
+#config-with-reused-weights =
#####################################################
### TUNING: finding good weights for model components
@@ -353,18 +380,18 @@ score-settings = "--GoodTuring"
### tuning script to be used
#
tuning-script = $moses-script-dir/training/mert-moses.pl
-tuning-settings = "-mertdir $moses-src-dir/mert"
+tuning-settings = "-mertdir $moses-bin-dir"
### specify the corpus used for tuning
# it should contain 1000s of sentences
#
-input-sgm = $wmt10-data/dev/news-test2008-src.$input-extension.sgm
+input-sgm = $wmt12-data/dev/newstest2010-src.$input-extension.sgm
#raw-input =
#tokenized-input =
#factorized-input =
#input =
#
-reference-sgm = $wmt10-data/dev/news-test2008-ref.$output-extension.sgm
+reference-sgm = $wmt12-data/dev/newstest2010-ref.$output-extension.sgm
#raw-reference =
#tokenized-reference =
#factorized-reference =
@@ -399,7 +426,7 @@ decoder-settings = ""
[RECASING]
-#decoder = $moses-src-dir/moses-cmd/src/moses.1521.srilm
+#decoder = $moses-bin-dir/moses
### training data
# raw input needs to be still tokenized,
@@ -446,6 +473,11 @@ trainer = $moses-script-dir/recaser/train-truecaser.perl
### additional decoder settings
# switches for the Moses decoder
+# common choices:
+# "-threads N" for multi-threading
+# "-mbr" for MBR decoding
+# "-drop-unknown" for dropping unknown source words
+# "-search-algorithm 1 -cube-pruning-pop-limit 5000 -s 5000" for cube pruning
#
#decoder-settings = ""
@@ -468,8 +500,8 @@ wrapping-script = "$moses-script-dir/ems/support/wrap-xml.perl $output-extension
### BLEU
#
-nist-bleu = $moses-script-dir/generic/mteval-v12.pl
-nist-bleu-c = "$moses-script-dir/generic/mteval-v12.pl -c"
+nist-bleu = $moses-script-dir/generic/mteval-v13a.pl
+nist-bleu-c = "$moses-script-dir/generic/mteval-v13a.pl -c"
#multi-bleu = $moses-script-dir/generic/multi-bleu.perl
#ibm-bleu =
@@ -500,11 +532,11 @@ report-segmentation = yes
# further precision breakdown by factor
#precision-by-coverage-factor = pos
-[EVALUATION:newstest2009]
+[EVALUATION:newstest2011]
### input data
#
-input-sgm = $wmt10-data/dev/newstest2009-src.$input-extension.sgm
+input-sgm = $wmt12-data/dev/newstest2011-src.$input-extension.sgm
# raw-input =
# tokenized-input =
# factorized-input =
@@ -512,7 +544,7 @@ input-sgm = $wmt10-data/dev/newstest2009-src.$input-extension.sgm
### reference data
#
-reference-sgm = $wmt10-data/dev/newstest2009-ref.$output-extension.sgm
+reference-sgm = $wmt12-data/dev/newstest2011-ref.$output-extension.sgm
# raw-reference =
# tokenized-reference =
# reference =
diff --git a/scripts/ems/example/config.toy b/scripts/ems/example/config.toy
index 59753a50e..140a45229 100644
--- a/scripts/ems/example/config.toy
+++ b/scripts/ems/example/config.toy
@@ -18,25 +18,34 @@ pair-extension = fr-en
# moses
moses-src-dir = /home/pkoehn/moses
#
+# moses binaries
+moses-bin-dir = $moses-src-dir/dist/bin
+#
# moses scripts
-moses-script-dir = /home/pkoehn/moses/scripts
+moses-script-dir = $moses-src-dir/scripts
#
# srilm
srilm-dir = $moses-src-dir/srilm/bin/i686
#
+# irstlm
+irstlm-dir = $moses-src-dir/irstlm/bin
+#
+# randlm
+randlm-dir = $moses-src-dir/randlm/bin
+#
# data
toy-data = $moses-script-dir/ems/example/data
### basic tools
#
# moses decoder
-decoder = $moses-src-dir/dist/bin/moses
+decoder = $moses-bin-dir/moses
# conversion of phrase table into binary on-disk format
-ttable-binarizer = $moses-src-dir/dist/bin/processPhraseTable
+ttable-binarizer = $moses-bin-dir/processPhraseTable
# conversion of rule table into binary on-disk format
-#ttable-binarizer = "$moses-src-dir/dist/bin/CreateOnDiskPt 1 1 5 100 2"
+#ttable-binarizer = "$moses-bin-dir/CreateOnDiskPt 1 1 5 100 2"
# tokenizers - comment out if all your data is already tokenized
input-tokenizer = "$moses-script-dir/tokenizer/tokenizer.perl -a -l $input-extension"
@@ -117,36 +126,41 @@ raw-stem = $toy-data/nc-5k
[LM]
### tool to be used for language model training
-# for instance: ngram-count (SRILM), train-lm-on-disk.perl (Edinburgh)
-#
+# srilm
lm-training = $srilm-dir/ngram-count
settings = "-interpolate -kndiscount -unk"
+
+# irstlm
+#lm-training = "$moses-script-dir/generic/trainlm-irst.perl -cores $cores -irst-dir $irstlm-dir -temp-dir $working-dir/lm"
+#settings = ""
+
+# order of the language model
order = 5
### tool to be used for training randomized language model from scratch
# (more commonly, a SRILM is trained)
#
-#rlm-training = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#rlm-training = "$randlm-dir/buildlm -falsepos 8 -values 8"
### script to use for binary table format for irstlm or kenlm
# (default: no binarization)
# irstlm
-#lm-binarizer = $moses-src-dir/irstlm/bin/compile-lm
+#lm-binarizer = $irstlm-dir/compile-lm
# kenlm, also set type to 8
-#lm-binarizer = $moses-src-dir/dist/bin/build_binary
-#type = 8
+lm-binarizer = $moses-bin-dir/build_binary
+type = 8
### script to create quantized language model format (irstlm)
# (default: no quantization)
#
-#lm-quantizer = $moses-src-dir/irstlm/bin/quantize-lm
+#lm-quantizer = $irstlm-dir/quantize-lm
### script to use for converting into randomized table format
# (default: no randomization)
#
-#lm-randomizer = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#lm-randomizer = "$randlm-dir/buildlm -falsepos 8 -values 8"
### each language model to be used has its own section here
@@ -193,25 +207,29 @@ raw-corpus = $toy-data/nc-5k.$output-extension
#lowercased-tuning =
#split-tuning =
+### group language models for hierarchical interpolation
+# (flat interpolation is limited to 10 language models)
+#group = "first,second fourth,fifth"
+
### script to use for binary table format for irstlm or kenlm
# (default: no binarization)
# irstlm
-#lm-binarizer = $moses-src-dir/irstlm/bin/compile-lm
+#lm-binarizer = $irstlm-dir/compile-lm
# kenlm, also set type to 8
-#lm-binarizer = $moses-src-dir/dist/bin/build_binary
-#type = 8
+lm-binarizer = $moses-bin-dir/build_binary
+type = 8
### script to create quantized language model format (irstlm)
# (default: no quantization)
#
-#lm-quantizer = $moses-src-dir/irstlm/bin/quantize-lm
+#lm-quantizer = $irstlm-dir/quantize-lm
### script to use for converting into randomized table format
# (default: no randomization)
#
-#lm-randomizer = "$moses-src-dir/randlm/bin/buildlm -falsepos 8 -values 8"
+#lm-randomizer = "$randlm-dir/buildlm -falsepos 8 -values 8"
#################################################################
# TRANSLATION MODEL TRAINING
@@ -224,6 +242,9 @@ raw-corpus = $toy-data/nc-5k.$output-extension
script = $moses-script-dir/training/train-model.perl
### general options
+# these are options that are passed on to train-model.perl, for instance
+# * "-mgiza -mgiza-cpus 8" to use mgiza instead of giza
+# * "-sort-buffer-size 8G" to reduce on-disk sorting
#
#training-options = ""
@@ -239,12 +260,18 @@ script = $moses-script-dir/training/train-model.perl
#generation-factors = "word -> pos"
#decoding-steps = "t0, g0"
+### parallelization of data preparation step
+# the two directions of the data preparation can be run in parallel
+# comment out if not needed
+#
+parallel = yes
+
### pre-computation for giza++
# giza++ has a more efficient data structure that needs to be
# initialized with snt2cooc. if run in parallel, this may reduces
# memory requirements. set here the number of parts
#
-run-giza-in-parts = 5
+#run-giza-in-parts = 5
### symmetrization method to obtain word alignments from giza output
# (commonly used: grow-diag-final-and)
@@ -318,7 +345,7 @@ score-settings = "--GoodTuring"
# point to a configuration file that contains
# pointers to all relevant model files
#
-#config =
+#config-with-reused-weights =
#####################################################
### TUNING: finding good weights for model components
@@ -333,7 +360,7 @@ weight-config = $toy-data/weight.ini
### tuning script to be used
#
tuning-script = $moses-script-dir/training/mert-moses.pl
-tuning-settings = "-mertdir $moses-src-dir/mert"
+tuning-settings = "-mertdir $moses-bin-dir"
### specify the corpus used for tuning
# it should contain 1000s of sentences
@@ -379,7 +406,7 @@ decoder-settings = ""
[RECASING]
-#decoder = $moses-src-dir/moses-cmd/src/moses.1521.srilm
+#decoder = $moses-bin-dir/moses
### training data
# raw input needs to be still tokenized,
@@ -422,6 +449,11 @@ trainer = $moses-script-dir/recaser/train-truecaser.perl
### additional decoder settings
# switches for the Moses decoder
+# common choices:
+# "-threads N" for multi-threading
+# "-mbr" for MBR decoding
+# "-drop-unknown" for dropping unknown source words
+# "-search-algorithm 1 -cube-pruning-pop-limit 5000 -s 5000" for cube pruning
#
decoder-settings = "-search-algorithm 1 -cube-pruning-pop-limit 5000 -s 5000"
@@ -444,8 +476,8 @@ wrapping-script = "$moses-script-dir/ems/support/wrap-xml.perl $output-extension
### BLEU
#
-nist-bleu = $moses-script-dir/generic/mteval-v12.pl
-nist-bleu-c = "$moses-script-dir/generic/mteval-v12.pl -c"
+nist-bleu = $moses-script-dir/generic/mteval-v13a.pl
+nist-bleu-c = "$moses-script-dir/generic/mteval-v13a.pl -c"
#multi-bleu = $moses-script-dir/generic/multi-bleu.perl
#ibm-bleu =
diff --git a/scripts/ems/experiment.machines b/scripts/ems/experiment.machines
index dddc66c95..9e0294d60 100644
--- a/scripts/ems/experiment.machines
+++ b/scripts/ems/experiment.machines
@@ -1,2 +1,3 @@
cluster: townhill seville hermes lion seville sannox lutzow frontend
multicore-8: tyr thor odin crom saxnot vali vili freyja bragi hoenir
+multicore-24: syn hel skaol saga
diff --git a/scripts/ems/experiment.meta b/scripts/ems/experiment.meta
index eaaabfab3..7c88435f8 100644
--- a/scripts/ems/experiment.meta
+++ b/scripts/ems/experiment.meta
@@ -52,8 +52,9 @@ truecase
rerun-on-change: input-truecaser output-truecaser
default-name: corpus/truecased
pass-unless: input-truecaser output-truecaser
- template-if: input-truecaser IN.$input-extension OUT.$input-extension -model IN1.$input-extension
- template-if: output-truecaser IN.$output-extension OUT.$output-extension -model IN1.$output-extension
+ template-if: input-truecaser IN.$input-extension OUT.$input-extension -model IN1.$input-extension
+ template-if: output-truecaser IN.$output-extension OUT.$output-extension -model IN1.$output-extension
+ parallelizable: yes
lowercase
in: truecased-stem
out: lowercased-stem
@@ -107,7 +108,7 @@ consolidate
default-name: truecaser/corpus
template: $moses-script-dir/ems/support/consolidate-training-data.perl $input-extension $output-extension OUT IN
train
- in: tokenized-stem
+ in: tokenized-stem
out: truecase-model
rerun-on-change: trainer
default-name: truecaser/truecase-model
@@ -207,6 +208,7 @@ binarize
rerun-on-change: lm
default-name: lm/binlm
template: $lm-binarizer IN OUT
+ error: set kMaxOrder to at least this value
[INTERPOLATED-LM] single
tuning-from-sgm
@@ -253,27 +255,27 @@ split-tuning
template: $output-splitter -model IN1.$output-extension < IN > OUT
interpolate
in: script split-tuning LM:lm
- rerun-on-change: srilm-dir
+ rerun-on-change: srilm-dir group
out: lm
default-name: lm/interpolated-lm
randomize
in: lm
out: rlm
pass-unless: lm-randomizer
- default-name: lm/rlm
+ default-name: lm/interpolated-rlm
quantize
in: rlm
out: qlm
pass-unless: lm-quantizer
default-name: lm/interpolated-qlm
- template: $lm-quantizer IN OUT
binarize
in: qlm
out: binlm
pass-unless: lm-binarizer
+ ignore-unless: script
rerun-on-change: lm
default-name: lm/interpolated-binlm
- template: $lm-binarizer IN OUT
+ error: set kMaxOrder to at least this value
[TRAINING] single
consolidate
@@ -293,12 +295,14 @@ run-giza
ignore-if: use-berkeley
rerun-on-change: giza-settings training-options script
default-name: giza
+ error: not found
run-giza-inverse
in: prepared-data
out: giza-alignment-inverse
rerun-on-change: giza-settings training-options script
ignore-if: use-berkeley
default-name: giza-inverse
+ error: not found
run-berkeley
in: corpus
out: berkeley-alignment
@@ -343,7 +347,7 @@ parse-relax
extract-phrases
in: word-alignment parse-relaxed-corpus
out: extracted-phrases
- rerun-on-change: max-phrase-length translation-factors reordering-factors hierarchical-rule-set extract-settings training-options script
+ rerun-on-change: max-phrase-length translation-factors reordering-factors hierarchical-rule-set extract-settings training-options script use-ghkm
default-name: model/extract
build-reordering
in: extracted-phrases
@@ -388,18 +392,10 @@ build-generation-custom
ignore-unless: AND generation-factors generation-corpus
default-name: model/generation-table
create-config
- in: reordering-table phrase-translation-table generation-table sparse-phrase-translation-table LM:binlm
- out: config
- ignore-if: use-hiero INTERPOLATED-LM:script
- rerun-on-change: decoding-steps alignment-factors translation-factors reordering-factors generation-factors lexicalized-reordering training-options script decoding-graph-backoff score-settings
- default-name: model/moses.ini
- error: Unknown option
-create-config-interpolated-lm
- in: reordering-table phrase-translation-table sparse-phrase-translation-table generation-table INTERPOLATED-LM:binlm
+ in: reordering-table phrase-translation-table generation-table sparse-phrase-translation-table INTERPOLATED-LM:binlm LM:binlm
out: config
ignore-if: use-hiero
- ignore-unless: INTERPOLATED-LM:script
- rerun-on-change: decoding-steps alignment-factors translation-factors reordering-factors generation-factors lexicalized-reordering training-options script decoding-graph-backoff score-settings
+ rerun-on-change: decoding-steps alignment-factors translation-factors reordering-factors generation-factors lexicalized-reordering training-options script decoding-graph-backoff score-settings additional-ini
default-name: model/moses.ini
error: Unknown option
binarize-config
@@ -543,12 +539,20 @@ split-reference
multiref: $moses-script-dir/ems/support/run-command-on-multiple-refsets.perl
template: $output-splitter -model IN1.$output-extension < IN > OUT
filter
- in: TRAINING:config input
+ in: input TRAINING:phrase-translation-table TRAINING:reordering-table
+ out: filtered-dir
+ default-name: tuning/filtered
+ rerun-on-change: filter-settings
+ pass-if: TRAINING:binarize-all
+ ignore-if: use-hiero
+ error: already exists. Please delete
+apply-filter
+ in: TRAINING:config filtered-dir
out: filtered-config
default-name: tuning/moses.filtered.ini
- rerun-on-change: filter-settings
- pass-if: TRAINING:binarize-all
+ pass-if: TRAINING:binarize-all
ignore-if: use-hiero
+ template: $moses-script-dir/ems/support/substitute-filtered-tables.perl IN1/moses.ini < IN > OUT
tune
in: filtered-config input reference
out: weight-config
@@ -563,6 +567,7 @@ apply-weights
ignore-if: use-hiero
default-name: tuning/moses.weight-reused.ini
template: $moses-script-dir/ems/support/reuse-weights.perl IN1 < IN > OUT
+ error: cannot open
hiero-tune
in: TRAINING:hiero-config input reference
out: hiero-weight-config
@@ -638,11 +643,20 @@ split-input
pass-unless: input-splitter
template: $input-splitter -model IN1.$input-extension < IN > OUT
filter
- in: TUNING:config-with-reused-weights input
+ in: input TRAINING:phrase-translation-table TRAINING:reordering-table
+ out: filtered-dir
+ default-name: evaluation/filtered
+ rerun-on-change: filter-settings report-precision-by-coverage
+ pass-if: TRAINING:binarize-all
+ ignore-if: use-hiero
+ error: already exists. Please delete
+apply-filter
+ in: TUNING:config-with-reused-weights filtered-dir
out: filtered-config
default-name: evaluation/filtered.ini
pass-if: TRAINING:binarize-all
- rerun-on-change: filter-settings report-precision-by-coverage
+ ignore-if: use-hiero
+ template: $moses-script-dir/ems/support/substitute-filtered-tables.perl IN1/moses.ini < IN > OUT
decode
in: filtered-config input
out: system-output
@@ -770,11 +784,12 @@ wer
rerun-on-change: wer
template: $wer IN IN1 > OUT
meteor
- in: wrapped-output reference-sgm
+ in: cleaned-output reference
out: meteor-score
- default-name: evaluation/detokenized.sgm.METEOR
+ default-name: evaluation/meteor
ignore-unless: meteor
rerun-on-change: meteor
+ template: $meteor IN IN1 $meteor-params > OUT
analysis
in: recased-output reference input
out: analysis
diff --git a/scripts/ems/experiment.perl b/scripts/ems/experiment.perl
index a2f7e6200..e6e793061 100755
--- a/scripts/ems/experiment.perl
+++ b/scripts/ems/experiment.perl
@@ -116,14 +116,15 @@ sub init_agenda_graph() {
my $dir = &check_and_get("GENERAL:working-dir");
my $graph_file = &steps_file("graph.$VERSION",$VERSION);
- open(PS,">".$graph_file.".ps");
+ open(PS,">".$graph_file.".ps") or die "Cannot open: $!";
print PS "%!\n"
."/Helvetica findfont 36 scalefont setfont\n"
."72 72 moveto\n"
."(its all gone blank...) show\n"
."showpage\n";
close(PS);
- `convert $graph_file.ps $graph_file.png`;
+
+ `convert -alpha off $graph_file.ps $graph_file.png`;
if (!$NO_GRAPH && !fork) {
# use ghostview by default, it it is installed
@@ -367,7 +368,7 @@ sub log_config {
`mkdir -p $dir/steps`;
my $config_file = &steps_file("config.$VERSION",$VERSION);
`cp $CONFIG_FILE $config_file` unless $CONTINUE;
- open(PARAMETER,">".&steps_file("parameter.$VERSION",$VERSION));
+ open(PARAMETER,">".&steps_file("parameter.$VERSION",$VERSION)) or die "Cannot open: $!";
foreach my $parameter (sort keys %CONFIG) {
print PARAMETER "$parameter =";
foreach (@{$CONFIG{$parameter}}) {
@@ -751,7 +752,7 @@ sub find_re_use {
# summarize and convert hashes into integers for to be re-used
print "\nSTEP SUMMARY:\n";
- open(RE_USE,">".&steps_file("re-use.$VERSION",$VERSION));
+ open(RE_USE,">".&steps_file("re-use.$VERSION",$VERSION)) or die "Cannot open: $!";
for(my $i=$#DO_STEP;$i>=0;$i--) {
if ($PASS{$i}) {
$RE_USE[$i] = 0;
@@ -797,7 +798,7 @@ sub find_dependencies {
sub draw_agenda_graph {
my %M;
my $dir = &check_and_get("GENERAL:working-dir");
- open(DOT,">".&steps_file("graph.$VERSION.dot",$VERSION));
+ open(DOT,">".&steps_file("graph.$VERSION.dot",$VERSION)) or die "Cannot open: $!";
print DOT "digraph Experiment$VERSION {\n";
print DOT " ranksep=0;\n";
for(my $i=0;$i<=$#DO_STEP;$i++) {
@@ -864,7 +865,7 @@ sub draw_agenda_graph {
close(DOT);
my $graph_file = &steps_file("graph.$VERSION",$VERSION);
`dot -Tps $graph_file.dot >$graph_file.ps`;
- `convert $graph_file.ps $graph_file.png`;
+ `convert -alpha off $graph_file.ps $graph_file.png`;
}
sub define_step {
@@ -934,7 +935,12 @@ sub define_step {
&define_training_create_config($i);
}
elsif ($DO_STEP[$i] eq 'INTERPOLATED-LM:interpolate') {
- &define_training_interpolated_lm_interpolate($i);
+ &define_interpolated_lm_interpolate($i);
+ }
+ elsif ($DO_STEP[$i] eq 'INTERPOLATED-LM:binarize' ||
+ $DO_STEP[$i] eq 'INTERPOLATED-LM:quantize' ||
+ $DO_STEP[$i] eq 'INTERPOLATED-LM:randomize') {
+ &define_interpolated_lm_process($i);
}
elsif ($DO_STEP[$i] eq 'TUNING:factorize-input') {
&define_tuningevaluation_factorize($i);
@@ -991,7 +997,10 @@ sub execute_steps {
while(1) {
# find steps to be done
- for(my $i=0;$i<=$#DO_STEP;$i++) {
+ my $repeat_if_passed = 1;
+ while($repeat_if_passed) {
+ $repeat_if_passed = 0;
+ for(my $i=0;$i<=$#DO_STEP;$i++) {
next if (defined($DONE{$i}));
next if (defined($DO{$i}));
next if (defined($CRASHED{$i}));
@@ -1000,10 +1009,19 @@ sub execute_steps {
foreach my $prev_step (@{$DEPENDENCY[$i]}) {
$doable = 0 if !defined($DONE{$prev_step});
}
- $DO{$i} = 1 if $doable;
+ next unless $doable;
+ $DO{$i} = 1;
+
+ # immediately label pass steps as done
+ next unless defined($PASS{$i});
+ $DONE{$i} = 1;
+ delete($DO{$i});
+ $repeat_if_passed = 1;
+ }
}
print "number of steps doable or running: ".(scalar keys %DO)."\n";
+ foreach my $step (keys %DO) { print "\t".($DO{$step}==2?"running: ":"doable: ").$DO_STEP[$step]."\n"; }
return unless scalar keys %DO;
# execute new step
@@ -1017,32 +1035,28 @@ sub execute_steps {
}
elsif (! -e &versionize(&step_file($i)).".DONE") {
my $step = &versionize(&step_file($i));
- print "\texecuting $step via ";
&define_step($i);
&write_info($i);
# cluster job submission
if ($CLUSTER && ! &is_qsub_script($i)) {
$DO{$i}++;
- print "qsub\n";
+ print "\texecuting $step via qsub ($active active)\n";
my $qsub_args = &get_qsub_args($DO_STEP[$i]);
- `qsub $qsub_args -e $step.STDERR $step -o $step.STDOUT`;
+ `qsub $qsub_args -e $step.STDERR -o $step.STDOUT $step`;
}
# execute in fork
elsif ($CLUSTER || $active < $MAX_ACTIVE) {
$active++;
$DO{$i}++;
- print "sh ($active)\n";
+ print "\texecuting $step via sh ($active active)\n";
sleep(5);
if (!fork) {
`sh $step >$step.STDOUT 2> $step.STDERR`;
exit;
}
}
- else {
- print " --- on hold\n";
- }
}
}
@@ -1109,7 +1123,8 @@ sub write_info {
my $module_set = $step; $module_set =~ s/:[^:]+$//;
- open(INFO,">".&versionize(&step_file($i)).".INFO");
+
+ open(INFO,">".&versionize(&step_file($i)).".INFO") or die "Cannot open: $!";
my %VALUE = &get_parameters_relevant_for_re_use($i);
foreach my $parameter (keys %VALUE) {
print INFO "$parameter = $VALUE{$parameter}\n";
@@ -1136,7 +1151,7 @@ sub check_info {
my %VALUE = &get_parameters_relevant_for_re_use($i);
my %INFO;
- open(INFO,&versionize(&step_file($i),$version).".INFO");
+ open(INFO,&versionize(&step_file($i),$version).".INFO") or die "Cannot open: $!";
while(<INFO>) {
chop;
if (/ = /) {
@@ -1260,7 +1275,7 @@ sub check_if_crashed {
my $error = 0;
if (-e $file.".digest") {
- open(DIGEST,$file.".digest");
+ open(DIGEST,$file.".digest") or die "Cannot open: $!";
while(<DIGEST>) {
$error++;
print "\t$DO_STEP[$i]($version) crashed: $_" if $VERBOSE;
@@ -1270,12 +1285,14 @@ sub check_if_crashed {
}
my @DIGEST;
- open(ERROR,$file);
+ open(ERROR,$file) or die "Cannot open: $!";
while(<ERROR>) {
foreach my $pattern (@{$ERROR{&defined_step_id($i)}},
'error','killed','core dumped','can\'t read',
'no such file or directory','unknown option',
- 'died at','exit code','permission denied') {
+ 'died at','exit code','permission denied',
+ 'segmentation fault','abort',
+ 'can\'t locate') {
if (/$pattern/i) {
my $not_error = 0;
if (defined($NOT_ERROR{&defined_step_id($i)})) {
@@ -1294,7 +1311,7 @@ sub check_if_crashed {
}
close(ERROR);
- open(DIGEST,">$file.digest");
+ open(DIGEST,">$file.digest") or die "Cannot open: $!";
foreach (@DIGEST) {
print DIGEST $_."\n";
}
@@ -1776,11 +1793,11 @@ sub define_training_create_config {
# find out which language model files have been built
my @LM_SETS = &get_sets("LM");
+ my %INTERPOLATED_AWAY;
my %OUTPUT_FACTORS;
%OUTPUT_FACTORS = &get_factor_id("output") if &backoff_and_get("TRAINING:output-factors");
- my $interpolated = &get("INTERPOLATED-LM:script"); # flag
- if ($interpolated) {
+ if (&get("INTERPOLATED-LM:script")) {
my $type = 0;
# binarizing the lm?
$type = 1 if (&get("INTERPOLATED-LM:binlm") ||
@@ -1790,23 +1807,32 @@ sub define_training_create_config {
&backoff_and_get("INTERPOLATED-LM:lm-randomizer"));
# manually set type
- $type = &get("INTERPOLATED-LM:type") if (&get("INTERPOLATED-LM:type"));
-
- # order and factor inherited from individual LMs
- my $set = shift @LM_SETS;
- my $order = &check_backoff_and_get("LM:$set:order");
- my $factor = 0;
- if (&backoff_and_get("TRAINING:output-factors") &&
- &backoff_and_get("LM:$set:factors")) {
- $factor = $OUTPUT_FACTORS{&backoff_and_get("LM:$set:factors")};
- }
- $cmd .= "-lm $factor:$order:$LM[0]:$type ";
+ $type = &get("INTERPOLATED-LM:type") if &get("INTERPOLATED-LM:type");
+
+ # go through each interpolated language model
+ my ($icount,$ILM_SETS) = &get_interpolated_lm_sets();
+ my $FACTOR = &backoff_and_get_array("TRAINING:output-factors");
+ foreach my $factor (keys %{$ILM_SETS}) {
+ foreach my $order (keys %{$$ILM_SETS{$factor}}) {
+ next unless scalar(@{$$ILM_SETS{$factor}{$order}}) > 1;
+ my $suffix = "";
+ $suffix = ".$$FACTOR[$factor]" if $icount > 1 && defined($FACTOR);
+ $suffix .= ".order$order" if $icount > 1;
+ $cmd .= "-lm $factor:$order:$LM[0]$suffix:$type ";
+ foreach my $id_set (@{$$ILM_SETS{$factor}{$order}}) {
+ my ($id,$set) = split(/ /,$id_set,2);
+ $INTERPOLATED_AWAY{$set} = 1;
+ }
}
- else {
+ }
+ }
+ shift @LM; # remove interpolated lm
+
die("ERROR: number of defined LM sets (".(scalar @LM_SETS).":".join(",",@LM_SETS).") and LM files (".(scalar @LM).":".join(",",@LM).") does not match")
unless scalar @LM == scalar @LM_SETS;
foreach my $lm (@LM) {
my $set = shift @LM_SETS;
+ next if defined($INTERPOLATED_AWAY{$set});
my $order = &check_backoff_and_get("LM:$set:order");
my $lm_file = "$lm";
my $type = 0; # default: SRILM
@@ -1831,56 +1857,148 @@ sub define_training_create_config {
}
$cmd .= "-lm $factor:$order:$lm_file:$type ";
- }
}
if (&get("TRAINING:sparse-phrase-scripts-dir")) {
$cmd .= "-sparse-phrase-features";
}
+ my $additional_ini = &get("TRAINING:additional-ini");
+ $cmd .= "-additional-ini '$additional_ini' " if defined($additional_ini);
+
&create_step($step_id,$cmd);
}
-sub define_training_interpolated_lm_interpolate {
+sub define_interpolated_lm_interpolate {
my ($step_id) = @_;
my ($interpolated_lm,
- $interpolation_script, $tuning, @LM)
- = &get_output_and_input($step_id);
+ $interpolation_script, $tuning, @LM) = &get_output_and_input($step_id);
my $srilm_dir = &check_backoff_and_get("INTERPOLATED-LM:srilm-dir");
+ my $group = &get("INTERPOLATED-LM:group");
- my $lm_list = "";
- foreach (@LM) {
- $lm_list .= $_.",";
+ my $cmd = "";
+
+ # go through language models by factor and order
+ my ($icount,$ILM_SETS) = &get_interpolated_lm_sets();
+ foreach my $factor (keys %{$ILM_SETS}) {
+ foreach my $order (keys %{$$ILM_SETS{$factor}}) {
+ next unless scalar(@{$$ILM_SETS{$factor}{$order}}) > 1;
+
+ # get list of language model files
+ my $lm_list = "";
+ foreach my $id_set (@{$$ILM_SETS{$factor}{$order}}) {
+ my ($id,$set) = split(/ /,$id_set,2);
+ $lm_list .= $LM[$id].",";
+ }
+ chop($lm_list);
+
+ # if grouping, identify position in list
+ my $numbered_string = "";
+ if (defined($group)) {
+ my %POSITION;
+ foreach my $id_set (@{$$ILM_SETS{$factor}{$order}}) {
+ my ($id,$set) = split(/ /,$id_set,2);
+ $POSITION{$set} = scalar keys %POSITION;
+ }
+ my $group_string = $group;
+ $group_string =~ s/\s+/ /g;
+ $group_string =~ s/ *, */,/g;
+ $group_string =~ s/^ //;
+ $group_string =~ s/ $//;
+ $group_string .= " ";
+ while($group_string =~ /^([^ ,]+)([ ,]+)(.*)$/) {
+ die("ERROR: unknown set $1 in INTERPOLATED-LM:group definition")
+ if ! defined($POSITION{$1});
+ $numbered_string .= $POSITION{$1}.$2;
+ $group_string = $3;
+ }
+ chop($numbered_string);
+ }
+
+ my $FACTOR = &backoff_and_get_array("TRAINING:output-factors");
+ my $name = $interpolated_lm;
+ if ($icount > 1) {
+ $name .= ".$$FACTOR[$factor]" if defined($FACTOR);
+ $name .= ".order$order";
+ }
+ $cmd .= "$interpolation_script --tuning $tuning --name $name --srilm $srilm_dir --lm $lm_list";
+ $cmd .= " --group \"$numbered_string\"" if defined($group);
+ $cmd .= "\n";
+ }
}
- chop($lm_list);
- # sanity checks on order and factors
- my @LM_SETS = &get_sets("LM");
- my %OUTPUT_FACTORS;
- %OUTPUT_FACTORS = &get_factor_id("output")
- if &backoff_and_get("TRAINING:output-factors");
- my ($factor,$order);
- foreach my $set (@LM_SETS) {
- my $set_order = &check_backoff_and_get("LM:$set:order");
- if (defined($order) && $order != $set_order) {
- die("ERROR: language models have mismatching order - no interpolation possible!");
- }
- $order = $set_order;
-
- if (&backoff_and_get("TRAINING:output-factors") &&
- &backoff_and_get("LM:$set:factors")) {
- my $set_factor = $OUTPUT_FACTORS{&backoff_and_get("LM:$set:factors")};
- if (defined($factor) && $factor != $set_factor) {
- die("ERROR: language models have mismatching factors - no interpolation possible!");
- }
- $factor = $set_factor;
- }
+ die("ERROR: Nothing to interpolate, remove interpolation step!") if $cmd eq "";
+ &create_step($step_id,$cmd);
+}
+
+sub define_interpolated_lm_process {
+ my ($step_id) = @_;
+
+ my ($processed_lm, $interpolatd_lm) = &get_output_and_input($step_id);
+ my ($module,$set,$stepname) = &deconstruct_name($DO_STEP[$step_id]);
+ my $tool = &check_backoff_and_get("INTERPOLATED-LM:lm-${stepname}r");
+ my $FACTOR = &backoff_and_get_array("TRAINING:output-factors");
+
+ # go through language models by factor and order
+ my ($icount,$ILM_SETS) = &get_interpolated_lm_sets();
+ my $cmd = "";
+ foreach my $factor (keys %{$ILM_SETS}) {
+ foreach my $order (keys %{$$ILM_SETS{$factor}}) {
+ next unless scalar(@{$$ILM_SETS{$factor}{$order}}) > 1;
+ my $suffix = "";
+ $suffix = ".$$FACTOR[$factor]" if $icount > 1 && defined($FACTOR);
+ $suffix .= ".order$order" if $icount > 1;
+ $cmd .= "$tool $interpolatd_lm$suffix $processed_lm$suffix\n";
+ }
+ }
+
+ &create_step($step_id,$cmd);
+}
+
+sub get_interpolated_lm_processed_names {
+ my ($processed_lm) = @_;
+ my @ILM_NAME;
+ my ($icount,$ILM_SETS) = &get_interpolated_lm_sets();
+ my $FACTOR = &backoff_and_get_array("TRAINING:output-factors");
+ foreach my $factor (keys %{$ILM_SETS}) {
+ foreach my $order (keys %{$$ILM_SETS{$factor}}) {
+ if (scalar(@{$$ILM_SETS{$factor}{$order}}) > 1) {
+ my $suffix = "";
+ $suffix = ".$$FACTOR[$factor]" if $icount > 1 && defined($FACTOR);
+ $suffix .= ".order$order" if $icount > 1;
+ push @ILM_NAME,"$processed_lm$suffix";
+ }
+ else {
+ push @ILM_NAME,"$processed_lm.".($FACTOR?"":".$$FACTOR[$factor]").".order$order";
+ }
}
+ }
+ return @ILM_NAME;
+}
- my $cmd = "$interpolation_script --tuning $tuning --name $interpolated_lm --srilm $srilm_dir --lm $lm_list";
+sub get_interpolated_lm_sets {
+ my %ILM_SETS;
- &create_step($step_id,$cmd);
+ my @LM_SETS = &get_sets("LM");
+ my %OUTPUT_FACTORS;
+ %OUTPUT_FACTORS = &get_factor_id("output") if &backoff_and_get("TRAINING:output-factors");
+
+ my $count=0;
+ my $icount=0;
+ foreach my $set (@LM_SETS) {
+ my $order = &check_backoff_and_get("LM:$set:order");
+
+ my $factor = 0;
+ if (&backoff_and_get("TRAINING:output-factors") &&
+ &backoff_and_get("LM:$set:factors")) {
+ $factor = $OUTPUT_FACTORS{&backoff_and_get("LM:$set:factors")};
+ }
+
+ push @{$ILM_SETS{$factor}{$order}}, ($count++)." ".$set;
+ $icount++ if scalar(@{$ILM_SETS{$factor}{$order}}) == 2;
+ }
+ return ($icount,\%ILM_SETS);
}
sub get_training_setting {
@@ -1899,6 +2017,7 @@ sub get_training_setting {
my $source_syntax = &get("GENERAL:input-parser");
my $target_syntax = &get("GENERAL:output-parser");
my $score_settings = &get("TRAINING:score-settings");
+ my $parallel = &get("TRAINING:parallel");
my $xml = $source_syntax || $target_syntax;
@@ -1920,6 +2039,7 @@ sub get_training_setting {
$cmd .= "-source-syntax " if $source_syntax;
$cmd .= "-glue-grammar " if $hierarchical;
$cmd .= "-score-options '".$score_settings."' " if $score_settings;
+ $cmd .= "-parallel " if $parallel;
# factored training
if (&backoff_and_get("TRAINING:input-factors")) {
@@ -2027,8 +2147,8 @@ sub define_tuningevaluation_filter {
my $dir = &check_and_get("GENERAL:working-dir");
my $tuning_flag = !defined($set);
- my ($filter_config,
- $config,$input) = &get_output_and_input($step_id);
+ my ($filter_dir,
+ $input,$phrase_translation_table,$reordering_table) = &get_output_and_input($step_id);
my $binarizer = &get("GENERAL:ttable-binarizer");
my $hierarchical = &get("TRAINING:hierarchical-rule-set");
@@ -2042,9 +2162,7 @@ sub define_tuningevaluation_filter {
$input_filter = &get("TUNING:input-filter") if $tuning_flag;
$input_filter = $input unless $input_filter;
- my $filter_dir = "$dir/tuning/filtered.$VERSION";
- $filter_dir = "$dir/evaluation/filtered.$set.$VERSION" unless $tuning_flag;
-
+ # additional settings
my $settings = &backoff_and_get("EVALUATION:$set:filter-settings") unless $tuning_flag;
$settings = &get("TUNING:filter-settings") if $tuning_flag;
$settings = "" unless $settings;
@@ -2054,12 +2172,32 @@ sub define_tuningevaluation_filter {
$settings .= " -Binarizer \"$binarizer\"" if $binarizer;
$settings .= " --Hierarchical" if &get("TRAINING:hierarchical-rule-set");
- my $cmd = "$scripts/training/filter-model-given-input.pl";
- $cmd .= " $filter_dir $config $input_filter $settings";
+ # create pseudo-config file
+ my $config = $tuning_flag ? "$dir/tuning/moses.table.ini.$VERSION" : "$dir/evaluation/$set.moses.table.ini.$VERSION";
+ my $cmd = &get_training_setting(9);
+ $cmd .= &get_table_name_settings("translation-factors","phrase-translation-table",$phrase_translation_table);
+ $cmd .= &get_table_name_settings("reordering-factors","reordering-table",$reordering_table)
+ if $reordering_table;
+ # additional settings for hierarchical models
+ if (&get("TRAINING:hierarchical-rule-set")) {
+ my $extract_version = $VERSION;
+ $extract_version = $RE_USE[$STEP_LOOKUP{"TRAINING:extract-phrases"}]
+ if defined($STEP_LOOKUP{"TRAINING:extract-phrases"});
+ my $glue_grammar_file = &get("TRAINING:glue-grammar");
+ $glue_grammar_file = &versionize(&long_file_name("glue-grammar","model",""),$extract_version)
+ unless $glue_grammar_file;
+ $cmd .= "-glue-grammar-file $glue_grammar_file ";
+ }
+ $cmd .= "-lm 0:3:$dir "; # dummy
+ $cmd .= "-config $config\n";
+
+ # filter command
+ $cmd .= "$scripts/training/filter-model-given-input.pl";
+ $cmd .= " $filter_dir $config $input_filter $settings\n";
+
+ # clean-up
+ $cmd .= "rm $config";
- # copy moses.ini into specified file location
- $cmd .= "\ncp $filter_dir/moses.ini $filter_config\n";
-
&create_step($step_id,$cmd);
}
@@ -2078,6 +2216,7 @@ sub define_evaluation_decode {
my $nbest = &backoff_and_get("EVALUATION:$set:nbest");
my $moses_parallel = &backoff_and_get("EVALUATION:$set:moses-parallel");
my $report_segmentation = &backoff_and_get("EVALUATION:$set:report-segmentation");
+ my $analyze_search_graph = &backoff_and_get("EVALUATION:$set:analyze-search-graph");
my $report_precision_by_coverage = &backoff_and_get("EVALUATION:$set:report-precision-by-coverage");
my $hierarchical = &get("TRAINING:hierarchical-rule-set");
@@ -2086,6 +2225,9 @@ sub define_evaluation_decode {
$settings .= " -use-alignment-info -alignment-output-file $system_output.wa";
$report_segmentation = "yes";
}
+ if (defined($analyze_search_graph) && $analyze_search_graph eq "yes") {
+ $settings .= " -unpruned-search-graph -osg $system_output.graph";
+ }
if (defined($report_segmentation) && $report_segmentation eq "yes") {
if ($hierarchical) {
$settings .= " -T $system_output.trace";
@@ -2130,12 +2272,17 @@ sub define_evaluation_analysis {
$output,$reference,$input) = &get_output_and_input($step_id);
my $script = &backoff_and_get("EVALUATION:$set:analysis");
my $report_segmentation = &backoff_and_get("EVALUATION:$set:report-segmentation");
+ my $analyze_search_graph = &backoff_and_get("EVALUATION:$set:analyze-search-graph");
my $cmd = "$script -system $output -reference $reference -input $input -dir $analysis";
if (defined($report_segmentation) && $report_segmentation eq "yes") {
my $segmentation_file = &get_default_file("EVALUATION",$set,"decode");
$cmd .= " -segmentation $segmentation_file";
}
+ if (defined($analyze_search_graph) && $analyze_search_graph eq "yes") {
+ my $search_graph_file = &get_default_file("EVALUATION",$set,"decode");
+ $cmd .= " -search-graph $search_graph_file.graph";
+ }
if (&get("TRAINING:hierarchical-rule-set")) {
$cmd .= " -hierarchical";
}
@@ -2272,12 +2419,13 @@ sub define_reporting_report {
### subs for step definition
sub get_output_and_input {
- my ($step_id) = @_;
+ my ($step_id) = @_;
- my $step = $DO_STEP[$step_id];
- my $output = &get_default_file(&deconstruct_name($step));
+ my $step = $DO_STEP[$step_id];
+ my $output = &get_default_file(&deconstruct_name($step));
- my @INPUT;
+ my @INPUT;
+ if (defined($USES_INPUT{$step_id})) {
for(my $i=0; $i<scalar @{$USES_INPUT{$step_id}}; $i++) {
# get name of input file needed
my $in_file = $USES_INPUT{$step_id}[$i];
@@ -2309,7 +2457,8 @@ sub get_output_and_input {
push @INPUT,&get_specified_or_default_file(&deconstruct_name($in_file),
&deconstruct_name($prev_step));
}
- return ($output,@INPUT);
+ }
+ return ($output,@INPUT);
}
sub define_template {
@@ -2344,12 +2493,7 @@ sub define_template {
my $extra = join(" ",@EXTRA);
if (&backoff_and_get(&extend_local_name($module,$set,$command))) {
- if ($command eq "input-tokenizer") {
- $cmd .= "\$$command -r $VERSION -o $out < $in > $out $extra\n";
- }
- else {
$cmd .= "\$$command < $in > $out $extra\n";
- }
}
else {
$cmd .= "ln -s $in $out\n";
@@ -2408,6 +2552,9 @@ sub define_template {
}
# input is defined as IN or IN0, IN1, IN2
else {
+ if ($cmd =~ /([^ANS])IN/ && scalar(@INPUT) == 0) {
+ die("ERROR: Step $step requires input from prior steps, but none defined.");
+ }
$cmd =~ s/([^ANS])IN(\d+)/$1$INPUT[$2]/g; # a bit trickier to
$cmd =~ s/([^ANS])IN/$1$INPUT[0]/g; # avoid matching TRAINING, RECASING
$cmd =~ s/^IN(\d+)/$INPUT[$2]/g;
@@ -2416,7 +2563,7 @@ sub define_template {
$cmd =~ s/OUT/$output/g;
$cmd =~ s/VERSION/$VERSION/g;
print "\tcmd is $cmd\n" if $VERBOSE;
- while ($cmd =~ /^([\S\s]*)\$([^\s\/]+)([\S\s]*)$/) {
+ while ($cmd =~ /^([\S\s]*)\$([^\s\/\"\']+)([\S\s]*)$/) {
my ($pre,$variable,$post) = ($1,$2,$3);
$cmd = $pre
. &check_backoff_and_get(&extend_local_name($module,$set,$variable))
@@ -2461,9 +2608,9 @@ sub create_step {
$subdir =~ tr/A-Z/a-z/;
$subdir = "evaluation" if $subdir eq "reporting";
$subdir = "lm" if $subdir eq "interpolated-lm";
- open(STEP,">$file");
+ open(STEP,">$file") or die "Cannot open: $!";
print STEP "#!/bin/bash\n\n";
- print STEP "PATH=".$ENV{"PATH"}."\n";
+ print STEP "PATH=\"".$ENV{"PATH"}."\"\n";
print STEP "cd $dir\n";
print STEP "echo 'starting at '`date`' on '`hostname`\n";
print STEP "mkdir -p $dir/$subdir\n\n";
@@ -2581,7 +2728,7 @@ sub get_default_file {
sub long_file_name {
my ($file,$module,$set) = @_;
- return $file if $file =~ /^\//;
+ return $file if $file =~ /^\// || $file =~ / \//;
if ($file !~ /\//) {
my $dir = $module;
diff --git a/scripts/ems/fix-info.perl b/scripts/ems/fix-info.perl
new file mode 100755
index 000000000..924a1a990
--- /dev/null
+++ b/scripts/ems/fix-info.perl
@@ -0,0 +1,33 @@
+#!/usr/bin/perl -w
+
+use strict;
+
+my ($file,$step) = @ARGV;
+$step = "*" unless defined($step);
+
+die("fix-info.perl file [step]") unless defined($file);
+die("file not found") unless -e $file;
+die("full path!") unless $file =~ /^\//;
+my @filestat = stat($file);
+my $newtime = $filestat[9];
+
+open(LS,"ls steps/$step/*INFO|") || die;
+while(my $info = <LS>) {
+ chop($info);
+ my @INFO = `cat $info`;
+ my $changed = 0;
+ foreach (@INFO) {
+ if (/$file .*\[/) {
+ $changed++;
+ s/($file) (.*\[)\d+/$1 $2$newtime/g;
+ }
+ }
+ if ($changed) {
+ print "updating $info\n";
+ open(INFO,">$info");
+ foreach (@INFO) { print INFO $_; }
+ close(INFO);
+ }
+}
+close(LS);
+
diff --git a/scripts/ems/support/analysis.perl b/scripts/ems/support/analysis.perl
index 9a9de9327..2948d4164 100755
--- a/scripts/ems/support/analysis.perl
+++ b/scripts/ems/support/analysis.perl
@@ -34,7 +34,7 @@ if (!&GetOptions('system=s' => \$system, # raw output from decoder
# factor names
if (defined($input_factor_names) && defined($output_factor_names)) {
- open(FACTOR,">$dir/factor-names");
+ open(FACTOR,">$dir/factor-names") or die "Cannot open: $!";
print FACTOR $input_factor_names."\n";
print FACTOR $output_factor_names."\n";
close(FACTOR);
@@ -74,7 +74,7 @@ if (defined($system) || defined($reference)) {
\%RECALL_CORRECT,\%RECALL_TOTAL);
}
- open(SUMMARY,">$dir/summary");
+ open(SUMMARY,">$dir/summary") or die "Cannot open: $!";
&best_matches(\%PRECISION_CORRECT,\%PRECISION_TOTAL,"$dir/n-gram-precision");
&best_matches(\%RECALL_CORRECT,\%RECALL_TOTAL,"$dir/n-gram-recall");
&bleu_annotation();
@@ -137,7 +137,7 @@ sub best_matches {
my $type = ($out =~ /precision/) ? "precision" : "recall";
for(my $length=1;$length<=$MAX_LENGTH;$length++) {
my ($total,$correct) = (0,0);
- open(OUT,">$out.$length");
+ open(OUT,">$out.$length") or die "Cannot open: $!";
foreach my $ngram (keys %{$$TOTAL{$length}}) {
printf OUT "%d\t%d\t%s\n",
$$TOTAL{$length}{$ngram},
@@ -212,7 +212,7 @@ sub factor_ext {
}
sub bleu_annotation {
- open(OUT,"| sort -r >$dir/bleu-annotation");
+ open(OUT,"| sort -r >$dir/bleu-annotation") or die "Cannot open: $!";
for(my $i=0;$i<scalar @SYSTEM;$i++) {
my $system = $SYSTEM[$i];
$system =~ s/\s+/ /g;
@@ -307,17 +307,17 @@ sub ttable_coverage {
# open file
if (! -e $ttable && -e $ttable.".gz") {
- open(TTABLE,"gzip -cd $ttable.gz|");
+ open(TTABLE,"gzip -cd $ttable.gz|") or die "Cannot open: $!";
}
elsif ($ttable =~ /.gz$/) {
- open(TTABLE,"gzip -cd $ttable|");
+ open(TTABLE,"gzip -cd $ttable|") or die "Cannot open: $!";
}
else {
- open(TTABLE,$ttable) or die "Can't read ttable $ttable";
+ open(TTABLE,$ttable) or die "Can't read ttable $ttable: $!";
}
# create report file
- open(REPORT,">$dir/ttable-coverage-by-phrase".&factor_ext($factor));
+ open(REPORT,">$dir/ttable-coverage-by-phrase".&factor_ext($factor)) or die "Cannot open: $!";
my ($last_in,$last_size,$size) = ("",0);
my $p_e_given_f_score = 2;
@@ -358,7 +358,7 @@ sub ttable_coverage {
push @DISTRIBUTION, $SCORE[$p_e_given_f_score]; # forward probability
}
my $entropy = &compute_entropy(@DISTRIBUTION);
- print REPORT "%s\t%d\t%.5f\n",$last_in,$TTABLE_COVERED{$last_size}{$last_in},$entropy;
+ printf REPORT "%s\t%d\t%.5f\n",$last_in,$TTABLE_COVERED{$last_size}{$last_in},$entropy;
$TTABLE_ENTROPY{$last_size}{$last_in} = $entropy;
close(REPORT);
close(TTABLE);
@@ -402,7 +402,7 @@ sub corpus_coverage {
close(CORPUS);
# report occurrence counts for all known input phrases
- open(REPORT,">$dir/corpus-coverage-by-phrase".&factor_ext($factor));
+ open(REPORT,">$dir/corpus-coverage-by-phrase".&factor_ext($factor)) or die "Cannot open: $!";
foreach my $size (sort {$a <=> $b} keys %INPUT_PHRASE) {
foreach my $phrase (keys %{$INPUT_PHRASE{$size}}) {
next unless defined $CORPUS_COVERED{$size}{$phrase};
@@ -418,7 +418,7 @@ sub additional_coverage_reports {
my ($factor,$name,$COVERED) = @_;
# unknown word report ---- TODO: extend to rare words?
- open(REPORT,">$dir/$name-unknown".&factor_ext($factor));
+ open(REPORT,">$dir/$name-unknown".&factor_ext($factor)) or die "Cannot open: $!";
foreach my $phrase (keys %{$INPUT_PHRASE{1}}) {
next if defined($$COVERED{1}{$phrase});
printf REPORT "%s\t%d\n",$phrase,$INPUT_PHRASE{1}{$phrase};
@@ -426,7 +426,7 @@ sub additional_coverage_reports {
close(REPORT);
# summary report
- open(REPORT,">$dir/$name-coverage-summary".&factor_ext($factor) );
+ open(REPORT,">$dir/$name-coverage-summary".&factor_ext($factor)) or die "Cannot open: $!";
foreach my $size (sort {$a <=> $b} keys %INPUT_PHRASE) {
my (%COUNT_TYPE,%COUNT_TOKEN);
foreach my $phrase (keys %{$INPUT_PHRASE{$size}}) {
@@ -443,12 +443,12 @@ sub additional_coverage_reports {
}
sub input_annotation {
- open(OUT,">$dir/input-annotation");
+ open(OUT,">$dir/input-annotation") or die "Cannot open: $!";;
open(INPUT,$input) or die "Can't read input $input";
while(<INPUT>) {
chop;
s/\|\S+//g; # remove additional factors
- s/<[^>]+>//g; # remove xml markup
+ s/<\S[^>]*>//g; # remove xml markup
s/\s+/ /g; s/^ //; s/ $//; # remove redundant spaces
print OUT $_."\t";
my @WORD = split;
@@ -551,7 +551,7 @@ sub precision_by_coverage {
print STDERR "".(defined($coverage_dir)?$coverage_dir:$dir)
."/$coverage_type-coverage-by-phrase";
open(COVERAGE,(defined($coverage_dir)?$coverage_dir:$dir)
- ."/$coverage_type-coverage-by-phrase");
+ ."/$coverage_type-coverage-by-phrase") or die "Cannot open: $!";
while(<COVERAGE>) {
chop;
my ($phrase,$count) = split(/\t/);
@@ -663,14 +663,14 @@ sub precision_by_coverage {
}
}
close(FILE);
-
- open(REPORT,">$dir/precision-by-$coverage_type-coverage");
+
+ open(REPORT,">$dir/precision-by-$coverage_type-coverage") or die "Cannot open: $!";
foreach my $coverage (sort {$a <=> $b} keys %TOTAL_BY_COVERAGE) {
printf REPORT "%d\t%.3f\t%d\t%d\t%d\n", $coverage, $PREC_BY_COVERAGE{$coverage}, $DELETED_BY_COVERAGE{$coverage}, $LENGTH_BY_COVERAGE{$coverage}, $TOTAL_BY_COVERAGE{$coverage};
}
close(REPORT);
- open(REPORT,">$dir/precision-by-input-word");
+ open(REPORT,">$dir/precision-by-input-word") or die "Cannot open: $!";
foreach my $word (keys %TOTAL_BY_WORD) {
my ($w,$f) = split(/\t/,$word);
my $coverage = 0;
@@ -680,7 +680,7 @@ sub precision_by_coverage {
close(REPORT);
if ($precision_by_coverage_factor) {
- open(REPORT,">$dir/precision-by-$coverage_type-coverage.$precision_by_coverage_factor");
+ open(REPORT,">$dir/precision-by-$coverage_type-coverage.$precision_by_coverage_factor") or die "Cannot open: $!";
foreach my $factor (sort keys %TOTAL_BY_FACTOR_COVERAGE) {
foreach my $coverage (sort {$a <=> $b} keys %{$TOTAL_BY_FACTOR_COVERAGE{$factor}}) {
printf REPORT "%s\t%d\t%.3f\t%d\t%d\t%d\n", $factor, $coverage, $PREC_BY_FACTOR_COVERAGE{$factor}{$coverage}, $DELETED_BY_FACTOR_COVERAGE{$factor}{$coverage}, $LENGTH_BY_FACTOR_COVERAGE{$factor}{$coverage}, $TOTAL_BY_FACTOR_COVERAGE{$factor}{$coverage};
@@ -694,7 +694,7 @@ sub segmentation {
my %SEGMENTATION;
open(FILE,$segmentation) || die("ERROR: could not open segmentation file $segmentation");
- open(OUT,">$dir/segmentation-annotation");
+ open(OUT,">$dir/segmentation-annotation") or die "Cannot open: $!";
while(<FILE>) {
chop;
my $count=0;
@@ -717,7 +717,7 @@ sub segmentation {
close(OUT);
close(FILE);
- open(SUMMARY,">$dir/segmentation");
+ open(SUMMARY,">$dir/segmentation") or die "Cannot open: $!";
foreach my $in (sort { $a <=> $b } keys %SEGMENTATION) {
foreach my $out (sort { $a <=> $b } keys %{$SEGMENTATION{$in}}) {
printf SUMMARY "%d\t%d\t%d\n", $in, $out, $SEGMENTATION{$in}{$out};
@@ -734,10 +734,10 @@ sub hierarchical_segmentation {
my $last_sentence = -1;
my @DERIVATION;
my %STATS;
- open(TRACE,$segmentation.".trace");
- open(INPUT_TREE,">$dir/input-tree");
- open(OUTPUT_TREE,">$dir/output-tree");
- open(NODE,">$dir/node");
+ open(TRACE,$segmentation.".trace") or die "Cannot open: $!";
+ open(INPUT_TREE,">$dir/input-tree") or die "Cannot open: $!";
+ open(OUTPUT_TREE,">$dir/output-tree") or die "Cannot open: $!";
+ open(NODE,">$dir/node") or die "Cannot open: $!";
while(<TRACE>) {
/^Trans Opt (\d+) \[(\d+)\.\.(\d+)\]: (.+) : (\S+) \-\>(.+) :([\(\),\d\- ]*): pC=[\d\.\-e]+, c=/ || die("cannot scan line $_");
my ($sentence,$start,$end,$spans,$rule_lhs,$rule_rhs,$alignment) = ($1,$2,$3,$4,$5,$6,$7);
@@ -776,7 +776,7 @@ sub hierarchical_segmentation {
close(INPUT_TREE);
close(OUTPUT_TREE);
- open(SUMMARY,">$dir/rule");
+ open(SUMMARY,">$dir/rule") or die "Cannot open: $!";
print SUMMARY "sentence-count\t".(++$last_sentence)."\n";
print SUMMARY "glue-rule\t".$STATS{'glue-rule'}."\n";
print SUMMARY "depth\t".$STATS{'depth'}."\n";
diff --git a/scripts/ems/support/generic-multicore-parallelizer.perl b/scripts/ems/support/generic-multicore-parallelizer.perl
index f4f6f72ac..862536137 100755
--- a/scripts/ems/support/generic-multicore-parallelizer.perl
+++ b/scripts/ems/support/generic-multicore-parallelizer.perl
@@ -33,8 +33,8 @@ chomp(@CORE);
grep(s/.+in\-\d+\-([a-z]+)$/$1/e,@CORE);
# create core scripts
-foreach my $core (@CORE){
- open(BASH,">$tmpdir/core-$parent-$core.bash");
+foreach my $core (@CORE){
+ open(BASH,">$tmpdir/core-$parent-$core.bash") or die "Cannot open: $!";
print BASH "#bash\n\n";
# print BASH "export PATH=$ENV{PATH}\n\n";
printf BASH $cmd."\n", "$tmpdir/in-$parent-$core", "$tmpdir/out-$parent-$core";
diff --git a/scripts/ems/support/generic-parallelizer.perl b/scripts/ems/support/generic-parallelizer.perl
index 4e2af9810..fa2d778a2 100755
--- a/scripts/ems/support/generic-parallelizer.perl
+++ b/scripts/ems/support/generic-parallelizer.perl
@@ -33,8 +33,8 @@ chomp(@JOB);
grep(s/.+in\-\d+\-([a-z]+)$/$1/e,@JOB);
# create job scripts
-foreach my $job (@JOB){
- open(BASH,">$tmpdir/job-$$-$job.bash");
+foreach my $job (@JOB){
+ open(BASH,">$tmpdir/job-$$-$job.bash") or die "Cannot open: $!";
print BASH "#bash\n\n";
# print BASH "export PATH=$ENV{PATH}\n\n";
printf BASH $cmd."\n", "$tmpdir/in-$$-$job", "$tmpdir/out-$$-$job";
diff --git a/scripts/ems/support/interpolate-lm.perl b/scripts/ems/support/interpolate-lm.perl
index 2c79d9b84..27f2d4975 100755
--- a/scripts/ems/support/interpolate-lm.perl
+++ b/scripts/ems/support/interpolate-lm.perl
@@ -12,13 +12,14 @@ binmode(STDERR, ":utf8");
my $SRILM = "/home/pkoehn/moses/srilm/bin/i686-m64";
my $TEMPDIR = "/tmp";
-my ($TUNING,$LM,$NAME);
+my ($TUNING,$LM,$NAME,$GROUP);
-die("interpolate-lm.perl --tuning set --name out-lm --lm lm1,lm2,lm3 [--srilm srtilm-dir --tempdir tempdir]")
+die("interpolate-lm.perl --tuning set --name out-lm --lm lm0,lm1,lm2,lm3 [--srilm srilm-dir --tempdir tempdir --group \"0,1 2,3\"]")
unless &GetOptions('tuning=s' => => \$TUNING,
'name=s' => \$NAME,
'srilm=s' => \$SRILM,
'tempdir=s' => \$TEMPDIR,
+ 'group=s' => \$GROUP,
'lm=s' => \$LM);
# check and set default to unset parameters
@@ -52,49 +53,109 @@ foreach my $lm (@LM) {
}
print STDERR "language models have order $order.\n";
-my $tmp = tempdir(DIR=>$TEMPDIR);
+# too many language models? group them first
+if (!defined($GROUP) && scalar(@LM) > 10) {
+ print STDERR "more than 10, automatically grouping language models.\n";
+ my $num_groups = int(scalar(@LM)/10 + 0.99);
+ my $size_groups = int(scalar(@LM)/$num_groups + 0.99);
-# compute perplexity
-my $i = 0;
-foreach my $lm (@LM) {
- print STDERR "compute perplexity for $lm\n";
- safesystem("$SRILM/ngram -unk -order $order -lm $lm -ppl $TUNING -debug 2 > $tmp/iplm.$$.$i") or die "Failed to compute perplexity for $lm\n";
- print STDERR `tail -n 2 $tmp/iplm.$$.$i`;
- $i++;
+ $GROUP = "";
+ for(my $i=0;$i<$num_groups;$i++) {
+ $GROUP .= " " unless $i==0;
+ for(my $j=0;$j<$size_groups;$j++) {
+ my $lm_i = $i*$size_groups+$j;
+ next if $lm_i >= scalar(@LM);
+ $GROUP .= "," unless $j==0;
+ $GROUP .= $lm_i;
+ }
+ }
+ print STDERR "groups: $GROUP\n";
}
-# compute lambdas
-print STDERR "computing lambdas...\n";
-my $cmd = "$SRILM/compute-best-mix";
-for(my $i=0;$i<scalar(@LM);$i++) {
- $cmd .= " $tmp/iplm.$$.$i";
+# normal interpolation
+if (!defined($GROUP)) {
+ &interpolate($NAME,@LM);
+ exit;
}
-my ($mixout, $mixerr, $mixexitcode) = saferun3($cmd);
-die "Failed to mix models: $mixerr" if $mixexitcode != 0;
-my $mix = $mixout;
-`rm $tmp/iplm.$$.*`;
-$mix =~ /best lambda \(([\d\. ]+)\)/ || die("ERROR: computing lambdas failed: $mix");
-my @LAMBDA = split(/ /,$1);
-
-# create new language models
-print STDERR "creating new language model...\n";
-$i = 0;
-$cmd = "$SRILM/ngram -unk -order $order -write-lm $NAME";
-foreach my $lm (@LM) {
- $cmd .= " -lm " if $i==0;
- $cmd .= " -mix-lm " if $i==1;
- $cmd .= " -mix-lm$i " if $i>1;
- $cmd .= $lm;
- $cmd .= " -lambda " if $i==0;
- $cmd .= " -mix-lambda$i " if $i>1;
- $cmd .= $LAMBDA[$i] if $i!=1;
- $i++;
+
+# group language models into sub-interpolated models
+my %ALREADY;
+my $g = 0;
+my @SUB_NAME;
+foreach my $subgroup (split(/ /,$GROUP)) {
+ my @SUB_LM;
+ foreach my $lm_i (split(/,/,$subgroup)) {
+ die("ERROR: LM id $lm_i in group definition out of range") if $lm_i >= scalar(@LM);
+ push @SUB_LM,$LM[$lm_i];
+ $ALREADY{$lm_i} = 1;
+ }
+ #if (scalar @SUB_NAME == 0 && scalar keys %ALREADY == scalar @LM) {
+ # print STDERR "WARNING: grouped all language models into one, perform normal interpolation\n";
+ # &interpolate($NAME,@LM);
+ # exit;
+ #}
+ my $name = $NAME.".group-".chr(97+($g++));
+ push @SUB_NAME,$name;
+ print STDERR "\n=== BUILDING SUB LM $name from\n\t".join("\n\t",@SUB_LM)."\n===\n\n";
+ &interpolate($name, @SUB_LM);
+}
+for(my $lm_i=0; $lm_i < scalar(@LM); $lm_i++) {
+ next if defined($ALREADY{$lm_i});
+ push @SUB_NAME, $LM[$lm_i];
}
-safesystem($cmd) or die "Failed.";
+print STDERR "\n=== BUILDING FINAL LM ===\n\n";
+&interpolate($NAME, @SUB_NAME);
+
+# main interpolation function
+sub interpolate {
+ my ($name,@LM) = @_;
+
+ die("cannot interpolate more than 10 language models at once: ",join(",",@LM))
+ if scalar(@LM) > 10;
-rmtree($tmp); # remove the temp dir
-print STDERR "done.\n";
+ my $tmp = tempdir(DIR=>$TEMPDIR);
+ # compute perplexity
+ my $i = 0;
+ foreach my $lm (@LM) {
+ print STDERR "compute perplexity for $lm\n";
+ safesystem("$SRILM/ngram -unk -order $order -lm $lm -ppl $TUNING -debug 2 > $tmp/iplm.$$.$i") or die "Failed to compute perplexity for $lm\n";
+ print STDERR `tail -n 2 $tmp/iplm.$$.$i`;
+ $i++;
+ }
+
+ # compute lambdas
+ print STDERR "computing lambdas...\n";
+ my $cmd = "$SRILM/compute-best-mix";
+ for(my $i=0;$i<scalar(@LM);$i++) {
+ $cmd .= " $tmp/iplm.$$.$i";
+ }
+ my ($mixout, $mixerr, $mixexitcode) = saferun3($cmd);
+ die "Failed to mix models: $mixerr" if $mixexitcode != 0;
+ my $mix = $mixout;
+ `rm $tmp/iplm.$$.*`;
+ $mix =~ /best lambda \(([\d\. ]+)\)/ || die("ERROR: computing lambdas failed: $mix");
+ my @LAMBDA = split(/ /,$1);
+
+ # create new language model
+ print STDERR "creating new language model...\n";
+ $i = 0;
+ $cmd = "$SRILM/ngram -unk -order $order -write-lm $name";
+ foreach my $lm (@LM) {
+ $cmd .= " -lm " if $i==0;
+ $cmd .= " -mix-lm " if $i==1;
+ $cmd .= " -mix-lm$i " if $i>1;
+ $cmd .= $lm;
+ $cmd .= " -lambda " if $i==0;
+ $cmd .= " -mix-lambda$i " if $i>1;
+ $cmd .= $LAMBDA[$i] if $i!=1;
+ $i++;
+ }
+ safesystem($cmd) or die "Failed.";
+
+ rmtree($tmp); # remove the temp dir
+ print STDERR "done.\n";
+}
sub safesystem {
print STDERR "Executing: @_\n";
diff --git a/scripts/ems/support/reference-from-sgm.perl b/scripts/ems/support/reference-from-sgm.perl
index 87987b264..4cab07982 100755
--- a/scripts/ems/support/reference-from-sgm.perl
+++ b/scripts/ems/support/reference-from-sgm.perl
@@ -17,12 +17,17 @@ close(ORDER);
# get from sgm file which lines belong to which system
my %DOC;
+my $system_from_refset = 0;
my ($doc,$system);
-open(REF,$ref);
+open(REF,$ref) or die "Cannot open: $!";
while(<REF>) {
+ if (/<refset/ && /refid="([^\"]+)"/i) {
+ $system = $1;
+ $system_from_refset = 1;
+ }
if (/<doc/i) {
- die unless /sysid="([^\"]+)"/i;
- $system = $1;
+ die unless /sysid="([^\"]+)"/i || $system_from_refset;
+ $system = $1 unless $system_from_refset;
die unless /docid="([^\"]+)"/i;
$doc = $1;
}
diff --git a/scripts/ems/support/report-experiment-scores.perl b/scripts/ems/support/report-experiment-scores.perl
index 59f43f6eb..2efd86517 100755
--- a/scripts/ems/support/report-experiment-scores.perl
+++ b/scripts/ems/support/report-experiment-scores.perl
@@ -13,6 +13,7 @@ $TYPE{"nist-bleu-c"} = "BLEU-c";
$TYPE{"multi-bleu-c"}= "BLEU-c";
$TYPE{"ibm-bleu"} = "IBM";
$TYPE{"ibm-bleu-c"} = "IBM-c";
+$TYPE{"meteor"} = "METEOR";
my %SCORE;
my %AVERAGE;
@@ -56,6 +57,9 @@ sub process {
elsif ($type eq 'multi-bleu' || $type eq 'multi-bleu-c') {
$SCORE{$set} .= &extract_multi_bleu($file,$type)." ";
}
+ elsif ($type eq 'meteor') {
+ $SCORE{$set} .= &extract_meteor($file,$type)." ";
+ }
}
sub extract_nist_bleu {
@@ -110,3 +114,18 @@ sub extract_multi_bleu {
return $output.$TYPE{$type};
}
+
+sub extract_meteor {
+ my ($file,$type) = @_;
+ my ($meteor, $precision);
+ foreach (`cat $file`) {
+ $meteor = $1*100 if /Final score:\s*(\S+)/;
+ $precision = $1 if /Precision:\s*(\S+)/;
+ }
+ my $output = sprintf("%.02f ",$meteor);
+ $output .= sprintf("(%.03f) ",$precision) if $precision;
+ $AVERAGE{"meteor"} += $meteor;
+
+ return $output.$TYPE{$type};
+
+}
diff --git a/scripts/ems/support/reuse-weights.perl b/scripts/ems/support/reuse-weights.perl
index b64c81fa9..1bff4bbd0 100755
--- a/scripts/ems/support/reuse-weights.perl
+++ b/scripts/ems/support/reuse-weights.perl
@@ -22,7 +22,7 @@ while(<WEIGHT>) {
elsif (/^\[weight\-(\S+)\]/) {
$current_weight = $1;
}
- elsif ($current_weight && /^([\-\d\.]+)([Ee][+-]?[\d]+)?$/) {
+ elsif ($current_weight && /^(([\-\d\.]+)([Ee][+-]?[\d]+)?)$/) {
push @{$WEIGHT{$current_weight}},$1;
}
elsif ($weights_file_flag && !/^\[/ && !/^\s*$/) {
diff --git a/scripts/ems/support/split-sentences.perl b/scripts/ems/support/split-sentences.perl
index 7a9d80821..eb03d25a8 100755
--- a/scripts/ems/support/split-sentences.perl
+++ b/scripts/ems/support/split-sentences.perl
@@ -42,7 +42,7 @@ if (!(-e $prefixfile)) {
}
if (-e "$prefixfile") {
- open(PREFIX, "<:utf8", "$prefixfile");
+ open(PREFIX, "<:utf8", "$prefixfile") or die "Cannot open: $!";
while (<PREFIX>) {
my $item = $_;
chomp($item);
diff --git a/scripts/ems/support/substitute-filtered-tables.perl b/scripts/ems/support/substitute-filtered-tables.perl
new file mode 100755
index 000000000..723c140b0
--- /dev/null
+++ b/scripts/ems/support/substitute-filtered-tables.perl
@@ -0,0 +1,49 @@
+#!/usr/bin/perl -w
+
+# experiment.perl support script
+# get filtered rule and reordering tables and place them into a configuration file
+
+if (scalar @ARGV < 1 || ! -e $ARGV[0]) {
+ die("ERROR: could not find pseudo-config with filtered tables");
+}
+
+# read config sections about filtered tables
+my %CONFIG;
+my $status = 0;
+my $section;
+open(FILTERED, $ARGV[0]) or die "Cannot open: $!";
+while(<FILTERED>) {
+ if (/^\[(.+)\]\s*$/) {
+ if ($1 eq "ttable-file" || $1 eq "distortion-file") {
+ $section = $1;
+ $status = 1;
+ print STDERR "found $section\n";
+ }
+ else {
+ $status = 0;
+ }
+ }
+ elsif ($status) {
+ $CONFIG{$section} .= $_;
+ }
+}
+close(FILTERED);
+
+# pass through master config file and replace table sections
+($status,$section) = (0);
+while(<STDIN>) {
+ if (/^\[(.+)\]\s*$/) {
+ print $_;
+ if ($1 eq "ttable-file" || $1 eq "distortion-file") {
+ print STDERR "replacing $1\n";
+ print $CONFIG{$1};
+ $status = 1;
+ }
+ else {
+ $status = 0;
+ }
+ }
+ elsif (!$status) {
+ print $_;
+ }
+}
diff --git a/scripts/ems/support/wrap-xml.perl b/scripts/ems/support/wrap-xml.perl
index 91c1dda7a..e941aa95b 100755
--- a/scripts/ems/support/wrap-xml.perl
+++ b/scripts/ems/support/wrap-xml.perl
@@ -6,7 +6,7 @@ my ($language,$src,$system) = @ARGV;
die("wrapping frame not found ($src)") unless -e $src;
$system = "Edinburgh" unless $system;
-open(SRC,$src);
+open(SRC,$src) or die "Cannot open: $!";
my @OUT = <STDIN>;
chomp(@OUT);
#my @OUT = `cat $decoder_output`;
@@ -18,8 +18,9 @@ while(<SRC>) {
elsif (/^<\/srcset/) {
s/<\/srcset/<\/tstset/;
}
- elsif (/^<DOC/i) {
- s/<DOC/<DOC sysid="$system"/i;
+ elsif (/^<doc/i) {
+ s/ *sysid="[^\"]+"//;
+ s/<doc/<doc sysid="$system"/i;
}
elsif (/<seg/) {
my $line = shift(@OUT);
diff --git a/scripts/ems/web/overview.php b/scripts/ems/web/overview.php
index 7280bc35b..179dda464 100644
--- a/scripts/ems/web/overview.php
+++ b/scripts/ems/web/overview.php
@@ -282,29 +282,28 @@ function output_score($id,$info) {
$each_score = explode(" ; ",$score);
for($i=0;$i<count($each_score);$i++) {
- if (preg_match('/([\d\(\)\.\s]+) (BLEU[\-c]*)/',$each_score[$i],$match) ||
- preg_match('/([\d\(\)\.\s]+) (IBM[\-c]*)/',$each_score[$i],$match)) {
- if ($i>0) { print "<BR>"; }
- $opened_a_tag = 0;
- if ($set != "avg") {
- if (file_exists("$dir/evaluation/$set.cleaned.$id")) {
- print "<a href=\"?$state&show=evaluation/$set.cleaned.$id\">";
- $opened_a_tag = 1;
- }
- else if (file_exists("$dir/evaluation/$set.output.$id")) {
- print "<a href=\"?$state&show=evaluation/$set.output.$id\">";
- $opened_a_tag = 1;
- }
- }
- if ($set == "avg" && count($each_score)>1) { print $match[2].": "; }
- print $match[1];
- if ($opened_a_tag) { print "</a>"; }
+ if (preg_match('/([\d\(\)\.\s]+) (\S*)/',$each_score[$i],$match)) {
+ //if ($i>0) { print "&nbsp;"; }
+ $opened_a_tag = 0;
+ if ($set != "avg") {
+ if (file_exists("$dir/evaluation/$set.cleaned.$id")) {
+ print "<a href=\"?$state&show=evaluation/$set.cleaned.$id\">";
+ $opened_a_tag = 1;
+ }
+ else if (file_exists("$dir/evaluation/$set.output.$id")) {
+ print "<a href=\"?$state&show=evaluation/$set.output.$id\">";
+ $opened_a_tag = 1;
+ }
+ }
+ if ($set == "avg" && count($each_score)>1) { print $match[2].": "; }
+ print "<div title=". $match[2] ." class=". $match[2] .">".$match[1]."</div>";
+ if ($opened_a_tag) { print "</a>"; }
}
else {
- print "-";
+ print "-";
}
}
-
+
print "</td>";
if ($has_analysis && array_key_exists($set,$has_analysis)) {
print "<td align=center>";
diff --git a/scripts/generic/extract-parallel.perl b/scripts/generic/extract-parallel.perl
index cf138a3f8..ec5366f2e 100755
--- a/scripts/generic/extract-parallel.perl
+++ b/scripts/generic/extract-parallel.perl
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/perl -w
# example
# ./extract-parallel.perl 8 ./coreutils-8.9/src/split "./coreutils-8.9/src/sort --batch-size=253" ./extract ./corpus.5.en ./corpus.5.ar ./align.ar-en.grow-diag-final-and ./extracted 7 --NoFileLimit orientation
@@ -10,17 +10,17 @@ sub NumStr($);
print "Started ".localtime() ."\n";
-my $numParallel = $ARGV[0];
-my $splitCmd = $ARGV[1];
-my $sortCmd = $ARGV[2];
-my $extractCmd = $ARGV[3];
+my $numParallel= $ARGV[0];
+my $splitCmd= $ARGV[1];
+my $sortCmd= $ARGV[2];
+my $extractCmd= $ARGV[3];
my $target = $ARGV[4]; # 1st arg of extract argument
my $source = $ARGV[5]; # 2nd arg of extract argument
my $align = $ARGV[6]; # 3rd arg of extract argument
my $extract = $ARGV[7]; # 4th arg of extract argument
-my $otherExtractArgs = "";
+my $otherExtractArgs= "";
for (my $i = 8; $i < $#ARGV + 1; ++$i)
{
$otherExtractArgs .= $ARGV[$i] ." ";
@@ -34,114 +34,141 @@ my $linesPerSplit = int($totalLines / $numParallel) + 1;
print "total=$totalLines line-per-split=$linesPerSplit \n";
-my $cmd = "$splitCmd -d -l $linesPerSplit -a 5 $target $TMPDIR/target.";
-`$cmd`;
+my $cmd;
+if ($numParallel > 1)
+{
+ $cmd = "$splitCmd -d -l $linesPerSplit -a 5 $target $TMPDIR/target.";
+ print STDERR "Executing: $cmd \n";
+ `$cmd`;
+
+ $cmd = "$splitCmd -d -l $linesPerSplit -a 5 $source $TMPDIR/source.";
+ print STDERR "Executing: $cmd \n";
+ `$cmd`;
-$cmd = "$splitCmd -d -l $linesPerSplit -a 5 $source $TMPDIR/source.";
-`$cmd`;
+ $cmd = "$splitCmd -d -l $linesPerSplit -a 5 $align $TMPDIR/align.";
+ print STDERR "Executing: $cmd \n";
+ `$cmd`;
+}
+else
+{
+ my $numStr = NumStr(0);
-$cmd = "$splitCmd -d -l $linesPerSplit -a 5 $align $TMPDIR/align.";
-`$cmd`;
+ $cmd = "ln -s $target $TMPDIR/target.$numStr";
+ print STDERR "Executing: $cmd \n";
+ `$cmd`;
+
+ $cmd = "ln -s $source $TMPDIR/source.$numStr";
+ print STDERR "Executing: $cmd \n";
+ `$cmd`;
+
+ $cmd = "ln -s $align $TMPDIR/align.$numStr";
+ print STDERR "Executing: $cmd \n";
+ `$cmd`;
+}
# run extract
my $isParent = 1;
my @childs;
for (my $i = 0; $i < $numParallel; ++$i)
{
- my $pid = fork();
-
- if ($pid == 0)
- { # child
- $isParent = 0;
- my $numStr = NumStr($i);
- my $cmd = "$extractCmd $TMPDIR/target.$numStr $TMPDIR/source.$numStr $TMPDIR/align.$numStr $TMPDIR/extract.$numStr $otherExtractArgs \n";
- print $cmd;
- `$cmd`;
-
- $cmd = "LC_ALL=C $sortCmd -T $TMPDIR $TMPDIR/extract.$numStr > $TMPDIR/extract.$numStr.sorted \n";
- print $cmd;
- `$cmd`;
-
- $cmd = "LC_ALL=C $sortCmd -T $TMPDIR $TMPDIR/extract.$numStr.inv > $TMPDIR/extract.$numStr.inv.sorted \n";
- print $cmd;
- `$cmd`;
-
- $cmd = "LC_ALL=C $sortCmd -T $TMPDIR $TMPDIR/extract.$numStr.o > $TMPDIR/extract.$numStr.o.sorted \n";
- print $cmd;
- `$cmd`;
-
- $cmd = "rm -f $TMPDIR/extract.$numStr $TMPDIR/extract.$numStr.inv $TMPDIR/extract.$numStr.o \n";
- print $cmd;
- `$cmd`;
-
- exit();
- }
- else
- { # parent
- push(@childs, $pid);
- }
+ my $pid = fork();
+
+ if ($pid == 0)
+ { # child
+ $isParent = 0;
+ my $numStr = NumStr($i);
+ my $cmd = "$extractCmd $TMPDIR/target.$numStr $TMPDIR/source.$numStr $TMPDIR/align.$numStr $TMPDIR/extract.$numStr $otherExtractArgs \n";
+ print STDERR $cmd;
+ `$cmd`;
+
+ exit();
+ }
+ else
+ { # parent
+ push(@childs, $pid);
+ }
}
# wait for everything is finished
if ($isParent)
{
foreach (@childs) {
- waitpid($_, 0);
+ waitpid($_, 0);
}
}
else
{
- die "shouldn't be here";
+ die "shouldn't be here";
}
# merge
-my $extractCmd = "LC_ALL=C $sortCmd -m ";
-my $extractInvCmd = "LC_ALL=C $sortCmd -m ";
-my $extractOrderingCmd = "LC_ALL=C $sortCmd -m ";
+my $catCmd = "zcat ";
+my $catInvCmd = "zcat ";
+my $catOCmd = "zcat ";
for (my $i = 0; $i < $numParallel; ++$i)
{
my $numStr = NumStr($i);
- $extractCmd .= "$TMPDIR/extract.$numStr.sorted ";
- $extractInvCmd .= "$TMPDIR/extract.$numStr.inv.sorted ";
- $extractOrderingCmd .= "$TMPDIR/extract.$numStr.o.sorted ";
+ $catCmd .= "$TMPDIR/extract.$numStr.gz ";
+ $catInvCmd .= "$TMPDIR/extract.$numStr.inv.gz ";
+ $catOCmd .= "$TMPDIR/extract.$numStr.o.gz ";
}
-$extractCmd .= "> $extract.sorted \n";
-$extractInvCmd .= "> $extract.inv.sorted \n";
-$extractOrderingCmd .= "> $extract.o.sorted \n";
-print $extractCmd;
-print $extractInvCmd;
-print $extractOrderingCmd;
-`$extractCmd`;
-`$extractInvCmd`;
-`$extractOrderingCmd`;
+$catCmd .= " | LC_ALL=C $sortCmd -T $TMPDIR | gzip -c > $extract.sorted.gz \n";
+$catInvCmd .= " | LC_ALL=C $sortCmd -T $TMPDIR | gzip -c > $extract.inv.sorted.gz \n";
+$catOCmd .= " | LC_ALL=C $sortCmd -T $TMPDIR | gzip -c > $extract.o.sorted.gz \n";
+print STDERR $catCmd;
+print STDERR $catInvCmd;
+print STDERR $catOCmd;
-#$cmd = "rm -rf $TMPDIR \n";
-#print $cmd;
-#`$cmd`;
+systemCheck($catCmd);
+systemCheck($catInvCmd);
-print "Finished ".localtime() ."\n";
+my $numStr = NumStr(0);
+if (-e "$TMPDIR/extract.$numStr.o.gz")
+{
+ systemCheck($catOCmd);
+}
-sub NumStr($)
+$cmd = "rm -rf $TMPDIR \n";
+print STDERR $cmd;
+`$cmd`;
+
+print STDERR "Finished ".localtime() ."\n";
+
+# -----------------------------------------
+# -----------------------------------------
+
+sub systemCheck($)
{
- my $i = shift;
- my $numStr;
- if ($i < 10) {
- $numStr = "0000$i";
- }
- elsif ($i < 100) {
- $numStr = "000$i";
- }
- elsif ($i < 1000) {
- $numStr = "00$i";
+ my $cmd = shift;
+ my $retVal = system($cmd);
+ if ($retVal != 0)
+ {
+ exit(1);
}
- elsif ($i < 10000) {
- $numStr = "0$i";
- }
- else {
- $numStr = $i;
- }
- return $numStr;
}
+sub NumStr($)
+{
+ my $i = shift;
+ my $numStr;
+ if ($i < 10) {
+ $numStr = "0000$i";
+ }
+ elsif ($i < 100) {
+ $numStr = "000$i";
+ }
+ elsif ($i < 1000) {
+ $numStr = "00$i";
+ }
+ elsif ($i < 10000) {
+ $numStr = "0$i";
+ }
+ else {
+ $numStr = $i;
+ }
+ return $numStr;
+}
+
+
diff --git a/scripts/generic/moses-parallel.pl b/scripts/generic/moses-parallel.pl
index dc1625f14..0a3354183 100755
--- a/scripts/generic/moses-parallel.pl
+++ b/scripts/generic/moses-parallel.pl
@@ -590,7 +590,7 @@ sub preparing_script(){
$tmpwordgraphlist="-output-word-graph $tmpdir/$wordgraphfile.$splitpfx$idx $wordgraphlist[1]";
}
- my $tmpStartTranslationId = "-start-translation-id $currStartTranslationId";
+ my $tmpStartTranslationId = ""; # "-start-translation-id $currStartTranslationId";
print OUT "$mosescmd $mosesparameters $tmpStartTranslationId $tmpalioutfile $tmpwordgraphlist $tmpsearchgraphlist $tmpnbestlist $inputmethod ${inputfile}.$splitpfx$idx > $tmpdir/${inputfile}.$splitpfx$idx.trans\n\n";
print OUT "echo exit status \$\?\n\n";
@@ -914,6 +914,7 @@ sub check_translation_old_sge(){
print STDERR "outputfile=${inputfile}.$splitpfx$idx.trans inputfile=${inputfile}.$splitpfx$idx\n";
return 1;
}
+
}
return 0;
}
diff --git a/scripts/generic/mteval-v12.pl b/scripts/generic/mteval-v12.pl
index 737dc5a0f..1010eabfd 100755
--- a/scripts/generic/mteval-v12.pl
+++ b/scripts/generic/mteval-v12.pl
@@ -553,6 +553,7 @@ sub bleu_score {
my $score = 0;
my $iscore = 0;
my $len_score = min (0, 1-$shortest_ref_length/$tst_ngrams->[1]);
+ print "length ratio: ".($tst_ngrams->[1]/$shortest_ref_length)." ($tst_ngrams->[1]/$shortest_ref_length), penalty (log): $len_score\n";
for (my $j=1; $j<=$max_Ngram; $j++) {
if ($matching_ngrams->[$j] == 0) {
diff --git a/scripts/generic/mteval-v13a.pl b/scripts/generic/mteval-v13a.pl
new file mode 100755
index 000000000..879212e6e
--- /dev/null
+++ b/scripts/generic/mteval-v13a.pl
@@ -0,0 +1,1168 @@
+#!/usr/bin/perl
+
+use warnings;
+use strict;
+use utf8;
+use Encode;
+use XML::Twig;
+
+binmode STDOUT, ":utf8";
+binmode STDERR, ":utf8";
+
+
+#################################
+# History:
+#
+# version 13a
+# * modified the scoring functions to prevent division-by-zero errors when a system segment is empty
+# * affected methods: 'bleu_score' and 'bleu_score_smoothing'
+#
+# version 13
+# * Uses a XML parser to read data (only when extension is .xml)
+# * Smoothing of the segment-level BLEU scores, done by default
+# * smoothing method similar to that of bleu-1.04.pl (IBM)
+# * see comments above the 'bleu_score' method for more details on how the smoothing is computed
+# * added a '--no-smoothing' option to simulate old scripts behavior
+# * Introduction of the 'brevity-penalty' option, taking one of two values:
+# * 'closest' (default) : act as IBM BLEU (taking the closest reference translation length)
+# * in case two reference translations are at the same distance, will take the shortest one
+# * for more details regarding how the BP is computed, see comments of the 'brevity_penalty_closest' function
+# * 'shortest' : act as previous versions of the script (taking shortest reference translation length)
+# * Introduction of the 'international-tokenization' option, boolean, disabled by default
+# by default (when the option is not provided), uses 11b's tokenization function
+# when option specified, uses v12's tokenization function
+# * Introduction of a 'Metrics MATR output' flag (option '--metricsMATR')
+# when used, creates three files for both BLEU score and NIST score:
+# * BLEU-seg.scr and NIST-seg.scr: contain segment-level scores
+# * BLEU-doc.scr and NIST-doc.scr: contain document-level scores
+# * BLEU-sys.scr and NIST-sys.scr: contain system-level scores
+# * SGML parsing
+# * script will halt if source, reference and test files don't share the same setid attribute value (used for metricsMATR output)
+# * correct segment IDs extracted from the files (was previously using an array, and using the index as a segID for output)
+# * detailed output flag (-d) can now be used when running both BLEU and NIST
+#
+# version 12
+# * Text normalization changes:
+# * convert entity references (only the entities declared in the DTD)
+# * now uses unicode categories
+# * tokenize punctuation unless followed AND preceded by digits
+# * tokenize symbols
+# * UTF-8 handling:
+# * files are now read using utf8 mode
+# * Added the '-e' command-line option to enclose non-ASCII characters between spaces
+#
+# version 11b -- text normalization modified:
+# * take out the join digit line because it joins digits
+# when it shouldn't have
+# $norm_text =~ s/(\d)\s+(?=\d)/$1/g; #join digits
+#
+# version 11a -- corrected output of individual n-gram precision values
+#
+# version 11 -- bug fixes:
+# * make filehandle operate in binary mode to prevent Perl from operating
+# (by default in Red Hat 9) in UTF-8
+# * fix failure on joining digits
+# version 10 -- updated output to include more details of n-gram scoring.
+# Defaults to generate both NIST and BLEU scores. Use -b for BLEU
+# only, use -n for NIST only
+#
+# version 09d -- bug fix (for BLEU scoring, ngrams were fixed at 4
+# being the max, regardless what was entered on the command line.)
+#
+# version 09c -- bug fix (During the calculation of ngram information,
+# each ngram was being counted only once for each segment. This has
+# been fixed so that each ngram is counted correctly in each segment.)
+#
+# version 09b -- text normalization modified:
+# * option flag added to preserve upper case
+# * non-ASCII characters left in place.
+#
+# version 09a -- text normalization modified:
+# * &quot; and &amp; converted to "" and &, respectively
+# * non-ASCII characters kept together (bug fix)
+#
+# version 09 -- modified to accommodate sgml tag and attribute
+# names revised to conform to default SGML conventions.
+#
+# version 08 -- modifies the NIST metric in accordance with the
+# findings on the 2001 Chinese-English dry run corpus. Also
+# incorporates the BLEU metric as an option and supports the
+# output of ngram detail.
+#
+# version 07 -- in response to the MT meeting on 28 Jan 2002 at ISI
+# Keep strings of non-ASCII characters together as one word
+# (rather than splitting them into one-character words).
+# Change length penalty so that translations that are longer than
+# the average reference translation are not penalized.
+#
+# version 06
+# Prevent divide-by-zero when a segment has no evaluation N-grams.
+# Correct segment index for level 3 debug output.
+#
+# version 05
+# improve diagnostic error messages
+#
+# version 04
+# tag segments
+#
+# version 03
+# add detailed output option (intermediate document and segment scores)
+#
+# version 02
+# accommodation of modified sgml tags and attributes
+#
+# version 01
+# same as bleu version 15, but modified to provide formal score output.
+#
+# original IBM version
+# Author: Kishore Papineni
+# Date: 06/10/2001
+#################################
+
+######
+# Intro
+my ($date, $time) = date_time_stamp();
+print "MT evaluation scorer began on $date at $time\n";
+print "command line: ", $0, " ", join(" ", @ARGV), "\n";
+my $usage = "\n\nUsage: $0 -r <ref_file> -s <src_file> -t <tst_file>\n\n".
+ "Description: This Perl script evaluates MT system performance.\n".
+ "\n".
+ "Required arguments:\n".
+ " -r <ref_file> is a file containing the reference translations for\n".
+ " the documents to be evaluated.\n".
+ " -s <src_file> is a file containing the source documents for which\n".
+ " translations are to be evaluated\n".
+ " -t <tst_file> is a file containing the translations to be evaluated\n".
+ "\n".
+ "Optional arguments:\n".
+ " -h prints this help message to STDOUT\n".
+ " -c preserves upper-case alphabetic characters\n".
+ " -b generate BLEU scores only\n".
+ " -n generate NIST scores only\n".
+ " -d detailed output flag:\n".
+ " 0 (default) for system-level score only\n".
+ " 1 to include document-level scores\n".
+ " 2 to include segment-level scores\n".
+ " 3 to include ngram-level scores\n".
+ " -e enclose non-ASCII characters between spaces\n".
+ " --brevity-penalty ( closest | shortest )\n" .
+ " closest (default) : acts as IBM BLEU (takes the closest reference translation length)\n" .
+ " shortest : acts as previous versions of the script (takes the shortest reference translation length)\n" .
+ " --international-tokenization\n" .
+ " when specified, uses Unicode-based (only) tokenization rules\n" .
+ " when not specified (default), uses default tokenization (some language-dependant rules)\n" .
+ " --metricsMATR : create three files for both BLEU scores and NIST scores:\n" .
+ " BLEU-seg.scr and NIST-seg.scr : segment-level scores\n" .
+ " BLEU-doc.scr and NIST-doc.scr : document-level scores\n" .
+ " BLEU-sys.scr and NIST-sys.scr : system-level scores\n" .
+ " --no-smoothing : disable smoothing on BLEU scores\n" .
+ "\n";
+
+use vars qw ($opt_r $opt_s $opt_t $opt_d $opt_h $opt_b $opt_n $opt_c $opt_x $opt_e);
+use Getopt::Long;
+my $ref_file = '';
+my $src_file = '';
+my $tst_file = '';
+my $detail = 0;
+my $help = '';
+my $preserve_case = '';
+my $split_non_ASCII = '';
+my $brevity_penalty = 'closest';
+my $international_tokenization;
+my $metricsMATR_output = '';
+my $no_smoothing = '';
+our $opt_x = '';
+our $opt_b = '';
+our $opt_n = '';
+GetOptions(
+ 'r=s' => \$ref_file,
+ 's=s' => \$src_file,
+ 't=s' => \$tst_file,
+ 'd:i' => \$detail,
+ 'h|help' => \$help,
+ 'b',
+ 'n',
+ 'c' => \$preserve_case,
+ 'x:s',
+ 'e' => \$split_non_ASCII,
+ 'brevity-penalty:s' => \$brevity_penalty,
+ 'international-tokenization' => \$international_tokenization,
+ 'metricsMATR-output' => \$metricsMATR_output,
+ 'no-smoothing' => \$no_smoothing
+);
+die $usage if $help;
+
+die "Error in command line: ref_file not defined$usage" unless ( $ref_file );
+die "Error in command line: src_file not defined$usage" unless ( $src_file );
+die "Error in command line: tst_file not defined$usage" unless ( $tst_file );
+my $BLEU_BP;
+if ( !( $brevity_penalty cmp 'closest' ) )
+{
+ $BLEU_BP = \&brevity_penalty_closest;
+}
+elsif ( !( $brevity_penalty cmp 'shortest' ) )
+{
+ $BLEU_BP = \&brevity_penalty_shortest;
+}
+else
+{
+ die "Incorrect value supplied for 'brevity_penalty'$usage";
+}
+my $TOKENIZATION = \&tokenization;
+$TOKENIZATION = \&tokenization_international if ( $international_tokenization );
+
+my $BLEU_SCORE = \&bleu_score;
+$BLEU_SCORE = \&bleu_score_nosmoothing if ( $no_smoothing );
+
+my $max_Ngram = 9;
+
+my $METHOD = "BOTH";
+if ( $opt_b ) { $METHOD = "BLEU"; }
+if ( $opt_n ) { $METHOD = "NIST"; }
+my $method;
+
+######
+# Global variables
+my ($src_lang, $tgt_lang, @tst_sys, @ref_sys); # evaluation parameters
+my (%tst_data, %ref_data); # the data -- with structure: {system}{document}{segments}
+my ($src_id, $ref_id, $tst_id); # unique identifiers for ref and tst translation sets
+my %eval_docs; # document information for the evaluation data set
+my %ngram_info; # the information obtained from (the last word in) the ngram
+
+######
+# Get source document ID's
+($src_id) = get_source_info ($src_file);
+
+######
+# Get reference translations
+($ref_id) = get_MT_data (\%ref_data, "RefSet", $ref_file);
+
+compute_ngram_info ();
+
+######
+# Get translations to evaluate
+($tst_id) = get_MT_data (\%tst_data, "TstSet", $tst_file);
+
+######
+# Check data for completeness and correctness
+check_MT_data ();
+
+######
+#
+my %NISTmt;
+my %NISTOverall;
+my %BLEUmt;
+my %BLEUOverall;
+
+######
+# Evaluate
+print " Evaluation of $src_lang-to-$tgt_lang translation using:\n";
+my $cum_seg = 0;
+foreach my $doc (sort keys %eval_docs)
+{
+ $cum_seg += scalar( keys( %{$eval_docs{$doc}{SEGS}} ) );
+}
+print " src set \"$src_id\" (", scalar keys %eval_docs, " docs, $cum_seg segs)\n";
+print " ref set \"$ref_id\" (", scalar keys %ref_data, " refs)\n";
+print " tst set \"$tst_id\" (", scalar keys %tst_data, " systems)\n\n";
+
+foreach my $sys (sort @tst_sys)
+{
+ for (my $n=1; $n<=$max_Ngram; $n++)
+ {
+ $NISTmt{$n}{$sys}{cum} = 0;
+ $NISTmt{$n}{$sys}{ind} = 0;
+ $BLEUmt{$n}{$sys}{cum} = 0;
+ $BLEUmt{$n}{$sys}{ind} = 0;
+ }
+ if ( ($METHOD eq "BOTH") || ($METHOD eq "NIST") )
+ {
+ $method="NIST";
+ score_system ($sys, \%NISTmt, \%NISTOverall);
+ }
+ if ( ($METHOD eq "BOTH") || ($METHOD eq "BLEU") )
+ {
+ $method="BLEU";
+ score_system ($sys, \%BLEUmt, \%BLEUOverall);
+ }
+}
+
+######
+printout_report ();
+if ( $metricsMATR_output )
+{
+ outputMetricsMATR( 'NIST', %NISTOverall ) if ( ( $METHOD eq 'BOTH' ) || ( $METHOD eq 'NIST' ) );
+ outputMetricsMATR( 'BLEU', %BLEUOverall ) if ( ( $METHOD eq 'BOTH' ) || ( $METHOD eq 'BLEU' ) );
+}
+
+($date, $time) = date_time_stamp();
+print "MT evaluation scorer ended on $date at $time\n";
+
+exit 0;
+
+#################################
+
+sub get_source_info
+{
+ my ($file) = @_;
+ my ($name, $id, $src, $doc, $seg);
+ my ($data, $tag, $span);
+
+ # Extension of the file determines the parser used:
+ # .xml : XML::Twig
+ # otherwise : simple SGML parsing functions
+ if ( $file =~ /\.xml$/i )
+ {
+ my $twig = XML::Twig->new();
+ $twig->parsefile( $file );
+ my $root = $twig->root;
+ my $currentSet = $root->first_child( 'srcset' );
+ die "Source XML file '$file' does not contain the 'srcset' element" if ( not $currentSet );
+ $id = $currentSet->{ 'att' }->{ 'setid' } or die "No 'setid' attribute value in '$file'";
+ $src = $currentSet->{ 'att' }->{ 'srclang' } or die "No srcset 'srclang' attribute value in '$file'";
+ die "Not the same srclang attribute values across sets" unless ( not defined $src_lang or $src eq $src_lang );
+ $src_lang = $src;
+ foreach my $currentDoc ( $currentSet->get_xpath( './/doc' ) )
+ {
+ my $docID = $currentDoc->{ 'att' }->{ 'docid' } or die "No document 'docid' attribute value in '$file'";
+ foreach my $currentSeg ( $currentDoc->get_xpath( './/seg' ) )
+ {
+ my $segID = $currentSeg->{ 'att' }->{ 'id' } or die "No segment 'id' attribute value in '$file'";
+ my $segData = $currentSeg->text;
+ ($eval_docs{$docID}{SEGS}{$segID}) = &{ $TOKENIZATION }( $segData );
+ }
+ }
+ }
+ else
+ {
+ #read data from file
+ open (FILE, $file) or die "\nUnable to open translation data file '$file'", $usage;
+ binmode FILE, ":utf8";
+ $data .= $_ while <FILE>;
+ close (FILE);
+
+ #get source set info
+ die "\n\nFATAL INPUT ERROR: no 'src_set' tag in src_file '$file'\n\n"
+ unless ($tag, $span, $data) = extract_sgml_tag_and_span ("SrcSet", $data);
+ die "\n\nFATAL INPUT ERROR: no tag attribute '$name' in file '$file'\n\n"
+ unless ($id) = extract_sgml_tag_attribute ($name="SetID", $tag);
+ die "\n\nFATAL INPUT ERROR: no tag attribute '$name' in file '$file'\n\n"
+ unless ($src) = extract_sgml_tag_attribute ($name="SrcLang", $tag);
+ die "\n\nFATAL INPUT ERROR: $name ('$src') in file '$file' inconsistent\n"
+ ." with $name in previous input data ('$src_lang')\n\n"
+ unless (not defined $src_lang or $src eq $src_lang);
+ $src_lang = $src;
+
+ #get doc info -- ID and # of segs
+ $data = $span;
+ while (($tag, $span, $data) = extract_sgml_tag_and_span ("Doc", $data))
+ {
+ die "\n\nFATAL INPUT ERROR: no tag attribute '$name' in file '$file'\n\n"
+ unless ($doc) = extract_sgml_tag_attribute ($name="DocID", $tag);
+ die "\n\nFATAL INPUT ERROR: duplicate '$name' in file '$file'\n\n"
+ if defined $eval_docs{$doc};
+ $span =~ s/[\s\n\r]+/ /g; # concatenate records
+ my $nseg=0, my $seg_data = $span;
+ while (($tag, $span, $seg_data) = extract_sgml_tag_and_span ("Seg", $seg_data))
+ {
+ die "\n\nFATAL INPUT ERROR: no attribute '$name' in file '$file'\n\n"
+ unless ($seg) = extract_sgml_tag_attribute( $name='id', $tag );
+ ($eval_docs{$doc}{SEGS}{$seg}) = &{ $TOKENIZATION }( $span );
+ $nseg++;
+ }
+ die "\n\nFATAL INPUT ERROR: no segments in document '$doc' in file '$file'\n\n"
+ if $nseg == 0;
+ }
+ die "\n\nFATAL INPUT ERROR: no documents in file '$file'\n\n"
+ unless keys %eval_docs > 0;
+ }
+ return $id;
+}
+
+#################################
+
+sub get_MT_data
+{
+ my ($docs, $set_tag, $file) = @_;
+ my ($name, $id, $src, $tgt, $sys, $doc, $seg);
+ my ($tag, $span, $data);
+
+ # Extension of the file determines the parser used:
+ # .xml : XML::Twig
+ # otherwise : simple SGML parsing functions
+ if ( $file =~ /\.xml$/i )
+ {
+ my $twig = XML::Twig->new();
+ $twig->parsefile( $file );
+ my $root = $twig->root;
+ foreach my $currentSet ( $root->get_xpath( 'refset' ), $root->get_xpath( 'tstset' ) )
+ {
+ $id = $currentSet->{ 'att' }->{ 'setid' } or die "No 'setid' attribute value in '$file'";
+ $src = $currentSet->{ 'att' }->{ 'srclang' } or die "No 'srclang' attribute value in '$file'";
+ $tgt = $currentSet->{ 'att' }->{ 'trglang' } or die "No 'trglang' attribute value in '$file'";
+ die "Not the same 'srclang' attribute value across sets" unless ( $src eq $src_lang );
+ die "Not the same 'trglang' attribute value across sets" unless ( ( not defined $tgt_lang ) or ( $tgt = $tgt_lang ) );
+ $tgt_lang = $tgt;
+ my $sys;
+ if ( $currentSet->name eq 'tstset' )
+ {
+ $sys = $currentSet->{ 'att' }->{ 'sysid' } or die "No 'sysid' attribute value in '$file'";
+ }
+ else
+ {
+ $sys = $currentSet->{ 'att' }->{ 'refid' } or die "No 'refid' attribute value in '$file'";
+ }
+ foreach my $currentDoc ( $currentSet->get_xpath( './/doc' ) )
+ {
+ my $docID = $currentDoc->{ 'att' }->{ 'docid' } or die "No document 'docid' attribute value in '$file'";
+ $docs->{ $sys }{ $docID }{ FILE } = $file;
+ foreach my $currentSeg ( $currentDoc->get_xpath( './/seg' ) )
+ {
+ my $segID = $currentSeg->{ 'att' }->{ 'id' } or die "No segment 'id' attribute value in '$file'";
+ my $segData = $currentSeg->text;
+ ($docs->{$sys}{$docID}{SEGS}{$segID}) = &{ $TOKENIZATION }( $segData );
+ }
+ }
+ }
+ }
+ else
+ {
+ #read data from file
+ open (FILE, $file) or die "\nUnable to open translation data file '$file'", $usage;
+ binmode FILE, ":utf8";
+ $data .= $_ while <FILE>;
+ close (FILE);
+
+ #get tag info
+ while (($tag, $span, $data) = extract_sgml_tag_and_span ($set_tag, $data))
+ {
+ die "\n\nFATAL INPUT ERROR: no tag attribute '$name' in file '$file'\n\n"
+ unless ($id) = extract_sgml_tag_attribute ($name="SetID", $tag);
+ die "\n\nFATAL INPUT ERROR: no tag attribute '$name' in file '$file'\n\n"
+ unless ($src) = extract_sgml_tag_attribute ($name="SrcLang", $tag);
+ die "\n\nFATAL INPUT ERROR: $name ('$src') in file '$file' inconsistent\n"
+ ." with $name of source ('$src_lang')\n\n"
+ unless $src eq $src_lang;
+ die "\n\nFATAL INPUT ERROR: no tag attribute '$name' in file '$file'\n\n"
+ unless ($tgt) = extract_sgml_tag_attribute ($name="TrgLang", $tag);
+ die "\n\nFATAL INPUT ERROR: $name ('$tgt') in file '$file' inconsistent\n"
+ ." with $name of the evaluation ('$tgt_lang')\n\n"
+ unless (not defined $tgt_lang or $tgt eq $tgt_lang);
+ $tgt_lang = $tgt;
+
+ my $mtdata = $span;
+ while (($tag, $span, $mtdata) = extract_sgml_tag_and_span ("Doc", $mtdata))
+ {
+ die "\n\nFATAL INPUT ERROR: no tag attribute '$name' in file '$file'\n\n"
+ unless (my $sys) = extract_sgml_tag_attribute ($name="SysID", $tag);
+ die "\n\nFATAL INPUT ERROR: no tag attribute '$name' in file '$file'\n\n"
+ unless $doc = extract_sgml_tag_attribute ($name="DocID", $tag);
+ die "\n\nFATAL INPUT ERROR: document '$doc' for system '$sys' in file '$file'\n"
+ ." previously loaded from file '$docs->{$sys}{$doc}{FILE}'\n\n"
+ unless (not defined $docs->{$sys}{$doc});
+
+ $span =~ s/[\s\n\r]+/ /g; # concatenate records
+ my $nseg=0, my $seg_data = $span;
+ while (($tag, $span, $seg_data) = extract_sgml_tag_and_span ("Seg", $seg_data))
+ {
+ die "\n\nFATAIL INPUT ERROR: no tag attribute '$name' in file '$file'\n\n"
+ unless $seg = extract_sgml_tag_attribute( $name="id", $tag );
+ ($docs->{$sys}{$doc}{SEGS}{$seg}) = &{ $TOKENIZATION }( $span );
+ $nseg++;
+ }
+ die "\n\nFATAL INPUT ERROR: no segments in document '$doc' in file '$file'\n\n" if $nseg == 0;
+ $docs->{$sys}{$doc}{FILE} = $file;
+ }
+ }
+ }
+ return $id;
+}
+
+#################################
+
+sub check_MT_data
+{
+ @tst_sys = sort keys %tst_data;
+ @ref_sys = sort keys %ref_data;
+
+ die "Not the same 'setid' attribute values across files" unless ( ( $src_id eq $tst_id ) && ( $src_id eq $ref_id ) );
+
+#every evaluation document must be represented for every system and every reference
+ foreach my $doc (sort keys %eval_docs)
+ {
+ my $nseg_source = scalar( keys( %{$eval_docs{$doc}{SEGS}} ) );
+ foreach my $sys (@tst_sys)
+ {
+ die "\n\nFATAL ERROR: no document '$doc' for system '$sys'\n\n" unless defined $tst_data{$sys}{$doc};
+ my $nseg = scalar( keys( %{$tst_data{$sys}{$doc}{SEGS}} ) );
+ die "\n\nFATAL ERROR: translated documents must contain the same # of segments as the source, but\n"
+ ." document '$doc' for system '$sys' contains $nseg segments, while\n"
+ ." the source document contains $nseg_source segments.\n\n"
+ unless $nseg == $nseg_source;
+ }
+ foreach my $sys (@ref_sys)
+ {
+ die "\n\nFATAL ERROR: no document '$doc' for reference '$sys'\n\n" unless defined $ref_data{$sys}{$doc};
+ my $nseg = scalar( keys( %{$ref_data{$sys}{$doc}{SEGS}} ) );
+ die "\n\nFATAL ERROR: translated documents must contain the same # of segments as the source, but\n"
+ ." document '$doc' for system '$sys' contains $nseg segments, while\n"
+ ." the source document contains $nseg_source segments.\n\n"
+ unless $nseg == $nseg_source;
+ }
+ }
+}
+
+#################################
+
+sub compute_ngram_info
+{
+ my ($ref, $doc, $seg);
+ my (@wrds, $tot_wrds, %ngrams, $ngram, $mgram);
+ my (%ngram_count, @tot_ngrams);
+
+ foreach $ref (keys %ref_data)
+ {
+ foreach $doc (keys %{$ref_data{$ref}})
+ {
+ foreach $seg ( keys %{$ref_data{$ref}{$doc}{SEGS}})
+ {
+ @wrds = split /\s+/, $ref_data{ $ref }{ $doc }{ SEGS }{ $seg };
+ $tot_wrds += @wrds;
+ %ngrams = %{Words2Ngrams (@wrds)};
+ foreach $ngram (keys %ngrams)
+ {
+ $ngram_count{$ngram} += $ngrams{$ngram};
+ }
+ }
+ }
+ }
+
+ foreach $ngram (keys %ngram_count)
+ {
+ @wrds = split / /, $ngram;
+ pop @wrds, $mgram = join " ", @wrds;
+ $ngram_info{$ngram} = - log ($mgram ? $ngram_count{$ngram}/$ngram_count{$mgram} : $ngram_count{$ngram}/$tot_wrds) / log 2;
+ if (defined $opt_x and $opt_x eq "ngram info")
+ {
+ @wrds = split / /, $ngram;
+ printf "ngram info:%9.4f%6d%6d%8d%3d %s\n", $ngram_info{$ngram}, $ngram_count{$ngram},
+ $mgram ? $ngram_count{$mgram} : $tot_wrds, $tot_wrds, scalar @wrds, $ngram;
+ }
+ }
+}
+
+#################################
+
+sub score_system
+{
+ my ($sys, $ref, $doc, $SCOREmt, $overallScore);
+ ($sys, $SCOREmt, $overallScore) = @_;
+ my ($ref_length, $match_cnt, $tst_cnt, $ref_cnt, $tst_info, $ref_info);
+ my ($cum_ref_length, @cum_match, @cum_tst_cnt, @cum_ref_cnt, @cum_tst_info, @cum_ref_info);
+
+ $cum_ref_length = 0;
+ for (my $j=1; $j<=$max_Ngram; $j++)
+ {
+ $cum_match[$j] = $cum_tst_cnt[$j] = $cum_ref_cnt[$j] = $cum_tst_info[$j] = $cum_ref_info[$j] = 0;
+ }
+ foreach $doc (sort keys %eval_docs)
+ {
+ ($ref_length, $match_cnt, $tst_cnt, $ref_cnt, $tst_info, $ref_info) = score_document ($sys, $doc, $overallScore);
+ if ( $method eq "NIST" )
+ {
+ my %DOCmt = ();
+ my $docScore = nist_score( scalar( @ref_sys ), $match_cnt, $tst_cnt, $ref_cnt, $tst_info, $ref_info, $sys, \%DOCmt );
+ $overallScore->{ $sys }{ 'documents' }{ $doc }{ 'score' } = $docScore;
+ if ( $detail >= 1 )
+ {
+ printf "$method score using 5-grams = %.4f for system \"$sys\" on document \"$doc\" (%d segments, %d words)\n",
+ $docScore, scalar keys %{$tst_data{$sys}{$doc}{SEGS}}, $tst_cnt->[1];
+ }
+ }
+
+ if ( $method eq "BLEU" )
+ {
+ my %DOCmt = ();
+ my $docScore = &{$BLEU_SCORE}( $ref_length, $match_cnt, $tst_cnt, $sys, \%DOCmt );
+ $overallScore->{ $sys }{ 'documents' }{ $doc }{ 'score' } = $docScore;
+ if ( $detail >= 1 )
+ {
+ printf "$method score using 4-grams = %.4f for system \"$sys\" on document \"$doc\" (%d segments, %d words)\n",
+ $docScore, scalar keys %{$tst_data{$sys}{$doc}{SEGS}}, $tst_cnt->[1];
+ }
+ }
+
+ $cum_ref_length += $ref_length;
+ for (my $j=1; $j<=$max_Ngram; $j++)
+ {
+ $cum_match[$j] += $match_cnt->[$j];
+ $cum_tst_cnt[$j] += $tst_cnt->[$j];
+ $cum_ref_cnt[$j] += $ref_cnt->[$j];
+ $cum_tst_info[$j] += $tst_info->[$j];
+ $cum_ref_info[$j] += $ref_info->[$j];
+ printf "document info: $sys $doc %d-gram %d %d %d %9.4f %9.4f\n", $j, $match_cnt->[$j],
+ $tst_cnt->[$j], $ref_cnt->[$j], $tst_info->[$j], $ref_info->[$j]
+ if (defined $opt_x and $opt_x eq "document info");
+ }
+ }
+
+ if ($method eq "BLEU")
+ {
+ $overallScore->{ $sys }{ 'score' } = &{$BLEU_SCORE}($cum_ref_length, \@cum_match, \@cum_tst_cnt, $sys, $SCOREmt, 1);
+ }
+ if ($method eq "NIST")
+ {
+ $overallScore->{ $sys }{ 'score' } = nist_score (scalar @ref_sys, \@cum_match, \@cum_tst_cnt, \@cum_ref_cnt, \@cum_tst_info, \@cum_ref_info, $sys, $SCOREmt);
+ }
+}
+
+#################################
+
+sub score_document
+{
+ my ($sys, $ref, $doc, $overallScore);
+ ($sys, $doc, $overallScore) = @_;
+ my ($ref_length, $match_cnt, $tst_cnt, $ref_cnt, $tst_info, $ref_info);
+ my ($cum_ref_length, @cum_match, @cum_tst_cnt, @cum_ref_cnt, @cum_tst_info, @cum_ref_info);
+
+ $cum_ref_length = 0;
+ for (my $j=1; $j<=$max_Ngram; $j++)
+ {
+ $cum_match[$j] = $cum_tst_cnt[$j] = $cum_ref_cnt[$j] = $cum_tst_info[$j] = $cum_ref_info[$j] = 0;
+ }
+
+#score each segment
+ foreach my $seg ( sort{ $a <=> $b } keys( %{$tst_data{$sys}{$doc}{SEGS}} ) )
+ {
+ my @ref_segments = ();
+ foreach $ref (@ref_sys)
+ {
+ push @ref_segments, $ref_data{$ref}{$doc}{SEGS}{$seg};
+ if ( $detail >= 3 )
+ {
+ printf "ref '$ref', seg $seg: %s\n", $ref_data{$ref}{$doc}{SEGS}{$seg}
+ }
+
+ }
+
+ printf "sys '$sys', seg $seg: %s\n", $tst_data{$sys}{$doc}{SEGS}{$seg} if ( $detail >= 3 );
+ ($ref_length, $match_cnt, $tst_cnt, $ref_cnt, $tst_info, $ref_info) = score_segment ($tst_data{$sys}{$doc}{SEGS}{$seg}, @ref_segments);
+
+ if ( $method eq "BLEU" )
+ {
+ my %DOCmt = ();
+ my $segScore = &{$BLEU_SCORE}($ref_length, $match_cnt, $tst_cnt, $sys, %DOCmt);
+ $overallScore->{ $sys }{ 'documents' }{ $doc }{ 'segments' }{ $seg }{ 'score' } = $segScore;
+ if ( $detail >= 2 )
+ {
+ printf " $method score using 4-grams = %.4f for system \"$sys\" on segment $seg of document \"$doc\" (%d words)\n", $segScore, $tst_cnt->[1]
+ }
+ }
+ if ( $method eq "NIST" )
+ {
+ my %DOCmt = ();
+ my $segScore = nist_score (scalar @ref_sys, $match_cnt, $tst_cnt, $ref_cnt, $tst_info, $ref_info, $sys, %DOCmt);
+ $overallScore->{ $sys }{ 'documents' }{ $doc }{ 'segments' }{ $seg }{ 'score' } = $segScore;
+ if ( $detail >= 2 )
+ {
+ printf " $method score using 5-grams = %.4f for system \"$sys\" on segment $seg of document \"$doc\" (%d words)\n", $segScore, $tst_cnt->[1];
+ }
+ }
+ $cum_ref_length += $ref_length;
+ for (my $j=1; $j<=$max_Ngram; $j++)
+ {
+ $cum_match[$j] += $match_cnt->[$j];
+ $cum_tst_cnt[$j] += $tst_cnt->[$j];
+ $cum_ref_cnt[$j] += $ref_cnt->[$j];
+ $cum_tst_info[$j] += $tst_info->[$j];
+ $cum_ref_info[$j] += $ref_info->[$j];
+ }
+ }
+ return ($cum_ref_length, [@cum_match], [@cum_tst_cnt], [@cum_ref_cnt], [@cum_tst_info], [@cum_ref_info]);
+}
+
+###############################################################################################################################
+# function returning the shortest reference length
+# takes as input:
+# - currentLength : the current (shortest) reference length
+# - referenceSentenceLength : the current reference sentence length
+# - candidateSentenceLength : the current candidate sentence length (unused)
+###############################################################################################################################
+sub brevity_penalty_shortest
+{
+ my ( $currentLength, $referenceSentenceLength, $candidateSentenceLength ) = @_;
+ return ( $referenceSentenceLength < $currentLength ? $referenceSentenceLength : $currentLength );
+}
+
+###############################################################################################################################
+# function returning the closest reference length (to the candidate sentence length)
+# takes as input:
+# - currentLength: the current (closest) reference length.
+# - candidateSentenceLength : the current reference sentence length
+# - candidateSentenceLength : the current candidate sentence length
+# when two reference sentences are at the same distance, it will return the shortest reference sentence length
+# example of 4 iterations, given:
+# - one candidate sentence containing 7 tokens
+# - one reference translation containing 11 tokens
+# - one reference translation containing 8 tokens
+# - one reference translation containing 6 tokens
+# - one reference translation containing 7 tokens
+# the multiple invokations will return:
+# - currentLength is set to 11 (outside of this function)
+# - brevity_penalty_closest( 11, 8, 7 ) returns 8, since abs( 8 - 7 ) < abs( 11 - 7 )
+# - brevity_penalty_closest( 8, 6, 7 ) returns 6, since abs( 8 - 7 ) == abs( 6 - 7 ) AND 6 < 8
+# - brevity_penalty_closest( 7, 6, 7 ) returns 7, since abs( 7 - 7 ) < abs( 6 - 7 )
+###############################################################################################################################
+sub brevity_penalty_closest
+{
+ my ( $currentLength, $referenceSentenceLength, $candidateSentenceLength ) = @_;
+ my $result = $currentLength;
+ if ( abs( $candidateSentenceLength - $referenceSentenceLength ) <= abs( $candidateSentenceLength - $currentLength ) )
+ {
+ if ( abs( $candidateSentenceLength - $referenceSentenceLength ) == abs( $candidateSentenceLength - $currentLength ) )
+ {
+ if ( $currentLength > $referenceSentenceLength )
+ {
+ $result = $referenceSentenceLength;
+ }
+ }
+ else
+ {
+ $result = $referenceSentenceLength;
+ }
+ }
+ return $result;
+}
+
+#################################
+
+sub score_segment
+{
+ my ($tst_seg, @ref_segs) = @_;
+ my (@tst_wrds, %tst_ngrams, @match_count, @tst_count, @tst_info);
+ my (@ref_wrds, $ref_seg, %ref_ngrams, %ref_ngrams_max, @ref_count, @ref_info);
+ my ($ngram);
+ my (@nwrds_ref);
+ my $ref_length;
+
+ for (my $j=1; $j<= $max_Ngram; $j++)
+ {
+ $match_count[$j] = $tst_count[$j] = $ref_count[$j] = $tst_info[$j] = $ref_info[$j] = 0;
+ }
+
+# get the ngram counts for the test segment
+ @tst_wrds = split /\s+/, $tst_seg;
+ %tst_ngrams = %{Words2Ngrams (@tst_wrds)};
+ for (my $j=1; $j<=$max_Ngram; $j++)
+ {
+ # compute ngram counts
+ $tst_count[$j] = $j<=@tst_wrds ? (@tst_wrds - $j + 1) : 0;
+ }
+
+# get the ngram counts for the reference segments
+ foreach $ref_seg (@ref_segs)
+ {
+ @ref_wrds = split /\s+/, $ref_seg;
+ %ref_ngrams = %{Words2Ngrams (@ref_wrds)};
+ foreach $ngram (keys %ref_ngrams)
+ {
+ # find the maximum # of occurrences
+ my @wrds = split / /, $ngram;
+ $ref_info[@wrds] += $ngram_info{$ngram};
+ $ref_ngrams_max{$ngram} = defined $ref_ngrams_max{$ngram} ? max ($ref_ngrams_max{$ngram}, $ref_ngrams{$ngram}) : $ref_ngrams{$ngram};
+ }
+ for (my $j=1; $j<=$max_Ngram; $j++)
+ {
+ # update ngram counts
+ $ref_count[$j] += $j<=@ref_wrds ? (@ref_wrds - $j + 1) : 0;
+ }
+ if ( not defined( $ref_length ) )
+ {
+ $ref_length = scalar( @ref_wrds );
+ }
+ else
+ {
+ $ref_length = &{$BLEU_BP}( $ref_length, scalar( @ref_wrds ), scalar( @tst_wrds ) );
+ }
+ }
+
+# accumulate scoring stats for tst_seg ngrams that match ref_seg ngrams
+ foreach $ngram (keys %tst_ngrams)
+ {
+ next unless defined $ref_ngrams_max{$ngram};
+ my @wrds = split / /, $ngram;
+ $tst_info[@wrds] += $ngram_info{$ngram} * min($tst_ngrams{$ngram},$ref_ngrams_max{$ngram});
+ $match_count[@wrds] += my $count = min($tst_ngrams{$ngram},$ref_ngrams_max{$ngram});
+ printf "%.2f info for each of $count %d-grams = '%s'\n", $ngram_info{$ngram}, scalar @wrds, $ngram
+ if $detail >= 3;
+ }
+
+ return ($ref_length, [@match_count], [@tst_count], [@ref_count], [@tst_info], [@ref_info]);
+}
+
+#################################
+
+sub bleu_score_nosmoothing
+{
+ my ($ref_length, $matching_ngrams, $tst_ngrams, $sys, $SCOREmt) = @_;
+ my $score = 0;
+ my $iscore = 0;
+
+ for ( my $j = 1; $j <= $max_Ngram; ++$j )
+ {
+ if ($matching_ngrams->[ $j ] == 0)
+ {
+ $SCOREmt->{ $j }{ $sys }{ cum }=0;
+ }
+ else
+ {
+ my $len_score = min (0, 1-$ref_length/$tst_ngrams->[1]);
+ # Cumulative N-Gram score
+ $score += log( $matching_ngrams->[ $j ] / $tst_ngrams->[ $j ] );
+ $SCOREmt->{ $j }{ $sys }{ cum } = exp( $score / $j + $len_score );
+ # Individual N-Gram score
+ $iscore = log( $matching_ngrams->[ $j ] / $tst_ngrams->[ $j ] );
+ $SCOREmt->{ $j }{ $sys }{ ind } = exp( $iscore );
+ }
+ }
+ return $SCOREmt->{ 4 }{ $sys }{ cum };
+}
+
+###############################################################################################################################
+# Default method used to compute the BLEU score, using smoothing.
+# Note that the method used can be overridden using the '--no-smoothing' command-line argument
+# The smoothing is computed by taking 1 / ( 2^k ), instead of 0, for each precision score whose matching n-gram count is null
+# k is 1 for the first 'n' value for which the n-gram match count is null
+# For example, if the text contains:
+# - one 2-gram match
+# - and (consequently) two 1-gram matches
+# the n-gram count for each individual precision score would be:
+# - n=1 => prec_count = 2 (two unigrams)
+# - n=2 => prec_count = 1 (one bigram)
+# - n=3 => prec_count = 1/2 (no trigram, taking 'smoothed' value of 1 / ( 2^k ), with k=1)
+# - n=4 => prec_count = 1/4 (no fourgram, taking 'smoothed' value of 1 / ( 2^k ), with k=2)
+###############################################################################################################################
+sub bleu_score
+{
+ my ($ref_length, $matching_ngrams, $tst_ngrams, $sys, $SCOREmt,$report_length) = @_;
+ my $score = 0;
+ my $iscore = 0;
+ my $exp_len_score = 0;
+ $exp_len_score = exp( min (0, 1 - $ref_length / $tst_ngrams->[ 1 ] ) ) if ( $tst_ngrams->[ 1 ] > 0 );
+ print "length ratio: ".($tst_ngrams->[1]/$ref_length)." ($tst_ngrams->[1]/$ref_length), penalty (log): ".log($exp_len_score)."\n" if $report_length;
+ my $smooth = 1;
+ for ( my $j = 1; $j <= $max_Ngram; ++$j )
+ {
+ if ( $tst_ngrams->[ $j ] == 0 )
+ {
+ $iscore = 0;
+ }
+ elsif ( $matching_ngrams->[ $j ] == 0 )
+ {
+ $smooth *= 2;
+ $iscore = log( 1 / ( $smooth * $tst_ngrams->[ $j ] ) );
+ }
+ else
+ {
+ $iscore = log( $matching_ngrams->[ $j ] / $tst_ngrams->[ $j ] );
+ }
+ $SCOREmt->{ $j }{ $sys }{ ind } = exp( $iscore );
+ $score += $iscore;
+ $SCOREmt->{ $j }{ $sys }{ cum } = exp( $score / $j ) * $exp_len_score;
+ }
+ return $SCOREmt->{ 4 }{ $sys }{ cum };
+}
+
+#################################
+
+sub nist_score
+{
+ my ($nsys, $matching_ngrams, $tst_ngrams, $ref_ngrams, $tst_info, $ref_info, $sys, $SCOREmt) = @_;
+ my $score = 0;
+ my $iscore = 0;
+
+ for (my $n=1; $n<=$max_Ngram; $n++)
+ {
+ $score += $tst_info->[$n]/max($tst_ngrams->[$n],1);
+ $SCOREmt->{$n}{$sys}{cum} = $score * nist_length_penalty($tst_ngrams->[1]/($ref_ngrams->[1]/$nsys));
+ $iscore = $tst_info->[$n]/max($tst_ngrams->[$n],1);
+ $SCOREmt->{$n}{$sys}{ind} = $iscore * nist_length_penalty($tst_ngrams->[1]/($ref_ngrams->[1]/$nsys));
+ }
+ return $SCOREmt->{5}{$sys}{cum};
+}
+
+#################################
+
+sub Words2Ngrams
+{
+ #convert a string of words to an Ngram count hash
+ my %count = ();
+
+ for (; @_; shift)
+ {
+ my ($j, $ngram, $word);
+ for ($j=0; $j<$max_Ngram and defined($word=$_[$j]); $j++)
+ {
+ $ngram .= defined $ngram ? " $word" : $word;
+ $count{$ngram}++;
+ }
+ }
+ return {%count};
+}
+
+#################################
+
+sub tokenization
+{
+ my ($norm_text) = @_;
+
+# language-independent part:
+ $norm_text =~ s/<skipped>//g; # strip "skipped" tags
+ $norm_text =~ s/-\n//g; # strip end-of-line hyphenation and join lines
+ $norm_text =~ s/\n/ /g; # join lines
+ $norm_text =~ s/&quot;/"/g; # convert SGML tag for quote to "
+ $norm_text =~ s/&amp;/&/g; # convert SGML tag for ampersand to &
+ $norm_text =~ s/&lt;/</g; # convert SGML tag for less-than to >
+ $norm_text =~ s/&gt;/>/g; # convert SGML tag for greater-than to <
+
+# language-dependent part (assuming Western languages):
+ $norm_text = " $norm_text ";
+ $norm_text =~ tr/[A-Z]/[a-z]/ unless $preserve_case;
+ $norm_text =~ s/([\{-\~\[-\` -\&\(-\+\:-\@\/])/ $1 /g; # tokenize punctuation
+ $norm_text =~ s/([^0-9])([\.,])/$1 $2 /g; # tokenize period and comma unless preceded by a digit
+ $norm_text =~ s/([\.,])([^0-9])/ $1 $2/g; # tokenize period and comma unless followed by a digit
+ $norm_text =~ s/([0-9])(-)/$1 $2 /g; # tokenize dash when preceded by a digit
+ $norm_text =~ s/\s+/ /g; # one space only between words
+ $norm_text =~ s/^\s+//; # no leading space
+ $norm_text =~ s/\s+$//; # no trailing space
+
+ return $norm_text;
+}
+
+
+sub tokenization_international
+{
+ my ($norm_text) = @_;
+
+ $norm_text =~ s/<skipped>//g; # strip "skipped" tags
+ $norm_text =~ s/\p{Hyphen}\p{Zl}//g; # strip end-of-line hyphenation and join lines
+ $norm_text =~ s/\p{Zl}/ /g; # join lines
+
+ # replace entities
+ $norm_text =~ s/&quot;/\"/g; # quote to "
+ $norm_text =~ s/&amp;/&/g; # ampersand to &
+ $norm_text =~ s/&lt;/</g; # less-than to <
+ $norm_text =~ s/&gt;/>/g; # greater-than to >
+ $norm_text =~ s/&apos;/\'/g; # apostrophe to '
+
+ $norm_text = lc( $norm_text ) unless $preserve_case; # lowercasing if needed
+ $norm_text =~ s/([^[:ascii:]])/ $1 /g if ( $split_non_ASCII );
+
+ # punctuation: tokenize any punctuation unless followed AND preceded by a digit
+ $norm_text =~ s/(\P{N})(\p{P})/$1 $2 /g;
+ $norm_text =~ s/(\p{P})(\P{N})/ $1 $2/g;
+
+ $norm_text =~ s/(\p{S})/ $1 /g; # tokenize symbols
+
+ $norm_text =~ s/\p{Z}+/ /g; # one space only between words
+ $norm_text =~ s/^\p{Z}+//; # no leading space
+ $norm_text =~ s/\p{Z}+$//; # no trailing space
+
+ return $norm_text;
+}
+
+#################################
+
+sub nist_length_penalty
+{
+ my ($ratio) = @_;
+ return 1 if $ratio >= 1;
+ return 0 if $ratio <= 0;
+ my $ratio_x = 1.5;
+ my $score_x = 0.5;
+ my $beta = -log($score_x)/log($ratio_x)/log($ratio_x);
+ return exp (-$beta*log($ratio)*log($ratio));
+}
+
+#################################
+
+sub date_time_stamp
+{
+ my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) = localtime();
+ my @months = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec);
+ my ($date, $time);
+ $time = sprintf "%2.2d:%2.2d:%2.2d", $hour, $min, $sec;
+ $date = sprintf "%4.4s %3.3s %s", 1900+$year, $months[$mon], $mday;
+ return ($date, $time);
+}
+
+#################################
+
+sub extract_sgml_tag_and_span
+{
+ my ($name, $data) = @_;
+ ($data =~ m|<$name\s*([^>]*)>(.*?)</$name\s*>(.*)|si) ? ($1, $2, $3) : ();
+}
+
+#################################
+
+sub extract_sgml_tag_attribute
+{
+ my ($name, $data) = @_;
+ ($data =~ m|$name\s*=\s*\"([^\"]*)\"|si) ? ($1) : ();
+}
+
+#################################
+
+sub max
+{
+ my ($max, $next);
+
+ return unless defined ($max=pop);
+ while (defined ($next=pop))
+ {
+ $max = $next if $next > $max;
+ }
+ return $max;
+}
+
+#################################
+
+sub min
+{
+ my ($min, $next);
+
+ return unless defined ($min=pop);
+ while (defined ($next=pop))
+ {
+ $min = $next if $next < $min;
+ }
+ return $min;
+}
+
+#################################
+
+sub printout_report
+{
+ if ( $METHOD eq "BOTH" )
+ {
+ foreach my $sys (sort @tst_sys)
+ {
+ printf "NIST score = %2.4f BLEU score = %.4f for system \"$sys\"\n",$NISTmt{5}{$sys}{cum},$BLEUmt{4}{$sys}{cum};
+ }
+ }
+ elsif ($METHOD eq "NIST" )
+ {
+ foreach my $sys (sort @tst_sys)
+ {
+ printf "NIST score = %2.4f for system \"$sys\"\n",$NISTmt{5}{$sys}{cum};
+ }
+ }
+ elsif ($METHOD eq "BLEU" )
+ {
+ foreach my $sys (sort @tst_sys)
+ {
+ printf "\nBLEU score = %.4f for system \"$sys\"\n",$BLEUmt{4}{$sys}{cum};
+ }
+ }
+ printf "\n# ------------------------------------------------------------------------\n\n";
+ printf "Individual N-gram scoring\n";
+ printf " 1-gram 2-gram 3-gram 4-gram 5-gram 6-gram 7-gram 8-gram 9-gram\n";
+ printf " ------ ------ ------ ------ ------ ------ ------ ------ ------\n";
+
+ if ( ( $METHOD eq "BOTH" ) || ($METHOD eq "NIST") )
+ {
+ foreach my $sys (sort @tst_sys)
+ {
+ printf " NIST:";
+ for (my $i=1; $i<=$max_Ngram; $i++)
+ {
+ printf " %2.4f ",$NISTmt{$i}{$sys}{ind}
+ }
+ printf " \"$sys\"\n";
+ }
+ printf "\n";
+ }
+
+ if ( ( $METHOD eq "BOTH" ) || ($METHOD eq "BLEU") )
+ {
+ foreach my $sys (sort @tst_sys)
+ {
+ printf " BLEU:";
+ for (my $i=1; $i<=$max_Ngram; $i++)
+ {
+ printf " %2.4f ",$BLEUmt{$i}{$sys}{ind}
+ }
+ printf " \"$sys\"\n";
+ }
+ }
+
+ printf "\n# ------------------------------------------------------------------------\n";
+ printf "Cumulative N-gram scoring\n";
+ printf " 1-gram 2-gram 3-gram 4-gram 5-gram 6-gram 7-gram 8-gram 9-gram\n";
+ printf " ------ ------ ------ ------ ------ ------ ------ ------ ------\n";
+
+ if (( $METHOD eq "BOTH" ) || ($METHOD eq "NIST"))
+ {
+ foreach my $sys (sort @tst_sys)
+ {
+ printf " NIST:";
+ for (my $i=1; $i<=$max_Ngram; $i++)
+ {
+ printf " %2.4f ",$NISTmt{$i}{$sys}{cum}
+ }
+ printf " \"$sys\"\n";
+ }
+ }
+ printf "\n";
+ if ( ( $METHOD eq "BOTH" ) || ($METHOD eq "BLEU") )
+ {
+ foreach my $sys (sort @tst_sys)
+ {
+ printf " BLEU:";
+ for (my $i=1; $i<=$max_Ngram; $i++)
+ {
+ printf " %2.4f ",$BLEUmt{$i}{$sys}{cum}
+ }
+ printf " \"$sys\"\n";
+ }
+ }
+}
+
+###############################################################################################################################
+# Create three files, by using:
+# - $prefix : the prefix used for the output file names
+# - %overall : a hash containing seg/doc/sys-level scores:
+# - $overall{ $SYSTEM_ID }{ 'score' } => system-level score
+# - $overall{ $SYSTEM_ID }{ 'documents' }{ $DOCUMENT_ID }{ 'score' } => document-level score
+# - $overall{ $SYSTEM_ID }{ 'documents' }{ $DOCUMENT_ID }{ 'segments' }{ $SEGMENT_ID } => segment-level score
+###############################################################################################################################
+sub outputMetricsMATR
+{
+ my ( $prefix, %overall ) = @_;
+ my $fileNameSys = $prefix . '-sys.scr';
+ my $fileNameDoc = $prefix . '-doc.scr';
+ my $fileNameSeg = $prefix . '-seg.scr';
+ open FILEOUT_SYS, '>', $fileNameSys or die "Could not open file: ${fileNameSys}";
+ open FILEOUT_DOC, '>', $fileNameDoc or die "Could not open file: ${fileNameDoc}";
+ open FILEOUT_SEG, '>', $fileNameSeg or die "Could not open file: ${fileNameSeg}";
+ foreach my $sys ( sort( keys( %overall ) ) )
+ {
+ my $scoreSys = $overall{ $sys }{ 'score' };
+ print FILEOUT_SYS "${tst_id}\t${sys}\t${scoreSys}\n";
+ foreach my $doc ( sort( keys( %{$overall{ $sys }{ 'documents' }} ) ) )
+ {
+ my $scoreDoc = $overall{ $sys }{ 'documents' }{ $doc }{ 'score' };
+ print FILEOUT_DOC "${tst_id}\t${sys}\t${doc}\t${scoreDoc}\n";
+ foreach my $seg ( sort{ $a <=> $b }( keys( %{$overall{ $sys }{ 'documents' }{ $doc }{ 'segments' }} ) ) )
+ {
+ my $scoreSeg = $overall{ $sys }{ 'documents' }{ $doc }{ 'segments' }{ $seg }{ 'score' };
+ print FILEOUT_SEG "${tst_id}\t${sys}\t${doc}\t${seg}\t${scoreSeg}\n";
+ }
+ }
+ }
+ close FILEOUT_SEG;
+ close FILEOUT_DOC;
+ close FILEOUT_SYS;
+}
+
diff --git a/scripts/generic/multi-bleu.perl b/scripts/generic/multi-bleu.perl
index a24cd2cc7..06f01acff 100755
--- a/scripts/generic/multi-bleu.perl
+++ b/scripts/generic/multi-bleu.perl
@@ -3,9 +3,15 @@
# $Id$
use strict;
+my $lowercase = 0;
+if ($ARGV[0] eq "-lc") {
+ $lowercase = 1;
+ shift;
+}
+
my $stem = $ARGV[0];
if (!defined $stem) {
- print STDERR "usage: multi-bleu.pl reference < hypothesis\n";
+ print STDERR "usage: multi-bleu.pl [-lc] reference < hypothesis\n";
print STDERR "Reads the references from reference or reference0, reference1, ...\n";
exit(1);
}
@@ -35,12 +41,14 @@ my(@CORRECT,@TOTAL,$length_translation,$length_reference);
my $s=0;
while(<STDIN>) {
chop;
+ $_ = lc if $lowercase;
my @WORD = split;
my %REF_NGRAM = ();
my $length_translation_this_sentence = scalar(@WORD);
my ($closest_diff,$closest_length) = (9999,9999);
foreach my $reference (@{$REF[$s]}) {
# print "$s $_ <=> $reference\n";
+ $reference = lc($reference) if $lowercase;
my @WORD = split(/ /,$reference);
my $length = scalar(@WORD);
my $diff = abs($length_translation_this_sentence-$length);
diff --git a/scripts/generic/reverse-alignment.perl b/scripts/generic/reverse-alignment.perl
new file mode 100755
index 000000000..e19ddc9e5
--- /dev/null
+++ b/scripts/generic/reverse-alignment.perl
@@ -0,0 +1,20 @@
+#!/usr/bin/perl -w
+
+use strict;
+
+my $line;
+while ($line = <STDIN>)
+{
+ chomp($line);
+ my @toks = split(/ /, $line);
+
+ foreach (my $i = 0; $i < @toks; ++$i)
+ {
+ my $tok = $toks[$i];
+ my @alignPair = split(/-/, $tok);
+ (@alignPair == 2) or die("Something wrong");
+ print $alignPair[1]."-".$alignPair[0]." ";
+ }
+ print "\n";
+}
+
diff --git a/scripts/generic/trainlm-irst.perl b/scripts/generic/trainlm-irst.perl
new file mode 100755
index 000000000..71f6e08cf
--- /dev/null
+++ b/scripts/generic/trainlm-irst.perl
@@ -0,0 +1,82 @@
+#!/usr/bin/perl -w
+
+# Compatible with sri LM-creating script, eg.
+# ngram-count -order 5 -interpolate -wbdiscount -unk -text corpus.txt -lm lm.txt
+# To use it in the EMS, add this to the [LM] section
+# lm-training = "$moses-script-dir/generic/trainlm-irst.perl -cores $cores -irst-dir $irst-dir"
+# settings = ""
+# Also, make sure that $irst-dir is defined (in the [LM] or [GENERAL] section.
+# It should point to the root of the LM toolkit, eg
+# irst-dir = /Users/hieu/workspace/irstlm/trunk/bin
+# And make sure that $cores is defined, eg $cores = 8
+# And make sure the $settings variable is empty. This script doesn't understand some of the sri args like -unk and will complain.
+
+use strict;
+use FindBin qw($Bin);
+use Getopt::Long;
+
+my $order = 3;
+my $corpusPath;
+my $lmPath;
+my $cores = 2;
+my $irstPath;
+my $tempPath = "tmp";
+my $temp;
+
+GetOptions("order=s" => \$order,
+ "text=s" => \$corpusPath,
+ "lm=s" => \$lmPath,
+ "cores=s" => \$cores,
+ "irst-dir=s" => \$irstPath,
+ "temp-dir=s" => \$tempPath,
+ "interpolate!" => \$temp, #ignore
+ "kndiscount!" => \$temp #ignore
+ ) or exit 1;
+
+#die("ERROR: please set order") unless defined($order);
+die("ERROR: please set text") unless defined($corpusPath);
+die("ERROR: please set lm") unless defined($lmPath);
+die("ERROR: please set irst-dir") unless defined($irstPath);
+
+my $ext = ($corpusPath =~ m/([^.]+)$/)[0];
+print "extension is $ext\n";
+
+$tempPath .= "/irstlm-build-tmp.$$";
+`mkdir -p $tempPath`;
+
+my $cmd;
+if ($ext eq "gz")
+{
+ $cmd = "zcat $corpusPath | $irstPath/add-start-end.sh | gzip -c > $tempPath/monolingual.setagged.gz";
+}
+else
+{
+ $cmd = "cat $corpusPath | $irstPath/add-start-end.sh | gzip -c > $tempPath/monolingual.setagged.gz";
+}
+print STDERR "EXECUTING $cmd\n";
+`$cmd`;
+
+$cmd = "IRSTLM=$irstPath/.. $irstPath/build-lm.sh -t $tempPath/stat4 -i \"gunzip -c $tempPath/monolingual.setagged.gz\" -n $order -p -o $tempPath/iarpa.gz -k $cores";
+print STDERR "EXECUTING $cmd\n";
+`$cmd`;
+
+$ext = ($lmPath =~ m/([^.]+)$/)[0];
+print "extension is $ext\n";
+
+if ($ext eq "gz")
+{
+ $cmd = "$irstPath/compile-lm $tempPath/iarpa.gz --text yes /dev/stdout | gzip -c > $lmPath";
+}
+else
+{
+ $cmd = "$irstPath/compile-lm $tempPath/iarpa.gz --text yes $lmPath";
+}
+
+print STDERR "EXECUTING $cmd\n";
+`$cmd`;
+
+$cmd = "rm -rf $tempPath";
+print STDERR "EXECUTING $cmd\n";
+`$cmd`;
+
+print STDERR "FINISH.\n";
diff --git a/scripts/tokenizer/deescape-special-chars.perl b/scripts/tokenizer/deescape-special-chars.perl
new file mode 100755
index 000000000..c98e01ccc
--- /dev/null
+++ b/scripts/tokenizer/deescape-special-chars.perl
@@ -0,0 +1,13 @@
+#!/usr/bin/perl -w
+
+use strict;
+
+while(<STDIN>) {
+ s/\&bar;/\|/g;
+ s/\&lt;/\</g;
+ s/\&gt;/\>/g;
+ s/\&bra;/\[/g;
+ s/\&ket;/\]/g;
+ s/\&amp;/\&/g;
+ print $_;
+}
diff --git a/scripts/tokenizer/detokenizer.perl b/scripts/tokenizer/detokenizer.perl
index ac88834b0..e2d7ea0bb 100755
--- a/scripts/tokenizer/detokenizer.perl
+++ b/scripts/tokenizer/detokenizer.perl
@@ -1,13 +1,10 @@
#!/usr/bin/perl -w
-# $Id$
+# $Id: detokenizer.perl 4134 2011-08-08 15:30:54Z bgottesman $
# Sample De-Tokenizer
# written by Josh Schroeder, based on code by Philipp Koehn
# further modifications by Ondrej Bojar
-# This added by Herve Saint-Amand for compatibility with translate.cgi
-$|++;
-
binmode(STDIN, ":utf8");
binmode(STDOUT, ":utf8");
use strict;
@@ -20,6 +17,7 @@ my $UPPERCASE_SENT = 0;
while (@ARGV) {
$_ = shift;
+ /^-b$/ && ($| = 1, next);
/^-l$/ && ($language = shift, next);
/^-q$/ && ($QUIET = 1, next);
/^-h$/ && ($HELP = 1, next);
@@ -31,6 +29,7 @@ if ($HELP) {
print "Options:\n";
print " -u ... uppercase the first char in the final sentence.\n";
print " -q ... don't report detokenizer revision.\n";
+ print " -b ... disable Perl buffering.\n";
exit;
}
@@ -38,7 +37,7 @@ die "No built-in rules for language $language, claim en for default behaviour."
if $language !~ /^(cs|en|fr|it)$/;
if (!$QUIET) {
- print STDERR "Detokenizer Version ".'$Revision$'."\n";
+ print STDERR "Detokenizer Version ".'$Revision: 4134 $'."\n";
print STDERR "Language: $language\n";
}
@@ -64,8 +63,15 @@ sub detokenize {
my($text) = @_;
chomp($text);
$text = " $text ";
- $text =~ s/ \@\-\@ /-/g;
-
+ $text =~ s/ \@\-\@ /-/g;
+ # de-escape special chars
+ $text =~ s/\&bar;/\|/g;
+ $text =~ s/\&lt;/\</g;
+ $text =~ s/\&gt;/\>/g;
+ $text =~ s/\&bra;/\[/g;
+ $text =~ s/\&ket;/\]/g;
+ $text =~ s/\&amp;/\&/g;
+
my $word;
my $i;
my @words = split(/ /,$text);
diff --git a/scripts/tokenizer/escape-special-chars.perl b/scripts/tokenizer/escape-special-chars.perl
new file mode 100755
index 000000000..5c4dc9bb3
--- /dev/null
+++ b/scripts/tokenizer/escape-special-chars.perl
@@ -0,0 +1,23 @@
+#!/usr/bin/perl -w
+
+use strict;
+
+while(<STDIN>) {
+ chop;
+
+ # avoid general madness
+ s/\s+/ /g;
+ s/^ //g;
+ s/ $//g;
+ s/[\000-\037]//g;
+
+ # special characters in moses
+ s/\&/\&amp;/g;
+ s/\|/\&bar;/g;
+ s/\</\&lt;/g;
+ s/\>/\&gt;/g;
+ s/\[/\&bra;/g;
+ s/\]/\&ket;/g;
+
+ print $_."\n";
+}
diff --git a/scripts/tokenizer/tokenizer.perl b/scripts/tokenizer/tokenizer.perl
index 54be11644..a97d5e160 100755
--- a/scripts/tokenizer/tokenizer.perl
+++ b/scripts/tokenizer/tokenizer.perl
@@ -18,19 +18,26 @@ my $language = "en";
my $QUIET = 0;
my $HELP = 0;
my $AGGRESSIVE = 0;
+my $SKIP_XML = 0;
#my $start = [ Time::HiRes::gettimeofday( ) ];
while (@ARGV) {
$_ = shift;
+ /^-b$/ && ($| = 1, next);
/^-l$/ && ($language = shift, next);
/^-q$/ && ($QUIET = 1, next);
/^-h$/ && ($HELP = 1, next);
+ /^-x$/ && ($SKIP_XML = 1, next);
/^-a$/ && ($AGGRESSIVE = 1, next);
}
if ($HELP) {
print "Usage ./tokenizer.perl (-l [en|de|...]) < textfile > tokenizedfile\n";
+ print "Options:\n";
+ print " -q ... quiet.\n";
+ print " -a ... aggressive hyphen splitting.\n";
+ print " -b ... disable Perl buffering.\n";
exit;
}
if (!$QUIET) {
@@ -45,7 +52,7 @@ if (scalar(%NONBREAKING_PREFIX) eq 0){
}
while(<STDIN>) {
- if (/^<.+>$/ || /^\s*$/) {
+ if (($SKIP_XML && /^<.+>$/) || /^\s*$/) {
#don't try to tokenize XML/HTML tag lines
print $_;
}
@@ -63,6 +70,10 @@ sub tokenize {
chomp($text);
$text = " $text ";
+ # remove ASCII junk
+ $text =~ s/\s+/ /g;
+ $text =~ s/[\000-\037]//g;
+
# seperate out all "other" special characters
$text =~ s/([^\p{IsAlnum}\s\.\'\`\,\-])/ $1 /g;
@@ -136,7 +147,15 @@ sub tokenize {
$text =~ s/DOTDOTMULTI/DOTMULTI./g;
}
$text =~ s/DOTMULTI/./g;
-
+
+ #escape special chars
+ $text =~ s/\&/\&amp;/g;
+ $text =~ s/\|/\&bar;/g;
+ $text =~ s/\</\&lt;/g;
+ $text =~ s/\>/\&gt;/g;
+ $text =~ s/\[/\&bra;/g;
+ $text =~ s/\]/\&ket;/g;
+
#ensure final line break
$text .= "\n" unless $text =~ /\n$/;
diff --git a/scripts/training/combine_factors.pl b/scripts/training/combine_factors.pl
index 13054013b..8a57a6b57 100755
--- a/scripts/training/combine_factors.pl
+++ b/scripts/training/combine_factors.pl
@@ -35,7 +35,7 @@ while (defined $_) {
print STDERR "." if $nr % 10000 == 0;
print STDERR "($nr)" if $nr % 100000 == 0;
chomp;
- s/ +/ /g; s/^ //; s/ $//;
+ s/\s+/ /g; s/^ //; s/ $//;
my @intokens = split / /;
# load lines of corresponding streams and ensure equal number of words
my @lines_of_extratoks;
@@ -44,7 +44,7 @@ while (defined $_) {
die "Additional factor file $addfactors[$factor] contains too few sentences!"
if !defined $line;
chomp($line);
- $line =~ s/ +/ /g; $line =~ s/^ //; $line =~ s/ $//;
+ $line =~ s/\s+/ /g; $line =~ s/^ //; $line =~ s/ $//;
my @toks = split / /, $line;
die "Incompatible number of words in factor $factor on line $nr. ($#toks != $#intokens)"
if $#toks != $#intokens;
diff --git a/scripts/training/compact-rule-table/Compactify.h b/scripts/training/compact-rule-table/Compactify.h
index eb9febbba..ef5c1d9ec 100644
--- a/scripts/training/compact-rule-table/Compactify.h
+++ b/scripts/training/compact-rule-table/Compactify.h
@@ -10,7 +10,7 @@
namespace moses {
-class Options;
+struct Options;
// Tool for converting a rule table into a more compact format.
class Compactify : public Tool {
diff --git a/scripts/training/filter-model-given-input.pl b/scripts/training/filter-model-given-input.pl
index 834ecd884..e022ce530 100755
--- a/scripts/training/filter-model-given-input.pl
+++ b/scripts/training/filter-model-given-input.pl
@@ -37,8 +37,10 @@ my $ZCAT = "gzip -cd";
my $opt_hierarchical = 0;
my $binarizer = undef;
my $opt_min_non_initial_rule_count = undef;
+my $opt_gzip = 1; # gzip output files (so far only phrase-based ttable until someone tests remaining models and formats)
GetOptions(
+ "gzip!" => \$opt_gzip,
"Hierarchical" => \$opt_hierarchical,
"Binarizer=s" => \$binarizer,
"MinNonInitialRuleCount=i" => \$opt_min_non_initial_rule_count
@@ -119,7 +121,8 @@ while(<INI>) {
elsif ($binarizer && $phrase_table_impl == 0) {
print INI_OUT "1 $source_factor $t $w $new_name$table_flag\n";
} else {
- print INI_OUT "$phrase_table_impl $source_factor $t $w $new_name$table_flag\n";
+ $new_name .= ".gz" if $opt_gzip;
+ print INI_OUT "$phrase_table_impl $source_factor $t $w $new_name$table_flag\n";
}
push @TABLE_NEW_NAME,$new_name;
@@ -179,7 +182,7 @@ if ($opt_hierarchical)
my %PHRASE_USED;
if (!$opt_hierarchical) {
# get the phrase pairs appearing in the input text, up to the $MAX_LENGTH
- open(INPUT,$input) or die "Can't read $input";
+ open(INPUT,mk_open_string($input)) or die "Can't read $input";
while(my $line = <INPUT>) {
chomp($line);
my @WORD = split(/ +/,$line);
@@ -205,6 +208,22 @@ if (!$opt_hierarchical) {
close(INPUT);
}
+sub mk_open_string {
+ my $file = shift;
+ my $openstring;
+ if ($file !~ /\.gz$/ && -e "$file.gz") {
+ $openstring = "$ZCAT $file.gz |";
+ } elsif ($file =~ /\.gz$/) {
+ $openstring = "$ZCAT $file |";
+ } elsif ($opt_hierarchical) {
+ $openstring = "cat $file |";
+ } else {
+ $openstring = "< $file";
+ }
+ return $openstring;
+}
+
+
# filter files
for(my $i=0;$i<=$#TABLE;$i++) {
my ($used,$total) = (0,0);
@@ -213,18 +232,16 @@ for(my $i=0;$i<=$#TABLE;$i++) {
my $new_file = $TABLE_NEW_NAME[$i];
print STDERR "filtering $file -> $new_file...\n";
- my $openstring;
- if ($file !~ /\.gz$/ && -e "$file.gz") {
- $openstring = "$ZCAT $file.gz |";
- } elsif ($file =~ /\.gz$/) {
- $openstring = "$ZCAT $file |";
- } elsif ($opt_hierarchical) {
- $openstring = "cat $file |";
+ my $openstring = mk_open_string($file);
+
+ my $new_openstring;
+ if ($new_file =~ /\.gz$/) {
+ $new_openstring = "| gzip -c > $new_file";
} else {
- $openstring = "< $file";
+ $new_openstring = ">$new_file";
}
- open(FILE_OUT,">$new_file") or die "Can't write $new_file";
+ open(FILE_OUT,$new_openstring) or die "Can't write to $new_openstring";
if ($opt_hierarchical) {
my $tmp_input = $TMP_INPUT_FILENAME{$factors};
@@ -294,7 +311,7 @@ close(INFO);
print "To run the decoder, please call:
- moses -f $dir/moses.ini < $input\n";
+ moses -f $dir/moses.ini -i $input\n";
sub safesystem {
print STDERR "Executing: @_\n";
diff --git a/scripts/training/filter-rule-table.py b/scripts/training/filter-rule-table.py
index cd2d34c4f..8bef034de 100755
--- a/scripts/training/filter-rule-table.py
+++ b/scripts/training/filter-rule-table.py
@@ -101,7 +101,7 @@ def filterRuleTable(ruleTable, inputSentences, N, options):
match = False
for sentenceIndex in sentences:
sentenceLength = len(inputSentences[sentenceIndex])
- for indexSeq in enumerateIndexSeqs(ngramMaps, sentenceIndex):
+ for indexSeq in enumerateIndexSeqs(ngramMaps, sentenceIndex, 0):
if matchSegments(segments, indexSeq, sentenceLength):
print line,
match = True
@@ -184,16 +184,19 @@ def matchSegments(segments, indexSeq, sentenceLength):
maxPos = minPos
return True
-def enumerateIndexSeqs(ngramMaps, sentenceIndex):
+def enumerateIndexSeqs(ngramMaps, sentenceIndex, minFirstIndex):
assert len(ngramMaps) > 0
if len(ngramMaps) == 1:
for index in ngramMaps[0][sentenceIndex]:
- yield [index]
+ if index >= minFirstIndex:
+ yield [index]
return
for index in ngramMaps[0][sentenceIndex]:
- for seq in enumerateIndexSeqs(ngramMaps[1:], sentenceIndex):
- if seq[0] > index:
- yield [index] + seq
+ if index < minFirstIndex:
+ continue
+ for seq in enumerateIndexSeqs(ngramMaps[1:], sentenceIndex, index+1):
+ assert seq[0] > index
+ yield [index] + seq
if __name__ == "__main__":
main()
diff --git a/scripts/training/lexical-reordering/InputFileStream.cpp b/scripts/training/lexical-reordering/InputFileStream.cpp
new file mode 100755
index 000000000..013781c36
--- /dev/null
+++ b/scripts/training/lexical-reordering/InputFileStream.cpp
@@ -0,0 +1,67 @@
+// $Id: InputFileStream.cpp 2780 2010-01-29 17:11:17Z bojar $
+
+/***********************************************************************
+ Moses - factored phrase-based language decoder
+ Copyright (C) 2006 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#include "InputFileStream.h"
+#include "gzfilebuf.h"
+#include <iostream>
+
+using namespace std;
+
+namespace Moses
+{
+InputFileStream::InputFileStream(const std::string &filePath)
+ : std::istream(NULL)
+ , m_streambuf(NULL)
+{
+ Open(filePath);
+}
+
+InputFileStream::~InputFileStream()
+{
+ Close();
+}
+
+void InputFileStream::Open(const std::string &filePath)
+{
+ if (filePath.size() > 3 &&
+ filePath.substr(filePath.size() - 3, 3) == ".gz") {
+ m_streambuf = new gzfilebuf(filePath.c_str());
+ } else {
+ std::filebuf* fb = new std::filebuf();
+ fb = fb->open(filePath.c_str(), std::ios::in);
+ if (! fb) {
+ cerr << "Can't read " << filePath.c_str() << endl;
+ exit(1);
+ }
+ m_streambuf = fb;
+ }
+ this->init(m_streambuf);
+}
+
+void InputFileStream::Close()
+{
+ delete m_streambuf;
+ m_streambuf = NULL;
+}
+
+
+}
+
diff --git a/scripts/training/lexical-reordering/InputFileStream.h b/scripts/training/lexical-reordering/InputFileStream.h
new file mode 100755
index 000000000..1f37715fd
--- /dev/null
+++ b/scripts/training/lexical-reordering/InputFileStream.h
@@ -0,0 +1,49 @@
+// $Id: InputFileStream.h 2939 2010-02-24 11:15:44Z jfouet $
+
+/***********************************************************************
+ Moses - factored phrase-based language decoder
+ Copyright (C) 2006 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#ifndef moses_InputFileStream_h
+#define moses_InputFileStream_h
+
+#include <cstdlib>
+#include <fstream>
+#include <string>
+
+namespace Moses
+{
+
+/** Used in place of std::istream, can read zipped files if it ends in .gz
+ */
+class InputFileStream : public std::istream
+{
+protected:
+ std::streambuf *m_streambuf;
+public:
+
+ InputFileStream(const std::string &filePath);
+ ~InputFileStream();
+
+ void Open(const std::string &filePath);
+ void Close();
+};
+
+}
+
+#endif
diff --git a/scripts/training/lexical-reordering/Jamfile b/scripts/training/lexical-reordering/Jamfile
index 322f4202a..2b18f9dde 100644
--- a/scripts/training/lexical-reordering/Jamfile
+++ b/scripts/training/lexical-reordering/Jamfile
@@ -1,3 +1,3 @@
-exe score : reordering_classes.cpp score.cpp ../../..//z ;
+exe score : InputFileStream.cpp reordering_classes.cpp score.cpp ../../..//z ;
install dist : score : <location>. <install-type>EXE ;
diff --git a/mert/gzfilebuf.h b/scripts/training/lexical-reordering/gzfilebuf.h
index f9cd8a446..b5b0ce87f 100644..100755
--- a/mert/gzfilebuf.h
+++ b/scripts/training/lexical-reordering/gzfilebuf.h
@@ -1,5 +1,5 @@
-#ifndef _GZFILEBUF_H_
-#define _GZFILEBUF_H_
+#ifndef moses_gzfile_buf_h
+#define moses_gzfile_buf_h
#include <streambuf>
#include <zlib.h>
@@ -8,7 +8,7 @@
class gzfilebuf : public std::streambuf
{
public:
- explicit gzfilebuf(const char *filename) {
+ gzfilebuf(const char *filename) {
_gzf = gzopen(filename, "rb");
setg (_buff+sizeof(int), // beginning of putback area
_buff+sizeof(int), // read position
@@ -33,7 +33,7 @@ protected:
throw;
}
- // read one character
+ //read one character
virtual int_type underflow () {
// is read position before end of _buff?
if (gptr() < egptr()) {
@@ -82,4 +82,4 @@ private:
char _buff[_buffsize];
};
-#endif // _GZFILEBUF_H_
+#endif
diff --git a/scripts/training/lexical-reordering/reordering_classes.cpp b/scripts/training/lexical-reordering/reordering_classes.cpp
index 99043063a..2f159e4fa 100644
--- a/scripts/training/lexical-reordering/reordering_classes.cpp
+++ b/scripts/training/lexical-reordering/reordering_classes.cpp
@@ -22,6 +22,8 @@ ModelScore::ModelScore()
}
}
+ModelScore::~ModelScore() {}
+
ModelScore* ModelScore::createModelScore(const string& modeltype)
{
if (modeltype.compare("mslr") == 0) {
@@ -277,11 +279,11 @@ void Model::score_fe(const string& f, const string& e)
vector<double> scores;
scorer->score(modelscore->get_scores_fe_prev(), scores);
double sum = 0;
- for(int i=0; i<scores.size(); ++i) {
+ for(size_t i=0; i<scores.size(); ++i) {
scores[i] += smoothing_prev[i];
sum += scores[i];
}
- for(int i=0; i<scores.size(); ++i) {
+ for(size_t i=0; i<scores.size(); ++i) {
fprintf(file,"%f ",scores[i]/sum);
}
//fprintf(file, "||| ");
@@ -291,11 +293,11 @@ void Model::score_fe(const string& f, const string& e)
vector<double> scores;
scorer->score(modelscore->get_scores_fe_next(), scores);
double sum = 0;
- for(int i=0; i<scores.size(); ++i) {
+ for(size_t i=0; i<scores.size(); ++i) {
scores[i] += smoothing_next[i];
sum += scores[i];
}
- for(int i=0; i<scores.size(); ++i) {
+ for(size_t i=0; i<scores.size(); ++i) {
fprintf(file, "%f ", scores[i]/sum);
}
}
@@ -312,11 +314,11 @@ void Model::score_f(const string& f)
vector<double> scores;
scorer->score(modelscore->get_scores_f_prev(), scores);
double sum = 0;
- for(int i=0; i<scores.size(); ++i) {
+ for(size_t i=0; i<scores.size(); ++i) {
scores[i] += smoothing_prev[i];
sum += scores[i];
}
- for(int i=0; i<scores.size(); ++i) {
+ for(size_t i=0; i<scores.size(); ++i) {
fprintf(file, "%f ", scores[i]/sum);
}
//fprintf(file, "||| ");
@@ -326,11 +328,11 @@ void Model::score_f(const string& f)
vector<double> scores;
scorer->score(modelscore->get_scores_f_next(), scores);
double sum = 0;
- for(int i=0; i<scores.size(); ++i) {
+ for(size_t i=0; i<scores.size(); ++i) {
scores[i] += smoothing_next[i];
sum += scores[i];
}
- for(int i=0; i<scores.size(); ++i) {
+ for(size_t i=0; i<scores.size(); ++i) {
fprintf(file, "%f ", scores[i]/sum);
}
}
@@ -376,7 +378,7 @@ void Model::zipFile()
{
fclose(file);
file = fopen(filename.c_str(), "rb");
- FILE* gzfile = (FILE*) gzopen((filename+".gz").c_str(),"wb");
+ gzFile gzfile = gzopen((filename+".gz").c_str(),"wb");
char inbuffer[128];
int num_read;
while ((num_read = fread(inbuffer, 1, sizeof(inbuffer), file)) > 0) {
@@ -425,7 +427,7 @@ Model* Model::createModel(ModelScore* modelscore, const string& config, const st
void Model::createSmoothing(double w)
{
scorer->createSmoothing(modelscore->get_scores_fe_prev(), w, smoothing_prev);
- scorer->createSmoothing(modelscore->get_scores_fe_prev(), w, smoothing_next);
+ scorer->createSmoothing(modelscore->get_scores_fe_next(), w, smoothing_next);
}
void Model::createConstSmoothing(double w)
diff --git a/scripts/training/lexical-reordering/reordering_classes.h b/scripts/training/lexical-reordering/reordering_classes.h
index 40fa366dc..4d0b56240 100644
--- a/scripts/training/lexical-reordering/reordering_classes.h
+++ b/scripts/training/lexical-reordering/reordering_classes.h
@@ -31,6 +31,7 @@ protected:
public:
ModelScore();
+ virtual ~ModelScore();
void add_example(const std::string& previous, std::string& next);
void reset_fe();
void reset_f();
@@ -70,7 +71,7 @@ protected:
class Scorer
{
public:
- ~Scorer() {}
+ virtual ~Scorer() {}
virtual void score(const std::vector<double>&, std::vector<double>&) const = 0;
virtual void createSmoothing(const std::vector<double>&, double, std::vector<double>&) const = 0;
virtual void createConstSmoothing(double, std::vector<double>&) const = 0;
diff --git a/scripts/training/lexical-reordering/score.cpp b/scripts/training/lexical-reordering/score.cpp
index 3677ba572..7f14b9fc8 100644
--- a/scripts/training/lexical-reordering/score.cpp
+++ b/scripts/training/lexical-reordering/score.cpp
@@ -13,6 +13,7 @@
#include <sstream>
#include <cstdlib>
#include <cstring>
+#include "InputFileStream.h"
#include "reordering_classes.h"
@@ -37,7 +38,7 @@ int main(int argc, char* argv[])
double smoothingValue = atof(argv[2]);
string filepath = argv[3];
- ifstream eFile(extractFileName);
+ Moses::InputFileStream eFile(extractFileName);
if (!eFile) {
cerr << "Could not open the extract file " << extractFileName <<"for scoring of lexical reordering models\n";
exit(1);
@@ -113,16 +114,16 @@ int main(int argc, char* argv[])
}
// calculate smoothing for each model
- for (int i=0; i<models.size(); ++i) {
+ for (size_t i=0; i<models.size(); ++i) {
models[i]->createSmoothing(smoothingValue);
}
//reopen eFile
- eFile.close();
- eFile.open(extractFileName);
+ eFile.Close();
+ eFile.Open(extractFileName);
} else {
//constant smoothing
- for (int i=0; i<models.size(); ++i) {
+ for (size_t i=0; i<models.size(); ++i) {
models[i]->createConstSmoothing(smoothingValue);
}
}
@@ -140,7 +141,7 @@ int main(int argc, char* argv[])
first = false;
} else if (f.compare(f_current) != 0 || e.compare(e_current) != 0) {
//fe - score
- for (int i=0; i<models.size(); ++i) {
+ for (size_t i=0; i<models.size(); ++i) {
models[i]->score_fe(f_current,e_current);
}
//reset
@@ -150,7 +151,7 @@ int main(int argc, char* argv[])
if (f.compare(f_current) != 0) {
//f - score
- for (int i=0; i<models.size(); ++i) {
+ for (size_t i=0; i<models.size(); ++i) {
models[i]->score_f(f_current);
}
//reset
@@ -177,15 +178,15 @@ int main(int argc, char* argv[])
}
}
//Score the last phrases
- for (int i=0; i<models.size(); ++i) {
+ for (size_t i=0; i<models.size(); ++i) {
models[i]->score_fe(f,e);
}
- for (int i=0; i<models.size(); ++i) {
+ for (size_t i=0; i<models.size(); ++i) {
models[i]->score_f(f);
}
//Zip all files
- for (int i=0; i<models.size(); ++i) {
+ for (size_t i=0; i<models.size(); ++i) {
models[i]->zipFile();
}
diff --git a/scripts/training/mert-moses-multi.pl b/scripts/training/mert-moses-multi.pl
index 56ee9a91b..286d8a998 100755
--- a/scripts/training/mert-moses-multi.pl
+++ b/scripts/training/mert-moses-multi.pl
@@ -10,6 +10,7 @@
# Excerpts from revision history
+# Dec 2011 update the script for the mert-moses.pl compatibility
# Sept 2011 multi-threaded mert (Barry Haddow)
# 3 Aug 2011 Added random directions, historic best, pairwise ranked (PK)
# Jul 2011 simplifications (Ondrej Bojar)
@@ -47,9 +48,13 @@
# 13 Oct 2004 Use alternative decoders (DWC)
# Original version by Philipp Koehn
+use strict;
use FindBin qw($Bin);
use File::Basename;
use File::Path;
+use File::Spec;
+use Cwd;
+
my $SCRIPTS_ROOTDIR = $Bin;
$SCRIPTS_ROOTDIR =~ s/\/training$//;
$SCRIPTS_ROOTDIR = $ENV{"SCRIPTS_ROOTDIR"} if defined($ENV{"SCRIPTS_ROOTDIR"});
@@ -82,12 +87,16 @@ my $minimum_required_change_in_weights = 0.00001;
my $verbose = 0;
my $usage = 0; # request for --help
-my $___WORKING_DIR = "mert-work";
+
+# We assume that if you don't specify working directory,
+# we set the default is set to `pwd`/mert-work
+my $___WORKING_DIR = File::Spec->catfile(Cwd::getcwd(), "mert-work");
my $___DEV_F = undef; # required, input text to decode
my $___DEV_E = undef; # required, basename of files with references
my $___DECODER = undef; # required, pathname to the decoder executable
my $___CONFIG = undef; # required, pathname to startup ini file
my $___N_BEST_LIST_SIZE = 100;
+my $___LATTICE_SAMPLES = 0;
my $queue_flags = "-hard"; # extra parameters for parallelizer
# the -l ws0ssmt was relevant only to JHU 2006 workshop
my $___JOBS = undef; # if parallel, number of jobs to use (undef or 0 -> serial)
@@ -133,7 +142,6 @@ my $filtercmd = undef; # path to filter-model-given-input.pl
my $filterfile = undef;
my $qsubwrapper = undef;
my $moses_parallel_cmd = undef;
-my $scorer_config = "BLEU:1";
my $old_sge = 0; # assume sge<6.0
my $___CONFIG_ORIG = undef; # pathname to startup ini file before filtering
my $___ACTIVATE_FEATURES = undef; # comma-separated (or blank-separated) list of features to work on
@@ -144,10 +152,10 @@ my $prev_aggregate_nbl_size = -1; # number of previous step to consider when loa
# -1 means all previous, i.e. from iteration 1
# 0 means no previous data, i.e. from actual iteration
# 1 means 1 previous data , i.e. from the actual iteration and from the previous one
- # and so on
+ # and so on
my $maximum_iterations = 25;
+my $scorer_config = undef ;
-use strict;
use Getopt::Long;
GetOptions(
"working-dir=s" => \$___WORKING_DIR,
@@ -157,6 +165,7 @@ GetOptions(
"decoder=s" => \$___DECODER,
"config=s" => \$___CONFIG,
"nbest=i" => \$___N_BEST_LIST_SIZE,
+ "lattice-samples=i" => \$___LATTICE_SAMPLES,
"queue-flags=s" => \$queue_flags,
"jobs=i" => \$___JOBS,
"decoder-flags=s" => \$___DECODER_FLAGS,
@@ -191,8 +200,8 @@ GetOptions(
"pairwise-ranked" => \$___PAIRWISE_RANKED_OPTIMIZER,
"pro-starting-point" => \$___PRO_STARTING_POINT,
"historic-interpolation=f" => \$___HISTORIC_INTERPOLATION,
- "threads=i" => \$__THREADS,
- "sc-config=s" => \$scorer_config
+ "sc-config=s" => \$scorer_config,
+ "threads=i" => \$__THREADS
) or exit(1);
# the 4 required parameters can be supplied on the command line directly
@@ -210,6 +219,7 @@ if ($usage || !defined $___DEV_F || !defined $___DEV_E || !defined $___DECODER |
Options:
--working-dir=mert-dir ... where all the files are created
--nbest=100 ... how big nbestlist to generate
+ --lattice-samples ... how many lattice samples (Chatterjee & Cancedda, emnlp 2010)
--jobs=N ... set this to anything to run moses in parallel
--mosesparallelcmd=STR ... use a different script instead of moses-parallel
--queue-flags=STRING ... anything you with to pass to qsub, eg.
@@ -276,7 +286,7 @@ Options:
--threads=NUMBER ... Use multi-threaded mert (must be compiled in).
--historic-interpolation ... Interpolate optimized weights with prior iterations' weight
(parameter sets factor [0;1] given to current weights)
- --sc-config=STRING ... extra option to specify multiscoring.
+ --sc-config=\"METRIC1:WEIGHT1,METRIC2:WEIGHT2\" ... extra option to specify tuning with multiple metrics.
";
exit 1;
}
@@ -284,7 +294,6 @@ Options:
# Check validity of input parameters and set defaults if needed
-print STDERR "Using WORKING_DIR: $___WORKING_DIR\n";
print STDERR "Using SCRIPTS_ROOTDIR: $SCRIPTS_ROOTDIR\n";
# path of script for filtering phrase tables and running the decoder
@@ -308,9 +317,11 @@ if (!defined $mertdir) {
my $mert_extract_cmd = "$mertdir/extractor";
my $mert_mert_cmd = "$mertdir/mert";
+my $mert_pro_cmd = "$mertdir/pro";
die "Not executable: $mert_extract_cmd" if ! -x $mert_extract_cmd;
die "Not executable: $mert_mert_cmd" if ! -x $mert_mert_cmd;
+die "Not executable: $mert_pro_cmd" if ! -x $mert_pro_cmd;
my $pro_optimizer = "$mertdir/megam_i686.opt"; # or set to your installation
if (($___PAIRWISE_RANKED_OPTIMIZER || $___PRO_STARTING_POINT) && ! -x $pro_optimizer) {
@@ -610,6 +621,8 @@ my $oldallsorted = undef;
my $allsorted = undef;
my $nbest_file=undef;
+my $lsamp_file=undef; #Lattice samples
+my $orig_nbest_file=undef; # replaced if lattice sampling
while(1) {
$run++;
@@ -629,8 +642,20 @@ while(1) {
# skip running the decoder if the user wanted
if (!$skip_decoder) {
print "($run) run decoder to produce n-best lists\n";
- $nbest_file = run_decoder($featlist, $run, $need_to_normalize);
+ ($nbest_file,$lsamp_file) = run_decoder($featlist, $run, $need_to_normalize);
$need_to_normalize = 0;
+ if ($___LATTICE_SAMPLES) {
+ my $combined_file = "$nbest_file.comb";
+ safesystem("sort -k1,1n $nbest_file $lsamp_file > $combined_file") or
+ die("failed to merge nbest and lattice samples");
+ safesystem("gzip -f $nbest_file; gzip -f $lsamp_file") or
+ die "Failed to gzip nbests and lattice samples";
+ $orig_nbest_file = "$nbest_file.gz";
+ $orig_nbest_file = "$nbest_file.gz";
+ $lsamp_file = "$lsamp_file.gz";
+ $lsamp_file = "$lsamp_file.gz";
+ $nbest_file = "$combined_file";
+ }
safesystem("gzip -f $nbest_file") or die "Failed to gzip run*out";
$nbest_file = $nbest_file.".gz";
}
@@ -648,9 +673,12 @@ while(1) {
my $base_score_file = "scores.dat";
my $feature_file = "run$run.${base_feature_file}";
my $score_file = "run$run.${base_score_file}";
-
-# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
my $cmd = "";
+
+if (defined($scorer_config))
+{
+#process the mulitple metric way
+ print STDERR "-- process the mulitple metric way --\n";
my $scorer_name;
my $scorer_weight;
$scorer_config=~s/ //g;
@@ -659,108 +687,153 @@ while(1) {
my $scorer_config_spec;
foreach $scorer_config_spec(@lists_scorer_config)
{
-# print STDERR $scorer_config_spec."\n";
my @lists_scorer_config_spec=split(":",$scorer_config_spec);
$scorer_name=$lists_scorer_config_spec[0];
$scorer_weight=$lists_scorer_config_spec[1];
-# print STDERR $scorer_name."\n";
-# print STDERR $scorer_weight."\n";
$cmd = "$mert_extract_cmd $mert_extract_args --scfile $score_file.$scorer_name --ffile $feature_file.$scorer_name --sctype $scorer_name -r ".join(",", @references)." -n $nbest_file";
-# print STDERR "LANCEMENT $scorer_name ********************************************\n";
&submit_or_exec($cmd,"extract.out.$scorer_name","extract.err.$scorer_name");
-# print STDERR "FIN $scorer_name ************************************************** \n";
-# print STDERR "executing $cmd\n";
-
-# print STDERR "\n";
-# safesystem("date");
-# print STDERR "\n";
-
-# if (defined $___JOBS) {
-# safesystem("$qsubwrapper $pass_old_sge -command='$cmd' -queue-parameter=\"$queue_flags\" -stdout=extract.out.$scorer_name -stderr=extract.err.$scorer_name" )
-# or die "$scorer_name Failed to submit extraction to queue (via $qsubwrapper)";
-# } else {
-# safesystem("$cmd > extract.out.$scorer_name 2> extract.err.$scorer_name") or die "$scorer_name Failed to do extraction of statistics.";
-# }
-
-# print FILE "$scorer_name $scorer_weight $score_file.$scorer_name $feature_file.$scorer_name\n";
}
-# print STDERR "CREATION INI\n";
my @scorer_content;
my $fileIncrement=0;
open(FILE,">merge.init") || die ("File creation ERROR : merge.init");
+ my $minFileName="";
+ my $minFileSize;
+ my %scoreFileContent;
+ my %featureFileContent;
+ my $firstContent;
foreach $scorer_config_spec(@lists_scorer_config)
{
my @lists_scorer_config_spec=split(":",$scorer_config_spec);
$scorer_name=$lists_scorer_config_spec[0];
$scorer_weight=$lists_scorer_config_spec[1];
print FILE "$scorer_name $scorer_weight $score_file.$scorer_name $feature_file.$scorer_name\n";
- my @tmp_content=`/bin/cat $score_file.$scorer_name`;
- $scorer_content[$fileIncrement] = [ @tmp_content ];
+ my @tmp_scoreContent=`/bin/cat $score_file.$scorer_name`;
+ my @tmp_featContent=`/bin/cat $feature_file.$scorer_name`;
+ my $localIncrementFileContent=0;
+ my $fileContentInfo=0;
+ my $localIncrementInfo=0;
+ for ($localIncrementFileContent=0; $localIncrementFileContent<scalar(@tmp_scoreContent); $localIncrementFileContent++)
+ {
+ if (rindex($tmp_scoreContent[$localIncrementFileContent],"BEGIN")>-1)
+ {
+ my @split_local=split(" ",$tmp_scoreContent[$localIncrementFileContent]);
+ $fileContentInfo=$split_local[1];
+
+ $localIncrementInfo=0;
+ }
+ chomp($tmp_scoreContent[$localIncrementFileContent]);
+ chomp($tmp_featContent[$localIncrementFileContent]);
+ $scoreFileContent{$fileIncrement}{$fileContentInfo}{$localIncrementInfo}=$tmp_scoreContent[$localIncrementFileContent];
+ $featureFileContent{$fileIncrement}{$fileContentInfo}{$localIncrementInfo}=$tmp_featContent[$localIncrementFileContent];
+ $localIncrementInfo++;
+ }
if ($fileIncrement==0)
{
- `/bin/cp $feature_file.$scorer_name $feature_file`;
+ $minFileSize=$localIncrementFileContent;
+ $minFileName=$scorer_name;
+ }
+ else
+ {
+ if ($minFileSize>$localIncrementFileContent)
+ {
+ $minFileSize=$localIncrementFileContent;
+ $minFileName=$scorer_name;
+ }
}
$fileIncrement++;
}
close(FILE);
-# print STDERR "\n";
-# safesystem("date");
-# print STDERR "\n";
-# print STDERR "ON VA RASSEMBLER dans $score_file\n";
open(SCOREFILE,">$score_file") || die ("File creation ERROR : $score_file");
+ open(FEATUREFILE,">$feature_file") || die ("File creation ERROR : $feature_file");
my $newFileIncrement=0;
my $contentIncrement=0;
- my $contentSize=scalar(@{$scorer_content[0]});
-# print STDERR "TAILLE : ".$contentSize."|".$fileIncrement."\n";
- while ($contentIncrement< $contentSize)
+ my @nbestSize;
+ my $contentSize;
+ my $lineScore="";
+ my $lineFeature="";
+ my $minSize;
+ my $localContentIncrement=0;
+ my @localContentSizeSize;
+ my $scoreFileName;
+ my $notFinished=1;
+ my $scoreName=$minFileName;
+ my $minInfoSize=-1;
+ $fileIncrement=0;
+ while (defined($scoreFileContent{$fileIncrement}{$contentIncrement}))
{
- my $line="";
- $newFileIncrement=0;
- while($newFileIncrement< $fileIncrement)
+ if ($localContentIncrement==0)
{
- if (rindex($scorer_content[$newFileIncrement][$contentIncrement],"BEGIN")<0)
- {
- $line=$line." ".$scorer_content[$newFileIncrement][$contentIncrement];
- chomp($line);
- }
- else
- {
- my @split_line_input=split(" ",$scorer_content[$newFileIncrement][$contentIncrement]);
- my @split_line=split(" ",$line);
+ foreach $fileIncrement(sort keys %scoreFileContent)
+ {
+# process the score file
+ my @tmp_split=split(" ",$scoreFileContent{$fileIncrement}{$contentIncrement}{$localContentIncrement});
+ if ($minInfoSize==-1)
+ {
+ $minInfoSize=$tmp_split[2];
+ }
+ elsif ($minInfoSize>$tmp_split[2])
+ {
+ $minInfoSize=$tmp_split[2];
+ }
+ my @split_line=split(" ",$lineScore);
if (scalar(@split_line)>0)
{
- $split_line_input[3]=$split_line[3]+$split_line_input[3];
+ $tmp_split[3]=$split_line[3]+$tmp_split[3];
}
- $line=$split_line_input[0]." ".$split_line_input[1]." ".$split_line_input[2]." ".$split_line_input[3]." MERGE";
+ $lineScore=$tmp_split[0]." ".$contentIncrement." ".$minInfoSize." ".$tmp_split[3]." MERGE";
+# process the feature file
+ @tmp_split=split(" ",$featureFileContent{$fileIncrement}{$contentIncrement}{$localContentIncrement});
+ $lineFeature=$tmp_split[0]." ".$contentIncrement." ".$minInfoSize." ".$tmp_split[3]." MERGE";
+
}
- $newFileIncrement++;
+ $localContentIncrement++;
}
- $line=~s/^[ ]+//g;
- $line=~s/[ ]+$//g;
- $line=~s/[ ]+/ /g;
-# print STDERR $line."\n";
- print SCOREFILE $line."\n";
- $contentIncrement++;
+ else
+ {
+ LOOP_CONTENT: foreach $scoreName(sort keys %scoreFileContent)
+ {
+ if ((rindex($scoreFileContent{$fileIncrement}{$contentIncrement}{$localContentIncrement},"END")>-1) || ($minInfoSize < $localContentIncrement))
+ {
+ $lineScore="SCORES_TXT_END_0";
+ $lineFeature="FEATURES_TXT_END_0";
+ $localContentIncrement=0;
+ $contentIncrement++;
+ $minInfoSize=-1;
+ last LOOP_CONTENT;
+ }
+ else
+ {
+ $lineScore=$lineScore." ".$scoreFileContent{$fileIncrement}{$contentIncrement}{$localContentIncrement};
+ $lineFeature=$featureFileContent{$fileIncrement}{$contentIncrement}{$localContentIncrement};
+ }
+ }
+ if ($localContentIncrement!=0)
+ {
+ $localContentIncrement++;
+ }
+ }
+ $lineScore=~s/^[ ]+//g;
+ $lineScore=~s/[ ]+$//g;
+ $lineScore=~s/[ ]+/ /g;
+ $lineFeature=~s/^[ ]+//g;
+ $lineFeature=~s/[ ]+$//g;
+ $lineFeature=~s/[ ]+/ /g;
+ print SCOREFILE $lineScore."\n";
+ print FEATUREFILE $lineFeature."\n";
+ $lineScore="";
+ $lineFeature="";
+ }
+ close(SCOREFILE);
+ close(FEATUREFILE);
+ }
+ else
+ {
+ # continue with the classical way
+ $cmd = "$mert_extract_cmd $mert_extract_args --scfile $score_file --ffile $feature_file -r ".join(",", @references)." -n $nbest_file";
+ $cmd = create_extractor_script($cmd, $___WORKING_DIR);
+ &submit_or_exec($cmd,"extract.out","extract.err");
}
- close(SCOREFILE);
-# `/bin/cp `
-
-# $cmd="$mertdir/mergeWeights -c merge.init -s $score_file -f $feature_file";
-# print STDERR "executing : $cmd\n";
-
-# if (defined $___JOBS) {
-# safesystem("$qsubwrapper $pass_old_sge -command='$cmd' -queue-parameter=\"$queue_flags\" -stdout=mergeWeight.out.MERGE -stderr=mergeWeight.err.MERGE" )
-# or die "MERGE Failed to submit extraction to queue (via $qsubwrapper)";
-# } else {
-# safesystem("$cmd > mergeWeight.out.MERGE 2> mergeWeight.err.MERGE") or die "MERGE Failed to do extraction of statistics.";
-# }
-
-# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-
-# my $cmd = "$mert_extract_cmd $mert_extract_args --scfile $score_file --ffile $feature_file -r ".join(",", @references)." -n $nbest_file";
-# &submit_or_exec($cmd,"extract.out","extract.err");
-
# Create the initial weights file for mert: init.opt
my @MIN = @{$featlist->{"mins"}};
@@ -785,10 +858,12 @@ while(1) {
$cmd = "$mert_mert_cmd -d $DIM $mert_mert_args";
my $mert_settings = " -n $___RANDOM_RESTARTS";
+ my $seed_settings = "";
if ($___PREDICTABLE_SEEDS) {
my $seed = $run * 1000;
- $mert_settings .= " -r $seed";
+ $seed_settings .= " -r $seed";
}
+ $mert_settings .= $seed_settings;
if ($___RANDOM_DIRECTIONS) {
if ($___NUM_RANDOM_DIRECTIONS == 0) {
$mert_settings .= " -m 50";
@@ -802,19 +877,25 @@ while(1) {
$mert_settings .= " --threads $__THREADS";
}
- my $file_settings = "";
+ my $ffiles = "";
+ my $scfiles = "";
if (defined $prev_feature_file) {
- $file_settings .= " --ffile $prev_feature_file,$feature_file";
+ $ffiles = "$prev_feature_file,$feature_file";
}
else{
- $file_settings .= " --ffile $feature_file";
+ $ffiles = "$feature_file";
}
if (defined $prev_score_file) {
- $file_settings .= " --scfile $prev_score_file,$score_file";
+ $scfiles = "$prev_score_file,$score_file";
}
else{
- $file_settings .= " --scfile $score_file";
+ $scfiles = "$score_file";
}
+
+ my $file_settings = " --ffile $ffiles --scfile $scfiles";
+ my $pro_file_settings = "--ffile " . join( " --ffile ", split(/,/, $ffiles)) .
+ " --scfile " . join( " --scfile ", split(/,/, $scfiles));
+
if ($___START_WITH_HISTORIC_BESTS && defined $prev_init_file) {
$file_settings .= " --ifile $prev_init_file,run$run.$weights_in_file";
}
@@ -826,13 +907,13 @@ while(1) {
# pro optimization
if ($___PAIRWISE_RANKED_OPTIMIZER) {
- $cmd .= " --pro run$run.pro.data ; echo 'not used' > $weights_out_file; $pro_optimizer -fvals -maxi 30 -nobias binary run$run.pro.data";
+ $cmd = "$mert_pro_cmd $seed_settings $pro_file_settings -o run$run.pro.data ; echo 'not used' > $weights_out_file; $pro_optimizer -fvals -maxi 30 -nobias binary run$run.pro.data";
&submit_or_exec($cmd,$mert_outfile,$mert_logfile);
}
# first pro, then mert
elsif ($___PRO_STARTING_POINT) {
# run pro...
- my $pro_cmd = $cmd." --pro run$run.pro.data ; $pro_optimizer -fvals -maxi 30 -nobias binary run$run.pro.data";
+ my $pro_cmd = "$mert_pro_cmd $seed_settings $pro_file_settings -o run$run.pro.data ; $pro_optimizer -fvals -maxi 30 -nobias binary run$run.pro.data";
&submit_or_exec($pro_cmd,"run$run.pro.out","run$run.pro.err");
# ... get results ...
my %dummy;
@@ -858,9 +939,8 @@ while(1) {
chomp $extractFiles;
safesystem ("\\cp -f $extractFiles run$run.$extractFiles") or die;
}
-
-# safesystem ("\\cp -f extract.err run$run.extract.err") or die;
-# safesystem ("\\cp -f extract.out run$run.extract.out") or die;
+# safesystem ("\\cp -f extract.err run$run.extract.err") or die;
+# safesystem ("\\cp -f extract.out run$run.extract.out") or die;
safesystem ("\\cp -f $mert_outfile run$run.$mert_outfile") or die;
safesystem ("\\cp -f $mert_logfile run$run.$mert_logfile") or die;
safesystem ("touch $mert_logfile run$run.$mert_logfile") or die;
@@ -985,7 +1065,7 @@ if (defined $allsorted){ safesystem ("\\rm -f $allsorted") or die; };
safesystem("\\cp -f $weights_in_file run$run.$weights_in_file") or die;
safesystem("\\cp -f $mert_logfile run$run.$mert_logfile") or die;
-create_config($___CONFIG_ORIG, "./moses.ini", $featlist, $run, $devbleu);
+create_config($___CONFIG_ORIG, "./moses.ini", $featlist, $run, $devbleu, $sparse_weights_file);
# just to be sure that we have the really last finished step marked
open F, "> finished_step.txt" or die "Can't mark finished step";
@@ -1040,6 +1120,11 @@ sub run_decoder {
my ($featlist, $run, $need_to_normalize) = @_;
my $filename_template = "run%d.best$___N_BEST_LIST_SIZE.out";
my $filename = sprintf($filename_template, $run);
+ my $lsamp_filename = undef;
+ if ($___LATTICE_SAMPLES) {
+ my $lsamp_filename_template = "run%d.lsamp$___LATTICE_SAMPLES.out";
+ $lsamp_filename = sprintf($lsamp_filename_template, $run);
+ }
# user-supplied parameters
print "params = $___DECODER_FLAGS\n";
@@ -1060,23 +1145,28 @@ sub run_decoder {
$model_weights{$name} .= sprintf " %.6f", $vals[$i];
}
my $decoder_config = join(" ", values %model_weights);
+ $decoder_config .= " -weight-file run$run.sparse-weights" if -e "run$run.sparse-weights";
print STDERR "DECODER_CFG = $decoder_config\n";
print "decoder_config = $decoder_config\n";
+
# run the decoder
- my $nBest_cmd = "-n-best-size $___N_BEST_LIST_SIZE";
my $decoder_cmd;
+ my $lsamp_cmd = "";
+ if ($___LATTICE_SAMPLES) {
+ $lsamp_cmd = " -lattice-samples $lsamp_filename $___LATTICE_SAMPLES ";
+ }
if (defined $___JOBS && $___JOBS > 0) {
- $decoder_cmd = "$moses_parallel_cmd $pass_old_sge -config $___CONFIG -inputtype $___INPUTTYPE -qsub-prefix mert$run -queue-parameters \"$queue_flags\" -decoder-parameters \"$___DECODER_FLAGS $decoder_config\" -n-best-list \"$filename $___N_BEST_LIST_SIZE\" -input-file $___DEV_F -jobs $___JOBS -decoder $___DECODER > run$run.out";
+ $decoder_cmd = "$moses_parallel_cmd $pass_old_sge -config $___CONFIG -inputtype $___INPUTTYPE -qsub-prefix mert$run -queue-parameters \"$queue_flags\" -decoder-parameters \"$___DECODER_FLAGS $decoder_config\" $lsamp_cmd -n-best-list \"$filename $___N_BEST_LIST_SIZE\" -input-file $___DEV_F -jobs $___JOBS -decoder $___DECODER > run$run.out";
} else {
- $decoder_cmd = "$___DECODER $___DECODER_FLAGS -config $___CONFIG -inputtype $___INPUTTYPE $decoder_config -n-best-list $filename $___N_BEST_LIST_SIZE -input-file $___DEV_F > run$run.out";
+ $decoder_cmd = "$___DECODER $___DECODER_FLAGS -config $___CONFIG -inputtype $___INPUTTYPE $decoder_config $lsamp_cmd -n-best-list $filename $___N_BEST_LIST_SIZE -input-file $___DEV_F > run$run.out";
}
safesystem($decoder_cmd) or die "The decoder died. CONFIG WAS $decoder_config \n";
sanity_check_order_of_lambdas($featlist, $filename);
- return $filename;
+ return ($filename, $lsamp_filename);
}
@@ -1374,3 +1464,20 @@ sub submit_or_exec {
safesystem("$cmd > $stdout 2> $stderr") or die "ERROR: Failed to run '$cmd'.";
}
}
+
+sub create_extractor_script
+{
+ my ($cmd, $outdir) = @_;
+ my $script_path = File::Spec->catfile($outdir, "extractor.sh");
+
+ open my $out, '>', $script_path
+ or die "Couldn't open $script_path for writing: $!\n";
+ print $out "#!/bin/bash\n";
+ print $out "cd $outdir\n";
+ print $out "$cmd\n";
+ close($out);
+
+ `chmod +x $script_path`;
+
+ return $script_path;
+}
diff --git a/scripts/training/mert-moses.pl b/scripts/training/mert-moses.pl
index 7ae87ae67..ded336274 100755
--- a/scripts/training/mert-moses.pl
+++ b/scripts/training/mert-moses.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl -w
# $Id$
# Usage:
# mert-moses.pl <foreign> <english> <decoder-executable> <decoder-config>
@@ -13,13 +13,13 @@
# Sept 2011 multi-threaded mert (Barry Haddow)
# 3 Aug 2011 Added random directions, historic best, pairwise ranked (PK)
# Jul 2011 simplifications (Ondrej Bojar)
-# -- rely on moses' -show-weights instead of parsing moses.ini
+# -- rely on moses' -show-weights instead of parsing moses.ini
# ... so moses is also run once *before* mert starts, checking
# the model to some extent
# -- got rid of the 'triples' mess;
# use --range to supply bounds for random starting values:
# --range tm:-3..3 --range lm:-3..3
-# 5 Aug 2009 Handling with different reference length policies (shortest, average, closest) for BLEU
+# 5 Aug 2009 Handling with different reference length policies (shortest, average, closest) for BLEU
# and case-sensistive/insensitive evaluation (Nicola Bertoldi)
# 5 Jun 2008 Forked previous version to support new mert implementation.
# 13 Feb 2007 Better handling of default values for lambda, now works with multiple
@@ -36,8 +36,8 @@
# 29 Jul 2006 run-filter, score-nbest and mert run on the queue (Nicola; Ondrej had to type it in again)
# 28 Jul 2006 attempt at foolproof usage, strong checking of input validity, merged the parallel and nonparallel version (Ondrej Bojar)
# 27 Jul 2006 adding the safesystem() function to handle with process failure
-# 22 Jul 2006 fixed a bug about handling relative path of configuration file (Nicola Bertoldi)
-# 21 Jul 2006 adapted for Moses-in-parallel (Nicola Bertoldi)
+# 22 Jul 2006 fixed a bug about handling relative path of configuration file (Nicola Bertoldi)
+# 21 Jul 2006 adapted for Moses-in-parallel (Nicola Bertoldi)
# 18 Jul 2006 adapted for Moses and cleaned up (PK)
# 21 Jan 2005 unified various versions, thorough cleanup (DWC)
# now indexing accumulated n-best list solely by feature vectors
@@ -78,8 +78,8 @@ $SCRIPTS_ROOTDIR = $ENV{"SCRIPTS_ROOTDIR"} if defined($ENV{"SCRIPTS_ROOTDIR"});
# internally (and on the command line) uses ABBR names.
my @ABBR_FULL_MAP = qw(d=weight-d lm=weight-l tm=weight-t w=weight-w
g=weight-generation lex=weight-lex I=weight-i);
-my %ABBR2FULL = map {split/=/,$_,2} @ABBR_FULL_MAP;
-my %FULL2ABBR = map {my ($a, $b) = split/=/,$_,2; ($b, $a);} @ABBR_FULL_MAP;
+my %ABBR2FULL = map { split /=/, $_, 2 } @ABBR_FULL_MAP;
+my %FULL2ABBR = map { my ($a, $b) = split /=/, $_, 2; ($b, $a); } @ABBR_FULL_MAP;
my $minimum_required_change_in_weights = 0.00001;
# stop if no lambda changes more than this
@@ -107,10 +107,16 @@ my $___PREDICTABLE_SEEDS = 0;
my $___START_WITH_HISTORIC_BESTS = 0; # use best settings from all previous iterations as starting points [Foster&Kuhn,2009]
my $___RANDOM_DIRECTIONS = 0; # search in random directions only
my $___NUM_RANDOM_DIRECTIONS = 0; # number of random directions, also works with default optimizer [Cer&al.,2008]
-my $___PAIRWISE_RANKED_OPTIMIZER = 0; # use Hopkins&May[2011]
-my $___PRO_STARTING_POINT = 0; # get a starting point from pairwise ranked optimizer
my $___RANDOM_RESTARTS = 20;
+
+# Flags related to PRO (Hopkins & May, 2011)
+my $___PAIRWISE_RANKED_OPTIMIZER = 0; # flag to enable PRO.
+my $___PRO_STARTING_POINT = 0; # get a starting point from pairwise ranked optimizer
my $___HISTORIC_INTERPOLATION = 0; # interpolate optimize weights with previous iteration's weights [Hopkins&May,2011,5.4.3]
+# MegaM's options for PRO optimization.
+# TODO: Should we also add these values to options of this script?
+my $megam_default_options = "-fvals -maxi 30 -nobias binary";
+
my $__THREADS = 0;
# Parameter for effective reference length when computing BLEU score
@@ -131,19 +137,20 @@ my $___NOCASE = 0;
my $___NONORM = 0;
# set 0 if input type is text, set 1 if input type is confusion network
-my $___INPUTTYPE = 0;
+my $___INPUTTYPE = 0;
my $mertdir = undef; # path to new mert directory
my $mertargs = undef; # args to pass through to mert & extractor
my $mertmertargs = undef; # args to pass through to mert only
+my $extractorargs = undef; # args to pass through to extractor only
my $filtercmd = undef; # path to filter-model-given-input.pl
my $filterfile = undef;
my $qsubwrapper = undef;
my $moses_parallel_cmd = undef;
my $old_sge = 0; # assume sge<6.0
my $___CONFIG_ORIG = undef; # pathname to startup ini file before filtering
-my $___ACTIVATE_FEATURES = undef; # comma-separated (or blank-separated) list of features to work on
+my $___ACTIVATE_FEATURES = undef; # comma-separated (or blank-separated) list of features to work on
# if undef work on all features
# (others are fixed to the starting values)
my $___RANGES = undef;
@@ -178,6 +185,7 @@ GetOptions(
"verbose" => \$verbose,
"mertdir=s" => \$mertdir,
"mertargs=s" => \$mertargs,
+ "extractorargs=s" => \$extractorargs,
"mertmertargs=s" => \$mertmertargs,
"rootdir=s" => \$SCRIPTS_ROOTDIR,
"filtercmd=s" => \$filtercmd, # allow to override the default location
@@ -221,7 +229,7 @@ Options:
--mosesparallelcmd=STR ... use a different script instead of moses-parallel
--queue-flags=STRING ... anything you with to pass to qsub, eg.
'-l ws06osssmt=true'. The default is: '-hard'
- To reset the parameters, please use
+ To reset the parameters, please use
--queue-flags=' '
(i.e. a space between the quotes).
--decoder-flags=STRING ... extra parameters for the decoder
@@ -241,8 +249,9 @@ Options:
model. useful for lattice decoding
--rootdir=STRING ... where do helpers reside (if not given explicitly)
--mertdir=STRING ... path to new mert implementation
- --mertargs=STRING ... extra args for mert, eg. to specify scorer
- --mertmertargs=STRING ... extra args for mert only,
+ --mertargs=STRING ... extra args for both extractor and mert
+ --extractorargs=STRING ... extra args for extractor only
+ --mertmertargs=STRING ... extra args for mert only
--scorenbestcmd=STRING ... path to score-nbest.py
--old-sge ... passed to parallelizers, assume Grid Engine < 6.0
--inputtype=[0|1|2] ... Handle different input types: (0 for text,
@@ -262,7 +271,7 @@ Options:
is identical to:
--range=tm:0..1,-1..1,0..2
but not to:
- --range=tm:0..2 --range=tm:0..1,-1..1
+ --range=tm:0..2 --range=tm:0..1,-1..1
--activate-features=STRING ... comma-separated list of features to optimize,
others are fixed to the starting values
default: optimize all features
@@ -293,94 +302,93 @@ Options:
print STDERR "Using SCRIPTS_ROOTDIR: $SCRIPTS_ROOTDIR\n";
# path of script for filtering phrase tables and running the decoder
-$filtercmd="$SCRIPTS_ROOTDIR/training/filter-model-given-input.pl" if !defined $filtercmd;
+$filtercmd = File::Spec->catfile($SCRIPTS_ROOTDIR, "training", "filter-model-given-input.pl") if !defined $filtercmd;
if ( ! -x $filtercmd && ! $___FILTER_PHRASE_TABLE) {
- print STDERR "Filtering command not found: $filtercmd.\n";
- print STDERR "Use --filtercmd=PATH to specify a valid one or --no-filter-phrase-table\n";
+ warn "Filtering command not found: $filtercmd.";
+ warn "Use --filtercmd=PATH to specify a valid one or --no-filter-phrase-table";
exit 1;
}
-$qsubwrapper="$SCRIPTS_ROOTDIR/generic/qsub-wrapper.pl" if !defined $qsubwrapper;
+$qsubwrapper = File::Spec->catfile($SCRIPTS_ROOTDIR, "generic", "qsub-wrapper.pl") if !defined $qsubwrapper;
-$moses_parallel_cmd = "$SCRIPTS_ROOTDIR/generic/moses-parallel.pl"
+$moses_parallel_cmd = File::Spec->catfile($SCRIPTS_ROOTDIR, "generic", "moses-parallel.pl")
if !defined $moses_parallel_cmd;
if (!defined $mertdir) {
- $mertdir = "$SCRIPTS_ROOTDIR/../mert";
+ $mertdir = File::Spec->catfile(File::Basename::dirname($SCRIPTS_ROOTDIR), "dist", "bin");
+ die "mertdir does not exist: $mertdir" if ! -x $mertdir;
print STDERR "Assuming --mertdir=$mertdir\n";
}
-my $mert_extract_cmd = "$mertdir/extractor";
-my $mert_mert_cmd = "$mertdir/mert";
-my $mert_pro_cmd = "$mertdir/pro";
+my $mert_extract_cmd = File::Spec->catfile($mertdir, "extractor");
+my $mert_mert_cmd = File::Spec->catfile($mertdir, "mert");
+my $mert_pro_cmd = File::Spec->catfile($mertdir, "pro");
die "Not executable: $mert_extract_cmd" if ! -x $mert_extract_cmd;
-die "Not executable: $mert_mert_cmd" if ! -x $mert_mert_cmd;
-die "Not executable: $mert_pro_cmd" if ! -x $mert_pro_cmd;
+die "Not executable: $mert_mert_cmd" if ! -x $mert_mert_cmd;
+die "Not executable: $mert_pro_cmd" if ! -x $mert_pro_cmd;
+
+my $pro_optimizer = File::Spec->catfile($mertdir, "megam_i686.opt"); # or set to your installation
-my $pro_optimizer = "$mertdir/megam_i686.opt"; # or set to your installation
if (($___PAIRWISE_RANKED_OPTIMIZER || $___PRO_STARTING_POINT) && ! -x $pro_optimizer) {
- print "did not find $pro_optimizer, installing it in $mertdir\n";
+ print "Could not find $pro_optimizer, installing it in $mertdir\n";
+ my $megam_url = "http://www.cs.utah.edu/~hal/megam/";
+ if (&is_mac_osx()) {
+ die "Error: Sorry for Mac OS X users! Please get the source code of megam and compile by hand. Please see $megam_url for details.";
+ }
+
`cd $mertdir; wget http://www.cs.utah.edu/~hal/megam/megam_i686.opt.gz;`;
`gunzip $pro_optimizer.gz`;
`chmod +x $pro_optimizer`;
- die("ERROR: Installation of megam_i686.opt failed! Install by hand from http://www.cs.utah.edu/~hal/megam/") unless -x $pro_optimizer;
+ die("ERROR: Installation of megam_i686.opt failed! Install by hand from $megam_url") unless -x $pro_optimizer;
}
$mertargs = "" if !defined $mertargs;
my $scconfig = undef;
-if ($mertargs =~ /\-\-scconfig\s+(.+?)(\s|$)/){
- $scconfig=$1;
+if ($mertargs =~ /\-\-scconfig\s+(.+?)(\s|$)/) {
+ $scconfig = $1;
$scconfig =~ s/\,/ /g;
$mertargs =~ s/\-\-scconfig\s+(.+?)(\s|$)//;
}
# handling reference lengh strategy
-if (($___CLOSEST + $___AVERAGE + $___SHORTEST) > 1){
- die "You can specify just ONE reference length strategy (closest or shortest or average) not both\n";
-}
-
-if ($___SHORTEST){
- $scconfig .= " reflen:shortest";
-}elsif ($___AVERAGE){
- $scconfig .= " reflen:average";
-}elsif ($___CLOSEST){
- $scconfig .= " reflen:closest";
-}
+$scconfig .= &setup_reference_length_type();
# handling case-insensitive flag
-if ($___NOCASE) {
- $scconfig .= " case:false";
-}else{
- $scconfig .= " case:true";
-}
+$scconfig .= &setup_case_config();
+
$scconfig =~ s/^\s+//;
$scconfig =~ s/\s+$//;
$scconfig =~ s/\s+/,/g;
$scconfig = "--scconfig $scconfig" if ($scconfig);
-my $mert_extract_args=$mertargs;
-$mert_extract_args .=" $scconfig";
+my $mert_extract_args = $mertargs;
+$mert_extract_args .= " $scconfig";
+
+$extractorargs = "" unless $extractorargs;
+$mert_extract_args .= " $extractorargs";
$mertmertargs = "" if !defined $mertmertargs;
-my $mert_mert_args="$mertargs $mertmertargs";
+my $mert_mert_args = "$mertargs $mertmertargs";
$mert_mert_args =~ s/\-+(binary|b)\b//;
-$mert_mert_args .=" $scconfig";
-if ($___ACTIVATE_FEATURES){ $mert_mert_args .=" -o \"$___ACTIVATE_FEATURES\""; }
+$mert_mert_args .= " $scconfig";
+if ($___ACTIVATE_FEATURES) {
+ $mert_mert_args .= " -o \"$___ACTIVATE_FEATURES\"";
+}
-my ($just_cmd_filtercmd,$x) = split(/ /,$filtercmd);
+my ($just_cmd_filtercmd, $x) = split(/ /, $filtercmd);
die "Not executable: $just_cmd_filtercmd" if ! -x $just_cmd_filtercmd;
die "Not executable: $moses_parallel_cmd" if defined $___JOBS && ! -x $moses_parallel_cmd;
-die "Not executable: $qsubwrapper" if defined $___JOBS && ! -x $qsubwrapper;
-die "Not executable: $___DECODER" if ! -x $___DECODER;
+die "Not executable: $qsubwrapper" if defined $___JOBS && ! -x $qsubwrapper;
+die "Not executable: $___DECODER" if ! -x $___DECODER;
my $input_abs = ensure_full_path($___DEV_F);
-die "File not found: $___DEV_F (interpreted as $input_abs)."
- if ! -e $input_abs;
+die "File not found: $___DEV_F (interpreted as $input_abs)." if ! -e $input_abs;
+
$___DEV_F = $input_abs;
# Option to pass to qsubwrapper and moses-parallel
@@ -396,30 +404,31 @@ my $ref_abs = ensure_full_path($___DEV_E);
my @references;
if (-e $ref_abs) {
push @references, $ref_abs;
-}
-else {
+} else {
# if multiple file, get a full list of the files
- my $part = 0;
- while (-e $ref_abs.$part) {
- push @references, $ref_abs.$part;
- $part++;
- }
- die("Reference translations not found: $___DEV_E (interpreted as $ref_abs)") unless $part;
+ my $part = 0;
+ if (! -e $ref_abs . "0" && -e $ref_abs . ".ref0") {
+ $ref_abs .= ".ref";
+ }
+ while (-e $ref_abs . $part) {
+ push @references, $ref_abs . $part;
+ $part++;
+ }
+ die("Reference translations not found: $___DEV_E (interpreted as $ref_abs)") unless $part;
}
my $config_abs = ensure_full_path($___CONFIG);
-die "File not found: $___CONFIG (interpreted as $config_abs)."
- if ! -e $config_abs;
+die "File not found: $___CONFIG (interpreted as $config_abs)." if ! -e $config_abs;
$___CONFIG = $config_abs;
# moses should use our config
if ($___DECODER_FLAGS =~ /(^|\s)-(config|f) /
-|| $___DECODER_FLAGS =~ /(^|\s)-(ttable-file|t) /
-|| $___DECODER_FLAGS =~ /(^|\s)-(distortion-file) /
-|| $___DECODER_FLAGS =~ /(^|\s)-(generation-file) /
-|| $___DECODER_FLAGS =~ /(^|\s)-(lmodel-file) /
-|| $___DECODER_FLAGS =~ /(^|\s)-(global-lexical-file) /
-) {
+ || $___DECODER_FLAGS =~ /(^|\s)-(ttable-file|t) /
+ || $___DECODER_FLAGS =~ /(^|\s)-(distortion-file) /
+ || $___DECODER_FLAGS =~ /(^|\s)-(generation-file) /
+ || $___DECODER_FLAGS =~ /(^|\s)-(lmodel-file) /
+ || $___DECODER_FLAGS =~ /(^|\s)-(global-lexical-file) /
+ ) {
die "It is forbidden to supply any of -config, -ttable-file, -distortion-file, -generation-file or -lmodel-file in the --decoder-flags.\nPlease use only the --config option to give the config file that lists all the supplementary files.";
}
@@ -428,14 +437,12 @@ if ($___DECODER_FLAGS =~ /(^|\s)-(config|f) /
my $need_to_normalize = 1;
#store current directory and create the working directory (if needed)
-my $cwd = `pawd 2>/dev/null`;
-if(!$cwd){$cwd = `pwd`;}
-chomp($cwd);
+my $cwd = Cwd::getcwd();
mkpath($___WORKING_DIR);
-{
# open local scope
+{
#chdir to the working directory
chdir($___WORKING_DIR) or die "Can't chdir to $___WORKING_DIR";
@@ -445,6 +452,7 @@ my $mert_outfile = "mert.out";
my $mert_logfile = "mert.log";
my $weights_in_file = "init.opt";
my $weights_out_file = "weights.txt";
+my $finished_step_file = "finished_step.txt";
# set start run
my $start_run = 1;
@@ -460,22 +468,20 @@ if ($___FILTER_PHRASE_TABLE) {
my $outdir = "filtered";
if (-e "$outdir/moses.ini") {
print STDERR "Assuming the tables are already filtered, reusing $outdir/moses.ini\n";
- }
- else {
+ } else {
# filter the phrase tables with respect to input, use --decoder-flags
print STDERR "filtering the phrase tables... ".`date`;
my $___FILTER_F = $___DEV_F;
$___FILTER_F = $filterfile if (defined $filterfile);
my $cmd = "$filtercmd ./$outdir $___CONFIG $___FILTER_F";
- &submit_or_exec($cmd,"filterphrases.out","filterphrases.err");
+ &submit_or_exec($cmd, "filterphrases.out", "filterphrases.err");
}
# make a backup copy of startup ini filepath
$___CONFIG_ORIG = $___CONFIG;
# the decoder should now use the filtered model
$___CONFIG = "$outdir/moses.ini";
-}
-else{
+} else{
# do not filter phrase tables (useful if binary phrase tables are available)
# use the original configuration file
$___CONFIG_ORIG = $___CONFIG;
@@ -490,21 +496,21 @@ $featlist = insert_ranges_to_featlist($featlist, $___RANGES);
if (defined $___ACTIVATE_FEATURES) {
my %enabled = map { ($_, 1) } split /[, ]+/, $___ACTIVATE_FEATURES;
my %cnt;
- for(my $i=0; $i<scalar(@{$featlist->{"names"}}); $i++) {
+ for (my $i = 0; $i < scalar(@{$featlist->{"names"}}); $i++) {
my $name = $featlist->{"names"}->[$i];
$cnt{$name} = 0 if !defined $cnt{$name};
- $featlist->{"enabled"}->[$i] = $enabled{$name."_".$cnt{$name}};
+ $featlist->{"enabled"}->[$i] = $enabled{$name . "_" . $cnt{$name}};
$cnt{$name}++;
}
} else {
# all enabled
- for(my $i=0; $i<scalar(@{$featlist->{"names"}}); $i++) {
+ for(my $i = 0; $i < scalar(@{$featlist->{"names"}}); $i++) {
$featlist->{"enabled"}->[$i] = 1;
}
}
print STDERR "MERT starting values and ranges for random generation:\n";
-for(my $i=0; $i<scalar(@{$featlist->{"names"}}); $i++) {
+for (my $i = 0; $i < scalar(@{$featlist->{"names"}}); $i++) {
my $name = $featlist->{"names"}->[$i];
my $val = $featlist->{"values"}->[$i];
my $min = $featlist->{"mins"}->[$i];
@@ -521,110 +527,103 @@ for(my $i=0; $i<scalar(@{$featlist->{"names"}}); $i++) {
if ($continue) {
# getting the last finished step
print STDERR "Trying to continue an interrupted optimization.\n";
- open IN, "finished_step.txt" or die "Failed to find the step number, failed to read finished_step.txt";
- my $step = <IN>;
+ open my $fh, '<', $finished_step_file or die "$finished_step_file: $!";
+ my $step = <$fh>;
chomp $step;
- close IN;
+ close $fh;
print STDERR "Last finished step is $step\n";
# getting the first needed step
my $firststep;
- if ($prev_aggregate_nbl_size==-1){
- $firststep=1;
- }
- else{
- $firststep=$step-$prev_aggregate_nbl_size+1;
- $firststep=($firststep>0)?$firststep:1;
+ if ($prev_aggregate_nbl_size == -1) {
+ $firststep = 1;
+ } else {
+ $firststep = $step - $prev_aggregate_nbl_size + 1;
+ $firststep = ($firststep > 0) ? $firststep : 1;
}
-#checking if all needed data are available
- if ($firststep<=$step){
+ #checking if all needed data are available
+ if ($firststep <= $step) {
print STDERR "First previous needed data index is $firststep\n";
print STDERR "Checking whether all needed data (from step $firststep to step $step) are available\n";
-
- for (my $prevstep=$firststep; $prevstep<=$step;$prevstep++){
- print STDERR "Checking whether data of step $prevstep are available\n";
- if (! -e "run$prevstep.features.dat"){
- die "Can't start from step $step, because run$prevstep.features.dat was not found!";
- }else{
- if (defined $prev_feature_file){
- $prev_feature_file = "${prev_feature_file},run$prevstep.features.dat";
- }
- else{
- $prev_feature_file = "run$prevstep.features.dat";
- }
+
+ for (my $prevstep = $firststep; $prevstep <= $step; $prevstep++) {
+ print STDERR "Checking whether data of step $prevstep are available\n";
+ if (! -e "run$prevstep.features.dat") {
+ die "Can't start from step $step, because run$prevstep.features.dat was not found!";
+ } else {
+ if (defined $prev_feature_file) {
+ $prev_feature_file = "${prev_feature_file},run$prevstep.features.dat";
+ } else {
+ $prev_feature_file = "run$prevstep.features.dat";
+ }
}
- if (! -e "run$prevstep.scores.dat"){
- die "Can't start from step $step, because run$prevstep.scores.dat was not found!";
- }else{
- if (defined $prev_score_file){
- $prev_score_file = "${prev_score_file},run$prevstep.scores.dat";
- }
- else{
- $prev_score_file = "run$prevstep.scores.dat";
- }
+ if (! -e "run$prevstep.scores.dat") {
+ die "Can't start from step $step, because run$prevstep.scores.dat was not found!";
+ } else {
+ if (defined $prev_score_file) {
+ $prev_score_file = "${prev_score_file},run$prevstep.scores.dat";
+ } else {
+ $prev_score_file = "run$prevstep.scores.dat";
+ }
}
- if (! -e "run$prevstep.${weights_in_file}"){
- die "Can't start from step $step, because run$prevstep.${weights_in_file} was not found!";
- }else{
- if (defined $prev_init_file){
+ if (! -e "run$prevstep.${weights_in_file}") {
+ die "Can't start from step $step, because run$prevstep.${weights_in_file} was not found!";
+ } else{
+ if (defined $prev_init_file) {
$prev_init_file = "${prev_init_file},run$prevstep.${weights_in_file}";
- }
- else{
+ } else{
$prev_init_file = "run$prevstep.${weights_in_file}";
}
}
}
- if (! -e "run$step.weights.txt"){
+ if (! -e "run$step.weights.txt") {
die "Can't start from step $step, because run$step.weights.txt was not found!";
}
- if (! -e "run$step.$mert_logfile"){
+ if (! -e "run$step.$mert_logfile") {
die "Can't start from step $step, because run$step.$mert_logfile was not found!";
}
- if (! -e "run$step.best$___N_BEST_LIST_SIZE.out.gz"){
+ if (! -e "run$step.best$___N_BEST_LIST_SIZE.out.gz") {
die "Can't start from step $step, because run$step.best$___N_BEST_LIST_SIZE.out.gz was not found!";
}
print STDERR "All needed data are available\n";
-
print STDERR "Loading information from last step ($step)\n";
+
my %dummy; # sparse features
- ($bestpoint,$devbleu) = &get_weights_from_mert("run$step.$mert_outfile","run$step.$mert_logfile",scalar @{$featlist->{"names"}},\%dummy);
+ ($bestpoint, $devbleu) = &get_weights_from_mert("run$step.$mert_outfile","run$step.$mert_logfile", scalar @{$featlist->{"names"}}, \%dummy);
die "Failed to parse mert.log, missed Best point there."
if !defined $bestpoint || !defined $devbleu;
print "($step) BEST at $step $bestpoint => $devbleu at ".`date`;
my @newweights = split /\s+/, $bestpoint;
-
+
# Sanity check: order of lambdas must match
sanity_check_order_of_lambdas($featlist,
"gunzip -c < run$step.best$___N_BEST_LIST_SIZE.out.gz |");
# update my cache of lambda values
$featlist->{"values"} = \@newweights;
- }
- else{
+ } else {
print STDERR "No previous data are needed\n";
}
-
- $start_run = $step +1;
+ $start_run = $step + 1;
}
###### MERT MAIN LOOP
-my $run=$start_run-1;
+my $run = $start_run - 1;
-my $oldallsorted = undef;
-my $allsorted = undef;
+my $oldallsorted = undef;
+my $allsorted = undef;
+my $nbest_file = undef;
+my $lsamp_file = undef; # Lattice samples
+my $orig_nbest_file = undef; # replaced if lattice sampling
-my $nbest_file=undef;
-my $lsamp_file=undef; #Lattice samples
-my $orig_nbest_file=undef; # replaced if lattice sampling
-
-while(1) {
+while (1) {
$run++;
if ($maximum_iterations && $run > $maximum_iterations) {
- print "Maximum number of iterations exceeded - stopping\n";
- last;
+ print "Maximum number of iterations exceeded - stopping\n";
+ last;
}
# run beamdecoder with option to output nbestlists
# the end result should be (1) @NBEST_LIST, a list of lists; (2) @SCORE, a list of lists of lists
@@ -632,64 +631,59 @@ while(1) {
print "run $run start at ".`date`;
# In case something dies later, we might wish to have a copy
- create_config($___CONFIG, "./run$run.moses.ini", $featlist, $run, (defined$devbleu?$devbleu:"--not-estimated--"),$sparse_weights_file);
-
+ create_config($___CONFIG, "./run$run.moses.ini", $featlist, $run, (defined $devbleu ? $devbleu : "--not-estimated--"), $sparse_weights_file);
# skip running the decoder if the user wanted
- if (!$skip_decoder) {
- print "($run) run decoder to produce n-best lists\n";
- ($nbest_file,$lsamp_file) = run_decoder($featlist, $run, $need_to_normalize);
- $need_to_normalize = 0;
- if ($___LATTICE_SAMPLES) {
- my $combined_file = "$nbest_file.comb";
- safesystem("sort -k1,1n $nbest_file $lsamp_file > $combined_file") or
+ if (! $skip_decoder) {
+ print "($run) run decoder to produce n-best lists\n";
+ ($nbest_file, $lsamp_file) = run_decoder($featlist, $run, $need_to_normalize);
+ $need_to_normalize = 0;
+ if ($___LATTICE_SAMPLES) {
+ my $combined_file = "$nbest_file.comb";
+ safesystem("sort -k1,1n $nbest_file $lsamp_file > $combined_file") or
die("failed to merge nbest and lattice samples");
- safesystem("gzip -f $nbest_file; gzip -f $lsamp_file") or
+ safesystem("gzip -f $nbest_file; gzip -f $lsamp_file") or
die "Failed to gzip nbests and lattice samples";
- $orig_nbest_file = "$nbest_file.gz";
- $orig_nbest_file = "$nbest_file.gz";
- $lsamp_file = "$lsamp_file.gz";
- $lsamp_file = "$lsamp_file.gz";
- $nbest_file = "$combined_file";
- }
- safesystem("gzip -f $nbest_file") or die "Failed to gzip run*out";
- $nbest_file = $nbest_file.".gz";
- }
- else {
- $nbest_file="run$run.best$___N_BEST_LIST_SIZE.out.gz";
- print "skipped decoder run $run\n";
- $skip_decoder = 0;
- $need_to_normalize = 0;
+ $orig_nbest_file = "$nbest_file.gz";
+ $orig_nbest_file = "$nbest_file.gz";
+ $lsamp_file = "$lsamp_file.gz";
+ $lsamp_file = "$lsamp_file.gz";
+ $nbest_file = "$combined_file";
+ }
+ safesystem("gzip -f $nbest_file") or die "Failed to gzip run*out";
+ $nbest_file = $nbest_file.".gz";
+ } else {
+ $nbest_file = "run$run.best$___N_BEST_LIST_SIZE.out.gz";
+ print "skipped decoder run $run\n";
+ $skip_decoder = 0;
+ $need_to_normalize = 0;
}
# extract score statistics and features from the nbest lists
print STDERR "Scoring the nbestlist.\n";
my $base_feature_file = "features.dat";
- my $base_score_file = "scores.dat";
- my $feature_file = "run$run.${base_feature_file}";
- my $score_file = "run$run.${base_score_file}";
+ my $base_score_file = "scores.dat";
+ my $feature_file = "run$run.${base_feature_file}";
+ my $score_file = "run$run.${base_score_file}";
- my $cmd = "$mert_extract_cmd $mert_extract_args --scfile $score_file --ffile $feature_file -r ".join(",", @references)." -n $nbest_file";
- $cmd = create_extractor_script($cmd, $___WORKING_DIR);
-
- &submit_or_exec($cmd,"extract.out","extract.err");
+ my $cmd = "$mert_extract_cmd $mert_extract_args --scfile $score_file --ffile $feature_file -r " . join(",", @references) . " -n $nbest_file";
+ $cmd = &create_extractor_script($cmd, $___WORKING_DIR);
+ &submit_or_exec($cmd, "extract.out","extract.err");
# Create the initial weights file for mert: init.opt
-
- my @MIN = @{$featlist->{"mins"}};
- my @MAX = @{$featlist->{"maxs"}};
+ my @MIN = @{$featlist->{"mins"}};
+ my @MAX = @{$featlist->{"maxs"}};
my @CURR = @{$featlist->{"values"}};
my @NAME = @{$featlist->{"names"}};
-
- open(OUT,"> $weights_in_file")
- or die "Can't write $weights_in_file (WD now $___WORKING_DIR)";
- print OUT join(" ", @CURR)."\n";
- print OUT join(" ", @MIN)."\n"; # this is where we could pass MINS
- print OUT join(" ", @MAX)."\n"; # this is where we could pass MAXS
- close(OUT);
+
+ open my $out, '>', $weights_in_file or die "Can't write $weights_in_file (WD now $___WORKING_DIR)";
+ print $out join(" ", @CURR) . "\n";
+ print $out join(" ", @MIN) . "\n"; # this is where we could pass MINS
+ print $out join(" ", @MAX) . "\n"; # this is where we could pass MAXS
+ close $out;
# print join(" ", @NAME)."\n";
-
+
# make a backup copy labelled with this run number
safesystem("\\cp -f $weights_in_file run$run.$weights_in_file") or die;
@@ -697,12 +691,12 @@ while(1) {
# run mert
$cmd = "$mert_mert_cmd -d $DIM $mert_mert_args";
-
+
my $mert_settings = " -n $___RANDOM_RESTARTS";
my $seed_settings = "";
if ($___PREDICTABLE_SEEDS) {
- my $seed = $run * 1000;
- $seed_settings .= " -r $seed";
+ my $seed = $run * 1000;
+ $seed_settings .= " -r $seed";
}
$mert_settings .= $seed_settings;
if ($___RANDOM_DIRECTIONS) {
@@ -720,43 +714,40 @@ while(1) {
my $ffiles = "";
my $scfiles = "";
+
if (defined $prev_feature_file) {
$ffiles = "$prev_feature_file,$feature_file";
- }
- else{
+ } else{
$ffiles = "$feature_file";
}
+
if (defined $prev_score_file) {
$scfiles = "$prev_score_file,$score_file";
- }
- else{
+ } else{
$scfiles = "$score_file";
}
my $file_settings = " --ffile $ffiles --scfile $scfiles";
- my $pro_file_settings = "--ffile " . join( " --ffile ", split(/,/, $ffiles)) .
- " --scfile " . join( " --scfile ", split(/,/, $scfiles));
-
+ my $pro_file_settings = "--ffile " . join(" --ffile ", split(/,/, $ffiles)) .
+ " --scfile " . join(" --scfile ", split(/,/, $scfiles));
+
if ($___START_WITH_HISTORIC_BESTS && defined $prev_init_file) {
$file_settings .= " --ifile $prev_init_file,run$run.$weights_in_file";
- }
- else{
+ } else {
$file_settings .= " --ifile run$run.$weights_in_file";
}
$cmd .= $file_settings;
my %sparse_weights; # sparse features
- # pro optimization
- if ($___PAIRWISE_RANKED_OPTIMIZER) {
- $cmd = "$mert_pro_cmd $seed_settings $pro_file_settings -o run$run.pro.data ; echo 'not used' > $weights_out_file; $pro_optimizer -fvals -maxi 30 -nobias binary run$run.pro.data";
- &submit_or_exec($cmd,$mert_outfile,$mert_logfile);
- }
- # first pro, then mert
- elsif ($___PRO_STARTING_POINT) {
+ my $pro_optimizer_cmd = "$pro_optimizer $megam_default_options run$run.pro.data";
+ if ($___PAIRWISE_RANKED_OPTIMIZER) { # pro optimization
+ $cmd = "$mert_pro_cmd $seed_settings $pro_file_settings -o run$run.pro.data ; echo 'not used' > $weights_out_file; $pro_optimizer_cmd";
+ &submit_or_exec($cmd, $mert_outfile, $mert_logfile);
+ } elsif ($___PRO_STARTING_POINT) { # First, run pro, then mert
# run pro...
- my $pro_cmd = "$mert_pro_cmd $seed_settings $pro_file_settings -o run$run.pro.data ; $pro_optimizer -fvals -maxi 30 -nobias binary run$run.pro.data";
- &submit_or_exec($pro_cmd,"run$run.pro.out","run$run.pro.err");
+ my $pro_cmd = "$mert_pro_cmd $seed_settings $pro_file_settings -o run$run.pro.data ; $pro_optimizer_cmd";
+ &submit_or_exec($pro_cmd, "run$run.pro.out", "run$run.pro.err");
# ... get results ...
($bestpoint,$devbleu) = &get_weights_from_mert("run$run.pro.out","run$run.pro.err",scalar @{$featlist->{"names"}},\%sparse_weights);
# Get the pro outputs ready for mert. Add the weight ranges,
@@ -794,12 +785,12 @@ while(1) {
if ! -s $weights_out_file;
# backup copies
- safesystem ("\\cp -f extract.err run$run.extract.err") or die;
- safesystem ("\\cp -f extract.out run$run.extract.out") or die;
- safesystem ("\\cp -f $mert_outfile run$run.$mert_outfile") or die;
- safesystem ("\\cp -f $mert_logfile run$run.$mert_logfile") or die;
- safesystem ("touch $mert_logfile run$run.$mert_logfile") or die;
- safesystem ("\\cp -f $weights_out_file run$run.$weights_out_file") or die; # this one is needed for restarts, too
+ safesystem("\\cp -f extract.err run$run.extract.err") or die;
+ safesystem("\\cp -f extract.out run$run.extract.out") or die;
+ safesystem("\\cp -f $mert_outfile run$run.$mert_outfile") or die;
+ safesystem("\\cp -f $mert_logfile run$run.$mert_logfile") or die;
+ safesystem("touch $mert_logfile run$run.$mert_logfile") or die;
+ safesystem("\\cp -f $weights_out_file run$run.$weights_out_file") or die; # this one is needed for restarts, too
print "run $run end at ".`date`;
@@ -822,52 +813,53 @@ while(1) {
if ($___HISTORIC_INTERPOLATION>0 && $run>3) {
my %historic_sparse_weights;
if (-e "run$run.sparse-weights") {
- open(SPARSE,"run$run.sparse-weights");
- while(<SPARSE>) {
+ open my $sparse_fh, '<', "run$run.sparse-weights" or die "run$run.sparse-weights: $!";
+ while (<$sparse_fh>) {
chop;
- my ($feature,$weight) = split;
+ my ($feature, $weight) = split;
$historic_sparse_weights{$feature} = $weight;
}
+ close $sparse_fh;
}
- my $prev = $run-1;
+ my $prev = $run - 1;
my @historic_weights = split /\s+/, `cat run$prev.$weights_out_file`;
- for(my $i=0;$i<scalar(@newweights);$i++) {
- $newweights[$i] = $___HISTORIC_INTERPOLATION * $newweights[$i] + (1-$___HISTORIC_INTERPOLATION) * $historic_weights[$i];
+ for(my $i = 0; $i < scalar(@newweights); $i++) {
+ $newweights[$i] = $___HISTORIC_INTERPOLATION * $newweights[$i] + (1 - $___HISTORIC_INTERPOLATION) * $historic_weights[$i];
}
- print "interpolate with ".join(",",@historic_weights)." to ".join(",",@newweights);
+ print "interpolate with " . join(",", @historic_weights) . " to " . join(",", @newweights);
foreach (keys %sparse_weights) {
$sparse_weights{$_} *= $___HISTORIC_INTERPOLATION;
#print STDERR "sparse_weights{$_} *= $___HISTORIC_INTERPOLATION -> $sparse_weights{$_}\n";
}
foreach (keys %historic_sparse_weights) {
- $sparse_weights{$_} += (1-$___HISTORIC_INTERPOLATION) * $historic_sparse_weights{$_};
+ $sparse_weights{$_} += (1 - $___HISTORIC_INTERPOLATION) * $historic_sparse_weights{$_};
#print STDERR "sparse_weights{$_} += (1-$___HISTORIC_INTERPOLATION) * $historic_sparse_weights{$_} -> $sparse_weights{$_}\n";
}
}
- if ($___HISTORIC_INTERPOLATION>0) {
- open(WEIGHTS,">run$run.$weights_out_file");
- print WEIGHTS join(" ",@newweights);
- close(WEIGHTS);
+ if ($___HISTORIC_INTERPOLATION > 0) {
+ open my $weights_fh, '>', "run$run.$weights_out_file" or die "run$run.$weights_out_file: $!";
+ print $weights_fh join(" ", @newweights);
+ close $weights_fh;
}
$featlist->{"values"} = \@newweights;
if (scalar keys %sparse_weights) {
- $sparse_weights_file = "run".($run+1).".sparse-weights";
- open(SPARSE,">".$sparse_weights_file);
+ $sparse_weights_file = "run" . ($run + 1) . ".sparse-weights";
+ open my $sparse_fh, '>', $sparse_weights_file or die "$sparse_weights_file: $!";
foreach my $feature (keys %sparse_weights) {
my $sparse_weight = $sparse_weights{$feature};
if ($___PRO_STARTING_POINT) {
$sparse_weight *= $merge_weight;
}
- print SPARSE "$feature $sparse_weight\n";
+ print $sparse_fh "$feature $sparse_weight\n";
}
- close(SPARSE);
+ close $sparse_fh;
}
## additional stopping criterion: weights have not changed
my $shouldstop = 1;
- for(my $i=0; $i<@CURR; $i++) {
+ for (my $i = 0; $i < @CURR; $i++) {
die "Lost weight! mert reported fewer weights (@newweights) than we gave it (@CURR)"
if !defined $newweights[$i];
if (abs($CURR[$i] - $newweights[$i]) >= $minimum_required_change_in_weights) {
@@ -876,9 +868,7 @@ while(1) {
}
}
- open F, "> finished_step.txt" or die "Can't mark finished step";
- print F $run."\n";
- close F;
+ &save_finished_step($finished_step_file, $run);
if ($shouldstop) {
print STDERR "None of the weights changed more than $minimum_required_change_in_weights. Stopping.\n";
@@ -886,44 +876,45 @@ while(1) {
}
my $firstrun;
- if ($prev_aggregate_nbl_size==-1){
- $firstrun=1;
- }
- else{
- $firstrun=$run-$prev_aggregate_nbl_size+1;
- $firstrun=($firstrun>0)?$firstrun:1;
+ if ($prev_aggregate_nbl_size == -1) {
+ $firstrun = 1;
+ } else {
+ $firstrun = $run - $prev_aggregate_nbl_size + 1;
+ $firstrun = ($firstrun > 0) ? $firstrun : 1;
}
+
print "loading data from $firstrun to $run (prev_aggregate_nbl_size=$prev_aggregate_nbl_size)\n";
$prev_feature_file = undef;
- $prev_score_file = undef;
- $prev_init_file = undef;
- for (my $i=$firstrun;$i<=$run;$i++){
- if (defined $prev_feature_file){
+ $prev_score_file = undef;
+ $prev_init_file = undef;
+ for (my $i = $firstrun; $i <= $run; $i++) {
+ if (defined $prev_feature_file) {
$prev_feature_file = "${prev_feature_file},run${i}.${base_feature_file}";
- }
- else{
+ } else {
$prev_feature_file = "run${i}.${base_feature_file}";
}
- if (defined $prev_score_file){
+
+ if (defined $prev_score_file) {
$prev_score_file = "${prev_score_file},run${i}.${base_score_file}";
- }
- else{
+ } else {
$prev_score_file = "run${i}.${base_score_file}";
}
- if (defined $prev_init_file){
+
+ if (defined $prev_init_file) {
$prev_init_file = "${prev_init_file},run${i}.${weights_in_file}";
- }
- else{
+ } else {
$prev_init_file = "run${i}.${weights_in_file}";
}
}
print "loading data from $prev_feature_file\n" if defined($prev_feature_file);
- print "loading data from $prev_score_file\n" if defined($prev_score_file);
- print "loading data from $prev_init_file\n" if defined($prev_init_file);
+ print "loading data from $prev_score_file\n" if defined($prev_score_file);
+ print "loading data from $prev_init_file\n" if defined($prev_init_file);
}
-print "Training finished at ".`date`;
+print "Training finished at " . `date`;
-if (defined $allsorted){ safesystem ("\\rm -f $allsorted") or die; };
+if (defined $allsorted) {
+ safesystem ("\\rm -f $allsorted") or die;
+}
safesystem("\\cp -f $weights_in_file run$run.$weights_in_file") or die;
safesystem("\\cp -f $mert_logfile run$run.$mert_logfile") or die;
@@ -931,10 +922,7 @@ safesystem("\\cp -f $mert_logfile run$run.$mert_logfile") or die;
create_config($___CONFIG_ORIG, "./moses.ini", $featlist, $run, $devbleu, $sparse_weights_file);
# just to be sure that we have the really last finished step marked
-open F, "> finished_step.txt" or die "Can't mark finished step";
-print F $run."\n";
-close F;
-
+&save_finished_step($finished_step_file, $run);
#chdir back to the original directory # useless, just to remind we were not there
chdir($cwd);
@@ -942,41 +930,37 @@ chdir($cwd);
} # end of local scope
sub get_weights_from_mert {
- my ($outfile,$logfile,$weight_count,$sparse_weights) = @_;
- my ($bestpoint,$devbleu);
+ my ($outfile, $logfile, $weight_count, $sparse_weights) = @_;
+ my ($bestpoint, $devbleu);
if ($___PAIRWISE_RANKED_OPTIMIZER || ($___PRO_STARTING_POINT && $logfile =~ /pro/)) {
- open(IN,$outfile) or die "Can't open $outfile";
- my (@WEIGHT,$sum);
- for(my $i=0;$i<$weight_count;$i++) { push @WEIGHT, 0; }
- while(<IN>) {
- # regular features
- if (/^F(\d+) ([\-\.\de]+)/) {
+ open my $fh, '<', $outfile or die "Can't open $outfile: $!";
+ my (@WEIGHT, $sum);
+ for (my $i = 0; $i < $weight_count; $i++) { push @WEIGHT, 0; }
+ while (<$fh>) {
+ if (/^F(\d+) ([\-\.\de]+)/) { # regular features
$WEIGHT[$1] = $2;
$sum += abs($2);
- }
- # sparse features
- elsif(/^(.+_.+) ([\-\.\de]+)/) {
+ } elsif (/^(.+_.+) ([\-\.\de]+)/) { # sparse features
$$sparse_weights{$1} = $2;
}
}
$devbleu = "unknown";
foreach (@WEIGHT) { $_ /= $sum; }
foreach (keys %{$sparse_weights}) { $$sparse_weights{$_} /= $sum; }
- $bestpoint = join(" ",@WEIGHT);
- close IN;
- }
- else {
- open(IN,$logfile) or die "Can't open $logfile";
- while (<IN>) {
+ $bestpoint = join(" ", @WEIGHT);
+ close $fh;
+ } else {
+ open my $fh, '<', $logfile or die "Can't open $logfile: $!";
+ while (<$fh>) {
if (/Best point:\s*([\s\d\.\-e]+?)\s*=> ([\-\d\.]+)/) {
$bestpoint = $1;
$devbleu = $2;
last;
}
}
- close IN;
+ close $fh;
}
- return ($bestpoint,$devbleu);
+ return ($bestpoint, $devbleu);
}
sub run_decoder {
@@ -988,7 +972,7 @@ sub run_decoder {
my $lsamp_filename_template = "run%d.lsamp$___LATTICE_SAMPLES.out";
$lsamp_filename = sprintf($lsamp_filename_template, $run);
}
-
+
# user-supplied parameters
print "params = $___DECODER_FLAGS\n";
@@ -996,9 +980,9 @@ sub run_decoder {
my @vals = @{$featlist->{"values"}};
if ($need_to_normalize) {
print STDERR "Normalizing lambdas: @vals\n";
- my $totlambda=0;
- grep($totlambda+=abs($_),@vals);
- grep($_/=$totlambda,@vals);
+ my $totlambda = 0;
+ grep($totlambda += abs($_), @vals);
+ grep($_ /= $totlambda, @vals);
}
# moses now does not seem accept "-tm X -tm Y" but needs "-tm X Y"
my %model_weights;
@@ -1012,7 +996,6 @@ sub run_decoder {
print STDERR "DECODER_CFG = $decoder_config\n";
print "decoder_config = $decoder_config\n";
-
# run the decoder
my $decoder_cmd;
my $lsamp_cmd = "";
@@ -1060,7 +1043,7 @@ sub insert_ranges_to_featlist {
# now populate featlist
my $seen = undef;
- for(my $i=0; $i<scalar(@{$featlist->{"names"}}); $i++) {
+ for(my $i = 0; $i < scalar(@{$featlist->{"names"}}); $i++) {
my $name = $featlist->{"names"}->[$i];
$seen->{$name} ++;
my $min = 0.0;
@@ -1084,14 +1067,13 @@ sub sanity_check_order_of_lambdas {
die "Mismatched lambdas. Decoder returned @got, we expected @expected_lambdas"
if "@got" ne "@expected_lambdas";
}
-
sub get_featlist_from_moses {
# run moses with the given config file and return the list of features and
# their initial values
my $configfn = shift;
my $featlistfn = "./features.list";
- if (-e $featlistfn) {
+ if (-e $featlistfn && ! -z $featlistfn) { # exists & not empty
print STDERR "Using cached features list: $featlistfn\n";
} else {
print STDERR "Asking moses for feature names and values from $___CONFIG\n";
@@ -1102,14 +1084,14 @@ sub get_featlist_from_moses {
# read feature list
my @names = ();
my @startvalues = ();
- open(INI,$featlistfn) or die "Can't read $featlistfn";
+ open my $fh, '<', $featlistfn or die "Can't read $featlistfn : $!";
my $nr = 0;
my @errs = ();
- while (<INI>) {
+ while (<$fh>) {
$nr++;
chomp;
- /^(.+) (\S+) (\S+)$/ || die("invalid feature: $_");
- my ($longname, $feature, $value) = ($1,$2,$3);
+ /^(.+) (\S+) (\S+)$/ || die "invalid feature: $_";
+ my ($longname, $feature, $value) = ($1, $2, $3);
next if $value eq "sparse";
push @errs, "$featlistfn:$nr:Bad initial value of $feature: $value\n"
if $value !~ /^[+-]?[0-9.e]+$/;
@@ -1118,9 +1100,10 @@ sub get_featlist_from_moses {
push @names, $feature;
push @startvalues, $value;
}
- close INI;
+ close $fh;
+
if (scalar @errs) {
- print STDERR join("", @errs);
+ warn join("", @errs);
exit 1;
}
return {"names"=>\@names, "values"=>\@startvalues};
@@ -1132,9 +1115,9 @@ sub get_order_of_scores_from_nbestlist {
# return the score labels in order
my $fname_or_source = shift;
# print STDERR "Peeking at the beginning of nbestlist to get order of scores: $fname_or_source\n";
- open IN, $fname_or_source or die "Failed to get order of scores from nbestlist '$fname_or_source'";
- my $line = <IN>;
- close IN;
+ open my $fh, '<', $fname_or_source or die "Failed to get order of scores from nbestlist '$fname_or_source': $!";
+ my $line = <$fh>;
+ close $fh;
die "Line empty in nbestlist '$fname_or_source'" if !defined $line;
my ($sent, $hypo, $scores, $total) = split /\|\|\|/, $line;
$scores =~ s/^\s*|\s*$//g;
@@ -1165,171 +1148,170 @@ sub get_order_of_scores_from_nbestlist {
}
sub create_config {
- my $infn = shift; # source config
- my $outfn = shift; # where to save the config
- my $featlist = shift; # the lambdas we should write
- my $iteration = shift; # just for verbosity
- my $bleu_achieved = shift; # just for verbosity
- my $sparse_weights_file = shift; # only defined when optimizing sparse features
-
- my %P; # the hash of all parameters we wish to override
-
- # first convert the command line parameters to the hash
- { # ensure local scope of vars
- my $parameter=undef;
- print "Parsing --decoder-flags: |$___DECODER_FLAGS|\n";
- $___DECODER_FLAGS =~ s/^\s*|\s*$//;
- $___DECODER_FLAGS =~ s/\s+/ /;
- foreach (split(/ /,$___DECODER_FLAGS)) {
- if (/^\-([^\d].*)$/) {
- $parameter = $1;
- $parameter = $ABBR2FULL{$parameter} if defined($ABBR2FULL{$parameter});
- }
- else {
- die "Found value with no -paramname before it: $_"
- if !defined $parameter;
- push @{$P{$parameter}},$_;
- }
- }
+ # TODO: too many arguments. you might want to consider using hashes
+ my $infn = shift; # source config
+ my $outfn = shift; # where to save the config
+ my $featlist = shift; # the lambdas we should write
+ my $iteration = shift; # just for verbosity
+ my $bleu_achieved = shift; # just for verbosity
+ my $sparse_weights_file = shift; # only defined when optimizing sparse features
+
+ my %P; # the hash of all parameters we wish to override
+
+ # first convert the command line parameters to the hash
+ # ensure local scope of vars
+ {
+ my $parameter = undef;
+ print "Parsing --decoder-flags: |$___DECODER_FLAGS|\n";
+ $___DECODER_FLAGS =~ s/^\s*|\s*$//;
+ $___DECODER_FLAGS =~ s/\s+/ /;
+ foreach (split(/ /, $___DECODER_FLAGS)) {
+ if (/^\-([^\d].*)$/) {
+ $parameter = $1;
+ $parameter = $ABBR2FULL{$parameter} if defined($ABBR2FULL{$parameter});
+ } else {
+ die "Found value with no -paramname before it: $_"
+ if !defined $parameter;
+ push @{$P{$parameter}}, $_;
+ }
}
+ }
- # First delete all weights params from the input, we're overwriting them.
- # Delete both short and long-named version.
- for(my $i=0; $i<scalar(@{$featlist->{"names"}}); $i++) {
- my $name = $featlist->{"names"}->[$i];
- delete($P{$name});
- delete($P{$ABBR2FULL{$name}});
- }
+ # First delete all weights params from the input, we're overwriting them.
+ # Delete both short and long-named version.
+ for (my $i = 0; $i < scalar(@{$featlist->{"names"}}); $i++) {
+ my $name = $featlist->{"names"}->[$i];
+ delete($P{$name});
+ delete($P{$ABBR2FULL{$name}});
+ }
- # Convert weights to elements in P
- for(my $i=0; $i<scalar(@{$featlist->{"names"}}); $i++) {
- my $name = $featlist->{"names"}->[$i];
- my $val = $featlist->{"values"}->[$i];
- $name = defined $ABBR2FULL{$name} ? $ABBR2FULL{$name} : $name;
- # ensure long name
- push @{$P{$name}}, $val;
+ # Convert weights to elements in P
+ for (my $i = 0; $i < scalar(@{$featlist->{"names"}}); $i++) {
+ my $name = $featlist->{"names"}->[$i];
+ my $val = $featlist->{"values"}->[$i];
+ $name = defined $ABBR2FULL{$name} ? $ABBR2FULL{$name} : $name;
+ # ensure long name
+ push @{$P{$name}}, $val;
+ }
+
+ if (defined($sparse_weights_file)) {
+ push @{$P{"weights-file"}}, File::Spec->catfile($___WORKING_DIR, $sparse_weights_file);
+ }
+
+ # create new moses.ini decoder config file by cloning and overriding the original one
+ open my $ini_fh, '<', $infn or die "Can't read $infn: $!";
+ delete($P{"config"}); # never output
+ print "Saving new config to: $outfn\n";
+
+ open my $out, '>', $outfn or die "Can't write $outfn: $!";
+ print $out "# MERT optimized configuration\n";
+ print $out "# decoder $___DECODER\n";
+ print $out "# BLEU $bleu_achieved on dev $___DEV_F\n";
+ print $out "# We were before running iteration $iteration\n";
+ print $out "# finished ".`date`;
+
+ my $line = <$ini_fh>;
+ while(1) {
+ last unless $line;
+
+ # skip until hit [parameter]
+ if ($line !~ /^\[(.+)\]\s*$/) {
+ $line = <$ini_fh>;
+ print $out $line if $line =~ /^\#/ || $line =~ /^\s+$/;
+ next;
}
- if (defined($sparse_weights_file)) {
- push @{$P{"weight-file"}}, $___WORKING_DIR."/".$sparse_weights_file;
+ # parameter name
+ my $parameter = $1;
+ $parameter = $ABBR2FULL{$parameter} if defined($ABBR2FULL{$parameter});
+ print $out "[$parameter]\n";
+
+ # change parameter, if new values
+ if (defined($P{$parameter})) {
+ # write new values
+ foreach (@{$P{$parameter}}) {
+ print $out $_ . "\n";
+ }
+ delete($P{$parameter});
+ # skip until new parameter, only write comments
+ while ($line = <$ini_fh>) {
+ print $out $line if $line =~ /^\#/ || $line =~ /^\s+$/;
+ last if $line =~ /^\[/;
+ last unless $line;
+ }
+ next;
}
- # create new moses.ini decoder config file by cloning and overriding the original one
- open(INI,$infn) or die "Can't read $infn";
- delete($P{"config"}); # never output
- print "Saving new config to: $outfn\n";
- open(OUT,"> $outfn") or die "Can't write $outfn";
- print OUT "# MERT optimized configuration\n";
- print OUT "# decoder $___DECODER\n";
- print OUT "# BLEU $bleu_achieved on dev $___DEV_F\n";
- print OUT "# We were before running iteration $iteration\n";
- print OUT "# finished ".`date`;
- my $line = <INI>;
- while(1) {
- last unless $line;
-
- # skip until hit [parameter]
- if ($line !~ /^\[(.+)\]\s*$/) {
- $line = <INI>;
- print OUT $line if $line =~ /^\#/ || $line =~ /^\s+$/;
- next;
- }
-
- # parameter name
- my $parameter = $1;
- $parameter = $ABBR2FULL{$parameter} if defined($ABBR2FULL{$parameter});
- print OUT "[$parameter]\n";
-
- # change parameter, if new values
- if (defined($P{$parameter})) {
- # write new values
- foreach (@{$P{$parameter}}) {
- print OUT $_."\n";
- }
- delete($P{$parameter});
- # skip until new parameter, only write comments
- while($line = <INI>) {
- print OUT $line if $line =~ /^\#/ || $line =~ /^\s+$/;
- last if $line =~ /^\[/;
- last unless $line;
- }
- next;
- }
-
- # unchanged parameter, write old
- while($line = <INI>) {
- last if $line =~ /^\[/;
- print OUT $line;
- }
+ # unchanged parameter, write old
+ while ($line = <$ini_fh>) {
+ last if $line =~ /^\[/;
+ print $out $line;
}
+ }
- # write all additional parameters
- foreach my $parameter (keys %P) {
- print OUT "\n[$parameter]\n";
- foreach (@{$P{$parameter}}) {
- print OUT $_."\n";
- }
+ # write all additional parameters
+ foreach my $parameter (keys %P) {
+ print $out "\n[$parameter]\n";
+ foreach (@{$P{$parameter}}) {
+ print $out $_."\n";
}
+ }
- close(INI);
- close(OUT);
- print STDERR "Saved: $outfn\n";
+ close $ini_fh;
+ close $out;
+ print STDERR "Saved: $outfn\n";
}
sub safesystem {
print STDERR "Executing: @_\n";
system(@_);
if ($? == -1) {
- print STDERR "Failed to execute: @_\n $!\n";
+ warn "Failed to execute: @_\n $!";
exit(1);
- }
- elsif ($? & 127) {
+ } elsif ($? & 127) {
printf STDERR "Execution of: @_\n died with signal %d, %s coredump\n",
($? & 127), ($? & 128) ? 'with' : 'without';
exit(1);
- }
- else {
+ } else {
my $exitcode = $? >> 8;
- print STDERR "Exit code: $exitcode\n" if $exitcode;
+ warn "Exit code: $exitcode\n" if $exitcode;
return ! $exitcode;
}
}
+
sub ensure_full_path {
- my $PATH = shift;
-$PATH =~ s/\/nfsmnt//;
- return $PATH if $PATH =~ /^\//;
- my $dir = `pawd 2>/dev/null`;
- if(!$dir){$dir = `pwd`;}
- chomp($dir);
- $PATH = $dir."/".$PATH;
- $PATH =~ s/[\r\n]//g;
- $PATH =~ s/\/\.\//\//g;
+ my $PATH = shift;
+ $PATH =~ s/\/nfsmnt//;
+ return $PATH if $PATH =~ /^\//;
+
+ my $dir = Cwd::getcwd();
+ $PATH = File::Spec->catfile($dir, $PATH);
+ $PATH =~ s/[\r\n]//g;
+ $PATH =~ s/\/\.\//\//g;
+ $PATH =~ s/\/+/\//g;
+ my $sanity = 0;
+ while($PATH =~ /\/\.\.\// && $sanity++ < 10) {
$PATH =~ s/\/+/\//g;
- my $sanity = 0;
- while($PATH =~ /\/\.\.\// && $sanity++<10) {
- $PATH =~ s/\/+/\//g;
- $PATH =~ s/\/[^\/]+\/\.\.\//\//g;
- }
- $PATH =~ s/\/[^\/]+\/\.\.$//;
- $PATH =~ s/\/+$//;
-$PATH =~ s/\/nfsmnt//;
- return $PATH;
+ $PATH =~ s/\/[^\/]+\/\.\.\//\//g;
+ }
+ $PATH =~ s/\/[^\/]+\/\.\.$//;
+ $PATH =~ s/\/+$//;
+ $PATH =~ s/\/nfsmnt//;
+ return $PATH;
}
sub submit_or_exec {
- my ($cmd,$stdout,$stderr) = @_;
+ my ($cmd, $stdout, $stderr) = @_;
print STDERR "exec: $cmd\n";
if (defined $___JOBS && $___JOBS > 0) {
safesystem("$qsubwrapper $pass_old_sge -command='$cmd' -queue-parameter=\"$queue_flags\" -stdout=$stdout -stderr=$stderr" )
or die "ERROR: Failed to submit '$cmd' (via $qsubwrapper)";
- }
- else {
+ } else {
safesystem("$cmd > $stdout 2> $stderr") or die "ERROR: Failed to run '$cmd'.";
}
}
-sub create_extractor_script()
-{
+sub create_extractor_script() {
my ($cmd, $outdir) = @_;
my $script_path = File::Spec->catfile($outdir, "extractor.sh");
@@ -1338,9 +1320,45 @@ sub create_extractor_script()
print $out "#!/bin/bash\n";
print $out "cd $outdir\n";
print $out "$cmd\n";
- close($out);
+ close $out;
`chmod +x $script_path`;
return $script_path;
}
+
+sub save_finished_step {
+ my ($filename, $step) = @_;
+ open my $fh, '>', $filename or die "$filename: $!";
+ print $fh $step . "\n";
+ close $fh;
+}
+
+# It returns a config for mert/extractor.
+sub setup_reference_length_type {
+ if (($___CLOSEST + $___AVERAGE + $___SHORTEST) > 1) {
+ die "You can specify just ONE reference length strategy (closest or shortest or average) not both\n";
+ }
+
+ if ($___SHORTEST) {
+ return " reflen:shortest";
+ } elsif ($___AVERAGE) {
+ return " reflen:average";
+ } elsif ($___CLOSEST) {
+ return " reflen:closest";
+ } else {
+ return "";
+ }
+}
+
+sub setup_case_config {
+ if ($___NOCASE) {
+ return " case:false";
+ } else {
+ return " case:true";
+ }
+}
+
+sub is_mac_osx {
+ return ($^O eq "darwin") ? 1 : 0;
+}
diff --git a/scripts/training/phrase-extract/ExtractedRule.cpp b/scripts/training/phrase-extract/ExtractedRule.cpp
index 3b90b6287..c566e842a 100644
--- a/scripts/training/phrase-extract/ExtractedRule.cpp
+++ b/scripts/training/phrase-extract/ExtractedRule.cpp
@@ -12,14 +12,20 @@ using namespace std;
void ExtractedRule::OutputNTLengths(std::ostream &out) const
{
+ ostringstream outString;
+ OutputNTLengths(outString);
+ out << outString;
+}
+
+void ExtractedRule::OutputNTLengths(std::ostringstream &outString) const
+{
std::map<size_t, std::pair<size_t, size_t> >::const_iterator iter;
for (iter = m_ntLengths.begin(); iter != m_ntLengths.end(); ++iter)
{
size_t sourcePos = iter->first;
const std::pair<size_t, size_t> &spanLengths = iter->second;
- out << sourcePos << "=" << spanLengths.first << "," <<spanLengths.second << " ";
+ outString << sourcePos << "=" << spanLengths.first << "," <<spanLengths.second << " ";
}
-
}
std::ostream& operator<<(std::ostream &out, const ExtractedRule &obj)
diff --git a/scripts/training/phrase-extract/ExtractedRule.h b/scripts/training/phrase-extract/ExtractedRule.h
index e577cf813..170ccf892 100644
--- a/scripts/training/phrase-extract/ExtractedRule.h
+++ b/scripts/training/phrase-extract/ExtractedRule.h
@@ -23,6 +23,7 @@
#include <string>
#include <iostream>
+#include <sstream>
#include <map>
// sentence-level collection of rules
@@ -65,6 +66,7 @@ public:
}
void OutputNTLengths(std::ostream &out) const;
+ void OutputNTLengths(std::ostringstream &out) const;
};
#endif
diff --git a/scripts/training/phrase-extract/Jamfile b/scripts/training/phrase-extract/Jamfile
index 369d8cc00..5ed3f20f1 100644
--- a/scripts/training/phrase-extract/Jamfile
+++ b/scripts/training/phrase-extract/Jamfile
@@ -1,23 +1,32 @@
-alias InputFileStream : InputFileStream.cpp ../../..//z ;
-alias trees : SyntaxTree.cpp XmlTree.cpp : : : <include>. ;
+obj InputFileStream.o : InputFileStream.cpp : <include>. ;
+alias InputFileStream : InputFileStream.o ../../..//z ;
-exe extract : tables-core.cpp SentenceAlignment.cpp extract.cpp InputFileStream ;
+obj tables-core.o : tables-core.cpp : <include>. ;
+obj AlignmentPhrase.o : AlignmentPhrase.cpp : <include>. ;
+obj SentenceAlignment.o : SentenceAlignment.cpp : <include>. ;
+obj SyntaxTree.o : SyntaxTree.cpp : <include>. ;
+obj XmlTree.o : XmlTree.cpp : <include>. ;
-exe extract-rules : tables-core.cpp SentenceAlignment.cpp SentenceAlignmentWithSyntax.cpp SyntaxTree.cpp XmlTree.cpp HoleCollection.cpp extract-rules.cpp ExtractedRule.cpp InputFileStream ;
+alias filestreams : InputFileStream.cpp OutputFileStream.cpp : : : <include>. ;
+alias trees : SyntaxTree.cpp tables-core.o XmlTree.o : : : <include>. ;
+
+exe extract : tables-core.o SentenceAlignment.o extract.cpp OutputFileStream.cpp InputFileStream ../../..//boost_iostreams ;
+
+exe extract-rules : tables-core.o SentenceAlignment.o SyntaxTree.o XmlTree.o SentenceAlignmentWithSyntax.cpp HoleCollection.cpp extract-rules.cpp ExtractedRule.cpp OutputFileStream.cpp InputFileStream ../../../moses/src//ThreadPool ../../..//boost_iostreams ;
exe extract-lex : extract-lex.cpp InputFileStream ;
-exe score : tables-core.cpp AlignmentPhrase.cpp score.cpp PhraseAlignment.cpp InputFileStream ;
+exe score : tables-core.o AlignmentPhrase.o score.cpp PhraseAlignment.cpp OutputFileStream.cpp InputFileStream ../../..//boost_iostreams ;
-exe consolidate : consolidate.cpp tables-core.cpp InputFileStream ;
+exe consolidate : consolidate.cpp tables-core.o OutputFileStream.cpp InputFileStream ../../..//boost_iostreams ;
-exe consolidate-direct : consolidate-direct.cpp InputFileStream ;
+exe consolidate-direct : consolidate-direct.cpp OutputFileStream.cpp InputFileStream ../../..//boost_iostreams ;
-exe consolidate-reverse : consolidate-reverse.cpp tables-core.cpp InputFileStream ;
+exe consolidate-reverse : consolidate-reverse.cpp tables-core.o InputFileStream ;
-exe relax-parse : tables-core.cpp SyntaxTree.cpp XmlTree.cpp relax-parse.cpp ;
+exe relax-parse : tables-core.o SyntaxTree.o XmlTree.o relax-parse.cpp ;
-exe statistics : tables-core.cpp AlignmentPhrase.cpp statistics.cpp InputFileStream ;
+exe statistics : tables-core.o AlignmentPhrase.o statistics.cpp InputFileStream ;
alias programs : extract extract-rules extract-lex score consolidate consolidate-direct consolidate-reverse relax-parse statistics ;
diff --git a/scripts/training/phrase-extract/OutputFileStream.cpp b/scripts/training/phrase-extract/OutputFileStream.cpp
new file mode 100644
index 000000000..2cad33bb9
--- /dev/null
+++ b/scripts/training/phrase-extract/OutputFileStream.cpp
@@ -0,0 +1,79 @@
+// $Id: OutputFileStream.cpp 2780 2010-01-29 17:11:17Z bojar $
+
+/***********************************************************************
+ Moses - factored phrase-based language decoder
+ Copyright (C) 2006 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#include <boost/iostreams/filter/gzip.hpp>
+#include "OutputFileStream.h"
+#include "gzfilebuf.h"
+
+using namespace std;
+
+namespace Moses
+{
+OutputFileStream::OutputFileStream()
+ :boost::iostreams::filtering_ostream()
+ ,m_outFile(NULL)
+{
+}
+
+OutputFileStream::OutputFileStream(const std::string &filePath)
+ : m_outFile(NULL)
+{
+ Open(filePath);
+}
+
+OutputFileStream::~OutputFileStream()
+{
+ Close();
+}
+
+bool OutputFileStream::Open(const std::string &filePath)
+{
+ m_outFile = new ofstream(filePath.c_str(), ios_base::out | ios_base::binary);
+ if (m_outFile->fail()) {
+ return false;
+ }
+
+ if (filePath.size() > 3 && filePath.substr(filePath.size() - 3, 3) == ".gz") {
+ this->push(boost::iostreams::gzip_compressor());
+ }
+ this->push(*m_outFile);
+
+ return true;
+}
+
+void OutputFileStream::Close()
+{
+ if (m_outFile == NULL) {
+ return;
+ }
+
+ this->flush();
+ this->pop(); // file
+
+ m_outFile->close();
+ delete m_outFile;
+ m_outFile = NULL;
+ return;
+}
+
+
+}
+
diff --git a/scripts/training/phrase-extract/OutputFileStream.h b/scripts/training/phrase-extract/OutputFileStream.h
new file mode 100644
index 000000000..f52e36d76
--- /dev/null
+++ b/scripts/training/phrase-extract/OutputFileStream.h
@@ -0,0 +1,50 @@
+// $Id: InputFileStream.h 2939 2010-02-24 11:15:44Z jfouet $
+
+/***********************************************************************
+ Moses - factored phrase-based language decoder
+ Copyright (C) 2006 University of Edinburgh
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ ***********************************************************************/
+
+#pragma once
+
+#include <cstdlib>
+#include <fstream>
+#include <string>
+#include <iostream>
+#include <boost/iostreams/filtering_stream.hpp>
+
+namespace Moses
+{
+
+/** Used in place of std::istream, can read zipped files if it ends in .gz
+ */
+class OutputFileStream : public boost::iostreams::filtering_ostream
+{
+protected:
+ std::ofstream *m_outFile;
+public:
+ OutputFileStream();
+
+ OutputFileStream(const std::string &filePath);
+ virtual ~OutputFileStream();
+
+ bool Open(const std::string &filePath);
+ void Close();
+};
+
+}
+
diff --git a/scripts/training/phrase-extract/PhraseAlignment.cpp b/scripts/training/phrase-extract/PhraseAlignment.cpp
index 6ff7cc97a..c0bfbde3e 100644
--- a/scripts/training/phrase-extract/PhraseAlignment.cpp
+++ b/scripts/training/phrase-extract/PhraseAlignment.cpp
@@ -82,7 +82,7 @@ void PhraseAlignment::create( char line[], int lineID )
//cerr << "processing " << line;
vector< string > token = tokenize( line );
int item = 1;
- for (int j=0; j<token.size(); j++) {
+ for (size_t j=0; j<token.size(); j++) {
if (token[j] == "|||") item++;
else if (item == 1) { // source phrase
phraseS.push_back( vcbS.storeIfNew( token[j] ) );
@@ -94,7 +94,7 @@ void PhraseAlignment::create( char line[], int lineID )
else if (item == 3) { // alignment
int s,t;
sscanf(token[j].c_str(), "%d-%d", &s, &t);
- if (t >= phraseT.size() || s >= phraseS.size()) {
+ if ((size_t)t >= phraseT.size() || (size_t)s >= phraseS.size()) {
cerr << "WARNING: phrase pair " << lineID
<< " has alignment point (" << s << ", " << t
<< ") out of bounds (" << phraseS.size() << ", " << phraseT.size() << ")\n";
@@ -187,7 +187,7 @@ bool PhraseAlignment::match( const PhraseAlignment& other )
assert(alignedToT.size() == other.alignedToT.size());
// loop over all words (note: 0 = left hand side of rule)
- for(int i=0; i<phraseT.size()-1; i++) {
+ for(size_t i=0; i<phraseT.size()-1; i++) {
if (isNonTerminal( vcbT.getWord( phraseT[i] ) )) {
if (alignedToT[i].size() != 1 ||
other.alignedToT[i].size() != 1 ||
@@ -213,7 +213,7 @@ int PhraseAlignment::Compare(const PhraseAlignment &other) const
return 0;
// loop over all words (note: 0 = left hand side of rule)
- for(int i=0; i<phraseT.size()-1; i++) {
+ for(size_t i=0; i<phraseT.size()-1; i++) {
if (isNonTerminal( vcbT.getWord( phraseT[i] ) )) {
size_t thisAlign = *(alignedToT[i].begin());
size_t otherAlign = *(other.alignedToT[i].begin());
diff --git a/scripts/training/phrase-extract/RuleExtractionOptions.h b/scripts/training/phrase-extract/RuleExtractionOptions.h
index f132be84b..70bb548c9 100644
--- a/scripts/training/phrase-extract/RuleExtractionOptions.h
+++ b/scripts/training/phrase-extract/RuleExtractionOptions.h
@@ -46,7 +46,8 @@ public:
bool duplicateRules;
bool fractionalCounting;
bool outputNTLengths;
-
+ bool gzOutput;
+
RuleExtractionOptions()
: maxSpan(10)
, minHoleSource(2)
@@ -55,7 +56,7 @@ public:
, maxSymbolsTarget(999)
, maxSymbolsSource(5)
, maxNonTerm(2)
- , maxScope(3)
+ , maxScope(999)
// int minHoleSize(1)
// int minSubPhraseSize(1) // minimum size of a remaining lexical phrase
, onlyDirectFlag(false)
@@ -74,6 +75,7 @@ public:
, duplicateRules(true)
, fractionalCounting(true)
, outputNTLengths(false)
+ , gzOutput(false)
{}
};
diff --git a/scripts/training/phrase-extract/SentenceAlignment.cpp b/scripts/training/phrase-extract/SentenceAlignment.cpp
index a94a34e36..8b513cfb4 100644
--- a/scripts/training/phrase-extract/SentenceAlignment.cpp
+++ b/scripts/training/phrase-extract/SentenceAlignment.cpp
@@ -25,6 +25,8 @@
#include "tables-core.h"
+SentenceAlignment::~SentenceAlignment() {}
+
bool SentenceAlignment::processTargetSentence(const char * targetString, int)
{
target = tokenize(targetString);
@@ -58,17 +60,17 @@ bool SentenceAlignment::create( char targetString[], char sourceString[], char a
}
// prepare data structures for alignments
- for(int i=0; i<source.size(); i++) {
+ for(size_t i=0; i<source.size(); i++) {
alignedCountS.push_back( 0 );
}
- for(int i=0; i<target.size(); i++) {
+ for(size_t i=0; i<target.size(); i++) {
vector< int > dummy;
alignedToT.push_back( dummy );
}
// reading in alignments
vector<string> alignmentSequence = tokenize( alignmentString );
- for(int i=0; i<alignmentSequence.size(); i++) {
+ for(size_t i=0; i<alignmentSequence.size(); i++) {
int s,t;
// cout << "scaning " << alignmentSequence[i].c_str() << endl;
if (! sscanf(alignmentSequence[i].c_str(), "%d-%d", &s, &t)) {
@@ -77,7 +79,7 @@ bool SentenceAlignment::create( char targetString[], char sourceString[], char a
return false;
}
// cout << "alignmentSequence[i] " << alignmentSequence[i] << " is " << s << ", " << t << endl;
- if (t >= target.size() || s >= source.size()) {
+ if ((size_t)t >= target.size() || (size_t)s >= source.size()) {
cerr << "WARNING: sentence " << sentenceID << " has alignment point (" << s << ", " << t << ") out of bounds (" << source.size() << ", " << target.size() << ")\n";
cerr << "T: " << targetString << endl << "S: " << sourceString << endl;
return false;
diff --git a/scripts/training/phrase-extract/SentenceAlignment.h b/scripts/training/phrase-extract/SentenceAlignment.h
index 3903602ea..df3987198 100644
--- a/scripts/training/phrase-extract/SentenceAlignment.h
+++ b/scripts/training/phrase-extract/SentenceAlignment.h
@@ -33,6 +33,8 @@ public:
std::vector<std::vector<int> > alignedToT;
int sentenceID;
+ virtual ~SentenceAlignment();
+
virtual bool processTargetSentence(const char *, int);
virtual bool processSourceSentence(const char *, int);
diff --git a/scripts/training/phrase-extract/SentenceAlignmentWithSyntax.h b/scripts/training/phrase-extract/SentenceAlignmentWithSyntax.h
index 193afe386..a2c164655 100644
--- a/scripts/training/phrase-extract/SentenceAlignmentWithSyntax.h
+++ b/scripts/training/phrase-extract/SentenceAlignmentWithSyntax.h
@@ -53,6 +53,8 @@ public:
, m_options(options)
{}
+ virtual ~SentenceAlignmentWithSyntax() {}
+
bool
processTargetSentence(const char *, int);
diff --git a/scripts/training/phrase-extract/SyntaxTree.cpp b/scripts/training/phrase-extract/SyntaxTree.cpp
index 2601cdb4c..e181b1e8a 100644
--- a/scripts/training/phrase-extract/SyntaxTree.cpp
+++ b/scripts/training/phrase-extract/SyntaxTree.cpp
@@ -22,14 +22,24 @@
#include "SyntaxTree.h"
+
+#include <cassert>
#include <iostream>
SyntaxTree::~SyntaxTree()
{
+ Clear();
+}
+
+void SyntaxTree::Clear()
+{
+ m_top = 0;
// loop through all m_nodes, delete them
- for(int i=0; i<m_nodes.size(); i++) {
+ for(size_t i=0; i<m_nodes.size(); i++) {
delete m_nodes[i];
}
+ m_nodes.clear();
+ m_index.clear();
}
void SyntaxTree::AddNode( int startPos, int endPos, std::string label )
@@ -104,9 +114,51 @@ std::string SyntaxTree::ToString() const
return out.str();
}
+void SyntaxTree::ConnectNodes()
+{
+ typedef SyntaxTreeIndex2::const_reverse_iterator InnerIterator;
+
+ SyntaxNode *prev = 0;
+ // Iterate over all start indices from lowest to highest.
+ for (SyntaxTreeIndexIterator p = m_index.begin(); p != m_index.end(); ++p) {
+ const SyntaxTreeIndex2 &inner = p->second;
+ // Iterate over all end indices from highest to lowest.
+ for (InnerIterator q = inner.rbegin(); q != inner.rend(); ++q) {
+ const std::vector<SyntaxNode*> &nodes = q->second;
+ // Iterate over all nodes that cover the same span in order of tree
+ // depth, top-most first.
+ for (std::vector<SyntaxNode*>::const_reverse_iterator r = nodes.rbegin();
+ r != nodes.rend(); ++r) {
+ SyntaxNode *node = *r;
+ if (!prev) {
+ // node is the root.
+ m_top = node;
+ node->SetParent(0);
+ } else if (prev->GetStart() == node->GetStart()) {
+ // prev is the parent of node.
+ assert(prev->GetEnd() >= node->GetEnd());
+ node->SetParent(prev);
+ prev->AddChild(node);
+ } else {
+ // prev is a descendant of node's parent. The lowest common
+ // ancestor of prev and node will be node's parent.
+ SyntaxNode *ancestor = prev->GetParent();
+ while (ancestor->GetEnd() < node->GetEnd()) {
+ ancestor = ancestor->GetParent();
+ }
+ assert(ancestor);
+ node->SetParent(ancestor);
+ ancestor->AddChild(node);
+ }
+ prev = node;
+ }
+ }
+ }
+}
+
std::ostream& operator<<(std::ostream& os, const SyntaxTree& t)
{
- int size = t.m_index.size();
+ size_t size = t.m_index.size();
for(size_t length=1; length<=size; length++) {
for(size_t space=0; space<length; space++) {
os << " ";
@@ -125,5 +177,3 @@ std::ostream& operator<<(std::ostream& os, const SyntaxTree& t)
}
return os;
}
-
-
diff --git a/scripts/training/phrase-extract/SyntaxTree.h b/scripts/training/phrase-extract/SyntaxTree.h
index 54cb6f0f1..0ca5ca472 100644
--- a/scripts/training/phrase-extract/SyntaxTree.h
+++ b/scripts/training/phrase-extract/SyntaxTree.h
@@ -39,6 +39,7 @@ public:
:m_start(startPos)
,m_end(endPos)
,m_label(label)
+ ,m_parent(0)
{}
int GetStart() const {
return m_start;
@@ -49,6 +50,18 @@ public:
std::string GetLabel() const {
return m_label;
}
+ SyntaxNode *GetParent() {
+ return m_parent;
+ }
+ void SetParent(SyntaxNode *parent) {
+ m_parent = parent;
+ }
+ void AddChild(SyntaxNode* child) {
+ m_children.push_back(child);
+ }
+ const std::vector< SyntaxNode* > &GetChildren() const {
+ return m_children;
+ }
};
@@ -72,10 +85,14 @@ protected:
public:
SyntaxTree() {
- m_emptyNode.clear();
+ m_top = 0; // m_top doesn't get set unless ConnectNodes is called.
}
~SyntaxTree();
+ SyntaxNode *GetTop() {
+ return m_top;
+ }
+
void AddNode( int startPos, int endPos, std::string label );
ParentNodes Parse();
bool HasNode( int startPos, int endPos ) const;
@@ -86,6 +103,8 @@ public:
size_t GetNumWords() const {
return m_index.size();
}
+ void ConnectNodes();
+ void Clear();
std::string ToString() const;
};
diff --git a/scripts/training/phrase-extract/consolidate-direct.cpp b/scripts/training/phrase-extract/consolidate-direct.cpp
index be8a5f9b5..e7e68e977 100644
--- a/scripts/training/phrase-extract/consolidate-direct.cpp
+++ b/scripts/training/phrase-extract/consolidate-direct.cpp
@@ -24,6 +24,7 @@
#include <iostream>
#include <cstdlib>
#include "InputFileStream.h"
+#include "OutputFileStream.h"
#include "SafeGetline.h"
@@ -93,9 +94,9 @@ int main(int argc, char* argv[])
fileConsolidated = &cout;
}
else {
- ofstream *outputFile = new ofstream();
- outputFile->open(fileNameConsolidated);
- if (outputFile->fail()) {
+ Moses::OutputFileStream *outputFile = new Moses::OutputFileStream();
+ bool success = outputFile->Open(fileNameConsolidated);
+ if (!success) {
cerr << "ERROR: could not open file phrase table file "
<< fileNameConsolidated << endl;
exit(1);
@@ -129,7 +130,6 @@ int main(int argc, char* argv[])
fileConsolidated->flush();
if (fileConsolidated != &cout) {
- (dynamic_cast<ofstream*>(fileConsolidated))->close();
delete fileConsolidated;
}
diff --git a/scripts/training/phrase-extract/consolidate.cpp b/scripts/training/phrase-extract/consolidate.cpp
index cb4b96659..17aa11846 100644
--- a/scripts/training/phrase-extract/consolidate.cpp
+++ b/scripts/training/phrase-extract/consolidate.cpp
@@ -28,6 +28,7 @@
#include "tables-core.h"
#include "SafeGetline.h"
#include "InputFileStream.h"
+#include "OutputFileStream.h"
#define LINE_MAX_LENGTH 10000
@@ -175,9 +176,9 @@ void processFiles( char* fileNameDirect, char* fileNameIndirect, char* fileNameC
istream &fileIndirectP = fileIndirect;
// open output file: consolidated phrase table
- ofstream fileConsolidated;
- fileConsolidated.open(fileNameConsolidated);
- if (fileConsolidated.fail()) {
+ Moses::OutputFileStream fileConsolidated;
+ bool success = fileConsolidated.Open(fileNameConsolidated);
+ if (!success) {
cerr << "ERROR: could not open output file " << fileNameConsolidated << endl;
exit(1);
}
@@ -283,7 +284,7 @@ void processFiles( char* fileNameDirect, char* fileNameIndirect, char* fileNameC
}
fileDirect.Close();
fileIndirect.Close();
- fileConsolidated.close();
+ fileConsolidated.Close();
}
diff --git a/scripts/training/phrase-extract/extract-ghkm/AlignmentGraph.cpp b/scripts/training/phrase-extract/extract-ghkm/AlignmentGraph.cpp
index c1d132648..0ecffae5c 100644
--- a/scripts/training/phrase-extract/extract-ghkm/AlignmentGraph.cpp
+++ b/scripts/training/phrase-extract/extract-ghkm/AlignmentGraph.cpp
@@ -315,7 +315,7 @@ void AlignmentGraph::AttachUnalignedSourceWords()
{
// Find the unaligned source words (if any).
std::set<int> unaligned;
- for (int i = 0; i < m_sourceNodes.size(); ++i) {
+ for (size_t i = 0; i < m_sourceNodes.size(); ++i) {
const Node &sourceNode = (*m_sourceNodes[i]);
if (sourceNode.GetParents().empty()) {
unaligned.insert(i);
@@ -347,7 +347,7 @@ Node *AlignmentGraph::DetermineAttachmentPoint(int index)
return m_root;
}
// Find the nearest aligned neighbour to the right, if any.
- int j = index;
+ size_t j = index;
while (++j < m_sourceNodes.size()) {
if (!m_sourceNodes[j]->GetParents().empty()) {
break;
diff --git a/scripts/training/phrase-extract/extract-ghkm/ComposedRule.cpp b/scripts/training/phrase-extract/extract-ghkm/ComposedRule.cpp
index 7a7fba106..8bf3cfc72 100644
--- a/scripts/training/phrase-extract/extract-ghkm/ComposedRule.cpp
+++ b/scripts/training/phrase-extract/extract-ghkm/ComposedRule.cpp
@@ -108,7 +108,7 @@ Subgraph ComposedRule::CreateSubgraph()
{
std::set<const Node *> leaves;
const std::set<const Node *> &baseLeaves = m_baseRule.GetLeaves();
- int i = 0;
+ size_t i = 0;
for (std::set<const Node *>::const_iterator p = baseLeaves.begin();
p != baseLeaves.end(); ++p) {
const Node *baseLeaf = *p;
diff --git a/scripts/training/phrase-extract/extract-ghkm/ComposedRule.h b/scripts/training/phrase-extract/extract-ghkm/ComposedRule.h
index 34394c935..65ce9ac70 100644
--- a/scripts/training/phrase-extract/extract-ghkm/ComposedRule.h
+++ b/scripts/training/phrase-extract/extract-ghkm/ComposedRule.h
@@ -30,7 +30,7 @@ namespace Moses {
namespace GHKM {
class Node;
-class Options;
+struct Options;
class ComposedRule
{
@@ -60,8 +60,8 @@ class ComposedRule
std::vector<const Subgraph *> m_attachedRules;
std::queue<const Node *> m_openAttachmentPoints;
int m_depth;
- int m_nodeCount;
int m_size;
+ int m_nodeCount;
};
} // namespace GHKM
diff --git a/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.cpp b/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.cpp
index dad326131..b1dc40be1 100644
--- a/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.cpp
+++ b/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.cpp
@@ -22,7 +22,9 @@
#include "Alignment.h"
#include "AlignmentGraph.h"
#include "Exception.h"
+#include "InputFileStream.h"
#include "Node.h"
+#include "OutputFileStream.h"
#include "Options.h"
#include "ParseTree.h"
#include "ScfgRule.h"
@@ -51,21 +53,23 @@ int ExtractGHKM::Main(int argc, char *argv[])
ProcessOptions(argc, argv, options);
// Open input files.
- std::ifstream targetStream;
- std::ifstream sourceStream;
- std::ifstream alignmentStream;
- OpenInputFileOrDie(options.targetFile, targetStream);
- OpenInputFileOrDie(options.sourceFile, sourceStream);
- OpenInputFileOrDie(options.alignmentFile, alignmentStream);
+ InputFileStream targetStream(options.targetFile);
+ InputFileStream sourceStream(options.sourceFile);
+ InputFileStream alignmentStream(options.alignmentFile);
// Open output files.
- std::ofstream extractStream;
- std::ofstream invExtractStream;
+ OutputFileStream fwdExtractStream;
+ OutputFileStream invExtractStream;
std::ofstream glueGrammarStream;
std::ofstream unknownWordStream;
- std::string invExtractFileName = options.extractFile + std::string(".inv");
- OpenOutputFileOrDie(options.extractFile, extractStream);
- OpenOutputFileOrDie(invExtractFileName, invExtractStream);
+ std::string fwdFileName = options.extractFile;
+ std::string invFileName = options.extractFile + std::string(".inv");
+ if (options.gzOutput) {
+ fwdFileName += ".gz";
+ invFileName += ".gz";
+ }
+ OpenOutputFileOrDie(fwdFileName, fwdExtractStream);
+ OpenOutputFileOrDie(invFileName, invExtractStream);
if (!options.glueGrammarFile.empty()) {
OpenOutputFileOrDie(options.glueGrammarFile, glueGrammarStream);
}
@@ -75,7 +79,7 @@ int ExtractGHKM::Main(int argc, char *argv[])
// Target label sets for producing glue grammar.
std::set<std::string> labelSet;
- std::set<std::string> topLabelSet;
+ std::map<std::string, int> topLabelSet;
// Word count statistics for producing unknown word labels.
std::map<std::string, int> wordCount;
@@ -84,7 +88,8 @@ int ExtractGHKM::Main(int argc, char *argv[])
std::string targetLine;
std::string sourceLine;
std::string alignmentLine;
- ScfgRuleWriter writer(extractStream, invExtractStream, options);
+ XmlTreeParser xmlTreeParser(labelSet, topLabelSet);
+ ScfgRuleWriter writer(fwdExtractStream, invExtractStream, options);
size_t lineNum = 0;
while (true) {
std::getline(targetStream, targetLine);
@@ -102,10 +107,16 @@ int ExtractGHKM::Main(int argc, char *argv[])
++lineNum;
// Parse target tree.
- std::auto_ptr<ParseTree> t(ParseXmlTree(targetLine));
- if (!t.get()) {
+ std::auto_ptr<ParseTree> t;
+ try {
+ t = xmlTreeParser.Parse(targetLine);
+ assert(t.get());
+ } catch (const Exception &e) {
std::ostringstream s;
s << "Failed to parse XML tree at line " << lineNum;
+ if (!e.GetMsg().empty()) {
+ s << ": " << e.GetMsg();
+ }
Error(s.str());
}
@@ -123,22 +134,6 @@ int ExtractGHKM::Main(int argc, char *argv[])
Error(s.str());
}
- // Record tree labels for use in glue grammar.
- if (!options.glueGrammarFile.empty()) {
- // Record labels that cover the full sentence to topLabelSet.
- ParseTree *p = t.get();
- topLabelSet.insert(p->GetLabel());
- while (p->GetChildren().size() == 1) {
- p = p->GetChildren()[0];
- if (p->IsLeaf()) {
- break;
- }
- topLabelSet.insert(p->GetLabel());
- }
- // Record all labels to labelSet.
- RecordTreeLabels(*t, labelSet);
- }
-
// Record word counts.
if (!options.unknownWordFile.empty()) {
CollectWordLabelCounts(*t, wordCount, wordLabel);
@@ -205,6 +200,17 @@ void ExtractGHKM::OpenOutputFileOrDie(const std::string &filename,
}
}
+void ExtractGHKM::OpenOutputFileOrDie(const std::string &filename,
+ OutputFileStream &stream)
+{
+ bool ret = stream.Open(filename);
+ if (!ret) {
+ std::ostringstream msg;
+ msg << "failed to open output file: " << filename;
+ Error(msg.str());
+ }
+}
+
void ExtractGHKM::ProcessOptions(int argc, char *argv[],
Options &options) const
{
@@ -255,6 +261,8 @@ void ExtractGHKM::ProcessOptions(int argc, char *argv[],
("GlueGrammar",
po::value(&options.glueGrammarFile),
"write glue grammar to named file")
+ ("GZOutput",
+ "write gzipped extract files")
("MaxNodes",
po::value(&options.maxNodes)->default_value(options.maxNodes),
"set maximum number of tree nodes for composed rules")
@@ -339,6 +347,9 @@ void ExtractGHKM::ProcessOptions(int argc, char *argv[],
if (vm.count("AllowUnary")) {
options.allowUnary = true;
}
+ if (vm.count("GZOutput")) {
+ options.gzOutput = true;
+ }
if (vm.count("Minimal")) {
options.minimal = true;
}
@@ -382,13 +393,14 @@ std::vector<std::string> ExtractGHKM::ReadTokens(const std::string &s)
return tokens;
}
-void ExtractGHKM::WriteGlueGrammar(const std::set<std::string> &labelSet,
- const std::set<std::string> &topLabelSet,
- std::ostream &out)
+void ExtractGHKM::WriteGlueGrammar(
+ const std::set<std::string> &labelSet,
+ const std::map<std::string, int> &topLabelSet,
+ std::ostream &out)
{
// chose a top label that is not already a label
std::string topLabel = "QQQQQQ";
- for(int i = 1; i <= topLabel.length(); i++) {
+ for(size_t i = 1; i <= topLabel.length(); i++) {
if (labelSet.find(topLabel.substr(0,i)) == labelSet.end() ) {
topLabel = topLabel.substr(0,i);
break;
@@ -400,9 +412,9 @@ void ExtractGHKM::WriteGlueGrammar(const std::set<std::string> &labelSet,
out << "[X][" << topLabel << "] </s> [X] ||| [X][" << topLabel << "] </s> [" << topLabel << "] ||| 1 ||| 0-0 " << std::endl;
// top rules
- for (std::set<std::string>::const_iterator i = topLabelSet.begin();
+ for (std::map<std::string, int>::const_iterator i = topLabelSet.begin();
i != topLabelSet.end(); ++i) {
- out << "<s> [X][" << *i << "] </s> [X] ||| <s> [X][" << *i << "] </s> [" << topLabel << "] ||| 1 ||| 1-1" << std::endl;
+ out << "<s> [X][" << i->first << "] </s> [X] ||| <s> [X][" << i->first << "] </s> [" << topLabel << "] ||| 1 ||| 1-1" << std::endl;
}
// glue rules
@@ -414,20 +426,6 @@ void ExtractGHKM::WriteGlueGrammar(const std::set<std::string> &labelSet,
out << "[X][" << topLabel << "] [X][X] [X] ||| [X][" << topLabel << "] [X][X] [" << topLabel << "] ||| 2.718 ||| 0-0 1-1 " << std::endl;
}
-void ExtractGHKM::RecordTreeLabels(const ParseTree &t,
- std::set<std::string> &labelSet)
-{
- labelSet.insert(t.GetLabel());
- const std::vector<ParseTree *> &children = t.GetChildren();
- for (std::vector<ParseTree *>::const_iterator p = children.begin();
- p != children.end(); ++p) {
- const ParseTree &child = **p;
- if (!child.IsLeaf()) {
- RecordTreeLabels(child, labelSet);
- }
- }
-}
-
void ExtractGHKM::CollectWordLabelCounts(
ParseTree &root,
std::map<std::string, int> &wordCount,
diff --git a/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.h b/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.h
index 4c06c2646..f16abc5f3 100644
--- a/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.h
+++ b/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.h
@@ -28,9 +28,12 @@
#include <vector>
namespace Moses {
+
+class OutputFileStream;
+
namespace GHKM {
-class Options;
+struct Options;
class ParseTree;
class ExtractGHKM
@@ -43,6 +46,7 @@ class ExtractGHKM
void Error(const std::string &) const;
void OpenInputFileOrDie(const std::string &, std::ifstream &);
void OpenOutputFileOrDie(const std::string &, std::ofstream &);
+ void OpenOutputFileOrDie(const std::string &, OutputFileStream &);
void RecordTreeLabels(const ParseTree &, std::set<std::string> &);
void CollectWordLabelCounts(ParseTree &,
std::map<std::string, int> &,
@@ -52,7 +56,7 @@ class ExtractGHKM
const std::map<std::string, std::string> &,
std::ostream &);
void WriteGlueGrammar(const std::set<std::string> &,
- const std::set<std::string> &,
+ const std::map<std::string, int> &,
std::ostream &);
std::vector<std::string> ReadTokens(const std::string &);
diff --git a/scripts/training/phrase-extract/extract-ghkm/Jamfile b/scripts/training/phrase-extract/extract-ghkm/Jamfile
index 860ceba31..e5a416f72 100644
--- a/scripts/training/phrase-extract/extract-ghkm/Jamfile
+++ b/scripts/training/phrase-extract/extract-ghkm/Jamfile
@@ -1,3 +1,3 @@
-exe extract-ghkm : [ glob *.cpp ] ..//trees ../../../..//boost_program_options ;
+exe extract-ghkm : [ glob *.cpp ] ..//filestreams ..//trees ../../../..//boost_iostreams ../../../..//boost_program_options ../../../..//z ;
install tools : extract-ghkm : <install-type>EXE ;
diff --git a/scripts/training/phrase-extract/extract-ghkm/Options.h b/scripts/training/phrase-extract/extract-ghkm/Options.h
index a34a35744..108e19d66 100644
--- a/scripts/training/phrase-extract/extract-ghkm/Options.h
+++ b/scripts/training/phrase-extract/extract-ghkm/Options.h
@@ -30,6 +30,7 @@ struct Options {
public:
Options()
: allowUnary(false)
+ , gzOutput(false)
, maxNodes(15)
, maxRuleDepth(3)
, maxRuleSize(3)
@@ -46,6 +47,7 @@ struct Options {
// All other options
bool allowUnary;
std::string glueGrammarFile;
+ bool gzOutput;
int maxNodes;
int maxRuleDepth;
int maxRuleSize;
diff --git a/scripts/training/phrase-extract/extract-ghkm/ScfgRule.cpp b/scripts/training/phrase-extract/extract-ghkm/ScfgRule.cpp
index 648fe6461..8473e4283 100644
--- a/scripts/training/phrase-extract/extract-ghkm/ScfgRule.cpp
+++ b/scripts/training/phrase-extract/extract-ghkm/ScfgRule.cpp
@@ -119,7 +119,7 @@ int ScfgRule::Scope() const
++scope;
predIsNonTerm = true;
}
- for (int i = 1; i < m_sourceRHS.size(); ++i) {
+ for (size_t i = 1; i < m_sourceRHS.size(); ++i) {
bool isNonTerm = m_sourceRHS[i].GetType() == NonTerminal;
if (isNonTerm && predIsNonTerm) {
++scope;
diff --git a/scripts/training/phrase-extract/extract-ghkm/ScfgRuleWriter.h b/scripts/training/phrase-extract/extract-ghkm/ScfgRuleWriter.h
index edea1e95c..738d09ce9 100644
--- a/scripts/training/phrase-extract/extract-ghkm/ScfgRuleWriter.h
+++ b/scripts/training/phrase-extract/extract-ghkm/ScfgRuleWriter.h
@@ -26,9 +26,9 @@
namespace Moses {
namespace GHKM {
-class Options;
+struct Options;
class ScfgRule;
-class Symbol;
+struct Symbol;
class ScfgRuleWriter
{
diff --git a/scripts/training/phrase-extract/extract-ghkm/XmlTreeParser.cpp b/scripts/training/phrase-extract/extract-ghkm/XmlTreeParser.cpp
index ab4616918..31c0e3843 100644
--- a/scripts/training/phrase-extract/extract-ghkm/XmlTreeParser.cpp
+++ b/scripts/training/phrase-extract/extract-ghkm/XmlTreeParser.cpp
@@ -20,6 +20,8 @@
#include "XmlTreeParser.h"
#include "ParseTree.h"
+#include "tables-core.h"
+#include "XmlException.h"
#include "XmlTree.h"
#include <cassert>
@@ -28,60 +30,58 @@
namespace Moses {
namespace GHKM {
-std::auto_ptr<ParseTree> ParseXmlTree(
- std::vector<std::string>::const_iterator &p,
- const std::vector<std::string>::const_iterator &end)
+XmlTreeParser::XmlTreeParser(std::set<std::string> &labelSet,
+ std::map<std::string, int> &topLabelSet)
+ : m_labelSet(labelSet)
+ , m_topLabelSet(topLabelSet)
{
- std::auto_ptr<ParseTree> t;
-
- if (p == end) {
- return t;
- }
-
- std::string s(Trim(*p));
-
- while (s.empty()) {
- s = Trim(*++p);
- }
-
- if (!isXmlTag(s)) {
- p++;
- t.reset(new ParseTree(unescape(s)));
- return t;
- }
-
- const std::string &tag = s;
-
- if (tag[1] == '/') {
- // Closing tag. Don't advance p -- let caller handle it.
- return t;
- }
-
- std::string label = ParseXmlTagAttribute(tag, "label");
- t.reset(new ParseTree(label));
-
- if (tag[tag.size()-2] == '/') {
- // Unary tag.
- p++;
- return t;
- }
+}
- p++;
- while (ParseTree *c = ParseXmlTree(p, end).release()) {
- t->AddChild(c);
- c->SetParent(t.get());
+std::auto_ptr<ParseTree> XmlTreeParser::Parse(const std::string &line)
+{
+ m_line = line;
+ m_tree.Clear();
+ try {
+ if (!ProcessAndStripXMLTags(m_line, m_tree, m_labelSet, m_topLabelSet)) {
+ throw Exception("");
+ }
+ } catch (const XmlException &e) {
+ throw Exception(e.getMsg());
}
- p++; // Skip over closing tag
-
- return t;
+ m_tree.ConnectNodes();
+ SyntaxNode *root = m_tree.GetTop();
+ assert(root);
+ m_words = tokenize(m_line.c_str());
+ return ConvertTree(*root, m_words);
}
-std::auto_ptr<ParseTree> ParseXmlTree(const std::string &line)
+// Converts a SyntaxNode tree to a Moses::GHKM::ParseTree.
+std::auto_ptr<ParseTree> XmlTreeParser::ConvertTree(
+ const SyntaxNode &tree,
+ const std::vector<std::string> &words)
{
- std::vector<std::string> xmlTokens(TokenizeXml(line));
- std::vector<std::string>::const_iterator begin(xmlTokens.begin());
- std::vector<std::string>::const_iterator end(xmlTokens.end());
- return ParseXmlTree(begin, end);
+ std::auto_ptr<ParseTree> root(new ParseTree(tree.GetLabel()));
+ const std::vector<SyntaxNode*> &children = tree.GetChildren();
+ if (children.empty()) {
+ if (tree.GetStart() != tree.GetEnd()) {
+ std::ostringstream msg;
+ msg << "leaf node covers multiple words (" << tree.GetStart()
+ << "-" << tree.GetEnd() << "): this is currently unsupported";
+ throw Exception(msg.str());
+ }
+ std::auto_ptr<ParseTree> leaf(new ParseTree(words[tree.GetStart()]));
+ leaf->SetParent(root.get());
+ root->AddChild(leaf.release());
+ } else {
+ for (std::vector<SyntaxNode*>::const_iterator p = children.begin();
+ p != children.end(); ++p) {
+ assert(*p);
+ std::auto_ptr<ParseTree> child = ConvertTree(**p, words);
+ child->SetParent(root.get());
+ root->AddChild(child.release());
+ }
+ }
+ return root;
}
} // namespace GHKM
diff --git a/scripts/training/phrase-extract/extract-ghkm/XmlTreeParser.h b/scripts/training/phrase-extract/extract-ghkm/XmlTreeParser.h
index 16f4c3f8e..664ab11a3 100644
--- a/scripts/training/phrase-extract/extract-ghkm/XmlTreeParser.h
+++ b/scripts/training/phrase-extract/extract-ghkm/XmlTreeParser.h
@@ -21,15 +21,37 @@
#ifndef EXTRACT_GHKM_XML_TREE_PARSER_H_
#define EXTRACT_GHKM_XML_TREE_PARSER_H_
+#include "Exception.h"
+
+#include "SyntaxTree.h"
+
+#include <map>
#include <memory>
+#include <set>
#include <string>
+#include <vector>
namespace Moses {
namespace GHKM {
class ParseTree;
-std::auto_ptr<ParseTree> ParseXmlTree(const std::string &);
+// Parses a string in Moses' XML parse tree format and returns a ParseTree
+// object.
+class XmlTreeParser {
+ public:
+ XmlTreeParser(std::set<std::string> &, std::map<std::string, int> &);
+ std::auto_ptr<ParseTree> Parse(const std::string &);
+ private:
+ std::auto_ptr<ParseTree> ConvertTree(const SyntaxNode &,
+ const std::vector<std::string> &);
+
+ std::set<std::string> &m_labelSet;
+ std::map<std::string, int> &m_topLabelSet;
+ std::string m_line;
+ SyntaxTree m_tree;
+ std::vector<std::string> m_words;
+};
} // namespace GHKM
} // namespace Moses
diff --git a/scripts/training/phrase-extract/extract-lex.cpp b/scripts/training/phrase-extract/extract-lex.cpp
index 0be2b773a..9b03a6da0 100644
--- a/scripts/training/phrase-extract/extract-lex.cpp
+++ b/scripts/training/phrase-extract/extract-lex.cpp
@@ -64,7 +64,7 @@ int main(int argc, char* argv[])
<< toksAlign.size() << " " << lineAlign << endl;
*/
- extractSingleton.Process(toksTarget, toksSource, toksAlign);
+ extractSingleton.Process(toksTarget, toksSource, toksAlign, lineCount);
++lineCount;
}
@@ -86,7 +86,7 @@ const std::string *Vocab::GetOrAdd(const std::string &word)
return ret;
}
-void ExtractLex::Process(vector<string> &toksTarget, vector<string> &toksSource, vector<string> &toksAlign)
+void ExtractLex::Process(vector<string> &toksTarget, vector<string> &toksSource, vector<string> &toksAlign, size_t lineCount)
{
std::vector<bool> m_sourceAligned(toksSource.size(), false)
, m_targetAligned(toksTarget.size(), false);
@@ -99,6 +99,18 @@ void ExtractLex::Process(vector<string> &toksTarget, vector<string> &toksSource,
vector<size_t> alignPos;
Tokenize(alignPos, alignTok, "-");
assert(alignPos.size() == 2);
+
+ if (alignPos[0] >= toksSource.size())
+ {
+ cerr << "ERROR: alignment over source length. Alignment " << alignPos[0] << " at line " << lineCount << endl;
+ continue;
+ }
+ if (alignPos[1] >= toksTarget.size())
+ {
+ cerr << "ERROR: alignment over target length. Alignment " << alignPos[1] << " at line " << lineCount << endl;
+ continue;
+ }
+
assert(alignPos[0] < toksSource.size());
assert(alignPos[1] < toksTarget.size());
diff --git a/scripts/training/phrase-extract/extract-lex.h b/scripts/training/phrase-extract/extract-lex.h
index cd705a034..e2225ecbc 100644
--- a/scripts/training/phrase-extract/extract-lex.h
+++ b/scripts/training/phrase-extract/extract-lex.h
@@ -110,7 +110,7 @@ class ExtractLex
void Output(const std::map<const std::string*, WordCount> &coll, std::ofstream &outStream);
public:
- void Process(std::vector<std::string> &toksTarget, std::vector<std::string> &toksSource, std::vector<std::string> &toksAlign);
+ void Process(std::vector<std::string> &toksTarget, std::vector<std::string> &toksSource, std::vector<std::string> &toksAlign, size_t lineCount);
void Output(std::ofstream &streamLexS2T, std::ofstream &streamLexT2S);
};
diff --git a/scripts/training/phrase-extract/extract-lex.vcxproj b/scripts/training/phrase-extract/extract-lex.vcxproj
index 44615ac53..a291d51aa 100644
--- a/scripts/training/phrase-extract/extract-lex.vcxproj
+++ b/scripts/training/phrase-extract/extract-lex.vcxproj
@@ -12,9 +12,11 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="extract-lex.cpp" />
+ <ClCompile Include="InputFileStream.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="extract-lex.h" />
+ <ClInclude Include="InputFileStream.h" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{808BF985-CA18-4E55-8AAC-70E04DC25117}</ProjectGuid>
@@ -60,6 +62,7 @@
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
+ <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -77,6 +80,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
+ <AdditionalDependencies>zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
diff --git a/scripts/training/phrase-extract/extract-rules.cpp b/scripts/training/phrase-extract/extract-rules.cpp
index 77f7cd01c..2cc9dc54d 100644
--- a/scripts/training/phrase-extract/extract-rules.cpp
+++ b/scripts/training/phrase-extract/extract-rules.cpp
@@ -45,6 +45,9 @@
#include "tables-core.h"
#include "XmlTree.h"
#include "InputFileStream.h"
+#include "OutputFileStream.h"
+#include "../../../moses/src/ThreadPool.h"
+#include "../../../moses/src/OutputCollector.h"
#define LINE_MAX_LENGTH 500000
@@ -53,20 +56,48 @@ using namespace std;
typedef vector< int > LabelIndex;
typedef map< int, int > WordIndex;
-vector< ExtractedRule > extractedRules;
-
-void extractRules(SentenceAlignmentWithSyntax & );
+class ExtractTask : public Moses::Task {
+private:
+ size_t m_id;
+ SentenceAlignmentWithSyntax *m_sentence;
+ RuleExtractionOptions &m_options;
+ Moses::OutputCollector* m_extractCollector;
+ Moses::OutputCollector* m_extractCollectorInv;
+
+public:
+ ExtractTask(size_t id, SentenceAlignmentWithSyntax *sentence, RuleExtractionOptions &options, Moses::OutputCollector* extractCollector, Moses::OutputCollector* extractCollectorInv):
+ m_id(id),
+ m_sentence(sentence),
+ m_options(options),
+ m_extractCollector(extractCollector),
+ m_extractCollectorInv(extractCollectorInv) {}
+ ~ExtractTask() { delete m_sentence; }
+ void Run();
+
+private:
+vector< ExtractedRule > m_extractedRules;
+
+// main functions
+void extractRules();
void addRuleToCollection(ExtractedRule &rule);
void consolidateRules();
void writeRulesToFile();
-void writeGlueGrammar(const string &);
-void collectWordLabelCounts(SentenceAlignmentWithSyntax &sentence );
-void writeUnknownWordLabel(const string &);
-void addRule( SentenceAlignmentWithSyntax &, int, int, int, int
- , RuleExist &ruleExist);
-void addHieroRule( SentenceAlignmentWithSyntax &sentence, int startT, int endT, int startS, int endS
+// subs
+void addRule( int, int, int, int, RuleExist &ruleExist);
+void addHieroRule( int startT, int endT, int startS, int endS
, RuleExist &ruleExist, const HoleCollection &holeColl, int numHoles, int initStartF, int wordCountT, int wordCountS);
+void printHieroPhrase( int startT, int endT, int startS, int endS
+ , HoleCollection &holeColl, LabelIndex &labelIndex);
+string printTargetHieroPhrase( int startT, int endT, int startS, int endS
+ , WordIndex &indexT, HoleCollection &holeColl, const LabelIndex &labelIndex);
+string printSourceHieroPhrase( int startT, int endT, int startS, int endS
+ , HoleCollection &holeColl, const LabelIndex &labelIndex);
+void preprocessSourceHieroPhrase( int startT, int endT, int startS, int endS
+ , WordIndex &indexS, HoleCollection &holeColl, const LabelIndex &labelIndex);
+void printHieroAlignment( int startT, int endT, int startS, int endS
+ , const WordIndex &indexS, const WordIndex &indexT, HoleCollection &holeColl, ExtractedRule &rule);
+void printAllHieroPhrases( int startT, int endT, int startS, int endS, HoleCollection &holeColl);
inline string IntToString( int i )
{
@@ -74,22 +105,29 @@ inline string IntToString( int i )
out << i;
return out.str();
}
+};
-ofstream extractFile;
-ofstream extractFileInv;
-set< string > targetLabelCollection, sourceLabelCollection;
-map< string, int > targetTopLabelCollection, sourceTopLabelCollection;
+// stats for glue grammar and unknown word label probabilities
+void collectWordLabelCounts(SentenceAlignmentWithSyntax &sentence );
+void writeGlueGrammar(const string &, RuleExtractionOptions &options, set< string > &targetLabelCollection, map< string, int > &targetTopLabelCollection);
+void writeUnknownWordLabel(const string &);
-RuleExtractionOptions options;
int main(int argc, char* argv[])
{
cerr << "extract-rules, written by Philipp Koehn\n"
<< "rule extraction from an aligned parallel corpus\n";
+ RuleExtractionOptions options;
+#ifdef WITH_THREADS
+ int thread_count = 1;
+#endif
if (argc < 5) {
- cerr << "syntax: extract-rules corpus.target corpus.source corpus.align extract "
- << " [ --GlueGrammar FILE"
+ cerr << "syntax: extract-rules corpus.target corpus.source corpus.align extract ["
+#ifdef WITH_THREADS
+ << " --threads NUM |"
+#endif
+ << " --GlueGrammar FILE"
<< " | --UnknownWordLabel FILE"
<< " | --OnlyDirect"
<< " | --OutputNTLengths"
@@ -175,6 +213,9 @@ int main(int argc, char* argv[])
exit(1);
}
}
+ else if (strcmp(argv[i], "--GZOutput") == 0) {
+ options.gzOutput = true;
+ }
// allow consecutive non-terminals (X Y | X Y)
else if (strcmp(argv[i],"--TargetSyntax") == 0) {
options.targetSyntax = true;
@@ -218,6 +259,12 @@ int main(int argc, char* argv[])
options.fractionalCounting = false;
} else if (strcmp(argv[i],"--OutputNTLengths") == 0) {
options.outputNTLengths = true;
+#ifdef WITH_THREADS
+ } else if (strcmp(argv[i],"-threads") == 0 ||
+ strcmp(argv[i],"--threads") == 0 ||
+ strcmp(argv[i],"--Threads") == 0) {
+ thread_count = atoi(argv[++i]);
+#endif
} else {
cerr << "extract: syntax error, unknown option '" << string(argv[i]) << "'\n";
exit(1);
@@ -236,13 +283,29 @@ int main(int argc, char* argv[])
istream *aFileP = &aFile;
// open output files
- string fileNameExtractInv = fileNameExtract + ".inv";
- extractFile.open(fileNameExtract.c_str());
+ string fileNameExtractInv = fileNameExtract + ".inv" + (options.gzOutput?".gz":"");
+ Moses::OutputFileStream extractFile;
+ Moses::OutputFileStream extractFileInv;
+ extractFile.Open((fileNameExtract + (options.gzOutput?".gz":"")).c_str());
if (!options.onlyDirectFlag)
- extractFileInv.open(fileNameExtractInv.c_str());
+ extractFileInv.Open(fileNameExtractInv.c_str());
+
+ // output into file
+ Moses::OutputCollector* extractCollector = new Moses::OutputCollector(&extractFile);
+ Moses::OutputCollector* extractCollectorInv = new Moses::OutputCollector(&extractFileInv);
+
+ // stats on labels for glue grammar and unknown word label probabilities
+ set< string > targetLabelCollection, sourceLabelCollection;
+ map< string, int > targetTopLabelCollection, sourceTopLabelCollection;
+
+#ifdef WITH_THREADS
+ // set up thread pool
+ Moses::ThreadPool pool(thread_count);
+ pool.SetQueueLimit(1000);
+#endif
// loop through all sentence pairs
- int i=0;
+ size_t i=0;
while(true) {
i++;
if (i%1000 == 0) cerr << "." << flush;
@@ -255,11 +318,10 @@ int main(int argc, char* argv[])
if (tFileP->eof()) break;
SAFE_GETLINE((*sFileP), sourceString, LINE_MAX_LENGTH, '\n', __FILE__);
SAFE_GETLINE((*aFileP), alignmentString, LINE_MAX_LENGTH, '\n', __FILE__);
- SentenceAlignmentWithSyntax sentence(targetLabelCollection,
- sourceLabelCollection,
- targetTopLabelCollection,
- sourceTopLabelCollection,
- options);
+
+ SentenceAlignmentWithSyntax *sentence = new SentenceAlignmentWithSyntax
+ (targetLabelCollection, sourceLabelCollection,
+ targetTopLabelCollection, sourceTopLabelCollection, options);
//az: output src, tgt, and alingment line
if (options.onlyOutputSpanInfo) {
cout << "LOG: SRC: " << sourceString << endl;
@@ -268,45 +330,66 @@ int main(int argc, char* argv[])
cout << "LOG: PHRASES_BEGIN:" << endl;
}
- if (sentence.create(targetString, sourceString, alignmentString, i)) {
+ if (sentence->create(targetString, sourceString, alignmentString, i)) {
if (options.unknownWordLabelFlag) {
- collectWordLabelCounts(sentence);
+ collectWordLabelCounts(*sentence);
+ }
+ ExtractTask *task = new ExtractTask(i-1, sentence, options, extractCollector, extractCollectorInv);
+#ifdef WITH_THREADS
+ if (thread_count == 1) {
+ task->Run();
+ delete task;
}
- extractRules(sentence);
- consolidateRules();
- writeRulesToFile();
- extractedRules.clear();
+ else {
+ pool.Submit(task);
+ }
+#else
+ task->Run();
+ delete task;
+#endif
}
if (options.onlyOutputSpanInfo) cout << "LOG: PHRASES_END:" << endl; //az: mark end of phrases
}
+#ifdef WITH_THREADS
+ // wait for all threads to finish
+ pool.Stop(true);
+#endif
+
tFile.Close();
sFile.Close();
aFile.Close();
// only close if we actually opened it
if (!options.onlyOutputSpanInfo) {
- extractFile.close();
- if (!options.onlyDirectFlag) extractFileInv.close();
+ extractFile.Close();
+ if (!options.onlyDirectFlag) extractFileInv.Close();
}
if (options.glueGrammarFlag)
- writeGlueGrammar(fileNameGlueGrammar);
+ writeGlueGrammar(fileNameGlueGrammar, options, targetLabelCollection, targetTopLabelCollection);
if (options.unknownWordLabelFlag)
writeUnknownWordLabel(fileNameUnknownWordLabel);
}
-void extractRules( SentenceAlignmentWithSyntax &sentence )
+void ExtractTask::Run() {
+ extractRules();
+ consolidateRules();
+ writeRulesToFile();
+ m_extractedRules.clear();
+}
+
+void ExtractTask::extractRules()
{
- int countT = sentence.target.size();
- int countS = sentence.source.size();
+ int countT = m_sentence->target.size();
+ int countS = m_sentence->source.size();
// phrase repository for creating hiero phrases
RuleExist ruleExist(countT);
// check alignments for target phrase startT...endT
for(int lengthT=1;
- lengthT <= options.maxSpan && lengthT <= countT;
+ lengthT <= m_options.maxSpan && lengthT <= countT;
lengthT++) {
for(int startT=0; startT < countT-(lengthT-1); startT++) {
@@ -314,17 +397,17 @@ void extractRules( SentenceAlignmentWithSyntax &sentence )
int endT = startT + lengthT - 1;
// if there is target side syntax, there has to be a node
- if (options.targetSyntax && !sentence.targetTree.HasNode(startT,endT))
+ if (m_options.targetSyntax && !m_sentence->targetTree.HasNode(startT,endT))
continue;
// find find aligned source words
// first: find minimum and maximum source word
int minS = 9999;
int maxS = -1;
- vector< int > usedS = sentence.alignedCountS;
+ vector< int > usedS = m_sentence->alignedCountS;
for(int ti=startT; ti<=endT; ti++) {
- for(int i=0; i<sentence.alignedToT[ti].size(); i++) {
- int si = sentence.alignedToT[ti][i];
+ for(unsigned int i=0; i<m_sentence->alignedToT[ti].size(); i++) {
+ int si = m_sentence->alignedToT[ti][i];
if (si<minS) {
minS = si;
}
@@ -340,7 +423,7 @@ void extractRules( SentenceAlignmentWithSyntax &sentence )
continue;
// source phrase has to be within limits
- if( maxS-minS >= options.maxSpan )
+ if( maxS-minS >= m_options.maxSpan )
continue;
// check if source words are aligned to out of bound target words
@@ -358,23 +441,23 @@ void extractRules( SentenceAlignmentWithSyntax &sentence )
// start point of source phrase may retreat over unaligned
for(int startS=minS;
(startS>=0 &&
- startS>maxS - options.maxSpan && // within length limit
- (startS==minS || sentence.alignedCountS[startS]==0)); // unaligned
+ startS>maxS - m_options.maxSpan && // within length limit
+ (startS==minS || m_sentence->alignedCountS[startS]==0)); // unaligned
startS--) {
// end point of source phrase may advance over unaligned
for(int endS=maxS;
- (endS<countS && endS<startS + options.maxSpan && // within length limit
- (endS==maxS || sentence.alignedCountS[endS]==0)); // unaligned
+ (endS<countS && endS<startS + m_options.maxSpan && // within length limit
+ (endS==maxS || m_sentence->alignedCountS[endS]==0)); // unaligned
endS++) {
// if there is source side syntax, there has to be a node
- if (options.sourceSyntax && !sentence.sourceTree.HasNode(startS,endS))
+ if (m_options.sourceSyntax && !m_sentence->sourceTree.HasNode(startS,endS))
continue;
// TODO: loop over all source and target syntax labels
// if within length limits, add as fully-lexical phrase pair
- if (endT-startT < options.maxSymbolsTarget && endS-startS < options.maxSymbolsSource) {
- addRule(sentence,startT,endT,startS,endS, ruleExist);
+ if (endT-startT < m_options.maxSymbolsTarget && endS-startS < m_options.maxSymbolsSource) {
+ addRule(startT,endT,startS,endS, ruleExist);
}
// take note that this is a valid phrase alignment
@@ -383,10 +466,10 @@ void extractRules( SentenceAlignmentWithSyntax &sentence )
// extract hierarchical rules
// are rules not allowed to start non-terminals?
- int initStartT = options.nonTermFirstWord ? startT : startT + 1;
+ int initStartT = m_options.nonTermFirstWord ? startT : startT + 1;
HoleCollection holeColl(startS, endS); // empty hole collection
- addHieroRule(sentence, startT, endT, startS, endS,
+ addHieroRule(startT, endT, startS, endS,
ruleExist, holeColl, 0, initStartT,
endT-startT+1, endS-startS+1);
}
@@ -395,8 +478,7 @@ void extractRules( SentenceAlignmentWithSyntax &sentence )
}
}
-void preprocessSourceHieroPhrase( SentenceAlignmentWithSyntax &sentence
- , int startT, int endT, int startS, int endS
+void ExtractTask::preprocessSourceHieroPhrase( int startT, int endT, int startS, int endS
, WordIndex &indexS, HoleCollection &holeColl, const LabelIndex &labelIndex)
{
vector<Hole*>::iterator iterHoleList = holeColl.GetSortedSourceHoles().begin();
@@ -416,8 +498,8 @@ void preprocessSourceHieroPhrase( SentenceAlignmentWithSyntax &sentence
Hole &hole = **iterHoleList;
int labelI = labelIndex[ 2+holeCount+holeTotal ];
- string label = options.sourceSyntax ?
- sentence.sourceTree.GetNodes(currPos,hole.GetEnd(0))[ labelI ]->GetLabel() : "X";
+ string label = m_options.sourceSyntax ?
+ m_sentence->sourceTree.GetNodes(currPos,hole.GetEnd(0))[ labelI ]->GetLabel() : "X";
hole.SetLabel(label, 0);
currPos = hole.GetEnd(0);
@@ -434,8 +516,7 @@ void preprocessSourceHieroPhrase( SentenceAlignmentWithSyntax &sentence
assert(iterHoleList == holeColl.GetSortedSourceHoles().end());
}
-string printTargetHieroPhrase(SentenceAlignmentWithSyntax &sentence
- , int startT, int endT, int startS, int endS
+string ExtractTask::printTargetHieroPhrase( int startT, int endT, int startS, int endS
, WordIndex &indexT, HoleCollection &holeColl, const LabelIndex &labelIndex)
{
HoleList::iterator iterHoleList = holeColl.GetHoles().begin();
@@ -458,8 +539,8 @@ string printTargetHieroPhrase(SentenceAlignmentWithSyntax &sentence
assert(sourceLabel != "");
int labelI = labelIndex[ 2+holeCount ];
- string targetLabel = options.targetSyntax ?
- sentence.targetTree.GetNodes(currPos,hole.GetEnd(1))[ labelI ]->GetLabel() : "X";
+ string targetLabel = m_options.targetSyntax ?
+ m_sentence->targetTree.GetNodes(currPos,hole.GetEnd(1))[ labelI ]->GetLabel() : "X";
hole.SetLabel(targetLabel, 1);
out += "[" + sourceLabel + "][" + targetLabel + "] ";
@@ -470,7 +551,7 @@ string printTargetHieroPhrase(SentenceAlignmentWithSyntax &sentence
holeCount++;
} else {
indexT[currPos] = outPos;
- out += sentence.target[currPos] + " ";
+ out += m_sentence->target[currPos] + " ";
}
outPos++;
@@ -480,8 +561,7 @@ string printTargetHieroPhrase(SentenceAlignmentWithSyntax &sentence
return out.erase(out.size()-1);
}
-string printSourceHieroPhrase( SentenceAlignmentWithSyntax &sentence
- , int startT, int endT, int startS, int endS
+string ExtractTask::printSourceHieroPhrase( int startT, int endT, int startS, int endS
, HoleCollection &holeColl, const LabelIndex &labelIndex)
{
vector<Hole*>::iterator iterHoleList = holeColl.GetSortedSourceHoles().begin();
@@ -511,7 +591,7 @@ string printSourceHieroPhrase( SentenceAlignmentWithSyntax &sentence
++iterHoleList;
++holeCount;
} else {
- out += sentence.source[currPos] + " ";
+ out += m_sentence->source[currPos] + " ";
}
outPos++;
@@ -521,20 +601,19 @@ string printSourceHieroPhrase( SentenceAlignmentWithSyntax &sentence
return out.erase(out.size()-1);
}
-void printHieroAlignment(SentenceAlignmentWithSyntax &sentence
- , int startT, int endT, int startS, int endS
+void ExtractTask::printHieroAlignment( int startT, int endT, int startS, int endS
, const WordIndex &indexS, const WordIndex &indexT, HoleCollection &holeColl, ExtractedRule &rule)
{
// print alignment of words
for(int ti=startT; ti<=endT; ti++) {
WordIndex::const_iterator p = indexT.find(ti);
if (p != indexT.end()) { // does word still exist?
- for(int i=0; i<sentence.alignedToT[ti].size(); i++) {
- int si = sentence.alignedToT[ti][i];
+ for(unsigned int i=0; i<m_sentence->alignedToT[ti].size(); i++) {
+ int si = m_sentence->alignedToT[ti][i];
std::string sourceSymbolIndex = IntToString(indexS.find(si)->second);
std::string targetSymbolIndex = IntToString(p->second);
rule.alignment += sourceSymbolIndex + "-" + targetSymbolIndex + " ";
- if (! options.onlyDirectFlag)
+ if (! m_options.onlyDirectFlag)
rule.alignmentInv += targetSymbolIndex + "-" + sourceSymbolIndex + " ";
}
}
@@ -548,7 +627,7 @@ void printHieroAlignment(SentenceAlignmentWithSyntax &sentence
std::string sourceSymbolIndex = IntToString(hole.GetPos(0));
std::string targetSymbolIndex = IntToString(hole.GetPos(1));
rule.alignment += sourceSymbolIndex + "-" + targetSymbolIndex + " ";
- if (!options.onlyDirectFlag)
+ if (!m_options.onlyDirectFlag)
rule.alignmentInv += targetSymbolIndex + "-" + sourceSymbolIndex + " ";
rule.SetSpanLength(hole.GetPos(0), hole.GetSize(0), hole.GetSize(1) ) ;
@@ -556,12 +635,12 @@ void printHieroAlignment(SentenceAlignmentWithSyntax &sentence
}
rule.alignment.erase(rule.alignment.size()-1);
- if (!options.onlyDirectFlag) {
+ if (!m_options.onlyDirectFlag) {
rule.alignmentInv.erase(rule.alignmentInv.size()-1);
}
}
-void printHieroPhrase( SentenceAlignmentWithSyntax &sentence, int startT, int endT, int startS, int endS
+void ExtractTask::printHieroPhrase( int startT, int endT, int startS, int endS
, HoleCollection &holeColl, LabelIndex &labelIndex)
{
WordIndex indexS, indexT; // to keep track of word positions in rule
@@ -569,50 +648,48 @@ void printHieroPhrase( SentenceAlignmentWithSyntax &sentence, int startT, int en
ExtractedRule rule( startT, endT, startS, endS );
// phrase labels
- string targetLabel = options.targetSyntax ?
- sentence.targetTree.GetNodes(startT,endT)[ labelIndex[0] ]->GetLabel() : "X";
- string sourceLabel = options.sourceSyntax ?
- sentence.sourceTree.GetNodes(startS,endS)[ labelIndex[1] ]->GetLabel() : "X";
+ string targetLabel = m_options.targetSyntax ?
+ m_sentence->targetTree.GetNodes(startT,endT)[ labelIndex[0] ]->GetLabel() : "X";
+ string sourceLabel = m_options.sourceSyntax ?
+ m_sentence->sourceTree.GetNodes(startS,endS)[ labelIndex[1] ]->GetLabel() : "X";
//string sourceLabel = "X";
// create non-terms on the source side
- preprocessSourceHieroPhrase(sentence, startT, endT, startS, endS, indexS, holeColl, labelIndex);
+ preprocessSourceHieroPhrase(startT, endT, startS, endS, indexS, holeColl, labelIndex);
// target
- rule.target = printTargetHieroPhrase(sentence, startT, endT, startS, endS, indexT, holeColl, labelIndex)
+ rule.target = printTargetHieroPhrase(startT, endT, startS, endS, indexT, holeColl, labelIndex)
+ " [" + targetLabel + "]";
// source
// holeColl.SortSourceHoles();
- rule.source = printSourceHieroPhrase(sentence, startT, endT, startS, endS, holeColl, labelIndex)
+ rule.source = printSourceHieroPhrase(startT, endT, startS, endS, holeColl, labelIndex)
+ " [" + sourceLabel + "]";
// alignment
- printHieroAlignment(sentence, startT, endT, startS, endS, indexS, indexT, holeColl, rule);
+ printHieroAlignment(startT, endT, startS, endS, indexS, indexT, holeColl, rule);
addRuleToCollection( rule );
}
-void printAllHieroPhrases( SentenceAlignmentWithSyntax &sentence
- , int startT, int endT, int startS, int endS
- , HoleCollection &holeColl)
+void ExtractTask::printAllHieroPhrases( int startT, int endT, int startS, int endS, HoleCollection &holeColl)
{
LabelIndex labelIndex,labelCount;
// number of target head labels
- int numLabels = options.targetSyntax ? sentence.targetTree.GetNodes(startT,endT).size() : 1;
+ int numLabels = m_options.targetSyntax ? m_sentence->targetTree.GetNodes(startT,endT).size() : 1;
labelCount.push_back(numLabels);
labelIndex.push_back(0);
// number of source head labels
- numLabels = options.sourceSyntax ? sentence.sourceTree.GetNodes(startS,endS).size() : 1;
+ numLabels = m_options.sourceSyntax ? m_sentence->sourceTree.GetNodes(startS,endS).size() : 1;
labelCount.push_back(numLabels);
labelIndex.push_back(0);
// number of target hole labels
for( HoleList::const_iterator hole = holeColl.GetHoles().begin();
hole != holeColl.GetHoles().end(); hole++ ) {
- int numLabels = options.targetSyntax ? sentence.targetTree.GetNodes(hole->GetStart(1),hole->GetEnd(1)).size() : 1 ;
+ int numLabels = m_options.targetSyntax ? m_sentence->targetTree.GetNodes(hole->GetStart(1),hole->GetEnd(1)).size() : 1 ;
labelCount.push_back(numLabels);
labelIndex.push_back(0);
}
@@ -622,7 +699,7 @@ void printAllHieroPhrases( SentenceAlignmentWithSyntax &sentence
for( vector<Hole*>::iterator i = holeColl.GetSortedSourceHoles().begin();
i != holeColl.GetSortedSourceHoles().end(); i++ ) {
const Hole &hole = **i;
- int numLabels = options.sourceSyntax ? sentence.sourceTree.GetNodes(hole.GetStart(0),hole.GetEnd(0)).size() : 1 ;
+ int numLabels = m_options.sourceSyntax ? m_sentence->sourceTree.GetNodes(hole.GetStart(0),hole.GetEnd(0)).size() : 1 ;
labelCount.push_back(numLabels);
labelIndex.push_back(0);
}
@@ -630,8 +707,8 @@ void printAllHieroPhrases( SentenceAlignmentWithSyntax &sentence
// loop through the holes
bool done = false;
while(!done) {
- printHieroPhrase( sentence, startT, endT, startS, endS, holeColl, labelIndex );
- for(int i=0; i<labelIndex.size(); i++) {
+ printHieroPhrase( startT, endT, startS, endS, holeColl, labelIndex );
+ for(unsigned int i=0; i<labelIndex.size(); i++) {
labelIndex[i]++;
if(labelIndex[i] == labelCount[i]) {
labelIndex[i] = 0;
@@ -646,27 +723,26 @@ void printAllHieroPhrases( SentenceAlignmentWithSyntax &sentence
// this function is called recursively
// it pokes a new hole into the phrase pair, and then calls itself for more holes
-void addHieroRule( SentenceAlignmentWithSyntax &sentence
- , int startT, int endT, int startS, int endS
+void ExtractTask::addHieroRule( int startT, int endT, int startS, int endS
, RuleExist &ruleExist, const HoleCollection &holeColl
, int numHoles, int initStartT, int wordCountT, int wordCountS)
{
// done, if already the maximum number of non-terminals in phrase pair
- if (numHoles >= options.maxNonTerm)
+ if (numHoles >= m_options.maxNonTerm)
return;
// find a hole...
for (int startHoleT = initStartT; startHoleT <= endT; ++startHoleT) {
- for (int endHoleT = startHoleT+(options.minHoleTarget-1); endHoleT <= endT; ++endHoleT) {
+ for (int endHoleT = startHoleT+(m_options.minHoleTarget-1); endHoleT <= endT; ++endHoleT) {
// if last non-terminal, enforce word count limit
- if (numHoles == options.maxNonTerm-1 && wordCountT - (endHoleT-startT+1) + (numHoles+1) > options.maxSymbolsTarget)
+ if (numHoles == m_options.maxNonTerm-1 && wordCountT - (endHoleT-startT+1) + (numHoles+1) > m_options.maxSymbolsTarget)
continue;
// determine the number of remaining target words
const int newWordCountT = wordCountT - (endHoleT-startHoleT+1);
// always enforce min word count limit
- if (newWordCountT < options.minWords)
+ if (newWordCountT < m_options.minWords)
continue;
// except the whole span
@@ -686,18 +762,18 @@ void addHieroRule( SentenceAlignmentWithSyntax &sentence
const int sourceHoleSize = sourceHole.GetEnd(0)-sourceHole.GetStart(0)+1;
// enforce minimum hole size
- if (sourceHoleSize < options.minHoleSource)
+ if (sourceHoleSize < m_options.minHoleSource)
continue;
// determine the number of remaining source words
const int newWordCountS = wordCountS - sourceHoleSize;
// if last non-terminal, enforce word count limit
- if (numHoles == options.maxNonTerm-1 && newWordCountS + (numHoles+1) > options.maxSymbolsSource)
+ if (numHoles == m_options.maxNonTerm-1 && newWordCountS + (numHoles+1) > m_options.maxSymbolsSource)
continue;
// enforce min word count limit
- if (newWordCountS < options.minWords)
+ if (newWordCountS < m_options.minWords)
continue;
// hole must be subphrase of the source phrase
@@ -710,16 +786,16 @@ void addHieroRule( SentenceAlignmentWithSyntax &sentence
continue;
// if consecutive non-terminals are not allowed, also check for source
- if (!options.nonTermConsecSource && holeColl.ConsecSource(sourceHole) )
+ if (!m_options.nonTermConsecSource && holeColl.ConsecSource(sourceHole) )
continue;
// check that rule scope would not exceed limit if sourceHole
// were added
- if (holeColl.Scope(sourceHole) > options.maxScope)
+ if (holeColl.Scope(sourceHole) > m_options.maxScope)
continue;
// require that at least one aligned word is left (unless there are no words at all)
- if (options.requireAlignedWord && (newWordCountS > 0 || newWordCountT > 0)) {
+ if (m_options.requireAlignedWord && (newWordCountS > 0 || newWordCountT > 0)) {
HoleList::const_iterator iterHoleList = holeColl.GetHoles().begin();
bool foundAlignedWord = false;
// loop through all word positions
@@ -735,7 +811,7 @@ void addHieroRule( SentenceAlignmentWithSyntax &sentence
}
// covered by word? check if it is aligned
else {
- if (sentence.alignedToT[pos].size() > 0)
+ if (m_sentence->alignedToT[pos].size() > 0)
foundAlignedWord = true;
}
}
@@ -751,19 +827,19 @@ void addHieroRule( SentenceAlignmentWithSyntax &sentence
bool allowablePhrase = true;
// maximum words count violation?
- if (newWordCountS + (numHoles+1) > options.maxSymbolsSource)
+ if (newWordCountS + (numHoles+1) > m_options.maxSymbolsSource)
allowablePhrase = false;
- if (newWordCountT + (numHoles+1) > options.maxSymbolsTarget)
+ if (newWordCountT + (numHoles+1) > m_options.maxSymbolsTarget)
allowablePhrase = false;
// passed all checks...
if (allowablePhrase)
- printAllHieroPhrases(sentence, startT, endT, startS, endS, copyHoleColl);
+ printAllHieroPhrases(startT, endT, startS, endS, copyHoleColl);
// recursively search for next hole
- int nextInitStartT = options.nonTermConsecTarget ? endHoleT + 1 : endHoleT + 2;
- addHieroRule(sentence, startT, endT, startS, endS
+ int nextInitStartT = m_options.nonTermConsecTarget ? endHoleT + 1 : endHoleT + 2;
+ addHieroRule(startT, endT, startS, endS
, ruleExist, copyHoleColl, numHoles + 1, nextInitStartT
, newWordCountT, newWordCountS);
}
@@ -771,12 +847,11 @@ void addHieroRule( SentenceAlignmentWithSyntax &sentence
}
}
-void addRule( SentenceAlignmentWithSyntax &sentence, int startT, int endT, int startS, int endS
- , RuleExist &ruleExist)
+void ExtractTask::addRule( int startT, int endT, int startS, int endS, RuleExist &ruleExist)
{
// source
- if (options.onlyOutputSpanInfo) {
+ if (m_options.onlyOutputSpanInfo) {
cout << startS << " " << endS << " " << startT << " " << endT << endl;
return;
}
@@ -785,49 +860,49 @@ void addRule( SentenceAlignmentWithSyntax &sentence, int startT, int endT, int s
// phrase labels
string targetLabel,sourceLabel;
- sourceLabel = options.sourceSyntax ?
- sentence.sourceTree.GetNodes(startS,endS)[0]->GetLabel() : "X";
- targetLabel = options.targetSyntax ?
- sentence.targetTree.GetNodes(startT,endT)[0]->GetLabel() : "X";
+ sourceLabel = m_options.sourceSyntax ?
+ m_sentence->sourceTree.GetNodes(startS,endS)[0]->GetLabel() : "X";
+ targetLabel = m_options.targetSyntax ?
+ m_sentence->targetTree.GetNodes(startT,endT)[0]->GetLabel() : "X";
// source
rule.source = "";
for(int si=startS; si<=endS; si++)
- rule.source += sentence.source[si] + " ";
+ rule.source += m_sentence->source[si] + " ";
rule.source += "[" + sourceLabel + "]";
// target
rule.target = "";
for(int ti=startT; ti<=endT; ti++)
- rule.target += sentence.target[ti] + " ";
+ rule.target += m_sentence->target[ti] + " ";
rule.target += "[" + targetLabel + "]";
// alignment
for(int ti=startT; ti<=endT; ti++) {
- for(int i=0; i<sentence.alignedToT[ti].size(); i++) {
- int si = sentence.alignedToT[ti][i];
+ for(unsigned int i=0; i<m_sentence->alignedToT[ti].size(); i++) {
+ int si = m_sentence->alignedToT[ti][i];
std::string sourceSymbolIndex = IntToString(si-startS);
std::string targetSymbolIndex = IntToString(ti-startT);
rule.alignment += sourceSymbolIndex + "-" + targetSymbolIndex + " ";
- if (!options.onlyDirectFlag)
+ if (!m_options.onlyDirectFlag)
rule.alignmentInv += targetSymbolIndex + "-" + sourceSymbolIndex + " ";
}
}
rule.alignment.erase(rule.alignment.size()-1);
- if (!options.onlyDirectFlag)
+ if (!m_options.onlyDirectFlag)
rule.alignmentInv.erase(rule.alignmentInv.size()-1);
addRuleToCollection( rule );
}
-void addRuleToCollection( ExtractedRule &newRule )
+void ExtractTask::addRuleToCollection( ExtractedRule &newRule )
{
// no double-counting of identical rules from overlapping spans
- if (!options.duplicateRules) {
+ if (!m_options.duplicateRules) {
vector<ExtractedRule>::const_iterator rule;
- for(rule = extractedRules.begin(); rule != extractedRules.end(); rule++ ) {
+ for(rule = m_extractedRules.begin(); rule != m_extractedRules.end(); rule++ ) {
if (rule->source.compare( newRule.source ) == 0 &&
rule->target.compare( newRule.target ) == 0 &&
!(rule->endT < newRule.startT || rule->startT > newRule.endT)) { // overlapping
@@ -835,31 +910,31 @@ void addRuleToCollection( ExtractedRule &newRule )
}
}
}
- extractedRules.push_back( newRule );
+ m_extractedRules.push_back( newRule );
}
-void consolidateRules()
+void ExtractTask::consolidateRules()
{
typedef vector<ExtractedRule>::iterator R;
map<int, map<int, map<int, map<int,int> > > > spanCount;
// compute number of rules per span
- if (options.fractionalCounting) {
- for(R rule = extractedRules.begin(); rule != extractedRules.end(); rule++ ) {
+ if (m_options.fractionalCounting) {
+ for(R rule = m_extractedRules.begin(); rule != m_extractedRules.end(); rule++ ) {
spanCount[ rule->startT ][ rule->endT ][ rule->startS ][ rule->endS ]++;
}
}
// compute fractional counts
- for(R rule = extractedRules.begin(); rule != extractedRules.end(); rule++ ) {
- rule->count = 1.0/(float) (options.fractionalCounting ? spanCount[ rule->startT ][ rule->endT ][ rule->startS ][ rule->endS ] : 1.0 );
+ for(R rule = m_extractedRules.begin(); rule != m_extractedRules.end(); rule++ ) {
+ rule->count = 1.0/(float) (m_options.fractionalCounting ? spanCount[ rule->startT ][ rule->endT ][ rule->startS ][ rule->endS ] : 1.0 );
}
// consolidate counts
- for(R rule = extractedRules.begin(); rule != extractedRules.end(); rule++ ) {
+ for(R rule = m_extractedRules.begin(); rule != m_extractedRules.end(); rule++ ) {
if (rule->count == 0)
continue;
- for(R r2 = rule+1; r2 != extractedRules.end(); r2++ ) {
+ for(R r2 = rule+1; r2 != m_extractedRules.end(); r2++ ) {
if (rule->source.compare( r2->source ) == 0 &&
rule->target.compare( r2->target ) == 0 &&
rule->alignment.compare( r2->alignment ) == 0) {
@@ -870,33 +945,37 @@ void consolidateRules()
}
}
-void writeRulesToFile()
+void ExtractTask::writeRulesToFile()
{
vector<ExtractedRule>::const_iterator rule;
- for(rule = extractedRules.begin(); rule != extractedRules.end(); rule++ ) {
+ ostringstream out;
+ ostringstream outInv;
+ for(rule = m_extractedRules.begin(); rule != m_extractedRules.end(); rule++ ) {
if (rule->count == 0)
continue;
- extractFile << rule->source << " ||| "
- << rule->target << " ||| "
- << rule->alignment << " ||| "
- << rule->count;
- if (options.outputNTLengths) {
- extractFile << " ||| ";
- rule->OutputNTLengths(extractFile);
+ out << rule->source << " ||| "
+ << rule->target << " ||| "
+ << rule->alignment << " ||| "
+ << rule->count;
+ if (m_options.outputNTLengths) {
+ out << " ||| ";
+ rule->OutputNTLengths(out);
}
- extractFile << "\n";
+ out << "\n";
- if (!options.onlyDirectFlag) {
- extractFileInv << rule->target << " ||| "
- << rule->source << " ||| "
- << rule->alignmentInv << " ||| "
- << rule->count << "\n";
+ if (!m_options.onlyDirectFlag) {
+ outInv << rule->target << " ||| "
+ << rule->source << " ||| "
+ << rule->alignmentInv << " ||| "
+ << rule->count << "\n";
}
}
+ m_extractCollector->Write( m_id, out.str() );
+ m_extractCollectorInv->Write( m_id, outInv.str() );;
}
-void writeGlueGrammar( const string & fileName )
+void writeGlueGrammar( const string & fileName, RuleExtractionOptions &options, set< string > &targetLabelCollection, map< string, int > &targetTopLabelCollection )
{
ofstream grammarFile;
grammarFile.open(fileName.c_str());
@@ -907,7 +986,7 @@ void writeGlueGrammar( const string & fileName )
} else {
// chose a top label that is not already a label
string topLabel = "QQQQQQ";
- for( int i=1; i<=topLabel.length(); i++) {
+ for( unsigned int i=1; i<=topLabel.length(); i++) {
if(targetLabelCollection.find( topLabel.substr(0,i) ) == targetLabelCollection.end() ) {
topLabel = topLabel.substr(0,i);
break;
diff --git a/scripts/training/phrase-extract/extract.cpp b/scripts/training/phrase-extract/extract.cpp
index dee6e2ae3..16b413da9 100644
--- a/scripts/training/phrase-extract/extract.cpp
+++ b/scripts/training/phrase-extract/extract.cpp
@@ -22,6 +22,7 @@
#include "SentenceAlignment.h"
#include "tables-core.h"
#include "InputFileStream.h"
+#include "OutputFileStream.h"
using namespace std;
@@ -82,15 +83,16 @@ bool hierModel = false;
REO_MODEL_TYPE hierType = REO_MSD;
-ofstream extractFile;
-ofstream extractFileInv;
-ofstream extractFileOrientation;
-ofstream extractFileSentenceId;
+Moses::OutputFileStream extractFile;
+Moses::OutputFileStream extractFileInv;
+Moses::OutputFileStream extractFileOrientation;
+Moses::OutputFileStream extractFileSentenceId;
int maxPhraseLength;
bool orientationFlag = false;
bool translationFlag = true;
bool sentenceIdFlag = false; //create extract file with sentence id
bool onlyOutputSpanInfo = false;
+bool gzOutput = false;
int main(int argc, char* argv[])
{
@@ -116,6 +118,8 @@ int main(int argc, char* argv[])
translationFlag = false;
} else if (strcmp(argv[i], "--SentenceId") == 0) {
sentenceIdFlag = true;
+ } else if (strcmp(argv[i], "--GZOutput") == 0) {
+ gzOutput = true;
} else if(strcmp(argv[i],"--model") == 0) {
if (i+1 >= argc) {
cerr << "extract: syntax error, no model's information provided to the option --model " << endl;
@@ -193,18 +197,18 @@ int main(int argc, char* argv[])
// open output files
if (translationFlag) {
- string fileNameExtractInv = fileNameExtract + ".inv";
- extractFile.open(fileNameExtract.c_str());
- extractFileInv.open(fileNameExtractInv.c_str());
+ string fileNameExtractInv = fileNameExtract + ".inv" + (gzOutput?".gz":"");
+ extractFile.Open( (fileNameExtract + (gzOutput?".gz":"")).c_str());
+ extractFileInv.Open(fileNameExtractInv.c_str());
}
if (orientationFlag) {
- string fileNameExtractOrientation = fileNameExtract + ".o";
- extractFileOrientation.open(fileNameExtractOrientation.c_str());
+ string fileNameExtractOrientation = fileNameExtract + ".o" + (gzOutput?".gz":"");
+ extractFileOrientation.Open(fileNameExtractOrientation.c_str());
}
if (sentenceIdFlag) {
- string fileNameExtractSentenceId = fileNameExtract + ".sid";
- extractFileSentenceId.open(fileNameExtractSentenceId.c_str());
+ string fileNameExtractSentenceId = fileNameExtract + ".sid" + (gzOutput?".gz":"");
+ extractFileSentenceId.Open(fileNameExtractSentenceId.c_str());
}
int i=0;
@@ -239,12 +243,12 @@ int main(int argc, char* argv[])
//az: only close if we actually opened it
if (!onlyOutputSpanInfo) {
if (translationFlag) {
- extractFile.close();
- extractFileInv.close();
+ extractFile.Close();
+ extractFileInv.Close();
}
- if (orientationFlag) extractFileOrientation.close();
+ if (orientationFlag) extractFileOrientation.Close();
if (sentenceIdFlag) {
- extractFileSentenceId.close();
+ extractFileSentenceId.Close();
}
}
}
@@ -282,7 +286,7 @@ void extract(SentenceAlignment &sentence)
int maxF = -1;
vector< int > usedF = sentence.alignedCountS;
for(int ei=startE; ei<=endE; ei++) {
- for(int i=0; i<sentence.alignedToT[ei].size(); i++) {
+ for(size_t i=0; i<sentence.alignedToT[ei].size(); i++) {
int fi = sentence.alignedToT[ei][i];
if (fi<minF) {
minF = fi;
@@ -354,7 +358,7 @@ void extract(SentenceAlignment &sentence)
string orientationInfo = "";
REO_POS wordPrevOrient, wordNextOrient, phrasePrevOrient, phraseNextOrient, hierPrevOrient, hierNextOrient;
- for(int i = 0; i < inboundPhrases.size(); i++) {
+ for(size_t i = 0; i < inboundPhrases.size(); i++) {
int startF = inboundPhrases[i].first.first;
int startE = inboundPhrases[i].first.second;
int endF = inboundPhrases[i].second.first;
@@ -523,11 +527,11 @@ bool isAligned ( SentenceAlignment &sentence, int fi, int ei )
return true;
if (ei <= -1 || fi <= -1)
return false;
- if (ei == sentence.target.size() && fi == sentence.source.size())
+ if ((size_t)ei == sentence.target.size() && (size_t)fi == sentence.source.size())
return true;
- if (ei >= sentence.target.size() || fi >= sentence.source.size())
+ if ((size_t)ei >= sentence.target.size() || (size_t)fi >= sentence.source.size())
return false;
- for(int i=0; i<sentence.alignedToT[ei].size(); i++)
+ for(size_t i=0; i<sentence.alignedToT[ei].size(); i++)
if (sentence.alignedToT[ei][i] == fi)
return true;
return false;
@@ -601,6 +605,7 @@ string getOrientString(REO_POS orient, REO_MODEL_TYPE modelType)
}
break;
}
+ return "";
}
void addPhrase( SentenceAlignment &sentence, int startE, int endE, int startF, int endF , string &orientationInfo)
@@ -644,7 +649,7 @@ void addPhrase( SentenceAlignment &sentence, int startE, int endE, int startF, i
// alignment
if (translationFlag) {
for(int ei=startE; ei<=endE; ei++) {
- for(int i=0; i<sentence.alignedToT[ei].size(); i++) {
+ for(size_t i=0; i<sentence.alignedToT[ei].size(); i++) {
int fi = sentence.alignedToT[ei][i];
extractFile << " " << fi-startF << "-" << ei-startE;
extractFileInv << " " << ei-startE << "-" << fi-startF;
diff --git a/scripts/training/phrase-extract/extract.xcodeproj/project.pbxproj b/scripts/training/phrase-extract/extract.xcodeproj/project.pbxproj
index 8a3f58b92..1e02493cb 100644
--- a/scripts/training/phrase-extract/extract.xcodeproj/project.pbxproj
+++ b/scripts/training/phrase-extract/extract.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
- objectVersion = 45;
+ objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
@@ -37,7 +37,18 @@
1CFE962911762A3A006FF13B /* consolidate-direct.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CFE962311762A20006FF13B /* consolidate-direct.cpp */; };
1E2C902D141FDED400EA06A6 /* InputFileStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EB8A211129C024C00041956 /* InputFileStream.cpp */; };
1E2C902E141FDF6D00EA06A6 /* tables-core.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CE8CE4B0FC6EAA200924FEA /* tables-core.cpp */; };
+ 1E66AB3D155D8068009ABD7C /* OutputFileStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E671A7E155C22C500119DD9 /* OutputFileStream.cpp */; };
+ 1E66AB3E155D8068009ABD7C /* OutputFileStream.h in Sources */ = {isa = PBXBuildFile; fileRef = 1E671A7F155C22C500119DD9 /* OutputFileStream.h */; };
+ 1E66AB40155D8233009ABD7C /* OutputFileStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E671A7E155C22C500119DD9 /* OutputFileStream.cpp */; };
+ 1E66AB41155D8233009ABD7C /* OutputFileStream.h in Sources */ = {isa = PBXBuildFile; fileRef = 1E671A7F155C22C500119DD9 /* OutputFileStream.h */; };
+ 1E671A80155C22C500119DD9 /* OutputFileStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E671A7E155C22C500119DD9 /* OutputFileStream.cpp */; };
+ 1E671A82155C234500119DD9 /* OutputFileStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E671A7E155C22C500119DD9 /* OutputFileStream.cpp */; };
+ 1E671A83155C234500119DD9 /* OutputFileStream.h in Sources */ = {isa = PBXBuildFile; fileRef = 1E671A7F155C22C500119DD9 /* OutputFileStream.h */; };
1EB1C8321200D5C00079FCBB /* PhraseAlignment.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EB1C8311200D5C00079FCBB /* PhraseAlignment.cpp */; };
+ 1EB29A3B1511C253005BC4BA /* InputFileStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EB8A211129C024C00041956 /* InputFileStream.cpp */; };
+ 1EB29A3C1511C253005BC4BA /* InputFileStream.h in Sources */ = {isa = PBXBuildFile; fileRef = 1EB8A210129C024C00041956 /* InputFileStream.h */; };
+ 1EB29A3E1511C2D9005BC4BA /* InputFileStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EB8A211129C024C00041956 /* InputFileStream.cpp */; };
+ 1EB29A3F1511C2D9005BC4BA /* InputFileStream.h in Sources */ = {isa = PBXBuildFile; fileRef = 1EB8A210129C024C00041956 /* InputFileStream.h */; };
1EB8A212129C024C00041956 /* InputFileStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EB8A211129C024C00041956 /* InputFileStream.cpp */; };
1EB8A261129C04C700041956 /* InputFileStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1EB8A211129C024C00041956 /* InputFileStream.cpp */; };
1EB8A297129C06A300041956 /* gzfilebuf.h in Sources */ = {isa = PBXBuildFile; fileRef = 1EB8A20C129C022000041956 /* gzfilebuf.h */; };
@@ -87,6 +98,8 @@
1CFE962411762A20006FF13B /* consolidate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = consolidate.cpp; sourceTree = "<group>"; };
1E3EF29E13DBEAF300C1D54A /* extract-lex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "extract-lex.cpp"; sourceTree = "<group>"; };
1E3EF29F13DBEAF300C1D54A /* extract-lex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "extract-lex.h"; sourceTree = "<group>"; };
+ 1E671A7E155C22C500119DD9 /* OutputFileStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OutputFileStream.cpp; sourceTree = "<group>"; };
+ 1E671A7F155C22C500119DD9 /* OutputFileStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OutputFileStream.h; sourceTree = "<group>"; };
1E7C2CF611F1146200213451 /* extract */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = extract; sourceTree = BUILT_PRODUCTS_DIR; };
1E7C2CF811F1146200213451 /* score */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = score; sourceTree = BUILT_PRODUCTS_DIR; };
1E7C2CFA11F1146300213451 /* consolidate */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = consolidate; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -161,6 +174,8 @@
08FB7795FE84155DC02AAC07 /* Source */ = {
isa = PBXGroup;
children = (
+ 1E671A7E155C22C500119DD9 /* OutputFileStream.cpp */,
+ 1E671A7F155C22C500119DD9 /* OutputFileStream.h */,
1E3EF29E13DBEAF300C1D54A /* extract-lex.cpp */,
1E3EF29F13DBEAF300C1D54A /* extract-lex.h */,
1C6A83031111F5A300059E7F /* AlignmentPhrase.cpp */,
@@ -325,8 +340,11 @@
/* Begin PBXProject section */
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0410;
+ };
buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "extract" */;
- compatibilityVersion = "Xcode 3.1";
+ compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
@@ -354,6 +372,10 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ 1E66AB3D155D8068009ABD7C /* OutputFileStream.cpp in Sources */,
+ 1E66AB3E155D8068009ABD7C /* OutputFileStream.h in Sources */,
+ 1EB29A3B1511C253005BC4BA /* InputFileStream.cpp in Sources */,
+ 1EB29A3C1511C253005BC4BA /* InputFileStream.h in Sources */,
1C05BA281174CF10003585B2 /* extract-rules.cpp in Sources */,
1C05BA251174CF03003585B2 /* Hole.h in Sources */,
1C05BA261174CF03003585B2 /* HoleCollection.cpp in Sources */,
@@ -376,6 +398,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ 1EB29A3E1511C2D9005BC4BA /* InputFileStream.cpp in Sources */,
+ 1EB29A3F1511C2D9005BC4BA /* InputFileStream.h in Sources */,
1C05BA381174CFAD003585B2 /* tables-core.cpp in Sources */,
1C05BA391174CFAD003585B2 /* tables-core.h in Sources */,
1C05BA351174CF98003585B2 /* AlignmentPhrase.cpp in Sources */,
@@ -388,6 +412,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ 1E671A82155C234500119DD9 /* OutputFileStream.cpp in Sources */,
+ 1E671A83155C234500119DD9 /* OutputFileStream.h in Sources */,
1EB8A29A129C06B300041956 /* gzfilebuf.h in Sources */,
1EB8A29B129C06B300041956 /* InputFileStream.h in Sources */,
1EB8A29C129C06B300041956 /* InputFileStream.cpp in Sources */,
@@ -403,6 +429,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
+ 1E66AB40155D8233009ABD7C /* OutputFileStream.cpp in Sources */,
+ 1E66AB41155D8233009ABD7C /* OutputFileStream.h in Sources */,
1E2C902E141FDF6D00EA06A6 /* tables-core.cpp in Sources */,
1E2C902D141FDED400EA06A6 /* InputFileStream.cpp in Sources */,
1CFE962711762A2A006FF13B /* consolidate.cpp in Sources */,
@@ -427,6 +455,7 @@
1CE8CE4D0FC6EAA200924FEA /* tables-core.cpp in Sources */,
1C05B9EC1174CC24003585B2 /* SentenceAlignment.cpp in Sources */,
1EB8A212129C024C00041956 /* InputFileStream.cpp in Sources */,
+ 1E671A80155C22C500119DD9 /* OutputFileStream.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -440,13 +469,15 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
INSTALL_PATH = /usr/local/bin;
- PREBINDING = NO;
+ OTHER_LDFLAGS = (
+ "-lz",
+ "-lboost_iostreams",
+ );
PRODUCT_NAME = "extract-rules";
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
};
name = Debug;
};
@@ -457,13 +488,15 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_MODEL_TUNING = G5;
INSTALL_PATH = /usr/local/bin;
ONLY_ACTIVE_ARCH = YES;
- PREBINDING = NO;
+ OTHER_LDFLAGS = (
+ "-lz",
+ "-lboost_iostreams",
+ );
PRODUCT_NAME = "extract-rules";
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;
@@ -475,13 +508,12 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
INSTALL_PATH = /usr/local/bin;
- PREBINDING = NO;
+ OTHER_LDFLAGS = "-lz";
PRODUCT_NAME = statistics;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
};
name = Debug;
};
@@ -492,13 +524,12 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_MODEL_TUNING = G5;
INSTALL_PATH = /usr/local/bin;
ONLY_ACTIVE_ARCH = YES;
- PREBINDING = NO;
+ OTHER_LDFLAGS = "-lz";
PRODUCT_NAME = statistics;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;
@@ -510,15 +541,16 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
INSTALL_PATH = /usr/local/bin;
ONLY_ACTIVE_ARCH = YES;
- OTHER_LDFLAGS = "-lz";
- PREBINDING = NO;
+ OTHER_LDFLAGS = (
+ "-lz",
+ "-lboost_iostreams",
+ );
PRODUCT_NAME = score;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
};
name = Debug;
};
@@ -529,14 +561,15 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_MODEL_TUNING = G5;
INSTALL_PATH = /usr/local/bin;
ONLY_ACTIVE_ARCH = YES;
- OTHER_LDFLAGS = "-lz";
- PREBINDING = NO;
+ OTHER_LDFLAGS = (
+ "-lz",
+ "-lboost_iostreams",
+ );
PRODUCT_NAME = score;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;
@@ -548,14 +581,15 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
INSTALL_PATH = /usr/local/bin;
- OTHER_LDFLAGS = "-lz";
- PREBINDING = NO;
+ OTHER_LDFLAGS = (
+ "-lz",
+ "-lboost_iostreams",
+ );
PRODUCT_NAME = consolidate;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
};
name = Debug;
};
@@ -566,14 +600,15 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_MODEL_TUNING = G5;
INSTALL_PATH = /usr/local/bin;
ONLY_ACTIVE_ARCH = YES;
- OTHER_LDFLAGS = "-lz";
- PREBINDING = NO;
+ OTHER_LDFLAGS = (
+ "-lz",
+ "-lboost_iostreams",
+ );
PRODUCT_NAME = consolidate;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;
@@ -585,14 +620,12 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
INSTALL_PATH = /usr/local/bin;
OTHER_LDFLAGS = "-lz";
- PREBINDING = NO;
PRODUCT_NAME = "consolidate-direct";
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
};
name = Debug;
};
@@ -603,14 +636,12 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_MODEL_TUNING = G5;
INSTALL_PATH = /usr/local/bin;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-lz";
- PREBINDING = NO;
PRODUCT_NAME = "consolidate-direct";
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
ZERO_LINK = NO;
};
name = Release;
@@ -622,7 +653,6 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -630,9 +660,12 @@
"_GLIBCXX_DEBUG_PEDANTIC=1",
);
INSTALL_PATH = /usr/local/bin;
- OTHER_LDFLAGS = "-lz";
+ OTHER_LDFLAGS = (
+ "-lz",
+ "-lboost_iostreams",
+ );
PRODUCT_NAME = extract;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
};
name = Debug;
};
@@ -645,9 +678,12 @@
GCC_MODEL_TUNING = G5;
INSTALL_PATH = /usr/local/bin;
ONLY_ACTIVE_ARCH = YES;
- OTHER_LDFLAGS = "-lz";
+ OTHER_LDFLAGS = (
+ "-lz",
+ "-lboost_iostreams",
+ );
PRODUCT_NAME = extract;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
};
name = Release;
};
@@ -659,9 +695,10 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
+ HEADER_SEARCH_PATHS = /opt/local/include;
+ LIBRARY_SEARCH_PATHS = /opt/local/lib;
ONLY_ACTIVE_ARCH = YES;
- PREBINDING = NO;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
};
name = Debug;
};
@@ -672,9 +709,10 @@
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
+ HEADER_SEARCH_PATHS = /opt/local/include;
+ LIBRARY_SEARCH_PATHS = /opt/local/lib;
ONLY_ACTIVE_ARCH = YES;
- PREBINDING = NO;
- SDKROOT = macosx10.6;
+ SDKROOT = macosx;
};
name = Release;
};
diff --git a/scripts/training/phrase-extract/relax-parse.cpp b/scripts/training/phrase-extract/relax-parse.cpp
index e5e510e30..6e561b921 100644
--- a/scripts/training/phrase-extract/relax-parse.cpp
+++ b/scripts/training/phrase-extract/relax-parse.cpp
@@ -139,7 +139,7 @@ void LeftBinarize( SyntaxTree &tree, ParentNodes &parents )
= tree.GetNodes( point[0], point[point.size()-1]-1);
string topLabel = topNodes[0]->GetLabel();
- for(int i=2; i<point.size()-1; i++) {
+ for(size_t i=2; i<point.size()-1; i++) {
// cerr << "LeftBin " << point[0] << "-" << (point[point.size()-1]-1) << ": " << point[0] << "-" << point[i]-1 << " ^" << topLabel << endl;
tree.AddNode( point[0], point[i]-1, "^" + topLabel );
}
@@ -157,7 +157,7 @@ void RightBinarize( SyntaxTree &tree, ParentNodes &parents )
= tree.GetNodes( point[0], endPoint);
string topLabel = topNodes[0]->GetLabel();
- for(int i=1; i<point.size()-2; i++) {
+ for(size_t i=1; i<point.size()-2; i++) {
// cerr << "RightBin " << point[0] << "-" << (point[point.size()-1]-1) << ": " << point[i] << "-" << endPoint << " ^" << topLabel << endl;
tree.AddNode( point[i], endPoint, "^" + topLabel );
}
@@ -181,7 +181,7 @@ void SAMT( SyntaxTree &tree, ParentNodes &parents )
// for(int i=0;i<point.size();i++) cerr << point[i] << " ";
// cerr << endl;
- for(int i = 0; i+2 < point.size(); i++) {
+ for(size_t i = 0; i+2 < point.size(); i++) {
// cerr << "\tadding " << point[i] << ";" << point[i+1] << ";" << (point[i+2]-1) << ": " << tree.GetNodes(point[i ],point[i+1]-1)[0]->GetLabel() << "+" << tree.GetNodes(point[i+1],point[i+2]-1)[0]->GetLabel() << endl;
newTree.AddNode( point[i],point[i+2]-1,
@@ -271,7 +271,7 @@ void SAMT( SyntaxTree &tree, ParentNodes &parents )
// adding all new nodes
vector< SyntaxNode* > nodes = newTree.GetAllNodes();
- for( int i=0; i<nodes.size(); i++ ) {
+ for( size_t i=0; i<nodes.size(); i++ ) {
tree.AddNode( nodes[i]->GetStart(), nodes[i]->GetEnd(), nodes[i]->GetLabel());
}
}
diff --git a/scripts/training/phrase-extract/score.cpp b/scripts/training/phrase-extract/score.cpp
index 198e58ce4..19e487ace 100644
--- a/scripts/training/phrase-extract/score.cpp
+++ b/scripts/training/phrase-extract/score.cpp
@@ -32,6 +32,7 @@
#include "PhraseAlignment.h"
#include "score.h"
#include "InputFileStream.h"
+#include "OutputFileStream.h"
using namespace std;
@@ -58,8 +59,8 @@ vector<string> tokenize( const char [] );
void writeCountOfCounts( const char* fileNameCountOfCounts );
void processPhrasePairs( vector< PhraseAlignment > & , ostream &phraseTableFile);
-PhraseAlignment* findBestAlignment( vector< PhraseAlignment* > & );
-void outputPhrasePair( vector< PhraseAlignment * > &, float, int, ostream &phraseTableFile );
+PhraseAlignment* findBestAlignment(const PhraseAlignmentCollection &phrasePair );
+void outputPhrasePair(const PhraseAlignmentCollection &phrasePair, float, int, ostream &phraseTableFile );
double computeLexicalTranslation( const PHRASE &, const PHRASE &, PhraseAlignment * );
double computeUnalignedPenalty( const PHRASE &, const PHRASE &, PhraseAlignment * );
set<string> functionWordList;
@@ -188,9 +189,10 @@ int main(int argc, char* argv[])
phraseTableFile = &cout;
}
else {
- ofstream *outputFile = new ofstream();
- outputFile->open(fileNamePhraseTable);
- if (outputFile->fail()) {
+ Moses::OutputFileStream *outputFile = new Moses::OutputFileStream();
+ bool success = outputFile->Open(fileNamePhraseTable);
+
+ if (!success) {
cerr << "ERROR: could not open file phrase table file "
<< fileNamePhraseTable << endl;
exit(1);
@@ -245,7 +247,6 @@ int main(int argc, char* argv[])
phraseTableFile->flush();
if (phraseTableFile != &cout) {
- (dynamic_cast<ofstream*>(phraseTableFile))->close();
delete phraseTableFile;
}
@@ -258,22 +259,22 @@ int main(int argc, char* argv[])
void writeCountOfCounts( const char* fileNameCountOfCounts )
{
// open file
- ofstream countOfCountsFile;
- countOfCountsFile.open(fileNameCountOfCounts);
- if (countOfCountsFile.fail()) {
+ Moses::OutputFileStream countOfCountsFile;
+ bool success = countOfCountsFile.Open(fileNameCountOfCounts);
+ if (!success) {
cerr << "ERROR: could not open count-of-counts file "
<< fileNameCountOfCounts << endl;
return;
}
// Kneser-Ney needs the total number of phrase pairs
- countOfCountsFile << totalDistinct;
+ countOfCountsFile << totalDistinct << endl;
// write out counts
for(int i=1; i<=COC_MAX; i++) {
countOfCountsFile << countOfCounts[ i ] << endl;
}
- countOfCountsFile.close();
+ countOfCountsFile.Close();
}
void processPhrasePairs( vector< PhraseAlignment > &phrasePair, ostream &phraseTableFile )
@@ -282,54 +283,63 @@ void processPhrasePairs( vector< PhraseAlignment > &phrasePair, ostream &phraseT
// group phrase pairs based on alignments that matter
// (i.e. that re-arrange non-terminals)
- vector< vector< PhraseAlignment * > > phrasePairGroup;
+ PhrasePairGroup phrasePairGroup;
+
float totalSource = 0;
+ //cerr << "phrasePair.size() = " << phrasePair.size() << endl;
+
// loop through phrase pairs
for(size_t i=0; i<phrasePair.size(); i++) {
// add to total count
+ PhraseAlignment &currPhrasePair = phrasePair[i];
+
totalSource += phrasePair[i].count;
-
+
// check for matches
- bool matched = false;
- for(size_t g=0; g<phrasePairGroup.size(); g++) {
- vector< PhraseAlignment* > &group = phrasePairGroup[g];
- // matched? place into same group
- if ( group[0]->match( phrasePair[i] )) {
- group.push_back( &phrasePair[i] );
- matched = true;
- }
- }
- // not matched? create new group
- if (! matched) {
- vector< PhraseAlignment* > newGroup;
- newGroup.push_back( &phrasePair[i] );
- phrasePairGroup.push_back( newGroup );
+ //cerr << "phrasePairGroup.size() = " << phrasePairGroup.size() << endl;
+
+ PhraseAlignmentCollection phraseAlignColl;
+ phraseAlignColl.push_back(&currPhrasePair);
+ pair<PhrasePairGroup::iterator, bool> retInsert;
+ retInsert = phrasePairGroup.insert(phraseAlignColl);
+ if (!retInsert.second)
+ { // already exist. Add to that collection instead
+ PhraseAlignmentCollection &existingColl = const_cast<PhraseAlignmentCollection&>(*retInsert.first);
+ existingColl.push_back(&currPhrasePair);
}
+
}
// output the distinct phrase pairs, one at a time
- for(size_t g=0; g<phrasePairGroup.size(); g++) {
- vector< PhraseAlignment* > &group = phrasePairGroup[g];
- outputPhrasePair( group, totalSource, phrasePairGroup.size(), phraseTableFile );
+ const PhrasePairGroup::SortedColl &sortedColl = phrasePairGroup.GetSortedColl();
+ PhrasePairGroup::SortedColl::const_iterator iter;
+
+ for(iter = sortedColl.begin(); iter != sortedColl.end(); ++iter)
+ {
+ const PhraseAlignmentCollection &group = **iter;
+ outputPhrasePair( group, totalSource, phrasePairGroup.GetSize(), phraseTableFile );
+
}
+
}
-PhraseAlignment* findBestAlignment( vector< PhraseAlignment* > &phrasePair )
+PhraseAlignment* findBestAlignment(const PhraseAlignmentCollection &phrasePair )
{
float bestAlignmentCount = -1;
PhraseAlignment* bestAlignment;
-
- for(int i=0; i<phrasePair.size(); i++) {
+
+ for(size_t i=0; i<phrasePair.size(); i++) {
if (phrasePair[i]->count > bestAlignmentCount) {
bestAlignmentCount = phrasePair[i]->count;
bestAlignment = phrasePair[i];
}
}
-
+
return bestAlignment;
}
+
void calcNTLengthProb(const map<size_t, map<size_t, size_t> > &lengths
, size_t total
, map<size_t, map<size_t, float> > &probs)
@@ -417,7 +427,7 @@ void outputNTLengthProbs(ostream &phraseTableFile, const map<size_t, map<size_t,
}
-void outputPhrasePair( vector< PhraseAlignment* > &phrasePair, float totalCount, int distinctCount, ostream &phraseTableFile )
+void outputPhrasePair(const PhraseAlignmentCollection &phrasePair, float totalCount, int distinctCount, ostream &phraseTableFile )
{
if (phrasePair.size() == 0) return;
@@ -443,7 +453,7 @@ void outputPhrasePair( vector< PhraseAlignment* > &phrasePair, float totalCount,
// do not output if hierarchical and count below threshold
if (hierarchicalFlag && count < minCountHierarchical) {
- for(int j=0; j<phraseS.size()-1; j++) {
+ for(size_t j=0; j<phraseS.size()-1; j++) {
if (isNonTerminal(vcbS.getWord( phraseS[j] )))
return;
}
@@ -451,7 +461,7 @@ void outputPhrasePair( vector< PhraseAlignment* > &phrasePair, float totalCount,
// source phrase (unless inverse)
if (! inverseFlag) {
- for(int j=0; j<phraseS.size(); j++) {
+ for(size_t j=0; j<phraseS.size(); j++) {
phraseTableFile << vcbS.getWord( phraseS[j] );
phraseTableFile << " ";
}
@@ -459,7 +469,7 @@ void outputPhrasePair( vector< PhraseAlignment* > &phrasePair, float totalCount,
}
// target phrase
- for(int j=0; j<phraseT.size(); j++) {
+ for(size_t j=0; j<phraseT.size(); j++) {
phraseTableFile << vcbT.getWord( phraseT[j] );
phraseTableFile << " ";
}
@@ -467,7 +477,7 @@ void outputPhrasePair( vector< PhraseAlignment* > &phrasePair, float totalCount,
// source phrase (if inverse)
if (inverseFlag) {
- for(int j=0; j<phraseS.size(); j++) {
+ for(size_t j=0; j<phraseS.size(); j++) {
phraseTableFile << vcbS.getWord( phraseS[j] );
phraseTableFile << " ";
}
@@ -499,7 +509,7 @@ void outputPhrasePair( vector< PhraseAlignment* > &phrasePair, float totalCount,
if (hierarchicalFlag) {
// always output alignment if hiero style, but only for non-terms
assert(phraseT.size() == bestAlignment->alignedToT.size() + 1);
- for(int j = 0; j < phraseT.size() - 1; j++) {
+ for(size_t j = 0; j < phraseT.size() - 1; j++) {
if (isNonTerminal(vcbT.getWord( phraseT[j] ))) {
if (bestAlignment->alignedToT[ j ].size() != 1) {
cerr << "Error: unequal numbers of non-terminals. Make sure the text does not contain words in square brackets (like [xxx])." << endl;
@@ -512,7 +522,7 @@ void outputPhrasePair( vector< PhraseAlignment* > &phrasePair, float totalCount,
}
} else if (wordAlignmentFlag) {
// alignment info in pb model
- for(int j=0; j<bestAlignment->alignedToT.size(); j++) {
+ for(size_t j=0; j<bestAlignment->alignedToT.size(); j++) {
const set< size_t > &aligned = bestAlignment->alignedToT[j];
for (set< size_t >::const_iterator p(aligned.begin()); p != aligned.end(); ++p) {
phraseTableFile << *p << "-" << j << " ";
@@ -552,7 +562,7 @@ double computeUnalignedPenalty( const PHRASE &phraseS, const PHRASE &phraseT, Ph
// unaligned word counter
double unaligned = 1.0;
// only checking target words - source words are caught when computing inverse
- for(int ti=0; ti<alignment->alignedToT.size(); ti++) {
+ for(size_t ti=0; ti<alignment->alignedToT.size(); ti++) {
const set< size_t > & srcIndices = alignment->alignedToT[ ti ];
if (srcIndices.empty()) {
unaligned *= 2.718;
@@ -566,7 +576,7 @@ double computeUnalignedFWPenalty( const PHRASE &phraseS, const PHRASE &phraseT,
// unaligned word counter
double unaligned = 1.0;
// only checking target words - source words are caught when computing inverse
- for(int ti=0; ti<alignment->alignedToT.size(); ti++) {
+ for(size_t ti=0; ti<alignment->alignedToT.size(); ti++) {
const set< size_t > & srcIndices = alignment->alignedToT[ ti ];
if (srcIndices.empty() && functionWordList.find( vcbT.getWord( phraseT[ ti ] ) ) != functionWordList.end()) {
unaligned *= 2.718;
@@ -606,7 +616,7 @@ double computeLexicalTranslation( const PHRASE &phraseS, const PHRASE &phraseT,
double lexScore = 1.0;
int null = vcbS.getWordID("NULL");
// all target words have to be explained
- for(int ti=0; ti<alignment->alignedToT.size(); ti++) {
+ for(size_t ti=0; ti<alignment->alignedToT.size(); ti++) {
const set< size_t > & srcIndices = alignment->alignedToT[ ti ];
if (srcIndices.empty()) {
// explain unaligned word by NULL
@@ -658,3 +668,18 @@ void LexicalTable::load( char *fileName )
}
cerr << endl;
}
+
+std::pair<PhrasePairGroup::Coll::iterator,bool> PhrasePairGroup::insert ( const PhraseAlignmentCollection& obj )
+{
+ std::pair<iterator,bool> ret = m_coll.insert(obj);
+
+ if (ret.second)
+ { // obj inserted. Also add to sorted vector
+ const PhraseAlignmentCollection &insertedObj = *ret.first;
+ m_sortedColl.push_back(&insertedObj);
+ }
+
+ return ret;
+}
+
+
diff --git a/scripts/training/phrase-extract/score.h b/scripts/training/phrase-extract/score.h
index ea50d8cb7..dc94ecfde 100644
--- a/scripts/training/phrase-extract/score.h
+++ b/scripts/training/phrase-extract/score.h
@@ -50,6 +50,8 @@ public:
const SortedColl &GetSortedColl() const
{ return m_sortedColl; }
+ size_t GetSize() const
+ { return m_coll.size(); }
private:
SortedColl m_sortedColl;
diff --git a/scripts/training/phrase-extract/statistics.cpp b/scripts/training/phrase-extract/statistics.cpp
index 1083621ec..a39e98a5d 100644
--- a/scripts/training/phrase-extract/statistics.cpp
+++ b/scripts/training/phrase-extract/statistics.cpp
@@ -112,7 +112,7 @@ int main(int argc, char* argv[])
bool isPhrasePair = phrasePair.create( line, i );
if (lastForeign >= 0 && lastForeign != phrasePair.foreign) {
processPhrasePairs( phrasePairsWithSameF );
- for(int j=0; j<phrasePairsWithSameF.size(); j++)
+ for(size_t j=0; j<phrasePairsWithSameF.size(); j++)
phrasePairsWithSameF[j].clear();
phrasePairsWithSameF.clear();
phraseTableE.clear();
@@ -141,7 +141,7 @@ void processPhrasePairs( vector< PhraseAlignment > &phrasePair )
int maxSameCount = 0;
int maxSame = -1;
int old = -1;
- for(int i=0; i<phrasePair.size(); i++) {
+ for(size_t i=0; i<phrasePair.size(); i++) {
if (i>0) {
if (phrasePair[old].english == phrasePair[i].english) {
if (! phrasePair[i].equals( phrasePair[old] )) {
@@ -194,7 +194,7 @@ void processPhrasePairs( vector< PhraseAlignment > &phrasePair )
// foreign phrase (unless inverse)
if (! inverseFlag) {
- for(int j=0; j<phraseF.size(); j++) {
+ for(size_t j=0; j<phraseF.size(); j++) {
phraseTableFile << vcbF.getWord( phraseF[j] );
phraseTableFile << " ";
}
@@ -203,7 +203,7 @@ void processPhrasePairs( vector< PhraseAlignment > &phrasePair )
// english phrase
PHRASE phraseE = phraseTableE.getPhrase( i->first );
- for(int j=0; j<phraseE.size(); j++) {
+ for(size_t j=0; j<phraseE.size(); j++) {
phraseTableFile << vcbE.getWord( phraseE[j] );
phraseTableFile << " ";
}
@@ -211,7 +211,7 @@ void processPhrasePairs( vector< PhraseAlignment > &phrasePair )
// foreign phrase (if inverse)
if (inverseFlag) {
- for(int j=0; j<phraseF.size(); j++) {
+ for(size_t j=0; j<phraseF.size(); j++) {
phraseTableFile << vcbF.getWord( phraseF[j] );
phraseTableFile << " ";
}
@@ -241,7 +241,7 @@ bool PhraseAlignment::create( char line[], int lineID )
vector< string > token = tokenize( line );
int item = 1;
PHRASE phraseF, phraseE;
- for (int j=0; j<token.size(); j++) {
+ for (size_t j=0; j<token.size(); j++) {
if (token[j] == "|||") item++;
else {
if (item == 1)
@@ -251,14 +251,14 @@ bool PhraseAlignment::create( char line[], int lineID )
else if (item == 3) {
int e,f;
sscanf(token[j].c_str(), "%d-%d", &f, &e);
- if (e >= phraseE.size() || f >= phraseF.size()) {
+ if ((size_t)e >= phraseE.size() || (size_t)f >= phraseF.size()) {
cerr << "WARNING: sentence " << lineID << " has alignment point (" << f << ", " << e << ") out of bounds (" << phraseF.size() << ", " << phraseE.size() << ")\n";
} else {
if (alignedToE.size() == 0) {
vector< size_t > dummy;
- for(int i=0; i<phraseE.size(); i++)
+ for(size_t i=0; i<phraseE.size(); i++)
alignedToE.push_back( dummy );
- for(int i=0; i<phraseF.size(); i++)
+ for(size_t i=0; i<phraseF.size(); i++)
alignedToF.push_back( dummy );
foreign = phraseTableF.storeIfNew( phraseF );
english = phraseTableE.storeIfNew( phraseE );
@@ -274,9 +274,9 @@ bool PhraseAlignment::create( char line[], int lineID )
void PhraseAlignment::clear()
{
- for(int i=0; i<alignedToE.size(); i++)
+ for(size_t i=0; i<alignedToE.size(); i++)
alignedToE[i].clear();
- for(int i=0; i<alignedToF.size(); i++)
+ for(size_t i=0; i<alignedToF.size(); i++)
alignedToF[i].clear();
alignedToE.clear();
alignedToF.clear();
@@ -289,15 +289,15 @@ bool PhraseAlignment::equals( const PhraseAlignment& other )
if (other.foreign != foreign) return false;
PHRASE phraseE = phraseTableE.getPhrase( english );
PHRASE phraseF = phraseTableF.getPhrase( foreign );
- for(int i=0; i<phraseE.size(); i++) {
+ for(size_t i=0; i<phraseE.size(); i++) {
if (alignedToE[i].size() != other.alignedToE[i].size()) return false;
- for(int j=0; j<alignedToE[i].size(); j++) {
+ for(size_t j=0; j<alignedToE[i].size(); j++) {
if (alignedToE[i][j] != other.alignedToE[i][j]) return false;
}
}
- for(int i=0; i<phraseF.size(); i++) {
+ for(size_t i=0; i<phraseF.size(); i++) {
if (alignedToF[i].size() != other.alignedToF[i].size()) return false;
- for(int j=0; j<alignedToF[i].size(); j++) {
+ for(size_t j=0; j<alignedToF[i].size(); j++) {
if (alignedToF[i][j] != other.alignedToF[i][j]) return false;
}
}
diff --git a/scripts/training/phrase-extract/tables-core.cpp b/scripts/training/phrase-extract/tables-core.cpp
index 399026930..de50f5024 100644
--- a/scripts/training/phrase-extract/tables-core.cpp
+++ b/scripts/training/phrase-extract/tables-core.cpp
@@ -1,6 +1,5 @@
// $Id$
//#include "beammain.h"
-#include "SafeGetline.h"
#include "tables-core.h"
#define TABLE_LINE_MAX_LENGTH 1000
@@ -90,16 +89,19 @@ void DTable::load( const string& fileName )
{
ifstream inFile;
inFile.open(fileName.c_str());
- istream *inFileP = &inFile;
- char line[TABLE_LINE_MAX_LENGTH];
+ std::string line;
int i=0;
while(true) {
i++;
- SAFE_GETLINE((*inFileP), line, TABLE_LINE_MAX_LENGTH, '\n', __FILE__);
- if (inFileP->eof()) break;
-
- vector<string> token = tokenize( line );
+ getline(inFile, line);
+ if (inFile.eof()) break;
+ if (!inFile) {
+ std::cerr << "Error reading from " << fileName << std::endl;
+ abort();
+ }
+
+ vector<string> token = tokenize(line.c_str());
if (token.size() < 2) {
cerr << "line " << i << " in " << fileName << " too short, skipping\n";
continue;
diff --git a/scripts/training/symal/cmd.h b/scripts/training/symal/cmd.h
index 17231db90..01a00abc0 100644
--- a/scripts/training/symal/cmd.h
+++ b/scripts/training/symal/cmd.h
@@ -16,7 +16,7 @@
#define CMDBOOLTYPE 9
typedef struct {
- char *Name;
+ const char *Name;
int Idx;
} Enum_T;
diff --git a/scripts/training/symal/symal.cpp b/scripts/training/symal/symal.cpp
index 329e9e585..da386d973 100644
--- a/scripts/training/symal/symal.cpp
+++ b/scripts/training/symal/symal.cpp
@@ -249,7 +249,8 @@ int printgrow(fstream& out,int m,int *a,int n,int* b, bool diagonal=false,bool f
}
- int i,j,o;
+ int i,j;
+ size_t o;
//covered foreign and english positions
@@ -391,8 +392,8 @@ int main(int argc, char** argv)
{
int alignment=0;
- char* input="/dev/stdin";
- char* output="/dev/stdout";
+ char* input=(char*)"/dev/stdin";
+ char* output=(char*)"/dev/stdout";
int diagonal=false;
int final=false;
int bothuncovered=false;
@@ -410,10 +411,10 @@ int main(int argc, char** argv)
"o", CMDSTRINGTYPE, &output,
"v", CMDENUMTYPE, &verbose, BoolEnum,
"verbose", CMDENUMTYPE, &verbose, BoolEnum,
+
+ (char*)NULL);
- (char *)NULL);
-
- GetParams(&argc, &argv, (char*) NULL);
+ GetParams(&argc, &argv, (char*)NULL);
if (alignment==0) {
cerr << "usage: symal [-i=<inputfile>] [-o=<outputfile>] -a=[u|i|g] -d=[yes|no] -b=[yes|no] -f=[yes|no] \n"
diff --git a/scripts/training/train-global-lexicon-model.perl b/scripts/training/train-global-lexicon-model.perl
index 748ef3e55..f18fb6f2e 100755
--- a/scripts/training/train-global-lexicon-model.perl
+++ b/scripts/training/train-global-lexicon-model.perl
@@ -2,20 +2,22 @@
use strict;
use Getopt::Long "GetOptions";
+use Switch;
### paths
# MegaM --- available from http://www.cs.utah.edu/~hal/megam/
-my $megam = "/home/pkoehn/statmt/bin/megam_i686.opt";
+my $megam = "/home/marsik/megam/bin/megam_i686.opt";
# temporary dir - you may need something bigger
my $tmpdir = "/tmp";
# input parameters
-my ($corpus_stem,$lex_dir,$f,$e,$model);
+my ($action, $corpus_stem,$lex_dir,$f,$e,$model);
-die("syntax: train-global-lexicon-model.perl --corpus-stem FILESTEM --lex-dir DIR --f EXT --e EXT --model FILE [--tmp-dir DIR]\n")
- unless &GetOptions('corpus-stem=s' => \$corpus_stem,
+die("syntax: train-global-lexicon-model.perl --action [list|train|consolidate] --corpus-stem FILESTEM --lex-dir DIR --f EXT --e EXT --model FILE [--tmp-dir DIR]\n")
+ unless &GetOptions('action=s' => \$action,
+ 'corpus-stem=s' => \$corpus_stem,
'lex-dir=s' => \$lex_dir,
'f=s' => \$f,
'e=s' => \$e,
@@ -24,7 +26,8 @@ die("syntax: train-global-lexicon-model.perl --corpus-stem FILESTEM --lex-dir DI
&& defined($e) && defined($f)
&& defined($lex_dir) && -e "$lex_dir/$f.vcb" && -e "$lex_dir/$e.vcb"
&& defined($corpus_stem)
- && ( (-e "$corpus_stem.$e" && -e "$corpus_stem.$f")
+ && defined($action)
+ && ( (-e "$corpus_stem.$e" && -e "$corpus_stem.$f")
|| (-e "$corpus_stem.$e.gz" && -e "$corpus_stem.$f.gz"));
# read lexicon index
@@ -32,48 +35,32 @@ my (%LEX_E,%LEX_F,%DELEX_E,%DELEX_F,%COUNT_E,%COUNT_F);
&read_lex("$lex_dir/$f.vcb",\%LEX_F,\%DELEX_F,\%COUNT_F);
&read_lex("$lex_dir/$e.vcb",\%LEX_E,\%DELEX_E,\%COUNT_E);
-# specified word? do just that one
-if (defined($ARGV[0])) {
- my $ew = $ARGV[0];
- &process_one_word(&decode_word($ew));
- exit;
-}
-
-### cluster code --- needs to be adapted
-if (`hostname` =~ /centaur/) {
- my $i=0;
- foreach my $ew (keys %LEX_E) {
- #next unless $COUNT_E{$ew}<=1;
- next if $ew eq "UNK";
- my $file = &efile($ew);
- my $jobfile = $file;
- $jobfile =~ s/(\/.\/.\/.\/)/$1job-/;
- next if -e $file || -e $file.".model";
- #next if -e $jobfile;
- open(SH,">$jobfile.bash");
- print SH "#!/bin/bash\n/home/pkoehn/experiment/disc-lex/train-discriminative-lexicon.perl ".&encode_word($ew)."\n";
- close(SH);
- print "qsub -e $jobfile.err -o $jobfile.out $jobfile.bash\n";
- `qsub -e $jobfile.err -o $jobfile.out $jobfile.bash`;
- exit if $i++ > 8000;
- }
- exit;
-}
-
-### process all words
-foreach my $ew (keys %LEX_E) {
- next if $ew eq "UNK";
- my $file = &efile($ew);
- next if -e $file;
- &process_one_word($ew);
+switch ($action) {
+ case "list"
+ { foreach my $ew (keys %LEX_E) {
+ print $ew."\n";
+ }
+ }
+ case "train"
+ { while (<STDIN>) {
+ chomp;
+ my $ew = $_;
+ my $file = &efile($ew);
+ if (not -e $file) {
+ &process_one_word($ew);
+ }
+ print $file.".model\n";
+ }
+ }
+ case "consolidate"
+ { &consolidate() }
}
-&consolidate();
### sub: process one word
sub process_one_word {
my ($ew) = @_;
- print "$ew\n";
+ print STDERR "$ew\n";
my $file = &efile($ew);
`touch $file`;
@@ -101,12 +88,12 @@ sub process_one_word {
$COOC{$fw}++;
}
}
- print "\tcoocurs with ".(scalar keys %COOC)." foreign words.\n";
+ print STDERR "\tcoocurs with ".(scalar keys %COOC)." foreign words.\n";
close(E);
close(F);
# create training file
- print "\tfile $file\n";
+ print STDERR "\tfile $file\n";
open(EW,">$file");
if (-e "$corpus_stem.$f.gz") {
open(F,"zcat $corpus_stem.$f.gz|");
@@ -139,7 +126,7 @@ sub process_one_word {
}
close(EW);
- # run training
+ # run training
`$megam -maxi 100 binary $file 1>$file.model 2>$file.log`;
`rm $file`;
close(E);
@@ -148,36 +135,19 @@ sub process_one_word {
sub consolidate {
open(MODEL,">$model");
- open(LEVEL1,"ls $tmpdir|");
- while (my $dir1 = <LEVEL1>) {
- chop($dir1);
- open(LEVEL2,"ls $tmpdir/$dir1|");
- while (my $dir2 = <LEVEL2>) {
- chop($dir2);
- open(LEVEL3,"ls $tmpdir/$dir1/$dir2|");
- while (my $dir3 = <LEVEL3>) {
- chop($dir3);
- open(DIR,"ls $tmpdir/$dir1/$dir2/$dir3|");
- while(my $file = <DIR>) {
- chop($file);
- next unless $file =~ /^(.+).model$/;
- my $word = $1;
- &decode_word(\$word);
- &consolidate_file("$tmpdir/$dir1/$dir2/$dir3/$file",$word);
- }
- close(DIR);
- }
- close(LEVEL3);
- }
- close(LEVEL2);
+ while (my $modelfile = <STDIN>) {
+ chomp $modelfile;
+ $modelfile =~ /\/([^\/]+).model$/;
+ my $word = $1;
+ &decode_word(\$word);
+ &consolidate_file($modelfile, $word);
}
- close(LEVEL1);
close(MODEL);
}
sub consolidate_file {
my($file,$word) = @_;
- print $file."\n";
+ print STDERR $file."\n";
open(FILE,$file);
while(<FILE>) {
chomp;
@@ -195,7 +165,6 @@ sub efile {
my $second = &code_letter(substr($word."___",1,1));
my $third = &code_letter(substr($word."___",2,1));
`mkdir -p $tmpdir/$first/$second/$third`;
- &encode_word(\$word);
return "$tmpdir/$first/$second/$third/".&encode_word($word);
}
diff --git a/scripts/training/train-model.perl.missing_bin_dir b/scripts/training/train-model.perl.missing_bin_dir
index d6fa95b34..1ce1896ff 100755
--- a/scripts/training/train-model.perl.missing_bin_dir
+++ b/scripts/training/train-model.perl.missing_bin_dir
@@ -19,7 +19,7 @@ if ($SCRIPTS_ROOTDIR eq '') {
$SCRIPTS_ROOTDIR =~ s/\/training$//;
$SCRIPTS_ROOTDIR = $ENV{"SCRIPTS_ROOTDIR"} if defined($ENV{"SCRIPTS_ROOTDIR"});
-my($_ROOT_DIR, $_CORPUS_DIR, $_GIZA_E2F, $_GIZA_F2E, $_MODEL_DIR, $_TEMP_DIR, $_SORT_BUFFER_SIZE, $_CORPUS,
+my($_ROOT_DIR, $_CORPUS_DIR, $_GIZA_E2F, $_GIZA_F2E, $_MODEL_DIR, $_TEMP_DIR, $_SORT_BUFFER_SIZE, $_SORT_BATCH_SIZE, $_SORT_COMPRESS, $_CORPUS,
$_CORPUS_COMPRESSION, $_FIRST_STEP, $_LAST_STEP, $_F, $_E, $_MAX_PHRASE_LENGTH,
$_LEXICAL_FILE, $_NO_LEXICAL_WEIGHTING, $_VERBOSE, $_ALIGNMENT,
$_ALIGNMENT_FILE, $_ALIGNMENT_STEM, @_LM, $_EXTRACT_FILE, $_GIZA_OPTION, $_HELP, $_PARTS,
@@ -40,7 +40,7 @@ my($_ROOT_DIR, $_CORPUS_DIR, $_GIZA_E2F, $_GIZA_F2E, $_MODEL_DIR, $_TEMP_DIR, $_
my $debug = 0; # debug this script, do not delete any files in debug mode
# the following line is set installation time by 'make release'. BEWARE!
-my $BINDIR="/home/pkoehn/statmt/bin";
+my $BINDIR="/Users/hieuhoang/workspace/bin/";
$_HELP = 1
unless &GetOptions('root-dir=s' => \$_ROOT_DIR,
@@ -57,6 +57,8 @@ $_HELP = 1
'model-dir=s' => \$_MODEL_DIR,
'temp-dir=s' => \$_TEMP_DIR,
'sort-buffer-size=s' => \$_SORT_BUFFER_SIZE,
+ 'sort-batch-size=s' => \$_SORT_BATCH_SIZE,
+ 'sort-compress=s' => \$_SORT_COMPRESS,
'extract-file=s' => \$_EXTRACT_FILE,
'alignment=s' => \$_ALIGNMENT,
'alignment-file=s' => \$_ALIGNMENT_FILE,
@@ -175,36 +177,58 @@ foreach my $step (@step_conf) {
}
}
+# don't fork
+my $___NOFORK = !defined $_PARALLEL;
# supporting binaries from other packages
my $MGIZA_MERGE_ALIGN = "$BINDIR/merge_alignment.py";
my $GIZA;
+my $SNT2COOC;
+
if(!defined $_MGIZA ){
$GIZA = "$BINDIR/GIZA++";
+ if (-x "$BINDIR/snt2cooc.out") {
+ $SNT2COOC = "$BINDIR/snt2cooc.out";
+ } elsif (-x "$BINDIR/snt2cooc") { # Since "snt2cooc.out" and "snt2cooc" work the same
+ $SNT2COOC = "$BINDIR/snt2cooc";
+ }
print STDERR "Using single-thread GIZA\n";
-}
-else {
- $GIZA = "$BINDIR/mgizapp";
+} else {
+ $GIZA = "$BINDIR/mgiza";
+ if (-x "$BINDIR/snt2cooc") {
+ $SNT2COOC = "$BINDIR/snt2cooc";
+ } elsif (-x "$BINDIR/snt2cooc.out") { # Important for users that use MGIZA and copy only the "mgiza" file to $BINDIR
+ $SNT2COOC = "$BINDIR/snt2cooc.out";
+ }
print STDERR "Using multi-thread GIZA\n";
- if (!defined($_MGIZA_CPUS)) {
- $_MGIZA_CPUS=4;
- }
+ if (!defined($_MGIZA_CPUS)) {
+ $_MGIZA_CPUS=4;
+ }
die("ERROR: Cannot find $MGIZA_MERGE_ALIGN") unless (-x $MGIZA_MERGE_ALIGN);
}
-my $SNT2COOC = "$BINDIR/snt2cooc.out";
my $MKCLS = "$BINDIR/mkcls";
# supporting scripts/binaries from this package
-my $PHRASE_EXTRACT = "$SCRIPTS_ROOTDIR/training/phrase-extract/extract";
-my $RULE_EXTRACT;
-if (defined($_GHKM)) {
- $RULE_EXTRACT = "$SCRIPTS_ROOTDIR/training/phrase-extract/extract-ghkm/tools/extract-ghkm";
+
+# parallel extract
+my $SPLIT_EXEC = `gsplit --help 2>/dev/null`;
+if($SPLIT_EXEC) {
+ $SPLIT_EXEC = 'gsplit';
}
else {
- $RULE_EXTRACT = "$SCRIPTS_ROOTDIR/training/phrase-extract/extract-rules";
+ $SPLIT_EXEC = 'split';
+}
+
+my $SORT_EXEC = `gsort --help 2>/dev/null`;
+if($SORT_EXEC) {
+ $SORT_EXEC = 'gsort';
+}
+else {
+ $SORT_EXEC = 'sort';
}
+
my $LEXICAL_REO_SCORER = "$SCRIPTS_ROOTDIR/training/lexical-reordering/score";
my $MEMSCORE = "$SCRIPTS_ROOTDIR/training/memscore/memscore";
my $EPPEX = "$SCRIPTS_ROOTDIR/training/eppex/eppex";
@@ -220,8 +244,8 @@ my $BZCAT = "bzcat";
# do a sanity check to make sure we can find the necessary binaries since
# these are not installed by default
# not needed if we start after step 2
-die("ERROR: Cannot find mkcls, GIZA++, & snt2cooc.out in $BINDIR.\nDid you install this script using 'make release'?") unless ((!$STEPS[2]) ||
- (-x $GIZA && -x $SNT2COOC && -x $MKCLS));
+die("ERROR: Cannot find mkcls, GIZA++/mgiza, & snt2cooc.out/snt2cooc in $BINDIR.\nDid you install this script using 'make release'?") unless ((!$STEPS[2]) ||
+ (-x $GIZA && defined($SNT2COOC) && -x $MKCLS));
# set varibles to defaults or from options
my $___ROOT_DIR = ".";
@@ -301,16 +325,51 @@ $___TEMP_DIR = $_TEMP_DIR if $_TEMP_DIR;
my $__SORT_BUFFER_SIZE = "";
$__SORT_BUFFER_SIZE = "-S $_SORT_BUFFER_SIZE" if $_SORT_BUFFER_SIZE;
+my $__SORT_BATCH_SIZE = "";
+$__SORT_BATCH_SIZE = "--batch-size $_SORT_BATCH_SIZE" if $_SORT_BATCH_SIZE;
+
+my $__SORT_COMPRESS = "";
+$__SORT_COMPRESS = "--compress-program=$_SORT_COMPRESS" if $_SORT_COMPRESS;
+
my $___CONTINUE = 0;
$___CONTINUE = $_CONTINUE if $_CONTINUE;
my $___MAX_PHRASE_LENGTH = "7";
+$___MAX_PHRASE_LENGTH = "10" if $_HIERARCHICAL;
+
my $___LEXICAL_WEIGHTING = 1;
my $___LEXICAL_FILE = $___MODEL_DIR."/lex";
$___MAX_PHRASE_LENGTH = $_MAX_PHRASE_LENGTH if $_MAX_PHRASE_LENGTH;
$___LEXICAL_WEIGHTING = 0 if $_NO_LEXICAL_WEIGHTING;
$___LEXICAL_FILE = $_LEXICAL_FILE if $_LEXICAL_FILE;
+my $PHRASE_EXTRACT = "$SCRIPTS_ROOTDIR/training/phrase-extract/extract";
+if ($___NOFORK != 0)
+{
+ $PHRASE_EXTRACT = "$SCRIPTS_ROOTDIR/generic/extract-parallel.perl 1 $SPLIT_EXEC \"$SORT_EXEC $__SORT_BUFFER_SIZE $__SORT_BATCH_SIZE $__SORT_COMPRESS\" $PHRASE_EXTRACT";
+}
+else
+{
+ $PHRASE_EXTRACT = "$SCRIPTS_ROOTDIR/generic/extract-parallel.perl 3 $SPLIT_EXEC \"$SORT_EXEC $__SORT_BUFFER_SIZE $__SORT_BATCH_SIZE $__SORT_COMPRESS\" $PHRASE_EXTRACT";
+}
+
+my $RULE_EXTRACT;
+if (defined($_GHKM)) {
+ $RULE_EXTRACT = "$SCRIPTS_ROOTDIR/training/phrase-extract/extract-ghkm/tools/extract-ghkm";
+}
+else {
+ $RULE_EXTRACT = "$SCRIPTS_ROOTDIR/training/phrase-extract/extract-rules";
+}
+
+if ($___NOFORK != 0)
+{
+ $RULE_EXTRACT = "$SCRIPTS_ROOTDIR/generic/extract-parallel.perl 1 $SPLIT_EXEC \"$SORT_EXEC $__SORT_BUFFER_SIZE $__SORT_BATCH_SIZE $__SORT_COMPRESS\" $RULE_EXTRACT";
+}
+else
+{
+ $RULE_EXTRACT = "$SCRIPTS_ROOTDIR/generic/extract-parallel.perl 3 $SPLIT_EXEC \"$SORT_EXEC $__SORT_BUFFER_SIZE $__SORT_BATCH_SIZE $__SORT_COMPRESS\" $RULE_EXTRACT";
+}
+
my $___PHRASE_SCORER = "phrase-extract";
$___PHRASE_SCORER = "memscore" if defined $_MEMSCORE;
my $___MEMSCORE_OPTIONS = "-s ml -s lexweights \$LEX_E2F -r ml -r lexweights \$LEX_F2E -s const 2.718";
@@ -341,9 +400,6 @@ $___PARTS = $_PARTS if $_PARTS;
my $___DIRECTION = 0;
$___DIRECTION = $_DIRECTION if $_DIRECTION;
-# don't fork
-my $___NOFORK = !defined $_PARALLEL;
-
my $___ONLY_PRINT_GIZA = 0;
$___ONLY_PRINT_GIZA = 1 if $_ONLY_PRINT_GIZA;
@@ -630,6 +686,7 @@ sub reduce_factors {
# available factors
my $inh = open_or_zcat($full);
my $firstline = <$inh>;
+ die "Corpus file $full is empty" unless $firstline;
close $inh;
# pick first word
$firstline =~ s/^\s*//;
@@ -1041,8 +1098,13 @@ sub run_single_snt2cooc {
my($dir,$e,$f,$vcb_e,$vcb_f,$train) = @_;
print STDERR "(2.1a) running snt2cooc $f-$e @ ".`date`."\n";
safesystem("mkdir -p $dir") or die("ERROR");
+ if ($SNT2COOC eq "$BINDIR/snt2cooc.out") {
print "$SNT2COOC $vcb_e $vcb_f $train > $dir/$f-$e.cooc\n";
safesystem("$SNT2COOC $vcb_e $vcb_f $train > $dir/$f-$e.cooc") or die("ERROR");
+ } else {
+ print "$SNT2COOC $dir/$f-$e.cooc $vcb_e $vcb_f $train\n";
+ safesystem("$SNT2COOC $dir/$f-$e.cooc $vcb_e $vcb_f $train") or die("ERROR");
+ }
}
### (3) CREATE WORD ALIGNMENT FROM GIZA ALIGNMENTS
@@ -1309,12 +1371,15 @@ sub extract_phrase {
my $cmd;
if ($_HIERARCHICAL)
{
+ my $max_length = &get_max_phrase_length($table_number);
+
$cmd = "$RULE_EXTRACT $alignment_file_e $alignment_file_f $alignment_file_a $extract_file";
$cmd .= " --GlueGrammar $___GLUE_GRAMMAR_FILE" if $_GLUE_GRAMMAR;
$cmd .= " --UnknownWordLabel $_UNKNOWN_WORD_LABEL_FILE" if $_TARGET_SYNTAX && defined($_UNKNOWN_WORD_LABEL_FILE);
if (!defined($_GHKM)) {
$cmd .= " --SourceSyntax" if $_SOURCE_SYNTAX;
$cmd .= " --TargetSyntax" if $_TARGET_SYNTAX;
+ $cmd .= " --MaxSpan $max_length";
}
$cmd .= " ".$_EXTRACT_OPTIONS if defined($_EXTRACT_OPTIONS);
}
@@ -1331,27 +1396,23 @@ sub extract_phrase {
$cmd = "$PHRASE_EXTRACT $alignment_file_e $alignment_file_f $alignment_file_a $extract_file $max_length";
}
- if ($reordering_flag) {
+
+ if ($reordering_flag) {
$cmd .= " orientation";
$cmd .= get_extract_reordering_flags();
$cmd .= " --NoTTable" if !$ttable_flag;
$cmd .= " ".$_EXTRACT_OPTIONS if defined($_EXTRACT_OPTIONS);
}
}
+
+ $cmd .= " --GZOutput ";
+
map { die "File not found: $_" if ! -e $_ } ($alignment_file_e, $alignment_file_f, $alignment_file_a);
print STDERR "$cmd\n";
safesystem("$cmd") or die "ERROR: Phrase extraction failed (missing input files?)";
foreach my $f (@tempfiles) {
unlink $f;
}
- if (! $___DONT_ZIP) {
- safesystem("gzip $extract_file.o") if -e "$extract_file.o";
- safesystem("gzip $extract_file.sid") if -e "$extract_file.sid";
- if ($ttable_flag) {
- safesystem("gzip $extract_file.inv") or die("ERROR");
- safesystem("gzip $extract_file") or die("ERROR");
- }
- }
}
### (6) PHRASE SCORING
@@ -1413,31 +1474,42 @@ sub score_phrase_phrase_extract {
$CORE_SCORE_OPTIONS .= " --NoLex" if $NO_LEX;
my $substep = 1;
- for my $direction ("f2e","e2f") {
- next if $___CONTINUE && -e "$ttable_file.half.$direction";
- next if $___CONTINUE && $direction eq "e2f" && -e "$ttable_file.half.e2f.sorted";
- my $inverse = "";
- my $extract_filename = $extract_file;
- if ($direction eq "e2f") {
- $inverse = " --Inverse";
- $extract_filename = $extract_file.".inv";
- }
- my $extract = "$extract_filename.sorted";
-
- if (!($___CONTINUE && -e "$extract_filename.sorted")) {
- # sorting
- print STDERR "(6.".($substep++).") sorting $direction @ ".`date`;
- if (-e "$extract_filename.gz") {
- safesystem("gunzip < $extract_filename.gz | LC_ALL=C sort $__SORT_BUFFER_SIZE -T $___TEMP_DIR > $extract_filename.sorted") or die("ERROR");
- }
- else {
- safesystem("LC_ALL=C sort $__SORT_BUFFER_SIZE -T $___TEMP_DIR $extract_filename > $extract_filename.sorted") or die("ERROR");
- }
- }
-
- print STDERR "(6.".($substep++).") creating table half $ttable_file.half.$direction @ ".`date`;
+ my $isParent = 1;
+ my @children;
- my $cmd = "$PHRASE_SCORE $extract $lexical_file.$direction $ttable_file.half.$direction $inverse";
+ for my $direction ("f2e","e2f") {
+ if ($___NOFORK and @children > 0) {
+ waitpid((shift @children), 0);
+ $substep+=2;
+ }
+ my $pid = fork();
+
+ if ($pid == 0)
+ {
+ next if $___CONTINUE && -e "$ttable_file.half.$direction";
+ next if $___CONTINUE && $direction eq "e2f" && -e "$ttable_file.half.e2f.sorted";
+ my $inverse = "";
+ my $extract_filename = $extract_file;
+ if ($direction eq "e2f") {
+ $inverse = " --Inverse";
+ $extract_filename = $extract_file.".inv";
+ }
+ my $extract = "$extract_filename.sorted";
+
+ #if (!($___CONTINUE && -e "$extract_filename.sorted")) {
+ # # sorting
+ # print STDERR "(6.".($substep++).") sorting $direction @ ".`date`;
+ # if (-e "$extract_filename.gz") {
+ # safesystem("gunzip < $extract_filename.gz | LC_ALL=C $SORT_EXEC $__SORT_BUFFER_SIZE $__SORT_BATCH_SIZE $__SORT_COMPRESS -T $___TEMP_DIR > $extract_filename.sorted") or die("ERROR");
+ # }
+ # else {
+ # safesystem("LC_ALL=C $SORT_EXEC $__SORT_BUFFER_SIZE $__SORT_BATCH_SIZE $__SORT_COMPRESS -T $___TEMP_DIR $extract_filename > $extract_filename.sorted") or die("ERROR");
+ # }
+ #}
+
+ print STDERR "(6.".($substep++).") creating table half $ttable_file.half.$direction @ ".`date`;
+
+ my $cmd = "$PHRASE_SCORE $extract.gz $lexical_file.$direction $ttable_file.half.$direction.gz $inverse";
$cmd .= " --Hierarchical" if $_HIERARCHICAL;
$cmd .= " --WordAlignment" if $_PHRASE_WORD_ALIGNMENT;
$cmd .= " --KneserNey $ttable_file.coc" if $KNESER_NEY;
@@ -1449,19 +1521,41 @@ sub score_phrase_phrase_extract {
print $cmd."\n";
safesystem($cmd) or die "ERROR: Scoring of phrases failed";
if (! $debug) { safesystem("rm -f $extract") or die("ERROR"); }
+
+ # sorting inverse phrase-table-half to sync up with regular one
+ if ($direction eq "e2f" && ! ($___CONTINUE && -e "$ttable_file.half.e2f.sorted")) {
+ print STDERR "(6." . ($substep++) . ") sorting inverse e2f table@ ".`date`;
+ $cmd = "zcat $ttable_file.half.e2f.gz | LC_ALL=C $SORT_EXEC $__SORT_BUFFER_SIZE $__SORT_BATCH_SIZE $__SORT_COMPRESS -T $___TEMP_DIR | gzip -c > $ttable_file.half.e2f.sorted.gz";
+ print "Executing: $cmd \n";
+ safesystem($cmd) or die("ERROR");
+ if (! $debug) { safesystem("rm -f $ttable_file.half.e2f.gz") or die("ERROR"); }
+ }
+
+ exit();
+ }
+ else
+ { # parent
+ push(@children, $pid);
+ }
+
}
- # sorting inverse phrase-table-half to sync up with regular one
- print STDERR "(6.5) sorting inverse e2f table@ ".`date`;
- if (! ($___CONTINUE && -e "$ttable_file.half.e2f.sorted")) {
- safesystem("LC_ALL=C sort $__SORT_BUFFER_SIZE -T $___TEMP_DIR $ttable_file.half.e2f > $ttable_file.half.e2f.sorted") or die("ERROR");
- if (! $debug) { safesystem("rm -f $ttable_file.half.e2f") or die("ERROR"); }
+ # wait for everything is finished
+ if ($isParent)
+ {
+ foreach (@children) {
+ waitpid($_, 0);
+ }
+ }
+ else
+ {
+ die "shouldn't be here";
}
# merging the two halves
print STDERR "(6.6) consolidating the two halves @ ".`date`;
return if $___CONTINUE && -e "$ttable_file.gz";
- my $cmd = "$PHRASE_CONSOLIDATE $ttable_file.half.f2e $ttable_file.half.e2f.sorted $ttable_file";
+ my $cmd = "$PHRASE_CONSOLIDATE $ttable_file.half.f2e.gz $ttable_file.half.e2f.sorted.gz $ttable_file.gz";
$cmd .= " --Hierarchical" if $_HIERARCHICAL;
$cmd .= " --LogProb" if $LOG_PROB;
$cmd .= " --NegLogProb" if $NEG_LOG_PROB;
@@ -1472,9 +1566,6 @@ sub score_phrase_phrase_extract {
$cmd .= " --KneserNey $ttable_file.coc" if $KNESER_NEY;
safesystem($cmd) or die "ERROR: Consolidating the two phrase table halves failed";
if (! $debug) { safesystem("rm -f $ttable_file.half.*") or die("ERROR"); }
- if (! $___DONT_ZIP) {
- safesystem("gzip $ttable_file") || die("ERROR: could not gzip $ttable_file");
- }
}
sub score_phrase_memscore {
@@ -1488,7 +1579,7 @@ sub score_phrase_memscore {
# The output is sorted to avoid breaking scripts that rely on the
# sorting behaviour of the previous scoring algorithm.
- my $cmd = "$MEMSCORE $options | LC_ALL=C sort $__SORT_BUFFER_SIZE -T $___TEMP_DIR | gzip >$ttable_file.gz";
+ my $cmd = "$MEMSCORE $options | LC_ALL=C $SORT_EXEC $__SORT_BUFFER_SIZE $__SORT_BATCH_SIZE $__SORT_COMPRESS -T $___TEMP_DIR | gzip >$ttable_file.gz";
if (-e "$extract_file.gz") {
$cmd = "$ZCAT $extract_file.gz | ".$cmd;
} else {
@@ -1543,11 +1634,11 @@ sub get_reordering_factored {
sub get_reordering {
my ($extract_file,$reo_model_path) = @_;
- if (-e "$extract_file.o.gz") {
- safesystem("gunzip < $extract_file.o.gz | LC_ALL=C sort $__SORT_BUFFER_SIZE -T $___TEMP_DIR > $extract_file.o.sorted") or die("ERROR");
+ if (-e "$extract_file.o.sorted.gz") {
+ # do nothing
}
else {
- safesystem("LC_ALL=C sort -T $___TEMP_DIR $extract_file.o > $extract_file.o.sorted") or die("ERROR");
+ die("ERROR: $extract_file.o.sorted.gz does not exist");
}
my $smooth = $___REORDERING_SMOOTH;
@@ -1555,22 +1646,20 @@ sub get_reordering {
print STDERR "(7.2) building tables @ ".`date`;
#create cmd string for lexical reordering scoring
- my $cmd = "$LEXICAL_REO_SCORER $extract_file.o.sorted $smooth $reo_model_path";
+ my $cmd = "$LEXICAL_REO_SCORER $extract_file.o.sorted.gz $smooth $reo_model_path";
$cmd .= " --SmoothWithCounts" if ($smooth =~ /(.+)u$/);
for my $mtype (keys %REORDERING_MODEL_TYPES) {
- $cmd .= " --model \"$mtype $REORDERING_MODEL_TYPES{$mtype}";
- foreach my $model (@REORDERING_MODELS) {
- if ($model->{"type"} eq $mtype) {
- $cmd .= " ".$model->{"filename"};
- }
- }
- $cmd .= "\"";
- }
+ $cmd .= " --model \"$mtype $REORDERING_MODEL_TYPES{$mtype}";
+ foreach my $model (@REORDERING_MODELS) {
+ if ($model->{"type"} eq $mtype) {
+ $cmd .= " ".$model->{"filename"};
+ }
+ }
+ $cmd .= "\"";
+ }
- #Call the lexical reordering scorer
- safesystem("$cmd") or die "ERROR: Lexical reordering scoring failed";
-
- if (! $debug) { safesystem("rm $extract_file.o.sorted") or die("ERROR");}
+ #Call the lexical reordering scorer
+ safesystem("$cmd") or die "ERROR: Lexical reordering scoring failed";
}
diff --git a/scripts/training/wrappers/suffix-array-create.sh b/scripts/training/wrappers/suffix-array-create.sh
new file mode 100755
index 000000000..700269310
--- /dev/null
+++ b/scripts/training/wrappers/suffix-array-create.sh
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+# execute: ~/workspace/bin/moses-smt/scripts/training/wrappers/suffix-array-create.sh $SA_EXEC_DIR $SOURCE_CORPUS $TARGET_CORPUS $ALIGNMENT $SA_OUTPUT
+
+
+SA_EXEC_DIR=$1
+SOURCE_CORPUS=$2
+TARGET_CORPUS=$3
+ALIGNMENT=$4
+SA_OUTPUT=$5
+
+mkdir $SA_OUTPUT
+
+rm -rf $SA_OUTPUT/bitext
+
+pushd .
+cd $SA_EXEC_DIR
+
+./sa-compile.pl -output $SA_OUTPUT -b bitext_name=$SOURCE_CORPUS,$TARGET_CORPUS -a alignment_name=$ALIGNMENT > $SA_OUTPUT/extract.ini
+
+popd
+
diff --git a/scripts/training/wrappers/suffix-array-extract.sh b/scripts/training/wrappers/suffix-array-extract.sh
new file mode 100755
index 000000000..bc11e2cfc
--- /dev/null
+++ b/scripts/training/wrappers/suffix-array-extract.sh
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+# execute: ~/workspace/bin/moses-smt/scripts/training/wrappers/suffix-array-extract.sh $SA_EXEC_DIR $MODEL_DIR $INPUT_FILE $OUTPUT_DIR
+
+SA_EXEC_DIR=$1
+MODEL_DIR=$2
+INPUT_FILE=$3
+OUTPUT_DIR=$4
+
+mkdir $OUTPUT_DIR
+
+pushd .
+cd $OUTPUT_DIR
+
+$SA_EXEC_DIR/extractor.py -c $MODEL_DIR/extract.ini < $INPUT_FILE
+
+popd
+
diff --git a/util/bit_packing.hh b/util/bit_packing.hh
index f28f71f81..73a5cb226 100644
--- a/util/bit_packing.hh
+++ b/util/bit_packing.hh
@@ -47,7 +47,14 @@ inline uint8_t BitPackShift(uint8_t bit, uint8_t length) {
#endif
inline uint64_t ReadOff(const void *base, uint64_t bit_off) {
+#if defined(__arm) || defined(__arm__)
+ const uint8_t *base_off = reinterpret_cast<const uint8_t*>(base) + (bit_off >> 3);
+ uint64_t value64;
+ memcpy(&value64, base_off, sizeof(value64));
+ return value64;
+#else
return *reinterpret_cast<const uint64_t*>(reinterpret_cast<const uint8_t*>(base) + (bit_off >> 3));
+#endif
}
/* Pack integers up to 57 bits using their least significant digits.
@@ -75,7 +82,14 @@ inline void WriteInt57(void *base, uint64_t bit_off, uint8_t length, uint64_t va
/* Same caveats as above, but for a 25 bit limit. */
inline uint32_t ReadInt25(const void *base, uint64_t bit_off, uint8_t length, uint32_t mask) {
+#if defined(__arm) || defined(__arm__)
+ const uint8_t *base_off = reinterpret_cast<const uint8_t*>(base) + (bit_off >> 3);
+ uint32_t value32;
+ memcpy(&value32, base_off, sizeof(value32));
+ return (value32 >> BitPackShift(bit_off & 7, length)) & mask;
+#else
return (*reinterpret_cast<const uint32_t*>(reinterpret_cast<const uint8_t*>(base) + (bit_off >> 3)) >> BitPackShift(bit_off & 7, length)) & mask;
+#endif
}
inline void WriteInt25(void *base, uint64_t bit_off, uint8_t length, uint32_t value) {
diff --git a/util/file.cc b/util/file.cc
index 77922cfad..176737fa7 100644
--- a/util/file.cc
+++ b/util/file.cc
@@ -42,6 +42,16 @@ int OpenReadOrThrow(const char *name) {
return ret;
}
+int CreateOrThrow(const char *name) {
+ int ret;
+#if defined(_WIN32) || defined(_WIN64)
+ UTIL_THROW_IF(-1 == (ret = _open(name, _O_CREAT | _O_TRUNC | _O_RDWR, _S_IREAD | _S_IWRITE)), ErrnoException, "while creating " << name);
+#else
+ UTIL_THROW_IF(-1 == (ret = open(name, O_CREAT | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)), ErrnoException, "while creating " << name);
+#endif
+ return ret;
+}
+
uint64_t SizeFile(int fd) {
#if defined(_WIN32) || defined(_WIN64)
__int64 ret = _filelengthi64(fd);
@@ -99,6 +109,13 @@ void WriteOrThrow(int fd, const void *data_void, std::size_t size) {
}
}
+void FSyncOrThrow(int fd) {
+// Apparently windows doesn't have fsync?
+#if !defined(_WIN32) && !defined(_WIN64)
+ UTIL_THROW_IF(-1 == fsync(fd), ErrnoException, "Sync of " << fd << " failed.");
+#endif
+}
+
namespace {
void InternalSeek(int fd, off_t off, int whence) {
UTIL_THROW_IF((off_t)-1 == lseek(fd, off, whence), ErrnoException, "Seek failed");
diff --git a/util/file.hh b/util/file.hh
index 04023dec0..72c8ea768 100644
--- a/util/file.hh
+++ b/util/file.hh
@@ -65,7 +65,10 @@ class scoped_FILE {
std::FILE *file_;
};
+// Open for read only.
int OpenReadOrThrow(const char *name);
+// Create file if it doesn't exist, truncate if it does. Opened for write.
+int CreateOrThrow(const char *name);
// Return value for SizeFile when it can't size properly.
const uint64_t kBadSize = (uint64_t)-1;
@@ -78,6 +81,8 @@ std::size_t ReadOrEOF(int fd, void *to_void, std::size_t amount);
void WriteOrThrow(int fd, const void *data_void, std::size_t size);
+void FSyncOrThrow(int fd);
+
// Seeking
void SeekOrThrow(int fd, uint64_t off);
void AdvanceOrThrow(int fd, int64_t off);
diff --git a/util/file_piece.cc b/util/file_piece.cc
index f0d49d555..169d5205c 100644
--- a/util/file_piece.cc
+++ b/util/file_piece.cc
@@ -18,22 +18,18 @@
#include <sys/types.h>
#include <sys/stat.h>
-#ifdef HAVE_ZLIB
-#include <zlib.h>
-#endif
-
namespace util {
ParseNumberException::ParseNumberException(StringPiece value) throw() {
*this << "Could not parse \"" << value << "\" into a number";
}
-GZException::GZException(void *file) {
#ifdef HAVE_ZLIB
+GZException::GZException(gzFile file) {
int num;
*this << gzerror(file, &num) << " from zlib";
-#endif // HAVE_ZLIB
}
+#endif // HAVE_ZLIB
// Sigh this is the only way I could come up with to do a _const_ bool. It has ' ', '\f', '\n', '\r', '\t', and '\v' (same as isspace on C locale).
const bool kSpaces[256] = {0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
diff --git a/util/file_piece.hh b/util/file_piece.hh
index b81ac0e20..af93d8aab 100644
--- a/util/file_piece.hh
+++ b/util/file_piece.hh
@@ -13,6 +13,10 @@
#include <stdint.h>
+#ifdef HAVE_ZLIB
+#include <zlib.h>
+#endif
+
namespace util {
class ParseNumberException : public Exception {
@@ -23,7 +27,9 @@ class ParseNumberException : public Exception {
class GZException : public Exception {
public:
- explicit GZException(void *file);
+#ifdef HAVE_ZLIB
+ explicit GZException(gzFile file);
+#endif
GZException() throw() {}
~GZException() throw() {}
};
@@ -117,7 +123,7 @@ class FilePiece {
std::string file_name_;
#ifdef HAVE_ZLIB
- void *gz_file_;
+ gzFile gz_file_;
#endif // HAVE_ZLIB
};
diff --git a/util/getopt.c b/util/getopt.c
index 5dfe545de..992c96b0c 100644
--- a/util/getopt.c
+++ b/util/getopt.c
@@ -10,6 +10,7 @@ Code given out at the 1985 UNIFORUM conference in Dallas.
#include "getopt.hh"
#include <stdio.h>
+#include <string.h>
#define NULL 0
#define EOF (-1)
@@ -74,4 +75,4 @@ char **argv, *opts;
return(c);
}
-#endif /* __GNUC__ */ \ No newline at end of file
+#endif /* __GNUC__ */
diff --git a/util/key_value_packing.hh b/util/key_value_packing.hh
deleted file mode 100644
index 8339980b5..000000000
--- a/util/key_value_packing.hh
+++ /dev/null
@@ -1,126 +0,0 @@
-#ifndef UTIL_KEY_VALUE_PACKING__
-#define UTIL_KEY_VALUE_PACKING__
-
-/* Why such a general interface? I'm planning on doing bit-level packing. */
-
-#include <algorithm>
-#include <cstddef>
-#include <cstring>
-
-#include <stdint.h>
-
-namespace util {
-
-template <class Key, class Value> struct Entry {
- Key key;
- Value value;
-
- const Key &GetKey() const { return key; }
- const Value &GetValue() const { return value; }
-
- Value &MutableValue() { return value; }
-
- void Set(const Key &key_in, const Value &value_in) {
- SetKey(key_in);
- SetValue(value_in);
- }
- void SetKey(const Key &key_in) { key = key_in; }
- void SetValue(const Value &value_in) { value = value_in; }
-
- bool operator<(const Entry<Key, Value> &other) const { return GetKey() < other.GetKey(); }
-};
-
-// And now for a brief interlude to specialize std::swap.
-} // namespace util
-namespace std {
-template <class Key, class Value> void swap(util::Entry<Key, Value> &first, util::Entry<Key, Value> &second) {
- swap(first.key, second.key);
- swap(first.value, second.value);
-}
-}// namespace std
-namespace util {
-
-template <class KeyT, class ValueT> class AlignedPacking {
- public:
- typedef KeyT Key;
- typedef ValueT Value;
-
- public:
- static const std::size_t kBytes = sizeof(Entry<Key, Value>);
- static const std::size_t kBits = kBytes * 8;
-
- typedef Entry<Key, Value> * MutableIterator;
- typedef const Entry<Key, Value> * ConstIterator;
- typedef const Entry<Key, Value> & ConstReference;
-
- static MutableIterator FromVoid(void *start) {
- return reinterpret_cast<MutableIterator>(start);
- }
-
- static Entry<Key, Value> Make(const Key &key, const Value &value) {
- Entry<Key, Value> ret;
- ret.Set(key, value);
- return ret;
- }
-};
-
-template <class KeyT, class ValueT> class ByteAlignedPacking {
- public:
- typedef KeyT Key;
- typedef ValueT Value;
-
- private:
-#pragma pack(push)
-#pragma pack(1)
- struct RawEntry {
- Key key;
- Value value;
-
- const Key &GetKey() const { return key; }
- const Value &GetValue() const { return value; }
-
- Value &MutableValue() { return value; }
-
- void Set(const Key &key_in, const Value &value_in) {
- SetKey(key_in);
- SetValue(value_in);
- }
- void SetKey(const Key &key_in) { key = key_in; }
- void SetValue(const Value &value_in) { value = value_in; }
-
- bool operator<(const RawEntry &other) const { return GetKey() < other.GetKey(); }
- };
-#pragma pack(pop)
-
- friend void std::swap<>(RawEntry&, RawEntry&);
-
- public:
- typedef RawEntry *MutableIterator;
- typedef const RawEntry *ConstIterator;
- typedef RawEntry &ConstReference;
-
- static const std::size_t kBytes = sizeof(RawEntry);
- static const std::size_t kBits = kBytes * 8;
-
- static MutableIterator FromVoid(void *start) {
- return MutableIterator(reinterpret_cast<RawEntry*>(start));
- }
-
- static RawEntry Make(const Key &key, const Value &value) {
- RawEntry ret;
- ret.Set(key, value);
- return ret;
- }
-};
-
-} // namespace util
-namespace std {
-template <class Key, class Value> void swap(
- typename util::ByteAlignedPacking<Key, Value>::RawEntry &first,
- typename util::ByteAlignedPacking<Key, Value>::RawEntry &second) {
- swap(first.key, second.key);
- swap(first.value, second.value);
-}
-}// namespace std
-
-#endif // UTIL_KEY_VALUE_PACKING__
diff --git a/util/key_value_packing_test.cc b/util/key_value_packing_test.cc
deleted file mode 100644
index a0d33fd76..000000000
--- a/util/key_value_packing_test.cc
+++ /dev/null
@@ -1,75 +0,0 @@
-#include "util/key_value_packing.hh"
-
-#include <boost/random/mersenne_twister.hpp>
-#include <boost/random/uniform_int.hpp>
-#include <boost/random/variate_generator.hpp>
-#include <boost/scoped_array.hpp>
-#define BOOST_TEST_MODULE KeyValueStoreTest
-#include <boost/test/unit_test.hpp>
-
-#include <limits>
-#include <stdlib.h>
-
-namespace util {
-namespace {
-
-BOOST_AUTO_TEST_CASE(basic_in_out) {
- typedef ByteAlignedPacking<uint64_t, unsigned char> Packing;
- void *backing = malloc(Packing::kBytes * 2);
- Packing::MutableIterator i(Packing::FromVoid(backing));
- i->SetKey(10);
- BOOST_CHECK_EQUAL(10, i->GetKey());
- i->SetValue(3);
- BOOST_CHECK_EQUAL(3, i->GetValue());
- ++i;
- i->SetKey(5);
- BOOST_CHECK_EQUAL(5, i->GetKey());
- i->SetValue(42);
- BOOST_CHECK_EQUAL(42, i->GetValue());
-
- Packing::ConstIterator c(i);
- BOOST_CHECK_EQUAL(5, c->GetKey());
- --c;
- BOOST_CHECK_EQUAL(10, c->GetKey());
- BOOST_CHECK_EQUAL(42, i->GetValue());
-
- BOOST_CHECK_EQUAL(5, i->GetKey());
- free(backing);
-}
-
-BOOST_AUTO_TEST_CASE(simple_sort) {
- typedef ByteAlignedPacking<uint64_t, unsigned char> Packing;
- char foo[Packing::kBytes * 4];
- Packing::MutableIterator begin(Packing::FromVoid(foo));
- Packing::MutableIterator i = begin;
- i->SetKey(0); ++i;
- i->SetKey(2); ++i;
- i->SetKey(3); ++i;
- i->SetKey(1); ++i;
- std::sort(begin, i);
- BOOST_CHECK_EQUAL(0, begin[0].GetKey());
- BOOST_CHECK_EQUAL(1, begin[1].GetKey());
- BOOST_CHECK_EQUAL(2, begin[2].GetKey());
- BOOST_CHECK_EQUAL(3, begin[3].GetKey());
-}
-
-BOOST_AUTO_TEST_CASE(big_sort) {
- typedef ByteAlignedPacking<uint64_t, unsigned char> Packing;
- boost::scoped_array<char> memory(new char[Packing::kBytes * 1000]);
- Packing::MutableIterator begin(Packing::FromVoid(memory.get()));
-
- boost::mt19937 rng;
- boost::uniform_int<uint64_t> range(0, std::numeric_limits<uint64_t>::max());
- boost::variate_generator<boost::mt19937&, boost::uniform_int<uint64_t> > gen(rng, range);
-
- for (size_t i = 0; i < 1000; ++i) {
- (begin + i)->SetKey(gen());
- }
- std::sort(begin, begin + 1000);
- for (size_t i = 0; i < 999; ++i) {
- BOOST_CHECK(begin[i] < begin[i+1]);
- }
-}
-
-} // namespace
-} // namespace util
diff --git a/util/mmap.cc b/util/mmap.cc
index d3a2526fa..3b1c58b83 100644
--- a/util/mmap.cc
+++ b/util/mmap.cc
@@ -101,9 +101,10 @@ void *MapOrThrow(std::size_t size, bool for_write, int flags, bool prefault, int
#if defined(_WIN32) || defined(_WIN64)
int protectC = for_write ? PAGE_READWRITE : PAGE_READONLY;
int protectM = for_write ? FILE_MAP_WRITE : FILE_MAP_READ;
- HANDLE hMapping = CreateFileMapping((HANDLE)_get_osfhandle(fd), NULL, protectC, 0, size + offset, NULL);
+ uint64_t total_size = size + offset;
+ HANDLE hMapping = CreateFileMapping((HANDLE)_get_osfhandle(fd), NULL, protectC, total_size >> 32, static_cast<DWORD>(total_size), NULL);
UTIL_THROW_IF(!hMapping, ErrnoException, "CreateFileMapping failed");
- LPVOID ret = MapViewOfFile(hMapping, protectM, 0, offset, size);
+ LPVOID ret = MapViewOfFile(hMapping, protectM, offset >> 32, offset, size);
CloseHandle(hMapping);
UTIL_THROW_IF(!ret, ErrnoException, "MapViewOfFile failed");
#else
@@ -147,16 +148,20 @@ void MapRead(LoadMethod method, int fd, uint64_t offset, std::size_t size, scope
}
}
-void *MapAnonymous(std::size_t size) {
- return MapOrThrow(size, true,
+// Allocates zeroed memory in to.
+void MapAnonymous(std::size_t size, util::scoped_memory &to) {
+ to.reset();
#if defined(_WIN32) || defined(_WIN64)
- 0 // MapOrThrow ignores the flags anyway.
-#elif defined(MAP_ANONYMOUS)
- MAP_ANONYMOUS | MAP_PRIVATE // Linux
+ to.reset(calloc(1, size), size, scoped_memory::MALLOC_ALLOCATED);
#else
+ to.reset(MapOrThrow(size, true,
+# if defined(MAP_ANONYMOUS)
+ MAP_ANONYMOUS | MAP_PRIVATE // Linux
+# else
MAP_ANON | MAP_PRIVATE // BSD
+# endif
+ , false, -1, 0), size, scoped_memory::MMAP_ALLOCATED);
#endif
- , false, -1, 0);
}
void *MapZeroedWrite(int fd, std::size_t size) {
@@ -165,20 +170,6 @@ void *MapZeroedWrite(int fd, std::size_t size) {
return MapOrThrow(size, true, kFileFlags, false, fd, 0);
}
-namespace {
-
-int CreateOrThrow(const char *name) {
- int ret;
-#if defined(_WIN32) || defined(_WIN64)
- UTIL_THROW_IF(-1 == (ret = _open(name, _O_CREAT | _O_TRUNC | _O_RDWR, _S_IREAD | _S_IWRITE)), ErrnoException, "while creating " << name);
-#else
- UTIL_THROW_IF(-1 == (ret = open(name, O_CREAT | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)), ErrnoException, "while creating " << name);
-#endif
- return ret;
-}
-
-} // namespace
-
void *MapZeroedWrite(const char *name, std::size_t size, scoped_fd &file) {
file.reset(CreateOrThrow(name));
try {
diff --git a/util/mmap.hh b/util/mmap.hh
index 921147c34..b218c4d19 100644
--- a/util/mmap.hh
+++ b/util/mmap.hh
@@ -100,7 +100,7 @@ void *MapOrThrow(std::size_t size, bool for_write, int flags, bool prefault, int
void MapRead(LoadMethod method, int fd, uint64_t offset, std::size_t size, scoped_memory &out);
-void *MapAnonymous(std::size_t size);
+void MapAnonymous(std::size_t size, scoped_memory &to);
// Open file name with mmap of size bytes, all of which are initially zero.
void *MapZeroedWrite(int fd, std::size_t size);
diff --git a/util/murmur_hash.cc b/util/murmur_hash.cc
index ef5783fec..6accc21af 100644
--- a/util/murmur_hash.cc
+++ b/util/murmur_hash.cc
@@ -7,9 +7,11 @@
* placed in namespace util
* add MurmurHashNative
* default option = 0 for seed
+ * ARM port from NICT
*/
#include "util/murmur_hash.hh"
+#include <string.h>
namespace util {
@@ -28,12 +30,24 @@ uint64_t MurmurHash64A ( const void * key, std::size_t len, unsigned int seed )
uint64_t h = seed ^ (len * m);
+#if defined(__arm) || defined(__arm__)
+ const size_t ksize = sizeof(uint64_t);
+ const unsigned char * data = (const unsigned char *)key;
+ const unsigned char * end = data + (std::size_t)(len/8) * ksize;
+#else
const uint64_t * data = (const uint64_t *)key;
const uint64_t * end = data + (len/8);
+#endif
while(data != end)
{
+#if defined(__arm) || defined(__arm__)
+ uint64_t k;
+ memcpy(&k, data, ksize);
+ data += ksize;
+#else
uint64_t k = *data++;
+#endif
k *= m;
k ^= k >> r;
@@ -75,16 +89,30 @@ uint64_t MurmurHash64B ( const void * key, std::size_t len, unsigned int seed )
unsigned int h1 = seed ^ len;
unsigned int h2 = 0;
+#if defined(__arm) || defined(__arm__)
+ size_t ksize = sizeof(unsigned int);
+ const unsigned char * data = (const unsigned char *)key;
+#else
const unsigned int * data = (const unsigned int *)key;
+#endif
+ unsigned int k1, k2;
while(len >= 8)
{
- unsigned int k1 = *data++;
+#if defined(__arm) || defined(__arm__)
+ memcpy(&k1, data, ksize);
+ data += ksize;
+ memcpy(&k2, data, ksize);
+ data += ksize;
+#else
+ k1 = *data++;
+ k2 = *data++;
+#endif
+
k1 *= m; k1 ^= k1 >> r; k1 *= m;
h1 *= m; h1 ^= k1;
len -= 4;
- unsigned int k2 = *data++;
k2 *= m; k2 ^= k2 >> r; k2 *= m;
h2 *= m; h2 ^= k2;
len -= 4;
@@ -92,7 +120,12 @@ uint64_t MurmurHash64B ( const void * key, std::size_t len, unsigned int seed )
if(len >= 4)
{
- unsigned int k1 = *data++;
+#if defined(__arm) || defined(__arm__)
+ memcpy(&k1, data, ksize);
+ data += ksize;
+#else
+ k1 = *data++;
+#endif
k1 *= m; k1 ^= k1 >> r; k1 *= m;
h1 *= m; h1 ^= k1;
len -= 4;
diff --git a/util/probing_hash_table_test.cc b/util/probing_hash_table_test.cc
index ef68e5f22..3f9024bdc 100644
--- a/util/probing_hash_table_test.cc
+++ b/util/probing_hash_table_test.cc
@@ -1,11 +1,12 @@
#include "util/probing_hash_table.hh"
-#include <stdint.h>
-
#define BOOST_TEST_MODULE ProbingHashTableTest
#include <boost/test/unit_test.hpp>
+#include <boost/scoped_array.hpp>
#include <boost/functional/hash.hpp>
+#include <stdint.h>
+
namespace util {
namespace {
@@ -27,10 +28,9 @@ struct Entry {
typedef ProbingHashTable<Entry, boost::hash<unsigned char> > Table;
BOOST_AUTO_TEST_CASE(simple) {
- char mem[Table::Size(10, 1.2)];
- memset(mem, 0, sizeof(mem));
+ boost::scoped_array<char> mem(new char[Table::Size(10, 1.2)]);
- Table table(mem, sizeof(mem));
+ Table table(mem.get(), Table::Size(10, 1.2));
const Entry *i = NULL;
BOOST_CHECK(!table.Find(2, i));
Entry to_ins;
diff --git a/util/sorted_uniform_test.cc b/util/sorted_uniform_test.cc
index ac7a0bfc5..d9f6fad1e 100644
--- a/util/sorted_uniform_test.cc
+++ b/util/sorted_uniform_test.cc
@@ -5,6 +5,7 @@
#include <boost/random/variate_generator.hpp>
#include <boost/scoped_array.hpp>
#include <boost/unordered_map.hpp>
+
#define BOOST_TEST_MODULE SortedUniformTest
#include <boost/test/unit_test.hpp>